gdb/doc: don't rely on @menu item within the docs
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
2
3 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
4 Adjust to "set debug remote" changes.
5
6 2021-01-21 Luis Machado <luis.machado@linaro.org>
7
8 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Handle a new error
9 message.
10
11 2021-01-21 Simon Marchi <simon.marchi@polymtl.ca>
12
13 * lib/tuiterm.exp (_log, _log_cur): New, use throughout.
14
15 2021-01-21 Hannes Domani <ssbssa@yahoo.de>
16
17 PR python/19151
18 * gdb.python/py-breakpoint.exp: Add tests for hardware breakpoints.
19
20 2021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
21
22 * lib/tuiterm.exp: Rename _cur_x/_cur_y to _cur_col/_cur_row.
23
24 2021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
25
26 * lib/tuiterm.exp: Add links in comments.
27
28 2021-01-20 Tom de Vries <tdevries@suse.de>
29
30 * gdb.python/py-format-string.exp: Allow Deriv+$decimal as vtable
31 offset.
32
33 2021-01-20 Tom de Vries <tdevries@suse.de>
34
35 * lib/gdb.exp (skip_rust_tests): Skip if multilib_flags contains -m32.
36
37 2021-01-20 Sergio Durigan Junior <sergiodj@sergiodj.net>
38
39 * gdb.arch/amd64-stap-expressions.S: New file.
40 * gdb.arch/amd64-stap-expressions.exp: New file.
41
42 2021-01-19 Tom de Vries <tdevries@suse.de>
43
44 * gdb.base/step-over-syscall.exp: Detect and handle sysenter/int
45 sequence.
46
47 2021-01-19 Tom de Vries <tdevries@suse.de>
48
49 * gdb.arch/i386-mpx.c (main): Drop argc/argv parameter.
50
51 2021-01-18 Andrew Burgess <andrew.burgess@embecosm.com>
52
53 * gdb.fortran/array-slices.exp (run_test): Avoid including
54 addresses in test names.
55
56 2021-01-15 Tom de Vries <tdevries@suse.de>
57
58 PR testsuite/26997
59 * gdb.fortran/array-slices.exp (run_test): Avoid pointer arithmetic
60 when adding sizeof.
61
62 2021-01-14 Tom de Vries <tdevries@suse.de>
63
64 PR testsuite/24590
65 * gdb.base/style.exp: Handle shorter argv in frame command output.
66
67 2021-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
68
69 PR gdb/26819
70 * gdb.server/stop-reply-no-thread-multi.c: New file.
71 * gdb.server/stop-reply-no-thread-multi.exp: New file.
72
73 2021-01-12 Tom de Vries <tdevries@suse.de>
74
75 * gdb.arch/i386-mpx-call.c (have_mpx): Remove.
76 (main): Remove call to have_mpx.
77 * gdb.arch/i386-mpx-call.exp: Use have_mpx.
78 * gdb.arch/i386-mpx-map.c (have_mpx): Remove.
79 (main): Remote call to have_mpx.
80 * gdb.arch/i386-mpx-map.exp: Use have_mpx.
81 * gdb.arch/i386-mpx-sigsegv.c (have_mpx): Remove.
82 (main): Remove call to have_mpx.
83 * gdb.arch/i386-mpx-sigsegv.exp: Use have_mpx.
84 * gdb.arch/i386-mpx-simple_segv.c (have_mpx): Remove.
85 (main): Remove call to have_mpx.
86 * gdb.arch/i386-mpx-simple_segv.exp: Use have_mpx.
87 * gdb.arch/i386-mpx.c (have_mpx): Remove.
88 (main): Remote call to have_mpx.
89 * gdb.arch/i386-mpx.exp: Use have_mpx.
90 * lib/gdb.exp (have_mpx): New proc.
91
92 2021-01-12 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
93
94 * gdb.arch/aarch64-fp.exp: Modify to test bfloat16 support.
95
96 2021-01-12 Tom de Vries <tdevries@suse.de>
97
98 * gdb.base/disasm-optim.exp: Require is_amd64_regs_target.
99
100 2021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
101
102 * gdb.fortran/debug-expr.exp: Add new tests.
103
104 2021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
105
106 * gdb.fortran/dot-ops.exp: Add new tests.
107
108 2021-01-11 Tom de Vries <tdevries@suse.de>
109
110 PR testsuite/26968
111 * gdb.arch/amd64-stap-three-arg-disp.S: Remove insn modifying $ebx.
112 Move insn setting $eax to before probe point.
113
114 2021-01-09 Tom Tromey <tom@tromey.com>
115
116 * gdb.trace/ax.exp: Do not require an "ext".
117
118 2021-01-08 Tom Tromey <tromey@adacore.com>
119
120 * gdb.ada/voidctx/pck.adb: New file.
121 * gdb.ada/voidctx/pck.ads: New file.
122 * gdb.ada/voidctx/voidctx.adb: New file.
123 * gdb.ada/voidctx.exp: New file.
124
125 2021-01-08 Simon Marchi <simon.marchi@polymtl.ca>
126
127 PR gdb/27157
128 * gdb.base/empty-host-env-vars.exp: New test.
129
130 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
131
132 * gdb.base/completion.exp: Add a new test.
133
134 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
135
136 * gdb.fortran/intvar-dynamic-types.exp: New file.
137 * gdb.fortran/intvar-dynamic-types.f90: New file.
138
139 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
140
141 * gdb.fortran/intvar-array.exp: New file.
142 * gdb.fortran/intvar-array.f90: New file.
143
144 2021-01-07 Tom Tromey <tromey@adacore.com>
145
146 * gdb.ada/assign_arr.exp: Add 'others' test.
147
148 2021-01-06 Tom Tromey <tromey@adacore.com>
149
150 * gdb.ada/fixed_points/pck.ads (Delta4): New constant.
151 (FP4_Type): New type.
152 (FP4_Var): New variable.
153 * gdb.ada/fixed_points/fixed_points.adb: Update.
154 * gdb.ada/fixed_points.exp: Add tests for binary operators.
155
156 2021-01-06 Simon Marchi <simon.marchi@polymtl.ca>
157
158 * lib/gdb.exp (gdb_test_sequence): Accept -prompt switch.
159 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
160 Pass prompt containing debug print to gdb_test_sequence.
161
162 2021-01-04 Tom de Vries <tdevries@suse.de>
163
164 * gdb.dwarf2/dw2-out-of-range-end-of-seq.exp: New file.
165
166 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
167
168
169
170 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
171
172 * gdb.server/abspath.exp: Append "set sysroot" to GDBFLAGS.
173 * gdb.server/connect-without-multi-process.exp: Likewise.
174 * gdb.server/exit-multiple-threads.exp: Likewise.
175 * gdb.server/ext-attach.exp: Likewise.
176 * gdb.server/ext-restart.exp: Likewise.
177 * gdb.server/ext-run.exp: Likewise.
178 * gdb.server/ext-wrapper.exp: Likewise.
179 * gdb.server/multi-ui-errors.exp: Likewise.
180 * gdb.server/no-thread-db.exp: Likewise.
181 * gdb.server/reconnect-ctrl-c.exp: Likewise.
182 * gdb.server/run-without-local-binary.exp: Likewise.
183 * gdb.server/server-kill.exp: Likewise.
184 * gdb.server/server-run.exp: Likewise.
185 * gdb.server/solib-list.exp: Likewise.
186 * gdb.server/stop-reply-no-thread.exp: Likewise.
187 * gdb.server/wrapper.exp: Likewise.
188 * gdb.server/sysroot.exp: Increase timeout when testing the
189 target: sysroot.
190
191 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
192
193 * gdb.server/server-run.exp: Use clean_restart.
194
195 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
196
197 * gdb.server/ext-run.exp: Use clean_restart.
198
199 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
200
201 * gdb.server/stop-reply-no-thread.exp: Use build_executable
202 instead of prepare_for_testing.
203
204 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
205
206 * gdb.server/solib-list.exp: Use clean_restart.
207
208 2021-01-04 Tom de Vries <tdevries@suse.de>
209
210 * gdb.base/morestack.c: Remove printf.
211 * gdb.base/morestack.exp: Don't use -fuse-ld=gold.
212
213 2020-12-31 Tom Tromey <tom@tromey.com>
214
215 * gdb.rust/simple.exp: Update output for Rust 1.49.
216
217 2020-12-31 Bernd Edlinger <bernd.edlinger@hotmail.de>
218
219 * gdb.cp/step-and-next-inline.exp: Fix test case.
220
221 2020-12-30 Simon Marchi <simon.marchi@polymtl.ca>
222
223 * gdb.python/py-frame-args.exp: De-duplicate test names.
224
225 2020-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
226
227 PR gdb/27059
228 * gdb.dwarf2/dyn-type-unallocated.c: New file.
229 * gdb.dwarf2/dyn-type-unallocated.exp: New file.
230
231 2020-12-21 Peter Waller <p@pwaller.net>
232
233 * gdb.base/style-interp-exec-mi.exp: New.
234 * gdb.base/style-interp-exec-mi.c: New.
235
236 2020-12-21 Simon Marchi <simon.marchi@polymtl.ca>
237
238 * gdb.base/list.exp: Replace send_gdb + gdb_expect with
239 gdb_test. Use proc_with_prefix.
240
241 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
242
243 * gdb.btrace/exception.exp: Build with nopie.
244 * gdb.btrace/function_call_history.exp: Likewise.
245 * gdb.btrace/unknown_functions.exp: Likewise.
246
247 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
248
249 * gdb.btrace/multi-inferior.exp: Skip if use_gdb_stub.
250
251 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
252
253 * gdb.python/py-record-btrace.exp: Make test names unique.
254 * gdb.python/py-record-full.exp: Likewise.
255
256 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
257
258 * gdb.btrace/data.exp: Make test names unique.
259 * gdb.btrace/delta.exp: Likewise.
260 * gdb.btrace/enable.exp: Likewise.
261 * gdb.btrace/function_call_history.exp: Likewise.
262 * gdb.btrace/nohist.exp: Likewise.
263 * gdb.btrace/non-stop.exp: Likewise.
264 * gdb.btrace/rn-dl-bind.exp: Likewise.
265 * gdb.btrace/step.exp: Likewise.
266 * gdb.btrace/stepi.exp: Likewise.
267 * gdb.btrace/tailcall.exp: Likewise.
268
269 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
270
271 * gdb.btrace/enable.exp: Update error message.
272 * gdb.btrace/multi-inferior.exp: Likewise.
273 * gdb.btrace/reconnect.exp: Likewise.
274 * gdb.python/py-record-btrace.exp: Likewise.
275 * gdb.python/py-record-full.exp: Likewise.
276
277 2020-12-20 Tom de Vries <tdevries@suse.de>
278
279 * lib/gdb.exp (save_target_board_info): New proc.
280 (gdb_compile_shlib): Use save_target_board_info.
281
282 2020-12-19 Tom de Vries <tdevries@suse.de>
283
284 * lib/gdb.exp (supports_scalar_storage_order_attribute)
285 (supports_gnuc): New proc.
286 * gdb.base/endianity.exp: Define TEST_SSO. Eliminate
287 test_compiler_info calls. Add unsupported message.
288 * gdb.base/endianity.c: Use TEST_SSO.
289
290 2020-12-19 Hannes Domani <ssbssa@yahoo.de>
291
292 PR exp/27070
293 * gdb.python/compare-enum-type-a.c: New test.
294 * gdb.python/compare-enum-type-b.c: New test.
295 * gdb.python/compare-enum-type.exp: New file.
296 * gdb.python/compare-enum-type.h: New test.
297
298 2020-12-18 Hannes Domani <ssbssa@yahoo.de>
299
300 * gdb.python/py-format-string.exp: Add tests for address keyword.
301
302 2020-12-18 Hannes Domani <ssbssa@yahoo.de>
303
304 * gdb.python/py-type.exp: Add tests for TYPE_CODE_METHOD.
305
306 2020-12-18 Tom Tromey <tromey@adacore.com>
307
308 * gdb.ada/fixed_points.exp: Also run with
309 -fgnat-encodings=minimal. Update expected output.
310
311 2020-12-16 Simon Marchi <simon.marchi@efficios.com>
312
313 * gdb.base/async-shell.exp: Enable non-stop through GDBFLAGS.
314 * gdb.base/continue-all-already-running.exp: Likewise.
315 * gdb.base/moribund-step.exp: Likewise.
316 * gdb.base/step-sw-breakpoint-adjust-pc.exp: Likewise.
317
318 2020-12-16 Tom de Vries <tdevries@suse.de>
319
320 * gdb.base/batch-preserve-term-settings.exp:
321
322 2020-12-16 Tom de Vries <tdevries@suse.de>
323
324 * lib/gdb.exp (gdb_compile_shlib_1): Factor out of ...
325 (gdb_compile_shlib): ... here. Filter out PIE-related flags.
326
327 2020-12-16 Luis Machado <luis.machado@linaro.org>
328
329 * gdb.arch/aarch64-tagged-pointer.c (main): Add a few more
330 pointer-based memory accesses.
331 * gdb.arch/aarch64-tagged-pointer.exp: Exercise additional
332 hw watchpoint cases.
333
334 2020-12-15 Rae Kim <rae.kim@gmail.com>
335
336 * gdb.base/document.exp: New test.
337
338 2020-12-15 Tom Tromey <tromey@adacore.com>
339
340 * gdb.base/style.exp: Add deprecation tests.
341
342 2020-12-14 Simon Marchi <simon.marchi@polymtl.ca>
343
344 * lib/gdb.exp (gdb_test_multiple): Fix typo in doc.
345
346 2020-12-14 Mark Wielaard <mark@klomp.org>
347
348 * lib/dwarf.exp (Dwarf::_handle_attribute): Handle SPECIAL_expr
349 specially, set attr_form_comment to the actual FORM string used.
350
351 2020-12-14 Mark Wielaard <mark@klomp.org>
352
353 * lib/dwarf.exp (Dwarf::_read_constants): Don't set
354 _constants(SPECIAL_expr) here, but set it...
355 (Dwarf::cu): ...here based on _cu_version.
356
357 2020-12-14 Tom de Vries <tdevries@suse.de>
358
359 * lib/gdb.exp (gdb_compile_shlib): Make sure it's not necessary to
360 pass -fPIC.
361 * gdb.ada/catch_ex_std.exp: Don't pass -fPIC to gdb_compile_shlib.
362 * gdb.base/break-probes.exp: Same.
363 * gdb.base/ctxobj.exp: Same.
364 * gdb.base/dso2dso.exp: Same.
365 * gdb.base/global-var-nested-by-dso.exp: Same.
366 * gdb.base/info-shared.exp: Same.
367 * gdb.base/jit-reader-simple.exp: Same.
368 * gdb.base/print-file-var.exp: Same.
369 * gdb.base/skip-solib.exp: Same.
370 * gdb.btrace/dlopen.exp: Same.
371
372 2020-12-14 Tom de Vries <tdevries@suse.de>
373
374 PR testsuite/26963
375 * lib/gdb.exp (run_on_host): Declare test unsupported if spawn fails.
376
377 2020-12-14 Tom de Vries <tdevries@suse.de>
378
379 PR testsuite/26962
380 * gdb.base/solib-corrupted.exp: Handle "'_r_debug' has unknown type;
381 cast it to its declared type".
382
383 2020-12-14 Tom de Vries <tdevries@suse.de>
384
385 PR testsuite/26951
386 * gdb.base/batch-preserve-term-settings.exp: Use "gdb-subshell$ " as
387 shell prompt.
388
389 2020-12-14 Tom Tromey <tromey@adacore.com>
390
391 * gdb.ada/nested.exp: Add new tests.
392 * gdb.ada/nested/hello.adb (Fourth, Fifth): New procedures.
393
394 2020-12-14 Tom Tromey <tromey@adacore.com>
395
396 * gdb.dwarf2/ada-thick-pointer.exp: New file.
397
398 2020-12-14 Tom Tromey <tromey@adacore.com>
399
400 * gdb.dwarf2/dw2-fixed-point.exp: Add test for division by zero.
401
402 2020-12-13 Tom de Vries <tdevries@suse.de>
403
404 PR testsuite/26953
405 * gdb.base/endianity.exp: Skip tests requiring scalar_storage_order
406 attribute support if compiler doesn't support it.
407
408 2020-12-13 Tom de Vries <tdevries@suse.de>
409
410 * lib/gdb.exp (gdb_compile_shlib): Handle ada.
411 * gdb.ada/catch_ex_std.exp: Use gdb_compile_shlib to compile from
412 source to shared lib. Add ada to options.
413
414 2020-12-13 Tom de Vries <tdevries@suse.de>
415
416 * gdb.ada/catch_ex_std.exp: Use gnatmake -bargs and -largs instead of
417 calling gnatbind and gnatlink.
418
419 2020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
420
421 * gdb.base/dcache-flush.c: New file.
422 * gdb.base/dcache-flush.exp: New file.
423
424 2020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
425
426 * gdb.base/c-linkage-name.exp: Update to use new 'maint flush ...'
427 commands.
428 * gdb.base/killed-outside.exp: Likewise.
429 * gdb.opt/inline-bt.exp: Likewise.
430 * gdb.perf/gmonster-null-lookup.py: Likewise.
431 * gdb.perf/gmonster-print-cerr.py: Likewise.
432 * gdb.perf/gmonster-ptype-string.py: Likewise.
433 * gdb.python/py-unwind.exp: Likewise.
434
435 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
436
437 * gdb.base/commands.exp: Update expected results.
438
439 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
440
441 PR cli/15104
442 * gdb.base/commands.exp: Add additional tests.
443 * gdb.base/completion.exp: Add additional tests.
444
445 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
446
447 * gdb.base/completion.exp: Add additional tests.
448
449 2020-12-11 Tom de Vries <tdevries@suse.de>
450
451 PR testsuite/26991
452 * gdb.arch/i386-mpx-call.exp: Don't expect to trigger bounds
453 violations by setting bounds registers if the bounds are passed in the
454 Bounds Table.
455
456 2020-12-11 Tom de Vries <tdevries@suse.de>
457
458 PR testsuite/26954
459 * gdb.base/float128.exp: Detect and handle no mpfr support.
460
461 2020-12-10 Simon Marchi <simon.marchi@efficios.com>
462
463 PR gdb/24694
464 * gdb.multi/multi-arch-exec.c (thread_start, main): Add barrier
465 calls.
466
467 2020-12-10 Tom de Vries <tdevries@suse.de>
468
469 PR testsuite/26947
470 * gdb.tui/new-layout.exp: Don't execute tests with unbalanced curly
471 braces for tcl 8.5 and earlier.
472
473 2020-12-09 Simon Marchi <simon.marchi@efficios.com>
474
475 PR 26875, PR 26901
476 * gdb.base/flexible-array-member.c: New test.
477 * gdb.base/flexible-array-member.exp: New test.
478
479 2020-12-08 Tom de Vries <tdevries@suse.de>
480
481 * gdb.arch/amd64-gs_base.exp: Undo commit 67748e0f66, reimplement
482 using is_amd64_regs_target.
483
484 2020-12-08 Tom de Vries <tdevries@suse.de>
485
486 * gdb.ada/mi_task_arg.exp: Accept <optimized out> as valid value of
487 self_id.
488
489 2020-12-07 Pedro Alves <pedro@palves.net>
490
491 * gdb.base/break-on-linker-gcd-function.exp: Remove unused
492 'additional_flags' variable.
493
494 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
495
496 * gdb.linespec/explicit.exp: Extend with a test to check completing
497 '-' after seemingly complete options.
498
499 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
500
501 * gdb.linespec/keywords.exp: Add tests to check positional
502 flexibility of "-force-condition".
503
504 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
505
506 * gdb.base/bp-cmds-run-with-ex.c: New file.
507 * gdb.base/bp-cmds-run-with-ex.exp: New file.
508 * gdb.base/bp-cmds-run-with-ex.gdb: New file.
509 * gdb.gdb/python-interrupts.exp: Update the call to
510 'catch_command_errors' with the new argument.
511 * gdb.gdb/python-selftest.exp: Ditto.
512
513 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
514
515 * gdb.arch/amd64-disp-step-avx.exp: Adjust pattern.
516 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
517 * gdb.threads/non-stop-fair-events.exp: Likewise.
518
519 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
520
521 * gdb.threads/step-over-exec.exp: New.
522 * gdb.threads/step-over-exec.c: New.
523 * gdb.threads/step-over-exec-execd.c: New.
524 * lib/my-syscalls.S: New.
525 * lib/my-syscalls.h: New.
526
527 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
528
529 * lib/dwarf.exp (declare_labels): Use name as text if text is
530 not provided.
531
532 2020-12-04 Tom de Vries <tdevries@suse.de>
533
534 PR testsuite/26990
535 * gdb.arch/amd64-gs_base.exp: Handle -m32 where fs_base and gs_base
536 are unsupported.
537
538 2020-12-04 Tom de Vries <tdevries@suse.de>
539
540 * gdb.reverse/insn-reverse.exp: Don't break inside gdb_test_multiple
541 clause.
542
543 2020-12-04 Tom de Vries <tdevries@suse.de>
544
545 * gdb.reverse/insn-reverse.exp: Fix count handling.
546
547 2020-12-04 Tom de Vries <tdevries@suse.de>
548
549 * gdb.reverse/insn-reverse-x86.c: Guard x86_64 assembly with #ifdef
550 __x86_64__.
551
552 2020-12-04 Tom de Vries <tdevries@suse.de>
553
554 * gdb.reverse/insn-reverse.c (test_nr): New var.
555 (usage, parse_args): New function.
556 (main): Call parse_args. Only run test for test_nr.
557 * gdb.reverse/insn-reverse.exp: Detect lack of progress in stepi loop
558 and bail out. Run subtests individually, using an inferior arg
559 specifying the subtest.
560
561 2020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
562
563 * gdb.arch/riscv-tdesc-regs.exp: Remove unwanted test.
564
565 2020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
566
567 * gdb.arch/riscv-tdesc-regs.exp (get_expected_result): New proc,
568 update test to use this.
569
570 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
571
572 * gdb.threads/non-ldr-exc-1.exp: Fix indentation.
573
574 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
575
576 * gdb.threads/non-ldr-exc-1.exp: Use foreach_with_prefix.
577 (do_test): Don't use with_test_prefix.
578 * gdb.threads/non-ldr-exc-2.exp: Use foreach_with_prefix.
579 (do_test): Don't use with_test_prefix.
580 * gdb.threads/non-ldr-exc-3.exp: Use foreach_with_prefix.
581 (do_test): Don't use with_test_prefix.
582 * gdb.threads/non-ldr-exc-4.exp: Use foreach_with_prefix.
583 (do_test): Don't use with_test_prefix.
584
585 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
586
587 * gdb.threads/non-ldr-exit.exp: Fix comment.
588
589 2020-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
590
591 * gdb.xml/maint-xml-dump-03.xml: New file.
592
593 2020-11-30 Tom de Vries <tdevries@suse.de>
594
595 PR symtab/26905
596 * gdb.dwarf2/count.exp: Remove kfails.
597
598 2020-11-24 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
599
600 * gdb.base/condbreak-multi-context.exp: Do not hard-code location
601 indices.
602
603 2020-11-24 Joel Brobecker <brobecker@adacore.com>
604
605 * gdb.dwarf2/dw2-fixed-point.exp: Fix the expected output of
606 the "ptype pck__fp1_range_var" test for the module-2 and pascal
607 languages. Remove the associated setup_xfail.
608
609 2020-11-23 Simon Marchi <simon.marchi@efficios.com>
610
611 * lib/gdb.exp (gdb_assert): Show error message on error.
612
613 2020-11-23 Tom de Vries <tdevries@suse.de>
614
615 * gdb.ada/enum_idx_packed.exp: Limit setup_kfail to gnat 9 and 10.
616 * gdb.ada/mod_from_name.exp: Same.
617 * gdb.ada/pckd_arr_ren.exp: Same.
618
619 2020-11-22 Simon Marchi <simon.marchi@polymtl.ca>
620
621 * gdb.base/template.exp: New.
622 * gdb.base/template.c: New.
623
624 2020-11-22 Gary Benson <gbenson@redhat.com>
625
626 PR gdb/26905
627 * gdb.dwarf2/count.exp: Add test for an array whose upper bound
628 is defined using a DW_AT_count which references another DIE.
629
630 2020-11-21 Tom de Vries <tdevries@suse.de>
631
632 * gdb.base/vla-ptr.exp: Add XFAIL.
633
634 2020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
635
636 * gdb.fortran/array-slices-bad.exp: New file.
637 * gdb.fortran/array-slices-bad.f90: New file.
638 * gdb.fortran/array-slices-sub-slices.exp: New file.
639 * gdb.fortran/array-slices-sub-slices.f90: New file.
640 * gdb.fortran/array-slices.exp: Rewrite tests.
641 * gdb.fortran/array-slices.f90: Rewrite tests.
642 * gdb.fortran/vla-sizeof.exp: Correct expected results.
643
644 2020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
645
646 * gdb.base/completion.exp: Add new completion tests.
647
648 2020-11-18 Simon Marchi <simon.marchi@polymtl.ca>
649
650 * gdb.mi/mi-nonstop-exit.exp: Enable non-stop through GDBFLAGS.
651 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
652 * gdb.mi/mi-nsintrall.exp: Likewise.
653 * gdb.mi/mi-nsmoribund.exp: Likewise.
654 * gdb.mi/mi-nsthrexec.exp: Likewise.
655 * gdb.mi/mi-watch-nonstop.exp: Likewise.
656
657 2020-11-18 Simon Marchi <simon.marchi@polymtl.ca>
658
659 * lib/mi-support.exp (mi_run_cmd_full): Use unresovled instead
660 of perror.
661
662 2020-11-18 Joseph Myers <joseph@codesourcery.com>
663
664 * lib/mi-support.exp (mi_gdb_file_cmd): Check for case where
665 $arg.exe exists but $arg does not.
666
667 2020-11-17 Gary Benson <gbenson@redhat.com>
668
669 * gdb.trace/trace-common.h (x86_trace_dummy): Add
670 __attribute__ ((used)).
671
672 2020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
673
674 * gdb.gdb/unittest.exp: Spot 'Running...' lines.
675
676 2020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
677
678 * gdb.base/completion.exp: Add new tests.
679
680 2020-11-16 Tom Tromey <tromey@adacore.com>
681
682 * gdb.dwarf2/data-loc.exp: Update expected output. Remove C
683 tests.
684
685 2020-11-15 Joel Brobecker <brobecker@adacore.com>
686
687 * gdb.ada/fixed_cmp.exp: Add -fgnat-encodings=minimal testing.
688 * gdb.dwarf2/dw2-fixed-point.c (pck__fp1_var2): New global.
689 (main): Add reference to pck__fp1_var2.
690 * gdb.dwarf2/dw2-fixed-point.exp: Add comparison operator testing.
691
692 2020-11-15 Joel Brobecker <brobecker@adacore.com>
693
694 * gdb.dwarf2/dw2-fixed-point.exp: Add arithmetic tests.
695
696 2020-11-15 Joel Brobecker <brobecker@adacore.com>
697
698 * gdb.ada/fixed_points.exp: Add ptype tests.
699 * gdb.dwarf2/dw2-fixed-point.exp: Likewise.
700
701 2020-11-15 Joel Brobecker <brobecker@adacore.com>
702
703 * gdb.dwarf2/dw2-fixed-point.exp: Add "print /x" tests.
704
705 2020-11-15 Joel Brobecker <brobecker@adacore.com>
706
707 * gdb.ada/fixed_cmp.exp: Force compilation to use -fgnat-encodings=all.
708 * gdb.ada/fixed_points.exp: Add fixed-point variables printing tests.
709 * gdb.ada/fixed_points/pck.ads, gdb.ada/fixed_points/pck.adb:
710 New files.
711 * gdb.ada/fixed_points/fixed_points.adb: Add use of package Pck.
712
713 * gdb.dwarf2/dw2-fixed-point.c, gdb.dwarf2/dw2-fixed-point.exp:
714 New files.
715
716 2020-11-14 Andrew Burgess <andrew.burgess@embecosm.com>
717
718 PR cli/26879
719 * gdb.fortran/completion.exp: New file.
720 * gdb.fortran/completion.f90: New file.
721
722 2020-11-12 Joseph Myers <joseph@codesourcery.com>
723
724 * lib/gdb.exp (gdb_file_cmd): Check for case where $arg.exe exists
725 but $arg does not.
726
727 2020-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
728
729 * gdb.fortran/types.exp: Add more tests.
730
731 2020-11-12 Tom Tromey <tom@tromey.com>
732
733 PR rust/26799:
734 * gdb.rust/traits.exp: Remove kfails.
735
736 2020-11-12 Gary Benson <gbenson@redhat.com>
737
738 * gdb.threads/tls-so_extern_main.c (tls_ptr): Add missing return
739 statement.
740
741 2020-11-11 Simon Marchi <simon.marchi@efficios.com>
742
743 * gdb.base/continue-after-aborted-step-over.exp: Add "breakpoint
744 always-inserted" axis.
745 (do_test): Add breakpoint_always_inserted parameter.
746
747 2020-11-10 Tom Tromey <tromey@adacore.com>
748
749 * gdb.ada/bias.exp: Update.
750 * gdb.ada/bias/bias.adb (X): Change value.
751
752 2020-11-10 Gary Benson <gbenson@redhat.com>
753
754 * gdb.base/vla-optimized-out.exp (p sizeof (a)): Wrap supplied
755 regexp fragment in parentheses to prevent false matching.
756
757 2020-11-10 Gary Benson <gbenson@redhat.com>
758
759 * gdb.base/vla-optimized-out.c (f1): Add __attribute__ ((weak)).
760
761 2020-11-10 Gary Benson <gbenson@redhat.com>
762
763 * gdb.cp/step-and-next-inline.exp: Only require
764 -gstatement-frontiers when building with GCC.
765 Only setup KFAIL's for GCC issues when using
766 a GCC-built executable.
767
768 2020-11-06 Andrew Burgess <andrew.burgess@embecosm.com>
769
770 * gdb.base/debug-expr.c: Add extra function to allow for an
771 additional test.
772 * gdb.base/debug-expr.exp (test_debug_expr): Delete, replace calls
773 to this proc with gdb_test_debug_expr. Add an extra test.
774 * gdb.cp/debug-expr.exp (test_debug_expr): Delete, replace calls
775 to this proc with gdb_test_debug_expr, give the tests names
776 * gdb.dlang/debug-expr.exp (test_debug_expr): Delete, replace
777 calls to this proc with gdb_test_debug_expr, give the tests names
778 * gdb.fortran/debug-expr.exp: New file.
779 * gdb.fortran/debug-expr.f90: New file.
780 * lib/gdb.exp (gdb_test_debug_expr): New proc.
781
782 2020-11-06 Simon Marchi <simon.marchi@efficios.com>
783
784 * lib/dwarf.exp (ranges): Handle "base" and "range" as
785 proceduresu.
786 * gdb.dwarf/dw2-bad-elf.exp: Adjust.
787 * gdb.dwarf2/dw2-inline-many-frames.exp: Adjust.
788 * gdb.dwarf2/dw2-inline-stepping.exp: Adjust.
789 * gdb.dwarf2/dw2-ranges-base.exp: Adjust.
790 * gdb.dwarf2/dw2-ranges-func.exp: Adjust.
791 * gdb.dwarf2/dw2-ranges-overlap.exp: Adjust.
792 * gdb.dwarf2/dw2-ranges-psym.exp: Adjust.
793 * gdb.dwarf2/enqueued-cu-base-addr.exp: Adjust.
794
795 2020-11-04 Tom Tromey <tromey@adacore.com>
796
797 * gdb.ada/funcall_ref.exp: Update.
798 * gdb.ada/var_rec_arr.exp: Update.
799
800 2020-11-04 Tom Tromey <tromey@adacore.com>
801
802 * gdb.ada/rec_ptype.exp: New file.
803 * gdb.ada/rec_ptype/main.adb: New file.
804 * gdb.ada/rec_ptype/p.ads: New file.
805
806 2020-11-04 Tom Tromey <tromey@adacore.com>
807
808 * gdb.ada/tick_length_array_enum_idx.exp: Add ptype test.
809 * gdb.ada/tick_length_array_enum_idx/foo_n207_004.adb
810 (PT_Full): New variable.
811 * gdb.ada/tick_length_array_enum_idx/pck.adb
812 (Full_PT): New type.
813
814 2020-11-04 Tom Tromey <tromey@adacore.com>
815
816 * gdb.ada/array_of_variant.exp: New file.
817 * gdb.ada/array_of_variant/p.adb: New file.
818 * gdb.ada/array_of_variant/pck.ads: New file.
819 * gdb.ada/array_of_variant/pck.adb: New file.
820
821 2020-11-04 Tom Tromey <tromey@adacore.com>
822
823 * gdb.ada/enum_idx_packed.exp: Add test.
824 * gdb.ada/enum_idx_packed/foo.adb (Multi_Access):
825 New variable.
826 * gdb.ada/enum_idx_packed/pck.ads (Short)
827 (Multi_Dimension, Multi_Dimension_Access): New types.
828
829 2020-11-04 Tom Tromey <tromey@adacore.com>
830
831 * gdb.ada/enum_idx_packed.exp: Test two forms of -fgnat-encodings.
832
833 2020-11-04 Tom Tromey <tromey@adacore.com>
834
835 * gdb.ada/set_pckd_arr_elt.exp: Also test
836 -fgnat-encodings=minimal. Add tests.
837 * gdb.ada/set_pckd_arr_elt/foo.adb (Foo): Add VA variable.
838 Call Update_Small a second time.
839 * gdb.ada/set_pckd_arr_elt/pck.adb (New_Variant): New function.
840 * gdb.ada/set_pckd_arr_elt/pck.ads (Buffer, Variant)
841 (Variant_Access): New types.
842 (New_Variant): Declare.
843
844 2020-11-04 Tom Tromey <tromey@adacore.com>
845
846 * gdb.ada/mod_from_name.exp: Test printing slice.
847
848 2020-11-04 Tom Tromey <tromey@adacore.com>
849
850 * gdb.ada/O2_float_param.exp: Test different -fgnat-encodings
851 values.
852 * gdb.ada/access_to_unbounded_array.exp: Test different
853 -fgnat-encodings values.
854 * gdb.ada/big_packed_array.exp: Test different -fgnat-encodings
855 values.
856 * gdb.ada/arr_enum_idx_w_gap.exp: Test different -fgnat-encodings
857 values.
858 * gdb.ada/array_ptr_renaming.exp: Test different -fgnat-encodings
859 values.
860 * gdb.ada/array_of_variable_length.exp: Test different
861 -fgnat-encodings values.
862 * gdb.ada/arrayparam.exp: Test different -fgnat-encodings values.
863 * gdb.ada/arrayptr.exp: Test different -fgnat-encodings values.
864 * gdb.ada/frame_arg_lang.exp: Revert -fgnat-encodings=minimal
865 change.
866 * gdb.ada/mi_string_access.exp: Test different -fgnat-encodings
867 values.
868 * gdb.ada/mod_from_name.exp: Test different -fgnat-encodings values.
869 * gdb.ada/out_of_line_in_inlined.exp: Test different
870 -fgnat-encodings values.
871 * gdb.ada/packed_array.exp: Test different -fgnat-encodings
872 values.
873 * gdb.ada/pckd_arr_ren.exp: Test different -fgnat-encodings
874 values.
875 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Test different
876 -fgnat-encodings values.
877 * gdb.ada/variant_record_packed_array.exp: Test different
878 -fgnat-encodings values.
879
880 2020-11-04 Tom Tromey <tromey@adacore.com>
881
882 * gdb.ada/enum_idx_packed.exp: Add tests.
883 * gdb.ada/enum_idx_packed/foo.adb: Add variables.
884 * gdb.ada/enum_idx_packed/pck.adb: Add functions.
885 * gdb.ada/enum_idx_packed/pck.ads: Add types, function
886 declarations.
887
888 2020-11-03 Tom de Vries <tdevries@suse.de>
889
890 * lib/dwarf.exp (Dwarf::_handle_DW_TAG): Improve attribute list
891 terminator comments.
892 (Dwarf::cu, Dwarf::tu): Remove superfluous abbreviation table
893 terminator.
894
895 2020-11-02 Simon Marchi <simon.marchi@polymtl.ca>
896
897 * gdb.base/step-over-no-symbols.exp (test_step_over): Replace
898 integer format test with regexp.
899
900 2020-11-02 Gary Benson <gbenson@redhat.com>
901
902 * gdb.base/print-file-var.exp (test): Separate compiler and
903 linker options, and build using build_executable_from_specs
904 to accommodate this.
905
906 2020-11-02 Gary Benson <gbenson@redhat.com>
907
908 * lib/gdb.exp (gdb_compile): Inhibit passing "-x c++"
909 for .c files compiled as C++ with Clang if any shared
910 libraries are specified.
911
912 2020-11-02 Gary Benson <gbenson@redhat.com>
913
914 * lib/attributes.h: New header.
915 * gdb.base/backtrace.c: Include the above. Replace
916 __attribute__(noclone)) with ATTRIBUTE_NOCLONE.
917 * gdb.base/infcall-nested-structs.c: Likewise.
918 * gdb.base/vla-optimized-out.c: Likewise.
919
920 2020-11-02 Tom de Vries <tdevries@suse.de>
921
922 * gdb.dwarf2/fission-multi-cu.S: Remove .debug_line.dwo section.
923
924 2020-11-01 Joel Brobecker <brobecker@adacore.com>
925
926 * gdb.ada/fixed_points/fixed_points.adb: Replace use of
927 System.Min_Int and System.Max_Int with smaller hardcoded
928 constants.
929
930 2020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
931
932 * configure.ac: Split AC_INIT into AC_INIT and AC_CONFIG_SRCDIR.
933 * configure: Re-generate.
934
935 2020-10-30 Simon Marchi <simon.marchi@efficios.com>
936
937 * gdb.arch/amd64-disp-step-avx.exp: Update displaced step debug
938 expected output.
939
940 2020-10-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
941
942 * gdb.base/paginate-after-ctrl-c-running.exp: Update with no pagination
943 behavior.
944 * gdb.base/paginate-bg-execution.exp: Ditto.
945 * gdb.base/paginate-inferior-exit.exp: Ditto.
946 * gdb.base/double-prompt-target-event-error.c: Remove.
947 * gdb.base/double-prompt-target-event-error.exp: Remove.
948
949 2020-10-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
950
951 * gdb.base/kill-detach-inferiors-cmd.exp: Check that 'kill
952 inferiors' and 'detach inferiors' do not change the current
953 inferior.
954
955 2020-10-29 Tom de Vries <tdevries@suse.de>
956
957 * gdb.threads/tls.exp: Fix DUPLICATEs.
958
959 2020-10-28 Tom de Vries <tdevries@suse.de>
960
961 * gdb.python/py-symbol.exp: Add KFAILs for -readnow.
962
963 2020-10-28 Tom de Vries <tdevries@suse.de>
964
965 * gdb.ada/exec_changed.exp: Add KFAILs for -readnow.
966 * gdb.base/reread.exp: Same.
967
968 2020-10-28 Tom de Vries <tdevries@suse.de>
969
970 * lib/gdb.exp (readnow): Handle arg.
971 * gdb.rust/traits.exp: Add KFAILs for -readnow.
972
973 2020-10-28 Tom de Vries <tdevries@suse.de>
974
975 * gdb.base/relocate.exp: Update regexp for -readnow.
976
977 2020-10-28 Tom de Vries <tdevries@suse.de>
978
979 * gdb.dwarf2/dw2-error.exp: Mark failure break in main as known with
980 -readnow.
981
982 2020-10-28 Tom de Vries <tdevries@suse.de>
983
984 PR symtab/26772
985 * gdb.dwarf2/dw2-ranges-overlap.c: New test.
986 * gdb.dwarf2/dw2-ranges-overlap.exp: New file.
987
988 2020-10-28 Tom de Vries <tdevries@suse.de>
989
990 * lib/gdb.exp (gdb_file_cmd): Set gdb_file_cmd_msg.
991 * gdb.cp/nsalias.exp: Set complaints limit before file cmd. Expect
992 complaint during file command for -readnow.
993
994 2020-10-28 Tom de Vries <tdevries@suse.de>
995
996 * gdb.cp/nsalias.exp: Fix typo in test name.
997
998 2020-10-28 Tom de Vries <tdevries@suse.de>
999
1000 * gdb.dwarf2/dw2-filename.exp: Update regexp for -readnow.
1001
1002 2020-10-28 Tom de Vries <tdevries@suse.de>
1003
1004 * gdb.dwarf2/dw2-stack-boundary.exp: KFAILing the complaints for
1005 -readnow.
1006
1007 2020-10-27 Tom de Vries <tdevries@suse.de>
1008
1009 * gdb.base/multi-forks.exp: Use exp_continue to fix timeout.
1010
1011 2020-10-27 Tom de Vries <tdevries@suse.de>
1012
1013 * gdb.base/maint.exp: Update for -readnow.
1014
1015 2020-10-27 Tom de Vries <tdevries@suse.de>
1016
1017 * gdb.cp/psymtab-parameter.exp: Don't expect unexpanded CU for
1018 -readnow.
1019
1020 2020-10-14 Gary Benson <gbenson@redhat.com>
1021
1022 * gdb.python/py-format-string.exp (test_deref_refs): Treat
1023 "_vptr$Base" as correct, in addition to "_vptr.Base".
1024 (test_mixed): Likewise.
1025
1026 2020-10-27 Gary Benson <gbenson@redhat.com>
1027
1028 * gdb.mi/mi-fortran-modules.exp: Check skip_fortran_tests.
1029 * gdb.mi/mi-vla-fortran.exp: Likewise. Also fix a comment.
1030
1031 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1032
1033 * gdb.base/condbreak.exp: Update the completion tests to
1034 consider the '-force' flag.
1035
1036 2020-10-27 Tom de Vries <tdevries@suse.de>
1037
1038 * gdb.base/list-ambiguous-readnow.exp: New file.
1039
1040 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1041
1042 * gdb.base/condbreak-multi-context.exp: Expand to test forcing
1043 the condition.
1044 * gdb.linespec/cpcompletion.exp: Update to consider the
1045 '-force-condition' keyword.
1046 * gdb.linespec/explicit.exp: Ditto.
1047 * lib/completion-support.exp: Ditto.
1048
1049 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1050
1051 * gdb.base/condbreak-multi-context.cc: New file.
1052 * gdb.base/condbreak-multi-context.exp: New file.
1053
1054 2020-10-26 Tom Tromey <tom@tromey.com>
1055
1056 * lib/mi-support.exp (default_mi_gdb_start): Call
1057 gdb_stdin_log_init.
1058 * lib/gdb.exp (standard_output_file_with_gdb_instance): Don't
1059 subtract one from gdb_instances.
1060 (gdb_stdin_log_write): Flush in_file.
1061
1062 2020-10-26 Tom de Vries <tdevries@suse.de>
1063
1064 * gdb.dwarf2/enqueued-cu-base-addr.exp: New file.
1065
1066 2020-10-26 Tom Tromey <tromey@adacore.com>
1067
1068 * gdb.ada/unsigned_range/foo.adb: New file.
1069 * gdb.ada/unsigned_range/pack.adb: New file.
1070 * gdb.ada/unsigned_range/pack.ads: New file.
1071 * gdb.ada/unsigned_range.exp: New file.
1072
1073 2020-10-26 Tom de Vries <tdevries@suse.de>
1074
1075 * lib/gdb.exp (INTERNAL_GDBFLAGS): Set heigth and width.
1076
1077 2020-10-26 Tom de Vries <tdevries@suse.de>
1078
1079 * gdb.dwarf2/dw2-objfile-overlap-inner.S: Specify default base address
1080 for CU.
1081 * gdb.dwarf2/dw2-objfile-overlap-outer.S: Same.
1082
1083 2020-10-23 Tom de Vries <tdevries@suse.de>
1084
1085 * lib/dwarf.exp (Dwarf::_guess_form): Return "" by default instead of
1086 DW_FORM_string.
1087 (Dwarf::_default_form): New proc.
1088 (Dwarf::_handle_DW_TAG): Use _default_form. Error out if no form was
1089 guessed.
1090
1091 2020-10-23 Tom de Vries <tdevries@suse.de>
1092
1093 * gdb.dwarf2/ada-linkage-name.exp: Use $srcfile for DW_AT_name of CU.
1094 * gdb.dwarf2/atomic-type.exp: Same.
1095 * gdb.dwarf2/bad-regnum.exp: Same.
1096 * gdb.dwarf2/cpp-linkage-name.exp: Same.
1097 * gdb.dwarf2/dw2-align.exp: Same.
1098 * gdb.dwarf2/dw2-bad-elf.exp: Same.
1099 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
1100 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
1101 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
1102 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
1103 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
1104 * gdb.dwarf2/enum-type.exp: Same.
1105 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Same.
1106 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
1107 * gdb.dwarf2/main-subprogram.exp: Same.
1108 * gdb.dwarf2/missing-type-name.exp: Same.
1109 * gdb.dwarf2/nonvar-access.exp: Same.
1110 * gdb.dwarf2/typedef-void-finish.exp: Same.
1111 * gdb.dwarf2/var-access.exp: Same.
1112 * gdb.dwarf2/void-type.exp: Same.
1113
1114 2020-10-22 Simon Marchi <simon.marchi@polymtl.ca>
1115
1116 PR gdb/26693
1117 * gdb.dwarf2/template-specification-full-name.exp: New test.
1118
1119 2020-10-22 Luis Machado <luis.machado@linaro.org>
1120
1121 * gdb.base/msym-bp-shl.exp (test_break): Adjust pattern to not
1122 expected an offset from the function.
1123 * gdb.base/msym-bp.exp (test): Likewise.
1124
1125 2020-10-22 Andrew Burgess <andrew.burgess@embecosm.com>
1126
1127 * gdb.fortran/array-slices.exp: Add a new test.
1128
1129 2020-10-21 Gary Benson <gbenson@redhat.com>
1130
1131 * gdb.mi/mi-fullname-deleted.exp: Fix substituted
1132 fullname test with Clang. Also expand comments generally.
1133
1134 2020-10-20 Tom de Vries <tdevries@suse.de>
1135
1136 * gdb.dwarf2/pr13961.S: Remove superfluous end-of-siblings marker.
1137
1138 2020-10-20 Tom de Vries <tdevries@suse.de>
1139
1140 * gdb.dwarf2/arr-stride.c: Remove.
1141 * gdb.dwarf2/arr-stride.exp: Use main.c.
1142 * gdb.dwarf2/arr-subrange.c: Remove.
1143 * gdb.dwarf2/arr-subrange.exp: Use main.c.
1144 * gdb.dwarf2/bad-regnum.c: Remove.
1145 * gdb.dwarf2/bad-regnum.exp: Use main.c.
1146 * gdb.dwarf2/corrupt.c: Remove.
1147 * gdb.dwarf2/corrupt.exp: Use main.c.
1148 * gdb.dwarf2/dw2-bad-elf.c: Remove.
1149 * gdb.dwarf2/dw2-bad-elf.exp: Use main.c.
1150 * gdb.dwarf2/dw2-icycle.c: Remove.
1151 * gdb.dwarf2/dw2-icycle.exp: Use main.c.
1152 * gdb.dwarf2/formdata16.c: Remove.
1153 * gdb.dwarf2/formdata16.exp: Use main.c.
1154 * gdb.dwarf2/implptrconst.c: Remove.
1155 * gdb.dwarf2/implptrconst.exp: Use main.c.
1156 * gdb.dwarf2/info-locals-optimized-out.c: Remove.
1157 * gdb.dwarf2/info-locals-optimized-out.exp: Use main.c.
1158 * gdb.dwarf2/opaque-type-lookup.c: Remove.
1159 * gdb.dwarf2/opaque-type-lookup.exp: Use main.c.
1160
1161 2020-10-20 Tom de Vries <tdevries@suse.de>
1162
1163 * gdb.dwarf2/ada-valprint-error.exp: Remove redundant mention of .exp
1164 file.
1165 * gdb.dwarf2/dw2-dir-file-name.exp: Same.
1166
1167 2020-10-20 Tom de Vries <tdevries@suse.de>
1168
1169 * gdb.dwarf2/dw2-error.exp: Use $gdb_test_file_name.
1170 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
1171 * gdb.dwarf2/dw2-main-no-line-number.exp: Same.
1172 * gdb.dwarf2/dw2-ranges-base.exp: Same.
1173 * gdb.dwarf2/dw2-ranges.exp: Same.
1174 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
1175 * gdb.dwarf2/var-access.exp: Same.
1176
1177 2020-10-19 Tom Tromey <tromey@adacore.com>
1178
1179 PR tui/26719
1180 * gdb.tui/list.exp: Check source window contents after focus
1181 change.
1182
1183 2020-10-17 Tom de Vries <tdevries@suse.de>
1184
1185 PR symtab/26317
1186 * gdb.dwarf2/dw2-main-no-line-number.exp: New file.
1187
1188 2020-10-17 Tom de Vries <tdevries@suse.de>
1189
1190 * lib/gdb.exp (standard_testfile): Also treat args starting with '-'
1191 as suffix.
1192 * gdb.dwarf2/atomic.c: Rename to ...
1193 * gdb.dwarf2/atomic-type.c: ... this.
1194 * gdb.dwarf2/dw2-ranges2.c: Rename to ...
1195 * gdb.dwarf2/dw2-ranges-2.c: ... this.
1196 * gdb.dwarf2/dw2-ranges3.c: Rename to ...
1197 * gdb.dwarf2/dw2-ranges-3.c: ... this.
1198 * gdb.dwarf2/fission-mix2.c: Rename to ...
1199 * gdb.dwarf2/fission-mix-2.c: ... this.
1200 * gdb.dwarf2/ada-linkage-name.exp: Use more suffix args for
1201 standard_testfile.
1202 * gdb.dwarf2/ada-valprint-error.exp: Same.
1203 * gdb.dwarf2/arr-stride.exp: Same.
1204 * gdb.dwarf2/arr-subrange.exp: Same.
1205 * gdb.dwarf2/atomic-type.exp: Same.
1206 * gdb.dwarf2/bad-regnum.exp: Same.
1207 * gdb.dwarf2/break-inline-psymtab.exp: Same.
1208 * gdb.dwarf2/clang-debug-names-2.exp: Same.
1209 * gdb.dwarf2/clang-debug-names.exp: Same.
1210 * gdb.dwarf2/comp-unit-lang.exp: Same.
1211 * gdb.dwarf2/corrupt.exp: Same.
1212 * gdb.dwarf2/count.exp: Same.
1213 * gdb.dwarf2/cpp-linkage-name.exp: Same.
1214 * gdb.dwarf2/data-loc.exp: Same.
1215 * gdb.dwarf2/dw2-align.exp: Same.
1216 * gdb.dwarf2/dw2-bad-elf.exp: Same.
1217 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
1218 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
1219 * gdb.dwarf2/dw2-case-insensitive.exp: Same.
1220 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Same.
1221 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
1222 * gdb.dwarf2/dw2-inline-many-frames.exp: Same.
1223 * gdb.dwarf2/dw2-inline-param.exp: Same.
1224 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
1225 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
1226 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
1227 * gdb.dwarf2/dw2-is-stmt.exp: Same.
1228 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
1229 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
1230 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
1231 * gdb.dwarf2/dw2-param-error.exp: Same.
1232 * gdb.dwarf2/dw2-ranges-base.exp: Same.
1233 * gdb.dwarf2/dw2-ranges.exp: Same.
1234 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
1235 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
1236 * gdb.dwarf2/dw4-sig-types.exp: Same.
1237 * gdb.dwarf2/dynarr-ptr.exp: Same.
1238 * gdb.dwarf2/enum-type.exp: Same.
1239 * gdb.dwarf2/fission-mix.exp: Same.
1240 * gdb.dwarf2/formdata16.exp: Same.
1241 * gdb.dwarf2/implptrconst.exp: Same.
1242 * gdb.dwarf2/implptrpiece.exp: Same.
1243 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
1244 * gdb.dwarf2/main-subprogram.exp: Same.
1245 * gdb.dwarf2/method-ptr.exp: Same.
1246 * gdb.dwarf2/missing-sig-type.exp: Same.
1247 * gdb.dwarf2/nonvar-access.exp: Same.
1248 * gdb.dwarf2/opaque-type-lookup.exp: Same.
1249 * gdb.dwarf2/shortpiece.exp: Same.
1250 * gdb.dwarf2/staticvirtual.exp: Same.
1251 * gdb.dwarf2/subrange.exp: Same.
1252 * gdb.dwarf2/symtab-producer.exp: Same.
1253 * gdb.dwarf2/typedef-void-finish.exp: Same.
1254 * gdb.dwarf2/var-access.exp: Same.
1255 * gdb.dwarf2/variant.exp: Same.
1256 * gdb.dwarf2/void-type.exp: Same.
1257 * gdb.dwarf2/dw2-ranges-psym.exp: Same. Use main.c instead of
1258 dw2-ranges-main.c.
1259 * gdb.dwarf2/dw2-ranges-main.c: Remove.
1260
1261 2020-10-16 Tom de Vries <tdevries@suse.de>
1262
1263 * lib/gdb.exp (gdb_breakpoint): Remove mention of "passfail".
1264
1265 2020-10-16 Tom de Vries <tdevries@suse.de>
1266
1267 * lib/gdb.exp (gdb_breakpoint): Handle eof as in gdb_test_multiple.
1268
1269 2020-10-14 Tom de Vries <tdevries@suse.de>
1270
1271 PR testsuite/26732
1272 * gdb.ada/mi_catch_ex.exp: Do mi_delete_breakpoints before running
1273 scenario 2.
1274 * gdb.ada/mi_catch_ex_hand.exp: Same.
1275
1276 2020-10-13 Pedro Alves <pedro@palves.net>
1277
1278 * lib/mi-support.exp (mi_clean_restart): New.
1279 (mi_run_to_main): Delete.
1280 All callers adjust to use mi_clean_restart / mi_runto_main.
1281
1282 2020-10-13 Pedro Alves <pedro@palves.net>
1283
1284 * config/monitor.exp: Use "list -q".
1285 * gdb.arch/gdb1558.exp: Use "break -q".
1286 * gdb.arch/i386-permbkpt.exp: Use "break -q".
1287 * gdb.arch/i386-prologue-skip-cf-protection.exp: Use "break -q".
1288 * gdb.base/break.exp: Use "break -q", "list -q" and "tbreak -q".
1289 * gdb.base/commands.exp: Use "break -q".
1290 * gdb.base/condbreak.exp: Use "break -q".
1291 * gdb.base/ctf-ptype.exp: Use "list -q".
1292 * gdb.base/define.exp: Use "break -q".
1293 * gdb.base/del.exp: Use "break -q".
1294 * gdb.base/fullname.exp: Use "break -q".
1295 * gdb.base/hbreak-in-shr-unsupported.exp: Use "hbreak -q".
1296 * gdb.base/hbreak-unmapped.exp: Use "hbreak -q".
1297 * gdb.base/hbreak2.exp: Use "hbreak -q" and "list -q".
1298 * gdb.base/hw-sw-break-same-address.exp: Use "break -q" and
1299 "hbreak -q".
1300 * gdb.base/included.exp: Use "list -q".
1301 * gdb.base/label.exp: Use "break -q".
1302 * gdb.base/lineinc.exp: Use "break -q".
1303 * gdb.base/list.exp: Use "list -q".
1304 * gdb.base/macscp.exp: Use "list -q".
1305 * gdb.base/pending.exp: Use "break -q".
1306 * gdb.base/prologue-include.exp: Use "break -q".
1307 * gdb.base/ptype.exp: Use "list -q".
1308 * gdb.base/sepdebug.exp: Use "break -q", "list -q" and "tbreak -q".
1309 * gdb.base/server-del-break.exp: Use "break -q".
1310 * gdb.base/style.exp: Use "break -q".
1311 * gdb.base/symbol-without-target_section.exp: Use "list -q".
1312 * gdb.base/watchpoint-reuse-slot.exp: Use "hbreak -q".
1313 * gdb.cp/exception.exp: Use "tbreak -q".
1314 * gdb.dwarf2/dw2-error.exp: Use "break -q".
1315 * gdb.dwarf2/fission-mix.exp: Use "break -q".
1316 * gdb.dwarf2/fission-reread.exp: Use "break -q".
1317 * gdb.dwarf2/pr13961.exp: Use "break -q".
1318 * gdb.linespec/explicit.exp: Use "list -q".
1319 * gdb.linespec/linespec.exp: Use "break -q".
1320 * gdb.mi/mi-simplerun.exp: Use "--qualified".
1321 * gdb.python/py-mi-objfile-gdb.py: Use "list -q".
1322 * gdb.server/bkpt-other-inferior.exp: Use "break -q".
1323 * gdb.server/connect-without-multi-process.exp: Use "break -q".
1324 * gdb.trace/change-loc.exp: Use "break -q".
1325 * gdb.trace/pending.exp: Use "break -q".
1326 * gdb.tui/basic.exp: Use "list -q".
1327 * gdb.tui/list-before.exp: Use "list -q".
1328 * gdb.tui/list.exp: Use "list -q".
1329 * lib/gdb.exp (gdb_has_argv0): Use "break -q".
1330
1331 2020-10-13 Pedro Alves <pedro@palves.net>
1332
1333 * gdb.base/ui-redirect.exp: Expect "break -qualified main" in
1334 saved breakpoints file.
1335 * gdb.guile/scm-breakpoint.exp: Expect "-qualified main" when
1336 inspecting breakpoint list.
1337 * lib/gdb.exp (runto_main): Add "qualified" to options.
1338 * lib/mi-support.exp (mi_runto_helper): Add 'qualified' parameter,
1339 and handle it.
1340 (mi_runto_main): Pass 1 as qualified argument.
1341
1342 2020-10-13 Pedro Alves <pedro@palves.net>
1343
1344 * lib/mi-support.exp (mi_runto_main): New proc.
1345 (mi_run_to_main): Use it.
1346 * gdb.mi/mi-catch-cpp-exceptions.exp: Likewise.
1347 * gdb.mi/mi-var-cmd.exp: Likewise.
1348 * gdb.mi/mi-var-invalidate.exp: Likewise.
1349 * mi-var-list-children-invalid-grandchild.exp: Likewise.
1350 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
1351 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1352 * gdb.mi/user-selected-context-sync.exp: Likewise.
1353 * gdb.opt/inline-cmds.exp: Likewise.
1354 * gdb.python/py-framefilter-mi.exp: Likewise.
1355 * gdb.python/py-mi.exp: Likewise.
1356
1357 2020-10-13 Pedro Alves <pedro@palves.net>
1358
1359 * gdb.ada/fun_in_declare.exp: Use "runto_main" instead of
1360 "runto main".
1361 * gdb.ada/small_reg_param.exp: Likewise.
1362 * gdb.arch/powerpc-d128-regs.exp: Likewise.
1363 * gdb.base/annota1.exp: Likewise.
1364 * gdb.base/anon.exp: Likewise.
1365 * gdb.base/breakpoint-in-ro-region.exp: Likewise.
1366 * gdb.base/dprintf-non-stop.exp: Likewise.
1367 * gdb.base/dprintf.exp: Likewise.
1368 * gdb.base/gdb11530.exp: Likewise.
1369 * gdb.base/gdb11531.exp: Likewise.
1370 * gdb.base/gnu_vector.exp: Likewise.
1371 * gdb.base/interrupt-noterm.exp: Likewise.
1372 * gdb.base/memattr.exp: Likewise.
1373 * gdb.base/step-over-syscall.exp: Likewise.
1374 * gdb.base/watch-cond-infcall.exp: Likewise.
1375 * gdb.base/watch-read.exp: Likewise.
1376 * gdb.base/watch-vfork.exp: Likewise.
1377 * gdb.base/watch_thread_num.exp: Likewise.
1378 * gdb.base/watchpoint-stops-at-right-insn.exp: Likewise.
1379 * gdb.guile/scm-frame-inline.exp: Likewise.
1380 * gdb.linespec/explicit.exp: Likewise.
1381 * gdb.opt/inline-break.exp: Likewise.
1382 * gdb.python/py-frame-inline.exp: Likewise.
1383 * gdb.reverse/break-precsave.exp: Likewise.
1384 * gdb.reverse/break-reverse.exp: Likewise.
1385 * gdb.reverse/consecutive-precsave.exp: Likewise.
1386 * gdb.reverse/consecutive-reverse.exp: Likewise.
1387 * gdb.reverse/finish-precsave.exp: Likewise.
1388 * gdb.reverse/finish-reverse.exp: Likewise.
1389 * gdb.reverse/fstatat-reverse.exp: Likewise.
1390 * gdb.reverse/getresuid-reverse.exp: Likewise.
1391 * gdb.reverse/i386-precsave.exp: Likewise.
1392 * gdb.reverse/i386-reverse.exp: Likewise.
1393 * gdb.reverse/i386-sse-reverse.exp: Likewise.
1394 * gdb.reverse/i387-env-reverse.exp: Likewise.
1395 * gdb.reverse/i387-stack-reverse.exp: Likewise.
1396 * gdb.reverse/insn-reverse.exp: Likewise.
1397 * gdb.reverse/machinestate-precsave.exp: Likewise.
1398 * gdb.reverse/machinestate.exp: Likewise.
1399 * gdb.reverse/pipe-reverse.exp: Likewise.
1400 * gdb.reverse/readv-reverse.exp: Likewise.
1401 * gdb.reverse/recvmsg-reverse.exp: Likewise.
1402 * gdb.reverse/rerun-prec.exp: Likewise.
1403 * gdb.reverse/s390-mvcle.exp: Likewise.
1404 * gdb.reverse/solib-precsave.exp: Likewise.
1405 * gdb.reverse/solib-reverse.exp: Likewise.
1406 * gdb.reverse/step-precsave.exp: Likewise.
1407 * gdb.reverse/step-reverse.exp: Likewise.
1408 * gdb.reverse/time-reverse.exp: Likewise.
1409 * gdb.reverse/until-precsave.exp: Likewise.
1410 * gdb.reverse/until-reverse.exp: Likewise.
1411 * gdb.reverse/waitpid-reverse.exp: Likewise.
1412 * gdb.reverse/watch-precsave.exp: Likewise.
1413 * gdb.reverse/watch-reverse.exp: Likewise.
1414 * gdb.threads/kill.exp: Likewise.
1415 * gdb.threads/tid-reuse.exp: Likewise.
1416
1417 2020-10-13 Simon Marchi <simon.marchi@polymtl.ca>
1418
1419 PR gdb/26642
1420 * gdb.base/maint-target-async-off.c: New test.
1421 * gdb.base/maint-target-async-off.exp: New test.
1422
1423 2020-10-13 Alan Modra <amodra@gmail.com>
1424
1425 * gdb.arch/powerpc-altivec.s,
1426 * gdb.arch/powerpc-power7.s,
1427 * gdb.arch/powerpc-power8.s,
1428 * gdb.arch/powerpc-power9.s,
1429 * gdb.arch/powerpc-vsx.s,
1430 * gdb.arch/powerpc-vsx2.s: Remove duplicate instructions.
1431 * gdb.arch/powerpc-altivec.exp,
1432 * gdb.arch/powerpc-power7.exp,
1433 * gdb.arch/powerpc-power8.exp,
1434 * gdb.arch/powerpc-power9.exp,
1435 * gdb.arch/powerpc-vsx.exp,
1436 * gdb.arch/powerpc-vsx2.exp: Likewise, and update expected
1437 disassembly of mfvsrd/mtvsrd.
1438
1439 2020-10-13 Alan Modra <amodra@gmail.com>
1440
1441 * gdb.arch/arm-disassembler-options.exp: Adjust expected
1442 "target architecture" output.
1443 * gdb.arch/powerpc-d128-regs.exp: Likewise.
1444 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
1445 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
1446 * gdb.arch/s390-disassembler-options.exp: Likewise.
1447
1448 2020-10-12 Pedro Alves <pedro@palves.net>
1449
1450 PR exp/26602
1451 PR c++/26550
1452 * gdb.cp/ambiguous.cc (marker1): Delete.
1453 (main): Initialize all the fields of the locals. Replace marker1
1454 call with a "set breakpoint here" marker.
1455 * gdb.cp/ambiguous.exp: Modernize. Use gdb_continue_to_breakpoint
1456 instead of running to marker1. Add tests printing all the
1457 variables and all the fields of the variables.
1458 (test_ambiguous): New proc, expecting the new GDB output when a
1459 field access is ambiguous. Change all "warning: X ambiguous"
1460 tests to use it.
1461
1462 2020-10-12 Gary Benson <gbenson@redhat.com>
1463
1464 * gdb.base/msym-bp.c (foo): Add __attribute__ ((used)).
1465 * gdb.base/msym-bp-2.c (foo): Likewise.
1466 * gdb.base/msym-lang.c (foo): Likewise.
1467 * gdb.base/msym-lang-main.c (foo): Likewise.
1468 * gdb.base/symtab-search-order-1.c (static_global): Likewise.
1469 * gdb.guile/scm-pretty-print.c (eval_func): Likewise.
1470 * gdb.mi/mi-sym-info-1.c (global_f1): Likewise.
1471 * gdb.mi/mi-sym-info-2.c (global_f1, var1, var2): Likewise.
1472 * gdb.multi/watchpoint-multi-exit.c (globalvar): Likewise.
1473 * gdb.python/py-as-string.c (enum_valid, enum_invalid): Likewise.
1474 * gdb.python/py-objfile.c (static_var): Likewise.
1475 * gdb.python/py-symbol.c (rr): Likewise.
1476 * gdb.python/py-symbol-2.c (anon, rr): Likewise.
1477 * gdb.mi/mi-sym-info.exp (lineno1, lineno2): Updated.
1478
1479 2020-10-11 Andrew Burgess <andrew.burgess@embecosm.com>
1480
1481 * gdb.fortran/mixed-lang-stack.exp (run_tests): Update expected
1482 output of backtrace.
1483
1484 2020-10-09 Tom Tromey <tromey@adacore.com>
1485
1486 * gdb.ada/scalar_storage/storage.adb (Another_Range): New type.
1487 (Rec): Add field. Fix range.
1488 * gdb.ada/scalar_storage.exp: Update.
1489
1490 2020-10-09 Hannes Domani <ssbssa@yahoo.de>
1491
1492 PR exp/26714
1493 * gdb.base/printcmds.exp: Add tests for void results.
1494
1495 2020-10-09 Jan Vrany <jan.vrany@labware.com>
1496
1497 * gdb.mi/mi-cmd-param-changed.exp: Check that notification is
1498 is emmited for both 'set directories' and 'directory' commands.
1499
1500 2020-10-08 Tom Tromey <tom@tromey.com>
1501
1502 * gdb.base/style.exp: Check that "main"'s name is styled.
1503
1504 2020-10-07 Tom Tromey <tromey@adacore.com>
1505
1506 * gdb.base/find.exp: Rename some tests.
1507
1508 2020-10-06 Gary Benson <gbenson@redhat.com>
1509
1510 * gdb.base/list0.c (unused): Add __attribute__ ((used)).
1511 * gdb.base/list1.c (unused): Likewise.
1512
1513 2020-10-06 Gary Benson <gbenson@redhat.com>
1514
1515 * gdb.base/list-ambiguous0.c (ambiguous_var): Add
1516 __attribute__ ((used)).
1517 * gdb.base/list-ambiguous1.c (ambiguous_var): Likewise.
1518
1519 2020-10-06 Andrew Burgess <andrew.burgess@embecosm.com>
1520
1521 * gdb.base/m32r.ld: Remove SEARCH_DIR line. Add MEMORY regions,
1522 make use of regions throughout.
1523 * gdb.base/overlays.exp: Enclose string with variableds in "..",
1524 not {...}.
1525 * gdb.base/ovlymgr.c: Add 'string.h' and 'stdlib.h' includes.
1526
1527 2020-10-05 Hannes Domani <ssbssa@yahoo.de>
1528
1529 * gdb.base/call-sc.c: Fix return struct on stack test case.
1530 * gdb.base/call-sc.exp: Likewise.
1531
1532 2020-10-02 Gary Benson <gbenson@redhat.com>
1533
1534 * README: Fix "paralell".
1535
1536 2020-09-30 Gary Benson <gbenson@redhat.com>
1537
1538 * gdb.dwarf2/dw2-double-set-die-type.S (.Ldie_3e0):
1539 Convert directive to lowercase.
1540 (.Labbrev1_begin): Add missing label.
1541 (abbrev code 0x1): Remove DW_AT_stmt_list.
1542 (.Ldie_b): Likewise.
1543
1544 2020-09-27 Tom Tromey <tom@tromey.com>
1545
1546 * gdb.tui/new-layout.exp: Use with_test_prefix.
1547
1548 2020-09-26 Gareth Rees <grees@undo.io> (tiny change)
1549
1550 PR python/26586
1551 * gdb.python/python.exp: add test cases for the from_tty
1552 argument to gdb.execute.
1553
1554 2020-09-25 Gary Benson <gbenson@redhat.com>
1555
1556 * gdb.base/infcall-nested-structs.exp.tcl: Add
1557 additional_flags=-Wno-tautological-compare for C++
1558 tests when compiling using Clang.
1559
1560 2020-09-25 Gary Benson <gbenson@redhat.com>
1561
1562 * lib/gdb.exp (gdb_compile): Pass "-x c++" earlier, and only
1563 for .c files.
1564
1565 2020-09-24 Tom Tromey <tromey@adacore.com>
1566
1567 PR tui/26638:
1568 * gdb.tui/list.exp: Check output of "focus next".
1569
1570 2020-09-23 Tom Tromey <tom@tromey.com>
1571
1572 * gdb.dwarf2/intbits.exp: New file.
1573 * gdb.dwarf2/intbits.c: New file.
1574
1575 2020-09-20 Pedro Alves <pedro@palves.net>
1576
1577 * lib/mi-support.exp (mi_uncatched_gdb_exit) Switch to the main
1578 spawn_id before calling remote_close. Close secondary MI channel.
1579
1580 2020-09-20 Pedro Alves <pedro@palves.net>
1581
1582 * gdb.base/testenv.exp (find_env): Bail out if printing 'envp[$i]'
1583 fails.
1584
1585 2020-09-19 Andrew Burgess <andrew.burgess@embecosm.com>
1586
1587 * gdb.fortran/array-slices.exp: Update expected results.
1588 * gdb.fortran/class-allocatable-array.exp: Likewise.
1589 * gdb.fortran/multi-dim.exp: Likewise.
1590 * gdb.fortran/vla-type.exp: Likewise.
1591 * gdb.mi/mi-vla-fortran.exp: Likewise.
1592
1593 2020-09-18 Victor Collod <vcollod@nvidia.com>
1594
1595 PR gdb/26635
1596 * gdb.arch/amd64-prologue-skip-cf-protection.exp: Make the test
1597 compatible with i386, and move it to...
1598 * gdb.arch/i386-prologue-skip-cf-protection.exp: ... here.
1599 * gdb.arch/amd64-prologue-skip-cf-protection.c: Move to...
1600 * gdb.arch/i386-prologue-skip-cf-protection.c: ... here.
1601
1602 2020-09-18 Pedro Alves <pedro@palves.net>
1603
1604 PR gdb/26631
1605 * gdb.multi/multi-target-thread-find.exp: New file.
1606
1607 2020-09-18 Pedro Alves <pedro@palves.net>
1608
1609 * gdb.multi/multi-target-continue.exp: New file, factored out from
1610 multi-target.exp.
1611 * gdb.multi/multi-target-info-inferiors.exp: New file, factored out from
1612 multi-target.exp.
1613 * gdb.multi/multi-target-interrupt.exp: New file, factored out from
1614 multi-target.exp.
1615 * gdb.multi/multi-target-no-resumed.exp: New file, factored out from
1616 multi-target.exp.
1617 * gdb.multi/multi-target-ping-pong-next.exp: New file, factored out from
1618 multi-target.exp.
1619 * gdb.multi/multi-target.exp.tcl: New file, factored out from
1620 multi-target.exp.
1621 * gdb.multi/multi-target.exp: Delete.
1622
1623 2020-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
1624
1625 * gdb.fortran/array-slices.exp: Add missing message data.
1626
1627 2020-09-17 Pedro Alves <pedro@palves.net>
1628
1629 * gdb.cp/call-c-1.c (foo) [__cplusplus]: Add extern "C".
1630
1631 2020-09-17 Pedro Alves <pedro@palves.net>
1632
1633 * gdb.python/py-frame-inline.exp: Adjust to optionally expect a
1634 full prototype.
1635
1636 2020-09-17 Pedro Alves <pedro@palves.net>
1637
1638 * gdb.python/py-as-string.c: Add cast.
1639
1640 2020-09-17 Pedro Alves <pedro@palves.net>
1641
1642 * gdb.base/sizeof.c (fill): Add cast.
1643
1644 2020-09-17 Pedro Alves <pedro@palves.net>
1645
1646 * gdb.base/share-env-with-gdbserver.c (main): Add cast.
1647
1648 2020-09-17 Pedro Alves <pedro@palves.net>
1649
1650 * gdb.base/prologue.c [__cplusplus] (marker): Explicitly specify
1651 linkage name.
1652 * gdb.base/prologue.exp: Use print /d.
1653 * gdb.base/symbol-alias.exp: Handle C++ output.
1654 * gdb.base/symbol-alias2.c: Handle C++ output.
1655 [__cplusplus] (func): Explicitly specify linkage name.
1656
1657 2020-09-17 Pedro Alves <pedro@palves.net>
1658
1659 * gdb.python/py-nested-maps.c (struct key_t): Rename to...
1660 (struct my_key_t): ... this. Adjust all references.
1661 (struct value_t): Rename to ...
1662 (struct my_value_t): ... this. Adjust all references.
1663 (create_map, add_map_element, create_map_map)
1664 (add_map_map_element): Add casts.
1665
1666 2020-09-17 Pedro Alves <pedro@palves.net>
1667
1668 * gdb.python/py-framefilter-mi.c (funca): Add casts.
1669 * gdb.python/py-framefilter.c.c (funca, func2): Add casts.
1670
1671 2020-09-17 Pedro Alves <pedro@palves.net>
1672
1673 * gdb.mi/var-cmd.c (do_anonymous_type_tests): Add cast.
1674
1675 2020-09-17 Pedro Alves <pedro@palves.net>
1676
1677 * gdb.base/exprs.c: Replace 'this' with 'self' throughout.
1678 * gdb.base/ptype.c: : Replace 'this' with 'self' throughout.
1679 (charfoo, intfoo): Define full prototype.
1680 * gdb.base/ptype1.c (charfoo): Define full prototype.
1681 * gdb.base/setvar.c: Replace 'this' with 'self' throughout.
1682 * gdb.base/whatis.c: Replace 'this' with 'self' throughout.
1683
1684 2020-09-17 Pedro Alves <pedro@palves.net>
1685
1686 * gdb.base/charset.c [__cplusplus] (wchar_t, char16_t, char32_t):
1687 Don't define.
1688 (utf_32_string): Compile for both C and C++.
1689 * gdb.base/charset.exp: Use "print /d".
1690
1691 2020-09-17 Pedro Alves <pedro@palves.net>
1692
1693 * gdb.base/watchpoint.c (buf): Make it 31 bytes.
1694 (nullptr): Rename to ...
1695 (null_ptr): ... this.
1696 * gdb.base/watchpoint.exp: Adjust to rename.
1697
1698 2020-09-17 Pedro Alves <pedro@palves.net>
1699
1700 * gdb.base/printcmds.c (three, flag_enum_without_zero)
1701 (three_not_flag): Add casts.
1702
1703 2020-09-17 Pedro Alves <pedro@palves.net>
1704
1705 * gdb.base/examine-backward.c (Barrier, TestStrings): Now unsigned
1706 char array.
1707 (main): Add references to Barrier, TestStrings, TestStringsH and
1708 TestStringsW.
1709 * gdb.base/examine-backward.exp: Issue "set print asm-demangle on"
1710 and expect a full prototype in C++.
1711
1712 2020-09-17 Pedro Alves <pedro@palves.net>
1713
1714 * gdb.base/nested-addr.c (main): Add cast.
1715 * gdb.base/nested-addr.exp: Use "print /d".
1716
1717 2020-09-17 Pedro Alves <pedro@palves.net>
1718
1719 * gdb.base/break.exp (func): New. Use it throughout when
1720 expecting a function name.
1721
1722 2020-09-17 Pedro Alves <pedro@palves.net>
1723
1724 * gdb.base/display.exp: Issue "set print asm-demangle on".
1725
1726 2020-09-17 Pedro Alves <pedro@palves.net>
1727
1728 * gdb.base/find.c: Include <string.h>.
1729 (init_bufs): Add cast.
1730 * gdb.base/find.exp: Issue "set print asm-demangle on".
1731
1732 2020-09-16 Tom Tromey <tromey@adacore.com>
1733
1734 PR gdb/26598:
1735 * gdb.base/skipcxx.exp: New file.
1736 * gdb.base/skipcxx.cc: New file.
1737
1738 2020-09-16 Tom de Vries <tdevries@suse.de>
1739
1740 PR testsuite/26617
1741 * gdb.dlang/watch-loc.c: Only add .debug_aranges if
1742 WITH_DEBUG_SECTIONS is defined.
1743 (xstr, str): New macro.
1744 (.debug_aranges): Use DMAIN_START_0/1/2 and DMAIN_LENGTH
1745 to get start and size of _Dmain.
1746 * gdb.dlang/watch-loc.exp: Pass DMAIN_START_0/1/2 and DMAIN_LENGTH
1747 using additional_flags.
1748
1749 2020-09-16 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1750
1751 * gdb.base/bp-cmds-sourced-script.c: New file.
1752 * gdb.base/bp-cmds-sourced-script.exp: New test.
1753 * gdb.base/bp-cmds-sourced-script.gdb: New file.
1754
1755 2020-09-16 Tom de Vries <tdevries@suse.de>
1756
1757 * lib/gdbserver-support.exp (gdbserver_exit): Make sure we
1758 get the gdb prompt after issuing "monitor exit".
1759
1760 2020-09-16 Tom de Vries <tdevries@suse.de>
1761
1762 PR testsuite/26624
1763 * lib/gdb.exp (gdb_assert): Catch errors in condition evaluation.
1764
1765 2020-09-16 Tom de Vries <tdevries@suse.de>
1766
1767 PR testsuite/26618
1768 * gdb.tui/new-layout.exp: Escape unbalanced braces.
1769
1770 2020-09-15 Tom Tromey <tromey@adacore.com>
1771
1772 PR rust/26197:
1773 * lib/rust-support.exp (rust_llvm_version): New proc.
1774 * gdb.rust/simple.exp: Check rust_llvm_version.
1775
1776 2020-09-14 Tom de Vries <tdevries@suse.de>
1777
1778 * gdb.rust/traits.exp: Fix PATH warning.
1779
1780 2020-09-13 Pedro Alves <pedro@palves.net>
1781
1782 * gdb.base/catch-follow-exec.c (main): Add explicit return
1783 statement.
1784 * gdb.base/catch-signal.c (main): Likewise.
1785 * gdb.base/condbreak-call-false.c (main): Likewise.
1786 * gdb.base/consecutive.c (main): Add explicit return
1787 statement and return type.
1788 * gdb.base/cursal.c (main): Add explicit return statement.
1789 * gdb.base/cvexpr.c (main): Likewise.
1790 * gdb.base/display.c (main): Add explicit return statement and
1791 return type.
1792 * gdb.base/dprintf-detach.c (main): Add explicit return statement.
1793 * gdb.base/endianity.c (main): Likewise.
1794 * gdb.base/execd-prog.c (main): Likewise.
1795 * gdb.base/gdb1090.c (main): Likewise.
1796 * gdb.base/info_qt.c (main): Likewise.
1797 * gdb.base/lineinc.c (main): Likewise.
1798 * gdb.base/load-command.c (main): Likewise.
1799 * gdb.base/macscp1.c (main): Likewise.
1800 * gdb.base/pr10179-a.c (main): Likewise.
1801 * gdb.base/quit-live.c (main): Likewise.
1802 * gdb.base/scope0.c (main): Likewise.
1803 * gdb.base/settings.c (main): Likewise.
1804 * gdb.base/stack-checking.c (main): Return int.
1805 * gdb.base/varargs.c (main): Add explicit return statement.
1806 * gdb.cp/ambiguous.cc (main): Likewise.
1807 * gdb.cp/anon-struct.cc (main): Likewise.
1808 * gdb.cp/anon-union.cc (main): Likewise.
1809 * gdb.cp/bool.cc (main): Likewise.
1810 * gdb.cp/bs15503.cc (main): Likewise.
1811 * gdb.cp/cplusfuncs.cc (main): Likewise.
1812 * gdb.cp/cttiadd.cc (main): Likewise.
1813 * gdb.cp/extern-c.cc (main): Likewise.
1814 * gdb.cp/filename.cc (main): Likewise.
1815 * gdb.cp/formatted-ref.cc (main): Likewise.
1816 * gdb.cp/mb-ctor.cc (main): Likewise.
1817 * gdb.cp/member-ptr.cc (main): Likewise.
1818 * gdb.cp/minsym-fallback-main.cc (main): Likewise.
1819 * gdb.cp/overload-const.cc (main): Likewise.
1820 * gdb.cp/paren-type.cc (main): Likewise.
1821 * gdb.cp/parse-lang.cc (main): Likewise.
1822 * gdb.cp/pr-1023.cc (main): Likewise.
1823 * gdb.cp/psmang1.cc (main): Likewise.
1824 * gdb.cp/readnow-language.cc (main): Likewise.
1825 * gdb.cp/ref-params.cc (main): Likewise.
1826 * gdb.cp/rvalue-ref-params.cc (main): Likewise.
1827 * gdb.cp/virtbase2.cc (main): Likewise.
1828 * gdb.dwarf2/dw2-abs-hi-pc.c (main): Likewise.
1829 * gdb.dwarf2/dw2-namespaceless-anonymous.c (main): Likewise.
1830 * gdb.dwarf2/dw4-toplevel-types.cc (main): Likewise.
1831 * gdb.mi/mi-console.c (main): Likewise.
1832 * gdb.mi/mi-read-memory.c (main): Likewise.
1833 * gdb.modula2/multidim.c (main): Likewise.
1834 * gdb.opt/inline-small-func.c (main): Likewise.
1835 * gdb.python/py-rbreak.c (main): Likewise.
1836 * gdb.stabs/exclfwd1.c (main): Likewise.
1837 * gdb.trace/qtro.c (main): Likewise.
1838
1839 2020-09-13 Pedro Alves <pedro@palves.net>
1840
1841 * gdb.base/share-env-with-gdbserver.c (main): Call my_getenv
1842 instead of getenv.
1843
1844 2020-09-13 Pedro Alves <pedro@palves.net>
1845
1846 * gdb.base/dbx.exp (dbx_gdb_start): Adjust to use gdb_spawn
1847 instead of spawning GDB with remote_spawn.
1848 * lib/mi-support.exp (default_mi_gdb_start): Adjust to use
1849 gdb_spawn instead of spawning GDB with remote_spawn.
1850
1851 2020-09-13 Pedro Alves <pedro@palves.net>
1852
1853 * gdb.dwarf2/ada-linkage-name.c (main): Move to the bottom of the
1854 file and add calls to first and second.
1855 * gdb.dwarf2/atomic.c (main): Move to the bottom of the file and
1856 add call to f.
1857
1858 2020-09-13 Pedro Alves <pedro@palves.net>
1859
1860 * gdb.mi/mi-break-qualified.cc: New file.
1861 * gdb.mi/mi-break-qualified.exp: New file.
1862 * lib/mi-support.exp (mi_create_breakpoint_multi)
1863 (mi_make_breakpoint_loc, mi_make_breakpoint_multi): New
1864 procedures.
1865 (mi_create_breakpoint_1): New, factored out from
1866 mi_create_breakpoint.
1867
1868 2020-09-13 Pedro Alves <pedro@palves.net>
1869
1870 * gdb.cp/inherit.exp: No longer pass -Wno-deprecated-register.
1871 * gdb.cp/misc.exp: No longer pass -Wno-deprecated-register.
1872 * gdb.cp/misc.cc (class small, small::method, marker_reg1)
1873 (register_class): Delete.
1874 (main): Don't call register_class.
1875
1876 2020-09-13 Pedro Alves <pedro@palves.net>
1877
1878 * gdb.cp/classes.exp: No longer pass -Wno-deprecated-register.
1879 (do_tests): Remove "calling method for small class" test.
1880 * gdb.cp/classes.cc (class small, small::method, marker_reg1)
1881 (register_class): Delete.
1882 (main): Don't call register_class.
1883 * gdb.cp/call-method-register.exp: New file, based on bits removed
1884 from classes.exp.
1885 * gdb.cp/call-method-register.cc: New file, based on bits removed
1886 from classes.cc.
1887
1888 2020-09-13 Pedro Alves <pedro@palves.net>
1889
1890 * gdb.base/msym-bp-2.c: New.
1891 * gdb.base/msym-bp-shl-lib.c: New file.
1892 * gdb.base/msym-bp-shl-main-2.c: New file.
1893 * gdb.base/msym-bp-shl-main.c: New file.
1894 * gdb.base/msym-bp-shl.exp: New file.
1895 * gdb.base/msym-bp.c: New file.
1896 * gdb.base/msym-bp.exp: New file.
1897
1898 2020-09-13 Joel Brobecker <brobecker@adacore.com>
1899
1900 * gdb.base/default.exp: Change $_gdb_major to 11.
1901
1902 2020-09-11 Moritz Riesterer <moritz.riesterer@intel.com>
1903 Felix Willgerodt <Felix.Willgerodt@intel.com>
1904
1905 * x86-avx512bf16.c: New file.
1906 * x86-avx512bf16.exp: Likewise.
1907 * lib/gdb.exp (skip_avx512bf16_tests): New function.
1908
1909 2020-09-11 Tom de Vries <tdevries@suse.de>
1910
1911 PR exp/26602
1912 * gdb.cp/ambiguous.exp: Add KFAILs for PR26602.
1913
1914 2020-09-11 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1915
1916 * gdb.base/bp-cmds-execution-x-script.exp: Remove a stale comment.
1917
1918 2020-09-10 Alan Modra <amodra@gmail.com>
1919
1920 PR 26597
1921 * gdb.dlang/demangle.exp: Update tests as per gcc commit 387d0773f3.
1922
1923 2020-09-08 Tom de Vries <tdevries@suse.de>
1924
1925 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Consume gdb prompt
1926 after gdb_starti_cmd.
1927
1928 2020-09-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1929
1930 * lib/fortran.exp (fortran_complex8): New proc.
1931 (fortran_complex16): New proc.
1932 * gdb.fortran/complex.exp: Use routines from fortran.exp
1933 * gdb.fortran/pointer-to-pointer.exp: Likewise.
1934 * gdb.fortran/vla-ptr-info.exp: Likewise.
1935
1936 2020-09-03 Tom de Vries <tdevries@suse.de>
1937
1938 PR breakpoint/26546
1939 * gdb.base/label-without-address.exp: Runto main first.
1940
1941 2020-09-02 Tom Tromey <tromey@adacore.com>
1942
1943 * gdb.ada/mi_var_access.exp: Test children of access variable.
1944 * gdb.ada/mi_var_access/mi_access.adb: Add new stop markers.
1945 * gdb.ada/mi_var_array.exp: Update.
1946
1947 2020-08-31 Kevin Buettner <kevinb@redhat.com>
1948
1949 * gdb.base/corefile.exp (warning-free): XFAIL test when running
1950 on docker w/ AUFS storage driver.
1951
1952 2020-08-31 Kevin Buettner <kevinb@redhat.com>
1953
1954 * gdb.base/corefile2.exp (renamed binfile): New tests.
1955
1956 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
1957
1958 * gdb.dwarf2/dw2-reg-undefined.exp: Remove spurious #.
1959
1960 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
1961
1962 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: New file.
1963 * gdb.dwarf2/frame-inlined-in-outer-frame.S: New file.
1964
1965 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
1966
1967 * gdb.dwarf2/dw2-reg-undefined.exp: Test "set debug frame 1"
1968 output, printing a "not saved" value from history and printing a
1969 convenience variable created from a "not saved" value.
1970
1971 2020-08-31 Tom de Vries <tdevries@suse.de>
1972
1973 * gdb.base/eh_return.exp: Use nopie.
1974
1975 2020-08-28 Pedro Alves <pedro@palves.net>
1976
1977 * gdb.base/advance-until-multiple-locations.exp
1978 (advance_overload, until_overload): Adjust to match the
1979 frame/function header instead of the source line text.
1980
1981 2020-08-28 Tom de Vries <tdevries@suse.de>
1982
1983 * gdb.base/label-without-address.c: New test.
1984 * gdb.base/label-without-address.exp: New file.
1985
1986 2020-08-27 Pedro Alves <pedro@palves.net>
1987
1988 PR gdb/26523
1989 PR gdb/26524
1990 * gdb.base/advance-until-multiple-locations.cc: New.
1991 * gdb.base/advance-until-multiple-locations.exp: New.
1992
1993 2020-08-27 Simon Marchi <simon.marchi@polymtl.ca>
1994
1995 * gdb.dwarf2/dw2-reg-undefined.exp: Use multi_line.
1996
1997 2020-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
1998
1999 * gdb.arch/amd64-byte.exp: Make test names unique, use
2000 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
2001 * gdb.arch/amd64-dword.exp: Likewise.
2002 * gdb.arch/amd64-pseudo.c: Fix typo 'forth' -> 'fourth'.
2003 * gdb.arch/amd64-stap-special-operands.exp: Make test names
2004 unique.
2005 * gdb.arch/amd64-tailcall-ret.exp: Likewise.
2006 * gdb.arch/amd64-word.exp: Make test names unique, use
2007 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
2008 * gdb.arch/i386-byte.exp: Make test names unique, use
2009 gdb_breakpoint.
2010 * gdb.arch/i386-word.exp: Likewise.
2011
2012 2020-08-25 Shahab Vahedi <shahab@synopsys.com>
2013
2014 * gdb.arch/arc-tdesc-cpu.xml: Use new feature names.
2015
2016 2020-08-25 Simon Marchi <simon.marchi@polymtl.ca>
2017
2018 PR gdb/26532
2019 * gdb.threads/stepi-random-signal.exp: Update pattern.
2020
2021 2020-08-25 Simon Marchi <simon.marchi@efficios.com>
2022
2023 PR gdb/26532
2024 * gdb.base/ui-redirect.exp: Update pattern.
2025
2026 2020-08-25 Gary Benson <gbenson@redhat.com>
2027
2028 * gdb.dwarf2/dw2-dir-file-name.exp: Use system assembler
2029 when compiling with clang.
2030 * gdb.dwarf2/dw2-restore.exp: Likewise.
2031
2032 2020-08-25 Gary Benson <gbenson@redhat.com>
2033
2034 * gdb.cp/ambiguous.exp: Enable test when compiling with GCC.
2035 Add additional_flags=-Wno-inaccessible-base when compiling
2036 with GCC >= 10.1 or clang. Add additional_flags=-w when
2037 compiling with GCC < 10.
2038
2039 2020-08-25 Gaius Mulley <gaiusmod2@gmail.com>
2040
2041 PR m2/26372
2042 * gdb.modula2/multidim.c: New file.
2043 * gdb.modula2/multidim.exp: New file.
2044
2045 2020-08-24 Simon Marchi <simon.marchi@polymtl.ca>
2046
2047 * lib/gdb.exp (runto): Always emit fail on internal error.
2048
2049 2020-08-24 Simon Marchi <simon.marchi@efficios.com>
2050
2051 * gdb.base/gdb-sigterm.exp (do_test): Update expected regexp.
2052 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2053 Likewise.
2054 * gdb.threads/stepi-random-signal.exp: Likewise.
2055
2056 2020-08-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2057
2058 * gdb.base/print-file-var.exp: Fix typo "breapoint".
2059 * gdb.trace/strace.exp: Ditto.
2060
2061 2020-08-19 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2062
2063 * gdb.fortran/vla-type.exp: Skip commands not required for
2064 the Flang compiled binaries after prologue fix.
2065
2066 2020-08-17 Tom de Vries <tdevries@suse.de>
2067 Tom Tromey <tromey@adacore.com>
2068
2069 PR rust/26197:
2070 * gdb.rust/simple.exp (xfail_pattern): Update for new failure.
2071
2072 2020-08-17 Tom Tromey <tromey@adacore.com>
2073
2074 * gdb.ada/mi_var_access.exp: New file.
2075 * gdb.ada/mi_var_access/mi_access.adb: New file.
2076 * gdb.ada/mi_var_access/pck.adb: New file.
2077 * gdb.ada/mi_var_access/pck.ads: New file.
2078
2079 2020-08-16 Tom de Vries <tdevries@suse.de>
2080
2081 PR gdb/25350
2082 * gdb.base/eh_return.c: New test.
2083 * gdb.base/eh_return.exp: New file.
2084
2085 2020-08-15 Tom de Vries <tdevries@suse.de>
2086
2087 * gdb.fortran/mixed-lang-stack.c (fortran_charlen_t): New type.
2088 (mixed_func_1d_): Use fortran_charlen_t in decl.
2089
2090 2020-08-15 Tom de Vries <tdevries@suse.de>
2091
2092 PR backtrace/26390
2093 * gdb.fortran/mixed-lang-stack.exp: Call bt with -frame-arguments all.
2094 Update expected pattern.
2095
2096 2020-08-13 Pedro Alves <pedro@palves.net>
2097
2098 * gdb.fortran/complex.exp: Check skip_fortran_tests.
2099 * gdb.fortran/library-module.exp: Likewise.
2100 * gdb.fortran/logical.exp: Likewise.
2101 * gdb.fortran/module.exp: Likewise.
2102 * gdb.fortran/print_type.exp: Likewise.
2103 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
2104 * gdb.fortran/vla-datatypes.exp: Likewise.
2105 * gdb.fortran/vla-history.exp: Likewise.
2106 * gdb.fortran/vla-ptr-info.exp: Likewise.
2107 * gdb.fortran/vla-ptype-sub.exp: Likewise.
2108 * gdb.fortran/vla-ptype.exp: Likewise.
2109 * gdb.fortran/vla-sizeof.exp: Likewise.
2110 * gdb.fortran/vla-type.exp: Likewise.
2111 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
2112 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
2113 * gdb.fortran/vla-value-sub.exp: Likewise.
2114 * gdb.fortran/vla-value.exp: Likewise.
2115
2116 2020-08-13 Pedro Alves <pedro@palves.net>
2117
2118 * gdb.ada/access_tagged_param.exp: Check skip_ada_tests.
2119 * gdb.ada/access_to_packed_array.exp: Likewise.
2120 * gdb.ada/access_to_unbounded_array.exp: Likewise.
2121 * gdb.ada/addr_arith.exp: Likewise.
2122 * gdb.ada/arr_acc_idx_w_gap.exp: Likewise.
2123 * gdb.ada/arr_arr.exp: Likewise.
2124 * gdb.ada/arr_enum_idx_w_gap.exp: Likewise.
2125 * gdb.ada/array_bounds.exp: Likewise.
2126 * gdb.ada/array_of_variable_length.exp: Likewise.
2127 * gdb.ada/array_ptr_renaming.exp: Likewise.
2128 * gdb.ada/array_subscript_addr.exp: Likewise.
2129 * gdb.ada/arraydim.exp: Likewise.
2130 * gdb.ada/arrayparam.exp: Likewise.
2131 * gdb.ada/arrayptr.exp: Likewise.
2132 * gdb.ada/assign_1.exp: Likewise.
2133 * gdb.ada/assign_arr.exp: Likewise.
2134 * gdb.ada/atomic_enum.exp: Likewise.
2135 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
2136 * gdb.ada/bad-task-bp-keyword.exp: Likewise.
2137 * gdb.ada/bias.exp: Likewise.
2138 * gdb.ada/boolean_expr.exp: Likewise.
2139 * gdb.ada/bp_c_mixed_case.exp: Likewise.
2140 * gdb.ada/bp_enum_homonym.exp: Likewise.
2141 * gdb.ada/bp_inlined_func.exp: Likewise.
2142 * gdb.ada/bp_on_var.exp: Likewise.
2143 * gdb.ada/bp_range_type.exp: Likewise.
2144 * gdb.ada/bp_reset.exp: Likewise.
2145 * gdb.ada/call_pn.exp: Likewise.
2146 * gdb.ada/catch_assert_if.exp: Likewise.
2147 * gdb.ada/catch_ex.exp: Likewise.
2148 * gdb.ada/catch_ex_std.exp: Likewise.
2149 * gdb.ada/char_enum.exp: Likewise.
2150 * gdb.ada/char_param.exp: Likewise.
2151 * gdb.ada/complete.exp: Likewise.
2152 * gdb.ada/cond_lang.exp: Likewise.
2153 * gdb.ada/convvar_comp.exp: Likewise.
2154 * gdb.ada/dgopt.exp: Likewise.
2155 * gdb.ada/disc_arr_bound.exp: Likewise.
2156 * gdb.ada/display_nested.exp: Likewise.
2157 * gdb.ada/dot_all.exp: Likewise.
2158 * gdb.ada/dyn_loc.exp: Likewise.
2159 * gdb.ada/dyn_stride.exp: Likewise.
2160 * gdb.ada/excep_handle.exp: Likewise.
2161 * gdb.ada/expr_delims.exp: Likewise.
2162 * gdb.ada/expr_with_funcall.exp: Likewise.
2163 * gdb.ada/exprs.exp: Likewise.
2164 * gdb.ada/fin_fun_out.exp: Likewise.
2165 * gdb.ada/fixed_cmp.exp: Likewise.
2166 * gdb.ada/formatted_ref.exp: Likewise.
2167 * gdb.ada/frame_arg_lang.exp: Likewise.
2168 * gdb.ada/frame_args.exp: Likewise.
2169 * gdb.ada/fullname_bp.exp: Likewise.
2170 * gdb.ada/fun_addr.exp: Likewise.
2171 * gdb.ada/fun_in_declare.exp: Likewise.
2172 * gdb.ada/fun_overload_menu.exp: Likewise.
2173 * gdb.ada/fun_renaming.exp: Likewise.
2174 * gdb.ada/funcall_char.exp: Likewise.
2175 * gdb.ada/funcall_param.exp: Likewise.
2176 * gdb.ada/funcall_ptr.exp: Likewise.
2177 * gdb.ada/funcall_ref.exp: Likewise.
2178 * gdb.ada/homonym.exp: Likewise.
2179 * gdb.ada/info_addr_mixed_case.exp: Likewise.
2180 * gdb.ada/info_auto_lang.exp: Likewise.
2181 * gdb.ada/info_exc.exp: Likewise.
2182 * gdb.ada/info_types.exp: Likewise.
2183 * gdb.ada/int_deref.exp: Likewise.
2184 * gdb.ada/interface.exp: Likewise.
2185 * gdb.ada/iwide.exp: Likewise.
2186 * gdb.ada/lang_switch.exp: Likewise.
2187 * gdb.ada/length_cond.exp: Likewise.
2188 * gdb.ada/maint_with_ada.exp: Likewise.
2189 * gdb.ada/mi_catch_assert.exp: Likewise.
2190 * gdb.ada/mi_catch_ex.exp: Likewise.
2191 * gdb.ada/mi_catch_ex_hand.exp: Likewise.
2192 * gdb.ada/mi_dyn_arr.exp: Likewise.
2193 * gdb.ada/mi_ex_cond.exp: Likewise.
2194 * gdb.ada/mi_exc_info.exp: Likewise.
2195 * gdb.ada/mi_interface.exp: Likewise.
2196 * gdb.ada/mi_prot.exp: Likewise.
2197 * gdb.ada/mi_ref_changeable.exp: Likewise.
2198 * gdb.ada/mi_string_access.exp: Likewise.
2199 * gdb.ada/mi_task_arg.exp: Likewise.
2200 * gdb.ada/mi_task_info.exp: Likewise.
2201 * gdb.ada/mi_var_array.exp: Likewise.
2202 * gdb.ada/mi_var_union.exp: Likewise.
2203 * gdb.ada/mi_variant.exp: Likewise.
2204 * gdb.ada/minsyms.exp: Likewise.
2205 * gdb.ada/mod_from_name.exp: Likewise.
2206 * gdb.ada/nested.exp: Likewise.
2207 * gdb.ada/null_array.exp: Likewise.
2208 * gdb.ada/optim_drec.exp: Likewise.
2209 * gdb.ada/out_of_line_in_inlined.exp: Likewise.
2210 * gdb.ada/packed_array_assign.exp: Likewise.
2211 * gdb.ada/packed_tagged.exp: Likewise.
2212 * gdb.ada/pp-rec-component.exp: Likewise.
2213 * gdb.ada/print_chars.exp: Likewise.
2214 * gdb.ada/print_pc.exp: Likewise.
2215 * gdb.ada/ptr_typedef.exp: Likewise.
2216 * gdb.ada/ptype_arith_binop.exp: Likewise.
2217 * gdb.ada/ptype_array.exp: Likewise.
2218 * gdb.ada/ptype_field.exp: Likewise.
2219 * gdb.ada/ptype_tagged_param.exp: Likewise.
2220 * gdb.ada/ptype_union.exp: Likewise.
2221 * gdb.ada/py_range.exp: Likewise.
2222 * gdb.ada/py_taft.exp: Likewise.
2223 * gdb.ada/rdv_wait.exp: Likewise.
2224 * gdb.ada/rec_comp.exp: Likewise.
2225 * gdb.ada/rec_return.exp: Likewise.
2226 * gdb.ada/ref_param.exp: Likewise.
2227 * gdb.ada/ref_tick_size.exp: Likewise.
2228 * gdb.ada/rename_subscript_param.exp: Likewise.
2229 * gdb.ada/repeat_dyn.exp: Likewise.
2230 * gdb.ada/same_component_name.exp: Likewise.
2231 * gdb.ada/same_enum.exp: Likewise.
2232 * gdb.ada/scalar_storage.exp: Likewise.
2233 * gdb.ada/set_wstr.exp: Likewise.
2234 * gdb.ada/small_reg_param.exp: Likewise.
2235 * gdb.ada/str_binop_equal.exp: Likewise.
2236 * gdb.ada/str_ref_cmp.exp: Likewise.
2237 * gdb.ada/str_uninit.exp: Likewise.
2238 * gdb.ada/sub_variant.exp: Likewise.
2239 * gdb.ada/sym_print_name.exp: Likewise.
2240 * gdb.ada/taft_type.exp: Likewise.
2241 * gdb.ada/tagged.exp: Likewise.
2242 * gdb.ada/tagged_access.exp: Likewise.
2243 * gdb.ada/task_bp.exp: Likewise.
2244 * gdb.ada/task_switch_in_core.exp: Likewise.
2245 * gdb.ada/tasks.exp: Likewise.
2246 * gdb.ada/tick_last_segv.exp: Likewise.
2247 * gdb.ada/tick_length_array_enum_idx.exp: Likewise.
2248 * gdb.ada/type_coercion.exp: Likewise.
2249 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
2250 * gdb.ada/unchecked_union.exp: Likewise.
2251 * gdb.ada/uninitialized_vars.exp: Likewise.
2252 * gdb.ada/var_arr_attrs.exp: Likewise.
2253 * gdb.ada/var_arr_typedef.exp: Likewise.
2254 * gdb.ada/var_rec_arr.exp: Likewise.
2255 * gdb.ada/variant-record.exp: Likewise.
2256 * gdb.ada/variant.exp: Likewise.
2257 * gdb.ada/variant_record_packed_array.exp: Likewise.
2258 * gdb.ada/varsize_limit.exp: Likewise.
2259 * gdb.ada/whatis_array_val.exp: Likewise.
2260 * gdb.ada/widewide.exp: Likewise.
2261 * gdb.ada/win_fu_syms.exp: Likewise.
2262
2263 2020-08-12 Gary Benson <gbenson@redhat.com>
2264
2265 * gdb.dwarf2/dw2-op-out-param.S (.Ltext5): Fix duplicate label.
2266
2267 2020-08-04 Andrew Burgess <andrew.burgess@embecosm.com>
2268
2269 * lib/check-test-names.exp (do_reset_vars): Use 'array unset' to
2270 unset the array variable.
2271
2272 2020-08-03 Tom de Vries <tdevries@suse.de>
2273
2274 PR symtab/26333
2275 * lib/dwarf.exp (DW_LNE_user): New proc.
2276 * gdb.dwarf2/dw2-vendor-extended-opcode.c: New test.
2277 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: New file.
2278
2279 2020-07-31 Kevin Buettner <kevinb@redhat.com>
2280
2281 * gdb.base/coremaker2.c: Change all uses of 'unsigned long long'
2282 to 'uintptr_t'
2283 (inttypes.h): Include.
2284
2285 2020-07-31 Kevin Buettner <kevinb@redhat.com>
2286
2287 * gdb.base/coremaker2.c (buf_rw): Increase size to 256 KiB.
2288 (C5_24k): Delete.
2289 (C5_8k, C5_64k, C5_256k): New macros.
2290 (buf_ro): Allocate 256 KiB of initialized data.
2291
2292 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2293
2294 * gdb.base/condbreak-bad.exp: Extend the test with scenarios
2295 that attempt to overwrite an existing condition with a condition
2296 that fails parsing and also with a condition that parses fine
2297 but contains junk at the end.
2298
2299 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2300
2301 * gdb.base/condbreak-bad.c: New test.
2302 * gdb.base/condbreak-bad.exp: New file.
2303
2304 2020-07-30 Tom de Vries <tdevries@suse.de>
2305
2306 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_entry_1): Factor
2307 out of ...
2308 (GDBInfoModuleSymbols::check_entry): ... here.
2309 (GDBInfoModuleSymbols::check_optional_entry): New proc.
2310 * gdb.fortran/info-modules.exp: Use check_optional_entry for entries
2311 related to __def_init_mod1_M1t1 / __vtype_mod1_M1t1 / __copy_mod1_M1t1.
2312
2313 2020-07-30 Tom de Vries <tdevries@suse.de>
2314
2315 * gdb.fortran/ptype-on-functions.exp: Make "_t" suffix on
2316 "__class_some_module_Number_t" optional.
2317
2318 2020-07-29 Tom de Vries <tdevries@suse.de>
2319
2320 * lib/selftest-support.exp (selftest_setup): Allow breakpoint at
2321 multiple locations.
2322
2323 2020-07-29 Tom de Vries <tdevries@suse.de>
2324
2325 * gdb.dwarf2/dw2-line-number-zero.exp: Set breakpoints on lines
2326 rather than function name.
2327
2328 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2329
2330 PR symtab/26270:
2331 * gdb.cp/disasm-func-name.cc: New file.
2332 * gdb.cp/disasm-func-name.exp: New file.
2333
2334 2020-07-28 Tom Tromey <tromey@adacore.com>
2335
2336 * gdb.dwarf2/varval.exp (setup_exec): Add 'or' instruction to
2337 'varval' location.
2338
2339 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2340
2341 * gdb.python/py-unwind.py: Update to make use of a register
2342 descriptor.
2343
2344 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2345
2346 * gdb.python/py-arch-reg-names.exp: Add additional tests.
2347
2348 2020-07-25 Andrew Burgess <andrew.burgess@embecosm.com>
2349
2350 PR fortran/23051
2351 PR fortran/26139
2352 * gdb.fortran/class-allocatable-array.exp: New file.
2353 * gdb.fortran/class-allocatable-array.f90: New file.
2354 * gdb.fortran/pointer-to-pointer.exp: New file.
2355 * gdb.fortran/pointer-to-pointer.f90: New file.
2356
2357 2020-07-25 Tom de Vries <tdevries@suse.de>
2358
2359 PR symtab/26243
2360 * gdb.dwarf2/dw2-line-number-zero.c: New test.
2361 * gdb.dwarf2/dw2-line-number-zero.exp: New file.
2362
2363 2020-07-24 Tom de Vries <tdevries@suse.de>
2364
2365 PR testsuite/26293
2366 * gdb.ada/mi_prot.exp: Require gnatmake-8.
2367
2368 2020-07-23 Pedro Alves <pedro@palves.net>
2369
2370 * gdb.server/server-kill.exp (prepare): New, factored out from the
2371 top level.
2372 (kill_server): New.
2373 (test_tstatus, test_unwind_nosyms, test_unwind_syms): New.
2374 (top level) : Call test_tstatus, test_unwind_nosyms, test_unwind_syms.
2375
2376 2020-07-23 Andrew Burgess <andrew.burgess@embecosm.com>
2377
2378 * gdb.dwarf2/dw2-disasm-over-non-stmt.exp: New file.
2379
2380 2020-07-22 Sandra Loosemore <sandra@codesourcery.com>
2381
2382 * lib/gdb.exp (gdb_wrapper_file, gdb_wrapper_flags):
2383 Initialize to empty string at top level.
2384 (gdb_wrapper_init): Revert check for file existence on build.
2385 Build the wrapper in its default place, not a build-specific
2386 location. When host == build, make the pathname absolute.
2387 (gdb_compile): Delete leftover declaration of
2388 gdb_wrapper_initialized. Check gdb_wrapper_file being an empty
2389 string instead of uninitialized.
2390
2391 2020-07-22 Kevin Buettner <kevinb@redhat.com>
2392
2393 * gdb.base/corefile2.exp: New file.
2394 * gdb.base/coremaker2.exp: New file.
2395
2396 2020-07-22 Kevin Buettner <kevinb@redhat.com>
2397
2398 * gdb.base/coredump-filter.exp: Add second
2399 non-Private-Shared-Anon-File test.
2400 (test_disasm): Rename binfile for test which is expected
2401 to fail.
2402
2403 2020-07-22 Kevin Buettner <kevinb@redhat.com>
2404
2405 * gdb.base/corefile.exp: Add test "accessing read-only mmapped
2406 data in core file".
2407 * gdb.base/coremaker.c (buf2ro): New global.
2408 (mmapdata): Add a read-only mmap mapping.
2409
2410 2020-07-22 Kevin Buettner <kevinb@redhat.com>
2411
2412 PR corefiles/25631
2413 * gdb.base/corefile.exp (accessing anonymous, unwritten-to mmap data):
2414 New test.
2415 * gdb.base/coremaker.c (buf3): New global.
2416 (mmapdata): Add mmap call which uses MAP_ANONYMOUS and MAP_PRIVATE
2417 flags.
2418
2419 2020-07-22 Kevin Buettner <kevinb@redhat.com>
2420
2421 * gdb.base/coremaker.c (filler_ro): New global constant.
2422
2423 2020-07-22 Tom Tromey <tromey@adacore.com>
2424
2425 * gdb.ada/mi_prot.exp: New file.
2426 * gdb.ada/mi_prot/pkg.adb: New file.
2427 * gdb.ada/mi_prot/pkg.ads: New file.
2428 * gdb.ada/mi_prot/prot.adb: New file.
2429
2430 2020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2431
2432 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
2433 loads two JITers.
2434
2435 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
2436
2437 * gdb.python/py-arch-reg-groups.exp: Additional tests.
2438
2439 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
2440
2441 * gdb.python/py-arch-reg-names.exp: Additional tests.
2442
2443 2020-07-21 Tom de Vries <tdevries@suse.de>
2444
2445 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
2446 breakpoint locations".
2447 * gdb.reverse/solib-reverse.exp: Same.
2448
2449 2020-07-21 Tom de Vries <tdevries@suse.de>
2450
2451 * gdb.reverse/step-reverse.c (callee): Merge statements.
2452
2453 2020-07-21 Tom de Vries <tdevries@suse.de>
2454
2455 * gdb.fortran/info-modules.exp (info module variables): Allow missing
2456 line numbers for some variables.
2457
2458 2020-07-21 Tom de Vries <tdevries@suse.de>
2459
2460 * gdb.opt/inline-locals.c (init_array): New func.
2461 (func1): Use init_array.
2462 * gdb.opt/inline-locals.exp: Update pattern.
2463
2464 2020-07-21 Tom de Vries <tdevries@suse.de>
2465
2466 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
2467 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
2468
2469 2020-07-20 Ludovic Courtès <ludo@gnu.org>
2470
2471 * gdb.guile/source2.scm: Add #f first argument to 'format'.
2472 * gdb.guile/types-module.exp: Remove "ERROR:" from
2473 regexps since Guile 3.0 no longer prints that.
2474
2475 2020-07-20 Ludovic Courtès <ludo@gnu.org>
2476
2477 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
2478 error regexp to match on Guile 2.2.
2479
2480 2020-07-20 Gary Benson <gbenson@redhat.com>
2481
2482 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
2483 with clang.
2484
2485 2020-07-20 Tom de Vries <tdevries@suse.de>
2486
2487 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
2488 (omp_set_lock_in_order): New function.
2489 (single_scope, multi_scope, nested_func, nested_parallel): Use
2490 omp_set_lock_in_order and omp_unset_lock.
2491 (main): Init and destroy lock and lock2.
2492
2493 2020-07-20 Tom de Vries <tdevries@suse.de>
2494
2495 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
2496
2497 2020-07-20 Tom de Vries <tdevries@suse.de>
2498
2499 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
2500
2501 2020-07-17 Tom de Vries <tdevries@suse.de>
2502
2503 * gdb.base/valgrind-infcall-2.c: New test.
2504 * gdb.base/valgrind-infcall-2.exp: New file.
2505 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
2506
2507 2020-07-17 Tom de Vries <tdevries@suse.de>
2508
2509 * gdb.dlang/circular.c (found): Use found_label as label name.
2510 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
2511 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
2512 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
2513 * gdb.dwarf2/ada-linkage-name.exp: Same.
2514 * gdb.dwarf2/arr-subrange.exp: Same.
2515 * gdb.dwarf2/atomic-type.exp: Same.
2516 * gdb.dwarf2/comp-unit-lang.exp: Same.
2517 * gdb.dwarf2/cpp-linkage-name.exp: Same.
2518 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
2519 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
2520 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
2521 * gdb.dwarf2/implptr-64bit.exp: Same.
2522 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
2523 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
2524 * gdb.dwarf2/imported-unit.exp: Same.
2525 * gdb.dwarf2/main-subprogram.exp: Same.
2526 * gdb.dwarf2/missing-type-name.exp: Same.
2527 * gdb.dwarf2/nonvar-access.exp: Same.
2528 * gdb.dwarf2/struct-with-sig.exp: Same.
2529 * gdb.dwarf2/typedef-void-finish.exp: Same.
2530 * gdb.dwarf2/void-type.exp: Same.
2531
2532 2020-07-17 Tom de Vries <tdevries@suse.de>
2533
2534 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
2535 src parameter.
2536 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
2537 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
2538 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
2539 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
2540 * gdb.dwarf2/dwz.exp: Same.
2541 * gdb.dwarf2/implptr-optimized-out.exp: Same.
2542 * gdb.dwarf2/implref-array.exp: Same.
2543 * gdb.dwarf2/implref-const.exp: Same.
2544 * gdb.dwarf2/implref-global.exp: Same.
2545 * gdb.dwarf2/implref-struct.exp: Same.
2546 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
2547 * gdb.dwarf2/opaque-type-lookup.exp: Same.
2548 * gdb.dwarf2/var-access.exp: Same.
2549 * gdb.dwarf2/varval.exp: Same.
2550 * gdb.trace/entry-values.exp: Same.
2551
2552 2020-07-17 Tom de Vries <tdevries@suse.de>
2553
2554 * lib/dwarf.exp (Dwarf::extern): Remove.
2555 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
2556 * gdb.dlang/circular.exp: Same.
2557 * gdb.dwarf2/comp-unit-lang.exp: Same.
2558 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
2559 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
2560 * gdb.dwarf2/dwz.exp: Same.
2561 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
2562 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
2563 * gdb.dwarf2/imported-unit.exp: Same.
2564 * gdb.dwarf2/opaque-type-lookup.exp: Same.
2565
2566 2020-07-16 Sandra Loosemore <sandra@codesourcery.com>
2567
2568 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
2569 Use double quotes instead of single quotes.
2570
2571 2020-07-16 Caroline Tice <cmtice@google.com>
2572
2573 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
2574 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
2575
2576 2020-07-16 Tom de Vries <tdevries@suse.de>
2577
2578 * lib/dwarf.exp (program): Initialize _line.
2579 (DW_LNE_end_sequence): Reinitialize _line.
2580 (DW_LNS_advance_line): Update _line.
2581 (line): New proc.
2582 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
2583 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
2584 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
2585 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
2586 * gdb.dwarf2/dw2-is-stmt.exp: Same.
2587 * gdb.dwarf2/dw2-ranges-func.exp: Same.
2588
2589 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
2590
2591 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
2592 generic.
2593
2594 2020-07-15 Tom de Vries <tdevries@suse.de>
2595
2596 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
2597 is_amd64_regs_target.
2598
2599 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
2600
2601 * gdb.fortran/ptype-on-functions.exp: Add more tests.
2602 * gdb.fortran/ptype-on-functions.f90: Likewise.
2603
2604 2020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
2605
2606 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
2607 values in documentation for addr_size to 4 and 8.
2608
2609 2020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
2610
2611 * gdb.arch/amd64-osabi.exp: Update.
2612 * gdb.arch/arm-disassembler-options.exp: Update.
2613 * gdb.arch/powerpc-disassembler-options.exp: Update.
2614 * gdb.arch/ppc64-symtab-cordic.exp: Update.
2615 * gdb.arch/s390-disassembler-options.exp: Update.
2616 * gdb.base/all-architectures.exp.tcl: Update.
2617 * gdb.base/attach-pie-noexec.exp: Update.
2618 * gdb.base/catch-syscall.exp: Update.
2619 * gdb.xml/tdesc-arch.exp: Update.
2620
2621 2020-07-14 Tom de Vries <tdevries@suse.de>
2622
2623 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
2624 (local_gettid): ... this.
2625 (fn): Update.
2626
2627 2020-07-13 Sandra Loosemore <sandra@codesourcery.com>
2628
2629 * gdb.base/info_sources.exp: Skip directory match tests on
2630 remote hosts.
2631
2632 2020-07-13 Gary Benson <gbenson@redhat.com>
2633
2634 * gdb.base/savedregs.exp (caller): Use parentheses to
2635 make expected expression evaluation ordering explicit.
2636
2637 2020-07-13 Gary Benson <gbenson@redhat.com>
2638
2639 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
2640
2641 2020-07-13 Gary Benson <gbenson@redhat.com>
2642
2643 * gdb.base/bigcore.c (main): Use a volatile pointer when
2644 attempting to trigger a SIGSEGV.
2645 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
2646 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
2647 * gdb.base/savedregs.c (thrower): Likewise.
2648 * gdb.mi/mi-syn-frame.c (bar): Likewise.
2649
2650 2020-07-13 Gary Benson <gbenson@redhat.com>
2651
2652 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
2653 defining and using VLA structure fields into...
2654 * gdb.base/vla-struct-fields.c: New file.
2655 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
2656 tests into...
2657 * gdb.base/vla-struct-fields.exp: New file.
2658
2659 2020-07-13 Tom de Vries <tdevries@suse.de>
2660
2661 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
2662 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
2663 * gdb.base/gold-gdb-index.exp: Same.
2664 * gdb.base/morestack.exp: Same.
2665
2666 2020-07-11 Daniel Xu <dxu@dxuuu.xyz>
2667
2668 PR rust/26121
2669 * gdb.rust/modules.rs: Prevent linker from discarding test
2670 symbol.
2671
2672 2020-07-10 Pedro Alves <pedro@palves.net>
2673
2674 PR gdb/26199
2675 * gdb.multi/multi-target.c (exit_thread): New.
2676 (thread_start): Break loop if EXIT_THREAD.
2677 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
2678 (top level) Call test_no_resumed.
2679
2680 2020-07-08 Tom Tromey <tromey@adacore.com>
2681
2682 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
2683 * gdb.ada/catch_ex.exp: Examine catchpoint text.
2684
2685 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2686
2687 PR python/22748
2688 * gdb.opt/inline-frame-tailcall.c: New file.
2689 * gdb.opt/inline-frame-tailcall.exp: New file.
2690 * gdb.python/py-unwind-inline.c: New file.
2691 * gdb.python/py-unwind-inline.exp: New file.
2692 * gdb.python/py-unwind-inline.py: New file.
2693
2694 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2695
2696 * gdb.python/py-arch-reg-groups.exp: New file.
2697
2698 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2699
2700 * gdb.python/py-arch-reg-names.exp: New file.
2701
2702 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2703
2704 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
2705 gdb.PendingFrame.architecture method.
2706
2707 2020-07-06 Tom de Vries <tdevries@suse.de>
2708
2709 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
2710
2711 2020-07-03 Pedro Alves <palves@redhat.com>
2712
2713 * gdb.base/structs2.c (main): Adjust second parem_reg call to
2714 explicitly write negative numbers.
2715 * gdb.base/structs2.exp: Adjust expected output.
2716
2717 2020-07-03 Pedro Alves <palves@redhat.com>
2718
2719 * gdb.base/charset.c (init_string): Change all char parameters to
2720 unsigned char parameters.
2721
2722 2020-07-03 Pedro Alves <palves@redhat.com>
2723
2724 * gdb.base/call-sc.exp (start_scalars_test): Use
2725 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
2726 * gdb.base/overlays.c: Remove references to PARAMS.
2727 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
2728 * gdb.base/reread.exp: Don't set 'prototypes' global.
2729 * gdb.base/structs.exp (start_structs_test): Use
2730 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
2731 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
2732 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
2733 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
2734 call.
2735 * gdb.base/varargs.exp: Don't set 'prototypes' global.
2736
2737 2020-07-03 Pedro Alves <palves@redhat.com>
2738
2739 * gdb.base/m32rovly.c: Delete.
2740 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
2741
2742 2020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2743
2744 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
2745 of gdb_py_test_multiple.
2746 * gdb.python/py-cmd.exp: Likewise.
2747 * gdb.python/py-events.exp: Likewise.
2748 * gdb.python/py-function.exp: Likewise.
2749 * gdb.python/py-inferior.exp: Likewise.
2750 * gdb.python/py-infthread.exp: Likewise.
2751 * gdb.python/py-linetable.exp: Likewise.
2752 * gdb.python/py-parameter.exp: Likewise.
2753 * gdb.python/py-value.exp: Likewise.
2754
2755 2020-06-30 Tom de Vries <tdevries@suse.de>
2756
2757 PR testsuite/26175
2758 * lib/future.exp (gdb_default_target_compile): Detect and handle
2759 early_flags.
2760
2761 2020-06-29 Simon Marchi <simon.marchi@efficios.com>
2762
2763 * boards/simavr.exp (gdb_load): Catch errors when closing
2764 previous connection. Close connection, wait for process and
2765 unset simavr_spawn_id on failure.
2766
2767 2020-06-29 Tom de Vries <tdevries@suse.de>
2768
2769 * lib/gdb.exp (unknown): Make test-case unresolved.
2770
2771 2020-06-29 Tom de Vries <tdevries@suse.de>
2772
2773 PR gdb/25475
2774 * gdb.server/solib-list.exp: Verify that the symbol reload
2775 confirmation question is asked.
2776
2777 2020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2778
2779 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
2780 have a input seq nr in each pass message.
2781 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
2782 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
2783 * gdb.python/python.exp: Make test names unique,
2784 use gdb_test_multiline instead of gdb_py_test_multiple,
2785 use $gdb_test_name.
2786 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
2787
2788 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
2789
2790 * configure.ac: Add --enable-libctf.
2791 * aclocal.m4: sinclude ../config/enable.m4.
2792 * Makefile.in (site.exp): Add enable_libctf to site.exp.
2793 * lib/gdb.exp (skip_ctf_tests): Use it.
2794 * gdb.base/ctf-constvars.exp: Error message tweak.
2795 * gdb.base/ctf-ptype.exp: Likewise.
2796 * configure: Regenerate.
2797
2798 2020-06-26 Gary Benson <gbenson@redhat.com>
2799
2800 * gdb.cp/try_catch.cc: Include string.h.
2801 (main): Replace comparison against string literal with
2802 strcmp, avoiding build failure with -Wstring-compare.
2803 Add "marker test-complete".
2804 * gdb.cp/try_catch.exp: Run the test to the above marker,
2805 then verify that the value of "test" is still true.
2806
2807 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
2808
2809 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
2810
2811 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
2812
2813 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
2814
2815 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
2816
2817 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
2818 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
2819 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
2820 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
2821 * gdb.arch/riscv-tdesc-loading.exp: New file.
2822
2823 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
2824
2825 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
2826
2827 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
2828
2829 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
2830 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
2831 * gdb.arch/riscv-tdesc-regs.c: New file.
2832 * gdb.arch/riscv-tdesc-regs.exp: New file.
2833
2834 2020-06-24 Pedro Alves <palves@redhat.com>
2835
2836 * gdb.arch/amd64-entry-value-paramref.exp: Use
2837 prepare_for_testing_full and don't pass "c++" for the .S file
2838 build spec.
2839 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
2840 $options, since it's an assembly file. Remove -Wno-deprecated.
2841 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
2842 compiling C++ programs.
2843
2844 2020-06-24 Pedro Alves <palves@redhat.com>
2845
2846 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
2847 Clang, add "-Wno-unknown-warning-option" to the options.
2848
2849 2020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
2850
2851 * gdb.xml/tdesc-reload.c: New file.
2852 * gdb.xml/tdesc-reload.exp: New file.
2853 * gdb.xml/maint-xml-dump-01.xml: New file.
2854 * gdb.xml/maint-xml-dump-02.xml: New file.
2855 * gdb.xml/maint-xml-dump.exp: New file.
2856
2857 2020-06-23 Sandra Loosemore <sandra@codesourcery.com>
2858
2859 * lib/completion-support.exp (test_gdb_completion_offers_commands):
2860 Adjust for omitted commands when TUI is disabled.
2861
2862 2020-06-23 Gary Benson <gbenson@redhat.com>
2863 Pedro Alves <palves@redhat.com>
2864
2865 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
2866 * gdb.cp/nsimport.cc: Likewise.
2867 * gdb.cp/nsnested.cc: Likewise.
2868 * gdb.cp/nsnoimports.cc: Likewise.
2869 * gdb.cp/nsusing.cc: Likewise.
2870 * gdb.cp/smartp.cc: Likewise.
2871 * gdb.python/py-pp-integral.c: Likewise.
2872 * gdb.python/py-pp-re-notag.c: Likewise.
2873
2874 2020-06-23 Gary Benson <gbenson@redhat.com>
2875
2876 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
2877 * gdb.cp/nsimport.cc: Likewise.
2878 * gdb.cp/nsnested.cc: Likewise.
2879 * gdb.cp/nsnoimports.cc: Likewise.
2880 * gdb.cp/nsusing.cc: Likewise.
2881 * gdb.cp/smartp.cc: Likewise.
2882 * gdb.python/py-pp-integral.c: Likewise.
2883 * gdb.python/py-pp-re-notag.c: Likewise.
2884
2885 2020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2886
2887 * gdb.base/default-args.exp: New test.
2888 * gdb.base/default-args.c: New file.
2889 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
2890 * gdb.base/default.exp: Update to new help text.
2891 * gdb.base/help.exp: Likewise.
2892 * gdb.base/page.exp: Likewise.
2893 * gdb.base/style.exp: Likewise.
2894 * gdb.guile/guile.exp: Likewise.
2895 * gdb.python/python.exp: Likewise.
2896
2897 2020-06-22 Sandra Loosemore <sandra@codesourcery.com>
2898
2899 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
2900 remote host. Fix search path syntax on Windows host.
2901
2902 2020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2903
2904 * gdb.base/attach.exp: Test priority of 'exec-file' changed
2905 over 'exec-file-mismatch'.
2906 * gdb.base/attach.c: Mark should_exit volatile.
2907 * gdb.base/attach2.c: Likewise. Add a comment explaining
2908 why the sleep cannot be big.
2909 * gdb.base/attach3.c: New file.
2910
2911 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
2912
2913 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
2914 prefix optional.
2915
2916 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
2917
2918 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
2919 for remote host.
2920
2921 2020-06-19 Sandra Loosemore <sandra@codesourcery.com>
2922 Hafiz Abid Qadeer <abidh@codesourcery.com>
2923
2924 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
2925 file sent to remote host.
2926 (top level): Allow int32_t as type of 32-bit register.
2927
2928 2020-06-19 Tom de Vries <tdevries@suse.de>
2929
2930 * lib/gdb.exp (gdb_note): New proc.
2931 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
2932 (gdb_default_target_compile): ... here. Only call
2933 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
2934 (use_gdb_compile): Change to array.
2935 (toplevel): Update sets of use_gdb_compile to specify language.
2936 Warn about default_target_compile override. Store dejagnu's version
2937 of default_target_compile in dejagnu_default_target_compile.
2938
2939 2020-06-18 Tom de Vries <tdevries@suse.de>
2940
2941 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
2942 (default_gdb_init): ... here.
2943
2944 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
2945
2946 Fix TUI support checks in gdb.tui tests.
2947
2948 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
2949 just say UNSUPPORTED.
2950 * gdb.tui/corefile-run.exp: Likewise.
2951 * gdb.tui/empty.exp: Likewise.
2952 * gdb.tui/list-before.exp: Likewise.
2953 * gdb.tui/list.exp: Likewise.
2954 * gdb.tui/main.exp: Likewise.
2955 * gdb.tui/regs.exp: Likewise.
2956 * gdb.tui/resize.exp: Likewise.
2957 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
2958 * gdb.tui/tui-layout-asm.exp: Likewise.
2959 * gdb.tui/tui-missing-src.exp: Likewise.
2960 * gdb.tui/winheight.exp: Likewise.
2961 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
2962
2963 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
2964
2965 Fix TCL error in gdb.python/py-format-string.exp.
2966
2967 * gdb.python/py-format-string.exp: Move test for python support
2968 earlier, out of function body.
2969
2970 2020-06-15 Simon Marchi <simon.marchi@efficios.com>
2971
2972 * gdb.base/index-cache-load-twice.c: New.
2973 * gdb.base/index-cache-load-twice.exp: New.
2974
2975 2020-06-17 Keith Seitz <keiths@redhat.com>
2976
2977 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
2978 when executing "gdb --configuration".
2979
2980 2020-06-17 Tom de Vries <tdevries@suse.de>
2981
2982 * lib/gdb.exp (gdb_tcl_unknown): New proc.
2983 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
2984 conditional on presence of gdb_tcl_unknown.
2985 (gdb_finish): Make override undo conditional on presence of
2986 gdb_tcl_unknown.
2987
2988 2020-06-16 Tom Tromey <tom@tromey.com>
2989
2990 * gdb.python/tui-window.py (failwin): New function. Register it
2991 as a TUI window type.
2992 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
2993
2994 2020-06-16 Gary Benson <gbenson@redhat.com>
2995
2996 * gdb.python/py-nested-maps.c (create_map): Add missing return
2997 value.
2998 (create_map_map): Likewise.
2999
3000 2020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3001
3002 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
3003 variable.
3004 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
3005 and use the already-defined 'options' variable.
3006
3007 2020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
3008 Tom de Vries <tdevries@suse.de>
3009
3010 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
3011 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
3012 (gdb_setup_known_globals): New proc.
3013 (gdb_cleanup_globals): New proc.
3014 * lib/gdb.exp (load_lib): New override proc.
3015 (gdb_stdin_log_init): Set var in_file as persistent global.
3016 * lib/pascal.exp (gdb_stdin_log_init): Set vars
3017 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
3018 fpc_compiler as persistent global.
3019
3020 2020-06-12 Tom de Vries <tdevries@suse.de>
3021
3022 * lib/tuiterm.exp (spawn): Rename to ...
3023 (tui_spawn): ... this.
3024 (toplevel): Move rename of spawn ...
3025 (gdb_init_tuiterm): ... here. New proc.
3026 (gdb_finish_tuiterm): New proc.
3027 * lib/gdb.exp (gdb_finish_hooks): New global var.
3028 (gdb_finish): Handle gdb_finish_hooks.
3029 (tuiterm_env): New proc.
3030 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
3031 tuiterm_env.
3032 * gdb.tui/basic.exp: Same.
3033 * gdb.tui/corefile-run.exp: Same.
3034 * gdb.tui/empty.exp: Same.
3035 * gdb.tui/list-before.exp: Same.
3036 * gdb.tui/list.exp: Same.
3037 * gdb.tui/main.exp: Same.
3038 * gdb.tui/new-layout.exp: Same.
3039 * gdb.tui/regs.exp: Same.
3040 * gdb.tui/resize.exp: Same.
3041 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
3042 * gdb.tui/tui-layout-asm.exp: Same.
3043 * gdb.tui/tui-missing-src.exp: Same.
3044 * gdb.tui/winheight.exp: Same.
3045
3046 2020-06-12 Tom de Vries <tdevries@suse.de>
3047
3048 PR testsuite/26110
3049 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
3050 (gdb_finish): Reinstall dejagnu's override of ::unknown.
3051
3052 2020-06-11 Tom Tromey <tom@tromey.com>
3053
3054 PR gdb/18318:
3055 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
3056 floating point tests.
3057
3058 2020-06-11 Keith Seitz <keiths@redhat.com>
3059
3060 PR gdb/21356
3061 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
3062 vla_struct.
3063 Add new struct vla_typedef and union vla_typedef_union and
3064 corresponding instantiation objects.
3065 Initialize new objects.
3066 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
3067 and vla_typedef_union_object.
3068 Fixup type for vla_struct_object.
3069
3070 2020-06-11 Tom de Vries <tdevries@suse.de>
3071
3072 * lib/gdb.exp (with_override): New proc, factored out of ...
3073 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
3074
3075 2020-06-10 Tom de Vries <tdevries@suse.de>
3076
3077 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
3078
3079 2020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
3080
3081 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
3082 parameter, update callers.
3083
3084 2020-06-04 Simon Marchi <simon.marchi@efficios.com>
3085
3086 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
3087 * gdb.dwarf2/share-psymtabs-bt.c: New file.
3088 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
3089
3090 2020-06-04 Tom de Vries <tdevries@suse.de>
3091
3092 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
3093
3094 2020-06-04 Tom de Vries <tdevries@suse.de>
3095
3096 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
3097 exp_continue.
3098
3099 2020-06-04 Tom de Vries <tdevries@suse.de>
3100
3101 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
3102
3103 2020-06-03 Tom de Vries <tdevries@suse.de>
3104
3105 PR symtab/26046
3106 * gdb.cp/breakpoint-locs-2.cc: New test.
3107 * gdb.cp/breakpoint-locs.cc: New test.
3108 * gdb.cp/breakpoint-locs.exp: New file.
3109 * gdb.cp/breakpoint-locs.h: New test.
3110
3111 2020-06-03 Tom de Vries <tdevries@suse.de>
3112
3113 PR testsuite/25609
3114 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
3115 value of global verbose.
3116 * gdb.base/jit-elf.exp: Same.
3117 * gdb.base/jit-reader.exp: Same.
3118
3119 2020-06-02 Tom de Vries <tdevries@suse.de>
3120
3121 * gdb.dwarf2/multidictionary.exp: Don't use
3122 gdb_spawn_with_cmdline_opts.
3123
3124 2020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
3125
3126 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
3127 use_header case.
3128 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
3129 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
3130 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
3131 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
3132 * gdb.dwarf2/dw2-inline-header.c: New file.
3133 * gdb.dwarf2/dw2-inline-header.h: New file.
3134
3135 2020-05-30 Pedro Alves <palves@redhat.com>
3136
3137 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
3138 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
3139
3140 2020-05-29 Gary Benson <gbenson@redhat.com>
3141
3142 * gdb.compile/compile-cplus.exp (additional_flags): Also
3143 set when building with clang.
3144 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
3145 when building with clang.
3146
3147 2020-05-29 Gary Benson <gbenson@redhat.com>
3148
3149 * gdb.arch/i386-avx.exp (additional_flags): Also set when
3150 building with clang.
3151 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
3152
3153 2020-05-29 Gary Benson <gbenson@redhat.com>
3154
3155 * gdb.cp/koenig.exp (prepare_for_testing): Add
3156 additional_flags=-Wno-unused-comparison.
3157 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
3158
3159 2020-05-28 Gary Benson <gbenson@redhat.com>
3160
3161 * gdb.base/sigaltstack.c (catcher): Add default case to switch
3162 statement.
3163
3164 2020-05-28 Gary Benson <gbenson@redhat.com>
3165
3166 * gdb.cp/classes.exp (prepare_for_testing): Add
3167 additional_flags=-Wno-deprecated-register.
3168 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
3169 * gdb.cp/misc.exp: Likewise.
3170
3171 2020-05-28 Gary Benson <gbenson@redhat.com>
3172
3173 * gdb.linespec/cpls-ops.cc (dummy): New static global.
3174 (test_op_new::operator new): Add return statement.
3175 (test_op_new_array::operator new[]): Likewise.
3176
3177 2020-05-27 Pedro Alves <palves@redhat.com>
3178
3179 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
3180 check. Use test_gdb_complete_unique instead of
3181 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
3182 test_gdb_complete_multiple instead of
3183 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
3184
3185 2020-05-27 Luis Machado <luis.machado@linaro.org>
3186
3187 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
3188 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
3189 * gdb.arch/arm-disassembler-options.exp: Likewise.
3190 * gdb.arch/arm-disp-step.exp: Likewise.
3191 * gdb.arch/thumb-prologue.exp: Likewise.
3192 * gdb.base/async.exp: Likewise.
3193 * gdb.base/auxv.exp: Likewise.
3194 * gdb.base/complex-parts.exp: Likewise.
3195 * gdb.base/ena-dis-br.exp: Likewise.
3196 * gdb.base/foll-exec.exp: Likewise.
3197 * gdb.base/permissions.exp: Likewise.
3198 * gdb.base/relocate.exp: Likewise.
3199 * gdb.base/return2.exp: Likewise.
3200 * gdb.base/sigbpt.exp: Likewise.
3201 * gdb.base/siginfo-obj.exp: Likewise.
3202 * gdb.cp/converts.exp: Likewise.
3203 * gdb.cp/exceptprint.exp: Likewise.
3204 * gdb.cp/inherit.exp: Likewise.
3205 * gdb.cp/nsnoimports.exp: Likewise.
3206 * gdb.cp/virtbase2.exp: Likewise.
3207 * gdb.mi/mi-var-cmd.exp: Likewise.
3208 * gdb.mi/var-cmd.c: Likewise.
3209
3210 2020-05-26 Tom Tromey <tromey@adacore.com>
3211
3212 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
3213
3214 2020-05-26 Tom Tromey <tromey@adacore.com>
3215
3216 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
3217 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
3218 type.
3219 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
3220 variable.
3221
3222 2020-05-26 Christian Biesinger <cbiesinger@google.com>
3223
3224 * Makefile.in: Use = instead of == for the test command
3225 for portability.
3226
3227 2020-05-26 Tom de Vries <tdevries@suse.de>
3228
3229 * gdb.base/gold-gdb-index-2.c: New test.
3230 * gdb.base/gold-gdb-index.c: New test.
3231 * gdb.base/gold-gdb-index.exp: New file.
3232 * gdb.base/gold-gdb-index.h: New test.
3233
3234 2020-05-25 Tom de Vries <tdevries@suse.de>
3235
3236 * boards/gold-gdb-index.exp: New file.
3237
3238 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
3239
3240 * boards/simavr.exp: New file.
3241
3242 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
3243
3244 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
3245 * gdb.base/inferior-args.exp: New file.
3246 * gdb.base/inferior-args.c: New file.
3247
3248 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
3249
3250 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
3251 inferior_args. Pass it to gdb_reload.
3252 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
3253 inferior_args.
3254 (gdb_reload): Add inferior_args argument.
3255 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
3256 pass it to gdbserver_run.
3257 * boards/native-gdbserver.exp: Do not set noargs.
3258 * boards/native-extended-gdbserver.exp (gdb_reload): Add
3259 inferior_args argument.
3260 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
3261 * gdb.base/a2-run.exp: Check for use_gdb_stub.
3262 * gdb.base/args.exp: Likewise.
3263
3264 2020-05-25 Tom de Vries <tdevries@suse.de>
3265
3266 * lib/gdb.exp (exec_is_pie): Add comment.
3267
3268 2020-05-25 Tom de Vries <tdevries@suse.de>
3269
3270 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
3271 instead of $binfile in the untested message.
3272
3273 2020-05-25 Tom de Vries <tdevries@suse.de>
3274
3275 PR testsuite/26031
3276 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
3277
3278 2020-05-25 Tom de Vries <tdevries@suse.de>
3279
3280 * boards/gold.exp: New file.
3281
3282 2020-05-23 Tom Tromey <tom@tromey.com>
3283
3284 * gdb.base/style.exp: Remove completion styling test.
3285 * lib/gdb-utils.exp (style): Remove completion styles.
3286
3287 2020-05-23 Tom Tromey <tom@tromey.com>
3288
3289 * gdb.base/style.exp: Add completion styling test.
3290 * lib/gdb-utils.exp (style): Add completion styles.
3291
3292 2020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
3293
3294 * gdb.base/annota1.exp: Update expected results.
3295 * gdb.cp/annota2.exp: Update expected results, remove duplicate
3296 test name.
3297 * gdb.cp/annota3.exp: Update expected results.
3298
3299 2020-05-20 Simon Marchi <simon.marchi@efficios.com>
3300
3301 PR gdb/26016
3302 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
3303 against MAP_FAILED.
3304 * gdb.base/coremaker.c (mmapdata): Likewise.
3305 * gdb.base/jit-reader-host.c (main): Likewise.
3306 * gdb.base/sym-file-loader.c (load): Likewise.
3307 (load_shlib): Likewise.
3308
3309 2020-05-20 Tom Tromey <tromey@adacore.com>
3310
3311 * gdb.ada/array_char_idx.exp: Recognize initialized array.
3312
3313 2020-05-20 Tom de Vries <tdevries@suse.de>
3314
3315 PR symtab/25833
3316 * gdb.base/with-mf-inc.c: New test.
3317 * gdb.base/with-mf-main.c: New test.
3318 * gdb.base/with-mf.exp: New file.
3319
3320 2020-05-19 Tom Tromey <tromey@adacore.com>
3321
3322 * gdb.rust/simple.exp: Restore missing test result.
3323
3324 2020-05-19 Tom de Vries <tdevries@suse.de>
3325
3326 * gdb.base/gdb-caching-proc.exp: Fix typo.
3327
3328 2020-05-19 Tom Tromey <tromey@adacore.com>
3329
3330 * gdb.rust/simple.exp: Add some test descriptions.
3331 (test_one_slice): Use with_test_prefix.
3332
3333 2020-05-18 Tom de Vries <tdevries@suse.de>
3334
3335 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
3336
3337 2020-05-17 Pedro Alves <palves@redhat.com>
3338
3339 PR gdb/25741
3340 * gdb.base/hw-sw-break-same-address.exp: New file.
3341
3342 2020-05-16 Pedro Alves <palves@redhat.com>
3343
3344 * gdb.multi/multi-re-run.exp (test_re_run): Switch
3345 LAST_LOADED_FILE accordingly.
3346
3347 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3348
3349 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
3350
3351 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3352
3353 * gdb.base/help.exp: Test apropos and help for commands
3354 having aliases. Fixed comments not starting with an
3355 upper-case letter or not finishing with a dot.
3356
3357 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3358
3359 * gdb.base/alias.exp: Update help output check.
3360
3361 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3362
3363 * gdb.base/default.exp: Update output following fixes.
3364
3365 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3366
3367 * gdb.base/alias.exp: Test aliases starting with a prefix of
3368 another alias.
3369
3370 2020-05-15 Gary Benson <gbenson@redhat.com>
3371
3372 * gdb.base/info-os.c (main): Add return statement.
3373 * gdb.base/info_minsym.c (minsym_fun): Likewise.
3374 * gdb.base/large-frame-2.c (func): Likewise.
3375 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
3376 * gdb.base/pr10179-b.c (foo2): Likewise.
3377 * gdb.base/valgrind-disp-step.c (foo): Likewise.
3378 * gdb.base/watch-cond.c (func): Likewise.
3379 * gdb.multi/goodbye.c (verylongfun): Likewise.
3380 * gdb.multi/hello.c (commonfun): Likewise.
3381 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
3382 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
3383 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
3384 Likewise.
3385 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
3386 * gdb.threads/interrupt-while-step-over.c (child_function):
3387 Likewise.
3388 * gdb.trace/actions-changed.c (end): Likewise.
3389
3390 2020-05-15 Gary Benson <gbenson@redhat.com>
3391
3392 * gdb.opencl/callfuncs.exp: Report when test skipped.
3393 * gdb.opencl/convs_casts.exp: Likewise.
3394 * gdb.opencl/datatypes.exp: Likewise.
3395 * gdb.opencl/operators.exp: Likewise.
3396 * gdb.opencl/vec_comps.exp: Likewise.
3397
3398 2020-05-15 Tom de Vries <tdevries@suse.de>
3399
3400 * gdb.base/align.exp.in: Rename to ...
3401 * gdb.base/align.exp.tcl: ... this.
3402 * gdb.base/align-c++.exp: Update.
3403 * gdb.base/align-c.exp: Update.
3404 * gdb.base/all-architectures.exp.in: Rename to ...
3405 * gdb.base/all-architectures.exp: ... this.
3406 * gdb.base/all-architectures-0.exp: Update.
3407 * gdb.base/all-architectures-1.exp: Update.
3408 * gdb.base/all-architectures-2.exp: Update.
3409 * gdb.base/all-architectures-3.exp: Update.
3410 * gdb.base/all-architectures-4.exp: Update.
3411 * gdb.base/all-architectures-5.exp: Update.
3412 * gdb.base/all-architectures-6.exp: Update.
3413 * gdb.base/all-architectures-7.exp: Update.
3414 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
3415 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
3416 * gdb.base/infcall-nested-structs-c++.exp: Update.
3417 * gdb.base/infcall-nested-structs-c.exp: Update.
3418 * gdb.base/info-types.exp.in: Rename to ...
3419 * gdb.base/info-types.exp.tcl: ... this.
3420 * gdb.base/info-types-c++.exp: Update.
3421 * gdb.base/info-types-c.exp: Update.
3422 * gdb.base/max-depth.exp.in: Rename to ...
3423 * gdb.base/max-depth.exp.tcl: ... this.
3424 * gdb.base/max-depth-c++.exp: Update.
3425 * gdb.base/max-depth-c.exp: Update.
3426 * gdb.cp/cpexprs.exp.in: Rename to ...
3427 * gdb.cp/cpexprs.exp.tcl: ... this.
3428 * gdb.cp/cpexprs-debug-types.exp: Update.
3429 * gdb.cp/cpexprs.exp: Update.
3430 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
3431 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
3432 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
3433 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
3434 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
3435 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
3436 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
3437 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
3438 * gdb.dwarf2/clang-debug-names-2.exp: Update.
3439 * gdb.dwarf2/clang-debug-names.exp: Update.
3440
3441 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
3442
3443 * lib/check-test-names.exp: Remove code that prevents this file
3444 loading when tests are run in parallel.
3445
3446 2020-05-15 Pedro Alves <palves@redhat.com>
3447
3448 * gdb.multi/multi-kill.exp (start_inferior): Remove
3449 'testpid' parameter. Refer to namespace variable directly.
3450 (testpid): Declare as namespace variable.
3451
3452 2020-05-15 Pedro Alves <palves@redhat.com>
3453
3454 * gdb.multi/multi-kill.exp: Wrap in namespace.
3455 (start_inferior): Add TESTPID parameter. Use it instead of the
3456 testpid global.
3457 (top level): Define empty TESTPID array, and pass it down to
3458 start_inferior.
3459
3460 2020-05-14 Tom de Vries <tdevries@suse.de>
3461
3462 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
3463 output.
3464
3465 2020-05-14 Tom de Vries <tdevries@suse.de>
3466
3467 * gdb.base/align.exp: Split into ...
3468 * gdb.base/align.exp.in: ...
3469 * gdb.base/align-c++.exp: ...
3470 * gdb.base/align-c.exp: ... these.
3471 * gdb.base/infcall-nested-structs.exp: Split into ...
3472 * gdb.base/infcall-nested-structs.exp.in: ...
3473 * gdb.base/infcall-nested-structs-c++.exp: ...
3474 * gdb.base/infcall-nested-structs-c.exp: ... these.
3475 * gdb.base/info-types.exp: Split into ...
3476 * gdb.base/info-types.exp.in: ...
3477 * gdb.base/info-types-c++.exp: ...
3478 * gdb.base/info-types-c.exp: ... these.
3479 * gdb.base/max-depth.exp: Split into ...
3480 * gdb.base/max-depth.exp.in: ...
3481 * gdb.base/max-depth-c++.exp: ...
3482 * gdb.base/max-depth-c.exp: ... these.
3483 * gdb.cp/infcall-nodebug.exp: Split into ...
3484 * gdb.cp/infcall-nodebug.exp.in: ...
3485 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
3486 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
3487 * gdb.cp/infcall-nodebug-c-d0.exp: ...
3488 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
3489
3490 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3491 Pedro Alves <palves@redhat.com>
3492
3493 * gdb.multi/multi-exit.c: New file.
3494 * gdb.multi/multi-exit.exp: New file.
3495 * gdb.multi/multi-kill.c: New file.
3496 * gdb.multi/multi-kill.exp: New file.
3497
3498 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3499
3500 * gdb.base/annota1.exp: Update the expected output.
3501 * gdb.cp/annota2.exp: Ditto.
3502
3503 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
3504
3505 * lib/check-test-names.exp: Disable when testing is being run in
3506 parallel.
3507
3508 2020-05-12 Tom de Vries <tdevries@suse.de>
3509
3510 * gdb.base/jit-elf.exp: Fix string concat.
3511
3512 2020-05-12 Tom de Vries <tdevries@suse.de>
3513
3514 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
3515 messages.
3516
3517 2020-05-12 Tom de Vries <tdevries@suse.de>
3518
3519 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
3520
3521 2020-05-12 Tom de Vries <tdevries@suse.de>
3522
3523 * gdb.ada/catch_ex.exp: Use with_test_prefix.
3524 * gdb.ada/mi_catch_ex.exp: Same.
3525 * gdb.ada/mi_catch_ex_hand.exp: Same.
3526
3527 2020-05-12 Tom de Vries <tdevries@suse.de>
3528
3529 * gdb.fortran/complex.exp: Use with_test_prefix.
3530
3531 2020-05-12 Tom de Vries <tdevries@suse.de>
3532
3533 * gdb.trace/passcount.exp: Fix test-names.
3534
3535 2020-05-12 Tom de Vries <tdevries@suse.de>
3536
3537 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
3538
3539 2020-05-12 Tom de Vries <tdevries@suse.de>
3540
3541 * gdb.gdb/complaints.exp: Use with_test_prefix.
3542 * gdb.xml/tdesc-regs.exp: Same.
3543 * gdb.opt/inline-locals.exp: Fix test name.
3544
3545 2020-05-12 Tom de Vries <tdevries@suse.de>
3546
3547 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
3548 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
3549 * gdb.dwarf2/implref-struct.exp: Same.
3550 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
3551 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
3552
3553 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
3554
3555 * gdb.base/jit-so.exp (one_jit_test): Change test name.
3556
3557 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
3558
3559 * lib/check-test-names.exp (all_test_names): New module variable.
3560 (counts): Add 'duplicates' field.
3561 (_check_duplicates): New procedure.
3562 (check): Also check for duplicates.
3563 (do_log_summary): Print duplicates count.
3564 (do_reset_vars): Reset counter for duplicate test names, and
3565 discard all know test names.
3566
3567 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
3568
3569 * lib/gdb.exp: Include check-test-names.exp library.
3570 * lib/check-test-names.exp: New file.
3571
3572 2020-05-11 Tom de Vries <tdevries@suse.de>
3573
3574 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
3575
3576 2020-05-11 Keith Seitz <keiths@redhat.com>
3577
3578 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
3579
3580 2020-05-11 Tom de Vries <tdevries@suse.de>
3581
3582 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
3583 * gdb.cp/cpexprs.exp.in: .. here.
3584 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
3585 cpexprs.exp.
3586
3587 2020-05-11 Keith Seitz <keiths@redhat.com>
3588
3589 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
3590 test names.
3591 * gdb.ada/arrayptr.exp: Likewise.
3592 * gdb.ada/assign_arr.exp: Likewise.
3593 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
3594 * gdb.ada/bp_on_var.exp: Likewise.
3595 * gdb.ada/call_pn.exp: Likewise.
3596 * gdb.ada/complete.exp: Likewise.
3597 * gdb.ada/fun_overload_menu.exp: Likewise.
3598 * gdb.ada/funcall_param.exp: Likewise.
3599 * gdb.ada/funcall_ref.exp: Likewise.
3600 * gdb.ada/packed_array_assign.exp: Likewise.
3601 * gdb.ada/same_component_name.exp: Likewise.
3602 * gdb.ada/type_coercion.exp: Likewise.
3603 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
3604 * gdb.ada/variant_record_packed_array.exp: Likewise.
3605
3606 2020-05-11 Tom de Vries <tdevries@suse.de>
3607
3608 PR symtab/25941
3609 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
3610 out of ...
3611 * gdb.dwarf2/clang-debug-names.exp: ... here.
3612 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
3613 clang-debug-names.exp.in.
3614 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
3615 * gdb.dwarf2/clang-debug-names-2.c: New test.
3616
3617 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
3618
3619 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
3620 (fortran_runto_main): New Proc, fortran version of runto_main.
3621 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
3622 * gdb.fortran/array-bounds.exp: Likewise.
3623 * gdb.fortran/array-slices.exp: Likewise.
3624 * gdb.fortran/block-data.exp: Likewise.
3625 * gdb.fortran/charset.exp: Likewise.
3626 * gdb.fortran/common-block.exp: Likewise.
3627 * gdb.fortran/complex.exp: Likewise.
3628 * gdb.fortran/derived-type-function.exp: Likewise.
3629 * gdb.fortran/derived-type.exp: Likewise.
3630 * gdb.fortran/info-modules.exp: Likewise.
3631 * gdb.fortran/info-types.exp: Likewise.
3632 * gdb.fortran/intrinsics.exp: Likewise.
3633 * gdb.fortran/library-module.exp: Likewise.
3634 * gdb.fortran/logical.exp: Likewise.
3635 * gdb.fortran/max-depth.exp: Likewise.
3636 * gdb.fortran/module.exp: Likewise.
3637 * gdb.fortran/multi-dim.exp: Likewise.
3638 * gdb.fortran/nested-funcs.exp: Likewise.
3639 * gdb.fortran/print-formatted.exp: Likewise.
3640 * gdb.fortran/print_type.exp: Likewise.
3641 * gdb.fortran/printing-types.exp: Likewise.
3642 * gdb.fortran/ptr-indentation.exp: Likewise.
3643 * gdb.fortran/ptype-on-functions.exp: Likewise.
3644 * gdb.fortran/subarray.exp: Likewise.
3645 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
3646 * gdb.fortran/vla-datatypes.exp: Likewise.
3647 * gdb.fortran/vla-history.exp: Likewise.
3648 * gdb.fortran/vla-ptr-info.exp: Likewise.
3649 * gdb.fortran/vla-ptype-sub.exp: Likewise.
3650 * gdb.fortran/vla-ptype.exp: Likewise.
3651 * gdb.fortran/vla-sizeof.exp: Likewise.
3652 * gdb.fortran/vla-type.exp: Likewise.
3653 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
3654 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
3655 * gdb.fortran/vla-value-sub.exp: Likewise.
3656 * gdb.fortran/vla-value.exp: Likewise.
3657 * gdb.fortran/whatis_type.exp: Likewise.
3658 * gdb.mi/mi-var-child-f.exp: Likewise.
3659
3660 2020-05-09 Tom de Vries <tdevries@suse.de>
3661
3662 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
3663
3664 2020-05-08 Tom de Vries <tdevries@suse.de>
3665
3666 * gdb.dwarf2/clang-debug-names.c: New test.
3667 * gdb.dwarf2/clang-debug-names.exp: New file.
3668
3669 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
3670
3671 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
3672 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
3673
3674 2020-05-06 Tom de Vries <tdevries@suse.de>
3675
3676 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
3677 breakpoint is at a "recommended breakpoint location".
3678 * gdb.reverse/consecutive-reverse.exp: Same.
3679
3680 2020-05-06 Tom de Vries <tdevries@suse.de>
3681
3682 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
3683 address.
3684
3685 2020-05-06 Tom de Vries <tdevries@suse.de>
3686
3687 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
3688
3689 2020-05-06 Tom de Vries <tdevries@suse.de>
3690
3691 * gdb.base/store.exp (check_set, up_set): Allowing missing location
3692 info for r.
3693
3694 2020-05-06 Tom de Vries <tdevries@suse.de>
3695
3696 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
3697 necessary.
3698
3699 2020-05-06 Tom de Vries <tdevries@suse.de>
3700
3701 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
3702 void.
3703
3704 2020-05-06 Tom de Vries <tdevries@suse.de>
3705
3706 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
3707 of ...
3708 * gdb.base/async.exp: ... here.
3709 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
3710 "recommended breakpoint location".
3711
3712 2020-05-06 Tom de Vries <tdevries@suse.de>
3713
3714 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
3715
3716 2020-05-04 Tom de Vries <tdevries@suse.de>
3717
3718 * gdb.base/async.exp: Check whether instruction addresses are a
3719 "recommended breakpoint location".
3720
3721 2020-05-03 Tom Tromey <tom@tromey.com>
3722
3723 * gdb.base/sepdebug.exp: Remove "catch" test.
3724 * gdb.base/break.exp: Remove "catch" test.
3725 * gdb.base/default.exp: Update expected output.
3726
3727 2020-05-02 Tom de Vries <tdevries@suse.de>
3728
3729 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
3730 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
3731 * gdb.arch/i386-mpx-map.exp: Same.
3732 * gdb.arch/i386-mpx-sigsegv.exp: Same.
3733 * gdb.arch/i386-mpx-simple_segv.exp: Same.
3734 * gdb.arch/i386-mpx.exp: Same.
3735
3736 2020-05-02 Tom de Vries <tdevries@suse.de>
3737
3738 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
3739
3740 2020-05-01 Tom de Vries <tdevries@suse.de>
3741
3742 * gdb.ada/operator_bp.exp: Allow more than required amount of
3743 breakpoint.
3744
3745 2020-05-01 Tom de Vries <tdevries@suse.de>
3746
3747 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
3748
3749 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
3750
3751 PR gdb/18706
3752 * gdb.cp/stub-array-size.cc: New test.
3753 * gdb.cp/stub-array-size.exp: New file.
3754 * gdb.cp/stub-array-size.h: New test.
3755 * gdb.cp/stub-array-size2.cc: New test.
3756
3757 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
3758
3759 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
3760 output to the new format.
3761
3762 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
3763
3764 * gdb.base/break.exp: Use with_test_prefix.
3765
3766 2020-04-29 Tom de Vries <tdevries@suse.de>
3767
3768 * lib/gdb.exp (debug_types): New proc.
3769 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
3770 * gdb.python/py-symtab.exp: Same.
3771
3772 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
3773
3774 PR gdb/17320
3775 * gdb.base/pretty-array.c: New test.
3776 * gdb.base/pretty-array.exp: New file.
3777
3778 2020-04-29 Tom de Vries <tdevries@suse.de>
3779
3780 PR symtab/25889
3781 * gdb.cp/cpexprs.exp: Adapt for inclusion.
3782 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
3783 and include cpexprs.exp.
3784
3785 2020-04-28 Mark Williams <mark@myosotissp.com>
3786
3787 PR gdb/24480
3788 * dw4-toplevel-types.exp: Test for top level types.
3789 * dw4-toplevel-types.cc: Test for top level types.
3790
3791 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3792
3793 * gdb.threads/stop-with-handle.exp: Fix typo in comment
3794 (theads -> threads).
3795
3796 2020-04-28 Tom de Vries <tdevries@suse.de>
3797
3798 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
3799
3800 2020-04-28 Tom de Vries <tdevries@suse.de>
3801
3802 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
3803
3804 2020-04-28 Tom de Vries <tdevries@suse.de>
3805
3806 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
3807
3808 2020-04-28 Tom de Vries <tdevries@suse.de>
3809
3810 * gdb.dwarf2/main-foo.c: New test.
3811 * gdb.dwarf2/struct-with-sig.exp: New file.
3812
3813 2020-04-25 Tom de Vries <tdevries@suse.de>
3814
3815 * boards/debug-types.exp: New file.
3816
3817 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
3818
3819 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
3820
3821 2020-04-24 Tom Tromey <tom@tromey.com>
3822
3823 PR symtab/12707:
3824 * gdb.python/py-symbol.exp: Update expected results for
3825 linkage_name test.
3826 * gdb.cp/print-demangle.exp: New file.
3827 * gdb.base/c-linkage-name.exp: Fix test.
3828 * gdb.guile/scm-symbol.exp: Update expected results for
3829 linkage_name test.
3830
3831 2020-04-24 Tom Tromey <tom@tromey.com>
3832
3833 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
3834 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
3835 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
3836 assembler.
3837
3838 2020-04-24 Tom de Vries <tdevries@suse.de>
3839
3840 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
3841 C++.
3842
3843 2020-04-24 Tom Tromey <tromey@adacore.com>
3844
3845 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
3846 values.
3847 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
3848 values. Update test for minimal encodings.
3849 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
3850 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
3851 values. Update test for minimal encodings.
3852
3853 2020-04-24 Tom Tromey <tromey@adacore.com>
3854
3855 PR python/23662:
3856 * gdb.ada/variant.exp: Add Python checks.
3857 * gdb.rust/simple.exp: Add dynamic type checks.
3858
3859 2020-04-24 Tom Tromey <tromey@adacore.com>
3860
3861 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
3862 Make array type matching more lax.
3863 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
3864 * gdb.ada/mi_variant.exp: New file.
3865 * gdb.ada/mi_variant/pck.ads: New file.
3866 * gdb.ada/mi_variant/pkg.adb: New file.
3867 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
3868 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
3869
3870 2020-04-24 Tom Tromey <tromey@adacore.com>
3871
3872 * gdb.ada/variant.exp: Add dynamic field offset tests.
3873 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
3874 * gdb.ada/variant/pkg.adb: Add new variables.
3875
3876 2020-04-24 Tom Tromey <tromey@adacore.com>
3877
3878 * gdb.ada/variant.exp: New file
3879 * gdb.ada/variant/pkg.adb: New file
3880 * gdb.ada/variant/pck.adb: New file
3881
3882 2020-04-24 Tom de Vries <tdevries@suse.de>
3883
3884 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
3885
3886 2020-04-24 Tom de Vries <tdevries@suse.de>
3887
3888 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
3889 flags.
3890
3891 2020-04-24 Tom de Vries <tdevries@suse.de>
3892
3893 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
3894
3895 2020-04-24 Tom de Vries <tdevries@suse.de>
3896
3897 * lib/gdb.exp (default_gdb_start): Handle eof.
3898 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
3899 failure.
3900 * gdb.base/readnever.exp: Handle clean_restart failure.
3901
3902 2020-04-23 Tom de Vries <tdevries@suse.de>
3903
3904 * gdb.base/decl-before-def.exp: Run to main and print a again.
3905
3906 2020-04-23 Tom de Vries <tdevries@suse.de>
3907
3908 * gdb.base/decl-before-def-decl.c: New test.
3909 * gdb.base/decl-before-def-def.c: New test.
3910 * gdb.base/decl-before-def.exp: New file.
3911
3912 2020-04-23 Tom de Vries <tdevries@suse.de>
3913
3914 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
3915
3916 2020-04-22 Tom de Vries <tdevries@suse.de>
3917
3918 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
3919 debug_info_offset.
3920 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
3921 before $objsfile in the line line.
3922
3923 2020-04-22 Tom de Vries <tdevries@suse.de>
3924
3925 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
3926
3927 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
3928
3929 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
3930 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
3931 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
3932 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
3933 * gdb.base/jit-protocol.h: Update definitions to match all usage
3934 contexts.
3935
3936 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
3937
3938 * gdb.base: Rename all jit related test and source files.
3939
3940 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
3941
3942 * gdb.base/jit-reader.exp: Relax register output check.
3943
3944 2020-04-22 Tom de Vries <tdevries@suse.de>
3945
3946 PR symtab/25764
3947 * gdb.base/psym-external-decl-2.c: New test.
3948 * gdb.base/psym-external-decl.c: New test.
3949 * gdb.base/psym-external-decl.exp: New file.
3950 * gdb.threads/tls.exp: Add PR25807 kfail.
3951
3952 2020-04-22 Tom de Vries <tdevries@suse.de>
3953
3954 PR symtab/25801
3955 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
3956 in "info source" output.
3957
3958 2020-04-22 Tom de Vries <tdevries@suse.de>
3959
3960 PR symtab/25700
3961 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
3962 symtab for imported_unit.c.
3963
3964 2020-04-21 Gary Benson <gbenson@redhat.com>
3965
3966 * gdb.base/advance.c (func): New argument, to match call site.
3967 (func2, func3): Add return statements.
3968
3969 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3970
3971 * gdb.multi/run-only-second-inf.c: New file.
3972 * gdb.multi/run-only-second-inf.exp: New file.
3973
3974 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
3975
3976 * gdb.btrace/multi-inferior.c: New test.
3977 * gdb.btrace/multi-inferior.exp: New file.
3978
3979 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
3980
3981 * gdb.btrace/enable-new-thread.c: New test.
3982 * gdb.btrace/enable-new-thread.exp: New file.
3983
3984 2020-04-21 Tom de Vries <tdevries@suse.de>
3985
3986 PR gdb/25471
3987 * gdb.threads/killed-outside.c: New test.
3988 * gdb.threads/killed-outside.exp: New file.
3989
3990 2020-04-20 Gary Benson <gbenson@redhat.com>
3991
3992 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
3993 * gdb.base/nested-subp2.exp: Likewise.
3994 * gdb.base/nested-subp3.exp: Likewise.
3995
3996 2020-04-20 Gary Benson <gbenson@redhat.com>
3997
3998 * gdb.base/nested-subp1.exp: Disable test when using clang.
3999 * gdb.base/nested-subp2.exp: Likewise.
4000 * gdb.base/nested-subp3.exp: Likewise.
4001
4002 2020-04-20 Gary Benson <gbenson@redhat.com>
4003
4004 * gdb.cp/exception.cc: Fix compilation error with clang.
4005
4006 2020-04-20 Gary Benson <gbenson@redhat.com>
4007
4008 * gdb.trace/tspeed.c: Fix compilation error with clang.
4009
4010 2020-04-20 Gary Benson <gbenson@redhat.com>
4011
4012 * gdb.base/jit-main.c: Fix compilation error with clang.
4013
4014 2020-04-17 Kamil Rytarowski <n54@gmx.com>
4015
4016 * gdb.base/attach-twice.c: Include "sys/types.h".
4017 (PTRACE_ATTACH): Add fallback definition.
4018 (main): Pass `0' to the 4th argument of `ptrace'.
4019
4020 2020-04-17 Kamil Rytarowski <n54@gmx.com>
4021
4022 * gdb.base/fork-running-state.c: Include "signal.h".
4023
4024 2020-04-17 Tom Tromey <tromey@adacore.com>
4025
4026 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
4027 Update tests.
4028 * gdb.btrace/cpu.exp: Update tests.
4029 * gdb.base/maint.exp: Update tests.
4030 * gdb.base/default.exp: Update tests.
4031 * gdb.base/completion.exp: Update tests.
4032
4033 2020-04-16 Tom de Vries <tdevries@suse.de>
4034
4035 PR symtab/25791
4036 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
4037 (ensure_gdb_index): and factor out and move ...
4038 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
4039 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
4040
4041 2020-04-16 Tom de Vries <tdevries@suse.de>
4042
4043 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
4044 loading exec.
4045
4046 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
4047
4048 * gdb.base/many-completions.exp: New file.
4049
4050 2020-04-14 Tom de Vries <tdevries@suse.de>
4051
4052 PR symtab/25718
4053 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
4054
4055 2020-04-14 Tom de Vries <tdevries@suse.de>
4056
4057 PR symtab/25720
4058 * gdb.base/maint-expand-symbols-header-file.c: New test.
4059 * gdb.base/maint-expand-symbols-header-file.exp: New file.
4060 * gdb.base/maint-expand-symbols-header-file.h: New test.
4061
4062 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
4063
4064 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
4065 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
4066 get_func_info.
4067 (get_func_info): Delete.
4068 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
4069 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
4070 * lib/dwarf.exp (get_func_info): New function.
4071
4072 2020-04-13 Tom de Vries <tdevries@suse.de>
4073
4074 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
4075 to what find_gnatmake does.
4076
4077 2020-04-10 Tom de Vries <tdevries@suse.de>
4078
4079 * gdb.base/style.exp: Expect "Expanding full symbols" message for
4080 -readnow.
4081
4082 2020-04-10 Tom de Vries <tdevries@suse.de>
4083
4084 PR cli/25808
4085 * gdb.base/style.c: Add leading newlines.
4086 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
4087 Check listing of main's one-line body.
4088
4089 2020-04-08 Tom de Vries <tdevries@suse.de>
4090
4091 * lib/gdb.exp (psymtabs_p): New proc.
4092 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
4093 importing unit" unsupported if there are no partial symbols.
4094
4095 2020-04-08 Tom de Vries <tdevries@suse.de>
4096
4097 PR testsuite/25760
4098 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
4099
4100 2020-04-07 Tom de Vries <tdevries@suse.de>
4101
4102 PR symtab/25796
4103 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
4104
4105 2020-04-07 Tom de Vries <tdevries@suse.de>
4106
4107 * gdb.base/check-psymtab.c: New test.
4108 * gdb.base/check-psymtab.exp: New file.
4109
4110 2020-04-06 Tom Tromey <tromey@adacore.com>
4111
4112 * gdb.ada/variant-record/proc.adb: New file.
4113 * gdb.ada/variant-record/value.adb: New file.
4114 * gdb.ada/variant-record/value.s: New file.
4115 * gdb.ada/variant-record.exp: New file.
4116
4117 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
4118
4119 PR gdb/25325
4120 * gdb.cp/typed-enum.cc: New test.
4121 * gdb.cp/typed-enum.exp: New file.
4122
4123 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
4124
4125 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
4126 * gdb.dwarf2/dw2-inline-small-func.c: New file.
4127 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
4128 * gdb.dwarf2/dw2-inline-small-func.h: New file.
4129 * gdb.opt/inline-small-func.c: New file.
4130 * gdb.opt/inline-small-func.exp: New file.
4131 * gdb.opt/inline-small-func.h: New file.
4132
4133 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
4134
4135 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
4136 function.
4137
4138 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
4139
4140 * lib/dwarf.exp (function_range): Allow compiler options to be
4141 specified.
4142
4143 2020-04-02 Tom de Vries <tdevries@suse.de>
4144
4145 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
4146 __attribute__((always_inline)).
4147 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
4148
4149 2020-04-02 Tom de Vries <tdevries@suse.de>
4150
4151 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
4152 (gdbserver_gdb_exit): ... here. Add timeout warning.
4153 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
4154 (connect_target_extended_remote): Append new server_spawn_id to
4155 server_spawn_ids.
4156 (cleanup): New proc.
4157 (setup, <toplevel>): Call cleanup.
4158
4159 2020-04-02 Tom de Vries <tdevries@suse.de>
4160
4161 * gdb.base/main-psymtab.exp: New file.
4162
4163 2020-04-02 Tom de Vries <tdevries@suse.de>
4164
4165 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
4166
4167 2020-04-01 Tom Tromey <tom@tromey.com>
4168
4169 * gdb.base/complex-parts.exp: Add type tests.
4170
4171 2020-04-01 Tom Tromey <tom@tromey.com>
4172
4173 * gdb.base/complex-parts.exp: Add arithmetic tests.
4174
4175 2020-04-01 Tom Tromey <tom@tromey.com>
4176
4177 * gdb.compile/compile.exp: Update.
4178 * gdb.compile/compile-cplus.exp: Update.
4179 * gdb.base/varargs.exp: Update.
4180 * gdb.base/floatn.exp: Update.
4181 * gdb.base/endianity.exp: Update.
4182 * gdb.base/callfuncs.exp (do_function_calls): Update.
4183 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
4184 (complex_float_integral_args): Update.
4185 * gdb.base/complex.exp: Update.
4186 * gdb.base/complex-parts.exp: Update.
4187
4188 2020-04-01 Tom Tromey <tromey@adacore.com>
4189
4190 * gdb.rust/union.rs: New file.
4191 * gdb.rust/union.exp: New file.
4192 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
4193 (main): Update.
4194 * gdb.rust/simple.exp: Move union tests to union.exp.
4195
4196 2020-04-01 Tom Tromey <tromey@adacore.com>
4197
4198 * gdb.rust/simple.rs (main): Remove "y0".
4199
4200 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4201
4202 * gdb.multi/stop-all-on-exit.c: New test.
4203 * gdb.multi/stop-all-on-exit.exp: New file.
4204
4205 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
4206
4207 PR gdb/24789
4208 * gdb.cp/misc.cc: Add integer reference variable.
4209 * gdb.cp/misc.exp: Add test.
4210
4211 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4212
4213 * gdb.server/stop-reply-no-thread.exp: Enhance the test
4214 scenario to cover execution until the end and also the case
4215
4216 2020-03-31 Tom de Vries <tdevries@suse.de>
4217
4218 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
4219 c. Use "maint info symtabs" to check symtab expansion.
4220
4221 2020-03-30 Tom de Vries <tdevries@suse.de>
4222
4223 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
4224 unsupported.
4225 (verify_psymtab_expanded): Move ...
4226 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
4227 test.
4228 (readnow): New proc.
4229
4230 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4231
4232 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
4233 with $hex.
4234
4235 2020-03-20 Tom Tromey <tromey@adacore.com>
4236
4237 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
4238
4239 2020-03-20 Tom Tromey <tromey@adacore.com>
4240
4241 * gdb.ada/sub_variant/subv.adb: New file.
4242 * gdb.ada/sub_variant.exp: New file.
4243
4244 2020-03-20 Tom de Vries <tdevries@suse.de>
4245
4246 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
4247 first break fails.
4248 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
4249
4250 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
4251
4252 * gdb.server/exit-multiple-threads.c: New file.
4253 * gdb.server/exit-multiple-threads.exp: New file.
4254
4255 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
4256
4257 * gdb.fortran/mixed-lang-stack.c: New file.
4258 * gdb.fortran/mixed-lang-stack.cpp: New file.
4259 * gdb.fortran/mixed-lang-stack.exp: New file.
4260 * gdb.fortran/mixed-lang-stack.f90: New file.
4261
4262 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
4263
4264 * gdb.linespec/cp-completion-aliases.cc: New file.
4265 * gdb.linespec/cp-completion-aliases.exp: New file.
4266
4267 2020-03-19 Tom de Vries <tdevries@suse.de>
4268
4269 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
4270 more precise.
4271
4272 2020-03-18 Tom de Vries <tdevries@suse.de>
4273
4274 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
4275 * gdb.dwarf2/break-inline-psymtab.c: New test.
4276 * gdb.dwarf2/break-inline-psymtab.exp: New file.
4277
4278 2020-03-16 Tom de Vries <tdevries@suse.de>
4279
4280 * lib/cache.exp (gdb_do_cache): Add and handle local variables
4281 cache_verify and cache_verify_proc.
4282
4283 2020-03-15 Tom de Vries <tdevries@suse.de>
4284
4285 * gdb.server/solib-list.exp: Handle
4286 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
4287
4288 2020-03-15 Tom de Vries <tdevries@suse.de>
4289
4290 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
4291 objfiles".
4292
4293 2020-03-14 Tom Tromey <tom@tromey.com>
4294
4295 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
4296
4297 2020-03-14 Tom de Vries <tdevries@suse.de>
4298
4299 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
4300
4301 2020-03-14 Tom de Vries <tdevries@suse.de>
4302
4303 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
4304 result in line-by-line fashion.
4305
4306 2020-03-14 Tom de Vries <tdevries@suse.de>
4307
4308 * lib/gdb.exp (supports_statement_frontiers): New proc.
4309 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
4310
4311 2020-03-14 Tom de Vries <tdevries@suse.de>
4312
4313 * gdb.base/printcmds.exp: Add missing quoting for "print
4314 teststring2".
4315
4316 2020-03-13 Tom Tromey <tom@tromey.com>
4317
4318 * gdb.base/printcmds.exp (test_print_strings): Add regression
4319 test.
4320 * gdb.base/printcmds.c (charptr): New typedef.
4321 (teststring2): New global.
4322
4323 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
4324
4325 * gdb.base/break-interp.exp: Use the tail of the filename, not the
4326 full path in the test name.
4327 (test_ld): Add some with_test_prefix blocks to make test names
4328 unique.
4329
4330 2020-03-13 Tom de Vries <tdevries@suse.de>
4331
4332 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
4333
4334 2020-03-13 Tom de Vries <tdevries@suse.de>
4335
4336 * gdb.mi/mi-sym-info.exp: Make matching more precise.
4337
4338 2020-03-13 Tom de Vries <tdevries@suse.de>
4339
4340 PR symtab/25646
4341 * gdb.dwarf2/imported-unit.exp: Add test.
4342
4343 2020-03-13 Tom de Vries <tdevries@suse.de>
4344
4345 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
4346 (var1, var2): New variable.
4347 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
4348 matching symbols.
4349
4350 2020-03-13 Tom de Vries <tdevries@suse.de>
4351
4352 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
4353 (Term::command): Use prompt prefix.
4354 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
4355 * gdb.tui/tui-layout-asm-short-prog.exp: Use
4356 command_no_prompt_prefix instead of prefix.
4357 * gdb.tui/tui-layout-asm.exp: Same.
4358
4359 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
4360
4361 * gdb.base/break-interp.exp: Use foreach_with_prefix.
4362
4363 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
4364
4365 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
4366 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
4367 on" while stepping over the test instruction, match printed
4368 message.
4369
4370 2020-03-12 Tom de Vries <tdevries@suse.de>
4371
4372 * gdb.base/info-types.exp: Use exp_continue during matching of output
4373 of "info types".
4374
4375 2020-03-12 Tom de Vries <tdevries@suse.de>
4376
4377 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
4378
4379 2020-03-12 Tom de Vries <tdevries@suse.de>
4380
4381 * gdb.fortran/module.exp: Use exp_continue during matching of output
4382 of "info variable -n".
4383
4384 2020-03-12 Tom de Vries <tdevries@suse.de>
4385
4386 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
4387 gdb.dwarf2/dw2-ranges-base.c.
4388
4389 2020-03-12 Tom de Vries <tdevries@suse.de>
4390
4391 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
4392 in presence of GLIBC debuginfo.
4393
4394 2020-03-12 Tom de Vries <tdevries@suse.de>
4395
4396 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
4397 $core.
4398
4399 2020-03-12 Tom de Vries <tdevries@suse.de>
4400
4401 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
4402 more precise.
4403
4404 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
4405
4406 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
4407 from Unix to Windows path.
4408
4409 2020-03-11 Tom de Vries <tdevries@suse.de>
4410
4411 * gdb.ada/minsyms.exp: Set language to ada.
4412
4413 2020-03-11 Tom de Vries <tdevries@suse.de>
4414
4415 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
4416
4417 2020-03-11 Tom de Vries <tdevries@suse.de>
4418
4419 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
4420
4421 2020-03-11 Tom Tromey <tromey@adacore.com>
4422
4423 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
4424
4425 2020-03-11 Tom de Vries <tdevries@suse.de>
4426
4427 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
4428
4429 2020-03-11 Tom de Vries <tdevries@suse.de>
4430
4431 * gdb.base/break-interp.exp: Limit verbose scope.
4432
4433 2020-03-11 Tom de Vries <tdevries@suse.de>
4434
4435 * gdb.fortran/logical.f90: Define variable with character type.
4436 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
4437
4438 2020-03-11 Tom de Vries <tdevries@suse.de>
4439
4440 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
4441
4442 2020-03-11 Tom de Vries <tdevries@suse.de>
4443
4444 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
4445 symtabs.
4446
4447 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
4448 Bernd Edlinger <bernd.edlinger@hotmail.de>
4449
4450 * gdb.cp/step-and-next-inline.cc: New file.
4451 * gdb.cp/step-and-next-inline.exp: New file.
4452 * gdb.cp/step-and-next-inline.h: New file.
4453 * gdb.dwarf2/dw2-is-stmt.c: New file.
4454 * gdb.dwarf2/dw2-is-stmt.exp: New file.
4455 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
4456 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
4457 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
4458
4459 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
4460
4461 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
4462 is-stmt flag in the line table.
4463
4464 2020-03-09 Tom de Vries <tdevries@suse.de>
4465
4466 * lib/gdb.exp (cached_file): Create cache dir.
4467
4468 2020-03-07 Tom de Vries <tdevries@suse.de>
4469
4470 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
4471 * gdb.cp/rvalue-ref-params.exp: Same.
4472
4473 2020-03-06 Tom de Vries <tdevries@suse.de>
4474
4475 * lib/gdb.exp (tentative_rename, cached_file): New proc.
4476 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
4477
4478 2020-03-06 Tom de Vries <tdevries@suse.de>
4479
4480 * README: Fix "the the".
4481 * gdb.base/dprintf.exp: Same.
4482
4483 2020-03-05 Tom de Vries <tdevries@suse.de>
4484
4485 * gdb.base/maint.exp: Update "main print statistics" expected output.
4486
4487 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
4488
4489 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
4490 (fortran_int8): Likewise.
4491 (fortran_real4): Likewise.
4492 (fortran_real8): Likewise.
4493 (fortran_complex4): Likewise.
4494 (fortran_logical4): Likewise.
4495 (fortran_character1): Likewise.
4496
4497 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
4498
4499 * gdb.fortran/logical.exp: Add tests that any non-zero value is
4500 printed as true.
4501
4502 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
4503
4504 * gdb.base/printcmds.exp: Add test to verify printf of a
4505 variable holding an address.
4506
4507 2020-03-03 Tom de Vries <tdevries@suse.de>
4508
4509 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
4510
4511 2020-03-03 Tom de Vries <tdevries@suse.de>
4512
4513 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
4514 gdb_test_multiple call.
4515
4516 2020-03-03 Tom de Vries <tdevries@suse.de>
4517
4518 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
4519 gdb_test_multiple calls.
4520
4521 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
4522
4523 * gdb.base/default.exp: Remove test of 'set history filename'.
4524 * gdb.base/gdbinit-history.exp: Add tests for setting the history
4525 filename to the empty string.
4526 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
4527 and GDBHISTSIZE.
4528
4529 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
4530
4531 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
4532 disabled.
4533
4534 2020-03-02 Pedro Alves <palves@redhat.com>
4535 Tom de Vries <tdevries@suse.de>
4536
4537 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
4538 -prompt prefix, before user_code argument. Add -lbl option likewise.
4539 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
4540 (gdb_is_target_1): Add -prompt prefix and move to before user_code
4541 argument.
4542 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
4543 have "\r\n" at start-of-line, instead of at end-of-line.
4544
4545 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
4546
4547 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
4548 libinproctrace.so.
4549
4550 2020-02-28 Luis Machado <luis.machado@linaro.org>
4551
4552 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
4553 to "p/x".
4554
4555 2020-02-28 Luis Machado <luis.machado@linaro.org>
4556
4557 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
4558 asm/ptrace.h and error.h.
4559
4560 2020-02-28 Tom de Vries <tdevries@suse.de>
4561
4562 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
4563 (struct wrapper, do_something, mundane/symada__cS): Move ...
4564 * gdb.base/c-linkage-name-2.c: ... here. New source file.
4565 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
4566 Update "print symada__cS before partial symtab expansion" regexp.
4567 Update breakpoint location. Flush symbol cache after expansion.
4568
4569 2020-02-28 Luis Machado <luis.machado@linaro.org>
4570
4571 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
4572
4573 2020-02-27 Tom de Vries <tdevries@suse.de>
4574
4575 * config/sid.exp: Remove unused globals.
4576 * gdb.base/attach.exp: Same.
4577 * gdb.base/catch-load.exp: Same.
4578 * gdb.base/dbx.exp: Same.
4579 * lib/gdb.exp: Same.
4580 * lib/mi-support.exp: Same.
4581 * lib/prompt.exp: Same.
4582
4583 2020-02-27 Tom de Vries <tdevries@suse.de>
4584
4585 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
4586 not set.
4587
4588 2020-02-26 Aaron Merey <amerey@redhat.com>
4589
4590 * gdb.debuginfod: New directory for debuginfod tests.
4591 * gdb.debuginfod/main.c: New test file.
4592 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
4593
4594 2020-02-26 Tom de Vries <tdevries@suse.de>
4595
4596 PR gdb/25603
4597 * gdb.base/persistent-lang.cc: New test.
4598 * gdb.base/persistent-lang.exp: New file.
4599
4600 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
4601
4602 * gdb.fortran/derived-type-striding.exp: Add a new test.
4603 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
4604 new test.
4605
4606 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
4607
4608 * gdb.base/cached-source-file.exp: Avoid source file paths in test
4609 names.
4610
4611 2020-02-25 Tom de Vries <tdevries@suse.de>
4612
4613 PR go/18926
4614 * gdb.go/methods.exp: Remove gcc/93866 xfail.
4615
4616 2020-02-24 Tom de Vries <tdevries@suse.de>
4617
4618 PR gdb/25592
4619 * gdb.base/info-locals-unused-static-var.c: New test.
4620 * gdb.base/info-locals-unused-static-var.exp: New file.
4621
4622 2020-02-22 Tom Tromey <tom@tromey.com>
4623
4624 * gdb.python/tui-window.exp: New file.
4625 * gdb.python/tui-window.py: New file.
4626
4627 2020-02-22 Tom Tromey <tom@tromey.com>
4628
4629 PR tui/17850:
4630 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
4631 tests.
4632
4633 2020-02-22 Tom Tromey <tom@tromey.com>
4634
4635 * gdb.tui/new-layout.exp: Add sub-layout tests.
4636
4637 2020-02-22 Tom Tromey <tom@tromey.com>
4638
4639 * gdb.tui/new-layout.exp: New file.
4640
4641 2020-02-22 Tom Tromey <tom@tromey.com>
4642
4643 * gdb.rust/rust-style.rs: New file.
4644 * gdb.rust/rust-style.exp: New file.
4645 * gdb.base/style.exp: Test structure printing.
4646 * gdb.base/style.c (struct some_struct): New type.
4647 (enum etype): New type.
4648 (struct_value): New global.
4649
4650 2020-02-21 Tom de Vries <tdevries@suse.de>
4651
4652 PR go/18926
4653 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
4654 Remove blanket xfails. Use message argument for gdb_breakpoint.
4655 Make continuing to breakpoint test conditional on setting breakpoint.
4656 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
4657 DW_AT_name attribute. Add xfail for GCC PR93866.
4658
4659 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
4660
4661 * gdb.dwarf2/cpp-linkage-name.c: New file.
4662 * gdb.dwarf2/cpp-linkage-name.exp: New file.
4663
4664 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
4665
4666 * lib/gdb.exp (gdb_wrapper_init): Reset
4667 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
4668 not exist.
4669
4670 2020-02-20 Tom de Vries <tdevries@suse.de>
4671
4672 PR go/17018
4673 * gdb.go/hello.exp: Copy ...
4674 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
4675 print of st to print value of global definition. Add xfail for GCC
4676 PR93844.
4677 * gdb.go/hello.exp: Remove printing of st before definition.
4678 * gdb.go/hello.go: Copy ...
4679 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
4680 to st.
4681 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
4682
4683 2020-02-20 Tom de Vries <tdevries@suse.de>
4684
4685 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
4686 (gdb_simple_compile): Handle compile_flags go by using .go extension
4687 for source file.
4688 * gdb.go/chan.exp: Use support_go_compile.
4689 * gdb.go/handcall.exp: Same.
4690 * gdb.go/hello.exp: Same.
4691 * gdb.go/integers.exp: Same.
4692 * gdb.go/max-depth.exp: Same.
4693 * gdb.go/methods.exp: Same.
4694 * gdb.go/package.exp: Same.
4695 * gdb.go/strings.exp: Same.
4696 * gdb.go/types.exp: Same.
4697 * gdb.go/unsafe.exp: Same.
4698
4699 2020-02-19 Tom de Vries <tdevries@suse.de>
4700
4701 * gdb.python/lib-types.exp: Make xfail more strict.
4702
4703 2020-02-19 Tom de Vries <tdevries@suse.de>
4704
4705 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
4706
4707 2020-02-19 Doug Evans <dje@google.com>
4708
4709 PR rust/25535
4710 * gdb.rust/simple.exp: Add test.
4711 * gdb.rust/simple.rs: Add test.
4712
4713 2020-02-19 Tom de Vries <tdevries@suse.de>
4714
4715 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
4716 output line-by-line.
4717
4718 2020-02-19 Tom de Vries <tdevries@suse.de>
4719
4720 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
4721
4722 2020-02-19 Tom de Vries <tdevries@suse.de>
4723
4724 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
4725 prelink.
4726
4727 2020-02-19 Tom de Vries <tdevries@suse.de>
4728
4729 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
4730 (gdb_do_cache): Use gdb_do_cache_wrap.
4731 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
4732
4733 2020-02-19 Tom de Vries <tdevries@suse.de>
4734
4735 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
4736 gdb_compile option.
4737
4738 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
4739
4740 * gdb.base/printcmds.exp (test_print_enums): Update expected
4741 output.
4742
4743 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
4744
4745 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
4746 for "unknown".
4747
4748 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
4749
4750 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
4751 enumerator.
4752
4753 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
4754
4755 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
4756 FE_, add FE_NONE.
4757 (three): Update.
4758 (enum flag_enum_without_zero): New enum.
4759 (flag_enum_without_zero): New variable.
4760 (enum not_flag_enum): New enum.
4761 (three_not_flag): New variable.
4762 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
4763 (test_print_enums): Add more tests for printing flag enums.
4764
4765 2020-02-18 Tom de Vries <tdevries@suse.de>
4766
4767 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
4768 (gdb_compile_ada): ... here.
4769 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
4770 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
4771
4772 2020-02-14 Tom Tromey <tom@tromey.com>
4773
4774 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
4775 build directory.
4776 * boards/gdbserver-base.exp: Update path to gdbserver.
4777
4778 2020-02-13 Tom de Vries <tdevries@suse.de>
4779
4780 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
4781
4782 2020-02-13 Tom de Vries <tdevries@suse.de>
4783
4784 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
4785 are missing.
4786
4787 2020-02-13 Tom de Vries <tdevries@suse.de>
4788
4789 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
4790 call.
4791
4792 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
4793
4794 PR tui/25126
4795 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
4796 * gdb.base/cached-source-file.c: New file.
4797 * gdb.base/cached-source-file.exp: New file.
4798
4799 2020-02-11 Tom de Vries <tdevries@suse.de>
4800
4801 PR testsuite/25488
4802 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
4803
4804 2020-02-10 Tom de Vries <tdevries@suse.de>
4805
4806 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
4807
4808 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
4809
4810 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
4811 and $after_addr are both integers before making a comparison.
4812
4813 2020-02-09 Tom de Vries <tdevries@suse.de>
4814
4815 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
4816 command output and paste it into gdb.log. If any, paste catch message
4817 to gdb.log.
4818
4819 2020-02-07 Tom Tromey <tromey@adacore.com>
4820
4821 PR breakpoints/24915:
4822 * gdb.base/annotate-symlink.exp: Use setup_xfail.
4823
4824 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
4825
4826 * gdb.tui/tui-missing-src.exp: Add the "missing source
4827 file" test for the TUI.
4828
4829 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
4830
4831 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
4832 including a port number in the output.
4833
4834 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
4835
4836 * lib/fortran.exp (fortran_int4): Handle clang.
4837 (fortran_int8): Likewise.
4838 (fortran_real4): Likewise.
4839 (fortran_real8): Likewise.
4840 (fortran_complex4): Likewise.
4841 (fortran_logical4): Likewise.
4842 (fortran_character1): Likewise.
4843
4844 2020-02-04 Tom de Vries <tdevries@suse.de>
4845
4846 * README (Race detection): Add note.
4847
4848 2020-02-04 Tom de Vries <tdevries@suse.de>
4849
4850 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
4851
4852 2020-02-04 Tom de Vries <tdevries@suse.de>
4853
4854 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
4855
4856 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
4857
4858 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
4859 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
4860 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
4861 blttar, bnetarl.
4862 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
4863 binary for blttar, bnetarl.
4864 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
4865 wait instruction. Delete ldmx test.
4866 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
4867
4868 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
4869
4870 * gdb.fortran/array-bounds-high.exp: New file.
4871 * gdb.fortran/array-bounds-high.f90: New file.
4872
4873 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
4874
4875 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
4876 Replace #include of <sys/fcntl.h> by <fcntl.h>.
4877
4878 2020-02-01 Tom de Vries <tdevries@suse.de>
4879
4880 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
4881
4882 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
4883
4884 PR tui/9765
4885 * gdb.tui/tui-layout-asm-short-prog.S: New file.
4886 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
4887
4888 2020-01-29 Luis Machado <luis.machado@linaro.org>
4889
4890 * gdb.arch/aarch64-brk-patterns.c: New source file.
4891 * gdb.arch/aarch64-brk-patterns.exp: New test.
4892
4893 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4894
4895 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
4896 GCC/Clang version.
4897 * gdb.cp/pass-by-ref.exp: Ditto.
4898
4899 2020-01-29 Tom de Vries <tdevries@suse.de>
4900
4901 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
4902 * gdb.threads/watchpoint-fork-mt.c: Same.
4903 * gdb.threads/watchpoint-fork-parent.c: Same.
4904 * gdb.threads/watchpoint-fork-st.c: Same.
4905 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
4906
4907 2020-01-27 Luis Machado <luis.machado@linaro.org>
4908
4909 * gdb.base/step-over-syscall.exp (setup): Check if we're already
4910 sitting at a syscall instruction when we hit the syscall function's
4911 breakpoint.
4912 Check PC against one obtained with the x command.
4913 Validate syscall number.
4914 (step_over_syscall): Don't continue to the syscall instruction if
4915 we're already there.
4916
4917 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4918
4919 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
4920
4921 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
4922
4923 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
4924 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
4925
4926 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
4927
4928 * gdb.dwarf2/dw2-inline-stepping.c: New file.
4929 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
4930
4931 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
4932
4933 * gdb.base/maint.exp: Update line table parsing test.
4934 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
4935
4936 2020-01-24 Pedro Alves <palves@redhat.com>
4937
4938 PR gdb/25410
4939 * gdb.multi/multi-re-run-1.c: New.
4940 * gdb.multi/multi-re-run-2.c: New.
4941 * gdb.multi/multi-re-run.exp: New.
4942
4943 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
4944
4945 PR gdb/23718
4946 * gdb.server/server-kill-python.exp: New file.
4947
4948 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
4949
4950 * gdb.server/multi-ui-errors.c: New file.
4951 * gdb.server/multi-ui-errors.exp: New file.
4952
4953 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
4954
4955 PR tui/9765
4956 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
4957
4958 2020-01-19 Tom Tromey <tom@tromey.com>
4959
4960 * gdb.tui/main.exp: Add check for plain "file".
4961
4962 2020-01-16 Christian Biesinger <cbiesinger@google.com>
4963
4964 * lib/gdb.exp: Fix spelling error (seperatelly).
4965
4966 2020-01-14 Tom Tromey <tom@tromey.com>
4967
4968 PR symtab/12535:
4969 * gdb.python/python.exp: Test decode_line with empty string
4970 argument.
4971
4972 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
4973
4974 * gdb.base/skip-inline.exp: Extend test.
4975
4976 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
4977
4978 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
4979 * gdb.dwarf2/dw2-bad-elf.c: New file.
4980 * gdb.dwarf2/dw2-bad-elf.exp: New file.
4981
4982 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
4983
4984 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
4985 _line_saw_file.
4986
4987 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
4988
4989 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
4990 border.
4991
4992 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4993
4994 * gdb.multi/multi-target.exp (setup): Factor out "info
4995 connections" and "info inferiors" tests to ...
4996 (test_info_inferiors): ... this new procedure.
4997 (top level): Run new "info-inferiors" tests.
4998
4999 2020-01-10 Pedro Alves <palves@redhat.com>
5000
5001 * gdb.server/bkpt-other-inferior.exp: New file.
5002
5003 2020-01-10 Pedro Alves <palves@redhat.com>
5004
5005 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
5006 of "add-inferior".
5007 * gdb.base/quit-live.exp: Likewise.
5008 * gdb.base/remote-exec-file.exp: Likewise.
5009 * gdb.guile/scm-progspace.exp: Likewise.
5010 * gdb.linespec/linespec.exp: Likewise.
5011 * gdb.mi/new-ui-mi-sync.exp: Likewise.
5012 * gdb.mi/user-selected-context-sync.exp: Likewise.
5013 * gdb.multi/multi-target.exp (setup): Add "info connection" and
5014 "info inferiors" tests.
5015 * gdb.multi/remove-inferiors.exp: Adjust expected output of
5016 "add-inferior".
5017 * gdb.multi/watchpoint-multi.exp: Likewise.
5018 * gdb.python/py-inferior.exp: Likewise.
5019 * gdb.server/extended-remote-restart.exp: Likewise.
5020 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
5021 "info inferiors".
5022 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
5023 * gdb.trace/report.exp: Likewise.
5024
5025 2020-01-10 Pedro Alves <palves@redhat.com>
5026
5027 * gdb.multi/multi-target.c: New file.
5028 * gdb.multi/multi-target.exp: New file.
5029 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
5030 mode requested, but remote does not support non-stop".
5031
5032 2020-01-10 Pedro Alves <palves@redhat.com>
5033
5034 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
5035 disconnect before reconnecting.
5036
5037 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5038 Pedro Alves <palves@redhat.com>
5039
5040 * gdb.server/connect-without-multi-process.exp: Also test
5041 continuing to end.
5042
5043 2020-01-10 Pedro Alves <palves@redhat.com>
5044
5045 * gdb.base/remote-exec-file.exp: New file.
5046
5047 2020-01-10 Pedro Alves <palves@redhat.com>
5048
5049 * gdb.base/fork-running-state.exp (do_test): Adjust expected
5050 output.
5051 * gdb.threads/async.c: New.
5052 * gdb.threads/async.exp: New.
5053 * gdb.multi/tids-gid-reset.c: New.
5054 * gdb.multi/tids-gid-reset.exp: New.
5055
5056 2020-01-10 George Barrett <bob@bob131.so>
5057
5058 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
5059 to help in finding the image relocation offset.
5060 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
5061 options in arguments.
5062 (stap_test_no_debuginfo): Likewise.
5063 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
5064 test variants.
5065 (stap_test): Add null semaphore relocation test.
5066
5067 2020-01-10 George Barrett <bob@bob131.so>
5068
5069 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
5070 * gdb.base/stap-probe.exp: Likewise.
5071 (stap_test): Pass argument as an additional flag.
5072 (stap_test_no_debuginfo): Likewise.
5073 (stap_test): Check `info probes stap' output for semaphore
5074 addresses if the test binary is supposed to have them.
5075
5076 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5077
5078 * gdb.tui/basic.exp: Add more scrolling tests.
5079
5080 2020-01-09 Tom Tromey <tom@tromey.com>
5081
5082 PR tui/18932:
5083 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
5084 meangingful value.
5085 (Term::command, Term::resize): Update.
5086 * gdb.tui/basic.exp: Add scrolling test.
5087
5088 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5089
5090 * gdb.tui/tui-layout-asm.exp: New file.
5091
5092 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5093
5094 * lib/tuiterm.exp (Term::check_box_contents): New proc.
5095
5096 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5097
5098 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
5099 (Term::enter_tui): Use Term::prepare_for_tui.
5100
5101 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5102
5103 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
5104 called.
5105
5106 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5107
5108 * gdb.base/skip.exp: Fix race condition in test.
5109
5110 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
5111
5112 * gdb.base/backtrace.c: New file.
5113 * gdb.base/backtrace.exp: New file.
5114
5115 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
5116
5117 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
5118
5119 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5120
5121 * gdb.base/style.exp: Test that warnings are styled.
5122
5123 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
5124
5125 * gdb.base/line65535.exp: New file.
5126 * gdb.base/line65535.c: New file.
5127
5128 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
5129
5130 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
5131 * lib/gnat_debug_info_test.adb: New file.
5132 * gdb.ada/ptype_tagged_param.exp: Use
5133 gnat_runtime_has_debug_info, expect a different output if
5134 runtime does not have debug info.
5135
5136 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
5137
5138 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
5139 (another) quote in test name.
5140
5141 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
5142
5143 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
5144 Add quote in test name.
5145
5146 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5147
5148 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
5149 directory instead.
5150 * gdb.cp/pass-by-ref.exp: Extend with more cases.
5151 * gdb.cp/pass-by-ref-2.cc: New file.
5152 * gdb.cp/pass-by-ref-2.exp: New file.
5153
5154 2019-12-20 Tom Tromey <tom@tromey.com>
5155
5156 * gdb.tui/list-before.exp: New file.
5157
5158 2019-12-20 Tom Tromey <tom@tromey.com>
5159
5160 * gdb.tui/list.exp: Check for source on initial listing.
5161
5162 2019-12-11 Tom Tromey <tromey@adacore.com>
5163
5164 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
5165 Add crlf test.
5166
5167 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
5168
5169 * gdb.base/default.exp: Update value of $_gdb_major.
5170
5171 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
5172
5173 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
5174
5175 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
5176
5177 * gdb.base/skip.exp: Whitespace fix.
5178
5179 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
5180
5181 * gdb.base/skip-inline.c: New file.
5182 * gdb.base/skip-inline.exp: New file.
5183
5184 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
5185
5186 * gdb.base/jit-reader.exp (jit_reader_test): Rename
5187 jit_function_00 to jit_function_stack_mangle.
5188 * gdb.base/jithost.c (jit_function_t): Rename to...
5189 (jit_function_stack_mangle_t): ... this.
5190 (jit_function_add_t): New typedef.
5191 (jit_function_00_code): Rename to...
5192 (jit_function_stack_mangle_code): ... this, make static.
5193 (jit_function_add_code): New.
5194 (main): Generate "add" function and call it. Adjust to changes
5195 in jithost_abi.
5196 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
5197 (struct jithost_abi) <begin, end>: Remove fields.
5198 <object, function_stack_mangle, function_add>: New fields.
5199 * gdb.base/jitreader.c (struct reader_state) <code_begin,
5200 code_end>: Remove fields.
5201 <func_stack_mangle>: New field.
5202 (read_debug_info): Adjust to renaming, create block for "add"
5203 function.
5204 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
5205
5206 2019-12-11 Tom Tromey <tom@tromey.com>
5207
5208 * gdb.tui/resize.exp: Fix regexp.
5209 * gdb.tui/regs.exp: Fix regexps.
5210 * gdb.tui/main.exp: Fix regexp.
5211
5212 2019-12-11 Tom Tromey <tom@tromey.com>
5213
5214 * gdb.tui/resize.exp: Update.
5215 * gdb.tui/empty.exp (layouts): Update.
5216
5217 2019-12-11 Tom Tromey <tom@tromey.com>
5218
5219 * gdb.tui/regs.exp: Update.
5220 * gdb.tui/empty.exp (layouts): Update.
5221 * gdb.tui/basic.exp: Update.
5222 * lib/tuiterm.exp (_check_box): Don't check bottom border.
5223
5224 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5225
5226 * gdb.base/options.exp: Add -raw-values in the print completion list.
5227 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
5228
5229 2019-12-10 Kevin Buettner <kevinb@redhat.com>
5230
5231 * gdb.threads/omp-par-scope.c: New file.
5232 * gdb/threads/omp-par-scope.exp: New file.
5233
5234 2019-12-10 Kevin Buettner <kevinb@redhat.com>
5235
5236 * lib/gdb.exp (support_nested_function_tests): New proc.
5237
5238 2019-12-10 Kevin Buettner <kevinb@redhat.com>
5239
5240 * lib/gdb.exp (gdb_compile_openmp): New proc.
5241 (build_executable_from_specs): Add an "openmp" option.
5242 (gdb_compile_pthreads): Add non-executable case.
5243
5244 2019-12-10 Tom Tromey <tromey@adacore.com>
5245
5246 * gdb.ada/unchecked_union.exp: New file.
5247 * gdb.ada/unchecked_union/pck.adb: New file.
5248 * gdb.ada/unchecked_union/pck.ads: New file.
5249 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
5250 * gdb-utils.exp (string_to_regexp): Also quote "?".
5251
5252 2019-12-10 George Barrett <bob@bob131.so>
5253
5254 Test scripted probe breakpoints.
5255 * gdb.guile/scm-breakpoint.c (main): Add probe point.
5256 * gdb.python/py-breakpoint.c (main): Likewise.
5257 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
5258 specifier test.
5259 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
5260
5261 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5262
5263 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
5264 an rvalue parameter.
5265 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
5266 parameter.
5267
5268 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
5269
5270 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
5271 modules.
5272
5273 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
5274
5275 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
5276 broken version of GCC.
5277
5278 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
5279
5280 * gdb.fortran/info-modules.exp: Rewrite to make use of new
5281 sym-info-cmds library.
5282 * gdb.fortran/info-types.exp: Likewise.
5283 * lib/sym-info-cmds.exp: New file.
5284
5285 2019-12-08 Tom de Vries <tdevries@suse.de>
5286
5287 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
5288
5289 2019-12-07 Keith Seitz <keiths@redhat.com>
5290
5291 * gdb.base/corefile-buildid-shlib-shr.c: New file.
5292 * gdb.base/corefile-buildid-shlib.c: New file.
5293 * gdb.base/corefile-buildid.c: New file.
5294 * gdb.base/corefile-buildid.exp: New file.
5295
5296 2019-12-06 Tom de Vries <tdevries@suse.de>
5297
5298 * gdb.dwarf2/varval.exp: Add decl before def test.
5299
5300 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5301
5302 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
5303
5304 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5305
5306 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
5307 CV and reference conversion for overload resolution.
5308 * gdb.cp/rvalue-ref-overload.exp: Test it.
5309
5310 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5311
5312 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
5313 * gdb.base/frameapply.exp: Test faas without command.
5314
5315 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
5316
5317 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
5318 Fortran tests.
5319 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
5320 order.
5321
5322 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
5323
5324 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
5325 casting to type with no kind specified.
5326 (test_basic_parsing_of_type_kinds): Additional tests for types
5327 with no kind specified, and add tests for single/double
5328 precision/complex types.
5329
5330 2019-12-04 Tom Tromey <tromey@adacore.com>
5331
5332 * gdb.base/endianity.c (struct other) <x>: New field.
5333 (main): Initialize it.
5334 * gdb.base/endianity.exp: Update.
5335
5336 2019-12-04 Tom Tromey <tromey@adacore.com>
5337
5338 * gdb.ada/scalar_storage/storage.adb: New file.
5339 * gdb.ada/scalar_storage/pck.adb: New file.
5340 * gdb.ada/scalar_storage/pck.ads: New file.
5341 * gdb.ada/scalar_storage.exp: New file.
5342
5343 2019-12-04 Tom Tromey <tromey@adacore.com>
5344
5345 * gdb.base/endianity.c (struct otherendian) <f>: New field.
5346 (main): Initialize it.
5347 * gdb.base/endianity.exp: Update.
5348
5349 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
5350
5351 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
5352
5353 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
5354
5355 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
5356 -symbol-info-module-functions and -symbol-info-module-variables.
5357
5358 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
5359
5360 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
5361
5362 2019-12-01 Richard Bunt <richard.bunt@arm.com>
5363 Andrew Burgess <andrew.burgess@embecosm.com>
5364
5365 * gdb.fortran/derived-type-striding.exp: New file.
5366 * gdb.fortran/derived-type-striding.f90: New file.
5367 * gdb.fortran/array-slices.exp: New file.
5368 * gdb.fortran/array-slices.f90: New file.
5369
5370 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5371
5372 * gdb.base/define.exp: Test . in command names.
5373 * gdb.base/setshow.exp: Update test, as . is now part of
5374 command name.
5375
5376 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5377
5378 * gdb.base/define-prefix.exp: New file.
5379
5380 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
5381
5382 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
5383 compile.
5384 (skip_btrace_pt_tests): Likewise.
5385
5386 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
5387
5388 * gdb.fortran/info-modules.exp: Compile source files in correct
5389 order.
5390
5391 2019-11-27 Kevin Buettner <kevinb@redhat.com>
5392
5393 * gdb.dwarf2/imported-unit.exp: New file.
5394 * gdb.dwarf2/imported-unit.c: New file.
5395
5396 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
5397
5398 * gdb.mi/mi-fortran-modules-2.f90: New file.
5399 * gdb.mi/mi-fortran-modules.exp: New file.
5400 * gdb.mi/mi-fortran-modules.f90: New file.
5401
5402 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
5403
5404 * gdb.mi/mi-sym-info-1.c: New file.
5405 * gdb.mi/mi-sym-info-2.c: New file.
5406 * gdb.mi/mi-sym-info.exp: New file.
5407
5408 2019-11-22 Tom Tromey <tromey@adacore.com>
5409
5410 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
5411 * gdb.ada/tasks/foo.adb: Add another stopping location.
5412
5413 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
5414
5415 * gdb.base/endianity.c: New test.
5416 * gdb.base/endianity.exp: New file.
5417
5418 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
5419
5420 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
5421
5422 2019-11-21 Tom de Vries <tdevries@suse.de>
5423
5424 PR gdb/24956
5425 * gdb.base/ui-redirect.exp: Test output of user-defined command.
5426
5427 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
5428
5429 * gdb.python/py-progspace.exp: Add missing parentheses on some
5430 'print' commands.
5431
5432 2019-11-19 Tom Tromey <tom@tromey.com>
5433
5434 * gdb.tui/winheight.exp: New file.
5435
5436 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
5437
5438 * gdb.base/ctf-whatis.c: Delete.
5439 * gdb.base/ctf-whatis.exp: Delete.
5440 * gdb.base/whatis.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-cvexpr.exp: Delete.
5445 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
5446
5447 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
5448
5449 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
5450 the compiler. Clean up header comment a little.
5451 * gdb.base/ctf-ptype.exp: Likewise.
5452 * gdb.base/ctf-whatis.exp: Likewise.
5453 * lib/gdb.exp (skip_ctf_tests): New proc.
5454
5455 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
5456
5457 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
5458 * gdb.tui/corefile-run.exp: New file.
5459
5460 2019-11-14 Tom Tromey <tromey@adacore.com>
5461
5462 * gdb.base/gdbvars.exp (test_convenience_variables): Add
5463 regression tests.
5464
5465 2019-11-12 Tom Tromey <tom@tromey.com>
5466
5467 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
5468 after any command. Expect prompt after WAIT_FOR is seen.
5469 (enter_tui): Enable resize messages.
5470 (command): Expect command in output.
5471 (get_line): Avoid error when cursor appears to be off-screen.
5472 (dump_screen): Include screen size in title.
5473 (_do_resize): New proc, from "resize".
5474 (resize): Rewrite. Do resize in two steps.
5475 * gdb.tui/empty.exp (layouts): Fix entries.
5476 (check_boxes): Remove xfail.
5477 (check_text): Dump screen on failure.
5478
5479 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
5480
5481 * gdb.python/py-symbol.exp: Add test for
5482 gdb.lookup_static_symbols.
5483
5484 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
5485
5486 * gdb.python/py-symbol.c: Declare and call function from new
5487 py-symbol-2.c file.
5488 * gdb.python/py-symbol.exp: Compile both source files, and add new
5489 tests for gdb.lookup_static_symbol.
5490 * gdb.python/py-symbol-2.c: New file.
5491
5492 2019-11-02 Tom de Vries <tdevries@suse.de>
5493
5494 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
5495 * gdb.base/anon.exp: Same.
5496 * gdb.base/auto-connect-native-target.exp: Same.
5497 * gdb.base/call-ar-st.exp: Same.
5498 * gdb.base/catch-syscall.exp: Same.
5499 * gdb.base/commands.exp: Same.
5500 * gdb.base/default.exp: Same.
5501 * gdb.base/display.exp: Same.
5502 * gdb.base/float.exp: Same.
5503 * gdb.base/foll-fork.exp: Same.
5504 * gdb.base/help.exp: Same.
5505 * gdb.base/info-macros.exp: Same.
5506 * gdb.base/info-proc.exp: Same.
5507 * gdb.base/info-target.exp: Same.
5508 * gdb.base/long_long.exp: Same.
5509 * gdb.base/macscp.exp: Same.
5510 * gdb.base/memattr.exp: Same.
5511 * gdb.base/nofield.exp: Same.
5512 * gdb.base/pointers.exp: Same.
5513 * gdb.base/printcmds.exp: Same.
5514 * gdb.base/ptype.exp: Same.
5515 * gdb.base/restore.exp: Same.
5516 * gdb.base/return.exp: Same.
5517 * gdb.base/scope.exp: Same.
5518 * gdb.base/set-noassign.exp: Same.
5519 * gdb.base/setshow.exp: Same.
5520 * gdb.base/shlib-call.exp: Same.
5521 * gdb.base/signals.exp: Same.
5522 * gdb.base/sigstep.exp: Same.
5523 * gdb.base/skip.exp: Same.
5524 * gdb.base/solib-symbol.exp: Same.
5525 * gdb.base/stap-probe.exp: Same.
5526 * gdb.base/step-line.exp: Same.
5527 * gdb.base/step-test.exp: Same.
5528 * gdb.base/style.exp: Same.
5529 * gdb.base/varargs.exp: Same.
5530 * gdb.base/vla-datatypes.exp: Same.
5531 * gdb.base/vla-ptr.exp: Same.
5532 * gdb.base/vla-sideeffect.exp: Same.
5533 * gdb.base/volatile.exp: Same.
5534 * gdb.base/watch-cond-infcall.exp: Same.
5535 * gdb.base/watchpoint.exp: Same.
5536
5537 2019-11-02 Tom de Vries <tdevries@suse.de>
5538
5539 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
5540 * gdb.cp/cpexprs.exp: Same.
5541 * gdb.cp/except-multi-location.exp: Same.
5542 * gdb.cp/exceptprint.exp: Same.
5543 * gdb.cp/gdb2384.exp: Same.
5544 * gdb.cp/inherit.exp: Same.
5545 * gdb.cp/m-static.exp: Same.
5546 * gdb.cp/meth-typedefs.exp: Same.
5547 * gdb.cp/misc.exp: Same.
5548 * gdb.cp/namespace.exp: Same.
5549 * gdb.cp/non-trivial-retval.exp: Same.
5550 * gdb.cp/overload.exp: Same.
5551 * gdb.cp/pr17132.exp: Same.
5552 * gdb.cp/re-set-overloaded.exp: Same.
5553 * gdb.cp/rvalue-ref-types.exp: Same.
5554 * gdb.cp/templates.exp: Same.
5555
5556 2019-11-01 Luis Machado <luis.machado@linaro.org>
5557
5558 PR gdb/25124
5559
5560 * gdb.arch/pr25124.S: New file.
5561 * gdb.arch/pr25124.exp: New file.
5562
5563 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5564
5565 * gdb.fortran/info-modules.exp: Update expected results, and add
5566 additional tests for 'info module functinos', and 'info module
5567 variables'.
5568 * gdb.fortran/info-types.exp: Update expected results.
5569 * gdb.fortran/info-types.f90: Extend testcase with additional
5570 module variables and functions.
5571
5572 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5573
5574 * gdb.fortran/info-modules.exp: New file.
5575 * gdb.fortran/info-types.exp: Build with new file.
5576 * gdb.fortran/info-types.f90: Include and use new module.
5577 * gdb.fortran/info-types-2.f90: New file.
5578
5579 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5580
5581 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
5582 * gdb.base/settings.exp: Test all settings types using
5583 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
5584 that now verifies that the value of "maint show" is the same as
5585 returned by the settings functions. Test the type of the
5586 maintenance settings.
5587 * gdb.base/default.exp: Update show_conv_list.
5588
5589 2019-10-31 Tom de Vries <tdevries@suse.de>
5590
5591 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
5592 gdb_test.
5593 * gdb.arch/amd64-disp-step.exp: Same.
5594 * gdb.asm/asm-source.exp: Same.
5595 * gdb.btrace/buffer-size.exp: Same.
5596 * gdb.btrace/cpu.exp: Same.
5597 * gdb.btrace/enable.exp: Same.
5598 * gdb.dwarf2/count.exp: Same.
5599 * gdb.dwarf2/dw2-ranges-func.exp: Same.
5600 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
5601 * gdb.fortran/vla-datatypes.exp: Same.
5602 * gdb.fortran/vla-history.exp: Same.
5603 * gdb.fortran/vla-ptype.exp: Same.
5604 * gdb.fortran/vla-value.exp: Same.
5605 * gdb.fortran/whatis_type.exp: Same.
5606 * gdb.guile/guile.exp: Same.
5607 * gdb.multi/tids.exp: Same.
5608 * gdb.python/py-finish-breakpoint.exp: Same.
5609 * gdb.python/py-framefilter.exp: Same.
5610 * gdb.python/py-pp-registration.exp: Same.
5611 * gdb.python/py-xmethods.exp: Same.
5612 * gdb.python/python.exp: Same.
5613 * gdb.server/connect-with-no-symbol-file.exp: Same.
5614 * gdb.server/no-thread-db.exp: Same.
5615 * gdb.server/run-without-local-binary.exp: Same.
5616 * gdb.stabs/weird.exp: Same.
5617 * gdb.threads/attach-many-short-lived-threads.exp: Same.
5618 * gdb.threads/thread-find.exp: Same.
5619 * gdb.threads/tls-shared.exp: Same.
5620 * gdb.threads/tls.exp: Same.
5621 * gdb.threads/wp-replication.exp: Same.
5622 * gdb.trace/ax.exp: Same.
5623 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
5624
5625 2019-10-31 Tom de Vries <tdevries@suse.de>
5626
5627 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
5628 * gdb.ada/array_subscript_addr.exp: Same.
5629 * gdb.ada/arrayidx.exp: Same.
5630 * gdb.ada/arrayparam.exp: Same.
5631 * gdb.ada/arrayptr.exp: Same.
5632 * gdb.ada/boolean_expr.exp: Same.
5633 * gdb.ada/call_pn.exp: Same.
5634 * gdb.ada/complete.exp: Same.
5635 * gdb.ada/fixed_cmp.exp: Same.
5636 * gdb.ada/fun_addr.exp: Same.
5637 * gdb.ada/funcall_param.exp: Same.
5638 * gdb.ada/interface.exp: Same.
5639 * gdb.ada/mod_from_name.exp: Same.
5640 * gdb.ada/null_array.exp: Same.
5641 * gdb.ada/packed_array.exp: Same.
5642 * gdb.ada/packed_tagged.exp: Same.
5643 * gdb.ada/print_chars.exp: Same.
5644 * gdb.ada/print_pc.exp: Same.
5645 * gdb.ada/ptype_arith_binop.exp: Same.
5646 * gdb.ada/ptype_field.exp: Same.
5647 * gdb.ada/ptype_tagged_param.exp: Same.
5648 * gdb.ada/rec_return.exp: Same.
5649 * gdb.ada/ref_tick_size.exp: Same.
5650 * gdb.ada/str_ref_cmp.exp: Same.
5651 * gdb.ada/taft_type.exp: Same.
5652 * gdb.ada/tagged.exp: Same.
5653 * gdb.ada/type_coercion.exp: Same.
5654 * gdb.ada/uninitialized_vars.exp: Same.
5655
5656 2019-10-30 Tom de Vries <tdevries@suse.de>
5657
5658 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
5659
5660 2019-10-26 Tom de Vries <tdevries@suse.de>
5661
5662 * gdb.base/bigcore.c: Fix typos in comments.
5663 * gdb.base/ctf-ptype.c: Same.
5664 * gdb.base/long_long.c: Same.
5665 * gdb.dwarf2/dw2-op-out-param.S: Same.
5666 * gdb.python/py-evthreads.c: Same.
5667 * gdb.reverse/i387-stack-reverse.c: Same.
5668 * gdb.trace/tfile.c: Same.
5669 * lib/compiler.c: Same.
5670 * lib/compiler.cc: Same.
5671
5672 2019-10-25 Tom de Vries <tdevries@suse.de>
5673
5674 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
5675 gdb_test_multiple calls.
5676 * gdb.reverse/sigall-reverse.exp: Same.
5677 * gdb.reverse/solib-precsave.exp: Same.
5678 * gdb.reverse/solib-reverse.exp: Same.
5679 * gdb.reverse/until-precsave.exp: Same.
5680 * gdb.reverse/until-reverse.exp: Same.
5681
5682 2019-10-24 Tom de Vries <tdevries@suse.de>
5683
5684 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
5685 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
5686 kfail using -wrap pattern flag and convenience variable
5687 gdb_test_name.
5688
5689 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
5690
5691 * gdb.python/py-progspace.exp: Add tests for the
5692 Progspace.block_for_pc method.
5693
5694 2019-10-23 Tom Tromey <tom@tromey.com>
5695
5696 * configure: Rebuild.
5697 * aclocal.m4: Use m4_include, not sinclude.
5698
5699 2019-10-21 Tom de Vries <tdevries@suse.de>
5700
5701 * gdb.base/infcall-nested-structs.c: Add
5702 __attribute__((noinline,noclone)) to all functions.
5703 (call_all): Add missing variable initialization. Simplify return value.
5704 (breakpt): Increment volatile variable, to prevent call from being
5705 optimized out.
5706 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
5707
5708 2019-10-17 Tom de Vries <tdevries@suse.de>
5709
5710 * gdb.fortran/module.exp: Allow info variables to print info for files
5711 other than module.f90.
5712
5713 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
5714
5715 * gdb.fortran/module.exp: Extend with 'info variables' test.
5716
5717 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
5718
5719 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
5720 F77_FOR_TARGET.
5721
5722 2019-10-16 Tom de Vries <tdevries@suse.de>
5723
5724 PR tdep/25096
5725 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
5726
5727 2019-10-16 Tom de Vries <tdevries@suse.de>
5728
5729 PR tdep/24104
5730 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
5731 Add KFAIL for PR tdep/25096.
5732
5733 2019-10-16 Tom de Vries <tdevries@suse.de>
5734
5735 PR testsuite/25059
5736 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
5737
5738 2019-10-16 Tom de Vries <tdevries@suse.de>
5739
5740 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
5741 as signed.
5742
5743 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
5744
5745 * gdb.mi/list-thread-groups-available.exp: Read entries one by
5746 one instead of increasing timeout.
5747
5748 2019-10-13 Tom de Vries <tdevries@suse.de>
5749
5750 PR record/25038
5751 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
5752 * gdb.reverse/sigall-reverse.exp: Same.
5753 * gdb.reverse/solib-precsave.exp: Same.
5754 * gdb.reverse/solib-reverse.exp: Same.
5755 * gdb.reverse/step-precsave.exp: Same.
5756 * gdb.reverse/until-precsave.exp: Same.
5757 * gdb.reverse/until-reverse.exp: Same.
5758 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
5759
5760 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
5761
5762 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
5763 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
5764 (cmp_struct_05_01, cmp_struct_static_02_01)
5765 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
5766 comparisons.
5767
5768 2019-10-10 Tom de Vries <tdevries@suse.de>
5769
5770 PR testsuite/24888
5771 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
5772 gnatlink.
5773
5774 2019-10-09 Tom de Vries <tdevries@suse.de>
5775
5776 PR testsuite/25048
5777 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
5778
5779 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
5780
5781 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
5782 exceptions due to missing debug information.
5783
5784 2019-10-07 Tom de Vries <tdevries@suse.de>
5785
5786 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
5787
5788 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
5789
5790 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
5791 * gdb.base/annota1.exp: Update to use gdb_test_name.
5792
5793 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
5794
5795 * gdb.base/ctf-whatis.exp: New file.
5796 * gdb.base/ctf-whatis.c: New file.
5797 * gdb.base/ctf-ptype.exp: New file.
5798 * gdb.base/ctf-ptype.c: New file.
5799 * gdb.base/ctf-constvars.exp: New file.
5800 * gdb.base/ctf-constvars.c: New file.
5801 * gdb.base/ctf-cvexpr.exp: New file.
5802
5803 2019-10-04 Tom de Vries <tdevries@suse.de>
5804
5805 * gdb.cp/local-static.c (main): Move declaration of int i out of the
5806 for loop.
5807
5808 2019-10-03 Tom Tromey <tom@tromey.com>
5809
5810 PR rust/24976:
5811 * gdb.rust/simple.rs (Union2): New type.
5812 (main): Use Union2.
5813 * gdb.rust/simple.exp: Add test.
5814
5815 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
5816
5817 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
5818 nested function prefix.
5819
5820 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
5821 Richard Bunt <richard.bunt@arm.com>
5822 Andrew Burgess <andrew.burgess@embecosm.com>
5823
5824 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
5825 nested functions.
5826 * gdb.fortran/nested-funcs.f90: Update expected results.
5827 * gdb.fortran/nested-funcs-2.exp: New file.
5828 * gdb.fortran/nested-funcs-2.f90: New file.
5829
5830 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
5831
5832 * gdb.python/py-parameter.exp: Make test names unique.
5833 * gdb.python/py-template.exp: Likewise.
5834 * gdb.python/py-value.exp: Likewise.
5835
5836 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
5837
5838 * gdb.base/break-interp.exp: Reduce test name duplication.
5839 * gdb.base/call-sc.exp: Likewise.
5840 * gdb.base/callfuncs.exp: Likewise.
5841 * gdb.base/charset.exp: Likewise.
5842 * gdb.base/dump.exp: Likewise.
5843 * gdb.base/ena-dis-br.exp: Likewise.
5844 * gdb.base/relational.exp: Likewise.
5845 * gdb.base/step-over-syscall.exp: Likewise.
5846 * gdb.base/structs.exp: Likewise.
5847
5848 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
5849
5850 * gdb.linespec/explicit.exp: Make test names unique.
5851 * gdb.linespec/ls-errs.exp: Likewise.
5852
5853 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
5854
5855 * gdb.reverse/break-precsave.exp: Make test names unique.
5856 * gdb.reverse/break-reverse.exp: Likewise.
5857 * gdb.reverse/finish-precsave.exp: Likewise.
5858 * gdb.reverse/finish-reverse.exp: Likewise.
5859 * gdb.reverse/machinestate-precsave.exp: Likewise.
5860 * gdb.reverse/machinestate.exp: Likewise.
5861 * gdb.reverse/readv-reverse.exp: Likewise.
5862 * gdb.reverse/recvmsg-reverse.exp: Likewise.
5863 * gdb.reverse/sigall-precsave.exp: Likewise.
5864 * gdb.reverse/sigall-reverse.exp: Likewise.
5865 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
5866 * gdb.reverse/watch-precsave.exp: Likewise.
5867 * gdb.reverse/watch-reverse.exp: Likewise.
5868
5869 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
5870
5871 * gdb.threads/stop-with-handle.c: New file.
5872 * gdb.threads/stop-with-handle.exp: New file.
5873
5874 2019-10-03 Tom de Vries <tdevries@suse.de>
5875
5876 PR testsuite/25059
5877 * gdb.base/list-missing-source.exp: Allowing the "Compilation
5878 directory" line to be missing.
5879
5880 2019-10-03 Tom de Vries <tdevries@suse.de>
5881
5882 PR testsuite/25059
5883 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
5884 type optional.
5885
5886 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
5887
5888 * gdb.python/py-format-string.c (string.h): New include.
5889 (main): Fill a_struct_with_union.the_union.an_int with bytes of
5890 the same value, for endianness-independence.
5891 * gdb.python/py-format-string.exp (default_regexp_dict)
5892 (test_pretty_structs, test_format): Adjust expected output to the
5893 changed initialization.
5894
5895 2019-10-02 Tom Tromey <tromey@adacore.com>
5896
5897 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
5898
5899 2019-10-02 Pedro Alves <palves@redhat.com>
5900 Andrew Burgess <andrew.burgess@embecosm.com>
5901
5902 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
5903 "print-file-var.h".
5904 (this_version_id) Use ATTRIBUTE_VISIBILITY.
5905 (get_version_1): Print this_version_id and its address.
5906 Add extern "C" wrappers around interface functions.
5907 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
5908 "print-file-var.h".
5909 (this_version_id) Use ATTRIBUTE_VISIBILITY.
5910 (get_version_2): Print this_version_id and its address.
5911 Add extern "C" wrappers around interface functions.
5912 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
5913 <stddef.h> and "print-file-var.h".
5914 Add extern "C" wrappers around interface functions.
5915 [VERSION_ID_MAIN] (this_version_id): Define.
5916 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
5917 * gdb.base/print-file-var.h: Add some #defines to simplify setting
5918 up extern "C" blocks.
5919 * gdb.base/print-file-var.exp (test): New, factored out from top
5920 level.
5921 (top level): Test all combinations of attribute hidden or not,
5922 dlopen or not, and this_version_id symbol in main file or not.
5923 Compile tests as both C++ and C, make test names unique.
5924
5925 2019-10-01 Tom Tromey <tom@tromey.com>
5926
5927 * gdb.base/style.exp: Test "show logging filename".
5928
5929 2019-10-01 Tom Tromey <tom@tromey.com>
5930
5931 * lib/gdb-utils.exp (style): Handle "metadata" argument.
5932 * gdb.base/style.exp: Add metadata style test.
5933
5934 2019-10-01 Tom Tromey <tom@tromey.com>
5935
5936 * gdb.base/style.exp: Test "pwd".
5937
5938 2019-10-01 Tom Tromey <tom@tromey.com>
5939
5940 * gdb.base/style.exp: Update tests.
5941
5942 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
5943
5944 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
5945 'six' to unsigned.
5946 (s1): Initialize fields 'four' and 'six' instead of 'three' and
5947 'five'. Use an all-ones bit pattern for each.
5948 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
5949 to its changed values.
5950
5951 2019-09-30 Tom Tromey <tromey@adacore.com>
5952
5953 * gdb.rust/traits.rs: Disable all warnings.
5954
5955 2019-09-29 Tom de Vries <tdevries@suse.de>
5956
5957 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
5958
5959 2019-09-29 Tom de Vries <tdevries@suse.de>
5960
5961 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
5962
5963 2019-09-27 Tom de Vries <tdevries@suse.de>
5964
5965 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
5966
5967 2019-09-27 Tom de Vries <tdevries@suse.de>
5968
5969 PR record/23188
5970 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
5971
5972 2019-09-26 Tom Tromey <tromey@adacore.com>
5973
5974 * gdb.ada/py_taft.exp: New file.
5975 * gdb.ada/py_taft/main.adb: New file.
5976 * gdb.ada/py_taft/pkg.adb: New file.
5977 * gdb.ada/py_taft/pkg.ads: New file.
5978
5979 2019-09-24 Tom de Vries <tdevries@suse.de>
5980
5981 PR gdb/24598
5982 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
5983
5984 2019-09-22 Tom de Vries <tdevries@suse.de>
5985
5986 * gdb.base/restore.exp: Allow register variables to be optimized out at
5987 -O0.
5988
5989 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
5990
5991 * gdb.arch/spu-info.exp: Remove file.
5992 * gdb.arch/spu-info.c: Remove file.
5993 * gdb.arch/spu-ls.exp: Remove file.
5994 * gdb.arch/spu-ls.c: Remove file.
5995
5996 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
5997 * gdb.asm/spu.inc: Remove file.
5998
5999 * gdb.base/dump.exp: Remove support for spu*-*-*.
6000 * gdb.base/stack-checking.exp: Likewise.
6001 * gdb.base/overlays.exp: Likewise.
6002 * gdb.base/ovlymgr.c: Likewise.
6003 * gdb.base/spu.ld: Remove file.
6004
6005 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
6006 * gdb.cp/cpexprs.exp: Likewise.
6007 * gdb.cp/exception.exp: Likewise.
6008 * gdb.cp/gdb2495.exp: Likewise.
6009 * gdb.cp/mb-templates.exp: Likewise.
6010 * gdb.cp/pr9167.exp: Likewise.
6011 * gdb.cp/userdef.exp: Likewise.
6012
6013 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
6014
6015 * gdb.cell: Remove directory.
6016 * lib/cell.exp: Remove file.
6017
6018 2019-09-19 Tom de Vries <tdevries@suse.de>
6019
6020 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
6021
6022 2019-09-19 Tom de Vries <tdevries@suse.de>
6023
6024 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
6025
6026 2019-09-19 Tom de Vries <tdevries@suse.de>
6027
6028 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
6029 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
6030 (gdb_target_cmd): ... here.
6031 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
6032 value 2.
6033
6034 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
6035
6036 * gdb.base/source-dir.exp: Avoid having directory names in test
6037 names.
6038
6039 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
6040
6041 * gdb.base/source-dir.exp: Add extra test for mapped compilation
6042 directory.
6043
6044 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
6045
6046 * gdb.base/list-missing-source.exp: New file.
6047
6048 2019-09-14 Tom de Vries <tdevries@suse.de>
6049
6050 PR teststuite/24599
6051 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
6052 * lib/ada.exp (gnatmake_version_at_least): New proc.
6053
6054 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
6055
6056 * gdb.base/maint.exp: Use exec_has_index_section.
6057
6058 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
6059
6060 * gdb.base/maint.exp: Add test for 'maint info sections'.
6061
6062 2019-09-12 Tom de Vries <tdevries@suse.de>
6063
6064 * gdb.base/store.exp: Allow register variables to be optimized out at
6065 -O0.
6066
6067 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6068
6069 * gdb.ada/rdv_wait.exp: Update to new task names.
6070 * gdb.base/task_switch_in_core.exp: Likewise.
6071 * gdb.base/info_sources_base.c: Likewise.
6072
6073 2019-09-10 Tom Tromey <tromey@adacore.com>
6074
6075 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
6076
6077 2019-09-10 Tom Tromey <tromey@adacore.com>
6078
6079 * gdb.ada/dgopt.exp: New file.
6080 * gdb.ada/dgopt/x.adb: New file.
6081
6082 2019-09-08 Tom Tromey <tom@tromey.com>
6083
6084 * gdb.tui/resize.exp: Remove setup_xfail.
6085 * gdb.tui/regs.exp: Remove setup_xfail.
6086 * gdb.tui/basic.exp: Remove setup_xfail.
6087
6088 2019-09-06 David Blaikie <dblaikie@gmail.com>
6089
6090 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
6091 * gdb.cp/cplabel.exp: Ditto.
6092 * gdb.linespec/ls-errs.exp: Ditto.
6093
6094 2019-09-05 Tom de Vries <tdevries@suse.de>
6095
6096 * lib/gdb.exp (cmp_file_string): New proc.
6097 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
6098 runto_main. Verify save breakpoints output.
6099
6100 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6101
6102 * gdb.base/info-var.exp: Test info variables without running
6103 to main, to avoid expect's buffer overflow.
6104
6105 2019-09-03 Tom Tromey <tromey@adacore.com>
6106
6107 * gdb.ada/bias.exp: New file.
6108 * gdb.ada/bias/bias.adb: New file.
6109 * gdb.ada/print_chars.exp: Add regression test.
6110 * gdb.ada/print_chars/foo.adb (My_Character): New type.
6111 (MC): New variable.
6112
6113 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
6114
6115 * gdb.base/argv0-symlink.exp: Run only on native target
6116 and local host.
6117
6118 2019-08-29 Tom de Vries <tdevries@suse.de>
6119
6120 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
6121 diverse debug info.
6122 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
6123
6124 2019-08-28 Tom de Vries <tdevries@suse.de>
6125
6126 * gdb.base/info-var.exp: Allow info variables to print info for files
6127 other than info-var-f1.c and info-var-f2.c.
6128
6129 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
6130
6131 * gdb.fortran/info-types.exp: Add module.
6132 * gdb.fortran/info-types.f90: Update expected results.
6133
6134 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
6135
6136 * gdb.fortran/info-types.exp: New file.
6137 * gdb.fortran/info-types.f90: New file.
6138 * lib/fortran.exp (fortran_character1): New proc.
6139
6140 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
6141
6142 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
6143 functions'. Reindent as needed.
6144 * gdb.base/info-var-f1.c: New file.
6145 * gdb.base/info-var-f2.c: New file.
6146 * gdb.base/info-var.exp: New file.
6147 * gdb.base/info-var.h: New file.
6148
6149 2019-08-26 Tom de Vries <tdevries@suse.de>
6150
6151 PR c++/24852
6152 * gdb.cp/no-libstdcxx-probe.exp: New test.
6153
6154 2019-08-26 Tom de Vries <tdevries@suse.de>
6155
6156 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
6157 * tests need to be skipped.
6158 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
6159 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
6160 mi_skip_libstdcxx_probe_tests.
6161
6162 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
6163
6164 * gdb.python/py-xmethods.exp: Use raw strings when passing
6165 arguments to SimpleXMethodMatcher.
6166
6167 2019-08-22 Tom de Vries <tdevries@suse.de>
6168
6169 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
6170 more informative.
6171
6172 2019-08-21 Pedro Alves <palves@redhat.com>
6173
6174 * gdb.base/with.exp: Test "with" with no arguments.
6175
6176 2019-08-21 Tom de Vries <tdevries@suse.de>
6177
6178 * gdb.base/gdb-caching-proc.exp: Sort files.
6179
6180 2019-08-20 Tom de Vries <tdevries@suse.de>
6181
6182 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
6183 compilation.
6184
6185 2019-08-16 Tom de Vries <tdevries@suse.de>
6186
6187 * gdb.base/compare-sections.exp ("after run to main"): Allow
6188 mismatched read-only sections for PIE executables.
6189
6190 2019-08-16 Tom Tromey <tom@tromey.com>
6191
6192 * lib/tuiterm.exp (_csi_Z): New proc.
6193 * gdb.tui/basic.exp: Update window positions.
6194 * gdb.tui/empty.exp: Update window positions.
6195
6196 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
6197
6198 * gdb.base/examine-backward.exp: Correct regexp for
6199 "examine 3 bytes backward from ${address_zero}".
6200
6201 2019-08-15 Tom Tromey <tom@tromey.com>
6202
6203 * gdb.tui/empty.exp: Enable resizing tests.
6204
6205 2019-08-15 Tom Tromey <tromey@adacore.com>
6206
6207 * gdb.ada/char_enum.exp: Add regression tests.
6208 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
6209 and '0'.
6210 (Char, Gchar): Update.
6211 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
6212
6213 2019-08-15 Christian Biesinger <cbiesinger@google.com>
6214
6215 * gdb.python/python.exp: Expect a leading underscore on
6216 GdbOutput{,Error}File.
6217
6218 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
6219
6220 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
6221 Windows host.
6222
6223 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
6224
6225 * gdb.base/batch-preserve-term-settings.exp
6226 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
6227
6228 2019-08-15 Christian Biesinger <cbiesinger@google.com>
6229
6230 * lib/gdb.exp: When running on a mingw target, replace
6231 /x/ with x:/.
6232
6233 2019-08-14 Alan Hayward <alan.hayward@arm.com>
6234
6235 * gdb.arch/aarch64-prologue.c: New test.
6236 * gdb.arch/aarch64-prologue.exp: New file.
6237
6238 2019-08-13 Tom de Vries <tdevries@suse.de>
6239
6240 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
6241 Thread.
6242
6243 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
6244
6245 * gdb.python/py-completion.exp: Download the .py file to the host
6246 and use its host pathname. Conditionalize tests that use
6247 tab completion and manipulate files on the build machine.
6248 * gdb.python/py-events.exp: Download the .py file to the host
6249 and use its host pathname.
6250 * gdb.python/py-evsignal.exp: Likewise.
6251 * gdb.python/py-evthreads.exp: Likewise.
6252 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
6253 pathname syntax.
6254 * gdb.python/py-framefilter.exp: Download the .py file to the right
6255 place on the host. Match Windows pathname syntax.
6256 * gdb.python/py-mi-var-info-path-expression.exp: Download the
6257 .py file to the host and use its host pathname.
6258 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
6259 * gdb.python/py-objfile.exp: Expect a host pathname, not a
6260 build pathname. Skip symlink test on Windows host. Add missing
6261 newline at end of file.
6262 * gdb.python/py-pp-maint.exp: Download the .py file to the host
6263 and use its host pathname.
6264 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
6265 * gdb.python/py-section-script.exp: Use host location of binfile
6266 on safe-path. Use correct path separator on Windows host.
6267 Reorder alternatives in gdb_test_multiple to prevent matching
6268 the wrong alternative on success.
6269 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
6270
6271 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
6272
6273 * gdb.gdb/selftest.exp (test_with_self): Update test to now
6274 expect the GDB inferior to no longer immediately stop after
6275 being resumed with "signal SIGINT".
6276
6277 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
6278
6279 * gdb.linespec/break-ask.exp: Generalize regexps to match
6280 Windows pathnames too.
6281
6282 2019-08-08 Tom de Vries <tdevries@suse.de>
6283
6284 PR testsuite/24862
6285 * lib/tuiterm.exp (_accept): Fix CSI regexp.
6286
6287 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6288
6289 * gdb.base/style.exp: Update tests for help doc new invariants.
6290 * gdb.base/help.exp: Likewise.
6291
6292 2019-08-06 Tom Tromey <tom@tromey.com>
6293
6294 * gdb.base/style.exp: Add disassemble test.
6295 * gdb.base/style.c (some_called_function): New function.
6296 (main): Use it.
6297
6298 2019-08-05 Christian Biesinger <cbiesinger@google.com>
6299
6300 * gdb.python/py-block.exp: Test dictionary access on blocks.
6301
6302 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
6303
6304 PR gdb/24863
6305 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
6306 -list-thread-groups --available test when running under
6307 check-read1.
6308
6309 2019-08-05 Tom de Vries <tdevries@suse.de>
6310
6311 PR testsuite/24863
6312 * lib/gdb.exp (with_read1_timeout_factor): New proc.
6313 * gdb.base/help.exp: Use with_read1_timeout_factor.
6314 * gdb.base/info-macros.exp: Same.
6315 * gdb.cp/nested-types.exp: Same.
6316
6317 2019-08-05 Tom de Vries <tdevries@suse.de>
6318
6319 * lib/gdb.exp (version_at_least): Factor out of ...
6320 (tcl_version_at_least): ... here.
6321 (gdb_compile): Fail if pie results in non-PIE executable.
6322 (readelf_version, readelf_prints_pie): New proc.
6323 (exec_is_pie): Return -1 if unknown.
6324
6325 2019-08-05 Tom de Vries <tdevries@suse.de>
6326
6327 * lib/gdb.exp (tcl_version_at_least): Fix typo.
6328
6329 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
6330
6331 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
6332
6333 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
6334
6335 * lib/completion-support.exp (test_gdb_complete_none): Skip
6336 tab completion tests if no readline support.
6337 (test_gdb_complete_unique_re): Likewise.
6338 (test_gdb_complete_multiple): Likewise.
6339
6340 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6341
6342 * gdb.base/info_sources.exp: New file.
6343 * gdb.base/info_sources.c: New file.
6344 * gdb.base/info_sources_base.c: New file.
6345
6346 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6347
6348 * gdb.base/batch-exit-status.exp: Call test_exit_status with
6349 prefix argument.
6350 (test_exit_status): Add prefix argument.
6351
6352 2019-08-01 Tom de Vries <tdevries@suse.de>
6353
6354 PR testsuite/24863
6355 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
6356 calling exp_continue for new thread and thread exited messages.
6357
6358 2019-08-01 Tom de Vries <tdevries@suse.de>
6359
6360 PR testsuite/24863
6361 * gdb.base/structs.exp: Fix check-read1 timeout using
6362 gdb_test_sequence.
6363 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
6364
6365 2019-08-01 Tom de Vries <tdevries@suse.de>
6366
6367 PR testsuite/24863
6368 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
6369 line.
6370
6371 2019-08-01 Tom de Vries <tdevries@suse.de>
6372
6373 PR testsuite/24863
6374 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
6375
6376 2019-07-30 Tom Tromey <tromey@adacore.com>
6377
6378 * gdb.ada/display_nested.exp: New file.
6379 * gdb.ada/display_nested/foo.adb: New file.
6380 * gdb.ada/display_nested/pack.adb: New file.
6381 * gdb.ada/display_nested/pack.ads: New file.
6382
6383 2019-07-30 Christian Biesinger <cbiesinger@google.com>
6384
6385 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
6386 namespace.
6387 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
6388
6389 2019-07-30 Tom de Vries <tdevries@suse.de>
6390
6391 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
6392 instead.
6393
6394 2019-07-30 Tom de Vries <tdevries@suse.de>
6395
6396 PR testsuite/24834
6397 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
6398 (exec_is_pie): New proc.
6399
6400 2019-07-29 Christian Biesinger <cbiesinger@google.com>
6401
6402 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
6403
6404 2019-07-29 Christian Biesinger <cbiesinger@google.com>
6405
6406 * gdb.python/py-objfile.c: Add global and static vars.
6407 * gdb.python/py-objfile.exp: Test new functions Objfile.
6408 lookup_global_symbol and lookup_static_symbol.
6409
6410 2019-07-29 Tom Tromey <tom@tromey.com>
6411
6412 * lib/tuiterm.exp (Term::_csi_@): New proc.
6413 (Term::_csi_X): Don't move cursor.
6414
6415 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6416
6417 * gdb.base/options.exp: Update backtrace - completion to
6418 new option -frame-info.
6419 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
6420 Test new 'set print frame-info'. Test backtrace -frame-info
6421 overriding 'set print frame-info'.
6422 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
6423 Test new 'set print frame-info'.
6424 Verify consistency of backtrace with and without filters, with and
6425 without -no-filters.
6426 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
6427 default.
6428
6429 2019-07-29 Tom de Vries <tdevries@suse.de>
6430
6431 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
6432 no arguments".
6433
6434 2019-07-29 Tom de Vries <tdevries@suse.de>
6435
6436 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
6437 is a substring of the first for "complete non-unique file name".
6438
6439 2019-07-29 Tom de Vries <tdevries@suse.de>
6440
6441 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
6442 with ".*".
6443
6444 2019-07-29 Tom de Vries <tdevries@suse.de>
6445
6446 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
6447 Pass prompt_regexp parameter to gdb_test_multiple calls.
6448
6449 2019-07-29 Tom de Vries <tdevries@suse.de>
6450
6451 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
6452 print registers" regexps.
6453
6454 2019-07-29 Tom de Vries <tdevries@suse.de>
6455
6456 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
6457
6458 2019-07-29 Tom de Vries <tdevries@suse.de>
6459
6460 PR gdb/24855
6461 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
6462 (skip_python_tests_prompt): Add prompt_regexp argument to
6463 gdb_test_multiple calls.
6464
6465 2019-07-27 Tom Tromey <tom@tromey.com>
6466
6467 * gdb.tui/main.exp: New file.
6468
6469 2019-07-27 Tom Tromey <tom@tromey.com>
6470
6471 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
6472 optional.
6473 * gdb.tui/empty.exp: New file.
6474
6475 2019-07-27 Tom Tromey <tom@tromey.com>
6476
6477 * lib/tuiterm.exp (spawn): New proc.
6478 (Term::resize): New proc.
6479 * gdb.tui/resize.exp: New file.
6480
6481 2019-07-27 Tom Tromey <tom@tromey.com>
6482
6483 * gdb.tui/list.exp: New file.
6484
6485 2019-07-27 Tom Tromey <tom@tromey.com>
6486
6487 * gdb.tui/regs.exp: New file.
6488
6489 2019-07-27 Tom Tromey <tom@tromey.com>
6490
6491 * gdb.tui/basic.exp: Add "layout split" test.
6492
6493 2019-07-27 Tom Tromey <tom@tromey.com>
6494
6495 * gdb.tui/basic.exp: Add "layout asm" test.
6496
6497 2019-07-27 Tom Tromey <tom@tromey.com>
6498
6499 * lib/tuiterm.exp: New file.
6500 * gdb.tui/basic.exp: New file.
6501
6502 2019-07-27 Kevin Buettner <kevinb@redhat.com>
6503
6504 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
6505 Enable tests associated with this flag. Adjust regex
6506 referencing "foo_low" to now refer to "foo_cold" instead.
6507
6508 2019-07-27 Kevin Buettner <kevinb@redhat.com>
6509
6510 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
6511 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
6512 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
6513 foo_cold. Revise comments to match.
6514 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
6515 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
6516 were wrapped into this proc; Call do_test in loop from outermost
6517 level.
6518 (foo_low): Rename all occurrences to "foo_cold".
6519 (backtrace from baz): New test.
6520 (x2/i foo_cold): New test.
6521 (info line *foo_cold): New test.
6522
6523 2019-07-26 Tom de Vries <tdevries@suse.de>
6524
6525 * gdb.arch/i386-pkru.exp: Fix unterminated string.
6526
6527 2019-07-25 Tom de Vries <tdevries@suse.de>
6528
6529 PR testsuite/24830
6530 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
6531 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
6532 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
6533 (skip_libstdcxx_probe_tests): ... here.
6534 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
6535
6536 2019-07-24 Tom de Vries <tdevries@suse.de>
6537
6538 PR testsuite/24807
6539 * gdb.objc/basicclass.m: Include stdio.h.
6540 * gdb.objc/nondebug.m: Same.
6541 * gdb.objc/objcdecode.m: Same.
6542
6543 2019-07-24 Tom de Vries <tdevries@suse.de>
6544
6545 PR testsuite/24612
6546 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
6547 additional_flags.
6548
6549 2019-07-24 Tom de Vries <tdevries@suse.de>
6550
6551 PR testsuite/24831
6552 * gdb.multi/tids.exp: Update error messages for info threads.
6553
6554 2019-07-24 Tom de Vries <tdevries@suse.de>
6555
6556 * gdb.base/info-types.exp: Allow info types to print info for more than
6557 one file.
6558
6559 2019-07-23 Tom de Vries <tdevries@suse.de>
6560
6561 PR testsuite/24842
6562 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
6563 gdb_spawn_with_cmdline_opts.
6564
6565 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
6566
6567 * gdb.arch/arm-cmse-sgstubs.c: New test.
6568 * gdb.arch/arm-cmse-sgstubs.exp: New file.
6569
6570 2019-07-23 Tom de Vries <tdevries@suse.de>
6571
6572 PR testsuite/24711
6573 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
6574 issuing next command.
6575
6576 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
6577
6578 * gdb.ada/info_auto_lang.exp: Update expected results.
6579 * gdb.base/info-types.c: Add additional types to check.
6580 * gdb.base/info-types.exp: Update expected results.
6581
6582 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
6583
6584 * gdb.base/info-types.c: New file.
6585 * gdb.base/info-types.exp: New file.
6586
6587 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
6588
6589 * gdb.arch/riscv-bp-infcall.c: New file.
6590 * gdb.arch/riscv-bp-infcall.exp: New file.
6591
6592 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
6593
6594 PR breakpoints/24541
6595 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
6596
6597 2019-07-14 Tom de Vries <tdevries@suse.de>
6598
6599 PR testsuite/24760
6600 * gdb.objc/basicclass.exp: Fix unterminated string.
6601
6602 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
6603 Andrew Burgess <andrew.burgess@embecosm.com>
6604
6605 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
6606 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
6607 negative bounds.
6608 * gdb.fortran/vla-value.exp: Print elements of an array with
6609 negative bounds.
6610 * gdb.fortran/vla.f90: Setup an array with negative bounds for
6611 testing.
6612
6613 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
6614
6615 * gdb.base/options.exp (expect_string): Dequote strings in
6616 results.
6617 (test-string): Test strings with different quoting and reindent.
6618
6619 2019-07-10 Tom Tromey <tromey@adacore.com>
6620
6621 * gdb.ada/mi_ex_cond.exp: Update expected results.
6622 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
6623 * gdb.ada/mi_catch_ex.exp: Update expected results.
6624 * gdb.ada/mi_catch_assert.exp: Update expected results.
6625 * gdb.ada/catch_ex.exp (catch_exception_info)
6626 (catch_exception_entry, catch_assert_entry)
6627 (catch_unhandled_entry): Update.
6628 * gdb.ada/catch_assert_if.exp: Update expected results.
6629
6630 2019-07-10 Richard Bunt <richard.bunt@arm.com>
6631 Stephen Roberts <stephen.roberts@arm.com>
6632
6633 * gdb.base/define.exp: Restore original prompt.
6634
6635 2019-07-09 Pedro Alves <palves@redhat.com>
6636
6637 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
6638 breakpoints" output.
6639 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
6640 * gdb.python/py-breakpoint.exp: No longer expect that "catch
6641 throw" creates breakpoint.
6642 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
6643 'type="catchpoint"'.
6644
6645 2019-07-09 Pedro Alves <palves@redhat.com>
6646
6647 PR c++/15468
6648 * gdb.cp/except-multi-location-lib.cc: New.
6649 * gdb.cp/except-multi-location-main.cc: New.
6650 * gdb.cp/except-multi-location.exp: New.
6651
6652 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
6653
6654 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
6655 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
6656 argument and update callers.
6657
6658 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6659
6660 * gdb.arch/amd64-break-on-asm-line.S: New file.
6661 * gdb.arch/amd64-break-on-asm-line.exp: New file.
6662
6663 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6664
6665 * gdb.base/printcmds.exp: Test printing C string and
6666 C wide string convenience vars without transiting via the inferior.
6667 Also make test names unique.
6668
6669 2019-07-08 Alan Hayward <alan.hayward@arm.com>
6670
6671 PR breakpoints/25011
6672 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
6673
6674 2019-07-04 Pedro Alves <palves@redhat.com>
6675
6676 * lib/gdb.exp (foreach_with_prefix): Don't return early if
6677 body returned ok(0), break(3) or continue(4).
6678 * gdb.testsuite/foreach_with_prefix.exp: New file.
6679
6680 2019-07-04 Alan Hayward <alan.hayward@arm.com>
6681
6682 * gdb.server/unittest.exp: Allow 0 unit tests to run.
6683
6684 2019-07-03 Pedro Alves <palves@redhat.com>
6685
6686 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
6687 "return -code".
6688
6689 2019-07-03 Pedro Alves <palves@redhat.com>
6690
6691 PR cli/24732
6692 * gdb.base/shell.exp: Load completion-support.exp.
6693 Adjust expected error output. Add completion tests.
6694
6695 2019-07-03 Pedro Alves <palves@redhat.com>
6696
6697 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
6698 string_to_regexp.
6699
6700 2019-07-03 Pedro Alves <palves@redhat.com>
6701
6702 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
6703 (expect_integer): Adjust to expect "-string".
6704 (expect_string): New.
6705 (all_options): Expect "-string".
6706 (test-flag, test-boolean): Adjust to expect "-string".
6707 (test-string): New proc.
6708 (top level): Call it.
6709
6710 2019-07-03 Pedro Alves <palves@redhat.com>
6711
6712 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
6713 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
6714 the expected output in the success.
6715
6716 2019-07-03 Pedro Alves <palves@redhat.com>
6717
6718 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
6719 Split one gdb_test_multiple call in two to avoid a race.
6720
6721 2019-07-03 Pedro Alves <palves@redhat.com>
6722
6723 * gdb.base/with.c: New file.
6724 * gdb.base/with.exp: New file.
6725
6726 2019-07-03 Pedro Alves <palves@redhat.com>
6727
6728 * gdb.base/settings.exp: Replace all references to "maint
6729 test-settings set" with references to "maint set test-settings",
6730 and all references to "maint test-settings show" with references
6731 to "maint show test-settings".
6732
6733 2019-07-03 Pedro Alves <palves@redhat.com>
6734
6735 * gdb.base/settings.exp (test-string): Adjust expected out when
6736 testing "maint test-settings show filename"
6737
6738 2019-07-02 Pedro Alves <palves@redhat.com>
6739
6740 * gdb.base/options.exp (test-info-threads): New procedure.
6741 (top level): Call it.
6742
6743 2019-06-28 Tom Tromey <tromey@adacore.com>
6744
6745 * gdb.dwarf2/ada-linkage-name.c: New file.
6746 * gdb.dwarf2/ada-linkage-name.exp: New file.
6747
6748 2019-06-27 Tom Tromey <tromey@adacore.com>
6749
6750 PR c++/20020:
6751 * gdb.cp/constexpr-field.exp: Use setup_xfail.
6752
6753 2019-06-26 Tom de Vries <tdevries@suse.de>
6754
6755 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
6756
6757 2019-06-26 Tom de Vries <tdevries@suse.de>
6758
6759 * gdb.base/index-cache.exp: Add back missing debug option.
6760
6761 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6762
6763 * gdb.base/alias.exp: Test non matching/non existing prefixes.
6764
6765 2019-06-25 Tom de Vries <tdevries@suse.de>
6766
6767 PR testsuite/24727
6768 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
6769
6770 2019-06-24 Tom de Vries <tdevries@suse.de>
6771
6772 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
6773
6774 2019-06-24 Tom de Vries <tdevries@suse.de>
6775
6776 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
6777 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
6778 * gdb.trace/unavailable-dwarf-piece.exp: Same.
6779
6780 2019-06-24 Tom de Vries <tdevries@suse.de>
6781
6782 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
6783
6784 2019-06-21 Tom de Vries <tdevries@suse.de>
6785
6786 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
6787
6788 2019-06-21 Tom de Vries <tdevries@suse.de>
6789
6790 PR testsuite/24518
6791 PR ada/24713
6792 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
6793 index.
6794
6795 2019-06-19 Tom Tromey <tromey@adacore.com>
6796
6797 * gdb.ada/length_cond.exp: Add intro comment.
6798
6799 2019-06-19 Tom Tromey <tromey@adacore.com>
6800
6801 * gdb.ada/length_cond.exp: New file.
6802 * gdb.ada/length_cond/length_cond.adb: New file.
6803 * gdb.ada/length_cond/pck.adb: New file.
6804 * gdb.ada/length_cond/pck.ads: New file.
6805
6806 2019-06-18 Tom de Vries <tdevries@suse.de>
6807
6808 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
6809
6810 2019-06-18 Tom Tromey <tromey@adacore.com>
6811
6812 * gdb.base/list0.h: Add comment explaining control character.
6813
6814 2019-06-18 Tom de Vries <tdevries@suse.de>
6815
6816 * boards/fission.exp: Break up long debug_flags line.
6817
6818 2019-06-16 Tom de Vries <tdevries@suse.de>
6819
6820 PR gdb/24445
6821 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
6822 generated index.
6823
6824 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
6825
6826 PR gdb/24686
6827 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
6828 improve detection of bug gdb/24541.
6829
6830 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
6831
6832 PR gdb/24669
6833 * gdb.base/index-cache.exp (uses_readnow,
6834 expecting_index_cache_use): Define global variable.
6835 (test_cache_enabled_miss, test_cache_enabled_hit): Use
6836 expecting_index_cache_use.
6837
6838 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
6839 Andrew Burgess <andrew.burgess@embecosm.com>
6840
6841 * gdb.fortran/pointers.f90: New file.
6842 * gdb.fortran/print_type.exp: New file.
6843 * gdb.fortran/vla-ptype.exp: Adapt expected results.
6844 * gdb.fortran/vla-type.exp: Likewise.
6845 * gdb.fortran/vla-value.exp: Likewise.
6846 * gdb.mi/mi-vla-fortran.exp: Likewise.
6847
6848 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
6849
6850 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
6851 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
6852 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
6853 as a stop reason.
6854
6855 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
6856
6857 * gdb.base/annota1.exp: Update expected results.
6858 * gdb.cp/annota2.exp: Likewise.
6859 * gdb.cp/annota3.exp: Likewise.
6860
6861 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
6862
6863 * gdb.base/style-logging.exp: Remove path from test name.
6864
6865 2019-06-14 Tom Tromey <tromey@adacore.com>
6866
6867 PR gdb/24502:
6868 * gdb.base/style-logging.exp: New file.
6869
6870 2019-06-14 Tom Tromey <tromey@adacore.com>
6871
6872 * gdb.base/symfile-warn.exp: New file.
6873 * gdb.base/symfile-warn.c: New file.
6874
6875 2019-06-14 Tom Tromey <tromey@adacore.com>
6876
6877 * gdb.base/annotate-symlink.exp: New file.
6878
6879 2019-06-14 Tom Tromey <tromey@adacore.com>
6880
6881 * gdb.ada/set_wstr.exp: Add reassignment test.
6882
6883 2019-06-14 Tom Tromey <tromey@adacore.com>
6884
6885 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
6886 'unchecked_access and 'unrestricted_access as well.
6887
6888 2019-06-14 Tom Tromey <tromey@adacore.com>
6889
6890 PR ada/24539:
6891 * gdb.ada/vla.exp: Update tests.
6892 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
6893 pragma.
6894
6895 2019-06-13 Pedro Alves <palves@redhat.com>
6896
6897 * gdb.base/settings.exp (test-integer): Test junk after
6898 "unlimited".
6899
6900 2019-06-13 Pedro Alves <palves@redhat.com>
6901
6902 * gdb.base/options.exp (test-thread-apply): New.
6903 (top level): Call it.
6904
6905 2019-06-13 Pedro Alves <palves@redhat.com>
6906
6907 * gdb.base/options.exp (test-frame-apply): New.
6908 (top level): Test print commands with different "frame apply"
6909 prefixes.
6910
6911 2019-06-13 Pedro Alves <palves@redhat.com>
6912
6913 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
6914 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
6915 'max_completions' parameter and handle it.
6916 (test_gdb_completion_offers_commands): New.
6917
6918 2019-06-13 Pedro Alves <palves@redhat.com>
6919
6920 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
6921
6922 2019-06-13 Pedro Alves <palves@redhat.com>
6923
6924 * gdb.base/options.exp (test-backtrace): New.
6925 (top level): Call it.
6926
6927 2019-06-13 Pedro Alves <palves@redhat.com>
6928
6929 * gdb.guile/scm-frame-args.exp: Use "set print
6930 raw-frame-arguments" instead of "set print raw frame-arguments".
6931 * gdb.python/py-frame-args.exp: Likewise.
6932
6933 2019-06-13 Pedro Alves <palves@redhat.com>
6934
6935 * gdb.compile/compile.exp: Adjust expected output to option
6936 processing changes.
6937
6938 2019-06-13 Pedro Alves <palves@redhat.com>
6939
6940 * gdb.base/options.exp: Build executable.
6941 (test-print): New procedure.
6942 (top level): Call it, once for "print" and another for "compile
6943 print".
6944
6945 2019-06-13 Pedro Alves <palves@redhat.com>
6946
6947 * gdb.base/options.c: New file.
6948 * gdb.base/options.exp: New file.
6949
6950 2019-06-13 Pedro Alves <palves@redhat.com>
6951
6952 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
6953 that "o" is ambiguous.
6954
6955 2019-06-13 Pedro Alves <palves@redhat.com>
6956
6957 * gdb.base/settings.c: New file.
6958 * gdb.base/settings.exp: New file.
6959
6960 2019-06-13 Pedro Alves <palves@redhat.com>
6961
6962 * gdb.base/completion.exp: Fix comment typo.
6963
6964 2019-06-13 Pedro Alves <palves@redhat.com>
6965
6966 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
6967 foo --1" test.
6968
6969 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
6970
6971 * gdb.fortran/block-data.f: New.
6972 * gdb.fortran/block-data.exp: New.
6973
6974 2019-06-11 Tom de Vries <tdevries@suse.de>
6975
6976 PR testsuite/24521
6977 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
6978 message.
6979
6980 2019-06-11 Tom de Vries <tdevries@suse.de>
6981
6982 PR testsuite/24521
6983 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
6984
6985 2019-06-11 Tom de Vries <tdevries@suse.de>
6986
6987 * boards/readnow.exp: New file.
6988
6989 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
6990
6991 * gdb.fortran/vla-sizeof.exp: Update expected results.
6992
6993 2019-06-06 Amos Bird <amosbird@gmail.com>
6994
6995 * gdb.base/annota1.exp (thread_switch): Add test for
6996 thread-exited annotation.
6997
6998 2019-06-06 Tom Tromey <tromey@adacore.com>
6999
7000 * gdb.base/maint.exp: Expect command started/finished output.
7001
7002 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
7003
7004 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
7005 comment.
7006 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
7007
7008 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
7009
7010 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
7011 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
7012 * gdb.arch/riscv-unwind-long-insn.c: New file.
7013 * gdb.arch/riscv-unwind-long-insn.exp: New file.
7014
7015 2019-06-04 Christian Biesinger <cbiesinger@google.com>
7016
7017 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
7018
7019 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7020
7021 * lib/gdb.exp (help_list_trailer): New regexp variable
7022 factorizing the help trailer message.
7023 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
7024 arg to allow to better factorize various tests.
7025 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
7026 (test_prefix_command_help): Use help_list_trailer.
7027 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
7028 * gdb.guile/scm-cmd.exp: Likewise.
7029 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
7030 * gdb.base/help.exp: Use test_user_defined_class_help.
7031 * gdb.base/style.exp: Add tests for styling of help and apropos.
7032 * lib/gdb-utils.exp (style): Add title and highlight styles.
7033
7034 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7035
7036 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
7037 $_shell_exitsignal.
7038 * gdb.base/default.exp: Update for new convenience variables.
7039
7040 2019-05-29 Tom Tromey <tromey@adacore.com>
7041
7042 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
7043 to "break complete ada" test case's regexp.
7044
7045 2019-05-29 Tom Tromey <tromey@adacore.com>
7046
7047 PR c++/20020:
7048 * gdb.cp/constexpr-field.exp: New file.
7049 * gdb.cp/constexpr-field.cc: New file.
7050
7051 2019-05-29 Tom Tromey <tromey@adacore.com>
7052
7053 * gdb.base/finish.exp (finish_no_print): New proc.
7054 (finish_tests): Call it.
7055
7056 2019-05-24 Tom de Vries <tdevries@suse.de>
7057
7058 * gdb.dwarf2/gdb-add-index.exp: New file.
7059
7060 2019-05-22 Tom Tromey <tromey@adacore.com>
7061
7062 * gdb.base/info-shared.exp (check_info_shared): Use "style".
7063 * gdb.base/style.exp: Use "style".
7064 * lib/gdb-utils.exp (style): New proc.
7065
7066 2019-05-22 Tom de Vries <tdevries@suse.de>
7067
7068 * gdb.base/align.exp: Require c++11.
7069
7070 2019-05-22 Tom de Vries <tdevries@suse.de>
7071
7072 PR testsuite/24586
7073 * gdb.python/py-mi-var-info-path-expression.exp: Call
7074 mi_skip_python_tests to check if python is supported.
7075
7076 2019-05-22 Alan Hayward <alan.hayward@arm.com>
7077
7078 * gdb.arch/aarch64-pauth.c: New test.
7079 * gdb.arch/aarch64-pauth.exp: New file.
7080
7081 2019-05-22 Alan Hayward <alan.hayward@arm.com>
7082
7083 * README (Re-running Tests Outside The Testsuite): New section.
7084
7085 2019-05-21 Tom de Vries <tdevries@suse.de>
7086
7087 * gdb.arch/amd64-eval.exp: Require c++11.
7088 * gdb.base/max-depth.exp: Same.
7089 * gdb.compile/compile-cplus-array-decay.exp: Same.
7090 * gdb.cp/meth-typedefs.exp: Same.
7091 * gdb.cp/subtypes.exp: Same.
7092 * gdb.cp/temargs.exp: Same.
7093
7094 2019-05-21 Alan Hayward <alan.hayward@arm.com>
7095
7096 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
7097
7098 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
7099
7100 PR gdb/18644
7101 * gdb.fortran/complex.exp: Remove setup_kfail calls.
7102 * gdb.fortran/printing-types.exp: Add new test.
7103 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
7104 testing.
7105 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
7106 setup_kfail call.
7107
7108 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7109
7110 * README (Running the Testsuite): Change example.
7111 (Testsuite Parameters): Remove TRANSCRIPT.
7112 * lib/gdb.exp: Remove TRANSCRIPT check.
7113
7114 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7115
7116 * README (Testsuite Parameters): Add replay logging to
7117 GDBSERVER_DEBUG.
7118 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
7119 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
7120 as a comma separated list.
7121 (gdb_debug_init): Override procedure.
7122
7123 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7124
7125 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
7126 (gdb_write_cmd_file): New procedure.
7127 * lib/gdbserver-support.exp (gdbserver_start): Call
7128 gdbserver_write_cmd_file.
7129 (gdbserver_write_cmd_file): New procedure.
7130
7131 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7132
7133 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
7134 (delete_breakpoints): Likewise.
7135 (gdb_run_cmd): Likewise.
7136 (gdb_start_cmd): Likewise.
7137 (gdb_starti_cmd): Likewise.
7138 (gdb_internal_error_resync): Likewise.
7139 (gdb_test_multiple): Likewise.
7140 (gdb_reinitialize_dir): Likewise.
7141 (default_gdb_exit): Likewise.
7142 (gdb_file_cmd): Mark kill as optional.
7143 (default_gdb_start): Call gdb_stdin_log_init.
7144 (send_gdb): Call gdb_stdin_log_write.
7145 (rerun_to_main): Mark Y as an answer.
7146 (gdb_stdin_log_init): New function.
7147 (gdb_stdin_log_write): Likewise.
7148
7149 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7150
7151 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
7152 * gdb.base/debug-expr.exp: Likewise.
7153 * gdb.base/foll-fork.exp: Likewise.
7154 * gdb.base/foll-vfork.exp: Likewise.
7155 * gdb.base/fork-print-inferior-events.exp: Likewise.
7156 * gdb.base/gdb-sigterm.exp: Likewise.
7157 * gdb.base/gdbinit-history.exp: Likewise.
7158 * gdb.base/osabi.exp: Likewise.
7159 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
7160 * gdb.base/ui-redirect.exp: Likewise.
7161 * gdb.gdb/unittest.exp: Likewise.
7162 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
7163 * gdb.mi/mi-watch.exp: Likewise.
7164 * gdb.mi/new-ui-mi-sync.exp: Likewise.
7165 * gdb.mi/user-selected-context-sync.exp: Likewise.
7166 * gdb.python/python.exp: Disable debug test when debugging.
7167 * gdb.threads/check-libthread-db.exp: Disable when debugging.
7168 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7169 Likewise.
7170 * gdb.threads/stepi-random-signal.exp: Likewise.
7171
7172 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7173
7174 * Makefile.in: Pass through GDB_DEBUG.
7175 * README (Testsuite Parameters): Add GDB_DEBUG.
7176 (gdb,debug): Add board setting.
7177 * lib/gdb.exp (default_gdb_start): Start debugging.
7178 (gdb_debug_enabled): New procedure.
7179 (gdb_debug_init): Likewise.
7180
7181 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7182
7183 * Makefile.in: Pass through GDB_DEBUG.
7184 * README (Testsuite Parameters): Add GDB_DEBUG.
7185 (gdb,debug): Add board setting.
7186 * lib/gdb.exp (default_gdb_start): Start debugging.
7187 (gdb_debug_enabled): New procedure.
7188 (gdb_debug_init): Likewise.
7189
7190 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7191
7192 * gdb.base/ui-redirect.exp: Add debug redirect tests.
7193
7194 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7195
7196 * gdb.base/ui-redirect.exp: Test redirection.
7197
7198 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
7199
7200 * gdb.mi/mi-complete.exp: New file.
7201 * gdb.mi/mi-complete.cc: Likewise.
7202
7203 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
7204
7205 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
7206 indexed and sliced arrays, and pointers to arrays.
7207
7208 2019-05-14 Tom Tromey <tromey@adacore.com>
7209
7210 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
7211 styling test.
7212
7213 2019-05-14 Tom de Vries <tdevries@suse.de>
7214
7215 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
7216 selection entry encoding.
7217
7218 2019-05-10 Tom Tromey <tromey@adacore.com>
7219
7220 * gdb.ada/info_exc.exp: Add "complete" test.
7221
7222 2019-05-09 Tom de Vries <tdevries@suse.de>
7223
7224 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
7225 CU-relative.
7226
7227 2019-05-09 Tom de Vries <tdevries@suse.de>
7228
7229 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
7230 CU-relative.
7231
7232 2019-05-08 Joel Brobecker <brobecker@adacore.com>
7233
7234 * gdb.ada/frame_arg_lang.exp: New testcase.
7235 * gdb.ada/frame_arg_lang/bla.adb: New file.
7236 * gdb.ada/frame_arg_lang/pck.ads: New file.
7237 * gdb.ada/frame_arg_lang/pck.adb: New file.
7238 * gdb.ada/frame_arg_lang/foo.c: New file.
7239
7240 2019-05-08 Tom Tromey <tromey@adacore.com>
7241
7242 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
7243
7244 2019-05-08 Tom Tromey <tromey@adacore.com>
7245
7246 * gdb.base/ptype-offsets.exp: Update tests.
7247
7248 2019-05-08 Tom Tromey <tromey@adacore.com>
7249
7250 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
7251 cases.
7252 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
7253 "short".
7254
7255 2019-05-08 Tom Tromey <tromey@adacore.com>
7256
7257 * gdb.ada/vla.exp: New file.
7258 * gdb.ada/vla/vla.adb: New file.
7259
7260 2019-05-07 Tom de Vries <tdevries@suse.de>
7261
7262 * gdb.base/index-cache.exp (ls_host): Fix return statement.
7263
7264 2019-05-07 Tom de Vries <tdevries@suse.de>
7265
7266 PR testsuite/24522
7267 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
7268 section.
7269
7270 2019-05-07 Tom de Vries <tdevries@suse.de>
7271
7272 PR testsuite/24522
7273 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
7274 .debug_aranges section.
7275
7276 2019-05-07 Tom de Vries <tdevries@suse.de>
7277
7278 PR testsuite/24159
7279 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
7280
7281 2019-05-06 Tom de Vries <tdevries@suse.de>
7282
7283 * lib/gdb.exp (exec_has_index_section): New proc.
7284 * gdb.base/index-cache.exp: Handle case that binfile contains an index
7285 section.
7286
7287 2019-05-04 Tom de Vries <tdevries@suse.de>
7288
7289 * boards/cc-with-debug-names.exp: New file.
7290
7291 2019-05-03 Tom Tromey <tromey@adacore.com>
7292
7293 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
7294 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
7295 * gdb.ada/char_enum.exp: Add test.
7296
7297 2019-05-03 Tom de Vries <tdevries@suse.de>
7298
7299 * boards/cc-with-gdb-index.exp: New file.
7300
7301 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
7302
7303 * gdb.rust/simple.exp: Add new test case.
7304 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
7305 (main): Initialise an instance of the new struct.
7306
7307 2019-05-01 Tom Tromey <tromey@adacore.com>
7308
7309 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
7310 record.
7311 (NPR): New variable.
7312 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
7313 test.
7314
7315 2019-05-01 Tom Tromey <tromey@adacore.com>
7316
7317 * gdb.ada/packed_array_assign.exp: Add packed assignment
7318 regression test.
7319
7320 2019-05-01 Tom de Vries <tdevries@suse.de>
7321
7322 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
7323
7324 2019-05-01 Tom de Vries <tdevries@suse.de>
7325
7326 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
7327
7328 2019-04-30 Ali Tamur <tamur@google.com>
7329
7330 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
7331
7332 2019-04-30 Tom Tromey <tromey@adacore.com>
7333
7334 * lib/ada.exp (find_ada_tool): New proc.
7335 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
7336 * gdb.ada/catch_ex_std.exp: New file.
7337 * gdb.ada/catch_ex_std/foo.adb: New file.
7338 * gdb.ada/catch_ex_std/some_package.adb: New file.
7339 * gdb.ada/catch_ex_std/some_package.ads: New file.
7340
7341 2019-04-30 Tom Tromey <tromey@adacore.com>
7342
7343 PR c++/24470:
7344 * gdb.cp/temargs.cc: Add test code from PR.
7345
7346 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7347
7348 * gdb.fortran/vla-datatypes.exp: Update expected results.
7349 * gdb.fortran/vla-ptype.exp: Likewise.
7350 * gdb.fortran/vla-type.exp: Likewise.
7351 * gdb.fortran/vla-value.exp: Likewise.
7352
7353 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7354
7355 * gdb.fortran/ptr-indentation.exp: Update expected results.
7356 * gdb.fortran/ptype-on-functions.exp: Likewise.
7357 * gdb.fortran/vla-ptr-info.exp: Likewise.
7358 * gdb.fortran/vla-value.exp: Likewise.
7359
7360 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7361
7362 * gdb.fortran/ptype-on-functions.exp: New file.
7363 * gdb.fortran/ptype-on-functions.f90: New file.
7364
7365 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7366
7367 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
7368 case void string.
7369
7370 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7371
7372 * gdb.fortran/complex.exp: Expand.
7373 * gdb.fortran/complex.f: Renamed to...
7374 * gdb.fortran/complex.f90: ...this, and extended to add more
7375 complex values.
7376
7377 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7378
7379 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
7380 MODULO, CMPLX.
7381
7382 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
7383 Richard Bunt <richard.bunt@arm.com>
7384
7385 * gdb.base/max-depth.c: New file.
7386 * gdb.base/max-depth.exp: New file.
7387 * gdb.python/py-nested-maps.c: New file.
7388 * gdb.python/py-nested-maps.exp: New file.
7389 * gdb.python/py-nested-maps.py: New file.
7390 * gdb.python/py-format-string.exp (test_max_depth): New proc.
7391 (test_all_common): Call test_max_depth.
7392 * gdb.fortran/max-depth.exp: New file.
7393 * gdb.fortran/max-depth.f90: New file.
7394 * gdb.go/max-depth.exp: New file.
7395 * gdb.go/max-depth.go: New file.
7396 * gdb.modula2/max-depth.exp: New file.
7397 * gdb.modula2/max-depth.c: New file.
7398 * lib/gdb.exp (get_print_expr_at_depths): New proc.
7399
7400 2019-04-29 Tom de Vries <tdevries@suse.de>
7401
7402 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
7403
7404 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7405
7406 * gdb.base/callexit.exp: Test may-call-functions off.
7407
7408 2019-04-25 Keith Seitz <keiths@redhat.com>
7409
7410 PR c++/24367
7411 * gdb.cp/meth-typedefs.cc (incomplete_struct)
7412 (another_incomplete_struct, test_incomplete): New definitions.
7413 (main): Use new definitions.
7414 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
7415 functions.
7416
7417 2019-04-25 Ali Tamur <tamur@google.com>
7418
7419 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
7420
7421 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
7422
7423 PR corefiles/11608
7424 PR corefiles/18187
7425 * gdb.base/coredump-filter-build-id.exp: New file.
7426
7427 2019-04-25 Alan Hayward <alan.hayward@arm.com>
7428
7429 * Makefile.in: Pass through GDBSERVER_DEBUG.
7430 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
7431 (gdbserver,debug): Add board setting.
7432 * gdb.trace/tspeed.exp: Skip when debugging.
7433 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
7434 * lib/gdbserver-support.exp: Likewise
7435
7436 2019-04-24 Tom Tromey <tromey@adacore.com>
7437
7438 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
7439 Rust.
7440
7441 2019-04-24 Tom Tromey <tromey@adacore.com>
7442
7443 * gdb.arch/amd64-eval.exp: Test bitfield return.
7444 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
7445 (class Foo) <return_bitfields>: New method.
7446 (main): Call it.
7447
7448 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7449
7450 * gdb.cp/many-args.cc: New file.
7451 * gdb.cp/many-args.exp: New file.
7452
7453 2019-04-23 Tom de Vries <tdevries@suse.de>
7454
7455 PR gdb/24433
7456 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
7457
7458 2019-04-23 Alan Hayward <alan.hayward@arm.com>
7459
7460 * gdb.trace/backtrace.exp: Use nopie flag.
7461 * gdb.trace/circ.exp: Likewise.
7462 * gdb.trace/collection.exp: Likewise.
7463 * gdb.trace/ftrace.exp: Likewise.
7464 * gdb.trace/mi-trace-unavailable.exp: Likewise.
7465 * gdb.trace/mi-traceframe-changed.exp: Likewise.
7466 * gdb.trace/qtro.exp: Likewise.
7467 * gdb.trace/read-memory.exp: Likewise.
7468 * gdb.trace/report.exp: Likewise.
7469 * gdb.trace/tfile.exp: Likewise.
7470 * gdb.trace/tfind.exp: Likewise.
7471 * gdb.trace/unavailable.exp: Likewise.
7472
7473 2019-04-22 Pedro Alves <palves@redhat.com>
7474
7475 * gdb.base/solib-probes-nosharedlibrary.c,
7476 gdb.base/solib-probes-nosharedlibrary.exp: New files.
7477
7478 2019-04-19 Tom Tromey <tromey@adacore.com>
7479
7480 * gdb.ada/ptype_union.c: New file.
7481 * gdb.ada/ptype_union.exp: New file.
7482
7483 2019-04-19 Tom Tromey <tromey@adacore.com>
7484
7485 PR symtab/24423:
7486 * gdb.base/list0.h (foo): Add a control-l character.
7487
7488 2019-04-18 Tom de Vries <tdevries@suse.de>
7489
7490 PR gdb/24433
7491 * boards/local-board.exp: Set sysroot to "".
7492
7493 2019-04-18 Tom de Vries <tdevries@suse.de>
7494 Pedro Alves <palves@redhat.com>
7495
7496 PR gdb/24454
7497 * gdb.threads/vfork-follow-child-exec.c: New file.
7498 * gdb.threads/vfork-follow-child-exec.exp: New file.
7499 * gdb.threads/vfork-follow-child-exit.c: New file.
7500 * gdb.threads/vfork-follow-child-exit.exp: New file.
7501
7502 2019-04-15 Leszek Swirski <leszeks@google.com>
7503
7504 * gdb.arch/amd64-eval.cc: New file.
7505 * gdb.arch/amd64-eval.exp: New file.
7506
7507 2019-04-11 Alan Hayward <alan.hayward@arm.com>
7508
7509 * gdb.server/sysroot.c: New test.
7510 * gdb.server/sysroot.exp: New file.
7511 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
7512 matching param.
7513
7514 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
7515
7516 * gdb.base/align.exp: Extend test to cover structures containing
7517 only static fields.
7518
7519 2019-04-11 Tom de Vries <tdevries@suse.de>
7520
7521 * boards/cc-with-dwz-m.exp: New file.
7522 * boards/cc-with-dwz.exp: New file.
7523 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
7524
7525 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
7526
7527 * gdb.base/start-cpp.exp: New file.
7528 * gdb.base/start-cpp.cc: New file.
7529
7530 2019-04-08 Kevin Buettner <kevinb@redhat.com>
7531
7532 * gdb.python/py-thrhandle.exp: Adjust tests to call
7533 thread_from_handle instead of thread_from_thread_handle.
7534
7535 2019-04-08 Kevin Buettner <kevinb@redhat.com>
7536
7537 * gdb.python/py-thrhandle.exp: Add tests for
7538 gdb.InferiorThread.handle.
7539
7540 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
7541
7542 * gdb.python/py-function.exp: Check calling helper function from
7543 all languages.
7544 * lib/gdb.exp (gdb_supported_languages): New proc.
7545
7546 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
7547
7548 * gdb.base/complex-parts.c: New file.
7549 * gdb.base/complex-parts.exp: New file.
7550
7551 2019-04-01 Tom Tromey <tromey@adacore.com>
7552
7553 PR symtab/23331:
7554 * gdb.dwarf2/dw2-ranges-main.c: New file.
7555 * gdb.dwarf2/dw2-ranges-psym.c: New file.
7556 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
7557
7558 2019-03-30 Simon Marchi <simark@simark.ca>
7559
7560 * gdb.base/default.exp: Add values for $_gdb_major and
7561 $_gdb_minor.
7562
7563 2019-03-29 Tom Tromey <tromey@adacore.com>
7564
7565 * gdb.base/help.exp: Tighten apropos regexp.
7566
7567 2019-03-29 Keith Seitz <keiths@redhat.com>
7568
7569 * gdb.fortran/array-bounds.exp: New file.
7570 * gdb.fortran/array-bounds.f90: New file.
7571
7572 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7573
7574 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
7575
7576 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7577
7578 * gdb.multi/hello.c (main): Increase alarm timer.
7579
7580 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
7581
7582 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
7583 factor when no hardware watchpoint support.
7584
7585 2019-03-28 Alan Hayward <alan.hayward@arm.com>
7586 Pedro Alves <palves@redhat.com>
7587
7588 * boards/local-board.exp: set sysroot to /.
7589
7590 2019-03-27 Alan Hayward <alan.hayward@arm.com>
7591
7592 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
7593 in child.
7594
7595 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
7596
7597 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
7598 field.
7599 (make_container): Initialise new field.
7600 * gdb.python/py-prettyprint.exp: Add new tests.
7601 * gdb.python/py-prettyprint.py (class ContainerPrinter)
7602 <display_hint>: New method.
7603
7604 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
7605
7606 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
7607 gdb_continue_to_breakpoint more throughout this test.
7608 (run_lang_tests) Supply unique test names, and use
7609 gdb_test_no_output.
7610
7611 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
7612
7613 * gdb.base/finish-pretty.exp: Update expected results.
7614 * gdb.base/pretty-print.c: New file.
7615 * gdb.base/pretty-print.exp: New file.
7616
7617 2019-03-25 Pedro Alves <palves@redhat.com>
7618
7619 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
7620 move comments outside list. Append '-i "" eof' section.
7621
7622 2019-03-22 Alan Hayward <alan.hayward@arm.com>
7623
7624 PR testsuite/25016
7625 * README: Add pie options.
7626 * gdb.base/break-interp.exp: Ensure pie is disabled.
7627 * gdb.base/dump.exp: Likewise.
7628 * lib/gdb.exp (gdb_compile): Add pie option.
7629
7630 2019-03-19 Tom Tromey <tromey@adacore.com>
7631
7632 * gdb.mi/mi2-cli-display.c: New file.
7633 * gdb.mi/mi2-cli-display.exp: New file.
7634
7635 2019-03-18 Joel Brobecker <brobecker@adacore.com>
7636 Tom Tromey <tromey@adacore.com>
7637
7638 * gdb.ada/ptype_array/pck.adb: New file.
7639 * gdb.ada/ptype_array/pck.ads: New file.
7640 * gdb.ada/ptype_array/foo.adb: New file.
7641 * gdb.ada/ptype_array.exp: New file.
7642
7643 2019-03-14 Tom Tromey <tromey@adacore.com>
7644
7645 * gdb.base/style.exp: Add "set style sources" test.
7646
7647 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
7648
7649 * mi-breakpoint-location-ena-dis.exp: Rename to ...
7650 * mi-breakpoint-multiple-locations.exp: ... this.
7651 (make_breakpoints_pattern): New proc.
7652 (do_test): Add mi_version parameter, test -break-insert,
7653 -break-info and =breakpoint-created.
7654
7655 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
7656
7657 * config/default.exp: Remove 'load_lib gdb.exp'.
7658 * config/monitor.exp: Likewise.
7659 * config/sid.exp: Likewise.
7660 * config/sim.exp: Likewise.
7661 * config/slite.exp: Likewise.
7662 * config/unix.exp: Likewise.
7663 * gdb.base/default.exp: Remove unhelpful comment.
7664
7665 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7666
7667 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
7668
7669 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7670
7671 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
7672
7673 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7674
7675 * gdb.fortran/type-kinds.exp: Update expected results.
7676
7677 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7678
7679 * gdb.fortran/type-kinds.exp: Test new integer type kind.
7680
7681 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7682
7683 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
7684 function.
7685 (test_basic_parsing_of_type_kinds): Expand types tested.
7686 (test_parsing_invalid_type_kinds): New function.
7687
7688 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7689
7690 * gdb.fortran/intrinsics.exp: New file.
7691 * gdb.fortran/intrinsics.f90: New file.
7692 * gdb.fortran/type-kinds.exp: New file.
7693
7694 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7695
7696 * gdb.fortran/dot-ops.exp: New file.
7697
7698 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7699
7700 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
7701 Check upper and lower case logical literals.
7702
7703 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7704
7705 * gdb.fortran/types.exp (test_float_literal_types_accepted):
7706 Remove duplicate tests.
7707
7708 2019-03-06 Alan Hayward <alan.hayward@arm.com>
7709
7710 * lib/gdb.exp (builtin_cd): rename of cd.
7711 (cd): Override builtin.
7712
7713 2019-03-06 Richard Bunt <richard.bunt@arm.com>
7714
7715 * gdb.fortran/function-calls.exp: New file.
7716 * gdb.fortran/function-calls.f90: New test.
7717
7718 2019-03-04 Richard Bunt <richard.bunt@arm.com>
7719
7720 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
7721 on user program standard output.
7722 * gdb.fortran/short-circuit-argument-list.f90: Record function
7723 calls.
7724
7725 2019-02-28 Alan Hayward <alan.hayward@arm.com>
7726
7727 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
7728 failure.
7729
7730 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7731
7732 PR gdb/8527
7733 * gdb.base/interrupt-daemon-attach.c,
7734 gdb.base/interrupt-daemon-attach.exp: New test.
7735
7736 2019-02-27 Pedro Alves <palves@redhat.com>
7737
7738 * gdb.base/page.exp: Add tests for "set width/height -1".
7739
7740 2019-02-27 Pedro Alves <palves@redhat.com>
7741
7742 * gdb.base/page.exp: Add tests for "set/show width/height" with
7743 "infinite" values.
7744
7745 2019-02-27 Tom Tromey <tromey@adacore.com>
7746
7747 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
7748 2.4.
7749 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
7750 workaround.
7751
7752 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
7753
7754 * gdb.base/align.exp: Extend to compile in both C and C++, and add
7755 tests for structs with static members.
7756
7757 2019-02-26 Tom Tromey <tromey@adacore.com>
7758
7759 * gdb.python/py-value.exp (test_value_from_buffer): Check for
7760 ValueError, not TypeError.
7761
7762 2019-02-26 Kevin Buettner <kevinb@redhat.com>
7763
7764 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
7765 call from main program.
7766
7767 2019-02-23 Joel Brobecker <brobecker@adacore.com>
7768
7769 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
7770 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
7771 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
7772 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
7773 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
7774
7775 2019-02-22 Keith Seitz <keiths@redhat.com>
7776
7777 PR symtab/23853
7778 * gdb.base/symlink-sourcefile.c: New file.
7779 * gdb.base/symlink-sourcefile.exp: New file.
7780
7781 2019-02-20 Tom Tromey <tom@tromey.com>
7782
7783 * gdb.base/info_qt.exp: Update.
7784
7785 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
7786
7787 * gdb.base/source.exp: Move "error in sourced script" code to
7788 the end.
7789 * gdb.base/source-error.gdb: Move contents to
7790 source-error-1.gdb. Add new code to source source-error-1.gdb.
7791 * gdb.base/source-error-1.gdb: New file, from previous
7792 source-error.gdb.
7793
7794 2019-02-17 Tom Tromey <tom@tromey.com>
7795
7796 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
7797 for macro styling.
7798 * gdb.base/style.c (SOME_MACRO): New macro.
7799
7800 2019-02-17 Tom Tromey <tom@tromey.com>
7801
7802 * gdb.base/style.exp: Add line-wrapping tests.
7803 * gdb.base/page.exp: Add test for quitting during pagination.
7804
7805 2019-02-17 Joel Brobecker <brobecker@adacore.com>
7806
7807 * gdb.ada/big_packed_array: New testcase.
7808 * gdb.ada/homonym.exp: Fix incorrect expected output for
7809 "break <homonym__get_value>" test.
7810
7811 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
7812
7813 PR breakpoints/21870
7814 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
7815 and prepare_for_testing. Add comment.
7816 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
7817 redundant cleanup call. Clean up comment.
7818
7819 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
7820
7821 PR breakpoints/21870
7822 * gdb.arch/aarch64-dbreg-contents.exp: New file.
7823 * gdb.arch/aarch64-dbreg-contents.c: New file.
7824
7825 2019-02-10 Joel Brobecker <brobecker@adacore.com>
7826
7827 * gdb.ada/mi_ref_changeable: New testcase.
7828
7829 2019-02-07 Alan Hayward <alan.hayward@arm.com>
7830
7831 * gdb.base/attach.exp: Add double attach test.
7832
7833 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
7834
7835 * lib/gdb.exp (default_gdb_start): Don't match pagination
7836 prompt.
7837 (gdb_init): Set stty_init.
7838
7839 2019-01-27 Tom Tromey <tom@tromey.com>
7840
7841 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
7842 skip_python_tests.
7843
7844 2019-01-24 Alan Hayward <alan.hayward@arm.com>
7845
7846 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
7847 New structure.
7848 (struct struct_static_02_02): Likewise.
7849 (struct struct_static_02_03): Likewise.
7850 (struct struct_static_02_04): Likewise.
7851 (struct struct_static_04_01): Likewise.
7852 (struct struct_static_04_02): Likewise.
7853 (struct struct_static_04_03): Likewise.
7854 (struct struct_static_04_04): Likewise.
7855 (struct struct_static_06_01): Likewise.
7856 (struct struct_static_06_02): Likewise.
7857 (struct struct_static_06_03): Likewise.
7858 (struct struct_static_06_04): Likewise.
7859 (cmp_struct_static_02_01): Likewise.
7860 (cmp_struct_static_02_02): Likewise.
7861 (cmp_struct_static_02_03): Likewise.
7862 (cmp_struct_static_02_04): Likewise.
7863 (cmp_struct_static_04_01): Likewise.
7864 (cmp_struct_static_04_02): Likewise.
7865 (cmp_struct_static_04_03): Likewise.
7866 (cmp_struct_static_04_04): Likewise.
7867 (cmp_struct_static_06_01): Likewise.
7868 (cmp_struct_static_06_02): Likewise.
7869 (cmp_struct_static_06_03): Likewise.
7870 (cmp_struct_static_06_04): Likewise.
7871 (call_all): Test new structs.
7872 * gdb.base/infcall-nested-structs.exp: Likewise.
7873
7874 2019-01-21 Alan Hayward <alan.hayward@arm.com>
7875 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
7876
7877 2019-01-21 Alan Hayward <alan.hayward@arm.com>
7878 * gdb.base/stack-protector.c: New test.
7879 * gdb.base/stack-protector.exp: New file.
7880 * gdb.cp/ovldbreak.exp: Only allow a single break line.
7881 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
7882 option.
7883 (gdb_compile): Remove stack protector for GCC and prevent
7884 recursion.
7885
7886 2019-01-16 Keith Seitz <keiths@redhat.com>
7887
7888 PR gdb/23773
7889 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
7890
7891 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
7892
7893 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
7894 aliases.
7895 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
7896 tests.
7897 * gdb.arch/powerpc-vector-regs.c: New file.
7898 * gdb.arch/powerpc-vector-regs.exp: New file.
7899
7900 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
7901
7902 * gdb.arch/altivec-regs.exp: Fix the list passed to
7903 gdb_expect_list when testing "info vector".
7904
7905 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
7906
7907 * gdb.base/style.exp: Don't include path in testname.
7908
7909 2019-01-10 Keith Seitz <keiths@redhat.com>
7910
7911 PR gdb/23712
7912 PR symtab/23010
7913 * gdb.dwarf2/multidictionary.exp: New file.
7914
7915 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
7916
7917 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
7918 (test_gnuv3_style_demangling): ... this.
7919 (test_lucid_style_demangling): Remove.
7920 (test_arm_style_demangling): Remove.
7921 (test_hp_style_demangling): Remove.
7922 (do_tests): Remove calls to the above.
7923
7924 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
7925
7926 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
7927 case.
7928
7929 2019-01-06 Tom Tromey <tom@tromey.com>
7930
7931 PR gdb/28155:
7932 * gdb.dwarf2/typedef-void-finish.exp: New file.
7933
7934 2018-12-28 Tom Tromey <tom@tromey.com>
7935 Simon Marchi <simark@simark.ca>
7936
7937 * gdb.base/jit-exec.exp: New file.
7938 * gdb.base/jit-exec.c: New file.
7939 * gdb.base/jit-execd.c: New file.
7940
7941 2018-12-28 Tom Tromey <tom@tromey.com>
7942
7943 * gdb.base/style.exp: Update test to check for address styling.
7944
7945 2018-12-28 Tom Tromey <tom@tromey.com>
7946
7947 * gdb.base/style.exp: Add test for styling of "Reading symbols"
7948 message.
7949
7950 2018-12-28 Tom Tromey <tom@tromey.com>
7951
7952 * gdb.base/style.exp: Add test for version number styling.
7953
7954 2018-12-28 Tom Tromey <tom@tromey.com>
7955
7956 * gdb.base/style.exp: Add test for print_address_symbolic.
7957
7958 2018-12-28 Tom Tromey <tom@tromey.com>
7959
7960 * gdb.base/style.exp: Add test for breakpoint setting.
7961
7962 2018-12-28 Tom Tromey <tom@tromey.com>
7963
7964 * gdb.base/style.exp: Add test for variable names.
7965
7966 2018-12-28 Tom Tromey <tom@tromey.com>
7967
7968 * gdb.base/style.exp: New file.
7969 * gdb.base/style.c: New file.
7970
7971 2018-12-28 Tom Tromey <tom@tromey.com>
7972
7973 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
7974 "dumb".
7975 * gdb.base/readline.exp (operate_and_get_next): Save and restore
7976 the TERM environment variable.
7977
7978 2018-12-27 Tom Tromey <tom@tromey.com>
7979
7980 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
7981 pagination test.
7982
7983 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
7984
7985 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
7986 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
7987
7988 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7989
7990 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
7991 Filename a.adb changed to bp_fun_addr.adb.
7992 gdb.ada/bp_fun_addr.exp: Update test accordingly.
7993
7994 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
7995
7996 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
7997 non-PIE executables.
7998 * README: Mention the gdb,nopie_flag board setting.
7999 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
8000 non-PIE executable.
8001 * gdb.arch/amd64-entry-value.exp: Likewise.
8002 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
8003 * gdb.arch/i386-float.exp: Likewise.
8004 * gdb.arch/i386-signal.exp: Likewise.
8005 * gdb.mi/mi-reg-undefined.exp: Likewise.
8006
8007 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
8008
8009 PR gdb/23974
8010 * gdb.base/info-os.exp: Check return for unknown "info os" type.
8011
8012 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8013
8014 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
8015 Update order of results accordingly.
8016
8017 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
8018
8019 * gdb.base/annota1.exp: Update a test regexp.
8020
8021 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8022
8023 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
8024
8025 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8026
8027 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
8028 (reuse_time): Initialize to REUSE_TIME_CAP.
8029 (check_rc): New function.
8030 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
8031 Check pthread_create rc.
8032 (spawner_thread_func): Check pthread_create and pthread_join rc.
8033
8034 2018-12-08 Pedro Alves <palves@redhat.com>
8035
8036 * gdb.base/list.exp (test_forward_search): Rename to ...
8037 (test_forward_reverse_search): ... this. Also test reverse-search
8038 and the forward-search alias.
8039
8040 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
8041
8042 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
8043 local timeout variable before return, and remove all local timeout
8044 variable entirely.
8045 (gdb_load): Likewise.
8046
8047 2018-12-01 Tom de Vries <tdevries@suse.de>
8048
8049 * gdb.base/gdb-caching-proc.exp: New file.
8050
8051 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
8052
8053 * Makefile.in (TIMESTAMP): New variable.
8054 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
8055 command.
8056 (check-single-racy): Likewise.
8057 (check/%.exp): Likewise.
8058 (check-racy/%.exp): Likewise.
8059 (workers/%.worker): Likewise.
8060 (build-perf): Likewise.
8061 (check-perf): Likewise.
8062 * README: Describe new "TS" and "TS_FORMAT" variables.
8063 * print-ts.py: New file.
8064
8065 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
8066
8067 PR python/23714
8068 * gdb.python/python.exp: Test command repetition after
8069 gdb.execute.
8070
8071 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
8072
8073 * gdb.opt/inline-break.exp: Add test that info breakpoint output
8074 is correctly aligned.
8075
8076 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8077
8078 * gdb.ada/info_auto_lang.exp: New testcase.
8079 * gdb.ada/info_auto_lang/global_pack.ads: New file.
8080 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
8081 * gdb.ada/info_auto_lang/some_c.c: New file.
8082
8083 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8084
8085 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
8086 FUNC_lang language syntax.
8087
8088 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8089
8090 * gdb.base/info_minsym.c: New file.
8091 * gdb.base/info_minsym.exp: New file.
8092
8093 2018-11-19 Tom Tromey <tom@tromey.com>
8094
8095 PR rust/23625:
8096 * gdb.rust/simple.exp: Add ptype test. Update expected output.
8097 * gdb.rust/expr.exp: Update expected output. Change one test.
8098
8099 2018-11-19 Tom Tromey <tom@tromey.com>
8100
8101 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
8102
8103 2018-11-19 Pedro Alves <palves@redhat.com>
8104
8105 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
8106 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
8107 see the expected warning.
8108
8109 2018-11-16 Alan Hayward <alan.hayward@arm.com>
8110
8111 PR gdb/22736:
8112 * gdb.cp/infcall-nodebug-lib.c: New test.
8113 * gdb.cp/infcall-nodebug-main.c: New test.
8114 * gdb.cp/infcall-nodebug.exp: New file.
8115
8116 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
8117
8118 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
8119 completer tests.
8120
8121 2018-11-09 Tom de Vries <tdevries@suse.de>
8122
8123 * gdb.base/msym-lang.c: New test.
8124 * gdb.base/msym-lang.exp: New file.
8125 * gdb.base/msym-lang-main.c: New test.
8126
8127 2018-11-08 Tom Tromey <tom@tromey.com>
8128
8129 PR gdb/23555:
8130 PR gdb/23838:
8131 * gdb.base/warning.exp: New file.
8132
8133 2018-11-08 Jan Beulich <jbeulich@suse.com>
8134
8135 * testsuite/gdb.arch/i386-avx512.c,
8136 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
8137
8138 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
8139
8140 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
8141 point hardware.
8142
8143 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
8144
8145 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
8146 * gdb.dwarf2/missing-type-name.exp: New file.
8147
8148 2018-11-06 Tom de Vries <tdevries@suse.de>
8149
8150 * gdb.base/many-headers.c: New test.
8151 * gdb.base/many-headers.exp: New file.
8152
8153 2018-11-06 Jim Wilson <jimw@sifive.com>
8154
8155 * gdb.base/code_elim.exp: For riscv, set additional_flags
8156 to include -msmall-data-limit=0.
8157
8158 2018-11-01 Joel Brobecker <brobecker@adacore.com>
8159
8160 * gdb.ada/watch_minus_l: New testcase.
8161
8162 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
8163
8164 * gdb.arch/aix-sighandle.c: New file.
8165 * gdb.arch/aix-sighandle.exp: New file.
8166
8167 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
8168
8169 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
8170 registers being unions.
8171
8172 2018-10-31 Tom de Vries <tdevries@suse.de>
8173
8174 * lib/valgrind.exp: New file.
8175 (vgdb_start, vgdb_stop): New procs, factored out of ...
8176 * gdb.base/valgrind-bt.exp: ... here, ...
8177 * gdb.base/valgrind-disp-step.exp: ... here and ...
8178 * gdb.base/valgrind-infcall.exp: ... here.
8179
8180 2018-10-31 Tom de Vries <tdevries@suse.de>
8181
8182 * lib/gdb.exp (get_valueof): Don't output read value in test name.
8183
8184 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
8185
8186 * gdb.dwarf2/void-type.c: New file.
8187 * gdb.dwarf2/void-type.exp: New file.
8188
8189 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8190
8191 * gdb.base/info_qt.c: New file.
8192 * gdb.base/info_qt.exp: New file.
8193
8194 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8195
8196 * gdb.arch/powerpc-htm-regs.c: New file.
8197 * gdb.arch/powerpc-htm-regs.exp: New file.
8198
8199 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8200
8201 * gdb.arch/powerpc-tar.c: New file.
8202 * gdb.arch/powerpc-tar.exp: New file.
8203
8204 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8205
8206 * gdb.arch/powerpc-ppr-dscr.c: New file.
8207 * gdb.arch/powerpc-ppr-dscr.exp: New file.
8208
8209 2018-10-25 Tom de Vries <tdevries@suse.de>
8210
8211 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
8212
8213 2018-10-24 Tom de Vries <tdevries@suse.de>
8214
8215 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
8216 longer exists error.
8217
8218 2018-10-24 Tom de Vries <tdevries@suse.de>
8219
8220 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
8221
8222 2018-10-24 Tom de Vries <tdevries@suse.de>
8223
8224 * gdb.base/valgrind-db-attach.exp: Handle removed support for
8225 --db-attach in valgrind.
8226
8227 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
8228
8229 * gdb.arch/riscv-reg-aliases.c: New file.
8230 * gdb.arch/riscv-reg-aliases.exp: New file.
8231
8232 2018-10-19 Alan Hayward <alan.hayward@arm.com>
8233
8234 * gdb.python/py-cmd.exp: Check for gdb_prompt.
8235
8236 2018-10-19 Alan Hayward <alan.hayward@arm.com>
8237
8238 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
8239
8240 2018-10-19 Alan Hayward <alan.hayward@arm.com>
8241
8242 * gdb.cp/ovldbreak.exp: Fix regexps.
8243
8244 2018-10-19 Alan Hayward <alan.hayward@arm.com>
8245
8246 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
8247
8248 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
8249
8250 PR cli/23785
8251 * gdb.base/restore.exp: New test to check if "restore" with an
8252 invalid file doesn't segfault.
8253
8254 2018-10-18 Tom de Vries <tdevries@suse.de>
8255
8256 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
8257 * gdb.ada/excep_handle.exp: Same.
8258 * gdb.ada/mi_string_access.exp: Same.
8259 * gdb.ada/mi_var_union.exp: Same.
8260 * gdb.arch/arc-analyze-prologue.exp: Same.
8261 * gdb.arch/arc-decode-insn.exp: Same.
8262 * gdb.base/readnever.exp: Same.
8263 * gdb.fortran/printing-types.exp: Same.
8264 * gdb.guile/scm-lazy-string.exp: Same.
8265
8266 2018-10-16 Tom de Vries <tdevries@suse.de>
8267
8268 PR gdb/23730
8269 * gdb.base/catch-follow-exec.c: Add copyright notice.
8270 * gdb.base/catch-follow-exec.exp: Rewrite to use
8271 gdb_spawn_with_cmdline_opts. Require gdb-native.
8272
8273 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
8274
8275 * gdb.trace/actions-changed.exp: Check for arch support.
8276 * gdb.trace/actions.exp: Likewise.
8277 * gdb.trace/ax.exp: Likewise.
8278 * gdb.trace/backtrace.exp: Likewise.
8279 * gdb.trace/change-loc.exp: Likewise.
8280 * gdb.trace/deltrace.exp: Likewise.
8281 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
8282 * gdb.trace/ftrace.exp: Likewise.
8283 * gdb.trace/infotrace.exp: Check for arch support.
8284 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
8285 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
8286 * gdb.trace/mi-tsv-changed.exp: Likewise.
8287 * gdb.trace/packetlen.exp: Likewise.
8288 * gdb.trace/passc-dyn.exp: Likewise.
8289 * gdb.trace/passcount.exp: Likewise.
8290 * gdb.trace/pending.exp: Likewise.
8291 * gdb.trace/range-stepping.exp: Check for shlib support.
8292 * gdb.trace/report.exp: Check for arch support.
8293 * gdb.trace/save-trace.exp: Likewise.
8294 * gdb.trace/signal.exp: Check for signal support.
8295 * gdb.trace/tfind.exp: Check for arch support.
8296 * gdb.trace/trace-break.exp: Check for arch and shlib support.
8297 * gdb.trace/trace-common.h: Add comment.
8298 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
8299 * gdb.trace/trace-enable-disable.exp: Likewise.
8300 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
8301 * gdb.trace/tracecmd.exp: Check for arch support.
8302 * gdb.trace/tspeed.exp: Check for shlib and target support.
8303 * gdb.trace/tstatus.exp: Check for arch support.
8304 * gdb.trace/tsv.exp: Likewise.
8305 * gdb.trace/while-dyn.exp: Likewise.
8306 * gdb.trace/while-stepping.exp: Likewise.
8307 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
8308
8309 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
8310
8311 * gdb.trace/tspeed.exp: Remove nowarnings.
8312 (prepare_for_trace_test): Declare "global ipalib".
8313 * gdb.trace/tspeed.c: Include unistd.h.
8314 (main): Remove superfluous printf argument.
8315
8316 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
8317
8318 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
8319 directory prefix on the filename.
8320
8321 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
8322
8323 * gdb.gdb/unittest.exp: Update expected message informing that
8324 selftests have been disabled.
8325 * gdb.server/unittest.exp: Likewise.
8326
8327 2018-10-09 Tom de Vries <tdevries@suse.de>
8328
8329 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
8330 with runto_main.
8331
8332 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
8333
8334 PR c++/16841
8335 * gdb.cp/virtbase2.cc: New file.
8336 * gdb.cp/virtbase2.exp: New file.
8337
8338 2018-10-06 Tom Tromey <tom@tromey.com>
8339
8340 PR python/19399:
8341 * gdb.python/py-inferior.exp: Add architecture test.
8342
8343 2018-10-06 Tom Tromey <tom@tromey.com>
8344
8345 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
8346 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
8347
8348 2018-10-06 Tom Tromey <tom@tromey.com>
8349
8350 * gdb.python/py-breakpoint.exp (check_last_event): Check location
8351 of a "throw" catchpoint.
8352
8353 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
8354
8355 * gdb.base/info-proc.exp: Update string expected from "help info
8356 proc".
8357
8358 2018-10-04 Tom Tromey <tom@tromey.com>
8359
8360 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
8361 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
8362 (test_initial_complaints, test_empty_complaints): Update.
8363 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
8364
8365 2018-10-04 Tom Tromey <tom@tromey.com>
8366
8367 PR cli/19551:
8368 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
8369 * lib/gdb.exp (gdb_file_cmd): Update.
8370 * gdb.stabs/weird.exp (print_weird_var): Update.
8371 * gdb.server/solib-list.exp: Update.
8372 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
8373 * gdb.mi/mi-cli.exp: Update.
8374 * gdb.linespec/linespec.exp: Update.
8375 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
8376 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
8377 * gdb.cp/cp-relocate.exp: Update.
8378 * gdb.base/sym-file.exp: Update.
8379 * gdb.base/relocate.exp: Update.
8380 * gdb.base/readnever.exp: Update.
8381 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
8382 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
8383 * gdb.base/dbx.exp (gdb_file_cmd): Update.
8384 * gdb.base/code_elim.exp: Update.
8385 * gdb.base/break-unload-file.exp (test_break): Update.
8386 * gdb.base/break-interp.exp (test_attach_gdb): Update.
8387 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
8388 Update.
8389 * gdb.base/attach.exp (do_attach_tests): Update.
8390 * gdb.base/sepdebug.exp: Update.
8391 * gdb.python/py-section-script.exp: Update.
8392
8393 2018-10-04 Tom Tromey <tom@tromey.com>
8394
8395 PR cli/22234:
8396 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
8397 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
8398 output.
8399
8400 2018-10-04 Tom Tromey <tom@tromey.com>
8401
8402 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
8403 set width and height to 0.
8404 (test_command_line_attach_run): Use -quiet.
8405
8406 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
8407
8408 * lib/gdb.exp (skip_ifunc_tests): New.
8409 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
8410 other compile failures.
8411 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
8412
8413 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
8414
8415 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
8416 is_amd64_regs_target.
8417
8418 2018-10-01 Alan Hayward <alan.hayward@arm.com>
8419
8420 * gdb.arch/aarch64-sighandler-regs.c: New test.
8421 * gdb.arch/aarch64-sighandler-regs.exp: New file.
8422 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
8423
8424 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
8425
8426 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
8427 assembly.
8428
8429 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
8430
8431 * gdb.base/frame-selection.exp: New file.
8432 * gdb.base/frame-selection.c: New file.
8433
8434 2018-09-27 Alan Hayward <alan.hayward@arm.com>
8435
8436 * gdb.threads/check-libthread-db.c (thread_routine): Use a
8437 pthread barrier.
8438 (main): Likewise.
8439
8440 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
8441
8442 * gdb.base/large-frame-1.c: New file.
8443 * gdb.base/large-frame-2.c: New file.
8444 * gdb.base/large-frame.exp: New file.
8445 * gdb.base/large-frame.h: New file.
8446
8447 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
8448
8449 PR gdb/20948
8450 * gdb.base/write_mem.exp: New test.
8451 * gdb.base/write_mem.c: Likewise.
8452
8453 2018-09-23 Tom Tromey <tom@tromey.com>
8454
8455 PR python/18852:
8456 * gdb.python/py-parameter.exp: Add test for parameter that throws
8457 on "set".
8458
8459 2018-09-23 Tom Tromey <tom@tromey.com>
8460
8461 PR python/17284:
8462 * gdb.python/py-template.exp (test_template_arg): Add test for
8463 negative template argument number.
8464
8465 2018-09-23 Tom Tromey <tom@tromey.com>
8466
8467 PR python/14062:
8468 * gdb.python/python.exp: Add test for post_event error.
8469
8470 2018-09-23 Tom Tromey <tom@tromey.com>
8471
8472 PR python/18170:
8473 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
8474 convert pointers to int and long.
8475
8476 2018-09-23 Tom Tromey <tom@tromey.com>
8477
8478 PR python/20126:
8479 * gdb.python/py-value.exp (test_value_numeric_ops): Add
8480 signed-ness conversion tests.
8481
8482 2018-09-23 Tom Tromey <tom@tromey.com>
8483
8484 PR python/18352;
8485 * gdb.python/py-value.exp (test_float_conversion): New proc.
8486 Use it.
8487
8488 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
8489
8490 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
8491
8492 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
8493
8494 * gdb.base/complete-empty.exp: Skip tab-completion tests if
8495 no readline.
8496 * gdb.base/utf8-identifiers.exp: Likewise.
8497 * gdb.cp/cpcompletion.exp: Likewise.
8498 * gdb.linespec/cpcompletion.exp: Likewise.
8499 * gdb.linespec/cpls-abi-tag.exp: Likewise.
8500 * gdb.linespec/cpls-ops.exp: Likewise.
8501
8502 2018-09-19 Richard Bunt <richard.bunt@arm.com>
8503 Chris January <chris.january@arm.com>
8504
8505 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
8506 * gdb.fortran/short-circuit-argument-list.exp: New file.
8507 * gdb.fortran/short-circuit-argument-list.f90: New test.
8508
8509 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
8510
8511 * gdb.arch/amd64-invalid-stack-top.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.arch/amd64-invalid-stack-middle.exp: Expect optional
8517 "arch=" keyword when executing "-stack-list-frames".
8518
8519 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
8520
8521 * gdb.ada/complete.exp: Expect for "@" when doing "complete
8522 break ada".
8523
8524 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
8525
8526 PR python/23669
8527 * gdb.python/python.exp: Test gdb.execute("show commands").
8528
8529 2018-09-16 Tom Tromey <tom@tromey.com>
8530
8531 * gdb.base/new-ui.exp (do_execution_tests): Update.
8532 * gdb.base/dbx.exp (test_breakpoints): Update.
8533
8534 2018-09-14 Alan Hayward <alan.hayward@arm.com>
8535
8536 * lib/gdb.exp (gdb_simple_compile): Add proc.
8537 (is_elf_target): Use gdb_simple_compile.
8538 (skip_altivec_tests): Likewise.
8539 (skip_vsx_tests): Likewise.
8540 (skip_tsx_tests): Likewise.
8541 (skip_btrace_tests): Likewise.
8542 (skip_btrace_pt_tests): Likewise.
8543 (gdb_can_simple_compile): Likewise.
8544 (gdb_has_argv0): Likewise.
8545 (gdb_target_symbol_prefix): Likewise.
8546 (target_supports_scheduler_locking): Likewise.
8547
8548 2018-09-13 Tom Tromey <tom@tromey.com>
8549
8550 * Makefile.in (TAGS): Recognize proc_with_prefix and
8551 gdb_caching_proc.
8552
8553 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
8554
8555 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
8556 method.
8557
8558 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
8559
8560 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
8561 and a few other Inferior properties when the Inferior is no
8562 longer valid.
8563
8564 2018-09-13 Tom Tromey <tom@tromey.com>
8565
8566 PR rust/23650:
8567 * gdb.rust/simple.exp: Add test for enum field access error.
8568
8569 2018-09-13 Tom Tromey <tom@tromey.com>
8570
8571 PR rust/23626:
8572 * gdb.rust/simple.rs (EmptyEnum): New type.
8573 (main): Use it.
8574 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
8575
8576 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
8577
8578 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
8579 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
8580 * gdb.python/py-symtab.exp: Update test printing an objfile.
8581
8582 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
8583
8584 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
8585 object.
8586
8587 2018-09-12 Alan Hayward <alan.hayward@arm.com>
8588
8589 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
8590 (support_complex_tests): Use gdb_can_simple_compile.
8591 (is_ilp32_target): Likewise.
8592 (is_lp64_target): Likewise.
8593 (is_64_target): Likewise.
8594 (is_amd64_regs_target): Likewise.
8595 (is_aarch32_target): Likewise.
8596 (gdb_int128_helper): Likewise.
8597
8598 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8599
8600 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
8601
8602 2018-09-10 Jerome Guitton <guitton@adacore.com>
8603
8604 * gdb.ada/same_component_name: Add test for case of tagged record
8605 with variable-length fields.
8606
8607 2018-09-10 Xavier Roirand <roirand@adacore.com>
8608
8609 * gdb.ada/access_to_unbounded_array.exp: New testcase.
8610 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
8611 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
8612 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
8613
8614 2018-09-10 Xavier Roirand <roirand@adacore.com>
8615
8616 * gdb.ada/mi_string_access.exp: New testcase.
8617 * gdb.ada/mi_string_access/bar.adb: New file.
8618 * gdb.ada/mi_string_access/pck.adb: New file.
8619 * gdb.ada/mi_string_access/pck.asd: New file.
8620
8621 2018-09-10 Xavier Roirand <roirand@adacore.com>
8622
8623 * gdb.ada/mi_var_union.exp: New testcase.
8624 * gdb.ada/mi_var_union/bar.adb: New file.
8625 * gdb.ada/mi_var_union/pck.adb: New file.
8626 * gdb.ada/mi_var_union/pck.asd: New file.
8627
8628 2018-09-08 Tom Tromey <tom@tromey.com>
8629
8630 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
8631
8632 2018-09-08 Tom Tromey <tom@tromey.com>
8633
8634 PR python/16047:
8635 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
8636 (register_pretty_printers): Register new printer.
8637 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
8638 test.
8639 * gdb.python/py-prettyprint.c (int_type3): New typedef.
8640 (an_int_type3): New global.
8641
8642 2018-09-08 Joel Brobecker <brobecker@adacore.com>
8643
8644 * gdb.ada/expr_with_funcall: New testcase.
8645
8646 2018-09-08 Joel Brobecker <brobecker@adacore.com>
8647
8648 * gdb.ada/packed_array_assign: New testcase.
8649
8650 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
8651
8652 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
8653 names, and add test prefixes to make test names unique.
8654
8655 2018-09-05 Tom de Vries <tdevries@suse.de>
8656
8657 * gdb.dwarf2/varval.exp: Add test.
8658
8659 2018-09-04 Gary Benson <gbenson@redhat.com>
8660
8661 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
8662 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
8663
8664 2018-08-31 Tom Tromey <tom@tromey.com>
8665
8666 * gdb.rust/simple.rs: Rename second variable "v".
8667
8668 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
8669
8670 * gdb.base/funcargs.c (use_a): New function.
8671 (recurse): Call use_a.
8672
8673 2018-08-29 Keith Seitz <keiths@redhat.com>
8674
8675 * gdb.compile/compile-cplus-anonymous.cc: New file.
8676 * gdb.compile/compile-cplus-anonymous.exp: New file.
8677 * gdb.compile/compile-cplus-array-decay.cc: New file.
8678 * gdb.compile/compile-cplus-array-decay.exp: New file.
8679 * gdb.compile/compile-cplus-inherit.cc: New file.
8680 * gdb.compile/compile-cplus-inherit.exp: New file.
8681 * gdb.compile/compile-cplus-member.cc: New file.
8682 * gdb.compile/compile-cplus-member.exp: New file.
8683 * gdb.compile/compile-cplus-method.cc: New file.
8684 * gdb.compile/compile-cplus-method.exp: New file.
8685 * gdb.compile/compile-cplus-mod.c: "New" file.
8686 * gdb.compile/compile-cplus-namespace.cc: New file.
8687 * gdb.compile/compile-cplus-namespace.exp: New file.
8688 * gdb.compile/compile-cplus-nested.cc: New file.
8689 * gdb.compile/compile-cplus-nested.exp: New file.
8690 * gdb.compile/compile-cplus-print.c: "New" file.
8691 * gdb.compile/compile-cplus-print.exp: "New" file.
8692 * gdb.compile/compile-cplus-virtual.cc: New file.
8693 * gdb.compile/compile-cplus-virtual.exp: New file.
8694 * gdb.compile/compile-cplus.c: "New" file.
8695 * gdb.compile/compile-cplus.exp: "New" file.
8696 * lib/compile-support.exp: New file.
8697
8698 2018-08-16 Gary Benson <gbenson@redhat.com>
8699
8700 PR gdb/13000:
8701 * gdb.base/batch-exit-status.exp: New file.
8702 * gdb.base/batch-exit-status.good-commands: Likewise.
8703 * gdb.base/batch-exit-status.bad-commands: Likewise.
8704
8705 2018-08-29 Alan Hayward <alan.hayward@arm.com>
8706
8707 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
8708 (struct struct02): Likewise.
8709 (struct struct03): Likewise.
8710 (struct struct04): Likewise.
8711 (struct struct_01_01): New struct.
8712 (struct struct_01_02): Likewise.
8713 (struct struct_01_03): Likewise.
8714 (struct struct_01_04): Likewise.
8715 (struct struct_02_01): Likewise.
8716 (struct struct_02_02): Likewise.
8717 (struct struct_02_03): Likewise.
8718 (struct struct_02_04): Likewise.
8719 (struct struct_04_01): Likewise.
8720 (struct struct_04_02): Likewise.
8721 (struct struct_04_03): Likewise.
8722 (struct struct_04_04): Likewise.
8723 (struct struct_05_01): Likewise.
8724 (struct struct_05_02): Likewise.
8725 (struct struct_05_03): Likewise.
8726 (struct struct_05_04): Likewise.
8727 (cmp_struct01): Remove function.
8728 (cmp_struct02): Likewise.
8729 (cmp_struct03): Likewise.
8730 (cmp_struct04): Likewise.
8731 (cmp_struct_01_01): Add Function.
8732 (cmp_struct_01_02): Likewise.
8733 (cmp_struct_01_03): Likewise.
8734 (cmp_struct_01_04): Likewise.
8735 (cmp_struct_02_01): Likewise.
8736 (cmp_struct_02_02): Likewise.
8737 (cmp_struct_02_03): Likewise.
8738 (cmp_struct_02_04): Likewise.
8739 (cmp_struct_04_01): Likewise.
8740 (cmp_struct_04_02): Likewise.
8741 (cmp_struct_04_03): Likewise.
8742 (cmp_struct_04_04): Likewise.
8743 (cmp_struct_05_01): Likewise.
8744 (cmp_struct_05_02): Likewise.
8745 (cmp_struct_05_03): Likewise.
8746 (cmp_struct_05_04): Likewise.
8747 (call_all): Add new structs.
8748 * gdb.base/infcall-nested-structs.exp: Likewise.
8749
8750 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
8751
8752 * gdb.python/py-framefilter-mi.exp: Update regexp to
8753 check for "arch" field in frame output.
8754
8755 2018-08-23 Kevin Buettner <kevinb@redhat.com>
8756
8757 * gdb.dwarf2/dw2-ranges-func.c: New file.
8758 * gdb.dwarf2/dw2-ranges-func.exp: New file.
8759
8760 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
8761
8762 * gdb.base/term.exp: Compare terminal settings with values from
8763 the inferior.
8764 * gdb.base/term.c: Get and set terminal settings.
8765
8766 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
8767
8768 * lib/mi-support.exp (mi_expect_stop): Update regexp to
8769 accommodate new "arch" field in frame output.
8770 * gdb.mi/mi-return.exp: Likewise.
8771 * gdb.mi/mi-stack.exp: Likewise.
8772 * gdb.mi/mi-syn-frame.exp: Likewise.
8773 * gdb.mi/user-selected-context-sync.exp: Likewise.
8774
8775 2018-08-19 Michael Spang <spang@google.com>
8776
8777 PR gdb/11786
8778 * gdb.base/gcore-tls-pie.c: New file.
8779 * gdb.base/gcore-tls-pie.exp: New file.
8780
8781 2018-08-18 Kevin Buettner <kevinb@redhat.com>
8782
8783 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
8784 * gdb.dwarf2/varval.c: New file.
8785 * gdb.dwarf2/varval.exp: New file.
8786
8787 2018-08-17 Alan Hayward <alan.hayward@arm.com>
8788
8789 PR gdb/18931
8790 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
8791
8792 2018-08-16 Keith Seitz <keiths@redhat.com>
8793
8794 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
8795 tests expected to pass.
8796
8797 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
8798
8799 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
8800 -data-disassemble -a.
8801 (test_disassembly_bogus_args): Likewise.
8802
8803 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
8804
8805 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
8806
8807 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
8808
8809 * gdb.base/vla-optimized-out.exp: Add new test.
8810
8811 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
8812
8813 * gdb.base/vla-optimized-out-o3.exp: Delete.
8814 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
8815 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
8816 deleted tests.
8817
8818 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
8819
8820 PR gdb/18050:
8821 * gdb.server/extended-remote-restart.c: New file.
8822 * gdb.server/extended-remote-restart.exp: New file.
8823
8824 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
8825
8826 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
8827 "set variable index = 42".
8828
8829 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
8830
8831 * boards/index-cache-gdb.exp: New file.
8832 * gdb.dwarf2/index-cache.exp: New file.
8833 * gdb.dwarf2/index-cache.c: New file.
8834 * gdb.base/maint.exp: Check if we are using the index cache.
8835
8836 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8837
8838 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
8839 MAKEFLAGS.
8840
8841 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8842
8843 * dg-extract-results.sh: Move to toplevel contrib.
8844 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
8845 * Makefile.in (check-parallel-racy): Likewise.
8846
8847 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
8848
8849 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
8850 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
8851 tests if the target supports scheduler locking.
8852
8853 2018-08-04 Tom de Vries <tdevries@suse.de>
8854
8855 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
8856
8857 2018-08-02 Tom Tromey <tom@tromey.com>
8858
8859 PR symtab/16842.
8860 * gdb.cp/temargs.exp: Test "info address" of a template
8861 parameter.
8862
8863 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
8864
8865 * gdb.python/py-mi-var-info-path-expression.c: New file.
8866 * gdb.python/py-mi-var-info-path-expression.py: New file.
8867 * gdb.python/py-mi-var-info-path-expression.exp: New file.
8868
8869 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
8870
8871 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
8872 error after "cannot resolve name" string.
8873
8874 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
8875
8876 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
8877 started.
8878 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
8879
8880 2018-07-28 Tom de Vries <tdevries@suse.de>
8881
8882 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
8883
8884 2018-07-26 Tom de Vries <tdevries@suse.de>
8885
8886 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
8887
8888 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
8889
8890 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
8891 is visible.
8892
8893 2018-07-26 Tom de Vries <tdevries@suse.de>
8894
8895 PR breakpoints/23366
8896 * gdb.base/catch-follow-exec.c: New test.
8897 * gdb.base/catch-follow-exec.exp: New file.
8898
8899 2018-07-25 Tom de Vries <tdevries@suse.de>
8900
8901 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
8902 vla-optimized-out.c.
8903
8904 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
8905
8906 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
8907 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
8908
8909 2018-07-20 Tom de Vries <tdevries@suse.de>
8910
8911 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
8912 NOCLONE macro.
8913 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
8914
8915 2018-07-19 Tom de Vries <tdevries@suse.de>
8916
8917 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
8918 regular expression.
8919
8920 2018-07-18 Tom de Vries <tdevries@suse.de>
8921
8922 * gdb.base/vla-optimized-out.c: New test.
8923 * gdb.base/vla-optimized-out.exp: New file.
8924
8925 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
8926
8927 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
8928 message "No address associated with hostname" when gdbserver
8929 cannot resolve the hostname.
8930
8931 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8932
8933 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
8934 Add some test prefixes to make tests unique.
8935
8936 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8937
8938 * gdb.base/frameapply.c: New file.
8939 * gdb.base/frameapply.exp: New file.
8940
8941 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8942
8943 * gdb.base/skip.exp: Update expected error message.
8944
8945 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
8946 Jan Kratochvil <jan.kratochvil@redhat.com>
8947 Paul Fertser <fercerpav@gmail.com>
8948 Tsutomu Seki <sekiriki@gmail.com>
8949
8950 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
8951 parameter.
8952 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
8953 by default.
8954 * boards/native-gdbserver.exp: Likewise.
8955 * gdb.server/run-without-local-binary.exp: Improve regexp used
8956 for detecting when a remote debugging connection succeeds.
8957 * gdb.server/server-connect.exp: New file.
8958 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
8959 Do not prefix the port number with ":".
8960 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
8961 support for detecting and using it. Add '$debughost_gdbserver'
8962 to the list of arguments used to start gdbserver. Handle case
8963 when gdbserver cannot resolve a network name.
8964
8965 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
8966
8967 PR c++/23373
8968 * gdb.base/ptype-offsets.cc (struct static_member): New
8969 struct.
8970 (main) <stmember>: New variable.
8971 * gdb.base/ptype-offsets.exp: Add test for printing a struct
8972 with a static member in it.
8973
8974 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
8975
8976 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
8977 watchpoints enabled and disabled.
8978
8979 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
8980
8981 * gdb.base/examine-backward.exp: Still run tests around address
8982 0x0, even if address 0x0 is not readable. Update the pattern for
8983 matching address 0x0 in expected output.
8984
8985 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
8986
8987 * gdb.base/share-env-with-gdbserver.c (main): Add call to
8988 malloc/free.
8989
8990 2018-07-04 Tom de Vries <tdevries@suse.de>
8991
8992 * gdb.dwarf2/dw2-error.exp: Update expected error message.
8993
8994 2018-07-02 Maciej W. Rozycki <macro@mips.com>
8995
8996 PR tdep/8282
8997 * gdb.arch/mips-disassembler-options.exp: New test.
8998 * gdb.arch/mips-disassembler-options.s: New test source.
8999
9000 2018-06-29 Pedro Alves <palves@redhat.com>
9001
9002 * gdb.threads/names.exp: Adjust expected "info threads" output.
9003
9004 2018-06-29 Pedro Alves <palves@redhat.com>
9005
9006 * gdb.opt/inline-break.exp (line number, address): Add "info
9007 break" tests.
9008
9009 2018-06-29 Pedro Alves <palves@redhat.com>
9010
9011 * gdb.opt/inline-break.c (func1): Add "break here" marker.
9012 * gdb.opt/inline-break.exp: Test setting breakpoints by line
9013 number and address and running to them.
9014
9015 2018-06-29 Richard Bunt <richard.bunt@arm.com>
9016
9017 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
9018
9019 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9020
9021 * lib/compiler.c: Remove executable permission flag.
9022
9023 2018-06-28 Richard Bunt <richard.bunt@arm.com>
9024
9025 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
9026 code.
9027 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
9028
9029 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
9030
9031 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
9032
9033 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
9034
9035 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
9036 address argument is omitted.
9037
9038 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
9039
9040 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
9041
9042 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
9043
9044 PR gdb/21695
9045 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
9046 * gdb.base/infoline-reloc-main-from-zero.c: New file.
9047
9048 2018-06-26 Tom Tromey <tom@tromey.com>
9049
9050 PR rust/22574:
9051 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
9052 * gdb.rust/simple.rs (struct SimpleLayout): New.
9053
9054 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
9055
9056 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
9057 "info registers" output.
9058
9059 2018-06-21 Richard Bunt <richard.bunt@arm.com>
9060
9061 * gdb.base/watchpoint-hw-attach.c: New test.
9062 * gdb.base/watchpoint-hw-attach.exp: New file.
9063
9064 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
9065
9066 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
9067 through /bin/sh.
9068 * boards/dwarf4-gdb-index.exp: Likewise.
9069 * boards/fission-dwp.exp: Likewise.
9070
9071 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
9072
9073 * gdb.base/float128.exp: Add comment and improved fail message
9074 to the failure case of "print large128" test.
9075
9076 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
9077
9078 * configure.ac: Remove AC_PREREQ.
9079 * configure: Re-generate.
9080
9081 2018-06-19 Pedro Alves <palves@redhat.com>
9082
9083 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
9084 (func_extern_caller): New.
9085 (main): Call func_extern_caller.
9086 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
9087 logic change.
9088
9089 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
9090
9091 PR gdb/16841
9092 * gdb.cp/typedef-base.cc: New file.
9093 * gdb.cp/typedef-base.exp: New file.
9094
9095 2018-06-18 Tom de Vries <tdevries@suse.de>
9096
9097 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
9098
9099 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
9100 Richard Bunt <Richard.Bunt@arm.com>
9101
9102 * gdb.threads/attach-slow-waitpid.c: New file.
9103 * gdb.threads/attach-slow-waitpid.exp: New file.
9104 * gdb.threads/slow-waitpid.c: New file.
9105
9106 2018-06-14 Pedro Alves <palves@redhat.com>
9107
9108 * gdb.base/fork-running-state.c: Include <errno.h>.
9109 (exit_if_relative_exits): New.
9110 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
9111 exits.
9112 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
9113 child exits.
9114
9115 2018-06-14 Tom de Vries <tdevries@suse.de>
9116
9117 PR cli/22573
9118 * gdb.base/finish-pretty.c: New test.
9119 * gdb.base/finish-pretty.exp: New file.
9120
9121 2018-06-14 Pedro Alves <palves@redhat.com>
9122
9123 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
9124 gdb's expected startup output.
9125
9126 2018-06-14 Pedro Alves <palves@redhat.com>
9127
9128 * lib/selftest-support.exp (selftest_setup): Remove inlined
9129 function handling.
9130
9131 2018-06-14 Tom de Vries <tdevries@suse.de>
9132
9133 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
9134 matching of breakpoint printing.
9135
9136 2018-06-13 Tom de Vries <tdevries@suse.de>
9137
9138 PR testsuite/23269
9139 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
9140 (fork_child): ... here, and ...
9141 (fork_parent): ... here.
9142
9143 2018-06-12 Tom de Vries <tdevries@suse.de>
9144
9145 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
9146
9147 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
9148 Stephen Roberts <stephen.roberts@arm.com>
9149
9150 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
9151 rewrite test to describe action performed, rather than possible
9152 failure.
9153
9154 2018-06-08 Gary Benson <gbenson@redhat.com>
9155
9156 * gdb.threads/check-libthread-db.exp: New file.
9157 * gdb.threads/check-libthread-db.c: Likewise.
9158
9159 2018-06-05 Tom Tromey <tom@tromey.com>
9160
9161 * gdb.base/default.exp: Update expected "show version" output.
9162
9163 2018-06-05 Tom Tromey <tom@tromey.com>
9164
9165 PR cli/12326:
9166 * gdb.cp/static-print-quit.exp: Update.
9167 * lib/gdb.exp (pagination_prompt): Update.
9168 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
9169 * gdb.python/python.exp: Update.
9170
9171 2018-06-04 Joel Brobecker <brobecker@adacore.com>
9172
9173 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
9174
9175 2018-06-01 Joel Brobecker <brobecker@adacore.com>
9176
9177 * gdb.ada/bp_fun_addr: New testcase.
9178
9179 2018-06-01 Tom Tromey <tom@tromey.com>
9180
9181 * gdb.xml/tdesc-regs.exp (load_description): Update expected
9182 results.
9183 * gdb.dwarf2/method-ptr.exp: Set language to C++.
9184 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
9185 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
9186 * gdb.base/maint.exp (maint_pass_if): Update.
9187
9188 2018-05-31 Maciej W. Rozycki <macro@mips.com>
9189
9190 * gdb.base/endian.exp: New test.
9191 * gdb.base/endian.c: New test source.
9192
9193 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
9194
9195 PR gdb/23203
9196 * gdb.base/bt-selected-frame.c: New file.
9197 * gdb.base/bt-selected-frame.exp: New file.
9198 * lib/gdb.exp (get_current_frame_number): New function.
9199
9200 2018-05-24 Maciej W. Rozycki <macro@mips.com>
9201 Pedro Alves <palves@redhat.com>
9202
9203 * gdb.threads/tls-core.c: Include <stdlib.h>
9204 (thread_proc): Call `abort'.
9205 * gdb.threads/tls-core.exp: Generate a core with core_find too.
9206 (tls_core_test): New procedure, bits factored out from ...
9207 (top level): ... here. Test both native cores and gcore cores.
9208
9209 2018-05-23 Tom Tromey <tom@tromey.com>
9210
9211 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
9212
9213 2018-05-23 Tom Tromey <tom@tromey.com>
9214
9215 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
9216 symfile_complaints.
9217 (test_short_complaints): Likewise.
9218 (test_empty_complaints): Likewise.
9219 (test_initial_complaints): Update.
9220
9221 2018-05-23 Tom Tromey <tom@tromey.com>
9222
9223 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
9224
9225 2018-05-23 Tom Tromey <tom@tromey.com>
9226
9227 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
9228 (test_short_complaints): Update.
9229
9230 2018-05-22 Pedro Alves <palves@redhat.com>
9231
9232 * gdb.base/remote.exp: Only gdb_start after compiling the
9233 testcase. Issue "disconnect" before testing "set remote" command
9234 defaults. Issue clean_restart before running to main.
9235
9236 2018-05-22 Pedro Alves <palves@redhat.com>
9237
9238 * gdb.base/remote.exp: Adjust expected output of "show remote
9239 memory-write-packet-size". Add tests for "set remote
9240 memory-write-packet-size 0" and "set remote
9241 memory-write-packet-size fixed/limit".
9242
9243 2018-05-22 Pedro Alves <palves@redhat.com>
9244
9245 PR gdb/22973
9246 * gdb.base/utf8-identifiers.c: New file.
9247 * gdb.base/utf8-identifiers.exp: New file.
9248
9249 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
9250
9251 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
9252
9253 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
9254
9255 * gdb.arch/powerpc-vsx-gcore.exp: New file.
9256
9257 2018-05-18 Tom Tromey <tom@tromey.com>
9258
9259 * gdb.base/ptype-offsets.exp: Update.
9260
9261 2018-05-17 Keith Seitz <keiths@redhat.com>
9262
9263 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
9264 in expected breakpoint stop locations.
9265 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
9266 move to proper scope to test variable values.
9267 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
9268 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
9269 New functions.
9270 (main): Call not_inline_func3.
9271 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
9272 inline_func1, inline_func2, and inline_func3. Test that when each
9273 breakpoint is hit, GDB properly reports both the stop location
9274 and the backtrace. Repeat tests for temporary breakpoints.
9275
9276 2018-05-15 Maciej W. Rozycki <macro@mips.com>
9277
9278 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
9279 rather then trying to access it in determining whether the PID
9280 of `gdbserver' could have been retrieved.
9281
9282 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
9283
9284 * gdb.arch/amd64-init-x87-values.S: New file.
9285 * gdb.arch/amd64-init-x87-values.exp: New file.
9286
9287 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9288
9289 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
9290
9291 2018-05-04 Tom Tromey <tom@tromey.com>
9292
9293 PR python/22730:
9294 * gdb.python/python.exp: Test multi-line execute.
9295
9296 2018-05-04 Tom Tromey <tom@tromey.com>
9297
9298 PR python/22731:
9299 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
9300
9301 2018-05-04 Tom Tromey <tom@tromey.com>
9302
9303 PR gdb/11750:
9304 * gdb.base/define.exp: Test defining a user command inside a user
9305 command.
9306 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
9307
9308 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9309 Pedro Alves <palves@redhat.com>
9310
9311 PR breakpoints/19806 and support for PR external/20207.
9312 * gdb.base/watchpoint-unaligned.c: New file.
9313 * gdb.base/watchpoint-unaligned.exp: New file.
9314
9315 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
9316
9317 * gdb.base/maint.exp: Make test names unique, use
9318 test_prefix_command_help to test 'help maint info', and remove
9319 repeated test of 'help maint'.
9320
9321 2018-05-04 Tom Tromey <tom@tromey.com>
9322
9323 PR gdb/22619:
9324 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
9325 behavior.
9326
9327 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
9328
9329 * gdb.base/maint.exp: Process output from 'maint print registers'
9330 line at a time.
9331
9332 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
9333
9334 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
9335 timeout.
9336
9337 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
9338
9339 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
9340 filter pattern.
9341
9342 2018-05-02 Pedro Alves <palves@redhat.com>
9343
9344 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
9345 to_log_command renames.
9346 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
9347
9348 2018-05-02 Tom Tromey <tom@tromey.com>
9349
9350 * gdb.python/py-parameter.exp: Set test message.
9351
9352 2018-05-02 Tom Tromey <tom@tromey.com>
9353
9354 PR python/20084:
9355 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
9356 PARAM_ZUINTEGER_UNLIMITED tests.
9357
9358 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
9359
9360 PR rust/23124
9361 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
9362 when casting.
9363
9364 2018-04-30 Tom Tromey <tom@tromey.com>
9365
9366 * gdb.python/py-type.exp: Check align attribute.
9367 * gdb.python/py-type.c: New "aligncheck" global.
9368
9369 2018-04-30 Tom Tromey <tom@tromey.com>
9370
9371 PR exp/17095:
9372 * gdb.dwarf2/dw2-align.exp: New file.
9373 * gdb.cp/align.exp: New file.
9374 * gdb.base/align.exp: New file.
9375 * lib/gdb.exp (gdb_int128_helper): New proc.
9376 (has_int128_c, has_int128_cxx): New caching procs.
9377
9378 2018-04-27 Tom Tromey <tom@tromey.com>
9379
9380 PR rust/22545:
9381 * gdb.rust/simple.exp: Add inclusive range tests.
9382
9383 2018-04-26 Pedro Alves <palves@redhat.com>
9384
9385 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
9386 ifunc breakpoint locations correctly of ifunc breakpoints set
9387 while the program resolves the ifunc.
9388
9389 2018-04-26 Pedro Alves <palves@redhat.com>
9390
9391 * gdb.base/gnu-ifunc-final.c: New file.
9392 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
9393 * gdb.base/gnu-ifunc.exp (executable): Delete.
9394 (staticexecutable): Adjust.
9395 (lib_opts, exec_opts): Delete.
9396 (make_binsuffix, build, set-break): New procedures.
9397 (misc_tests): New, with tests factored out from the top level.
9398 (top level): Test different combinations of ifunc resolver name,
9399 resolver with and with debug info, and ifunc target with and
9400 without debug info. Wrap static tests with with_target_prefix.
9401
9402 2018-04-26 Pedro Alves <palves@redhat.com>
9403
9404 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
9405 return type" warnings.
9406
9407 2018-04-25 Pedro Alves <palves@redhat.com>
9408
9409 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
9410 killed".
9411 * gdb.base/kill-after-signal.exp: Likewise.
9412 * gdb.threads/kill.exp: Likewise.
9413
9414 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9415 Sergio Durigan Junior <sergiodj@redhat.com>
9416 Pedro Alves <palves@redhat.com>
9417
9418 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
9419 regexps to expect for '[Inferior ... detached]' as well.
9420 * gdb.base/attach.exp: Likewise.
9421 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
9422 "gdb_continue_to_end".
9423 (test_catch_syscall_with_wrong_args): Likewise.
9424 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
9425 ']'. Don't set 'verbose' on.
9426 * gdb.base/foll-vfork.exp: Likewise.
9427 * gdb.base/fork-print-inferior-events.c: New file.
9428 * gdb.base/fork-print-inferior-events.exp: New file.
9429 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
9430 '[Inferior ... has been killed]' message.
9431 * gdb.base/kill-after-signal.exp: Likewise.
9432 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
9433 detach message.
9434 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
9435 message.
9436 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
9437 regexps to expect for '[Inferior ... detached]' as well.
9438 * gdb.threads/process-dies-while-detaching.exp: Likewise.
9439
9440 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
9441
9442 PR gdb/23104
9443 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
9444
9445 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
9446
9447 PR gdb/23095
9448 * gdb.base/break-probes.exp: Pass shlib_load to
9449 prepare_for_testing. Set normal_bp to r_debug_state if target is
9450 bsd.
9451
9452 2018-04-19 Richard Bunt <richard.bunt@arm.com>
9453
9454 * gdb.threads/multiple-successive-infcall.c: New test.
9455 * gdb.threads/multiple-successive-infcall.exp: New file.
9456
9457 2018-04-17 Tom Tromey <tom@tromey.com>
9458
9459 * gdb.rust/simple.rs (Union): New type.
9460 (main): New local "u".
9461 * gdb.rust/simple.exp (test_one_slice): Add new test case.
9462
9463 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9464
9465 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
9466 number information in output of "whereis" command.
9467 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
9468
9469 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9470
9471 * gdb.ada/info_types.exp: Adjust expected output to the line
9472 numbers now printed by "info var/func/type".
9473 * gdb.base/completion.exp: Likewise.
9474 * gdb.base/included.exp: Likewise.
9475 * gdb.cp/cp-relocate.exp: Likewise.
9476 * gdb.cp/cplusfuncs.exp: Likewise.
9477 * gdb.cp/namespace.exp: Likewise.
9478 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
9479
9480 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
9481
9482 * gdb.btrace/cpu.exp: New.
9483
9484 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
9485
9486 * gdb.base/step-indirect-call-thunk.exp: New.
9487 * gdb.base/step-indirect-call-thunk.c: New.
9488 * gdb.reverse/step-indirect-call-thunk.exp: New.
9489 * gdb.reverse/step-indirect-call-thunk.c: New.
9490
9491 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
9492
9493 * gdb.base/pie-fork.c: New file.
9494 * gdb.base/pie-fork.exp: New file.
9495
9496 2018-04-11 Tom Tromey <tom@tromey.com>
9497
9498 * gdb.rust/simple.exp: Add test for ".." struct initializer.
9499
9500 2018-04-10 Pedro Alves <palves@redhat.com>
9501
9502 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
9503 exits. Instead loop running forever.
9504 (fork_parent): Run forever too.
9505
9506 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
9507
9508 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
9509 mi_continue_to_line.
9510 * gdb.mi/mi-stack.c (callee4): Add comment.
9511
9512 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
9513
9514 * gdb.mi/mi-stack.exp: Fix indentation.
9515
9516 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
9517
9518 PR gdb/22979
9519 * gdb.arch/amd64-osabi.exp: New file.
9520
9521 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
9522
9523 PR gdb/22980
9524 * gdb.base/osabi.exp: New file.
9525
9526 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
9527
9528 * gdb.cp/static-typedef-print.exp: New file.
9529 * gdb.cp/static-typedef-print.cc: New file.
9530
9531 2018-03-27 Joel Brobecker <brobecker@adacore.com>
9532
9533 * gdb.ada/varsize_limit: New testcase.
9534
9535 2018-03-27 Joel Brobecker <brobecker@adacore.com>
9536
9537 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
9538
9539 * gdb.ada/notcplusplus: New testcase.
9540
9541 * gdb.base/c-linkage-name.c: New file.
9542 * gdb.base/c-linkage-name.exp: New testcase.
9543
9544 2018-03-26 Tom Tromey <tom@tromey.com>
9545
9546 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
9547 * gdb.python/py-framefilter.py (name_error): New global.
9548 (ErrorInName.function): Use name_error.
9549
9550 2018-03-26 Tom Tromey <tom@tromey.com>
9551
9552 PR backtrace/15582:
9553 * gdb.python/py-framefilter.exp: Add "bt hide" test.
9554
9555 2018-03-23 Keith Seitz <keiths@redhat.com>
9556
9557 PR c++/22968
9558 * gdb.cp/subtypes.exp: New file.
9559 * gdb.cp/subtypes.h: New file.
9560 * gdb.cp/subtypes.cc: New file.
9561 * gdb.cp/subtypes-2.cc: New file.
9562
9563 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
9564
9565 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
9566 (done): Call '_exit' not 'exit' to avoid atexit handlers.
9567 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
9568 -nostartfiles when compiling the test. Confirm that all registers
9569 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
9570
9571 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
9572
9573 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
9574 option, syntax was wrong anyway.
9575 * gdb.arch/arm-disp-step.exp: Likewise.
9576 * gdb.arch/sparc64-regs.exp: Likewise.
9577 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
9578 option, syntax was wrong anyway, switch to use
9579 prepare_for_testing.
9580 * gdb.arch/i386-disp-step.exp: Likewise.
9581
9582 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
9583
9584 * gdb.ada/exec_changed.exp: Replace "target_info exists
9585 use_gdb_stub" by "use_gdb_stub".
9586 * gdb.ada/start.exp: Likewise.
9587 * gdb.base/async-shell.exp: Likewise.
9588 * gdb.base/attach-pie-misread.exp: Likewise.
9589 * gdb.base/attach-wait-input.exp: Likewise.
9590 * gdb.base/break-entry.exp: Likewise.
9591 * gdb.base/break-interp.exp: Likewise.
9592 * gdb.base/dprintf-detach.exp: Likewise.
9593 * gdb.base/nostdlib.exp: Likewise.
9594 * gdb.base/solib-nodir.exp: Likewise.
9595 * gdb.base/statistics.exp: Likewise.
9596 * gdb.base/testenv.exp: Likewise.
9597 * gdb.mi/mi-exec-run.exp: Likewise.
9598 * gdb.mi/mi-start.exp: Likewise.
9599 * gdb.multi/dummy-frame-restore.exp: Likewise.
9600 * gdb.multi/multi-arch-exec.exp: Likewise.
9601 * gdb.multi/multi-arch.exp: Likewise.
9602 * gdb.multi/tids.exp: Likewise.
9603 * gdb.multi/watchpoint-multi.exp: Likewise.
9604 * gdb.python/py-events.exp: Likewise.
9605 * gdb.threads/attach-into-signal.exp: Likewise.
9606 * gdb.threads/attach-stopped.exp: Likewise.
9607 * gdb.threads/threadapply.exp: Likewise.
9608 * lib/selftest-support.exp: Likewise.
9609
9610 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
9611
9612 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
9613
9614 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
9615
9616 * gdb.perf/template-breakpoints.cc: New file.
9617 * gdb.perf/template-breakpoints.exp: New file.
9618 * gdb.perf/template-breakpoints.py: New file.
9619
9620 2018-03-19 Tom Tromey <tom@tromey.com>
9621
9622 * gdb.rust/simple.rs (main): Add local variables field1, field2,
9623 y0.
9624 * gdb.rust/simple.exp: Test bare identifier form of struct
9625 initializer.
9626
9627 2018-03-19 Tom Tromey <tom@tromey.com>
9628
9629 * gdb.gdb/observer.exp: Remove.
9630
9631 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
9632
9633 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
9634 "qualified" option when setting breakpoints.
9635 * gdb.trace/backtrace.exp: Likewise.
9636 * gdb.trace/circ.exp: Likewise.
9637 * gdb.trace/collection.exp: Likewise.
9638 * gdb.trace/disconnected-tracing.exp: Likewise.
9639 * gdb.trace/ftrace-lock.exp: Likewise.
9640 * gdb.trace/ftrace.exp: Likewise.
9641 * gdb.trace/infotrace.exp: Likewise.
9642 * gdb.trace/packetlen.exp: Likewise.
9643 * gdb.trace/passc-dyn.exp: Likewise.
9644 * gdb.trace/qtro.exp: Likewise.
9645 * gdb.trace/read-memory.exp: Likewise.
9646 * gdb.trace/report.exp: Likewise.
9647 * gdb.trace/signal.exp: Likewise.
9648 * gdb.trace/status-stop.exp: Likewise.
9649 * gdb.trace/strace.exp: Likewise.
9650 * gdb.trace/tfind.exp: Likewise.
9651 * gdb.trace/trace-break.exp: Likewise.
9652 * gdb.trace/trace-condition.exp: Likewise.
9653 * gdb.trace/trace-mt.exp: Likewise.
9654 * gdb.trace/tstatus.exp: Likewise.
9655 * gdb.trace/tsv.exp: Likewise.
9656 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
9657 * gdb.trace/unavailable.exp: Likewise.
9658 * gdb.trace/while-dyn.exp: Likewise.
9659
9660 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9661
9662 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
9663 that libinproctrace is copied to the target.
9664
9665 2018-03-14 Tom Tromey <tom@tromey.com>
9666
9667 PR cli/14977:
9668 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
9669 a null pointer.
9670 * gdb.base/wchar.exp: Likewise.
9671
9672 2018-03-14 Tom Tromey <tom@tromey.com>
9673
9674 PR cli/19918:
9675 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
9676 flag.
9677
9678 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
9679
9680 PR gdb/22841
9681 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
9682 "target" to remote_exec.
9683
9684 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
9685
9686 PR gdb/22841
9687 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
9688 ${board}_upload): Remove.
9689
9690 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
9691
9692 * gdb.cp/watch-cp.cc: New test.
9693 * gdb.cp/watch-cp.exp: New file.
9694
9695 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9696
9697 * gdb.base/infcall-nested-structs.exp: New file.
9698 * gdb.base/infcall-nested-structs.c: New file.
9699 * gdb.base/float.exp: Add riscv support.
9700
9701 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
9702
9703 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
9704 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
9705
9706 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
9707
9708 * gdb.server/abspath.exp: New file.
9709 * lib/gdb.exp (with_cwd): New procedure.
9710
9711 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
9712
9713 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
9714 use it.
9715 (gdb_is_target_remote_prompt): New proc.
9716 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
9717 (gdb_is_target_native): Pass prompt parameter to
9718 gdb_is_target_1.
9719
9720 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
9721
9722 * gdb.base/load-command.c: New file.
9723 * gdb.base/load-command.exp: New file.
9724 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
9725 (gdb_is_target_1): ...this, and generalize for other targets
9726 than just remote.
9727 (gdb_is_target_remote): Use gdb_is_target_1.
9728 (gdb_is_target_native): use gdb_is_target_1.
9729
9730 2018-02-26 Tom Tromey <tom@tromey.com>
9731
9732 PR python/16497:
9733 * gdb.python/py-framefilter.exp: Update test.
9734
9735 2018-02-26 Tom Tromey <tom@tromey.com>
9736
9737 * gdb.dwarf2/variant.c: New file.
9738 * gdb.dwarf2/variant.exp: New file.
9739
9740 2018-02-26 Tom Tromey <tom@tromey.com>
9741
9742 * gdb.rust/simple.exp: Accept more possible results in enum test.
9743
9744 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
9745
9746 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
9747 parentheses.
9748
9749 2018-02-23 Maciej W. Rozycki <macro@mips.com>
9750
9751 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
9752 name of a variable: $actual_linejj -> $actual_line.
9753
9754 2018-02-21 John Baldwin <jhb@FreeBSD.org>
9755
9756 * gdb.arch/amd64-i386-address.exp: Fix a typo.
9757
9758 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
9759
9760 * gdb.btrace/buffer-size.exp: Do not force BTS.
9761
9762 2018-02-14 Pedro Alves <palves@redhat.com>
9763
9764 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
9765 getting a "Quit".
9766
9767 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
9768
9769 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
9770 Fix test name.
9771
9772 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
9773
9774 * gdb.cp/m-static.exp: Check type of optimized out static
9775 member.
9776
9777 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
9778
9779 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
9780 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
9781
9782 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
9783 Leszek Swirski <leszeks@google.com>
9784
9785 * gdb.python/py-prettyprint.c
9786 (struct to_string_returns_value_inner,
9787 struct to_string_returns_value_wrapper): New.
9788 (main): Add tsrvw variable.
9789 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
9790 ToStringReturnsValueWrapper): New classes.
9791 (register_pretty_printers): Register new pretty-printers.
9792 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
9793 recursive pretty printer.
9794 * gdb.python/py-mi.exp: Likewise.
9795
9796 2018-02-01 Leszek Swirski <leszeks@google.com>
9797
9798 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
9799 functions with the same name as an include file are parsed
9800 correctly.
9801
9802 2018-02-01 Yao Qi <yao.qi@linaro.org>
9803
9804 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
9805 "\[^\r\n\]*".
9806
9807 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
9808
9809 * gdb.arch/powerpc-prologue-frame.s: New file.
9810 * gdb.arch/powerpc-prologue-frame.c: Likewise.
9811 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
9812
9813 2018-01-31 Joel Brobecker <brobecker@adacore.com>
9814
9815 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
9816
9817 2018-01-30 Pedro Alves <palves@redhat.com>
9818
9819 PR gdb/13211
9820 * gdb.base/interrupt-daemon.c: New.
9821 * gdb.base/interrupt-daemon.exp: New.
9822 * gdb.multi/multi-term-settings.c: New.
9823 * gdb.multi/multi-term-settings.exp: New.
9824
9825 2018-01-30 Joel Brobecker <brobecker@adacore.com>
9826
9827 * gdb.base/break.exp: Save the location where the breakpoint
9828 on break.c:47 was actually inserted when debugging the version
9829 compiled at -O2 and use it in the expected output of the "info
9830 break" test performed soon after.
9831
9832 2018-01-22 Pedro Alves <palves@redhat.com>
9833 Sergio Durigan Junior <sergiodj@redhat.com>
9834
9835 * gdb.base/whatis.exp: Add tests for 'set print object on' +
9836 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
9837
9838 2018-01-22 Joel Brobecker <brobecker@adacore.com>
9839
9840 * gdb.base/break-include.c, gdb.base/break-include.inc,
9841 gdb.base/break-include.exp: New files.
9842 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
9843 line number now being the actual line number where the breakpoint
9844 was inserted.
9845 * gdb.mi/mi-break.exp: Likewise.
9846 * gdb.mi/mi-reverse.exp: Likewise.
9847 * gdb.mi/mi-simplerun.exp: Ditto.
9848
9849 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
9850
9851 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
9852 varobj.
9853 * gdb.mi/mi-var-create-rtti.exp: Likewise.
9854
9855 2018-01-21 Don Breazeal <donb@codesourcery.com>
9856 Andrew Burgess <andrew.burgess@embecosm.com>
9857
9858 * gdb.mi/basics.c: Add new global.
9859 * gdb.mi/mi-frame-regs.exp: New file.
9860 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
9861 case.
9862
9863 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
9864
9865 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
9866 non-parameter, and on an unknown symbol.
9867
9868 2018-01-19 Tom Tromey <tom@tromey.com>
9869
9870 * gdb.rust/modules.rs (TWENTY_THREE): New global.
9871 * gdb.rust/modules.exp: Add ::-qualified lookup test.
9872
9873 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
9874
9875 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
9876 setrlimit and chdir to int.
9877
9878 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
9879
9880 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
9881 function.
9882 (my_tend): Likewise.
9883 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
9884 rationale of avoiding FP- and vector instructions.
9885
9886 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
9887
9888 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
9889 "info reg" with "\[ \t\]*".
9890 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
9891 "\[ \t\]+".
9892 * gdb.arch/s390-multiarch.exp: Ditto.
9893 * gdb.base/pc-fp.exp: Ditto.
9894 * gdb.reverse/i386-precsave.exp: Ditto.
9895 * gdb.reverse/i386-reverse.exp: Ditto.
9896 * gdb.reverse/i387-env-reverse.exp: Ditto.
9897 * gdb.reverse/i387-stack-reverse.exp: Ditto.
9898
9899 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
9900
9901 * lib/gdb.exp (gdb_compile): Re-enable use of
9902 universal_compile_options for languages other than Rust.
9903
9904 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
9905
9906 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
9907
9908 2018-01-17 Mike Gulick <mgulick@mathworks.com>
9909
9910 PR gdb/16577
9911 * gdb.base/solib-vanish.exp: New.
9912 * gdb.base/solib-vanish-main.c: New.
9913 * gdb.base/solib-vanish-lib1.c: New.
9914 * gdb.base/solib-vanish-lib2.c: New.
9915
9916 2018-01-17 Yao Qi <yao.qi@linaro.org>
9917
9918 * gdb.compile/compile.exp: Match the address printed for
9919 frame in the output of command "bt".
9920
9921 2018-01-15 Tom Tromey <tom@tromey.com>
9922
9923 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
9924 compute sp_reg.
9925
9926 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
9927
9928 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
9929 to prepare.
9930 (prepare): Return 0 on error, 1 on success.
9931
9932 2018-01-12 Pedro Alves <palves@redhat.com>
9933
9934 * gdb.base/continue-after-aborted-step-over.c: New.
9935 * gdb.base/continue-after-aborted-step-over.exp: New.
9936
9937 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
9938
9939 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
9940 options when not creating an executable.
9941
9942 2018-01-11 Pedro Alves <palves@redhat.com>
9943
9944 PR remote/22597
9945 * gdb.server/stop-reply-no-thread.c: New file.
9946 * gdb.server/stop-reply-no-thread.exp: New file.
9947
9948 2018-01-10 Pedro Alves <palves@redhat.com>
9949
9950 PR gdb/22670
9951 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
9952 functions too. Test setting breakpoints and printing C functions
9953 with no debug info too.
9954 * gdb.ada/bp_c_mixed_case/qux.c: New file.
9955
9956 2018-01-10 Pedro Alves <palves@redhat.com>
9957
9958 PR gdb/22670
9959 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
9960 a fail.
9961
9962 2018-01-10 Pedro Alves <palves@redhat.com>
9963
9964 PR gdb/22670
9965 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
9966
9967 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
9968
9969 * gdb.server/unittest.exp: Match the output in non-development
9970 mode.
9971
9972 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
9973
9974 * gdb.gdb/unittest.exp: Match output in non-development mode.
9975
9976 2018-01-08 Joel Brobecker <brobecker@adacore.com>
9977
9978 * gdb.ada/access_tagged_param.exp: Relax expected output
9979 for value of "ObjL" in "continue" to pck.inspect breakpoint
9980 test.
9981
9982 2018-01-08 Joel Brobecker <brobecker@adacore.com>
9983
9984 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
9985 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
9986
9987 2018-01-05 Pedro Alves <palves@redhat.com>
9988
9989 PR gdb/18653
9990 * gdb.base/libsegfault.exp: New.
9991
9992 2018-01-05 Joel Brobecker <brobecker@adacore.com>
9993
9994 PR gdb/22670
9995 * gdb.ada/access_tagged_param.exp: New file.
9996 * gdb.ada/access_tagged_param/foo.adb: New file.
9997
9998 2018-01-05 Pedro Alves <palves@redhat.com>
9999
10000 PR gdb/22670
10001 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
10002 exercise lower case too, and to exercise both full matching and
10003 wild matching.
10004
10005 2018-01-05 Joel Brobecker <brobecker@adacore.com>
10006
10007 * gdb.ada/rename_subscript_param: New testcase.
10008
10009 2018-01-05 Jerome Guitton <guitton@adacore.com>
10010
10011 * gdb.ada/arr_acc_idx_w_gap: New testcase.
10012
10013 2018-01-05 Joel Brobecker <brobecker@adacore.com>
10014
10015 * gdb.ada/convvar_comp: New testcase.
10016
10017 2018-01-05 Xavier Roirand <roirand@adacore.com>
10018
10019 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
10020 (My_Table): New global variable.
10021 * testsuite/gdb.ada/array_char_idx.exp: Add test.
10022
10023 2018-01-04 Joel Brobecker <brobecker@adacore.com>
10024
10025 PR gdb/22670
10026 * gdb.ada/maint_with_ada: New testcase.
10027
10028 2018-01-04 Joel Brobecker <brobecker@adacore.com>
10029
10030 PR gdb/22670
10031 * gdb.ada/bp_c_mixed_case: New testcase.
10032
10033 2018-01-04 Joel Brobecker <brobecker@adacore.com>
10034
10035 PR gdb/22670
10036 * gdb.ada/complete.exp: Add "complete break ada" test.
10037
10038 2018-01-04 Joel Brobecker <brobecker@adacore.com>
10039
10040 PR gdb/22670
10041 * gdb.ada/info_addr_mixed_case: New testcase.
10042
10043 2018-01-03 Xavier Roirand <roirand@adacore.com>
10044
10045 * gdb.ada/excep_handle.exp: New testcase.
10046 * gdb.ada/excep_handle/foo.adb: New file.
10047 * gdb.ada/excep_handle/pck.ads: New file.
10048
10049 2018-01-03 Joel Brobecker <brobecker@adacore.com>
10050
10051 * gdb.base/step-line.c: Add extra empty line in copyright header.
10052 * gdb.base/step-line.inp: Likewise.
10053
10054 2018-01-02 Joel Brobecker <brobecker@adacore.com>
10055
10056 * gdb.ada/dyn_stride.exp: Add slice test.
10057
10058 2018-01-02 Joel Brobecker <brobecker@adacore.com>
10059
10060 * gdb.ada/dyn_stride: New testcase.
10061
10062 2017-12-27 Stafford Horne <shorne@gmail.com>
10063
10064 * gdb.xml/extra-regs.xml: Add example foo reggroup.
10065 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
10066
10067 2017-12-27 Stafford Horne <shorne@gmail.com>
10068
10069 * gdb.base/reggroups.c: New file.
10070 * gdb.base/reggroups.exp: New file.
10071
10072 2017-12-18 Joel Brobecker <brobecker@adacore.com>
10073
10074 * gdb.dwarf2/ada-valprint-error.c: New file.
10075 * gdb.dwarf2/ada-valprint-error.exp: New file.
10076
10077 2017-12-18 Joel Brobecker <brobecker@adacore.com>
10078
10079 * gdb.ada/assign_arr: New testcase.
10080
10081 2017-12-18 Xavier Roirand <roirand@adacore.com>
10082
10083 * gdb.ada/funcall_ptr: New testcase.
10084
10085 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
10086
10087 PR cli/16224
10088 * gdb.base/ptype-offsets.cc: New file.
10089 * gdb.base/ptype-offsets.exp: New file.
10090
10091 2017-12-15 Yao Qi <yao.qi@linaro.org>
10092
10093 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
10094 if XML is disabled.
10095
10096 2017-12-15 Xavier Roirand <roirand@adacore.com>
10097
10098 * gdb.ada/same_component_name: New testcase.
10099
10100 2017-12-14 Joel Brobecker <brobecker@adacore.com>
10101
10102 * gdb.ada/str_binop_equal: New testcase.
10103
10104 2017-12-14 Joel Brobecker <brobecker@adacore.com>
10105
10106 * gdb.ada/task_switch_in_core: New testcase.
10107
10108 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
10109
10110 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
10111 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
10112 call test_bkpt_qualified.
10113 (test_bkpt_qualified): New proc.
10114
10115 2017-12-13 Pedro Alves <palves@redhat.com>
10116
10117 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
10118 Tighten regexp by matching with an anchor.
10119
10120 2017-12-13 Pedro Alves <palves@redhat.com>
10121
10122 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
10123 ("expression with namespace"): New set of tests.
10124 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
10125 (Nested::Test_NS::qux): New.
10126 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
10127 defaults to 'start_quote_char' and 'end_quote_char' parameters.
10128
10129 2017-12-13 Joel Brobecker <brobecker@adacore.com>
10130
10131 * gdb.base/server-del-break.c: New file.
10132 * gdb.base/server-del-break.exp: New file.
10133
10134 2017-12-12 Stafford Horne <shorne@gmail.com>
10135
10136 * gdb.xml/tdesc-regs.exp: Add or1k support.
10137
10138 2017-12-12 Stafford Horne <shorne@gmail.com>
10139
10140 * gdb.base/bp-permanent.c: Define nop of or1k.
10141
10142 2017-12-11 Joel Brobecker <brobecker@adacore.com>
10143
10144 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
10145 output with components being reordered.
10146
10147 2017-12-11 Joel Brobecker <brobecker@adacore.com>
10148
10149 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
10150 output with components being reordered.
10151
10152 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10153 Pedro Alves <palves@redhat.com>
10154
10155 * gdb.base/maint.exp (check for .gdb_index): Check also for
10156 .debug_names.
10157 * gdb.dlang/watch-loc.c (.debug_aranges): New.
10158 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
10159 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
10160 (.gdb_index used after symbol reloading): Support also .debug_names.
10161 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
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 tests for watchpoint.
10167
10168 2017-12-08 Yao Qi <yao.qi@linaro.org>
10169
10170 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
10171 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
10172
10173 2017-12-08 Yao Qi <yao.qi@linaro.org>
10174
10175 * gdb.arch/aarch64-tagged-pointer.c: New file.
10176 * gdb.arch/aarch64-tagged-pointer.exp: New file.
10177
10178 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
10179
10180 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
10181 "int".
10182
10183 2017-12-07 Keith Seitz <keiths@redhat.com>
10184
10185 PR breakpoints/22569
10186 * gdb.linespec/ls-errs.exp: Change expected result of "break
10187 -source this file has spaces.c -line 3".
10188 Check that an explicit source file followed by whitespace is
10189 identified as an invalid explicit location.
10190
10191 2017-12-07 Keith Seitz <keiths@redhat.com>
10192
10193 * gdb.cp/nested-types.cc: New file.
10194 * gdb.cp/nested-types.exp: New file.
10195 * lib/cp-support.exp: Load data-structures.exp library.
10196 (debug_cp_test_ptype_class): New global.
10197 (cp_ptype_class_verbose, next_line): New procedures.
10198 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
10199 Add and document new return value.
10200 Switch the list of lines to a queue.
10201 Add support for new `type' key for nested type definitions.
10202 Add debugging/troubleshooting messages.
10203 * lib/data-structures.exp: New file.
10204
10205 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
10206
10207 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
10208 with proc_with_prefix, don't use with_test_prefix.
10209
10210 2017-12-07 Tom Tromey <tom@tromey.com>
10211
10212 * gdb.base/break.exp: Add test for empty "commands".
10213
10214 2017-12-07 Yao Qi <yao.qi@linaro.org>
10215
10216 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
10217 malloc and catch syscall.
10218
10219 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
10220
10221 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
10222 tests for explicit locations.
10223
10224 2017-12-06 Pedro Alves <palves@redhat.com>
10225
10226 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
10227 force-disabling XML descriptions.
10228
10229 2017-12-04 Pedro Alves <palves@redhat.com>
10230
10231 PR gdb/22499
10232 * gdb.arch/amd64-disp-step-avx.S: New file.
10233 * gdb.arch/amd64-disp-step-avx.exp: New file.
10234
10235 2017-12-03 Pedro Alves <palves@redhat.com>
10236
10237 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
10238 and <string.h>.
10239 (parent_function): Print distinct messages when waitpid fails, or
10240 the child exits with a signal, or the child exits for an unhandled
10241 reason.
10242 * gdb.threads/process-dies-while-detaching.exp
10243 (detach_and_expect_exit): New 'inf_output_re' parameter and use
10244 it. Wait for both inferior output and GDB's prompt. Use an
10245 indirect spawn id list.
10246 (do_detach): New parameter 'child_exit'. Use it to compute
10247 expected inferior output.
10248 (test_detach, test_detach_watch, test_detach_killed_outside):
10249 Adjust to pass down the expected child exit kind.
10250
10251 2017-12-01 Joel Brobecker <brobecker@adacore.com>
10252 Sergio Durigan Junior <sergiodj@redhat.com>
10253 Pedro Alves <palves@redhat.com>
10254
10255 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
10256
10257 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
10258
10259 * gdb.base/relocate.exp: Add tests to guarantee that arguments
10260 to 'symbol-file' and 'add-symbol-file' can be
10261 position-independent.
10262
10263 2017-12-01 Yao Qi <yao.qi@linaro.org>
10264
10265 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
10266 the URL in copyright header.
10267 * gdb.arch/aarch64-fp.exp: Likewise.
10268 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
10269 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
10270 * gdb.base/expand-psymtabs.exp: Likewise.
10271 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
10272 * gdb.fortran/common-block.exp: Likewise.
10273 * gdb.fortran/common-block.f90: Likewise.
10274 * gdb.fortran/logical.exp: Likewise.
10275 * gdb.fortran/vla-datatypes.f90: Likewise.
10276 * gdb.fortran/vla-sub.f90: Likewise.
10277
10278 2017-11-30 Joel Brobecker <brobecker@adacore.com>
10279
10280 * gdb.ada/repeat_dyn: New testcase.
10281
10282 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
10283
10284 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
10285 Update for changed thread numbering.
10286 * gdb.cell/bt.exp: Update for changed GDB output.
10287
10288 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
10289
10290 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
10291 setting isremote by hand.
10292 * boards/dwarf4-gdb-index.exp: Likewise.
10293 * boards/fission.exp: Likewise.
10294 * boards/stabs.exp: Likewise.
10295
10296 2017-11-30 Pedro Alves <palves@redhat.com>
10297
10298 * gdb.linespec/cpls-ops.exp
10299 (check_explicit_skips_function_argument): Extract the underlying
10300 type of size_t instead of hardcoding it.
10301
10302 2017-11-29 Pedro Alves <palves@redhat.com>
10303
10304 PR c++/19436
10305 * gdb.linespec/cpls-abi-tag.cc: New file.
10306 * gdb.linespec/cpls-abi-tag.exp: New file.
10307
10308 2017-11-29 Pedro Alves <palves@redhat.com>
10309
10310 * gdb.base/langs.exp: Use -qualified.
10311 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
10312 it.
10313 * gdb.cp/namespace.exp: Use -qualified.
10314 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
10315 (overload-3, template-overload, template-ret-type, const-overload)
10316 (const-overload-quoted, anon-ns, ambiguous-prefix): New
10317 procedures.
10318 (test_driver): Call them.
10319 * gdb.cp/save-bp-qualified.cc: New.
10320 * gdb.cp/save-bp-qualified.exp: New.
10321 * gdb.linespec/explicit.exp: Test -qualified.
10322 * lib/completion-support.exp (completion::explicit_opts_list): Add
10323 "-qualified".
10324 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
10325
10326 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
10327
10328 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
10329
10330 2017-11-29 Tom Tromey <tom@tromey.com>
10331
10332 * gdb.base/relocate.exp: Update invalid argument test.
10333 Add new tests for invalid arguments.
10334
10335 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
10336
10337 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
10338 Return 0 as a long.
10339 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
10340
10341 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
10342
10343 * gdb.cp/breakpoint.cc (bar): Set return type to void.
10344 * gdb.cp/psymtab-parameter.cc (func): Likewise.
10345 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
10346 func ().
10347 * gdb.cp/shadow.cc (B.func): Return 0.
10348
10349 2017-11-27 Joel Brobecker <brobecker@adacore.com>
10350
10351 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
10352 expected output in gdb_expect call to allow the exception
10353 message to be present as well. Fix syntax confusion to avoid
10354 TCL thinking that exception_name is an array.
10355
10356 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
10357
10358 * gdb.arch/spu-info.c: Include <unistd.h>.
10359 (do_signal_test): Fix broken calls to write.
10360 * gdb.arch/spu-info.exp: Use prepare_for_testing.
10361 Fix checks for empty mailboxes. Update signal tests for corrected
10362 do_signal_test routine. Allow nonzero event status.
10363 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
10364 * gdb.cell/arch.exp: Use standard_output_file.
10365 * gdb.cell/break.exp: Likewise.
10366 * gdb.cell/bt.exp: Likewise.
10367 * gdb.cell/core.exp: Likewise.
10368 * gdb.cell/dwarfaddr.exp: Likewise.
10369 * gdb.cell/ea-cache.exp: Likewise.
10370 * gdb.cell/ea-standalone.exp: Likewise.
10371 * gdb.cell/f-regs.exp: Likewise.
10372 * gdb.cell/fork.exp: Likewise.
10373 * gdb.cell/gcore.exp: Likewise.
10374 * gdb.cell/mem-access.exp: Likewise.
10375 * gdb.cell/ptype.exp: Likewise.
10376 * gdb.cell/registers.exp: Likewise.
10377 * gdb.cell/sizeof.exp: Likewise.
10378 * gdb.cell/solib-symbol.exp: Likewise.
10379 * gdb.cell/solib.exp: Likewise.
10380
10381 2017-11-25 Pedro Alves <palves@redhat.com>
10382
10383 * gdb.base/complete-empty.exp: New file.
10384 * gdb.base/completion.exp: Adjust.
10385
10386 2017-11-25 Pedro Alves <palves@redhat.com>
10387
10388 * gdb.linespec/cpls-ops.cc: New file.
10389 * gdb.linespec/cpls-ops.exp: New file.
10390 * lib/completion-support.exp (test_complete_prefix_range_re): New,
10391 factored out from ...
10392 (test_complete_prefix_range): ... this.
10393
10394 2017-11-24 Pedro Alves <palves@redhat.com>
10395
10396 * gdb.linespec/cpcompletion.exp: New file.
10397 * gdb.linespec/cpls-hyphen.cc: New file.
10398 * gdb.linespec/cpls.cc: New file.
10399 * gdb.linespec/cpls2.cc: New file.
10400 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
10401 test to use test_gdb_complete_unique. Add label completion,
10402 keyword completion and explicit location completion tests.
10403 * lib/completion-support.exp: New file.
10404
10405 2017-11-24 Joel Brobecker <brobecker@adacore.com>
10406
10407 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
10408 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
10409 when hitting an exception catchpoint.
10410
10411 2017-11-22 Yao Qi <yao.qi@linaro.org>
10412
10413 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
10414
10415 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
10416
10417 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
10418 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
10419 * gdb.dwarf2/info-locals-optimized-out.c: New file.
10420
10421 2017-11-22 Yao Qi <yao.qi@linaro.org>
10422
10423 * gdb.base/info-os.exp: Pass pthreads.
10424 * gdb.multi/multi-attach.exp: Likewise.
10425
10426 2017-11-22 Yao Qi <yao.qi@linaro.org>
10427
10428 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
10429 compiler.
10430
10431 2017-11-22 Yao Qi <yao.qi@linaro.org>
10432
10433 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
10434 * gdb.base/break-interp.exp: Likewise.
10435 * gdb.base/jit-attach-pie.exp: Likewise.
10436
10437 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
10438
10439 * gdb.base/float128.c (large128): New variable.
10440 * gdb.base/float128.exp: Add test to print largest __float128 value.
10441
10442 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
10443
10444 * gdb.arch/vsx-regs.exp: Update register content checks.
10445
10446 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
10447
10448 * gdb.arch/ppc-longdouble.exp: New file.
10449 * gdb.arch/ppc-longdouble.c: Likewise.
10450
10451 2017-11-21 Pedro Alves <palves@redhat.com>
10452
10453 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
10454
10455 2017-11-20 Pedro Alves <palves@redhat.com>
10456
10457 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
10458 (long_double_typedef): New typedefs.
10459 Use DEF on double and long double.
10460 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
10461 cases.
10462 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
10463 and 'long_double_ptr_same_size' locals. Use them to decide
10464 whether cast from array/function to float is valid/invalid.
10465
10466 2017-11-17 Tom Tromey <tom@tromey.com>
10467
10468 * gdb.rust/traits.rs: New file.
10469 * gdb.rust/traits.exp: New file.
10470
10471 2017-11-17 Joel Brobecker <brobecker@adacore.com>
10472
10473 * gdb.ada/minsyms: New testcase.
10474
10475 2017-11-16 Pedro Alves <palves@redhat.com>
10476
10477 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
10478 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
10479
10480 2017-11-16 Pedro Alves <palves@redhat.com>
10481
10482 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
10483 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
10484
10485 2017-11-16 Pedro Alves <palves@redhat.com>
10486
10487 * gdb.server/reconnect-ctrl-c.c: New file.
10488 * gdb.server/reconnect-ctrl-c.exp: New file.
10489
10490 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
10491
10492 * gdb.python/py-rbreak.exp: New file.
10493 * gdb.python/py-rbreak.c: New file.
10494 * gdb.python/py-rbreak-func2.c: New file.
10495
10496 2017-11-16 Pedro Alves <palves@redhat.com>
10497
10498 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
10499 pattern.
10500 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
10501 GDB.
10502
10503 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
10504
10505 * gdb.tui/completionn.exp (test_tab_completion): Add space in
10506 regex.
10507
10508 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
10509
10510 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
10511 test names.
10512
10513 2017-11-09 Pedro Alves <palves@redhat.com>
10514
10515 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
10516 factored out from ...
10517 (top level): ... here, and adjusted to avoid expecting beyond the
10518 prompt in a single gdb_test_multiple.
10519
10520 2017-11-09 Pedro Alves <palves@redhat.com>
10521
10522 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
10523 output.
10524 * gdb.server/ext-attach.exp ("kill" test): Likewise.
10525 * gdb.server/ext-restart.exp ("kill" test): Likewise.
10526 * gdb.server/ext-run.exp ("kill" test): Likewise.
10527 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
10528
10529 2017-11-09 Pedro Alves <palves@redhat.com>
10530
10531 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
10532 match till end of line.
10533
10534 2017-11-09 Pedro Alves <palves@redhat.com>
10535
10536 * gdb.base/memattr.exp: Tighten regexes to match the end line.
10537
10538 2017-11-09 Pedro Alves <palves@redhat.com>
10539
10540 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
10541 New procedures, factored out from ...
10542 (top level): ... here, and adjusted to avoid expecting beyond the
10543 prompt in one go.
10544
10545 2017-11-09 Pedro Alves <palves@redhat.com>
10546
10547 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
10548 output. Fix '?' match.
10549
10550 2017-11-08 Joel Brobecker <brobecker@adacore.com>
10551
10552 * gdb.ada/scoped_watch: New testcase.
10553 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
10554 which is actually correct.
10555 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
10556 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
10557
10558 2017-11-08 Pedro Alves <palves@redhat.com>
10559
10560 * gdb.gdb/complaints.exp (test_initial_complaints)
10561 (test_serial_complaints, test_short_complaints): Call
10562 complaint_internal instead of complaint.
10563
10564 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
10565
10566 * gdb.threads/tls-core.c: New file.
10567 * gdb.threads/tls-core.exp: Likewise.
10568
10569 2017-11-08 Pedro Alves <palves@redhat.com>
10570
10571 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
10572 (p Exported_Capitalized): New test.
10573 (p exported_capitalized): New test.
10574
10575 2017-11-07 Pedro Alves <palves@redhat.com>
10576
10577 * gdb.cp/ena-dis-br-range.exp: Add more tests.
10578
10579 2017-11-07 Pedro Alves <palves@redhat.com>
10580
10581 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
10582 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
10583 (disable_invalid, disable_inverted, disable_negative): New
10584 procedures.
10585 ("bad numbers"): New set of tests.
10586
10587 2017-11-07 Pedro Alves <palves@redhat.com>
10588
10589 * gdb.cp/ena-dis-br-range.exp: Add tests.
10590
10591 2017-11-07 Pedro Alves <palves@redhat.com>
10592
10593 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
10594
10595 2017-11-07 Xavier Roirand <roirand@adacore.com>
10596 Pedro Alves <palves@redhat.com>
10597
10598 * gdb.base/ena-dis-br.exp: Add reference to
10599 gdb.cp/ena-dis-br-range.exp.
10600 * gdb.cp/ena-dis-br-range.exp: New file.
10601 * gdb.cp/ena-dis-br-range.cc: New file.
10602
10603 2017-11-06 Pedro Alves <palves@redhat.com>
10604
10605 * gdb.base/attach-non-pgrp-leader.c: New.
10606 * gdb.base/attach-non-pgrp-leader.exp: New.
10607
10608 2017-11-06 Pedro Alves <palves@redhat.com>
10609
10610 * configure.ac: No longer check for termio.h and sgtty.h.
10611 * configure: Regenerate.
10612 * remote-utils.c: Include termios.h instead of gdb_termios.h.
10613 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
10614 Remove termio and sgtty code.
10615
10616 2017-11-03 Yao Qi <yao.qi@linaro.org>
10617
10618 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
10619 in GDB is disabled.
10620
10621 2017-11-03 Yao Qi <yao.qi@linaro.org>
10622
10623 * gdb.python/py-thrhandle.exp: Skip it if python is not
10624 enabled.
10625
10626 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
10627
10628 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
10629 as a breakpoint command.
10630
10631 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
10632
10633 PR python/21213
10634 * gdb.python/py-infthread.exp: Test calling
10635 InferiorThread.inferior () multiple times in a row.
10636
10637 2017-10-27 Keith Seitz <keiths@redhat.com>
10638
10639 * gdb.opt/inline-break.exp (break_info_1): New procedure.
10640 Test "info break" for every inlined function breakpoint.
10641
10642 2017-10-27 Yao Qi <yao.qi@linaro.org>
10643
10644 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
10645
10646 2017-10-26 Patrick Frants <osscontribute@gmail.com>
10647
10648 * gdb.cp/classes.exp (test_static_members): Test printing
10649 Outer::instance.
10650 * gdb.cp/classes.c (struct Inner, struct Outer): New.
10651 (Inner::instance, Outer::instance): New.
10652
10653 2017-10-24 Pedro Alves <palves@redhat.com>
10654
10655 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
10656 extra console" test in two stages.
10657
10658 2017-10-24 Pedro Alves <palves@redhat.com>
10659
10660 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
10661
10662 2017-10-24 Pedro Alves <palves@redhat.com>
10663
10664 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
10665 loop.
10666
10667 2017-10-24 Pedro Alves <palves@redhat.com>
10668
10669 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
10670 $attempt" and "stoppedtry $stoppedtry" test prefixes.
10671
10672 2017-10-24 Pedro Alves <palves@redhat.com>
10673
10674 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
10675 parameter and handle it. Don't output read value in test name.
10676
10677 2017-10-24 Pedro Alves <palves@redhat.com>
10678
10679 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
10680 custom test name.
10681
10682 2017-10-24 Pedro Alves <palves@redhat.com>
10683
10684 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
10685 include the unstable output directory name in the test's name.
10686 (initial_setup_simple) <'set args'>: Use custom test name.
10687
10688 2017-10-24 Pedro Alves <palves@redhat.com>
10689
10690 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
10691 with explicit test name.
10692
10693 2017-10-20 Pedro Alves <palves@redhat.com>
10694
10695 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
10696 'wait -i'. Use gdb_assert and remote_close.
10697
10698 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
10699
10700 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
10701 number from variable rather than hard-coded.
10702
10703 2017-10-19 Pedro Alves <palves@redhat.com>
10704
10705 * gdb.base/long-inferior-output.c: New file.
10706 * gdb.base/long-inferior-output.exp: New file.
10707
10708 2017-11-18 Keith Seitz <keiths@redhat.com>
10709
10710 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
10711 method.
10712 (main): Call it.
10713 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
10714 Add additional user-defined conversion operator tests.
10715
10716 2017-10-17 Pedro Alves <palves@redhat.com>
10717
10718 * boards/native-stdio-gdbserver.exp: Load "local-board".
10719
10720 2017-10-17 Pedro Alves <palves@redhat.com>
10721
10722 * gdb.base/quit-live.c: New file.
10723 * gdb.base/quit-live.exp: New file.
10724
10725 2017-10-16 Keith Seitz <keiths@redhat.com>
10726
10727 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
10728 (class_with_protected_typedef, class_with_private_typedef)
10729 (struct_with_public_typedef, struct_with_protected_typedef)
10730 (struct_with_private_typedef): New classes/structs.
10731 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
10732 typedefs and access specifiers.
10733
10734 2017-10-16 Pedro Alves <palves@redhat.com>
10735 Simon Marchi <simon.marchi@polymtl.ca>
10736
10737 * README (Local vs Remote vs Native): New section.
10738 * boards/local-board.exp: New file, with bits factored out from
10739 ...
10740 * boards/native-extended-gdbserver.exp: ... here. Load
10741 "local-board".
10742 * boards/native-gdbserver.exp: Load "local-board".
10743 (${board}_spawn, ${board}_exec): Delete.
10744 * boards/native-stdio-gdbserver.exp: Most contents factored out to
10745 ...
10746 * boards/stdio-gdbserver-base.exp: ... this new file.
10747 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
10748 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
10749 procedure.
10750 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
10751 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
10752 stdio_gdbserver_command.
10753 (${board}_get_remote_address, ${board}_get_comm_port)
10754 (${board}_download, ${board}_upload): Delete.
10755 (get_target_remote_pipe_cmd): New.
10756
10757 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
10758
10759 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
10760 test_bkpt_deletion, test_bkpt_cond_and_cmds,
10761 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
10762 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
10763 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
10764 remove with_test_prefix.
10765
10766 2017-10-13 Pedro Alves <palves@redhat.com>
10767
10768 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
10769 * gdb.base/annota1.exp: Use it instead of is_remote.
10770 * gdb.base/annota3.exp: Use it instead of is_remote.
10771 * gdb.cp/annota2.exp: Use it instead of is_remote.
10772 * gdb.cp/annota3.exp: Use it instead of is_remote.
10773 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
10774
10775 2017-10-13 Pedro Alves <palves@redhat.com>
10776
10777 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
10778 (test_num_test_vars, run_and_count_vars, find_env)
10779 (test_set_unset_env, test_inherit_env_var): New procedures.
10780 (top level): Use them.
10781
10782 2017-10-13 Pedro Alves <palves@redhat.com>
10783
10784 * lib/selftest-support.exp (selftest_setup): Extend comments, and
10785 also skip on stub-like targets.
10786
10787 2017-10-13 Pedro Alves <palves@redhat.com>
10788
10789 PR gdb/22293
10790 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
10791 (top level): Move some tests to ...
10792 (test_not_found): ... this new procedure.
10793 (top level): Call it.
10794
10795 2017-10-13 Pedro Alves <palves@redhat.com>
10796
10797 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
10798 expect different "info terminal" output if testing with a
10799 non-native target.
10800
10801 2017-10-13 Pedro Alves <palves@redhat.com>
10802 Simon Marchi <simon.marchi@polymtl.ca>
10803
10804 PR python/12966
10805 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
10806
10807 2017-10-13 Pedro Alves <palves@redhat.com>
10808
10809 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
10810 already.
10811
10812 2017-10-13 Pedro Alves <palves@redhat.com>
10813
10814 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
10815 is_remote.
10816
10817 2017-10-13 Pedro Alves <palves@redhat.com>
10818
10819 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
10820 is_remote.
10821
10822 2017-10-13 Pedro Alves <palves@redhat.com>
10823
10824 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
10825 is set.
10826 (corefile_test_attach): Likewise. Check can_spawn_for_attach
10827 instead of is_remote.
10828
10829 2017-10-13 Pedro Alves <palves@redhat.com>
10830
10831 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
10832 (top level): Add comment.
10833
10834 2017-10-13 Pedro Alves <palves@redhat.com>
10835
10836 * gdb.base/remote.exp (top level): Fix comment typo and add
10837 missing return.
10838
10839 2017-10-13 Pedro Alves <palves@redhat.com>
10840 Simon Marchi <simon.marchi@polymtl.ca>
10841
10842 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
10843 calls and add comments. Skip test if use_gdb_stub is set.
10844 (top level): Use "set cwd" command instead of "cd" command.
10845
10846 2017-10-13 Pedro Alves <palves@redhat.com>
10847
10848 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
10849 is_remote target check.
10850
10851 2017-10-13 Pedro Alves <palves@redhat.com>
10852
10853 * gdb.base/scope.exp: Use build_executable + clean_restart +
10854 gdb_file_cmd instead of prepare_for_testing and no longer skip
10855 "before run" tests on is_remote target boards. Update comments.
10856 * boards/native-extended-gdbserver.exp
10857 (extended_gdbserver_load_last_file): New, factored out from ...
10858 (gdb_load): ... this. Move further below and add comment.
10859 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
10860
10861 2017-10-12 Pedro Alves <palves@redhat.com>
10862
10863 * gdb.base/attach.exp: Remove references to gdb64.
10864 * gdb.base/dbx.exp: Remove references to gdb64.
10865
10866 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
10867 Pedro Alves <palves@redhat.com>
10868
10869 * gdb.base/label.exp: Remove is_remote target check.
10870
10871 2017-10-12 Pedro Alves <palves@redhat.com>
10872
10873 * gdb.base/auvx.exp (coredir): Update comment.
10874 (top level) <core_works>: Use "set cwd" command instead of "cd"
10875 command.
10876
10877 2017-10-12 Pedro Alves <palves@redhat.com>
10878 Simon Marchi <simon.marchi@polymtl.ca>
10879
10880 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
10881 target boards.
10882
10883 2017-10-12 Pedro Alves <palves@redhat.com>
10884 Simon Marchi <simon.marchi@polymtl.ca>
10885
10886 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
10887 Instead skip if there's any gdb_protocol set.
10888
10889 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
10890 Pedro Alves <palves@redhat.com>
10891
10892 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
10893
10894 2017-10-12 Pedro Alves <palves@redhat.com>
10895 Simon Marchi <simon.marchi@polymtl.ca>
10896
10897 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
10898 instead of on dejagnu remote boards.
10899
10900 2017-10-12 Pedro Alves <palves@redhat.com>
10901 Simon Marchi <simon.marchi@polymtl.ca>
10902
10903 * gdb.base/inferior-died.exp: Remove is_remote and isnative
10904 checks. Use build_executable + clean_restart instead of
10905 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
10906 of enabling non-stop after starting gdb.
10907
10908 2017-10-12 Pedro Alves <palves@redhat.com>
10909
10910 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
10911 * gdb.threads/non-ldr-exc-2.exp: Ditto.
10912 * gdb.threads/non-ldr-exc-3.exp: Ditto.
10913 * gdb.threads/non-ldr-exc-4.exp: Ditto.
10914
10915 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
10916
10917 * gdb.arch/arc-tdesc-cpu.exp: New file.
10918 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
10919
10920 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
10921
10922 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
10923
10924 2017-10-10 Pedro Alves <palves@redhat.com>
10925
10926 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
10927 expect CLI output.
10928
10929 2017-10-10 Pedro Alves <palves@redhat.com>
10930
10931 * lib/selftest-support.exp (selftest_setup): Update for
10932 captured_command_loop's prototype change.
10933
10934 2017-10-09 Pedro Alves <palves@redhat.com>
10935
10936 Test both arch1=>arch2 and arch2=>arch1.
10937
10938 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
10939 (srcfile2, binfile2, march1, march2): Remove globals. Largely
10940 factored out to...
10941 (append_arch1_options, append_arch2_options, append_arch_options)
10942 (build_executables): New procedures.
10943 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
10944 local.
10945 (top level): Add new 'first_arch' testing axis.
10946
10947 2017-10-09 Pedro Alves <palves@redhat.com>
10948
10949 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
10950 (barrier): New.
10951 (thread_start, all_started): New functions.
10952 (main): Spawn new thread and wait until it is scheduled.
10953 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
10954 option.
10955 (do_test): Add 'selected_thread' parameter. Run to all_started
10956 instead of main. Explicitly set the breakpoint at main. Switch
10957 to the SELECTED_THREAD thread.
10958 (top level): Test handling the exec event with either the main
10959 thread or the second thread selected.
10960
10961 2017-10-09 Pedro Alves <palves@redhat.com>
10962
10963 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
10964 logic. Move STOP marker after the value checks.
10965 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
10966 regexp.
10967
10968 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
10969
10970 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
10971
10972 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
10973
10974 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
10975 integer-to-dfp conversion.
10976 * gdb.base/dfp-test.exp: Likewise.
10977
10978 2017-10-04 Pedro Alves <palves@redhat.com>
10979
10980 * gdb.multi/hangout.c: Include <unistd.h>.
10981 (hangout_loop): New function.
10982 (main): Call alarm. Call hangout_loop in a loop.
10983 * gdb.multi/hello.c: Include <unistd.h>.
10984 (hello_loop): New function.
10985 (main): Call alarm. Call hangout_loop in a loop.
10986 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
10987 inferior with the other selected.
10988
10989 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
10990
10991 * gdb.mi/list-thread-groups-available.exp: New file.
10992 * gdb.mi/list-thread-groups-available.c: New file.
10993
10994 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
10995
10996 * gdb.base/set-cwd.exp: Make it available on
10997 native-extended-gdbserver.
10998
10999 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
11000
11001 * gdb.base/set-cwd.c: New file.
11002 * gdb.base/set-cwd.exp: Likewise.
11003
11004 2017-10-02 Tom Tromey <tom@tromey.com>
11005
11006 PR rust/22236:
11007 * gdb.rust/simple.rs (main): New variable "fslice".
11008 * gdb.rust/simple.exp: Add slice tests. Update string tests.
11009
11010 2017-10-02 Tom Tromey <tom@tromey.com>
11011
11012 * gdb.rust/simple.exp: Test ptype of a slice.
11013
11014 2017-10-02 Tom Tromey <tom@tromey.com>
11015
11016 * gdb.rust/simple.exp: Test index of slice.
11017
11018 2017-09-27 Tom Tromey <tom@tromey.com>
11019
11020 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
11021
11022 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
11023 Pedro Alves <palves@redhat.com>
11024
11025 * gdb.base/compare-sections.exp (get value of read-only section): Read
11026 as unsigned value.
11027 (corrupt read-only section): Likewise and don't set written if patching
11028 failed.
11029
11030 2017-09-21 Kevin Buettner <kevinb@redhat.com>
11031
11032 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
11033 files.
11034
11035 2017-09-20 Pedro Alves <palves@redhat.com>
11036
11037 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
11038 symbol names in gdb's output.
11039 * gdb.cp/overload.exp ("list all overloads"): Likewise.
11040
11041 2017-09-20 Pedro Alves <palves@redhat.com>
11042
11043 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
11044 Rename to ...
11045 (test_list_ambiguous_symbol): ... this and add a symbol name
11046 parameter. Adjust.
11047 (test_list_ambiguous_function): Reimplement on top of
11048 test_list_ambiguous_symbol and also test listing ambiguous
11049 variables.
11050 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
11051 (ambiguous_fun): ... this.
11052 (ambiguous_var): New.
11053 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
11054 (ambiguous_fun): ... this.
11055 (ambiguous_var): New.
11056
11057 2017-09-19 John Baldwin <jhb@FreeBSD.org>
11058
11059 * gdb.base/starti.c: New file.
11060 * gdb.base/starti.exp: New file.
11061 * lib/gdb.exp (gdb_starti_cmd): New procedure.
11062
11063 2017-09-14 Pedro Alves <palves@redhat.com>
11064
11065 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
11066 (top level): Use it instead of runto.
11067
11068 2017-09-11 Tom Tromey <tom@tromey.com>
11069
11070 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
11071
11072 2017-09-11 Tom Tromey <tom@tromey.com>
11073
11074 * gdb.python/py-infthread.exp: Add tests for new_thread event.
11075 * gdb.python/py-inferior.exp: Add tests for new inferior events.
11076
11077 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
11078
11079 * gdb.fortran/printing-types.exp: New file.
11080 * gdb.fortran/printing-types.exp: New file.
11081
11082 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
11083
11084 * gdb.fortran/vla-ptype.exp: Fix typos.
11085 * gdb.fortran/vla-value.exp: Same.
11086
11087 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
11088
11089 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
11090 * gdb.mi/mi-var-child-f.exp: Likewise.
11091 * gdb.mi/mi-vla-fortran.exp: Likewise.
11092
11093 2017-09-08 Frank Penczek <frank.penczek@intel.com>
11094 Christoph Weinmann <christoph.t.weinmann@intel.com>
11095 Bernhard Heckel <bernhard.heckel@intel.com>
11096
11097 * gdb.fortran/ptr-indentation.f90: New file.
11098 * gdb.fortran/ptr-indentation.exp: New file.
11099
11100 2017-09-05 Tom Tromey <tom@tromey.com>
11101
11102 PR gdb/22010:
11103 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
11104
11105 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
11106
11107 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
11108
11109 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11110
11111 * gdb.threads/tls-nodebug-pie.c: New file.
11112 * gdb.threads/tls-nodebug-pie.exp: New file.
11113
11114 2017-09-05 Tom Tromey <tom@tromey.com>
11115
11116 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
11117 for rust.
11118
11119 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
11120
11121 * gdb.multi/multi-arch-exec.exp: Test with different
11122 "follow-exec-mode" settings.
11123 (do_test): New procedure.
11124
11125 2017-09-04 Pedro Alves <palves@redhat.com>
11126
11127 * gdb.base/func-static.c (S::method const, S::method volatile)
11128 (S::method volatile const): New methods.
11129 (c_s, v_s, cv_s): New instances.
11130 (main): Call method() on them.
11131 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
11132 (cannot_resolve): New procedure.
11133 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
11134 print-quote-unquoted columns.
11135 (do_test): Test printing each scope too.
11136
11137 2017-09-04 Pedro Alves <palves@redhat.com>
11138
11139 * gdb.base/local-static.exp: Also test with
11140 class::method::variable wholly quoted.
11141 * gdb.cp/m-static.exp (class::method::variable): Remove test.
11142
11143 2017-09-04 Pedro Alves <palves@redhat.com>
11144
11145 * gdb.base/local-static.c: New.
11146 * gdb.base/local-static.cc: New.
11147 * gdb.base/local-static.exp: New.
11148
11149 2017-09-04 Pedro Alves <palves@redhat.com>
11150
11151 * gdb.asm/asm-source.exp: Add casts to int.
11152 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
11153 (dataglobal64_1, dataglobal64_2): New globals.
11154 * gdb.base/nodebug.exp: Test different expressions involving the
11155 new globals, with print, whatis and ptype. Add casts to int.
11156 * gdb.base/solib-display.exp: Add casts to int.
11157 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
11158 * gdb.cp/m-static.exp: Add cast to int.
11159 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
11160 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
11161 tls variable with no debug info without a cast. Test with a cast
11162 to int too.
11163 * gdb.trace/entry-values.exp: Add casts.
11164
11165 2017-09-04 Pedro Alves <palves@redhat.com>
11166
11167 * gdb.base/nodebug.exp: Test that ptype's error about functions
11168 with unknown return type includes the function name too.
11169
11170 2017-09-04 Pedro Alves <palves@redhat.com>
11171
11172 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
11173 return type of munmap in infcall.
11174 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
11175 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
11176 type of ftell in infcall.
11177 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
11178 type of getpid in infcall.
11179 * gdb.base/infcall-exec.exp: Cast return type of execlp in
11180 infcall.
11181 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
11182 Bail on failure to extract the pid.
11183 * gdb.base/nodebug.c: #include <stdint.h>.
11184 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
11185 New functions.
11186 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
11187 Change expected output of print/whatis/ptype with functions with
11188 no debug info. Test all supported languages. Call
11189 test_call_promotion.
11190 * gdb.compile/compile.exp: Adjust expected output to expect
11191 warning.
11192 * gdb.threads/siginfo-threads.exp: Likewise.
11193
11194 2017-09-04 Pedro Alves <palves@redhat.com>
11195
11196 * gdb.base/callfuncs.exp (do_function_calls): New parameter
11197 "prototypes". Test calling float functions via prototyped and
11198 unprototyped function pointers.
11199 (perform_all_tests): New parameter "prototypes". Pass it down.
11200 (top level): Pass down "prototypes" parameter to
11201 perform_all_tests.
11202
11203 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
11204
11205 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
11206 Test with nested loops.
11207
11208 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
11209
11210 * gdb.base/commands.exp: Call the new procedures.
11211 (loop_break_test, loop_continue_test): New procedures.
11212
11213 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
11214
11215 * gdb.base/commands.exp: Call new procedure.
11216 (define_if_without_arg_test): New procedure.
11217
11218 2017-09-04 Pedro Alves <palves@redhat.com>
11219
11220 * gdb.base/list-ambiguous.exp: New file.
11221 * gdb.base/list-ambiguous0.c: New file.
11222 * gdb.base/list-ambiguous1.c: New file.
11223 * gdb.base/list.exp (test_list_range): Adjust expected output.
11224
11225 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
11226
11227 * gdb.base/share-env-with-gdbserver.c: New file.
11228 * gdb.base/share-env-with-gdbserver.exp: Likewise.
11229
11230 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
11231
11232 * gdb.base/commands.exp (gdbvar_simple_if_test,
11233 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
11234 progvar_simple_if_test, progvar_simple_while_test,
11235 progvar_complex_if_while_test, user_defined_command_test,
11236 user_defined_command_args_eval,
11237 user_defined_command_args_stack_test,
11238 user_defined_command_manyargs_test, bp_deleted_in_command_test,
11239 temporary_breakpoint_commands,
11240 gdb_test_no_prompt, redefine_hook_test,
11241 redefine_backtrace_test): Remove "global gdb_prompt".
11242
11243 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
11244
11245 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
11246 New proc, call it from toplevel.
11247
11248 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
11249
11250 PR remote/21852
11251 * gdb.server/normal.c: New file, copied from gdb.base.
11252 * gdb.server/run-without-local-binary.exp: New file.
11253
11254 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
11255
11256 * gdb.arch/sparc64-adi.exp: New file.
11257 * gdb.arch/sparc64-adi.c: New file.
11258
11259 2017-08-22 Pedro Alves <palves@redhat.com>
11260
11261 * gdb.cp/overload.exp (line_range_pattern): New procedure.
11262 (top level): Add "list all overloads" tests.
11263
11264 2017-08-22 Tom Tromey <tom@tromey.com>
11265
11266 * gdb.gdb/xfullpath.exp: Remove.
11267
11268 2017-08-21 Pedro Alves <palves@redhat.com>
11269
11270 PR gdb/19487
11271 * gdb.base/symbol-alias.c: New.
11272 * gdb.base/symbol-alias2.c: New.
11273 * gdb.base/symbol-alias.exp: New.
11274
11275 2017-08-21 Pedro Alves <palves@redhat.com>
11276
11277 * gdb.base/dfp-test.c
11278 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
11279 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
11280 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
11281 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
11282 * gdb.base/whatis-ptype-typedefs.c: New.
11283 * gdb.base/whatis-ptype-typedefs.exp: New.
11284 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
11285 (an_int, an_int_type, an_int_type2): New globals.
11286 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
11287 involving typedefs and cast expressions.
11288 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
11289 (lookup_typedefs_function): New.
11290 (typedefs_pretty_printers_dict): New.
11291 (top level): Register lookup_typedefs_function in
11292 gdb.pretty_printers.
11293
11294 2017-08-18 Yao Qi <yao.qi@linaro.org>
11295
11296 * gdb.server/unittest.exp: New.
11297
11298 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
11299
11300 PR gdb/21954
11301 * gdb.base/environ.exp: Add test to check if 'unset environment'
11302 works.
11303
11304 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
11305
11306 * lib/gdb.exp (universal_compile_options): New caching proc.
11307 (gdb_compile): Suppress GCC's coloring of messages.
11308
11309 2017-08-14 Tom Tromey <tom@tromey.com>
11310
11311 PR gdb/21675:
11312 * gdb.base/printcmds.exp (test_radices): New function.
11313 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
11314 * gdb.base/sizeof.exp (check_valueof): Use p/d.
11315 * lib/gdb.exp (get_integer_valueof): Use p/d.
11316
11317 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
11318
11319 * lib/gdb.exp (get_valueof): Don't capture end-of-line
11320 characters.
11321
11322 2017-08-05 Tom Tromey <tom@tromey.com>
11323
11324 * gdb.rust/simple.exp: Allow String to appear in a different
11325 namespace.
11326
11327 2017-07-26 Yao Qi <yao.qi@linaro.org>
11328
11329 * gdb.gdb/unittest.exp: Invoke command
11330 "maintenance check xml-descriptions".
11331
11332 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11333
11334 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
11335 calling context.
11336 (hex128): Drop erroneous calculation of parameters.
11337
11338 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
11339
11340 * gdb.python/py-unwind.exp: Disable stack protection when
11341 building test file.
11342
11343 2017-07-20 Pedro Alves <palves@redhat.com>
11344
11345 * gdb.base/default.exp (set language): Adjust expected output.
11346
11347 2017-07-20 Pedro Alves <palves@redhat.com>
11348
11349 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
11350 (test_minsym): ... this, and make static.
11351 (get_pck__foo__bar__minsym): Rename to ...
11352 (get_test_minsym): ... this.
11353 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
11354 symbol names and comments.
11355 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
11356 (get_test_minsym): ... this.
11357 (pck__foo__bar__minsym__2): Rename to ...
11358 (test_minsym): ... this.
11359 (main): Adjust.
11360
11361 2017-07-17 Pedro Alves <palves@redhat.com>
11362
11363 * gdb.base/completion.exp: Adjust expected output.
11364 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
11365 the completer works.
11366
11367 2017-07-17 Pedro Alves <palves@redhat.com>
11368
11369 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
11370
11371 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
11372
11373 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
11374
11375 2017-07-14 Tom Tromey <tom@tromey.com>
11376
11377 PR rust/21764:
11378 * gdb.rust/simple.exp: Add tests.
11379
11380 2017-07-14 Tom Tromey <tom@tromey.com>
11381
11382 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
11383
11384 2017-07-14 Pedro Alves <palves@redhat.com>
11385
11386 * gdb.linespec/base/one/thefile.cc (z1): New function.
11387 * gdb.linespec/base/two/thefile.cc (z2): New function.
11388 * gdb.linespec/linespec.exp: Add tests.
11389
11390 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
11391
11392 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
11393 to mi_create_breakpoint.
11394
11395 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
11396
11397 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
11398 mi_create_breakpoint.
11399
11400 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
11401
11402 * gdb.dlang/demangle.exp: Update for demangling changes.
11403
11404 2017-07-09 Tom Tromey <tom@tromey.com>
11405
11406 * gdb.dwarf2/shortpiece.exp: New file.
11407
11408 2017-07-06 David Blaikie <dblaikie@gmail.com>
11409
11410 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
11411 built from fissiont-multi-cu{1,2}.c.
11412 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
11413 except putting 'main' and 'func' in separate CUs in the same DWO file.
11414 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
11415 test.
11416 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
11417 test.
11418
11419 2017-07-06 Pedro Alves <palves@redhat.com>
11420
11421 * gdb.python/py-unwind.exp: Test flushregs.
11422
11423 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
11424
11425 PR cli/21688
11426 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
11427 tests for alias commands and trailing whitespace.
11428
11429 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
11430
11431 PR cli/21688
11432 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
11433 procedure. Call it.
11434
11435 2017-06-29 Pedro Alves <palves@redhat.com>
11436
11437 * gdb.base/printcmds.exp: Add tests.
11438
11439 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
11440
11441 PR gdb/21337
11442 * gdb.base/reread-readsym.exp: New file.
11443 * gdb.base/reread-readsym.c: New file.
11444
11445 2017-06-21 Kevin Buettner <kevinb@redhat.com>
11446
11447 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
11448 subpattern.
11449
11450 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
11451
11452 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
11453 extended mnemonic.
11454 * gdb.arch/powerpc-power9.s: Likewise.
11455
11456 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
11457
11458 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
11459 on 32-bit x86 targets. Exploit is_*_target macros where
11460 appropriate.
11461
11462 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11463
11464 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
11465 register pieces.
11466
11467 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11468
11469 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
11470 located in one or more DWARF pieces.
11471
11472 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11473
11474 * lib/gdb.exp (get_endianness): New proc.
11475 * gdb.arch/aarch64-fp.exp: Use it.
11476 * gdb.arch/altivec-regs.exp: Likewise.
11477 * gdb.arch/e500-regs.exp: Likewise.
11478 * gdb.arch/vsx-regs.exp: Likewise.
11479 * gdb.base/dump.exp: Likewise.
11480 * gdb.base/funcargs.exp: Likewise.
11481 * gdb.base/gnu_vector.exp: Likewise.
11482 * gdb.dwarf2/formdata16.exp: Likewise.
11483 * gdb.dwarf2/implptrpiece.exp: Likewise.
11484 * gdb.dwarf2/nonvar-access.exp: Likewise.
11485 * gdb.python/py-inferior.exp: Likewise.
11486 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
11487
11488 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11489
11490 PR gdb/21226
11491 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
11492 stack value pieces are taken from the LSB end.
11493
11494 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11495
11496 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
11497 variable at nonzero offset.
11498
11499 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11500
11501 * gdb.dwarf2/var-access.c: New file.
11502 * gdb.dwarf2/var-access.exp: New test.
11503 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
11504
11505 2017-06-12 Tom Tromey <tom@tromey.com>
11506
11507 * gdb.dwarf2/formdata16.exp: Add tests.
11508
11509 2017-06-12 Tom Tromey <tom@tromey.com>
11510
11511 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
11512
11513 2017-06-12 Tom Tromey <tom@tromey.com>
11514
11515 PR exp/16225:
11516 * gdb.reverse/i386-sse-reverse.exp: Update tests.
11517 * gdb.arch/vsx-regs.exp: Update tests.
11518 * gdb.arch/s390-vregs.exp (hex128): New proc.
11519 Update test.
11520 * gdb.arch/altivec-regs.exp: Update tests.
11521
11522 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
11523
11524 * gdb.base/startup-with-shell.c: New file.
11525 * gdb.base/startup-with-shell.exp: Likewise.
11526
11527 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
11528
11529 * gdb.server/non-existing-program.exp: Update regex in order to
11530 reflect the fact that gdbserver is now using fork_inferior (with a
11531 shell) to startup the inferior.
11532
11533 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
11534
11535 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
11536 support function calls from GDB.
11537
11538 2017-05-21 Tom Tromey <tom@tromey.com>
11539
11540 PR rust/21466:
11541 * gdb.rust/unsized.exp: New file.
11542 * gdb.rust/unsized.rs: New file.
11543
11544 2017-05-19 Tom Tromey <tom@tromey.com>
11545
11546 PR rust/21484:
11547 * gdb.rust/watch.exp: New file.
11548 * gdb.rust/watch.rs: New file.
11549
11550 2017-05-18 Tom Tromey <tom@tromey.com>
11551
11552 * gdb.rust/simple.exp: Allow Box to be qualified.
11553
11554 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
11555
11556 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
11557
11558 2017-05-18 Pedro Alves <palves@redhat.com>
11559
11560 * gdb.base/fileio.c (test_write, test_read, test_close)
11561 (test_fstat): Don't print 'ret' in the fail path.
11562
11563 2017-05-18 Pedro Alves <palves@redhat.com>
11564
11565 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
11566 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
11567 (test_system, test_rename, test_unlink, test_time): Change
11568 prototypes.
11569 * gdb.base/fileio.exp (stop_msg): Adjust.
11570
11571 2017-05-18 Pedro Alves <palves@redhat.com>
11572
11573 * gdb.base/fileio.c (null_str): New global.
11574 (test_stat): Use it.
11575 * gdb.base/fileio.exp: Remove nowarnings.
11576
11577 2017-05-17 Yao Qi <yao.qi@linaro.org>
11578
11579 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
11580
11581 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
11582
11583 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
11584 argument command.
11585 (top-level): Invoke test_set_inferior_tty.
11586
11587 2017-05-04 Pedro Alves <palves@redhat.com>
11588
11589 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
11590 Add parens to print call for Python 3.
11591
11592 2017-05-03 Keith Seitz <keiths@redhat.com>
11593
11594 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
11595 (main): Call it.
11596
11597 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
11598
11599 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
11600 to prev and next.
11601
11602 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
11603
11604 * gdb.python/py-record-btrace.exp: Remove test for
11605 gdb.BtraceInstruction.error.
11606
11607 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
11608
11609 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
11610
11611 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
11612
11613 * gdb.python/py-record-btrace-threads.c: New file.
11614 * gdb.python/py-record-btrace-threads.exp: New file.
11615
11616 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
11617
11618 PR testsuite/8595
11619 * gdb.base/environ.exp: Make test available in all architectures.
11620 Move bits related to "info program" testing to
11621 gdb.base/info-program.exp. Rewrite tests to use the two new
11622 procedures mentione below.
11623 (test_set_show_env_var) New procedure.
11624 (test_set_show_env_var_equal): Likewise.
11625 * gdb.base/info-program.exp: New file.
11626
11627 2017-04-27 Keith Seitz <keiths@redhat.com>
11628
11629 * gdb.cp/oranking.cc (test15): New function.
11630 (main): Call test15 and declare additional variables for testing.
11631 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
11632 "p foo101('abc')" tests.
11633 Add tests for cv qualifier overloads.
11634 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
11635 "lvalue reference overload" test.
11636 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
11637 "print value of f1 on Child&& in f2" test.
11638
11639 2017-04-19 Pedro Alves <palves@redhat.com>
11640
11641 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
11642 procedure.
11643 (top level): Call it.
11644 * lib/gdb.exp (gdb_define_cmd): New procedure.
11645
11646 2017-04-12 Pedro Alves <palves@redhat.com>
11647
11648 PR gdb/21323
11649 * gdb.cp/wide_char_types.c: Include <wchar.h>.
11650 (wchar): New global.
11651 * gdb.cp/wide_char_types.exp (wide_char_types_program)
11652 (do_test_wide_char, wide_char_types_no_program, top level): Add
11653 wchar_t testing.
11654
11655 2017-04-12 Pedro Alves <palves@redhat.com>
11656
11657 PR c++/21323
11658 * gdb.cp/wide_char_types.c: New file.
11659 * gdb.cp/wide_char_types.exp: New file.
11660
11661 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
11662
11663 PR gdb/21352
11664 * gdb.trace/tsv.exp: Add test for "tsave -r".
11665
11666 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
11667
11668 * gdb.dlang/watch-loc.c: New file.
11669 * gdb.dlang/watch-loc.exp: New file.
11670
11671 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11672
11673 * gdb.python/py-section-script.exp (sepdebug): New testcases.
11674
11675 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
11676
11677 * gdb.arch/arc-analyze-prologue.S: New file.
11678 * gdb.arch/arc-analyze-prologue.exp: Likewise.
11679
11680 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
11681
11682 * gdb.arch/arc-decode-insn.S: New file.
11683 * gdb.arch/arc-decode-insn.exp: Likewise.
11684
11685 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
11686
11687 PR tdep/20928
11688 * gdb.arch/sparc64-regs.exp: New file.
11689 * gdb.arch/sparc64-regs.S: Likewise.
11690
11691 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
11692
11693 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
11694 and memory view on Python 3.
11695
11696 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
11697 Keith Seitz <keiths@redhat.com>
11698
11699 PR gdb/14441
11700 * gdb.cp/demangle.exp: Add rvalue reference tests.
11701 * gdb.cp/rvalue-ref-casts.cc: New file.
11702 * gdb.cp/rvalue-ref-casts.exp: New file.
11703 * gdb.cp/rvalue-ref-overload.cc: New file.
11704 * gdb.cp/rvalue-ref-overload.exp: New file.
11705 * gdb.cp/rvalue-ref-params.cc: New file.
11706 * gdb.cp/rvalue-ref-params.exp: New file.
11707 * gdb.cp/rvalue-ref-sizeof.cc: New file.
11708 * gdb.cp/rvalue-ref-sizeof.exp: New file.
11709 * gdb.cp/rvalue-ref-types.cc: New file.
11710 * gdb.cp/rvalue-ref-types.exp: New file.
11711 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
11712 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
11713
11714 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
11715
11716 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
11717 New procedure.
11718
11719 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
11720
11721 * lib/mi-support.exp (mi_gdb_test): Add additional message
11722 for unexpected output.
11723
11724 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
11725
11726 * gdb.base/examine-backward.c (Barrier): New character array
11727 constant, to ensure that TestStrings is preceded by a string
11728 terminator.
11729
11730 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11731
11732 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
11733 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
11734 and implicit pointer into such a location.
11735
11736 2017-03-16 Doug Evans <dje@google.com>
11737
11738 * gdb.python/py-lazy-string (pointer): Really add new typedef.
11739
11740 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
11741
11742 * gdb.cp/m-static.exp: Fix expectation for prototype of
11743 test5.single_constructor and single_constructor::single_constructor.
11744
11745 2017-03-16 Doug Evans <dje@google.com>
11746
11747 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
11748 * gdb.guile/scm-lazy-string.c: New file.
11749 * gdb.guile/scm-value.exp: Move lazy string tests to ...
11750 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
11751 for pointer, array, typedef lazy strings.
11752
11753 2017-03-16 Doug Evans <dje@google.com>
11754
11755 PR python/17728, python/18439, python/18779
11756 * gdb.python/py-value.c (main) Delete locals sptr, sn.
11757 * gdb.python/py-lazy-string.c (pointer): New typedef.
11758 (main): New locals ptr, array, typedef_ptr.
11759 * gdb.python/py-value.exp: Move lazy string tests to ...
11760 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
11761 array, typedef lazy strings.
11762
11763 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
11764
11765 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
11766 Add optional 'test' parameter.
11767
11768 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
11769
11770 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
11771 Skip for versions of DejaGnu < 1.5.
11772
11773 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
11774
11775 * lib/gdb.exp (dejagnu_version): New proc.
11776 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
11777 Use dejagnu_version.
11778
11779 2017-03-10 Keith Seitz <keiths@redhat.com>
11780
11781 PR c++/8128
11782 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
11783 type from destructor regexps.
11784 Add a branch which actually passes the test.
11785 Adjust "ptype t5i" test names.
11786
11787 2017-03-08 Pedro Alves <palves@redhat.com>
11788
11789 * gdb.base/step-over-exit.exp: Add explicit test message.
11790
11791 2017-03-08 Pedro Alves <palves@redhat.com>
11792
11793 PR gdb/18360
11794 * gdb.threads/interrupt-while-step-over.c: New file.
11795 * gdb.threads/interrupt-while-step-over.exp: New file.
11796
11797 2017-03-08 Pedro Alves <palves@redhat.com>
11798
11799 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
11800 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
11801
11802 2017-03-08 Pedro Alves <palves@redhat.com>
11803
11804 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
11805 PKRU as not supported as a PASS.
11806
11807 2017-03-08 Pedro Alves <palves@redhat.com>
11808
11809 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
11810 prefix instead of $binfile1/$binfile2.
11811 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
11812 in test message.
11813 * gdb.python/py-completion.exp: Use "load python file" as test
11814 messages instead of unstable path names.
11815
11816 2017-03-08 Pedro Alves <palves@redhat.com>
11817 Jan Kratochvil <jan.kratochvil@redhat.com>
11818
11819 PR cli/21218
11820 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
11821 New proc.
11822 (top level): Call it.
11823
11824 2017-03-08 Pedro Alves <palves@redhat.com>
11825
11826 PR tui/21216
11827 * gdb.tui/tui-nl-filtered-output.exp: New file.
11828
11829 2017-03-08 Pedro Alves <palves@redhat.com>
11830
11831 * gdb.base/completion.exp: Move TUI completion tests to ...
11832 * gdb.tui/completion.exp: ... this new file.
11833
11834 2017-03-08 Pedro Alves <palves@redhat.com>
11835
11836 * gdb.base/tui-disasm-long-lines.c,
11837 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
11838 gdb.base/tui-layout.exp: Move to ...
11839 * gdb.tui/: ... this new directory.
11840
11841 2017-03-07 Pedro Alves <palves@redhat.com>
11842
11843 * gdb.base/tui-layout.c: New file.
11844 * gdb.base/tui-layout.exp: New file.
11845
11846 2017-03-07 Pedro Alves <palves@redhat.com>
11847
11848 * gdb.base/tui-layout.c: Rename to ...
11849 * gdb.base/tui-disasm-long-lines.c: ... this.
11850 * gdb.base/tui-layout.exp: Rename to ...
11851 * gdb.base/tui-disasm-long-lines.exp: ... this.
11852
11853 2017-03-07 Pedro Alves <palves@redhat.com>
11854
11855 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
11856
11857 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
11858
11859 * i386-mpx-call.c: New file.
11860 * i386-mpx-call.exp: New file.
11861
11862 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
11863
11864 * gdb.arch/powerpc-power.exp: Delete test.
11865 * gdb.arch/powerpc-power.s: Likewise.
11866 * gdb.disasm/disassembler-options.exp: New test.
11867 * gdb.arch/powerpc-altivec.exp: Likewise.
11868 * gdb.arch/powerpc-altivec.s: Likewise.
11869 * gdb.arch/powerpc-altivec2.exp: Likewise.
11870 * gdb.arch/powerpc-altivec2.s: Likewise.
11871 * gdb.arch/powerpc-altivec3.exp: Likewise.
11872 * gdb.arch/powerpc-altivec3.s: Likewise.
11873 * gdb.arch/powerpc-power7.exp: Likewise.
11874 * gdb.arch/powerpc-power7.s: Likewise.
11875 * gdb.arch/powerpc-power8.exp: Likewise.
11876 * gdb.arch/powerpc-power8.s: Likewise.
11877 * gdb.arch/powerpc-power9.exp: Likewise.
11878 * gdb.arch/powerpc-power9.s: Likewise.
11879 * gdb.arch/powerpc-vsx.exp: Likewise.
11880 * gdb.arch/powerpc-vsx.s: Likewise.
11881 * gdb.arch/powerpc-vsx2.exp: Likewise.
11882 * gdb.arch/powerpc-vsx2.s: Likewise.
11883 * gdb.arch/powerpc-vsx3.exp: Likewise.
11884 * gdb.arch/powerpc-vsx3.s: Likewise.
11885 * gdb.arch/arm-disassembler-options.exp: Likewise.
11886 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
11887 * gdb.arch/s390-disassembler-options.exp: Likewise.
11888
11889 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
11890
11891 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
11892 (check_supported_features): ... this. Changed return type to void.
11893 (supports_rdseed): New static global.
11894 (rdseed): Check supports_rdseed.
11895 (initialize): Call check_supported_features.
11896
11897 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11898
11899 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
11900 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
11901 and lqarx/stqcx.
11902 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
11903 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
11904
11905 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11906
11907 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
11908 uppercase.
11909
11910 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11911
11912 * gdb.dwarf2/formdata16.c: New file.
11913 * gdb.dwarf2/formdata16.exp: New file.
11914 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
11915
11916 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11917
11918 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
11919 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
11920 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
11921 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
11922 DW_AT_GNU_*.
11923
11924 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11925
11926 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
11927
11928 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
11929
11930 PR gdb/21164
11931 * gdb.base/maint.exp: Add testcases for when the commands do
11932 not have arguments.
11933
11934 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
11935
11936 * gdb.cp/chained-calls.exp: Use p instead of P.
11937
11938 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
11939
11940 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
11941 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
11942
11943 2017-02-14 Tom Tromey <tom@tromey.com>
11944
11945 PR python/13598:
11946 * gdb.python/py-events.exp: Add before_prompt event tests.
11947
11948 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
11949
11950 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
11951
11952 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
11953
11954 * gdb.linespec/explicit.c (my_unique_function_name): New function.
11955 (main): Call my_unique_function_name.
11956 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
11957 completion of patterns with a single match.
11958 Add missing -re switches to gdb_test_multiple calls.
11959
11960 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
11961
11962 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
11963 return if core file is not recognized.
11964
11965 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
11966
11967 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
11968 and extra UIs.
11969
11970 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
11971
11972 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
11973 proc_with_prefix.
11974
11975 2017-02-10 Tom Tromey <tom@tromey.com>
11976
11977 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
11978
11979 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
11980
11981 PR gdb/21122
11982 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
11983
11984 2017-02-08 Jerome Guitton <guitton@adacore.com>
11985
11986 * gdb.base/define.exp: Add test for command abbreviations
11987 in define.
11988
11989 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
11990
11991 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
11992 * gdb.reverse/insn-reverse-x86.c: New file.
11993
11994 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
11995
11996 PR tdep/20936
11997 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
11998
11999 2017-02-03 Tom Tromey <tom@tromey.com>
12000
12001 PR rust/21097:
12002 * gdb.rust/simple.exp: Add new tests.
12003
12004 2017-02-02 Pedro Alves <palves@redhat.com>
12005
12006 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
12007 tests.
12008
12009 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12010
12011 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
12012 taking a 2-byte value out of a 4-byte DWARF implicit value on
12013 big-endian targets.
12014 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
12015 logic. Add test cases for DW_OP_implicit.
12016
12017 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12018
12019 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
12020
12021 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12022
12023 * gdb.btrace/enable.exp: Call gdb_exit before
12024 skip_gdbserver_tests.
12025
12026 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12027
12028 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
12029 GDBFLAGS.
12030
12031 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12032
12033 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
12034 the test is skipped.
12035 * gdb.btrace/data.exp: Likewise.
12036 * gdb.btrace/delta.exp: Likewise.
12037 * gdb.btrace/dlopen.exp: Likewise.
12038 * gdb.btrace/enable-running.exp: Likewise.
12039 * gdb.btrace/enable.exp: Likewise.
12040 * gdb.btrace/exception.exp: Likewise.
12041 * gdb.btrace/function_call_history.exp: Likewise.
12042 * gdb.btrace/gcore.exp: Likewise.
12043 * gdb.btrace/instruction_history.exp: Likewise.
12044 * gdb.btrace/multi-thread-step.exp: Likewise.
12045 * gdb.btrace/nohist.exp: Likewise.
12046 * gdb.btrace/non-stop.exp: Likewise.
12047 * gdb.btrace/reconnect.exp: Likewise.
12048 * gdb.btrace/record_goto-step.exp: Likewise.
12049 * gdb.btrace/record_goto.exp: Likewise.
12050 * gdb.btrace/rn-dl-bind.exp: Likewise.
12051 * gdb.btrace/segv.exp: Likewise.
12052 * gdb.btrace/step.exp: Likewise.
12053 * gdb.btrace/stepi.exp: Likewise.
12054 * gdb.btrace/tailcall-only.exp: Likewise.
12055 * gdb.btrace/tailcall.exp: Likewise.
12056 * gdb.btrace/tsx.exp: Likewise.
12057 * gdb.btrace/unknown_functions.exp: Likewise.
12058 * gdb.btrace/vdso.exp: Likewise.
12059
12060 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12061
12062 * gdb.btrace/enable-running.c: New.
12063 * gdb.btrace/enable-running.exp: New.
12064
12065 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
12066
12067 * gdb.arch/amd64-gs_base.c: New file.
12068 * gdb.arch/amd64-gs_base.exp: New file.
12069
12070 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
12071
12072 * lib/memory.exp: Remove spurious empty newlines.
12073
12074 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
12075
12076 * gdb.python/py-bad-printers.exp: Load python file using "source".
12077 * gdb.python/py-events.exp: Likewise.
12078 * gdb.python/py-evsignal.exp: Likewise.
12079 * gdb.python/py-evthreads.exp: Likewise.
12080 * gdb.python/py-frame-args.exp: Likewise.
12081 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
12082 * gdb.python/py-framefilter-mi.exp: Likewise.
12083 * gdb.python/py-framefilter.exp: Likewise.
12084 * gdb.python/py-mi.exp: Likewise.
12085 * gdb.python/py-pp-maint.exp: Likewise.
12086 * gdb.python/py-pp-registration.exp: Likewise.
12087 * gdb.python/py-prettyprint.exp: Likewise.
12088 (run_lang_tests): Likewise.
12089 * gdb.python/py-typeprint.exp: Likewise.
12090
12091 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
12092
12093 * lib/memory.exp: New file.
12094 * lib/gdb.exp: Load memory.exp.
12095 * gdb.base/memattr.exp (delete_memory): Move proc to
12096 lib/memory.exp and rename to delete_memory_regions.
12097 Replace delete_memory with delete_memory_regions.
12098 Cleanup memory regions before tests.
12099 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
12100 before tests.
12101
12102 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
12103
12104 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
12105 files.
12106 (initialize): New function conditionally defined.
12107 (testcases): Move within conditional block.
12108 (main): Call initialize.
12109 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
12110 of gdb.reverse/insn-reverse.c.
12111 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
12112 gdb.reverse/insn-reverse.c.
12113
12114 2017-01-26 Yao Qi <yao.qi@linaro.org>
12115
12116 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
12117 disassemble on address 0.
12118
12119 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
12120 Yao Qi <yao.qi@linaro.org>
12121
12122 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
12123 * gdb.dwarf2/implptr-64bit.S: Remove.
12124 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
12125 variables in caller's context. Add DW_OP_implicit_value.
12126
12127 2017-01-25 Yao Qi <yao.qi@linaro.org>
12128
12129 * lib/dwarf.exp (Dwarf::_location): Handle
12130 DW_OP_GNU_implicit_pointer with proper size.
12131
12132 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
12133
12134 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
12135 and add untested calls.
12136
12137 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
12138
12139 * gdb.python/python.exp: Check line number against what GDB thinks
12140 the line number is for func1.
12141
12142 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
12143
12144 * gdb.dlang/debug-expr.exp: New file.
12145
12146 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
12147
12148 Fix test names for the following files:
12149
12150 * gdb.ada/exec_changed.exp
12151 * gdb.ada/info_types.exp
12152 * gdb.arch/aarch64-atomic-inst.exp
12153 * gdb.arch/aarch64-fp.exp
12154 * gdb.arch/altivec-abi.exp
12155 * gdb.arch/altivec-regs.exp
12156 * gdb.arch/amd64-byte.exp
12157 * gdb.arch/amd64-disp-step.exp
12158 * gdb.arch/amd64-dword.exp
12159 * gdb.arch/amd64-entry-value-inline.exp
12160 * gdb.arch/amd64-entry-value-param.exp
12161 * gdb.arch/amd64-entry-value-paramref.exp
12162 * gdb.arch/amd64-entry-value.exp
12163 * gdb.arch/amd64-i386-address.exp
12164 * gdb.arch/amd64-invalid-stack-middle.exp
12165 * gdb.arch/amd64-invalid-stack-top.exp
12166 * gdb.arch/amd64-optimout-repeat.exp
12167 * gdb.arch/amd64-prologue-skip.exp
12168 * gdb.arch/amd64-prologue-xmm.exp
12169 * gdb.arch/amd64-stap-special-operands.exp
12170 * gdb.arch/amd64-stap-wrong-subexp.exp
12171 * gdb.arch/amd64-tailcall-cxx.exp
12172 * gdb.arch/amd64-tailcall-noret.exp
12173 * gdb.arch/amd64-tailcall-ret.exp
12174 * gdb.arch/amd64-tailcall-self.exp
12175 * gdb.arch/amd64-word.exp
12176 * gdb.arch/arm-bl-branch-dest.exp
12177 * gdb.arch/arm-disp-step.exp
12178 * gdb.arch/arm-neon.exp
12179 * gdb.arch/arm-single-step-kernel-helper.exp
12180 * gdb.arch/avr-flash-qualifier.exp
12181 * gdb.arch/disp-step-insn-reloc.exp
12182 * gdb.arch/e500-abi.exp
12183 * gdb.arch/e500-regs.exp
12184 * gdb.arch/ftrace-insn-reloc.exp
12185 * gdb.arch/i386-avx512.exp
12186 * gdb.arch/i386-bp_permanent.exp
12187 * gdb.arch/i386-byte.exp
12188 * gdb.arch/i386-cfi-notcurrent.exp
12189 * gdb.arch/i386-disp-step.exp
12190 * gdb.arch/i386-dr3-watch.exp
12191 * gdb.arch/i386-float.exp
12192 * gdb.arch/i386-gnu-cfi.exp
12193 * gdb.arch/i386-mpx-map.exp
12194 * gdb.arch/i386-mpx-sigsegv.exp
12195 * gdb.arch/i386-mpx-simple_segv.exp
12196 * gdb.arch/i386-mpx.exp
12197 * gdb.arch/i386-permbkpt.exp
12198 * gdb.arch/i386-prologue.exp
12199 * gdb.arch/i386-signal.exp
12200 * gdb.arch/i386-size-overlap.exp
12201 * gdb.arch/i386-unwind.exp
12202 * gdb.arch/i386-word.exp
12203 * gdb.arch/mips-fcr.exp
12204 * gdb.arch/powerpc-d128-regs.exp
12205 * gdb.arch/powerpc-stackless.exp
12206 * gdb.arch/ppc64-atomic-inst.exp
12207 * gdb.arch/s390-stackless.exp
12208 * gdb.arch/s390-tdbregs.exp
12209 * gdb.arch/s390-vregs.exp
12210 * gdb.arch/sparc-sysstep.exp
12211 * gdb.arch/thumb-bx-pc.exp
12212 * gdb.arch/thumb-singlestep.exp
12213 * gdb.arch/thumb2-it.exp
12214 * gdb.arch/vsx-regs.exp
12215 * gdb.asm/asm-source.exp
12216 * gdb.base/a2-run.exp
12217 * gdb.base/advance.exp
12218 * gdb.base/all-bin.exp
12219 * gdb.base/anon.exp
12220 * gdb.base/args.exp
12221 * gdb.base/arithmet.exp
12222 * gdb.base/async-shell.exp
12223 * gdb.base/async.exp
12224 * gdb.base/attach-pie-noexec.exp
12225 * gdb.base/attach-twice.exp
12226 * gdb.base/auto-load.exp
12227 * gdb.base/bang.exp
12228 * gdb.base/bitfields.exp
12229 * gdb.base/break-always.exp
12230 * gdb.base/break-caller-line.exp
12231 * gdb.base/break-entry.exp
12232 * gdb.base/break-inline.exp
12233 * gdb.base/break-on-linker-gcd-function.exp
12234 * gdb.base/break-probes.exp
12235 * gdb.base/break.exp
12236 * gdb.base/breakpoint-shadow.exp
12237 * gdb.base/call-ar-st.exp
12238 * gdb.base/call-sc.exp
12239 * gdb.base/call-signal-resume.exp
12240 * gdb.base/call-strs.exp
12241 * gdb.base/callfuncs.exp
12242 * gdb.base/catch-fork-static.exp
12243 * gdb.base/catch-gdb-caused-signals.exp
12244 * gdb.base/catch-load.exp
12245 * gdb.base/catch-signal-fork.exp
12246 * gdb.base/catch-signal.exp
12247 * gdb.base/catch-syscall.exp
12248 * gdb.base/charset.exp
12249 * gdb.base/checkpoint.exp
12250 * gdb.base/chng-syms.exp
12251 * gdb.base/code-expr.exp
12252 * gdb.base/code_elim.exp
12253 * gdb.base/commands.exp
12254 * gdb.base/completion.exp
12255 * gdb.base/complex.exp
12256 * gdb.base/cond-expr.exp
12257 * gdb.base/condbreak.exp
12258 * gdb.base/consecutive.exp
12259 * gdb.base/continue-all-already-running.exp
12260 * gdb.base/coredump-filter.exp
12261 * gdb.base/corefile.exp
12262 * gdb.base/dbx.exp
12263 * gdb.base/debug-expr.exp
12264 * gdb.base/define.exp
12265 * gdb.base/del.exp
12266 * gdb.base/disabled-location.exp
12267 * gdb.base/disasm-end-cu.exp
12268 * gdb.base/disasm-optim.exp
12269 * gdb.base/display.exp
12270 * gdb.base/duplicate-bp.exp
12271 * gdb.base/ena-dis-br.exp
12272 * gdb.base/ending-run.exp
12273 * gdb.base/enumval.exp
12274 * gdb.base/environ.exp
12275 * gdb.base/eu-strip-infcall.exp
12276 * gdb.base/eval-avoid-side-effects.exp
12277 * gdb.base/eval-skip.exp
12278 * gdb.base/exitsignal.exp
12279 * gdb.base/expand-psymtabs.exp
12280 * gdb.base/filesym.exp
12281 * gdb.base/find-unmapped.exp
12282 * gdb.base/finish.exp
12283 * gdb.base/float.exp
12284 * gdb.base/foll-exec-mode.exp
12285 * gdb.base/foll-exec.exp
12286 * gdb.base/foll-fork.exp
12287 * gdb.base/fortran-sym-case.exp
12288 * gdb.base/freebpcmd.exp
12289 * gdb.base/func-ptr.exp
12290 * gdb.base/func-ptrs.exp
12291 * gdb.base/funcargs.exp
12292 * gdb.base/gcore-buffer-overflow.exp
12293 * gdb.base/gcore-relro-pie.exp
12294 * gdb.base/gcore-relro.exp
12295 * gdb.base/gcore.exp
12296 * gdb.base/gdb1090.exp
12297 * gdb.base/gdb11530.exp
12298 * gdb.base/gdb11531.exp
12299 * gdb.base/gdb1821.exp
12300 * gdb.base/gdbindex-stabs.exp
12301 * gdb.base/gdbvars.exp
12302 * gdb.base/hbreak.exp
12303 * gdb.base/hbreak2.exp
12304 * gdb.base/included.exp
12305 * gdb.base/infcall-input.exp
12306 * gdb.base/inferior-died.exp
12307 * gdb.base/infnan.exp
12308 * gdb.base/info-macros.exp
12309 * gdb.base/info-os.exp
12310 * gdb.base/info-proc.exp
12311 * gdb.base/info-shared.exp
12312 * gdb.base/info-target.exp
12313 * gdb.base/infoline.exp
12314 * gdb.base/interp.exp
12315 * gdb.base/interrupt.exp
12316 * gdb.base/jit-reader.exp
12317 * gdb.base/jit-simple.exp
12318 * gdb.base/kill-after-signal.exp
12319 * gdb.base/kill-detach-inferiors-cmd.exp
12320 * gdb.base/label.exp
12321 * gdb.base/langs.exp
12322 * gdb.base/ldbl_e308.exp
12323 * gdb.base/line-symtabs.exp
12324 * gdb.base/linespecs.exp
12325 * gdb.base/list.exp
12326 * gdb.base/long_long.exp
12327 * gdb.base/longest-types.exp
12328 * gdb.base/maint.exp
12329 * gdb.base/max-value-size.exp
12330 * gdb.base/memattr.exp
12331 * gdb.base/mips_pro.exp
12332 * gdb.base/morestack.exp
12333 * gdb.base/moribund-step.exp
12334 * gdb.base/multi-forks.exp
12335 * gdb.base/nested-addr.exp
12336 * gdb.base/nextoverexit.exp
12337 * gdb.base/noreturn-finish.exp
12338 * gdb.base/noreturn-return.exp
12339 * gdb.base/nostdlib.exp
12340 * gdb.base/offsets.exp
12341 * gdb.base/opaque.exp
12342 * gdb.base/pc-fp.exp
12343 * gdb.base/permissions.exp
12344 * gdb.base/print-symbol-loading.exp
12345 * gdb.base/prologue-include.exp
12346 * gdb.base/psymtab.exp
12347 * gdb.base/ptype.exp
12348 * gdb.base/random-signal.exp
12349 * gdb.base/randomize.exp
12350 * gdb.base/range-stepping.exp
12351 * gdb.base/readline-ask.exp
12352 * gdb.base/recpar.exp
12353 * gdb.base/recurse.exp
12354 * gdb.base/relational.exp
12355 * gdb.base/restore.exp
12356 * gdb.base/return-nodebug.exp
12357 * gdb.base/return.exp
12358 * gdb.base/run-after-attach.exp
12359 * gdb.base/save-bp.exp
12360 * gdb.base/scope.exp
12361 * gdb.base/sect-cmd.exp
12362 * gdb.base/set-lang-auto.exp
12363 * gdb.base/set-noassign.exp
12364 * gdb.base/setvar.exp
12365 * gdb.base/sigall.exp
12366 * gdb.base/sigbpt.exp
12367 * gdb.base/siginfo-addr.exp
12368 * gdb.base/siginfo-infcall.exp
12369 * gdb.base/siginfo-obj.exp
12370 * gdb.base/siginfo.exp
12371 * gdb.base/signals-state-child.exp
12372 * gdb.base/signest.exp
12373 * gdb.base/sigstep.exp
12374 * gdb.base/sizeof.exp
12375 * gdb.base/skip.exp
12376 * gdb.base/solib-corrupted.exp
12377 * gdb.base/solib-nodir.exp
12378 * gdb.base/solib-search.exp
12379 * gdb.base/stack-checking.exp
12380 * gdb.base/stale-infcall.exp
12381 * gdb.base/stap-probe.exp
12382 * gdb.base/start.exp
12383 * gdb.base/step-break.exp
12384 * gdb.base/step-bt.exp
12385 * gdb.base/step-line.exp
12386 * gdb.base/step-over-exit.exp
12387 * gdb.base/step-over-syscall.exp
12388 * gdb.base/step-resume-infcall.exp
12389 * gdb.base/step-test.exp
12390 * gdb.base/store.exp
12391 * gdb.base/structs3.exp
12392 * gdb.base/sym-file.exp
12393 * gdb.base/symbol-without-target_section.exp
12394 * gdb.base/term.exp
12395 * gdb.base/testenv.exp
12396 * gdb.base/ui-redirect.exp
12397 * gdb.base/until.exp
12398 * gdb.base/unwindonsignal.exp
12399 * gdb.base/value-double-free.exp
12400 * gdb.base/vla-datatypes.exp
12401 * gdb.base/vla-ptr.exp
12402 * gdb.base/vla-sideeffect.exp
12403 * gdb.base/volatile.exp
12404 * gdb.base/watch-cond-infcall.exp
12405 * gdb.base/watch-cond.exp
12406 * gdb.base/watch-non-mem.exp
12407 * gdb.base/watch-read.exp
12408 * gdb.base/watch-vfork.exp
12409 * gdb.base/watchpoint-cond-gone.exp
12410 * gdb.base/watchpoint-delete.exp
12411 * gdb.base/watchpoint-hw-hit-once.exp
12412 * gdb.base/watchpoint-hw.exp
12413 * gdb.base/watchpoint-stops-at-right-insn.exp
12414 * gdb.base/watchpoints.exp
12415 * gdb.base/wchar.exp
12416 * gdb.base/whatis-exp.exp
12417 * gdb.btrace/buffer-size.exp
12418 * gdb.btrace/data.exp
12419 * gdb.btrace/delta.exp
12420 * gdb.btrace/dlopen.exp
12421 * gdb.btrace/enable.exp
12422 * gdb.btrace/exception.exp
12423 * gdb.btrace/function_call_history.exp
12424 * gdb.btrace/gcore.exp
12425 * gdb.btrace/instruction_history.exp
12426 * gdb.btrace/nohist.exp
12427 * gdb.btrace/reconnect.exp
12428 * gdb.btrace/record_goto-step.exp
12429 * gdb.btrace/record_goto.exp
12430 * gdb.btrace/rn-dl-bind.exp
12431 * gdb.btrace/segv.exp
12432 * gdb.btrace/step.exp
12433 * gdb.btrace/stepi.exp
12434 * gdb.btrace/tailcall-only.exp
12435 * gdb.btrace/tailcall.exp
12436 * gdb.btrace/tsx.exp
12437 * gdb.btrace/unknown_functions.exp
12438 * gdb.btrace/vdso.exp
12439 * gdb.compile/compile-ifunc.exp
12440 * gdb.compile/compile-ops.exp
12441 * gdb.compile/compile-print.exp
12442 * gdb.compile/compile-setjmp.exp
12443 * gdb.cp/abstract-origin.exp
12444 * gdb.cp/ambiguous.exp
12445 * gdb.cp/annota2.exp
12446 * gdb.cp/annota3.exp
12447 * gdb.cp/anon-ns.exp
12448 * gdb.cp/anon-struct.exp
12449 * gdb.cp/anon-union.exp
12450 * gdb.cp/arg-reference.exp
12451 * gdb.cp/baseenum.exp
12452 * gdb.cp/bool.exp
12453 * gdb.cp/breakpoint.exp
12454 * gdb.cp/bs15503.exp
12455 * gdb.cp/call-c.exp
12456 * gdb.cp/casts.exp
12457 * gdb.cp/chained-calls.exp
12458 * gdb.cp/class2.exp
12459 * gdb.cp/classes.exp
12460 * gdb.cp/cmpd-minsyms.exp
12461 * gdb.cp/converts.exp
12462 * gdb.cp/cp-relocate.exp
12463 * gdb.cp/cpcompletion.exp
12464 * gdb.cp/cpexprs.exp
12465 * gdb.cp/cplabel.exp
12466 * gdb.cp/cplusfuncs.exp
12467 * gdb.cp/cpsizeof.exp
12468 * gdb.cp/ctti.exp
12469 * gdb.cp/derivation.exp
12470 * gdb.cp/destrprint.exp
12471 * gdb.cp/dispcxx.exp
12472 * gdb.cp/enum-class.exp
12473 * gdb.cp/exception.exp
12474 * gdb.cp/exceptprint.exp
12475 * gdb.cp/expand-psymtabs-cxx.exp
12476 * gdb.cp/expand-sals.exp
12477 * gdb.cp/extern-c.exp
12478 * gdb.cp/filename.exp
12479 * gdb.cp/formatted-ref.exp
12480 * gdb.cp/fpointer.exp
12481 * gdb.cp/gdb1355.exp
12482 * gdb.cp/gdb2495.exp
12483 * gdb.cp/hang.exp
12484 * gdb.cp/impl-this.exp
12485 * gdb.cp/infcall-dlopen.exp
12486 * gdb.cp/inherit.exp
12487 * gdb.cp/iostream.exp
12488 * gdb.cp/koenig.exp
12489 * gdb.cp/local.exp
12490 * gdb.cp/m-data.exp
12491 * gdb.cp/m-static.exp
12492 * gdb.cp/mb-ctor.exp
12493 * gdb.cp/mb-inline.exp
12494 * gdb.cp/mb-templates.exp
12495 * gdb.cp/member-name.exp
12496 * gdb.cp/member-ptr.exp
12497 * gdb.cp/meth-typedefs.exp
12498 * gdb.cp/method.exp
12499 * gdb.cp/method2.exp
12500 * gdb.cp/minsym-fallback.exp
12501 * gdb.cp/misc.exp
12502 * gdb.cp/namelessclass.exp
12503 * gdb.cp/namespace-enum.exp
12504 * gdb.cp/namespace-nested-import.exp
12505 * gdb.cp/namespace.exp
12506 * gdb.cp/nextoverthrow.exp
12507 * gdb.cp/no-dmgl-verbose.exp
12508 * gdb.cp/non-trivial-retval.exp
12509 * gdb.cp/noparam.exp
12510 * gdb.cp/nsdecl.exp
12511 * gdb.cp/nsimport.exp
12512 * gdb.cp/nsnested.exp
12513 * gdb.cp/nsnoimports.exp
12514 * gdb.cp/nsrecurs.exp
12515 * gdb.cp/nsstress.exp
12516 * gdb.cp/nsusing.exp
12517 * gdb.cp/operator.exp
12518 * gdb.cp/oranking.exp
12519 * gdb.cp/overload-const.exp
12520 * gdb.cp/overload.exp
12521 * gdb.cp/ovldbreak.exp
12522 * gdb.cp/ovsrch.exp
12523 * gdb.cp/paren-type.exp
12524 * gdb.cp/parse-lang.exp
12525 * gdb.cp/pass-by-ref.exp
12526 * gdb.cp/pr-1023.exp
12527 * gdb.cp/pr-1210.exp
12528 * gdb.cp/pr-574.exp
12529 * gdb.cp/pr10687.exp
12530 * gdb.cp/pr12028.exp
12531 * gdb.cp/pr17132.exp
12532 * gdb.cp/pr17494.exp
12533 * gdb.cp/pr9067.exp
12534 * gdb.cp/pr9167.exp
12535 * gdb.cp/pr9631.exp
12536 * gdb.cp/printmethod.exp
12537 * gdb.cp/psmang.exp
12538 * gdb.cp/psymtab-parameter.exp
12539 * gdb.cp/ptype-cv-cp.exp
12540 * gdb.cp/ptype-flags.exp
12541 * gdb.cp/re-set-overloaded.exp
12542 * gdb.cp/ref-types.exp
12543 * gdb.cp/rtti.exp
12544 * gdb.cp/scope-err.exp
12545 * gdb.cp/shadow.exp
12546 * gdb.cp/smartp.exp
12547 * gdb.cp/static-method.exp
12548 * gdb.cp/static-print-quit.exp
12549 * gdb.cp/temargs.exp
12550 * gdb.cp/templates.exp
12551 * gdb.cp/try_catch.exp
12552 * gdb.cp/typedef-operator.exp
12553 * gdb.cp/typeid.exp
12554 * gdb.cp/userdef.exp
12555 * gdb.cp/using-crash.exp
12556 * gdb.cp/var-tag.exp
12557 * gdb.cp/virtbase.exp
12558 * gdb.cp/virtfunc.exp
12559 * gdb.cp/virtfunc2.exp
12560 * gdb.cp/vla-cxx.exp
12561 * gdb.disasm/t01_mov.exp
12562 * gdb.disasm/t02_mova.exp
12563 * gdb.disasm/t03_add.exp
12564 * gdb.disasm/t04_sub.exp
12565 * gdb.disasm/t05_cmp.exp
12566 * gdb.disasm/t06_ari2.exp
12567 * gdb.disasm/t07_ari3.exp
12568 * gdb.disasm/t08_or.exp
12569 * gdb.disasm/t09_xor.exp
12570 * gdb.disasm/t10_and.exp
12571 * gdb.disasm/t11_logs.exp
12572 * gdb.disasm/t12_bit.exp
12573 * gdb.disasm/t13_otr.exp
12574 * gdb.dlang/circular.exp
12575 * gdb.dwarf2/arr-stride.exp
12576 * gdb.dwarf2/arr-subrange.exp
12577 * gdb.dwarf2/atomic-type.exp
12578 * gdb.dwarf2/bad-regnum.exp
12579 * gdb.dwarf2/bitfield-parent-optimized-out.exp
12580 * gdb.dwarf2/callframecfa.exp
12581 * gdb.dwarf2/clztest.exp
12582 * gdb.dwarf2/corrupt.exp
12583 * gdb.dwarf2/data-loc.exp
12584 * gdb.dwarf2/dup-psym.exp
12585 * gdb.dwarf2/dw2-anon-mptr.exp
12586 * gdb.dwarf2/dw2-anonymous-func.exp
12587 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
12588 * gdb.dwarf2/dw2-bad-unresolved.exp
12589 * gdb.dwarf2/dw2-basic.exp
12590 * gdb.dwarf2/dw2-canonicalize-type.exp
12591 * gdb.dwarf2/dw2-case-insensitive.exp
12592 * gdb.dwarf2/dw2-common-block.exp
12593 * gdb.dwarf2/dw2-compdir-oldgcc.exp
12594 * gdb.dwarf2/dw2-compressed.exp
12595 * gdb.dwarf2/dw2-const.exp
12596 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
12597 * gdb.dwarf2/dw2-cu-size.exp
12598 * gdb.dwarf2/dw2-dup-frame.exp
12599 * gdb.dwarf2/dw2-entry-value.exp
12600 * gdb.dwarf2/dw2-icycle.exp
12601 * gdb.dwarf2/dw2-ifort-parameter.exp
12602 * gdb.dwarf2/dw2-inline-break.exp
12603 * gdb.dwarf2/dw2-inline-param.exp
12604 * gdb.dwarf2/dw2-intercu.exp
12605 * gdb.dwarf2/dw2-intermix.exp
12606 * gdb.dwarf2/dw2-lexical-block-bare.exp
12607 * gdb.dwarf2/dw2-linkage-name-trust.exp
12608 * gdb.dwarf2/dw2-minsym-in-cu.exp
12609 * gdb.dwarf2/dw2-noloc.exp
12610 * gdb.dwarf2/dw2-op-call.exp
12611 * gdb.dwarf2/dw2-op-out-param.exp
12612 * gdb.dwarf2/dw2-opt-structptr.exp
12613 * gdb.dwarf2/dw2-param-error.exp
12614 * gdb.dwarf2/dw2-producer.exp
12615 * gdb.dwarf2/dw2-ranges-base.exp
12616 * gdb.dwarf2/dw2-ref-missing-frame.exp
12617 * gdb.dwarf2/dw2-reg-undefined.exp
12618 * gdb.dwarf2/dw2-regno-invalid.exp
12619 * gdb.dwarf2/dw2-restore.exp
12620 * gdb.dwarf2/dw2-restrict.exp
12621 * gdb.dwarf2/dw2-single-line-discriminators.exp
12622 * gdb.dwarf2/dw2-strp.exp
12623 * gdb.dwarf2/dw2-undefined-ret-addr.exp
12624 * gdb.dwarf2/dw2-unresolved.exp
12625 * gdb.dwarf2/dw2-var-zero-addr.exp
12626 * gdb.dwarf2/dw4-sig-types.exp
12627 * gdb.dwarf2/dwz.exp
12628 * gdb.dwarf2/dynarr-ptr.exp
12629 * gdb.dwarf2/enum-type.exp
12630 * gdb.dwarf2/gdb-index.exp
12631 * gdb.dwarf2/implptr-64bit.exp
12632 * gdb.dwarf2/implptr-optimized-out.exp
12633 * gdb.dwarf2/implptr.exp
12634 * gdb.dwarf2/implref-array.exp
12635 * gdb.dwarf2/implref-const.exp
12636 * gdb.dwarf2/implref-global.exp
12637 * gdb.dwarf2/implref-struct.exp
12638 * gdb.dwarf2/mac-fileno.exp
12639 * gdb.dwarf2/main-subprogram.exp
12640 * gdb.dwarf2/member-ptr-forwardref.exp
12641 * gdb.dwarf2/method-ptr.exp
12642 * gdb.dwarf2/missing-sig-type.exp
12643 * gdb.dwarf2/nonvar-access.exp
12644 * gdb.dwarf2/opaque-type-lookup.exp
12645 * gdb.dwarf2/pieces-optimized-out.exp
12646 * gdb.dwarf2/pieces.exp
12647 * gdb.dwarf2/pr10770.exp
12648 * gdb.dwarf2/pr13961.exp
12649 * gdb.dwarf2/staticvirtual.exp
12650 * gdb.dwarf2/subrange.exp
12651 * gdb.dwarf2/symtab-producer.exp
12652 * gdb.dwarf2/trace-crash.exp
12653 * gdb.dwarf2/typeddwarf.exp
12654 * gdb.dwarf2/valop.exp
12655 * gdb.dwarf2/watch-notconst.exp
12656 * gdb.fortran/array-element.exp
12657 * gdb.fortran/charset.exp
12658 * gdb.fortran/common-block.exp
12659 * gdb.fortran/complex.exp
12660 * gdb.fortran/derived-type-function.exp
12661 * gdb.fortran/derived-type.exp
12662 * gdb.fortran/logical.exp
12663 * gdb.fortran/module.exp
12664 * gdb.fortran/multi-dim.exp
12665 * gdb.fortran/nested-funcs.exp
12666 * gdb.fortran/print-formatted.exp
12667 * gdb.fortran/subarray.exp
12668 * gdb.fortran/vla-alloc-assoc.exp
12669 * gdb.fortran/vla-datatypes.exp
12670 * gdb.fortran/vla-history.exp
12671 * gdb.fortran/vla-ptr-info.exp
12672 * gdb.fortran/vla-ptype-sub.exp
12673 * gdb.fortran/vla-ptype.exp
12674 * gdb.fortran/vla-sizeof.exp
12675 * gdb.fortran/vla-type.exp
12676 * gdb.fortran/vla-value-sub-arbitrary.exp
12677 * gdb.fortran/vla-value-sub-finish.exp
12678 * gdb.fortran/vla-value-sub.exp
12679 * gdb.fortran/vla-value.exp
12680 * gdb.fortran/whatis_type.exp
12681 * gdb.go/chan.exp
12682 * gdb.go/handcall.exp
12683 * gdb.go/hello.exp
12684 * gdb.go/integers.exp
12685 * gdb.go/methods.exp
12686 * gdb.go/package.exp
12687 * gdb.go/strings.exp
12688 * gdb.go/types.exp
12689 * gdb.go/unsafe.exp
12690 * gdb.guile/scm-arch.exp
12691 * gdb.guile/scm-block.exp
12692 * gdb.guile/scm-breakpoint.exp
12693 * gdb.guile/scm-cmd.exp
12694 * gdb.guile/scm-disasm.exp
12695 * gdb.guile/scm-equal.exp
12696 * gdb.guile/scm-frame-args.exp
12697 * gdb.guile/scm-frame-inline.exp
12698 * gdb.guile/scm-frame.exp
12699 * gdb.guile/scm-iterator.exp
12700 * gdb.guile/scm-math.exp
12701 * gdb.guile/scm-objfile.exp
12702 * gdb.guile/scm-ports.exp
12703 * gdb.guile/scm-symbol.exp
12704 * gdb.guile/scm-symtab.exp
12705 * gdb.guile/scm-value-cc.exp
12706 * gdb.guile/types-module.exp
12707 * gdb.linespec/break-ask.exp
12708 * gdb.linespec/cpexplicit.exp
12709 * gdb.linespec/explicit.exp
12710 * gdb.linespec/keywords.exp
12711 * gdb.linespec/linespec.exp
12712 * gdb.linespec/ls-dollar.exp
12713 * gdb.linespec/ls-errs.exp
12714 * gdb.linespec/skip-two.exp
12715 * gdb.linespec/thread.exp
12716 * gdb.mi/mi-async.exp
12717 * gdb.mi/mi-basics.exp
12718 * gdb.mi/mi-break.exp
12719 * gdb.mi/mi-catch-load.exp
12720 * gdb.mi/mi-cli.exp
12721 * gdb.mi/mi-cmd-param-changed.exp
12722 * gdb.mi/mi-console.exp
12723 * gdb.mi/mi-detach.exp
12724 * gdb.mi/mi-disassemble.exp
12725 * gdb.mi/mi-eval.exp
12726 * gdb.mi/mi-file-transfer.exp
12727 * gdb.mi/mi-file.exp
12728 * gdb.mi/mi-fill-memory.exp
12729 * gdb.mi/mi-inheritance-syntax-error.exp
12730 * gdb.mi/mi-linespec-err-cp.exp
12731 * gdb.mi/mi-logging.exp
12732 * gdb.mi/mi-memory-changed.exp
12733 * gdb.mi/mi-read-memory.exp
12734 * gdb.mi/mi-record-changed.exp
12735 * gdb.mi/mi-reg-undefined.exp
12736 * gdb.mi/mi-regs.exp
12737 * gdb.mi/mi-return.exp
12738 * gdb.mi/mi-reverse.exp
12739 * gdb.mi/mi-simplerun.exp
12740 * gdb.mi/mi-solib.exp
12741 * gdb.mi/mi-stack.exp
12742 * gdb.mi/mi-stepi.exp
12743 * gdb.mi/mi-syn-frame.exp
12744 * gdb.mi/mi-until.exp
12745 * gdb.mi/mi-var-block.exp
12746 * gdb.mi/mi-var-child.exp
12747 * gdb.mi/mi-var-cmd.exp
12748 * gdb.mi/mi-var-cp.exp
12749 * gdb.mi/mi-var-display.exp
12750 * gdb.mi/mi-var-invalidate.exp
12751 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
12752 * gdb.mi/mi-vla-fortran.exp
12753 * gdb.mi/mi-watch.exp
12754 * gdb.mi/mi2-var-child.exp
12755 * gdb.mi/user-selected-context-sync.exp
12756 * gdb.modula2/unbounded-array.exp
12757 * gdb.multi/dummy-frame-restore.exp
12758 * gdb.multi/multi-arch-exec.exp
12759 * gdb.multi/multi-arch.exp
12760 * gdb.multi/tids.exp
12761 * gdb.multi/watchpoint-multi.exp
12762 * gdb.opencl/callfuncs.exp
12763 * gdb.opencl/convs_casts.exp
12764 * gdb.opencl/datatypes.exp
12765 * gdb.opencl/operators.exp
12766 * gdb.opencl/vec_comps.exp
12767 * gdb.opt/clobbered-registers-O2.exp
12768 * gdb.opt/inline-break.exp
12769 * gdb.opt/inline-bt.exp
12770 * gdb.opt/inline-cmds.exp
12771 * gdb.opt/inline-locals.exp
12772 * gdb.pascal/case-insensitive-symbols.exp
12773 * gdb.pascal/floats.exp
12774 * gdb.pascal/gdb11492.exp
12775 * gdb.python/lib-types.exp
12776 * gdb.python/py-arch.exp
12777 * gdb.python/py-as-string.exp
12778 * gdb.python/py-bad-printers.exp
12779 * gdb.python/py-block.exp
12780 * gdb.python/py-breakpoint-create-fail.exp
12781 * gdb.python/py-breakpoint.exp
12782 * gdb.python/py-caller-is.exp
12783 * gdb.python/py-cmd.exp
12784 * gdb.python/py-explore-cc.exp
12785 * gdb.python/py-explore.exp
12786 * gdb.python/py-finish-breakpoint.exp
12787 * gdb.python/py-finish-breakpoint2.exp
12788 * gdb.python/py-frame-args.exp
12789 * gdb.python/py-frame-inline.exp
12790 * gdb.python/py-frame.exp
12791 * gdb.python/py-framefilter-mi.exp
12792 * gdb.python/py-infthread.exp
12793 * gdb.python/py-lazy-string.exp
12794 * gdb.python/py-linetable.exp
12795 * gdb.python/py-mi-events.exp
12796 * gdb.python/py-mi-objfile.exp
12797 * gdb.python/py-mi.exp
12798 * gdb.python/py-objfile.exp
12799 * gdb.python/py-pp-integral.exp
12800 * gdb.python/py-pp-maint.exp
12801 * gdb.python/py-pp-re-notag.exp
12802 * gdb.python/py-pp-registration.exp
12803 * gdb.python/py-recurse-unwind.exp
12804 * gdb.python/py-strfns.exp
12805 * gdb.python/py-symbol.exp
12806 * gdb.python/py-symtab.exp
12807 * gdb.python/py-sync-interp.exp
12808 * gdb.python/py-typeprint.exp
12809 * gdb.python/py-unwind-maint.exp
12810 * gdb.python/py-unwind.exp
12811 * gdb.python/py-value-cc.exp
12812 * gdb.python/py-xmethods.exp
12813 * gdb.reverse/amd64-tailcall-reverse.exp
12814 * gdb.reverse/break-precsave.exp
12815 * gdb.reverse/break-reverse.exp
12816 * gdb.reverse/consecutive-precsave.exp
12817 * gdb.reverse/consecutive-reverse.exp
12818 * gdb.reverse/finish-precsave.exp
12819 * gdb.reverse/finish-reverse-bkpt.exp
12820 * gdb.reverse/finish-reverse.exp
12821 * gdb.reverse/fstatat-reverse.exp
12822 * gdb.reverse/getresuid-reverse.exp
12823 * gdb.reverse/i386-precsave.exp
12824 * gdb.reverse/i386-reverse.exp
12825 * gdb.reverse/i386-sse-reverse.exp
12826 * gdb.reverse/i387-env-reverse.exp
12827 * gdb.reverse/i387-stack-reverse.exp
12828 * gdb.reverse/insn-reverse.exp
12829 * gdb.reverse/machinestate-precsave.exp
12830 * gdb.reverse/machinestate.exp
12831 * gdb.reverse/next-reverse-bkpt-over-sr.exp
12832 * gdb.reverse/pipe-reverse.exp
12833 * gdb.reverse/readv-reverse.exp
12834 * gdb.reverse/recvmsg-reverse.exp
12835 * gdb.reverse/rerun-prec.exp
12836 * gdb.reverse/s390-mvcle.exp
12837 * gdb.reverse/step-precsave.exp
12838 * gdb.reverse/step-reverse.exp
12839 * gdb.reverse/time-reverse.exp
12840 * gdb.reverse/until-precsave.exp
12841 * gdb.reverse/until-reverse.exp
12842 * gdb.reverse/waitpid-reverse.exp
12843 * gdb.reverse/watch-precsave.exp
12844 * gdb.reverse/watch-reverse.exp
12845 * gdb.rust/generics.exp
12846 * gdb.rust/methods.exp
12847 * gdb.rust/modules.exp
12848 * gdb.rust/simple.exp
12849 * gdb.server/connect-with-no-symbol-file.exp
12850 * gdb.server/ext-attach.exp
12851 * gdb.server/ext-restart.exp
12852 * gdb.server/ext-wrapper.exp
12853 * gdb.server/file-transfer.exp
12854 * gdb.server/server-exec-info.exp
12855 * gdb.server/server-kill.exp
12856 * gdb.server/server-mon.exp
12857 * gdb.server/wrapper.exp
12858 * gdb.stabs/exclfwd.exp
12859 * gdb.stabs/gdb11479.exp
12860 * gdb.threads/clone-new-thread-event.exp
12861 * gdb.threads/corethreads.exp
12862 * gdb.threads/current-lwp-dead.exp
12863 * gdb.threads/dlopen-libpthread.exp
12864 * gdb.threads/gcore-thread.exp
12865 * gdb.threads/sigstep-threads.exp
12866 * gdb.threads/watchpoint-fork.exp
12867 * gdb.trace/actions-changed.exp
12868 * gdb.trace/backtrace.exp
12869 * gdb.trace/change-loc.exp
12870 * gdb.trace/circ.exp
12871 * gdb.trace/collection.exp
12872 * gdb.trace/disconnected-tracing.exp
12873 * gdb.trace/ftrace.exp
12874 * gdb.trace/mi-trace-frame-collected.exp
12875 * gdb.trace/mi-trace-unavailable.exp
12876 * gdb.trace/mi-traceframe-changed.exp
12877 * gdb.trace/mi-tsv-changed.exp
12878 * gdb.trace/no-attach-trace.exp
12879 * gdb.trace/passc-dyn.exp
12880 * gdb.trace/qtro.exp
12881 * gdb.trace/range-stepping.exp
12882 * gdb.trace/read-memory.exp
12883 * gdb.trace/save-trace.exp
12884 * gdb.trace/signal.exp
12885 * gdb.trace/status-stop.exp
12886 * gdb.trace/tfile.exp
12887 * gdb.trace/trace-break.exp
12888 * gdb.trace/trace-buffer-size.exp
12889 * gdb.trace/trace-condition.exp
12890 * gdb.trace/tracefile-pseudo-reg.exp
12891 * gdb.trace/tstatus.exp
12892 * gdb.trace/unavailable.exp
12893 * gdb.trace/while-dyn.exp
12894 * gdb.trace/while-stepping.exp
12895
12896 2016-12-22 Doug Evans <xdje42@gmail.com>
12897
12898 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
12899 and msymbols.
12900
12901 2016-12-19 Yao Qi <yao.qi@linaro.org>
12902
12903 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
12904 (test_with_self): Don't call do_steps_and_nexts, and remove
12905 code about stepping into xmalloc.
12906
12907 2016-12-09 Yao Qi <yao.qi@linaro.org>
12908
12909 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
12910
12911 2016-12-09 Yao Qi <yao.qi@linaro.org>
12912
12913 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
12914
12915 2016-12-09 Pedro Alves <palves@redhat.com>
12916
12917 * gdb.base/all-architectures-0.exp: New file.
12918 * gdb.base/all-architectures-1.exp: New file.
12919 * gdb.base/all-architectures-2.exp: New file.
12920 * gdb.base/all-architectures-3.exp: New file.
12921 * gdb.base/all-architectures-4.exp: New file.
12922 * gdb.base/all-architectures-5.exp: New file.
12923 * gdb.base/all-architectures-6.exp: New file.
12924 * gdb.base/all-architectures-7.exp: New file.
12925 * gdb.base/all-architectures.exp.in: New file.
12926
12927 2016-12-09 Yao Qi <yao.qi@linaro.org>
12928
12929 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
12930
12931 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
12932
12933 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
12934 possible.
12935 Remove useless pattern-matching code.
12936
12937 2016-12-02 Pedro Alves <palves@redhat.com>
12938
12939 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
12940 procedure.
12941 (top level): Call it.
12942
12943 2016-12-02 Pedro Alves <palves@redhat.com>
12944
12945 * gdb.base/commands.exp (user_defined_command_args_stack_test):
12946 New procedure.
12947 (top level): Call it.
12948
12949 2016-12-02 Pedro Alves <palves@redhat.com>
12950
12951 PR cli/20559
12952 * gdb.base/commands.exp (user_defined_command_args_eval): New
12953 procedure.
12954 (top level): Call it.
12955
12956 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
12957
12958 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
12959 timeout handling.
12960
12961 2016-12-02 Tom Tromey <tom@tromey.com>
12962
12963 * gdb.dwarf2/main-subprogram.c: New file.
12964 * gdb.dwarf2/main-subprogram.exp: New file.
12965
12966 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
12967
12968 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
12969 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
12970 gdb_test_no_output for a couple of cases.
12971 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
12972
12973 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
12974
12975 Fix test names and standardize compilation error messages throughout
12976 the following files:
12977
12978 * gdb.ada/start.exp
12979 * gdb.arch/alpha-step.exp
12980 * gdb.arch/e500-prologue.exp
12981 * gdb.arch/ftrace-insn-reloc.exp
12982 * gdb.arch/gdb1291.exp
12983 * gdb.arch/gdb1431.exp
12984 * gdb.arch/gdb1558.exp
12985 * gdb.arch/i386-dr3-watch.exp
12986 * gdb.arch/i386-sse-stack-align.exp
12987 * gdb.arch/ia64-breakpoint-shadow.exp
12988 * gdb.arch/pa-nullify.exp
12989 * gdb.arch/powerpc-aix-prologue.exp
12990 * gdb.arch/thumb-bx-pc.exp
12991 * gdb.base/annota1.exp
12992 * gdb.base/annota3.exp
12993 * gdb.base/arrayidx.exp
12994 * gdb.base/assign.exp
12995 * gdb.base/attach.exp
12996 * gdb.base/auxv.exp
12997 * gdb.base/bang.exp
12998 * gdb.base/bfp-test.exp
12999 * gdb.base/bigcore.exp
13000 * gdb.base/bitfields2.exp
13001 * gdb.base/break-fun-addr.exp
13002 * gdb.base/break-probes.exp
13003 * gdb.base/call-rt-st.exp
13004 * gdb.base/callexit.exp
13005 * gdb.base/catch-fork-kill.exp
13006 * gdb.base/charset.exp
13007 * gdb.base/checkpoint.exp
13008 * gdb.base/comprdebug.exp
13009 * gdb.base/constvars.exp
13010 * gdb.base/coredump-filter.exp
13011 * gdb.base/cursal.exp
13012 * gdb.base/cvexpr.exp
13013 * gdb.base/detach.exp
13014 * gdb.base/display.exp
13015 * gdb.base/dmsym.exp
13016 * gdb.base/dprintf-pending.exp
13017 * gdb.base/dso2dso.exp
13018 * gdb.base/dtrace-probe.exp
13019 * gdb.base/dump.exp
13020 * gdb.base/enum_cond.exp
13021 * gdb.base/exe-lock.exp
13022 * gdb.base/exec-invalid-sysroot.exp
13023 * gdb.base/execl-update-breakpoints.exp
13024 * gdb.base/exprs.exp
13025 * gdb.base/fileio.exp
13026 * gdb.base/find.exp
13027 * gdb.base/finish.exp
13028 * gdb.base/fixsection.exp
13029 * gdb.base/foll-vfork.exp
13030 * gdb.base/frame-args.exp
13031 * gdb.base/gcore.exp
13032 * gdb.base/gdb1250.exp
13033 * gdb.base/global-var-nested-by-dso.exp
13034 * gdb.base/gnu-ifunc.exp
13035 * gdb.base/hashline1.exp
13036 * gdb.base/hashline2.exp
13037 * gdb.base/hashline3.exp
13038 * gdb.base/hbreak-in-shr-unsupported.exp
13039 * gdb.base/huge.exp
13040 * gdb.base/infcall-input.exp
13041 * gdb.base/info-fun.exp
13042 * gdb.base/info-shared.exp
13043 * gdb.base/jit-simple.exp
13044 * gdb.base/jit-so.exp
13045 * gdb.base/jit.exp
13046 * gdb.base/jump.exp
13047 * gdb.base/label.exp
13048 * gdb.base/lineinc.exp
13049 * gdb.base/logical.exp
13050 * gdb.base/longjmp.exp
13051 * gdb.base/macscp.exp
13052 * gdb.base/miscexprs.exp
13053 * gdb.base/new-ui-echo.exp
13054 * gdb.base/new-ui-pending-input.exp
13055 * gdb.base/new-ui.exp
13056 * gdb.base/nodebug.exp
13057 * gdb.base/nofield.exp
13058 * gdb.base/offsets.exp
13059 * gdb.base/overlays.exp
13060 * gdb.base/pending.exp
13061 * gdb.base/pointers.exp
13062 * gdb.base/pr11022.exp
13063 * gdb.base/printcmds.exp
13064 * gdb.base/prologue.exp
13065 * gdb.base/ptr-typedef.exp
13066 * gdb.base/realname-expand.exp
13067 * gdb.base/relativedebug.exp
13068 * gdb.base/relocate.exp
13069 * gdb.base/remote.exp
13070 * gdb.base/reread.exp
13071 * gdb.base/return2.exp
13072 * gdb.base/savedregs.exp
13073 * gdb.base/sep.exp
13074 * gdb.base/sepdebug.exp
13075 * gdb.base/sepsymtab.exp
13076 * gdb.base/set-inferior-tty.exp
13077 * gdb.base/setshow.exp
13078 * gdb.base/shlib-call.exp
13079 * gdb.base/sigaltstack.exp
13080 * gdb.base/siginfo-addr.exp
13081 * gdb.base/signals.exp
13082 * gdb.base/signull.exp
13083 * gdb.base/sigrepeat.exp
13084 * gdb.base/so-impl-ld.exp
13085 * gdb.base/solib-display.exp
13086 * gdb.base/solib-overlap.exp
13087 * gdb.base/solib-search.exp
13088 * gdb.base/solib-symbol.exp
13089 * gdb.base/structs.exp
13090 * gdb.base/structs2.exp
13091 * gdb.base/symtab-search-order.exp
13092 * gdb.base/twice.exp
13093 * gdb.base/unload.exp
13094 * gdb.base/varargs.exp
13095 * gdb.base/watchpoint-solib.exp
13096 * gdb.base/watchpoint.exp
13097 * gdb.base/whatis.exp
13098 * gdb.base/wrong_frame_bt_full.exp
13099 * gdb.btrace/dlopen.exp
13100 * gdb.cell/ea-standalone.exp
13101 * gdb.cell/ea-test.exp
13102 * gdb.cp/dispcxx.exp
13103 * gdb.cp/gdb2384.exp
13104 * gdb.cp/method2.exp
13105 * gdb.cp/nextoverthrow.exp
13106 * gdb.cp/pr10728.exp
13107 * gdb.disasm/am33.exp
13108 * gdb.disasm/h8300s.exp
13109 * gdb.disasm/mn10300.exp
13110 * gdb.disasm/sh3.exp
13111 * gdb.dwarf2/dw2-dir-file-name.exp
13112 * gdb.fortran/complex.exp
13113 * gdb.fortran/library-module.exp
13114 * gdb.guile/scm-pretty-print.exp
13115 * gdb.guile/scm-symbol.exp
13116 * gdb.guile/scm-type.exp
13117 * gdb.guile/scm-value.exp
13118 * gdb.linespec/linespec.exp
13119 * gdb.mi/gdb701.exp
13120 * gdb.mi/gdb792.exp
13121 * gdb.mi/mi-breakpoint-changed.exp
13122 * gdb.mi/mi-dprintf-pending.exp
13123 * gdb.mi/mi-dprintf.exp
13124 * gdb.mi/mi-exit-code.exp
13125 * gdb.mi/mi-pending.exp
13126 * gdb.mi/mi-solib.exp
13127 * gdb.mi/new-ui-mi-sync.exp
13128 * gdb.mi/pr11022.exp
13129 * gdb.mi/user-selected-context-sync.exp
13130 * gdb.opt/solib-intra-step.exp
13131 * gdb.python/py-events.exp
13132 * gdb.python/py-finish-breakpoint.exp
13133 * gdb.python/py-mi.exp
13134 * gdb.python/py-prettyprint.exp
13135 * gdb.python/py-shared.exp
13136 * gdb.python/py-symbol.exp
13137 * gdb.python/py-template.exp
13138 * gdb.python/py-type.exp
13139 * gdb.python/py-value.exp
13140 * gdb.reverse/solib-precsave.exp
13141 * gdb.reverse/solib-reverse.exp
13142 * gdb.server/solib-list.exp
13143 * gdb.stabs/weird.exp
13144 * gdb.threads/reconnect-signal.exp
13145 * gdb.threads/stepi-random-signal.exp
13146 * gdb.trace/actions.exp
13147 * gdb.trace/ax.exp
13148 * gdb.trace/backtrace.exp
13149 * gdb.trace/change-loc.exp
13150 * gdb.trace/deltrace.exp
13151 * gdb.trace/ftrace-lock.exp
13152 * gdb.trace/ftrace.exp
13153 * gdb.trace/infotrace.exp
13154 * gdb.trace/mi-tracepoint-changed.exp
13155 * gdb.trace/packetlen.exp
13156 * gdb.trace/passcount.exp
13157 * gdb.trace/pending.exp
13158 * gdb.trace/range-stepping.exp
13159 * gdb.trace/report.exp
13160 * gdb.trace/stap-trace.exp
13161 * gdb.trace/tfind.exp
13162 * gdb.trace/trace-break.exp
13163 * gdb.trace/trace-condition.exp
13164 * gdb.trace/trace-enable-disable.exp
13165 * gdb.trace/trace-mt.exp
13166 * gdb.trace/tracecmd.exp
13167 * gdb.trace/tspeed.exp
13168 * gdb.trace/tsv.exp
13169 * lib/perftest.exp
13170
13171 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
13172
13173 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
13174 with gdb_test_no_output.
13175 Use command as test name.
13176
13177 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
13178
13179 Fix test names starting with uppercase throughout the files.
13180
13181 * gdb.ada/assign_1.exp
13182 * gdb.ada/boolean_expr.exp
13183 * gdb.base/arrayidx.exp
13184 * gdb.base/del.exp
13185 * gdb.base/gcore-buffer-overflow.exp
13186 * gdb.base/testenv.exp
13187 * gdb.compile/compile.exp
13188 * gdb.python/py-framefilter-invalidarg.exp
13189 * gdb.python/py-framefilter.exp
13190
13191 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
13192
13193 Fix test names starting with uppercase throughout the files.
13194
13195 * gdb.ada/array_return.exp
13196 * gdb.ada/expr_delims.exp
13197 * gdb.ada/mi_dyn_arr.exp
13198 * gdb.ada/mi_interface.exp
13199 * gdb.ada/mi_var_array.exp
13200 * gdb.ada/watch_arg.exp
13201 * gdb.arch/alpha-step.exp
13202 * gdb.arch/altivec-regs.exp
13203 * gdb.arch/e500-regs.exp
13204 * gdb.arch/powerpc-d128-regs.exp
13205 * gdb.base/arrayidx.exp
13206 * gdb.base/break.exp
13207 * gdb.base/checkpoint.exp
13208 * gdb.base/debug-expr.exp
13209 * gdb.base/dmsym.exp
13210 * gdb.base/radix.exp
13211 * gdb.base/sepdebug.exp
13212 * gdb.base/testenv.exp
13213 * gdb.base/watch_thread_num.exp
13214 * gdb.base/watchpoint-cond-gone.exp
13215 * gdb.cell/break.exp
13216 * gdb.cell/ea-cache.exp
13217 * gdb.compile/compile.exp
13218 * gdb.cp/gdb2495.exp
13219 * gdb.gdb/selftest.exp
13220 * gdb.gdb/xfullpath.exp
13221 * gdb.go/hello.exp
13222 * gdb.go/integers.exp
13223 * gdb.objc/basicclass.exp
13224 * gdb.pascal/hello.exp
13225 * gdb.pascal/integers.exp
13226 * gdb.python/py-breakpoint.exp
13227 * gdb.python/py-cmd.exp
13228 * gdb.python/py-linetable.exp
13229 * gdb.python/py-xmethods.exp
13230 * gdb.python/python.exp
13231 * gdb.reverse/consecutive-precsave.exp
13232 * gdb.reverse/finish-precsave.exp
13233 * gdb.reverse/i386-precsave.exp
13234 * gdb.reverse/machinestate-precsave.exp
13235 * gdb.reverse/sigall-precsave.exp
13236 * gdb.reverse/solib-precsave.exp
13237 * gdb.reverse/step-precsave.exp
13238 * gdb.reverse/until-precsave.exp
13239 * gdb.reverse/watch-precsave.exp
13240 * gdb.threads/leader-exit.exp
13241 * gdb.threads/pthreads.exp
13242 * gdb.threads/wp-replication.exp
13243 * gdb.trace/actions.exp
13244 * gdb.trace/mi-tsv-changed.exp
13245 * gdb.trace/tsv.exp
13246
13247 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
13248
13249 Fix test names starting with uppercase throughout the files.
13250
13251 * gdb.arch/i386-bp_permanent.exp
13252 * gdb.arch/i386-gnu-cfi.exp
13253 * gdb.base/disasm-end-cu.exp
13254 * gdb.base/macscp.exp
13255 * gdb.base/pending.exp
13256 * gdb.base/watch_thread_num.exp
13257 * gdb.cp/exception.exp
13258 * gdb.cp/gdb2495.exp
13259 * gdb.cp/local.exp
13260 * gdb.python/py-evsignal.exp
13261 * gdb.python/python.exp
13262 * gdb.trace/tracecmd.exp
13263
13264 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
13265
13266 Fix test names starting with uppercase throughout the files.
13267
13268 * gdb.base/charset.exp
13269 * gdb.base/eval.exp
13270 * gdb.base/multi-forks.exp
13271 * gdb.guile/scm-progspace.exp
13272 * gdb.opencl/datatypes.exp
13273 * gdb.python/py-block.exp
13274 * gdb.python/py-function.exp
13275 * gdb.python/py-symbol.exp
13276 * gdb.python/py-symtab.exp
13277 * gdb.python/py-xmethods.exp
13278 * gdb.reverse/break-precsave.exp
13279 * gdb.reverse/break-reverse.exp
13280 * gdb.reverse/consecutive-precsave.exp
13281 * gdb.reverse/consecutive-reverse.exp
13282 * gdb.reverse/finish-precsave.exp
13283 * gdb.reverse/finish-reverse-bkpt.exp
13284 * gdb.reverse/finish-reverse.exp
13285 * gdb.reverse/fstatat-reverse.exp
13286 * gdb.reverse/getresuid-reverse.exp
13287 * gdb.reverse/i386-precsave.exp
13288 * gdb.reverse/i386-reverse.exp
13289 * gdb.reverse/i386-sse-reverse.exp
13290 * gdb.reverse/i387-stack-reverse.exp
13291 * gdb.reverse/insn-reverse.exp
13292 * gdb.reverse/machinestate-precsave.exp
13293 * gdb.reverse/machinestate.exp
13294 * gdb.reverse/next-reverse-bkpt-over-sr.exp
13295 * gdb.reverse/pipe-reverse.exp
13296 * gdb.reverse/readv-reverse.exp
13297 * gdb.reverse/recvmsg-reverse.exp
13298 * gdb.reverse/rerun-prec.exp
13299 * gdb.reverse/s390-mvcle.exp
13300 * gdb.reverse/sigall-precsave.exp
13301 * gdb.reverse/sigall-reverse.exp
13302 * gdb.reverse/solib-precsave.exp
13303 * gdb.reverse/solib-reverse.exp
13304 * gdb.reverse/step-precsave.exp
13305 * gdb.reverse/step-reverse.exp
13306 * gdb.reverse/time-reverse.exp
13307 * gdb.reverse/until-precsave.exp
13308 * gdb.reverse/until-reverse.exp
13309 * gdb.reverse/waitpid-reverse.exp
13310 * gdb.reverse/watch-precsave.exp
13311 * gdb.reverse/watch-reverse.exp
13312
13313 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
13314
13315 Fix test names starting with uppercase throughout the files.
13316
13317 * gdb.arch/i386-mpx-simple_segv.exp
13318 * gdb.arch/i386-mpx.exp
13319 * gdb.arch/i386-permbkpt.exp
13320 * gdb.arch/pa-nullify.exp
13321 * gdb.arch/powerpc-d128-regs.exp
13322 * gdb.arch/vsx-regs.exp
13323 * gdb.base/bfp-test.exp
13324 * gdb.base/break.exp
13325 * gdb.base/breakpoint-shadow.exp
13326 * gdb.base/callfuncs.exp
13327 * gdb.base/charset.exp
13328 * gdb.base/commands.exp
13329 * gdb.base/completion.exp
13330 * gdb.base/dfp-test.exp
13331 * gdb.base/echo.exp
13332 * gdb.base/ending-run.exp
13333 * gdb.base/eval.exp
13334 * gdb.base/expand-psymtabs.exp
13335 * gdb.base/float128.exp
13336 * gdb.base/floatn.exp
13337 * gdb.base/foll-exec-mode.exp
13338 * gdb.base/gdb1056.exp
13339 * gdb.base/gdb11531.exp
13340 * gdb.base/kill-after-signal.exp
13341 * gdb.base/multi-forks.exp
13342 * gdb.base/overlays.exp
13343 * gdb.base/pending.exp
13344 * gdb.base/sepdebug.exp
13345 * gdb.base/testenv.exp
13346 * gdb.base/valgrind-db-attach.exp
13347 * gdb.base/watch_thread_num.exp
13348 * gdb.base/watchpoint-cond-gone.exp
13349 * gdb.base/watchpoint.exp
13350 * gdb.base/watchpoints.exp
13351 * gdb.cp/arg-reference.exp
13352 * gdb.cp/baseenum.exp
13353 * gdb.cp/operator.exp
13354 * gdb.cp/shadow.exp
13355 * gdb.dwarf2/dw2-op-out-param.exp
13356 * gdb.dwarf2/dw2-reg-undefined.exp
13357 * gdb.go/chan.exp
13358 * gdb.go/hello.exp
13359 * gdb.go/integers.exp
13360 * gdb.go/methods.exp
13361 * gdb.go/package.exp
13362 * gdb.guile/scm-parameter.exp
13363 * gdb.guile/scm-progspace.exp
13364 * gdb.guile/scm-value.exp
13365 * gdb.mi/mi-pending.exp
13366 * gdb.mi/user-selected-context-sync.exp
13367 * gdb.multi/multi-attach.exp
13368 * gdb.multi/tids.exp
13369 * gdb.opt/clobbered-registers-O2.exp
13370 * gdb.pascal/floats.exp
13371 * gdb.pascal/integers.exp
13372 * gdb.python/py-block.exp
13373 * gdb.python/py-events.exp
13374 * gdb.python/py-parameter.exp
13375 * gdb.python/py-symbol.exp
13376 * gdb.python/py-symtab.exp
13377 * gdb.python/py-type.exp
13378 * gdb.python/py-value.exp
13379 * gdb.python/py-xmethods.exp
13380 * gdb.python/python.exp
13381 * gdb.reverse/break-precsave.exp
13382 * gdb.reverse/consecutive-precsave.exp
13383 * gdb.reverse/finish-precsave.exp
13384 * gdb.reverse/i386-precsave.exp
13385 * gdb.reverse/machinestate-precsave.exp
13386 * gdb.reverse/sigall-precsave.exp
13387 * gdb.reverse/solib-precsave.exp
13388 * gdb.reverse/step-precsave.exp
13389 * gdb.reverse/until-precsave.exp
13390 * gdb.reverse/watch-precsave.exp
13391 * gdb.server/ext-attach.exp
13392 * gdb.server/ext-restart.exp
13393 * gdb.server/ext-run.exp
13394 * gdb.server/ext-wrapper.exp
13395 * gdb.stabs/gdb11479.exp
13396 * gdb.stabs/weird.exp
13397 * gdb.threads/attach-many-short-lived-threads.exp
13398 * gdb.threads/kill.exp
13399 * gdb.threads/watchpoint-fork.exp
13400
13401 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
13402
13403 Fix test names starting with uppercase throughout all the files below.
13404
13405 * gdb.ada/array_return.exp
13406 * gdb.ada/catch_ex.exp
13407 * gdb.ada/info_exc.exp
13408 * gdb.ada/mi_catch_ex.exp
13409 * gdb.ada/mi_dyn_arr.exp
13410 * gdb.ada/mi_ex_cond.exp
13411 * gdb.ada/mi_exc_info.exp
13412 * gdb.ada/mi_interface.exp
13413 * gdb.ada/mi_task_arg.exp
13414 * gdb.ada/mi_task_info.exp
13415 * gdb.ada/mi_var_array.exp
13416 * gdb.arch/alpha-step.exp
13417 * gdb.arch/amd64-disp-step.exp
13418 * gdb.arch/arm-disp-step.exp
13419 * gdb.arch/disp-step-insn-reloc.exp
13420 * gdb.arch/e500-prologue.exp
13421 * gdb.arch/ftrace-insn-reloc.exp
13422 * gdb.arch/gdb1558.exp
13423 * gdb.arch/i386-bp_permanent.exp
13424 * gdb.arch/i386-disp-step.exp
13425 * gdb.arch/i386-float.exp
13426 * gdb.arch/i386-gnu-cfi.exp
13427 * gdb.arch/ia64-breakpoint-shadow.exp
13428 * gdb.arch/mips16-thunks.exp
13429 * gdb.arch/pa-nullify.exp
13430 * gdb.arch/powerpc-aix-prologue.exp
13431 * gdb.arch/powerpc-power.exp
13432 * gdb.arch/ppc-dfp.exp
13433 * gdb.arch/s390-tdbregs.exp
13434 * gdb.arch/spu-info.exp
13435 * gdb.arch/spu-ls.exp
13436 * gdb.arch/thumb-bx-pc.exp
13437 * gdb.base/advance.exp
13438 * gdb.base/annota-input-while-running.exp
13439 * gdb.base/arrayidx.exp
13440 * gdb.base/asmlabel.exp
13441 * gdb.base/async.exp
13442 * gdb.base/attach-wait-input.exp
13443 * gdb.base/auto-connect-native-target.exp
13444 * gdb.base/batch-preserve-term-settings.exp
13445 * gdb.base/bfp-test.exp
13446 * gdb.base/bigcore.exp
13447 * gdb.base/bp-permanent.exp
13448 * gdb.base/break-always.exp
13449 * gdb.base/break-fun-addr.exp
13450 * gdb.base/break-idempotent.exp
13451 * gdb.base/break-main-file-remove-fail.exp
13452 * gdb.base/break-probes.exp
13453 * gdb.base/break-unload-file.exp
13454 * gdb.base/break.exp
13455 * gdb.base/call-ar-st.exp
13456 * gdb.base/call-rt-st.exp
13457 * gdb.base/call-sc.exp
13458 * gdb.base/call-signal-resume.exp
13459 * gdb.base/call-strs.exp
13460 * gdb.base/callexit.exp
13461 * gdb.base/callfuncs.exp
13462 * gdb.base/catch-gdb-caused-signals.exp
13463 * gdb.base/catch-signal-siginfo-cond.exp
13464 * gdb.base/catch-syscall.exp
13465 * gdb.base/compare-sections.exp
13466 * gdb.base/cond-eval-mode.exp
13467 * gdb.base/condbreak-call-false.exp
13468 * gdb.base/consecutive-step-over.exp
13469 * gdb.base/cursal.exp
13470 * gdb.base/disabled-location.exp
13471 * gdb.base/disasm-end-cu.exp
13472 * gdb.base/display.exp
13473 * gdb.base/double-prompt-target-event-error.exp
13474 * gdb.base/dprintf-bp-same-addr.exp
13475 * gdb.base/dprintf-detach.exp
13476 * gdb.base/dprintf-next.exp
13477 * gdb.base/dprintf-non-stop.exp
13478 * gdb.base/dprintf-pending.exp
13479 * gdb.base/dso2dso.exp
13480 * gdb.base/ending-run.exp
13481 * gdb.base/enum_cond.exp
13482 * gdb.base/examine-backward.exp
13483 * gdb.base/exe-lock.exp
13484 * gdb.base/exec-invalid-sysroot.exp
13485 * gdb.base/execl-update-breakpoints.exp
13486 * gdb.base/execution-termios.exp
13487 * gdb.base/fileio.exp
13488 * gdb.base/fixsection.exp
13489 * gdb.base/foll-exec-mode.exp
13490 * gdb.base/foll-exec.exp
13491 * gdb.base/fork-running-state.exp
13492 * gdb.base/frame-args.exp
13493 * gdb.base/fullpath-expand.exp
13494 * gdb.base/func-ptr.exp
13495 * gdb.base/gcore-relro-pie.exp
13496 * gdb.base/gdb1090.exp
13497 * gdb.base/gdb1555.exp
13498 * gdb.base/global-var-nested-by-dso.exp
13499 * gdb.base/gnu-ifunc.exp
13500 * gdb.base/hbreak-in-shr-unsupported.exp
13501 * gdb.base/hbreak-unmapped.exp
13502 * gdb.base/hook-stop.exp
13503 * gdb.base/infcall-input.exp
13504 * gdb.base/info-fun.exp
13505 * gdb.base/info-shared.exp
13506 * gdb.base/interrupt-noterm.exp
13507 * gdb.base/jit-so.exp
13508 * gdb.base/jit.exp
13509 * gdb.base/line-symtabs.exp
13510 * gdb.base/list.exp
13511 * gdb.base/longjmp.exp
13512 * gdb.base/macscp.exp
13513 * gdb.base/max-value-size.exp
13514 * gdb.base/nodebug.exp
13515 * gdb.base/nofield.exp
13516 * gdb.base/overlays.exp
13517 * gdb.base/paginate-after-ctrl-c-running.exp
13518 * gdb.base/paginate-bg-execution.exp
13519 * gdb.base/paginate-inferior-exit.exp
13520 * gdb.base/pending.exp
13521 * gdb.base/pr11022.exp
13522 * gdb.base/printcmds.exp
13523 * gdb.base/ptr-typedef.exp
13524 * gdb.base/ptype.exp
13525 * gdb.base/randomize.exp
13526 * gdb.base/range-stepping.exp
13527 * gdb.base/realname-expand.exp
13528 * gdb.base/relativedebug.exp
13529 * gdb.base/remote.exp
13530 * gdb.base/savedregs.exp
13531 * gdb.base/sepdebug.exp
13532 * gdb.base/set-noassign.exp
13533 * gdb.base/shlib-call.exp
13534 * gdb.base/shreloc.exp
13535 * gdb.base/sigaltstack.exp
13536 * gdb.base/sigbpt.exp
13537 * gdb.base/siginfo-addr.exp
13538 * gdb.base/siginfo-obj.exp
13539 * gdb.base/siginfo-thread.exp
13540 * gdb.base/signest.exp
13541 * gdb.base/signull.exp
13542 * gdb.base/sigrepeat.exp
13543 * gdb.base/skip.exp
13544 * gdb.base/so-impl-ld.exp
13545 * gdb.base/solib-corrupted.exp
13546 * gdb.base/solib-disc.exp
13547 * gdb.base/solib-display.exp
13548 * gdb.base/solib-overlap.exp
13549 * gdb.base/solib-search.exp
13550 * gdb.base/solib-symbol.exp
13551 * gdb.base/source-execution.exp
13552 * gdb.base/sss-bp-on-user-bp-2.exp
13553 * gdb.base/sss-bp-on-user-bp.exp
13554 * gdb.base/stack-checking.exp
13555 * gdb.base/stale-infcall.exp
13556 * gdb.base/step-break.exp
13557 * gdb.base/step-line.exp
13558 * gdb.base/step-over-exit.exp
13559 * gdb.base/step-test.exp
13560 * gdb.base/structs.exp
13561 * gdb.base/sym-file.exp
13562 * gdb.base/symtab-search-order.exp
13563 * gdb.base/term.exp
13564 * gdb.base/type-opaque.exp
13565 * gdb.base/unload.exp
13566 * gdb.base/until-nodebug.exp
13567 * gdb.base/until.exp
13568 * gdb.base/unwindonsignal.exp
13569 * gdb.base/watch-cond.exp
13570 * gdb.base/watch-non-mem.exp
13571 * gdb.base/watch_thread_num.exp
13572 * gdb.base/watchpoint-reuse-slot.exp
13573 * gdb.base/watchpoint-solib.exp
13574 * gdb.base/watchpoint.exp
13575 * gdb.btrace/dlopen.exp
13576 * gdb.cell/arch.exp
13577 * gdb.cell/break.exp
13578 * gdb.cell/bt.exp
13579 * gdb.cell/core.exp
13580 * gdb.cell/data.exp
13581 * gdb.cell/dwarfaddr.exp
13582 * gdb.cell/ea-cache.exp
13583 * gdb.cell/ea-standalone.exp
13584 * gdb.cell/ea-test.exp
13585 * gdb.cell/f-regs.exp
13586 * gdb.cell/fork.exp
13587 * gdb.cell/gcore.exp
13588 * gdb.cell/mem-access.exp
13589 * gdb.cell/ptype.exp
13590 * gdb.cell/registers.exp
13591 * gdb.cell/sizeof.exp
13592 * gdb.cell/solib-symbol.exp
13593 * gdb.cell/solib.exp
13594 * gdb.compile/compile-tls.exp
13595 * gdb.cp/exception.exp
13596 * gdb.cp/gdb2495.exp
13597 * gdb.cp/local.exp
13598 * gdb.cp/mb-inline.exp
13599 * gdb.cp/mb-templates.exp
13600 * gdb.cp/pr10687.exp
13601 * gdb.cp/pr9167.exp
13602 * gdb.cp/scope-err.exp
13603 * gdb.cp/templates.exp
13604 * gdb.cp/virtfunc.exp
13605 * gdb.dwarf2/dw2-dir-file-name.exp
13606 * gdb.dwarf2/dw2-single-line-discriminators.exp
13607 * gdb.fortran/complex.exp
13608 * gdb.fortran/library-module.exp
13609 * gdb.guile/guile.exp
13610 * gdb.guile/scm-cmd.exp
13611 * gdb.guile/scm-frame-inline.exp
13612 * gdb.guile/scm-objfile.exp
13613 * gdb.guile/scm-pretty-print.exp
13614 * gdb.guile/scm-symbol.exp
13615 * gdb.guile/scm-type.exp
13616 * gdb.guile/scm-value.exp
13617 * gdb.linespec/keywords.exp
13618 * gdb.linespec/ls-errs.exp
13619 * gdb.linespec/macro-relative.exp
13620 * gdb.linespec/thread.exp
13621 * gdb.mi/mi-breakpoint-changed.exp
13622 * gdb.mi/mi-dprintf-pending.exp
13623 * gdb.mi/mi-fullname-deleted.exp
13624 * gdb.mi/mi-logging.exp
13625 * gdb.mi/mi-pending.exp
13626 * gdb.mi/mi-solib.exp
13627 * gdb.mi/new-ui-mi-sync.exp
13628 * gdb.mi/user-selected-context-sync.exp
13629 * gdb.multi/dummy-frame-restore.exp
13630 * gdb.multi/multi-arch-exec.exp
13631 * gdb.multi/remove-inferiors.exp
13632 * gdb.multi/watchpoint-multi-exit.exp
13633 * gdb.opt/solib-intra-step.exp
13634 * gdb.perf/backtrace.exp
13635 * gdb.perf/single-step.exp
13636 * gdb.perf/skip-command.exp
13637 * gdb.perf/skip-prologue.exp
13638 * gdb.perf/solib.exp
13639 * gdb.python/lib-types.exp
13640 * gdb.python/py-as-string.exp
13641 * gdb.python/py-bad-printers.exp
13642 * gdb.python/py-block.exp
13643 * gdb.python/py-breakpoint.exp
13644 * gdb.python/py-cmd.exp
13645 * gdb.python/py-events.exp
13646 * gdb.python/py-evthreads.exp
13647 * gdb.python/py-finish-breakpoint.exp
13648 * gdb.python/py-finish-breakpoint2.exp
13649 * gdb.python/py-frame-inline.exp
13650 * gdb.python/py-frame.exp
13651 * gdb.python/py-inferior.exp
13652 * gdb.python/py-infthread.exp
13653 * gdb.python/py-mi.exp
13654 * gdb.python/py-objfile.exp
13655 * gdb.python/py-pp-maint.exp
13656 * gdb.python/py-pp-registration.exp
13657 * gdb.python/py-prettyprint.exp
13658 * gdb.python/py-recurse-unwind.exp
13659 * gdb.python/py-shared.exp
13660 * gdb.python/py-symbol.exp
13661 * gdb.python/py-symtab.exp
13662 * gdb.python/py-template.exp
13663 * gdb.python/py-type.exp
13664 * gdb.python/py-unwind-maint.exp
13665 * gdb.python/py-unwind.exp
13666 * gdb.python/py-value.exp
13667 * gdb.python/python.exp
13668 * gdb.reverse/finish-reverse-bkpt.exp
13669 * gdb.reverse/insn-reverse.exp
13670 * gdb.reverse/next-reverse-bkpt-over-sr.exp
13671 * gdb.reverse/solib-precsave.exp
13672 * gdb.reverse/solib-reverse.exp
13673 * gdb.stabs/gdb11479.exp
13674 * gdb.stabs/weird.exp
13675 * gdb.threads/fork-child-threads.exp
13676 * gdb.threads/fork-plus-threads.exp
13677 * gdb.threads/fork-thread-pending.exp
13678 * gdb.threads/forking-threads-plus-breakpoint.exp
13679 * gdb.threads/hand-call-in-threads.exp
13680 * gdb.threads/interrupted-hand-call.exp
13681 * gdb.threads/linux-dp.exp
13682 * gdb.threads/local-watch-wrong-thread.exp
13683 * gdb.threads/next-while-other-thread-longjmps.exp
13684 * gdb.threads/non-ldr-exit.exp
13685 * gdb.threads/pending-step.exp
13686 * gdb.threads/print-threads.exp
13687 * gdb.threads/process-dies-while-detaching.exp
13688 * gdb.threads/process-dies-while-handling-bp.exp
13689 * gdb.threads/pthreads.exp
13690 * gdb.threads/queue-signal.exp
13691 * gdb.threads/reconnect-signal.exp
13692 * gdb.threads/signal-command-handle-nopass.exp
13693 * gdb.threads/signal-command-multiple-signals-pending.exp
13694 * gdb.threads/signal-delivered-right-thread.exp
13695 * gdb.threads/signal-sigtrap.exp
13696 * gdb.threads/sigthread.exp
13697 * gdb.threads/staticthreads.exp
13698 * gdb.threads/stepi-random-signal.exp
13699 * gdb.threads/thread-unwindonsignal.exp
13700 * gdb.threads/thread_check.exp
13701 * gdb.threads/thread_events.exp
13702 * gdb.threads/tid-reuse.exp
13703 * gdb.threads/tls-nodebug.exp
13704 * gdb.threads/tls-shared.exp
13705 * gdb.threads/tls-so_extern.exp
13706 * gdb.threads/tls.exp
13707 * gdb.threads/wp-replication.exp
13708 * gdb.trace/actions-changed.exp
13709 * gdb.trace/actions.exp
13710 * gdb.trace/backtrace.exp
13711 * gdb.trace/change-loc.exp
13712 * gdb.trace/collection.exp
13713 * gdb.trace/deltrace.exp
13714 * gdb.trace/disconnected-tracing.exp
13715 * gdb.trace/entry-values.exp
13716 * gdb.trace/ftrace-lock.exp
13717 * gdb.trace/ftrace.exp
13718 * gdb.trace/infotrace.exp
13719 * gdb.trace/mi-trace-frame-collected.exp
13720 * gdb.trace/mi-trace-unavailable.exp
13721 * gdb.trace/mi-traceframe-changed.exp
13722 * gdb.trace/mi-tracepoint-changed.exp
13723 * gdb.trace/mi-tsv-changed.exp
13724 * gdb.trace/no-attach-trace.exp
13725 * gdb.trace/packetlen.exp
13726 * gdb.trace/passc-dyn.exp
13727 * gdb.trace/passcount.exp
13728 * gdb.trace/pending.exp
13729 * gdb.trace/pr16508.exp
13730 * gdb.trace/qtro.exp
13731 * gdb.trace/range-stepping.exp
13732 * gdb.trace/read-memory.exp
13733 * gdb.trace/report.exp
13734 * gdb.trace/save-trace.exp
13735 * gdb.trace/signal.exp
13736 * gdb.trace/stap-trace.exp
13737 * gdb.trace/status-stop.exp
13738 * gdb.trace/strace.exp
13739 * gdb.trace/tfile.exp
13740 * gdb.trace/tfind.exp
13741 * gdb.trace/trace-break.exp
13742 * gdb.trace/trace-condition.exp
13743 * gdb.trace/trace-enable-disable.exp
13744 * gdb.trace/trace-mt.exp
13745 * gdb.trace/tracecmd.exp
13746 * gdb.trace/tracefile-pseudo-reg.exp
13747 * gdb.trace/tspeed.exp
13748 * gdb.trace/tstatus.exp
13749 * gdb.trace/tsv.exp
13750 * gdb.trace/unavailable.exp
13751 * gdb.trace/while-dyn.exp
13752 * gdb.trace/while-stepping.exp
13753 * lib/gdb-guile.exp
13754 * lib/gdb.exp
13755 * lib/mi-support.exp
13756 * lib/pascal.exp
13757 * lib/perftest.exp
13758 * lib/prelink-support.exp
13759 * lib/selftest-support.exp
13760
13761 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
13762
13763 * Makefile.in: Include disable-implicit-rules.mk.
13764
13765 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
13766
13767 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
13768 non-byte-aligned bit fields.
13769
13770 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
13771
13772 PR gdb/12616
13773 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
13774 respects the DW_AT_data_bit_offset attribute.
13775
13776 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
13777
13778 * gdb.base/default.exp: Fix output of "set language".
13779
13780 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
13781
13782 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
13783 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
13784 make.
13785 * configure.ac: Remove checks for the make program.
13786 * configure: Re-generate.
13787
13788 2016-11-16 Kevin Buettner <kevinb@redhat.com>
13789
13790 * gdb.python/py-recurse-unwind.c (main): Add loop.
13791 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
13792 to read_register() and gdb.parse_and_eval(). Make each code
13793 call a separate case that can be individually tested.
13794 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
13795 proc. Call cont_and_backtrace for each of the code paths that
13796 we want to test in the unwinder.
13797
13798 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
13799
13800 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
13801 the definition of struct S.
13802
13803 2016-11-11 Catherine Moore <clm@codesourcery.com>
13804
13805 * gdb.base/dump.exp: Identify verilog format dump tests as such.
13806
13807 2016-11-09 Pedro Alves <palves@redhat.com>
13808
13809 * gdb.base/commands.exp (runto_or_return): New procedure.
13810 (gdbvar_simple_if_test, gdbvar_simple_while_test)
13811 (gdbvar_complex_if_while_test, progvar_simple_if_test)
13812 (progvar_simple_while_test, progvar_complex_if_while_test)
13813 (if_while_breakpoint_command_test)
13814 (infrun_breakpoint_command_test, breakpoint_command_test)
13815 (user_defined_command_test, watchpoint_command_test)
13816 (test_command_prompt_position, redefine_hook_test)
13817 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
13818 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
13819 multi_line_input and multi_line. Remove gdb_expect and
13820 gdb_stop_suppressing_tests uses.
13821 * lib/gdb.exp (valnum_re): New global.
13822 (multi_line_input): New procedure.
13823
13824 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
13825
13826 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
13827 Remove.
13828 (test_setup): Define with proc_with_prefix.
13829 (test_cli_inferior): Likewise.
13830 (test_cli_thread): Likewise.
13831 (test_cli_frame): Likewise.
13832 (test_cli_select_frame): Likewise.
13833 (test_cli_up_down): Likewise.
13834 (test_mi_thread_select): Likewise.
13835 (test_mi_stack_select_frame): Likewise.
13836 (test_cli_in_mi_inferior): Likewise.
13837 (test_cli_in_mi_thread): Likewise.
13838 (test_cli_in_mi_frame): Likewise.
13839 (top level): Do not use with_test_prefix_procname.
13840
13841 2016-11-09 Pedro Alves <palves@redhat.com>
13842
13843 * gdb.base/commands.exp (gdbvar_simple_if_test)
13844 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
13845 (progvar_simple_if_test, progvar_simple_while_test)
13846 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
13847 (infrun_breakpoint_command_test, breakpoint_command_test)
13848 (user_defined_command_test, watchpoint_command_test)
13849 (test_command_prompt_position, deprecated_command_test)
13850 (bp_deleted_in_command, temporary_breakpoint_commands)
13851 (stray_arg0_test, source_file_with_indented_comment)
13852 (recursive_source_test, if_commands_test)
13853 (error_clears_commands_left, redefine_hook_test)
13854 (redefine_backtrace_test): Use proc_with_prefix.
13855 * lib/gdb.exp (proc_with_prefix): New proc.
13856
13857 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
13858
13859 * gdb.base/tui-layout.c: New file.
13860 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
13861 disassembly window contains very long lines.
13862
13863 2016-11-08 Tom Tromey <tom@tromey.com>
13864
13865 * gdb.python/py-value.exp (test_value_creation): Make "long" test
13866 depend on Python 2.
13867
13868 2016-11-08 Tom Tromey <tom@tromey.com>
13869
13870 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
13871 New method.
13872
13873 2016-10-29 Manish Goregaokar <manish@mozilla.com>
13874
13875 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
13876
13877 2016-10-27 Manish Goregaokar <manish@mozilla.com>
13878
13879 * gdb.rust/simple.rs: Add test for univariant enums without
13880 discriminants and for encoded struct-like enums.
13881
13882 2016-10-28 Pedro Alves <palves@redhat.com>
13883
13884 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
13885 gdb_test_multiple, tighten regexps and match symtabs and line
13886 tables incrementally.
13887
13888 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
13889
13890 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
13891 general.
13892
13893 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
13894
13895 * gdb.base/exec-invalid-sysroot.exp: New file.
13896
13897 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
13898
13899 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
13900
13901 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13902
13903 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
13904
13905 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
13906
13907 * gdb.base/killed-outside.exp: Remove $options from a call to
13908 `prepare_for_testing'.
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 Change test message.
13914
13915 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
13916
13917 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
13918 Update comment.
13919
13920 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
13921
13922 * gdb.trace/mi-trace-save.exp: New file.
13923
13924 2016-10-13 Yao Qi <yao.qi@linaro.org>
13925
13926 * gdb.base/code_elim.exp (get_var_address): Remove.
13927 * gdb.base/relocate.exp: Likewise.
13928 * gdb.base/shreloc.exp: Likewise.
13929 * lib/gdb.exp (get_var_address): New.
13930
13931 2016-10-13 Yao Qi <yao.qi@linaro.org>
13932
13933 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
13934 floating point tests if $skip_float_test is false.
13935
13936 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
13937
13938 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
13939 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
13940 argc values.
13941 Add 1 to argc so we guarantee distinct initial/modified argc values.
13942
13943 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13944
13945 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
13946
13947 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13948
13949 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
13950 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
13951 * gdb.arch/vsx-regs.exp: Likewise.
13952
13953 2016-10-07 Yao Qi <yao.qi@linaro.org>
13954
13955 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
13956
13957 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
13958
13959 * gdb.python/python.exp: Test decode_line("*0").
13960
13961 2016-10-06 Doug Evans <dje@google.com>
13962
13963 * gdb.python/py-value.exp (test_value_creation): Add test for large
13964 unsigned 64-bit value.
13965
13966 2016-10-06 Tom Tromey <tom@tromey.com>
13967
13968 * gdb.compile/compile.exp: Change java tests to rust.
13969 * gdb.base/setshow.exp: Change java tests to rust.
13970 * gdb.base/default.exp: Remove java from language list.
13971 * README (Examples): Update language example.
13972 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
13973 test.
13974 * lib/gdb.exp (skip_java_tests): Remove.
13975 * lib/java.exp: Remove.
13976 * gdb.java: Remove.
13977
13978 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
13979
13980 * gdb.arch/mips-fcr.exp: New test.
13981 * gdb.arch/mips-fcr.c: Source for the new test.
13982
13983 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
13984
13985 * gdb.base/solib-disc.exp: Use `standard_output_file'
13986 throughout.
13987
13988 2016-10-06 Pedro Alves <palves@redhat.com>
13989
13990 * gdb.base/jit-simple-dl.c: New file.
13991 * gdb.base/jit-simple-jit.c: New file, factored out from ...
13992 * gdb.base/jit-simple.c: ... this.
13993 * gdb.base/jit-simple.exp (jit_run): Delete.
13994 (build_jit): New proc.
13995 (jit_test_reread): Recompile either the main program or the shared
13996 library, depending on what is being tested. Skip changing address
13997 if caller wants to. Compare before/after addresses. If testing
13998 standalone, explicitly load the binary. Test "maint info
13999 breakpoints".
14000 (top level): Add "standalone vs shared lib" and "change address"
14001 vs "same address" axes.
14002
14003 2016-10-06 Pedro Alves <palves@redhat.com>
14004
14005 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
14006 call.
14007 (jit_run): Delete.
14008 (jit_test_reread): Use with_test_prefix. Reload the main binary
14009 explicitly. Compare the before/after addresses of the JIT
14010 descriptor.
14011
14012 2016-08-15 Doug Evans <dje@google.com>
14013
14014 * gdb.xml/extra-regs.xml: Update, end field now required, default type
14015 for single bitfields is bool.
14016 * gdb.xml/tdesc-regs.exp: Ditto.
14017
14018 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
14019
14020 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
14021
14022 2016-10-05 Yao Qi <yao.qi@linaro.org>
14023
14024 * lib/gdb.exp (support_complex_tests): Return zero if
14025 gdb_skip_float_test return true.
14026
14027 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
14028 Simon Marchi <simon.marchi@ericsson.com>
14029
14030 PR gdb/20487
14031 * gdb.mi/user-selected-context-sync.exp: New file.
14032 * gdb.mi/user-selected-context-sync.c: New file.
14033
14034 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
14035 Simon Marchi <simon.marchi@ericsson.com>
14036
14037 PR gdb/20487
14038 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
14039 =thread-select-event check.
14040
14041 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
14042
14043 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
14044 the compulsory L operand changes.
14045 * gdb.arch/powerpc-power.s: Likewise.
14046
14047 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
14048
14049 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
14050 * gdb.base/jit-attach-pie.c: New file.
14051 * gdb.base/jit-attach-pie.exp: New file.
14052
14053 2016-09-28 Pedro Alves <palves@redhat.com>
14054
14055 * gdb.base/infcall-input.c: New file.
14056 * gdb.base/infcall-input.exp: New file.
14057
14058 2016-09-22 Yao Qi <yao.qi@linaro.org>
14059
14060 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
14061 (gdb_exit): Rename it to ...
14062 (gdbserver_gdb_exit): ... Close GDBserver.
14063 (gdb_exit): New proc, call gdbserver_gdb_exit.
14064 (mi_gdb_exit): Likewise.
14065
14066 2016-09-22 Yao Qi <yao.qi@linaro.org>
14067
14068 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
14069 path.
14070 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
14071 Remove duplication.
14072
14073 2016-09-22 Yao Qi <yao.qi@linaro.org>
14074
14075 * lib/gdbserver-support.exp: Check the existence of
14076 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
14077
14078 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
14079
14080 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
14081
14082 2016-09-21 Tom Tromey <tom@tromey.com>
14083
14084 PR gdb/20604:
14085 * gdb.base/quit.exp: New file.
14086
14087 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
14088
14089 * .gitignore: New file.
14090
14091 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
14092
14093 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
14094 throughout.
14095
14096 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
14097
14098 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
14099
14100 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14101
14102 * gdb.cp/casts.cc (decltype): Move it ...
14103 (main): ... with its call to ...
14104 * gdb.cp/casts03.cc: ... a new file.
14105 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
14106
14107 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14108
14109 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
14110
14111 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
14112
14113 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
14114 and sync up the test with tests in gas/testsuite/gas/ppc.
14115 * gdb.arch/powerpc-power.exp: Likewise.
14116
14117 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14118
14119 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
14120
14121 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
14122 Jan Kratochvil <jan.kratochvil@redhat.com>
14123
14124 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
14125 make m1's definition to be different from m2's. Use 'dummy' as an
14126 argument for probe 'two'.
14127
14128 2016-09-10 Jon Beniston <jon@beniston.com>
14129
14130 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
14131 for sim target.
14132
14133 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
14134
14135 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
14136 variable declaration.
14137 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
14138 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
14139 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
14140 received HWCAP as its argument.
14141
14142 2016-09-06 Pedro Alves <palves@redhat.com>
14143
14144 * gdb.base/new-ui-pending-input.c: New file.
14145 * gdb.base/new-ui-pending-input.exp: New file.
14146 * gdb.exp (clear_gdb_spawn_id): New procedure.
14147 (with_spawn_id): Check whether gdb_spawn_id exists before
14148 referencing it. If gdb_spawn_id didn't exist on entry, clear it
14149 on exit.
14150
14151 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
14152
14153 * gdb.base/float128.c: New file.
14154 * gdb.base/float128.exp: Likewise.
14155 * gdb.base/floatn.c: Likewise.
14156 * gdb.base/floatn.exp: Likewise.
14157
14158 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
14159
14160 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
14161
14162 2016-09-05 Pedro Alves <palves@redhat.com>
14163
14164 PR backtrace/19927
14165 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
14166 unwinders are immediately called as side effect of "source" or
14167 "disable unwinder" commands.
14168 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
14169
14170 2016-09-02 Yao Qi <yao.qi@linaro.org>
14171
14172 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
14173 is true and $type is "float" or "double".
14174
14175 2016-09-02 Yao Qi <yao.qi@linaro.org>
14176
14177 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
14178 true.
14179 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
14180 * gdb.base/call-rt-st.exp: Likewise.
14181 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
14182 return value instead of gdb,skip_float_test.
14183 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
14184 (do_function_calls): Use its return value instead of
14185 gdb,skip_float_test.
14186 * gdb.base/finish.exp: Likewise.
14187 * gdb.base/funcargs.exp: Likewise.
14188 * gdb.base/return.exp: Likewise.
14189 * gdb.base/return2.exp: Likewise.
14190 * gdb.base/varargs.exp: Likewise.
14191 * lib/gdb.exp (gdb_skip_float_test): Change it to
14192 gdb_caching_proc. Detect the broken ptrace on arm-linux.
14193
14194 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
14195
14196 * gdb.multi/tids.exp: Test "thread apply all".
14197
14198 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
14199
14200 * gdb.base/default.exp (tty): Remove.
14201
14202 2016-08-24 Kevin Buettner <kevinb@redhat.com>
14203
14204 * gdb.python/py-recurse-unwind.c: New file.
14205 * gdb.python/py-recurse-unwind.py: New file.
14206 * gdb.python/py-recurse-unwind.exp: New file.
14207
14208 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
14209
14210 * gdb.base/set-inferior-tty.exp: New file.
14211 * gdb.base/set-inferior-tty.c: New file.
14212
14213 2016-08-23 Pedro Alves <palves@redhat.com>
14214
14215 PR gdb/20494
14216 * gdb.base/new-ui-echo.c: New file.
14217 * gdb.base/new-ui-echo.exp: New file.
14218
14219 2016-08-23 Yao Qi <yao.qi@linaro.org>
14220
14221 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
14222 gdbserver_spawn.
14223 * gdb.server/connect-without-multi-process.exp (do_test):
14224 Likewise.
14225
14226 2016-08-23 Yao Qi <yao.qi@linaro.org>
14227
14228 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
14229 standalone_txt. Delete gdb_txt and standalone_txt on host
14230 and target. Spawn the binary on target. Copy files from
14231 target to host.
14232
14233 2016-08-22 Pedro Alves <palves@redhat.com>
14234
14235 PR gdb/20505
14236 * gdb.base/vdso-warning.exp: Test core dumps too. Use
14237 with_test_prefix. Factor out bits to ...
14238 (test_no_vdso): ... this new procedure.
14239
14240 2016-08-19 Carl Love <cel@us.ibm.com>
14241
14242 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
14243 maintaining separate logic for constructing the output path.
14244 * gdb.arch/powerpc-d128-regs.exp: Likewise.
14245 * gdb.arch/ppc-dfp.exp: Likewise.
14246 * gdb.arch/ppc-fp.exp: Likewise.
14247 * gdb.arch/vsx-regs.exp: Likewise.
14248 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
14249 binprefix for generating the additional binary files.
14250
14251 2016-08-19 Pedro Alves <palves@redhat.com>
14252
14253 * gdb.trace/mi-trace-frame-collected.exp
14254 (test_trace_frame_collected): On x32, expect two registers.
14255
14256 2016-08-18 Carl Love <cel@us.ibm.com>
14257
14258 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
14259 and sync up the test with tests in gas/testsuite/gas/ppc.
14260 * gdb.arch/powerpc-power.exp: Likewise.
14261
14262 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
14263
14264 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
14265 expected error message.
14266
14267 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
14268
14269 * gdb.multi/remove-inferiors.exp: New file.
14270 * gdb.multi/remove-inferiors.c: New file.
14271
14272 2016-08-12 Yao Qi <yao.qi@linaro.org>
14273
14274 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
14275 argument list.
14276
14277 2016-08-10 Pedro Alves <palves@redhat.com>
14278
14279 PR gdb/19187
14280 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
14281 setup_kfails.
14282
14283 2016-08-09 Pedro Alves <palves@redhat.com>
14284 Simon Marchi <simon.marchi@ericsson.com>
14285
14286 PR gdb/20418
14287 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
14288 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
14289
14290 2016-08-09 Pedro Alves <palves@redhat.com>
14291
14292 PR mi/20431
14293 * gdb.mi/mi-cmd-error.exp: New file.
14294
14295 2016-08-09 Pedro Alves <palves@redhat.com>
14296
14297 PR gdb/18653
14298 * gdb.base/signals-state-child.c: New file.
14299 * gdb.base/signals-state-child.exp: New file.
14300 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
14301
14302 2016-08-09 Pedro Alves <palves@redhat.com>
14303
14304 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
14305
14306 2016-08-03 Tom Tromey <tom@tromey.com>
14307
14308 PR python/18565:
14309 * gdb.python/py-frame-inline.exp: Add Frame.function test.
14310
14311 2016-08-01 Yao Qi <yao.qi@linaro.org>
14312
14313 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
14314 variable mode to "multi-process" if $multi_process is 1, otherwise
14315 set it to "single-process".
14316
14317 2016-08-01 Yao Qi <yao.qi@linaro.org>
14318
14319 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
14320 * gdb.cp/cpexprs.exp: Likewise.
14321 * gdb.cp/m-static.exp: Likewise.
14322
14323 2016-07-26 Tom Tromey <tom@tromey.com>
14324
14325 PR python/20190:
14326 * gdb.threads/tls.exp (check_thread_local): Add python symbol
14327 test.
14328
14329 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
14330
14331 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
14332 selecting assembly source files.
14333 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
14334 assembly source files.
14335 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
14336 assembly source files.
14337 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
14338 selecting assembly source files.
14339
14340 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
14341
14342 * gdb.base/new-ui.exp (do_test_invalid_args): New
14343 procedure.
14344
14345 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
14346
14347 * gdb.btrace/reconnect.c: New file.
14348 * gdb.btrace/reconnect.exp: New file.
14349
14350 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
14351
14352 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
14353 to test_catch_syscall_group.
14354 (test_catch_syscall_group): New.
14355
14356 2016-07-21 Tom Tromey <tom@tromey.com>
14357
14358 * gdb.rust/simple.rs (main): Use empty struct expression.
14359 * gdb.rust/simple.exp: Add tests for empty struct expression.
14360
14361 2016-07-21 Yao Qi <yao.qi@linaro.org>
14362
14363 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
14364 if gdb_skip_xml_test is true on some targets.
14365
14366 2016-07-21 Yao Qi <yao.qi@linaro.org>
14367
14368 * gdb.server/solib-list.exp: Unset last_loaded_file.
14369
14370 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14371
14372 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
14373 "step into captured_main (args)".
14374
14375 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14376
14377 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
14378
14379 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14380
14381 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
14382
14383 2016-07-19 Pedro Alves <palves@redhat.com>
14384
14385 * gdb.opt/inline-break.exp: Remove optimize=-O2.
14386 * gdb.opt/inline-bt.exp: Likewise.
14387 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
14388 additional_flags=-Winline.
14389 * gdb.opt/inline-locals.exp: Likewise.
14390 * gdb.opt/inline-markers.c (ATTR): Define.
14391 (inlined_fn): Use it.
14392
14393 2016-07-19 Yao Qi <yao.qi@linaro.org>
14394
14395 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
14396 (test_with_self): Remove some code. Remove argument executable.
14397 (top-level): Use do_self_tests.
14398
14399 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
14400 Don Breazeal <donb@codesourcery.com>
14401
14402 * gdb.base/maint.exp: Escape paths used in regular expressions.
14403 * gdb.stabs/weird.exp: Likewise.
14404
14405 2016-07-13 Tom Tromey <tom@tromey.com>
14406
14407 PR python/15620, PR python/18620:
14408 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
14409 (test_bkpt_events): New procs.
14410
14411 2016-07-13 Tom Tromey <tom@tromey.com>
14412
14413 PR python/17698:
14414 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
14415 test.
14416 (test_watchpoints): Likewise.
14417 (test_bkpt_pending): New proc.
14418
14419 2016-07-13 Tom Tromey <tom@tromey.com>
14420
14421 PR cli/18053:
14422 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
14423 completion test.
14424
14425 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14426
14427 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
14428 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
14429 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
14430 f_label.
14431 (g): Rename g_end_lbl to g_label.
14432 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
14433 low_pc and high_pc.
14434 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
14435
14436 2016-07-12 Tom Tromey <tom@tromey.com>
14437
14438 PR python/19293:
14439 * gdb.python/py-unwind-maint.exp: Update tests.
14440
14441 2016-07-12 Yao Qi <yao.qi@linaro.org>
14442
14443 * lib/selftest-support.exp (selftest_setup): Match the output
14444 when captured_main is inlined.
14445
14446 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
14447
14448 * gdb.fortran/derived-types.exp (result_line, result_line_2):
14449 New variables.
14450 (print this%a, print this%b, print this): New tests.
14451 * gdb.fortran/derived-types.f90 (this): New object and
14452 initialization.
14453
14454 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
14455
14456 * gdb.ada/arraydim.exp: Remove extra directory level in build
14457 directory.
14458
14459 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
14460
14461 * lib/ada.exp: Remove extra directory level in build directory.
14462 * gdb.ada/cond_lang.exp: Likewise.
14463 * gdb.ada/exec_changed.exp: Likewise.
14464 * gdb.ada/lang_switch.exp: Likewise.
14465
14466 2016-07-06 Manish Goregaokar <manish@mozilla.com>
14467
14468 * simple.rs: Add test for raw pointer subscripting.
14469 * simple.exp: Add test expectations.
14470
14471 2016-07-05 Yao Qi <yao.qi@linaro.org>
14472
14473 * gdb.mi/mi-reverse.exp: Match =record-started output.
14474
14475 2016-07-01 Pedro Alves <palves@redhat.com>
14476
14477 * gdb.base/jit-reader.exp (info_registers_current_frame): New
14478 procedure.
14479 (jit_reader_test): Test the jit reader's unwinder.
14480 * gdb.base/jithost.c (jit_function_00_code): New global.
14481 (main): Use memcpy to fill in the mmapped code, instead of poking
14482 bytes manually here.
14483 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
14484 value.
14485 (read_debug_info): Save the function's range.
14486 (read_sp): New function.
14487 (unwind_frame): Use it. Also unwind RBP.
14488 (get_frame_id): Use read_sp.
14489 (gdb_init_reader): Use calloc instead of malloc.
14490 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
14491 parameter. Use gdb_test_multiple.
14492
14493 2016-07-01 Pedro Alves <palves@redhat.com>
14494 Antoine Tremblay <antoine.tremblay@ericsson.com>
14495
14496 * gdb.threads/process-dies-while-detaching.c: New file.
14497 * gdb.threads/process-dies-while-detaching.exp: New file.
14498
14499 2016-07-01 Pedro Alves <palves@redhat.com>
14500
14501 * gdb.multi/watchpoint-multi-exit.c: New file.
14502 * gdb.multi/watchpoint-multi-exit.exp: New file.
14503
14504 2016-06-30 Pedro Alves <palves@redhat.com>
14505
14506 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
14507 unset inferior_spawn_id.
14508
14509 2016-06-30 Pedro Alves <palves@redhat.com>
14510
14511 * lib/mi-support.exp (default_mi_gdb_start): Declare global
14512 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
14513
14514 2016-06-29 Yao Qi <yao.qi@linaro.org>
14515
14516 * gdb.base/return.c: Add copyright header.
14517
14518 2016-06-29 Tom Tromey <tom@tromey.com>
14519
14520 PR python/20129:
14521 * gdb.python/py-framefilter.exp: Add tests for setting priority
14522 and disabling of non-existent frame filter.
14523
14524 2016-06-29 Yao Qi <yao.qi@linaro.org>
14525
14526 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
14527 0x0f07ff.
14528
14529 2016-06-28 Yao Qi <yao.qi@linaro.org>
14530
14531 * gdb.base/catch-syscall.exp: Remove check on isnative and target
14532 triplets. Start gdb, execute catch syscall, and continue. Check
14533 gdb's output to determine catch syscall is supported.
14534
14535 2016-06-27 Manish Goregaokar <manish@mozilla.com>
14536
14537 * gdb.rust/simple.rs: Add test for returning unit in a function.
14538 * gdb.rust/simple.exp: Add expectation for functions returning
14539 unit.
14540
14541 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
14542
14543 * gdb.python/py-breakpoint-create-fail.c,
14544 gdb.python/py-breakpoint-create-fail.exp,
14545 gdb.python/py-breakpoint-create-fail.py: New testcase.
14546
14547 2016-06-25 Manish Goregaokar <manish@mozilla.com>
14548
14549 PR gdb/20239
14550 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
14551 * gdb.rust/simple.exp: Add test expectations for new NonZero
14552 tests.
14553
14554 2016-06-24 David Taylor <dtaylor@emc.com>
14555
14556 * gdb.base/offsets.exp: New file.
14557 * gdb.base/offsets.c: New file.
14558
14559 2016-06-23 Tom Tromey <tom@tromey.com>
14560
14561 PR gdb/16483:
14562 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
14563 before any filters are loaded.
14564
14565 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
14566
14567 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
14568 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
14569 structs.
14570 * gdb.fortran/derived-type-function.exp: New file.
14571 * gdb.fortran/derived-type-function.f90: New file.
14572
14573
14574 2016-06-21 Pedro Alves <palves@redhat.com>
14575
14576 * gdb.base/new-ui.exp: New file.
14577 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
14578 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
14579 (with_spawn_id): New procedure.
14580
14581 2016-06-21 Pedro Alves <palves@redhat.com>
14582
14583 * gdb.mi/mi-exec-run.exp: New file.
14584
14585 2016-06-21 Pedro Alves <palves@redhat.com>
14586
14587 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
14588 breakpoint command's output on the main UI.
14589 (test_break): New procedure, factored out from calls in the top
14590 level.
14591 (top level): Use foreach_with_prefix to test MI as main UI and as
14592 separate UI.
14593
14594 2016-06-21 Pedro Alves <palves@redhat.com>
14595
14596 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
14597 (test_awatch_creation_and_listing)
14598 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
14599 Remove 'type' parameter.
14600 (test_watchpoint_all): New parameter mi_mode. Remove
14601 with_test_prefix.
14602 (top level): Use foreach_with_prefix, and add main/separate UI MI
14603 testing axis.
14604
14605 2016-06-21 Pedro Alves <palves@redhat.com>
14606
14607 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
14608 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
14609 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
14610 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
14611 (gdb_main_spawn_id, mi_spawn_id): Declare and
14612 comment.
14613 (mi_create_inferior_pty): New procedure,
14614 factored out from default_mi_gdb_start.
14615 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
14616 procedures.
14617 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
14618 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
14619 Use mi_create_inferior_pty.
14620 (mi_gdb_start): Use eval to pass down args list.
14621
14622 2016-06-21 Pedro Alves <palves@redhat.com>
14623
14624 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
14625 * gdb.opt/inline-cmds.exp: Add MI tests.
14626
14627 2016-06-21 Pedro Alves <palves@redhat.com>
14628
14629 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
14630
14631 2016-06-21 Pedro Alves <palves@redhat.com>
14632
14633 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
14634 (top level): Use it instead of mi_execute_to.
14635
14636 2016-06-21 Pedro Alves <palves@redhat.com>
14637
14638 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
14639 (cont_handler_str): New.
14640 (signal_stop_handler): Set stop_handler_str instead of printing to
14641 stdout.
14642 (continue_handler): Set cont_handler_str instead of printing to
14643 stdout.
14644 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
14645 mi_send_resuming_command. Print stop_handler_str and
14646 cont_handler_str instead of expecting the python events print
14647 directly.
14648
14649 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
14650
14651 * gdb.base/jit-reader.exp: New file.
14652 * gdb.base/jithost.c: New file.
14653 * gdb.base/jithost.h: New file.
14654 * gdb.base/jitreader.c : New file.
14655 * gdb.base/jit-protocol.h: New file.
14656
14657 2016-06-17 Yao Qi <yao.qi@linaro.org>
14658
14659 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
14660 parameters follow_fork and detach_on_fork. Set follow-fork-mode
14661 and detach-on-fork. Adjust tests.
14662 (top level): Invoke break_cond_on_syscall with combinations of
14663 syscall, follow-fork-mode and detach-on-fork.
14664
14665 2016-06-17 Yao Qi <yao.qi@linaro.org>
14666
14667 * gdb.base/step-over-exit.c: New.
14668 * gdb.base/step-over-exit.exp: New.
14669
14670 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
14671
14672 * gdb.base/float.exp: Add target check for nds32*-*-*.
14673 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
14674
14675 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
14676
14677 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
14678 for unsupported target features.
14679 * gdb.base/call-rt-st.exp: Likewise.
14680 * gdb.base/call-sc.exp: Likewise.
14681 * gdb.base/call-signal-resume.exp: Likewise.
14682 * gdb.base/call-strs.exp: Likewise.
14683 * gdb.base/callexit.exp: Likewise.
14684 * gdb.base/callfuncs.exp: Likewise.
14685 * gdb.base/nodebug.exp: Likewise.
14686 * gdb.base/printcmds.exp: Likewise.
14687 * gdb.base/ptype.exp: Likewise.
14688 * gdb.base/structs.exp: Likewise.
14689 * gdb.base/unwindonsignal.exp: Likewise.
14690 * gdb.cp/gdb2495.exp: Likewise.
14691 * gdb.cp/templates.exp: Likewise.
14692 * gdb.cp/virtfunc.exp: Likewise.
14693 * gdb.threads/hand-call-in-threads.exp: Likewise.
14694 * gdb.threads/interrupted-hand-call.exp: Likewise.
14695 * gdb.threads/thread-unwindonsignal.exp: Likewise.
14696
14697 2016-06-10 Tom Tromey <tom@tromey.com>
14698
14699 PR rust/20110:
14700 * gdb.rust/expr.exp: Add test for integer constant larger than
14701 i32.
14702
14703 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
14704
14705 * gdb.fortran/nested-funcs.exp: New.
14706 * gdb.fortran/nested-funcs.f90: New.
14707
14708 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
14709
14710 * gdb.base/examine-backward.c: New file.
14711 * gdb.base/examine-backward.exp: New file.
14712
14713 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
14714
14715 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
14716 matching.
14717
14718 2016-06-02 Tom Tromey <tom@tromey.com>
14719
14720 PR python/18984:
14721 * gdb.python/py-shared.exp: Add solib_name test.
14722
14723 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
14724
14725 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
14726
14727 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
14728
14729 PR c++/19893
14730 * gdb.dwarf2/implref.exp: Rename to...
14731 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
14732 * gdb.dwarf2/implref-array.c: New file.
14733 * gdb.dwarf2/implref-array.exp: Likewise.
14734 * gdb.dwarf2/implref-global.c: Likewise.
14735 * gdb.dwarf2/implref-global.exp: Likewise.
14736 * gdb.dwarf2/implref-struct.c: Likewise.
14737 * gdb.dwarf2/implref-struct.exp: Likewise.
14738
14739 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
14740
14741 * gdb.trace/trace-condition.exp: Add 64bit tests.
14742
14743 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
14744
14745 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
14746 bits types.
14747 (main): Adapt to 8 to 64 bits types.
14748 * gdb.trace/trace-condition.exp: Add new tests.
14749
14750 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
14751
14752 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
14753
14754 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
14755
14756 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
14757 Move condition tests...
14758 * gdb.trace/trace-condition.exp: Here.
14759
14760 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
14761
14762 * gdb.trace/trace-condition.exp: Add counter-case tests.
14763
14764 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
14765
14766 PR c++/15231
14767 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
14768 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
14769
14770 2016-05-27 Pedro Alves <palves@redhat.com>
14771
14772 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
14773 New procedure.
14774 (top level): Call it, and bail out of DejaGnu is known to be bad.
14775
14776 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
14777
14778 * gdb.base/whatis.c: Extend the test case.
14779 * gdb.base/whatis.exp: Add additional tests.
14780
14781 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
14782
14783 * gdb.fortran/type.f90: Add pointer variable.
14784 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
14785
14786 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
14787
14788 * gdb.fortran/vla-type.exp: Fix testcase name.
14789
14790 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
14791
14792 * gdb.fortran/vla-type.exp: Access elements in nested structs.
14793
14794 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
14795
14796 * gdb.fortran/type.f90: Add nested structures.
14797 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
14798 * gdb.fortran/derived-type.exp: Adapt expected output.
14799 * gdb.fortran/vla-type.exp: Adapt expected output.
14800
14801 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
14802
14803 * gdb.fortran/whatis_type.exp: Adapt expected output.
14804
14805 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
14806
14807 * gdb.fortran/print_type.exp: Fix expected output.
14808 * gdb.fortran/whatis_type.exp: Fix expected output.
14809
14810 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
14811
14812 * gdb.fortran/whatis_type.exp: Use multi_line.
14813
14814 2016-05-24 Tom Tromey <tom@tromey.com>
14815
14816 PR python/17386:
14817 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
14818 use value as an index.
14819
14820 2016-05-23 Tom Tromey <tom@tromey.com>
14821
14822 PR python/17981:
14823 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
14824 no-breakpoint case.
14825
14826 2016-05-24 Pedro Alves <palves@redhat.com>
14827
14828 PR gdb/19828
14829 * gdb.threads/clone-attach-detach.c: New file.
14830 * gdb.threads/clone-attach-detach.exp: New file.
14831
14832 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
14833
14834 * gdb.base/annota-input-while-running.exp: Fix syntax error.
14835
14836 2016-05-23 Tom Tromey <tom@tromey.com>
14837
14838 PR python/19438, PR python/18393:
14839 * gdb.python/py-progspace.exp: Add "dir" test.
14840 * gdb.python/py-objfile.exp: Add "dir" test.
14841
14842 2016-05-23 Yao Qi <yao.qi@linaro.org>
14843
14844 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
14845 * gdb.arch/thumb2-it.exp: Likewise.
14846
14847 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
14848
14849 * gdb.mi/mi-threads-interrupt.c: New file.
14850 * gdb.mi/mi-threads-interrupt.exp: New file.
14851
14852 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
14853
14854 PR gdb/18077
14855 * gdb.mi/mi-async-run.exp: New file.
14856 * gdb.mi/mi-async-run.c: New file.
14857
14858 2016-05-17 Tom Tromey <tom@tromey.com>
14859 Manish Goregaokar <manishsmail@gmail.com>
14860
14861 * lib/rust-support.exp: New file.
14862 * lib/gdb.exp (skip_rust_tests): New proc.
14863 (build_executable_from_specs): Handle rust.
14864 * lib/future.exp (gdb_find_rustc): New proc.
14865 (gdb_default_target_compile): Handle rust.
14866 * gdb.rust/expr.exp: New file.
14867 * gdb.rust/generics.exp: New file.
14868 * gdb.rust/generics.rs: New file.
14869 * gdb.rust/methods.exp: New file.
14870 * gdb.rust/methods.rs: New file.
14871 * gdb.rust/modules.exp: New file.
14872 * gdb.rust/modules.rs: New file.
14873 * gdb.rust/simple.exp: New file.
14874 * gdb.rust/simple.rs: New file.
14875
14876 2016-05-17 Tom Tromey <tom@tromey.com>
14877
14878 * gdb.base/default.exp (set language): Add rust.
14879
14880 2016-05-17 Tom Tromey <tom@tromey.com>
14881
14882 * gdb.gdb/unittest.exp: New file.
14883
14884 2016-05-16 Yao Qi <yao.qi@linaro.org>
14885
14886 * gdb.base/batch-preserve-term-settings.exp: Remove variable
14887 shell_prompt. Update shell_prompt_re.
14888
14889 2016-05-12 Doug Evans <dje@google.com>
14890
14891 PR symtab/19999
14892 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
14893 $options when building executable.
14894 * gdb.dwarf2/fission-loclists-pie.S: New file.
14895 * gdb.dwarf2/fission-loclists-pie.exp: New file.
14896
14897 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
14898
14899 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
14900 of [is_remote target],
14901
14902 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
14903
14904 * lib/gdb.exp (use_gdb_stub): New procedure.
14905
14906 2016-05-03 Yunlian Jiang <yunlian@google.com>
14907 Doug Evans <dje@google.com>
14908
14909 PR symtab/19914
14910 * gdb.dwarf2/dwp-sepdebug.c: New file.
14911 * gdb.dwarf2/dwp-sepdebug.exp: New file.
14912
14913 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
14914
14915 * gdb.base/detach.exp: Remove is_remote check.
14916
14917 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
14918
14919 * gdb.base/annota-input-while-running.exp: Don't check for
14920 [is_remote target]. Enable annotations after running to main.
14921 Remove unused "set test..." line.
14922
14923 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
14924
14925 * gdb.trace/trace-enable-disable.exp: New file.
14926 * gdb.trace/trace-enable-disable.c: New file.
14927
14928 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
14929
14930 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
14931 use it in info sharedlibrary test.
14932 * gdb.trace/ftrace-lock.exp: Likewise.
14933 * gdb.trace/ftrace.exp: Likewise.
14934 * gdb.trace/range-stepping.exp: Likewise.
14935 * gdb.trace/trace-break.exp: Likewise.
14936 * gdb.trace/trace-condition.exp: Likewise.
14937 * gdb.trace/trace-mt.exp: Likewise.
14938
14939 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
14940
14941 * lib/gdb.exp (gdb_load_shlibs): Rename to...
14942 (gdb_load_shlib): ... this.
14943 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
14944 gdb_load_shlib.
14945 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
14946 * gdb.base/ctxobj.exp: Likewise.
14947 * gdb.base/dprintf-pending.exp: Likewise.
14948 * gdb.base/dso2dso.exp: Likewise.
14949 * gdb.base/fixsection.exp: Likewise.
14950 * gdb.base/gcore-relro.exp: Likewise.
14951 * gdb.base/gdb1555.exp: Likewise.
14952 * gdb.base/global-var-nested-by-dso.exp: Likewise.
14953 * gdb.base/gnu-ifunc.exp: Likewise.
14954 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
14955 * gdb.base/jit-so.exp (one_jit_test): Likewise.
14956 * gdb.base/pending.exp: Likewise.
14957 * gdb.base/print-file-var.exp: Likewise.
14958 * gdb.base/print-symbol-loading.exp: Likewise.
14959 * gdb.base/shlib-call.exp: Likewise.
14960 * gdb.base/shreloc.exp: Likewise.
14961 * gdb.base/so-impl-ld.exp: Likewise.
14962 * gdb.base/solib-disc.exp: Likewise.
14963 * gdb.base/solib-nodir.exp: Likewise.
14964 * gdb.base/solib-overlap.exp: Likewise.
14965 * gdb.base/solib-symbol.exp: Likewise.
14966 * gdb.base/solib-weak.exp (do_test): Likewise.
14967 * gdb.base/sym-file.exp: Likewise.
14968 * gdb.base/symtab-search-order.exp: Likewise.
14969 * gdb.base/type-opaque.exp: Likewise.
14970 * gdb.base/unload.exp: Likewise.
14971 * gdb.base/watchpoint-solib.exp: Likewise.
14972 * gdb.compile/compile.exp: Likewise.
14973 * gdb.cp/gdb2384.exp: Likewise.
14974 * gdb.cp/infcall-dlopen.exp: Likewise.
14975 * gdb.cp/re-set-overloaded.exp: Likewise.
14976 * gdb.fortran/library-module.exp: Likewise.
14977 * gdb.opt/solib-intra-step.exp: Likewise.
14978 * gdb.python/py-finish-breakpoint.exp: Likewise.
14979 * gdb.python/py-shared.exp: Likewise.
14980 * gdb.reverse/solib-precsave.exp: Likewise.
14981 * gdb.reverse/solib-reverse.exp: Likewise.
14982 * gdb.server/solib-list.exp: Likewise.
14983 * gdb.threads/dlopen-libpthread.exp: Likewise.
14984 * gdb.threads/tls-shared.exp: Likewise.
14985 * gdb.threads/tls-so_extern.exp: Likewise.
14986 * gdb.trace/change-loc.exp: Likewise.
14987 * gdb.trace/ftrace-lock.exp: Likewise.
14988 * gdb.trace/ftrace.exp: Likewise.
14989 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
14990 * gdb.trace/pending.exp: Likewise.
14991 * gdb.trace/range-stepping.exp: Likewise.
14992 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
14993 (strace_info_marker): Likewise.
14994 (strace_probe_marker): Likewise.
14995 (strace_trace_on_same_addr): Likewise.
14996 (strace_trace_on_diff_addr): Likewise.
14997 * gdb.trace/trace-break.exp: Likewise.
14998 * gdb.trace/trace-condition.exp: Likewise.
14999 * gdb.trace/trace-mt.exp: Likewise.
15000
15001 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
15002
15003 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
15004 result of gdb_remote_download.
15005 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
15006 * gdb.base/dso2dso.exp: Likewise.
15007 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15008 * gdb.base/print-file-var.exp: Likewise.
15009 * gdb.base/shlib-call.exp: Likewise.
15010 * gdb.base/shreloc.exp: Likewise.
15011 * gdb.base/solib-overlap.exp: Likewise.
15012 * gdb.base/solib-weak.exp (do_test): Likewise.
15013 * gdb.base/unload.exp: Likewise.
15014
15015 2016-04-27 Yao Qi <yao.qi@linaro.org>
15016
15017 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
15018 exists.
15019
15020 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
15021
15022 * vla-type.exp: Print structure from toplevel.
15023
15024 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
15025
15026 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
15027 of dynamic types.
15028 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
15029 of dynamic types.
15030
15031 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
15032
15033 * gdb.fortran/vla-type.f90: New file.
15034 * gdb.fortran/vla-type.exp: New file.
15035
15036 2016-04-25 Yao Qi <yao.qi@linaro.org>
15037
15038 * gdb.base/branch-to-self.c: New file.
15039 * gdb.base/branch-to-self.exp: New file.
15040
15041 2016-04-22 Yao Qi <yao.qi@linaro.org>
15042
15043 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
15044 more after $hex.
15045
15046 2016-04-22 Yao Qi <yao.qi@linaro.org>
15047
15048 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
15049 * gdb.base/annota3.exp: Likewise.
15050
15051 2016-04-22 Yao Qi <yao.qi@linaro.org>
15052
15053 * gdb.reverse/step-precsave.exp: Do one step and test program
15054 stops in "callee" and do multiple steps until program goes out
15055 of "callee".
15056 * gdb.reverse/step-reverse.exp: Likewise.
15057
15058 2016-04-22 Yao Qi <yao.qi@linaro.org>
15059
15060 * gdb.trace/signal.exp: Also pass if
15061 $tracepoint_hits($i) > $iterations.
15062
15063 2016-04-22 Yao Qi <yao.qi@linaro.org>
15064
15065 * gdb.trace/signal.c: New file.
15066 * gdb.trace/signal.exp: New file.
15067
15068 2016-04-19 Doug Evans <xdje42@gmail.com>
15069
15070 * gdb.base/bad-file.exp: New file.
15071
15072 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
15073
15074 * gdb.dwarf2/implref.exp: New file.
15075
15076 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
15077
15078 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
15079 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
15080 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
15081 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
15082 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
15083 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
15084 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
15085 * lib/fortran.exp (fortran_int4): New procedure.
15086 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
15087 (fortran_logical4): Likewise.
15088
15089 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
15090
15091 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
15092
15093 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
15094
15095 * lib/compiler.c: Add Intel specific preprocessor macros.
15096 * lib/compiler.cc: Likewise.
15097
15098 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
15099
15100 * gdb.server/connect-with-no-symbol-file.c: New file.
15101 * gdb.server/connect-with-no-symbol-file.exp: New file.
15102
15103 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
15104
15105 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
15106
15107 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
15108
15109 * boards/gdbserver-base.exp (${board}_download): Copy source file to
15110 standard output directory.
15111
15112 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
15113
15114 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
15115
15116 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
15117
15118 * gdb.btrace/instruction_history.c (loop): Add declaration.
15119
15120 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
15121
15122 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
15123
15124 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
15125
15126 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
15127 parentheses to print.
15128 (continue_handler): Likewise.
15129
15130 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
15131
15132 * gdb.server/solib-list.exp: Remove is_remote check.
15133 Pass shlib= to gdb_compile. Don't link shared library with
15134 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
15135 Run binary filename through "readlink -f" on the target.
15136
15137 2016-04-08 Pedro Alves <palves@redhat.com>
15138
15139 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
15140 interpreter filename as argument to gdbserver_spawn.
15141 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
15142 Return empty if $last_loaded_file does not exist.
15143
15144 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15145
15146 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
15147 * gdb.base/jit-main.c: Use exit after usage.
15148
15149 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15150
15151 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
15152 GDBHISTSIZE prior to the tests.
15153 * gdb.base/gdbinit-history.exp: Likewise.
15154
15155 2016-04-07 Pedro Alves <palves@redhat.com>
15156
15157 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
15158 instead of build_executable. Use gdb_load_shlibs.
15159
15160 2016-04-07 Yao Qi <yao.qi@linaro.org>
15161
15162 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
15163 Execute "si" command.
15164
15165 2016-04-07 Yao Qi <yao.qi@linaro.org>
15166
15167 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
15168 number instead of the comments on some line.
15169
15170 2016-04-06 Don Breazeal <donb@codesourcery.com>
15171
15172 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
15173 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
15174
15175 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
15176
15177 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
15178 standard_output_file. Remove unused binfile variable.
15179
15180 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
15181
15182 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
15183 * gdb.python/py-mi-objfile.exp: Match "list main" output
15184 in console format.
15185
15186 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
15187
15188 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
15189 absolute.
15190
15191 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
15192
15193 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
15194 absolute.
15195 * gdb.trace/ftrace.exp: Likewise.
15196 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
15197 targets as well.
15198 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
15199 (gdb_load_shlibs): Copy libraries to test directory when testing
15200 natively. Only set solib-search-path if testing remotely.
15201 * lib/mi-support.exp (mi_load_shlibs): Likewise.
15202
15203 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
15204
15205 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
15206 gdb_download. Use it even if the target is not remote.
15207 * gdb.base/jit.exp (compile_jit_test): Likewise.
15208 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
15209 output directory if the destination board is local, otherwise use
15210 the standard remote_download from DejaGnu.
15211 (gdb_download): Remove.
15212 (gdb_load_shlibs): Use gdb_remote_download instead of
15213 gdb_download.
15214 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
15215 Use gdb_remote_download instead of gdb_download. Use it even if
15216 the target is not remote.
15217 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
15218 instead of gdb_download.
15219
15220 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
15221
15222 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
15223 (test_insert_delete_modify): Call mi_load_shlibs before trying to
15224 run.
15225
15226 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
15227
15228 PR gdb/19820
15229 * gdb.base/printcmds.exp: Add artificial arrays tests.
15230
15231 2016-03-31 Pedro Alves <palves@redhat.com>
15232
15233 PR gdb/19858
15234 * gdb.base/jit-main.c: Include unistd.h.
15235 (ATTACH): Define to 0 if not already defined.
15236 (wait_for_gdb, mypid): New globals.
15237 (WAIT_FOR_GDB): New macro.
15238 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
15239 some breakpoint locations.
15240 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
15241 New procedures.
15242 (one_jit_test): Add REATTACH parameter, and handle it. Use
15243 continue_to_test_location.
15244 (top level): Test attach, and adjusts calls to one_jit_test.
15245
15246 2016-03-31 Pedro Alves <palves@redhat.com>
15247
15248 PR gdb/19858
15249 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
15250 BINSUFFIX parameter, and handle it.
15251 (top level): Adjust calls compile_jit_test.
15252
15253 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
15254
15255 PR python/19743
15256 * gdb.python/py-mi-events-gdb.py: New file.
15257 * gdb.python/py-mi-events.c: New file.
15258 * gdb.python/py-mi-events.exp: New file.
15259
15260 2016-03-30 Yao Qi <yao.qi@linaro.org>
15261
15262 * gdb.reverse/until-precsave.exp: Match function name only.
15263 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
15264 Move malloc to a condition block.
15265 * gdb.reverse/until-reverse.exp: Match function name only.
15266
15267 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
15268
15269 * gdb.trace/ftrace.exp: Set arg0exp for s390.
15270 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
15271 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
15272 variable for GPR 0 instead of assuming it is register 0.
15273 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
15274 * lib/trace-support.exp: Add s390 registers.
15275
15276 2016-03-29 Yao Qi <yao.qi@linaro.org>
15277
15278 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
15279
15280 2016-03-24 Yao Qi <yao.qi@linaro.org>
15281
15282 * gdb.reverse/break-reverse.exp: Add quotation mark in the
15283 test message.
15284
15285 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15286
15287 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
15288 maintaining separate logic for constructing the output path.
15289
15290 2016-03-16 Don Breazeal <donb@codesourcery.com>
15291
15292 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
15293 Retry fork and waitpid on interrupted system call errors.
15294 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
15295 Use with_timeout_factor to increase timeout by factor of 10.
15296
15297 2016-03-15 Don Breazeal <donb@codesourcery.com>
15298
15299 * gdb.cp/scope-err.cc: New test program.
15300 * gdb.cp/scope-err.exp: New test script.
15301 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
15302 lines and "set breakpoint here" comment.
15303 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
15304 Fixed some whitespace and format issues.
15305 * gdb.mi/mi-linespec-err-cp.cc: New test program.
15306 * gdb.mi/mi-linespec-err-cp.exp: New test script.
15307
15308 2016-03-15 Doug Evans <dje@google.com>
15309
15310 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
15311 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
15312 All callers updated. Add tests for enums, mixed flags register.
15313
15314 2016-03-15 Doug Evans <dje@google.com>
15315
15316 * gdb.base/skip.c (main): Call test_skip_file_and_function.
15317 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
15318
15319 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
15320
15321 * gdb.base/default.exp: Add $_as_string to the list of expected
15322 convenience functions.
15323
15324 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
15325
15326 * gdb.base/maint.exp: New tests for 'maint info line-table'.
15327
15328 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
15329
15330 * gdb.python/py-as-string.exp: New file.
15331 * gdb.python/py-as-string.c: New file.
15332
15333 2016-03-09 Pedro Alves <palves@redhat.com>
15334
15335 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
15336 signal" -> "Thread NN received signal" output change.
15337 * gdb.threads/ia64-sigill.exp: Likewise.
15338 * gdb.threads/linux-dp.exp: Likewise.
15339 * gdb.threads/manythreads.exp: Likewise.
15340 * gdb.threads/pending-step.exp: Likewise.
15341 * gdb.threads/print-threads.exp: Likewise.
15342 * gdb.threads/sigstep-threads.exp: Likewise.
15343 * gdb.threads/staticthreads.exp: Likewise.
15344 * gdb.threads/tls.exp: Likewise.
15345
15346 2016-03-09 Pedro Alves <palves@redhat.com>
15347
15348 * gdb.base/command-line-input.exp: New file.
15349
15350 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
15351
15352 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
15353 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
15354 * gdb.trace/pending.exp: Accept leading dot before function name.
15355 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
15356 * lib/trace-support.exp: Set registers for ppc.
15357
15358 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
15359
15360 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
15361 use it for disassembly; accept .main in addition to main in backtrace.
15362
15363 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
15364 Marcin Kościelnicki <koriakin@0x04.net>
15365
15366 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
15367 (gdb_recursion_test_ptr): New global variable.
15368 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
15369 gdb_recursion_test.
15370 (gdb_c_test): Ditto.
15371
15372 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
15373
15374 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
15375 ordering.
15376
15377 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
15378
15379 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
15380 (bar): Add bar_start_lbl label.
15381 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
15382 of foo/bar for emitting DWARF and tracing.
15383
15384 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
15385
15386 * analyze-racy-logs.py: Set executable bit.
15387
15388 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
15389
15390 * Makefile.in (DEFAULT_RACY_ITER): New variable.
15391 (CHECK_TARGET_TMP): Likewise.
15392 (check-single-racy): New rule.
15393 (check-parallel-racy): Likewise.
15394 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
15395 (do-check-parallel-racy): New rule.
15396 (check-racy/%.exp): Likewise.
15397 * README (Racy testcases): New section.
15398 * analyze-racy-logs.py: New file.
15399
15400 2016-03-03 Doug Evans <dje@google.com>
15401
15402 * gdb.base/skip.exp: Use with_test_prefix.
15403
15404 2016-03-03 Yao Qi <yao.qi@linaro.org>
15405
15406 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
15407 Invoke step_over_syscall "clone" and break_cond_on_syscall
15408 "clone".
15409 * gdb.base/step-over-clone.c: New file.
15410
15411 2016-03-03 Yao Qi <yao.qi@linaro.org>
15412
15413 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
15414 code format.
15415
15416 2016-03-03 Yao Qi <yao.qi@linaro.org>
15417
15418 * gdb.base/disp-step-fork.c: Rename to ...
15419 * gdb.base/step-over-fork.c: ... it. New file.
15420 * gdb.base/disp-step-vfork.c: Rename to ...
15421 * gdb.base/step-over-vfork.c: ... it. New file.
15422 * gdb.base/disp-step-syscall.exp: Rename to ...
15423 * gdb.base/step-over-syscall.exp: ... it. New file.
15424 (disp_step_cross_syscall): Rename to ...
15425 (step_over_syscall): ... it.
15426
15427 2016-03-03 Yao Qi <yao.qi@linaro.org>
15428
15429 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
15430 If target supports condition evaluation on target, invoke
15431 break_cond_on_syscall for fork and vfork.
15432
15433 2016-03-03 Yao Qi <yao.qi@linaro.org>
15434
15435 * gdb.base/disp-step-syscall.exp: Don't invoke
15436 support_displaced_stepping.
15437 (disp_step_cross_syscall): Test with displaced stepping off and
15438 on if supported.
15439
15440 2016-03-03 Yao Qi <yao.qi@linaro.org>
15441
15442 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
15443 proc.
15444 (setup): New proc.
15445 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
15446 and setup.
15447
15448 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
15449
15450 * gdb.fortran/vla-history.exp: Remove breakpoint.
15451
15452 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
15453
15454 * gdb.fortran/vla-history.exp: Lookup array elements and printing
15455 exceeds timeout.
15456
15457 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
15458
15459 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
15460 breakpoint.
15461
15462 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
15463
15464 * gdb.mi/vla.f90: Nullify pointer after declaration.
15465
15466 2016-03-01 Pedro Alves <palves@redhat.com>
15467
15468 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
15469
15470 2016-03-01 Pedro Alves <palves@redhat.com>
15471
15472 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
15473 before anything else.
15474 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
15475 _GNU_SOURCE here.
15476 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
15477 before anything else.
15478 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
15479
15480 2016-03-01 Pedro Alves <palves@redhat.com>
15481
15482 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
15483
15484 2016-03-01 Yao Qi <yao.qi@linaro.org>
15485
15486 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
15487 prepare_for_testing.
15488
15489 2016-03-01 Yao Qi <yao.qi@linaro.org>
15490
15491 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
15492
15493 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
15494
15495 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
15496 manually constructing the output path.
15497
15498 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
15499
15500 * gdb.arch/s390-stackless.S: New.
15501 * gdb.arch/s390-stackless.exp: New.
15502
15503 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
15504
15505 * gdb.dlang/circular.c: New file.
15506 * gdb.dlang/circular.exp: New file.
15507
15508 2016-02-26 Yao Qi <yao.qi@linaro.org>
15509
15510 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
15511 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
15512 (testcases): Update.
15513
15514 2016-02-26 Yao Qi <yao.qi@linaro.org>
15515
15516 * gdb.reverse/aarch64.c: Rename to ...
15517 * gdb.reverse/insn-reverse.c: ... it.
15518 * gdb.reverse/aarch64.exp: Rename to ...
15519 * gdb.reverse/insn-reverse.exp: ... it.
15520
15521 2016-02-26 Yao Qi <yao.qi@linaro.org>
15522
15523 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
15524 (testcase_ftype): New.
15525 (testcases): New array.
15526 (n_testcases): New.
15527 (main): Call each element in testcases.
15528 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
15529 (read_testcase): New.
15530 Do the tests in a loop.
15531
15532 2016-02-25 Yao Qi <yao.qi@linaro.org>
15533
15534 * gdb.base/branches.c: Remove.
15535
15536 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
15537
15538 PR gdb/13808
15539 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
15540
15541 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
15542
15543 * gdb.trace/ftrace.exp: Remove unnecessary target check.
15544
15545 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
15546
15547 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
15548 change x86_64 call_insn to 'callq'.
15549
15550 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15551
15552 * gdb.trace/tfile-avx.c: Move to...
15553 * gdb.trace/tracefile-pseudo-reg.c: Here.
15554 * gdb.trace/tfile-avx.exp: Move to...
15555 * gdb.trace/tracefile-pseudo-reg.exp: Here.
15556
15557 2016-02-24 Gary Benson <gbenson@redhat.com>
15558
15559 * gdb.base/attach-pie-noexec.exp: Do not expect an error
15560 message on attach.
15561
15562 2016-02-23 Doug Evans <dje@google.com>
15563
15564 * gdb.base/skip.c (test_skip): New function.
15565 (end_test_skip_file_and_function): New function.
15566 (test_skip_file_and_function): New function.
15567 * gdb.base/skip1.c (test_skip): New function.
15568 (skip1_test_skip_file_and_function): New function.
15569 * gdb.base/skip.exp: Add tests for new skip options.
15570 * gdb.base/skip-solib.exp: Update expected output.
15571 * gdb.perf/skip-command.cc: New file.
15572 * gdb.perf/skip-command.exp: New file.
15573 * gdb.perf/skip-command.py: New file.
15574
15575 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
15576
15577 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
15578 info registers pattern.
15579
15580 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
15581
15582 * lib/future.exp: Add D support.
15583 (gdb_find_gdc): New proc.
15584 (gdb_default_target_compile): Add D support.
15585
15586 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
15587
15588 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
15589 user+system time.
15590 (trace_speed_test): Determine the iteration count for a time
15591 between 15..30 seconds.
15592
15593 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
15594
15595 * gdb.arch/i386-mpx-sigsegv.c: New file.
15596 * gdb.arch/i386-mpx-sigsegv.exp: New file.
15597 * gdb.arch/i386-mpx-simple_segv.c: New file.
15598 * gdb.arch/i386-mpx-simple_segv.exp: New file.
15599
15600 2016-02-18 Yao Qi <yao.qi@linaro.org>
15601
15602 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
15603 Don't call setup_kfail.
15604
15605 2016-02-18 Yao Qi <yao.qi@linaro.org>
15606
15607 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
15608 Set "set breakpoint condition-evaluation" per $cond_bp_target.
15609
15610 2016-02-16 Doug Evans <dje@google.com>
15611
15612 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
15613 * gdb.base/skip1.c: Ditto.
15614 * gdb.base/skip.exp: Whitespace cleanup.
15615
15616 2016-02-16 Don Breazeal <donb@codesourcery.com>
15617
15618 PR remote/19496
15619 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
15620 Remove kfail for PR remote/19496.
15621
15622 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
15623
15624 * lib/gdb.exp (standard_temp_file): Return a path specific to
15625 the runtest invocation.
15626
15627 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
15628
15629 * gdb.trace/save-trace.exp: Change relative path to be in the
15630 standard output directory.
15631
15632 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15633
15634 * gdb.arch/i386-prologue.c: Add missing prototypes.
15635
15636 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15637
15638 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
15639 * gdb.arch/i386-prologue.exp: Likewise.
15640 * gdb.arch/i386-size.exp: Likewise.
15641
15642 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
15643
15644 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
15645 define object file path.
15646 * gdb.btrace/gcore.exp: Use standard_output_file to define core
15647 file path.
15648 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
15649 standard_output_file to define binfile.
15650
15651 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15652
15653 Fix compatibility with recent gfortran-5.3.1.
15654 * gdb.fortran/vla-history.exp (print vla1 allocated)
15655 (print vla2 allocated, print $2, print $3): Remove
15656 (print $4): Rename to ...
15657 (print $2): ... here.
15658 (print $9): Rename to ...
15659 (print $5): ... here.
15660 (print $10): Rename to ...
15661 (print $6): ... here.
15662 * gdb.fortran/vla.f90: Add pvla initialization.
15663
15664 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15665
15666 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
15667 New test.
15668 * gdb.fortran/vla-value-sub.exp: Likewise.
15669
15670 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
15671
15672 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
15673
15674 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
15675
15676 * i386-biarch-core.exp: Define corefile using
15677 standard_output_file.
15678
15679 2016-02-12 Yao Qi <yao.qi@linaro.org>
15680
15681 * gdb.arch/arm-single-step-kernel-helper.c: New.
15682 * gdb.arch/arm-single-step-kernel-helper.exp: New.
15683
15684 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
15685
15686 * gdb.btrace/tailcall-only.exp: New.
15687 * gdb.btrace/tailcall-only.c: New.
15688 * gdb.btrace/x86_64-tailcall-only.S: New.
15689 * gdb.btrace/i686-tailcall-only.S: New.
15690
15691 2016-02-11 Pedro Alves <palves@redhat.com>
15692
15693 * README (Parallel testing): Add missing double quotes.
15694
15695 2016-02-11 Pedro Alves <palves@redhat.com>
15696
15697 * README (Parallel testing): New section.
15698 (GDB_PARALLEL): Rewrite.
15699 (FORCE_PARALLEL): Document.
15700
15701 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
15702
15703 * gdb.trace/tfile-avx.c: New test.
15704 * gdb.trace/tfile-avx.exp: New test.
15705
15706 2016-02-09 Keith Seitz <keiths@redhat.com>
15707
15708 PR breakpoints/19546
15709 * gdb.base/infcall-exec.c: New file.
15710 * gdb.base/infcall-exec2.c: New file.
15711 * gdb.base/infcall-exec.exp: New file.
15712
15713 2016-02-09 Keith Seitz <keiths@redhat.com>
15714
15715 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
15716 (toplevel): Call test_bkpt_address.
15717
15718 2016-02-09 Keith Seitz <keiths@redhat.com>
15719
15720 PR python/19506
15721 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
15722 (toplevel): Call test_bkpt_address.
15723
15724 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
15725
15726 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
15727 to AC_OUTPUT.
15728 * configure: Regenerate.
15729
15730 2016-02-09 Pedro Alves <palves@redhat.com>
15731
15732 PR breakpoints/19548
15733 * gdb.base/execl-update-breakpoints.c (some_function): New
15734 function.
15735 (main): Call it.
15736 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
15737 Tighten expected GDB output.
15738
15739 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
15740
15741 * Makefile.in (ALL_SUBDIRS): Remove.
15742 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
15743 (distclean maintainer-clean realclean): Likewise.
15744 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
15745 * configure: Regenerate.
15746 * gdb.ada/Makefile.in: Delete.
15747 * gdb.arch/Makefile.in: Likewise.
15748 * gdb.asm/Makefile.in: Likewise.
15749 * gdb.base/Makefile.in: Likewise.
15750 * gdb.btrace/Makefile.in: Likewise.
15751 * gdb.cell/Makefile.in: Likewise.
15752 * gdb.compile/Makefile.in: Likewise.
15753 * gdb.cp/Makefile.in: Likewise.
15754 * gdb.disasm/Makefile.in: Likewise.
15755 * gdb.dlang/Makefile.in: Likewise.
15756 * gdb.dwarf2/Makefile.in: Likewise.
15757 * gdb.fortran/Makefile.in: Likewise.
15758 * gdb.gdb/Makefile.in: Likewise.
15759 * gdb.go/Makefile.in: Likewise.
15760 * gdb.guile/Makefile.in: Likewise.
15761 * gdb.java/Makefile.in: Likewise.
15762 * gdb.linespec/Makefile.in: Likewise.
15763 * gdb.mi/Makefile.in: Likewise.
15764 * gdb.modula2/Makefile.in: Likewise.
15765 * gdb.multi/Makefile.in: Likewise.
15766 * gdb.objc/Makefile.in: Likewise.
15767 * gdb.opencl/Makefile.in: Likewise.
15768 * gdb.opt/Makefile.in: Likewise.
15769 * gdb.pascal/Makefile.in: Likewise.
15770 * gdb.perf/Makefile.in: Likewise.
15771 * gdb.python/Makefile.in: Likewise.
15772 * gdb.reverse/Makefile.in: Likewise.
15773 * gdb.server/Makefile.in: Likewise.
15774 * gdb.stabs/Makefile.in: Likewise.
15775 * gdb.threads/Makefile.in: Likewise.
15776 * gdb.trace/Makefile.in: Likewise.
15777 * gdb.xml/Makefile.in: Likewise.
15778 * lib/gdb.exp (make_gdb_parallel_path): Add check for
15779 GDB_PARALLEL.
15780 (standard_output_file): Remove check for GDB_PARALLEL, always
15781 return path in outputs/$subdir/$testname.
15782
15783 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
15784
15785 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
15786 (site.exp): Assign abs_srcdir to tcl's srcdir.
15787
15788 2016-02-04 Yao Qi <yao.qi@linaro.org>
15789
15790 * gdb.base/foll-exec-mode.c: Include limits.h.
15791 (main): Add parameters argc and argv. Get directory from
15792 argv[0].
15793 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
15794 compilation.
15795 * gdb.base/foll-exec.c: Include limits.h.
15796 (main): Add parameters argc and argv.
15797 Get directory from argv[0].
15798 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
15799 Adjust tests on the number of lines as source code changed.
15800 * gdb.base/foll-vfork-exit.c: Include limits.h.
15801 (main): Add one line of statement before vfork.
15802 * gdb.base/foll-vfork.c: Include limits.h and string.h.
15803 (main): Add parameters argc and argv. Get directory from
15804 argv[0].
15805 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
15806 (setup_gdb): Set tbreak to skip some source lines.
15807 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
15808 (main): Add parameters argc and argv. Get directory from
15809 argv[0].
15810 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
15811 compilation.
15812 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
15813 (main): Add parameters argc and argv. Get directory from
15814 argv[0].
15815 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
15816 compilation.
15817
15818 2016-02-01 Doug Evans <dje@google.com>
15819
15820 * gdb.base/skip.exp: Clean up multiple references to same test name.
15821
15822 2016-02-01 Pedro Alves <palves@redhat.com>
15823
15824 PR remote/19496
15825 * gdb.threads/forking-threads-plus-breakpoint.exp
15826 (displaced_stepping_supported): New global.
15827 (probe_displaced_stepping_support): New procedure.
15828 (do_test): Add 'displaced' parameter, and use it.
15829 (top level): Check for displaced stepping support. Add displaced
15830 stepping on/off testing axis.
15831
15832 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
15833
15834 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
15835 pointer. Don't perform further tests on the unassociated pointer
15836 if the first test fails.
15837
15838 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
15839
15840 * gdb.base/max-value-size.c: New file.
15841 * gdb.base/max-value-size.exp: New file.
15842 * gdb.base/huge.exp: Disable max-value-size for this test.
15843
15844 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
15845
15846 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
15847
15848 2016-01-28 Yao Qi <yao.qi@linaro.org>
15849
15850 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
15851
15852 2016-01-25 Pedro Alves <palves@redhat.com>
15853
15854 PR threads/19461
15855 * gdb.base/fork-running-state.c: New file.
15856 * gdb.base/fork-running-state.exp: New file.
15857
15858 2016-01-25 Pedro Alves <palves@redhat.com>
15859
15860 PR gdb/19494
15861 * gdb.base/catch-fork-kill.c: New file.
15862 * gdb.base/catch-fork-kill.exp: New file.
15863
15864 2016-01-25 Pedro Alves <palves@redhat.com>
15865
15866 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
15867 Delete, moved to lib/gdb.exp.
15868 * gdb.threads/forking-threads-plus-breakpoint.exp
15869 (foreach_with_prefix): Likewise.
15870 * gdb.threads/process-dies-while-handling-bp.exp
15871 (foreach_with_prefix): Likewise.
15872 * lib/gdb.exp (foreach_with_prefix): New procedure.
15873
15874 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
15875
15876 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
15877 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
15878
15879 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
15880
15881 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
15882 endian targets.
15883
15884 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15885 Pedro Alves <palves@redhat.com>
15886
15887 Fix testsuite compatibility with Guile.
15888 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
15889 number.
15890
15891 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15892
15893 Fix testsuite compatibility with Guile.
15894 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
15895 (thread 1): New test for backtrace through signal handler.
15896
15897 2016-01-22 Yao Qi <yao.qi@linaro.org>
15898
15899 PR testsuite/19491
15900 * gdb.base/multi-forks.c: Include
15901 ../lib/unbuffer_output.c
15902 (main): Call gdb_unbuffer_output.
15903
15904 2016-01-21 Doug Evans <dje@google.com>
15905
15906 * lib/ada.exp (gdb_compile_ada): Fix typo.
15907
15908 2016-01-21 Joel Brobecker <brobecker@adacore.com>
15909
15910 * gdb.base/break-fun-addr.exp: New file.
15911 * gdb.base/break-fun-addr1.c: New file.
15912 * gdb.base/break-fun-addr2.c: New file.
15913
15914 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
15915
15916 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
15917 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
15918 enum flag values.
15919
15920 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
15921
15922 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
15923 when GDB can not set the vector return value. Add more comments
15924 for clarification.
15925
15926 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
15927
15928 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
15929 command.
15930
15931 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
15932
15933 * Makefile.in (DO_RUNTEST): Add --status and update usages.
15934
15935 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
15936
15937 * Makefile.in (check-single): Pass --status to runtest.
15938 (check/%.exp): Likewise.
15939
15940 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
15941
15942 * Makefile.in (check-parallel): Propagate return code from make
15943 do-check-parallel.
15944
15945 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
15946
15947 * gdb.trace/ftrace.exp: Fix expected message on continue.
15948 * gdb.trace/pending.exp: Fix expected message on continue.
15949 * gdb.trace/trace-break.exp: Fix expected message on continue.
15950
15951 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
15952
15953 * lib/gdb.exp (gdb_test): Remove unused global references.
15954
15955 2016-01-18 Pedro Alves <palves@redhat.com>
15956
15957 * gdb.base/async-shell.exp: Adjust expected output.
15958 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
15959 * gdb.base/siginfo-thread.exp: Adjust expected output.
15960 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
15961 * gdb.java/jnpe.exp: Adjust expected output.
15962 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
15963 * gdb.threads/continue-pending-status.exp: Adjust expected output.
15964 * gdb.threads/leader-exit.exp: Adjust expected output.
15965 * gdb.threads/manythreads.exp: Adjust expected output.
15966 * gdb.threads/pthreads.exp: Adjust expected output.
15967 * gdb.threads/schedlock.exp: Adjust expected output.
15968 * gdb.threads/siginfo-threads.exp: Adjust expected output.
15969 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
15970 expected output.
15971 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
15972 output.
15973 * gdb.threads/sigthread.exp: Adjust expected output.
15974 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
15975
15976 2016-01-18 Yao Qi <yao.qi@linaro.org>
15977
15978 * gdb.guile/scm-section-script.c: Replace @progbits with
15979 %progbits.
15980 * gdb.python/py-section-script.c: Likewise.
15981
15982 2016-01-15 Pedro Alves <palves@redhat.com>
15983
15984 * gdb.multi/tids.exp: Test star wildcard ranges.
15985
15986 2016-01-15 Pedro Alves <palves@redhat.com>
15987
15988 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
15989 command from "thread apply" invocation.
15990 (thr_apply_info_thr_invalid): Default the expected output to the
15991 input tid list.
15992 (top level): Add tests that use convenience variables. Add tests
15993 for "thread apply" with a valid TID list, but missing the command.
15994
15995 2016-01-13 Pedro Alves <palves@redhat.com>
15996
15997 * gdb.base/default.exp: Expect $_gthread as well.
15998 * gdb.multi/tids.exp: Test $_gthread.
15999 * gdb.threads/thread-specific.exp: Test $_gthread.
16000
16001 2016-01-13 Pedro Alves <palves@redhat.com>
16002
16003 * gdb.multi/tids.exp: Test "info threads -gid".
16004
16005 2016-01-13 Pedro Alves <palves@redhat.com>
16006
16007 * gdb.multi/tids.exp: Test InferiorThread.global_num and
16008 Breakpoint.thread.
16009 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
16010
16011 2016-01-07 Pedro Alves <palves@redhat.com>
16012
16013 * gdb.base/break.exp: Adjust to output changes.
16014 * gdb.base/hbreak2.exp: Likewise.
16015 * gdb.base/sepdebug.exp: Likewise.
16016 * gdb.base/watch_thread_num.exp: Likewise.
16017 * gdb.linespec/keywords.exp: Likewise.
16018 * gdb.multi/info-threads.exp: Likewise.
16019 * gdb.threads/thread-find.exp: Likewise.
16020 * gdb.multi/tids.c: New file.
16021 * gdb.multi/tids.exp: New file.
16022
16023 2016-01-13 Pedro Alves <palves@redhat.com>
16024
16025 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
16026
16027 2016-01-13 Pedro Alves <palves@redhat.com>
16028
16029 * gdb.base/default.exp: Expect $_inferior as well.
16030 * gdb.multi/base.exp: Test $_inferior.
16031
16032 2016-01-13 Pedro Alves <palves@redhat.com>
16033
16034 PR breakpoints/19388
16035 * gdb.base/catch-signal-siginfo-cond.c: New file.
16036 * gdb.base/catch-signal-siginfo-cond.exp: New file.
16037
16038 2016-01-12 Josh Stone <jistone@redhat.com>
16039 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16040
16041 * gdb.base/catch-syscall.c (do_execve): New variable.
16042 (main): Conditionally trigger an execve.
16043 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
16044 (test_catch_syscall_execve): New, check entry/return across execve.
16045 (do_syscall_tests): Call test_catch_syscall_execve.
16046
16047 2016-01-12 Pedro Alves <palves@redhat.com>
16048
16049 * gdb.base/random-signal.exp (do_test): New procedure, with body
16050 of testcase moved in.
16051
16052 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16053 Pedro Alves <palves@redhat.com>
16054
16055 * gdb.base/funcargs.exp (finish from indirectly called function):
16056 Reintroduce the case for 'First'.
16057
16058 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16059 Pedro Alves <palves@redhat.com>
16060
16061 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
16062 (tcatch_vfork_then_child_follow_exec)
16063 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
16064 identification.
16065
16066 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16067
16068 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
16069 and repeats to unlimited.
16070 * gdb.python/py-value.exp: Likewise.
16071 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
16072 and repeats to unlimited.
16073
16074 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
16075
16076 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
16077 and reordering the functions.
16078 * gdb.multi/hangout.c: Likewise.
16079 * gdb.multi/hello.c: Likewise.
16080
16081 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
16082
16083 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
16084 absolute.
16085 (SingleStatisticTestResult.report): Use dict.keys instead of
16086 dict.iterkeys.
16087
16088 2016-01-06 Pedro Alves <palves@redhat.com>
16089
16090 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
16091
16092 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
16093
16094 * gdb.btrace/dlopen.exp: New.
16095 * gdb.btrace/dlopen.c: New.
16096 * gdb.btrace/dlopen-dso.c: New.
16097
16098 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
16099
16100 * lib/gdb.exp (gdb_test): Update comments to clarify that the
16101 PATTERN argument is optional.
16102
16103 2015-12-24 Joel Brobecker <brobecker@adacore.com>
16104
16105 * lib/ada.exp (target_compile_ada_from_dir): New function.
16106 (gdb_compile_ada): Reimplement avoiding the use of project files.
16107 * gdb.ada/gnat_ada.gpr: Delete.
16108 * gdb.ada/cond_lang.exp: Adjust test to make path before
16109 filename optional.
16110 * gdb.ada/small_reg_param.exp: Likewise.
16111
16112 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
16113
16114 * gdb.base/foll-vork.exp: Remove HP-UX special case.
16115
16116 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
16117
16118 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
16119 case.
16120
16121 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
16122
16123 * gdb.base/break.exp: Remove dead code.
16124 * gdb.base/sepdebug.exp: Likewise.
16125
16126 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
16127
16128 * gdb.asm/asm-source.exp: Remove HP-UX references.
16129 * gdb.base/annota1.exp: Likewise.
16130 * gdb.base/annota3.exp: Likewise.
16131 * gdb.base/attach.exp: Likewise.
16132 * gdb.base/bigcore.exp: Likewise.
16133 * gdb.base/break.exp: Likewise.
16134 * gdb.base/call-ar-st.exp: Likewise.
16135 * gdb.base/callfuncs.exp: Likewise.
16136 * gdb.base/catch-fork-static.exp: Likewise.
16137 * gdb.base/display.exp: Likewise.
16138 * gdb.base/foll-exec-mode.exp: Likewise.
16139 * gdb.base/foll-exec.exp: Likewise.
16140 * gdb.base/foll-fork.exp: Likewise.
16141 * gdb.base/foll-vfork.exp: Likewise.
16142 * gdb.base/funcargs.exp: Likewise.
16143 * gdb.base/hbreak2.exp: Likewise.
16144 * gdb.base/inferior-died.exp: Likewise.
16145 * gdb.base/interrupt.exp: Likewise.
16146 * gdb.base/multi-forks.exp: Likewise.
16147 * gdb.base/nodebug.exp: Likewise.
16148 * gdb.base/sepdebug.exp: Likewise.
16149 * gdb.base/solib1.c: Likewise.
16150 * gdb.base/step-test.exp: Likewise.
16151 * gdb.mi/non-stop.c: Likewise.
16152 * gdb.mi/pthreads.c: Likewise.
16153 * gdb.multi/bkpt-multi-exec.ex: Likewise.
16154 * gdb.threads/pthreads.c: Likewise.
16155 * gdb.threads/staticthreads.exp: Likewise.
16156 * lib/future.exp: Likewise.
16157 * lib/gdb.exp: Likewise.
16158 * gdb.base/so-indr-cl.c: Remove.
16159 * gdb.base/so-indr-cl.exp: Likewise.
16160 * gdb.base/solib.c: Likewise.
16161 * gdb.base/solib.exp: Likewise.
16162 * gdb.base/solib2.c: Likewise.
16163
16164 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
16165
16166 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
16167 * gdb.base/call-ar-st.exp: Likewise.
16168 * gdb.base/callfuncs.exp: Likewise.
16169 * gdb.base/condbreak.exp: Likewise.
16170 * gdb.base/constvars.exp: Likewise.
16171 * gdb.base/hbreak2.exp: Likewise.
16172 * gdb.base/langs.exp: Likewise.
16173 * gdb.base/list.exp: Likewise.
16174 * gdb.base/long_long.exp: Likewise.
16175 * gdb.base/ptype.exp: Likewise.
16176 * gdb.base/scope.exp: Likewise.
16177 * gdb.base/signals.exp: Likewise.
16178 * gdb.base/so-impl-ld.exp: Likewise.
16179 * gdb.base/varargs.exp: Likewise.
16180 * gdb.base/volatile.exp: Likewise.
16181 * gdb.base/whatis.exp: Likewise.
16182 * gdb.cp/cplusfuncs.exp: Likewise.
16183 * gdb.cp/inherit.exp: Likewise.
16184 * gdb.cp/local.exp: Likewise.
16185 * gdb.cp/member-ptr.exp: Likewise.
16186 * gdb.cp/method.exp: Likewise.
16187 * gdb.cp/overload.exp: Likewise.
16188 * gdb.cp/templates.exp: Likewise.
16189 * gdb.stabs/weird.exp: Likewise.
16190 * lib/compiler.c: Likewise.
16191 * lib/compiler.cc: Likewise.
16192 * lib/cp-support.exp: Likewise.
16193 * lib/gdb.exp: Likewise.
16194
16195 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
16196
16197 * configure.ac: Remove HP-UX case.
16198 * configure: Regenerate.
16199
16200 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
16201
16202 * lib/gdb.exp (gdb_compile): Add function doc.
16203
16204 2015-12-17 Pedro Alves <palves@redhat.com>
16205
16206 PR threads/19354
16207 * gdb.multi/info-threads.exp: New file.
16208
16209 2015-12-15 Yao Qi <yao.qi@linaro.org>
16210
16211 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
16212 is aarch64*-*-*.
16213
16214 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
16215
16216 * gdb.base/history-duplicates.exp: Skip if no readline support.
16217
16218 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
16219
16220 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
16221
16222 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
16223
16224 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
16225
16226 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
16227
16228 * gdb.base/completion.exp: Skip tests that interrupt GDB with
16229 ctrl-C if nointerrupts target property is set.
16230 * gdb.base/double-prompt-target-event-error.exp: Likewise.
16231 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
16232 * gdb.base/paginate-bg-execution.exp: Likewise.
16233 * gdb.base/paginate-execution-startup.exp: Likewise.
16234 * gdb.base/random-signal.exp: Likewise.
16235 * gdb.base/range-stepping.exp: Likewise.
16236 * gdb.cp/annota2.exp: Likewise.
16237 * gdb.cp/annota3.exp: Likewise.
16238 * gdb.gdb/selftest.exp: Likewise.
16239 * gdb.threads/continue-pending-status.exp: Likewise.
16240 * gdb.threads/leader-exit.exp: Likewise.
16241 * gdb.threads/manythreads.exp: Likewise.
16242 * gdb.threads/pthreads.exp: Likewise.
16243 * gdb.threads/schedlock.exp: Likewise.
16244 * gdb.threads/sigthread.exp: Likewise.
16245
16246 2015-12-11 Don Breazeal <donb@codesourcery.com>
16247
16248 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
16249 remote.
16250 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
16251 * gdb.base/foll-exec.exp (main): Enable for target remote.
16252 * gdb.base/foll-fork.exp (main): Likewise.
16253 * gdb.base/foll-vfork.exp (main): Likewise.
16254 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
16255 (proc continue_to_exit_bp_loc): Use clean_restart.
16256 * gdb.base/pie-execl.exp (main): Disable for target remote.
16257 * gdb.base/watch-vfork.exp (main): Enable for target remote.
16258 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
16259 * gdb.threads/execl.exp (main): Likewise.
16260 * gdb.threads/fork-child-threads.exp (main): Likewise.
16261 * gdb.threads/fork-plus-threads.exp (main): Disable for target
16262 remote.
16263 * gdb.threads/fork-thread-pending.exp (main): Enable for target
16264 remote.
16265 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
16266 pid.tid style ptids, instead of just tid.
16267 * gdb.threads/thread-execl.exp (main): Enable for target remote.
16268 * gdb.threads/watchpoint-fork.exp (main): Likewise.
16269 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
16270 ptids, instead of just tid.
16271
16272 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
16273
16274 * gdb.base/list.exp (test_list_forward): Add end of file error
16275 test.
16276 (test_repeat_list_command): Add end of file error test.
16277 (test_list_backwards): Add beginning of file error test.
16278
16279 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
16280
16281 * gdb.base/list.exp (test_list_invalid_args): New function,
16282 defined, and called.
16283
16284 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
16285
16286 * gdb.base/list.exp (test_list): Make test names unique.
16287
16288 2015-12-11 Yao Qi <yao.qi@linaro.org>
16289
16290 * gdb.base/coremaker2.c: Remove.
16291
16292 2015-12-10 Pedro Alves <palves@redhat.com>
16293
16294 * gdb.multi/base.exp: Remove stale "spaces" references.
16295
16296 2015-12-10 Pedro Alves <palves@redhat.com>
16297
16298 * gdb.multi/base.exp: Don't use nowarnings.
16299 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
16300 * gdb.multi/hangout.c: Include stdio.h.
16301 * gdb.multi/hello.c: Include stdlib.h.
16302 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
16303 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
16304 * gdb.multi/multi-arch.exp: Don't use nowarnings.
16305
16306 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
16307
16308 * gdb.dwarf2/dw2-ranges-base.c: New file.
16309 * gdb.dwarf2/dw2-ranges-base.exp: New file.
16310 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
16311 support additional line table, and debug ranges generation.
16312 (Dwarf::ranges): New function, generate .debug_ranges.
16313 (Dwarf::lines): Support generating simple line table programs.
16314 (Dwarf::assemble): Initialise new namespace variables.
16315
16316 2015-12-09 Kevin Buettner <kevinb@redhat.com>
16317
16318 * gdb.base/async.exp (proc test_background): Add case for
16319 asynchronous execution not supported.
16320
16321 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
16322
16323 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
16324 format and change test names to make them unique.
16325
16326 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
16327 Pedro Alves <pedro@redhat.com>
16328
16329 PR gdb/18702
16330 Add checking of floatformats setup on x86_64 hosts.
16331 * gdb.arch/i386-float.S (main): Load bigval and smallval.
16332 (smallval, bigval): New labels/constants.
16333 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
16334 float" after loading bigval and smallval.
16335
16336 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
16337
16338 * gdb.ada/fun_overload_menu.exp: New testcase.
16339 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
16340
16341 2015-12-04 Josh Stone <jistone@redhat.com>
16342
16343 * gdb.base/catch-fork-static.exp: New.
16344
16345 2015-12-03 Yao Qi <yao.qi@linaro.org>
16346
16347 * gdb.base/sizeof.c: Don't include stdio.h and
16348 ../lib/unbuffer_output.c.
16349 (main): New variable 'size' and 'value'. Remove printf and
16350 gdb_unbuffer_output. Assign return value to size and value.
16351 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
16352 at the beginning.
16353 (check_sizeof): Check the result by printing variable 'size'.
16354 (check_valueof): Check the result by printing variable 'value'.
16355
16356 2015-12-01 Yao Qi <yao.qi@linaro.org>
16357
16358 * gdb.base/disp-step-syscall.exp: Define syscall instruction
16359 for aarch64*-*-linux* target.
16360
16361 2015-11-30 Pedro Alves <palves@redhat.com>
16362
16363 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
16364
16365 2015-11-30 Pedro Alves <palves@redhat.com>
16366
16367 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
16368 Handle non-stop mode vCont replies.
16369
16370 2015-11-30 Pedro Alves <palves@redhat.com>
16371
16372 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
16373 prepare_for_testing. Start gdb with "set non-stop on" appended to
16374 GDBFLAGS. Lax expected stop output.
16375
16376 2015-11-27 Yao Qi <yao.qi@linaro.org>
16377
16378 * gdb.arch/arm-neon.exp: New.
16379 * gdb.arch/arm-neon.c: New.
16380
16381 2015-11-27 Yao Qi <yao.qi@linaro.org>
16382
16383 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
16384
16385 2015-11-27 Yao Qi <yao.qi@linaro.org>
16386
16387 * gdb.cp/annota2.exp: Allow multiple occurrences of the
16388 frames-invalid annotation.
16389
16390 2015-11-27 Yao Qi <yao.qi@linaro.org>
16391
16392 * gdb.cp/annota2.exp: Use ${frames_invalid}.
16393
16394 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
16395
16396 * gdb.threads/names.exp: New file.
16397 * gdb.threads/names.c: New file.
16398 * README: Mention gdb,no_thread_names.
16399
16400 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
16401
16402 PR 19297
16403 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
16404 support" error.
16405
16406 2015-11-24 Pedro Alves <palves@redhat.com>
16407
16408 PR 17539
16409 * gdb.base/display.exp: Expect displays to be sorted in ascending
16410 order. Use multi_line.
16411 * gdb.base/solib-display.exp: Likewise.
16412
16413 2015-11-24 Pedro Alves <palves@redhat.com>
16414
16415 PR 17539
16416 * gdb.base/display.exp: Expect displays to be sorted in ascending
16417 order. Use multi_line.
16418 * gdb.base/solib-display.exp: Likewise.
16419
16420 2015-11-24 Pedro Alves <palves@redhat.com>
16421
16422 PR 17539
16423 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
16424 threads in ascending order.
16425 * gdb.base/foll-fork.exp: Likewise.
16426 * gdb.base/foll-vfork.exp: Likewise.
16427 * gdb.base/multi-forks.exp: Likewise.
16428 * gdb.mi/mi-nonstop.exp: Likewise.
16429 * gdb.mi/mi-nsintrall.exp: Likewise.
16430 * gdb.multi/base.exp: Likewise.
16431 * gdb.multi/multi-arch.exp: Likewise.
16432 * gdb.python/py-inferior.exp: Likewise.
16433 * gdb.threads/break-while-running.exp: Likewise.
16434 * gdb.threads/execl.exp: Likewise.
16435 * gdb.threads/gcore-thread.exp: Likewise.
16436 * gdb.threads/info-threads-cur-sal.exp: Likewise.
16437 * gdb.threads/kill.exp: Likewise.
16438 * gdb.threads/linux-dp.exp: Likewise.
16439 * gdb.threads/multiple-step-overs.exp: Likewise.
16440 * gdb.threads/next-bp-other-thread.exp: Likewise.
16441 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
16442 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
16443 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
16444 * gdb.threads/thread-find.exp: Likewise.
16445 * gdb.threads/tls.exp: Likewise.
16446 * lib/mi-support.exp (mi_reverse_list): Delete.
16447 (mi_check_thread_states): No longer reverse list.
16448
16449 2015-11-24 Pedro Alves <palves@redhat.com>
16450
16451 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
16452 use lowercase.
16453
16454 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
16455
16456 * gdb.trace/actions.c: Include trace-common.h.
16457 (main): Add a location for a fast tracepoint.
16458 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
16459 the normal tracepoints.
16460 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
16461
16462 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
16463
16464 * save-trace.exp: Factor out code to these...
16465 (gdb_save_tracepoints): New.
16466 (gdb_load_tracepoints): New.
16467 (do_save_load_test): New.
16468
16469 2015-11-23 Kevin Buettner <kevinb@redhat.com>
16470
16471 * gdb.base/asmlabel.exp: New test.
16472 * gdb.base/asmlabel.c: New test case.
16473
16474 2015-11-23 Joel Brobecker <brobecker@adacore.com>
16475
16476 * gdb.base/wrong_frame_bt_full-main.c: New file.
16477 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
16478 * gdb.base/wrong_frame_bt_full.exp: New file.
16479
16480 2015-11-23 Joel Brobecker <brobecker@adacore.com>
16481
16482 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
16483
16484 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
16485
16486 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
16487 pstate register when comparing registers values in
16488 sparc64-*-linux-gnu targets to avoid spurious differences.
16489
16490 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
16491
16492 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
16493
16494 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
16495
16496 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
16497 as type argument to gdb_compile.
16498 * gdb.base/nested-subp2.exp: Likewise.
16499 * gdb.base/nested-subp3.exp: Likewise.
16500
16501 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
16502
16503 * lib/dwarf.exp (_note): Fix left shift of negative value.
16504 * gdb.trace/trace-condition.exp: Likewise.
16505
16506 2015-11-13 Yao Qi <yao.qi@linaro.org>
16507
16508 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
16509 comments about d10v.
16510 (test_scalar_returns): Likewise.
16511 * gdb.base/d10v.ld: Remove.
16512 * gdb.base/overlays.exp: Remove the target triplet checking for
16513 d10v-*-*.
16514 * gdb.base/structs.exp (test_struct_returns): Remove the
16515 comments about d10v.
16516 (test_struct_calls): Likewise.
16517
16518 2015-11-13 Yao Qi <yao.qi@linaro.org>
16519
16520 * gdb.base/gnu_vector.exp: Check the return value by "p res".
16521 * gdb.base/gnu_vector.c: Don't include stdio.h.
16522 (main): Don't print res and call add_some_intvecs.
16523
16524 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
16525
16526 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
16527 macro.
16528 (func5): Removed.
16529 (func4): Use FAST_TRACEPOINT_LABEL.
16530 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
16531 macro.
16532 (func): Removed.
16533 (thread_function): Use FAST_TRACEPOINT_LABEL.
16534 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
16535 (func): Remove.
16536 (marker): Use FAST_TRACEPOINT_LABEL.
16537 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
16538 (pendfunc1): Remove.
16539 (pendfunc): Use FAST_TRACEPOINT_LABEL.
16540 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
16541 (foo): Remove.
16542 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
16543 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
16544 macro.
16545 (func): Remove.
16546 (marker): Use FAST_TRACEPOINT_LABEL.
16547 * gdb.trace/trace-common.h: New header.
16548 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
16549 macro.
16550 (func): Remove.
16551 (marker): Use FAST_TRACEPOINT_LABEL.
16552 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
16553 (func): Remove.
16554 (thread_function): Use FAST_TRACEPOINT_LABEL.
16555
16556 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
16557
16558 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
16559 in front.
16560 * gdb.trace/change-loc.exp: Use global pcreg definition.
16561 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
16562 * gdb.trace/entry-values.exp: Use global spreg definition, add $
16563 in front.
16564 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
16565 * gdb.trace/pending.exp: Likewise.
16566 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
16567 * gdb.trace/trace-break.exp: Likewise.
16568 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
16569 in front.
16570 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
16571 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
16572 in front.
16573 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
16574
16575 2015-11-09 Joel Brobecker <brobecker@adacore.com>
16576
16577 * gdb.ada/fin_fun_out: New testcase.
16578
16579 2015-11-07 Kevin Buettner <kevinb@redhat.com>
16580
16581 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
16582 value associated with DW_AT_byte_size.
16583 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
16584 constants for DW_AT_byte_size, DW_AT_lower_bound, and
16585 DW_AT_upper_bound.
16586
16587 2015-11-07 Kevin Buettner <kevinb@redhat.com>
16588
16589 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
16590 (gdb_target_symbol_prefix_flags): Define in terms of _asm
16591 version.
16592 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
16593 gdb.dwarf2/dw2-canonicalize-type.exp,
16594 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
16595 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
16596 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
16597 provided by gdb_target_symbol_prefix_flags_asm.
16598 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
16599 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
16600 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
16601 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
16602 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
16603 macros where needed). Use this macro for symbols which require
16604 the prefix provided by SYMBOL_PREFIX.
16605
16606 2015-11-05 Kevin Buettner <kevinb@redhat.com>
16607
16608 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
16609 New procs.
16610 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
16611 representing expressions, of more than one list element.
16612 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
16613 to prepend linker symbol prefix to f.
16614 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
16615 table_1 and table_2.
16616 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
16617 Likewise, for f and g.
16618 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
16619 for ptr.
16620 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
16621 for main.
16622 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
16623 table_1_ptr and table_2_ptr.
16624
16625 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
16626 Joel Brobecker <brobecker@adacore.com>
16627
16628 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
16629
16630 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
16631
16632 * gdb.reverse/s390-mvcle.c: New test.
16633 * gdb.reverse/s390-mvcle.exp: New file.
16634 * lib/gdb.exp: Enable reverse tests on s390*-linux.
16635
16636 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
16637
16638 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
16639
16640 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
16641
16642 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
16643 reaching marker2.
16644 * gdb.reverse/getresuid-reverse.exp: Likewise.
16645 * gdb.reverse/pipe-reverse.exp: Likewise.
16646 * gdb.reverse/readv-reverse.exp: Likewise.
16647 * gdb.reverse/recvmsg-reverse.exp: Likewise.
16648 * gdb.reverse/time-reverse.exp: Likewise.
16649 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
16650
16651 2015-10-30 Yao Qi <yao.qi@linaro.org>
16652
16653 * gdb.threads/wp-replication.c (watch_count_done): Remove.
16654 (empty_cycle): Remove.
16655 (main): Don't call empty_cycle. Don't use watch_count_done.
16656 * gdb.threads/wp-replication.exp: Don't set breakpoint on
16657 empty_cycle. Rewrite the code counting HW watchpoints.
16658
16659 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
16660
16661 * gdb.reverse/fstatat-reverse.c: New test.
16662 * gdb.reverse/fstatat-reverse.exp: New file.
16663 * gdb.reverse/getresuid-reverse.c: New test.
16664 * gdb.reverse/getresuid-reverse.exp: New file.
16665 * gdb.reverse/pipe-reverse.c: New test.
16666 * gdb.reverse/pipe-reverse.exp: New file.
16667 * gdb.reverse/readv-reverse.c: New test.
16668 * gdb.reverse/readv-reverse.exp: New file.
16669 * gdb.reverse/recvmsg-reverse.c: New test.
16670 * gdb.reverse/recvmsg-reverse.exp: New file.
16671 * gdb.reverse/time-reverse.c: New test.
16672 * gdb.reverse/time-reverse.exp: New file.
16673 * gdb.reverse/waitpid-reverse.c: New test.
16674 * gdb.reverse/waitpid-reverse.exp: New file.
16675
16676 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
16677
16678 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
16679
16680 2015-10-26 Doug Evans <dje@google.com>
16681
16682 PR symtab/17391
16683 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
16684 * gdb.dwarf2/bad-regnum.c: New file.
16685 * gdb.dwarf2/bad-regnum.exp: New file.
16686
16687 2015-10-26 Doug Evans <dje@google.com>
16688
16689 PR python/18938
16690 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
16691 file.
16692
16693 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16694
16695 * gdb.compile/compile.exp (compile code globalvar): Update expectation
16696 for a change by "Mention language in compile error message".
16697
16698 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
16699
16700 PR python/18073
16701 * gdb.python/py-type.c (C::a_method): New.
16702 (C::a_const_method): New.
16703 (C::a_static_method): New.
16704 (a_function): New.
16705 * gdb.python/py-type.exp (test_fields): Test getting fields
16706 from function and method.
16707
16708 2015-10-21 Keven Boell <keven.boell@intel.com>
16709
16710 * gdb.fortran/vla-alloc-assoc.exp: New file.
16711 * gdb.fortran/vla-datatypes.exp: New file.
16712 * gdb.fortran/vla-datatypes.f90: New file.
16713 * gdb.fortran/vla-history.exp: New file.
16714 * gdb.fortran/vla-ptype-sub.exp: New file.
16715 * gdb.fortran/vla-ptype.exp: New file.
16716 * gdb.fortran/vla-sizeof.exp: New file.
16717 * gdb.fortran/vla-sub.f90: New file.
16718 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
16719 * gdb.fortran/vla-value-sub-finish.exp: New file.
16720 * gdb.fortran/vla-value-sub.exp: New file.
16721 * gdb.fortran/vla-value.exp: New file.
16722 * gdb.fortran/vla-ptr-info.exp: New file.
16723 * gdb.mi/mi-vla-fortran.exp: New file.
16724 * gdb.mi/vla.f90: New file.
16725
16726 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
16727
16728 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
16729 of hardwired timeout value.
16730
16731 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16732 Pedro Alves <palves@redhat.com>
16733
16734 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
16735 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
16736
16737 2015-10-19 Josh Stone <jistone@redhat.com>
16738
16739 * gdb.base/catch-syscall.c: Include <sched.h>.
16740 (unknown_syscall): New variable.
16741 (main): Trigger a vfork and an unknown syscall.
16742 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
16743 (unknown_syscall_number): Likewise.
16744 (check_call_to_syscall): Accept an optional syscall pattern.
16745 (check_return_from_syscall): Likewise.
16746 (check_continue): Likewise.
16747 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
16748 (test_catch_syscall_skipping_return): New test toggling off 'catch
16749 syscall' to step over the syscall return, then toggling back on.
16750 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
16751 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
16752 (do_syscall_tests): Call test_catch_syscall_without_args and
16753 test_catch_syscall_mid_vfork.
16754 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
16755 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
16756
16757 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
16758
16759 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
16760 print g_vE): Add new pass patterns.
16761 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
16762 print various symbol names for vptr fields.
16763
16764 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
16765
16766 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
16767 results.
16768
16769 2015-10-12 Yao Qi <yao.qi@linaro.org>
16770
16771 * gdb.arch/disp-step-insn-reloc.exp: New test case.
16772
16773 2015-10-12 Yao Qi <yao.qi@linaro.org>
16774
16775 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
16776 is aarch64*-*-linux*.
16777
16778 2015-10-12 Yao Qi <yao.qi@linaro.org>
16779
16780 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
16781 (can_relocate_bcond_true): ... it.
16782 (can_relocate_bcond_false): New function.
16783 (foo): Likewise.
16784 (can_relocate_bl): Likewise.
16785 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
16786 can_relocate_bl.
16787
16788 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
16789
16790 * gdb.base/nested-addr.c: New file.
16791 * gdb.base/nested-addr.exp: New testcase.
16792
16793 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
16794
16795 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
16796 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
16797 its output. Ignore the output of "record goto begin" and instead
16798 check that GDB is replaying.
16799
16800 2015-10-09 Pedro Alves <palves@redhat.com>
16801
16802 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
16803 (top level): Use it in the run with no args test.
16804
16805 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
16806
16807 * gdb.dlang/properties.exp: New file.
16808
16809 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
16810
16811 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
16812 whether or not address 0x1000 is mapped on the target.
16813
16814 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
16815
16816 * gdb.python/py-type.exp: Do not run tests if binaries fail to
16817 build.
16818
16819 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
16820
16821 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
16822 instruction-history test.
16823
16824 2015-09-28 Doug Evans <dje@google.com>
16825
16826 * gdb.base/gcore.c (array_func): Add reference to static_array.
16827
16828 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
16829
16830 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
16831 source line.
16832
16833 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
16834
16835 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
16836 short or char as base type.
16837
16838 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
16839
16840 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
16841 to allow any size enum.
16842
16843 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
16844
16845 * gdb.ada/array_ptr_renaming.exp: New testcase.
16846 * gdb.ada/array_ptr_renaming/foo.adb: New file.
16847 * gdb.ada/array_ptr_renaming/pack.ads: New file.
16848
16849 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
16850
16851 * gdb.trace/ftrace-lock.c: New file.
16852 * gdb.trace/ftrace-lock.exp: New file.
16853
16854 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
16855
16856 * gdb.arch/insn-reloc.c: New file.
16857 * gdb.arch/ftrace-insn-reloc.exp: New file.
16858
16859 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
16860
16861 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
16862 instruction.
16863 * gdb.trace/pendshr1.c (pendfunc): Likewise.
16864 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
16865 * gdb.trace/range-stepping.c: Likewise.
16866 * gdb.trace/trace-break.c: Likewise.
16867 * gdb.trace/trace-mt.c (thread_function): Likewise.
16868 * gdb.trace/ftrace.c (marker): Likewise.
16869 * gdb.trace/trace-condition.c (marker): Likewise.
16870 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
16871 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
16872 is_aarch64_target.
16873
16874 2015-09-18 Doug Evans <xdje42@gmail.com>
16875
16876 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
16877 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
16878
16879 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
16880
16881 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
16882 the breakpoint.
16883
16884 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
16885
16886 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
16887 the pending breakpoint. Remove timeout override for "Run till
16888 MI pending breakpoint on pendfunc3 on thread 2" test.
16889
16890 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
16891
16892 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
16893 filename pattern.
16894
16895 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
16896
16897 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
16898 in breakpoint filename pattern.
16899
16900 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
16901
16902 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
16903
16904 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
16905
16906 * gdb.linespec/explicit.exp: Check for readline support for
16907 tab-completion tests. Fix obvious typo.
16908
16909 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
16910
16911 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
16912 and replay.
16913
16914 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
16915
16916 * gdb.btrace/non-stop.c: New.
16917 * gdb.btrace/non-stop.exp: New.
16918
16919 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
16920 Yao Qi <yao.qi@linaro.org>
16921
16922 * gdb.trace/trace-condition.c: New file.
16923 * gdb.trace/trace-condition.exp: New file.
16924
16925 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
16926
16927 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
16928 for testing bytecode compilation.
16929
16930 2015-09-16 Pedro Alves <palves@redhat.com>
16931 Sandra Loosemore <sandra@codesourcery.com>
16932
16933 * gdb.threads/non-stop-fair-events.c (timeout): New global.
16934 (SECONDS): Redefine.
16935 (main): Call pthread_kill and alarm early.
16936 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
16937 support.
16938 (test): If the target can't hardware step and doesn't support
16939 displaced stepping, increase the timeout.
16940
16941 2015-09-16 Pedro Alves <palves@redhat.com>
16942
16943 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
16944 (enable_debug): New procedures.
16945 (test): Use them. Bail out if waiting for threads fails.
16946 (top level): Bail out if a test fails.
16947
16948 2015-09-16 Yao Qi <yao.qi@linaro.org>
16949
16950 * gdb.asm/asm-source.exp: Set asm-arch for
16951 aarch64*-*-* target.
16952 * gdb.asm/aarch64.inc: New file.
16953
16954 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
16955
16956 * gdb.ada/array_of_variable_length.exp: New testcase.
16957 * gdb.ada/array_of_variable_length/foo.adb: New file.
16958 * gdb.ada/array_of_variable_length/pck.adb: New file.
16959 * gdb.ada/array_of_variable_length/pck.ads: New file.
16960
16961 2015-09-15 Doug Evans <dje@google.com>
16962
16963 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
16964 of function static local variable.
16965
16966 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16967
16968 * gdb.threads/tls-so_extern.exp: New test file.
16969 * gdb.threads/tls-so_extern.c: New test file.
16970 * gdb.threads/tls-so_extern_main.c: New test file.
16971
16972 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16973
16974 * gdb.opt/solib-intra-step-lib.c: New file.
16975 * gdb.opt/solib-intra-step-main.c: New file.
16976 * gdb.opt/solib-intra-step.exp: New file.
16977
16978 2015-09-15 Pedro Alves <palves@redhat.com>
16979
16980 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
16981 gdb_continue_to_breakpoint instead of gdb_test_multiple.
16982
16983 2015-09-14 Pedro Alves <palves@redhat.com>
16984
16985 * gdb.base/hook-stop-continue.c: Delete.
16986 * gdb.base/hook-stop-continue.exp: Delete.
16987 * gdb.base/hook-stop-frame.c: Delete.
16988 * gdb.base/hook-stop-frame.exp: Delete.
16989 * gdb.base/hook-stop.c: New file.
16990 * gdb.base/hook-stop.exp: New file.
16991
16992 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
16993
16994 * gdb.ada/access_to_packed_array.exp: New testcase.
16995 * gdb.ada/access_to_packed_array/foo.adb: New file.
16996 * gdb.ada/access_to_packed_array/pack.adb: New file.
16997 * gdb.ada/access_to_packed_array/pack.ads: New file.
16998
16999 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
17000
17001 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
17002 buffer size test.
17003
17004 2015-09-11 Don Breazeal <donb@codesourcery.com>
17005
17006 * gdb.base/foll-exec.c: Add copyright header. Fix
17007 formatting issues.
17008 * gdb.base/foll-exec.exp (zap_session): Delete proc.
17009 (do_exec_tests): Use clean_restart in place of zap_session,
17010 and for test initialization. Fix formatting issues. Use
17011 fail in place of perror.
17012 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
17013 an expect statement to match an expression with output from
17014 the program under debug.
17015 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
17016 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
17017 * gdb.threads/non-ldr-exc-2.exp: Likewise.
17018 * gdb.threads/non-ldr-exc-3.exp: Likewise.
17019 * gdb.threads/non-ldr-exc-4.exp: Likewise.
17020
17021 2015-09-09 Doug Evans <dje@google.com>
17022
17023 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
17024
17025 2015-09-09 Doug Evans <dje@google.com>
17026
17027 * gdb.base/pie-execl.exp: Fix result test of build_executable.
17028
17029 2015-09-09 Doug Evans <dje@google.com>
17030
17031 * gdb.base/savedregs.exp: Fix typo.
17032
17033 2015-09-09 Pedro Alves <palves@redhat.com>
17034
17035 * gdb.mi/mi-cli.exp: Add CLI finish tests.
17036
17037 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
17038
17039 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
17040 command actually switches threads. Give up on remaining
17041 tests if target fails to stop at breakpoint.
17042
17043 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
17044
17045 * gdb.ada/funcall_char.exp: New testcase.
17046 * gdb.ada/funcall_char/foo.adb: New file.
17047
17048 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
17049
17050 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
17051 expected outputs. Add two testcases for completing ambiguous
17052 functions.
17053 * gdb.ada/complete/aux_pck.adb: New file.
17054 * gdb.ada/complete/aux_pck.ads: New file.
17055 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
17056 Ambiguous_Func functions.
17057 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
17058 * gdb.ada/complete/pck.adb: Likewise.
17059
17060 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
17061
17062 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
17063 failures to run the test program under GDB.
17064
17065 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
17066
17067 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
17068 to C.
17069
17070 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
17071
17072 * gdb.base/run-after-attach.exp: New test file.
17073 * gdb.base/run-after-attach.c: New test file.
17074
17075 2015-08-26 Don Breazeal <donb@codesourcery.com>
17076
17077 * gdb.base/foll-exec-2.c: New test program.
17078 * gdb.base/foll-exec-2.exp: New test.
17079
17080 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
17081
17082 * gdb.base/nested-subp1.exp: New file.
17083 * gdb.base/nested-subp1.c: New file.
17084 * gdb.base/nested-subp2.exp: New file.
17085 * gdb.base/nested-subp2.c: New file.
17086 * gdb.base/nested-subp3.exp: New file.
17087 * gdb.base/nested-subp3.c: New file.
17088
17089 2015-08-24 Pedro Alves <palves@redhat.com>
17090
17091 * gdb.server/connect-without-multi-process.c: New file.
17092 * gdb.server/connect-without-multi-process.exp: New file.
17093
17094 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
17095
17096 * gdb.opt/inline-markers.c: Make z int.
17097
17098 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
17099
17100 * gdb.opt/inline-markers.c: Make z volatile.
17101
17102 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
17103
17104 * gdb.opt/inline-bt.c: New volatile global z.
17105 * gdb.opt/inline-cmds.c: Likewise.
17106 * gdb.opt/inline-locals.c: Likewise.
17107 * gdb.opt/inline-markers.c: New extern global z.
17108 (marker): Use z.
17109 (inline_fn): Likewise.
17110
17111 2015-08-24 Pedro Alves <palves@redhat.com>
17112
17113 * config/m32r-stub.exp: Remove file.
17114 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
17115 * gdb.base/call-rt-st.exp: Likewise.
17116 * gdb.base/call-strs.exp: Likewise.
17117 * gdb.base/default.exp: Remove references to h8300-*-hms and
17118 *-*-udi*.
17119 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
17120
17121 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
17122
17123 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
17124 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
17125 and "return" use KFAIL when GDB can not read/write the vector
17126 return value.
17127
17128 2015-08-21 Gary Benson <gbenson@redhat.com>
17129
17130 * gdb.trace/pending.exp: Cope with remote transfer warnings.
17131
17132 2015-08-20 Pedro Alves <palves@redhat.com>
17133
17134 * gdb.server/solib-list.exp: No longer expect an interior stop in
17135 non-stop mode.
17136
17137 2015-08-20 Pedro Alves <palves@redhat.com>
17138
17139 * gdb.server/connect-stopped-target.c: New file.
17140 * gdb.server/connect-stopped-target.exp: New file.
17141
17142 2015-08-20 Pedro Alves <palves@redhat.com>
17143
17144 * gdb.dwarf2/comp-unit-lang.exp: New file.
17145 * gdb.dwarf2/comp-unit-lang.c: New file.
17146
17147 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
17148
17149 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
17150 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
17151
17152 2015-08-19 Kevin Buettner <kevinb@redhat.com>
17153
17154 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
17155 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
17156
17157 2015-08-18 Doug Evans <dje@google.com>
17158 Adrian Sendroiu <adrian.sendroiu@freescale.com>
17159
17160 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
17161 skip_python_tests. New arg prompt_regexp.
17162 (skip_python_tests): New function.
17163 * lib/mi-support.exp (mi_skip_python_tests): New function.
17164 * gdb.python/py-mi-objfile-gdb.py: New file.
17165 * gdb.python/py-mi-objfile.c: New file.
17166 * gdb.python/py-mi-objfile.exp: New file.
17167
17168 2015-08-17 Keith Seitz <keiths@redhat.com>
17169
17170 * gdb.linespec/explicit.exp: Move strace test from here ...
17171 * gdb.trace/strace.exp: ... to here.
17172
17173 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
17174
17175 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
17176 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
17177
17178 2015-08-14 Doug Evans <xdje42@gmail.com>
17179
17180 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
17181 inferior before selecting a new file.
17182
17183 2015-08-14 Doug Evans <xdje42@gmail.com>
17184
17185 * gdb.mi/mi-disassemble.exp: Update.
17186 * gdb.base/disasm-optim.S: New file.
17187 * gdb.base/disasm-optim.c: New file.
17188 * gdb.base/disasm-optim.h: New file.
17189 * gdb.base/disasm-optim.exp: New file.
17190
17191 2015-08-14 Keith Seitz <keiths@redhat.com>
17192
17193 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
17194 "evaluated-by".
17195
17196 2015-08-13 Joel Brobecker <brobecker@adacore.com>
17197
17198 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
17199
17200 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
17201
17202 * gdb.ada/fun_renaming.exp: New testcase.
17203 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
17204 * gdb.ada/fun_renaming/pack.adb: New file.
17205 * gdb.ada/fun_renaming/pack.ads: New file.
17206
17207 2015-08-12 Keith Seitz <keiths@redhat.com>
17208
17209 * gdb.base/dso2dso.exp: Pass basename of source file in call to
17210 gdb_get_line_number.
17211
17212 2015-08-12 Joel Brobecker <brobecker@adacore.com>
17213
17214 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
17215 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
17216 gdb.base/dso2dso.exp: New files.
17217
17218 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
17219 Pedro Alves <palves@redhat.com>
17220 Keith Seitz <keiths@redhat.com>
17221
17222 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
17223 GDBFLAGS.
17224
17225 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
17226
17227 * gdb.base/gdbhistsize-history.exp
17228 (test_histsize_history_setting): Use save_vars.
17229 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
17230 Use save_vars.
17231 (test_no_truncation_of_unlimited_history_file): Use save_vars.
17232 * gdb.base/readline.exp: Use save_vars.
17233
17234 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
17235
17236 * lib/gdb.exp (save_vars): New proc.
17237
17238 2015-08-11 Keith Seitz <keiths@redhat.com>
17239
17240 * gdb.base/help.exp: Update help_breakpoint_text.
17241
17242 2015-08-11 Keith Seitz <keiths@redhat.com>
17243
17244 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
17245 (at toplevel): Call test_explicit_breakpoints.
17246 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
17247 breakpoints.
17248 * lib/mi-support.exp (mi_make_breakpoint): Add support for
17249 breakpoint conditions, "-cond".
17250
17251 2015-08-11 Keith Seitz <keiths@redhat.com>
17252
17253 * gdb.linespec/3explicit.c: New file.
17254 * gdb.linespec/cpexplicit.cc: New file.
17255 * gdb.linespec/cpexplicit.exp: New file.
17256 * gdb.linespec/explicit.c: New file.
17257 * gdb.linespec/explicit.exp: New file.
17258 * gdb.linespec/explicit2.c: New file.
17259 * gdb.linespec/ls-errs.exp: Add explicit location tests.
17260 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
17261 before using in the matching pattern.
17262 Clarify that `prefix' is a regular expression.
17263
17264 2015-08-11 Keith Seitz <keiths@redhat.com>
17265
17266 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
17267 test.
17268 Add tests for missing ",FMT" and ",".
17269
17270 2015-08-10 Doug Evans <dje@google.com>
17271 Keith Seitz <keiths@redhat.com>
17272
17273 PR gdb/17960
17274 * gdb.base/completion.exp: Add location completer tests.
17275
17276 2015-08-07 Pedro Alves <palves@redhat.com>
17277
17278 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
17279 tests here.
17280 (top level): Run do_test with and without displaced stepping.
17281
17282 2015-08-07 Pedro Alves <palves@redhat.com>
17283
17284 * gdb.base/valgrind-disp-step.c: New file.
17285 * gdb.base/valgrind-disp-step.exp: New file.
17286
17287 2015-08-07 Pedro Alves <palves@redhat.com>
17288
17289 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
17290 Delete function.
17291 (main): Add alarm. Run an infinite loop instead of calling
17292 wait_threads.
17293 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
17294 comment.
17295 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
17296 Delete function.
17297 (main): Add alarm. Run an infinite loop instead of calling
17298 wait_threads.
17299 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
17300 comment.
17301
17302 2015-08-07 Pedro Alves <palves@redhat.com>
17303
17304 * gdb.base/checkpoint-ns.exp: New file.
17305 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
17306 standard_testfile.
17307
17308 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
17309
17310 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
17311 * gdb.btrace/instruction_history.exp: Update.
17312 * gdb.btrace/tsx.exp: New.
17313 * gdb.btrace/tsx.c: New.
17314
17315 2015-08-06 Pedro Alves <palves@redhat.com>
17316
17317 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
17318 increase timeout.
17319 * gdb.reverse/until-precsave.exp: Bump timeouts.
17320
17321 2015-08-06 Pedro Alves <palves@redhat.com>
17322
17323 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
17324
17325 2015-08-06 Pedro Alves <palves@redhat.com>
17326
17327 PR gdb/18749
17328 * gdb.threads/process-dies-while-handling-bp.c: New file.
17329 * gdb.threads/process-dies-while-handling-bp.exp: New file.
17330
17331 2015-08-06 Pedro Alves <palves@redhat.com>
17332
17333 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
17334 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
17335
17336 2015-08-05 Pedro Alves <palves@redhat.com>
17337
17338 * gdb.threads/next-while-other-thread-longjmps.c: New file.
17339 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
17340
17341 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
17342
17343 * gdb.base/bp-permanent.exp: Report test as unsupported if
17344 the target cannot stop at the permanent breakpoint.
17345
17346 2015-08-03 Doug Evans <dje@google.com>
17347
17348 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
17349 10000.
17350
17351 2015-08-03 Doug Evans <dje@google.com>
17352
17353 * Makefile.in (workers/%.worker, build-perf): New rule.
17354 (GDB_PERFTEST_MODE): New variable.
17355 (check-perf): Use it.
17356 (clean): Clean up gdb.perf parallel build subdirs.
17357 * lib/build-piece.exp: New file.
17358 * lib/gdb.exp (make_gdb_parallel_path): New function
17359 (standard_output_file, standard_temp_file): Call it.
17360 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
17361 of $GDB_PARALLEL.
17362 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
17363
17364 2015-08-03 Doug Evans <dje@google.com>
17365
17366 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
17367 (LOG_FILE_NAME): New global.
17368 (TextReporter.__init__): Initialize self.txt_sum.
17369 (TextReporter.report): Add support for multiple data-points.
17370 Move report to perftest.sum, put raw data in perftest.log.
17371 (TextReporter.start): Open sum and log files.
17372 (TextReporter.end): Close sum and log files.
17373 * gdb.perf/lib/perftest/testresult.py
17374 (SingleStatisticTestResult.record): Handle multiple data-points.
17375
17376 2015-07-31 Pedro Alves <palves@redhat.com>
17377
17378 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
17379 Use spawn_id_get_pid. Wait for spawn id after eof. Use
17380 kill_wait_spawned_process instead of explicit "kill -9".
17381 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
17382 returning a spawn id instead of a pid. Use spawn_id_get_pid and
17383 kill_wait_spawned_process.
17384 * gdb.base/attach-twice.exp: Likewise.
17385 * gdb.base/attach.exp: Likewise.
17386 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
17387 gdb_test_multiple.
17388 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
17389 returning a spawn id instead of a pid. Use spawn_id_get_pid and
17390 kill_wait_spawned_process.
17391 * gdb.base/valgrind-infcall.exp: Likewise.
17392 * gdb.multi/multi-attach.exp: Likewise.
17393 * gdb.python/py-prompt.exp: Likewise.
17394 * gdb.python/py-sync-interp.exp: Likewise.
17395 * gdb.server/ext-attach.exp: Likewise.
17396 * gdb.threads/attach-into-signal.exp (corefunc): Use
17397 spawn_wait_for_attach, spawn_id_get_pid and
17398 kill_wait_spawned_process.
17399 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
17400 spawn_wait_for_attach returning a spawn id instead of a pid. Use
17401 spawn_id_get_pid and kill_wait_spawned_process.
17402 * gdb.threads/attach-stopped.exp (corefunc): Use
17403 spawn_wait_for_attach, spawn_id_get_pid and
17404 kill_wait_spawned_process.
17405 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
17406 Use spawn_id_get_pid. Wait for spawn id after eof. Use
17407 kill_wait_spawned_process instead of explicit "kill -9".
17408 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
17409 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
17410 (spawn_wait_for_attach): Use spawn instead of exec to spawn
17411 processes. Don't map cygwin/windows pids here. Now returns a
17412 spawn id list.
17413
17414 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
17415
17416 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
17417 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
17418 correct patch.
17419
17420 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
17421
17422 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
17423
17424 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
17425
17426 Reapply:
17427 2014-05-21 Mark Wielaard <mjw@redhat.com>
17428
17429 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
17430
17431 2015-07-30 Pedro Alves <palves@redhat.com>
17432
17433 * linux-low.c (handle_extended_wait): Set the child's last
17434 reported status to TARGET_WAITKIND_STOPPED.
17435
17436 2015-07-30 Pedro Alves <palves@redhat.com>
17437
17438 PR threads/18600
17439 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
17440 only shows inferior 1.
17441
17442 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
17443 Pedro Alves <palves@redhat.com>
17444
17445 PR threads/18600
17446 * gdb.threads/fork-plus-threads.c: New file.
17447 * gdb.threads/fork-plus-threads.exp: New file.
17448
17449 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
17450
17451 * gdb.base/batch-preserve-term-settings.exp
17452 (test_terminal_settings_preserved_after_cli_exit): Use
17453 send_quit_command.
17454
17455 2015-07-29 Pedro Alves <palves@redhat.com>
17456 Don Breazeal <donb@codesourcery.com>
17457
17458 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
17459 output from both inferior_spawn_id and gdb_spawn_id.
17460
17461 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
17462
17463 * gdb.threads/attach-into-signal.exp (corefunc): Use
17464 with_test_prefix on nested loops, uniquefying the test messages.
17465
17466 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
17467
17468 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
17469 commit.
17470
17471 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
17472
17473 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
17474 New proc.
17475 (test_terminal_settings_preserved_after_sigterm): New test.
17476
17477 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
17478
17479 * gdb.base/batch-preserve-term-settings.exp
17480 (test_terminal_settings_preserved_after_cli_exit): New test.
17481
17482 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
17483
17484 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
17485 manipulation of saved_gdbflags.
17486 (test_terminal_settings_preserved): Remove global declaration of
17487 the unused variable pagination_prompt. Remove manipulation of
17488 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
17489 GDBFLAGS.
17490
17491 2015-07-29 Pedro Alves <palves@redhat.com>
17492
17493 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
17494
17495 2015-07-29 Pedro Alves <palves@redhat.com>
17496
17497 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
17498 at the top.
17499
17500 2015-07-29 Pedro Alves <palves@redhat.com>
17501
17502 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
17503 (main): Call gdb_unbuffer_output.
17504 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
17505 (main): Call gdb_unbuffer_output.
17506 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
17507 (main): Call gdb_unbuffer_output.
17508 * gdb.base/call-strs.exp: Adjust to step over the
17509 gdb_unbuffer_output call.
17510 * gdb.base/catch-gdb-caused-signals.c: Include
17511 "../lib/unbuffer_output.c".
17512 (main): Call gdb_unbuffer_output.
17513 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
17514 (main): Call gdb_unbuffer_output.
17515 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
17516 (main): Call gdb_unbuffer_output.
17517 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
17518 (main): Call gdb_unbuffer_output.
17519 * gdb.base/shlib-call.exp: Adjust to step over the
17520 gdb_unbuffer_output call.
17521 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
17522 (main): Call gdb_unbuffer_output.
17523 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
17524 (main): Call gdb_unbuffer_output.
17525 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
17526 (main): Rename to ...
17527 (test): ... this.
17528 (main): Reimplement.
17529 * gdb.base/varargs.exp: Run to test instead of to main.
17530 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
17531 (main): Call gdb_unbuffer_output.
17532
17533 2015-07-29 Pedro Alves <palves@redhat.com>
17534
17535 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
17536 factore out from mi_continue_dprintf. For call-style dprintfs,
17537 expect dprintf output out of $inferior_spawn_id.
17538 (mi_continue_dprintf): Use mi_expect_dprintf.
17539 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
17540 (main): Call gdb_unbuffer_output.
17541
17542 2015-07-29 Pedro Alves <palves@redhat.com>
17543
17544 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
17545 (default_mi_gdb_start): Set inferior_spawn_id instead of
17546 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
17547 gdb_spawn_id.
17548 (mi_gdb_test): Always expect inferior output from both
17549 $inferior_spawn_id and $gdb_spawn_id.
17550
17551 2015-07-29 Pedro Alves <palves@redhat.com>
17552
17553 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
17554 send_inferior and $inferior_spawn_id.
17555
17556 2015-07-29 Pedro Alves <palves@redhat.com>
17557
17558 * gdb.gdb/complaints.exp (test_initial_complaints)
17559 (test_serial_complaints, test_short_complaints): Use
17560 gdb_test_stdio.
17561 (test_empty_complaint): Handle $inferior_spawn_id !=
17562 $gdb_spawn_id.
17563
17564 2015-07-29 Pedro Alves <palves@redhat.com>
17565
17566 * gdb.base/varargs.exp: Use gdb_test_stdio.
17567
17568 2015-07-29 Pedro Alves <palves@redhat.com>
17569
17570 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
17571
17572 2015-07-29 Pedro Alves <palves@redhat.com>
17573
17574 * gdb.base/ending-run.exp: Use gdb_test_stdio.
17575
17576 2015-07-29 Pedro Alves <palves@redhat.com>
17577
17578 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
17579 parameter into two new parameters, "inf_result" and "gdb_result".
17580 Expect inferior output and gdb output from $inferior_spawn_id and
17581 $gdb_spawn_id, respectively. Adjust all callers.
17582
17583 2015-07-29 Pedro Alves <palves@redhat.com>
17584
17585 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
17586 of gdb_test_sequence.
17587
17588 2015-07-29 Pedro Alves <palves@redhat.com>
17589
17590 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
17591 (saw_spurious_output): Expect inferior output from
17592 $inferior_spawn_id. Use gdb_test_stdio.
17593
17594 2015-07-29 Pedro Alves <palves@redhat.com>
17595
17596 * gdb.base/dprintf.exp: Use standard_testfile. Change
17597 prepare_for_testing call.
17598 (srcfile): Don't set.
17599 (restart): New procedure.
17600 (test_dprintf): New procecure, use to continue over dprintfs.
17601 (test_call, test_agent): New procedures, tests moved here.
17602 Restart gdb and recreate dprintfs. Adjust expected output.
17603
17604 2015-07-29 Pedro Alves <palves@redhat.com>
17605
17606 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
17607
17608 2015-07-29 Pedro Alves <palves@redhat.com>
17609
17610 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
17611
17612 2015-07-29 Pedro Alves <palves@redhat.com>
17613
17614 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
17615 gdb_test_stdio.
17616
17617 2015-07-29 Pedro Alves <palves@redhat.com>
17618
17619 * lib/gdb.exp (gdb_test_stdio): New procedure.
17620
17621 2015-07-29 Pedro Alves <palves@redhat.com>
17622
17623 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
17624
17625 2015-07-29 Pedro Alves <palves@redhat.com>
17626
17627 * gdb.base/call-signal-resume.exp: Remove check for
17628 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
17629 * gdb.base/unwindonsignal.exp: Likewise.
17630 * gdb.base/call-signals.c (gen_signal): Remove printf call.
17631 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
17632
17633 2015-07-29 Pedro Alves <palves@redhat.com>
17634
17635 * gdb.base/siginfo-addr.c (pass): New function.
17636 (handler): Call it iff si_addr is correct.
17637 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
17638 Set a breakpoint at "pass" and continue to it.
17639
17640 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
17641
17642 * gdb.python/py-objfile.exp: Make some tests have unique names.
17643 * gdb.python/py-pp-registration.exp: Likewise.
17644
17645 2015-07-28 Pedro Alves <palves@redhat.com>
17646
17647 * gdb.server/server-exec-info.exp: Issue a "disconnect".
17648
17649 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
17650
17651 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
17652
17653 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
17654
17655 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
17656
17657 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
17658
17659 * gdb.base/gdb-sigterm-2.exp: New test.
17660
17661 2015-07-25 Doug Evans <xdje42@gmail.com>
17662
17663 Revert:
17664 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
17665 (workers/%.worker, build-perf): New rule.
17666 (GDB_PERFTEST_MODE): New variable.
17667 (check-perf): Use it.
17668 (clean): Clean up gdb.perf parallel build subdirs.
17669 * lib/build-piece.exp: New file.
17670 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
17671 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
17672 name.
17673 (standard_temp_file): Ditto.
17674 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
17675 of $GDB_PARALLEL.
17676
17677 2015-07-24 Doug Evans <dje@google.com>
17678
17679 * gdb.perf/lib/perftest/utils.py: New file.
17680 * gdb.perf/gm-hello.cc: New file.
17681 * gdb.perf/gm-pervasive-typedef.cc: New file.
17682 * gdb.perf/gm-pervasive-typedef.h: New file.
17683 * gdb.perf/gm-std.cc: New file.
17684 * gdb.perf/gm-std.h: New file.
17685 * gdb.perf/gm-use-cerr.cc: New file.
17686 * gdb.perf/gm-utils.h: New file.
17687 * gdb.perf/gmonster-null-lookup.py: New file.
17688 * gdb.perf/gmonster-pervasive-typedef.py: New file.
17689 * gdb.perf/gmonster-print-cerr.py: New file.
17690 * gdb.perf/gmonster-ptype-string.py: New file.
17691 * gdb.perf/gmonster-runto-main.py: New file.
17692 * gdb.perf/gmonster-select-file.py: New file.
17693 * gdb.perf/gmonster1-null-lookup.exp: New file.
17694 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
17695 * gdb.perf/gmonster1-print-cerr.exp: New file.
17696 * gdb.perf/gmonster1-ptype-string.exp: New file.
17697 * gdb.perf/gmonster1-runto-main.exp: New file.
17698 * gdb.perf/gmonster1-select-file.exp: New file.
17699 * gdb.perf/gmonster1.cc: New file.
17700 * gdb.perf/gmonster1.exp: New file.
17701 * gdb.perf/gmonster2-null-lookup.exp: New file.
17702 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
17703 * gdb.perf/gmonster2-print-cerr.exp: New file.
17704 * gdb.perf/gmonster2-ptype-string.exp: New file.
17705 * gdb.perf/gmonster2-runto-main.exp: New file.
17706 * gdb.perf/gmonster2-select-file.exp: New file.
17707 * gdb.perf/gmonster2.cc: New file.
17708 * gdb.perf/gmonster2.exp: New file.
17709
17710 2015-07-24 Doug Evans <dje@google.com>
17711
17712 * gdb.perf/README: New file.
17713 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
17714 * lib/gen-perf-test.exp: New file.
17715
17716 2015-07-24 Doug Evans <dje@google.com>
17717
17718 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
17719 (PerfTest::startup): New function.
17720 (PerfTest::run): Return result of calling body.
17721 (PerfTest::assemble): Rewrite.
17722 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
17723 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
17724 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
17725 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
17726 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
17727
17728 2015-07-24 Doug Evans <dje@google.com>
17729
17730 * lib/gdb.exp (clean_restart): Make executable optional.
17731
17732 2015-07-24 Doug Evans <dje@google.com>
17733
17734 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
17735 compiler_info references.
17736 * gdb.cp/temargs.exp: Ditto.
17737 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
17738 (get_compiler_info): Early exit if already computed. Set compiler_info
17739 to "unknown" if there was a problem.
17740 (test_compiler_info): Add function comment. Call get_compiler_info.
17741
17742 2015-07-24 Doug Evans <dje@google.com>
17743
17744 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
17745 (workers/%.worker, build-perf): New rule.
17746 (GDB_PERFTEST_MODE): New variable.
17747 (check-perf): Use it.
17748 (clean): Clean up gdb.perf parallel build subdirs.
17749 * lib/build-piece.exp: New file.
17750 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
17751 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
17752 name.
17753 (standard_temp_file): Ditto.
17754 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
17755 of $GDB_PARALLEL.
17756
17757 2015-07-24 Doug Evans <dje@google.com>
17758
17759 * lib/future.exp (gdb_default_target_compile): New option
17760 "early_flags".
17761 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
17762 --as-needed.
17763
17764 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
17765
17766 * gdb.base/catch-syscall.exp: Call gdb_exit before
17767 gdb_skip_xml_test.
17768
17769 2015-07-24 Pedro Alves <palves@redhat.com>
17770
17771 * gdb.python/py-events.exp: Accept output between the stop event
17772 and the prompt.
17773 * gdb.python/py-evsignal.exp: Likewise.
17774 * gdb.python/py-evthreads.exp: Likewise.
17775
17776 2015-07-24 Pedro Alves <palves@redhat.com>
17777
17778 PR gdb/18717
17779 * gdb.threads/non-ldr-exit.c: New file.
17780 * gdb.threads/non-ldr-exit.exp: New file.
17781
17782 2015-07-24 Yao Qi <yao.qi@linaro.org>
17783
17784 * gdb.server/ext-wrapper.exp: Test --wrapper option when
17785 restarting process.
17786
17787 2015-07-24 Yao Qi <yao.qi@linaro.org>
17788
17789 * gdb.server/ext-restart.exp: New file.
17790
17791 2015-07-24 Yao Qi <yao.qi@linaro.org>
17792
17793 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
17794 argument options.
17795 * gdb.server/ext-wrapper.exp: New file.
17796
17797 2015-07-23 Doug Evans <dje@google.com>
17798
17799 * gdb.dwarf2/dw2-dummy-cu.S: New file.
17800 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
17801
17802 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
17803
17804 * gdb.ada/var_arr_typedef.exp: New testcase.
17805 * gdb.ada/var_arr_typedef/pack.adb: New file.
17806 * gdb.ada/var_arr_typedef/pack.ads: New file.
17807 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
17808
17809 2015-07-20 Joel Brobecker <brobecker@adacore.com>
17810
17811 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
17812
17813 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
17814
17815 * gdb.arch/i386-biarch-core.exp: Replace istarget
17816 by "complete set gnutarget". Remove expectation for the "core-file"
17817 command.
17818
17819 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
17820
17821 Revert the previous commit:
17822 Tests for validate symbol file using build-id.
17823
17824 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
17825
17826 Tests for validate symbol file using build-id.
17827 * gdb.base/solib-mismatch-lib.c: New file.
17828 * gdb.base/solib-mismatch-libmod.c: New file.
17829 * gdb.base/solib-mismatch.c: New file.
17830 * gdb.base/solib-mismatch.exp: New file.
17831
17832 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
17833
17834 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
17835 nios2-*-linux*.
17836 * gdb.base/sigbpt.exp (stepi_out): Likewise.
17837 * gdb.base/siginfo.exp: Likewise.
17838 * gdb.base/sigstep.exp (advance, advancei): Likewise.
17839
17840 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
17841
17842 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
17843 Move it to ...
17844 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
17845 ... here.
17846 * gdb.trace/range-stepping.exp: Check that the target supports
17847 range stepping.
17848
17849 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
17850
17851 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
17852
17853 2015-07-14 Pedro Alves <palves@redhat.com>
17854
17855 * gdb.base/killed-outside.exp: New file.
17856 * gdb.base/killed-outside.c: New file.
17857
17858 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17859
17860 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
17861 (n at main): New.
17862 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
17863
17864 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
17865
17866 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
17867 infcall tests instead of setting up for KFAIL.
17868
17869 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
17870
17871 * gdb.btrace/record_goto-step.exp: New.
17872
17873 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
17874
17875 PR compile/18484
17876 * gdb.compile/compile.c (struct struct_type): Add volatile to
17877 selffield's type.
17878 * gdb.compile/compile.exp
17879 (compile code struct_object.selffield = &struct_object): Skip further
17880 struct_object tests if this one xfails.
17881
17882 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
17883
17884 PR exp/18617
17885 * gdb.trace/ax.exp: Add test.
17886
17887 2015-07-07 Yao Qi <yao.qi@linaro.org>
17888
17889 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
17890 instead of istarget "aarch64*-*-*".
17891 * gdb.arch/aarch64-fp.exp: Likewise.
17892 * gdb.base/float.exp: Likewise.
17893 * gdb.reverse/aarch64.exp: Likewise.
17894 * lib/gdb.exp (is_aarch64_target): New proc.
17895
17896 2015-07-07 Yao Qi <yao.qi@linaro.org>
17897
17898 * lib/gdb.exp (is_aarch32_target): New proc.
17899 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
17900 instead of "istarget "arm*-*-*"".
17901 * gdb.arch/arm-disp-step.exp: Likewise.
17902 * gdb.arch/thumb-bx-pc.exp: Likewise.
17903 * gdb.arch/thumb-prologue.exp: Likewise.
17904 * gdb.arch/thumb-singlestep.exp: Likewise.
17905 * gdb.base/disp-step-syscall.exp: Likewise.
17906 * gdb.base/float.exp: Likewise.
17907
17908 2015-07-07 Yao Qi <yao.qi@linaro.org>
17909
17910 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
17911 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
17912
17913 2015-07-07 Yao Qi <yao.qi@linaro.org>
17914
17915 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
17916 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
17917 if it exists.
17918 * gdb.multi/multi-arch.exp: Likewise.
17919
17920 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
17921
17922 * gdb.python/py-lazy-string.exp: Add missing parentheses to
17923 print.
17924
17925 2015-07-07 Yao Qi <yao.qi@linaro.org>
17926
17927 * gdb.arch/thumb-singlestep.exp: Do one more single step.
17928
17929 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
17930
17931 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
17932 '[' and ']' characters.
17933
17934 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
17935
17936 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
17937
17938 2015-06-29 Pedro Alves <palves@redhat.com>
17939
17940 PR threads/18127
17941 * gdb.threads/hand-call-new-thread.c: New file.
17942 * gdb.threads/hand-call-new-thread.c: New file.
17943
17944 2015-06-26 Keith Seitz <keiths@redhat.com>
17945 Doug Evans <dje@google.com>
17946
17947 PR 16253
17948 * gdb.cp/var-tag-2.cc: New file.
17949 * gdb.cp/var-tag-3.cc: New file.
17950 * gdb.cp/var-tag-4.cc: New file.
17951 * gdb.cp/var-tag.cc: New file.
17952 * gdb.cp/var-tag.exp: New file.
17953
17954 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
17955
17956 * gdb.base/history-duplicates.exp: New test.
17957
17958 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
17959
17960 * gdb.base/completion.exp: Test the completion of the "focus"
17961 command.
17962
17963 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
17964
17965 * gdb.arch/amd64-prologue-skip.S: New file.
17966 * gdb.arch/amd64-prologue-skip.exp: New file.
17967
17968 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
17969
17970 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
17971 is_address_zero_readable check.
17972
17973 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
17974
17975 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
17976 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
17977
17978 2015-06-24 Yao Qi <yao.qi@linaro.org>
17979
17980 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
17981 linux targets.
17982
17983 2015-06-24 Yao Qi <yao.qi@linaro.org>
17984
17985 * lib/gdb.exp (supports_get_siginfo_type): New proc.
17986 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
17987 * gdb.base/siginfo-thread.exp: Likewise.
17988
17989 2015-06-22 Yao Qi <yao.qi@linaro.org>
17990
17991 * boards/remote-gdbserver-on-localhost.exp: Add comments.
17992
17993 2015-06-22 Yao Qi <yao.qi@linaro.org>
17994
17995 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
17996 aarch64*-*-*.
17997 (skip_hw_watchpoint_tests): Likewise.
17998
17999 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
18000
18001 * gdb.base/gdbinit-history.exp: Test the interaction between
18002 setting GDBHISTSIZE and setting the history size via .gdbinit.
18003
18004 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
18005
18006 PR gdb/16999
18007 * gdb.base/gdbhistsize-history.exp: New test.
18008
18009 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
18010
18011 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
18012 with GDBHISTSIZE.
18013 * gdb.base/readline.exp: Likewise.
18014
18015 2015-06-17 Yao Qi <yao.qi@linaro.org>
18016
18017 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
18018 line.
18019
18020 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
18021
18022 * gdb.base/gdbinit-history.exp: Add test case to check that
18023 an unlimited history file does not get truncated on exit.
18024
18025 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18026
18027 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
18028 (VECTOR): New macro. Use it...
18029 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
18030 ...for these typedefs.
18031 (int8, char1, int1, double1): New typedefs.
18032 (struct just_int2, struct two_int2): New structures.
18033 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
18034 (add_structvecs, add_singlevecs): New functions.
18035 (main): Call add_some_intvecs twice.
18036 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
18037 the compile and exit upon failure. Try compiling for the "native"
18038 architecture. Test inferior function calls with vector arguments
18039 and vector return value handling with "finish" and "return".
18040
18041 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
18042
18043 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
18044 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
18045 PE file.
18046 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
18047
18048 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
18049
18050 PR breakpoints/16465
18051 * gdb.mi/mi-dprintf-pending.c: New file.
18052 * gdb.mi/mi-dprintf-pending.exp: New test.
18053 * gdb.mi/mi-dprintf-pendshr.c: New file.
18054
18055 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
18056 Mircea Gherzan <mircea.gherzan@intel.com>
18057
18058 * gdb.arch/i386-mpx-map.c: New file.
18059 * gdb.arch/i386-mpx-map.exp: New File.
18060
18061 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
18062
18063 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
18064 * gdb.arch/i386-mpx.exp: Indentation fixed.
18065
18066 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
18067
18068 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
18069 function and improved indentation.
18070 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
18071 gdb_test_multiple. Added additional tests to skip the test.
18072
18073 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
18074
18075 * gdb.arch/i386-avx512.c: Change path in include file.
18076 * gdb.arch/i386-avx512.exp: Change include dir path
18077 compilation flag.
18078 * gdb.arch/i386-mpx.c: Change path in include file.
18079 * gdb.arch/i386-mpx.exp: Change include dir path compilation
18080 flag.
18081
18082 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
18083
18084 * gdb.compile/compile-print.exp (compile print *vararray@3)
18085 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
18086
18087 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
18088
18089 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
18090 (do not keep jit in memory): ... this.
18091 (expect 5): Change it to ...
18092 (expect no 5): ... this.
18093
18094 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
18095
18096 PR gdb/15564
18097 * gdb.mi/mi-detach.exp: New file.
18098
18099 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
18100
18101 PR symtab/18392
18102 * gdb.arch/amd64-tailcall-self.S: New file.
18103 * gdb.arch/amd64-tailcall-self.c: New file.
18104 * gdb.arch/amd64-tailcall-self.exp: New file.
18105
18106 2015-05-28 Don Breazeal <donb@codesourcery.com>
18107
18108 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
18109 tests for remote targets by checking is_target_gdbserver.
18110
18111 2015-05-27 Doug Evans <dje@google.com>
18112
18113 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
18114 * gdb.dwarf2/opaque-type-lookup.c: New file.
18115 * gdb.dwarf2/opaque-type-lookup.exp: New file.
18116
18117 2015-05-26 Doug Evans <dje@google.com>
18118
18119 * gdb.cp/iostream.cc: New file.
18120 * gdb.cp/iostream.exp: New file.
18121
18122 2015-05-26 Doug Evans <dje@google.com>
18123
18124 * gdb.dwarf2/dw2-op-call.exp: Update.
18125 * gdb.dwarf2/dw4-sig-types.exp: Update.
18126 * gdb.dwarf2/implptr.exp: Update.
18127 * gdb.mi/mi-cmd-param-changed.exp: Update.
18128
18129 2015-05-26 Doug Evans <dje@google.com>
18130
18131 * gdb.python/py-lazy-string.c: New file.
18132 * gdb.python/py-lazy-string.exp: New file.
18133 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
18134 (main): Update. Add estring3.
18135 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
18136 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
18137
18138 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
18139 Yao Qi <yao.qi@linaro.org>
18140
18141 * gdb.reverse/aarch64.c: New.
18142 * gdb.reverse/aarch64.exp: New.
18143
18144 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
18145
18146 * lib/gdb.exp (supports_process_record): Return true for
18147 aarch64*-linux*.
18148 (supports_reverse): Likewise.
18149
18150 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
18151
18152 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
18153 Use with_test_prefix.
18154
18155 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
18156
18157 * gdb.base/completion.exp: Add test for completion of layout
18158 names.
18159
18160 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
18161
18162 * lib/gdb.exp (skip_tui_tests): New proc.
18163 * gdb.base/tui-layout.exp: Check skip_tui_tests.
18164
18165 2015-05-19 Pedro Alves <palves@redhat.com>
18166
18167 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
18168 Save the whole env array instead of just HOME. Unset HISTSIZE in
18169 the environment while testing. Restore whole environment
18170 afterwards.
18171
18172 2015-05-16 Doug Evans <xdje42@gmail.com>
18173
18174 * gdb.guile/scm-ports.c: New file.
18175 * gdb.guile/scm-ports.exp: Add memory port tests.
18176
18177 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18178
18179 * gdb.compile/compile-print.c: New file.
18180 * gdb.compile/compile-print.exp: New file.
18181
18182 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18183
18184 * gdb.compile/compile-ops.exp: Cast param to void.
18185 * gdb.compile/compile.exp: Complete type for _gdb_expr.
18186 (compile code struct_object.selffield = &struct_object): Add xfail.
18187
18188 2015-05-15 Joel Brobecker <brobecker@adacore.com>
18189
18190 * gdb.ada/arr_enum_with_gap: New testcase.
18191
18192 2015-05-15 Joel Brobecker <brobecker@adacore.com>
18193
18194 * gdb.ada/byte_packed_arr: New testcase.
18195
18196 2015-05-15 Joel Brobecker <brobecker@adacore.com>
18197
18198 * gdb.ada/pckd_neg: New testcase.
18199
18200 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
18201
18202 PR gdb/17820
18203 * gdb.base/gdbinit-history.exp: New test.
18204 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
18205 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
18206
18207 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
18208
18209 * gdb.python/py-xmethods.cc: Enhance test case.
18210 * gdb.python/py-xmethods.exp: New tests.
18211 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
18212 function.
18213 (B_indexoper): Likewise.
18214 (global_dm_list) : Add new xmethod worker functions.
18215
18216 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
18217
18218 * gdb.base/coredump-filter.exp: Correctly unset
18219 "coredump_var_addr" array.
18220
18221 2015-05-08 Pedro Alves <palves@redhat.com>
18222
18223 * gdb.server/non-existing-program.exp: Unset spawn_id.
18224
18225 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
18226
18227 PR python/18291
18228 * gdb.python/py-xmethods.exp: Add tests.
18229
18230 2015-05-08 Yao Qi <yao.qi@linaro.org>
18231
18232 PR gdb/18208
18233 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
18234 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
18235 function set_coredump_filter, and remove remote_exec call.
18236 Remove argument ipid. Callers update.
18237 (top level): Don't get inferior's PID.
18238
18239 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
18240
18241 * gdb.base/watch_thread_num.exp: Skip test on targets without
18242 access watchpoints.
18243
18244 2015-05-06 Pedro Alves <palves@redhat.com>
18245
18246 PR server/18081
18247 * gdb.server/non-existing-program.exp: New file.
18248
18249 2015-05-05 Joel Brobecker <brobecker@adacore.com>
18250
18251 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
18252
18253 2015-05-05 Joel Brobecker <brobecker@adacore.com>
18254
18255 * gdb.ada/out_of_line_in_inlined: New testcase.
18256
18257 2015-05-05 Joel Brobecker <brobecker@adacore.com>
18258
18259 * gdb.ada/var_rec_arr: New testcase.
18260
18261 2015-04-30 Yao Qi <yao.qi@linaro.org>
18262
18263 * gdb.base/break-idempotent.exp: If
18264 skip_hw_watchpoint_multi_tests returns true, skip the tests
18265 on "rwatch" and "awatch".
18266
18267 2015-04-30 Yao Qi <yao.qi@linaro.org>
18268
18269 * gdb.base/relativedebug.exp: Invoke gdb command
18270 "info sharedlibrary", and if libc.so doesn't have debug info,
18271 skip the test.
18272
18273 2015-04-29 Doug Evans <dje@google.com>
18274
18275 * gdb.python/py-xmethods.exp: Add ptype tests.
18276 * gdb.python/py-xmethods.py (E_method_char_worker): Add
18277 get_result_type method.
18278
18279 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
18280
18281 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
18282 the target does not support hardware watchpoints.
18283
18284 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
18285
18286 * gdb.base/break-always.exp: Abort testing if writing to memory
18287 causes an error.
18288
18289 2015-04-28 Doug Evans <dje@google.com>
18290
18291 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
18292 * gdb.python/py-pp-registration.exp: ... here. New file.
18293 * gdb.python/py-pp-registration.c: New file.
18294 * gdb.python/py-pp-registration.py: New file.
18295
18296 2015-04-28 Doug Evans <dje@google.com>
18297
18298 * gdb.python/py-bad-printers.c: New file.
18299 * gdb.python/py-bad-printers.py: New file.
18300 * gdb.python/py-bad-printers.exp: New file.
18301
18302 2015-04-28 Sasha Smundak <asmundak@google.com>
18303
18304 * gdb.python/py-type.exp: New test.
18305
18306 2015-04-28 Andy Wingo <wingo@igalia.com>
18307
18308 * gdb.python/py-parameter.exp:
18309 * gdb.guile/scm-parameter.exp: Escape the path that we are
18310 matching against, as it might contain characters that are special
18311 to regular expressions.
18312
18313 2015-04-27 Joel Brobecker <brobecker@adacore.com>
18314
18315 * gdb.ada/rec_comp: New testcase.
18316
18317 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
18318
18319 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
18320 before using it.
18321
18322 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
18323
18324 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
18325 new tests for verilog output.
18326
18327 2015-04-24 Yao Qi <yao.qi@linaro.org>
18328
18329 * boards/remote-gdbserver-on-localhost.exp: New file.
18330
18331 2015-04-23 Pedro Alves <palves@redhat.com>
18332
18333 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
18334 $inferior_spawn_id instead of $inferior_spawn_id directly. On
18335 "end of file", remove $inferior_spawn_id from the indirect list.
18336
18337 2015-04-23 Pedro Alves <palves@redhat.com>
18338
18339 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
18340
18341 2015-04-23 Pedro Alves <palves@redhat.com>
18342
18343 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
18344 on $any_spawn_id instead of only on $gdb_spawn_id.
18345
18346 2015-04-21 Pierre Muller <muller@sourceware.org>
18347
18348 PR pascal/17815
18349 * lib/pascal.exp (gpc_compile): Add new option "class".
18350 (fpc_compile): Likewise.
18351 * gdb.pascal/case-insensitive-symbols.pas: New file.
18352 * gdb.pascal/case-insensitive-symbols.exp: New file.
18353
18354 2015-04-20 Gary Benson <gbenson@redhat.com>
18355
18356 * gdb.base/attach.exp: Fix three extended remote failures.
18357
18358 2015-04-17 Gary Benson <gbenson@redhat.com>
18359
18360 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
18361 the main executable over the remote protocol.
18362
18363 2015-04-16 Pedro Alves <palves@redhat.com>
18364
18365 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
18366 a new gdbserver if gdbserver_reconnect_p is set.
18367
18368 2015-04-16 Pedro Alves <palves@redhat.com>
18369
18370 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
18371 is set, don't exit gdbserver.
18372
18373 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
18374
18375 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
18376 appropriate .insn, such that an older assembler can be used.
18377 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
18378 the z/Architecture instruction set on 31-bit targets as well.
18379
18380 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
18381
18382 * gdb.go/handcall.exp: Remove all logic related to the first
18383 breakpoint and rely on go_runto_main instead.
18384 * gdb.go/strings.exp: Likewise.
18385 * gdb.go/unsafe.exp: Likewise.
18386 * gdb.go/hello.exp: Likewise. Also rename the remaining
18387 breakpoint marker to "breakpoint 1".
18388 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
18389 * gdb.go/strings.go: Likewise.
18390 * gdb.go/unsafe.go: Likewise.
18391 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
18392 "set breakpoint 2 here" and rename the remaining breakpoint marker
18393 to "breakpoint 1".
18394
18395 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
18396
18397 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
18398 if itertools.imap is not present.
18399 * gdb.python/py-objfile.exp: Add parentheses.
18400 * gdb.python/py-type.exp: Same.
18401 * gdb.python/py-unwind-maint.py: Same.
18402
18403 2015-04-15 Yao Qi <yao.qi@linaro.org>
18404
18405 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
18406 of ":$ptr_size" and set its form explicitly.
18407
18408 2015-04-15 Pedro Alves <palves@redhat.com>
18409 Yao Qi <yao.qi@linaro.org>
18410
18411 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
18412 timeout by factor of 4.
18413 (test_regular_watch): Likewise.
18414 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
18415 * gdb.reverse/sigall-reverse.exp: Likewise.
18416 * gdb.reverse/until-precsave.exp: Likewise.
18417 * lib/gdb.exp (with_timeout_factor): New proc.
18418 (gdb_expect): Move some code to ...
18419 (get_largest_timeout): ... here. New procedure.
18420
18421 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
18422
18423 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
18424
18425 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
18426
18427 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
18428 to write to the .text section.
18429
18430 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
18431
18432 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
18433 Handle the case of targets that do not provide PID information.
18434
18435 2015-04-13 Yao Qi <yao.qi@linaro.org>
18436
18437 * lib/gdbserver-support.exp (gdb_exit): Catch exception
18438 and use expect instead of gdb_expect.
18439
18440 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
18441
18442 * gdb.base/coredump-filter.exp: Rename variable "addr" to
18443 "coredump_var_addr" to avoid naming conflict with other testcases.
18444
18445 2015-04-10 Pedro Alves <palves@redhat.com>
18446
18447 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
18448 gdb_test_sequence and gdb_assert.
18449
18450 2015-04-10 Pedro Alves <palves@redhat.com>
18451
18452 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
18453 test messages that don't include the breakpoint address.
18454
18455 2015-04-10 Yao Qi <yao.qi@linaro.org>
18456
18457 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
18458 false for some offset and width combinations which aren't
18459 supported by linux kernel.
18460
18461 2015-04-10 Pedro Alves <palves@redhat.com>
18462
18463 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
18464 procedure, factored out from ...
18465 (top level): ... here. Add "set displaced-stepping" testing axis.
18466 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
18467 parameter "displaced". Use it.
18468 (top level): Use foreach and add "set displaced-stepping" testing
18469 axis.
18470
18471 2015-04-10 Pedro Alves <palves@redhat.com>
18472
18473 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
18474 Remove comment.
18475 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
18476 both the address of the instruction that triggers the watchpoint
18477 and the address of the instruction immediately after, and use
18478 those addresses for the test. Fix comment.
18479
18480 2015-04-10 Pedro Alves <palves@redhat.com>
18481
18482 * gdb.base/sigstep.exp (breakpoint_to_handler)
18483 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
18484 Test "backtrace" in handler.
18485 (breakpoint_over_handler): New parameter 'displaced'. Use it.
18486 (top level): Add new "displaced" test axis to
18487 breakpoint_to_handler, breakpoint_to_handler_entry and
18488 breakpoint_over_handler.
18489
18490 2015-04-10 Pedro Alves <palves@redhat.com>
18491
18492 PR gdb/18216
18493 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
18494
18495 2015-04-10 Yao Qi <yao.qi@linaro.org>
18496
18497 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
18498 (test_add_rn_pc): New function.
18499 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
18500 (top level): Invoke test_add_rn_pc.
18501
18502 2015-04-10 Pedro Alves <palves@redhat.com>
18503
18504 PR gdb/13858
18505 * gdb.base/step-over-no-symbols.exp: New file.
18506
18507 2015-04-09 Andy Wingo <wingo@igalia.com>
18508
18509 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
18510 after the Python tests.
18511
18512 2015-04-08 Keith Seitz <keiths@redhat.com>
18513
18514 PR python/16699
18515 * gdb.python/py-completion.exp: New tests for completion.
18516 * gdb.python/py-completion.py (CompleteLimit1): New class.
18517 (CompleteLimit2): Likewise.
18518 (CompleteLimit3): Likewise.
18519 (CompleteLimit4): Likewise.
18520 (CompleteLimit5): Likewise.
18521 (CompleteLimit6): Likewise.
18522 (CompleteLimit7): Likewise.
18523
18524 2015-04-08 Pedro Alves <palves@redhat.com>
18525
18526 PR gdb/18214
18527 PR gdb/18216
18528 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
18529 function.
18530 (main): Install it as SIGUSR1 handler.
18531 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
18532 parameter. Always use "setup" as prefix. Toggle "set
18533 displaced-stepping" off/on depending on global. Don't switch to
18534 thread 1 here.
18535 (top level): Add displaced stepping "off/on" test axis. Update
18536 "setup" calls. Wrap each subtest with with_test_prefix. Test
18537 continuing with a queued signal in each thread.
18538
18539 2015-04-08 Pedro Alves <palves@redhat.com>
18540
18541 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
18542 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
18543 gdb_breakpoint instead of gdb_test that doesn't expect anything.
18544 Return early if running to main fails.
18545 * gdb.trace/while-stepping.exp: Likewise.
18546
18547 2015-04-07 Pedro Alves <palves@redhat.com>
18548
18549 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
18550 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
18551 interact with inferior program.
18552
18553 2015-04-07 Pedro Alves <palves@redhat.com>
18554
18555 * lib/gdb.exp (inferior_spawn_id): New global.
18556 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
18557 spawn id after processing the user code.
18558 (default_gdb_start): Set inferior_spawn_id.
18559 (send_inferior): New procedure.
18560 * lib/gdbserver-support.exp (gdbserver_start): Set
18561 inferior_spawn_id.
18562 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
18563
18564 2015-04-07 Pedro Alves <palves@redhat.com>
18565
18566 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
18567 * lib/gdbserver-support.exp (gdbserver_start): Make
18568 $server_spawn_id global.
18569 (gdbserver_start): Don't wait for gdbserver's spawn id with
18570 expect_background.
18571 (close_gdbserver): New procedure.
18572 (gdb_exit): Rename the default version and reimplement.
18573
18574 2015-04-07 Pedro Alves <palves@redhat.com>
18575
18576 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
18577 append the substituted item, not the original item.
18578
18579 2015-04-07 Pedro Alves <palves@redhat.com>
18580
18581 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
18582 gdb_expect.
18583
18584 2015-04-07 Pedro Alves <palves@redhat.com>
18585
18586 * gdb.base/interrupt.exp: Don't handle the case of the inferior
18587 output appearing once only.
18588
18589 2015-04-07 Pedro Alves <palves@redhat.com>
18590
18591 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
18592 that doesn't expect anything. Return early if running to main
18593 fails.
18594
18595 2015-04-07 Yao Qi <yao.qi@linaro.org>
18596
18597 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
18598 (child_function): Call alarm.
18599 (main): Move call to alarm into the loop.
18600 * gdb.threads/non-stop-fair-events.exp: Build program with
18601 -DTIMEOUT=$timeout.
18602
18603 2015-04-06 Doug Evans <xdje42@gmail.com>
18604
18605 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
18606 Fix dest parameter to board_info.
18607 (fpc_compile): Ditto.
18608 (gdb_compile_pascal): Rename dest arg to destfile.
18609
18610 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
18611
18612 * gdb.ada/funcall_ref.exp: New file.
18613 * gdb.ada/funcall_ref/foo.adb: New file.
18614
18615 2015-04-02 Yao Qi <yao.qi@linaro.org>
18616
18617 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
18618 is remote.
18619
18620 2015-04-02 Gary Benson <gbenson@redhat.com>
18621
18622 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
18623
18624 2015-04-01 Sasha Smundak <asmundak@google.com>
18625
18626 * gdb.python/py-unwind-maint.c: New file.
18627 * gdb.python/py-unwind-maint.exp: New test.
18628 * gdb.python/py-unwind-maint.py: New file.
18629 * gdb.python/py-unwind.c: New file.
18630 * gdb.python/py-unwind.exp: New test.
18631 * gdb.python/py-unwind.py: New test.
18632
18633 2015-04-01 Pedro Alves <palves@redhat.com>
18634
18635 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
18636 to fail instead of non-existent $test.
18637
18638 2015-04-01 Pedro Alves <palves@redhat.com>
18639
18640 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
18641 GDBFLAGS if not empty.
18642
18643 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
18644
18645 * gdb.ada/complete.exp: Remove "multi_line".
18646 * gdb.ada/info_exc.exp: Remove "multi_line".
18647 * gdb.ada/packed_tagged.exp: Remove "multi_line".
18648 * gdb.ada/ptype_field.exp: Remove "multi_line".
18649 * gdb.ada/sym_print_name.exp: Remove "multi_line".
18650 * gdb.ada/tagged.exp: Remove "multi_line".
18651 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
18652 [multi_line ...]
18653 * gdb.btrace/delta.exp: Likewise.
18654 * gdb.btrace/exception.exp: Likewise.
18655 * gdb.btrace/function_call_history.exp: Likewise.
18656 * gdb.btrace/instruction_history.exp: Likewise.
18657 * gdb.btrace/nohist.exp: Likewise.
18658 * gdb.btrace/record_goto.exp: Likewise.
18659 * gdb.btrace/segv.exp: Likewise.
18660 * gdb.btrace/stepi.exp: Likewise.
18661 * gdb.btrace/tailcall.exp: Likewise.
18662 * gdb.btrace/unknown_functions.exp: Likewise.
18663 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
18664 * lib/gdb.exp: Add the "multi_line" helper.
18665
18666 2015-04-01 Pedro Alves <palves@redhat.com>
18667
18668 * gdb.threads/tid-reuse.c: New file.
18669 * gdb.threads/tid-reuse.exp: New file.
18670
18671 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
18672
18673 PR corefiles/16092
18674 * gdb.base/coredump-filter.c: New file.
18675 * gdb.base/coredump-filter.exp: Likewise.
18676
18677 2015-03-27 Petr Machata <pmachata@redhat.com>
18678
18679 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
18680 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
18681 (Dwarf::assemble): Initialize them.
18682 (Dwarf::lines): New function.
18683
18684 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
18685
18686 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
18687 SYMBOL_PREFIX for x86_64-*-cygwin.
18688
18689 2015-03-26 Andy Wingo <wingo@igalia.com>
18690
18691 PR symtab/18148
18692 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
18693 const_value but not a location.
18694 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
18695 location defined in non-main CUs are visible.
18696
18697 2015-03-26 Yao Qi <yao.qi@linaro.org>
18698
18699 PR testsuite/18139
18700 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
18701 Add a line number entry for the same line.
18702 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
18703 Add a line number entry for the same line.
18704
18705 2015-03-26 Yao Qi <yao.qi@linaro.org>
18706
18707 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
18708 .int 0.
18709 (func): Likewise. Add .Lfunc_1 label.
18710 Use .Lfunc_1 label.
18711 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
18712 .int 0.
18713 (func): Likewise.
18714 Use .Lfunc_1 label.
18715
18716 2015-03-26 Yao Qi <yao.qi@linaro.org>
18717
18718 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
18719 Call gdb_compile instead to compile each .s files without debug
18720 information.
18721
18722 2015-03-26 Yao Qi <yao.qi@linaro.org>
18723
18724 * gdb.base/savedregs.exp (process_saved_regs): Make
18725 "Saved registers:" optional in the pattern.
18726
18727 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
18728
18729 * gdb.btrace/next.exp: Merged into step.exp.
18730 * gdb.btrace/finish.exp: Merged into step.exp.
18731 * gdb.btrace/nexti.exp: Merged into stepi.exp.
18732 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
18733 "record goto" and checking the exact replay position.
18734 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
18735 check for "Recording format" in "info record" output.
18736 * gdb.btrace/record_goto.exp: Choose test file based on target.
18737 * gdb.btrace/x86-record_goto.S: Renamed into ...
18738 * gdb.btrace/x86_64-record_goto.S: ... this.
18739 * gdb.btrace/i686-record_goto.S: New.
18740 * gdb.btrace/x86-tailcall.S: Renamed into ...
18741 * gdb.btrace/x86_64-tailcall.S: ... this.
18742 * gdb.btrace/i686-tailcall.S: New.
18743 * gdb.btrace/x86-tailcall.c: Renamed into ...
18744 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
18745 separate statements. Update test.
18746 * gdb.btrace/delta.exp: Use record_goto.c as test file.
18747 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
18748 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
18749 * gdb.btrace/tailcall.exp: Choose test file based on target.
18750 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
18751
18752 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
18753
18754 * gdb.btrace/exception.exp: Increase BTS buffer size.
18755
18756 2015-03-24 Pedro Alves <palves@redhat.com>
18757
18758 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
18759
18760 2015-03-24 Pedro Alves <palves@redhat.com>
18761
18762 * gdb.threads/schedlock.exp (test_step): No longer expect that
18763 "set scheduler-locking step" with "next" over a function call runs
18764 threads unlocked.
18765
18766 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
18767
18768 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
18769
18770 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
18771
18772 PR breakpoints/16466
18773 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
18774 * gdb.mi/mi-pending.c (thread_func): New function.
18775 (int main): Add threading support required.
18776 * gdb.mi/mi-pending.exp: Add tests for this issue.
18777 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
18778 (pendfunc2): Remove stdio dependency.
18779 * gdb.mi/mi-pendshr2.c: New file.
18780
18781 2015-03-23 Keith Seitz <keiths@redhat.com>
18782
18783 * gdb.linespec/keywords.c: New file.
18784 * gdb.linespec/keywords.exp: New file.
18785
18786 2015-03-23 Keith Seitz <keiths@redhat.com>
18787
18788 PR gdb/18021
18789 * gdb.dwarf2/staticvirtual.exp: New test.
18790
18791 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
18792
18793 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
18794 * README: Remove HP-UX and gdb.hp.
18795 (configuration):
18796 * configure: Regenerate.
18797 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
18798 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
18799 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
18800 gdb.hp/gdb.defects/Makefile.
18801 * gdb.hp/Makefile.in: File deleted.
18802 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
18803 * gdb.hp/gdb.aCC/optimize.c: File deleted.
18804 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
18805 * gdb.hp/gdb.aCC/run.c: File deleted.
18806 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
18807 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
18808 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
18809 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
18810 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
18811 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
18812 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
18813 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
18814 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
18815 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
18816 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
18817 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
18818 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
18819 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
18820 * gdb.hp/gdb.base-hp/reg.s: File deleted.
18821 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
18822 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
18823 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
18824 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
18825 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
18826 * gdb.hp/gdb.compat/Makefile.in: File deleted.
18827 * gdb.hp/gdb.compat/average.c: File deleted.
18828 * gdb.hp/gdb.compat/sum.c: File deleted.
18829 * gdb.hp/gdb.compat/xdb.c: File deleted.
18830 * gdb.hp/gdb.compat/xdb0.c: File deleted.
18831 * gdb.hp/gdb.compat/xdb0.h: File deleted.
18832 * gdb.hp/gdb.compat/xdb1.c: File deleted.
18833 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
18834 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
18835 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
18836 * gdb.hp/gdb.defects/Makefile.in: File deleted.
18837 * gdb.hp/gdb.defects/bs14602.c: File deleted.
18838 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
18839 * gdb.hp/gdb.defects/solib-d.c: File deleted.
18840 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
18841 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
18842 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
18843 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
18844 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
18845 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
18846 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
18847 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
18848 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
18849 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
18850 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
18851 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
18852 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
18853 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
18854 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
18855 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
18856 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
18857 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
18858 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
18859 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
18860 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
18861 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
18862 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
18863 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
18864 * gdb.hp/tools/odump: File deleted.
18865
18866 2015-03-19 Pedro Alves <palves@redhat.com>
18867
18868 * gdb.threads/continue-pending-status.exp (saw_thread_2)
18869 (saw_thread_3): New globals.
18870 (top level): Increment them when an event for the corresponding
18871 thread is seen.
18872 (no thread starvation): New test.
18873
18874 2015-03-19 Pedro Alves <palves@redhat.com>
18875
18876 * gdb.threads/continue-pending-status.c: New file.
18877 * gdb.threads/continue-pending-status.exp: New file.
18878
18879 2015-03-18 Pedro Alves <palves@redhat.com>
18880
18881 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
18882 Use gdb_is_target_remote instead of is_remote. Use
18883 gdb_test_multiple instead of gdb_expect. Exit early if
18884 gdb_test_multiple hits its internal matches. Tighten stepi tests
18885 expected output. Fail on exit with any signal, instead of just
18886 SIGILL.
18887
18888 2015-03-18 Yao Qi <yao.qi@linaro.org>
18889
18890 PR tdep/18107
18891 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
18892 variable.
18893 * gdb.base/catch-syscall.exp: Don't skip it on
18894 aarch64*-*-linux* target. Remove elements in all_syscalls.
18895 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
18896 target.
18897 (setup_all_syscalls): New proc.
18898
18899 2015-03-16 Yao Qi <yao.qi@linaro.org>
18900
18901 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
18902 (top level): Skip tests if valid_addr_p returns false for
18903 $cmd1 or $cmd2.
18904
18905 2015-03-11 Andy Wingo <wingo@igalia.com>
18906
18907 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
18908
18909 2015-03-11 Yao Qi <yao.qi@linaro.org>
18910
18911 * gdb.base/catch-syscall.exp: Fix typo in comments.
18912
18913 2015-03-11 Yao Qi <yao.qi@linaro.org>
18914
18915 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
18916
18917 2015-03-09 Pedro Alves <palves@redhat.com>
18918
18919 * dg-extract-results.py: Delete.
18920
18921 2015-03-09 Pedro Alves <palves@redhat.com>
18922
18923 Merge dg-extract-results.sh from GCC upstream (r218843).
18924
18925 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
18926 * dg-extract-results.sh: Use --text with grep to avoid issues with
18927 binary files. Fall back to cat -v, if that doesn't work.
18928
18929 2015-03-05 Pedro Alves <palves@redhat.com>
18930
18931 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
18932
18933 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
18934
18935 * lib/mi-support.exp (mi_expect_interrupt): Accept
18936 alternative event for when in all-stop mode.
18937
18938 2015-03-04 Pedro Alves <palves@redhat.com>
18939
18940 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
18941
18942 2015-03-04 Mark Kettenis <kettenis@gnu.org>
18943
18944 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
18945
18946 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
18947
18948 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
18949 regexps for GDB's current line display, accept a hex address
18950 preceding the line number.
18951
18952 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
18953
18954 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
18955 the 'arch1' variable for "s390*-linux*" targets.
18956
18957 2015-03-04 Pedro Alves <palves@redhat.com>
18958
18959 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
18960 (main): Pass missing retval argument to pthread_join call.
18961
18962 2015-03-02 Pedro Alves <palves@redhat.com>
18963
18964 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
18965 (top level): Call do_test with non-stop as well.
18966
18967 2015-03-02 Pedro Alves <palves@redhat.com>
18968
18969 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
18970 -1.
18971
18972 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
18973
18974 * gdb.arch/s390-vregs.exp: New test.
18975 * gdb.arch/s390-vregs.S: New file.
18976
18977 2015-02-27 Pedro Alves <palves@redhat.com>
18978
18979 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
18980 call to catch_command_errors.
18981 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
18982 catch_command_errors.
18983
18984 2015-02-27 Pedro Alves <palves@redhat.com>
18985
18986 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
18987 "true" for boolean result.
18988 * gdb.gdb/selftest.exp (test_with_self): Also accept full
18989 prototype of main.
18990
18991 2015-02-27 Pedro Alves <palves@redhat.com>
18992
18993 * lib/unbuffer_output.c: New file.
18994 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
18995 (main): Call gdb_unbuffer_output.
18996
18997 2015-02-27 Yao Qi <yao.qi@linaro.org>
18998
18999 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
19000 target.
19001
19002 2015-02-26 Doug Evans <dje@google.com>
19003
19004 * gdb.cp/class2.cc (Dbase, D): New classes.
19005 (main): New local delta.
19006 * gdb.cp/class2.exp: Test printing delta.
19007 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
19008 (dynbar): New global.
19009 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
19010
19011 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
19012
19013 * gdb.compile/compile-ifunc.c: New file.
19014 * gdb.compile/compile-ifunc.exp: New file.
19015
19016 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
19017
19018 * gdb.base/structs.exp: Check for correct struct on finish.
19019
19020 2015-02-26 Yao Qi <yao.qi@linaro.org>
19021
19022 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
19023 is zero.
19024
19025 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
19026
19027 * gdb.arch/cordic.ko.bz2: New file.
19028 * gdb.arch/cordic.ko.debug.bz2: New file.
19029 * gdb.arch/ppc64-symtab-cordic.exp: New file.
19030
19031 2015-02-25 Yao Qi <yao.qi@linaro.org>
19032
19033 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
19034 aarch64*-*-* target.
19035
19036 2015-02-23 Pedro Alves <palves@redhat.com>
19037
19038 * lib/gdb.exp (delete_breakpoints): Rewrite using
19039 gdb_test_multiple.
19040
19041 2015-02-23 Pedro Alves <palves@redhat.com>
19042
19043 * gdb.base/info-os.c: Include stdlib.h.
19044
19045 2015-02-22 Doug Evans <xdje42@gmail.com>
19046
19047 PR symtab/17855
19048 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
19049 is read after symbols have been re-read.
19050 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
19051 * gdb.ada/exec_changed/second.adb (Second): Ditto.
19052
19053 2015-02-21 Doug Evans <dje@google.com>
19054
19055 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
19056
19057 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19058
19059 PR corefiles/17808
19060 * gdb.arch/i386-biarch-core.core.bz2: New file.
19061 * gdb.arch/i386-biarch-core.exp: New file.
19062
19063 2015-02-21 Pedro Alves <palves@redhat.com>
19064
19065 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
19066 runto_main fails.
19067
19068 2015-02-20 Pedro Alves <palves@redhat.com>
19069
19070 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
19071 info probes.
19072
19073 2015-02-20 Pedro Alves <palves@redhat.com>
19074
19075 * gdb.threads/multi-create-ns-info-thr.exp: New file.
19076
19077 2015-02-20 Pedro Alves <palves@redhat.com>
19078
19079 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
19080 clean_restart before gdb_target_supports_trace.
19081
19082 2015-02-20 Pedro Alves <palves@redhat.com>
19083
19084 PR threads/18006
19085 * gdb.threads/clone-thread_db.c: New file.
19086 * gdb.threads/clone-thread_db.exp: New file.
19087
19088 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
19089
19090 PR breakpoints/16812
19091 * gdb.base/catch-gdb-caused-signals.c: New file.
19092 * gdb.base/catch-gdb-caused-signals.exp: New file.
19093
19094 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
19095
19096 * configure: Regenerated.
19097 * configure.ac: Use GDB_AC_TRANSFORM.
19098 * aclocal.m4: sinclude ../transform.m4.
19099
19100 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
19101
19102 * lib/dtrace.exp: New file.
19103 * gdb.base/dtrace-probe.exp: Likewise.
19104 * gdb.base/dtrace-probe.d: Likewise.
19105 * gdb.base/dtrace-probe.c: Likewise.
19106 * lib/pdtrace.in: Likewise.
19107 * configure.ac: Output variables with the transformed names of
19108 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
19109 * configure: Regenerated.
19110
19111 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
19112
19113 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
19114 expected message when trying to access $_probe_* convenience
19115 variables while not on a probe.
19116
19117 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
19118
19119 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
19120
19121 2015-02-11 Pedro Alves <pedro@codesourcery.com>
19122
19123 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
19124 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
19125
19126 2015-02-10 Doug Evans <xdje42@gmail.com>
19127
19128 * lib/gdb.exp (gdb_load): Always return a result.
19129
19130 2015-02-10 Pedro Alves <palves@redhat.com>
19131
19132 * gdb.threads/signal-sigtrap.c: New file.
19133 * gdb.threads/signal-sigtrap.exp: New file.
19134
19135 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
19136
19137 * gdb.trace/no-attach-trace.c: New file.
19138 * gdb.trace/no-attach-trace.exp: New file.
19139
19140 2015-02-09 Mark Wielaard <mjw@redhat.com>
19141
19142 * gdb.dwarf2/atomic.c: New file.
19143 * gdb.dwarf2/atomic-type.exp: Likewise.
19144
19145 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
19146
19147 * gdb.btrace/buffer-size.exp: Update "info record" output.
19148 * gdb.btrace/delta.exp: Update "info record" output.
19149 * gdb.btrace/enable.exp: Update "info record" output.
19150 * gdb.btrace/finish.exp: Update "info record" output.
19151 * gdb.btrace/instruction_history.exp: Update "info record" output.
19152 * gdb.btrace/next.exp: Update "info record" output.
19153 * gdb.btrace/nexti.exp: Update "info record" output.
19154 * gdb.btrace/step.exp: Update "info record" output.
19155 * gdb.btrace/stepi.exp: Update "info record" output.
19156 * gdb.btrace/nohist.exp: Update "info record" output.
19157
19158 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
19159
19160 * gdb.btrace/buffer-size: New.
19161
19162 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
19163
19164 * gdb.btrace/delta.exp: Update "info record" output.
19165 * gdb.btrace/enable.exp: Update "info record" output.
19166 * gdb.btrace/finish.exp: Update "info record" output.
19167 * gdb.btrace/instruction_history.exp: Update "info record" output.
19168 * gdb.btrace/next.exp: Update "info record" output.
19169 * gdb.btrace/nexti.exp: Update "info record" output.
19170 * gdb.btrace/step.exp: Update "info record" output.
19171 * gdb.btrace/stepi.exp: Update "info record" output.
19172 * gdb.btrace/nohist.exp: Update "info record" output.
19173
19174 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
19175
19176 PR gdb/15678
19177 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
19178
19179 2015-02-06 Pedro Alves <palves@redhat.com>
19180
19181 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
19182 macro.
19183 (seconds_left, again): New globals.
19184 (main): Wait seconds_left in a 1-second sleep loop instead of
19185 sleeping 180 seconds. If 'again' is set, reset the seconds
19186 counter.
19187 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
19188 'again' in the inferior before detaching. Print the seconds left.
19189 (options): New global.
19190 (top level): Build program with -DTIMEOUT=$timeout.
19191
19192 2015-02-06 Pedro Alves <palves@redhat.com>
19193
19194 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
19195 determine how many seconds to pass to 'alarm'.
19196 * gdb.base/gdb-sigterm.exp (top level): Build program with
19197 -DTIMEOUT=$timeout.
19198 (do_test): Return success/failure indication. Add more verbose
19199 logging. Don't fail if 200 single steps are seen. Instead, fail
19200 when the test times out.
19201 (passes): New global.
19202 (top level): Break the testing loop if testing fails on any
19203 iteration. Use gdb_assert.
19204
19205 2015-02-04 Don Breazeal <donb@codesourcery.com>
19206
19207 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
19208 and initialize them.
19209 (ipc_cleanup): New function.
19210 (main): Don't declare shmid, semid, and msqid. Add a call to
19211 atexit so that we call ipc_cleanup on exit.
19212
19213 2015-02-04 Pedro Alves <palves@redhat.com>
19214
19215 * boards/native-extended-gdbserver.exp: Remove any target variant
19216 specifications from the board name before clearing the isremote
19217 flag from board_info.
19218
19219 2015-01-31 Doug Evans <xdje42@gmail.com>
19220
19221 * gdb.base/maint.exp <maint print type argc>: Update expected output.
19222
19223 2015-01-31 Gary Benson <gbenson@redhat.com>
19224
19225 * gdb.base/completion.exp: Disable completion limiting for
19226 existing tests. Add new tests to check completion limiting.
19227 * gdb.linespec/ls-errs.exp: Disable completion limiting.
19228
19229 2015-01-31 Doug Evans <xdje42@gmail.com>
19230
19231 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
19232
19233 2015-01-31 Doug Evans <xdje42@gmail.com>
19234
19235 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
19236 entries. Duplicate file section script entries.
19237 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
19238 inlined entries. Add test for safe-path rejection.
19239 * gdb.python/py-section-script.c: Add duplicate inlined section script
19240 entries. Duplicate file section script entries.
19241 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
19242 inlined entries. Add test for safe-path rejection.
19243
19244 2015-01-29 Joel Brobecker <brobecker@adacore.com>
19245
19246 * gdb.ada/disc_arr_bound: New testcase.
19247
19248 2015-01-29 Joel Brobecker <brobecker@adacore.com>
19249
19250 * gdb.ada/mi_var_array: New testcase.
19251
19252 2015-01-27 Doug Evans <dje@google.com>
19253
19254 * gdb.python/py-objfile.exp: Add tests for objfile.username.
19255 Add test for objfile.filename, objfile.username after objfile
19256 has been unloaded.
19257
19258 2015-01-26 Joel Brobecker <brobecker@adacore.com>
19259
19260 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
19261 the second test to print the name attribute of value
19262 returned by the call to gdb.lookup_type, and adjust
19263 the expected output accordingly.
19264
19265 2015-01-25 Mark Wielaard <mjw@redhat.com>
19266
19267 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
19268 * gdb.base/disp-step-fork.c: Include unistd.h.
19269 * gdb.base/siginfo-obj.c: Include stdio.h.
19270 * gdb.base/siginfo-thread.c: Likewise.
19271 * gdb.mi/non-stop.c: Include unistd.h.
19272 * gdb.mi/nsthrexec.c: Include stdio.h.
19273 * gdb.mi/pthreads.c: Include unistd.h.
19274 * gdb.modula2/unbounded1.c (main): Declare returns int.
19275 * gdb.reverse/consecutive-reverse.c: Likewise.
19276 * gdb.threads/create-fail.c: Include unistd.h.
19277 * gdb.threads/killed.c: Likewise.
19278 * gdb.threads/linux-dp.c: Likewise.
19279 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
19280 * gdb.threads/non-ldr-exc-2.c: Likewise.
19281 * gdb.threads/non-ldr-exc-3.c: Likewise.
19282 * gdb.threads/non-ldr-exc-4.c: Likewise.
19283 * gdb.threads/pthreads.c: Include unistd.h.
19284 (main): Declare returns int.
19285 * gdb.threads/tls-main.c (foo): New declaration.
19286 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
19287
19288 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
19289
19290 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
19291 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
19292
19293 2015-01-15 Mark Wielaard <mjw@redhat.com>
19294
19295 * gdb.base/noreturn-return.c: New file.
19296 * gdb.base/noreturn-return.exp: New file.
19297 * gdb.base/noreturn-finish.c: New file.
19298 * gdb.base/noreturn-finish.exp: New file.
19299
19300 2015-01-23 Pedro Alves <palves@redhat.com>
19301
19302 * gdb.threads/continue-pending-after-query.c: New file.
19303 * gdb.threads/continue-pending-after-query.exp: New file.
19304
19305 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
19306 Simon Marchi <simon.marchi@ericsson.com>
19307
19308 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
19309 * gdb.base/valgrind-db-attach.exp: Same.
19310 * gdb.base/valgrind-infcall.exp: Same.
19311 * lib/mi-support.exp (default_mi_gdb_start): Same.
19312 * lib/prompt.exp (default_prompt_gdb_start): Same.
19313 * lib/gdb.exp (default_gdb_spawn): Same.
19314 (gdb_interact): New.
19315
19316
19317 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
19318
19319 * gdb.compile/compile.exp (pointer to jit function): New test.
19320
19321 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
19322
19323 * lib/gdb.exp (supports_process_record): Return true for
19324 powerpc*-*-linux*.
19325 (supports_reverse): Likewise.
19326
19327 2015-01-15 Don Breazeal <donb@codesourcery.com>
19328
19329 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
19330 instead of checking whether the target board is remote and
19331 use spawn_wait_for_attach instead of exec/sleep.
19332 * gdb.base/attach-twice.exp: Likewise.
19333
19334 2015-01-15 Joel Brobecker <brobecker@adacore.com>
19335
19336 * gdb.ada/var_arr_attrs: New testcase.
19337
19338 2015-01-14 Pedro Alves <palves@redhat.com>
19339 Joel Brobecker <brobecker@adacore.com>
19340
19341 PR gdb/17525
19342 * gdb.base/bp-cmds-execution-x-script.c: New file.
19343 * gdb.base/bp-cmds-execution-x-script.exp: New file.
19344 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
19345
19346 2015-01-14 Pedro Alves <palves@redhat.com>
19347
19348 PR cli/17828
19349 * gdb.base/batch-preserve-term-settings.c: New file.
19350 * gdb.base/batch-preserve-term-settings.exp: New file.
19351
19352 2015-01-13 Doug Evans <dje@google.com>
19353
19354 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
19355 binary.
19356
19357 2015-01-13 Joel Brobecker <brobecker@adacore.com>
19358
19359 * Makefile.in (clean mostlyclean): Do not delete *.py.
19360
19361 2015-01-13 Joel Brobecker <brobecker@adacore.com>
19362
19363 * gdb.python/py-lookup-type.exp: New file.
19364
19365 2015-01-12 Pedro Alves <palves@redhat.com>
19366
19367 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
19368 restore GDBFLAGS before returning.
19369
19370 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
19371
19372 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
19373 is_amd64_regs_target and is_x86_like_target.
19374
19375 2015-01-11 Doug Evans <xdje42@gmail.com>
19376
19377 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
19378 is given without an explicit form.
19379 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
19380 attributes.
19381 * gdb.dwarf/corrupt.exp: Ditto.
19382 * gdb.dwarf2/enum-type.exp: Ditto.
19383 * gdb.trace/entry-values.exp: Ditto.
19384 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
19385
19386 2015-01-11 Doug Evans <xdje42@gmail.com>
19387
19388 PR gdb/15830
19389 * gdb.base/maint.exp: Remove references to "maint demangle".
19390 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
19391 Add tests for explicitly specifying language to demangle.
19392 * gdb.dlang/demangle.exp: Ditto.
19393
19394 2015-01-09 Pedro Alves <palves@redhat.com>
19395
19396 * gdb.threads/non-stop-fair-events.c: New file.
19397 * gdb.threads/non-stop-fair-events.exp: New file.
19398
19399 2015-01-09 Pedro Alves <palves@redhat.com>
19400
19401 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
19402 the global scope. Set a breakpoint after all threads are started
19403 rather than stepping over two source lines. Expect the prompt.
19404 * gdb.base/watch_thread_num.c (threads_started_barrier): New
19405 global.
19406 (NUM): Now 15.
19407 (main): Use threads_started_barrier to wait for all threads to
19408 start. Main thread no longer calls thread_function. Exit after
19409 180 seconds.
19410 (loop): New function.
19411 (thread_function): Wait on threads_started_barrier barrier. Call
19412 'loop' at each iteration.
19413 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
19414 threads have started, instead of hardcoding number of "next"
19415 steps. Use an access watchpoint instead of a write watchpoint.
19416
19417 2015-01-09 Pedro Alves <palves@redhat.com>
19418
19419 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
19420 (thread_func): Wait on barrier.
19421 (main): Wait for all threads to start before stopping GDB.
19422 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
19423 global.
19424 (thread1_func, thread2_func): Wait on barrier.
19425 (main): Wait for all threads to start before stopping GDB.
19426 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
19427 New global.
19428 (thread1_func, thread2_func): Wait on barrier.
19429 (main): Wait for all threads to start before stopping GDB.
19430
19431 2015-01-09 Pedro Alves <palves@redhat.com>
19432
19433 * gdb.threads/attach-many-short-lived-threads.c: New file.
19434 * gdb.threads/attach-many-short-lived-threads.exp: New file.
19435
19436 2014-01-09 Pedro Alves <palves@redhat.com>
19437
19438 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
19439 instead of to thread 2.
19440 * gdb.threads/signal-command-multiple-signals-pending.c (main):
19441 Add barrier around each pthread_create call instead of around all
19442 calls.
19443 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
19444 Set a break on thread_function and have the child threads hit it
19445 one at at a time.
19446
19447 2015-01-09 Pedro Alves <palves@redhat.com>
19448
19449 * lib/gdb.exp (can_spawn_for_attach): New procedure.
19450 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
19451 false.
19452 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
19453 checking whether the target board is remote.
19454 * gdb.multi/multi-attach.exp: Likewise.
19455 * gdb.python/py-sync-interp.exp: Likewise.
19456 * gdb.server/ext-attach.exp: Likewise.
19457 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
19458 tests that need to attach, instead of checking whether the target
19459 board is remote at the top of the file.
19460
19461 2015-01-08 Yao Qi <yao@codesourcery.com>
19462
19463 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
19464
19465 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
19466
19467 Fix testcase compilation.
19468 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
19469
19470 2015-01-06 Joel Brobecker <brobecker@adacore.com>
19471
19472 * gdb.python/py-type.exp: Add a couple test about empty
19473 array creation, and negative-length array creation.
19474
19475 2015-01-02 Doug Evans <xdje42@gmail.com>
19476
19477 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
19478
19479 2015-01-02 Doug Evans <dje@google.com>
19480
19481 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
19482
19483 2014-12-29 Yao Qi <yao@codesourcery.com>
19484
19485 * gdb.trace/entry-values.exp: Update comments. Rename variable
19486 bar_call_foo to returned_from_foo.
19487
19488 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
19489
19490 PR gdb/17394
19491 * gdb.linespec/break-asm-file.c: New file.
19492 * gdb.linespec/break-asm-file.exp: New file.
19493 * gdb.linespec/break-asm-file0.s: New file.
19494 * gdb.linespec/break-asm-file1.s: New file.
19495
19496 2014-12-18 Nigel Stephens <nigel@mips.com>
19497 Maciej W. Rozycki <macro@codesourcery.com>
19498
19499 * gdb.base/float.exp: Handle the new output from "info float" on
19500 MIPS targets.
19501
19502 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
19503
19504 Fix MinGW compilation.
19505 * gdb.compile/compile-ops.exp: Update untested message if
19506 !skip_compile_feature_tests.
19507 * gdb.compile/compile-setjmp.exp: Likewise.
19508 * gdb.compile/compile-tls.exp: Likewise.
19509 * gdb.compile/compile.exp: Likewise.
19510 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
19511 supported on this host".
19512
19513 2014-12-16 Doug Evans <xdje42@gmail.com>
19514
19515 * boards/stabs.exp: New file.
19516
19517 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
19518
19519 * gdb.base/completion.exp: Adjust to format changes of "maint
19520 print user-registers".
19521
19522 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
19523
19524 PR server/17457
19525 * gdb.arch/aarch64-fp.c: New file.
19526 * gdb.arch/aarch64-fp.exp: New file.
19527
19528 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
19529
19530 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
19531 r210637, r210913, r211666, r215400, r215817).
19532
19533 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
19534 * dg-extract-results.py: New file.
19535 * dg-extract-results.sh: Use it if the environment seems
19536 suitable.
19537
19538 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
19539
19540 * dg-extract-results.py (parse_run): Handle warnings that
19541 are printed before a test harness is run.
19542
19543 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
19544
19545 * dg-extract-results.py (Named): Remove __cmp__ method.
19546 (output_variation): Use a key to sort variation.harnesses.
19547
19548 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
19549
19550 * dg-extract-results.py: For Python 3, force sys.stdout to
19551 handle surrogate escape sequences.
19552 (safe_open): New function.
19553 (output_segment, main): Use it.
19554
19555 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
19556
19557 * dg-extract-results.py (Prog.result_re): Include options
19558 in test name.
19559
19560 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
19561
19562 * dg-extract-results.py (output_variation): Always sort if
19563 do_sum.
19564
19565 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
19566
19567 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
19568 as long as we get pagination notifications.
19569
19570 2014-12-15 Jason Merrill <jason@redhat.com>
19571
19572 * Makefile.in (check-gdb.%): Restore.
19573 * README: Mention it.
19574
19575 2014-12-13 Joel Brobecker <brobecker@adacore.com>
19576
19577 * gdb.ada/str_uninit: New testcase.
19578
19579 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
19580
19581 PR symtab/17642
19582 * gdb.base/vla-stub-define.c: New file.
19583 * gdb.base/vla-stub.c: New file.
19584 * gdb.base/vla-stub.exp: New file.
19585
19586 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
19587 Jan Kratochvil <jan.kratochvil@redhat.com>
19588 Tom Tromey <tromey@redhat.com>
19589
19590 * configure.ac: Add gdb.compile/.
19591 * configure: Regenerate.
19592 * gdb.compile/Makefile.in: New file.
19593 * gdb.compile/compile-ops.exp: New file.
19594 * gdb.compile/compile-ops.c: New file.
19595 * gdb.compile/compile-tls.c: New file.
19596 * gdb.compile/compile-tls.exp: New file.
19597 * gdb.compile/compile-constvar.S: New file.
19598 * gdb.compile/compile-constvar.c: New file.
19599 * gdb.compile/compile-mod.c: New file.
19600 * gdb.compile/compile-nodebug.c: New file.
19601 * gdb.compile/compile-setjmp-mod.c: New file.
19602 * gdb.compile/compile-setjmp.c: New file.
19603 * gdb.compile/compile-setjmp.exp: New file.
19604 * gdb.compile/compile-shlib.c: New file.
19605 * gdb.compile/compile.c: New file.
19606 * gdb.compile/compile.exp: New file.
19607 * lib/gdb.exp (skip_compile_feature_tests): New proc.
19608
19609 2014-12-12 Tom Tromey <tromey@redhat.com>
19610
19611 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
19612 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
19613
19614 2014-12-12 Doug Evans <dje@google.com>
19615
19616 * lib/gdb-python.exp (get_python_valueof): New function.
19617 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
19618
19619 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19620
19621 * gdb.base/completion.exp: Add test for completion of "info
19622 registers ".
19623
19624 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
19625
19626 * gdb.base/func-ptrs.c: New file.
19627 * gdb.base/func-ptrs.exp: New file.
19628
19629 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
19630
19631 PR breakpoints/17012
19632 * gdb.base/dprintf-detach.c: New file.
19633 * gdb.base/dprintf-detach.exp: New file.
19634
19635 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
19636
19637 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
19638 * lib/gdb.exp (target_is_gdbserver): New procedure.
19639
19640 2014-12-08 Doug Evans <dje@google.com>
19641
19642 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
19643
19644 2014-12-05 Yao Qi <yao@codesourcery.com>
19645
19646 * gdb.guile/scm-error.exp: Remove the third argument to
19647 gdb_remote_download.
19648 * gdb.guile/scm-frame-args.exp: Likewise.
19649 * gdb.guile/scm-section-script.exp: Likewise.
19650
19651 2014-12-05 Yao Qi <yao@codesourcery.com>
19652
19653 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
19654
19655 2014-12-04 Doug Evans <dje@google.com>
19656
19657 * gdb.python/py-objfile.exp: Add tests for
19658 objfile.add_separate_debug_file.
19659
19660 2014-12-04 Doug Evans <dje@google.com>
19661
19662 * lib/gdb.exp (get_build_id): New function.
19663 (build_id_debug_filename_get): Rewrite to use it.
19664 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
19665
19666 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
19667
19668 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
19669 `method(long)', not just 0x0.
19670 * gdb.cp/nsalias.exp: Align code labels to 4.
19671 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
19672 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
19673 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
19674 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
19675 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
19676 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
19677
19678 2014-12-02 Doug Evans <dje@google.com>
19679
19680 PR symtab/17602
19681 * gdb.cp/anon-ns.cc: Move guts of this file to ...
19682 * gdb.cp/anon-ns2.cc: ... here. New file.
19683 * gdb.cp/anon-ns.exp: Update.
19684
19685 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
19686
19687 * gdb.python/py-events.py (inferior_call_handler): New.
19688 (register_changed_handler, memory_changed_handler): New.
19689 (test_events.invoke): Register new handlers.
19690 * gdb.python/py-events.exp: Add tests for inferior call,
19691 memory_changed and register_changed events.
19692
19693 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
19694
19695 * gdb.base/execl-update-breakpoints.exp: Specify the link address
19696 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
19697 if the linker doesn't understand this.
19698
19699 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
19700
19701 * gdb.python/python.exp: Change expected reply to help().
19702
19703 2014-12-01 Yao Qi <yao@codesourcery.com>
19704
19705 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
19706 AC_CONFIG_SUBDIRS(gdb.gdbtk).
19707 * configure: Re-generated.
19708
19709 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
19710
19711 * gdb.cp/chained-calls.cc: New file.
19712 * gdb.cp/chained-calls.exp: New file.
19713 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
19714
19715 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
19716
19717 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
19718 * gdb.dwarf2/symtab-producer.exp: Same.
19719 * gdb.gdb/python-interrupts.exp: Same.
19720 * gdb.gdb/python-selftest.exp: Same.
19721 * gdb.python/py-linetable.exp: Same.
19722 * gdb.python/py-type.exp: Same.
19723 * gdb.python/py-value-cc.exp: Same.
19724 * gdb.python/py-value.exp: Same.
19725
19726 2014-11-28 Yao Qi <yao@codesourcery.com>
19727
19728 * gdb.base/break-probes.exp: Match library name prefixed with
19729 sysroot.
19730
19731 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
19732
19733 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
19734 test expected output. Add parentheses for the call to print.
19735 Remove L suffix from integers.
19736
19737 2014-11-26 Doug Evans <dje@google.com>
19738
19739 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
19740
19741 2014-11-22 Yao Qi <yao@codesourcery.com>
19742
19743 * gdb.trace/entry-values.c: Remove asms.
19744 (foo): Add foo_label.
19745 (bar): Add bar_label.
19746 * gdb.trace/entry-values.exp: Remove code computing foo's
19747 length and bar's length.
19748 (Dwarf::assemble): Invoke function_range for bar and use
19749 MACRO_AT_func for foo.
19750
19751 2014-11-22 Yao Qi <yao@codesourcery.com>
19752
19753 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
19754 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
19755 Use .Lgcc43_procstart instead of gcc43.
19756
19757 2014-11-21 Joel Brobecker <brobecker@adacore.com>
19758
19759 * gdb.ada/n_arr_bound: New testcase.
19760
19761 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
19762
19763 PR breakpoints/10737
19764 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
19765 test_catch_syscall_multi_arch.
19766 (test_catch_syscall_multi_arch): New function.
19767
19768 2014-11-20 Doug Evans <xdje42@gmail.com>
19769
19770 * gdb.base/maint.exp: Update expected output.
19771
19772 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
19773
19774 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
19775 4-byte instruction on S390.
19776
19777 2014-11-19 Joel Brobecker <brobecker@adacore.com>
19778
19779 * gdb.ada/arr_arr: New testcase.
19780
19781 2014-11-19 Joel Brobecker <brobecker@adacore.com>
19782
19783 * gdb.ada/pkd_arr_elem: New Testcase.
19784
19785 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
19786
19787 * gdb.reverse/break-precsave: Expect completion message for
19788 core file reads.
19789 * gdb.reverse/consecutive-precsave.exp: Likewise.
19790 * gdb.reverse/finish-precsave.exp: Likewise.
19791 * gdb.reverse/i386-precsave.exp: Likewise.
19792 * gdb.reverse/machinestate-precsave.exp: Likewise.
19793 * gdb.reverse/sigall-precsave.exp: Likewise.
19794 * gdb.reverse/solib-precsave.exp: Likewise.
19795 * gdb.reverse/step-precsave.exp: Likewise.
19796 * gdb.reverse/until-precsave.exp: Likewise.
19797 * gdb.reverse/watch-precsave.exp: Likewise.
19798
19799 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
19800
19801 * gdb.base/bp-permanent.c: Include unistd.h.
19802 * gdb.python/py-framefilter-mi.c (main): Add return type.
19803 * gdb.python/py-framefilter.c (main): Likewise.
19804 * gdb.trace/actions-changed.c (main): Likewise.
19805
19806 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
19807
19808 * gdb.mi/until.c: Add eye-catchers.
19809 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
19810 line numbers.
19811
19812 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
19813
19814 * gdb.base/condbreak.exp: Drop references to removed non-prototype
19815 function header variants in break1.c.
19816 * gdb.base/ena-dis-br.exp: Likewise.
19817 * gdb.base/hbreak2.exp: Likewise.
19818 * gdb.reverse/until-precsave.exp: Drop references to removed
19819 non-prototype function header variants in ur1.c.
19820 * gdb.reverse/until-reverse.exp: Likewise.
19821
19822 2014-11-17 Petr Machata <pmachata@redhat.com>
19823
19824 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
19825 ${_cu_offset_size} bytes abbrev offset.
19826
19827 2014-11-15 Doug Evans <xdje42@gmail.com>
19828
19829 PR symtab/17559
19830 * gdb.base/line-symtabs.exp: New file.
19831 * gdb.base/line-symtabs.c: New file.
19832 * gdb.base/line-symtabs.h: New file.
19833
19834 2014-11-14 Yao Qi <yao@codesourcery.com>
19835
19836 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
19837 (func): Add label func_label.
19838 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
19839 Replace low_pc and high_pc with MACRO_AT_range.
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 (Dwarf::assemble):
19845 Replace name, low_pc and high_pc with MACRO_AT_func.
19846
19847 2014-11-14 Yao Qi <yao@codesourcery.com>
19848
19849 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
19850 produce debug information.
19851 * gdb.dwarf2/implptr-optimized-out.S: Removed.
19852
19853 2014-11-14 Yao Qi <yao@codesourcery.com>
19854
19855 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
19856 object and get function length.
19857 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
19858 with MACRO_AT_func.
19859 (top-level): Replace gdb_compile and clean_restart with
19860 prepare_for_testing.
19861 * gdb.dwarf2/main.c (main): Add label main_label.
19862
19863 2014-11-14 Yao Qi <yao@codesourcery.com>
19864
19865 * lib/dwarf.exp (function_range): New procedure.
19866 (Dwarf::_handle_macro_at_func): New procedure.
19867 (Dwarf::_handle_macro_at_range): New procedure.
19868 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
19869
19870 2014-11-14 Yao Qi <yao@codesourcery.com>
19871
19872 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
19873 (_handle_attribute): New procedure.
19874
19875 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
19876
19877 * gdb.ada/cond_lang/foo.c (callme): Add return type.
19878 * gdb.base/call-sc.c (zed): Likewise.
19879 * gdb.base/checkpoint.c (main): Likewise.
19880 * gdb.base/dump.c (main): Likewise.
19881 * gdb.base/gcore.c (main): Likewise.
19882 * gdb.base/huge.c (main): Likewise.
19883 * gdb.base/multi-forks.c (main): Likewise.
19884 * gdb.base/pr10179-a.c (main): Likewise.
19885 * gdb.base/savedregs.c (main): Likewise.
19886 * gdb.base/sigaltstack.c (main): Likewise.
19887 * gdb.base/siginfo.c (main): Likewise.
19888 * gdb.base/structs.c (zed): Likewise.
19889 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
19890 * gdb.mi/mi-syn-frame.c (main): Likewise.
19891 * gdb.mi/until.c (foo, main): Likewise.
19892 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
19893 * gdb.base/solib-weak.c (foo): Declare.
19894 * gdb.base/attach-twice.c: Include stdio.h.
19895 * gdb.base/weaklib1.c: Likewise.
19896 * gdb.base/weaklib2.c: Likewise.
19897 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
19898 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
19899 unistd.h.
19900 * gdb.base/attach-pie-misread.c: Include stdlib.h.
19901 * gdb.mi/mi-exit-code.c: Likewise.
19902 * gdb.base/break-interp-lib.c: Include string.h.
19903 * gdb.base/coremaker.c: Likewise.
19904 * gdb.base/testenv.c: Likewise.
19905 * gdb.python/py-finish-breakpoint.c: Likewise.
19906 * gdb.base/inferior-died.c: Include sys/wait.h.
19907 * gdb.base/fileio.c: Include time.h.
19908 * gdb.base/async-shell.c: Include unistd.h.
19909 * gdb.base/dprintf-non-stop.c: Likewise.
19910 * gdb.base/info-os.c: Likewise.
19911 * gdb.mi/mi-console.c: Likewise.
19912 * gdb.mi/watch-nonstop.c: Likewise.
19913 * gdb.python/py-events.c: Likewise.
19914 * gdb.base/async.c (baz): Move up before its invocation.
19915 * gdb.base/code_elim2.c (my_global_func): Likewise.
19916 * gdb.base/skip-solib-lib.c (multiply): Likewise.
19917 * gdb.base/advance.c (func2): Likewise.
19918
19919 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
19920
19921 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
19922 variant.
19923 * gdb.base/annota3.c: Likewise.
19924 * gdb.base/async.c: Likewise.
19925 * gdb.base/average.c: Likewise.
19926 * gdb.base/call-ar-st.c: Likewise.
19927 * gdb.base/call-rt-st.c: Likewise.
19928 * gdb.base/call-sc.c: Likewise.
19929 * gdb.base/call-strs.c: Likewise.
19930 * gdb.base/ending-run.c: Likewise.
19931 * gdb.base/execd-prog.c: Likewise.
19932 * gdb.base/exprs.c: Likewise.
19933 * gdb.base/foll-exec.c: Likewise.
19934 * gdb.base/foll-fork.c: Likewise.
19935 * gdb.base/foll-vfork.c: Likewise.
19936 * gdb.base/funcargs.c: Likewise.
19937 * gdb.base/gcore.c: Likewise.
19938 * gdb.base/jump.c: Likewise.
19939 * gdb.base/langs0.c: Likewise.
19940 * gdb.base/langs1.c: Likewise.
19941 * gdb.base/langs2.c: Likewise.
19942 * gdb.base/mips_pro.c: Likewise.
19943 * gdb.base/nodebug.c: Likewise.
19944 * gdb.base/opaque0.c: Likewise.
19945 * gdb.base/opaque1.c: Likewise.
19946 * gdb.base/recurse.c: Likewise.
19947 * gdb.base/run.c: Likewise.
19948 * gdb.base/scope0.c: Likewise.
19949 * gdb.base/scope1.c: Likewise.
19950 * gdb.base/setshow.c: Likewise.
19951 * gdb.base/setvar.c: Likewise.
19952 * gdb.base/shmain.c: Likewise.
19953 * gdb.base/shr1.c: Likewise.
19954 * gdb.base/shr2.c: Likewise.
19955 * gdb.base/sigall.c: Likewise.
19956 * gdb.base/signals.c: Likewise.
19957 * gdb.base/so-indr-cl.c: Likewise.
19958 * gdb.base/solib2.c: Likewise.
19959 * gdb.base/structs.c: Likewise.
19960 * gdb.base/sum.c: Likewise.
19961 * gdb.base/vforked-prog.c: Likewise.
19962 * gdb.base/watchpoint.c: Likewise.
19963 * gdb.reverse/shr2.c: Likewise.
19964 * gdb.reverse/until-reverse.c: Likewise.
19965 * gdb.reverse/ur1.c: Likewise.
19966 * gdb.reverse/watch-reverse.c: Likewise.
19967
19968 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
19969
19970 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
19971 variant.
19972 * gdb.base/sepdebug.exp: Drop references to removed code.
19973
19974 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
19975
19976 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
19977 variant. Preserve original line numbering.
19978 * gdb.base/list1.c: Likewise.
19979
19980 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
19981
19982 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
19983 variant.
19984 * gdb.base/break1.c: Likewise.
19985 * gdb.base/break.exp: Drop references to removed code.
19986
19987 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
19988
19989 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
19990 variant.
19991
19992 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
19993
19994 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
19995
19996 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
19997
19998 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
19999 logic into perform_all_tests() and invoke it with and without
20000 function header prototypes.
20001 (do_function_calls): Remove conditional XFAIL for PR 5318.
20002 (rerun_and_prepare): Remove duplicate code.
20003 (perform_all_tests): New. Main logic moved here.
20004
20005 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20006
20007 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
20008 code guarded by #ifdef NO_PROTOTYPES.
20009 (t_double_many_args): Likewise.
20010 (DEF_FUNC_MANY_ARGS_1): Likewise.
20011 (DEF_FUNC_VALUES_1): Likewise.
20012 (t_structs_ldc): Renamed from t_structs_fc in conditional code
20013 guarded by #ifdef PROTOTYPES.
20014
20015 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20016
20017 * gdb.mi/mi-console.c: Add eye-catcher.
20018 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
20019 instead of literal line number.
20020
20021 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20022
20023 * gdb.base/shr2.c: Add eye-catcher.
20024 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
20025 line number.
20026
20027 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20028
20029 * gdb.base/jump.c: Add eye-catchers.
20030 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
20031 numbers.
20032
20033 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20034
20035 * gdb.base/execd-prog.c: Add eye-catchers.
20036 * gdb.base/foll-exec.c: Likewise.
20037 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
20038 line numbers.
20039
20040 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20041
20042 * gdb.base/ending-run.c: Add eye-catchers.
20043 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
20044 literal line numbers.
20045
20046 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20047
20048 * gdb.base/call-rt-st.c: Add eye-catchers.
20049 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
20050 literal line numbers.
20051
20052 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20053
20054 * gdb.base/call-ar-st.c: Add eye-catchers.
20055 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
20056 literal line numbers.
20057
20058 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20059
20060 * gdb.base/average.c: Add eye-catchers.
20061 * gdb.base/sum.c: Likewise.
20062 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
20063 regexps dynamically.
20064
20065 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20066
20067 * gdb.base/solib1.c: Add eye-catchers.
20068 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
20069 literal line numbers.
20070
20071 2014-11-12 Pedro Alves <palves@redhat.com>
20072
20073 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
20074 leader has exited.
20075
20076 2014-11-12 Pedro Alves <palves@redhat.com>
20077
20078 * gdb.arch/i386-bp_permanent.c: New file.
20079 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
20080 (srcfile): Set to i386-bp_permanent.c.
20081 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
20082 that stepi does not execute the 'leave' instruction, instead of
20083 testing it does execute.
20084 * gdb.base/bp-permanent.c: New file.
20085 * gdb.base/bp-permanent.exp: New file.
20086
20087 2014-11-10 Doug Evans <xdje42@gmail.com>
20088
20089 PR symtab/17564
20090 * gdb.base/symtab-search-order.exp: New file.
20091 * gdb.base/symtab-search-order.c: New file.
20092 * gdb.base/symtab-search-order-1.c: New file.
20093 * gdb.base/symtab-search-order-shlib-1.c: New file.
20094
20095 2014-11-07 Pedro Alves <palves@redhat.com>
20096
20097 PR gdb/17511
20098 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
20099 i?86-*-linux*.
20100
20101 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
20102
20103 PR c++/17494
20104 * gdb.cp/pr17494.cc: New file.
20105 * gdb.cp/pr17494.exp: New file.
20106
20107 2014-11-02 Yao Qi <yao@codesourcery.com>
20108
20109 * gdb.python/python.exp: Get working directory and match the
20110 output of "set extended-prompt \\w " with it.
20111
20112 2014-10-30 Doug Evans <dje@google.com>
20113
20114 * gdb.python/py-objfile.exp: Add tests for setting random attributes
20115 in objfiles.
20116 * gdb.python/py-progspace.exp: Add tests for setting random attributes
20117 in progspaces.
20118
20119 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
20120
20121 * gdb.base/fullpath-expand.exp: Skip for a remote host.
20122 * gdb.base/realname-expand.exp: Likewise.
20123 * gdb.linespec/macro-relative.exp: Likewise.
20124
20125 2014-10-29 Pedro Alves <palves@redhat.com>
20126
20127 PR gdb/17408
20128 * gdb.threads/schedlock.c (some_function): New function.
20129 (call_function): New global.
20130 (MAYBE_CALL_SOME_FUNCTION): New macro.
20131 (thread_function): Call it.
20132 * gdb.threads/schedlock.exp (get_args): Add description parameter,
20133 and use it instead of a global counter. Adjust all callers.
20134 (get_current_thread): Use "find current thread" for test message
20135 here rather than having all callers pass down the same string.
20136 (goto_loop): New procedure, factored out from ...
20137 (my_continue): ... this.
20138 (step_ten_loops): Change parameter from test message to command to
20139 use. Adjust.
20140 (list_count): Delete global.
20141 (check_result): New procedure, factored out from duplicate top
20142 level code.
20143 (continue tests): Wrap in with_test_prefix.
20144 (test_step): New procedure, factored out from duplicate top level
20145 code.
20146 (top level): Test "step" in combination with all scheduler-locking
20147 modes. Test "next" in combination with all scheduler-locking
20148 modes, and in combination with stepping over a function call or
20149 not.
20150 * gdb.threads/next-bp-other-thread.c: New file.
20151 * gdb.threads/next-bp-other-thread.exp: New file.
20152
20153 2014-10-29 Pedro Alves <palves@redhat.com>
20154
20155 PR python/17372
20156 * gdb.python/python.exp: Test a multi-line command that spawns
20157 interactive Python.
20158 * gdb.base/multi-line-starts-subshell.exp: New file.
20159
20160 2014-10-29 Yao Qi <yao@codesourcery.com>
20161
20162 * gdb.base/fileio.exp: Make directories on host.
20163
20164 2014-10-29 Yao Qi <yao@codesourcery.com>
20165
20166 * gdb.base/fileio.c (test_write): Close the file.
20167
20168 2014-10-28 Pedro Alves <palves@redhat.com>
20169
20170 PR gdb/12623
20171 * gdb.base/sigstep.c (no_handler): New global.
20172 (main): If 'no_handler is true, set the signal handlers to
20173 SIG_IGN.
20174 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
20175 with_sw_watch and no_handler parameters. Handle them.
20176 (top level) <stepping over handler when stopped at a breakpoint
20177 test>: Add a test axis for testing with a software watchpoint, and
20178 another for testing with the signal handler set to SIG_IGN.
20179 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
20180 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
20181
20182 2014-10-28 Pedro Alves <palves@redhat.com>
20183
20184 PR gdb/17511
20185 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
20186 * gdb.base/sigstep.exp (other_handler_location): New global.
20187 (advance): Support stepping into the signal handler, and running
20188 commands while in the handler.
20189 (in_handler_map): New global.
20190 (top level): In the advance test, add combinations for getting
20191 into the handler with stepping commands, and for running commands
20192 in the handler. Add comment descripting the advancei tests.
20193
20194 2014-10-28 Pedro Alves <palves@redhat.com>
20195
20196 * gdb.base/sigstep.exp: Use build_executable instead of
20197 prepare_for_testing.
20198 (top level): Move code that starts GDB, runs to main and creates a
20199 display to ...
20200 (restart): ... this new procedure.
20201 (top level): Move backtrace from signal handler test to ...
20202 (validate_backtrace): ... this new procedure.
20203 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
20204 with_test_prefix. Always restart GDB.
20205 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
20206 with_test_prefix. Always restart GDB. No need to delete
20207 breakpoints after the test.
20208 (test_skip_handler): Remove prefix parameter.
20209 (skip_over_handler, breakpoint_to_handler)
20210 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
20211 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
20212 restart GDB. No need to delete breakpoints after the test.
20213 (top level): Use foreach to call the test procedures with
20214 different commands.
20215
20216 2014-10-28 Pedro Alves <palves@redhat.com>
20217
20218 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
20219 instead of GNATS numbers.
20220 * gdb.base/sigbpt.exp: Likewise.
20221 * gdb.base/siginfo.exp: Likewise.
20222 * gdb.base/sigstep.exp: Likewise.
20223
20224 2014-10-27 Pedro Alves <palves@redhat.com>
20225
20226 * gdb.base/sigstep.c (dummy): New global.
20227 (main): Issue a couple writes to the new global.
20228 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
20229 procedures.
20230 (skip_over_handler): Use test_skip_handler.
20231 (top level): Call skip_over_handler for stepi and nexti too.
20232 (breakpoint_over_handler): Use test_skip_handler.
20233 (top level): Call breakpoint_over_handler for stepi and nexti too.
20234
20235 2014-10-27 Yao Qi <yao@codesourcery.com>
20236
20237 * gdb.trace/tfile.c (adjust_function_address)
20238 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
20239 function descriptor.
20240
20241 2014-10-24 Don Breazeal <donb@codesourcery.com>
20242
20243 * gdb.base/foll-fork.exp (test_follow_fork,
20244 catch_fork_child_follow): Check for updated fork messages emitted
20245 from infrun.c.
20246 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
20247 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
20248 vfork_and_exec_child_follow_through_step): Check for updated vfork
20249 messages emitted from infrun.c.
20250
20251 2014-10-24 Pedro Alves <palves@redhat.com>
20252
20253 * gdb.base/corefile.exp: Remove references to ultrix.
20254 * gdb.base/interrupt.exp: Likewise.
20255 * gdb.base/whatis.exp: Likewise.
20256 * gdb.gdb/selftest.exp: Likewise.
20257 * gdb.threads/manythreads.exp: Likewise.
20258 * gdb.threads/print-threads.exp: Likewise.
20259 * gdb.threads/pthreads.exp:: Likewise.
20260 * gdb.threads/schedlock.exp: Likewise.
20261
20262 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
20263
20264 * gdb.cp/non-trivial-retval.cc: Add a test case.
20265 * gdb.cp/non-trivial-retval.exp: Add a test.
20266
20267 2014-10-20 Yao Qi <yao@codesourcery.com>
20268
20269 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
20270 * gdb.python/py-objfile-script-gdb.py: New file.
20271 * gdb.python/py-objfile-script.exp: Update reference to
20272 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
20273 of remote_download. Remove the dest file.
20274
20275 2014-10-20 Yao Qi <yao@codesourcery.com>
20276
20277 * gdb.base/checkpoint.exp: Don't remove file copied on host.
20278 * gdb.base/step-line.exp: Likewise.
20279 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
20280 * gdb.dwarf2/dw2-basic.exp: Likewise.
20281 * gdb.dwarf2/dw2-compressed.exp: Likewise.
20282 * gdb.dwarf2/dw2-filename.exp: Likewise.
20283 * gdb.dwarf2/dw2-intercu.exp: Likewise.
20284 * gdb.dwarf2/dw2-intermix.exp: Likewise.
20285 * gdb.dwarf2/dw2-producer.exp: Likewise.
20286 * gdb.dwarf2/mac-fileno.exp: Likewise.
20287 * gdb.python/py-frame-args.exp: Likewise.
20288 * gdb.python/py-framefilter.exp: Likewise.
20289 * gdb.python/py-mi.exp: Likewise.
20290 * gdb.python/py-objfile-script.exp: Likewise
20291 * gdb.python/py-pp-integral.exp: Likewise.
20292 * gdb.python/py-pp-re-notag.exp: Likewise.
20293 * gdb.python/py-prettyprint.exp: Likewise.
20294 * gdb.python/py-section-script.exp: Likewise.
20295 * gdb.python/py-typeprint.exp: Likewise.
20296 * gdb.python/py-xmethods.exp: Likewise.
20297 * gdb.stabs/weird.exp: Likewise.
20298 * gdb.xml/tdesc-regs.exp: Likewise.
20299
20300 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
20301
20302 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
20303 (out_cu): Use addr_len for the size of addresses.
20304 (out_line): Likewise. Size DW_LNE_set_address instruction
20305 according to addr_len.
20306 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
20307 (FUNC): Add START_INSNS to definition.
20308
20309 2014-10-18 Yao Qi <yao@codesourcery.com>
20310
20311 * gdb.base/argv0-symlink.exp: Check argv[0] value if
20312 gdb_has_argv0 return true.
20313 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
20314 check [target_info exists noargs], check [gdb_has_argv0]
20315 instead.
20316 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
20317 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
20318 procedures.
20319
20320 2014-10-17 Doug Evans <dje@google.com>
20321
20322 * gdb.python/py-events.exp: Update expected output for clear_objfiles
20323 event.
20324 * gdb.python/py-events.py: Add clear_objfiles event.
20325
20326 2014-10-17 Doug Evans <dje@google.com>
20327
20328 * gdb.python/py-objfile.exp: Test progspace attribute.
20329
20330 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
20331
20332 * gdb.guile/scm-breakpoint.exp: Do not assume any
20333 directory separators when matching source file paths.
20334 * gdb.python/py-breakpoint.exp: Likewise.
20335 * gdb.reverse/break-precsave.exp: Likewise.
20336 * gdb.reverse/break-reverse.exp: Likewise.
20337 * gdb.reverse/consecutive-precsave.exp: Likewise.
20338 * gdb.reverse/finish-precsave.exp: Likewise.
20339 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
20340 * gdb.reverse/finish-reverse.exp: Likewise.
20341 * gdb.reverse/i386-precsave.exp: Likewise.
20342 * gdb.reverse/i387-env-reverse.exp: Likewise.
20343 * gdb.reverse/i387-stack-reverse.exp: Likewise.
20344 * gdb.reverse/machinestate-precsave.exp: Likewise.
20345 * gdb.reverse/machinestate.exp: Likewise.
20346 * gdb.reverse/sigall-precsave.exp: Likewise.
20347 * gdb.reverse/solib-precsave.exp: Likewise.
20348 * gdb.reverse/step-precsave.exp: Likewise.
20349 * gdb.reverse/until-precsave.exp: Likewise.
20350 * gdb.reverse/watch-precsave.exp: Likewise.
20351 * gdb.reverse/watch-reverse.exp: Likewise.
20352
20353 2014-10-17 Yao Qi <yao@codesourcery.com>
20354
20355 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
20356 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
20357
20358 2014-10-17 Pedro Alves <palves@redhat.com>
20359
20360 PR gdb/17471
20361 * gdb.base/bg-execution-repeat.c: New file.
20362 * gdb.base/bg-execution-repeat.exp: New file.
20363
20364 2014-10-17 Pedro Alves <palves@redhat.com>
20365
20366 PR gdb/17300
20367 * gdb.base/continue-all-already-running.c: New file.
20368 * gdb.base/continue-all-already-running.exp: New file.
20369
20370 2014-10-17 Pedro Alves <palves@redhat.com>
20371
20372 PR gdb/17472
20373 * gdb.base/annota-input-while-running.c: New file.
20374 * gdb.base/annota-input-while-running.exp: New file.
20375
20376 2014-10-17 Pedro Alves <palves@redhat.com>
20377
20378 * gdb.base/callfuncs.exp: emove references to osf.
20379 * gdb.base/sigall.exp: Likewise.
20380 * gdb.gdb/selftest.exp: Likewise.
20381 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
20382 * gdb.mi/non-stop.c: Likewise.
20383 * gdb.mi/pthreads.c: Likewise.
20384 * gdb.reverse/sigall-precsave.exp: Likewise.
20385 * gdb.reverse/sigall-reverse.exp: Likewise.
20386 * gdb.threads/pthreads.c: Likewise.
20387 * gdb.threads/pthreads.exp: Likewise.
20388
20389 2014-10-17 Yao Qi <yao@codesourcery.com>
20390
20391 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
20392 check 'target_info exists noargs'.
20393 (test_command_prompt_position): Likewise.
20394 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
20395 Remove "set args".
20396 (progvar_simple_while_test): Likewise.
20397 (progvar_complex_if_while_test): Likewise.
20398 (if_while_breakpoint_command_test): Likewise.
20399 (infrun_breakpoint_command_test): Likewise.
20400 (breakpoint_command_test): Likewise.
20401 (watchpoint_command_test): Likewise.
20402 (bp_deleted_in_command_test): Likewise.
20403 (temporary_breakpoint_commands): Likewise.
20404
20405 2014-10-16 Yao Qi <yao@codesourcery.com>
20406
20407 * gdb.base/remotetimeout.exp: Remove noargs checking.
20408
20409 2014-10-15 Pedro Alves <palves@redhat.com>
20410
20411 PR breakpoints/9649
20412 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
20413 * gdb.base/breakpoint-in-ro-region.exp
20414 (probe_target_hardware_step): New procedure.
20415 (top level): Probe hardware stepping and hardware breakpoint
20416 support. Test stepping through a read-only region, with both
20417 "breakpoint auto-hw" on and off and both "always-inserted" on and
20418 off.
20419
20420 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
20421
20422 * gdb.dlang/demangle.exp: Update for demangling changes.
20423
20424 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
20425
20426 * gdb.cp/non-trivial-retval.cc: Add new test cases.
20427 * gdb.cp/non-trivial-retval.exp: Add new tests.
20428
20429 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
20430
20431 PR c++/13403
20432 PR c++/15154
20433 * gdb.cp/non-trivial-retval.cc: New file.
20434 * gdb.cp/non-trivial-retval.exp: New file.
20435
20436 2014-10-15 Yao Qi <yao@codesourcery.com>
20437
20438 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
20439 remote host.
20440
20441 2014-10-15 Yao Qi <yao@codesourcery.com>
20442
20443 * gdb.python/py-symbol.exp: Match file base name if host is
20444 remote, otherwise match file name with dir name.
20445 * gdb.python/py-symtab.exp: Likewise.
20446 * gdb.python/python.exp: Likewise.
20447
20448 2014-10-15 Yao Qi <yao@codesourcery.com>
20449
20450 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
20451 pattern.
20452 * gdb.python/py-symtab.exp: Likewise.
20453 * gdb.python/python.exp: Remove trailing ".*". Fix typo
20454 locationn.
20455
20456 2014-10-14 Joel Brobecker <brobecker@adacore.com>
20457
20458 * gdb.ada/addr_arith: New testcase.
20459
20460 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
20461
20462 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
20463 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
20464 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
20465 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
20466
20467 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
20468
20469 * gdb.arch/stap-eval-lang-ada.S: Likewise.
20470 * gdb.arch/stap-eval-lang-ada.c: Likewise.
20471 * gdb.arch/stap-eval-lang-ada.exp: New file.
20472
20473 2014-10-14 Yao Qi <yao@codesourcery.com>
20474
20475 * gdb.mi/mi-var-child.c (nothing1): New function.
20476 (nothing2): New function.
20477 (do_children_tests): Set function pointers by nothing1 and
20478 nothing2.
20479 * gdb.mi/mi-var-child.exp: Step over new added statements.
20480 Update test to match the new output.
20481 * gdb.mi/var-cmd.c (nothing1): New function.
20482 (nothing2): New function.
20483 (do_children_tests): Set function pointers by nothing1 and
20484 nothing2.
20485 * gdb.mi/mi-var-display.exp: Update test to match output.
20486 Step to the line specified by $line_dct_nothing.
20487 Increase the number of lines to step.
20488
20489 2014-10-14 Yao Qi <yao@codesourcery.com>
20490
20491 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
20492 tests.
20493 * gdb.mi/mi2-var-child.exp: Likewise.
20494
20495 2014-10-13 Doug Evans <dje@google.com>
20496
20497 * gdb.python/py-objfile.exp: Change name of file name test.
20498
20499 2014-10-13 Doug Evans <dje@google.com>
20500
20501 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
20502 from the start of the CU.
20503
20504 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
20505 Yao Qi <yao@codesourcery.com>
20506
20507 Fix "save breakpoints" for "catch" command.
20508 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
20509 Remove -nonewline. Match also the added "main" line.
20510
20511 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
20512
20513 Fix "save breakpoints" for "disable $bpnum" command.
20514 * gdb.base/save-bp.c (main): Add label.
20515 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
20516
20517 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
20518
20519 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
20520
20521 2014-10-11 Yao Qi <yao@codesourcery.com>
20522
20523 * gdb.server/server-kill.exp: Execute command
20524 "set remote trace-status-packet on" before "tstatus".
20525
20526 2014-10-11 Yao Qi <yao@codesourcery.com>
20527
20528 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
20529 (main): Call getppid.
20530 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
20531 and continue to it. Read variable "server_pid".
20532
20533 2014-10-11 Yao Qi <yao@codesourcery.com>
20534
20535 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
20536
20537 2014-10-11 Yao Qi <yao@codesourcery.com>
20538
20539 * gdb.threads/thread-find.exp: Don't execute command
20540 "info threads".
20541 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
20542 * gdb.threads/linux-dp.exp: Don't check the condition
20543 $threads_created equals to zero.
20544
20545 2014-10-10 Pedro Alves <palves@redhat.com>
20546
20547 * gdb.base/bigcore.exp: Remove references to IRIX.
20548 * gdb.base/funcargs.exp: Likewise.
20549 * gdb.base/interrupt.exp: Likewise.
20550 * gdb.base/mips_pro.exp: Likewise.
20551 * gdb.base/nodebug.exp: Likewise.
20552 * gdb.base/setvar.exp: Likewise.
20553 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
20554
20555 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
20556 Pedro Alves <palves@redhat.com>
20557
20558 PR symtab/14466
20559 * gdb.base/vdso-warning.c: New file.
20560 * gdb.base/vdso-warning.exp: New file.
20561
20562 2014-10-02 Doug Evans <dje@google.com>
20563
20564 * gdb.base/structs.c (main): Don't run forever.
20565
20566 2014-10-02 Pedro Alves <palves@redhat.com>
20567
20568 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
20569 (top level) <stop threads 1, stop threads 2>: Use it.
20570
20571 2014-10-02 Pedro Alves <palves@redhat.com>
20572
20573 * gdb.threads/break-while-running.exp (test): Add new
20574 'update_thread_list' argument. Skip "info threads" if false.
20575 (top level): Add new 'update_thread_list' axis.
20576
20577 2014-10-02 Pedro Alves <palves@redhat.com>
20578
20579 PR breakpoints/17431
20580 * gdb.base/execl-update-breakpoints.c: New file.
20581 * gdb.base/execl-update-breakpoints.exp: New file.
20582
20583 2014-10-01 Pedro Alves <palves@redhat.com>
20584
20585 * gdb.base/breakpoint-in-ro-region.c: New file.
20586 * gdb.base/breakpoint-in-ro-region.exp: New file.
20587
20588 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
20589
20590 * gdb.mi/mi-exit-code.exp: New file.
20591 * gdb.mi/mi-exit-code.c: New file.
20592
20593 2014-09-30 Yao Qi <yao@codesourcery.com>
20594
20595 * lib/prelink-support.exp (build_executable_own_libs): Error if
20596 the target isn't native.
20597
20598 2014-09-30 Yao Qi <yao@codesourcery.com>
20599
20600 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
20601 false.
20602
20603 2014-09-22 Pedro Alves <palves@redhat.com>
20604
20605 * gdb.threads/break-while-running.exp: New file.
20606 * gdb.threads/break-while-running.c: New file.
20607
20608 2014-09-19 Yao Qi <yao@codesourcery.com>
20609
20610 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
20611 Invoke test. Restart GDB with --readnow and invoke test again.
20612
20613 2014-09-19 Yao Qi <yao@codesourcery.com>
20614
20615 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
20616 proc set_breakpoint_on_gcd_function. Invoke
20617 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
20618 invoke set_breakpoint_on_gcd_function again.
20619
20620 2014-09-18 Doug Evans <dje@google.com>
20621
20622 * gdb.dwarf2/symtab-producer.exp: New file.
20623
20624 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
20625
20626 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
20627 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
20628 * gdb.base/global-var-nested-by-dso.c: Likewise.
20629 * gdb.base/global-var-nested-by-dso.exp: Likewise.
20630
20631 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
20632 Pedro Alves <palves@redhat.com>
20633
20634 * gdb.base/watch-bitfields.exp: Pass string other than test file
20635 name to prepare_for_testing.
20636 (watch): New procedure.
20637 (expect_watchpoint): Use with_test_prefix.
20638 (top level): Factor out tests to ...
20639 (test_watch_location, test_regular_watch): ... these new
20640 procedures, and use with_test_prefix and gdb_continue_to_end.
20641
20642 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
20643
20644 PR breakpoints/12526
20645 * gdb.base/watch-bitfields.exp: New file.
20646 * gdb.base/watch-bitfields.c: New file.
20647
20648 2014-09-16 Pedro Alves <palves@redhat.com>
20649
20650 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
20651 software and hardware addresses, not software address against
20652 itself.
20653
20654 2014-09-16 Pedro Alves <palves@redhat.com>
20655
20656 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
20657 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
20658
20659 2014-09-16 Pedro Alves <palves@redhat.com>
20660
20661 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
20662 files.
20663 * gdb.base/a2-run.exp: Remove all code guarded by istarget
20664 "*-*-vxworks*" throughout.
20665 * gdb.base/break.exp: Likewise.
20666 * gdb.base/default.exp: Likewise.
20667 * gdb.base/scope.exp: Likewise.
20668 * gdb.base/sepdebug.exp: Likewise.
20669 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
20670 throughout.
20671 * gdb.base/run.c: Likewise.
20672 * gdb.base/sepdebug.c: Likewise.
20673 * gdb.hp/gdb.aCC/run.c: Likewise.
20674 * gdb.reverse/until-reverse.c: Likewise.
20675 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
20676
20677 2014-09-16 Yao Qi <yao@codesourcery.com>
20678
20679 * boards/local-remote-host-native.exp: New file.
20680
20681 2014-09-14 Doug Evans <xdje42@gmail.com>
20682
20683 * gdb.threads/queue-signal.c (thread_count): New variable.
20684 (thread_count_mutex, thread_count_condvar): New variables.
20685 (incr_thread_count, wait_all_threads_running): New functions.
20686 (main): Wait for all threads to be in their thread functions.
20687
20688 2014-09-13 Doug Evans <xdje42@gmail.com>
20689
20690 * gdb.threads/queue-signal.c: New file.
20691 * gdb.threads/queue-signal.exp: New file.
20692
20693 2014-09-13 Doug Evans <xdje42@gmail.com>
20694
20695 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
20696 be consistent with what default_gdb_init uses.
20697 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
20698 the plain text of the prompt. Add some logging printfs.
20699 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
20700
20701 2014-09-12 Pedro Alves <palves@redhat.com>
20702
20703 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
20704 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
20705 * gdb.arch/i386-size-overlap.exp: Likewise.
20706 * gdb.arch/i386-size.exp: Likewise.
20707 * gdb.arch/i386-unwind.exp: Likewise.
20708 * gdb.base/a2-run.exp: Likewise.
20709 * gdb.base/break.exp: Likewise.
20710 * gdb.base/charset.exp: Likewise.
20711 * gdb.base/chng-syms.exp: Likewise.
20712 * gdb.base/commands.exp: Likewise.
20713 * gdb.base/dbx.exp: Likewise.
20714 * gdb.base/find.exp: Likewise.
20715 * gdb.base/funcargs.exp: Likewise.
20716 * gdb.base/jit-simple.exp: Likewise.
20717 * gdb.base/reread.exp: Likewise.
20718 * gdb.base/sepdebug.exp: Likewise.
20719 * gdb.base/step-bt.exp: Likewise.
20720 * gdb.cp/mb-inline.exp: Likewise.
20721 * gdb.cp/mb-templates.exp: Likewise.
20722 * gdb.objc/basicclass.exp: Likewise.
20723 * gdb.threads/killed.exp: Likewise.
20724
20725 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
20726
20727 PR tdep/17379
20728 * gdb.arch/powerpc-stackless.S: New file.
20729 * gdb.arch/powerpc-stackless.exp: New file.
20730
20731 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
20732
20733 * gdb.base/attach.c: Include unistd.h.
20734 (main): Call alarm. Add label postloop.
20735 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
20736 gdb_breakpoint, gdb_continue_to_breakpoint.
20737 (test_command_line_attach_run): Kill ${testpid} in one exit path.
20738
20739 2014-09-11 Pedro Alves <palves@redhat.com>
20740
20741 PR gdb/17347
20742 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
20743 * gdb.base/attach.exp (test_command_line_attach_run): New
20744 procedure.
20745 (top level): Call it.
20746
20747 2014-09-11 Pedro Alves <palves@redhat.com>
20748
20749 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
20750 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
20751 (do_command_attach_tests): Use spawn_wait_for_attach.
20752 * gdb.base/solib-overlap.exp: Likewise.
20753 * gdb.multi/multi-attach.exp: Likewise.
20754 * gdb.python/py-prompt.exp: Likewise.
20755 * gdb.python/py-sync-interp.exp: Likewise.
20756 * gdb.server/ext-attach.exp: Likewise.
20757
20758 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
20759
20760 * gdb.fortran/array-element.exp: Remove unexpected "continue"
20761 command in testcase. Simplify testcase.
20762
20763 2014-09-10 Joel Brobecker <brobecker@adacore.com>
20764
20765 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
20766
20767 2014-09-10 Joel Brobecker <brobecker@adacore.com>
20768
20769 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
20770
20771 2014-09-10 Joel Brobecker <brobecker@adacore.com>
20772
20773 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
20774
20775 2014-09-10 Joel Brobecker <brobecker@adacore.com>
20776
20777 * gdb.dwarf2/dynarr-ptr.c: New file.
20778 * gdb.dwarf2/dynarr-ptr.exp: New file.
20779
20780 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
20781
20782 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
20783 of 30 rather than hardcoding 120 for a slow test case. Take the
20784 `gdb,timeout' target setting into account for this calculation.
20785 Don't extend the timeout for the test cases that don't need it.
20786
20787 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
20788
20789 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
20790 a factor of 2 for a slow test case. Take the `gdb,timeout'
20791 target setting into account for this calculation.
20792 * gdb.reverse/until-precsave.exp: Increase the timeout by
20793 a factor of 15 and 3 respectively rather than adding 120
20794 for a pair of slow test cases. Take the `gdb,timeout'
20795 target setting into account for this calculation.
20796
20797 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
20798
20799 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
20800 timeout, don't pass one down to gdb_expect.
20801 (gdb_expect): Rework timeout selection.
20802
20803 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
20804
20805 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
20806 exception on timeout.
20807 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
20808 (gdbserver_start_extended): Catch any `gdbserver_start' error
20809 exceptions.
20810 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
20811 * lib/mi-support.exp (mi_gdb_target_load): Catch any
20812 `gdbserver_gdb_load' error exceptions.
20813
20814 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
20815
20816 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
20817 120 on waiting for the TCP socket to open.
20818
20819 2014-09-09 Doug Evans <xdje42@gmail.com>
20820
20821 * gdb.base/default.exp (show_conv_list): Add _caller_is,
20822 _caller_matches, _any_caller_is, _any_caller_matches.
20823
20824 2014-09-09 Doug Evans <xdje42@gmail.com>
20825
20826 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
20827
20828 2014-09-09 Yao Qi <yao@codesourcery.com>
20829
20830 * gdb.mi/mi-var-display.exp: Set print symbol off.
20831
20832 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
20833
20834 PR gdb/17035
20835 * gdb.base/commands.exp: Add tests to verify user-defined
20836 commands with empty bodies.
20837 * gdb.python/py-cmd.exp: Test that we don't show user-defined
20838 python commands in `show user command`.
20839 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
20840 scheme commands in `show user command`.
20841
20842 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
20843
20844 PR python/17355
20845 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
20846 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
20847 * gdb.python/py-framefilter-invalidarg.exp: New file.
20848 * gdb.python/py-framefilter-invalidarg.py: New file.
20849
20850 2014-09-06 Doug Evans <xdje42@gmail.com>
20851
20852 PR 15276
20853 * gdb.python/py-caller-is.c: New file.
20854 * gdb.python/py-caller-is.exp: New file.
20855
20856 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
20857
20858 PR gdb/17235
20859 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
20860 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
20861
20862 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
20863
20864 PR fortran/17237
20865 * gdb.fortran/print-formatted.exp: New file.
20866 * gdb.fortran/print-formatted.f90: Likewise.
20867
20868 2014-09-03 Sasha Smundak <asmundak@google.com>
20869
20870 * gdb.python/py-frame.exp: Test Frame.read_register.
20871
20872 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
20873
20874 PR python/16699
20875 * gdb.python/py-completion.exp: New file.
20876 * gdb.python/py-completion.py: Likewise.
20877
20878 2014-08-28 Doug Evans <dje@google.com>
20879
20880 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
20881 eax,etc. are live with values set by gdb and thus the compiler can't
20882 use them.
20883 * gdb.arch/i386-pseudo.c (main): Ditto.
20884
20885 2014-08-27 Doug Evans <dje@google.com>
20886
20887 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
20888
20889 2014-08-25 Doug Evans <dje@google.com>
20890
20891 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
20892 (main): Ditto.
20893
20894 2014-08-25 Doug Evans <dje@google.com>
20895
20896 * gdb.threads/thread-execl.exp: #include <stdio.h>.
20897
20898 2014-08-24 Yao Qi <yao@codesourcery.com>
20899
20900 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
20901 symbol off.
20902 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
20903
20904 2014-08-22 Doug Evans <dje@google.com>
20905
20906 PR 17276
20907 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
20908 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
20909 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
20910
20911 2014-08-22 Yao Qi <yao@codesourcery.com>
20912
20913 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
20914 * gdb.python/py-finish-breakpoint2.exp: Likewise.
20915 * gdb.python/python.exp: Likewise. Use .py file on the host
20916 instead of the build.
20917
20918 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
20919
20920 * gdb.threads/gcore-stale-thread.c: New file.
20921 * gdb.threads/gcore-stale-thread.exp: New file.
20922
20923 2014-08-21 Pedro Alves <palves@redhat.com>
20924
20925 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
20926 * gdb.base/gcore-relro-pie.exp: Likewise.
20927 * gdb.base/gcore-relro.exp: Likewise.
20928 * gdb.base/gcore.exp: Likewise.
20929 * gdb.base/print-symbol-loading.exp: Likewise.
20930 * gdb.threads/gcore-thread.exp: Likewise.
20931 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
20932
20933 2014-08-20 Pedro Alves <palves@redhat.com>
20934 Jan Kratochvil <jan.kratochvil@redhat.com>
20935
20936 * Makefile.in (EXTRA_RULES, CC): New variables, get from
20937 configure.
20938 (EXPECT): Handle READ1 being set.
20939 (all): Depend on EXTRA_RULES.
20940 (check-read1, expect-read1, read1.so, read1): New rules.
20941 * README (Testsuite Parameters): Document the READ1 make variable.
20942 (Race detection): New section.
20943 * configure: Regenerate.
20944 * configure.ac: If build==host==target, and running under a
20945 GNU/glibc system, add read1 to the extra Makefile rules.
20946 (EXTRA_RULES): AC_SUBST it.
20947 * lib/read1.c: New file.
20948
20949 2014-08-20 Joel Brobecker <brobecker@adacore.com>
20950
20951 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
20952 the handling of variables declared as a typedef to an array
20953 which a DW_AT_data_location attribute.
20954
20955 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
20956 Pedro Alves <palves@redhat.com>
20957
20958 PR symtab/14604
20959 PR symtab/14605
20960 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
20961 gdb_test.
20962
20963 2014-08-19 Pedro Alves <palves@redhat.com>
20964
20965 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
20966
20967 2014-08-19 Yao Qi <yao@codesourcery.com>
20968
20969 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
20970 right line.
20971
20972 2014-08-18 David Blaikie <dblaikie@gmail.com>
20973
20974 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
20975
20976 2014-08-18 Joel Brobecker <brobecker@adacore.com>
20977
20978 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
20979 attribute in array range.
20980
20981 2014-08-18 Joel Brobecker <brobecker@adacore.com>
20982
20983 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
20984
20985 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
20986
20987 PR c++/17132
20988 * gdb.cp/pr17132.cc: New file.
20989 * gdb.cp/pr17132.exp: New file.
20990
20991 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
20992
20993 * gdb.python/py-xmethods.py (A_getarrayind)
20994 (E_method_char_worker.__call__, E_method_int_worker.__call__):
20995 Use 'print' with function call syntax.
20996 (E_method_matcher.match): Fix tab vs space indentation mixup.
20997
20998 2014-08-15 Yao Qi <yao@codesourcery.com>
20999
21000 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
21001 false.
21002
21003 2014-08-15 Yao Qi <yao@codesourcery.com>
21004
21005 * gdb.cp/casts.exp: Set print symbol off.
21006 * gdb.cp/class2.exp: Likewise.
21007 * gdb.cp/overload.exp: Likewise.
21008 * gdb.cp/templates.exp: Likewise.
21009
21010 2014-08-11 Doug Evans <dje@google.com>
21011
21012 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
21013 (test_load_shlib): Update.
21014
21015 2014-08-09 Yao Qi <yao@codesourcery.com>
21016
21017 * gdb.base/display.exp: Invoke is_address_zero_readable.
21018 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
21019 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
21020 * gdb.base/hbreak-unmapped.exp: Return if
21021 is_address_zero_readable returns true.
21022 * gdb.base/signest.exp: Likewise.
21023 * gdb.base/signull.exp: Likewise.
21024 * gdb.base/sigbpt.exp: Likewise.
21025 * gdb.guile/scm-disasm.exp: Do the test if
21026 is_address_zero_readable returns false.
21027 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
21028 * gdb.python/py-arch.exp: Likewise.
21029 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
21030 * lib/gdb.exp (is_address_zero_readable): New proc.
21031
21032 2014-08-09 Yao Qi <yao@codesourcery.com>
21033
21034 PR testsuite/13443
21035 * gdb.mi/mi-var-display.exp: Make test messages unique.
21036
21037 2014-08-04 Tom Tromey <tromey@redhat.com>
21038
21039 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
21040 target 0".
21041
21042 2014-08-04 Tom Tromey <tromey@redhat.com>
21043
21044 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
21045 "target_resume".
21046
21047 2014-08-01 Joel Brobecker <brobecker@adacore.com>
21048
21049 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
21050 inner_vla_struct_object_size.
21051 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
21052 as xfail.
21053
21054 2014-07-30 Pedro Alves <palves@redhat.com>
21055
21056 * gdb.threads/signal-command-handle-nopass.exp (test): Add
21057 comment.
21058
21059 2014-07-29 Yao Qi <yao@codesourcery.com>
21060
21061 PR gdb/17206
21062 * gdb.base/until-nodebug.exp: New.
21063
21064 2014-07-28 Doug Evans <xdje42@gmail.com>
21065
21066 PR guile/17203
21067 * gdb.guile/scm-parameter.exp: Add tests for trying to create
21068 previously existing parameter, and previously ambiguously spelled
21069 parameter.
21070
21071 2014-07-28 Will Newton <will.newton@linaro.org>
21072
21073 * gdb.base/varargs.exp: Remove KFAILs for ARM.
21074
21075 2014-07-26 Ludovic Courtès <ludo@gnu.org>
21076 Doug Evans <xdje42@gmail.com>
21077
21078 PR guile/17146
21079 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
21080
21081 2014-07-25 Pedro Alves <palves@redhat.com>
21082
21083 * gdb.threads/signal-command-handle-nopass.c: New file.
21084 * gdb.threads/signal-command-handle-nopass.exp: New file.
21085 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
21086 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
21087 * gdb.threads/signal-delivered-right-thread.c: New file.
21088 * gdb.threads/signal-delivered-right-thread.exp: New file.
21089
21090 2014-07-25 Pedro Alves <palves@redhat.com>
21091
21092 * gdb.base/double-prompt-target-event-error.exp
21093 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
21094 match.
21095 (cancel_pagination_in_target_event): Rework double prompt
21096 detection.
21097 * gdb.base/paginate-after-ctrl-c-running.exp
21098 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
21099 <return>' match.
21100 * gdb.base/paginate-bg-execution.exp
21101 (test_bg_execution_pagination_return)
21102 (test_bg_execution_pagination_cancel): Remove '-notransfer
21103 <return>' matches.
21104 * gdb.base/paginate-execution-startup.exp
21105 (test_fg_execution_pagination_return)
21106 (test_fg_execution_pagination_cancel): Remove '-notransfer
21107 <return>' matches.
21108 * gdb.base/paginate-inferior-exit.exp
21109 (test_paginate_inferior_exited): Remove '-notransfer <return>'
21110 match.
21111 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
21112 * lib/gdb.exp (pagination_prompt): Run text through
21113 string_to_regexp.
21114 (gdb_test_multiple): Match $pagination_prompt instead of
21115 "<return>".
21116 (string_to_regexp): Move to lib/gdb-utils.exp.
21117
21118 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
21119
21120 * gdb.arch/amd64-entry-value-paramref.S: New file.
21121 * gdb.arch/amd64-entry-value-paramref.cc: New file.
21122 * gdb.arch/amd64-entry-value-paramref.exp: New file.
21123 * gdb.arch/amd64-optimout-repeat.S: New file.
21124 * gdb.arch/amd64-optimout-repeat.c: New file.
21125 * gdb.arch/amd64-optimout-repeat.exp: New file.
21126
21127 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
21128
21129 PR gdb/17170
21130 * gdb.base/statistics.exp: New file.
21131
21132 2014-07-17 Doug Evans <dje@google.com>
21133
21134 PR gdb/17170
21135 * gdb.base/maint.exp: Update testing of per-command stats.
21136
21137 2014-07-16 Pedro Alves <palves@redhat.com>
21138
21139 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
21140 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
21141 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
21142 (tfile_write_buf): New functions.
21143 (add_memory_block): Rewrite using the above.
21144 (adjust_function_address): New function.
21145 (FUNCTION_ADDRESS): New macro.
21146 (write_basic_trace_file): Remove short_x local, and use
21147 tfile_write_16. Change type of func_addr local to unsigned long
21148 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
21149 here. Cast argument of add_memory_block to char pointer.
21150 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
21151 (main): Remove parameters.
21152 * gdb.trace/tfile.exp: Remove nowarnings.
21153
21154 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
21155
21156 * gdb.base/debug-expr.exp: Test string evaluation with
21157 "debug expression" on.
21158
21159 2014-07-15 Pedro Alves <palves@redhat.com>
21160
21161 * gdb.base/reread.exp: Use clean_restart.
21162
21163 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
21164
21165 * gdb.arch/avr-flash-qualifer.c: New.
21166 * gdb.arch/avr-flash-qualifer.exp: New.
21167
21168 2014-07-14 Pedro Alves <palves@redhat.com>
21169
21170 * gdb.base/paginate-after-ctrl-c-running.c: New file.
21171 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
21172
21173 2014-07-14 Pedro Alves <palves@redhat.com>
21174
21175 * gdb.base/double-prompt-target-event-error.c: New file.
21176 * gdb.base/double-prompt-target-event-error.exp: New file.
21177
21178 2014-07-14 Pedro Alves <palves@redhat.com>
21179
21180 PR gdb/17072
21181 * gdb.base/paginate-inferior-exit.c: New file.
21182 * gdb.base/paginate-inferior-exit.exp: New file.
21183
21184 2014-07-14 Pedro Alves <palves@redhat.com>
21185
21186 PR gdb/17072
21187 * gdb.base/paginate-bg-execution.c: New file.
21188 * gdb.base/paginate-bg-execution.exp: New file.
21189
21190 2014-07-14 Pedro Alves <palves@redhat.com>
21191
21192 PR gdb/17072
21193 * gdb.base/paginate-execution-startup.c: New file.
21194 * gdb.base/paginate-execution-startup.exp: New file.
21195 * lib/gdb.exp (pagination_prompt): New global.
21196 (default_gdb_spawn): New procedure, factored out from
21197 default_gdb_spawn.
21198 (default_gdb_start): Adjust to call default_gdb_spawn.
21199 (gdb_spawn): New procedure.
21200
21201 2014-07-14 Pedro Alves <palves@redhat.com>
21202
21203 * lib/gdb.exp (gdb_assert): New procedure.
21204 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
21205
21206 2014-07-14 Pedro Alves <palves@redhat.com>
21207
21208 * gdb.base/execution-termios.c: New file.
21209 * gdb.base/execution-termios.exp: New file.
21210
21211 2014-07-14 Tom Tromey <tromey@redhat.com>
21212
21213 * gdb.cp/vla-cxx.cc: New file.
21214 * gdb.cp/vla-cxx.exp: New file.
21215
21216 2014-07-14 Tom Tromey <tromey@redhat.com>
21217
21218 * gdb.reverse/rerun-prec.c: New file.
21219 * gdb.reverse/rerun-prec.exp: New file.
21220
21221 2014-07-12 Maciej W. Rozycki <macro@mips.com>
21222 Maciej W. Rozycki <macro@codesourcery.com>
21223
21224 * lib/gdb-utils.exp: New file.
21225 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
21226 inline `gdb_init_command' processing.
21227 (gdb_start_cmd): Likewise.
21228 * lib/mi-support.exp (mi_run_cmd): Likewise.
21229 * README: Document `gdb_init_command' and `gdb_init_commands'.
21230
21231 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
21232
21233 Fix false FAIL running under a very long directory name.
21234 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
21235 and "set print elements 10000". Twice.
21236
21237 2014-07-11 Yao Qi <yao@codesourcery.com>
21238
21239 * gdb.base/exprs.exp: "set print symbol off".
21240
21241 2014-07-11 Pedro Alves <palves@redhat.com>
21242
21243 * gdb.threads/kill.c: New file.
21244 * gdb.threads/kill.exp: New file.
21245
21246 2014-07-10 Yao Qi <yao@codesourcery.com>
21247
21248 * gdb.trace/tfile.c (write_basic_trace_file)
21249 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
21250 address written to trace file.
21251
21252 2014-07-09 Pedro Alves <palves@redhat.com>
21253
21254 * gdb.base/attach-wait-input.exp: New file.
21255 * gdb.base/attach-wait-input.c: New file.
21256
21257 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
21258
21259 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
21260 setting up test structures.
21261 (main): Call new test function.
21262 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
21263 test function, continue into test function and walk test
21264 structures.
21265
21266 2014-07-02 Yao Qi <yao@codesourcery.com>
21267
21268 * gdb.trace/entry-values.c: Define labels 'foo_start' and
21269 'bar_start' at the beginning of functions 'foo' and 'bar'
21270 respectively.
21271 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
21272 instead of 'foo' and 'bar'.
21273
21274 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
21275
21276 * gdb.btrace/segv.exp: New.
21277 * gdb.btrace/segv.c: New.
21278
21279 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
21280
21281 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
21282 instruction.
21283
21284 2014-06-30 Mark Wielaard <mjw@redhat.com>
21285
21286 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
21287 vulture, vilify, villar): New volatile array constants.
21288 (vindictive, vegetation): New const volatile array constants.
21289 * gdb.base/volatile.exp: Test volatile and const volatile array
21290 types.
21291
21292 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
21293
21294 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
21295 target lacks support for awatch, rwatch, or hbreak.
21296
21297 2014-06-27 Yao Qi <yao@codesourcery.com>
21298
21299 * gdb.multi/dummy-frame-restore.exp: New.
21300 * gdb.multi/dummy-frame-restore.c: New.
21301
21302 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
21303
21304 * gdb.btrace/gcore.exp: New.
21305
21306 2014-06-23 Pedro Alves <palves@redhat.com>
21307
21308 * gdb.base/watchpoint-reuse-slot.c: New file.
21309 * gdb.base/watchpoint-reuse-slot.exp: New file.
21310
21311 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
21312
21313 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
21314 progspace's filename in 'info', 'enable' and 'disable' command
21315 tests.
21316
21317 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
21318
21319 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
21320 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
21321 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
21322
21323 2014-06-20 Gary Benson <gbenson@redhat.com>
21324
21325 * gdb.arch/i386-avx.exp: Fix include file location.
21326 * gdb.arch/i386-sse.exp: Likewise.
21327
21328 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
21329
21330 * gdb.dlang/expression.exp: New file.
21331
21332 2014-06-19 Pedro Alves <palves@redhat.com>
21333
21334 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
21335 out from ...
21336 (top level): ... here. Iterate running tests under different
21337 scheduler-locking settings.
21338
21339 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
21340
21341 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
21342 to DW_FORM_addr and use non-zero addresses.
21343
21344 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
21345
21346 PR gdb/17017
21347 * gdb.python/py-xmethods.cc: Add global function call counters and
21348 increment them in their respective functions. Remove "cout"
21349 statements.
21350 * gdb.python/py-xmethods.exp: Make tests check the global function
21351 call counters instead of depending on inferior IO.
21352
21353 2014-06-18 Don Breazeal <donb@codesourcery.com>
21354
21355 * gdb.base/foll-fork.exp (default_fork_parent_follow):
21356 Deleted procedure.
21357 (explicit_fork_parent_follow): Deleted procedure.
21358 (explicit_fork_child_follow): Deleted procedure.
21359 (test_follow_fork): New procedure.
21360 (do_fork_tests): Replace calls to deleted procedures with
21361 calls to test_follow_fork and reset GDB for subsequent
21362 procedure calls.
21363
21364 2014-06-17 Yao Qi <yao@codesourcery.com>
21365
21366 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
21367 CP1252.
21368
21369 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
21370
21371 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
21372 Initialize ptr and S explicitly.
21373 (skip_type_update_when_not_use_rtti_test): Likewise.
21374
21375 2014-06-16 Keith Seitz <keiths@redhat.com>
21376
21377 PR mi/15863
21378 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
21379 the inferior is started.
21380
21381 2014-06-16 Pedro Alves <palves@redhat.com>
21382
21383 * gdb.base/break-main-file-remove-fail.c: New file.
21384 * gdb.base/break-main-file-remove-fail.exp: New file.
21385 * gdb.base/break-unload-file.exp: Use build_executable instead of
21386 prepare_for_testing.
21387 (test_break): New parameter "initial_load". Handle it.
21388 (top level): Add initial_load cmdline/file axis.
21389
21390 2014-06-12 Tom Tromey <tromey@redhat.com>
21391
21392 * gdb.base/completion.exp: Don't use directory name in test.
21393
21394 2014-06-09 Gary Benson <gbenson@redhat.com>
21395
21396 * gdb.base/sigall.c [Functions to send signals]: Reorder to
21397 separate the always-available ANSI-standard signals from the
21398 signals that require checking.
21399 (main): Likewise.
21400 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
21401 Likewise.
21402 (main): Likewise.
21403
21404 2014-06-07 Keith Seitz <keiths@redhat.com>
21405
21406 Revert:
21407 PR c++/16253
21408 * gdb.cp/var-tag.cc: New file.
21409 * gdb.cp/var-tag.exp: New file.
21410 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
21411 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
21412 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
21413 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
21414
21415 2014-06-06 Doug Evans <xdje42@gmail.com>
21416
21417 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
21418
21419 2014-06-06 Pedro Alves <palves@redhat.com>
21420
21421 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
21422 in target debug output instead of looking at RSP packets,
21423 disabling the test on any target that uses hardware stepping.
21424 Update comments.
21425
21426 2014-06-06 Pedro Alves <palves@redhat.com>
21427
21428 * gdb.base/break-unload-file.exp: Fix typo.
21429
21430 2014-06-06 Yao Qi <yao@codesourcery.com>
21431
21432 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
21433 from "jit_function" to "^jit_function".
21434
21435 2014-06-06 Yao Qi <yao@codesourcery.com>
21436
21437 * gdb.base/async.c (foo): Add one statement.
21438 * gdb.base/async.exp: Get the next instruction address and
21439 match the output of "nexti" by instruction address. Match
21440 the hex address in the output of "finish".
21441
21442 2014-06-06 Gary Benson <gbenson@redhat.com>
21443
21444 * gdb.base/call-signals.c: Remove preprocessor conditionals
21445 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
21446 SIGSEGV and SIGTERM.
21447 * gdb.base/sigall.c: Likewise.
21448 * gdb.base/unwindonsignal.c: Likewise.
21449 * gdb.reverse/sigall-reverse.c: Likewise.
21450
21451 2014-06-06 Yao Qi <yao@codesourcery.com>
21452
21453 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
21454 readable, skip the test.
21455
21456 2014-06-06 Yao Qi <yao@codesourcery.com>
21457
21458 * gdb.threads/staticthreads.c (thread_function): Move the line
21459 setting breakpoint on forward.
21460 * gdb.threads/staticthreads.exp: Update comments.
21461
21462 2014-06-05 Ludovic Courtès <ludo@gnu.org>
21463
21464 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
21465 "history-append! type error".
21466
21467 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
21468
21469 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
21470 erroneous dprintf expected input.
21471
21472 2014-06-04 Doug Evans <xdje42@gmail.com>
21473
21474 * gdb.guile/scm-generics.exp: Delete.
21475
21476 2014-06-04 Doug Evans <xdje42@gmail.com>
21477
21478 * gdb.guile/scm-breakpoint.exp: Update.
21479 Add tests for breakpoint registration.
21480
21481 2014-06-04 Tom Tromey <tromey@redhat.com>
21482
21483 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
21484 VLA-in-union.
21485 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
21486 inner_vla_struct, vla_union types. Initialize objects of those
21487 types and compute their sizes.
21488
21489 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
21490 Hui Zhu <hui@codesourcery.com>
21491
21492 * gdb.base/fileio.exp: Add test for shell not available as well as
21493 available.
21494 * gdb.base/fileio.c (test_system): Check for shell twice.
21495
21496 2014-06-04 Yao Qi <yao@codesourcery.com>
21497
21498 * gdb.base/auto-connect-native-target.exp: Remove redundant
21499 space from the regexp pattern.
21500
21501 2014-06-04 Yao Qi <yao@codesourcery.com>
21502
21503 * gdb.base/default.exp: Replace "child" with "native" in
21504 regexp pattern.
21505
21506 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
21507
21508 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
21509 * gdb.python/py-xmethods.exp: New tests to test xmethods.
21510 * gdb.python/py-xmethods.py: Python script supporting the
21511 new testcase and tests.
21512
21513 2014-06-03 Joel Brobecker <brobecker@adacore.com>
21514 Pedro Alves <palves@redhat.com>
21515
21516 PR breakpoints/17000
21517 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
21518 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
21519
21520 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
21521
21522 * gdb.base/subst.exp: Add tests to verify partial path matching
21523 output.
21524
21525 2014-06-03 Pedro Alves <palves@redhat.com>
21526
21527 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
21528 target that doesn't use software single-stepping.
21529
21530 2014-06-03 Pedro Alves <palves@redhat.com>
21531
21532 PR breakpoints/17000
21533 * gdb.base/sss-bp-on-user-bp-2.c: New file.
21534 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
21535
21536 2014-06-02 Doug Evans <xdje42@gmail.com>
21537
21538 * gdb.guile/scm-parameter.exp: New file.
21539
21540 2014-06-02 Doug Evans <xdje42@gmail.com>
21541
21542 * gdb.guile/scm-cmd.c: New file.
21543 * gdb.guile/scm-cmd.exp: New file.
21544
21545 2014-06-02 Doug Evans <xdje42@gmail.com>
21546
21547 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
21548 pretty-printer lookup.
21549 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
21550 (make-pp_s-printer): Call it.
21551 (make-pretty-printer-from-dict): New function.
21552 (lookup-pretty-printer-maker-from-dict): New function.
21553 (*pretty-printer*): Simplify.
21554 (make-objfile-pp_s-printer): New function.
21555 (install-objfile-pretty-printers!): New function.
21556 (make-progspace-pp_s-printer): New function.
21557 (install-progspace-pretty-printers!): New function.
21558 * gdb.guile/scm-progspace.c: New file.
21559 * gdb.guile/scm-progspace.exp: New file.
21560
21561 2014-06-02 Pedro Alves <palves@redhat.com>
21562
21563 * gdb.base/dprintf-bp-same-addr.c: New file.
21564 * gdb.base/dprintf-bp-same-addr.exp: New file.
21565
21566 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
21567
21568 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
21569 * gdb.arch/powerpc-power.s: Likewise.
21570
21571 2014-06-02 Joel Brobecker <brobecker@adacore.com>
21572
21573 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
21574
21575 2014-06-01 Yao Qi <yao@codesourcery.com>
21576
21577 * gdb.base/watchpoint.exp (test_watch_location): Check null
21578 pointer can be dereferenced. If not, do the test, otherwise
21579 skip it.
21580
21581 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
21582
21583 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
21584 results.
21585 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
21586
21587 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
21588
21589 * gdb.arch/amd64-invalid-stack-middle.S: New file.
21590 * gdb.arch/amd64-invalid-stack-middle.c: New file.
21591 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
21592 * gdb.arch/amd64-invalid-stack-top.c: New file.
21593 * gdb.arch/amd64-invalid-stack-top.exp: New file.
21594
21595 2014-05-30 Pedro Alves <palves@redhat.com>
21596
21597 PR breakpoints/17000
21598 * gdb.base/sss-bp-on-user-bp.c: New file.
21599 * gdb.base/sss-bp-on-user-bp.exp: New file.
21600
21601 2014-05-30 David Blaikie <dblaikie@gmail.com>
21602
21603 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
21604 gnu_inline semantics via attribute.
21605 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
21606 source explicitly specifies the required semantics.
21607
21608 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
21609
21610 * gdb.reverse/sigall-reverse.exp: Fix a typo.
21611
21612 2014-05-29 Pedro Alves <palves@redhat.com>
21613 Tom Tromey <tromey@redhat.com>
21614
21615 * gdb.base/async-shell.exp: Don't enable target-async.
21616 * gdb.base/async.exp
21617 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
21618 parameter. Adjust.
21619 (top level): Don't test with "target-async".
21620 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
21621 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
21622 * gdb.base/inferior-died.exp: Don't enable target-async.
21623 * gdb.base/interrupt-noterm.exp: Likewise.
21624 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
21625 * gdb.mi/mi-nonstop-exit.exp: Likewise.
21626 * gdb.mi/mi-nonstop.exp: Likewise.
21627 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
21628 * gdb.mi/mi-nsintrall.exp: Likewise.
21629 * gdb.mi/mi-nsmoribund.exp: Likewise.
21630 * gdb.mi/mi-nsthrexec.exp: Likewise.
21631 * gdb.mi/mi-watch-nonstop.exp: Likewise.
21632 * gdb.multi/watchpoint-multi.exp: Adjust comment.
21633 * gdb.python/py-evsignal.exp: Don't enable target-async.
21634 * gdb.python/py-evthreads.exp: Likewise.
21635 * gdb.python/py-prompt.exp: Likewise.
21636 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
21637 * gdb.server/solib-list.exp: Don't enable target-async.
21638 * gdb.threads/thread-specific-bp.exp: Likewise.
21639 * lib/mi-support.exp: Adjust to use mi-async.
21640
21641 2014-05-29 Pedro Alves <palves@redhat.com>
21642
21643 PR gdb/13860
21644 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
21645 reason, even in sync mode.
21646
21647 2014-05-29 Pedro Alves <palves@redhat.com>
21648 Hui Zhu <hui@codesourcery.com>
21649
21650 PR PR15693
21651 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
21652 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
21653 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
21654 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
21655
21656 2014-05-28 Joel Brobecker <brobecker@adacore.com>
21657
21658 * config/monitor.exp (gdb_target_monitor): Replace use of
21659 "set remotebaud" by "set serial baud".
21660
21661 2014-05-26 Andy Wingo <wingo@igalia.com>
21662
21663 * gdb.guile/scm-breakpoint.exp:
21664 * gdb.guile/scm-gsmob.exp: Update to use plain old object
21665 properties instead of gdb-object-properties.
21666
21667 2014-05-26 Yao Qi <yao@codesourcery.com>
21668
21669 * gdb.server/no-thread-db.exp: Specify source file name
21670 explicitly when setting a breakpoint.
21671
21672 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
21673
21674 * gdb.btrace/vdso.c: New.
21675 * gdb.btrace/vdso.exp: New.
21676
21677 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
21678
21679 * gdb.base/gcore.exp (capture_command_output): Move ...
21680 * lib/gdb.exp (capture_command_output): ... here.
21681
21682 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
21683
21684 * gdb.btrace/data.exp: Test memory access during btrace replay.
21685
21686 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
21687
21688 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
21689
21690 2014-05-21 Pedro Alves <palves@redhat.com>
21691
21692 PR gdb/13860
21693 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
21694 (top level): Test that output related to execution commands is
21695 sent to the console with CLI commands, but not with MI commands.
21696 Test that breakpoint events are always mirrored to the console.
21697 Also expect the new source line to be output after a "next" in
21698 async mode too. Make it a pass/fail test.
21699 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
21700 output.
21701 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
21702
21703 2014-05-21 Pedro Alves <palves@redhat.com>
21704
21705 * gdb.base/list.exp (build_pattern, test_list): New procedures.
21706 Use them to test variations of "list" after reaching a breakpoint.
21707 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
21708 Test "list" with listsize 10 after reaching a breakpoint.
21709 * gdb.python/python.exp (decode_line current location line
21710 number): Adjust expected line number.
21711
21712 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
21713
21714 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
21715 behavior for $args, pass it directly to "run".
21716
21717 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
21718
21719 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
21720 30000 to 65536.
21721
21722 2014-05-21 Pedro Alves <palves@redhat.com>
21723
21724 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
21725 auto-connect-native-target off".
21726 * gdb.base/auto-connect-native-target.c: New file.
21727 * gdb.base/auto-connect-native-target.exp: New file.
21728
21729 2014-05-21 Pedro Alves <palves@redhat.com>
21730
21731 * gdb.base/default.exp: Test "target native" instead of "target
21732 child".
21733
21734 2014-05-21 Mark Wielaard <mjw@redhat.com>
21735
21736 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
21737
21738 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
21739
21740 Fix TLS access for -static -pthread.
21741 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
21742 <HAVE_TLS> (thread_function, main): Initialize it.
21743 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
21744 Add clean_restart.
21745 <$have_tls != "">: Check TLSVAR.
21746
21747 2014-05-21 Pedro Alves <palves@redhat.com>
21748
21749 * gdb.base/dcache-line-read-error.c: New.
21750 * gdb.base/dcache-line-read-error.exp: New.
21751
21752 2014-05-20 Pedro Alves <palves@redhat.com>
21753
21754 * gdb.base/compare-sections.c: New file.
21755 * gdb.base/compare-sections.exp: New file.
21756
21757 2014-05-20 Pedro Alves <palves@redhat.com>
21758
21759 * gdb.base/break-idempotent.c: New file.
21760 * gdb.base/break-idempotent.exp: New file.
21761
21762 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
21763
21764 * gdb.btrace/nohist.exp: New.
21765
21766 2014-05-20 Yao Qi <yao@codesourcery.com>
21767
21768 * lib/gdb.exp (gdb_init): Set timeout if test file is under
21769 gdb.reverse directory and gdb_reverse_timeout exists in board
21770 setting.
21771 * README: Document gdb_reverse_timeout.
21772
21773 2014-05-20 Yao Qi <yao@codesourcery.com>
21774
21775 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
21776 'test_file_name'. Treat args as a string instead of a list.
21777 (gdb_init): Rename argument 'args' by 'test_file_name'.
21778
21779 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
21780
21781 * gdb.arch/powerpc-power.exp: New file.
21782 * gdb.arch/powerpc-power.s: New file.
21783
21784 2014-05-16 Doug Evans <dje@google.com>
21785
21786 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
21787 * gdb.base/completion.exp: Check that all expected files exist
21788 before doing file completion.
21789
21790 2014-05-16 Doug Evans <dje@google.com>
21791
21792 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
21793 Update.
21794 (do_syscall_tests_without_xml): Update.
21795
21796 2014-05-16 Pedro Alves <palves@redhat.com>
21797
21798 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
21799 instead of "unknown output after running".
21800
21801 2014-05-16 Yao Qi <yao@codesourcery.com>
21802
21803 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
21804 file1.txt from host at the end.
21805 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
21806
21807 2014-05-15 Doug Evans <dje@google.com>
21808
21809 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
21810 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
21811 loading file. Add test for TU lookup.
21812
21813 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
21814
21815 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
21816 calling "-exec-arguments" or "set args" before running the
21817 inferior.
21818
21819 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
21820
21821 * lib/mi-support.exp (mi_expect_stop): Expect message for
21822 inferiors that exit with non-zero exit code.
21823
21824 2014-05-14 Yao Qi <yao@codesourcery.com>
21825
21826 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
21827 match absolute path on remote host.
21828 (test_file_list_exec_source_files): Remove "/" from the
21829 pattern.
21830
21831 2014-05-14 Yao Qi <yao@codesourcery.com>
21832
21833 * boards/local-remote-host-notty.exp (${board}_file): New
21834 proc.
21835
21836 2014-05-07 Kyle McMartin <kyle@redhat.com>
21837
21838 Pushed by Joel Brobecker <brobecker@adacore.com>.
21839 * gdb.arch/aarch64-atomic-inst.c: New file.
21840 * gdb.arch/aarch64-atomic-inst.exp: New file.
21841
21842 2014-05-07 Yao Qi <yao@codesourcery.com>
21843
21844 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
21845 in current context" too.
21846
21847 2014-05-05 Keith Seitz <keiths@redhat.com>
21848
21849 * gdb.linespec/ls-dollar.exp: Add test for linespec
21850 file:convenience_variable.
21851
21852 2014-05-05 Yao Qi <yao@codesourcery.com>
21853
21854 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
21855 traceframes into tfile and ctf trace files. Read data from
21856 trace file and test collected data.
21857 (gdb_collect_locals_test): Likewise.
21858 (gdb_unavailable_registers_test): Likewise.
21859 (gdb_unavailable_floats): Likewise.
21860 (gdb_collect_globals_test): Likewise.
21861 (top-level): Append "ctf" to trace_file_targets if GDB
21862 supports.
21863
21864 2014-05-05 Yao Qi <yao@codesourcery.com>
21865
21866 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
21867 code to ...
21868 (gdb_collect_args_test_1): ... it. New proc.
21869 (gdb_collect_locals_test): Move some code to ...
21870 (gdb_collect_locals_test_1): ... it. New proc.
21871 (gdb_unavailable_registers_test): Move some code to ...
21872 (gdb_unavailable_registers_test_1): ... it. New proc.
21873 (gdb_unavailable_floats): Move some code to ...
21874 (gdb_unavailable_floats_1): ... it. New proc.
21875
21876 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
21877
21878 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
21879 probes to test for bitness recognition.
21880 * gdb.arch/amd64-stap-optional-prefix.exp
21881 (test_probe_value_without_reg): New procedure.
21882 Add code to test for different kinds of bitness.
21883
21884 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
21885
21886 PR breakpoints/16889
21887 * gdb.arch/amd64-stap-optional-prefix.S: New file.
21888 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
21889
21890 2014-05-01 Pedro Alves <palves@redhat.com>
21891
21892 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
21893 gdb_file_cmd if no file is specified.
21894 * boards/native-extended-gdbserver.exp (gdb_load): Use the
21895 last_loaded_file to set the remote exec-file.
21896
21897 2014-05-01 Pedro Alves <palves@redhat.com>
21898
21899 * boards/local-remote-host.exp: New file.
21900
21901 2014-05-01 Pedro Alves <palves@redhat.com>
21902
21903 * boards/local-remote-host.exp: Rename to ...
21904 * boards/local-remote-host-notty.exp: ... this.
21905
21906 2014-04-28 Joel Brobecker <brobecker@adacore.com>
21907
21908 * gdb.ada/dyn_arrayidx: New testcase.
21909
21910 2014-04-26 Yao Qi <yao@codesourcery.com>
21911
21912 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
21913 and compute the length of function main. Save it in
21914 $main_length.
21915 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
21916 (top-level): Use gdb_compile to compile objects into
21917 executable and restart GDB. Remove invocation to
21918 prepare_for_testing.
21919
21920 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
21921 Pedro Alves <palves@redhat.com>
21922
21923 PR server/16255
21924 * gdb.multi/multi-attach.c: New file.
21925 * gdb.multi/multi-attach.exp: New file.
21926
21927 2014-04-25 Pedro Alves <palves@redhat.com>
21928
21929 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
21930 user.
21931 (top level): Test that "set remote conditional-breakpoints-packet
21932 off" works as intended.
21933 * gdb.base/dprintf.exp: Test that "set remote
21934 breakpoint-commands-packet off" works as intended.
21935 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
21936 New function.
21937 (top level): Call it.
21938 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
21939 remote fast-tracepoints-packet off" works as intended.
21940 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
21941 * lib/gdb.exp (gdb_is_target_remote): ... here.
21942
21943 2014-04-24 David Blaikie <dblaikie@gmail.com>
21944
21945 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
21946 ensure clang would not discard them.
21947 * gdb.base/gdbvars.c: Ditto.
21948 * gdb.base/memattr.c: Ditto.
21949 * gdb.base/whatis.c: Ditto.
21950 * gdb.python/py-prettyprint.c: Ditto.
21951 * gdb.trace/actions.c: Ditto.
21952 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
21953 ensure clang would not discard it.
21954
21955 2014-04-24 David Blaikie <dblaikie@gmail.com>
21956
21957 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
21958 clang to emit the full definition of type required by the test
21959 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
21960
21961 2014-04-24 David Blaikie <dblaikie@gmail.com>
21962
21963 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
21964 coax Clang into emitting the definition of the type.
21965 * gdb.cp/pr10728-x.h (y): Ditto.
21966 * gdb.cp/pr10728-y.cc (y): Ditto.
21967
21968 2014-04-24 David Blaikie <dblaikie@gmail.com>
21969
21970 * gdb.base/label.exp: XFAIL label related tests under Clang.
21971 * gdb.cp/cplabel.exp: Ditto.
21972 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
21973 under Clang those using labels.
21974
21975 2014-04-25 Yao Qi <yao@codesourcery.com>
21976
21977 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
21978 double_label.
21979 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
21980 partial_label and double_label.
21981
21982 2014-04-24 David Blaikie <dblaikie@gmail.com>
21983
21984 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
21985
21986 2014-04-24 David Blaikie <dblaikie@gmail.com>
21987
21988 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
21989 of the function to work across GCC and Clang.
21990 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
21991 pointer types (const void ** const V void **).
21992
21993 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
21994 Walfred Tedeschi <walfred.tedeschi@intel.com>
21995
21996 * Makefile.in (EXECUTABLES): Added i386-avx512.
21997 * gdb.arch/i386-avx512.c: New file.
21998 * gdb.arch/i386-avx512.exp: Likewise.
21999
22000 2014-04-23 Keith Seitz <keiths@redhat.com>
22001
22002 * lib/mi-support.exp (mi_list_breakpoints): Delete.
22003 (mi_make_breakpoint_table): New procedure.
22004 (mi_create_breakpoint): Use mi_make_breakpoint
22005 and return the result.
22006 (mi_make_breakpoint): New procedure.
22007 (mi_build_kv_pairs): New procedure.
22008
22009 * gdb.mi/mi-break.exp: Remove unused globals,
22010 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
22011 All callers updated.
22012 * gdb.mi/mi-dprintf.exp: Use variable to track command
22013 number.
22014 Update all callers of mi_create_breakpoint and use
22015 mi_make_breakpoint_table.
22016 Remove any unused global variables.
22017 * gdb.mi/mi-nonstop.exp: Likewise.
22018 * gdb.mi/mi-nsintrall.exp: Likewise.
22019 * gdb.mi/mi-nsmoribund.exp: Likewise.
22020 * gdb.mi/mi-nsthrexec.exp: Likewise.
22021 * gdb.mi/mi-reverse.exp: Likewise.
22022 * gdb.mi/mi-simplerun.exp: Likewise.
22023 * gdb.mi/mi-stepn.exp: Likewise.
22024 * gdb.mi/mi-syn-frame.exp: Likewise.
22025 * gdb.mi/mi-until.exp: Likewise.
22026 * gdb.mi/mi-var-cp.exp: Likewise.
22027 * gdb.mi/mi-var-display.exp: Likewise.
22028 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
22029 * gdb.mi/mi2-var-child.exp: Likewise.
22030 * gdb.mi/mi-vla-c99.exp: Likewise.
22031 * lib/mi-support.exp: Likewise.
22032
22033 From Ian Lance Taylor <iant@cygnus.com>:
22034 * lib/gdb.exp (parse_args): New procedure.
22035
22036 2014-04-23 Pedro Alves <palves@redhat.com>
22037
22038 * gdb.base/break-unload-file.c: New file.
22039 * gdb.base/break-unload-file.exp: New file.
22040 * gdb.base/sym-file-lib.c (baz): New function.
22041 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
22042 field.
22043 (load): Store the segment's mapped size.
22044 (unload): New function.
22045 (unload_shlib): New function.
22046 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
22047 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
22048 set a breakpoint at baz, and call it.
22049 * gdb.base/sym-file.exp: New tests for stale breakpoint
22050 instructions.
22051
22052 2014-04-23 Pedro Alves <palves@redhat.com>
22053
22054 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
22055 * gdb.base/hbreak-in-shr-unsupported.c: New file.
22056 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
22057 * gdb.base/hbreak-unmapped.c: New file.
22058 * gdb.base/hbreak-unmapped.exp: New file.
22059 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
22060 * lib/gdb.exp (gdb_is_target_remote): ... here.
22061
22062 2014-04-22 Pedro Alves <palves@redhat.com>
22063
22064 * gdb.base/consecutive-step-over.c: New file.
22065 * gdb.base/consecutive-step-over.exp: New file.
22066
22067 2014-04-22 Pedro Alves <palves@redhat.com>
22068
22069 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
22070 instead of send_gdb/gdb_expect.
22071
22072 2014-04-22 Yao Qi <yao@codesourcery.com>
22073
22074 * lib/trace-support.exp (generate_tracefile): New procedure.
22075 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
22076 return 0.
22077 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
22078 if generate_tracefile returns 1.
22079
22080 2014-04-18 Tom Tromey <palves@redhat.com>
22081 Pedro alves <tromey@redhat.com>
22082
22083 PR backtrace/15558
22084 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
22085 with a backtrace limit.
22086 * gdb.python/py-frame-inline.exp: Test running to an inline
22087 function with a backtrace limit, and printing the newest frame.
22088 * gdb.python/py-frame-inline.c (main): Call f.
22089
22090 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
22091
22092 * gdb.java/jnpe.exp: Drop srcdir from untested path.
22093
22094 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
22095
22096 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
22097 Drop prefix from unsupported source file path.
22098
22099 2014-04-17 Yao Qi <yao@codesourcery.com>
22100
22101 * lib/gdb.exp (with_target_charset): New proc.
22102 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
22103 with_target_charset.
22104 (test_print_strings): Likewise.
22105 (test_repeat_bytes): Likewise.
22106 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
22107 for some tests.
22108
22109 2014-04-16 Keith Seitz <keiths@redhat.com>
22110
22111 PR gdb/15827
22112 * gdb.dwarf2/corrupt.c: New file.
22113 * gdb.dwarf2/corrupt.exp: New file.
22114
22115 2014-04-16 Keith Seitz <keiths@redhat.com>
22116
22117 PR c++/16597
22118 * gdb.cp/namelessclass.cc: New file.
22119 * gdb.cp/namelessclass.exp: New file.
22120 * gdb.cp/namelessclass.S: New file.
22121
22122 2014-04-16 Doug Evans <dje@google.com>
22123
22124 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
22125 Add comment.
22126 (gdbserver_default_get_comm_port): New function.
22127 (gdbserver_start): Check if board file provided
22128 "gdbserver,get_comm_port" and use it if so.
22129 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
22130 (gdb,socketport): Set to "stdio".
22131 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
22132 (stdio_gdbserver_template): Delete.
22133 (${board}_get_remote_address): Update.
22134 (${board}_build_remote_cmd): Delete.
22135 (${board}_get_comm_port): New function.
22136 (${board}_spawn): Update.
22137 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
22138 Delete.
22139 (${board}_get_remote_address): Update.
22140 (${board}_get_comm_port): New function.
22141
22142 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
22143
22144 * gdb.base/memattr.exp: Improve regexps to handle memory regions
22145 appearing in any order.
22146
22147 2014-04-15 Doug Evans <dje@google.com>
22148
22149 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
22150 uninitialized value of "description".
22151
22152 2014-04-15 Keith Seitz <keiths@redhat.com>
22153
22154 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
22155 Remove unused globals.
22156 (test_running_the_program): Likewise.
22157 (test_controlled_execution): Likewise.
22158 (test_controlling_breakpoints): Likewise.
22159 (test_program_termination): Likewise.
22160
22161 2014-04-15 Keith Seitz <keiths@redhat.com>
22162
22163 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
22164 unused globals.
22165 (test_rbreak_creation_and_listing): Likewise.
22166 (test_ignore_count): Likewise.
22167 (test_error): Likewise.
22168
22169 2014-04-15 Pedro Alves <palves@redhat.com>
22170
22171 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
22172 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
22173 sym-file-loader.c.
22174 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
22175 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
22176 to sym-file-loader.c.
22177 (struct library): Forward declare.
22178 (load_shlib, lookup_function): Change prototypes.
22179 (find_shstrtab, find_strtab, find_shdr, find_symtab)
22180 (translate_offset): Remove declarations.
22181 (get_text_addr): New declaration.
22182 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
22183 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
22184 sym-file-loader.h.
22185 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
22186 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
22187 here from sym-file-loader.h.
22188 (struct library): New structure.
22189 (load_shlib, lookup_function): Change prototypes and adjust to
22190 work with a struct library.
22191 (find_shstrtab, find_strtab, find_shdr, find_symtab)
22192 (translate_offset): Make static.
22193 (get_text_addr): New function.
22194 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
22195
22196 2014-04-15 Pedro Alves <palves@redhat.com>
22197
22198 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
22199
22200 2014-04-15 Pedro Alves <palves@redhat.com>
22201
22202 * gdb.base/sym-file-loader.c: Include <limits.h>.
22203 (SELF_LINK): New define.
22204 (get_origin): New function.
22205 (load_shlib): Use it.
22206 * gdb.base/sym-file.exp: Don't early return if the target is
22207 remote. Use runto_main, and issue fail is that fails. Use
22208 gdb_load_shlibs.
22209 (shlib_name): Delete.
22210 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
22211
22212 2014-04-15 Pedro Alves <palves@redhat.com>
22213
22214 * gdb.base/sym-file.exp: Remove regex characters from test
22215 message. Don't refer to breakpoint numbers in test messages.
22216
22217 2014-04-14 Keith Seitz <keiths@redhat.com>
22218
22219 PR c++/16253
22220 * gdb.cp/var-tag.cc: New file.
22221 * gdb.cp/var-tag.exp: New file.
22222 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
22223 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
22224 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
22225 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
22226
22227 2014-04-14 Tom Tromey <tromey@redhat.com>
22228
22229 * gdb.cp/classes.exp (test_enums): Handle underlying type.
22230 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
22231 type.
22232 * gdb.cp/enum-class.exp: New file.
22233 * gdb.cp/enum-class.cc: New file.
22234
22235 2014-04-14 Tom Tromey <tromey@redhat.com>
22236
22237 * gdb.dwarf2/enum-type.exp: New file.
22238
22239 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22240
22241 * gdb.mi/mi-vla-c99.exp: New file.
22242 * gdb.mi/vla.c: New file.
22243
22244 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22245
22246 * gdb.base/vla-datatypes.c: New file.
22247 * gdb.base/vla-datatypes.exp: New file.
22248
22249 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22250
22251 * gdb.base/vla-ptr.c: New file.
22252 * gdb.base/vla-ptr.exp: New file.
22253
22254 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22255
22256 * gdb.dwarf2/count.exp: New file.
22257
22258 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22259
22260 * gdb.base/vla-sideeffect.c: New file.
22261 * gdb.base/vla-sideeffect.exp: New file.
22262
22263 2014-04-14 David Blaikie <dblaikie@gmail.com>
22264
22265 * gdb.mi/non-stop.c: Add return value for non-void function return
22266 statement.
22267 * gdb.threads/staticthreads.c: Ditto.
22268
22269 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
22270 Doug Evans <xdje42@gmail.com>
22271
22272 * gdb.guile/scm-value.c: Improve test case.
22273 * gdb.guile/scm-value.exp: Add new test.
22274
22275 2014-04-11 David Blaikie <dblaikie@gmail.com>
22276
22277 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
22278 override Clang's default.
22279
22280 2014-04-11 Joel Brobecker <brobecker@adacore.com>
22281
22282 Revert the following changes (regressions):
22283
22284 * gdb.base/vla-sideeffect.c: New file.
22285 * gdb.base/vla-sideeffect.exp: New file.
22286
22287 * gdb.dwarf2/count.exp: New file.
22288
22289 * gdb.base/vla-multi.c: New file.
22290 * gdb.base/vla-multi.exp: New file.
22291
22292 * gdb.base/vla-ptr.c: New file.
22293 * gdb.base/vla-ptr.exp: New file.
22294
22295 * gdb.base/vla-datatypes.c: New file.
22296 * gdb.base/vla-datatypes.exp: New file.
22297
22298 * gdb.mi/mi-vla-c99.exp: New file.
22299 * gdb.mi/vla.c: New file.
22300
22301 2014-04-11 Keith Seitz <keiths@redhat.com>
22302
22303 PR c++/16675
22304 * gdb.cp/cpsizeof.exp: New file.
22305 * gdb.cp/cpsizeof.cc: New file.
22306
22307 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22308
22309 * gdb.mi/mi-vla-c99.exp: New file.
22310 * gdb.mi/vla.c: New file.
22311
22312 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22313
22314 * gdb.base/vla-datatypes.c: New file.
22315 * gdb.base/vla-datatypes.exp: New file.
22316
22317 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22318
22319 * gdb.base/vla-ptr.c: New file.
22320 * gdb.base/vla-ptr.exp: New file.
22321
22322 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22323
22324 * gdb.base/vla-multi.c: New file.
22325 * gdb.base/vla-multi.exp: New file.
22326
22327 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22328
22329 * gdb.dwarf2/count.exp: New file.
22330
22331 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22332
22333 * gdb.base/vla-sideeffect.c: New file.
22334 * gdb.base/vla-sideeffect.exp: New file.
22335
22336 2014-04-11 Yao Qi <yao@codesourcery.com>
22337
22338 * gdb.base/completion.exp: Check file exists before running tests
22339 on file completion.
22340
22341 2014-04-10 Pedro Alves <palves@redhat.com>
22342
22343 * gdb.base/cond-eval-mode.c: New file.
22344 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
22345 prepare_for_testing to build the new file. Check result of
22346 runto_main.
22347 (test_break, test_watch): New procedures.
22348 (top level): Use them.
22349
22350 2014-04-08 Pierre Muller <muller@sourceware.org>
22351
22352 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
22353 Ctrl-V use for mingw hosts.
22354
22355 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
22356
22357 * gdb.python/py-value.c: Improve test case.
22358 * gdb.python/py-value.exp: Add new test.
22359
22360 2014-04-07 David Blaikie <dblaikie@gmail.com>
22361
22362 * lib/compiler.c: Identify the clang compiler.
22363 * lib/compiler.cc: Ditto.
22364
22365 2014-04-03 Yao Qi <yao@codesourcery.com>
22366
22367 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
22368
22369 2014-04-01 Anton Blanchard <anton@samba.org>
22370
22371 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
22372 messages unique.
22373
22374 2014-04-01 Anton Blanchard <anton@samba.org>
22375
22376 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
22377 prepare_for_testing.
22378
22379 2014-04-01 Anton Blanchard <anton@samba.org>
22380
22381 * gdb.arch/ppc64-atomic-inst.c: Remove.
22382 * gdb.arch/ppc64-atomic-inst.S: New file.
22383 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
22384
22385 2014-03-31 Doug Evans <dje@google.com>
22386
22387 * gdb.base/print-symbol-loading-lib.c: New file.
22388 * gdb.base/print-symbol-loading-main.c: New file.
22389 * gdb.base/print-symbol-loading.exp: New file.
22390
22391 2014-03-31 Yao Qi <yao@codesourcery.com>
22392
22393 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
22394
22395 2014-03-28 Joel Brobecker <brobecker@adacore.com>
22396
22397 * gdb.ada/mi_dyn_arr: New testcase.
22398
22399 2014-03-27 Doug Evans <dje@google.com>
22400
22401 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
22402
22403 2014-03-27 Yao Qi <yao@codesourcery.com>
22404
22405 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
22406 if target is nios2-*-*.
22407
22408 2014-03-26 Yao Qi <yao@codesourcery.com>
22409
22410 * lib/gdb.exp (readline_is_used): New proc.
22411 * gdb.base/completion.exp: Move tests on command complete up.
22412 Skip the rest of tests if readline is not used.
22413 * gdb.ada/complete.exp: Skp the test if readline is not
22414 used.
22415 * gdb.base/filesym.exp: Likewise.
22416 * gdb.base/macscp.exp: Likewise.
22417 * gdb.base/readline-ask.exp: Likewise.
22418 * gdb.base/readline.exp: Likewise.
22419 * gdb.python/py-cmd.exp: Likewise.
22420 * gdb.trace/tfile.exp: Likewise.
22421
22422 2014-03-26 Yao Qi <yao@codesourcery.com>
22423
22424 * gdb.base/macscp.exp: Fix code format issues.
22425
22426 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
22427
22428 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
22429 * gdb.asm/powerpc64le.inc: New file.
22430
22431 2014-03-25 Pedro Alves <palves@redhat.com>
22432 Doug Evans <dje@google.com>
22433
22434 * gdb.base/source-execution.c: New file.
22435 * gdb.base/source-execution.exp: New file.
22436 * gdb.base/source-execution.gdb: New file.
22437
22438 2014-03-24 Doug Evans <dje@google.com>
22439
22440 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
22441 using fission.
22442
22443 2014-03-24 Hui Zhu <hui@codesourcery.com>
22444 Pedro Alves <palves@redhat.com>
22445
22446 PR breakpoints/16101
22447 * gdb.base/dprintf.exp: Use unsupported rather than changing the
22448 test pass/fail messages. Detect missing support for dprintf when
22449 breakpoints are actually inserted.
22450 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
22451 breakpoints are actually inserted.
22452 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
22453 fails.
22454
22455 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
22456
22457 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
22458
22459 2014-03-22 Doug Evans <xdje42@gmail.com>
22460
22461 * gdb.python/python.exp (python not supported): Verify multi-line
22462 python command issues an error.
22463 * gdb.guile/guile.exp (guile not supported): Verify multi-line
22464 guile command issues an error.
22465
22466 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
22467
22468 * gdb.threads/thread-specific.exp: Handle the lack of usable
22469 $this_breakpoint and $this_thread.
22470
22471 2014-03-21 Hui Zhu <hui@codesourcery.com>
22472
22473 * gdb.base/attach.exp (do_command_attach_tests): New.
22474
22475 2014-03-20 Tom Tromey <tromey@redhat.com>
22476 Pedro Alves <palves@redhat.com>
22477
22478 PR cli/15718
22479 * gdb.base/condbreak-call-false.c: New file.
22480 * gdb.base/condbreak-call-false.exp: New file.
22481
22482 2014-03-20 Pedro Alves <palves@redhat.com>
22483
22484 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
22485 Delete.
22486 (block_signals, unblock_signals): Delete.
22487 (child_function_2, main): Remove references to deleted variable
22488 and functions.
22489
22490 2014-03-20 Pedro Alves <palves@redhat.com>
22491
22492 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
22493 Use pthread_kill to signal thread 2.
22494 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
22495 Adjust to make the test send itself a signal rather than using the
22496 host's "kill" command.
22497
22498 2014-03-20 Pedro Alves <palves@redhat.com>
22499
22500 * gdb.threads/multiple-step-overs.c: New file.
22501 * gdb.threads/multiple-step-overs.exp: New file.
22502 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
22503 Adjust expected infrun debug output.
22504
22505 2014-03-20 Pedro Alves <palves@redhat.com>
22506
22507 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
22508 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
22509
22510 2014-03-20 Pedro Alves <palves@redhat.com>
22511
22512 PR breakpoints/7143
22513 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
22514 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
22515 of gdb_test_multiple.
22516 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
22517 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
22518
22519 2014-03-20 Pedro Alves <palves@redhat.com>
22520
22521 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
22522 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
22523
22524 2014-03-19 Pedro Alves <palves@redhat.com>
22525
22526 * gdb.base/async.exp: Remove early return.
22527
22528 2014-03-19 Pedro Alves <palves@redhat.com>
22529
22530 * gdb.base/async.exp (step& tests): Pass explicit test messages.
22531
22532 2014-03-19 Pedro Alves <palves@redhat.com>
22533
22534 * gdb.base/async.exp (test_background): Expect \r\n after
22535 "completed." in the fail pattern.
22536
22537 2014-03-19 Pedro Alves <palves@redhat.com>
22538
22539 * gdb.base/async.exp (test_background): New procedure.
22540 Use it for all background execution command tests.
22541
22542 2014-03-19 Pedro Alves <palves@redhat.com>
22543
22544 * gdb.base/async.exp: Use prepare_for_testing.
22545
22546 2014-03-19 Pedro Alves <palves@redhat.com>
22547
22548 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
22549 the same line.
22550
22551 2014-03-19 Pedro Alves <palves@redhat.com>
22552
22553 * gdb.base/async.c (main): Add "jump here" and "until here" line
22554 marker comments.
22555 * gdb.base/async.exp (jump_here): New global.
22556 (jump& test): Use it.
22557 (until_here): New global.
22558 (until& test): Use it.
22559
22560 2014-03-19 Pedro Alves <palves@redhat.com>
22561
22562 * gdb.base/async.exp: Don't frob gdb_protocol.
22563
22564 2014-03-18 Doug Evans <xdje42@gmail.com>
22565
22566 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
22567 Fix spelling of exec-done-display.
22568
22569 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
22570
22571 PR gdb/15358
22572 * gdb.base/gdb-sigterm.c: New file.
22573 * gdb.base/gdb-sigterm.exp: New file.
22574
22575 2014-03-18 Pedro Alves <palves@redhat.com>
22576
22577 PR gdb/13860
22578 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
22579 * lib/mi-support.exp (mi_expect_stop): Add special handling for
22580 solib-event.
22581
22582 2014-03-17 Joel Brobecker <brobecker@adacore.com>
22583
22584 * gdb.ada/pckd_arr_ren: New testcase.
22585
22586 2014-03-13 Doug Evans <xdje42@gmail.com>
22587
22588 PR guile/16612
22589 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
22590 collect after discarding symbols.
22591
22592 2014-03-13 Ludovic Courtès <ludo@gnu.org>
22593 Doug Evans <xdje42@gmail.com>
22594
22595 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
22596 to history survives a gc.
22597
22598 2014-03-13 Pedro Alves <palves@redhat.com>
22599
22600 * gdb.base/default.exp: Don't test "target procfs".
22601
22602 2014-03-13 Pedro Alves <palves@redhat.com>
22603
22604 * gdb.base/default.exp: Update "target child" and "target procfs"
22605 tests to not expect "Unix".
22606
22607 2014-03-12 Tom Tromey <tromey@redhat.com>
22608
22609 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
22610 New procs. Add target-async tests.
22611 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
22612 Add target-async tests.
22613
22614 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
22615
22616 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
22617 'func_start' and 'func_end' for the beginning and end of the
22618 function code, respectively.
22619 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
22620 'func_end' instead of 'func' and 'main'.
22621
22622 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
22623
22624 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
22625 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
22626 generate the debug info assembler source.
22627
22628 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
22629
22630 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
22631 * gdb.dwarf2/arr-subrange.exp: Likewise.
22632 * gdb.dwarf2/dwz.exp: Likewise.
22633 * gdb.dwarf2/method-ptr.exp: Likewise.
22634 * gdb.dwarf2/missing-sig-type.exp: Likewise.
22635 * gdb.dwarf2/subrange.exp: Likewise.
22636 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
22637 * gdb.dwarf2/implptrpiece.exp: Likewise.
22638 * gdb.dwarf2/nostaticblock.exp: Likewise.
22639
22640 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
22641
22642 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
22643 directory to absolute path name arguments.
22644
22645 2014-03-10 Joel Brobecker <brobecker@adacore.com>
22646
22647 * gdb.ada/tagged_access: New testcase.
22648
22649 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
22650
22651 * gdb.btrace/data.exp: Update expected output.
22652
22653 2014-03-06 Yao Qi <yao@codesourcery.com>
22654
22655 * gdb.trace/pr16508.exp: New file.
22656
22657 2014-03-05 Pedro Alves <palves@redhat.com>
22658
22659 PR gdb/16575
22660 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
22661 procedure.
22662 (top level): Adjust to use it. Add tests that exercise breakpoint
22663 interaction with the code-cache.
22664
22665 2014-02-26 Ludovic Courtès <ludo@gnu.org>
22666
22667 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
22668 test for 'history-append!'.
22669
22670 2014-02-26 Joel Brobecker <brobecker@adacore.com>
22671
22672 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
22673 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
22674 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
22675 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
22676 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
22677 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
22678
22679 2014-02-26 Joel Brobecker <brobecker@adacore.com>
22680
22681 * testsuite/gdb.python/py-pp-re-notag.c: New file.
22682 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
22683 * testsuite/gdb.python/py-pp-re-notag.p: New file.
22684
22685 2014-02-26 Joel Brobecker <brobecker@adacore.com>
22686
22687 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
22688
22689 2014-02-26 Joel Brobecker <brobecker@adacore.com>
22690
22691 * gdb.dwarf2/arr-stride.c: New file.
22692 * gdb.dwarf2/arr-stride.exp: New file.
22693
22694 2014-02-26 Pedro Alves <palves@redhat.com>
22695
22696 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
22697 that won't ever trigger. Make sure that GDB reports the correct
22698 breakpoint that caused the stop.
22699
22700 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
22701
22702 PR gdb/16626
22703 * gdb.base/auto-load-script: New file.
22704 * gdb.base/auto-load.c: New file.
22705 * gdb.base/auto-load.exp: New file.
22706
22707 PR gdb/16626
22708 * gdb.base/auto-load.exp: Fix out-of-srctree run.
22709
22710 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
22711
22712 Fix dw2-icycle.exp -fsanitize=address GDB crash.
22713 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
22714
22715 2014-02-24 Doug Evans <dje@google.com>
22716
22717 * lib/gdb.exp (run_on_host): Log error output if program fails.
22718
22719 2014-02-21 Pedro Alves <palves@redhat.com>
22720
22721 * gdb.threads/step-after-sr-lock.c: Rename to ...
22722 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
22723 * gdb.threads/step-after-sr-lock.exp: Rename to ...
22724 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
22725 ... this.
22726
22727 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
22728
22729 PR tdep/16397
22730 * gdb.arch/amd64-stap-special-operands.exp: New file.
22731 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
22732 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
22733 * gdb.arch/amd64-stap-triplet.S: Likewise.
22734 * gdb.arch/amd64-stap-triplet.c: Likewise.
22735
22736 2014-02-20 Joel Brobecker <brobecker@adacore.com>
22737
22738 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
22739 in .section pseudo-op.
22740
22741 2014-02-20 lin zuojian <manjian2006@gmail.com>
22742 Joel Brobecker <brobecker@adacore.com>
22743 Doug Evans <xdje42@gmail.com>
22744
22745 PR symtab/16581
22746 * gdb.dwarf2/dw2-icycle.S: New file.
22747 * gdb.dwarf2/dw2-icycle.c: New file.
22748 * gdb.dwarf2/dw2-icycle.exp: New file.
22749
22750 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
22751
22752 * gdb.python/py-value-cc.cc: Improve test case to enable testing
22753 operations on gdb.Value objects.
22754 * gdb.python/py-value-cc.exp: Add new test to test operations on
22755 gdb.Value objects.
22756
22757 2014-02-18 Doug Evans <dje@google.com>
22758
22759 * Makefile.in (TESTS): New variable.
22760 (expanded_tests, expanded_tests_or_none): New variables
22761 (check-single): Pass $(expanded_tests_or_none) to runtest.
22762 (check-parallel): Only run tests in $(TESTS) if non-empty.
22763 (check/no-matching-tests-found): New rule.
22764 * README: Document TESTS makefile variable.
22765
22766 2014-02-18 Doug Evans <dje@google.com>
22767
22768 * Makefile.in (check-parallel): rm -rf outputs temp.
22769
22770 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
22771
22772 Fix "ERROR: no fileid for" in the testsuite.
22773 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
22774
22775 2014-02-12 Doug Evans <dje@google.com>
22776
22777 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
22778 (MISCELLANEOUS): New variable.
22779 (clean): rm -rf $(MISCELLANEOUS).
22780 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
22781 dwp live in the same directory as symlinks, with each symlink pointed
22782 to a differently named file in a different directory.
22783
22784 2014-02-11 Doug Evans <dje@google.com>
22785
22786 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
22787 of Tcl file commands.
22788
22789 2014-02-10 Mark Kettenis <kettenis@gnu.org>
22790
22791 * gdb.threads/step-after-sr-lock.exp: Avoid executing
22792 "kill -SIGUSR1 -1".
22793
22794 2014-02-10 Joel Brobecker <brobecker@adacore.com>
22795
22796 * gdb.ada/tick_length_array_enum_idx: New testcase.
22797
22798 2014-02-10 Doug Evans <xdje42@gmail.com>
22799
22800 * configure.ac (AC_OUTPUT): Add gdb.guile.
22801 * configure: Regenerate.
22802 * lib/gdb-guile.exp: New file.
22803 * lib/gdb.exp (get_target_charset): New function.
22804 * gdb.base/help.exp: Update expected output from "apropos apropos".
22805 * gdb.guile/Makefile.in: New file.
22806 * gdb.guile/guile.exp: New file.
22807 * gdb.guile/scm-arch.c: New file.
22808 * gdb.guile/scm-arch.exp: New file.
22809 * gdb.guile/scm-block.c: New file.
22810 * gdb.guile/scm-block.exp: New file.
22811 * gdb.guile/scm-breakpoint.c: New file.
22812 * gdb.guile/scm-breakpoint.exp: New file.
22813 * gdb.guile/scm-disasm.c: New file.
22814 * gdb.guile/scm-disasm.exp: New file.
22815 * gdb.guile/scm-equal.c: New file.
22816 * gdb.guile/scm-equal.exp: New file.
22817 * gdb.guile/scm-error.exp: New file.
22818 * gdb.guile/scm-error.scm: New file.
22819 * gdb.guile/scm-frame-args.c: New file.
22820 * gdb.guile/scm-frame-args.exp: New file.
22821 * gdb.guile/scm-frame-args.scm: New file.
22822 * gdb.guile/scm-frame-inline.c: New file.
22823 * gdb.guile/scm-frame-inline.exp: New file.
22824 * gdb.guile/scm-frame.c: New file.
22825 * gdb.guile/scm-frame.exp: New file.
22826 * gdb.guile/scm-generics.exp: New file.
22827 * gdb.guile/scm-gsmob.exp: New file.
22828 * gdb.guile/scm-iterator.c: New file.
22829 * gdb.guile/scm-iterator.exp: New file.
22830 * gdb.guile/scm-math.c: New file.
22831 * gdb.guile/scm-math.exp: New file.
22832 * gdb.guile/scm-objfile-script-gdb.in: New file.
22833 * gdb.guile/scm-objfile-script.c: New file.
22834 * gdb.guile/scm-objfile-script.exp: New file.
22835 * gdb.guile/scm-objfile.c: New file.
22836 * gdb.guile/scm-objfile.exp: New file.
22837 * gdb.guile/scm-ports.exp: New file.
22838 * gdb.guile/scm-pretty-print.c: New file.
22839 * gdb.guile/scm-pretty-print.exp: New file.
22840 * gdb.guile/scm-pretty-print.scm: New file.
22841 * gdb.guile/scm-section-script.c: New file.
22842 * gdb.guile/scm-section-script.exp: New file.
22843 * gdb.guile/scm-section-script.scm: New file.
22844 * gdb.guile/scm-symbol.c: New file.
22845 * gdb.guile/scm-symbol.exp: New file.
22846 * gdb.guile/scm-symtab-2.c: New file.
22847 * gdb.guile/scm-symtab.c: New file.
22848 * gdb.guile/scm-symtab.exp: New file.
22849 * gdb.guile/scm-type.c: New file.
22850 * gdb.guile/scm-type.exp: New file.
22851 * gdb.guile/scm-value-cc.cc: New file.
22852 * gdb.guile/scm-value-cc.exp: New file.
22853 * gdb.guile/scm-value.c: New file.
22854 * gdb.guile/scm-value.exp: New file.
22855 * gdb.guile/source2.scm: New file.
22856 * gdb.guile/types-module.cc: New file.
22857 * gdb.guile/types-module.exp: New file.
22858
22859 2014-02-10 Yao Qi <yao@codesourcery.com>
22860
22861 PR testsuite/16543
22862 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
22863 * configure: Regenerated.
22864 * Makefile.in: New file.
22865
22866 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
22867
22868 * gdb.python/py-framefilter.exp: Fix typo.
22869
22870 2014-02-08 Yao Qi <yao@codesourcery.com>
22871
22872 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
22873 that no =breakpoint-modified is emitted when breakpoints are
22874 modified through MI commands.
22875
22876 2014-02-07 Pedro Alves <pedro@codesourcery.com>
22877 Pedro Alves <palves@redhat.com>
22878
22879 * gdb.threads/step-after-sr-lock.c: New file.
22880 * gdb.threads/step-after-sr-lock.exp: New file.
22881
22882 2014-02-07 Pedro Alves <palves@redhat.com>
22883
22884 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
22885
22886 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
22887
22888 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
22889 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
22890
22891 2014-02-06 Doug Evans <xdje42@gmail.com>
22892
22893 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
22894 output.
22895
22896 * gdb.gdb/python-interrupts.exp: New file.
22897
22898 2014-02-05 Yao Qi <yao@codesourcery.com>
22899
22900 * gdb.trace/report.exp (use_collected_data): Test the output
22901 of "info threads" and "info inferiors".
22902
22903 2014-02-05 Yao Qi <yao@codesourcery.com>
22904
22905 Revert this patch:
22906
22907 2013-05-24 Yao Qi <yao@codesourcery.com>
22908
22909 * gdb.trace/tfile.exp: Test inferior and thread.
22910
22911 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
22912
22913 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
22914 on a function.
22915 * gdb.base/step-bt.c: Call hello via function pointer to make
22916 sure its first instruction is executed on powerpc64le-linux.
22917
22918 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
22919
22920 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
22921
22922 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
22923
22924 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
22925 of the test patterns for use on little-endian systems.
22926
22927 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
22928
22929 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
22930 (decimal_vector): Fix for little-endian.
22931
22932 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
22933
22934 * gdb.arch/sparc-sysstep.exp: New file.
22935 * gdb.arch/sparc-sysstep.c: Likewise.
22936
22937 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
22938
22939 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
22940
22941 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
22942
22943 2014-01-23 Tom Tromey <tromey@redhat.com>
22944
22945 * gdb.ada/array_char_idx: New testcase.
22946
22947 2014-01-23 Tom Tromey <tromey@redhat.com>
22948
22949 PR python/16487:
22950 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
22951 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
22952 classes.
22953
22954 2014-01-23 Tom Tromey <tromey@redhat.com>
22955
22956 PR python/16491:
22957 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
22958 string from an inferior frame.
22959 * gdb.python/py-framefilter-mi.exp: Update.
22960
22961 2014-01-22 Doug Evans <dje@google.com>
22962
22963 * gdb.server/server-mon.exp: Add tests for "set debug-format".
22964
22965 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
22966
22967 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
22968
22969 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
22970
22971 * gdb.trace/entry-values.exp: Remove excess space character from
22972 regex patterns. Handle s390 call instruction.
22973
22974 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
22975
22976 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
22977 define "*_start" label. Make "name" static.
22978 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
22979 ${name} by references to ${name}_start.
22980
22981 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
22982
22983 * gdb.base/info-macros.exp: Remove "debug" from the compile
22984 options.
22985
22986 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
22987
22988 * gdb.dlang/demangle.exp: New file.
22989
22990 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
22991
22992 * gdb.dlang/primitive-types.exp: New file.
22993
22994 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
22995
22996 * configure.ac: Create gdb.dlang/Makefile.
22997 * configure: Regenerate.
22998 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
22999 * gdb.dlang/Makefile.in: New file.
23000 * lib/d-support.exp: New file.
23001 * lib/gdb.exp (skip_d_tests): New proc.
23002
23003 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23004
23005 * gdb.btrace/delta.exp: Check reverse stepi.
23006 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
23007 * gdb.btrace/finish.exp: New.
23008 * gdb.btrace/next.exp: New.
23009 * gdb.btrace/nexti.exp: New.
23010 * gdb.btrace/record_goto.c: Add comments.
23011 * gdb.btrace/step.exp: New.
23012 * gdb.btrace/stepi.exp: New.
23013 * gdb.btrace/multi-thread-step.c: New.
23014 * gdb.btrace/multi-thread-step.exp: New.
23015 * gdb.btrace/rn-dl-bind.c: New.
23016 * gdb.btrace/rn-dl-bind.exp: New.
23017 * gdb.btrace/data.c: New.
23018 * gdb.btrace/data.exp: New.
23019 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
23020
23021 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23022
23023 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
23024 * gdb.btrace/exception.exp: Update.
23025 * gdb.btrace/instruction_history.exp: Update.
23026 * gdb.btrace/record_goto.exp: Update.
23027 * gdb.btrace/tailcall.exp: Update.
23028 * gdb.btrace/unknown_functions.exp: Update.
23029 * gdb.btrace/delta.exp: New.
23030
23031 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23032
23033 * gdb.btrace/record_goto.exp: Add backtrace test.
23034 * gdb.btrace/tailcall.exp: Add backtrace test.
23035
23036 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23037
23038 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
23039 * gdb.btrace/record_goto.c: New.
23040 * gdb.btrace/record_goto.exp: New.
23041 * gdb.btrace/x86-record_goto.S: New.
23042
23043 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23044
23045 * gdb.btrace/function_call_history.exp: Update tests.
23046 * gdb.btrace/instruction_history.exp: Update tests.
23047
23048 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23049
23050 * gdb.btrace/function_call_history.exp: Fix expected field
23051 order for "record function-call-history".
23052 Add new tests for "record function-call-history /c".
23053 * gdb.btrace/exception.cc: New.
23054 * gdb.btrace/exception.exp: New.
23055 * gdb.btrace/tailcall.exp: New.
23056 * gdb.btrace/x86-tailcall.S: New.
23057 * gdb.btrace/x86-tailcall.c: New.
23058 * gdb.btrace/unknown_functions.c: New.
23059 * gdb.btrace/unknown_functions.exp: New.
23060 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
23061
23062 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23063
23064 * gdb.btrace/instruction_history.exp: Update.
23065 * gdb.btrace/function_call_history.exp: Update.
23066
23067 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23068
23069 * gdb.btrace/function_call_history.exp: Fix expected function
23070 trace.
23071 * gdb.btrace/instruction_history.exp: Initialize traced.
23072 Remove traced_functions.
23073
23074 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23075
23076 * gdb.btrace/function_call_history.exp: Update
23077 * gdb.btrace/instruction_history.exp: Update.
23078
23079 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23080
23081 * gdb.btrace/enable.exp: Update expected text.
23082
23083 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
23084
23085 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
23086 bytes.
23087
23088 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
23089
23090 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
23091
23092 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
23093
23094 * lib/gdb.exp (supports_process_record): Return true for
23095 arm*-linux*. (supports_reverse): Likewise.
23096
23097 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
23098
23099 PR python/15464
23100 PR python/16113
23101 * gdb.python/py-type.c: Enhance test case.
23102 * gdb.python/py-value-cc.cc: Likewise
23103 * gdb.python/py-type.exp: Add new tests.
23104 * gdb.python/py-value-cc.exp: Likewise
23105
23106 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
23107 Pedro Alves <palves@redhat.com>
23108
23109 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
23110 Make "name" extern.
23111 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
23112 references to ${name}_start by references to ${name}.
23113
23114 2014-01-10 Joel Brobecker <brobecker@adacore.com>
23115
23116 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
23117
23118 2014-01-10 Joel Brobecker <brobecker@adacore.com>
23119
23120 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
23121
23122 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
23123 Pedro Alves <palves@redhat.com>
23124
23125 * gdb.mi/mi-info-os.exp: Connect to the target with
23126 mi_gdb_target_load.
23127
23128 2014-01-08 Pedro Alves <palves@redhat.com>
23129
23130 * gdb.threads/reconnect-signal.c: New file.
23131 * gdb.threads/reconnect-signal.exp: New file.
23132
23133 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
23134
23135 * gdb.base/source-dir.exp: New file.
23136
23137 2014-01-07 Joel Brobecker <brobecker@adacore.com>
23138
23139 * gdb.ada/mi_interface: New testcase.
23140
23141 2014-01-07 Joel Brobecker <brobecker@adacore.com>
23142
23143 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
23144 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
23145 gdb.ada/pp-rec-component/pck.ads: New files.
23146
23147 2014-01-07 Joel Brobecker <brobecker@adacore.com>
23148
23149 * gdb.python/py-pp-integral.c: New file.
23150 * gdb.python/py-pp-integral.py: New file.
23151 * gdb.python/py-pp-integral.exp: New file.
23152
23153 For older changes see ChangeLog-1993-2013.
23154 \f
23155 ;; Local Variables:
23156 ;; mode: change-log
23157 ;; left-margin: 8
23158 ;; fill-column: 74
23159 ;; version-control: never
23160 ;; End:
23161
23162 Copyright 2014-2021 Free Software Foundation, Inc.
23163 Copying and distribution of this file, with or without modification,
23164 are permitted provided the copyright notice and this notice are preserved.
This page took 0.490249 seconds and 5 git commands to generate.