1d25177408c2d6d256d42d09fb754ca1115c7085
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2021-01-21 Luis Machado <luis.machado@linaro.org>
2
3 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Handle a new error
4 message.
5
6 2021-01-21 Simon Marchi <simon.marchi@polymtl.ca>
7
8 * lib/tuiterm.exp (_log, _log_cur): New, use throughout.
9
10 2021-01-21 Hannes Domani <ssbssa@yahoo.de>
11
12 PR python/19151
13 * gdb.python/py-breakpoint.exp: Add tests for hardware breakpoints.
14
15 2021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
16
17 * lib/tuiterm.exp: Rename _cur_x/_cur_y to _cur_col/_cur_row.
18
19 2021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
20
21 * lib/tuiterm.exp: Add links in comments.
22
23 2021-01-20 Tom de Vries <tdevries@suse.de>
24
25 * gdb.python/py-format-string.exp: Allow Deriv+$decimal as vtable
26 offset.
27
28 2021-01-20 Tom de Vries <tdevries@suse.de>
29
30 * lib/gdb.exp (skip_rust_tests): Skip if multilib_flags contains -m32.
31
32 2021-01-20 Sergio Durigan Junior <sergiodj@sergiodj.net>
33
34 * gdb.arch/amd64-stap-expressions.S: New file.
35 * gdb.arch/amd64-stap-expressions.exp: New file.
36
37 2021-01-19 Tom de Vries <tdevries@suse.de>
38
39 * gdb.base/step-over-syscall.exp: Detect and handle sysenter/int
40 sequence.
41
42 2021-01-19 Tom de Vries <tdevries@suse.de>
43
44 * gdb.arch/i386-mpx.c (main): Drop argc/argv parameter.
45
46 2021-01-18 Andrew Burgess <andrew.burgess@embecosm.com>
47
48 * gdb.fortran/array-slices.exp (run_test): Avoid including
49 addresses in test names.
50
51 2021-01-15 Tom de Vries <tdevries@suse.de>
52
53 PR testsuite/26997
54 * gdb.fortran/array-slices.exp (run_test): Avoid pointer arithmetic
55 when adding sizeof.
56
57 2021-01-14 Tom de Vries <tdevries@suse.de>
58
59 PR testsuite/24590
60 * gdb.base/style.exp: Handle shorter argv in frame command output.
61
62 2021-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
63
64 PR gdb/26819
65 * gdb.server/stop-reply-no-thread-multi.c: New file.
66 * gdb.server/stop-reply-no-thread-multi.exp: New file.
67
68 2021-01-12 Tom de Vries <tdevries@suse.de>
69
70 * gdb.arch/i386-mpx-call.c (have_mpx): Remove.
71 (main): Remove call to have_mpx.
72 * gdb.arch/i386-mpx-call.exp: Use have_mpx.
73 * gdb.arch/i386-mpx-map.c (have_mpx): Remove.
74 (main): Remote call to have_mpx.
75 * gdb.arch/i386-mpx-map.exp: Use have_mpx.
76 * gdb.arch/i386-mpx-sigsegv.c (have_mpx): Remove.
77 (main): Remove call to have_mpx.
78 * gdb.arch/i386-mpx-sigsegv.exp: Use have_mpx.
79 * gdb.arch/i386-mpx-simple_segv.c (have_mpx): Remove.
80 (main): Remove call to have_mpx.
81 * gdb.arch/i386-mpx-simple_segv.exp: Use have_mpx.
82 * gdb.arch/i386-mpx.c (have_mpx): Remove.
83 (main): Remote call to have_mpx.
84 * gdb.arch/i386-mpx.exp: Use have_mpx.
85 * lib/gdb.exp (have_mpx): New proc.
86
87 2021-01-12 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
88
89 * gdb.arch/aarch64-fp.exp: Modify to test bfloat16 support.
90
91 2021-01-12 Tom de Vries <tdevries@suse.de>
92
93 * gdb.base/disasm-optim.exp: Require is_amd64_regs_target.
94
95 2021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
96
97 * gdb.fortran/debug-expr.exp: Add new tests.
98
99 2021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
100
101 * gdb.fortran/dot-ops.exp: Add new tests.
102
103 2021-01-11 Tom de Vries <tdevries@suse.de>
104
105 PR testsuite/26968
106 * gdb.arch/amd64-stap-three-arg-disp.S: Remove insn modifying $ebx.
107 Move insn setting $eax to before probe point.
108
109 2021-01-09 Tom Tromey <tom@tromey.com>
110
111 * gdb.trace/ax.exp: Do not require an "ext".
112
113 2021-01-08 Tom Tromey <tromey@adacore.com>
114
115 * gdb.ada/voidctx/pck.adb: New file.
116 * gdb.ada/voidctx/pck.ads: New file.
117 * gdb.ada/voidctx/voidctx.adb: New file.
118 * gdb.ada/voidctx.exp: New file.
119
120 2021-01-08 Simon Marchi <simon.marchi@polymtl.ca>
121
122 PR gdb/27157
123 * gdb.base/empty-host-env-vars.exp: New test.
124
125 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
126
127 * gdb.base/completion.exp: Add a new test.
128
129 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
130
131 * gdb.fortran/intvar-dynamic-types.exp: New file.
132 * gdb.fortran/intvar-dynamic-types.f90: New file.
133
134 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
135
136 * gdb.fortran/intvar-array.exp: New file.
137 * gdb.fortran/intvar-array.f90: New file.
138
139 2021-01-07 Tom Tromey <tromey@adacore.com>
140
141 * gdb.ada/assign_arr.exp: Add 'others' test.
142
143 2021-01-06 Tom Tromey <tromey@adacore.com>
144
145 * gdb.ada/fixed_points/pck.ads (Delta4): New constant.
146 (FP4_Type): New type.
147 (FP4_Var): New variable.
148 * gdb.ada/fixed_points/fixed_points.adb: Update.
149 * gdb.ada/fixed_points.exp: Add tests for binary operators.
150
151 2021-01-06 Simon Marchi <simon.marchi@polymtl.ca>
152
153 * lib/gdb.exp (gdb_test_sequence): Accept -prompt switch.
154 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
155 Pass prompt containing debug print to gdb_test_sequence.
156
157 2021-01-04 Tom de Vries <tdevries@suse.de>
158
159 * gdb.dwarf2/dw2-out-of-range-end-of-seq.exp: New file.
160
161 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
162
163
164
165 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
166
167 * gdb.server/abspath.exp: Append "set sysroot" to GDBFLAGS.
168 * gdb.server/connect-without-multi-process.exp: Likewise.
169 * gdb.server/exit-multiple-threads.exp: Likewise.
170 * gdb.server/ext-attach.exp: Likewise.
171 * gdb.server/ext-restart.exp: Likewise.
172 * gdb.server/ext-run.exp: Likewise.
173 * gdb.server/ext-wrapper.exp: Likewise.
174 * gdb.server/multi-ui-errors.exp: Likewise.
175 * gdb.server/no-thread-db.exp: Likewise.
176 * gdb.server/reconnect-ctrl-c.exp: Likewise.
177 * gdb.server/run-without-local-binary.exp: Likewise.
178 * gdb.server/server-kill.exp: Likewise.
179 * gdb.server/server-run.exp: Likewise.
180 * gdb.server/solib-list.exp: Likewise.
181 * gdb.server/stop-reply-no-thread.exp: Likewise.
182 * gdb.server/wrapper.exp: Likewise.
183 * gdb.server/sysroot.exp: Increase timeout when testing the
184 target: sysroot.
185
186 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
187
188 * gdb.server/server-run.exp: Use clean_restart.
189
190 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
191
192 * gdb.server/ext-run.exp: Use clean_restart.
193
194 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
195
196 * gdb.server/stop-reply-no-thread.exp: Use build_executable
197 instead of prepare_for_testing.
198
199 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
200
201 * gdb.server/solib-list.exp: Use clean_restart.
202
203 2021-01-04 Tom de Vries <tdevries@suse.de>
204
205 * gdb.base/morestack.c: Remove printf.
206 * gdb.base/morestack.exp: Don't use -fuse-ld=gold.
207
208 2020-12-31 Tom Tromey <tom@tromey.com>
209
210 * gdb.rust/simple.exp: Update output for Rust 1.49.
211
212 2020-12-31 Bernd Edlinger <bernd.edlinger@hotmail.de>
213
214 * gdb.cp/step-and-next-inline.exp: Fix test case.
215
216 2020-12-30 Simon Marchi <simon.marchi@polymtl.ca>
217
218 * gdb.python/py-frame-args.exp: De-duplicate test names.
219
220 2020-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
221
222 PR gdb/27059
223 * gdb.dwarf2/dyn-type-unallocated.c: New file.
224 * gdb.dwarf2/dyn-type-unallocated.exp: New file.
225
226 2020-12-21 Peter Waller <p@pwaller.net>
227
228 * gdb.base/style-interp-exec-mi.exp: New.
229 * gdb.base/style-interp-exec-mi.c: New.
230
231 2020-12-21 Simon Marchi <simon.marchi@polymtl.ca>
232
233 * gdb.base/list.exp: Replace send_gdb + gdb_expect with
234 gdb_test. Use proc_with_prefix.
235
236 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
237
238 * gdb.btrace/exception.exp: Build with nopie.
239 * gdb.btrace/function_call_history.exp: Likewise.
240 * gdb.btrace/unknown_functions.exp: Likewise.
241
242 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
243
244 * gdb.btrace/multi-inferior.exp: Skip if use_gdb_stub.
245
246 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
247
248 * gdb.python/py-record-btrace.exp: Make test names unique.
249 * gdb.python/py-record-full.exp: Likewise.
250
251 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
252
253 * gdb.btrace/data.exp: Make test names unique.
254 * gdb.btrace/delta.exp: Likewise.
255 * gdb.btrace/enable.exp: Likewise.
256 * gdb.btrace/function_call_history.exp: Likewise.
257 * gdb.btrace/nohist.exp: Likewise.
258 * gdb.btrace/non-stop.exp: Likewise.
259 * gdb.btrace/rn-dl-bind.exp: Likewise.
260 * gdb.btrace/step.exp: Likewise.
261 * gdb.btrace/stepi.exp: Likewise.
262 * gdb.btrace/tailcall.exp: Likewise.
263
264 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
265
266 * gdb.btrace/enable.exp: Update error message.
267 * gdb.btrace/multi-inferior.exp: Likewise.
268 * gdb.btrace/reconnect.exp: Likewise.
269 * gdb.python/py-record-btrace.exp: Likewise.
270 * gdb.python/py-record-full.exp: Likewise.
271
272 2020-12-20 Tom de Vries <tdevries@suse.de>
273
274 * lib/gdb.exp (save_target_board_info): New proc.
275 (gdb_compile_shlib): Use save_target_board_info.
276
277 2020-12-19 Tom de Vries <tdevries@suse.de>
278
279 * lib/gdb.exp (supports_scalar_storage_order_attribute)
280 (supports_gnuc): New proc.
281 * gdb.base/endianity.exp: Define TEST_SSO. Eliminate
282 test_compiler_info calls. Add unsupported message.
283 * gdb.base/endianity.c: Use TEST_SSO.
284
285 2020-12-19 Hannes Domani <ssbssa@yahoo.de>
286
287 PR exp/27070
288 * gdb.python/compare-enum-type-a.c: New test.
289 * gdb.python/compare-enum-type-b.c: New test.
290 * gdb.python/compare-enum-type.exp: New file.
291 * gdb.python/compare-enum-type.h: New test.
292
293 2020-12-18 Hannes Domani <ssbssa@yahoo.de>
294
295 * gdb.python/py-format-string.exp: Add tests for address keyword.
296
297 2020-12-18 Hannes Domani <ssbssa@yahoo.de>
298
299 * gdb.python/py-type.exp: Add tests for TYPE_CODE_METHOD.
300
301 2020-12-18 Tom Tromey <tromey@adacore.com>
302
303 * gdb.ada/fixed_points.exp: Also run with
304 -fgnat-encodings=minimal. Update expected output.
305
306 2020-12-16 Simon Marchi <simon.marchi@efficios.com>
307
308 * gdb.base/async-shell.exp: Enable non-stop through GDBFLAGS.
309 * gdb.base/continue-all-already-running.exp: Likewise.
310 * gdb.base/moribund-step.exp: Likewise.
311 * gdb.base/step-sw-breakpoint-adjust-pc.exp: Likewise.
312
313 2020-12-16 Tom de Vries <tdevries@suse.de>
314
315 * gdb.base/batch-preserve-term-settings.exp:
316
317 2020-12-16 Tom de Vries <tdevries@suse.de>
318
319 * lib/gdb.exp (gdb_compile_shlib_1): Factor out of ...
320 (gdb_compile_shlib): ... here. Filter out PIE-related flags.
321
322 2020-12-16 Luis Machado <luis.machado@linaro.org>
323
324 * gdb.arch/aarch64-tagged-pointer.c (main): Add a few more
325 pointer-based memory accesses.
326 * gdb.arch/aarch64-tagged-pointer.exp: Exercise additional
327 hw watchpoint cases.
328
329 2020-12-15 Rae Kim <rae.kim@gmail.com>
330
331 * gdb.base/document.exp: New test.
332
333 2020-12-15 Tom Tromey <tromey@adacore.com>
334
335 * gdb.base/style.exp: Add deprecation tests.
336
337 2020-12-14 Simon Marchi <simon.marchi@polymtl.ca>
338
339 * lib/gdb.exp (gdb_test_multiple): Fix typo in doc.
340
341 2020-12-14 Mark Wielaard <mark@klomp.org>
342
343 * lib/dwarf.exp (Dwarf::_handle_attribute): Handle SPECIAL_expr
344 specially, set attr_form_comment to the actual FORM string used.
345
346 2020-12-14 Mark Wielaard <mark@klomp.org>
347
348 * lib/dwarf.exp (Dwarf::_read_constants): Don't set
349 _constants(SPECIAL_expr) here, but set it...
350 (Dwarf::cu): ...here based on _cu_version.
351
352 2020-12-14 Tom de Vries <tdevries@suse.de>
353
354 * lib/gdb.exp (gdb_compile_shlib): Make sure it's not necessary to
355 pass -fPIC.
356 * gdb.ada/catch_ex_std.exp: Don't pass -fPIC to gdb_compile_shlib.
357 * gdb.base/break-probes.exp: Same.
358 * gdb.base/ctxobj.exp: Same.
359 * gdb.base/dso2dso.exp: Same.
360 * gdb.base/global-var-nested-by-dso.exp: Same.
361 * gdb.base/info-shared.exp: Same.
362 * gdb.base/jit-reader-simple.exp: Same.
363 * gdb.base/print-file-var.exp: Same.
364 * gdb.base/skip-solib.exp: Same.
365 * gdb.btrace/dlopen.exp: Same.
366
367 2020-12-14 Tom de Vries <tdevries@suse.de>
368
369 PR testsuite/26963
370 * lib/gdb.exp (run_on_host): Declare test unsupported if spawn fails.
371
372 2020-12-14 Tom de Vries <tdevries@suse.de>
373
374 PR testsuite/26962
375 * gdb.base/solib-corrupted.exp: Handle "'_r_debug' has unknown type;
376 cast it to its declared type".
377
378 2020-12-14 Tom de Vries <tdevries@suse.de>
379
380 PR testsuite/26951
381 * gdb.base/batch-preserve-term-settings.exp: Use "gdb-subshell$ " as
382 shell prompt.
383
384 2020-12-14 Tom Tromey <tromey@adacore.com>
385
386 * gdb.ada/nested.exp: Add new tests.
387 * gdb.ada/nested/hello.adb (Fourth, Fifth): New procedures.
388
389 2020-12-14 Tom Tromey <tromey@adacore.com>
390
391 * gdb.dwarf2/ada-thick-pointer.exp: New file.
392
393 2020-12-14 Tom Tromey <tromey@adacore.com>
394
395 * gdb.dwarf2/dw2-fixed-point.exp: Add test for division by zero.
396
397 2020-12-13 Tom de Vries <tdevries@suse.de>
398
399 PR testsuite/26953
400 * gdb.base/endianity.exp: Skip tests requiring scalar_storage_order
401 attribute support if compiler doesn't support it.
402
403 2020-12-13 Tom de Vries <tdevries@suse.de>
404
405 * lib/gdb.exp (gdb_compile_shlib): Handle ada.
406 * gdb.ada/catch_ex_std.exp: Use gdb_compile_shlib to compile from
407 source to shared lib. Add ada to options.
408
409 2020-12-13 Tom de Vries <tdevries@suse.de>
410
411 * gdb.ada/catch_ex_std.exp: Use gnatmake -bargs and -largs instead of
412 calling gnatbind and gnatlink.
413
414 2020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
415
416 * gdb.base/dcache-flush.c: New file.
417 * gdb.base/dcache-flush.exp: New file.
418
419 2020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
420
421 * gdb.base/c-linkage-name.exp: Update to use new 'maint flush ...'
422 commands.
423 * gdb.base/killed-outside.exp: Likewise.
424 * gdb.opt/inline-bt.exp: Likewise.
425 * gdb.perf/gmonster-null-lookup.py: Likewise.
426 * gdb.perf/gmonster-print-cerr.py: Likewise.
427 * gdb.perf/gmonster-ptype-string.py: Likewise.
428 * gdb.python/py-unwind.exp: Likewise.
429
430 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
431
432 * gdb.base/commands.exp: Update expected results.
433
434 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
435
436 PR cli/15104
437 * gdb.base/commands.exp: Add additional tests.
438 * gdb.base/completion.exp: Add additional tests.
439
440 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
441
442 * gdb.base/completion.exp: Add additional tests.
443
444 2020-12-11 Tom de Vries <tdevries@suse.de>
445
446 PR testsuite/26991
447 * gdb.arch/i386-mpx-call.exp: Don't expect to trigger bounds
448 violations by setting bounds registers if the bounds are passed in the
449 Bounds Table.
450
451 2020-12-11 Tom de Vries <tdevries@suse.de>
452
453 PR testsuite/26954
454 * gdb.base/float128.exp: Detect and handle no mpfr support.
455
456 2020-12-10 Simon Marchi <simon.marchi@efficios.com>
457
458 PR gdb/24694
459 * gdb.multi/multi-arch-exec.c (thread_start, main): Add barrier
460 calls.
461
462 2020-12-10 Tom de Vries <tdevries@suse.de>
463
464 PR testsuite/26947
465 * gdb.tui/new-layout.exp: Don't execute tests with unbalanced curly
466 braces for tcl 8.5 and earlier.
467
468 2020-12-09 Simon Marchi <simon.marchi@efficios.com>
469
470 PR 26875, PR 26901
471 * gdb.base/flexible-array-member.c: New test.
472 * gdb.base/flexible-array-member.exp: New test.
473
474 2020-12-08 Tom de Vries <tdevries@suse.de>
475
476 * gdb.arch/amd64-gs_base.exp: Undo commit 67748e0f66, reimplement
477 using is_amd64_regs_target.
478
479 2020-12-08 Tom de Vries <tdevries@suse.de>
480
481 * gdb.ada/mi_task_arg.exp: Accept <optimized out> as valid value of
482 self_id.
483
484 2020-12-07 Pedro Alves <pedro@palves.net>
485
486 * gdb.base/break-on-linker-gcd-function.exp: Remove unused
487 'additional_flags' variable.
488
489 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
490
491 * gdb.linespec/explicit.exp: Extend with a test to check completing
492 '-' after seemingly complete options.
493
494 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
495
496 * gdb.linespec/keywords.exp: Add tests to check positional
497 flexibility of "-force-condition".
498
499 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
500
501 * gdb.base/bp-cmds-run-with-ex.c: New file.
502 * gdb.base/bp-cmds-run-with-ex.exp: New file.
503 * gdb.base/bp-cmds-run-with-ex.gdb: New file.
504 * gdb.gdb/python-interrupts.exp: Update the call to
505 'catch_command_errors' with the new argument.
506 * gdb.gdb/python-selftest.exp: Ditto.
507
508 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
509
510 * gdb.arch/amd64-disp-step-avx.exp: Adjust pattern.
511 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
512 * gdb.threads/non-stop-fair-events.exp: Likewise.
513
514 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
515
516 * gdb.threads/step-over-exec.exp: New.
517 * gdb.threads/step-over-exec.c: New.
518 * gdb.threads/step-over-exec-execd.c: New.
519 * lib/my-syscalls.S: New.
520 * lib/my-syscalls.h: New.
521
522 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
523
524 * lib/dwarf.exp (declare_labels): Use name as text if text is
525 not provided.
526
527 2020-12-04 Tom de Vries <tdevries@suse.de>
528
529 PR testsuite/26990
530 * gdb.arch/amd64-gs_base.exp: Handle -m32 where fs_base and gs_base
531 are unsupported.
532
533 2020-12-04 Tom de Vries <tdevries@suse.de>
534
535 * gdb.reverse/insn-reverse.exp: Don't break inside gdb_test_multiple
536 clause.
537
538 2020-12-04 Tom de Vries <tdevries@suse.de>
539
540 * gdb.reverse/insn-reverse.exp: Fix count handling.
541
542 2020-12-04 Tom de Vries <tdevries@suse.de>
543
544 * gdb.reverse/insn-reverse-x86.c: Guard x86_64 assembly with #ifdef
545 __x86_64__.
546
547 2020-12-04 Tom de Vries <tdevries@suse.de>
548
549 * gdb.reverse/insn-reverse.c (test_nr): New var.
550 (usage, parse_args): New function.
551 (main): Call parse_args. Only run test for test_nr.
552 * gdb.reverse/insn-reverse.exp: Detect lack of progress in stepi loop
553 and bail out. Run subtests individually, using an inferior arg
554 specifying the subtest.
555
556 2020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
557
558 * gdb.arch/riscv-tdesc-regs.exp: Remove unwanted test.
559
560 2020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
561
562 * gdb.arch/riscv-tdesc-regs.exp (get_expected_result): New proc,
563 update test to use this.
564
565 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
566
567 * gdb.threads/non-ldr-exc-1.exp: Fix indentation.
568
569 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
570
571 * gdb.threads/non-ldr-exc-1.exp: Use foreach_with_prefix.
572 (do_test): Don't use with_test_prefix.
573 * gdb.threads/non-ldr-exc-2.exp: Use foreach_with_prefix.
574 (do_test): Don't use with_test_prefix.
575 * gdb.threads/non-ldr-exc-3.exp: Use foreach_with_prefix.
576 (do_test): Don't use with_test_prefix.
577 * gdb.threads/non-ldr-exc-4.exp: Use foreach_with_prefix.
578 (do_test): Don't use with_test_prefix.
579
580 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
581
582 * gdb.threads/non-ldr-exit.exp: Fix comment.
583
584 2020-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
585
586 * gdb.xml/maint-xml-dump-03.xml: New file.
587
588 2020-11-30 Tom de Vries <tdevries@suse.de>
589
590 PR symtab/26905
591 * gdb.dwarf2/count.exp: Remove kfails.
592
593 2020-11-24 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
594
595 * gdb.base/condbreak-multi-context.exp: Do not hard-code location
596 indices.
597
598 2020-11-24 Joel Brobecker <brobecker@adacore.com>
599
600 * gdb.dwarf2/dw2-fixed-point.exp: Fix the expected output of
601 the "ptype pck__fp1_range_var" test for the module-2 and pascal
602 languages. Remove the associated setup_xfail.
603
604 2020-11-23 Simon Marchi <simon.marchi@efficios.com>
605
606 * lib/gdb.exp (gdb_assert): Show error message on error.
607
608 2020-11-23 Tom de Vries <tdevries@suse.de>
609
610 * gdb.ada/enum_idx_packed.exp: Limit setup_kfail to gnat 9 and 10.
611 * gdb.ada/mod_from_name.exp: Same.
612 * gdb.ada/pckd_arr_ren.exp: Same.
613
614 2020-11-22 Simon Marchi <simon.marchi@polymtl.ca>
615
616 * gdb.base/template.exp: New.
617 * gdb.base/template.c: New.
618
619 2020-11-22 Gary Benson <gbenson@redhat.com>
620
621 PR gdb/26905
622 * gdb.dwarf2/count.exp: Add test for an array whose upper bound
623 is defined using a DW_AT_count which references another DIE.
624
625 2020-11-21 Tom de Vries <tdevries@suse.de>
626
627 * gdb.base/vla-ptr.exp: Add XFAIL.
628
629 2020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
630
631 * gdb.fortran/array-slices-bad.exp: New file.
632 * gdb.fortran/array-slices-bad.f90: New file.
633 * gdb.fortran/array-slices-sub-slices.exp: New file.
634 * gdb.fortran/array-slices-sub-slices.f90: New file.
635 * gdb.fortran/array-slices.exp: Rewrite tests.
636 * gdb.fortran/array-slices.f90: Rewrite tests.
637 * gdb.fortran/vla-sizeof.exp: Correct expected results.
638
639 2020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
640
641 * gdb.base/completion.exp: Add new completion tests.
642
643 2020-11-18 Simon Marchi <simon.marchi@polymtl.ca>
644
645 * gdb.mi/mi-nonstop-exit.exp: Enable non-stop through GDBFLAGS.
646 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
647 * gdb.mi/mi-nsintrall.exp: Likewise.
648 * gdb.mi/mi-nsmoribund.exp: Likewise.
649 * gdb.mi/mi-nsthrexec.exp: Likewise.
650 * gdb.mi/mi-watch-nonstop.exp: Likewise.
651
652 2020-11-18 Simon Marchi <simon.marchi@polymtl.ca>
653
654 * lib/mi-support.exp (mi_run_cmd_full): Use unresovled instead
655 of perror.
656
657 2020-11-18 Joseph Myers <joseph@codesourcery.com>
658
659 * lib/mi-support.exp (mi_gdb_file_cmd): Check for case where
660 $arg.exe exists but $arg does not.
661
662 2020-11-17 Gary Benson <gbenson@redhat.com>
663
664 * gdb.trace/trace-common.h (x86_trace_dummy): Add
665 __attribute__ ((used)).
666
667 2020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
668
669 * gdb.gdb/unittest.exp: Spot 'Running...' lines.
670
671 2020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
672
673 * gdb.base/completion.exp: Add new tests.
674
675 2020-11-16 Tom Tromey <tromey@adacore.com>
676
677 * gdb.dwarf2/data-loc.exp: Update expected output. Remove C
678 tests.
679
680 2020-11-15 Joel Brobecker <brobecker@adacore.com>
681
682 * gdb.ada/fixed_cmp.exp: Add -fgnat-encodings=minimal testing.
683 * gdb.dwarf2/dw2-fixed-point.c (pck__fp1_var2): New global.
684 (main): Add reference to pck__fp1_var2.
685 * gdb.dwarf2/dw2-fixed-point.exp: Add comparison operator testing.
686
687 2020-11-15 Joel Brobecker <brobecker@adacore.com>
688
689 * gdb.dwarf2/dw2-fixed-point.exp: Add arithmetic tests.
690
691 2020-11-15 Joel Brobecker <brobecker@adacore.com>
692
693 * gdb.ada/fixed_points.exp: Add ptype tests.
694 * gdb.dwarf2/dw2-fixed-point.exp: Likewise.
695
696 2020-11-15 Joel Brobecker <brobecker@adacore.com>
697
698 * gdb.dwarf2/dw2-fixed-point.exp: Add "print /x" tests.
699
700 2020-11-15 Joel Brobecker <brobecker@adacore.com>
701
702 * gdb.ada/fixed_cmp.exp: Force compilation to use -fgnat-encodings=all.
703 * gdb.ada/fixed_points.exp: Add fixed-point variables printing tests.
704 * gdb.ada/fixed_points/pck.ads, gdb.ada/fixed_points/pck.adb:
705 New files.
706 * gdb.ada/fixed_points/fixed_points.adb: Add use of package Pck.
707
708 * gdb.dwarf2/dw2-fixed-point.c, gdb.dwarf2/dw2-fixed-point.exp:
709 New files.
710
711 2020-11-14 Andrew Burgess <andrew.burgess@embecosm.com>
712
713 PR cli/26879
714 * gdb.fortran/completion.exp: New file.
715 * gdb.fortran/completion.f90: New file.
716
717 2020-11-12 Joseph Myers <joseph@codesourcery.com>
718
719 * lib/gdb.exp (gdb_file_cmd): Check for case where $arg.exe exists
720 but $arg does not.
721
722 2020-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
723
724 * gdb.fortran/types.exp: Add more tests.
725
726 2020-11-12 Tom Tromey <tom@tromey.com>
727
728 PR rust/26799:
729 * gdb.rust/traits.exp: Remove kfails.
730
731 2020-11-12 Gary Benson <gbenson@redhat.com>
732
733 * gdb.threads/tls-so_extern_main.c (tls_ptr): Add missing return
734 statement.
735
736 2020-11-11 Simon Marchi <simon.marchi@efficios.com>
737
738 * gdb.base/continue-after-aborted-step-over.exp: Add "breakpoint
739 always-inserted" axis.
740 (do_test): Add breakpoint_always_inserted parameter.
741
742 2020-11-10 Tom Tromey <tromey@adacore.com>
743
744 * gdb.ada/bias.exp: Update.
745 * gdb.ada/bias/bias.adb (X): Change value.
746
747 2020-11-10 Gary Benson <gbenson@redhat.com>
748
749 * gdb.base/vla-optimized-out.exp (p sizeof (a)): Wrap supplied
750 regexp fragment in parentheses to prevent false matching.
751
752 2020-11-10 Gary Benson <gbenson@redhat.com>
753
754 * gdb.base/vla-optimized-out.c (f1): Add __attribute__ ((weak)).
755
756 2020-11-10 Gary Benson <gbenson@redhat.com>
757
758 * gdb.cp/step-and-next-inline.exp: Only require
759 -gstatement-frontiers when building with GCC.
760 Only setup KFAIL's for GCC issues when using
761 a GCC-built executable.
762
763 2020-11-06 Andrew Burgess <andrew.burgess@embecosm.com>
764
765 * gdb.base/debug-expr.c: Add extra function to allow for an
766 additional test.
767 * gdb.base/debug-expr.exp (test_debug_expr): Delete, replace calls
768 to this proc with gdb_test_debug_expr. Add an extra test.
769 * gdb.cp/debug-expr.exp (test_debug_expr): Delete, replace calls
770 to this proc with gdb_test_debug_expr, give the tests names
771 * gdb.dlang/debug-expr.exp (test_debug_expr): Delete, replace
772 calls to this proc with gdb_test_debug_expr, give the tests names
773 * gdb.fortran/debug-expr.exp: New file.
774 * gdb.fortran/debug-expr.f90: New file.
775 * lib/gdb.exp (gdb_test_debug_expr): New proc.
776
777 2020-11-06 Simon Marchi <simon.marchi@efficios.com>
778
779 * lib/dwarf.exp (ranges): Handle "base" and "range" as
780 proceduresu.
781 * gdb.dwarf/dw2-bad-elf.exp: Adjust.
782 * gdb.dwarf2/dw2-inline-many-frames.exp: Adjust.
783 * gdb.dwarf2/dw2-inline-stepping.exp: Adjust.
784 * gdb.dwarf2/dw2-ranges-base.exp: Adjust.
785 * gdb.dwarf2/dw2-ranges-func.exp: Adjust.
786 * gdb.dwarf2/dw2-ranges-overlap.exp: Adjust.
787 * gdb.dwarf2/dw2-ranges-psym.exp: Adjust.
788 * gdb.dwarf2/enqueued-cu-base-addr.exp: Adjust.
789
790 2020-11-04 Tom Tromey <tromey@adacore.com>
791
792 * gdb.ada/funcall_ref.exp: Update.
793 * gdb.ada/var_rec_arr.exp: Update.
794
795 2020-11-04 Tom Tromey <tromey@adacore.com>
796
797 * gdb.ada/rec_ptype.exp: New file.
798 * gdb.ada/rec_ptype/main.adb: New file.
799 * gdb.ada/rec_ptype/p.ads: New file.
800
801 2020-11-04 Tom Tromey <tromey@adacore.com>
802
803 * gdb.ada/tick_length_array_enum_idx.exp: Add ptype test.
804 * gdb.ada/tick_length_array_enum_idx/foo_n207_004.adb
805 (PT_Full): New variable.
806 * gdb.ada/tick_length_array_enum_idx/pck.adb
807 (Full_PT): New type.
808
809 2020-11-04 Tom Tromey <tromey@adacore.com>
810
811 * gdb.ada/array_of_variant.exp: New file.
812 * gdb.ada/array_of_variant/p.adb: New file.
813 * gdb.ada/array_of_variant/pck.ads: New file.
814 * gdb.ada/array_of_variant/pck.adb: New file.
815
816 2020-11-04 Tom Tromey <tromey@adacore.com>
817
818 * gdb.ada/enum_idx_packed.exp: Add test.
819 * gdb.ada/enum_idx_packed/foo.adb (Multi_Access):
820 New variable.
821 * gdb.ada/enum_idx_packed/pck.ads (Short)
822 (Multi_Dimension, Multi_Dimension_Access): New types.
823
824 2020-11-04 Tom Tromey <tromey@adacore.com>
825
826 * gdb.ada/enum_idx_packed.exp: Test two forms of -fgnat-encodings.
827
828 2020-11-04 Tom Tromey <tromey@adacore.com>
829
830 * gdb.ada/set_pckd_arr_elt.exp: Also test
831 -fgnat-encodings=minimal. Add tests.
832 * gdb.ada/set_pckd_arr_elt/foo.adb (Foo): Add VA variable.
833 Call Update_Small a second time.
834 * gdb.ada/set_pckd_arr_elt/pck.adb (New_Variant): New function.
835 * gdb.ada/set_pckd_arr_elt/pck.ads (Buffer, Variant)
836 (Variant_Access): New types.
837 (New_Variant): Declare.
838
839 2020-11-04 Tom Tromey <tromey@adacore.com>
840
841 * gdb.ada/mod_from_name.exp: Test printing slice.
842
843 2020-11-04 Tom Tromey <tromey@adacore.com>
844
845 * gdb.ada/O2_float_param.exp: Test different -fgnat-encodings
846 values.
847 * gdb.ada/access_to_unbounded_array.exp: Test different
848 -fgnat-encodings values.
849 * gdb.ada/big_packed_array.exp: Test different -fgnat-encodings
850 values.
851 * gdb.ada/arr_enum_idx_w_gap.exp: Test different -fgnat-encodings
852 values.
853 * gdb.ada/array_ptr_renaming.exp: Test different -fgnat-encodings
854 values.
855 * gdb.ada/array_of_variable_length.exp: Test different
856 -fgnat-encodings values.
857 * gdb.ada/arrayparam.exp: Test different -fgnat-encodings values.
858 * gdb.ada/arrayptr.exp: Test different -fgnat-encodings values.
859 * gdb.ada/frame_arg_lang.exp: Revert -fgnat-encodings=minimal
860 change.
861 * gdb.ada/mi_string_access.exp: Test different -fgnat-encodings
862 values.
863 * gdb.ada/mod_from_name.exp: Test different -fgnat-encodings values.
864 * gdb.ada/out_of_line_in_inlined.exp: Test different
865 -fgnat-encodings values.
866 * gdb.ada/packed_array.exp: Test different -fgnat-encodings
867 values.
868 * gdb.ada/pckd_arr_ren.exp: Test different -fgnat-encodings
869 values.
870 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Test different
871 -fgnat-encodings values.
872 * gdb.ada/variant_record_packed_array.exp: Test different
873 -fgnat-encodings values.
874
875 2020-11-04 Tom Tromey <tromey@adacore.com>
876
877 * gdb.ada/enum_idx_packed.exp: Add tests.
878 * gdb.ada/enum_idx_packed/foo.adb: Add variables.
879 * gdb.ada/enum_idx_packed/pck.adb: Add functions.
880 * gdb.ada/enum_idx_packed/pck.ads: Add types, function
881 declarations.
882
883 2020-11-03 Tom de Vries <tdevries@suse.de>
884
885 * lib/dwarf.exp (Dwarf::_handle_DW_TAG): Improve attribute list
886 terminator comments.
887 (Dwarf::cu, Dwarf::tu): Remove superfluous abbreviation table
888 terminator.
889
890 2020-11-02 Simon Marchi <simon.marchi@polymtl.ca>
891
892 * gdb.base/step-over-no-symbols.exp (test_step_over): Replace
893 integer format test with regexp.
894
895 2020-11-02 Gary Benson <gbenson@redhat.com>
896
897 * gdb.base/print-file-var.exp (test): Separate compiler and
898 linker options, and build using build_executable_from_specs
899 to accommodate this.
900
901 2020-11-02 Gary Benson <gbenson@redhat.com>
902
903 * lib/gdb.exp (gdb_compile): Inhibit passing "-x c++"
904 for .c files compiled as C++ with Clang if any shared
905 libraries are specified.
906
907 2020-11-02 Gary Benson <gbenson@redhat.com>
908
909 * lib/attributes.h: New header.
910 * gdb.base/backtrace.c: Include the above. Replace
911 __attribute__(noclone)) with ATTRIBUTE_NOCLONE.
912 * gdb.base/infcall-nested-structs.c: Likewise.
913 * gdb.base/vla-optimized-out.c: Likewise.
914
915 2020-11-02 Tom de Vries <tdevries@suse.de>
916
917 * gdb.dwarf2/fission-multi-cu.S: Remove .debug_line.dwo section.
918
919 2020-11-01 Joel Brobecker <brobecker@adacore.com>
920
921 * gdb.ada/fixed_points/fixed_points.adb: Replace use of
922 System.Min_Int and System.Max_Int with smaller hardcoded
923 constants.
924
925 2020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
926
927 * configure.ac: Split AC_INIT into AC_INIT and AC_CONFIG_SRCDIR.
928 * configure: Re-generate.
929
930 2020-10-30 Simon Marchi <simon.marchi@efficios.com>
931
932 * gdb.arch/amd64-disp-step-avx.exp: Update displaced step debug
933 expected output.
934
935 2020-10-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
936
937 * gdb.base/paginate-after-ctrl-c-running.exp: Update with no pagination
938 behavior.
939 * gdb.base/paginate-bg-execution.exp: Ditto.
940 * gdb.base/paginate-inferior-exit.exp: Ditto.
941 * gdb.base/double-prompt-target-event-error.c: Remove.
942 * gdb.base/double-prompt-target-event-error.exp: Remove.
943
944 2020-10-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
945
946 * gdb.base/kill-detach-inferiors-cmd.exp: Check that 'kill
947 inferiors' and 'detach inferiors' do not change the current
948 inferior.
949
950 2020-10-29 Tom de Vries <tdevries@suse.de>
951
952 * gdb.threads/tls.exp: Fix DUPLICATEs.
953
954 2020-10-28 Tom de Vries <tdevries@suse.de>
955
956 * gdb.python/py-symbol.exp: Add KFAILs for -readnow.
957
958 2020-10-28 Tom de Vries <tdevries@suse.de>
959
960 * gdb.ada/exec_changed.exp: Add KFAILs for -readnow.
961 * gdb.base/reread.exp: Same.
962
963 2020-10-28 Tom de Vries <tdevries@suse.de>
964
965 * lib/gdb.exp (readnow): Handle arg.
966 * gdb.rust/traits.exp: Add KFAILs for -readnow.
967
968 2020-10-28 Tom de Vries <tdevries@suse.de>
969
970 * gdb.base/relocate.exp: Update regexp for -readnow.
971
972 2020-10-28 Tom de Vries <tdevries@suse.de>
973
974 * gdb.dwarf2/dw2-error.exp: Mark failure break in main as known with
975 -readnow.
976
977 2020-10-28 Tom de Vries <tdevries@suse.de>
978
979 PR symtab/26772
980 * gdb.dwarf2/dw2-ranges-overlap.c: New test.
981 * gdb.dwarf2/dw2-ranges-overlap.exp: New file.
982
983 2020-10-28 Tom de Vries <tdevries@suse.de>
984
985 * lib/gdb.exp (gdb_file_cmd): Set gdb_file_cmd_msg.
986 * gdb.cp/nsalias.exp: Set complaints limit before file cmd. Expect
987 complaint during file command for -readnow.
988
989 2020-10-28 Tom de Vries <tdevries@suse.de>
990
991 * gdb.cp/nsalias.exp: Fix typo in test name.
992
993 2020-10-28 Tom de Vries <tdevries@suse.de>
994
995 * gdb.dwarf2/dw2-filename.exp: Update regexp for -readnow.
996
997 2020-10-28 Tom de Vries <tdevries@suse.de>
998
999 * gdb.dwarf2/dw2-stack-boundary.exp: KFAILing the complaints for
1000 -readnow.
1001
1002 2020-10-27 Tom de Vries <tdevries@suse.de>
1003
1004 * gdb.base/multi-forks.exp: Use exp_continue to fix timeout.
1005
1006 2020-10-27 Tom de Vries <tdevries@suse.de>
1007
1008 * gdb.base/maint.exp: Update for -readnow.
1009
1010 2020-10-27 Tom de Vries <tdevries@suse.de>
1011
1012 * gdb.cp/psymtab-parameter.exp: Don't expect unexpanded CU for
1013 -readnow.
1014
1015 2020-10-14 Gary Benson <gbenson@redhat.com>
1016
1017 * gdb.python/py-format-string.exp (test_deref_refs): Treat
1018 "_vptr$Base" as correct, in addition to "_vptr.Base".
1019 (test_mixed): Likewise.
1020
1021 2020-10-27 Gary Benson <gbenson@redhat.com>
1022
1023 * gdb.mi/mi-fortran-modules.exp: Check skip_fortran_tests.
1024 * gdb.mi/mi-vla-fortran.exp: Likewise. Also fix a comment.
1025
1026 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1027
1028 * gdb.base/condbreak.exp: Update the completion tests to
1029 consider the '-force' flag.
1030
1031 2020-10-27 Tom de Vries <tdevries@suse.de>
1032
1033 * gdb.base/list-ambiguous-readnow.exp: New file.
1034
1035 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1036
1037 * gdb.base/condbreak-multi-context.exp: Expand to test forcing
1038 the condition.
1039 * gdb.linespec/cpcompletion.exp: Update to consider the
1040 '-force-condition' keyword.
1041 * gdb.linespec/explicit.exp: Ditto.
1042 * lib/completion-support.exp: Ditto.
1043
1044 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1045
1046 * gdb.base/condbreak-multi-context.cc: New file.
1047 * gdb.base/condbreak-multi-context.exp: New file.
1048
1049 2020-10-26 Tom Tromey <tom@tromey.com>
1050
1051 * lib/mi-support.exp (default_mi_gdb_start): Call
1052 gdb_stdin_log_init.
1053 * lib/gdb.exp (standard_output_file_with_gdb_instance): Don't
1054 subtract one from gdb_instances.
1055 (gdb_stdin_log_write): Flush in_file.
1056
1057 2020-10-26 Tom de Vries <tdevries@suse.de>
1058
1059 * gdb.dwarf2/enqueued-cu-base-addr.exp: New file.
1060
1061 2020-10-26 Tom Tromey <tromey@adacore.com>
1062
1063 * gdb.ada/unsigned_range/foo.adb: New file.
1064 * gdb.ada/unsigned_range/pack.adb: New file.
1065 * gdb.ada/unsigned_range/pack.ads: New file.
1066 * gdb.ada/unsigned_range.exp: New file.
1067
1068 2020-10-26 Tom de Vries <tdevries@suse.de>
1069
1070 * lib/gdb.exp (INTERNAL_GDBFLAGS): Set heigth and width.
1071
1072 2020-10-26 Tom de Vries <tdevries@suse.de>
1073
1074 * gdb.dwarf2/dw2-objfile-overlap-inner.S: Specify default base address
1075 for CU.
1076 * gdb.dwarf2/dw2-objfile-overlap-outer.S: Same.
1077
1078 2020-10-23 Tom de Vries <tdevries@suse.de>
1079
1080 * lib/dwarf.exp (Dwarf::_guess_form): Return "" by default instead of
1081 DW_FORM_string.
1082 (Dwarf::_default_form): New proc.
1083 (Dwarf::_handle_DW_TAG): Use _default_form. Error out if no form was
1084 guessed.
1085
1086 2020-10-23 Tom de Vries <tdevries@suse.de>
1087
1088 * gdb.dwarf2/ada-linkage-name.exp: Use $srcfile for DW_AT_name of CU.
1089 * gdb.dwarf2/atomic-type.exp: Same.
1090 * gdb.dwarf2/bad-regnum.exp: Same.
1091 * gdb.dwarf2/cpp-linkage-name.exp: Same.
1092 * gdb.dwarf2/dw2-align.exp: Same.
1093 * gdb.dwarf2/dw2-bad-elf.exp: Same.
1094 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
1095 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
1096 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
1097 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
1098 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
1099 * gdb.dwarf2/enum-type.exp: Same.
1100 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Same.
1101 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
1102 * gdb.dwarf2/main-subprogram.exp: Same.
1103 * gdb.dwarf2/missing-type-name.exp: Same.
1104 * gdb.dwarf2/nonvar-access.exp: Same.
1105 * gdb.dwarf2/typedef-void-finish.exp: Same.
1106 * gdb.dwarf2/var-access.exp: Same.
1107 * gdb.dwarf2/void-type.exp: Same.
1108
1109 2020-10-22 Simon Marchi <simon.marchi@polymtl.ca>
1110
1111 PR gdb/26693
1112 * gdb.dwarf2/template-specification-full-name.exp: New test.
1113
1114 2020-10-22 Luis Machado <luis.machado@linaro.org>
1115
1116 * gdb.base/msym-bp-shl.exp (test_break): Adjust pattern to not
1117 expected an offset from the function.
1118 * gdb.base/msym-bp.exp (test): Likewise.
1119
1120 2020-10-22 Andrew Burgess <andrew.burgess@embecosm.com>
1121
1122 * gdb.fortran/array-slices.exp: Add a new test.
1123
1124 2020-10-21 Gary Benson <gbenson@redhat.com>
1125
1126 * gdb.mi/mi-fullname-deleted.exp: Fix substituted
1127 fullname test with Clang. Also expand comments generally.
1128
1129 2020-10-20 Tom de Vries <tdevries@suse.de>
1130
1131 * gdb.dwarf2/pr13961.S: Remove superfluous end-of-siblings marker.
1132
1133 2020-10-20 Tom de Vries <tdevries@suse.de>
1134
1135 * gdb.dwarf2/arr-stride.c: Remove.
1136 * gdb.dwarf2/arr-stride.exp: Use main.c.
1137 * gdb.dwarf2/arr-subrange.c: Remove.
1138 * gdb.dwarf2/arr-subrange.exp: Use main.c.
1139 * gdb.dwarf2/bad-regnum.c: Remove.
1140 * gdb.dwarf2/bad-regnum.exp: Use main.c.
1141 * gdb.dwarf2/corrupt.c: Remove.
1142 * gdb.dwarf2/corrupt.exp: Use main.c.
1143 * gdb.dwarf2/dw2-bad-elf.c: Remove.
1144 * gdb.dwarf2/dw2-bad-elf.exp: Use main.c.
1145 * gdb.dwarf2/dw2-icycle.c: Remove.
1146 * gdb.dwarf2/dw2-icycle.exp: Use main.c.
1147 * gdb.dwarf2/formdata16.c: Remove.
1148 * gdb.dwarf2/formdata16.exp: Use main.c.
1149 * gdb.dwarf2/implptrconst.c: Remove.
1150 * gdb.dwarf2/implptrconst.exp: Use main.c.
1151 * gdb.dwarf2/info-locals-optimized-out.c: Remove.
1152 * gdb.dwarf2/info-locals-optimized-out.exp: Use main.c.
1153 * gdb.dwarf2/opaque-type-lookup.c: Remove.
1154 * gdb.dwarf2/opaque-type-lookup.exp: Use main.c.
1155
1156 2020-10-20 Tom de Vries <tdevries@suse.de>
1157
1158 * gdb.dwarf2/ada-valprint-error.exp: Remove redundant mention of .exp
1159 file.
1160 * gdb.dwarf2/dw2-dir-file-name.exp: Same.
1161
1162 2020-10-20 Tom de Vries <tdevries@suse.de>
1163
1164 * gdb.dwarf2/dw2-error.exp: Use $gdb_test_file_name.
1165 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
1166 * gdb.dwarf2/dw2-main-no-line-number.exp: Same.
1167 * gdb.dwarf2/dw2-ranges-base.exp: Same.
1168 * gdb.dwarf2/dw2-ranges.exp: Same.
1169 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
1170 * gdb.dwarf2/var-access.exp: Same.
1171
1172 2020-10-19 Tom Tromey <tromey@adacore.com>
1173
1174 PR tui/26719
1175 * gdb.tui/list.exp: Check source window contents after focus
1176 change.
1177
1178 2020-10-17 Tom de Vries <tdevries@suse.de>
1179
1180 PR symtab/26317
1181 * gdb.dwarf2/dw2-main-no-line-number.exp: New file.
1182
1183 2020-10-17 Tom de Vries <tdevries@suse.de>
1184
1185 * lib/gdb.exp (standard_testfile): Also treat args starting with '-'
1186 as suffix.
1187 * gdb.dwarf2/atomic.c: Rename to ...
1188 * gdb.dwarf2/atomic-type.c: ... this.
1189 * gdb.dwarf2/dw2-ranges2.c: Rename to ...
1190 * gdb.dwarf2/dw2-ranges-2.c: ... this.
1191 * gdb.dwarf2/dw2-ranges3.c: Rename to ...
1192 * gdb.dwarf2/dw2-ranges-3.c: ... this.
1193 * gdb.dwarf2/fission-mix2.c: Rename to ...
1194 * gdb.dwarf2/fission-mix-2.c: ... this.
1195 * gdb.dwarf2/ada-linkage-name.exp: Use more suffix args for
1196 standard_testfile.
1197 * gdb.dwarf2/ada-valprint-error.exp: Same.
1198 * gdb.dwarf2/arr-stride.exp: Same.
1199 * gdb.dwarf2/arr-subrange.exp: Same.
1200 * gdb.dwarf2/atomic-type.exp: Same.
1201 * gdb.dwarf2/bad-regnum.exp: Same.
1202 * gdb.dwarf2/break-inline-psymtab.exp: Same.
1203 * gdb.dwarf2/clang-debug-names-2.exp: Same.
1204 * gdb.dwarf2/clang-debug-names.exp: Same.
1205 * gdb.dwarf2/comp-unit-lang.exp: Same.
1206 * gdb.dwarf2/corrupt.exp: Same.
1207 * gdb.dwarf2/count.exp: Same.
1208 * gdb.dwarf2/cpp-linkage-name.exp: Same.
1209 * gdb.dwarf2/data-loc.exp: Same.
1210 * gdb.dwarf2/dw2-align.exp: Same.
1211 * gdb.dwarf2/dw2-bad-elf.exp: Same.
1212 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
1213 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
1214 * gdb.dwarf2/dw2-case-insensitive.exp: Same.
1215 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Same.
1216 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
1217 * gdb.dwarf2/dw2-inline-many-frames.exp: Same.
1218 * gdb.dwarf2/dw2-inline-param.exp: Same.
1219 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
1220 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
1221 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
1222 * gdb.dwarf2/dw2-is-stmt.exp: Same.
1223 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
1224 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
1225 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
1226 * gdb.dwarf2/dw2-param-error.exp: Same.
1227 * gdb.dwarf2/dw2-ranges-base.exp: Same.
1228 * gdb.dwarf2/dw2-ranges.exp: Same.
1229 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
1230 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
1231 * gdb.dwarf2/dw4-sig-types.exp: Same.
1232 * gdb.dwarf2/dynarr-ptr.exp: Same.
1233 * gdb.dwarf2/enum-type.exp: Same.
1234 * gdb.dwarf2/fission-mix.exp: Same.
1235 * gdb.dwarf2/formdata16.exp: Same.
1236 * gdb.dwarf2/implptrconst.exp: Same.
1237 * gdb.dwarf2/implptrpiece.exp: Same.
1238 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
1239 * gdb.dwarf2/main-subprogram.exp: Same.
1240 * gdb.dwarf2/method-ptr.exp: Same.
1241 * gdb.dwarf2/missing-sig-type.exp: Same.
1242 * gdb.dwarf2/nonvar-access.exp: Same.
1243 * gdb.dwarf2/opaque-type-lookup.exp: Same.
1244 * gdb.dwarf2/shortpiece.exp: Same.
1245 * gdb.dwarf2/staticvirtual.exp: Same.
1246 * gdb.dwarf2/subrange.exp: Same.
1247 * gdb.dwarf2/symtab-producer.exp: Same.
1248 * gdb.dwarf2/typedef-void-finish.exp: Same.
1249 * gdb.dwarf2/var-access.exp: Same.
1250 * gdb.dwarf2/variant.exp: Same.
1251 * gdb.dwarf2/void-type.exp: Same.
1252 * gdb.dwarf2/dw2-ranges-psym.exp: Same. Use main.c instead of
1253 dw2-ranges-main.c.
1254 * gdb.dwarf2/dw2-ranges-main.c: Remove.
1255
1256 2020-10-16 Tom de Vries <tdevries@suse.de>
1257
1258 * lib/gdb.exp (gdb_breakpoint): Remove mention of "passfail".
1259
1260 2020-10-16 Tom de Vries <tdevries@suse.de>
1261
1262 * lib/gdb.exp (gdb_breakpoint): Handle eof as in gdb_test_multiple.
1263
1264 2020-10-14 Tom de Vries <tdevries@suse.de>
1265
1266 PR testsuite/26732
1267 * gdb.ada/mi_catch_ex.exp: Do mi_delete_breakpoints before running
1268 scenario 2.
1269 * gdb.ada/mi_catch_ex_hand.exp: Same.
1270
1271 2020-10-13 Pedro Alves <pedro@palves.net>
1272
1273 * lib/mi-support.exp (mi_clean_restart): New.
1274 (mi_run_to_main): Delete.
1275 All callers adjust to use mi_clean_restart / mi_runto_main.
1276
1277 2020-10-13 Pedro Alves <pedro@palves.net>
1278
1279 * config/monitor.exp: Use "list -q".
1280 * gdb.arch/gdb1558.exp: Use "break -q".
1281 * gdb.arch/i386-permbkpt.exp: Use "break -q".
1282 * gdb.arch/i386-prologue-skip-cf-protection.exp: Use "break -q".
1283 * gdb.base/break.exp: Use "break -q", "list -q" and "tbreak -q".
1284 * gdb.base/commands.exp: Use "break -q".
1285 * gdb.base/condbreak.exp: Use "break -q".
1286 * gdb.base/ctf-ptype.exp: Use "list -q".
1287 * gdb.base/define.exp: Use "break -q".
1288 * gdb.base/del.exp: Use "break -q".
1289 * gdb.base/fullname.exp: Use "break -q".
1290 * gdb.base/hbreak-in-shr-unsupported.exp: Use "hbreak -q".
1291 * gdb.base/hbreak-unmapped.exp: Use "hbreak -q".
1292 * gdb.base/hbreak2.exp: Use "hbreak -q" and "list -q".
1293 * gdb.base/hw-sw-break-same-address.exp: Use "break -q" and
1294 "hbreak -q".
1295 * gdb.base/included.exp: Use "list -q".
1296 * gdb.base/label.exp: Use "break -q".
1297 * gdb.base/lineinc.exp: Use "break -q".
1298 * gdb.base/list.exp: Use "list -q".
1299 * gdb.base/macscp.exp: Use "list -q".
1300 * gdb.base/pending.exp: Use "break -q".
1301 * gdb.base/prologue-include.exp: Use "break -q".
1302 * gdb.base/ptype.exp: Use "list -q".
1303 * gdb.base/sepdebug.exp: Use "break -q", "list -q" and "tbreak -q".
1304 * gdb.base/server-del-break.exp: Use "break -q".
1305 * gdb.base/style.exp: Use "break -q".
1306 * gdb.base/symbol-without-target_section.exp: Use "list -q".
1307 * gdb.base/watchpoint-reuse-slot.exp: Use "hbreak -q".
1308 * gdb.cp/exception.exp: Use "tbreak -q".
1309 * gdb.dwarf2/dw2-error.exp: Use "break -q".
1310 * gdb.dwarf2/fission-mix.exp: Use "break -q".
1311 * gdb.dwarf2/fission-reread.exp: Use "break -q".
1312 * gdb.dwarf2/pr13961.exp: Use "break -q".
1313 * gdb.linespec/explicit.exp: Use "list -q".
1314 * gdb.linespec/linespec.exp: Use "break -q".
1315 * gdb.mi/mi-simplerun.exp: Use "--qualified".
1316 * gdb.python/py-mi-objfile-gdb.py: Use "list -q".
1317 * gdb.server/bkpt-other-inferior.exp: Use "break -q".
1318 * gdb.server/connect-without-multi-process.exp: Use "break -q".
1319 * gdb.trace/change-loc.exp: Use "break -q".
1320 * gdb.trace/pending.exp: Use "break -q".
1321 * gdb.tui/basic.exp: Use "list -q".
1322 * gdb.tui/list-before.exp: Use "list -q".
1323 * gdb.tui/list.exp: Use "list -q".
1324 * lib/gdb.exp (gdb_has_argv0): Use "break -q".
1325
1326 2020-10-13 Pedro Alves <pedro@palves.net>
1327
1328 * gdb.base/ui-redirect.exp: Expect "break -qualified main" in
1329 saved breakpoints file.
1330 * gdb.guile/scm-breakpoint.exp: Expect "-qualified main" when
1331 inspecting breakpoint list.
1332 * lib/gdb.exp (runto_main): Add "qualified" to options.
1333 * lib/mi-support.exp (mi_runto_helper): Add 'qualified' parameter,
1334 and handle it.
1335 (mi_runto_main): Pass 1 as qualified argument.
1336
1337 2020-10-13 Pedro Alves <pedro@palves.net>
1338
1339 * lib/mi-support.exp (mi_runto_main): New proc.
1340 (mi_run_to_main): Use it.
1341 * gdb.mi/mi-catch-cpp-exceptions.exp: Likewise.
1342 * gdb.mi/mi-var-cmd.exp: Likewise.
1343 * gdb.mi/mi-var-invalidate.exp: Likewise.
1344 * mi-var-list-children-invalid-grandchild.exp: Likewise.
1345 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
1346 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1347 * gdb.mi/user-selected-context-sync.exp: Likewise.
1348 * gdb.opt/inline-cmds.exp: Likewise.
1349 * gdb.python/py-framefilter-mi.exp: Likewise.
1350 * gdb.python/py-mi.exp: Likewise.
1351
1352 2020-10-13 Pedro Alves <pedro@palves.net>
1353
1354 * gdb.ada/fun_in_declare.exp: Use "runto_main" instead of
1355 "runto main".
1356 * gdb.ada/small_reg_param.exp: Likewise.
1357 * gdb.arch/powerpc-d128-regs.exp: Likewise.
1358 * gdb.base/annota1.exp: Likewise.
1359 * gdb.base/anon.exp: Likewise.
1360 * gdb.base/breakpoint-in-ro-region.exp: Likewise.
1361 * gdb.base/dprintf-non-stop.exp: Likewise.
1362 * gdb.base/dprintf.exp: Likewise.
1363 * gdb.base/gdb11530.exp: Likewise.
1364 * gdb.base/gdb11531.exp: Likewise.
1365 * gdb.base/gnu_vector.exp: Likewise.
1366 * gdb.base/interrupt-noterm.exp: Likewise.
1367 * gdb.base/memattr.exp: Likewise.
1368 * gdb.base/step-over-syscall.exp: Likewise.
1369 * gdb.base/watch-cond-infcall.exp: Likewise.
1370 * gdb.base/watch-read.exp: Likewise.
1371 * gdb.base/watch-vfork.exp: Likewise.
1372 * gdb.base/watch_thread_num.exp: Likewise.
1373 * gdb.base/watchpoint-stops-at-right-insn.exp: Likewise.
1374 * gdb.guile/scm-frame-inline.exp: Likewise.
1375 * gdb.linespec/explicit.exp: Likewise.
1376 * gdb.opt/inline-break.exp: Likewise.
1377 * gdb.python/py-frame-inline.exp: Likewise.
1378 * gdb.reverse/break-precsave.exp: Likewise.
1379 * gdb.reverse/break-reverse.exp: Likewise.
1380 * gdb.reverse/consecutive-precsave.exp: Likewise.
1381 * gdb.reverse/consecutive-reverse.exp: Likewise.
1382 * gdb.reverse/finish-precsave.exp: Likewise.
1383 * gdb.reverse/finish-reverse.exp: Likewise.
1384 * gdb.reverse/fstatat-reverse.exp: Likewise.
1385 * gdb.reverse/getresuid-reverse.exp: Likewise.
1386 * gdb.reverse/i386-precsave.exp: Likewise.
1387 * gdb.reverse/i386-reverse.exp: Likewise.
1388 * gdb.reverse/i386-sse-reverse.exp: Likewise.
1389 * gdb.reverse/i387-env-reverse.exp: Likewise.
1390 * gdb.reverse/i387-stack-reverse.exp: Likewise.
1391 * gdb.reverse/insn-reverse.exp: Likewise.
1392 * gdb.reverse/machinestate-precsave.exp: Likewise.
1393 * gdb.reverse/machinestate.exp: Likewise.
1394 * gdb.reverse/pipe-reverse.exp: Likewise.
1395 * gdb.reverse/readv-reverse.exp: Likewise.
1396 * gdb.reverse/recvmsg-reverse.exp: Likewise.
1397 * gdb.reverse/rerun-prec.exp: Likewise.
1398 * gdb.reverse/s390-mvcle.exp: Likewise.
1399 * gdb.reverse/solib-precsave.exp: Likewise.
1400 * gdb.reverse/solib-reverse.exp: Likewise.
1401 * gdb.reverse/step-precsave.exp: Likewise.
1402 * gdb.reverse/step-reverse.exp: Likewise.
1403 * gdb.reverse/time-reverse.exp: Likewise.
1404 * gdb.reverse/until-precsave.exp: Likewise.
1405 * gdb.reverse/until-reverse.exp: Likewise.
1406 * gdb.reverse/waitpid-reverse.exp: Likewise.
1407 * gdb.reverse/watch-precsave.exp: Likewise.
1408 * gdb.reverse/watch-reverse.exp: Likewise.
1409 * gdb.threads/kill.exp: Likewise.
1410 * gdb.threads/tid-reuse.exp: Likewise.
1411
1412 2020-10-13 Simon Marchi <simon.marchi@polymtl.ca>
1413
1414 PR gdb/26642
1415 * gdb.base/maint-target-async-off.c: New test.
1416 * gdb.base/maint-target-async-off.exp: New test.
1417
1418 2020-10-13 Alan Modra <amodra@gmail.com>
1419
1420 * gdb.arch/powerpc-altivec.s,
1421 * gdb.arch/powerpc-power7.s,
1422 * gdb.arch/powerpc-power8.s,
1423 * gdb.arch/powerpc-power9.s,
1424 * gdb.arch/powerpc-vsx.s,
1425 * gdb.arch/powerpc-vsx2.s: Remove duplicate instructions.
1426 * gdb.arch/powerpc-altivec.exp,
1427 * gdb.arch/powerpc-power7.exp,
1428 * gdb.arch/powerpc-power8.exp,
1429 * gdb.arch/powerpc-power9.exp,
1430 * gdb.arch/powerpc-vsx.exp,
1431 * gdb.arch/powerpc-vsx2.exp: Likewise, and update expected
1432 disassembly of mfvsrd/mtvsrd.
1433
1434 2020-10-13 Alan Modra <amodra@gmail.com>
1435
1436 * gdb.arch/arm-disassembler-options.exp: Adjust expected
1437 "target architecture" output.
1438 * gdb.arch/powerpc-d128-regs.exp: Likewise.
1439 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
1440 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
1441 * gdb.arch/s390-disassembler-options.exp: Likewise.
1442
1443 2020-10-12 Pedro Alves <pedro@palves.net>
1444
1445 PR exp/26602
1446 PR c++/26550
1447 * gdb.cp/ambiguous.cc (marker1): Delete.
1448 (main): Initialize all the fields of the locals. Replace marker1
1449 call with a "set breakpoint here" marker.
1450 * gdb.cp/ambiguous.exp: Modernize. Use gdb_continue_to_breakpoint
1451 instead of running to marker1. Add tests printing all the
1452 variables and all the fields of the variables.
1453 (test_ambiguous): New proc, expecting the new GDB output when a
1454 field access is ambiguous. Change all "warning: X ambiguous"
1455 tests to use it.
1456
1457 2020-10-12 Gary Benson <gbenson@redhat.com>
1458
1459 * gdb.base/msym-bp.c (foo): Add __attribute__ ((used)).
1460 * gdb.base/msym-bp-2.c (foo): Likewise.
1461 * gdb.base/msym-lang.c (foo): Likewise.
1462 * gdb.base/msym-lang-main.c (foo): Likewise.
1463 * gdb.base/symtab-search-order-1.c (static_global): Likewise.
1464 * gdb.guile/scm-pretty-print.c (eval_func): Likewise.
1465 * gdb.mi/mi-sym-info-1.c (global_f1): Likewise.
1466 * gdb.mi/mi-sym-info-2.c (global_f1, var1, var2): Likewise.
1467 * gdb.multi/watchpoint-multi-exit.c (globalvar): Likewise.
1468 * gdb.python/py-as-string.c (enum_valid, enum_invalid): Likewise.
1469 * gdb.python/py-objfile.c (static_var): Likewise.
1470 * gdb.python/py-symbol.c (rr): Likewise.
1471 * gdb.python/py-symbol-2.c (anon, rr): Likewise.
1472 * gdb.mi/mi-sym-info.exp (lineno1, lineno2): Updated.
1473
1474 2020-10-11 Andrew Burgess <andrew.burgess@embecosm.com>
1475
1476 * gdb.fortran/mixed-lang-stack.exp (run_tests): Update expected
1477 output of backtrace.
1478
1479 2020-10-09 Tom Tromey <tromey@adacore.com>
1480
1481 * gdb.ada/scalar_storage/storage.adb (Another_Range): New type.
1482 (Rec): Add field. Fix range.
1483 * gdb.ada/scalar_storage.exp: Update.
1484
1485 2020-10-09 Hannes Domani <ssbssa@yahoo.de>
1486
1487 PR exp/26714
1488 * gdb.base/printcmds.exp: Add tests for void results.
1489
1490 2020-10-09 Jan Vrany <jan.vrany@labware.com>
1491
1492 * gdb.mi/mi-cmd-param-changed.exp: Check that notification is
1493 is emmited for both 'set directories' and 'directory' commands.
1494
1495 2020-10-08 Tom Tromey <tom@tromey.com>
1496
1497 * gdb.base/style.exp: Check that "main"'s name is styled.
1498
1499 2020-10-07 Tom Tromey <tromey@adacore.com>
1500
1501 * gdb.base/find.exp: Rename some tests.
1502
1503 2020-10-06 Gary Benson <gbenson@redhat.com>
1504
1505 * gdb.base/list0.c (unused): Add __attribute__ ((used)).
1506 * gdb.base/list1.c (unused): Likewise.
1507
1508 2020-10-06 Gary Benson <gbenson@redhat.com>
1509
1510 * gdb.base/list-ambiguous0.c (ambiguous_var): Add
1511 __attribute__ ((used)).
1512 * gdb.base/list-ambiguous1.c (ambiguous_var): Likewise.
1513
1514 2020-10-06 Andrew Burgess <andrew.burgess@embecosm.com>
1515
1516 * gdb.base/m32r.ld: Remove SEARCH_DIR line. Add MEMORY regions,
1517 make use of regions throughout.
1518 * gdb.base/overlays.exp: Enclose string with variableds in "..",
1519 not {...}.
1520 * gdb.base/ovlymgr.c: Add 'string.h' and 'stdlib.h' includes.
1521
1522 2020-10-05 Hannes Domani <ssbssa@yahoo.de>
1523
1524 * gdb.base/call-sc.c: Fix return struct on stack test case.
1525 * gdb.base/call-sc.exp: Likewise.
1526
1527 2020-10-02 Gary Benson <gbenson@redhat.com>
1528
1529 * README: Fix "paralell".
1530
1531 2020-09-30 Gary Benson <gbenson@redhat.com>
1532
1533 * gdb.dwarf2/dw2-double-set-die-type.S (.Ldie_3e0):
1534 Convert directive to lowercase.
1535 (.Labbrev1_begin): Add missing label.
1536 (abbrev code 0x1): Remove DW_AT_stmt_list.
1537 (.Ldie_b): Likewise.
1538
1539 2020-09-27 Tom Tromey <tom@tromey.com>
1540
1541 * gdb.tui/new-layout.exp: Use with_test_prefix.
1542
1543 2020-09-26 Gareth Rees <grees@undo.io> (tiny change)
1544
1545 PR python/26586
1546 * gdb.python/python.exp: add test cases for the from_tty
1547 argument to gdb.execute.
1548
1549 2020-09-25 Gary Benson <gbenson@redhat.com>
1550
1551 * gdb.base/infcall-nested-structs.exp.tcl: Add
1552 additional_flags=-Wno-tautological-compare for C++
1553 tests when compiling using Clang.
1554
1555 2020-09-25 Gary Benson <gbenson@redhat.com>
1556
1557 * lib/gdb.exp (gdb_compile): Pass "-x c++" earlier, and only
1558 for .c files.
1559
1560 2020-09-24 Tom Tromey <tromey@adacore.com>
1561
1562 PR tui/26638:
1563 * gdb.tui/list.exp: Check output of "focus next".
1564
1565 2020-09-23 Tom Tromey <tom@tromey.com>
1566
1567 * gdb.dwarf2/intbits.exp: New file.
1568 * gdb.dwarf2/intbits.c: New file.
1569
1570 2020-09-20 Pedro Alves <pedro@palves.net>
1571
1572 * lib/mi-support.exp (mi_uncatched_gdb_exit) Switch to the main
1573 spawn_id before calling remote_close. Close secondary MI channel.
1574
1575 2020-09-20 Pedro Alves <pedro@palves.net>
1576
1577 * gdb.base/testenv.exp (find_env): Bail out if printing 'envp[$i]'
1578 fails.
1579
1580 2020-09-19 Andrew Burgess <andrew.burgess@embecosm.com>
1581
1582 * gdb.fortran/array-slices.exp: Update expected results.
1583 * gdb.fortran/class-allocatable-array.exp: Likewise.
1584 * gdb.fortran/multi-dim.exp: Likewise.
1585 * gdb.fortran/vla-type.exp: Likewise.
1586 * gdb.mi/mi-vla-fortran.exp: Likewise.
1587
1588 2020-09-18 Victor Collod <vcollod@nvidia.com>
1589
1590 PR gdb/26635
1591 * gdb.arch/amd64-prologue-skip-cf-protection.exp: Make the test
1592 compatible with i386, and move it to...
1593 * gdb.arch/i386-prologue-skip-cf-protection.exp: ... here.
1594 * gdb.arch/amd64-prologue-skip-cf-protection.c: Move to...
1595 * gdb.arch/i386-prologue-skip-cf-protection.c: ... here.
1596
1597 2020-09-18 Pedro Alves <pedro@palves.net>
1598
1599 PR gdb/26631
1600 * gdb.multi/multi-target-thread-find.exp: New file.
1601
1602 2020-09-18 Pedro Alves <pedro@palves.net>
1603
1604 * gdb.multi/multi-target-continue.exp: New file, factored out from
1605 multi-target.exp.
1606 * gdb.multi/multi-target-info-inferiors.exp: New file, factored out from
1607 multi-target.exp.
1608 * gdb.multi/multi-target-interrupt.exp: New file, factored out from
1609 multi-target.exp.
1610 * gdb.multi/multi-target-no-resumed.exp: New file, factored out from
1611 multi-target.exp.
1612 * gdb.multi/multi-target-ping-pong-next.exp: New file, factored out from
1613 multi-target.exp.
1614 * gdb.multi/multi-target.exp.tcl: New file, factored out from
1615 multi-target.exp.
1616 * gdb.multi/multi-target.exp: Delete.
1617
1618 2020-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
1619
1620 * gdb.fortran/array-slices.exp: Add missing message data.
1621
1622 2020-09-17 Pedro Alves <pedro@palves.net>
1623
1624 * gdb.cp/call-c-1.c (foo) [__cplusplus]: Add extern "C".
1625
1626 2020-09-17 Pedro Alves <pedro@palves.net>
1627
1628 * gdb.python/py-frame-inline.exp: Adjust to optionally expect a
1629 full prototype.
1630
1631 2020-09-17 Pedro Alves <pedro@palves.net>
1632
1633 * gdb.python/py-as-string.c: Add cast.
1634
1635 2020-09-17 Pedro Alves <pedro@palves.net>
1636
1637 * gdb.base/sizeof.c (fill): Add cast.
1638
1639 2020-09-17 Pedro Alves <pedro@palves.net>
1640
1641 * gdb.base/share-env-with-gdbserver.c (main): Add cast.
1642
1643 2020-09-17 Pedro Alves <pedro@palves.net>
1644
1645 * gdb.base/prologue.c [__cplusplus] (marker): Explicitly specify
1646 linkage name.
1647 * gdb.base/prologue.exp: Use print /d.
1648 * gdb.base/symbol-alias.exp: Handle C++ output.
1649 * gdb.base/symbol-alias2.c: Handle C++ output.
1650 [__cplusplus] (func): Explicitly specify linkage name.
1651
1652 2020-09-17 Pedro Alves <pedro@palves.net>
1653
1654 * gdb.python/py-nested-maps.c (struct key_t): Rename to...
1655 (struct my_key_t): ... this. Adjust all references.
1656 (struct value_t): Rename to ...
1657 (struct my_value_t): ... this. Adjust all references.
1658 (create_map, add_map_element, create_map_map)
1659 (add_map_map_element): Add casts.
1660
1661 2020-09-17 Pedro Alves <pedro@palves.net>
1662
1663 * gdb.python/py-framefilter-mi.c (funca): Add casts.
1664 * gdb.python/py-framefilter.c.c (funca, func2): Add casts.
1665
1666 2020-09-17 Pedro Alves <pedro@palves.net>
1667
1668 * gdb.mi/var-cmd.c (do_anonymous_type_tests): Add cast.
1669
1670 2020-09-17 Pedro Alves <pedro@palves.net>
1671
1672 * gdb.base/exprs.c: Replace 'this' with 'self' throughout.
1673 * gdb.base/ptype.c: : Replace 'this' with 'self' throughout.
1674 (charfoo, intfoo): Define full prototype.
1675 * gdb.base/ptype1.c (charfoo): Define full prototype.
1676 * gdb.base/setvar.c: Replace 'this' with 'self' throughout.
1677 * gdb.base/whatis.c: Replace 'this' with 'self' throughout.
1678
1679 2020-09-17 Pedro Alves <pedro@palves.net>
1680
1681 * gdb.base/charset.c [__cplusplus] (wchar_t, char16_t, char32_t):
1682 Don't define.
1683 (utf_32_string): Compile for both C and C++.
1684 * gdb.base/charset.exp: Use "print /d".
1685
1686 2020-09-17 Pedro Alves <pedro@palves.net>
1687
1688 * gdb.base/watchpoint.c (buf): Make it 31 bytes.
1689 (nullptr): Rename to ...
1690 (null_ptr): ... this.
1691 * gdb.base/watchpoint.exp: Adjust to rename.
1692
1693 2020-09-17 Pedro Alves <pedro@palves.net>
1694
1695 * gdb.base/printcmds.c (three, flag_enum_without_zero)
1696 (three_not_flag): Add casts.
1697
1698 2020-09-17 Pedro Alves <pedro@palves.net>
1699
1700 * gdb.base/examine-backward.c (Barrier, TestStrings): Now unsigned
1701 char array.
1702 (main): Add references to Barrier, TestStrings, TestStringsH and
1703 TestStringsW.
1704 * gdb.base/examine-backward.exp: Issue "set print asm-demangle on"
1705 and expect a full prototype in C++.
1706
1707 2020-09-17 Pedro Alves <pedro@palves.net>
1708
1709 * gdb.base/nested-addr.c (main): Add cast.
1710 * gdb.base/nested-addr.exp: Use "print /d".
1711
1712 2020-09-17 Pedro Alves <pedro@palves.net>
1713
1714 * gdb.base/break.exp (func): New. Use it throughout when
1715 expecting a function name.
1716
1717 2020-09-17 Pedro Alves <pedro@palves.net>
1718
1719 * gdb.base/display.exp: Issue "set print asm-demangle on".
1720
1721 2020-09-17 Pedro Alves <pedro@palves.net>
1722
1723 * gdb.base/find.c: Include <string.h>.
1724 (init_bufs): Add cast.
1725 * gdb.base/find.exp: Issue "set print asm-demangle on".
1726
1727 2020-09-16 Tom Tromey <tromey@adacore.com>
1728
1729 PR gdb/26598:
1730 * gdb.base/skipcxx.exp: New file.
1731 * gdb.base/skipcxx.cc: New file.
1732
1733 2020-09-16 Tom de Vries <tdevries@suse.de>
1734
1735 PR testsuite/26617
1736 * gdb.dlang/watch-loc.c: Only add .debug_aranges if
1737 WITH_DEBUG_SECTIONS is defined.
1738 (xstr, str): New macro.
1739 (.debug_aranges): Use DMAIN_START_0/1/2 and DMAIN_LENGTH
1740 to get start and size of _Dmain.
1741 * gdb.dlang/watch-loc.exp: Pass DMAIN_START_0/1/2 and DMAIN_LENGTH
1742 using additional_flags.
1743
1744 2020-09-16 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1745
1746 * gdb.base/bp-cmds-sourced-script.c: New file.
1747 * gdb.base/bp-cmds-sourced-script.exp: New test.
1748 * gdb.base/bp-cmds-sourced-script.gdb: New file.
1749
1750 2020-09-16 Tom de Vries <tdevries@suse.de>
1751
1752 * lib/gdbserver-support.exp (gdbserver_exit): Make sure we
1753 get the gdb prompt after issuing "monitor exit".
1754
1755 2020-09-16 Tom de Vries <tdevries@suse.de>
1756
1757 PR testsuite/26624
1758 * lib/gdb.exp (gdb_assert): Catch errors in condition evaluation.
1759
1760 2020-09-16 Tom de Vries <tdevries@suse.de>
1761
1762 PR testsuite/26618
1763 * gdb.tui/new-layout.exp: Escape unbalanced braces.
1764
1765 2020-09-15 Tom Tromey <tromey@adacore.com>
1766
1767 PR rust/26197:
1768 * lib/rust-support.exp (rust_llvm_version): New proc.
1769 * gdb.rust/simple.exp: Check rust_llvm_version.
1770
1771 2020-09-14 Tom de Vries <tdevries@suse.de>
1772
1773 * gdb.rust/traits.exp: Fix PATH warning.
1774
1775 2020-09-13 Pedro Alves <pedro@palves.net>
1776
1777 * gdb.base/catch-follow-exec.c (main): Add explicit return
1778 statement.
1779 * gdb.base/catch-signal.c (main): Likewise.
1780 * gdb.base/condbreak-call-false.c (main): Likewise.
1781 * gdb.base/consecutive.c (main): Add explicit return
1782 statement and return type.
1783 * gdb.base/cursal.c (main): Add explicit return statement.
1784 * gdb.base/cvexpr.c (main): Likewise.
1785 * gdb.base/display.c (main): Add explicit return statement and
1786 return type.
1787 * gdb.base/dprintf-detach.c (main): Add explicit return statement.
1788 * gdb.base/endianity.c (main): Likewise.
1789 * gdb.base/execd-prog.c (main): Likewise.
1790 * gdb.base/gdb1090.c (main): Likewise.
1791 * gdb.base/info_qt.c (main): Likewise.
1792 * gdb.base/lineinc.c (main): Likewise.
1793 * gdb.base/load-command.c (main): Likewise.
1794 * gdb.base/macscp1.c (main): Likewise.
1795 * gdb.base/pr10179-a.c (main): Likewise.
1796 * gdb.base/quit-live.c (main): Likewise.
1797 * gdb.base/scope0.c (main): Likewise.
1798 * gdb.base/settings.c (main): Likewise.
1799 * gdb.base/stack-checking.c (main): Return int.
1800 * gdb.base/varargs.c (main): Add explicit return statement.
1801 * gdb.cp/ambiguous.cc (main): Likewise.
1802 * gdb.cp/anon-struct.cc (main): Likewise.
1803 * gdb.cp/anon-union.cc (main): Likewise.
1804 * gdb.cp/bool.cc (main): Likewise.
1805 * gdb.cp/bs15503.cc (main): Likewise.
1806 * gdb.cp/cplusfuncs.cc (main): Likewise.
1807 * gdb.cp/cttiadd.cc (main): Likewise.
1808 * gdb.cp/extern-c.cc (main): Likewise.
1809 * gdb.cp/filename.cc (main): Likewise.
1810 * gdb.cp/formatted-ref.cc (main): Likewise.
1811 * gdb.cp/mb-ctor.cc (main): Likewise.
1812 * gdb.cp/member-ptr.cc (main): Likewise.
1813 * gdb.cp/minsym-fallback-main.cc (main): Likewise.
1814 * gdb.cp/overload-const.cc (main): Likewise.
1815 * gdb.cp/paren-type.cc (main): Likewise.
1816 * gdb.cp/parse-lang.cc (main): Likewise.
1817 * gdb.cp/pr-1023.cc (main): Likewise.
1818 * gdb.cp/psmang1.cc (main): Likewise.
1819 * gdb.cp/readnow-language.cc (main): Likewise.
1820 * gdb.cp/ref-params.cc (main): Likewise.
1821 * gdb.cp/rvalue-ref-params.cc (main): Likewise.
1822 * gdb.cp/virtbase2.cc (main): Likewise.
1823 * gdb.dwarf2/dw2-abs-hi-pc.c (main): Likewise.
1824 * gdb.dwarf2/dw2-namespaceless-anonymous.c (main): Likewise.
1825 * gdb.dwarf2/dw4-toplevel-types.cc (main): Likewise.
1826 * gdb.mi/mi-console.c (main): Likewise.
1827 * gdb.mi/mi-read-memory.c (main): Likewise.
1828 * gdb.modula2/multidim.c (main): Likewise.
1829 * gdb.opt/inline-small-func.c (main): Likewise.
1830 * gdb.python/py-rbreak.c (main): Likewise.
1831 * gdb.stabs/exclfwd1.c (main): Likewise.
1832 * gdb.trace/qtro.c (main): Likewise.
1833
1834 2020-09-13 Pedro Alves <pedro@palves.net>
1835
1836 * gdb.base/share-env-with-gdbserver.c (main): Call my_getenv
1837 instead of getenv.
1838
1839 2020-09-13 Pedro Alves <pedro@palves.net>
1840
1841 * gdb.base/dbx.exp (dbx_gdb_start): Adjust to use gdb_spawn
1842 instead of spawning GDB with remote_spawn.
1843 * lib/mi-support.exp (default_mi_gdb_start): Adjust to use
1844 gdb_spawn instead of spawning GDB with remote_spawn.
1845
1846 2020-09-13 Pedro Alves <pedro@palves.net>
1847
1848 * gdb.dwarf2/ada-linkage-name.c (main): Move to the bottom of the
1849 file and add calls to first and second.
1850 * gdb.dwarf2/atomic.c (main): Move to the bottom of the file and
1851 add call to f.
1852
1853 2020-09-13 Pedro Alves <pedro@palves.net>
1854
1855 * gdb.mi/mi-break-qualified.cc: New file.
1856 * gdb.mi/mi-break-qualified.exp: New file.
1857 * lib/mi-support.exp (mi_create_breakpoint_multi)
1858 (mi_make_breakpoint_loc, mi_make_breakpoint_multi): New
1859 procedures.
1860 (mi_create_breakpoint_1): New, factored out from
1861 mi_create_breakpoint.
1862
1863 2020-09-13 Pedro Alves <pedro@palves.net>
1864
1865 * gdb.cp/inherit.exp: No longer pass -Wno-deprecated-register.
1866 * gdb.cp/misc.exp: No longer pass -Wno-deprecated-register.
1867 * gdb.cp/misc.cc (class small, small::method, marker_reg1)
1868 (register_class): Delete.
1869 (main): Don't call register_class.
1870
1871 2020-09-13 Pedro Alves <pedro@palves.net>
1872
1873 * gdb.cp/classes.exp: No longer pass -Wno-deprecated-register.
1874 (do_tests): Remove "calling method for small class" test.
1875 * gdb.cp/classes.cc (class small, small::method, marker_reg1)
1876 (register_class): Delete.
1877 (main): Don't call register_class.
1878 * gdb.cp/call-method-register.exp: New file, based on bits removed
1879 from classes.exp.
1880 * gdb.cp/call-method-register.cc: New file, based on bits removed
1881 from classes.cc.
1882
1883 2020-09-13 Pedro Alves <pedro@palves.net>
1884
1885 * gdb.base/msym-bp-2.c: New.
1886 * gdb.base/msym-bp-shl-lib.c: New file.
1887 * gdb.base/msym-bp-shl-main-2.c: New file.
1888 * gdb.base/msym-bp-shl-main.c: New file.
1889 * gdb.base/msym-bp-shl.exp: New file.
1890 * gdb.base/msym-bp.c: New file.
1891 * gdb.base/msym-bp.exp: New file.
1892
1893 2020-09-13 Joel Brobecker <brobecker@adacore.com>
1894
1895 * gdb.base/default.exp: Change $_gdb_major to 11.
1896
1897 2020-09-11 Moritz Riesterer <moritz.riesterer@intel.com>
1898 Felix Willgerodt <Felix.Willgerodt@intel.com>
1899
1900 * x86-avx512bf16.c: New file.
1901 * x86-avx512bf16.exp: Likewise.
1902 * lib/gdb.exp (skip_avx512bf16_tests): New function.
1903
1904 2020-09-11 Tom de Vries <tdevries@suse.de>
1905
1906 PR exp/26602
1907 * gdb.cp/ambiguous.exp: Add KFAILs for PR26602.
1908
1909 2020-09-11 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1910
1911 * gdb.base/bp-cmds-execution-x-script.exp: Remove a stale comment.
1912
1913 2020-09-10 Alan Modra <amodra@gmail.com>
1914
1915 PR 26597
1916 * gdb.dlang/demangle.exp: Update tests as per gcc commit 387d0773f3.
1917
1918 2020-09-08 Tom de Vries <tdevries@suse.de>
1919
1920 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Consume gdb prompt
1921 after gdb_starti_cmd.
1922
1923 2020-09-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1924
1925 * lib/fortran.exp (fortran_complex8): New proc.
1926 (fortran_complex16): New proc.
1927 * gdb.fortran/complex.exp: Use routines from fortran.exp
1928 * gdb.fortran/pointer-to-pointer.exp: Likewise.
1929 * gdb.fortran/vla-ptr-info.exp: Likewise.
1930
1931 2020-09-03 Tom de Vries <tdevries@suse.de>
1932
1933 PR breakpoint/26546
1934 * gdb.base/label-without-address.exp: Runto main first.
1935
1936 2020-09-02 Tom Tromey <tromey@adacore.com>
1937
1938 * gdb.ada/mi_var_access.exp: Test children of access variable.
1939 * gdb.ada/mi_var_access/mi_access.adb: Add new stop markers.
1940 * gdb.ada/mi_var_array.exp: Update.
1941
1942 2020-08-31 Kevin Buettner <kevinb@redhat.com>
1943
1944 * gdb.base/corefile.exp (warning-free): XFAIL test when running
1945 on docker w/ AUFS storage driver.
1946
1947 2020-08-31 Kevin Buettner <kevinb@redhat.com>
1948
1949 * gdb.base/corefile2.exp (renamed binfile): New tests.
1950
1951 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
1952
1953 * gdb.dwarf2/dw2-reg-undefined.exp: Remove spurious #.
1954
1955 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
1956
1957 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: New file.
1958 * gdb.dwarf2/frame-inlined-in-outer-frame.S: New file.
1959
1960 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
1961
1962 * gdb.dwarf2/dw2-reg-undefined.exp: Test "set debug frame 1"
1963 output, printing a "not saved" value from history and printing a
1964 convenience variable created from a "not saved" value.
1965
1966 2020-08-31 Tom de Vries <tdevries@suse.de>
1967
1968 * gdb.base/eh_return.exp: Use nopie.
1969
1970 2020-08-28 Pedro Alves <pedro@palves.net>
1971
1972 * gdb.base/advance-until-multiple-locations.exp
1973 (advance_overload, until_overload): Adjust to match the
1974 frame/function header instead of the source line text.
1975
1976 2020-08-28 Tom de Vries <tdevries@suse.de>
1977
1978 * gdb.base/label-without-address.c: New test.
1979 * gdb.base/label-without-address.exp: New file.
1980
1981 2020-08-27 Pedro Alves <pedro@palves.net>
1982
1983 PR gdb/26523
1984 PR gdb/26524
1985 * gdb.base/advance-until-multiple-locations.cc: New.
1986 * gdb.base/advance-until-multiple-locations.exp: New.
1987
1988 2020-08-27 Simon Marchi <simon.marchi@polymtl.ca>
1989
1990 * gdb.dwarf2/dw2-reg-undefined.exp: Use multi_line.
1991
1992 2020-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
1993
1994 * gdb.arch/amd64-byte.exp: Make test names unique, use
1995 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
1996 * gdb.arch/amd64-dword.exp: Likewise.
1997 * gdb.arch/amd64-pseudo.c: Fix typo 'forth' -> 'fourth'.
1998 * gdb.arch/amd64-stap-special-operands.exp: Make test names
1999 unique.
2000 * gdb.arch/amd64-tailcall-ret.exp: Likewise.
2001 * gdb.arch/amd64-word.exp: Make test names unique, use
2002 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
2003 * gdb.arch/i386-byte.exp: Make test names unique, use
2004 gdb_breakpoint.
2005 * gdb.arch/i386-word.exp: Likewise.
2006
2007 2020-08-25 Shahab Vahedi <shahab@synopsys.com>
2008
2009 * gdb.arch/arc-tdesc-cpu.xml: Use new feature names.
2010
2011 2020-08-25 Simon Marchi <simon.marchi@polymtl.ca>
2012
2013 PR gdb/26532
2014 * gdb.threads/stepi-random-signal.exp: Update pattern.
2015
2016 2020-08-25 Simon Marchi <simon.marchi@efficios.com>
2017
2018 PR gdb/26532
2019 * gdb.base/ui-redirect.exp: Update pattern.
2020
2021 2020-08-25 Gary Benson <gbenson@redhat.com>
2022
2023 * gdb.dwarf2/dw2-dir-file-name.exp: Use system assembler
2024 when compiling with clang.
2025 * gdb.dwarf2/dw2-restore.exp: Likewise.
2026
2027 2020-08-25 Gary Benson <gbenson@redhat.com>
2028
2029 * gdb.cp/ambiguous.exp: Enable test when compiling with GCC.
2030 Add additional_flags=-Wno-inaccessible-base when compiling
2031 with GCC >= 10.1 or clang. Add additional_flags=-w when
2032 compiling with GCC < 10.
2033
2034 2020-08-25 Gaius Mulley <gaiusmod2@gmail.com>
2035
2036 PR m2/26372
2037 * gdb.modula2/multidim.c: New file.
2038 * gdb.modula2/multidim.exp: New file.
2039
2040 2020-08-24 Simon Marchi <simon.marchi@polymtl.ca>
2041
2042 * lib/gdb.exp (runto): Always emit fail on internal error.
2043
2044 2020-08-24 Simon Marchi <simon.marchi@efficios.com>
2045
2046 * gdb.base/gdb-sigterm.exp (do_test): Update expected regexp.
2047 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2048 Likewise.
2049 * gdb.threads/stepi-random-signal.exp: Likewise.
2050
2051 2020-08-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2052
2053 * gdb.base/print-file-var.exp: Fix typo "breapoint".
2054 * gdb.trace/strace.exp: Ditto.
2055
2056 2020-08-19 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2057
2058 * gdb.fortran/vla-type.exp: Skip commands not required for
2059 the Flang compiled binaries after prologue fix.
2060
2061 2020-08-17 Tom de Vries <tdevries@suse.de>
2062 Tom Tromey <tromey@adacore.com>
2063
2064 PR rust/26197:
2065 * gdb.rust/simple.exp (xfail_pattern): Update for new failure.
2066
2067 2020-08-17 Tom Tromey <tromey@adacore.com>
2068
2069 * gdb.ada/mi_var_access.exp: New file.
2070 * gdb.ada/mi_var_access/mi_access.adb: New file.
2071 * gdb.ada/mi_var_access/pck.adb: New file.
2072 * gdb.ada/mi_var_access/pck.ads: New file.
2073
2074 2020-08-16 Tom de Vries <tdevries@suse.de>
2075
2076 PR gdb/25350
2077 * gdb.base/eh_return.c: New test.
2078 * gdb.base/eh_return.exp: New file.
2079
2080 2020-08-15 Tom de Vries <tdevries@suse.de>
2081
2082 * gdb.fortran/mixed-lang-stack.c (fortran_charlen_t): New type.
2083 (mixed_func_1d_): Use fortran_charlen_t in decl.
2084
2085 2020-08-15 Tom de Vries <tdevries@suse.de>
2086
2087 PR backtrace/26390
2088 * gdb.fortran/mixed-lang-stack.exp: Call bt with -frame-arguments all.
2089 Update expected pattern.
2090
2091 2020-08-13 Pedro Alves <pedro@palves.net>
2092
2093 * gdb.fortran/complex.exp: Check skip_fortran_tests.
2094 * gdb.fortran/library-module.exp: Likewise.
2095 * gdb.fortran/logical.exp: Likewise.
2096 * gdb.fortran/module.exp: Likewise.
2097 * gdb.fortran/print_type.exp: Likewise.
2098 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
2099 * gdb.fortran/vla-datatypes.exp: Likewise.
2100 * gdb.fortran/vla-history.exp: Likewise.
2101 * gdb.fortran/vla-ptr-info.exp: Likewise.
2102 * gdb.fortran/vla-ptype-sub.exp: Likewise.
2103 * gdb.fortran/vla-ptype.exp: Likewise.
2104 * gdb.fortran/vla-sizeof.exp: Likewise.
2105 * gdb.fortran/vla-type.exp: Likewise.
2106 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
2107 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
2108 * gdb.fortran/vla-value-sub.exp: Likewise.
2109 * gdb.fortran/vla-value.exp: Likewise.
2110
2111 2020-08-13 Pedro Alves <pedro@palves.net>
2112
2113 * gdb.ada/access_tagged_param.exp: Check skip_ada_tests.
2114 * gdb.ada/access_to_packed_array.exp: Likewise.
2115 * gdb.ada/access_to_unbounded_array.exp: Likewise.
2116 * gdb.ada/addr_arith.exp: Likewise.
2117 * gdb.ada/arr_acc_idx_w_gap.exp: Likewise.
2118 * gdb.ada/arr_arr.exp: Likewise.
2119 * gdb.ada/arr_enum_idx_w_gap.exp: Likewise.
2120 * gdb.ada/array_bounds.exp: Likewise.
2121 * gdb.ada/array_of_variable_length.exp: Likewise.
2122 * gdb.ada/array_ptr_renaming.exp: Likewise.
2123 * gdb.ada/array_subscript_addr.exp: Likewise.
2124 * gdb.ada/arraydim.exp: Likewise.
2125 * gdb.ada/arrayparam.exp: Likewise.
2126 * gdb.ada/arrayptr.exp: Likewise.
2127 * gdb.ada/assign_1.exp: Likewise.
2128 * gdb.ada/assign_arr.exp: Likewise.
2129 * gdb.ada/atomic_enum.exp: Likewise.
2130 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
2131 * gdb.ada/bad-task-bp-keyword.exp: Likewise.
2132 * gdb.ada/bias.exp: Likewise.
2133 * gdb.ada/boolean_expr.exp: Likewise.
2134 * gdb.ada/bp_c_mixed_case.exp: Likewise.
2135 * gdb.ada/bp_enum_homonym.exp: Likewise.
2136 * gdb.ada/bp_inlined_func.exp: Likewise.
2137 * gdb.ada/bp_on_var.exp: Likewise.
2138 * gdb.ada/bp_range_type.exp: Likewise.
2139 * gdb.ada/bp_reset.exp: Likewise.
2140 * gdb.ada/call_pn.exp: Likewise.
2141 * gdb.ada/catch_assert_if.exp: Likewise.
2142 * gdb.ada/catch_ex.exp: Likewise.
2143 * gdb.ada/catch_ex_std.exp: Likewise.
2144 * gdb.ada/char_enum.exp: Likewise.
2145 * gdb.ada/char_param.exp: Likewise.
2146 * gdb.ada/complete.exp: Likewise.
2147 * gdb.ada/cond_lang.exp: Likewise.
2148 * gdb.ada/convvar_comp.exp: Likewise.
2149 * gdb.ada/dgopt.exp: Likewise.
2150 * gdb.ada/disc_arr_bound.exp: Likewise.
2151 * gdb.ada/display_nested.exp: Likewise.
2152 * gdb.ada/dot_all.exp: Likewise.
2153 * gdb.ada/dyn_loc.exp: Likewise.
2154 * gdb.ada/dyn_stride.exp: Likewise.
2155 * gdb.ada/excep_handle.exp: Likewise.
2156 * gdb.ada/expr_delims.exp: Likewise.
2157 * gdb.ada/expr_with_funcall.exp: Likewise.
2158 * gdb.ada/exprs.exp: Likewise.
2159 * gdb.ada/fin_fun_out.exp: Likewise.
2160 * gdb.ada/fixed_cmp.exp: Likewise.
2161 * gdb.ada/formatted_ref.exp: Likewise.
2162 * gdb.ada/frame_arg_lang.exp: Likewise.
2163 * gdb.ada/frame_args.exp: Likewise.
2164 * gdb.ada/fullname_bp.exp: Likewise.
2165 * gdb.ada/fun_addr.exp: Likewise.
2166 * gdb.ada/fun_in_declare.exp: Likewise.
2167 * gdb.ada/fun_overload_menu.exp: Likewise.
2168 * gdb.ada/fun_renaming.exp: Likewise.
2169 * gdb.ada/funcall_char.exp: Likewise.
2170 * gdb.ada/funcall_param.exp: Likewise.
2171 * gdb.ada/funcall_ptr.exp: Likewise.
2172 * gdb.ada/funcall_ref.exp: Likewise.
2173 * gdb.ada/homonym.exp: Likewise.
2174 * gdb.ada/info_addr_mixed_case.exp: Likewise.
2175 * gdb.ada/info_auto_lang.exp: Likewise.
2176 * gdb.ada/info_exc.exp: Likewise.
2177 * gdb.ada/info_types.exp: Likewise.
2178 * gdb.ada/int_deref.exp: Likewise.
2179 * gdb.ada/interface.exp: Likewise.
2180 * gdb.ada/iwide.exp: Likewise.
2181 * gdb.ada/lang_switch.exp: Likewise.
2182 * gdb.ada/length_cond.exp: Likewise.
2183 * gdb.ada/maint_with_ada.exp: Likewise.
2184 * gdb.ada/mi_catch_assert.exp: Likewise.
2185 * gdb.ada/mi_catch_ex.exp: Likewise.
2186 * gdb.ada/mi_catch_ex_hand.exp: Likewise.
2187 * gdb.ada/mi_dyn_arr.exp: Likewise.
2188 * gdb.ada/mi_ex_cond.exp: Likewise.
2189 * gdb.ada/mi_exc_info.exp: Likewise.
2190 * gdb.ada/mi_interface.exp: Likewise.
2191 * gdb.ada/mi_prot.exp: Likewise.
2192 * gdb.ada/mi_ref_changeable.exp: Likewise.
2193 * gdb.ada/mi_string_access.exp: Likewise.
2194 * gdb.ada/mi_task_arg.exp: Likewise.
2195 * gdb.ada/mi_task_info.exp: Likewise.
2196 * gdb.ada/mi_var_array.exp: Likewise.
2197 * gdb.ada/mi_var_union.exp: Likewise.
2198 * gdb.ada/mi_variant.exp: Likewise.
2199 * gdb.ada/minsyms.exp: Likewise.
2200 * gdb.ada/mod_from_name.exp: Likewise.
2201 * gdb.ada/nested.exp: Likewise.
2202 * gdb.ada/null_array.exp: Likewise.
2203 * gdb.ada/optim_drec.exp: Likewise.
2204 * gdb.ada/out_of_line_in_inlined.exp: Likewise.
2205 * gdb.ada/packed_array_assign.exp: Likewise.
2206 * gdb.ada/packed_tagged.exp: Likewise.
2207 * gdb.ada/pp-rec-component.exp: Likewise.
2208 * gdb.ada/print_chars.exp: Likewise.
2209 * gdb.ada/print_pc.exp: Likewise.
2210 * gdb.ada/ptr_typedef.exp: Likewise.
2211 * gdb.ada/ptype_arith_binop.exp: Likewise.
2212 * gdb.ada/ptype_array.exp: Likewise.
2213 * gdb.ada/ptype_field.exp: Likewise.
2214 * gdb.ada/ptype_tagged_param.exp: Likewise.
2215 * gdb.ada/ptype_union.exp: Likewise.
2216 * gdb.ada/py_range.exp: Likewise.
2217 * gdb.ada/py_taft.exp: Likewise.
2218 * gdb.ada/rdv_wait.exp: Likewise.
2219 * gdb.ada/rec_comp.exp: Likewise.
2220 * gdb.ada/rec_return.exp: Likewise.
2221 * gdb.ada/ref_param.exp: Likewise.
2222 * gdb.ada/ref_tick_size.exp: Likewise.
2223 * gdb.ada/rename_subscript_param.exp: Likewise.
2224 * gdb.ada/repeat_dyn.exp: Likewise.
2225 * gdb.ada/same_component_name.exp: Likewise.
2226 * gdb.ada/same_enum.exp: Likewise.
2227 * gdb.ada/scalar_storage.exp: Likewise.
2228 * gdb.ada/set_wstr.exp: Likewise.
2229 * gdb.ada/small_reg_param.exp: Likewise.
2230 * gdb.ada/str_binop_equal.exp: Likewise.
2231 * gdb.ada/str_ref_cmp.exp: Likewise.
2232 * gdb.ada/str_uninit.exp: Likewise.
2233 * gdb.ada/sub_variant.exp: Likewise.
2234 * gdb.ada/sym_print_name.exp: Likewise.
2235 * gdb.ada/taft_type.exp: Likewise.
2236 * gdb.ada/tagged.exp: Likewise.
2237 * gdb.ada/tagged_access.exp: Likewise.
2238 * gdb.ada/task_bp.exp: Likewise.
2239 * gdb.ada/task_switch_in_core.exp: Likewise.
2240 * gdb.ada/tasks.exp: Likewise.
2241 * gdb.ada/tick_last_segv.exp: Likewise.
2242 * gdb.ada/tick_length_array_enum_idx.exp: Likewise.
2243 * gdb.ada/type_coercion.exp: Likewise.
2244 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
2245 * gdb.ada/unchecked_union.exp: Likewise.
2246 * gdb.ada/uninitialized_vars.exp: Likewise.
2247 * gdb.ada/var_arr_attrs.exp: Likewise.
2248 * gdb.ada/var_arr_typedef.exp: Likewise.
2249 * gdb.ada/var_rec_arr.exp: Likewise.
2250 * gdb.ada/variant-record.exp: Likewise.
2251 * gdb.ada/variant.exp: Likewise.
2252 * gdb.ada/variant_record_packed_array.exp: Likewise.
2253 * gdb.ada/varsize_limit.exp: Likewise.
2254 * gdb.ada/whatis_array_val.exp: Likewise.
2255 * gdb.ada/widewide.exp: Likewise.
2256 * gdb.ada/win_fu_syms.exp: Likewise.
2257
2258 2020-08-12 Gary Benson <gbenson@redhat.com>
2259
2260 * gdb.dwarf2/dw2-op-out-param.S (.Ltext5): Fix duplicate label.
2261
2262 2020-08-04 Andrew Burgess <andrew.burgess@embecosm.com>
2263
2264 * lib/check-test-names.exp (do_reset_vars): Use 'array unset' to
2265 unset the array variable.
2266
2267 2020-08-03 Tom de Vries <tdevries@suse.de>
2268
2269 PR symtab/26333
2270 * lib/dwarf.exp (DW_LNE_user): New proc.
2271 * gdb.dwarf2/dw2-vendor-extended-opcode.c: New test.
2272 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: New file.
2273
2274 2020-07-31 Kevin Buettner <kevinb@redhat.com>
2275
2276 * gdb.base/coremaker2.c: Change all uses of 'unsigned long long'
2277 to 'uintptr_t'
2278 (inttypes.h): Include.
2279
2280 2020-07-31 Kevin Buettner <kevinb@redhat.com>
2281
2282 * gdb.base/coremaker2.c (buf_rw): Increase size to 256 KiB.
2283 (C5_24k): Delete.
2284 (C5_8k, C5_64k, C5_256k): New macros.
2285 (buf_ro): Allocate 256 KiB of initialized data.
2286
2287 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2288
2289 * gdb.base/condbreak-bad.exp: Extend the test with scenarios
2290 that attempt to overwrite an existing condition with a condition
2291 that fails parsing and also with a condition that parses fine
2292 but contains junk at the end.
2293
2294 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2295
2296 * gdb.base/condbreak-bad.c: New test.
2297 * gdb.base/condbreak-bad.exp: New file.
2298
2299 2020-07-30 Tom de Vries <tdevries@suse.de>
2300
2301 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_entry_1): Factor
2302 out of ...
2303 (GDBInfoModuleSymbols::check_entry): ... here.
2304 (GDBInfoModuleSymbols::check_optional_entry): New proc.
2305 * gdb.fortran/info-modules.exp: Use check_optional_entry for entries
2306 related to __def_init_mod1_M1t1 / __vtype_mod1_M1t1 / __copy_mod1_M1t1.
2307
2308 2020-07-30 Tom de Vries <tdevries@suse.de>
2309
2310 * gdb.fortran/ptype-on-functions.exp: Make "_t" suffix on
2311 "__class_some_module_Number_t" optional.
2312
2313 2020-07-29 Tom de Vries <tdevries@suse.de>
2314
2315 * lib/selftest-support.exp (selftest_setup): Allow breakpoint at
2316 multiple locations.
2317
2318 2020-07-29 Tom de Vries <tdevries@suse.de>
2319
2320 * gdb.dwarf2/dw2-line-number-zero.exp: Set breakpoints on lines
2321 rather than function name.
2322
2323 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2324
2325 PR symtab/26270:
2326 * gdb.cp/disasm-func-name.cc: New file.
2327 * gdb.cp/disasm-func-name.exp: New file.
2328
2329 2020-07-28 Tom Tromey <tromey@adacore.com>
2330
2331 * gdb.dwarf2/varval.exp (setup_exec): Add 'or' instruction to
2332 'varval' location.
2333
2334 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2335
2336 * gdb.python/py-unwind.py: Update to make use of a register
2337 descriptor.
2338
2339 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2340
2341 * gdb.python/py-arch-reg-names.exp: Add additional tests.
2342
2343 2020-07-25 Andrew Burgess <andrew.burgess@embecosm.com>
2344
2345 PR fortran/23051
2346 PR fortran/26139
2347 * gdb.fortran/class-allocatable-array.exp: New file.
2348 * gdb.fortran/class-allocatable-array.f90: New file.
2349 * gdb.fortran/pointer-to-pointer.exp: New file.
2350 * gdb.fortran/pointer-to-pointer.f90: New file.
2351
2352 2020-07-25 Tom de Vries <tdevries@suse.de>
2353
2354 PR symtab/26243
2355 * gdb.dwarf2/dw2-line-number-zero.c: New test.
2356 * gdb.dwarf2/dw2-line-number-zero.exp: New file.
2357
2358 2020-07-24 Tom de Vries <tdevries@suse.de>
2359
2360 PR testsuite/26293
2361 * gdb.ada/mi_prot.exp: Require gnatmake-8.
2362
2363 2020-07-23 Pedro Alves <pedro@palves.net>
2364
2365 * gdb.server/server-kill.exp (prepare): New, factored out from the
2366 top level.
2367 (kill_server): New.
2368 (test_tstatus, test_unwind_nosyms, test_unwind_syms): New.
2369 (top level) : Call test_tstatus, test_unwind_nosyms, test_unwind_syms.
2370
2371 2020-07-23 Andrew Burgess <andrew.burgess@embecosm.com>
2372
2373 * gdb.dwarf2/dw2-disasm-over-non-stmt.exp: New file.
2374
2375 2020-07-22 Sandra Loosemore <sandra@codesourcery.com>
2376
2377 * lib/gdb.exp (gdb_wrapper_file, gdb_wrapper_flags):
2378 Initialize to empty string at top level.
2379 (gdb_wrapper_init): Revert check for file existence on build.
2380 Build the wrapper in its default place, not a build-specific
2381 location. When host == build, make the pathname absolute.
2382 (gdb_compile): Delete leftover declaration of
2383 gdb_wrapper_initialized. Check gdb_wrapper_file being an empty
2384 string instead of uninitialized.
2385
2386 2020-07-22 Kevin Buettner <kevinb@redhat.com>
2387
2388 * gdb.base/corefile2.exp: New file.
2389 * gdb.base/coremaker2.exp: New file.
2390
2391 2020-07-22 Kevin Buettner <kevinb@redhat.com>
2392
2393 * gdb.base/coredump-filter.exp: Add second
2394 non-Private-Shared-Anon-File test.
2395 (test_disasm): Rename binfile for test which is expected
2396 to fail.
2397
2398 2020-07-22 Kevin Buettner <kevinb@redhat.com>
2399
2400 * gdb.base/corefile.exp: Add test "accessing read-only mmapped
2401 data in core file".
2402 * gdb.base/coremaker.c (buf2ro): New global.
2403 (mmapdata): Add a read-only mmap mapping.
2404
2405 2020-07-22 Kevin Buettner <kevinb@redhat.com>
2406
2407 PR corefiles/25631
2408 * gdb.base/corefile.exp (accessing anonymous, unwritten-to mmap data):
2409 New test.
2410 * gdb.base/coremaker.c (buf3): New global.
2411 (mmapdata): Add mmap call which uses MAP_ANONYMOUS and MAP_PRIVATE
2412 flags.
2413
2414 2020-07-22 Kevin Buettner <kevinb@redhat.com>
2415
2416 * gdb.base/coremaker.c (filler_ro): New global constant.
2417
2418 2020-07-22 Tom Tromey <tromey@adacore.com>
2419
2420 * gdb.ada/mi_prot.exp: New file.
2421 * gdb.ada/mi_prot/pkg.adb: New file.
2422 * gdb.ada/mi_prot/pkg.ads: New file.
2423 * gdb.ada/mi_prot/prot.adb: New file.
2424
2425 2020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2426
2427 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
2428 loads two JITers.
2429
2430 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
2431
2432 * gdb.python/py-arch-reg-groups.exp: Additional tests.
2433
2434 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
2435
2436 * gdb.python/py-arch-reg-names.exp: Additional tests.
2437
2438 2020-07-21 Tom de Vries <tdevries@suse.de>
2439
2440 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
2441 breakpoint locations".
2442 * gdb.reverse/solib-reverse.exp: Same.
2443
2444 2020-07-21 Tom de Vries <tdevries@suse.de>
2445
2446 * gdb.reverse/step-reverse.c (callee): Merge statements.
2447
2448 2020-07-21 Tom de Vries <tdevries@suse.de>
2449
2450 * gdb.fortran/info-modules.exp (info module variables): Allow missing
2451 line numbers for some variables.
2452
2453 2020-07-21 Tom de Vries <tdevries@suse.de>
2454
2455 * gdb.opt/inline-locals.c (init_array): New func.
2456 (func1): Use init_array.
2457 * gdb.opt/inline-locals.exp: Update pattern.
2458
2459 2020-07-21 Tom de Vries <tdevries@suse.de>
2460
2461 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
2462 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
2463
2464 2020-07-20 Ludovic Courtès <ludo@gnu.org>
2465
2466 * gdb.guile/source2.scm: Add #f first argument to 'format'.
2467 * gdb.guile/types-module.exp: Remove "ERROR:" from
2468 regexps since Guile 3.0 no longer prints that.
2469
2470 2020-07-20 Ludovic Courtès <ludo@gnu.org>
2471
2472 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
2473 error regexp to match on Guile 2.2.
2474
2475 2020-07-20 Gary Benson <gbenson@redhat.com>
2476
2477 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
2478 with clang.
2479
2480 2020-07-20 Tom de Vries <tdevries@suse.de>
2481
2482 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
2483 (omp_set_lock_in_order): New function.
2484 (single_scope, multi_scope, nested_func, nested_parallel): Use
2485 omp_set_lock_in_order and omp_unset_lock.
2486 (main): Init and destroy lock and lock2.
2487
2488 2020-07-20 Tom de Vries <tdevries@suse.de>
2489
2490 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
2491
2492 2020-07-20 Tom de Vries <tdevries@suse.de>
2493
2494 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
2495
2496 2020-07-17 Tom de Vries <tdevries@suse.de>
2497
2498 * gdb.base/valgrind-infcall-2.c: New test.
2499 * gdb.base/valgrind-infcall-2.exp: New file.
2500 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
2501
2502 2020-07-17 Tom de Vries <tdevries@suse.de>
2503
2504 * gdb.dlang/circular.c (found): Use found_label as label name.
2505 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
2506 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
2507 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
2508 * gdb.dwarf2/ada-linkage-name.exp: Same.
2509 * gdb.dwarf2/arr-subrange.exp: Same.
2510 * gdb.dwarf2/atomic-type.exp: Same.
2511 * gdb.dwarf2/comp-unit-lang.exp: Same.
2512 * gdb.dwarf2/cpp-linkage-name.exp: Same.
2513 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
2514 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
2515 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
2516 * gdb.dwarf2/implptr-64bit.exp: Same.
2517 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
2518 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
2519 * gdb.dwarf2/imported-unit.exp: Same.
2520 * gdb.dwarf2/main-subprogram.exp: Same.
2521 * gdb.dwarf2/missing-type-name.exp: Same.
2522 * gdb.dwarf2/nonvar-access.exp: Same.
2523 * gdb.dwarf2/struct-with-sig.exp: Same.
2524 * gdb.dwarf2/typedef-void-finish.exp: Same.
2525 * gdb.dwarf2/void-type.exp: Same.
2526
2527 2020-07-17 Tom de Vries <tdevries@suse.de>
2528
2529 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
2530 src parameter.
2531 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
2532 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
2533 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
2534 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
2535 * gdb.dwarf2/dwz.exp: Same.
2536 * gdb.dwarf2/implptr-optimized-out.exp: Same.
2537 * gdb.dwarf2/implref-array.exp: Same.
2538 * gdb.dwarf2/implref-const.exp: Same.
2539 * gdb.dwarf2/implref-global.exp: Same.
2540 * gdb.dwarf2/implref-struct.exp: Same.
2541 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
2542 * gdb.dwarf2/opaque-type-lookup.exp: Same.
2543 * gdb.dwarf2/var-access.exp: Same.
2544 * gdb.dwarf2/varval.exp: Same.
2545 * gdb.trace/entry-values.exp: Same.
2546
2547 2020-07-17 Tom de Vries <tdevries@suse.de>
2548
2549 * lib/dwarf.exp (Dwarf::extern): Remove.
2550 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
2551 * gdb.dlang/circular.exp: Same.
2552 * gdb.dwarf2/comp-unit-lang.exp: Same.
2553 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
2554 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
2555 * gdb.dwarf2/dwz.exp: Same.
2556 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
2557 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
2558 * gdb.dwarf2/imported-unit.exp: Same.
2559 * gdb.dwarf2/opaque-type-lookup.exp: Same.
2560
2561 2020-07-16 Sandra Loosemore <sandra@codesourcery.com>
2562
2563 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
2564 Use double quotes instead of single quotes.
2565
2566 2020-07-16 Caroline Tice <cmtice@google.com>
2567
2568 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
2569 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
2570
2571 2020-07-16 Tom de Vries <tdevries@suse.de>
2572
2573 * lib/dwarf.exp (program): Initialize _line.
2574 (DW_LNE_end_sequence): Reinitialize _line.
2575 (DW_LNS_advance_line): Update _line.
2576 (line): New proc.
2577 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
2578 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
2579 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
2580 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
2581 * gdb.dwarf2/dw2-is-stmt.exp: Same.
2582 * gdb.dwarf2/dw2-ranges-func.exp: Same.
2583
2584 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
2585
2586 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
2587 generic.
2588
2589 2020-07-15 Tom de Vries <tdevries@suse.de>
2590
2591 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
2592 is_amd64_regs_target.
2593
2594 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
2595
2596 * gdb.fortran/ptype-on-functions.exp: Add more tests.
2597 * gdb.fortran/ptype-on-functions.f90: Likewise.
2598
2599 2020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
2600
2601 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
2602 values in documentation for addr_size to 4 and 8.
2603
2604 2020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
2605
2606 * gdb.arch/amd64-osabi.exp: Update.
2607 * gdb.arch/arm-disassembler-options.exp: Update.
2608 * gdb.arch/powerpc-disassembler-options.exp: Update.
2609 * gdb.arch/ppc64-symtab-cordic.exp: Update.
2610 * gdb.arch/s390-disassembler-options.exp: Update.
2611 * gdb.base/all-architectures.exp.tcl: Update.
2612 * gdb.base/attach-pie-noexec.exp: Update.
2613 * gdb.base/catch-syscall.exp: Update.
2614 * gdb.xml/tdesc-arch.exp: Update.
2615
2616 2020-07-14 Tom de Vries <tdevries@suse.de>
2617
2618 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
2619 (local_gettid): ... this.
2620 (fn): Update.
2621
2622 2020-07-13 Sandra Loosemore <sandra@codesourcery.com>
2623
2624 * gdb.base/info_sources.exp: Skip directory match tests on
2625 remote hosts.
2626
2627 2020-07-13 Gary Benson <gbenson@redhat.com>
2628
2629 * gdb.base/savedregs.exp (caller): Use parentheses to
2630 make expected expression evaluation ordering explicit.
2631
2632 2020-07-13 Gary Benson <gbenson@redhat.com>
2633
2634 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
2635
2636 2020-07-13 Gary Benson <gbenson@redhat.com>
2637
2638 * gdb.base/bigcore.c (main): Use a volatile pointer when
2639 attempting to trigger a SIGSEGV.
2640 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
2641 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
2642 * gdb.base/savedregs.c (thrower): Likewise.
2643 * gdb.mi/mi-syn-frame.c (bar): Likewise.
2644
2645 2020-07-13 Gary Benson <gbenson@redhat.com>
2646
2647 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
2648 defining and using VLA structure fields into...
2649 * gdb.base/vla-struct-fields.c: New file.
2650 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
2651 tests into...
2652 * gdb.base/vla-struct-fields.exp: New file.
2653
2654 2020-07-13 Tom de Vries <tdevries@suse.de>
2655
2656 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
2657 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
2658 * gdb.base/gold-gdb-index.exp: Same.
2659 * gdb.base/morestack.exp: Same.
2660
2661 2020-07-11 Daniel Xu <dxu@dxuuu.xyz>
2662
2663 PR rust/26121
2664 * gdb.rust/modules.rs: Prevent linker from discarding test
2665 symbol.
2666
2667 2020-07-10 Pedro Alves <pedro@palves.net>
2668
2669 PR gdb/26199
2670 * gdb.multi/multi-target.c (exit_thread): New.
2671 (thread_start): Break loop if EXIT_THREAD.
2672 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
2673 (top level) Call test_no_resumed.
2674
2675 2020-07-08 Tom Tromey <tromey@adacore.com>
2676
2677 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
2678 * gdb.ada/catch_ex.exp: Examine catchpoint text.
2679
2680 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2681
2682 PR python/22748
2683 * gdb.opt/inline-frame-tailcall.c: New file.
2684 * gdb.opt/inline-frame-tailcall.exp: New file.
2685 * gdb.python/py-unwind-inline.c: New file.
2686 * gdb.python/py-unwind-inline.exp: New file.
2687 * gdb.python/py-unwind-inline.py: New file.
2688
2689 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2690
2691 * gdb.python/py-arch-reg-groups.exp: New file.
2692
2693 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2694
2695 * gdb.python/py-arch-reg-names.exp: New file.
2696
2697 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2698
2699 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
2700 gdb.PendingFrame.architecture method.
2701
2702 2020-07-06 Tom de Vries <tdevries@suse.de>
2703
2704 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
2705
2706 2020-07-03 Pedro Alves <palves@redhat.com>
2707
2708 * gdb.base/structs2.c (main): Adjust second parem_reg call to
2709 explicitly write negative numbers.
2710 * gdb.base/structs2.exp: Adjust expected output.
2711
2712 2020-07-03 Pedro Alves <palves@redhat.com>
2713
2714 * gdb.base/charset.c (init_string): Change all char parameters to
2715 unsigned char parameters.
2716
2717 2020-07-03 Pedro Alves <palves@redhat.com>
2718
2719 * gdb.base/call-sc.exp (start_scalars_test): Use
2720 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
2721 * gdb.base/overlays.c: Remove references to PARAMS.
2722 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
2723 * gdb.base/reread.exp: Don't set 'prototypes' global.
2724 * gdb.base/structs.exp (start_structs_test): Use
2725 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
2726 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
2727 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
2728 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
2729 call.
2730 * gdb.base/varargs.exp: Don't set 'prototypes' global.
2731
2732 2020-07-03 Pedro Alves <palves@redhat.com>
2733
2734 * gdb.base/m32rovly.c: Delete.
2735 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
2736
2737 2020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2738
2739 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
2740 of gdb_py_test_multiple.
2741 * gdb.python/py-cmd.exp: Likewise.
2742 * gdb.python/py-events.exp: Likewise.
2743 * gdb.python/py-function.exp: Likewise.
2744 * gdb.python/py-inferior.exp: Likewise.
2745 * gdb.python/py-infthread.exp: Likewise.
2746 * gdb.python/py-linetable.exp: Likewise.
2747 * gdb.python/py-parameter.exp: Likewise.
2748 * gdb.python/py-value.exp: Likewise.
2749
2750 2020-06-30 Tom de Vries <tdevries@suse.de>
2751
2752 PR testsuite/26175
2753 * lib/future.exp (gdb_default_target_compile): Detect and handle
2754 early_flags.
2755
2756 2020-06-29 Simon Marchi <simon.marchi@efficios.com>
2757
2758 * boards/simavr.exp (gdb_load): Catch errors when closing
2759 previous connection. Close connection, wait for process and
2760 unset simavr_spawn_id on failure.
2761
2762 2020-06-29 Tom de Vries <tdevries@suse.de>
2763
2764 * lib/gdb.exp (unknown): Make test-case unresolved.
2765
2766 2020-06-29 Tom de Vries <tdevries@suse.de>
2767
2768 PR gdb/25475
2769 * gdb.server/solib-list.exp: Verify that the symbol reload
2770 confirmation question is asked.
2771
2772 2020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2773
2774 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
2775 have a input seq nr in each pass message.
2776 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
2777 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
2778 * gdb.python/python.exp: Make test names unique,
2779 use gdb_test_multiline instead of gdb_py_test_multiple,
2780 use $gdb_test_name.
2781 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
2782
2783 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
2784
2785 * configure.ac: Add --enable-libctf.
2786 * aclocal.m4: sinclude ../config/enable.m4.
2787 * Makefile.in (site.exp): Add enable_libctf to site.exp.
2788 * lib/gdb.exp (skip_ctf_tests): Use it.
2789 * gdb.base/ctf-constvars.exp: Error message tweak.
2790 * gdb.base/ctf-ptype.exp: Likewise.
2791 * configure: Regenerate.
2792
2793 2020-06-26 Gary Benson <gbenson@redhat.com>
2794
2795 * gdb.cp/try_catch.cc: Include string.h.
2796 (main): Replace comparison against string literal with
2797 strcmp, avoiding build failure with -Wstring-compare.
2798 Add "marker test-complete".
2799 * gdb.cp/try_catch.exp: Run the test to the above marker,
2800 then verify that the value of "test" is still true.
2801
2802 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
2803
2804 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
2805
2806 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
2807
2808 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
2809
2810 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
2811
2812 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
2813 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
2814 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
2815 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
2816 * gdb.arch/riscv-tdesc-loading.exp: New file.
2817
2818 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
2819
2820 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
2821
2822 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
2823
2824 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
2825 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
2826 * gdb.arch/riscv-tdesc-regs.c: New file.
2827 * gdb.arch/riscv-tdesc-regs.exp: New file.
2828
2829 2020-06-24 Pedro Alves <palves@redhat.com>
2830
2831 * gdb.arch/amd64-entry-value-paramref.exp: Use
2832 prepare_for_testing_full and don't pass "c++" for the .S file
2833 build spec.
2834 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
2835 $options, since it's an assembly file. Remove -Wno-deprecated.
2836 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
2837 compiling C++ programs.
2838
2839 2020-06-24 Pedro Alves <palves@redhat.com>
2840
2841 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
2842 Clang, add "-Wno-unknown-warning-option" to the options.
2843
2844 2020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
2845
2846 * gdb.xml/tdesc-reload.c: New file.
2847 * gdb.xml/tdesc-reload.exp: New file.
2848 * gdb.xml/maint-xml-dump-01.xml: New file.
2849 * gdb.xml/maint-xml-dump-02.xml: New file.
2850 * gdb.xml/maint-xml-dump.exp: New file.
2851
2852 2020-06-23 Sandra Loosemore <sandra@codesourcery.com>
2853
2854 * lib/completion-support.exp (test_gdb_completion_offers_commands):
2855 Adjust for omitted commands when TUI is disabled.
2856
2857 2020-06-23 Gary Benson <gbenson@redhat.com>
2858 Pedro Alves <palves@redhat.com>
2859
2860 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
2861 * gdb.cp/nsimport.cc: Likewise.
2862 * gdb.cp/nsnested.cc: Likewise.
2863 * gdb.cp/nsnoimports.cc: Likewise.
2864 * gdb.cp/nsusing.cc: Likewise.
2865 * gdb.cp/smartp.cc: Likewise.
2866 * gdb.python/py-pp-integral.c: Likewise.
2867 * gdb.python/py-pp-re-notag.c: Likewise.
2868
2869 2020-06-23 Gary Benson <gbenson@redhat.com>
2870
2871 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
2872 * gdb.cp/nsimport.cc: Likewise.
2873 * gdb.cp/nsnested.cc: Likewise.
2874 * gdb.cp/nsnoimports.cc: Likewise.
2875 * gdb.cp/nsusing.cc: Likewise.
2876 * gdb.cp/smartp.cc: Likewise.
2877 * gdb.python/py-pp-integral.c: Likewise.
2878 * gdb.python/py-pp-re-notag.c: Likewise.
2879
2880 2020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2881
2882 * gdb.base/default-args.exp: New test.
2883 * gdb.base/default-args.c: New file.
2884 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
2885 * gdb.base/default.exp: Update to new help text.
2886 * gdb.base/help.exp: Likewise.
2887 * gdb.base/page.exp: Likewise.
2888 * gdb.base/style.exp: Likewise.
2889 * gdb.guile/guile.exp: Likewise.
2890 * gdb.python/python.exp: Likewise.
2891
2892 2020-06-22 Sandra Loosemore <sandra@codesourcery.com>
2893
2894 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
2895 remote host. Fix search path syntax on Windows host.
2896
2897 2020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2898
2899 * gdb.base/attach.exp: Test priority of 'exec-file' changed
2900 over 'exec-file-mismatch'.
2901 * gdb.base/attach.c: Mark should_exit volatile.
2902 * gdb.base/attach2.c: Likewise. Add a comment explaining
2903 why the sleep cannot be big.
2904 * gdb.base/attach3.c: New file.
2905
2906 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
2907
2908 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
2909 prefix optional.
2910
2911 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
2912
2913 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
2914 for remote host.
2915
2916 2020-06-19 Sandra Loosemore <sandra@codesourcery.com>
2917 Hafiz Abid Qadeer <abidh@codesourcery.com>
2918
2919 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
2920 file sent to remote host.
2921 (top level): Allow int32_t as type of 32-bit register.
2922
2923 2020-06-19 Tom de Vries <tdevries@suse.de>
2924
2925 * lib/gdb.exp (gdb_note): New proc.
2926 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
2927 (gdb_default_target_compile): ... here. Only call
2928 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
2929 (use_gdb_compile): Change to array.
2930 (toplevel): Update sets of use_gdb_compile to specify language.
2931 Warn about default_target_compile override. Store dejagnu's version
2932 of default_target_compile in dejagnu_default_target_compile.
2933
2934 2020-06-18 Tom de Vries <tdevries@suse.de>
2935
2936 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
2937 (default_gdb_init): ... here.
2938
2939 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
2940
2941 Fix TUI support checks in gdb.tui tests.
2942
2943 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
2944 just say UNSUPPORTED.
2945 * gdb.tui/corefile-run.exp: Likewise.
2946 * gdb.tui/empty.exp: Likewise.
2947 * gdb.tui/list-before.exp: Likewise.
2948 * gdb.tui/list.exp: Likewise.
2949 * gdb.tui/main.exp: Likewise.
2950 * gdb.tui/regs.exp: Likewise.
2951 * gdb.tui/resize.exp: Likewise.
2952 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
2953 * gdb.tui/tui-layout-asm.exp: Likewise.
2954 * gdb.tui/tui-missing-src.exp: Likewise.
2955 * gdb.tui/winheight.exp: Likewise.
2956 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
2957
2958 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
2959
2960 Fix TCL error in gdb.python/py-format-string.exp.
2961
2962 * gdb.python/py-format-string.exp: Move test for python support
2963 earlier, out of function body.
2964
2965 2020-06-15 Simon Marchi <simon.marchi@efficios.com>
2966
2967 * gdb.base/index-cache-load-twice.c: New.
2968 * gdb.base/index-cache-load-twice.exp: New.
2969
2970 2020-06-17 Keith Seitz <keiths@redhat.com>
2971
2972 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
2973 when executing "gdb --configuration".
2974
2975 2020-06-17 Tom de Vries <tdevries@suse.de>
2976
2977 * lib/gdb.exp (gdb_tcl_unknown): New proc.
2978 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
2979 conditional on presence of gdb_tcl_unknown.
2980 (gdb_finish): Make override undo conditional on presence of
2981 gdb_tcl_unknown.
2982
2983 2020-06-16 Tom Tromey <tom@tromey.com>
2984
2985 * gdb.python/tui-window.py (failwin): New function. Register it
2986 as a TUI window type.
2987 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
2988
2989 2020-06-16 Gary Benson <gbenson@redhat.com>
2990
2991 * gdb.python/py-nested-maps.c (create_map): Add missing return
2992 value.
2993 (create_map_map): Likewise.
2994
2995 2020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2996
2997 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
2998 variable.
2999 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
3000 and use the already-defined 'options' variable.
3001
3002 2020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
3003 Tom de Vries <tdevries@suse.de>
3004
3005 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
3006 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
3007 (gdb_setup_known_globals): New proc.
3008 (gdb_cleanup_globals): New proc.
3009 * lib/gdb.exp (load_lib): New override proc.
3010 (gdb_stdin_log_init): Set var in_file as persistent global.
3011 * lib/pascal.exp (gdb_stdin_log_init): Set vars
3012 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
3013 fpc_compiler as persistent global.
3014
3015 2020-06-12 Tom de Vries <tdevries@suse.de>
3016
3017 * lib/tuiterm.exp (spawn): Rename to ...
3018 (tui_spawn): ... this.
3019 (toplevel): Move rename of spawn ...
3020 (gdb_init_tuiterm): ... here. New proc.
3021 (gdb_finish_tuiterm): New proc.
3022 * lib/gdb.exp (gdb_finish_hooks): New global var.
3023 (gdb_finish): Handle gdb_finish_hooks.
3024 (tuiterm_env): New proc.
3025 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
3026 tuiterm_env.
3027 * gdb.tui/basic.exp: Same.
3028 * gdb.tui/corefile-run.exp: Same.
3029 * gdb.tui/empty.exp: Same.
3030 * gdb.tui/list-before.exp: Same.
3031 * gdb.tui/list.exp: Same.
3032 * gdb.tui/main.exp: Same.
3033 * gdb.tui/new-layout.exp: Same.
3034 * gdb.tui/regs.exp: Same.
3035 * gdb.tui/resize.exp: Same.
3036 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
3037 * gdb.tui/tui-layout-asm.exp: Same.
3038 * gdb.tui/tui-missing-src.exp: Same.
3039 * gdb.tui/winheight.exp: Same.
3040
3041 2020-06-12 Tom de Vries <tdevries@suse.de>
3042
3043 PR testsuite/26110
3044 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
3045 (gdb_finish): Reinstall dejagnu's override of ::unknown.
3046
3047 2020-06-11 Tom Tromey <tom@tromey.com>
3048
3049 PR gdb/18318:
3050 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
3051 floating point tests.
3052
3053 2020-06-11 Keith Seitz <keiths@redhat.com>
3054
3055 PR gdb/21356
3056 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
3057 vla_struct.
3058 Add new struct vla_typedef and union vla_typedef_union and
3059 corresponding instantiation objects.
3060 Initialize new objects.
3061 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
3062 and vla_typedef_union_object.
3063 Fixup type for vla_struct_object.
3064
3065 2020-06-11 Tom de Vries <tdevries@suse.de>
3066
3067 * lib/gdb.exp (with_override): New proc, factored out of ...
3068 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
3069
3070 2020-06-10 Tom de Vries <tdevries@suse.de>
3071
3072 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
3073
3074 2020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
3075
3076 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
3077 parameter, update callers.
3078
3079 2020-06-04 Simon Marchi <simon.marchi@efficios.com>
3080
3081 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
3082 * gdb.dwarf2/share-psymtabs-bt.c: New file.
3083 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
3084
3085 2020-06-04 Tom de Vries <tdevries@suse.de>
3086
3087 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
3088
3089 2020-06-04 Tom de Vries <tdevries@suse.de>
3090
3091 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
3092 exp_continue.
3093
3094 2020-06-04 Tom de Vries <tdevries@suse.de>
3095
3096 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
3097
3098 2020-06-03 Tom de Vries <tdevries@suse.de>
3099
3100 PR symtab/26046
3101 * gdb.cp/breakpoint-locs-2.cc: New test.
3102 * gdb.cp/breakpoint-locs.cc: New test.
3103 * gdb.cp/breakpoint-locs.exp: New file.
3104 * gdb.cp/breakpoint-locs.h: New test.
3105
3106 2020-06-03 Tom de Vries <tdevries@suse.de>
3107
3108 PR testsuite/25609
3109 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
3110 value of global verbose.
3111 * gdb.base/jit-elf.exp: Same.
3112 * gdb.base/jit-reader.exp: Same.
3113
3114 2020-06-02 Tom de Vries <tdevries@suse.de>
3115
3116 * gdb.dwarf2/multidictionary.exp: Don't use
3117 gdb_spawn_with_cmdline_opts.
3118
3119 2020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
3120
3121 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
3122 use_header case.
3123 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
3124 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
3125 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
3126 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
3127 * gdb.dwarf2/dw2-inline-header.c: New file.
3128 * gdb.dwarf2/dw2-inline-header.h: New file.
3129
3130 2020-05-30 Pedro Alves <palves@redhat.com>
3131
3132 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
3133 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
3134
3135 2020-05-29 Gary Benson <gbenson@redhat.com>
3136
3137 * gdb.compile/compile-cplus.exp (additional_flags): Also
3138 set when building with clang.
3139 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
3140 when building with clang.
3141
3142 2020-05-29 Gary Benson <gbenson@redhat.com>
3143
3144 * gdb.arch/i386-avx.exp (additional_flags): Also set when
3145 building with clang.
3146 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
3147
3148 2020-05-29 Gary Benson <gbenson@redhat.com>
3149
3150 * gdb.cp/koenig.exp (prepare_for_testing): Add
3151 additional_flags=-Wno-unused-comparison.
3152 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
3153
3154 2020-05-28 Gary Benson <gbenson@redhat.com>
3155
3156 * gdb.base/sigaltstack.c (catcher): Add default case to switch
3157 statement.
3158
3159 2020-05-28 Gary Benson <gbenson@redhat.com>
3160
3161 * gdb.cp/classes.exp (prepare_for_testing): Add
3162 additional_flags=-Wno-deprecated-register.
3163 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
3164 * gdb.cp/misc.exp: Likewise.
3165
3166 2020-05-28 Gary Benson <gbenson@redhat.com>
3167
3168 * gdb.linespec/cpls-ops.cc (dummy): New static global.
3169 (test_op_new::operator new): Add return statement.
3170 (test_op_new_array::operator new[]): Likewise.
3171
3172 2020-05-27 Pedro Alves <palves@redhat.com>
3173
3174 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
3175 check. Use test_gdb_complete_unique instead of
3176 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
3177 test_gdb_complete_multiple instead of
3178 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
3179
3180 2020-05-27 Luis Machado <luis.machado@linaro.org>
3181
3182 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
3183 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
3184 * gdb.arch/arm-disassembler-options.exp: Likewise.
3185 * gdb.arch/arm-disp-step.exp: Likewise.
3186 * gdb.arch/thumb-prologue.exp: Likewise.
3187 * gdb.base/async.exp: Likewise.
3188 * gdb.base/auxv.exp: Likewise.
3189 * gdb.base/complex-parts.exp: Likewise.
3190 * gdb.base/ena-dis-br.exp: Likewise.
3191 * gdb.base/foll-exec.exp: Likewise.
3192 * gdb.base/permissions.exp: Likewise.
3193 * gdb.base/relocate.exp: Likewise.
3194 * gdb.base/return2.exp: Likewise.
3195 * gdb.base/sigbpt.exp: Likewise.
3196 * gdb.base/siginfo-obj.exp: Likewise.
3197 * gdb.cp/converts.exp: Likewise.
3198 * gdb.cp/exceptprint.exp: Likewise.
3199 * gdb.cp/inherit.exp: Likewise.
3200 * gdb.cp/nsnoimports.exp: Likewise.
3201 * gdb.cp/virtbase2.exp: Likewise.
3202 * gdb.mi/mi-var-cmd.exp: Likewise.
3203 * gdb.mi/var-cmd.c: Likewise.
3204
3205 2020-05-26 Tom Tromey <tromey@adacore.com>
3206
3207 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
3208
3209 2020-05-26 Tom Tromey <tromey@adacore.com>
3210
3211 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
3212 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
3213 type.
3214 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
3215 variable.
3216
3217 2020-05-26 Christian Biesinger <cbiesinger@google.com>
3218
3219 * Makefile.in: Use = instead of == for the test command
3220 for portability.
3221
3222 2020-05-26 Tom de Vries <tdevries@suse.de>
3223
3224 * gdb.base/gold-gdb-index-2.c: New test.
3225 * gdb.base/gold-gdb-index.c: New test.
3226 * gdb.base/gold-gdb-index.exp: New file.
3227 * gdb.base/gold-gdb-index.h: New test.
3228
3229 2020-05-25 Tom de Vries <tdevries@suse.de>
3230
3231 * boards/gold-gdb-index.exp: New file.
3232
3233 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
3234
3235 * boards/simavr.exp: New file.
3236
3237 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
3238
3239 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
3240 * gdb.base/inferior-args.exp: New file.
3241 * gdb.base/inferior-args.c: New file.
3242
3243 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
3244
3245 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
3246 inferior_args. Pass it to gdb_reload.
3247 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
3248 inferior_args.
3249 (gdb_reload): Add inferior_args argument.
3250 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
3251 pass it to gdbserver_run.
3252 * boards/native-gdbserver.exp: Do not set noargs.
3253 * boards/native-extended-gdbserver.exp (gdb_reload): Add
3254 inferior_args argument.
3255 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
3256 * gdb.base/a2-run.exp: Check for use_gdb_stub.
3257 * gdb.base/args.exp: Likewise.
3258
3259 2020-05-25 Tom de Vries <tdevries@suse.de>
3260
3261 * lib/gdb.exp (exec_is_pie): Add comment.
3262
3263 2020-05-25 Tom de Vries <tdevries@suse.de>
3264
3265 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
3266 instead of $binfile in the untested message.
3267
3268 2020-05-25 Tom de Vries <tdevries@suse.de>
3269
3270 PR testsuite/26031
3271 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
3272
3273 2020-05-25 Tom de Vries <tdevries@suse.de>
3274
3275 * boards/gold.exp: New file.
3276
3277 2020-05-23 Tom Tromey <tom@tromey.com>
3278
3279 * gdb.base/style.exp: Remove completion styling test.
3280 * lib/gdb-utils.exp (style): Remove completion styles.
3281
3282 2020-05-23 Tom Tromey <tom@tromey.com>
3283
3284 * gdb.base/style.exp: Add completion styling test.
3285 * lib/gdb-utils.exp (style): Add completion styles.
3286
3287 2020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
3288
3289 * gdb.base/annota1.exp: Update expected results.
3290 * gdb.cp/annota2.exp: Update expected results, remove duplicate
3291 test name.
3292 * gdb.cp/annota3.exp: Update expected results.
3293
3294 2020-05-20 Simon Marchi <simon.marchi@efficios.com>
3295
3296 PR gdb/26016
3297 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
3298 against MAP_FAILED.
3299 * gdb.base/coremaker.c (mmapdata): Likewise.
3300 * gdb.base/jit-reader-host.c (main): Likewise.
3301 * gdb.base/sym-file-loader.c (load): Likewise.
3302 (load_shlib): Likewise.
3303
3304 2020-05-20 Tom Tromey <tromey@adacore.com>
3305
3306 * gdb.ada/array_char_idx.exp: Recognize initialized array.
3307
3308 2020-05-20 Tom de Vries <tdevries@suse.de>
3309
3310 PR symtab/25833
3311 * gdb.base/with-mf-inc.c: New test.
3312 * gdb.base/with-mf-main.c: New test.
3313 * gdb.base/with-mf.exp: New file.
3314
3315 2020-05-19 Tom Tromey <tromey@adacore.com>
3316
3317 * gdb.rust/simple.exp: Restore missing test result.
3318
3319 2020-05-19 Tom de Vries <tdevries@suse.de>
3320
3321 * gdb.base/gdb-caching-proc.exp: Fix typo.
3322
3323 2020-05-19 Tom Tromey <tromey@adacore.com>
3324
3325 * gdb.rust/simple.exp: Add some test descriptions.
3326 (test_one_slice): Use with_test_prefix.
3327
3328 2020-05-18 Tom de Vries <tdevries@suse.de>
3329
3330 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
3331
3332 2020-05-17 Pedro Alves <palves@redhat.com>
3333
3334 PR gdb/25741
3335 * gdb.base/hw-sw-break-same-address.exp: New file.
3336
3337 2020-05-16 Pedro Alves <palves@redhat.com>
3338
3339 * gdb.multi/multi-re-run.exp (test_re_run): Switch
3340 LAST_LOADED_FILE accordingly.
3341
3342 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3343
3344 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
3345
3346 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3347
3348 * gdb.base/help.exp: Test apropos and help for commands
3349 having aliases. Fixed comments not starting with an
3350 upper-case letter or not finishing with a dot.
3351
3352 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3353
3354 * gdb.base/alias.exp: Update help output check.
3355
3356 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3357
3358 * gdb.base/default.exp: Update output following fixes.
3359
3360 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3361
3362 * gdb.base/alias.exp: Test aliases starting with a prefix of
3363 another alias.
3364
3365 2020-05-15 Gary Benson <gbenson@redhat.com>
3366
3367 * gdb.base/info-os.c (main): Add return statement.
3368 * gdb.base/info_minsym.c (minsym_fun): Likewise.
3369 * gdb.base/large-frame-2.c (func): Likewise.
3370 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
3371 * gdb.base/pr10179-b.c (foo2): Likewise.
3372 * gdb.base/valgrind-disp-step.c (foo): Likewise.
3373 * gdb.base/watch-cond.c (func): Likewise.
3374 * gdb.multi/goodbye.c (verylongfun): Likewise.
3375 * gdb.multi/hello.c (commonfun): Likewise.
3376 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
3377 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
3378 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
3379 Likewise.
3380 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
3381 * gdb.threads/interrupt-while-step-over.c (child_function):
3382 Likewise.
3383 * gdb.trace/actions-changed.c (end): Likewise.
3384
3385 2020-05-15 Gary Benson <gbenson@redhat.com>
3386
3387 * gdb.opencl/callfuncs.exp: Report when test skipped.
3388 * gdb.opencl/convs_casts.exp: Likewise.
3389 * gdb.opencl/datatypes.exp: Likewise.
3390 * gdb.opencl/operators.exp: Likewise.
3391 * gdb.opencl/vec_comps.exp: Likewise.
3392
3393 2020-05-15 Tom de Vries <tdevries@suse.de>
3394
3395 * gdb.base/align.exp.in: Rename to ...
3396 * gdb.base/align.exp.tcl: ... this.
3397 * gdb.base/align-c++.exp: Update.
3398 * gdb.base/align-c.exp: Update.
3399 * gdb.base/all-architectures.exp.in: Rename to ...
3400 * gdb.base/all-architectures.exp: ... this.
3401 * gdb.base/all-architectures-0.exp: Update.
3402 * gdb.base/all-architectures-1.exp: Update.
3403 * gdb.base/all-architectures-2.exp: Update.
3404 * gdb.base/all-architectures-3.exp: Update.
3405 * gdb.base/all-architectures-4.exp: Update.
3406 * gdb.base/all-architectures-5.exp: Update.
3407 * gdb.base/all-architectures-6.exp: Update.
3408 * gdb.base/all-architectures-7.exp: Update.
3409 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
3410 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
3411 * gdb.base/infcall-nested-structs-c++.exp: Update.
3412 * gdb.base/infcall-nested-structs-c.exp: Update.
3413 * gdb.base/info-types.exp.in: Rename to ...
3414 * gdb.base/info-types.exp.tcl: ... this.
3415 * gdb.base/info-types-c++.exp: Update.
3416 * gdb.base/info-types-c.exp: Update.
3417 * gdb.base/max-depth.exp.in: Rename to ...
3418 * gdb.base/max-depth.exp.tcl: ... this.
3419 * gdb.base/max-depth-c++.exp: Update.
3420 * gdb.base/max-depth-c.exp: Update.
3421 * gdb.cp/cpexprs.exp.in: Rename to ...
3422 * gdb.cp/cpexprs.exp.tcl: ... this.
3423 * gdb.cp/cpexprs-debug-types.exp: Update.
3424 * gdb.cp/cpexprs.exp: Update.
3425 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
3426 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
3427 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
3428 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
3429 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
3430 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
3431 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
3432 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
3433 * gdb.dwarf2/clang-debug-names-2.exp: Update.
3434 * gdb.dwarf2/clang-debug-names.exp: Update.
3435
3436 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
3437
3438 * lib/check-test-names.exp: Remove code that prevents this file
3439 loading when tests are run in parallel.
3440
3441 2020-05-15 Pedro Alves <palves@redhat.com>
3442
3443 * gdb.multi/multi-kill.exp (start_inferior): Remove
3444 'testpid' parameter. Refer to namespace variable directly.
3445 (testpid): Declare as namespace variable.
3446
3447 2020-05-15 Pedro Alves <palves@redhat.com>
3448
3449 * gdb.multi/multi-kill.exp: Wrap in namespace.
3450 (start_inferior): Add TESTPID parameter. Use it instead of the
3451 testpid global.
3452 (top level): Define empty TESTPID array, and pass it down to
3453 start_inferior.
3454
3455 2020-05-14 Tom de Vries <tdevries@suse.de>
3456
3457 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
3458 output.
3459
3460 2020-05-14 Tom de Vries <tdevries@suse.de>
3461
3462 * gdb.base/align.exp: Split into ...
3463 * gdb.base/align.exp.in: ...
3464 * gdb.base/align-c++.exp: ...
3465 * gdb.base/align-c.exp: ... these.
3466 * gdb.base/infcall-nested-structs.exp: Split into ...
3467 * gdb.base/infcall-nested-structs.exp.in: ...
3468 * gdb.base/infcall-nested-structs-c++.exp: ...
3469 * gdb.base/infcall-nested-structs-c.exp: ... these.
3470 * gdb.base/info-types.exp: Split into ...
3471 * gdb.base/info-types.exp.in: ...
3472 * gdb.base/info-types-c++.exp: ...
3473 * gdb.base/info-types-c.exp: ... these.
3474 * gdb.base/max-depth.exp: Split into ...
3475 * gdb.base/max-depth.exp.in: ...
3476 * gdb.base/max-depth-c++.exp: ...
3477 * gdb.base/max-depth-c.exp: ... these.
3478 * gdb.cp/infcall-nodebug.exp: Split into ...
3479 * gdb.cp/infcall-nodebug.exp.in: ...
3480 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
3481 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
3482 * gdb.cp/infcall-nodebug-c-d0.exp: ...
3483 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
3484
3485 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3486 Pedro Alves <palves@redhat.com>
3487
3488 * gdb.multi/multi-exit.c: New file.
3489 * gdb.multi/multi-exit.exp: New file.
3490 * gdb.multi/multi-kill.c: New file.
3491 * gdb.multi/multi-kill.exp: New file.
3492
3493 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3494
3495 * gdb.base/annota1.exp: Update the expected output.
3496 * gdb.cp/annota2.exp: Ditto.
3497
3498 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
3499
3500 * lib/check-test-names.exp: Disable when testing is being run in
3501 parallel.
3502
3503 2020-05-12 Tom de Vries <tdevries@suse.de>
3504
3505 * gdb.base/jit-elf.exp: Fix string concat.
3506
3507 2020-05-12 Tom de Vries <tdevries@suse.de>
3508
3509 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
3510 messages.
3511
3512 2020-05-12 Tom de Vries <tdevries@suse.de>
3513
3514 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
3515
3516 2020-05-12 Tom de Vries <tdevries@suse.de>
3517
3518 * gdb.ada/catch_ex.exp: Use with_test_prefix.
3519 * gdb.ada/mi_catch_ex.exp: Same.
3520 * gdb.ada/mi_catch_ex_hand.exp: Same.
3521
3522 2020-05-12 Tom de Vries <tdevries@suse.de>
3523
3524 * gdb.fortran/complex.exp: Use with_test_prefix.
3525
3526 2020-05-12 Tom de Vries <tdevries@suse.de>
3527
3528 * gdb.trace/passcount.exp: Fix test-names.
3529
3530 2020-05-12 Tom de Vries <tdevries@suse.de>
3531
3532 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
3533
3534 2020-05-12 Tom de Vries <tdevries@suse.de>
3535
3536 * gdb.gdb/complaints.exp: Use with_test_prefix.
3537 * gdb.xml/tdesc-regs.exp: Same.
3538 * gdb.opt/inline-locals.exp: Fix test name.
3539
3540 2020-05-12 Tom de Vries <tdevries@suse.de>
3541
3542 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
3543 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
3544 * gdb.dwarf2/implref-struct.exp: Same.
3545 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
3546 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
3547
3548 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
3549
3550 * gdb.base/jit-so.exp (one_jit_test): Change test name.
3551
3552 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
3553
3554 * lib/check-test-names.exp (all_test_names): New module variable.
3555 (counts): Add 'duplicates' field.
3556 (_check_duplicates): New procedure.
3557 (check): Also check for duplicates.
3558 (do_log_summary): Print duplicates count.
3559 (do_reset_vars): Reset counter for duplicate test names, and
3560 discard all know test names.
3561
3562 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
3563
3564 * lib/gdb.exp: Include check-test-names.exp library.
3565 * lib/check-test-names.exp: New file.
3566
3567 2020-05-11 Tom de Vries <tdevries@suse.de>
3568
3569 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
3570
3571 2020-05-11 Keith Seitz <keiths@redhat.com>
3572
3573 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
3574
3575 2020-05-11 Tom de Vries <tdevries@suse.de>
3576
3577 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
3578 * gdb.cp/cpexprs.exp.in: .. here.
3579 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
3580 cpexprs.exp.
3581
3582 2020-05-11 Keith Seitz <keiths@redhat.com>
3583
3584 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
3585 test names.
3586 * gdb.ada/arrayptr.exp: Likewise.
3587 * gdb.ada/assign_arr.exp: Likewise.
3588 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
3589 * gdb.ada/bp_on_var.exp: Likewise.
3590 * gdb.ada/call_pn.exp: Likewise.
3591 * gdb.ada/complete.exp: Likewise.
3592 * gdb.ada/fun_overload_menu.exp: Likewise.
3593 * gdb.ada/funcall_param.exp: Likewise.
3594 * gdb.ada/funcall_ref.exp: Likewise.
3595 * gdb.ada/packed_array_assign.exp: Likewise.
3596 * gdb.ada/same_component_name.exp: Likewise.
3597 * gdb.ada/type_coercion.exp: Likewise.
3598 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
3599 * gdb.ada/variant_record_packed_array.exp: Likewise.
3600
3601 2020-05-11 Tom de Vries <tdevries@suse.de>
3602
3603 PR symtab/25941
3604 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
3605 out of ...
3606 * gdb.dwarf2/clang-debug-names.exp: ... here.
3607 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
3608 clang-debug-names.exp.in.
3609 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
3610 * gdb.dwarf2/clang-debug-names-2.c: New test.
3611
3612 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
3613
3614 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
3615 (fortran_runto_main): New Proc, fortran version of runto_main.
3616 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
3617 * gdb.fortran/array-bounds.exp: Likewise.
3618 * gdb.fortran/array-slices.exp: Likewise.
3619 * gdb.fortran/block-data.exp: Likewise.
3620 * gdb.fortran/charset.exp: Likewise.
3621 * gdb.fortran/common-block.exp: Likewise.
3622 * gdb.fortran/complex.exp: Likewise.
3623 * gdb.fortran/derived-type-function.exp: Likewise.
3624 * gdb.fortran/derived-type.exp: Likewise.
3625 * gdb.fortran/info-modules.exp: Likewise.
3626 * gdb.fortran/info-types.exp: Likewise.
3627 * gdb.fortran/intrinsics.exp: Likewise.
3628 * gdb.fortran/library-module.exp: Likewise.
3629 * gdb.fortran/logical.exp: Likewise.
3630 * gdb.fortran/max-depth.exp: Likewise.
3631 * gdb.fortran/module.exp: Likewise.
3632 * gdb.fortran/multi-dim.exp: Likewise.
3633 * gdb.fortran/nested-funcs.exp: Likewise.
3634 * gdb.fortran/print-formatted.exp: Likewise.
3635 * gdb.fortran/print_type.exp: Likewise.
3636 * gdb.fortran/printing-types.exp: Likewise.
3637 * gdb.fortran/ptr-indentation.exp: Likewise.
3638 * gdb.fortran/ptype-on-functions.exp: Likewise.
3639 * gdb.fortran/subarray.exp: Likewise.
3640 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
3641 * gdb.fortran/vla-datatypes.exp: Likewise.
3642 * gdb.fortran/vla-history.exp: Likewise.
3643 * gdb.fortran/vla-ptr-info.exp: Likewise.
3644 * gdb.fortran/vla-ptype-sub.exp: Likewise.
3645 * gdb.fortran/vla-ptype.exp: Likewise.
3646 * gdb.fortran/vla-sizeof.exp: Likewise.
3647 * gdb.fortran/vla-type.exp: Likewise.
3648 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
3649 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
3650 * gdb.fortran/vla-value-sub.exp: Likewise.
3651 * gdb.fortran/vla-value.exp: Likewise.
3652 * gdb.fortran/whatis_type.exp: Likewise.
3653 * gdb.mi/mi-var-child-f.exp: Likewise.
3654
3655 2020-05-09 Tom de Vries <tdevries@suse.de>
3656
3657 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
3658
3659 2020-05-08 Tom de Vries <tdevries@suse.de>
3660
3661 * gdb.dwarf2/clang-debug-names.c: New test.
3662 * gdb.dwarf2/clang-debug-names.exp: New file.
3663
3664 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
3665
3666 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
3667 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
3668
3669 2020-05-06 Tom de Vries <tdevries@suse.de>
3670
3671 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
3672 breakpoint is at a "recommended breakpoint location".
3673 * gdb.reverse/consecutive-reverse.exp: Same.
3674
3675 2020-05-06 Tom de Vries <tdevries@suse.de>
3676
3677 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
3678 address.
3679
3680 2020-05-06 Tom de Vries <tdevries@suse.de>
3681
3682 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
3683
3684 2020-05-06 Tom de Vries <tdevries@suse.de>
3685
3686 * gdb.base/store.exp (check_set, up_set): Allowing missing location
3687 info for r.
3688
3689 2020-05-06 Tom de Vries <tdevries@suse.de>
3690
3691 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
3692 necessary.
3693
3694 2020-05-06 Tom de Vries <tdevries@suse.de>
3695
3696 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
3697 void.
3698
3699 2020-05-06 Tom de Vries <tdevries@suse.de>
3700
3701 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
3702 of ...
3703 * gdb.base/async.exp: ... here.
3704 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
3705 "recommended breakpoint location".
3706
3707 2020-05-06 Tom de Vries <tdevries@suse.de>
3708
3709 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
3710
3711 2020-05-04 Tom de Vries <tdevries@suse.de>
3712
3713 * gdb.base/async.exp: Check whether instruction addresses are a
3714 "recommended breakpoint location".
3715
3716 2020-05-03 Tom Tromey <tom@tromey.com>
3717
3718 * gdb.base/sepdebug.exp: Remove "catch" test.
3719 * gdb.base/break.exp: Remove "catch" test.
3720 * gdb.base/default.exp: Update expected output.
3721
3722 2020-05-02 Tom de Vries <tdevries@suse.de>
3723
3724 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
3725 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
3726 * gdb.arch/i386-mpx-map.exp: Same.
3727 * gdb.arch/i386-mpx-sigsegv.exp: Same.
3728 * gdb.arch/i386-mpx-simple_segv.exp: Same.
3729 * gdb.arch/i386-mpx.exp: Same.
3730
3731 2020-05-02 Tom de Vries <tdevries@suse.de>
3732
3733 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
3734
3735 2020-05-01 Tom de Vries <tdevries@suse.de>
3736
3737 * gdb.ada/operator_bp.exp: Allow more than required amount of
3738 breakpoint.
3739
3740 2020-05-01 Tom de Vries <tdevries@suse.de>
3741
3742 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
3743
3744 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
3745
3746 PR gdb/18706
3747 * gdb.cp/stub-array-size.cc: New test.
3748 * gdb.cp/stub-array-size.exp: New file.
3749 * gdb.cp/stub-array-size.h: New test.
3750 * gdb.cp/stub-array-size2.cc: New test.
3751
3752 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
3753
3754 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
3755 output to the new format.
3756
3757 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
3758
3759 * gdb.base/break.exp: Use with_test_prefix.
3760
3761 2020-04-29 Tom de Vries <tdevries@suse.de>
3762
3763 * lib/gdb.exp (debug_types): New proc.
3764 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
3765 * gdb.python/py-symtab.exp: Same.
3766
3767 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
3768
3769 PR gdb/17320
3770 * gdb.base/pretty-array.c: New test.
3771 * gdb.base/pretty-array.exp: New file.
3772
3773 2020-04-29 Tom de Vries <tdevries@suse.de>
3774
3775 PR symtab/25889
3776 * gdb.cp/cpexprs.exp: Adapt for inclusion.
3777 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
3778 and include cpexprs.exp.
3779
3780 2020-04-28 Mark Williams <mark@myosotissp.com>
3781
3782 PR gdb/24480
3783 * dw4-toplevel-types.exp: Test for top level types.
3784 * dw4-toplevel-types.cc: Test for top level types.
3785
3786 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3787
3788 * gdb.threads/stop-with-handle.exp: Fix typo in comment
3789 (theads -> threads).
3790
3791 2020-04-28 Tom de Vries <tdevries@suse.de>
3792
3793 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
3794
3795 2020-04-28 Tom de Vries <tdevries@suse.de>
3796
3797 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
3798
3799 2020-04-28 Tom de Vries <tdevries@suse.de>
3800
3801 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
3802
3803 2020-04-28 Tom de Vries <tdevries@suse.de>
3804
3805 * gdb.dwarf2/main-foo.c: New test.
3806 * gdb.dwarf2/struct-with-sig.exp: New file.
3807
3808 2020-04-25 Tom de Vries <tdevries@suse.de>
3809
3810 * boards/debug-types.exp: New file.
3811
3812 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
3813
3814 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
3815
3816 2020-04-24 Tom Tromey <tom@tromey.com>
3817
3818 PR symtab/12707:
3819 * gdb.python/py-symbol.exp: Update expected results for
3820 linkage_name test.
3821 * gdb.cp/print-demangle.exp: New file.
3822 * gdb.base/c-linkage-name.exp: Fix test.
3823 * gdb.guile/scm-symbol.exp: Update expected results for
3824 linkage_name test.
3825
3826 2020-04-24 Tom Tromey <tom@tromey.com>
3827
3828 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
3829 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
3830 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
3831 assembler.
3832
3833 2020-04-24 Tom de Vries <tdevries@suse.de>
3834
3835 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
3836 C++.
3837
3838 2020-04-24 Tom Tromey <tromey@adacore.com>
3839
3840 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
3841 values.
3842 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
3843 values. Update test for minimal encodings.
3844 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
3845 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
3846 values. Update test for minimal encodings.
3847
3848 2020-04-24 Tom Tromey <tromey@adacore.com>
3849
3850 PR python/23662:
3851 * gdb.ada/variant.exp: Add Python checks.
3852 * gdb.rust/simple.exp: Add dynamic type checks.
3853
3854 2020-04-24 Tom Tromey <tromey@adacore.com>
3855
3856 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
3857 Make array type matching more lax.
3858 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
3859 * gdb.ada/mi_variant.exp: New file.
3860 * gdb.ada/mi_variant/pck.ads: New file.
3861 * gdb.ada/mi_variant/pkg.adb: New file.
3862 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
3863 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
3864
3865 2020-04-24 Tom Tromey <tromey@adacore.com>
3866
3867 * gdb.ada/variant.exp: Add dynamic field offset tests.
3868 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
3869 * gdb.ada/variant/pkg.adb: Add new variables.
3870
3871 2020-04-24 Tom Tromey <tromey@adacore.com>
3872
3873 * gdb.ada/variant.exp: New file
3874 * gdb.ada/variant/pkg.adb: New file
3875 * gdb.ada/variant/pck.adb: New file
3876
3877 2020-04-24 Tom de Vries <tdevries@suse.de>
3878
3879 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
3880
3881 2020-04-24 Tom de Vries <tdevries@suse.de>
3882
3883 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
3884 flags.
3885
3886 2020-04-24 Tom de Vries <tdevries@suse.de>
3887
3888 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
3889
3890 2020-04-24 Tom de Vries <tdevries@suse.de>
3891
3892 * lib/gdb.exp (default_gdb_start): Handle eof.
3893 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
3894 failure.
3895 * gdb.base/readnever.exp: Handle clean_restart failure.
3896
3897 2020-04-23 Tom de Vries <tdevries@suse.de>
3898
3899 * gdb.base/decl-before-def.exp: Run to main and print a again.
3900
3901 2020-04-23 Tom de Vries <tdevries@suse.de>
3902
3903 * gdb.base/decl-before-def-decl.c: New test.
3904 * gdb.base/decl-before-def-def.c: New test.
3905 * gdb.base/decl-before-def.exp: New file.
3906
3907 2020-04-23 Tom de Vries <tdevries@suse.de>
3908
3909 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
3910
3911 2020-04-22 Tom de Vries <tdevries@suse.de>
3912
3913 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
3914 debug_info_offset.
3915 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
3916 before $objsfile in the line line.
3917
3918 2020-04-22 Tom de Vries <tdevries@suse.de>
3919
3920 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
3921
3922 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
3923
3924 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
3925 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
3926 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
3927 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
3928 * gdb.base/jit-protocol.h: Update definitions to match all usage
3929 contexts.
3930
3931 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
3932
3933 * gdb.base: Rename all jit related test and source files.
3934
3935 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
3936
3937 * gdb.base/jit-reader.exp: Relax register output check.
3938
3939 2020-04-22 Tom de Vries <tdevries@suse.de>
3940
3941 PR symtab/25764
3942 * gdb.base/psym-external-decl-2.c: New test.
3943 * gdb.base/psym-external-decl.c: New test.
3944 * gdb.base/psym-external-decl.exp: New file.
3945 * gdb.threads/tls.exp: Add PR25807 kfail.
3946
3947 2020-04-22 Tom de Vries <tdevries@suse.de>
3948
3949 PR symtab/25801
3950 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
3951 in "info source" output.
3952
3953 2020-04-22 Tom de Vries <tdevries@suse.de>
3954
3955 PR symtab/25700
3956 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
3957 symtab for imported_unit.c.
3958
3959 2020-04-21 Gary Benson <gbenson@redhat.com>
3960
3961 * gdb.base/advance.c (func): New argument, to match call site.
3962 (func2, func3): Add return statements.
3963
3964 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3965
3966 * gdb.multi/run-only-second-inf.c: New file.
3967 * gdb.multi/run-only-second-inf.exp: New file.
3968
3969 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
3970
3971 * gdb.btrace/multi-inferior.c: New test.
3972 * gdb.btrace/multi-inferior.exp: New file.
3973
3974 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
3975
3976 * gdb.btrace/enable-new-thread.c: New test.
3977 * gdb.btrace/enable-new-thread.exp: New file.
3978
3979 2020-04-21 Tom de Vries <tdevries@suse.de>
3980
3981 PR gdb/25471
3982 * gdb.threads/killed-outside.c: New test.
3983 * gdb.threads/killed-outside.exp: New file.
3984
3985 2020-04-20 Gary Benson <gbenson@redhat.com>
3986
3987 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
3988 * gdb.base/nested-subp2.exp: Likewise.
3989 * gdb.base/nested-subp3.exp: Likewise.
3990
3991 2020-04-20 Gary Benson <gbenson@redhat.com>
3992
3993 * gdb.base/nested-subp1.exp: Disable test when using clang.
3994 * gdb.base/nested-subp2.exp: Likewise.
3995 * gdb.base/nested-subp3.exp: Likewise.
3996
3997 2020-04-20 Gary Benson <gbenson@redhat.com>
3998
3999 * gdb.cp/exception.cc: Fix compilation error with clang.
4000
4001 2020-04-20 Gary Benson <gbenson@redhat.com>
4002
4003 * gdb.trace/tspeed.c: Fix compilation error with clang.
4004
4005 2020-04-20 Gary Benson <gbenson@redhat.com>
4006
4007 * gdb.base/jit-main.c: Fix compilation error with clang.
4008
4009 2020-04-17 Kamil Rytarowski <n54@gmx.com>
4010
4011 * gdb.base/attach-twice.c: Include "sys/types.h".
4012 (PTRACE_ATTACH): Add fallback definition.
4013 (main): Pass `0' to the 4th argument of `ptrace'.
4014
4015 2020-04-17 Kamil Rytarowski <n54@gmx.com>
4016
4017 * gdb.base/fork-running-state.c: Include "signal.h".
4018
4019 2020-04-17 Tom Tromey <tromey@adacore.com>
4020
4021 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
4022 Update tests.
4023 * gdb.btrace/cpu.exp: Update tests.
4024 * gdb.base/maint.exp: Update tests.
4025 * gdb.base/default.exp: Update tests.
4026 * gdb.base/completion.exp: Update tests.
4027
4028 2020-04-16 Tom de Vries <tdevries@suse.de>
4029
4030 PR symtab/25791
4031 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
4032 (ensure_gdb_index): and factor out and move ...
4033 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
4034 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
4035
4036 2020-04-16 Tom de Vries <tdevries@suse.de>
4037
4038 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
4039 loading exec.
4040
4041 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
4042
4043 * gdb.base/many-completions.exp: New file.
4044
4045 2020-04-14 Tom de Vries <tdevries@suse.de>
4046
4047 PR symtab/25718
4048 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
4049
4050 2020-04-14 Tom de Vries <tdevries@suse.de>
4051
4052 PR symtab/25720
4053 * gdb.base/maint-expand-symbols-header-file.c: New test.
4054 * gdb.base/maint-expand-symbols-header-file.exp: New file.
4055 * gdb.base/maint-expand-symbols-header-file.h: New test.
4056
4057 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
4058
4059 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
4060 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
4061 get_func_info.
4062 (get_func_info): Delete.
4063 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
4064 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
4065 * lib/dwarf.exp (get_func_info): New function.
4066
4067 2020-04-13 Tom de Vries <tdevries@suse.de>
4068
4069 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
4070 to what find_gnatmake does.
4071
4072 2020-04-10 Tom de Vries <tdevries@suse.de>
4073
4074 * gdb.base/style.exp: Expect "Expanding full symbols" message for
4075 -readnow.
4076
4077 2020-04-10 Tom de Vries <tdevries@suse.de>
4078
4079 PR cli/25808
4080 * gdb.base/style.c: Add leading newlines.
4081 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
4082 Check listing of main's one-line body.
4083
4084 2020-04-08 Tom de Vries <tdevries@suse.de>
4085
4086 * lib/gdb.exp (psymtabs_p): New proc.
4087 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
4088 importing unit" unsupported if there are no partial symbols.
4089
4090 2020-04-08 Tom de Vries <tdevries@suse.de>
4091
4092 PR testsuite/25760
4093 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
4094
4095 2020-04-07 Tom de Vries <tdevries@suse.de>
4096
4097 PR symtab/25796
4098 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
4099
4100 2020-04-07 Tom de Vries <tdevries@suse.de>
4101
4102 * gdb.base/check-psymtab.c: New test.
4103 * gdb.base/check-psymtab.exp: New file.
4104
4105 2020-04-06 Tom Tromey <tromey@adacore.com>
4106
4107 * gdb.ada/variant-record/proc.adb: New file.
4108 * gdb.ada/variant-record/value.adb: New file.
4109 * gdb.ada/variant-record/value.s: New file.
4110 * gdb.ada/variant-record.exp: New file.
4111
4112 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
4113
4114 PR gdb/25325
4115 * gdb.cp/typed-enum.cc: New test.
4116 * gdb.cp/typed-enum.exp: New file.
4117
4118 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
4119
4120 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
4121 * gdb.dwarf2/dw2-inline-small-func.c: New file.
4122 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
4123 * gdb.dwarf2/dw2-inline-small-func.h: New file.
4124 * gdb.opt/inline-small-func.c: New file.
4125 * gdb.opt/inline-small-func.exp: New file.
4126 * gdb.opt/inline-small-func.h: New file.
4127
4128 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
4129
4130 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
4131 function.
4132
4133 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
4134
4135 * lib/dwarf.exp (function_range): Allow compiler options to be
4136 specified.
4137
4138 2020-04-02 Tom de Vries <tdevries@suse.de>
4139
4140 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
4141 __attribute__((always_inline)).
4142 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
4143
4144 2020-04-02 Tom de Vries <tdevries@suse.de>
4145
4146 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
4147 (gdbserver_gdb_exit): ... here. Add timeout warning.
4148 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
4149 (connect_target_extended_remote): Append new server_spawn_id to
4150 server_spawn_ids.
4151 (cleanup): New proc.
4152 (setup, <toplevel>): Call cleanup.
4153
4154 2020-04-02 Tom de Vries <tdevries@suse.de>
4155
4156 * gdb.base/main-psymtab.exp: New file.
4157
4158 2020-04-02 Tom de Vries <tdevries@suse.de>
4159
4160 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
4161
4162 2020-04-01 Tom Tromey <tom@tromey.com>
4163
4164 * gdb.base/complex-parts.exp: Add type tests.
4165
4166 2020-04-01 Tom Tromey <tom@tromey.com>
4167
4168 * gdb.base/complex-parts.exp: Add arithmetic tests.
4169
4170 2020-04-01 Tom Tromey <tom@tromey.com>
4171
4172 * gdb.compile/compile.exp: Update.
4173 * gdb.compile/compile-cplus.exp: Update.
4174 * gdb.base/varargs.exp: Update.
4175 * gdb.base/floatn.exp: Update.
4176 * gdb.base/endianity.exp: Update.
4177 * gdb.base/callfuncs.exp (do_function_calls): Update.
4178 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
4179 (complex_float_integral_args): Update.
4180 * gdb.base/complex.exp: Update.
4181 * gdb.base/complex-parts.exp: Update.
4182
4183 2020-04-01 Tom Tromey <tromey@adacore.com>
4184
4185 * gdb.rust/union.rs: New file.
4186 * gdb.rust/union.exp: New file.
4187 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
4188 (main): Update.
4189 * gdb.rust/simple.exp: Move union tests to union.exp.
4190
4191 2020-04-01 Tom Tromey <tromey@adacore.com>
4192
4193 * gdb.rust/simple.rs (main): Remove "y0".
4194
4195 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4196
4197 * gdb.multi/stop-all-on-exit.c: New test.
4198 * gdb.multi/stop-all-on-exit.exp: New file.
4199
4200 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
4201
4202 PR gdb/24789
4203 * gdb.cp/misc.cc: Add integer reference variable.
4204 * gdb.cp/misc.exp: Add test.
4205
4206 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4207
4208 * gdb.server/stop-reply-no-thread.exp: Enhance the test
4209 scenario to cover execution until the end and also the case
4210
4211 2020-03-31 Tom de Vries <tdevries@suse.de>
4212
4213 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
4214 c. Use "maint info symtabs" to check symtab expansion.
4215
4216 2020-03-30 Tom de Vries <tdevries@suse.de>
4217
4218 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
4219 unsupported.
4220 (verify_psymtab_expanded): Move ...
4221 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
4222 test.
4223 (readnow): New proc.
4224
4225 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4226
4227 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
4228 with $hex.
4229
4230 2020-03-20 Tom Tromey <tromey@adacore.com>
4231
4232 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
4233
4234 2020-03-20 Tom Tromey <tromey@adacore.com>
4235
4236 * gdb.ada/sub_variant/subv.adb: New file.
4237 * gdb.ada/sub_variant.exp: New file.
4238
4239 2020-03-20 Tom de Vries <tdevries@suse.de>
4240
4241 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
4242 first break fails.
4243 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
4244
4245 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
4246
4247 * gdb.server/exit-multiple-threads.c: New file.
4248 * gdb.server/exit-multiple-threads.exp: New file.
4249
4250 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
4251
4252 * gdb.fortran/mixed-lang-stack.c: New file.
4253 * gdb.fortran/mixed-lang-stack.cpp: New file.
4254 * gdb.fortran/mixed-lang-stack.exp: New file.
4255 * gdb.fortran/mixed-lang-stack.f90: New file.
4256
4257 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
4258
4259 * gdb.linespec/cp-completion-aliases.cc: New file.
4260 * gdb.linespec/cp-completion-aliases.exp: New file.
4261
4262 2020-03-19 Tom de Vries <tdevries@suse.de>
4263
4264 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
4265 more precise.
4266
4267 2020-03-18 Tom de Vries <tdevries@suse.de>
4268
4269 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
4270 * gdb.dwarf2/break-inline-psymtab.c: New test.
4271 * gdb.dwarf2/break-inline-psymtab.exp: New file.
4272
4273 2020-03-16 Tom de Vries <tdevries@suse.de>
4274
4275 * lib/cache.exp (gdb_do_cache): Add and handle local variables
4276 cache_verify and cache_verify_proc.
4277
4278 2020-03-15 Tom de Vries <tdevries@suse.de>
4279
4280 * gdb.server/solib-list.exp: Handle
4281 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
4282
4283 2020-03-15 Tom de Vries <tdevries@suse.de>
4284
4285 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
4286 objfiles".
4287
4288 2020-03-14 Tom Tromey <tom@tromey.com>
4289
4290 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
4291
4292 2020-03-14 Tom de Vries <tdevries@suse.de>
4293
4294 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
4295
4296 2020-03-14 Tom de Vries <tdevries@suse.de>
4297
4298 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
4299 result in line-by-line fashion.
4300
4301 2020-03-14 Tom de Vries <tdevries@suse.de>
4302
4303 * lib/gdb.exp (supports_statement_frontiers): New proc.
4304 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
4305
4306 2020-03-14 Tom de Vries <tdevries@suse.de>
4307
4308 * gdb.base/printcmds.exp: Add missing quoting for "print
4309 teststring2".
4310
4311 2020-03-13 Tom Tromey <tom@tromey.com>
4312
4313 * gdb.base/printcmds.exp (test_print_strings): Add regression
4314 test.
4315 * gdb.base/printcmds.c (charptr): New typedef.
4316 (teststring2): New global.
4317
4318 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
4319
4320 * gdb.base/break-interp.exp: Use the tail of the filename, not the
4321 full path in the test name.
4322 (test_ld): Add some with_test_prefix blocks to make test names
4323 unique.
4324
4325 2020-03-13 Tom de Vries <tdevries@suse.de>
4326
4327 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
4328
4329 2020-03-13 Tom de Vries <tdevries@suse.de>
4330
4331 * gdb.mi/mi-sym-info.exp: Make matching more precise.
4332
4333 2020-03-13 Tom de Vries <tdevries@suse.de>
4334
4335 PR symtab/25646
4336 * gdb.dwarf2/imported-unit.exp: Add test.
4337
4338 2020-03-13 Tom de Vries <tdevries@suse.de>
4339
4340 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
4341 (var1, var2): New variable.
4342 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
4343 matching symbols.
4344
4345 2020-03-13 Tom de Vries <tdevries@suse.de>
4346
4347 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
4348 (Term::command): Use prompt prefix.
4349 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
4350 * gdb.tui/tui-layout-asm-short-prog.exp: Use
4351 command_no_prompt_prefix instead of prefix.
4352 * gdb.tui/tui-layout-asm.exp: Same.
4353
4354 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
4355
4356 * gdb.base/break-interp.exp: Use foreach_with_prefix.
4357
4358 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
4359
4360 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
4361 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
4362 on" while stepping over the test instruction, match printed
4363 message.
4364
4365 2020-03-12 Tom de Vries <tdevries@suse.de>
4366
4367 * gdb.base/info-types.exp: Use exp_continue during matching of output
4368 of "info types".
4369
4370 2020-03-12 Tom de Vries <tdevries@suse.de>
4371
4372 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
4373
4374 2020-03-12 Tom de Vries <tdevries@suse.de>
4375
4376 * gdb.fortran/module.exp: Use exp_continue during matching of output
4377 of "info variable -n".
4378
4379 2020-03-12 Tom de Vries <tdevries@suse.de>
4380
4381 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
4382 gdb.dwarf2/dw2-ranges-base.c.
4383
4384 2020-03-12 Tom de Vries <tdevries@suse.de>
4385
4386 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
4387 in presence of GLIBC debuginfo.
4388
4389 2020-03-12 Tom de Vries <tdevries@suse.de>
4390
4391 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
4392 $core.
4393
4394 2020-03-12 Tom de Vries <tdevries@suse.de>
4395
4396 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
4397 more precise.
4398
4399 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
4400
4401 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
4402 from Unix to Windows path.
4403
4404 2020-03-11 Tom de Vries <tdevries@suse.de>
4405
4406 * gdb.ada/minsyms.exp: Set language to ada.
4407
4408 2020-03-11 Tom de Vries <tdevries@suse.de>
4409
4410 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
4411
4412 2020-03-11 Tom de Vries <tdevries@suse.de>
4413
4414 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
4415
4416 2020-03-11 Tom Tromey <tromey@adacore.com>
4417
4418 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
4419
4420 2020-03-11 Tom de Vries <tdevries@suse.de>
4421
4422 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
4423
4424 2020-03-11 Tom de Vries <tdevries@suse.de>
4425
4426 * gdb.base/break-interp.exp: Limit verbose scope.
4427
4428 2020-03-11 Tom de Vries <tdevries@suse.de>
4429
4430 * gdb.fortran/logical.f90: Define variable with character type.
4431 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
4432
4433 2020-03-11 Tom de Vries <tdevries@suse.de>
4434
4435 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
4436
4437 2020-03-11 Tom de Vries <tdevries@suse.de>
4438
4439 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
4440 symtabs.
4441
4442 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
4443 Bernd Edlinger <bernd.edlinger@hotmail.de>
4444
4445 * gdb.cp/step-and-next-inline.cc: New file.
4446 * gdb.cp/step-and-next-inline.exp: New file.
4447 * gdb.cp/step-and-next-inline.h: New file.
4448 * gdb.dwarf2/dw2-is-stmt.c: New file.
4449 * gdb.dwarf2/dw2-is-stmt.exp: New file.
4450 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
4451 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
4452 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
4453
4454 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
4455
4456 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
4457 is-stmt flag in the line table.
4458
4459 2020-03-09 Tom de Vries <tdevries@suse.de>
4460
4461 * lib/gdb.exp (cached_file): Create cache dir.
4462
4463 2020-03-07 Tom de Vries <tdevries@suse.de>
4464
4465 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
4466 * gdb.cp/rvalue-ref-params.exp: Same.
4467
4468 2020-03-06 Tom de Vries <tdevries@suse.de>
4469
4470 * lib/gdb.exp (tentative_rename, cached_file): New proc.
4471 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
4472
4473 2020-03-06 Tom de Vries <tdevries@suse.de>
4474
4475 * README: Fix "the the".
4476 * gdb.base/dprintf.exp: Same.
4477
4478 2020-03-05 Tom de Vries <tdevries@suse.de>
4479
4480 * gdb.base/maint.exp: Update "main print statistics" expected output.
4481
4482 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
4483
4484 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
4485 (fortran_int8): Likewise.
4486 (fortran_real4): Likewise.
4487 (fortran_real8): Likewise.
4488 (fortran_complex4): Likewise.
4489 (fortran_logical4): Likewise.
4490 (fortran_character1): Likewise.
4491
4492 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
4493
4494 * gdb.fortran/logical.exp: Add tests that any non-zero value is
4495 printed as true.
4496
4497 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
4498
4499 * gdb.base/printcmds.exp: Add test to verify printf of a
4500 variable holding an address.
4501
4502 2020-03-03 Tom de Vries <tdevries@suse.de>
4503
4504 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
4505
4506 2020-03-03 Tom de Vries <tdevries@suse.de>
4507
4508 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
4509 gdb_test_multiple call.
4510
4511 2020-03-03 Tom de Vries <tdevries@suse.de>
4512
4513 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
4514 gdb_test_multiple calls.
4515
4516 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
4517
4518 * gdb.base/default.exp: Remove test of 'set history filename'.
4519 * gdb.base/gdbinit-history.exp: Add tests for setting the history
4520 filename to the empty string.
4521 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
4522 and GDBHISTSIZE.
4523
4524 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
4525
4526 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
4527 disabled.
4528
4529 2020-03-02 Pedro Alves <palves@redhat.com>
4530 Tom de Vries <tdevries@suse.de>
4531
4532 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
4533 -prompt prefix, before user_code argument. Add -lbl option likewise.
4534 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
4535 (gdb_is_target_1): Add -prompt prefix and move to before user_code
4536 argument.
4537 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
4538 have "\r\n" at start-of-line, instead of at end-of-line.
4539
4540 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
4541
4542 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
4543 libinproctrace.so.
4544
4545 2020-02-28 Luis Machado <luis.machado@linaro.org>
4546
4547 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
4548 to "p/x".
4549
4550 2020-02-28 Luis Machado <luis.machado@linaro.org>
4551
4552 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
4553 asm/ptrace.h and error.h.
4554
4555 2020-02-28 Tom de Vries <tdevries@suse.de>
4556
4557 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
4558 (struct wrapper, do_something, mundane/symada__cS): Move ...
4559 * gdb.base/c-linkage-name-2.c: ... here. New source file.
4560 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
4561 Update "print symada__cS before partial symtab expansion" regexp.
4562 Update breakpoint location. Flush symbol cache after expansion.
4563
4564 2020-02-28 Luis Machado <luis.machado@linaro.org>
4565
4566 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
4567
4568 2020-02-27 Tom de Vries <tdevries@suse.de>
4569
4570 * config/sid.exp: Remove unused globals.
4571 * gdb.base/attach.exp: Same.
4572 * gdb.base/catch-load.exp: Same.
4573 * gdb.base/dbx.exp: Same.
4574 * lib/gdb.exp: Same.
4575 * lib/mi-support.exp: Same.
4576 * lib/prompt.exp: Same.
4577
4578 2020-02-27 Tom de Vries <tdevries@suse.de>
4579
4580 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
4581 not set.
4582
4583 2020-02-26 Aaron Merey <amerey@redhat.com>
4584
4585 * gdb.debuginfod: New directory for debuginfod tests.
4586 * gdb.debuginfod/main.c: New test file.
4587 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
4588
4589 2020-02-26 Tom de Vries <tdevries@suse.de>
4590
4591 PR gdb/25603
4592 * gdb.base/persistent-lang.cc: New test.
4593 * gdb.base/persistent-lang.exp: New file.
4594
4595 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
4596
4597 * gdb.fortran/derived-type-striding.exp: Add a new test.
4598 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
4599 new test.
4600
4601 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
4602
4603 * gdb.base/cached-source-file.exp: Avoid source file paths in test
4604 names.
4605
4606 2020-02-25 Tom de Vries <tdevries@suse.de>
4607
4608 PR go/18926
4609 * gdb.go/methods.exp: Remove gcc/93866 xfail.
4610
4611 2020-02-24 Tom de Vries <tdevries@suse.de>
4612
4613 PR gdb/25592
4614 * gdb.base/info-locals-unused-static-var.c: New test.
4615 * gdb.base/info-locals-unused-static-var.exp: New file.
4616
4617 2020-02-22 Tom Tromey <tom@tromey.com>
4618
4619 * gdb.python/tui-window.exp: New file.
4620 * gdb.python/tui-window.py: New file.
4621
4622 2020-02-22 Tom Tromey <tom@tromey.com>
4623
4624 PR tui/17850:
4625 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
4626 tests.
4627
4628 2020-02-22 Tom Tromey <tom@tromey.com>
4629
4630 * gdb.tui/new-layout.exp: Add sub-layout tests.
4631
4632 2020-02-22 Tom Tromey <tom@tromey.com>
4633
4634 * gdb.tui/new-layout.exp: New file.
4635
4636 2020-02-22 Tom Tromey <tom@tromey.com>
4637
4638 * gdb.rust/rust-style.rs: New file.
4639 * gdb.rust/rust-style.exp: New file.
4640 * gdb.base/style.exp: Test structure printing.
4641 * gdb.base/style.c (struct some_struct): New type.
4642 (enum etype): New type.
4643 (struct_value): New global.
4644
4645 2020-02-21 Tom de Vries <tdevries@suse.de>
4646
4647 PR go/18926
4648 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
4649 Remove blanket xfails. Use message argument for gdb_breakpoint.
4650 Make continuing to breakpoint test conditional on setting breakpoint.
4651 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
4652 DW_AT_name attribute. Add xfail for GCC PR93866.
4653
4654 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
4655
4656 * gdb.dwarf2/cpp-linkage-name.c: New file.
4657 * gdb.dwarf2/cpp-linkage-name.exp: New file.
4658
4659 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
4660
4661 * lib/gdb.exp (gdb_wrapper_init): Reset
4662 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
4663 not exist.
4664
4665 2020-02-20 Tom de Vries <tdevries@suse.de>
4666
4667 PR go/17018
4668 * gdb.go/hello.exp: Copy ...
4669 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
4670 print of st to print value of global definition. Add xfail for GCC
4671 PR93844.
4672 * gdb.go/hello.exp: Remove printing of st before definition.
4673 * gdb.go/hello.go: Copy ...
4674 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
4675 to st.
4676 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
4677
4678 2020-02-20 Tom de Vries <tdevries@suse.de>
4679
4680 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
4681 (gdb_simple_compile): Handle compile_flags go by using .go extension
4682 for source file.
4683 * gdb.go/chan.exp: Use support_go_compile.
4684 * gdb.go/handcall.exp: Same.
4685 * gdb.go/hello.exp: Same.
4686 * gdb.go/integers.exp: Same.
4687 * gdb.go/max-depth.exp: Same.
4688 * gdb.go/methods.exp: Same.
4689 * gdb.go/package.exp: Same.
4690 * gdb.go/strings.exp: Same.
4691 * gdb.go/types.exp: Same.
4692 * gdb.go/unsafe.exp: Same.
4693
4694 2020-02-19 Tom de Vries <tdevries@suse.de>
4695
4696 * gdb.python/lib-types.exp: Make xfail more strict.
4697
4698 2020-02-19 Tom de Vries <tdevries@suse.de>
4699
4700 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
4701
4702 2020-02-19 Doug Evans <dje@google.com>
4703
4704 PR rust/25535
4705 * gdb.rust/simple.exp: Add test.
4706 * gdb.rust/simple.rs: Add test.
4707
4708 2020-02-19 Tom de Vries <tdevries@suse.de>
4709
4710 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
4711 output line-by-line.
4712
4713 2020-02-19 Tom de Vries <tdevries@suse.de>
4714
4715 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
4716
4717 2020-02-19 Tom de Vries <tdevries@suse.de>
4718
4719 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
4720 prelink.
4721
4722 2020-02-19 Tom de Vries <tdevries@suse.de>
4723
4724 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
4725 (gdb_do_cache): Use gdb_do_cache_wrap.
4726 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
4727
4728 2020-02-19 Tom de Vries <tdevries@suse.de>
4729
4730 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
4731 gdb_compile option.
4732
4733 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
4734
4735 * gdb.base/printcmds.exp (test_print_enums): Update expected
4736 output.
4737
4738 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
4739
4740 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
4741 for "unknown".
4742
4743 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
4744
4745 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
4746 enumerator.
4747
4748 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
4749
4750 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
4751 FE_, add FE_NONE.
4752 (three): Update.
4753 (enum flag_enum_without_zero): New enum.
4754 (flag_enum_without_zero): New variable.
4755 (enum not_flag_enum): New enum.
4756 (three_not_flag): New variable.
4757 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
4758 (test_print_enums): Add more tests for printing flag enums.
4759
4760 2020-02-18 Tom de Vries <tdevries@suse.de>
4761
4762 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
4763 (gdb_compile_ada): ... here.
4764 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
4765 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
4766
4767 2020-02-14 Tom Tromey <tom@tromey.com>
4768
4769 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
4770 build directory.
4771 * boards/gdbserver-base.exp: Update path to gdbserver.
4772
4773 2020-02-13 Tom de Vries <tdevries@suse.de>
4774
4775 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
4776
4777 2020-02-13 Tom de Vries <tdevries@suse.de>
4778
4779 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
4780 are missing.
4781
4782 2020-02-13 Tom de Vries <tdevries@suse.de>
4783
4784 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
4785 call.
4786
4787 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
4788
4789 PR tui/25126
4790 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
4791 * gdb.base/cached-source-file.c: New file.
4792 * gdb.base/cached-source-file.exp: New file.
4793
4794 2020-02-11 Tom de Vries <tdevries@suse.de>
4795
4796 PR testsuite/25488
4797 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
4798
4799 2020-02-10 Tom de Vries <tdevries@suse.de>
4800
4801 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
4802
4803 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
4804
4805 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
4806 and $after_addr are both integers before making a comparison.
4807
4808 2020-02-09 Tom de Vries <tdevries@suse.de>
4809
4810 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
4811 command output and paste it into gdb.log. If any, paste catch message
4812 to gdb.log.
4813
4814 2020-02-07 Tom Tromey <tromey@adacore.com>
4815
4816 PR breakpoints/24915:
4817 * gdb.base/annotate-symlink.exp: Use setup_xfail.
4818
4819 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
4820
4821 * gdb.tui/tui-missing-src.exp: Add the "missing source
4822 file" test for the TUI.
4823
4824 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
4825
4826 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
4827 including a port number in the output.
4828
4829 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
4830
4831 * lib/fortran.exp (fortran_int4): Handle clang.
4832 (fortran_int8): Likewise.
4833 (fortran_real4): Likewise.
4834 (fortran_real8): Likewise.
4835 (fortran_complex4): Likewise.
4836 (fortran_logical4): Likewise.
4837 (fortran_character1): Likewise.
4838
4839 2020-02-04 Tom de Vries <tdevries@suse.de>
4840
4841 * README (Race detection): Add note.
4842
4843 2020-02-04 Tom de Vries <tdevries@suse.de>
4844
4845 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
4846
4847 2020-02-04 Tom de Vries <tdevries@suse.de>
4848
4849 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
4850
4851 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
4852
4853 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
4854 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
4855 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
4856 blttar, bnetarl.
4857 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
4858 binary for blttar, bnetarl.
4859 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
4860 wait instruction. Delete ldmx test.
4861 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
4862
4863 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
4864
4865 * gdb.fortran/array-bounds-high.exp: New file.
4866 * gdb.fortran/array-bounds-high.f90: New file.
4867
4868 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
4869
4870 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
4871 Replace #include of <sys/fcntl.h> by <fcntl.h>.
4872
4873 2020-02-01 Tom de Vries <tdevries@suse.de>
4874
4875 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
4876
4877 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
4878
4879 PR tui/9765
4880 * gdb.tui/tui-layout-asm-short-prog.S: New file.
4881 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
4882
4883 2020-01-29 Luis Machado <luis.machado@linaro.org>
4884
4885 * gdb.arch/aarch64-brk-patterns.c: New source file.
4886 * gdb.arch/aarch64-brk-patterns.exp: New test.
4887
4888 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4889
4890 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
4891 GCC/Clang version.
4892 * gdb.cp/pass-by-ref.exp: Ditto.
4893
4894 2020-01-29 Tom de Vries <tdevries@suse.de>
4895
4896 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
4897 * gdb.threads/watchpoint-fork-mt.c: Same.
4898 * gdb.threads/watchpoint-fork-parent.c: Same.
4899 * gdb.threads/watchpoint-fork-st.c: Same.
4900 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
4901
4902 2020-01-27 Luis Machado <luis.machado@linaro.org>
4903
4904 * gdb.base/step-over-syscall.exp (setup): Check if we're already
4905 sitting at a syscall instruction when we hit the syscall function's
4906 breakpoint.
4907 Check PC against one obtained with the x command.
4908 Validate syscall number.
4909 (step_over_syscall): Don't continue to the syscall instruction if
4910 we're already there.
4911
4912 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4913
4914 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
4915
4916 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
4917
4918 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
4919 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
4920
4921 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
4922
4923 * gdb.dwarf2/dw2-inline-stepping.c: New file.
4924 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
4925
4926 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
4927
4928 * gdb.base/maint.exp: Update line table parsing test.
4929 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
4930
4931 2020-01-24 Pedro Alves <palves@redhat.com>
4932
4933 PR gdb/25410
4934 * gdb.multi/multi-re-run-1.c: New.
4935 * gdb.multi/multi-re-run-2.c: New.
4936 * gdb.multi/multi-re-run.exp: New.
4937
4938 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
4939
4940 PR gdb/23718
4941 * gdb.server/server-kill-python.exp: New file.
4942
4943 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
4944
4945 * gdb.server/multi-ui-errors.c: New file.
4946 * gdb.server/multi-ui-errors.exp: New file.
4947
4948 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
4949
4950 PR tui/9765
4951 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
4952
4953 2020-01-19 Tom Tromey <tom@tromey.com>
4954
4955 * gdb.tui/main.exp: Add check for plain "file".
4956
4957 2020-01-16 Christian Biesinger <cbiesinger@google.com>
4958
4959 * lib/gdb.exp: Fix spelling error (seperatelly).
4960
4961 2020-01-14 Tom Tromey <tom@tromey.com>
4962
4963 PR symtab/12535:
4964 * gdb.python/python.exp: Test decode_line with empty string
4965 argument.
4966
4967 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
4968
4969 * gdb.base/skip-inline.exp: Extend test.
4970
4971 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
4972
4973 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
4974 * gdb.dwarf2/dw2-bad-elf.c: New file.
4975 * gdb.dwarf2/dw2-bad-elf.exp: New file.
4976
4977 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
4978
4979 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
4980 _line_saw_file.
4981
4982 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
4983
4984 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
4985 border.
4986
4987 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4988
4989 * gdb.multi/multi-target.exp (setup): Factor out "info
4990 connections" and "info inferiors" tests to ...
4991 (test_info_inferiors): ... this new procedure.
4992 (top level): Run new "info-inferiors" tests.
4993
4994 2020-01-10 Pedro Alves <palves@redhat.com>
4995
4996 * gdb.server/bkpt-other-inferior.exp: New file.
4997
4998 2020-01-10 Pedro Alves <palves@redhat.com>
4999
5000 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
5001 of "add-inferior".
5002 * gdb.base/quit-live.exp: Likewise.
5003 * gdb.base/remote-exec-file.exp: Likewise.
5004 * gdb.guile/scm-progspace.exp: Likewise.
5005 * gdb.linespec/linespec.exp: Likewise.
5006 * gdb.mi/new-ui-mi-sync.exp: Likewise.
5007 * gdb.mi/user-selected-context-sync.exp: Likewise.
5008 * gdb.multi/multi-target.exp (setup): Add "info connection" and
5009 "info inferiors" tests.
5010 * gdb.multi/remove-inferiors.exp: Adjust expected output of
5011 "add-inferior".
5012 * gdb.multi/watchpoint-multi.exp: Likewise.
5013 * gdb.python/py-inferior.exp: Likewise.
5014 * gdb.server/extended-remote-restart.exp: Likewise.
5015 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
5016 "info inferiors".
5017 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
5018 * gdb.trace/report.exp: Likewise.
5019
5020 2020-01-10 Pedro Alves <palves@redhat.com>
5021
5022 * gdb.multi/multi-target.c: New file.
5023 * gdb.multi/multi-target.exp: New file.
5024 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
5025 mode requested, but remote does not support non-stop".
5026
5027 2020-01-10 Pedro Alves <palves@redhat.com>
5028
5029 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
5030 disconnect before reconnecting.
5031
5032 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5033 Pedro Alves <palves@redhat.com>
5034
5035 * gdb.server/connect-without-multi-process.exp: Also test
5036 continuing to end.
5037
5038 2020-01-10 Pedro Alves <palves@redhat.com>
5039
5040 * gdb.base/remote-exec-file.exp: New file.
5041
5042 2020-01-10 Pedro Alves <palves@redhat.com>
5043
5044 * gdb.base/fork-running-state.exp (do_test): Adjust expected
5045 output.
5046 * gdb.threads/async.c: New.
5047 * gdb.threads/async.exp: New.
5048 * gdb.multi/tids-gid-reset.c: New.
5049 * gdb.multi/tids-gid-reset.exp: New.
5050
5051 2020-01-10 George Barrett <bob@bob131.so>
5052
5053 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
5054 to help in finding the image relocation offset.
5055 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
5056 options in arguments.
5057 (stap_test_no_debuginfo): Likewise.
5058 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
5059 test variants.
5060 (stap_test): Add null semaphore relocation test.
5061
5062 2020-01-10 George Barrett <bob@bob131.so>
5063
5064 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
5065 * gdb.base/stap-probe.exp: Likewise.
5066 (stap_test): Pass argument as an additional flag.
5067 (stap_test_no_debuginfo): Likewise.
5068 (stap_test): Check `info probes stap' output for semaphore
5069 addresses if the test binary is supposed to have them.
5070
5071 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5072
5073 * gdb.tui/basic.exp: Add more scrolling tests.
5074
5075 2020-01-09 Tom Tromey <tom@tromey.com>
5076
5077 PR tui/18932:
5078 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
5079 meangingful value.
5080 (Term::command, Term::resize): Update.
5081 * gdb.tui/basic.exp: Add scrolling test.
5082
5083 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5084
5085 * gdb.tui/tui-layout-asm.exp: New file.
5086
5087 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5088
5089 * lib/tuiterm.exp (Term::check_box_contents): New proc.
5090
5091 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5092
5093 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
5094 (Term::enter_tui): Use Term::prepare_for_tui.
5095
5096 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5097
5098 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
5099 called.
5100
5101 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5102
5103 * gdb.base/skip.exp: Fix race condition in test.
5104
5105 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
5106
5107 * gdb.base/backtrace.c: New file.
5108 * gdb.base/backtrace.exp: New file.
5109
5110 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
5111
5112 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
5113
5114 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5115
5116 * gdb.base/style.exp: Test that warnings are styled.
5117
5118 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
5119
5120 * gdb.base/line65535.exp: New file.
5121 * gdb.base/line65535.c: New file.
5122
5123 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
5124
5125 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
5126 * lib/gnat_debug_info_test.adb: New file.
5127 * gdb.ada/ptype_tagged_param.exp: Use
5128 gnat_runtime_has_debug_info, expect a different output if
5129 runtime does not have debug info.
5130
5131 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
5132
5133 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
5134 (another) quote in test name.
5135
5136 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
5137
5138 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
5139 Add quote in test name.
5140
5141 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5142
5143 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
5144 directory instead.
5145 * gdb.cp/pass-by-ref.exp: Extend with more cases.
5146 * gdb.cp/pass-by-ref-2.cc: New file.
5147 * gdb.cp/pass-by-ref-2.exp: New file.
5148
5149 2019-12-20 Tom Tromey <tom@tromey.com>
5150
5151 * gdb.tui/list-before.exp: New file.
5152
5153 2019-12-20 Tom Tromey <tom@tromey.com>
5154
5155 * gdb.tui/list.exp: Check for source on initial listing.
5156
5157 2019-12-11 Tom Tromey <tromey@adacore.com>
5158
5159 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
5160 Add crlf test.
5161
5162 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
5163
5164 * gdb.base/default.exp: Update value of $_gdb_major.
5165
5166 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
5167
5168 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
5169
5170 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
5171
5172 * gdb.base/skip.exp: Whitespace fix.
5173
5174 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
5175
5176 * gdb.base/skip-inline.c: New file.
5177 * gdb.base/skip-inline.exp: New file.
5178
5179 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
5180
5181 * gdb.base/jit-reader.exp (jit_reader_test): Rename
5182 jit_function_00 to jit_function_stack_mangle.
5183 * gdb.base/jithost.c (jit_function_t): Rename to...
5184 (jit_function_stack_mangle_t): ... this.
5185 (jit_function_add_t): New typedef.
5186 (jit_function_00_code): Rename to...
5187 (jit_function_stack_mangle_code): ... this, make static.
5188 (jit_function_add_code): New.
5189 (main): Generate "add" function and call it. Adjust to changes
5190 in jithost_abi.
5191 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
5192 (struct jithost_abi) <begin, end>: Remove fields.
5193 <object, function_stack_mangle, function_add>: New fields.
5194 * gdb.base/jitreader.c (struct reader_state) <code_begin,
5195 code_end>: Remove fields.
5196 <func_stack_mangle>: New field.
5197 (read_debug_info): Adjust to renaming, create block for "add"
5198 function.
5199 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
5200
5201 2019-12-11 Tom Tromey <tom@tromey.com>
5202
5203 * gdb.tui/resize.exp: Fix regexp.
5204 * gdb.tui/regs.exp: Fix regexps.
5205 * gdb.tui/main.exp: Fix regexp.
5206
5207 2019-12-11 Tom Tromey <tom@tromey.com>
5208
5209 * gdb.tui/resize.exp: Update.
5210 * gdb.tui/empty.exp (layouts): Update.
5211
5212 2019-12-11 Tom Tromey <tom@tromey.com>
5213
5214 * gdb.tui/regs.exp: Update.
5215 * gdb.tui/empty.exp (layouts): Update.
5216 * gdb.tui/basic.exp: Update.
5217 * lib/tuiterm.exp (_check_box): Don't check bottom border.
5218
5219 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5220
5221 * gdb.base/options.exp: Add -raw-values in the print completion list.
5222 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
5223
5224 2019-12-10 Kevin Buettner <kevinb@redhat.com>
5225
5226 * gdb.threads/omp-par-scope.c: New file.
5227 * gdb/threads/omp-par-scope.exp: New file.
5228
5229 2019-12-10 Kevin Buettner <kevinb@redhat.com>
5230
5231 * lib/gdb.exp (support_nested_function_tests): New proc.
5232
5233 2019-12-10 Kevin Buettner <kevinb@redhat.com>
5234
5235 * lib/gdb.exp (gdb_compile_openmp): New proc.
5236 (build_executable_from_specs): Add an "openmp" option.
5237 (gdb_compile_pthreads): Add non-executable case.
5238
5239 2019-12-10 Tom Tromey <tromey@adacore.com>
5240
5241 * gdb.ada/unchecked_union.exp: New file.
5242 * gdb.ada/unchecked_union/pck.adb: New file.
5243 * gdb.ada/unchecked_union/pck.ads: New file.
5244 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
5245 * gdb-utils.exp (string_to_regexp): Also quote "?".
5246
5247 2019-12-10 George Barrett <bob@bob131.so>
5248
5249 Test scripted probe breakpoints.
5250 * gdb.guile/scm-breakpoint.c (main): Add probe point.
5251 * gdb.python/py-breakpoint.c (main): Likewise.
5252 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
5253 specifier test.
5254 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
5255
5256 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5257
5258 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
5259 an rvalue parameter.
5260 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
5261 parameter.
5262
5263 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
5264
5265 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
5266 modules.
5267
5268 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
5269
5270 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
5271 broken version of GCC.
5272
5273 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
5274
5275 * gdb.fortran/info-modules.exp: Rewrite to make use of new
5276 sym-info-cmds library.
5277 * gdb.fortran/info-types.exp: Likewise.
5278 * lib/sym-info-cmds.exp: New file.
5279
5280 2019-12-08 Tom de Vries <tdevries@suse.de>
5281
5282 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
5283
5284 2019-12-07 Keith Seitz <keiths@redhat.com>
5285
5286 * gdb.base/corefile-buildid-shlib-shr.c: New file.
5287 * gdb.base/corefile-buildid-shlib.c: New file.
5288 * gdb.base/corefile-buildid.c: New file.
5289 * gdb.base/corefile-buildid.exp: New file.
5290
5291 2019-12-06 Tom de Vries <tdevries@suse.de>
5292
5293 * gdb.dwarf2/varval.exp: Add decl before def test.
5294
5295 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5296
5297 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
5298
5299 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5300
5301 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
5302 CV and reference conversion for overload resolution.
5303 * gdb.cp/rvalue-ref-overload.exp: Test it.
5304
5305 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5306
5307 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
5308 * gdb.base/frameapply.exp: Test faas without command.
5309
5310 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
5311
5312 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
5313 Fortran tests.
5314 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
5315 order.
5316
5317 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
5318
5319 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
5320 casting to type with no kind specified.
5321 (test_basic_parsing_of_type_kinds): Additional tests for types
5322 with no kind specified, and add tests for single/double
5323 precision/complex types.
5324
5325 2019-12-04 Tom Tromey <tromey@adacore.com>
5326
5327 * gdb.base/endianity.c (struct other) <x>: New field.
5328 (main): Initialize it.
5329 * gdb.base/endianity.exp: Update.
5330
5331 2019-12-04 Tom Tromey <tromey@adacore.com>
5332
5333 * gdb.ada/scalar_storage/storage.adb: New file.
5334 * gdb.ada/scalar_storage/pck.adb: New file.
5335 * gdb.ada/scalar_storage/pck.ads: New file.
5336 * gdb.ada/scalar_storage.exp: New file.
5337
5338 2019-12-04 Tom Tromey <tromey@adacore.com>
5339
5340 * gdb.base/endianity.c (struct otherendian) <f>: New field.
5341 (main): Initialize it.
5342 * gdb.base/endianity.exp: Update.
5343
5344 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
5345
5346 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
5347
5348 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
5349
5350 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
5351 -symbol-info-module-functions and -symbol-info-module-variables.
5352
5353 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
5354
5355 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
5356
5357 2019-12-01 Richard Bunt <richard.bunt@arm.com>
5358 Andrew Burgess <andrew.burgess@embecosm.com>
5359
5360 * gdb.fortran/derived-type-striding.exp: New file.
5361 * gdb.fortran/derived-type-striding.f90: New file.
5362 * gdb.fortran/array-slices.exp: New file.
5363 * gdb.fortran/array-slices.f90: New file.
5364
5365 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5366
5367 * gdb.base/define.exp: Test . in command names.
5368 * gdb.base/setshow.exp: Update test, as . is now part of
5369 command name.
5370
5371 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5372
5373 * gdb.base/define-prefix.exp: New file.
5374
5375 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
5376
5377 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
5378 compile.
5379 (skip_btrace_pt_tests): Likewise.
5380
5381 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
5382
5383 * gdb.fortran/info-modules.exp: Compile source files in correct
5384 order.
5385
5386 2019-11-27 Kevin Buettner <kevinb@redhat.com>
5387
5388 * gdb.dwarf2/imported-unit.exp: New file.
5389 * gdb.dwarf2/imported-unit.c: New file.
5390
5391 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
5392
5393 * gdb.mi/mi-fortran-modules-2.f90: New file.
5394 * gdb.mi/mi-fortran-modules.exp: New file.
5395 * gdb.mi/mi-fortran-modules.f90: New file.
5396
5397 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
5398
5399 * gdb.mi/mi-sym-info-1.c: New file.
5400 * gdb.mi/mi-sym-info-2.c: New file.
5401 * gdb.mi/mi-sym-info.exp: New file.
5402
5403 2019-11-22 Tom Tromey <tromey@adacore.com>
5404
5405 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
5406 * gdb.ada/tasks/foo.adb: Add another stopping location.
5407
5408 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
5409
5410 * gdb.base/endianity.c: New test.
5411 * gdb.base/endianity.exp: New file.
5412
5413 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
5414
5415 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
5416
5417 2019-11-21 Tom de Vries <tdevries@suse.de>
5418
5419 PR gdb/24956
5420 * gdb.base/ui-redirect.exp: Test output of user-defined command.
5421
5422 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
5423
5424 * gdb.python/py-progspace.exp: Add missing parentheses on some
5425 'print' commands.
5426
5427 2019-11-19 Tom Tromey <tom@tromey.com>
5428
5429 * gdb.tui/winheight.exp: New file.
5430
5431 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
5432
5433 * gdb.base/ctf-whatis.c: Delete.
5434 * gdb.base/ctf-whatis.exp: Delete.
5435 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
5436
5437 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
5438
5439 * gdb.base/ctf-cvexpr.exp: Delete.
5440 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
5441
5442 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
5443
5444 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
5445 the compiler. Clean up header comment a little.
5446 * gdb.base/ctf-ptype.exp: Likewise.
5447 * gdb.base/ctf-whatis.exp: Likewise.
5448 * lib/gdb.exp (skip_ctf_tests): New proc.
5449
5450 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
5451
5452 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
5453 * gdb.tui/corefile-run.exp: New file.
5454
5455 2019-11-14 Tom Tromey <tromey@adacore.com>
5456
5457 * gdb.base/gdbvars.exp (test_convenience_variables): Add
5458 regression tests.
5459
5460 2019-11-12 Tom Tromey <tom@tromey.com>
5461
5462 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
5463 after any command. Expect prompt after WAIT_FOR is seen.
5464 (enter_tui): Enable resize messages.
5465 (command): Expect command in output.
5466 (get_line): Avoid error when cursor appears to be off-screen.
5467 (dump_screen): Include screen size in title.
5468 (_do_resize): New proc, from "resize".
5469 (resize): Rewrite. Do resize in two steps.
5470 * gdb.tui/empty.exp (layouts): Fix entries.
5471 (check_boxes): Remove xfail.
5472 (check_text): Dump screen on failure.
5473
5474 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
5475
5476 * gdb.python/py-symbol.exp: Add test for
5477 gdb.lookup_static_symbols.
5478
5479 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
5480
5481 * gdb.python/py-symbol.c: Declare and call function from new
5482 py-symbol-2.c file.
5483 * gdb.python/py-symbol.exp: Compile both source files, and add new
5484 tests for gdb.lookup_static_symbol.
5485 * gdb.python/py-symbol-2.c: New file.
5486
5487 2019-11-02 Tom de Vries <tdevries@suse.de>
5488
5489 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
5490 * gdb.base/anon.exp: Same.
5491 * gdb.base/auto-connect-native-target.exp: Same.
5492 * gdb.base/call-ar-st.exp: Same.
5493 * gdb.base/catch-syscall.exp: Same.
5494 * gdb.base/commands.exp: Same.
5495 * gdb.base/default.exp: Same.
5496 * gdb.base/display.exp: Same.
5497 * gdb.base/float.exp: Same.
5498 * gdb.base/foll-fork.exp: Same.
5499 * gdb.base/help.exp: Same.
5500 * gdb.base/info-macros.exp: Same.
5501 * gdb.base/info-proc.exp: Same.
5502 * gdb.base/info-target.exp: Same.
5503 * gdb.base/long_long.exp: Same.
5504 * gdb.base/macscp.exp: Same.
5505 * gdb.base/memattr.exp: Same.
5506 * gdb.base/nofield.exp: Same.
5507 * gdb.base/pointers.exp: Same.
5508 * gdb.base/printcmds.exp: Same.
5509 * gdb.base/ptype.exp: Same.
5510 * gdb.base/restore.exp: Same.
5511 * gdb.base/return.exp: Same.
5512 * gdb.base/scope.exp: Same.
5513 * gdb.base/set-noassign.exp: Same.
5514 * gdb.base/setshow.exp: Same.
5515 * gdb.base/shlib-call.exp: Same.
5516 * gdb.base/signals.exp: Same.
5517 * gdb.base/sigstep.exp: Same.
5518 * gdb.base/skip.exp: Same.
5519 * gdb.base/solib-symbol.exp: Same.
5520 * gdb.base/stap-probe.exp: Same.
5521 * gdb.base/step-line.exp: Same.
5522 * gdb.base/step-test.exp: Same.
5523 * gdb.base/style.exp: Same.
5524 * gdb.base/varargs.exp: Same.
5525 * gdb.base/vla-datatypes.exp: Same.
5526 * gdb.base/vla-ptr.exp: Same.
5527 * gdb.base/vla-sideeffect.exp: Same.
5528 * gdb.base/volatile.exp: Same.
5529 * gdb.base/watch-cond-infcall.exp: Same.
5530 * gdb.base/watchpoint.exp: Same.
5531
5532 2019-11-02 Tom de Vries <tdevries@suse.de>
5533
5534 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
5535 * gdb.cp/cpexprs.exp: Same.
5536 * gdb.cp/except-multi-location.exp: Same.
5537 * gdb.cp/exceptprint.exp: Same.
5538 * gdb.cp/gdb2384.exp: Same.
5539 * gdb.cp/inherit.exp: Same.
5540 * gdb.cp/m-static.exp: Same.
5541 * gdb.cp/meth-typedefs.exp: Same.
5542 * gdb.cp/misc.exp: Same.
5543 * gdb.cp/namespace.exp: Same.
5544 * gdb.cp/non-trivial-retval.exp: Same.
5545 * gdb.cp/overload.exp: Same.
5546 * gdb.cp/pr17132.exp: Same.
5547 * gdb.cp/re-set-overloaded.exp: Same.
5548 * gdb.cp/rvalue-ref-types.exp: Same.
5549 * gdb.cp/templates.exp: Same.
5550
5551 2019-11-01 Luis Machado <luis.machado@linaro.org>
5552
5553 PR gdb/25124
5554
5555 * gdb.arch/pr25124.S: New file.
5556 * gdb.arch/pr25124.exp: New file.
5557
5558 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5559
5560 * gdb.fortran/info-modules.exp: Update expected results, and add
5561 additional tests for 'info module functinos', and 'info module
5562 variables'.
5563 * gdb.fortran/info-types.exp: Update expected results.
5564 * gdb.fortran/info-types.f90: Extend testcase with additional
5565 module variables and functions.
5566
5567 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5568
5569 * gdb.fortran/info-modules.exp: New file.
5570 * gdb.fortran/info-types.exp: Build with new file.
5571 * gdb.fortran/info-types.f90: Include and use new module.
5572 * gdb.fortran/info-types-2.f90: New file.
5573
5574 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5575
5576 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
5577 * gdb.base/settings.exp: Test all settings types using
5578 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
5579 that now verifies that the value of "maint show" is the same as
5580 returned by the settings functions. Test the type of the
5581 maintenance settings.
5582 * gdb.base/default.exp: Update show_conv_list.
5583
5584 2019-10-31 Tom de Vries <tdevries@suse.de>
5585
5586 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
5587 gdb_test.
5588 * gdb.arch/amd64-disp-step.exp: Same.
5589 * gdb.asm/asm-source.exp: Same.
5590 * gdb.btrace/buffer-size.exp: Same.
5591 * gdb.btrace/cpu.exp: Same.
5592 * gdb.btrace/enable.exp: Same.
5593 * gdb.dwarf2/count.exp: Same.
5594 * gdb.dwarf2/dw2-ranges-func.exp: Same.
5595 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
5596 * gdb.fortran/vla-datatypes.exp: Same.
5597 * gdb.fortran/vla-history.exp: Same.
5598 * gdb.fortran/vla-ptype.exp: Same.
5599 * gdb.fortran/vla-value.exp: Same.
5600 * gdb.fortran/whatis_type.exp: Same.
5601 * gdb.guile/guile.exp: Same.
5602 * gdb.multi/tids.exp: Same.
5603 * gdb.python/py-finish-breakpoint.exp: Same.
5604 * gdb.python/py-framefilter.exp: Same.
5605 * gdb.python/py-pp-registration.exp: Same.
5606 * gdb.python/py-xmethods.exp: Same.
5607 * gdb.python/python.exp: Same.
5608 * gdb.server/connect-with-no-symbol-file.exp: Same.
5609 * gdb.server/no-thread-db.exp: Same.
5610 * gdb.server/run-without-local-binary.exp: Same.
5611 * gdb.stabs/weird.exp: Same.
5612 * gdb.threads/attach-many-short-lived-threads.exp: Same.
5613 * gdb.threads/thread-find.exp: Same.
5614 * gdb.threads/tls-shared.exp: Same.
5615 * gdb.threads/tls.exp: Same.
5616 * gdb.threads/wp-replication.exp: Same.
5617 * gdb.trace/ax.exp: Same.
5618 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
5619
5620 2019-10-31 Tom de Vries <tdevries@suse.de>
5621
5622 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
5623 * gdb.ada/array_subscript_addr.exp: Same.
5624 * gdb.ada/arrayidx.exp: Same.
5625 * gdb.ada/arrayparam.exp: Same.
5626 * gdb.ada/arrayptr.exp: Same.
5627 * gdb.ada/boolean_expr.exp: Same.
5628 * gdb.ada/call_pn.exp: Same.
5629 * gdb.ada/complete.exp: Same.
5630 * gdb.ada/fixed_cmp.exp: Same.
5631 * gdb.ada/fun_addr.exp: Same.
5632 * gdb.ada/funcall_param.exp: Same.
5633 * gdb.ada/interface.exp: Same.
5634 * gdb.ada/mod_from_name.exp: Same.
5635 * gdb.ada/null_array.exp: Same.
5636 * gdb.ada/packed_array.exp: Same.
5637 * gdb.ada/packed_tagged.exp: Same.
5638 * gdb.ada/print_chars.exp: Same.
5639 * gdb.ada/print_pc.exp: Same.
5640 * gdb.ada/ptype_arith_binop.exp: Same.
5641 * gdb.ada/ptype_field.exp: Same.
5642 * gdb.ada/ptype_tagged_param.exp: Same.
5643 * gdb.ada/rec_return.exp: Same.
5644 * gdb.ada/ref_tick_size.exp: Same.
5645 * gdb.ada/str_ref_cmp.exp: Same.
5646 * gdb.ada/taft_type.exp: Same.
5647 * gdb.ada/tagged.exp: Same.
5648 * gdb.ada/type_coercion.exp: Same.
5649 * gdb.ada/uninitialized_vars.exp: Same.
5650
5651 2019-10-30 Tom de Vries <tdevries@suse.de>
5652
5653 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
5654
5655 2019-10-26 Tom de Vries <tdevries@suse.de>
5656
5657 * gdb.base/bigcore.c: Fix typos in comments.
5658 * gdb.base/ctf-ptype.c: Same.
5659 * gdb.base/long_long.c: Same.
5660 * gdb.dwarf2/dw2-op-out-param.S: Same.
5661 * gdb.python/py-evthreads.c: Same.
5662 * gdb.reverse/i387-stack-reverse.c: Same.
5663 * gdb.trace/tfile.c: Same.
5664 * lib/compiler.c: Same.
5665 * lib/compiler.cc: Same.
5666
5667 2019-10-25 Tom de Vries <tdevries@suse.de>
5668
5669 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
5670 gdb_test_multiple calls.
5671 * gdb.reverse/sigall-reverse.exp: Same.
5672 * gdb.reverse/solib-precsave.exp: Same.
5673 * gdb.reverse/solib-reverse.exp: Same.
5674 * gdb.reverse/until-precsave.exp: Same.
5675 * gdb.reverse/until-reverse.exp: Same.
5676
5677 2019-10-24 Tom de Vries <tdevries@suse.de>
5678
5679 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
5680 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
5681 kfail using -wrap pattern flag and convenience variable
5682 gdb_test_name.
5683
5684 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
5685
5686 * gdb.python/py-progspace.exp: Add tests for the
5687 Progspace.block_for_pc method.
5688
5689 2019-10-23 Tom Tromey <tom@tromey.com>
5690
5691 * configure: Rebuild.
5692 * aclocal.m4: Use m4_include, not sinclude.
5693
5694 2019-10-21 Tom de Vries <tdevries@suse.de>
5695
5696 * gdb.base/infcall-nested-structs.c: Add
5697 __attribute__((noinline,noclone)) to all functions.
5698 (call_all): Add missing variable initialization. Simplify return value.
5699 (breakpt): Increment volatile variable, to prevent call from being
5700 optimized out.
5701 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
5702
5703 2019-10-17 Tom de Vries <tdevries@suse.de>
5704
5705 * gdb.fortran/module.exp: Allow info variables to print info for files
5706 other than module.f90.
5707
5708 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
5709
5710 * gdb.fortran/module.exp: Extend with 'info variables' test.
5711
5712 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
5713
5714 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
5715 F77_FOR_TARGET.
5716
5717 2019-10-16 Tom de Vries <tdevries@suse.de>
5718
5719 PR tdep/25096
5720 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
5721
5722 2019-10-16 Tom de Vries <tdevries@suse.de>
5723
5724 PR tdep/24104
5725 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
5726 Add KFAIL for PR tdep/25096.
5727
5728 2019-10-16 Tom de Vries <tdevries@suse.de>
5729
5730 PR testsuite/25059
5731 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
5732
5733 2019-10-16 Tom de Vries <tdevries@suse.de>
5734
5735 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
5736 as signed.
5737
5738 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
5739
5740 * gdb.mi/list-thread-groups-available.exp: Read entries one by
5741 one instead of increasing timeout.
5742
5743 2019-10-13 Tom de Vries <tdevries@suse.de>
5744
5745 PR record/25038
5746 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
5747 * gdb.reverse/sigall-reverse.exp: Same.
5748 * gdb.reverse/solib-precsave.exp: Same.
5749 * gdb.reverse/solib-reverse.exp: Same.
5750 * gdb.reverse/step-precsave.exp: Same.
5751 * gdb.reverse/until-precsave.exp: Same.
5752 * gdb.reverse/until-reverse.exp: Same.
5753 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
5754
5755 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
5756
5757 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
5758 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
5759 (cmp_struct_05_01, cmp_struct_static_02_01)
5760 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
5761 comparisons.
5762
5763 2019-10-10 Tom de Vries <tdevries@suse.de>
5764
5765 PR testsuite/24888
5766 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
5767 gnatlink.
5768
5769 2019-10-09 Tom de Vries <tdevries@suse.de>
5770
5771 PR testsuite/25048
5772 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
5773
5774 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
5775
5776 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
5777 exceptions due to missing debug information.
5778
5779 2019-10-07 Tom de Vries <tdevries@suse.de>
5780
5781 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
5782
5783 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
5784
5785 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
5786 * gdb.base/annota1.exp: Update to use gdb_test_name.
5787
5788 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
5789
5790 * gdb.base/ctf-whatis.exp: New file.
5791 * gdb.base/ctf-whatis.c: New file.
5792 * gdb.base/ctf-ptype.exp: New file.
5793 * gdb.base/ctf-ptype.c: New file.
5794 * gdb.base/ctf-constvars.exp: New file.
5795 * gdb.base/ctf-constvars.c: New file.
5796 * gdb.base/ctf-cvexpr.exp: New file.
5797
5798 2019-10-04 Tom de Vries <tdevries@suse.de>
5799
5800 * gdb.cp/local-static.c (main): Move declaration of int i out of the
5801 for loop.
5802
5803 2019-10-03 Tom Tromey <tom@tromey.com>
5804
5805 PR rust/24976:
5806 * gdb.rust/simple.rs (Union2): New type.
5807 (main): Use Union2.
5808 * gdb.rust/simple.exp: Add test.
5809
5810 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
5811
5812 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
5813 nested function prefix.
5814
5815 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
5816 Richard Bunt <richard.bunt@arm.com>
5817 Andrew Burgess <andrew.burgess@embecosm.com>
5818
5819 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
5820 nested functions.
5821 * gdb.fortran/nested-funcs.f90: Update expected results.
5822 * gdb.fortran/nested-funcs-2.exp: New file.
5823 * gdb.fortran/nested-funcs-2.f90: New file.
5824
5825 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
5826
5827 * gdb.python/py-parameter.exp: Make test names unique.
5828 * gdb.python/py-template.exp: Likewise.
5829 * gdb.python/py-value.exp: Likewise.
5830
5831 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
5832
5833 * gdb.base/break-interp.exp: Reduce test name duplication.
5834 * gdb.base/call-sc.exp: Likewise.
5835 * gdb.base/callfuncs.exp: Likewise.
5836 * gdb.base/charset.exp: Likewise.
5837 * gdb.base/dump.exp: Likewise.
5838 * gdb.base/ena-dis-br.exp: Likewise.
5839 * gdb.base/relational.exp: Likewise.
5840 * gdb.base/step-over-syscall.exp: Likewise.
5841 * gdb.base/structs.exp: Likewise.
5842
5843 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
5844
5845 * gdb.linespec/explicit.exp: Make test names unique.
5846 * gdb.linespec/ls-errs.exp: Likewise.
5847
5848 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
5849
5850 * gdb.reverse/break-precsave.exp: Make test names unique.
5851 * gdb.reverse/break-reverse.exp: Likewise.
5852 * gdb.reverse/finish-precsave.exp: Likewise.
5853 * gdb.reverse/finish-reverse.exp: Likewise.
5854 * gdb.reverse/machinestate-precsave.exp: Likewise.
5855 * gdb.reverse/machinestate.exp: Likewise.
5856 * gdb.reverse/readv-reverse.exp: Likewise.
5857 * gdb.reverse/recvmsg-reverse.exp: Likewise.
5858 * gdb.reverse/sigall-precsave.exp: Likewise.
5859 * gdb.reverse/sigall-reverse.exp: Likewise.
5860 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
5861 * gdb.reverse/watch-precsave.exp: Likewise.
5862 * gdb.reverse/watch-reverse.exp: Likewise.
5863
5864 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
5865
5866 * gdb.threads/stop-with-handle.c: New file.
5867 * gdb.threads/stop-with-handle.exp: New file.
5868
5869 2019-10-03 Tom de Vries <tdevries@suse.de>
5870
5871 PR testsuite/25059
5872 * gdb.base/list-missing-source.exp: Allowing the "Compilation
5873 directory" line to be missing.
5874
5875 2019-10-03 Tom de Vries <tdevries@suse.de>
5876
5877 PR testsuite/25059
5878 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
5879 type optional.
5880
5881 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
5882
5883 * gdb.python/py-format-string.c (string.h): New include.
5884 (main): Fill a_struct_with_union.the_union.an_int with bytes of
5885 the same value, for endianness-independence.
5886 * gdb.python/py-format-string.exp (default_regexp_dict)
5887 (test_pretty_structs, test_format): Adjust expected output to the
5888 changed initialization.
5889
5890 2019-10-02 Tom Tromey <tromey@adacore.com>
5891
5892 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
5893
5894 2019-10-02 Pedro Alves <palves@redhat.com>
5895 Andrew Burgess <andrew.burgess@embecosm.com>
5896
5897 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
5898 "print-file-var.h".
5899 (this_version_id) Use ATTRIBUTE_VISIBILITY.
5900 (get_version_1): Print this_version_id and its address.
5901 Add extern "C" wrappers around interface functions.
5902 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
5903 "print-file-var.h".
5904 (this_version_id) Use ATTRIBUTE_VISIBILITY.
5905 (get_version_2): Print this_version_id and its address.
5906 Add extern "C" wrappers around interface functions.
5907 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
5908 <stddef.h> and "print-file-var.h".
5909 Add extern "C" wrappers around interface functions.
5910 [VERSION_ID_MAIN] (this_version_id): Define.
5911 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
5912 * gdb.base/print-file-var.h: Add some #defines to simplify setting
5913 up extern "C" blocks.
5914 * gdb.base/print-file-var.exp (test): New, factored out from top
5915 level.
5916 (top level): Test all combinations of attribute hidden or not,
5917 dlopen or not, and this_version_id symbol in main file or not.
5918 Compile tests as both C++ and C, make test names unique.
5919
5920 2019-10-01 Tom Tromey <tom@tromey.com>
5921
5922 * gdb.base/style.exp: Test "show logging filename".
5923
5924 2019-10-01 Tom Tromey <tom@tromey.com>
5925
5926 * lib/gdb-utils.exp (style): Handle "metadata" argument.
5927 * gdb.base/style.exp: Add metadata style test.
5928
5929 2019-10-01 Tom Tromey <tom@tromey.com>
5930
5931 * gdb.base/style.exp: Test "pwd".
5932
5933 2019-10-01 Tom Tromey <tom@tromey.com>
5934
5935 * gdb.base/style.exp: Update tests.
5936
5937 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
5938
5939 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
5940 'six' to unsigned.
5941 (s1): Initialize fields 'four' and 'six' instead of 'three' and
5942 'five'. Use an all-ones bit pattern for each.
5943 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
5944 to its changed values.
5945
5946 2019-09-30 Tom Tromey <tromey@adacore.com>
5947
5948 * gdb.rust/traits.rs: Disable all warnings.
5949
5950 2019-09-29 Tom de Vries <tdevries@suse.de>
5951
5952 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
5953
5954 2019-09-29 Tom de Vries <tdevries@suse.de>
5955
5956 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
5957
5958 2019-09-27 Tom de Vries <tdevries@suse.de>
5959
5960 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
5961
5962 2019-09-27 Tom de Vries <tdevries@suse.de>
5963
5964 PR record/23188
5965 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
5966
5967 2019-09-26 Tom Tromey <tromey@adacore.com>
5968
5969 * gdb.ada/py_taft.exp: New file.
5970 * gdb.ada/py_taft/main.adb: New file.
5971 * gdb.ada/py_taft/pkg.adb: New file.
5972 * gdb.ada/py_taft/pkg.ads: New file.
5973
5974 2019-09-24 Tom de Vries <tdevries@suse.de>
5975
5976 PR gdb/24598
5977 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
5978
5979 2019-09-22 Tom de Vries <tdevries@suse.de>
5980
5981 * gdb.base/restore.exp: Allow register variables to be optimized out at
5982 -O0.
5983
5984 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
5985
5986 * gdb.arch/spu-info.exp: Remove file.
5987 * gdb.arch/spu-info.c: Remove file.
5988 * gdb.arch/spu-ls.exp: Remove file.
5989 * gdb.arch/spu-ls.c: Remove file.
5990
5991 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
5992 * gdb.asm/spu.inc: Remove file.
5993
5994 * gdb.base/dump.exp: Remove support for spu*-*-*.
5995 * gdb.base/stack-checking.exp: Likewise.
5996 * gdb.base/overlays.exp: Likewise.
5997 * gdb.base/ovlymgr.c: Likewise.
5998 * gdb.base/spu.ld: Remove file.
5999
6000 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
6001 * gdb.cp/cpexprs.exp: Likewise.
6002 * gdb.cp/exception.exp: Likewise.
6003 * gdb.cp/gdb2495.exp: Likewise.
6004 * gdb.cp/mb-templates.exp: Likewise.
6005 * gdb.cp/pr9167.exp: Likewise.
6006 * gdb.cp/userdef.exp: Likewise.
6007
6008 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
6009
6010 * gdb.cell: Remove directory.
6011 * lib/cell.exp: Remove file.
6012
6013 2019-09-19 Tom de Vries <tdevries@suse.de>
6014
6015 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
6016
6017 2019-09-19 Tom de Vries <tdevries@suse.de>
6018
6019 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
6020
6021 2019-09-19 Tom de Vries <tdevries@suse.de>
6022
6023 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
6024 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
6025 (gdb_target_cmd): ... here.
6026 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
6027 value 2.
6028
6029 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
6030
6031 * gdb.base/source-dir.exp: Avoid having directory names in test
6032 names.
6033
6034 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
6035
6036 * gdb.base/source-dir.exp: Add extra test for mapped compilation
6037 directory.
6038
6039 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
6040
6041 * gdb.base/list-missing-source.exp: New file.
6042
6043 2019-09-14 Tom de Vries <tdevries@suse.de>
6044
6045 PR teststuite/24599
6046 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
6047 * lib/ada.exp (gnatmake_version_at_least): New proc.
6048
6049 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
6050
6051 * gdb.base/maint.exp: Use exec_has_index_section.
6052
6053 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
6054
6055 * gdb.base/maint.exp: Add test for 'maint info sections'.
6056
6057 2019-09-12 Tom de Vries <tdevries@suse.de>
6058
6059 * gdb.base/store.exp: Allow register variables to be optimized out at
6060 -O0.
6061
6062 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6063
6064 * gdb.ada/rdv_wait.exp: Update to new task names.
6065 * gdb.base/task_switch_in_core.exp: Likewise.
6066 * gdb.base/info_sources_base.c: Likewise.
6067
6068 2019-09-10 Tom Tromey <tromey@adacore.com>
6069
6070 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
6071
6072 2019-09-10 Tom Tromey <tromey@adacore.com>
6073
6074 * gdb.ada/dgopt.exp: New file.
6075 * gdb.ada/dgopt/x.adb: New file.
6076
6077 2019-09-08 Tom Tromey <tom@tromey.com>
6078
6079 * gdb.tui/resize.exp: Remove setup_xfail.
6080 * gdb.tui/regs.exp: Remove setup_xfail.
6081 * gdb.tui/basic.exp: Remove setup_xfail.
6082
6083 2019-09-06 David Blaikie <dblaikie@gmail.com>
6084
6085 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
6086 * gdb.cp/cplabel.exp: Ditto.
6087 * gdb.linespec/ls-errs.exp: Ditto.
6088
6089 2019-09-05 Tom de Vries <tdevries@suse.de>
6090
6091 * lib/gdb.exp (cmp_file_string): New proc.
6092 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
6093 runto_main. Verify save breakpoints output.
6094
6095 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6096
6097 * gdb.base/info-var.exp: Test info variables without running
6098 to main, to avoid expect's buffer overflow.
6099
6100 2019-09-03 Tom Tromey <tromey@adacore.com>
6101
6102 * gdb.ada/bias.exp: New file.
6103 * gdb.ada/bias/bias.adb: New file.
6104 * gdb.ada/print_chars.exp: Add regression test.
6105 * gdb.ada/print_chars/foo.adb (My_Character): New type.
6106 (MC): New variable.
6107
6108 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
6109
6110 * gdb.base/argv0-symlink.exp: Run only on native target
6111 and local host.
6112
6113 2019-08-29 Tom de Vries <tdevries@suse.de>
6114
6115 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
6116 diverse debug info.
6117 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
6118
6119 2019-08-28 Tom de Vries <tdevries@suse.de>
6120
6121 * gdb.base/info-var.exp: Allow info variables to print info for files
6122 other than info-var-f1.c and info-var-f2.c.
6123
6124 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
6125
6126 * gdb.fortran/info-types.exp: Add module.
6127 * gdb.fortran/info-types.f90: Update expected results.
6128
6129 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
6130
6131 * gdb.fortran/info-types.exp: New file.
6132 * gdb.fortran/info-types.f90: New file.
6133 * lib/fortran.exp (fortran_character1): New proc.
6134
6135 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
6136
6137 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
6138 functions'. Reindent as needed.
6139 * gdb.base/info-var-f1.c: New file.
6140 * gdb.base/info-var-f2.c: New file.
6141 * gdb.base/info-var.exp: New file.
6142 * gdb.base/info-var.h: New file.
6143
6144 2019-08-26 Tom de Vries <tdevries@suse.de>
6145
6146 PR c++/24852
6147 * gdb.cp/no-libstdcxx-probe.exp: New test.
6148
6149 2019-08-26 Tom de Vries <tdevries@suse.de>
6150
6151 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
6152 * tests need to be skipped.
6153 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
6154 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
6155 mi_skip_libstdcxx_probe_tests.
6156
6157 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
6158
6159 * gdb.python/py-xmethods.exp: Use raw strings when passing
6160 arguments to SimpleXMethodMatcher.
6161
6162 2019-08-22 Tom de Vries <tdevries@suse.de>
6163
6164 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
6165 more informative.
6166
6167 2019-08-21 Pedro Alves <palves@redhat.com>
6168
6169 * gdb.base/with.exp: Test "with" with no arguments.
6170
6171 2019-08-21 Tom de Vries <tdevries@suse.de>
6172
6173 * gdb.base/gdb-caching-proc.exp: Sort files.
6174
6175 2019-08-20 Tom de Vries <tdevries@suse.de>
6176
6177 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
6178 compilation.
6179
6180 2019-08-16 Tom de Vries <tdevries@suse.de>
6181
6182 * gdb.base/compare-sections.exp ("after run to main"): Allow
6183 mismatched read-only sections for PIE executables.
6184
6185 2019-08-16 Tom Tromey <tom@tromey.com>
6186
6187 * lib/tuiterm.exp (_csi_Z): New proc.
6188 * gdb.tui/basic.exp: Update window positions.
6189 * gdb.tui/empty.exp: Update window positions.
6190
6191 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
6192
6193 * gdb.base/examine-backward.exp: Correct regexp for
6194 "examine 3 bytes backward from ${address_zero}".
6195
6196 2019-08-15 Tom Tromey <tom@tromey.com>
6197
6198 * gdb.tui/empty.exp: Enable resizing tests.
6199
6200 2019-08-15 Tom Tromey <tromey@adacore.com>
6201
6202 * gdb.ada/char_enum.exp: Add regression tests.
6203 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
6204 and '0'.
6205 (Char, Gchar): Update.
6206 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
6207
6208 2019-08-15 Christian Biesinger <cbiesinger@google.com>
6209
6210 * gdb.python/python.exp: Expect a leading underscore on
6211 GdbOutput{,Error}File.
6212
6213 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
6214
6215 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
6216 Windows host.
6217
6218 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
6219
6220 * gdb.base/batch-preserve-term-settings.exp
6221 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
6222
6223 2019-08-15 Christian Biesinger <cbiesinger@google.com>
6224
6225 * lib/gdb.exp: When running on a mingw target, replace
6226 /x/ with x:/.
6227
6228 2019-08-14 Alan Hayward <alan.hayward@arm.com>
6229
6230 * gdb.arch/aarch64-prologue.c: New test.
6231 * gdb.arch/aarch64-prologue.exp: New file.
6232
6233 2019-08-13 Tom de Vries <tdevries@suse.de>
6234
6235 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
6236 Thread.
6237
6238 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
6239
6240 * gdb.python/py-completion.exp: Download the .py file to the host
6241 and use its host pathname. Conditionalize tests that use
6242 tab completion and manipulate files on the build machine.
6243 * gdb.python/py-events.exp: Download the .py file to the host
6244 and use its host pathname.
6245 * gdb.python/py-evsignal.exp: Likewise.
6246 * gdb.python/py-evthreads.exp: Likewise.
6247 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
6248 pathname syntax.
6249 * gdb.python/py-framefilter.exp: Download the .py file to the right
6250 place on the host. Match Windows pathname syntax.
6251 * gdb.python/py-mi-var-info-path-expression.exp: Download the
6252 .py file to the host and use its host pathname.
6253 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
6254 * gdb.python/py-objfile.exp: Expect a host pathname, not a
6255 build pathname. Skip symlink test on Windows host. Add missing
6256 newline at end of file.
6257 * gdb.python/py-pp-maint.exp: Download the .py file to the host
6258 and use its host pathname.
6259 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
6260 * gdb.python/py-section-script.exp: Use host location of binfile
6261 on safe-path. Use correct path separator on Windows host.
6262 Reorder alternatives in gdb_test_multiple to prevent matching
6263 the wrong alternative on success.
6264 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
6265
6266 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
6267
6268 * gdb.gdb/selftest.exp (test_with_self): Update test to now
6269 expect the GDB inferior to no longer immediately stop after
6270 being resumed with "signal SIGINT".
6271
6272 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
6273
6274 * gdb.linespec/break-ask.exp: Generalize regexps to match
6275 Windows pathnames too.
6276
6277 2019-08-08 Tom de Vries <tdevries@suse.de>
6278
6279 PR testsuite/24862
6280 * lib/tuiterm.exp (_accept): Fix CSI regexp.
6281
6282 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6283
6284 * gdb.base/style.exp: Update tests for help doc new invariants.
6285 * gdb.base/help.exp: Likewise.
6286
6287 2019-08-06 Tom Tromey <tom@tromey.com>
6288
6289 * gdb.base/style.exp: Add disassemble test.
6290 * gdb.base/style.c (some_called_function): New function.
6291 (main): Use it.
6292
6293 2019-08-05 Christian Biesinger <cbiesinger@google.com>
6294
6295 * gdb.python/py-block.exp: Test dictionary access on blocks.
6296
6297 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
6298
6299 PR gdb/24863
6300 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
6301 -list-thread-groups --available test when running under
6302 check-read1.
6303
6304 2019-08-05 Tom de Vries <tdevries@suse.de>
6305
6306 PR testsuite/24863
6307 * lib/gdb.exp (with_read1_timeout_factor): New proc.
6308 * gdb.base/help.exp: Use with_read1_timeout_factor.
6309 * gdb.base/info-macros.exp: Same.
6310 * gdb.cp/nested-types.exp: Same.
6311
6312 2019-08-05 Tom de Vries <tdevries@suse.de>
6313
6314 * lib/gdb.exp (version_at_least): Factor out of ...
6315 (tcl_version_at_least): ... here.
6316 (gdb_compile): Fail if pie results in non-PIE executable.
6317 (readelf_version, readelf_prints_pie): New proc.
6318 (exec_is_pie): Return -1 if unknown.
6319
6320 2019-08-05 Tom de Vries <tdevries@suse.de>
6321
6322 * lib/gdb.exp (tcl_version_at_least): Fix typo.
6323
6324 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
6325
6326 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
6327
6328 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
6329
6330 * lib/completion-support.exp (test_gdb_complete_none): Skip
6331 tab completion tests if no readline support.
6332 (test_gdb_complete_unique_re): Likewise.
6333 (test_gdb_complete_multiple): Likewise.
6334
6335 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6336
6337 * gdb.base/info_sources.exp: New file.
6338 * gdb.base/info_sources.c: New file.
6339 * gdb.base/info_sources_base.c: New file.
6340
6341 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6342
6343 * gdb.base/batch-exit-status.exp: Call test_exit_status with
6344 prefix argument.
6345 (test_exit_status): Add prefix argument.
6346
6347 2019-08-01 Tom de Vries <tdevries@suse.de>
6348
6349 PR testsuite/24863
6350 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
6351 calling exp_continue for new thread and thread exited messages.
6352
6353 2019-08-01 Tom de Vries <tdevries@suse.de>
6354
6355 PR testsuite/24863
6356 * gdb.base/structs.exp: Fix check-read1 timeout using
6357 gdb_test_sequence.
6358 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
6359
6360 2019-08-01 Tom de Vries <tdevries@suse.de>
6361
6362 PR testsuite/24863
6363 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
6364 line.
6365
6366 2019-08-01 Tom de Vries <tdevries@suse.de>
6367
6368 PR testsuite/24863
6369 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
6370
6371 2019-07-30 Tom Tromey <tromey@adacore.com>
6372
6373 * gdb.ada/display_nested.exp: New file.
6374 * gdb.ada/display_nested/foo.adb: New file.
6375 * gdb.ada/display_nested/pack.adb: New file.
6376 * gdb.ada/display_nested/pack.ads: New file.
6377
6378 2019-07-30 Christian Biesinger <cbiesinger@google.com>
6379
6380 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
6381 namespace.
6382 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
6383
6384 2019-07-30 Tom de Vries <tdevries@suse.de>
6385
6386 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
6387 instead.
6388
6389 2019-07-30 Tom de Vries <tdevries@suse.de>
6390
6391 PR testsuite/24834
6392 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
6393 (exec_is_pie): New proc.
6394
6395 2019-07-29 Christian Biesinger <cbiesinger@google.com>
6396
6397 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
6398
6399 2019-07-29 Christian Biesinger <cbiesinger@google.com>
6400
6401 * gdb.python/py-objfile.c: Add global and static vars.
6402 * gdb.python/py-objfile.exp: Test new functions Objfile.
6403 lookup_global_symbol and lookup_static_symbol.
6404
6405 2019-07-29 Tom Tromey <tom@tromey.com>
6406
6407 * lib/tuiterm.exp (Term::_csi_@): New proc.
6408 (Term::_csi_X): Don't move cursor.
6409
6410 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6411
6412 * gdb.base/options.exp: Update backtrace - completion to
6413 new option -frame-info.
6414 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
6415 Test new 'set print frame-info'. Test backtrace -frame-info
6416 overriding 'set print frame-info'.
6417 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
6418 Test new 'set print frame-info'.
6419 Verify consistency of backtrace with and without filters, with and
6420 without -no-filters.
6421 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
6422 default.
6423
6424 2019-07-29 Tom de Vries <tdevries@suse.de>
6425
6426 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
6427 no arguments".
6428
6429 2019-07-29 Tom de Vries <tdevries@suse.de>
6430
6431 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
6432 is a substring of the first for "complete non-unique file name".
6433
6434 2019-07-29 Tom de Vries <tdevries@suse.de>
6435
6436 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
6437 with ".*".
6438
6439 2019-07-29 Tom de Vries <tdevries@suse.de>
6440
6441 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
6442 Pass prompt_regexp parameter to gdb_test_multiple calls.
6443
6444 2019-07-29 Tom de Vries <tdevries@suse.de>
6445
6446 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
6447 print registers" regexps.
6448
6449 2019-07-29 Tom de Vries <tdevries@suse.de>
6450
6451 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
6452
6453 2019-07-29 Tom de Vries <tdevries@suse.de>
6454
6455 PR gdb/24855
6456 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
6457 (skip_python_tests_prompt): Add prompt_regexp argument to
6458 gdb_test_multiple calls.
6459
6460 2019-07-27 Tom Tromey <tom@tromey.com>
6461
6462 * gdb.tui/main.exp: New file.
6463
6464 2019-07-27 Tom Tromey <tom@tromey.com>
6465
6466 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
6467 optional.
6468 * gdb.tui/empty.exp: New file.
6469
6470 2019-07-27 Tom Tromey <tom@tromey.com>
6471
6472 * lib/tuiterm.exp (spawn): New proc.
6473 (Term::resize): New proc.
6474 * gdb.tui/resize.exp: New file.
6475
6476 2019-07-27 Tom Tromey <tom@tromey.com>
6477
6478 * gdb.tui/list.exp: New file.
6479
6480 2019-07-27 Tom Tromey <tom@tromey.com>
6481
6482 * gdb.tui/regs.exp: New file.
6483
6484 2019-07-27 Tom Tromey <tom@tromey.com>
6485
6486 * gdb.tui/basic.exp: Add "layout split" test.
6487
6488 2019-07-27 Tom Tromey <tom@tromey.com>
6489
6490 * gdb.tui/basic.exp: Add "layout asm" test.
6491
6492 2019-07-27 Tom Tromey <tom@tromey.com>
6493
6494 * lib/tuiterm.exp: New file.
6495 * gdb.tui/basic.exp: New file.
6496
6497 2019-07-27 Kevin Buettner <kevinb@redhat.com>
6498
6499 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
6500 Enable tests associated with this flag. Adjust regex
6501 referencing "foo_low" to now refer to "foo_cold" instead.
6502
6503 2019-07-27 Kevin Buettner <kevinb@redhat.com>
6504
6505 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
6506 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
6507 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
6508 foo_cold. Revise comments to match.
6509 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
6510 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
6511 were wrapped into this proc; Call do_test in loop from outermost
6512 level.
6513 (foo_low): Rename all occurrences to "foo_cold".
6514 (backtrace from baz): New test.
6515 (x2/i foo_cold): New test.
6516 (info line *foo_cold): New test.
6517
6518 2019-07-26 Tom de Vries <tdevries@suse.de>
6519
6520 * gdb.arch/i386-pkru.exp: Fix unterminated string.
6521
6522 2019-07-25 Tom de Vries <tdevries@suse.de>
6523
6524 PR testsuite/24830
6525 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
6526 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
6527 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
6528 (skip_libstdcxx_probe_tests): ... here.
6529 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
6530
6531 2019-07-24 Tom de Vries <tdevries@suse.de>
6532
6533 PR testsuite/24807
6534 * gdb.objc/basicclass.m: Include stdio.h.
6535 * gdb.objc/nondebug.m: Same.
6536 * gdb.objc/objcdecode.m: Same.
6537
6538 2019-07-24 Tom de Vries <tdevries@suse.de>
6539
6540 PR testsuite/24612
6541 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
6542 additional_flags.
6543
6544 2019-07-24 Tom de Vries <tdevries@suse.de>
6545
6546 PR testsuite/24831
6547 * gdb.multi/tids.exp: Update error messages for info threads.
6548
6549 2019-07-24 Tom de Vries <tdevries@suse.de>
6550
6551 * gdb.base/info-types.exp: Allow info types to print info for more than
6552 one file.
6553
6554 2019-07-23 Tom de Vries <tdevries@suse.de>
6555
6556 PR testsuite/24842
6557 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
6558 gdb_spawn_with_cmdline_opts.
6559
6560 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
6561
6562 * gdb.arch/arm-cmse-sgstubs.c: New test.
6563 * gdb.arch/arm-cmse-sgstubs.exp: New file.
6564
6565 2019-07-23 Tom de Vries <tdevries@suse.de>
6566
6567 PR testsuite/24711
6568 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
6569 issuing next command.
6570
6571 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
6572
6573 * gdb.ada/info_auto_lang.exp: Update expected results.
6574 * gdb.base/info-types.c: Add additional types to check.
6575 * gdb.base/info-types.exp: Update expected results.
6576
6577 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
6578
6579 * gdb.base/info-types.c: New file.
6580 * gdb.base/info-types.exp: New file.
6581
6582 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
6583
6584 * gdb.arch/riscv-bp-infcall.c: New file.
6585 * gdb.arch/riscv-bp-infcall.exp: New file.
6586
6587 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
6588
6589 PR breakpoints/24541
6590 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
6591
6592 2019-07-14 Tom de Vries <tdevries@suse.de>
6593
6594 PR testsuite/24760
6595 * gdb.objc/basicclass.exp: Fix unterminated string.
6596
6597 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
6598 Andrew Burgess <andrew.burgess@embecosm.com>
6599
6600 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
6601 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
6602 negative bounds.
6603 * gdb.fortran/vla-value.exp: Print elements of an array with
6604 negative bounds.
6605 * gdb.fortran/vla.f90: Setup an array with negative bounds for
6606 testing.
6607
6608 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
6609
6610 * gdb.base/options.exp (expect_string): Dequote strings in
6611 results.
6612 (test-string): Test strings with different quoting and reindent.
6613
6614 2019-07-10 Tom Tromey <tromey@adacore.com>
6615
6616 * gdb.ada/mi_ex_cond.exp: Update expected results.
6617 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
6618 * gdb.ada/mi_catch_ex.exp: Update expected results.
6619 * gdb.ada/mi_catch_assert.exp: Update expected results.
6620 * gdb.ada/catch_ex.exp (catch_exception_info)
6621 (catch_exception_entry, catch_assert_entry)
6622 (catch_unhandled_entry): Update.
6623 * gdb.ada/catch_assert_if.exp: Update expected results.
6624
6625 2019-07-10 Richard Bunt <richard.bunt@arm.com>
6626 Stephen Roberts <stephen.roberts@arm.com>
6627
6628 * gdb.base/define.exp: Restore original prompt.
6629
6630 2019-07-09 Pedro Alves <palves@redhat.com>
6631
6632 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
6633 breakpoints" output.
6634 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
6635 * gdb.python/py-breakpoint.exp: No longer expect that "catch
6636 throw" creates breakpoint.
6637 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
6638 'type="catchpoint"'.
6639
6640 2019-07-09 Pedro Alves <palves@redhat.com>
6641
6642 PR c++/15468
6643 * gdb.cp/except-multi-location-lib.cc: New.
6644 * gdb.cp/except-multi-location-main.cc: New.
6645 * gdb.cp/except-multi-location.exp: New.
6646
6647 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
6648
6649 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
6650 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
6651 argument and update callers.
6652
6653 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6654
6655 * gdb.arch/amd64-break-on-asm-line.S: New file.
6656 * gdb.arch/amd64-break-on-asm-line.exp: New file.
6657
6658 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6659
6660 * gdb.base/printcmds.exp: Test printing C string and
6661 C wide string convenience vars without transiting via the inferior.
6662 Also make test names unique.
6663
6664 2019-07-08 Alan Hayward <alan.hayward@arm.com>
6665
6666 PR breakpoints/25011
6667 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
6668
6669 2019-07-04 Pedro Alves <palves@redhat.com>
6670
6671 * lib/gdb.exp (foreach_with_prefix): Don't return early if
6672 body returned ok(0), break(3) or continue(4).
6673 * gdb.testsuite/foreach_with_prefix.exp: New file.
6674
6675 2019-07-04 Alan Hayward <alan.hayward@arm.com>
6676
6677 * gdb.server/unittest.exp: Allow 0 unit tests to run.
6678
6679 2019-07-03 Pedro Alves <palves@redhat.com>
6680
6681 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
6682 "return -code".
6683
6684 2019-07-03 Pedro Alves <palves@redhat.com>
6685
6686 PR cli/24732
6687 * gdb.base/shell.exp: Load completion-support.exp.
6688 Adjust expected error output. Add completion tests.
6689
6690 2019-07-03 Pedro Alves <palves@redhat.com>
6691
6692 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
6693 string_to_regexp.
6694
6695 2019-07-03 Pedro Alves <palves@redhat.com>
6696
6697 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
6698 (expect_integer): Adjust to expect "-string".
6699 (expect_string): New.
6700 (all_options): Expect "-string".
6701 (test-flag, test-boolean): Adjust to expect "-string".
6702 (test-string): New proc.
6703 (top level): Call it.
6704
6705 2019-07-03 Pedro Alves <palves@redhat.com>
6706
6707 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
6708 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
6709 the expected output in the success.
6710
6711 2019-07-03 Pedro Alves <palves@redhat.com>
6712
6713 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
6714 Split one gdb_test_multiple call in two to avoid a race.
6715
6716 2019-07-03 Pedro Alves <palves@redhat.com>
6717
6718 * gdb.base/with.c: New file.
6719 * gdb.base/with.exp: New file.
6720
6721 2019-07-03 Pedro Alves <palves@redhat.com>
6722
6723 * gdb.base/settings.exp: Replace all references to "maint
6724 test-settings set" with references to "maint set test-settings",
6725 and all references to "maint test-settings show" with references
6726 to "maint show test-settings".
6727
6728 2019-07-03 Pedro Alves <palves@redhat.com>
6729
6730 * gdb.base/settings.exp (test-string): Adjust expected out when
6731 testing "maint test-settings show filename"
6732
6733 2019-07-02 Pedro Alves <palves@redhat.com>
6734
6735 * gdb.base/options.exp (test-info-threads): New procedure.
6736 (top level): Call it.
6737
6738 2019-06-28 Tom Tromey <tromey@adacore.com>
6739
6740 * gdb.dwarf2/ada-linkage-name.c: New file.
6741 * gdb.dwarf2/ada-linkage-name.exp: New file.
6742
6743 2019-06-27 Tom Tromey <tromey@adacore.com>
6744
6745 PR c++/20020:
6746 * gdb.cp/constexpr-field.exp: Use setup_xfail.
6747
6748 2019-06-26 Tom de Vries <tdevries@suse.de>
6749
6750 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
6751
6752 2019-06-26 Tom de Vries <tdevries@suse.de>
6753
6754 * gdb.base/index-cache.exp: Add back missing debug option.
6755
6756 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6757
6758 * gdb.base/alias.exp: Test non matching/non existing prefixes.
6759
6760 2019-06-25 Tom de Vries <tdevries@suse.de>
6761
6762 PR testsuite/24727
6763 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
6764
6765 2019-06-24 Tom de Vries <tdevries@suse.de>
6766
6767 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
6768
6769 2019-06-24 Tom de Vries <tdevries@suse.de>
6770
6771 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
6772 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
6773 * gdb.trace/unavailable-dwarf-piece.exp: Same.
6774
6775 2019-06-24 Tom de Vries <tdevries@suse.de>
6776
6777 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
6778
6779 2019-06-21 Tom de Vries <tdevries@suse.de>
6780
6781 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
6782
6783 2019-06-21 Tom de Vries <tdevries@suse.de>
6784
6785 PR testsuite/24518
6786 PR ada/24713
6787 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
6788 index.
6789
6790 2019-06-19 Tom Tromey <tromey@adacore.com>
6791
6792 * gdb.ada/length_cond.exp: Add intro comment.
6793
6794 2019-06-19 Tom Tromey <tromey@adacore.com>
6795
6796 * gdb.ada/length_cond.exp: New file.
6797 * gdb.ada/length_cond/length_cond.adb: New file.
6798 * gdb.ada/length_cond/pck.adb: New file.
6799 * gdb.ada/length_cond/pck.ads: New file.
6800
6801 2019-06-18 Tom de Vries <tdevries@suse.de>
6802
6803 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
6804
6805 2019-06-18 Tom Tromey <tromey@adacore.com>
6806
6807 * gdb.base/list0.h: Add comment explaining control character.
6808
6809 2019-06-18 Tom de Vries <tdevries@suse.de>
6810
6811 * boards/fission.exp: Break up long debug_flags line.
6812
6813 2019-06-16 Tom de Vries <tdevries@suse.de>
6814
6815 PR gdb/24445
6816 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
6817 generated index.
6818
6819 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
6820
6821 PR gdb/24686
6822 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
6823 improve detection of bug gdb/24541.
6824
6825 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
6826
6827 PR gdb/24669
6828 * gdb.base/index-cache.exp (uses_readnow,
6829 expecting_index_cache_use): Define global variable.
6830 (test_cache_enabled_miss, test_cache_enabled_hit): Use
6831 expecting_index_cache_use.
6832
6833 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
6834 Andrew Burgess <andrew.burgess@embecosm.com>
6835
6836 * gdb.fortran/pointers.f90: New file.
6837 * gdb.fortran/print_type.exp: New file.
6838 * gdb.fortran/vla-ptype.exp: Adapt expected results.
6839 * gdb.fortran/vla-type.exp: Likewise.
6840 * gdb.fortran/vla-value.exp: Likewise.
6841 * gdb.mi/mi-vla-fortran.exp: Likewise.
6842
6843 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
6844
6845 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
6846 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
6847 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
6848 as a stop reason.
6849
6850 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
6851
6852 * gdb.base/annota1.exp: Update expected results.
6853 * gdb.cp/annota2.exp: Likewise.
6854 * gdb.cp/annota3.exp: Likewise.
6855
6856 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
6857
6858 * gdb.base/style-logging.exp: Remove path from test name.
6859
6860 2019-06-14 Tom Tromey <tromey@adacore.com>
6861
6862 PR gdb/24502:
6863 * gdb.base/style-logging.exp: New file.
6864
6865 2019-06-14 Tom Tromey <tromey@adacore.com>
6866
6867 * gdb.base/symfile-warn.exp: New file.
6868 * gdb.base/symfile-warn.c: New file.
6869
6870 2019-06-14 Tom Tromey <tromey@adacore.com>
6871
6872 * gdb.base/annotate-symlink.exp: New file.
6873
6874 2019-06-14 Tom Tromey <tromey@adacore.com>
6875
6876 * gdb.ada/set_wstr.exp: Add reassignment test.
6877
6878 2019-06-14 Tom Tromey <tromey@adacore.com>
6879
6880 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
6881 'unchecked_access and 'unrestricted_access as well.
6882
6883 2019-06-14 Tom Tromey <tromey@adacore.com>
6884
6885 PR ada/24539:
6886 * gdb.ada/vla.exp: Update tests.
6887 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
6888 pragma.
6889
6890 2019-06-13 Pedro Alves <palves@redhat.com>
6891
6892 * gdb.base/settings.exp (test-integer): Test junk after
6893 "unlimited".
6894
6895 2019-06-13 Pedro Alves <palves@redhat.com>
6896
6897 * gdb.base/options.exp (test-thread-apply): New.
6898 (top level): Call it.
6899
6900 2019-06-13 Pedro Alves <palves@redhat.com>
6901
6902 * gdb.base/options.exp (test-frame-apply): New.
6903 (top level): Test print commands with different "frame apply"
6904 prefixes.
6905
6906 2019-06-13 Pedro Alves <palves@redhat.com>
6907
6908 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
6909 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
6910 'max_completions' parameter and handle it.
6911 (test_gdb_completion_offers_commands): New.
6912
6913 2019-06-13 Pedro Alves <palves@redhat.com>
6914
6915 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
6916
6917 2019-06-13 Pedro Alves <palves@redhat.com>
6918
6919 * gdb.base/options.exp (test-backtrace): New.
6920 (top level): Call it.
6921
6922 2019-06-13 Pedro Alves <palves@redhat.com>
6923
6924 * gdb.guile/scm-frame-args.exp: Use "set print
6925 raw-frame-arguments" instead of "set print raw frame-arguments".
6926 * gdb.python/py-frame-args.exp: Likewise.
6927
6928 2019-06-13 Pedro Alves <palves@redhat.com>
6929
6930 * gdb.compile/compile.exp: Adjust expected output to option
6931 processing changes.
6932
6933 2019-06-13 Pedro Alves <palves@redhat.com>
6934
6935 * gdb.base/options.exp: Build executable.
6936 (test-print): New procedure.
6937 (top level): Call it, once for "print" and another for "compile
6938 print".
6939
6940 2019-06-13 Pedro Alves <palves@redhat.com>
6941
6942 * gdb.base/options.c: New file.
6943 * gdb.base/options.exp: New file.
6944
6945 2019-06-13 Pedro Alves <palves@redhat.com>
6946
6947 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
6948 that "o" is ambiguous.
6949
6950 2019-06-13 Pedro Alves <palves@redhat.com>
6951
6952 * gdb.base/settings.c: New file.
6953 * gdb.base/settings.exp: New file.
6954
6955 2019-06-13 Pedro Alves <palves@redhat.com>
6956
6957 * gdb.base/completion.exp: Fix comment typo.
6958
6959 2019-06-13 Pedro Alves <palves@redhat.com>
6960
6961 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
6962 foo --1" test.
6963
6964 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
6965
6966 * gdb.fortran/block-data.f: New.
6967 * gdb.fortran/block-data.exp: New.
6968
6969 2019-06-11 Tom de Vries <tdevries@suse.de>
6970
6971 PR testsuite/24521
6972 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
6973 message.
6974
6975 2019-06-11 Tom de Vries <tdevries@suse.de>
6976
6977 PR testsuite/24521
6978 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
6979
6980 2019-06-11 Tom de Vries <tdevries@suse.de>
6981
6982 * boards/readnow.exp: New file.
6983
6984 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
6985
6986 * gdb.fortran/vla-sizeof.exp: Update expected results.
6987
6988 2019-06-06 Amos Bird <amosbird@gmail.com>
6989
6990 * gdb.base/annota1.exp (thread_switch): Add test for
6991 thread-exited annotation.
6992
6993 2019-06-06 Tom Tromey <tromey@adacore.com>
6994
6995 * gdb.base/maint.exp: Expect command started/finished output.
6996
6997 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
6998
6999 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
7000 comment.
7001 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
7002
7003 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
7004
7005 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
7006 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
7007 * gdb.arch/riscv-unwind-long-insn.c: New file.
7008 * gdb.arch/riscv-unwind-long-insn.exp: New file.
7009
7010 2019-06-04 Christian Biesinger <cbiesinger@google.com>
7011
7012 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
7013
7014 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7015
7016 * lib/gdb.exp (help_list_trailer): New regexp variable
7017 factorizing the help trailer message.
7018 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
7019 arg to allow to better factorize various tests.
7020 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
7021 (test_prefix_command_help): Use help_list_trailer.
7022 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
7023 * gdb.guile/scm-cmd.exp: Likewise.
7024 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
7025 * gdb.base/help.exp: Use test_user_defined_class_help.
7026 * gdb.base/style.exp: Add tests for styling of help and apropos.
7027 * lib/gdb-utils.exp (style): Add title and highlight styles.
7028
7029 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7030
7031 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
7032 $_shell_exitsignal.
7033 * gdb.base/default.exp: Update for new convenience variables.
7034
7035 2019-05-29 Tom Tromey <tromey@adacore.com>
7036
7037 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
7038 to "break complete ada" test case's regexp.
7039
7040 2019-05-29 Tom Tromey <tromey@adacore.com>
7041
7042 PR c++/20020:
7043 * gdb.cp/constexpr-field.exp: New file.
7044 * gdb.cp/constexpr-field.cc: New file.
7045
7046 2019-05-29 Tom Tromey <tromey@adacore.com>
7047
7048 * gdb.base/finish.exp (finish_no_print): New proc.
7049 (finish_tests): Call it.
7050
7051 2019-05-24 Tom de Vries <tdevries@suse.de>
7052
7053 * gdb.dwarf2/gdb-add-index.exp: New file.
7054
7055 2019-05-22 Tom Tromey <tromey@adacore.com>
7056
7057 * gdb.base/info-shared.exp (check_info_shared): Use "style".
7058 * gdb.base/style.exp: Use "style".
7059 * lib/gdb-utils.exp (style): New proc.
7060
7061 2019-05-22 Tom de Vries <tdevries@suse.de>
7062
7063 * gdb.base/align.exp: Require c++11.
7064
7065 2019-05-22 Tom de Vries <tdevries@suse.de>
7066
7067 PR testsuite/24586
7068 * gdb.python/py-mi-var-info-path-expression.exp: Call
7069 mi_skip_python_tests to check if python is supported.
7070
7071 2019-05-22 Alan Hayward <alan.hayward@arm.com>
7072
7073 * gdb.arch/aarch64-pauth.c: New test.
7074 * gdb.arch/aarch64-pauth.exp: New file.
7075
7076 2019-05-22 Alan Hayward <alan.hayward@arm.com>
7077
7078 * README (Re-running Tests Outside The Testsuite): New section.
7079
7080 2019-05-21 Tom de Vries <tdevries@suse.de>
7081
7082 * gdb.arch/amd64-eval.exp: Require c++11.
7083 * gdb.base/max-depth.exp: Same.
7084 * gdb.compile/compile-cplus-array-decay.exp: Same.
7085 * gdb.cp/meth-typedefs.exp: Same.
7086 * gdb.cp/subtypes.exp: Same.
7087 * gdb.cp/temargs.exp: Same.
7088
7089 2019-05-21 Alan Hayward <alan.hayward@arm.com>
7090
7091 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
7092
7093 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
7094
7095 PR gdb/18644
7096 * gdb.fortran/complex.exp: Remove setup_kfail calls.
7097 * gdb.fortran/printing-types.exp: Add new test.
7098 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
7099 testing.
7100 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
7101 setup_kfail call.
7102
7103 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7104
7105 * README (Running the Testsuite): Change example.
7106 (Testsuite Parameters): Remove TRANSCRIPT.
7107 * lib/gdb.exp: Remove TRANSCRIPT check.
7108
7109 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7110
7111 * README (Testsuite Parameters): Add replay logging to
7112 GDBSERVER_DEBUG.
7113 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
7114 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
7115 as a comma separated list.
7116 (gdb_debug_init): Override procedure.
7117
7118 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7119
7120 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
7121 (gdb_write_cmd_file): New procedure.
7122 * lib/gdbserver-support.exp (gdbserver_start): Call
7123 gdbserver_write_cmd_file.
7124 (gdbserver_write_cmd_file): New procedure.
7125
7126 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7127
7128 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
7129 (delete_breakpoints): Likewise.
7130 (gdb_run_cmd): Likewise.
7131 (gdb_start_cmd): Likewise.
7132 (gdb_starti_cmd): Likewise.
7133 (gdb_internal_error_resync): Likewise.
7134 (gdb_test_multiple): Likewise.
7135 (gdb_reinitialize_dir): Likewise.
7136 (default_gdb_exit): Likewise.
7137 (gdb_file_cmd): Mark kill as optional.
7138 (default_gdb_start): Call gdb_stdin_log_init.
7139 (send_gdb): Call gdb_stdin_log_write.
7140 (rerun_to_main): Mark Y as an answer.
7141 (gdb_stdin_log_init): New function.
7142 (gdb_stdin_log_write): Likewise.
7143
7144 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7145
7146 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
7147 * gdb.base/debug-expr.exp: Likewise.
7148 * gdb.base/foll-fork.exp: Likewise.
7149 * gdb.base/foll-vfork.exp: Likewise.
7150 * gdb.base/fork-print-inferior-events.exp: Likewise.
7151 * gdb.base/gdb-sigterm.exp: Likewise.
7152 * gdb.base/gdbinit-history.exp: Likewise.
7153 * gdb.base/osabi.exp: Likewise.
7154 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
7155 * gdb.base/ui-redirect.exp: Likewise.
7156 * gdb.gdb/unittest.exp: Likewise.
7157 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
7158 * gdb.mi/mi-watch.exp: Likewise.
7159 * gdb.mi/new-ui-mi-sync.exp: Likewise.
7160 * gdb.mi/user-selected-context-sync.exp: Likewise.
7161 * gdb.python/python.exp: Disable debug test when debugging.
7162 * gdb.threads/check-libthread-db.exp: Disable when debugging.
7163 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7164 Likewise.
7165 * gdb.threads/stepi-random-signal.exp: Likewise.
7166
7167 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7168
7169 * Makefile.in: Pass through GDB_DEBUG.
7170 * README (Testsuite Parameters): Add GDB_DEBUG.
7171 (gdb,debug): Add board setting.
7172 * lib/gdb.exp (default_gdb_start): Start debugging.
7173 (gdb_debug_enabled): New procedure.
7174 (gdb_debug_init): Likewise.
7175
7176 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7177
7178 * Makefile.in: Pass through GDB_DEBUG.
7179 * README (Testsuite Parameters): Add GDB_DEBUG.
7180 (gdb,debug): Add board setting.
7181 * lib/gdb.exp (default_gdb_start): Start debugging.
7182 (gdb_debug_enabled): New procedure.
7183 (gdb_debug_init): Likewise.
7184
7185 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7186
7187 * gdb.base/ui-redirect.exp: Add debug redirect tests.
7188
7189 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7190
7191 * gdb.base/ui-redirect.exp: Test redirection.
7192
7193 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
7194
7195 * gdb.mi/mi-complete.exp: New file.
7196 * gdb.mi/mi-complete.cc: Likewise.
7197
7198 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
7199
7200 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
7201 indexed and sliced arrays, and pointers to arrays.
7202
7203 2019-05-14 Tom Tromey <tromey@adacore.com>
7204
7205 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
7206 styling test.
7207
7208 2019-05-14 Tom de Vries <tdevries@suse.de>
7209
7210 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
7211 selection entry encoding.
7212
7213 2019-05-10 Tom Tromey <tromey@adacore.com>
7214
7215 * gdb.ada/info_exc.exp: Add "complete" test.
7216
7217 2019-05-09 Tom de Vries <tdevries@suse.de>
7218
7219 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
7220 CU-relative.
7221
7222 2019-05-09 Tom de Vries <tdevries@suse.de>
7223
7224 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
7225 CU-relative.
7226
7227 2019-05-08 Joel Brobecker <brobecker@adacore.com>
7228
7229 * gdb.ada/frame_arg_lang.exp: New testcase.
7230 * gdb.ada/frame_arg_lang/bla.adb: New file.
7231 * gdb.ada/frame_arg_lang/pck.ads: New file.
7232 * gdb.ada/frame_arg_lang/pck.adb: New file.
7233 * gdb.ada/frame_arg_lang/foo.c: New file.
7234
7235 2019-05-08 Tom Tromey <tromey@adacore.com>
7236
7237 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
7238
7239 2019-05-08 Tom Tromey <tromey@adacore.com>
7240
7241 * gdb.base/ptype-offsets.exp: Update tests.
7242
7243 2019-05-08 Tom Tromey <tromey@adacore.com>
7244
7245 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
7246 cases.
7247 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
7248 "short".
7249
7250 2019-05-08 Tom Tromey <tromey@adacore.com>
7251
7252 * gdb.ada/vla.exp: New file.
7253 * gdb.ada/vla/vla.adb: New file.
7254
7255 2019-05-07 Tom de Vries <tdevries@suse.de>
7256
7257 * gdb.base/index-cache.exp (ls_host): Fix return statement.
7258
7259 2019-05-07 Tom de Vries <tdevries@suse.de>
7260
7261 PR testsuite/24522
7262 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
7263 section.
7264
7265 2019-05-07 Tom de Vries <tdevries@suse.de>
7266
7267 PR testsuite/24522
7268 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
7269 .debug_aranges section.
7270
7271 2019-05-07 Tom de Vries <tdevries@suse.de>
7272
7273 PR testsuite/24159
7274 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
7275
7276 2019-05-06 Tom de Vries <tdevries@suse.de>
7277
7278 * lib/gdb.exp (exec_has_index_section): New proc.
7279 * gdb.base/index-cache.exp: Handle case that binfile contains an index
7280 section.
7281
7282 2019-05-04 Tom de Vries <tdevries@suse.de>
7283
7284 * boards/cc-with-debug-names.exp: New file.
7285
7286 2019-05-03 Tom Tromey <tromey@adacore.com>
7287
7288 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
7289 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
7290 * gdb.ada/char_enum.exp: Add test.
7291
7292 2019-05-03 Tom de Vries <tdevries@suse.de>
7293
7294 * boards/cc-with-gdb-index.exp: New file.
7295
7296 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
7297
7298 * gdb.rust/simple.exp: Add new test case.
7299 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
7300 (main): Initialise an instance of the new struct.
7301
7302 2019-05-01 Tom Tromey <tromey@adacore.com>
7303
7304 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
7305 record.
7306 (NPR): New variable.
7307 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
7308 test.
7309
7310 2019-05-01 Tom Tromey <tromey@adacore.com>
7311
7312 * gdb.ada/packed_array_assign.exp: Add packed assignment
7313 regression test.
7314
7315 2019-05-01 Tom de Vries <tdevries@suse.de>
7316
7317 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
7318
7319 2019-05-01 Tom de Vries <tdevries@suse.de>
7320
7321 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
7322
7323 2019-04-30 Ali Tamur <tamur@google.com>
7324
7325 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
7326
7327 2019-04-30 Tom Tromey <tromey@adacore.com>
7328
7329 * lib/ada.exp (find_ada_tool): New proc.
7330 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
7331 * gdb.ada/catch_ex_std.exp: New file.
7332 * gdb.ada/catch_ex_std/foo.adb: New file.
7333 * gdb.ada/catch_ex_std/some_package.adb: New file.
7334 * gdb.ada/catch_ex_std/some_package.ads: New file.
7335
7336 2019-04-30 Tom Tromey <tromey@adacore.com>
7337
7338 PR c++/24470:
7339 * gdb.cp/temargs.cc: Add test code from PR.
7340
7341 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7342
7343 * gdb.fortran/vla-datatypes.exp: Update expected results.
7344 * gdb.fortran/vla-ptype.exp: Likewise.
7345 * gdb.fortran/vla-type.exp: Likewise.
7346 * gdb.fortran/vla-value.exp: Likewise.
7347
7348 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7349
7350 * gdb.fortran/ptr-indentation.exp: Update expected results.
7351 * gdb.fortran/ptype-on-functions.exp: Likewise.
7352 * gdb.fortran/vla-ptr-info.exp: Likewise.
7353 * gdb.fortran/vla-value.exp: Likewise.
7354
7355 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7356
7357 * gdb.fortran/ptype-on-functions.exp: New file.
7358 * gdb.fortran/ptype-on-functions.f90: New file.
7359
7360 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7361
7362 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
7363 case void string.
7364
7365 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7366
7367 * gdb.fortran/complex.exp: Expand.
7368 * gdb.fortran/complex.f: Renamed to...
7369 * gdb.fortran/complex.f90: ...this, and extended to add more
7370 complex values.
7371
7372 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7373
7374 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
7375 MODULO, CMPLX.
7376
7377 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
7378 Richard Bunt <richard.bunt@arm.com>
7379
7380 * gdb.base/max-depth.c: New file.
7381 * gdb.base/max-depth.exp: New file.
7382 * gdb.python/py-nested-maps.c: New file.
7383 * gdb.python/py-nested-maps.exp: New file.
7384 * gdb.python/py-nested-maps.py: New file.
7385 * gdb.python/py-format-string.exp (test_max_depth): New proc.
7386 (test_all_common): Call test_max_depth.
7387 * gdb.fortran/max-depth.exp: New file.
7388 * gdb.fortran/max-depth.f90: New file.
7389 * gdb.go/max-depth.exp: New file.
7390 * gdb.go/max-depth.go: New file.
7391 * gdb.modula2/max-depth.exp: New file.
7392 * gdb.modula2/max-depth.c: New file.
7393 * lib/gdb.exp (get_print_expr_at_depths): New proc.
7394
7395 2019-04-29 Tom de Vries <tdevries@suse.de>
7396
7397 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
7398
7399 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7400
7401 * gdb.base/callexit.exp: Test may-call-functions off.
7402
7403 2019-04-25 Keith Seitz <keiths@redhat.com>
7404
7405 PR c++/24367
7406 * gdb.cp/meth-typedefs.cc (incomplete_struct)
7407 (another_incomplete_struct, test_incomplete): New definitions.
7408 (main): Use new definitions.
7409 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
7410 functions.
7411
7412 2019-04-25 Ali Tamur <tamur@google.com>
7413
7414 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
7415
7416 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
7417
7418 PR corefiles/11608
7419 PR corefiles/18187
7420 * gdb.base/coredump-filter-build-id.exp: New file.
7421
7422 2019-04-25 Alan Hayward <alan.hayward@arm.com>
7423
7424 * Makefile.in: Pass through GDBSERVER_DEBUG.
7425 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
7426 (gdbserver,debug): Add board setting.
7427 * gdb.trace/tspeed.exp: Skip when debugging.
7428 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
7429 * lib/gdbserver-support.exp: Likewise
7430
7431 2019-04-24 Tom Tromey <tromey@adacore.com>
7432
7433 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
7434 Rust.
7435
7436 2019-04-24 Tom Tromey <tromey@adacore.com>
7437
7438 * gdb.arch/amd64-eval.exp: Test bitfield return.
7439 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
7440 (class Foo) <return_bitfields>: New method.
7441 (main): Call it.
7442
7443 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7444
7445 * gdb.cp/many-args.cc: New file.
7446 * gdb.cp/many-args.exp: New file.
7447
7448 2019-04-23 Tom de Vries <tdevries@suse.de>
7449
7450 PR gdb/24433
7451 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
7452
7453 2019-04-23 Alan Hayward <alan.hayward@arm.com>
7454
7455 * gdb.trace/backtrace.exp: Use nopie flag.
7456 * gdb.trace/circ.exp: Likewise.
7457 * gdb.trace/collection.exp: Likewise.
7458 * gdb.trace/ftrace.exp: Likewise.
7459 * gdb.trace/mi-trace-unavailable.exp: Likewise.
7460 * gdb.trace/mi-traceframe-changed.exp: Likewise.
7461 * gdb.trace/qtro.exp: Likewise.
7462 * gdb.trace/read-memory.exp: Likewise.
7463 * gdb.trace/report.exp: Likewise.
7464 * gdb.trace/tfile.exp: Likewise.
7465 * gdb.trace/tfind.exp: Likewise.
7466 * gdb.trace/unavailable.exp: Likewise.
7467
7468 2019-04-22 Pedro Alves <palves@redhat.com>
7469
7470 * gdb.base/solib-probes-nosharedlibrary.c,
7471 gdb.base/solib-probes-nosharedlibrary.exp: New files.
7472
7473 2019-04-19 Tom Tromey <tromey@adacore.com>
7474
7475 * gdb.ada/ptype_union.c: New file.
7476 * gdb.ada/ptype_union.exp: New file.
7477
7478 2019-04-19 Tom Tromey <tromey@adacore.com>
7479
7480 PR symtab/24423:
7481 * gdb.base/list0.h (foo): Add a control-l character.
7482
7483 2019-04-18 Tom de Vries <tdevries@suse.de>
7484
7485 PR gdb/24433
7486 * boards/local-board.exp: Set sysroot to "".
7487
7488 2019-04-18 Tom de Vries <tdevries@suse.de>
7489 Pedro Alves <palves@redhat.com>
7490
7491 PR gdb/24454
7492 * gdb.threads/vfork-follow-child-exec.c: New file.
7493 * gdb.threads/vfork-follow-child-exec.exp: New file.
7494 * gdb.threads/vfork-follow-child-exit.c: New file.
7495 * gdb.threads/vfork-follow-child-exit.exp: New file.
7496
7497 2019-04-15 Leszek Swirski <leszeks@google.com>
7498
7499 * gdb.arch/amd64-eval.cc: New file.
7500 * gdb.arch/amd64-eval.exp: New file.
7501
7502 2019-04-11 Alan Hayward <alan.hayward@arm.com>
7503
7504 * gdb.server/sysroot.c: New test.
7505 * gdb.server/sysroot.exp: New file.
7506 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
7507 matching param.
7508
7509 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
7510
7511 * gdb.base/align.exp: Extend test to cover structures containing
7512 only static fields.
7513
7514 2019-04-11 Tom de Vries <tdevries@suse.de>
7515
7516 * boards/cc-with-dwz-m.exp: New file.
7517 * boards/cc-with-dwz.exp: New file.
7518 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
7519
7520 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
7521
7522 * gdb.base/start-cpp.exp: New file.
7523 * gdb.base/start-cpp.cc: New file.
7524
7525 2019-04-08 Kevin Buettner <kevinb@redhat.com>
7526
7527 * gdb.python/py-thrhandle.exp: Adjust tests to call
7528 thread_from_handle instead of thread_from_thread_handle.
7529
7530 2019-04-08 Kevin Buettner <kevinb@redhat.com>
7531
7532 * gdb.python/py-thrhandle.exp: Add tests for
7533 gdb.InferiorThread.handle.
7534
7535 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
7536
7537 * gdb.python/py-function.exp: Check calling helper function from
7538 all languages.
7539 * lib/gdb.exp (gdb_supported_languages): New proc.
7540
7541 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
7542
7543 * gdb.base/complex-parts.c: New file.
7544 * gdb.base/complex-parts.exp: New file.
7545
7546 2019-04-01 Tom Tromey <tromey@adacore.com>
7547
7548 PR symtab/23331:
7549 * gdb.dwarf2/dw2-ranges-main.c: New file.
7550 * gdb.dwarf2/dw2-ranges-psym.c: New file.
7551 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
7552
7553 2019-03-30 Simon Marchi <simark@simark.ca>
7554
7555 * gdb.base/default.exp: Add values for $_gdb_major and
7556 $_gdb_minor.
7557
7558 2019-03-29 Tom Tromey <tromey@adacore.com>
7559
7560 * gdb.base/help.exp: Tighten apropos regexp.
7561
7562 2019-03-29 Keith Seitz <keiths@redhat.com>
7563
7564 * gdb.fortran/array-bounds.exp: New file.
7565 * gdb.fortran/array-bounds.f90: New file.
7566
7567 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7568
7569 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
7570
7571 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7572
7573 * gdb.multi/hello.c (main): Increase alarm timer.
7574
7575 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
7576
7577 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
7578 factor when no hardware watchpoint support.
7579
7580 2019-03-28 Alan Hayward <alan.hayward@arm.com>
7581 Pedro Alves <palves@redhat.com>
7582
7583 * boards/local-board.exp: set sysroot to /.
7584
7585 2019-03-27 Alan Hayward <alan.hayward@arm.com>
7586
7587 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
7588 in child.
7589
7590 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
7591
7592 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
7593 field.
7594 (make_container): Initialise new field.
7595 * gdb.python/py-prettyprint.exp: Add new tests.
7596 * gdb.python/py-prettyprint.py (class ContainerPrinter)
7597 <display_hint>: New method.
7598
7599 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
7600
7601 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
7602 gdb_continue_to_breakpoint more throughout this test.
7603 (run_lang_tests) Supply unique test names, and use
7604 gdb_test_no_output.
7605
7606 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
7607
7608 * gdb.base/finish-pretty.exp: Update expected results.
7609 * gdb.base/pretty-print.c: New file.
7610 * gdb.base/pretty-print.exp: New file.
7611
7612 2019-03-25 Pedro Alves <palves@redhat.com>
7613
7614 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
7615 move comments outside list. Append '-i "" eof' section.
7616
7617 2019-03-22 Alan Hayward <alan.hayward@arm.com>
7618
7619 PR testsuite/25016
7620 * README: Add pie options.
7621 * gdb.base/break-interp.exp: Ensure pie is disabled.
7622 * gdb.base/dump.exp: Likewise.
7623 * lib/gdb.exp (gdb_compile): Add pie option.
7624
7625 2019-03-19 Tom Tromey <tromey@adacore.com>
7626
7627 * gdb.mi/mi2-cli-display.c: New file.
7628 * gdb.mi/mi2-cli-display.exp: New file.
7629
7630 2019-03-18 Joel Brobecker <brobecker@adacore.com>
7631 Tom Tromey <tromey@adacore.com>
7632
7633 * gdb.ada/ptype_array/pck.adb: New file.
7634 * gdb.ada/ptype_array/pck.ads: New file.
7635 * gdb.ada/ptype_array/foo.adb: New file.
7636 * gdb.ada/ptype_array.exp: New file.
7637
7638 2019-03-14 Tom Tromey <tromey@adacore.com>
7639
7640 * gdb.base/style.exp: Add "set style sources" test.
7641
7642 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
7643
7644 * mi-breakpoint-location-ena-dis.exp: Rename to ...
7645 * mi-breakpoint-multiple-locations.exp: ... this.
7646 (make_breakpoints_pattern): New proc.
7647 (do_test): Add mi_version parameter, test -break-insert,
7648 -break-info and =breakpoint-created.
7649
7650 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
7651
7652 * config/default.exp: Remove 'load_lib gdb.exp'.
7653 * config/monitor.exp: Likewise.
7654 * config/sid.exp: Likewise.
7655 * config/sim.exp: Likewise.
7656 * config/slite.exp: Likewise.
7657 * config/unix.exp: Likewise.
7658 * gdb.base/default.exp: Remove unhelpful comment.
7659
7660 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7661
7662 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
7663
7664 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7665
7666 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
7667
7668 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7669
7670 * gdb.fortran/type-kinds.exp: Update expected results.
7671
7672 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7673
7674 * gdb.fortran/type-kinds.exp: Test new integer type kind.
7675
7676 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7677
7678 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
7679 function.
7680 (test_basic_parsing_of_type_kinds): Expand types tested.
7681 (test_parsing_invalid_type_kinds): New function.
7682
7683 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7684
7685 * gdb.fortran/intrinsics.exp: New file.
7686 * gdb.fortran/intrinsics.f90: New file.
7687 * gdb.fortran/type-kinds.exp: New file.
7688
7689 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7690
7691 * gdb.fortran/dot-ops.exp: New file.
7692
7693 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7694
7695 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
7696 Check upper and lower case logical literals.
7697
7698 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7699
7700 * gdb.fortran/types.exp (test_float_literal_types_accepted):
7701 Remove duplicate tests.
7702
7703 2019-03-06 Alan Hayward <alan.hayward@arm.com>
7704
7705 * lib/gdb.exp (builtin_cd): rename of cd.
7706 (cd): Override builtin.
7707
7708 2019-03-06 Richard Bunt <richard.bunt@arm.com>
7709
7710 * gdb.fortran/function-calls.exp: New file.
7711 * gdb.fortran/function-calls.f90: New test.
7712
7713 2019-03-04 Richard Bunt <richard.bunt@arm.com>
7714
7715 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
7716 on user program standard output.
7717 * gdb.fortran/short-circuit-argument-list.f90: Record function
7718 calls.
7719
7720 2019-02-28 Alan Hayward <alan.hayward@arm.com>
7721
7722 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
7723 failure.
7724
7725 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7726
7727 PR gdb/8527
7728 * gdb.base/interrupt-daemon-attach.c,
7729 gdb.base/interrupt-daemon-attach.exp: New test.
7730
7731 2019-02-27 Pedro Alves <palves@redhat.com>
7732
7733 * gdb.base/page.exp: Add tests for "set width/height -1".
7734
7735 2019-02-27 Pedro Alves <palves@redhat.com>
7736
7737 * gdb.base/page.exp: Add tests for "set/show width/height" with
7738 "infinite" values.
7739
7740 2019-02-27 Tom Tromey <tromey@adacore.com>
7741
7742 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
7743 2.4.
7744 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
7745 workaround.
7746
7747 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
7748
7749 * gdb.base/align.exp: Extend to compile in both C and C++, and add
7750 tests for structs with static members.
7751
7752 2019-02-26 Tom Tromey <tromey@adacore.com>
7753
7754 * gdb.python/py-value.exp (test_value_from_buffer): Check for
7755 ValueError, not TypeError.
7756
7757 2019-02-26 Kevin Buettner <kevinb@redhat.com>
7758
7759 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
7760 call from main program.
7761
7762 2019-02-23 Joel Brobecker <brobecker@adacore.com>
7763
7764 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
7765 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
7766 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
7767 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
7768 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
7769
7770 2019-02-22 Keith Seitz <keiths@redhat.com>
7771
7772 PR symtab/23853
7773 * gdb.base/symlink-sourcefile.c: New file.
7774 * gdb.base/symlink-sourcefile.exp: New file.
7775
7776 2019-02-20 Tom Tromey <tom@tromey.com>
7777
7778 * gdb.base/info_qt.exp: Update.
7779
7780 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
7781
7782 * gdb.base/source.exp: Move "error in sourced script" code to
7783 the end.
7784 * gdb.base/source-error.gdb: Move contents to
7785 source-error-1.gdb. Add new code to source source-error-1.gdb.
7786 * gdb.base/source-error-1.gdb: New file, from previous
7787 source-error.gdb.
7788
7789 2019-02-17 Tom Tromey <tom@tromey.com>
7790
7791 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
7792 for macro styling.
7793 * gdb.base/style.c (SOME_MACRO): New macro.
7794
7795 2019-02-17 Tom Tromey <tom@tromey.com>
7796
7797 * gdb.base/style.exp: Add line-wrapping tests.
7798 * gdb.base/page.exp: Add test for quitting during pagination.
7799
7800 2019-02-17 Joel Brobecker <brobecker@adacore.com>
7801
7802 * gdb.ada/big_packed_array: New testcase.
7803 * gdb.ada/homonym.exp: Fix incorrect expected output for
7804 "break <homonym__get_value>" test.
7805
7806 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
7807
7808 PR breakpoints/21870
7809 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
7810 and prepare_for_testing. Add comment.
7811 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
7812 redundant cleanup call. Clean up comment.
7813
7814 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
7815
7816 PR breakpoints/21870
7817 * gdb.arch/aarch64-dbreg-contents.exp: New file.
7818 * gdb.arch/aarch64-dbreg-contents.c: New file.
7819
7820 2019-02-10 Joel Brobecker <brobecker@adacore.com>
7821
7822 * gdb.ada/mi_ref_changeable: New testcase.
7823
7824 2019-02-07 Alan Hayward <alan.hayward@arm.com>
7825
7826 * gdb.base/attach.exp: Add double attach test.
7827
7828 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
7829
7830 * lib/gdb.exp (default_gdb_start): Don't match pagination
7831 prompt.
7832 (gdb_init): Set stty_init.
7833
7834 2019-01-27 Tom Tromey <tom@tromey.com>
7835
7836 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
7837 skip_python_tests.
7838
7839 2019-01-24 Alan Hayward <alan.hayward@arm.com>
7840
7841 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
7842 New structure.
7843 (struct struct_static_02_02): Likewise.
7844 (struct struct_static_02_03): Likewise.
7845 (struct struct_static_02_04): Likewise.
7846 (struct struct_static_04_01): Likewise.
7847 (struct struct_static_04_02): Likewise.
7848 (struct struct_static_04_03): Likewise.
7849 (struct struct_static_04_04): Likewise.
7850 (struct struct_static_06_01): Likewise.
7851 (struct struct_static_06_02): Likewise.
7852 (struct struct_static_06_03): Likewise.
7853 (struct struct_static_06_04): Likewise.
7854 (cmp_struct_static_02_01): Likewise.
7855 (cmp_struct_static_02_02): Likewise.
7856 (cmp_struct_static_02_03): Likewise.
7857 (cmp_struct_static_02_04): Likewise.
7858 (cmp_struct_static_04_01): Likewise.
7859 (cmp_struct_static_04_02): Likewise.
7860 (cmp_struct_static_04_03): Likewise.
7861 (cmp_struct_static_04_04): Likewise.
7862 (cmp_struct_static_06_01): Likewise.
7863 (cmp_struct_static_06_02): Likewise.
7864 (cmp_struct_static_06_03): Likewise.
7865 (cmp_struct_static_06_04): Likewise.
7866 (call_all): Test new structs.
7867 * gdb.base/infcall-nested-structs.exp: Likewise.
7868
7869 2019-01-21 Alan Hayward <alan.hayward@arm.com>
7870 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
7871
7872 2019-01-21 Alan Hayward <alan.hayward@arm.com>
7873 * gdb.base/stack-protector.c: New test.
7874 * gdb.base/stack-protector.exp: New file.
7875 * gdb.cp/ovldbreak.exp: Only allow a single break line.
7876 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
7877 option.
7878 (gdb_compile): Remove stack protector for GCC and prevent
7879 recursion.
7880
7881 2019-01-16 Keith Seitz <keiths@redhat.com>
7882
7883 PR gdb/23773
7884 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
7885
7886 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
7887
7888 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
7889 aliases.
7890 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
7891 tests.
7892 * gdb.arch/powerpc-vector-regs.c: New file.
7893 * gdb.arch/powerpc-vector-regs.exp: New file.
7894
7895 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
7896
7897 * gdb.arch/altivec-regs.exp: Fix the list passed to
7898 gdb_expect_list when testing "info vector".
7899
7900 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
7901
7902 * gdb.base/style.exp: Don't include path in testname.
7903
7904 2019-01-10 Keith Seitz <keiths@redhat.com>
7905
7906 PR gdb/23712
7907 PR symtab/23010
7908 * gdb.dwarf2/multidictionary.exp: New file.
7909
7910 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
7911
7912 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
7913 (test_gnuv3_style_demangling): ... this.
7914 (test_lucid_style_demangling): Remove.
7915 (test_arm_style_demangling): Remove.
7916 (test_hp_style_demangling): Remove.
7917 (do_tests): Remove calls to the above.
7918
7919 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
7920
7921 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
7922 case.
7923
7924 2019-01-06 Tom Tromey <tom@tromey.com>
7925
7926 PR gdb/28155:
7927 * gdb.dwarf2/typedef-void-finish.exp: New file.
7928
7929 2018-12-28 Tom Tromey <tom@tromey.com>
7930 Simon Marchi <simark@simark.ca>
7931
7932 * gdb.base/jit-exec.exp: New file.
7933 * gdb.base/jit-exec.c: New file.
7934 * gdb.base/jit-execd.c: New file.
7935
7936 2018-12-28 Tom Tromey <tom@tromey.com>
7937
7938 * gdb.base/style.exp: Update test to check for address styling.
7939
7940 2018-12-28 Tom Tromey <tom@tromey.com>
7941
7942 * gdb.base/style.exp: Add test for styling of "Reading symbols"
7943 message.
7944
7945 2018-12-28 Tom Tromey <tom@tromey.com>
7946
7947 * gdb.base/style.exp: Add test for version number styling.
7948
7949 2018-12-28 Tom Tromey <tom@tromey.com>
7950
7951 * gdb.base/style.exp: Add test for print_address_symbolic.
7952
7953 2018-12-28 Tom Tromey <tom@tromey.com>
7954
7955 * gdb.base/style.exp: Add test for breakpoint setting.
7956
7957 2018-12-28 Tom Tromey <tom@tromey.com>
7958
7959 * gdb.base/style.exp: Add test for variable names.
7960
7961 2018-12-28 Tom Tromey <tom@tromey.com>
7962
7963 * gdb.base/style.exp: New file.
7964 * gdb.base/style.c: New file.
7965
7966 2018-12-28 Tom Tromey <tom@tromey.com>
7967
7968 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
7969 "dumb".
7970 * gdb.base/readline.exp (operate_and_get_next): Save and restore
7971 the TERM environment variable.
7972
7973 2018-12-27 Tom Tromey <tom@tromey.com>
7974
7975 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
7976 pagination test.
7977
7978 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
7979
7980 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
7981 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
7982
7983 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7984
7985 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
7986 Filename a.adb changed to bp_fun_addr.adb.
7987 gdb.ada/bp_fun_addr.exp: Update test accordingly.
7988
7989 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
7990
7991 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
7992 non-PIE executables.
7993 * README: Mention the gdb,nopie_flag board setting.
7994 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
7995 non-PIE executable.
7996 * gdb.arch/amd64-entry-value.exp: Likewise.
7997 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
7998 * gdb.arch/i386-float.exp: Likewise.
7999 * gdb.arch/i386-signal.exp: Likewise.
8000 * gdb.mi/mi-reg-undefined.exp: Likewise.
8001
8002 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
8003
8004 PR gdb/23974
8005 * gdb.base/info-os.exp: Check return for unknown "info os" type.
8006
8007 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8008
8009 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
8010 Update order of results accordingly.
8011
8012 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
8013
8014 * gdb.base/annota1.exp: Update a test regexp.
8015
8016 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8017
8018 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
8019
8020 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8021
8022 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
8023 (reuse_time): Initialize to REUSE_TIME_CAP.
8024 (check_rc): New function.
8025 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
8026 Check pthread_create rc.
8027 (spawner_thread_func): Check pthread_create and pthread_join rc.
8028
8029 2018-12-08 Pedro Alves <palves@redhat.com>
8030
8031 * gdb.base/list.exp (test_forward_search): Rename to ...
8032 (test_forward_reverse_search): ... this. Also test reverse-search
8033 and the forward-search alias.
8034
8035 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
8036
8037 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
8038 local timeout variable before return, and remove all local timeout
8039 variable entirely.
8040 (gdb_load): Likewise.
8041
8042 2018-12-01 Tom de Vries <tdevries@suse.de>
8043
8044 * gdb.base/gdb-caching-proc.exp: New file.
8045
8046 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
8047
8048 * Makefile.in (TIMESTAMP): New variable.
8049 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
8050 command.
8051 (check-single-racy): Likewise.
8052 (check/%.exp): Likewise.
8053 (check-racy/%.exp): Likewise.
8054 (workers/%.worker): Likewise.
8055 (build-perf): Likewise.
8056 (check-perf): Likewise.
8057 * README: Describe new "TS" and "TS_FORMAT" variables.
8058 * print-ts.py: New file.
8059
8060 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
8061
8062 PR python/23714
8063 * gdb.python/python.exp: Test command repetition after
8064 gdb.execute.
8065
8066 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
8067
8068 * gdb.opt/inline-break.exp: Add test that info breakpoint output
8069 is correctly aligned.
8070
8071 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8072
8073 * gdb.ada/info_auto_lang.exp: New testcase.
8074 * gdb.ada/info_auto_lang/global_pack.ads: New file.
8075 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
8076 * gdb.ada/info_auto_lang/some_c.c: New file.
8077
8078 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8079
8080 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
8081 FUNC_lang language syntax.
8082
8083 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8084
8085 * gdb.base/info_minsym.c: New file.
8086 * gdb.base/info_minsym.exp: New file.
8087
8088 2018-11-19 Tom Tromey <tom@tromey.com>
8089
8090 PR rust/23625:
8091 * gdb.rust/simple.exp: Add ptype test. Update expected output.
8092 * gdb.rust/expr.exp: Update expected output. Change one test.
8093
8094 2018-11-19 Tom Tromey <tom@tromey.com>
8095
8096 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
8097
8098 2018-11-19 Pedro Alves <palves@redhat.com>
8099
8100 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
8101 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
8102 see the expected warning.
8103
8104 2018-11-16 Alan Hayward <alan.hayward@arm.com>
8105
8106 PR gdb/22736:
8107 * gdb.cp/infcall-nodebug-lib.c: New test.
8108 * gdb.cp/infcall-nodebug-main.c: New test.
8109 * gdb.cp/infcall-nodebug.exp: New file.
8110
8111 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
8112
8113 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
8114 completer tests.
8115
8116 2018-11-09 Tom de Vries <tdevries@suse.de>
8117
8118 * gdb.base/msym-lang.c: New test.
8119 * gdb.base/msym-lang.exp: New file.
8120 * gdb.base/msym-lang-main.c: New test.
8121
8122 2018-11-08 Tom Tromey <tom@tromey.com>
8123
8124 PR gdb/23555:
8125 PR gdb/23838:
8126 * gdb.base/warning.exp: New file.
8127
8128 2018-11-08 Jan Beulich <jbeulich@suse.com>
8129
8130 * testsuite/gdb.arch/i386-avx512.c,
8131 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
8132
8133 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
8134
8135 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
8136 point hardware.
8137
8138 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
8139
8140 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
8141 * gdb.dwarf2/missing-type-name.exp: New file.
8142
8143 2018-11-06 Tom de Vries <tdevries@suse.de>
8144
8145 * gdb.base/many-headers.c: New test.
8146 * gdb.base/many-headers.exp: New file.
8147
8148 2018-11-06 Jim Wilson <jimw@sifive.com>
8149
8150 * gdb.base/code_elim.exp: For riscv, set additional_flags
8151 to include -msmall-data-limit=0.
8152
8153 2018-11-01 Joel Brobecker <brobecker@adacore.com>
8154
8155 * gdb.ada/watch_minus_l: New testcase.
8156
8157 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
8158
8159 * gdb.arch/aix-sighandle.c: New file.
8160 * gdb.arch/aix-sighandle.exp: New file.
8161
8162 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
8163
8164 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
8165 registers being unions.
8166
8167 2018-10-31 Tom de Vries <tdevries@suse.de>
8168
8169 * lib/valgrind.exp: New file.
8170 (vgdb_start, vgdb_stop): New procs, factored out of ...
8171 * gdb.base/valgrind-bt.exp: ... here, ...
8172 * gdb.base/valgrind-disp-step.exp: ... here and ...
8173 * gdb.base/valgrind-infcall.exp: ... here.
8174
8175 2018-10-31 Tom de Vries <tdevries@suse.de>
8176
8177 * lib/gdb.exp (get_valueof): Don't output read value in test name.
8178
8179 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
8180
8181 * gdb.dwarf2/void-type.c: New file.
8182 * gdb.dwarf2/void-type.exp: New file.
8183
8184 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8185
8186 * gdb.base/info_qt.c: New file.
8187 * gdb.base/info_qt.exp: New file.
8188
8189 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8190
8191 * gdb.arch/powerpc-htm-regs.c: New file.
8192 * gdb.arch/powerpc-htm-regs.exp: New file.
8193
8194 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8195
8196 * gdb.arch/powerpc-tar.c: New file.
8197 * gdb.arch/powerpc-tar.exp: New file.
8198
8199 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8200
8201 * gdb.arch/powerpc-ppr-dscr.c: New file.
8202 * gdb.arch/powerpc-ppr-dscr.exp: New file.
8203
8204 2018-10-25 Tom de Vries <tdevries@suse.de>
8205
8206 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
8207
8208 2018-10-24 Tom de Vries <tdevries@suse.de>
8209
8210 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
8211 longer exists error.
8212
8213 2018-10-24 Tom de Vries <tdevries@suse.de>
8214
8215 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
8216
8217 2018-10-24 Tom de Vries <tdevries@suse.de>
8218
8219 * gdb.base/valgrind-db-attach.exp: Handle removed support for
8220 --db-attach in valgrind.
8221
8222 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
8223
8224 * gdb.arch/riscv-reg-aliases.c: New file.
8225 * gdb.arch/riscv-reg-aliases.exp: New file.
8226
8227 2018-10-19 Alan Hayward <alan.hayward@arm.com>
8228
8229 * gdb.python/py-cmd.exp: Check for gdb_prompt.
8230
8231 2018-10-19 Alan Hayward <alan.hayward@arm.com>
8232
8233 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
8234
8235 2018-10-19 Alan Hayward <alan.hayward@arm.com>
8236
8237 * gdb.cp/ovldbreak.exp: Fix regexps.
8238
8239 2018-10-19 Alan Hayward <alan.hayward@arm.com>
8240
8241 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
8242
8243 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
8244
8245 PR cli/23785
8246 * gdb.base/restore.exp: New test to check if "restore" with an
8247 invalid file doesn't segfault.
8248
8249 2018-10-18 Tom de Vries <tdevries@suse.de>
8250
8251 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
8252 * gdb.ada/excep_handle.exp: Same.
8253 * gdb.ada/mi_string_access.exp: Same.
8254 * gdb.ada/mi_var_union.exp: Same.
8255 * gdb.arch/arc-analyze-prologue.exp: Same.
8256 * gdb.arch/arc-decode-insn.exp: Same.
8257 * gdb.base/readnever.exp: Same.
8258 * gdb.fortran/printing-types.exp: Same.
8259 * gdb.guile/scm-lazy-string.exp: Same.
8260
8261 2018-10-16 Tom de Vries <tdevries@suse.de>
8262
8263 PR gdb/23730
8264 * gdb.base/catch-follow-exec.c: Add copyright notice.
8265 * gdb.base/catch-follow-exec.exp: Rewrite to use
8266 gdb_spawn_with_cmdline_opts. Require gdb-native.
8267
8268 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
8269
8270 * gdb.trace/actions-changed.exp: Check for arch support.
8271 * gdb.trace/actions.exp: Likewise.
8272 * gdb.trace/ax.exp: Likewise.
8273 * gdb.trace/backtrace.exp: Likewise.
8274 * gdb.trace/change-loc.exp: Likewise.
8275 * gdb.trace/deltrace.exp: Likewise.
8276 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
8277 * gdb.trace/ftrace.exp: Likewise.
8278 * gdb.trace/infotrace.exp: Check for arch support.
8279 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
8280 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
8281 * gdb.trace/mi-tsv-changed.exp: Likewise.
8282 * gdb.trace/packetlen.exp: Likewise.
8283 * gdb.trace/passc-dyn.exp: Likewise.
8284 * gdb.trace/passcount.exp: Likewise.
8285 * gdb.trace/pending.exp: Likewise.
8286 * gdb.trace/range-stepping.exp: Check for shlib support.
8287 * gdb.trace/report.exp: Check for arch support.
8288 * gdb.trace/save-trace.exp: Likewise.
8289 * gdb.trace/signal.exp: Check for signal support.
8290 * gdb.trace/tfind.exp: Check for arch support.
8291 * gdb.trace/trace-break.exp: Check for arch and shlib support.
8292 * gdb.trace/trace-common.h: Add comment.
8293 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
8294 * gdb.trace/trace-enable-disable.exp: Likewise.
8295 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
8296 * gdb.trace/tracecmd.exp: Check for arch support.
8297 * gdb.trace/tspeed.exp: Check for shlib and target support.
8298 * gdb.trace/tstatus.exp: Check for arch support.
8299 * gdb.trace/tsv.exp: Likewise.
8300 * gdb.trace/while-dyn.exp: Likewise.
8301 * gdb.trace/while-stepping.exp: Likewise.
8302 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
8303
8304 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
8305
8306 * gdb.trace/tspeed.exp: Remove nowarnings.
8307 (prepare_for_trace_test): Declare "global ipalib".
8308 * gdb.trace/tspeed.c: Include unistd.h.
8309 (main): Remove superfluous printf argument.
8310
8311 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
8312
8313 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
8314 directory prefix on the filename.
8315
8316 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
8317
8318 * gdb.gdb/unittest.exp: Update expected message informing that
8319 selftests have been disabled.
8320 * gdb.server/unittest.exp: Likewise.
8321
8322 2018-10-09 Tom de Vries <tdevries@suse.de>
8323
8324 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
8325 with runto_main.
8326
8327 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
8328
8329 PR c++/16841
8330 * gdb.cp/virtbase2.cc: New file.
8331 * gdb.cp/virtbase2.exp: New file.
8332
8333 2018-10-06 Tom Tromey <tom@tromey.com>
8334
8335 PR python/19399:
8336 * gdb.python/py-inferior.exp: Add architecture test.
8337
8338 2018-10-06 Tom Tromey <tom@tromey.com>
8339
8340 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
8341 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
8342
8343 2018-10-06 Tom Tromey <tom@tromey.com>
8344
8345 * gdb.python/py-breakpoint.exp (check_last_event): Check location
8346 of a "throw" catchpoint.
8347
8348 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
8349
8350 * gdb.base/info-proc.exp: Update string expected from "help info
8351 proc".
8352
8353 2018-10-04 Tom Tromey <tom@tromey.com>
8354
8355 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
8356 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
8357 (test_initial_complaints, test_empty_complaints): Update.
8358 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
8359
8360 2018-10-04 Tom Tromey <tom@tromey.com>
8361
8362 PR cli/19551:
8363 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
8364 * lib/gdb.exp (gdb_file_cmd): Update.
8365 * gdb.stabs/weird.exp (print_weird_var): Update.
8366 * gdb.server/solib-list.exp: Update.
8367 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
8368 * gdb.mi/mi-cli.exp: Update.
8369 * gdb.linespec/linespec.exp: Update.
8370 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
8371 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
8372 * gdb.cp/cp-relocate.exp: Update.
8373 * gdb.base/sym-file.exp: Update.
8374 * gdb.base/relocate.exp: Update.
8375 * gdb.base/readnever.exp: Update.
8376 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
8377 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
8378 * gdb.base/dbx.exp (gdb_file_cmd): Update.
8379 * gdb.base/code_elim.exp: Update.
8380 * gdb.base/break-unload-file.exp (test_break): Update.
8381 * gdb.base/break-interp.exp (test_attach_gdb): Update.
8382 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
8383 Update.
8384 * gdb.base/attach.exp (do_attach_tests): Update.
8385 * gdb.base/sepdebug.exp: Update.
8386 * gdb.python/py-section-script.exp: Update.
8387
8388 2018-10-04 Tom Tromey <tom@tromey.com>
8389
8390 PR cli/22234:
8391 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
8392 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
8393 output.
8394
8395 2018-10-04 Tom Tromey <tom@tromey.com>
8396
8397 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
8398 set width and height to 0.
8399 (test_command_line_attach_run): Use -quiet.
8400
8401 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
8402
8403 * lib/gdb.exp (skip_ifunc_tests): New.
8404 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
8405 other compile failures.
8406 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
8407
8408 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
8409
8410 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
8411 is_amd64_regs_target.
8412
8413 2018-10-01 Alan Hayward <alan.hayward@arm.com>
8414
8415 * gdb.arch/aarch64-sighandler-regs.c: New test.
8416 * gdb.arch/aarch64-sighandler-regs.exp: New file.
8417 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
8418
8419 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
8420
8421 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
8422 assembly.
8423
8424 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
8425
8426 * gdb.base/frame-selection.exp: New file.
8427 * gdb.base/frame-selection.c: New file.
8428
8429 2018-09-27 Alan Hayward <alan.hayward@arm.com>
8430
8431 * gdb.threads/check-libthread-db.c (thread_routine): Use a
8432 pthread barrier.
8433 (main): Likewise.
8434
8435 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
8436
8437 * gdb.base/large-frame-1.c: New file.
8438 * gdb.base/large-frame-2.c: New file.
8439 * gdb.base/large-frame.exp: New file.
8440 * gdb.base/large-frame.h: New file.
8441
8442 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
8443
8444 PR gdb/20948
8445 * gdb.base/write_mem.exp: New test.
8446 * gdb.base/write_mem.c: Likewise.
8447
8448 2018-09-23 Tom Tromey <tom@tromey.com>
8449
8450 PR python/18852:
8451 * gdb.python/py-parameter.exp: Add test for parameter that throws
8452 on "set".
8453
8454 2018-09-23 Tom Tromey <tom@tromey.com>
8455
8456 PR python/17284:
8457 * gdb.python/py-template.exp (test_template_arg): Add test for
8458 negative template argument number.
8459
8460 2018-09-23 Tom Tromey <tom@tromey.com>
8461
8462 PR python/14062:
8463 * gdb.python/python.exp: Add test for post_event error.
8464
8465 2018-09-23 Tom Tromey <tom@tromey.com>
8466
8467 PR python/18170:
8468 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
8469 convert pointers to int and long.
8470
8471 2018-09-23 Tom Tromey <tom@tromey.com>
8472
8473 PR python/20126:
8474 * gdb.python/py-value.exp (test_value_numeric_ops): Add
8475 signed-ness conversion tests.
8476
8477 2018-09-23 Tom Tromey <tom@tromey.com>
8478
8479 PR python/18352;
8480 * gdb.python/py-value.exp (test_float_conversion): New proc.
8481 Use it.
8482
8483 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
8484
8485 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
8486
8487 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
8488
8489 * gdb.base/complete-empty.exp: Skip tab-completion tests if
8490 no readline.
8491 * gdb.base/utf8-identifiers.exp: Likewise.
8492 * gdb.cp/cpcompletion.exp: Likewise.
8493 * gdb.linespec/cpcompletion.exp: Likewise.
8494 * gdb.linespec/cpls-abi-tag.exp: Likewise.
8495 * gdb.linespec/cpls-ops.exp: Likewise.
8496
8497 2018-09-19 Richard Bunt <richard.bunt@arm.com>
8498 Chris January <chris.january@arm.com>
8499
8500 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
8501 * gdb.fortran/short-circuit-argument-list.exp: New file.
8502 * gdb.fortran/short-circuit-argument-list.f90: New test.
8503
8504 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
8505
8506 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
8507 "arch=" keyword when executing "-stack-list-frames".
8508
8509 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
8510
8511 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
8512 "arch=" keyword when executing "-stack-list-frames".
8513
8514 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
8515
8516 * gdb.ada/complete.exp: Expect for "@" when doing "complete
8517 break ada".
8518
8519 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
8520
8521 PR python/23669
8522 * gdb.python/python.exp: Test gdb.execute("show commands").
8523
8524 2018-09-16 Tom Tromey <tom@tromey.com>
8525
8526 * gdb.base/new-ui.exp (do_execution_tests): Update.
8527 * gdb.base/dbx.exp (test_breakpoints): Update.
8528
8529 2018-09-14 Alan Hayward <alan.hayward@arm.com>
8530
8531 * lib/gdb.exp (gdb_simple_compile): Add proc.
8532 (is_elf_target): Use gdb_simple_compile.
8533 (skip_altivec_tests): Likewise.
8534 (skip_vsx_tests): Likewise.
8535 (skip_tsx_tests): Likewise.
8536 (skip_btrace_tests): Likewise.
8537 (skip_btrace_pt_tests): Likewise.
8538 (gdb_can_simple_compile): Likewise.
8539 (gdb_has_argv0): Likewise.
8540 (gdb_target_symbol_prefix): Likewise.
8541 (target_supports_scheduler_locking): Likewise.
8542
8543 2018-09-13 Tom Tromey <tom@tromey.com>
8544
8545 * Makefile.in (TAGS): Recognize proc_with_prefix and
8546 gdb_caching_proc.
8547
8548 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
8549
8550 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
8551 method.
8552
8553 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
8554
8555 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
8556 and a few other Inferior properties when the Inferior is no
8557 longer valid.
8558
8559 2018-09-13 Tom Tromey <tom@tromey.com>
8560
8561 PR rust/23650:
8562 * gdb.rust/simple.exp: Add test for enum field access error.
8563
8564 2018-09-13 Tom Tromey <tom@tromey.com>
8565
8566 PR rust/23626:
8567 * gdb.rust/simple.rs (EmptyEnum): New type.
8568 (main): Use it.
8569 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
8570
8571 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
8572
8573 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
8574 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
8575 * gdb.python/py-symtab.exp: Update test printing an objfile.
8576
8577 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
8578
8579 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
8580 object.
8581
8582 2018-09-12 Alan Hayward <alan.hayward@arm.com>
8583
8584 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
8585 (support_complex_tests): Use gdb_can_simple_compile.
8586 (is_ilp32_target): Likewise.
8587 (is_lp64_target): Likewise.
8588 (is_64_target): Likewise.
8589 (is_amd64_regs_target): Likewise.
8590 (is_aarch32_target): Likewise.
8591 (gdb_int128_helper): Likewise.
8592
8593 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8594
8595 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
8596
8597 2018-09-10 Jerome Guitton <guitton@adacore.com>
8598
8599 * gdb.ada/same_component_name: Add test for case of tagged record
8600 with variable-length fields.
8601
8602 2018-09-10 Xavier Roirand <roirand@adacore.com>
8603
8604 * gdb.ada/access_to_unbounded_array.exp: New testcase.
8605 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
8606 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
8607 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
8608
8609 2018-09-10 Xavier Roirand <roirand@adacore.com>
8610
8611 * gdb.ada/mi_string_access.exp: New testcase.
8612 * gdb.ada/mi_string_access/bar.adb: New file.
8613 * gdb.ada/mi_string_access/pck.adb: New file.
8614 * gdb.ada/mi_string_access/pck.asd: New file.
8615
8616 2018-09-10 Xavier Roirand <roirand@adacore.com>
8617
8618 * gdb.ada/mi_var_union.exp: New testcase.
8619 * gdb.ada/mi_var_union/bar.adb: New file.
8620 * gdb.ada/mi_var_union/pck.adb: New file.
8621 * gdb.ada/mi_var_union/pck.asd: New file.
8622
8623 2018-09-08 Tom Tromey <tom@tromey.com>
8624
8625 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
8626
8627 2018-09-08 Tom Tromey <tom@tromey.com>
8628
8629 PR python/16047:
8630 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
8631 (register_pretty_printers): Register new printer.
8632 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
8633 test.
8634 * gdb.python/py-prettyprint.c (int_type3): New typedef.
8635 (an_int_type3): New global.
8636
8637 2018-09-08 Joel Brobecker <brobecker@adacore.com>
8638
8639 * gdb.ada/expr_with_funcall: New testcase.
8640
8641 2018-09-08 Joel Brobecker <brobecker@adacore.com>
8642
8643 * gdb.ada/packed_array_assign: New testcase.
8644
8645 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
8646
8647 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
8648 names, and add test prefixes to make test names unique.
8649
8650 2018-09-05 Tom de Vries <tdevries@suse.de>
8651
8652 * gdb.dwarf2/varval.exp: Add test.
8653
8654 2018-09-04 Gary Benson <gbenson@redhat.com>
8655
8656 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
8657 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
8658
8659 2018-08-31 Tom Tromey <tom@tromey.com>
8660
8661 * gdb.rust/simple.rs: Rename second variable "v".
8662
8663 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
8664
8665 * gdb.base/funcargs.c (use_a): New function.
8666 (recurse): Call use_a.
8667
8668 2018-08-29 Keith Seitz <keiths@redhat.com>
8669
8670 * gdb.compile/compile-cplus-anonymous.cc: New file.
8671 * gdb.compile/compile-cplus-anonymous.exp: New file.
8672 * gdb.compile/compile-cplus-array-decay.cc: New file.
8673 * gdb.compile/compile-cplus-array-decay.exp: New file.
8674 * gdb.compile/compile-cplus-inherit.cc: New file.
8675 * gdb.compile/compile-cplus-inherit.exp: New file.
8676 * gdb.compile/compile-cplus-member.cc: New file.
8677 * gdb.compile/compile-cplus-member.exp: New file.
8678 * gdb.compile/compile-cplus-method.cc: New file.
8679 * gdb.compile/compile-cplus-method.exp: New file.
8680 * gdb.compile/compile-cplus-mod.c: "New" file.
8681 * gdb.compile/compile-cplus-namespace.cc: New file.
8682 * gdb.compile/compile-cplus-namespace.exp: New file.
8683 * gdb.compile/compile-cplus-nested.cc: New file.
8684 * gdb.compile/compile-cplus-nested.exp: New file.
8685 * gdb.compile/compile-cplus-print.c: "New" file.
8686 * gdb.compile/compile-cplus-print.exp: "New" file.
8687 * gdb.compile/compile-cplus-virtual.cc: New file.
8688 * gdb.compile/compile-cplus-virtual.exp: New file.
8689 * gdb.compile/compile-cplus.c: "New" file.
8690 * gdb.compile/compile-cplus.exp: "New" file.
8691 * lib/compile-support.exp: New file.
8692
8693 2018-08-16 Gary Benson <gbenson@redhat.com>
8694
8695 PR gdb/13000:
8696 * gdb.base/batch-exit-status.exp: New file.
8697 * gdb.base/batch-exit-status.good-commands: Likewise.
8698 * gdb.base/batch-exit-status.bad-commands: Likewise.
8699
8700 2018-08-29 Alan Hayward <alan.hayward@arm.com>
8701
8702 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
8703 (struct struct02): Likewise.
8704 (struct struct03): Likewise.
8705 (struct struct04): Likewise.
8706 (struct struct_01_01): New struct.
8707 (struct struct_01_02): Likewise.
8708 (struct struct_01_03): Likewise.
8709 (struct struct_01_04): Likewise.
8710 (struct struct_02_01): Likewise.
8711 (struct struct_02_02): Likewise.
8712 (struct struct_02_03): Likewise.
8713 (struct struct_02_04): Likewise.
8714 (struct struct_04_01): Likewise.
8715 (struct struct_04_02): Likewise.
8716 (struct struct_04_03): Likewise.
8717 (struct struct_04_04): Likewise.
8718 (struct struct_05_01): Likewise.
8719 (struct struct_05_02): Likewise.
8720 (struct struct_05_03): Likewise.
8721 (struct struct_05_04): Likewise.
8722 (cmp_struct01): Remove function.
8723 (cmp_struct02): Likewise.
8724 (cmp_struct03): Likewise.
8725 (cmp_struct04): Likewise.
8726 (cmp_struct_01_01): Add Function.
8727 (cmp_struct_01_02): Likewise.
8728 (cmp_struct_01_03): Likewise.
8729 (cmp_struct_01_04): Likewise.
8730 (cmp_struct_02_01): Likewise.
8731 (cmp_struct_02_02): Likewise.
8732 (cmp_struct_02_03): Likewise.
8733 (cmp_struct_02_04): Likewise.
8734 (cmp_struct_04_01): Likewise.
8735 (cmp_struct_04_02): Likewise.
8736 (cmp_struct_04_03): Likewise.
8737 (cmp_struct_04_04): Likewise.
8738 (cmp_struct_05_01): Likewise.
8739 (cmp_struct_05_02): Likewise.
8740 (cmp_struct_05_03): Likewise.
8741 (cmp_struct_05_04): Likewise.
8742 (call_all): Add new structs.
8743 * gdb.base/infcall-nested-structs.exp: Likewise.
8744
8745 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
8746
8747 * gdb.python/py-framefilter-mi.exp: Update regexp to
8748 check for "arch" field in frame output.
8749
8750 2018-08-23 Kevin Buettner <kevinb@redhat.com>
8751
8752 * gdb.dwarf2/dw2-ranges-func.c: New file.
8753 * gdb.dwarf2/dw2-ranges-func.exp: New file.
8754
8755 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
8756
8757 * gdb.base/term.exp: Compare terminal settings with values from
8758 the inferior.
8759 * gdb.base/term.c: Get and set terminal settings.
8760
8761 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
8762
8763 * lib/mi-support.exp (mi_expect_stop): Update regexp to
8764 accommodate new "arch" field in frame output.
8765 * gdb.mi/mi-return.exp: Likewise.
8766 * gdb.mi/mi-stack.exp: Likewise.
8767 * gdb.mi/mi-syn-frame.exp: Likewise.
8768 * gdb.mi/user-selected-context-sync.exp: Likewise.
8769
8770 2018-08-19 Michael Spang <spang@google.com>
8771
8772 PR gdb/11786
8773 * gdb.base/gcore-tls-pie.c: New file.
8774 * gdb.base/gcore-tls-pie.exp: New file.
8775
8776 2018-08-18 Kevin Buettner <kevinb@redhat.com>
8777
8778 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
8779 * gdb.dwarf2/varval.c: New file.
8780 * gdb.dwarf2/varval.exp: New file.
8781
8782 2018-08-17 Alan Hayward <alan.hayward@arm.com>
8783
8784 PR gdb/18931
8785 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
8786
8787 2018-08-16 Keith Seitz <keiths@redhat.com>
8788
8789 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
8790 tests expected to pass.
8791
8792 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
8793
8794 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
8795 -data-disassemble -a.
8796 (test_disassembly_bogus_args): Likewise.
8797
8798 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
8799
8800 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
8801
8802 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
8803
8804 * gdb.base/vla-optimized-out.exp: Add new test.
8805
8806 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
8807
8808 * gdb.base/vla-optimized-out-o3.exp: Delete.
8809 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
8810 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
8811 deleted tests.
8812
8813 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
8814
8815 PR gdb/18050:
8816 * gdb.server/extended-remote-restart.c: New file.
8817 * gdb.server/extended-remote-restart.exp: New file.
8818
8819 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
8820
8821 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
8822 "set variable index = 42".
8823
8824 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
8825
8826 * boards/index-cache-gdb.exp: New file.
8827 * gdb.dwarf2/index-cache.exp: New file.
8828 * gdb.dwarf2/index-cache.c: New file.
8829 * gdb.base/maint.exp: Check if we are using the index cache.
8830
8831 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8832
8833 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
8834 MAKEFLAGS.
8835
8836 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8837
8838 * dg-extract-results.sh: Move to toplevel contrib.
8839 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
8840 * Makefile.in (check-parallel-racy): Likewise.
8841
8842 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
8843
8844 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
8845 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
8846 tests if the target supports scheduler locking.
8847
8848 2018-08-04 Tom de Vries <tdevries@suse.de>
8849
8850 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
8851
8852 2018-08-02 Tom Tromey <tom@tromey.com>
8853
8854 PR symtab/16842.
8855 * gdb.cp/temargs.exp: Test "info address" of a template
8856 parameter.
8857
8858 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
8859
8860 * gdb.python/py-mi-var-info-path-expression.c: New file.
8861 * gdb.python/py-mi-var-info-path-expression.py: New file.
8862 * gdb.python/py-mi-var-info-path-expression.exp: New file.
8863
8864 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
8865
8866 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
8867 error after "cannot resolve name" string.
8868
8869 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
8870
8871 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
8872 started.
8873 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
8874
8875 2018-07-28 Tom de Vries <tdevries@suse.de>
8876
8877 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
8878
8879 2018-07-26 Tom de Vries <tdevries@suse.de>
8880
8881 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
8882
8883 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
8884
8885 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
8886 is visible.
8887
8888 2018-07-26 Tom de Vries <tdevries@suse.de>
8889
8890 PR breakpoints/23366
8891 * gdb.base/catch-follow-exec.c: New test.
8892 * gdb.base/catch-follow-exec.exp: New file.
8893
8894 2018-07-25 Tom de Vries <tdevries@suse.de>
8895
8896 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
8897 vla-optimized-out.c.
8898
8899 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
8900
8901 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
8902 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
8903
8904 2018-07-20 Tom de Vries <tdevries@suse.de>
8905
8906 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
8907 NOCLONE macro.
8908 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
8909
8910 2018-07-19 Tom de Vries <tdevries@suse.de>
8911
8912 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
8913 regular expression.
8914
8915 2018-07-18 Tom de Vries <tdevries@suse.de>
8916
8917 * gdb.base/vla-optimized-out.c: New test.
8918 * gdb.base/vla-optimized-out.exp: New file.
8919
8920 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
8921
8922 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
8923 message "No address associated with hostname" when gdbserver
8924 cannot resolve the hostname.
8925
8926 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8927
8928 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
8929 Add some test prefixes to make tests unique.
8930
8931 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8932
8933 * gdb.base/frameapply.c: New file.
8934 * gdb.base/frameapply.exp: New file.
8935
8936 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8937
8938 * gdb.base/skip.exp: Update expected error message.
8939
8940 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
8941 Jan Kratochvil <jan.kratochvil@redhat.com>
8942 Paul Fertser <fercerpav@gmail.com>
8943 Tsutomu Seki <sekiriki@gmail.com>
8944
8945 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
8946 parameter.
8947 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
8948 by default.
8949 * boards/native-gdbserver.exp: Likewise.
8950 * gdb.server/run-without-local-binary.exp: Improve regexp used
8951 for detecting when a remote debugging connection succeeds.
8952 * gdb.server/server-connect.exp: New file.
8953 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
8954 Do not prefix the port number with ":".
8955 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
8956 support for detecting and using it. Add '$debughost_gdbserver'
8957 to the list of arguments used to start gdbserver. Handle case
8958 when gdbserver cannot resolve a network name.
8959
8960 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
8961
8962 PR c++/23373
8963 * gdb.base/ptype-offsets.cc (struct static_member): New
8964 struct.
8965 (main) <stmember>: New variable.
8966 * gdb.base/ptype-offsets.exp: Add test for printing a struct
8967 with a static member in it.
8968
8969 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
8970
8971 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
8972 watchpoints enabled and disabled.
8973
8974 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
8975
8976 * gdb.base/examine-backward.exp: Still run tests around address
8977 0x0, even if address 0x0 is not readable. Update the pattern for
8978 matching address 0x0 in expected output.
8979
8980 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
8981
8982 * gdb.base/share-env-with-gdbserver.c (main): Add call to
8983 malloc/free.
8984
8985 2018-07-04 Tom de Vries <tdevries@suse.de>
8986
8987 * gdb.dwarf2/dw2-error.exp: Update expected error message.
8988
8989 2018-07-02 Maciej W. Rozycki <macro@mips.com>
8990
8991 PR tdep/8282
8992 * gdb.arch/mips-disassembler-options.exp: New test.
8993 * gdb.arch/mips-disassembler-options.s: New test source.
8994
8995 2018-06-29 Pedro Alves <palves@redhat.com>
8996
8997 * gdb.threads/names.exp: Adjust expected "info threads" output.
8998
8999 2018-06-29 Pedro Alves <palves@redhat.com>
9000
9001 * gdb.opt/inline-break.exp (line number, address): Add "info
9002 break" tests.
9003
9004 2018-06-29 Pedro Alves <palves@redhat.com>
9005
9006 * gdb.opt/inline-break.c (func1): Add "break here" marker.
9007 * gdb.opt/inline-break.exp: Test setting breakpoints by line
9008 number and address and running to them.
9009
9010 2018-06-29 Richard Bunt <richard.bunt@arm.com>
9011
9012 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
9013
9014 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9015
9016 * lib/compiler.c: Remove executable permission flag.
9017
9018 2018-06-28 Richard Bunt <richard.bunt@arm.com>
9019
9020 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
9021 code.
9022 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
9023
9024 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
9025
9026 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
9027
9028 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
9029
9030 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
9031 address argument is omitted.
9032
9033 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
9034
9035 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
9036
9037 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
9038
9039 PR gdb/21695
9040 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
9041 * gdb.base/infoline-reloc-main-from-zero.c: New file.
9042
9043 2018-06-26 Tom Tromey <tom@tromey.com>
9044
9045 PR rust/22574:
9046 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
9047 * gdb.rust/simple.rs (struct SimpleLayout): New.
9048
9049 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
9050
9051 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
9052 "info registers" output.
9053
9054 2018-06-21 Richard Bunt <richard.bunt@arm.com>
9055
9056 * gdb.base/watchpoint-hw-attach.c: New test.
9057 * gdb.base/watchpoint-hw-attach.exp: New file.
9058
9059 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
9060
9061 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
9062 through /bin/sh.
9063 * boards/dwarf4-gdb-index.exp: Likewise.
9064 * boards/fission-dwp.exp: Likewise.
9065
9066 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
9067
9068 * gdb.base/float128.exp: Add comment and improved fail message
9069 to the failure case of "print large128" test.
9070
9071 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
9072
9073 * configure.ac: Remove AC_PREREQ.
9074 * configure: Re-generate.
9075
9076 2018-06-19 Pedro Alves <palves@redhat.com>
9077
9078 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
9079 (func_extern_caller): New.
9080 (main): Call func_extern_caller.
9081 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
9082 logic change.
9083
9084 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
9085
9086 PR gdb/16841
9087 * gdb.cp/typedef-base.cc: New file.
9088 * gdb.cp/typedef-base.exp: New file.
9089
9090 2018-06-18 Tom de Vries <tdevries@suse.de>
9091
9092 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
9093
9094 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
9095 Richard Bunt <Richard.Bunt@arm.com>
9096
9097 * gdb.threads/attach-slow-waitpid.c: New file.
9098 * gdb.threads/attach-slow-waitpid.exp: New file.
9099 * gdb.threads/slow-waitpid.c: New file.
9100
9101 2018-06-14 Pedro Alves <palves@redhat.com>
9102
9103 * gdb.base/fork-running-state.c: Include <errno.h>.
9104 (exit_if_relative_exits): New.
9105 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
9106 exits.
9107 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
9108 child exits.
9109
9110 2018-06-14 Tom de Vries <tdevries@suse.de>
9111
9112 PR cli/22573
9113 * gdb.base/finish-pretty.c: New test.
9114 * gdb.base/finish-pretty.exp: New file.
9115
9116 2018-06-14 Pedro Alves <palves@redhat.com>
9117
9118 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
9119 gdb's expected startup output.
9120
9121 2018-06-14 Pedro Alves <palves@redhat.com>
9122
9123 * lib/selftest-support.exp (selftest_setup): Remove inlined
9124 function handling.
9125
9126 2018-06-14 Tom de Vries <tdevries@suse.de>
9127
9128 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
9129 matching of breakpoint printing.
9130
9131 2018-06-13 Tom de Vries <tdevries@suse.de>
9132
9133 PR testsuite/23269
9134 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
9135 (fork_child): ... here, and ...
9136 (fork_parent): ... here.
9137
9138 2018-06-12 Tom de Vries <tdevries@suse.de>
9139
9140 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
9141
9142 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
9143 Stephen Roberts <stephen.roberts@arm.com>
9144
9145 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
9146 rewrite test to describe action performed, rather than possible
9147 failure.
9148
9149 2018-06-08 Gary Benson <gbenson@redhat.com>
9150
9151 * gdb.threads/check-libthread-db.exp: New file.
9152 * gdb.threads/check-libthread-db.c: Likewise.
9153
9154 2018-06-05 Tom Tromey <tom@tromey.com>
9155
9156 * gdb.base/default.exp: Update expected "show version" output.
9157
9158 2018-06-05 Tom Tromey <tom@tromey.com>
9159
9160 PR cli/12326:
9161 * gdb.cp/static-print-quit.exp: Update.
9162 * lib/gdb.exp (pagination_prompt): Update.
9163 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
9164 * gdb.python/python.exp: Update.
9165
9166 2018-06-04 Joel Brobecker <brobecker@adacore.com>
9167
9168 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
9169
9170 2018-06-01 Joel Brobecker <brobecker@adacore.com>
9171
9172 * gdb.ada/bp_fun_addr: New testcase.
9173
9174 2018-06-01 Tom Tromey <tom@tromey.com>
9175
9176 * gdb.xml/tdesc-regs.exp (load_description): Update expected
9177 results.
9178 * gdb.dwarf2/method-ptr.exp: Set language to C++.
9179 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
9180 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
9181 * gdb.base/maint.exp (maint_pass_if): Update.
9182
9183 2018-05-31 Maciej W. Rozycki <macro@mips.com>
9184
9185 * gdb.base/endian.exp: New test.
9186 * gdb.base/endian.c: New test source.
9187
9188 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
9189
9190 PR gdb/23203
9191 * gdb.base/bt-selected-frame.c: New file.
9192 * gdb.base/bt-selected-frame.exp: New file.
9193 * lib/gdb.exp (get_current_frame_number): New function.
9194
9195 2018-05-24 Maciej W. Rozycki <macro@mips.com>
9196 Pedro Alves <palves@redhat.com>
9197
9198 * gdb.threads/tls-core.c: Include <stdlib.h>
9199 (thread_proc): Call `abort'.
9200 * gdb.threads/tls-core.exp: Generate a core with core_find too.
9201 (tls_core_test): New procedure, bits factored out from ...
9202 (top level): ... here. Test both native cores and gcore cores.
9203
9204 2018-05-23 Tom Tromey <tom@tromey.com>
9205
9206 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
9207
9208 2018-05-23 Tom Tromey <tom@tromey.com>
9209
9210 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
9211 symfile_complaints.
9212 (test_short_complaints): Likewise.
9213 (test_empty_complaints): Likewise.
9214 (test_initial_complaints): Update.
9215
9216 2018-05-23 Tom Tromey <tom@tromey.com>
9217
9218 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
9219
9220 2018-05-23 Tom Tromey <tom@tromey.com>
9221
9222 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
9223 (test_short_complaints): Update.
9224
9225 2018-05-22 Pedro Alves <palves@redhat.com>
9226
9227 * gdb.base/remote.exp: Only gdb_start after compiling the
9228 testcase. Issue "disconnect" before testing "set remote" command
9229 defaults. Issue clean_restart before running to main.
9230
9231 2018-05-22 Pedro Alves <palves@redhat.com>
9232
9233 * gdb.base/remote.exp: Adjust expected output of "show remote
9234 memory-write-packet-size". Add tests for "set remote
9235 memory-write-packet-size 0" and "set remote
9236 memory-write-packet-size fixed/limit".
9237
9238 2018-05-22 Pedro Alves <palves@redhat.com>
9239
9240 PR gdb/22973
9241 * gdb.base/utf8-identifiers.c: New file.
9242 * gdb.base/utf8-identifiers.exp: New file.
9243
9244 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
9245
9246 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
9247
9248 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
9249
9250 * gdb.arch/powerpc-vsx-gcore.exp: New file.
9251
9252 2018-05-18 Tom Tromey <tom@tromey.com>
9253
9254 * gdb.base/ptype-offsets.exp: Update.
9255
9256 2018-05-17 Keith Seitz <keiths@redhat.com>
9257
9258 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
9259 in expected breakpoint stop locations.
9260 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
9261 move to proper scope to test variable values.
9262 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
9263 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
9264 New functions.
9265 (main): Call not_inline_func3.
9266 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
9267 inline_func1, inline_func2, and inline_func3. Test that when each
9268 breakpoint is hit, GDB properly reports both the stop location
9269 and the backtrace. Repeat tests for temporary breakpoints.
9270
9271 2018-05-15 Maciej W. Rozycki <macro@mips.com>
9272
9273 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
9274 rather then trying to access it in determining whether the PID
9275 of `gdbserver' could have been retrieved.
9276
9277 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
9278
9279 * gdb.arch/amd64-init-x87-values.S: New file.
9280 * gdb.arch/amd64-init-x87-values.exp: New file.
9281
9282 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9283
9284 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
9285
9286 2018-05-04 Tom Tromey <tom@tromey.com>
9287
9288 PR python/22730:
9289 * gdb.python/python.exp: Test multi-line execute.
9290
9291 2018-05-04 Tom Tromey <tom@tromey.com>
9292
9293 PR python/22731:
9294 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
9295
9296 2018-05-04 Tom Tromey <tom@tromey.com>
9297
9298 PR gdb/11750:
9299 * gdb.base/define.exp: Test defining a user command inside a user
9300 command.
9301 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
9302
9303 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9304 Pedro Alves <palves@redhat.com>
9305
9306 PR breakpoints/19806 and support for PR external/20207.
9307 * gdb.base/watchpoint-unaligned.c: New file.
9308 * gdb.base/watchpoint-unaligned.exp: New file.
9309
9310 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
9311
9312 * gdb.base/maint.exp: Make test names unique, use
9313 test_prefix_command_help to test 'help maint info', and remove
9314 repeated test of 'help maint'.
9315
9316 2018-05-04 Tom Tromey <tom@tromey.com>
9317
9318 PR gdb/22619:
9319 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
9320 behavior.
9321
9322 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
9323
9324 * gdb.base/maint.exp: Process output from 'maint print registers'
9325 line at a time.
9326
9327 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
9328
9329 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
9330 timeout.
9331
9332 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
9333
9334 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
9335 filter pattern.
9336
9337 2018-05-02 Pedro Alves <palves@redhat.com>
9338
9339 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
9340 to_log_command renames.
9341 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
9342
9343 2018-05-02 Tom Tromey <tom@tromey.com>
9344
9345 * gdb.python/py-parameter.exp: Set test message.
9346
9347 2018-05-02 Tom Tromey <tom@tromey.com>
9348
9349 PR python/20084:
9350 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
9351 PARAM_ZUINTEGER_UNLIMITED tests.
9352
9353 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
9354
9355 PR rust/23124
9356 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
9357 when casting.
9358
9359 2018-04-30 Tom Tromey <tom@tromey.com>
9360
9361 * gdb.python/py-type.exp: Check align attribute.
9362 * gdb.python/py-type.c: New "aligncheck" global.
9363
9364 2018-04-30 Tom Tromey <tom@tromey.com>
9365
9366 PR exp/17095:
9367 * gdb.dwarf2/dw2-align.exp: New file.
9368 * gdb.cp/align.exp: New file.
9369 * gdb.base/align.exp: New file.
9370 * lib/gdb.exp (gdb_int128_helper): New proc.
9371 (has_int128_c, has_int128_cxx): New caching procs.
9372
9373 2018-04-27 Tom Tromey <tom@tromey.com>
9374
9375 PR rust/22545:
9376 * gdb.rust/simple.exp: Add inclusive range tests.
9377
9378 2018-04-26 Pedro Alves <palves@redhat.com>
9379
9380 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
9381 ifunc breakpoint locations correctly of ifunc breakpoints set
9382 while the program resolves the ifunc.
9383
9384 2018-04-26 Pedro Alves <palves@redhat.com>
9385
9386 * gdb.base/gnu-ifunc-final.c: New file.
9387 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
9388 * gdb.base/gnu-ifunc.exp (executable): Delete.
9389 (staticexecutable): Adjust.
9390 (lib_opts, exec_opts): Delete.
9391 (make_binsuffix, build, set-break): New procedures.
9392 (misc_tests): New, with tests factored out from the top level.
9393 (top level): Test different combinations of ifunc resolver name,
9394 resolver with and with debug info, and ifunc target with and
9395 without debug info. Wrap static tests with with_target_prefix.
9396
9397 2018-04-26 Pedro Alves <palves@redhat.com>
9398
9399 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
9400 return type" warnings.
9401
9402 2018-04-25 Pedro Alves <palves@redhat.com>
9403
9404 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
9405 killed".
9406 * gdb.base/kill-after-signal.exp: Likewise.
9407 * gdb.threads/kill.exp: Likewise.
9408
9409 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9410 Sergio Durigan Junior <sergiodj@redhat.com>
9411 Pedro Alves <palves@redhat.com>
9412
9413 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
9414 regexps to expect for '[Inferior ... detached]' as well.
9415 * gdb.base/attach.exp: Likewise.
9416 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
9417 "gdb_continue_to_end".
9418 (test_catch_syscall_with_wrong_args): Likewise.
9419 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
9420 ']'. Don't set 'verbose' on.
9421 * gdb.base/foll-vfork.exp: Likewise.
9422 * gdb.base/fork-print-inferior-events.c: New file.
9423 * gdb.base/fork-print-inferior-events.exp: New file.
9424 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
9425 '[Inferior ... has been killed]' message.
9426 * gdb.base/kill-after-signal.exp: Likewise.
9427 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
9428 detach message.
9429 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
9430 message.
9431 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
9432 regexps to expect for '[Inferior ... detached]' as well.
9433 * gdb.threads/process-dies-while-detaching.exp: Likewise.
9434
9435 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
9436
9437 PR gdb/23104
9438 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
9439
9440 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
9441
9442 PR gdb/23095
9443 * gdb.base/break-probes.exp: Pass shlib_load to
9444 prepare_for_testing. Set normal_bp to r_debug_state if target is
9445 bsd.
9446
9447 2018-04-19 Richard Bunt <richard.bunt@arm.com>
9448
9449 * gdb.threads/multiple-successive-infcall.c: New test.
9450 * gdb.threads/multiple-successive-infcall.exp: New file.
9451
9452 2018-04-17 Tom Tromey <tom@tromey.com>
9453
9454 * gdb.rust/simple.rs (Union): New type.
9455 (main): New local "u".
9456 * gdb.rust/simple.exp (test_one_slice): Add new test case.
9457
9458 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9459
9460 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
9461 number information in output of "whereis" command.
9462 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
9463
9464 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9465
9466 * gdb.ada/info_types.exp: Adjust expected output to the line
9467 numbers now printed by "info var/func/type".
9468 * gdb.base/completion.exp: Likewise.
9469 * gdb.base/included.exp: Likewise.
9470 * gdb.cp/cp-relocate.exp: Likewise.
9471 * gdb.cp/cplusfuncs.exp: Likewise.
9472 * gdb.cp/namespace.exp: Likewise.
9473 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
9474
9475 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
9476
9477 * gdb.btrace/cpu.exp: New.
9478
9479 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
9480
9481 * gdb.base/step-indirect-call-thunk.exp: New.
9482 * gdb.base/step-indirect-call-thunk.c: New.
9483 * gdb.reverse/step-indirect-call-thunk.exp: New.
9484 * gdb.reverse/step-indirect-call-thunk.c: New.
9485
9486 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
9487
9488 * gdb.base/pie-fork.c: New file.
9489 * gdb.base/pie-fork.exp: New file.
9490
9491 2018-04-11 Tom Tromey <tom@tromey.com>
9492
9493 * gdb.rust/simple.exp: Add test for ".." struct initializer.
9494
9495 2018-04-10 Pedro Alves <palves@redhat.com>
9496
9497 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
9498 exits. Instead loop running forever.
9499 (fork_parent): Run forever too.
9500
9501 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
9502
9503 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
9504 mi_continue_to_line.
9505 * gdb.mi/mi-stack.c (callee4): Add comment.
9506
9507 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
9508
9509 * gdb.mi/mi-stack.exp: Fix indentation.
9510
9511 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
9512
9513 PR gdb/22979
9514 * gdb.arch/amd64-osabi.exp: New file.
9515
9516 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
9517
9518 PR gdb/22980
9519 * gdb.base/osabi.exp: New file.
9520
9521 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
9522
9523 * gdb.cp/static-typedef-print.exp: New file.
9524 * gdb.cp/static-typedef-print.cc: New file.
9525
9526 2018-03-27 Joel Brobecker <brobecker@adacore.com>
9527
9528 * gdb.ada/varsize_limit: New testcase.
9529
9530 2018-03-27 Joel Brobecker <brobecker@adacore.com>
9531
9532 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
9533
9534 * gdb.ada/notcplusplus: New testcase.
9535
9536 * gdb.base/c-linkage-name.c: New file.
9537 * gdb.base/c-linkage-name.exp: New testcase.
9538
9539 2018-03-26 Tom Tromey <tom@tromey.com>
9540
9541 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
9542 * gdb.python/py-framefilter.py (name_error): New global.
9543 (ErrorInName.function): Use name_error.
9544
9545 2018-03-26 Tom Tromey <tom@tromey.com>
9546
9547 PR backtrace/15582:
9548 * gdb.python/py-framefilter.exp: Add "bt hide" test.
9549
9550 2018-03-23 Keith Seitz <keiths@redhat.com>
9551
9552 PR c++/22968
9553 * gdb.cp/subtypes.exp: New file.
9554 * gdb.cp/subtypes.h: New file.
9555 * gdb.cp/subtypes.cc: New file.
9556 * gdb.cp/subtypes-2.cc: New file.
9557
9558 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
9559
9560 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
9561 (done): Call '_exit' not 'exit' to avoid atexit handlers.
9562 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
9563 -nostartfiles when compiling the test. Confirm that all registers
9564 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
9565
9566 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
9567
9568 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
9569 option, syntax was wrong anyway.
9570 * gdb.arch/arm-disp-step.exp: Likewise.
9571 * gdb.arch/sparc64-regs.exp: Likewise.
9572 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
9573 option, syntax was wrong anyway, switch to use
9574 prepare_for_testing.
9575 * gdb.arch/i386-disp-step.exp: Likewise.
9576
9577 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
9578
9579 * gdb.ada/exec_changed.exp: Replace "target_info exists
9580 use_gdb_stub" by "use_gdb_stub".
9581 * gdb.ada/start.exp: Likewise.
9582 * gdb.base/async-shell.exp: Likewise.
9583 * gdb.base/attach-pie-misread.exp: Likewise.
9584 * gdb.base/attach-wait-input.exp: Likewise.
9585 * gdb.base/break-entry.exp: Likewise.
9586 * gdb.base/break-interp.exp: Likewise.
9587 * gdb.base/dprintf-detach.exp: Likewise.
9588 * gdb.base/nostdlib.exp: Likewise.
9589 * gdb.base/solib-nodir.exp: Likewise.
9590 * gdb.base/statistics.exp: Likewise.
9591 * gdb.base/testenv.exp: Likewise.
9592 * gdb.mi/mi-exec-run.exp: Likewise.
9593 * gdb.mi/mi-start.exp: Likewise.
9594 * gdb.multi/dummy-frame-restore.exp: Likewise.
9595 * gdb.multi/multi-arch-exec.exp: Likewise.
9596 * gdb.multi/multi-arch.exp: Likewise.
9597 * gdb.multi/tids.exp: Likewise.
9598 * gdb.multi/watchpoint-multi.exp: Likewise.
9599 * gdb.python/py-events.exp: Likewise.
9600 * gdb.threads/attach-into-signal.exp: Likewise.
9601 * gdb.threads/attach-stopped.exp: Likewise.
9602 * gdb.threads/threadapply.exp: Likewise.
9603 * lib/selftest-support.exp: Likewise.
9604
9605 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
9606
9607 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
9608
9609 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
9610
9611 * gdb.perf/template-breakpoints.cc: New file.
9612 * gdb.perf/template-breakpoints.exp: New file.
9613 * gdb.perf/template-breakpoints.py: New file.
9614
9615 2018-03-19 Tom Tromey <tom@tromey.com>
9616
9617 * gdb.rust/simple.rs (main): Add local variables field1, field2,
9618 y0.
9619 * gdb.rust/simple.exp: Test bare identifier form of struct
9620 initializer.
9621
9622 2018-03-19 Tom Tromey <tom@tromey.com>
9623
9624 * gdb.gdb/observer.exp: Remove.
9625
9626 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
9627
9628 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
9629 "qualified" option when setting breakpoints.
9630 * gdb.trace/backtrace.exp: Likewise.
9631 * gdb.trace/circ.exp: Likewise.
9632 * gdb.trace/collection.exp: Likewise.
9633 * gdb.trace/disconnected-tracing.exp: Likewise.
9634 * gdb.trace/ftrace-lock.exp: Likewise.
9635 * gdb.trace/ftrace.exp: Likewise.
9636 * gdb.trace/infotrace.exp: Likewise.
9637 * gdb.trace/packetlen.exp: Likewise.
9638 * gdb.trace/passc-dyn.exp: Likewise.
9639 * gdb.trace/qtro.exp: Likewise.
9640 * gdb.trace/read-memory.exp: Likewise.
9641 * gdb.trace/report.exp: Likewise.
9642 * gdb.trace/signal.exp: Likewise.
9643 * gdb.trace/status-stop.exp: Likewise.
9644 * gdb.trace/strace.exp: Likewise.
9645 * gdb.trace/tfind.exp: Likewise.
9646 * gdb.trace/trace-break.exp: Likewise.
9647 * gdb.trace/trace-condition.exp: Likewise.
9648 * gdb.trace/trace-mt.exp: Likewise.
9649 * gdb.trace/tstatus.exp: Likewise.
9650 * gdb.trace/tsv.exp: Likewise.
9651 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
9652 * gdb.trace/unavailable.exp: Likewise.
9653 * gdb.trace/while-dyn.exp: Likewise.
9654
9655 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9656
9657 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
9658 that libinproctrace is copied to the target.
9659
9660 2018-03-14 Tom Tromey <tom@tromey.com>
9661
9662 PR cli/14977:
9663 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
9664 a null pointer.
9665 * gdb.base/wchar.exp: Likewise.
9666
9667 2018-03-14 Tom Tromey <tom@tromey.com>
9668
9669 PR cli/19918:
9670 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
9671 flag.
9672
9673 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
9674
9675 PR gdb/22841
9676 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
9677 "target" to remote_exec.
9678
9679 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
9680
9681 PR gdb/22841
9682 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
9683 ${board}_upload): Remove.
9684
9685 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
9686
9687 * gdb.cp/watch-cp.cc: New test.
9688 * gdb.cp/watch-cp.exp: New file.
9689
9690 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9691
9692 * gdb.base/infcall-nested-structs.exp: New file.
9693 * gdb.base/infcall-nested-structs.c: New file.
9694 * gdb.base/float.exp: Add riscv support.
9695
9696 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
9697
9698 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
9699 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
9700
9701 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
9702
9703 * gdb.server/abspath.exp: New file.
9704 * lib/gdb.exp (with_cwd): New procedure.
9705
9706 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
9707
9708 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
9709 use it.
9710 (gdb_is_target_remote_prompt): New proc.
9711 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
9712 (gdb_is_target_native): Pass prompt parameter to
9713 gdb_is_target_1.
9714
9715 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
9716
9717 * gdb.base/load-command.c: New file.
9718 * gdb.base/load-command.exp: New file.
9719 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
9720 (gdb_is_target_1): ...this, and generalize for other targets
9721 than just remote.
9722 (gdb_is_target_remote): Use gdb_is_target_1.
9723 (gdb_is_target_native): use gdb_is_target_1.
9724
9725 2018-02-26 Tom Tromey <tom@tromey.com>
9726
9727 PR python/16497:
9728 * gdb.python/py-framefilter.exp: Update test.
9729
9730 2018-02-26 Tom Tromey <tom@tromey.com>
9731
9732 * gdb.dwarf2/variant.c: New file.
9733 * gdb.dwarf2/variant.exp: New file.
9734
9735 2018-02-26 Tom Tromey <tom@tromey.com>
9736
9737 * gdb.rust/simple.exp: Accept more possible results in enum test.
9738
9739 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
9740
9741 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
9742 parentheses.
9743
9744 2018-02-23 Maciej W. Rozycki <macro@mips.com>
9745
9746 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
9747 name of a variable: $actual_linejj -> $actual_line.
9748
9749 2018-02-21 John Baldwin <jhb@FreeBSD.org>
9750
9751 * gdb.arch/amd64-i386-address.exp: Fix a typo.
9752
9753 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
9754
9755 * gdb.btrace/buffer-size.exp: Do not force BTS.
9756
9757 2018-02-14 Pedro Alves <palves@redhat.com>
9758
9759 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
9760 getting a "Quit".
9761
9762 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
9763
9764 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
9765 Fix test name.
9766
9767 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
9768
9769 * gdb.cp/m-static.exp: Check type of optimized out static
9770 member.
9771
9772 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
9773
9774 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
9775 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
9776
9777 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
9778 Leszek Swirski <leszeks@google.com>
9779
9780 * gdb.python/py-prettyprint.c
9781 (struct to_string_returns_value_inner,
9782 struct to_string_returns_value_wrapper): New.
9783 (main): Add tsrvw variable.
9784 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
9785 ToStringReturnsValueWrapper): New classes.
9786 (register_pretty_printers): Register new pretty-printers.
9787 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
9788 recursive pretty printer.
9789 * gdb.python/py-mi.exp: Likewise.
9790
9791 2018-02-01 Leszek Swirski <leszeks@google.com>
9792
9793 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
9794 functions with the same name as an include file are parsed
9795 correctly.
9796
9797 2018-02-01 Yao Qi <yao.qi@linaro.org>
9798
9799 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
9800 "\[^\r\n\]*".
9801
9802 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
9803
9804 * gdb.arch/powerpc-prologue-frame.s: New file.
9805 * gdb.arch/powerpc-prologue-frame.c: Likewise.
9806 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
9807
9808 2018-01-31 Joel Brobecker <brobecker@adacore.com>
9809
9810 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
9811
9812 2018-01-30 Pedro Alves <palves@redhat.com>
9813
9814 PR gdb/13211
9815 * gdb.base/interrupt-daemon.c: New.
9816 * gdb.base/interrupt-daemon.exp: New.
9817 * gdb.multi/multi-term-settings.c: New.
9818 * gdb.multi/multi-term-settings.exp: New.
9819
9820 2018-01-30 Joel Brobecker <brobecker@adacore.com>
9821
9822 * gdb.base/break.exp: Save the location where the breakpoint
9823 on break.c:47 was actually inserted when debugging the version
9824 compiled at -O2 and use it in the expected output of the "info
9825 break" test performed soon after.
9826
9827 2018-01-22 Pedro Alves <palves@redhat.com>
9828 Sergio Durigan Junior <sergiodj@redhat.com>
9829
9830 * gdb.base/whatis.exp: Add tests for 'set print object on' +
9831 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
9832
9833 2018-01-22 Joel Brobecker <brobecker@adacore.com>
9834
9835 * gdb.base/break-include.c, gdb.base/break-include.inc,
9836 gdb.base/break-include.exp: New files.
9837 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
9838 line number now being the actual line number where the breakpoint
9839 was inserted.
9840 * gdb.mi/mi-break.exp: Likewise.
9841 * gdb.mi/mi-reverse.exp: Likewise.
9842 * gdb.mi/mi-simplerun.exp: Ditto.
9843
9844 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
9845
9846 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
9847 varobj.
9848 * gdb.mi/mi-var-create-rtti.exp: Likewise.
9849
9850 2018-01-21 Don Breazeal <donb@codesourcery.com>
9851 Andrew Burgess <andrew.burgess@embecosm.com>
9852
9853 * gdb.mi/basics.c: Add new global.
9854 * gdb.mi/mi-frame-regs.exp: New file.
9855 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
9856 case.
9857
9858 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
9859
9860 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
9861 non-parameter, and on an unknown symbol.
9862
9863 2018-01-19 Tom Tromey <tom@tromey.com>
9864
9865 * gdb.rust/modules.rs (TWENTY_THREE): New global.
9866 * gdb.rust/modules.exp: Add ::-qualified lookup test.
9867
9868 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
9869
9870 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
9871 setrlimit and chdir to int.
9872
9873 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
9874
9875 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
9876 function.
9877 (my_tend): Likewise.
9878 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
9879 rationale of avoiding FP- and vector instructions.
9880
9881 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
9882
9883 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
9884 "info reg" with "\[ \t\]*".
9885 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
9886 "\[ \t\]+".
9887 * gdb.arch/s390-multiarch.exp: Ditto.
9888 * gdb.base/pc-fp.exp: Ditto.
9889 * gdb.reverse/i386-precsave.exp: Ditto.
9890 * gdb.reverse/i386-reverse.exp: Ditto.
9891 * gdb.reverse/i387-env-reverse.exp: Ditto.
9892 * gdb.reverse/i387-stack-reverse.exp: Ditto.
9893
9894 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
9895
9896 * lib/gdb.exp (gdb_compile): Re-enable use of
9897 universal_compile_options for languages other than Rust.
9898
9899 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
9900
9901 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
9902
9903 2018-01-17 Mike Gulick <mgulick@mathworks.com>
9904
9905 PR gdb/16577
9906 * gdb.base/solib-vanish.exp: New.
9907 * gdb.base/solib-vanish-main.c: New.
9908 * gdb.base/solib-vanish-lib1.c: New.
9909 * gdb.base/solib-vanish-lib2.c: New.
9910
9911 2018-01-17 Yao Qi <yao.qi@linaro.org>
9912
9913 * gdb.compile/compile.exp: Match the address printed for
9914 frame in the output of command "bt".
9915
9916 2018-01-15 Tom Tromey <tom@tromey.com>
9917
9918 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
9919 compute sp_reg.
9920
9921 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
9922
9923 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
9924 to prepare.
9925 (prepare): Return 0 on error, 1 on success.
9926
9927 2018-01-12 Pedro Alves <palves@redhat.com>
9928
9929 * gdb.base/continue-after-aborted-step-over.c: New.
9930 * gdb.base/continue-after-aborted-step-over.exp: New.
9931
9932 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
9933
9934 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
9935 options when not creating an executable.
9936
9937 2018-01-11 Pedro Alves <palves@redhat.com>
9938
9939 PR remote/22597
9940 * gdb.server/stop-reply-no-thread.c: New file.
9941 * gdb.server/stop-reply-no-thread.exp: New file.
9942
9943 2018-01-10 Pedro Alves <palves@redhat.com>
9944
9945 PR gdb/22670
9946 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
9947 functions too. Test setting breakpoints and printing C functions
9948 with no debug info too.
9949 * gdb.ada/bp_c_mixed_case/qux.c: New file.
9950
9951 2018-01-10 Pedro Alves <palves@redhat.com>
9952
9953 PR gdb/22670
9954 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
9955 a fail.
9956
9957 2018-01-10 Pedro Alves <palves@redhat.com>
9958
9959 PR gdb/22670
9960 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
9961
9962 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
9963
9964 * gdb.server/unittest.exp: Match the output in non-development
9965 mode.
9966
9967 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
9968
9969 * gdb.gdb/unittest.exp: Match output in non-development mode.
9970
9971 2018-01-08 Joel Brobecker <brobecker@adacore.com>
9972
9973 * gdb.ada/access_tagged_param.exp: Relax expected output
9974 for value of "ObjL" in "continue" to pck.inspect breakpoint
9975 test.
9976
9977 2018-01-08 Joel Brobecker <brobecker@adacore.com>
9978
9979 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
9980 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
9981
9982 2018-01-05 Pedro Alves <palves@redhat.com>
9983
9984 PR gdb/18653
9985 * gdb.base/libsegfault.exp: New.
9986
9987 2018-01-05 Joel Brobecker <brobecker@adacore.com>
9988
9989 PR gdb/22670
9990 * gdb.ada/access_tagged_param.exp: New file.
9991 * gdb.ada/access_tagged_param/foo.adb: New file.
9992
9993 2018-01-05 Pedro Alves <palves@redhat.com>
9994
9995 PR gdb/22670
9996 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
9997 exercise lower case too, and to exercise both full matching and
9998 wild matching.
9999
10000 2018-01-05 Joel Brobecker <brobecker@adacore.com>
10001
10002 * gdb.ada/rename_subscript_param: New testcase.
10003
10004 2018-01-05 Jerome Guitton <guitton@adacore.com>
10005
10006 * gdb.ada/arr_acc_idx_w_gap: New testcase.
10007
10008 2018-01-05 Joel Brobecker <brobecker@adacore.com>
10009
10010 * gdb.ada/convvar_comp: New testcase.
10011
10012 2018-01-05 Xavier Roirand <roirand@adacore.com>
10013
10014 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
10015 (My_Table): New global variable.
10016 * testsuite/gdb.ada/array_char_idx.exp: Add test.
10017
10018 2018-01-04 Joel Brobecker <brobecker@adacore.com>
10019
10020 PR gdb/22670
10021 * gdb.ada/maint_with_ada: New testcase.
10022
10023 2018-01-04 Joel Brobecker <brobecker@adacore.com>
10024
10025 PR gdb/22670
10026 * gdb.ada/bp_c_mixed_case: New testcase.
10027
10028 2018-01-04 Joel Brobecker <brobecker@adacore.com>
10029
10030 PR gdb/22670
10031 * gdb.ada/complete.exp: Add "complete break ada" test.
10032
10033 2018-01-04 Joel Brobecker <brobecker@adacore.com>
10034
10035 PR gdb/22670
10036 * gdb.ada/info_addr_mixed_case: New testcase.
10037
10038 2018-01-03 Xavier Roirand <roirand@adacore.com>
10039
10040 * gdb.ada/excep_handle.exp: New testcase.
10041 * gdb.ada/excep_handle/foo.adb: New file.
10042 * gdb.ada/excep_handle/pck.ads: New file.
10043
10044 2018-01-03 Joel Brobecker <brobecker@adacore.com>
10045
10046 * gdb.base/step-line.c: Add extra empty line in copyright header.
10047 * gdb.base/step-line.inp: Likewise.
10048
10049 2018-01-02 Joel Brobecker <brobecker@adacore.com>
10050
10051 * gdb.ada/dyn_stride.exp: Add slice test.
10052
10053 2018-01-02 Joel Brobecker <brobecker@adacore.com>
10054
10055 * gdb.ada/dyn_stride: New testcase.
10056
10057 2017-12-27 Stafford Horne <shorne@gmail.com>
10058
10059 * gdb.xml/extra-regs.xml: Add example foo reggroup.
10060 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
10061
10062 2017-12-27 Stafford Horne <shorne@gmail.com>
10063
10064 * gdb.base/reggroups.c: New file.
10065 * gdb.base/reggroups.exp: New file.
10066
10067 2017-12-18 Joel Brobecker <brobecker@adacore.com>
10068
10069 * gdb.dwarf2/ada-valprint-error.c: New file.
10070 * gdb.dwarf2/ada-valprint-error.exp: New file.
10071
10072 2017-12-18 Joel Brobecker <brobecker@adacore.com>
10073
10074 * gdb.ada/assign_arr: New testcase.
10075
10076 2017-12-18 Xavier Roirand <roirand@adacore.com>
10077
10078 * gdb.ada/funcall_ptr: New testcase.
10079
10080 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
10081
10082 PR cli/16224
10083 * gdb.base/ptype-offsets.cc: New file.
10084 * gdb.base/ptype-offsets.exp: New file.
10085
10086 2017-12-15 Yao Qi <yao.qi@linaro.org>
10087
10088 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
10089 if XML is disabled.
10090
10091 2017-12-15 Xavier Roirand <roirand@adacore.com>
10092
10093 * gdb.ada/same_component_name: New testcase.
10094
10095 2017-12-14 Joel Brobecker <brobecker@adacore.com>
10096
10097 * gdb.ada/str_binop_equal: New testcase.
10098
10099 2017-12-14 Joel Brobecker <brobecker@adacore.com>
10100
10101 * gdb.ada/task_switch_in_core: New testcase.
10102
10103 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
10104
10105 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
10106 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
10107 call test_bkpt_qualified.
10108 (test_bkpt_qualified): New proc.
10109
10110 2017-12-13 Pedro Alves <palves@redhat.com>
10111
10112 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
10113 Tighten regexp by matching with an anchor.
10114
10115 2017-12-13 Pedro Alves <palves@redhat.com>
10116
10117 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
10118 ("expression with namespace"): New set of tests.
10119 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
10120 (Nested::Test_NS::qux): New.
10121 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
10122 defaults to 'start_quote_char' and 'end_quote_char' parameters.
10123
10124 2017-12-13 Joel Brobecker <brobecker@adacore.com>
10125
10126 * gdb.base/server-del-break.c: New file.
10127 * gdb.base/server-del-break.exp: New file.
10128
10129 2017-12-12 Stafford Horne <shorne@gmail.com>
10130
10131 * gdb.xml/tdesc-regs.exp: Add or1k support.
10132
10133 2017-12-12 Stafford Horne <shorne@gmail.com>
10134
10135 * gdb.base/bp-permanent.c: Define nop of or1k.
10136
10137 2017-12-11 Joel Brobecker <brobecker@adacore.com>
10138
10139 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
10140 output with components being reordered.
10141
10142 2017-12-11 Joel Brobecker <brobecker@adacore.com>
10143
10144 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
10145 output with components being reordered.
10146
10147 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10148 Pedro Alves <palves@redhat.com>
10149
10150 * gdb.base/maint.exp (check for .gdb_index): Check also for
10151 .debug_names.
10152 * gdb.dlang/watch-loc.c (.debug_aranges): New.
10153 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
10154 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
10155 (.gdb_index used after symbol reloading): Support also .debug_names.
10156 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
10157
10158 2017-12-08 Yao Qi <yao.qi@linaro.org>
10159
10160 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
10161 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
10162
10163 2017-12-08 Yao Qi <yao.qi@linaro.org>
10164
10165 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
10166 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
10167
10168 2017-12-08 Yao Qi <yao.qi@linaro.org>
10169
10170 * gdb.arch/aarch64-tagged-pointer.c: New file.
10171 * gdb.arch/aarch64-tagged-pointer.exp: New file.
10172
10173 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
10174
10175 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
10176 "int".
10177
10178 2017-12-07 Keith Seitz <keiths@redhat.com>
10179
10180 PR breakpoints/22569
10181 * gdb.linespec/ls-errs.exp: Change expected result of "break
10182 -source this file has spaces.c -line 3".
10183 Check that an explicit source file followed by whitespace is
10184 identified as an invalid explicit location.
10185
10186 2017-12-07 Keith Seitz <keiths@redhat.com>
10187
10188 * gdb.cp/nested-types.cc: New file.
10189 * gdb.cp/nested-types.exp: New file.
10190 * lib/cp-support.exp: Load data-structures.exp library.
10191 (debug_cp_test_ptype_class): New global.
10192 (cp_ptype_class_verbose, next_line): New procedures.
10193 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
10194 Add and document new return value.
10195 Switch the list of lines to a queue.
10196 Add support for new `type' key for nested type definitions.
10197 Add debugging/troubleshooting messages.
10198 * lib/data-structures.exp: New file.
10199
10200 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
10201
10202 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
10203 with proc_with_prefix, don't use with_test_prefix.
10204
10205 2017-12-07 Tom Tromey <tom@tromey.com>
10206
10207 * gdb.base/break.exp: Add test for empty "commands".
10208
10209 2017-12-07 Yao Qi <yao.qi@linaro.org>
10210
10211 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
10212 malloc and catch syscall.
10213
10214 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
10215
10216 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
10217 tests for explicit locations.
10218
10219 2017-12-06 Pedro Alves <palves@redhat.com>
10220
10221 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
10222 force-disabling XML descriptions.
10223
10224 2017-12-04 Pedro Alves <palves@redhat.com>
10225
10226 PR gdb/22499
10227 * gdb.arch/amd64-disp-step-avx.S: New file.
10228 * gdb.arch/amd64-disp-step-avx.exp: New file.
10229
10230 2017-12-03 Pedro Alves <palves@redhat.com>
10231
10232 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
10233 and <string.h>.
10234 (parent_function): Print distinct messages when waitpid fails, or
10235 the child exits with a signal, or the child exits for an unhandled
10236 reason.
10237 * gdb.threads/process-dies-while-detaching.exp
10238 (detach_and_expect_exit): New 'inf_output_re' parameter and use
10239 it. Wait for both inferior output and GDB's prompt. Use an
10240 indirect spawn id list.
10241 (do_detach): New parameter 'child_exit'. Use it to compute
10242 expected inferior output.
10243 (test_detach, test_detach_watch, test_detach_killed_outside):
10244 Adjust to pass down the expected child exit kind.
10245
10246 2017-12-01 Joel Brobecker <brobecker@adacore.com>
10247 Sergio Durigan Junior <sergiodj@redhat.com>
10248 Pedro Alves <palves@redhat.com>
10249
10250 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
10251
10252 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
10253
10254 * gdb.base/relocate.exp: Add tests to guarantee that arguments
10255 to 'symbol-file' and 'add-symbol-file' can be
10256 position-independent.
10257
10258 2017-12-01 Yao Qi <yao.qi@linaro.org>
10259
10260 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
10261 the URL in copyright header.
10262 * gdb.arch/aarch64-fp.exp: Likewise.
10263 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
10264 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
10265 * gdb.base/expand-psymtabs.exp: Likewise.
10266 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
10267 * gdb.fortran/common-block.exp: Likewise.
10268 * gdb.fortran/common-block.f90: Likewise.
10269 * gdb.fortran/logical.exp: Likewise.
10270 * gdb.fortran/vla-datatypes.f90: Likewise.
10271 * gdb.fortran/vla-sub.f90: Likewise.
10272
10273 2017-11-30 Joel Brobecker <brobecker@adacore.com>
10274
10275 * gdb.ada/repeat_dyn: New testcase.
10276
10277 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
10278
10279 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
10280 Update for changed thread numbering.
10281 * gdb.cell/bt.exp: Update for changed GDB output.
10282
10283 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
10284
10285 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
10286 setting isremote by hand.
10287 * boards/dwarf4-gdb-index.exp: Likewise.
10288 * boards/fission.exp: Likewise.
10289 * boards/stabs.exp: Likewise.
10290
10291 2017-11-30 Pedro Alves <palves@redhat.com>
10292
10293 * gdb.linespec/cpls-ops.exp
10294 (check_explicit_skips_function_argument): Extract the underlying
10295 type of size_t instead of hardcoding it.
10296
10297 2017-11-29 Pedro Alves <palves@redhat.com>
10298
10299 PR c++/19436
10300 * gdb.linespec/cpls-abi-tag.cc: New file.
10301 * gdb.linespec/cpls-abi-tag.exp: New file.
10302
10303 2017-11-29 Pedro Alves <palves@redhat.com>
10304
10305 * gdb.base/langs.exp: Use -qualified.
10306 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
10307 it.
10308 * gdb.cp/namespace.exp: Use -qualified.
10309 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
10310 (overload-3, template-overload, template-ret-type, const-overload)
10311 (const-overload-quoted, anon-ns, ambiguous-prefix): New
10312 procedures.
10313 (test_driver): Call them.
10314 * gdb.cp/save-bp-qualified.cc: New.
10315 * gdb.cp/save-bp-qualified.exp: New.
10316 * gdb.linespec/explicit.exp: Test -qualified.
10317 * lib/completion-support.exp (completion::explicit_opts_list): Add
10318 "-qualified".
10319 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
10320
10321 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
10322
10323 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
10324
10325 2017-11-29 Tom Tromey <tom@tromey.com>
10326
10327 * gdb.base/relocate.exp: Update invalid argument test.
10328 Add new tests for invalid arguments.
10329
10330 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
10331
10332 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
10333 Return 0 as a long.
10334 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
10335
10336 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
10337
10338 * gdb.cp/breakpoint.cc (bar): Set return type to void.
10339 * gdb.cp/psymtab-parameter.cc (func): Likewise.
10340 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
10341 func ().
10342 * gdb.cp/shadow.cc (B.func): Return 0.
10343
10344 2017-11-27 Joel Brobecker <brobecker@adacore.com>
10345
10346 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
10347 expected output in gdb_expect call to allow the exception
10348 message to be present as well. Fix syntax confusion to avoid
10349 TCL thinking that exception_name is an array.
10350
10351 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
10352
10353 * gdb.arch/spu-info.c: Include <unistd.h>.
10354 (do_signal_test): Fix broken calls to write.
10355 * gdb.arch/spu-info.exp: Use prepare_for_testing.
10356 Fix checks for empty mailboxes. Update signal tests for corrected
10357 do_signal_test routine. Allow nonzero event status.
10358 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
10359 * gdb.cell/arch.exp: Use standard_output_file.
10360 * gdb.cell/break.exp: Likewise.
10361 * gdb.cell/bt.exp: Likewise.
10362 * gdb.cell/core.exp: Likewise.
10363 * gdb.cell/dwarfaddr.exp: Likewise.
10364 * gdb.cell/ea-cache.exp: Likewise.
10365 * gdb.cell/ea-standalone.exp: Likewise.
10366 * gdb.cell/f-regs.exp: Likewise.
10367 * gdb.cell/fork.exp: Likewise.
10368 * gdb.cell/gcore.exp: Likewise.
10369 * gdb.cell/mem-access.exp: Likewise.
10370 * gdb.cell/ptype.exp: Likewise.
10371 * gdb.cell/registers.exp: Likewise.
10372 * gdb.cell/sizeof.exp: Likewise.
10373 * gdb.cell/solib-symbol.exp: Likewise.
10374 * gdb.cell/solib.exp: Likewise.
10375
10376 2017-11-25 Pedro Alves <palves@redhat.com>
10377
10378 * gdb.base/complete-empty.exp: New file.
10379 * gdb.base/completion.exp: Adjust.
10380
10381 2017-11-25 Pedro Alves <palves@redhat.com>
10382
10383 * gdb.linespec/cpls-ops.cc: New file.
10384 * gdb.linespec/cpls-ops.exp: New file.
10385 * lib/completion-support.exp (test_complete_prefix_range_re): New,
10386 factored out from ...
10387 (test_complete_prefix_range): ... this.
10388
10389 2017-11-24 Pedro Alves <palves@redhat.com>
10390
10391 * gdb.linespec/cpcompletion.exp: New file.
10392 * gdb.linespec/cpls-hyphen.cc: New file.
10393 * gdb.linespec/cpls.cc: New file.
10394 * gdb.linespec/cpls2.cc: New file.
10395 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
10396 test to use test_gdb_complete_unique. Add label completion,
10397 keyword completion and explicit location completion tests.
10398 * lib/completion-support.exp: New file.
10399
10400 2017-11-24 Joel Brobecker <brobecker@adacore.com>
10401
10402 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
10403 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
10404 when hitting an exception catchpoint.
10405
10406 2017-11-22 Yao Qi <yao.qi@linaro.org>
10407
10408 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
10409
10410 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
10411
10412 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
10413 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
10414 * gdb.dwarf2/info-locals-optimized-out.c: New file.
10415
10416 2017-11-22 Yao Qi <yao.qi@linaro.org>
10417
10418 * gdb.base/info-os.exp: Pass pthreads.
10419 * gdb.multi/multi-attach.exp: Likewise.
10420
10421 2017-11-22 Yao Qi <yao.qi@linaro.org>
10422
10423 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
10424 compiler.
10425
10426 2017-11-22 Yao Qi <yao.qi@linaro.org>
10427
10428 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
10429 * gdb.base/break-interp.exp: Likewise.
10430 * gdb.base/jit-attach-pie.exp: Likewise.
10431
10432 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
10433
10434 * gdb.base/float128.c (large128): New variable.
10435 * gdb.base/float128.exp: Add test to print largest __float128 value.
10436
10437 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
10438
10439 * gdb.arch/vsx-regs.exp: Update register content checks.
10440
10441 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
10442
10443 * gdb.arch/ppc-longdouble.exp: New file.
10444 * gdb.arch/ppc-longdouble.c: Likewise.
10445
10446 2017-11-21 Pedro Alves <palves@redhat.com>
10447
10448 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
10449
10450 2017-11-20 Pedro Alves <palves@redhat.com>
10451
10452 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
10453 (long_double_typedef): New typedefs.
10454 Use DEF on double and long double.
10455 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
10456 cases.
10457 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
10458 and 'long_double_ptr_same_size' locals. Use them to decide
10459 whether cast from array/function to float is valid/invalid.
10460
10461 2017-11-17 Tom Tromey <tom@tromey.com>
10462
10463 * gdb.rust/traits.rs: New file.
10464 * gdb.rust/traits.exp: New file.
10465
10466 2017-11-17 Joel Brobecker <brobecker@adacore.com>
10467
10468 * gdb.ada/minsyms: New testcase.
10469
10470 2017-11-16 Pedro Alves <palves@redhat.com>
10471
10472 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
10473 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
10474
10475 2017-11-16 Pedro Alves <palves@redhat.com>
10476
10477 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
10478 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
10479
10480 2017-11-16 Pedro Alves <palves@redhat.com>
10481
10482 * gdb.server/reconnect-ctrl-c.c: New file.
10483 * gdb.server/reconnect-ctrl-c.exp: New file.
10484
10485 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
10486
10487 * gdb.python/py-rbreak.exp: New file.
10488 * gdb.python/py-rbreak.c: New file.
10489 * gdb.python/py-rbreak-func2.c: New file.
10490
10491 2017-11-16 Pedro Alves <palves@redhat.com>
10492
10493 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
10494 pattern.
10495 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
10496 GDB.
10497
10498 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
10499
10500 * gdb.tui/completionn.exp (test_tab_completion): Add space in
10501 regex.
10502
10503 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
10504
10505 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
10506 test names.
10507
10508 2017-11-09 Pedro Alves <palves@redhat.com>
10509
10510 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
10511 factored out from ...
10512 (top level): ... here, and adjusted to avoid expecting beyond the
10513 prompt in a single gdb_test_multiple.
10514
10515 2017-11-09 Pedro Alves <palves@redhat.com>
10516
10517 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
10518 output.
10519 * gdb.server/ext-attach.exp ("kill" test): Likewise.
10520 * gdb.server/ext-restart.exp ("kill" test): Likewise.
10521 * gdb.server/ext-run.exp ("kill" test): Likewise.
10522 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
10523
10524 2017-11-09 Pedro Alves <palves@redhat.com>
10525
10526 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
10527 match till end of line.
10528
10529 2017-11-09 Pedro Alves <palves@redhat.com>
10530
10531 * gdb.base/memattr.exp: Tighten regexes to match the end line.
10532
10533 2017-11-09 Pedro Alves <palves@redhat.com>
10534
10535 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
10536 New procedures, factored out from ...
10537 (top level): ... here, and adjusted to avoid expecting beyond the
10538 prompt in one go.
10539
10540 2017-11-09 Pedro Alves <palves@redhat.com>
10541
10542 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
10543 output. Fix '?' match.
10544
10545 2017-11-08 Joel Brobecker <brobecker@adacore.com>
10546
10547 * gdb.ada/scoped_watch: New testcase.
10548 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
10549 which is actually correct.
10550 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
10551 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
10552
10553 2017-11-08 Pedro Alves <palves@redhat.com>
10554
10555 * gdb.gdb/complaints.exp (test_initial_complaints)
10556 (test_serial_complaints, test_short_complaints): Call
10557 complaint_internal instead of complaint.
10558
10559 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
10560
10561 * gdb.threads/tls-core.c: New file.
10562 * gdb.threads/tls-core.exp: Likewise.
10563
10564 2017-11-08 Pedro Alves <palves@redhat.com>
10565
10566 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
10567 (p Exported_Capitalized): New test.
10568 (p exported_capitalized): New test.
10569
10570 2017-11-07 Pedro Alves <palves@redhat.com>
10571
10572 * gdb.cp/ena-dis-br-range.exp: Add more tests.
10573
10574 2017-11-07 Pedro Alves <palves@redhat.com>
10575
10576 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
10577 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
10578 (disable_invalid, disable_inverted, disable_negative): New
10579 procedures.
10580 ("bad numbers"): New set of tests.
10581
10582 2017-11-07 Pedro Alves <palves@redhat.com>
10583
10584 * gdb.cp/ena-dis-br-range.exp: Add tests.
10585
10586 2017-11-07 Pedro Alves <palves@redhat.com>
10587
10588 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
10589
10590 2017-11-07 Xavier Roirand <roirand@adacore.com>
10591 Pedro Alves <palves@redhat.com>
10592
10593 * gdb.base/ena-dis-br.exp: Add reference to
10594 gdb.cp/ena-dis-br-range.exp.
10595 * gdb.cp/ena-dis-br-range.exp: New file.
10596 * gdb.cp/ena-dis-br-range.cc: New file.
10597
10598 2017-11-06 Pedro Alves <palves@redhat.com>
10599
10600 * gdb.base/attach-non-pgrp-leader.c: New.
10601 * gdb.base/attach-non-pgrp-leader.exp: New.
10602
10603 2017-11-06 Pedro Alves <palves@redhat.com>
10604
10605 * configure.ac: No longer check for termio.h and sgtty.h.
10606 * configure: Regenerate.
10607 * remote-utils.c: Include termios.h instead of gdb_termios.h.
10608 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
10609 Remove termio and sgtty code.
10610
10611 2017-11-03 Yao Qi <yao.qi@linaro.org>
10612
10613 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
10614 in GDB is disabled.
10615
10616 2017-11-03 Yao Qi <yao.qi@linaro.org>
10617
10618 * gdb.python/py-thrhandle.exp: Skip it if python is not
10619 enabled.
10620
10621 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
10622
10623 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
10624 as a breakpoint command.
10625
10626 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
10627
10628 PR python/21213
10629 * gdb.python/py-infthread.exp: Test calling
10630 InferiorThread.inferior () multiple times in a row.
10631
10632 2017-10-27 Keith Seitz <keiths@redhat.com>
10633
10634 * gdb.opt/inline-break.exp (break_info_1): New procedure.
10635 Test "info break" for every inlined function breakpoint.
10636
10637 2017-10-27 Yao Qi <yao.qi@linaro.org>
10638
10639 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
10640
10641 2017-10-26 Patrick Frants <osscontribute@gmail.com>
10642
10643 * gdb.cp/classes.exp (test_static_members): Test printing
10644 Outer::instance.
10645 * gdb.cp/classes.c (struct Inner, struct Outer): New.
10646 (Inner::instance, Outer::instance): New.
10647
10648 2017-10-24 Pedro Alves <palves@redhat.com>
10649
10650 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
10651 extra console" test in two stages.
10652
10653 2017-10-24 Pedro Alves <palves@redhat.com>
10654
10655 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
10656
10657 2017-10-24 Pedro Alves <palves@redhat.com>
10658
10659 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
10660 loop.
10661
10662 2017-10-24 Pedro Alves <palves@redhat.com>
10663
10664 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
10665 $attempt" and "stoppedtry $stoppedtry" test prefixes.
10666
10667 2017-10-24 Pedro Alves <palves@redhat.com>
10668
10669 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
10670 parameter and handle it. Don't output read value in test name.
10671
10672 2017-10-24 Pedro Alves <palves@redhat.com>
10673
10674 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
10675 custom test name.
10676
10677 2017-10-24 Pedro Alves <palves@redhat.com>
10678
10679 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
10680 include the unstable output directory name in the test's name.
10681 (initial_setup_simple) <'set args'>: Use custom test name.
10682
10683 2017-10-24 Pedro Alves <palves@redhat.com>
10684
10685 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
10686 with explicit test name.
10687
10688 2017-10-20 Pedro Alves <palves@redhat.com>
10689
10690 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
10691 'wait -i'. Use gdb_assert and remote_close.
10692
10693 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
10694
10695 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
10696 number from variable rather than hard-coded.
10697
10698 2017-10-19 Pedro Alves <palves@redhat.com>
10699
10700 * gdb.base/long-inferior-output.c: New file.
10701 * gdb.base/long-inferior-output.exp: New file.
10702
10703 2017-11-18 Keith Seitz <keiths@redhat.com>
10704
10705 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
10706 method.
10707 (main): Call it.
10708 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
10709 Add additional user-defined conversion operator tests.
10710
10711 2017-10-17 Pedro Alves <palves@redhat.com>
10712
10713 * boards/native-stdio-gdbserver.exp: Load "local-board".
10714
10715 2017-10-17 Pedro Alves <palves@redhat.com>
10716
10717 * gdb.base/quit-live.c: New file.
10718 * gdb.base/quit-live.exp: New file.
10719
10720 2017-10-16 Keith Seitz <keiths@redhat.com>
10721
10722 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
10723 (class_with_protected_typedef, class_with_private_typedef)
10724 (struct_with_public_typedef, struct_with_protected_typedef)
10725 (struct_with_private_typedef): New classes/structs.
10726 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
10727 typedefs and access specifiers.
10728
10729 2017-10-16 Pedro Alves <palves@redhat.com>
10730 Simon Marchi <simon.marchi@polymtl.ca>
10731
10732 * README (Local vs Remote vs Native): New section.
10733 * boards/local-board.exp: New file, with bits factored out from
10734 ...
10735 * boards/native-extended-gdbserver.exp: ... here. Load
10736 "local-board".
10737 * boards/native-gdbserver.exp: Load "local-board".
10738 (${board}_spawn, ${board}_exec): Delete.
10739 * boards/native-stdio-gdbserver.exp: Most contents factored out to
10740 ...
10741 * boards/stdio-gdbserver-base.exp: ... this new file.
10742 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
10743 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
10744 procedure.
10745 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
10746 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
10747 stdio_gdbserver_command.
10748 (${board}_get_remote_address, ${board}_get_comm_port)
10749 (${board}_download, ${board}_upload): Delete.
10750 (get_target_remote_pipe_cmd): New.
10751
10752 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
10753
10754 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
10755 test_bkpt_deletion, test_bkpt_cond_and_cmds,
10756 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
10757 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
10758 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
10759 remove with_test_prefix.
10760
10761 2017-10-13 Pedro Alves <palves@redhat.com>
10762
10763 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
10764 * gdb.base/annota1.exp: Use it instead of is_remote.
10765 * gdb.base/annota3.exp: Use it instead of is_remote.
10766 * gdb.cp/annota2.exp: Use it instead of is_remote.
10767 * gdb.cp/annota3.exp: Use it instead of is_remote.
10768 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
10769
10770 2017-10-13 Pedro Alves <palves@redhat.com>
10771
10772 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
10773 (test_num_test_vars, run_and_count_vars, find_env)
10774 (test_set_unset_env, test_inherit_env_var): New procedures.
10775 (top level): Use them.
10776
10777 2017-10-13 Pedro Alves <palves@redhat.com>
10778
10779 * lib/selftest-support.exp (selftest_setup): Extend comments, and
10780 also skip on stub-like targets.
10781
10782 2017-10-13 Pedro Alves <palves@redhat.com>
10783
10784 PR gdb/22293
10785 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
10786 (top level): Move some tests to ...
10787 (test_not_found): ... this new procedure.
10788 (top level): Call it.
10789
10790 2017-10-13 Pedro Alves <palves@redhat.com>
10791
10792 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
10793 expect different "info terminal" output if testing with a
10794 non-native target.
10795
10796 2017-10-13 Pedro Alves <palves@redhat.com>
10797 Simon Marchi <simon.marchi@polymtl.ca>
10798
10799 PR python/12966
10800 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
10801
10802 2017-10-13 Pedro Alves <palves@redhat.com>
10803
10804 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
10805 already.
10806
10807 2017-10-13 Pedro Alves <palves@redhat.com>
10808
10809 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
10810 is_remote.
10811
10812 2017-10-13 Pedro Alves <palves@redhat.com>
10813
10814 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
10815 is_remote.
10816
10817 2017-10-13 Pedro Alves <palves@redhat.com>
10818
10819 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
10820 is set.
10821 (corefile_test_attach): Likewise. Check can_spawn_for_attach
10822 instead of is_remote.
10823
10824 2017-10-13 Pedro Alves <palves@redhat.com>
10825
10826 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
10827 (top level): Add comment.
10828
10829 2017-10-13 Pedro Alves <palves@redhat.com>
10830
10831 * gdb.base/remote.exp (top level): Fix comment typo and add
10832 missing return.
10833
10834 2017-10-13 Pedro Alves <palves@redhat.com>
10835 Simon Marchi <simon.marchi@polymtl.ca>
10836
10837 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
10838 calls and add comments. Skip test if use_gdb_stub is set.
10839 (top level): Use "set cwd" command instead of "cd" command.
10840
10841 2017-10-13 Pedro Alves <palves@redhat.com>
10842
10843 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
10844 is_remote target check.
10845
10846 2017-10-13 Pedro Alves <palves@redhat.com>
10847
10848 * gdb.base/scope.exp: Use build_executable + clean_restart +
10849 gdb_file_cmd instead of prepare_for_testing and no longer skip
10850 "before run" tests on is_remote target boards. Update comments.
10851 * boards/native-extended-gdbserver.exp
10852 (extended_gdbserver_load_last_file): New, factored out from ...
10853 (gdb_load): ... this. Move further below and add comment.
10854 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
10855
10856 2017-10-12 Pedro Alves <palves@redhat.com>
10857
10858 * gdb.base/attach.exp: Remove references to gdb64.
10859 * gdb.base/dbx.exp: Remove references to gdb64.
10860
10861 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
10862 Pedro Alves <palves@redhat.com>
10863
10864 * gdb.base/label.exp: Remove is_remote target check.
10865
10866 2017-10-12 Pedro Alves <palves@redhat.com>
10867
10868 * gdb.base/auvx.exp (coredir): Update comment.
10869 (top level) <core_works>: Use "set cwd" command instead of "cd"
10870 command.
10871
10872 2017-10-12 Pedro Alves <palves@redhat.com>
10873 Simon Marchi <simon.marchi@polymtl.ca>
10874
10875 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
10876 target boards.
10877
10878 2017-10-12 Pedro Alves <palves@redhat.com>
10879 Simon Marchi <simon.marchi@polymtl.ca>
10880
10881 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
10882 Instead skip if there's any gdb_protocol set.
10883
10884 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
10885 Pedro Alves <palves@redhat.com>
10886
10887 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
10888
10889 2017-10-12 Pedro Alves <palves@redhat.com>
10890 Simon Marchi <simon.marchi@polymtl.ca>
10891
10892 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
10893 instead of on dejagnu remote boards.
10894
10895 2017-10-12 Pedro Alves <palves@redhat.com>
10896 Simon Marchi <simon.marchi@polymtl.ca>
10897
10898 * gdb.base/inferior-died.exp: Remove is_remote and isnative
10899 checks. Use build_executable + clean_restart instead of
10900 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
10901 of enabling non-stop after starting gdb.
10902
10903 2017-10-12 Pedro Alves <palves@redhat.com>
10904
10905 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
10906 * gdb.threads/non-ldr-exc-2.exp: Ditto.
10907 * gdb.threads/non-ldr-exc-3.exp: Ditto.
10908 * gdb.threads/non-ldr-exc-4.exp: Ditto.
10909
10910 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
10911
10912 * gdb.arch/arc-tdesc-cpu.exp: New file.
10913 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
10914
10915 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
10916
10917 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
10918
10919 2017-10-10 Pedro Alves <palves@redhat.com>
10920
10921 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
10922 expect CLI output.
10923
10924 2017-10-10 Pedro Alves <palves@redhat.com>
10925
10926 * lib/selftest-support.exp (selftest_setup): Update for
10927 captured_command_loop's prototype change.
10928
10929 2017-10-09 Pedro Alves <palves@redhat.com>
10930
10931 Test both arch1=>arch2 and arch2=>arch1.
10932
10933 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
10934 (srcfile2, binfile2, march1, march2): Remove globals. Largely
10935 factored out to...
10936 (append_arch1_options, append_arch2_options, append_arch_options)
10937 (build_executables): New procedures.
10938 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
10939 local.
10940 (top level): Add new 'first_arch' testing axis.
10941
10942 2017-10-09 Pedro Alves <palves@redhat.com>
10943
10944 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
10945 (barrier): New.
10946 (thread_start, all_started): New functions.
10947 (main): Spawn new thread and wait until it is scheduled.
10948 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
10949 option.
10950 (do_test): Add 'selected_thread' parameter. Run to all_started
10951 instead of main. Explicitly set the breakpoint at main. Switch
10952 to the SELECTED_THREAD thread.
10953 (top level): Test handling the exec event with either the main
10954 thread or the second thread selected.
10955
10956 2017-10-09 Pedro Alves <palves@redhat.com>
10957
10958 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
10959 logic. Move STOP marker after the value checks.
10960 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
10961 regexp.
10962
10963 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
10964
10965 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
10966
10967 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
10968
10969 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
10970 integer-to-dfp conversion.
10971 * gdb.base/dfp-test.exp: Likewise.
10972
10973 2017-10-04 Pedro Alves <palves@redhat.com>
10974
10975 * gdb.multi/hangout.c: Include <unistd.h>.
10976 (hangout_loop): New function.
10977 (main): Call alarm. Call hangout_loop in a loop.
10978 * gdb.multi/hello.c: Include <unistd.h>.
10979 (hello_loop): New function.
10980 (main): Call alarm. Call hangout_loop in a loop.
10981 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
10982 inferior with the other selected.
10983
10984 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
10985
10986 * gdb.mi/list-thread-groups-available.exp: New file.
10987 * gdb.mi/list-thread-groups-available.c: New file.
10988
10989 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
10990
10991 * gdb.base/set-cwd.exp: Make it available on
10992 native-extended-gdbserver.
10993
10994 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
10995
10996 * gdb.base/set-cwd.c: New file.
10997 * gdb.base/set-cwd.exp: Likewise.
10998
10999 2017-10-02 Tom Tromey <tom@tromey.com>
11000
11001 PR rust/22236:
11002 * gdb.rust/simple.rs (main): New variable "fslice".
11003 * gdb.rust/simple.exp: Add slice tests. Update string tests.
11004
11005 2017-10-02 Tom Tromey <tom@tromey.com>
11006
11007 * gdb.rust/simple.exp: Test ptype of a slice.
11008
11009 2017-10-02 Tom Tromey <tom@tromey.com>
11010
11011 * gdb.rust/simple.exp: Test index of slice.
11012
11013 2017-09-27 Tom Tromey <tom@tromey.com>
11014
11015 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
11016
11017 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
11018 Pedro Alves <palves@redhat.com>
11019
11020 * gdb.base/compare-sections.exp (get value of read-only section): Read
11021 as unsigned value.
11022 (corrupt read-only section): Likewise and don't set written if patching
11023 failed.
11024
11025 2017-09-21 Kevin Buettner <kevinb@redhat.com>
11026
11027 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
11028 files.
11029
11030 2017-09-20 Pedro Alves <palves@redhat.com>
11031
11032 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
11033 symbol names in gdb's output.
11034 * gdb.cp/overload.exp ("list all overloads"): Likewise.
11035
11036 2017-09-20 Pedro Alves <palves@redhat.com>
11037
11038 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
11039 Rename to ...
11040 (test_list_ambiguous_symbol): ... this and add a symbol name
11041 parameter. Adjust.
11042 (test_list_ambiguous_function): Reimplement on top of
11043 test_list_ambiguous_symbol and also test listing ambiguous
11044 variables.
11045 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
11046 (ambiguous_fun): ... this.
11047 (ambiguous_var): New.
11048 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
11049 (ambiguous_fun): ... this.
11050 (ambiguous_var): New.
11051
11052 2017-09-19 John Baldwin <jhb@FreeBSD.org>
11053
11054 * gdb.base/starti.c: New file.
11055 * gdb.base/starti.exp: New file.
11056 * lib/gdb.exp (gdb_starti_cmd): New procedure.
11057
11058 2017-09-14 Pedro Alves <palves@redhat.com>
11059
11060 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
11061 (top level): Use it instead of runto.
11062
11063 2017-09-11 Tom Tromey <tom@tromey.com>
11064
11065 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
11066
11067 2017-09-11 Tom Tromey <tom@tromey.com>
11068
11069 * gdb.python/py-infthread.exp: Add tests for new_thread event.
11070 * gdb.python/py-inferior.exp: Add tests for new inferior events.
11071
11072 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
11073
11074 * gdb.fortran/printing-types.exp: New file.
11075 * gdb.fortran/printing-types.exp: New file.
11076
11077 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
11078
11079 * gdb.fortran/vla-ptype.exp: Fix typos.
11080 * gdb.fortran/vla-value.exp: Same.
11081
11082 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
11083
11084 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
11085 * gdb.mi/mi-var-child-f.exp: Likewise.
11086 * gdb.mi/mi-vla-fortran.exp: Likewise.
11087
11088 2017-09-08 Frank Penczek <frank.penczek@intel.com>
11089 Christoph Weinmann <christoph.t.weinmann@intel.com>
11090 Bernhard Heckel <bernhard.heckel@intel.com>
11091
11092 * gdb.fortran/ptr-indentation.f90: New file.
11093 * gdb.fortran/ptr-indentation.exp: New file.
11094
11095 2017-09-05 Tom Tromey <tom@tromey.com>
11096
11097 PR gdb/22010:
11098 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
11099
11100 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
11101
11102 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
11103
11104 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11105
11106 * gdb.threads/tls-nodebug-pie.c: New file.
11107 * gdb.threads/tls-nodebug-pie.exp: New file.
11108
11109 2017-09-05 Tom Tromey <tom@tromey.com>
11110
11111 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
11112 for rust.
11113
11114 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
11115
11116 * gdb.multi/multi-arch-exec.exp: Test with different
11117 "follow-exec-mode" settings.
11118 (do_test): New procedure.
11119
11120 2017-09-04 Pedro Alves <palves@redhat.com>
11121
11122 * gdb.base/func-static.c (S::method const, S::method volatile)
11123 (S::method volatile const): New methods.
11124 (c_s, v_s, cv_s): New instances.
11125 (main): Call method() on them.
11126 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
11127 (cannot_resolve): New procedure.
11128 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
11129 print-quote-unquoted columns.
11130 (do_test): Test printing each scope too.
11131
11132 2017-09-04 Pedro Alves <palves@redhat.com>
11133
11134 * gdb.base/local-static.exp: Also test with
11135 class::method::variable wholly quoted.
11136 * gdb.cp/m-static.exp (class::method::variable): Remove test.
11137
11138 2017-09-04 Pedro Alves <palves@redhat.com>
11139
11140 * gdb.base/local-static.c: New.
11141 * gdb.base/local-static.cc: New.
11142 * gdb.base/local-static.exp: New.
11143
11144 2017-09-04 Pedro Alves <palves@redhat.com>
11145
11146 * gdb.asm/asm-source.exp: Add casts to int.
11147 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
11148 (dataglobal64_1, dataglobal64_2): New globals.
11149 * gdb.base/nodebug.exp: Test different expressions involving the
11150 new globals, with print, whatis and ptype. Add casts to int.
11151 * gdb.base/solib-display.exp: Add casts to int.
11152 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
11153 * gdb.cp/m-static.exp: Add cast to int.
11154 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
11155 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
11156 tls variable with no debug info without a cast. Test with a cast
11157 to int too.
11158 * gdb.trace/entry-values.exp: Add casts.
11159
11160 2017-09-04 Pedro Alves <palves@redhat.com>
11161
11162 * gdb.base/nodebug.exp: Test that ptype's error about functions
11163 with unknown return type includes the function name too.
11164
11165 2017-09-04 Pedro Alves <palves@redhat.com>
11166
11167 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
11168 return type of munmap in infcall.
11169 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
11170 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
11171 type of ftell in infcall.
11172 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
11173 type of getpid in infcall.
11174 * gdb.base/infcall-exec.exp: Cast return type of execlp in
11175 infcall.
11176 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
11177 Bail on failure to extract the pid.
11178 * gdb.base/nodebug.c: #include <stdint.h>.
11179 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
11180 New functions.
11181 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
11182 Change expected output of print/whatis/ptype with functions with
11183 no debug info. Test all supported languages. Call
11184 test_call_promotion.
11185 * gdb.compile/compile.exp: Adjust expected output to expect
11186 warning.
11187 * gdb.threads/siginfo-threads.exp: Likewise.
11188
11189 2017-09-04 Pedro Alves <palves@redhat.com>
11190
11191 * gdb.base/callfuncs.exp (do_function_calls): New parameter
11192 "prototypes". Test calling float functions via prototyped and
11193 unprototyped function pointers.
11194 (perform_all_tests): New parameter "prototypes". Pass it down.
11195 (top level): Pass down "prototypes" parameter to
11196 perform_all_tests.
11197
11198 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
11199
11200 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
11201 Test with nested loops.
11202
11203 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
11204
11205 * gdb.base/commands.exp: Call the new procedures.
11206 (loop_break_test, loop_continue_test): New procedures.
11207
11208 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
11209
11210 * gdb.base/commands.exp: Call new procedure.
11211 (define_if_without_arg_test): New procedure.
11212
11213 2017-09-04 Pedro Alves <palves@redhat.com>
11214
11215 * gdb.base/list-ambiguous.exp: New file.
11216 * gdb.base/list-ambiguous0.c: New file.
11217 * gdb.base/list-ambiguous1.c: New file.
11218 * gdb.base/list.exp (test_list_range): Adjust expected output.
11219
11220 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
11221
11222 * gdb.base/share-env-with-gdbserver.c: New file.
11223 * gdb.base/share-env-with-gdbserver.exp: Likewise.
11224
11225 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
11226
11227 * gdb.base/commands.exp (gdbvar_simple_if_test,
11228 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
11229 progvar_simple_if_test, progvar_simple_while_test,
11230 progvar_complex_if_while_test, user_defined_command_test,
11231 user_defined_command_args_eval,
11232 user_defined_command_args_stack_test,
11233 user_defined_command_manyargs_test, bp_deleted_in_command_test,
11234 temporary_breakpoint_commands,
11235 gdb_test_no_prompt, redefine_hook_test,
11236 redefine_backtrace_test): Remove "global gdb_prompt".
11237
11238 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
11239
11240 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
11241 New proc, call it from toplevel.
11242
11243 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
11244
11245 PR remote/21852
11246 * gdb.server/normal.c: New file, copied from gdb.base.
11247 * gdb.server/run-without-local-binary.exp: New file.
11248
11249 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
11250
11251 * gdb.arch/sparc64-adi.exp: New file.
11252 * gdb.arch/sparc64-adi.c: New file.
11253
11254 2017-08-22 Pedro Alves <palves@redhat.com>
11255
11256 * gdb.cp/overload.exp (line_range_pattern): New procedure.
11257 (top level): Add "list all overloads" tests.
11258
11259 2017-08-22 Tom Tromey <tom@tromey.com>
11260
11261 * gdb.gdb/xfullpath.exp: Remove.
11262
11263 2017-08-21 Pedro Alves <palves@redhat.com>
11264
11265 PR gdb/19487
11266 * gdb.base/symbol-alias.c: New.
11267 * gdb.base/symbol-alias2.c: New.
11268 * gdb.base/symbol-alias.exp: New.
11269
11270 2017-08-21 Pedro Alves <palves@redhat.com>
11271
11272 * gdb.base/dfp-test.c
11273 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
11274 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
11275 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
11276 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
11277 * gdb.base/whatis-ptype-typedefs.c: New.
11278 * gdb.base/whatis-ptype-typedefs.exp: New.
11279 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
11280 (an_int, an_int_type, an_int_type2): New globals.
11281 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
11282 involving typedefs and cast expressions.
11283 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
11284 (lookup_typedefs_function): New.
11285 (typedefs_pretty_printers_dict): New.
11286 (top level): Register lookup_typedefs_function in
11287 gdb.pretty_printers.
11288
11289 2017-08-18 Yao Qi <yao.qi@linaro.org>
11290
11291 * gdb.server/unittest.exp: New.
11292
11293 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
11294
11295 PR gdb/21954
11296 * gdb.base/environ.exp: Add test to check if 'unset environment'
11297 works.
11298
11299 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
11300
11301 * lib/gdb.exp (universal_compile_options): New caching proc.
11302 (gdb_compile): Suppress GCC's coloring of messages.
11303
11304 2017-08-14 Tom Tromey <tom@tromey.com>
11305
11306 PR gdb/21675:
11307 * gdb.base/printcmds.exp (test_radices): New function.
11308 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
11309 * gdb.base/sizeof.exp (check_valueof): Use p/d.
11310 * lib/gdb.exp (get_integer_valueof): Use p/d.
11311
11312 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
11313
11314 * lib/gdb.exp (get_valueof): Don't capture end-of-line
11315 characters.
11316
11317 2017-08-05 Tom Tromey <tom@tromey.com>
11318
11319 * gdb.rust/simple.exp: Allow String to appear in a different
11320 namespace.
11321
11322 2017-07-26 Yao Qi <yao.qi@linaro.org>
11323
11324 * gdb.gdb/unittest.exp: Invoke command
11325 "maintenance check xml-descriptions".
11326
11327 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11328
11329 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
11330 calling context.
11331 (hex128): Drop erroneous calculation of parameters.
11332
11333 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
11334
11335 * gdb.python/py-unwind.exp: Disable stack protection when
11336 building test file.
11337
11338 2017-07-20 Pedro Alves <palves@redhat.com>
11339
11340 * gdb.base/default.exp (set language): Adjust expected output.
11341
11342 2017-07-20 Pedro Alves <palves@redhat.com>
11343
11344 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
11345 (test_minsym): ... this, and make static.
11346 (get_pck__foo__bar__minsym): Rename to ...
11347 (get_test_minsym): ... this.
11348 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
11349 symbol names and comments.
11350 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
11351 (get_test_minsym): ... this.
11352 (pck__foo__bar__minsym__2): Rename to ...
11353 (test_minsym): ... this.
11354 (main): Adjust.
11355
11356 2017-07-17 Pedro Alves <palves@redhat.com>
11357
11358 * gdb.base/completion.exp: Adjust expected output.
11359 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
11360 the completer works.
11361
11362 2017-07-17 Pedro Alves <palves@redhat.com>
11363
11364 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
11365
11366 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
11367
11368 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
11369
11370 2017-07-14 Tom Tromey <tom@tromey.com>
11371
11372 PR rust/21764:
11373 * gdb.rust/simple.exp: Add tests.
11374
11375 2017-07-14 Tom Tromey <tom@tromey.com>
11376
11377 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
11378
11379 2017-07-14 Pedro Alves <palves@redhat.com>
11380
11381 * gdb.linespec/base/one/thefile.cc (z1): New function.
11382 * gdb.linespec/base/two/thefile.cc (z2): New function.
11383 * gdb.linespec/linespec.exp: Add tests.
11384
11385 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
11386
11387 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
11388 to mi_create_breakpoint.
11389
11390 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
11391
11392 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
11393 mi_create_breakpoint.
11394
11395 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
11396
11397 * gdb.dlang/demangle.exp: Update for demangling changes.
11398
11399 2017-07-09 Tom Tromey <tom@tromey.com>
11400
11401 * gdb.dwarf2/shortpiece.exp: New file.
11402
11403 2017-07-06 David Blaikie <dblaikie@gmail.com>
11404
11405 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
11406 built from fissiont-multi-cu{1,2}.c.
11407 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
11408 except putting 'main' and 'func' in separate CUs in the same DWO file.
11409 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
11410 test.
11411 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
11412 test.
11413
11414 2017-07-06 Pedro Alves <palves@redhat.com>
11415
11416 * gdb.python/py-unwind.exp: Test flushregs.
11417
11418 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
11419
11420 PR cli/21688
11421 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
11422 tests for alias commands and trailing whitespace.
11423
11424 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
11425
11426 PR cli/21688
11427 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
11428 procedure. Call it.
11429
11430 2017-06-29 Pedro Alves <palves@redhat.com>
11431
11432 * gdb.base/printcmds.exp: Add tests.
11433
11434 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
11435
11436 PR gdb/21337
11437 * gdb.base/reread-readsym.exp: New file.
11438 * gdb.base/reread-readsym.c: New file.
11439
11440 2017-06-21 Kevin Buettner <kevinb@redhat.com>
11441
11442 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
11443 subpattern.
11444
11445 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
11446
11447 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
11448 extended mnemonic.
11449 * gdb.arch/powerpc-power9.s: Likewise.
11450
11451 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
11452
11453 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
11454 on 32-bit x86 targets. Exploit is_*_target macros where
11455 appropriate.
11456
11457 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11458
11459 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
11460 register pieces.
11461
11462 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11463
11464 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
11465 located in one or more DWARF pieces.
11466
11467 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11468
11469 * lib/gdb.exp (get_endianness): New proc.
11470 * gdb.arch/aarch64-fp.exp: Use it.
11471 * gdb.arch/altivec-regs.exp: Likewise.
11472 * gdb.arch/e500-regs.exp: Likewise.
11473 * gdb.arch/vsx-regs.exp: Likewise.
11474 * gdb.base/dump.exp: Likewise.
11475 * gdb.base/funcargs.exp: Likewise.
11476 * gdb.base/gnu_vector.exp: Likewise.
11477 * gdb.dwarf2/formdata16.exp: Likewise.
11478 * gdb.dwarf2/implptrpiece.exp: Likewise.
11479 * gdb.dwarf2/nonvar-access.exp: Likewise.
11480 * gdb.python/py-inferior.exp: Likewise.
11481 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
11482
11483 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11484
11485 PR gdb/21226
11486 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
11487 stack value pieces are taken from the LSB end.
11488
11489 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11490
11491 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
11492 variable at nonzero offset.
11493
11494 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11495
11496 * gdb.dwarf2/var-access.c: New file.
11497 * gdb.dwarf2/var-access.exp: New test.
11498 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
11499
11500 2017-06-12 Tom Tromey <tom@tromey.com>
11501
11502 * gdb.dwarf2/formdata16.exp: Add tests.
11503
11504 2017-06-12 Tom Tromey <tom@tromey.com>
11505
11506 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
11507
11508 2017-06-12 Tom Tromey <tom@tromey.com>
11509
11510 PR exp/16225:
11511 * gdb.reverse/i386-sse-reverse.exp: Update tests.
11512 * gdb.arch/vsx-regs.exp: Update tests.
11513 * gdb.arch/s390-vregs.exp (hex128): New proc.
11514 Update test.
11515 * gdb.arch/altivec-regs.exp: Update tests.
11516
11517 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
11518
11519 * gdb.base/startup-with-shell.c: New file.
11520 * gdb.base/startup-with-shell.exp: Likewise.
11521
11522 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
11523
11524 * gdb.server/non-existing-program.exp: Update regex in order to
11525 reflect the fact that gdbserver is now using fork_inferior (with a
11526 shell) to startup the inferior.
11527
11528 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
11529
11530 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
11531 support function calls from GDB.
11532
11533 2017-05-21 Tom Tromey <tom@tromey.com>
11534
11535 PR rust/21466:
11536 * gdb.rust/unsized.exp: New file.
11537 * gdb.rust/unsized.rs: New file.
11538
11539 2017-05-19 Tom Tromey <tom@tromey.com>
11540
11541 PR rust/21484:
11542 * gdb.rust/watch.exp: New file.
11543 * gdb.rust/watch.rs: New file.
11544
11545 2017-05-18 Tom Tromey <tom@tromey.com>
11546
11547 * gdb.rust/simple.exp: Allow Box to be qualified.
11548
11549 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
11550
11551 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
11552
11553 2017-05-18 Pedro Alves <palves@redhat.com>
11554
11555 * gdb.base/fileio.c (test_write, test_read, test_close)
11556 (test_fstat): Don't print 'ret' in the fail path.
11557
11558 2017-05-18 Pedro Alves <palves@redhat.com>
11559
11560 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
11561 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
11562 (test_system, test_rename, test_unlink, test_time): Change
11563 prototypes.
11564 * gdb.base/fileio.exp (stop_msg): Adjust.
11565
11566 2017-05-18 Pedro Alves <palves@redhat.com>
11567
11568 * gdb.base/fileio.c (null_str): New global.
11569 (test_stat): Use it.
11570 * gdb.base/fileio.exp: Remove nowarnings.
11571
11572 2017-05-17 Yao Qi <yao.qi@linaro.org>
11573
11574 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
11575
11576 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
11577
11578 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
11579 argument command.
11580 (top-level): Invoke test_set_inferior_tty.
11581
11582 2017-05-04 Pedro Alves <palves@redhat.com>
11583
11584 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
11585 Add parens to print call for Python 3.
11586
11587 2017-05-03 Keith Seitz <keiths@redhat.com>
11588
11589 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
11590 (main): Call it.
11591
11592 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
11593
11594 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
11595 to prev and next.
11596
11597 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
11598
11599 * gdb.python/py-record-btrace.exp: Remove test for
11600 gdb.BtraceInstruction.error.
11601
11602 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
11603
11604 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
11605
11606 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
11607
11608 * gdb.python/py-record-btrace-threads.c: New file.
11609 * gdb.python/py-record-btrace-threads.exp: New file.
11610
11611 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
11612
11613 PR testsuite/8595
11614 * gdb.base/environ.exp: Make test available in all architectures.
11615 Move bits related to "info program" testing to
11616 gdb.base/info-program.exp. Rewrite tests to use the two new
11617 procedures mentione below.
11618 (test_set_show_env_var) New procedure.
11619 (test_set_show_env_var_equal): Likewise.
11620 * gdb.base/info-program.exp: New file.
11621
11622 2017-04-27 Keith Seitz <keiths@redhat.com>
11623
11624 * gdb.cp/oranking.cc (test15): New function.
11625 (main): Call test15 and declare additional variables for testing.
11626 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
11627 "p foo101('abc')" tests.
11628 Add tests for cv qualifier overloads.
11629 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
11630 "lvalue reference overload" test.
11631 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
11632 "print value of f1 on Child&& in f2" test.
11633
11634 2017-04-19 Pedro Alves <palves@redhat.com>
11635
11636 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
11637 procedure.
11638 (top level): Call it.
11639 * lib/gdb.exp (gdb_define_cmd): New procedure.
11640
11641 2017-04-12 Pedro Alves <palves@redhat.com>
11642
11643 PR gdb/21323
11644 * gdb.cp/wide_char_types.c: Include <wchar.h>.
11645 (wchar): New global.
11646 * gdb.cp/wide_char_types.exp (wide_char_types_program)
11647 (do_test_wide_char, wide_char_types_no_program, top level): Add
11648 wchar_t testing.
11649
11650 2017-04-12 Pedro Alves <palves@redhat.com>
11651
11652 PR c++/21323
11653 * gdb.cp/wide_char_types.c: New file.
11654 * gdb.cp/wide_char_types.exp: New file.
11655
11656 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
11657
11658 PR gdb/21352
11659 * gdb.trace/tsv.exp: Add test for "tsave -r".
11660
11661 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
11662
11663 * gdb.dlang/watch-loc.c: New file.
11664 * gdb.dlang/watch-loc.exp: New file.
11665
11666 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11667
11668 * gdb.python/py-section-script.exp (sepdebug): New testcases.
11669
11670 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
11671
11672 * gdb.arch/arc-analyze-prologue.S: New file.
11673 * gdb.arch/arc-analyze-prologue.exp: Likewise.
11674
11675 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
11676
11677 * gdb.arch/arc-decode-insn.S: New file.
11678 * gdb.arch/arc-decode-insn.exp: Likewise.
11679
11680 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
11681
11682 PR tdep/20928
11683 * gdb.arch/sparc64-regs.exp: New file.
11684 * gdb.arch/sparc64-regs.S: Likewise.
11685
11686 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
11687
11688 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
11689 and memory view on Python 3.
11690
11691 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
11692 Keith Seitz <keiths@redhat.com>
11693
11694 PR gdb/14441
11695 * gdb.cp/demangle.exp: Add rvalue reference tests.
11696 * gdb.cp/rvalue-ref-casts.cc: New file.
11697 * gdb.cp/rvalue-ref-casts.exp: New file.
11698 * gdb.cp/rvalue-ref-overload.cc: New file.
11699 * gdb.cp/rvalue-ref-overload.exp: New file.
11700 * gdb.cp/rvalue-ref-params.cc: New file.
11701 * gdb.cp/rvalue-ref-params.exp: New file.
11702 * gdb.cp/rvalue-ref-sizeof.cc: New file.
11703 * gdb.cp/rvalue-ref-sizeof.exp: New file.
11704 * gdb.cp/rvalue-ref-types.cc: New file.
11705 * gdb.cp/rvalue-ref-types.exp: New file.
11706 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
11707 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
11708
11709 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
11710
11711 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
11712 New procedure.
11713
11714 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
11715
11716 * lib/mi-support.exp (mi_gdb_test): Add additional message
11717 for unexpected output.
11718
11719 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
11720
11721 * gdb.base/examine-backward.c (Barrier): New character array
11722 constant, to ensure that TestStrings is preceded by a string
11723 terminator.
11724
11725 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11726
11727 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
11728 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
11729 and implicit pointer into such a location.
11730
11731 2017-03-16 Doug Evans <dje@google.com>
11732
11733 * gdb.python/py-lazy-string (pointer): Really add new typedef.
11734
11735 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
11736
11737 * gdb.cp/m-static.exp: Fix expectation for prototype of
11738 test5.single_constructor and single_constructor::single_constructor.
11739
11740 2017-03-16 Doug Evans <dje@google.com>
11741
11742 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
11743 * gdb.guile/scm-lazy-string.c: New file.
11744 * gdb.guile/scm-value.exp: Move lazy string tests to ...
11745 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
11746 for pointer, array, typedef lazy strings.
11747
11748 2017-03-16 Doug Evans <dje@google.com>
11749
11750 PR python/17728, python/18439, python/18779
11751 * gdb.python/py-value.c (main) Delete locals sptr, sn.
11752 * gdb.python/py-lazy-string.c (pointer): New typedef.
11753 (main): New locals ptr, array, typedef_ptr.
11754 * gdb.python/py-value.exp: Move lazy string tests to ...
11755 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
11756 array, typedef lazy strings.
11757
11758 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
11759
11760 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
11761 Add optional 'test' parameter.
11762
11763 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
11764
11765 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
11766 Skip for versions of DejaGnu < 1.5.
11767
11768 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
11769
11770 * lib/gdb.exp (dejagnu_version): New proc.
11771 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
11772 Use dejagnu_version.
11773
11774 2017-03-10 Keith Seitz <keiths@redhat.com>
11775
11776 PR c++/8128
11777 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
11778 type from destructor regexps.
11779 Add a branch which actually passes the test.
11780 Adjust "ptype t5i" test names.
11781
11782 2017-03-08 Pedro Alves <palves@redhat.com>
11783
11784 * gdb.base/step-over-exit.exp: Add explicit test message.
11785
11786 2017-03-08 Pedro Alves <palves@redhat.com>
11787
11788 PR gdb/18360
11789 * gdb.threads/interrupt-while-step-over.c: New file.
11790 * gdb.threads/interrupt-while-step-over.exp: New file.
11791
11792 2017-03-08 Pedro Alves <palves@redhat.com>
11793
11794 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
11795 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
11796
11797 2017-03-08 Pedro Alves <palves@redhat.com>
11798
11799 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
11800 PKRU as not supported as a PASS.
11801
11802 2017-03-08 Pedro Alves <palves@redhat.com>
11803
11804 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
11805 prefix instead of $binfile1/$binfile2.
11806 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
11807 in test message.
11808 * gdb.python/py-completion.exp: Use "load python file" as test
11809 messages instead of unstable path names.
11810
11811 2017-03-08 Pedro Alves <palves@redhat.com>
11812 Jan Kratochvil <jan.kratochvil@redhat.com>
11813
11814 PR cli/21218
11815 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
11816 New proc.
11817 (top level): Call it.
11818
11819 2017-03-08 Pedro Alves <palves@redhat.com>
11820
11821 PR tui/21216
11822 * gdb.tui/tui-nl-filtered-output.exp: New file.
11823
11824 2017-03-08 Pedro Alves <palves@redhat.com>
11825
11826 * gdb.base/completion.exp: Move TUI completion tests to ...
11827 * gdb.tui/completion.exp: ... this new file.
11828
11829 2017-03-08 Pedro Alves <palves@redhat.com>
11830
11831 * gdb.base/tui-disasm-long-lines.c,
11832 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
11833 gdb.base/tui-layout.exp: Move to ...
11834 * gdb.tui/: ... this new directory.
11835
11836 2017-03-07 Pedro Alves <palves@redhat.com>
11837
11838 * gdb.base/tui-layout.c: New file.
11839 * gdb.base/tui-layout.exp: New file.
11840
11841 2017-03-07 Pedro Alves <palves@redhat.com>
11842
11843 * gdb.base/tui-layout.c: Rename to ...
11844 * gdb.base/tui-disasm-long-lines.c: ... this.
11845 * gdb.base/tui-layout.exp: Rename to ...
11846 * gdb.base/tui-disasm-long-lines.exp: ... this.
11847
11848 2017-03-07 Pedro Alves <palves@redhat.com>
11849
11850 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
11851
11852 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
11853
11854 * i386-mpx-call.c: New file.
11855 * i386-mpx-call.exp: New file.
11856
11857 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
11858
11859 * gdb.arch/powerpc-power.exp: Delete test.
11860 * gdb.arch/powerpc-power.s: Likewise.
11861 * gdb.disasm/disassembler-options.exp: New test.
11862 * gdb.arch/powerpc-altivec.exp: Likewise.
11863 * gdb.arch/powerpc-altivec.s: Likewise.
11864 * gdb.arch/powerpc-altivec2.exp: Likewise.
11865 * gdb.arch/powerpc-altivec2.s: Likewise.
11866 * gdb.arch/powerpc-altivec3.exp: Likewise.
11867 * gdb.arch/powerpc-altivec3.s: Likewise.
11868 * gdb.arch/powerpc-power7.exp: Likewise.
11869 * gdb.arch/powerpc-power7.s: Likewise.
11870 * gdb.arch/powerpc-power8.exp: Likewise.
11871 * gdb.arch/powerpc-power8.s: Likewise.
11872 * gdb.arch/powerpc-power9.exp: Likewise.
11873 * gdb.arch/powerpc-power9.s: Likewise.
11874 * gdb.arch/powerpc-vsx.exp: Likewise.
11875 * gdb.arch/powerpc-vsx.s: Likewise.
11876 * gdb.arch/powerpc-vsx2.exp: Likewise.
11877 * gdb.arch/powerpc-vsx2.s: Likewise.
11878 * gdb.arch/powerpc-vsx3.exp: Likewise.
11879 * gdb.arch/powerpc-vsx3.s: Likewise.
11880 * gdb.arch/arm-disassembler-options.exp: Likewise.
11881 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
11882 * gdb.arch/s390-disassembler-options.exp: Likewise.
11883
11884 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
11885
11886 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
11887 (check_supported_features): ... this. Changed return type to void.
11888 (supports_rdseed): New static global.
11889 (rdseed): Check supports_rdseed.
11890 (initialize): Call check_supported_features.
11891
11892 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11893
11894 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
11895 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
11896 and lqarx/stqcx.
11897 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
11898 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
11899
11900 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11901
11902 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
11903 uppercase.
11904
11905 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11906
11907 * gdb.dwarf2/formdata16.c: New file.
11908 * gdb.dwarf2/formdata16.exp: New file.
11909 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
11910
11911 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11912
11913 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
11914 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
11915 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
11916 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
11917 DW_AT_GNU_*.
11918
11919 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11920
11921 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
11922
11923 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
11924
11925 PR gdb/21164
11926 * gdb.base/maint.exp: Add testcases for when the commands do
11927 not have arguments.
11928
11929 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
11930
11931 * gdb.cp/chained-calls.exp: Use p instead of P.
11932
11933 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
11934
11935 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
11936 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
11937
11938 2017-02-14 Tom Tromey <tom@tromey.com>
11939
11940 PR python/13598:
11941 * gdb.python/py-events.exp: Add before_prompt event tests.
11942
11943 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
11944
11945 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
11946
11947 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
11948
11949 * gdb.linespec/explicit.c (my_unique_function_name): New function.
11950 (main): Call my_unique_function_name.
11951 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
11952 completion of patterns with a single match.
11953 Add missing -re switches to gdb_test_multiple calls.
11954
11955 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
11956
11957 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
11958 return if core file is not recognized.
11959
11960 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
11961
11962 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
11963 and extra UIs.
11964
11965 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
11966
11967 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
11968 proc_with_prefix.
11969
11970 2017-02-10 Tom Tromey <tom@tromey.com>
11971
11972 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
11973
11974 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
11975
11976 PR gdb/21122
11977 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
11978
11979 2017-02-08 Jerome Guitton <guitton@adacore.com>
11980
11981 * gdb.base/define.exp: Add test for command abbreviations
11982 in define.
11983
11984 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
11985
11986 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
11987 * gdb.reverse/insn-reverse-x86.c: New file.
11988
11989 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
11990
11991 PR tdep/20936
11992 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
11993
11994 2017-02-03 Tom Tromey <tom@tromey.com>
11995
11996 PR rust/21097:
11997 * gdb.rust/simple.exp: Add new tests.
11998
11999 2017-02-02 Pedro Alves <palves@redhat.com>
12000
12001 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
12002 tests.
12003
12004 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12005
12006 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
12007 taking a 2-byte value out of a 4-byte DWARF implicit value on
12008 big-endian targets.
12009 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
12010 logic. Add test cases for DW_OP_implicit.
12011
12012 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12013
12014 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
12015
12016 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12017
12018 * gdb.btrace/enable.exp: Call gdb_exit before
12019 skip_gdbserver_tests.
12020
12021 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12022
12023 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
12024 GDBFLAGS.
12025
12026 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12027
12028 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
12029 the test is skipped.
12030 * gdb.btrace/data.exp: Likewise.
12031 * gdb.btrace/delta.exp: Likewise.
12032 * gdb.btrace/dlopen.exp: Likewise.
12033 * gdb.btrace/enable-running.exp: Likewise.
12034 * gdb.btrace/enable.exp: Likewise.
12035 * gdb.btrace/exception.exp: Likewise.
12036 * gdb.btrace/function_call_history.exp: Likewise.
12037 * gdb.btrace/gcore.exp: Likewise.
12038 * gdb.btrace/instruction_history.exp: Likewise.
12039 * gdb.btrace/multi-thread-step.exp: Likewise.
12040 * gdb.btrace/nohist.exp: Likewise.
12041 * gdb.btrace/non-stop.exp: Likewise.
12042 * gdb.btrace/reconnect.exp: Likewise.
12043 * gdb.btrace/record_goto-step.exp: Likewise.
12044 * gdb.btrace/record_goto.exp: Likewise.
12045 * gdb.btrace/rn-dl-bind.exp: Likewise.
12046 * gdb.btrace/segv.exp: Likewise.
12047 * gdb.btrace/step.exp: Likewise.
12048 * gdb.btrace/stepi.exp: Likewise.
12049 * gdb.btrace/tailcall-only.exp: Likewise.
12050 * gdb.btrace/tailcall.exp: Likewise.
12051 * gdb.btrace/tsx.exp: Likewise.
12052 * gdb.btrace/unknown_functions.exp: Likewise.
12053 * gdb.btrace/vdso.exp: Likewise.
12054
12055 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12056
12057 * gdb.btrace/enable-running.c: New.
12058 * gdb.btrace/enable-running.exp: New.
12059
12060 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
12061
12062 * gdb.arch/amd64-gs_base.c: New file.
12063 * gdb.arch/amd64-gs_base.exp: New file.
12064
12065 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
12066
12067 * lib/memory.exp: Remove spurious empty newlines.
12068
12069 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
12070
12071 * gdb.python/py-bad-printers.exp: Load python file using "source".
12072 * gdb.python/py-events.exp: Likewise.
12073 * gdb.python/py-evsignal.exp: Likewise.
12074 * gdb.python/py-evthreads.exp: Likewise.
12075 * gdb.python/py-frame-args.exp: Likewise.
12076 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
12077 * gdb.python/py-framefilter-mi.exp: Likewise.
12078 * gdb.python/py-framefilter.exp: Likewise.
12079 * gdb.python/py-mi.exp: Likewise.
12080 * gdb.python/py-pp-maint.exp: Likewise.
12081 * gdb.python/py-pp-registration.exp: Likewise.
12082 * gdb.python/py-prettyprint.exp: Likewise.
12083 (run_lang_tests): Likewise.
12084 * gdb.python/py-typeprint.exp: Likewise.
12085
12086 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
12087
12088 * lib/memory.exp: New file.
12089 * lib/gdb.exp: Load memory.exp.
12090 * gdb.base/memattr.exp (delete_memory): Move proc to
12091 lib/memory.exp and rename to delete_memory_regions.
12092 Replace delete_memory with delete_memory_regions.
12093 Cleanup memory regions before tests.
12094 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
12095 before tests.
12096
12097 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
12098
12099 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
12100 files.
12101 (initialize): New function conditionally defined.
12102 (testcases): Move within conditional block.
12103 (main): Call initialize.
12104 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
12105 of gdb.reverse/insn-reverse.c.
12106 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
12107 gdb.reverse/insn-reverse.c.
12108
12109 2017-01-26 Yao Qi <yao.qi@linaro.org>
12110
12111 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
12112 disassemble on address 0.
12113
12114 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
12115 Yao Qi <yao.qi@linaro.org>
12116
12117 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
12118 * gdb.dwarf2/implptr-64bit.S: Remove.
12119 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
12120 variables in caller's context. Add DW_OP_implicit_value.
12121
12122 2017-01-25 Yao Qi <yao.qi@linaro.org>
12123
12124 * lib/dwarf.exp (Dwarf::_location): Handle
12125 DW_OP_GNU_implicit_pointer with proper size.
12126
12127 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
12128
12129 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
12130 and add untested calls.
12131
12132 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
12133
12134 * gdb.python/python.exp: Check line number against what GDB thinks
12135 the line number is for func1.
12136
12137 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
12138
12139 * gdb.dlang/debug-expr.exp: New file.
12140
12141 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
12142
12143 Fix test names for the following files:
12144
12145 * gdb.ada/exec_changed.exp
12146 * gdb.ada/info_types.exp
12147 * gdb.arch/aarch64-atomic-inst.exp
12148 * gdb.arch/aarch64-fp.exp
12149 * gdb.arch/altivec-abi.exp
12150 * gdb.arch/altivec-regs.exp
12151 * gdb.arch/amd64-byte.exp
12152 * gdb.arch/amd64-disp-step.exp
12153 * gdb.arch/amd64-dword.exp
12154 * gdb.arch/amd64-entry-value-inline.exp
12155 * gdb.arch/amd64-entry-value-param.exp
12156 * gdb.arch/amd64-entry-value-paramref.exp
12157 * gdb.arch/amd64-entry-value.exp
12158 * gdb.arch/amd64-i386-address.exp
12159 * gdb.arch/amd64-invalid-stack-middle.exp
12160 * gdb.arch/amd64-invalid-stack-top.exp
12161 * gdb.arch/amd64-optimout-repeat.exp
12162 * gdb.arch/amd64-prologue-skip.exp
12163 * gdb.arch/amd64-prologue-xmm.exp
12164 * gdb.arch/amd64-stap-special-operands.exp
12165 * gdb.arch/amd64-stap-wrong-subexp.exp
12166 * gdb.arch/amd64-tailcall-cxx.exp
12167 * gdb.arch/amd64-tailcall-noret.exp
12168 * gdb.arch/amd64-tailcall-ret.exp
12169 * gdb.arch/amd64-tailcall-self.exp
12170 * gdb.arch/amd64-word.exp
12171 * gdb.arch/arm-bl-branch-dest.exp
12172 * gdb.arch/arm-disp-step.exp
12173 * gdb.arch/arm-neon.exp
12174 * gdb.arch/arm-single-step-kernel-helper.exp
12175 * gdb.arch/avr-flash-qualifier.exp
12176 * gdb.arch/disp-step-insn-reloc.exp
12177 * gdb.arch/e500-abi.exp
12178 * gdb.arch/e500-regs.exp
12179 * gdb.arch/ftrace-insn-reloc.exp
12180 * gdb.arch/i386-avx512.exp
12181 * gdb.arch/i386-bp_permanent.exp
12182 * gdb.arch/i386-byte.exp
12183 * gdb.arch/i386-cfi-notcurrent.exp
12184 * gdb.arch/i386-disp-step.exp
12185 * gdb.arch/i386-dr3-watch.exp
12186 * gdb.arch/i386-float.exp
12187 * gdb.arch/i386-gnu-cfi.exp
12188 * gdb.arch/i386-mpx-map.exp
12189 * gdb.arch/i386-mpx-sigsegv.exp
12190 * gdb.arch/i386-mpx-simple_segv.exp
12191 * gdb.arch/i386-mpx.exp
12192 * gdb.arch/i386-permbkpt.exp
12193 * gdb.arch/i386-prologue.exp
12194 * gdb.arch/i386-signal.exp
12195 * gdb.arch/i386-size-overlap.exp
12196 * gdb.arch/i386-unwind.exp
12197 * gdb.arch/i386-word.exp
12198 * gdb.arch/mips-fcr.exp
12199 * gdb.arch/powerpc-d128-regs.exp
12200 * gdb.arch/powerpc-stackless.exp
12201 * gdb.arch/ppc64-atomic-inst.exp
12202 * gdb.arch/s390-stackless.exp
12203 * gdb.arch/s390-tdbregs.exp
12204 * gdb.arch/s390-vregs.exp
12205 * gdb.arch/sparc-sysstep.exp
12206 * gdb.arch/thumb-bx-pc.exp
12207 * gdb.arch/thumb-singlestep.exp
12208 * gdb.arch/thumb2-it.exp
12209 * gdb.arch/vsx-regs.exp
12210 * gdb.asm/asm-source.exp
12211 * gdb.base/a2-run.exp
12212 * gdb.base/advance.exp
12213 * gdb.base/all-bin.exp
12214 * gdb.base/anon.exp
12215 * gdb.base/args.exp
12216 * gdb.base/arithmet.exp
12217 * gdb.base/async-shell.exp
12218 * gdb.base/async.exp
12219 * gdb.base/attach-pie-noexec.exp
12220 * gdb.base/attach-twice.exp
12221 * gdb.base/auto-load.exp
12222 * gdb.base/bang.exp
12223 * gdb.base/bitfields.exp
12224 * gdb.base/break-always.exp
12225 * gdb.base/break-caller-line.exp
12226 * gdb.base/break-entry.exp
12227 * gdb.base/break-inline.exp
12228 * gdb.base/break-on-linker-gcd-function.exp
12229 * gdb.base/break-probes.exp
12230 * gdb.base/break.exp
12231 * gdb.base/breakpoint-shadow.exp
12232 * gdb.base/call-ar-st.exp
12233 * gdb.base/call-sc.exp
12234 * gdb.base/call-signal-resume.exp
12235 * gdb.base/call-strs.exp
12236 * gdb.base/callfuncs.exp
12237 * gdb.base/catch-fork-static.exp
12238 * gdb.base/catch-gdb-caused-signals.exp
12239 * gdb.base/catch-load.exp
12240 * gdb.base/catch-signal-fork.exp
12241 * gdb.base/catch-signal.exp
12242 * gdb.base/catch-syscall.exp
12243 * gdb.base/charset.exp
12244 * gdb.base/checkpoint.exp
12245 * gdb.base/chng-syms.exp
12246 * gdb.base/code-expr.exp
12247 * gdb.base/code_elim.exp
12248 * gdb.base/commands.exp
12249 * gdb.base/completion.exp
12250 * gdb.base/complex.exp
12251 * gdb.base/cond-expr.exp
12252 * gdb.base/condbreak.exp
12253 * gdb.base/consecutive.exp
12254 * gdb.base/continue-all-already-running.exp
12255 * gdb.base/coredump-filter.exp
12256 * gdb.base/corefile.exp
12257 * gdb.base/dbx.exp
12258 * gdb.base/debug-expr.exp
12259 * gdb.base/define.exp
12260 * gdb.base/del.exp
12261 * gdb.base/disabled-location.exp
12262 * gdb.base/disasm-end-cu.exp
12263 * gdb.base/disasm-optim.exp
12264 * gdb.base/display.exp
12265 * gdb.base/duplicate-bp.exp
12266 * gdb.base/ena-dis-br.exp
12267 * gdb.base/ending-run.exp
12268 * gdb.base/enumval.exp
12269 * gdb.base/environ.exp
12270 * gdb.base/eu-strip-infcall.exp
12271 * gdb.base/eval-avoid-side-effects.exp
12272 * gdb.base/eval-skip.exp
12273 * gdb.base/exitsignal.exp
12274 * gdb.base/expand-psymtabs.exp
12275 * gdb.base/filesym.exp
12276 * gdb.base/find-unmapped.exp
12277 * gdb.base/finish.exp
12278 * gdb.base/float.exp
12279 * gdb.base/foll-exec-mode.exp
12280 * gdb.base/foll-exec.exp
12281 * gdb.base/foll-fork.exp
12282 * gdb.base/fortran-sym-case.exp
12283 * gdb.base/freebpcmd.exp
12284 * gdb.base/func-ptr.exp
12285 * gdb.base/func-ptrs.exp
12286 * gdb.base/funcargs.exp
12287 * gdb.base/gcore-buffer-overflow.exp
12288 * gdb.base/gcore-relro-pie.exp
12289 * gdb.base/gcore-relro.exp
12290 * gdb.base/gcore.exp
12291 * gdb.base/gdb1090.exp
12292 * gdb.base/gdb11530.exp
12293 * gdb.base/gdb11531.exp
12294 * gdb.base/gdb1821.exp
12295 * gdb.base/gdbindex-stabs.exp
12296 * gdb.base/gdbvars.exp
12297 * gdb.base/hbreak.exp
12298 * gdb.base/hbreak2.exp
12299 * gdb.base/included.exp
12300 * gdb.base/infcall-input.exp
12301 * gdb.base/inferior-died.exp
12302 * gdb.base/infnan.exp
12303 * gdb.base/info-macros.exp
12304 * gdb.base/info-os.exp
12305 * gdb.base/info-proc.exp
12306 * gdb.base/info-shared.exp
12307 * gdb.base/info-target.exp
12308 * gdb.base/infoline.exp
12309 * gdb.base/interp.exp
12310 * gdb.base/interrupt.exp
12311 * gdb.base/jit-reader.exp
12312 * gdb.base/jit-simple.exp
12313 * gdb.base/kill-after-signal.exp
12314 * gdb.base/kill-detach-inferiors-cmd.exp
12315 * gdb.base/label.exp
12316 * gdb.base/langs.exp
12317 * gdb.base/ldbl_e308.exp
12318 * gdb.base/line-symtabs.exp
12319 * gdb.base/linespecs.exp
12320 * gdb.base/list.exp
12321 * gdb.base/long_long.exp
12322 * gdb.base/longest-types.exp
12323 * gdb.base/maint.exp
12324 * gdb.base/max-value-size.exp
12325 * gdb.base/memattr.exp
12326 * gdb.base/mips_pro.exp
12327 * gdb.base/morestack.exp
12328 * gdb.base/moribund-step.exp
12329 * gdb.base/multi-forks.exp
12330 * gdb.base/nested-addr.exp
12331 * gdb.base/nextoverexit.exp
12332 * gdb.base/noreturn-finish.exp
12333 * gdb.base/noreturn-return.exp
12334 * gdb.base/nostdlib.exp
12335 * gdb.base/offsets.exp
12336 * gdb.base/opaque.exp
12337 * gdb.base/pc-fp.exp
12338 * gdb.base/permissions.exp
12339 * gdb.base/print-symbol-loading.exp
12340 * gdb.base/prologue-include.exp
12341 * gdb.base/psymtab.exp
12342 * gdb.base/ptype.exp
12343 * gdb.base/random-signal.exp
12344 * gdb.base/randomize.exp
12345 * gdb.base/range-stepping.exp
12346 * gdb.base/readline-ask.exp
12347 * gdb.base/recpar.exp
12348 * gdb.base/recurse.exp
12349 * gdb.base/relational.exp
12350 * gdb.base/restore.exp
12351 * gdb.base/return-nodebug.exp
12352 * gdb.base/return.exp
12353 * gdb.base/run-after-attach.exp
12354 * gdb.base/save-bp.exp
12355 * gdb.base/scope.exp
12356 * gdb.base/sect-cmd.exp
12357 * gdb.base/set-lang-auto.exp
12358 * gdb.base/set-noassign.exp
12359 * gdb.base/setvar.exp
12360 * gdb.base/sigall.exp
12361 * gdb.base/sigbpt.exp
12362 * gdb.base/siginfo-addr.exp
12363 * gdb.base/siginfo-infcall.exp
12364 * gdb.base/siginfo-obj.exp
12365 * gdb.base/siginfo.exp
12366 * gdb.base/signals-state-child.exp
12367 * gdb.base/signest.exp
12368 * gdb.base/sigstep.exp
12369 * gdb.base/sizeof.exp
12370 * gdb.base/skip.exp
12371 * gdb.base/solib-corrupted.exp
12372 * gdb.base/solib-nodir.exp
12373 * gdb.base/solib-search.exp
12374 * gdb.base/stack-checking.exp
12375 * gdb.base/stale-infcall.exp
12376 * gdb.base/stap-probe.exp
12377 * gdb.base/start.exp
12378 * gdb.base/step-break.exp
12379 * gdb.base/step-bt.exp
12380 * gdb.base/step-line.exp
12381 * gdb.base/step-over-exit.exp
12382 * gdb.base/step-over-syscall.exp
12383 * gdb.base/step-resume-infcall.exp
12384 * gdb.base/step-test.exp
12385 * gdb.base/store.exp
12386 * gdb.base/structs3.exp
12387 * gdb.base/sym-file.exp
12388 * gdb.base/symbol-without-target_section.exp
12389 * gdb.base/term.exp
12390 * gdb.base/testenv.exp
12391 * gdb.base/ui-redirect.exp
12392 * gdb.base/until.exp
12393 * gdb.base/unwindonsignal.exp
12394 * gdb.base/value-double-free.exp
12395 * gdb.base/vla-datatypes.exp
12396 * gdb.base/vla-ptr.exp
12397 * gdb.base/vla-sideeffect.exp
12398 * gdb.base/volatile.exp
12399 * gdb.base/watch-cond-infcall.exp
12400 * gdb.base/watch-cond.exp
12401 * gdb.base/watch-non-mem.exp
12402 * gdb.base/watch-read.exp
12403 * gdb.base/watch-vfork.exp
12404 * gdb.base/watchpoint-cond-gone.exp
12405 * gdb.base/watchpoint-delete.exp
12406 * gdb.base/watchpoint-hw-hit-once.exp
12407 * gdb.base/watchpoint-hw.exp
12408 * gdb.base/watchpoint-stops-at-right-insn.exp
12409 * gdb.base/watchpoints.exp
12410 * gdb.base/wchar.exp
12411 * gdb.base/whatis-exp.exp
12412 * gdb.btrace/buffer-size.exp
12413 * gdb.btrace/data.exp
12414 * gdb.btrace/delta.exp
12415 * gdb.btrace/dlopen.exp
12416 * gdb.btrace/enable.exp
12417 * gdb.btrace/exception.exp
12418 * gdb.btrace/function_call_history.exp
12419 * gdb.btrace/gcore.exp
12420 * gdb.btrace/instruction_history.exp
12421 * gdb.btrace/nohist.exp
12422 * gdb.btrace/reconnect.exp
12423 * gdb.btrace/record_goto-step.exp
12424 * gdb.btrace/record_goto.exp
12425 * gdb.btrace/rn-dl-bind.exp
12426 * gdb.btrace/segv.exp
12427 * gdb.btrace/step.exp
12428 * gdb.btrace/stepi.exp
12429 * gdb.btrace/tailcall-only.exp
12430 * gdb.btrace/tailcall.exp
12431 * gdb.btrace/tsx.exp
12432 * gdb.btrace/unknown_functions.exp
12433 * gdb.btrace/vdso.exp
12434 * gdb.compile/compile-ifunc.exp
12435 * gdb.compile/compile-ops.exp
12436 * gdb.compile/compile-print.exp
12437 * gdb.compile/compile-setjmp.exp
12438 * gdb.cp/abstract-origin.exp
12439 * gdb.cp/ambiguous.exp
12440 * gdb.cp/annota2.exp
12441 * gdb.cp/annota3.exp
12442 * gdb.cp/anon-ns.exp
12443 * gdb.cp/anon-struct.exp
12444 * gdb.cp/anon-union.exp
12445 * gdb.cp/arg-reference.exp
12446 * gdb.cp/baseenum.exp
12447 * gdb.cp/bool.exp
12448 * gdb.cp/breakpoint.exp
12449 * gdb.cp/bs15503.exp
12450 * gdb.cp/call-c.exp
12451 * gdb.cp/casts.exp
12452 * gdb.cp/chained-calls.exp
12453 * gdb.cp/class2.exp
12454 * gdb.cp/classes.exp
12455 * gdb.cp/cmpd-minsyms.exp
12456 * gdb.cp/converts.exp
12457 * gdb.cp/cp-relocate.exp
12458 * gdb.cp/cpcompletion.exp
12459 * gdb.cp/cpexprs.exp
12460 * gdb.cp/cplabel.exp
12461 * gdb.cp/cplusfuncs.exp
12462 * gdb.cp/cpsizeof.exp
12463 * gdb.cp/ctti.exp
12464 * gdb.cp/derivation.exp
12465 * gdb.cp/destrprint.exp
12466 * gdb.cp/dispcxx.exp
12467 * gdb.cp/enum-class.exp
12468 * gdb.cp/exception.exp
12469 * gdb.cp/exceptprint.exp
12470 * gdb.cp/expand-psymtabs-cxx.exp
12471 * gdb.cp/expand-sals.exp
12472 * gdb.cp/extern-c.exp
12473 * gdb.cp/filename.exp
12474 * gdb.cp/formatted-ref.exp
12475 * gdb.cp/fpointer.exp
12476 * gdb.cp/gdb1355.exp
12477 * gdb.cp/gdb2495.exp
12478 * gdb.cp/hang.exp
12479 * gdb.cp/impl-this.exp
12480 * gdb.cp/infcall-dlopen.exp
12481 * gdb.cp/inherit.exp
12482 * gdb.cp/iostream.exp
12483 * gdb.cp/koenig.exp
12484 * gdb.cp/local.exp
12485 * gdb.cp/m-data.exp
12486 * gdb.cp/m-static.exp
12487 * gdb.cp/mb-ctor.exp
12488 * gdb.cp/mb-inline.exp
12489 * gdb.cp/mb-templates.exp
12490 * gdb.cp/member-name.exp
12491 * gdb.cp/member-ptr.exp
12492 * gdb.cp/meth-typedefs.exp
12493 * gdb.cp/method.exp
12494 * gdb.cp/method2.exp
12495 * gdb.cp/minsym-fallback.exp
12496 * gdb.cp/misc.exp
12497 * gdb.cp/namelessclass.exp
12498 * gdb.cp/namespace-enum.exp
12499 * gdb.cp/namespace-nested-import.exp
12500 * gdb.cp/namespace.exp
12501 * gdb.cp/nextoverthrow.exp
12502 * gdb.cp/no-dmgl-verbose.exp
12503 * gdb.cp/non-trivial-retval.exp
12504 * gdb.cp/noparam.exp
12505 * gdb.cp/nsdecl.exp
12506 * gdb.cp/nsimport.exp
12507 * gdb.cp/nsnested.exp
12508 * gdb.cp/nsnoimports.exp
12509 * gdb.cp/nsrecurs.exp
12510 * gdb.cp/nsstress.exp
12511 * gdb.cp/nsusing.exp
12512 * gdb.cp/operator.exp
12513 * gdb.cp/oranking.exp
12514 * gdb.cp/overload-const.exp
12515 * gdb.cp/overload.exp
12516 * gdb.cp/ovldbreak.exp
12517 * gdb.cp/ovsrch.exp
12518 * gdb.cp/paren-type.exp
12519 * gdb.cp/parse-lang.exp
12520 * gdb.cp/pass-by-ref.exp
12521 * gdb.cp/pr-1023.exp
12522 * gdb.cp/pr-1210.exp
12523 * gdb.cp/pr-574.exp
12524 * gdb.cp/pr10687.exp
12525 * gdb.cp/pr12028.exp
12526 * gdb.cp/pr17132.exp
12527 * gdb.cp/pr17494.exp
12528 * gdb.cp/pr9067.exp
12529 * gdb.cp/pr9167.exp
12530 * gdb.cp/pr9631.exp
12531 * gdb.cp/printmethod.exp
12532 * gdb.cp/psmang.exp
12533 * gdb.cp/psymtab-parameter.exp
12534 * gdb.cp/ptype-cv-cp.exp
12535 * gdb.cp/ptype-flags.exp
12536 * gdb.cp/re-set-overloaded.exp
12537 * gdb.cp/ref-types.exp
12538 * gdb.cp/rtti.exp
12539 * gdb.cp/scope-err.exp
12540 * gdb.cp/shadow.exp
12541 * gdb.cp/smartp.exp
12542 * gdb.cp/static-method.exp
12543 * gdb.cp/static-print-quit.exp
12544 * gdb.cp/temargs.exp
12545 * gdb.cp/templates.exp
12546 * gdb.cp/try_catch.exp
12547 * gdb.cp/typedef-operator.exp
12548 * gdb.cp/typeid.exp
12549 * gdb.cp/userdef.exp
12550 * gdb.cp/using-crash.exp
12551 * gdb.cp/var-tag.exp
12552 * gdb.cp/virtbase.exp
12553 * gdb.cp/virtfunc.exp
12554 * gdb.cp/virtfunc2.exp
12555 * gdb.cp/vla-cxx.exp
12556 * gdb.disasm/t01_mov.exp
12557 * gdb.disasm/t02_mova.exp
12558 * gdb.disasm/t03_add.exp
12559 * gdb.disasm/t04_sub.exp
12560 * gdb.disasm/t05_cmp.exp
12561 * gdb.disasm/t06_ari2.exp
12562 * gdb.disasm/t07_ari3.exp
12563 * gdb.disasm/t08_or.exp
12564 * gdb.disasm/t09_xor.exp
12565 * gdb.disasm/t10_and.exp
12566 * gdb.disasm/t11_logs.exp
12567 * gdb.disasm/t12_bit.exp
12568 * gdb.disasm/t13_otr.exp
12569 * gdb.dlang/circular.exp
12570 * gdb.dwarf2/arr-stride.exp
12571 * gdb.dwarf2/arr-subrange.exp
12572 * gdb.dwarf2/atomic-type.exp
12573 * gdb.dwarf2/bad-regnum.exp
12574 * gdb.dwarf2/bitfield-parent-optimized-out.exp
12575 * gdb.dwarf2/callframecfa.exp
12576 * gdb.dwarf2/clztest.exp
12577 * gdb.dwarf2/corrupt.exp
12578 * gdb.dwarf2/data-loc.exp
12579 * gdb.dwarf2/dup-psym.exp
12580 * gdb.dwarf2/dw2-anon-mptr.exp
12581 * gdb.dwarf2/dw2-anonymous-func.exp
12582 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
12583 * gdb.dwarf2/dw2-bad-unresolved.exp
12584 * gdb.dwarf2/dw2-basic.exp
12585 * gdb.dwarf2/dw2-canonicalize-type.exp
12586 * gdb.dwarf2/dw2-case-insensitive.exp
12587 * gdb.dwarf2/dw2-common-block.exp
12588 * gdb.dwarf2/dw2-compdir-oldgcc.exp
12589 * gdb.dwarf2/dw2-compressed.exp
12590 * gdb.dwarf2/dw2-const.exp
12591 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
12592 * gdb.dwarf2/dw2-cu-size.exp
12593 * gdb.dwarf2/dw2-dup-frame.exp
12594 * gdb.dwarf2/dw2-entry-value.exp
12595 * gdb.dwarf2/dw2-icycle.exp
12596 * gdb.dwarf2/dw2-ifort-parameter.exp
12597 * gdb.dwarf2/dw2-inline-break.exp
12598 * gdb.dwarf2/dw2-inline-param.exp
12599 * gdb.dwarf2/dw2-intercu.exp
12600 * gdb.dwarf2/dw2-intermix.exp
12601 * gdb.dwarf2/dw2-lexical-block-bare.exp
12602 * gdb.dwarf2/dw2-linkage-name-trust.exp
12603 * gdb.dwarf2/dw2-minsym-in-cu.exp
12604 * gdb.dwarf2/dw2-noloc.exp
12605 * gdb.dwarf2/dw2-op-call.exp
12606 * gdb.dwarf2/dw2-op-out-param.exp
12607 * gdb.dwarf2/dw2-opt-structptr.exp
12608 * gdb.dwarf2/dw2-param-error.exp
12609 * gdb.dwarf2/dw2-producer.exp
12610 * gdb.dwarf2/dw2-ranges-base.exp
12611 * gdb.dwarf2/dw2-ref-missing-frame.exp
12612 * gdb.dwarf2/dw2-reg-undefined.exp
12613 * gdb.dwarf2/dw2-regno-invalid.exp
12614 * gdb.dwarf2/dw2-restore.exp
12615 * gdb.dwarf2/dw2-restrict.exp
12616 * gdb.dwarf2/dw2-single-line-discriminators.exp
12617 * gdb.dwarf2/dw2-strp.exp
12618 * gdb.dwarf2/dw2-undefined-ret-addr.exp
12619 * gdb.dwarf2/dw2-unresolved.exp
12620 * gdb.dwarf2/dw2-var-zero-addr.exp
12621 * gdb.dwarf2/dw4-sig-types.exp
12622 * gdb.dwarf2/dwz.exp
12623 * gdb.dwarf2/dynarr-ptr.exp
12624 * gdb.dwarf2/enum-type.exp
12625 * gdb.dwarf2/gdb-index.exp
12626 * gdb.dwarf2/implptr-64bit.exp
12627 * gdb.dwarf2/implptr-optimized-out.exp
12628 * gdb.dwarf2/implptr.exp
12629 * gdb.dwarf2/implref-array.exp
12630 * gdb.dwarf2/implref-const.exp
12631 * gdb.dwarf2/implref-global.exp
12632 * gdb.dwarf2/implref-struct.exp
12633 * gdb.dwarf2/mac-fileno.exp
12634 * gdb.dwarf2/main-subprogram.exp
12635 * gdb.dwarf2/member-ptr-forwardref.exp
12636 * gdb.dwarf2/method-ptr.exp
12637 * gdb.dwarf2/missing-sig-type.exp
12638 * gdb.dwarf2/nonvar-access.exp
12639 * gdb.dwarf2/opaque-type-lookup.exp
12640 * gdb.dwarf2/pieces-optimized-out.exp
12641 * gdb.dwarf2/pieces.exp
12642 * gdb.dwarf2/pr10770.exp
12643 * gdb.dwarf2/pr13961.exp
12644 * gdb.dwarf2/staticvirtual.exp
12645 * gdb.dwarf2/subrange.exp
12646 * gdb.dwarf2/symtab-producer.exp
12647 * gdb.dwarf2/trace-crash.exp
12648 * gdb.dwarf2/typeddwarf.exp
12649 * gdb.dwarf2/valop.exp
12650 * gdb.dwarf2/watch-notconst.exp
12651 * gdb.fortran/array-element.exp
12652 * gdb.fortran/charset.exp
12653 * gdb.fortran/common-block.exp
12654 * gdb.fortran/complex.exp
12655 * gdb.fortran/derived-type-function.exp
12656 * gdb.fortran/derived-type.exp
12657 * gdb.fortran/logical.exp
12658 * gdb.fortran/module.exp
12659 * gdb.fortran/multi-dim.exp
12660 * gdb.fortran/nested-funcs.exp
12661 * gdb.fortran/print-formatted.exp
12662 * gdb.fortran/subarray.exp
12663 * gdb.fortran/vla-alloc-assoc.exp
12664 * gdb.fortran/vla-datatypes.exp
12665 * gdb.fortran/vla-history.exp
12666 * gdb.fortran/vla-ptr-info.exp
12667 * gdb.fortran/vla-ptype-sub.exp
12668 * gdb.fortran/vla-ptype.exp
12669 * gdb.fortran/vla-sizeof.exp
12670 * gdb.fortran/vla-type.exp
12671 * gdb.fortran/vla-value-sub-arbitrary.exp
12672 * gdb.fortran/vla-value-sub-finish.exp
12673 * gdb.fortran/vla-value-sub.exp
12674 * gdb.fortran/vla-value.exp
12675 * gdb.fortran/whatis_type.exp
12676 * gdb.go/chan.exp
12677 * gdb.go/handcall.exp
12678 * gdb.go/hello.exp
12679 * gdb.go/integers.exp
12680 * gdb.go/methods.exp
12681 * gdb.go/package.exp
12682 * gdb.go/strings.exp
12683 * gdb.go/types.exp
12684 * gdb.go/unsafe.exp
12685 * gdb.guile/scm-arch.exp
12686 * gdb.guile/scm-block.exp
12687 * gdb.guile/scm-breakpoint.exp
12688 * gdb.guile/scm-cmd.exp
12689 * gdb.guile/scm-disasm.exp
12690 * gdb.guile/scm-equal.exp
12691 * gdb.guile/scm-frame-args.exp
12692 * gdb.guile/scm-frame-inline.exp
12693 * gdb.guile/scm-frame.exp
12694 * gdb.guile/scm-iterator.exp
12695 * gdb.guile/scm-math.exp
12696 * gdb.guile/scm-objfile.exp
12697 * gdb.guile/scm-ports.exp
12698 * gdb.guile/scm-symbol.exp
12699 * gdb.guile/scm-symtab.exp
12700 * gdb.guile/scm-value-cc.exp
12701 * gdb.guile/types-module.exp
12702 * gdb.linespec/break-ask.exp
12703 * gdb.linespec/cpexplicit.exp
12704 * gdb.linespec/explicit.exp
12705 * gdb.linespec/keywords.exp
12706 * gdb.linespec/linespec.exp
12707 * gdb.linespec/ls-dollar.exp
12708 * gdb.linespec/ls-errs.exp
12709 * gdb.linespec/skip-two.exp
12710 * gdb.linespec/thread.exp
12711 * gdb.mi/mi-async.exp
12712 * gdb.mi/mi-basics.exp
12713 * gdb.mi/mi-break.exp
12714 * gdb.mi/mi-catch-load.exp
12715 * gdb.mi/mi-cli.exp
12716 * gdb.mi/mi-cmd-param-changed.exp
12717 * gdb.mi/mi-console.exp
12718 * gdb.mi/mi-detach.exp
12719 * gdb.mi/mi-disassemble.exp
12720 * gdb.mi/mi-eval.exp
12721 * gdb.mi/mi-file-transfer.exp
12722 * gdb.mi/mi-file.exp
12723 * gdb.mi/mi-fill-memory.exp
12724 * gdb.mi/mi-inheritance-syntax-error.exp
12725 * gdb.mi/mi-linespec-err-cp.exp
12726 * gdb.mi/mi-logging.exp
12727 * gdb.mi/mi-memory-changed.exp
12728 * gdb.mi/mi-read-memory.exp
12729 * gdb.mi/mi-record-changed.exp
12730 * gdb.mi/mi-reg-undefined.exp
12731 * gdb.mi/mi-regs.exp
12732 * gdb.mi/mi-return.exp
12733 * gdb.mi/mi-reverse.exp
12734 * gdb.mi/mi-simplerun.exp
12735 * gdb.mi/mi-solib.exp
12736 * gdb.mi/mi-stack.exp
12737 * gdb.mi/mi-stepi.exp
12738 * gdb.mi/mi-syn-frame.exp
12739 * gdb.mi/mi-until.exp
12740 * gdb.mi/mi-var-block.exp
12741 * gdb.mi/mi-var-child.exp
12742 * gdb.mi/mi-var-cmd.exp
12743 * gdb.mi/mi-var-cp.exp
12744 * gdb.mi/mi-var-display.exp
12745 * gdb.mi/mi-var-invalidate.exp
12746 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
12747 * gdb.mi/mi-vla-fortran.exp
12748 * gdb.mi/mi-watch.exp
12749 * gdb.mi/mi2-var-child.exp
12750 * gdb.mi/user-selected-context-sync.exp
12751 * gdb.modula2/unbounded-array.exp
12752 * gdb.multi/dummy-frame-restore.exp
12753 * gdb.multi/multi-arch-exec.exp
12754 * gdb.multi/multi-arch.exp
12755 * gdb.multi/tids.exp
12756 * gdb.multi/watchpoint-multi.exp
12757 * gdb.opencl/callfuncs.exp
12758 * gdb.opencl/convs_casts.exp
12759 * gdb.opencl/datatypes.exp
12760 * gdb.opencl/operators.exp
12761 * gdb.opencl/vec_comps.exp
12762 * gdb.opt/clobbered-registers-O2.exp
12763 * gdb.opt/inline-break.exp
12764 * gdb.opt/inline-bt.exp
12765 * gdb.opt/inline-cmds.exp
12766 * gdb.opt/inline-locals.exp
12767 * gdb.pascal/case-insensitive-symbols.exp
12768 * gdb.pascal/floats.exp
12769 * gdb.pascal/gdb11492.exp
12770 * gdb.python/lib-types.exp
12771 * gdb.python/py-arch.exp
12772 * gdb.python/py-as-string.exp
12773 * gdb.python/py-bad-printers.exp
12774 * gdb.python/py-block.exp
12775 * gdb.python/py-breakpoint-create-fail.exp
12776 * gdb.python/py-breakpoint.exp
12777 * gdb.python/py-caller-is.exp
12778 * gdb.python/py-cmd.exp
12779 * gdb.python/py-explore-cc.exp
12780 * gdb.python/py-explore.exp
12781 * gdb.python/py-finish-breakpoint.exp
12782 * gdb.python/py-finish-breakpoint2.exp
12783 * gdb.python/py-frame-args.exp
12784 * gdb.python/py-frame-inline.exp
12785 * gdb.python/py-frame.exp
12786 * gdb.python/py-framefilter-mi.exp
12787 * gdb.python/py-infthread.exp
12788 * gdb.python/py-lazy-string.exp
12789 * gdb.python/py-linetable.exp
12790 * gdb.python/py-mi-events.exp
12791 * gdb.python/py-mi-objfile.exp
12792 * gdb.python/py-mi.exp
12793 * gdb.python/py-objfile.exp
12794 * gdb.python/py-pp-integral.exp
12795 * gdb.python/py-pp-maint.exp
12796 * gdb.python/py-pp-re-notag.exp
12797 * gdb.python/py-pp-registration.exp
12798 * gdb.python/py-recurse-unwind.exp
12799 * gdb.python/py-strfns.exp
12800 * gdb.python/py-symbol.exp
12801 * gdb.python/py-symtab.exp
12802 * gdb.python/py-sync-interp.exp
12803 * gdb.python/py-typeprint.exp
12804 * gdb.python/py-unwind-maint.exp
12805 * gdb.python/py-unwind.exp
12806 * gdb.python/py-value-cc.exp
12807 * gdb.python/py-xmethods.exp
12808 * gdb.reverse/amd64-tailcall-reverse.exp
12809 * gdb.reverse/break-precsave.exp
12810 * gdb.reverse/break-reverse.exp
12811 * gdb.reverse/consecutive-precsave.exp
12812 * gdb.reverse/consecutive-reverse.exp
12813 * gdb.reverse/finish-precsave.exp
12814 * gdb.reverse/finish-reverse-bkpt.exp
12815 * gdb.reverse/finish-reverse.exp
12816 * gdb.reverse/fstatat-reverse.exp
12817 * gdb.reverse/getresuid-reverse.exp
12818 * gdb.reverse/i386-precsave.exp
12819 * gdb.reverse/i386-reverse.exp
12820 * gdb.reverse/i386-sse-reverse.exp
12821 * gdb.reverse/i387-env-reverse.exp
12822 * gdb.reverse/i387-stack-reverse.exp
12823 * gdb.reverse/insn-reverse.exp
12824 * gdb.reverse/machinestate-precsave.exp
12825 * gdb.reverse/machinestate.exp
12826 * gdb.reverse/next-reverse-bkpt-over-sr.exp
12827 * gdb.reverse/pipe-reverse.exp
12828 * gdb.reverse/readv-reverse.exp
12829 * gdb.reverse/recvmsg-reverse.exp
12830 * gdb.reverse/rerun-prec.exp
12831 * gdb.reverse/s390-mvcle.exp
12832 * gdb.reverse/step-precsave.exp
12833 * gdb.reverse/step-reverse.exp
12834 * gdb.reverse/time-reverse.exp
12835 * gdb.reverse/until-precsave.exp
12836 * gdb.reverse/until-reverse.exp
12837 * gdb.reverse/waitpid-reverse.exp
12838 * gdb.reverse/watch-precsave.exp
12839 * gdb.reverse/watch-reverse.exp
12840 * gdb.rust/generics.exp
12841 * gdb.rust/methods.exp
12842 * gdb.rust/modules.exp
12843 * gdb.rust/simple.exp
12844 * gdb.server/connect-with-no-symbol-file.exp
12845 * gdb.server/ext-attach.exp
12846 * gdb.server/ext-restart.exp
12847 * gdb.server/ext-wrapper.exp
12848 * gdb.server/file-transfer.exp
12849 * gdb.server/server-exec-info.exp
12850 * gdb.server/server-kill.exp
12851 * gdb.server/server-mon.exp
12852 * gdb.server/wrapper.exp
12853 * gdb.stabs/exclfwd.exp
12854 * gdb.stabs/gdb11479.exp
12855 * gdb.threads/clone-new-thread-event.exp
12856 * gdb.threads/corethreads.exp
12857 * gdb.threads/current-lwp-dead.exp
12858 * gdb.threads/dlopen-libpthread.exp
12859 * gdb.threads/gcore-thread.exp
12860 * gdb.threads/sigstep-threads.exp
12861 * gdb.threads/watchpoint-fork.exp
12862 * gdb.trace/actions-changed.exp
12863 * gdb.trace/backtrace.exp
12864 * gdb.trace/change-loc.exp
12865 * gdb.trace/circ.exp
12866 * gdb.trace/collection.exp
12867 * gdb.trace/disconnected-tracing.exp
12868 * gdb.trace/ftrace.exp
12869 * gdb.trace/mi-trace-frame-collected.exp
12870 * gdb.trace/mi-trace-unavailable.exp
12871 * gdb.trace/mi-traceframe-changed.exp
12872 * gdb.trace/mi-tsv-changed.exp
12873 * gdb.trace/no-attach-trace.exp
12874 * gdb.trace/passc-dyn.exp
12875 * gdb.trace/qtro.exp
12876 * gdb.trace/range-stepping.exp
12877 * gdb.trace/read-memory.exp
12878 * gdb.trace/save-trace.exp
12879 * gdb.trace/signal.exp
12880 * gdb.trace/status-stop.exp
12881 * gdb.trace/tfile.exp
12882 * gdb.trace/trace-break.exp
12883 * gdb.trace/trace-buffer-size.exp
12884 * gdb.trace/trace-condition.exp
12885 * gdb.trace/tracefile-pseudo-reg.exp
12886 * gdb.trace/tstatus.exp
12887 * gdb.trace/unavailable.exp
12888 * gdb.trace/while-dyn.exp
12889 * gdb.trace/while-stepping.exp
12890
12891 2016-12-22 Doug Evans <xdje42@gmail.com>
12892
12893 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
12894 and msymbols.
12895
12896 2016-12-19 Yao Qi <yao.qi@linaro.org>
12897
12898 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
12899 (test_with_self): Don't call do_steps_and_nexts, and remove
12900 code about stepping into xmalloc.
12901
12902 2016-12-09 Yao Qi <yao.qi@linaro.org>
12903
12904 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
12905
12906 2016-12-09 Yao Qi <yao.qi@linaro.org>
12907
12908 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
12909
12910 2016-12-09 Pedro Alves <palves@redhat.com>
12911
12912 * gdb.base/all-architectures-0.exp: New file.
12913 * gdb.base/all-architectures-1.exp: New file.
12914 * gdb.base/all-architectures-2.exp: New file.
12915 * gdb.base/all-architectures-3.exp: New file.
12916 * gdb.base/all-architectures-4.exp: New file.
12917 * gdb.base/all-architectures-5.exp: New file.
12918 * gdb.base/all-architectures-6.exp: New file.
12919 * gdb.base/all-architectures-7.exp: New file.
12920 * gdb.base/all-architectures.exp.in: New file.
12921
12922 2016-12-09 Yao Qi <yao.qi@linaro.org>
12923
12924 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
12925
12926 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
12927
12928 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
12929 possible.
12930 Remove useless pattern-matching code.
12931
12932 2016-12-02 Pedro Alves <palves@redhat.com>
12933
12934 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
12935 procedure.
12936 (top level): Call it.
12937
12938 2016-12-02 Pedro Alves <palves@redhat.com>
12939
12940 * gdb.base/commands.exp (user_defined_command_args_stack_test):
12941 New procedure.
12942 (top level): Call it.
12943
12944 2016-12-02 Pedro Alves <palves@redhat.com>
12945
12946 PR cli/20559
12947 * gdb.base/commands.exp (user_defined_command_args_eval): New
12948 procedure.
12949 (top level): Call it.
12950
12951 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
12952
12953 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
12954 timeout handling.
12955
12956 2016-12-02 Tom Tromey <tom@tromey.com>
12957
12958 * gdb.dwarf2/main-subprogram.c: New file.
12959 * gdb.dwarf2/main-subprogram.exp: New file.
12960
12961 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
12962
12963 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
12964 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
12965 gdb_test_no_output for a couple of cases.
12966 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
12967
12968 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
12969
12970 Fix test names and standardize compilation error messages throughout
12971 the following files:
12972
12973 * gdb.ada/start.exp
12974 * gdb.arch/alpha-step.exp
12975 * gdb.arch/e500-prologue.exp
12976 * gdb.arch/ftrace-insn-reloc.exp
12977 * gdb.arch/gdb1291.exp
12978 * gdb.arch/gdb1431.exp
12979 * gdb.arch/gdb1558.exp
12980 * gdb.arch/i386-dr3-watch.exp
12981 * gdb.arch/i386-sse-stack-align.exp
12982 * gdb.arch/ia64-breakpoint-shadow.exp
12983 * gdb.arch/pa-nullify.exp
12984 * gdb.arch/powerpc-aix-prologue.exp
12985 * gdb.arch/thumb-bx-pc.exp
12986 * gdb.base/annota1.exp
12987 * gdb.base/annota3.exp
12988 * gdb.base/arrayidx.exp
12989 * gdb.base/assign.exp
12990 * gdb.base/attach.exp
12991 * gdb.base/auxv.exp
12992 * gdb.base/bang.exp
12993 * gdb.base/bfp-test.exp
12994 * gdb.base/bigcore.exp
12995 * gdb.base/bitfields2.exp
12996 * gdb.base/break-fun-addr.exp
12997 * gdb.base/break-probes.exp
12998 * gdb.base/call-rt-st.exp
12999 * gdb.base/callexit.exp
13000 * gdb.base/catch-fork-kill.exp
13001 * gdb.base/charset.exp
13002 * gdb.base/checkpoint.exp
13003 * gdb.base/comprdebug.exp
13004 * gdb.base/constvars.exp
13005 * gdb.base/coredump-filter.exp
13006 * gdb.base/cursal.exp
13007 * gdb.base/cvexpr.exp
13008 * gdb.base/detach.exp
13009 * gdb.base/display.exp
13010 * gdb.base/dmsym.exp
13011 * gdb.base/dprintf-pending.exp
13012 * gdb.base/dso2dso.exp
13013 * gdb.base/dtrace-probe.exp
13014 * gdb.base/dump.exp
13015 * gdb.base/enum_cond.exp
13016 * gdb.base/exe-lock.exp
13017 * gdb.base/exec-invalid-sysroot.exp
13018 * gdb.base/execl-update-breakpoints.exp
13019 * gdb.base/exprs.exp
13020 * gdb.base/fileio.exp
13021 * gdb.base/find.exp
13022 * gdb.base/finish.exp
13023 * gdb.base/fixsection.exp
13024 * gdb.base/foll-vfork.exp
13025 * gdb.base/frame-args.exp
13026 * gdb.base/gcore.exp
13027 * gdb.base/gdb1250.exp
13028 * gdb.base/global-var-nested-by-dso.exp
13029 * gdb.base/gnu-ifunc.exp
13030 * gdb.base/hashline1.exp
13031 * gdb.base/hashline2.exp
13032 * gdb.base/hashline3.exp
13033 * gdb.base/hbreak-in-shr-unsupported.exp
13034 * gdb.base/huge.exp
13035 * gdb.base/infcall-input.exp
13036 * gdb.base/info-fun.exp
13037 * gdb.base/info-shared.exp
13038 * gdb.base/jit-simple.exp
13039 * gdb.base/jit-so.exp
13040 * gdb.base/jit.exp
13041 * gdb.base/jump.exp
13042 * gdb.base/label.exp
13043 * gdb.base/lineinc.exp
13044 * gdb.base/logical.exp
13045 * gdb.base/longjmp.exp
13046 * gdb.base/macscp.exp
13047 * gdb.base/miscexprs.exp
13048 * gdb.base/new-ui-echo.exp
13049 * gdb.base/new-ui-pending-input.exp
13050 * gdb.base/new-ui.exp
13051 * gdb.base/nodebug.exp
13052 * gdb.base/nofield.exp
13053 * gdb.base/offsets.exp
13054 * gdb.base/overlays.exp
13055 * gdb.base/pending.exp
13056 * gdb.base/pointers.exp
13057 * gdb.base/pr11022.exp
13058 * gdb.base/printcmds.exp
13059 * gdb.base/prologue.exp
13060 * gdb.base/ptr-typedef.exp
13061 * gdb.base/realname-expand.exp
13062 * gdb.base/relativedebug.exp
13063 * gdb.base/relocate.exp
13064 * gdb.base/remote.exp
13065 * gdb.base/reread.exp
13066 * gdb.base/return2.exp
13067 * gdb.base/savedregs.exp
13068 * gdb.base/sep.exp
13069 * gdb.base/sepdebug.exp
13070 * gdb.base/sepsymtab.exp
13071 * gdb.base/set-inferior-tty.exp
13072 * gdb.base/setshow.exp
13073 * gdb.base/shlib-call.exp
13074 * gdb.base/sigaltstack.exp
13075 * gdb.base/siginfo-addr.exp
13076 * gdb.base/signals.exp
13077 * gdb.base/signull.exp
13078 * gdb.base/sigrepeat.exp
13079 * gdb.base/so-impl-ld.exp
13080 * gdb.base/solib-display.exp
13081 * gdb.base/solib-overlap.exp
13082 * gdb.base/solib-search.exp
13083 * gdb.base/solib-symbol.exp
13084 * gdb.base/structs.exp
13085 * gdb.base/structs2.exp
13086 * gdb.base/symtab-search-order.exp
13087 * gdb.base/twice.exp
13088 * gdb.base/unload.exp
13089 * gdb.base/varargs.exp
13090 * gdb.base/watchpoint-solib.exp
13091 * gdb.base/watchpoint.exp
13092 * gdb.base/whatis.exp
13093 * gdb.base/wrong_frame_bt_full.exp
13094 * gdb.btrace/dlopen.exp
13095 * gdb.cell/ea-standalone.exp
13096 * gdb.cell/ea-test.exp
13097 * gdb.cp/dispcxx.exp
13098 * gdb.cp/gdb2384.exp
13099 * gdb.cp/method2.exp
13100 * gdb.cp/nextoverthrow.exp
13101 * gdb.cp/pr10728.exp
13102 * gdb.disasm/am33.exp
13103 * gdb.disasm/h8300s.exp
13104 * gdb.disasm/mn10300.exp
13105 * gdb.disasm/sh3.exp
13106 * gdb.dwarf2/dw2-dir-file-name.exp
13107 * gdb.fortran/complex.exp
13108 * gdb.fortran/library-module.exp
13109 * gdb.guile/scm-pretty-print.exp
13110 * gdb.guile/scm-symbol.exp
13111 * gdb.guile/scm-type.exp
13112 * gdb.guile/scm-value.exp
13113 * gdb.linespec/linespec.exp
13114 * gdb.mi/gdb701.exp
13115 * gdb.mi/gdb792.exp
13116 * gdb.mi/mi-breakpoint-changed.exp
13117 * gdb.mi/mi-dprintf-pending.exp
13118 * gdb.mi/mi-dprintf.exp
13119 * gdb.mi/mi-exit-code.exp
13120 * gdb.mi/mi-pending.exp
13121 * gdb.mi/mi-solib.exp
13122 * gdb.mi/new-ui-mi-sync.exp
13123 * gdb.mi/pr11022.exp
13124 * gdb.mi/user-selected-context-sync.exp
13125 * gdb.opt/solib-intra-step.exp
13126 * gdb.python/py-events.exp
13127 * gdb.python/py-finish-breakpoint.exp
13128 * gdb.python/py-mi.exp
13129 * gdb.python/py-prettyprint.exp
13130 * gdb.python/py-shared.exp
13131 * gdb.python/py-symbol.exp
13132 * gdb.python/py-template.exp
13133 * gdb.python/py-type.exp
13134 * gdb.python/py-value.exp
13135 * gdb.reverse/solib-precsave.exp
13136 * gdb.reverse/solib-reverse.exp
13137 * gdb.server/solib-list.exp
13138 * gdb.stabs/weird.exp
13139 * gdb.threads/reconnect-signal.exp
13140 * gdb.threads/stepi-random-signal.exp
13141 * gdb.trace/actions.exp
13142 * gdb.trace/ax.exp
13143 * gdb.trace/backtrace.exp
13144 * gdb.trace/change-loc.exp
13145 * gdb.trace/deltrace.exp
13146 * gdb.trace/ftrace-lock.exp
13147 * gdb.trace/ftrace.exp
13148 * gdb.trace/infotrace.exp
13149 * gdb.trace/mi-tracepoint-changed.exp
13150 * gdb.trace/packetlen.exp
13151 * gdb.trace/passcount.exp
13152 * gdb.trace/pending.exp
13153 * gdb.trace/range-stepping.exp
13154 * gdb.trace/report.exp
13155 * gdb.trace/stap-trace.exp
13156 * gdb.trace/tfind.exp
13157 * gdb.trace/trace-break.exp
13158 * gdb.trace/trace-condition.exp
13159 * gdb.trace/trace-enable-disable.exp
13160 * gdb.trace/trace-mt.exp
13161 * gdb.trace/tracecmd.exp
13162 * gdb.trace/tspeed.exp
13163 * gdb.trace/tsv.exp
13164 * lib/perftest.exp
13165
13166 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
13167
13168 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
13169 with gdb_test_no_output.
13170 Use command as test name.
13171
13172 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
13173
13174 Fix test names starting with uppercase throughout the files.
13175
13176 * gdb.ada/assign_1.exp
13177 * gdb.ada/boolean_expr.exp
13178 * gdb.base/arrayidx.exp
13179 * gdb.base/del.exp
13180 * gdb.base/gcore-buffer-overflow.exp
13181 * gdb.base/testenv.exp
13182 * gdb.compile/compile.exp
13183 * gdb.python/py-framefilter-invalidarg.exp
13184 * gdb.python/py-framefilter.exp
13185
13186 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
13187
13188 Fix test names starting with uppercase throughout the files.
13189
13190 * gdb.ada/array_return.exp
13191 * gdb.ada/expr_delims.exp
13192 * gdb.ada/mi_dyn_arr.exp
13193 * gdb.ada/mi_interface.exp
13194 * gdb.ada/mi_var_array.exp
13195 * gdb.ada/watch_arg.exp
13196 * gdb.arch/alpha-step.exp
13197 * gdb.arch/altivec-regs.exp
13198 * gdb.arch/e500-regs.exp
13199 * gdb.arch/powerpc-d128-regs.exp
13200 * gdb.base/arrayidx.exp
13201 * gdb.base/break.exp
13202 * gdb.base/checkpoint.exp
13203 * gdb.base/debug-expr.exp
13204 * gdb.base/dmsym.exp
13205 * gdb.base/radix.exp
13206 * gdb.base/sepdebug.exp
13207 * gdb.base/testenv.exp
13208 * gdb.base/watch_thread_num.exp
13209 * gdb.base/watchpoint-cond-gone.exp
13210 * gdb.cell/break.exp
13211 * gdb.cell/ea-cache.exp
13212 * gdb.compile/compile.exp
13213 * gdb.cp/gdb2495.exp
13214 * gdb.gdb/selftest.exp
13215 * gdb.gdb/xfullpath.exp
13216 * gdb.go/hello.exp
13217 * gdb.go/integers.exp
13218 * gdb.objc/basicclass.exp
13219 * gdb.pascal/hello.exp
13220 * gdb.pascal/integers.exp
13221 * gdb.python/py-breakpoint.exp
13222 * gdb.python/py-cmd.exp
13223 * gdb.python/py-linetable.exp
13224 * gdb.python/py-xmethods.exp
13225 * gdb.python/python.exp
13226 * gdb.reverse/consecutive-precsave.exp
13227 * gdb.reverse/finish-precsave.exp
13228 * gdb.reverse/i386-precsave.exp
13229 * gdb.reverse/machinestate-precsave.exp
13230 * gdb.reverse/sigall-precsave.exp
13231 * gdb.reverse/solib-precsave.exp
13232 * gdb.reverse/step-precsave.exp
13233 * gdb.reverse/until-precsave.exp
13234 * gdb.reverse/watch-precsave.exp
13235 * gdb.threads/leader-exit.exp
13236 * gdb.threads/pthreads.exp
13237 * gdb.threads/wp-replication.exp
13238 * gdb.trace/actions.exp
13239 * gdb.trace/mi-tsv-changed.exp
13240 * gdb.trace/tsv.exp
13241
13242 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
13243
13244 Fix test names starting with uppercase throughout the files.
13245
13246 * gdb.arch/i386-bp_permanent.exp
13247 * gdb.arch/i386-gnu-cfi.exp
13248 * gdb.base/disasm-end-cu.exp
13249 * gdb.base/macscp.exp
13250 * gdb.base/pending.exp
13251 * gdb.base/watch_thread_num.exp
13252 * gdb.cp/exception.exp
13253 * gdb.cp/gdb2495.exp
13254 * gdb.cp/local.exp
13255 * gdb.python/py-evsignal.exp
13256 * gdb.python/python.exp
13257 * gdb.trace/tracecmd.exp
13258
13259 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
13260
13261 Fix test names starting with uppercase throughout the files.
13262
13263 * gdb.base/charset.exp
13264 * gdb.base/eval.exp
13265 * gdb.base/multi-forks.exp
13266 * gdb.guile/scm-progspace.exp
13267 * gdb.opencl/datatypes.exp
13268 * gdb.python/py-block.exp
13269 * gdb.python/py-function.exp
13270 * gdb.python/py-symbol.exp
13271 * gdb.python/py-symtab.exp
13272 * gdb.python/py-xmethods.exp
13273 * gdb.reverse/break-precsave.exp
13274 * gdb.reverse/break-reverse.exp
13275 * gdb.reverse/consecutive-precsave.exp
13276 * gdb.reverse/consecutive-reverse.exp
13277 * gdb.reverse/finish-precsave.exp
13278 * gdb.reverse/finish-reverse-bkpt.exp
13279 * gdb.reverse/finish-reverse.exp
13280 * gdb.reverse/fstatat-reverse.exp
13281 * gdb.reverse/getresuid-reverse.exp
13282 * gdb.reverse/i386-precsave.exp
13283 * gdb.reverse/i386-reverse.exp
13284 * gdb.reverse/i386-sse-reverse.exp
13285 * gdb.reverse/i387-stack-reverse.exp
13286 * gdb.reverse/insn-reverse.exp
13287 * gdb.reverse/machinestate-precsave.exp
13288 * gdb.reverse/machinestate.exp
13289 * gdb.reverse/next-reverse-bkpt-over-sr.exp
13290 * gdb.reverse/pipe-reverse.exp
13291 * gdb.reverse/readv-reverse.exp
13292 * gdb.reverse/recvmsg-reverse.exp
13293 * gdb.reverse/rerun-prec.exp
13294 * gdb.reverse/s390-mvcle.exp
13295 * gdb.reverse/sigall-precsave.exp
13296 * gdb.reverse/sigall-reverse.exp
13297 * gdb.reverse/solib-precsave.exp
13298 * gdb.reverse/solib-reverse.exp
13299 * gdb.reverse/step-precsave.exp
13300 * gdb.reverse/step-reverse.exp
13301 * gdb.reverse/time-reverse.exp
13302 * gdb.reverse/until-precsave.exp
13303 * gdb.reverse/until-reverse.exp
13304 * gdb.reverse/waitpid-reverse.exp
13305 * gdb.reverse/watch-precsave.exp
13306 * gdb.reverse/watch-reverse.exp
13307
13308 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
13309
13310 Fix test names starting with uppercase throughout the files.
13311
13312 * gdb.arch/i386-mpx-simple_segv.exp
13313 * gdb.arch/i386-mpx.exp
13314 * gdb.arch/i386-permbkpt.exp
13315 * gdb.arch/pa-nullify.exp
13316 * gdb.arch/powerpc-d128-regs.exp
13317 * gdb.arch/vsx-regs.exp
13318 * gdb.base/bfp-test.exp
13319 * gdb.base/break.exp
13320 * gdb.base/breakpoint-shadow.exp
13321 * gdb.base/callfuncs.exp
13322 * gdb.base/charset.exp
13323 * gdb.base/commands.exp
13324 * gdb.base/completion.exp
13325 * gdb.base/dfp-test.exp
13326 * gdb.base/echo.exp
13327 * gdb.base/ending-run.exp
13328 * gdb.base/eval.exp
13329 * gdb.base/expand-psymtabs.exp
13330 * gdb.base/float128.exp
13331 * gdb.base/floatn.exp
13332 * gdb.base/foll-exec-mode.exp
13333 * gdb.base/gdb1056.exp
13334 * gdb.base/gdb11531.exp
13335 * gdb.base/kill-after-signal.exp
13336 * gdb.base/multi-forks.exp
13337 * gdb.base/overlays.exp
13338 * gdb.base/pending.exp
13339 * gdb.base/sepdebug.exp
13340 * gdb.base/testenv.exp
13341 * gdb.base/valgrind-db-attach.exp
13342 * gdb.base/watch_thread_num.exp
13343 * gdb.base/watchpoint-cond-gone.exp
13344 * gdb.base/watchpoint.exp
13345 * gdb.base/watchpoints.exp
13346 * gdb.cp/arg-reference.exp
13347 * gdb.cp/baseenum.exp
13348 * gdb.cp/operator.exp
13349 * gdb.cp/shadow.exp
13350 * gdb.dwarf2/dw2-op-out-param.exp
13351 * gdb.dwarf2/dw2-reg-undefined.exp
13352 * gdb.go/chan.exp
13353 * gdb.go/hello.exp
13354 * gdb.go/integers.exp
13355 * gdb.go/methods.exp
13356 * gdb.go/package.exp
13357 * gdb.guile/scm-parameter.exp
13358 * gdb.guile/scm-progspace.exp
13359 * gdb.guile/scm-value.exp
13360 * gdb.mi/mi-pending.exp
13361 * gdb.mi/user-selected-context-sync.exp
13362 * gdb.multi/multi-attach.exp
13363 * gdb.multi/tids.exp
13364 * gdb.opt/clobbered-registers-O2.exp
13365 * gdb.pascal/floats.exp
13366 * gdb.pascal/integers.exp
13367 * gdb.python/py-block.exp
13368 * gdb.python/py-events.exp
13369 * gdb.python/py-parameter.exp
13370 * gdb.python/py-symbol.exp
13371 * gdb.python/py-symtab.exp
13372 * gdb.python/py-type.exp
13373 * gdb.python/py-value.exp
13374 * gdb.python/py-xmethods.exp
13375 * gdb.python/python.exp
13376 * gdb.reverse/break-precsave.exp
13377 * gdb.reverse/consecutive-precsave.exp
13378 * gdb.reverse/finish-precsave.exp
13379 * gdb.reverse/i386-precsave.exp
13380 * gdb.reverse/machinestate-precsave.exp
13381 * gdb.reverse/sigall-precsave.exp
13382 * gdb.reverse/solib-precsave.exp
13383 * gdb.reverse/step-precsave.exp
13384 * gdb.reverse/until-precsave.exp
13385 * gdb.reverse/watch-precsave.exp
13386 * gdb.server/ext-attach.exp
13387 * gdb.server/ext-restart.exp
13388 * gdb.server/ext-run.exp
13389 * gdb.server/ext-wrapper.exp
13390 * gdb.stabs/gdb11479.exp
13391 * gdb.stabs/weird.exp
13392 * gdb.threads/attach-many-short-lived-threads.exp
13393 * gdb.threads/kill.exp
13394 * gdb.threads/watchpoint-fork.exp
13395
13396 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
13397
13398 Fix test names starting with uppercase throughout all the files below.
13399
13400 * gdb.ada/array_return.exp
13401 * gdb.ada/catch_ex.exp
13402 * gdb.ada/info_exc.exp
13403 * gdb.ada/mi_catch_ex.exp
13404 * gdb.ada/mi_dyn_arr.exp
13405 * gdb.ada/mi_ex_cond.exp
13406 * gdb.ada/mi_exc_info.exp
13407 * gdb.ada/mi_interface.exp
13408 * gdb.ada/mi_task_arg.exp
13409 * gdb.ada/mi_task_info.exp
13410 * gdb.ada/mi_var_array.exp
13411 * gdb.arch/alpha-step.exp
13412 * gdb.arch/amd64-disp-step.exp
13413 * gdb.arch/arm-disp-step.exp
13414 * gdb.arch/disp-step-insn-reloc.exp
13415 * gdb.arch/e500-prologue.exp
13416 * gdb.arch/ftrace-insn-reloc.exp
13417 * gdb.arch/gdb1558.exp
13418 * gdb.arch/i386-bp_permanent.exp
13419 * gdb.arch/i386-disp-step.exp
13420 * gdb.arch/i386-float.exp
13421 * gdb.arch/i386-gnu-cfi.exp
13422 * gdb.arch/ia64-breakpoint-shadow.exp
13423 * gdb.arch/mips16-thunks.exp
13424 * gdb.arch/pa-nullify.exp
13425 * gdb.arch/powerpc-aix-prologue.exp
13426 * gdb.arch/powerpc-power.exp
13427 * gdb.arch/ppc-dfp.exp
13428 * gdb.arch/s390-tdbregs.exp
13429 * gdb.arch/spu-info.exp
13430 * gdb.arch/spu-ls.exp
13431 * gdb.arch/thumb-bx-pc.exp
13432 * gdb.base/advance.exp
13433 * gdb.base/annota-input-while-running.exp
13434 * gdb.base/arrayidx.exp
13435 * gdb.base/asmlabel.exp
13436 * gdb.base/async.exp
13437 * gdb.base/attach-wait-input.exp
13438 * gdb.base/auto-connect-native-target.exp
13439 * gdb.base/batch-preserve-term-settings.exp
13440 * gdb.base/bfp-test.exp
13441 * gdb.base/bigcore.exp
13442 * gdb.base/bp-permanent.exp
13443 * gdb.base/break-always.exp
13444 * gdb.base/break-fun-addr.exp
13445 * gdb.base/break-idempotent.exp
13446 * gdb.base/break-main-file-remove-fail.exp
13447 * gdb.base/break-probes.exp
13448 * gdb.base/break-unload-file.exp
13449 * gdb.base/break.exp
13450 * gdb.base/call-ar-st.exp
13451 * gdb.base/call-rt-st.exp
13452 * gdb.base/call-sc.exp
13453 * gdb.base/call-signal-resume.exp
13454 * gdb.base/call-strs.exp
13455 * gdb.base/callexit.exp
13456 * gdb.base/callfuncs.exp
13457 * gdb.base/catch-gdb-caused-signals.exp
13458 * gdb.base/catch-signal-siginfo-cond.exp
13459 * gdb.base/catch-syscall.exp
13460 * gdb.base/compare-sections.exp
13461 * gdb.base/cond-eval-mode.exp
13462 * gdb.base/condbreak-call-false.exp
13463 * gdb.base/consecutive-step-over.exp
13464 * gdb.base/cursal.exp
13465 * gdb.base/disabled-location.exp
13466 * gdb.base/disasm-end-cu.exp
13467 * gdb.base/display.exp
13468 * gdb.base/double-prompt-target-event-error.exp
13469 * gdb.base/dprintf-bp-same-addr.exp
13470 * gdb.base/dprintf-detach.exp
13471 * gdb.base/dprintf-next.exp
13472 * gdb.base/dprintf-non-stop.exp
13473 * gdb.base/dprintf-pending.exp
13474 * gdb.base/dso2dso.exp
13475 * gdb.base/ending-run.exp
13476 * gdb.base/enum_cond.exp
13477 * gdb.base/examine-backward.exp
13478 * gdb.base/exe-lock.exp
13479 * gdb.base/exec-invalid-sysroot.exp
13480 * gdb.base/execl-update-breakpoints.exp
13481 * gdb.base/execution-termios.exp
13482 * gdb.base/fileio.exp
13483 * gdb.base/fixsection.exp
13484 * gdb.base/foll-exec-mode.exp
13485 * gdb.base/foll-exec.exp
13486 * gdb.base/fork-running-state.exp
13487 * gdb.base/frame-args.exp
13488 * gdb.base/fullpath-expand.exp
13489 * gdb.base/func-ptr.exp
13490 * gdb.base/gcore-relro-pie.exp
13491 * gdb.base/gdb1090.exp
13492 * gdb.base/gdb1555.exp
13493 * gdb.base/global-var-nested-by-dso.exp
13494 * gdb.base/gnu-ifunc.exp
13495 * gdb.base/hbreak-in-shr-unsupported.exp
13496 * gdb.base/hbreak-unmapped.exp
13497 * gdb.base/hook-stop.exp
13498 * gdb.base/infcall-input.exp
13499 * gdb.base/info-fun.exp
13500 * gdb.base/info-shared.exp
13501 * gdb.base/interrupt-noterm.exp
13502 * gdb.base/jit-so.exp
13503 * gdb.base/jit.exp
13504 * gdb.base/line-symtabs.exp
13505 * gdb.base/list.exp
13506 * gdb.base/longjmp.exp
13507 * gdb.base/macscp.exp
13508 * gdb.base/max-value-size.exp
13509 * gdb.base/nodebug.exp
13510 * gdb.base/nofield.exp
13511 * gdb.base/overlays.exp
13512 * gdb.base/paginate-after-ctrl-c-running.exp
13513 * gdb.base/paginate-bg-execution.exp
13514 * gdb.base/paginate-inferior-exit.exp
13515 * gdb.base/pending.exp
13516 * gdb.base/pr11022.exp
13517 * gdb.base/printcmds.exp
13518 * gdb.base/ptr-typedef.exp
13519 * gdb.base/ptype.exp
13520 * gdb.base/randomize.exp
13521 * gdb.base/range-stepping.exp
13522 * gdb.base/realname-expand.exp
13523 * gdb.base/relativedebug.exp
13524 * gdb.base/remote.exp
13525 * gdb.base/savedregs.exp
13526 * gdb.base/sepdebug.exp
13527 * gdb.base/set-noassign.exp
13528 * gdb.base/shlib-call.exp
13529 * gdb.base/shreloc.exp
13530 * gdb.base/sigaltstack.exp
13531 * gdb.base/sigbpt.exp
13532 * gdb.base/siginfo-addr.exp
13533 * gdb.base/siginfo-obj.exp
13534 * gdb.base/siginfo-thread.exp
13535 * gdb.base/signest.exp
13536 * gdb.base/signull.exp
13537 * gdb.base/sigrepeat.exp
13538 * gdb.base/skip.exp
13539 * gdb.base/so-impl-ld.exp
13540 * gdb.base/solib-corrupted.exp
13541 * gdb.base/solib-disc.exp
13542 * gdb.base/solib-display.exp
13543 * gdb.base/solib-overlap.exp
13544 * gdb.base/solib-search.exp
13545 * gdb.base/solib-symbol.exp
13546 * gdb.base/source-execution.exp
13547 * gdb.base/sss-bp-on-user-bp-2.exp
13548 * gdb.base/sss-bp-on-user-bp.exp
13549 * gdb.base/stack-checking.exp
13550 * gdb.base/stale-infcall.exp
13551 * gdb.base/step-break.exp
13552 * gdb.base/step-line.exp
13553 * gdb.base/step-over-exit.exp
13554 * gdb.base/step-test.exp
13555 * gdb.base/structs.exp
13556 * gdb.base/sym-file.exp
13557 * gdb.base/symtab-search-order.exp
13558 * gdb.base/term.exp
13559 * gdb.base/type-opaque.exp
13560 * gdb.base/unload.exp
13561 * gdb.base/until-nodebug.exp
13562 * gdb.base/until.exp
13563 * gdb.base/unwindonsignal.exp
13564 * gdb.base/watch-cond.exp
13565 * gdb.base/watch-non-mem.exp
13566 * gdb.base/watch_thread_num.exp
13567 * gdb.base/watchpoint-reuse-slot.exp
13568 * gdb.base/watchpoint-solib.exp
13569 * gdb.base/watchpoint.exp
13570 * gdb.btrace/dlopen.exp
13571 * gdb.cell/arch.exp
13572 * gdb.cell/break.exp
13573 * gdb.cell/bt.exp
13574 * gdb.cell/core.exp
13575 * gdb.cell/data.exp
13576 * gdb.cell/dwarfaddr.exp
13577 * gdb.cell/ea-cache.exp
13578 * gdb.cell/ea-standalone.exp
13579 * gdb.cell/ea-test.exp
13580 * gdb.cell/f-regs.exp
13581 * gdb.cell/fork.exp
13582 * gdb.cell/gcore.exp
13583 * gdb.cell/mem-access.exp
13584 * gdb.cell/ptype.exp
13585 * gdb.cell/registers.exp
13586 * gdb.cell/sizeof.exp
13587 * gdb.cell/solib-symbol.exp
13588 * gdb.cell/solib.exp
13589 * gdb.compile/compile-tls.exp
13590 * gdb.cp/exception.exp
13591 * gdb.cp/gdb2495.exp
13592 * gdb.cp/local.exp
13593 * gdb.cp/mb-inline.exp
13594 * gdb.cp/mb-templates.exp
13595 * gdb.cp/pr10687.exp
13596 * gdb.cp/pr9167.exp
13597 * gdb.cp/scope-err.exp
13598 * gdb.cp/templates.exp
13599 * gdb.cp/virtfunc.exp
13600 * gdb.dwarf2/dw2-dir-file-name.exp
13601 * gdb.dwarf2/dw2-single-line-discriminators.exp
13602 * gdb.fortran/complex.exp
13603 * gdb.fortran/library-module.exp
13604 * gdb.guile/guile.exp
13605 * gdb.guile/scm-cmd.exp
13606 * gdb.guile/scm-frame-inline.exp
13607 * gdb.guile/scm-objfile.exp
13608 * gdb.guile/scm-pretty-print.exp
13609 * gdb.guile/scm-symbol.exp
13610 * gdb.guile/scm-type.exp
13611 * gdb.guile/scm-value.exp
13612 * gdb.linespec/keywords.exp
13613 * gdb.linespec/ls-errs.exp
13614 * gdb.linespec/macro-relative.exp
13615 * gdb.linespec/thread.exp
13616 * gdb.mi/mi-breakpoint-changed.exp
13617 * gdb.mi/mi-dprintf-pending.exp
13618 * gdb.mi/mi-fullname-deleted.exp
13619 * gdb.mi/mi-logging.exp
13620 * gdb.mi/mi-pending.exp
13621 * gdb.mi/mi-solib.exp
13622 * gdb.mi/new-ui-mi-sync.exp
13623 * gdb.mi/user-selected-context-sync.exp
13624 * gdb.multi/dummy-frame-restore.exp
13625 * gdb.multi/multi-arch-exec.exp
13626 * gdb.multi/remove-inferiors.exp
13627 * gdb.multi/watchpoint-multi-exit.exp
13628 * gdb.opt/solib-intra-step.exp
13629 * gdb.perf/backtrace.exp
13630 * gdb.perf/single-step.exp
13631 * gdb.perf/skip-command.exp
13632 * gdb.perf/skip-prologue.exp
13633 * gdb.perf/solib.exp
13634 * gdb.python/lib-types.exp
13635 * gdb.python/py-as-string.exp
13636 * gdb.python/py-bad-printers.exp
13637 * gdb.python/py-block.exp
13638 * gdb.python/py-breakpoint.exp
13639 * gdb.python/py-cmd.exp
13640 * gdb.python/py-events.exp
13641 * gdb.python/py-evthreads.exp
13642 * gdb.python/py-finish-breakpoint.exp
13643 * gdb.python/py-finish-breakpoint2.exp
13644 * gdb.python/py-frame-inline.exp
13645 * gdb.python/py-frame.exp
13646 * gdb.python/py-inferior.exp
13647 * gdb.python/py-infthread.exp
13648 * gdb.python/py-mi.exp
13649 * gdb.python/py-objfile.exp
13650 * gdb.python/py-pp-maint.exp
13651 * gdb.python/py-pp-registration.exp
13652 * gdb.python/py-prettyprint.exp
13653 * gdb.python/py-recurse-unwind.exp
13654 * gdb.python/py-shared.exp
13655 * gdb.python/py-symbol.exp
13656 * gdb.python/py-symtab.exp
13657 * gdb.python/py-template.exp
13658 * gdb.python/py-type.exp
13659 * gdb.python/py-unwind-maint.exp
13660 * gdb.python/py-unwind.exp
13661 * gdb.python/py-value.exp
13662 * gdb.python/python.exp
13663 * gdb.reverse/finish-reverse-bkpt.exp
13664 * gdb.reverse/insn-reverse.exp
13665 * gdb.reverse/next-reverse-bkpt-over-sr.exp
13666 * gdb.reverse/solib-precsave.exp
13667 * gdb.reverse/solib-reverse.exp
13668 * gdb.stabs/gdb11479.exp
13669 * gdb.stabs/weird.exp
13670 * gdb.threads/fork-child-threads.exp
13671 * gdb.threads/fork-plus-threads.exp
13672 * gdb.threads/fork-thread-pending.exp
13673 * gdb.threads/forking-threads-plus-breakpoint.exp
13674 * gdb.threads/hand-call-in-threads.exp
13675 * gdb.threads/interrupted-hand-call.exp
13676 * gdb.threads/linux-dp.exp
13677 * gdb.threads/local-watch-wrong-thread.exp
13678 * gdb.threads/next-while-other-thread-longjmps.exp
13679 * gdb.threads/non-ldr-exit.exp
13680 * gdb.threads/pending-step.exp
13681 * gdb.threads/print-threads.exp
13682 * gdb.threads/process-dies-while-detaching.exp
13683 * gdb.threads/process-dies-while-handling-bp.exp
13684 * gdb.threads/pthreads.exp
13685 * gdb.threads/queue-signal.exp
13686 * gdb.threads/reconnect-signal.exp
13687 * gdb.threads/signal-command-handle-nopass.exp
13688 * gdb.threads/signal-command-multiple-signals-pending.exp
13689 * gdb.threads/signal-delivered-right-thread.exp
13690 * gdb.threads/signal-sigtrap.exp
13691 * gdb.threads/sigthread.exp
13692 * gdb.threads/staticthreads.exp
13693 * gdb.threads/stepi-random-signal.exp
13694 * gdb.threads/thread-unwindonsignal.exp
13695 * gdb.threads/thread_check.exp
13696 * gdb.threads/thread_events.exp
13697 * gdb.threads/tid-reuse.exp
13698 * gdb.threads/tls-nodebug.exp
13699 * gdb.threads/tls-shared.exp
13700 * gdb.threads/tls-so_extern.exp
13701 * gdb.threads/tls.exp
13702 * gdb.threads/wp-replication.exp
13703 * gdb.trace/actions-changed.exp
13704 * gdb.trace/actions.exp
13705 * gdb.trace/backtrace.exp
13706 * gdb.trace/change-loc.exp
13707 * gdb.trace/collection.exp
13708 * gdb.trace/deltrace.exp
13709 * gdb.trace/disconnected-tracing.exp
13710 * gdb.trace/entry-values.exp
13711 * gdb.trace/ftrace-lock.exp
13712 * gdb.trace/ftrace.exp
13713 * gdb.trace/infotrace.exp
13714 * gdb.trace/mi-trace-frame-collected.exp
13715 * gdb.trace/mi-trace-unavailable.exp
13716 * gdb.trace/mi-traceframe-changed.exp
13717 * gdb.trace/mi-tracepoint-changed.exp
13718 * gdb.trace/mi-tsv-changed.exp
13719 * gdb.trace/no-attach-trace.exp
13720 * gdb.trace/packetlen.exp
13721 * gdb.trace/passc-dyn.exp
13722 * gdb.trace/passcount.exp
13723 * gdb.trace/pending.exp
13724 * gdb.trace/pr16508.exp
13725 * gdb.trace/qtro.exp
13726 * gdb.trace/range-stepping.exp
13727 * gdb.trace/read-memory.exp
13728 * gdb.trace/report.exp
13729 * gdb.trace/save-trace.exp
13730 * gdb.trace/signal.exp
13731 * gdb.trace/stap-trace.exp
13732 * gdb.trace/status-stop.exp
13733 * gdb.trace/strace.exp
13734 * gdb.trace/tfile.exp
13735 * gdb.trace/tfind.exp
13736 * gdb.trace/trace-break.exp
13737 * gdb.trace/trace-condition.exp
13738 * gdb.trace/trace-enable-disable.exp
13739 * gdb.trace/trace-mt.exp
13740 * gdb.trace/tracecmd.exp
13741 * gdb.trace/tracefile-pseudo-reg.exp
13742 * gdb.trace/tspeed.exp
13743 * gdb.trace/tstatus.exp
13744 * gdb.trace/tsv.exp
13745 * gdb.trace/unavailable.exp
13746 * gdb.trace/while-dyn.exp
13747 * gdb.trace/while-stepping.exp
13748 * lib/gdb-guile.exp
13749 * lib/gdb.exp
13750 * lib/mi-support.exp
13751 * lib/pascal.exp
13752 * lib/perftest.exp
13753 * lib/prelink-support.exp
13754 * lib/selftest-support.exp
13755
13756 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
13757
13758 * Makefile.in: Include disable-implicit-rules.mk.
13759
13760 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
13761
13762 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
13763 non-byte-aligned bit fields.
13764
13765 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
13766
13767 PR gdb/12616
13768 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
13769 respects the DW_AT_data_bit_offset attribute.
13770
13771 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
13772
13773 * gdb.base/default.exp: Fix output of "set language".
13774
13775 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
13776
13777 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
13778 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
13779 make.
13780 * configure.ac: Remove checks for the make program.
13781 * configure: Re-generate.
13782
13783 2016-11-16 Kevin Buettner <kevinb@redhat.com>
13784
13785 * gdb.python/py-recurse-unwind.c (main): Add loop.
13786 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
13787 to read_register() and gdb.parse_and_eval(). Make each code
13788 call a separate case that can be individually tested.
13789 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
13790 proc. Call cont_and_backtrace for each of the code paths that
13791 we want to test in the unwinder.
13792
13793 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
13794
13795 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
13796 the definition of struct S.
13797
13798 2016-11-11 Catherine Moore <clm@codesourcery.com>
13799
13800 * gdb.base/dump.exp: Identify verilog format dump tests as such.
13801
13802 2016-11-09 Pedro Alves <palves@redhat.com>
13803
13804 * gdb.base/commands.exp (runto_or_return): New procedure.
13805 (gdbvar_simple_if_test, gdbvar_simple_while_test)
13806 (gdbvar_complex_if_while_test, progvar_simple_if_test)
13807 (progvar_simple_while_test, progvar_complex_if_while_test)
13808 (if_while_breakpoint_command_test)
13809 (infrun_breakpoint_command_test, breakpoint_command_test)
13810 (user_defined_command_test, watchpoint_command_test)
13811 (test_command_prompt_position, redefine_hook_test)
13812 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
13813 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
13814 multi_line_input and multi_line. Remove gdb_expect and
13815 gdb_stop_suppressing_tests uses.
13816 * lib/gdb.exp (valnum_re): New global.
13817 (multi_line_input): New procedure.
13818
13819 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
13820
13821 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
13822 Remove.
13823 (test_setup): Define with proc_with_prefix.
13824 (test_cli_inferior): Likewise.
13825 (test_cli_thread): Likewise.
13826 (test_cli_frame): Likewise.
13827 (test_cli_select_frame): Likewise.
13828 (test_cli_up_down): Likewise.
13829 (test_mi_thread_select): Likewise.
13830 (test_mi_stack_select_frame): Likewise.
13831 (test_cli_in_mi_inferior): Likewise.
13832 (test_cli_in_mi_thread): Likewise.
13833 (test_cli_in_mi_frame): Likewise.
13834 (top level): Do not use with_test_prefix_procname.
13835
13836 2016-11-09 Pedro Alves <palves@redhat.com>
13837
13838 * gdb.base/commands.exp (gdbvar_simple_if_test)
13839 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
13840 (progvar_simple_if_test, progvar_simple_while_test)
13841 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
13842 (infrun_breakpoint_command_test, breakpoint_command_test)
13843 (user_defined_command_test, watchpoint_command_test)
13844 (test_command_prompt_position, deprecated_command_test)
13845 (bp_deleted_in_command, temporary_breakpoint_commands)
13846 (stray_arg0_test, source_file_with_indented_comment)
13847 (recursive_source_test, if_commands_test)
13848 (error_clears_commands_left, redefine_hook_test)
13849 (redefine_backtrace_test): Use proc_with_prefix.
13850 * lib/gdb.exp (proc_with_prefix): New proc.
13851
13852 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
13853
13854 * gdb.base/tui-layout.c: New file.
13855 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
13856 disassembly window contains very long lines.
13857
13858 2016-11-08 Tom Tromey <tom@tromey.com>
13859
13860 * gdb.python/py-value.exp (test_value_creation): Make "long" test
13861 depend on Python 2.
13862
13863 2016-11-08 Tom Tromey <tom@tromey.com>
13864
13865 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
13866 New method.
13867
13868 2016-10-29 Manish Goregaokar <manish@mozilla.com>
13869
13870 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
13871
13872 2016-10-27 Manish Goregaokar <manish@mozilla.com>
13873
13874 * gdb.rust/simple.rs: Add test for univariant enums without
13875 discriminants and for encoded struct-like enums.
13876
13877 2016-10-28 Pedro Alves <palves@redhat.com>
13878
13879 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
13880 gdb_test_multiple, tighten regexps and match symtabs and line
13881 tables incrementally.
13882
13883 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
13884
13885 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
13886 general.
13887
13888 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
13889
13890 * gdb.base/exec-invalid-sysroot.exp: New file.
13891
13892 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
13893
13894 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
13895
13896 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13897
13898 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
13899
13900 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
13901
13902 * gdb.base/killed-outside.exp: Remove $options from a call to
13903 `prepare_for_testing'.
13904
13905 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
13906
13907 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
13908 Change test message.
13909
13910 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
13911
13912 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
13913 Update comment.
13914
13915 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
13916
13917 * gdb.trace/mi-trace-save.exp: New file.
13918
13919 2016-10-13 Yao Qi <yao.qi@linaro.org>
13920
13921 * gdb.base/code_elim.exp (get_var_address): Remove.
13922 * gdb.base/relocate.exp: Likewise.
13923 * gdb.base/shreloc.exp: Likewise.
13924 * lib/gdb.exp (get_var_address): New.
13925
13926 2016-10-13 Yao Qi <yao.qi@linaro.org>
13927
13928 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
13929 floating point tests if $skip_float_test is false.
13930
13931 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
13932
13933 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
13934 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
13935 argc values.
13936 Add 1 to argc so we guarantee distinct initial/modified argc values.
13937
13938 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13939
13940 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
13941
13942 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13943
13944 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
13945 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
13946 * gdb.arch/vsx-regs.exp: Likewise.
13947
13948 2016-10-07 Yao Qi <yao.qi@linaro.org>
13949
13950 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
13951
13952 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
13953
13954 * gdb.python/python.exp: Test decode_line("*0").
13955
13956 2016-10-06 Doug Evans <dje@google.com>
13957
13958 * gdb.python/py-value.exp (test_value_creation): Add test for large
13959 unsigned 64-bit value.
13960
13961 2016-10-06 Tom Tromey <tom@tromey.com>
13962
13963 * gdb.compile/compile.exp: Change java tests to rust.
13964 * gdb.base/setshow.exp: Change java tests to rust.
13965 * gdb.base/default.exp: Remove java from language list.
13966 * README (Examples): Update language example.
13967 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
13968 test.
13969 * lib/gdb.exp (skip_java_tests): Remove.
13970 * lib/java.exp: Remove.
13971 * gdb.java: Remove.
13972
13973 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
13974
13975 * gdb.arch/mips-fcr.exp: New test.
13976 * gdb.arch/mips-fcr.c: Source for the new test.
13977
13978 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
13979
13980 * gdb.base/solib-disc.exp: Use `standard_output_file'
13981 throughout.
13982
13983 2016-10-06 Pedro Alves <palves@redhat.com>
13984
13985 * gdb.base/jit-simple-dl.c: New file.
13986 * gdb.base/jit-simple-jit.c: New file, factored out from ...
13987 * gdb.base/jit-simple.c: ... this.
13988 * gdb.base/jit-simple.exp (jit_run): Delete.
13989 (build_jit): New proc.
13990 (jit_test_reread): Recompile either the main program or the shared
13991 library, depending on what is being tested. Skip changing address
13992 if caller wants to. Compare before/after addresses. If testing
13993 standalone, explicitly load the binary. Test "maint info
13994 breakpoints".
13995 (top level): Add "standalone vs shared lib" and "change address"
13996 vs "same address" axes.
13997
13998 2016-10-06 Pedro Alves <palves@redhat.com>
13999
14000 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
14001 call.
14002 (jit_run): Delete.
14003 (jit_test_reread): Use with_test_prefix. Reload the main binary
14004 explicitly. Compare the before/after addresses of the JIT
14005 descriptor.
14006
14007 2016-08-15 Doug Evans <dje@google.com>
14008
14009 * gdb.xml/extra-regs.xml: Update, end field now required, default type
14010 for single bitfields is bool.
14011 * gdb.xml/tdesc-regs.exp: Ditto.
14012
14013 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
14014
14015 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
14016
14017 2016-10-05 Yao Qi <yao.qi@linaro.org>
14018
14019 * lib/gdb.exp (support_complex_tests): Return zero if
14020 gdb_skip_float_test return true.
14021
14022 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
14023 Simon Marchi <simon.marchi@ericsson.com>
14024
14025 PR gdb/20487
14026 * gdb.mi/user-selected-context-sync.exp: New file.
14027 * gdb.mi/user-selected-context-sync.c: New file.
14028
14029 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
14030 Simon Marchi <simon.marchi@ericsson.com>
14031
14032 PR gdb/20487
14033 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
14034 =thread-select-event check.
14035
14036 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
14037
14038 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
14039 the compulsory L operand changes.
14040 * gdb.arch/powerpc-power.s: Likewise.
14041
14042 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
14043
14044 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
14045 * gdb.base/jit-attach-pie.c: New file.
14046 * gdb.base/jit-attach-pie.exp: New file.
14047
14048 2016-09-28 Pedro Alves <palves@redhat.com>
14049
14050 * gdb.base/infcall-input.c: New file.
14051 * gdb.base/infcall-input.exp: New file.
14052
14053 2016-09-22 Yao Qi <yao.qi@linaro.org>
14054
14055 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
14056 (gdb_exit): Rename it to ...
14057 (gdbserver_gdb_exit): ... Close GDBserver.
14058 (gdb_exit): New proc, call gdbserver_gdb_exit.
14059 (mi_gdb_exit): Likewise.
14060
14061 2016-09-22 Yao Qi <yao.qi@linaro.org>
14062
14063 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
14064 path.
14065 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
14066 Remove duplication.
14067
14068 2016-09-22 Yao Qi <yao.qi@linaro.org>
14069
14070 * lib/gdbserver-support.exp: Check the existence of
14071 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
14072
14073 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
14074
14075 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
14076
14077 2016-09-21 Tom Tromey <tom@tromey.com>
14078
14079 PR gdb/20604:
14080 * gdb.base/quit.exp: New file.
14081
14082 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
14083
14084 * .gitignore: New file.
14085
14086 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
14087
14088 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
14089 throughout.
14090
14091 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
14092
14093 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
14094
14095 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14096
14097 * gdb.cp/casts.cc (decltype): Move it ...
14098 (main): ... with its call to ...
14099 * gdb.cp/casts03.cc: ... a new file.
14100 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
14101
14102 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14103
14104 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
14105
14106 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
14107
14108 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
14109 and sync up the test with tests in gas/testsuite/gas/ppc.
14110 * gdb.arch/powerpc-power.exp: Likewise.
14111
14112 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14113
14114 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
14115
14116 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
14117 Jan Kratochvil <jan.kratochvil@redhat.com>
14118
14119 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
14120 make m1's definition to be different from m2's. Use 'dummy' as an
14121 argument for probe 'two'.
14122
14123 2016-09-10 Jon Beniston <jon@beniston.com>
14124
14125 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
14126 for sim target.
14127
14128 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
14129
14130 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
14131 variable declaration.
14132 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
14133 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
14134 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
14135 received HWCAP as its argument.
14136
14137 2016-09-06 Pedro Alves <palves@redhat.com>
14138
14139 * gdb.base/new-ui-pending-input.c: New file.
14140 * gdb.base/new-ui-pending-input.exp: New file.
14141 * gdb.exp (clear_gdb_spawn_id): New procedure.
14142 (with_spawn_id): Check whether gdb_spawn_id exists before
14143 referencing it. If gdb_spawn_id didn't exist on entry, clear it
14144 on exit.
14145
14146 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
14147
14148 * gdb.base/float128.c: New file.
14149 * gdb.base/float128.exp: Likewise.
14150 * gdb.base/floatn.c: Likewise.
14151 * gdb.base/floatn.exp: Likewise.
14152
14153 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
14154
14155 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
14156
14157 2016-09-05 Pedro Alves <palves@redhat.com>
14158
14159 PR backtrace/19927
14160 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
14161 unwinders are immediately called as side effect of "source" or
14162 "disable unwinder" commands.
14163 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
14164
14165 2016-09-02 Yao Qi <yao.qi@linaro.org>
14166
14167 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
14168 is true and $type is "float" or "double".
14169
14170 2016-09-02 Yao Qi <yao.qi@linaro.org>
14171
14172 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
14173 true.
14174 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
14175 * gdb.base/call-rt-st.exp: Likewise.
14176 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
14177 return value instead of gdb,skip_float_test.
14178 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
14179 (do_function_calls): Use its return value instead of
14180 gdb,skip_float_test.
14181 * gdb.base/finish.exp: Likewise.
14182 * gdb.base/funcargs.exp: Likewise.
14183 * gdb.base/return.exp: Likewise.
14184 * gdb.base/return2.exp: Likewise.
14185 * gdb.base/varargs.exp: Likewise.
14186 * lib/gdb.exp (gdb_skip_float_test): Change it to
14187 gdb_caching_proc. Detect the broken ptrace on arm-linux.
14188
14189 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
14190
14191 * gdb.multi/tids.exp: Test "thread apply all".
14192
14193 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
14194
14195 * gdb.base/default.exp (tty): Remove.
14196
14197 2016-08-24 Kevin Buettner <kevinb@redhat.com>
14198
14199 * gdb.python/py-recurse-unwind.c: New file.
14200 * gdb.python/py-recurse-unwind.py: New file.
14201 * gdb.python/py-recurse-unwind.exp: New file.
14202
14203 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
14204
14205 * gdb.base/set-inferior-tty.exp: New file.
14206 * gdb.base/set-inferior-tty.c: New file.
14207
14208 2016-08-23 Pedro Alves <palves@redhat.com>
14209
14210 PR gdb/20494
14211 * gdb.base/new-ui-echo.c: New file.
14212 * gdb.base/new-ui-echo.exp: New file.
14213
14214 2016-08-23 Yao Qi <yao.qi@linaro.org>
14215
14216 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
14217 gdbserver_spawn.
14218 * gdb.server/connect-without-multi-process.exp (do_test):
14219 Likewise.
14220
14221 2016-08-23 Yao Qi <yao.qi@linaro.org>
14222
14223 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
14224 standalone_txt. Delete gdb_txt and standalone_txt on host
14225 and target. Spawn the binary on target. Copy files from
14226 target to host.
14227
14228 2016-08-22 Pedro Alves <palves@redhat.com>
14229
14230 PR gdb/20505
14231 * gdb.base/vdso-warning.exp: Test core dumps too. Use
14232 with_test_prefix. Factor out bits to ...
14233 (test_no_vdso): ... this new procedure.
14234
14235 2016-08-19 Carl Love <cel@us.ibm.com>
14236
14237 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
14238 maintaining separate logic for constructing the output path.
14239 * gdb.arch/powerpc-d128-regs.exp: Likewise.
14240 * gdb.arch/ppc-dfp.exp: Likewise.
14241 * gdb.arch/ppc-fp.exp: Likewise.
14242 * gdb.arch/vsx-regs.exp: Likewise.
14243 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
14244 binprefix for generating the additional binary files.
14245
14246 2016-08-19 Pedro Alves <palves@redhat.com>
14247
14248 * gdb.trace/mi-trace-frame-collected.exp
14249 (test_trace_frame_collected): On x32, expect two registers.
14250
14251 2016-08-18 Carl Love <cel@us.ibm.com>
14252
14253 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
14254 and sync up the test with tests in gas/testsuite/gas/ppc.
14255 * gdb.arch/powerpc-power.exp: Likewise.
14256
14257 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
14258
14259 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
14260 expected error message.
14261
14262 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
14263
14264 * gdb.multi/remove-inferiors.exp: New file.
14265 * gdb.multi/remove-inferiors.c: New file.
14266
14267 2016-08-12 Yao Qi <yao.qi@linaro.org>
14268
14269 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
14270 argument list.
14271
14272 2016-08-10 Pedro Alves <palves@redhat.com>
14273
14274 PR gdb/19187
14275 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
14276 setup_kfails.
14277
14278 2016-08-09 Pedro Alves <palves@redhat.com>
14279 Simon Marchi <simon.marchi@ericsson.com>
14280
14281 PR gdb/20418
14282 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
14283 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
14284
14285 2016-08-09 Pedro Alves <palves@redhat.com>
14286
14287 PR mi/20431
14288 * gdb.mi/mi-cmd-error.exp: New file.
14289
14290 2016-08-09 Pedro Alves <palves@redhat.com>
14291
14292 PR gdb/18653
14293 * gdb.base/signals-state-child.c: New file.
14294 * gdb.base/signals-state-child.exp: New file.
14295 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
14296
14297 2016-08-09 Pedro Alves <palves@redhat.com>
14298
14299 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
14300
14301 2016-08-03 Tom Tromey <tom@tromey.com>
14302
14303 PR python/18565:
14304 * gdb.python/py-frame-inline.exp: Add Frame.function test.
14305
14306 2016-08-01 Yao Qi <yao.qi@linaro.org>
14307
14308 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
14309 variable mode to "multi-process" if $multi_process is 1, otherwise
14310 set it to "single-process".
14311
14312 2016-08-01 Yao Qi <yao.qi@linaro.org>
14313
14314 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
14315 * gdb.cp/cpexprs.exp: Likewise.
14316 * gdb.cp/m-static.exp: Likewise.
14317
14318 2016-07-26 Tom Tromey <tom@tromey.com>
14319
14320 PR python/20190:
14321 * gdb.threads/tls.exp (check_thread_local): Add python symbol
14322 test.
14323
14324 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
14325
14326 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
14327 selecting assembly source files.
14328 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
14329 assembly source files.
14330 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
14331 assembly source files.
14332 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
14333 selecting assembly source files.
14334
14335 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
14336
14337 * gdb.base/new-ui.exp (do_test_invalid_args): New
14338 procedure.
14339
14340 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
14341
14342 * gdb.btrace/reconnect.c: New file.
14343 * gdb.btrace/reconnect.exp: New file.
14344
14345 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
14346
14347 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
14348 to test_catch_syscall_group.
14349 (test_catch_syscall_group): New.
14350
14351 2016-07-21 Tom Tromey <tom@tromey.com>
14352
14353 * gdb.rust/simple.rs (main): Use empty struct expression.
14354 * gdb.rust/simple.exp: Add tests for empty struct expression.
14355
14356 2016-07-21 Yao Qi <yao.qi@linaro.org>
14357
14358 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
14359 if gdb_skip_xml_test is true on some targets.
14360
14361 2016-07-21 Yao Qi <yao.qi@linaro.org>
14362
14363 * gdb.server/solib-list.exp: Unset last_loaded_file.
14364
14365 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14366
14367 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
14368 "step into captured_main (args)".
14369
14370 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14371
14372 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
14373
14374 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14375
14376 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
14377
14378 2016-07-19 Pedro Alves <palves@redhat.com>
14379
14380 * gdb.opt/inline-break.exp: Remove optimize=-O2.
14381 * gdb.opt/inline-bt.exp: Likewise.
14382 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
14383 additional_flags=-Winline.
14384 * gdb.opt/inline-locals.exp: Likewise.
14385 * gdb.opt/inline-markers.c (ATTR): Define.
14386 (inlined_fn): Use it.
14387
14388 2016-07-19 Yao Qi <yao.qi@linaro.org>
14389
14390 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
14391 (test_with_self): Remove some code. Remove argument executable.
14392 (top-level): Use do_self_tests.
14393
14394 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
14395 Don Breazeal <donb@codesourcery.com>
14396
14397 * gdb.base/maint.exp: Escape paths used in regular expressions.
14398 * gdb.stabs/weird.exp: Likewise.
14399
14400 2016-07-13 Tom Tromey <tom@tromey.com>
14401
14402 PR python/15620, PR python/18620:
14403 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
14404 (test_bkpt_events): New procs.
14405
14406 2016-07-13 Tom Tromey <tom@tromey.com>
14407
14408 PR python/17698:
14409 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
14410 test.
14411 (test_watchpoints): Likewise.
14412 (test_bkpt_pending): New proc.
14413
14414 2016-07-13 Tom Tromey <tom@tromey.com>
14415
14416 PR cli/18053:
14417 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
14418 completion test.
14419
14420 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14421
14422 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
14423 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
14424 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
14425 f_label.
14426 (g): Rename g_end_lbl to g_label.
14427 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
14428 low_pc and high_pc.
14429 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
14430
14431 2016-07-12 Tom Tromey <tom@tromey.com>
14432
14433 PR python/19293:
14434 * gdb.python/py-unwind-maint.exp: Update tests.
14435
14436 2016-07-12 Yao Qi <yao.qi@linaro.org>
14437
14438 * lib/selftest-support.exp (selftest_setup): Match the output
14439 when captured_main is inlined.
14440
14441 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
14442
14443 * gdb.fortran/derived-types.exp (result_line, result_line_2):
14444 New variables.
14445 (print this%a, print this%b, print this): New tests.
14446 * gdb.fortran/derived-types.f90 (this): New object and
14447 initialization.
14448
14449 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
14450
14451 * gdb.ada/arraydim.exp: Remove extra directory level in build
14452 directory.
14453
14454 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
14455
14456 * lib/ada.exp: Remove extra directory level in build directory.
14457 * gdb.ada/cond_lang.exp: Likewise.
14458 * gdb.ada/exec_changed.exp: Likewise.
14459 * gdb.ada/lang_switch.exp: Likewise.
14460
14461 2016-07-06 Manish Goregaokar <manish@mozilla.com>
14462
14463 * simple.rs: Add test for raw pointer subscripting.
14464 * simple.exp: Add test expectations.
14465
14466 2016-07-05 Yao Qi <yao.qi@linaro.org>
14467
14468 * gdb.mi/mi-reverse.exp: Match =record-started output.
14469
14470 2016-07-01 Pedro Alves <palves@redhat.com>
14471
14472 * gdb.base/jit-reader.exp (info_registers_current_frame): New
14473 procedure.
14474 (jit_reader_test): Test the jit reader's unwinder.
14475 * gdb.base/jithost.c (jit_function_00_code): New global.
14476 (main): Use memcpy to fill in the mmapped code, instead of poking
14477 bytes manually here.
14478 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
14479 value.
14480 (read_debug_info): Save the function's range.
14481 (read_sp): New function.
14482 (unwind_frame): Use it. Also unwind RBP.
14483 (get_frame_id): Use read_sp.
14484 (gdb_init_reader): Use calloc instead of malloc.
14485 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
14486 parameter. Use gdb_test_multiple.
14487
14488 2016-07-01 Pedro Alves <palves@redhat.com>
14489 Antoine Tremblay <antoine.tremblay@ericsson.com>
14490
14491 * gdb.threads/process-dies-while-detaching.c: New file.
14492 * gdb.threads/process-dies-while-detaching.exp: New file.
14493
14494 2016-07-01 Pedro Alves <palves@redhat.com>
14495
14496 * gdb.multi/watchpoint-multi-exit.c: New file.
14497 * gdb.multi/watchpoint-multi-exit.exp: New file.
14498
14499 2016-06-30 Pedro Alves <palves@redhat.com>
14500
14501 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
14502 unset inferior_spawn_id.
14503
14504 2016-06-30 Pedro Alves <palves@redhat.com>
14505
14506 * lib/mi-support.exp (default_mi_gdb_start): Declare global
14507 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
14508
14509 2016-06-29 Yao Qi <yao.qi@linaro.org>
14510
14511 * gdb.base/return.c: Add copyright header.
14512
14513 2016-06-29 Tom Tromey <tom@tromey.com>
14514
14515 PR python/20129:
14516 * gdb.python/py-framefilter.exp: Add tests for setting priority
14517 and disabling of non-existent frame filter.
14518
14519 2016-06-29 Yao Qi <yao.qi@linaro.org>
14520
14521 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
14522 0x0f07ff.
14523
14524 2016-06-28 Yao Qi <yao.qi@linaro.org>
14525
14526 * gdb.base/catch-syscall.exp: Remove check on isnative and target
14527 triplets. Start gdb, execute catch syscall, and continue. Check
14528 gdb's output to determine catch syscall is supported.
14529
14530 2016-06-27 Manish Goregaokar <manish@mozilla.com>
14531
14532 * gdb.rust/simple.rs: Add test for returning unit in a function.
14533 * gdb.rust/simple.exp: Add expectation for functions returning
14534 unit.
14535
14536 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
14537
14538 * gdb.python/py-breakpoint-create-fail.c,
14539 gdb.python/py-breakpoint-create-fail.exp,
14540 gdb.python/py-breakpoint-create-fail.py: New testcase.
14541
14542 2016-06-25 Manish Goregaokar <manish@mozilla.com>
14543
14544 PR gdb/20239
14545 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
14546 * gdb.rust/simple.exp: Add test expectations for new NonZero
14547 tests.
14548
14549 2016-06-24 David Taylor <dtaylor@emc.com>
14550
14551 * gdb.base/offsets.exp: New file.
14552 * gdb.base/offsets.c: New file.
14553
14554 2016-06-23 Tom Tromey <tom@tromey.com>
14555
14556 PR gdb/16483:
14557 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
14558 before any filters are loaded.
14559
14560 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
14561
14562 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
14563 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
14564 structs.
14565 * gdb.fortran/derived-type-function.exp: New file.
14566 * gdb.fortran/derived-type-function.f90: New file.
14567
14568
14569 2016-06-21 Pedro Alves <palves@redhat.com>
14570
14571 * gdb.base/new-ui.exp: New file.
14572 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
14573 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
14574 (with_spawn_id): New procedure.
14575
14576 2016-06-21 Pedro Alves <palves@redhat.com>
14577
14578 * gdb.mi/mi-exec-run.exp: New file.
14579
14580 2016-06-21 Pedro Alves <palves@redhat.com>
14581
14582 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
14583 breakpoint command's output on the main UI.
14584 (test_break): New procedure, factored out from calls in the top
14585 level.
14586 (top level): Use foreach_with_prefix to test MI as main UI and as
14587 separate UI.
14588
14589 2016-06-21 Pedro Alves <palves@redhat.com>
14590
14591 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
14592 (test_awatch_creation_and_listing)
14593 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
14594 Remove 'type' parameter.
14595 (test_watchpoint_all): New parameter mi_mode. Remove
14596 with_test_prefix.
14597 (top level): Use foreach_with_prefix, and add main/separate UI MI
14598 testing axis.
14599
14600 2016-06-21 Pedro Alves <palves@redhat.com>
14601
14602 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
14603 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
14604 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
14605 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
14606 (gdb_main_spawn_id, mi_spawn_id): Declare and
14607 comment.
14608 (mi_create_inferior_pty): New procedure,
14609 factored out from default_mi_gdb_start.
14610 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
14611 procedures.
14612 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
14613 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
14614 Use mi_create_inferior_pty.
14615 (mi_gdb_start): Use eval to pass down args list.
14616
14617 2016-06-21 Pedro Alves <palves@redhat.com>
14618
14619 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
14620 * gdb.opt/inline-cmds.exp: Add MI tests.
14621
14622 2016-06-21 Pedro Alves <palves@redhat.com>
14623
14624 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
14625
14626 2016-06-21 Pedro Alves <palves@redhat.com>
14627
14628 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
14629 (top level): Use it instead of mi_execute_to.
14630
14631 2016-06-21 Pedro Alves <palves@redhat.com>
14632
14633 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
14634 (cont_handler_str): New.
14635 (signal_stop_handler): Set stop_handler_str instead of printing to
14636 stdout.
14637 (continue_handler): Set cont_handler_str instead of printing to
14638 stdout.
14639 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
14640 mi_send_resuming_command. Print stop_handler_str and
14641 cont_handler_str instead of expecting the python events print
14642 directly.
14643
14644 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
14645
14646 * gdb.base/jit-reader.exp: New file.
14647 * gdb.base/jithost.c: New file.
14648 * gdb.base/jithost.h: New file.
14649 * gdb.base/jitreader.c : New file.
14650 * gdb.base/jit-protocol.h: New file.
14651
14652 2016-06-17 Yao Qi <yao.qi@linaro.org>
14653
14654 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
14655 parameters follow_fork and detach_on_fork. Set follow-fork-mode
14656 and detach-on-fork. Adjust tests.
14657 (top level): Invoke break_cond_on_syscall with combinations of
14658 syscall, follow-fork-mode and detach-on-fork.
14659
14660 2016-06-17 Yao Qi <yao.qi@linaro.org>
14661
14662 * gdb.base/step-over-exit.c: New.
14663 * gdb.base/step-over-exit.exp: New.
14664
14665 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
14666
14667 * gdb.base/float.exp: Add target check for nds32*-*-*.
14668 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
14669
14670 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
14671
14672 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
14673 for unsupported target features.
14674 * gdb.base/call-rt-st.exp: Likewise.
14675 * gdb.base/call-sc.exp: Likewise.
14676 * gdb.base/call-signal-resume.exp: Likewise.
14677 * gdb.base/call-strs.exp: Likewise.
14678 * gdb.base/callexit.exp: Likewise.
14679 * gdb.base/callfuncs.exp: Likewise.
14680 * gdb.base/nodebug.exp: Likewise.
14681 * gdb.base/printcmds.exp: Likewise.
14682 * gdb.base/ptype.exp: Likewise.
14683 * gdb.base/structs.exp: Likewise.
14684 * gdb.base/unwindonsignal.exp: Likewise.
14685 * gdb.cp/gdb2495.exp: Likewise.
14686 * gdb.cp/templates.exp: Likewise.
14687 * gdb.cp/virtfunc.exp: Likewise.
14688 * gdb.threads/hand-call-in-threads.exp: Likewise.
14689 * gdb.threads/interrupted-hand-call.exp: Likewise.
14690 * gdb.threads/thread-unwindonsignal.exp: Likewise.
14691
14692 2016-06-10 Tom Tromey <tom@tromey.com>
14693
14694 PR rust/20110:
14695 * gdb.rust/expr.exp: Add test for integer constant larger than
14696 i32.
14697
14698 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
14699
14700 * gdb.fortran/nested-funcs.exp: New.
14701 * gdb.fortran/nested-funcs.f90: New.
14702
14703 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
14704
14705 * gdb.base/examine-backward.c: New file.
14706 * gdb.base/examine-backward.exp: New file.
14707
14708 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
14709
14710 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
14711 matching.
14712
14713 2016-06-02 Tom Tromey <tom@tromey.com>
14714
14715 PR python/18984:
14716 * gdb.python/py-shared.exp: Add solib_name test.
14717
14718 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
14719
14720 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
14721
14722 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
14723
14724 PR c++/19893
14725 * gdb.dwarf2/implref.exp: Rename to...
14726 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
14727 * gdb.dwarf2/implref-array.c: New file.
14728 * gdb.dwarf2/implref-array.exp: Likewise.
14729 * gdb.dwarf2/implref-global.c: Likewise.
14730 * gdb.dwarf2/implref-global.exp: Likewise.
14731 * gdb.dwarf2/implref-struct.c: Likewise.
14732 * gdb.dwarf2/implref-struct.exp: Likewise.
14733
14734 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
14735
14736 * gdb.trace/trace-condition.exp: Add 64bit tests.
14737
14738 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
14739
14740 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
14741 bits types.
14742 (main): Adapt to 8 to 64 bits types.
14743 * gdb.trace/trace-condition.exp: Add new tests.
14744
14745 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
14746
14747 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
14748
14749 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
14750
14751 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
14752 Move condition tests...
14753 * gdb.trace/trace-condition.exp: Here.
14754
14755 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
14756
14757 * gdb.trace/trace-condition.exp: Add counter-case tests.
14758
14759 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
14760
14761 PR c++/15231
14762 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
14763 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
14764
14765 2016-05-27 Pedro Alves <palves@redhat.com>
14766
14767 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
14768 New procedure.
14769 (top level): Call it, and bail out of DejaGnu is known to be bad.
14770
14771 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
14772
14773 * gdb.base/whatis.c: Extend the test case.
14774 * gdb.base/whatis.exp: Add additional tests.
14775
14776 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
14777
14778 * gdb.fortran/type.f90: Add pointer variable.
14779 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
14780
14781 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
14782
14783 * gdb.fortran/vla-type.exp: Fix testcase name.
14784
14785 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
14786
14787 * gdb.fortran/vla-type.exp: Access elements in nested structs.
14788
14789 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
14790
14791 * gdb.fortran/type.f90: Add nested structures.
14792 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
14793 * gdb.fortran/derived-type.exp: Adapt expected output.
14794 * gdb.fortran/vla-type.exp: Adapt expected output.
14795
14796 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
14797
14798 * gdb.fortran/whatis_type.exp: Adapt expected output.
14799
14800 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
14801
14802 * gdb.fortran/print_type.exp: Fix expected output.
14803 * gdb.fortran/whatis_type.exp: Fix expected output.
14804
14805 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
14806
14807 * gdb.fortran/whatis_type.exp: Use multi_line.
14808
14809 2016-05-24 Tom Tromey <tom@tromey.com>
14810
14811 PR python/17386:
14812 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
14813 use value as an index.
14814
14815 2016-05-23 Tom Tromey <tom@tromey.com>
14816
14817 PR python/17981:
14818 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
14819 no-breakpoint case.
14820
14821 2016-05-24 Pedro Alves <palves@redhat.com>
14822
14823 PR gdb/19828
14824 * gdb.threads/clone-attach-detach.c: New file.
14825 * gdb.threads/clone-attach-detach.exp: New file.
14826
14827 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
14828
14829 * gdb.base/annota-input-while-running.exp: Fix syntax error.
14830
14831 2016-05-23 Tom Tromey <tom@tromey.com>
14832
14833 PR python/19438, PR python/18393:
14834 * gdb.python/py-progspace.exp: Add "dir" test.
14835 * gdb.python/py-objfile.exp: Add "dir" test.
14836
14837 2016-05-23 Yao Qi <yao.qi@linaro.org>
14838
14839 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
14840 * gdb.arch/thumb2-it.exp: Likewise.
14841
14842 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
14843
14844 * gdb.mi/mi-threads-interrupt.c: New file.
14845 * gdb.mi/mi-threads-interrupt.exp: New file.
14846
14847 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
14848
14849 PR gdb/18077
14850 * gdb.mi/mi-async-run.exp: New file.
14851 * gdb.mi/mi-async-run.c: New file.
14852
14853 2016-05-17 Tom Tromey <tom@tromey.com>
14854 Manish Goregaokar <manishsmail@gmail.com>
14855
14856 * lib/rust-support.exp: New file.
14857 * lib/gdb.exp (skip_rust_tests): New proc.
14858 (build_executable_from_specs): Handle rust.
14859 * lib/future.exp (gdb_find_rustc): New proc.
14860 (gdb_default_target_compile): Handle rust.
14861 * gdb.rust/expr.exp: New file.
14862 * gdb.rust/generics.exp: New file.
14863 * gdb.rust/generics.rs: New file.
14864 * gdb.rust/methods.exp: New file.
14865 * gdb.rust/methods.rs: New file.
14866 * gdb.rust/modules.exp: New file.
14867 * gdb.rust/modules.rs: New file.
14868 * gdb.rust/simple.exp: New file.
14869 * gdb.rust/simple.rs: New file.
14870
14871 2016-05-17 Tom Tromey <tom@tromey.com>
14872
14873 * gdb.base/default.exp (set language): Add rust.
14874
14875 2016-05-17 Tom Tromey <tom@tromey.com>
14876
14877 * gdb.gdb/unittest.exp: New file.
14878
14879 2016-05-16 Yao Qi <yao.qi@linaro.org>
14880
14881 * gdb.base/batch-preserve-term-settings.exp: Remove variable
14882 shell_prompt. Update shell_prompt_re.
14883
14884 2016-05-12 Doug Evans <dje@google.com>
14885
14886 PR symtab/19999
14887 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
14888 $options when building executable.
14889 * gdb.dwarf2/fission-loclists-pie.S: New file.
14890 * gdb.dwarf2/fission-loclists-pie.exp: New file.
14891
14892 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
14893
14894 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
14895 of [is_remote target],
14896
14897 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
14898
14899 * lib/gdb.exp (use_gdb_stub): New procedure.
14900
14901 2016-05-03 Yunlian Jiang <yunlian@google.com>
14902 Doug Evans <dje@google.com>
14903
14904 PR symtab/19914
14905 * gdb.dwarf2/dwp-sepdebug.c: New file.
14906 * gdb.dwarf2/dwp-sepdebug.exp: New file.
14907
14908 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
14909
14910 * gdb.base/detach.exp: Remove is_remote check.
14911
14912 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
14913
14914 * gdb.base/annota-input-while-running.exp: Don't check for
14915 [is_remote target]. Enable annotations after running to main.
14916 Remove unused "set test..." line.
14917
14918 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
14919
14920 * gdb.trace/trace-enable-disable.exp: New file.
14921 * gdb.trace/trace-enable-disable.c: New file.
14922
14923 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
14924
14925 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
14926 use it in info sharedlibrary test.
14927 * gdb.trace/ftrace-lock.exp: Likewise.
14928 * gdb.trace/ftrace.exp: Likewise.
14929 * gdb.trace/range-stepping.exp: Likewise.
14930 * gdb.trace/trace-break.exp: Likewise.
14931 * gdb.trace/trace-condition.exp: Likewise.
14932 * gdb.trace/trace-mt.exp: Likewise.
14933
14934 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
14935
14936 * lib/gdb.exp (gdb_load_shlibs): Rename to...
14937 (gdb_load_shlib): ... this.
14938 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
14939 gdb_load_shlib.
14940 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
14941 * gdb.base/ctxobj.exp: Likewise.
14942 * gdb.base/dprintf-pending.exp: Likewise.
14943 * gdb.base/dso2dso.exp: Likewise.
14944 * gdb.base/fixsection.exp: Likewise.
14945 * gdb.base/gcore-relro.exp: Likewise.
14946 * gdb.base/gdb1555.exp: Likewise.
14947 * gdb.base/global-var-nested-by-dso.exp: Likewise.
14948 * gdb.base/gnu-ifunc.exp: Likewise.
14949 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
14950 * gdb.base/jit-so.exp (one_jit_test): Likewise.
14951 * gdb.base/pending.exp: Likewise.
14952 * gdb.base/print-file-var.exp: Likewise.
14953 * gdb.base/print-symbol-loading.exp: Likewise.
14954 * gdb.base/shlib-call.exp: Likewise.
14955 * gdb.base/shreloc.exp: Likewise.
14956 * gdb.base/so-impl-ld.exp: Likewise.
14957 * gdb.base/solib-disc.exp: Likewise.
14958 * gdb.base/solib-nodir.exp: Likewise.
14959 * gdb.base/solib-overlap.exp: Likewise.
14960 * gdb.base/solib-symbol.exp: Likewise.
14961 * gdb.base/solib-weak.exp (do_test): Likewise.
14962 * gdb.base/sym-file.exp: Likewise.
14963 * gdb.base/symtab-search-order.exp: Likewise.
14964 * gdb.base/type-opaque.exp: Likewise.
14965 * gdb.base/unload.exp: Likewise.
14966 * gdb.base/watchpoint-solib.exp: Likewise.
14967 * gdb.compile/compile.exp: Likewise.
14968 * gdb.cp/gdb2384.exp: Likewise.
14969 * gdb.cp/infcall-dlopen.exp: Likewise.
14970 * gdb.cp/re-set-overloaded.exp: Likewise.
14971 * gdb.fortran/library-module.exp: Likewise.
14972 * gdb.opt/solib-intra-step.exp: Likewise.
14973 * gdb.python/py-finish-breakpoint.exp: Likewise.
14974 * gdb.python/py-shared.exp: Likewise.
14975 * gdb.reverse/solib-precsave.exp: Likewise.
14976 * gdb.reverse/solib-reverse.exp: Likewise.
14977 * gdb.server/solib-list.exp: Likewise.
14978 * gdb.threads/dlopen-libpthread.exp: Likewise.
14979 * gdb.threads/tls-shared.exp: Likewise.
14980 * gdb.threads/tls-so_extern.exp: Likewise.
14981 * gdb.trace/change-loc.exp: Likewise.
14982 * gdb.trace/ftrace-lock.exp: Likewise.
14983 * gdb.trace/ftrace.exp: Likewise.
14984 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
14985 * gdb.trace/pending.exp: Likewise.
14986 * gdb.trace/range-stepping.exp: Likewise.
14987 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
14988 (strace_info_marker): Likewise.
14989 (strace_probe_marker): Likewise.
14990 (strace_trace_on_same_addr): Likewise.
14991 (strace_trace_on_diff_addr): Likewise.
14992 * gdb.trace/trace-break.exp: Likewise.
14993 * gdb.trace/trace-condition.exp: Likewise.
14994 * gdb.trace/trace-mt.exp: Likewise.
14995
14996 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
14997
14998 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
14999 result of gdb_remote_download.
15000 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
15001 * gdb.base/dso2dso.exp: Likewise.
15002 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15003 * gdb.base/print-file-var.exp: Likewise.
15004 * gdb.base/shlib-call.exp: Likewise.
15005 * gdb.base/shreloc.exp: Likewise.
15006 * gdb.base/solib-overlap.exp: Likewise.
15007 * gdb.base/solib-weak.exp (do_test): Likewise.
15008 * gdb.base/unload.exp: Likewise.
15009
15010 2016-04-27 Yao Qi <yao.qi@linaro.org>
15011
15012 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
15013 exists.
15014
15015 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
15016
15017 * vla-type.exp: Print structure from toplevel.
15018
15019 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
15020
15021 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
15022 of dynamic types.
15023 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
15024 of dynamic types.
15025
15026 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
15027
15028 * gdb.fortran/vla-type.f90: New file.
15029 * gdb.fortran/vla-type.exp: New file.
15030
15031 2016-04-25 Yao Qi <yao.qi@linaro.org>
15032
15033 * gdb.base/branch-to-self.c: New file.
15034 * gdb.base/branch-to-self.exp: New file.
15035
15036 2016-04-22 Yao Qi <yao.qi@linaro.org>
15037
15038 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
15039 more after $hex.
15040
15041 2016-04-22 Yao Qi <yao.qi@linaro.org>
15042
15043 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
15044 * gdb.base/annota3.exp: Likewise.
15045
15046 2016-04-22 Yao Qi <yao.qi@linaro.org>
15047
15048 * gdb.reverse/step-precsave.exp: Do one step and test program
15049 stops in "callee" and do multiple steps until program goes out
15050 of "callee".
15051 * gdb.reverse/step-reverse.exp: Likewise.
15052
15053 2016-04-22 Yao Qi <yao.qi@linaro.org>
15054
15055 * gdb.trace/signal.exp: Also pass if
15056 $tracepoint_hits($i) > $iterations.
15057
15058 2016-04-22 Yao Qi <yao.qi@linaro.org>
15059
15060 * gdb.trace/signal.c: New file.
15061 * gdb.trace/signal.exp: New file.
15062
15063 2016-04-19 Doug Evans <xdje42@gmail.com>
15064
15065 * gdb.base/bad-file.exp: New file.
15066
15067 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
15068
15069 * gdb.dwarf2/implref.exp: New file.
15070
15071 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
15072
15073 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
15074 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
15075 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
15076 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
15077 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
15078 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
15079 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
15080 * lib/fortran.exp (fortran_int4): New procedure.
15081 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
15082 (fortran_logical4): Likewise.
15083
15084 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
15085
15086 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
15087
15088 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
15089
15090 * lib/compiler.c: Add Intel specific preprocessor macros.
15091 * lib/compiler.cc: Likewise.
15092
15093 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
15094
15095 * gdb.server/connect-with-no-symbol-file.c: New file.
15096 * gdb.server/connect-with-no-symbol-file.exp: New file.
15097
15098 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
15099
15100 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
15101
15102 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
15103
15104 * boards/gdbserver-base.exp (${board}_download): Copy source file to
15105 standard output directory.
15106
15107 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
15108
15109 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
15110
15111 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
15112
15113 * gdb.btrace/instruction_history.c (loop): Add declaration.
15114
15115 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
15116
15117 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
15118
15119 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
15120
15121 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
15122 parentheses to print.
15123 (continue_handler): Likewise.
15124
15125 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
15126
15127 * gdb.server/solib-list.exp: Remove is_remote check.
15128 Pass shlib= to gdb_compile. Don't link shared library with
15129 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
15130 Run binary filename through "readlink -f" on the target.
15131
15132 2016-04-08 Pedro Alves <palves@redhat.com>
15133
15134 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
15135 interpreter filename as argument to gdbserver_spawn.
15136 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
15137 Return empty if $last_loaded_file does not exist.
15138
15139 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15140
15141 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
15142 * gdb.base/jit-main.c: Use exit after usage.
15143
15144 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15145
15146 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
15147 GDBHISTSIZE prior to the tests.
15148 * gdb.base/gdbinit-history.exp: Likewise.
15149
15150 2016-04-07 Pedro Alves <palves@redhat.com>
15151
15152 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
15153 instead of build_executable. Use gdb_load_shlibs.
15154
15155 2016-04-07 Yao Qi <yao.qi@linaro.org>
15156
15157 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
15158 Execute "si" command.
15159
15160 2016-04-07 Yao Qi <yao.qi@linaro.org>
15161
15162 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
15163 number instead of the comments on some line.
15164
15165 2016-04-06 Don Breazeal <donb@codesourcery.com>
15166
15167 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
15168 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
15169
15170 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
15171
15172 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
15173 standard_output_file. Remove unused binfile variable.
15174
15175 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
15176
15177 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
15178 * gdb.python/py-mi-objfile.exp: Match "list main" output
15179 in console format.
15180
15181 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
15182
15183 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
15184 absolute.
15185
15186 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
15187
15188 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
15189 absolute.
15190 * gdb.trace/ftrace.exp: Likewise.
15191 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
15192 targets as well.
15193 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
15194 (gdb_load_shlibs): Copy libraries to test directory when testing
15195 natively. Only set solib-search-path if testing remotely.
15196 * lib/mi-support.exp (mi_load_shlibs): Likewise.
15197
15198 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
15199
15200 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
15201 gdb_download. Use it even if the target is not remote.
15202 * gdb.base/jit.exp (compile_jit_test): Likewise.
15203 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
15204 output directory if the destination board is local, otherwise use
15205 the standard remote_download from DejaGnu.
15206 (gdb_download): Remove.
15207 (gdb_load_shlibs): Use gdb_remote_download instead of
15208 gdb_download.
15209 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
15210 Use gdb_remote_download instead of gdb_download. Use it even if
15211 the target is not remote.
15212 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
15213 instead of gdb_download.
15214
15215 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
15216
15217 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
15218 (test_insert_delete_modify): Call mi_load_shlibs before trying to
15219 run.
15220
15221 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
15222
15223 PR gdb/19820
15224 * gdb.base/printcmds.exp: Add artificial arrays tests.
15225
15226 2016-03-31 Pedro Alves <palves@redhat.com>
15227
15228 PR gdb/19858
15229 * gdb.base/jit-main.c: Include unistd.h.
15230 (ATTACH): Define to 0 if not already defined.
15231 (wait_for_gdb, mypid): New globals.
15232 (WAIT_FOR_GDB): New macro.
15233 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
15234 some breakpoint locations.
15235 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
15236 New procedures.
15237 (one_jit_test): Add REATTACH parameter, and handle it. Use
15238 continue_to_test_location.
15239 (top level): Test attach, and adjusts calls to one_jit_test.
15240
15241 2016-03-31 Pedro Alves <palves@redhat.com>
15242
15243 PR gdb/19858
15244 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
15245 BINSUFFIX parameter, and handle it.
15246 (top level): Adjust calls compile_jit_test.
15247
15248 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
15249
15250 PR python/19743
15251 * gdb.python/py-mi-events-gdb.py: New file.
15252 * gdb.python/py-mi-events.c: New file.
15253 * gdb.python/py-mi-events.exp: New file.
15254
15255 2016-03-30 Yao Qi <yao.qi@linaro.org>
15256
15257 * gdb.reverse/until-precsave.exp: Match function name only.
15258 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
15259 Move malloc to a condition block.
15260 * gdb.reverse/until-reverse.exp: Match function name only.
15261
15262 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
15263
15264 * gdb.trace/ftrace.exp: Set arg0exp for s390.
15265 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
15266 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
15267 variable for GPR 0 instead of assuming it is register 0.
15268 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
15269 * lib/trace-support.exp: Add s390 registers.
15270
15271 2016-03-29 Yao Qi <yao.qi@linaro.org>
15272
15273 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
15274
15275 2016-03-24 Yao Qi <yao.qi@linaro.org>
15276
15277 * gdb.reverse/break-reverse.exp: Add quotation mark in the
15278 test message.
15279
15280 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15281
15282 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
15283 maintaining separate logic for constructing the output path.
15284
15285 2016-03-16 Don Breazeal <donb@codesourcery.com>
15286
15287 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
15288 Retry fork and waitpid on interrupted system call errors.
15289 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
15290 Use with_timeout_factor to increase timeout by factor of 10.
15291
15292 2016-03-15 Don Breazeal <donb@codesourcery.com>
15293
15294 * gdb.cp/scope-err.cc: New test program.
15295 * gdb.cp/scope-err.exp: New test script.
15296 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
15297 lines and "set breakpoint here" comment.
15298 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
15299 Fixed some whitespace and format issues.
15300 * gdb.mi/mi-linespec-err-cp.cc: New test program.
15301 * gdb.mi/mi-linespec-err-cp.exp: New test script.
15302
15303 2016-03-15 Doug Evans <dje@google.com>
15304
15305 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
15306 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
15307 All callers updated. Add tests for enums, mixed flags register.
15308
15309 2016-03-15 Doug Evans <dje@google.com>
15310
15311 * gdb.base/skip.c (main): Call test_skip_file_and_function.
15312 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
15313
15314 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
15315
15316 * gdb.base/default.exp: Add $_as_string to the list of expected
15317 convenience functions.
15318
15319 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
15320
15321 * gdb.base/maint.exp: New tests for 'maint info line-table'.
15322
15323 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
15324
15325 * gdb.python/py-as-string.exp: New file.
15326 * gdb.python/py-as-string.c: New file.
15327
15328 2016-03-09 Pedro Alves <palves@redhat.com>
15329
15330 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
15331 signal" -> "Thread NN received signal" output change.
15332 * gdb.threads/ia64-sigill.exp: Likewise.
15333 * gdb.threads/linux-dp.exp: Likewise.
15334 * gdb.threads/manythreads.exp: Likewise.
15335 * gdb.threads/pending-step.exp: Likewise.
15336 * gdb.threads/print-threads.exp: Likewise.
15337 * gdb.threads/sigstep-threads.exp: Likewise.
15338 * gdb.threads/staticthreads.exp: Likewise.
15339 * gdb.threads/tls.exp: Likewise.
15340
15341 2016-03-09 Pedro Alves <palves@redhat.com>
15342
15343 * gdb.base/command-line-input.exp: New file.
15344
15345 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
15346
15347 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
15348 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
15349 * gdb.trace/pending.exp: Accept leading dot before function name.
15350 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
15351 * lib/trace-support.exp: Set registers for ppc.
15352
15353 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
15354
15355 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
15356 use it for disassembly; accept .main in addition to main in backtrace.
15357
15358 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
15359 Marcin Kościelnicki <koriakin@0x04.net>
15360
15361 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
15362 (gdb_recursion_test_ptr): New global variable.
15363 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
15364 gdb_recursion_test.
15365 (gdb_c_test): Ditto.
15366
15367 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
15368
15369 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
15370 ordering.
15371
15372 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
15373
15374 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
15375 (bar): Add bar_start_lbl label.
15376 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
15377 of foo/bar for emitting DWARF and tracing.
15378
15379 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
15380
15381 * analyze-racy-logs.py: Set executable bit.
15382
15383 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
15384
15385 * Makefile.in (DEFAULT_RACY_ITER): New variable.
15386 (CHECK_TARGET_TMP): Likewise.
15387 (check-single-racy): New rule.
15388 (check-parallel-racy): Likewise.
15389 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
15390 (do-check-parallel-racy): New rule.
15391 (check-racy/%.exp): Likewise.
15392 * README (Racy testcases): New section.
15393 * analyze-racy-logs.py: New file.
15394
15395 2016-03-03 Doug Evans <dje@google.com>
15396
15397 * gdb.base/skip.exp: Use with_test_prefix.
15398
15399 2016-03-03 Yao Qi <yao.qi@linaro.org>
15400
15401 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
15402 Invoke step_over_syscall "clone" and break_cond_on_syscall
15403 "clone".
15404 * gdb.base/step-over-clone.c: New file.
15405
15406 2016-03-03 Yao Qi <yao.qi@linaro.org>
15407
15408 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
15409 code format.
15410
15411 2016-03-03 Yao Qi <yao.qi@linaro.org>
15412
15413 * gdb.base/disp-step-fork.c: Rename to ...
15414 * gdb.base/step-over-fork.c: ... it. New file.
15415 * gdb.base/disp-step-vfork.c: Rename to ...
15416 * gdb.base/step-over-vfork.c: ... it. New file.
15417 * gdb.base/disp-step-syscall.exp: Rename to ...
15418 * gdb.base/step-over-syscall.exp: ... it. New file.
15419 (disp_step_cross_syscall): Rename to ...
15420 (step_over_syscall): ... it.
15421
15422 2016-03-03 Yao Qi <yao.qi@linaro.org>
15423
15424 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
15425 If target supports condition evaluation on target, invoke
15426 break_cond_on_syscall for fork and vfork.
15427
15428 2016-03-03 Yao Qi <yao.qi@linaro.org>
15429
15430 * gdb.base/disp-step-syscall.exp: Don't invoke
15431 support_displaced_stepping.
15432 (disp_step_cross_syscall): Test with displaced stepping off and
15433 on if supported.
15434
15435 2016-03-03 Yao Qi <yao.qi@linaro.org>
15436
15437 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
15438 proc.
15439 (setup): New proc.
15440 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
15441 and setup.
15442
15443 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
15444
15445 * gdb.fortran/vla-history.exp: Remove breakpoint.
15446
15447 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
15448
15449 * gdb.fortran/vla-history.exp: Lookup array elements and printing
15450 exceeds timeout.
15451
15452 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
15453
15454 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
15455 breakpoint.
15456
15457 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
15458
15459 * gdb.mi/vla.f90: Nullify pointer after declaration.
15460
15461 2016-03-01 Pedro Alves <palves@redhat.com>
15462
15463 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
15464
15465 2016-03-01 Pedro Alves <palves@redhat.com>
15466
15467 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
15468 before anything else.
15469 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
15470 _GNU_SOURCE here.
15471 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
15472 before anything else.
15473 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
15474
15475 2016-03-01 Pedro Alves <palves@redhat.com>
15476
15477 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
15478
15479 2016-03-01 Yao Qi <yao.qi@linaro.org>
15480
15481 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
15482 prepare_for_testing.
15483
15484 2016-03-01 Yao Qi <yao.qi@linaro.org>
15485
15486 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
15487
15488 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
15489
15490 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
15491 manually constructing the output path.
15492
15493 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
15494
15495 * gdb.arch/s390-stackless.S: New.
15496 * gdb.arch/s390-stackless.exp: New.
15497
15498 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
15499
15500 * gdb.dlang/circular.c: New file.
15501 * gdb.dlang/circular.exp: New file.
15502
15503 2016-02-26 Yao Qi <yao.qi@linaro.org>
15504
15505 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
15506 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
15507 (testcases): Update.
15508
15509 2016-02-26 Yao Qi <yao.qi@linaro.org>
15510
15511 * gdb.reverse/aarch64.c: Rename to ...
15512 * gdb.reverse/insn-reverse.c: ... it.
15513 * gdb.reverse/aarch64.exp: Rename to ...
15514 * gdb.reverse/insn-reverse.exp: ... it.
15515
15516 2016-02-26 Yao Qi <yao.qi@linaro.org>
15517
15518 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
15519 (testcase_ftype): New.
15520 (testcases): New array.
15521 (n_testcases): New.
15522 (main): Call each element in testcases.
15523 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
15524 (read_testcase): New.
15525 Do the tests in a loop.
15526
15527 2016-02-25 Yao Qi <yao.qi@linaro.org>
15528
15529 * gdb.base/branches.c: Remove.
15530
15531 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
15532
15533 PR gdb/13808
15534 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
15535
15536 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
15537
15538 * gdb.trace/ftrace.exp: Remove unnecessary target check.
15539
15540 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
15541
15542 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
15543 change x86_64 call_insn to 'callq'.
15544
15545 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15546
15547 * gdb.trace/tfile-avx.c: Move to...
15548 * gdb.trace/tracefile-pseudo-reg.c: Here.
15549 * gdb.trace/tfile-avx.exp: Move to...
15550 * gdb.trace/tracefile-pseudo-reg.exp: Here.
15551
15552 2016-02-24 Gary Benson <gbenson@redhat.com>
15553
15554 * gdb.base/attach-pie-noexec.exp: Do not expect an error
15555 message on attach.
15556
15557 2016-02-23 Doug Evans <dje@google.com>
15558
15559 * gdb.base/skip.c (test_skip): New function.
15560 (end_test_skip_file_and_function): New function.
15561 (test_skip_file_and_function): New function.
15562 * gdb.base/skip1.c (test_skip): New function.
15563 (skip1_test_skip_file_and_function): New function.
15564 * gdb.base/skip.exp: Add tests for new skip options.
15565 * gdb.base/skip-solib.exp: Update expected output.
15566 * gdb.perf/skip-command.cc: New file.
15567 * gdb.perf/skip-command.exp: New file.
15568 * gdb.perf/skip-command.py: New file.
15569
15570 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
15571
15572 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
15573 info registers pattern.
15574
15575 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
15576
15577 * lib/future.exp: Add D support.
15578 (gdb_find_gdc): New proc.
15579 (gdb_default_target_compile): Add D support.
15580
15581 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
15582
15583 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
15584 user+system time.
15585 (trace_speed_test): Determine the iteration count for a time
15586 between 15..30 seconds.
15587
15588 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
15589
15590 * gdb.arch/i386-mpx-sigsegv.c: New file.
15591 * gdb.arch/i386-mpx-sigsegv.exp: New file.
15592 * gdb.arch/i386-mpx-simple_segv.c: New file.
15593 * gdb.arch/i386-mpx-simple_segv.exp: New file.
15594
15595 2016-02-18 Yao Qi <yao.qi@linaro.org>
15596
15597 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
15598 Don't call setup_kfail.
15599
15600 2016-02-18 Yao Qi <yao.qi@linaro.org>
15601
15602 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
15603 Set "set breakpoint condition-evaluation" per $cond_bp_target.
15604
15605 2016-02-16 Doug Evans <dje@google.com>
15606
15607 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
15608 * gdb.base/skip1.c: Ditto.
15609 * gdb.base/skip.exp: Whitespace cleanup.
15610
15611 2016-02-16 Don Breazeal <donb@codesourcery.com>
15612
15613 PR remote/19496
15614 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
15615 Remove kfail for PR remote/19496.
15616
15617 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
15618
15619 * lib/gdb.exp (standard_temp_file): Return a path specific to
15620 the runtest invocation.
15621
15622 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
15623
15624 * gdb.trace/save-trace.exp: Change relative path to be in the
15625 standard output directory.
15626
15627 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15628
15629 * gdb.arch/i386-prologue.c: Add missing prototypes.
15630
15631 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15632
15633 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
15634 * gdb.arch/i386-prologue.exp: Likewise.
15635 * gdb.arch/i386-size.exp: Likewise.
15636
15637 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
15638
15639 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
15640 define object file path.
15641 * gdb.btrace/gcore.exp: Use standard_output_file to define core
15642 file path.
15643 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
15644 standard_output_file to define binfile.
15645
15646 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15647
15648 Fix compatibility with recent gfortran-5.3.1.
15649 * gdb.fortran/vla-history.exp (print vla1 allocated)
15650 (print vla2 allocated, print $2, print $3): Remove
15651 (print $4): Rename to ...
15652 (print $2): ... here.
15653 (print $9): Rename to ...
15654 (print $5): ... here.
15655 (print $10): Rename to ...
15656 (print $6): ... here.
15657 * gdb.fortran/vla.f90: Add pvla initialization.
15658
15659 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15660
15661 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
15662 New test.
15663 * gdb.fortran/vla-value-sub.exp: Likewise.
15664
15665 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
15666
15667 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
15668
15669 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
15670
15671 * i386-biarch-core.exp: Define corefile using
15672 standard_output_file.
15673
15674 2016-02-12 Yao Qi <yao.qi@linaro.org>
15675
15676 * gdb.arch/arm-single-step-kernel-helper.c: New.
15677 * gdb.arch/arm-single-step-kernel-helper.exp: New.
15678
15679 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
15680
15681 * gdb.btrace/tailcall-only.exp: New.
15682 * gdb.btrace/tailcall-only.c: New.
15683 * gdb.btrace/x86_64-tailcall-only.S: New.
15684 * gdb.btrace/i686-tailcall-only.S: New.
15685
15686 2016-02-11 Pedro Alves <palves@redhat.com>
15687
15688 * README (Parallel testing): Add missing double quotes.
15689
15690 2016-02-11 Pedro Alves <palves@redhat.com>
15691
15692 * README (Parallel testing): New section.
15693 (GDB_PARALLEL): Rewrite.
15694 (FORCE_PARALLEL): Document.
15695
15696 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
15697
15698 * gdb.trace/tfile-avx.c: New test.
15699 * gdb.trace/tfile-avx.exp: New test.
15700
15701 2016-02-09 Keith Seitz <keiths@redhat.com>
15702
15703 PR breakpoints/19546
15704 * gdb.base/infcall-exec.c: New file.
15705 * gdb.base/infcall-exec2.c: New file.
15706 * gdb.base/infcall-exec.exp: New file.
15707
15708 2016-02-09 Keith Seitz <keiths@redhat.com>
15709
15710 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
15711 (toplevel): Call test_bkpt_address.
15712
15713 2016-02-09 Keith Seitz <keiths@redhat.com>
15714
15715 PR python/19506
15716 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
15717 (toplevel): Call test_bkpt_address.
15718
15719 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
15720
15721 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
15722 to AC_OUTPUT.
15723 * configure: Regenerate.
15724
15725 2016-02-09 Pedro Alves <palves@redhat.com>
15726
15727 PR breakpoints/19548
15728 * gdb.base/execl-update-breakpoints.c (some_function): New
15729 function.
15730 (main): Call it.
15731 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
15732 Tighten expected GDB output.
15733
15734 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
15735
15736 * Makefile.in (ALL_SUBDIRS): Remove.
15737 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
15738 (distclean maintainer-clean realclean): Likewise.
15739 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
15740 * configure: Regenerate.
15741 * gdb.ada/Makefile.in: Delete.
15742 * gdb.arch/Makefile.in: Likewise.
15743 * gdb.asm/Makefile.in: Likewise.
15744 * gdb.base/Makefile.in: Likewise.
15745 * gdb.btrace/Makefile.in: Likewise.
15746 * gdb.cell/Makefile.in: Likewise.
15747 * gdb.compile/Makefile.in: Likewise.
15748 * gdb.cp/Makefile.in: Likewise.
15749 * gdb.disasm/Makefile.in: Likewise.
15750 * gdb.dlang/Makefile.in: Likewise.
15751 * gdb.dwarf2/Makefile.in: Likewise.
15752 * gdb.fortran/Makefile.in: Likewise.
15753 * gdb.gdb/Makefile.in: Likewise.
15754 * gdb.go/Makefile.in: Likewise.
15755 * gdb.guile/Makefile.in: Likewise.
15756 * gdb.java/Makefile.in: Likewise.
15757 * gdb.linespec/Makefile.in: Likewise.
15758 * gdb.mi/Makefile.in: Likewise.
15759 * gdb.modula2/Makefile.in: Likewise.
15760 * gdb.multi/Makefile.in: Likewise.
15761 * gdb.objc/Makefile.in: Likewise.
15762 * gdb.opencl/Makefile.in: Likewise.
15763 * gdb.opt/Makefile.in: Likewise.
15764 * gdb.pascal/Makefile.in: Likewise.
15765 * gdb.perf/Makefile.in: Likewise.
15766 * gdb.python/Makefile.in: Likewise.
15767 * gdb.reverse/Makefile.in: Likewise.
15768 * gdb.server/Makefile.in: Likewise.
15769 * gdb.stabs/Makefile.in: Likewise.
15770 * gdb.threads/Makefile.in: Likewise.
15771 * gdb.trace/Makefile.in: Likewise.
15772 * gdb.xml/Makefile.in: Likewise.
15773 * lib/gdb.exp (make_gdb_parallel_path): Add check for
15774 GDB_PARALLEL.
15775 (standard_output_file): Remove check for GDB_PARALLEL, always
15776 return path in outputs/$subdir/$testname.
15777
15778 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
15779
15780 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
15781 (site.exp): Assign abs_srcdir to tcl's srcdir.
15782
15783 2016-02-04 Yao Qi <yao.qi@linaro.org>
15784
15785 * gdb.base/foll-exec-mode.c: Include limits.h.
15786 (main): Add parameters argc and argv. Get directory from
15787 argv[0].
15788 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
15789 compilation.
15790 * gdb.base/foll-exec.c: Include limits.h.
15791 (main): Add parameters argc and argv.
15792 Get directory from argv[0].
15793 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
15794 Adjust tests on the number of lines as source code changed.
15795 * gdb.base/foll-vfork-exit.c: Include limits.h.
15796 (main): Add one line of statement before vfork.
15797 * gdb.base/foll-vfork.c: Include limits.h and string.h.
15798 (main): Add parameters argc and argv. Get directory from
15799 argv[0].
15800 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
15801 (setup_gdb): Set tbreak to skip some source lines.
15802 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
15803 (main): Add parameters argc and argv. Get directory from
15804 argv[0].
15805 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
15806 compilation.
15807 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
15808 (main): Add parameters argc and argv. Get directory from
15809 argv[0].
15810 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
15811 compilation.
15812
15813 2016-02-01 Doug Evans <dje@google.com>
15814
15815 * gdb.base/skip.exp: Clean up multiple references to same test name.
15816
15817 2016-02-01 Pedro Alves <palves@redhat.com>
15818
15819 PR remote/19496
15820 * gdb.threads/forking-threads-plus-breakpoint.exp
15821 (displaced_stepping_supported): New global.
15822 (probe_displaced_stepping_support): New procedure.
15823 (do_test): Add 'displaced' parameter, and use it.
15824 (top level): Check for displaced stepping support. Add displaced
15825 stepping on/off testing axis.
15826
15827 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
15828
15829 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
15830 pointer. Don't perform further tests on the unassociated pointer
15831 if the first test fails.
15832
15833 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
15834
15835 * gdb.base/max-value-size.c: New file.
15836 * gdb.base/max-value-size.exp: New file.
15837 * gdb.base/huge.exp: Disable max-value-size for this test.
15838
15839 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
15840
15841 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
15842
15843 2016-01-28 Yao Qi <yao.qi@linaro.org>
15844
15845 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
15846
15847 2016-01-25 Pedro Alves <palves@redhat.com>
15848
15849 PR threads/19461
15850 * gdb.base/fork-running-state.c: New file.
15851 * gdb.base/fork-running-state.exp: New file.
15852
15853 2016-01-25 Pedro Alves <palves@redhat.com>
15854
15855 PR gdb/19494
15856 * gdb.base/catch-fork-kill.c: New file.
15857 * gdb.base/catch-fork-kill.exp: New file.
15858
15859 2016-01-25 Pedro Alves <palves@redhat.com>
15860
15861 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
15862 Delete, moved to lib/gdb.exp.
15863 * gdb.threads/forking-threads-plus-breakpoint.exp
15864 (foreach_with_prefix): Likewise.
15865 * gdb.threads/process-dies-while-handling-bp.exp
15866 (foreach_with_prefix): Likewise.
15867 * lib/gdb.exp (foreach_with_prefix): New procedure.
15868
15869 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
15870
15871 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
15872 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
15873
15874 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
15875
15876 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
15877 endian targets.
15878
15879 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15880 Pedro Alves <palves@redhat.com>
15881
15882 Fix testsuite compatibility with Guile.
15883 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
15884 number.
15885
15886 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15887
15888 Fix testsuite compatibility with Guile.
15889 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
15890 (thread 1): New test for backtrace through signal handler.
15891
15892 2016-01-22 Yao Qi <yao.qi@linaro.org>
15893
15894 PR testsuite/19491
15895 * gdb.base/multi-forks.c: Include
15896 ../lib/unbuffer_output.c
15897 (main): Call gdb_unbuffer_output.
15898
15899 2016-01-21 Doug Evans <dje@google.com>
15900
15901 * lib/ada.exp (gdb_compile_ada): Fix typo.
15902
15903 2016-01-21 Joel Brobecker <brobecker@adacore.com>
15904
15905 * gdb.base/break-fun-addr.exp: New file.
15906 * gdb.base/break-fun-addr1.c: New file.
15907 * gdb.base/break-fun-addr2.c: New file.
15908
15909 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
15910
15911 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
15912 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
15913 enum flag values.
15914
15915 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
15916
15917 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
15918 when GDB can not set the vector return value. Add more comments
15919 for clarification.
15920
15921 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
15922
15923 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
15924 command.
15925
15926 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
15927
15928 * Makefile.in (DO_RUNTEST): Add --status and update usages.
15929
15930 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
15931
15932 * Makefile.in (check-single): Pass --status to runtest.
15933 (check/%.exp): Likewise.
15934
15935 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
15936
15937 * Makefile.in (check-parallel): Propagate return code from make
15938 do-check-parallel.
15939
15940 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
15941
15942 * gdb.trace/ftrace.exp: Fix expected message on continue.
15943 * gdb.trace/pending.exp: Fix expected message on continue.
15944 * gdb.trace/trace-break.exp: Fix expected message on continue.
15945
15946 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
15947
15948 * lib/gdb.exp (gdb_test): Remove unused global references.
15949
15950 2016-01-18 Pedro Alves <palves@redhat.com>
15951
15952 * gdb.base/async-shell.exp: Adjust expected output.
15953 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
15954 * gdb.base/siginfo-thread.exp: Adjust expected output.
15955 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
15956 * gdb.java/jnpe.exp: Adjust expected output.
15957 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
15958 * gdb.threads/continue-pending-status.exp: Adjust expected output.
15959 * gdb.threads/leader-exit.exp: Adjust expected output.
15960 * gdb.threads/manythreads.exp: Adjust expected output.
15961 * gdb.threads/pthreads.exp: Adjust expected output.
15962 * gdb.threads/schedlock.exp: Adjust expected output.
15963 * gdb.threads/siginfo-threads.exp: Adjust expected output.
15964 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
15965 expected output.
15966 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
15967 output.
15968 * gdb.threads/sigthread.exp: Adjust expected output.
15969 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
15970
15971 2016-01-18 Yao Qi <yao.qi@linaro.org>
15972
15973 * gdb.guile/scm-section-script.c: Replace @progbits with
15974 %progbits.
15975 * gdb.python/py-section-script.c: Likewise.
15976
15977 2016-01-15 Pedro Alves <palves@redhat.com>
15978
15979 * gdb.multi/tids.exp: Test star wildcard ranges.
15980
15981 2016-01-15 Pedro Alves <palves@redhat.com>
15982
15983 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
15984 command from "thread apply" invocation.
15985 (thr_apply_info_thr_invalid): Default the expected output to the
15986 input tid list.
15987 (top level): Add tests that use convenience variables. Add tests
15988 for "thread apply" with a valid TID list, but missing the command.
15989
15990 2016-01-13 Pedro Alves <palves@redhat.com>
15991
15992 * gdb.base/default.exp: Expect $_gthread as well.
15993 * gdb.multi/tids.exp: Test $_gthread.
15994 * gdb.threads/thread-specific.exp: Test $_gthread.
15995
15996 2016-01-13 Pedro Alves <palves@redhat.com>
15997
15998 * gdb.multi/tids.exp: Test "info threads -gid".
15999
16000 2016-01-13 Pedro Alves <palves@redhat.com>
16001
16002 * gdb.multi/tids.exp: Test InferiorThread.global_num and
16003 Breakpoint.thread.
16004 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
16005
16006 2016-01-07 Pedro Alves <palves@redhat.com>
16007
16008 * gdb.base/break.exp: Adjust to output changes.
16009 * gdb.base/hbreak2.exp: Likewise.
16010 * gdb.base/sepdebug.exp: Likewise.
16011 * gdb.base/watch_thread_num.exp: Likewise.
16012 * gdb.linespec/keywords.exp: Likewise.
16013 * gdb.multi/info-threads.exp: Likewise.
16014 * gdb.threads/thread-find.exp: Likewise.
16015 * gdb.multi/tids.c: New file.
16016 * gdb.multi/tids.exp: New file.
16017
16018 2016-01-13 Pedro Alves <palves@redhat.com>
16019
16020 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
16021
16022 2016-01-13 Pedro Alves <palves@redhat.com>
16023
16024 * gdb.base/default.exp: Expect $_inferior as well.
16025 * gdb.multi/base.exp: Test $_inferior.
16026
16027 2016-01-13 Pedro Alves <palves@redhat.com>
16028
16029 PR breakpoints/19388
16030 * gdb.base/catch-signal-siginfo-cond.c: New file.
16031 * gdb.base/catch-signal-siginfo-cond.exp: New file.
16032
16033 2016-01-12 Josh Stone <jistone@redhat.com>
16034 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16035
16036 * gdb.base/catch-syscall.c (do_execve): New variable.
16037 (main): Conditionally trigger an execve.
16038 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
16039 (test_catch_syscall_execve): New, check entry/return across execve.
16040 (do_syscall_tests): Call test_catch_syscall_execve.
16041
16042 2016-01-12 Pedro Alves <palves@redhat.com>
16043
16044 * gdb.base/random-signal.exp (do_test): New procedure, with body
16045 of testcase moved in.
16046
16047 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16048 Pedro Alves <palves@redhat.com>
16049
16050 * gdb.base/funcargs.exp (finish from indirectly called function):
16051 Reintroduce the case for 'First'.
16052
16053 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16054 Pedro Alves <palves@redhat.com>
16055
16056 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
16057 (tcatch_vfork_then_child_follow_exec)
16058 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
16059 identification.
16060
16061 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16062
16063 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
16064 and repeats to unlimited.
16065 * gdb.python/py-value.exp: Likewise.
16066 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
16067 and repeats to unlimited.
16068
16069 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
16070
16071 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
16072 and reordering the functions.
16073 * gdb.multi/hangout.c: Likewise.
16074 * gdb.multi/hello.c: Likewise.
16075
16076 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
16077
16078 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
16079 absolute.
16080 (SingleStatisticTestResult.report): Use dict.keys instead of
16081 dict.iterkeys.
16082
16083 2016-01-06 Pedro Alves <palves@redhat.com>
16084
16085 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
16086
16087 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
16088
16089 * gdb.btrace/dlopen.exp: New.
16090 * gdb.btrace/dlopen.c: New.
16091 * gdb.btrace/dlopen-dso.c: New.
16092
16093 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
16094
16095 * lib/gdb.exp (gdb_test): Update comments to clarify that the
16096 PATTERN argument is optional.
16097
16098 2015-12-24 Joel Brobecker <brobecker@adacore.com>
16099
16100 * lib/ada.exp (target_compile_ada_from_dir): New function.
16101 (gdb_compile_ada): Reimplement avoiding the use of project files.
16102 * gdb.ada/gnat_ada.gpr: Delete.
16103 * gdb.ada/cond_lang.exp: Adjust test to make path before
16104 filename optional.
16105 * gdb.ada/small_reg_param.exp: Likewise.
16106
16107 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
16108
16109 * gdb.base/foll-vork.exp: Remove HP-UX special case.
16110
16111 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
16112
16113 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
16114 case.
16115
16116 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
16117
16118 * gdb.base/break.exp: Remove dead code.
16119 * gdb.base/sepdebug.exp: Likewise.
16120
16121 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
16122
16123 * gdb.asm/asm-source.exp: Remove HP-UX references.
16124 * gdb.base/annota1.exp: Likewise.
16125 * gdb.base/annota3.exp: Likewise.
16126 * gdb.base/attach.exp: Likewise.
16127 * gdb.base/bigcore.exp: Likewise.
16128 * gdb.base/break.exp: Likewise.
16129 * gdb.base/call-ar-st.exp: Likewise.
16130 * gdb.base/callfuncs.exp: Likewise.
16131 * gdb.base/catch-fork-static.exp: Likewise.
16132 * gdb.base/display.exp: Likewise.
16133 * gdb.base/foll-exec-mode.exp: Likewise.
16134 * gdb.base/foll-exec.exp: Likewise.
16135 * gdb.base/foll-fork.exp: Likewise.
16136 * gdb.base/foll-vfork.exp: Likewise.
16137 * gdb.base/funcargs.exp: Likewise.
16138 * gdb.base/hbreak2.exp: Likewise.
16139 * gdb.base/inferior-died.exp: Likewise.
16140 * gdb.base/interrupt.exp: Likewise.
16141 * gdb.base/multi-forks.exp: Likewise.
16142 * gdb.base/nodebug.exp: Likewise.
16143 * gdb.base/sepdebug.exp: Likewise.
16144 * gdb.base/solib1.c: Likewise.
16145 * gdb.base/step-test.exp: Likewise.
16146 * gdb.mi/non-stop.c: Likewise.
16147 * gdb.mi/pthreads.c: Likewise.
16148 * gdb.multi/bkpt-multi-exec.ex: Likewise.
16149 * gdb.threads/pthreads.c: Likewise.
16150 * gdb.threads/staticthreads.exp: Likewise.
16151 * lib/future.exp: Likewise.
16152 * lib/gdb.exp: Likewise.
16153 * gdb.base/so-indr-cl.c: Remove.
16154 * gdb.base/so-indr-cl.exp: Likewise.
16155 * gdb.base/solib.c: Likewise.
16156 * gdb.base/solib.exp: Likewise.
16157 * gdb.base/solib2.c: Likewise.
16158
16159 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
16160
16161 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
16162 * gdb.base/call-ar-st.exp: Likewise.
16163 * gdb.base/callfuncs.exp: Likewise.
16164 * gdb.base/condbreak.exp: Likewise.
16165 * gdb.base/constvars.exp: Likewise.
16166 * gdb.base/hbreak2.exp: Likewise.
16167 * gdb.base/langs.exp: Likewise.
16168 * gdb.base/list.exp: Likewise.
16169 * gdb.base/long_long.exp: Likewise.
16170 * gdb.base/ptype.exp: Likewise.
16171 * gdb.base/scope.exp: Likewise.
16172 * gdb.base/signals.exp: Likewise.
16173 * gdb.base/so-impl-ld.exp: Likewise.
16174 * gdb.base/varargs.exp: Likewise.
16175 * gdb.base/volatile.exp: Likewise.
16176 * gdb.base/whatis.exp: Likewise.
16177 * gdb.cp/cplusfuncs.exp: Likewise.
16178 * gdb.cp/inherit.exp: Likewise.
16179 * gdb.cp/local.exp: Likewise.
16180 * gdb.cp/member-ptr.exp: Likewise.
16181 * gdb.cp/method.exp: Likewise.
16182 * gdb.cp/overload.exp: Likewise.
16183 * gdb.cp/templates.exp: Likewise.
16184 * gdb.stabs/weird.exp: Likewise.
16185 * lib/compiler.c: Likewise.
16186 * lib/compiler.cc: Likewise.
16187 * lib/cp-support.exp: Likewise.
16188 * lib/gdb.exp: Likewise.
16189
16190 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
16191
16192 * configure.ac: Remove HP-UX case.
16193 * configure: Regenerate.
16194
16195 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
16196
16197 * lib/gdb.exp (gdb_compile): Add function doc.
16198
16199 2015-12-17 Pedro Alves <palves@redhat.com>
16200
16201 PR threads/19354
16202 * gdb.multi/info-threads.exp: New file.
16203
16204 2015-12-15 Yao Qi <yao.qi@linaro.org>
16205
16206 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
16207 is aarch64*-*-*.
16208
16209 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
16210
16211 * gdb.base/history-duplicates.exp: Skip if no readline support.
16212
16213 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
16214
16215 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
16216
16217 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
16218
16219 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
16220
16221 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
16222
16223 * gdb.base/completion.exp: Skip tests that interrupt GDB with
16224 ctrl-C if nointerrupts target property is set.
16225 * gdb.base/double-prompt-target-event-error.exp: Likewise.
16226 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
16227 * gdb.base/paginate-bg-execution.exp: Likewise.
16228 * gdb.base/paginate-execution-startup.exp: Likewise.
16229 * gdb.base/random-signal.exp: Likewise.
16230 * gdb.base/range-stepping.exp: Likewise.
16231 * gdb.cp/annota2.exp: Likewise.
16232 * gdb.cp/annota3.exp: Likewise.
16233 * gdb.gdb/selftest.exp: Likewise.
16234 * gdb.threads/continue-pending-status.exp: Likewise.
16235 * gdb.threads/leader-exit.exp: Likewise.
16236 * gdb.threads/manythreads.exp: Likewise.
16237 * gdb.threads/pthreads.exp: Likewise.
16238 * gdb.threads/schedlock.exp: Likewise.
16239 * gdb.threads/sigthread.exp: Likewise.
16240
16241 2015-12-11 Don Breazeal <donb@codesourcery.com>
16242
16243 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
16244 remote.
16245 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
16246 * gdb.base/foll-exec.exp (main): Enable for target remote.
16247 * gdb.base/foll-fork.exp (main): Likewise.
16248 * gdb.base/foll-vfork.exp (main): Likewise.
16249 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
16250 (proc continue_to_exit_bp_loc): Use clean_restart.
16251 * gdb.base/pie-execl.exp (main): Disable for target remote.
16252 * gdb.base/watch-vfork.exp (main): Enable for target remote.
16253 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
16254 * gdb.threads/execl.exp (main): Likewise.
16255 * gdb.threads/fork-child-threads.exp (main): Likewise.
16256 * gdb.threads/fork-plus-threads.exp (main): Disable for target
16257 remote.
16258 * gdb.threads/fork-thread-pending.exp (main): Enable for target
16259 remote.
16260 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
16261 pid.tid style ptids, instead of just tid.
16262 * gdb.threads/thread-execl.exp (main): Enable for target remote.
16263 * gdb.threads/watchpoint-fork.exp (main): Likewise.
16264 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
16265 ptids, instead of just tid.
16266
16267 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
16268
16269 * gdb.base/list.exp (test_list_forward): Add end of file error
16270 test.
16271 (test_repeat_list_command): Add end of file error test.
16272 (test_list_backwards): Add beginning of file error test.
16273
16274 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
16275
16276 * gdb.base/list.exp (test_list_invalid_args): New function,
16277 defined, and called.
16278
16279 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
16280
16281 * gdb.base/list.exp (test_list): Make test names unique.
16282
16283 2015-12-11 Yao Qi <yao.qi@linaro.org>
16284
16285 * gdb.base/coremaker2.c: Remove.
16286
16287 2015-12-10 Pedro Alves <palves@redhat.com>
16288
16289 * gdb.multi/base.exp: Remove stale "spaces" references.
16290
16291 2015-12-10 Pedro Alves <palves@redhat.com>
16292
16293 * gdb.multi/base.exp: Don't use nowarnings.
16294 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
16295 * gdb.multi/hangout.c: Include stdio.h.
16296 * gdb.multi/hello.c: Include stdlib.h.
16297 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
16298 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
16299 * gdb.multi/multi-arch.exp: Don't use nowarnings.
16300
16301 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
16302
16303 * gdb.dwarf2/dw2-ranges-base.c: New file.
16304 * gdb.dwarf2/dw2-ranges-base.exp: New file.
16305 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
16306 support additional line table, and debug ranges generation.
16307 (Dwarf::ranges): New function, generate .debug_ranges.
16308 (Dwarf::lines): Support generating simple line table programs.
16309 (Dwarf::assemble): Initialise new namespace variables.
16310
16311 2015-12-09 Kevin Buettner <kevinb@redhat.com>
16312
16313 * gdb.base/async.exp (proc test_background): Add case for
16314 asynchronous execution not supported.
16315
16316 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
16317
16318 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
16319 format and change test names to make them unique.
16320
16321 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
16322 Pedro Alves <pedro@redhat.com>
16323
16324 PR gdb/18702
16325 Add checking of floatformats setup on x86_64 hosts.
16326 * gdb.arch/i386-float.S (main): Load bigval and smallval.
16327 (smallval, bigval): New labels/constants.
16328 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
16329 float" after loading bigval and smallval.
16330
16331 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
16332
16333 * gdb.ada/fun_overload_menu.exp: New testcase.
16334 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
16335
16336 2015-12-04 Josh Stone <jistone@redhat.com>
16337
16338 * gdb.base/catch-fork-static.exp: New.
16339
16340 2015-12-03 Yao Qi <yao.qi@linaro.org>
16341
16342 * gdb.base/sizeof.c: Don't include stdio.h and
16343 ../lib/unbuffer_output.c.
16344 (main): New variable 'size' and 'value'. Remove printf and
16345 gdb_unbuffer_output. Assign return value to size and value.
16346 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
16347 at the beginning.
16348 (check_sizeof): Check the result by printing variable 'size'.
16349 (check_valueof): Check the result by printing variable 'value'.
16350
16351 2015-12-01 Yao Qi <yao.qi@linaro.org>
16352
16353 * gdb.base/disp-step-syscall.exp: Define syscall instruction
16354 for aarch64*-*-linux* target.
16355
16356 2015-11-30 Pedro Alves <palves@redhat.com>
16357
16358 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
16359
16360 2015-11-30 Pedro Alves <palves@redhat.com>
16361
16362 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
16363 Handle non-stop mode vCont replies.
16364
16365 2015-11-30 Pedro Alves <palves@redhat.com>
16366
16367 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
16368 prepare_for_testing. Start gdb with "set non-stop on" appended to
16369 GDBFLAGS. Lax expected stop output.
16370
16371 2015-11-27 Yao Qi <yao.qi@linaro.org>
16372
16373 * gdb.arch/arm-neon.exp: New.
16374 * gdb.arch/arm-neon.c: New.
16375
16376 2015-11-27 Yao Qi <yao.qi@linaro.org>
16377
16378 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
16379
16380 2015-11-27 Yao Qi <yao.qi@linaro.org>
16381
16382 * gdb.cp/annota2.exp: Allow multiple occurrences of the
16383 frames-invalid annotation.
16384
16385 2015-11-27 Yao Qi <yao.qi@linaro.org>
16386
16387 * gdb.cp/annota2.exp: Use ${frames_invalid}.
16388
16389 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
16390
16391 * gdb.threads/names.exp: New file.
16392 * gdb.threads/names.c: New file.
16393 * README: Mention gdb,no_thread_names.
16394
16395 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
16396
16397 PR 19297
16398 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
16399 support" error.
16400
16401 2015-11-24 Pedro Alves <palves@redhat.com>
16402
16403 PR 17539
16404 * gdb.base/display.exp: Expect displays to be sorted in ascending
16405 order. Use multi_line.
16406 * gdb.base/solib-display.exp: Likewise.
16407
16408 2015-11-24 Pedro Alves <palves@redhat.com>
16409
16410 PR 17539
16411 * gdb.base/display.exp: Expect displays to be sorted in ascending
16412 order. Use multi_line.
16413 * gdb.base/solib-display.exp: Likewise.
16414
16415 2015-11-24 Pedro Alves <palves@redhat.com>
16416
16417 PR 17539
16418 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
16419 threads in ascending order.
16420 * gdb.base/foll-fork.exp: Likewise.
16421 * gdb.base/foll-vfork.exp: Likewise.
16422 * gdb.base/multi-forks.exp: Likewise.
16423 * gdb.mi/mi-nonstop.exp: Likewise.
16424 * gdb.mi/mi-nsintrall.exp: Likewise.
16425 * gdb.multi/base.exp: Likewise.
16426 * gdb.multi/multi-arch.exp: Likewise.
16427 * gdb.python/py-inferior.exp: Likewise.
16428 * gdb.threads/break-while-running.exp: Likewise.
16429 * gdb.threads/execl.exp: Likewise.
16430 * gdb.threads/gcore-thread.exp: Likewise.
16431 * gdb.threads/info-threads-cur-sal.exp: Likewise.
16432 * gdb.threads/kill.exp: Likewise.
16433 * gdb.threads/linux-dp.exp: Likewise.
16434 * gdb.threads/multiple-step-overs.exp: Likewise.
16435 * gdb.threads/next-bp-other-thread.exp: Likewise.
16436 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
16437 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
16438 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
16439 * gdb.threads/thread-find.exp: Likewise.
16440 * gdb.threads/tls.exp: Likewise.
16441 * lib/mi-support.exp (mi_reverse_list): Delete.
16442 (mi_check_thread_states): No longer reverse list.
16443
16444 2015-11-24 Pedro Alves <palves@redhat.com>
16445
16446 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
16447 use lowercase.
16448
16449 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
16450
16451 * gdb.trace/actions.c: Include trace-common.h.
16452 (main): Add a location for a fast tracepoint.
16453 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
16454 the normal tracepoints.
16455 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
16456
16457 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
16458
16459 * save-trace.exp: Factor out code to these...
16460 (gdb_save_tracepoints): New.
16461 (gdb_load_tracepoints): New.
16462 (do_save_load_test): New.
16463
16464 2015-11-23 Kevin Buettner <kevinb@redhat.com>
16465
16466 * gdb.base/asmlabel.exp: New test.
16467 * gdb.base/asmlabel.c: New test case.
16468
16469 2015-11-23 Joel Brobecker <brobecker@adacore.com>
16470
16471 * gdb.base/wrong_frame_bt_full-main.c: New file.
16472 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
16473 * gdb.base/wrong_frame_bt_full.exp: New file.
16474
16475 2015-11-23 Joel Brobecker <brobecker@adacore.com>
16476
16477 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
16478
16479 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
16480
16481 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
16482 pstate register when comparing registers values in
16483 sparc64-*-linux-gnu targets to avoid spurious differences.
16484
16485 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
16486
16487 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
16488
16489 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
16490
16491 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
16492 as type argument to gdb_compile.
16493 * gdb.base/nested-subp2.exp: Likewise.
16494 * gdb.base/nested-subp3.exp: Likewise.
16495
16496 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
16497
16498 * lib/dwarf.exp (_note): Fix left shift of negative value.
16499 * gdb.trace/trace-condition.exp: Likewise.
16500
16501 2015-11-13 Yao Qi <yao.qi@linaro.org>
16502
16503 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
16504 comments about d10v.
16505 (test_scalar_returns): Likewise.
16506 * gdb.base/d10v.ld: Remove.
16507 * gdb.base/overlays.exp: Remove the target triplet checking for
16508 d10v-*-*.
16509 * gdb.base/structs.exp (test_struct_returns): Remove the
16510 comments about d10v.
16511 (test_struct_calls): Likewise.
16512
16513 2015-11-13 Yao Qi <yao.qi@linaro.org>
16514
16515 * gdb.base/gnu_vector.exp: Check the return value by "p res".
16516 * gdb.base/gnu_vector.c: Don't include stdio.h.
16517 (main): Don't print res and call add_some_intvecs.
16518
16519 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
16520
16521 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
16522 macro.
16523 (func5): Removed.
16524 (func4): Use FAST_TRACEPOINT_LABEL.
16525 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
16526 macro.
16527 (func): Removed.
16528 (thread_function): Use FAST_TRACEPOINT_LABEL.
16529 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
16530 (func): Remove.
16531 (marker): Use FAST_TRACEPOINT_LABEL.
16532 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
16533 (pendfunc1): Remove.
16534 (pendfunc): Use FAST_TRACEPOINT_LABEL.
16535 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
16536 (foo): Remove.
16537 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
16538 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
16539 macro.
16540 (func): Remove.
16541 (marker): Use FAST_TRACEPOINT_LABEL.
16542 * gdb.trace/trace-common.h: New header.
16543 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
16544 macro.
16545 (func): Remove.
16546 (marker): Use FAST_TRACEPOINT_LABEL.
16547 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
16548 (func): Remove.
16549 (thread_function): Use FAST_TRACEPOINT_LABEL.
16550
16551 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
16552
16553 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
16554 in front.
16555 * gdb.trace/change-loc.exp: Use global pcreg definition.
16556 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
16557 * gdb.trace/entry-values.exp: Use global spreg definition, add $
16558 in front.
16559 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
16560 * gdb.trace/pending.exp: Likewise.
16561 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
16562 * gdb.trace/trace-break.exp: Likewise.
16563 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
16564 in front.
16565 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
16566 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
16567 in front.
16568 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
16569
16570 2015-11-09 Joel Brobecker <brobecker@adacore.com>
16571
16572 * gdb.ada/fin_fun_out: New testcase.
16573
16574 2015-11-07 Kevin Buettner <kevinb@redhat.com>
16575
16576 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
16577 value associated with DW_AT_byte_size.
16578 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
16579 constants for DW_AT_byte_size, DW_AT_lower_bound, and
16580 DW_AT_upper_bound.
16581
16582 2015-11-07 Kevin Buettner <kevinb@redhat.com>
16583
16584 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
16585 (gdb_target_symbol_prefix_flags): Define in terms of _asm
16586 version.
16587 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
16588 gdb.dwarf2/dw2-canonicalize-type.exp,
16589 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
16590 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
16591 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
16592 provided by gdb_target_symbol_prefix_flags_asm.
16593 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
16594 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
16595 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
16596 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
16597 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
16598 macros where needed). Use this macro for symbols which require
16599 the prefix provided by SYMBOL_PREFIX.
16600
16601 2015-11-05 Kevin Buettner <kevinb@redhat.com>
16602
16603 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
16604 New procs.
16605 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
16606 representing expressions, of more than one list element.
16607 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
16608 to prepend linker symbol prefix to f.
16609 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
16610 table_1 and table_2.
16611 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
16612 Likewise, for f and g.
16613 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
16614 for ptr.
16615 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
16616 for main.
16617 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
16618 table_1_ptr and table_2_ptr.
16619
16620 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
16621 Joel Brobecker <brobecker@adacore.com>
16622
16623 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
16624
16625 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
16626
16627 * gdb.reverse/s390-mvcle.c: New test.
16628 * gdb.reverse/s390-mvcle.exp: New file.
16629 * lib/gdb.exp: Enable reverse tests on s390*-linux.
16630
16631 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
16632
16633 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
16634
16635 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
16636
16637 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
16638 reaching marker2.
16639 * gdb.reverse/getresuid-reverse.exp: Likewise.
16640 * gdb.reverse/pipe-reverse.exp: Likewise.
16641 * gdb.reverse/readv-reverse.exp: Likewise.
16642 * gdb.reverse/recvmsg-reverse.exp: Likewise.
16643 * gdb.reverse/time-reverse.exp: Likewise.
16644 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
16645
16646 2015-10-30 Yao Qi <yao.qi@linaro.org>
16647
16648 * gdb.threads/wp-replication.c (watch_count_done): Remove.
16649 (empty_cycle): Remove.
16650 (main): Don't call empty_cycle. Don't use watch_count_done.
16651 * gdb.threads/wp-replication.exp: Don't set breakpoint on
16652 empty_cycle. Rewrite the code counting HW watchpoints.
16653
16654 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
16655
16656 * gdb.reverse/fstatat-reverse.c: New test.
16657 * gdb.reverse/fstatat-reverse.exp: New file.
16658 * gdb.reverse/getresuid-reverse.c: New test.
16659 * gdb.reverse/getresuid-reverse.exp: New file.
16660 * gdb.reverse/pipe-reverse.c: New test.
16661 * gdb.reverse/pipe-reverse.exp: New file.
16662 * gdb.reverse/readv-reverse.c: New test.
16663 * gdb.reverse/readv-reverse.exp: New file.
16664 * gdb.reverse/recvmsg-reverse.c: New test.
16665 * gdb.reverse/recvmsg-reverse.exp: New file.
16666 * gdb.reverse/time-reverse.c: New test.
16667 * gdb.reverse/time-reverse.exp: New file.
16668 * gdb.reverse/waitpid-reverse.c: New test.
16669 * gdb.reverse/waitpid-reverse.exp: New file.
16670
16671 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
16672
16673 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
16674
16675 2015-10-26 Doug Evans <dje@google.com>
16676
16677 PR symtab/17391
16678 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
16679 * gdb.dwarf2/bad-regnum.c: New file.
16680 * gdb.dwarf2/bad-regnum.exp: New file.
16681
16682 2015-10-26 Doug Evans <dje@google.com>
16683
16684 PR python/18938
16685 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
16686 file.
16687
16688 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16689
16690 * gdb.compile/compile.exp (compile code globalvar): Update expectation
16691 for a change by "Mention language in compile error message".
16692
16693 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
16694
16695 PR python/18073
16696 * gdb.python/py-type.c (C::a_method): New.
16697 (C::a_const_method): New.
16698 (C::a_static_method): New.
16699 (a_function): New.
16700 * gdb.python/py-type.exp (test_fields): Test getting fields
16701 from function and method.
16702
16703 2015-10-21 Keven Boell <keven.boell@intel.com>
16704
16705 * gdb.fortran/vla-alloc-assoc.exp: New file.
16706 * gdb.fortran/vla-datatypes.exp: New file.
16707 * gdb.fortran/vla-datatypes.f90: New file.
16708 * gdb.fortran/vla-history.exp: New file.
16709 * gdb.fortran/vla-ptype-sub.exp: New file.
16710 * gdb.fortran/vla-ptype.exp: New file.
16711 * gdb.fortran/vla-sizeof.exp: New file.
16712 * gdb.fortran/vla-sub.f90: New file.
16713 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
16714 * gdb.fortran/vla-value-sub-finish.exp: New file.
16715 * gdb.fortran/vla-value-sub.exp: New file.
16716 * gdb.fortran/vla-value.exp: New file.
16717 * gdb.fortran/vla-ptr-info.exp: New file.
16718 * gdb.mi/mi-vla-fortran.exp: New file.
16719 * gdb.mi/vla.f90: New file.
16720
16721 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
16722
16723 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
16724 of hardwired timeout value.
16725
16726 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16727 Pedro Alves <palves@redhat.com>
16728
16729 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
16730 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
16731
16732 2015-10-19 Josh Stone <jistone@redhat.com>
16733
16734 * gdb.base/catch-syscall.c: Include <sched.h>.
16735 (unknown_syscall): New variable.
16736 (main): Trigger a vfork and an unknown syscall.
16737 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
16738 (unknown_syscall_number): Likewise.
16739 (check_call_to_syscall): Accept an optional syscall pattern.
16740 (check_return_from_syscall): Likewise.
16741 (check_continue): Likewise.
16742 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
16743 (test_catch_syscall_skipping_return): New test toggling off 'catch
16744 syscall' to step over the syscall return, then toggling back on.
16745 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
16746 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
16747 (do_syscall_tests): Call test_catch_syscall_without_args and
16748 test_catch_syscall_mid_vfork.
16749 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
16750 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
16751
16752 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
16753
16754 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
16755 print g_vE): Add new pass patterns.
16756 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
16757 print various symbol names for vptr fields.
16758
16759 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
16760
16761 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
16762 results.
16763
16764 2015-10-12 Yao Qi <yao.qi@linaro.org>
16765
16766 * gdb.arch/disp-step-insn-reloc.exp: New test case.
16767
16768 2015-10-12 Yao Qi <yao.qi@linaro.org>
16769
16770 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
16771 is aarch64*-*-linux*.
16772
16773 2015-10-12 Yao Qi <yao.qi@linaro.org>
16774
16775 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
16776 (can_relocate_bcond_true): ... it.
16777 (can_relocate_bcond_false): New function.
16778 (foo): Likewise.
16779 (can_relocate_bl): Likewise.
16780 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
16781 can_relocate_bl.
16782
16783 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
16784
16785 * gdb.base/nested-addr.c: New file.
16786 * gdb.base/nested-addr.exp: New testcase.
16787
16788 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
16789
16790 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
16791 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
16792 its output. Ignore the output of "record goto begin" and instead
16793 check that GDB is replaying.
16794
16795 2015-10-09 Pedro Alves <palves@redhat.com>
16796
16797 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
16798 (top level): Use it in the run with no args test.
16799
16800 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
16801
16802 * gdb.dlang/properties.exp: New file.
16803
16804 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
16805
16806 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
16807 whether or not address 0x1000 is mapped on the target.
16808
16809 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
16810
16811 * gdb.python/py-type.exp: Do not run tests if binaries fail to
16812 build.
16813
16814 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
16815
16816 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
16817 instruction-history test.
16818
16819 2015-09-28 Doug Evans <dje@google.com>
16820
16821 * gdb.base/gcore.c (array_func): Add reference to static_array.
16822
16823 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
16824
16825 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
16826 source line.
16827
16828 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
16829
16830 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
16831 short or char as base type.
16832
16833 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
16834
16835 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
16836 to allow any size enum.
16837
16838 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
16839
16840 * gdb.ada/array_ptr_renaming.exp: New testcase.
16841 * gdb.ada/array_ptr_renaming/foo.adb: New file.
16842 * gdb.ada/array_ptr_renaming/pack.ads: New file.
16843
16844 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
16845
16846 * gdb.trace/ftrace-lock.c: New file.
16847 * gdb.trace/ftrace-lock.exp: New file.
16848
16849 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
16850
16851 * gdb.arch/insn-reloc.c: New file.
16852 * gdb.arch/ftrace-insn-reloc.exp: New file.
16853
16854 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
16855
16856 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
16857 instruction.
16858 * gdb.trace/pendshr1.c (pendfunc): Likewise.
16859 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
16860 * gdb.trace/range-stepping.c: Likewise.
16861 * gdb.trace/trace-break.c: Likewise.
16862 * gdb.trace/trace-mt.c (thread_function): Likewise.
16863 * gdb.trace/ftrace.c (marker): Likewise.
16864 * gdb.trace/trace-condition.c (marker): Likewise.
16865 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
16866 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
16867 is_aarch64_target.
16868
16869 2015-09-18 Doug Evans <xdje42@gmail.com>
16870
16871 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
16872 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
16873
16874 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
16875
16876 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
16877 the breakpoint.
16878
16879 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
16880
16881 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
16882 the pending breakpoint. Remove timeout override for "Run till
16883 MI pending breakpoint on pendfunc3 on thread 2" test.
16884
16885 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
16886
16887 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
16888 filename pattern.
16889
16890 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
16891
16892 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
16893 in breakpoint filename pattern.
16894
16895 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
16896
16897 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
16898
16899 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
16900
16901 * gdb.linespec/explicit.exp: Check for readline support for
16902 tab-completion tests. Fix obvious typo.
16903
16904 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
16905
16906 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
16907 and replay.
16908
16909 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
16910
16911 * gdb.btrace/non-stop.c: New.
16912 * gdb.btrace/non-stop.exp: New.
16913
16914 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
16915 Yao Qi <yao.qi@linaro.org>
16916
16917 * gdb.trace/trace-condition.c: New file.
16918 * gdb.trace/trace-condition.exp: New file.
16919
16920 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
16921
16922 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
16923 for testing bytecode compilation.
16924
16925 2015-09-16 Pedro Alves <palves@redhat.com>
16926 Sandra Loosemore <sandra@codesourcery.com>
16927
16928 * gdb.threads/non-stop-fair-events.c (timeout): New global.
16929 (SECONDS): Redefine.
16930 (main): Call pthread_kill and alarm early.
16931 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
16932 support.
16933 (test): If the target can't hardware step and doesn't support
16934 displaced stepping, increase the timeout.
16935
16936 2015-09-16 Pedro Alves <palves@redhat.com>
16937
16938 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
16939 (enable_debug): New procedures.
16940 (test): Use them. Bail out if waiting for threads fails.
16941 (top level): Bail out if a test fails.
16942
16943 2015-09-16 Yao Qi <yao.qi@linaro.org>
16944
16945 * gdb.asm/asm-source.exp: Set asm-arch for
16946 aarch64*-*-* target.
16947 * gdb.asm/aarch64.inc: New file.
16948
16949 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
16950
16951 * gdb.ada/array_of_variable_length.exp: New testcase.
16952 * gdb.ada/array_of_variable_length/foo.adb: New file.
16953 * gdb.ada/array_of_variable_length/pck.adb: New file.
16954 * gdb.ada/array_of_variable_length/pck.ads: New file.
16955
16956 2015-09-15 Doug Evans <dje@google.com>
16957
16958 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
16959 of function static local variable.
16960
16961 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16962
16963 * gdb.threads/tls-so_extern.exp: New test file.
16964 * gdb.threads/tls-so_extern.c: New test file.
16965 * gdb.threads/tls-so_extern_main.c: New test file.
16966
16967 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16968
16969 * gdb.opt/solib-intra-step-lib.c: New file.
16970 * gdb.opt/solib-intra-step-main.c: New file.
16971 * gdb.opt/solib-intra-step.exp: New file.
16972
16973 2015-09-15 Pedro Alves <palves@redhat.com>
16974
16975 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
16976 gdb_continue_to_breakpoint instead of gdb_test_multiple.
16977
16978 2015-09-14 Pedro Alves <palves@redhat.com>
16979
16980 * gdb.base/hook-stop-continue.c: Delete.
16981 * gdb.base/hook-stop-continue.exp: Delete.
16982 * gdb.base/hook-stop-frame.c: Delete.
16983 * gdb.base/hook-stop-frame.exp: Delete.
16984 * gdb.base/hook-stop.c: New file.
16985 * gdb.base/hook-stop.exp: New file.
16986
16987 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
16988
16989 * gdb.ada/access_to_packed_array.exp: New testcase.
16990 * gdb.ada/access_to_packed_array/foo.adb: New file.
16991 * gdb.ada/access_to_packed_array/pack.adb: New file.
16992 * gdb.ada/access_to_packed_array/pack.ads: New file.
16993
16994 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
16995
16996 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
16997 buffer size test.
16998
16999 2015-09-11 Don Breazeal <donb@codesourcery.com>
17000
17001 * gdb.base/foll-exec.c: Add copyright header. Fix
17002 formatting issues.
17003 * gdb.base/foll-exec.exp (zap_session): Delete proc.
17004 (do_exec_tests): Use clean_restart in place of zap_session,
17005 and for test initialization. Fix formatting issues. Use
17006 fail in place of perror.
17007 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
17008 an expect statement to match an expression with output from
17009 the program under debug.
17010 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
17011 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
17012 * gdb.threads/non-ldr-exc-2.exp: Likewise.
17013 * gdb.threads/non-ldr-exc-3.exp: Likewise.
17014 * gdb.threads/non-ldr-exc-4.exp: Likewise.
17015
17016 2015-09-09 Doug Evans <dje@google.com>
17017
17018 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
17019
17020 2015-09-09 Doug Evans <dje@google.com>
17021
17022 * gdb.base/pie-execl.exp: Fix result test of build_executable.
17023
17024 2015-09-09 Doug Evans <dje@google.com>
17025
17026 * gdb.base/savedregs.exp: Fix typo.
17027
17028 2015-09-09 Pedro Alves <palves@redhat.com>
17029
17030 * gdb.mi/mi-cli.exp: Add CLI finish tests.
17031
17032 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
17033
17034 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
17035 command actually switches threads. Give up on remaining
17036 tests if target fails to stop at breakpoint.
17037
17038 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
17039
17040 * gdb.ada/funcall_char.exp: New testcase.
17041 * gdb.ada/funcall_char/foo.adb: New file.
17042
17043 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
17044
17045 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
17046 expected outputs. Add two testcases for completing ambiguous
17047 functions.
17048 * gdb.ada/complete/aux_pck.adb: New file.
17049 * gdb.ada/complete/aux_pck.ads: New file.
17050 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
17051 Ambiguous_Func functions.
17052 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
17053 * gdb.ada/complete/pck.adb: Likewise.
17054
17055 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
17056
17057 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
17058 failures to run the test program under GDB.
17059
17060 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
17061
17062 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
17063 to C.
17064
17065 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
17066
17067 * gdb.base/run-after-attach.exp: New test file.
17068 * gdb.base/run-after-attach.c: New test file.
17069
17070 2015-08-26 Don Breazeal <donb@codesourcery.com>
17071
17072 * gdb.base/foll-exec-2.c: New test program.
17073 * gdb.base/foll-exec-2.exp: New test.
17074
17075 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
17076
17077 * gdb.base/nested-subp1.exp: New file.
17078 * gdb.base/nested-subp1.c: New file.
17079 * gdb.base/nested-subp2.exp: New file.
17080 * gdb.base/nested-subp2.c: New file.
17081 * gdb.base/nested-subp3.exp: New file.
17082 * gdb.base/nested-subp3.c: New file.
17083
17084 2015-08-24 Pedro Alves <palves@redhat.com>
17085
17086 * gdb.server/connect-without-multi-process.c: New file.
17087 * gdb.server/connect-without-multi-process.exp: New file.
17088
17089 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
17090
17091 * gdb.opt/inline-markers.c: Make z int.
17092
17093 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
17094
17095 * gdb.opt/inline-markers.c: Make z volatile.
17096
17097 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
17098
17099 * gdb.opt/inline-bt.c: New volatile global z.
17100 * gdb.opt/inline-cmds.c: Likewise.
17101 * gdb.opt/inline-locals.c: Likewise.
17102 * gdb.opt/inline-markers.c: New extern global z.
17103 (marker): Use z.
17104 (inline_fn): Likewise.
17105
17106 2015-08-24 Pedro Alves <palves@redhat.com>
17107
17108 * config/m32r-stub.exp: Remove file.
17109 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
17110 * gdb.base/call-rt-st.exp: Likewise.
17111 * gdb.base/call-strs.exp: Likewise.
17112 * gdb.base/default.exp: Remove references to h8300-*-hms and
17113 *-*-udi*.
17114 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
17115
17116 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
17117
17118 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
17119 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
17120 and "return" use KFAIL when GDB can not read/write the vector
17121 return value.
17122
17123 2015-08-21 Gary Benson <gbenson@redhat.com>
17124
17125 * gdb.trace/pending.exp: Cope with remote transfer warnings.
17126
17127 2015-08-20 Pedro Alves <palves@redhat.com>
17128
17129 * gdb.server/solib-list.exp: No longer expect an interior stop in
17130 non-stop mode.
17131
17132 2015-08-20 Pedro Alves <palves@redhat.com>
17133
17134 * gdb.server/connect-stopped-target.c: New file.
17135 * gdb.server/connect-stopped-target.exp: New file.
17136
17137 2015-08-20 Pedro Alves <palves@redhat.com>
17138
17139 * gdb.dwarf2/comp-unit-lang.exp: New file.
17140 * gdb.dwarf2/comp-unit-lang.c: New file.
17141
17142 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
17143
17144 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
17145 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
17146
17147 2015-08-19 Kevin Buettner <kevinb@redhat.com>
17148
17149 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
17150 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
17151
17152 2015-08-18 Doug Evans <dje@google.com>
17153 Adrian Sendroiu <adrian.sendroiu@freescale.com>
17154
17155 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
17156 skip_python_tests. New arg prompt_regexp.
17157 (skip_python_tests): New function.
17158 * lib/mi-support.exp (mi_skip_python_tests): New function.
17159 * gdb.python/py-mi-objfile-gdb.py: New file.
17160 * gdb.python/py-mi-objfile.c: New file.
17161 * gdb.python/py-mi-objfile.exp: New file.
17162
17163 2015-08-17 Keith Seitz <keiths@redhat.com>
17164
17165 * gdb.linespec/explicit.exp: Move strace test from here ...
17166 * gdb.trace/strace.exp: ... to here.
17167
17168 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
17169
17170 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
17171 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
17172
17173 2015-08-14 Doug Evans <xdje42@gmail.com>
17174
17175 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
17176 inferior before selecting a new file.
17177
17178 2015-08-14 Doug Evans <xdje42@gmail.com>
17179
17180 * gdb.mi/mi-disassemble.exp: Update.
17181 * gdb.base/disasm-optim.S: New file.
17182 * gdb.base/disasm-optim.c: New file.
17183 * gdb.base/disasm-optim.h: New file.
17184 * gdb.base/disasm-optim.exp: New file.
17185
17186 2015-08-14 Keith Seitz <keiths@redhat.com>
17187
17188 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
17189 "evaluated-by".
17190
17191 2015-08-13 Joel Brobecker <brobecker@adacore.com>
17192
17193 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
17194
17195 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
17196
17197 * gdb.ada/fun_renaming.exp: New testcase.
17198 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
17199 * gdb.ada/fun_renaming/pack.adb: New file.
17200 * gdb.ada/fun_renaming/pack.ads: New file.
17201
17202 2015-08-12 Keith Seitz <keiths@redhat.com>
17203
17204 * gdb.base/dso2dso.exp: Pass basename of source file in call to
17205 gdb_get_line_number.
17206
17207 2015-08-12 Joel Brobecker <brobecker@adacore.com>
17208
17209 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
17210 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
17211 gdb.base/dso2dso.exp: New files.
17212
17213 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
17214 Pedro Alves <palves@redhat.com>
17215 Keith Seitz <keiths@redhat.com>
17216
17217 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
17218 GDBFLAGS.
17219
17220 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
17221
17222 * gdb.base/gdbhistsize-history.exp
17223 (test_histsize_history_setting): Use save_vars.
17224 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
17225 Use save_vars.
17226 (test_no_truncation_of_unlimited_history_file): Use save_vars.
17227 * gdb.base/readline.exp: Use save_vars.
17228
17229 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
17230
17231 * lib/gdb.exp (save_vars): New proc.
17232
17233 2015-08-11 Keith Seitz <keiths@redhat.com>
17234
17235 * gdb.base/help.exp: Update help_breakpoint_text.
17236
17237 2015-08-11 Keith Seitz <keiths@redhat.com>
17238
17239 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
17240 (at toplevel): Call test_explicit_breakpoints.
17241 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
17242 breakpoints.
17243 * lib/mi-support.exp (mi_make_breakpoint): Add support for
17244 breakpoint conditions, "-cond".
17245
17246 2015-08-11 Keith Seitz <keiths@redhat.com>
17247
17248 * gdb.linespec/3explicit.c: New file.
17249 * gdb.linespec/cpexplicit.cc: New file.
17250 * gdb.linespec/cpexplicit.exp: New file.
17251 * gdb.linespec/explicit.c: New file.
17252 * gdb.linespec/explicit.exp: New file.
17253 * gdb.linespec/explicit2.c: New file.
17254 * gdb.linespec/ls-errs.exp: Add explicit location tests.
17255 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
17256 before using in the matching pattern.
17257 Clarify that `prefix' is a regular expression.
17258
17259 2015-08-11 Keith Seitz <keiths@redhat.com>
17260
17261 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
17262 test.
17263 Add tests for missing ",FMT" and ",".
17264
17265 2015-08-10 Doug Evans <dje@google.com>
17266 Keith Seitz <keiths@redhat.com>
17267
17268 PR gdb/17960
17269 * gdb.base/completion.exp: Add location completer tests.
17270
17271 2015-08-07 Pedro Alves <palves@redhat.com>
17272
17273 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
17274 tests here.
17275 (top level): Run do_test with and without displaced stepping.
17276
17277 2015-08-07 Pedro Alves <palves@redhat.com>
17278
17279 * gdb.base/valgrind-disp-step.c: New file.
17280 * gdb.base/valgrind-disp-step.exp: New file.
17281
17282 2015-08-07 Pedro Alves <palves@redhat.com>
17283
17284 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
17285 Delete function.
17286 (main): Add alarm. Run an infinite loop instead of calling
17287 wait_threads.
17288 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
17289 comment.
17290 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
17291 Delete function.
17292 (main): Add alarm. Run an infinite loop instead of calling
17293 wait_threads.
17294 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
17295 comment.
17296
17297 2015-08-07 Pedro Alves <palves@redhat.com>
17298
17299 * gdb.base/checkpoint-ns.exp: New file.
17300 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
17301 standard_testfile.
17302
17303 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
17304
17305 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
17306 * gdb.btrace/instruction_history.exp: Update.
17307 * gdb.btrace/tsx.exp: New.
17308 * gdb.btrace/tsx.c: New.
17309
17310 2015-08-06 Pedro Alves <palves@redhat.com>
17311
17312 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
17313 increase timeout.
17314 * gdb.reverse/until-precsave.exp: Bump timeouts.
17315
17316 2015-08-06 Pedro Alves <palves@redhat.com>
17317
17318 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
17319
17320 2015-08-06 Pedro Alves <palves@redhat.com>
17321
17322 PR gdb/18749
17323 * gdb.threads/process-dies-while-handling-bp.c: New file.
17324 * gdb.threads/process-dies-while-handling-bp.exp: New file.
17325
17326 2015-08-06 Pedro Alves <palves@redhat.com>
17327
17328 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
17329 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
17330
17331 2015-08-05 Pedro Alves <palves@redhat.com>
17332
17333 * gdb.threads/next-while-other-thread-longjmps.c: New file.
17334 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
17335
17336 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
17337
17338 * gdb.base/bp-permanent.exp: Report test as unsupported if
17339 the target cannot stop at the permanent breakpoint.
17340
17341 2015-08-03 Doug Evans <dje@google.com>
17342
17343 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
17344 10000.
17345
17346 2015-08-03 Doug Evans <dje@google.com>
17347
17348 * Makefile.in (workers/%.worker, build-perf): New rule.
17349 (GDB_PERFTEST_MODE): New variable.
17350 (check-perf): Use it.
17351 (clean): Clean up gdb.perf parallel build subdirs.
17352 * lib/build-piece.exp: New file.
17353 * lib/gdb.exp (make_gdb_parallel_path): New function
17354 (standard_output_file, standard_temp_file): Call it.
17355 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
17356 of $GDB_PARALLEL.
17357 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
17358
17359 2015-08-03 Doug Evans <dje@google.com>
17360
17361 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
17362 (LOG_FILE_NAME): New global.
17363 (TextReporter.__init__): Initialize self.txt_sum.
17364 (TextReporter.report): Add support for multiple data-points.
17365 Move report to perftest.sum, put raw data in perftest.log.
17366 (TextReporter.start): Open sum and log files.
17367 (TextReporter.end): Close sum and log files.
17368 * gdb.perf/lib/perftest/testresult.py
17369 (SingleStatisticTestResult.record): Handle multiple data-points.
17370
17371 2015-07-31 Pedro Alves <palves@redhat.com>
17372
17373 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
17374 Use spawn_id_get_pid. Wait for spawn id after eof. Use
17375 kill_wait_spawned_process instead of explicit "kill -9".
17376 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
17377 returning a spawn id instead of a pid. Use spawn_id_get_pid and
17378 kill_wait_spawned_process.
17379 * gdb.base/attach-twice.exp: Likewise.
17380 * gdb.base/attach.exp: Likewise.
17381 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
17382 gdb_test_multiple.
17383 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
17384 returning a spawn id instead of a pid. Use spawn_id_get_pid and
17385 kill_wait_spawned_process.
17386 * gdb.base/valgrind-infcall.exp: Likewise.
17387 * gdb.multi/multi-attach.exp: Likewise.
17388 * gdb.python/py-prompt.exp: Likewise.
17389 * gdb.python/py-sync-interp.exp: Likewise.
17390 * gdb.server/ext-attach.exp: Likewise.
17391 * gdb.threads/attach-into-signal.exp (corefunc): Use
17392 spawn_wait_for_attach, spawn_id_get_pid and
17393 kill_wait_spawned_process.
17394 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
17395 spawn_wait_for_attach returning a spawn id instead of a pid. Use
17396 spawn_id_get_pid and kill_wait_spawned_process.
17397 * gdb.threads/attach-stopped.exp (corefunc): Use
17398 spawn_wait_for_attach, spawn_id_get_pid and
17399 kill_wait_spawned_process.
17400 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
17401 Use spawn_id_get_pid. Wait for spawn id after eof. Use
17402 kill_wait_spawned_process instead of explicit "kill -9".
17403 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
17404 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
17405 (spawn_wait_for_attach): Use spawn instead of exec to spawn
17406 processes. Don't map cygwin/windows pids here. Now returns a
17407 spawn id list.
17408
17409 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
17410
17411 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
17412 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
17413 correct patch.
17414
17415 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
17416
17417 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
17418
17419 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
17420
17421 Reapply:
17422 2014-05-21 Mark Wielaard <mjw@redhat.com>
17423
17424 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
17425
17426 2015-07-30 Pedro Alves <palves@redhat.com>
17427
17428 * linux-low.c (handle_extended_wait): Set the child's last
17429 reported status to TARGET_WAITKIND_STOPPED.
17430
17431 2015-07-30 Pedro Alves <palves@redhat.com>
17432
17433 PR threads/18600
17434 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
17435 only shows inferior 1.
17436
17437 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
17438 Pedro Alves <palves@redhat.com>
17439
17440 PR threads/18600
17441 * gdb.threads/fork-plus-threads.c: New file.
17442 * gdb.threads/fork-plus-threads.exp: New file.
17443
17444 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
17445
17446 * gdb.base/batch-preserve-term-settings.exp
17447 (test_terminal_settings_preserved_after_cli_exit): Use
17448 send_quit_command.
17449
17450 2015-07-29 Pedro Alves <palves@redhat.com>
17451 Don Breazeal <donb@codesourcery.com>
17452
17453 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
17454 output from both inferior_spawn_id and gdb_spawn_id.
17455
17456 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
17457
17458 * gdb.threads/attach-into-signal.exp (corefunc): Use
17459 with_test_prefix on nested loops, uniquefying the test messages.
17460
17461 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
17462
17463 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
17464 commit.
17465
17466 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
17467
17468 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
17469 New proc.
17470 (test_terminal_settings_preserved_after_sigterm): New test.
17471
17472 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
17473
17474 * gdb.base/batch-preserve-term-settings.exp
17475 (test_terminal_settings_preserved_after_cli_exit): New test.
17476
17477 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
17478
17479 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
17480 manipulation of saved_gdbflags.
17481 (test_terminal_settings_preserved): Remove global declaration of
17482 the unused variable pagination_prompt. Remove manipulation of
17483 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
17484 GDBFLAGS.
17485
17486 2015-07-29 Pedro Alves <palves@redhat.com>
17487
17488 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
17489
17490 2015-07-29 Pedro Alves <palves@redhat.com>
17491
17492 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
17493 at the top.
17494
17495 2015-07-29 Pedro Alves <palves@redhat.com>
17496
17497 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
17498 (main): Call gdb_unbuffer_output.
17499 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
17500 (main): Call gdb_unbuffer_output.
17501 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
17502 (main): Call gdb_unbuffer_output.
17503 * gdb.base/call-strs.exp: Adjust to step over the
17504 gdb_unbuffer_output call.
17505 * gdb.base/catch-gdb-caused-signals.c: Include
17506 "../lib/unbuffer_output.c".
17507 (main): Call gdb_unbuffer_output.
17508 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
17509 (main): Call gdb_unbuffer_output.
17510 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
17511 (main): Call gdb_unbuffer_output.
17512 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
17513 (main): Call gdb_unbuffer_output.
17514 * gdb.base/shlib-call.exp: Adjust to step over the
17515 gdb_unbuffer_output call.
17516 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
17517 (main): Call gdb_unbuffer_output.
17518 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
17519 (main): Call gdb_unbuffer_output.
17520 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
17521 (main): Rename to ...
17522 (test): ... this.
17523 (main): Reimplement.
17524 * gdb.base/varargs.exp: Run to test instead of to main.
17525 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
17526 (main): Call gdb_unbuffer_output.
17527
17528 2015-07-29 Pedro Alves <palves@redhat.com>
17529
17530 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
17531 factore out from mi_continue_dprintf. For call-style dprintfs,
17532 expect dprintf output out of $inferior_spawn_id.
17533 (mi_continue_dprintf): Use mi_expect_dprintf.
17534 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
17535 (main): Call gdb_unbuffer_output.
17536
17537 2015-07-29 Pedro Alves <palves@redhat.com>
17538
17539 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
17540 (default_mi_gdb_start): Set inferior_spawn_id instead of
17541 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
17542 gdb_spawn_id.
17543 (mi_gdb_test): Always expect inferior output from both
17544 $inferior_spawn_id and $gdb_spawn_id.
17545
17546 2015-07-29 Pedro Alves <palves@redhat.com>
17547
17548 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
17549 send_inferior and $inferior_spawn_id.
17550
17551 2015-07-29 Pedro Alves <palves@redhat.com>
17552
17553 * gdb.gdb/complaints.exp (test_initial_complaints)
17554 (test_serial_complaints, test_short_complaints): Use
17555 gdb_test_stdio.
17556 (test_empty_complaint): Handle $inferior_spawn_id !=
17557 $gdb_spawn_id.
17558
17559 2015-07-29 Pedro Alves <palves@redhat.com>
17560
17561 * gdb.base/varargs.exp: Use gdb_test_stdio.
17562
17563 2015-07-29 Pedro Alves <palves@redhat.com>
17564
17565 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
17566
17567 2015-07-29 Pedro Alves <palves@redhat.com>
17568
17569 * gdb.base/ending-run.exp: Use gdb_test_stdio.
17570
17571 2015-07-29 Pedro Alves <palves@redhat.com>
17572
17573 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
17574 parameter into two new parameters, "inf_result" and "gdb_result".
17575 Expect inferior output and gdb output from $inferior_spawn_id and
17576 $gdb_spawn_id, respectively. Adjust all callers.
17577
17578 2015-07-29 Pedro Alves <palves@redhat.com>
17579
17580 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
17581 of gdb_test_sequence.
17582
17583 2015-07-29 Pedro Alves <palves@redhat.com>
17584
17585 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
17586 (saw_spurious_output): Expect inferior output from
17587 $inferior_spawn_id. Use gdb_test_stdio.
17588
17589 2015-07-29 Pedro Alves <palves@redhat.com>
17590
17591 * gdb.base/dprintf.exp: Use standard_testfile. Change
17592 prepare_for_testing call.
17593 (srcfile): Don't set.
17594 (restart): New procedure.
17595 (test_dprintf): New procecure, use to continue over dprintfs.
17596 (test_call, test_agent): New procedures, tests moved here.
17597 Restart gdb and recreate dprintfs. Adjust expected output.
17598
17599 2015-07-29 Pedro Alves <palves@redhat.com>
17600
17601 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
17602
17603 2015-07-29 Pedro Alves <palves@redhat.com>
17604
17605 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
17606
17607 2015-07-29 Pedro Alves <palves@redhat.com>
17608
17609 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
17610 gdb_test_stdio.
17611
17612 2015-07-29 Pedro Alves <palves@redhat.com>
17613
17614 * lib/gdb.exp (gdb_test_stdio): New procedure.
17615
17616 2015-07-29 Pedro Alves <palves@redhat.com>
17617
17618 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
17619
17620 2015-07-29 Pedro Alves <palves@redhat.com>
17621
17622 * gdb.base/call-signal-resume.exp: Remove check for
17623 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
17624 * gdb.base/unwindonsignal.exp: Likewise.
17625 * gdb.base/call-signals.c (gen_signal): Remove printf call.
17626 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
17627
17628 2015-07-29 Pedro Alves <palves@redhat.com>
17629
17630 * gdb.base/siginfo-addr.c (pass): New function.
17631 (handler): Call it iff si_addr is correct.
17632 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
17633 Set a breakpoint at "pass" and continue to it.
17634
17635 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
17636
17637 * gdb.python/py-objfile.exp: Make some tests have unique names.
17638 * gdb.python/py-pp-registration.exp: Likewise.
17639
17640 2015-07-28 Pedro Alves <palves@redhat.com>
17641
17642 * gdb.server/server-exec-info.exp: Issue a "disconnect".
17643
17644 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
17645
17646 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
17647
17648 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
17649
17650 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
17651
17652 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
17653
17654 * gdb.base/gdb-sigterm-2.exp: New test.
17655
17656 2015-07-25 Doug Evans <xdje42@gmail.com>
17657
17658 Revert:
17659 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
17660 (workers/%.worker, build-perf): New rule.
17661 (GDB_PERFTEST_MODE): New variable.
17662 (check-perf): Use it.
17663 (clean): Clean up gdb.perf parallel build subdirs.
17664 * lib/build-piece.exp: New file.
17665 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
17666 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
17667 name.
17668 (standard_temp_file): Ditto.
17669 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
17670 of $GDB_PARALLEL.
17671
17672 2015-07-24 Doug Evans <dje@google.com>
17673
17674 * gdb.perf/lib/perftest/utils.py: New file.
17675 * gdb.perf/gm-hello.cc: New file.
17676 * gdb.perf/gm-pervasive-typedef.cc: New file.
17677 * gdb.perf/gm-pervasive-typedef.h: New file.
17678 * gdb.perf/gm-std.cc: New file.
17679 * gdb.perf/gm-std.h: New file.
17680 * gdb.perf/gm-use-cerr.cc: New file.
17681 * gdb.perf/gm-utils.h: New file.
17682 * gdb.perf/gmonster-null-lookup.py: New file.
17683 * gdb.perf/gmonster-pervasive-typedef.py: New file.
17684 * gdb.perf/gmonster-print-cerr.py: New file.
17685 * gdb.perf/gmonster-ptype-string.py: New file.
17686 * gdb.perf/gmonster-runto-main.py: New file.
17687 * gdb.perf/gmonster-select-file.py: New file.
17688 * gdb.perf/gmonster1-null-lookup.exp: New file.
17689 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
17690 * gdb.perf/gmonster1-print-cerr.exp: New file.
17691 * gdb.perf/gmonster1-ptype-string.exp: New file.
17692 * gdb.perf/gmonster1-runto-main.exp: New file.
17693 * gdb.perf/gmonster1-select-file.exp: New file.
17694 * gdb.perf/gmonster1.cc: New file.
17695 * gdb.perf/gmonster1.exp: New file.
17696 * gdb.perf/gmonster2-null-lookup.exp: New file.
17697 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
17698 * gdb.perf/gmonster2-print-cerr.exp: New file.
17699 * gdb.perf/gmonster2-ptype-string.exp: New file.
17700 * gdb.perf/gmonster2-runto-main.exp: New file.
17701 * gdb.perf/gmonster2-select-file.exp: New file.
17702 * gdb.perf/gmonster2.cc: New file.
17703 * gdb.perf/gmonster2.exp: New file.
17704
17705 2015-07-24 Doug Evans <dje@google.com>
17706
17707 * gdb.perf/README: New file.
17708 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
17709 * lib/gen-perf-test.exp: New file.
17710
17711 2015-07-24 Doug Evans <dje@google.com>
17712
17713 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
17714 (PerfTest::startup): New function.
17715 (PerfTest::run): Return result of calling body.
17716 (PerfTest::assemble): Rewrite.
17717 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
17718 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
17719 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
17720 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
17721 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
17722
17723 2015-07-24 Doug Evans <dje@google.com>
17724
17725 * lib/gdb.exp (clean_restart): Make executable optional.
17726
17727 2015-07-24 Doug Evans <dje@google.com>
17728
17729 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
17730 compiler_info references.
17731 * gdb.cp/temargs.exp: Ditto.
17732 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
17733 (get_compiler_info): Early exit if already computed. Set compiler_info
17734 to "unknown" if there was a problem.
17735 (test_compiler_info): Add function comment. Call get_compiler_info.
17736
17737 2015-07-24 Doug Evans <dje@google.com>
17738
17739 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
17740 (workers/%.worker, build-perf): New rule.
17741 (GDB_PERFTEST_MODE): New variable.
17742 (check-perf): Use it.
17743 (clean): Clean up gdb.perf parallel build subdirs.
17744 * lib/build-piece.exp: New file.
17745 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
17746 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
17747 name.
17748 (standard_temp_file): Ditto.
17749 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
17750 of $GDB_PARALLEL.
17751
17752 2015-07-24 Doug Evans <dje@google.com>
17753
17754 * lib/future.exp (gdb_default_target_compile): New option
17755 "early_flags".
17756 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
17757 --as-needed.
17758
17759 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
17760
17761 * gdb.base/catch-syscall.exp: Call gdb_exit before
17762 gdb_skip_xml_test.
17763
17764 2015-07-24 Pedro Alves <palves@redhat.com>
17765
17766 * gdb.python/py-events.exp: Accept output between the stop event
17767 and the prompt.
17768 * gdb.python/py-evsignal.exp: Likewise.
17769 * gdb.python/py-evthreads.exp: Likewise.
17770
17771 2015-07-24 Pedro Alves <palves@redhat.com>
17772
17773 PR gdb/18717
17774 * gdb.threads/non-ldr-exit.c: New file.
17775 * gdb.threads/non-ldr-exit.exp: New file.
17776
17777 2015-07-24 Yao Qi <yao.qi@linaro.org>
17778
17779 * gdb.server/ext-wrapper.exp: Test --wrapper option when
17780 restarting process.
17781
17782 2015-07-24 Yao Qi <yao.qi@linaro.org>
17783
17784 * gdb.server/ext-restart.exp: New file.
17785
17786 2015-07-24 Yao Qi <yao.qi@linaro.org>
17787
17788 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
17789 argument options.
17790 * gdb.server/ext-wrapper.exp: New file.
17791
17792 2015-07-23 Doug Evans <dje@google.com>
17793
17794 * gdb.dwarf2/dw2-dummy-cu.S: New file.
17795 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
17796
17797 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
17798
17799 * gdb.ada/var_arr_typedef.exp: New testcase.
17800 * gdb.ada/var_arr_typedef/pack.adb: New file.
17801 * gdb.ada/var_arr_typedef/pack.ads: New file.
17802 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
17803
17804 2015-07-20 Joel Brobecker <brobecker@adacore.com>
17805
17806 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
17807
17808 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
17809
17810 * gdb.arch/i386-biarch-core.exp: Replace istarget
17811 by "complete set gnutarget". Remove expectation for the "core-file"
17812 command.
17813
17814 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
17815
17816 Revert the previous commit:
17817 Tests for validate symbol file using build-id.
17818
17819 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
17820
17821 Tests for validate symbol file using build-id.
17822 * gdb.base/solib-mismatch-lib.c: New file.
17823 * gdb.base/solib-mismatch-libmod.c: New file.
17824 * gdb.base/solib-mismatch.c: New file.
17825 * gdb.base/solib-mismatch.exp: New file.
17826
17827 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
17828
17829 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
17830 nios2-*-linux*.
17831 * gdb.base/sigbpt.exp (stepi_out): Likewise.
17832 * gdb.base/siginfo.exp: Likewise.
17833 * gdb.base/sigstep.exp (advance, advancei): Likewise.
17834
17835 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
17836
17837 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
17838 Move it to ...
17839 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
17840 ... here.
17841 * gdb.trace/range-stepping.exp: Check that the target supports
17842 range stepping.
17843
17844 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
17845
17846 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
17847
17848 2015-07-14 Pedro Alves <palves@redhat.com>
17849
17850 * gdb.base/killed-outside.exp: New file.
17851 * gdb.base/killed-outside.c: New file.
17852
17853 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17854
17855 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
17856 (n at main): New.
17857 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
17858
17859 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
17860
17861 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
17862 infcall tests instead of setting up for KFAIL.
17863
17864 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
17865
17866 * gdb.btrace/record_goto-step.exp: New.
17867
17868 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
17869
17870 PR compile/18484
17871 * gdb.compile/compile.c (struct struct_type): Add volatile to
17872 selffield's type.
17873 * gdb.compile/compile.exp
17874 (compile code struct_object.selffield = &struct_object): Skip further
17875 struct_object tests if this one xfails.
17876
17877 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
17878
17879 PR exp/18617
17880 * gdb.trace/ax.exp: Add test.
17881
17882 2015-07-07 Yao Qi <yao.qi@linaro.org>
17883
17884 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
17885 instead of istarget "aarch64*-*-*".
17886 * gdb.arch/aarch64-fp.exp: Likewise.
17887 * gdb.base/float.exp: Likewise.
17888 * gdb.reverse/aarch64.exp: Likewise.
17889 * lib/gdb.exp (is_aarch64_target): New proc.
17890
17891 2015-07-07 Yao Qi <yao.qi@linaro.org>
17892
17893 * lib/gdb.exp (is_aarch32_target): New proc.
17894 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
17895 instead of "istarget "arm*-*-*"".
17896 * gdb.arch/arm-disp-step.exp: Likewise.
17897 * gdb.arch/thumb-bx-pc.exp: Likewise.
17898 * gdb.arch/thumb-prologue.exp: Likewise.
17899 * gdb.arch/thumb-singlestep.exp: Likewise.
17900 * gdb.base/disp-step-syscall.exp: Likewise.
17901 * gdb.base/float.exp: Likewise.
17902
17903 2015-07-07 Yao Qi <yao.qi@linaro.org>
17904
17905 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
17906 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
17907
17908 2015-07-07 Yao Qi <yao.qi@linaro.org>
17909
17910 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
17911 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
17912 if it exists.
17913 * gdb.multi/multi-arch.exp: Likewise.
17914
17915 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
17916
17917 * gdb.python/py-lazy-string.exp: Add missing parentheses to
17918 print.
17919
17920 2015-07-07 Yao Qi <yao.qi@linaro.org>
17921
17922 * gdb.arch/thumb-singlestep.exp: Do one more single step.
17923
17924 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
17925
17926 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
17927 '[' and ']' characters.
17928
17929 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
17930
17931 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
17932
17933 2015-06-29 Pedro Alves <palves@redhat.com>
17934
17935 PR threads/18127
17936 * gdb.threads/hand-call-new-thread.c: New file.
17937 * gdb.threads/hand-call-new-thread.c: New file.
17938
17939 2015-06-26 Keith Seitz <keiths@redhat.com>
17940 Doug Evans <dje@google.com>
17941
17942 PR 16253
17943 * gdb.cp/var-tag-2.cc: New file.
17944 * gdb.cp/var-tag-3.cc: New file.
17945 * gdb.cp/var-tag-4.cc: New file.
17946 * gdb.cp/var-tag.cc: New file.
17947 * gdb.cp/var-tag.exp: New file.
17948
17949 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
17950
17951 * gdb.base/history-duplicates.exp: New test.
17952
17953 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
17954
17955 * gdb.base/completion.exp: Test the completion of the "focus"
17956 command.
17957
17958 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
17959
17960 * gdb.arch/amd64-prologue-skip.S: New file.
17961 * gdb.arch/amd64-prologue-skip.exp: New file.
17962
17963 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
17964
17965 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
17966 is_address_zero_readable check.
17967
17968 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
17969
17970 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
17971 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
17972
17973 2015-06-24 Yao Qi <yao.qi@linaro.org>
17974
17975 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
17976 linux targets.
17977
17978 2015-06-24 Yao Qi <yao.qi@linaro.org>
17979
17980 * lib/gdb.exp (supports_get_siginfo_type): New proc.
17981 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
17982 * gdb.base/siginfo-thread.exp: Likewise.
17983
17984 2015-06-22 Yao Qi <yao.qi@linaro.org>
17985
17986 * boards/remote-gdbserver-on-localhost.exp: Add comments.
17987
17988 2015-06-22 Yao Qi <yao.qi@linaro.org>
17989
17990 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
17991 aarch64*-*-*.
17992 (skip_hw_watchpoint_tests): Likewise.
17993
17994 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
17995
17996 * gdb.base/gdbinit-history.exp: Test the interaction between
17997 setting GDBHISTSIZE and setting the history size via .gdbinit.
17998
17999 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
18000
18001 PR gdb/16999
18002 * gdb.base/gdbhistsize-history.exp: New test.
18003
18004 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
18005
18006 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
18007 with GDBHISTSIZE.
18008 * gdb.base/readline.exp: Likewise.
18009
18010 2015-06-17 Yao Qi <yao.qi@linaro.org>
18011
18012 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
18013 line.
18014
18015 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
18016
18017 * gdb.base/gdbinit-history.exp: Add test case to check that
18018 an unlimited history file does not get truncated on exit.
18019
18020 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18021
18022 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
18023 (VECTOR): New macro. Use it...
18024 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
18025 ...for these typedefs.
18026 (int8, char1, int1, double1): New typedefs.
18027 (struct just_int2, struct two_int2): New structures.
18028 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
18029 (add_structvecs, add_singlevecs): New functions.
18030 (main): Call add_some_intvecs twice.
18031 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
18032 the compile and exit upon failure. Try compiling for the "native"
18033 architecture. Test inferior function calls with vector arguments
18034 and vector return value handling with "finish" and "return".
18035
18036 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
18037
18038 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
18039 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
18040 PE file.
18041 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
18042
18043 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
18044
18045 PR breakpoints/16465
18046 * gdb.mi/mi-dprintf-pending.c: New file.
18047 * gdb.mi/mi-dprintf-pending.exp: New test.
18048 * gdb.mi/mi-dprintf-pendshr.c: New file.
18049
18050 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
18051 Mircea Gherzan <mircea.gherzan@intel.com>
18052
18053 * gdb.arch/i386-mpx-map.c: New file.
18054 * gdb.arch/i386-mpx-map.exp: New File.
18055
18056 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
18057
18058 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
18059 * gdb.arch/i386-mpx.exp: Indentation fixed.
18060
18061 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
18062
18063 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
18064 function and improved indentation.
18065 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
18066 gdb_test_multiple. Added additional tests to skip the test.
18067
18068 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
18069
18070 * gdb.arch/i386-avx512.c: Change path in include file.
18071 * gdb.arch/i386-avx512.exp: Change include dir path
18072 compilation flag.
18073 * gdb.arch/i386-mpx.c: Change path in include file.
18074 * gdb.arch/i386-mpx.exp: Change include dir path compilation
18075 flag.
18076
18077 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
18078
18079 * gdb.compile/compile-print.exp (compile print *vararray@3)
18080 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
18081
18082 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
18083
18084 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
18085 (do not keep jit in memory): ... this.
18086 (expect 5): Change it to ...
18087 (expect no 5): ... this.
18088
18089 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
18090
18091 PR gdb/15564
18092 * gdb.mi/mi-detach.exp: New file.
18093
18094 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
18095
18096 PR symtab/18392
18097 * gdb.arch/amd64-tailcall-self.S: New file.
18098 * gdb.arch/amd64-tailcall-self.c: New file.
18099 * gdb.arch/amd64-tailcall-self.exp: New file.
18100
18101 2015-05-28 Don Breazeal <donb@codesourcery.com>
18102
18103 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
18104 tests for remote targets by checking is_target_gdbserver.
18105
18106 2015-05-27 Doug Evans <dje@google.com>
18107
18108 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
18109 * gdb.dwarf2/opaque-type-lookup.c: New file.
18110 * gdb.dwarf2/opaque-type-lookup.exp: New file.
18111
18112 2015-05-26 Doug Evans <dje@google.com>
18113
18114 * gdb.cp/iostream.cc: New file.
18115 * gdb.cp/iostream.exp: New file.
18116
18117 2015-05-26 Doug Evans <dje@google.com>
18118
18119 * gdb.dwarf2/dw2-op-call.exp: Update.
18120 * gdb.dwarf2/dw4-sig-types.exp: Update.
18121 * gdb.dwarf2/implptr.exp: Update.
18122 * gdb.mi/mi-cmd-param-changed.exp: Update.
18123
18124 2015-05-26 Doug Evans <dje@google.com>
18125
18126 * gdb.python/py-lazy-string.c: New file.
18127 * gdb.python/py-lazy-string.exp: New file.
18128 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
18129 (main): Update. Add estring3.
18130 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
18131 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
18132
18133 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
18134 Yao Qi <yao.qi@linaro.org>
18135
18136 * gdb.reverse/aarch64.c: New.
18137 * gdb.reverse/aarch64.exp: New.
18138
18139 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
18140
18141 * lib/gdb.exp (supports_process_record): Return true for
18142 aarch64*-linux*.
18143 (supports_reverse): Likewise.
18144
18145 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
18146
18147 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
18148 Use with_test_prefix.
18149
18150 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
18151
18152 * gdb.base/completion.exp: Add test for completion of layout
18153 names.
18154
18155 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
18156
18157 * lib/gdb.exp (skip_tui_tests): New proc.
18158 * gdb.base/tui-layout.exp: Check skip_tui_tests.
18159
18160 2015-05-19 Pedro Alves <palves@redhat.com>
18161
18162 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
18163 Save the whole env array instead of just HOME. Unset HISTSIZE in
18164 the environment while testing. Restore whole environment
18165 afterwards.
18166
18167 2015-05-16 Doug Evans <xdje42@gmail.com>
18168
18169 * gdb.guile/scm-ports.c: New file.
18170 * gdb.guile/scm-ports.exp: Add memory port tests.
18171
18172 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18173
18174 * gdb.compile/compile-print.c: New file.
18175 * gdb.compile/compile-print.exp: New file.
18176
18177 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18178
18179 * gdb.compile/compile-ops.exp: Cast param to void.
18180 * gdb.compile/compile.exp: Complete type for _gdb_expr.
18181 (compile code struct_object.selffield = &struct_object): Add xfail.
18182
18183 2015-05-15 Joel Brobecker <brobecker@adacore.com>
18184
18185 * gdb.ada/arr_enum_with_gap: New testcase.
18186
18187 2015-05-15 Joel Brobecker <brobecker@adacore.com>
18188
18189 * gdb.ada/byte_packed_arr: New testcase.
18190
18191 2015-05-15 Joel Brobecker <brobecker@adacore.com>
18192
18193 * gdb.ada/pckd_neg: New testcase.
18194
18195 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
18196
18197 PR gdb/17820
18198 * gdb.base/gdbinit-history.exp: New test.
18199 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
18200 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
18201
18202 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
18203
18204 * gdb.python/py-xmethods.cc: Enhance test case.
18205 * gdb.python/py-xmethods.exp: New tests.
18206 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
18207 function.
18208 (B_indexoper): Likewise.
18209 (global_dm_list) : Add new xmethod worker functions.
18210
18211 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
18212
18213 * gdb.base/coredump-filter.exp: Correctly unset
18214 "coredump_var_addr" array.
18215
18216 2015-05-08 Pedro Alves <palves@redhat.com>
18217
18218 * gdb.server/non-existing-program.exp: Unset spawn_id.
18219
18220 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
18221
18222 PR python/18291
18223 * gdb.python/py-xmethods.exp: Add tests.
18224
18225 2015-05-08 Yao Qi <yao.qi@linaro.org>
18226
18227 PR gdb/18208
18228 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
18229 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
18230 function set_coredump_filter, and remove remote_exec call.
18231 Remove argument ipid. Callers update.
18232 (top level): Don't get inferior's PID.
18233
18234 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
18235
18236 * gdb.base/watch_thread_num.exp: Skip test on targets without
18237 access watchpoints.
18238
18239 2015-05-06 Pedro Alves <palves@redhat.com>
18240
18241 PR server/18081
18242 * gdb.server/non-existing-program.exp: New file.
18243
18244 2015-05-05 Joel Brobecker <brobecker@adacore.com>
18245
18246 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
18247
18248 2015-05-05 Joel Brobecker <brobecker@adacore.com>
18249
18250 * gdb.ada/out_of_line_in_inlined: New testcase.
18251
18252 2015-05-05 Joel Brobecker <brobecker@adacore.com>
18253
18254 * gdb.ada/var_rec_arr: New testcase.
18255
18256 2015-04-30 Yao Qi <yao.qi@linaro.org>
18257
18258 * gdb.base/break-idempotent.exp: If
18259 skip_hw_watchpoint_multi_tests returns true, skip the tests
18260 on "rwatch" and "awatch".
18261
18262 2015-04-30 Yao Qi <yao.qi@linaro.org>
18263
18264 * gdb.base/relativedebug.exp: Invoke gdb command
18265 "info sharedlibrary", and if libc.so doesn't have debug info,
18266 skip the test.
18267
18268 2015-04-29 Doug Evans <dje@google.com>
18269
18270 * gdb.python/py-xmethods.exp: Add ptype tests.
18271 * gdb.python/py-xmethods.py (E_method_char_worker): Add
18272 get_result_type method.
18273
18274 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
18275
18276 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
18277 the target does not support hardware watchpoints.
18278
18279 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
18280
18281 * gdb.base/break-always.exp: Abort testing if writing to memory
18282 causes an error.
18283
18284 2015-04-28 Doug Evans <dje@google.com>
18285
18286 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
18287 * gdb.python/py-pp-registration.exp: ... here. New file.
18288 * gdb.python/py-pp-registration.c: New file.
18289 * gdb.python/py-pp-registration.py: New file.
18290
18291 2015-04-28 Doug Evans <dje@google.com>
18292
18293 * gdb.python/py-bad-printers.c: New file.
18294 * gdb.python/py-bad-printers.py: New file.
18295 * gdb.python/py-bad-printers.exp: New file.
18296
18297 2015-04-28 Sasha Smundak <asmundak@google.com>
18298
18299 * gdb.python/py-type.exp: New test.
18300
18301 2015-04-28 Andy Wingo <wingo@igalia.com>
18302
18303 * gdb.python/py-parameter.exp:
18304 * gdb.guile/scm-parameter.exp: Escape the path that we are
18305 matching against, as it might contain characters that are special
18306 to regular expressions.
18307
18308 2015-04-27 Joel Brobecker <brobecker@adacore.com>
18309
18310 * gdb.ada/rec_comp: New testcase.
18311
18312 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
18313
18314 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
18315 before using it.
18316
18317 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
18318
18319 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
18320 new tests for verilog output.
18321
18322 2015-04-24 Yao Qi <yao.qi@linaro.org>
18323
18324 * boards/remote-gdbserver-on-localhost.exp: New file.
18325
18326 2015-04-23 Pedro Alves <palves@redhat.com>
18327
18328 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
18329 $inferior_spawn_id instead of $inferior_spawn_id directly. On
18330 "end of file", remove $inferior_spawn_id from the indirect list.
18331
18332 2015-04-23 Pedro Alves <palves@redhat.com>
18333
18334 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
18335
18336 2015-04-23 Pedro Alves <palves@redhat.com>
18337
18338 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
18339 on $any_spawn_id instead of only on $gdb_spawn_id.
18340
18341 2015-04-21 Pierre Muller <muller@sourceware.org>
18342
18343 PR pascal/17815
18344 * lib/pascal.exp (gpc_compile): Add new option "class".
18345 (fpc_compile): Likewise.
18346 * gdb.pascal/case-insensitive-symbols.pas: New file.
18347 * gdb.pascal/case-insensitive-symbols.exp: New file.
18348
18349 2015-04-20 Gary Benson <gbenson@redhat.com>
18350
18351 * gdb.base/attach.exp: Fix three extended remote failures.
18352
18353 2015-04-17 Gary Benson <gbenson@redhat.com>
18354
18355 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
18356 the main executable over the remote protocol.
18357
18358 2015-04-16 Pedro Alves <palves@redhat.com>
18359
18360 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
18361 a new gdbserver if gdbserver_reconnect_p is set.
18362
18363 2015-04-16 Pedro Alves <palves@redhat.com>
18364
18365 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
18366 is set, don't exit gdbserver.
18367
18368 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
18369
18370 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
18371 appropriate .insn, such that an older assembler can be used.
18372 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
18373 the z/Architecture instruction set on 31-bit targets as well.
18374
18375 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
18376
18377 * gdb.go/handcall.exp: Remove all logic related to the first
18378 breakpoint and rely on go_runto_main instead.
18379 * gdb.go/strings.exp: Likewise.
18380 * gdb.go/unsafe.exp: Likewise.
18381 * gdb.go/hello.exp: Likewise. Also rename the remaining
18382 breakpoint marker to "breakpoint 1".
18383 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
18384 * gdb.go/strings.go: Likewise.
18385 * gdb.go/unsafe.go: Likewise.
18386 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
18387 "set breakpoint 2 here" and rename the remaining breakpoint marker
18388 to "breakpoint 1".
18389
18390 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
18391
18392 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
18393 if itertools.imap is not present.
18394 * gdb.python/py-objfile.exp: Add parentheses.
18395 * gdb.python/py-type.exp: Same.
18396 * gdb.python/py-unwind-maint.py: Same.
18397
18398 2015-04-15 Yao Qi <yao.qi@linaro.org>
18399
18400 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
18401 of ":$ptr_size" and set its form explicitly.
18402
18403 2015-04-15 Pedro Alves <palves@redhat.com>
18404 Yao Qi <yao.qi@linaro.org>
18405
18406 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
18407 timeout by factor of 4.
18408 (test_regular_watch): Likewise.
18409 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
18410 * gdb.reverse/sigall-reverse.exp: Likewise.
18411 * gdb.reverse/until-precsave.exp: Likewise.
18412 * lib/gdb.exp (with_timeout_factor): New proc.
18413 (gdb_expect): Move some code to ...
18414 (get_largest_timeout): ... here. New procedure.
18415
18416 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
18417
18418 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
18419
18420 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
18421
18422 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
18423 to write to the .text section.
18424
18425 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
18426
18427 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
18428 Handle the case of targets that do not provide PID information.
18429
18430 2015-04-13 Yao Qi <yao.qi@linaro.org>
18431
18432 * lib/gdbserver-support.exp (gdb_exit): Catch exception
18433 and use expect instead of gdb_expect.
18434
18435 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
18436
18437 * gdb.base/coredump-filter.exp: Rename variable "addr" to
18438 "coredump_var_addr" to avoid naming conflict with other testcases.
18439
18440 2015-04-10 Pedro Alves <palves@redhat.com>
18441
18442 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
18443 gdb_test_sequence and gdb_assert.
18444
18445 2015-04-10 Pedro Alves <palves@redhat.com>
18446
18447 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
18448 test messages that don't include the breakpoint address.
18449
18450 2015-04-10 Yao Qi <yao.qi@linaro.org>
18451
18452 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
18453 false for some offset and width combinations which aren't
18454 supported by linux kernel.
18455
18456 2015-04-10 Pedro Alves <palves@redhat.com>
18457
18458 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
18459 procedure, factored out from ...
18460 (top level): ... here. Add "set displaced-stepping" testing axis.
18461 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
18462 parameter "displaced". Use it.
18463 (top level): Use foreach and add "set displaced-stepping" testing
18464 axis.
18465
18466 2015-04-10 Pedro Alves <palves@redhat.com>
18467
18468 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
18469 Remove comment.
18470 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
18471 both the address of the instruction that triggers the watchpoint
18472 and the address of the instruction immediately after, and use
18473 those addresses for the test. Fix comment.
18474
18475 2015-04-10 Pedro Alves <palves@redhat.com>
18476
18477 * gdb.base/sigstep.exp (breakpoint_to_handler)
18478 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
18479 Test "backtrace" in handler.
18480 (breakpoint_over_handler): New parameter 'displaced'. Use it.
18481 (top level): Add new "displaced" test axis to
18482 breakpoint_to_handler, breakpoint_to_handler_entry and
18483 breakpoint_over_handler.
18484
18485 2015-04-10 Pedro Alves <palves@redhat.com>
18486
18487 PR gdb/18216
18488 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
18489
18490 2015-04-10 Yao Qi <yao.qi@linaro.org>
18491
18492 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
18493 (test_add_rn_pc): New function.
18494 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
18495 (top level): Invoke test_add_rn_pc.
18496
18497 2015-04-10 Pedro Alves <palves@redhat.com>
18498
18499 PR gdb/13858
18500 * gdb.base/step-over-no-symbols.exp: New file.
18501
18502 2015-04-09 Andy Wingo <wingo@igalia.com>
18503
18504 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
18505 after the Python tests.
18506
18507 2015-04-08 Keith Seitz <keiths@redhat.com>
18508
18509 PR python/16699
18510 * gdb.python/py-completion.exp: New tests for completion.
18511 * gdb.python/py-completion.py (CompleteLimit1): New class.
18512 (CompleteLimit2): Likewise.
18513 (CompleteLimit3): Likewise.
18514 (CompleteLimit4): Likewise.
18515 (CompleteLimit5): Likewise.
18516 (CompleteLimit6): Likewise.
18517 (CompleteLimit7): Likewise.
18518
18519 2015-04-08 Pedro Alves <palves@redhat.com>
18520
18521 PR gdb/18214
18522 PR gdb/18216
18523 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
18524 function.
18525 (main): Install it as SIGUSR1 handler.
18526 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
18527 parameter. Always use "setup" as prefix. Toggle "set
18528 displaced-stepping" off/on depending on global. Don't switch to
18529 thread 1 here.
18530 (top level): Add displaced stepping "off/on" test axis. Update
18531 "setup" calls. Wrap each subtest with with_test_prefix. Test
18532 continuing with a queued signal in each thread.
18533
18534 2015-04-08 Pedro Alves <palves@redhat.com>
18535
18536 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
18537 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
18538 gdb_breakpoint instead of gdb_test that doesn't expect anything.
18539 Return early if running to main fails.
18540 * gdb.trace/while-stepping.exp: Likewise.
18541
18542 2015-04-07 Pedro Alves <palves@redhat.com>
18543
18544 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
18545 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
18546 interact with inferior program.
18547
18548 2015-04-07 Pedro Alves <palves@redhat.com>
18549
18550 * lib/gdb.exp (inferior_spawn_id): New global.
18551 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
18552 spawn id after processing the user code.
18553 (default_gdb_start): Set inferior_spawn_id.
18554 (send_inferior): New procedure.
18555 * lib/gdbserver-support.exp (gdbserver_start): Set
18556 inferior_spawn_id.
18557 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
18558
18559 2015-04-07 Pedro Alves <palves@redhat.com>
18560
18561 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
18562 * lib/gdbserver-support.exp (gdbserver_start): Make
18563 $server_spawn_id global.
18564 (gdbserver_start): Don't wait for gdbserver's spawn id with
18565 expect_background.
18566 (close_gdbserver): New procedure.
18567 (gdb_exit): Rename the default version and reimplement.
18568
18569 2015-04-07 Pedro Alves <palves@redhat.com>
18570
18571 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
18572 append the substituted item, not the original item.
18573
18574 2015-04-07 Pedro Alves <palves@redhat.com>
18575
18576 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
18577 gdb_expect.
18578
18579 2015-04-07 Pedro Alves <palves@redhat.com>
18580
18581 * gdb.base/interrupt.exp: Don't handle the case of the inferior
18582 output appearing once only.
18583
18584 2015-04-07 Pedro Alves <palves@redhat.com>
18585
18586 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
18587 that doesn't expect anything. Return early if running to main
18588 fails.
18589
18590 2015-04-07 Yao Qi <yao.qi@linaro.org>
18591
18592 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
18593 (child_function): Call alarm.
18594 (main): Move call to alarm into the loop.
18595 * gdb.threads/non-stop-fair-events.exp: Build program with
18596 -DTIMEOUT=$timeout.
18597
18598 2015-04-06 Doug Evans <xdje42@gmail.com>
18599
18600 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
18601 Fix dest parameter to board_info.
18602 (fpc_compile): Ditto.
18603 (gdb_compile_pascal): Rename dest arg to destfile.
18604
18605 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
18606
18607 * gdb.ada/funcall_ref.exp: New file.
18608 * gdb.ada/funcall_ref/foo.adb: New file.
18609
18610 2015-04-02 Yao Qi <yao.qi@linaro.org>
18611
18612 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
18613 is remote.
18614
18615 2015-04-02 Gary Benson <gbenson@redhat.com>
18616
18617 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
18618
18619 2015-04-01 Sasha Smundak <asmundak@google.com>
18620
18621 * gdb.python/py-unwind-maint.c: New file.
18622 * gdb.python/py-unwind-maint.exp: New test.
18623 * gdb.python/py-unwind-maint.py: New file.
18624 * gdb.python/py-unwind.c: New file.
18625 * gdb.python/py-unwind.exp: New test.
18626 * gdb.python/py-unwind.py: New test.
18627
18628 2015-04-01 Pedro Alves <palves@redhat.com>
18629
18630 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
18631 to fail instead of non-existent $test.
18632
18633 2015-04-01 Pedro Alves <palves@redhat.com>
18634
18635 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
18636 GDBFLAGS if not empty.
18637
18638 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
18639
18640 * gdb.ada/complete.exp: Remove "multi_line".
18641 * gdb.ada/info_exc.exp: Remove "multi_line".
18642 * gdb.ada/packed_tagged.exp: Remove "multi_line".
18643 * gdb.ada/ptype_field.exp: Remove "multi_line".
18644 * gdb.ada/sym_print_name.exp: Remove "multi_line".
18645 * gdb.ada/tagged.exp: Remove "multi_line".
18646 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
18647 [multi_line ...]
18648 * gdb.btrace/delta.exp: Likewise.
18649 * gdb.btrace/exception.exp: Likewise.
18650 * gdb.btrace/function_call_history.exp: Likewise.
18651 * gdb.btrace/instruction_history.exp: Likewise.
18652 * gdb.btrace/nohist.exp: Likewise.
18653 * gdb.btrace/record_goto.exp: Likewise.
18654 * gdb.btrace/segv.exp: Likewise.
18655 * gdb.btrace/stepi.exp: Likewise.
18656 * gdb.btrace/tailcall.exp: Likewise.
18657 * gdb.btrace/unknown_functions.exp: Likewise.
18658 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
18659 * lib/gdb.exp: Add the "multi_line" helper.
18660
18661 2015-04-01 Pedro Alves <palves@redhat.com>
18662
18663 * gdb.threads/tid-reuse.c: New file.
18664 * gdb.threads/tid-reuse.exp: New file.
18665
18666 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
18667
18668 PR corefiles/16092
18669 * gdb.base/coredump-filter.c: New file.
18670 * gdb.base/coredump-filter.exp: Likewise.
18671
18672 2015-03-27 Petr Machata <pmachata@redhat.com>
18673
18674 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
18675 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
18676 (Dwarf::assemble): Initialize them.
18677 (Dwarf::lines): New function.
18678
18679 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
18680
18681 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
18682 SYMBOL_PREFIX for x86_64-*-cygwin.
18683
18684 2015-03-26 Andy Wingo <wingo@igalia.com>
18685
18686 PR symtab/18148
18687 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
18688 const_value but not a location.
18689 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
18690 location defined in non-main CUs are visible.
18691
18692 2015-03-26 Yao Qi <yao.qi@linaro.org>
18693
18694 PR testsuite/18139
18695 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
18696 Add a line number entry for the same line.
18697 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
18698 Add a line number entry for the same line.
18699
18700 2015-03-26 Yao Qi <yao.qi@linaro.org>
18701
18702 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
18703 .int 0.
18704 (func): Likewise. Add .Lfunc_1 label.
18705 Use .Lfunc_1 label.
18706 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
18707 .int 0.
18708 (func): Likewise.
18709 Use .Lfunc_1 label.
18710
18711 2015-03-26 Yao Qi <yao.qi@linaro.org>
18712
18713 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
18714 Call gdb_compile instead to compile each .s files without debug
18715 information.
18716
18717 2015-03-26 Yao Qi <yao.qi@linaro.org>
18718
18719 * gdb.base/savedregs.exp (process_saved_regs): Make
18720 "Saved registers:" optional in the pattern.
18721
18722 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
18723
18724 * gdb.btrace/next.exp: Merged into step.exp.
18725 * gdb.btrace/finish.exp: Merged into step.exp.
18726 * gdb.btrace/nexti.exp: Merged into stepi.exp.
18727 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
18728 "record goto" and checking the exact replay position.
18729 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
18730 check for "Recording format" in "info record" output.
18731 * gdb.btrace/record_goto.exp: Choose test file based on target.
18732 * gdb.btrace/x86-record_goto.S: Renamed into ...
18733 * gdb.btrace/x86_64-record_goto.S: ... this.
18734 * gdb.btrace/i686-record_goto.S: New.
18735 * gdb.btrace/x86-tailcall.S: Renamed into ...
18736 * gdb.btrace/x86_64-tailcall.S: ... this.
18737 * gdb.btrace/i686-tailcall.S: New.
18738 * gdb.btrace/x86-tailcall.c: Renamed into ...
18739 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
18740 separate statements. Update test.
18741 * gdb.btrace/delta.exp: Use record_goto.c as test file.
18742 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
18743 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
18744 * gdb.btrace/tailcall.exp: Choose test file based on target.
18745 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
18746
18747 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
18748
18749 * gdb.btrace/exception.exp: Increase BTS buffer size.
18750
18751 2015-03-24 Pedro Alves <palves@redhat.com>
18752
18753 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
18754
18755 2015-03-24 Pedro Alves <palves@redhat.com>
18756
18757 * gdb.threads/schedlock.exp (test_step): No longer expect that
18758 "set scheduler-locking step" with "next" over a function call runs
18759 threads unlocked.
18760
18761 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
18762
18763 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
18764
18765 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
18766
18767 PR breakpoints/16466
18768 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
18769 * gdb.mi/mi-pending.c (thread_func): New function.
18770 (int main): Add threading support required.
18771 * gdb.mi/mi-pending.exp: Add tests for this issue.
18772 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
18773 (pendfunc2): Remove stdio dependency.
18774 * gdb.mi/mi-pendshr2.c: New file.
18775
18776 2015-03-23 Keith Seitz <keiths@redhat.com>
18777
18778 * gdb.linespec/keywords.c: New file.
18779 * gdb.linespec/keywords.exp: New file.
18780
18781 2015-03-23 Keith Seitz <keiths@redhat.com>
18782
18783 PR gdb/18021
18784 * gdb.dwarf2/staticvirtual.exp: New test.
18785
18786 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
18787
18788 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
18789 * README: Remove HP-UX and gdb.hp.
18790 (configuration):
18791 * configure: Regenerate.
18792 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
18793 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
18794 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
18795 gdb.hp/gdb.defects/Makefile.
18796 * gdb.hp/Makefile.in: File deleted.
18797 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
18798 * gdb.hp/gdb.aCC/optimize.c: File deleted.
18799 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
18800 * gdb.hp/gdb.aCC/run.c: File deleted.
18801 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
18802 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
18803 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
18804 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
18805 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
18806 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
18807 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
18808 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
18809 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
18810 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
18811 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
18812 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
18813 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
18814 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
18815 * gdb.hp/gdb.base-hp/reg.s: File deleted.
18816 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
18817 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
18818 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
18819 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
18820 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
18821 * gdb.hp/gdb.compat/Makefile.in: File deleted.
18822 * gdb.hp/gdb.compat/average.c: File deleted.
18823 * gdb.hp/gdb.compat/sum.c: File deleted.
18824 * gdb.hp/gdb.compat/xdb.c: File deleted.
18825 * gdb.hp/gdb.compat/xdb0.c: File deleted.
18826 * gdb.hp/gdb.compat/xdb0.h: File deleted.
18827 * gdb.hp/gdb.compat/xdb1.c: File deleted.
18828 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
18829 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
18830 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
18831 * gdb.hp/gdb.defects/Makefile.in: File deleted.
18832 * gdb.hp/gdb.defects/bs14602.c: File deleted.
18833 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
18834 * gdb.hp/gdb.defects/solib-d.c: File deleted.
18835 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
18836 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
18837 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
18838 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
18839 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
18840 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
18841 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
18842 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
18843 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
18844 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
18845 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
18846 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
18847 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
18848 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
18849 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
18850 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
18851 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
18852 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
18853 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
18854 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
18855 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
18856 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
18857 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
18858 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
18859 * gdb.hp/tools/odump: File deleted.
18860
18861 2015-03-19 Pedro Alves <palves@redhat.com>
18862
18863 * gdb.threads/continue-pending-status.exp (saw_thread_2)
18864 (saw_thread_3): New globals.
18865 (top level): Increment them when an event for the corresponding
18866 thread is seen.
18867 (no thread starvation): New test.
18868
18869 2015-03-19 Pedro Alves <palves@redhat.com>
18870
18871 * gdb.threads/continue-pending-status.c: New file.
18872 * gdb.threads/continue-pending-status.exp: New file.
18873
18874 2015-03-18 Pedro Alves <palves@redhat.com>
18875
18876 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
18877 Use gdb_is_target_remote instead of is_remote. Use
18878 gdb_test_multiple instead of gdb_expect. Exit early if
18879 gdb_test_multiple hits its internal matches. Tighten stepi tests
18880 expected output. Fail on exit with any signal, instead of just
18881 SIGILL.
18882
18883 2015-03-18 Yao Qi <yao.qi@linaro.org>
18884
18885 PR tdep/18107
18886 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
18887 variable.
18888 * gdb.base/catch-syscall.exp: Don't skip it on
18889 aarch64*-*-linux* target. Remove elements in all_syscalls.
18890 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
18891 target.
18892 (setup_all_syscalls): New proc.
18893
18894 2015-03-16 Yao Qi <yao.qi@linaro.org>
18895
18896 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
18897 (top level): Skip tests if valid_addr_p returns false for
18898 $cmd1 or $cmd2.
18899
18900 2015-03-11 Andy Wingo <wingo@igalia.com>
18901
18902 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
18903
18904 2015-03-11 Yao Qi <yao.qi@linaro.org>
18905
18906 * gdb.base/catch-syscall.exp: Fix typo in comments.
18907
18908 2015-03-11 Yao Qi <yao.qi@linaro.org>
18909
18910 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
18911
18912 2015-03-09 Pedro Alves <palves@redhat.com>
18913
18914 * dg-extract-results.py: Delete.
18915
18916 2015-03-09 Pedro Alves <palves@redhat.com>
18917
18918 Merge dg-extract-results.sh from GCC upstream (r218843).
18919
18920 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
18921 * dg-extract-results.sh: Use --text with grep to avoid issues with
18922 binary files. Fall back to cat -v, if that doesn't work.
18923
18924 2015-03-05 Pedro Alves <palves@redhat.com>
18925
18926 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
18927
18928 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
18929
18930 * lib/mi-support.exp (mi_expect_interrupt): Accept
18931 alternative event for when in all-stop mode.
18932
18933 2015-03-04 Pedro Alves <palves@redhat.com>
18934
18935 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
18936
18937 2015-03-04 Mark Kettenis <kettenis@gnu.org>
18938
18939 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
18940
18941 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
18942
18943 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
18944 regexps for GDB's current line display, accept a hex address
18945 preceding the line number.
18946
18947 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
18948
18949 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
18950 the 'arch1' variable for "s390*-linux*" targets.
18951
18952 2015-03-04 Pedro Alves <palves@redhat.com>
18953
18954 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
18955 (main): Pass missing retval argument to pthread_join call.
18956
18957 2015-03-02 Pedro Alves <palves@redhat.com>
18958
18959 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
18960 (top level): Call do_test with non-stop as well.
18961
18962 2015-03-02 Pedro Alves <palves@redhat.com>
18963
18964 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
18965 -1.
18966
18967 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
18968
18969 * gdb.arch/s390-vregs.exp: New test.
18970 * gdb.arch/s390-vregs.S: New file.
18971
18972 2015-02-27 Pedro Alves <palves@redhat.com>
18973
18974 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
18975 call to catch_command_errors.
18976 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
18977 catch_command_errors.
18978
18979 2015-02-27 Pedro Alves <palves@redhat.com>
18980
18981 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
18982 "true" for boolean result.
18983 * gdb.gdb/selftest.exp (test_with_self): Also accept full
18984 prototype of main.
18985
18986 2015-02-27 Pedro Alves <palves@redhat.com>
18987
18988 * lib/unbuffer_output.c: New file.
18989 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
18990 (main): Call gdb_unbuffer_output.
18991
18992 2015-02-27 Yao Qi <yao.qi@linaro.org>
18993
18994 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
18995 target.
18996
18997 2015-02-26 Doug Evans <dje@google.com>
18998
18999 * gdb.cp/class2.cc (Dbase, D): New classes.
19000 (main): New local delta.
19001 * gdb.cp/class2.exp: Test printing delta.
19002 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
19003 (dynbar): New global.
19004 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
19005
19006 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
19007
19008 * gdb.compile/compile-ifunc.c: New file.
19009 * gdb.compile/compile-ifunc.exp: New file.
19010
19011 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
19012
19013 * gdb.base/structs.exp: Check for correct struct on finish.
19014
19015 2015-02-26 Yao Qi <yao.qi@linaro.org>
19016
19017 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
19018 is zero.
19019
19020 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
19021
19022 * gdb.arch/cordic.ko.bz2: New file.
19023 * gdb.arch/cordic.ko.debug.bz2: New file.
19024 * gdb.arch/ppc64-symtab-cordic.exp: New file.
19025
19026 2015-02-25 Yao Qi <yao.qi@linaro.org>
19027
19028 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
19029 aarch64*-*-* target.
19030
19031 2015-02-23 Pedro Alves <palves@redhat.com>
19032
19033 * lib/gdb.exp (delete_breakpoints): Rewrite using
19034 gdb_test_multiple.
19035
19036 2015-02-23 Pedro Alves <palves@redhat.com>
19037
19038 * gdb.base/info-os.c: Include stdlib.h.
19039
19040 2015-02-22 Doug Evans <xdje42@gmail.com>
19041
19042 PR symtab/17855
19043 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
19044 is read after symbols have been re-read.
19045 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
19046 * gdb.ada/exec_changed/second.adb (Second): Ditto.
19047
19048 2015-02-21 Doug Evans <dje@google.com>
19049
19050 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
19051
19052 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19053
19054 PR corefiles/17808
19055 * gdb.arch/i386-biarch-core.core.bz2: New file.
19056 * gdb.arch/i386-biarch-core.exp: New file.
19057
19058 2015-02-21 Pedro Alves <palves@redhat.com>
19059
19060 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
19061 runto_main fails.
19062
19063 2015-02-20 Pedro Alves <palves@redhat.com>
19064
19065 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
19066 info probes.
19067
19068 2015-02-20 Pedro Alves <palves@redhat.com>
19069
19070 * gdb.threads/multi-create-ns-info-thr.exp: New file.
19071
19072 2015-02-20 Pedro Alves <palves@redhat.com>
19073
19074 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
19075 clean_restart before gdb_target_supports_trace.
19076
19077 2015-02-20 Pedro Alves <palves@redhat.com>
19078
19079 PR threads/18006
19080 * gdb.threads/clone-thread_db.c: New file.
19081 * gdb.threads/clone-thread_db.exp: New file.
19082
19083 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
19084
19085 PR breakpoints/16812
19086 * gdb.base/catch-gdb-caused-signals.c: New file.
19087 * gdb.base/catch-gdb-caused-signals.exp: New file.
19088
19089 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
19090
19091 * configure: Regenerated.
19092 * configure.ac: Use GDB_AC_TRANSFORM.
19093 * aclocal.m4: sinclude ../transform.m4.
19094
19095 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
19096
19097 * lib/dtrace.exp: New file.
19098 * gdb.base/dtrace-probe.exp: Likewise.
19099 * gdb.base/dtrace-probe.d: Likewise.
19100 * gdb.base/dtrace-probe.c: Likewise.
19101 * lib/pdtrace.in: Likewise.
19102 * configure.ac: Output variables with the transformed names of
19103 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
19104 * configure: Regenerated.
19105
19106 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
19107
19108 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
19109 expected message when trying to access $_probe_* convenience
19110 variables while not on a probe.
19111
19112 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
19113
19114 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
19115
19116 2015-02-11 Pedro Alves <pedro@codesourcery.com>
19117
19118 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
19119 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
19120
19121 2015-02-10 Doug Evans <xdje42@gmail.com>
19122
19123 * lib/gdb.exp (gdb_load): Always return a result.
19124
19125 2015-02-10 Pedro Alves <palves@redhat.com>
19126
19127 * gdb.threads/signal-sigtrap.c: New file.
19128 * gdb.threads/signal-sigtrap.exp: New file.
19129
19130 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
19131
19132 * gdb.trace/no-attach-trace.c: New file.
19133 * gdb.trace/no-attach-trace.exp: New file.
19134
19135 2015-02-09 Mark Wielaard <mjw@redhat.com>
19136
19137 * gdb.dwarf2/atomic.c: New file.
19138 * gdb.dwarf2/atomic-type.exp: Likewise.
19139
19140 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
19141
19142 * gdb.btrace/buffer-size.exp: Update "info record" output.
19143 * gdb.btrace/delta.exp: Update "info record" output.
19144 * gdb.btrace/enable.exp: Update "info record" output.
19145 * gdb.btrace/finish.exp: Update "info record" output.
19146 * gdb.btrace/instruction_history.exp: Update "info record" output.
19147 * gdb.btrace/next.exp: Update "info record" output.
19148 * gdb.btrace/nexti.exp: Update "info record" output.
19149 * gdb.btrace/step.exp: Update "info record" output.
19150 * gdb.btrace/stepi.exp: Update "info record" output.
19151 * gdb.btrace/nohist.exp: Update "info record" output.
19152
19153 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
19154
19155 * gdb.btrace/buffer-size: New.
19156
19157 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
19158
19159 * gdb.btrace/delta.exp: Update "info record" output.
19160 * gdb.btrace/enable.exp: Update "info record" output.
19161 * gdb.btrace/finish.exp: Update "info record" output.
19162 * gdb.btrace/instruction_history.exp: Update "info record" output.
19163 * gdb.btrace/next.exp: Update "info record" output.
19164 * gdb.btrace/nexti.exp: Update "info record" output.
19165 * gdb.btrace/step.exp: Update "info record" output.
19166 * gdb.btrace/stepi.exp: Update "info record" output.
19167 * gdb.btrace/nohist.exp: Update "info record" output.
19168
19169 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
19170
19171 PR gdb/15678
19172 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
19173
19174 2015-02-06 Pedro Alves <palves@redhat.com>
19175
19176 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
19177 macro.
19178 (seconds_left, again): New globals.
19179 (main): Wait seconds_left in a 1-second sleep loop instead of
19180 sleeping 180 seconds. If 'again' is set, reset the seconds
19181 counter.
19182 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
19183 'again' in the inferior before detaching. Print the seconds left.
19184 (options): New global.
19185 (top level): Build program with -DTIMEOUT=$timeout.
19186
19187 2015-02-06 Pedro Alves <palves@redhat.com>
19188
19189 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
19190 determine how many seconds to pass to 'alarm'.
19191 * gdb.base/gdb-sigterm.exp (top level): Build program with
19192 -DTIMEOUT=$timeout.
19193 (do_test): Return success/failure indication. Add more verbose
19194 logging. Don't fail if 200 single steps are seen. Instead, fail
19195 when the test times out.
19196 (passes): New global.
19197 (top level): Break the testing loop if testing fails on any
19198 iteration. Use gdb_assert.
19199
19200 2015-02-04 Don Breazeal <donb@codesourcery.com>
19201
19202 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
19203 and initialize them.
19204 (ipc_cleanup): New function.
19205 (main): Don't declare shmid, semid, and msqid. Add a call to
19206 atexit so that we call ipc_cleanup on exit.
19207
19208 2015-02-04 Pedro Alves <palves@redhat.com>
19209
19210 * boards/native-extended-gdbserver.exp: Remove any target variant
19211 specifications from the board name before clearing the isremote
19212 flag from board_info.
19213
19214 2015-01-31 Doug Evans <xdje42@gmail.com>
19215
19216 * gdb.base/maint.exp <maint print type argc>: Update expected output.
19217
19218 2015-01-31 Gary Benson <gbenson@redhat.com>
19219
19220 * gdb.base/completion.exp: Disable completion limiting for
19221 existing tests. Add new tests to check completion limiting.
19222 * gdb.linespec/ls-errs.exp: Disable completion limiting.
19223
19224 2015-01-31 Doug Evans <xdje42@gmail.com>
19225
19226 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
19227
19228 2015-01-31 Doug Evans <xdje42@gmail.com>
19229
19230 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
19231 entries. Duplicate file section script entries.
19232 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
19233 inlined entries. Add test for safe-path rejection.
19234 * gdb.python/py-section-script.c: Add duplicate inlined section script
19235 entries. Duplicate file section script entries.
19236 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
19237 inlined entries. Add test for safe-path rejection.
19238
19239 2015-01-29 Joel Brobecker <brobecker@adacore.com>
19240
19241 * gdb.ada/disc_arr_bound: New testcase.
19242
19243 2015-01-29 Joel Brobecker <brobecker@adacore.com>
19244
19245 * gdb.ada/mi_var_array: New testcase.
19246
19247 2015-01-27 Doug Evans <dje@google.com>
19248
19249 * gdb.python/py-objfile.exp: Add tests for objfile.username.
19250 Add test for objfile.filename, objfile.username after objfile
19251 has been unloaded.
19252
19253 2015-01-26 Joel Brobecker <brobecker@adacore.com>
19254
19255 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
19256 the second test to print the name attribute of value
19257 returned by the call to gdb.lookup_type, and adjust
19258 the expected output accordingly.
19259
19260 2015-01-25 Mark Wielaard <mjw@redhat.com>
19261
19262 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
19263 * gdb.base/disp-step-fork.c: Include unistd.h.
19264 * gdb.base/siginfo-obj.c: Include stdio.h.
19265 * gdb.base/siginfo-thread.c: Likewise.
19266 * gdb.mi/non-stop.c: Include unistd.h.
19267 * gdb.mi/nsthrexec.c: Include stdio.h.
19268 * gdb.mi/pthreads.c: Include unistd.h.
19269 * gdb.modula2/unbounded1.c (main): Declare returns int.
19270 * gdb.reverse/consecutive-reverse.c: Likewise.
19271 * gdb.threads/create-fail.c: Include unistd.h.
19272 * gdb.threads/killed.c: Likewise.
19273 * gdb.threads/linux-dp.c: Likewise.
19274 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
19275 * gdb.threads/non-ldr-exc-2.c: Likewise.
19276 * gdb.threads/non-ldr-exc-3.c: Likewise.
19277 * gdb.threads/non-ldr-exc-4.c: Likewise.
19278 * gdb.threads/pthreads.c: Include unistd.h.
19279 (main): Declare returns int.
19280 * gdb.threads/tls-main.c (foo): New declaration.
19281 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
19282
19283 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
19284
19285 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
19286 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
19287
19288 2015-01-15 Mark Wielaard <mjw@redhat.com>
19289
19290 * gdb.base/noreturn-return.c: New file.
19291 * gdb.base/noreturn-return.exp: New file.
19292 * gdb.base/noreturn-finish.c: New file.
19293 * gdb.base/noreturn-finish.exp: New file.
19294
19295 2015-01-23 Pedro Alves <palves@redhat.com>
19296
19297 * gdb.threads/continue-pending-after-query.c: New file.
19298 * gdb.threads/continue-pending-after-query.exp: New file.
19299
19300 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
19301 Simon Marchi <simon.marchi@ericsson.com>
19302
19303 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
19304 * gdb.base/valgrind-db-attach.exp: Same.
19305 * gdb.base/valgrind-infcall.exp: Same.
19306 * lib/mi-support.exp (default_mi_gdb_start): Same.
19307 * lib/prompt.exp (default_prompt_gdb_start): Same.
19308 * lib/gdb.exp (default_gdb_spawn): Same.
19309 (gdb_interact): New.
19310
19311
19312 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
19313
19314 * gdb.compile/compile.exp (pointer to jit function): New test.
19315
19316 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
19317
19318 * lib/gdb.exp (supports_process_record): Return true for
19319 powerpc*-*-linux*.
19320 (supports_reverse): Likewise.
19321
19322 2015-01-15 Don Breazeal <donb@codesourcery.com>
19323
19324 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
19325 instead of checking whether the target board is remote and
19326 use spawn_wait_for_attach instead of exec/sleep.
19327 * gdb.base/attach-twice.exp: Likewise.
19328
19329 2015-01-15 Joel Brobecker <brobecker@adacore.com>
19330
19331 * gdb.ada/var_arr_attrs: New testcase.
19332
19333 2015-01-14 Pedro Alves <palves@redhat.com>
19334 Joel Brobecker <brobecker@adacore.com>
19335
19336 PR gdb/17525
19337 * gdb.base/bp-cmds-execution-x-script.c: New file.
19338 * gdb.base/bp-cmds-execution-x-script.exp: New file.
19339 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
19340
19341 2015-01-14 Pedro Alves <palves@redhat.com>
19342
19343 PR cli/17828
19344 * gdb.base/batch-preserve-term-settings.c: New file.
19345 * gdb.base/batch-preserve-term-settings.exp: New file.
19346
19347 2015-01-13 Doug Evans <dje@google.com>
19348
19349 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
19350 binary.
19351
19352 2015-01-13 Joel Brobecker <brobecker@adacore.com>
19353
19354 * Makefile.in (clean mostlyclean): Do not delete *.py.
19355
19356 2015-01-13 Joel Brobecker <brobecker@adacore.com>
19357
19358 * gdb.python/py-lookup-type.exp: New file.
19359
19360 2015-01-12 Pedro Alves <palves@redhat.com>
19361
19362 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
19363 restore GDBFLAGS before returning.
19364
19365 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
19366
19367 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
19368 is_amd64_regs_target and is_x86_like_target.
19369
19370 2015-01-11 Doug Evans <xdje42@gmail.com>
19371
19372 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
19373 is given without an explicit form.
19374 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
19375 attributes.
19376 * gdb.dwarf/corrupt.exp: Ditto.
19377 * gdb.dwarf2/enum-type.exp: Ditto.
19378 * gdb.trace/entry-values.exp: Ditto.
19379 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
19380
19381 2015-01-11 Doug Evans <xdje42@gmail.com>
19382
19383 PR gdb/15830
19384 * gdb.base/maint.exp: Remove references to "maint demangle".
19385 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
19386 Add tests for explicitly specifying language to demangle.
19387 * gdb.dlang/demangle.exp: Ditto.
19388
19389 2015-01-09 Pedro Alves <palves@redhat.com>
19390
19391 * gdb.threads/non-stop-fair-events.c: New file.
19392 * gdb.threads/non-stop-fair-events.exp: New file.
19393
19394 2015-01-09 Pedro Alves <palves@redhat.com>
19395
19396 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
19397 the global scope. Set a breakpoint after all threads are started
19398 rather than stepping over two source lines. Expect the prompt.
19399 * gdb.base/watch_thread_num.c (threads_started_barrier): New
19400 global.
19401 (NUM): Now 15.
19402 (main): Use threads_started_barrier to wait for all threads to
19403 start. Main thread no longer calls thread_function. Exit after
19404 180 seconds.
19405 (loop): New function.
19406 (thread_function): Wait on threads_started_barrier barrier. Call
19407 'loop' at each iteration.
19408 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
19409 threads have started, instead of hardcoding number of "next"
19410 steps. Use an access watchpoint instead of a write watchpoint.
19411
19412 2015-01-09 Pedro Alves <palves@redhat.com>
19413
19414 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
19415 (thread_func): Wait on barrier.
19416 (main): Wait for all threads to start before stopping GDB.
19417 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
19418 global.
19419 (thread1_func, thread2_func): Wait on barrier.
19420 (main): Wait for all threads to start before stopping GDB.
19421 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
19422 New global.
19423 (thread1_func, thread2_func): Wait on barrier.
19424 (main): Wait for all threads to start before stopping GDB.
19425
19426 2015-01-09 Pedro Alves <palves@redhat.com>
19427
19428 * gdb.threads/attach-many-short-lived-threads.c: New file.
19429 * gdb.threads/attach-many-short-lived-threads.exp: New file.
19430
19431 2014-01-09 Pedro Alves <palves@redhat.com>
19432
19433 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
19434 instead of to thread 2.
19435 * gdb.threads/signal-command-multiple-signals-pending.c (main):
19436 Add barrier around each pthread_create call instead of around all
19437 calls.
19438 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
19439 Set a break on thread_function and have the child threads hit it
19440 one at at a time.
19441
19442 2015-01-09 Pedro Alves <palves@redhat.com>
19443
19444 * lib/gdb.exp (can_spawn_for_attach): New procedure.
19445 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
19446 false.
19447 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
19448 checking whether the target board is remote.
19449 * gdb.multi/multi-attach.exp: Likewise.
19450 * gdb.python/py-sync-interp.exp: Likewise.
19451 * gdb.server/ext-attach.exp: Likewise.
19452 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
19453 tests that need to attach, instead of checking whether the target
19454 board is remote at the top of the file.
19455
19456 2015-01-08 Yao Qi <yao@codesourcery.com>
19457
19458 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
19459
19460 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
19461
19462 Fix testcase compilation.
19463 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
19464
19465 2015-01-06 Joel Brobecker <brobecker@adacore.com>
19466
19467 * gdb.python/py-type.exp: Add a couple test about empty
19468 array creation, and negative-length array creation.
19469
19470 2015-01-02 Doug Evans <xdje42@gmail.com>
19471
19472 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
19473
19474 2015-01-02 Doug Evans <dje@google.com>
19475
19476 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
19477
19478 2014-12-29 Yao Qi <yao@codesourcery.com>
19479
19480 * gdb.trace/entry-values.exp: Update comments. Rename variable
19481 bar_call_foo to returned_from_foo.
19482
19483 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
19484
19485 PR gdb/17394
19486 * gdb.linespec/break-asm-file.c: New file.
19487 * gdb.linespec/break-asm-file.exp: New file.
19488 * gdb.linespec/break-asm-file0.s: New file.
19489 * gdb.linespec/break-asm-file1.s: New file.
19490
19491 2014-12-18 Nigel Stephens <nigel@mips.com>
19492 Maciej W. Rozycki <macro@codesourcery.com>
19493
19494 * gdb.base/float.exp: Handle the new output from "info float" on
19495 MIPS targets.
19496
19497 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
19498
19499 Fix MinGW compilation.
19500 * gdb.compile/compile-ops.exp: Update untested message if
19501 !skip_compile_feature_tests.
19502 * gdb.compile/compile-setjmp.exp: Likewise.
19503 * gdb.compile/compile-tls.exp: Likewise.
19504 * gdb.compile/compile.exp: Likewise.
19505 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
19506 supported on this host".
19507
19508 2014-12-16 Doug Evans <xdje42@gmail.com>
19509
19510 * boards/stabs.exp: New file.
19511
19512 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
19513
19514 * gdb.base/completion.exp: Adjust to format changes of "maint
19515 print user-registers".
19516
19517 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
19518
19519 PR server/17457
19520 * gdb.arch/aarch64-fp.c: New file.
19521 * gdb.arch/aarch64-fp.exp: New file.
19522
19523 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
19524
19525 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
19526 r210637, r210913, r211666, r215400, r215817).
19527
19528 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
19529 * dg-extract-results.py: New file.
19530 * dg-extract-results.sh: Use it if the environment seems
19531 suitable.
19532
19533 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
19534
19535 * dg-extract-results.py (parse_run): Handle warnings that
19536 are printed before a test harness is run.
19537
19538 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
19539
19540 * dg-extract-results.py (Named): Remove __cmp__ method.
19541 (output_variation): Use a key to sort variation.harnesses.
19542
19543 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
19544
19545 * dg-extract-results.py: For Python 3, force sys.stdout to
19546 handle surrogate escape sequences.
19547 (safe_open): New function.
19548 (output_segment, main): Use it.
19549
19550 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
19551
19552 * dg-extract-results.py (Prog.result_re): Include options
19553 in test name.
19554
19555 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
19556
19557 * dg-extract-results.py (output_variation): Always sort if
19558 do_sum.
19559
19560 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
19561
19562 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
19563 as long as we get pagination notifications.
19564
19565 2014-12-15 Jason Merrill <jason@redhat.com>
19566
19567 * Makefile.in (check-gdb.%): Restore.
19568 * README: Mention it.
19569
19570 2014-12-13 Joel Brobecker <brobecker@adacore.com>
19571
19572 * gdb.ada/str_uninit: New testcase.
19573
19574 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
19575
19576 PR symtab/17642
19577 * gdb.base/vla-stub-define.c: New file.
19578 * gdb.base/vla-stub.c: New file.
19579 * gdb.base/vla-stub.exp: New file.
19580
19581 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
19582 Jan Kratochvil <jan.kratochvil@redhat.com>
19583 Tom Tromey <tromey@redhat.com>
19584
19585 * configure.ac: Add gdb.compile/.
19586 * configure: Regenerate.
19587 * gdb.compile/Makefile.in: New file.
19588 * gdb.compile/compile-ops.exp: New file.
19589 * gdb.compile/compile-ops.c: New file.
19590 * gdb.compile/compile-tls.c: New file.
19591 * gdb.compile/compile-tls.exp: New file.
19592 * gdb.compile/compile-constvar.S: New file.
19593 * gdb.compile/compile-constvar.c: New file.
19594 * gdb.compile/compile-mod.c: New file.
19595 * gdb.compile/compile-nodebug.c: New file.
19596 * gdb.compile/compile-setjmp-mod.c: New file.
19597 * gdb.compile/compile-setjmp.c: New file.
19598 * gdb.compile/compile-setjmp.exp: New file.
19599 * gdb.compile/compile-shlib.c: New file.
19600 * gdb.compile/compile.c: New file.
19601 * gdb.compile/compile.exp: New file.
19602 * lib/gdb.exp (skip_compile_feature_tests): New proc.
19603
19604 2014-12-12 Tom Tromey <tromey@redhat.com>
19605
19606 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
19607 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
19608
19609 2014-12-12 Doug Evans <dje@google.com>
19610
19611 * lib/gdb-python.exp (get_python_valueof): New function.
19612 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
19613
19614 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19615
19616 * gdb.base/completion.exp: Add test for completion of "info
19617 registers ".
19618
19619 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
19620
19621 * gdb.base/func-ptrs.c: New file.
19622 * gdb.base/func-ptrs.exp: New file.
19623
19624 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
19625
19626 PR breakpoints/17012
19627 * gdb.base/dprintf-detach.c: New file.
19628 * gdb.base/dprintf-detach.exp: New file.
19629
19630 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
19631
19632 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
19633 * lib/gdb.exp (target_is_gdbserver): New procedure.
19634
19635 2014-12-08 Doug Evans <dje@google.com>
19636
19637 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
19638
19639 2014-12-05 Yao Qi <yao@codesourcery.com>
19640
19641 * gdb.guile/scm-error.exp: Remove the third argument to
19642 gdb_remote_download.
19643 * gdb.guile/scm-frame-args.exp: Likewise.
19644 * gdb.guile/scm-section-script.exp: Likewise.
19645
19646 2014-12-05 Yao Qi <yao@codesourcery.com>
19647
19648 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
19649
19650 2014-12-04 Doug Evans <dje@google.com>
19651
19652 * gdb.python/py-objfile.exp: Add tests for
19653 objfile.add_separate_debug_file.
19654
19655 2014-12-04 Doug Evans <dje@google.com>
19656
19657 * lib/gdb.exp (get_build_id): New function.
19658 (build_id_debug_filename_get): Rewrite to use it.
19659 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
19660
19661 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
19662
19663 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
19664 `method(long)', not just 0x0.
19665 * gdb.cp/nsalias.exp: Align code labels to 4.
19666 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
19667 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
19668 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
19669 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
19670 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
19671 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
19672
19673 2014-12-02 Doug Evans <dje@google.com>
19674
19675 PR symtab/17602
19676 * gdb.cp/anon-ns.cc: Move guts of this file to ...
19677 * gdb.cp/anon-ns2.cc: ... here. New file.
19678 * gdb.cp/anon-ns.exp: Update.
19679
19680 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
19681
19682 * gdb.python/py-events.py (inferior_call_handler): New.
19683 (register_changed_handler, memory_changed_handler): New.
19684 (test_events.invoke): Register new handlers.
19685 * gdb.python/py-events.exp: Add tests for inferior call,
19686 memory_changed and register_changed events.
19687
19688 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
19689
19690 * gdb.base/execl-update-breakpoints.exp: Specify the link address
19691 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
19692 if the linker doesn't understand this.
19693
19694 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
19695
19696 * gdb.python/python.exp: Change expected reply to help().
19697
19698 2014-12-01 Yao Qi <yao@codesourcery.com>
19699
19700 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
19701 AC_CONFIG_SUBDIRS(gdb.gdbtk).
19702 * configure: Re-generated.
19703
19704 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
19705
19706 * gdb.cp/chained-calls.cc: New file.
19707 * gdb.cp/chained-calls.exp: New file.
19708 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
19709
19710 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
19711
19712 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
19713 * gdb.dwarf2/symtab-producer.exp: Same.
19714 * gdb.gdb/python-interrupts.exp: Same.
19715 * gdb.gdb/python-selftest.exp: Same.
19716 * gdb.python/py-linetable.exp: Same.
19717 * gdb.python/py-type.exp: Same.
19718 * gdb.python/py-value-cc.exp: Same.
19719 * gdb.python/py-value.exp: Same.
19720
19721 2014-11-28 Yao Qi <yao@codesourcery.com>
19722
19723 * gdb.base/break-probes.exp: Match library name prefixed with
19724 sysroot.
19725
19726 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
19727
19728 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
19729 test expected output. Add parentheses for the call to print.
19730 Remove L suffix from integers.
19731
19732 2014-11-26 Doug Evans <dje@google.com>
19733
19734 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
19735
19736 2014-11-22 Yao Qi <yao@codesourcery.com>
19737
19738 * gdb.trace/entry-values.c: Remove asms.
19739 (foo): Add foo_label.
19740 (bar): Add bar_label.
19741 * gdb.trace/entry-values.exp: Remove code computing foo's
19742 length and bar's length.
19743 (Dwarf::assemble): Invoke function_range for bar and use
19744 MACRO_AT_func for foo.
19745
19746 2014-11-22 Yao Qi <yao@codesourcery.com>
19747
19748 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
19749 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
19750 Use .Lgcc43_procstart instead of gcc43.
19751
19752 2014-11-21 Joel Brobecker <brobecker@adacore.com>
19753
19754 * gdb.ada/n_arr_bound: New testcase.
19755
19756 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
19757
19758 PR breakpoints/10737
19759 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
19760 test_catch_syscall_multi_arch.
19761 (test_catch_syscall_multi_arch): New function.
19762
19763 2014-11-20 Doug Evans <xdje42@gmail.com>
19764
19765 * gdb.base/maint.exp: Update expected output.
19766
19767 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
19768
19769 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
19770 4-byte instruction on S390.
19771
19772 2014-11-19 Joel Brobecker <brobecker@adacore.com>
19773
19774 * gdb.ada/arr_arr: New testcase.
19775
19776 2014-11-19 Joel Brobecker <brobecker@adacore.com>
19777
19778 * gdb.ada/pkd_arr_elem: New Testcase.
19779
19780 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
19781
19782 * gdb.reverse/break-precsave: Expect completion message for
19783 core file reads.
19784 * gdb.reverse/consecutive-precsave.exp: Likewise.
19785 * gdb.reverse/finish-precsave.exp: Likewise.
19786 * gdb.reverse/i386-precsave.exp: Likewise.
19787 * gdb.reverse/machinestate-precsave.exp: Likewise.
19788 * gdb.reverse/sigall-precsave.exp: Likewise.
19789 * gdb.reverse/solib-precsave.exp: Likewise.
19790 * gdb.reverse/step-precsave.exp: Likewise.
19791 * gdb.reverse/until-precsave.exp: Likewise.
19792 * gdb.reverse/watch-precsave.exp: Likewise.
19793
19794 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
19795
19796 * gdb.base/bp-permanent.c: Include unistd.h.
19797 * gdb.python/py-framefilter-mi.c (main): Add return type.
19798 * gdb.python/py-framefilter.c (main): Likewise.
19799 * gdb.trace/actions-changed.c (main): Likewise.
19800
19801 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
19802
19803 * gdb.mi/until.c: Add eye-catchers.
19804 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
19805 line numbers.
19806
19807 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
19808
19809 * gdb.base/condbreak.exp: Drop references to removed non-prototype
19810 function header variants in break1.c.
19811 * gdb.base/ena-dis-br.exp: Likewise.
19812 * gdb.base/hbreak2.exp: Likewise.
19813 * gdb.reverse/until-precsave.exp: Drop references to removed
19814 non-prototype function header variants in ur1.c.
19815 * gdb.reverse/until-reverse.exp: Likewise.
19816
19817 2014-11-17 Petr Machata <pmachata@redhat.com>
19818
19819 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
19820 ${_cu_offset_size} bytes abbrev offset.
19821
19822 2014-11-15 Doug Evans <xdje42@gmail.com>
19823
19824 PR symtab/17559
19825 * gdb.base/line-symtabs.exp: New file.
19826 * gdb.base/line-symtabs.c: New file.
19827 * gdb.base/line-symtabs.h: New file.
19828
19829 2014-11-14 Yao Qi <yao@codesourcery.com>
19830
19831 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
19832 (func): Add label func_label.
19833 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
19834 Replace low_pc and high_pc with MACRO_AT_range.
19835 Replace name, low_pc and high_pc with MACRO_AT_func.
19836
19837 2014-11-14 Yao Qi <yao@codesourcery.com>
19838
19839 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
19840 Replace name, low_pc and high_pc with MACRO_AT_func.
19841
19842 2014-11-14 Yao Qi <yao@codesourcery.com>
19843
19844 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
19845 produce debug information.
19846 * gdb.dwarf2/implptr-optimized-out.S: Removed.
19847
19848 2014-11-14 Yao Qi <yao@codesourcery.com>
19849
19850 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
19851 object and get function length.
19852 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
19853 with MACRO_AT_func.
19854 (top-level): Replace gdb_compile and clean_restart with
19855 prepare_for_testing.
19856 * gdb.dwarf2/main.c (main): Add label main_label.
19857
19858 2014-11-14 Yao Qi <yao@codesourcery.com>
19859
19860 * lib/dwarf.exp (function_range): New procedure.
19861 (Dwarf::_handle_macro_at_func): New procedure.
19862 (Dwarf::_handle_macro_at_range): New procedure.
19863 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
19864
19865 2014-11-14 Yao Qi <yao@codesourcery.com>
19866
19867 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
19868 (_handle_attribute): New procedure.
19869
19870 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
19871
19872 * gdb.ada/cond_lang/foo.c (callme): Add return type.
19873 * gdb.base/call-sc.c (zed): Likewise.
19874 * gdb.base/checkpoint.c (main): Likewise.
19875 * gdb.base/dump.c (main): Likewise.
19876 * gdb.base/gcore.c (main): Likewise.
19877 * gdb.base/huge.c (main): Likewise.
19878 * gdb.base/multi-forks.c (main): Likewise.
19879 * gdb.base/pr10179-a.c (main): Likewise.
19880 * gdb.base/savedregs.c (main): Likewise.
19881 * gdb.base/sigaltstack.c (main): Likewise.
19882 * gdb.base/siginfo.c (main): Likewise.
19883 * gdb.base/structs.c (zed): Likewise.
19884 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
19885 * gdb.mi/mi-syn-frame.c (main): Likewise.
19886 * gdb.mi/until.c (foo, main): Likewise.
19887 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
19888 * gdb.base/solib-weak.c (foo): Declare.
19889 * gdb.base/attach-twice.c: Include stdio.h.
19890 * gdb.base/weaklib1.c: Likewise.
19891 * gdb.base/weaklib2.c: Likewise.
19892 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
19893 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
19894 unistd.h.
19895 * gdb.base/attach-pie-misread.c: Include stdlib.h.
19896 * gdb.mi/mi-exit-code.c: Likewise.
19897 * gdb.base/break-interp-lib.c: Include string.h.
19898 * gdb.base/coremaker.c: Likewise.
19899 * gdb.base/testenv.c: Likewise.
19900 * gdb.python/py-finish-breakpoint.c: Likewise.
19901 * gdb.base/inferior-died.c: Include sys/wait.h.
19902 * gdb.base/fileio.c: Include time.h.
19903 * gdb.base/async-shell.c: Include unistd.h.
19904 * gdb.base/dprintf-non-stop.c: Likewise.
19905 * gdb.base/info-os.c: Likewise.
19906 * gdb.mi/mi-console.c: Likewise.
19907 * gdb.mi/watch-nonstop.c: Likewise.
19908 * gdb.python/py-events.c: Likewise.
19909 * gdb.base/async.c (baz): Move up before its invocation.
19910 * gdb.base/code_elim2.c (my_global_func): Likewise.
19911 * gdb.base/skip-solib-lib.c (multiply): Likewise.
19912 * gdb.base/advance.c (func2): Likewise.
19913
19914 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
19915
19916 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
19917 variant.
19918 * gdb.base/annota3.c: Likewise.
19919 * gdb.base/async.c: Likewise.
19920 * gdb.base/average.c: Likewise.
19921 * gdb.base/call-ar-st.c: Likewise.
19922 * gdb.base/call-rt-st.c: Likewise.
19923 * gdb.base/call-sc.c: Likewise.
19924 * gdb.base/call-strs.c: Likewise.
19925 * gdb.base/ending-run.c: Likewise.
19926 * gdb.base/execd-prog.c: Likewise.
19927 * gdb.base/exprs.c: Likewise.
19928 * gdb.base/foll-exec.c: Likewise.
19929 * gdb.base/foll-fork.c: Likewise.
19930 * gdb.base/foll-vfork.c: Likewise.
19931 * gdb.base/funcargs.c: Likewise.
19932 * gdb.base/gcore.c: Likewise.
19933 * gdb.base/jump.c: Likewise.
19934 * gdb.base/langs0.c: Likewise.
19935 * gdb.base/langs1.c: Likewise.
19936 * gdb.base/langs2.c: Likewise.
19937 * gdb.base/mips_pro.c: Likewise.
19938 * gdb.base/nodebug.c: Likewise.
19939 * gdb.base/opaque0.c: Likewise.
19940 * gdb.base/opaque1.c: Likewise.
19941 * gdb.base/recurse.c: Likewise.
19942 * gdb.base/run.c: Likewise.
19943 * gdb.base/scope0.c: Likewise.
19944 * gdb.base/scope1.c: Likewise.
19945 * gdb.base/setshow.c: Likewise.
19946 * gdb.base/setvar.c: Likewise.
19947 * gdb.base/shmain.c: Likewise.
19948 * gdb.base/shr1.c: Likewise.
19949 * gdb.base/shr2.c: Likewise.
19950 * gdb.base/sigall.c: Likewise.
19951 * gdb.base/signals.c: Likewise.
19952 * gdb.base/so-indr-cl.c: Likewise.
19953 * gdb.base/solib2.c: Likewise.
19954 * gdb.base/structs.c: Likewise.
19955 * gdb.base/sum.c: Likewise.
19956 * gdb.base/vforked-prog.c: Likewise.
19957 * gdb.base/watchpoint.c: Likewise.
19958 * gdb.reverse/shr2.c: Likewise.
19959 * gdb.reverse/until-reverse.c: Likewise.
19960 * gdb.reverse/ur1.c: Likewise.
19961 * gdb.reverse/watch-reverse.c: Likewise.
19962
19963 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
19964
19965 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
19966 variant.
19967 * gdb.base/sepdebug.exp: Drop references to removed code.
19968
19969 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
19970
19971 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
19972 variant. Preserve original line numbering.
19973 * gdb.base/list1.c: Likewise.
19974
19975 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
19976
19977 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
19978 variant.
19979 * gdb.base/break1.c: Likewise.
19980 * gdb.base/break.exp: Drop references to removed code.
19981
19982 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
19983
19984 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
19985 variant.
19986
19987 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
19988
19989 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
19990
19991 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
19992
19993 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
19994 logic into perform_all_tests() and invoke it with and without
19995 function header prototypes.
19996 (do_function_calls): Remove conditional XFAIL for PR 5318.
19997 (rerun_and_prepare): Remove duplicate code.
19998 (perform_all_tests): New. Main logic moved here.
19999
20000 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20001
20002 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
20003 code guarded by #ifdef NO_PROTOTYPES.
20004 (t_double_many_args): Likewise.
20005 (DEF_FUNC_MANY_ARGS_1): Likewise.
20006 (DEF_FUNC_VALUES_1): Likewise.
20007 (t_structs_ldc): Renamed from t_structs_fc in conditional code
20008 guarded by #ifdef PROTOTYPES.
20009
20010 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20011
20012 * gdb.mi/mi-console.c: Add eye-catcher.
20013 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
20014 instead of literal line number.
20015
20016 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20017
20018 * gdb.base/shr2.c: Add eye-catcher.
20019 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
20020 line number.
20021
20022 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20023
20024 * gdb.base/jump.c: Add eye-catchers.
20025 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
20026 numbers.
20027
20028 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20029
20030 * gdb.base/execd-prog.c: Add eye-catchers.
20031 * gdb.base/foll-exec.c: Likewise.
20032 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
20033 line numbers.
20034
20035 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20036
20037 * gdb.base/ending-run.c: Add eye-catchers.
20038 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
20039 literal line numbers.
20040
20041 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20042
20043 * gdb.base/call-rt-st.c: Add eye-catchers.
20044 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
20045 literal line numbers.
20046
20047 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20048
20049 * gdb.base/call-ar-st.c: Add eye-catchers.
20050 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
20051 literal line numbers.
20052
20053 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20054
20055 * gdb.base/average.c: Add eye-catchers.
20056 * gdb.base/sum.c: Likewise.
20057 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
20058 regexps dynamically.
20059
20060 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20061
20062 * gdb.base/solib1.c: Add eye-catchers.
20063 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
20064 literal line numbers.
20065
20066 2014-11-12 Pedro Alves <palves@redhat.com>
20067
20068 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
20069 leader has exited.
20070
20071 2014-11-12 Pedro Alves <palves@redhat.com>
20072
20073 * gdb.arch/i386-bp_permanent.c: New file.
20074 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
20075 (srcfile): Set to i386-bp_permanent.c.
20076 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
20077 that stepi does not execute the 'leave' instruction, instead of
20078 testing it does execute.
20079 * gdb.base/bp-permanent.c: New file.
20080 * gdb.base/bp-permanent.exp: New file.
20081
20082 2014-11-10 Doug Evans <xdje42@gmail.com>
20083
20084 PR symtab/17564
20085 * gdb.base/symtab-search-order.exp: New file.
20086 * gdb.base/symtab-search-order.c: New file.
20087 * gdb.base/symtab-search-order-1.c: New file.
20088 * gdb.base/symtab-search-order-shlib-1.c: New file.
20089
20090 2014-11-07 Pedro Alves <palves@redhat.com>
20091
20092 PR gdb/17511
20093 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
20094 i?86-*-linux*.
20095
20096 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
20097
20098 PR c++/17494
20099 * gdb.cp/pr17494.cc: New file.
20100 * gdb.cp/pr17494.exp: New file.
20101
20102 2014-11-02 Yao Qi <yao@codesourcery.com>
20103
20104 * gdb.python/python.exp: Get working directory and match the
20105 output of "set extended-prompt \\w " with it.
20106
20107 2014-10-30 Doug Evans <dje@google.com>
20108
20109 * gdb.python/py-objfile.exp: Add tests for setting random attributes
20110 in objfiles.
20111 * gdb.python/py-progspace.exp: Add tests for setting random attributes
20112 in progspaces.
20113
20114 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
20115
20116 * gdb.base/fullpath-expand.exp: Skip for a remote host.
20117 * gdb.base/realname-expand.exp: Likewise.
20118 * gdb.linespec/macro-relative.exp: Likewise.
20119
20120 2014-10-29 Pedro Alves <palves@redhat.com>
20121
20122 PR gdb/17408
20123 * gdb.threads/schedlock.c (some_function): New function.
20124 (call_function): New global.
20125 (MAYBE_CALL_SOME_FUNCTION): New macro.
20126 (thread_function): Call it.
20127 * gdb.threads/schedlock.exp (get_args): Add description parameter,
20128 and use it instead of a global counter. Adjust all callers.
20129 (get_current_thread): Use "find current thread" for test message
20130 here rather than having all callers pass down the same string.
20131 (goto_loop): New procedure, factored out from ...
20132 (my_continue): ... this.
20133 (step_ten_loops): Change parameter from test message to command to
20134 use. Adjust.
20135 (list_count): Delete global.
20136 (check_result): New procedure, factored out from duplicate top
20137 level code.
20138 (continue tests): Wrap in with_test_prefix.
20139 (test_step): New procedure, factored out from duplicate top level
20140 code.
20141 (top level): Test "step" in combination with all scheduler-locking
20142 modes. Test "next" in combination with all scheduler-locking
20143 modes, and in combination with stepping over a function call or
20144 not.
20145 * gdb.threads/next-bp-other-thread.c: New file.
20146 * gdb.threads/next-bp-other-thread.exp: New file.
20147
20148 2014-10-29 Pedro Alves <palves@redhat.com>
20149
20150 PR python/17372
20151 * gdb.python/python.exp: Test a multi-line command that spawns
20152 interactive Python.
20153 * gdb.base/multi-line-starts-subshell.exp: New file.
20154
20155 2014-10-29 Yao Qi <yao@codesourcery.com>
20156
20157 * gdb.base/fileio.exp: Make directories on host.
20158
20159 2014-10-29 Yao Qi <yao@codesourcery.com>
20160
20161 * gdb.base/fileio.c (test_write): Close the file.
20162
20163 2014-10-28 Pedro Alves <palves@redhat.com>
20164
20165 PR gdb/12623
20166 * gdb.base/sigstep.c (no_handler): New global.
20167 (main): If 'no_handler is true, set the signal handlers to
20168 SIG_IGN.
20169 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
20170 with_sw_watch and no_handler parameters. Handle them.
20171 (top level) <stepping over handler when stopped at a breakpoint
20172 test>: Add a test axis for testing with a software watchpoint, and
20173 another for testing with the signal handler set to SIG_IGN.
20174 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
20175 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
20176
20177 2014-10-28 Pedro Alves <palves@redhat.com>
20178
20179 PR gdb/17511
20180 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
20181 * gdb.base/sigstep.exp (other_handler_location): New global.
20182 (advance): Support stepping into the signal handler, and running
20183 commands while in the handler.
20184 (in_handler_map): New global.
20185 (top level): In the advance test, add combinations for getting
20186 into the handler with stepping commands, and for running commands
20187 in the handler. Add comment descripting the advancei tests.
20188
20189 2014-10-28 Pedro Alves <palves@redhat.com>
20190
20191 * gdb.base/sigstep.exp: Use build_executable instead of
20192 prepare_for_testing.
20193 (top level): Move code that starts GDB, runs to main and creates a
20194 display to ...
20195 (restart): ... this new procedure.
20196 (top level): Move backtrace from signal handler test to ...
20197 (validate_backtrace): ... this new procedure.
20198 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
20199 with_test_prefix. Always restart GDB.
20200 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
20201 with_test_prefix. Always restart GDB. No need to delete
20202 breakpoints after the test.
20203 (test_skip_handler): Remove prefix parameter.
20204 (skip_over_handler, breakpoint_to_handler)
20205 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
20206 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
20207 restart GDB. No need to delete breakpoints after the test.
20208 (top level): Use foreach to call the test procedures with
20209 different commands.
20210
20211 2014-10-28 Pedro Alves <palves@redhat.com>
20212
20213 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
20214 instead of GNATS numbers.
20215 * gdb.base/sigbpt.exp: Likewise.
20216 * gdb.base/siginfo.exp: Likewise.
20217 * gdb.base/sigstep.exp: Likewise.
20218
20219 2014-10-27 Pedro Alves <palves@redhat.com>
20220
20221 * gdb.base/sigstep.c (dummy): New global.
20222 (main): Issue a couple writes to the new global.
20223 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
20224 procedures.
20225 (skip_over_handler): Use test_skip_handler.
20226 (top level): Call skip_over_handler for stepi and nexti too.
20227 (breakpoint_over_handler): Use test_skip_handler.
20228 (top level): Call breakpoint_over_handler for stepi and nexti too.
20229
20230 2014-10-27 Yao Qi <yao@codesourcery.com>
20231
20232 * gdb.trace/tfile.c (adjust_function_address)
20233 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
20234 function descriptor.
20235
20236 2014-10-24 Don Breazeal <donb@codesourcery.com>
20237
20238 * gdb.base/foll-fork.exp (test_follow_fork,
20239 catch_fork_child_follow): Check for updated fork messages emitted
20240 from infrun.c.
20241 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
20242 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
20243 vfork_and_exec_child_follow_through_step): Check for updated vfork
20244 messages emitted from infrun.c.
20245
20246 2014-10-24 Pedro Alves <palves@redhat.com>
20247
20248 * gdb.base/corefile.exp: Remove references to ultrix.
20249 * gdb.base/interrupt.exp: Likewise.
20250 * gdb.base/whatis.exp: Likewise.
20251 * gdb.gdb/selftest.exp: Likewise.
20252 * gdb.threads/manythreads.exp: Likewise.
20253 * gdb.threads/print-threads.exp: Likewise.
20254 * gdb.threads/pthreads.exp:: Likewise.
20255 * gdb.threads/schedlock.exp: Likewise.
20256
20257 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
20258
20259 * gdb.cp/non-trivial-retval.cc: Add a test case.
20260 * gdb.cp/non-trivial-retval.exp: Add a test.
20261
20262 2014-10-20 Yao Qi <yao@codesourcery.com>
20263
20264 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
20265 * gdb.python/py-objfile-script-gdb.py: New file.
20266 * gdb.python/py-objfile-script.exp: Update reference to
20267 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
20268 of remote_download. Remove the dest file.
20269
20270 2014-10-20 Yao Qi <yao@codesourcery.com>
20271
20272 * gdb.base/checkpoint.exp: Don't remove file copied on host.
20273 * gdb.base/step-line.exp: Likewise.
20274 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
20275 * gdb.dwarf2/dw2-basic.exp: Likewise.
20276 * gdb.dwarf2/dw2-compressed.exp: Likewise.
20277 * gdb.dwarf2/dw2-filename.exp: Likewise.
20278 * gdb.dwarf2/dw2-intercu.exp: Likewise.
20279 * gdb.dwarf2/dw2-intermix.exp: Likewise.
20280 * gdb.dwarf2/dw2-producer.exp: Likewise.
20281 * gdb.dwarf2/mac-fileno.exp: Likewise.
20282 * gdb.python/py-frame-args.exp: Likewise.
20283 * gdb.python/py-framefilter.exp: Likewise.
20284 * gdb.python/py-mi.exp: Likewise.
20285 * gdb.python/py-objfile-script.exp: Likewise
20286 * gdb.python/py-pp-integral.exp: Likewise.
20287 * gdb.python/py-pp-re-notag.exp: Likewise.
20288 * gdb.python/py-prettyprint.exp: Likewise.
20289 * gdb.python/py-section-script.exp: Likewise.
20290 * gdb.python/py-typeprint.exp: Likewise.
20291 * gdb.python/py-xmethods.exp: Likewise.
20292 * gdb.stabs/weird.exp: Likewise.
20293 * gdb.xml/tdesc-regs.exp: Likewise.
20294
20295 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
20296
20297 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
20298 (out_cu): Use addr_len for the size of addresses.
20299 (out_line): Likewise. Size DW_LNE_set_address instruction
20300 according to addr_len.
20301 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
20302 (FUNC): Add START_INSNS to definition.
20303
20304 2014-10-18 Yao Qi <yao@codesourcery.com>
20305
20306 * gdb.base/argv0-symlink.exp: Check argv[0] value if
20307 gdb_has_argv0 return true.
20308 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
20309 check [target_info exists noargs], check [gdb_has_argv0]
20310 instead.
20311 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
20312 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
20313 procedures.
20314
20315 2014-10-17 Doug Evans <dje@google.com>
20316
20317 * gdb.python/py-events.exp: Update expected output for clear_objfiles
20318 event.
20319 * gdb.python/py-events.py: Add clear_objfiles event.
20320
20321 2014-10-17 Doug Evans <dje@google.com>
20322
20323 * gdb.python/py-objfile.exp: Test progspace attribute.
20324
20325 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
20326
20327 * gdb.guile/scm-breakpoint.exp: Do not assume any
20328 directory separators when matching source file paths.
20329 * gdb.python/py-breakpoint.exp: Likewise.
20330 * gdb.reverse/break-precsave.exp: Likewise.
20331 * gdb.reverse/break-reverse.exp: Likewise.
20332 * gdb.reverse/consecutive-precsave.exp: Likewise.
20333 * gdb.reverse/finish-precsave.exp: Likewise.
20334 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
20335 * gdb.reverse/finish-reverse.exp: Likewise.
20336 * gdb.reverse/i386-precsave.exp: Likewise.
20337 * gdb.reverse/i387-env-reverse.exp: Likewise.
20338 * gdb.reverse/i387-stack-reverse.exp: Likewise.
20339 * gdb.reverse/machinestate-precsave.exp: Likewise.
20340 * gdb.reverse/machinestate.exp: Likewise.
20341 * gdb.reverse/sigall-precsave.exp: Likewise.
20342 * gdb.reverse/solib-precsave.exp: Likewise.
20343 * gdb.reverse/step-precsave.exp: Likewise.
20344 * gdb.reverse/until-precsave.exp: Likewise.
20345 * gdb.reverse/watch-precsave.exp: Likewise.
20346 * gdb.reverse/watch-reverse.exp: Likewise.
20347
20348 2014-10-17 Yao Qi <yao@codesourcery.com>
20349
20350 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
20351 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
20352
20353 2014-10-17 Pedro Alves <palves@redhat.com>
20354
20355 PR gdb/17471
20356 * gdb.base/bg-execution-repeat.c: New file.
20357 * gdb.base/bg-execution-repeat.exp: New file.
20358
20359 2014-10-17 Pedro Alves <palves@redhat.com>
20360
20361 PR gdb/17300
20362 * gdb.base/continue-all-already-running.c: New file.
20363 * gdb.base/continue-all-already-running.exp: New file.
20364
20365 2014-10-17 Pedro Alves <palves@redhat.com>
20366
20367 PR gdb/17472
20368 * gdb.base/annota-input-while-running.c: New file.
20369 * gdb.base/annota-input-while-running.exp: New file.
20370
20371 2014-10-17 Pedro Alves <palves@redhat.com>
20372
20373 * gdb.base/callfuncs.exp: emove references to osf.
20374 * gdb.base/sigall.exp: Likewise.
20375 * gdb.gdb/selftest.exp: Likewise.
20376 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
20377 * gdb.mi/non-stop.c: Likewise.
20378 * gdb.mi/pthreads.c: Likewise.
20379 * gdb.reverse/sigall-precsave.exp: Likewise.
20380 * gdb.reverse/sigall-reverse.exp: Likewise.
20381 * gdb.threads/pthreads.c: Likewise.
20382 * gdb.threads/pthreads.exp: Likewise.
20383
20384 2014-10-17 Yao Qi <yao@codesourcery.com>
20385
20386 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
20387 check 'target_info exists noargs'.
20388 (test_command_prompt_position): Likewise.
20389 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
20390 Remove "set args".
20391 (progvar_simple_while_test): Likewise.
20392 (progvar_complex_if_while_test): Likewise.
20393 (if_while_breakpoint_command_test): Likewise.
20394 (infrun_breakpoint_command_test): Likewise.
20395 (breakpoint_command_test): Likewise.
20396 (watchpoint_command_test): Likewise.
20397 (bp_deleted_in_command_test): Likewise.
20398 (temporary_breakpoint_commands): Likewise.
20399
20400 2014-10-16 Yao Qi <yao@codesourcery.com>
20401
20402 * gdb.base/remotetimeout.exp: Remove noargs checking.
20403
20404 2014-10-15 Pedro Alves <palves@redhat.com>
20405
20406 PR breakpoints/9649
20407 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
20408 * gdb.base/breakpoint-in-ro-region.exp
20409 (probe_target_hardware_step): New procedure.
20410 (top level): Probe hardware stepping and hardware breakpoint
20411 support. Test stepping through a read-only region, with both
20412 "breakpoint auto-hw" on and off and both "always-inserted" on and
20413 off.
20414
20415 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
20416
20417 * gdb.dlang/demangle.exp: Update for demangling changes.
20418
20419 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
20420
20421 * gdb.cp/non-trivial-retval.cc: Add new test cases.
20422 * gdb.cp/non-trivial-retval.exp: Add new tests.
20423
20424 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
20425
20426 PR c++/13403
20427 PR c++/15154
20428 * gdb.cp/non-trivial-retval.cc: New file.
20429 * gdb.cp/non-trivial-retval.exp: New file.
20430
20431 2014-10-15 Yao Qi <yao@codesourcery.com>
20432
20433 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
20434 remote host.
20435
20436 2014-10-15 Yao Qi <yao@codesourcery.com>
20437
20438 * gdb.python/py-symbol.exp: Match file base name if host is
20439 remote, otherwise match file name with dir name.
20440 * gdb.python/py-symtab.exp: Likewise.
20441 * gdb.python/python.exp: Likewise.
20442
20443 2014-10-15 Yao Qi <yao@codesourcery.com>
20444
20445 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
20446 pattern.
20447 * gdb.python/py-symtab.exp: Likewise.
20448 * gdb.python/python.exp: Remove trailing ".*". Fix typo
20449 locationn.
20450
20451 2014-10-14 Joel Brobecker <brobecker@adacore.com>
20452
20453 * gdb.ada/addr_arith: New testcase.
20454
20455 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
20456
20457 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
20458 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
20459 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
20460 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
20461
20462 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
20463
20464 * gdb.arch/stap-eval-lang-ada.S: Likewise.
20465 * gdb.arch/stap-eval-lang-ada.c: Likewise.
20466 * gdb.arch/stap-eval-lang-ada.exp: New file.
20467
20468 2014-10-14 Yao Qi <yao@codesourcery.com>
20469
20470 * gdb.mi/mi-var-child.c (nothing1): New function.
20471 (nothing2): New function.
20472 (do_children_tests): Set function pointers by nothing1 and
20473 nothing2.
20474 * gdb.mi/mi-var-child.exp: Step over new added statements.
20475 Update test to match the new output.
20476 * gdb.mi/var-cmd.c (nothing1): New function.
20477 (nothing2): New function.
20478 (do_children_tests): Set function pointers by nothing1 and
20479 nothing2.
20480 * gdb.mi/mi-var-display.exp: Update test to match output.
20481 Step to the line specified by $line_dct_nothing.
20482 Increase the number of lines to step.
20483
20484 2014-10-14 Yao Qi <yao@codesourcery.com>
20485
20486 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
20487 tests.
20488 * gdb.mi/mi2-var-child.exp: Likewise.
20489
20490 2014-10-13 Doug Evans <dje@google.com>
20491
20492 * gdb.python/py-objfile.exp: Change name of file name test.
20493
20494 2014-10-13 Doug Evans <dje@google.com>
20495
20496 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
20497 from the start of the CU.
20498
20499 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
20500 Yao Qi <yao@codesourcery.com>
20501
20502 Fix "save breakpoints" for "catch" command.
20503 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
20504 Remove -nonewline. Match also the added "main" line.
20505
20506 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
20507
20508 Fix "save breakpoints" for "disable $bpnum" command.
20509 * gdb.base/save-bp.c (main): Add label.
20510 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
20511
20512 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
20513
20514 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
20515
20516 2014-10-11 Yao Qi <yao@codesourcery.com>
20517
20518 * gdb.server/server-kill.exp: Execute command
20519 "set remote trace-status-packet on" before "tstatus".
20520
20521 2014-10-11 Yao Qi <yao@codesourcery.com>
20522
20523 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
20524 (main): Call getppid.
20525 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
20526 and continue to it. Read variable "server_pid".
20527
20528 2014-10-11 Yao Qi <yao@codesourcery.com>
20529
20530 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
20531
20532 2014-10-11 Yao Qi <yao@codesourcery.com>
20533
20534 * gdb.threads/thread-find.exp: Don't execute command
20535 "info threads".
20536 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
20537 * gdb.threads/linux-dp.exp: Don't check the condition
20538 $threads_created equals to zero.
20539
20540 2014-10-10 Pedro Alves <palves@redhat.com>
20541
20542 * gdb.base/bigcore.exp: Remove references to IRIX.
20543 * gdb.base/funcargs.exp: Likewise.
20544 * gdb.base/interrupt.exp: Likewise.
20545 * gdb.base/mips_pro.exp: Likewise.
20546 * gdb.base/nodebug.exp: Likewise.
20547 * gdb.base/setvar.exp: Likewise.
20548 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
20549
20550 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
20551 Pedro Alves <palves@redhat.com>
20552
20553 PR symtab/14466
20554 * gdb.base/vdso-warning.c: New file.
20555 * gdb.base/vdso-warning.exp: New file.
20556
20557 2014-10-02 Doug Evans <dje@google.com>
20558
20559 * gdb.base/structs.c (main): Don't run forever.
20560
20561 2014-10-02 Pedro Alves <palves@redhat.com>
20562
20563 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
20564 (top level) <stop threads 1, stop threads 2>: Use it.
20565
20566 2014-10-02 Pedro Alves <palves@redhat.com>
20567
20568 * gdb.threads/break-while-running.exp (test): Add new
20569 'update_thread_list' argument. Skip "info threads" if false.
20570 (top level): Add new 'update_thread_list' axis.
20571
20572 2014-10-02 Pedro Alves <palves@redhat.com>
20573
20574 PR breakpoints/17431
20575 * gdb.base/execl-update-breakpoints.c: New file.
20576 * gdb.base/execl-update-breakpoints.exp: New file.
20577
20578 2014-10-01 Pedro Alves <palves@redhat.com>
20579
20580 * gdb.base/breakpoint-in-ro-region.c: New file.
20581 * gdb.base/breakpoint-in-ro-region.exp: New file.
20582
20583 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
20584
20585 * gdb.mi/mi-exit-code.exp: New file.
20586 * gdb.mi/mi-exit-code.c: New file.
20587
20588 2014-09-30 Yao Qi <yao@codesourcery.com>
20589
20590 * lib/prelink-support.exp (build_executable_own_libs): Error if
20591 the target isn't native.
20592
20593 2014-09-30 Yao Qi <yao@codesourcery.com>
20594
20595 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
20596 false.
20597
20598 2014-09-22 Pedro Alves <palves@redhat.com>
20599
20600 * gdb.threads/break-while-running.exp: New file.
20601 * gdb.threads/break-while-running.c: New file.
20602
20603 2014-09-19 Yao Qi <yao@codesourcery.com>
20604
20605 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
20606 Invoke test. Restart GDB with --readnow and invoke test again.
20607
20608 2014-09-19 Yao Qi <yao@codesourcery.com>
20609
20610 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
20611 proc set_breakpoint_on_gcd_function. Invoke
20612 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
20613 invoke set_breakpoint_on_gcd_function again.
20614
20615 2014-09-18 Doug Evans <dje@google.com>
20616
20617 * gdb.dwarf2/symtab-producer.exp: New file.
20618
20619 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
20620
20621 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
20622 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
20623 * gdb.base/global-var-nested-by-dso.c: Likewise.
20624 * gdb.base/global-var-nested-by-dso.exp: Likewise.
20625
20626 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
20627 Pedro Alves <palves@redhat.com>
20628
20629 * gdb.base/watch-bitfields.exp: Pass string other than test file
20630 name to prepare_for_testing.
20631 (watch): New procedure.
20632 (expect_watchpoint): Use with_test_prefix.
20633 (top level): Factor out tests to ...
20634 (test_watch_location, test_regular_watch): ... these new
20635 procedures, and use with_test_prefix and gdb_continue_to_end.
20636
20637 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
20638
20639 PR breakpoints/12526
20640 * gdb.base/watch-bitfields.exp: New file.
20641 * gdb.base/watch-bitfields.c: New file.
20642
20643 2014-09-16 Pedro Alves <palves@redhat.com>
20644
20645 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
20646 software and hardware addresses, not software address against
20647 itself.
20648
20649 2014-09-16 Pedro Alves <palves@redhat.com>
20650
20651 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
20652 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
20653
20654 2014-09-16 Pedro Alves <palves@redhat.com>
20655
20656 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
20657 files.
20658 * gdb.base/a2-run.exp: Remove all code guarded by istarget
20659 "*-*-vxworks*" throughout.
20660 * gdb.base/break.exp: Likewise.
20661 * gdb.base/default.exp: Likewise.
20662 * gdb.base/scope.exp: Likewise.
20663 * gdb.base/sepdebug.exp: Likewise.
20664 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
20665 throughout.
20666 * gdb.base/run.c: Likewise.
20667 * gdb.base/sepdebug.c: Likewise.
20668 * gdb.hp/gdb.aCC/run.c: Likewise.
20669 * gdb.reverse/until-reverse.c: Likewise.
20670 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
20671
20672 2014-09-16 Yao Qi <yao@codesourcery.com>
20673
20674 * boards/local-remote-host-native.exp: New file.
20675
20676 2014-09-14 Doug Evans <xdje42@gmail.com>
20677
20678 * gdb.threads/queue-signal.c (thread_count): New variable.
20679 (thread_count_mutex, thread_count_condvar): New variables.
20680 (incr_thread_count, wait_all_threads_running): New functions.
20681 (main): Wait for all threads to be in their thread functions.
20682
20683 2014-09-13 Doug Evans <xdje42@gmail.com>
20684
20685 * gdb.threads/queue-signal.c: New file.
20686 * gdb.threads/queue-signal.exp: New file.
20687
20688 2014-09-13 Doug Evans <xdje42@gmail.com>
20689
20690 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
20691 be consistent with what default_gdb_init uses.
20692 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
20693 the plain text of the prompt. Add some logging printfs.
20694 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
20695
20696 2014-09-12 Pedro Alves <palves@redhat.com>
20697
20698 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
20699 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
20700 * gdb.arch/i386-size-overlap.exp: Likewise.
20701 * gdb.arch/i386-size.exp: Likewise.
20702 * gdb.arch/i386-unwind.exp: Likewise.
20703 * gdb.base/a2-run.exp: Likewise.
20704 * gdb.base/break.exp: Likewise.
20705 * gdb.base/charset.exp: Likewise.
20706 * gdb.base/chng-syms.exp: Likewise.
20707 * gdb.base/commands.exp: Likewise.
20708 * gdb.base/dbx.exp: Likewise.
20709 * gdb.base/find.exp: Likewise.
20710 * gdb.base/funcargs.exp: Likewise.
20711 * gdb.base/jit-simple.exp: Likewise.
20712 * gdb.base/reread.exp: Likewise.
20713 * gdb.base/sepdebug.exp: Likewise.
20714 * gdb.base/step-bt.exp: Likewise.
20715 * gdb.cp/mb-inline.exp: Likewise.
20716 * gdb.cp/mb-templates.exp: Likewise.
20717 * gdb.objc/basicclass.exp: Likewise.
20718 * gdb.threads/killed.exp: Likewise.
20719
20720 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
20721
20722 PR tdep/17379
20723 * gdb.arch/powerpc-stackless.S: New file.
20724 * gdb.arch/powerpc-stackless.exp: New file.
20725
20726 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
20727
20728 * gdb.base/attach.c: Include unistd.h.
20729 (main): Call alarm. Add label postloop.
20730 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
20731 gdb_breakpoint, gdb_continue_to_breakpoint.
20732 (test_command_line_attach_run): Kill ${testpid} in one exit path.
20733
20734 2014-09-11 Pedro Alves <palves@redhat.com>
20735
20736 PR gdb/17347
20737 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
20738 * gdb.base/attach.exp (test_command_line_attach_run): New
20739 procedure.
20740 (top level): Call it.
20741
20742 2014-09-11 Pedro Alves <palves@redhat.com>
20743
20744 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
20745 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
20746 (do_command_attach_tests): Use spawn_wait_for_attach.
20747 * gdb.base/solib-overlap.exp: Likewise.
20748 * gdb.multi/multi-attach.exp: Likewise.
20749 * gdb.python/py-prompt.exp: Likewise.
20750 * gdb.python/py-sync-interp.exp: Likewise.
20751 * gdb.server/ext-attach.exp: Likewise.
20752
20753 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
20754
20755 * gdb.fortran/array-element.exp: Remove unexpected "continue"
20756 command in testcase. Simplify testcase.
20757
20758 2014-09-10 Joel Brobecker <brobecker@adacore.com>
20759
20760 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
20761
20762 2014-09-10 Joel Brobecker <brobecker@adacore.com>
20763
20764 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
20765
20766 2014-09-10 Joel Brobecker <brobecker@adacore.com>
20767
20768 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
20769
20770 2014-09-10 Joel Brobecker <brobecker@adacore.com>
20771
20772 * gdb.dwarf2/dynarr-ptr.c: New file.
20773 * gdb.dwarf2/dynarr-ptr.exp: New file.
20774
20775 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
20776
20777 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
20778 of 30 rather than hardcoding 120 for a slow test case. Take the
20779 `gdb,timeout' target setting into account for this calculation.
20780 Don't extend the timeout for the test cases that don't need it.
20781
20782 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
20783
20784 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
20785 a factor of 2 for a slow test case. Take the `gdb,timeout'
20786 target setting into account for this calculation.
20787 * gdb.reverse/until-precsave.exp: Increase the timeout by
20788 a factor of 15 and 3 respectively rather than adding 120
20789 for a pair of slow test cases. Take the `gdb,timeout'
20790 target setting into account for this calculation.
20791
20792 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
20793
20794 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
20795 timeout, don't pass one down to gdb_expect.
20796 (gdb_expect): Rework timeout selection.
20797
20798 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
20799
20800 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
20801 exception on timeout.
20802 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
20803 (gdbserver_start_extended): Catch any `gdbserver_start' error
20804 exceptions.
20805 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
20806 * lib/mi-support.exp (mi_gdb_target_load): Catch any
20807 `gdbserver_gdb_load' error exceptions.
20808
20809 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
20810
20811 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
20812 120 on waiting for the TCP socket to open.
20813
20814 2014-09-09 Doug Evans <xdje42@gmail.com>
20815
20816 * gdb.base/default.exp (show_conv_list): Add _caller_is,
20817 _caller_matches, _any_caller_is, _any_caller_matches.
20818
20819 2014-09-09 Doug Evans <xdje42@gmail.com>
20820
20821 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
20822
20823 2014-09-09 Yao Qi <yao@codesourcery.com>
20824
20825 * gdb.mi/mi-var-display.exp: Set print symbol off.
20826
20827 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
20828
20829 PR gdb/17035
20830 * gdb.base/commands.exp: Add tests to verify user-defined
20831 commands with empty bodies.
20832 * gdb.python/py-cmd.exp: Test that we don't show user-defined
20833 python commands in `show user command`.
20834 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
20835 scheme commands in `show user command`.
20836
20837 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
20838
20839 PR python/17355
20840 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
20841 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
20842 * gdb.python/py-framefilter-invalidarg.exp: New file.
20843 * gdb.python/py-framefilter-invalidarg.py: New file.
20844
20845 2014-09-06 Doug Evans <xdje42@gmail.com>
20846
20847 PR 15276
20848 * gdb.python/py-caller-is.c: New file.
20849 * gdb.python/py-caller-is.exp: New file.
20850
20851 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
20852
20853 PR gdb/17235
20854 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
20855 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
20856
20857 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
20858
20859 PR fortran/17237
20860 * gdb.fortran/print-formatted.exp: New file.
20861 * gdb.fortran/print-formatted.f90: Likewise.
20862
20863 2014-09-03 Sasha Smundak <asmundak@google.com>
20864
20865 * gdb.python/py-frame.exp: Test Frame.read_register.
20866
20867 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
20868
20869 PR python/16699
20870 * gdb.python/py-completion.exp: New file.
20871 * gdb.python/py-completion.py: Likewise.
20872
20873 2014-08-28 Doug Evans <dje@google.com>
20874
20875 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
20876 eax,etc. are live with values set by gdb and thus the compiler can't
20877 use them.
20878 * gdb.arch/i386-pseudo.c (main): Ditto.
20879
20880 2014-08-27 Doug Evans <dje@google.com>
20881
20882 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
20883
20884 2014-08-25 Doug Evans <dje@google.com>
20885
20886 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
20887 (main): Ditto.
20888
20889 2014-08-25 Doug Evans <dje@google.com>
20890
20891 * gdb.threads/thread-execl.exp: #include <stdio.h>.
20892
20893 2014-08-24 Yao Qi <yao@codesourcery.com>
20894
20895 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
20896 symbol off.
20897 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
20898
20899 2014-08-22 Doug Evans <dje@google.com>
20900
20901 PR 17276
20902 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
20903 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
20904 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
20905
20906 2014-08-22 Yao Qi <yao@codesourcery.com>
20907
20908 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
20909 * gdb.python/py-finish-breakpoint2.exp: Likewise.
20910 * gdb.python/python.exp: Likewise. Use .py file on the host
20911 instead of the build.
20912
20913 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
20914
20915 * gdb.threads/gcore-stale-thread.c: New file.
20916 * gdb.threads/gcore-stale-thread.exp: New file.
20917
20918 2014-08-21 Pedro Alves <palves@redhat.com>
20919
20920 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
20921 * gdb.base/gcore-relro-pie.exp: Likewise.
20922 * gdb.base/gcore-relro.exp: Likewise.
20923 * gdb.base/gcore.exp: Likewise.
20924 * gdb.base/print-symbol-loading.exp: Likewise.
20925 * gdb.threads/gcore-thread.exp: Likewise.
20926 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
20927
20928 2014-08-20 Pedro Alves <palves@redhat.com>
20929 Jan Kratochvil <jan.kratochvil@redhat.com>
20930
20931 * Makefile.in (EXTRA_RULES, CC): New variables, get from
20932 configure.
20933 (EXPECT): Handle READ1 being set.
20934 (all): Depend on EXTRA_RULES.
20935 (check-read1, expect-read1, read1.so, read1): New rules.
20936 * README (Testsuite Parameters): Document the READ1 make variable.
20937 (Race detection): New section.
20938 * configure: Regenerate.
20939 * configure.ac: If build==host==target, and running under a
20940 GNU/glibc system, add read1 to the extra Makefile rules.
20941 (EXTRA_RULES): AC_SUBST it.
20942 * lib/read1.c: New file.
20943
20944 2014-08-20 Joel Brobecker <brobecker@adacore.com>
20945
20946 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
20947 the handling of variables declared as a typedef to an array
20948 which a DW_AT_data_location attribute.
20949
20950 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
20951 Pedro Alves <palves@redhat.com>
20952
20953 PR symtab/14604
20954 PR symtab/14605
20955 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
20956 gdb_test.
20957
20958 2014-08-19 Pedro Alves <palves@redhat.com>
20959
20960 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
20961
20962 2014-08-19 Yao Qi <yao@codesourcery.com>
20963
20964 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
20965 right line.
20966
20967 2014-08-18 David Blaikie <dblaikie@gmail.com>
20968
20969 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
20970
20971 2014-08-18 Joel Brobecker <brobecker@adacore.com>
20972
20973 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
20974 attribute in array range.
20975
20976 2014-08-18 Joel Brobecker <brobecker@adacore.com>
20977
20978 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
20979
20980 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
20981
20982 PR c++/17132
20983 * gdb.cp/pr17132.cc: New file.
20984 * gdb.cp/pr17132.exp: New file.
20985
20986 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
20987
20988 * gdb.python/py-xmethods.py (A_getarrayind)
20989 (E_method_char_worker.__call__, E_method_int_worker.__call__):
20990 Use 'print' with function call syntax.
20991 (E_method_matcher.match): Fix tab vs space indentation mixup.
20992
20993 2014-08-15 Yao Qi <yao@codesourcery.com>
20994
20995 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
20996 false.
20997
20998 2014-08-15 Yao Qi <yao@codesourcery.com>
20999
21000 * gdb.cp/casts.exp: Set print symbol off.
21001 * gdb.cp/class2.exp: Likewise.
21002 * gdb.cp/overload.exp: Likewise.
21003 * gdb.cp/templates.exp: Likewise.
21004
21005 2014-08-11 Doug Evans <dje@google.com>
21006
21007 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
21008 (test_load_shlib): Update.
21009
21010 2014-08-09 Yao Qi <yao@codesourcery.com>
21011
21012 * gdb.base/display.exp: Invoke is_address_zero_readable.
21013 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
21014 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
21015 * gdb.base/hbreak-unmapped.exp: Return if
21016 is_address_zero_readable returns true.
21017 * gdb.base/signest.exp: Likewise.
21018 * gdb.base/signull.exp: Likewise.
21019 * gdb.base/sigbpt.exp: Likewise.
21020 * gdb.guile/scm-disasm.exp: Do the test if
21021 is_address_zero_readable returns false.
21022 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
21023 * gdb.python/py-arch.exp: Likewise.
21024 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
21025 * lib/gdb.exp (is_address_zero_readable): New proc.
21026
21027 2014-08-09 Yao Qi <yao@codesourcery.com>
21028
21029 PR testsuite/13443
21030 * gdb.mi/mi-var-display.exp: Make test messages unique.
21031
21032 2014-08-04 Tom Tromey <tromey@redhat.com>
21033
21034 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
21035 target 0".
21036
21037 2014-08-04 Tom Tromey <tromey@redhat.com>
21038
21039 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
21040 "target_resume".
21041
21042 2014-08-01 Joel Brobecker <brobecker@adacore.com>
21043
21044 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
21045 inner_vla_struct_object_size.
21046 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
21047 as xfail.
21048
21049 2014-07-30 Pedro Alves <palves@redhat.com>
21050
21051 * gdb.threads/signal-command-handle-nopass.exp (test): Add
21052 comment.
21053
21054 2014-07-29 Yao Qi <yao@codesourcery.com>
21055
21056 PR gdb/17206
21057 * gdb.base/until-nodebug.exp: New.
21058
21059 2014-07-28 Doug Evans <xdje42@gmail.com>
21060
21061 PR guile/17203
21062 * gdb.guile/scm-parameter.exp: Add tests for trying to create
21063 previously existing parameter, and previously ambiguously spelled
21064 parameter.
21065
21066 2014-07-28 Will Newton <will.newton@linaro.org>
21067
21068 * gdb.base/varargs.exp: Remove KFAILs for ARM.
21069
21070 2014-07-26 Ludovic Courtès <ludo@gnu.org>
21071 Doug Evans <xdje42@gmail.com>
21072
21073 PR guile/17146
21074 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
21075
21076 2014-07-25 Pedro Alves <palves@redhat.com>
21077
21078 * gdb.threads/signal-command-handle-nopass.c: New file.
21079 * gdb.threads/signal-command-handle-nopass.exp: New file.
21080 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
21081 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
21082 * gdb.threads/signal-delivered-right-thread.c: New file.
21083 * gdb.threads/signal-delivered-right-thread.exp: New file.
21084
21085 2014-07-25 Pedro Alves <palves@redhat.com>
21086
21087 * gdb.base/double-prompt-target-event-error.exp
21088 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
21089 match.
21090 (cancel_pagination_in_target_event): Rework double prompt
21091 detection.
21092 * gdb.base/paginate-after-ctrl-c-running.exp
21093 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
21094 <return>' match.
21095 * gdb.base/paginate-bg-execution.exp
21096 (test_bg_execution_pagination_return)
21097 (test_bg_execution_pagination_cancel): Remove '-notransfer
21098 <return>' matches.
21099 * gdb.base/paginate-execution-startup.exp
21100 (test_fg_execution_pagination_return)
21101 (test_fg_execution_pagination_cancel): Remove '-notransfer
21102 <return>' matches.
21103 * gdb.base/paginate-inferior-exit.exp
21104 (test_paginate_inferior_exited): Remove '-notransfer <return>'
21105 match.
21106 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
21107 * lib/gdb.exp (pagination_prompt): Run text through
21108 string_to_regexp.
21109 (gdb_test_multiple): Match $pagination_prompt instead of
21110 "<return>".
21111 (string_to_regexp): Move to lib/gdb-utils.exp.
21112
21113 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
21114
21115 * gdb.arch/amd64-entry-value-paramref.S: New file.
21116 * gdb.arch/amd64-entry-value-paramref.cc: New file.
21117 * gdb.arch/amd64-entry-value-paramref.exp: New file.
21118 * gdb.arch/amd64-optimout-repeat.S: New file.
21119 * gdb.arch/amd64-optimout-repeat.c: New file.
21120 * gdb.arch/amd64-optimout-repeat.exp: New file.
21121
21122 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
21123
21124 PR gdb/17170
21125 * gdb.base/statistics.exp: New file.
21126
21127 2014-07-17 Doug Evans <dje@google.com>
21128
21129 PR gdb/17170
21130 * gdb.base/maint.exp: Update testing of per-command stats.
21131
21132 2014-07-16 Pedro Alves <palves@redhat.com>
21133
21134 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
21135 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
21136 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
21137 (tfile_write_buf): New functions.
21138 (add_memory_block): Rewrite using the above.
21139 (adjust_function_address): New function.
21140 (FUNCTION_ADDRESS): New macro.
21141 (write_basic_trace_file): Remove short_x local, and use
21142 tfile_write_16. Change type of func_addr local to unsigned long
21143 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
21144 here. Cast argument of add_memory_block to char pointer.
21145 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
21146 (main): Remove parameters.
21147 * gdb.trace/tfile.exp: Remove nowarnings.
21148
21149 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
21150
21151 * gdb.base/debug-expr.exp: Test string evaluation with
21152 "debug expression" on.
21153
21154 2014-07-15 Pedro Alves <palves@redhat.com>
21155
21156 * gdb.base/reread.exp: Use clean_restart.
21157
21158 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
21159
21160 * gdb.arch/avr-flash-qualifer.c: New.
21161 * gdb.arch/avr-flash-qualifer.exp: New.
21162
21163 2014-07-14 Pedro Alves <palves@redhat.com>
21164
21165 * gdb.base/paginate-after-ctrl-c-running.c: New file.
21166 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
21167
21168 2014-07-14 Pedro Alves <palves@redhat.com>
21169
21170 * gdb.base/double-prompt-target-event-error.c: New file.
21171 * gdb.base/double-prompt-target-event-error.exp: New file.
21172
21173 2014-07-14 Pedro Alves <palves@redhat.com>
21174
21175 PR gdb/17072
21176 * gdb.base/paginate-inferior-exit.c: New file.
21177 * gdb.base/paginate-inferior-exit.exp: New file.
21178
21179 2014-07-14 Pedro Alves <palves@redhat.com>
21180
21181 PR gdb/17072
21182 * gdb.base/paginate-bg-execution.c: New file.
21183 * gdb.base/paginate-bg-execution.exp: New file.
21184
21185 2014-07-14 Pedro Alves <palves@redhat.com>
21186
21187 PR gdb/17072
21188 * gdb.base/paginate-execution-startup.c: New file.
21189 * gdb.base/paginate-execution-startup.exp: New file.
21190 * lib/gdb.exp (pagination_prompt): New global.
21191 (default_gdb_spawn): New procedure, factored out from
21192 default_gdb_spawn.
21193 (default_gdb_start): Adjust to call default_gdb_spawn.
21194 (gdb_spawn): New procedure.
21195
21196 2014-07-14 Pedro Alves <palves@redhat.com>
21197
21198 * lib/gdb.exp (gdb_assert): New procedure.
21199 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
21200
21201 2014-07-14 Pedro Alves <palves@redhat.com>
21202
21203 * gdb.base/execution-termios.c: New file.
21204 * gdb.base/execution-termios.exp: New file.
21205
21206 2014-07-14 Tom Tromey <tromey@redhat.com>
21207
21208 * gdb.cp/vla-cxx.cc: New file.
21209 * gdb.cp/vla-cxx.exp: New file.
21210
21211 2014-07-14 Tom Tromey <tromey@redhat.com>
21212
21213 * gdb.reverse/rerun-prec.c: New file.
21214 * gdb.reverse/rerun-prec.exp: New file.
21215
21216 2014-07-12 Maciej W. Rozycki <macro@mips.com>
21217 Maciej W. Rozycki <macro@codesourcery.com>
21218
21219 * lib/gdb-utils.exp: New file.
21220 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
21221 inline `gdb_init_command' processing.
21222 (gdb_start_cmd): Likewise.
21223 * lib/mi-support.exp (mi_run_cmd): Likewise.
21224 * README: Document `gdb_init_command' and `gdb_init_commands'.
21225
21226 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
21227
21228 Fix false FAIL running under a very long directory name.
21229 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
21230 and "set print elements 10000". Twice.
21231
21232 2014-07-11 Yao Qi <yao@codesourcery.com>
21233
21234 * gdb.base/exprs.exp: "set print symbol off".
21235
21236 2014-07-11 Pedro Alves <palves@redhat.com>
21237
21238 * gdb.threads/kill.c: New file.
21239 * gdb.threads/kill.exp: New file.
21240
21241 2014-07-10 Yao Qi <yao@codesourcery.com>
21242
21243 * gdb.trace/tfile.c (write_basic_trace_file)
21244 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
21245 address written to trace file.
21246
21247 2014-07-09 Pedro Alves <palves@redhat.com>
21248
21249 * gdb.base/attach-wait-input.exp: New file.
21250 * gdb.base/attach-wait-input.c: New file.
21251
21252 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
21253
21254 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
21255 setting up test structures.
21256 (main): Call new test function.
21257 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
21258 test function, continue into test function and walk test
21259 structures.
21260
21261 2014-07-02 Yao Qi <yao@codesourcery.com>
21262
21263 * gdb.trace/entry-values.c: Define labels 'foo_start' and
21264 'bar_start' at the beginning of functions 'foo' and 'bar'
21265 respectively.
21266 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
21267 instead of 'foo' and 'bar'.
21268
21269 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
21270
21271 * gdb.btrace/segv.exp: New.
21272 * gdb.btrace/segv.c: New.
21273
21274 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
21275
21276 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
21277 instruction.
21278
21279 2014-06-30 Mark Wielaard <mjw@redhat.com>
21280
21281 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
21282 vulture, vilify, villar): New volatile array constants.
21283 (vindictive, vegetation): New const volatile array constants.
21284 * gdb.base/volatile.exp: Test volatile and const volatile array
21285 types.
21286
21287 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
21288
21289 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
21290 target lacks support for awatch, rwatch, or hbreak.
21291
21292 2014-06-27 Yao Qi <yao@codesourcery.com>
21293
21294 * gdb.multi/dummy-frame-restore.exp: New.
21295 * gdb.multi/dummy-frame-restore.c: New.
21296
21297 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
21298
21299 * gdb.btrace/gcore.exp: New.
21300
21301 2014-06-23 Pedro Alves <palves@redhat.com>
21302
21303 * gdb.base/watchpoint-reuse-slot.c: New file.
21304 * gdb.base/watchpoint-reuse-slot.exp: New file.
21305
21306 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
21307
21308 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
21309 progspace's filename in 'info', 'enable' and 'disable' command
21310 tests.
21311
21312 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
21313
21314 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
21315 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
21316 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
21317
21318 2014-06-20 Gary Benson <gbenson@redhat.com>
21319
21320 * gdb.arch/i386-avx.exp: Fix include file location.
21321 * gdb.arch/i386-sse.exp: Likewise.
21322
21323 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
21324
21325 * gdb.dlang/expression.exp: New file.
21326
21327 2014-06-19 Pedro Alves <palves@redhat.com>
21328
21329 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
21330 out from ...
21331 (top level): ... here. Iterate running tests under different
21332 scheduler-locking settings.
21333
21334 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
21335
21336 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
21337 to DW_FORM_addr and use non-zero addresses.
21338
21339 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
21340
21341 PR gdb/17017
21342 * gdb.python/py-xmethods.cc: Add global function call counters and
21343 increment them in their respective functions. Remove "cout"
21344 statements.
21345 * gdb.python/py-xmethods.exp: Make tests check the global function
21346 call counters instead of depending on inferior IO.
21347
21348 2014-06-18 Don Breazeal <donb@codesourcery.com>
21349
21350 * gdb.base/foll-fork.exp (default_fork_parent_follow):
21351 Deleted procedure.
21352 (explicit_fork_parent_follow): Deleted procedure.
21353 (explicit_fork_child_follow): Deleted procedure.
21354 (test_follow_fork): New procedure.
21355 (do_fork_tests): Replace calls to deleted procedures with
21356 calls to test_follow_fork and reset GDB for subsequent
21357 procedure calls.
21358
21359 2014-06-17 Yao Qi <yao@codesourcery.com>
21360
21361 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
21362 CP1252.
21363
21364 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
21365
21366 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
21367 Initialize ptr and S explicitly.
21368 (skip_type_update_when_not_use_rtti_test): Likewise.
21369
21370 2014-06-16 Keith Seitz <keiths@redhat.com>
21371
21372 PR mi/15863
21373 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
21374 the inferior is started.
21375
21376 2014-06-16 Pedro Alves <palves@redhat.com>
21377
21378 * gdb.base/break-main-file-remove-fail.c: New file.
21379 * gdb.base/break-main-file-remove-fail.exp: New file.
21380 * gdb.base/break-unload-file.exp: Use build_executable instead of
21381 prepare_for_testing.
21382 (test_break): New parameter "initial_load". Handle it.
21383 (top level): Add initial_load cmdline/file axis.
21384
21385 2014-06-12 Tom Tromey <tromey@redhat.com>
21386
21387 * gdb.base/completion.exp: Don't use directory name in test.
21388
21389 2014-06-09 Gary Benson <gbenson@redhat.com>
21390
21391 * gdb.base/sigall.c [Functions to send signals]: Reorder to
21392 separate the always-available ANSI-standard signals from the
21393 signals that require checking.
21394 (main): Likewise.
21395 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
21396 Likewise.
21397 (main): Likewise.
21398
21399 2014-06-07 Keith Seitz <keiths@redhat.com>
21400
21401 Revert:
21402 PR c++/16253
21403 * gdb.cp/var-tag.cc: New file.
21404 * gdb.cp/var-tag.exp: New file.
21405 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
21406 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
21407 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
21408 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
21409
21410 2014-06-06 Doug Evans <xdje42@gmail.com>
21411
21412 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
21413
21414 2014-06-06 Pedro Alves <palves@redhat.com>
21415
21416 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
21417 in target debug output instead of looking at RSP packets,
21418 disabling the test on any target that uses hardware stepping.
21419 Update comments.
21420
21421 2014-06-06 Pedro Alves <palves@redhat.com>
21422
21423 * gdb.base/break-unload-file.exp: Fix typo.
21424
21425 2014-06-06 Yao Qi <yao@codesourcery.com>
21426
21427 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
21428 from "jit_function" to "^jit_function".
21429
21430 2014-06-06 Yao Qi <yao@codesourcery.com>
21431
21432 * gdb.base/async.c (foo): Add one statement.
21433 * gdb.base/async.exp: Get the next instruction address and
21434 match the output of "nexti" by instruction address. Match
21435 the hex address in the output of "finish".
21436
21437 2014-06-06 Gary Benson <gbenson@redhat.com>
21438
21439 * gdb.base/call-signals.c: Remove preprocessor conditionals
21440 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
21441 SIGSEGV and SIGTERM.
21442 * gdb.base/sigall.c: Likewise.
21443 * gdb.base/unwindonsignal.c: Likewise.
21444 * gdb.reverse/sigall-reverse.c: Likewise.
21445
21446 2014-06-06 Yao Qi <yao@codesourcery.com>
21447
21448 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
21449 readable, skip the test.
21450
21451 2014-06-06 Yao Qi <yao@codesourcery.com>
21452
21453 * gdb.threads/staticthreads.c (thread_function): Move the line
21454 setting breakpoint on forward.
21455 * gdb.threads/staticthreads.exp: Update comments.
21456
21457 2014-06-05 Ludovic Courtès <ludo@gnu.org>
21458
21459 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
21460 "history-append! type error".
21461
21462 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
21463
21464 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
21465 erroneous dprintf expected input.
21466
21467 2014-06-04 Doug Evans <xdje42@gmail.com>
21468
21469 * gdb.guile/scm-generics.exp: Delete.
21470
21471 2014-06-04 Doug Evans <xdje42@gmail.com>
21472
21473 * gdb.guile/scm-breakpoint.exp: Update.
21474 Add tests for breakpoint registration.
21475
21476 2014-06-04 Tom Tromey <tromey@redhat.com>
21477
21478 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
21479 VLA-in-union.
21480 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
21481 inner_vla_struct, vla_union types. Initialize objects of those
21482 types and compute their sizes.
21483
21484 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
21485 Hui Zhu <hui@codesourcery.com>
21486
21487 * gdb.base/fileio.exp: Add test for shell not available as well as
21488 available.
21489 * gdb.base/fileio.c (test_system): Check for shell twice.
21490
21491 2014-06-04 Yao Qi <yao@codesourcery.com>
21492
21493 * gdb.base/auto-connect-native-target.exp: Remove redundant
21494 space from the regexp pattern.
21495
21496 2014-06-04 Yao Qi <yao@codesourcery.com>
21497
21498 * gdb.base/default.exp: Replace "child" with "native" in
21499 regexp pattern.
21500
21501 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
21502
21503 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
21504 * gdb.python/py-xmethods.exp: New tests to test xmethods.
21505 * gdb.python/py-xmethods.py: Python script supporting the
21506 new testcase and tests.
21507
21508 2014-06-03 Joel Brobecker <brobecker@adacore.com>
21509 Pedro Alves <palves@redhat.com>
21510
21511 PR breakpoints/17000
21512 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
21513 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
21514
21515 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
21516
21517 * gdb.base/subst.exp: Add tests to verify partial path matching
21518 output.
21519
21520 2014-06-03 Pedro Alves <palves@redhat.com>
21521
21522 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
21523 target that doesn't use software single-stepping.
21524
21525 2014-06-03 Pedro Alves <palves@redhat.com>
21526
21527 PR breakpoints/17000
21528 * gdb.base/sss-bp-on-user-bp-2.c: New file.
21529 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
21530
21531 2014-06-02 Doug Evans <xdje42@gmail.com>
21532
21533 * gdb.guile/scm-parameter.exp: New file.
21534
21535 2014-06-02 Doug Evans <xdje42@gmail.com>
21536
21537 * gdb.guile/scm-cmd.c: New file.
21538 * gdb.guile/scm-cmd.exp: New file.
21539
21540 2014-06-02 Doug Evans <xdje42@gmail.com>
21541
21542 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
21543 pretty-printer lookup.
21544 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
21545 (make-pp_s-printer): Call it.
21546 (make-pretty-printer-from-dict): New function.
21547 (lookup-pretty-printer-maker-from-dict): New function.
21548 (*pretty-printer*): Simplify.
21549 (make-objfile-pp_s-printer): New function.
21550 (install-objfile-pretty-printers!): New function.
21551 (make-progspace-pp_s-printer): New function.
21552 (install-progspace-pretty-printers!): New function.
21553 * gdb.guile/scm-progspace.c: New file.
21554 * gdb.guile/scm-progspace.exp: New file.
21555
21556 2014-06-02 Pedro Alves <palves@redhat.com>
21557
21558 * gdb.base/dprintf-bp-same-addr.c: New file.
21559 * gdb.base/dprintf-bp-same-addr.exp: New file.
21560
21561 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
21562
21563 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
21564 * gdb.arch/powerpc-power.s: Likewise.
21565
21566 2014-06-02 Joel Brobecker <brobecker@adacore.com>
21567
21568 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
21569
21570 2014-06-01 Yao Qi <yao@codesourcery.com>
21571
21572 * gdb.base/watchpoint.exp (test_watch_location): Check null
21573 pointer can be dereferenced. If not, do the test, otherwise
21574 skip it.
21575
21576 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
21577
21578 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
21579 results.
21580 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
21581
21582 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
21583
21584 * gdb.arch/amd64-invalid-stack-middle.S: New file.
21585 * gdb.arch/amd64-invalid-stack-middle.c: New file.
21586 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
21587 * gdb.arch/amd64-invalid-stack-top.c: New file.
21588 * gdb.arch/amd64-invalid-stack-top.exp: New file.
21589
21590 2014-05-30 Pedro Alves <palves@redhat.com>
21591
21592 PR breakpoints/17000
21593 * gdb.base/sss-bp-on-user-bp.c: New file.
21594 * gdb.base/sss-bp-on-user-bp.exp: New file.
21595
21596 2014-05-30 David Blaikie <dblaikie@gmail.com>
21597
21598 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
21599 gnu_inline semantics via attribute.
21600 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
21601 source explicitly specifies the required semantics.
21602
21603 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
21604
21605 * gdb.reverse/sigall-reverse.exp: Fix a typo.
21606
21607 2014-05-29 Pedro Alves <palves@redhat.com>
21608 Tom Tromey <tromey@redhat.com>
21609
21610 * gdb.base/async-shell.exp: Don't enable target-async.
21611 * gdb.base/async.exp
21612 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
21613 parameter. Adjust.
21614 (top level): Don't test with "target-async".
21615 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
21616 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
21617 * gdb.base/inferior-died.exp: Don't enable target-async.
21618 * gdb.base/interrupt-noterm.exp: Likewise.
21619 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
21620 * gdb.mi/mi-nonstop-exit.exp: Likewise.
21621 * gdb.mi/mi-nonstop.exp: Likewise.
21622 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
21623 * gdb.mi/mi-nsintrall.exp: Likewise.
21624 * gdb.mi/mi-nsmoribund.exp: Likewise.
21625 * gdb.mi/mi-nsthrexec.exp: Likewise.
21626 * gdb.mi/mi-watch-nonstop.exp: Likewise.
21627 * gdb.multi/watchpoint-multi.exp: Adjust comment.
21628 * gdb.python/py-evsignal.exp: Don't enable target-async.
21629 * gdb.python/py-evthreads.exp: Likewise.
21630 * gdb.python/py-prompt.exp: Likewise.
21631 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
21632 * gdb.server/solib-list.exp: Don't enable target-async.
21633 * gdb.threads/thread-specific-bp.exp: Likewise.
21634 * lib/mi-support.exp: Adjust to use mi-async.
21635
21636 2014-05-29 Pedro Alves <palves@redhat.com>
21637
21638 PR gdb/13860
21639 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
21640 reason, even in sync mode.
21641
21642 2014-05-29 Pedro Alves <palves@redhat.com>
21643 Hui Zhu <hui@codesourcery.com>
21644
21645 PR PR15693
21646 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
21647 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
21648 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
21649 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
21650
21651 2014-05-28 Joel Brobecker <brobecker@adacore.com>
21652
21653 * config/monitor.exp (gdb_target_monitor): Replace use of
21654 "set remotebaud" by "set serial baud".
21655
21656 2014-05-26 Andy Wingo <wingo@igalia.com>
21657
21658 * gdb.guile/scm-breakpoint.exp:
21659 * gdb.guile/scm-gsmob.exp: Update to use plain old object
21660 properties instead of gdb-object-properties.
21661
21662 2014-05-26 Yao Qi <yao@codesourcery.com>
21663
21664 * gdb.server/no-thread-db.exp: Specify source file name
21665 explicitly when setting a breakpoint.
21666
21667 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
21668
21669 * gdb.btrace/vdso.c: New.
21670 * gdb.btrace/vdso.exp: New.
21671
21672 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
21673
21674 * gdb.base/gcore.exp (capture_command_output): Move ...
21675 * lib/gdb.exp (capture_command_output): ... here.
21676
21677 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
21678
21679 * gdb.btrace/data.exp: Test memory access during btrace replay.
21680
21681 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
21682
21683 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
21684
21685 2014-05-21 Pedro Alves <palves@redhat.com>
21686
21687 PR gdb/13860
21688 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
21689 (top level): Test that output related to execution commands is
21690 sent to the console with CLI commands, but not with MI commands.
21691 Test that breakpoint events are always mirrored to the console.
21692 Also expect the new source line to be output after a "next" in
21693 async mode too. Make it a pass/fail test.
21694 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
21695 output.
21696 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
21697
21698 2014-05-21 Pedro Alves <palves@redhat.com>
21699
21700 * gdb.base/list.exp (build_pattern, test_list): New procedures.
21701 Use them to test variations of "list" after reaching a breakpoint.
21702 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
21703 Test "list" with listsize 10 after reaching a breakpoint.
21704 * gdb.python/python.exp (decode_line current location line
21705 number): Adjust expected line number.
21706
21707 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
21708
21709 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
21710 behavior for $args, pass it directly to "run".
21711
21712 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
21713
21714 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
21715 30000 to 65536.
21716
21717 2014-05-21 Pedro Alves <palves@redhat.com>
21718
21719 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
21720 auto-connect-native-target off".
21721 * gdb.base/auto-connect-native-target.c: New file.
21722 * gdb.base/auto-connect-native-target.exp: New file.
21723
21724 2014-05-21 Pedro Alves <palves@redhat.com>
21725
21726 * gdb.base/default.exp: Test "target native" instead of "target
21727 child".
21728
21729 2014-05-21 Mark Wielaard <mjw@redhat.com>
21730
21731 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
21732
21733 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
21734
21735 Fix TLS access for -static -pthread.
21736 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
21737 <HAVE_TLS> (thread_function, main): Initialize it.
21738 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
21739 Add clean_restart.
21740 <$have_tls != "">: Check TLSVAR.
21741
21742 2014-05-21 Pedro Alves <palves@redhat.com>
21743
21744 * gdb.base/dcache-line-read-error.c: New.
21745 * gdb.base/dcache-line-read-error.exp: New.
21746
21747 2014-05-20 Pedro Alves <palves@redhat.com>
21748
21749 * gdb.base/compare-sections.c: New file.
21750 * gdb.base/compare-sections.exp: New file.
21751
21752 2014-05-20 Pedro Alves <palves@redhat.com>
21753
21754 * gdb.base/break-idempotent.c: New file.
21755 * gdb.base/break-idempotent.exp: New file.
21756
21757 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
21758
21759 * gdb.btrace/nohist.exp: New.
21760
21761 2014-05-20 Yao Qi <yao@codesourcery.com>
21762
21763 * lib/gdb.exp (gdb_init): Set timeout if test file is under
21764 gdb.reverse directory and gdb_reverse_timeout exists in board
21765 setting.
21766 * README: Document gdb_reverse_timeout.
21767
21768 2014-05-20 Yao Qi <yao@codesourcery.com>
21769
21770 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
21771 'test_file_name'. Treat args as a string instead of a list.
21772 (gdb_init): Rename argument 'args' by 'test_file_name'.
21773
21774 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
21775
21776 * gdb.arch/powerpc-power.exp: New file.
21777 * gdb.arch/powerpc-power.s: New file.
21778
21779 2014-05-16 Doug Evans <dje@google.com>
21780
21781 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
21782 * gdb.base/completion.exp: Check that all expected files exist
21783 before doing file completion.
21784
21785 2014-05-16 Doug Evans <dje@google.com>
21786
21787 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
21788 Update.
21789 (do_syscall_tests_without_xml): Update.
21790
21791 2014-05-16 Pedro Alves <palves@redhat.com>
21792
21793 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
21794 instead of "unknown output after running".
21795
21796 2014-05-16 Yao Qi <yao@codesourcery.com>
21797
21798 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
21799 file1.txt from host at the end.
21800 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
21801
21802 2014-05-15 Doug Evans <dje@google.com>
21803
21804 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
21805 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
21806 loading file. Add test for TU lookup.
21807
21808 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
21809
21810 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
21811 calling "-exec-arguments" or "set args" before running the
21812 inferior.
21813
21814 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
21815
21816 * lib/mi-support.exp (mi_expect_stop): Expect message for
21817 inferiors that exit with non-zero exit code.
21818
21819 2014-05-14 Yao Qi <yao@codesourcery.com>
21820
21821 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
21822 match absolute path on remote host.
21823 (test_file_list_exec_source_files): Remove "/" from the
21824 pattern.
21825
21826 2014-05-14 Yao Qi <yao@codesourcery.com>
21827
21828 * boards/local-remote-host-notty.exp (${board}_file): New
21829 proc.
21830
21831 2014-05-07 Kyle McMartin <kyle@redhat.com>
21832
21833 Pushed by Joel Brobecker <brobecker@adacore.com>.
21834 * gdb.arch/aarch64-atomic-inst.c: New file.
21835 * gdb.arch/aarch64-atomic-inst.exp: New file.
21836
21837 2014-05-07 Yao Qi <yao@codesourcery.com>
21838
21839 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
21840 in current context" too.
21841
21842 2014-05-05 Keith Seitz <keiths@redhat.com>
21843
21844 * gdb.linespec/ls-dollar.exp: Add test for linespec
21845 file:convenience_variable.
21846
21847 2014-05-05 Yao Qi <yao@codesourcery.com>
21848
21849 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
21850 traceframes into tfile and ctf trace files. Read data from
21851 trace file and test collected data.
21852 (gdb_collect_locals_test): Likewise.
21853 (gdb_unavailable_registers_test): Likewise.
21854 (gdb_unavailable_floats): Likewise.
21855 (gdb_collect_globals_test): Likewise.
21856 (top-level): Append "ctf" to trace_file_targets if GDB
21857 supports.
21858
21859 2014-05-05 Yao Qi <yao@codesourcery.com>
21860
21861 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
21862 code to ...
21863 (gdb_collect_args_test_1): ... it. New proc.
21864 (gdb_collect_locals_test): Move some code to ...
21865 (gdb_collect_locals_test_1): ... it. New proc.
21866 (gdb_unavailable_registers_test): Move some code to ...
21867 (gdb_unavailable_registers_test_1): ... it. New proc.
21868 (gdb_unavailable_floats): Move some code to ...
21869 (gdb_unavailable_floats_1): ... it. New proc.
21870
21871 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
21872
21873 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
21874 probes to test for bitness recognition.
21875 * gdb.arch/amd64-stap-optional-prefix.exp
21876 (test_probe_value_without_reg): New procedure.
21877 Add code to test for different kinds of bitness.
21878
21879 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
21880
21881 PR breakpoints/16889
21882 * gdb.arch/amd64-stap-optional-prefix.S: New file.
21883 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
21884
21885 2014-05-01 Pedro Alves <palves@redhat.com>
21886
21887 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
21888 gdb_file_cmd if no file is specified.
21889 * boards/native-extended-gdbserver.exp (gdb_load): Use the
21890 last_loaded_file to set the remote exec-file.
21891
21892 2014-05-01 Pedro Alves <palves@redhat.com>
21893
21894 * boards/local-remote-host.exp: New file.
21895
21896 2014-05-01 Pedro Alves <palves@redhat.com>
21897
21898 * boards/local-remote-host.exp: Rename to ...
21899 * boards/local-remote-host-notty.exp: ... this.
21900
21901 2014-04-28 Joel Brobecker <brobecker@adacore.com>
21902
21903 * gdb.ada/dyn_arrayidx: New testcase.
21904
21905 2014-04-26 Yao Qi <yao@codesourcery.com>
21906
21907 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
21908 and compute the length of function main. Save it in
21909 $main_length.
21910 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
21911 (top-level): Use gdb_compile to compile objects into
21912 executable and restart GDB. Remove invocation to
21913 prepare_for_testing.
21914
21915 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
21916 Pedro Alves <palves@redhat.com>
21917
21918 PR server/16255
21919 * gdb.multi/multi-attach.c: New file.
21920 * gdb.multi/multi-attach.exp: New file.
21921
21922 2014-04-25 Pedro Alves <palves@redhat.com>
21923
21924 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
21925 user.
21926 (top level): Test that "set remote conditional-breakpoints-packet
21927 off" works as intended.
21928 * gdb.base/dprintf.exp: Test that "set remote
21929 breakpoint-commands-packet off" works as intended.
21930 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
21931 New function.
21932 (top level): Call it.
21933 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
21934 remote fast-tracepoints-packet off" works as intended.
21935 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
21936 * lib/gdb.exp (gdb_is_target_remote): ... here.
21937
21938 2014-04-24 David Blaikie <dblaikie@gmail.com>
21939
21940 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
21941 ensure clang would not discard them.
21942 * gdb.base/gdbvars.c: Ditto.
21943 * gdb.base/memattr.c: Ditto.
21944 * gdb.base/whatis.c: Ditto.
21945 * gdb.python/py-prettyprint.c: Ditto.
21946 * gdb.trace/actions.c: Ditto.
21947 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
21948 ensure clang would not discard it.
21949
21950 2014-04-24 David Blaikie <dblaikie@gmail.com>
21951
21952 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
21953 clang to emit the full definition of type required by the test
21954 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
21955
21956 2014-04-24 David Blaikie <dblaikie@gmail.com>
21957
21958 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
21959 coax Clang into emitting the definition of the type.
21960 * gdb.cp/pr10728-x.h (y): Ditto.
21961 * gdb.cp/pr10728-y.cc (y): Ditto.
21962
21963 2014-04-24 David Blaikie <dblaikie@gmail.com>
21964
21965 * gdb.base/label.exp: XFAIL label related tests under Clang.
21966 * gdb.cp/cplabel.exp: Ditto.
21967 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
21968 under Clang those using labels.
21969
21970 2014-04-25 Yao Qi <yao@codesourcery.com>
21971
21972 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
21973 double_label.
21974 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
21975 partial_label and double_label.
21976
21977 2014-04-24 David Blaikie <dblaikie@gmail.com>
21978
21979 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
21980
21981 2014-04-24 David Blaikie <dblaikie@gmail.com>
21982
21983 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
21984 of the function to work across GCC and Clang.
21985 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
21986 pointer types (const void ** const V void **).
21987
21988 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
21989 Walfred Tedeschi <walfred.tedeschi@intel.com>
21990
21991 * Makefile.in (EXECUTABLES): Added i386-avx512.
21992 * gdb.arch/i386-avx512.c: New file.
21993 * gdb.arch/i386-avx512.exp: Likewise.
21994
21995 2014-04-23 Keith Seitz <keiths@redhat.com>
21996
21997 * lib/mi-support.exp (mi_list_breakpoints): Delete.
21998 (mi_make_breakpoint_table): New procedure.
21999 (mi_create_breakpoint): Use mi_make_breakpoint
22000 and return the result.
22001 (mi_make_breakpoint): New procedure.
22002 (mi_build_kv_pairs): New procedure.
22003
22004 * gdb.mi/mi-break.exp: Remove unused globals,
22005 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
22006 All callers updated.
22007 * gdb.mi/mi-dprintf.exp: Use variable to track command
22008 number.
22009 Update all callers of mi_create_breakpoint and use
22010 mi_make_breakpoint_table.
22011 Remove any unused global variables.
22012 * gdb.mi/mi-nonstop.exp: Likewise.
22013 * gdb.mi/mi-nsintrall.exp: Likewise.
22014 * gdb.mi/mi-nsmoribund.exp: Likewise.
22015 * gdb.mi/mi-nsthrexec.exp: Likewise.
22016 * gdb.mi/mi-reverse.exp: Likewise.
22017 * gdb.mi/mi-simplerun.exp: Likewise.
22018 * gdb.mi/mi-stepn.exp: Likewise.
22019 * gdb.mi/mi-syn-frame.exp: Likewise.
22020 * gdb.mi/mi-until.exp: Likewise.
22021 * gdb.mi/mi-var-cp.exp: Likewise.
22022 * gdb.mi/mi-var-display.exp: Likewise.
22023 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
22024 * gdb.mi/mi2-var-child.exp: Likewise.
22025 * gdb.mi/mi-vla-c99.exp: Likewise.
22026 * lib/mi-support.exp: Likewise.
22027
22028 From Ian Lance Taylor <iant@cygnus.com>:
22029 * lib/gdb.exp (parse_args): New procedure.
22030
22031 2014-04-23 Pedro Alves <palves@redhat.com>
22032
22033 * gdb.base/break-unload-file.c: New file.
22034 * gdb.base/break-unload-file.exp: New file.
22035 * gdb.base/sym-file-lib.c (baz): New function.
22036 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
22037 field.
22038 (load): Store the segment's mapped size.
22039 (unload): New function.
22040 (unload_shlib): New function.
22041 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
22042 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
22043 set a breakpoint at baz, and call it.
22044 * gdb.base/sym-file.exp: New tests for stale breakpoint
22045 instructions.
22046
22047 2014-04-23 Pedro Alves <palves@redhat.com>
22048
22049 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
22050 * gdb.base/hbreak-in-shr-unsupported.c: New file.
22051 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
22052 * gdb.base/hbreak-unmapped.c: New file.
22053 * gdb.base/hbreak-unmapped.exp: New file.
22054 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
22055 * lib/gdb.exp (gdb_is_target_remote): ... here.
22056
22057 2014-04-22 Pedro Alves <palves@redhat.com>
22058
22059 * gdb.base/consecutive-step-over.c: New file.
22060 * gdb.base/consecutive-step-over.exp: New file.
22061
22062 2014-04-22 Pedro Alves <palves@redhat.com>
22063
22064 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
22065 instead of send_gdb/gdb_expect.
22066
22067 2014-04-22 Yao Qi <yao@codesourcery.com>
22068
22069 * lib/trace-support.exp (generate_tracefile): New procedure.
22070 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
22071 return 0.
22072 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
22073 if generate_tracefile returns 1.
22074
22075 2014-04-18 Tom Tromey <palves@redhat.com>
22076 Pedro alves <tromey@redhat.com>
22077
22078 PR backtrace/15558
22079 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
22080 with a backtrace limit.
22081 * gdb.python/py-frame-inline.exp: Test running to an inline
22082 function with a backtrace limit, and printing the newest frame.
22083 * gdb.python/py-frame-inline.c (main): Call f.
22084
22085 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
22086
22087 * gdb.java/jnpe.exp: Drop srcdir from untested path.
22088
22089 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
22090
22091 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
22092 Drop prefix from unsupported source file path.
22093
22094 2014-04-17 Yao Qi <yao@codesourcery.com>
22095
22096 * lib/gdb.exp (with_target_charset): New proc.
22097 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
22098 with_target_charset.
22099 (test_print_strings): Likewise.
22100 (test_repeat_bytes): Likewise.
22101 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
22102 for some tests.
22103
22104 2014-04-16 Keith Seitz <keiths@redhat.com>
22105
22106 PR gdb/15827
22107 * gdb.dwarf2/corrupt.c: New file.
22108 * gdb.dwarf2/corrupt.exp: New file.
22109
22110 2014-04-16 Keith Seitz <keiths@redhat.com>
22111
22112 PR c++/16597
22113 * gdb.cp/namelessclass.cc: New file.
22114 * gdb.cp/namelessclass.exp: New file.
22115 * gdb.cp/namelessclass.S: New file.
22116
22117 2014-04-16 Doug Evans <dje@google.com>
22118
22119 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
22120 Add comment.
22121 (gdbserver_default_get_comm_port): New function.
22122 (gdbserver_start): Check if board file provided
22123 "gdbserver,get_comm_port" and use it if so.
22124 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
22125 (gdb,socketport): Set to "stdio".
22126 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
22127 (stdio_gdbserver_template): Delete.
22128 (${board}_get_remote_address): Update.
22129 (${board}_build_remote_cmd): Delete.
22130 (${board}_get_comm_port): New function.
22131 (${board}_spawn): Update.
22132 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
22133 Delete.
22134 (${board}_get_remote_address): Update.
22135 (${board}_get_comm_port): New function.
22136
22137 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
22138
22139 * gdb.base/memattr.exp: Improve regexps to handle memory regions
22140 appearing in any order.
22141
22142 2014-04-15 Doug Evans <dje@google.com>
22143
22144 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
22145 uninitialized value of "description".
22146
22147 2014-04-15 Keith Seitz <keiths@redhat.com>
22148
22149 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
22150 Remove unused globals.
22151 (test_running_the_program): Likewise.
22152 (test_controlled_execution): Likewise.
22153 (test_controlling_breakpoints): Likewise.
22154 (test_program_termination): Likewise.
22155
22156 2014-04-15 Keith Seitz <keiths@redhat.com>
22157
22158 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
22159 unused globals.
22160 (test_rbreak_creation_and_listing): Likewise.
22161 (test_ignore_count): Likewise.
22162 (test_error): Likewise.
22163
22164 2014-04-15 Pedro Alves <palves@redhat.com>
22165
22166 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
22167 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
22168 sym-file-loader.c.
22169 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
22170 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
22171 to sym-file-loader.c.
22172 (struct library): Forward declare.
22173 (load_shlib, lookup_function): Change prototypes.
22174 (find_shstrtab, find_strtab, find_shdr, find_symtab)
22175 (translate_offset): Remove declarations.
22176 (get_text_addr): New declaration.
22177 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
22178 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
22179 sym-file-loader.h.
22180 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
22181 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
22182 here from sym-file-loader.h.
22183 (struct library): New structure.
22184 (load_shlib, lookup_function): Change prototypes and adjust to
22185 work with a struct library.
22186 (find_shstrtab, find_strtab, find_shdr, find_symtab)
22187 (translate_offset): Make static.
22188 (get_text_addr): New function.
22189 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
22190
22191 2014-04-15 Pedro Alves <palves@redhat.com>
22192
22193 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
22194
22195 2014-04-15 Pedro Alves <palves@redhat.com>
22196
22197 * gdb.base/sym-file-loader.c: Include <limits.h>.
22198 (SELF_LINK): New define.
22199 (get_origin): New function.
22200 (load_shlib): Use it.
22201 * gdb.base/sym-file.exp: Don't early return if the target is
22202 remote. Use runto_main, and issue fail is that fails. Use
22203 gdb_load_shlibs.
22204 (shlib_name): Delete.
22205 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
22206
22207 2014-04-15 Pedro Alves <palves@redhat.com>
22208
22209 * gdb.base/sym-file.exp: Remove regex characters from test
22210 message. Don't refer to breakpoint numbers in test messages.
22211
22212 2014-04-14 Keith Seitz <keiths@redhat.com>
22213
22214 PR c++/16253
22215 * gdb.cp/var-tag.cc: New file.
22216 * gdb.cp/var-tag.exp: New file.
22217 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
22218 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
22219 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
22220 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
22221
22222 2014-04-14 Tom Tromey <tromey@redhat.com>
22223
22224 * gdb.cp/classes.exp (test_enums): Handle underlying type.
22225 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
22226 type.
22227 * gdb.cp/enum-class.exp: New file.
22228 * gdb.cp/enum-class.cc: New file.
22229
22230 2014-04-14 Tom Tromey <tromey@redhat.com>
22231
22232 * gdb.dwarf2/enum-type.exp: New file.
22233
22234 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22235
22236 * gdb.mi/mi-vla-c99.exp: New file.
22237 * gdb.mi/vla.c: New file.
22238
22239 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22240
22241 * gdb.base/vla-datatypes.c: New file.
22242 * gdb.base/vla-datatypes.exp: New file.
22243
22244 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22245
22246 * gdb.base/vla-ptr.c: New file.
22247 * gdb.base/vla-ptr.exp: New file.
22248
22249 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22250
22251 * gdb.dwarf2/count.exp: New file.
22252
22253 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22254
22255 * gdb.base/vla-sideeffect.c: New file.
22256 * gdb.base/vla-sideeffect.exp: New file.
22257
22258 2014-04-14 David Blaikie <dblaikie@gmail.com>
22259
22260 * gdb.mi/non-stop.c: Add return value for non-void function return
22261 statement.
22262 * gdb.threads/staticthreads.c: Ditto.
22263
22264 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
22265 Doug Evans <xdje42@gmail.com>
22266
22267 * gdb.guile/scm-value.c: Improve test case.
22268 * gdb.guile/scm-value.exp: Add new test.
22269
22270 2014-04-11 David Blaikie <dblaikie@gmail.com>
22271
22272 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
22273 override Clang's default.
22274
22275 2014-04-11 Joel Brobecker <brobecker@adacore.com>
22276
22277 Revert the following changes (regressions):
22278
22279 * gdb.base/vla-sideeffect.c: New file.
22280 * gdb.base/vla-sideeffect.exp: New file.
22281
22282 * gdb.dwarf2/count.exp: New file.
22283
22284 * gdb.base/vla-multi.c: New file.
22285 * gdb.base/vla-multi.exp: New file.
22286
22287 * gdb.base/vla-ptr.c: New file.
22288 * gdb.base/vla-ptr.exp: New file.
22289
22290 * gdb.base/vla-datatypes.c: New file.
22291 * gdb.base/vla-datatypes.exp: New file.
22292
22293 * gdb.mi/mi-vla-c99.exp: New file.
22294 * gdb.mi/vla.c: New file.
22295
22296 2014-04-11 Keith Seitz <keiths@redhat.com>
22297
22298 PR c++/16675
22299 * gdb.cp/cpsizeof.exp: New file.
22300 * gdb.cp/cpsizeof.cc: New file.
22301
22302 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22303
22304 * gdb.mi/mi-vla-c99.exp: New file.
22305 * gdb.mi/vla.c: New file.
22306
22307 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22308
22309 * gdb.base/vla-datatypes.c: New file.
22310 * gdb.base/vla-datatypes.exp: New file.
22311
22312 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22313
22314 * gdb.base/vla-ptr.c: New file.
22315 * gdb.base/vla-ptr.exp: New file.
22316
22317 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22318
22319 * gdb.base/vla-multi.c: New file.
22320 * gdb.base/vla-multi.exp: New file.
22321
22322 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22323
22324 * gdb.dwarf2/count.exp: New file.
22325
22326 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22327
22328 * gdb.base/vla-sideeffect.c: New file.
22329 * gdb.base/vla-sideeffect.exp: New file.
22330
22331 2014-04-11 Yao Qi <yao@codesourcery.com>
22332
22333 * gdb.base/completion.exp: Check file exists before running tests
22334 on file completion.
22335
22336 2014-04-10 Pedro Alves <palves@redhat.com>
22337
22338 * gdb.base/cond-eval-mode.c: New file.
22339 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
22340 prepare_for_testing to build the new file. Check result of
22341 runto_main.
22342 (test_break, test_watch): New procedures.
22343 (top level): Use them.
22344
22345 2014-04-08 Pierre Muller <muller@sourceware.org>
22346
22347 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
22348 Ctrl-V use for mingw hosts.
22349
22350 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
22351
22352 * gdb.python/py-value.c: Improve test case.
22353 * gdb.python/py-value.exp: Add new test.
22354
22355 2014-04-07 David Blaikie <dblaikie@gmail.com>
22356
22357 * lib/compiler.c: Identify the clang compiler.
22358 * lib/compiler.cc: Ditto.
22359
22360 2014-04-03 Yao Qi <yao@codesourcery.com>
22361
22362 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
22363
22364 2014-04-01 Anton Blanchard <anton@samba.org>
22365
22366 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
22367 messages unique.
22368
22369 2014-04-01 Anton Blanchard <anton@samba.org>
22370
22371 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
22372 prepare_for_testing.
22373
22374 2014-04-01 Anton Blanchard <anton@samba.org>
22375
22376 * gdb.arch/ppc64-atomic-inst.c: Remove.
22377 * gdb.arch/ppc64-atomic-inst.S: New file.
22378 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
22379
22380 2014-03-31 Doug Evans <dje@google.com>
22381
22382 * gdb.base/print-symbol-loading-lib.c: New file.
22383 * gdb.base/print-symbol-loading-main.c: New file.
22384 * gdb.base/print-symbol-loading.exp: New file.
22385
22386 2014-03-31 Yao Qi <yao@codesourcery.com>
22387
22388 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
22389
22390 2014-03-28 Joel Brobecker <brobecker@adacore.com>
22391
22392 * gdb.ada/mi_dyn_arr: New testcase.
22393
22394 2014-03-27 Doug Evans <dje@google.com>
22395
22396 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
22397
22398 2014-03-27 Yao Qi <yao@codesourcery.com>
22399
22400 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
22401 if target is nios2-*-*.
22402
22403 2014-03-26 Yao Qi <yao@codesourcery.com>
22404
22405 * lib/gdb.exp (readline_is_used): New proc.
22406 * gdb.base/completion.exp: Move tests on command complete up.
22407 Skip the rest of tests if readline is not used.
22408 * gdb.ada/complete.exp: Skp the test if readline is not
22409 used.
22410 * gdb.base/filesym.exp: Likewise.
22411 * gdb.base/macscp.exp: Likewise.
22412 * gdb.base/readline-ask.exp: Likewise.
22413 * gdb.base/readline.exp: Likewise.
22414 * gdb.python/py-cmd.exp: Likewise.
22415 * gdb.trace/tfile.exp: Likewise.
22416
22417 2014-03-26 Yao Qi <yao@codesourcery.com>
22418
22419 * gdb.base/macscp.exp: Fix code format issues.
22420
22421 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
22422
22423 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
22424 * gdb.asm/powerpc64le.inc: New file.
22425
22426 2014-03-25 Pedro Alves <palves@redhat.com>
22427 Doug Evans <dje@google.com>
22428
22429 * gdb.base/source-execution.c: New file.
22430 * gdb.base/source-execution.exp: New file.
22431 * gdb.base/source-execution.gdb: New file.
22432
22433 2014-03-24 Doug Evans <dje@google.com>
22434
22435 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
22436 using fission.
22437
22438 2014-03-24 Hui Zhu <hui@codesourcery.com>
22439 Pedro Alves <palves@redhat.com>
22440
22441 PR breakpoints/16101
22442 * gdb.base/dprintf.exp: Use unsupported rather than changing the
22443 test pass/fail messages. Detect missing support for dprintf when
22444 breakpoints are actually inserted.
22445 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
22446 breakpoints are actually inserted.
22447 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
22448 fails.
22449
22450 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
22451
22452 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
22453
22454 2014-03-22 Doug Evans <xdje42@gmail.com>
22455
22456 * gdb.python/python.exp (python not supported): Verify multi-line
22457 python command issues an error.
22458 * gdb.guile/guile.exp (guile not supported): Verify multi-line
22459 guile command issues an error.
22460
22461 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
22462
22463 * gdb.threads/thread-specific.exp: Handle the lack of usable
22464 $this_breakpoint and $this_thread.
22465
22466 2014-03-21 Hui Zhu <hui@codesourcery.com>
22467
22468 * gdb.base/attach.exp (do_command_attach_tests): New.
22469
22470 2014-03-20 Tom Tromey <tromey@redhat.com>
22471 Pedro Alves <palves@redhat.com>
22472
22473 PR cli/15718
22474 * gdb.base/condbreak-call-false.c: New file.
22475 * gdb.base/condbreak-call-false.exp: New file.
22476
22477 2014-03-20 Pedro Alves <palves@redhat.com>
22478
22479 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
22480 Delete.
22481 (block_signals, unblock_signals): Delete.
22482 (child_function_2, main): Remove references to deleted variable
22483 and functions.
22484
22485 2014-03-20 Pedro Alves <palves@redhat.com>
22486
22487 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
22488 Use pthread_kill to signal thread 2.
22489 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
22490 Adjust to make the test send itself a signal rather than using the
22491 host's "kill" command.
22492
22493 2014-03-20 Pedro Alves <palves@redhat.com>
22494
22495 * gdb.threads/multiple-step-overs.c: New file.
22496 * gdb.threads/multiple-step-overs.exp: New file.
22497 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
22498 Adjust expected infrun debug output.
22499
22500 2014-03-20 Pedro Alves <palves@redhat.com>
22501
22502 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
22503 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
22504
22505 2014-03-20 Pedro Alves <palves@redhat.com>
22506
22507 PR breakpoints/7143
22508 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
22509 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
22510 of gdb_test_multiple.
22511 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
22512 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
22513
22514 2014-03-20 Pedro Alves <palves@redhat.com>
22515
22516 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
22517 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
22518
22519 2014-03-19 Pedro Alves <palves@redhat.com>
22520
22521 * gdb.base/async.exp: Remove early return.
22522
22523 2014-03-19 Pedro Alves <palves@redhat.com>
22524
22525 * gdb.base/async.exp (step& tests): Pass explicit test messages.
22526
22527 2014-03-19 Pedro Alves <palves@redhat.com>
22528
22529 * gdb.base/async.exp (test_background): Expect \r\n after
22530 "completed." in the fail pattern.
22531
22532 2014-03-19 Pedro Alves <palves@redhat.com>
22533
22534 * gdb.base/async.exp (test_background): New procedure.
22535 Use it for all background execution command tests.
22536
22537 2014-03-19 Pedro Alves <palves@redhat.com>
22538
22539 * gdb.base/async.exp: Use prepare_for_testing.
22540
22541 2014-03-19 Pedro Alves <palves@redhat.com>
22542
22543 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
22544 the same line.
22545
22546 2014-03-19 Pedro Alves <palves@redhat.com>
22547
22548 * gdb.base/async.c (main): Add "jump here" and "until here" line
22549 marker comments.
22550 * gdb.base/async.exp (jump_here): New global.
22551 (jump& test): Use it.
22552 (until_here): New global.
22553 (until& test): Use it.
22554
22555 2014-03-19 Pedro Alves <palves@redhat.com>
22556
22557 * gdb.base/async.exp: Don't frob gdb_protocol.
22558
22559 2014-03-18 Doug Evans <xdje42@gmail.com>
22560
22561 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
22562 Fix spelling of exec-done-display.
22563
22564 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
22565
22566 PR gdb/15358
22567 * gdb.base/gdb-sigterm.c: New file.
22568 * gdb.base/gdb-sigterm.exp: New file.
22569
22570 2014-03-18 Pedro Alves <palves@redhat.com>
22571
22572 PR gdb/13860
22573 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
22574 * lib/mi-support.exp (mi_expect_stop): Add special handling for
22575 solib-event.
22576
22577 2014-03-17 Joel Brobecker <brobecker@adacore.com>
22578
22579 * gdb.ada/pckd_arr_ren: New testcase.
22580
22581 2014-03-13 Doug Evans <xdje42@gmail.com>
22582
22583 PR guile/16612
22584 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
22585 collect after discarding symbols.
22586
22587 2014-03-13 Ludovic Courtès <ludo@gnu.org>
22588 Doug Evans <xdje42@gmail.com>
22589
22590 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
22591 to history survives a gc.
22592
22593 2014-03-13 Pedro Alves <palves@redhat.com>
22594
22595 * gdb.base/default.exp: Don't test "target procfs".
22596
22597 2014-03-13 Pedro Alves <palves@redhat.com>
22598
22599 * gdb.base/default.exp: Update "target child" and "target procfs"
22600 tests to not expect "Unix".
22601
22602 2014-03-12 Tom Tromey <tromey@redhat.com>
22603
22604 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
22605 New procs. Add target-async tests.
22606 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
22607 Add target-async tests.
22608
22609 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
22610
22611 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
22612 'func_start' and 'func_end' for the beginning and end of the
22613 function code, respectively.
22614 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
22615 'func_end' instead of 'func' and 'main'.
22616
22617 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
22618
22619 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
22620 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
22621 generate the debug info assembler source.
22622
22623 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
22624
22625 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
22626 * gdb.dwarf2/arr-subrange.exp: Likewise.
22627 * gdb.dwarf2/dwz.exp: Likewise.
22628 * gdb.dwarf2/method-ptr.exp: Likewise.
22629 * gdb.dwarf2/missing-sig-type.exp: Likewise.
22630 * gdb.dwarf2/subrange.exp: Likewise.
22631 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
22632 * gdb.dwarf2/implptrpiece.exp: Likewise.
22633 * gdb.dwarf2/nostaticblock.exp: Likewise.
22634
22635 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
22636
22637 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
22638 directory to absolute path name arguments.
22639
22640 2014-03-10 Joel Brobecker <brobecker@adacore.com>
22641
22642 * gdb.ada/tagged_access: New testcase.
22643
22644 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
22645
22646 * gdb.btrace/data.exp: Update expected output.
22647
22648 2014-03-06 Yao Qi <yao@codesourcery.com>
22649
22650 * gdb.trace/pr16508.exp: New file.
22651
22652 2014-03-05 Pedro Alves <palves@redhat.com>
22653
22654 PR gdb/16575
22655 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
22656 procedure.
22657 (top level): Adjust to use it. Add tests that exercise breakpoint
22658 interaction with the code-cache.
22659
22660 2014-02-26 Ludovic Courtès <ludo@gnu.org>
22661
22662 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
22663 test for 'history-append!'.
22664
22665 2014-02-26 Joel Brobecker <brobecker@adacore.com>
22666
22667 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
22668 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
22669 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
22670 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
22671 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
22672 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
22673
22674 2014-02-26 Joel Brobecker <brobecker@adacore.com>
22675
22676 * testsuite/gdb.python/py-pp-re-notag.c: New file.
22677 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
22678 * testsuite/gdb.python/py-pp-re-notag.p: New file.
22679
22680 2014-02-26 Joel Brobecker <brobecker@adacore.com>
22681
22682 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
22683
22684 2014-02-26 Joel Brobecker <brobecker@adacore.com>
22685
22686 * gdb.dwarf2/arr-stride.c: New file.
22687 * gdb.dwarf2/arr-stride.exp: New file.
22688
22689 2014-02-26 Pedro Alves <palves@redhat.com>
22690
22691 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
22692 that won't ever trigger. Make sure that GDB reports the correct
22693 breakpoint that caused the stop.
22694
22695 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
22696
22697 PR gdb/16626
22698 * gdb.base/auto-load-script: New file.
22699 * gdb.base/auto-load.c: New file.
22700 * gdb.base/auto-load.exp: New file.
22701
22702 PR gdb/16626
22703 * gdb.base/auto-load.exp: Fix out-of-srctree run.
22704
22705 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
22706
22707 Fix dw2-icycle.exp -fsanitize=address GDB crash.
22708 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
22709
22710 2014-02-24 Doug Evans <dje@google.com>
22711
22712 * lib/gdb.exp (run_on_host): Log error output if program fails.
22713
22714 2014-02-21 Pedro Alves <palves@redhat.com>
22715
22716 * gdb.threads/step-after-sr-lock.c: Rename to ...
22717 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
22718 * gdb.threads/step-after-sr-lock.exp: Rename to ...
22719 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
22720 ... this.
22721
22722 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
22723
22724 PR tdep/16397
22725 * gdb.arch/amd64-stap-special-operands.exp: New file.
22726 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
22727 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
22728 * gdb.arch/amd64-stap-triplet.S: Likewise.
22729 * gdb.arch/amd64-stap-triplet.c: Likewise.
22730
22731 2014-02-20 Joel Brobecker <brobecker@adacore.com>
22732
22733 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
22734 in .section pseudo-op.
22735
22736 2014-02-20 lin zuojian <manjian2006@gmail.com>
22737 Joel Brobecker <brobecker@adacore.com>
22738 Doug Evans <xdje42@gmail.com>
22739
22740 PR symtab/16581
22741 * gdb.dwarf2/dw2-icycle.S: New file.
22742 * gdb.dwarf2/dw2-icycle.c: New file.
22743 * gdb.dwarf2/dw2-icycle.exp: New file.
22744
22745 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
22746
22747 * gdb.python/py-value-cc.cc: Improve test case to enable testing
22748 operations on gdb.Value objects.
22749 * gdb.python/py-value-cc.exp: Add new test to test operations on
22750 gdb.Value objects.
22751
22752 2014-02-18 Doug Evans <dje@google.com>
22753
22754 * Makefile.in (TESTS): New variable.
22755 (expanded_tests, expanded_tests_or_none): New variables
22756 (check-single): Pass $(expanded_tests_or_none) to runtest.
22757 (check-parallel): Only run tests in $(TESTS) if non-empty.
22758 (check/no-matching-tests-found): New rule.
22759 * README: Document TESTS makefile variable.
22760
22761 2014-02-18 Doug Evans <dje@google.com>
22762
22763 * Makefile.in (check-parallel): rm -rf outputs temp.
22764
22765 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
22766
22767 Fix "ERROR: no fileid for" in the testsuite.
22768 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
22769
22770 2014-02-12 Doug Evans <dje@google.com>
22771
22772 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
22773 (MISCELLANEOUS): New variable.
22774 (clean): rm -rf $(MISCELLANEOUS).
22775 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
22776 dwp live in the same directory as symlinks, with each symlink pointed
22777 to a differently named file in a different directory.
22778
22779 2014-02-11 Doug Evans <dje@google.com>
22780
22781 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
22782 of Tcl file commands.
22783
22784 2014-02-10 Mark Kettenis <kettenis@gnu.org>
22785
22786 * gdb.threads/step-after-sr-lock.exp: Avoid executing
22787 "kill -SIGUSR1 -1".
22788
22789 2014-02-10 Joel Brobecker <brobecker@adacore.com>
22790
22791 * gdb.ada/tick_length_array_enum_idx: New testcase.
22792
22793 2014-02-10 Doug Evans <xdje42@gmail.com>
22794
22795 * configure.ac (AC_OUTPUT): Add gdb.guile.
22796 * configure: Regenerate.
22797 * lib/gdb-guile.exp: New file.
22798 * lib/gdb.exp (get_target_charset): New function.
22799 * gdb.base/help.exp: Update expected output from "apropos apropos".
22800 * gdb.guile/Makefile.in: New file.
22801 * gdb.guile/guile.exp: New file.
22802 * gdb.guile/scm-arch.c: New file.
22803 * gdb.guile/scm-arch.exp: New file.
22804 * gdb.guile/scm-block.c: New file.
22805 * gdb.guile/scm-block.exp: New file.
22806 * gdb.guile/scm-breakpoint.c: New file.
22807 * gdb.guile/scm-breakpoint.exp: New file.
22808 * gdb.guile/scm-disasm.c: New file.
22809 * gdb.guile/scm-disasm.exp: New file.
22810 * gdb.guile/scm-equal.c: New file.
22811 * gdb.guile/scm-equal.exp: New file.
22812 * gdb.guile/scm-error.exp: New file.
22813 * gdb.guile/scm-error.scm: New file.
22814 * gdb.guile/scm-frame-args.c: New file.
22815 * gdb.guile/scm-frame-args.exp: New file.
22816 * gdb.guile/scm-frame-args.scm: New file.
22817 * gdb.guile/scm-frame-inline.c: New file.
22818 * gdb.guile/scm-frame-inline.exp: New file.
22819 * gdb.guile/scm-frame.c: New file.
22820 * gdb.guile/scm-frame.exp: New file.
22821 * gdb.guile/scm-generics.exp: New file.
22822 * gdb.guile/scm-gsmob.exp: New file.
22823 * gdb.guile/scm-iterator.c: New file.
22824 * gdb.guile/scm-iterator.exp: New file.
22825 * gdb.guile/scm-math.c: New file.
22826 * gdb.guile/scm-math.exp: New file.
22827 * gdb.guile/scm-objfile-script-gdb.in: New file.
22828 * gdb.guile/scm-objfile-script.c: New file.
22829 * gdb.guile/scm-objfile-script.exp: New file.
22830 * gdb.guile/scm-objfile.c: New file.
22831 * gdb.guile/scm-objfile.exp: New file.
22832 * gdb.guile/scm-ports.exp: New file.
22833 * gdb.guile/scm-pretty-print.c: New file.
22834 * gdb.guile/scm-pretty-print.exp: New file.
22835 * gdb.guile/scm-pretty-print.scm: New file.
22836 * gdb.guile/scm-section-script.c: New file.
22837 * gdb.guile/scm-section-script.exp: New file.
22838 * gdb.guile/scm-section-script.scm: New file.
22839 * gdb.guile/scm-symbol.c: New file.
22840 * gdb.guile/scm-symbol.exp: New file.
22841 * gdb.guile/scm-symtab-2.c: New file.
22842 * gdb.guile/scm-symtab.c: New file.
22843 * gdb.guile/scm-symtab.exp: New file.
22844 * gdb.guile/scm-type.c: New file.
22845 * gdb.guile/scm-type.exp: New file.
22846 * gdb.guile/scm-value-cc.cc: New file.
22847 * gdb.guile/scm-value-cc.exp: New file.
22848 * gdb.guile/scm-value.c: New file.
22849 * gdb.guile/scm-value.exp: New file.
22850 * gdb.guile/source2.scm: New file.
22851 * gdb.guile/types-module.cc: New file.
22852 * gdb.guile/types-module.exp: New file.
22853
22854 2014-02-10 Yao Qi <yao@codesourcery.com>
22855
22856 PR testsuite/16543
22857 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
22858 * configure: Regenerated.
22859 * Makefile.in: New file.
22860
22861 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
22862
22863 * gdb.python/py-framefilter.exp: Fix typo.
22864
22865 2014-02-08 Yao Qi <yao@codesourcery.com>
22866
22867 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
22868 that no =breakpoint-modified is emitted when breakpoints are
22869 modified through MI commands.
22870
22871 2014-02-07 Pedro Alves <pedro@codesourcery.com>
22872 Pedro Alves <palves@redhat.com>
22873
22874 * gdb.threads/step-after-sr-lock.c: New file.
22875 * gdb.threads/step-after-sr-lock.exp: New file.
22876
22877 2014-02-07 Pedro Alves <palves@redhat.com>
22878
22879 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
22880
22881 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
22882
22883 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
22884 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
22885
22886 2014-02-06 Doug Evans <xdje42@gmail.com>
22887
22888 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
22889 output.
22890
22891 * gdb.gdb/python-interrupts.exp: New file.
22892
22893 2014-02-05 Yao Qi <yao@codesourcery.com>
22894
22895 * gdb.trace/report.exp (use_collected_data): Test the output
22896 of "info threads" and "info inferiors".
22897
22898 2014-02-05 Yao Qi <yao@codesourcery.com>
22899
22900 Revert this patch:
22901
22902 2013-05-24 Yao Qi <yao@codesourcery.com>
22903
22904 * gdb.trace/tfile.exp: Test inferior and thread.
22905
22906 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
22907
22908 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
22909 on a function.
22910 * gdb.base/step-bt.c: Call hello via function pointer to make
22911 sure its first instruction is executed on powerpc64le-linux.
22912
22913 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
22914
22915 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
22916
22917 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
22918
22919 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
22920 of the test patterns for use on little-endian systems.
22921
22922 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
22923
22924 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
22925 (decimal_vector): Fix for little-endian.
22926
22927 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
22928
22929 * gdb.arch/sparc-sysstep.exp: New file.
22930 * gdb.arch/sparc-sysstep.c: Likewise.
22931
22932 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
22933
22934 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
22935
22936 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
22937
22938 2014-01-23 Tom Tromey <tromey@redhat.com>
22939
22940 * gdb.ada/array_char_idx: New testcase.
22941
22942 2014-01-23 Tom Tromey <tromey@redhat.com>
22943
22944 PR python/16487:
22945 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
22946 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
22947 classes.
22948
22949 2014-01-23 Tom Tromey <tromey@redhat.com>
22950
22951 PR python/16491:
22952 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
22953 string from an inferior frame.
22954 * gdb.python/py-framefilter-mi.exp: Update.
22955
22956 2014-01-22 Doug Evans <dje@google.com>
22957
22958 * gdb.server/server-mon.exp: Add tests for "set debug-format".
22959
22960 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
22961
22962 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
22963
22964 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
22965
22966 * gdb.trace/entry-values.exp: Remove excess space character from
22967 regex patterns. Handle s390 call instruction.
22968
22969 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
22970
22971 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
22972 define "*_start" label. Make "name" static.
22973 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
22974 ${name} by references to ${name}_start.
22975
22976 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
22977
22978 * gdb.base/info-macros.exp: Remove "debug" from the compile
22979 options.
22980
22981 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
22982
22983 * gdb.dlang/demangle.exp: New file.
22984
22985 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
22986
22987 * gdb.dlang/primitive-types.exp: New file.
22988
22989 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
22990
22991 * configure.ac: Create gdb.dlang/Makefile.
22992 * configure: Regenerate.
22993 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
22994 * gdb.dlang/Makefile.in: New file.
22995 * lib/d-support.exp: New file.
22996 * lib/gdb.exp (skip_d_tests): New proc.
22997
22998 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
22999
23000 * gdb.btrace/delta.exp: Check reverse stepi.
23001 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
23002 * gdb.btrace/finish.exp: New.
23003 * gdb.btrace/next.exp: New.
23004 * gdb.btrace/nexti.exp: New.
23005 * gdb.btrace/record_goto.c: Add comments.
23006 * gdb.btrace/step.exp: New.
23007 * gdb.btrace/stepi.exp: New.
23008 * gdb.btrace/multi-thread-step.c: New.
23009 * gdb.btrace/multi-thread-step.exp: New.
23010 * gdb.btrace/rn-dl-bind.c: New.
23011 * gdb.btrace/rn-dl-bind.exp: New.
23012 * gdb.btrace/data.c: New.
23013 * gdb.btrace/data.exp: New.
23014 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
23015
23016 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23017
23018 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
23019 * gdb.btrace/exception.exp: Update.
23020 * gdb.btrace/instruction_history.exp: Update.
23021 * gdb.btrace/record_goto.exp: Update.
23022 * gdb.btrace/tailcall.exp: Update.
23023 * gdb.btrace/unknown_functions.exp: Update.
23024 * gdb.btrace/delta.exp: New.
23025
23026 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23027
23028 * gdb.btrace/record_goto.exp: Add backtrace test.
23029 * gdb.btrace/tailcall.exp: Add backtrace test.
23030
23031 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23032
23033 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
23034 * gdb.btrace/record_goto.c: New.
23035 * gdb.btrace/record_goto.exp: New.
23036 * gdb.btrace/x86-record_goto.S: New.
23037
23038 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23039
23040 * gdb.btrace/function_call_history.exp: Update tests.
23041 * gdb.btrace/instruction_history.exp: Update tests.
23042
23043 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23044
23045 * gdb.btrace/function_call_history.exp: Fix expected field
23046 order for "record function-call-history".
23047 Add new tests for "record function-call-history /c".
23048 * gdb.btrace/exception.cc: New.
23049 * gdb.btrace/exception.exp: New.
23050 * gdb.btrace/tailcall.exp: New.
23051 * gdb.btrace/x86-tailcall.S: New.
23052 * gdb.btrace/x86-tailcall.c: New.
23053 * gdb.btrace/unknown_functions.c: New.
23054 * gdb.btrace/unknown_functions.exp: New.
23055 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
23056
23057 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23058
23059 * gdb.btrace/instruction_history.exp: Update.
23060 * gdb.btrace/function_call_history.exp: Update.
23061
23062 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23063
23064 * gdb.btrace/function_call_history.exp: Fix expected function
23065 trace.
23066 * gdb.btrace/instruction_history.exp: Initialize traced.
23067 Remove traced_functions.
23068
23069 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23070
23071 * gdb.btrace/function_call_history.exp: Update
23072 * gdb.btrace/instruction_history.exp: Update.
23073
23074 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23075
23076 * gdb.btrace/enable.exp: Update expected text.
23077
23078 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
23079
23080 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
23081 bytes.
23082
23083 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
23084
23085 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
23086
23087 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
23088
23089 * lib/gdb.exp (supports_process_record): Return true for
23090 arm*-linux*. (supports_reverse): Likewise.
23091
23092 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
23093
23094 PR python/15464
23095 PR python/16113
23096 * gdb.python/py-type.c: Enhance test case.
23097 * gdb.python/py-value-cc.cc: Likewise
23098 * gdb.python/py-type.exp: Add new tests.
23099 * gdb.python/py-value-cc.exp: Likewise
23100
23101 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
23102 Pedro Alves <palves@redhat.com>
23103
23104 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
23105 Make "name" extern.
23106 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
23107 references to ${name}_start by references to ${name}.
23108
23109 2014-01-10 Joel Brobecker <brobecker@adacore.com>
23110
23111 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
23112
23113 2014-01-10 Joel Brobecker <brobecker@adacore.com>
23114
23115 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
23116
23117 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
23118 Pedro Alves <palves@redhat.com>
23119
23120 * gdb.mi/mi-info-os.exp: Connect to the target with
23121 mi_gdb_target_load.
23122
23123 2014-01-08 Pedro Alves <palves@redhat.com>
23124
23125 * gdb.threads/reconnect-signal.c: New file.
23126 * gdb.threads/reconnect-signal.exp: New file.
23127
23128 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
23129
23130 * gdb.base/source-dir.exp: New file.
23131
23132 2014-01-07 Joel Brobecker <brobecker@adacore.com>
23133
23134 * gdb.ada/mi_interface: New testcase.
23135
23136 2014-01-07 Joel Brobecker <brobecker@adacore.com>
23137
23138 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
23139 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
23140 gdb.ada/pp-rec-component/pck.ads: New files.
23141
23142 2014-01-07 Joel Brobecker <brobecker@adacore.com>
23143
23144 * gdb.python/py-pp-integral.c: New file.
23145 * gdb.python/py-pp-integral.py: New file.
23146 * gdb.python/py-pp-integral.exp: New file.
23147
23148 For older changes see ChangeLog-1993-2013.
23149 \f
23150 ;; Local Variables:
23151 ;; mode: change-log
23152 ;; left-margin: 8
23153 ;; fill-column: 74
23154 ;; version-control: never
23155 ;; End:
23156
23157 Copyright 2014-2021 Free Software Foundation, Inc.
23158 Copying and distribution of this file, with or without modification,
23159 are permitted provided the copyright notice and this notice are preserved.
This page took 0.655918 seconds and 4 git commands to generate.