gdb/python: reformat an error string
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * gdb.python/py-framefilter.exp: Update expected results.
4 * gdb.python/python.exp: Update expected results.
5
6 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
7
8 * gdb.tui/scroll.exp: Tighten expected results. Remove comment
9 about bug in GDB, update expected results, and add more tests.
10
11 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
12
13 * gdb.tui/scroll.exp: New file.
14 * gdb.tui/tui-layout-asm-short-prog.exp: Update expected results.
15 * lib/tuiterm.exp (Term::_csi_M): Delete count lines, scroll
16 remaining lines up.
17 (Term::check_region_contents): New proc.
18 (Term::check_box_contents): Use check_region_contents.
19
20 2021-02-06 Tom de Vries <tdevries@suse.de>
21
22 PR testsuite/26922
23 * gdb.tui/tui-layout-asm.exp: Ignore whitespace mismatches when
24 scrolling.
25
26 2021-02-05 Tom de Vries <tdevries@suse.de>
27
28 PR breakpoints/27313
29 * gdb.base/catch-syscall.exp: Check that "catch syscall -1" is
30 rejected.
31
32 2021-02-05 Tom de Vries <tdevries@suse.de>
33
34 * gdb.dwarf2/main-subprogram.exp: Add KFAIL for PR symtab/24549.
35 * gdb.fortran/mixed-lang-stack.exp: Same.
36
37 2021-02-05 Tom de Vries <tdevries@suse.de>
38
39 PR exp/27265
40 * gdb.base/complex-parts.exp: Add tests.
41
42 2021-02-05 Tom de Vries <tdevries@suse.de>
43
44 PR symtab/27307
45 * gdb.dwarf2/clang-debug-names.exp: Check file command warnings.
46
47 2021-02-04 Shahab Vahedi <shahab@synopsys.com>
48
49 * gdb.xml/tdesc-regs.exp: Use correct core-regs for ARC.
50
51 2021-02-03 Pedro Alves <pedro@palves.net>
52
53 * gdb.threads/detach-step-over.c: New file.
54 * gdb.threads/detach-step-over.exp: New file.
55
56 2021-02-03 Pedro Alves <pedro@palves.net>
57
58 * gdb.threads/attach-non-stop.c: New file.
59 * gdb.threads/attach-non-stop.exp: New file.
60
61 2021-02-02 Lancelot SIX <lsix@lancelotsix.com>
62
63 * gdb.base/inferior-noarg.c: New test.
64 * gdb.base/inferior-noarg.exp: New test.
65
66 2021-02-02 Simon Marchi <simon.marchi@polymtl.ca>
67
68 * gdb.base/scope.exp: Use proc_with_prefix.
69
70 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
71
72 * lib/dwarf.exp (rnglists): Add -no-offset-array option to
73 table proc.
74 * gdb.dwarf2/rnglists-sec-offset.exp: Add test for
75 .debug_rnglists table without offset array.
76 * gdb.dwarf2/loclists-sec-offset.exp: Add test for
77 .debug_loclists table without offset array.
78
79 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
80
81 * gdb.dwarf2/rnglists-sec-offset.exp: Add test for DW_AT_ranges
82 of DW_FORM_sec_offset form plus DW_AT_rnglists_base attribute.
83 * gdb.dwarf2/loclists-sec-offset.exp: Add test for
84 DW_AT_location of DW_FORM_sec_offset plus DW_AT_loclists_base
85 attribute
86
87 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
88
89 PR gdb/26813
90 * lib/dwarf.exp (_handle_DW_FORM): Handle DW_FORM_loclistx.
91 (loclists): New proc.
92 * gdb.dwarf2/loclists-multiple-cus.c: New.
93 * gdb.dwarf2/loclists-multiple-cus.exp: New.
94 * gdb.dwarf2/loclists-sec-offset.c: New.
95 * gdb.dwarf2/loclists-sec-offset.exp: New.
96
97 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
98
99 * lib/dwarf.exp (_location): Add parameters.
100 (_handle_DW_FORM): Adjust.
101
102 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
103
104 PR gdb/26813
105 * lib/dwarf.exp (_handle_DW_FORM): Handle DW_FORM_rnglistx.
106 (cu): Generate header for DWARF 5.
107 (rnglists): New proc.
108 * gdb.dwarf2/rnglists-multiple-cus.exp: New.
109 * gdb.dwarf2/rnglists-sec-offset.exp: New.
110
111 2021-02-02 Tom de Vries <tdevries@suse.de>
112
113 PR symtab/24620
114 * gdb.dwarf2/fission-reread.exp: Add test-case.
115
116 2021-02-01 Tom de Vries <tdevries@suse.de>
117
118 * gdb.dwarf2/fission-base.S: Pass -DDWO=$dwo.
119 * gdb.dwarf2/fission-loclists-pie.S: Same.
120 * gdb.dwarf2/fission-loclists.S: Same.
121 * gdb.dwarf2/fission-multi-cu.S: Same.
122 * gdb.dwarf2/fission-reread.S: Same.
123 * gdb.dwarf2/fission-base.exp: Use DWO.
124 * gdb.dwarf2/fission-loclists-pie.exp: Same.
125 * gdb.dwarf2/fission-loclists.exp: Same.
126 * gdb.dwarf2/fission-multi-cu.exp: Same.
127 * gdb.dwarf2/fission-reread.exp: Same.
128
129 2021-01-29 Tom de Vries <tdevries@suse.de>
130
131 PR breakpoints/26063
132 * gdb.dwarf2/dw2-step-out-of-function-no-stmt.c: New test.
133 * gdb.dwarf2/dw2-step-out-of-function-no-stmt.exp: New file.
134
135 2021-01-29 Tom de Vries <tdevries@suse.de>
136
137 * gdb.opt/solib-intra-step.exp: Remove state tracking logic.
138
139 2021-01-28 Tom de Vries <tdevries@suse.de>
140
141 * gdb.arch/i386-gnu-cfi.exp: Capture the position of function gate
142 in the backtrace, and use that in the rest of the test instead of
143 hardcoded constant 3. Use "frame" instead of "up" for robustness.
144
145 2021-01-28 Tom de Vries <tdevries@suse.de>
146
147 * gdb.arch/i386-sse-stack-align.S: Rename g[0-4] to test_g[0-4].
148 * gdb.arch/i386-sse-stack-align.c: Same.
149 * gdb.arch/i386-sse-stack-align.exp: Same.
150
151 2021-01-28 Andrew Burgess <andrew.burgess@embecosm.com>
152
153 * lib/gdb.exp (default_gdb_init): Unset XDG_CONFIG_HOME.
154
155 2021-01-28 Tom de Vries <tdevries@suse.de>
156
157 * gdb.ada/out_of_line_in_inlined.exp: Use gdb_breakpoint.
158
159 2021-01-28 Tom de Vries <tdevries@suse.de>
160
161 * gdb.dwarf2/dw2-out-of-range-end-of-seq.exp: Add regexp to
162 "maint info line-table". Make PASS pattern more specific. Make
163 FAIL pattern work for -m32.
164
165 2021-01-27 Lancelot SIX <lsix@lancelotsix.com>
166
167 PR gdb/27133
168 * gdb.base/ui-redirect.exp: Add test case that ensures that
169 redirecting both logging and debug does not cause gdb to crash.
170
171
172 2021-01-27 Matthew Malcomson <matthew.malcomson@arm.com>
173
174 * gdb.arch/insn-reloc.c: Add tests for BR and BLR.
175
176 2021-01-26 Tom de Vries <tdevries@suse.de>
177
178 * gdb.threads/killed-outside.exp: Allow regular output.
179
180 2021-01-26 Tom de Vries <tdevries@suse.de>
181
182 * gdb.opt/solib-intra-step.exp: Handle stepping into thunk.
183
184 2021-01-25 Tom de Vries <tdevries@suse.de>
185
186 * gdb.dwarf2/dw2-ranges-psym.exp (gdb_load_no_complaints): New proc.
187 * lib/gdb.exp: Use gdb_load_no_complaints.
188
189 2021-01-25 Tom Tromey <tromey@adacore.com>
190
191 * gdb.ada/fixed_points.exp: Add regression test.
192 * gdb.ada/fixed_points/fixed_points.adb (FP5_Var): New variable.
193 * gdb.ada/fixed_points/pck.adb (Delta5, FP5_Type): New.
194
195 2021-01-25 Tom Tromey <tromey@adacore.com>
196
197 * gdb.ada/local-enum.exp: Add enumerator resolution test.
198
199 2021-01-25 Tom Tromey <tromey@adacore.com>
200
201 * gdb.ada/local-enum.exp: New file.
202 * gdb.ada/local-enum/local.adb: New file.
203
204 2021-01-23 Tom Tromey <tom@tromey.com>
205
206 * lib/gdb.exp (default_gdb_init): Set INPUTRC to a cached file.
207
208 2021-01-22 Bernd Edlinger <bernd.edlinger@hotmail.de>
209
210 * gdb.base/line65535.exp: Fix test expectation.
211
212 2021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
213
214 * lib/gdb.exp (gdb_test_multiple): Remove things related to test
215 suppression.
216 (default_gdb_exit): Likewise.
217 (default_gdb_spawn): Likewise.
218 (send_gdb): Likewise.
219 (gdb_expect): Likewise.
220 (gdb_expect_list): Likewise.
221 (default_gdb_init): Likewise.
222 (gdb_suppress_entire_file): Remove.
223 (gdb_suppress_tests): Remove.
224 (gdb_stop_suppressing_tests): Remove.
225 (gdb_clear_suppressed): Remove.
226 * lib/mi-support.exp (mi_uncatched_gdb_exit): Remove things
227 related to test suppression.
228 (default_mi_gdb_start): Likewise.
229 (mi_gdb_reinitialize_dir): Likewise.
230 (mi_gdb_test): Likewise.
231 (mi_run_cmd_full): Likewise.
232 (mi_runto_helper): Likewise.
233 (mi_execute_to): Likewise.
234 * lib/prompt.exp (default_prompt_gdb_start): Likewise.
235 * gdb.base/bitfields.exp: Likewise.
236 * gdb.base/bitfields2.exp: Likewise.
237 * gdb.base/break.exp: Likewise.
238 * gdb.base/call-sc.exp: Likewise.
239 * gdb.base/callfuncs.exp: Likewise.
240 * gdb.base/dfp-test.exp: Likewise.
241 * gdb.base/endian.exp: Likewise.
242 * gdb.base/exprs.exp: Likewise.
243 * gdb.base/funcargs.exp: Likewise.
244 * gdb.base/hbreak2.exp: Likewise.
245 * gdb.base/recurse.exp: Likewise.
246 * gdb.base/scope.exp: Likewise.
247 * gdb.base/sepdebug.exp: Likewise.
248 * gdb.base/structs.exp: Likewise.
249 * gdb.base/until.exp: Likewise.
250 * gdb.cp/misc.exp: Likewise.
251
252 2021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
253
254 PR cli/25956
255 * gdb.base/style.exp (run_style_tests): Add version string test.
256 (test_startup_version_string): Use version style name.
257 * lib/gdb-utils.exp (style): Handle version style name.
258
259 2021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
260
261 * gdb.base/style.exp (limited_style): New proc.
262 (clean_restart_and_disable): New proc.
263 (run_style_tests): New proc. Most of the old tests from this file
264 are now in this proc.
265 (test_startup_version_string): New proc. Reamining test from the
266 old file is in this proc.
267
268 2021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
269
270 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
271 Adjust to "set debug remote" changes.
272
273 2021-01-21 Luis Machado <luis.machado@linaro.org>
274
275 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Handle a new error
276 message.
277
278 2021-01-21 Simon Marchi <simon.marchi@polymtl.ca>
279
280 * lib/tuiterm.exp (_log, _log_cur): New, use throughout.
281
282 2021-01-21 Hannes Domani <ssbssa@yahoo.de>
283
284 PR python/19151
285 * gdb.python/py-breakpoint.exp: Add tests for hardware breakpoints.
286
287 2021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
288
289 * lib/tuiterm.exp: Rename _cur_x/_cur_y to _cur_col/_cur_row.
290
291 2021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
292
293 * lib/tuiterm.exp: Add links in comments.
294
295 2021-01-20 Tom de Vries <tdevries@suse.de>
296
297 * gdb.python/py-format-string.exp: Allow Deriv+$decimal as vtable
298 offset.
299
300 2021-01-20 Tom de Vries <tdevries@suse.de>
301
302 * lib/gdb.exp (skip_rust_tests): Skip if multilib_flags contains -m32.
303
304 2021-01-20 Sergio Durigan Junior <sergiodj@sergiodj.net>
305
306 * gdb.arch/amd64-stap-expressions.S: New file.
307 * gdb.arch/amd64-stap-expressions.exp: New file.
308
309 2021-01-19 Tom de Vries <tdevries@suse.de>
310
311 * gdb.base/step-over-syscall.exp: Detect and handle sysenter/int
312 sequence.
313
314 2021-01-19 Tom de Vries <tdevries@suse.de>
315
316 * gdb.arch/i386-mpx.c (main): Drop argc/argv parameter.
317
318 2021-01-18 Andrew Burgess <andrew.burgess@embecosm.com>
319
320 * gdb.fortran/array-slices.exp (run_test): Avoid including
321 addresses in test names.
322
323 2021-01-15 Tom de Vries <tdevries@suse.de>
324
325 PR testsuite/26997
326 * gdb.fortran/array-slices.exp (run_test): Avoid pointer arithmetic
327 when adding sizeof.
328
329 2021-01-14 Tom de Vries <tdevries@suse.de>
330
331 PR testsuite/24590
332 * gdb.base/style.exp: Handle shorter argv in frame command output.
333
334 2021-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
335
336 PR gdb/26819
337 * gdb.server/stop-reply-no-thread-multi.c: New file.
338 * gdb.server/stop-reply-no-thread-multi.exp: New file.
339
340 2021-01-12 Tom de Vries <tdevries@suse.de>
341
342 * gdb.arch/i386-mpx-call.c (have_mpx): Remove.
343 (main): Remove call to have_mpx.
344 * gdb.arch/i386-mpx-call.exp: Use have_mpx.
345 * gdb.arch/i386-mpx-map.c (have_mpx): Remove.
346 (main): Remote call to have_mpx.
347 * gdb.arch/i386-mpx-map.exp: Use have_mpx.
348 * gdb.arch/i386-mpx-sigsegv.c (have_mpx): Remove.
349 (main): Remove call to have_mpx.
350 * gdb.arch/i386-mpx-sigsegv.exp: Use have_mpx.
351 * gdb.arch/i386-mpx-simple_segv.c (have_mpx): Remove.
352 (main): Remove call to have_mpx.
353 * gdb.arch/i386-mpx-simple_segv.exp: Use have_mpx.
354 * gdb.arch/i386-mpx.c (have_mpx): Remove.
355 (main): Remote call to have_mpx.
356 * gdb.arch/i386-mpx.exp: Use have_mpx.
357 * lib/gdb.exp (have_mpx): New proc.
358
359 2021-01-12 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
360
361 * gdb.arch/aarch64-fp.exp: Modify to test bfloat16 support.
362
363 2021-01-12 Tom de Vries <tdevries@suse.de>
364
365 * gdb.base/disasm-optim.exp: Require is_amd64_regs_target.
366
367 2021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
368
369 * gdb.fortran/debug-expr.exp: Add new tests.
370
371 2021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
372
373 * gdb.fortran/dot-ops.exp: Add new tests.
374
375 2021-01-11 Tom de Vries <tdevries@suse.de>
376
377 PR testsuite/26968
378 * gdb.arch/amd64-stap-three-arg-disp.S: Remove insn modifying $ebx.
379 Move insn setting $eax to before probe point.
380
381 2021-01-09 Tom Tromey <tom@tromey.com>
382
383 * gdb.trace/ax.exp: Do not require an "ext".
384
385 2021-01-08 Tom Tromey <tromey@adacore.com>
386
387 * gdb.ada/voidctx/pck.adb: New file.
388 * gdb.ada/voidctx/pck.ads: New file.
389 * gdb.ada/voidctx/voidctx.adb: New file.
390 * gdb.ada/voidctx.exp: New file.
391
392 2021-01-08 Simon Marchi <simon.marchi@polymtl.ca>
393
394 PR gdb/27157
395 * gdb.base/empty-host-env-vars.exp: New test.
396
397 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
398
399 * gdb.base/completion.exp: Add a new test.
400
401 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
402
403 * gdb.fortran/intvar-dynamic-types.exp: New file.
404 * gdb.fortran/intvar-dynamic-types.f90: New file.
405
406 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
407
408 * gdb.fortran/intvar-array.exp: New file.
409 * gdb.fortran/intvar-array.f90: New file.
410
411 2021-01-07 Tom Tromey <tromey@adacore.com>
412
413 * gdb.ada/assign_arr.exp: Add 'others' test.
414
415 2021-01-06 Tom Tromey <tromey@adacore.com>
416
417 * gdb.ada/fixed_points/pck.ads (Delta4): New constant.
418 (FP4_Type): New type.
419 (FP4_Var): New variable.
420 * gdb.ada/fixed_points/fixed_points.adb: Update.
421 * gdb.ada/fixed_points.exp: Add tests for binary operators.
422
423 2021-01-06 Simon Marchi <simon.marchi@polymtl.ca>
424
425 * lib/gdb.exp (gdb_test_sequence): Accept -prompt switch.
426 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
427 Pass prompt containing debug print to gdb_test_sequence.
428
429 2021-01-04 Tom de Vries <tdevries@suse.de>
430
431 * gdb.dwarf2/dw2-out-of-range-end-of-seq.exp: New file.
432
433 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
434
435
436
437 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
438
439 * gdb.server/abspath.exp: Append "set sysroot" to GDBFLAGS.
440 * gdb.server/connect-without-multi-process.exp: Likewise.
441 * gdb.server/exit-multiple-threads.exp: Likewise.
442 * gdb.server/ext-attach.exp: Likewise.
443 * gdb.server/ext-restart.exp: Likewise.
444 * gdb.server/ext-run.exp: Likewise.
445 * gdb.server/ext-wrapper.exp: Likewise.
446 * gdb.server/multi-ui-errors.exp: Likewise.
447 * gdb.server/no-thread-db.exp: Likewise.
448 * gdb.server/reconnect-ctrl-c.exp: Likewise.
449 * gdb.server/run-without-local-binary.exp: Likewise.
450 * gdb.server/server-kill.exp: Likewise.
451 * gdb.server/server-run.exp: Likewise.
452 * gdb.server/solib-list.exp: Likewise.
453 * gdb.server/stop-reply-no-thread.exp: Likewise.
454 * gdb.server/wrapper.exp: Likewise.
455 * gdb.server/sysroot.exp: Increase timeout when testing the
456 target: sysroot.
457
458 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
459
460 * gdb.server/server-run.exp: Use clean_restart.
461
462 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
463
464 * gdb.server/ext-run.exp: Use clean_restart.
465
466 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
467
468 * gdb.server/stop-reply-no-thread.exp: Use build_executable
469 instead of prepare_for_testing.
470
471 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
472
473 * gdb.server/solib-list.exp: Use clean_restart.
474
475 2021-01-04 Tom de Vries <tdevries@suse.de>
476
477 * gdb.base/morestack.c: Remove printf.
478 * gdb.base/morestack.exp: Don't use -fuse-ld=gold.
479
480 2020-12-31 Tom Tromey <tom@tromey.com>
481
482 * gdb.rust/simple.exp: Update output for Rust 1.49.
483
484 2020-12-31 Bernd Edlinger <bernd.edlinger@hotmail.de>
485
486 * gdb.cp/step-and-next-inline.exp: Fix test case.
487
488 2020-12-30 Simon Marchi <simon.marchi@polymtl.ca>
489
490 * gdb.python/py-frame-args.exp: De-duplicate test names.
491
492 2020-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
493
494 PR gdb/27059
495 * gdb.dwarf2/dyn-type-unallocated.c: New file.
496 * gdb.dwarf2/dyn-type-unallocated.exp: New file.
497
498 2020-12-21 Peter Waller <p@pwaller.net>
499
500 * gdb.base/style-interp-exec-mi.exp: New.
501 * gdb.base/style-interp-exec-mi.c: New.
502
503 2020-12-21 Simon Marchi <simon.marchi@polymtl.ca>
504
505 * gdb.base/list.exp: Replace send_gdb + gdb_expect with
506 gdb_test. Use proc_with_prefix.
507
508 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
509
510 * gdb.btrace/exception.exp: Build with nopie.
511 * gdb.btrace/function_call_history.exp: Likewise.
512 * gdb.btrace/unknown_functions.exp: Likewise.
513
514 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
515
516 * gdb.btrace/multi-inferior.exp: Skip if use_gdb_stub.
517
518 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
519
520 * gdb.python/py-record-btrace.exp: Make test names unique.
521 * gdb.python/py-record-full.exp: Likewise.
522
523 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
524
525 * gdb.btrace/data.exp: Make test names unique.
526 * gdb.btrace/delta.exp: Likewise.
527 * gdb.btrace/enable.exp: Likewise.
528 * gdb.btrace/function_call_history.exp: Likewise.
529 * gdb.btrace/nohist.exp: Likewise.
530 * gdb.btrace/non-stop.exp: Likewise.
531 * gdb.btrace/rn-dl-bind.exp: Likewise.
532 * gdb.btrace/step.exp: Likewise.
533 * gdb.btrace/stepi.exp: Likewise.
534 * gdb.btrace/tailcall.exp: Likewise.
535
536 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
537
538 * gdb.btrace/enable.exp: Update error message.
539 * gdb.btrace/multi-inferior.exp: Likewise.
540 * gdb.btrace/reconnect.exp: Likewise.
541 * gdb.python/py-record-btrace.exp: Likewise.
542 * gdb.python/py-record-full.exp: Likewise.
543
544 2020-12-20 Tom de Vries <tdevries@suse.de>
545
546 * lib/gdb.exp (save_target_board_info): New proc.
547 (gdb_compile_shlib): Use save_target_board_info.
548
549 2020-12-19 Tom de Vries <tdevries@suse.de>
550
551 * lib/gdb.exp (supports_scalar_storage_order_attribute)
552 (supports_gnuc): New proc.
553 * gdb.base/endianity.exp: Define TEST_SSO. Eliminate
554 test_compiler_info calls. Add unsupported message.
555 * gdb.base/endianity.c: Use TEST_SSO.
556
557 2020-12-19 Hannes Domani <ssbssa@yahoo.de>
558
559 PR exp/27070
560 * gdb.python/compare-enum-type-a.c: New test.
561 * gdb.python/compare-enum-type-b.c: New test.
562 * gdb.python/compare-enum-type.exp: New file.
563 * gdb.python/compare-enum-type.h: New test.
564
565 2020-12-18 Hannes Domani <ssbssa@yahoo.de>
566
567 * gdb.python/py-format-string.exp: Add tests for address keyword.
568
569 2020-12-18 Hannes Domani <ssbssa@yahoo.de>
570
571 * gdb.python/py-type.exp: Add tests for TYPE_CODE_METHOD.
572
573 2020-12-18 Tom Tromey <tromey@adacore.com>
574
575 * gdb.ada/fixed_points.exp: Also run with
576 -fgnat-encodings=minimal. Update expected output.
577
578 2020-12-16 Simon Marchi <simon.marchi@efficios.com>
579
580 * gdb.base/async-shell.exp: Enable non-stop through GDBFLAGS.
581 * gdb.base/continue-all-already-running.exp: Likewise.
582 * gdb.base/moribund-step.exp: Likewise.
583 * gdb.base/step-sw-breakpoint-adjust-pc.exp: Likewise.
584
585 2020-12-16 Tom de Vries <tdevries@suse.de>
586
587 * gdb.base/batch-preserve-term-settings.exp:
588
589 2020-12-16 Tom de Vries <tdevries@suse.de>
590
591 * lib/gdb.exp (gdb_compile_shlib_1): Factor out of ...
592 (gdb_compile_shlib): ... here. Filter out PIE-related flags.
593
594 2020-12-16 Luis Machado <luis.machado@linaro.org>
595
596 * gdb.arch/aarch64-tagged-pointer.c (main): Add a few more
597 pointer-based memory accesses.
598 * gdb.arch/aarch64-tagged-pointer.exp: Exercise additional
599 hw watchpoint cases.
600
601 2020-12-15 Rae Kim <rae.kim@gmail.com>
602
603 * gdb.base/document.exp: New test.
604
605 2020-12-15 Tom Tromey <tromey@adacore.com>
606
607 * gdb.base/style.exp: Add deprecation tests.
608
609 2020-12-14 Simon Marchi <simon.marchi@polymtl.ca>
610
611 * lib/gdb.exp (gdb_test_multiple): Fix typo in doc.
612
613 2020-12-14 Mark Wielaard <mark@klomp.org>
614
615 * lib/dwarf.exp (Dwarf::_handle_attribute): Handle SPECIAL_expr
616 specially, set attr_form_comment to the actual FORM string used.
617
618 2020-12-14 Mark Wielaard <mark@klomp.org>
619
620 * lib/dwarf.exp (Dwarf::_read_constants): Don't set
621 _constants(SPECIAL_expr) here, but set it...
622 (Dwarf::cu): ...here based on _cu_version.
623
624 2020-12-14 Tom de Vries <tdevries@suse.de>
625
626 * lib/gdb.exp (gdb_compile_shlib): Make sure it's not necessary to
627 pass -fPIC.
628 * gdb.ada/catch_ex_std.exp: Don't pass -fPIC to gdb_compile_shlib.
629 * gdb.base/break-probes.exp: Same.
630 * gdb.base/ctxobj.exp: Same.
631 * gdb.base/dso2dso.exp: Same.
632 * gdb.base/global-var-nested-by-dso.exp: Same.
633 * gdb.base/info-shared.exp: Same.
634 * gdb.base/jit-reader-simple.exp: Same.
635 * gdb.base/print-file-var.exp: Same.
636 * gdb.base/skip-solib.exp: Same.
637 * gdb.btrace/dlopen.exp: Same.
638
639 2020-12-14 Tom de Vries <tdevries@suse.de>
640
641 PR testsuite/26963
642 * lib/gdb.exp (run_on_host): Declare test unsupported if spawn fails.
643
644 2020-12-14 Tom de Vries <tdevries@suse.de>
645
646 PR testsuite/26962
647 * gdb.base/solib-corrupted.exp: Handle "'_r_debug' has unknown type;
648 cast it to its declared type".
649
650 2020-12-14 Tom de Vries <tdevries@suse.de>
651
652 PR testsuite/26951
653 * gdb.base/batch-preserve-term-settings.exp: Use "gdb-subshell$ " as
654 shell prompt.
655
656 2020-12-14 Tom Tromey <tromey@adacore.com>
657
658 * gdb.ada/nested.exp: Add new tests.
659 * gdb.ada/nested/hello.adb (Fourth, Fifth): New procedures.
660
661 2020-12-14 Tom Tromey <tromey@adacore.com>
662
663 * gdb.dwarf2/ada-thick-pointer.exp: New file.
664
665 2020-12-14 Tom Tromey <tromey@adacore.com>
666
667 * gdb.dwarf2/dw2-fixed-point.exp: Add test for division by zero.
668
669 2020-12-13 Tom de Vries <tdevries@suse.de>
670
671 PR testsuite/26953
672 * gdb.base/endianity.exp: Skip tests requiring scalar_storage_order
673 attribute support if compiler doesn't support it.
674
675 2020-12-13 Tom de Vries <tdevries@suse.de>
676
677 * lib/gdb.exp (gdb_compile_shlib): Handle ada.
678 * gdb.ada/catch_ex_std.exp: Use gdb_compile_shlib to compile from
679 source to shared lib. Add ada to options.
680
681 2020-12-13 Tom de Vries <tdevries@suse.de>
682
683 * gdb.ada/catch_ex_std.exp: Use gnatmake -bargs and -largs instead of
684 calling gnatbind and gnatlink.
685
686 2020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
687
688 * gdb.base/dcache-flush.c: New file.
689 * gdb.base/dcache-flush.exp: New file.
690
691 2020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
692
693 * gdb.base/c-linkage-name.exp: Update to use new 'maint flush ...'
694 commands.
695 * gdb.base/killed-outside.exp: Likewise.
696 * gdb.opt/inline-bt.exp: Likewise.
697 * gdb.perf/gmonster-null-lookup.py: Likewise.
698 * gdb.perf/gmonster-print-cerr.py: Likewise.
699 * gdb.perf/gmonster-ptype-string.py: Likewise.
700 * gdb.python/py-unwind.exp: Likewise.
701
702 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
703
704 * gdb.base/commands.exp: Update expected results.
705
706 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
707
708 PR cli/15104
709 * gdb.base/commands.exp: Add additional tests.
710 * gdb.base/completion.exp: Add additional tests.
711
712 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
713
714 * gdb.base/completion.exp: Add additional tests.
715
716 2020-12-11 Tom de Vries <tdevries@suse.de>
717
718 PR testsuite/26991
719 * gdb.arch/i386-mpx-call.exp: Don't expect to trigger bounds
720 violations by setting bounds registers if the bounds are passed in the
721 Bounds Table.
722
723 2020-12-11 Tom de Vries <tdevries@suse.de>
724
725 PR testsuite/26954
726 * gdb.base/float128.exp: Detect and handle no mpfr support.
727
728 2020-12-10 Simon Marchi <simon.marchi@efficios.com>
729
730 PR gdb/24694
731 * gdb.multi/multi-arch-exec.c (thread_start, main): Add barrier
732 calls.
733
734 2020-12-10 Tom de Vries <tdevries@suse.de>
735
736 PR testsuite/26947
737 * gdb.tui/new-layout.exp: Don't execute tests with unbalanced curly
738 braces for tcl 8.5 and earlier.
739
740 2020-12-09 Simon Marchi <simon.marchi@efficios.com>
741
742 PR 26875, PR 26901
743 * gdb.base/flexible-array-member.c: New test.
744 * gdb.base/flexible-array-member.exp: New test.
745
746 2020-12-08 Tom de Vries <tdevries@suse.de>
747
748 * gdb.arch/amd64-gs_base.exp: Undo commit 67748e0f66, reimplement
749 using is_amd64_regs_target.
750
751 2020-12-08 Tom de Vries <tdevries@suse.de>
752
753 * gdb.ada/mi_task_arg.exp: Accept <optimized out> as valid value of
754 self_id.
755
756 2020-12-07 Pedro Alves <pedro@palves.net>
757
758 * gdb.base/break-on-linker-gcd-function.exp: Remove unused
759 'additional_flags' variable.
760
761 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
762
763 * gdb.linespec/explicit.exp: Extend with a test to check completing
764 '-' after seemingly complete options.
765
766 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
767
768 * gdb.linespec/keywords.exp: Add tests to check positional
769 flexibility of "-force-condition".
770
771 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
772
773 * gdb.base/bp-cmds-run-with-ex.c: New file.
774 * gdb.base/bp-cmds-run-with-ex.exp: New file.
775 * gdb.base/bp-cmds-run-with-ex.gdb: New file.
776 * gdb.gdb/python-interrupts.exp: Update the call to
777 'catch_command_errors' with the new argument.
778 * gdb.gdb/python-selftest.exp: Ditto.
779
780 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
781
782 * gdb.arch/amd64-disp-step-avx.exp: Adjust pattern.
783 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
784 * gdb.threads/non-stop-fair-events.exp: Likewise.
785
786 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
787
788 * gdb.threads/step-over-exec.exp: New.
789 * gdb.threads/step-over-exec.c: New.
790 * gdb.threads/step-over-exec-execd.c: New.
791 * lib/my-syscalls.S: New.
792 * lib/my-syscalls.h: New.
793
794 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
795
796 * lib/dwarf.exp (declare_labels): Use name as text if text is
797 not provided.
798
799 2020-12-04 Tom de Vries <tdevries@suse.de>
800
801 PR testsuite/26990
802 * gdb.arch/amd64-gs_base.exp: Handle -m32 where fs_base and gs_base
803 are unsupported.
804
805 2020-12-04 Tom de Vries <tdevries@suse.de>
806
807 * gdb.reverse/insn-reverse.exp: Don't break inside gdb_test_multiple
808 clause.
809
810 2020-12-04 Tom de Vries <tdevries@suse.de>
811
812 * gdb.reverse/insn-reverse.exp: Fix count handling.
813
814 2020-12-04 Tom de Vries <tdevries@suse.de>
815
816 * gdb.reverse/insn-reverse-x86.c: Guard x86_64 assembly with #ifdef
817 __x86_64__.
818
819 2020-12-04 Tom de Vries <tdevries@suse.de>
820
821 * gdb.reverse/insn-reverse.c (test_nr): New var.
822 (usage, parse_args): New function.
823 (main): Call parse_args. Only run test for test_nr.
824 * gdb.reverse/insn-reverse.exp: Detect lack of progress in stepi loop
825 and bail out. Run subtests individually, using an inferior arg
826 specifying the subtest.
827
828 2020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
829
830 * gdb.arch/riscv-tdesc-regs.exp: Remove unwanted test.
831
832 2020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
833
834 * gdb.arch/riscv-tdesc-regs.exp (get_expected_result): New proc,
835 update test to use this.
836
837 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
838
839 * gdb.threads/non-ldr-exc-1.exp: Fix indentation.
840
841 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
842
843 * gdb.threads/non-ldr-exc-1.exp: Use foreach_with_prefix.
844 (do_test): Don't use with_test_prefix.
845 * gdb.threads/non-ldr-exc-2.exp: Use foreach_with_prefix.
846 (do_test): Don't use with_test_prefix.
847 * gdb.threads/non-ldr-exc-3.exp: Use foreach_with_prefix.
848 (do_test): Don't use with_test_prefix.
849 * gdb.threads/non-ldr-exc-4.exp: Use foreach_with_prefix.
850 (do_test): Don't use with_test_prefix.
851
852 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
853
854 * gdb.threads/non-ldr-exit.exp: Fix comment.
855
856 2020-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
857
858 * gdb.xml/maint-xml-dump-03.xml: New file.
859
860 2020-11-30 Tom de Vries <tdevries@suse.de>
861
862 PR symtab/26905
863 * gdb.dwarf2/count.exp: Remove kfails.
864
865 2020-11-24 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
866
867 * gdb.base/condbreak-multi-context.exp: Do not hard-code location
868 indices.
869
870 2020-11-24 Joel Brobecker <brobecker@adacore.com>
871
872 * gdb.dwarf2/dw2-fixed-point.exp: Fix the expected output of
873 the "ptype pck__fp1_range_var" test for the module-2 and pascal
874 languages. Remove the associated setup_xfail.
875
876 2020-11-23 Simon Marchi <simon.marchi@efficios.com>
877
878 * lib/gdb.exp (gdb_assert): Show error message on error.
879
880 2020-11-23 Tom de Vries <tdevries@suse.de>
881
882 * gdb.ada/enum_idx_packed.exp: Limit setup_kfail to gnat 9 and 10.
883 * gdb.ada/mod_from_name.exp: Same.
884 * gdb.ada/pckd_arr_ren.exp: Same.
885
886 2020-11-22 Simon Marchi <simon.marchi@polymtl.ca>
887
888 * gdb.base/template.exp: New.
889 * gdb.base/template.c: New.
890
891 2020-11-22 Gary Benson <gbenson@redhat.com>
892
893 PR gdb/26905
894 * gdb.dwarf2/count.exp: Add test for an array whose upper bound
895 is defined using a DW_AT_count which references another DIE.
896
897 2020-11-21 Tom de Vries <tdevries@suse.de>
898
899 * gdb.base/vla-ptr.exp: Add XFAIL.
900
901 2020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
902
903 * gdb.fortran/array-slices-bad.exp: New file.
904 * gdb.fortran/array-slices-bad.f90: New file.
905 * gdb.fortran/array-slices-sub-slices.exp: New file.
906 * gdb.fortran/array-slices-sub-slices.f90: New file.
907 * gdb.fortran/array-slices.exp: Rewrite tests.
908 * gdb.fortran/array-slices.f90: Rewrite tests.
909 * gdb.fortran/vla-sizeof.exp: Correct expected results.
910
911 2020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
912
913 * gdb.base/completion.exp: Add new completion tests.
914
915 2020-11-18 Simon Marchi <simon.marchi@polymtl.ca>
916
917 * gdb.mi/mi-nonstop-exit.exp: Enable non-stop through GDBFLAGS.
918 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
919 * gdb.mi/mi-nsintrall.exp: Likewise.
920 * gdb.mi/mi-nsmoribund.exp: Likewise.
921 * gdb.mi/mi-nsthrexec.exp: Likewise.
922 * gdb.mi/mi-watch-nonstop.exp: Likewise.
923
924 2020-11-18 Simon Marchi <simon.marchi@polymtl.ca>
925
926 * lib/mi-support.exp (mi_run_cmd_full): Use unresovled instead
927 of perror.
928
929 2020-11-18 Joseph Myers <joseph@codesourcery.com>
930
931 * lib/mi-support.exp (mi_gdb_file_cmd): Check for case where
932 $arg.exe exists but $arg does not.
933
934 2020-11-17 Gary Benson <gbenson@redhat.com>
935
936 * gdb.trace/trace-common.h (x86_trace_dummy): Add
937 __attribute__ ((used)).
938
939 2020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
940
941 * gdb.gdb/unittest.exp: Spot 'Running...' lines.
942
943 2020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
944
945 * gdb.base/completion.exp: Add new tests.
946
947 2020-11-16 Tom Tromey <tromey@adacore.com>
948
949 * gdb.dwarf2/data-loc.exp: Update expected output. Remove C
950 tests.
951
952 2020-11-15 Joel Brobecker <brobecker@adacore.com>
953
954 * gdb.ada/fixed_cmp.exp: Add -fgnat-encodings=minimal testing.
955 * gdb.dwarf2/dw2-fixed-point.c (pck__fp1_var2): New global.
956 (main): Add reference to pck__fp1_var2.
957 * gdb.dwarf2/dw2-fixed-point.exp: Add comparison operator testing.
958
959 2020-11-15 Joel Brobecker <brobecker@adacore.com>
960
961 * gdb.dwarf2/dw2-fixed-point.exp: Add arithmetic tests.
962
963 2020-11-15 Joel Brobecker <brobecker@adacore.com>
964
965 * gdb.ada/fixed_points.exp: Add ptype tests.
966 * gdb.dwarf2/dw2-fixed-point.exp: Likewise.
967
968 2020-11-15 Joel Brobecker <brobecker@adacore.com>
969
970 * gdb.dwarf2/dw2-fixed-point.exp: Add "print /x" tests.
971
972 2020-11-15 Joel Brobecker <brobecker@adacore.com>
973
974 * gdb.ada/fixed_cmp.exp: Force compilation to use -fgnat-encodings=all.
975 * gdb.ada/fixed_points.exp: Add fixed-point variables printing tests.
976 * gdb.ada/fixed_points/pck.ads, gdb.ada/fixed_points/pck.adb:
977 New files.
978 * gdb.ada/fixed_points/fixed_points.adb: Add use of package Pck.
979
980 * gdb.dwarf2/dw2-fixed-point.c, gdb.dwarf2/dw2-fixed-point.exp:
981 New files.
982
983 2020-11-14 Andrew Burgess <andrew.burgess@embecosm.com>
984
985 PR cli/26879
986 * gdb.fortran/completion.exp: New file.
987 * gdb.fortran/completion.f90: New file.
988
989 2020-11-12 Joseph Myers <joseph@codesourcery.com>
990
991 * lib/gdb.exp (gdb_file_cmd): Check for case where $arg.exe exists
992 but $arg does not.
993
994 2020-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
995
996 * gdb.fortran/types.exp: Add more tests.
997
998 2020-11-12 Tom Tromey <tom@tromey.com>
999
1000 PR rust/26799:
1001 * gdb.rust/traits.exp: Remove kfails.
1002
1003 2020-11-12 Gary Benson <gbenson@redhat.com>
1004
1005 * gdb.threads/tls-so_extern_main.c (tls_ptr): Add missing return
1006 statement.
1007
1008 2020-11-11 Simon Marchi <simon.marchi@efficios.com>
1009
1010 * gdb.base/continue-after-aborted-step-over.exp: Add "breakpoint
1011 always-inserted" axis.
1012 (do_test): Add breakpoint_always_inserted parameter.
1013
1014 2020-11-10 Tom Tromey <tromey@adacore.com>
1015
1016 * gdb.ada/bias.exp: Update.
1017 * gdb.ada/bias/bias.adb (X): Change value.
1018
1019 2020-11-10 Gary Benson <gbenson@redhat.com>
1020
1021 * gdb.base/vla-optimized-out.exp (p sizeof (a)): Wrap supplied
1022 regexp fragment in parentheses to prevent false matching.
1023
1024 2020-11-10 Gary Benson <gbenson@redhat.com>
1025
1026 * gdb.base/vla-optimized-out.c (f1): Add __attribute__ ((weak)).
1027
1028 2020-11-10 Gary Benson <gbenson@redhat.com>
1029
1030 * gdb.cp/step-and-next-inline.exp: Only require
1031 -gstatement-frontiers when building with GCC.
1032 Only setup KFAIL's for GCC issues when using
1033 a GCC-built executable.
1034
1035 2020-11-06 Andrew Burgess <andrew.burgess@embecosm.com>
1036
1037 * gdb.base/debug-expr.c: Add extra function to allow for an
1038 additional test.
1039 * gdb.base/debug-expr.exp (test_debug_expr): Delete, replace calls
1040 to this proc with gdb_test_debug_expr. Add an extra test.
1041 * gdb.cp/debug-expr.exp (test_debug_expr): Delete, replace calls
1042 to this proc with gdb_test_debug_expr, give the tests names
1043 * gdb.dlang/debug-expr.exp (test_debug_expr): Delete, replace
1044 calls to this proc with gdb_test_debug_expr, give the tests names
1045 * gdb.fortran/debug-expr.exp: New file.
1046 * gdb.fortran/debug-expr.f90: New file.
1047 * lib/gdb.exp (gdb_test_debug_expr): New proc.
1048
1049 2020-11-06 Simon Marchi <simon.marchi@efficios.com>
1050
1051 * lib/dwarf.exp (ranges): Handle "base" and "range" as
1052 proceduresu.
1053 * gdb.dwarf/dw2-bad-elf.exp: Adjust.
1054 * gdb.dwarf2/dw2-inline-many-frames.exp: Adjust.
1055 * gdb.dwarf2/dw2-inline-stepping.exp: Adjust.
1056 * gdb.dwarf2/dw2-ranges-base.exp: Adjust.
1057 * gdb.dwarf2/dw2-ranges-func.exp: Adjust.
1058 * gdb.dwarf2/dw2-ranges-overlap.exp: Adjust.
1059 * gdb.dwarf2/dw2-ranges-psym.exp: Adjust.
1060 * gdb.dwarf2/enqueued-cu-base-addr.exp: Adjust.
1061
1062 2020-11-04 Tom Tromey <tromey@adacore.com>
1063
1064 * gdb.ada/funcall_ref.exp: Update.
1065 * gdb.ada/var_rec_arr.exp: Update.
1066
1067 2020-11-04 Tom Tromey <tromey@adacore.com>
1068
1069 * gdb.ada/rec_ptype.exp: New file.
1070 * gdb.ada/rec_ptype/main.adb: New file.
1071 * gdb.ada/rec_ptype/p.ads: New file.
1072
1073 2020-11-04 Tom Tromey <tromey@adacore.com>
1074
1075 * gdb.ada/tick_length_array_enum_idx.exp: Add ptype test.
1076 * gdb.ada/tick_length_array_enum_idx/foo_n207_004.adb
1077 (PT_Full): New variable.
1078 * gdb.ada/tick_length_array_enum_idx/pck.adb
1079 (Full_PT): New type.
1080
1081 2020-11-04 Tom Tromey <tromey@adacore.com>
1082
1083 * gdb.ada/array_of_variant.exp: New file.
1084 * gdb.ada/array_of_variant/p.adb: New file.
1085 * gdb.ada/array_of_variant/pck.ads: New file.
1086 * gdb.ada/array_of_variant/pck.adb: New file.
1087
1088 2020-11-04 Tom Tromey <tromey@adacore.com>
1089
1090 * gdb.ada/enum_idx_packed.exp: Add test.
1091 * gdb.ada/enum_idx_packed/foo.adb (Multi_Access):
1092 New variable.
1093 * gdb.ada/enum_idx_packed/pck.ads (Short)
1094 (Multi_Dimension, Multi_Dimension_Access): New types.
1095
1096 2020-11-04 Tom Tromey <tromey@adacore.com>
1097
1098 * gdb.ada/enum_idx_packed.exp: Test two forms of -fgnat-encodings.
1099
1100 2020-11-04 Tom Tromey <tromey@adacore.com>
1101
1102 * gdb.ada/set_pckd_arr_elt.exp: Also test
1103 -fgnat-encodings=minimal. Add tests.
1104 * gdb.ada/set_pckd_arr_elt/foo.adb (Foo): Add VA variable.
1105 Call Update_Small a second time.
1106 * gdb.ada/set_pckd_arr_elt/pck.adb (New_Variant): New function.
1107 * gdb.ada/set_pckd_arr_elt/pck.ads (Buffer, Variant)
1108 (Variant_Access): New types.
1109 (New_Variant): Declare.
1110
1111 2020-11-04 Tom Tromey <tromey@adacore.com>
1112
1113 * gdb.ada/mod_from_name.exp: Test printing slice.
1114
1115 2020-11-04 Tom Tromey <tromey@adacore.com>
1116
1117 * gdb.ada/O2_float_param.exp: Test different -fgnat-encodings
1118 values.
1119 * gdb.ada/access_to_unbounded_array.exp: Test different
1120 -fgnat-encodings values.
1121 * gdb.ada/big_packed_array.exp: Test different -fgnat-encodings
1122 values.
1123 * gdb.ada/arr_enum_idx_w_gap.exp: Test different -fgnat-encodings
1124 values.
1125 * gdb.ada/array_ptr_renaming.exp: Test different -fgnat-encodings
1126 values.
1127 * gdb.ada/array_of_variable_length.exp: Test different
1128 -fgnat-encodings values.
1129 * gdb.ada/arrayparam.exp: Test different -fgnat-encodings values.
1130 * gdb.ada/arrayptr.exp: Test different -fgnat-encodings values.
1131 * gdb.ada/frame_arg_lang.exp: Revert -fgnat-encodings=minimal
1132 change.
1133 * gdb.ada/mi_string_access.exp: Test different -fgnat-encodings
1134 values.
1135 * gdb.ada/mod_from_name.exp: Test different -fgnat-encodings values.
1136 * gdb.ada/out_of_line_in_inlined.exp: Test different
1137 -fgnat-encodings values.
1138 * gdb.ada/packed_array.exp: Test different -fgnat-encodings
1139 values.
1140 * gdb.ada/pckd_arr_ren.exp: Test different -fgnat-encodings
1141 values.
1142 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Test different
1143 -fgnat-encodings values.
1144 * gdb.ada/variant_record_packed_array.exp: Test different
1145 -fgnat-encodings values.
1146
1147 2020-11-04 Tom Tromey <tromey@adacore.com>
1148
1149 * gdb.ada/enum_idx_packed.exp: Add tests.
1150 * gdb.ada/enum_idx_packed/foo.adb: Add variables.
1151 * gdb.ada/enum_idx_packed/pck.adb: Add functions.
1152 * gdb.ada/enum_idx_packed/pck.ads: Add types, function
1153 declarations.
1154
1155 2020-11-03 Tom de Vries <tdevries@suse.de>
1156
1157 * lib/dwarf.exp (Dwarf::_handle_DW_TAG): Improve attribute list
1158 terminator comments.
1159 (Dwarf::cu, Dwarf::tu): Remove superfluous abbreviation table
1160 terminator.
1161
1162 2020-11-02 Simon Marchi <simon.marchi@polymtl.ca>
1163
1164 * gdb.base/step-over-no-symbols.exp (test_step_over): Replace
1165 integer format test with regexp.
1166
1167 2020-11-02 Gary Benson <gbenson@redhat.com>
1168
1169 * gdb.base/print-file-var.exp (test): Separate compiler and
1170 linker options, and build using build_executable_from_specs
1171 to accommodate this.
1172
1173 2020-11-02 Gary Benson <gbenson@redhat.com>
1174
1175 * lib/gdb.exp (gdb_compile): Inhibit passing "-x c++"
1176 for .c files compiled as C++ with Clang if any shared
1177 libraries are specified.
1178
1179 2020-11-02 Gary Benson <gbenson@redhat.com>
1180
1181 * lib/attributes.h: New header.
1182 * gdb.base/backtrace.c: Include the above. Replace
1183 __attribute__(noclone)) with ATTRIBUTE_NOCLONE.
1184 * gdb.base/infcall-nested-structs.c: Likewise.
1185 * gdb.base/vla-optimized-out.c: Likewise.
1186
1187 2020-11-02 Tom de Vries <tdevries@suse.de>
1188
1189 * gdb.dwarf2/fission-multi-cu.S: Remove .debug_line.dwo section.
1190
1191 2020-11-01 Joel Brobecker <brobecker@adacore.com>
1192
1193 * gdb.ada/fixed_points/fixed_points.adb: Replace use of
1194 System.Min_Int and System.Max_Int with smaller hardcoded
1195 constants.
1196
1197 2020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
1198
1199 * configure.ac: Split AC_INIT into AC_INIT and AC_CONFIG_SRCDIR.
1200 * configure: Re-generate.
1201
1202 2020-10-30 Simon Marchi <simon.marchi@efficios.com>
1203
1204 * gdb.arch/amd64-disp-step-avx.exp: Update displaced step debug
1205 expected output.
1206
1207 2020-10-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1208
1209 * gdb.base/paginate-after-ctrl-c-running.exp: Update with no pagination
1210 behavior.
1211 * gdb.base/paginate-bg-execution.exp: Ditto.
1212 * gdb.base/paginate-inferior-exit.exp: Ditto.
1213 * gdb.base/double-prompt-target-event-error.c: Remove.
1214 * gdb.base/double-prompt-target-event-error.exp: Remove.
1215
1216 2020-10-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1217
1218 * gdb.base/kill-detach-inferiors-cmd.exp: Check that 'kill
1219 inferiors' and 'detach inferiors' do not change the current
1220 inferior.
1221
1222 2020-10-29 Tom de Vries <tdevries@suse.de>
1223
1224 * gdb.threads/tls.exp: Fix DUPLICATEs.
1225
1226 2020-10-28 Tom de Vries <tdevries@suse.de>
1227
1228 * gdb.python/py-symbol.exp: Add KFAILs for -readnow.
1229
1230 2020-10-28 Tom de Vries <tdevries@suse.de>
1231
1232 * gdb.ada/exec_changed.exp: Add KFAILs for -readnow.
1233 * gdb.base/reread.exp: Same.
1234
1235 2020-10-28 Tom de Vries <tdevries@suse.de>
1236
1237 * lib/gdb.exp (readnow): Handle arg.
1238 * gdb.rust/traits.exp: Add KFAILs for -readnow.
1239
1240 2020-10-28 Tom de Vries <tdevries@suse.de>
1241
1242 * gdb.base/relocate.exp: Update regexp for -readnow.
1243
1244 2020-10-28 Tom de Vries <tdevries@suse.de>
1245
1246 * gdb.dwarf2/dw2-error.exp: Mark failure break in main as known with
1247 -readnow.
1248
1249 2020-10-28 Tom de Vries <tdevries@suse.de>
1250
1251 PR symtab/26772
1252 * gdb.dwarf2/dw2-ranges-overlap.c: New test.
1253 * gdb.dwarf2/dw2-ranges-overlap.exp: New file.
1254
1255 2020-10-28 Tom de Vries <tdevries@suse.de>
1256
1257 * lib/gdb.exp (gdb_file_cmd): Set gdb_file_cmd_msg.
1258 * gdb.cp/nsalias.exp: Set complaints limit before file cmd. Expect
1259 complaint during file command for -readnow.
1260
1261 2020-10-28 Tom de Vries <tdevries@suse.de>
1262
1263 * gdb.cp/nsalias.exp: Fix typo in test name.
1264
1265 2020-10-28 Tom de Vries <tdevries@suse.de>
1266
1267 * gdb.dwarf2/dw2-filename.exp: Update regexp for -readnow.
1268
1269 2020-10-28 Tom de Vries <tdevries@suse.de>
1270
1271 * gdb.dwarf2/dw2-stack-boundary.exp: KFAILing the complaints for
1272 -readnow.
1273
1274 2020-10-27 Tom de Vries <tdevries@suse.de>
1275
1276 * gdb.base/multi-forks.exp: Use exp_continue to fix timeout.
1277
1278 2020-10-27 Tom de Vries <tdevries@suse.de>
1279
1280 * gdb.base/maint.exp: Update for -readnow.
1281
1282 2020-10-27 Tom de Vries <tdevries@suse.de>
1283
1284 * gdb.cp/psymtab-parameter.exp: Don't expect unexpanded CU for
1285 -readnow.
1286
1287 2020-10-14 Gary Benson <gbenson@redhat.com>
1288
1289 * gdb.python/py-format-string.exp (test_deref_refs): Treat
1290 "_vptr$Base" as correct, in addition to "_vptr.Base".
1291 (test_mixed): Likewise.
1292
1293 2020-10-27 Gary Benson <gbenson@redhat.com>
1294
1295 * gdb.mi/mi-fortran-modules.exp: Check skip_fortran_tests.
1296 * gdb.mi/mi-vla-fortran.exp: Likewise. Also fix a comment.
1297
1298 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1299
1300 * gdb.base/condbreak.exp: Update the completion tests to
1301 consider the '-force' flag.
1302
1303 2020-10-27 Tom de Vries <tdevries@suse.de>
1304
1305 * gdb.base/list-ambiguous-readnow.exp: New file.
1306
1307 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1308
1309 * gdb.base/condbreak-multi-context.exp: Expand to test forcing
1310 the condition.
1311 * gdb.linespec/cpcompletion.exp: Update to consider the
1312 '-force-condition' keyword.
1313 * gdb.linespec/explicit.exp: Ditto.
1314 * lib/completion-support.exp: Ditto.
1315
1316 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1317
1318 * gdb.base/condbreak-multi-context.cc: New file.
1319 * gdb.base/condbreak-multi-context.exp: New file.
1320
1321 2020-10-26 Tom Tromey <tom@tromey.com>
1322
1323 * lib/mi-support.exp (default_mi_gdb_start): Call
1324 gdb_stdin_log_init.
1325 * lib/gdb.exp (standard_output_file_with_gdb_instance): Don't
1326 subtract one from gdb_instances.
1327 (gdb_stdin_log_write): Flush in_file.
1328
1329 2020-10-26 Tom de Vries <tdevries@suse.de>
1330
1331 * gdb.dwarf2/enqueued-cu-base-addr.exp: New file.
1332
1333 2020-10-26 Tom Tromey <tromey@adacore.com>
1334
1335 * gdb.ada/unsigned_range/foo.adb: New file.
1336 * gdb.ada/unsigned_range/pack.adb: New file.
1337 * gdb.ada/unsigned_range/pack.ads: New file.
1338 * gdb.ada/unsigned_range.exp: New file.
1339
1340 2020-10-26 Tom de Vries <tdevries@suse.de>
1341
1342 * lib/gdb.exp (INTERNAL_GDBFLAGS): Set heigth and width.
1343
1344 2020-10-26 Tom de Vries <tdevries@suse.de>
1345
1346 * gdb.dwarf2/dw2-objfile-overlap-inner.S: Specify default base address
1347 for CU.
1348 * gdb.dwarf2/dw2-objfile-overlap-outer.S: Same.
1349
1350 2020-10-23 Tom de Vries <tdevries@suse.de>
1351
1352 * lib/dwarf.exp (Dwarf::_guess_form): Return "" by default instead of
1353 DW_FORM_string.
1354 (Dwarf::_default_form): New proc.
1355 (Dwarf::_handle_DW_TAG): Use _default_form. Error out if no form was
1356 guessed.
1357
1358 2020-10-23 Tom de Vries <tdevries@suse.de>
1359
1360 * gdb.dwarf2/ada-linkage-name.exp: Use $srcfile for DW_AT_name of CU.
1361 * gdb.dwarf2/atomic-type.exp: Same.
1362 * gdb.dwarf2/bad-regnum.exp: Same.
1363 * gdb.dwarf2/cpp-linkage-name.exp: Same.
1364 * gdb.dwarf2/dw2-align.exp: Same.
1365 * gdb.dwarf2/dw2-bad-elf.exp: Same.
1366 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
1367 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
1368 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
1369 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
1370 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
1371 * gdb.dwarf2/enum-type.exp: Same.
1372 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Same.
1373 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
1374 * gdb.dwarf2/main-subprogram.exp: Same.
1375 * gdb.dwarf2/missing-type-name.exp: Same.
1376 * gdb.dwarf2/nonvar-access.exp: Same.
1377 * gdb.dwarf2/typedef-void-finish.exp: Same.
1378 * gdb.dwarf2/var-access.exp: Same.
1379 * gdb.dwarf2/void-type.exp: Same.
1380
1381 2020-10-22 Simon Marchi <simon.marchi@polymtl.ca>
1382
1383 PR gdb/26693
1384 * gdb.dwarf2/template-specification-full-name.exp: New test.
1385
1386 2020-10-22 Luis Machado <luis.machado@linaro.org>
1387
1388 * gdb.base/msym-bp-shl.exp (test_break): Adjust pattern to not
1389 expected an offset from the function.
1390 * gdb.base/msym-bp.exp (test): Likewise.
1391
1392 2020-10-22 Andrew Burgess <andrew.burgess@embecosm.com>
1393
1394 * gdb.fortran/array-slices.exp: Add a new test.
1395
1396 2020-10-21 Gary Benson <gbenson@redhat.com>
1397
1398 * gdb.mi/mi-fullname-deleted.exp: Fix substituted
1399 fullname test with Clang. Also expand comments generally.
1400
1401 2020-10-20 Tom de Vries <tdevries@suse.de>
1402
1403 * gdb.dwarf2/pr13961.S: Remove superfluous end-of-siblings marker.
1404
1405 2020-10-20 Tom de Vries <tdevries@suse.de>
1406
1407 * gdb.dwarf2/arr-stride.c: Remove.
1408 * gdb.dwarf2/arr-stride.exp: Use main.c.
1409 * gdb.dwarf2/arr-subrange.c: Remove.
1410 * gdb.dwarf2/arr-subrange.exp: Use main.c.
1411 * gdb.dwarf2/bad-regnum.c: Remove.
1412 * gdb.dwarf2/bad-regnum.exp: Use main.c.
1413 * gdb.dwarf2/corrupt.c: Remove.
1414 * gdb.dwarf2/corrupt.exp: Use main.c.
1415 * gdb.dwarf2/dw2-bad-elf.c: Remove.
1416 * gdb.dwarf2/dw2-bad-elf.exp: Use main.c.
1417 * gdb.dwarf2/dw2-icycle.c: Remove.
1418 * gdb.dwarf2/dw2-icycle.exp: Use main.c.
1419 * gdb.dwarf2/formdata16.c: Remove.
1420 * gdb.dwarf2/formdata16.exp: Use main.c.
1421 * gdb.dwarf2/implptrconst.c: Remove.
1422 * gdb.dwarf2/implptrconst.exp: Use main.c.
1423 * gdb.dwarf2/info-locals-optimized-out.c: Remove.
1424 * gdb.dwarf2/info-locals-optimized-out.exp: Use main.c.
1425 * gdb.dwarf2/opaque-type-lookup.c: Remove.
1426 * gdb.dwarf2/opaque-type-lookup.exp: Use main.c.
1427
1428 2020-10-20 Tom de Vries <tdevries@suse.de>
1429
1430 * gdb.dwarf2/ada-valprint-error.exp: Remove redundant mention of .exp
1431 file.
1432 * gdb.dwarf2/dw2-dir-file-name.exp: Same.
1433
1434 2020-10-20 Tom de Vries <tdevries@suse.de>
1435
1436 * gdb.dwarf2/dw2-error.exp: Use $gdb_test_file_name.
1437 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
1438 * gdb.dwarf2/dw2-main-no-line-number.exp: Same.
1439 * gdb.dwarf2/dw2-ranges-base.exp: Same.
1440 * gdb.dwarf2/dw2-ranges.exp: Same.
1441 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
1442 * gdb.dwarf2/var-access.exp: Same.
1443
1444 2020-10-19 Tom Tromey <tromey@adacore.com>
1445
1446 PR tui/26719
1447 * gdb.tui/list.exp: Check source window contents after focus
1448 change.
1449
1450 2020-10-17 Tom de Vries <tdevries@suse.de>
1451
1452 PR symtab/26317
1453 * gdb.dwarf2/dw2-main-no-line-number.exp: New file.
1454
1455 2020-10-17 Tom de Vries <tdevries@suse.de>
1456
1457 * lib/gdb.exp (standard_testfile): Also treat args starting with '-'
1458 as suffix.
1459 * gdb.dwarf2/atomic.c: Rename to ...
1460 * gdb.dwarf2/atomic-type.c: ... this.
1461 * gdb.dwarf2/dw2-ranges2.c: Rename to ...
1462 * gdb.dwarf2/dw2-ranges-2.c: ... this.
1463 * gdb.dwarf2/dw2-ranges3.c: Rename to ...
1464 * gdb.dwarf2/dw2-ranges-3.c: ... this.
1465 * gdb.dwarf2/fission-mix2.c: Rename to ...
1466 * gdb.dwarf2/fission-mix-2.c: ... this.
1467 * gdb.dwarf2/ada-linkage-name.exp: Use more suffix args for
1468 standard_testfile.
1469 * gdb.dwarf2/ada-valprint-error.exp: Same.
1470 * gdb.dwarf2/arr-stride.exp: Same.
1471 * gdb.dwarf2/arr-subrange.exp: Same.
1472 * gdb.dwarf2/atomic-type.exp: Same.
1473 * gdb.dwarf2/bad-regnum.exp: Same.
1474 * gdb.dwarf2/break-inline-psymtab.exp: Same.
1475 * gdb.dwarf2/clang-debug-names-2.exp: Same.
1476 * gdb.dwarf2/clang-debug-names.exp: Same.
1477 * gdb.dwarf2/comp-unit-lang.exp: Same.
1478 * gdb.dwarf2/corrupt.exp: Same.
1479 * gdb.dwarf2/count.exp: Same.
1480 * gdb.dwarf2/cpp-linkage-name.exp: Same.
1481 * gdb.dwarf2/data-loc.exp: Same.
1482 * gdb.dwarf2/dw2-align.exp: Same.
1483 * gdb.dwarf2/dw2-bad-elf.exp: Same.
1484 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
1485 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
1486 * gdb.dwarf2/dw2-case-insensitive.exp: Same.
1487 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Same.
1488 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
1489 * gdb.dwarf2/dw2-inline-many-frames.exp: Same.
1490 * gdb.dwarf2/dw2-inline-param.exp: Same.
1491 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
1492 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
1493 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
1494 * gdb.dwarf2/dw2-is-stmt.exp: Same.
1495 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
1496 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
1497 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
1498 * gdb.dwarf2/dw2-param-error.exp: Same.
1499 * gdb.dwarf2/dw2-ranges-base.exp: Same.
1500 * gdb.dwarf2/dw2-ranges.exp: Same.
1501 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
1502 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
1503 * gdb.dwarf2/dw4-sig-types.exp: Same.
1504 * gdb.dwarf2/dynarr-ptr.exp: Same.
1505 * gdb.dwarf2/enum-type.exp: Same.
1506 * gdb.dwarf2/fission-mix.exp: Same.
1507 * gdb.dwarf2/formdata16.exp: Same.
1508 * gdb.dwarf2/implptrconst.exp: Same.
1509 * gdb.dwarf2/implptrpiece.exp: Same.
1510 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
1511 * gdb.dwarf2/main-subprogram.exp: Same.
1512 * gdb.dwarf2/method-ptr.exp: Same.
1513 * gdb.dwarf2/missing-sig-type.exp: Same.
1514 * gdb.dwarf2/nonvar-access.exp: Same.
1515 * gdb.dwarf2/opaque-type-lookup.exp: Same.
1516 * gdb.dwarf2/shortpiece.exp: Same.
1517 * gdb.dwarf2/staticvirtual.exp: Same.
1518 * gdb.dwarf2/subrange.exp: Same.
1519 * gdb.dwarf2/symtab-producer.exp: Same.
1520 * gdb.dwarf2/typedef-void-finish.exp: Same.
1521 * gdb.dwarf2/var-access.exp: Same.
1522 * gdb.dwarf2/variant.exp: Same.
1523 * gdb.dwarf2/void-type.exp: Same.
1524 * gdb.dwarf2/dw2-ranges-psym.exp: Same. Use main.c instead of
1525 dw2-ranges-main.c.
1526 * gdb.dwarf2/dw2-ranges-main.c: Remove.
1527
1528 2020-10-16 Tom de Vries <tdevries@suse.de>
1529
1530 * lib/gdb.exp (gdb_breakpoint): Remove mention of "passfail".
1531
1532 2020-10-16 Tom de Vries <tdevries@suse.de>
1533
1534 * lib/gdb.exp (gdb_breakpoint): Handle eof as in gdb_test_multiple.
1535
1536 2020-10-14 Tom de Vries <tdevries@suse.de>
1537
1538 PR testsuite/26732
1539 * gdb.ada/mi_catch_ex.exp: Do mi_delete_breakpoints before running
1540 scenario 2.
1541 * gdb.ada/mi_catch_ex_hand.exp: Same.
1542
1543 2020-10-13 Pedro Alves <pedro@palves.net>
1544
1545 * lib/mi-support.exp (mi_clean_restart): New.
1546 (mi_run_to_main): Delete.
1547 All callers adjust to use mi_clean_restart / mi_runto_main.
1548
1549 2020-10-13 Pedro Alves <pedro@palves.net>
1550
1551 * config/monitor.exp: Use "list -q".
1552 * gdb.arch/gdb1558.exp: Use "break -q".
1553 * gdb.arch/i386-permbkpt.exp: Use "break -q".
1554 * gdb.arch/i386-prologue-skip-cf-protection.exp: Use "break -q".
1555 * gdb.base/break.exp: Use "break -q", "list -q" and "tbreak -q".
1556 * gdb.base/commands.exp: Use "break -q".
1557 * gdb.base/condbreak.exp: Use "break -q".
1558 * gdb.base/ctf-ptype.exp: Use "list -q".
1559 * gdb.base/define.exp: Use "break -q".
1560 * gdb.base/del.exp: Use "break -q".
1561 * gdb.base/fullname.exp: Use "break -q".
1562 * gdb.base/hbreak-in-shr-unsupported.exp: Use "hbreak -q".
1563 * gdb.base/hbreak-unmapped.exp: Use "hbreak -q".
1564 * gdb.base/hbreak2.exp: Use "hbreak -q" and "list -q".
1565 * gdb.base/hw-sw-break-same-address.exp: Use "break -q" and
1566 "hbreak -q".
1567 * gdb.base/included.exp: Use "list -q".
1568 * gdb.base/label.exp: Use "break -q".
1569 * gdb.base/lineinc.exp: Use "break -q".
1570 * gdb.base/list.exp: Use "list -q".
1571 * gdb.base/macscp.exp: Use "list -q".
1572 * gdb.base/pending.exp: Use "break -q".
1573 * gdb.base/prologue-include.exp: Use "break -q".
1574 * gdb.base/ptype.exp: Use "list -q".
1575 * gdb.base/sepdebug.exp: Use "break -q", "list -q" and "tbreak -q".
1576 * gdb.base/server-del-break.exp: Use "break -q".
1577 * gdb.base/style.exp: Use "break -q".
1578 * gdb.base/symbol-without-target_section.exp: Use "list -q".
1579 * gdb.base/watchpoint-reuse-slot.exp: Use "hbreak -q".
1580 * gdb.cp/exception.exp: Use "tbreak -q".
1581 * gdb.dwarf2/dw2-error.exp: Use "break -q".
1582 * gdb.dwarf2/fission-mix.exp: Use "break -q".
1583 * gdb.dwarf2/fission-reread.exp: Use "break -q".
1584 * gdb.dwarf2/pr13961.exp: Use "break -q".
1585 * gdb.linespec/explicit.exp: Use "list -q".
1586 * gdb.linespec/linespec.exp: Use "break -q".
1587 * gdb.mi/mi-simplerun.exp: Use "--qualified".
1588 * gdb.python/py-mi-objfile-gdb.py: Use "list -q".
1589 * gdb.server/bkpt-other-inferior.exp: Use "break -q".
1590 * gdb.server/connect-without-multi-process.exp: Use "break -q".
1591 * gdb.trace/change-loc.exp: Use "break -q".
1592 * gdb.trace/pending.exp: Use "break -q".
1593 * gdb.tui/basic.exp: Use "list -q".
1594 * gdb.tui/list-before.exp: Use "list -q".
1595 * gdb.tui/list.exp: Use "list -q".
1596 * lib/gdb.exp (gdb_has_argv0): Use "break -q".
1597
1598 2020-10-13 Pedro Alves <pedro@palves.net>
1599
1600 * gdb.base/ui-redirect.exp: Expect "break -qualified main" in
1601 saved breakpoints file.
1602 * gdb.guile/scm-breakpoint.exp: Expect "-qualified main" when
1603 inspecting breakpoint list.
1604 * lib/gdb.exp (runto_main): Add "qualified" to options.
1605 * lib/mi-support.exp (mi_runto_helper): Add 'qualified' parameter,
1606 and handle it.
1607 (mi_runto_main): Pass 1 as qualified argument.
1608
1609 2020-10-13 Pedro Alves <pedro@palves.net>
1610
1611 * lib/mi-support.exp (mi_runto_main): New proc.
1612 (mi_run_to_main): Use it.
1613 * gdb.mi/mi-catch-cpp-exceptions.exp: Likewise.
1614 * gdb.mi/mi-var-cmd.exp: Likewise.
1615 * gdb.mi/mi-var-invalidate.exp: Likewise.
1616 * mi-var-list-children-invalid-grandchild.exp: Likewise.
1617 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
1618 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1619 * gdb.mi/user-selected-context-sync.exp: Likewise.
1620 * gdb.opt/inline-cmds.exp: Likewise.
1621 * gdb.python/py-framefilter-mi.exp: Likewise.
1622 * gdb.python/py-mi.exp: Likewise.
1623
1624 2020-10-13 Pedro Alves <pedro@palves.net>
1625
1626 * gdb.ada/fun_in_declare.exp: Use "runto_main" instead of
1627 "runto main".
1628 * gdb.ada/small_reg_param.exp: Likewise.
1629 * gdb.arch/powerpc-d128-regs.exp: Likewise.
1630 * gdb.base/annota1.exp: Likewise.
1631 * gdb.base/anon.exp: Likewise.
1632 * gdb.base/breakpoint-in-ro-region.exp: Likewise.
1633 * gdb.base/dprintf-non-stop.exp: Likewise.
1634 * gdb.base/dprintf.exp: Likewise.
1635 * gdb.base/gdb11530.exp: Likewise.
1636 * gdb.base/gdb11531.exp: Likewise.
1637 * gdb.base/gnu_vector.exp: Likewise.
1638 * gdb.base/interrupt-noterm.exp: Likewise.
1639 * gdb.base/memattr.exp: Likewise.
1640 * gdb.base/step-over-syscall.exp: Likewise.
1641 * gdb.base/watch-cond-infcall.exp: Likewise.
1642 * gdb.base/watch-read.exp: Likewise.
1643 * gdb.base/watch-vfork.exp: Likewise.
1644 * gdb.base/watch_thread_num.exp: Likewise.
1645 * gdb.base/watchpoint-stops-at-right-insn.exp: Likewise.
1646 * gdb.guile/scm-frame-inline.exp: Likewise.
1647 * gdb.linespec/explicit.exp: Likewise.
1648 * gdb.opt/inline-break.exp: Likewise.
1649 * gdb.python/py-frame-inline.exp: Likewise.
1650 * gdb.reverse/break-precsave.exp: Likewise.
1651 * gdb.reverse/break-reverse.exp: Likewise.
1652 * gdb.reverse/consecutive-precsave.exp: Likewise.
1653 * gdb.reverse/consecutive-reverse.exp: Likewise.
1654 * gdb.reverse/finish-precsave.exp: Likewise.
1655 * gdb.reverse/finish-reverse.exp: Likewise.
1656 * gdb.reverse/fstatat-reverse.exp: Likewise.
1657 * gdb.reverse/getresuid-reverse.exp: Likewise.
1658 * gdb.reverse/i386-precsave.exp: Likewise.
1659 * gdb.reverse/i386-reverse.exp: Likewise.
1660 * gdb.reverse/i386-sse-reverse.exp: Likewise.
1661 * gdb.reverse/i387-env-reverse.exp: Likewise.
1662 * gdb.reverse/i387-stack-reverse.exp: Likewise.
1663 * gdb.reverse/insn-reverse.exp: Likewise.
1664 * gdb.reverse/machinestate-precsave.exp: Likewise.
1665 * gdb.reverse/machinestate.exp: Likewise.
1666 * gdb.reverse/pipe-reverse.exp: Likewise.
1667 * gdb.reverse/readv-reverse.exp: Likewise.
1668 * gdb.reverse/recvmsg-reverse.exp: Likewise.
1669 * gdb.reverse/rerun-prec.exp: Likewise.
1670 * gdb.reverse/s390-mvcle.exp: Likewise.
1671 * gdb.reverse/solib-precsave.exp: Likewise.
1672 * gdb.reverse/solib-reverse.exp: Likewise.
1673 * gdb.reverse/step-precsave.exp: Likewise.
1674 * gdb.reverse/step-reverse.exp: Likewise.
1675 * gdb.reverse/time-reverse.exp: Likewise.
1676 * gdb.reverse/until-precsave.exp: Likewise.
1677 * gdb.reverse/until-reverse.exp: Likewise.
1678 * gdb.reverse/waitpid-reverse.exp: Likewise.
1679 * gdb.reverse/watch-precsave.exp: Likewise.
1680 * gdb.reverse/watch-reverse.exp: Likewise.
1681 * gdb.threads/kill.exp: Likewise.
1682 * gdb.threads/tid-reuse.exp: Likewise.
1683
1684 2020-10-13 Simon Marchi <simon.marchi@polymtl.ca>
1685
1686 PR gdb/26642
1687 * gdb.base/maint-target-async-off.c: New test.
1688 * gdb.base/maint-target-async-off.exp: New test.
1689
1690 2020-10-13 Alan Modra <amodra@gmail.com>
1691
1692 * gdb.arch/powerpc-altivec.s,
1693 * gdb.arch/powerpc-power7.s,
1694 * gdb.arch/powerpc-power8.s,
1695 * gdb.arch/powerpc-power9.s,
1696 * gdb.arch/powerpc-vsx.s,
1697 * gdb.arch/powerpc-vsx2.s: Remove duplicate instructions.
1698 * gdb.arch/powerpc-altivec.exp,
1699 * gdb.arch/powerpc-power7.exp,
1700 * gdb.arch/powerpc-power8.exp,
1701 * gdb.arch/powerpc-power9.exp,
1702 * gdb.arch/powerpc-vsx.exp,
1703 * gdb.arch/powerpc-vsx2.exp: Likewise, and update expected
1704 disassembly of mfvsrd/mtvsrd.
1705
1706 2020-10-13 Alan Modra <amodra@gmail.com>
1707
1708 * gdb.arch/arm-disassembler-options.exp: Adjust expected
1709 "target architecture" output.
1710 * gdb.arch/powerpc-d128-regs.exp: Likewise.
1711 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
1712 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
1713 * gdb.arch/s390-disassembler-options.exp: Likewise.
1714
1715 2020-10-12 Pedro Alves <pedro@palves.net>
1716
1717 PR exp/26602
1718 PR c++/26550
1719 * gdb.cp/ambiguous.cc (marker1): Delete.
1720 (main): Initialize all the fields of the locals. Replace marker1
1721 call with a "set breakpoint here" marker.
1722 * gdb.cp/ambiguous.exp: Modernize. Use gdb_continue_to_breakpoint
1723 instead of running to marker1. Add tests printing all the
1724 variables and all the fields of the variables.
1725 (test_ambiguous): New proc, expecting the new GDB output when a
1726 field access is ambiguous. Change all "warning: X ambiguous"
1727 tests to use it.
1728
1729 2020-10-12 Gary Benson <gbenson@redhat.com>
1730
1731 * gdb.base/msym-bp.c (foo): Add __attribute__ ((used)).
1732 * gdb.base/msym-bp-2.c (foo): Likewise.
1733 * gdb.base/msym-lang.c (foo): Likewise.
1734 * gdb.base/msym-lang-main.c (foo): Likewise.
1735 * gdb.base/symtab-search-order-1.c (static_global): Likewise.
1736 * gdb.guile/scm-pretty-print.c (eval_func): Likewise.
1737 * gdb.mi/mi-sym-info-1.c (global_f1): Likewise.
1738 * gdb.mi/mi-sym-info-2.c (global_f1, var1, var2): Likewise.
1739 * gdb.multi/watchpoint-multi-exit.c (globalvar): Likewise.
1740 * gdb.python/py-as-string.c (enum_valid, enum_invalid): Likewise.
1741 * gdb.python/py-objfile.c (static_var): Likewise.
1742 * gdb.python/py-symbol.c (rr): Likewise.
1743 * gdb.python/py-symbol-2.c (anon, rr): Likewise.
1744 * gdb.mi/mi-sym-info.exp (lineno1, lineno2): Updated.
1745
1746 2020-10-11 Andrew Burgess <andrew.burgess@embecosm.com>
1747
1748 * gdb.fortran/mixed-lang-stack.exp (run_tests): Update expected
1749 output of backtrace.
1750
1751 2020-10-09 Tom Tromey <tromey@adacore.com>
1752
1753 * gdb.ada/scalar_storage/storage.adb (Another_Range): New type.
1754 (Rec): Add field. Fix range.
1755 * gdb.ada/scalar_storage.exp: Update.
1756
1757 2020-10-09 Hannes Domani <ssbssa@yahoo.de>
1758
1759 PR exp/26714
1760 * gdb.base/printcmds.exp: Add tests for void results.
1761
1762 2020-10-09 Jan Vrany <jan.vrany@labware.com>
1763
1764 * gdb.mi/mi-cmd-param-changed.exp: Check that notification is
1765 is emmited for both 'set directories' and 'directory' commands.
1766
1767 2020-10-08 Tom Tromey <tom@tromey.com>
1768
1769 * gdb.base/style.exp: Check that "main"'s name is styled.
1770
1771 2020-10-07 Tom Tromey <tromey@adacore.com>
1772
1773 * gdb.base/find.exp: Rename some tests.
1774
1775 2020-10-06 Gary Benson <gbenson@redhat.com>
1776
1777 * gdb.base/list0.c (unused): Add __attribute__ ((used)).
1778 * gdb.base/list1.c (unused): Likewise.
1779
1780 2020-10-06 Gary Benson <gbenson@redhat.com>
1781
1782 * gdb.base/list-ambiguous0.c (ambiguous_var): Add
1783 __attribute__ ((used)).
1784 * gdb.base/list-ambiguous1.c (ambiguous_var): Likewise.
1785
1786 2020-10-06 Andrew Burgess <andrew.burgess@embecosm.com>
1787
1788 * gdb.base/m32r.ld: Remove SEARCH_DIR line. Add MEMORY regions,
1789 make use of regions throughout.
1790 * gdb.base/overlays.exp: Enclose string with variableds in "..",
1791 not {...}.
1792 * gdb.base/ovlymgr.c: Add 'string.h' and 'stdlib.h' includes.
1793
1794 2020-10-05 Hannes Domani <ssbssa@yahoo.de>
1795
1796 * gdb.base/call-sc.c: Fix return struct on stack test case.
1797 * gdb.base/call-sc.exp: Likewise.
1798
1799 2020-10-02 Gary Benson <gbenson@redhat.com>
1800
1801 * README: Fix "paralell".
1802
1803 2020-09-30 Gary Benson <gbenson@redhat.com>
1804
1805 * gdb.dwarf2/dw2-double-set-die-type.S (.Ldie_3e0):
1806 Convert directive to lowercase.
1807 (.Labbrev1_begin): Add missing label.
1808 (abbrev code 0x1): Remove DW_AT_stmt_list.
1809 (.Ldie_b): Likewise.
1810
1811 2020-09-27 Tom Tromey <tom@tromey.com>
1812
1813 * gdb.tui/new-layout.exp: Use with_test_prefix.
1814
1815 2020-09-26 Gareth Rees <grees@undo.io> (tiny change)
1816
1817 PR python/26586
1818 * gdb.python/python.exp: add test cases for the from_tty
1819 argument to gdb.execute.
1820
1821 2020-09-25 Gary Benson <gbenson@redhat.com>
1822
1823 * gdb.base/infcall-nested-structs.exp.tcl: Add
1824 additional_flags=-Wno-tautological-compare for C++
1825 tests when compiling using Clang.
1826
1827 2020-09-25 Gary Benson <gbenson@redhat.com>
1828
1829 * lib/gdb.exp (gdb_compile): Pass "-x c++" earlier, and only
1830 for .c files.
1831
1832 2020-09-24 Tom Tromey <tromey@adacore.com>
1833
1834 PR tui/26638:
1835 * gdb.tui/list.exp: Check output of "focus next".
1836
1837 2020-09-23 Tom Tromey <tom@tromey.com>
1838
1839 * gdb.dwarf2/intbits.exp: New file.
1840 * gdb.dwarf2/intbits.c: New file.
1841
1842 2020-09-20 Pedro Alves <pedro@palves.net>
1843
1844 * lib/mi-support.exp (mi_uncatched_gdb_exit) Switch to the main
1845 spawn_id before calling remote_close. Close secondary MI channel.
1846
1847 2020-09-20 Pedro Alves <pedro@palves.net>
1848
1849 * gdb.base/testenv.exp (find_env): Bail out if printing 'envp[$i]'
1850 fails.
1851
1852 2020-09-19 Andrew Burgess <andrew.burgess@embecosm.com>
1853
1854 * gdb.fortran/array-slices.exp: Update expected results.
1855 * gdb.fortran/class-allocatable-array.exp: Likewise.
1856 * gdb.fortran/multi-dim.exp: Likewise.
1857 * gdb.fortran/vla-type.exp: Likewise.
1858 * gdb.mi/mi-vla-fortran.exp: Likewise.
1859
1860 2020-09-18 Victor Collod <vcollod@nvidia.com>
1861
1862 PR gdb/26635
1863 * gdb.arch/amd64-prologue-skip-cf-protection.exp: Make the test
1864 compatible with i386, and move it to...
1865 * gdb.arch/i386-prologue-skip-cf-protection.exp: ... here.
1866 * gdb.arch/amd64-prologue-skip-cf-protection.c: Move to...
1867 * gdb.arch/i386-prologue-skip-cf-protection.c: ... here.
1868
1869 2020-09-18 Pedro Alves <pedro@palves.net>
1870
1871 PR gdb/26631
1872 * gdb.multi/multi-target-thread-find.exp: New file.
1873
1874 2020-09-18 Pedro Alves <pedro@palves.net>
1875
1876 * gdb.multi/multi-target-continue.exp: New file, factored out from
1877 multi-target.exp.
1878 * gdb.multi/multi-target-info-inferiors.exp: New file, factored out from
1879 multi-target.exp.
1880 * gdb.multi/multi-target-interrupt.exp: New file, factored out from
1881 multi-target.exp.
1882 * gdb.multi/multi-target-no-resumed.exp: New file, factored out from
1883 multi-target.exp.
1884 * gdb.multi/multi-target-ping-pong-next.exp: New file, factored out from
1885 multi-target.exp.
1886 * gdb.multi/multi-target.exp.tcl: New file, factored out from
1887 multi-target.exp.
1888 * gdb.multi/multi-target.exp: Delete.
1889
1890 2020-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
1891
1892 * gdb.fortran/array-slices.exp: Add missing message data.
1893
1894 2020-09-17 Pedro Alves <pedro@palves.net>
1895
1896 * gdb.cp/call-c-1.c (foo) [__cplusplus]: Add extern "C".
1897
1898 2020-09-17 Pedro Alves <pedro@palves.net>
1899
1900 * gdb.python/py-frame-inline.exp: Adjust to optionally expect a
1901 full prototype.
1902
1903 2020-09-17 Pedro Alves <pedro@palves.net>
1904
1905 * gdb.python/py-as-string.c: Add cast.
1906
1907 2020-09-17 Pedro Alves <pedro@palves.net>
1908
1909 * gdb.base/sizeof.c (fill): Add cast.
1910
1911 2020-09-17 Pedro Alves <pedro@palves.net>
1912
1913 * gdb.base/share-env-with-gdbserver.c (main): Add cast.
1914
1915 2020-09-17 Pedro Alves <pedro@palves.net>
1916
1917 * gdb.base/prologue.c [__cplusplus] (marker): Explicitly specify
1918 linkage name.
1919 * gdb.base/prologue.exp: Use print /d.
1920 * gdb.base/symbol-alias.exp: Handle C++ output.
1921 * gdb.base/symbol-alias2.c: Handle C++ output.
1922 [__cplusplus] (func): Explicitly specify linkage name.
1923
1924 2020-09-17 Pedro Alves <pedro@palves.net>
1925
1926 * gdb.python/py-nested-maps.c (struct key_t): Rename to...
1927 (struct my_key_t): ... this. Adjust all references.
1928 (struct value_t): Rename to ...
1929 (struct my_value_t): ... this. Adjust all references.
1930 (create_map, add_map_element, create_map_map)
1931 (add_map_map_element): Add casts.
1932
1933 2020-09-17 Pedro Alves <pedro@palves.net>
1934
1935 * gdb.python/py-framefilter-mi.c (funca): Add casts.
1936 * gdb.python/py-framefilter.c.c (funca, func2): Add casts.
1937
1938 2020-09-17 Pedro Alves <pedro@palves.net>
1939
1940 * gdb.mi/var-cmd.c (do_anonymous_type_tests): Add cast.
1941
1942 2020-09-17 Pedro Alves <pedro@palves.net>
1943
1944 * gdb.base/exprs.c: Replace 'this' with 'self' throughout.
1945 * gdb.base/ptype.c: : Replace 'this' with 'self' throughout.
1946 (charfoo, intfoo): Define full prototype.
1947 * gdb.base/ptype1.c (charfoo): Define full prototype.
1948 * gdb.base/setvar.c: Replace 'this' with 'self' throughout.
1949 * gdb.base/whatis.c: Replace 'this' with 'self' throughout.
1950
1951 2020-09-17 Pedro Alves <pedro@palves.net>
1952
1953 * gdb.base/charset.c [__cplusplus] (wchar_t, char16_t, char32_t):
1954 Don't define.
1955 (utf_32_string): Compile for both C and C++.
1956 * gdb.base/charset.exp: Use "print /d".
1957
1958 2020-09-17 Pedro Alves <pedro@palves.net>
1959
1960 * gdb.base/watchpoint.c (buf): Make it 31 bytes.
1961 (nullptr): Rename to ...
1962 (null_ptr): ... this.
1963 * gdb.base/watchpoint.exp: Adjust to rename.
1964
1965 2020-09-17 Pedro Alves <pedro@palves.net>
1966
1967 * gdb.base/printcmds.c (three, flag_enum_without_zero)
1968 (three_not_flag): Add casts.
1969
1970 2020-09-17 Pedro Alves <pedro@palves.net>
1971
1972 * gdb.base/examine-backward.c (Barrier, TestStrings): Now unsigned
1973 char array.
1974 (main): Add references to Barrier, TestStrings, TestStringsH and
1975 TestStringsW.
1976 * gdb.base/examine-backward.exp: Issue "set print asm-demangle on"
1977 and expect a full prototype in C++.
1978
1979 2020-09-17 Pedro Alves <pedro@palves.net>
1980
1981 * gdb.base/nested-addr.c (main): Add cast.
1982 * gdb.base/nested-addr.exp: Use "print /d".
1983
1984 2020-09-17 Pedro Alves <pedro@palves.net>
1985
1986 * gdb.base/break.exp (func): New. Use it throughout when
1987 expecting a function name.
1988
1989 2020-09-17 Pedro Alves <pedro@palves.net>
1990
1991 * gdb.base/display.exp: Issue "set print asm-demangle on".
1992
1993 2020-09-17 Pedro Alves <pedro@palves.net>
1994
1995 * gdb.base/find.c: Include <string.h>.
1996 (init_bufs): Add cast.
1997 * gdb.base/find.exp: Issue "set print asm-demangle on".
1998
1999 2020-09-16 Tom Tromey <tromey@adacore.com>
2000
2001 PR gdb/26598:
2002 * gdb.base/skipcxx.exp: New file.
2003 * gdb.base/skipcxx.cc: New file.
2004
2005 2020-09-16 Tom de Vries <tdevries@suse.de>
2006
2007 PR testsuite/26617
2008 * gdb.dlang/watch-loc.c: Only add .debug_aranges if
2009 WITH_DEBUG_SECTIONS is defined.
2010 (xstr, str): New macro.
2011 (.debug_aranges): Use DMAIN_START_0/1/2 and DMAIN_LENGTH
2012 to get start and size of _Dmain.
2013 * gdb.dlang/watch-loc.exp: Pass DMAIN_START_0/1/2 and DMAIN_LENGTH
2014 using additional_flags.
2015
2016 2020-09-16 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2017
2018 * gdb.base/bp-cmds-sourced-script.c: New file.
2019 * gdb.base/bp-cmds-sourced-script.exp: New test.
2020 * gdb.base/bp-cmds-sourced-script.gdb: New file.
2021
2022 2020-09-16 Tom de Vries <tdevries@suse.de>
2023
2024 * lib/gdbserver-support.exp (gdbserver_exit): Make sure we
2025 get the gdb prompt after issuing "monitor exit".
2026
2027 2020-09-16 Tom de Vries <tdevries@suse.de>
2028
2029 PR testsuite/26624
2030 * lib/gdb.exp (gdb_assert): Catch errors in condition evaluation.
2031
2032 2020-09-16 Tom de Vries <tdevries@suse.de>
2033
2034 PR testsuite/26618
2035 * gdb.tui/new-layout.exp: Escape unbalanced braces.
2036
2037 2020-09-15 Tom Tromey <tromey@adacore.com>
2038
2039 PR rust/26197:
2040 * lib/rust-support.exp (rust_llvm_version): New proc.
2041 * gdb.rust/simple.exp: Check rust_llvm_version.
2042
2043 2020-09-14 Tom de Vries <tdevries@suse.de>
2044
2045 * gdb.rust/traits.exp: Fix PATH warning.
2046
2047 2020-09-13 Pedro Alves <pedro@palves.net>
2048
2049 * gdb.base/catch-follow-exec.c (main): Add explicit return
2050 statement.
2051 * gdb.base/catch-signal.c (main): Likewise.
2052 * gdb.base/condbreak-call-false.c (main): Likewise.
2053 * gdb.base/consecutive.c (main): Add explicit return
2054 statement and return type.
2055 * gdb.base/cursal.c (main): Add explicit return statement.
2056 * gdb.base/cvexpr.c (main): Likewise.
2057 * gdb.base/display.c (main): Add explicit return statement and
2058 return type.
2059 * gdb.base/dprintf-detach.c (main): Add explicit return statement.
2060 * gdb.base/endianity.c (main): Likewise.
2061 * gdb.base/execd-prog.c (main): Likewise.
2062 * gdb.base/gdb1090.c (main): Likewise.
2063 * gdb.base/info_qt.c (main): Likewise.
2064 * gdb.base/lineinc.c (main): Likewise.
2065 * gdb.base/load-command.c (main): Likewise.
2066 * gdb.base/macscp1.c (main): Likewise.
2067 * gdb.base/pr10179-a.c (main): Likewise.
2068 * gdb.base/quit-live.c (main): Likewise.
2069 * gdb.base/scope0.c (main): Likewise.
2070 * gdb.base/settings.c (main): Likewise.
2071 * gdb.base/stack-checking.c (main): Return int.
2072 * gdb.base/varargs.c (main): Add explicit return statement.
2073 * gdb.cp/ambiguous.cc (main): Likewise.
2074 * gdb.cp/anon-struct.cc (main): Likewise.
2075 * gdb.cp/anon-union.cc (main): Likewise.
2076 * gdb.cp/bool.cc (main): Likewise.
2077 * gdb.cp/bs15503.cc (main): Likewise.
2078 * gdb.cp/cplusfuncs.cc (main): Likewise.
2079 * gdb.cp/cttiadd.cc (main): Likewise.
2080 * gdb.cp/extern-c.cc (main): Likewise.
2081 * gdb.cp/filename.cc (main): Likewise.
2082 * gdb.cp/formatted-ref.cc (main): Likewise.
2083 * gdb.cp/mb-ctor.cc (main): Likewise.
2084 * gdb.cp/member-ptr.cc (main): Likewise.
2085 * gdb.cp/minsym-fallback-main.cc (main): Likewise.
2086 * gdb.cp/overload-const.cc (main): Likewise.
2087 * gdb.cp/paren-type.cc (main): Likewise.
2088 * gdb.cp/parse-lang.cc (main): Likewise.
2089 * gdb.cp/pr-1023.cc (main): Likewise.
2090 * gdb.cp/psmang1.cc (main): Likewise.
2091 * gdb.cp/readnow-language.cc (main): Likewise.
2092 * gdb.cp/ref-params.cc (main): Likewise.
2093 * gdb.cp/rvalue-ref-params.cc (main): Likewise.
2094 * gdb.cp/virtbase2.cc (main): Likewise.
2095 * gdb.dwarf2/dw2-abs-hi-pc.c (main): Likewise.
2096 * gdb.dwarf2/dw2-namespaceless-anonymous.c (main): Likewise.
2097 * gdb.dwarf2/dw4-toplevel-types.cc (main): Likewise.
2098 * gdb.mi/mi-console.c (main): Likewise.
2099 * gdb.mi/mi-read-memory.c (main): Likewise.
2100 * gdb.modula2/multidim.c (main): Likewise.
2101 * gdb.opt/inline-small-func.c (main): Likewise.
2102 * gdb.python/py-rbreak.c (main): Likewise.
2103 * gdb.stabs/exclfwd1.c (main): Likewise.
2104 * gdb.trace/qtro.c (main): Likewise.
2105
2106 2020-09-13 Pedro Alves <pedro@palves.net>
2107
2108 * gdb.base/share-env-with-gdbserver.c (main): Call my_getenv
2109 instead of getenv.
2110
2111 2020-09-13 Pedro Alves <pedro@palves.net>
2112
2113 * gdb.base/dbx.exp (dbx_gdb_start): Adjust to use gdb_spawn
2114 instead of spawning GDB with remote_spawn.
2115 * lib/mi-support.exp (default_mi_gdb_start): Adjust to use
2116 gdb_spawn instead of spawning GDB with remote_spawn.
2117
2118 2020-09-13 Pedro Alves <pedro@palves.net>
2119
2120 * gdb.dwarf2/ada-linkage-name.c (main): Move to the bottom of the
2121 file and add calls to first and second.
2122 * gdb.dwarf2/atomic.c (main): Move to the bottom of the file and
2123 add call to f.
2124
2125 2020-09-13 Pedro Alves <pedro@palves.net>
2126
2127 * gdb.mi/mi-break-qualified.cc: New file.
2128 * gdb.mi/mi-break-qualified.exp: New file.
2129 * lib/mi-support.exp (mi_create_breakpoint_multi)
2130 (mi_make_breakpoint_loc, mi_make_breakpoint_multi): New
2131 procedures.
2132 (mi_create_breakpoint_1): New, factored out from
2133 mi_create_breakpoint.
2134
2135 2020-09-13 Pedro Alves <pedro@palves.net>
2136
2137 * gdb.cp/inherit.exp: No longer pass -Wno-deprecated-register.
2138 * gdb.cp/misc.exp: No longer pass -Wno-deprecated-register.
2139 * gdb.cp/misc.cc (class small, small::method, marker_reg1)
2140 (register_class): Delete.
2141 (main): Don't call register_class.
2142
2143 2020-09-13 Pedro Alves <pedro@palves.net>
2144
2145 * gdb.cp/classes.exp: No longer pass -Wno-deprecated-register.
2146 (do_tests): Remove "calling method for small class" test.
2147 * gdb.cp/classes.cc (class small, small::method, marker_reg1)
2148 (register_class): Delete.
2149 (main): Don't call register_class.
2150 * gdb.cp/call-method-register.exp: New file, based on bits removed
2151 from classes.exp.
2152 * gdb.cp/call-method-register.cc: New file, based on bits removed
2153 from classes.cc.
2154
2155 2020-09-13 Pedro Alves <pedro@palves.net>
2156
2157 * gdb.base/msym-bp-2.c: New.
2158 * gdb.base/msym-bp-shl-lib.c: New file.
2159 * gdb.base/msym-bp-shl-main-2.c: New file.
2160 * gdb.base/msym-bp-shl-main.c: New file.
2161 * gdb.base/msym-bp-shl.exp: New file.
2162 * gdb.base/msym-bp.c: New file.
2163 * gdb.base/msym-bp.exp: New file.
2164
2165 2020-09-13 Joel Brobecker <brobecker@adacore.com>
2166
2167 * gdb.base/default.exp: Change $_gdb_major to 11.
2168
2169 2020-09-11 Moritz Riesterer <moritz.riesterer@intel.com>
2170 Felix Willgerodt <Felix.Willgerodt@intel.com>
2171
2172 * x86-avx512bf16.c: New file.
2173 * x86-avx512bf16.exp: Likewise.
2174 * lib/gdb.exp (skip_avx512bf16_tests): New function.
2175
2176 2020-09-11 Tom de Vries <tdevries@suse.de>
2177
2178 PR exp/26602
2179 * gdb.cp/ambiguous.exp: Add KFAILs for PR26602.
2180
2181 2020-09-11 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2182
2183 * gdb.base/bp-cmds-execution-x-script.exp: Remove a stale comment.
2184
2185 2020-09-10 Alan Modra <amodra@gmail.com>
2186
2187 PR 26597
2188 * gdb.dlang/demangle.exp: Update tests as per gcc commit 387d0773f3.
2189
2190 2020-09-08 Tom de Vries <tdevries@suse.de>
2191
2192 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Consume gdb prompt
2193 after gdb_starti_cmd.
2194
2195 2020-09-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2196
2197 * lib/fortran.exp (fortran_complex8): New proc.
2198 (fortran_complex16): New proc.
2199 * gdb.fortran/complex.exp: Use routines from fortran.exp
2200 * gdb.fortran/pointer-to-pointer.exp: Likewise.
2201 * gdb.fortran/vla-ptr-info.exp: Likewise.
2202
2203 2020-09-03 Tom de Vries <tdevries@suse.de>
2204
2205 PR breakpoint/26546
2206 * gdb.base/label-without-address.exp: Runto main first.
2207
2208 2020-09-02 Tom Tromey <tromey@adacore.com>
2209
2210 * gdb.ada/mi_var_access.exp: Test children of access variable.
2211 * gdb.ada/mi_var_access/mi_access.adb: Add new stop markers.
2212 * gdb.ada/mi_var_array.exp: Update.
2213
2214 2020-08-31 Kevin Buettner <kevinb@redhat.com>
2215
2216 * gdb.base/corefile.exp (warning-free): XFAIL test when running
2217 on docker w/ AUFS storage driver.
2218
2219 2020-08-31 Kevin Buettner <kevinb@redhat.com>
2220
2221 * gdb.base/corefile2.exp (renamed binfile): New tests.
2222
2223 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
2224
2225 * gdb.dwarf2/dw2-reg-undefined.exp: Remove spurious #.
2226
2227 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
2228
2229 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: New file.
2230 * gdb.dwarf2/frame-inlined-in-outer-frame.S: New file.
2231
2232 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
2233
2234 * gdb.dwarf2/dw2-reg-undefined.exp: Test "set debug frame 1"
2235 output, printing a "not saved" value from history and printing a
2236 convenience variable created from a "not saved" value.
2237
2238 2020-08-31 Tom de Vries <tdevries@suse.de>
2239
2240 * gdb.base/eh_return.exp: Use nopie.
2241
2242 2020-08-28 Pedro Alves <pedro@palves.net>
2243
2244 * gdb.base/advance-until-multiple-locations.exp
2245 (advance_overload, until_overload): Adjust to match the
2246 frame/function header instead of the source line text.
2247
2248 2020-08-28 Tom de Vries <tdevries@suse.de>
2249
2250 * gdb.base/label-without-address.c: New test.
2251 * gdb.base/label-without-address.exp: New file.
2252
2253 2020-08-27 Pedro Alves <pedro@palves.net>
2254
2255 PR gdb/26523
2256 PR gdb/26524
2257 * gdb.base/advance-until-multiple-locations.cc: New.
2258 * gdb.base/advance-until-multiple-locations.exp: New.
2259
2260 2020-08-27 Simon Marchi <simon.marchi@polymtl.ca>
2261
2262 * gdb.dwarf2/dw2-reg-undefined.exp: Use multi_line.
2263
2264 2020-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
2265
2266 * gdb.arch/amd64-byte.exp: Make test names unique, use
2267 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
2268 * gdb.arch/amd64-dword.exp: Likewise.
2269 * gdb.arch/amd64-pseudo.c: Fix typo 'forth' -> 'fourth'.
2270 * gdb.arch/amd64-stap-special-operands.exp: Make test names
2271 unique.
2272 * gdb.arch/amd64-tailcall-ret.exp: Likewise.
2273 * gdb.arch/amd64-word.exp: Make test names unique, use
2274 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
2275 * gdb.arch/i386-byte.exp: Make test names unique, use
2276 gdb_breakpoint.
2277 * gdb.arch/i386-word.exp: Likewise.
2278
2279 2020-08-25 Shahab Vahedi <shahab@synopsys.com>
2280
2281 * gdb.arch/arc-tdesc-cpu.xml: Use new feature names.
2282
2283 2020-08-25 Simon Marchi <simon.marchi@polymtl.ca>
2284
2285 PR gdb/26532
2286 * gdb.threads/stepi-random-signal.exp: Update pattern.
2287
2288 2020-08-25 Simon Marchi <simon.marchi@efficios.com>
2289
2290 PR gdb/26532
2291 * gdb.base/ui-redirect.exp: Update pattern.
2292
2293 2020-08-25 Gary Benson <gbenson@redhat.com>
2294
2295 * gdb.dwarf2/dw2-dir-file-name.exp: Use system assembler
2296 when compiling with clang.
2297 * gdb.dwarf2/dw2-restore.exp: Likewise.
2298
2299 2020-08-25 Gary Benson <gbenson@redhat.com>
2300
2301 * gdb.cp/ambiguous.exp: Enable test when compiling with GCC.
2302 Add additional_flags=-Wno-inaccessible-base when compiling
2303 with GCC >= 10.1 or clang. Add additional_flags=-w when
2304 compiling with GCC < 10.
2305
2306 2020-08-25 Gaius Mulley <gaiusmod2@gmail.com>
2307
2308 PR m2/26372
2309 * gdb.modula2/multidim.c: New file.
2310 * gdb.modula2/multidim.exp: New file.
2311
2312 2020-08-24 Simon Marchi <simon.marchi@polymtl.ca>
2313
2314 * lib/gdb.exp (runto): Always emit fail on internal error.
2315
2316 2020-08-24 Simon Marchi <simon.marchi@efficios.com>
2317
2318 * gdb.base/gdb-sigterm.exp (do_test): Update expected regexp.
2319 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2320 Likewise.
2321 * gdb.threads/stepi-random-signal.exp: Likewise.
2322
2323 2020-08-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2324
2325 * gdb.base/print-file-var.exp: Fix typo "breapoint".
2326 * gdb.trace/strace.exp: Ditto.
2327
2328 2020-08-19 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2329
2330 * gdb.fortran/vla-type.exp: Skip commands not required for
2331 the Flang compiled binaries after prologue fix.
2332
2333 2020-08-17 Tom de Vries <tdevries@suse.de>
2334 Tom Tromey <tromey@adacore.com>
2335
2336 PR rust/26197:
2337 * gdb.rust/simple.exp (xfail_pattern): Update for new failure.
2338
2339 2020-08-17 Tom Tromey <tromey@adacore.com>
2340
2341 * gdb.ada/mi_var_access.exp: New file.
2342 * gdb.ada/mi_var_access/mi_access.adb: New file.
2343 * gdb.ada/mi_var_access/pck.adb: New file.
2344 * gdb.ada/mi_var_access/pck.ads: New file.
2345
2346 2020-08-16 Tom de Vries <tdevries@suse.de>
2347
2348 PR gdb/25350
2349 * gdb.base/eh_return.c: New test.
2350 * gdb.base/eh_return.exp: New file.
2351
2352 2020-08-15 Tom de Vries <tdevries@suse.de>
2353
2354 * gdb.fortran/mixed-lang-stack.c (fortran_charlen_t): New type.
2355 (mixed_func_1d_): Use fortran_charlen_t in decl.
2356
2357 2020-08-15 Tom de Vries <tdevries@suse.de>
2358
2359 PR backtrace/26390
2360 * gdb.fortran/mixed-lang-stack.exp: Call bt with -frame-arguments all.
2361 Update expected pattern.
2362
2363 2020-08-13 Pedro Alves <pedro@palves.net>
2364
2365 * gdb.fortran/complex.exp: Check skip_fortran_tests.
2366 * gdb.fortran/library-module.exp: Likewise.
2367 * gdb.fortran/logical.exp: Likewise.
2368 * gdb.fortran/module.exp: Likewise.
2369 * gdb.fortran/print_type.exp: Likewise.
2370 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
2371 * gdb.fortran/vla-datatypes.exp: Likewise.
2372 * gdb.fortran/vla-history.exp: Likewise.
2373 * gdb.fortran/vla-ptr-info.exp: Likewise.
2374 * gdb.fortran/vla-ptype-sub.exp: Likewise.
2375 * gdb.fortran/vla-ptype.exp: Likewise.
2376 * gdb.fortran/vla-sizeof.exp: Likewise.
2377 * gdb.fortran/vla-type.exp: Likewise.
2378 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
2379 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
2380 * gdb.fortran/vla-value-sub.exp: Likewise.
2381 * gdb.fortran/vla-value.exp: Likewise.
2382
2383 2020-08-13 Pedro Alves <pedro@palves.net>
2384
2385 * gdb.ada/access_tagged_param.exp: Check skip_ada_tests.
2386 * gdb.ada/access_to_packed_array.exp: Likewise.
2387 * gdb.ada/access_to_unbounded_array.exp: Likewise.
2388 * gdb.ada/addr_arith.exp: Likewise.
2389 * gdb.ada/arr_acc_idx_w_gap.exp: Likewise.
2390 * gdb.ada/arr_arr.exp: Likewise.
2391 * gdb.ada/arr_enum_idx_w_gap.exp: Likewise.
2392 * gdb.ada/array_bounds.exp: Likewise.
2393 * gdb.ada/array_of_variable_length.exp: Likewise.
2394 * gdb.ada/array_ptr_renaming.exp: Likewise.
2395 * gdb.ada/array_subscript_addr.exp: Likewise.
2396 * gdb.ada/arraydim.exp: Likewise.
2397 * gdb.ada/arrayparam.exp: Likewise.
2398 * gdb.ada/arrayptr.exp: Likewise.
2399 * gdb.ada/assign_1.exp: Likewise.
2400 * gdb.ada/assign_arr.exp: Likewise.
2401 * gdb.ada/atomic_enum.exp: Likewise.
2402 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
2403 * gdb.ada/bad-task-bp-keyword.exp: Likewise.
2404 * gdb.ada/bias.exp: Likewise.
2405 * gdb.ada/boolean_expr.exp: Likewise.
2406 * gdb.ada/bp_c_mixed_case.exp: Likewise.
2407 * gdb.ada/bp_enum_homonym.exp: Likewise.
2408 * gdb.ada/bp_inlined_func.exp: Likewise.
2409 * gdb.ada/bp_on_var.exp: Likewise.
2410 * gdb.ada/bp_range_type.exp: Likewise.
2411 * gdb.ada/bp_reset.exp: Likewise.
2412 * gdb.ada/call_pn.exp: Likewise.
2413 * gdb.ada/catch_assert_if.exp: Likewise.
2414 * gdb.ada/catch_ex.exp: Likewise.
2415 * gdb.ada/catch_ex_std.exp: Likewise.
2416 * gdb.ada/char_enum.exp: Likewise.
2417 * gdb.ada/char_param.exp: Likewise.
2418 * gdb.ada/complete.exp: Likewise.
2419 * gdb.ada/cond_lang.exp: Likewise.
2420 * gdb.ada/convvar_comp.exp: Likewise.
2421 * gdb.ada/dgopt.exp: Likewise.
2422 * gdb.ada/disc_arr_bound.exp: Likewise.
2423 * gdb.ada/display_nested.exp: Likewise.
2424 * gdb.ada/dot_all.exp: Likewise.
2425 * gdb.ada/dyn_loc.exp: Likewise.
2426 * gdb.ada/dyn_stride.exp: Likewise.
2427 * gdb.ada/excep_handle.exp: Likewise.
2428 * gdb.ada/expr_delims.exp: Likewise.
2429 * gdb.ada/expr_with_funcall.exp: Likewise.
2430 * gdb.ada/exprs.exp: Likewise.
2431 * gdb.ada/fin_fun_out.exp: Likewise.
2432 * gdb.ada/fixed_cmp.exp: Likewise.
2433 * gdb.ada/formatted_ref.exp: Likewise.
2434 * gdb.ada/frame_arg_lang.exp: Likewise.
2435 * gdb.ada/frame_args.exp: Likewise.
2436 * gdb.ada/fullname_bp.exp: Likewise.
2437 * gdb.ada/fun_addr.exp: Likewise.
2438 * gdb.ada/fun_in_declare.exp: Likewise.
2439 * gdb.ada/fun_overload_menu.exp: Likewise.
2440 * gdb.ada/fun_renaming.exp: Likewise.
2441 * gdb.ada/funcall_char.exp: Likewise.
2442 * gdb.ada/funcall_param.exp: Likewise.
2443 * gdb.ada/funcall_ptr.exp: Likewise.
2444 * gdb.ada/funcall_ref.exp: Likewise.
2445 * gdb.ada/homonym.exp: Likewise.
2446 * gdb.ada/info_addr_mixed_case.exp: Likewise.
2447 * gdb.ada/info_auto_lang.exp: Likewise.
2448 * gdb.ada/info_exc.exp: Likewise.
2449 * gdb.ada/info_types.exp: Likewise.
2450 * gdb.ada/int_deref.exp: Likewise.
2451 * gdb.ada/interface.exp: Likewise.
2452 * gdb.ada/iwide.exp: Likewise.
2453 * gdb.ada/lang_switch.exp: Likewise.
2454 * gdb.ada/length_cond.exp: Likewise.
2455 * gdb.ada/maint_with_ada.exp: Likewise.
2456 * gdb.ada/mi_catch_assert.exp: Likewise.
2457 * gdb.ada/mi_catch_ex.exp: Likewise.
2458 * gdb.ada/mi_catch_ex_hand.exp: Likewise.
2459 * gdb.ada/mi_dyn_arr.exp: Likewise.
2460 * gdb.ada/mi_ex_cond.exp: Likewise.
2461 * gdb.ada/mi_exc_info.exp: Likewise.
2462 * gdb.ada/mi_interface.exp: Likewise.
2463 * gdb.ada/mi_prot.exp: Likewise.
2464 * gdb.ada/mi_ref_changeable.exp: Likewise.
2465 * gdb.ada/mi_string_access.exp: Likewise.
2466 * gdb.ada/mi_task_arg.exp: Likewise.
2467 * gdb.ada/mi_task_info.exp: Likewise.
2468 * gdb.ada/mi_var_array.exp: Likewise.
2469 * gdb.ada/mi_var_union.exp: Likewise.
2470 * gdb.ada/mi_variant.exp: Likewise.
2471 * gdb.ada/minsyms.exp: Likewise.
2472 * gdb.ada/mod_from_name.exp: Likewise.
2473 * gdb.ada/nested.exp: Likewise.
2474 * gdb.ada/null_array.exp: Likewise.
2475 * gdb.ada/optim_drec.exp: Likewise.
2476 * gdb.ada/out_of_line_in_inlined.exp: Likewise.
2477 * gdb.ada/packed_array_assign.exp: Likewise.
2478 * gdb.ada/packed_tagged.exp: Likewise.
2479 * gdb.ada/pp-rec-component.exp: Likewise.
2480 * gdb.ada/print_chars.exp: Likewise.
2481 * gdb.ada/print_pc.exp: Likewise.
2482 * gdb.ada/ptr_typedef.exp: Likewise.
2483 * gdb.ada/ptype_arith_binop.exp: Likewise.
2484 * gdb.ada/ptype_array.exp: Likewise.
2485 * gdb.ada/ptype_field.exp: Likewise.
2486 * gdb.ada/ptype_tagged_param.exp: Likewise.
2487 * gdb.ada/ptype_union.exp: Likewise.
2488 * gdb.ada/py_range.exp: Likewise.
2489 * gdb.ada/py_taft.exp: Likewise.
2490 * gdb.ada/rdv_wait.exp: Likewise.
2491 * gdb.ada/rec_comp.exp: Likewise.
2492 * gdb.ada/rec_return.exp: Likewise.
2493 * gdb.ada/ref_param.exp: Likewise.
2494 * gdb.ada/ref_tick_size.exp: Likewise.
2495 * gdb.ada/rename_subscript_param.exp: Likewise.
2496 * gdb.ada/repeat_dyn.exp: Likewise.
2497 * gdb.ada/same_component_name.exp: Likewise.
2498 * gdb.ada/same_enum.exp: Likewise.
2499 * gdb.ada/scalar_storage.exp: Likewise.
2500 * gdb.ada/set_wstr.exp: Likewise.
2501 * gdb.ada/small_reg_param.exp: Likewise.
2502 * gdb.ada/str_binop_equal.exp: Likewise.
2503 * gdb.ada/str_ref_cmp.exp: Likewise.
2504 * gdb.ada/str_uninit.exp: Likewise.
2505 * gdb.ada/sub_variant.exp: Likewise.
2506 * gdb.ada/sym_print_name.exp: Likewise.
2507 * gdb.ada/taft_type.exp: Likewise.
2508 * gdb.ada/tagged.exp: Likewise.
2509 * gdb.ada/tagged_access.exp: Likewise.
2510 * gdb.ada/task_bp.exp: Likewise.
2511 * gdb.ada/task_switch_in_core.exp: Likewise.
2512 * gdb.ada/tasks.exp: Likewise.
2513 * gdb.ada/tick_last_segv.exp: Likewise.
2514 * gdb.ada/tick_length_array_enum_idx.exp: Likewise.
2515 * gdb.ada/type_coercion.exp: Likewise.
2516 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
2517 * gdb.ada/unchecked_union.exp: Likewise.
2518 * gdb.ada/uninitialized_vars.exp: Likewise.
2519 * gdb.ada/var_arr_attrs.exp: Likewise.
2520 * gdb.ada/var_arr_typedef.exp: Likewise.
2521 * gdb.ada/var_rec_arr.exp: Likewise.
2522 * gdb.ada/variant-record.exp: Likewise.
2523 * gdb.ada/variant.exp: Likewise.
2524 * gdb.ada/variant_record_packed_array.exp: Likewise.
2525 * gdb.ada/varsize_limit.exp: Likewise.
2526 * gdb.ada/whatis_array_val.exp: Likewise.
2527 * gdb.ada/widewide.exp: Likewise.
2528 * gdb.ada/win_fu_syms.exp: Likewise.
2529
2530 2020-08-12 Gary Benson <gbenson@redhat.com>
2531
2532 * gdb.dwarf2/dw2-op-out-param.S (.Ltext5): Fix duplicate label.
2533
2534 2020-08-04 Andrew Burgess <andrew.burgess@embecosm.com>
2535
2536 * lib/check-test-names.exp (do_reset_vars): Use 'array unset' to
2537 unset the array variable.
2538
2539 2020-08-03 Tom de Vries <tdevries@suse.de>
2540
2541 PR symtab/26333
2542 * lib/dwarf.exp (DW_LNE_user): New proc.
2543 * gdb.dwarf2/dw2-vendor-extended-opcode.c: New test.
2544 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: New file.
2545
2546 2020-07-31 Kevin Buettner <kevinb@redhat.com>
2547
2548 * gdb.base/coremaker2.c: Change all uses of 'unsigned long long'
2549 to 'uintptr_t'
2550 (inttypes.h): Include.
2551
2552 2020-07-31 Kevin Buettner <kevinb@redhat.com>
2553
2554 * gdb.base/coremaker2.c (buf_rw): Increase size to 256 KiB.
2555 (C5_24k): Delete.
2556 (C5_8k, C5_64k, C5_256k): New macros.
2557 (buf_ro): Allocate 256 KiB of initialized data.
2558
2559 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2560
2561 * gdb.base/condbreak-bad.exp: Extend the test with scenarios
2562 that attempt to overwrite an existing condition with a condition
2563 that fails parsing and also with a condition that parses fine
2564 but contains junk at the end.
2565
2566 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2567
2568 * gdb.base/condbreak-bad.c: New test.
2569 * gdb.base/condbreak-bad.exp: New file.
2570
2571 2020-07-30 Tom de Vries <tdevries@suse.de>
2572
2573 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_entry_1): Factor
2574 out of ...
2575 (GDBInfoModuleSymbols::check_entry): ... here.
2576 (GDBInfoModuleSymbols::check_optional_entry): New proc.
2577 * gdb.fortran/info-modules.exp: Use check_optional_entry for entries
2578 related to __def_init_mod1_M1t1 / __vtype_mod1_M1t1 / __copy_mod1_M1t1.
2579
2580 2020-07-30 Tom de Vries <tdevries@suse.de>
2581
2582 * gdb.fortran/ptype-on-functions.exp: Make "_t" suffix on
2583 "__class_some_module_Number_t" optional.
2584
2585 2020-07-29 Tom de Vries <tdevries@suse.de>
2586
2587 * lib/selftest-support.exp (selftest_setup): Allow breakpoint at
2588 multiple locations.
2589
2590 2020-07-29 Tom de Vries <tdevries@suse.de>
2591
2592 * gdb.dwarf2/dw2-line-number-zero.exp: Set breakpoints on lines
2593 rather than function name.
2594
2595 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2596
2597 PR symtab/26270:
2598 * gdb.cp/disasm-func-name.cc: New file.
2599 * gdb.cp/disasm-func-name.exp: New file.
2600
2601 2020-07-28 Tom Tromey <tromey@adacore.com>
2602
2603 * gdb.dwarf2/varval.exp (setup_exec): Add 'or' instruction to
2604 'varval' location.
2605
2606 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2607
2608 * gdb.python/py-unwind.py: Update to make use of a register
2609 descriptor.
2610
2611 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2612
2613 * gdb.python/py-arch-reg-names.exp: Add additional tests.
2614
2615 2020-07-25 Andrew Burgess <andrew.burgess@embecosm.com>
2616
2617 PR fortran/23051
2618 PR fortran/26139
2619 * gdb.fortran/class-allocatable-array.exp: New file.
2620 * gdb.fortran/class-allocatable-array.f90: New file.
2621 * gdb.fortran/pointer-to-pointer.exp: New file.
2622 * gdb.fortran/pointer-to-pointer.f90: New file.
2623
2624 2020-07-25 Tom de Vries <tdevries@suse.de>
2625
2626 PR symtab/26243
2627 * gdb.dwarf2/dw2-line-number-zero.c: New test.
2628 * gdb.dwarf2/dw2-line-number-zero.exp: New file.
2629
2630 2020-07-24 Tom de Vries <tdevries@suse.de>
2631
2632 PR testsuite/26293
2633 * gdb.ada/mi_prot.exp: Require gnatmake-8.
2634
2635 2020-07-23 Pedro Alves <pedro@palves.net>
2636
2637 * gdb.server/server-kill.exp (prepare): New, factored out from the
2638 top level.
2639 (kill_server): New.
2640 (test_tstatus, test_unwind_nosyms, test_unwind_syms): New.
2641 (top level) : Call test_tstatus, test_unwind_nosyms, test_unwind_syms.
2642
2643 2020-07-23 Andrew Burgess <andrew.burgess@embecosm.com>
2644
2645 * gdb.dwarf2/dw2-disasm-over-non-stmt.exp: New file.
2646
2647 2020-07-22 Sandra Loosemore <sandra@codesourcery.com>
2648
2649 * lib/gdb.exp (gdb_wrapper_file, gdb_wrapper_flags):
2650 Initialize to empty string at top level.
2651 (gdb_wrapper_init): Revert check for file existence on build.
2652 Build the wrapper in its default place, not a build-specific
2653 location. When host == build, make the pathname absolute.
2654 (gdb_compile): Delete leftover declaration of
2655 gdb_wrapper_initialized. Check gdb_wrapper_file being an empty
2656 string instead of uninitialized.
2657
2658 2020-07-22 Kevin Buettner <kevinb@redhat.com>
2659
2660 * gdb.base/corefile2.exp: New file.
2661 * gdb.base/coremaker2.exp: New file.
2662
2663 2020-07-22 Kevin Buettner <kevinb@redhat.com>
2664
2665 * gdb.base/coredump-filter.exp: Add second
2666 non-Private-Shared-Anon-File test.
2667 (test_disasm): Rename binfile for test which is expected
2668 to fail.
2669
2670 2020-07-22 Kevin Buettner <kevinb@redhat.com>
2671
2672 * gdb.base/corefile.exp: Add test "accessing read-only mmapped
2673 data in core file".
2674 * gdb.base/coremaker.c (buf2ro): New global.
2675 (mmapdata): Add a read-only mmap mapping.
2676
2677 2020-07-22 Kevin Buettner <kevinb@redhat.com>
2678
2679 PR corefiles/25631
2680 * gdb.base/corefile.exp (accessing anonymous, unwritten-to mmap data):
2681 New test.
2682 * gdb.base/coremaker.c (buf3): New global.
2683 (mmapdata): Add mmap call which uses MAP_ANONYMOUS and MAP_PRIVATE
2684 flags.
2685
2686 2020-07-22 Kevin Buettner <kevinb@redhat.com>
2687
2688 * gdb.base/coremaker.c (filler_ro): New global constant.
2689
2690 2020-07-22 Tom Tromey <tromey@adacore.com>
2691
2692 * gdb.ada/mi_prot.exp: New file.
2693 * gdb.ada/mi_prot/pkg.adb: New file.
2694 * gdb.ada/mi_prot/pkg.ads: New file.
2695 * gdb.ada/mi_prot/prot.adb: New file.
2696
2697 2020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2698
2699 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
2700 loads two JITers.
2701
2702 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
2703
2704 * gdb.python/py-arch-reg-groups.exp: Additional tests.
2705
2706 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
2707
2708 * gdb.python/py-arch-reg-names.exp: Additional tests.
2709
2710 2020-07-21 Tom de Vries <tdevries@suse.de>
2711
2712 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
2713 breakpoint locations".
2714 * gdb.reverse/solib-reverse.exp: Same.
2715
2716 2020-07-21 Tom de Vries <tdevries@suse.de>
2717
2718 * gdb.reverse/step-reverse.c (callee): Merge statements.
2719
2720 2020-07-21 Tom de Vries <tdevries@suse.de>
2721
2722 * gdb.fortran/info-modules.exp (info module variables): Allow missing
2723 line numbers for some variables.
2724
2725 2020-07-21 Tom de Vries <tdevries@suse.de>
2726
2727 * gdb.opt/inline-locals.c (init_array): New func.
2728 (func1): Use init_array.
2729 * gdb.opt/inline-locals.exp: Update pattern.
2730
2731 2020-07-21 Tom de Vries <tdevries@suse.de>
2732
2733 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
2734 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
2735
2736 2020-07-20 Ludovic Courtès <ludo@gnu.org>
2737
2738 * gdb.guile/source2.scm: Add #f first argument to 'format'.
2739 * gdb.guile/types-module.exp: Remove "ERROR:" from
2740 regexps since Guile 3.0 no longer prints that.
2741
2742 2020-07-20 Ludovic Courtès <ludo@gnu.org>
2743
2744 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
2745 error regexp to match on Guile 2.2.
2746
2747 2020-07-20 Gary Benson <gbenson@redhat.com>
2748
2749 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
2750 with clang.
2751
2752 2020-07-20 Tom de Vries <tdevries@suse.de>
2753
2754 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
2755 (omp_set_lock_in_order): New function.
2756 (single_scope, multi_scope, nested_func, nested_parallel): Use
2757 omp_set_lock_in_order and omp_unset_lock.
2758 (main): Init and destroy lock and lock2.
2759
2760 2020-07-20 Tom de Vries <tdevries@suse.de>
2761
2762 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
2763
2764 2020-07-20 Tom de Vries <tdevries@suse.de>
2765
2766 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
2767
2768 2020-07-17 Tom de Vries <tdevries@suse.de>
2769
2770 * gdb.base/valgrind-infcall-2.c: New test.
2771 * gdb.base/valgrind-infcall-2.exp: New file.
2772 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
2773
2774 2020-07-17 Tom de Vries <tdevries@suse.de>
2775
2776 * gdb.dlang/circular.c (found): Use found_label as label name.
2777 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
2778 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
2779 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
2780 * gdb.dwarf2/ada-linkage-name.exp: Same.
2781 * gdb.dwarf2/arr-subrange.exp: Same.
2782 * gdb.dwarf2/atomic-type.exp: Same.
2783 * gdb.dwarf2/comp-unit-lang.exp: Same.
2784 * gdb.dwarf2/cpp-linkage-name.exp: Same.
2785 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
2786 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
2787 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
2788 * gdb.dwarf2/implptr-64bit.exp: Same.
2789 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
2790 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
2791 * gdb.dwarf2/imported-unit.exp: Same.
2792 * gdb.dwarf2/main-subprogram.exp: Same.
2793 * gdb.dwarf2/missing-type-name.exp: Same.
2794 * gdb.dwarf2/nonvar-access.exp: Same.
2795 * gdb.dwarf2/struct-with-sig.exp: Same.
2796 * gdb.dwarf2/typedef-void-finish.exp: Same.
2797 * gdb.dwarf2/void-type.exp: Same.
2798
2799 2020-07-17 Tom de Vries <tdevries@suse.de>
2800
2801 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
2802 src parameter.
2803 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
2804 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
2805 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
2806 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
2807 * gdb.dwarf2/dwz.exp: Same.
2808 * gdb.dwarf2/implptr-optimized-out.exp: Same.
2809 * gdb.dwarf2/implref-array.exp: Same.
2810 * gdb.dwarf2/implref-const.exp: Same.
2811 * gdb.dwarf2/implref-global.exp: Same.
2812 * gdb.dwarf2/implref-struct.exp: Same.
2813 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
2814 * gdb.dwarf2/opaque-type-lookup.exp: Same.
2815 * gdb.dwarf2/var-access.exp: Same.
2816 * gdb.dwarf2/varval.exp: Same.
2817 * gdb.trace/entry-values.exp: Same.
2818
2819 2020-07-17 Tom de Vries <tdevries@suse.de>
2820
2821 * lib/dwarf.exp (Dwarf::extern): Remove.
2822 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
2823 * gdb.dlang/circular.exp: Same.
2824 * gdb.dwarf2/comp-unit-lang.exp: Same.
2825 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
2826 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
2827 * gdb.dwarf2/dwz.exp: Same.
2828 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
2829 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
2830 * gdb.dwarf2/imported-unit.exp: Same.
2831 * gdb.dwarf2/opaque-type-lookup.exp: Same.
2832
2833 2020-07-16 Sandra Loosemore <sandra@codesourcery.com>
2834
2835 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
2836 Use double quotes instead of single quotes.
2837
2838 2020-07-16 Caroline Tice <cmtice@google.com>
2839
2840 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
2841 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
2842
2843 2020-07-16 Tom de Vries <tdevries@suse.de>
2844
2845 * lib/dwarf.exp (program): Initialize _line.
2846 (DW_LNE_end_sequence): Reinitialize _line.
2847 (DW_LNS_advance_line): Update _line.
2848 (line): New proc.
2849 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
2850 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
2851 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
2852 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
2853 * gdb.dwarf2/dw2-is-stmt.exp: Same.
2854 * gdb.dwarf2/dw2-ranges-func.exp: Same.
2855
2856 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
2857
2858 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
2859 generic.
2860
2861 2020-07-15 Tom de Vries <tdevries@suse.de>
2862
2863 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
2864 is_amd64_regs_target.
2865
2866 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
2867
2868 * gdb.fortran/ptype-on-functions.exp: Add more tests.
2869 * gdb.fortran/ptype-on-functions.f90: Likewise.
2870
2871 2020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
2872
2873 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
2874 values in documentation for addr_size to 4 and 8.
2875
2876 2020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
2877
2878 * gdb.arch/amd64-osabi.exp: Update.
2879 * gdb.arch/arm-disassembler-options.exp: Update.
2880 * gdb.arch/powerpc-disassembler-options.exp: Update.
2881 * gdb.arch/ppc64-symtab-cordic.exp: Update.
2882 * gdb.arch/s390-disassembler-options.exp: Update.
2883 * gdb.base/all-architectures.exp.tcl: Update.
2884 * gdb.base/attach-pie-noexec.exp: Update.
2885 * gdb.base/catch-syscall.exp: Update.
2886 * gdb.xml/tdesc-arch.exp: Update.
2887
2888 2020-07-14 Tom de Vries <tdevries@suse.de>
2889
2890 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
2891 (local_gettid): ... this.
2892 (fn): Update.
2893
2894 2020-07-13 Sandra Loosemore <sandra@codesourcery.com>
2895
2896 * gdb.base/info_sources.exp: Skip directory match tests on
2897 remote hosts.
2898
2899 2020-07-13 Gary Benson <gbenson@redhat.com>
2900
2901 * gdb.base/savedregs.exp (caller): Use parentheses to
2902 make expected expression evaluation ordering explicit.
2903
2904 2020-07-13 Gary Benson <gbenson@redhat.com>
2905
2906 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
2907
2908 2020-07-13 Gary Benson <gbenson@redhat.com>
2909
2910 * gdb.base/bigcore.c (main): Use a volatile pointer when
2911 attempting to trigger a SIGSEGV.
2912 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
2913 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
2914 * gdb.base/savedregs.c (thrower): Likewise.
2915 * gdb.mi/mi-syn-frame.c (bar): Likewise.
2916
2917 2020-07-13 Gary Benson <gbenson@redhat.com>
2918
2919 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
2920 defining and using VLA structure fields into...
2921 * gdb.base/vla-struct-fields.c: New file.
2922 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
2923 tests into...
2924 * gdb.base/vla-struct-fields.exp: New file.
2925
2926 2020-07-13 Tom de Vries <tdevries@suse.de>
2927
2928 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
2929 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
2930 * gdb.base/gold-gdb-index.exp: Same.
2931 * gdb.base/morestack.exp: Same.
2932
2933 2020-07-11 Daniel Xu <dxu@dxuuu.xyz>
2934
2935 PR rust/26121
2936 * gdb.rust/modules.rs: Prevent linker from discarding test
2937 symbol.
2938
2939 2020-07-10 Pedro Alves <pedro@palves.net>
2940
2941 PR gdb/26199
2942 * gdb.multi/multi-target.c (exit_thread): New.
2943 (thread_start): Break loop if EXIT_THREAD.
2944 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
2945 (top level) Call test_no_resumed.
2946
2947 2020-07-08 Tom Tromey <tromey@adacore.com>
2948
2949 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
2950 * gdb.ada/catch_ex.exp: Examine catchpoint text.
2951
2952 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2953
2954 PR python/22748
2955 * gdb.opt/inline-frame-tailcall.c: New file.
2956 * gdb.opt/inline-frame-tailcall.exp: New file.
2957 * gdb.python/py-unwind-inline.c: New file.
2958 * gdb.python/py-unwind-inline.exp: New file.
2959 * gdb.python/py-unwind-inline.py: New file.
2960
2961 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2962
2963 * gdb.python/py-arch-reg-groups.exp: New file.
2964
2965 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2966
2967 * gdb.python/py-arch-reg-names.exp: New file.
2968
2969 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2970
2971 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
2972 gdb.PendingFrame.architecture method.
2973
2974 2020-07-06 Tom de Vries <tdevries@suse.de>
2975
2976 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
2977
2978 2020-07-03 Pedro Alves <palves@redhat.com>
2979
2980 * gdb.base/structs2.c (main): Adjust second parem_reg call to
2981 explicitly write negative numbers.
2982 * gdb.base/structs2.exp: Adjust expected output.
2983
2984 2020-07-03 Pedro Alves <palves@redhat.com>
2985
2986 * gdb.base/charset.c (init_string): Change all char parameters to
2987 unsigned char parameters.
2988
2989 2020-07-03 Pedro Alves <palves@redhat.com>
2990
2991 * gdb.base/call-sc.exp (start_scalars_test): Use
2992 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
2993 * gdb.base/overlays.c: Remove references to PARAMS.
2994 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
2995 * gdb.base/reread.exp: Don't set 'prototypes' global.
2996 * gdb.base/structs.exp (start_structs_test): Use
2997 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
2998 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
2999 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
3000 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
3001 call.
3002 * gdb.base/varargs.exp: Don't set 'prototypes' global.
3003
3004 2020-07-03 Pedro Alves <palves@redhat.com>
3005
3006 * gdb.base/m32rovly.c: Delete.
3007 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
3008
3009 2020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3010
3011 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
3012 of gdb_py_test_multiple.
3013 * gdb.python/py-cmd.exp: Likewise.
3014 * gdb.python/py-events.exp: Likewise.
3015 * gdb.python/py-function.exp: Likewise.
3016 * gdb.python/py-inferior.exp: Likewise.
3017 * gdb.python/py-infthread.exp: Likewise.
3018 * gdb.python/py-linetable.exp: Likewise.
3019 * gdb.python/py-parameter.exp: Likewise.
3020 * gdb.python/py-value.exp: Likewise.
3021
3022 2020-06-30 Tom de Vries <tdevries@suse.de>
3023
3024 PR testsuite/26175
3025 * lib/future.exp (gdb_default_target_compile): Detect and handle
3026 early_flags.
3027
3028 2020-06-29 Simon Marchi <simon.marchi@efficios.com>
3029
3030 * boards/simavr.exp (gdb_load): Catch errors when closing
3031 previous connection. Close connection, wait for process and
3032 unset simavr_spawn_id on failure.
3033
3034 2020-06-29 Tom de Vries <tdevries@suse.de>
3035
3036 * lib/gdb.exp (unknown): Make test-case unresolved.
3037
3038 2020-06-29 Tom de Vries <tdevries@suse.de>
3039
3040 PR gdb/25475
3041 * gdb.server/solib-list.exp: Verify that the symbol reload
3042 confirmation question is asked.
3043
3044 2020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3045
3046 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
3047 have a input seq nr in each pass message.
3048 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
3049 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
3050 * gdb.python/python.exp: Make test names unique,
3051 use gdb_test_multiline instead of gdb_py_test_multiple,
3052 use $gdb_test_name.
3053 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
3054
3055 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
3056
3057 * configure.ac: Add --enable-libctf.
3058 * aclocal.m4: sinclude ../config/enable.m4.
3059 * Makefile.in (site.exp): Add enable_libctf to site.exp.
3060 * lib/gdb.exp (skip_ctf_tests): Use it.
3061 * gdb.base/ctf-constvars.exp: Error message tweak.
3062 * gdb.base/ctf-ptype.exp: Likewise.
3063 * configure: Regenerate.
3064
3065 2020-06-26 Gary Benson <gbenson@redhat.com>
3066
3067 * gdb.cp/try_catch.cc: Include string.h.
3068 (main): Replace comparison against string literal with
3069 strcmp, avoiding build failure with -Wstring-compare.
3070 Add "marker test-complete".
3071 * gdb.cp/try_catch.exp: Run the test to the above marker,
3072 then verify that the value of "test" is still true.
3073
3074 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3075
3076 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
3077
3078 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3079
3080 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
3081
3082 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3083
3084 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
3085 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
3086 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
3087 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
3088 * gdb.arch/riscv-tdesc-loading.exp: New file.
3089
3090 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3091
3092 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
3093
3094 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3095
3096 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
3097 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
3098 * gdb.arch/riscv-tdesc-regs.c: New file.
3099 * gdb.arch/riscv-tdesc-regs.exp: New file.
3100
3101 2020-06-24 Pedro Alves <palves@redhat.com>
3102
3103 * gdb.arch/amd64-entry-value-paramref.exp: Use
3104 prepare_for_testing_full and don't pass "c++" for the .S file
3105 build spec.
3106 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
3107 $options, since it's an assembly file. Remove -Wno-deprecated.
3108 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
3109 compiling C++ programs.
3110
3111 2020-06-24 Pedro Alves <palves@redhat.com>
3112
3113 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
3114 Clang, add "-Wno-unknown-warning-option" to the options.
3115
3116 2020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
3117
3118 * gdb.xml/tdesc-reload.c: New file.
3119 * gdb.xml/tdesc-reload.exp: New file.
3120 * gdb.xml/maint-xml-dump-01.xml: New file.
3121 * gdb.xml/maint-xml-dump-02.xml: New file.
3122 * gdb.xml/maint-xml-dump.exp: New file.
3123
3124 2020-06-23 Sandra Loosemore <sandra@codesourcery.com>
3125
3126 * lib/completion-support.exp (test_gdb_completion_offers_commands):
3127 Adjust for omitted commands when TUI is disabled.
3128
3129 2020-06-23 Gary Benson <gbenson@redhat.com>
3130 Pedro Alves <palves@redhat.com>
3131
3132 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
3133 * gdb.cp/nsimport.cc: Likewise.
3134 * gdb.cp/nsnested.cc: Likewise.
3135 * gdb.cp/nsnoimports.cc: Likewise.
3136 * gdb.cp/nsusing.cc: Likewise.
3137 * gdb.cp/smartp.cc: Likewise.
3138 * gdb.python/py-pp-integral.c: Likewise.
3139 * gdb.python/py-pp-re-notag.c: Likewise.
3140
3141 2020-06-23 Gary Benson <gbenson@redhat.com>
3142
3143 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
3144 * gdb.cp/nsimport.cc: Likewise.
3145 * gdb.cp/nsnested.cc: Likewise.
3146 * gdb.cp/nsnoimports.cc: Likewise.
3147 * gdb.cp/nsusing.cc: Likewise.
3148 * gdb.cp/smartp.cc: Likewise.
3149 * gdb.python/py-pp-integral.c: Likewise.
3150 * gdb.python/py-pp-re-notag.c: Likewise.
3151
3152 2020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3153
3154 * gdb.base/default-args.exp: New test.
3155 * gdb.base/default-args.c: New file.
3156 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
3157 * gdb.base/default.exp: Update to new help text.
3158 * gdb.base/help.exp: Likewise.
3159 * gdb.base/page.exp: Likewise.
3160 * gdb.base/style.exp: Likewise.
3161 * gdb.guile/guile.exp: Likewise.
3162 * gdb.python/python.exp: Likewise.
3163
3164 2020-06-22 Sandra Loosemore <sandra@codesourcery.com>
3165
3166 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
3167 remote host. Fix search path syntax on Windows host.
3168
3169 2020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3170
3171 * gdb.base/attach.exp: Test priority of 'exec-file' changed
3172 over 'exec-file-mismatch'.
3173 * gdb.base/attach.c: Mark should_exit volatile.
3174 * gdb.base/attach2.c: Likewise. Add a comment explaining
3175 why the sleep cannot be big.
3176 * gdb.base/attach3.c: New file.
3177
3178 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
3179
3180 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
3181 prefix optional.
3182
3183 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
3184
3185 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
3186 for remote host.
3187
3188 2020-06-19 Sandra Loosemore <sandra@codesourcery.com>
3189 Hafiz Abid Qadeer <abidh@codesourcery.com>
3190
3191 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
3192 file sent to remote host.
3193 (top level): Allow int32_t as type of 32-bit register.
3194
3195 2020-06-19 Tom de Vries <tdevries@suse.de>
3196
3197 * lib/gdb.exp (gdb_note): New proc.
3198 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
3199 (gdb_default_target_compile): ... here. Only call
3200 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
3201 (use_gdb_compile): Change to array.
3202 (toplevel): Update sets of use_gdb_compile to specify language.
3203 Warn about default_target_compile override. Store dejagnu's version
3204 of default_target_compile in dejagnu_default_target_compile.
3205
3206 2020-06-18 Tom de Vries <tdevries@suse.de>
3207
3208 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
3209 (default_gdb_init): ... here.
3210
3211 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
3212
3213 Fix TUI support checks in gdb.tui tests.
3214
3215 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
3216 just say UNSUPPORTED.
3217 * gdb.tui/corefile-run.exp: Likewise.
3218 * gdb.tui/empty.exp: Likewise.
3219 * gdb.tui/list-before.exp: Likewise.
3220 * gdb.tui/list.exp: Likewise.
3221 * gdb.tui/main.exp: Likewise.
3222 * gdb.tui/regs.exp: Likewise.
3223 * gdb.tui/resize.exp: Likewise.
3224 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
3225 * gdb.tui/tui-layout-asm.exp: Likewise.
3226 * gdb.tui/tui-missing-src.exp: Likewise.
3227 * gdb.tui/winheight.exp: Likewise.
3228 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
3229
3230 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
3231
3232 Fix TCL error in gdb.python/py-format-string.exp.
3233
3234 * gdb.python/py-format-string.exp: Move test for python support
3235 earlier, out of function body.
3236
3237 2020-06-15 Simon Marchi <simon.marchi@efficios.com>
3238
3239 * gdb.base/index-cache-load-twice.c: New.
3240 * gdb.base/index-cache-load-twice.exp: New.
3241
3242 2020-06-17 Keith Seitz <keiths@redhat.com>
3243
3244 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
3245 when executing "gdb --configuration".
3246
3247 2020-06-17 Tom de Vries <tdevries@suse.de>
3248
3249 * lib/gdb.exp (gdb_tcl_unknown): New proc.
3250 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
3251 conditional on presence of gdb_tcl_unknown.
3252 (gdb_finish): Make override undo conditional on presence of
3253 gdb_tcl_unknown.
3254
3255 2020-06-16 Tom Tromey <tom@tromey.com>
3256
3257 * gdb.python/tui-window.py (failwin): New function. Register it
3258 as a TUI window type.
3259 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
3260
3261 2020-06-16 Gary Benson <gbenson@redhat.com>
3262
3263 * gdb.python/py-nested-maps.c (create_map): Add missing return
3264 value.
3265 (create_map_map): Likewise.
3266
3267 2020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3268
3269 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
3270 variable.
3271 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
3272 and use the already-defined 'options' variable.
3273
3274 2020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
3275 Tom de Vries <tdevries@suse.de>
3276
3277 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
3278 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
3279 (gdb_setup_known_globals): New proc.
3280 (gdb_cleanup_globals): New proc.
3281 * lib/gdb.exp (load_lib): New override proc.
3282 (gdb_stdin_log_init): Set var in_file as persistent global.
3283 * lib/pascal.exp (gdb_stdin_log_init): Set vars
3284 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
3285 fpc_compiler as persistent global.
3286
3287 2020-06-12 Tom de Vries <tdevries@suse.de>
3288
3289 * lib/tuiterm.exp (spawn): Rename to ...
3290 (tui_spawn): ... this.
3291 (toplevel): Move rename of spawn ...
3292 (gdb_init_tuiterm): ... here. New proc.
3293 (gdb_finish_tuiterm): New proc.
3294 * lib/gdb.exp (gdb_finish_hooks): New global var.
3295 (gdb_finish): Handle gdb_finish_hooks.
3296 (tuiterm_env): New proc.
3297 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
3298 tuiterm_env.
3299 * gdb.tui/basic.exp: Same.
3300 * gdb.tui/corefile-run.exp: Same.
3301 * gdb.tui/empty.exp: Same.
3302 * gdb.tui/list-before.exp: Same.
3303 * gdb.tui/list.exp: Same.
3304 * gdb.tui/main.exp: Same.
3305 * gdb.tui/new-layout.exp: Same.
3306 * gdb.tui/regs.exp: Same.
3307 * gdb.tui/resize.exp: Same.
3308 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
3309 * gdb.tui/tui-layout-asm.exp: Same.
3310 * gdb.tui/tui-missing-src.exp: Same.
3311 * gdb.tui/winheight.exp: Same.
3312
3313 2020-06-12 Tom de Vries <tdevries@suse.de>
3314
3315 PR testsuite/26110
3316 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
3317 (gdb_finish): Reinstall dejagnu's override of ::unknown.
3318
3319 2020-06-11 Tom Tromey <tom@tromey.com>
3320
3321 PR gdb/18318:
3322 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
3323 floating point tests.
3324
3325 2020-06-11 Keith Seitz <keiths@redhat.com>
3326
3327 PR gdb/21356
3328 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
3329 vla_struct.
3330 Add new struct vla_typedef and union vla_typedef_union and
3331 corresponding instantiation objects.
3332 Initialize new objects.
3333 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
3334 and vla_typedef_union_object.
3335 Fixup type for vla_struct_object.
3336
3337 2020-06-11 Tom de Vries <tdevries@suse.de>
3338
3339 * lib/gdb.exp (with_override): New proc, factored out of ...
3340 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
3341
3342 2020-06-10 Tom de Vries <tdevries@suse.de>
3343
3344 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
3345
3346 2020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
3347
3348 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
3349 parameter, update callers.
3350
3351 2020-06-04 Simon Marchi <simon.marchi@efficios.com>
3352
3353 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
3354 * gdb.dwarf2/share-psymtabs-bt.c: New file.
3355 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
3356
3357 2020-06-04 Tom de Vries <tdevries@suse.de>
3358
3359 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
3360
3361 2020-06-04 Tom de Vries <tdevries@suse.de>
3362
3363 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
3364 exp_continue.
3365
3366 2020-06-04 Tom de Vries <tdevries@suse.de>
3367
3368 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
3369
3370 2020-06-03 Tom de Vries <tdevries@suse.de>
3371
3372 PR symtab/26046
3373 * gdb.cp/breakpoint-locs-2.cc: New test.
3374 * gdb.cp/breakpoint-locs.cc: New test.
3375 * gdb.cp/breakpoint-locs.exp: New file.
3376 * gdb.cp/breakpoint-locs.h: New test.
3377
3378 2020-06-03 Tom de Vries <tdevries@suse.de>
3379
3380 PR testsuite/25609
3381 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
3382 value of global verbose.
3383 * gdb.base/jit-elf.exp: Same.
3384 * gdb.base/jit-reader.exp: Same.
3385
3386 2020-06-02 Tom de Vries <tdevries@suse.de>
3387
3388 * gdb.dwarf2/multidictionary.exp: Don't use
3389 gdb_spawn_with_cmdline_opts.
3390
3391 2020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
3392
3393 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
3394 use_header case.
3395 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
3396 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
3397 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
3398 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
3399 * gdb.dwarf2/dw2-inline-header.c: New file.
3400 * gdb.dwarf2/dw2-inline-header.h: New file.
3401
3402 2020-05-30 Pedro Alves <palves@redhat.com>
3403
3404 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
3405 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
3406
3407 2020-05-29 Gary Benson <gbenson@redhat.com>
3408
3409 * gdb.compile/compile-cplus.exp (additional_flags): Also
3410 set when building with clang.
3411 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
3412 when building with clang.
3413
3414 2020-05-29 Gary Benson <gbenson@redhat.com>
3415
3416 * gdb.arch/i386-avx.exp (additional_flags): Also set when
3417 building with clang.
3418 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
3419
3420 2020-05-29 Gary Benson <gbenson@redhat.com>
3421
3422 * gdb.cp/koenig.exp (prepare_for_testing): Add
3423 additional_flags=-Wno-unused-comparison.
3424 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
3425
3426 2020-05-28 Gary Benson <gbenson@redhat.com>
3427
3428 * gdb.base/sigaltstack.c (catcher): Add default case to switch
3429 statement.
3430
3431 2020-05-28 Gary Benson <gbenson@redhat.com>
3432
3433 * gdb.cp/classes.exp (prepare_for_testing): Add
3434 additional_flags=-Wno-deprecated-register.
3435 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
3436 * gdb.cp/misc.exp: Likewise.
3437
3438 2020-05-28 Gary Benson <gbenson@redhat.com>
3439
3440 * gdb.linespec/cpls-ops.cc (dummy): New static global.
3441 (test_op_new::operator new): Add return statement.
3442 (test_op_new_array::operator new[]): Likewise.
3443
3444 2020-05-27 Pedro Alves <palves@redhat.com>
3445
3446 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
3447 check. Use test_gdb_complete_unique instead of
3448 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
3449 test_gdb_complete_multiple instead of
3450 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
3451
3452 2020-05-27 Luis Machado <luis.machado@linaro.org>
3453
3454 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
3455 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
3456 * gdb.arch/arm-disassembler-options.exp: Likewise.
3457 * gdb.arch/arm-disp-step.exp: Likewise.
3458 * gdb.arch/thumb-prologue.exp: Likewise.
3459 * gdb.base/async.exp: Likewise.
3460 * gdb.base/auxv.exp: Likewise.
3461 * gdb.base/complex-parts.exp: Likewise.
3462 * gdb.base/ena-dis-br.exp: Likewise.
3463 * gdb.base/foll-exec.exp: Likewise.
3464 * gdb.base/permissions.exp: Likewise.
3465 * gdb.base/relocate.exp: Likewise.
3466 * gdb.base/return2.exp: Likewise.
3467 * gdb.base/sigbpt.exp: Likewise.
3468 * gdb.base/siginfo-obj.exp: Likewise.
3469 * gdb.cp/converts.exp: Likewise.
3470 * gdb.cp/exceptprint.exp: Likewise.
3471 * gdb.cp/inherit.exp: Likewise.
3472 * gdb.cp/nsnoimports.exp: Likewise.
3473 * gdb.cp/virtbase2.exp: Likewise.
3474 * gdb.mi/mi-var-cmd.exp: Likewise.
3475 * gdb.mi/var-cmd.c: Likewise.
3476
3477 2020-05-26 Tom Tromey <tromey@adacore.com>
3478
3479 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
3480
3481 2020-05-26 Tom Tromey <tromey@adacore.com>
3482
3483 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
3484 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
3485 type.
3486 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
3487 variable.
3488
3489 2020-05-26 Christian Biesinger <cbiesinger@google.com>
3490
3491 * Makefile.in: Use = instead of == for the test command
3492 for portability.
3493
3494 2020-05-26 Tom de Vries <tdevries@suse.de>
3495
3496 * gdb.base/gold-gdb-index-2.c: New test.
3497 * gdb.base/gold-gdb-index.c: New test.
3498 * gdb.base/gold-gdb-index.exp: New file.
3499 * gdb.base/gold-gdb-index.h: New test.
3500
3501 2020-05-25 Tom de Vries <tdevries@suse.de>
3502
3503 * boards/gold-gdb-index.exp: New file.
3504
3505 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
3506
3507 * boards/simavr.exp: New file.
3508
3509 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
3510
3511 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
3512 * gdb.base/inferior-args.exp: New file.
3513 * gdb.base/inferior-args.c: New file.
3514
3515 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
3516
3517 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
3518 inferior_args. Pass it to gdb_reload.
3519 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
3520 inferior_args.
3521 (gdb_reload): Add inferior_args argument.
3522 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
3523 pass it to gdbserver_run.
3524 * boards/native-gdbserver.exp: Do not set noargs.
3525 * boards/native-extended-gdbserver.exp (gdb_reload): Add
3526 inferior_args argument.
3527 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
3528 * gdb.base/a2-run.exp: Check for use_gdb_stub.
3529 * gdb.base/args.exp: Likewise.
3530
3531 2020-05-25 Tom de Vries <tdevries@suse.de>
3532
3533 * lib/gdb.exp (exec_is_pie): Add comment.
3534
3535 2020-05-25 Tom de Vries <tdevries@suse.de>
3536
3537 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
3538 instead of $binfile in the untested message.
3539
3540 2020-05-25 Tom de Vries <tdevries@suse.de>
3541
3542 PR testsuite/26031
3543 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
3544
3545 2020-05-25 Tom de Vries <tdevries@suse.de>
3546
3547 * boards/gold.exp: New file.
3548
3549 2020-05-23 Tom Tromey <tom@tromey.com>
3550
3551 * gdb.base/style.exp: Remove completion styling test.
3552 * lib/gdb-utils.exp (style): Remove completion styles.
3553
3554 2020-05-23 Tom Tromey <tom@tromey.com>
3555
3556 * gdb.base/style.exp: Add completion styling test.
3557 * lib/gdb-utils.exp (style): Add completion styles.
3558
3559 2020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
3560
3561 * gdb.base/annota1.exp: Update expected results.
3562 * gdb.cp/annota2.exp: Update expected results, remove duplicate
3563 test name.
3564 * gdb.cp/annota3.exp: Update expected results.
3565
3566 2020-05-20 Simon Marchi <simon.marchi@efficios.com>
3567
3568 PR gdb/26016
3569 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
3570 against MAP_FAILED.
3571 * gdb.base/coremaker.c (mmapdata): Likewise.
3572 * gdb.base/jit-reader-host.c (main): Likewise.
3573 * gdb.base/sym-file-loader.c (load): Likewise.
3574 (load_shlib): Likewise.
3575
3576 2020-05-20 Tom Tromey <tromey@adacore.com>
3577
3578 * gdb.ada/array_char_idx.exp: Recognize initialized array.
3579
3580 2020-05-20 Tom de Vries <tdevries@suse.de>
3581
3582 PR symtab/25833
3583 * gdb.base/with-mf-inc.c: New test.
3584 * gdb.base/with-mf-main.c: New test.
3585 * gdb.base/with-mf.exp: New file.
3586
3587 2020-05-19 Tom Tromey <tromey@adacore.com>
3588
3589 * gdb.rust/simple.exp: Restore missing test result.
3590
3591 2020-05-19 Tom de Vries <tdevries@suse.de>
3592
3593 * gdb.base/gdb-caching-proc.exp: Fix typo.
3594
3595 2020-05-19 Tom Tromey <tromey@adacore.com>
3596
3597 * gdb.rust/simple.exp: Add some test descriptions.
3598 (test_one_slice): Use with_test_prefix.
3599
3600 2020-05-18 Tom de Vries <tdevries@suse.de>
3601
3602 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
3603
3604 2020-05-17 Pedro Alves <palves@redhat.com>
3605
3606 PR gdb/25741
3607 * gdb.base/hw-sw-break-same-address.exp: New file.
3608
3609 2020-05-16 Pedro Alves <palves@redhat.com>
3610
3611 * gdb.multi/multi-re-run.exp (test_re_run): Switch
3612 LAST_LOADED_FILE accordingly.
3613
3614 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3615
3616 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
3617
3618 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3619
3620 * gdb.base/help.exp: Test apropos and help for commands
3621 having aliases. Fixed comments not starting with an
3622 upper-case letter or not finishing with a dot.
3623
3624 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3625
3626 * gdb.base/alias.exp: Update help output check.
3627
3628 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3629
3630 * gdb.base/default.exp: Update output following fixes.
3631
3632 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3633
3634 * gdb.base/alias.exp: Test aliases starting with a prefix of
3635 another alias.
3636
3637 2020-05-15 Gary Benson <gbenson@redhat.com>
3638
3639 * gdb.base/info-os.c (main): Add return statement.
3640 * gdb.base/info_minsym.c (minsym_fun): Likewise.
3641 * gdb.base/large-frame-2.c (func): Likewise.
3642 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
3643 * gdb.base/pr10179-b.c (foo2): Likewise.
3644 * gdb.base/valgrind-disp-step.c (foo): Likewise.
3645 * gdb.base/watch-cond.c (func): Likewise.
3646 * gdb.multi/goodbye.c (verylongfun): Likewise.
3647 * gdb.multi/hello.c (commonfun): Likewise.
3648 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
3649 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
3650 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
3651 Likewise.
3652 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
3653 * gdb.threads/interrupt-while-step-over.c (child_function):
3654 Likewise.
3655 * gdb.trace/actions-changed.c (end): Likewise.
3656
3657 2020-05-15 Gary Benson <gbenson@redhat.com>
3658
3659 * gdb.opencl/callfuncs.exp: Report when test skipped.
3660 * gdb.opencl/convs_casts.exp: Likewise.
3661 * gdb.opencl/datatypes.exp: Likewise.
3662 * gdb.opencl/operators.exp: Likewise.
3663 * gdb.opencl/vec_comps.exp: Likewise.
3664
3665 2020-05-15 Tom de Vries <tdevries@suse.de>
3666
3667 * gdb.base/align.exp.in: Rename to ...
3668 * gdb.base/align.exp.tcl: ... this.
3669 * gdb.base/align-c++.exp: Update.
3670 * gdb.base/align-c.exp: Update.
3671 * gdb.base/all-architectures.exp.in: Rename to ...
3672 * gdb.base/all-architectures.exp: ... this.
3673 * gdb.base/all-architectures-0.exp: Update.
3674 * gdb.base/all-architectures-1.exp: Update.
3675 * gdb.base/all-architectures-2.exp: Update.
3676 * gdb.base/all-architectures-3.exp: Update.
3677 * gdb.base/all-architectures-4.exp: Update.
3678 * gdb.base/all-architectures-5.exp: Update.
3679 * gdb.base/all-architectures-6.exp: Update.
3680 * gdb.base/all-architectures-7.exp: Update.
3681 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
3682 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
3683 * gdb.base/infcall-nested-structs-c++.exp: Update.
3684 * gdb.base/infcall-nested-structs-c.exp: Update.
3685 * gdb.base/info-types.exp.in: Rename to ...
3686 * gdb.base/info-types.exp.tcl: ... this.
3687 * gdb.base/info-types-c++.exp: Update.
3688 * gdb.base/info-types-c.exp: Update.
3689 * gdb.base/max-depth.exp.in: Rename to ...
3690 * gdb.base/max-depth.exp.tcl: ... this.
3691 * gdb.base/max-depth-c++.exp: Update.
3692 * gdb.base/max-depth-c.exp: Update.
3693 * gdb.cp/cpexprs.exp.in: Rename to ...
3694 * gdb.cp/cpexprs.exp.tcl: ... this.
3695 * gdb.cp/cpexprs-debug-types.exp: Update.
3696 * gdb.cp/cpexprs.exp: Update.
3697 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
3698 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
3699 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
3700 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
3701 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
3702 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
3703 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
3704 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
3705 * gdb.dwarf2/clang-debug-names-2.exp: Update.
3706 * gdb.dwarf2/clang-debug-names.exp: Update.
3707
3708 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
3709
3710 * lib/check-test-names.exp: Remove code that prevents this file
3711 loading when tests are run in parallel.
3712
3713 2020-05-15 Pedro Alves <palves@redhat.com>
3714
3715 * gdb.multi/multi-kill.exp (start_inferior): Remove
3716 'testpid' parameter. Refer to namespace variable directly.
3717 (testpid): Declare as namespace variable.
3718
3719 2020-05-15 Pedro Alves <palves@redhat.com>
3720
3721 * gdb.multi/multi-kill.exp: Wrap in namespace.
3722 (start_inferior): Add TESTPID parameter. Use it instead of the
3723 testpid global.
3724 (top level): Define empty TESTPID array, and pass it down to
3725 start_inferior.
3726
3727 2020-05-14 Tom de Vries <tdevries@suse.de>
3728
3729 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
3730 output.
3731
3732 2020-05-14 Tom de Vries <tdevries@suse.de>
3733
3734 * gdb.base/align.exp: Split into ...
3735 * gdb.base/align.exp.in: ...
3736 * gdb.base/align-c++.exp: ...
3737 * gdb.base/align-c.exp: ... these.
3738 * gdb.base/infcall-nested-structs.exp: Split into ...
3739 * gdb.base/infcall-nested-structs.exp.in: ...
3740 * gdb.base/infcall-nested-structs-c++.exp: ...
3741 * gdb.base/infcall-nested-structs-c.exp: ... these.
3742 * gdb.base/info-types.exp: Split into ...
3743 * gdb.base/info-types.exp.in: ...
3744 * gdb.base/info-types-c++.exp: ...
3745 * gdb.base/info-types-c.exp: ... these.
3746 * gdb.base/max-depth.exp: Split into ...
3747 * gdb.base/max-depth.exp.in: ...
3748 * gdb.base/max-depth-c++.exp: ...
3749 * gdb.base/max-depth-c.exp: ... these.
3750 * gdb.cp/infcall-nodebug.exp: Split into ...
3751 * gdb.cp/infcall-nodebug.exp.in: ...
3752 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
3753 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
3754 * gdb.cp/infcall-nodebug-c-d0.exp: ...
3755 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
3756
3757 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3758 Pedro Alves <palves@redhat.com>
3759
3760 * gdb.multi/multi-exit.c: New file.
3761 * gdb.multi/multi-exit.exp: New file.
3762 * gdb.multi/multi-kill.c: New file.
3763 * gdb.multi/multi-kill.exp: New file.
3764
3765 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3766
3767 * gdb.base/annota1.exp: Update the expected output.
3768 * gdb.cp/annota2.exp: Ditto.
3769
3770 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
3771
3772 * lib/check-test-names.exp: Disable when testing is being run in
3773 parallel.
3774
3775 2020-05-12 Tom de Vries <tdevries@suse.de>
3776
3777 * gdb.base/jit-elf.exp: Fix string concat.
3778
3779 2020-05-12 Tom de Vries <tdevries@suse.de>
3780
3781 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
3782 messages.
3783
3784 2020-05-12 Tom de Vries <tdevries@suse.de>
3785
3786 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
3787
3788 2020-05-12 Tom de Vries <tdevries@suse.de>
3789
3790 * gdb.ada/catch_ex.exp: Use with_test_prefix.
3791 * gdb.ada/mi_catch_ex.exp: Same.
3792 * gdb.ada/mi_catch_ex_hand.exp: Same.
3793
3794 2020-05-12 Tom de Vries <tdevries@suse.de>
3795
3796 * gdb.fortran/complex.exp: Use with_test_prefix.
3797
3798 2020-05-12 Tom de Vries <tdevries@suse.de>
3799
3800 * gdb.trace/passcount.exp: Fix test-names.
3801
3802 2020-05-12 Tom de Vries <tdevries@suse.de>
3803
3804 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
3805
3806 2020-05-12 Tom de Vries <tdevries@suse.de>
3807
3808 * gdb.gdb/complaints.exp: Use with_test_prefix.
3809 * gdb.xml/tdesc-regs.exp: Same.
3810 * gdb.opt/inline-locals.exp: Fix test name.
3811
3812 2020-05-12 Tom de Vries <tdevries@suse.de>
3813
3814 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
3815 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
3816 * gdb.dwarf2/implref-struct.exp: Same.
3817 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
3818 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
3819
3820 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
3821
3822 * gdb.base/jit-so.exp (one_jit_test): Change test name.
3823
3824 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
3825
3826 * lib/check-test-names.exp (all_test_names): New module variable.
3827 (counts): Add 'duplicates' field.
3828 (_check_duplicates): New procedure.
3829 (check): Also check for duplicates.
3830 (do_log_summary): Print duplicates count.
3831 (do_reset_vars): Reset counter for duplicate test names, and
3832 discard all know test names.
3833
3834 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
3835
3836 * lib/gdb.exp: Include check-test-names.exp library.
3837 * lib/check-test-names.exp: New file.
3838
3839 2020-05-11 Tom de Vries <tdevries@suse.de>
3840
3841 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
3842
3843 2020-05-11 Keith Seitz <keiths@redhat.com>
3844
3845 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
3846
3847 2020-05-11 Tom de Vries <tdevries@suse.de>
3848
3849 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
3850 * gdb.cp/cpexprs.exp.in: .. here.
3851 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
3852 cpexprs.exp.
3853
3854 2020-05-11 Keith Seitz <keiths@redhat.com>
3855
3856 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
3857 test names.
3858 * gdb.ada/arrayptr.exp: Likewise.
3859 * gdb.ada/assign_arr.exp: Likewise.
3860 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
3861 * gdb.ada/bp_on_var.exp: Likewise.
3862 * gdb.ada/call_pn.exp: Likewise.
3863 * gdb.ada/complete.exp: Likewise.
3864 * gdb.ada/fun_overload_menu.exp: Likewise.
3865 * gdb.ada/funcall_param.exp: Likewise.
3866 * gdb.ada/funcall_ref.exp: Likewise.
3867 * gdb.ada/packed_array_assign.exp: Likewise.
3868 * gdb.ada/same_component_name.exp: Likewise.
3869 * gdb.ada/type_coercion.exp: Likewise.
3870 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
3871 * gdb.ada/variant_record_packed_array.exp: Likewise.
3872
3873 2020-05-11 Tom de Vries <tdevries@suse.de>
3874
3875 PR symtab/25941
3876 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
3877 out of ...
3878 * gdb.dwarf2/clang-debug-names.exp: ... here.
3879 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
3880 clang-debug-names.exp.in.
3881 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
3882 * gdb.dwarf2/clang-debug-names-2.c: New test.
3883
3884 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
3885
3886 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
3887 (fortran_runto_main): New Proc, fortran version of runto_main.
3888 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
3889 * gdb.fortran/array-bounds.exp: Likewise.
3890 * gdb.fortran/array-slices.exp: Likewise.
3891 * gdb.fortran/block-data.exp: Likewise.
3892 * gdb.fortran/charset.exp: Likewise.
3893 * gdb.fortran/common-block.exp: Likewise.
3894 * gdb.fortran/complex.exp: Likewise.
3895 * gdb.fortran/derived-type-function.exp: Likewise.
3896 * gdb.fortran/derived-type.exp: Likewise.
3897 * gdb.fortran/info-modules.exp: Likewise.
3898 * gdb.fortran/info-types.exp: Likewise.
3899 * gdb.fortran/intrinsics.exp: Likewise.
3900 * gdb.fortran/library-module.exp: Likewise.
3901 * gdb.fortran/logical.exp: Likewise.
3902 * gdb.fortran/max-depth.exp: Likewise.
3903 * gdb.fortran/module.exp: Likewise.
3904 * gdb.fortran/multi-dim.exp: Likewise.
3905 * gdb.fortran/nested-funcs.exp: Likewise.
3906 * gdb.fortran/print-formatted.exp: Likewise.
3907 * gdb.fortran/print_type.exp: Likewise.
3908 * gdb.fortran/printing-types.exp: Likewise.
3909 * gdb.fortran/ptr-indentation.exp: Likewise.
3910 * gdb.fortran/ptype-on-functions.exp: Likewise.
3911 * gdb.fortran/subarray.exp: Likewise.
3912 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
3913 * gdb.fortran/vla-datatypes.exp: Likewise.
3914 * gdb.fortran/vla-history.exp: Likewise.
3915 * gdb.fortran/vla-ptr-info.exp: Likewise.
3916 * gdb.fortran/vla-ptype-sub.exp: Likewise.
3917 * gdb.fortran/vla-ptype.exp: Likewise.
3918 * gdb.fortran/vla-sizeof.exp: Likewise.
3919 * gdb.fortran/vla-type.exp: Likewise.
3920 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
3921 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
3922 * gdb.fortran/vla-value-sub.exp: Likewise.
3923 * gdb.fortran/vla-value.exp: Likewise.
3924 * gdb.fortran/whatis_type.exp: Likewise.
3925 * gdb.mi/mi-var-child-f.exp: Likewise.
3926
3927 2020-05-09 Tom de Vries <tdevries@suse.de>
3928
3929 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
3930
3931 2020-05-08 Tom de Vries <tdevries@suse.de>
3932
3933 * gdb.dwarf2/clang-debug-names.c: New test.
3934 * gdb.dwarf2/clang-debug-names.exp: New file.
3935
3936 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
3937
3938 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
3939 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
3940
3941 2020-05-06 Tom de Vries <tdevries@suse.de>
3942
3943 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
3944 breakpoint is at a "recommended breakpoint location".
3945 * gdb.reverse/consecutive-reverse.exp: Same.
3946
3947 2020-05-06 Tom de Vries <tdevries@suse.de>
3948
3949 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
3950 address.
3951
3952 2020-05-06 Tom de Vries <tdevries@suse.de>
3953
3954 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
3955
3956 2020-05-06 Tom de Vries <tdevries@suse.de>
3957
3958 * gdb.base/store.exp (check_set, up_set): Allowing missing location
3959 info for r.
3960
3961 2020-05-06 Tom de Vries <tdevries@suse.de>
3962
3963 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
3964 necessary.
3965
3966 2020-05-06 Tom de Vries <tdevries@suse.de>
3967
3968 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
3969 void.
3970
3971 2020-05-06 Tom de Vries <tdevries@suse.de>
3972
3973 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
3974 of ...
3975 * gdb.base/async.exp: ... here.
3976 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
3977 "recommended breakpoint location".
3978
3979 2020-05-06 Tom de Vries <tdevries@suse.de>
3980
3981 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
3982
3983 2020-05-04 Tom de Vries <tdevries@suse.de>
3984
3985 * gdb.base/async.exp: Check whether instruction addresses are a
3986 "recommended breakpoint location".
3987
3988 2020-05-03 Tom Tromey <tom@tromey.com>
3989
3990 * gdb.base/sepdebug.exp: Remove "catch" test.
3991 * gdb.base/break.exp: Remove "catch" test.
3992 * gdb.base/default.exp: Update expected output.
3993
3994 2020-05-02 Tom de Vries <tdevries@suse.de>
3995
3996 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
3997 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
3998 * gdb.arch/i386-mpx-map.exp: Same.
3999 * gdb.arch/i386-mpx-sigsegv.exp: Same.
4000 * gdb.arch/i386-mpx-simple_segv.exp: Same.
4001 * gdb.arch/i386-mpx.exp: Same.
4002
4003 2020-05-02 Tom de Vries <tdevries@suse.de>
4004
4005 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
4006
4007 2020-05-01 Tom de Vries <tdevries@suse.de>
4008
4009 * gdb.ada/operator_bp.exp: Allow more than required amount of
4010 breakpoint.
4011
4012 2020-05-01 Tom de Vries <tdevries@suse.de>
4013
4014 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
4015
4016 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
4017
4018 PR gdb/18706
4019 * gdb.cp/stub-array-size.cc: New test.
4020 * gdb.cp/stub-array-size.exp: New file.
4021 * gdb.cp/stub-array-size.h: New test.
4022 * gdb.cp/stub-array-size2.cc: New test.
4023
4024 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
4025
4026 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
4027 output to the new format.
4028
4029 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
4030
4031 * gdb.base/break.exp: Use with_test_prefix.
4032
4033 2020-04-29 Tom de Vries <tdevries@suse.de>
4034
4035 * lib/gdb.exp (debug_types): New proc.
4036 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
4037 * gdb.python/py-symtab.exp: Same.
4038
4039 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
4040
4041 PR gdb/17320
4042 * gdb.base/pretty-array.c: New test.
4043 * gdb.base/pretty-array.exp: New file.
4044
4045 2020-04-29 Tom de Vries <tdevries@suse.de>
4046
4047 PR symtab/25889
4048 * gdb.cp/cpexprs.exp: Adapt for inclusion.
4049 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
4050 and include cpexprs.exp.
4051
4052 2020-04-28 Mark Williams <mark@myosotissp.com>
4053
4054 PR gdb/24480
4055 * dw4-toplevel-types.exp: Test for top level types.
4056 * dw4-toplevel-types.cc: Test for top level types.
4057
4058 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4059
4060 * gdb.threads/stop-with-handle.exp: Fix typo in comment
4061 (theads -> threads).
4062
4063 2020-04-28 Tom de Vries <tdevries@suse.de>
4064
4065 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
4066
4067 2020-04-28 Tom de Vries <tdevries@suse.de>
4068
4069 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
4070
4071 2020-04-28 Tom de Vries <tdevries@suse.de>
4072
4073 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
4074
4075 2020-04-28 Tom de Vries <tdevries@suse.de>
4076
4077 * gdb.dwarf2/main-foo.c: New test.
4078 * gdb.dwarf2/struct-with-sig.exp: New file.
4079
4080 2020-04-25 Tom de Vries <tdevries@suse.de>
4081
4082 * boards/debug-types.exp: New file.
4083
4084 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
4085
4086 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
4087
4088 2020-04-24 Tom Tromey <tom@tromey.com>
4089
4090 PR symtab/12707:
4091 * gdb.python/py-symbol.exp: Update expected results for
4092 linkage_name test.
4093 * gdb.cp/print-demangle.exp: New file.
4094 * gdb.base/c-linkage-name.exp: Fix test.
4095 * gdb.guile/scm-symbol.exp: Update expected results for
4096 linkage_name test.
4097
4098 2020-04-24 Tom Tromey <tom@tromey.com>
4099
4100 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
4101 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
4102 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
4103 assembler.
4104
4105 2020-04-24 Tom de Vries <tdevries@suse.de>
4106
4107 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
4108 C++.
4109
4110 2020-04-24 Tom Tromey <tromey@adacore.com>
4111
4112 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
4113 values.
4114 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
4115 values. Update test for minimal encodings.
4116 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
4117 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
4118 values. Update test for minimal encodings.
4119
4120 2020-04-24 Tom Tromey <tromey@adacore.com>
4121
4122 PR python/23662:
4123 * gdb.ada/variant.exp: Add Python checks.
4124 * gdb.rust/simple.exp: Add dynamic type checks.
4125
4126 2020-04-24 Tom Tromey <tromey@adacore.com>
4127
4128 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
4129 Make array type matching more lax.
4130 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
4131 * gdb.ada/mi_variant.exp: New file.
4132 * gdb.ada/mi_variant/pck.ads: New file.
4133 * gdb.ada/mi_variant/pkg.adb: New file.
4134 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
4135 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
4136
4137 2020-04-24 Tom Tromey <tromey@adacore.com>
4138
4139 * gdb.ada/variant.exp: Add dynamic field offset tests.
4140 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
4141 * gdb.ada/variant/pkg.adb: Add new variables.
4142
4143 2020-04-24 Tom Tromey <tromey@adacore.com>
4144
4145 * gdb.ada/variant.exp: New file
4146 * gdb.ada/variant/pkg.adb: New file
4147 * gdb.ada/variant/pck.adb: New file
4148
4149 2020-04-24 Tom de Vries <tdevries@suse.de>
4150
4151 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
4152
4153 2020-04-24 Tom de Vries <tdevries@suse.de>
4154
4155 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
4156 flags.
4157
4158 2020-04-24 Tom de Vries <tdevries@suse.de>
4159
4160 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
4161
4162 2020-04-24 Tom de Vries <tdevries@suse.de>
4163
4164 * lib/gdb.exp (default_gdb_start): Handle eof.
4165 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
4166 failure.
4167 * gdb.base/readnever.exp: Handle clean_restart failure.
4168
4169 2020-04-23 Tom de Vries <tdevries@suse.de>
4170
4171 * gdb.base/decl-before-def.exp: Run to main and print a again.
4172
4173 2020-04-23 Tom de Vries <tdevries@suse.de>
4174
4175 * gdb.base/decl-before-def-decl.c: New test.
4176 * gdb.base/decl-before-def-def.c: New test.
4177 * gdb.base/decl-before-def.exp: New file.
4178
4179 2020-04-23 Tom de Vries <tdevries@suse.de>
4180
4181 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
4182
4183 2020-04-22 Tom de Vries <tdevries@suse.de>
4184
4185 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
4186 debug_info_offset.
4187 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
4188 before $objsfile in the line line.
4189
4190 2020-04-22 Tom de Vries <tdevries@suse.de>
4191
4192 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
4193
4194 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
4195
4196 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
4197 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
4198 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
4199 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
4200 * gdb.base/jit-protocol.h: Update definitions to match all usage
4201 contexts.
4202
4203 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
4204
4205 * gdb.base: Rename all jit related test and source files.
4206
4207 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
4208
4209 * gdb.base/jit-reader.exp: Relax register output check.
4210
4211 2020-04-22 Tom de Vries <tdevries@suse.de>
4212
4213 PR symtab/25764
4214 * gdb.base/psym-external-decl-2.c: New test.
4215 * gdb.base/psym-external-decl.c: New test.
4216 * gdb.base/psym-external-decl.exp: New file.
4217 * gdb.threads/tls.exp: Add PR25807 kfail.
4218
4219 2020-04-22 Tom de Vries <tdevries@suse.de>
4220
4221 PR symtab/25801
4222 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
4223 in "info source" output.
4224
4225 2020-04-22 Tom de Vries <tdevries@suse.de>
4226
4227 PR symtab/25700
4228 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
4229 symtab for imported_unit.c.
4230
4231 2020-04-21 Gary Benson <gbenson@redhat.com>
4232
4233 * gdb.base/advance.c (func): New argument, to match call site.
4234 (func2, func3): Add return statements.
4235
4236 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4237
4238 * gdb.multi/run-only-second-inf.c: New file.
4239 * gdb.multi/run-only-second-inf.exp: New file.
4240
4241 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
4242
4243 * gdb.btrace/multi-inferior.c: New test.
4244 * gdb.btrace/multi-inferior.exp: New file.
4245
4246 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
4247
4248 * gdb.btrace/enable-new-thread.c: New test.
4249 * gdb.btrace/enable-new-thread.exp: New file.
4250
4251 2020-04-21 Tom de Vries <tdevries@suse.de>
4252
4253 PR gdb/25471
4254 * gdb.threads/killed-outside.c: New test.
4255 * gdb.threads/killed-outside.exp: New file.
4256
4257 2020-04-20 Gary Benson <gbenson@redhat.com>
4258
4259 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
4260 * gdb.base/nested-subp2.exp: Likewise.
4261 * gdb.base/nested-subp3.exp: Likewise.
4262
4263 2020-04-20 Gary Benson <gbenson@redhat.com>
4264
4265 * gdb.base/nested-subp1.exp: Disable test when using clang.
4266 * gdb.base/nested-subp2.exp: Likewise.
4267 * gdb.base/nested-subp3.exp: Likewise.
4268
4269 2020-04-20 Gary Benson <gbenson@redhat.com>
4270
4271 * gdb.cp/exception.cc: Fix compilation error with clang.
4272
4273 2020-04-20 Gary Benson <gbenson@redhat.com>
4274
4275 * gdb.trace/tspeed.c: Fix compilation error with clang.
4276
4277 2020-04-20 Gary Benson <gbenson@redhat.com>
4278
4279 * gdb.base/jit-main.c: Fix compilation error with clang.
4280
4281 2020-04-17 Kamil Rytarowski <n54@gmx.com>
4282
4283 * gdb.base/attach-twice.c: Include "sys/types.h".
4284 (PTRACE_ATTACH): Add fallback definition.
4285 (main): Pass `0' to the 4th argument of `ptrace'.
4286
4287 2020-04-17 Kamil Rytarowski <n54@gmx.com>
4288
4289 * gdb.base/fork-running-state.c: Include "signal.h".
4290
4291 2020-04-17 Tom Tromey <tromey@adacore.com>
4292
4293 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
4294 Update tests.
4295 * gdb.btrace/cpu.exp: Update tests.
4296 * gdb.base/maint.exp: Update tests.
4297 * gdb.base/default.exp: Update tests.
4298 * gdb.base/completion.exp: Update tests.
4299
4300 2020-04-16 Tom de Vries <tdevries@suse.de>
4301
4302 PR symtab/25791
4303 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
4304 (ensure_gdb_index): and factor out and move ...
4305 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
4306 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
4307
4308 2020-04-16 Tom de Vries <tdevries@suse.de>
4309
4310 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
4311 loading exec.
4312
4313 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
4314
4315 * gdb.base/many-completions.exp: New file.
4316
4317 2020-04-14 Tom de Vries <tdevries@suse.de>
4318
4319 PR symtab/25718
4320 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
4321
4322 2020-04-14 Tom de Vries <tdevries@suse.de>
4323
4324 PR symtab/25720
4325 * gdb.base/maint-expand-symbols-header-file.c: New test.
4326 * gdb.base/maint-expand-symbols-header-file.exp: New file.
4327 * gdb.base/maint-expand-symbols-header-file.h: New test.
4328
4329 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
4330
4331 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
4332 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
4333 get_func_info.
4334 (get_func_info): Delete.
4335 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
4336 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
4337 * lib/dwarf.exp (get_func_info): New function.
4338
4339 2020-04-13 Tom de Vries <tdevries@suse.de>
4340
4341 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
4342 to what find_gnatmake does.
4343
4344 2020-04-10 Tom de Vries <tdevries@suse.de>
4345
4346 * gdb.base/style.exp: Expect "Expanding full symbols" message for
4347 -readnow.
4348
4349 2020-04-10 Tom de Vries <tdevries@suse.de>
4350
4351 PR cli/25808
4352 * gdb.base/style.c: Add leading newlines.
4353 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
4354 Check listing of main's one-line body.
4355
4356 2020-04-08 Tom de Vries <tdevries@suse.de>
4357
4358 * lib/gdb.exp (psymtabs_p): New proc.
4359 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
4360 importing unit" unsupported if there are no partial symbols.
4361
4362 2020-04-08 Tom de Vries <tdevries@suse.de>
4363
4364 PR testsuite/25760
4365 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
4366
4367 2020-04-07 Tom de Vries <tdevries@suse.de>
4368
4369 PR symtab/25796
4370 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
4371
4372 2020-04-07 Tom de Vries <tdevries@suse.de>
4373
4374 * gdb.base/check-psymtab.c: New test.
4375 * gdb.base/check-psymtab.exp: New file.
4376
4377 2020-04-06 Tom Tromey <tromey@adacore.com>
4378
4379 * gdb.ada/variant-record/proc.adb: New file.
4380 * gdb.ada/variant-record/value.adb: New file.
4381 * gdb.ada/variant-record/value.s: New file.
4382 * gdb.ada/variant-record.exp: New file.
4383
4384 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
4385
4386 PR gdb/25325
4387 * gdb.cp/typed-enum.cc: New test.
4388 * gdb.cp/typed-enum.exp: New file.
4389
4390 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
4391
4392 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
4393 * gdb.dwarf2/dw2-inline-small-func.c: New file.
4394 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
4395 * gdb.dwarf2/dw2-inline-small-func.h: New file.
4396 * gdb.opt/inline-small-func.c: New file.
4397 * gdb.opt/inline-small-func.exp: New file.
4398 * gdb.opt/inline-small-func.h: New file.
4399
4400 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
4401
4402 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
4403 function.
4404
4405 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
4406
4407 * lib/dwarf.exp (function_range): Allow compiler options to be
4408 specified.
4409
4410 2020-04-02 Tom de Vries <tdevries@suse.de>
4411
4412 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
4413 __attribute__((always_inline)).
4414 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
4415
4416 2020-04-02 Tom de Vries <tdevries@suse.de>
4417
4418 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
4419 (gdbserver_gdb_exit): ... here. Add timeout warning.
4420 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
4421 (connect_target_extended_remote): Append new server_spawn_id to
4422 server_spawn_ids.
4423 (cleanup): New proc.
4424 (setup, <toplevel>): Call cleanup.
4425
4426 2020-04-02 Tom de Vries <tdevries@suse.de>
4427
4428 * gdb.base/main-psymtab.exp: New file.
4429
4430 2020-04-02 Tom de Vries <tdevries@suse.de>
4431
4432 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
4433
4434 2020-04-01 Tom Tromey <tom@tromey.com>
4435
4436 * gdb.base/complex-parts.exp: Add type tests.
4437
4438 2020-04-01 Tom Tromey <tom@tromey.com>
4439
4440 * gdb.base/complex-parts.exp: Add arithmetic tests.
4441
4442 2020-04-01 Tom Tromey <tom@tromey.com>
4443
4444 * gdb.compile/compile.exp: Update.
4445 * gdb.compile/compile-cplus.exp: Update.
4446 * gdb.base/varargs.exp: Update.
4447 * gdb.base/floatn.exp: Update.
4448 * gdb.base/endianity.exp: Update.
4449 * gdb.base/callfuncs.exp (do_function_calls): Update.
4450 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
4451 (complex_float_integral_args): Update.
4452 * gdb.base/complex.exp: Update.
4453 * gdb.base/complex-parts.exp: Update.
4454
4455 2020-04-01 Tom Tromey <tromey@adacore.com>
4456
4457 * gdb.rust/union.rs: New file.
4458 * gdb.rust/union.exp: New file.
4459 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
4460 (main): Update.
4461 * gdb.rust/simple.exp: Move union tests to union.exp.
4462
4463 2020-04-01 Tom Tromey <tromey@adacore.com>
4464
4465 * gdb.rust/simple.rs (main): Remove "y0".
4466
4467 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4468
4469 * gdb.multi/stop-all-on-exit.c: New test.
4470 * gdb.multi/stop-all-on-exit.exp: New file.
4471
4472 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
4473
4474 PR gdb/24789
4475 * gdb.cp/misc.cc: Add integer reference variable.
4476 * gdb.cp/misc.exp: Add test.
4477
4478 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4479
4480 * gdb.server/stop-reply-no-thread.exp: Enhance the test
4481 scenario to cover execution until the end and also the case
4482
4483 2020-03-31 Tom de Vries <tdevries@suse.de>
4484
4485 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
4486 c. Use "maint info symtabs" to check symtab expansion.
4487
4488 2020-03-30 Tom de Vries <tdevries@suse.de>
4489
4490 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
4491 unsupported.
4492 (verify_psymtab_expanded): Move ...
4493 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
4494 test.
4495 (readnow): New proc.
4496
4497 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4498
4499 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
4500 with $hex.
4501
4502 2020-03-20 Tom Tromey <tromey@adacore.com>
4503
4504 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
4505
4506 2020-03-20 Tom Tromey <tromey@adacore.com>
4507
4508 * gdb.ada/sub_variant/subv.adb: New file.
4509 * gdb.ada/sub_variant.exp: New file.
4510
4511 2020-03-20 Tom de Vries <tdevries@suse.de>
4512
4513 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
4514 first break fails.
4515 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
4516
4517 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
4518
4519 * gdb.server/exit-multiple-threads.c: New file.
4520 * gdb.server/exit-multiple-threads.exp: New file.
4521
4522 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
4523
4524 * gdb.fortran/mixed-lang-stack.c: New file.
4525 * gdb.fortran/mixed-lang-stack.cpp: New file.
4526 * gdb.fortran/mixed-lang-stack.exp: New file.
4527 * gdb.fortran/mixed-lang-stack.f90: New file.
4528
4529 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
4530
4531 * gdb.linespec/cp-completion-aliases.cc: New file.
4532 * gdb.linespec/cp-completion-aliases.exp: New file.
4533
4534 2020-03-19 Tom de Vries <tdevries@suse.de>
4535
4536 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
4537 more precise.
4538
4539 2020-03-18 Tom de Vries <tdevries@suse.de>
4540
4541 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
4542 * gdb.dwarf2/break-inline-psymtab.c: New test.
4543 * gdb.dwarf2/break-inline-psymtab.exp: New file.
4544
4545 2020-03-16 Tom de Vries <tdevries@suse.de>
4546
4547 * lib/cache.exp (gdb_do_cache): Add and handle local variables
4548 cache_verify and cache_verify_proc.
4549
4550 2020-03-15 Tom de Vries <tdevries@suse.de>
4551
4552 * gdb.server/solib-list.exp: Handle
4553 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
4554
4555 2020-03-15 Tom de Vries <tdevries@suse.de>
4556
4557 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
4558 objfiles".
4559
4560 2020-03-14 Tom Tromey <tom@tromey.com>
4561
4562 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
4563
4564 2020-03-14 Tom de Vries <tdevries@suse.de>
4565
4566 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
4567
4568 2020-03-14 Tom de Vries <tdevries@suse.de>
4569
4570 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
4571 result in line-by-line fashion.
4572
4573 2020-03-14 Tom de Vries <tdevries@suse.de>
4574
4575 * lib/gdb.exp (supports_statement_frontiers): New proc.
4576 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
4577
4578 2020-03-14 Tom de Vries <tdevries@suse.de>
4579
4580 * gdb.base/printcmds.exp: Add missing quoting for "print
4581 teststring2".
4582
4583 2020-03-13 Tom Tromey <tom@tromey.com>
4584
4585 * gdb.base/printcmds.exp (test_print_strings): Add regression
4586 test.
4587 * gdb.base/printcmds.c (charptr): New typedef.
4588 (teststring2): New global.
4589
4590 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
4591
4592 * gdb.base/break-interp.exp: Use the tail of the filename, not the
4593 full path in the test name.
4594 (test_ld): Add some with_test_prefix blocks to make test names
4595 unique.
4596
4597 2020-03-13 Tom de Vries <tdevries@suse.de>
4598
4599 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
4600
4601 2020-03-13 Tom de Vries <tdevries@suse.de>
4602
4603 * gdb.mi/mi-sym-info.exp: Make matching more precise.
4604
4605 2020-03-13 Tom de Vries <tdevries@suse.de>
4606
4607 PR symtab/25646
4608 * gdb.dwarf2/imported-unit.exp: Add test.
4609
4610 2020-03-13 Tom de Vries <tdevries@suse.de>
4611
4612 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
4613 (var1, var2): New variable.
4614 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
4615 matching symbols.
4616
4617 2020-03-13 Tom de Vries <tdevries@suse.de>
4618
4619 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
4620 (Term::command): Use prompt prefix.
4621 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
4622 * gdb.tui/tui-layout-asm-short-prog.exp: Use
4623 command_no_prompt_prefix instead of prefix.
4624 * gdb.tui/tui-layout-asm.exp: Same.
4625
4626 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
4627
4628 * gdb.base/break-interp.exp: Use foreach_with_prefix.
4629
4630 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
4631
4632 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
4633 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
4634 on" while stepping over the test instruction, match printed
4635 message.
4636
4637 2020-03-12 Tom de Vries <tdevries@suse.de>
4638
4639 * gdb.base/info-types.exp: Use exp_continue during matching of output
4640 of "info types".
4641
4642 2020-03-12 Tom de Vries <tdevries@suse.de>
4643
4644 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
4645
4646 2020-03-12 Tom de Vries <tdevries@suse.de>
4647
4648 * gdb.fortran/module.exp: Use exp_continue during matching of output
4649 of "info variable -n".
4650
4651 2020-03-12 Tom de Vries <tdevries@suse.de>
4652
4653 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
4654 gdb.dwarf2/dw2-ranges-base.c.
4655
4656 2020-03-12 Tom de Vries <tdevries@suse.de>
4657
4658 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
4659 in presence of GLIBC debuginfo.
4660
4661 2020-03-12 Tom de Vries <tdevries@suse.de>
4662
4663 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
4664 $core.
4665
4666 2020-03-12 Tom de Vries <tdevries@suse.de>
4667
4668 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
4669 more precise.
4670
4671 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
4672
4673 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
4674 from Unix to Windows path.
4675
4676 2020-03-11 Tom de Vries <tdevries@suse.de>
4677
4678 * gdb.ada/minsyms.exp: Set language to ada.
4679
4680 2020-03-11 Tom de Vries <tdevries@suse.de>
4681
4682 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
4683
4684 2020-03-11 Tom de Vries <tdevries@suse.de>
4685
4686 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
4687
4688 2020-03-11 Tom Tromey <tromey@adacore.com>
4689
4690 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
4691
4692 2020-03-11 Tom de Vries <tdevries@suse.de>
4693
4694 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
4695
4696 2020-03-11 Tom de Vries <tdevries@suse.de>
4697
4698 * gdb.base/break-interp.exp: Limit verbose scope.
4699
4700 2020-03-11 Tom de Vries <tdevries@suse.de>
4701
4702 * gdb.fortran/logical.f90: Define variable with character type.
4703 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
4704
4705 2020-03-11 Tom de Vries <tdevries@suse.de>
4706
4707 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
4708
4709 2020-03-11 Tom de Vries <tdevries@suse.de>
4710
4711 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
4712 symtabs.
4713
4714 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
4715 Bernd Edlinger <bernd.edlinger@hotmail.de>
4716
4717 * gdb.cp/step-and-next-inline.cc: New file.
4718 * gdb.cp/step-and-next-inline.exp: New file.
4719 * gdb.cp/step-and-next-inline.h: New file.
4720 * gdb.dwarf2/dw2-is-stmt.c: New file.
4721 * gdb.dwarf2/dw2-is-stmt.exp: New file.
4722 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
4723 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
4724 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
4725
4726 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
4727
4728 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
4729 is-stmt flag in the line table.
4730
4731 2020-03-09 Tom de Vries <tdevries@suse.de>
4732
4733 * lib/gdb.exp (cached_file): Create cache dir.
4734
4735 2020-03-07 Tom de Vries <tdevries@suse.de>
4736
4737 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
4738 * gdb.cp/rvalue-ref-params.exp: Same.
4739
4740 2020-03-06 Tom de Vries <tdevries@suse.de>
4741
4742 * lib/gdb.exp (tentative_rename, cached_file): New proc.
4743 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
4744
4745 2020-03-06 Tom de Vries <tdevries@suse.de>
4746
4747 * README: Fix "the the".
4748 * gdb.base/dprintf.exp: Same.
4749
4750 2020-03-05 Tom de Vries <tdevries@suse.de>
4751
4752 * gdb.base/maint.exp: Update "main print statistics" expected output.
4753
4754 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
4755
4756 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
4757 (fortran_int8): Likewise.
4758 (fortran_real4): Likewise.
4759 (fortran_real8): Likewise.
4760 (fortran_complex4): Likewise.
4761 (fortran_logical4): Likewise.
4762 (fortran_character1): Likewise.
4763
4764 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
4765
4766 * gdb.fortran/logical.exp: Add tests that any non-zero value is
4767 printed as true.
4768
4769 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
4770
4771 * gdb.base/printcmds.exp: Add test to verify printf of a
4772 variable holding an address.
4773
4774 2020-03-03 Tom de Vries <tdevries@suse.de>
4775
4776 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
4777
4778 2020-03-03 Tom de Vries <tdevries@suse.de>
4779
4780 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
4781 gdb_test_multiple call.
4782
4783 2020-03-03 Tom de Vries <tdevries@suse.de>
4784
4785 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
4786 gdb_test_multiple calls.
4787
4788 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
4789
4790 * gdb.base/default.exp: Remove test of 'set history filename'.
4791 * gdb.base/gdbinit-history.exp: Add tests for setting the history
4792 filename to the empty string.
4793 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
4794 and GDBHISTSIZE.
4795
4796 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
4797
4798 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
4799 disabled.
4800
4801 2020-03-02 Pedro Alves <palves@redhat.com>
4802 Tom de Vries <tdevries@suse.de>
4803
4804 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
4805 -prompt prefix, before user_code argument. Add -lbl option likewise.
4806 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
4807 (gdb_is_target_1): Add -prompt prefix and move to before user_code
4808 argument.
4809 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
4810 have "\r\n" at start-of-line, instead of at end-of-line.
4811
4812 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
4813
4814 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
4815 libinproctrace.so.
4816
4817 2020-02-28 Luis Machado <luis.machado@linaro.org>
4818
4819 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
4820 to "p/x".
4821
4822 2020-02-28 Luis Machado <luis.machado@linaro.org>
4823
4824 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
4825 asm/ptrace.h and error.h.
4826
4827 2020-02-28 Tom de Vries <tdevries@suse.de>
4828
4829 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
4830 (struct wrapper, do_something, mundane/symada__cS): Move ...
4831 * gdb.base/c-linkage-name-2.c: ... here. New source file.
4832 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
4833 Update "print symada__cS before partial symtab expansion" regexp.
4834 Update breakpoint location. Flush symbol cache after expansion.
4835
4836 2020-02-28 Luis Machado <luis.machado@linaro.org>
4837
4838 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
4839
4840 2020-02-27 Tom de Vries <tdevries@suse.de>
4841
4842 * config/sid.exp: Remove unused globals.
4843 * gdb.base/attach.exp: Same.
4844 * gdb.base/catch-load.exp: Same.
4845 * gdb.base/dbx.exp: Same.
4846 * lib/gdb.exp: Same.
4847 * lib/mi-support.exp: Same.
4848 * lib/prompt.exp: Same.
4849
4850 2020-02-27 Tom de Vries <tdevries@suse.de>
4851
4852 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
4853 not set.
4854
4855 2020-02-26 Aaron Merey <amerey@redhat.com>
4856
4857 * gdb.debuginfod: New directory for debuginfod tests.
4858 * gdb.debuginfod/main.c: New test file.
4859 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
4860
4861 2020-02-26 Tom de Vries <tdevries@suse.de>
4862
4863 PR gdb/25603
4864 * gdb.base/persistent-lang.cc: New test.
4865 * gdb.base/persistent-lang.exp: New file.
4866
4867 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
4868
4869 * gdb.fortran/derived-type-striding.exp: Add a new test.
4870 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
4871 new test.
4872
4873 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
4874
4875 * gdb.base/cached-source-file.exp: Avoid source file paths in test
4876 names.
4877
4878 2020-02-25 Tom de Vries <tdevries@suse.de>
4879
4880 PR go/18926
4881 * gdb.go/methods.exp: Remove gcc/93866 xfail.
4882
4883 2020-02-24 Tom de Vries <tdevries@suse.de>
4884
4885 PR gdb/25592
4886 * gdb.base/info-locals-unused-static-var.c: New test.
4887 * gdb.base/info-locals-unused-static-var.exp: New file.
4888
4889 2020-02-22 Tom Tromey <tom@tromey.com>
4890
4891 * gdb.python/tui-window.exp: New file.
4892 * gdb.python/tui-window.py: New file.
4893
4894 2020-02-22 Tom Tromey <tom@tromey.com>
4895
4896 PR tui/17850:
4897 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
4898 tests.
4899
4900 2020-02-22 Tom Tromey <tom@tromey.com>
4901
4902 * gdb.tui/new-layout.exp: Add sub-layout tests.
4903
4904 2020-02-22 Tom Tromey <tom@tromey.com>
4905
4906 * gdb.tui/new-layout.exp: New file.
4907
4908 2020-02-22 Tom Tromey <tom@tromey.com>
4909
4910 * gdb.rust/rust-style.rs: New file.
4911 * gdb.rust/rust-style.exp: New file.
4912 * gdb.base/style.exp: Test structure printing.
4913 * gdb.base/style.c (struct some_struct): New type.
4914 (enum etype): New type.
4915 (struct_value): New global.
4916
4917 2020-02-21 Tom de Vries <tdevries@suse.de>
4918
4919 PR go/18926
4920 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
4921 Remove blanket xfails. Use message argument for gdb_breakpoint.
4922 Make continuing to breakpoint test conditional on setting breakpoint.
4923 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
4924 DW_AT_name attribute. Add xfail for GCC PR93866.
4925
4926 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
4927
4928 * gdb.dwarf2/cpp-linkage-name.c: New file.
4929 * gdb.dwarf2/cpp-linkage-name.exp: New file.
4930
4931 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
4932
4933 * lib/gdb.exp (gdb_wrapper_init): Reset
4934 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
4935 not exist.
4936
4937 2020-02-20 Tom de Vries <tdevries@suse.de>
4938
4939 PR go/17018
4940 * gdb.go/hello.exp: Copy ...
4941 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
4942 print of st to print value of global definition. Add xfail for GCC
4943 PR93844.
4944 * gdb.go/hello.exp: Remove printing of st before definition.
4945 * gdb.go/hello.go: Copy ...
4946 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
4947 to st.
4948 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
4949
4950 2020-02-20 Tom de Vries <tdevries@suse.de>
4951
4952 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
4953 (gdb_simple_compile): Handle compile_flags go by using .go extension
4954 for source file.
4955 * gdb.go/chan.exp: Use support_go_compile.
4956 * gdb.go/handcall.exp: Same.
4957 * gdb.go/hello.exp: Same.
4958 * gdb.go/integers.exp: Same.
4959 * gdb.go/max-depth.exp: Same.
4960 * gdb.go/methods.exp: Same.
4961 * gdb.go/package.exp: Same.
4962 * gdb.go/strings.exp: Same.
4963 * gdb.go/types.exp: Same.
4964 * gdb.go/unsafe.exp: Same.
4965
4966 2020-02-19 Tom de Vries <tdevries@suse.de>
4967
4968 * gdb.python/lib-types.exp: Make xfail more strict.
4969
4970 2020-02-19 Tom de Vries <tdevries@suse.de>
4971
4972 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
4973
4974 2020-02-19 Doug Evans <dje@google.com>
4975
4976 PR rust/25535
4977 * gdb.rust/simple.exp: Add test.
4978 * gdb.rust/simple.rs: Add test.
4979
4980 2020-02-19 Tom de Vries <tdevries@suse.de>
4981
4982 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
4983 output line-by-line.
4984
4985 2020-02-19 Tom de Vries <tdevries@suse.de>
4986
4987 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
4988
4989 2020-02-19 Tom de Vries <tdevries@suse.de>
4990
4991 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
4992 prelink.
4993
4994 2020-02-19 Tom de Vries <tdevries@suse.de>
4995
4996 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
4997 (gdb_do_cache): Use gdb_do_cache_wrap.
4998 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
4999
5000 2020-02-19 Tom de Vries <tdevries@suse.de>
5001
5002 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
5003 gdb_compile option.
5004
5005 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
5006
5007 * gdb.base/printcmds.exp (test_print_enums): Update expected
5008 output.
5009
5010 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
5011
5012 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
5013 for "unknown".
5014
5015 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
5016
5017 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
5018 enumerator.
5019
5020 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
5021
5022 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
5023 FE_, add FE_NONE.
5024 (three): Update.
5025 (enum flag_enum_without_zero): New enum.
5026 (flag_enum_without_zero): New variable.
5027 (enum not_flag_enum): New enum.
5028 (three_not_flag): New variable.
5029 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
5030 (test_print_enums): Add more tests for printing flag enums.
5031
5032 2020-02-18 Tom de Vries <tdevries@suse.de>
5033
5034 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
5035 (gdb_compile_ada): ... here.
5036 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
5037 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
5038
5039 2020-02-14 Tom Tromey <tom@tromey.com>
5040
5041 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
5042 build directory.
5043 * boards/gdbserver-base.exp: Update path to gdbserver.
5044
5045 2020-02-13 Tom de Vries <tdevries@suse.de>
5046
5047 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
5048
5049 2020-02-13 Tom de Vries <tdevries@suse.de>
5050
5051 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
5052 are missing.
5053
5054 2020-02-13 Tom de Vries <tdevries@suse.de>
5055
5056 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
5057 call.
5058
5059 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
5060
5061 PR tui/25126
5062 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
5063 * gdb.base/cached-source-file.c: New file.
5064 * gdb.base/cached-source-file.exp: New file.
5065
5066 2020-02-11 Tom de Vries <tdevries@suse.de>
5067
5068 PR testsuite/25488
5069 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
5070
5071 2020-02-10 Tom de Vries <tdevries@suse.de>
5072
5073 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
5074
5075 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
5076
5077 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
5078 and $after_addr are both integers before making a comparison.
5079
5080 2020-02-09 Tom de Vries <tdevries@suse.de>
5081
5082 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
5083 command output and paste it into gdb.log. If any, paste catch message
5084 to gdb.log.
5085
5086 2020-02-07 Tom Tromey <tromey@adacore.com>
5087
5088 PR breakpoints/24915:
5089 * gdb.base/annotate-symlink.exp: Use setup_xfail.
5090
5091 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
5092
5093 * gdb.tui/tui-missing-src.exp: Add the "missing source
5094 file" test for the TUI.
5095
5096 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
5097
5098 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
5099 including a port number in the output.
5100
5101 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
5102
5103 * lib/fortran.exp (fortran_int4): Handle clang.
5104 (fortran_int8): Likewise.
5105 (fortran_real4): Likewise.
5106 (fortran_real8): Likewise.
5107 (fortran_complex4): Likewise.
5108 (fortran_logical4): Likewise.
5109 (fortran_character1): Likewise.
5110
5111 2020-02-04 Tom de Vries <tdevries@suse.de>
5112
5113 * README (Race detection): Add note.
5114
5115 2020-02-04 Tom de Vries <tdevries@suse.de>
5116
5117 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
5118
5119 2020-02-04 Tom de Vries <tdevries@suse.de>
5120
5121 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
5122
5123 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
5124
5125 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
5126 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
5127 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
5128 blttar, bnetarl.
5129 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
5130 binary for blttar, bnetarl.
5131 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
5132 wait instruction. Delete ldmx test.
5133 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
5134
5135 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
5136
5137 * gdb.fortran/array-bounds-high.exp: New file.
5138 * gdb.fortran/array-bounds-high.f90: New file.
5139
5140 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
5141
5142 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
5143 Replace #include of <sys/fcntl.h> by <fcntl.h>.
5144
5145 2020-02-01 Tom de Vries <tdevries@suse.de>
5146
5147 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
5148
5149 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
5150
5151 PR tui/9765
5152 * gdb.tui/tui-layout-asm-short-prog.S: New file.
5153 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
5154
5155 2020-01-29 Luis Machado <luis.machado@linaro.org>
5156
5157 * gdb.arch/aarch64-brk-patterns.c: New source file.
5158 * gdb.arch/aarch64-brk-patterns.exp: New test.
5159
5160 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5161
5162 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
5163 GCC/Clang version.
5164 * gdb.cp/pass-by-ref.exp: Ditto.
5165
5166 2020-01-29 Tom de Vries <tdevries@suse.de>
5167
5168 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
5169 * gdb.threads/watchpoint-fork-mt.c: Same.
5170 * gdb.threads/watchpoint-fork-parent.c: Same.
5171 * gdb.threads/watchpoint-fork-st.c: Same.
5172 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
5173
5174 2020-01-27 Luis Machado <luis.machado@linaro.org>
5175
5176 * gdb.base/step-over-syscall.exp (setup): Check if we're already
5177 sitting at a syscall instruction when we hit the syscall function's
5178 breakpoint.
5179 Check PC against one obtained with the x command.
5180 Validate syscall number.
5181 (step_over_syscall): Don't continue to the syscall instruction if
5182 we're already there.
5183
5184 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5185
5186 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
5187
5188 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5189
5190 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
5191 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
5192
5193 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5194
5195 * gdb.dwarf2/dw2-inline-stepping.c: New file.
5196 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
5197
5198 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5199
5200 * gdb.base/maint.exp: Update line table parsing test.
5201 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
5202
5203 2020-01-24 Pedro Alves <palves@redhat.com>
5204
5205 PR gdb/25410
5206 * gdb.multi/multi-re-run-1.c: New.
5207 * gdb.multi/multi-re-run-2.c: New.
5208 * gdb.multi/multi-re-run.exp: New.
5209
5210 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5211
5212 PR gdb/23718
5213 * gdb.server/server-kill-python.exp: New file.
5214
5215 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5216
5217 * gdb.server/multi-ui-errors.c: New file.
5218 * gdb.server/multi-ui-errors.exp: New file.
5219
5220 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5221
5222 PR tui/9765
5223 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
5224
5225 2020-01-19 Tom Tromey <tom@tromey.com>
5226
5227 * gdb.tui/main.exp: Add check for plain "file".
5228
5229 2020-01-16 Christian Biesinger <cbiesinger@google.com>
5230
5231 * lib/gdb.exp: Fix spelling error (seperatelly).
5232
5233 2020-01-14 Tom Tromey <tom@tromey.com>
5234
5235 PR symtab/12535:
5236 * gdb.python/python.exp: Test decode_line with empty string
5237 argument.
5238
5239 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
5240
5241 * gdb.base/skip-inline.exp: Extend test.
5242
5243 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
5244
5245 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
5246 * gdb.dwarf2/dw2-bad-elf.c: New file.
5247 * gdb.dwarf2/dw2-bad-elf.exp: New file.
5248
5249 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
5250
5251 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
5252 _line_saw_file.
5253
5254 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
5255
5256 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
5257 border.
5258
5259 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5260
5261 * gdb.multi/multi-target.exp (setup): Factor out "info
5262 connections" and "info inferiors" tests to ...
5263 (test_info_inferiors): ... this new procedure.
5264 (top level): Run new "info-inferiors" tests.
5265
5266 2020-01-10 Pedro Alves <palves@redhat.com>
5267
5268 * gdb.server/bkpt-other-inferior.exp: New file.
5269
5270 2020-01-10 Pedro Alves <palves@redhat.com>
5271
5272 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
5273 of "add-inferior".
5274 * gdb.base/quit-live.exp: Likewise.
5275 * gdb.base/remote-exec-file.exp: Likewise.
5276 * gdb.guile/scm-progspace.exp: Likewise.
5277 * gdb.linespec/linespec.exp: Likewise.
5278 * gdb.mi/new-ui-mi-sync.exp: Likewise.
5279 * gdb.mi/user-selected-context-sync.exp: Likewise.
5280 * gdb.multi/multi-target.exp (setup): Add "info connection" and
5281 "info inferiors" tests.
5282 * gdb.multi/remove-inferiors.exp: Adjust expected output of
5283 "add-inferior".
5284 * gdb.multi/watchpoint-multi.exp: Likewise.
5285 * gdb.python/py-inferior.exp: Likewise.
5286 * gdb.server/extended-remote-restart.exp: Likewise.
5287 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
5288 "info inferiors".
5289 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
5290 * gdb.trace/report.exp: Likewise.
5291
5292 2020-01-10 Pedro Alves <palves@redhat.com>
5293
5294 * gdb.multi/multi-target.c: New file.
5295 * gdb.multi/multi-target.exp: New file.
5296 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
5297 mode requested, but remote does not support non-stop".
5298
5299 2020-01-10 Pedro Alves <palves@redhat.com>
5300
5301 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
5302 disconnect before reconnecting.
5303
5304 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5305 Pedro Alves <palves@redhat.com>
5306
5307 * gdb.server/connect-without-multi-process.exp: Also test
5308 continuing to end.
5309
5310 2020-01-10 Pedro Alves <palves@redhat.com>
5311
5312 * gdb.base/remote-exec-file.exp: New file.
5313
5314 2020-01-10 Pedro Alves <palves@redhat.com>
5315
5316 * gdb.base/fork-running-state.exp (do_test): Adjust expected
5317 output.
5318 * gdb.threads/async.c: New.
5319 * gdb.threads/async.exp: New.
5320 * gdb.multi/tids-gid-reset.c: New.
5321 * gdb.multi/tids-gid-reset.exp: New.
5322
5323 2020-01-10 George Barrett <bob@bob131.so>
5324
5325 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
5326 to help in finding the image relocation offset.
5327 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
5328 options in arguments.
5329 (stap_test_no_debuginfo): Likewise.
5330 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
5331 test variants.
5332 (stap_test): Add null semaphore relocation test.
5333
5334 2020-01-10 George Barrett <bob@bob131.so>
5335
5336 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
5337 * gdb.base/stap-probe.exp: Likewise.
5338 (stap_test): Pass argument as an additional flag.
5339 (stap_test_no_debuginfo): Likewise.
5340 (stap_test): Check `info probes stap' output for semaphore
5341 addresses if the test binary is supposed to have them.
5342
5343 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5344
5345 * gdb.tui/basic.exp: Add more scrolling tests.
5346
5347 2020-01-09 Tom Tromey <tom@tromey.com>
5348
5349 PR tui/18932:
5350 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
5351 meangingful value.
5352 (Term::command, Term::resize): Update.
5353 * gdb.tui/basic.exp: Add scrolling test.
5354
5355 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5356
5357 * gdb.tui/tui-layout-asm.exp: New file.
5358
5359 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5360
5361 * lib/tuiterm.exp (Term::check_box_contents): New proc.
5362
5363 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5364
5365 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
5366 (Term::enter_tui): Use Term::prepare_for_tui.
5367
5368 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5369
5370 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
5371 called.
5372
5373 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5374
5375 * gdb.base/skip.exp: Fix race condition in test.
5376
5377 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
5378
5379 * gdb.base/backtrace.c: New file.
5380 * gdb.base/backtrace.exp: New file.
5381
5382 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
5383
5384 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
5385
5386 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5387
5388 * gdb.base/style.exp: Test that warnings are styled.
5389
5390 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
5391
5392 * gdb.base/line65535.exp: New file.
5393 * gdb.base/line65535.c: New file.
5394
5395 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
5396
5397 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
5398 * lib/gnat_debug_info_test.adb: New file.
5399 * gdb.ada/ptype_tagged_param.exp: Use
5400 gnat_runtime_has_debug_info, expect a different output if
5401 runtime does not have debug info.
5402
5403 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
5404
5405 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
5406 (another) quote in test name.
5407
5408 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
5409
5410 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
5411 Add quote in test name.
5412
5413 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5414
5415 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
5416 directory instead.
5417 * gdb.cp/pass-by-ref.exp: Extend with more cases.
5418 * gdb.cp/pass-by-ref-2.cc: New file.
5419 * gdb.cp/pass-by-ref-2.exp: New file.
5420
5421 2019-12-20 Tom Tromey <tom@tromey.com>
5422
5423 * gdb.tui/list-before.exp: New file.
5424
5425 2019-12-20 Tom Tromey <tom@tromey.com>
5426
5427 * gdb.tui/list.exp: Check for source on initial listing.
5428
5429 2019-12-11 Tom Tromey <tromey@adacore.com>
5430
5431 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
5432 Add crlf test.
5433
5434 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
5435
5436 * gdb.base/default.exp: Update value of $_gdb_major.
5437
5438 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
5439
5440 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
5441
5442 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
5443
5444 * gdb.base/skip.exp: Whitespace fix.
5445
5446 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
5447
5448 * gdb.base/skip-inline.c: New file.
5449 * gdb.base/skip-inline.exp: New file.
5450
5451 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
5452
5453 * gdb.base/jit-reader.exp (jit_reader_test): Rename
5454 jit_function_00 to jit_function_stack_mangle.
5455 * gdb.base/jithost.c (jit_function_t): Rename to...
5456 (jit_function_stack_mangle_t): ... this.
5457 (jit_function_add_t): New typedef.
5458 (jit_function_00_code): Rename to...
5459 (jit_function_stack_mangle_code): ... this, make static.
5460 (jit_function_add_code): New.
5461 (main): Generate "add" function and call it. Adjust to changes
5462 in jithost_abi.
5463 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
5464 (struct jithost_abi) <begin, end>: Remove fields.
5465 <object, function_stack_mangle, function_add>: New fields.
5466 * gdb.base/jitreader.c (struct reader_state) <code_begin,
5467 code_end>: Remove fields.
5468 <func_stack_mangle>: New field.
5469 (read_debug_info): Adjust to renaming, create block for "add"
5470 function.
5471 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
5472
5473 2019-12-11 Tom Tromey <tom@tromey.com>
5474
5475 * gdb.tui/resize.exp: Fix regexp.
5476 * gdb.tui/regs.exp: Fix regexps.
5477 * gdb.tui/main.exp: Fix regexp.
5478
5479 2019-12-11 Tom Tromey <tom@tromey.com>
5480
5481 * gdb.tui/resize.exp: Update.
5482 * gdb.tui/empty.exp (layouts): Update.
5483
5484 2019-12-11 Tom Tromey <tom@tromey.com>
5485
5486 * gdb.tui/regs.exp: Update.
5487 * gdb.tui/empty.exp (layouts): Update.
5488 * gdb.tui/basic.exp: Update.
5489 * lib/tuiterm.exp (_check_box): Don't check bottom border.
5490
5491 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5492
5493 * gdb.base/options.exp: Add -raw-values in the print completion list.
5494 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
5495
5496 2019-12-10 Kevin Buettner <kevinb@redhat.com>
5497
5498 * gdb.threads/omp-par-scope.c: New file.
5499 * gdb/threads/omp-par-scope.exp: New file.
5500
5501 2019-12-10 Kevin Buettner <kevinb@redhat.com>
5502
5503 * lib/gdb.exp (support_nested_function_tests): New proc.
5504
5505 2019-12-10 Kevin Buettner <kevinb@redhat.com>
5506
5507 * lib/gdb.exp (gdb_compile_openmp): New proc.
5508 (build_executable_from_specs): Add an "openmp" option.
5509 (gdb_compile_pthreads): Add non-executable case.
5510
5511 2019-12-10 Tom Tromey <tromey@adacore.com>
5512
5513 * gdb.ada/unchecked_union.exp: New file.
5514 * gdb.ada/unchecked_union/pck.adb: New file.
5515 * gdb.ada/unchecked_union/pck.ads: New file.
5516 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
5517 * gdb-utils.exp (string_to_regexp): Also quote "?".
5518
5519 2019-12-10 George Barrett <bob@bob131.so>
5520
5521 Test scripted probe breakpoints.
5522 * gdb.guile/scm-breakpoint.c (main): Add probe point.
5523 * gdb.python/py-breakpoint.c (main): Likewise.
5524 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
5525 specifier test.
5526 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
5527
5528 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5529
5530 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
5531 an rvalue parameter.
5532 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
5533 parameter.
5534
5535 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
5536
5537 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
5538 modules.
5539
5540 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
5541
5542 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
5543 broken version of GCC.
5544
5545 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
5546
5547 * gdb.fortran/info-modules.exp: Rewrite to make use of new
5548 sym-info-cmds library.
5549 * gdb.fortran/info-types.exp: Likewise.
5550 * lib/sym-info-cmds.exp: New file.
5551
5552 2019-12-08 Tom de Vries <tdevries@suse.de>
5553
5554 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
5555
5556 2019-12-07 Keith Seitz <keiths@redhat.com>
5557
5558 * gdb.base/corefile-buildid-shlib-shr.c: New file.
5559 * gdb.base/corefile-buildid-shlib.c: New file.
5560 * gdb.base/corefile-buildid.c: New file.
5561 * gdb.base/corefile-buildid.exp: New file.
5562
5563 2019-12-06 Tom de Vries <tdevries@suse.de>
5564
5565 * gdb.dwarf2/varval.exp: Add decl before def test.
5566
5567 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5568
5569 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
5570
5571 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5572
5573 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
5574 CV and reference conversion for overload resolution.
5575 * gdb.cp/rvalue-ref-overload.exp: Test it.
5576
5577 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5578
5579 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
5580 * gdb.base/frameapply.exp: Test faas without command.
5581
5582 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
5583
5584 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
5585 Fortran tests.
5586 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
5587 order.
5588
5589 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
5590
5591 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
5592 casting to type with no kind specified.
5593 (test_basic_parsing_of_type_kinds): Additional tests for types
5594 with no kind specified, and add tests for single/double
5595 precision/complex types.
5596
5597 2019-12-04 Tom Tromey <tromey@adacore.com>
5598
5599 * gdb.base/endianity.c (struct other) <x>: New field.
5600 (main): Initialize it.
5601 * gdb.base/endianity.exp: Update.
5602
5603 2019-12-04 Tom Tromey <tromey@adacore.com>
5604
5605 * gdb.ada/scalar_storage/storage.adb: New file.
5606 * gdb.ada/scalar_storage/pck.adb: New file.
5607 * gdb.ada/scalar_storage/pck.ads: New file.
5608 * gdb.ada/scalar_storage.exp: New file.
5609
5610 2019-12-04 Tom Tromey <tromey@adacore.com>
5611
5612 * gdb.base/endianity.c (struct otherendian) <f>: New field.
5613 (main): Initialize it.
5614 * gdb.base/endianity.exp: Update.
5615
5616 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
5617
5618 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
5619
5620 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
5621
5622 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
5623 -symbol-info-module-functions and -symbol-info-module-variables.
5624
5625 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
5626
5627 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
5628
5629 2019-12-01 Richard Bunt <richard.bunt@arm.com>
5630 Andrew Burgess <andrew.burgess@embecosm.com>
5631
5632 * gdb.fortran/derived-type-striding.exp: New file.
5633 * gdb.fortran/derived-type-striding.f90: New file.
5634 * gdb.fortran/array-slices.exp: New file.
5635 * gdb.fortran/array-slices.f90: New file.
5636
5637 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5638
5639 * gdb.base/define.exp: Test . in command names.
5640 * gdb.base/setshow.exp: Update test, as . is now part of
5641 command name.
5642
5643 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5644
5645 * gdb.base/define-prefix.exp: New file.
5646
5647 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
5648
5649 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
5650 compile.
5651 (skip_btrace_pt_tests): Likewise.
5652
5653 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
5654
5655 * gdb.fortran/info-modules.exp: Compile source files in correct
5656 order.
5657
5658 2019-11-27 Kevin Buettner <kevinb@redhat.com>
5659
5660 * gdb.dwarf2/imported-unit.exp: New file.
5661 * gdb.dwarf2/imported-unit.c: New file.
5662
5663 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
5664
5665 * gdb.mi/mi-fortran-modules-2.f90: New file.
5666 * gdb.mi/mi-fortran-modules.exp: New file.
5667 * gdb.mi/mi-fortran-modules.f90: New file.
5668
5669 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
5670
5671 * gdb.mi/mi-sym-info-1.c: New file.
5672 * gdb.mi/mi-sym-info-2.c: New file.
5673 * gdb.mi/mi-sym-info.exp: New file.
5674
5675 2019-11-22 Tom Tromey <tromey@adacore.com>
5676
5677 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
5678 * gdb.ada/tasks/foo.adb: Add another stopping location.
5679
5680 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
5681
5682 * gdb.base/endianity.c: New test.
5683 * gdb.base/endianity.exp: New file.
5684
5685 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
5686
5687 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
5688
5689 2019-11-21 Tom de Vries <tdevries@suse.de>
5690
5691 PR gdb/24956
5692 * gdb.base/ui-redirect.exp: Test output of user-defined command.
5693
5694 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
5695
5696 * gdb.python/py-progspace.exp: Add missing parentheses on some
5697 'print' commands.
5698
5699 2019-11-19 Tom Tromey <tom@tromey.com>
5700
5701 * gdb.tui/winheight.exp: New file.
5702
5703 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
5704
5705 * gdb.base/ctf-whatis.c: Delete.
5706 * gdb.base/ctf-whatis.exp: Delete.
5707 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
5708
5709 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
5710
5711 * gdb.base/ctf-cvexpr.exp: Delete.
5712 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
5713
5714 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
5715
5716 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
5717 the compiler. Clean up header comment a little.
5718 * gdb.base/ctf-ptype.exp: Likewise.
5719 * gdb.base/ctf-whatis.exp: Likewise.
5720 * lib/gdb.exp (skip_ctf_tests): New proc.
5721
5722 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
5723
5724 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
5725 * gdb.tui/corefile-run.exp: New file.
5726
5727 2019-11-14 Tom Tromey <tromey@adacore.com>
5728
5729 * gdb.base/gdbvars.exp (test_convenience_variables): Add
5730 regression tests.
5731
5732 2019-11-12 Tom Tromey <tom@tromey.com>
5733
5734 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
5735 after any command. Expect prompt after WAIT_FOR is seen.
5736 (enter_tui): Enable resize messages.
5737 (command): Expect command in output.
5738 (get_line): Avoid error when cursor appears to be off-screen.
5739 (dump_screen): Include screen size in title.
5740 (_do_resize): New proc, from "resize".
5741 (resize): Rewrite. Do resize in two steps.
5742 * gdb.tui/empty.exp (layouts): Fix entries.
5743 (check_boxes): Remove xfail.
5744 (check_text): Dump screen on failure.
5745
5746 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
5747
5748 * gdb.python/py-symbol.exp: Add test for
5749 gdb.lookup_static_symbols.
5750
5751 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
5752
5753 * gdb.python/py-symbol.c: Declare and call function from new
5754 py-symbol-2.c file.
5755 * gdb.python/py-symbol.exp: Compile both source files, and add new
5756 tests for gdb.lookup_static_symbol.
5757 * gdb.python/py-symbol-2.c: New file.
5758
5759 2019-11-02 Tom de Vries <tdevries@suse.de>
5760
5761 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
5762 * gdb.base/anon.exp: Same.
5763 * gdb.base/auto-connect-native-target.exp: Same.
5764 * gdb.base/call-ar-st.exp: Same.
5765 * gdb.base/catch-syscall.exp: Same.
5766 * gdb.base/commands.exp: Same.
5767 * gdb.base/default.exp: Same.
5768 * gdb.base/display.exp: Same.
5769 * gdb.base/float.exp: Same.
5770 * gdb.base/foll-fork.exp: Same.
5771 * gdb.base/help.exp: Same.
5772 * gdb.base/info-macros.exp: Same.
5773 * gdb.base/info-proc.exp: Same.
5774 * gdb.base/info-target.exp: Same.
5775 * gdb.base/long_long.exp: Same.
5776 * gdb.base/macscp.exp: Same.
5777 * gdb.base/memattr.exp: Same.
5778 * gdb.base/nofield.exp: Same.
5779 * gdb.base/pointers.exp: Same.
5780 * gdb.base/printcmds.exp: Same.
5781 * gdb.base/ptype.exp: Same.
5782 * gdb.base/restore.exp: Same.
5783 * gdb.base/return.exp: Same.
5784 * gdb.base/scope.exp: Same.
5785 * gdb.base/set-noassign.exp: Same.
5786 * gdb.base/setshow.exp: Same.
5787 * gdb.base/shlib-call.exp: Same.
5788 * gdb.base/signals.exp: Same.
5789 * gdb.base/sigstep.exp: Same.
5790 * gdb.base/skip.exp: Same.
5791 * gdb.base/solib-symbol.exp: Same.
5792 * gdb.base/stap-probe.exp: Same.
5793 * gdb.base/step-line.exp: Same.
5794 * gdb.base/step-test.exp: Same.
5795 * gdb.base/style.exp: Same.
5796 * gdb.base/varargs.exp: Same.
5797 * gdb.base/vla-datatypes.exp: Same.
5798 * gdb.base/vla-ptr.exp: Same.
5799 * gdb.base/vla-sideeffect.exp: Same.
5800 * gdb.base/volatile.exp: Same.
5801 * gdb.base/watch-cond-infcall.exp: Same.
5802 * gdb.base/watchpoint.exp: Same.
5803
5804 2019-11-02 Tom de Vries <tdevries@suse.de>
5805
5806 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
5807 * gdb.cp/cpexprs.exp: Same.
5808 * gdb.cp/except-multi-location.exp: Same.
5809 * gdb.cp/exceptprint.exp: Same.
5810 * gdb.cp/gdb2384.exp: Same.
5811 * gdb.cp/inherit.exp: Same.
5812 * gdb.cp/m-static.exp: Same.
5813 * gdb.cp/meth-typedefs.exp: Same.
5814 * gdb.cp/misc.exp: Same.
5815 * gdb.cp/namespace.exp: Same.
5816 * gdb.cp/non-trivial-retval.exp: Same.
5817 * gdb.cp/overload.exp: Same.
5818 * gdb.cp/pr17132.exp: Same.
5819 * gdb.cp/re-set-overloaded.exp: Same.
5820 * gdb.cp/rvalue-ref-types.exp: Same.
5821 * gdb.cp/templates.exp: Same.
5822
5823 2019-11-01 Luis Machado <luis.machado@linaro.org>
5824
5825 PR gdb/25124
5826
5827 * gdb.arch/pr25124.S: New file.
5828 * gdb.arch/pr25124.exp: New file.
5829
5830 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5831
5832 * gdb.fortran/info-modules.exp: Update expected results, and add
5833 additional tests for 'info module functinos', and 'info module
5834 variables'.
5835 * gdb.fortran/info-types.exp: Update expected results.
5836 * gdb.fortran/info-types.f90: Extend testcase with additional
5837 module variables and functions.
5838
5839 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5840
5841 * gdb.fortran/info-modules.exp: New file.
5842 * gdb.fortran/info-types.exp: Build with new file.
5843 * gdb.fortran/info-types.f90: Include and use new module.
5844 * gdb.fortran/info-types-2.f90: New file.
5845
5846 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5847
5848 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
5849 * gdb.base/settings.exp: Test all settings types using
5850 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
5851 that now verifies that the value of "maint show" is the same as
5852 returned by the settings functions. Test the type of the
5853 maintenance settings.
5854 * gdb.base/default.exp: Update show_conv_list.
5855
5856 2019-10-31 Tom de Vries <tdevries@suse.de>
5857
5858 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
5859 gdb_test.
5860 * gdb.arch/amd64-disp-step.exp: Same.
5861 * gdb.asm/asm-source.exp: Same.
5862 * gdb.btrace/buffer-size.exp: Same.
5863 * gdb.btrace/cpu.exp: Same.
5864 * gdb.btrace/enable.exp: Same.
5865 * gdb.dwarf2/count.exp: Same.
5866 * gdb.dwarf2/dw2-ranges-func.exp: Same.
5867 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
5868 * gdb.fortran/vla-datatypes.exp: Same.
5869 * gdb.fortran/vla-history.exp: Same.
5870 * gdb.fortran/vla-ptype.exp: Same.
5871 * gdb.fortran/vla-value.exp: Same.
5872 * gdb.fortran/whatis_type.exp: Same.
5873 * gdb.guile/guile.exp: Same.
5874 * gdb.multi/tids.exp: Same.
5875 * gdb.python/py-finish-breakpoint.exp: Same.
5876 * gdb.python/py-framefilter.exp: Same.
5877 * gdb.python/py-pp-registration.exp: Same.
5878 * gdb.python/py-xmethods.exp: Same.
5879 * gdb.python/python.exp: Same.
5880 * gdb.server/connect-with-no-symbol-file.exp: Same.
5881 * gdb.server/no-thread-db.exp: Same.
5882 * gdb.server/run-without-local-binary.exp: Same.
5883 * gdb.stabs/weird.exp: Same.
5884 * gdb.threads/attach-many-short-lived-threads.exp: Same.
5885 * gdb.threads/thread-find.exp: Same.
5886 * gdb.threads/tls-shared.exp: Same.
5887 * gdb.threads/tls.exp: Same.
5888 * gdb.threads/wp-replication.exp: Same.
5889 * gdb.trace/ax.exp: Same.
5890 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
5891
5892 2019-10-31 Tom de Vries <tdevries@suse.de>
5893
5894 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
5895 * gdb.ada/array_subscript_addr.exp: Same.
5896 * gdb.ada/arrayidx.exp: Same.
5897 * gdb.ada/arrayparam.exp: Same.
5898 * gdb.ada/arrayptr.exp: Same.
5899 * gdb.ada/boolean_expr.exp: Same.
5900 * gdb.ada/call_pn.exp: Same.
5901 * gdb.ada/complete.exp: Same.
5902 * gdb.ada/fixed_cmp.exp: Same.
5903 * gdb.ada/fun_addr.exp: Same.
5904 * gdb.ada/funcall_param.exp: Same.
5905 * gdb.ada/interface.exp: Same.
5906 * gdb.ada/mod_from_name.exp: Same.
5907 * gdb.ada/null_array.exp: Same.
5908 * gdb.ada/packed_array.exp: Same.
5909 * gdb.ada/packed_tagged.exp: Same.
5910 * gdb.ada/print_chars.exp: Same.
5911 * gdb.ada/print_pc.exp: Same.
5912 * gdb.ada/ptype_arith_binop.exp: Same.
5913 * gdb.ada/ptype_field.exp: Same.
5914 * gdb.ada/ptype_tagged_param.exp: Same.
5915 * gdb.ada/rec_return.exp: Same.
5916 * gdb.ada/ref_tick_size.exp: Same.
5917 * gdb.ada/str_ref_cmp.exp: Same.
5918 * gdb.ada/taft_type.exp: Same.
5919 * gdb.ada/tagged.exp: Same.
5920 * gdb.ada/type_coercion.exp: Same.
5921 * gdb.ada/uninitialized_vars.exp: Same.
5922
5923 2019-10-30 Tom de Vries <tdevries@suse.de>
5924
5925 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
5926
5927 2019-10-26 Tom de Vries <tdevries@suse.de>
5928
5929 * gdb.base/bigcore.c: Fix typos in comments.
5930 * gdb.base/ctf-ptype.c: Same.
5931 * gdb.base/long_long.c: Same.
5932 * gdb.dwarf2/dw2-op-out-param.S: Same.
5933 * gdb.python/py-evthreads.c: Same.
5934 * gdb.reverse/i387-stack-reverse.c: Same.
5935 * gdb.trace/tfile.c: Same.
5936 * lib/compiler.c: Same.
5937 * lib/compiler.cc: Same.
5938
5939 2019-10-25 Tom de Vries <tdevries@suse.de>
5940
5941 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
5942 gdb_test_multiple calls.
5943 * gdb.reverse/sigall-reverse.exp: Same.
5944 * gdb.reverse/solib-precsave.exp: Same.
5945 * gdb.reverse/solib-reverse.exp: Same.
5946 * gdb.reverse/until-precsave.exp: Same.
5947 * gdb.reverse/until-reverse.exp: Same.
5948
5949 2019-10-24 Tom de Vries <tdevries@suse.de>
5950
5951 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
5952 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
5953 kfail using -wrap pattern flag and convenience variable
5954 gdb_test_name.
5955
5956 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
5957
5958 * gdb.python/py-progspace.exp: Add tests for the
5959 Progspace.block_for_pc method.
5960
5961 2019-10-23 Tom Tromey <tom@tromey.com>
5962
5963 * configure: Rebuild.
5964 * aclocal.m4: Use m4_include, not sinclude.
5965
5966 2019-10-21 Tom de Vries <tdevries@suse.de>
5967
5968 * gdb.base/infcall-nested-structs.c: Add
5969 __attribute__((noinline,noclone)) to all functions.
5970 (call_all): Add missing variable initialization. Simplify return value.
5971 (breakpt): Increment volatile variable, to prevent call from being
5972 optimized out.
5973 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
5974
5975 2019-10-17 Tom de Vries <tdevries@suse.de>
5976
5977 * gdb.fortran/module.exp: Allow info variables to print info for files
5978 other than module.f90.
5979
5980 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
5981
5982 * gdb.fortran/module.exp: Extend with 'info variables' test.
5983
5984 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
5985
5986 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
5987 F77_FOR_TARGET.
5988
5989 2019-10-16 Tom de Vries <tdevries@suse.de>
5990
5991 PR tdep/25096
5992 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
5993
5994 2019-10-16 Tom de Vries <tdevries@suse.de>
5995
5996 PR tdep/24104
5997 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
5998 Add KFAIL for PR tdep/25096.
5999
6000 2019-10-16 Tom de Vries <tdevries@suse.de>
6001
6002 PR testsuite/25059
6003 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
6004
6005 2019-10-16 Tom de Vries <tdevries@suse.de>
6006
6007 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
6008 as signed.
6009
6010 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
6011
6012 * gdb.mi/list-thread-groups-available.exp: Read entries one by
6013 one instead of increasing timeout.
6014
6015 2019-10-13 Tom de Vries <tdevries@suse.de>
6016
6017 PR record/25038
6018 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
6019 * gdb.reverse/sigall-reverse.exp: Same.
6020 * gdb.reverse/solib-precsave.exp: Same.
6021 * gdb.reverse/solib-reverse.exp: Same.
6022 * gdb.reverse/step-precsave.exp: Same.
6023 * gdb.reverse/until-precsave.exp: Same.
6024 * gdb.reverse/until-reverse.exp: Same.
6025 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
6026
6027 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
6028
6029 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
6030 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
6031 (cmp_struct_05_01, cmp_struct_static_02_01)
6032 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
6033 comparisons.
6034
6035 2019-10-10 Tom de Vries <tdevries@suse.de>
6036
6037 PR testsuite/24888
6038 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
6039 gnatlink.
6040
6041 2019-10-09 Tom de Vries <tdevries@suse.de>
6042
6043 PR testsuite/25048
6044 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
6045
6046 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
6047
6048 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
6049 exceptions due to missing debug information.
6050
6051 2019-10-07 Tom de Vries <tdevries@suse.de>
6052
6053 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
6054
6055 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
6056
6057 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
6058 * gdb.base/annota1.exp: Update to use gdb_test_name.
6059
6060 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
6061
6062 * gdb.base/ctf-whatis.exp: New file.
6063 * gdb.base/ctf-whatis.c: New file.
6064 * gdb.base/ctf-ptype.exp: New file.
6065 * gdb.base/ctf-ptype.c: New file.
6066 * gdb.base/ctf-constvars.exp: New file.
6067 * gdb.base/ctf-constvars.c: New file.
6068 * gdb.base/ctf-cvexpr.exp: New file.
6069
6070 2019-10-04 Tom de Vries <tdevries@suse.de>
6071
6072 * gdb.cp/local-static.c (main): Move declaration of int i out of the
6073 for loop.
6074
6075 2019-10-03 Tom Tromey <tom@tromey.com>
6076
6077 PR rust/24976:
6078 * gdb.rust/simple.rs (Union2): New type.
6079 (main): Use Union2.
6080 * gdb.rust/simple.exp: Add test.
6081
6082 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6083
6084 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
6085 nested function prefix.
6086
6087 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
6088 Richard Bunt <richard.bunt@arm.com>
6089 Andrew Burgess <andrew.burgess@embecosm.com>
6090
6091 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
6092 nested functions.
6093 * gdb.fortran/nested-funcs.f90: Update expected results.
6094 * gdb.fortran/nested-funcs-2.exp: New file.
6095 * gdb.fortran/nested-funcs-2.f90: New file.
6096
6097 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6098
6099 * gdb.python/py-parameter.exp: Make test names unique.
6100 * gdb.python/py-template.exp: Likewise.
6101 * gdb.python/py-value.exp: Likewise.
6102
6103 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6104
6105 * gdb.base/break-interp.exp: Reduce test name duplication.
6106 * gdb.base/call-sc.exp: Likewise.
6107 * gdb.base/callfuncs.exp: Likewise.
6108 * gdb.base/charset.exp: Likewise.
6109 * gdb.base/dump.exp: Likewise.
6110 * gdb.base/ena-dis-br.exp: Likewise.
6111 * gdb.base/relational.exp: Likewise.
6112 * gdb.base/step-over-syscall.exp: Likewise.
6113 * gdb.base/structs.exp: Likewise.
6114
6115 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6116
6117 * gdb.linespec/explicit.exp: Make test names unique.
6118 * gdb.linespec/ls-errs.exp: Likewise.
6119
6120 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6121
6122 * gdb.reverse/break-precsave.exp: Make test names unique.
6123 * gdb.reverse/break-reverse.exp: Likewise.
6124 * gdb.reverse/finish-precsave.exp: Likewise.
6125 * gdb.reverse/finish-reverse.exp: Likewise.
6126 * gdb.reverse/machinestate-precsave.exp: Likewise.
6127 * gdb.reverse/machinestate.exp: Likewise.
6128 * gdb.reverse/readv-reverse.exp: Likewise.
6129 * gdb.reverse/recvmsg-reverse.exp: Likewise.
6130 * gdb.reverse/sigall-precsave.exp: Likewise.
6131 * gdb.reverse/sigall-reverse.exp: Likewise.
6132 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
6133 * gdb.reverse/watch-precsave.exp: Likewise.
6134 * gdb.reverse/watch-reverse.exp: Likewise.
6135
6136 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6137
6138 * gdb.threads/stop-with-handle.c: New file.
6139 * gdb.threads/stop-with-handle.exp: New file.
6140
6141 2019-10-03 Tom de Vries <tdevries@suse.de>
6142
6143 PR testsuite/25059
6144 * gdb.base/list-missing-source.exp: Allowing the "Compilation
6145 directory" line to be missing.
6146
6147 2019-10-03 Tom de Vries <tdevries@suse.de>
6148
6149 PR testsuite/25059
6150 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
6151 type optional.
6152
6153 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
6154
6155 * gdb.python/py-format-string.c (string.h): New include.
6156 (main): Fill a_struct_with_union.the_union.an_int with bytes of
6157 the same value, for endianness-independence.
6158 * gdb.python/py-format-string.exp (default_regexp_dict)
6159 (test_pretty_structs, test_format): Adjust expected output to the
6160 changed initialization.
6161
6162 2019-10-02 Tom Tromey <tromey@adacore.com>
6163
6164 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
6165
6166 2019-10-02 Pedro Alves <palves@redhat.com>
6167 Andrew Burgess <andrew.burgess@embecosm.com>
6168
6169 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
6170 "print-file-var.h".
6171 (this_version_id) Use ATTRIBUTE_VISIBILITY.
6172 (get_version_1): Print this_version_id and its address.
6173 Add extern "C" wrappers around interface functions.
6174 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
6175 "print-file-var.h".
6176 (this_version_id) Use ATTRIBUTE_VISIBILITY.
6177 (get_version_2): Print this_version_id and its address.
6178 Add extern "C" wrappers around interface functions.
6179 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
6180 <stddef.h> and "print-file-var.h".
6181 Add extern "C" wrappers around interface functions.
6182 [VERSION_ID_MAIN] (this_version_id): Define.
6183 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
6184 * gdb.base/print-file-var.h: Add some #defines to simplify setting
6185 up extern "C" blocks.
6186 * gdb.base/print-file-var.exp (test): New, factored out from top
6187 level.
6188 (top level): Test all combinations of attribute hidden or not,
6189 dlopen or not, and this_version_id symbol in main file or not.
6190 Compile tests as both C++ and C, make test names unique.
6191
6192 2019-10-01 Tom Tromey <tom@tromey.com>
6193
6194 * gdb.base/style.exp: Test "show logging filename".
6195
6196 2019-10-01 Tom Tromey <tom@tromey.com>
6197
6198 * lib/gdb-utils.exp (style): Handle "metadata" argument.
6199 * gdb.base/style.exp: Add metadata style test.
6200
6201 2019-10-01 Tom Tromey <tom@tromey.com>
6202
6203 * gdb.base/style.exp: Test "pwd".
6204
6205 2019-10-01 Tom Tromey <tom@tromey.com>
6206
6207 * gdb.base/style.exp: Update tests.
6208
6209 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
6210
6211 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
6212 'six' to unsigned.
6213 (s1): Initialize fields 'four' and 'six' instead of 'three' and
6214 'five'. Use an all-ones bit pattern for each.
6215 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
6216 to its changed values.
6217
6218 2019-09-30 Tom Tromey <tromey@adacore.com>
6219
6220 * gdb.rust/traits.rs: Disable all warnings.
6221
6222 2019-09-29 Tom de Vries <tdevries@suse.de>
6223
6224 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
6225
6226 2019-09-29 Tom de Vries <tdevries@suse.de>
6227
6228 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
6229
6230 2019-09-27 Tom de Vries <tdevries@suse.de>
6231
6232 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
6233
6234 2019-09-27 Tom de Vries <tdevries@suse.de>
6235
6236 PR record/23188
6237 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
6238
6239 2019-09-26 Tom Tromey <tromey@adacore.com>
6240
6241 * gdb.ada/py_taft.exp: New file.
6242 * gdb.ada/py_taft/main.adb: New file.
6243 * gdb.ada/py_taft/pkg.adb: New file.
6244 * gdb.ada/py_taft/pkg.ads: New file.
6245
6246 2019-09-24 Tom de Vries <tdevries@suse.de>
6247
6248 PR gdb/24598
6249 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
6250
6251 2019-09-22 Tom de Vries <tdevries@suse.de>
6252
6253 * gdb.base/restore.exp: Allow register variables to be optimized out at
6254 -O0.
6255
6256 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
6257
6258 * gdb.arch/spu-info.exp: Remove file.
6259 * gdb.arch/spu-info.c: Remove file.
6260 * gdb.arch/spu-ls.exp: Remove file.
6261 * gdb.arch/spu-ls.c: Remove file.
6262
6263 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
6264 * gdb.asm/spu.inc: Remove file.
6265
6266 * gdb.base/dump.exp: Remove support for spu*-*-*.
6267 * gdb.base/stack-checking.exp: Likewise.
6268 * gdb.base/overlays.exp: Likewise.
6269 * gdb.base/ovlymgr.c: Likewise.
6270 * gdb.base/spu.ld: Remove file.
6271
6272 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
6273 * gdb.cp/cpexprs.exp: Likewise.
6274 * gdb.cp/exception.exp: Likewise.
6275 * gdb.cp/gdb2495.exp: Likewise.
6276 * gdb.cp/mb-templates.exp: Likewise.
6277 * gdb.cp/pr9167.exp: Likewise.
6278 * gdb.cp/userdef.exp: Likewise.
6279
6280 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
6281
6282 * gdb.cell: Remove directory.
6283 * lib/cell.exp: Remove file.
6284
6285 2019-09-19 Tom de Vries <tdevries@suse.de>
6286
6287 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
6288
6289 2019-09-19 Tom de Vries <tdevries@suse.de>
6290
6291 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
6292
6293 2019-09-19 Tom de Vries <tdevries@suse.de>
6294
6295 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
6296 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
6297 (gdb_target_cmd): ... here.
6298 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
6299 value 2.
6300
6301 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
6302
6303 * gdb.base/source-dir.exp: Avoid having directory names in test
6304 names.
6305
6306 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
6307
6308 * gdb.base/source-dir.exp: Add extra test for mapped compilation
6309 directory.
6310
6311 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
6312
6313 * gdb.base/list-missing-source.exp: New file.
6314
6315 2019-09-14 Tom de Vries <tdevries@suse.de>
6316
6317 PR teststuite/24599
6318 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
6319 * lib/ada.exp (gnatmake_version_at_least): New proc.
6320
6321 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
6322
6323 * gdb.base/maint.exp: Use exec_has_index_section.
6324
6325 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
6326
6327 * gdb.base/maint.exp: Add test for 'maint info sections'.
6328
6329 2019-09-12 Tom de Vries <tdevries@suse.de>
6330
6331 * gdb.base/store.exp: Allow register variables to be optimized out at
6332 -O0.
6333
6334 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6335
6336 * gdb.ada/rdv_wait.exp: Update to new task names.
6337 * gdb.base/task_switch_in_core.exp: Likewise.
6338 * gdb.base/info_sources_base.c: Likewise.
6339
6340 2019-09-10 Tom Tromey <tromey@adacore.com>
6341
6342 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
6343
6344 2019-09-10 Tom Tromey <tromey@adacore.com>
6345
6346 * gdb.ada/dgopt.exp: New file.
6347 * gdb.ada/dgopt/x.adb: New file.
6348
6349 2019-09-08 Tom Tromey <tom@tromey.com>
6350
6351 * gdb.tui/resize.exp: Remove setup_xfail.
6352 * gdb.tui/regs.exp: Remove setup_xfail.
6353 * gdb.tui/basic.exp: Remove setup_xfail.
6354
6355 2019-09-06 David Blaikie <dblaikie@gmail.com>
6356
6357 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
6358 * gdb.cp/cplabel.exp: Ditto.
6359 * gdb.linespec/ls-errs.exp: Ditto.
6360
6361 2019-09-05 Tom de Vries <tdevries@suse.de>
6362
6363 * lib/gdb.exp (cmp_file_string): New proc.
6364 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
6365 runto_main. Verify save breakpoints output.
6366
6367 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6368
6369 * gdb.base/info-var.exp: Test info variables without running
6370 to main, to avoid expect's buffer overflow.
6371
6372 2019-09-03 Tom Tromey <tromey@adacore.com>
6373
6374 * gdb.ada/bias.exp: New file.
6375 * gdb.ada/bias/bias.adb: New file.
6376 * gdb.ada/print_chars.exp: Add regression test.
6377 * gdb.ada/print_chars/foo.adb (My_Character): New type.
6378 (MC): New variable.
6379
6380 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
6381
6382 * gdb.base/argv0-symlink.exp: Run only on native target
6383 and local host.
6384
6385 2019-08-29 Tom de Vries <tdevries@suse.de>
6386
6387 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
6388 diverse debug info.
6389 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
6390
6391 2019-08-28 Tom de Vries <tdevries@suse.de>
6392
6393 * gdb.base/info-var.exp: Allow info variables to print info for files
6394 other than info-var-f1.c and info-var-f2.c.
6395
6396 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
6397
6398 * gdb.fortran/info-types.exp: Add module.
6399 * gdb.fortran/info-types.f90: Update expected results.
6400
6401 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
6402
6403 * gdb.fortran/info-types.exp: New file.
6404 * gdb.fortran/info-types.f90: New file.
6405 * lib/fortran.exp (fortran_character1): New proc.
6406
6407 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
6408
6409 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
6410 functions'. Reindent as needed.
6411 * gdb.base/info-var-f1.c: New file.
6412 * gdb.base/info-var-f2.c: New file.
6413 * gdb.base/info-var.exp: New file.
6414 * gdb.base/info-var.h: New file.
6415
6416 2019-08-26 Tom de Vries <tdevries@suse.de>
6417
6418 PR c++/24852
6419 * gdb.cp/no-libstdcxx-probe.exp: New test.
6420
6421 2019-08-26 Tom de Vries <tdevries@suse.de>
6422
6423 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
6424 * tests need to be skipped.
6425 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
6426 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
6427 mi_skip_libstdcxx_probe_tests.
6428
6429 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
6430
6431 * gdb.python/py-xmethods.exp: Use raw strings when passing
6432 arguments to SimpleXMethodMatcher.
6433
6434 2019-08-22 Tom de Vries <tdevries@suse.de>
6435
6436 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
6437 more informative.
6438
6439 2019-08-21 Pedro Alves <palves@redhat.com>
6440
6441 * gdb.base/with.exp: Test "with" with no arguments.
6442
6443 2019-08-21 Tom de Vries <tdevries@suse.de>
6444
6445 * gdb.base/gdb-caching-proc.exp: Sort files.
6446
6447 2019-08-20 Tom de Vries <tdevries@suse.de>
6448
6449 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
6450 compilation.
6451
6452 2019-08-16 Tom de Vries <tdevries@suse.de>
6453
6454 * gdb.base/compare-sections.exp ("after run to main"): Allow
6455 mismatched read-only sections for PIE executables.
6456
6457 2019-08-16 Tom Tromey <tom@tromey.com>
6458
6459 * lib/tuiterm.exp (_csi_Z): New proc.
6460 * gdb.tui/basic.exp: Update window positions.
6461 * gdb.tui/empty.exp: Update window positions.
6462
6463 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
6464
6465 * gdb.base/examine-backward.exp: Correct regexp for
6466 "examine 3 bytes backward from ${address_zero}".
6467
6468 2019-08-15 Tom Tromey <tom@tromey.com>
6469
6470 * gdb.tui/empty.exp: Enable resizing tests.
6471
6472 2019-08-15 Tom Tromey <tromey@adacore.com>
6473
6474 * gdb.ada/char_enum.exp: Add regression tests.
6475 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
6476 and '0'.
6477 (Char, Gchar): Update.
6478 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
6479
6480 2019-08-15 Christian Biesinger <cbiesinger@google.com>
6481
6482 * gdb.python/python.exp: Expect a leading underscore on
6483 GdbOutput{,Error}File.
6484
6485 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
6486
6487 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
6488 Windows host.
6489
6490 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
6491
6492 * gdb.base/batch-preserve-term-settings.exp
6493 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
6494
6495 2019-08-15 Christian Biesinger <cbiesinger@google.com>
6496
6497 * lib/gdb.exp: When running on a mingw target, replace
6498 /x/ with x:/.
6499
6500 2019-08-14 Alan Hayward <alan.hayward@arm.com>
6501
6502 * gdb.arch/aarch64-prologue.c: New test.
6503 * gdb.arch/aarch64-prologue.exp: New file.
6504
6505 2019-08-13 Tom de Vries <tdevries@suse.de>
6506
6507 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
6508 Thread.
6509
6510 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
6511
6512 * gdb.python/py-completion.exp: Download the .py file to the host
6513 and use its host pathname. Conditionalize tests that use
6514 tab completion and manipulate files on the build machine.
6515 * gdb.python/py-events.exp: Download the .py file to the host
6516 and use its host pathname.
6517 * gdb.python/py-evsignal.exp: Likewise.
6518 * gdb.python/py-evthreads.exp: Likewise.
6519 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
6520 pathname syntax.
6521 * gdb.python/py-framefilter.exp: Download the .py file to the right
6522 place on the host. Match Windows pathname syntax.
6523 * gdb.python/py-mi-var-info-path-expression.exp: Download the
6524 .py file to the host and use its host pathname.
6525 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
6526 * gdb.python/py-objfile.exp: Expect a host pathname, not a
6527 build pathname. Skip symlink test on Windows host. Add missing
6528 newline at end of file.
6529 * gdb.python/py-pp-maint.exp: Download the .py file to the host
6530 and use its host pathname.
6531 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
6532 * gdb.python/py-section-script.exp: Use host location of binfile
6533 on safe-path. Use correct path separator on Windows host.
6534 Reorder alternatives in gdb_test_multiple to prevent matching
6535 the wrong alternative on success.
6536 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
6537
6538 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
6539
6540 * gdb.gdb/selftest.exp (test_with_self): Update test to now
6541 expect the GDB inferior to no longer immediately stop after
6542 being resumed with "signal SIGINT".
6543
6544 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
6545
6546 * gdb.linespec/break-ask.exp: Generalize regexps to match
6547 Windows pathnames too.
6548
6549 2019-08-08 Tom de Vries <tdevries@suse.de>
6550
6551 PR testsuite/24862
6552 * lib/tuiterm.exp (_accept): Fix CSI regexp.
6553
6554 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6555
6556 * gdb.base/style.exp: Update tests for help doc new invariants.
6557 * gdb.base/help.exp: Likewise.
6558
6559 2019-08-06 Tom Tromey <tom@tromey.com>
6560
6561 * gdb.base/style.exp: Add disassemble test.
6562 * gdb.base/style.c (some_called_function): New function.
6563 (main): Use it.
6564
6565 2019-08-05 Christian Biesinger <cbiesinger@google.com>
6566
6567 * gdb.python/py-block.exp: Test dictionary access on blocks.
6568
6569 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
6570
6571 PR gdb/24863
6572 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
6573 -list-thread-groups --available test when running under
6574 check-read1.
6575
6576 2019-08-05 Tom de Vries <tdevries@suse.de>
6577
6578 PR testsuite/24863
6579 * lib/gdb.exp (with_read1_timeout_factor): New proc.
6580 * gdb.base/help.exp: Use with_read1_timeout_factor.
6581 * gdb.base/info-macros.exp: Same.
6582 * gdb.cp/nested-types.exp: Same.
6583
6584 2019-08-05 Tom de Vries <tdevries@suse.de>
6585
6586 * lib/gdb.exp (version_at_least): Factor out of ...
6587 (tcl_version_at_least): ... here.
6588 (gdb_compile): Fail if pie results in non-PIE executable.
6589 (readelf_version, readelf_prints_pie): New proc.
6590 (exec_is_pie): Return -1 if unknown.
6591
6592 2019-08-05 Tom de Vries <tdevries@suse.de>
6593
6594 * lib/gdb.exp (tcl_version_at_least): Fix typo.
6595
6596 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
6597
6598 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
6599
6600 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
6601
6602 * lib/completion-support.exp (test_gdb_complete_none): Skip
6603 tab completion tests if no readline support.
6604 (test_gdb_complete_unique_re): Likewise.
6605 (test_gdb_complete_multiple): Likewise.
6606
6607 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6608
6609 * gdb.base/info_sources.exp: New file.
6610 * gdb.base/info_sources.c: New file.
6611 * gdb.base/info_sources_base.c: New file.
6612
6613 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6614
6615 * gdb.base/batch-exit-status.exp: Call test_exit_status with
6616 prefix argument.
6617 (test_exit_status): Add prefix argument.
6618
6619 2019-08-01 Tom de Vries <tdevries@suse.de>
6620
6621 PR testsuite/24863
6622 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
6623 calling exp_continue for new thread and thread exited messages.
6624
6625 2019-08-01 Tom de Vries <tdevries@suse.de>
6626
6627 PR testsuite/24863
6628 * gdb.base/structs.exp: Fix check-read1 timeout using
6629 gdb_test_sequence.
6630 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
6631
6632 2019-08-01 Tom de Vries <tdevries@suse.de>
6633
6634 PR testsuite/24863
6635 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
6636 line.
6637
6638 2019-08-01 Tom de Vries <tdevries@suse.de>
6639
6640 PR testsuite/24863
6641 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
6642
6643 2019-07-30 Tom Tromey <tromey@adacore.com>
6644
6645 * gdb.ada/display_nested.exp: New file.
6646 * gdb.ada/display_nested/foo.adb: New file.
6647 * gdb.ada/display_nested/pack.adb: New file.
6648 * gdb.ada/display_nested/pack.ads: New file.
6649
6650 2019-07-30 Christian Biesinger <cbiesinger@google.com>
6651
6652 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
6653 namespace.
6654 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
6655
6656 2019-07-30 Tom de Vries <tdevries@suse.de>
6657
6658 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
6659 instead.
6660
6661 2019-07-30 Tom de Vries <tdevries@suse.de>
6662
6663 PR testsuite/24834
6664 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
6665 (exec_is_pie): New proc.
6666
6667 2019-07-29 Christian Biesinger <cbiesinger@google.com>
6668
6669 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
6670
6671 2019-07-29 Christian Biesinger <cbiesinger@google.com>
6672
6673 * gdb.python/py-objfile.c: Add global and static vars.
6674 * gdb.python/py-objfile.exp: Test new functions Objfile.
6675 lookup_global_symbol and lookup_static_symbol.
6676
6677 2019-07-29 Tom Tromey <tom@tromey.com>
6678
6679 * lib/tuiterm.exp (Term::_csi_@): New proc.
6680 (Term::_csi_X): Don't move cursor.
6681
6682 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6683
6684 * gdb.base/options.exp: Update backtrace - completion to
6685 new option -frame-info.
6686 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
6687 Test new 'set print frame-info'. Test backtrace -frame-info
6688 overriding 'set print frame-info'.
6689 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
6690 Test new 'set print frame-info'.
6691 Verify consistency of backtrace with and without filters, with and
6692 without -no-filters.
6693 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
6694 default.
6695
6696 2019-07-29 Tom de Vries <tdevries@suse.de>
6697
6698 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
6699 no arguments".
6700
6701 2019-07-29 Tom de Vries <tdevries@suse.de>
6702
6703 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
6704 is a substring of the first for "complete non-unique file name".
6705
6706 2019-07-29 Tom de Vries <tdevries@suse.de>
6707
6708 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
6709 with ".*".
6710
6711 2019-07-29 Tom de Vries <tdevries@suse.de>
6712
6713 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
6714 Pass prompt_regexp parameter to gdb_test_multiple calls.
6715
6716 2019-07-29 Tom de Vries <tdevries@suse.de>
6717
6718 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
6719 print registers" regexps.
6720
6721 2019-07-29 Tom de Vries <tdevries@suse.de>
6722
6723 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
6724
6725 2019-07-29 Tom de Vries <tdevries@suse.de>
6726
6727 PR gdb/24855
6728 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
6729 (skip_python_tests_prompt): Add prompt_regexp argument to
6730 gdb_test_multiple calls.
6731
6732 2019-07-27 Tom Tromey <tom@tromey.com>
6733
6734 * gdb.tui/main.exp: New file.
6735
6736 2019-07-27 Tom Tromey <tom@tromey.com>
6737
6738 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
6739 optional.
6740 * gdb.tui/empty.exp: New file.
6741
6742 2019-07-27 Tom Tromey <tom@tromey.com>
6743
6744 * lib/tuiterm.exp (spawn): New proc.
6745 (Term::resize): New proc.
6746 * gdb.tui/resize.exp: New file.
6747
6748 2019-07-27 Tom Tromey <tom@tromey.com>
6749
6750 * gdb.tui/list.exp: New file.
6751
6752 2019-07-27 Tom Tromey <tom@tromey.com>
6753
6754 * gdb.tui/regs.exp: New file.
6755
6756 2019-07-27 Tom Tromey <tom@tromey.com>
6757
6758 * gdb.tui/basic.exp: Add "layout split" test.
6759
6760 2019-07-27 Tom Tromey <tom@tromey.com>
6761
6762 * gdb.tui/basic.exp: Add "layout asm" test.
6763
6764 2019-07-27 Tom Tromey <tom@tromey.com>
6765
6766 * lib/tuiterm.exp: New file.
6767 * gdb.tui/basic.exp: New file.
6768
6769 2019-07-27 Kevin Buettner <kevinb@redhat.com>
6770
6771 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
6772 Enable tests associated with this flag. Adjust regex
6773 referencing "foo_low" to now refer to "foo_cold" instead.
6774
6775 2019-07-27 Kevin Buettner <kevinb@redhat.com>
6776
6777 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
6778 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
6779 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
6780 foo_cold. Revise comments to match.
6781 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
6782 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
6783 were wrapped into this proc; Call do_test in loop from outermost
6784 level.
6785 (foo_low): Rename all occurrences to "foo_cold".
6786 (backtrace from baz): New test.
6787 (x2/i foo_cold): New test.
6788 (info line *foo_cold): New test.
6789
6790 2019-07-26 Tom de Vries <tdevries@suse.de>
6791
6792 * gdb.arch/i386-pkru.exp: Fix unterminated string.
6793
6794 2019-07-25 Tom de Vries <tdevries@suse.de>
6795
6796 PR testsuite/24830
6797 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
6798 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
6799 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
6800 (skip_libstdcxx_probe_tests): ... here.
6801 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
6802
6803 2019-07-24 Tom de Vries <tdevries@suse.de>
6804
6805 PR testsuite/24807
6806 * gdb.objc/basicclass.m: Include stdio.h.
6807 * gdb.objc/nondebug.m: Same.
6808 * gdb.objc/objcdecode.m: Same.
6809
6810 2019-07-24 Tom de Vries <tdevries@suse.de>
6811
6812 PR testsuite/24612
6813 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
6814 additional_flags.
6815
6816 2019-07-24 Tom de Vries <tdevries@suse.de>
6817
6818 PR testsuite/24831
6819 * gdb.multi/tids.exp: Update error messages for info threads.
6820
6821 2019-07-24 Tom de Vries <tdevries@suse.de>
6822
6823 * gdb.base/info-types.exp: Allow info types to print info for more than
6824 one file.
6825
6826 2019-07-23 Tom de Vries <tdevries@suse.de>
6827
6828 PR testsuite/24842
6829 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
6830 gdb_spawn_with_cmdline_opts.
6831
6832 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
6833
6834 * gdb.arch/arm-cmse-sgstubs.c: New test.
6835 * gdb.arch/arm-cmse-sgstubs.exp: New file.
6836
6837 2019-07-23 Tom de Vries <tdevries@suse.de>
6838
6839 PR testsuite/24711
6840 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
6841 issuing next command.
6842
6843 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
6844
6845 * gdb.ada/info_auto_lang.exp: Update expected results.
6846 * gdb.base/info-types.c: Add additional types to check.
6847 * gdb.base/info-types.exp: Update expected results.
6848
6849 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
6850
6851 * gdb.base/info-types.c: New file.
6852 * gdb.base/info-types.exp: New file.
6853
6854 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
6855
6856 * gdb.arch/riscv-bp-infcall.c: New file.
6857 * gdb.arch/riscv-bp-infcall.exp: New file.
6858
6859 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
6860
6861 PR breakpoints/24541
6862 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
6863
6864 2019-07-14 Tom de Vries <tdevries@suse.de>
6865
6866 PR testsuite/24760
6867 * gdb.objc/basicclass.exp: Fix unterminated string.
6868
6869 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
6870 Andrew Burgess <andrew.burgess@embecosm.com>
6871
6872 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
6873 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
6874 negative bounds.
6875 * gdb.fortran/vla-value.exp: Print elements of an array with
6876 negative bounds.
6877 * gdb.fortran/vla.f90: Setup an array with negative bounds for
6878 testing.
6879
6880 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
6881
6882 * gdb.base/options.exp (expect_string): Dequote strings in
6883 results.
6884 (test-string): Test strings with different quoting and reindent.
6885
6886 2019-07-10 Tom Tromey <tromey@adacore.com>
6887
6888 * gdb.ada/mi_ex_cond.exp: Update expected results.
6889 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
6890 * gdb.ada/mi_catch_ex.exp: Update expected results.
6891 * gdb.ada/mi_catch_assert.exp: Update expected results.
6892 * gdb.ada/catch_ex.exp (catch_exception_info)
6893 (catch_exception_entry, catch_assert_entry)
6894 (catch_unhandled_entry): Update.
6895 * gdb.ada/catch_assert_if.exp: Update expected results.
6896
6897 2019-07-10 Richard Bunt <richard.bunt@arm.com>
6898 Stephen Roberts <stephen.roberts@arm.com>
6899
6900 * gdb.base/define.exp: Restore original prompt.
6901
6902 2019-07-09 Pedro Alves <palves@redhat.com>
6903
6904 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
6905 breakpoints" output.
6906 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
6907 * gdb.python/py-breakpoint.exp: No longer expect that "catch
6908 throw" creates breakpoint.
6909 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
6910 'type="catchpoint"'.
6911
6912 2019-07-09 Pedro Alves <palves@redhat.com>
6913
6914 PR c++/15468
6915 * gdb.cp/except-multi-location-lib.cc: New.
6916 * gdb.cp/except-multi-location-main.cc: New.
6917 * gdb.cp/except-multi-location.exp: New.
6918
6919 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
6920
6921 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
6922 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
6923 argument and update callers.
6924
6925 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6926
6927 * gdb.arch/amd64-break-on-asm-line.S: New file.
6928 * gdb.arch/amd64-break-on-asm-line.exp: New file.
6929
6930 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6931
6932 * gdb.base/printcmds.exp: Test printing C string and
6933 C wide string convenience vars without transiting via the inferior.
6934 Also make test names unique.
6935
6936 2019-07-08 Alan Hayward <alan.hayward@arm.com>
6937
6938 PR breakpoints/25011
6939 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
6940
6941 2019-07-04 Pedro Alves <palves@redhat.com>
6942
6943 * lib/gdb.exp (foreach_with_prefix): Don't return early if
6944 body returned ok(0), break(3) or continue(4).
6945 * gdb.testsuite/foreach_with_prefix.exp: New file.
6946
6947 2019-07-04 Alan Hayward <alan.hayward@arm.com>
6948
6949 * gdb.server/unittest.exp: Allow 0 unit tests to run.
6950
6951 2019-07-03 Pedro Alves <palves@redhat.com>
6952
6953 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
6954 "return -code".
6955
6956 2019-07-03 Pedro Alves <palves@redhat.com>
6957
6958 PR cli/24732
6959 * gdb.base/shell.exp: Load completion-support.exp.
6960 Adjust expected error output. Add completion tests.
6961
6962 2019-07-03 Pedro Alves <palves@redhat.com>
6963
6964 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
6965 string_to_regexp.
6966
6967 2019-07-03 Pedro Alves <palves@redhat.com>
6968
6969 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
6970 (expect_integer): Adjust to expect "-string".
6971 (expect_string): New.
6972 (all_options): Expect "-string".
6973 (test-flag, test-boolean): Adjust to expect "-string".
6974 (test-string): New proc.
6975 (top level): Call it.
6976
6977 2019-07-03 Pedro Alves <palves@redhat.com>
6978
6979 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
6980 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
6981 the expected output in the success.
6982
6983 2019-07-03 Pedro Alves <palves@redhat.com>
6984
6985 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
6986 Split one gdb_test_multiple call in two to avoid a race.
6987
6988 2019-07-03 Pedro Alves <palves@redhat.com>
6989
6990 * gdb.base/with.c: New file.
6991 * gdb.base/with.exp: New file.
6992
6993 2019-07-03 Pedro Alves <palves@redhat.com>
6994
6995 * gdb.base/settings.exp: Replace all references to "maint
6996 test-settings set" with references to "maint set test-settings",
6997 and all references to "maint test-settings show" with references
6998 to "maint show test-settings".
6999
7000 2019-07-03 Pedro Alves <palves@redhat.com>
7001
7002 * gdb.base/settings.exp (test-string): Adjust expected out when
7003 testing "maint test-settings show filename"
7004
7005 2019-07-02 Pedro Alves <palves@redhat.com>
7006
7007 * gdb.base/options.exp (test-info-threads): New procedure.
7008 (top level): Call it.
7009
7010 2019-06-28 Tom Tromey <tromey@adacore.com>
7011
7012 * gdb.dwarf2/ada-linkage-name.c: New file.
7013 * gdb.dwarf2/ada-linkage-name.exp: New file.
7014
7015 2019-06-27 Tom Tromey <tromey@adacore.com>
7016
7017 PR c++/20020:
7018 * gdb.cp/constexpr-field.exp: Use setup_xfail.
7019
7020 2019-06-26 Tom de Vries <tdevries@suse.de>
7021
7022 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
7023
7024 2019-06-26 Tom de Vries <tdevries@suse.de>
7025
7026 * gdb.base/index-cache.exp: Add back missing debug option.
7027
7028 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7029
7030 * gdb.base/alias.exp: Test non matching/non existing prefixes.
7031
7032 2019-06-25 Tom de Vries <tdevries@suse.de>
7033
7034 PR testsuite/24727
7035 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
7036
7037 2019-06-24 Tom de Vries <tdevries@suse.de>
7038
7039 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
7040
7041 2019-06-24 Tom de Vries <tdevries@suse.de>
7042
7043 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
7044 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
7045 * gdb.trace/unavailable-dwarf-piece.exp: Same.
7046
7047 2019-06-24 Tom de Vries <tdevries@suse.de>
7048
7049 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
7050
7051 2019-06-21 Tom de Vries <tdevries@suse.de>
7052
7053 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
7054
7055 2019-06-21 Tom de Vries <tdevries@suse.de>
7056
7057 PR testsuite/24518
7058 PR ada/24713
7059 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
7060 index.
7061
7062 2019-06-19 Tom Tromey <tromey@adacore.com>
7063
7064 * gdb.ada/length_cond.exp: Add intro comment.
7065
7066 2019-06-19 Tom Tromey <tromey@adacore.com>
7067
7068 * gdb.ada/length_cond.exp: New file.
7069 * gdb.ada/length_cond/length_cond.adb: New file.
7070 * gdb.ada/length_cond/pck.adb: New file.
7071 * gdb.ada/length_cond/pck.ads: New file.
7072
7073 2019-06-18 Tom de Vries <tdevries@suse.de>
7074
7075 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
7076
7077 2019-06-18 Tom Tromey <tromey@adacore.com>
7078
7079 * gdb.base/list0.h: Add comment explaining control character.
7080
7081 2019-06-18 Tom de Vries <tdevries@suse.de>
7082
7083 * boards/fission.exp: Break up long debug_flags line.
7084
7085 2019-06-16 Tom de Vries <tdevries@suse.de>
7086
7087 PR gdb/24445
7088 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
7089 generated index.
7090
7091 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
7092
7093 PR gdb/24686
7094 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
7095 improve detection of bug gdb/24541.
7096
7097 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
7098
7099 PR gdb/24669
7100 * gdb.base/index-cache.exp (uses_readnow,
7101 expecting_index_cache_use): Define global variable.
7102 (test_cache_enabled_miss, test_cache_enabled_hit): Use
7103 expecting_index_cache_use.
7104
7105 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
7106 Andrew Burgess <andrew.burgess@embecosm.com>
7107
7108 * gdb.fortran/pointers.f90: New file.
7109 * gdb.fortran/print_type.exp: New file.
7110 * gdb.fortran/vla-ptype.exp: Adapt expected results.
7111 * gdb.fortran/vla-type.exp: Likewise.
7112 * gdb.fortran/vla-value.exp: Likewise.
7113 * gdb.mi/mi-vla-fortran.exp: Likewise.
7114
7115 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7116
7117 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
7118 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
7119 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
7120 as a stop reason.
7121
7122 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7123
7124 * gdb.base/annota1.exp: Update expected results.
7125 * gdb.cp/annota2.exp: Likewise.
7126 * gdb.cp/annota3.exp: Likewise.
7127
7128 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7129
7130 * gdb.base/style-logging.exp: Remove path from test name.
7131
7132 2019-06-14 Tom Tromey <tromey@adacore.com>
7133
7134 PR gdb/24502:
7135 * gdb.base/style-logging.exp: New file.
7136
7137 2019-06-14 Tom Tromey <tromey@adacore.com>
7138
7139 * gdb.base/symfile-warn.exp: New file.
7140 * gdb.base/symfile-warn.c: New file.
7141
7142 2019-06-14 Tom Tromey <tromey@adacore.com>
7143
7144 * gdb.base/annotate-symlink.exp: New file.
7145
7146 2019-06-14 Tom Tromey <tromey@adacore.com>
7147
7148 * gdb.ada/set_wstr.exp: Add reassignment test.
7149
7150 2019-06-14 Tom Tromey <tromey@adacore.com>
7151
7152 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
7153 'unchecked_access and 'unrestricted_access as well.
7154
7155 2019-06-14 Tom Tromey <tromey@adacore.com>
7156
7157 PR ada/24539:
7158 * gdb.ada/vla.exp: Update tests.
7159 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
7160 pragma.
7161
7162 2019-06-13 Pedro Alves <palves@redhat.com>
7163
7164 * gdb.base/settings.exp (test-integer): Test junk after
7165 "unlimited".
7166
7167 2019-06-13 Pedro Alves <palves@redhat.com>
7168
7169 * gdb.base/options.exp (test-thread-apply): New.
7170 (top level): Call it.
7171
7172 2019-06-13 Pedro Alves <palves@redhat.com>
7173
7174 * gdb.base/options.exp (test-frame-apply): New.
7175 (top level): Test print commands with different "frame apply"
7176 prefixes.
7177
7178 2019-06-13 Pedro Alves <palves@redhat.com>
7179
7180 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
7181 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
7182 'max_completions' parameter and handle it.
7183 (test_gdb_completion_offers_commands): New.
7184
7185 2019-06-13 Pedro Alves <palves@redhat.com>
7186
7187 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
7188
7189 2019-06-13 Pedro Alves <palves@redhat.com>
7190
7191 * gdb.base/options.exp (test-backtrace): New.
7192 (top level): Call it.
7193
7194 2019-06-13 Pedro Alves <palves@redhat.com>
7195
7196 * gdb.guile/scm-frame-args.exp: Use "set print
7197 raw-frame-arguments" instead of "set print raw frame-arguments".
7198 * gdb.python/py-frame-args.exp: Likewise.
7199
7200 2019-06-13 Pedro Alves <palves@redhat.com>
7201
7202 * gdb.compile/compile.exp: Adjust expected output to option
7203 processing changes.
7204
7205 2019-06-13 Pedro Alves <palves@redhat.com>
7206
7207 * gdb.base/options.exp: Build executable.
7208 (test-print): New procedure.
7209 (top level): Call it, once for "print" and another for "compile
7210 print".
7211
7212 2019-06-13 Pedro Alves <palves@redhat.com>
7213
7214 * gdb.base/options.c: New file.
7215 * gdb.base/options.exp: New file.
7216
7217 2019-06-13 Pedro Alves <palves@redhat.com>
7218
7219 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
7220 that "o" is ambiguous.
7221
7222 2019-06-13 Pedro Alves <palves@redhat.com>
7223
7224 * gdb.base/settings.c: New file.
7225 * gdb.base/settings.exp: New file.
7226
7227 2019-06-13 Pedro Alves <palves@redhat.com>
7228
7229 * gdb.base/completion.exp: Fix comment typo.
7230
7231 2019-06-13 Pedro Alves <palves@redhat.com>
7232
7233 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
7234 foo --1" test.
7235
7236 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
7237
7238 * gdb.fortran/block-data.f: New.
7239 * gdb.fortran/block-data.exp: New.
7240
7241 2019-06-11 Tom de Vries <tdevries@suse.de>
7242
7243 PR testsuite/24521
7244 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
7245 message.
7246
7247 2019-06-11 Tom de Vries <tdevries@suse.de>
7248
7249 PR testsuite/24521
7250 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
7251
7252 2019-06-11 Tom de Vries <tdevries@suse.de>
7253
7254 * boards/readnow.exp: New file.
7255
7256 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
7257
7258 * gdb.fortran/vla-sizeof.exp: Update expected results.
7259
7260 2019-06-06 Amos Bird <amosbird@gmail.com>
7261
7262 * gdb.base/annota1.exp (thread_switch): Add test for
7263 thread-exited annotation.
7264
7265 2019-06-06 Tom Tromey <tromey@adacore.com>
7266
7267 * gdb.base/maint.exp: Expect command started/finished output.
7268
7269 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
7270
7271 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
7272 comment.
7273 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
7274
7275 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
7276
7277 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
7278 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
7279 * gdb.arch/riscv-unwind-long-insn.c: New file.
7280 * gdb.arch/riscv-unwind-long-insn.exp: New file.
7281
7282 2019-06-04 Christian Biesinger <cbiesinger@google.com>
7283
7284 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
7285
7286 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7287
7288 * lib/gdb.exp (help_list_trailer): New regexp variable
7289 factorizing the help trailer message.
7290 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
7291 arg to allow to better factorize various tests.
7292 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
7293 (test_prefix_command_help): Use help_list_trailer.
7294 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
7295 * gdb.guile/scm-cmd.exp: Likewise.
7296 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
7297 * gdb.base/help.exp: Use test_user_defined_class_help.
7298 * gdb.base/style.exp: Add tests for styling of help and apropos.
7299 * lib/gdb-utils.exp (style): Add title and highlight styles.
7300
7301 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7302
7303 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
7304 $_shell_exitsignal.
7305 * gdb.base/default.exp: Update for new convenience variables.
7306
7307 2019-05-29 Tom Tromey <tromey@adacore.com>
7308
7309 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
7310 to "break complete ada" test case's regexp.
7311
7312 2019-05-29 Tom Tromey <tromey@adacore.com>
7313
7314 PR c++/20020:
7315 * gdb.cp/constexpr-field.exp: New file.
7316 * gdb.cp/constexpr-field.cc: New file.
7317
7318 2019-05-29 Tom Tromey <tromey@adacore.com>
7319
7320 * gdb.base/finish.exp (finish_no_print): New proc.
7321 (finish_tests): Call it.
7322
7323 2019-05-24 Tom de Vries <tdevries@suse.de>
7324
7325 * gdb.dwarf2/gdb-add-index.exp: New file.
7326
7327 2019-05-22 Tom Tromey <tromey@adacore.com>
7328
7329 * gdb.base/info-shared.exp (check_info_shared): Use "style".
7330 * gdb.base/style.exp: Use "style".
7331 * lib/gdb-utils.exp (style): New proc.
7332
7333 2019-05-22 Tom de Vries <tdevries@suse.de>
7334
7335 * gdb.base/align.exp: Require c++11.
7336
7337 2019-05-22 Tom de Vries <tdevries@suse.de>
7338
7339 PR testsuite/24586
7340 * gdb.python/py-mi-var-info-path-expression.exp: Call
7341 mi_skip_python_tests to check if python is supported.
7342
7343 2019-05-22 Alan Hayward <alan.hayward@arm.com>
7344
7345 * gdb.arch/aarch64-pauth.c: New test.
7346 * gdb.arch/aarch64-pauth.exp: New file.
7347
7348 2019-05-22 Alan Hayward <alan.hayward@arm.com>
7349
7350 * README (Re-running Tests Outside The Testsuite): New section.
7351
7352 2019-05-21 Tom de Vries <tdevries@suse.de>
7353
7354 * gdb.arch/amd64-eval.exp: Require c++11.
7355 * gdb.base/max-depth.exp: Same.
7356 * gdb.compile/compile-cplus-array-decay.exp: Same.
7357 * gdb.cp/meth-typedefs.exp: Same.
7358 * gdb.cp/subtypes.exp: Same.
7359 * gdb.cp/temargs.exp: Same.
7360
7361 2019-05-21 Alan Hayward <alan.hayward@arm.com>
7362
7363 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
7364
7365 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
7366
7367 PR gdb/18644
7368 * gdb.fortran/complex.exp: Remove setup_kfail calls.
7369 * gdb.fortran/printing-types.exp: Add new test.
7370 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
7371 testing.
7372 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
7373 setup_kfail call.
7374
7375 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7376
7377 * README (Running the Testsuite): Change example.
7378 (Testsuite Parameters): Remove TRANSCRIPT.
7379 * lib/gdb.exp: Remove TRANSCRIPT check.
7380
7381 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7382
7383 * README (Testsuite Parameters): Add replay logging to
7384 GDBSERVER_DEBUG.
7385 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
7386 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
7387 as a comma separated list.
7388 (gdb_debug_init): Override procedure.
7389
7390 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7391
7392 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
7393 (gdb_write_cmd_file): New procedure.
7394 * lib/gdbserver-support.exp (gdbserver_start): Call
7395 gdbserver_write_cmd_file.
7396 (gdbserver_write_cmd_file): New procedure.
7397
7398 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7399
7400 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
7401 (delete_breakpoints): Likewise.
7402 (gdb_run_cmd): Likewise.
7403 (gdb_start_cmd): Likewise.
7404 (gdb_starti_cmd): Likewise.
7405 (gdb_internal_error_resync): Likewise.
7406 (gdb_test_multiple): Likewise.
7407 (gdb_reinitialize_dir): Likewise.
7408 (default_gdb_exit): Likewise.
7409 (gdb_file_cmd): Mark kill as optional.
7410 (default_gdb_start): Call gdb_stdin_log_init.
7411 (send_gdb): Call gdb_stdin_log_write.
7412 (rerun_to_main): Mark Y as an answer.
7413 (gdb_stdin_log_init): New function.
7414 (gdb_stdin_log_write): Likewise.
7415
7416 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7417
7418 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
7419 * gdb.base/debug-expr.exp: Likewise.
7420 * gdb.base/foll-fork.exp: Likewise.
7421 * gdb.base/foll-vfork.exp: Likewise.
7422 * gdb.base/fork-print-inferior-events.exp: Likewise.
7423 * gdb.base/gdb-sigterm.exp: Likewise.
7424 * gdb.base/gdbinit-history.exp: Likewise.
7425 * gdb.base/osabi.exp: Likewise.
7426 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
7427 * gdb.base/ui-redirect.exp: Likewise.
7428 * gdb.gdb/unittest.exp: Likewise.
7429 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
7430 * gdb.mi/mi-watch.exp: Likewise.
7431 * gdb.mi/new-ui-mi-sync.exp: Likewise.
7432 * gdb.mi/user-selected-context-sync.exp: Likewise.
7433 * gdb.python/python.exp: Disable debug test when debugging.
7434 * gdb.threads/check-libthread-db.exp: Disable when debugging.
7435 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7436 Likewise.
7437 * gdb.threads/stepi-random-signal.exp: Likewise.
7438
7439 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7440
7441 * Makefile.in: Pass through GDB_DEBUG.
7442 * README (Testsuite Parameters): Add GDB_DEBUG.
7443 (gdb,debug): Add board setting.
7444 * lib/gdb.exp (default_gdb_start): Start debugging.
7445 (gdb_debug_enabled): New procedure.
7446 (gdb_debug_init): Likewise.
7447
7448 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7449
7450 * Makefile.in: Pass through GDB_DEBUG.
7451 * README (Testsuite Parameters): Add GDB_DEBUG.
7452 (gdb,debug): Add board setting.
7453 * lib/gdb.exp (default_gdb_start): Start debugging.
7454 (gdb_debug_enabled): New procedure.
7455 (gdb_debug_init): Likewise.
7456
7457 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7458
7459 * gdb.base/ui-redirect.exp: Add debug redirect tests.
7460
7461 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7462
7463 * gdb.base/ui-redirect.exp: Test redirection.
7464
7465 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
7466
7467 * gdb.mi/mi-complete.exp: New file.
7468 * gdb.mi/mi-complete.cc: Likewise.
7469
7470 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
7471
7472 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
7473 indexed and sliced arrays, and pointers to arrays.
7474
7475 2019-05-14 Tom Tromey <tromey@adacore.com>
7476
7477 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
7478 styling test.
7479
7480 2019-05-14 Tom de Vries <tdevries@suse.de>
7481
7482 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
7483 selection entry encoding.
7484
7485 2019-05-10 Tom Tromey <tromey@adacore.com>
7486
7487 * gdb.ada/info_exc.exp: Add "complete" test.
7488
7489 2019-05-09 Tom de Vries <tdevries@suse.de>
7490
7491 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
7492 CU-relative.
7493
7494 2019-05-09 Tom de Vries <tdevries@suse.de>
7495
7496 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
7497 CU-relative.
7498
7499 2019-05-08 Joel Brobecker <brobecker@adacore.com>
7500
7501 * gdb.ada/frame_arg_lang.exp: New testcase.
7502 * gdb.ada/frame_arg_lang/bla.adb: New file.
7503 * gdb.ada/frame_arg_lang/pck.ads: New file.
7504 * gdb.ada/frame_arg_lang/pck.adb: New file.
7505 * gdb.ada/frame_arg_lang/foo.c: New file.
7506
7507 2019-05-08 Tom Tromey <tromey@adacore.com>
7508
7509 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
7510
7511 2019-05-08 Tom Tromey <tromey@adacore.com>
7512
7513 * gdb.base/ptype-offsets.exp: Update tests.
7514
7515 2019-05-08 Tom Tromey <tromey@adacore.com>
7516
7517 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
7518 cases.
7519 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
7520 "short".
7521
7522 2019-05-08 Tom Tromey <tromey@adacore.com>
7523
7524 * gdb.ada/vla.exp: New file.
7525 * gdb.ada/vla/vla.adb: New file.
7526
7527 2019-05-07 Tom de Vries <tdevries@suse.de>
7528
7529 * gdb.base/index-cache.exp (ls_host): Fix return statement.
7530
7531 2019-05-07 Tom de Vries <tdevries@suse.de>
7532
7533 PR testsuite/24522
7534 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
7535 section.
7536
7537 2019-05-07 Tom de Vries <tdevries@suse.de>
7538
7539 PR testsuite/24522
7540 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
7541 .debug_aranges section.
7542
7543 2019-05-07 Tom de Vries <tdevries@suse.de>
7544
7545 PR testsuite/24159
7546 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
7547
7548 2019-05-06 Tom de Vries <tdevries@suse.de>
7549
7550 * lib/gdb.exp (exec_has_index_section): New proc.
7551 * gdb.base/index-cache.exp: Handle case that binfile contains an index
7552 section.
7553
7554 2019-05-04 Tom de Vries <tdevries@suse.de>
7555
7556 * boards/cc-with-debug-names.exp: New file.
7557
7558 2019-05-03 Tom Tromey <tromey@adacore.com>
7559
7560 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
7561 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
7562 * gdb.ada/char_enum.exp: Add test.
7563
7564 2019-05-03 Tom de Vries <tdevries@suse.de>
7565
7566 * boards/cc-with-gdb-index.exp: New file.
7567
7568 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
7569
7570 * gdb.rust/simple.exp: Add new test case.
7571 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
7572 (main): Initialise an instance of the new struct.
7573
7574 2019-05-01 Tom Tromey <tromey@adacore.com>
7575
7576 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
7577 record.
7578 (NPR): New variable.
7579 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
7580 test.
7581
7582 2019-05-01 Tom Tromey <tromey@adacore.com>
7583
7584 * gdb.ada/packed_array_assign.exp: Add packed assignment
7585 regression test.
7586
7587 2019-05-01 Tom de Vries <tdevries@suse.de>
7588
7589 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
7590
7591 2019-05-01 Tom de Vries <tdevries@suse.de>
7592
7593 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
7594
7595 2019-04-30 Ali Tamur <tamur@google.com>
7596
7597 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
7598
7599 2019-04-30 Tom Tromey <tromey@adacore.com>
7600
7601 * lib/ada.exp (find_ada_tool): New proc.
7602 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
7603 * gdb.ada/catch_ex_std.exp: New file.
7604 * gdb.ada/catch_ex_std/foo.adb: New file.
7605 * gdb.ada/catch_ex_std/some_package.adb: New file.
7606 * gdb.ada/catch_ex_std/some_package.ads: New file.
7607
7608 2019-04-30 Tom Tromey <tromey@adacore.com>
7609
7610 PR c++/24470:
7611 * gdb.cp/temargs.cc: Add test code from PR.
7612
7613 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7614
7615 * gdb.fortran/vla-datatypes.exp: Update expected results.
7616 * gdb.fortran/vla-ptype.exp: Likewise.
7617 * gdb.fortran/vla-type.exp: Likewise.
7618 * gdb.fortran/vla-value.exp: Likewise.
7619
7620 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7621
7622 * gdb.fortran/ptr-indentation.exp: Update expected results.
7623 * gdb.fortran/ptype-on-functions.exp: Likewise.
7624 * gdb.fortran/vla-ptr-info.exp: Likewise.
7625 * gdb.fortran/vla-value.exp: Likewise.
7626
7627 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7628
7629 * gdb.fortran/ptype-on-functions.exp: New file.
7630 * gdb.fortran/ptype-on-functions.f90: New file.
7631
7632 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7633
7634 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
7635 case void string.
7636
7637 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7638
7639 * gdb.fortran/complex.exp: Expand.
7640 * gdb.fortran/complex.f: Renamed to...
7641 * gdb.fortran/complex.f90: ...this, and extended to add more
7642 complex values.
7643
7644 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7645
7646 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
7647 MODULO, CMPLX.
7648
7649 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
7650 Richard Bunt <richard.bunt@arm.com>
7651
7652 * gdb.base/max-depth.c: New file.
7653 * gdb.base/max-depth.exp: New file.
7654 * gdb.python/py-nested-maps.c: New file.
7655 * gdb.python/py-nested-maps.exp: New file.
7656 * gdb.python/py-nested-maps.py: New file.
7657 * gdb.python/py-format-string.exp (test_max_depth): New proc.
7658 (test_all_common): Call test_max_depth.
7659 * gdb.fortran/max-depth.exp: New file.
7660 * gdb.fortran/max-depth.f90: New file.
7661 * gdb.go/max-depth.exp: New file.
7662 * gdb.go/max-depth.go: New file.
7663 * gdb.modula2/max-depth.exp: New file.
7664 * gdb.modula2/max-depth.c: New file.
7665 * lib/gdb.exp (get_print_expr_at_depths): New proc.
7666
7667 2019-04-29 Tom de Vries <tdevries@suse.de>
7668
7669 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
7670
7671 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7672
7673 * gdb.base/callexit.exp: Test may-call-functions off.
7674
7675 2019-04-25 Keith Seitz <keiths@redhat.com>
7676
7677 PR c++/24367
7678 * gdb.cp/meth-typedefs.cc (incomplete_struct)
7679 (another_incomplete_struct, test_incomplete): New definitions.
7680 (main): Use new definitions.
7681 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
7682 functions.
7683
7684 2019-04-25 Ali Tamur <tamur@google.com>
7685
7686 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
7687
7688 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
7689
7690 PR corefiles/11608
7691 PR corefiles/18187
7692 * gdb.base/coredump-filter-build-id.exp: New file.
7693
7694 2019-04-25 Alan Hayward <alan.hayward@arm.com>
7695
7696 * Makefile.in: Pass through GDBSERVER_DEBUG.
7697 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
7698 (gdbserver,debug): Add board setting.
7699 * gdb.trace/tspeed.exp: Skip when debugging.
7700 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
7701 * lib/gdbserver-support.exp: Likewise
7702
7703 2019-04-24 Tom Tromey <tromey@adacore.com>
7704
7705 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
7706 Rust.
7707
7708 2019-04-24 Tom Tromey <tromey@adacore.com>
7709
7710 * gdb.arch/amd64-eval.exp: Test bitfield return.
7711 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
7712 (class Foo) <return_bitfields>: New method.
7713 (main): Call it.
7714
7715 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7716
7717 * gdb.cp/many-args.cc: New file.
7718 * gdb.cp/many-args.exp: New file.
7719
7720 2019-04-23 Tom de Vries <tdevries@suse.de>
7721
7722 PR gdb/24433
7723 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
7724
7725 2019-04-23 Alan Hayward <alan.hayward@arm.com>
7726
7727 * gdb.trace/backtrace.exp: Use nopie flag.
7728 * gdb.trace/circ.exp: Likewise.
7729 * gdb.trace/collection.exp: Likewise.
7730 * gdb.trace/ftrace.exp: Likewise.
7731 * gdb.trace/mi-trace-unavailable.exp: Likewise.
7732 * gdb.trace/mi-traceframe-changed.exp: Likewise.
7733 * gdb.trace/qtro.exp: Likewise.
7734 * gdb.trace/read-memory.exp: Likewise.
7735 * gdb.trace/report.exp: Likewise.
7736 * gdb.trace/tfile.exp: Likewise.
7737 * gdb.trace/tfind.exp: Likewise.
7738 * gdb.trace/unavailable.exp: Likewise.
7739
7740 2019-04-22 Pedro Alves <palves@redhat.com>
7741
7742 * gdb.base/solib-probes-nosharedlibrary.c,
7743 gdb.base/solib-probes-nosharedlibrary.exp: New files.
7744
7745 2019-04-19 Tom Tromey <tromey@adacore.com>
7746
7747 * gdb.ada/ptype_union.c: New file.
7748 * gdb.ada/ptype_union.exp: New file.
7749
7750 2019-04-19 Tom Tromey <tromey@adacore.com>
7751
7752 PR symtab/24423:
7753 * gdb.base/list0.h (foo): Add a control-l character.
7754
7755 2019-04-18 Tom de Vries <tdevries@suse.de>
7756
7757 PR gdb/24433
7758 * boards/local-board.exp: Set sysroot to "".
7759
7760 2019-04-18 Tom de Vries <tdevries@suse.de>
7761 Pedro Alves <palves@redhat.com>
7762
7763 PR gdb/24454
7764 * gdb.threads/vfork-follow-child-exec.c: New file.
7765 * gdb.threads/vfork-follow-child-exec.exp: New file.
7766 * gdb.threads/vfork-follow-child-exit.c: New file.
7767 * gdb.threads/vfork-follow-child-exit.exp: New file.
7768
7769 2019-04-15 Leszek Swirski <leszeks@google.com>
7770
7771 * gdb.arch/amd64-eval.cc: New file.
7772 * gdb.arch/amd64-eval.exp: New file.
7773
7774 2019-04-11 Alan Hayward <alan.hayward@arm.com>
7775
7776 * gdb.server/sysroot.c: New test.
7777 * gdb.server/sysroot.exp: New file.
7778 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
7779 matching param.
7780
7781 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
7782
7783 * gdb.base/align.exp: Extend test to cover structures containing
7784 only static fields.
7785
7786 2019-04-11 Tom de Vries <tdevries@suse.de>
7787
7788 * boards/cc-with-dwz-m.exp: New file.
7789 * boards/cc-with-dwz.exp: New file.
7790 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
7791
7792 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
7793
7794 * gdb.base/start-cpp.exp: New file.
7795 * gdb.base/start-cpp.cc: New file.
7796
7797 2019-04-08 Kevin Buettner <kevinb@redhat.com>
7798
7799 * gdb.python/py-thrhandle.exp: Adjust tests to call
7800 thread_from_handle instead of thread_from_thread_handle.
7801
7802 2019-04-08 Kevin Buettner <kevinb@redhat.com>
7803
7804 * gdb.python/py-thrhandle.exp: Add tests for
7805 gdb.InferiorThread.handle.
7806
7807 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
7808
7809 * gdb.python/py-function.exp: Check calling helper function from
7810 all languages.
7811 * lib/gdb.exp (gdb_supported_languages): New proc.
7812
7813 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
7814
7815 * gdb.base/complex-parts.c: New file.
7816 * gdb.base/complex-parts.exp: New file.
7817
7818 2019-04-01 Tom Tromey <tromey@adacore.com>
7819
7820 PR symtab/23331:
7821 * gdb.dwarf2/dw2-ranges-main.c: New file.
7822 * gdb.dwarf2/dw2-ranges-psym.c: New file.
7823 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
7824
7825 2019-03-30 Simon Marchi <simark@simark.ca>
7826
7827 * gdb.base/default.exp: Add values for $_gdb_major and
7828 $_gdb_minor.
7829
7830 2019-03-29 Tom Tromey <tromey@adacore.com>
7831
7832 * gdb.base/help.exp: Tighten apropos regexp.
7833
7834 2019-03-29 Keith Seitz <keiths@redhat.com>
7835
7836 * gdb.fortran/array-bounds.exp: New file.
7837 * gdb.fortran/array-bounds.f90: New file.
7838
7839 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7840
7841 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
7842
7843 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7844
7845 * gdb.multi/hello.c (main): Increase alarm timer.
7846
7847 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
7848
7849 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
7850 factor when no hardware watchpoint support.
7851
7852 2019-03-28 Alan Hayward <alan.hayward@arm.com>
7853 Pedro Alves <palves@redhat.com>
7854
7855 * boards/local-board.exp: set sysroot to /.
7856
7857 2019-03-27 Alan Hayward <alan.hayward@arm.com>
7858
7859 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
7860 in child.
7861
7862 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
7863
7864 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
7865 field.
7866 (make_container): Initialise new field.
7867 * gdb.python/py-prettyprint.exp: Add new tests.
7868 * gdb.python/py-prettyprint.py (class ContainerPrinter)
7869 <display_hint>: New method.
7870
7871 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
7872
7873 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
7874 gdb_continue_to_breakpoint more throughout this test.
7875 (run_lang_tests) Supply unique test names, and use
7876 gdb_test_no_output.
7877
7878 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
7879
7880 * gdb.base/finish-pretty.exp: Update expected results.
7881 * gdb.base/pretty-print.c: New file.
7882 * gdb.base/pretty-print.exp: New file.
7883
7884 2019-03-25 Pedro Alves <palves@redhat.com>
7885
7886 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
7887 move comments outside list. Append '-i "" eof' section.
7888
7889 2019-03-22 Alan Hayward <alan.hayward@arm.com>
7890
7891 PR testsuite/25016
7892 * README: Add pie options.
7893 * gdb.base/break-interp.exp: Ensure pie is disabled.
7894 * gdb.base/dump.exp: Likewise.
7895 * lib/gdb.exp (gdb_compile): Add pie option.
7896
7897 2019-03-19 Tom Tromey <tromey@adacore.com>
7898
7899 * gdb.mi/mi2-cli-display.c: New file.
7900 * gdb.mi/mi2-cli-display.exp: New file.
7901
7902 2019-03-18 Joel Brobecker <brobecker@adacore.com>
7903 Tom Tromey <tromey@adacore.com>
7904
7905 * gdb.ada/ptype_array/pck.adb: New file.
7906 * gdb.ada/ptype_array/pck.ads: New file.
7907 * gdb.ada/ptype_array/foo.adb: New file.
7908 * gdb.ada/ptype_array.exp: New file.
7909
7910 2019-03-14 Tom Tromey <tromey@adacore.com>
7911
7912 * gdb.base/style.exp: Add "set style sources" test.
7913
7914 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
7915
7916 * mi-breakpoint-location-ena-dis.exp: Rename to ...
7917 * mi-breakpoint-multiple-locations.exp: ... this.
7918 (make_breakpoints_pattern): New proc.
7919 (do_test): Add mi_version parameter, test -break-insert,
7920 -break-info and =breakpoint-created.
7921
7922 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
7923
7924 * config/default.exp: Remove 'load_lib gdb.exp'.
7925 * config/monitor.exp: Likewise.
7926 * config/sid.exp: Likewise.
7927 * config/sim.exp: Likewise.
7928 * config/slite.exp: Likewise.
7929 * config/unix.exp: Likewise.
7930 * gdb.base/default.exp: Remove unhelpful comment.
7931
7932 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7933
7934 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
7935
7936 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7937
7938 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
7939
7940 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7941
7942 * gdb.fortran/type-kinds.exp: Update expected results.
7943
7944 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7945
7946 * gdb.fortran/type-kinds.exp: Test new integer type kind.
7947
7948 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7949
7950 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
7951 function.
7952 (test_basic_parsing_of_type_kinds): Expand types tested.
7953 (test_parsing_invalid_type_kinds): New function.
7954
7955 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7956
7957 * gdb.fortran/intrinsics.exp: New file.
7958 * gdb.fortran/intrinsics.f90: New file.
7959 * gdb.fortran/type-kinds.exp: New file.
7960
7961 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7962
7963 * gdb.fortran/dot-ops.exp: New file.
7964
7965 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7966
7967 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
7968 Check upper and lower case logical literals.
7969
7970 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7971
7972 * gdb.fortran/types.exp (test_float_literal_types_accepted):
7973 Remove duplicate tests.
7974
7975 2019-03-06 Alan Hayward <alan.hayward@arm.com>
7976
7977 * lib/gdb.exp (builtin_cd): rename of cd.
7978 (cd): Override builtin.
7979
7980 2019-03-06 Richard Bunt <richard.bunt@arm.com>
7981
7982 * gdb.fortran/function-calls.exp: New file.
7983 * gdb.fortran/function-calls.f90: New test.
7984
7985 2019-03-04 Richard Bunt <richard.bunt@arm.com>
7986
7987 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
7988 on user program standard output.
7989 * gdb.fortran/short-circuit-argument-list.f90: Record function
7990 calls.
7991
7992 2019-02-28 Alan Hayward <alan.hayward@arm.com>
7993
7994 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
7995 failure.
7996
7997 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7998
7999 PR gdb/8527
8000 * gdb.base/interrupt-daemon-attach.c,
8001 gdb.base/interrupt-daemon-attach.exp: New test.
8002
8003 2019-02-27 Pedro Alves <palves@redhat.com>
8004
8005 * gdb.base/page.exp: Add tests for "set width/height -1".
8006
8007 2019-02-27 Pedro Alves <palves@redhat.com>
8008
8009 * gdb.base/page.exp: Add tests for "set/show width/height" with
8010 "infinite" values.
8011
8012 2019-02-27 Tom Tromey <tromey@adacore.com>
8013
8014 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
8015 2.4.
8016 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
8017 workaround.
8018
8019 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
8020
8021 * gdb.base/align.exp: Extend to compile in both C and C++, and add
8022 tests for structs with static members.
8023
8024 2019-02-26 Tom Tromey <tromey@adacore.com>
8025
8026 * gdb.python/py-value.exp (test_value_from_buffer): Check for
8027 ValueError, not TypeError.
8028
8029 2019-02-26 Kevin Buettner <kevinb@redhat.com>
8030
8031 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
8032 call from main program.
8033
8034 2019-02-23 Joel Brobecker <brobecker@adacore.com>
8035
8036 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
8037 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
8038 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
8039 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
8040 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
8041
8042 2019-02-22 Keith Seitz <keiths@redhat.com>
8043
8044 PR symtab/23853
8045 * gdb.base/symlink-sourcefile.c: New file.
8046 * gdb.base/symlink-sourcefile.exp: New file.
8047
8048 2019-02-20 Tom Tromey <tom@tromey.com>
8049
8050 * gdb.base/info_qt.exp: Update.
8051
8052 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
8053
8054 * gdb.base/source.exp: Move "error in sourced script" code to
8055 the end.
8056 * gdb.base/source-error.gdb: Move contents to
8057 source-error-1.gdb. Add new code to source source-error-1.gdb.
8058 * gdb.base/source-error-1.gdb: New file, from previous
8059 source-error.gdb.
8060
8061 2019-02-17 Tom Tromey <tom@tromey.com>
8062
8063 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
8064 for macro styling.
8065 * gdb.base/style.c (SOME_MACRO): New macro.
8066
8067 2019-02-17 Tom Tromey <tom@tromey.com>
8068
8069 * gdb.base/style.exp: Add line-wrapping tests.
8070 * gdb.base/page.exp: Add test for quitting during pagination.
8071
8072 2019-02-17 Joel Brobecker <brobecker@adacore.com>
8073
8074 * gdb.ada/big_packed_array: New testcase.
8075 * gdb.ada/homonym.exp: Fix incorrect expected output for
8076 "break <homonym__get_value>" test.
8077
8078 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
8079
8080 PR breakpoints/21870
8081 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
8082 and prepare_for_testing. Add comment.
8083 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
8084 redundant cleanup call. Clean up comment.
8085
8086 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
8087
8088 PR breakpoints/21870
8089 * gdb.arch/aarch64-dbreg-contents.exp: New file.
8090 * gdb.arch/aarch64-dbreg-contents.c: New file.
8091
8092 2019-02-10 Joel Brobecker <brobecker@adacore.com>
8093
8094 * gdb.ada/mi_ref_changeable: New testcase.
8095
8096 2019-02-07 Alan Hayward <alan.hayward@arm.com>
8097
8098 * gdb.base/attach.exp: Add double attach test.
8099
8100 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
8101
8102 * lib/gdb.exp (default_gdb_start): Don't match pagination
8103 prompt.
8104 (gdb_init): Set stty_init.
8105
8106 2019-01-27 Tom Tromey <tom@tromey.com>
8107
8108 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
8109 skip_python_tests.
8110
8111 2019-01-24 Alan Hayward <alan.hayward@arm.com>
8112
8113 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
8114 New structure.
8115 (struct struct_static_02_02): Likewise.
8116 (struct struct_static_02_03): Likewise.
8117 (struct struct_static_02_04): Likewise.
8118 (struct struct_static_04_01): Likewise.
8119 (struct struct_static_04_02): Likewise.
8120 (struct struct_static_04_03): Likewise.
8121 (struct struct_static_04_04): Likewise.
8122 (struct struct_static_06_01): Likewise.
8123 (struct struct_static_06_02): Likewise.
8124 (struct struct_static_06_03): Likewise.
8125 (struct struct_static_06_04): Likewise.
8126 (cmp_struct_static_02_01): Likewise.
8127 (cmp_struct_static_02_02): Likewise.
8128 (cmp_struct_static_02_03): Likewise.
8129 (cmp_struct_static_02_04): Likewise.
8130 (cmp_struct_static_04_01): Likewise.
8131 (cmp_struct_static_04_02): Likewise.
8132 (cmp_struct_static_04_03): Likewise.
8133 (cmp_struct_static_04_04): Likewise.
8134 (cmp_struct_static_06_01): Likewise.
8135 (cmp_struct_static_06_02): Likewise.
8136 (cmp_struct_static_06_03): Likewise.
8137 (cmp_struct_static_06_04): Likewise.
8138 (call_all): Test new structs.
8139 * gdb.base/infcall-nested-structs.exp: Likewise.
8140
8141 2019-01-21 Alan Hayward <alan.hayward@arm.com>
8142 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
8143
8144 2019-01-21 Alan Hayward <alan.hayward@arm.com>
8145 * gdb.base/stack-protector.c: New test.
8146 * gdb.base/stack-protector.exp: New file.
8147 * gdb.cp/ovldbreak.exp: Only allow a single break line.
8148 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
8149 option.
8150 (gdb_compile): Remove stack protector for GCC and prevent
8151 recursion.
8152
8153 2019-01-16 Keith Seitz <keiths@redhat.com>
8154
8155 PR gdb/23773
8156 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
8157
8158 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8159
8160 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
8161 aliases.
8162 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
8163 tests.
8164 * gdb.arch/powerpc-vector-regs.c: New file.
8165 * gdb.arch/powerpc-vector-regs.exp: New file.
8166
8167 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8168
8169 * gdb.arch/altivec-regs.exp: Fix the list passed to
8170 gdb_expect_list when testing "info vector".
8171
8172 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
8173
8174 * gdb.base/style.exp: Don't include path in testname.
8175
8176 2019-01-10 Keith Seitz <keiths@redhat.com>
8177
8178 PR gdb/23712
8179 PR symtab/23010
8180 * gdb.dwarf2/multidictionary.exp: New file.
8181
8182 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
8183
8184 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
8185 (test_gnuv3_style_demangling): ... this.
8186 (test_lucid_style_demangling): Remove.
8187 (test_arm_style_demangling): Remove.
8188 (test_hp_style_demangling): Remove.
8189 (do_tests): Remove calls to the above.
8190
8191 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
8192
8193 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
8194 case.
8195
8196 2019-01-06 Tom Tromey <tom@tromey.com>
8197
8198 PR gdb/28155:
8199 * gdb.dwarf2/typedef-void-finish.exp: New file.
8200
8201 2018-12-28 Tom Tromey <tom@tromey.com>
8202 Simon Marchi <simark@simark.ca>
8203
8204 * gdb.base/jit-exec.exp: New file.
8205 * gdb.base/jit-exec.c: New file.
8206 * gdb.base/jit-execd.c: New file.
8207
8208 2018-12-28 Tom Tromey <tom@tromey.com>
8209
8210 * gdb.base/style.exp: Update test to check for address styling.
8211
8212 2018-12-28 Tom Tromey <tom@tromey.com>
8213
8214 * gdb.base/style.exp: Add test for styling of "Reading symbols"
8215 message.
8216
8217 2018-12-28 Tom Tromey <tom@tromey.com>
8218
8219 * gdb.base/style.exp: Add test for version number styling.
8220
8221 2018-12-28 Tom Tromey <tom@tromey.com>
8222
8223 * gdb.base/style.exp: Add test for print_address_symbolic.
8224
8225 2018-12-28 Tom Tromey <tom@tromey.com>
8226
8227 * gdb.base/style.exp: Add test for breakpoint setting.
8228
8229 2018-12-28 Tom Tromey <tom@tromey.com>
8230
8231 * gdb.base/style.exp: Add test for variable names.
8232
8233 2018-12-28 Tom Tromey <tom@tromey.com>
8234
8235 * gdb.base/style.exp: New file.
8236 * gdb.base/style.c: New file.
8237
8238 2018-12-28 Tom Tromey <tom@tromey.com>
8239
8240 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
8241 "dumb".
8242 * gdb.base/readline.exp (operate_and_get_next): Save and restore
8243 the TERM environment variable.
8244
8245 2018-12-27 Tom Tromey <tom@tromey.com>
8246
8247 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
8248 pagination test.
8249
8250 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
8251
8252 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
8253 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
8254
8255 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8256
8257 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
8258 Filename a.adb changed to bp_fun_addr.adb.
8259 gdb.ada/bp_fun_addr.exp: Update test accordingly.
8260
8261 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
8262
8263 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
8264 non-PIE executables.
8265 * README: Mention the gdb,nopie_flag board setting.
8266 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
8267 non-PIE executable.
8268 * gdb.arch/amd64-entry-value.exp: Likewise.
8269 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
8270 * gdb.arch/i386-float.exp: Likewise.
8271 * gdb.arch/i386-signal.exp: Likewise.
8272 * gdb.mi/mi-reg-undefined.exp: Likewise.
8273
8274 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
8275
8276 PR gdb/23974
8277 * gdb.base/info-os.exp: Check return for unknown "info os" type.
8278
8279 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8280
8281 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
8282 Update order of results accordingly.
8283
8284 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
8285
8286 * gdb.base/annota1.exp: Update a test regexp.
8287
8288 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8289
8290 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
8291
8292 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8293
8294 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
8295 (reuse_time): Initialize to REUSE_TIME_CAP.
8296 (check_rc): New function.
8297 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
8298 Check pthread_create rc.
8299 (spawner_thread_func): Check pthread_create and pthread_join rc.
8300
8301 2018-12-08 Pedro Alves <palves@redhat.com>
8302
8303 * gdb.base/list.exp (test_forward_search): Rename to ...
8304 (test_forward_reverse_search): ... this. Also test reverse-search
8305 and the forward-search alias.
8306
8307 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
8308
8309 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
8310 local timeout variable before return, and remove all local timeout
8311 variable entirely.
8312 (gdb_load): Likewise.
8313
8314 2018-12-01 Tom de Vries <tdevries@suse.de>
8315
8316 * gdb.base/gdb-caching-proc.exp: New file.
8317
8318 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
8319
8320 * Makefile.in (TIMESTAMP): New variable.
8321 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
8322 command.
8323 (check-single-racy): Likewise.
8324 (check/%.exp): Likewise.
8325 (check-racy/%.exp): Likewise.
8326 (workers/%.worker): Likewise.
8327 (build-perf): Likewise.
8328 (check-perf): Likewise.
8329 * README: Describe new "TS" and "TS_FORMAT" variables.
8330 * print-ts.py: New file.
8331
8332 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
8333
8334 PR python/23714
8335 * gdb.python/python.exp: Test command repetition after
8336 gdb.execute.
8337
8338 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
8339
8340 * gdb.opt/inline-break.exp: Add test that info breakpoint output
8341 is correctly aligned.
8342
8343 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8344
8345 * gdb.ada/info_auto_lang.exp: New testcase.
8346 * gdb.ada/info_auto_lang/global_pack.ads: New file.
8347 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
8348 * gdb.ada/info_auto_lang/some_c.c: New file.
8349
8350 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8351
8352 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
8353 FUNC_lang language syntax.
8354
8355 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8356
8357 * gdb.base/info_minsym.c: New file.
8358 * gdb.base/info_minsym.exp: New file.
8359
8360 2018-11-19 Tom Tromey <tom@tromey.com>
8361
8362 PR rust/23625:
8363 * gdb.rust/simple.exp: Add ptype test. Update expected output.
8364 * gdb.rust/expr.exp: Update expected output. Change one test.
8365
8366 2018-11-19 Tom Tromey <tom@tromey.com>
8367
8368 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
8369
8370 2018-11-19 Pedro Alves <palves@redhat.com>
8371
8372 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
8373 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
8374 see the expected warning.
8375
8376 2018-11-16 Alan Hayward <alan.hayward@arm.com>
8377
8378 PR gdb/22736:
8379 * gdb.cp/infcall-nodebug-lib.c: New test.
8380 * gdb.cp/infcall-nodebug-main.c: New test.
8381 * gdb.cp/infcall-nodebug.exp: New file.
8382
8383 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
8384
8385 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
8386 completer tests.
8387
8388 2018-11-09 Tom de Vries <tdevries@suse.de>
8389
8390 * gdb.base/msym-lang.c: New test.
8391 * gdb.base/msym-lang.exp: New file.
8392 * gdb.base/msym-lang-main.c: New test.
8393
8394 2018-11-08 Tom Tromey <tom@tromey.com>
8395
8396 PR gdb/23555:
8397 PR gdb/23838:
8398 * gdb.base/warning.exp: New file.
8399
8400 2018-11-08 Jan Beulich <jbeulich@suse.com>
8401
8402 * testsuite/gdb.arch/i386-avx512.c,
8403 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
8404
8405 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
8406
8407 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
8408 point hardware.
8409
8410 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
8411
8412 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
8413 * gdb.dwarf2/missing-type-name.exp: New file.
8414
8415 2018-11-06 Tom de Vries <tdevries@suse.de>
8416
8417 * gdb.base/many-headers.c: New test.
8418 * gdb.base/many-headers.exp: New file.
8419
8420 2018-11-06 Jim Wilson <jimw@sifive.com>
8421
8422 * gdb.base/code_elim.exp: For riscv, set additional_flags
8423 to include -msmall-data-limit=0.
8424
8425 2018-11-01 Joel Brobecker <brobecker@adacore.com>
8426
8427 * gdb.ada/watch_minus_l: New testcase.
8428
8429 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
8430
8431 * gdb.arch/aix-sighandle.c: New file.
8432 * gdb.arch/aix-sighandle.exp: New file.
8433
8434 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
8435
8436 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
8437 registers being unions.
8438
8439 2018-10-31 Tom de Vries <tdevries@suse.de>
8440
8441 * lib/valgrind.exp: New file.
8442 (vgdb_start, vgdb_stop): New procs, factored out of ...
8443 * gdb.base/valgrind-bt.exp: ... here, ...
8444 * gdb.base/valgrind-disp-step.exp: ... here and ...
8445 * gdb.base/valgrind-infcall.exp: ... here.
8446
8447 2018-10-31 Tom de Vries <tdevries@suse.de>
8448
8449 * lib/gdb.exp (get_valueof): Don't output read value in test name.
8450
8451 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
8452
8453 * gdb.dwarf2/void-type.c: New file.
8454 * gdb.dwarf2/void-type.exp: New file.
8455
8456 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8457
8458 * gdb.base/info_qt.c: New file.
8459 * gdb.base/info_qt.exp: New file.
8460
8461 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8462
8463 * gdb.arch/powerpc-htm-regs.c: New file.
8464 * gdb.arch/powerpc-htm-regs.exp: New file.
8465
8466 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8467
8468 * gdb.arch/powerpc-tar.c: New file.
8469 * gdb.arch/powerpc-tar.exp: New file.
8470
8471 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8472
8473 * gdb.arch/powerpc-ppr-dscr.c: New file.
8474 * gdb.arch/powerpc-ppr-dscr.exp: New file.
8475
8476 2018-10-25 Tom de Vries <tdevries@suse.de>
8477
8478 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
8479
8480 2018-10-24 Tom de Vries <tdevries@suse.de>
8481
8482 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
8483 longer exists error.
8484
8485 2018-10-24 Tom de Vries <tdevries@suse.de>
8486
8487 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
8488
8489 2018-10-24 Tom de Vries <tdevries@suse.de>
8490
8491 * gdb.base/valgrind-db-attach.exp: Handle removed support for
8492 --db-attach in valgrind.
8493
8494 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
8495
8496 * gdb.arch/riscv-reg-aliases.c: New file.
8497 * gdb.arch/riscv-reg-aliases.exp: New file.
8498
8499 2018-10-19 Alan Hayward <alan.hayward@arm.com>
8500
8501 * gdb.python/py-cmd.exp: Check for gdb_prompt.
8502
8503 2018-10-19 Alan Hayward <alan.hayward@arm.com>
8504
8505 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
8506
8507 2018-10-19 Alan Hayward <alan.hayward@arm.com>
8508
8509 * gdb.cp/ovldbreak.exp: Fix regexps.
8510
8511 2018-10-19 Alan Hayward <alan.hayward@arm.com>
8512
8513 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
8514
8515 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
8516
8517 PR cli/23785
8518 * gdb.base/restore.exp: New test to check if "restore" with an
8519 invalid file doesn't segfault.
8520
8521 2018-10-18 Tom de Vries <tdevries@suse.de>
8522
8523 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
8524 * gdb.ada/excep_handle.exp: Same.
8525 * gdb.ada/mi_string_access.exp: Same.
8526 * gdb.ada/mi_var_union.exp: Same.
8527 * gdb.arch/arc-analyze-prologue.exp: Same.
8528 * gdb.arch/arc-decode-insn.exp: Same.
8529 * gdb.base/readnever.exp: Same.
8530 * gdb.fortran/printing-types.exp: Same.
8531 * gdb.guile/scm-lazy-string.exp: Same.
8532
8533 2018-10-16 Tom de Vries <tdevries@suse.de>
8534
8535 PR gdb/23730
8536 * gdb.base/catch-follow-exec.c: Add copyright notice.
8537 * gdb.base/catch-follow-exec.exp: Rewrite to use
8538 gdb_spawn_with_cmdline_opts. Require gdb-native.
8539
8540 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
8541
8542 * gdb.trace/actions-changed.exp: Check for arch support.
8543 * gdb.trace/actions.exp: Likewise.
8544 * gdb.trace/ax.exp: Likewise.
8545 * gdb.trace/backtrace.exp: Likewise.
8546 * gdb.trace/change-loc.exp: Likewise.
8547 * gdb.trace/deltrace.exp: Likewise.
8548 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
8549 * gdb.trace/ftrace.exp: Likewise.
8550 * gdb.trace/infotrace.exp: Check for arch support.
8551 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
8552 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
8553 * gdb.trace/mi-tsv-changed.exp: Likewise.
8554 * gdb.trace/packetlen.exp: Likewise.
8555 * gdb.trace/passc-dyn.exp: Likewise.
8556 * gdb.trace/passcount.exp: Likewise.
8557 * gdb.trace/pending.exp: Likewise.
8558 * gdb.trace/range-stepping.exp: Check for shlib support.
8559 * gdb.trace/report.exp: Check for arch support.
8560 * gdb.trace/save-trace.exp: Likewise.
8561 * gdb.trace/signal.exp: Check for signal support.
8562 * gdb.trace/tfind.exp: Check for arch support.
8563 * gdb.trace/trace-break.exp: Check for arch and shlib support.
8564 * gdb.trace/trace-common.h: Add comment.
8565 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
8566 * gdb.trace/trace-enable-disable.exp: Likewise.
8567 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
8568 * gdb.trace/tracecmd.exp: Check for arch support.
8569 * gdb.trace/tspeed.exp: Check for shlib and target support.
8570 * gdb.trace/tstatus.exp: Check for arch support.
8571 * gdb.trace/tsv.exp: Likewise.
8572 * gdb.trace/while-dyn.exp: Likewise.
8573 * gdb.trace/while-stepping.exp: Likewise.
8574 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
8575
8576 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
8577
8578 * gdb.trace/tspeed.exp: Remove nowarnings.
8579 (prepare_for_trace_test): Declare "global ipalib".
8580 * gdb.trace/tspeed.c: Include unistd.h.
8581 (main): Remove superfluous printf argument.
8582
8583 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
8584
8585 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
8586 directory prefix on the filename.
8587
8588 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
8589
8590 * gdb.gdb/unittest.exp: Update expected message informing that
8591 selftests have been disabled.
8592 * gdb.server/unittest.exp: Likewise.
8593
8594 2018-10-09 Tom de Vries <tdevries@suse.de>
8595
8596 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
8597 with runto_main.
8598
8599 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
8600
8601 PR c++/16841
8602 * gdb.cp/virtbase2.cc: New file.
8603 * gdb.cp/virtbase2.exp: New file.
8604
8605 2018-10-06 Tom Tromey <tom@tromey.com>
8606
8607 PR python/19399:
8608 * gdb.python/py-inferior.exp: Add architecture test.
8609
8610 2018-10-06 Tom Tromey <tom@tromey.com>
8611
8612 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
8613 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
8614
8615 2018-10-06 Tom Tromey <tom@tromey.com>
8616
8617 * gdb.python/py-breakpoint.exp (check_last_event): Check location
8618 of a "throw" catchpoint.
8619
8620 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
8621
8622 * gdb.base/info-proc.exp: Update string expected from "help info
8623 proc".
8624
8625 2018-10-04 Tom Tromey <tom@tromey.com>
8626
8627 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
8628 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
8629 (test_initial_complaints, test_empty_complaints): Update.
8630 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
8631
8632 2018-10-04 Tom Tromey <tom@tromey.com>
8633
8634 PR cli/19551:
8635 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
8636 * lib/gdb.exp (gdb_file_cmd): Update.
8637 * gdb.stabs/weird.exp (print_weird_var): Update.
8638 * gdb.server/solib-list.exp: Update.
8639 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
8640 * gdb.mi/mi-cli.exp: Update.
8641 * gdb.linespec/linespec.exp: Update.
8642 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
8643 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
8644 * gdb.cp/cp-relocate.exp: Update.
8645 * gdb.base/sym-file.exp: Update.
8646 * gdb.base/relocate.exp: Update.
8647 * gdb.base/readnever.exp: Update.
8648 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
8649 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
8650 * gdb.base/dbx.exp (gdb_file_cmd): Update.
8651 * gdb.base/code_elim.exp: Update.
8652 * gdb.base/break-unload-file.exp (test_break): Update.
8653 * gdb.base/break-interp.exp (test_attach_gdb): Update.
8654 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
8655 Update.
8656 * gdb.base/attach.exp (do_attach_tests): Update.
8657 * gdb.base/sepdebug.exp: Update.
8658 * gdb.python/py-section-script.exp: Update.
8659
8660 2018-10-04 Tom Tromey <tom@tromey.com>
8661
8662 PR cli/22234:
8663 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
8664 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
8665 output.
8666
8667 2018-10-04 Tom Tromey <tom@tromey.com>
8668
8669 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
8670 set width and height to 0.
8671 (test_command_line_attach_run): Use -quiet.
8672
8673 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
8674
8675 * lib/gdb.exp (skip_ifunc_tests): New.
8676 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
8677 other compile failures.
8678 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
8679
8680 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
8681
8682 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
8683 is_amd64_regs_target.
8684
8685 2018-10-01 Alan Hayward <alan.hayward@arm.com>
8686
8687 * gdb.arch/aarch64-sighandler-regs.c: New test.
8688 * gdb.arch/aarch64-sighandler-regs.exp: New file.
8689 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
8690
8691 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
8692
8693 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
8694 assembly.
8695
8696 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
8697
8698 * gdb.base/frame-selection.exp: New file.
8699 * gdb.base/frame-selection.c: New file.
8700
8701 2018-09-27 Alan Hayward <alan.hayward@arm.com>
8702
8703 * gdb.threads/check-libthread-db.c (thread_routine): Use a
8704 pthread barrier.
8705 (main): Likewise.
8706
8707 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
8708
8709 * gdb.base/large-frame-1.c: New file.
8710 * gdb.base/large-frame-2.c: New file.
8711 * gdb.base/large-frame.exp: New file.
8712 * gdb.base/large-frame.h: New file.
8713
8714 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
8715
8716 PR gdb/20948
8717 * gdb.base/write_mem.exp: New test.
8718 * gdb.base/write_mem.c: Likewise.
8719
8720 2018-09-23 Tom Tromey <tom@tromey.com>
8721
8722 PR python/18852:
8723 * gdb.python/py-parameter.exp: Add test for parameter that throws
8724 on "set".
8725
8726 2018-09-23 Tom Tromey <tom@tromey.com>
8727
8728 PR python/17284:
8729 * gdb.python/py-template.exp (test_template_arg): Add test for
8730 negative template argument number.
8731
8732 2018-09-23 Tom Tromey <tom@tromey.com>
8733
8734 PR python/14062:
8735 * gdb.python/python.exp: Add test for post_event error.
8736
8737 2018-09-23 Tom Tromey <tom@tromey.com>
8738
8739 PR python/18170:
8740 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
8741 convert pointers to int and long.
8742
8743 2018-09-23 Tom Tromey <tom@tromey.com>
8744
8745 PR python/20126:
8746 * gdb.python/py-value.exp (test_value_numeric_ops): Add
8747 signed-ness conversion tests.
8748
8749 2018-09-23 Tom Tromey <tom@tromey.com>
8750
8751 PR python/18352;
8752 * gdb.python/py-value.exp (test_float_conversion): New proc.
8753 Use it.
8754
8755 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
8756
8757 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
8758
8759 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
8760
8761 * gdb.base/complete-empty.exp: Skip tab-completion tests if
8762 no readline.
8763 * gdb.base/utf8-identifiers.exp: Likewise.
8764 * gdb.cp/cpcompletion.exp: Likewise.
8765 * gdb.linespec/cpcompletion.exp: Likewise.
8766 * gdb.linespec/cpls-abi-tag.exp: Likewise.
8767 * gdb.linespec/cpls-ops.exp: Likewise.
8768
8769 2018-09-19 Richard Bunt <richard.bunt@arm.com>
8770 Chris January <chris.january@arm.com>
8771
8772 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
8773 * gdb.fortran/short-circuit-argument-list.exp: New file.
8774 * gdb.fortran/short-circuit-argument-list.f90: New test.
8775
8776 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
8777
8778 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
8779 "arch=" keyword when executing "-stack-list-frames".
8780
8781 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
8782
8783 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
8784 "arch=" keyword when executing "-stack-list-frames".
8785
8786 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
8787
8788 * gdb.ada/complete.exp: Expect for "@" when doing "complete
8789 break ada".
8790
8791 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
8792
8793 PR python/23669
8794 * gdb.python/python.exp: Test gdb.execute("show commands").
8795
8796 2018-09-16 Tom Tromey <tom@tromey.com>
8797
8798 * gdb.base/new-ui.exp (do_execution_tests): Update.
8799 * gdb.base/dbx.exp (test_breakpoints): Update.
8800
8801 2018-09-14 Alan Hayward <alan.hayward@arm.com>
8802
8803 * lib/gdb.exp (gdb_simple_compile): Add proc.
8804 (is_elf_target): Use gdb_simple_compile.
8805 (skip_altivec_tests): Likewise.
8806 (skip_vsx_tests): Likewise.
8807 (skip_tsx_tests): Likewise.
8808 (skip_btrace_tests): Likewise.
8809 (skip_btrace_pt_tests): Likewise.
8810 (gdb_can_simple_compile): Likewise.
8811 (gdb_has_argv0): Likewise.
8812 (gdb_target_symbol_prefix): Likewise.
8813 (target_supports_scheduler_locking): Likewise.
8814
8815 2018-09-13 Tom Tromey <tom@tromey.com>
8816
8817 * Makefile.in (TAGS): Recognize proc_with_prefix and
8818 gdb_caching_proc.
8819
8820 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
8821
8822 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
8823 method.
8824
8825 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
8826
8827 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
8828 and a few other Inferior properties when the Inferior is no
8829 longer valid.
8830
8831 2018-09-13 Tom Tromey <tom@tromey.com>
8832
8833 PR rust/23650:
8834 * gdb.rust/simple.exp: Add test for enum field access error.
8835
8836 2018-09-13 Tom Tromey <tom@tromey.com>
8837
8838 PR rust/23626:
8839 * gdb.rust/simple.rs (EmptyEnum): New type.
8840 (main): Use it.
8841 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
8842
8843 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
8844
8845 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
8846 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
8847 * gdb.python/py-symtab.exp: Update test printing an objfile.
8848
8849 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
8850
8851 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
8852 object.
8853
8854 2018-09-12 Alan Hayward <alan.hayward@arm.com>
8855
8856 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
8857 (support_complex_tests): Use gdb_can_simple_compile.
8858 (is_ilp32_target): Likewise.
8859 (is_lp64_target): Likewise.
8860 (is_64_target): Likewise.
8861 (is_amd64_regs_target): Likewise.
8862 (is_aarch32_target): Likewise.
8863 (gdb_int128_helper): Likewise.
8864
8865 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8866
8867 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
8868
8869 2018-09-10 Jerome Guitton <guitton@adacore.com>
8870
8871 * gdb.ada/same_component_name: Add test for case of tagged record
8872 with variable-length fields.
8873
8874 2018-09-10 Xavier Roirand <roirand@adacore.com>
8875
8876 * gdb.ada/access_to_unbounded_array.exp: New testcase.
8877 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
8878 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
8879 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
8880
8881 2018-09-10 Xavier Roirand <roirand@adacore.com>
8882
8883 * gdb.ada/mi_string_access.exp: New testcase.
8884 * gdb.ada/mi_string_access/bar.adb: New file.
8885 * gdb.ada/mi_string_access/pck.adb: New file.
8886 * gdb.ada/mi_string_access/pck.asd: New file.
8887
8888 2018-09-10 Xavier Roirand <roirand@adacore.com>
8889
8890 * gdb.ada/mi_var_union.exp: New testcase.
8891 * gdb.ada/mi_var_union/bar.adb: New file.
8892 * gdb.ada/mi_var_union/pck.adb: New file.
8893 * gdb.ada/mi_var_union/pck.asd: New file.
8894
8895 2018-09-08 Tom Tromey <tom@tromey.com>
8896
8897 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
8898
8899 2018-09-08 Tom Tromey <tom@tromey.com>
8900
8901 PR python/16047:
8902 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
8903 (register_pretty_printers): Register new printer.
8904 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
8905 test.
8906 * gdb.python/py-prettyprint.c (int_type3): New typedef.
8907 (an_int_type3): New global.
8908
8909 2018-09-08 Joel Brobecker <brobecker@adacore.com>
8910
8911 * gdb.ada/expr_with_funcall: New testcase.
8912
8913 2018-09-08 Joel Brobecker <brobecker@adacore.com>
8914
8915 * gdb.ada/packed_array_assign: New testcase.
8916
8917 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
8918
8919 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
8920 names, and add test prefixes to make test names unique.
8921
8922 2018-09-05 Tom de Vries <tdevries@suse.de>
8923
8924 * gdb.dwarf2/varval.exp: Add test.
8925
8926 2018-09-04 Gary Benson <gbenson@redhat.com>
8927
8928 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
8929 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
8930
8931 2018-08-31 Tom Tromey <tom@tromey.com>
8932
8933 * gdb.rust/simple.rs: Rename second variable "v".
8934
8935 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
8936
8937 * gdb.base/funcargs.c (use_a): New function.
8938 (recurse): Call use_a.
8939
8940 2018-08-29 Keith Seitz <keiths@redhat.com>
8941
8942 * gdb.compile/compile-cplus-anonymous.cc: New file.
8943 * gdb.compile/compile-cplus-anonymous.exp: New file.
8944 * gdb.compile/compile-cplus-array-decay.cc: New file.
8945 * gdb.compile/compile-cplus-array-decay.exp: New file.
8946 * gdb.compile/compile-cplus-inherit.cc: New file.
8947 * gdb.compile/compile-cplus-inherit.exp: New file.
8948 * gdb.compile/compile-cplus-member.cc: New file.
8949 * gdb.compile/compile-cplus-member.exp: New file.
8950 * gdb.compile/compile-cplus-method.cc: New file.
8951 * gdb.compile/compile-cplus-method.exp: New file.
8952 * gdb.compile/compile-cplus-mod.c: "New" file.
8953 * gdb.compile/compile-cplus-namespace.cc: New file.
8954 * gdb.compile/compile-cplus-namespace.exp: New file.
8955 * gdb.compile/compile-cplus-nested.cc: New file.
8956 * gdb.compile/compile-cplus-nested.exp: New file.
8957 * gdb.compile/compile-cplus-print.c: "New" file.
8958 * gdb.compile/compile-cplus-print.exp: "New" file.
8959 * gdb.compile/compile-cplus-virtual.cc: New file.
8960 * gdb.compile/compile-cplus-virtual.exp: New file.
8961 * gdb.compile/compile-cplus.c: "New" file.
8962 * gdb.compile/compile-cplus.exp: "New" file.
8963 * lib/compile-support.exp: New file.
8964
8965 2018-08-16 Gary Benson <gbenson@redhat.com>
8966
8967 PR gdb/13000:
8968 * gdb.base/batch-exit-status.exp: New file.
8969 * gdb.base/batch-exit-status.good-commands: Likewise.
8970 * gdb.base/batch-exit-status.bad-commands: Likewise.
8971
8972 2018-08-29 Alan Hayward <alan.hayward@arm.com>
8973
8974 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
8975 (struct struct02): Likewise.
8976 (struct struct03): Likewise.
8977 (struct struct04): Likewise.
8978 (struct struct_01_01): New struct.
8979 (struct struct_01_02): Likewise.
8980 (struct struct_01_03): Likewise.
8981 (struct struct_01_04): Likewise.
8982 (struct struct_02_01): Likewise.
8983 (struct struct_02_02): Likewise.
8984 (struct struct_02_03): Likewise.
8985 (struct struct_02_04): Likewise.
8986 (struct struct_04_01): Likewise.
8987 (struct struct_04_02): Likewise.
8988 (struct struct_04_03): Likewise.
8989 (struct struct_04_04): Likewise.
8990 (struct struct_05_01): Likewise.
8991 (struct struct_05_02): Likewise.
8992 (struct struct_05_03): Likewise.
8993 (struct struct_05_04): Likewise.
8994 (cmp_struct01): Remove function.
8995 (cmp_struct02): Likewise.
8996 (cmp_struct03): Likewise.
8997 (cmp_struct04): Likewise.
8998 (cmp_struct_01_01): Add Function.
8999 (cmp_struct_01_02): Likewise.
9000 (cmp_struct_01_03): Likewise.
9001 (cmp_struct_01_04): Likewise.
9002 (cmp_struct_02_01): Likewise.
9003 (cmp_struct_02_02): Likewise.
9004 (cmp_struct_02_03): Likewise.
9005 (cmp_struct_02_04): Likewise.
9006 (cmp_struct_04_01): Likewise.
9007 (cmp_struct_04_02): Likewise.
9008 (cmp_struct_04_03): Likewise.
9009 (cmp_struct_04_04): Likewise.
9010 (cmp_struct_05_01): Likewise.
9011 (cmp_struct_05_02): Likewise.
9012 (cmp_struct_05_03): Likewise.
9013 (cmp_struct_05_04): Likewise.
9014 (call_all): Add new structs.
9015 * gdb.base/infcall-nested-structs.exp: Likewise.
9016
9017 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
9018
9019 * gdb.python/py-framefilter-mi.exp: Update regexp to
9020 check for "arch" field in frame output.
9021
9022 2018-08-23 Kevin Buettner <kevinb@redhat.com>
9023
9024 * gdb.dwarf2/dw2-ranges-func.c: New file.
9025 * gdb.dwarf2/dw2-ranges-func.exp: New file.
9026
9027 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
9028
9029 * gdb.base/term.exp: Compare terminal settings with values from
9030 the inferior.
9031 * gdb.base/term.c: Get and set terminal settings.
9032
9033 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
9034
9035 * lib/mi-support.exp (mi_expect_stop): Update regexp to
9036 accommodate new "arch" field in frame output.
9037 * gdb.mi/mi-return.exp: Likewise.
9038 * gdb.mi/mi-stack.exp: Likewise.
9039 * gdb.mi/mi-syn-frame.exp: Likewise.
9040 * gdb.mi/user-selected-context-sync.exp: Likewise.
9041
9042 2018-08-19 Michael Spang <spang@google.com>
9043
9044 PR gdb/11786
9045 * gdb.base/gcore-tls-pie.c: New file.
9046 * gdb.base/gcore-tls-pie.exp: New file.
9047
9048 2018-08-18 Kevin Buettner <kevinb@redhat.com>
9049
9050 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
9051 * gdb.dwarf2/varval.c: New file.
9052 * gdb.dwarf2/varval.exp: New file.
9053
9054 2018-08-17 Alan Hayward <alan.hayward@arm.com>
9055
9056 PR gdb/18931
9057 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
9058
9059 2018-08-16 Keith Seitz <keiths@redhat.com>
9060
9061 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
9062 tests expected to pass.
9063
9064 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
9065
9066 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
9067 -data-disassemble -a.
9068 (test_disassembly_bogus_args): Likewise.
9069
9070 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
9071
9072 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
9073
9074 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
9075
9076 * gdb.base/vla-optimized-out.exp: Add new test.
9077
9078 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
9079
9080 * gdb.base/vla-optimized-out-o3.exp: Delete.
9081 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
9082 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
9083 deleted tests.
9084
9085 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
9086
9087 PR gdb/18050:
9088 * gdb.server/extended-remote-restart.c: New file.
9089 * gdb.server/extended-remote-restart.exp: New file.
9090
9091 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
9092
9093 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
9094 "set variable index = 42".
9095
9096 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
9097
9098 * boards/index-cache-gdb.exp: New file.
9099 * gdb.dwarf2/index-cache.exp: New file.
9100 * gdb.dwarf2/index-cache.c: New file.
9101 * gdb.base/maint.exp: Check if we are using the index cache.
9102
9103 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9104
9105 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
9106 MAKEFLAGS.
9107
9108 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9109
9110 * dg-extract-results.sh: Move to toplevel contrib.
9111 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
9112 * Makefile.in (check-parallel-racy): Likewise.
9113
9114 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
9115
9116 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
9117 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
9118 tests if the target supports scheduler locking.
9119
9120 2018-08-04 Tom de Vries <tdevries@suse.de>
9121
9122 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
9123
9124 2018-08-02 Tom Tromey <tom@tromey.com>
9125
9126 PR symtab/16842.
9127 * gdb.cp/temargs.exp: Test "info address" of a template
9128 parameter.
9129
9130 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
9131
9132 * gdb.python/py-mi-var-info-path-expression.c: New file.
9133 * gdb.python/py-mi-var-info-path-expression.py: New file.
9134 * gdb.python/py-mi-var-info-path-expression.exp: New file.
9135
9136 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
9137
9138 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
9139 error after "cannot resolve name" string.
9140
9141 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
9142
9143 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
9144 started.
9145 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
9146
9147 2018-07-28 Tom de Vries <tdevries@suse.de>
9148
9149 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
9150
9151 2018-07-26 Tom de Vries <tdevries@suse.de>
9152
9153 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
9154
9155 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
9156
9157 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
9158 is visible.
9159
9160 2018-07-26 Tom de Vries <tdevries@suse.de>
9161
9162 PR breakpoints/23366
9163 * gdb.base/catch-follow-exec.c: New test.
9164 * gdb.base/catch-follow-exec.exp: New file.
9165
9166 2018-07-25 Tom de Vries <tdevries@suse.de>
9167
9168 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
9169 vla-optimized-out.c.
9170
9171 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
9172
9173 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
9174 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
9175
9176 2018-07-20 Tom de Vries <tdevries@suse.de>
9177
9178 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
9179 NOCLONE macro.
9180 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
9181
9182 2018-07-19 Tom de Vries <tdevries@suse.de>
9183
9184 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
9185 regular expression.
9186
9187 2018-07-18 Tom de Vries <tdevries@suse.de>
9188
9189 * gdb.base/vla-optimized-out.c: New test.
9190 * gdb.base/vla-optimized-out.exp: New file.
9191
9192 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
9193
9194 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
9195 message "No address associated with hostname" when gdbserver
9196 cannot resolve the hostname.
9197
9198 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9199
9200 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
9201 Add some test prefixes to make tests unique.
9202
9203 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9204
9205 * gdb.base/frameapply.c: New file.
9206 * gdb.base/frameapply.exp: New file.
9207
9208 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9209
9210 * gdb.base/skip.exp: Update expected error message.
9211
9212 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
9213 Jan Kratochvil <jan.kratochvil@redhat.com>
9214 Paul Fertser <fercerpav@gmail.com>
9215 Tsutomu Seki <sekiriki@gmail.com>
9216
9217 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
9218 parameter.
9219 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
9220 by default.
9221 * boards/native-gdbserver.exp: Likewise.
9222 * gdb.server/run-without-local-binary.exp: Improve regexp used
9223 for detecting when a remote debugging connection succeeds.
9224 * gdb.server/server-connect.exp: New file.
9225 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
9226 Do not prefix the port number with ":".
9227 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
9228 support for detecting and using it. Add '$debughost_gdbserver'
9229 to the list of arguments used to start gdbserver. Handle case
9230 when gdbserver cannot resolve a network name.
9231
9232 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
9233
9234 PR c++/23373
9235 * gdb.base/ptype-offsets.cc (struct static_member): New
9236 struct.
9237 (main) <stmember>: New variable.
9238 * gdb.base/ptype-offsets.exp: Add test for printing a struct
9239 with a static member in it.
9240
9241 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
9242
9243 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
9244 watchpoints enabled and disabled.
9245
9246 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
9247
9248 * gdb.base/examine-backward.exp: Still run tests around address
9249 0x0, even if address 0x0 is not readable. Update the pattern for
9250 matching address 0x0 in expected output.
9251
9252 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
9253
9254 * gdb.base/share-env-with-gdbserver.c (main): Add call to
9255 malloc/free.
9256
9257 2018-07-04 Tom de Vries <tdevries@suse.de>
9258
9259 * gdb.dwarf2/dw2-error.exp: Update expected error message.
9260
9261 2018-07-02 Maciej W. Rozycki <macro@mips.com>
9262
9263 PR tdep/8282
9264 * gdb.arch/mips-disassembler-options.exp: New test.
9265 * gdb.arch/mips-disassembler-options.s: New test source.
9266
9267 2018-06-29 Pedro Alves <palves@redhat.com>
9268
9269 * gdb.threads/names.exp: Adjust expected "info threads" output.
9270
9271 2018-06-29 Pedro Alves <palves@redhat.com>
9272
9273 * gdb.opt/inline-break.exp (line number, address): Add "info
9274 break" tests.
9275
9276 2018-06-29 Pedro Alves <palves@redhat.com>
9277
9278 * gdb.opt/inline-break.c (func1): Add "break here" marker.
9279 * gdb.opt/inline-break.exp: Test setting breakpoints by line
9280 number and address and running to them.
9281
9282 2018-06-29 Richard Bunt <richard.bunt@arm.com>
9283
9284 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
9285
9286 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9287
9288 * lib/compiler.c: Remove executable permission flag.
9289
9290 2018-06-28 Richard Bunt <richard.bunt@arm.com>
9291
9292 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
9293 code.
9294 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
9295
9296 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
9297
9298 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
9299
9300 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
9301
9302 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
9303 address argument is omitted.
9304
9305 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
9306
9307 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
9308
9309 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
9310
9311 PR gdb/21695
9312 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
9313 * gdb.base/infoline-reloc-main-from-zero.c: New file.
9314
9315 2018-06-26 Tom Tromey <tom@tromey.com>
9316
9317 PR rust/22574:
9318 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
9319 * gdb.rust/simple.rs (struct SimpleLayout): New.
9320
9321 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
9322
9323 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
9324 "info registers" output.
9325
9326 2018-06-21 Richard Bunt <richard.bunt@arm.com>
9327
9328 * gdb.base/watchpoint-hw-attach.c: New test.
9329 * gdb.base/watchpoint-hw-attach.exp: New file.
9330
9331 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
9332
9333 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
9334 through /bin/sh.
9335 * boards/dwarf4-gdb-index.exp: Likewise.
9336 * boards/fission-dwp.exp: Likewise.
9337
9338 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
9339
9340 * gdb.base/float128.exp: Add comment and improved fail message
9341 to the failure case of "print large128" test.
9342
9343 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
9344
9345 * configure.ac: Remove AC_PREREQ.
9346 * configure: Re-generate.
9347
9348 2018-06-19 Pedro Alves <palves@redhat.com>
9349
9350 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
9351 (func_extern_caller): New.
9352 (main): Call func_extern_caller.
9353 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
9354 logic change.
9355
9356 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
9357
9358 PR gdb/16841
9359 * gdb.cp/typedef-base.cc: New file.
9360 * gdb.cp/typedef-base.exp: New file.
9361
9362 2018-06-18 Tom de Vries <tdevries@suse.de>
9363
9364 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
9365
9366 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
9367 Richard Bunt <Richard.Bunt@arm.com>
9368
9369 * gdb.threads/attach-slow-waitpid.c: New file.
9370 * gdb.threads/attach-slow-waitpid.exp: New file.
9371 * gdb.threads/slow-waitpid.c: New file.
9372
9373 2018-06-14 Pedro Alves <palves@redhat.com>
9374
9375 * gdb.base/fork-running-state.c: Include <errno.h>.
9376 (exit_if_relative_exits): New.
9377 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
9378 exits.
9379 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
9380 child exits.
9381
9382 2018-06-14 Tom de Vries <tdevries@suse.de>
9383
9384 PR cli/22573
9385 * gdb.base/finish-pretty.c: New test.
9386 * gdb.base/finish-pretty.exp: New file.
9387
9388 2018-06-14 Pedro Alves <palves@redhat.com>
9389
9390 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
9391 gdb's expected startup output.
9392
9393 2018-06-14 Pedro Alves <palves@redhat.com>
9394
9395 * lib/selftest-support.exp (selftest_setup): Remove inlined
9396 function handling.
9397
9398 2018-06-14 Tom de Vries <tdevries@suse.de>
9399
9400 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
9401 matching of breakpoint printing.
9402
9403 2018-06-13 Tom de Vries <tdevries@suse.de>
9404
9405 PR testsuite/23269
9406 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
9407 (fork_child): ... here, and ...
9408 (fork_parent): ... here.
9409
9410 2018-06-12 Tom de Vries <tdevries@suse.de>
9411
9412 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
9413
9414 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
9415 Stephen Roberts <stephen.roberts@arm.com>
9416
9417 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
9418 rewrite test to describe action performed, rather than possible
9419 failure.
9420
9421 2018-06-08 Gary Benson <gbenson@redhat.com>
9422
9423 * gdb.threads/check-libthread-db.exp: New file.
9424 * gdb.threads/check-libthread-db.c: Likewise.
9425
9426 2018-06-05 Tom Tromey <tom@tromey.com>
9427
9428 * gdb.base/default.exp: Update expected "show version" output.
9429
9430 2018-06-05 Tom Tromey <tom@tromey.com>
9431
9432 PR cli/12326:
9433 * gdb.cp/static-print-quit.exp: Update.
9434 * lib/gdb.exp (pagination_prompt): Update.
9435 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
9436 * gdb.python/python.exp: Update.
9437
9438 2018-06-04 Joel Brobecker <brobecker@adacore.com>
9439
9440 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
9441
9442 2018-06-01 Joel Brobecker <brobecker@adacore.com>
9443
9444 * gdb.ada/bp_fun_addr: New testcase.
9445
9446 2018-06-01 Tom Tromey <tom@tromey.com>
9447
9448 * gdb.xml/tdesc-regs.exp (load_description): Update expected
9449 results.
9450 * gdb.dwarf2/method-ptr.exp: Set language to C++.
9451 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
9452 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
9453 * gdb.base/maint.exp (maint_pass_if): Update.
9454
9455 2018-05-31 Maciej W. Rozycki <macro@mips.com>
9456
9457 * gdb.base/endian.exp: New test.
9458 * gdb.base/endian.c: New test source.
9459
9460 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
9461
9462 PR gdb/23203
9463 * gdb.base/bt-selected-frame.c: New file.
9464 * gdb.base/bt-selected-frame.exp: New file.
9465 * lib/gdb.exp (get_current_frame_number): New function.
9466
9467 2018-05-24 Maciej W. Rozycki <macro@mips.com>
9468 Pedro Alves <palves@redhat.com>
9469
9470 * gdb.threads/tls-core.c: Include <stdlib.h>
9471 (thread_proc): Call `abort'.
9472 * gdb.threads/tls-core.exp: Generate a core with core_find too.
9473 (tls_core_test): New procedure, bits factored out from ...
9474 (top level): ... here. Test both native cores and gcore cores.
9475
9476 2018-05-23 Tom Tromey <tom@tromey.com>
9477
9478 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
9479
9480 2018-05-23 Tom Tromey <tom@tromey.com>
9481
9482 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
9483 symfile_complaints.
9484 (test_short_complaints): Likewise.
9485 (test_empty_complaints): Likewise.
9486 (test_initial_complaints): Update.
9487
9488 2018-05-23 Tom Tromey <tom@tromey.com>
9489
9490 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
9491
9492 2018-05-23 Tom Tromey <tom@tromey.com>
9493
9494 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
9495 (test_short_complaints): Update.
9496
9497 2018-05-22 Pedro Alves <palves@redhat.com>
9498
9499 * gdb.base/remote.exp: Only gdb_start after compiling the
9500 testcase. Issue "disconnect" before testing "set remote" command
9501 defaults. Issue clean_restart before running to main.
9502
9503 2018-05-22 Pedro Alves <palves@redhat.com>
9504
9505 * gdb.base/remote.exp: Adjust expected output of "show remote
9506 memory-write-packet-size". Add tests for "set remote
9507 memory-write-packet-size 0" and "set remote
9508 memory-write-packet-size fixed/limit".
9509
9510 2018-05-22 Pedro Alves <palves@redhat.com>
9511
9512 PR gdb/22973
9513 * gdb.base/utf8-identifiers.c: New file.
9514 * gdb.base/utf8-identifiers.exp: New file.
9515
9516 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
9517
9518 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
9519
9520 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
9521
9522 * gdb.arch/powerpc-vsx-gcore.exp: New file.
9523
9524 2018-05-18 Tom Tromey <tom@tromey.com>
9525
9526 * gdb.base/ptype-offsets.exp: Update.
9527
9528 2018-05-17 Keith Seitz <keiths@redhat.com>
9529
9530 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
9531 in expected breakpoint stop locations.
9532 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
9533 move to proper scope to test variable values.
9534 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
9535 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
9536 New functions.
9537 (main): Call not_inline_func3.
9538 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
9539 inline_func1, inline_func2, and inline_func3. Test that when each
9540 breakpoint is hit, GDB properly reports both the stop location
9541 and the backtrace. Repeat tests for temporary breakpoints.
9542
9543 2018-05-15 Maciej W. Rozycki <macro@mips.com>
9544
9545 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
9546 rather then trying to access it in determining whether the PID
9547 of `gdbserver' could have been retrieved.
9548
9549 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
9550
9551 * gdb.arch/amd64-init-x87-values.S: New file.
9552 * gdb.arch/amd64-init-x87-values.exp: New file.
9553
9554 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9555
9556 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
9557
9558 2018-05-04 Tom Tromey <tom@tromey.com>
9559
9560 PR python/22730:
9561 * gdb.python/python.exp: Test multi-line execute.
9562
9563 2018-05-04 Tom Tromey <tom@tromey.com>
9564
9565 PR python/22731:
9566 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
9567
9568 2018-05-04 Tom Tromey <tom@tromey.com>
9569
9570 PR gdb/11750:
9571 * gdb.base/define.exp: Test defining a user command inside a user
9572 command.
9573 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
9574
9575 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9576 Pedro Alves <palves@redhat.com>
9577
9578 PR breakpoints/19806 and support for PR external/20207.
9579 * gdb.base/watchpoint-unaligned.c: New file.
9580 * gdb.base/watchpoint-unaligned.exp: New file.
9581
9582 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
9583
9584 * gdb.base/maint.exp: Make test names unique, use
9585 test_prefix_command_help to test 'help maint info', and remove
9586 repeated test of 'help maint'.
9587
9588 2018-05-04 Tom Tromey <tom@tromey.com>
9589
9590 PR gdb/22619:
9591 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
9592 behavior.
9593
9594 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
9595
9596 * gdb.base/maint.exp: Process output from 'maint print registers'
9597 line at a time.
9598
9599 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
9600
9601 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
9602 timeout.
9603
9604 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
9605
9606 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
9607 filter pattern.
9608
9609 2018-05-02 Pedro Alves <palves@redhat.com>
9610
9611 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
9612 to_log_command renames.
9613 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
9614
9615 2018-05-02 Tom Tromey <tom@tromey.com>
9616
9617 * gdb.python/py-parameter.exp: Set test message.
9618
9619 2018-05-02 Tom Tromey <tom@tromey.com>
9620
9621 PR python/20084:
9622 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
9623 PARAM_ZUINTEGER_UNLIMITED tests.
9624
9625 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
9626
9627 PR rust/23124
9628 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
9629 when casting.
9630
9631 2018-04-30 Tom Tromey <tom@tromey.com>
9632
9633 * gdb.python/py-type.exp: Check align attribute.
9634 * gdb.python/py-type.c: New "aligncheck" global.
9635
9636 2018-04-30 Tom Tromey <tom@tromey.com>
9637
9638 PR exp/17095:
9639 * gdb.dwarf2/dw2-align.exp: New file.
9640 * gdb.cp/align.exp: New file.
9641 * gdb.base/align.exp: New file.
9642 * lib/gdb.exp (gdb_int128_helper): New proc.
9643 (has_int128_c, has_int128_cxx): New caching procs.
9644
9645 2018-04-27 Tom Tromey <tom@tromey.com>
9646
9647 PR rust/22545:
9648 * gdb.rust/simple.exp: Add inclusive range tests.
9649
9650 2018-04-26 Pedro Alves <palves@redhat.com>
9651
9652 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
9653 ifunc breakpoint locations correctly of ifunc breakpoints set
9654 while the program resolves the ifunc.
9655
9656 2018-04-26 Pedro Alves <palves@redhat.com>
9657
9658 * gdb.base/gnu-ifunc-final.c: New file.
9659 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
9660 * gdb.base/gnu-ifunc.exp (executable): Delete.
9661 (staticexecutable): Adjust.
9662 (lib_opts, exec_opts): Delete.
9663 (make_binsuffix, build, set-break): New procedures.
9664 (misc_tests): New, with tests factored out from the top level.
9665 (top level): Test different combinations of ifunc resolver name,
9666 resolver with and with debug info, and ifunc target with and
9667 without debug info. Wrap static tests with with_target_prefix.
9668
9669 2018-04-26 Pedro Alves <palves@redhat.com>
9670
9671 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
9672 return type" warnings.
9673
9674 2018-04-25 Pedro Alves <palves@redhat.com>
9675
9676 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
9677 killed".
9678 * gdb.base/kill-after-signal.exp: Likewise.
9679 * gdb.threads/kill.exp: Likewise.
9680
9681 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9682 Sergio Durigan Junior <sergiodj@redhat.com>
9683 Pedro Alves <palves@redhat.com>
9684
9685 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
9686 regexps to expect for '[Inferior ... detached]' as well.
9687 * gdb.base/attach.exp: Likewise.
9688 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
9689 "gdb_continue_to_end".
9690 (test_catch_syscall_with_wrong_args): Likewise.
9691 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
9692 ']'. Don't set 'verbose' on.
9693 * gdb.base/foll-vfork.exp: Likewise.
9694 * gdb.base/fork-print-inferior-events.c: New file.
9695 * gdb.base/fork-print-inferior-events.exp: New file.
9696 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
9697 '[Inferior ... has been killed]' message.
9698 * gdb.base/kill-after-signal.exp: Likewise.
9699 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
9700 detach message.
9701 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
9702 message.
9703 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
9704 regexps to expect for '[Inferior ... detached]' as well.
9705 * gdb.threads/process-dies-while-detaching.exp: Likewise.
9706
9707 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
9708
9709 PR gdb/23104
9710 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
9711
9712 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
9713
9714 PR gdb/23095
9715 * gdb.base/break-probes.exp: Pass shlib_load to
9716 prepare_for_testing. Set normal_bp to r_debug_state if target is
9717 bsd.
9718
9719 2018-04-19 Richard Bunt <richard.bunt@arm.com>
9720
9721 * gdb.threads/multiple-successive-infcall.c: New test.
9722 * gdb.threads/multiple-successive-infcall.exp: New file.
9723
9724 2018-04-17 Tom Tromey <tom@tromey.com>
9725
9726 * gdb.rust/simple.rs (Union): New type.
9727 (main): New local "u".
9728 * gdb.rust/simple.exp (test_one_slice): Add new test case.
9729
9730 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9731
9732 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
9733 number information in output of "whereis" command.
9734 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
9735
9736 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9737
9738 * gdb.ada/info_types.exp: Adjust expected output to the line
9739 numbers now printed by "info var/func/type".
9740 * gdb.base/completion.exp: Likewise.
9741 * gdb.base/included.exp: Likewise.
9742 * gdb.cp/cp-relocate.exp: Likewise.
9743 * gdb.cp/cplusfuncs.exp: Likewise.
9744 * gdb.cp/namespace.exp: Likewise.
9745 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
9746
9747 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
9748
9749 * gdb.btrace/cpu.exp: New.
9750
9751 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
9752
9753 * gdb.base/step-indirect-call-thunk.exp: New.
9754 * gdb.base/step-indirect-call-thunk.c: New.
9755 * gdb.reverse/step-indirect-call-thunk.exp: New.
9756 * gdb.reverse/step-indirect-call-thunk.c: New.
9757
9758 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
9759
9760 * gdb.base/pie-fork.c: New file.
9761 * gdb.base/pie-fork.exp: New file.
9762
9763 2018-04-11 Tom Tromey <tom@tromey.com>
9764
9765 * gdb.rust/simple.exp: Add test for ".." struct initializer.
9766
9767 2018-04-10 Pedro Alves <palves@redhat.com>
9768
9769 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
9770 exits. Instead loop running forever.
9771 (fork_parent): Run forever too.
9772
9773 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
9774
9775 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
9776 mi_continue_to_line.
9777 * gdb.mi/mi-stack.c (callee4): Add comment.
9778
9779 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
9780
9781 * gdb.mi/mi-stack.exp: Fix indentation.
9782
9783 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
9784
9785 PR gdb/22979
9786 * gdb.arch/amd64-osabi.exp: New file.
9787
9788 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
9789
9790 PR gdb/22980
9791 * gdb.base/osabi.exp: New file.
9792
9793 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
9794
9795 * gdb.cp/static-typedef-print.exp: New file.
9796 * gdb.cp/static-typedef-print.cc: New file.
9797
9798 2018-03-27 Joel Brobecker <brobecker@adacore.com>
9799
9800 * gdb.ada/varsize_limit: New testcase.
9801
9802 2018-03-27 Joel Brobecker <brobecker@adacore.com>
9803
9804 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
9805
9806 * gdb.ada/notcplusplus: New testcase.
9807
9808 * gdb.base/c-linkage-name.c: New file.
9809 * gdb.base/c-linkage-name.exp: New testcase.
9810
9811 2018-03-26 Tom Tromey <tom@tromey.com>
9812
9813 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
9814 * gdb.python/py-framefilter.py (name_error): New global.
9815 (ErrorInName.function): Use name_error.
9816
9817 2018-03-26 Tom Tromey <tom@tromey.com>
9818
9819 PR backtrace/15582:
9820 * gdb.python/py-framefilter.exp: Add "bt hide" test.
9821
9822 2018-03-23 Keith Seitz <keiths@redhat.com>
9823
9824 PR c++/22968
9825 * gdb.cp/subtypes.exp: New file.
9826 * gdb.cp/subtypes.h: New file.
9827 * gdb.cp/subtypes.cc: New file.
9828 * gdb.cp/subtypes-2.cc: New file.
9829
9830 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
9831
9832 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
9833 (done): Call '_exit' not 'exit' to avoid atexit handlers.
9834 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
9835 -nostartfiles when compiling the test. Confirm that all registers
9836 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
9837
9838 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
9839
9840 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
9841 option, syntax was wrong anyway.
9842 * gdb.arch/arm-disp-step.exp: Likewise.
9843 * gdb.arch/sparc64-regs.exp: Likewise.
9844 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
9845 option, syntax was wrong anyway, switch to use
9846 prepare_for_testing.
9847 * gdb.arch/i386-disp-step.exp: Likewise.
9848
9849 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
9850
9851 * gdb.ada/exec_changed.exp: Replace "target_info exists
9852 use_gdb_stub" by "use_gdb_stub".
9853 * gdb.ada/start.exp: Likewise.
9854 * gdb.base/async-shell.exp: Likewise.
9855 * gdb.base/attach-pie-misread.exp: Likewise.
9856 * gdb.base/attach-wait-input.exp: Likewise.
9857 * gdb.base/break-entry.exp: Likewise.
9858 * gdb.base/break-interp.exp: Likewise.
9859 * gdb.base/dprintf-detach.exp: Likewise.
9860 * gdb.base/nostdlib.exp: Likewise.
9861 * gdb.base/solib-nodir.exp: Likewise.
9862 * gdb.base/statistics.exp: Likewise.
9863 * gdb.base/testenv.exp: Likewise.
9864 * gdb.mi/mi-exec-run.exp: Likewise.
9865 * gdb.mi/mi-start.exp: Likewise.
9866 * gdb.multi/dummy-frame-restore.exp: Likewise.
9867 * gdb.multi/multi-arch-exec.exp: Likewise.
9868 * gdb.multi/multi-arch.exp: Likewise.
9869 * gdb.multi/tids.exp: Likewise.
9870 * gdb.multi/watchpoint-multi.exp: Likewise.
9871 * gdb.python/py-events.exp: Likewise.
9872 * gdb.threads/attach-into-signal.exp: Likewise.
9873 * gdb.threads/attach-stopped.exp: Likewise.
9874 * gdb.threads/threadapply.exp: Likewise.
9875 * lib/selftest-support.exp: Likewise.
9876
9877 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
9878
9879 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
9880
9881 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
9882
9883 * gdb.perf/template-breakpoints.cc: New file.
9884 * gdb.perf/template-breakpoints.exp: New file.
9885 * gdb.perf/template-breakpoints.py: New file.
9886
9887 2018-03-19 Tom Tromey <tom@tromey.com>
9888
9889 * gdb.rust/simple.rs (main): Add local variables field1, field2,
9890 y0.
9891 * gdb.rust/simple.exp: Test bare identifier form of struct
9892 initializer.
9893
9894 2018-03-19 Tom Tromey <tom@tromey.com>
9895
9896 * gdb.gdb/observer.exp: Remove.
9897
9898 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
9899
9900 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
9901 "qualified" option when setting breakpoints.
9902 * gdb.trace/backtrace.exp: Likewise.
9903 * gdb.trace/circ.exp: Likewise.
9904 * gdb.trace/collection.exp: Likewise.
9905 * gdb.trace/disconnected-tracing.exp: Likewise.
9906 * gdb.trace/ftrace-lock.exp: Likewise.
9907 * gdb.trace/ftrace.exp: Likewise.
9908 * gdb.trace/infotrace.exp: Likewise.
9909 * gdb.trace/packetlen.exp: Likewise.
9910 * gdb.trace/passc-dyn.exp: Likewise.
9911 * gdb.trace/qtro.exp: Likewise.
9912 * gdb.trace/read-memory.exp: Likewise.
9913 * gdb.trace/report.exp: Likewise.
9914 * gdb.trace/signal.exp: Likewise.
9915 * gdb.trace/status-stop.exp: Likewise.
9916 * gdb.trace/strace.exp: Likewise.
9917 * gdb.trace/tfind.exp: Likewise.
9918 * gdb.trace/trace-break.exp: Likewise.
9919 * gdb.trace/trace-condition.exp: Likewise.
9920 * gdb.trace/trace-mt.exp: Likewise.
9921 * gdb.trace/tstatus.exp: Likewise.
9922 * gdb.trace/tsv.exp: Likewise.
9923 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
9924 * gdb.trace/unavailable.exp: Likewise.
9925 * gdb.trace/while-dyn.exp: Likewise.
9926
9927 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9928
9929 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
9930 that libinproctrace is copied to the target.
9931
9932 2018-03-14 Tom Tromey <tom@tromey.com>
9933
9934 PR cli/14977:
9935 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
9936 a null pointer.
9937 * gdb.base/wchar.exp: Likewise.
9938
9939 2018-03-14 Tom Tromey <tom@tromey.com>
9940
9941 PR cli/19918:
9942 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
9943 flag.
9944
9945 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
9946
9947 PR gdb/22841
9948 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
9949 "target" to remote_exec.
9950
9951 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
9952
9953 PR gdb/22841
9954 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
9955 ${board}_upload): Remove.
9956
9957 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
9958
9959 * gdb.cp/watch-cp.cc: New test.
9960 * gdb.cp/watch-cp.exp: New file.
9961
9962 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9963
9964 * gdb.base/infcall-nested-structs.exp: New file.
9965 * gdb.base/infcall-nested-structs.c: New file.
9966 * gdb.base/float.exp: Add riscv support.
9967
9968 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
9969
9970 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
9971 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
9972
9973 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
9974
9975 * gdb.server/abspath.exp: New file.
9976 * lib/gdb.exp (with_cwd): New procedure.
9977
9978 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
9979
9980 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
9981 use it.
9982 (gdb_is_target_remote_prompt): New proc.
9983 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
9984 (gdb_is_target_native): Pass prompt parameter to
9985 gdb_is_target_1.
9986
9987 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
9988
9989 * gdb.base/load-command.c: New file.
9990 * gdb.base/load-command.exp: New file.
9991 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
9992 (gdb_is_target_1): ...this, and generalize for other targets
9993 than just remote.
9994 (gdb_is_target_remote): Use gdb_is_target_1.
9995 (gdb_is_target_native): use gdb_is_target_1.
9996
9997 2018-02-26 Tom Tromey <tom@tromey.com>
9998
9999 PR python/16497:
10000 * gdb.python/py-framefilter.exp: Update test.
10001
10002 2018-02-26 Tom Tromey <tom@tromey.com>
10003
10004 * gdb.dwarf2/variant.c: New file.
10005 * gdb.dwarf2/variant.exp: New file.
10006
10007 2018-02-26 Tom Tromey <tom@tromey.com>
10008
10009 * gdb.rust/simple.exp: Accept more possible results in enum test.
10010
10011 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
10012
10013 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
10014 parentheses.
10015
10016 2018-02-23 Maciej W. Rozycki <macro@mips.com>
10017
10018 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
10019 name of a variable: $actual_linejj -> $actual_line.
10020
10021 2018-02-21 John Baldwin <jhb@FreeBSD.org>
10022
10023 * gdb.arch/amd64-i386-address.exp: Fix a typo.
10024
10025 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
10026
10027 * gdb.btrace/buffer-size.exp: Do not force BTS.
10028
10029 2018-02-14 Pedro Alves <palves@redhat.com>
10030
10031 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
10032 getting a "Quit".
10033
10034 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
10035
10036 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
10037 Fix test name.
10038
10039 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
10040
10041 * gdb.cp/m-static.exp: Check type of optimized out static
10042 member.
10043
10044 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
10045
10046 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
10047 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
10048
10049 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
10050 Leszek Swirski <leszeks@google.com>
10051
10052 * gdb.python/py-prettyprint.c
10053 (struct to_string_returns_value_inner,
10054 struct to_string_returns_value_wrapper): New.
10055 (main): Add tsrvw variable.
10056 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
10057 ToStringReturnsValueWrapper): New classes.
10058 (register_pretty_printers): Register new pretty-printers.
10059 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
10060 recursive pretty printer.
10061 * gdb.python/py-mi.exp: Likewise.
10062
10063 2018-02-01 Leszek Swirski <leszeks@google.com>
10064
10065 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
10066 functions with the same name as an include file are parsed
10067 correctly.
10068
10069 2018-02-01 Yao Qi <yao.qi@linaro.org>
10070
10071 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
10072 "\[^\r\n\]*".
10073
10074 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
10075
10076 * gdb.arch/powerpc-prologue-frame.s: New file.
10077 * gdb.arch/powerpc-prologue-frame.c: Likewise.
10078 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
10079
10080 2018-01-31 Joel Brobecker <brobecker@adacore.com>
10081
10082 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
10083
10084 2018-01-30 Pedro Alves <palves@redhat.com>
10085
10086 PR gdb/13211
10087 * gdb.base/interrupt-daemon.c: New.
10088 * gdb.base/interrupt-daemon.exp: New.
10089 * gdb.multi/multi-term-settings.c: New.
10090 * gdb.multi/multi-term-settings.exp: New.
10091
10092 2018-01-30 Joel Brobecker <brobecker@adacore.com>
10093
10094 * gdb.base/break.exp: Save the location where the breakpoint
10095 on break.c:47 was actually inserted when debugging the version
10096 compiled at -O2 and use it in the expected output of the "info
10097 break" test performed soon after.
10098
10099 2018-01-22 Pedro Alves <palves@redhat.com>
10100 Sergio Durigan Junior <sergiodj@redhat.com>
10101
10102 * gdb.base/whatis.exp: Add tests for 'set print object on' +
10103 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
10104
10105 2018-01-22 Joel Brobecker <brobecker@adacore.com>
10106
10107 * gdb.base/break-include.c, gdb.base/break-include.inc,
10108 gdb.base/break-include.exp: New files.
10109 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
10110 line number now being the actual line number where the breakpoint
10111 was inserted.
10112 * gdb.mi/mi-break.exp: Likewise.
10113 * gdb.mi/mi-reverse.exp: Likewise.
10114 * gdb.mi/mi-simplerun.exp: Ditto.
10115
10116 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
10117
10118 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
10119 varobj.
10120 * gdb.mi/mi-var-create-rtti.exp: Likewise.
10121
10122 2018-01-21 Don Breazeal <donb@codesourcery.com>
10123 Andrew Burgess <andrew.burgess@embecosm.com>
10124
10125 * gdb.mi/basics.c: Add new global.
10126 * gdb.mi/mi-frame-regs.exp: New file.
10127 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
10128 case.
10129
10130 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
10131
10132 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
10133 non-parameter, and on an unknown symbol.
10134
10135 2018-01-19 Tom Tromey <tom@tromey.com>
10136
10137 * gdb.rust/modules.rs (TWENTY_THREE): New global.
10138 * gdb.rust/modules.exp: Add ::-qualified lookup test.
10139
10140 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
10141
10142 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
10143 setrlimit and chdir to int.
10144
10145 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
10146
10147 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
10148 function.
10149 (my_tend): Likewise.
10150 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
10151 rationale of avoiding FP- and vector instructions.
10152
10153 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
10154
10155 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
10156 "info reg" with "\[ \t\]*".
10157 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
10158 "\[ \t\]+".
10159 * gdb.arch/s390-multiarch.exp: Ditto.
10160 * gdb.base/pc-fp.exp: Ditto.
10161 * gdb.reverse/i386-precsave.exp: Ditto.
10162 * gdb.reverse/i386-reverse.exp: Ditto.
10163 * gdb.reverse/i387-env-reverse.exp: Ditto.
10164 * gdb.reverse/i387-stack-reverse.exp: Ditto.
10165
10166 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
10167
10168 * lib/gdb.exp (gdb_compile): Re-enable use of
10169 universal_compile_options for languages other than Rust.
10170
10171 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
10172
10173 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
10174
10175 2018-01-17 Mike Gulick <mgulick@mathworks.com>
10176
10177 PR gdb/16577
10178 * gdb.base/solib-vanish.exp: New.
10179 * gdb.base/solib-vanish-main.c: New.
10180 * gdb.base/solib-vanish-lib1.c: New.
10181 * gdb.base/solib-vanish-lib2.c: New.
10182
10183 2018-01-17 Yao Qi <yao.qi@linaro.org>
10184
10185 * gdb.compile/compile.exp: Match the address printed for
10186 frame in the output of command "bt".
10187
10188 2018-01-15 Tom Tromey <tom@tromey.com>
10189
10190 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
10191 compute sp_reg.
10192
10193 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
10194
10195 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
10196 to prepare.
10197 (prepare): Return 0 on error, 1 on success.
10198
10199 2018-01-12 Pedro Alves <palves@redhat.com>
10200
10201 * gdb.base/continue-after-aborted-step-over.c: New.
10202 * gdb.base/continue-after-aborted-step-over.exp: New.
10203
10204 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
10205
10206 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
10207 options when not creating an executable.
10208
10209 2018-01-11 Pedro Alves <palves@redhat.com>
10210
10211 PR remote/22597
10212 * gdb.server/stop-reply-no-thread.c: New file.
10213 * gdb.server/stop-reply-no-thread.exp: New file.
10214
10215 2018-01-10 Pedro Alves <palves@redhat.com>
10216
10217 PR gdb/22670
10218 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
10219 functions too. Test setting breakpoints and printing C functions
10220 with no debug info too.
10221 * gdb.ada/bp_c_mixed_case/qux.c: New file.
10222
10223 2018-01-10 Pedro Alves <palves@redhat.com>
10224
10225 PR gdb/22670
10226 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
10227 a fail.
10228
10229 2018-01-10 Pedro Alves <palves@redhat.com>
10230
10231 PR gdb/22670
10232 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
10233
10234 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
10235
10236 * gdb.server/unittest.exp: Match the output in non-development
10237 mode.
10238
10239 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
10240
10241 * gdb.gdb/unittest.exp: Match output in non-development mode.
10242
10243 2018-01-08 Joel Brobecker <brobecker@adacore.com>
10244
10245 * gdb.ada/access_tagged_param.exp: Relax expected output
10246 for value of "ObjL" in "continue" to pck.inspect breakpoint
10247 test.
10248
10249 2018-01-08 Joel Brobecker <brobecker@adacore.com>
10250
10251 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
10252 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
10253
10254 2018-01-05 Pedro Alves <palves@redhat.com>
10255
10256 PR gdb/18653
10257 * gdb.base/libsegfault.exp: New.
10258
10259 2018-01-05 Joel Brobecker <brobecker@adacore.com>
10260
10261 PR gdb/22670
10262 * gdb.ada/access_tagged_param.exp: New file.
10263 * gdb.ada/access_tagged_param/foo.adb: New file.
10264
10265 2018-01-05 Pedro Alves <palves@redhat.com>
10266
10267 PR gdb/22670
10268 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
10269 exercise lower case too, and to exercise both full matching and
10270 wild matching.
10271
10272 2018-01-05 Joel Brobecker <brobecker@adacore.com>
10273
10274 * gdb.ada/rename_subscript_param: New testcase.
10275
10276 2018-01-05 Jerome Guitton <guitton@adacore.com>
10277
10278 * gdb.ada/arr_acc_idx_w_gap: New testcase.
10279
10280 2018-01-05 Joel Brobecker <brobecker@adacore.com>
10281
10282 * gdb.ada/convvar_comp: New testcase.
10283
10284 2018-01-05 Xavier Roirand <roirand@adacore.com>
10285
10286 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
10287 (My_Table): New global variable.
10288 * testsuite/gdb.ada/array_char_idx.exp: Add test.
10289
10290 2018-01-04 Joel Brobecker <brobecker@adacore.com>
10291
10292 PR gdb/22670
10293 * gdb.ada/maint_with_ada: New testcase.
10294
10295 2018-01-04 Joel Brobecker <brobecker@adacore.com>
10296
10297 PR gdb/22670
10298 * gdb.ada/bp_c_mixed_case: New testcase.
10299
10300 2018-01-04 Joel Brobecker <brobecker@adacore.com>
10301
10302 PR gdb/22670
10303 * gdb.ada/complete.exp: Add "complete break ada" test.
10304
10305 2018-01-04 Joel Brobecker <brobecker@adacore.com>
10306
10307 PR gdb/22670
10308 * gdb.ada/info_addr_mixed_case: New testcase.
10309
10310 2018-01-03 Xavier Roirand <roirand@adacore.com>
10311
10312 * gdb.ada/excep_handle.exp: New testcase.
10313 * gdb.ada/excep_handle/foo.adb: New file.
10314 * gdb.ada/excep_handle/pck.ads: New file.
10315
10316 2018-01-03 Joel Brobecker <brobecker@adacore.com>
10317
10318 * gdb.base/step-line.c: Add extra empty line in copyright header.
10319 * gdb.base/step-line.inp: Likewise.
10320
10321 2018-01-02 Joel Brobecker <brobecker@adacore.com>
10322
10323 * gdb.ada/dyn_stride.exp: Add slice test.
10324
10325 2018-01-02 Joel Brobecker <brobecker@adacore.com>
10326
10327 * gdb.ada/dyn_stride: New testcase.
10328
10329 2017-12-27 Stafford Horne <shorne@gmail.com>
10330
10331 * gdb.xml/extra-regs.xml: Add example foo reggroup.
10332 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
10333
10334 2017-12-27 Stafford Horne <shorne@gmail.com>
10335
10336 * gdb.base/reggroups.c: New file.
10337 * gdb.base/reggroups.exp: New file.
10338
10339 2017-12-18 Joel Brobecker <brobecker@adacore.com>
10340
10341 * gdb.dwarf2/ada-valprint-error.c: New file.
10342 * gdb.dwarf2/ada-valprint-error.exp: New file.
10343
10344 2017-12-18 Joel Brobecker <brobecker@adacore.com>
10345
10346 * gdb.ada/assign_arr: New testcase.
10347
10348 2017-12-18 Xavier Roirand <roirand@adacore.com>
10349
10350 * gdb.ada/funcall_ptr: New testcase.
10351
10352 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
10353
10354 PR cli/16224
10355 * gdb.base/ptype-offsets.cc: New file.
10356 * gdb.base/ptype-offsets.exp: New file.
10357
10358 2017-12-15 Yao Qi <yao.qi@linaro.org>
10359
10360 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
10361 if XML is disabled.
10362
10363 2017-12-15 Xavier Roirand <roirand@adacore.com>
10364
10365 * gdb.ada/same_component_name: New testcase.
10366
10367 2017-12-14 Joel Brobecker <brobecker@adacore.com>
10368
10369 * gdb.ada/str_binop_equal: New testcase.
10370
10371 2017-12-14 Joel Brobecker <brobecker@adacore.com>
10372
10373 * gdb.ada/task_switch_in_core: New testcase.
10374
10375 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
10376
10377 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
10378 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
10379 call test_bkpt_qualified.
10380 (test_bkpt_qualified): New proc.
10381
10382 2017-12-13 Pedro Alves <palves@redhat.com>
10383
10384 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
10385 Tighten regexp by matching with an anchor.
10386
10387 2017-12-13 Pedro Alves <palves@redhat.com>
10388
10389 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
10390 ("expression with namespace"): New set of tests.
10391 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
10392 (Nested::Test_NS::qux): New.
10393 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
10394 defaults to 'start_quote_char' and 'end_quote_char' parameters.
10395
10396 2017-12-13 Joel Brobecker <brobecker@adacore.com>
10397
10398 * gdb.base/server-del-break.c: New file.
10399 * gdb.base/server-del-break.exp: New file.
10400
10401 2017-12-12 Stafford Horne <shorne@gmail.com>
10402
10403 * gdb.xml/tdesc-regs.exp: Add or1k support.
10404
10405 2017-12-12 Stafford Horne <shorne@gmail.com>
10406
10407 * gdb.base/bp-permanent.c: Define nop of or1k.
10408
10409 2017-12-11 Joel Brobecker <brobecker@adacore.com>
10410
10411 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
10412 output with components being reordered.
10413
10414 2017-12-11 Joel Brobecker <brobecker@adacore.com>
10415
10416 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
10417 output with components being reordered.
10418
10419 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10420 Pedro Alves <palves@redhat.com>
10421
10422 * gdb.base/maint.exp (check for .gdb_index): Check also for
10423 .debug_names.
10424 * gdb.dlang/watch-loc.c (.debug_aranges): New.
10425 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
10426 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
10427 (.gdb_index used after symbol reloading): Support also .debug_names.
10428 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
10429
10430 2017-12-08 Yao Qi <yao.qi@linaro.org>
10431
10432 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
10433 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
10434
10435 2017-12-08 Yao Qi <yao.qi@linaro.org>
10436
10437 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
10438 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
10439
10440 2017-12-08 Yao Qi <yao.qi@linaro.org>
10441
10442 * gdb.arch/aarch64-tagged-pointer.c: New file.
10443 * gdb.arch/aarch64-tagged-pointer.exp: New file.
10444
10445 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
10446
10447 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
10448 "int".
10449
10450 2017-12-07 Keith Seitz <keiths@redhat.com>
10451
10452 PR breakpoints/22569
10453 * gdb.linespec/ls-errs.exp: Change expected result of "break
10454 -source this file has spaces.c -line 3".
10455 Check that an explicit source file followed by whitespace is
10456 identified as an invalid explicit location.
10457
10458 2017-12-07 Keith Seitz <keiths@redhat.com>
10459
10460 * gdb.cp/nested-types.cc: New file.
10461 * gdb.cp/nested-types.exp: New file.
10462 * lib/cp-support.exp: Load data-structures.exp library.
10463 (debug_cp_test_ptype_class): New global.
10464 (cp_ptype_class_verbose, next_line): New procedures.
10465 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
10466 Add and document new return value.
10467 Switch the list of lines to a queue.
10468 Add support for new `type' key for nested type definitions.
10469 Add debugging/troubleshooting messages.
10470 * lib/data-structures.exp: New file.
10471
10472 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
10473
10474 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
10475 with proc_with_prefix, don't use with_test_prefix.
10476
10477 2017-12-07 Tom Tromey <tom@tromey.com>
10478
10479 * gdb.base/break.exp: Add test for empty "commands".
10480
10481 2017-12-07 Yao Qi <yao.qi@linaro.org>
10482
10483 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
10484 malloc and catch syscall.
10485
10486 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
10487
10488 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
10489 tests for explicit locations.
10490
10491 2017-12-06 Pedro Alves <palves@redhat.com>
10492
10493 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
10494 force-disabling XML descriptions.
10495
10496 2017-12-04 Pedro Alves <palves@redhat.com>
10497
10498 PR gdb/22499
10499 * gdb.arch/amd64-disp-step-avx.S: New file.
10500 * gdb.arch/amd64-disp-step-avx.exp: New file.
10501
10502 2017-12-03 Pedro Alves <palves@redhat.com>
10503
10504 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
10505 and <string.h>.
10506 (parent_function): Print distinct messages when waitpid fails, or
10507 the child exits with a signal, or the child exits for an unhandled
10508 reason.
10509 * gdb.threads/process-dies-while-detaching.exp
10510 (detach_and_expect_exit): New 'inf_output_re' parameter and use
10511 it. Wait for both inferior output and GDB's prompt. Use an
10512 indirect spawn id list.
10513 (do_detach): New parameter 'child_exit'. Use it to compute
10514 expected inferior output.
10515 (test_detach, test_detach_watch, test_detach_killed_outside):
10516 Adjust to pass down the expected child exit kind.
10517
10518 2017-12-01 Joel Brobecker <brobecker@adacore.com>
10519 Sergio Durigan Junior <sergiodj@redhat.com>
10520 Pedro Alves <palves@redhat.com>
10521
10522 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
10523
10524 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
10525
10526 * gdb.base/relocate.exp: Add tests to guarantee that arguments
10527 to 'symbol-file' and 'add-symbol-file' can be
10528 position-independent.
10529
10530 2017-12-01 Yao Qi <yao.qi@linaro.org>
10531
10532 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
10533 the URL in copyright header.
10534 * gdb.arch/aarch64-fp.exp: Likewise.
10535 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
10536 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
10537 * gdb.base/expand-psymtabs.exp: Likewise.
10538 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
10539 * gdb.fortran/common-block.exp: Likewise.
10540 * gdb.fortran/common-block.f90: Likewise.
10541 * gdb.fortran/logical.exp: Likewise.
10542 * gdb.fortran/vla-datatypes.f90: Likewise.
10543 * gdb.fortran/vla-sub.f90: Likewise.
10544
10545 2017-11-30 Joel Brobecker <brobecker@adacore.com>
10546
10547 * gdb.ada/repeat_dyn: New testcase.
10548
10549 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
10550
10551 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
10552 Update for changed thread numbering.
10553 * gdb.cell/bt.exp: Update for changed GDB output.
10554
10555 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
10556
10557 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
10558 setting isremote by hand.
10559 * boards/dwarf4-gdb-index.exp: Likewise.
10560 * boards/fission.exp: Likewise.
10561 * boards/stabs.exp: Likewise.
10562
10563 2017-11-30 Pedro Alves <palves@redhat.com>
10564
10565 * gdb.linespec/cpls-ops.exp
10566 (check_explicit_skips_function_argument): Extract the underlying
10567 type of size_t instead of hardcoding it.
10568
10569 2017-11-29 Pedro Alves <palves@redhat.com>
10570
10571 PR c++/19436
10572 * gdb.linespec/cpls-abi-tag.cc: New file.
10573 * gdb.linespec/cpls-abi-tag.exp: New file.
10574
10575 2017-11-29 Pedro Alves <palves@redhat.com>
10576
10577 * gdb.base/langs.exp: Use -qualified.
10578 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
10579 it.
10580 * gdb.cp/namespace.exp: Use -qualified.
10581 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
10582 (overload-3, template-overload, template-ret-type, const-overload)
10583 (const-overload-quoted, anon-ns, ambiguous-prefix): New
10584 procedures.
10585 (test_driver): Call them.
10586 * gdb.cp/save-bp-qualified.cc: New.
10587 * gdb.cp/save-bp-qualified.exp: New.
10588 * gdb.linespec/explicit.exp: Test -qualified.
10589 * lib/completion-support.exp (completion::explicit_opts_list): Add
10590 "-qualified".
10591 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
10592
10593 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
10594
10595 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
10596
10597 2017-11-29 Tom Tromey <tom@tromey.com>
10598
10599 * gdb.base/relocate.exp: Update invalid argument test.
10600 Add new tests for invalid arguments.
10601
10602 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
10603
10604 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
10605 Return 0 as a long.
10606 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
10607
10608 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
10609
10610 * gdb.cp/breakpoint.cc (bar): Set return type to void.
10611 * gdb.cp/psymtab-parameter.cc (func): Likewise.
10612 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
10613 func ().
10614 * gdb.cp/shadow.cc (B.func): Return 0.
10615
10616 2017-11-27 Joel Brobecker <brobecker@adacore.com>
10617
10618 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
10619 expected output in gdb_expect call to allow the exception
10620 message to be present as well. Fix syntax confusion to avoid
10621 TCL thinking that exception_name is an array.
10622
10623 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
10624
10625 * gdb.arch/spu-info.c: Include <unistd.h>.
10626 (do_signal_test): Fix broken calls to write.
10627 * gdb.arch/spu-info.exp: Use prepare_for_testing.
10628 Fix checks for empty mailboxes. Update signal tests for corrected
10629 do_signal_test routine. Allow nonzero event status.
10630 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
10631 * gdb.cell/arch.exp: Use standard_output_file.
10632 * gdb.cell/break.exp: Likewise.
10633 * gdb.cell/bt.exp: Likewise.
10634 * gdb.cell/core.exp: Likewise.
10635 * gdb.cell/dwarfaddr.exp: Likewise.
10636 * gdb.cell/ea-cache.exp: Likewise.
10637 * gdb.cell/ea-standalone.exp: Likewise.
10638 * gdb.cell/f-regs.exp: Likewise.
10639 * gdb.cell/fork.exp: Likewise.
10640 * gdb.cell/gcore.exp: Likewise.
10641 * gdb.cell/mem-access.exp: Likewise.
10642 * gdb.cell/ptype.exp: Likewise.
10643 * gdb.cell/registers.exp: Likewise.
10644 * gdb.cell/sizeof.exp: Likewise.
10645 * gdb.cell/solib-symbol.exp: Likewise.
10646 * gdb.cell/solib.exp: Likewise.
10647
10648 2017-11-25 Pedro Alves <palves@redhat.com>
10649
10650 * gdb.base/complete-empty.exp: New file.
10651 * gdb.base/completion.exp: Adjust.
10652
10653 2017-11-25 Pedro Alves <palves@redhat.com>
10654
10655 * gdb.linespec/cpls-ops.cc: New file.
10656 * gdb.linespec/cpls-ops.exp: New file.
10657 * lib/completion-support.exp (test_complete_prefix_range_re): New,
10658 factored out from ...
10659 (test_complete_prefix_range): ... this.
10660
10661 2017-11-24 Pedro Alves <palves@redhat.com>
10662
10663 * gdb.linespec/cpcompletion.exp: New file.
10664 * gdb.linespec/cpls-hyphen.cc: New file.
10665 * gdb.linespec/cpls.cc: New file.
10666 * gdb.linespec/cpls2.cc: New file.
10667 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
10668 test to use test_gdb_complete_unique. Add label completion,
10669 keyword completion and explicit location completion tests.
10670 * lib/completion-support.exp: New file.
10671
10672 2017-11-24 Joel Brobecker <brobecker@adacore.com>
10673
10674 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
10675 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
10676 when hitting an exception catchpoint.
10677
10678 2017-11-22 Yao Qi <yao.qi@linaro.org>
10679
10680 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
10681
10682 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
10683
10684 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
10685 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
10686 * gdb.dwarf2/info-locals-optimized-out.c: New file.
10687
10688 2017-11-22 Yao Qi <yao.qi@linaro.org>
10689
10690 * gdb.base/info-os.exp: Pass pthreads.
10691 * gdb.multi/multi-attach.exp: Likewise.
10692
10693 2017-11-22 Yao Qi <yao.qi@linaro.org>
10694
10695 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
10696 compiler.
10697
10698 2017-11-22 Yao Qi <yao.qi@linaro.org>
10699
10700 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
10701 * gdb.base/break-interp.exp: Likewise.
10702 * gdb.base/jit-attach-pie.exp: Likewise.
10703
10704 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
10705
10706 * gdb.base/float128.c (large128): New variable.
10707 * gdb.base/float128.exp: Add test to print largest __float128 value.
10708
10709 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
10710
10711 * gdb.arch/vsx-regs.exp: Update register content checks.
10712
10713 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
10714
10715 * gdb.arch/ppc-longdouble.exp: New file.
10716 * gdb.arch/ppc-longdouble.c: Likewise.
10717
10718 2017-11-21 Pedro Alves <palves@redhat.com>
10719
10720 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
10721
10722 2017-11-20 Pedro Alves <palves@redhat.com>
10723
10724 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
10725 (long_double_typedef): New typedefs.
10726 Use DEF on double and long double.
10727 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
10728 cases.
10729 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
10730 and 'long_double_ptr_same_size' locals. Use them to decide
10731 whether cast from array/function to float is valid/invalid.
10732
10733 2017-11-17 Tom Tromey <tom@tromey.com>
10734
10735 * gdb.rust/traits.rs: New file.
10736 * gdb.rust/traits.exp: New file.
10737
10738 2017-11-17 Joel Brobecker <brobecker@adacore.com>
10739
10740 * gdb.ada/minsyms: New testcase.
10741
10742 2017-11-16 Pedro Alves <palves@redhat.com>
10743
10744 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
10745 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
10746
10747 2017-11-16 Pedro Alves <palves@redhat.com>
10748
10749 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
10750 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
10751
10752 2017-11-16 Pedro Alves <palves@redhat.com>
10753
10754 * gdb.server/reconnect-ctrl-c.c: New file.
10755 * gdb.server/reconnect-ctrl-c.exp: New file.
10756
10757 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
10758
10759 * gdb.python/py-rbreak.exp: New file.
10760 * gdb.python/py-rbreak.c: New file.
10761 * gdb.python/py-rbreak-func2.c: New file.
10762
10763 2017-11-16 Pedro Alves <palves@redhat.com>
10764
10765 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
10766 pattern.
10767 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
10768 GDB.
10769
10770 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
10771
10772 * gdb.tui/completionn.exp (test_tab_completion): Add space in
10773 regex.
10774
10775 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
10776
10777 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
10778 test names.
10779
10780 2017-11-09 Pedro Alves <palves@redhat.com>
10781
10782 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
10783 factored out from ...
10784 (top level): ... here, and adjusted to avoid expecting beyond the
10785 prompt in a single gdb_test_multiple.
10786
10787 2017-11-09 Pedro Alves <palves@redhat.com>
10788
10789 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
10790 output.
10791 * gdb.server/ext-attach.exp ("kill" test): Likewise.
10792 * gdb.server/ext-restart.exp ("kill" test): Likewise.
10793 * gdb.server/ext-run.exp ("kill" test): Likewise.
10794 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
10795
10796 2017-11-09 Pedro Alves <palves@redhat.com>
10797
10798 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
10799 match till end of line.
10800
10801 2017-11-09 Pedro Alves <palves@redhat.com>
10802
10803 * gdb.base/memattr.exp: Tighten regexes to match the end line.
10804
10805 2017-11-09 Pedro Alves <palves@redhat.com>
10806
10807 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
10808 New procedures, factored out from ...
10809 (top level): ... here, and adjusted to avoid expecting beyond the
10810 prompt in one go.
10811
10812 2017-11-09 Pedro Alves <palves@redhat.com>
10813
10814 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
10815 output. Fix '?' match.
10816
10817 2017-11-08 Joel Brobecker <brobecker@adacore.com>
10818
10819 * gdb.ada/scoped_watch: New testcase.
10820 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
10821 which is actually correct.
10822 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
10823 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
10824
10825 2017-11-08 Pedro Alves <palves@redhat.com>
10826
10827 * gdb.gdb/complaints.exp (test_initial_complaints)
10828 (test_serial_complaints, test_short_complaints): Call
10829 complaint_internal instead of complaint.
10830
10831 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
10832
10833 * gdb.threads/tls-core.c: New file.
10834 * gdb.threads/tls-core.exp: Likewise.
10835
10836 2017-11-08 Pedro Alves <palves@redhat.com>
10837
10838 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
10839 (p Exported_Capitalized): New test.
10840 (p exported_capitalized): New test.
10841
10842 2017-11-07 Pedro Alves <palves@redhat.com>
10843
10844 * gdb.cp/ena-dis-br-range.exp: Add more tests.
10845
10846 2017-11-07 Pedro Alves <palves@redhat.com>
10847
10848 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
10849 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
10850 (disable_invalid, disable_inverted, disable_negative): New
10851 procedures.
10852 ("bad numbers"): New set of tests.
10853
10854 2017-11-07 Pedro Alves <palves@redhat.com>
10855
10856 * gdb.cp/ena-dis-br-range.exp: Add tests.
10857
10858 2017-11-07 Pedro Alves <palves@redhat.com>
10859
10860 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
10861
10862 2017-11-07 Xavier Roirand <roirand@adacore.com>
10863 Pedro Alves <palves@redhat.com>
10864
10865 * gdb.base/ena-dis-br.exp: Add reference to
10866 gdb.cp/ena-dis-br-range.exp.
10867 * gdb.cp/ena-dis-br-range.exp: New file.
10868 * gdb.cp/ena-dis-br-range.cc: New file.
10869
10870 2017-11-06 Pedro Alves <palves@redhat.com>
10871
10872 * gdb.base/attach-non-pgrp-leader.c: New.
10873 * gdb.base/attach-non-pgrp-leader.exp: New.
10874
10875 2017-11-06 Pedro Alves <palves@redhat.com>
10876
10877 * configure.ac: No longer check for termio.h and sgtty.h.
10878 * configure: Regenerate.
10879 * remote-utils.c: Include termios.h instead of gdb_termios.h.
10880 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
10881 Remove termio and sgtty code.
10882
10883 2017-11-03 Yao Qi <yao.qi@linaro.org>
10884
10885 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
10886 in GDB is disabled.
10887
10888 2017-11-03 Yao Qi <yao.qi@linaro.org>
10889
10890 * gdb.python/py-thrhandle.exp: Skip it if python is not
10891 enabled.
10892
10893 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
10894
10895 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
10896 as a breakpoint command.
10897
10898 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
10899
10900 PR python/21213
10901 * gdb.python/py-infthread.exp: Test calling
10902 InferiorThread.inferior () multiple times in a row.
10903
10904 2017-10-27 Keith Seitz <keiths@redhat.com>
10905
10906 * gdb.opt/inline-break.exp (break_info_1): New procedure.
10907 Test "info break" for every inlined function breakpoint.
10908
10909 2017-10-27 Yao Qi <yao.qi@linaro.org>
10910
10911 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
10912
10913 2017-10-26 Patrick Frants <osscontribute@gmail.com>
10914
10915 * gdb.cp/classes.exp (test_static_members): Test printing
10916 Outer::instance.
10917 * gdb.cp/classes.c (struct Inner, struct Outer): New.
10918 (Inner::instance, Outer::instance): New.
10919
10920 2017-10-24 Pedro Alves <palves@redhat.com>
10921
10922 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
10923 extra console" test in two stages.
10924
10925 2017-10-24 Pedro Alves <palves@redhat.com>
10926
10927 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
10928
10929 2017-10-24 Pedro Alves <palves@redhat.com>
10930
10931 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
10932 loop.
10933
10934 2017-10-24 Pedro Alves <palves@redhat.com>
10935
10936 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
10937 $attempt" and "stoppedtry $stoppedtry" test prefixes.
10938
10939 2017-10-24 Pedro Alves <palves@redhat.com>
10940
10941 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
10942 parameter and handle it. Don't output read value in test name.
10943
10944 2017-10-24 Pedro Alves <palves@redhat.com>
10945
10946 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
10947 custom test name.
10948
10949 2017-10-24 Pedro Alves <palves@redhat.com>
10950
10951 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
10952 include the unstable output directory name in the test's name.
10953 (initial_setup_simple) <'set args'>: Use custom test name.
10954
10955 2017-10-24 Pedro Alves <palves@redhat.com>
10956
10957 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
10958 with explicit test name.
10959
10960 2017-10-20 Pedro Alves <palves@redhat.com>
10961
10962 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
10963 'wait -i'. Use gdb_assert and remote_close.
10964
10965 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
10966
10967 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
10968 number from variable rather than hard-coded.
10969
10970 2017-10-19 Pedro Alves <palves@redhat.com>
10971
10972 * gdb.base/long-inferior-output.c: New file.
10973 * gdb.base/long-inferior-output.exp: New file.
10974
10975 2017-11-18 Keith Seitz <keiths@redhat.com>
10976
10977 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
10978 method.
10979 (main): Call it.
10980 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
10981 Add additional user-defined conversion operator tests.
10982
10983 2017-10-17 Pedro Alves <palves@redhat.com>
10984
10985 * boards/native-stdio-gdbserver.exp: Load "local-board".
10986
10987 2017-10-17 Pedro Alves <palves@redhat.com>
10988
10989 * gdb.base/quit-live.c: New file.
10990 * gdb.base/quit-live.exp: New file.
10991
10992 2017-10-16 Keith Seitz <keiths@redhat.com>
10993
10994 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
10995 (class_with_protected_typedef, class_with_private_typedef)
10996 (struct_with_public_typedef, struct_with_protected_typedef)
10997 (struct_with_private_typedef): New classes/structs.
10998 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
10999 typedefs and access specifiers.
11000
11001 2017-10-16 Pedro Alves <palves@redhat.com>
11002 Simon Marchi <simon.marchi@polymtl.ca>
11003
11004 * README (Local vs Remote vs Native): New section.
11005 * boards/local-board.exp: New file, with bits factored out from
11006 ...
11007 * boards/native-extended-gdbserver.exp: ... here. Load
11008 "local-board".
11009 * boards/native-gdbserver.exp: Load "local-board".
11010 (${board}_spawn, ${board}_exec): Delete.
11011 * boards/native-stdio-gdbserver.exp: Most contents factored out to
11012 ...
11013 * boards/stdio-gdbserver-base.exp: ... this new file.
11014 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
11015 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
11016 procedure.
11017 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
11018 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
11019 stdio_gdbserver_command.
11020 (${board}_get_remote_address, ${board}_get_comm_port)
11021 (${board}_download, ${board}_upload): Delete.
11022 (get_target_remote_pipe_cmd): New.
11023
11024 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
11025
11026 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
11027 test_bkpt_deletion, test_bkpt_cond_and_cmds,
11028 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
11029 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
11030 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
11031 remove with_test_prefix.
11032
11033 2017-10-13 Pedro Alves <palves@redhat.com>
11034
11035 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
11036 * gdb.base/annota1.exp: Use it instead of is_remote.
11037 * gdb.base/annota3.exp: Use it instead of is_remote.
11038 * gdb.cp/annota2.exp: Use it instead of is_remote.
11039 * gdb.cp/annota3.exp: Use it instead of is_remote.
11040 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
11041
11042 2017-10-13 Pedro Alves <palves@redhat.com>
11043
11044 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
11045 (test_num_test_vars, run_and_count_vars, find_env)
11046 (test_set_unset_env, test_inherit_env_var): New procedures.
11047 (top level): Use them.
11048
11049 2017-10-13 Pedro Alves <palves@redhat.com>
11050
11051 * lib/selftest-support.exp (selftest_setup): Extend comments, and
11052 also skip on stub-like targets.
11053
11054 2017-10-13 Pedro Alves <palves@redhat.com>
11055
11056 PR gdb/22293
11057 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
11058 (top level): Move some tests to ...
11059 (test_not_found): ... this new procedure.
11060 (top level): Call it.
11061
11062 2017-10-13 Pedro Alves <palves@redhat.com>
11063
11064 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
11065 expect different "info terminal" output if testing with a
11066 non-native target.
11067
11068 2017-10-13 Pedro Alves <palves@redhat.com>
11069 Simon Marchi <simon.marchi@polymtl.ca>
11070
11071 PR python/12966
11072 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
11073
11074 2017-10-13 Pedro Alves <palves@redhat.com>
11075
11076 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
11077 already.
11078
11079 2017-10-13 Pedro Alves <palves@redhat.com>
11080
11081 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
11082 is_remote.
11083
11084 2017-10-13 Pedro Alves <palves@redhat.com>
11085
11086 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
11087 is_remote.
11088
11089 2017-10-13 Pedro Alves <palves@redhat.com>
11090
11091 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
11092 is set.
11093 (corefile_test_attach): Likewise. Check can_spawn_for_attach
11094 instead of is_remote.
11095
11096 2017-10-13 Pedro Alves <palves@redhat.com>
11097
11098 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
11099 (top level): Add comment.
11100
11101 2017-10-13 Pedro Alves <palves@redhat.com>
11102
11103 * gdb.base/remote.exp (top level): Fix comment typo and add
11104 missing return.
11105
11106 2017-10-13 Pedro Alves <palves@redhat.com>
11107 Simon Marchi <simon.marchi@polymtl.ca>
11108
11109 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
11110 calls and add comments. Skip test if use_gdb_stub is set.
11111 (top level): Use "set cwd" command instead of "cd" command.
11112
11113 2017-10-13 Pedro Alves <palves@redhat.com>
11114
11115 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
11116 is_remote target check.
11117
11118 2017-10-13 Pedro Alves <palves@redhat.com>
11119
11120 * gdb.base/scope.exp: Use build_executable + clean_restart +
11121 gdb_file_cmd instead of prepare_for_testing and no longer skip
11122 "before run" tests on is_remote target boards. Update comments.
11123 * boards/native-extended-gdbserver.exp
11124 (extended_gdbserver_load_last_file): New, factored out from ...
11125 (gdb_load): ... this. Move further below and add comment.
11126 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
11127
11128 2017-10-12 Pedro Alves <palves@redhat.com>
11129
11130 * gdb.base/attach.exp: Remove references to gdb64.
11131 * gdb.base/dbx.exp: Remove references to gdb64.
11132
11133 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
11134 Pedro Alves <palves@redhat.com>
11135
11136 * gdb.base/label.exp: Remove is_remote target check.
11137
11138 2017-10-12 Pedro Alves <palves@redhat.com>
11139
11140 * gdb.base/auvx.exp (coredir): Update comment.
11141 (top level) <core_works>: Use "set cwd" command instead of "cd"
11142 command.
11143
11144 2017-10-12 Pedro Alves <palves@redhat.com>
11145 Simon Marchi <simon.marchi@polymtl.ca>
11146
11147 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
11148 target boards.
11149
11150 2017-10-12 Pedro Alves <palves@redhat.com>
11151 Simon Marchi <simon.marchi@polymtl.ca>
11152
11153 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
11154 Instead skip if there's any gdb_protocol set.
11155
11156 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
11157 Pedro Alves <palves@redhat.com>
11158
11159 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
11160
11161 2017-10-12 Pedro Alves <palves@redhat.com>
11162 Simon Marchi <simon.marchi@polymtl.ca>
11163
11164 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
11165 instead of on dejagnu remote boards.
11166
11167 2017-10-12 Pedro Alves <palves@redhat.com>
11168 Simon Marchi <simon.marchi@polymtl.ca>
11169
11170 * gdb.base/inferior-died.exp: Remove is_remote and isnative
11171 checks. Use build_executable + clean_restart instead of
11172 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
11173 of enabling non-stop after starting gdb.
11174
11175 2017-10-12 Pedro Alves <palves@redhat.com>
11176
11177 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
11178 * gdb.threads/non-ldr-exc-2.exp: Ditto.
11179 * gdb.threads/non-ldr-exc-3.exp: Ditto.
11180 * gdb.threads/non-ldr-exc-4.exp: Ditto.
11181
11182 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
11183
11184 * gdb.arch/arc-tdesc-cpu.exp: New file.
11185 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
11186
11187 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
11188
11189 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
11190
11191 2017-10-10 Pedro Alves <palves@redhat.com>
11192
11193 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
11194 expect CLI output.
11195
11196 2017-10-10 Pedro Alves <palves@redhat.com>
11197
11198 * lib/selftest-support.exp (selftest_setup): Update for
11199 captured_command_loop's prototype change.
11200
11201 2017-10-09 Pedro Alves <palves@redhat.com>
11202
11203 Test both arch1=>arch2 and arch2=>arch1.
11204
11205 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
11206 (srcfile2, binfile2, march1, march2): Remove globals. Largely
11207 factored out to...
11208 (append_arch1_options, append_arch2_options, append_arch_options)
11209 (build_executables): New procedures.
11210 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
11211 local.
11212 (top level): Add new 'first_arch' testing axis.
11213
11214 2017-10-09 Pedro Alves <palves@redhat.com>
11215
11216 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
11217 (barrier): New.
11218 (thread_start, all_started): New functions.
11219 (main): Spawn new thread and wait until it is scheduled.
11220 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
11221 option.
11222 (do_test): Add 'selected_thread' parameter. Run to all_started
11223 instead of main. Explicitly set the breakpoint at main. Switch
11224 to the SELECTED_THREAD thread.
11225 (top level): Test handling the exec event with either the main
11226 thread or the second thread selected.
11227
11228 2017-10-09 Pedro Alves <palves@redhat.com>
11229
11230 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
11231 logic. Move STOP marker after the value checks.
11232 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
11233 regexp.
11234
11235 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
11236
11237 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
11238
11239 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
11240
11241 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
11242 integer-to-dfp conversion.
11243 * gdb.base/dfp-test.exp: Likewise.
11244
11245 2017-10-04 Pedro Alves <palves@redhat.com>
11246
11247 * gdb.multi/hangout.c: Include <unistd.h>.
11248 (hangout_loop): New function.
11249 (main): Call alarm. Call hangout_loop in a loop.
11250 * gdb.multi/hello.c: Include <unistd.h>.
11251 (hello_loop): New function.
11252 (main): Call alarm. Call hangout_loop in a loop.
11253 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
11254 inferior with the other selected.
11255
11256 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
11257
11258 * gdb.mi/list-thread-groups-available.exp: New file.
11259 * gdb.mi/list-thread-groups-available.c: New file.
11260
11261 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
11262
11263 * gdb.base/set-cwd.exp: Make it available on
11264 native-extended-gdbserver.
11265
11266 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
11267
11268 * gdb.base/set-cwd.c: New file.
11269 * gdb.base/set-cwd.exp: Likewise.
11270
11271 2017-10-02 Tom Tromey <tom@tromey.com>
11272
11273 PR rust/22236:
11274 * gdb.rust/simple.rs (main): New variable "fslice".
11275 * gdb.rust/simple.exp: Add slice tests. Update string tests.
11276
11277 2017-10-02 Tom Tromey <tom@tromey.com>
11278
11279 * gdb.rust/simple.exp: Test ptype of a slice.
11280
11281 2017-10-02 Tom Tromey <tom@tromey.com>
11282
11283 * gdb.rust/simple.exp: Test index of slice.
11284
11285 2017-09-27 Tom Tromey <tom@tromey.com>
11286
11287 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
11288
11289 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
11290 Pedro Alves <palves@redhat.com>
11291
11292 * gdb.base/compare-sections.exp (get value of read-only section): Read
11293 as unsigned value.
11294 (corrupt read-only section): Likewise and don't set written if patching
11295 failed.
11296
11297 2017-09-21 Kevin Buettner <kevinb@redhat.com>
11298
11299 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
11300 files.
11301
11302 2017-09-20 Pedro Alves <palves@redhat.com>
11303
11304 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
11305 symbol names in gdb's output.
11306 * gdb.cp/overload.exp ("list all overloads"): Likewise.
11307
11308 2017-09-20 Pedro Alves <palves@redhat.com>
11309
11310 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
11311 Rename to ...
11312 (test_list_ambiguous_symbol): ... this and add a symbol name
11313 parameter. Adjust.
11314 (test_list_ambiguous_function): Reimplement on top of
11315 test_list_ambiguous_symbol and also test listing ambiguous
11316 variables.
11317 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
11318 (ambiguous_fun): ... this.
11319 (ambiguous_var): New.
11320 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
11321 (ambiguous_fun): ... this.
11322 (ambiguous_var): New.
11323
11324 2017-09-19 John Baldwin <jhb@FreeBSD.org>
11325
11326 * gdb.base/starti.c: New file.
11327 * gdb.base/starti.exp: New file.
11328 * lib/gdb.exp (gdb_starti_cmd): New procedure.
11329
11330 2017-09-14 Pedro Alves <palves@redhat.com>
11331
11332 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
11333 (top level): Use it instead of runto.
11334
11335 2017-09-11 Tom Tromey <tom@tromey.com>
11336
11337 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
11338
11339 2017-09-11 Tom Tromey <tom@tromey.com>
11340
11341 * gdb.python/py-infthread.exp: Add tests for new_thread event.
11342 * gdb.python/py-inferior.exp: Add tests for new inferior events.
11343
11344 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
11345
11346 * gdb.fortran/printing-types.exp: New file.
11347 * gdb.fortran/printing-types.exp: New file.
11348
11349 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
11350
11351 * gdb.fortran/vla-ptype.exp: Fix typos.
11352 * gdb.fortran/vla-value.exp: Same.
11353
11354 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
11355
11356 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
11357 * gdb.mi/mi-var-child-f.exp: Likewise.
11358 * gdb.mi/mi-vla-fortran.exp: Likewise.
11359
11360 2017-09-08 Frank Penczek <frank.penczek@intel.com>
11361 Christoph Weinmann <christoph.t.weinmann@intel.com>
11362 Bernhard Heckel <bernhard.heckel@intel.com>
11363
11364 * gdb.fortran/ptr-indentation.f90: New file.
11365 * gdb.fortran/ptr-indentation.exp: New file.
11366
11367 2017-09-05 Tom Tromey <tom@tromey.com>
11368
11369 PR gdb/22010:
11370 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
11371
11372 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
11373
11374 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
11375
11376 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11377
11378 * gdb.threads/tls-nodebug-pie.c: New file.
11379 * gdb.threads/tls-nodebug-pie.exp: New file.
11380
11381 2017-09-05 Tom Tromey <tom@tromey.com>
11382
11383 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
11384 for rust.
11385
11386 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
11387
11388 * gdb.multi/multi-arch-exec.exp: Test with different
11389 "follow-exec-mode" settings.
11390 (do_test): New procedure.
11391
11392 2017-09-04 Pedro Alves <palves@redhat.com>
11393
11394 * gdb.base/func-static.c (S::method const, S::method volatile)
11395 (S::method volatile const): New methods.
11396 (c_s, v_s, cv_s): New instances.
11397 (main): Call method() on them.
11398 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
11399 (cannot_resolve): New procedure.
11400 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
11401 print-quote-unquoted columns.
11402 (do_test): Test printing each scope too.
11403
11404 2017-09-04 Pedro Alves <palves@redhat.com>
11405
11406 * gdb.base/local-static.exp: Also test with
11407 class::method::variable wholly quoted.
11408 * gdb.cp/m-static.exp (class::method::variable): Remove test.
11409
11410 2017-09-04 Pedro Alves <palves@redhat.com>
11411
11412 * gdb.base/local-static.c: New.
11413 * gdb.base/local-static.cc: New.
11414 * gdb.base/local-static.exp: New.
11415
11416 2017-09-04 Pedro Alves <palves@redhat.com>
11417
11418 * gdb.asm/asm-source.exp: Add casts to int.
11419 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
11420 (dataglobal64_1, dataglobal64_2): New globals.
11421 * gdb.base/nodebug.exp: Test different expressions involving the
11422 new globals, with print, whatis and ptype. Add casts to int.
11423 * gdb.base/solib-display.exp: Add casts to int.
11424 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
11425 * gdb.cp/m-static.exp: Add cast to int.
11426 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
11427 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
11428 tls variable with no debug info without a cast. Test with a cast
11429 to int too.
11430 * gdb.trace/entry-values.exp: Add casts.
11431
11432 2017-09-04 Pedro Alves <palves@redhat.com>
11433
11434 * gdb.base/nodebug.exp: Test that ptype's error about functions
11435 with unknown return type includes the function name too.
11436
11437 2017-09-04 Pedro Alves <palves@redhat.com>
11438
11439 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
11440 return type of munmap in infcall.
11441 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
11442 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
11443 type of ftell in infcall.
11444 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
11445 type of getpid in infcall.
11446 * gdb.base/infcall-exec.exp: Cast return type of execlp in
11447 infcall.
11448 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
11449 Bail on failure to extract the pid.
11450 * gdb.base/nodebug.c: #include <stdint.h>.
11451 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
11452 New functions.
11453 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
11454 Change expected output of print/whatis/ptype with functions with
11455 no debug info. Test all supported languages. Call
11456 test_call_promotion.
11457 * gdb.compile/compile.exp: Adjust expected output to expect
11458 warning.
11459 * gdb.threads/siginfo-threads.exp: Likewise.
11460
11461 2017-09-04 Pedro Alves <palves@redhat.com>
11462
11463 * gdb.base/callfuncs.exp (do_function_calls): New parameter
11464 "prototypes". Test calling float functions via prototyped and
11465 unprototyped function pointers.
11466 (perform_all_tests): New parameter "prototypes". Pass it down.
11467 (top level): Pass down "prototypes" parameter to
11468 perform_all_tests.
11469
11470 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
11471
11472 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
11473 Test with nested loops.
11474
11475 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
11476
11477 * gdb.base/commands.exp: Call the new procedures.
11478 (loop_break_test, loop_continue_test): New procedures.
11479
11480 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
11481
11482 * gdb.base/commands.exp: Call new procedure.
11483 (define_if_without_arg_test): New procedure.
11484
11485 2017-09-04 Pedro Alves <palves@redhat.com>
11486
11487 * gdb.base/list-ambiguous.exp: New file.
11488 * gdb.base/list-ambiguous0.c: New file.
11489 * gdb.base/list-ambiguous1.c: New file.
11490 * gdb.base/list.exp (test_list_range): Adjust expected output.
11491
11492 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
11493
11494 * gdb.base/share-env-with-gdbserver.c: New file.
11495 * gdb.base/share-env-with-gdbserver.exp: Likewise.
11496
11497 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
11498
11499 * gdb.base/commands.exp (gdbvar_simple_if_test,
11500 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
11501 progvar_simple_if_test, progvar_simple_while_test,
11502 progvar_complex_if_while_test, user_defined_command_test,
11503 user_defined_command_args_eval,
11504 user_defined_command_args_stack_test,
11505 user_defined_command_manyargs_test, bp_deleted_in_command_test,
11506 temporary_breakpoint_commands,
11507 gdb_test_no_prompt, redefine_hook_test,
11508 redefine_backtrace_test): Remove "global gdb_prompt".
11509
11510 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
11511
11512 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
11513 New proc, call it from toplevel.
11514
11515 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
11516
11517 PR remote/21852
11518 * gdb.server/normal.c: New file, copied from gdb.base.
11519 * gdb.server/run-without-local-binary.exp: New file.
11520
11521 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
11522
11523 * gdb.arch/sparc64-adi.exp: New file.
11524 * gdb.arch/sparc64-adi.c: New file.
11525
11526 2017-08-22 Pedro Alves <palves@redhat.com>
11527
11528 * gdb.cp/overload.exp (line_range_pattern): New procedure.
11529 (top level): Add "list all overloads" tests.
11530
11531 2017-08-22 Tom Tromey <tom@tromey.com>
11532
11533 * gdb.gdb/xfullpath.exp: Remove.
11534
11535 2017-08-21 Pedro Alves <palves@redhat.com>
11536
11537 PR gdb/19487
11538 * gdb.base/symbol-alias.c: New.
11539 * gdb.base/symbol-alias2.c: New.
11540 * gdb.base/symbol-alias.exp: New.
11541
11542 2017-08-21 Pedro Alves <palves@redhat.com>
11543
11544 * gdb.base/dfp-test.c
11545 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
11546 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
11547 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
11548 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
11549 * gdb.base/whatis-ptype-typedefs.c: New.
11550 * gdb.base/whatis-ptype-typedefs.exp: New.
11551 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
11552 (an_int, an_int_type, an_int_type2): New globals.
11553 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
11554 involving typedefs and cast expressions.
11555 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
11556 (lookup_typedefs_function): New.
11557 (typedefs_pretty_printers_dict): New.
11558 (top level): Register lookup_typedefs_function in
11559 gdb.pretty_printers.
11560
11561 2017-08-18 Yao Qi <yao.qi@linaro.org>
11562
11563 * gdb.server/unittest.exp: New.
11564
11565 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
11566
11567 PR gdb/21954
11568 * gdb.base/environ.exp: Add test to check if 'unset environment'
11569 works.
11570
11571 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
11572
11573 * lib/gdb.exp (universal_compile_options): New caching proc.
11574 (gdb_compile): Suppress GCC's coloring of messages.
11575
11576 2017-08-14 Tom Tromey <tom@tromey.com>
11577
11578 PR gdb/21675:
11579 * gdb.base/printcmds.exp (test_radices): New function.
11580 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
11581 * gdb.base/sizeof.exp (check_valueof): Use p/d.
11582 * lib/gdb.exp (get_integer_valueof): Use p/d.
11583
11584 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
11585
11586 * lib/gdb.exp (get_valueof): Don't capture end-of-line
11587 characters.
11588
11589 2017-08-05 Tom Tromey <tom@tromey.com>
11590
11591 * gdb.rust/simple.exp: Allow String to appear in a different
11592 namespace.
11593
11594 2017-07-26 Yao Qi <yao.qi@linaro.org>
11595
11596 * gdb.gdb/unittest.exp: Invoke command
11597 "maintenance check xml-descriptions".
11598
11599 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11600
11601 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
11602 calling context.
11603 (hex128): Drop erroneous calculation of parameters.
11604
11605 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
11606
11607 * gdb.python/py-unwind.exp: Disable stack protection when
11608 building test file.
11609
11610 2017-07-20 Pedro Alves <palves@redhat.com>
11611
11612 * gdb.base/default.exp (set language): Adjust expected output.
11613
11614 2017-07-20 Pedro Alves <palves@redhat.com>
11615
11616 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
11617 (test_minsym): ... this, and make static.
11618 (get_pck__foo__bar__minsym): Rename to ...
11619 (get_test_minsym): ... this.
11620 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
11621 symbol names and comments.
11622 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
11623 (get_test_minsym): ... this.
11624 (pck__foo__bar__minsym__2): Rename to ...
11625 (test_minsym): ... this.
11626 (main): Adjust.
11627
11628 2017-07-17 Pedro Alves <palves@redhat.com>
11629
11630 * gdb.base/completion.exp: Adjust expected output.
11631 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
11632 the completer works.
11633
11634 2017-07-17 Pedro Alves <palves@redhat.com>
11635
11636 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
11637
11638 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
11639
11640 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
11641
11642 2017-07-14 Tom Tromey <tom@tromey.com>
11643
11644 PR rust/21764:
11645 * gdb.rust/simple.exp: Add tests.
11646
11647 2017-07-14 Tom Tromey <tom@tromey.com>
11648
11649 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
11650
11651 2017-07-14 Pedro Alves <palves@redhat.com>
11652
11653 * gdb.linespec/base/one/thefile.cc (z1): New function.
11654 * gdb.linespec/base/two/thefile.cc (z2): New function.
11655 * gdb.linespec/linespec.exp: Add tests.
11656
11657 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
11658
11659 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
11660 to mi_create_breakpoint.
11661
11662 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
11663
11664 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
11665 mi_create_breakpoint.
11666
11667 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
11668
11669 * gdb.dlang/demangle.exp: Update for demangling changes.
11670
11671 2017-07-09 Tom Tromey <tom@tromey.com>
11672
11673 * gdb.dwarf2/shortpiece.exp: New file.
11674
11675 2017-07-06 David Blaikie <dblaikie@gmail.com>
11676
11677 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
11678 built from fissiont-multi-cu{1,2}.c.
11679 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
11680 except putting 'main' and 'func' in separate CUs in the same DWO file.
11681 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
11682 test.
11683 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
11684 test.
11685
11686 2017-07-06 Pedro Alves <palves@redhat.com>
11687
11688 * gdb.python/py-unwind.exp: Test flushregs.
11689
11690 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
11691
11692 PR cli/21688
11693 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
11694 tests for alias commands and trailing whitespace.
11695
11696 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
11697
11698 PR cli/21688
11699 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
11700 procedure. Call it.
11701
11702 2017-06-29 Pedro Alves <palves@redhat.com>
11703
11704 * gdb.base/printcmds.exp: Add tests.
11705
11706 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
11707
11708 PR gdb/21337
11709 * gdb.base/reread-readsym.exp: New file.
11710 * gdb.base/reread-readsym.c: New file.
11711
11712 2017-06-21 Kevin Buettner <kevinb@redhat.com>
11713
11714 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
11715 subpattern.
11716
11717 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
11718
11719 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
11720 extended mnemonic.
11721 * gdb.arch/powerpc-power9.s: Likewise.
11722
11723 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
11724
11725 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
11726 on 32-bit x86 targets. Exploit is_*_target macros where
11727 appropriate.
11728
11729 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11730
11731 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
11732 register pieces.
11733
11734 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11735
11736 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
11737 located in one or more DWARF pieces.
11738
11739 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11740
11741 * lib/gdb.exp (get_endianness): New proc.
11742 * gdb.arch/aarch64-fp.exp: Use it.
11743 * gdb.arch/altivec-regs.exp: Likewise.
11744 * gdb.arch/e500-regs.exp: Likewise.
11745 * gdb.arch/vsx-regs.exp: Likewise.
11746 * gdb.base/dump.exp: Likewise.
11747 * gdb.base/funcargs.exp: Likewise.
11748 * gdb.base/gnu_vector.exp: Likewise.
11749 * gdb.dwarf2/formdata16.exp: Likewise.
11750 * gdb.dwarf2/implptrpiece.exp: Likewise.
11751 * gdb.dwarf2/nonvar-access.exp: Likewise.
11752 * gdb.python/py-inferior.exp: Likewise.
11753 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
11754
11755 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11756
11757 PR gdb/21226
11758 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
11759 stack value pieces are taken from the LSB end.
11760
11761 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11762
11763 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
11764 variable at nonzero offset.
11765
11766 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11767
11768 * gdb.dwarf2/var-access.c: New file.
11769 * gdb.dwarf2/var-access.exp: New test.
11770 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
11771
11772 2017-06-12 Tom Tromey <tom@tromey.com>
11773
11774 * gdb.dwarf2/formdata16.exp: Add tests.
11775
11776 2017-06-12 Tom Tromey <tom@tromey.com>
11777
11778 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
11779
11780 2017-06-12 Tom Tromey <tom@tromey.com>
11781
11782 PR exp/16225:
11783 * gdb.reverse/i386-sse-reverse.exp: Update tests.
11784 * gdb.arch/vsx-regs.exp: Update tests.
11785 * gdb.arch/s390-vregs.exp (hex128): New proc.
11786 Update test.
11787 * gdb.arch/altivec-regs.exp: Update tests.
11788
11789 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
11790
11791 * gdb.base/startup-with-shell.c: New file.
11792 * gdb.base/startup-with-shell.exp: Likewise.
11793
11794 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
11795
11796 * gdb.server/non-existing-program.exp: Update regex in order to
11797 reflect the fact that gdbserver is now using fork_inferior (with a
11798 shell) to startup the inferior.
11799
11800 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
11801
11802 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
11803 support function calls from GDB.
11804
11805 2017-05-21 Tom Tromey <tom@tromey.com>
11806
11807 PR rust/21466:
11808 * gdb.rust/unsized.exp: New file.
11809 * gdb.rust/unsized.rs: New file.
11810
11811 2017-05-19 Tom Tromey <tom@tromey.com>
11812
11813 PR rust/21484:
11814 * gdb.rust/watch.exp: New file.
11815 * gdb.rust/watch.rs: New file.
11816
11817 2017-05-18 Tom Tromey <tom@tromey.com>
11818
11819 * gdb.rust/simple.exp: Allow Box to be qualified.
11820
11821 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
11822
11823 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
11824
11825 2017-05-18 Pedro Alves <palves@redhat.com>
11826
11827 * gdb.base/fileio.c (test_write, test_read, test_close)
11828 (test_fstat): Don't print 'ret' in the fail path.
11829
11830 2017-05-18 Pedro Alves <palves@redhat.com>
11831
11832 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
11833 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
11834 (test_system, test_rename, test_unlink, test_time): Change
11835 prototypes.
11836 * gdb.base/fileio.exp (stop_msg): Adjust.
11837
11838 2017-05-18 Pedro Alves <palves@redhat.com>
11839
11840 * gdb.base/fileio.c (null_str): New global.
11841 (test_stat): Use it.
11842 * gdb.base/fileio.exp: Remove nowarnings.
11843
11844 2017-05-17 Yao Qi <yao.qi@linaro.org>
11845
11846 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
11847
11848 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
11849
11850 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
11851 argument command.
11852 (top-level): Invoke test_set_inferior_tty.
11853
11854 2017-05-04 Pedro Alves <palves@redhat.com>
11855
11856 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
11857 Add parens to print call for Python 3.
11858
11859 2017-05-03 Keith Seitz <keiths@redhat.com>
11860
11861 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
11862 (main): Call it.
11863
11864 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
11865
11866 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
11867 to prev and next.
11868
11869 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
11870
11871 * gdb.python/py-record-btrace.exp: Remove test for
11872 gdb.BtraceInstruction.error.
11873
11874 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
11875
11876 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
11877
11878 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
11879
11880 * gdb.python/py-record-btrace-threads.c: New file.
11881 * gdb.python/py-record-btrace-threads.exp: New file.
11882
11883 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
11884
11885 PR testsuite/8595
11886 * gdb.base/environ.exp: Make test available in all architectures.
11887 Move bits related to "info program" testing to
11888 gdb.base/info-program.exp. Rewrite tests to use the two new
11889 procedures mentione below.
11890 (test_set_show_env_var) New procedure.
11891 (test_set_show_env_var_equal): Likewise.
11892 * gdb.base/info-program.exp: New file.
11893
11894 2017-04-27 Keith Seitz <keiths@redhat.com>
11895
11896 * gdb.cp/oranking.cc (test15): New function.
11897 (main): Call test15 and declare additional variables for testing.
11898 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
11899 "p foo101('abc')" tests.
11900 Add tests for cv qualifier overloads.
11901 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
11902 "lvalue reference overload" test.
11903 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
11904 "print value of f1 on Child&& in f2" test.
11905
11906 2017-04-19 Pedro Alves <palves@redhat.com>
11907
11908 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
11909 procedure.
11910 (top level): Call it.
11911 * lib/gdb.exp (gdb_define_cmd): New procedure.
11912
11913 2017-04-12 Pedro Alves <palves@redhat.com>
11914
11915 PR gdb/21323
11916 * gdb.cp/wide_char_types.c: Include <wchar.h>.
11917 (wchar): New global.
11918 * gdb.cp/wide_char_types.exp (wide_char_types_program)
11919 (do_test_wide_char, wide_char_types_no_program, top level): Add
11920 wchar_t testing.
11921
11922 2017-04-12 Pedro Alves <palves@redhat.com>
11923
11924 PR c++/21323
11925 * gdb.cp/wide_char_types.c: New file.
11926 * gdb.cp/wide_char_types.exp: New file.
11927
11928 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
11929
11930 PR gdb/21352
11931 * gdb.trace/tsv.exp: Add test for "tsave -r".
11932
11933 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
11934
11935 * gdb.dlang/watch-loc.c: New file.
11936 * gdb.dlang/watch-loc.exp: New file.
11937
11938 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11939
11940 * gdb.python/py-section-script.exp (sepdebug): New testcases.
11941
11942 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
11943
11944 * gdb.arch/arc-analyze-prologue.S: New file.
11945 * gdb.arch/arc-analyze-prologue.exp: Likewise.
11946
11947 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
11948
11949 * gdb.arch/arc-decode-insn.S: New file.
11950 * gdb.arch/arc-decode-insn.exp: Likewise.
11951
11952 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
11953
11954 PR tdep/20928
11955 * gdb.arch/sparc64-regs.exp: New file.
11956 * gdb.arch/sparc64-regs.S: Likewise.
11957
11958 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
11959
11960 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
11961 and memory view on Python 3.
11962
11963 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
11964 Keith Seitz <keiths@redhat.com>
11965
11966 PR gdb/14441
11967 * gdb.cp/demangle.exp: Add rvalue reference tests.
11968 * gdb.cp/rvalue-ref-casts.cc: New file.
11969 * gdb.cp/rvalue-ref-casts.exp: New file.
11970 * gdb.cp/rvalue-ref-overload.cc: New file.
11971 * gdb.cp/rvalue-ref-overload.exp: New file.
11972 * gdb.cp/rvalue-ref-params.cc: New file.
11973 * gdb.cp/rvalue-ref-params.exp: New file.
11974 * gdb.cp/rvalue-ref-sizeof.cc: New file.
11975 * gdb.cp/rvalue-ref-sizeof.exp: New file.
11976 * gdb.cp/rvalue-ref-types.cc: New file.
11977 * gdb.cp/rvalue-ref-types.exp: New file.
11978 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
11979 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
11980
11981 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
11982
11983 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
11984 New procedure.
11985
11986 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
11987
11988 * lib/mi-support.exp (mi_gdb_test): Add additional message
11989 for unexpected output.
11990
11991 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
11992
11993 * gdb.base/examine-backward.c (Barrier): New character array
11994 constant, to ensure that TestStrings is preceded by a string
11995 terminator.
11996
11997 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11998
11999 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
12000 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
12001 and implicit pointer into such a location.
12002
12003 2017-03-16 Doug Evans <dje@google.com>
12004
12005 * gdb.python/py-lazy-string (pointer): Really add new typedef.
12006
12007 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
12008
12009 * gdb.cp/m-static.exp: Fix expectation for prototype of
12010 test5.single_constructor and single_constructor::single_constructor.
12011
12012 2017-03-16 Doug Evans <dje@google.com>
12013
12014 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
12015 * gdb.guile/scm-lazy-string.c: New file.
12016 * gdb.guile/scm-value.exp: Move lazy string tests to ...
12017 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
12018 for pointer, array, typedef lazy strings.
12019
12020 2017-03-16 Doug Evans <dje@google.com>
12021
12022 PR python/17728, python/18439, python/18779
12023 * gdb.python/py-value.c (main) Delete locals sptr, sn.
12024 * gdb.python/py-lazy-string.c (pointer): New typedef.
12025 (main): New locals ptr, array, typedef_ptr.
12026 * gdb.python/py-value.exp: Move lazy string tests to ...
12027 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
12028 array, typedef lazy strings.
12029
12030 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
12031
12032 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
12033 Add optional 'test' parameter.
12034
12035 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
12036
12037 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
12038 Skip for versions of DejaGnu < 1.5.
12039
12040 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
12041
12042 * lib/gdb.exp (dejagnu_version): New proc.
12043 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
12044 Use dejagnu_version.
12045
12046 2017-03-10 Keith Seitz <keiths@redhat.com>
12047
12048 PR c++/8128
12049 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
12050 type from destructor regexps.
12051 Add a branch which actually passes the test.
12052 Adjust "ptype t5i" test names.
12053
12054 2017-03-08 Pedro Alves <palves@redhat.com>
12055
12056 * gdb.base/step-over-exit.exp: Add explicit test message.
12057
12058 2017-03-08 Pedro Alves <palves@redhat.com>
12059
12060 PR gdb/18360
12061 * gdb.threads/interrupt-while-step-over.c: New file.
12062 * gdb.threads/interrupt-while-step-over.exp: New file.
12063
12064 2017-03-08 Pedro Alves <palves@redhat.com>
12065
12066 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
12067 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
12068
12069 2017-03-08 Pedro Alves <palves@redhat.com>
12070
12071 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
12072 PKRU as not supported as a PASS.
12073
12074 2017-03-08 Pedro Alves <palves@redhat.com>
12075
12076 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
12077 prefix instead of $binfile1/$binfile2.
12078 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
12079 in test message.
12080 * gdb.python/py-completion.exp: Use "load python file" as test
12081 messages instead of unstable path names.
12082
12083 2017-03-08 Pedro Alves <palves@redhat.com>
12084 Jan Kratochvil <jan.kratochvil@redhat.com>
12085
12086 PR cli/21218
12087 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
12088 New proc.
12089 (top level): Call it.
12090
12091 2017-03-08 Pedro Alves <palves@redhat.com>
12092
12093 PR tui/21216
12094 * gdb.tui/tui-nl-filtered-output.exp: New file.
12095
12096 2017-03-08 Pedro Alves <palves@redhat.com>
12097
12098 * gdb.base/completion.exp: Move TUI completion tests to ...
12099 * gdb.tui/completion.exp: ... this new file.
12100
12101 2017-03-08 Pedro Alves <palves@redhat.com>
12102
12103 * gdb.base/tui-disasm-long-lines.c,
12104 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
12105 gdb.base/tui-layout.exp: Move to ...
12106 * gdb.tui/: ... this new directory.
12107
12108 2017-03-07 Pedro Alves <palves@redhat.com>
12109
12110 * gdb.base/tui-layout.c: New file.
12111 * gdb.base/tui-layout.exp: New file.
12112
12113 2017-03-07 Pedro Alves <palves@redhat.com>
12114
12115 * gdb.base/tui-layout.c: Rename to ...
12116 * gdb.base/tui-disasm-long-lines.c: ... this.
12117 * gdb.base/tui-layout.exp: Rename to ...
12118 * gdb.base/tui-disasm-long-lines.exp: ... this.
12119
12120 2017-03-07 Pedro Alves <palves@redhat.com>
12121
12122 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
12123
12124 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
12125
12126 * i386-mpx-call.c: New file.
12127 * i386-mpx-call.exp: New file.
12128
12129 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
12130
12131 * gdb.arch/powerpc-power.exp: Delete test.
12132 * gdb.arch/powerpc-power.s: Likewise.
12133 * gdb.disasm/disassembler-options.exp: New test.
12134 * gdb.arch/powerpc-altivec.exp: Likewise.
12135 * gdb.arch/powerpc-altivec.s: Likewise.
12136 * gdb.arch/powerpc-altivec2.exp: Likewise.
12137 * gdb.arch/powerpc-altivec2.s: Likewise.
12138 * gdb.arch/powerpc-altivec3.exp: Likewise.
12139 * gdb.arch/powerpc-altivec3.s: Likewise.
12140 * gdb.arch/powerpc-power7.exp: Likewise.
12141 * gdb.arch/powerpc-power7.s: Likewise.
12142 * gdb.arch/powerpc-power8.exp: Likewise.
12143 * gdb.arch/powerpc-power8.s: Likewise.
12144 * gdb.arch/powerpc-power9.exp: Likewise.
12145 * gdb.arch/powerpc-power9.s: Likewise.
12146 * gdb.arch/powerpc-vsx.exp: Likewise.
12147 * gdb.arch/powerpc-vsx.s: Likewise.
12148 * gdb.arch/powerpc-vsx2.exp: Likewise.
12149 * gdb.arch/powerpc-vsx2.s: Likewise.
12150 * gdb.arch/powerpc-vsx3.exp: Likewise.
12151 * gdb.arch/powerpc-vsx3.s: Likewise.
12152 * gdb.arch/arm-disassembler-options.exp: Likewise.
12153 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
12154 * gdb.arch/s390-disassembler-options.exp: Likewise.
12155
12156 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
12157
12158 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
12159 (check_supported_features): ... this. Changed return type to void.
12160 (supports_rdseed): New static global.
12161 (rdseed): Check supports_rdseed.
12162 (initialize): Call check_supported_features.
12163
12164 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12165
12166 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
12167 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
12168 and lqarx/stqcx.
12169 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
12170 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
12171
12172 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12173
12174 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
12175 uppercase.
12176
12177 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12178
12179 * gdb.dwarf2/formdata16.c: New file.
12180 * gdb.dwarf2/formdata16.exp: New file.
12181 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
12182
12183 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12184
12185 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
12186 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
12187 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
12188 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
12189 DW_AT_GNU_*.
12190
12191 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12192
12193 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
12194
12195 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
12196
12197 PR gdb/21164
12198 * gdb.base/maint.exp: Add testcases for when the commands do
12199 not have arguments.
12200
12201 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
12202
12203 * gdb.cp/chained-calls.exp: Use p instead of P.
12204
12205 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
12206
12207 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
12208 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
12209
12210 2017-02-14 Tom Tromey <tom@tromey.com>
12211
12212 PR python/13598:
12213 * gdb.python/py-events.exp: Add before_prompt event tests.
12214
12215 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
12216
12217 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
12218
12219 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
12220
12221 * gdb.linespec/explicit.c (my_unique_function_name): New function.
12222 (main): Call my_unique_function_name.
12223 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
12224 completion of patterns with a single match.
12225 Add missing -re switches to gdb_test_multiple calls.
12226
12227 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
12228
12229 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
12230 return if core file is not recognized.
12231
12232 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
12233
12234 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
12235 and extra UIs.
12236
12237 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
12238
12239 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
12240 proc_with_prefix.
12241
12242 2017-02-10 Tom Tromey <tom@tromey.com>
12243
12244 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
12245
12246 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
12247
12248 PR gdb/21122
12249 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
12250
12251 2017-02-08 Jerome Guitton <guitton@adacore.com>
12252
12253 * gdb.base/define.exp: Add test for command abbreviations
12254 in define.
12255
12256 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
12257
12258 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
12259 * gdb.reverse/insn-reverse-x86.c: New file.
12260
12261 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
12262
12263 PR tdep/20936
12264 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
12265
12266 2017-02-03 Tom Tromey <tom@tromey.com>
12267
12268 PR rust/21097:
12269 * gdb.rust/simple.exp: Add new tests.
12270
12271 2017-02-02 Pedro Alves <palves@redhat.com>
12272
12273 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
12274 tests.
12275
12276 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12277
12278 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
12279 taking a 2-byte value out of a 4-byte DWARF implicit value on
12280 big-endian targets.
12281 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
12282 logic. Add test cases for DW_OP_implicit.
12283
12284 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12285
12286 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
12287
12288 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12289
12290 * gdb.btrace/enable.exp: Call gdb_exit before
12291 skip_gdbserver_tests.
12292
12293 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12294
12295 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
12296 GDBFLAGS.
12297
12298 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12299
12300 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
12301 the test is skipped.
12302 * gdb.btrace/data.exp: Likewise.
12303 * gdb.btrace/delta.exp: Likewise.
12304 * gdb.btrace/dlopen.exp: Likewise.
12305 * gdb.btrace/enable-running.exp: Likewise.
12306 * gdb.btrace/enable.exp: Likewise.
12307 * gdb.btrace/exception.exp: Likewise.
12308 * gdb.btrace/function_call_history.exp: Likewise.
12309 * gdb.btrace/gcore.exp: Likewise.
12310 * gdb.btrace/instruction_history.exp: Likewise.
12311 * gdb.btrace/multi-thread-step.exp: Likewise.
12312 * gdb.btrace/nohist.exp: Likewise.
12313 * gdb.btrace/non-stop.exp: Likewise.
12314 * gdb.btrace/reconnect.exp: Likewise.
12315 * gdb.btrace/record_goto-step.exp: Likewise.
12316 * gdb.btrace/record_goto.exp: Likewise.
12317 * gdb.btrace/rn-dl-bind.exp: Likewise.
12318 * gdb.btrace/segv.exp: Likewise.
12319 * gdb.btrace/step.exp: Likewise.
12320 * gdb.btrace/stepi.exp: Likewise.
12321 * gdb.btrace/tailcall-only.exp: Likewise.
12322 * gdb.btrace/tailcall.exp: Likewise.
12323 * gdb.btrace/tsx.exp: Likewise.
12324 * gdb.btrace/unknown_functions.exp: Likewise.
12325 * gdb.btrace/vdso.exp: Likewise.
12326
12327 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12328
12329 * gdb.btrace/enable-running.c: New.
12330 * gdb.btrace/enable-running.exp: New.
12331
12332 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
12333
12334 * gdb.arch/amd64-gs_base.c: New file.
12335 * gdb.arch/amd64-gs_base.exp: New file.
12336
12337 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
12338
12339 * lib/memory.exp: Remove spurious empty newlines.
12340
12341 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
12342
12343 * gdb.python/py-bad-printers.exp: Load python file using "source".
12344 * gdb.python/py-events.exp: Likewise.
12345 * gdb.python/py-evsignal.exp: Likewise.
12346 * gdb.python/py-evthreads.exp: Likewise.
12347 * gdb.python/py-frame-args.exp: Likewise.
12348 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
12349 * gdb.python/py-framefilter-mi.exp: Likewise.
12350 * gdb.python/py-framefilter.exp: Likewise.
12351 * gdb.python/py-mi.exp: Likewise.
12352 * gdb.python/py-pp-maint.exp: Likewise.
12353 * gdb.python/py-pp-registration.exp: Likewise.
12354 * gdb.python/py-prettyprint.exp: Likewise.
12355 (run_lang_tests): Likewise.
12356 * gdb.python/py-typeprint.exp: Likewise.
12357
12358 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
12359
12360 * lib/memory.exp: New file.
12361 * lib/gdb.exp: Load memory.exp.
12362 * gdb.base/memattr.exp (delete_memory): Move proc to
12363 lib/memory.exp and rename to delete_memory_regions.
12364 Replace delete_memory with delete_memory_regions.
12365 Cleanup memory regions before tests.
12366 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
12367 before tests.
12368
12369 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
12370
12371 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
12372 files.
12373 (initialize): New function conditionally defined.
12374 (testcases): Move within conditional block.
12375 (main): Call initialize.
12376 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
12377 of gdb.reverse/insn-reverse.c.
12378 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
12379 gdb.reverse/insn-reverse.c.
12380
12381 2017-01-26 Yao Qi <yao.qi@linaro.org>
12382
12383 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
12384 disassemble on address 0.
12385
12386 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
12387 Yao Qi <yao.qi@linaro.org>
12388
12389 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
12390 * gdb.dwarf2/implptr-64bit.S: Remove.
12391 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
12392 variables in caller's context. Add DW_OP_implicit_value.
12393
12394 2017-01-25 Yao Qi <yao.qi@linaro.org>
12395
12396 * lib/dwarf.exp (Dwarf::_location): Handle
12397 DW_OP_GNU_implicit_pointer with proper size.
12398
12399 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
12400
12401 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
12402 and add untested calls.
12403
12404 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
12405
12406 * gdb.python/python.exp: Check line number against what GDB thinks
12407 the line number is for func1.
12408
12409 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
12410
12411 * gdb.dlang/debug-expr.exp: New file.
12412
12413 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
12414
12415 Fix test names for the following files:
12416
12417 * gdb.ada/exec_changed.exp
12418 * gdb.ada/info_types.exp
12419 * gdb.arch/aarch64-atomic-inst.exp
12420 * gdb.arch/aarch64-fp.exp
12421 * gdb.arch/altivec-abi.exp
12422 * gdb.arch/altivec-regs.exp
12423 * gdb.arch/amd64-byte.exp
12424 * gdb.arch/amd64-disp-step.exp
12425 * gdb.arch/amd64-dword.exp
12426 * gdb.arch/amd64-entry-value-inline.exp
12427 * gdb.arch/amd64-entry-value-param.exp
12428 * gdb.arch/amd64-entry-value-paramref.exp
12429 * gdb.arch/amd64-entry-value.exp
12430 * gdb.arch/amd64-i386-address.exp
12431 * gdb.arch/amd64-invalid-stack-middle.exp
12432 * gdb.arch/amd64-invalid-stack-top.exp
12433 * gdb.arch/amd64-optimout-repeat.exp
12434 * gdb.arch/amd64-prologue-skip.exp
12435 * gdb.arch/amd64-prologue-xmm.exp
12436 * gdb.arch/amd64-stap-special-operands.exp
12437 * gdb.arch/amd64-stap-wrong-subexp.exp
12438 * gdb.arch/amd64-tailcall-cxx.exp
12439 * gdb.arch/amd64-tailcall-noret.exp
12440 * gdb.arch/amd64-tailcall-ret.exp
12441 * gdb.arch/amd64-tailcall-self.exp
12442 * gdb.arch/amd64-word.exp
12443 * gdb.arch/arm-bl-branch-dest.exp
12444 * gdb.arch/arm-disp-step.exp
12445 * gdb.arch/arm-neon.exp
12446 * gdb.arch/arm-single-step-kernel-helper.exp
12447 * gdb.arch/avr-flash-qualifier.exp
12448 * gdb.arch/disp-step-insn-reloc.exp
12449 * gdb.arch/e500-abi.exp
12450 * gdb.arch/e500-regs.exp
12451 * gdb.arch/ftrace-insn-reloc.exp
12452 * gdb.arch/i386-avx512.exp
12453 * gdb.arch/i386-bp_permanent.exp
12454 * gdb.arch/i386-byte.exp
12455 * gdb.arch/i386-cfi-notcurrent.exp
12456 * gdb.arch/i386-disp-step.exp
12457 * gdb.arch/i386-dr3-watch.exp
12458 * gdb.arch/i386-float.exp
12459 * gdb.arch/i386-gnu-cfi.exp
12460 * gdb.arch/i386-mpx-map.exp
12461 * gdb.arch/i386-mpx-sigsegv.exp
12462 * gdb.arch/i386-mpx-simple_segv.exp
12463 * gdb.arch/i386-mpx.exp
12464 * gdb.arch/i386-permbkpt.exp
12465 * gdb.arch/i386-prologue.exp
12466 * gdb.arch/i386-signal.exp
12467 * gdb.arch/i386-size-overlap.exp
12468 * gdb.arch/i386-unwind.exp
12469 * gdb.arch/i386-word.exp
12470 * gdb.arch/mips-fcr.exp
12471 * gdb.arch/powerpc-d128-regs.exp
12472 * gdb.arch/powerpc-stackless.exp
12473 * gdb.arch/ppc64-atomic-inst.exp
12474 * gdb.arch/s390-stackless.exp
12475 * gdb.arch/s390-tdbregs.exp
12476 * gdb.arch/s390-vregs.exp
12477 * gdb.arch/sparc-sysstep.exp
12478 * gdb.arch/thumb-bx-pc.exp
12479 * gdb.arch/thumb-singlestep.exp
12480 * gdb.arch/thumb2-it.exp
12481 * gdb.arch/vsx-regs.exp
12482 * gdb.asm/asm-source.exp
12483 * gdb.base/a2-run.exp
12484 * gdb.base/advance.exp
12485 * gdb.base/all-bin.exp
12486 * gdb.base/anon.exp
12487 * gdb.base/args.exp
12488 * gdb.base/arithmet.exp
12489 * gdb.base/async-shell.exp
12490 * gdb.base/async.exp
12491 * gdb.base/attach-pie-noexec.exp
12492 * gdb.base/attach-twice.exp
12493 * gdb.base/auto-load.exp
12494 * gdb.base/bang.exp
12495 * gdb.base/bitfields.exp
12496 * gdb.base/break-always.exp
12497 * gdb.base/break-caller-line.exp
12498 * gdb.base/break-entry.exp
12499 * gdb.base/break-inline.exp
12500 * gdb.base/break-on-linker-gcd-function.exp
12501 * gdb.base/break-probes.exp
12502 * gdb.base/break.exp
12503 * gdb.base/breakpoint-shadow.exp
12504 * gdb.base/call-ar-st.exp
12505 * gdb.base/call-sc.exp
12506 * gdb.base/call-signal-resume.exp
12507 * gdb.base/call-strs.exp
12508 * gdb.base/callfuncs.exp
12509 * gdb.base/catch-fork-static.exp
12510 * gdb.base/catch-gdb-caused-signals.exp
12511 * gdb.base/catch-load.exp
12512 * gdb.base/catch-signal-fork.exp
12513 * gdb.base/catch-signal.exp
12514 * gdb.base/catch-syscall.exp
12515 * gdb.base/charset.exp
12516 * gdb.base/checkpoint.exp
12517 * gdb.base/chng-syms.exp
12518 * gdb.base/code-expr.exp
12519 * gdb.base/code_elim.exp
12520 * gdb.base/commands.exp
12521 * gdb.base/completion.exp
12522 * gdb.base/complex.exp
12523 * gdb.base/cond-expr.exp
12524 * gdb.base/condbreak.exp
12525 * gdb.base/consecutive.exp
12526 * gdb.base/continue-all-already-running.exp
12527 * gdb.base/coredump-filter.exp
12528 * gdb.base/corefile.exp
12529 * gdb.base/dbx.exp
12530 * gdb.base/debug-expr.exp
12531 * gdb.base/define.exp
12532 * gdb.base/del.exp
12533 * gdb.base/disabled-location.exp
12534 * gdb.base/disasm-end-cu.exp
12535 * gdb.base/disasm-optim.exp
12536 * gdb.base/display.exp
12537 * gdb.base/duplicate-bp.exp
12538 * gdb.base/ena-dis-br.exp
12539 * gdb.base/ending-run.exp
12540 * gdb.base/enumval.exp
12541 * gdb.base/environ.exp
12542 * gdb.base/eu-strip-infcall.exp
12543 * gdb.base/eval-avoid-side-effects.exp
12544 * gdb.base/eval-skip.exp
12545 * gdb.base/exitsignal.exp
12546 * gdb.base/expand-psymtabs.exp
12547 * gdb.base/filesym.exp
12548 * gdb.base/find-unmapped.exp
12549 * gdb.base/finish.exp
12550 * gdb.base/float.exp
12551 * gdb.base/foll-exec-mode.exp
12552 * gdb.base/foll-exec.exp
12553 * gdb.base/foll-fork.exp
12554 * gdb.base/fortran-sym-case.exp
12555 * gdb.base/freebpcmd.exp
12556 * gdb.base/func-ptr.exp
12557 * gdb.base/func-ptrs.exp
12558 * gdb.base/funcargs.exp
12559 * gdb.base/gcore-buffer-overflow.exp
12560 * gdb.base/gcore-relro-pie.exp
12561 * gdb.base/gcore-relro.exp
12562 * gdb.base/gcore.exp
12563 * gdb.base/gdb1090.exp
12564 * gdb.base/gdb11530.exp
12565 * gdb.base/gdb11531.exp
12566 * gdb.base/gdb1821.exp
12567 * gdb.base/gdbindex-stabs.exp
12568 * gdb.base/gdbvars.exp
12569 * gdb.base/hbreak.exp
12570 * gdb.base/hbreak2.exp
12571 * gdb.base/included.exp
12572 * gdb.base/infcall-input.exp
12573 * gdb.base/inferior-died.exp
12574 * gdb.base/infnan.exp
12575 * gdb.base/info-macros.exp
12576 * gdb.base/info-os.exp
12577 * gdb.base/info-proc.exp
12578 * gdb.base/info-shared.exp
12579 * gdb.base/info-target.exp
12580 * gdb.base/infoline.exp
12581 * gdb.base/interp.exp
12582 * gdb.base/interrupt.exp
12583 * gdb.base/jit-reader.exp
12584 * gdb.base/jit-simple.exp
12585 * gdb.base/kill-after-signal.exp
12586 * gdb.base/kill-detach-inferiors-cmd.exp
12587 * gdb.base/label.exp
12588 * gdb.base/langs.exp
12589 * gdb.base/ldbl_e308.exp
12590 * gdb.base/line-symtabs.exp
12591 * gdb.base/linespecs.exp
12592 * gdb.base/list.exp
12593 * gdb.base/long_long.exp
12594 * gdb.base/longest-types.exp
12595 * gdb.base/maint.exp
12596 * gdb.base/max-value-size.exp
12597 * gdb.base/memattr.exp
12598 * gdb.base/mips_pro.exp
12599 * gdb.base/morestack.exp
12600 * gdb.base/moribund-step.exp
12601 * gdb.base/multi-forks.exp
12602 * gdb.base/nested-addr.exp
12603 * gdb.base/nextoverexit.exp
12604 * gdb.base/noreturn-finish.exp
12605 * gdb.base/noreturn-return.exp
12606 * gdb.base/nostdlib.exp
12607 * gdb.base/offsets.exp
12608 * gdb.base/opaque.exp
12609 * gdb.base/pc-fp.exp
12610 * gdb.base/permissions.exp
12611 * gdb.base/print-symbol-loading.exp
12612 * gdb.base/prologue-include.exp
12613 * gdb.base/psymtab.exp
12614 * gdb.base/ptype.exp
12615 * gdb.base/random-signal.exp
12616 * gdb.base/randomize.exp
12617 * gdb.base/range-stepping.exp
12618 * gdb.base/readline-ask.exp
12619 * gdb.base/recpar.exp
12620 * gdb.base/recurse.exp
12621 * gdb.base/relational.exp
12622 * gdb.base/restore.exp
12623 * gdb.base/return-nodebug.exp
12624 * gdb.base/return.exp
12625 * gdb.base/run-after-attach.exp
12626 * gdb.base/save-bp.exp
12627 * gdb.base/scope.exp
12628 * gdb.base/sect-cmd.exp
12629 * gdb.base/set-lang-auto.exp
12630 * gdb.base/set-noassign.exp
12631 * gdb.base/setvar.exp
12632 * gdb.base/sigall.exp
12633 * gdb.base/sigbpt.exp
12634 * gdb.base/siginfo-addr.exp
12635 * gdb.base/siginfo-infcall.exp
12636 * gdb.base/siginfo-obj.exp
12637 * gdb.base/siginfo.exp
12638 * gdb.base/signals-state-child.exp
12639 * gdb.base/signest.exp
12640 * gdb.base/sigstep.exp
12641 * gdb.base/sizeof.exp
12642 * gdb.base/skip.exp
12643 * gdb.base/solib-corrupted.exp
12644 * gdb.base/solib-nodir.exp
12645 * gdb.base/solib-search.exp
12646 * gdb.base/stack-checking.exp
12647 * gdb.base/stale-infcall.exp
12648 * gdb.base/stap-probe.exp
12649 * gdb.base/start.exp
12650 * gdb.base/step-break.exp
12651 * gdb.base/step-bt.exp
12652 * gdb.base/step-line.exp
12653 * gdb.base/step-over-exit.exp
12654 * gdb.base/step-over-syscall.exp
12655 * gdb.base/step-resume-infcall.exp
12656 * gdb.base/step-test.exp
12657 * gdb.base/store.exp
12658 * gdb.base/structs3.exp
12659 * gdb.base/sym-file.exp
12660 * gdb.base/symbol-without-target_section.exp
12661 * gdb.base/term.exp
12662 * gdb.base/testenv.exp
12663 * gdb.base/ui-redirect.exp
12664 * gdb.base/until.exp
12665 * gdb.base/unwindonsignal.exp
12666 * gdb.base/value-double-free.exp
12667 * gdb.base/vla-datatypes.exp
12668 * gdb.base/vla-ptr.exp
12669 * gdb.base/vla-sideeffect.exp
12670 * gdb.base/volatile.exp
12671 * gdb.base/watch-cond-infcall.exp
12672 * gdb.base/watch-cond.exp
12673 * gdb.base/watch-non-mem.exp
12674 * gdb.base/watch-read.exp
12675 * gdb.base/watch-vfork.exp
12676 * gdb.base/watchpoint-cond-gone.exp
12677 * gdb.base/watchpoint-delete.exp
12678 * gdb.base/watchpoint-hw-hit-once.exp
12679 * gdb.base/watchpoint-hw.exp
12680 * gdb.base/watchpoint-stops-at-right-insn.exp
12681 * gdb.base/watchpoints.exp
12682 * gdb.base/wchar.exp
12683 * gdb.base/whatis-exp.exp
12684 * gdb.btrace/buffer-size.exp
12685 * gdb.btrace/data.exp
12686 * gdb.btrace/delta.exp
12687 * gdb.btrace/dlopen.exp
12688 * gdb.btrace/enable.exp
12689 * gdb.btrace/exception.exp
12690 * gdb.btrace/function_call_history.exp
12691 * gdb.btrace/gcore.exp
12692 * gdb.btrace/instruction_history.exp
12693 * gdb.btrace/nohist.exp
12694 * gdb.btrace/reconnect.exp
12695 * gdb.btrace/record_goto-step.exp
12696 * gdb.btrace/record_goto.exp
12697 * gdb.btrace/rn-dl-bind.exp
12698 * gdb.btrace/segv.exp
12699 * gdb.btrace/step.exp
12700 * gdb.btrace/stepi.exp
12701 * gdb.btrace/tailcall-only.exp
12702 * gdb.btrace/tailcall.exp
12703 * gdb.btrace/tsx.exp
12704 * gdb.btrace/unknown_functions.exp
12705 * gdb.btrace/vdso.exp
12706 * gdb.compile/compile-ifunc.exp
12707 * gdb.compile/compile-ops.exp
12708 * gdb.compile/compile-print.exp
12709 * gdb.compile/compile-setjmp.exp
12710 * gdb.cp/abstract-origin.exp
12711 * gdb.cp/ambiguous.exp
12712 * gdb.cp/annota2.exp
12713 * gdb.cp/annota3.exp
12714 * gdb.cp/anon-ns.exp
12715 * gdb.cp/anon-struct.exp
12716 * gdb.cp/anon-union.exp
12717 * gdb.cp/arg-reference.exp
12718 * gdb.cp/baseenum.exp
12719 * gdb.cp/bool.exp
12720 * gdb.cp/breakpoint.exp
12721 * gdb.cp/bs15503.exp
12722 * gdb.cp/call-c.exp
12723 * gdb.cp/casts.exp
12724 * gdb.cp/chained-calls.exp
12725 * gdb.cp/class2.exp
12726 * gdb.cp/classes.exp
12727 * gdb.cp/cmpd-minsyms.exp
12728 * gdb.cp/converts.exp
12729 * gdb.cp/cp-relocate.exp
12730 * gdb.cp/cpcompletion.exp
12731 * gdb.cp/cpexprs.exp
12732 * gdb.cp/cplabel.exp
12733 * gdb.cp/cplusfuncs.exp
12734 * gdb.cp/cpsizeof.exp
12735 * gdb.cp/ctti.exp
12736 * gdb.cp/derivation.exp
12737 * gdb.cp/destrprint.exp
12738 * gdb.cp/dispcxx.exp
12739 * gdb.cp/enum-class.exp
12740 * gdb.cp/exception.exp
12741 * gdb.cp/exceptprint.exp
12742 * gdb.cp/expand-psymtabs-cxx.exp
12743 * gdb.cp/expand-sals.exp
12744 * gdb.cp/extern-c.exp
12745 * gdb.cp/filename.exp
12746 * gdb.cp/formatted-ref.exp
12747 * gdb.cp/fpointer.exp
12748 * gdb.cp/gdb1355.exp
12749 * gdb.cp/gdb2495.exp
12750 * gdb.cp/hang.exp
12751 * gdb.cp/impl-this.exp
12752 * gdb.cp/infcall-dlopen.exp
12753 * gdb.cp/inherit.exp
12754 * gdb.cp/iostream.exp
12755 * gdb.cp/koenig.exp
12756 * gdb.cp/local.exp
12757 * gdb.cp/m-data.exp
12758 * gdb.cp/m-static.exp
12759 * gdb.cp/mb-ctor.exp
12760 * gdb.cp/mb-inline.exp
12761 * gdb.cp/mb-templates.exp
12762 * gdb.cp/member-name.exp
12763 * gdb.cp/member-ptr.exp
12764 * gdb.cp/meth-typedefs.exp
12765 * gdb.cp/method.exp
12766 * gdb.cp/method2.exp
12767 * gdb.cp/minsym-fallback.exp
12768 * gdb.cp/misc.exp
12769 * gdb.cp/namelessclass.exp
12770 * gdb.cp/namespace-enum.exp
12771 * gdb.cp/namespace-nested-import.exp
12772 * gdb.cp/namespace.exp
12773 * gdb.cp/nextoverthrow.exp
12774 * gdb.cp/no-dmgl-verbose.exp
12775 * gdb.cp/non-trivial-retval.exp
12776 * gdb.cp/noparam.exp
12777 * gdb.cp/nsdecl.exp
12778 * gdb.cp/nsimport.exp
12779 * gdb.cp/nsnested.exp
12780 * gdb.cp/nsnoimports.exp
12781 * gdb.cp/nsrecurs.exp
12782 * gdb.cp/nsstress.exp
12783 * gdb.cp/nsusing.exp
12784 * gdb.cp/operator.exp
12785 * gdb.cp/oranking.exp
12786 * gdb.cp/overload-const.exp
12787 * gdb.cp/overload.exp
12788 * gdb.cp/ovldbreak.exp
12789 * gdb.cp/ovsrch.exp
12790 * gdb.cp/paren-type.exp
12791 * gdb.cp/parse-lang.exp
12792 * gdb.cp/pass-by-ref.exp
12793 * gdb.cp/pr-1023.exp
12794 * gdb.cp/pr-1210.exp
12795 * gdb.cp/pr-574.exp
12796 * gdb.cp/pr10687.exp
12797 * gdb.cp/pr12028.exp
12798 * gdb.cp/pr17132.exp
12799 * gdb.cp/pr17494.exp
12800 * gdb.cp/pr9067.exp
12801 * gdb.cp/pr9167.exp
12802 * gdb.cp/pr9631.exp
12803 * gdb.cp/printmethod.exp
12804 * gdb.cp/psmang.exp
12805 * gdb.cp/psymtab-parameter.exp
12806 * gdb.cp/ptype-cv-cp.exp
12807 * gdb.cp/ptype-flags.exp
12808 * gdb.cp/re-set-overloaded.exp
12809 * gdb.cp/ref-types.exp
12810 * gdb.cp/rtti.exp
12811 * gdb.cp/scope-err.exp
12812 * gdb.cp/shadow.exp
12813 * gdb.cp/smartp.exp
12814 * gdb.cp/static-method.exp
12815 * gdb.cp/static-print-quit.exp
12816 * gdb.cp/temargs.exp
12817 * gdb.cp/templates.exp
12818 * gdb.cp/try_catch.exp
12819 * gdb.cp/typedef-operator.exp
12820 * gdb.cp/typeid.exp
12821 * gdb.cp/userdef.exp
12822 * gdb.cp/using-crash.exp
12823 * gdb.cp/var-tag.exp
12824 * gdb.cp/virtbase.exp
12825 * gdb.cp/virtfunc.exp
12826 * gdb.cp/virtfunc2.exp
12827 * gdb.cp/vla-cxx.exp
12828 * gdb.disasm/t01_mov.exp
12829 * gdb.disasm/t02_mova.exp
12830 * gdb.disasm/t03_add.exp
12831 * gdb.disasm/t04_sub.exp
12832 * gdb.disasm/t05_cmp.exp
12833 * gdb.disasm/t06_ari2.exp
12834 * gdb.disasm/t07_ari3.exp
12835 * gdb.disasm/t08_or.exp
12836 * gdb.disasm/t09_xor.exp
12837 * gdb.disasm/t10_and.exp
12838 * gdb.disasm/t11_logs.exp
12839 * gdb.disasm/t12_bit.exp
12840 * gdb.disasm/t13_otr.exp
12841 * gdb.dlang/circular.exp
12842 * gdb.dwarf2/arr-stride.exp
12843 * gdb.dwarf2/arr-subrange.exp
12844 * gdb.dwarf2/atomic-type.exp
12845 * gdb.dwarf2/bad-regnum.exp
12846 * gdb.dwarf2/bitfield-parent-optimized-out.exp
12847 * gdb.dwarf2/callframecfa.exp
12848 * gdb.dwarf2/clztest.exp
12849 * gdb.dwarf2/corrupt.exp
12850 * gdb.dwarf2/data-loc.exp
12851 * gdb.dwarf2/dup-psym.exp
12852 * gdb.dwarf2/dw2-anon-mptr.exp
12853 * gdb.dwarf2/dw2-anonymous-func.exp
12854 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
12855 * gdb.dwarf2/dw2-bad-unresolved.exp
12856 * gdb.dwarf2/dw2-basic.exp
12857 * gdb.dwarf2/dw2-canonicalize-type.exp
12858 * gdb.dwarf2/dw2-case-insensitive.exp
12859 * gdb.dwarf2/dw2-common-block.exp
12860 * gdb.dwarf2/dw2-compdir-oldgcc.exp
12861 * gdb.dwarf2/dw2-compressed.exp
12862 * gdb.dwarf2/dw2-const.exp
12863 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
12864 * gdb.dwarf2/dw2-cu-size.exp
12865 * gdb.dwarf2/dw2-dup-frame.exp
12866 * gdb.dwarf2/dw2-entry-value.exp
12867 * gdb.dwarf2/dw2-icycle.exp
12868 * gdb.dwarf2/dw2-ifort-parameter.exp
12869 * gdb.dwarf2/dw2-inline-break.exp
12870 * gdb.dwarf2/dw2-inline-param.exp
12871 * gdb.dwarf2/dw2-intercu.exp
12872 * gdb.dwarf2/dw2-intermix.exp
12873 * gdb.dwarf2/dw2-lexical-block-bare.exp
12874 * gdb.dwarf2/dw2-linkage-name-trust.exp
12875 * gdb.dwarf2/dw2-minsym-in-cu.exp
12876 * gdb.dwarf2/dw2-noloc.exp
12877 * gdb.dwarf2/dw2-op-call.exp
12878 * gdb.dwarf2/dw2-op-out-param.exp
12879 * gdb.dwarf2/dw2-opt-structptr.exp
12880 * gdb.dwarf2/dw2-param-error.exp
12881 * gdb.dwarf2/dw2-producer.exp
12882 * gdb.dwarf2/dw2-ranges-base.exp
12883 * gdb.dwarf2/dw2-ref-missing-frame.exp
12884 * gdb.dwarf2/dw2-reg-undefined.exp
12885 * gdb.dwarf2/dw2-regno-invalid.exp
12886 * gdb.dwarf2/dw2-restore.exp
12887 * gdb.dwarf2/dw2-restrict.exp
12888 * gdb.dwarf2/dw2-single-line-discriminators.exp
12889 * gdb.dwarf2/dw2-strp.exp
12890 * gdb.dwarf2/dw2-undefined-ret-addr.exp
12891 * gdb.dwarf2/dw2-unresolved.exp
12892 * gdb.dwarf2/dw2-var-zero-addr.exp
12893 * gdb.dwarf2/dw4-sig-types.exp
12894 * gdb.dwarf2/dwz.exp
12895 * gdb.dwarf2/dynarr-ptr.exp
12896 * gdb.dwarf2/enum-type.exp
12897 * gdb.dwarf2/gdb-index.exp
12898 * gdb.dwarf2/implptr-64bit.exp
12899 * gdb.dwarf2/implptr-optimized-out.exp
12900 * gdb.dwarf2/implptr.exp
12901 * gdb.dwarf2/implref-array.exp
12902 * gdb.dwarf2/implref-const.exp
12903 * gdb.dwarf2/implref-global.exp
12904 * gdb.dwarf2/implref-struct.exp
12905 * gdb.dwarf2/mac-fileno.exp
12906 * gdb.dwarf2/main-subprogram.exp
12907 * gdb.dwarf2/member-ptr-forwardref.exp
12908 * gdb.dwarf2/method-ptr.exp
12909 * gdb.dwarf2/missing-sig-type.exp
12910 * gdb.dwarf2/nonvar-access.exp
12911 * gdb.dwarf2/opaque-type-lookup.exp
12912 * gdb.dwarf2/pieces-optimized-out.exp
12913 * gdb.dwarf2/pieces.exp
12914 * gdb.dwarf2/pr10770.exp
12915 * gdb.dwarf2/pr13961.exp
12916 * gdb.dwarf2/staticvirtual.exp
12917 * gdb.dwarf2/subrange.exp
12918 * gdb.dwarf2/symtab-producer.exp
12919 * gdb.dwarf2/trace-crash.exp
12920 * gdb.dwarf2/typeddwarf.exp
12921 * gdb.dwarf2/valop.exp
12922 * gdb.dwarf2/watch-notconst.exp
12923 * gdb.fortran/array-element.exp
12924 * gdb.fortran/charset.exp
12925 * gdb.fortran/common-block.exp
12926 * gdb.fortran/complex.exp
12927 * gdb.fortran/derived-type-function.exp
12928 * gdb.fortran/derived-type.exp
12929 * gdb.fortran/logical.exp
12930 * gdb.fortran/module.exp
12931 * gdb.fortran/multi-dim.exp
12932 * gdb.fortran/nested-funcs.exp
12933 * gdb.fortran/print-formatted.exp
12934 * gdb.fortran/subarray.exp
12935 * gdb.fortran/vla-alloc-assoc.exp
12936 * gdb.fortran/vla-datatypes.exp
12937 * gdb.fortran/vla-history.exp
12938 * gdb.fortran/vla-ptr-info.exp
12939 * gdb.fortran/vla-ptype-sub.exp
12940 * gdb.fortran/vla-ptype.exp
12941 * gdb.fortran/vla-sizeof.exp
12942 * gdb.fortran/vla-type.exp
12943 * gdb.fortran/vla-value-sub-arbitrary.exp
12944 * gdb.fortran/vla-value-sub-finish.exp
12945 * gdb.fortran/vla-value-sub.exp
12946 * gdb.fortran/vla-value.exp
12947 * gdb.fortran/whatis_type.exp
12948 * gdb.go/chan.exp
12949 * gdb.go/handcall.exp
12950 * gdb.go/hello.exp
12951 * gdb.go/integers.exp
12952 * gdb.go/methods.exp
12953 * gdb.go/package.exp
12954 * gdb.go/strings.exp
12955 * gdb.go/types.exp
12956 * gdb.go/unsafe.exp
12957 * gdb.guile/scm-arch.exp
12958 * gdb.guile/scm-block.exp
12959 * gdb.guile/scm-breakpoint.exp
12960 * gdb.guile/scm-cmd.exp
12961 * gdb.guile/scm-disasm.exp
12962 * gdb.guile/scm-equal.exp
12963 * gdb.guile/scm-frame-args.exp
12964 * gdb.guile/scm-frame-inline.exp
12965 * gdb.guile/scm-frame.exp
12966 * gdb.guile/scm-iterator.exp
12967 * gdb.guile/scm-math.exp
12968 * gdb.guile/scm-objfile.exp
12969 * gdb.guile/scm-ports.exp
12970 * gdb.guile/scm-symbol.exp
12971 * gdb.guile/scm-symtab.exp
12972 * gdb.guile/scm-value-cc.exp
12973 * gdb.guile/types-module.exp
12974 * gdb.linespec/break-ask.exp
12975 * gdb.linespec/cpexplicit.exp
12976 * gdb.linespec/explicit.exp
12977 * gdb.linespec/keywords.exp
12978 * gdb.linespec/linespec.exp
12979 * gdb.linespec/ls-dollar.exp
12980 * gdb.linespec/ls-errs.exp
12981 * gdb.linespec/skip-two.exp
12982 * gdb.linespec/thread.exp
12983 * gdb.mi/mi-async.exp
12984 * gdb.mi/mi-basics.exp
12985 * gdb.mi/mi-break.exp
12986 * gdb.mi/mi-catch-load.exp
12987 * gdb.mi/mi-cli.exp
12988 * gdb.mi/mi-cmd-param-changed.exp
12989 * gdb.mi/mi-console.exp
12990 * gdb.mi/mi-detach.exp
12991 * gdb.mi/mi-disassemble.exp
12992 * gdb.mi/mi-eval.exp
12993 * gdb.mi/mi-file-transfer.exp
12994 * gdb.mi/mi-file.exp
12995 * gdb.mi/mi-fill-memory.exp
12996 * gdb.mi/mi-inheritance-syntax-error.exp
12997 * gdb.mi/mi-linespec-err-cp.exp
12998 * gdb.mi/mi-logging.exp
12999 * gdb.mi/mi-memory-changed.exp
13000 * gdb.mi/mi-read-memory.exp
13001 * gdb.mi/mi-record-changed.exp
13002 * gdb.mi/mi-reg-undefined.exp
13003 * gdb.mi/mi-regs.exp
13004 * gdb.mi/mi-return.exp
13005 * gdb.mi/mi-reverse.exp
13006 * gdb.mi/mi-simplerun.exp
13007 * gdb.mi/mi-solib.exp
13008 * gdb.mi/mi-stack.exp
13009 * gdb.mi/mi-stepi.exp
13010 * gdb.mi/mi-syn-frame.exp
13011 * gdb.mi/mi-until.exp
13012 * gdb.mi/mi-var-block.exp
13013 * gdb.mi/mi-var-child.exp
13014 * gdb.mi/mi-var-cmd.exp
13015 * gdb.mi/mi-var-cp.exp
13016 * gdb.mi/mi-var-display.exp
13017 * gdb.mi/mi-var-invalidate.exp
13018 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
13019 * gdb.mi/mi-vla-fortran.exp
13020 * gdb.mi/mi-watch.exp
13021 * gdb.mi/mi2-var-child.exp
13022 * gdb.mi/user-selected-context-sync.exp
13023 * gdb.modula2/unbounded-array.exp
13024 * gdb.multi/dummy-frame-restore.exp
13025 * gdb.multi/multi-arch-exec.exp
13026 * gdb.multi/multi-arch.exp
13027 * gdb.multi/tids.exp
13028 * gdb.multi/watchpoint-multi.exp
13029 * gdb.opencl/callfuncs.exp
13030 * gdb.opencl/convs_casts.exp
13031 * gdb.opencl/datatypes.exp
13032 * gdb.opencl/operators.exp
13033 * gdb.opencl/vec_comps.exp
13034 * gdb.opt/clobbered-registers-O2.exp
13035 * gdb.opt/inline-break.exp
13036 * gdb.opt/inline-bt.exp
13037 * gdb.opt/inline-cmds.exp
13038 * gdb.opt/inline-locals.exp
13039 * gdb.pascal/case-insensitive-symbols.exp
13040 * gdb.pascal/floats.exp
13041 * gdb.pascal/gdb11492.exp
13042 * gdb.python/lib-types.exp
13043 * gdb.python/py-arch.exp
13044 * gdb.python/py-as-string.exp
13045 * gdb.python/py-bad-printers.exp
13046 * gdb.python/py-block.exp
13047 * gdb.python/py-breakpoint-create-fail.exp
13048 * gdb.python/py-breakpoint.exp
13049 * gdb.python/py-caller-is.exp
13050 * gdb.python/py-cmd.exp
13051 * gdb.python/py-explore-cc.exp
13052 * gdb.python/py-explore.exp
13053 * gdb.python/py-finish-breakpoint.exp
13054 * gdb.python/py-finish-breakpoint2.exp
13055 * gdb.python/py-frame-args.exp
13056 * gdb.python/py-frame-inline.exp
13057 * gdb.python/py-frame.exp
13058 * gdb.python/py-framefilter-mi.exp
13059 * gdb.python/py-infthread.exp
13060 * gdb.python/py-lazy-string.exp
13061 * gdb.python/py-linetable.exp
13062 * gdb.python/py-mi-events.exp
13063 * gdb.python/py-mi-objfile.exp
13064 * gdb.python/py-mi.exp
13065 * gdb.python/py-objfile.exp
13066 * gdb.python/py-pp-integral.exp
13067 * gdb.python/py-pp-maint.exp
13068 * gdb.python/py-pp-re-notag.exp
13069 * gdb.python/py-pp-registration.exp
13070 * gdb.python/py-recurse-unwind.exp
13071 * gdb.python/py-strfns.exp
13072 * gdb.python/py-symbol.exp
13073 * gdb.python/py-symtab.exp
13074 * gdb.python/py-sync-interp.exp
13075 * gdb.python/py-typeprint.exp
13076 * gdb.python/py-unwind-maint.exp
13077 * gdb.python/py-unwind.exp
13078 * gdb.python/py-value-cc.exp
13079 * gdb.python/py-xmethods.exp
13080 * gdb.reverse/amd64-tailcall-reverse.exp
13081 * gdb.reverse/break-precsave.exp
13082 * gdb.reverse/break-reverse.exp
13083 * gdb.reverse/consecutive-precsave.exp
13084 * gdb.reverse/consecutive-reverse.exp
13085 * gdb.reverse/finish-precsave.exp
13086 * gdb.reverse/finish-reverse-bkpt.exp
13087 * gdb.reverse/finish-reverse.exp
13088 * gdb.reverse/fstatat-reverse.exp
13089 * gdb.reverse/getresuid-reverse.exp
13090 * gdb.reverse/i386-precsave.exp
13091 * gdb.reverse/i386-reverse.exp
13092 * gdb.reverse/i386-sse-reverse.exp
13093 * gdb.reverse/i387-env-reverse.exp
13094 * gdb.reverse/i387-stack-reverse.exp
13095 * gdb.reverse/insn-reverse.exp
13096 * gdb.reverse/machinestate-precsave.exp
13097 * gdb.reverse/machinestate.exp
13098 * gdb.reverse/next-reverse-bkpt-over-sr.exp
13099 * gdb.reverse/pipe-reverse.exp
13100 * gdb.reverse/readv-reverse.exp
13101 * gdb.reverse/recvmsg-reverse.exp
13102 * gdb.reverse/rerun-prec.exp
13103 * gdb.reverse/s390-mvcle.exp
13104 * gdb.reverse/step-precsave.exp
13105 * gdb.reverse/step-reverse.exp
13106 * gdb.reverse/time-reverse.exp
13107 * gdb.reverse/until-precsave.exp
13108 * gdb.reverse/until-reverse.exp
13109 * gdb.reverse/waitpid-reverse.exp
13110 * gdb.reverse/watch-precsave.exp
13111 * gdb.reverse/watch-reverse.exp
13112 * gdb.rust/generics.exp
13113 * gdb.rust/methods.exp
13114 * gdb.rust/modules.exp
13115 * gdb.rust/simple.exp
13116 * gdb.server/connect-with-no-symbol-file.exp
13117 * gdb.server/ext-attach.exp
13118 * gdb.server/ext-restart.exp
13119 * gdb.server/ext-wrapper.exp
13120 * gdb.server/file-transfer.exp
13121 * gdb.server/server-exec-info.exp
13122 * gdb.server/server-kill.exp
13123 * gdb.server/server-mon.exp
13124 * gdb.server/wrapper.exp
13125 * gdb.stabs/exclfwd.exp
13126 * gdb.stabs/gdb11479.exp
13127 * gdb.threads/clone-new-thread-event.exp
13128 * gdb.threads/corethreads.exp
13129 * gdb.threads/current-lwp-dead.exp
13130 * gdb.threads/dlopen-libpthread.exp
13131 * gdb.threads/gcore-thread.exp
13132 * gdb.threads/sigstep-threads.exp
13133 * gdb.threads/watchpoint-fork.exp
13134 * gdb.trace/actions-changed.exp
13135 * gdb.trace/backtrace.exp
13136 * gdb.trace/change-loc.exp
13137 * gdb.trace/circ.exp
13138 * gdb.trace/collection.exp
13139 * gdb.trace/disconnected-tracing.exp
13140 * gdb.trace/ftrace.exp
13141 * gdb.trace/mi-trace-frame-collected.exp
13142 * gdb.trace/mi-trace-unavailable.exp
13143 * gdb.trace/mi-traceframe-changed.exp
13144 * gdb.trace/mi-tsv-changed.exp
13145 * gdb.trace/no-attach-trace.exp
13146 * gdb.trace/passc-dyn.exp
13147 * gdb.trace/qtro.exp
13148 * gdb.trace/range-stepping.exp
13149 * gdb.trace/read-memory.exp
13150 * gdb.trace/save-trace.exp
13151 * gdb.trace/signal.exp
13152 * gdb.trace/status-stop.exp
13153 * gdb.trace/tfile.exp
13154 * gdb.trace/trace-break.exp
13155 * gdb.trace/trace-buffer-size.exp
13156 * gdb.trace/trace-condition.exp
13157 * gdb.trace/tracefile-pseudo-reg.exp
13158 * gdb.trace/tstatus.exp
13159 * gdb.trace/unavailable.exp
13160 * gdb.trace/while-dyn.exp
13161 * gdb.trace/while-stepping.exp
13162
13163 2016-12-22 Doug Evans <xdje42@gmail.com>
13164
13165 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
13166 and msymbols.
13167
13168 2016-12-19 Yao Qi <yao.qi@linaro.org>
13169
13170 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
13171 (test_with_self): Don't call do_steps_and_nexts, and remove
13172 code about stepping into xmalloc.
13173
13174 2016-12-09 Yao Qi <yao.qi@linaro.org>
13175
13176 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
13177
13178 2016-12-09 Yao Qi <yao.qi@linaro.org>
13179
13180 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
13181
13182 2016-12-09 Pedro Alves <palves@redhat.com>
13183
13184 * gdb.base/all-architectures-0.exp: New file.
13185 * gdb.base/all-architectures-1.exp: New file.
13186 * gdb.base/all-architectures-2.exp: New file.
13187 * gdb.base/all-architectures-3.exp: New file.
13188 * gdb.base/all-architectures-4.exp: New file.
13189 * gdb.base/all-architectures-5.exp: New file.
13190 * gdb.base/all-architectures-6.exp: New file.
13191 * gdb.base/all-architectures-7.exp: New file.
13192 * gdb.base/all-architectures.exp.in: New file.
13193
13194 2016-12-09 Yao Qi <yao.qi@linaro.org>
13195
13196 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
13197
13198 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
13199
13200 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
13201 possible.
13202 Remove useless pattern-matching code.
13203
13204 2016-12-02 Pedro Alves <palves@redhat.com>
13205
13206 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
13207 procedure.
13208 (top level): Call it.
13209
13210 2016-12-02 Pedro Alves <palves@redhat.com>
13211
13212 * gdb.base/commands.exp (user_defined_command_args_stack_test):
13213 New procedure.
13214 (top level): Call it.
13215
13216 2016-12-02 Pedro Alves <palves@redhat.com>
13217
13218 PR cli/20559
13219 * gdb.base/commands.exp (user_defined_command_args_eval): New
13220 procedure.
13221 (top level): Call it.
13222
13223 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
13224
13225 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
13226 timeout handling.
13227
13228 2016-12-02 Tom Tromey <tom@tromey.com>
13229
13230 * gdb.dwarf2/main-subprogram.c: New file.
13231 * gdb.dwarf2/main-subprogram.exp: New file.
13232
13233 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
13234
13235 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
13236 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
13237 gdb_test_no_output for a couple of cases.
13238 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
13239
13240 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
13241
13242 Fix test names and standardize compilation error messages throughout
13243 the following files:
13244
13245 * gdb.ada/start.exp
13246 * gdb.arch/alpha-step.exp
13247 * gdb.arch/e500-prologue.exp
13248 * gdb.arch/ftrace-insn-reloc.exp
13249 * gdb.arch/gdb1291.exp
13250 * gdb.arch/gdb1431.exp
13251 * gdb.arch/gdb1558.exp
13252 * gdb.arch/i386-dr3-watch.exp
13253 * gdb.arch/i386-sse-stack-align.exp
13254 * gdb.arch/ia64-breakpoint-shadow.exp
13255 * gdb.arch/pa-nullify.exp
13256 * gdb.arch/powerpc-aix-prologue.exp
13257 * gdb.arch/thumb-bx-pc.exp
13258 * gdb.base/annota1.exp
13259 * gdb.base/annota3.exp
13260 * gdb.base/arrayidx.exp
13261 * gdb.base/assign.exp
13262 * gdb.base/attach.exp
13263 * gdb.base/auxv.exp
13264 * gdb.base/bang.exp
13265 * gdb.base/bfp-test.exp
13266 * gdb.base/bigcore.exp
13267 * gdb.base/bitfields2.exp
13268 * gdb.base/break-fun-addr.exp
13269 * gdb.base/break-probes.exp
13270 * gdb.base/call-rt-st.exp
13271 * gdb.base/callexit.exp
13272 * gdb.base/catch-fork-kill.exp
13273 * gdb.base/charset.exp
13274 * gdb.base/checkpoint.exp
13275 * gdb.base/comprdebug.exp
13276 * gdb.base/constvars.exp
13277 * gdb.base/coredump-filter.exp
13278 * gdb.base/cursal.exp
13279 * gdb.base/cvexpr.exp
13280 * gdb.base/detach.exp
13281 * gdb.base/display.exp
13282 * gdb.base/dmsym.exp
13283 * gdb.base/dprintf-pending.exp
13284 * gdb.base/dso2dso.exp
13285 * gdb.base/dtrace-probe.exp
13286 * gdb.base/dump.exp
13287 * gdb.base/enum_cond.exp
13288 * gdb.base/exe-lock.exp
13289 * gdb.base/exec-invalid-sysroot.exp
13290 * gdb.base/execl-update-breakpoints.exp
13291 * gdb.base/exprs.exp
13292 * gdb.base/fileio.exp
13293 * gdb.base/find.exp
13294 * gdb.base/finish.exp
13295 * gdb.base/fixsection.exp
13296 * gdb.base/foll-vfork.exp
13297 * gdb.base/frame-args.exp
13298 * gdb.base/gcore.exp
13299 * gdb.base/gdb1250.exp
13300 * gdb.base/global-var-nested-by-dso.exp
13301 * gdb.base/gnu-ifunc.exp
13302 * gdb.base/hashline1.exp
13303 * gdb.base/hashline2.exp
13304 * gdb.base/hashline3.exp
13305 * gdb.base/hbreak-in-shr-unsupported.exp
13306 * gdb.base/huge.exp
13307 * gdb.base/infcall-input.exp
13308 * gdb.base/info-fun.exp
13309 * gdb.base/info-shared.exp
13310 * gdb.base/jit-simple.exp
13311 * gdb.base/jit-so.exp
13312 * gdb.base/jit.exp
13313 * gdb.base/jump.exp
13314 * gdb.base/label.exp
13315 * gdb.base/lineinc.exp
13316 * gdb.base/logical.exp
13317 * gdb.base/longjmp.exp
13318 * gdb.base/macscp.exp
13319 * gdb.base/miscexprs.exp
13320 * gdb.base/new-ui-echo.exp
13321 * gdb.base/new-ui-pending-input.exp
13322 * gdb.base/new-ui.exp
13323 * gdb.base/nodebug.exp
13324 * gdb.base/nofield.exp
13325 * gdb.base/offsets.exp
13326 * gdb.base/overlays.exp
13327 * gdb.base/pending.exp
13328 * gdb.base/pointers.exp
13329 * gdb.base/pr11022.exp
13330 * gdb.base/printcmds.exp
13331 * gdb.base/prologue.exp
13332 * gdb.base/ptr-typedef.exp
13333 * gdb.base/realname-expand.exp
13334 * gdb.base/relativedebug.exp
13335 * gdb.base/relocate.exp
13336 * gdb.base/remote.exp
13337 * gdb.base/reread.exp
13338 * gdb.base/return2.exp
13339 * gdb.base/savedregs.exp
13340 * gdb.base/sep.exp
13341 * gdb.base/sepdebug.exp
13342 * gdb.base/sepsymtab.exp
13343 * gdb.base/set-inferior-tty.exp
13344 * gdb.base/setshow.exp
13345 * gdb.base/shlib-call.exp
13346 * gdb.base/sigaltstack.exp
13347 * gdb.base/siginfo-addr.exp
13348 * gdb.base/signals.exp
13349 * gdb.base/signull.exp
13350 * gdb.base/sigrepeat.exp
13351 * gdb.base/so-impl-ld.exp
13352 * gdb.base/solib-display.exp
13353 * gdb.base/solib-overlap.exp
13354 * gdb.base/solib-search.exp
13355 * gdb.base/solib-symbol.exp
13356 * gdb.base/structs.exp
13357 * gdb.base/structs2.exp
13358 * gdb.base/symtab-search-order.exp
13359 * gdb.base/twice.exp
13360 * gdb.base/unload.exp
13361 * gdb.base/varargs.exp
13362 * gdb.base/watchpoint-solib.exp
13363 * gdb.base/watchpoint.exp
13364 * gdb.base/whatis.exp
13365 * gdb.base/wrong_frame_bt_full.exp
13366 * gdb.btrace/dlopen.exp
13367 * gdb.cell/ea-standalone.exp
13368 * gdb.cell/ea-test.exp
13369 * gdb.cp/dispcxx.exp
13370 * gdb.cp/gdb2384.exp
13371 * gdb.cp/method2.exp
13372 * gdb.cp/nextoverthrow.exp
13373 * gdb.cp/pr10728.exp
13374 * gdb.disasm/am33.exp
13375 * gdb.disasm/h8300s.exp
13376 * gdb.disasm/mn10300.exp
13377 * gdb.disasm/sh3.exp
13378 * gdb.dwarf2/dw2-dir-file-name.exp
13379 * gdb.fortran/complex.exp
13380 * gdb.fortran/library-module.exp
13381 * gdb.guile/scm-pretty-print.exp
13382 * gdb.guile/scm-symbol.exp
13383 * gdb.guile/scm-type.exp
13384 * gdb.guile/scm-value.exp
13385 * gdb.linespec/linespec.exp
13386 * gdb.mi/gdb701.exp
13387 * gdb.mi/gdb792.exp
13388 * gdb.mi/mi-breakpoint-changed.exp
13389 * gdb.mi/mi-dprintf-pending.exp
13390 * gdb.mi/mi-dprintf.exp
13391 * gdb.mi/mi-exit-code.exp
13392 * gdb.mi/mi-pending.exp
13393 * gdb.mi/mi-solib.exp
13394 * gdb.mi/new-ui-mi-sync.exp
13395 * gdb.mi/pr11022.exp
13396 * gdb.mi/user-selected-context-sync.exp
13397 * gdb.opt/solib-intra-step.exp
13398 * gdb.python/py-events.exp
13399 * gdb.python/py-finish-breakpoint.exp
13400 * gdb.python/py-mi.exp
13401 * gdb.python/py-prettyprint.exp
13402 * gdb.python/py-shared.exp
13403 * gdb.python/py-symbol.exp
13404 * gdb.python/py-template.exp
13405 * gdb.python/py-type.exp
13406 * gdb.python/py-value.exp
13407 * gdb.reverse/solib-precsave.exp
13408 * gdb.reverse/solib-reverse.exp
13409 * gdb.server/solib-list.exp
13410 * gdb.stabs/weird.exp
13411 * gdb.threads/reconnect-signal.exp
13412 * gdb.threads/stepi-random-signal.exp
13413 * gdb.trace/actions.exp
13414 * gdb.trace/ax.exp
13415 * gdb.trace/backtrace.exp
13416 * gdb.trace/change-loc.exp
13417 * gdb.trace/deltrace.exp
13418 * gdb.trace/ftrace-lock.exp
13419 * gdb.trace/ftrace.exp
13420 * gdb.trace/infotrace.exp
13421 * gdb.trace/mi-tracepoint-changed.exp
13422 * gdb.trace/packetlen.exp
13423 * gdb.trace/passcount.exp
13424 * gdb.trace/pending.exp
13425 * gdb.trace/range-stepping.exp
13426 * gdb.trace/report.exp
13427 * gdb.trace/stap-trace.exp
13428 * gdb.trace/tfind.exp
13429 * gdb.trace/trace-break.exp
13430 * gdb.trace/trace-condition.exp
13431 * gdb.trace/trace-enable-disable.exp
13432 * gdb.trace/trace-mt.exp
13433 * gdb.trace/tracecmd.exp
13434 * gdb.trace/tspeed.exp
13435 * gdb.trace/tsv.exp
13436 * lib/perftest.exp
13437
13438 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
13439
13440 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
13441 with gdb_test_no_output.
13442 Use command as test name.
13443
13444 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
13445
13446 Fix test names starting with uppercase throughout the files.
13447
13448 * gdb.ada/assign_1.exp
13449 * gdb.ada/boolean_expr.exp
13450 * gdb.base/arrayidx.exp
13451 * gdb.base/del.exp
13452 * gdb.base/gcore-buffer-overflow.exp
13453 * gdb.base/testenv.exp
13454 * gdb.compile/compile.exp
13455 * gdb.python/py-framefilter-invalidarg.exp
13456 * gdb.python/py-framefilter.exp
13457
13458 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
13459
13460 Fix test names starting with uppercase throughout the files.
13461
13462 * gdb.ada/array_return.exp
13463 * gdb.ada/expr_delims.exp
13464 * gdb.ada/mi_dyn_arr.exp
13465 * gdb.ada/mi_interface.exp
13466 * gdb.ada/mi_var_array.exp
13467 * gdb.ada/watch_arg.exp
13468 * gdb.arch/alpha-step.exp
13469 * gdb.arch/altivec-regs.exp
13470 * gdb.arch/e500-regs.exp
13471 * gdb.arch/powerpc-d128-regs.exp
13472 * gdb.base/arrayidx.exp
13473 * gdb.base/break.exp
13474 * gdb.base/checkpoint.exp
13475 * gdb.base/debug-expr.exp
13476 * gdb.base/dmsym.exp
13477 * gdb.base/radix.exp
13478 * gdb.base/sepdebug.exp
13479 * gdb.base/testenv.exp
13480 * gdb.base/watch_thread_num.exp
13481 * gdb.base/watchpoint-cond-gone.exp
13482 * gdb.cell/break.exp
13483 * gdb.cell/ea-cache.exp
13484 * gdb.compile/compile.exp
13485 * gdb.cp/gdb2495.exp
13486 * gdb.gdb/selftest.exp
13487 * gdb.gdb/xfullpath.exp
13488 * gdb.go/hello.exp
13489 * gdb.go/integers.exp
13490 * gdb.objc/basicclass.exp
13491 * gdb.pascal/hello.exp
13492 * gdb.pascal/integers.exp
13493 * gdb.python/py-breakpoint.exp
13494 * gdb.python/py-cmd.exp
13495 * gdb.python/py-linetable.exp
13496 * gdb.python/py-xmethods.exp
13497 * gdb.python/python.exp
13498 * gdb.reverse/consecutive-precsave.exp
13499 * gdb.reverse/finish-precsave.exp
13500 * gdb.reverse/i386-precsave.exp
13501 * gdb.reverse/machinestate-precsave.exp
13502 * gdb.reverse/sigall-precsave.exp
13503 * gdb.reverse/solib-precsave.exp
13504 * gdb.reverse/step-precsave.exp
13505 * gdb.reverse/until-precsave.exp
13506 * gdb.reverse/watch-precsave.exp
13507 * gdb.threads/leader-exit.exp
13508 * gdb.threads/pthreads.exp
13509 * gdb.threads/wp-replication.exp
13510 * gdb.trace/actions.exp
13511 * gdb.trace/mi-tsv-changed.exp
13512 * gdb.trace/tsv.exp
13513
13514 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
13515
13516 Fix test names starting with uppercase throughout the files.
13517
13518 * gdb.arch/i386-bp_permanent.exp
13519 * gdb.arch/i386-gnu-cfi.exp
13520 * gdb.base/disasm-end-cu.exp
13521 * gdb.base/macscp.exp
13522 * gdb.base/pending.exp
13523 * gdb.base/watch_thread_num.exp
13524 * gdb.cp/exception.exp
13525 * gdb.cp/gdb2495.exp
13526 * gdb.cp/local.exp
13527 * gdb.python/py-evsignal.exp
13528 * gdb.python/python.exp
13529 * gdb.trace/tracecmd.exp
13530
13531 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
13532
13533 Fix test names starting with uppercase throughout the files.
13534
13535 * gdb.base/charset.exp
13536 * gdb.base/eval.exp
13537 * gdb.base/multi-forks.exp
13538 * gdb.guile/scm-progspace.exp
13539 * gdb.opencl/datatypes.exp
13540 * gdb.python/py-block.exp
13541 * gdb.python/py-function.exp
13542 * gdb.python/py-symbol.exp
13543 * gdb.python/py-symtab.exp
13544 * gdb.python/py-xmethods.exp
13545 * gdb.reverse/break-precsave.exp
13546 * gdb.reverse/break-reverse.exp
13547 * gdb.reverse/consecutive-precsave.exp
13548 * gdb.reverse/consecutive-reverse.exp
13549 * gdb.reverse/finish-precsave.exp
13550 * gdb.reverse/finish-reverse-bkpt.exp
13551 * gdb.reverse/finish-reverse.exp
13552 * gdb.reverse/fstatat-reverse.exp
13553 * gdb.reverse/getresuid-reverse.exp
13554 * gdb.reverse/i386-precsave.exp
13555 * gdb.reverse/i386-reverse.exp
13556 * gdb.reverse/i386-sse-reverse.exp
13557 * gdb.reverse/i387-stack-reverse.exp
13558 * gdb.reverse/insn-reverse.exp
13559 * gdb.reverse/machinestate-precsave.exp
13560 * gdb.reverse/machinestate.exp
13561 * gdb.reverse/next-reverse-bkpt-over-sr.exp
13562 * gdb.reverse/pipe-reverse.exp
13563 * gdb.reverse/readv-reverse.exp
13564 * gdb.reverse/recvmsg-reverse.exp
13565 * gdb.reverse/rerun-prec.exp
13566 * gdb.reverse/s390-mvcle.exp
13567 * gdb.reverse/sigall-precsave.exp
13568 * gdb.reverse/sigall-reverse.exp
13569 * gdb.reverse/solib-precsave.exp
13570 * gdb.reverse/solib-reverse.exp
13571 * gdb.reverse/step-precsave.exp
13572 * gdb.reverse/step-reverse.exp
13573 * gdb.reverse/time-reverse.exp
13574 * gdb.reverse/until-precsave.exp
13575 * gdb.reverse/until-reverse.exp
13576 * gdb.reverse/waitpid-reverse.exp
13577 * gdb.reverse/watch-precsave.exp
13578 * gdb.reverse/watch-reverse.exp
13579
13580 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
13581
13582 Fix test names starting with uppercase throughout the files.
13583
13584 * gdb.arch/i386-mpx-simple_segv.exp
13585 * gdb.arch/i386-mpx.exp
13586 * gdb.arch/i386-permbkpt.exp
13587 * gdb.arch/pa-nullify.exp
13588 * gdb.arch/powerpc-d128-regs.exp
13589 * gdb.arch/vsx-regs.exp
13590 * gdb.base/bfp-test.exp
13591 * gdb.base/break.exp
13592 * gdb.base/breakpoint-shadow.exp
13593 * gdb.base/callfuncs.exp
13594 * gdb.base/charset.exp
13595 * gdb.base/commands.exp
13596 * gdb.base/completion.exp
13597 * gdb.base/dfp-test.exp
13598 * gdb.base/echo.exp
13599 * gdb.base/ending-run.exp
13600 * gdb.base/eval.exp
13601 * gdb.base/expand-psymtabs.exp
13602 * gdb.base/float128.exp
13603 * gdb.base/floatn.exp
13604 * gdb.base/foll-exec-mode.exp
13605 * gdb.base/gdb1056.exp
13606 * gdb.base/gdb11531.exp
13607 * gdb.base/kill-after-signal.exp
13608 * gdb.base/multi-forks.exp
13609 * gdb.base/overlays.exp
13610 * gdb.base/pending.exp
13611 * gdb.base/sepdebug.exp
13612 * gdb.base/testenv.exp
13613 * gdb.base/valgrind-db-attach.exp
13614 * gdb.base/watch_thread_num.exp
13615 * gdb.base/watchpoint-cond-gone.exp
13616 * gdb.base/watchpoint.exp
13617 * gdb.base/watchpoints.exp
13618 * gdb.cp/arg-reference.exp
13619 * gdb.cp/baseenum.exp
13620 * gdb.cp/operator.exp
13621 * gdb.cp/shadow.exp
13622 * gdb.dwarf2/dw2-op-out-param.exp
13623 * gdb.dwarf2/dw2-reg-undefined.exp
13624 * gdb.go/chan.exp
13625 * gdb.go/hello.exp
13626 * gdb.go/integers.exp
13627 * gdb.go/methods.exp
13628 * gdb.go/package.exp
13629 * gdb.guile/scm-parameter.exp
13630 * gdb.guile/scm-progspace.exp
13631 * gdb.guile/scm-value.exp
13632 * gdb.mi/mi-pending.exp
13633 * gdb.mi/user-selected-context-sync.exp
13634 * gdb.multi/multi-attach.exp
13635 * gdb.multi/tids.exp
13636 * gdb.opt/clobbered-registers-O2.exp
13637 * gdb.pascal/floats.exp
13638 * gdb.pascal/integers.exp
13639 * gdb.python/py-block.exp
13640 * gdb.python/py-events.exp
13641 * gdb.python/py-parameter.exp
13642 * gdb.python/py-symbol.exp
13643 * gdb.python/py-symtab.exp
13644 * gdb.python/py-type.exp
13645 * gdb.python/py-value.exp
13646 * gdb.python/py-xmethods.exp
13647 * gdb.python/python.exp
13648 * gdb.reverse/break-precsave.exp
13649 * gdb.reverse/consecutive-precsave.exp
13650 * gdb.reverse/finish-precsave.exp
13651 * gdb.reverse/i386-precsave.exp
13652 * gdb.reverse/machinestate-precsave.exp
13653 * gdb.reverse/sigall-precsave.exp
13654 * gdb.reverse/solib-precsave.exp
13655 * gdb.reverse/step-precsave.exp
13656 * gdb.reverse/until-precsave.exp
13657 * gdb.reverse/watch-precsave.exp
13658 * gdb.server/ext-attach.exp
13659 * gdb.server/ext-restart.exp
13660 * gdb.server/ext-run.exp
13661 * gdb.server/ext-wrapper.exp
13662 * gdb.stabs/gdb11479.exp
13663 * gdb.stabs/weird.exp
13664 * gdb.threads/attach-many-short-lived-threads.exp
13665 * gdb.threads/kill.exp
13666 * gdb.threads/watchpoint-fork.exp
13667
13668 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
13669
13670 Fix test names starting with uppercase throughout all the files below.
13671
13672 * gdb.ada/array_return.exp
13673 * gdb.ada/catch_ex.exp
13674 * gdb.ada/info_exc.exp
13675 * gdb.ada/mi_catch_ex.exp
13676 * gdb.ada/mi_dyn_arr.exp
13677 * gdb.ada/mi_ex_cond.exp
13678 * gdb.ada/mi_exc_info.exp
13679 * gdb.ada/mi_interface.exp
13680 * gdb.ada/mi_task_arg.exp
13681 * gdb.ada/mi_task_info.exp
13682 * gdb.ada/mi_var_array.exp
13683 * gdb.arch/alpha-step.exp
13684 * gdb.arch/amd64-disp-step.exp
13685 * gdb.arch/arm-disp-step.exp
13686 * gdb.arch/disp-step-insn-reloc.exp
13687 * gdb.arch/e500-prologue.exp
13688 * gdb.arch/ftrace-insn-reloc.exp
13689 * gdb.arch/gdb1558.exp
13690 * gdb.arch/i386-bp_permanent.exp
13691 * gdb.arch/i386-disp-step.exp
13692 * gdb.arch/i386-float.exp
13693 * gdb.arch/i386-gnu-cfi.exp
13694 * gdb.arch/ia64-breakpoint-shadow.exp
13695 * gdb.arch/mips16-thunks.exp
13696 * gdb.arch/pa-nullify.exp
13697 * gdb.arch/powerpc-aix-prologue.exp
13698 * gdb.arch/powerpc-power.exp
13699 * gdb.arch/ppc-dfp.exp
13700 * gdb.arch/s390-tdbregs.exp
13701 * gdb.arch/spu-info.exp
13702 * gdb.arch/spu-ls.exp
13703 * gdb.arch/thumb-bx-pc.exp
13704 * gdb.base/advance.exp
13705 * gdb.base/annota-input-while-running.exp
13706 * gdb.base/arrayidx.exp
13707 * gdb.base/asmlabel.exp
13708 * gdb.base/async.exp
13709 * gdb.base/attach-wait-input.exp
13710 * gdb.base/auto-connect-native-target.exp
13711 * gdb.base/batch-preserve-term-settings.exp
13712 * gdb.base/bfp-test.exp
13713 * gdb.base/bigcore.exp
13714 * gdb.base/bp-permanent.exp
13715 * gdb.base/break-always.exp
13716 * gdb.base/break-fun-addr.exp
13717 * gdb.base/break-idempotent.exp
13718 * gdb.base/break-main-file-remove-fail.exp
13719 * gdb.base/break-probes.exp
13720 * gdb.base/break-unload-file.exp
13721 * gdb.base/break.exp
13722 * gdb.base/call-ar-st.exp
13723 * gdb.base/call-rt-st.exp
13724 * gdb.base/call-sc.exp
13725 * gdb.base/call-signal-resume.exp
13726 * gdb.base/call-strs.exp
13727 * gdb.base/callexit.exp
13728 * gdb.base/callfuncs.exp
13729 * gdb.base/catch-gdb-caused-signals.exp
13730 * gdb.base/catch-signal-siginfo-cond.exp
13731 * gdb.base/catch-syscall.exp
13732 * gdb.base/compare-sections.exp
13733 * gdb.base/cond-eval-mode.exp
13734 * gdb.base/condbreak-call-false.exp
13735 * gdb.base/consecutive-step-over.exp
13736 * gdb.base/cursal.exp
13737 * gdb.base/disabled-location.exp
13738 * gdb.base/disasm-end-cu.exp
13739 * gdb.base/display.exp
13740 * gdb.base/double-prompt-target-event-error.exp
13741 * gdb.base/dprintf-bp-same-addr.exp
13742 * gdb.base/dprintf-detach.exp
13743 * gdb.base/dprintf-next.exp
13744 * gdb.base/dprintf-non-stop.exp
13745 * gdb.base/dprintf-pending.exp
13746 * gdb.base/dso2dso.exp
13747 * gdb.base/ending-run.exp
13748 * gdb.base/enum_cond.exp
13749 * gdb.base/examine-backward.exp
13750 * gdb.base/exe-lock.exp
13751 * gdb.base/exec-invalid-sysroot.exp
13752 * gdb.base/execl-update-breakpoints.exp
13753 * gdb.base/execution-termios.exp
13754 * gdb.base/fileio.exp
13755 * gdb.base/fixsection.exp
13756 * gdb.base/foll-exec-mode.exp
13757 * gdb.base/foll-exec.exp
13758 * gdb.base/fork-running-state.exp
13759 * gdb.base/frame-args.exp
13760 * gdb.base/fullpath-expand.exp
13761 * gdb.base/func-ptr.exp
13762 * gdb.base/gcore-relro-pie.exp
13763 * gdb.base/gdb1090.exp
13764 * gdb.base/gdb1555.exp
13765 * gdb.base/global-var-nested-by-dso.exp
13766 * gdb.base/gnu-ifunc.exp
13767 * gdb.base/hbreak-in-shr-unsupported.exp
13768 * gdb.base/hbreak-unmapped.exp
13769 * gdb.base/hook-stop.exp
13770 * gdb.base/infcall-input.exp
13771 * gdb.base/info-fun.exp
13772 * gdb.base/info-shared.exp
13773 * gdb.base/interrupt-noterm.exp
13774 * gdb.base/jit-so.exp
13775 * gdb.base/jit.exp
13776 * gdb.base/line-symtabs.exp
13777 * gdb.base/list.exp
13778 * gdb.base/longjmp.exp
13779 * gdb.base/macscp.exp
13780 * gdb.base/max-value-size.exp
13781 * gdb.base/nodebug.exp
13782 * gdb.base/nofield.exp
13783 * gdb.base/overlays.exp
13784 * gdb.base/paginate-after-ctrl-c-running.exp
13785 * gdb.base/paginate-bg-execution.exp
13786 * gdb.base/paginate-inferior-exit.exp
13787 * gdb.base/pending.exp
13788 * gdb.base/pr11022.exp
13789 * gdb.base/printcmds.exp
13790 * gdb.base/ptr-typedef.exp
13791 * gdb.base/ptype.exp
13792 * gdb.base/randomize.exp
13793 * gdb.base/range-stepping.exp
13794 * gdb.base/realname-expand.exp
13795 * gdb.base/relativedebug.exp
13796 * gdb.base/remote.exp
13797 * gdb.base/savedregs.exp
13798 * gdb.base/sepdebug.exp
13799 * gdb.base/set-noassign.exp
13800 * gdb.base/shlib-call.exp
13801 * gdb.base/shreloc.exp
13802 * gdb.base/sigaltstack.exp
13803 * gdb.base/sigbpt.exp
13804 * gdb.base/siginfo-addr.exp
13805 * gdb.base/siginfo-obj.exp
13806 * gdb.base/siginfo-thread.exp
13807 * gdb.base/signest.exp
13808 * gdb.base/signull.exp
13809 * gdb.base/sigrepeat.exp
13810 * gdb.base/skip.exp
13811 * gdb.base/so-impl-ld.exp
13812 * gdb.base/solib-corrupted.exp
13813 * gdb.base/solib-disc.exp
13814 * gdb.base/solib-display.exp
13815 * gdb.base/solib-overlap.exp
13816 * gdb.base/solib-search.exp
13817 * gdb.base/solib-symbol.exp
13818 * gdb.base/source-execution.exp
13819 * gdb.base/sss-bp-on-user-bp-2.exp
13820 * gdb.base/sss-bp-on-user-bp.exp
13821 * gdb.base/stack-checking.exp
13822 * gdb.base/stale-infcall.exp
13823 * gdb.base/step-break.exp
13824 * gdb.base/step-line.exp
13825 * gdb.base/step-over-exit.exp
13826 * gdb.base/step-test.exp
13827 * gdb.base/structs.exp
13828 * gdb.base/sym-file.exp
13829 * gdb.base/symtab-search-order.exp
13830 * gdb.base/term.exp
13831 * gdb.base/type-opaque.exp
13832 * gdb.base/unload.exp
13833 * gdb.base/until-nodebug.exp
13834 * gdb.base/until.exp
13835 * gdb.base/unwindonsignal.exp
13836 * gdb.base/watch-cond.exp
13837 * gdb.base/watch-non-mem.exp
13838 * gdb.base/watch_thread_num.exp
13839 * gdb.base/watchpoint-reuse-slot.exp
13840 * gdb.base/watchpoint-solib.exp
13841 * gdb.base/watchpoint.exp
13842 * gdb.btrace/dlopen.exp
13843 * gdb.cell/arch.exp
13844 * gdb.cell/break.exp
13845 * gdb.cell/bt.exp
13846 * gdb.cell/core.exp
13847 * gdb.cell/data.exp
13848 * gdb.cell/dwarfaddr.exp
13849 * gdb.cell/ea-cache.exp
13850 * gdb.cell/ea-standalone.exp
13851 * gdb.cell/ea-test.exp
13852 * gdb.cell/f-regs.exp
13853 * gdb.cell/fork.exp
13854 * gdb.cell/gcore.exp
13855 * gdb.cell/mem-access.exp
13856 * gdb.cell/ptype.exp
13857 * gdb.cell/registers.exp
13858 * gdb.cell/sizeof.exp
13859 * gdb.cell/solib-symbol.exp
13860 * gdb.cell/solib.exp
13861 * gdb.compile/compile-tls.exp
13862 * gdb.cp/exception.exp
13863 * gdb.cp/gdb2495.exp
13864 * gdb.cp/local.exp
13865 * gdb.cp/mb-inline.exp
13866 * gdb.cp/mb-templates.exp
13867 * gdb.cp/pr10687.exp
13868 * gdb.cp/pr9167.exp
13869 * gdb.cp/scope-err.exp
13870 * gdb.cp/templates.exp
13871 * gdb.cp/virtfunc.exp
13872 * gdb.dwarf2/dw2-dir-file-name.exp
13873 * gdb.dwarf2/dw2-single-line-discriminators.exp
13874 * gdb.fortran/complex.exp
13875 * gdb.fortran/library-module.exp
13876 * gdb.guile/guile.exp
13877 * gdb.guile/scm-cmd.exp
13878 * gdb.guile/scm-frame-inline.exp
13879 * gdb.guile/scm-objfile.exp
13880 * gdb.guile/scm-pretty-print.exp
13881 * gdb.guile/scm-symbol.exp
13882 * gdb.guile/scm-type.exp
13883 * gdb.guile/scm-value.exp
13884 * gdb.linespec/keywords.exp
13885 * gdb.linespec/ls-errs.exp
13886 * gdb.linespec/macro-relative.exp
13887 * gdb.linespec/thread.exp
13888 * gdb.mi/mi-breakpoint-changed.exp
13889 * gdb.mi/mi-dprintf-pending.exp
13890 * gdb.mi/mi-fullname-deleted.exp
13891 * gdb.mi/mi-logging.exp
13892 * gdb.mi/mi-pending.exp
13893 * gdb.mi/mi-solib.exp
13894 * gdb.mi/new-ui-mi-sync.exp
13895 * gdb.mi/user-selected-context-sync.exp
13896 * gdb.multi/dummy-frame-restore.exp
13897 * gdb.multi/multi-arch-exec.exp
13898 * gdb.multi/remove-inferiors.exp
13899 * gdb.multi/watchpoint-multi-exit.exp
13900 * gdb.opt/solib-intra-step.exp
13901 * gdb.perf/backtrace.exp
13902 * gdb.perf/single-step.exp
13903 * gdb.perf/skip-command.exp
13904 * gdb.perf/skip-prologue.exp
13905 * gdb.perf/solib.exp
13906 * gdb.python/lib-types.exp
13907 * gdb.python/py-as-string.exp
13908 * gdb.python/py-bad-printers.exp
13909 * gdb.python/py-block.exp
13910 * gdb.python/py-breakpoint.exp
13911 * gdb.python/py-cmd.exp
13912 * gdb.python/py-events.exp
13913 * gdb.python/py-evthreads.exp
13914 * gdb.python/py-finish-breakpoint.exp
13915 * gdb.python/py-finish-breakpoint2.exp
13916 * gdb.python/py-frame-inline.exp
13917 * gdb.python/py-frame.exp
13918 * gdb.python/py-inferior.exp
13919 * gdb.python/py-infthread.exp
13920 * gdb.python/py-mi.exp
13921 * gdb.python/py-objfile.exp
13922 * gdb.python/py-pp-maint.exp
13923 * gdb.python/py-pp-registration.exp
13924 * gdb.python/py-prettyprint.exp
13925 * gdb.python/py-recurse-unwind.exp
13926 * gdb.python/py-shared.exp
13927 * gdb.python/py-symbol.exp
13928 * gdb.python/py-symtab.exp
13929 * gdb.python/py-template.exp
13930 * gdb.python/py-type.exp
13931 * gdb.python/py-unwind-maint.exp
13932 * gdb.python/py-unwind.exp
13933 * gdb.python/py-value.exp
13934 * gdb.python/python.exp
13935 * gdb.reverse/finish-reverse-bkpt.exp
13936 * gdb.reverse/insn-reverse.exp
13937 * gdb.reverse/next-reverse-bkpt-over-sr.exp
13938 * gdb.reverse/solib-precsave.exp
13939 * gdb.reverse/solib-reverse.exp
13940 * gdb.stabs/gdb11479.exp
13941 * gdb.stabs/weird.exp
13942 * gdb.threads/fork-child-threads.exp
13943 * gdb.threads/fork-plus-threads.exp
13944 * gdb.threads/fork-thread-pending.exp
13945 * gdb.threads/forking-threads-plus-breakpoint.exp
13946 * gdb.threads/hand-call-in-threads.exp
13947 * gdb.threads/interrupted-hand-call.exp
13948 * gdb.threads/linux-dp.exp
13949 * gdb.threads/local-watch-wrong-thread.exp
13950 * gdb.threads/next-while-other-thread-longjmps.exp
13951 * gdb.threads/non-ldr-exit.exp
13952 * gdb.threads/pending-step.exp
13953 * gdb.threads/print-threads.exp
13954 * gdb.threads/process-dies-while-detaching.exp
13955 * gdb.threads/process-dies-while-handling-bp.exp
13956 * gdb.threads/pthreads.exp
13957 * gdb.threads/queue-signal.exp
13958 * gdb.threads/reconnect-signal.exp
13959 * gdb.threads/signal-command-handle-nopass.exp
13960 * gdb.threads/signal-command-multiple-signals-pending.exp
13961 * gdb.threads/signal-delivered-right-thread.exp
13962 * gdb.threads/signal-sigtrap.exp
13963 * gdb.threads/sigthread.exp
13964 * gdb.threads/staticthreads.exp
13965 * gdb.threads/stepi-random-signal.exp
13966 * gdb.threads/thread-unwindonsignal.exp
13967 * gdb.threads/thread_check.exp
13968 * gdb.threads/thread_events.exp
13969 * gdb.threads/tid-reuse.exp
13970 * gdb.threads/tls-nodebug.exp
13971 * gdb.threads/tls-shared.exp
13972 * gdb.threads/tls-so_extern.exp
13973 * gdb.threads/tls.exp
13974 * gdb.threads/wp-replication.exp
13975 * gdb.trace/actions-changed.exp
13976 * gdb.trace/actions.exp
13977 * gdb.trace/backtrace.exp
13978 * gdb.trace/change-loc.exp
13979 * gdb.trace/collection.exp
13980 * gdb.trace/deltrace.exp
13981 * gdb.trace/disconnected-tracing.exp
13982 * gdb.trace/entry-values.exp
13983 * gdb.trace/ftrace-lock.exp
13984 * gdb.trace/ftrace.exp
13985 * gdb.trace/infotrace.exp
13986 * gdb.trace/mi-trace-frame-collected.exp
13987 * gdb.trace/mi-trace-unavailable.exp
13988 * gdb.trace/mi-traceframe-changed.exp
13989 * gdb.trace/mi-tracepoint-changed.exp
13990 * gdb.trace/mi-tsv-changed.exp
13991 * gdb.trace/no-attach-trace.exp
13992 * gdb.trace/packetlen.exp
13993 * gdb.trace/passc-dyn.exp
13994 * gdb.trace/passcount.exp
13995 * gdb.trace/pending.exp
13996 * gdb.trace/pr16508.exp
13997 * gdb.trace/qtro.exp
13998 * gdb.trace/range-stepping.exp
13999 * gdb.trace/read-memory.exp
14000 * gdb.trace/report.exp
14001 * gdb.trace/save-trace.exp
14002 * gdb.trace/signal.exp
14003 * gdb.trace/stap-trace.exp
14004 * gdb.trace/status-stop.exp
14005 * gdb.trace/strace.exp
14006 * gdb.trace/tfile.exp
14007 * gdb.trace/tfind.exp
14008 * gdb.trace/trace-break.exp
14009 * gdb.trace/trace-condition.exp
14010 * gdb.trace/trace-enable-disable.exp
14011 * gdb.trace/trace-mt.exp
14012 * gdb.trace/tracecmd.exp
14013 * gdb.trace/tracefile-pseudo-reg.exp
14014 * gdb.trace/tspeed.exp
14015 * gdb.trace/tstatus.exp
14016 * gdb.trace/tsv.exp
14017 * gdb.trace/unavailable.exp
14018 * gdb.trace/while-dyn.exp
14019 * gdb.trace/while-stepping.exp
14020 * lib/gdb-guile.exp
14021 * lib/gdb.exp
14022 * lib/mi-support.exp
14023 * lib/pascal.exp
14024 * lib/perftest.exp
14025 * lib/prelink-support.exp
14026 * lib/selftest-support.exp
14027
14028 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
14029
14030 * Makefile.in: Include disable-implicit-rules.mk.
14031
14032 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14033
14034 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
14035 non-byte-aligned bit fields.
14036
14037 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14038
14039 PR gdb/12616
14040 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
14041 respects the DW_AT_data_bit_offset attribute.
14042
14043 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
14044
14045 * gdb.base/default.exp: Fix output of "set language".
14046
14047 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
14048
14049 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
14050 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
14051 make.
14052 * configure.ac: Remove checks for the make program.
14053 * configure: Re-generate.
14054
14055 2016-11-16 Kevin Buettner <kevinb@redhat.com>
14056
14057 * gdb.python/py-recurse-unwind.c (main): Add loop.
14058 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
14059 to read_register() and gdb.parse_and_eval(). Make each code
14060 call a separate case that can be individually tested.
14061 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
14062 proc. Call cont_and_backtrace for each of the code paths that
14063 we want to test in the unwinder.
14064
14065 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
14066
14067 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
14068 the definition of struct S.
14069
14070 2016-11-11 Catherine Moore <clm@codesourcery.com>
14071
14072 * gdb.base/dump.exp: Identify verilog format dump tests as such.
14073
14074 2016-11-09 Pedro Alves <palves@redhat.com>
14075
14076 * gdb.base/commands.exp (runto_or_return): New procedure.
14077 (gdbvar_simple_if_test, gdbvar_simple_while_test)
14078 (gdbvar_complex_if_while_test, progvar_simple_if_test)
14079 (progvar_simple_while_test, progvar_complex_if_while_test)
14080 (if_while_breakpoint_command_test)
14081 (infrun_breakpoint_command_test, breakpoint_command_test)
14082 (user_defined_command_test, watchpoint_command_test)
14083 (test_command_prompt_position, redefine_hook_test)
14084 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
14085 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
14086 multi_line_input and multi_line. Remove gdb_expect and
14087 gdb_stop_suppressing_tests uses.
14088 * lib/gdb.exp (valnum_re): New global.
14089 (multi_line_input): New procedure.
14090
14091 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
14092
14093 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
14094 Remove.
14095 (test_setup): Define with proc_with_prefix.
14096 (test_cli_inferior): Likewise.
14097 (test_cli_thread): Likewise.
14098 (test_cli_frame): Likewise.
14099 (test_cli_select_frame): Likewise.
14100 (test_cli_up_down): Likewise.
14101 (test_mi_thread_select): Likewise.
14102 (test_mi_stack_select_frame): Likewise.
14103 (test_cli_in_mi_inferior): Likewise.
14104 (test_cli_in_mi_thread): Likewise.
14105 (test_cli_in_mi_frame): Likewise.
14106 (top level): Do not use with_test_prefix_procname.
14107
14108 2016-11-09 Pedro Alves <palves@redhat.com>
14109
14110 * gdb.base/commands.exp (gdbvar_simple_if_test)
14111 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
14112 (progvar_simple_if_test, progvar_simple_while_test)
14113 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
14114 (infrun_breakpoint_command_test, breakpoint_command_test)
14115 (user_defined_command_test, watchpoint_command_test)
14116 (test_command_prompt_position, deprecated_command_test)
14117 (bp_deleted_in_command, temporary_breakpoint_commands)
14118 (stray_arg0_test, source_file_with_indented_comment)
14119 (recursive_source_test, if_commands_test)
14120 (error_clears_commands_left, redefine_hook_test)
14121 (redefine_backtrace_test): Use proc_with_prefix.
14122 * lib/gdb.exp (proc_with_prefix): New proc.
14123
14124 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
14125
14126 * gdb.base/tui-layout.c: New file.
14127 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
14128 disassembly window contains very long lines.
14129
14130 2016-11-08 Tom Tromey <tom@tromey.com>
14131
14132 * gdb.python/py-value.exp (test_value_creation): Make "long" test
14133 depend on Python 2.
14134
14135 2016-11-08 Tom Tromey <tom@tromey.com>
14136
14137 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
14138 New method.
14139
14140 2016-10-29 Manish Goregaokar <manish@mozilla.com>
14141
14142 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
14143
14144 2016-10-27 Manish Goregaokar <manish@mozilla.com>
14145
14146 * gdb.rust/simple.rs: Add test for univariant enums without
14147 discriminants and for encoded struct-like enums.
14148
14149 2016-10-28 Pedro Alves <palves@redhat.com>
14150
14151 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
14152 gdb_test_multiple, tighten regexps and match symtabs and line
14153 tables incrementally.
14154
14155 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
14156
14157 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
14158 general.
14159
14160 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
14161
14162 * gdb.base/exec-invalid-sysroot.exp: New file.
14163
14164 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
14165
14166 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
14167
14168 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14169
14170 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
14171
14172 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
14173
14174 * gdb.base/killed-outside.exp: Remove $options from a call to
14175 `prepare_for_testing'.
14176
14177 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
14178
14179 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
14180 Change test message.
14181
14182 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
14183
14184 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
14185 Update comment.
14186
14187 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
14188
14189 * gdb.trace/mi-trace-save.exp: New file.
14190
14191 2016-10-13 Yao Qi <yao.qi@linaro.org>
14192
14193 * gdb.base/code_elim.exp (get_var_address): Remove.
14194 * gdb.base/relocate.exp: Likewise.
14195 * gdb.base/shreloc.exp: Likewise.
14196 * lib/gdb.exp (get_var_address): New.
14197
14198 2016-10-13 Yao Qi <yao.qi@linaro.org>
14199
14200 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
14201 floating point tests if $skip_float_test is false.
14202
14203 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
14204
14205 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
14206 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
14207 argc values.
14208 Add 1 to argc so we guarantee distinct initial/modified argc values.
14209
14210 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14211
14212 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
14213
14214 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14215
14216 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
14217 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
14218 * gdb.arch/vsx-regs.exp: Likewise.
14219
14220 2016-10-07 Yao Qi <yao.qi@linaro.org>
14221
14222 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
14223
14224 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
14225
14226 * gdb.python/python.exp: Test decode_line("*0").
14227
14228 2016-10-06 Doug Evans <dje@google.com>
14229
14230 * gdb.python/py-value.exp (test_value_creation): Add test for large
14231 unsigned 64-bit value.
14232
14233 2016-10-06 Tom Tromey <tom@tromey.com>
14234
14235 * gdb.compile/compile.exp: Change java tests to rust.
14236 * gdb.base/setshow.exp: Change java tests to rust.
14237 * gdb.base/default.exp: Remove java from language list.
14238 * README (Examples): Update language example.
14239 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
14240 test.
14241 * lib/gdb.exp (skip_java_tests): Remove.
14242 * lib/java.exp: Remove.
14243 * gdb.java: Remove.
14244
14245 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
14246
14247 * gdb.arch/mips-fcr.exp: New test.
14248 * gdb.arch/mips-fcr.c: Source for the new test.
14249
14250 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
14251
14252 * gdb.base/solib-disc.exp: Use `standard_output_file'
14253 throughout.
14254
14255 2016-10-06 Pedro Alves <palves@redhat.com>
14256
14257 * gdb.base/jit-simple-dl.c: New file.
14258 * gdb.base/jit-simple-jit.c: New file, factored out from ...
14259 * gdb.base/jit-simple.c: ... this.
14260 * gdb.base/jit-simple.exp (jit_run): Delete.
14261 (build_jit): New proc.
14262 (jit_test_reread): Recompile either the main program or the shared
14263 library, depending on what is being tested. Skip changing address
14264 if caller wants to. Compare before/after addresses. If testing
14265 standalone, explicitly load the binary. Test "maint info
14266 breakpoints".
14267 (top level): Add "standalone vs shared lib" and "change address"
14268 vs "same address" axes.
14269
14270 2016-10-06 Pedro Alves <palves@redhat.com>
14271
14272 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
14273 call.
14274 (jit_run): Delete.
14275 (jit_test_reread): Use with_test_prefix. Reload the main binary
14276 explicitly. Compare the before/after addresses of the JIT
14277 descriptor.
14278
14279 2016-08-15 Doug Evans <dje@google.com>
14280
14281 * gdb.xml/extra-regs.xml: Update, end field now required, default type
14282 for single bitfields is bool.
14283 * gdb.xml/tdesc-regs.exp: Ditto.
14284
14285 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
14286
14287 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
14288
14289 2016-10-05 Yao Qi <yao.qi@linaro.org>
14290
14291 * lib/gdb.exp (support_complex_tests): Return zero if
14292 gdb_skip_float_test return true.
14293
14294 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
14295 Simon Marchi <simon.marchi@ericsson.com>
14296
14297 PR gdb/20487
14298 * gdb.mi/user-selected-context-sync.exp: New file.
14299 * gdb.mi/user-selected-context-sync.c: New file.
14300
14301 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
14302 Simon Marchi <simon.marchi@ericsson.com>
14303
14304 PR gdb/20487
14305 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
14306 =thread-select-event check.
14307
14308 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
14309
14310 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
14311 the compulsory L operand changes.
14312 * gdb.arch/powerpc-power.s: Likewise.
14313
14314 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
14315
14316 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
14317 * gdb.base/jit-attach-pie.c: New file.
14318 * gdb.base/jit-attach-pie.exp: New file.
14319
14320 2016-09-28 Pedro Alves <palves@redhat.com>
14321
14322 * gdb.base/infcall-input.c: New file.
14323 * gdb.base/infcall-input.exp: New file.
14324
14325 2016-09-22 Yao Qi <yao.qi@linaro.org>
14326
14327 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
14328 (gdb_exit): Rename it to ...
14329 (gdbserver_gdb_exit): ... Close GDBserver.
14330 (gdb_exit): New proc, call gdbserver_gdb_exit.
14331 (mi_gdb_exit): Likewise.
14332
14333 2016-09-22 Yao Qi <yao.qi@linaro.org>
14334
14335 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
14336 path.
14337 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
14338 Remove duplication.
14339
14340 2016-09-22 Yao Qi <yao.qi@linaro.org>
14341
14342 * lib/gdbserver-support.exp: Check the existence of
14343 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
14344
14345 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
14346
14347 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
14348
14349 2016-09-21 Tom Tromey <tom@tromey.com>
14350
14351 PR gdb/20604:
14352 * gdb.base/quit.exp: New file.
14353
14354 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
14355
14356 * .gitignore: New file.
14357
14358 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
14359
14360 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
14361 throughout.
14362
14363 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
14364
14365 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
14366
14367 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14368
14369 * gdb.cp/casts.cc (decltype): Move it ...
14370 (main): ... with its call to ...
14371 * gdb.cp/casts03.cc: ... a new file.
14372 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
14373
14374 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14375
14376 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
14377
14378 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
14379
14380 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
14381 and sync up the test with tests in gas/testsuite/gas/ppc.
14382 * gdb.arch/powerpc-power.exp: Likewise.
14383
14384 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14385
14386 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
14387
14388 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
14389 Jan Kratochvil <jan.kratochvil@redhat.com>
14390
14391 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
14392 make m1's definition to be different from m2's. Use 'dummy' as an
14393 argument for probe 'two'.
14394
14395 2016-09-10 Jon Beniston <jon@beniston.com>
14396
14397 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
14398 for sim target.
14399
14400 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
14401
14402 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
14403 variable declaration.
14404 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
14405 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
14406 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
14407 received HWCAP as its argument.
14408
14409 2016-09-06 Pedro Alves <palves@redhat.com>
14410
14411 * gdb.base/new-ui-pending-input.c: New file.
14412 * gdb.base/new-ui-pending-input.exp: New file.
14413 * gdb.exp (clear_gdb_spawn_id): New procedure.
14414 (with_spawn_id): Check whether gdb_spawn_id exists before
14415 referencing it. If gdb_spawn_id didn't exist on entry, clear it
14416 on exit.
14417
14418 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
14419
14420 * gdb.base/float128.c: New file.
14421 * gdb.base/float128.exp: Likewise.
14422 * gdb.base/floatn.c: Likewise.
14423 * gdb.base/floatn.exp: Likewise.
14424
14425 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
14426
14427 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
14428
14429 2016-09-05 Pedro Alves <palves@redhat.com>
14430
14431 PR backtrace/19927
14432 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
14433 unwinders are immediately called as side effect of "source" or
14434 "disable unwinder" commands.
14435 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
14436
14437 2016-09-02 Yao Qi <yao.qi@linaro.org>
14438
14439 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
14440 is true and $type is "float" or "double".
14441
14442 2016-09-02 Yao Qi <yao.qi@linaro.org>
14443
14444 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
14445 true.
14446 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
14447 * gdb.base/call-rt-st.exp: Likewise.
14448 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
14449 return value instead of gdb,skip_float_test.
14450 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
14451 (do_function_calls): Use its return value instead of
14452 gdb,skip_float_test.
14453 * gdb.base/finish.exp: Likewise.
14454 * gdb.base/funcargs.exp: Likewise.
14455 * gdb.base/return.exp: Likewise.
14456 * gdb.base/return2.exp: Likewise.
14457 * gdb.base/varargs.exp: Likewise.
14458 * lib/gdb.exp (gdb_skip_float_test): Change it to
14459 gdb_caching_proc. Detect the broken ptrace on arm-linux.
14460
14461 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
14462
14463 * gdb.multi/tids.exp: Test "thread apply all".
14464
14465 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
14466
14467 * gdb.base/default.exp (tty): Remove.
14468
14469 2016-08-24 Kevin Buettner <kevinb@redhat.com>
14470
14471 * gdb.python/py-recurse-unwind.c: New file.
14472 * gdb.python/py-recurse-unwind.py: New file.
14473 * gdb.python/py-recurse-unwind.exp: New file.
14474
14475 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
14476
14477 * gdb.base/set-inferior-tty.exp: New file.
14478 * gdb.base/set-inferior-tty.c: New file.
14479
14480 2016-08-23 Pedro Alves <palves@redhat.com>
14481
14482 PR gdb/20494
14483 * gdb.base/new-ui-echo.c: New file.
14484 * gdb.base/new-ui-echo.exp: New file.
14485
14486 2016-08-23 Yao Qi <yao.qi@linaro.org>
14487
14488 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
14489 gdbserver_spawn.
14490 * gdb.server/connect-without-multi-process.exp (do_test):
14491 Likewise.
14492
14493 2016-08-23 Yao Qi <yao.qi@linaro.org>
14494
14495 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
14496 standalone_txt. Delete gdb_txt and standalone_txt on host
14497 and target. Spawn the binary on target. Copy files from
14498 target to host.
14499
14500 2016-08-22 Pedro Alves <palves@redhat.com>
14501
14502 PR gdb/20505
14503 * gdb.base/vdso-warning.exp: Test core dumps too. Use
14504 with_test_prefix. Factor out bits to ...
14505 (test_no_vdso): ... this new procedure.
14506
14507 2016-08-19 Carl Love <cel@us.ibm.com>
14508
14509 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
14510 maintaining separate logic for constructing the output path.
14511 * gdb.arch/powerpc-d128-regs.exp: Likewise.
14512 * gdb.arch/ppc-dfp.exp: Likewise.
14513 * gdb.arch/ppc-fp.exp: Likewise.
14514 * gdb.arch/vsx-regs.exp: Likewise.
14515 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
14516 binprefix for generating the additional binary files.
14517
14518 2016-08-19 Pedro Alves <palves@redhat.com>
14519
14520 * gdb.trace/mi-trace-frame-collected.exp
14521 (test_trace_frame_collected): On x32, expect two registers.
14522
14523 2016-08-18 Carl Love <cel@us.ibm.com>
14524
14525 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
14526 and sync up the test with tests in gas/testsuite/gas/ppc.
14527 * gdb.arch/powerpc-power.exp: Likewise.
14528
14529 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
14530
14531 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
14532 expected error message.
14533
14534 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
14535
14536 * gdb.multi/remove-inferiors.exp: New file.
14537 * gdb.multi/remove-inferiors.c: New file.
14538
14539 2016-08-12 Yao Qi <yao.qi@linaro.org>
14540
14541 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
14542 argument list.
14543
14544 2016-08-10 Pedro Alves <palves@redhat.com>
14545
14546 PR gdb/19187
14547 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
14548 setup_kfails.
14549
14550 2016-08-09 Pedro Alves <palves@redhat.com>
14551 Simon Marchi <simon.marchi@ericsson.com>
14552
14553 PR gdb/20418
14554 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
14555 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
14556
14557 2016-08-09 Pedro Alves <palves@redhat.com>
14558
14559 PR mi/20431
14560 * gdb.mi/mi-cmd-error.exp: New file.
14561
14562 2016-08-09 Pedro Alves <palves@redhat.com>
14563
14564 PR gdb/18653
14565 * gdb.base/signals-state-child.c: New file.
14566 * gdb.base/signals-state-child.exp: New file.
14567 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
14568
14569 2016-08-09 Pedro Alves <palves@redhat.com>
14570
14571 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
14572
14573 2016-08-03 Tom Tromey <tom@tromey.com>
14574
14575 PR python/18565:
14576 * gdb.python/py-frame-inline.exp: Add Frame.function test.
14577
14578 2016-08-01 Yao Qi <yao.qi@linaro.org>
14579
14580 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
14581 variable mode to "multi-process" if $multi_process is 1, otherwise
14582 set it to "single-process".
14583
14584 2016-08-01 Yao Qi <yao.qi@linaro.org>
14585
14586 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
14587 * gdb.cp/cpexprs.exp: Likewise.
14588 * gdb.cp/m-static.exp: Likewise.
14589
14590 2016-07-26 Tom Tromey <tom@tromey.com>
14591
14592 PR python/20190:
14593 * gdb.threads/tls.exp (check_thread_local): Add python symbol
14594 test.
14595
14596 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
14597
14598 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
14599 selecting assembly source files.
14600 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
14601 assembly source files.
14602 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
14603 assembly source files.
14604 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
14605 selecting assembly source files.
14606
14607 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
14608
14609 * gdb.base/new-ui.exp (do_test_invalid_args): New
14610 procedure.
14611
14612 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
14613
14614 * gdb.btrace/reconnect.c: New file.
14615 * gdb.btrace/reconnect.exp: New file.
14616
14617 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
14618
14619 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
14620 to test_catch_syscall_group.
14621 (test_catch_syscall_group): New.
14622
14623 2016-07-21 Tom Tromey <tom@tromey.com>
14624
14625 * gdb.rust/simple.rs (main): Use empty struct expression.
14626 * gdb.rust/simple.exp: Add tests for empty struct expression.
14627
14628 2016-07-21 Yao Qi <yao.qi@linaro.org>
14629
14630 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
14631 if gdb_skip_xml_test is true on some targets.
14632
14633 2016-07-21 Yao Qi <yao.qi@linaro.org>
14634
14635 * gdb.server/solib-list.exp: Unset last_loaded_file.
14636
14637 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14638
14639 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
14640 "step into captured_main (args)".
14641
14642 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14643
14644 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
14645
14646 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14647
14648 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
14649
14650 2016-07-19 Pedro Alves <palves@redhat.com>
14651
14652 * gdb.opt/inline-break.exp: Remove optimize=-O2.
14653 * gdb.opt/inline-bt.exp: Likewise.
14654 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
14655 additional_flags=-Winline.
14656 * gdb.opt/inline-locals.exp: Likewise.
14657 * gdb.opt/inline-markers.c (ATTR): Define.
14658 (inlined_fn): Use it.
14659
14660 2016-07-19 Yao Qi <yao.qi@linaro.org>
14661
14662 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
14663 (test_with_self): Remove some code. Remove argument executable.
14664 (top-level): Use do_self_tests.
14665
14666 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
14667 Don Breazeal <donb@codesourcery.com>
14668
14669 * gdb.base/maint.exp: Escape paths used in regular expressions.
14670 * gdb.stabs/weird.exp: Likewise.
14671
14672 2016-07-13 Tom Tromey <tom@tromey.com>
14673
14674 PR python/15620, PR python/18620:
14675 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
14676 (test_bkpt_events): New procs.
14677
14678 2016-07-13 Tom Tromey <tom@tromey.com>
14679
14680 PR python/17698:
14681 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
14682 test.
14683 (test_watchpoints): Likewise.
14684 (test_bkpt_pending): New proc.
14685
14686 2016-07-13 Tom Tromey <tom@tromey.com>
14687
14688 PR cli/18053:
14689 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
14690 completion test.
14691
14692 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14693
14694 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
14695 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
14696 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
14697 f_label.
14698 (g): Rename g_end_lbl to g_label.
14699 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
14700 low_pc and high_pc.
14701 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
14702
14703 2016-07-12 Tom Tromey <tom@tromey.com>
14704
14705 PR python/19293:
14706 * gdb.python/py-unwind-maint.exp: Update tests.
14707
14708 2016-07-12 Yao Qi <yao.qi@linaro.org>
14709
14710 * lib/selftest-support.exp (selftest_setup): Match the output
14711 when captured_main is inlined.
14712
14713 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
14714
14715 * gdb.fortran/derived-types.exp (result_line, result_line_2):
14716 New variables.
14717 (print this%a, print this%b, print this): New tests.
14718 * gdb.fortran/derived-types.f90 (this): New object and
14719 initialization.
14720
14721 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
14722
14723 * gdb.ada/arraydim.exp: Remove extra directory level in build
14724 directory.
14725
14726 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
14727
14728 * lib/ada.exp: Remove extra directory level in build directory.
14729 * gdb.ada/cond_lang.exp: Likewise.
14730 * gdb.ada/exec_changed.exp: Likewise.
14731 * gdb.ada/lang_switch.exp: Likewise.
14732
14733 2016-07-06 Manish Goregaokar <manish@mozilla.com>
14734
14735 * simple.rs: Add test for raw pointer subscripting.
14736 * simple.exp: Add test expectations.
14737
14738 2016-07-05 Yao Qi <yao.qi@linaro.org>
14739
14740 * gdb.mi/mi-reverse.exp: Match =record-started output.
14741
14742 2016-07-01 Pedro Alves <palves@redhat.com>
14743
14744 * gdb.base/jit-reader.exp (info_registers_current_frame): New
14745 procedure.
14746 (jit_reader_test): Test the jit reader's unwinder.
14747 * gdb.base/jithost.c (jit_function_00_code): New global.
14748 (main): Use memcpy to fill in the mmapped code, instead of poking
14749 bytes manually here.
14750 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
14751 value.
14752 (read_debug_info): Save the function's range.
14753 (read_sp): New function.
14754 (unwind_frame): Use it. Also unwind RBP.
14755 (get_frame_id): Use read_sp.
14756 (gdb_init_reader): Use calloc instead of malloc.
14757 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
14758 parameter. Use gdb_test_multiple.
14759
14760 2016-07-01 Pedro Alves <palves@redhat.com>
14761 Antoine Tremblay <antoine.tremblay@ericsson.com>
14762
14763 * gdb.threads/process-dies-while-detaching.c: New file.
14764 * gdb.threads/process-dies-while-detaching.exp: New file.
14765
14766 2016-07-01 Pedro Alves <palves@redhat.com>
14767
14768 * gdb.multi/watchpoint-multi-exit.c: New file.
14769 * gdb.multi/watchpoint-multi-exit.exp: New file.
14770
14771 2016-06-30 Pedro Alves <palves@redhat.com>
14772
14773 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
14774 unset inferior_spawn_id.
14775
14776 2016-06-30 Pedro Alves <palves@redhat.com>
14777
14778 * lib/mi-support.exp (default_mi_gdb_start): Declare global
14779 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
14780
14781 2016-06-29 Yao Qi <yao.qi@linaro.org>
14782
14783 * gdb.base/return.c: Add copyright header.
14784
14785 2016-06-29 Tom Tromey <tom@tromey.com>
14786
14787 PR python/20129:
14788 * gdb.python/py-framefilter.exp: Add tests for setting priority
14789 and disabling of non-existent frame filter.
14790
14791 2016-06-29 Yao Qi <yao.qi@linaro.org>
14792
14793 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
14794 0x0f07ff.
14795
14796 2016-06-28 Yao Qi <yao.qi@linaro.org>
14797
14798 * gdb.base/catch-syscall.exp: Remove check on isnative and target
14799 triplets. Start gdb, execute catch syscall, and continue. Check
14800 gdb's output to determine catch syscall is supported.
14801
14802 2016-06-27 Manish Goregaokar <manish@mozilla.com>
14803
14804 * gdb.rust/simple.rs: Add test for returning unit in a function.
14805 * gdb.rust/simple.exp: Add expectation for functions returning
14806 unit.
14807
14808 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
14809
14810 * gdb.python/py-breakpoint-create-fail.c,
14811 gdb.python/py-breakpoint-create-fail.exp,
14812 gdb.python/py-breakpoint-create-fail.py: New testcase.
14813
14814 2016-06-25 Manish Goregaokar <manish@mozilla.com>
14815
14816 PR gdb/20239
14817 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
14818 * gdb.rust/simple.exp: Add test expectations for new NonZero
14819 tests.
14820
14821 2016-06-24 David Taylor <dtaylor@emc.com>
14822
14823 * gdb.base/offsets.exp: New file.
14824 * gdb.base/offsets.c: New file.
14825
14826 2016-06-23 Tom Tromey <tom@tromey.com>
14827
14828 PR gdb/16483:
14829 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
14830 before any filters are loaded.
14831
14832 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
14833
14834 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
14835 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
14836 structs.
14837 * gdb.fortran/derived-type-function.exp: New file.
14838 * gdb.fortran/derived-type-function.f90: New file.
14839
14840
14841 2016-06-21 Pedro Alves <palves@redhat.com>
14842
14843 * gdb.base/new-ui.exp: New file.
14844 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
14845 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
14846 (with_spawn_id): New procedure.
14847
14848 2016-06-21 Pedro Alves <palves@redhat.com>
14849
14850 * gdb.mi/mi-exec-run.exp: New file.
14851
14852 2016-06-21 Pedro Alves <palves@redhat.com>
14853
14854 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
14855 breakpoint command's output on the main UI.
14856 (test_break): New procedure, factored out from calls in the top
14857 level.
14858 (top level): Use foreach_with_prefix to test MI as main UI and as
14859 separate UI.
14860
14861 2016-06-21 Pedro Alves <palves@redhat.com>
14862
14863 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
14864 (test_awatch_creation_and_listing)
14865 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
14866 Remove 'type' parameter.
14867 (test_watchpoint_all): New parameter mi_mode. Remove
14868 with_test_prefix.
14869 (top level): Use foreach_with_prefix, and add main/separate UI MI
14870 testing axis.
14871
14872 2016-06-21 Pedro Alves <palves@redhat.com>
14873
14874 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
14875 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
14876 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
14877 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
14878 (gdb_main_spawn_id, mi_spawn_id): Declare and
14879 comment.
14880 (mi_create_inferior_pty): New procedure,
14881 factored out from default_mi_gdb_start.
14882 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
14883 procedures.
14884 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
14885 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
14886 Use mi_create_inferior_pty.
14887 (mi_gdb_start): Use eval to pass down args list.
14888
14889 2016-06-21 Pedro Alves <palves@redhat.com>
14890
14891 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
14892 * gdb.opt/inline-cmds.exp: Add MI tests.
14893
14894 2016-06-21 Pedro Alves <palves@redhat.com>
14895
14896 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
14897
14898 2016-06-21 Pedro Alves <palves@redhat.com>
14899
14900 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
14901 (top level): Use it instead of mi_execute_to.
14902
14903 2016-06-21 Pedro Alves <palves@redhat.com>
14904
14905 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
14906 (cont_handler_str): New.
14907 (signal_stop_handler): Set stop_handler_str instead of printing to
14908 stdout.
14909 (continue_handler): Set cont_handler_str instead of printing to
14910 stdout.
14911 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
14912 mi_send_resuming_command. Print stop_handler_str and
14913 cont_handler_str instead of expecting the python events print
14914 directly.
14915
14916 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
14917
14918 * gdb.base/jit-reader.exp: New file.
14919 * gdb.base/jithost.c: New file.
14920 * gdb.base/jithost.h: New file.
14921 * gdb.base/jitreader.c : New file.
14922 * gdb.base/jit-protocol.h: New file.
14923
14924 2016-06-17 Yao Qi <yao.qi@linaro.org>
14925
14926 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
14927 parameters follow_fork and detach_on_fork. Set follow-fork-mode
14928 and detach-on-fork. Adjust tests.
14929 (top level): Invoke break_cond_on_syscall with combinations of
14930 syscall, follow-fork-mode and detach-on-fork.
14931
14932 2016-06-17 Yao Qi <yao.qi@linaro.org>
14933
14934 * gdb.base/step-over-exit.c: New.
14935 * gdb.base/step-over-exit.exp: New.
14936
14937 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
14938
14939 * gdb.base/float.exp: Add target check for nds32*-*-*.
14940 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
14941
14942 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
14943
14944 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
14945 for unsupported target features.
14946 * gdb.base/call-rt-st.exp: Likewise.
14947 * gdb.base/call-sc.exp: Likewise.
14948 * gdb.base/call-signal-resume.exp: Likewise.
14949 * gdb.base/call-strs.exp: Likewise.
14950 * gdb.base/callexit.exp: Likewise.
14951 * gdb.base/callfuncs.exp: Likewise.
14952 * gdb.base/nodebug.exp: Likewise.
14953 * gdb.base/printcmds.exp: Likewise.
14954 * gdb.base/ptype.exp: Likewise.
14955 * gdb.base/structs.exp: Likewise.
14956 * gdb.base/unwindonsignal.exp: Likewise.
14957 * gdb.cp/gdb2495.exp: Likewise.
14958 * gdb.cp/templates.exp: Likewise.
14959 * gdb.cp/virtfunc.exp: Likewise.
14960 * gdb.threads/hand-call-in-threads.exp: Likewise.
14961 * gdb.threads/interrupted-hand-call.exp: Likewise.
14962 * gdb.threads/thread-unwindonsignal.exp: Likewise.
14963
14964 2016-06-10 Tom Tromey <tom@tromey.com>
14965
14966 PR rust/20110:
14967 * gdb.rust/expr.exp: Add test for integer constant larger than
14968 i32.
14969
14970 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
14971
14972 * gdb.fortran/nested-funcs.exp: New.
14973 * gdb.fortran/nested-funcs.f90: New.
14974
14975 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
14976
14977 * gdb.base/examine-backward.c: New file.
14978 * gdb.base/examine-backward.exp: New file.
14979
14980 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
14981
14982 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
14983 matching.
14984
14985 2016-06-02 Tom Tromey <tom@tromey.com>
14986
14987 PR python/18984:
14988 * gdb.python/py-shared.exp: Add solib_name test.
14989
14990 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
14991
14992 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
14993
14994 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
14995
14996 PR c++/19893
14997 * gdb.dwarf2/implref.exp: Rename to...
14998 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
14999 * gdb.dwarf2/implref-array.c: New file.
15000 * gdb.dwarf2/implref-array.exp: Likewise.
15001 * gdb.dwarf2/implref-global.c: Likewise.
15002 * gdb.dwarf2/implref-global.exp: Likewise.
15003 * gdb.dwarf2/implref-struct.c: Likewise.
15004 * gdb.dwarf2/implref-struct.exp: Likewise.
15005
15006 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15007
15008 * gdb.trace/trace-condition.exp: Add 64bit tests.
15009
15010 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15011
15012 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
15013 bits types.
15014 (main): Adapt to 8 to 64 bits types.
15015 * gdb.trace/trace-condition.exp: Add new tests.
15016
15017 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15018
15019 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
15020
15021 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15022
15023 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
15024 Move condition tests...
15025 * gdb.trace/trace-condition.exp: Here.
15026
15027 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15028
15029 * gdb.trace/trace-condition.exp: Add counter-case tests.
15030
15031 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
15032
15033 PR c++/15231
15034 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
15035 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
15036
15037 2016-05-27 Pedro Alves <palves@redhat.com>
15038
15039 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
15040 New procedure.
15041 (top level): Call it, and bail out of DejaGnu is known to be bad.
15042
15043 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
15044
15045 * gdb.base/whatis.c: Extend the test case.
15046 * gdb.base/whatis.exp: Add additional tests.
15047
15048 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15049
15050 * gdb.fortran/type.f90: Add pointer variable.
15051 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
15052
15053 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15054
15055 * gdb.fortran/vla-type.exp: Fix testcase name.
15056
15057 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15058
15059 * gdb.fortran/vla-type.exp: Access elements in nested structs.
15060
15061 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15062
15063 * gdb.fortran/type.f90: Add nested structures.
15064 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
15065 * gdb.fortran/derived-type.exp: Adapt expected output.
15066 * gdb.fortran/vla-type.exp: Adapt expected output.
15067
15068 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15069
15070 * gdb.fortran/whatis_type.exp: Adapt expected output.
15071
15072 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15073
15074 * gdb.fortran/print_type.exp: Fix expected output.
15075 * gdb.fortran/whatis_type.exp: Fix expected output.
15076
15077 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15078
15079 * gdb.fortran/whatis_type.exp: Use multi_line.
15080
15081 2016-05-24 Tom Tromey <tom@tromey.com>
15082
15083 PR python/17386:
15084 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
15085 use value as an index.
15086
15087 2016-05-23 Tom Tromey <tom@tromey.com>
15088
15089 PR python/17981:
15090 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
15091 no-breakpoint case.
15092
15093 2016-05-24 Pedro Alves <palves@redhat.com>
15094
15095 PR gdb/19828
15096 * gdb.threads/clone-attach-detach.c: New file.
15097 * gdb.threads/clone-attach-detach.exp: New file.
15098
15099 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
15100
15101 * gdb.base/annota-input-while-running.exp: Fix syntax error.
15102
15103 2016-05-23 Tom Tromey <tom@tromey.com>
15104
15105 PR python/19438, PR python/18393:
15106 * gdb.python/py-progspace.exp: Add "dir" test.
15107 * gdb.python/py-objfile.exp: Add "dir" test.
15108
15109 2016-05-23 Yao Qi <yao.qi@linaro.org>
15110
15111 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
15112 * gdb.arch/thumb2-it.exp: Likewise.
15113
15114 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
15115
15116 * gdb.mi/mi-threads-interrupt.c: New file.
15117 * gdb.mi/mi-threads-interrupt.exp: New file.
15118
15119 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
15120
15121 PR gdb/18077
15122 * gdb.mi/mi-async-run.exp: New file.
15123 * gdb.mi/mi-async-run.c: New file.
15124
15125 2016-05-17 Tom Tromey <tom@tromey.com>
15126 Manish Goregaokar <manishsmail@gmail.com>
15127
15128 * lib/rust-support.exp: New file.
15129 * lib/gdb.exp (skip_rust_tests): New proc.
15130 (build_executable_from_specs): Handle rust.
15131 * lib/future.exp (gdb_find_rustc): New proc.
15132 (gdb_default_target_compile): Handle rust.
15133 * gdb.rust/expr.exp: New file.
15134 * gdb.rust/generics.exp: New file.
15135 * gdb.rust/generics.rs: New file.
15136 * gdb.rust/methods.exp: New file.
15137 * gdb.rust/methods.rs: New file.
15138 * gdb.rust/modules.exp: New file.
15139 * gdb.rust/modules.rs: New file.
15140 * gdb.rust/simple.exp: New file.
15141 * gdb.rust/simple.rs: New file.
15142
15143 2016-05-17 Tom Tromey <tom@tromey.com>
15144
15145 * gdb.base/default.exp (set language): Add rust.
15146
15147 2016-05-17 Tom Tromey <tom@tromey.com>
15148
15149 * gdb.gdb/unittest.exp: New file.
15150
15151 2016-05-16 Yao Qi <yao.qi@linaro.org>
15152
15153 * gdb.base/batch-preserve-term-settings.exp: Remove variable
15154 shell_prompt. Update shell_prompt_re.
15155
15156 2016-05-12 Doug Evans <dje@google.com>
15157
15158 PR symtab/19999
15159 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
15160 $options when building executable.
15161 * gdb.dwarf2/fission-loclists-pie.S: New file.
15162 * gdb.dwarf2/fission-loclists-pie.exp: New file.
15163
15164 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
15165
15166 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
15167 of [is_remote target],
15168
15169 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
15170
15171 * lib/gdb.exp (use_gdb_stub): New procedure.
15172
15173 2016-05-03 Yunlian Jiang <yunlian@google.com>
15174 Doug Evans <dje@google.com>
15175
15176 PR symtab/19914
15177 * gdb.dwarf2/dwp-sepdebug.c: New file.
15178 * gdb.dwarf2/dwp-sepdebug.exp: New file.
15179
15180 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
15181
15182 * gdb.base/detach.exp: Remove is_remote check.
15183
15184 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
15185
15186 * gdb.base/annota-input-while-running.exp: Don't check for
15187 [is_remote target]. Enable annotations after running to main.
15188 Remove unused "set test..." line.
15189
15190 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
15191
15192 * gdb.trace/trace-enable-disable.exp: New file.
15193 * gdb.trace/trace-enable-disable.c: New file.
15194
15195 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
15196
15197 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
15198 use it in info sharedlibrary test.
15199 * gdb.trace/ftrace-lock.exp: Likewise.
15200 * gdb.trace/ftrace.exp: Likewise.
15201 * gdb.trace/range-stepping.exp: Likewise.
15202 * gdb.trace/trace-break.exp: Likewise.
15203 * gdb.trace/trace-condition.exp: Likewise.
15204 * gdb.trace/trace-mt.exp: Likewise.
15205
15206 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
15207
15208 * lib/gdb.exp (gdb_load_shlibs): Rename to...
15209 (gdb_load_shlib): ... this.
15210 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
15211 gdb_load_shlib.
15212 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
15213 * gdb.base/ctxobj.exp: Likewise.
15214 * gdb.base/dprintf-pending.exp: Likewise.
15215 * gdb.base/dso2dso.exp: Likewise.
15216 * gdb.base/fixsection.exp: Likewise.
15217 * gdb.base/gcore-relro.exp: Likewise.
15218 * gdb.base/gdb1555.exp: Likewise.
15219 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15220 * gdb.base/gnu-ifunc.exp: Likewise.
15221 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
15222 * gdb.base/jit-so.exp (one_jit_test): Likewise.
15223 * gdb.base/pending.exp: Likewise.
15224 * gdb.base/print-file-var.exp: Likewise.
15225 * gdb.base/print-symbol-loading.exp: Likewise.
15226 * gdb.base/shlib-call.exp: Likewise.
15227 * gdb.base/shreloc.exp: Likewise.
15228 * gdb.base/so-impl-ld.exp: Likewise.
15229 * gdb.base/solib-disc.exp: Likewise.
15230 * gdb.base/solib-nodir.exp: Likewise.
15231 * gdb.base/solib-overlap.exp: Likewise.
15232 * gdb.base/solib-symbol.exp: Likewise.
15233 * gdb.base/solib-weak.exp (do_test): Likewise.
15234 * gdb.base/sym-file.exp: Likewise.
15235 * gdb.base/symtab-search-order.exp: Likewise.
15236 * gdb.base/type-opaque.exp: Likewise.
15237 * gdb.base/unload.exp: Likewise.
15238 * gdb.base/watchpoint-solib.exp: Likewise.
15239 * gdb.compile/compile.exp: Likewise.
15240 * gdb.cp/gdb2384.exp: Likewise.
15241 * gdb.cp/infcall-dlopen.exp: Likewise.
15242 * gdb.cp/re-set-overloaded.exp: Likewise.
15243 * gdb.fortran/library-module.exp: Likewise.
15244 * gdb.opt/solib-intra-step.exp: Likewise.
15245 * gdb.python/py-finish-breakpoint.exp: Likewise.
15246 * gdb.python/py-shared.exp: Likewise.
15247 * gdb.reverse/solib-precsave.exp: Likewise.
15248 * gdb.reverse/solib-reverse.exp: Likewise.
15249 * gdb.server/solib-list.exp: Likewise.
15250 * gdb.threads/dlopen-libpthread.exp: Likewise.
15251 * gdb.threads/tls-shared.exp: Likewise.
15252 * gdb.threads/tls-so_extern.exp: Likewise.
15253 * gdb.trace/change-loc.exp: Likewise.
15254 * gdb.trace/ftrace-lock.exp: Likewise.
15255 * gdb.trace/ftrace.exp: Likewise.
15256 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
15257 * gdb.trace/pending.exp: Likewise.
15258 * gdb.trace/range-stepping.exp: Likewise.
15259 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
15260 (strace_info_marker): Likewise.
15261 (strace_probe_marker): Likewise.
15262 (strace_trace_on_same_addr): Likewise.
15263 (strace_trace_on_diff_addr): Likewise.
15264 * gdb.trace/trace-break.exp: Likewise.
15265 * gdb.trace/trace-condition.exp: Likewise.
15266 * gdb.trace/trace-mt.exp: Likewise.
15267
15268 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
15269
15270 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
15271 result of gdb_remote_download.
15272 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
15273 * gdb.base/dso2dso.exp: Likewise.
15274 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15275 * gdb.base/print-file-var.exp: Likewise.
15276 * gdb.base/shlib-call.exp: Likewise.
15277 * gdb.base/shreloc.exp: Likewise.
15278 * gdb.base/solib-overlap.exp: Likewise.
15279 * gdb.base/solib-weak.exp (do_test): Likewise.
15280 * gdb.base/unload.exp: Likewise.
15281
15282 2016-04-27 Yao Qi <yao.qi@linaro.org>
15283
15284 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
15285 exists.
15286
15287 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
15288
15289 * vla-type.exp: Print structure from toplevel.
15290
15291 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
15292
15293 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
15294 of dynamic types.
15295 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
15296 of dynamic types.
15297
15298 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
15299
15300 * gdb.fortran/vla-type.f90: New file.
15301 * gdb.fortran/vla-type.exp: New file.
15302
15303 2016-04-25 Yao Qi <yao.qi@linaro.org>
15304
15305 * gdb.base/branch-to-self.c: New file.
15306 * gdb.base/branch-to-self.exp: New file.
15307
15308 2016-04-22 Yao Qi <yao.qi@linaro.org>
15309
15310 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
15311 more after $hex.
15312
15313 2016-04-22 Yao Qi <yao.qi@linaro.org>
15314
15315 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
15316 * gdb.base/annota3.exp: Likewise.
15317
15318 2016-04-22 Yao Qi <yao.qi@linaro.org>
15319
15320 * gdb.reverse/step-precsave.exp: Do one step and test program
15321 stops in "callee" and do multiple steps until program goes out
15322 of "callee".
15323 * gdb.reverse/step-reverse.exp: Likewise.
15324
15325 2016-04-22 Yao Qi <yao.qi@linaro.org>
15326
15327 * gdb.trace/signal.exp: Also pass if
15328 $tracepoint_hits($i) > $iterations.
15329
15330 2016-04-22 Yao Qi <yao.qi@linaro.org>
15331
15332 * gdb.trace/signal.c: New file.
15333 * gdb.trace/signal.exp: New file.
15334
15335 2016-04-19 Doug Evans <xdje42@gmail.com>
15336
15337 * gdb.base/bad-file.exp: New file.
15338
15339 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
15340
15341 * gdb.dwarf2/implref.exp: New file.
15342
15343 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
15344
15345 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
15346 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
15347 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
15348 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
15349 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
15350 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
15351 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
15352 * lib/fortran.exp (fortran_int4): New procedure.
15353 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
15354 (fortran_logical4): Likewise.
15355
15356 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
15357
15358 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
15359
15360 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
15361
15362 * lib/compiler.c: Add Intel specific preprocessor macros.
15363 * lib/compiler.cc: Likewise.
15364
15365 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
15366
15367 * gdb.server/connect-with-no-symbol-file.c: New file.
15368 * gdb.server/connect-with-no-symbol-file.exp: New file.
15369
15370 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
15371
15372 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
15373
15374 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
15375
15376 * boards/gdbserver-base.exp (${board}_download): Copy source file to
15377 standard output directory.
15378
15379 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
15380
15381 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
15382
15383 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
15384
15385 * gdb.btrace/instruction_history.c (loop): Add declaration.
15386
15387 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
15388
15389 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
15390
15391 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
15392
15393 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
15394 parentheses to print.
15395 (continue_handler): Likewise.
15396
15397 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
15398
15399 * gdb.server/solib-list.exp: Remove is_remote check.
15400 Pass shlib= to gdb_compile. Don't link shared library with
15401 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
15402 Run binary filename through "readlink -f" on the target.
15403
15404 2016-04-08 Pedro Alves <palves@redhat.com>
15405
15406 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
15407 interpreter filename as argument to gdbserver_spawn.
15408 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
15409 Return empty if $last_loaded_file does not exist.
15410
15411 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15412
15413 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
15414 * gdb.base/jit-main.c: Use exit after usage.
15415
15416 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15417
15418 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
15419 GDBHISTSIZE prior to the tests.
15420 * gdb.base/gdbinit-history.exp: Likewise.
15421
15422 2016-04-07 Pedro Alves <palves@redhat.com>
15423
15424 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
15425 instead of build_executable. Use gdb_load_shlibs.
15426
15427 2016-04-07 Yao Qi <yao.qi@linaro.org>
15428
15429 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
15430 Execute "si" command.
15431
15432 2016-04-07 Yao Qi <yao.qi@linaro.org>
15433
15434 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
15435 number instead of the comments on some line.
15436
15437 2016-04-06 Don Breazeal <donb@codesourcery.com>
15438
15439 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
15440 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
15441
15442 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
15443
15444 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
15445 standard_output_file. Remove unused binfile variable.
15446
15447 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
15448
15449 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
15450 * gdb.python/py-mi-objfile.exp: Match "list main" output
15451 in console format.
15452
15453 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
15454
15455 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
15456 absolute.
15457
15458 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
15459
15460 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
15461 absolute.
15462 * gdb.trace/ftrace.exp: Likewise.
15463 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
15464 targets as well.
15465 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
15466 (gdb_load_shlibs): Copy libraries to test directory when testing
15467 natively. Only set solib-search-path if testing remotely.
15468 * lib/mi-support.exp (mi_load_shlibs): Likewise.
15469
15470 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
15471
15472 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
15473 gdb_download. Use it even if the target is not remote.
15474 * gdb.base/jit.exp (compile_jit_test): Likewise.
15475 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
15476 output directory if the destination board is local, otherwise use
15477 the standard remote_download from DejaGnu.
15478 (gdb_download): Remove.
15479 (gdb_load_shlibs): Use gdb_remote_download instead of
15480 gdb_download.
15481 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
15482 Use gdb_remote_download instead of gdb_download. Use it even if
15483 the target is not remote.
15484 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
15485 instead of gdb_download.
15486
15487 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
15488
15489 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
15490 (test_insert_delete_modify): Call mi_load_shlibs before trying to
15491 run.
15492
15493 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
15494
15495 PR gdb/19820
15496 * gdb.base/printcmds.exp: Add artificial arrays tests.
15497
15498 2016-03-31 Pedro Alves <palves@redhat.com>
15499
15500 PR gdb/19858
15501 * gdb.base/jit-main.c: Include unistd.h.
15502 (ATTACH): Define to 0 if not already defined.
15503 (wait_for_gdb, mypid): New globals.
15504 (WAIT_FOR_GDB): New macro.
15505 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
15506 some breakpoint locations.
15507 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
15508 New procedures.
15509 (one_jit_test): Add REATTACH parameter, and handle it. Use
15510 continue_to_test_location.
15511 (top level): Test attach, and adjusts calls to one_jit_test.
15512
15513 2016-03-31 Pedro Alves <palves@redhat.com>
15514
15515 PR gdb/19858
15516 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
15517 BINSUFFIX parameter, and handle it.
15518 (top level): Adjust calls compile_jit_test.
15519
15520 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
15521
15522 PR python/19743
15523 * gdb.python/py-mi-events-gdb.py: New file.
15524 * gdb.python/py-mi-events.c: New file.
15525 * gdb.python/py-mi-events.exp: New file.
15526
15527 2016-03-30 Yao Qi <yao.qi@linaro.org>
15528
15529 * gdb.reverse/until-precsave.exp: Match function name only.
15530 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
15531 Move malloc to a condition block.
15532 * gdb.reverse/until-reverse.exp: Match function name only.
15533
15534 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
15535
15536 * gdb.trace/ftrace.exp: Set arg0exp for s390.
15537 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
15538 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
15539 variable for GPR 0 instead of assuming it is register 0.
15540 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
15541 * lib/trace-support.exp: Add s390 registers.
15542
15543 2016-03-29 Yao Qi <yao.qi@linaro.org>
15544
15545 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
15546
15547 2016-03-24 Yao Qi <yao.qi@linaro.org>
15548
15549 * gdb.reverse/break-reverse.exp: Add quotation mark in the
15550 test message.
15551
15552 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15553
15554 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
15555 maintaining separate logic for constructing the output path.
15556
15557 2016-03-16 Don Breazeal <donb@codesourcery.com>
15558
15559 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
15560 Retry fork and waitpid on interrupted system call errors.
15561 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
15562 Use with_timeout_factor to increase timeout by factor of 10.
15563
15564 2016-03-15 Don Breazeal <donb@codesourcery.com>
15565
15566 * gdb.cp/scope-err.cc: New test program.
15567 * gdb.cp/scope-err.exp: New test script.
15568 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
15569 lines and "set breakpoint here" comment.
15570 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
15571 Fixed some whitespace and format issues.
15572 * gdb.mi/mi-linespec-err-cp.cc: New test program.
15573 * gdb.mi/mi-linespec-err-cp.exp: New test script.
15574
15575 2016-03-15 Doug Evans <dje@google.com>
15576
15577 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
15578 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
15579 All callers updated. Add tests for enums, mixed flags register.
15580
15581 2016-03-15 Doug Evans <dje@google.com>
15582
15583 * gdb.base/skip.c (main): Call test_skip_file_and_function.
15584 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
15585
15586 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
15587
15588 * gdb.base/default.exp: Add $_as_string to the list of expected
15589 convenience functions.
15590
15591 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
15592
15593 * gdb.base/maint.exp: New tests for 'maint info line-table'.
15594
15595 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
15596
15597 * gdb.python/py-as-string.exp: New file.
15598 * gdb.python/py-as-string.c: New file.
15599
15600 2016-03-09 Pedro Alves <palves@redhat.com>
15601
15602 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
15603 signal" -> "Thread NN received signal" output change.
15604 * gdb.threads/ia64-sigill.exp: Likewise.
15605 * gdb.threads/linux-dp.exp: Likewise.
15606 * gdb.threads/manythreads.exp: Likewise.
15607 * gdb.threads/pending-step.exp: Likewise.
15608 * gdb.threads/print-threads.exp: Likewise.
15609 * gdb.threads/sigstep-threads.exp: Likewise.
15610 * gdb.threads/staticthreads.exp: Likewise.
15611 * gdb.threads/tls.exp: Likewise.
15612
15613 2016-03-09 Pedro Alves <palves@redhat.com>
15614
15615 * gdb.base/command-line-input.exp: New file.
15616
15617 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
15618
15619 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
15620 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
15621 * gdb.trace/pending.exp: Accept leading dot before function name.
15622 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
15623 * lib/trace-support.exp: Set registers for ppc.
15624
15625 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
15626
15627 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
15628 use it for disassembly; accept .main in addition to main in backtrace.
15629
15630 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
15631 Marcin Kościelnicki <koriakin@0x04.net>
15632
15633 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
15634 (gdb_recursion_test_ptr): New global variable.
15635 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
15636 gdb_recursion_test.
15637 (gdb_c_test): Ditto.
15638
15639 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
15640
15641 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
15642 ordering.
15643
15644 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
15645
15646 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
15647 (bar): Add bar_start_lbl label.
15648 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
15649 of foo/bar for emitting DWARF and tracing.
15650
15651 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
15652
15653 * analyze-racy-logs.py: Set executable bit.
15654
15655 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
15656
15657 * Makefile.in (DEFAULT_RACY_ITER): New variable.
15658 (CHECK_TARGET_TMP): Likewise.
15659 (check-single-racy): New rule.
15660 (check-parallel-racy): Likewise.
15661 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
15662 (do-check-parallel-racy): New rule.
15663 (check-racy/%.exp): Likewise.
15664 * README (Racy testcases): New section.
15665 * analyze-racy-logs.py: New file.
15666
15667 2016-03-03 Doug Evans <dje@google.com>
15668
15669 * gdb.base/skip.exp: Use with_test_prefix.
15670
15671 2016-03-03 Yao Qi <yao.qi@linaro.org>
15672
15673 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
15674 Invoke step_over_syscall "clone" and break_cond_on_syscall
15675 "clone".
15676 * gdb.base/step-over-clone.c: New file.
15677
15678 2016-03-03 Yao Qi <yao.qi@linaro.org>
15679
15680 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
15681 code format.
15682
15683 2016-03-03 Yao Qi <yao.qi@linaro.org>
15684
15685 * gdb.base/disp-step-fork.c: Rename to ...
15686 * gdb.base/step-over-fork.c: ... it. New file.
15687 * gdb.base/disp-step-vfork.c: Rename to ...
15688 * gdb.base/step-over-vfork.c: ... it. New file.
15689 * gdb.base/disp-step-syscall.exp: Rename to ...
15690 * gdb.base/step-over-syscall.exp: ... it. New file.
15691 (disp_step_cross_syscall): Rename to ...
15692 (step_over_syscall): ... it.
15693
15694 2016-03-03 Yao Qi <yao.qi@linaro.org>
15695
15696 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
15697 If target supports condition evaluation on target, invoke
15698 break_cond_on_syscall for fork and vfork.
15699
15700 2016-03-03 Yao Qi <yao.qi@linaro.org>
15701
15702 * gdb.base/disp-step-syscall.exp: Don't invoke
15703 support_displaced_stepping.
15704 (disp_step_cross_syscall): Test with displaced stepping off and
15705 on if supported.
15706
15707 2016-03-03 Yao Qi <yao.qi@linaro.org>
15708
15709 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
15710 proc.
15711 (setup): New proc.
15712 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
15713 and setup.
15714
15715 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
15716
15717 * gdb.fortran/vla-history.exp: Remove breakpoint.
15718
15719 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
15720
15721 * gdb.fortran/vla-history.exp: Lookup array elements and printing
15722 exceeds timeout.
15723
15724 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
15725
15726 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
15727 breakpoint.
15728
15729 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
15730
15731 * gdb.mi/vla.f90: Nullify pointer after declaration.
15732
15733 2016-03-01 Pedro Alves <palves@redhat.com>
15734
15735 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
15736
15737 2016-03-01 Pedro Alves <palves@redhat.com>
15738
15739 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
15740 before anything else.
15741 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
15742 _GNU_SOURCE here.
15743 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
15744 before anything else.
15745 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
15746
15747 2016-03-01 Pedro Alves <palves@redhat.com>
15748
15749 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
15750
15751 2016-03-01 Yao Qi <yao.qi@linaro.org>
15752
15753 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
15754 prepare_for_testing.
15755
15756 2016-03-01 Yao Qi <yao.qi@linaro.org>
15757
15758 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
15759
15760 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
15761
15762 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
15763 manually constructing the output path.
15764
15765 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
15766
15767 * gdb.arch/s390-stackless.S: New.
15768 * gdb.arch/s390-stackless.exp: New.
15769
15770 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
15771
15772 * gdb.dlang/circular.c: New file.
15773 * gdb.dlang/circular.exp: New file.
15774
15775 2016-02-26 Yao Qi <yao.qi@linaro.org>
15776
15777 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
15778 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
15779 (testcases): Update.
15780
15781 2016-02-26 Yao Qi <yao.qi@linaro.org>
15782
15783 * gdb.reverse/aarch64.c: Rename to ...
15784 * gdb.reverse/insn-reverse.c: ... it.
15785 * gdb.reverse/aarch64.exp: Rename to ...
15786 * gdb.reverse/insn-reverse.exp: ... it.
15787
15788 2016-02-26 Yao Qi <yao.qi@linaro.org>
15789
15790 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
15791 (testcase_ftype): New.
15792 (testcases): New array.
15793 (n_testcases): New.
15794 (main): Call each element in testcases.
15795 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
15796 (read_testcase): New.
15797 Do the tests in a loop.
15798
15799 2016-02-25 Yao Qi <yao.qi@linaro.org>
15800
15801 * gdb.base/branches.c: Remove.
15802
15803 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
15804
15805 PR gdb/13808
15806 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
15807
15808 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
15809
15810 * gdb.trace/ftrace.exp: Remove unnecessary target check.
15811
15812 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
15813
15814 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
15815 change x86_64 call_insn to 'callq'.
15816
15817 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15818
15819 * gdb.trace/tfile-avx.c: Move to...
15820 * gdb.trace/tracefile-pseudo-reg.c: Here.
15821 * gdb.trace/tfile-avx.exp: Move to...
15822 * gdb.trace/tracefile-pseudo-reg.exp: Here.
15823
15824 2016-02-24 Gary Benson <gbenson@redhat.com>
15825
15826 * gdb.base/attach-pie-noexec.exp: Do not expect an error
15827 message on attach.
15828
15829 2016-02-23 Doug Evans <dje@google.com>
15830
15831 * gdb.base/skip.c (test_skip): New function.
15832 (end_test_skip_file_and_function): New function.
15833 (test_skip_file_and_function): New function.
15834 * gdb.base/skip1.c (test_skip): New function.
15835 (skip1_test_skip_file_and_function): New function.
15836 * gdb.base/skip.exp: Add tests for new skip options.
15837 * gdb.base/skip-solib.exp: Update expected output.
15838 * gdb.perf/skip-command.cc: New file.
15839 * gdb.perf/skip-command.exp: New file.
15840 * gdb.perf/skip-command.py: New file.
15841
15842 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
15843
15844 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
15845 info registers pattern.
15846
15847 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
15848
15849 * lib/future.exp: Add D support.
15850 (gdb_find_gdc): New proc.
15851 (gdb_default_target_compile): Add D support.
15852
15853 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
15854
15855 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
15856 user+system time.
15857 (trace_speed_test): Determine the iteration count for a time
15858 between 15..30 seconds.
15859
15860 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
15861
15862 * gdb.arch/i386-mpx-sigsegv.c: New file.
15863 * gdb.arch/i386-mpx-sigsegv.exp: New file.
15864 * gdb.arch/i386-mpx-simple_segv.c: New file.
15865 * gdb.arch/i386-mpx-simple_segv.exp: New file.
15866
15867 2016-02-18 Yao Qi <yao.qi@linaro.org>
15868
15869 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
15870 Don't call setup_kfail.
15871
15872 2016-02-18 Yao Qi <yao.qi@linaro.org>
15873
15874 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
15875 Set "set breakpoint condition-evaluation" per $cond_bp_target.
15876
15877 2016-02-16 Doug Evans <dje@google.com>
15878
15879 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
15880 * gdb.base/skip1.c: Ditto.
15881 * gdb.base/skip.exp: Whitespace cleanup.
15882
15883 2016-02-16 Don Breazeal <donb@codesourcery.com>
15884
15885 PR remote/19496
15886 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
15887 Remove kfail for PR remote/19496.
15888
15889 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
15890
15891 * lib/gdb.exp (standard_temp_file): Return a path specific to
15892 the runtest invocation.
15893
15894 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
15895
15896 * gdb.trace/save-trace.exp: Change relative path to be in the
15897 standard output directory.
15898
15899 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15900
15901 * gdb.arch/i386-prologue.c: Add missing prototypes.
15902
15903 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15904
15905 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
15906 * gdb.arch/i386-prologue.exp: Likewise.
15907 * gdb.arch/i386-size.exp: Likewise.
15908
15909 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
15910
15911 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
15912 define object file path.
15913 * gdb.btrace/gcore.exp: Use standard_output_file to define core
15914 file path.
15915 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
15916 standard_output_file to define binfile.
15917
15918 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15919
15920 Fix compatibility with recent gfortran-5.3.1.
15921 * gdb.fortran/vla-history.exp (print vla1 allocated)
15922 (print vla2 allocated, print $2, print $3): Remove
15923 (print $4): Rename to ...
15924 (print $2): ... here.
15925 (print $9): Rename to ...
15926 (print $5): ... here.
15927 (print $10): Rename to ...
15928 (print $6): ... here.
15929 * gdb.fortran/vla.f90: Add pvla initialization.
15930
15931 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15932
15933 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
15934 New test.
15935 * gdb.fortran/vla-value-sub.exp: Likewise.
15936
15937 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
15938
15939 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
15940
15941 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
15942
15943 * i386-biarch-core.exp: Define corefile using
15944 standard_output_file.
15945
15946 2016-02-12 Yao Qi <yao.qi@linaro.org>
15947
15948 * gdb.arch/arm-single-step-kernel-helper.c: New.
15949 * gdb.arch/arm-single-step-kernel-helper.exp: New.
15950
15951 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
15952
15953 * gdb.btrace/tailcall-only.exp: New.
15954 * gdb.btrace/tailcall-only.c: New.
15955 * gdb.btrace/x86_64-tailcall-only.S: New.
15956 * gdb.btrace/i686-tailcall-only.S: New.
15957
15958 2016-02-11 Pedro Alves <palves@redhat.com>
15959
15960 * README (Parallel testing): Add missing double quotes.
15961
15962 2016-02-11 Pedro Alves <palves@redhat.com>
15963
15964 * README (Parallel testing): New section.
15965 (GDB_PARALLEL): Rewrite.
15966 (FORCE_PARALLEL): Document.
15967
15968 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
15969
15970 * gdb.trace/tfile-avx.c: New test.
15971 * gdb.trace/tfile-avx.exp: New test.
15972
15973 2016-02-09 Keith Seitz <keiths@redhat.com>
15974
15975 PR breakpoints/19546
15976 * gdb.base/infcall-exec.c: New file.
15977 * gdb.base/infcall-exec2.c: New file.
15978 * gdb.base/infcall-exec.exp: New file.
15979
15980 2016-02-09 Keith Seitz <keiths@redhat.com>
15981
15982 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
15983 (toplevel): Call test_bkpt_address.
15984
15985 2016-02-09 Keith Seitz <keiths@redhat.com>
15986
15987 PR python/19506
15988 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
15989 (toplevel): Call test_bkpt_address.
15990
15991 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
15992
15993 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
15994 to AC_OUTPUT.
15995 * configure: Regenerate.
15996
15997 2016-02-09 Pedro Alves <palves@redhat.com>
15998
15999 PR breakpoints/19548
16000 * gdb.base/execl-update-breakpoints.c (some_function): New
16001 function.
16002 (main): Call it.
16003 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
16004 Tighten expected GDB output.
16005
16006 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
16007
16008 * Makefile.in (ALL_SUBDIRS): Remove.
16009 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
16010 (distclean maintainer-clean realclean): Likewise.
16011 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
16012 * configure: Regenerate.
16013 * gdb.ada/Makefile.in: Delete.
16014 * gdb.arch/Makefile.in: Likewise.
16015 * gdb.asm/Makefile.in: Likewise.
16016 * gdb.base/Makefile.in: Likewise.
16017 * gdb.btrace/Makefile.in: Likewise.
16018 * gdb.cell/Makefile.in: Likewise.
16019 * gdb.compile/Makefile.in: Likewise.
16020 * gdb.cp/Makefile.in: Likewise.
16021 * gdb.disasm/Makefile.in: Likewise.
16022 * gdb.dlang/Makefile.in: Likewise.
16023 * gdb.dwarf2/Makefile.in: Likewise.
16024 * gdb.fortran/Makefile.in: Likewise.
16025 * gdb.gdb/Makefile.in: Likewise.
16026 * gdb.go/Makefile.in: Likewise.
16027 * gdb.guile/Makefile.in: Likewise.
16028 * gdb.java/Makefile.in: Likewise.
16029 * gdb.linespec/Makefile.in: Likewise.
16030 * gdb.mi/Makefile.in: Likewise.
16031 * gdb.modula2/Makefile.in: Likewise.
16032 * gdb.multi/Makefile.in: Likewise.
16033 * gdb.objc/Makefile.in: Likewise.
16034 * gdb.opencl/Makefile.in: Likewise.
16035 * gdb.opt/Makefile.in: Likewise.
16036 * gdb.pascal/Makefile.in: Likewise.
16037 * gdb.perf/Makefile.in: Likewise.
16038 * gdb.python/Makefile.in: Likewise.
16039 * gdb.reverse/Makefile.in: Likewise.
16040 * gdb.server/Makefile.in: Likewise.
16041 * gdb.stabs/Makefile.in: Likewise.
16042 * gdb.threads/Makefile.in: Likewise.
16043 * gdb.trace/Makefile.in: Likewise.
16044 * gdb.xml/Makefile.in: Likewise.
16045 * lib/gdb.exp (make_gdb_parallel_path): Add check for
16046 GDB_PARALLEL.
16047 (standard_output_file): Remove check for GDB_PARALLEL, always
16048 return path in outputs/$subdir/$testname.
16049
16050 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
16051
16052 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
16053 (site.exp): Assign abs_srcdir to tcl's srcdir.
16054
16055 2016-02-04 Yao Qi <yao.qi@linaro.org>
16056
16057 * gdb.base/foll-exec-mode.c: Include limits.h.
16058 (main): Add parameters argc and argv. Get directory from
16059 argv[0].
16060 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
16061 compilation.
16062 * gdb.base/foll-exec.c: Include limits.h.
16063 (main): Add parameters argc and argv.
16064 Get directory from argv[0].
16065 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
16066 Adjust tests on the number of lines as source code changed.
16067 * gdb.base/foll-vfork-exit.c: Include limits.h.
16068 (main): Add one line of statement before vfork.
16069 * gdb.base/foll-vfork.c: Include limits.h and string.h.
16070 (main): Add parameters argc and argv. Get directory from
16071 argv[0].
16072 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
16073 (setup_gdb): Set tbreak to skip some source lines.
16074 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
16075 (main): Add parameters argc and argv. Get directory from
16076 argv[0].
16077 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
16078 compilation.
16079 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
16080 (main): Add parameters argc and argv. Get directory from
16081 argv[0].
16082 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
16083 compilation.
16084
16085 2016-02-01 Doug Evans <dje@google.com>
16086
16087 * gdb.base/skip.exp: Clean up multiple references to same test name.
16088
16089 2016-02-01 Pedro Alves <palves@redhat.com>
16090
16091 PR remote/19496
16092 * gdb.threads/forking-threads-plus-breakpoint.exp
16093 (displaced_stepping_supported): New global.
16094 (probe_displaced_stepping_support): New procedure.
16095 (do_test): Add 'displaced' parameter, and use it.
16096 (top level): Check for displaced stepping support. Add displaced
16097 stepping on/off testing axis.
16098
16099 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
16100
16101 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
16102 pointer. Don't perform further tests on the unassociated pointer
16103 if the first test fails.
16104
16105 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
16106
16107 * gdb.base/max-value-size.c: New file.
16108 * gdb.base/max-value-size.exp: New file.
16109 * gdb.base/huge.exp: Disable max-value-size for this test.
16110
16111 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
16112
16113 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
16114
16115 2016-01-28 Yao Qi <yao.qi@linaro.org>
16116
16117 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
16118
16119 2016-01-25 Pedro Alves <palves@redhat.com>
16120
16121 PR threads/19461
16122 * gdb.base/fork-running-state.c: New file.
16123 * gdb.base/fork-running-state.exp: New file.
16124
16125 2016-01-25 Pedro Alves <palves@redhat.com>
16126
16127 PR gdb/19494
16128 * gdb.base/catch-fork-kill.c: New file.
16129 * gdb.base/catch-fork-kill.exp: New file.
16130
16131 2016-01-25 Pedro Alves <palves@redhat.com>
16132
16133 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
16134 Delete, moved to lib/gdb.exp.
16135 * gdb.threads/forking-threads-plus-breakpoint.exp
16136 (foreach_with_prefix): Likewise.
16137 * gdb.threads/process-dies-while-handling-bp.exp
16138 (foreach_with_prefix): Likewise.
16139 * lib/gdb.exp (foreach_with_prefix): New procedure.
16140
16141 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
16142
16143 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
16144 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
16145
16146 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
16147
16148 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
16149 endian targets.
16150
16151 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16152 Pedro Alves <palves@redhat.com>
16153
16154 Fix testsuite compatibility with Guile.
16155 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
16156 number.
16157
16158 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16159
16160 Fix testsuite compatibility with Guile.
16161 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
16162 (thread 1): New test for backtrace through signal handler.
16163
16164 2016-01-22 Yao Qi <yao.qi@linaro.org>
16165
16166 PR testsuite/19491
16167 * gdb.base/multi-forks.c: Include
16168 ../lib/unbuffer_output.c
16169 (main): Call gdb_unbuffer_output.
16170
16171 2016-01-21 Doug Evans <dje@google.com>
16172
16173 * lib/ada.exp (gdb_compile_ada): Fix typo.
16174
16175 2016-01-21 Joel Brobecker <brobecker@adacore.com>
16176
16177 * gdb.base/break-fun-addr.exp: New file.
16178 * gdb.base/break-fun-addr1.c: New file.
16179 * gdb.base/break-fun-addr2.c: New file.
16180
16181 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
16182
16183 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
16184 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
16185 enum flag values.
16186
16187 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
16188
16189 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
16190 when GDB can not set the vector return value. Add more comments
16191 for clarification.
16192
16193 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
16194
16195 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
16196 command.
16197
16198 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
16199
16200 * Makefile.in (DO_RUNTEST): Add --status and update usages.
16201
16202 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
16203
16204 * Makefile.in (check-single): Pass --status to runtest.
16205 (check/%.exp): Likewise.
16206
16207 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
16208
16209 * Makefile.in (check-parallel): Propagate return code from make
16210 do-check-parallel.
16211
16212 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
16213
16214 * gdb.trace/ftrace.exp: Fix expected message on continue.
16215 * gdb.trace/pending.exp: Fix expected message on continue.
16216 * gdb.trace/trace-break.exp: Fix expected message on continue.
16217
16218 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
16219
16220 * lib/gdb.exp (gdb_test): Remove unused global references.
16221
16222 2016-01-18 Pedro Alves <palves@redhat.com>
16223
16224 * gdb.base/async-shell.exp: Adjust expected output.
16225 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
16226 * gdb.base/siginfo-thread.exp: Adjust expected output.
16227 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
16228 * gdb.java/jnpe.exp: Adjust expected output.
16229 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
16230 * gdb.threads/continue-pending-status.exp: Adjust expected output.
16231 * gdb.threads/leader-exit.exp: Adjust expected output.
16232 * gdb.threads/manythreads.exp: Adjust expected output.
16233 * gdb.threads/pthreads.exp: Adjust expected output.
16234 * gdb.threads/schedlock.exp: Adjust expected output.
16235 * gdb.threads/siginfo-threads.exp: Adjust expected output.
16236 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
16237 expected output.
16238 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
16239 output.
16240 * gdb.threads/sigthread.exp: Adjust expected output.
16241 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
16242
16243 2016-01-18 Yao Qi <yao.qi@linaro.org>
16244
16245 * gdb.guile/scm-section-script.c: Replace @progbits with
16246 %progbits.
16247 * gdb.python/py-section-script.c: Likewise.
16248
16249 2016-01-15 Pedro Alves <palves@redhat.com>
16250
16251 * gdb.multi/tids.exp: Test star wildcard ranges.
16252
16253 2016-01-15 Pedro Alves <palves@redhat.com>
16254
16255 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
16256 command from "thread apply" invocation.
16257 (thr_apply_info_thr_invalid): Default the expected output to the
16258 input tid list.
16259 (top level): Add tests that use convenience variables. Add tests
16260 for "thread apply" with a valid TID list, but missing the command.
16261
16262 2016-01-13 Pedro Alves <palves@redhat.com>
16263
16264 * gdb.base/default.exp: Expect $_gthread as well.
16265 * gdb.multi/tids.exp: Test $_gthread.
16266 * gdb.threads/thread-specific.exp: Test $_gthread.
16267
16268 2016-01-13 Pedro Alves <palves@redhat.com>
16269
16270 * gdb.multi/tids.exp: Test "info threads -gid".
16271
16272 2016-01-13 Pedro Alves <palves@redhat.com>
16273
16274 * gdb.multi/tids.exp: Test InferiorThread.global_num and
16275 Breakpoint.thread.
16276 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
16277
16278 2016-01-07 Pedro Alves <palves@redhat.com>
16279
16280 * gdb.base/break.exp: Adjust to output changes.
16281 * gdb.base/hbreak2.exp: Likewise.
16282 * gdb.base/sepdebug.exp: Likewise.
16283 * gdb.base/watch_thread_num.exp: Likewise.
16284 * gdb.linespec/keywords.exp: Likewise.
16285 * gdb.multi/info-threads.exp: Likewise.
16286 * gdb.threads/thread-find.exp: Likewise.
16287 * gdb.multi/tids.c: New file.
16288 * gdb.multi/tids.exp: New file.
16289
16290 2016-01-13 Pedro Alves <palves@redhat.com>
16291
16292 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
16293
16294 2016-01-13 Pedro Alves <palves@redhat.com>
16295
16296 * gdb.base/default.exp: Expect $_inferior as well.
16297 * gdb.multi/base.exp: Test $_inferior.
16298
16299 2016-01-13 Pedro Alves <palves@redhat.com>
16300
16301 PR breakpoints/19388
16302 * gdb.base/catch-signal-siginfo-cond.c: New file.
16303 * gdb.base/catch-signal-siginfo-cond.exp: New file.
16304
16305 2016-01-12 Josh Stone <jistone@redhat.com>
16306 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16307
16308 * gdb.base/catch-syscall.c (do_execve): New variable.
16309 (main): Conditionally trigger an execve.
16310 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
16311 (test_catch_syscall_execve): New, check entry/return across execve.
16312 (do_syscall_tests): Call test_catch_syscall_execve.
16313
16314 2016-01-12 Pedro Alves <palves@redhat.com>
16315
16316 * gdb.base/random-signal.exp (do_test): New procedure, with body
16317 of testcase moved in.
16318
16319 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16320 Pedro Alves <palves@redhat.com>
16321
16322 * gdb.base/funcargs.exp (finish from indirectly called function):
16323 Reintroduce the case for 'First'.
16324
16325 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16326 Pedro Alves <palves@redhat.com>
16327
16328 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
16329 (tcatch_vfork_then_child_follow_exec)
16330 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
16331 identification.
16332
16333 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16334
16335 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
16336 and repeats to unlimited.
16337 * gdb.python/py-value.exp: Likewise.
16338 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
16339 and repeats to unlimited.
16340
16341 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
16342
16343 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
16344 and reordering the functions.
16345 * gdb.multi/hangout.c: Likewise.
16346 * gdb.multi/hello.c: Likewise.
16347
16348 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
16349
16350 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
16351 absolute.
16352 (SingleStatisticTestResult.report): Use dict.keys instead of
16353 dict.iterkeys.
16354
16355 2016-01-06 Pedro Alves <palves@redhat.com>
16356
16357 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
16358
16359 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
16360
16361 * gdb.btrace/dlopen.exp: New.
16362 * gdb.btrace/dlopen.c: New.
16363 * gdb.btrace/dlopen-dso.c: New.
16364
16365 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
16366
16367 * lib/gdb.exp (gdb_test): Update comments to clarify that the
16368 PATTERN argument is optional.
16369
16370 2015-12-24 Joel Brobecker <brobecker@adacore.com>
16371
16372 * lib/ada.exp (target_compile_ada_from_dir): New function.
16373 (gdb_compile_ada): Reimplement avoiding the use of project files.
16374 * gdb.ada/gnat_ada.gpr: Delete.
16375 * gdb.ada/cond_lang.exp: Adjust test to make path before
16376 filename optional.
16377 * gdb.ada/small_reg_param.exp: Likewise.
16378
16379 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
16380
16381 * gdb.base/foll-vork.exp: Remove HP-UX special case.
16382
16383 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
16384
16385 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
16386 case.
16387
16388 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
16389
16390 * gdb.base/break.exp: Remove dead code.
16391 * gdb.base/sepdebug.exp: Likewise.
16392
16393 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
16394
16395 * gdb.asm/asm-source.exp: Remove HP-UX references.
16396 * gdb.base/annota1.exp: Likewise.
16397 * gdb.base/annota3.exp: Likewise.
16398 * gdb.base/attach.exp: Likewise.
16399 * gdb.base/bigcore.exp: Likewise.
16400 * gdb.base/break.exp: Likewise.
16401 * gdb.base/call-ar-st.exp: Likewise.
16402 * gdb.base/callfuncs.exp: Likewise.
16403 * gdb.base/catch-fork-static.exp: Likewise.
16404 * gdb.base/display.exp: Likewise.
16405 * gdb.base/foll-exec-mode.exp: Likewise.
16406 * gdb.base/foll-exec.exp: Likewise.
16407 * gdb.base/foll-fork.exp: Likewise.
16408 * gdb.base/foll-vfork.exp: Likewise.
16409 * gdb.base/funcargs.exp: Likewise.
16410 * gdb.base/hbreak2.exp: Likewise.
16411 * gdb.base/inferior-died.exp: Likewise.
16412 * gdb.base/interrupt.exp: Likewise.
16413 * gdb.base/multi-forks.exp: Likewise.
16414 * gdb.base/nodebug.exp: Likewise.
16415 * gdb.base/sepdebug.exp: Likewise.
16416 * gdb.base/solib1.c: Likewise.
16417 * gdb.base/step-test.exp: Likewise.
16418 * gdb.mi/non-stop.c: Likewise.
16419 * gdb.mi/pthreads.c: Likewise.
16420 * gdb.multi/bkpt-multi-exec.ex: Likewise.
16421 * gdb.threads/pthreads.c: Likewise.
16422 * gdb.threads/staticthreads.exp: Likewise.
16423 * lib/future.exp: Likewise.
16424 * lib/gdb.exp: Likewise.
16425 * gdb.base/so-indr-cl.c: Remove.
16426 * gdb.base/so-indr-cl.exp: Likewise.
16427 * gdb.base/solib.c: Likewise.
16428 * gdb.base/solib.exp: Likewise.
16429 * gdb.base/solib2.c: Likewise.
16430
16431 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
16432
16433 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
16434 * gdb.base/call-ar-st.exp: Likewise.
16435 * gdb.base/callfuncs.exp: Likewise.
16436 * gdb.base/condbreak.exp: Likewise.
16437 * gdb.base/constvars.exp: Likewise.
16438 * gdb.base/hbreak2.exp: Likewise.
16439 * gdb.base/langs.exp: Likewise.
16440 * gdb.base/list.exp: Likewise.
16441 * gdb.base/long_long.exp: Likewise.
16442 * gdb.base/ptype.exp: Likewise.
16443 * gdb.base/scope.exp: Likewise.
16444 * gdb.base/signals.exp: Likewise.
16445 * gdb.base/so-impl-ld.exp: Likewise.
16446 * gdb.base/varargs.exp: Likewise.
16447 * gdb.base/volatile.exp: Likewise.
16448 * gdb.base/whatis.exp: Likewise.
16449 * gdb.cp/cplusfuncs.exp: Likewise.
16450 * gdb.cp/inherit.exp: Likewise.
16451 * gdb.cp/local.exp: Likewise.
16452 * gdb.cp/member-ptr.exp: Likewise.
16453 * gdb.cp/method.exp: Likewise.
16454 * gdb.cp/overload.exp: Likewise.
16455 * gdb.cp/templates.exp: Likewise.
16456 * gdb.stabs/weird.exp: Likewise.
16457 * lib/compiler.c: Likewise.
16458 * lib/compiler.cc: Likewise.
16459 * lib/cp-support.exp: Likewise.
16460 * lib/gdb.exp: Likewise.
16461
16462 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
16463
16464 * configure.ac: Remove HP-UX case.
16465 * configure: Regenerate.
16466
16467 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
16468
16469 * lib/gdb.exp (gdb_compile): Add function doc.
16470
16471 2015-12-17 Pedro Alves <palves@redhat.com>
16472
16473 PR threads/19354
16474 * gdb.multi/info-threads.exp: New file.
16475
16476 2015-12-15 Yao Qi <yao.qi@linaro.org>
16477
16478 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
16479 is aarch64*-*-*.
16480
16481 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
16482
16483 * gdb.base/history-duplicates.exp: Skip if no readline support.
16484
16485 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
16486
16487 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
16488
16489 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
16490
16491 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
16492
16493 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
16494
16495 * gdb.base/completion.exp: Skip tests that interrupt GDB with
16496 ctrl-C if nointerrupts target property is set.
16497 * gdb.base/double-prompt-target-event-error.exp: Likewise.
16498 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
16499 * gdb.base/paginate-bg-execution.exp: Likewise.
16500 * gdb.base/paginate-execution-startup.exp: Likewise.
16501 * gdb.base/random-signal.exp: Likewise.
16502 * gdb.base/range-stepping.exp: Likewise.
16503 * gdb.cp/annota2.exp: Likewise.
16504 * gdb.cp/annota3.exp: Likewise.
16505 * gdb.gdb/selftest.exp: Likewise.
16506 * gdb.threads/continue-pending-status.exp: Likewise.
16507 * gdb.threads/leader-exit.exp: Likewise.
16508 * gdb.threads/manythreads.exp: Likewise.
16509 * gdb.threads/pthreads.exp: Likewise.
16510 * gdb.threads/schedlock.exp: Likewise.
16511 * gdb.threads/sigthread.exp: Likewise.
16512
16513 2015-12-11 Don Breazeal <donb@codesourcery.com>
16514
16515 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
16516 remote.
16517 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
16518 * gdb.base/foll-exec.exp (main): Enable for target remote.
16519 * gdb.base/foll-fork.exp (main): Likewise.
16520 * gdb.base/foll-vfork.exp (main): Likewise.
16521 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
16522 (proc continue_to_exit_bp_loc): Use clean_restart.
16523 * gdb.base/pie-execl.exp (main): Disable for target remote.
16524 * gdb.base/watch-vfork.exp (main): Enable for target remote.
16525 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
16526 * gdb.threads/execl.exp (main): Likewise.
16527 * gdb.threads/fork-child-threads.exp (main): Likewise.
16528 * gdb.threads/fork-plus-threads.exp (main): Disable for target
16529 remote.
16530 * gdb.threads/fork-thread-pending.exp (main): Enable for target
16531 remote.
16532 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
16533 pid.tid style ptids, instead of just tid.
16534 * gdb.threads/thread-execl.exp (main): Enable for target remote.
16535 * gdb.threads/watchpoint-fork.exp (main): Likewise.
16536 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
16537 ptids, instead of just tid.
16538
16539 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
16540
16541 * gdb.base/list.exp (test_list_forward): Add end of file error
16542 test.
16543 (test_repeat_list_command): Add end of file error test.
16544 (test_list_backwards): Add beginning of file error test.
16545
16546 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
16547
16548 * gdb.base/list.exp (test_list_invalid_args): New function,
16549 defined, and called.
16550
16551 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
16552
16553 * gdb.base/list.exp (test_list): Make test names unique.
16554
16555 2015-12-11 Yao Qi <yao.qi@linaro.org>
16556
16557 * gdb.base/coremaker2.c: Remove.
16558
16559 2015-12-10 Pedro Alves <palves@redhat.com>
16560
16561 * gdb.multi/base.exp: Remove stale "spaces" references.
16562
16563 2015-12-10 Pedro Alves <palves@redhat.com>
16564
16565 * gdb.multi/base.exp: Don't use nowarnings.
16566 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
16567 * gdb.multi/hangout.c: Include stdio.h.
16568 * gdb.multi/hello.c: Include stdlib.h.
16569 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
16570 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
16571 * gdb.multi/multi-arch.exp: Don't use nowarnings.
16572
16573 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
16574
16575 * gdb.dwarf2/dw2-ranges-base.c: New file.
16576 * gdb.dwarf2/dw2-ranges-base.exp: New file.
16577 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
16578 support additional line table, and debug ranges generation.
16579 (Dwarf::ranges): New function, generate .debug_ranges.
16580 (Dwarf::lines): Support generating simple line table programs.
16581 (Dwarf::assemble): Initialise new namespace variables.
16582
16583 2015-12-09 Kevin Buettner <kevinb@redhat.com>
16584
16585 * gdb.base/async.exp (proc test_background): Add case for
16586 asynchronous execution not supported.
16587
16588 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
16589
16590 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
16591 format and change test names to make them unique.
16592
16593 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
16594 Pedro Alves <pedro@redhat.com>
16595
16596 PR gdb/18702
16597 Add checking of floatformats setup on x86_64 hosts.
16598 * gdb.arch/i386-float.S (main): Load bigval and smallval.
16599 (smallval, bigval): New labels/constants.
16600 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
16601 float" after loading bigval and smallval.
16602
16603 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
16604
16605 * gdb.ada/fun_overload_menu.exp: New testcase.
16606 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
16607
16608 2015-12-04 Josh Stone <jistone@redhat.com>
16609
16610 * gdb.base/catch-fork-static.exp: New.
16611
16612 2015-12-03 Yao Qi <yao.qi@linaro.org>
16613
16614 * gdb.base/sizeof.c: Don't include stdio.h and
16615 ../lib/unbuffer_output.c.
16616 (main): New variable 'size' and 'value'. Remove printf and
16617 gdb_unbuffer_output. Assign return value to size and value.
16618 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
16619 at the beginning.
16620 (check_sizeof): Check the result by printing variable 'size'.
16621 (check_valueof): Check the result by printing variable 'value'.
16622
16623 2015-12-01 Yao Qi <yao.qi@linaro.org>
16624
16625 * gdb.base/disp-step-syscall.exp: Define syscall instruction
16626 for aarch64*-*-linux* target.
16627
16628 2015-11-30 Pedro Alves <palves@redhat.com>
16629
16630 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
16631
16632 2015-11-30 Pedro Alves <palves@redhat.com>
16633
16634 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
16635 Handle non-stop mode vCont replies.
16636
16637 2015-11-30 Pedro Alves <palves@redhat.com>
16638
16639 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
16640 prepare_for_testing. Start gdb with "set non-stop on" appended to
16641 GDBFLAGS. Lax expected stop output.
16642
16643 2015-11-27 Yao Qi <yao.qi@linaro.org>
16644
16645 * gdb.arch/arm-neon.exp: New.
16646 * gdb.arch/arm-neon.c: New.
16647
16648 2015-11-27 Yao Qi <yao.qi@linaro.org>
16649
16650 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
16651
16652 2015-11-27 Yao Qi <yao.qi@linaro.org>
16653
16654 * gdb.cp/annota2.exp: Allow multiple occurrences of the
16655 frames-invalid annotation.
16656
16657 2015-11-27 Yao Qi <yao.qi@linaro.org>
16658
16659 * gdb.cp/annota2.exp: Use ${frames_invalid}.
16660
16661 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
16662
16663 * gdb.threads/names.exp: New file.
16664 * gdb.threads/names.c: New file.
16665 * README: Mention gdb,no_thread_names.
16666
16667 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
16668
16669 PR 19297
16670 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
16671 support" error.
16672
16673 2015-11-24 Pedro Alves <palves@redhat.com>
16674
16675 PR 17539
16676 * gdb.base/display.exp: Expect displays to be sorted in ascending
16677 order. Use multi_line.
16678 * gdb.base/solib-display.exp: Likewise.
16679
16680 2015-11-24 Pedro Alves <palves@redhat.com>
16681
16682 PR 17539
16683 * gdb.base/display.exp: Expect displays to be sorted in ascending
16684 order. Use multi_line.
16685 * gdb.base/solib-display.exp: Likewise.
16686
16687 2015-11-24 Pedro Alves <palves@redhat.com>
16688
16689 PR 17539
16690 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
16691 threads in ascending order.
16692 * gdb.base/foll-fork.exp: Likewise.
16693 * gdb.base/foll-vfork.exp: Likewise.
16694 * gdb.base/multi-forks.exp: Likewise.
16695 * gdb.mi/mi-nonstop.exp: Likewise.
16696 * gdb.mi/mi-nsintrall.exp: Likewise.
16697 * gdb.multi/base.exp: Likewise.
16698 * gdb.multi/multi-arch.exp: Likewise.
16699 * gdb.python/py-inferior.exp: Likewise.
16700 * gdb.threads/break-while-running.exp: Likewise.
16701 * gdb.threads/execl.exp: Likewise.
16702 * gdb.threads/gcore-thread.exp: Likewise.
16703 * gdb.threads/info-threads-cur-sal.exp: Likewise.
16704 * gdb.threads/kill.exp: Likewise.
16705 * gdb.threads/linux-dp.exp: Likewise.
16706 * gdb.threads/multiple-step-overs.exp: Likewise.
16707 * gdb.threads/next-bp-other-thread.exp: Likewise.
16708 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
16709 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
16710 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
16711 * gdb.threads/thread-find.exp: Likewise.
16712 * gdb.threads/tls.exp: Likewise.
16713 * lib/mi-support.exp (mi_reverse_list): Delete.
16714 (mi_check_thread_states): No longer reverse list.
16715
16716 2015-11-24 Pedro Alves <palves@redhat.com>
16717
16718 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
16719 use lowercase.
16720
16721 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
16722
16723 * gdb.trace/actions.c: Include trace-common.h.
16724 (main): Add a location for a fast tracepoint.
16725 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
16726 the normal tracepoints.
16727 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
16728
16729 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
16730
16731 * save-trace.exp: Factor out code to these...
16732 (gdb_save_tracepoints): New.
16733 (gdb_load_tracepoints): New.
16734 (do_save_load_test): New.
16735
16736 2015-11-23 Kevin Buettner <kevinb@redhat.com>
16737
16738 * gdb.base/asmlabel.exp: New test.
16739 * gdb.base/asmlabel.c: New test case.
16740
16741 2015-11-23 Joel Brobecker <brobecker@adacore.com>
16742
16743 * gdb.base/wrong_frame_bt_full-main.c: New file.
16744 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
16745 * gdb.base/wrong_frame_bt_full.exp: New file.
16746
16747 2015-11-23 Joel Brobecker <brobecker@adacore.com>
16748
16749 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
16750
16751 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
16752
16753 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
16754 pstate register when comparing registers values in
16755 sparc64-*-linux-gnu targets to avoid spurious differences.
16756
16757 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
16758
16759 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
16760
16761 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
16762
16763 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
16764 as type argument to gdb_compile.
16765 * gdb.base/nested-subp2.exp: Likewise.
16766 * gdb.base/nested-subp3.exp: Likewise.
16767
16768 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
16769
16770 * lib/dwarf.exp (_note): Fix left shift of negative value.
16771 * gdb.trace/trace-condition.exp: Likewise.
16772
16773 2015-11-13 Yao Qi <yao.qi@linaro.org>
16774
16775 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
16776 comments about d10v.
16777 (test_scalar_returns): Likewise.
16778 * gdb.base/d10v.ld: Remove.
16779 * gdb.base/overlays.exp: Remove the target triplet checking for
16780 d10v-*-*.
16781 * gdb.base/structs.exp (test_struct_returns): Remove the
16782 comments about d10v.
16783 (test_struct_calls): Likewise.
16784
16785 2015-11-13 Yao Qi <yao.qi@linaro.org>
16786
16787 * gdb.base/gnu_vector.exp: Check the return value by "p res".
16788 * gdb.base/gnu_vector.c: Don't include stdio.h.
16789 (main): Don't print res and call add_some_intvecs.
16790
16791 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
16792
16793 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
16794 macro.
16795 (func5): Removed.
16796 (func4): Use FAST_TRACEPOINT_LABEL.
16797 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
16798 macro.
16799 (func): Removed.
16800 (thread_function): Use FAST_TRACEPOINT_LABEL.
16801 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
16802 (func): Remove.
16803 (marker): Use FAST_TRACEPOINT_LABEL.
16804 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
16805 (pendfunc1): Remove.
16806 (pendfunc): Use FAST_TRACEPOINT_LABEL.
16807 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
16808 (foo): Remove.
16809 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
16810 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
16811 macro.
16812 (func): Remove.
16813 (marker): Use FAST_TRACEPOINT_LABEL.
16814 * gdb.trace/trace-common.h: New header.
16815 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
16816 macro.
16817 (func): Remove.
16818 (marker): Use FAST_TRACEPOINT_LABEL.
16819 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
16820 (func): Remove.
16821 (thread_function): Use FAST_TRACEPOINT_LABEL.
16822
16823 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
16824
16825 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
16826 in front.
16827 * gdb.trace/change-loc.exp: Use global pcreg definition.
16828 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
16829 * gdb.trace/entry-values.exp: Use global spreg definition, add $
16830 in front.
16831 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
16832 * gdb.trace/pending.exp: Likewise.
16833 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
16834 * gdb.trace/trace-break.exp: Likewise.
16835 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
16836 in front.
16837 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
16838 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
16839 in front.
16840 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
16841
16842 2015-11-09 Joel Brobecker <brobecker@adacore.com>
16843
16844 * gdb.ada/fin_fun_out: New testcase.
16845
16846 2015-11-07 Kevin Buettner <kevinb@redhat.com>
16847
16848 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
16849 value associated with DW_AT_byte_size.
16850 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
16851 constants for DW_AT_byte_size, DW_AT_lower_bound, and
16852 DW_AT_upper_bound.
16853
16854 2015-11-07 Kevin Buettner <kevinb@redhat.com>
16855
16856 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
16857 (gdb_target_symbol_prefix_flags): Define in terms of _asm
16858 version.
16859 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
16860 gdb.dwarf2/dw2-canonicalize-type.exp,
16861 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
16862 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
16863 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
16864 provided by gdb_target_symbol_prefix_flags_asm.
16865 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
16866 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
16867 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
16868 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
16869 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
16870 macros where needed). Use this macro for symbols which require
16871 the prefix provided by SYMBOL_PREFIX.
16872
16873 2015-11-05 Kevin Buettner <kevinb@redhat.com>
16874
16875 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
16876 New procs.
16877 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
16878 representing expressions, of more than one list element.
16879 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
16880 to prepend linker symbol prefix to f.
16881 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
16882 table_1 and table_2.
16883 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
16884 Likewise, for f and g.
16885 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
16886 for ptr.
16887 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
16888 for main.
16889 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
16890 table_1_ptr and table_2_ptr.
16891
16892 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
16893 Joel Brobecker <brobecker@adacore.com>
16894
16895 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
16896
16897 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
16898
16899 * gdb.reverse/s390-mvcle.c: New test.
16900 * gdb.reverse/s390-mvcle.exp: New file.
16901 * lib/gdb.exp: Enable reverse tests on s390*-linux.
16902
16903 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
16904
16905 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
16906
16907 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
16908
16909 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
16910 reaching marker2.
16911 * gdb.reverse/getresuid-reverse.exp: Likewise.
16912 * gdb.reverse/pipe-reverse.exp: Likewise.
16913 * gdb.reverse/readv-reverse.exp: Likewise.
16914 * gdb.reverse/recvmsg-reverse.exp: Likewise.
16915 * gdb.reverse/time-reverse.exp: Likewise.
16916 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
16917
16918 2015-10-30 Yao Qi <yao.qi@linaro.org>
16919
16920 * gdb.threads/wp-replication.c (watch_count_done): Remove.
16921 (empty_cycle): Remove.
16922 (main): Don't call empty_cycle. Don't use watch_count_done.
16923 * gdb.threads/wp-replication.exp: Don't set breakpoint on
16924 empty_cycle. Rewrite the code counting HW watchpoints.
16925
16926 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
16927
16928 * gdb.reverse/fstatat-reverse.c: New test.
16929 * gdb.reverse/fstatat-reverse.exp: New file.
16930 * gdb.reverse/getresuid-reverse.c: New test.
16931 * gdb.reverse/getresuid-reverse.exp: New file.
16932 * gdb.reverse/pipe-reverse.c: New test.
16933 * gdb.reverse/pipe-reverse.exp: New file.
16934 * gdb.reverse/readv-reverse.c: New test.
16935 * gdb.reverse/readv-reverse.exp: New file.
16936 * gdb.reverse/recvmsg-reverse.c: New test.
16937 * gdb.reverse/recvmsg-reverse.exp: New file.
16938 * gdb.reverse/time-reverse.c: New test.
16939 * gdb.reverse/time-reverse.exp: New file.
16940 * gdb.reverse/waitpid-reverse.c: New test.
16941 * gdb.reverse/waitpid-reverse.exp: New file.
16942
16943 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
16944
16945 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
16946
16947 2015-10-26 Doug Evans <dje@google.com>
16948
16949 PR symtab/17391
16950 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
16951 * gdb.dwarf2/bad-regnum.c: New file.
16952 * gdb.dwarf2/bad-regnum.exp: New file.
16953
16954 2015-10-26 Doug Evans <dje@google.com>
16955
16956 PR python/18938
16957 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
16958 file.
16959
16960 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16961
16962 * gdb.compile/compile.exp (compile code globalvar): Update expectation
16963 for a change by "Mention language in compile error message".
16964
16965 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
16966
16967 PR python/18073
16968 * gdb.python/py-type.c (C::a_method): New.
16969 (C::a_const_method): New.
16970 (C::a_static_method): New.
16971 (a_function): New.
16972 * gdb.python/py-type.exp (test_fields): Test getting fields
16973 from function and method.
16974
16975 2015-10-21 Keven Boell <keven.boell@intel.com>
16976
16977 * gdb.fortran/vla-alloc-assoc.exp: New file.
16978 * gdb.fortran/vla-datatypes.exp: New file.
16979 * gdb.fortran/vla-datatypes.f90: New file.
16980 * gdb.fortran/vla-history.exp: New file.
16981 * gdb.fortran/vla-ptype-sub.exp: New file.
16982 * gdb.fortran/vla-ptype.exp: New file.
16983 * gdb.fortran/vla-sizeof.exp: New file.
16984 * gdb.fortran/vla-sub.f90: New file.
16985 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
16986 * gdb.fortran/vla-value-sub-finish.exp: New file.
16987 * gdb.fortran/vla-value-sub.exp: New file.
16988 * gdb.fortran/vla-value.exp: New file.
16989 * gdb.fortran/vla-ptr-info.exp: New file.
16990 * gdb.mi/mi-vla-fortran.exp: New file.
16991 * gdb.mi/vla.f90: New file.
16992
16993 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
16994
16995 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
16996 of hardwired timeout value.
16997
16998 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16999 Pedro Alves <palves@redhat.com>
17000
17001 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
17002 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
17003
17004 2015-10-19 Josh Stone <jistone@redhat.com>
17005
17006 * gdb.base/catch-syscall.c: Include <sched.h>.
17007 (unknown_syscall): New variable.
17008 (main): Trigger a vfork and an unknown syscall.
17009 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
17010 (unknown_syscall_number): Likewise.
17011 (check_call_to_syscall): Accept an optional syscall pattern.
17012 (check_return_from_syscall): Likewise.
17013 (check_continue): Likewise.
17014 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
17015 (test_catch_syscall_skipping_return): New test toggling off 'catch
17016 syscall' to step over the syscall return, then toggling back on.
17017 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
17018 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
17019 (do_syscall_tests): Call test_catch_syscall_without_args and
17020 test_catch_syscall_mid_vfork.
17021 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
17022 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
17023
17024 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
17025
17026 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
17027 print g_vE): Add new pass patterns.
17028 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
17029 print various symbol names for vptr fields.
17030
17031 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
17032
17033 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
17034 results.
17035
17036 2015-10-12 Yao Qi <yao.qi@linaro.org>
17037
17038 * gdb.arch/disp-step-insn-reloc.exp: New test case.
17039
17040 2015-10-12 Yao Qi <yao.qi@linaro.org>
17041
17042 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
17043 is aarch64*-*-linux*.
17044
17045 2015-10-12 Yao Qi <yao.qi@linaro.org>
17046
17047 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
17048 (can_relocate_bcond_true): ... it.
17049 (can_relocate_bcond_false): New function.
17050 (foo): Likewise.
17051 (can_relocate_bl): Likewise.
17052 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
17053 can_relocate_bl.
17054
17055 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
17056
17057 * gdb.base/nested-addr.c: New file.
17058 * gdb.base/nested-addr.exp: New testcase.
17059
17060 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
17061
17062 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
17063 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
17064 its output. Ignore the output of "record goto begin" and instead
17065 check that GDB is replaying.
17066
17067 2015-10-09 Pedro Alves <palves@redhat.com>
17068
17069 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
17070 (top level): Use it in the run with no args test.
17071
17072 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
17073
17074 * gdb.dlang/properties.exp: New file.
17075
17076 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
17077
17078 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
17079 whether or not address 0x1000 is mapped on the target.
17080
17081 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
17082
17083 * gdb.python/py-type.exp: Do not run tests if binaries fail to
17084 build.
17085
17086 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
17087
17088 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
17089 instruction-history test.
17090
17091 2015-09-28 Doug Evans <dje@google.com>
17092
17093 * gdb.base/gcore.c (array_func): Add reference to static_array.
17094
17095 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
17096
17097 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
17098 source line.
17099
17100 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
17101
17102 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
17103 short or char as base type.
17104
17105 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
17106
17107 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
17108 to allow any size enum.
17109
17110 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
17111
17112 * gdb.ada/array_ptr_renaming.exp: New testcase.
17113 * gdb.ada/array_ptr_renaming/foo.adb: New file.
17114 * gdb.ada/array_ptr_renaming/pack.ads: New file.
17115
17116 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
17117
17118 * gdb.trace/ftrace-lock.c: New file.
17119 * gdb.trace/ftrace-lock.exp: New file.
17120
17121 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
17122
17123 * gdb.arch/insn-reloc.c: New file.
17124 * gdb.arch/ftrace-insn-reloc.exp: New file.
17125
17126 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
17127
17128 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
17129 instruction.
17130 * gdb.trace/pendshr1.c (pendfunc): Likewise.
17131 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
17132 * gdb.trace/range-stepping.c: Likewise.
17133 * gdb.trace/trace-break.c: Likewise.
17134 * gdb.trace/trace-mt.c (thread_function): Likewise.
17135 * gdb.trace/ftrace.c (marker): Likewise.
17136 * gdb.trace/trace-condition.c (marker): Likewise.
17137 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
17138 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
17139 is_aarch64_target.
17140
17141 2015-09-18 Doug Evans <xdje42@gmail.com>
17142
17143 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
17144 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
17145
17146 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17147
17148 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
17149 the breakpoint.
17150
17151 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17152
17153 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
17154 the pending breakpoint. Remove timeout override for "Run till
17155 MI pending breakpoint on pendfunc3 on thread 2" test.
17156
17157 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17158
17159 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
17160 filename pattern.
17161
17162 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17163
17164 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
17165 in breakpoint filename pattern.
17166
17167 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17168
17169 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
17170
17171 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17172
17173 * gdb.linespec/explicit.exp: Check for readline support for
17174 tab-completion tests. Fix obvious typo.
17175
17176 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
17177
17178 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
17179 and replay.
17180
17181 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
17182
17183 * gdb.btrace/non-stop.c: New.
17184 * gdb.btrace/non-stop.exp: New.
17185
17186 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
17187 Yao Qi <yao.qi@linaro.org>
17188
17189 * gdb.trace/trace-condition.c: New file.
17190 * gdb.trace/trace-condition.exp: New file.
17191
17192 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
17193
17194 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
17195 for testing bytecode compilation.
17196
17197 2015-09-16 Pedro Alves <palves@redhat.com>
17198 Sandra Loosemore <sandra@codesourcery.com>
17199
17200 * gdb.threads/non-stop-fair-events.c (timeout): New global.
17201 (SECONDS): Redefine.
17202 (main): Call pthread_kill and alarm early.
17203 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
17204 support.
17205 (test): If the target can't hardware step and doesn't support
17206 displaced stepping, increase the timeout.
17207
17208 2015-09-16 Pedro Alves <palves@redhat.com>
17209
17210 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
17211 (enable_debug): New procedures.
17212 (test): Use them. Bail out if waiting for threads fails.
17213 (top level): Bail out if a test fails.
17214
17215 2015-09-16 Yao Qi <yao.qi@linaro.org>
17216
17217 * gdb.asm/asm-source.exp: Set asm-arch for
17218 aarch64*-*-* target.
17219 * gdb.asm/aarch64.inc: New file.
17220
17221 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
17222
17223 * gdb.ada/array_of_variable_length.exp: New testcase.
17224 * gdb.ada/array_of_variable_length/foo.adb: New file.
17225 * gdb.ada/array_of_variable_length/pck.adb: New file.
17226 * gdb.ada/array_of_variable_length/pck.ads: New file.
17227
17228 2015-09-15 Doug Evans <dje@google.com>
17229
17230 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
17231 of function static local variable.
17232
17233 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
17234
17235 * gdb.threads/tls-so_extern.exp: New test file.
17236 * gdb.threads/tls-so_extern.c: New test file.
17237 * gdb.threads/tls-so_extern_main.c: New test file.
17238
17239 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
17240
17241 * gdb.opt/solib-intra-step-lib.c: New file.
17242 * gdb.opt/solib-intra-step-main.c: New file.
17243 * gdb.opt/solib-intra-step.exp: New file.
17244
17245 2015-09-15 Pedro Alves <palves@redhat.com>
17246
17247 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
17248 gdb_continue_to_breakpoint instead of gdb_test_multiple.
17249
17250 2015-09-14 Pedro Alves <palves@redhat.com>
17251
17252 * gdb.base/hook-stop-continue.c: Delete.
17253 * gdb.base/hook-stop-continue.exp: Delete.
17254 * gdb.base/hook-stop-frame.c: Delete.
17255 * gdb.base/hook-stop-frame.exp: Delete.
17256 * gdb.base/hook-stop.c: New file.
17257 * gdb.base/hook-stop.exp: New file.
17258
17259 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
17260
17261 * gdb.ada/access_to_packed_array.exp: New testcase.
17262 * gdb.ada/access_to_packed_array/foo.adb: New file.
17263 * gdb.ada/access_to_packed_array/pack.adb: New file.
17264 * gdb.ada/access_to_packed_array/pack.ads: New file.
17265
17266 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
17267
17268 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
17269 buffer size test.
17270
17271 2015-09-11 Don Breazeal <donb@codesourcery.com>
17272
17273 * gdb.base/foll-exec.c: Add copyright header. Fix
17274 formatting issues.
17275 * gdb.base/foll-exec.exp (zap_session): Delete proc.
17276 (do_exec_tests): Use clean_restart in place of zap_session,
17277 and for test initialization. Fix formatting issues. Use
17278 fail in place of perror.
17279 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
17280 an expect statement to match an expression with output from
17281 the program under debug.
17282 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
17283 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
17284 * gdb.threads/non-ldr-exc-2.exp: Likewise.
17285 * gdb.threads/non-ldr-exc-3.exp: Likewise.
17286 * gdb.threads/non-ldr-exc-4.exp: Likewise.
17287
17288 2015-09-09 Doug Evans <dje@google.com>
17289
17290 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
17291
17292 2015-09-09 Doug Evans <dje@google.com>
17293
17294 * gdb.base/pie-execl.exp: Fix result test of build_executable.
17295
17296 2015-09-09 Doug Evans <dje@google.com>
17297
17298 * gdb.base/savedregs.exp: Fix typo.
17299
17300 2015-09-09 Pedro Alves <palves@redhat.com>
17301
17302 * gdb.mi/mi-cli.exp: Add CLI finish tests.
17303
17304 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
17305
17306 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
17307 command actually switches threads. Give up on remaining
17308 tests if target fails to stop at breakpoint.
17309
17310 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
17311
17312 * gdb.ada/funcall_char.exp: New testcase.
17313 * gdb.ada/funcall_char/foo.adb: New file.
17314
17315 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
17316
17317 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
17318 expected outputs. Add two testcases for completing ambiguous
17319 functions.
17320 * gdb.ada/complete/aux_pck.adb: New file.
17321 * gdb.ada/complete/aux_pck.ads: New file.
17322 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
17323 Ambiguous_Func functions.
17324 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
17325 * gdb.ada/complete/pck.adb: Likewise.
17326
17327 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
17328
17329 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
17330 failures to run the test program under GDB.
17331
17332 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
17333
17334 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
17335 to C.
17336
17337 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
17338
17339 * gdb.base/run-after-attach.exp: New test file.
17340 * gdb.base/run-after-attach.c: New test file.
17341
17342 2015-08-26 Don Breazeal <donb@codesourcery.com>
17343
17344 * gdb.base/foll-exec-2.c: New test program.
17345 * gdb.base/foll-exec-2.exp: New test.
17346
17347 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
17348
17349 * gdb.base/nested-subp1.exp: New file.
17350 * gdb.base/nested-subp1.c: New file.
17351 * gdb.base/nested-subp2.exp: New file.
17352 * gdb.base/nested-subp2.c: New file.
17353 * gdb.base/nested-subp3.exp: New file.
17354 * gdb.base/nested-subp3.c: New file.
17355
17356 2015-08-24 Pedro Alves <palves@redhat.com>
17357
17358 * gdb.server/connect-without-multi-process.c: New file.
17359 * gdb.server/connect-without-multi-process.exp: New file.
17360
17361 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
17362
17363 * gdb.opt/inline-markers.c: Make z int.
17364
17365 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
17366
17367 * gdb.opt/inline-markers.c: Make z volatile.
17368
17369 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
17370
17371 * gdb.opt/inline-bt.c: New volatile global z.
17372 * gdb.opt/inline-cmds.c: Likewise.
17373 * gdb.opt/inline-locals.c: Likewise.
17374 * gdb.opt/inline-markers.c: New extern global z.
17375 (marker): Use z.
17376 (inline_fn): Likewise.
17377
17378 2015-08-24 Pedro Alves <palves@redhat.com>
17379
17380 * config/m32r-stub.exp: Remove file.
17381 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
17382 * gdb.base/call-rt-st.exp: Likewise.
17383 * gdb.base/call-strs.exp: Likewise.
17384 * gdb.base/default.exp: Remove references to h8300-*-hms and
17385 *-*-udi*.
17386 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
17387
17388 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
17389
17390 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
17391 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
17392 and "return" use KFAIL when GDB can not read/write the vector
17393 return value.
17394
17395 2015-08-21 Gary Benson <gbenson@redhat.com>
17396
17397 * gdb.trace/pending.exp: Cope with remote transfer warnings.
17398
17399 2015-08-20 Pedro Alves <palves@redhat.com>
17400
17401 * gdb.server/solib-list.exp: No longer expect an interior stop in
17402 non-stop mode.
17403
17404 2015-08-20 Pedro Alves <palves@redhat.com>
17405
17406 * gdb.server/connect-stopped-target.c: New file.
17407 * gdb.server/connect-stopped-target.exp: New file.
17408
17409 2015-08-20 Pedro Alves <palves@redhat.com>
17410
17411 * gdb.dwarf2/comp-unit-lang.exp: New file.
17412 * gdb.dwarf2/comp-unit-lang.c: New file.
17413
17414 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
17415
17416 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
17417 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
17418
17419 2015-08-19 Kevin Buettner <kevinb@redhat.com>
17420
17421 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
17422 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
17423
17424 2015-08-18 Doug Evans <dje@google.com>
17425 Adrian Sendroiu <adrian.sendroiu@freescale.com>
17426
17427 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
17428 skip_python_tests. New arg prompt_regexp.
17429 (skip_python_tests): New function.
17430 * lib/mi-support.exp (mi_skip_python_tests): New function.
17431 * gdb.python/py-mi-objfile-gdb.py: New file.
17432 * gdb.python/py-mi-objfile.c: New file.
17433 * gdb.python/py-mi-objfile.exp: New file.
17434
17435 2015-08-17 Keith Seitz <keiths@redhat.com>
17436
17437 * gdb.linespec/explicit.exp: Move strace test from here ...
17438 * gdb.trace/strace.exp: ... to here.
17439
17440 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
17441
17442 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
17443 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
17444
17445 2015-08-14 Doug Evans <xdje42@gmail.com>
17446
17447 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
17448 inferior before selecting a new file.
17449
17450 2015-08-14 Doug Evans <xdje42@gmail.com>
17451
17452 * gdb.mi/mi-disassemble.exp: Update.
17453 * gdb.base/disasm-optim.S: New file.
17454 * gdb.base/disasm-optim.c: New file.
17455 * gdb.base/disasm-optim.h: New file.
17456 * gdb.base/disasm-optim.exp: New file.
17457
17458 2015-08-14 Keith Seitz <keiths@redhat.com>
17459
17460 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
17461 "evaluated-by".
17462
17463 2015-08-13 Joel Brobecker <brobecker@adacore.com>
17464
17465 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
17466
17467 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
17468
17469 * gdb.ada/fun_renaming.exp: New testcase.
17470 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
17471 * gdb.ada/fun_renaming/pack.adb: New file.
17472 * gdb.ada/fun_renaming/pack.ads: New file.
17473
17474 2015-08-12 Keith Seitz <keiths@redhat.com>
17475
17476 * gdb.base/dso2dso.exp: Pass basename of source file in call to
17477 gdb_get_line_number.
17478
17479 2015-08-12 Joel Brobecker <brobecker@adacore.com>
17480
17481 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
17482 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
17483 gdb.base/dso2dso.exp: New files.
17484
17485 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
17486 Pedro Alves <palves@redhat.com>
17487 Keith Seitz <keiths@redhat.com>
17488
17489 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
17490 GDBFLAGS.
17491
17492 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
17493
17494 * gdb.base/gdbhistsize-history.exp
17495 (test_histsize_history_setting): Use save_vars.
17496 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
17497 Use save_vars.
17498 (test_no_truncation_of_unlimited_history_file): Use save_vars.
17499 * gdb.base/readline.exp: Use save_vars.
17500
17501 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
17502
17503 * lib/gdb.exp (save_vars): New proc.
17504
17505 2015-08-11 Keith Seitz <keiths@redhat.com>
17506
17507 * gdb.base/help.exp: Update help_breakpoint_text.
17508
17509 2015-08-11 Keith Seitz <keiths@redhat.com>
17510
17511 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
17512 (at toplevel): Call test_explicit_breakpoints.
17513 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
17514 breakpoints.
17515 * lib/mi-support.exp (mi_make_breakpoint): Add support for
17516 breakpoint conditions, "-cond".
17517
17518 2015-08-11 Keith Seitz <keiths@redhat.com>
17519
17520 * gdb.linespec/3explicit.c: New file.
17521 * gdb.linespec/cpexplicit.cc: New file.
17522 * gdb.linespec/cpexplicit.exp: New file.
17523 * gdb.linespec/explicit.c: New file.
17524 * gdb.linespec/explicit.exp: New file.
17525 * gdb.linespec/explicit2.c: New file.
17526 * gdb.linespec/ls-errs.exp: Add explicit location tests.
17527 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
17528 before using in the matching pattern.
17529 Clarify that `prefix' is a regular expression.
17530
17531 2015-08-11 Keith Seitz <keiths@redhat.com>
17532
17533 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
17534 test.
17535 Add tests for missing ",FMT" and ",".
17536
17537 2015-08-10 Doug Evans <dje@google.com>
17538 Keith Seitz <keiths@redhat.com>
17539
17540 PR gdb/17960
17541 * gdb.base/completion.exp: Add location completer tests.
17542
17543 2015-08-07 Pedro Alves <palves@redhat.com>
17544
17545 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
17546 tests here.
17547 (top level): Run do_test with and without displaced stepping.
17548
17549 2015-08-07 Pedro Alves <palves@redhat.com>
17550
17551 * gdb.base/valgrind-disp-step.c: New file.
17552 * gdb.base/valgrind-disp-step.exp: New file.
17553
17554 2015-08-07 Pedro Alves <palves@redhat.com>
17555
17556 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
17557 Delete function.
17558 (main): Add alarm. Run an infinite loop instead of calling
17559 wait_threads.
17560 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
17561 comment.
17562 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
17563 Delete function.
17564 (main): Add alarm. Run an infinite loop instead of calling
17565 wait_threads.
17566 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
17567 comment.
17568
17569 2015-08-07 Pedro Alves <palves@redhat.com>
17570
17571 * gdb.base/checkpoint-ns.exp: New file.
17572 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
17573 standard_testfile.
17574
17575 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
17576
17577 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
17578 * gdb.btrace/instruction_history.exp: Update.
17579 * gdb.btrace/tsx.exp: New.
17580 * gdb.btrace/tsx.c: New.
17581
17582 2015-08-06 Pedro Alves <palves@redhat.com>
17583
17584 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
17585 increase timeout.
17586 * gdb.reverse/until-precsave.exp: Bump timeouts.
17587
17588 2015-08-06 Pedro Alves <palves@redhat.com>
17589
17590 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
17591
17592 2015-08-06 Pedro Alves <palves@redhat.com>
17593
17594 PR gdb/18749
17595 * gdb.threads/process-dies-while-handling-bp.c: New file.
17596 * gdb.threads/process-dies-while-handling-bp.exp: New file.
17597
17598 2015-08-06 Pedro Alves <palves@redhat.com>
17599
17600 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
17601 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
17602
17603 2015-08-05 Pedro Alves <palves@redhat.com>
17604
17605 * gdb.threads/next-while-other-thread-longjmps.c: New file.
17606 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
17607
17608 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
17609
17610 * gdb.base/bp-permanent.exp: Report test as unsupported if
17611 the target cannot stop at the permanent breakpoint.
17612
17613 2015-08-03 Doug Evans <dje@google.com>
17614
17615 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
17616 10000.
17617
17618 2015-08-03 Doug Evans <dje@google.com>
17619
17620 * Makefile.in (workers/%.worker, build-perf): New rule.
17621 (GDB_PERFTEST_MODE): New variable.
17622 (check-perf): Use it.
17623 (clean): Clean up gdb.perf parallel build subdirs.
17624 * lib/build-piece.exp: New file.
17625 * lib/gdb.exp (make_gdb_parallel_path): New function
17626 (standard_output_file, standard_temp_file): Call it.
17627 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
17628 of $GDB_PARALLEL.
17629 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
17630
17631 2015-08-03 Doug Evans <dje@google.com>
17632
17633 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
17634 (LOG_FILE_NAME): New global.
17635 (TextReporter.__init__): Initialize self.txt_sum.
17636 (TextReporter.report): Add support for multiple data-points.
17637 Move report to perftest.sum, put raw data in perftest.log.
17638 (TextReporter.start): Open sum and log files.
17639 (TextReporter.end): Close sum and log files.
17640 * gdb.perf/lib/perftest/testresult.py
17641 (SingleStatisticTestResult.record): Handle multiple data-points.
17642
17643 2015-07-31 Pedro Alves <palves@redhat.com>
17644
17645 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
17646 Use spawn_id_get_pid. Wait for spawn id after eof. Use
17647 kill_wait_spawned_process instead of explicit "kill -9".
17648 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
17649 returning a spawn id instead of a pid. Use spawn_id_get_pid and
17650 kill_wait_spawned_process.
17651 * gdb.base/attach-twice.exp: Likewise.
17652 * gdb.base/attach.exp: Likewise.
17653 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
17654 gdb_test_multiple.
17655 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
17656 returning a spawn id instead of a pid. Use spawn_id_get_pid and
17657 kill_wait_spawned_process.
17658 * gdb.base/valgrind-infcall.exp: Likewise.
17659 * gdb.multi/multi-attach.exp: Likewise.
17660 * gdb.python/py-prompt.exp: Likewise.
17661 * gdb.python/py-sync-interp.exp: Likewise.
17662 * gdb.server/ext-attach.exp: Likewise.
17663 * gdb.threads/attach-into-signal.exp (corefunc): Use
17664 spawn_wait_for_attach, spawn_id_get_pid and
17665 kill_wait_spawned_process.
17666 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
17667 spawn_wait_for_attach returning a spawn id instead of a pid. Use
17668 spawn_id_get_pid and kill_wait_spawned_process.
17669 * gdb.threads/attach-stopped.exp (corefunc): Use
17670 spawn_wait_for_attach, spawn_id_get_pid and
17671 kill_wait_spawned_process.
17672 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
17673 Use spawn_id_get_pid. Wait for spawn id after eof. Use
17674 kill_wait_spawned_process instead of explicit "kill -9".
17675 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
17676 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
17677 (spawn_wait_for_attach): Use spawn instead of exec to spawn
17678 processes. Don't map cygwin/windows pids here. Now returns a
17679 spawn id list.
17680
17681 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
17682
17683 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
17684 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
17685 correct patch.
17686
17687 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
17688
17689 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
17690
17691 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
17692
17693 Reapply:
17694 2014-05-21 Mark Wielaard <mjw@redhat.com>
17695
17696 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
17697
17698 2015-07-30 Pedro Alves <palves@redhat.com>
17699
17700 * linux-low.c (handle_extended_wait): Set the child's last
17701 reported status to TARGET_WAITKIND_STOPPED.
17702
17703 2015-07-30 Pedro Alves <palves@redhat.com>
17704
17705 PR threads/18600
17706 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
17707 only shows inferior 1.
17708
17709 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
17710 Pedro Alves <palves@redhat.com>
17711
17712 PR threads/18600
17713 * gdb.threads/fork-plus-threads.c: New file.
17714 * gdb.threads/fork-plus-threads.exp: New file.
17715
17716 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
17717
17718 * gdb.base/batch-preserve-term-settings.exp
17719 (test_terminal_settings_preserved_after_cli_exit): Use
17720 send_quit_command.
17721
17722 2015-07-29 Pedro Alves <palves@redhat.com>
17723 Don Breazeal <donb@codesourcery.com>
17724
17725 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
17726 output from both inferior_spawn_id and gdb_spawn_id.
17727
17728 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
17729
17730 * gdb.threads/attach-into-signal.exp (corefunc): Use
17731 with_test_prefix on nested loops, uniquefying the test messages.
17732
17733 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
17734
17735 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
17736 commit.
17737
17738 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
17739
17740 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
17741 New proc.
17742 (test_terminal_settings_preserved_after_sigterm): New test.
17743
17744 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
17745
17746 * gdb.base/batch-preserve-term-settings.exp
17747 (test_terminal_settings_preserved_after_cli_exit): New test.
17748
17749 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
17750
17751 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
17752 manipulation of saved_gdbflags.
17753 (test_terminal_settings_preserved): Remove global declaration of
17754 the unused variable pagination_prompt. Remove manipulation of
17755 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
17756 GDBFLAGS.
17757
17758 2015-07-29 Pedro Alves <palves@redhat.com>
17759
17760 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
17761
17762 2015-07-29 Pedro Alves <palves@redhat.com>
17763
17764 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
17765 at the top.
17766
17767 2015-07-29 Pedro Alves <palves@redhat.com>
17768
17769 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
17770 (main): Call gdb_unbuffer_output.
17771 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
17772 (main): Call gdb_unbuffer_output.
17773 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
17774 (main): Call gdb_unbuffer_output.
17775 * gdb.base/call-strs.exp: Adjust to step over the
17776 gdb_unbuffer_output call.
17777 * gdb.base/catch-gdb-caused-signals.c: Include
17778 "../lib/unbuffer_output.c".
17779 (main): Call gdb_unbuffer_output.
17780 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
17781 (main): Call gdb_unbuffer_output.
17782 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
17783 (main): Call gdb_unbuffer_output.
17784 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
17785 (main): Call gdb_unbuffer_output.
17786 * gdb.base/shlib-call.exp: Adjust to step over the
17787 gdb_unbuffer_output call.
17788 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
17789 (main): Call gdb_unbuffer_output.
17790 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
17791 (main): Call gdb_unbuffer_output.
17792 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
17793 (main): Rename to ...
17794 (test): ... this.
17795 (main): Reimplement.
17796 * gdb.base/varargs.exp: Run to test instead of to main.
17797 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
17798 (main): Call gdb_unbuffer_output.
17799
17800 2015-07-29 Pedro Alves <palves@redhat.com>
17801
17802 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
17803 factore out from mi_continue_dprintf. For call-style dprintfs,
17804 expect dprintf output out of $inferior_spawn_id.
17805 (mi_continue_dprintf): Use mi_expect_dprintf.
17806 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
17807 (main): Call gdb_unbuffer_output.
17808
17809 2015-07-29 Pedro Alves <palves@redhat.com>
17810
17811 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
17812 (default_mi_gdb_start): Set inferior_spawn_id instead of
17813 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
17814 gdb_spawn_id.
17815 (mi_gdb_test): Always expect inferior output from both
17816 $inferior_spawn_id and $gdb_spawn_id.
17817
17818 2015-07-29 Pedro Alves <palves@redhat.com>
17819
17820 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
17821 send_inferior and $inferior_spawn_id.
17822
17823 2015-07-29 Pedro Alves <palves@redhat.com>
17824
17825 * gdb.gdb/complaints.exp (test_initial_complaints)
17826 (test_serial_complaints, test_short_complaints): Use
17827 gdb_test_stdio.
17828 (test_empty_complaint): Handle $inferior_spawn_id !=
17829 $gdb_spawn_id.
17830
17831 2015-07-29 Pedro Alves <palves@redhat.com>
17832
17833 * gdb.base/varargs.exp: Use gdb_test_stdio.
17834
17835 2015-07-29 Pedro Alves <palves@redhat.com>
17836
17837 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
17838
17839 2015-07-29 Pedro Alves <palves@redhat.com>
17840
17841 * gdb.base/ending-run.exp: Use gdb_test_stdio.
17842
17843 2015-07-29 Pedro Alves <palves@redhat.com>
17844
17845 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
17846 parameter into two new parameters, "inf_result" and "gdb_result".
17847 Expect inferior output and gdb output from $inferior_spawn_id and
17848 $gdb_spawn_id, respectively. Adjust all callers.
17849
17850 2015-07-29 Pedro Alves <palves@redhat.com>
17851
17852 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
17853 of gdb_test_sequence.
17854
17855 2015-07-29 Pedro Alves <palves@redhat.com>
17856
17857 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
17858 (saw_spurious_output): Expect inferior output from
17859 $inferior_spawn_id. Use gdb_test_stdio.
17860
17861 2015-07-29 Pedro Alves <palves@redhat.com>
17862
17863 * gdb.base/dprintf.exp: Use standard_testfile. Change
17864 prepare_for_testing call.
17865 (srcfile): Don't set.
17866 (restart): New procedure.
17867 (test_dprintf): New procecure, use to continue over dprintfs.
17868 (test_call, test_agent): New procedures, tests moved here.
17869 Restart gdb and recreate dprintfs. Adjust expected output.
17870
17871 2015-07-29 Pedro Alves <palves@redhat.com>
17872
17873 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
17874
17875 2015-07-29 Pedro Alves <palves@redhat.com>
17876
17877 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
17878
17879 2015-07-29 Pedro Alves <palves@redhat.com>
17880
17881 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
17882 gdb_test_stdio.
17883
17884 2015-07-29 Pedro Alves <palves@redhat.com>
17885
17886 * lib/gdb.exp (gdb_test_stdio): New procedure.
17887
17888 2015-07-29 Pedro Alves <palves@redhat.com>
17889
17890 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
17891
17892 2015-07-29 Pedro Alves <palves@redhat.com>
17893
17894 * gdb.base/call-signal-resume.exp: Remove check for
17895 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
17896 * gdb.base/unwindonsignal.exp: Likewise.
17897 * gdb.base/call-signals.c (gen_signal): Remove printf call.
17898 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
17899
17900 2015-07-29 Pedro Alves <palves@redhat.com>
17901
17902 * gdb.base/siginfo-addr.c (pass): New function.
17903 (handler): Call it iff si_addr is correct.
17904 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
17905 Set a breakpoint at "pass" and continue to it.
17906
17907 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
17908
17909 * gdb.python/py-objfile.exp: Make some tests have unique names.
17910 * gdb.python/py-pp-registration.exp: Likewise.
17911
17912 2015-07-28 Pedro Alves <palves@redhat.com>
17913
17914 * gdb.server/server-exec-info.exp: Issue a "disconnect".
17915
17916 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
17917
17918 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
17919
17920 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
17921
17922 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
17923
17924 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
17925
17926 * gdb.base/gdb-sigterm-2.exp: New test.
17927
17928 2015-07-25 Doug Evans <xdje42@gmail.com>
17929
17930 Revert:
17931 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
17932 (workers/%.worker, build-perf): New rule.
17933 (GDB_PERFTEST_MODE): New variable.
17934 (check-perf): Use it.
17935 (clean): Clean up gdb.perf parallel build subdirs.
17936 * lib/build-piece.exp: New file.
17937 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
17938 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
17939 name.
17940 (standard_temp_file): Ditto.
17941 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
17942 of $GDB_PARALLEL.
17943
17944 2015-07-24 Doug Evans <dje@google.com>
17945
17946 * gdb.perf/lib/perftest/utils.py: New file.
17947 * gdb.perf/gm-hello.cc: New file.
17948 * gdb.perf/gm-pervasive-typedef.cc: New file.
17949 * gdb.perf/gm-pervasive-typedef.h: New file.
17950 * gdb.perf/gm-std.cc: New file.
17951 * gdb.perf/gm-std.h: New file.
17952 * gdb.perf/gm-use-cerr.cc: New file.
17953 * gdb.perf/gm-utils.h: New file.
17954 * gdb.perf/gmonster-null-lookup.py: New file.
17955 * gdb.perf/gmonster-pervasive-typedef.py: New file.
17956 * gdb.perf/gmonster-print-cerr.py: New file.
17957 * gdb.perf/gmonster-ptype-string.py: New file.
17958 * gdb.perf/gmonster-runto-main.py: New file.
17959 * gdb.perf/gmonster-select-file.py: New file.
17960 * gdb.perf/gmonster1-null-lookup.exp: New file.
17961 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
17962 * gdb.perf/gmonster1-print-cerr.exp: New file.
17963 * gdb.perf/gmonster1-ptype-string.exp: New file.
17964 * gdb.perf/gmonster1-runto-main.exp: New file.
17965 * gdb.perf/gmonster1-select-file.exp: New file.
17966 * gdb.perf/gmonster1.cc: New file.
17967 * gdb.perf/gmonster1.exp: New file.
17968 * gdb.perf/gmonster2-null-lookup.exp: New file.
17969 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
17970 * gdb.perf/gmonster2-print-cerr.exp: New file.
17971 * gdb.perf/gmonster2-ptype-string.exp: New file.
17972 * gdb.perf/gmonster2-runto-main.exp: New file.
17973 * gdb.perf/gmonster2-select-file.exp: New file.
17974 * gdb.perf/gmonster2.cc: New file.
17975 * gdb.perf/gmonster2.exp: New file.
17976
17977 2015-07-24 Doug Evans <dje@google.com>
17978
17979 * gdb.perf/README: New file.
17980 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
17981 * lib/gen-perf-test.exp: New file.
17982
17983 2015-07-24 Doug Evans <dje@google.com>
17984
17985 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
17986 (PerfTest::startup): New function.
17987 (PerfTest::run): Return result of calling body.
17988 (PerfTest::assemble): Rewrite.
17989 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
17990 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
17991 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
17992 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
17993 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
17994
17995 2015-07-24 Doug Evans <dje@google.com>
17996
17997 * lib/gdb.exp (clean_restart): Make executable optional.
17998
17999 2015-07-24 Doug Evans <dje@google.com>
18000
18001 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
18002 compiler_info references.
18003 * gdb.cp/temargs.exp: Ditto.
18004 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
18005 (get_compiler_info): Early exit if already computed. Set compiler_info
18006 to "unknown" if there was a problem.
18007 (test_compiler_info): Add function comment. Call get_compiler_info.
18008
18009 2015-07-24 Doug Evans <dje@google.com>
18010
18011 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
18012 (workers/%.worker, build-perf): New rule.
18013 (GDB_PERFTEST_MODE): New variable.
18014 (check-perf): Use it.
18015 (clean): Clean up gdb.perf parallel build subdirs.
18016 * lib/build-piece.exp: New file.
18017 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
18018 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
18019 name.
18020 (standard_temp_file): Ditto.
18021 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
18022 of $GDB_PARALLEL.
18023
18024 2015-07-24 Doug Evans <dje@google.com>
18025
18026 * lib/future.exp (gdb_default_target_compile): New option
18027 "early_flags".
18028 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
18029 --as-needed.
18030
18031 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
18032
18033 * gdb.base/catch-syscall.exp: Call gdb_exit before
18034 gdb_skip_xml_test.
18035
18036 2015-07-24 Pedro Alves <palves@redhat.com>
18037
18038 * gdb.python/py-events.exp: Accept output between the stop event
18039 and the prompt.
18040 * gdb.python/py-evsignal.exp: Likewise.
18041 * gdb.python/py-evthreads.exp: Likewise.
18042
18043 2015-07-24 Pedro Alves <palves@redhat.com>
18044
18045 PR gdb/18717
18046 * gdb.threads/non-ldr-exit.c: New file.
18047 * gdb.threads/non-ldr-exit.exp: New file.
18048
18049 2015-07-24 Yao Qi <yao.qi@linaro.org>
18050
18051 * gdb.server/ext-wrapper.exp: Test --wrapper option when
18052 restarting process.
18053
18054 2015-07-24 Yao Qi <yao.qi@linaro.org>
18055
18056 * gdb.server/ext-restart.exp: New file.
18057
18058 2015-07-24 Yao Qi <yao.qi@linaro.org>
18059
18060 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
18061 argument options.
18062 * gdb.server/ext-wrapper.exp: New file.
18063
18064 2015-07-23 Doug Evans <dje@google.com>
18065
18066 * gdb.dwarf2/dw2-dummy-cu.S: New file.
18067 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
18068
18069 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
18070
18071 * gdb.ada/var_arr_typedef.exp: New testcase.
18072 * gdb.ada/var_arr_typedef/pack.adb: New file.
18073 * gdb.ada/var_arr_typedef/pack.ads: New file.
18074 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
18075
18076 2015-07-20 Joel Brobecker <brobecker@adacore.com>
18077
18078 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
18079
18080 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18081
18082 * gdb.arch/i386-biarch-core.exp: Replace istarget
18083 by "complete set gnutarget". Remove expectation for the "core-file"
18084 command.
18085
18086 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
18087
18088 Revert the previous commit:
18089 Tests for validate symbol file using build-id.
18090
18091 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
18092
18093 Tests for validate symbol file using build-id.
18094 * gdb.base/solib-mismatch-lib.c: New file.
18095 * gdb.base/solib-mismatch-libmod.c: New file.
18096 * gdb.base/solib-mismatch.c: New file.
18097 * gdb.base/solib-mismatch.exp: New file.
18098
18099 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
18100
18101 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
18102 nios2-*-linux*.
18103 * gdb.base/sigbpt.exp (stepi_out): Likewise.
18104 * gdb.base/siginfo.exp: Likewise.
18105 * gdb.base/sigstep.exp (advance, advancei): Likewise.
18106
18107 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
18108
18109 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
18110 Move it to ...
18111 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
18112 ... here.
18113 * gdb.trace/range-stepping.exp: Check that the target supports
18114 range stepping.
18115
18116 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
18117
18118 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
18119
18120 2015-07-14 Pedro Alves <palves@redhat.com>
18121
18122 * gdb.base/killed-outside.exp: New file.
18123 * gdb.base/killed-outside.c: New file.
18124
18125 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
18126
18127 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
18128 (n at main): New.
18129 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
18130
18131 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
18132
18133 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
18134 infcall tests instead of setting up for KFAIL.
18135
18136 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
18137
18138 * gdb.btrace/record_goto-step.exp: New.
18139
18140 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
18141
18142 PR compile/18484
18143 * gdb.compile/compile.c (struct struct_type): Add volatile to
18144 selffield's type.
18145 * gdb.compile/compile.exp
18146 (compile code struct_object.selffield = &struct_object): Skip further
18147 struct_object tests if this one xfails.
18148
18149 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
18150
18151 PR exp/18617
18152 * gdb.trace/ax.exp: Add test.
18153
18154 2015-07-07 Yao Qi <yao.qi@linaro.org>
18155
18156 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
18157 instead of istarget "aarch64*-*-*".
18158 * gdb.arch/aarch64-fp.exp: Likewise.
18159 * gdb.base/float.exp: Likewise.
18160 * gdb.reverse/aarch64.exp: Likewise.
18161 * lib/gdb.exp (is_aarch64_target): New proc.
18162
18163 2015-07-07 Yao Qi <yao.qi@linaro.org>
18164
18165 * lib/gdb.exp (is_aarch32_target): New proc.
18166 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
18167 instead of "istarget "arm*-*-*"".
18168 * gdb.arch/arm-disp-step.exp: Likewise.
18169 * gdb.arch/thumb-bx-pc.exp: Likewise.
18170 * gdb.arch/thumb-prologue.exp: Likewise.
18171 * gdb.arch/thumb-singlestep.exp: Likewise.
18172 * gdb.base/disp-step-syscall.exp: Likewise.
18173 * gdb.base/float.exp: Likewise.
18174
18175 2015-07-07 Yao Qi <yao.qi@linaro.org>
18176
18177 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
18178 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
18179
18180 2015-07-07 Yao Qi <yao.qi@linaro.org>
18181
18182 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
18183 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
18184 if it exists.
18185 * gdb.multi/multi-arch.exp: Likewise.
18186
18187 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
18188
18189 * gdb.python/py-lazy-string.exp: Add missing parentheses to
18190 print.
18191
18192 2015-07-07 Yao Qi <yao.qi@linaro.org>
18193
18194 * gdb.arch/thumb-singlestep.exp: Do one more single step.
18195
18196 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
18197
18198 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
18199 '[' and ']' characters.
18200
18201 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
18202
18203 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
18204
18205 2015-06-29 Pedro Alves <palves@redhat.com>
18206
18207 PR threads/18127
18208 * gdb.threads/hand-call-new-thread.c: New file.
18209 * gdb.threads/hand-call-new-thread.c: New file.
18210
18211 2015-06-26 Keith Seitz <keiths@redhat.com>
18212 Doug Evans <dje@google.com>
18213
18214 PR 16253
18215 * gdb.cp/var-tag-2.cc: New file.
18216 * gdb.cp/var-tag-3.cc: New file.
18217 * gdb.cp/var-tag-4.cc: New file.
18218 * gdb.cp/var-tag.cc: New file.
18219 * gdb.cp/var-tag.exp: New file.
18220
18221 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
18222
18223 * gdb.base/history-duplicates.exp: New test.
18224
18225 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
18226
18227 * gdb.base/completion.exp: Test the completion of the "focus"
18228 command.
18229
18230 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
18231
18232 * gdb.arch/amd64-prologue-skip.S: New file.
18233 * gdb.arch/amd64-prologue-skip.exp: New file.
18234
18235 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
18236
18237 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
18238 is_address_zero_readable check.
18239
18240 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
18241
18242 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
18243 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
18244
18245 2015-06-24 Yao Qi <yao.qi@linaro.org>
18246
18247 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
18248 linux targets.
18249
18250 2015-06-24 Yao Qi <yao.qi@linaro.org>
18251
18252 * lib/gdb.exp (supports_get_siginfo_type): New proc.
18253 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
18254 * gdb.base/siginfo-thread.exp: Likewise.
18255
18256 2015-06-22 Yao Qi <yao.qi@linaro.org>
18257
18258 * boards/remote-gdbserver-on-localhost.exp: Add comments.
18259
18260 2015-06-22 Yao Qi <yao.qi@linaro.org>
18261
18262 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
18263 aarch64*-*-*.
18264 (skip_hw_watchpoint_tests): Likewise.
18265
18266 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
18267
18268 * gdb.base/gdbinit-history.exp: Test the interaction between
18269 setting GDBHISTSIZE and setting the history size via .gdbinit.
18270
18271 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
18272
18273 PR gdb/16999
18274 * gdb.base/gdbhistsize-history.exp: New test.
18275
18276 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
18277
18278 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
18279 with GDBHISTSIZE.
18280 * gdb.base/readline.exp: Likewise.
18281
18282 2015-06-17 Yao Qi <yao.qi@linaro.org>
18283
18284 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
18285 line.
18286
18287 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
18288
18289 * gdb.base/gdbinit-history.exp: Add test case to check that
18290 an unlimited history file does not get truncated on exit.
18291
18292 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18293
18294 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
18295 (VECTOR): New macro. Use it...
18296 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
18297 ...for these typedefs.
18298 (int8, char1, int1, double1): New typedefs.
18299 (struct just_int2, struct two_int2): New structures.
18300 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
18301 (add_structvecs, add_singlevecs): New functions.
18302 (main): Call add_some_intvecs twice.
18303 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
18304 the compile and exit upon failure. Try compiling for the "native"
18305 architecture. Test inferior function calls with vector arguments
18306 and vector return value handling with "finish" and "return".
18307
18308 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
18309
18310 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
18311 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
18312 PE file.
18313 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
18314
18315 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
18316
18317 PR breakpoints/16465
18318 * gdb.mi/mi-dprintf-pending.c: New file.
18319 * gdb.mi/mi-dprintf-pending.exp: New test.
18320 * gdb.mi/mi-dprintf-pendshr.c: New file.
18321
18322 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
18323 Mircea Gherzan <mircea.gherzan@intel.com>
18324
18325 * gdb.arch/i386-mpx-map.c: New file.
18326 * gdb.arch/i386-mpx-map.exp: New File.
18327
18328 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
18329
18330 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
18331 * gdb.arch/i386-mpx.exp: Indentation fixed.
18332
18333 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
18334
18335 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
18336 function and improved indentation.
18337 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
18338 gdb_test_multiple. Added additional tests to skip the test.
18339
18340 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
18341
18342 * gdb.arch/i386-avx512.c: Change path in include file.
18343 * gdb.arch/i386-avx512.exp: Change include dir path
18344 compilation flag.
18345 * gdb.arch/i386-mpx.c: Change path in include file.
18346 * gdb.arch/i386-mpx.exp: Change include dir path compilation
18347 flag.
18348
18349 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
18350
18351 * gdb.compile/compile-print.exp (compile print *vararray@3)
18352 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
18353
18354 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
18355
18356 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
18357 (do not keep jit in memory): ... this.
18358 (expect 5): Change it to ...
18359 (expect no 5): ... this.
18360
18361 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
18362
18363 PR gdb/15564
18364 * gdb.mi/mi-detach.exp: New file.
18365
18366 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
18367
18368 PR symtab/18392
18369 * gdb.arch/amd64-tailcall-self.S: New file.
18370 * gdb.arch/amd64-tailcall-self.c: New file.
18371 * gdb.arch/amd64-tailcall-self.exp: New file.
18372
18373 2015-05-28 Don Breazeal <donb@codesourcery.com>
18374
18375 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
18376 tests for remote targets by checking is_target_gdbserver.
18377
18378 2015-05-27 Doug Evans <dje@google.com>
18379
18380 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
18381 * gdb.dwarf2/opaque-type-lookup.c: New file.
18382 * gdb.dwarf2/opaque-type-lookup.exp: New file.
18383
18384 2015-05-26 Doug Evans <dje@google.com>
18385
18386 * gdb.cp/iostream.cc: New file.
18387 * gdb.cp/iostream.exp: New file.
18388
18389 2015-05-26 Doug Evans <dje@google.com>
18390
18391 * gdb.dwarf2/dw2-op-call.exp: Update.
18392 * gdb.dwarf2/dw4-sig-types.exp: Update.
18393 * gdb.dwarf2/implptr.exp: Update.
18394 * gdb.mi/mi-cmd-param-changed.exp: Update.
18395
18396 2015-05-26 Doug Evans <dje@google.com>
18397
18398 * gdb.python/py-lazy-string.c: New file.
18399 * gdb.python/py-lazy-string.exp: New file.
18400 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
18401 (main): Update. Add estring3.
18402 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
18403 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
18404
18405 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
18406 Yao Qi <yao.qi@linaro.org>
18407
18408 * gdb.reverse/aarch64.c: New.
18409 * gdb.reverse/aarch64.exp: New.
18410
18411 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
18412
18413 * lib/gdb.exp (supports_process_record): Return true for
18414 aarch64*-linux*.
18415 (supports_reverse): Likewise.
18416
18417 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
18418
18419 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
18420 Use with_test_prefix.
18421
18422 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
18423
18424 * gdb.base/completion.exp: Add test for completion of layout
18425 names.
18426
18427 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
18428
18429 * lib/gdb.exp (skip_tui_tests): New proc.
18430 * gdb.base/tui-layout.exp: Check skip_tui_tests.
18431
18432 2015-05-19 Pedro Alves <palves@redhat.com>
18433
18434 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
18435 Save the whole env array instead of just HOME. Unset HISTSIZE in
18436 the environment while testing. Restore whole environment
18437 afterwards.
18438
18439 2015-05-16 Doug Evans <xdje42@gmail.com>
18440
18441 * gdb.guile/scm-ports.c: New file.
18442 * gdb.guile/scm-ports.exp: Add memory port tests.
18443
18444 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18445
18446 * gdb.compile/compile-print.c: New file.
18447 * gdb.compile/compile-print.exp: New file.
18448
18449 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18450
18451 * gdb.compile/compile-ops.exp: Cast param to void.
18452 * gdb.compile/compile.exp: Complete type for _gdb_expr.
18453 (compile code struct_object.selffield = &struct_object): Add xfail.
18454
18455 2015-05-15 Joel Brobecker <brobecker@adacore.com>
18456
18457 * gdb.ada/arr_enum_with_gap: New testcase.
18458
18459 2015-05-15 Joel Brobecker <brobecker@adacore.com>
18460
18461 * gdb.ada/byte_packed_arr: New testcase.
18462
18463 2015-05-15 Joel Brobecker <brobecker@adacore.com>
18464
18465 * gdb.ada/pckd_neg: New testcase.
18466
18467 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
18468
18469 PR gdb/17820
18470 * gdb.base/gdbinit-history.exp: New test.
18471 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
18472 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
18473
18474 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
18475
18476 * gdb.python/py-xmethods.cc: Enhance test case.
18477 * gdb.python/py-xmethods.exp: New tests.
18478 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
18479 function.
18480 (B_indexoper): Likewise.
18481 (global_dm_list) : Add new xmethod worker functions.
18482
18483 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
18484
18485 * gdb.base/coredump-filter.exp: Correctly unset
18486 "coredump_var_addr" array.
18487
18488 2015-05-08 Pedro Alves <palves@redhat.com>
18489
18490 * gdb.server/non-existing-program.exp: Unset spawn_id.
18491
18492 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
18493
18494 PR python/18291
18495 * gdb.python/py-xmethods.exp: Add tests.
18496
18497 2015-05-08 Yao Qi <yao.qi@linaro.org>
18498
18499 PR gdb/18208
18500 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
18501 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
18502 function set_coredump_filter, and remove remote_exec call.
18503 Remove argument ipid. Callers update.
18504 (top level): Don't get inferior's PID.
18505
18506 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
18507
18508 * gdb.base/watch_thread_num.exp: Skip test on targets without
18509 access watchpoints.
18510
18511 2015-05-06 Pedro Alves <palves@redhat.com>
18512
18513 PR server/18081
18514 * gdb.server/non-existing-program.exp: New file.
18515
18516 2015-05-05 Joel Brobecker <brobecker@adacore.com>
18517
18518 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
18519
18520 2015-05-05 Joel Brobecker <brobecker@adacore.com>
18521
18522 * gdb.ada/out_of_line_in_inlined: New testcase.
18523
18524 2015-05-05 Joel Brobecker <brobecker@adacore.com>
18525
18526 * gdb.ada/var_rec_arr: New testcase.
18527
18528 2015-04-30 Yao Qi <yao.qi@linaro.org>
18529
18530 * gdb.base/break-idempotent.exp: If
18531 skip_hw_watchpoint_multi_tests returns true, skip the tests
18532 on "rwatch" and "awatch".
18533
18534 2015-04-30 Yao Qi <yao.qi@linaro.org>
18535
18536 * gdb.base/relativedebug.exp: Invoke gdb command
18537 "info sharedlibrary", and if libc.so doesn't have debug info,
18538 skip the test.
18539
18540 2015-04-29 Doug Evans <dje@google.com>
18541
18542 * gdb.python/py-xmethods.exp: Add ptype tests.
18543 * gdb.python/py-xmethods.py (E_method_char_worker): Add
18544 get_result_type method.
18545
18546 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
18547
18548 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
18549 the target does not support hardware watchpoints.
18550
18551 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
18552
18553 * gdb.base/break-always.exp: Abort testing if writing to memory
18554 causes an error.
18555
18556 2015-04-28 Doug Evans <dje@google.com>
18557
18558 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
18559 * gdb.python/py-pp-registration.exp: ... here. New file.
18560 * gdb.python/py-pp-registration.c: New file.
18561 * gdb.python/py-pp-registration.py: New file.
18562
18563 2015-04-28 Doug Evans <dje@google.com>
18564
18565 * gdb.python/py-bad-printers.c: New file.
18566 * gdb.python/py-bad-printers.py: New file.
18567 * gdb.python/py-bad-printers.exp: New file.
18568
18569 2015-04-28 Sasha Smundak <asmundak@google.com>
18570
18571 * gdb.python/py-type.exp: New test.
18572
18573 2015-04-28 Andy Wingo <wingo@igalia.com>
18574
18575 * gdb.python/py-parameter.exp:
18576 * gdb.guile/scm-parameter.exp: Escape the path that we are
18577 matching against, as it might contain characters that are special
18578 to regular expressions.
18579
18580 2015-04-27 Joel Brobecker <brobecker@adacore.com>
18581
18582 * gdb.ada/rec_comp: New testcase.
18583
18584 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
18585
18586 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
18587 before using it.
18588
18589 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
18590
18591 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
18592 new tests for verilog output.
18593
18594 2015-04-24 Yao Qi <yao.qi@linaro.org>
18595
18596 * boards/remote-gdbserver-on-localhost.exp: New file.
18597
18598 2015-04-23 Pedro Alves <palves@redhat.com>
18599
18600 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
18601 $inferior_spawn_id instead of $inferior_spawn_id directly. On
18602 "end of file", remove $inferior_spawn_id from the indirect list.
18603
18604 2015-04-23 Pedro Alves <palves@redhat.com>
18605
18606 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
18607
18608 2015-04-23 Pedro Alves <palves@redhat.com>
18609
18610 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
18611 on $any_spawn_id instead of only on $gdb_spawn_id.
18612
18613 2015-04-21 Pierre Muller <muller@sourceware.org>
18614
18615 PR pascal/17815
18616 * lib/pascal.exp (gpc_compile): Add new option "class".
18617 (fpc_compile): Likewise.
18618 * gdb.pascal/case-insensitive-symbols.pas: New file.
18619 * gdb.pascal/case-insensitive-symbols.exp: New file.
18620
18621 2015-04-20 Gary Benson <gbenson@redhat.com>
18622
18623 * gdb.base/attach.exp: Fix three extended remote failures.
18624
18625 2015-04-17 Gary Benson <gbenson@redhat.com>
18626
18627 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
18628 the main executable over the remote protocol.
18629
18630 2015-04-16 Pedro Alves <palves@redhat.com>
18631
18632 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
18633 a new gdbserver if gdbserver_reconnect_p is set.
18634
18635 2015-04-16 Pedro Alves <palves@redhat.com>
18636
18637 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
18638 is set, don't exit gdbserver.
18639
18640 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
18641
18642 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
18643 appropriate .insn, such that an older assembler can be used.
18644 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
18645 the z/Architecture instruction set on 31-bit targets as well.
18646
18647 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
18648
18649 * gdb.go/handcall.exp: Remove all logic related to the first
18650 breakpoint and rely on go_runto_main instead.
18651 * gdb.go/strings.exp: Likewise.
18652 * gdb.go/unsafe.exp: Likewise.
18653 * gdb.go/hello.exp: Likewise. Also rename the remaining
18654 breakpoint marker to "breakpoint 1".
18655 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
18656 * gdb.go/strings.go: Likewise.
18657 * gdb.go/unsafe.go: Likewise.
18658 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
18659 "set breakpoint 2 here" and rename the remaining breakpoint marker
18660 to "breakpoint 1".
18661
18662 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
18663
18664 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
18665 if itertools.imap is not present.
18666 * gdb.python/py-objfile.exp: Add parentheses.
18667 * gdb.python/py-type.exp: Same.
18668 * gdb.python/py-unwind-maint.py: Same.
18669
18670 2015-04-15 Yao Qi <yao.qi@linaro.org>
18671
18672 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
18673 of ":$ptr_size" and set its form explicitly.
18674
18675 2015-04-15 Pedro Alves <palves@redhat.com>
18676 Yao Qi <yao.qi@linaro.org>
18677
18678 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
18679 timeout by factor of 4.
18680 (test_regular_watch): Likewise.
18681 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
18682 * gdb.reverse/sigall-reverse.exp: Likewise.
18683 * gdb.reverse/until-precsave.exp: Likewise.
18684 * lib/gdb.exp (with_timeout_factor): New proc.
18685 (gdb_expect): Move some code to ...
18686 (get_largest_timeout): ... here. New procedure.
18687
18688 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
18689
18690 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
18691
18692 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
18693
18694 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
18695 to write to the .text section.
18696
18697 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
18698
18699 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
18700 Handle the case of targets that do not provide PID information.
18701
18702 2015-04-13 Yao Qi <yao.qi@linaro.org>
18703
18704 * lib/gdbserver-support.exp (gdb_exit): Catch exception
18705 and use expect instead of gdb_expect.
18706
18707 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
18708
18709 * gdb.base/coredump-filter.exp: Rename variable "addr" to
18710 "coredump_var_addr" to avoid naming conflict with other testcases.
18711
18712 2015-04-10 Pedro Alves <palves@redhat.com>
18713
18714 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
18715 gdb_test_sequence and gdb_assert.
18716
18717 2015-04-10 Pedro Alves <palves@redhat.com>
18718
18719 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
18720 test messages that don't include the breakpoint address.
18721
18722 2015-04-10 Yao Qi <yao.qi@linaro.org>
18723
18724 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
18725 false for some offset and width combinations which aren't
18726 supported by linux kernel.
18727
18728 2015-04-10 Pedro Alves <palves@redhat.com>
18729
18730 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
18731 procedure, factored out from ...
18732 (top level): ... here. Add "set displaced-stepping" testing axis.
18733 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
18734 parameter "displaced". Use it.
18735 (top level): Use foreach and add "set displaced-stepping" testing
18736 axis.
18737
18738 2015-04-10 Pedro Alves <palves@redhat.com>
18739
18740 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
18741 Remove comment.
18742 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
18743 both the address of the instruction that triggers the watchpoint
18744 and the address of the instruction immediately after, and use
18745 those addresses for the test. Fix comment.
18746
18747 2015-04-10 Pedro Alves <palves@redhat.com>
18748
18749 * gdb.base/sigstep.exp (breakpoint_to_handler)
18750 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
18751 Test "backtrace" in handler.
18752 (breakpoint_over_handler): New parameter 'displaced'. Use it.
18753 (top level): Add new "displaced" test axis to
18754 breakpoint_to_handler, breakpoint_to_handler_entry and
18755 breakpoint_over_handler.
18756
18757 2015-04-10 Pedro Alves <palves@redhat.com>
18758
18759 PR gdb/18216
18760 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
18761
18762 2015-04-10 Yao Qi <yao.qi@linaro.org>
18763
18764 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
18765 (test_add_rn_pc): New function.
18766 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
18767 (top level): Invoke test_add_rn_pc.
18768
18769 2015-04-10 Pedro Alves <palves@redhat.com>
18770
18771 PR gdb/13858
18772 * gdb.base/step-over-no-symbols.exp: New file.
18773
18774 2015-04-09 Andy Wingo <wingo@igalia.com>
18775
18776 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
18777 after the Python tests.
18778
18779 2015-04-08 Keith Seitz <keiths@redhat.com>
18780
18781 PR python/16699
18782 * gdb.python/py-completion.exp: New tests for completion.
18783 * gdb.python/py-completion.py (CompleteLimit1): New class.
18784 (CompleteLimit2): Likewise.
18785 (CompleteLimit3): Likewise.
18786 (CompleteLimit4): Likewise.
18787 (CompleteLimit5): Likewise.
18788 (CompleteLimit6): Likewise.
18789 (CompleteLimit7): Likewise.
18790
18791 2015-04-08 Pedro Alves <palves@redhat.com>
18792
18793 PR gdb/18214
18794 PR gdb/18216
18795 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
18796 function.
18797 (main): Install it as SIGUSR1 handler.
18798 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
18799 parameter. Always use "setup" as prefix. Toggle "set
18800 displaced-stepping" off/on depending on global. Don't switch to
18801 thread 1 here.
18802 (top level): Add displaced stepping "off/on" test axis. Update
18803 "setup" calls. Wrap each subtest with with_test_prefix. Test
18804 continuing with a queued signal in each thread.
18805
18806 2015-04-08 Pedro Alves <palves@redhat.com>
18807
18808 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
18809 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
18810 gdb_breakpoint instead of gdb_test that doesn't expect anything.
18811 Return early if running to main fails.
18812 * gdb.trace/while-stepping.exp: Likewise.
18813
18814 2015-04-07 Pedro Alves <palves@redhat.com>
18815
18816 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
18817 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
18818 interact with inferior program.
18819
18820 2015-04-07 Pedro Alves <palves@redhat.com>
18821
18822 * lib/gdb.exp (inferior_spawn_id): New global.
18823 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
18824 spawn id after processing the user code.
18825 (default_gdb_start): Set inferior_spawn_id.
18826 (send_inferior): New procedure.
18827 * lib/gdbserver-support.exp (gdbserver_start): Set
18828 inferior_spawn_id.
18829 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
18830
18831 2015-04-07 Pedro Alves <palves@redhat.com>
18832
18833 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
18834 * lib/gdbserver-support.exp (gdbserver_start): Make
18835 $server_spawn_id global.
18836 (gdbserver_start): Don't wait for gdbserver's spawn id with
18837 expect_background.
18838 (close_gdbserver): New procedure.
18839 (gdb_exit): Rename the default version and reimplement.
18840
18841 2015-04-07 Pedro Alves <palves@redhat.com>
18842
18843 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
18844 append the substituted item, not the original item.
18845
18846 2015-04-07 Pedro Alves <palves@redhat.com>
18847
18848 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
18849 gdb_expect.
18850
18851 2015-04-07 Pedro Alves <palves@redhat.com>
18852
18853 * gdb.base/interrupt.exp: Don't handle the case of the inferior
18854 output appearing once only.
18855
18856 2015-04-07 Pedro Alves <palves@redhat.com>
18857
18858 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
18859 that doesn't expect anything. Return early if running to main
18860 fails.
18861
18862 2015-04-07 Yao Qi <yao.qi@linaro.org>
18863
18864 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
18865 (child_function): Call alarm.
18866 (main): Move call to alarm into the loop.
18867 * gdb.threads/non-stop-fair-events.exp: Build program with
18868 -DTIMEOUT=$timeout.
18869
18870 2015-04-06 Doug Evans <xdje42@gmail.com>
18871
18872 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
18873 Fix dest parameter to board_info.
18874 (fpc_compile): Ditto.
18875 (gdb_compile_pascal): Rename dest arg to destfile.
18876
18877 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
18878
18879 * gdb.ada/funcall_ref.exp: New file.
18880 * gdb.ada/funcall_ref/foo.adb: New file.
18881
18882 2015-04-02 Yao Qi <yao.qi@linaro.org>
18883
18884 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
18885 is remote.
18886
18887 2015-04-02 Gary Benson <gbenson@redhat.com>
18888
18889 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
18890
18891 2015-04-01 Sasha Smundak <asmundak@google.com>
18892
18893 * gdb.python/py-unwind-maint.c: New file.
18894 * gdb.python/py-unwind-maint.exp: New test.
18895 * gdb.python/py-unwind-maint.py: New file.
18896 * gdb.python/py-unwind.c: New file.
18897 * gdb.python/py-unwind.exp: New test.
18898 * gdb.python/py-unwind.py: New test.
18899
18900 2015-04-01 Pedro Alves <palves@redhat.com>
18901
18902 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
18903 to fail instead of non-existent $test.
18904
18905 2015-04-01 Pedro Alves <palves@redhat.com>
18906
18907 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
18908 GDBFLAGS if not empty.
18909
18910 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
18911
18912 * gdb.ada/complete.exp: Remove "multi_line".
18913 * gdb.ada/info_exc.exp: Remove "multi_line".
18914 * gdb.ada/packed_tagged.exp: Remove "multi_line".
18915 * gdb.ada/ptype_field.exp: Remove "multi_line".
18916 * gdb.ada/sym_print_name.exp: Remove "multi_line".
18917 * gdb.ada/tagged.exp: Remove "multi_line".
18918 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
18919 [multi_line ...]
18920 * gdb.btrace/delta.exp: Likewise.
18921 * gdb.btrace/exception.exp: Likewise.
18922 * gdb.btrace/function_call_history.exp: Likewise.
18923 * gdb.btrace/instruction_history.exp: Likewise.
18924 * gdb.btrace/nohist.exp: Likewise.
18925 * gdb.btrace/record_goto.exp: Likewise.
18926 * gdb.btrace/segv.exp: Likewise.
18927 * gdb.btrace/stepi.exp: Likewise.
18928 * gdb.btrace/tailcall.exp: Likewise.
18929 * gdb.btrace/unknown_functions.exp: Likewise.
18930 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
18931 * lib/gdb.exp: Add the "multi_line" helper.
18932
18933 2015-04-01 Pedro Alves <palves@redhat.com>
18934
18935 * gdb.threads/tid-reuse.c: New file.
18936 * gdb.threads/tid-reuse.exp: New file.
18937
18938 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
18939
18940 PR corefiles/16092
18941 * gdb.base/coredump-filter.c: New file.
18942 * gdb.base/coredump-filter.exp: Likewise.
18943
18944 2015-03-27 Petr Machata <pmachata@redhat.com>
18945
18946 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
18947 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
18948 (Dwarf::assemble): Initialize them.
18949 (Dwarf::lines): New function.
18950
18951 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
18952
18953 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
18954 SYMBOL_PREFIX for x86_64-*-cygwin.
18955
18956 2015-03-26 Andy Wingo <wingo@igalia.com>
18957
18958 PR symtab/18148
18959 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
18960 const_value but not a location.
18961 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
18962 location defined in non-main CUs are visible.
18963
18964 2015-03-26 Yao Qi <yao.qi@linaro.org>
18965
18966 PR testsuite/18139
18967 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
18968 Add a line number entry for the same line.
18969 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
18970 Add a line number entry for the same line.
18971
18972 2015-03-26 Yao Qi <yao.qi@linaro.org>
18973
18974 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
18975 .int 0.
18976 (func): Likewise. Add .Lfunc_1 label.
18977 Use .Lfunc_1 label.
18978 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
18979 .int 0.
18980 (func): Likewise.
18981 Use .Lfunc_1 label.
18982
18983 2015-03-26 Yao Qi <yao.qi@linaro.org>
18984
18985 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
18986 Call gdb_compile instead to compile each .s files without debug
18987 information.
18988
18989 2015-03-26 Yao Qi <yao.qi@linaro.org>
18990
18991 * gdb.base/savedregs.exp (process_saved_regs): Make
18992 "Saved registers:" optional in the pattern.
18993
18994 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
18995
18996 * gdb.btrace/next.exp: Merged into step.exp.
18997 * gdb.btrace/finish.exp: Merged into step.exp.
18998 * gdb.btrace/nexti.exp: Merged into stepi.exp.
18999 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
19000 "record goto" and checking the exact replay position.
19001 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
19002 check for "Recording format" in "info record" output.
19003 * gdb.btrace/record_goto.exp: Choose test file based on target.
19004 * gdb.btrace/x86-record_goto.S: Renamed into ...
19005 * gdb.btrace/x86_64-record_goto.S: ... this.
19006 * gdb.btrace/i686-record_goto.S: New.
19007 * gdb.btrace/x86-tailcall.S: Renamed into ...
19008 * gdb.btrace/x86_64-tailcall.S: ... this.
19009 * gdb.btrace/i686-tailcall.S: New.
19010 * gdb.btrace/x86-tailcall.c: Renamed into ...
19011 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
19012 separate statements. Update test.
19013 * gdb.btrace/delta.exp: Use record_goto.c as test file.
19014 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
19015 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
19016 * gdb.btrace/tailcall.exp: Choose test file based on target.
19017 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
19018
19019 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
19020
19021 * gdb.btrace/exception.exp: Increase BTS buffer size.
19022
19023 2015-03-24 Pedro Alves <palves@redhat.com>
19024
19025 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
19026
19027 2015-03-24 Pedro Alves <palves@redhat.com>
19028
19029 * gdb.threads/schedlock.exp (test_step): No longer expect that
19030 "set scheduler-locking step" with "next" over a function call runs
19031 threads unlocked.
19032
19033 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
19034
19035 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
19036
19037 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
19038
19039 PR breakpoints/16466
19040 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
19041 * gdb.mi/mi-pending.c (thread_func): New function.
19042 (int main): Add threading support required.
19043 * gdb.mi/mi-pending.exp: Add tests for this issue.
19044 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
19045 (pendfunc2): Remove stdio dependency.
19046 * gdb.mi/mi-pendshr2.c: New file.
19047
19048 2015-03-23 Keith Seitz <keiths@redhat.com>
19049
19050 * gdb.linespec/keywords.c: New file.
19051 * gdb.linespec/keywords.exp: New file.
19052
19053 2015-03-23 Keith Seitz <keiths@redhat.com>
19054
19055 PR gdb/18021
19056 * gdb.dwarf2/staticvirtual.exp: New test.
19057
19058 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
19059
19060 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
19061 * README: Remove HP-UX and gdb.hp.
19062 (configuration):
19063 * configure: Regenerate.
19064 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
19065 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
19066 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
19067 gdb.hp/gdb.defects/Makefile.
19068 * gdb.hp/Makefile.in: File deleted.
19069 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
19070 * gdb.hp/gdb.aCC/optimize.c: File deleted.
19071 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
19072 * gdb.hp/gdb.aCC/run.c: File deleted.
19073 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
19074 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
19075 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
19076 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
19077 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
19078 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
19079 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
19080 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
19081 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
19082 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
19083 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
19084 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
19085 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
19086 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
19087 * gdb.hp/gdb.base-hp/reg.s: File deleted.
19088 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
19089 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
19090 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
19091 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
19092 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
19093 * gdb.hp/gdb.compat/Makefile.in: File deleted.
19094 * gdb.hp/gdb.compat/average.c: File deleted.
19095 * gdb.hp/gdb.compat/sum.c: File deleted.
19096 * gdb.hp/gdb.compat/xdb.c: File deleted.
19097 * gdb.hp/gdb.compat/xdb0.c: File deleted.
19098 * gdb.hp/gdb.compat/xdb0.h: File deleted.
19099 * gdb.hp/gdb.compat/xdb1.c: File deleted.
19100 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
19101 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
19102 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
19103 * gdb.hp/gdb.defects/Makefile.in: File deleted.
19104 * gdb.hp/gdb.defects/bs14602.c: File deleted.
19105 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
19106 * gdb.hp/gdb.defects/solib-d.c: File deleted.
19107 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
19108 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
19109 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
19110 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
19111 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
19112 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
19113 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
19114 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
19115 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
19116 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
19117 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
19118 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
19119 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
19120 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
19121 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
19122 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
19123 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
19124 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
19125 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
19126 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
19127 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
19128 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
19129 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
19130 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
19131 * gdb.hp/tools/odump: File deleted.
19132
19133 2015-03-19 Pedro Alves <palves@redhat.com>
19134
19135 * gdb.threads/continue-pending-status.exp (saw_thread_2)
19136 (saw_thread_3): New globals.
19137 (top level): Increment them when an event for the corresponding
19138 thread is seen.
19139 (no thread starvation): New test.
19140
19141 2015-03-19 Pedro Alves <palves@redhat.com>
19142
19143 * gdb.threads/continue-pending-status.c: New file.
19144 * gdb.threads/continue-pending-status.exp: New file.
19145
19146 2015-03-18 Pedro Alves <palves@redhat.com>
19147
19148 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
19149 Use gdb_is_target_remote instead of is_remote. Use
19150 gdb_test_multiple instead of gdb_expect. Exit early if
19151 gdb_test_multiple hits its internal matches. Tighten stepi tests
19152 expected output. Fail on exit with any signal, instead of just
19153 SIGILL.
19154
19155 2015-03-18 Yao Qi <yao.qi@linaro.org>
19156
19157 PR tdep/18107
19158 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
19159 variable.
19160 * gdb.base/catch-syscall.exp: Don't skip it on
19161 aarch64*-*-linux* target. Remove elements in all_syscalls.
19162 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
19163 target.
19164 (setup_all_syscalls): New proc.
19165
19166 2015-03-16 Yao Qi <yao.qi@linaro.org>
19167
19168 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
19169 (top level): Skip tests if valid_addr_p returns false for
19170 $cmd1 or $cmd2.
19171
19172 2015-03-11 Andy Wingo <wingo@igalia.com>
19173
19174 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
19175
19176 2015-03-11 Yao Qi <yao.qi@linaro.org>
19177
19178 * gdb.base/catch-syscall.exp: Fix typo in comments.
19179
19180 2015-03-11 Yao Qi <yao.qi@linaro.org>
19181
19182 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
19183
19184 2015-03-09 Pedro Alves <palves@redhat.com>
19185
19186 * dg-extract-results.py: Delete.
19187
19188 2015-03-09 Pedro Alves <palves@redhat.com>
19189
19190 Merge dg-extract-results.sh from GCC upstream (r218843).
19191
19192 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
19193 * dg-extract-results.sh: Use --text with grep to avoid issues with
19194 binary files. Fall back to cat -v, if that doesn't work.
19195
19196 2015-03-05 Pedro Alves <palves@redhat.com>
19197
19198 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
19199
19200 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
19201
19202 * lib/mi-support.exp (mi_expect_interrupt): Accept
19203 alternative event for when in all-stop mode.
19204
19205 2015-03-04 Pedro Alves <palves@redhat.com>
19206
19207 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
19208
19209 2015-03-04 Mark Kettenis <kettenis@gnu.org>
19210
19211 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
19212
19213 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
19214
19215 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
19216 regexps for GDB's current line display, accept a hex address
19217 preceding the line number.
19218
19219 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
19220
19221 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
19222 the 'arch1' variable for "s390*-linux*" targets.
19223
19224 2015-03-04 Pedro Alves <palves@redhat.com>
19225
19226 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
19227 (main): Pass missing retval argument to pthread_join call.
19228
19229 2015-03-02 Pedro Alves <palves@redhat.com>
19230
19231 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
19232 (top level): Call do_test with non-stop as well.
19233
19234 2015-03-02 Pedro Alves <palves@redhat.com>
19235
19236 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
19237 -1.
19238
19239 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
19240
19241 * gdb.arch/s390-vregs.exp: New test.
19242 * gdb.arch/s390-vregs.S: New file.
19243
19244 2015-02-27 Pedro Alves <palves@redhat.com>
19245
19246 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
19247 call to catch_command_errors.
19248 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
19249 catch_command_errors.
19250
19251 2015-02-27 Pedro Alves <palves@redhat.com>
19252
19253 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
19254 "true" for boolean result.
19255 * gdb.gdb/selftest.exp (test_with_self): Also accept full
19256 prototype of main.
19257
19258 2015-02-27 Pedro Alves <palves@redhat.com>
19259
19260 * lib/unbuffer_output.c: New file.
19261 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
19262 (main): Call gdb_unbuffer_output.
19263
19264 2015-02-27 Yao Qi <yao.qi@linaro.org>
19265
19266 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
19267 target.
19268
19269 2015-02-26 Doug Evans <dje@google.com>
19270
19271 * gdb.cp/class2.cc (Dbase, D): New classes.
19272 (main): New local delta.
19273 * gdb.cp/class2.exp: Test printing delta.
19274 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
19275 (dynbar): New global.
19276 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
19277
19278 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
19279
19280 * gdb.compile/compile-ifunc.c: New file.
19281 * gdb.compile/compile-ifunc.exp: New file.
19282
19283 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
19284
19285 * gdb.base/structs.exp: Check for correct struct on finish.
19286
19287 2015-02-26 Yao Qi <yao.qi@linaro.org>
19288
19289 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
19290 is zero.
19291
19292 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
19293
19294 * gdb.arch/cordic.ko.bz2: New file.
19295 * gdb.arch/cordic.ko.debug.bz2: New file.
19296 * gdb.arch/ppc64-symtab-cordic.exp: New file.
19297
19298 2015-02-25 Yao Qi <yao.qi@linaro.org>
19299
19300 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
19301 aarch64*-*-* target.
19302
19303 2015-02-23 Pedro Alves <palves@redhat.com>
19304
19305 * lib/gdb.exp (delete_breakpoints): Rewrite using
19306 gdb_test_multiple.
19307
19308 2015-02-23 Pedro Alves <palves@redhat.com>
19309
19310 * gdb.base/info-os.c: Include stdlib.h.
19311
19312 2015-02-22 Doug Evans <xdje42@gmail.com>
19313
19314 PR symtab/17855
19315 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
19316 is read after symbols have been re-read.
19317 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
19318 * gdb.ada/exec_changed/second.adb (Second): Ditto.
19319
19320 2015-02-21 Doug Evans <dje@google.com>
19321
19322 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
19323
19324 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19325
19326 PR corefiles/17808
19327 * gdb.arch/i386-biarch-core.core.bz2: New file.
19328 * gdb.arch/i386-biarch-core.exp: New file.
19329
19330 2015-02-21 Pedro Alves <palves@redhat.com>
19331
19332 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
19333 runto_main fails.
19334
19335 2015-02-20 Pedro Alves <palves@redhat.com>
19336
19337 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
19338 info probes.
19339
19340 2015-02-20 Pedro Alves <palves@redhat.com>
19341
19342 * gdb.threads/multi-create-ns-info-thr.exp: New file.
19343
19344 2015-02-20 Pedro Alves <palves@redhat.com>
19345
19346 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
19347 clean_restart before gdb_target_supports_trace.
19348
19349 2015-02-20 Pedro Alves <palves@redhat.com>
19350
19351 PR threads/18006
19352 * gdb.threads/clone-thread_db.c: New file.
19353 * gdb.threads/clone-thread_db.exp: New file.
19354
19355 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
19356
19357 PR breakpoints/16812
19358 * gdb.base/catch-gdb-caused-signals.c: New file.
19359 * gdb.base/catch-gdb-caused-signals.exp: New file.
19360
19361 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
19362
19363 * configure: Regenerated.
19364 * configure.ac: Use GDB_AC_TRANSFORM.
19365 * aclocal.m4: sinclude ../transform.m4.
19366
19367 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
19368
19369 * lib/dtrace.exp: New file.
19370 * gdb.base/dtrace-probe.exp: Likewise.
19371 * gdb.base/dtrace-probe.d: Likewise.
19372 * gdb.base/dtrace-probe.c: Likewise.
19373 * lib/pdtrace.in: Likewise.
19374 * configure.ac: Output variables with the transformed names of
19375 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
19376 * configure: Regenerated.
19377
19378 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
19379
19380 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
19381 expected message when trying to access $_probe_* convenience
19382 variables while not on a probe.
19383
19384 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
19385
19386 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
19387
19388 2015-02-11 Pedro Alves <pedro@codesourcery.com>
19389
19390 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
19391 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
19392
19393 2015-02-10 Doug Evans <xdje42@gmail.com>
19394
19395 * lib/gdb.exp (gdb_load): Always return a result.
19396
19397 2015-02-10 Pedro Alves <palves@redhat.com>
19398
19399 * gdb.threads/signal-sigtrap.c: New file.
19400 * gdb.threads/signal-sigtrap.exp: New file.
19401
19402 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
19403
19404 * gdb.trace/no-attach-trace.c: New file.
19405 * gdb.trace/no-attach-trace.exp: New file.
19406
19407 2015-02-09 Mark Wielaard <mjw@redhat.com>
19408
19409 * gdb.dwarf2/atomic.c: New file.
19410 * gdb.dwarf2/atomic-type.exp: Likewise.
19411
19412 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
19413
19414 * gdb.btrace/buffer-size.exp: Update "info record" output.
19415 * gdb.btrace/delta.exp: Update "info record" output.
19416 * gdb.btrace/enable.exp: Update "info record" output.
19417 * gdb.btrace/finish.exp: Update "info record" output.
19418 * gdb.btrace/instruction_history.exp: Update "info record" output.
19419 * gdb.btrace/next.exp: Update "info record" output.
19420 * gdb.btrace/nexti.exp: Update "info record" output.
19421 * gdb.btrace/step.exp: Update "info record" output.
19422 * gdb.btrace/stepi.exp: Update "info record" output.
19423 * gdb.btrace/nohist.exp: Update "info record" output.
19424
19425 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
19426
19427 * gdb.btrace/buffer-size: New.
19428
19429 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
19430
19431 * gdb.btrace/delta.exp: Update "info record" output.
19432 * gdb.btrace/enable.exp: Update "info record" output.
19433 * gdb.btrace/finish.exp: Update "info record" output.
19434 * gdb.btrace/instruction_history.exp: Update "info record" output.
19435 * gdb.btrace/next.exp: Update "info record" output.
19436 * gdb.btrace/nexti.exp: Update "info record" output.
19437 * gdb.btrace/step.exp: Update "info record" output.
19438 * gdb.btrace/stepi.exp: Update "info record" output.
19439 * gdb.btrace/nohist.exp: Update "info record" output.
19440
19441 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
19442
19443 PR gdb/15678
19444 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
19445
19446 2015-02-06 Pedro Alves <palves@redhat.com>
19447
19448 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
19449 macro.
19450 (seconds_left, again): New globals.
19451 (main): Wait seconds_left in a 1-second sleep loop instead of
19452 sleeping 180 seconds. If 'again' is set, reset the seconds
19453 counter.
19454 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
19455 'again' in the inferior before detaching. Print the seconds left.
19456 (options): New global.
19457 (top level): Build program with -DTIMEOUT=$timeout.
19458
19459 2015-02-06 Pedro Alves <palves@redhat.com>
19460
19461 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
19462 determine how many seconds to pass to 'alarm'.
19463 * gdb.base/gdb-sigterm.exp (top level): Build program with
19464 -DTIMEOUT=$timeout.
19465 (do_test): Return success/failure indication. Add more verbose
19466 logging. Don't fail if 200 single steps are seen. Instead, fail
19467 when the test times out.
19468 (passes): New global.
19469 (top level): Break the testing loop if testing fails on any
19470 iteration. Use gdb_assert.
19471
19472 2015-02-04 Don Breazeal <donb@codesourcery.com>
19473
19474 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
19475 and initialize them.
19476 (ipc_cleanup): New function.
19477 (main): Don't declare shmid, semid, and msqid. Add a call to
19478 atexit so that we call ipc_cleanup on exit.
19479
19480 2015-02-04 Pedro Alves <palves@redhat.com>
19481
19482 * boards/native-extended-gdbserver.exp: Remove any target variant
19483 specifications from the board name before clearing the isremote
19484 flag from board_info.
19485
19486 2015-01-31 Doug Evans <xdje42@gmail.com>
19487
19488 * gdb.base/maint.exp <maint print type argc>: Update expected output.
19489
19490 2015-01-31 Gary Benson <gbenson@redhat.com>
19491
19492 * gdb.base/completion.exp: Disable completion limiting for
19493 existing tests. Add new tests to check completion limiting.
19494 * gdb.linespec/ls-errs.exp: Disable completion limiting.
19495
19496 2015-01-31 Doug Evans <xdje42@gmail.com>
19497
19498 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
19499
19500 2015-01-31 Doug Evans <xdje42@gmail.com>
19501
19502 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
19503 entries. Duplicate file section script entries.
19504 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
19505 inlined entries. Add test for safe-path rejection.
19506 * gdb.python/py-section-script.c: Add duplicate inlined section script
19507 entries. Duplicate file section script entries.
19508 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
19509 inlined entries. Add test for safe-path rejection.
19510
19511 2015-01-29 Joel Brobecker <brobecker@adacore.com>
19512
19513 * gdb.ada/disc_arr_bound: New testcase.
19514
19515 2015-01-29 Joel Brobecker <brobecker@adacore.com>
19516
19517 * gdb.ada/mi_var_array: New testcase.
19518
19519 2015-01-27 Doug Evans <dje@google.com>
19520
19521 * gdb.python/py-objfile.exp: Add tests for objfile.username.
19522 Add test for objfile.filename, objfile.username after objfile
19523 has been unloaded.
19524
19525 2015-01-26 Joel Brobecker <brobecker@adacore.com>
19526
19527 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
19528 the second test to print the name attribute of value
19529 returned by the call to gdb.lookup_type, and adjust
19530 the expected output accordingly.
19531
19532 2015-01-25 Mark Wielaard <mjw@redhat.com>
19533
19534 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
19535 * gdb.base/disp-step-fork.c: Include unistd.h.
19536 * gdb.base/siginfo-obj.c: Include stdio.h.
19537 * gdb.base/siginfo-thread.c: Likewise.
19538 * gdb.mi/non-stop.c: Include unistd.h.
19539 * gdb.mi/nsthrexec.c: Include stdio.h.
19540 * gdb.mi/pthreads.c: Include unistd.h.
19541 * gdb.modula2/unbounded1.c (main): Declare returns int.
19542 * gdb.reverse/consecutive-reverse.c: Likewise.
19543 * gdb.threads/create-fail.c: Include unistd.h.
19544 * gdb.threads/killed.c: Likewise.
19545 * gdb.threads/linux-dp.c: Likewise.
19546 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
19547 * gdb.threads/non-ldr-exc-2.c: Likewise.
19548 * gdb.threads/non-ldr-exc-3.c: Likewise.
19549 * gdb.threads/non-ldr-exc-4.c: Likewise.
19550 * gdb.threads/pthreads.c: Include unistd.h.
19551 (main): Declare returns int.
19552 * gdb.threads/tls-main.c (foo): New declaration.
19553 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
19554
19555 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
19556
19557 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
19558 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
19559
19560 2015-01-15 Mark Wielaard <mjw@redhat.com>
19561
19562 * gdb.base/noreturn-return.c: New file.
19563 * gdb.base/noreturn-return.exp: New file.
19564 * gdb.base/noreturn-finish.c: New file.
19565 * gdb.base/noreturn-finish.exp: New file.
19566
19567 2015-01-23 Pedro Alves <palves@redhat.com>
19568
19569 * gdb.threads/continue-pending-after-query.c: New file.
19570 * gdb.threads/continue-pending-after-query.exp: New file.
19571
19572 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
19573 Simon Marchi <simon.marchi@ericsson.com>
19574
19575 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
19576 * gdb.base/valgrind-db-attach.exp: Same.
19577 * gdb.base/valgrind-infcall.exp: Same.
19578 * lib/mi-support.exp (default_mi_gdb_start): Same.
19579 * lib/prompt.exp (default_prompt_gdb_start): Same.
19580 * lib/gdb.exp (default_gdb_spawn): Same.
19581 (gdb_interact): New.
19582
19583
19584 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
19585
19586 * gdb.compile/compile.exp (pointer to jit function): New test.
19587
19588 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
19589
19590 * lib/gdb.exp (supports_process_record): Return true for
19591 powerpc*-*-linux*.
19592 (supports_reverse): Likewise.
19593
19594 2015-01-15 Don Breazeal <donb@codesourcery.com>
19595
19596 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
19597 instead of checking whether the target board is remote and
19598 use spawn_wait_for_attach instead of exec/sleep.
19599 * gdb.base/attach-twice.exp: Likewise.
19600
19601 2015-01-15 Joel Brobecker <brobecker@adacore.com>
19602
19603 * gdb.ada/var_arr_attrs: New testcase.
19604
19605 2015-01-14 Pedro Alves <palves@redhat.com>
19606 Joel Brobecker <brobecker@adacore.com>
19607
19608 PR gdb/17525
19609 * gdb.base/bp-cmds-execution-x-script.c: New file.
19610 * gdb.base/bp-cmds-execution-x-script.exp: New file.
19611 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
19612
19613 2015-01-14 Pedro Alves <palves@redhat.com>
19614
19615 PR cli/17828
19616 * gdb.base/batch-preserve-term-settings.c: New file.
19617 * gdb.base/batch-preserve-term-settings.exp: New file.
19618
19619 2015-01-13 Doug Evans <dje@google.com>
19620
19621 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
19622 binary.
19623
19624 2015-01-13 Joel Brobecker <brobecker@adacore.com>
19625
19626 * Makefile.in (clean mostlyclean): Do not delete *.py.
19627
19628 2015-01-13 Joel Brobecker <brobecker@adacore.com>
19629
19630 * gdb.python/py-lookup-type.exp: New file.
19631
19632 2015-01-12 Pedro Alves <palves@redhat.com>
19633
19634 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
19635 restore GDBFLAGS before returning.
19636
19637 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
19638
19639 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
19640 is_amd64_regs_target and is_x86_like_target.
19641
19642 2015-01-11 Doug Evans <xdje42@gmail.com>
19643
19644 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
19645 is given without an explicit form.
19646 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
19647 attributes.
19648 * gdb.dwarf/corrupt.exp: Ditto.
19649 * gdb.dwarf2/enum-type.exp: Ditto.
19650 * gdb.trace/entry-values.exp: Ditto.
19651 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
19652
19653 2015-01-11 Doug Evans <xdje42@gmail.com>
19654
19655 PR gdb/15830
19656 * gdb.base/maint.exp: Remove references to "maint demangle".
19657 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
19658 Add tests for explicitly specifying language to demangle.
19659 * gdb.dlang/demangle.exp: Ditto.
19660
19661 2015-01-09 Pedro Alves <palves@redhat.com>
19662
19663 * gdb.threads/non-stop-fair-events.c: New file.
19664 * gdb.threads/non-stop-fair-events.exp: New file.
19665
19666 2015-01-09 Pedro Alves <palves@redhat.com>
19667
19668 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
19669 the global scope. Set a breakpoint after all threads are started
19670 rather than stepping over two source lines. Expect the prompt.
19671 * gdb.base/watch_thread_num.c (threads_started_barrier): New
19672 global.
19673 (NUM): Now 15.
19674 (main): Use threads_started_barrier to wait for all threads to
19675 start. Main thread no longer calls thread_function. Exit after
19676 180 seconds.
19677 (loop): New function.
19678 (thread_function): Wait on threads_started_barrier barrier. Call
19679 'loop' at each iteration.
19680 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
19681 threads have started, instead of hardcoding number of "next"
19682 steps. Use an access watchpoint instead of a write watchpoint.
19683
19684 2015-01-09 Pedro Alves <palves@redhat.com>
19685
19686 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
19687 (thread_func): Wait on barrier.
19688 (main): Wait for all threads to start before stopping GDB.
19689 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
19690 global.
19691 (thread1_func, thread2_func): Wait on barrier.
19692 (main): Wait for all threads to start before stopping GDB.
19693 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
19694 New global.
19695 (thread1_func, thread2_func): Wait on barrier.
19696 (main): Wait for all threads to start before stopping GDB.
19697
19698 2015-01-09 Pedro Alves <palves@redhat.com>
19699
19700 * gdb.threads/attach-many-short-lived-threads.c: New file.
19701 * gdb.threads/attach-many-short-lived-threads.exp: New file.
19702
19703 2014-01-09 Pedro Alves <palves@redhat.com>
19704
19705 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
19706 instead of to thread 2.
19707 * gdb.threads/signal-command-multiple-signals-pending.c (main):
19708 Add barrier around each pthread_create call instead of around all
19709 calls.
19710 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
19711 Set a break on thread_function and have the child threads hit it
19712 one at at a time.
19713
19714 2015-01-09 Pedro Alves <palves@redhat.com>
19715
19716 * lib/gdb.exp (can_spawn_for_attach): New procedure.
19717 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
19718 false.
19719 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
19720 checking whether the target board is remote.
19721 * gdb.multi/multi-attach.exp: Likewise.
19722 * gdb.python/py-sync-interp.exp: Likewise.
19723 * gdb.server/ext-attach.exp: Likewise.
19724 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
19725 tests that need to attach, instead of checking whether the target
19726 board is remote at the top of the file.
19727
19728 2015-01-08 Yao Qi <yao@codesourcery.com>
19729
19730 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
19731
19732 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
19733
19734 Fix testcase compilation.
19735 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
19736
19737 2015-01-06 Joel Brobecker <brobecker@adacore.com>
19738
19739 * gdb.python/py-type.exp: Add a couple test about empty
19740 array creation, and negative-length array creation.
19741
19742 2015-01-02 Doug Evans <xdje42@gmail.com>
19743
19744 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
19745
19746 2015-01-02 Doug Evans <dje@google.com>
19747
19748 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
19749
19750 2014-12-29 Yao Qi <yao@codesourcery.com>
19751
19752 * gdb.trace/entry-values.exp: Update comments. Rename variable
19753 bar_call_foo to returned_from_foo.
19754
19755 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
19756
19757 PR gdb/17394
19758 * gdb.linespec/break-asm-file.c: New file.
19759 * gdb.linespec/break-asm-file.exp: New file.
19760 * gdb.linespec/break-asm-file0.s: New file.
19761 * gdb.linespec/break-asm-file1.s: New file.
19762
19763 2014-12-18 Nigel Stephens <nigel@mips.com>
19764 Maciej W. Rozycki <macro@codesourcery.com>
19765
19766 * gdb.base/float.exp: Handle the new output from "info float" on
19767 MIPS targets.
19768
19769 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
19770
19771 Fix MinGW compilation.
19772 * gdb.compile/compile-ops.exp: Update untested message if
19773 !skip_compile_feature_tests.
19774 * gdb.compile/compile-setjmp.exp: Likewise.
19775 * gdb.compile/compile-tls.exp: Likewise.
19776 * gdb.compile/compile.exp: Likewise.
19777 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
19778 supported on this host".
19779
19780 2014-12-16 Doug Evans <xdje42@gmail.com>
19781
19782 * boards/stabs.exp: New file.
19783
19784 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
19785
19786 * gdb.base/completion.exp: Adjust to format changes of "maint
19787 print user-registers".
19788
19789 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
19790
19791 PR server/17457
19792 * gdb.arch/aarch64-fp.c: New file.
19793 * gdb.arch/aarch64-fp.exp: New file.
19794
19795 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
19796
19797 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
19798 r210637, r210913, r211666, r215400, r215817).
19799
19800 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
19801 * dg-extract-results.py: New file.
19802 * dg-extract-results.sh: Use it if the environment seems
19803 suitable.
19804
19805 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
19806
19807 * dg-extract-results.py (parse_run): Handle warnings that
19808 are printed before a test harness is run.
19809
19810 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
19811
19812 * dg-extract-results.py (Named): Remove __cmp__ method.
19813 (output_variation): Use a key to sort variation.harnesses.
19814
19815 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
19816
19817 * dg-extract-results.py: For Python 3, force sys.stdout to
19818 handle surrogate escape sequences.
19819 (safe_open): New function.
19820 (output_segment, main): Use it.
19821
19822 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
19823
19824 * dg-extract-results.py (Prog.result_re): Include options
19825 in test name.
19826
19827 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
19828
19829 * dg-extract-results.py (output_variation): Always sort if
19830 do_sum.
19831
19832 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
19833
19834 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
19835 as long as we get pagination notifications.
19836
19837 2014-12-15 Jason Merrill <jason@redhat.com>
19838
19839 * Makefile.in (check-gdb.%): Restore.
19840 * README: Mention it.
19841
19842 2014-12-13 Joel Brobecker <brobecker@adacore.com>
19843
19844 * gdb.ada/str_uninit: New testcase.
19845
19846 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
19847
19848 PR symtab/17642
19849 * gdb.base/vla-stub-define.c: New file.
19850 * gdb.base/vla-stub.c: New file.
19851 * gdb.base/vla-stub.exp: New file.
19852
19853 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
19854 Jan Kratochvil <jan.kratochvil@redhat.com>
19855 Tom Tromey <tromey@redhat.com>
19856
19857 * configure.ac: Add gdb.compile/.
19858 * configure: Regenerate.
19859 * gdb.compile/Makefile.in: New file.
19860 * gdb.compile/compile-ops.exp: New file.
19861 * gdb.compile/compile-ops.c: New file.
19862 * gdb.compile/compile-tls.c: New file.
19863 * gdb.compile/compile-tls.exp: New file.
19864 * gdb.compile/compile-constvar.S: New file.
19865 * gdb.compile/compile-constvar.c: New file.
19866 * gdb.compile/compile-mod.c: New file.
19867 * gdb.compile/compile-nodebug.c: New file.
19868 * gdb.compile/compile-setjmp-mod.c: New file.
19869 * gdb.compile/compile-setjmp.c: New file.
19870 * gdb.compile/compile-setjmp.exp: New file.
19871 * gdb.compile/compile-shlib.c: New file.
19872 * gdb.compile/compile.c: New file.
19873 * gdb.compile/compile.exp: New file.
19874 * lib/gdb.exp (skip_compile_feature_tests): New proc.
19875
19876 2014-12-12 Tom Tromey <tromey@redhat.com>
19877
19878 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
19879 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
19880
19881 2014-12-12 Doug Evans <dje@google.com>
19882
19883 * lib/gdb-python.exp (get_python_valueof): New function.
19884 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
19885
19886 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19887
19888 * gdb.base/completion.exp: Add test for completion of "info
19889 registers ".
19890
19891 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
19892
19893 * gdb.base/func-ptrs.c: New file.
19894 * gdb.base/func-ptrs.exp: New file.
19895
19896 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
19897
19898 PR breakpoints/17012
19899 * gdb.base/dprintf-detach.c: New file.
19900 * gdb.base/dprintf-detach.exp: New file.
19901
19902 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
19903
19904 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
19905 * lib/gdb.exp (target_is_gdbserver): New procedure.
19906
19907 2014-12-08 Doug Evans <dje@google.com>
19908
19909 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
19910
19911 2014-12-05 Yao Qi <yao@codesourcery.com>
19912
19913 * gdb.guile/scm-error.exp: Remove the third argument to
19914 gdb_remote_download.
19915 * gdb.guile/scm-frame-args.exp: Likewise.
19916 * gdb.guile/scm-section-script.exp: Likewise.
19917
19918 2014-12-05 Yao Qi <yao@codesourcery.com>
19919
19920 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
19921
19922 2014-12-04 Doug Evans <dje@google.com>
19923
19924 * gdb.python/py-objfile.exp: Add tests for
19925 objfile.add_separate_debug_file.
19926
19927 2014-12-04 Doug Evans <dje@google.com>
19928
19929 * lib/gdb.exp (get_build_id): New function.
19930 (build_id_debug_filename_get): Rewrite to use it.
19931 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
19932
19933 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
19934
19935 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
19936 `method(long)', not just 0x0.
19937 * gdb.cp/nsalias.exp: Align code labels to 4.
19938 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
19939 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
19940 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
19941 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
19942 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
19943 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
19944
19945 2014-12-02 Doug Evans <dje@google.com>
19946
19947 PR symtab/17602
19948 * gdb.cp/anon-ns.cc: Move guts of this file to ...
19949 * gdb.cp/anon-ns2.cc: ... here. New file.
19950 * gdb.cp/anon-ns.exp: Update.
19951
19952 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
19953
19954 * gdb.python/py-events.py (inferior_call_handler): New.
19955 (register_changed_handler, memory_changed_handler): New.
19956 (test_events.invoke): Register new handlers.
19957 * gdb.python/py-events.exp: Add tests for inferior call,
19958 memory_changed and register_changed events.
19959
19960 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
19961
19962 * gdb.base/execl-update-breakpoints.exp: Specify the link address
19963 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
19964 if the linker doesn't understand this.
19965
19966 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
19967
19968 * gdb.python/python.exp: Change expected reply to help().
19969
19970 2014-12-01 Yao Qi <yao@codesourcery.com>
19971
19972 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
19973 AC_CONFIG_SUBDIRS(gdb.gdbtk).
19974 * configure: Re-generated.
19975
19976 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
19977
19978 * gdb.cp/chained-calls.cc: New file.
19979 * gdb.cp/chained-calls.exp: New file.
19980 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
19981
19982 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
19983
19984 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
19985 * gdb.dwarf2/symtab-producer.exp: Same.
19986 * gdb.gdb/python-interrupts.exp: Same.
19987 * gdb.gdb/python-selftest.exp: Same.
19988 * gdb.python/py-linetable.exp: Same.
19989 * gdb.python/py-type.exp: Same.
19990 * gdb.python/py-value-cc.exp: Same.
19991 * gdb.python/py-value.exp: Same.
19992
19993 2014-11-28 Yao Qi <yao@codesourcery.com>
19994
19995 * gdb.base/break-probes.exp: Match library name prefixed with
19996 sysroot.
19997
19998 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
19999
20000 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
20001 test expected output. Add parentheses for the call to print.
20002 Remove L suffix from integers.
20003
20004 2014-11-26 Doug Evans <dje@google.com>
20005
20006 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
20007
20008 2014-11-22 Yao Qi <yao@codesourcery.com>
20009
20010 * gdb.trace/entry-values.c: Remove asms.
20011 (foo): Add foo_label.
20012 (bar): Add bar_label.
20013 * gdb.trace/entry-values.exp: Remove code computing foo's
20014 length and bar's length.
20015 (Dwarf::assemble): Invoke function_range for bar and use
20016 MACRO_AT_func for foo.
20017
20018 2014-11-22 Yao Qi <yao@codesourcery.com>
20019
20020 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
20021 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
20022 Use .Lgcc43_procstart instead of gcc43.
20023
20024 2014-11-21 Joel Brobecker <brobecker@adacore.com>
20025
20026 * gdb.ada/n_arr_bound: New testcase.
20027
20028 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
20029
20030 PR breakpoints/10737
20031 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
20032 test_catch_syscall_multi_arch.
20033 (test_catch_syscall_multi_arch): New function.
20034
20035 2014-11-20 Doug Evans <xdje42@gmail.com>
20036
20037 * gdb.base/maint.exp: Update expected output.
20038
20039 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
20040
20041 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
20042 4-byte instruction on S390.
20043
20044 2014-11-19 Joel Brobecker <brobecker@adacore.com>
20045
20046 * gdb.ada/arr_arr: New testcase.
20047
20048 2014-11-19 Joel Brobecker <brobecker@adacore.com>
20049
20050 * gdb.ada/pkd_arr_elem: New Testcase.
20051
20052 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
20053
20054 * gdb.reverse/break-precsave: Expect completion message for
20055 core file reads.
20056 * gdb.reverse/consecutive-precsave.exp: Likewise.
20057 * gdb.reverse/finish-precsave.exp: Likewise.
20058 * gdb.reverse/i386-precsave.exp: Likewise.
20059 * gdb.reverse/machinestate-precsave.exp: Likewise.
20060 * gdb.reverse/sigall-precsave.exp: Likewise.
20061 * gdb.reverse/solib-precsave.exp: Likewise.
20062 * gdb.reverse/step-precsave.exp: Likewise.
20063 * gdb.reverse/until-precsave.exp: Likewise.
20064 * gdb.reverse/watch-precsave.exp: Likewise.
20065
20066 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
20067
20068 * gdb.base/bp-permanent.c: Include unistd.h.
20069 * gdb.python/py-framefilter-mi.c (main): Add return type.
20070 * gdb.python/py-framefilter.c (main): Likewise.
20071 * gdb.trace/actions-changed.c (main): Likewise.
20072
20073 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
20074
20075 * gdb.mi/until.c: Add eye-catchers.
20076 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
20077 line numbers.
20078
20079 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
20080
20081 * gdb.base/condbreak.exp: Drop references to removed non-prototype
20082 function header variants in break1.c.
20083 * gdb.base/ena-dis-br.exp: Likewise.
20084 * gdb.base/hbreak2.exp: Likewise.
20085 * gdb.reverse/until-precsave.exp: Drop references to removed
20086 non-prototype function header variants in ur1.c.
20087 * gdb.reverse/until-reverse.exp: Likewise.
20088
20089 2014-11-17 Petr Machata <pmachata@redhat.com>
20090
20091 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
20092 ${_cu_offset_size} bytes abbrev offset.
20093
20094 2014-11-15 Doug Evans <xdje42@gmail.com>
20095
20096 PR symtab/17559
20097 * gdb.base/line-symtabs.exp: New file.
20098 * gdb.base/line-symtabs.c: New file.
20099 * gdb.base/line-symtabs.h: New file.
20100
20101 2014-11-14 Yao Qi <yao@codesourcery.com>
20102
20103 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
20104 (func): Add label func_label.
20105 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
20106 Replace low_pc and high_pc with MACRO_AT_range.
20107 Replace name, low_pc and high_pc with MACRO_AT_func.
20108
20109 2014-11-14 Yao Qi <yao@codesourcery.com>
20110
20111 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
20112 Replace name, low_pc and high_pc with MACRO_AT_func.
20113
20114 2014-11-14 Yao Qi <yao@codesourcery.com>
20115
20116 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
20117 produce debug information.
20118 * gdb.dwarf2/implptr-optimized-out.S: Removed.
20119
20120 2014-11-14 Yao Qi <yao@codesourcery.com>
20121
20122 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
20123 object and get function length.
20124 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
20125 with MACRO_AT_func.
20126 (top-level): Replace gdb_compile and clean_restart with
20127 prepare_for_testing.
20128 * gdb.dwarf2/main.c (main): Add label main_label.
20129
20130 2014-11-14 Yao Qi <yao@codesourcery.com>
20131
20132 * lib/dwarf.exp (function_range): New procedure.
20133 (Dwarf::_handle_macro_at_func): New procedure.
20134 (Dwarf::_handle_macro_at_range): New procedure.
20135 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
20136
20137 2014-11-14 Yao Qi <yao@codesourcery.com>
20138
20139 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
20140 (_handle_attribute): New procedure.
20141
20142 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20143
20144 * gdb.ada/cond_lang/foo.c (callme): Add return type.
20145 * gdb.base/call-sc.c (zed): Likewise.
20146 * gdb.base/checkpoint.c (main): Likewise.
20147 * gdb.base/dump.c (main): Likewise.
20148 * gdb.base/gcore.c (main): Likewise.
20149 * gdb.base/huge.c (main): Likewise.
20150 * gdb.base/multi-forks.c (main): Likewise.
20151 * gdb.base/pr10179-a.c (main): Likewise.
20152 * gdb.base/savedregs.c (main): Likewise.
20153 * gdb.base/sigaltstack.c (main): Likewise.
20154 * gdb.base/siginfo.c (main): Likewise.
20155 * gdb.base/structs.c (zed): Likewise.
20156 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
20157 * gdb.mi/mi-syn-frame.c (main): Likewise.
20158 * gdb.mi/until.c (foo, main): Likewise.
20159 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
20160 * gdb.base/solib-weak.c (foo): Declare.
20161 * gdb.base/attach-twice.c: Include stdio.h.
20162 * gdb.base/weaklib1.c: Likewise.
20163 * gdb.base/weaklib2.c: Likewise.
20164 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
20165 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
20166 unistd.h.
20167 * gdb.base/attach-pie-misread.c: Include stdlib.h.
20168 * gdb.mi/mi-exit-code.c: Likewise.
20169 * gdb.base/break-interp-lib.c: Include string.h.
20170 * gdb.base/coremaker.c: Likewise.
20171 * gdb.base/testenv.c: Likewise.
20172 * gdb.python/py-finish-breakpoint.c: Likewise.
20173 * gdb.base/inferior-died.c: Include sys/wait.h.
20174 * gdb.base/fileio.c: Include time.h.
20175 * gdb.base/async-shell.c: Include unistd.h.
20176 * gdb.base/dprintf-non-stop.c: Likewise.
20177 * gdb.base/info-os.c: Likewise.
20178 * gdb.mi/mi-console.c: Likewise.
20179 * gdb.mi/watch-nonstop.c: Likewise.
20180 * gdb.python/py-events.c: Likewise.
20181 * gdb.base/async.c (baz): Move up before its invocation.
20182 * gdb.base/code_elim2.c (my_global_func): Likewise.
20183 * gdb.base/skip-solib-lib.c (multiply): Likewise.
20184 * gdb.base/advance.c (func2): Likewise.
20185
20186 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20187
20188 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
20189 variant.
20190 * gdb.base/annota3.c: Likewise.
20191 * gdb.base/async.c: Likewise.
20192 * gdb.base/average.c: Likewise.
20193 * gdb.base/call-ar-st.c: Likewise.
20194 * gdb.base/call-rt-st.c: Likewise.
20195 * gdb.base/call-sc.c: Likewise.
20196 * gdb.base/call-strs.c: Likewise.
20197 * gdb.base/ending-run.c: Likewise.
20198 * gdb.base/execd-prog.c: Likewise.
20199 * gdb.base/exprs.c: Likewise.
20200 * gdb.base/foll-exec.c: Likewise.
20201 * gdb.base/foll-fork.c: Likewise.
20202 * gdb.base/foll-vfork.c: Likewise.
20203 * gdb.base/funcargs.c: Likewise.
20204 * gdb.base/gcore.c: Likewise.
20205 * gdb.base/jump.c: Likewise.
20206 * gdb.base/langs0.c: Likewise.
20207 * gdb.base/langs1.c: Likewise.
20208 * gdb.base/langs2.c: Likewise.
20209 * gdb.base/mips_pro.c: Likewise.
20210 * gdb.base/nodebug.c: Likewise.
20211 * gdb.base/opaque0.c: Likewise.
20212 * gdb.base/opaque1.c: Likewise.
20213 * gdb.base/recurse.c: Likewise.
20214 * gdb.base/run.c: Likewise.
20215 * gdb.base/scope0.c: Likewise.
20216 * gdb.base/scope1.c: Likewise.
20217 * gdb.base/setshow.c: Likewise.
20218 * gdb.base/setvar.c: Likewise.
20219 * gdb.base/shmain.c: Likewise.
20220 * gdb.base/shr1.c: Likewise.
20221 * gdb.base/shr2.c: Likewise.
20222 * gdb.base/sigall.c: Likewise.
20223 * gdb.base/signals.c: Likewise.
20224 * gdb.base/so-indr-cl.c: Likewise.
20225 * gdb.base/solib2.c: Likewise.
20226 * gdb.base/structs.c: Likewise.
20227 * gdb.base/sum.c: Likewise.
20228 * gdb.base/vforked-prog.c: Likewise.
20229 * gdb.base/watchpoint.c: Likewise.
20230 * gdb.reverse/shr2.c: Likewise.
20231 * gdb.reverse/until-reverse.c: Likewise.
20232 * gdb.reverse/ur1.c: Likewise.
20233 * gdb.reverse/watch-reverse.c: Likewise.
20234
20235 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20236
20237 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
20238 variant.
20239 * gdb.base/sepdebug.exp: Drop references to removed code.
20240
20241 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20242
20243 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
20244 variant. Preserve original line numbering.
20245 * gdb.base/list1.c: Likewise.
20246
20247 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20248
20249 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
20250 variant.
20251 * gdb.base/break1.c: Likewise.
20252 * gdb.base/break.exp: Drop references to removed code.
20253
20254 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20255
20256 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
20257 variant.
20258
20259 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20260
20261 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
20262
20263 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20264
20265 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
20266 logic into perform_all_tests() and invoke it with and without
20267 function header prototypes.
20268 (do_function_calls): Remove conditional XFAIL for PR 5318.
20269 (rerun_and_prepare): Remove duplicate code.
20270 (perform_all_tests): New. Main logic moved here.
20271
20272 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20273
20274 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
20275 code guarded by #ifdef NO_PROTOTYPES.
20276 (t_double_many_args): Likewise.
20277 (DEF_FUNC_MANY_ARGS_1): Likewise.
20278 (DEF_FUNC_VALUES_1): Likewise.
20279 (t_structs_ldc): Renamed from t_structs_fc in conditional code
20280 guarded by #ifdef PROTOTYPES.
20281
20282 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20283
20284 * gdb.mi/mi-console.c: Add eye-catcher.
20285 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
20286 instead of literal line number.
20287
20288 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20289
20290 * gdb.base/shr2.c: Add eye-catcher.
20291 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
20292 line number.
20293
20294 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20295
20296 * gdb.base/jump.c: Add eye-catchers.
20297 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
20298 numbers.
20299
20300 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20301
20302 * gdb.base/execd-prog.c: Add eye-catchers.
20303 * gdb.base/foll-exec.c: Likewise.
20304 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
20305 line numbers.
20306
20307 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20308
20309 * gdb.base/ending-run.c: Add eye-catchers.
20310 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
20311 literal line numbers.
20312
20313 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20314
20315 * gdb.base/call-rt-st.c: Add eye-catchers.
20316 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
20317 literal line numbers.
20318
20319 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20320
20321 * gdb.base/call-ar-st.c: Add eye-catchers.
20322 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
20323 literal line numbers.
20324
20325 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20326
20327 * gdb.base/average.c: Add eye-catchers.
20328 * gdb.base/sum.c: Likewise.
20329 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
20330 regexps dynamically.
20331
20332 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20333
20334 * gdb.base/solib1.c: Add eye-catchers.
20335 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
20336 literal line numbers.
20337
20338 2014-11-12 Pedro Alves <palves@redhat.com>
20339
20340 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
20341 leader has exited.
20342
20343 2014-11-12 Pedro Alves <palves@redhat.com>
20344
20345 * gdb.arch/i386-bp_permanent.c: New file.
20346 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
20347 (srcfile): Set to i386-bp_permanent.c.
20348 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
20349 that stepi does not execute the 'leave' instruction, instead of
20350 testing it does execute.
20351 * gdb.base/bp-permanent.c: New file.
20352 * gdb.base/bp-permanent.exp: New file.
20353
20354 2014-11-10 Doug Evans <xdje42@gmail.com>
20355
20356 PR symtab/17564
20357 * gdb.base/symtab-search-order.exp: New file.
20358 * gdb.base/symtab-search-order.c: New file.
20359 * gdb.base/symtab-search-order-1.c: New file.
20360 * gdb.base/symtab-search-order-shlib-1.c: New file.
20361
20362 2014-11-07 Pedro Alves <palves@redhat.com>
20363
20364 PR gdb/17511
20365 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
20366 i?86-*-linux*.
20367
20368 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
20369
20370 PR c++/17494
20371 * gdb.cp/pr17494.cc: New file.
20372 * gdb.cp/pr17494.exp: New file.
20373
20374 2014-11-02 Yao Qi <yao@codesourcery.com>
20375
20376 * gdb.python/python.exp: Get working directory and match the
20377 output of "set extended-prompt \\w " with it.
20378
20379 2014-10-30 Doug Evans <dje@google.com>
20380
20381 * gdb.python/py-objfile.exp: Add tests for setting random attributes
20382 in objfiles.
20383 * gdb.python/py-progspace.exp: Add tests for setting random attributes
20384 in progspaces.
20385
20386 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
20387
20388 * gdb.base/fullpath-expand.exp: Skip for a remote host.
20389 * gdb.base/realname-expand.exp: Likewise.
20390 * gdb.linespec/macro-relative.exp: Likewise.
20391
20392 2014-10-29 Pedro Alves <palves@redhat.com>
20393
20394 PR gdb/17408
20395 * gdb.threads/schedlock.c (some_function): New function.
20396 (call_function): New global.
20397 (MAYBE_CALL_SOME_FUNCTION): New macro.
20398 (thread_function): Call it.
20399 * gdb.threads/schedlock.exp (get_args): Add description parameter,
20400 and use it instead of a global counter. Adjust all callers.
20401 (get_current_thread): Use "find current thread" for test message
20402 here rather than having all callers pass down the same string.
20403 (goto_loop): New procedure, factored out from ...
20404 (my_continue): ... this.
20405 (step_ten_loops): Change parameter from test message to command to
20406 use. Adjust.
20407 (list_count): Delete global.
20408 (check_result): New procedure, factored out from duplicate top
20409 level code.
20410 (continue tests): Wrap in with_test_prefix.
20411 (test_step): New procedure, factored out from duplicate top level
20412 code.
20413 (top level): Test "step" in combination with all scheduler-locking
20414 modes. Test "next" in combination with all scheduler-locking
20415 modes, and in combination with stepping over a function call or
20416 not.
20417 * gdb.threads/next-bp-other-thread.c: New file.
20418 * gdb.threads/next-bp-other-thread.exp: New file.
20419
20420 2014-10-29 Pedro Alves <palves@redhat.com>
20421
20422 PR python/17372
20423 * gdb.python/python.exp: Test a multi-line command that spawns
20424 interactive Python.
20425 * gdb.base/multi-line-starts-subshell.exp: New file.
20426
20427 2014-10-29 Yao Qi <yao@codesourcery.com>
20428
20429 * gdb.base/fileio.exp: Make directories on host.
20430
20431 2014-10-29 Yao Qi <yao@codesourcery.com>
20432
20433 * gdb.base/fileio.c (test_write): Close the file.
20434
20435 2014-10-28 Pedro Alves <palves@redhat.com>
20436
20437 PR gdb/12623
20438 * gdb.base/sigstep.c (no_handler): New global.
20439 (main): If 'no_handler is true, set the signal handlers to
20440 SIG_IGN.
20441 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
20442 with_sw_watch and no_handler parameters. Handle them.
20443 (top level) <stepping over handler when stopped at a breakpoint
20444 test>: Add a test axis for testing with a software watchpoint, and
20445 another for testing with the signal handler set to SIG_IGN.
20446 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
20447 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
20448
20449 2014-10-28 Pedro Alves <palves@redhat.com>
20450
20451 PR gdb/17511
20452 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
20453 * gdb.base/sigstep.exp (other_handler_location): New global.
20454 (advance): Support stepping into the signal handler, and running
20455 commands while in the handler.
20456 (in_handler_map): New global.
20457 (top level): In the advance test, add combinations for getting
20458 into the handler with stepping commands, and for running commands
20459 in the handler. Add comment descripting the advancei tests.
20460
20461 2014-10-28 Pedro Alves <palves@redhat.com>
20462
20463 * gdb.base/sigstep.exp: Use build_executable instead of
20464 prepare_for_testing.
20465 (top level): Move code that starts GDB, runs to main and creates a
20466 display to ...
20467 (restart): ... this new procedure.
20468 (top level): Move backtrace from signal handler test to ...
20469 (validate_backtrace): ... this new procedure.
20470 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
20471 with_test_prefix. Always restart GDB.
20472 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
20473 with_test_prefix. Always restart GDB. No need to delete
20474 breakpoints after the test.
20475 (test_skip_handler): Remove prefix parameter.
20476 (skip_over_handler, breakpoint_to_handler)
20477 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
20478 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
20479 restart GDB. No need to delete breakpoints after the test.
20480 (top level): Use foreach to call the test procedures with
20481 different commands.
20482
20483 2014-10-28 Pedro Alves <palves@redhat.com>
20484
20485 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
20486 instead of GNATS numbers.
20487 * gdb.base/sigbpt.exp: Likewise.
20488 * gdb.base/siginfo.exp: Likewise.
20489 * gdb.base/sigstep.exp: Likewise.
20490
20491 2014-10-27 Pedro Alves <palves@redhat.com>
20492
20493 * gdb.base/sigstep.c (dummy): New global.
20494 (main): Issue a couple writes to the new global.
20495 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
20496 procedures.
20497 (skip_over_handler): Use test_skip_handler.
20498 (top level): Call skip_over_handler for stepi and nexti too.
20499 (breakpoint_over_handler): Use test_skip_handler.
20500 (top level): Call breakpoint_over_handler for stepi and nexti too.
20501
20502 2014-10-27 Yao Qi <yao@codesourcery.com>
20503
20504 * gdb.trace/tfile.c (adjust_function_address)
20505 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
20506 function descriptor.
20507
20508 2014-10-24 Don Breazeal <donb@codesourcery.com>
20509
20510 * gdb.base/foll-fork.exp (test_follow_fork,
20511 catch_fork_child_follow): Check for updated fork messages emitted
20512 from infrun.c.
20513 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
20514 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
20515 vfork_and_exec_child_follow_through_step): Check for updated vfork
20516 messages emitted from infrun.c.
20517
20518 2014-10-24 Pedro Alves <palves@redhat.com>
20519
20520 * gdb.base/corefile.exp: Remove references to ultrix.
20521 * gdb.base/interrupt.exp: Likewise.
20522 * gdb.base/whatis.exp: Likewise.
20523 * gdb.gdb/selftest.exp: Likewise.
20524 * gdb.threads/manythreads.exp: Likewise.
20525 * gdb.threads/print-threads.exp: Likewise.
20526 * gdb.threads/pthreads.exp:: Likewise.
20527 * gdb.threads/schedlock.exp: Likewise.
20528
20529 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
20530
20531 * gdb.cp/non-trivial-retval.cc: Add a test case.
20532 * gdb.cp/non-trivial-retval.exp: Add a test.
20533
20534 2014-10-20 Yao Qi <yao@codesourcery.com>
20535
20536 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
20537 * gdb.python/py-objfile-script-gdb.py: New file.
20538 * gdb.python/py-objfile-script.exp: Update reference to
20539 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
20540 of remote_download. Remove the dest file.
20541
20542 2014-10-20 Yao Qi <yao@codesourcery.com>
20543
20544 * gdb.base/checkpoint.exp: Don't remove file copied on host.
20545 * gdb.base/step-line.exp: Likewise.
20546 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
20547 * gdb.dwarf2/dw2-basic.exp: Likewise.
20548 * gdb.dwarf2/dw2-compressed.exp: Likewise.
20549 * gdb.dwarf2/dw2-filename.exp: Likewise.
20550 * gdb.dwarf2/dw2-intercu.exp: Likewise.
20551 * gdb.dwarf2/dw2-intermix.exp: Likewise.
20552 * gdb.dwarf2/dw2-producer.exp: Likewise.
20553 * gdb.dwarf2/mac-fileno.exp: Likewise.
20554 * gdb.python/py-frame-args.exp: Likewise.
20555 * gdb.python/py-framefilter.exp: Likewise.
20556 * gdb.python/py-mi.exp: Likewise.
20557 * gdb.python/py-objfile-script.exp: Likewise
20558 * gdb.python/py-pp-integral.exp: Likewise.
20559 * gdb.python/py-pp-re-notag.exp: Likewise.
20560 * gdb.python/py-prettyprint.exp: Likewise.
20561 * gdb.python/py-section-script.exp: Likewise.
20562 * gdb.python/py-typeprint.exp: Likewise.
20563 * gdb.python/py-xmethods.exp: Likewise.
20564 * gdb.stabs/weird.exp: Likewise.
20565 * gdb.xml/tdesc-regs.exp: Likewise.
20566
20567 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
20568
20569 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
20570 (out_cu): Use addr_len for the size of addresses.
20571 (out_line): Likewise. Size DW_LNE_set_address instruction
20572 according to addr_len.
20573 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
20574 (FUNC): Add START_INSNS to definition.
20575
20576 2014-10-18 Yao Qi <yao@codesourcery.com>
20577
20578 * gdb.base/argv0-symlink.exp: Check argv[0] value if
20579 gdb_has_argv0 return true.
20580 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
20581 check [target_info exists noargs], check [gdb_has_argv0]
20582 instead.
20583 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
20584 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
20585 procedures.
20586
20587 2014-10-17 Doug Evans <dje@google.com>
20588
20589 * gdb.python/py-events.exp: Update expected output for clear_objfiles
20590 event.
20591 * gdb.python/py-events.py: Add clear_objfiles event.
20592
20593 2014-10-17 Doug Evans <dje@google.com>
20594
20595 * gdb.python/py-objfile.exp: Test progspace attribute.
20596
20597 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
20598
20599 * gdb.guile/scm-breakpoint.exp: Do not assume any
20600 directory separators when matching source file paths.
20601 * gdb.python/py-breakpoint.exp: Likewise.
20602 * gdb.reverse/break-precsave.exp: Likewise.
20603 * gdb.reverse/break-reverse.exp: Likewise.
20604 * gdb.reverse/consecutive-precsave.exp: Likewise.
20605 * gdb.reverse/finish-precsave.exp: Likewise.
20606 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
20607 * gdb.reverse/finish-reverse.exp: Likewise.
20608 * gdb.reverse/i386-precsave.exp: Likewise.
20609 * gdb.reverse/i387-env-reverse.exp: Likewise.
20610 * gdb.reverse/i387-stack-reverse.exp: Likewise.
20611 * gdb.reverse/machinestate-precsave.exp: Likewise.
20612 * gdb.reverse/machinestate.exp: Likewise.
20613 * gdb.reverse/sigall-precsave.exp: Likewise.
20614 * gdb.reverse/solib-precsave.exp: Likewise.
20615 * gdb.reverse/step-precsave.exp: Likewise.
20616 * gdb.reverse/until-precsave.exp: Likewise.
20617 * gdb.reverse/watch-precsave.exp: Likewise.
20618 * gdb.reverse/watch-reverse.exp: Likewise.
20619
20620 2014-10-17 Yao Qi <yao@codesourcery.com>
20621
20622 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
20623 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
20624
20625 2014-10-17 Pedro Alves <palves@redhat.com>
20626
20627 PR gdb/17471
20628 * gdb.base/bg-execution-repeat.c: New file.
20629 * gdb.base/bg-execution-repeat.exp: New file.
20630
20631 2014-10-17 Pedro Alves <palves@redhat.com>
20632
20633 PR gdb/17300
20634 * gdb.base/continue-all-already-running.c: New file.
20635 * gdb.base/continue-all-already-running.exp: New file.
20636
20637 2014-10-17 Pedro Alves <palves@redhat.com>
20638
20639 PR gdb/17472
20640 * gdb.base/annota-input-while-running.c: New file.
20641 * gdb.base/annota-input-while-running.exp: New file.
20642
20643 2014-10-17 Pedro Alves <palves@redhat.com>
20644
20645 * gdb.base/callfuncs.exp: emove references to osf.
20646 * gdb.base/sigall.exp: Likewise.
20647 * gdb.gdb/selftest.exp: Likewise.
20648 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
20649 * gdb.mi/non-stop.c: Likewise.
20650 * gdb.mi/pthreads.c: Likewise.
20651 * gdb.reverse/sigall-precsave.exp: Likewise.
20652 * gdb.reverse/sigall-reverse.exp: Likewise.
20653 * gdb.threads/pthreads.c: Likewise.
20654 * gdb.threads/pthreads.exp: Likewise.
20655
20656 2014-10-17 Yao Qi <yao@codesourcery.com>
20657
20658 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
20659 check 'target_info exists noargs'.
20660 (test_command_prompt_position): Likewise.
20661 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
20662 Remove "set args".
20663 (progvar_simple_while_test): Likewise.
20664 (progvar_complex_if_while_test): Likewise.
20665 (if_while_breakpoint_command_test): Likewise.
20666 (infrun_breakpoint_command_test): Likewise.
20667 (breakpoint_command_test): Likewise.
20668 (watchpoint_command_test): Likewise.
20669 (bp_deleted_in_command_test): Likewise.
20670 (temporary_breakpoint_commands): Likewise.
20671
20672 2014-10-16 Yao Qi <yao@codesourcery.com>
20673
20674 * gdb.base/remotetimeout.exp: Remove noargs checking.
20675
20676 2014-10-15 Pedro Alves <palves@redhat.com>
20677
20678 PR breakpoints/9649
20679 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
20680 * gdb.base/breakpoint-in-ro-region.exp
20681 (probe_target_hardware_step): New procedure.
20682 (top level): Probe hardware stepping and hardware breakpoint
20683 support. Test stepping through a read-only region, with both
20684 "breakpoint auto-hw" on and off and both "always-inserted" on and
20685 off.
20686
20687 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
20688
20689 * gdb.dlang/demangle.exp: Update for demangling changes.
20690
20691 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
20692
20693 * gdb.cp/non-trivial-retval.cc: Add new test cases.
20694 * gdb.cp/non-trivial-retval.exp: Add new tests.
20695
20696 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
20697
20698 PR c++/13403
20699 PR c++/15154
20700 * gdb.cp/non-trivial-retval.cc: New file.
20701 * gdb.cp/non-trivial-retval.exp: New file.
20702
20703 2014-10-15 Yao Qi <yao@codesourcery.com>
20704
20705 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
20706 remote host.
20707
20708 2014-10-15 Yao Qi <yao@codesourcery.com>
20709
20710 * gdb.python/py-symbol.exp: Match file base name if host is
20711 remote, otherwise match file name with dir name.
20712 * gdb.python/py-symtab.exp: Likewise.
20713 * gdb.python/python.exp: Likewise.
20714
20715 2014-10-15 Yao Qi <yao@codesourcery.com>
20716
20717 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
20718 pattern.
20719 * gdb.python/py-symtab.exp: Likewise.
20720 * gdb.python/python.exp: Remove trailing ".*". Fix typo
20721 locationn.
20722
20723 2014-10-14 Joel Brobecker <brobecker@adacore.com>
20724
20725 * gdb.ada/addr_arith: New testcase.
20726
20727 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
20728
20729 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
20730 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
20731 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
20732 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
20733
20734 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
20735
20736 * gdb.arch/stap-eval-lang-ada.S: Likewise.
20737 * gdb.arch/stap-eval-lang-ada.c: Likewise.
20738 * gdb.arch/stap-eval-lang-ada.exp: New file.
20739
20740 2014-10-14 Yao Qi <yao@codesourcery.com>
20741
20742 * gdb.mi/mi-var-child.c (nothing1): New function.
20743 (nothing2): New function.
20744 (do_children_tests): Set function pointers by nothing1 and
20745 nothing2.
20746 * gdb.mi/mi-var-child.exp: Step over new added statements.
20747 Update test to match the new output.
20748 * gdb.mi/var-cmd.c (nothing1): New function.
20749 (nothing2): New function.
20750 (do_children_tests): Set function pointers by nothing1 and
20751 nothing2.
20752 * gdb.mi/mi-var-display.exp: Update test to match output.
20753 Step to the line specified by $line_dct_nothing.
20754 Increase the number of lines to step.
20755
20756 2014-10-14 Yao Qi <yao@codesourcery.com>
20757
20758 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
20759 tests.
20760 * gdb.mi/mi2-var-child.exp: Likewise.
20761
20762 2014-10-13 Doug Evans <dje@google.com>
20763
20764 * gdb.python/py-objfile.exp: Change name of file name test.
20765
20766 2014-10-13 Doug Evans <dje@google.com>
20767
20768 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
20769 from the start of the CU.
20770
20771 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
20772 Yao Qi <yao@codesourcery.com>
20773
20774 Fix "save breakpoints" for "catch" command.
20775 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
20776 Remove -nonewline. Match also the added "main" line.
20777
20778 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
20779
20780 Fix "save breakpoints" for "disable $bpnum" command.
20781 * gdb.base/save-bp.c (main): Add label.
20782 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
20783
20784 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
20785
20786 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
20787
20788 2014-10-11 Yao Qi <yao@codesourcery.com>
20789
20790 * gdb.server/server-kill.exp: Execute command
20791 "set remote trace-status-packet on" before "tstatus".
20792
20793 2014-10-11 Yao Qi <yao@codesourcery.com>
20794
20795 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
20796 (main): Call getppid.
20797 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
20798 and continue to it. Read variable "server_pid".
20799
20800 2014-10-11 Yao Qi <yao@codesourcery.com>
20801
20802 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
20803
20804 2014-10-11 Yao Qi <yao@codesourcery.com>
20805
20806 * gdb.threads/thread-find.exp: Don't execute command
20807 "info threads".
20808 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
20809 * gdb.threads/linux-dp.exp: Don't check the condition
20810 $threads_created equals to zero.
20811
20812 2014-10-10 Pedro Alves <palves@redhat.com>
20813
20814 * gdb.base/bigcore.exp: Remove references to IRIX.
20815 * gdb.base/funcargs.exp: Likewise.
20816 * gdb.base/interrupt.exp: Likewise.
20817 * gdb.base/mips_pro.exp: Likewise.
20818 * gdb.base/nodebug.exp: Likewise.
20819 * gdb.base/setvar.exp: Likewise.
20820 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
20821
20822 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
20823 Pedro Alves <palves@redhat.com>
20824
20825 PR symtab/14466
20826 * gdb.base/vdso-warning.c: New file.
20827 * gdb.base/vdso-warning.exp: New file.
20828
20829 2014-10-02 Doug Evans <dje@google.com>
20830
20831 * gdb.base/structs.c (main): Don't run forever.
20832
20833 2014-10-02 Pedro Alves <palves@redhat.com>
20834
20835 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
20836 (top level) <stop threads 1, stop threads 2>: Use it.
20837
20838 2014-10-02 Pedro Alves <palves@redhat.com>
20839
20840 * gdb.threads/break-while-running.exp (test): Add new
20841 'update_thread_list' argument. Skip "info threads" if false.
20842 (top level): Add new 'update_thread_list' axis.
20843
20844 2014-10-02 Pedro Alves <palves@redhat.com>
20845
20846 PR breakpoints/17431
20847 * gdb.base/execl-update-breakpoints.c: New file.
20848 * gdb.base/execl-update-breakpoints.exp: New file.
20849
20850 2014-10-01 Pedro Alves <palves@redhat.com>
20851
20852 * gdb.base/breakpoint-in-ro-region.c: New file.
20853 * gdb.base/breakpoint-in-ro-region.exp: New file.
20854
20855 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
20856
20857 * gdb.mi/mi-exit-code.exp: New file.
20858 * gdb.mi/mi-exit-code.c: New file.
20859
20860 2014-09-30 Yao Qi <yao@codesourcery.com>
20861
20862 * lib/prelink-support.exp (build_executable_own_libs): Error if
20863 the target isn't native.
20864
20865 2014-09-30 Yao Qi <yao@codesourcery.com>
20866
20867 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
20868 false.
20869
20870 2014-09-22 Pedro Alves <palves@redhat.com>
20871
20872 * gdb.threads/break-while-running.exp: New file.
20873 * gdb.threads/break-while-running.c: New file.
20874
20875 2014-09-19 Yao Qi <yao@codesourcery.com>
20876
20877 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
20878 Invoke test. Restart GDB with --readnow and invoke test again.
20879
20880 2014-09-19 Yao Qi <yao@codesourcery.com>
20881
20882 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
20883 proc set_breakpoint_on_gcd_function. Invoke
20884 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
20885 invoke set_breakpoint_on_gcd_function again.
20886
20887 2014-09-18 Doug Evans <dje@google.com>
20888
20889 * gdb.dwarf2/symtab-producer.exp: New file.
20890
20891 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
20892
20893 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
20894 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
20895 * gdb.base/global-var-nested-by-dso.c: Likewise.
20896 * gdb.base/global-var-nested-by-dso.exp: Likewise.
20897
20898 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
20899 Pedro Alves <palves@redhat.com>
20900
20901 * gdb.base/watch-bitfields.exp: Pass string other than test file
20902 name to prepare_for_testing.
20903 (watch): New procedure.
20904 (expect_watchpoint): Use with_test_prefix.
20905 (top level): Factor out tests to ...
20906 (test_watch_location, test_regular_watch): ... these new
20907 procedures, and use with_test_prefix and gdb_continue_to_end.
20908
20909 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
20910
20911 PR breakpoints/12526
20912 * gdb.base/watch-bitfields.exp: New file.
20913 * gdb.base/watch-bitfields.c: New file.
20914
20915 2014-09-16 Pedro Alves <palves@redhat.com>
20916
20917 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
20918 software and hardware addresses, not software address against
20919 itself.
20920
20921 2014-09-16 Pedro Alves <palves@redhat.com>
20922
20923 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
20924 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
20925
20926 2014-09-16 Pedro Alves <palves@redhat.com>
20927
20928 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
20929 files.
20930 * gdb.base/a2-run.exp: Remove all code guarded by istarget
20931 "*-*-vxworks*" throughout.
20932 * gdb.base/break.exp: Likewise.
20933 * gdb.base/default.exp: Likewise.
20934 * gdb.base/scope.exp: Likewise.
20935 * gdb.base/sepdebug.exp: Likewise.
20936 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
20937 throughout.
20938 * gdb.base/run.c: Likewise.
20939 * gdb.base/sepdebug.c: Likewise.
20940 * gdb.hp/gdb.aCC/run.c: Likewise.
20941 * gdb.reverse/until-reverse.c: Likewise.
20942 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
20943
20944 2014-09-16 Yao Qi <yao@codesourcery.com>
20945
20946 * boards/local-remote-host-native.exp: New file.
20947
20948 2014-09-14 Doug Evans <xdje42@gmail.com>
20949
20950 * gdb.threads/queue-signal.c (thread_count): New variable.
20951 (thread_count_mutex, thread_count_condvar): New variables.
20952 (incr_thread_count, wait_all_threads_running): New functions.
20953 (main): Wait for all threads to be in their thread functions.
20954
20955 2014-09-13 Doug Evans <xdje42@gmail.com>
20956
20957 * gdb.threads/queue-signal.c: New file.
20958 * gdb.threads/queue-signal.exp: New file.
20959
20960 2014-09-13 Doug Evans <xdje42@gmail.com>
20961
20962 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
20963 be consistent with what default_gdb_init uses.
20964 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
20965 the plain text of the prompt. Add some logging printfs.
20966 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
20967
20968 2014-09-12 Pedro Alves <palves@redhat.com>
20969
20970 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
20971 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
20972 * gdb.arch/i386-size-overlap.exp: Likewise.
20973 * gdb.arch/i386-size.exp: Likewise.
20974 * gdb.arch/i386-unwind.exp: Likewise.
20975 * gdb.base/a2-run.exp: Likewise.
20976 * gdb.base/break.exp: Likewise.
20977 * gdb.base/charset.exp: Likewise.
20978 * gdb.base/chng-syms.exp: Likewise.
20979 * gdb.base/commands.exp: Likewise.
20980 * gdb.base/dbx.exp: Likewise.
20981 * gdb.base/find.exp: Likewise.
20982 * gdb.base/funcargs.exp: Likewise.
20983 * gdb.base/jit-simple.exp: Likewise.
20984 * gdb.base/reread.exp: Likewise.
20985 * gdb.base/sepdebug.exp: Likewise.
20986 * gdb.base/step-bt.exp: Likewise.
20987 * gdb.cp/mb-inline.exp: Likewise.
20988 * gdb.cp/mb-templates.exp: Likewise.
20989 * gdb.objc/basicclass.exp: Likewise.
20990 * gdb.threads/killed.exp: Likewise.
20991
20992 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
20993
20994 PR tdep/17379
20995 * gdb.arch/powerpc-stackless.S: New file.
20996 * gdb.arch/powerpc-stackless.exp: New file.
20997
20998 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
20999
21000 * gdb.base/attach.c: Include unistd.h.
21001 (main): Call alarm. Add label postloop.
21002 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
21003 gdb_breakpoint, gdb_continue_to_breakpoint.
21004 (test_command_line_attach_run): Kill ${testpid} in one exit path.
21005
21006 2014-09-11 Pedro Alves <palves@redhat.com>
21007
21008 PR gdb/17347
21009 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
21010 * gdb.base/attach.exp (test_command_line_attach_run): New
21011 procedure.
21012 (top level): Call it.
21013
21014 2014-09-11 Pedro Alves <palves@redhat.com>
21015
21016 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
21017 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
21018 (do_command_attach_tests): Use spawn_wait_for_attach.
21019 * gdb.base/solib-overlap.exp: Likewise.
21020 * gdb.multi/multi-attach.exp: Likewise.
21021 * gdb.python/py-prompt.exp: Likewise.
21022 * gdb.python/py-sync-interp.exp: Likewise.
21023 * gdb.server/ext-attach.exp: Likewise.
21024
21025 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
21026
21027 * gdb.fortran/array-element.exp: Remove unexpected "continue"
21028 command in testcase. Simplify testcase.
21029
21030 2014-09-10 Joel Brobecker <brobecker@adacore.com>
21031
21032 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
21033
21034 2014-09-10 Joel Brobecker <brobecker@adacore.com>
21035
21036 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
21037
21038 2014-09-10 Joel Brobecker <brobecker@adacore.com>
21039
21040 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
21041
21042 2014-09-10 Joel Brobecker <brobecker@adacore.com>
21043
21044 * gdb.dwarf2/dynarr-ptr.c: New file.
21045 * gdb.dwarf2/dynarr-ptr.exp: New file.
21046
21047 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21048
21049 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
21050 of 30 rather than hardcoding 120 for a slow test case. Take the
21051 `gdb,timeout' target setting into account for this calculation.
21052 Don't extend the timeout for the test cases that don't need it.
21053
21054 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21055
21056 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
21057 a factor of 2 for a slow test case. Take the `gdb,timeout'
21058 target setting into account for this calculation.
21059 * gdb.reverse/until-precsave.exp: Increase the timeout by
21060 a factor of 15 and 3 respectively rather than adding 120
21061 for a pair of slow test cases. Take the `gdb,timeout'
21062 target setting into account for this calculation.
21063
21064 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21065
21066 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
21067 timeout, don't pass one down to gdb_expect.
21068 (gdb_expect): Rework timeout selection.
21069
21070 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21071
21072 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
21073 exception on timeout.
21074 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
21075 (gdbserver_start_extended): Catch any `gdbserver_start' error
21076 exceptions.
21077 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
21078 * lib/mi-support.exp (mi_gdb_target_load): Catch any
21079 `gdbserver_gdb_load' error exceptions.
21080
21081 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21082
21083 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
21084 120 on waiting for the TCP socket to open.
21085
21086 2014-09-09 Doug Evans <xdje42@gmail.com>
21087
21088 * gdb.base/default.exp (show_conv_list): Add _caller_is,
21089 _caller_matches, _any_caller_is, _any_caller_matches.
21090
21091 2014-09-09 Doug Evans <xdje42@gmail.com>
21092
21093 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
21094
21095 2014-09-09 Yao Qi <yao@codesourcery.com>
21096
21097 * gdb.mi/mi-var-display.exp: Set print symbol off.
21098
21099 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
21100
21101 PR gdb/17035
21102 * gdb.base/commands.exp: Add tests to verify user-defined
21103 commands with empty bodies.
21104 * gdb.python/py-cmd.exp: Test that we don't show user-defined
21105 python commands in `show user command`.
21106 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
21107 scheme commands in `show user command`.
21108
21109 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
21110
21111 PR python/17355
21112 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
21113 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
21114 * gdb.python/py-framefilter-invalidarg.exp: New file.
21115 * gdb.python/py-framefilter-invalidarg.py: New file.
21116
21117 2014-09-06 Doug Evans <xdje42@gmail.com>
21118
21119 PR 15276
21120 * gdb.python/py-caller-is.c: New file.
21121 * gdb.python/py-caller-is.exp: New file.
21122
21123 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
21124
21125 PR gdb/17235
21126 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
21127 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
21128
21129 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
21130
21131 PR fortran/17237
21132 * gdb.fortran/print-formatted.exp: New file.
21133 * gdb.fortran/print-formatted.f90: Likewise.
21134
21135 2014-09-03 Sasha Smundak <asmundak@google.com>
21136
21137 * gdb.python/py-frame.exp: Test Frame.read_register.
21138
21139 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
21140
21141 PR python/16699
21142 * gdb.python/py-completion.exp: New file.
21143 * gdb.python/py-completion.py: Likewise.
21144
21145 2014-08-28 Doug Evans <dje@google.com>
21146
21147 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
21148 eax,etc. are live with values set by gdb and thus the compiler can't
21149 use them.
21150 * gdb.arch/i386-pseudo.c (main): Ditto.
21151
21152 2014-08-27 Doug Evans <dje@google.com>
21153
21154 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
21155
21156 2014-08-25 Doug Evans <dje@google.com>
21157
21158 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
21159 (main): Ditto.
21160
21161 2014-08-25 Doug Evans <dje@google.com>
21162
21163 * gdb.threads/thread-execl.exp: #include <stdio.h>.
21164
21165 2014-08-24 Yao Qi <yao@codesourcery.com>
21166
21167 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
21168 symbol off.
21169 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
21170
21171 2014-08-22 Doug Evans <dje@google.com>
21172
21173 PR 17276
21174 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
21175 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
21176 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
21177
21178 2014-08-22 Yao Qi <yao@codesourcery.com>
21179
21180 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
21181 * gdb.python/py-finish-breakpoint2.exp: Likewise.
21182 * gdb.python/python.exp: Likewise. Use .py file on the host
21183 instead of the build.
21184
21185 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
21186
21187 * gdb.threads/gcore-stale-thread.c: New file.
21188 * gdb.threads/gcore-stale-thread.exp: New file.
21189
21190 2014-08-21 Pedro Alves <palves@redhat.com>
21191
21192 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
21193 * gdb.base/gcore-relro-pie.exp: Likewise.
21194 * gdb.base/gcore-relro.exp: Likewise.
21195 * gdb.base/gcore.exp: Likewise.
21196 * gdb.base/print-symbol-loading.exp: Likewise.
21197 * gdb.threads/gcore-thread.exp: Likewise.
21198 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
21199
21200 2014-08-20 Pedro Alves <palves@redhat.com>
21201 Jan Kratochvil <jan.kratochvil@redhat.com>
21202
21203 * Makefile.in (EXTRA_RULES, CC): New variables, get from
21204 configure.
21205 (EXPECT): Handle READ1 being set.
21206 (all): Depend on EXTRA_RULES.
21207 (check-read1, expect-read1, read1.so, read1): New rules.
21208 * README (Testsuite Parameters): Document the READ1 make variable.
21209 (Race detection): New section.
21210 * configure: Regenerate.
21211 * configure.ac: If build==host==target, and running under a
21212 GNU/glibc system, add read1 to the extra Makefile rules.
21213 (EXTRA_RULES): AC_SUBST it.
21214 * lib/read1.c: New file.
21215
21216 2014-08-20 Joel Brobecker <brobecker@adacore.com>
21217
21218 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
21219 the handling of variables declared as a typedef to an array
21220 which a DW_AT_data_location attribute.
21221
21222 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
21223 Pedro Alves <palves@redhat.com>
21224
21225 PR symtab/14604
21226 PR symtab/14605
21227 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
21228 gdb_test.
21229
21230 2014-08-19 Pedro Alves <palves@redhat.com>
21231
21232 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
21233
21234 2014-08-19 Yao Qi <yao@codesourcery.com>
21235
21236 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
21237 right line.
21238
21239 2014-08-18 David Blaikie <dblaikie@gmail.com>
21240
21241 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
21242
21243 2014-08-18 Joel Brobecker <brobecker@adacore.com>
21244
21245 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
21246 attribute in array range.
21247
21248 2014-08-18 Joel Brobecker <brobecker@adacore.com>
21249
21250 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
21251
21252 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
21253
21254 PR c++/17132
21255 * gdb.cp/pr17132.cc: New file.
21256 * gdb.cp/pr17132.exp: New file.
21257
21258 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
21259
21260 * gdb.python/py-xmethods.py (A_getarrayind)
21261 (E_method_char_worker.__call__, E_method_int_worker.__call__):
21262 Use 'print' with function call syntax.
21263 (E_method_matcher.match): Fix tab vs space indentation mixup.
21264
21265 2014-08-15 Yao Qi <yao@codesourcery.com>
21266
21267 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
21268 false.
21269
21270 2014-08-15 Yao Qi <yao@codesourcery.com>
21271
21272 * gdb.cp/casts.exp: Set print symbol off.
21273 * gdb.cp/class2.exp: Likewise.
21274 * gdb.cp/overload.exp: Likewise.
21275 * gdb.cp/templates.exp: Likewise.
21276
21277 2014-08-11 Doug Evans <dje@google.com>
21278
21279 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
21280 (test_load_shlib): Update.
21281
21282 2014-08-09 Yao Qi <yao@codesourcery.com>
21283
21284 * gdb.base/display.exp: Invoke is_address_zero_readable.
21285 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
21286 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
21287 * gdb.base/hbreak-unmapped.exp: Return if
21288 is_address_zero_readable returns true.
21289 * gdb.base/signest.exp: Likewise.
21290 * gdb.base/signull.exp: Likewise.
21291 * gdb.base/sigbpt.exp: Likewise.
21292 * gdb.guile/scm-disasm.exp: Do the test if
21293 is_address_zero_readable returns false.
21294 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
21295 * gdb.python/py-arch.exp: Likewise.
21296 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
21297 * lib/gdb.exp (is_address_zero_readable): New proc.
21298
21299 2014-08-09 Yao Qi <yao@codesourcery.com>
21300
21301 PR testsuite/13443
21302 * gdb.mi/mi-var-display.exp: Make test messages unique.
21303
21304 2014-08-04 Tom Tromey <tromey@redhat.com>
21305
21306 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
21307 target 0".
21308
21309 2014-08-04 Tom Tromey <tromey@redhat.com>
21310
21311 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
21312 "target_resume".
21313
21314 2014-08-01 Joel Brobecker <brobecker@adacore.com>
21315
21316 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
21317 inner_vla_struct_object_size.
21318 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
21319 as xfail.
21320
21321 2014-07-30 Pedro Alves <palves@redhat.com>
21322
21323 * gdb.threads/signal-command-handle-nopass.exp (test): Add
21324 comment.
21325
21326 2014-07-29 Yao Qi <yao@codesourcery.com>
21327
21328 PR gdb/17206
21329 * gdb.base/until-nodebug.exp: New.
21330
21331 2014-07-28 Doug Evans <xdje42@gmail.com>
21332
21333 PR guile/17203
21334 * gdb.guile/scm-parameter.exp: Add tests for trying to create
21335 previously existing parameter, and previously ambiguously spelled
21336 parameter.
21337
21338 2014-07-28 Will Newton <will.newton@linaro.org>
21339
21340 * gdb.base/varargs.exp: Remove KFAILs for ARM.
21341
21342 2014-07-26 Ludovic Courtès <ludo@gnu.org>
21343 Doug Evans <xdje42@gmail.com>
21344
21345 PR guile/17146
21346 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
21347
21348 2014-07-25 Pedro Alves <palves@redhat.com>
21349
21350 * gdb.threads/signal-command-handle-nopass.c: New file.
21351 * gdb.threads/signal-command-handle-nopass.exp: New file.
21352 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
21353 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
21354 * gdb.threads/signal-delivered-right-thread.c: New file.
21355 * gdb.threads/signal-delivered-right-thread.exp: New file.
21356
21357 2014-07-25 Pedro Alves <palves@redhat.com>
21358
21359 * gdb.base/double-prompt-target-event-error.exp
21360 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
21361 match.
21362 (cancel_pagination_in_target_event): Rework double prompt
21363 detection.
21364 * gdb.base/paginate-after-ctrl-c-running.exp
21365 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
21366 <return>' match.
21367 * gdb.base/paginate-bg-execution.exp
21368 (test_bg_execution_pagination_return)
21369 (test_bg_execution_pagination_cancel): Remove '-notransfer
21370 <return>' matches.
21371 * gdb.base/paginate-execution-startup.exp
21372 (test_fg_execution_pagination_return)
21373 (test_fg_execution_pagination_cancel): Remove '-notransfer
21374 <return>' matches.
21375 * gdb.base/paginate-inferior-exit.exp
21376 (test_paginate_inferior_exited): Remove '-notransfer <return>'
21377 match.
21378 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
21379 * lib/gdb.exp (pagination_prompt): Run text through
21380 string_to_regexp.
21381 (gdb_test_multiple): Match $pagination_prompt instead of
21382 "<return>".
21383 (string_to_regexp): Move to lib/gdb-utils.exp.
21384
21385 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
21386
21387 * gdb.arch/amd64-entry-value-paramref.S: New file.
21388 * gdb.arch/amd64-entry-value-paramref.cc: New file.
21389 * gdb.arch/amd64-entry-value-paramref.exp: New file.
21390 * gdb.arch/amd64-optimout-repeat.S: New file.
21391 * gdb.arch/amd64-optimout-repeat.c: New file.
21392 * gdb.arch/amd64-optimout-repeat.exp: New file.
21393
21394 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
21395
21396 PR gdb/17170
21397 * gdb.base/statistics.exp: New file.
21398
21399 2014-07-17 Doug Evans <dje@google.com>
21400
21401 PR gdb/17170
21402 * gdb.base/maint.exp: Update testing of per-command stats.
21403
21404 2014-07-16 Pedro Alves <palves@redhat.com>
21405
21406 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
21407 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
21408 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
21409 (tfile_write_buf): New functions.
21410 (add_memory_block): Rewrite using the above.
21411 (adjust_function_address): New function.
21412 (FUNCTION_ADDRESS): New macro.
21413 (write_basic_trace_file): Remove short_x local, and use
21414 tfile_write_16. Change type of func_addr local to unsigned long
21415 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
21416 here. Cast argument of add_memory_block to char pointer.
21417 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
21418 (main): Remove parameters.
21419 * gdb.trace/tfile.exp: Remove nowarnings.
21420
21421 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
21422
21423 * gdb.base/debug-expr.exp: Test string evaluation with
21424 "debug expression" on.
21425
21426 2014-07-15 Pedro Alves <palves@redhat.com>
21427
21428 * gdb.base/reread.exp: Use clean_restart.
21429
21430 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
21431
21432 * gdb.arch/avr-flash-qualifer.c: New.
21433 * gdb.arch/avr-flash-qualifer.exp: New.
21434
21435 2014-07-14 Pedro Alves <palves@redhat.com>
21436
21437 * gdb.base/paginate-after-ctrl-c-running.c: New file.
21438 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
21439
21440 2014-07-14 Pedro Alves <palves@redhat.com>
21441
21442 * gdb.base/double-prompt-target-event-error.c: New file.
21443 * gdb.base/double-prompt-target-event-error.exp: New file.
21444
21445 2014-07-14 Pedro Alves <palves@redhat.com>
21446
21447 PR gdb/17072
21448 * gdb.base/paginate-inferior-exit.c: New file.
21449 * gdb.base/paginate-inferior-exit.exp: New file.
21450
21451 2014-07-14 Pedro Alves <palves@redhat.com>
21452
21453 PR gdb/17072
21454 * gdb.base/paginate-bg-execution.c: New file.
21455 * gdb.base/paginate-bg-execution.exp: New file.
21456
21457 2014-07-14 Pedro Alves <palves@redhat.com>
21458
21459 PR gdb/17072
21460 * gdb.base/paginate-execution-startup.c: New file.
21461 * gdb.base/paginate-execution-startup.exp: New file.
21462 * lib/gdb.exp (pagination_prompt): New global.
21463 (default_gdb_spawn): New procedure, factored out from
21464 default_gdb_spawn.
21465 (default_gdb_start): Adjust to call default_gdb_spawn.
21466 (gdb_spawn): New procedure.
21467
21468 2014-07-14 Pedro Alves <palves@redhat.com>
21469
21470 * lib/gdb.exp (gdb_assert): New procedure.
21471 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
21472
21473 2014-07-14 Pedro Alves <palves@redhat.com>
21474
21475 * gdb.base/execution-termios.c: New file.
21476 * gdb.base/execution-termios.exp: New file.
21477
21478 2014-07-14 Tom Tromey <tromey@redhat.com>
21479
21480 * gdb.cp/vla-cxx.cc: New file.
21481 * gdb.cp/vla-cxx.exp: New file.
21482
21483 2014-07-14 Tom Tromey <tromey@redhat.com>
21484
21485 * gdb.reverse/rerun-prec.c: New file.
21486 * gdb.reverse/rerun-prec.exp: New file.
21487
21488 2014-07-12 Maciej W. Rozycki <macro@mips.com>
21489 Maciej W. Rozycki <macro@codesourcery.com>
21490
21491 * lib/gdb-utils.exp: New file.
21492 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
21493 inline `gdb_init_command' processing.
21494 (gdb_start_cmd): Likewise.
21495 * lib/mi-support.exp (mi_run_cmd): Likewise.
21496 * README: Document `gdb_init_command' and `gdb_init_commands'.
21497
21498 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
21499
21500 Fix false FAIL running under a very long directory name.
21501 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
21502 and "set print elements 10000". Twice.
21503
21504 2014-07-11 Yao Qi <yao@codesourcery.com>
21505
21506 * gdb.base/exprs.exp: "set print symbol off".
21507
21508 2014-07-11 Pedro Alves <palves@redhat.com>
21509
21510 * gdb.threads/kill.c: New file.
21511 * gdb.threads/kill.exp: New file.
21512
21513 2014-07-10 Yao Qi <yao@codesourcery.com>
21514
21515 * gdb.trace/tfile.c (write_basic_trace_file)
21516 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
21517 address written to trace file.
21518
21519 2014-07-09 Pedro Alves <palves@redhat.com>
21520
21521 * gdb.base/attach-wait-input.exp: New file.
21522 * gdb.base/attach-wait-input.c: New file.
21523
21524 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
21525
21526 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
21527 setting up test structures.
21528 (main): Call new test function.
21529 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
21530 test function, continue into test function and walk test
21531 structures.
21532
21533 2014-07-02 Yao Qi <yao@codesourcery.com>
21534
21535 * gdb.trace/entry-values.c: Define labels 'foo_start' and
21536 'bar_start' at the beginning of functions 'foo' and 'bar'
21537 respectively.
21538 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
21539 instead of 'foo' and 'bar'.
21540
21541 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
21542
21543 * gdb.btrace/segv.exp: New.
21544 * gdb.btrace/segv.c: New.
21545
21546 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
21547
21548 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
21549 instruction.
21550
21551 2014-06-30 Mark Wielaard <mjw@redhat.com>
21552
21553 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
21554 vulture, vilify, villar): New volatile array constants.
21555 (vindictive, vegetation): New const volatile array constants.
21556 * gdb.base/volatile.exp: Test volatile and const volatile array
21557 types.
21558
21559 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
21560
21561 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
21562 target lacks support for awatch, rwatch, or hbreak.
21563
21564 2014-06-27 Yao Qi <yao@codesourcery.com>
21565
21566 * gdb.multi/dummy-frame-restore.exp: New.
21567 * gdb.multi/dummy-frame-restore.c: New.
21568
21569 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
21570
21571 * gdb.btrace/gcore.exp: New.
21572
21573 2014-06-23 Pedro Alves <palves@redhat.com>
21574
21575 * gdb.base/watchpoint-reuse-slot.c: New file.
21576 * gdb.base/watchpoint-reuse-slot.exp: New file.
21577
21578 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
21579
21580 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
21581 progspace's filename in 'info', 'enable' and 'disable' command
21582 tests.
21583
21584 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
21585
21586 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
21587 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
21588 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
21589
21590 2014-06-20 Gary Benson <gbenson@redhat.com>
21591
21592 * gdb.arch/i386-avx.exp: Fix include file location.
21593 * gdb.arch/i386-sse.exp: Likewise.
21594
21595 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
21596
21597 * gdb.dlang/expression.exp: New file.
21598
21599 2014-06-19 Pedro Alves <palves@redhat.com>
21600
21601 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
21602 out from ...
21603 (top level): ... here. Iterate running tests under different
21604 scheduler-locking settings.
21605
21606 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
21607
21608 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
21609 to DW_FORM_addr and use non-zero addresses.
21610
21611 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
21612
21613 PR gdb/17017
21614 * gdb.python/py-xmethods.cc: Add global function call counters and
21615 increment them in their respective functions. Remove "cout"
21616 statements.
21617 * gdb.python/py-xmethods.exp: Make tests check the global function
21618 call counters instead of depending on inferior IO.
21619
21620 2014-06-18 Don Breazeal <donb@codesourcery.com>
21621
21622 * gdb.base/foll-fork.exp (default_fork_parent_follow):
21623 Deleted procedure.
21624 (explicit_fork_parent_follow): Deleted procedure.
21625 (explicit_fork_child_follow): Deleted procedure.
21626 (test_follow_fork): New procedure.
21627 (do_fork_tests): Replace calls to deleted procedures with
21628 calls to test_follow_fork and reset GDB for subsequent
21629 procedure calls.
21630
21631 2014-06-17 Yao Qi <yao@codesourcery.com>
21632
21633 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
21634 CP1252.
21635
21636 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
21637
21638 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
21639 Initialize ptr and S explicitly.
21640 (skip_type_update_when_not_use_rtti_test): Likewise.
21641
21642 2014-06-16 Keith Seitz <keiths@redhat.com>
21643
21644 PR mi/15863
21645 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
21646 the inferior is started.
21647
21648 2014-06-16 Pedro Alves <palves@redhat.com>
21649
21650 * gdb.base/break-main-file-remove-fail.c: New file.
21651 * gdb.base/break-main-file-remove-fail.exp: New file.
21652 * gdb.base/break-unload-file.exp: Use build_executable instead of
21653 prepare_for_testing.
21654 (test_break): New parameter "initial_load". Handle it.
21655 (top level): Add initial_load cmdline/file axis.
21656
21657 2014-06-12 Tom Tromey <tromey@redhat.com>
21658
21659 * gdb.base/completion.exp: Don't use directory name in test.
21660
21661 2014-06-09 Gary Benson <gbenson@redhat.com>
21662
21663 * gdb.base/sigall.c [Functions to send signals]: Reorder to
21664 separate the always-available ANSI-standard signals from the
21665 signals that require checking.
21666 (main): Likewise.
21667 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
21668 Likewise.
21669 (main): Likewise.
21670
21671 2014-06-07 Keith Seitz <keiths@redhat.com>
21672
21673 Revert:
21674 PR c++/16253
21675 * gdb.cp/var-tag.cc: New file.
21676 * gdb.cp/var-tag.exp: New file.
21677 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
21678 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
21679 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
21680 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
21681
21682 2014-06-06 Doug Evans <xdje42@gmail.com>
21683
21684 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
21685
21686 2014-06-06 Pedro Alves <palves@redhat.com>
21687
21688 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
21689 in target debug output instead of looking at RSP packets,
21690 disabling the test on any target that uses hardware stepping.
21691 Update comments.
21692
21693 2014-06-06 Pedro Alves <palves@redhat.com>
21694
21695 * gdb.base/break-unload-file.exp: Fix typo.
21696
21697 2014-06-06 Yao Qi <yao@codesourcery.com>
21698
21699 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
21700 from "jit_function" to "^jit_function".
21701
21702 2014-06-06 Yao Qi <yao@codesourcery.com>
21703
21704 * gdb.base/async.c (foo): Add one statement.
21705 * gdb.base/async.exp: Get the next instruction address and
21706 match the output of "nexti" by instruction address. Match
21707 the hex address in the output of "finish".
21708
21709 2014-06-06 Gary Benson <gbenson@redhat.com>
21710
21711 * gdb.base/call-signals.c: Remove preprocessor conditionals
21712 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
21713 SIGSEGV and SIGTERM.
21714 * gdb.base/sigall.c: Likewise.
21715 * gdb.base/unwindonsignal.c: Likewise.
21716 * gdb.reverse/sigall-reverse.c: Likewise.
21717
21718 2014-06-06 Yao Qi <yao@codesourcery.com>
21719
21720 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
21721 readable, skip the test.
21722
21723 2014-06-06 Yao Qi <yao@codesourcery.com>
21724
21725 * gdb.threads/staticthreads.c (thread_function): Move the line
21726 setting breakpoint on forward.
21727 * gdb.threads/staticthreads.exp: Update comments.
21728
21729 2014-06-05 Ludovic Courtès <ludo@gnu.org>
21730
21731 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
21732 "history-append! type error".
21733
21734 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
21735
21736 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
21737 erroneous dprintf expected input.
21738
21739 2014-06-04 Doug Evans <xdje42@gmail.com>
21740
21741 * gdb.guile/scm-generics.exp: Delete.
21742
21743 2014-06-04 Doug Evans <xdje42@gmail.com>
21744
21745 * gdb.guile/scm-breakpoint.exp: Update.
21746 Add tests for breakpoint registration.
21747
21748 2014-06-04 Tom Tromey <tromey@redhat.com>
21749
21750 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
21751 VLA-in-union.
21752 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
21753 inner_vla_struct, vla_union types. Initialize objects of those
21754 types and compute their sizes.
21755
21756 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
21757 Hui Zhu <hui@codesourcery.com>
21758
21759 * gdb.base/fileio.exp: Add test for shell not available as well as
21760 available.
21761 * gdb.base/fileio.c (test_system): Check for shell twice.
21762
21763 2014-06-04 Yao Qi <yao@codesourcery.com>
21764
21765 * gdb.base/auto-connect-native-target.exp: Remove redundant
21766 space from the regexp pattern.
21767
21768 2014-06-04 Yao Qi <yao@codesourcery.com>
21769
21770 * gdb.base/default.exp: Replace "child" with "native" in
21771 regexp pattern.
21772
21773 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
21774
21775 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
21776 * gdb.python/py-xmethods.exp: New tests to test xmethods.
21777 * gdb.python/py-xmethods.py: Python script supporting the
21778 new testcase and tests.
21779
21780 2014-06-03 Joel Brobecker <brobecker@adacore.com>
21781 Pedro Alves <palves@redhat.com>
21782
21783 PR breakpoints/17000
21784 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
21785 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
21786
21787 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
21788
21789 * gdb.base/subst.exp: Add tests to verify partial path matching
21790 output.
21791
21792 2014-06-03 Pedro Alves <palves@redhat.com>
21793
21794 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
21795 target that doesn't use software single-stepping.
21796
21797 2014-06-03 Pedro Alves <palves@redhat.com>
21798
21799 PR breakpoints/17000
21800 * gdb.base/sss-bp-on-user-bp-2.c: New file.
21801 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
21802
21803 2014-06-02 Doug Evans <xdje42@gmail.com>
21804
21805 * gdb.guile/scm-parameter.exp: New file.
21806
21807 2014-06-02 Doug Evans <xdje42@gmail.com>
21808
21809 * gdb.guile/scm-cmd.c: New file.
21810 * gdb.guile/scm-cmd.exp: New file.
21811
21812 2014-06-02 Doug Evans <xdje42@gmail.com>
21813
21814 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
21815 pretty-printer lookup.
21816 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
21817 (make-pp_s-printer): Call it.
21818 (make-pretty-printer-from-dict): New function.
21819 (lookup-pretty-printer-maker-from-dict): New function.
21820 (*pretty-printer*): Simplify.
21821 (make-objfile-pp_s-printer): New function.
21822 (install-objfile-pretty-printers!): New function.
21823 (make-progspace-pp_s-printer): New function.
21824 (install-progspace-pretty-printers!): New function.
21825 * gdb.guile/scm-progspace.c: New file.
21826 * gdb.guile/scm-progspace.exp: New file.
21827
21828 2014-06-02 Pedro Alves <palves@redhat.com>
21829
21830 * gdb.base/dprintf-bp-same-addr.c: New file.
21831 * gdb.base/dprintf-bp-same-addr.exp: New file.
21832
21833 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
21834
21835 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
21836 * gdb.arch/powerpc-power.s: Likewise.
21837
21838 2014-06-02 Joel Brobecker <brobecker@adacore.com>
21839
21840 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
21841
21842 2014-06-01 Yao Qi <yao@codesourcery.com>
21843
21844 * gdb.base/watchpoint.exp (test_watch_location): Check null
21845 pointer can be dereferenced. If not, do the test, otherwise
21846 skip it.
21847
21848 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
21849
21850 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
21851 results.
21852 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
21853
21854 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
21855
21856 * gdb.arch/amd64-invalid-stack-middle.S: New file.
21857 * gdb.arch/amd64-invalid-stack-middle.c: New file.
21858 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
21859 * gdb.arch/amd64-invalid-stack-top.c: New file.
21860 * gdb.arch/amd64-invalid-stack-top.exp: New file.
21861
21862 2014-05-30 Pedro Alves <palves@redhat.com>
21863
21864 PR breakpoints/17000
21865 * gdb.base/sss-bp-on-user-bp.c: New file.
21866 * gdb.base/sss-bp-on-user-bp.exp: New file.
21867
21868 2014-05-30 David Blaikie <dblaikie@gmail.com>
21869
21870 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
21871 gnu_inline semantics via attribute.
21872 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
21873 source explicitly specifies the required semantics.
21874
21875 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
21876
21877 * gdb.reverse/sigall-reverse.exp: Fix a typo.
21878
21879 2014-05-29 Pedro Alves <palves@redhat.com>
21880 Tom Tromey <tromey@redhat.com>
21881
21882 * gdb.base/async-shell.exp: Don't enable target-async.
21883 * gdb.base/async.exp
21884 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
21885 parameter. Adjust.
21886 (top level): Don't test with "target-async".
21887 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
21888 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
21889 * gdb.base/inferior-died.exp: Don't enable target-async.
21890 * gdb.base/interrupt-noterm.exp: Likewise.
21891 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
21892 * gdb.mi/mi-nonstop-exit.exp: Likewise.
21893 * gdb.mi/mi-nonstop.exp: Likewise.
21894 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
21895 * gdb.mi/mi-nsintrall.exp: Likewise.
21896 * gdb.mi/mi-nsmoribund.exp: Likewise.
21897 * gdb.mi/mi-nsthrexec.exp: Likewise.
21898 * gdb.mi/mi-watch-nonstop.exp: Likewise.
21899 * gdb.multi/watchpoint-multi.exp: Adjust comment.
21900 * gdb.python/py-evsignal.exp: Don't enable target-async.
21901 * gdb.python/py-evthreads.exp: Likewise.
21902 * gdb.python/py-prompt.exp: Likewise.
21903 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
21904 * gdb.server/solib-list.exp: Don't enable target-async.
21905 * gdb.threads/thread-specific-bp.exp: Likewise.
21906 * lib/mi-support.exp: Adjust to use mi-async.
21907
21908 2014-05-29 Pedro Alves <palves@redhat.com>
21909
21910 PR gdb/13860
21911 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
21912 reason, even in sync mode.
21913
21914 2014-05-29 Pedro Alves <palves@redhat.com>
21915 Hui Zhu <hui@codesourcery.com>
21916
21917 PR PR15693
21918 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
21919 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
21920 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
21921 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
21922
21923 2014-05-28 Joel Brobecker <brobecker@adacore.com>
21924
21925 * config/monitor.exp (gdb_target_monitor): Replace use of
21926 "set remotebaud" by "set serial baud".
21927
21928 2014-05-26 Andy Wingo <wingo@igalia.com>
21929
21930 * gdb.guile/scm-breakpoint.exp:
21931 * gdb.guile/scm-gsmob.exp: Update to use plain old object
21932 properties instead of gdb-object-properties.
21933
21934 2014-05-26 Yao Qi <yao@codesourcery.com>
21935
21936 * gdb.server/no-thread-db.exp: Specify source file name
21937 explicitly when setting a breakpoint.
21938
21939 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
21940
21941 * gdb.btrace/vdso.c: New.
21942 * gdb.btrace/vdso.exp: New.
21943
21944 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
21945
21946 * gdb.base/gcore.exp (capture_command_output): Move ...
21947 * lib/gdb.exp (capture_command_output): ... here.
21948
21949 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
21950
21951 * gdb.btrace/data.exp: Test memory access during btrace replay.
21952
21953 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
21954
21955 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
21956
21957 2014-05-21 Pedro Alves <palves@redhat.com>
21958
21959 PR gdb/13860
21960 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
21961 (top level): Test that output related to execution commands is
21962 sent to the console with CLI commands, but not with MI commands.
21963 Test that breakpoint events are always mirrored to the console.
21964 Also expect the new source line to be output after a "next" in
21965 async mode too. Make it a pass/fail test.
21966 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
21967 output.
21968 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
21969
21970 2014-05-21 Pedro Alves <palves@redhat.com>
21971
21972 * gdb.base/list.exp (build_pattern, test_list): New procedures.
21973 Use them to test variations of "list" after reaching a breakpoint.
21974 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
21975 Test "list" with listsize 10 after reaching a breakpoint.
21976 * gdb.python/python.exp (decode_line current location line
21977 number): Adjust expected line number.
21978
21979 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
21980
21981 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
21982 behavior for $args, pass it directly to "run".
21983
21984 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
21985
21986 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
21987 30000 to 65536.
21988
21989 2014-05-21 Pedro Alves <palves@redhat.com>
21990
21991 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
21992 auto-connect-native-target off".
21993 * gdb.base/auto-connect-native-target.c: New file.
21994 * gdb.base/auto-connect-native-target.exp: New file.
21995
21996 2014-05-21 Pedro Alves <palves@redhat.com>
21997
21998 * gdb.base/default.exp: Test "target native" instead of "target
21999 child".
22000
22001 2014-05-21 Mark Wielaard <mjw@redhat.com>
22002
22003 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
22004
22005 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
22006
22007 Fix TLS access for -static -pthread.
22008 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
22009 <HAVE_TLS> (thread_function, main): Initialize it.
22010 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
22011 Add clean_restart.
22012 <$have_tls != "">: Check TLSVAR.
22013
22014 2014-05-21 Pedro Alves <palves@redhat.com>
22015
22016 * gdb.base/dcache-line-read-error.c: New.
22017 * gdb.base/dcache-line-read-error.exp: New.
22018
22019 2014-05-20 Pedro Alves <palves@redhat.com>
22020
22021 * gdb.base/compare-sections.c: New file.
22022 * gdb.base/compare-sections.exp: New file.
22023
22024 2014-05-20 Pedro Alves <palves@redhat.com>
22025
22026 * gdb.base/break-idempotent.c: New file.
22027 * gdb.base/break-idempotent.exp: New file.
22028
22029 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
22030
22031 * gdb.btrace/nohist.exp: New.
22032
22033 2014-05-20 Yao Qi <yao@codesourcery.com>
22034
22035 * lib/gdb.exp (gdb_init): Set timeout if test file is under
22036 gdb.reverse directory and gdb_reverse_timeout exists in board
22037 setting.
22038 * README: Document gdb_reverse_timeout.
22039
22040 2014-05-20 Yao Qi <yao@codesourcery.com>
22041
22042 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
22043 'test_file_name'. Treat args as a string instead of a list.
22044 (gdb_init): Rename argument 'args' by 'test_file_name'.
22045
22046 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
22047
22048 * gdb.arch/powerpc-power.exp: New file.
22049 * gdb.arch/powerpc-power.s: New file.
22050
22051 2014-05-16 Doug Evans <dje@google.com>
22052
22053 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
22054 * gdb.base/completion.exp: Check that all expected files exist
22055 before doing file completion.
22056
22057 2014-05-16 Doug Evans <dje@google.com>
22058
22059 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
22060 Update.
22061 (do_syscall_tests_without_xml): Update.
22062
22063 2014-05-16 Pedro Alves <palves@redhat.com>
22064
22065 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
22066 instead of "unknown output after running".
22067
22068 2014-05-16 Yao Qi <yao@codesourcery.com>
22069
22070 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
22071 file1.txt from host at the end.
22072 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
22073
22074 2014-05-15 Doug Evans <dje@google.com>
22075
22076 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
22077 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
22078 loading file. Add test for TU lookup.
22079
22080 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
22081
22082 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
22083 calling "-exec-arguments" or "set args" before running the
22084 inferior.
22085
22086 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
22087
22088 * lib/mi-support.exp (mi_expect_stop): Expect message for
22089 inferiors that exit with non-zero exit code.
22090
22091 2014-05-14 Yao Qi <yao@codesourcery.com>
22092
22093 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
22094 match absolute path on remote host.
22095 (test_file_list_exec_source_files): Remove "/" from the
22096 pattern.
22097
22098 2014-05-14 Yao Qi <yao@codesourcery.com>
22099
22100 * boards/local-remote-host-notty.exp (${board}_file): New
22101 proc.
22102
22103 2014-05-07 Kyle McMartin <kyle@redhat.com>
22104
22105 Pushed by Joel Brobecker <brobecker@adacore.com>.
22106 * gdb.arch/aarch64-atomic-inst.c: New file.
22107 * gdb.arch/aarch64-atomic-inst.exp: New file.
22108
22109 2014-05-07 Yao Qi <yao@codesourcery.com>
22110
22111 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
22112 in current context" too.
22113
22114 2014-05-05 Keith Seitz <keiths@redhat.com>
22115
22116 * gdb.linespec/ls-dollar.exp: Add test for linespec
22117 file:convenience_variable.
22118
22119 2014-05-05 Yao Qi <yao@codesourcery.com>
22120
22121 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
22122 traceframes into tfile and ctf trace files. Read data from
22123 trace file and test collected data.
22124 (gdb_collect_locals_test): Likewise.
22125 (gdb_unavailable_registers_test): Likewise.
22126 (gdb_unavailable_floats): Likewise.
22127 (gdb_collect_globals_test): Likewise.
22128 (top-level): Append "ctf" to trace_file_targets if GDB
22129 supports.
22130
22131 2014-05-05 Yao Qi <yao@codesourcery.com>
22132
22133 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
22134 code to ...
22135 (gdb_collect_args_test_1): ... it. New proc.
22136 (gdb_collect_locals_test): Move some code to ...
22137 (gdb_collect_locals_test_1): ... it. New proc.
22138 (gdb_unavailable_registers_test): Move some code to ...
22139 (gdb_unavailable_registers_test_1): ... it. New proc.
22140 (gdb_unavailable_floats): Move some code to ...
22141 (gdb_unavailable_floats_1): ... it. New proc.
22142
22143 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
22144
22145 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
22146 probes to test for bitness recognition.
22147 * gdb.arch/amd64-stap-optional-prefix.exp
22148 (test_probe_value_without_reg): New procedure.
22149 Add code to test for different kinds of bitness.
22150
22151 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
22152
22153 PR breakpoints/16889
22154 * gdb.arch/amd64-stap-optional-prefix.S: New file.
22155 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
22156
22157 2014-05-01 Pedro Alves <palves@redhat.com>
22158
22159 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
22160 gdb_file_cmd if no file is specified.
22161 * boards/native-extended-gdbserver.exp (gdb_load): Use the
22162 last_loaded_file to set the remote exec-file.
22163
22164 2014-05-01 Pedro Alves <palves@redhat.com>
22165
22166 * boards/local-remote-host.exp: New file.
22167
22168 2014-05-01 Pedro Alves <palves@redhat.com>
22169
22170 * boards/local-remote-host.exp: Rename to ...
22171 * boards/local-remote-host-notty.exp: ... this.
22172
22173 2014-04-28 Joel Brobecker <brobecker@adacore.com>
22174
22175 * gdb.ada/dyn_arrayidx: New testcase.
22176
22177 2014-04-26 Yao Qi <yao@codesourcery.com>
22178
22179 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
22180 and compute the length of function main. Save it in
22181 $main_length.
22182 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
22183 (top-level): Use gdb_compile to compile objects into
22184 executable and restart GDB. Remove invocation to
22185 prepare_for_testing.
22186
22187 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
22188 Pedro Alves <palves@redhat.com>
22189
22190 PR server/16255
22191 * gdb.multi/multi-attach.c: New file.
22192 * gdb.multi/multi-attach.exp: New file.
22193
22194 2014-04-25 Pedro Alves <palves@redhat.com>
22195
22196 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
22197 user.
22198 (top level): Test that "set remote conditional-breakpoints-packet
22199 off" works as intended.
22200 * gdb.base/dprintf.exp: Test that "set remote
22201 breakpoint-commands-packet off" works as intended.
22202 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
22203 New function.
22204 (top level): Call it.
22205 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
22206 remote fast-tracepoints-packet off" works as intended.
22207 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
22208 * lib/gdb.exp (gdb_is_target_remote): ... here.
22209
22210 2014-04-24 David Blaikie <dblaikie@gmail.com>
22211
22212 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
22213 ensure clang would not discard them.
22214 * gdb.base/gdbvars.c: Ditto.
22215 * gdb.base/memattr.c: Ditto.
22216 * gdb.base/whatis.c: Ditto.
22217 * gdb.python/py-prettyprint.c: Ditto.
22218 * gdb.trace/actions.c: Ditto.
22219 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
22220 ensure clang would not discard it.
22221
22222 2014-04-24 David Blaikie <dblaikie@gmail.com>
22223
22224 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
22225 clang to emit the full definition of type required by the test
22226 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
22227
22228 2014-04-24 David Blaikie <dblaikie@gmail.com>
22229
22230 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
22231 coax Clang into emitting the definition of the type.
22232 * gdb.cp/pr10728-x.h (y): Ditto.
22233 * gdb.cp/pr10728-y.cc (y): Ditto.
22234
22235 2014-04-24 David Blaikie <dblaikie@gmail.com>
22236
22237 * gdb.base/label.exp: XFAIL label related tests under Clang.
22238 * gdb.cp/cplabel.exp: Ditto.
22239 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
22240 under Clang those using labels.
22241
22242 2014-04-25 Yao Qi <yao@codesourcery.com>
22243
22244 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
22245 double_label.
22246 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
22247 partial_label and double_label.
22248
22249 2014-04-24 David Blaikie <dblaikie@gmail.com>
22250
22251 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
22252
22253 2014-04-24 David Blaikie <dblaikie@gmail.com>
22254
22255 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
22256 of the function to work across GCC and Clang.
22257 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
22258 pointer types (const void ** const V void **).
22259
22260 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
22261 Walfred Tedeschi <walfred.tedeschi@intel.com>
22262
22263 * Makefile.in (EXECUTABLES): Added i386-avx512.
22264 * gdb.arch/i386-avx512.c: New file.
22265 * gdb.arch/i386-avx512.exp: Likewise.
22266
22267 2014-04-23 Keith Seitz <keiths@redhat.com>
22268
22269 * lib/mi-support.exp (mi_list_breakpoints): Delete.
22270 (mi_make_breakpoint_table): New procedure.
22271 (mi_create_breakpoint): Use mi_make_breakpoint
22272 and return the result.
22273 (mi_make_breakpoint): New procedure.
22274 (mi_build_kv_pairs): New procedure.
22275
22276 * gdb.mi/mi-break.exp: Remove unused globals,
22277 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
22278 All callers updated.
22279 * gdb.mi/mi-dprintf.exp: Use variable to track command
22280 number.
22281 Update all callers of mi_create_breakpoint and use
22282 mi_make_breakpoint_table.
22283 Remove any unused global variables.
22284 * gdb.mi/mi-nonstop.exp: Likewise.
22285 * gdb.mi/mi-nsintrall.exp: Likewise.
22286 * gdb.mi/mi-nsmoribund.exp: Likewise.
22287 * gdb.mi/mi-nsthrexec.exp: Likewise.
22288 * gdb.mi/mi-reverse.exp: Likewise.
22289 * gdb.mi/mi-simplerun.exp: Likewise.
22290 * gdb.mi/mi-stepn.exp: Likewise.
22291 * gdb.mi/mi-syn-frame.exp: Likewise.
22292 * gdb.mi/mi-until.exp: Likewise.
22293 * gdb.mi/mi-var-cp.exp: Likewise.
22294 * gdb.mi/mi-var-display.exp: Likewise.
22295 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
22296 * gdb.mi/mi2-var-child.exp: Likewise.
22297 * gdb.mi/mi-vla-c99.exp: Likewise.
22298 * lib/mi-support.exp: Likewise.
22299
22300 From Ian Lance Taylor <iant@cygnus.com>:
22301 * lib/gdb.exp (parse_args): New procedure.
22302
22303 2014-04-23 Pedro Alves <palves@redhat.com>
22304
22305 * gdb.base/break-unload-file.c: New file.
22306 * gdb.base/break-unload-file.exp: New file.
22307 * gdb.base/sym-file-lib.c (baz): New function.
22308 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
22309 field.
22310 (load): Store the segment's mapped size.
22311 (unload): New function.
22312 (unload_shlib): New function.
22313 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
22314 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
22315 set a breakpoint at baz, and call it.
22316 * gdb.base/sym-file.exp: New tests for stale breakpoint
22317 instructions.
22318
22319 2014-04-23 Pedro Alves <palves@redhat.com>
22320
22321 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
22322 * gdb.base/hbreak-in-shr-unsupported.c: New file.
22323 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
22324 * gdb.base/hbreak-unmapped.c: New file.
22325 * gdb.base/hbreak-unmapped.exp: New file.
22326 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
22327 * lib/gdb.exp (gdb_is_target_remote): ... here.
22328
22329 2014-04-22 Pedro Alves <palves@redhat.com>
22330
22331 * gdb.base/consecutive-step-over.c: New file.
22332 * gdb.base/consecutive-step-over.exp: New file.
22333
22334 2014-04-22 Pedro Alves <palves@redhat.com>
22335
22336 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
22337 instead of send_gdb/gdb_expect.
22338
22339 2014-04-22 Yao Qi <yao@codesourcery.com>
22340
22341 * lib/trace-support.exp (generate_tracefile): New procedure.
22342 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
22343 return 0.
22344 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
22345 if generate_tracefile returns 1.
22346
22347 2014-04-18 Tom Tromey <palves@redhat.com>
22348 Pedro alves <tromey@redhat.com>
22349
22350 PR backtrace/15558
22351 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
22352 with a backtrace limit.
22353 * gdb.python/py-frame-inline.exp: Test running to an inline
22354 function with a backtrace limit, and printing the newest frame.
22355 * gdb.python/py-frame-inline.c (main): Call f.
22356
22357 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
22358
22359 * gdb.java/jnpe.exp: Drop srcdir from untested path.
22360
22361 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
22362
22363 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
22364 Drop prefix from unsupported source file path.
22365
22366 2014-04-17 Yao Qi <yao@codesourcery.com>
22367
22368 * lib/gdb.exp (with_target_charset): New proc.
22369 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
22370 with_target_charset.
22371 (test_print_strings): Likewise.
22372 (test_repeat_bytes): Likewise.
22373 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
22374 for some tests.
22375
22376 2014-04-16 Keith Seitz <keiths@redhat.com>
22377
22378 PR gdb/15827
22379 * gdb.dwarf2/corrupt.c: New file.
22380 * gdb.dwarf2/corrupt.exp: New file.
22381
22382 2014-04-16 Keith Seitz <keiths@redhat.com>
22383
22384 PR c++/16597
22385 * gdb.cp/namelessclass.cc: New file.
22386 * gdb.cp/namelessclass.exp: New file.
22387 * gdb.cp/namelessclass.S: New file.
22388
22389 2014-04-16 Doug Evans <dje@google.com>
22390
22391 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
22392 Add comment.
22393 (gdbserver_default_get_comm_port): New function.
22394 (gdbserver_start): Check if board file provided
22395 "gdbserver,get_comm_port" and use it if so.
22396 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
22397 (gdb,socketport): Set to "stdio".
22398 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
22399 (stdio_gdbserver_template): Delete.
22400 (${board}_get_remote_address): Update.
22401 (${board}_build_remote_cmd): Delete.
22402 (${board}_get_comm_port): New function.
22403 (${board}_spawn): Update.
22404 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
22405 Delete.
22406 (${board}_get_remote_address): Update.
22407 (${board}_get_comm_port): New function.
22408
22409 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
22410
22411 * gdb.base/memattr.exp: Improve regexps to handle memory regions
22412 appearing in any order.
22413
22414 2014-04-15 Doug Evans <dje@google.com>
22415
22416 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
22417 uninitialized value of "description".
22418
22419 2014-04-15 Keith Seitz <keiths@redhat.com>
22420
22421 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
22422 Remove unused globals.
22423 (test_running_the_program): Likewise.
22424 (test_controlled_execution): Likewise.
22425 (test_controlling_breakpoints): Likewise.
22426 (test_program_termination): Likewise.
22427
22428 2014-04-15 Keith Seitz <keiths@redhat.com>
22429
22430 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
22431 unused globals.
22432 (test_rbreak_creation_and_listing): Likewise.
22433 (test_ignore_count): Likewise.
22434 (test_error): Likewise.
22435
22436 2014-04-15 Pedro Alves <palves@redhat.com>
22437
22438 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
22439 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
22440 sym-file-loader.c.
22441 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
22442 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
22443 to sym-file-loader.c.
22444 (struct library): Forward declare.
22445 (load_shlib, lookup_function): Change prototypes.
22446 (find_shstrtab, find_strtab, find_shdr, find_symtab)
22447 (translate_offset): Remove declarations.
22448 (get_text_addr): New declaration.
22449 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
22450 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
22451 sym-file-loader.h.
22452 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
22453 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
22454 here from sym-file-loader.h.
22455 (struct library): New structure.
22456 (load_shlib, lookup_function): Change prototypes and adjust to
22457 work with a struct library.
22458 (find_shstrtab, find_strtab, find_shdr, find_symtab)
22459 (translate_offset): Make static.
22460 (get_text_addr): New function.
22461 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
22462
22463 2014-04-15 Pedro Alves <palves@redhat.com>
22464
22465 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
22466
22467 2014-04-15 Pedro Alves <palves@redhat.com>
22468
22469 * gdb.base/sym-file-loader.c: Include <limits.h>.
22470 (SELF_LINK): New define.
22471 (get_origin): New function.
22472 (load_shlib): Use it.
22473 * gdb.base/sym-file.exp: Don't early return if the target is
22474 remote. Use runto_main, and issue fail is that fails. Use
22475 gdb_load_shlibs.
22476 (shlib_name): Delete.
22477 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
22478
22479 2014-04-15 Pedro Alves <palves@redhat.com>
22480
22481 * gdb.base/sym-file.exp: Remove regex characters from test
22482 message. Don't refer to breakpoint numbers in test messages.
22483
22484 2014-04-14 Keith Seitz <keiths@redhat.com>
22485
22486 PR c++/16253
22487 * gdb.cp/var-tag.cc: New file.
22488 * gdb.cp/var-tag.exp: New file.
22489 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
22490 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
22491 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
22492 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
22493
22494 2014-04-14 Tom Tromey <tromey@redhat.com>
22495
22496 * gdb.cp/classes.exp (test_enums): Handle underlying type.
22497 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
22498 type.
22499 * gdb.cp/enum-class.exp: New file.
22500 * gdb.cp/enum-class.cc: New file.
22501
22502 2014-04-14 Tom Tromey <tromey@redhat.com>
22503
22504 * gdb.dwarf2/enum-type.exp: New file.
22505
22506 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22507
22508 * gdb.mi/mi-vla-c99.exp: New file.
22509 * gdb.mi/vla.c: New file.
22510
22511 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22512
22513 * gdb.base/vla-datatypes.c: New file.
22514 * gdb.base/vla-datatypes.exp: New file.
22515
22516 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22517
22518 * gdb.base/vla-ptr.c: New file.
22519 * gdb.base/vla-ptr.exp: New file.
22520
22521 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22522
22523 * gdb.dwarf2/count.exp: New file.
22524
22525 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22526
22527 * gdb.base/vla-sideeffect.c: New file.
22528 * gdb.base/vla-sideeffect.exp: New file.
22529
22530 2014-04-14 David Blaikie <dblaikie@gmail.com>
22531
22532 * gdb.mi/non-stop.c: Add return value for non-void function return
22533 statement.
22534 * gdb.threads/staticthreads.c: Ditto.
22535
22536 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
22537 Doug Evans <xdje42@gmail.com>
22538
22539 * gdb.guile/scm-value.c: Improve test case.
22540 * gdb.guile/scm-value.exp: Add new test.
22541
22542 2014-04-11 David Blaikie <dblaikie@gmail.com>
22543
22544 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
22545 override Clang's default.
22546
22547 2014-04-11 Joel Brobecker <brobecker@adacore.com>
22548
22549 Revert the following changes (regressions):
22550
22551 * gdb.base/vla-sideeffect.c: New file.
22552 * gdb.base/vla-sideeffect.exp: New file.
22553
22554 * gdb.dwarf2/count.exp: New file.
22555
22556 * gdb.base/vla-multi.c: New file.
22557 * gdb.base/vla-multi.exp: New file.
22558
22559 * gdb.base/vla-ptr.c: New file.
22560 * gdb.base/vla-ptr.exp: New file.
22561
22562 * gdb.base/vla-datatypes.c: New file.
22563 * gdb.base/vla-datatypes.exp: New file.
22564
22565 * gdb.mi/mi-vla-c99.exp: New file.
22566 * gdb.mi/vla.c: New file.
22567
22568 2014-04-11 Keith Seitz <keiths@redhat.com>
22569
22570 PR c++/16675
22571 * gdb.cp/cpsizeof.exp: New file.
22572 * gdb.cp/cpsizeof.cc: New file.
22573
22574 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22575
22576 * gdb.mi/mi-vla-c99.exp: New file.
22577 * gdb.mi/vla.c: New file.
22578
22579 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22580
22581 * gdb.base/vla-datatypes.c: New file.
22582 * gdb.base/vla-datatypes.exp: New file.
22583
22584 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22585
22586 * gdb.base/vla-ptr.c: New file.
22587 * gdb.base/vla-ptr.exp: New file.
22588
22589 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22590
22591 * gdb.base/vla-multi.c: New file.
22592 * gdb.base/vla-multi.exp: New file.
22593
22594 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22595
22596 * gdb.dwarf2/count.exp: New file.
22597
22598 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22599
22600 * gdb.base/vla-sideeffect.c: New file.
22601 * gdb.base/vla-sideeffect.exp: New file.
22602
22603 2014-04-11 Yao Qi <yao@codesourcery.com>
22604
22605 * gdb.base/completion.exp: Check file exists before running tests
22606 on file completion.
22607
22608 2014-04-10 Pedro Alves <palves@redhat.com>
22609
22610 * gdb.base/cond-eval-mode.c: New file.
22611 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
22612 prepare_for_testing to build the new file. Check result of
22613 runto_main.
22614 (test_break, test_watch): New procedures.
22615 (top level): Use them.
22616
22617 2014-04-08 Pierre Muller <muller@sourceware.org>
22618
22619 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
22620 Ctrl-V use for mingw hosts.
22621
22622 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
22623
22624 * gdb.python/py-value.c: Improve test case.
22625 * gdb.python/py-value.exp: Add new test.
22626
22627 2014-04-07 David Blaikie <dblaikie@gmail.com>
22628
22629 * lib/compiler.c: Identify the clang compiler.
22630 * lib/compiler.cc: Ditto.
22631
22632 2014-04-03 Yao Qi <yao@codesourcery.com>
22633
22634 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
22635
22636 2014-04-01 Anton Blanchard <anton@samba.org>
22637
22638 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
22639 messages unique.
22640
22641 2014-04-01 Anton Blanchard <anton@samba.org>
22642
22643 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
22644 prepare_for_testing.
22645
22646 2014-04-01 Anton Blanchard <anton@samba.org>
22647
22648 * gdb.arch/ppc64-atomic-inst.c: Remove.
22649 * gdb.arch/ppc64-atomic-inst.S: New file.
22650 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
22651
22652 2014-03-31 Doug Evans <dje@google.com>
22653
22654 * gdb.base/print-symbol-loading-lib.c: New file.
22655 * gdb.base/print-symbol-loading-main.c: New file.
22656 * gdb.base/print-symbol-loading.exp: New file.
22657
22658 2014-03-31 Yao Qi <yao@codesourcery.com>
22659
22660 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
22661
22662 2014-03-28 Joel Brobecker <brobecker@adacore.com>
22663
22664 * gdb.ada/mi_dyn_arr: New testcase.
22665
22666 2014-03-27 Doug Evans <dje@google.com>
22667
22668 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
22669
22670 2014-03-27 Yao Qi <yao@codesourcery.com>
22671
22672 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
22673 if target is nios2-*-*.
22674
22675 2014-03-26 Yao Qi <yao@codesourcery.com>
22676
22677 * lib/gdb.exp (readline_is_used): New proc.
22678 * gdb.base/completion.exp: Move tests on command complete up.
22679 Skip the rest of tests if readline is not used.
22680 * gdb.ada/complete.exp: Skp the test if readline is not
22681 used.
22682 * gdb.base/filesym.exp: Likewise.
22683 * gdb.base/macscp.exp: Likewise.
22684 * gdb.base/readline-ask.exp: Likewise.
22685 * gdb.base/readline.exp: Likewise.
22686 * gdb.python/py-cmd.exp: Likewise.
22687 * gdb.trace/tfile.exp: Likewise.
22688
22689 2014-03-26 Yao Qi <yao@codesourcery.com>
22690
22691 * gdb.base/macscp.exp: Fix code format issues.
22692
22693 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
22694
22695 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
22696 * gdb.asm/powerpc64le.inc: New file.
22697
22698 2014-03-25 Pedro Alves <palves@redhat.com>
22699 Doug Evans <dje@google.com>
22700
22701 * gdb.base/source-execution.c: New file.
22702 * gdb.base/source-execution.exp: New file.
22703 * gdb.base/source-execution.gdb: New file.
22704
22705 2014-03-24 Doug Evans <dje@google.com>
22706
22707 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
22708 using fission.
22709
22710 2014-03-24 Hui Zhu <hui@codesourcery.com>
22711 Pedro Alves <palves@redhat.com>
22712
22713 PR breakpoints/16101
22714 * gdb.base/dprintf.exp: Use unsupported rather than changing the
22715 test pass/fail messages. Detect missing support for dprintf when
22716 breakpoints are actually inserted.
22717 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
22718 breakpoints are actually inserted.
22719 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
22720 fails.
22721
22722 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
22723
22724 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
22725
22726 2014-03-22 Doug Evans <xdje42@gmail.com>
22727
22728 * gdb.python/python.exp (python not supported): Verify multi-line
22729 python command issues an error.
22730 * gdb.guile/guile.exp (guile not supported): Verify multi-line
22731 guile command issues an error.
22732
22733 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
22734
22735 * gdb.threads/thread-specific.exp: Handle the lack of usable
22736 $this_breakpoint and $this_thread.
22737
22738 2014-03-21 Hui Zhu <hui@codesourcery.com>
22739
22740 * gdb.base/attach.exp (do_command_attach_tests): New.
22741
22742 2014-03-20 Tom Tromey <tromey@redhat.com>
22743 Pedro Alves <palves@redhat.com>
22744
22745 PR cli/15718
22746 * gdb.base/condbreak-call-false.c: New file.
22747 * gdb.base/condbreak-call-false.exp: New file.
22748
22749 2014-03-20 Pedro Alves <palves@redhat.com>
22750
22751 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
22752 Delete.
22753 (block_signals, unblock_signals): Delete.
22754 (child_function_2, main): Remove references to deleted variable
22755 and functions.
22756
22757 2014-03-20 Pedro Alves <palves@redhat.com>
22758
22759 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
22760 Use pthread_kill to signal thread 2.
22761 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
22762 Adjust to make the test send itself a signal rather than using the
22763 host's "kill" command.
22764
22765 2014-03-20 Pedro Alves <palves@redhat.com>
22766
22767 * gdb.threads/multiple-step-overs.c: New file.
22768 * gdb.threads/multiple-step-overs.exp: New file.
22769 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
22770 Adjust expected infrun debug output.
22771
22772 2014-03-20 Pedro Alves <palves@redhat.com>
22773
22774 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
22775 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
22776
22777 2014-03-20 Pedro Alves <palves@redhat.com>
22778
22779 PR breakpoints/7143
22780 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
22781 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
22782 of gdb_test_multiple.
22783 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
22784 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
22785
22786 2014-03-20 Pedro Alves <palves@redhat.com>
22787
22788 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
22789 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
22790
22791 2014-03-19 Pedro Alves <palves@redhat.com>
22792
22793 * gdb.base/async.exp: Remove early return.
22794
22795 2014-03-19 Pedro Alves <palves@redhat.com>
22796
22797 * gdb.base/async.exp (step& tests): Pass explicit test messages.
22798
22799 2014-03-19 Pedro Alves <palves@redhat.com>
22800
22801 * gdb.base/async.exp (test_background): Expect \r\n after
22802 "completed." in the fail pattern.
22803
22804 2014-03-19 Pedro Alves <palves@redhat.com>
22805
22806 * gdb.base/async.exp (test_background): New procedure.
22807 Use it for all background execution command tests.
22808
22809 2014-03-19 Pedro Alves <palves@redhat.com>
22810
22811 * gdb.base/async.exp: Use prepare_for_testing.
22812
22813 2014-03-19 Pedro Alves <palves@redhat.com>
22814
22815 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
22816 the same line.
22817
22818 2014-03-19 Pedro Alves <palves@redhat.com>
22819
22820 * gdb.base/async.c (main): Add "jump here" and "until here" line
22821 marker comments.
22822 * gdb.base/async.exp (jump_here): New global.
22823 (jump& test): Use it.
22824 (until_here): New global.
22825 (until& test): Use it.
22826
22827 2014-03-19 Pedro Alves <palves@redhat.com>
22828
22829 * gdb.base/async.exp: Don't frob gdb_protocol.
22830
22831 2014-03-18 Doug Evans <xdje42@gmail.com>
22832
22833 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
22834 Fix spelling of exec-done-display.
22835
22836 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
22837
22838 PR gdb/15358
22839 * gdb.base/gdb-sigterm.c: New file.
22840 * gdb.base/gdb-sigterm.exp: New file.
22841
22842 2014-03-18 Pedro Alves <palves@redhat.com>
22843
22844 PR gdb/13860
22845 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
22846 * lib/mi-support.exp (mi_expect_stop): Add special handling for
22847 solib-event.
22848
22849 2014-03-17 Joel Brobecker <brobecker@adacore.com>
22850
22851 * gdb.ada/pckd_arr_ren: New testcase.
22852
22853 2014-03-13 Doug Evans <xdje42@gmail.com>
22854
22855 PR guile/16612
22856 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
22857 collect after discarding symbols.
22858
22859 2014-03-13 Ludovic Courtès <ludo@gnu.org>
22860 Doug Evans <xdje42@gmail.com>
22861
22862 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
22863 to history survives a gc.
22864
22865 2014-03-13 Pedro Alves <palves@redhat.com>
22866
22867 * gdb.base/default.exp: Don't test "target procfs".
22868
22869 2014-03-13 Pedro Alves <palves@redhat.com>
22870
22871 * gdb.base/default.exp: Update "target child" and "target procfs"
22872 tests to not expect "Unix".
22873
22874 2014-03-12 Tom Tromey <tromey@redhat.com>
22875
22876 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
22877 New procs. Add target-async tests.
22878 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
22879 Add target-async tests.
22880
22881 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
22882
22883 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
22884 'func_start' and 'func_end' for the beginning and end of the
22885 function code, respectively.
22886 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
22887 'func_end' instead of 'func' and 'main'.
22888
22889 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
22890
22891 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
22892 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
22893 generate the debug info assembler source.
22894
22895 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
22896
22897 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
22898 * gdb.dwarf2/arr-subrange.exp: Likewise.
22899 * gdb.dwarf2/dwz.exp: Likewise.
22900 * gdb.dwarf2/method-ptr.exp: Likewise.
22901 * gdb.dwarf2/missing-sig-type.exp: Likewise.
22902 * gdb.dwarf2/subrange.exp: Likewise.
22903 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
22904 * gdb.dwarf2/implptrpiece.exp: Likewise.
22905 * gdb.dwarf2/nostaticblock.exp: Likewise.
22906
22907 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
22908
22909 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
22910 directory to absolute path name arguments.
22911
22912 2014-03-10 Joel Brobecker <brobecker@adacore.com>
22913
22914 * gdb.ada/tagged_access: New testcase.
22915
22916 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
22917
22918 * gdb.btrace/data.exp: Update expected output.
22919
22920 2014-03-06 Yao Qi <yao@codesourcery.com>
22921
22922 * gdb.trace/pr16508.exp: New file.
22923
22924 2014-03-05 Pedro Alves <palves@redhat.com>
22925
22926 PR gdb/16575
22927 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
22928 procedure.
22929 (top level): Adjust to use it. Add tests that exercise breakpoint
22930 interaction with the code-cache.
22931
22932 2014-02-26 Ludovic Courtès <ludo@gnu.org>
22933
22934 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
22935 test for 'history-append!'.
22936
22937 2014-02-26 Joel Brobecker <brobecker@adacore.com>
22938
22939 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
22940 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
22941 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
22942 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
22943 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
22944 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
22945
22946 2014-02-26 Joel Brobecker <brobecker@adacore.com>
22947
22948 * testsuite/gdb.python/py-pp-re-notag.c: New file.
22949 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
22950 * testsuite/gdb.python/py-pp-re-notag.p: New file.
22951
22952 2014-02-26 Joel Brobecker <brobecker@adacore.com>
22953
22954 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
22955
22956 2014-02-26 Joel Brobecker <brobecker@adacore.com>
22957
22958 * gdb.dwarf2/arr-stride.c: New file.
22959 * gdb.dwarf2/arr-stride.exp: New file.
22960
22961 2014-02-26 Pedro Alves <palves@redhat.com>
22962
22963 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
22964 that won't ever trigger. Make sure that GDB reports the correct
22965 breakpoint that caused the stop.
22966
22967 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
22968
22969 PR gdb/16626
22970 * gdb.base/auto-load-script: New file.
22971 * gdb.base/auto-load.c: New file.
22972 * gdb.base/auto-load.exp: New file.
22973
22974 PR gdb/16626
22975 * gdb.base/auto-load.exp: Fix out-of-srctree run.
22976
22977 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
22978
22979 Fix dw2-icycle.exp -fsanitize=address GDB crash.
22980 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
22981
22982 2014-02-24 Doug Evans <dje@google.com>
22983
22984 * lib/gdb.exp (run_on_host): Log error output if program fails.
22985
22986 2014-02-21 Pedro Alves <palves@redhat.com>
22987
22988 * gdb.threads/step-after-sr-lock.c: Rename to ...
22989 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
22990 * gdb.threads/step-after-sr-lock.exp: Rename to ...
22991 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
22992 ... this.
22993
22994 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
22995
22996 PR tdep/16397
22997 * gdb.arch/amd64-stap-special-operands.exp: New file.
22998 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
22999 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
23000 * gdb.arch/amd64-stap-triplet.S: Likewise.
23001 * gdb.arch/amd64-stap-triplet.c: Likewise.
23002
23003 2014-02-20 Joel Brobecker <brobecker@adacore.com>
23004
23005 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
23006 in .section pseudo-op.
23007
23008 2014-02-20 lin zuojian <manjian2006@gmail.com>
23009 Joel Brobecker <brobecker@adacore.com>
23010 Doug Evans <xdje42@gmail.com>
23011
23012 PR symtab/16581
23013 * gdb.dwarf2/dw2-icycle.S: New file.
23014 * gdb.dwarf2/dw2-icycle.c: New file.
23015 * gdb.dwarf2/dw2-icycle.exp: New file.
23016
23017 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
23018
23019 * gdb.python/py-value-cc.cc: Improve test case to enable testing
23020 operations on gdb.Value objects.
23021 * gdb.python/py-value-cc.exp: Add new test to test operations on
23022 gdb.Value objects.
23023
23024 2014-02-18 Doug Evans <dje@google.com>
23025
23026 * Makefile.in (TESTS): New variable.
23027 (expanded_tests, expanded_tests_or_none): New variables
23028 (check-single): Pass $(expanded_tests_or_none) to runtest.
23029 (check-parallel): Only run tests in $(TESTS) if non-empty.
23030 (check/no-matching-tests-found): New rule.
23031 * README: Document TESTS makefile variable.
23032
23033 2014-02-18 Doug Evans <dje@google.com>
23034
23035 * Makefile.in (check-parallel): rm -rf outputs temp.
23036
23037 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
23038
23039 Fix "ERROR: no fileid for" in the testsuite.
23040 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
23041
23042 2014-02-12 Doug Evans <dje@google.com>
23043
23044 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
23045 (MISCELLANEOUS): New variable.
23046 (clean): rm -rf $(MISCELLANEOUS).
23047 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
23048 dwp live in the same directory as symlinks, with each symlink pointed
23049 to a differently named file in a different directory.
23050
23051 2014-02-11 Doug Evans <dje@google.com>
23052
23053 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
23054 of Tcl file commands.
23055
23056 2014-02-10 Mark Kettenis <kettenis@gnu.org>
23057
23058 * gdb.threads/step-after-sr-lock.exp: Avoid executing
23059 "kill -SIGUSR1 -1".
23060
23061 2014-02-10 Joel Brobecker <brobecker@adacore.com>
23062
23063 * gdb.ada/tick_length_array_enum_idx: New testcase.
23064
23065 2014-02-10 Doug Evans <xdje42@gmail.com>
23066
23067 * configure.ac (AC_OUTPUT): Add gdb.guile.
23068 * configure: Regenerate.
23069 * lib/gdb-guile.exp: New file.
23070 * lib/gdb.exp (get_target_charset): New function.
23071 * gdb.base/help.exp: Update expected output from "apropos apropos".
23072 * gdb.guile/Makefile.in: New file.
23073 * gdb.guile/guile.exp: New file.
23074 * gdb.guile/scm-arch.c: New file.
23075 * gdb.guile/scm-arch.exp: New file.
23076 * gdb.guile/scm-block.c: New file.
23077 * gdb.guile/scm-block.exp: New file.
23078 * gdb.guile/scm-breakpoint.c: New file.
23079 * gdb.guile/scm-breakpoint.exp: New file.
23080 * gdb.guile/scm-disasm.c: New file.
23081 * gdb.guile/scm-disasm.exp: New file.
23082 * gdb.guile/scm-equal.c: New file.
23083 * gdb.guile/scm-equal.exp: New file.
23084 * gdb.guile/scm-error.exp: New file.
23085 * gdb.guile/scm-error.scm: New file.
23086 * gdb.guile/scm-frame-args.c: New file.
23087 * gdb.guile/scm-frame-args.exp: New file.
23088 * gdb.guile/scm-frame-args.scm: New file.
23089 * gdb.guile/scm-frame-inline.c: New file.
23090 * gdb.guile/scm-frame-inline.exp: New file.
23091 * gdb.guile/scm-frame.c: New file.
23092 * gdb.guile/scm-frame.exp: New file.
23093 * gdb.guile/scm-generics.exp: New file.
23094 * gdb.guile/scm-gsmob.exp: New file.
23095 * gdb.guile/scm-iterator.c: New file.
23096 * gdb.guile/scm-iterator.exp: New file.
23097 * gdb.guile/scm-math.c: New file.
23098 * gdb.guile/scm-math.exp: New file.
23099 * gdb.guile/scm-objfile-script-gdb.in: New file.
23100 * gdb.guile/scm-objfile-script.c: New file.
23101 * gdb.guile/scm-objfile-script.exp: New file.
23102 * gdb.guile/scm-objfile.c: New file.
23103 * gdb.guile/scm-objfile.exp: New file.
23104 * gdb.guile/scm-ports.exp: New file.
23105 * gdb.guile/scm-pretty-print.c: New file.
23106 * gdb.guile/scm-pretty-print.exp: New file.
23107 * gdb.guile/scm-pretty-print.scm: New file.
23108 * gdb.guile/scm-section-script.c: New file.
23109 * gdb.guile/scm-section-script.exp: New file.
23110 * gdb.guile/scm-section-script.scm: New file.
23111 * gdb.guile/scm-symbol.c: New file.
23112 * gdb.guile/scm-symbol.exp: New file.
23113 * gdb.guile/scm-symtab-2.c: New file.
23114 * gdb.guile/scm-symtab.c: New file.
23115 * gdb.guile/scm-symtab.exp: New file.
23116 * gdb.guile/scm-type.c: New file.
23117 * gdb.guile/scm-type.exp: New file.
23118 * gdb.guile/scm-value-cc.cc: New file.
23119 * gdb.guile/scm-value-cc.exp: New file.
23120 * gdb.guile/scm-value.c: New file.
23121 * gdb.guile/scm-value.exp: New file.
23122 * gdb.guile/source2.scm: New file.
23123 * gdb.guile/types-module.cc: New file.
23124 * gdb.guile/types-module.exp: New file.
23125
23126 2014-02-10 Yao Qi <yao@codesourcery.com>
23127
23128 PR testsuite/16543
23129 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
23130 * configure: Regenerated.
23131 * Makefile.in: New file.
23132
23133 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
23134
23135 * gdb.python/py-framefilter.exp: Fix typo.
23136
23137 2014-02-08 Yao Qi <yao@codesourcery.com>
23138
23139 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
23140 that no =breakpoint-modified is emitted when breakpoints are
23141 modified through MI commands.
23142
23143 2014-02-07 Pedro Alves <pedro@codesourcery.com>
23144 Pedro Alves <palves@redhat.com>
23145
23146 * gdb.threads/step-after-sr-lock.c: New file.
23147 * gdb.threads/step-after-sr-lock.exp: New file.
23148
23149 2014-02-07 Pedro Alves <palves@redhat.com>
23150
23151 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
23152
23153 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
23154
23155 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
23156 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
23157
23158 2014-02-06 Doug Evans <xdje42@gmail.com>
23159
23160 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
23161 output.
23162
23163 * gdb.gdb/python-interrupts.exp: New file.
23164
23165 2014-02-05 Yao Qi <yao@codesourcery.com>
23166
23167 * gdb.trace/report.exp (use_collected_data): Test the output
23168 of "info threads" and "info inferiors".
23169
23170 2014-02-05 Yao Qi <yao@codesourcery.com>
23171
23172 Revert this patch:
23173
23174 2013-05-24 Yao Qi <yao@codesourcery.com>
23175
23176 * gdb.trace/tfile.exp: Test inferior and thread.
23177
23178 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
23179
23180 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
23181 on a function.
23182 * gdb.base/step-bt.c: Call hello via function pointer to make
23183 sure its first instruction is executed on powerpc64le-linux.
23184
23185 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
23186
23187 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
23188
23189 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
23190
23191 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
23192 of the test patterns for use on little-endian systems.
23193
23194 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
23195
23196 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
23197 (decimal_vector): Fix for little-endian.
23198
23199 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
23200
23201 * gdb.arch/sparc-sysstep.exp: New file.
23202 * gdb.arch/sparc-sysstep.c: Likewise.
23203
23204 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
23205
23206 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
23207
23208 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
23209
23210 2014-01-23 Tom Tromey <tromey@redhat.com>
23211
23212 * gdb.ada/array_char_idx: New testcase.
23213
23214 2014-01-23 Tom Tromey <tromey@redhat.com>
23215
23216 PR python/16487:
23217 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
23218 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
23219 classes.
23220
23221 2014-01-23 Tom Tromey <tromey@redhat.com>
23222
23223 PR python/16491:
23224 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
23225 string from an inferior frame.
23226 * gdb.python/py-framefilter-mi.exp: Update.
23227
23228 2014-01-22 Doug Evans <dje@google.com>
23229
23230 * gdb.server/server-mon.exp: Add tests for "set debug-format".
23231
23232 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
23233
23234 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
23235
23236 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
23237
23238 * gdb.trace/entry-values.exp: Remove excess space character from
23239 regex patterns. Handle s390 call instruction.
23240
23241 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
23242
23243 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
23244 define "*_start" label. Make "name" static.
23245 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
23246 ${name} by references to ${name}_start.
23247
23248 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
23249
23250 * gdb.base/info-macros.exp: Remove "debug" from the compile
23251 options.
23252
23253 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
23254
23255 * gdb.dlang/demangle.exp: New file.
23256
23257 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
23258
23259 * gdb.dlang/primitive-types.exp: New file.
23260
23261 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
23262
23263 * configure.ac: Create gdb.dlang/Makefile.
23264 * configure: Regenerate.
23265 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
23266 * gdb.dlang/Makefile.in: New file.
23267 * lib/d-support.exp: New file.
23268 * lib/gdb.exp (skip_d_tests): New proc.
23269
23270 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23271
23272 * gdb.btrace/delta.exp: Check reverse stepi.
23273 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
23274 * gdb.btrace/finish.exp: New.
23275 * gdb.btrace/next.exp: New.
23276 * gdb.btrace/nexti.exp: New.
23277 * gdb.btrace/record_goto.c: Add comments.
23278 * gdb.btrace/step.exp: New.
23279 * gdb.btrace/stepi.exp: New.
23280 * gdb.btrace/multi-thread-step.c: New.
23281 * gdb.btrace/multi-thread-step.exp: New.
23282 * gdb.btrace/rn-dl-bind.c: New.
23283 * gdb.btrace/rn-dl-bind.exp: New.
23284 * gdb.btrace/data.c: New.
23285 * gdb.btrace/data.exp: New.
23286 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
23287
23288 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23289
23290 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
23291 * gdb.btrace/exception.exp: Update.
23292 * gdb.btrace/instruction_history.exp: Update.
23293 * gdb.btrace/record_goto.exp: Update.
23294 * gdb.btrace/tailcall.exp: Update.
23295 * gdb.btrace/unknown_functions.exp: Update.
23296 * gdb.btrace/delta.exp: New.
23297
23298 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23299
23300 * gdb.btrace/record_goto.exp: Add backtrace test.
23301 * gdb.btrace/tailcall.exp: Add backtrace test.
23302
23303 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23304
23305 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
23306 * gdb.btrace/record_goto.c: New.
23307 * gdb.btrace/record_goto.exp: New.
23308 * gdb.btrace/x86-record_goto.S: New.
23309
23310 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23311
23312 * gdb.btrace/function_call_history.exp: Update tests.
23313 * gdb.btrace/instruction_history.exp: Update tests.
23314
23315 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23316
23317 * gdb.btrace/function_call_history.exp: Fix expected field
23318 order for "record function-call-history".
23319 Add new tests for "record function-call-history /c".
23320 * gdb.btrace/exception.cc: New.
23321 * gdb.btrace/exception.exp: New.
23322 * gdb.btrace/tailcall.exp: New.
23323 * gdb.btrace/x86-tailcall.S: New.
23324 * gdb.btrace/x86-tailcall.c: New.
23325 * gdb.btrace/unknown_functions.c: New.
23326 * gdb.btrace/unknown_functions.exp: New.
23327 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
23328
23329 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23330
23331 * gdb.btrace/instruction_history.exp: Update.
23332 * gdb.btrace/function_call_history.exp: Update.
23333
23334 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23335
23336 * gdb.btrace/function_call_history.exp: Fix expected function
23337 trace.
23338 * gdb.btrace/instruction_history.exp: Initialize traced.
23339 Remove traced_functions.
23340
23341 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23342
23343 * gdb.btrace/function_call_history.exp: Update
23344 * gdb.btrace/instruction_history.exp: Update.
23345
23346 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23347
23348 * gdb.btrace/enable.exp: Update expected text.
23349
23350 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
23351
23352 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
23353 bytes.
23354
23355 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
23356
23357 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
23358
23359 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
23360
23361 * lib/gdb.exp (supports_process_record): Return true for
23362 arm*-linux*. (supports_reverse): Likewise.
23363
23364 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
23365
23366 PR python/15464
23367 PR python/16113
23368 * gdb.python/py-type.c: Enhance test case.
23369 * gdb.python/py-value-cc.cc: Likewise
23370 * gdb.python/py-type.exp: Add new tests.
23371 * gdb.python/py-value-cc.exp: Likewise
23372
23373 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
23374 Pedro Alves <palves@redhat.com>
23375
23376 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
23377 Make "name" extern.
23378 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
23379 references to ${name}_start by references to ${name}.
23380
23381 2014-01-10 Joel Brobecker <brobecker@adacore.com>
23382
23383 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
23384
23385 2014-01-10 Joel Brobecker <brobecker@adacore.com>
23386
23387 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
23388
23389 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
23390 Pedro Alves <palves@redhat.com>
23391
23392 * gdb.mi/mi-info-os.exp: Connect to the target with
23393 mi_gdb_target_load.
23394
23395 2014-01-08 Pedro Alves <palves@redhat.com>
23396
23397 * gdb.threads/reconnect-signal.c: New file.
23398 * gdb.threads/reconnect-signal.exp: New file.
23399
23400 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
23401
23402 * gdb.base/source-dir.exp: New file.
23403
23404 2014-01-07 Joel Brobecker <brobecker@adacore.com>
23405
23406 * gdb.ada/mi_interface: New testcase.
23407
23408 2014-01-07 Joel Brobecker <brobecker@adacore.com>
23409
23410 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
23411 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
23412 gdb.ada/pp-rec-component/pck.ads: New files.
23413
23414 2014-01-07 Joel Brobecker <brobecker@adacore.com>
23415
23416 * gdb.python/py-pp-integral.c: New file.
23417 * gdb.python/py-pp-integral.py: New file.
23418 * gdb.python/py-pp-integral.exp: New file.
23419
23420 For older changes see ChangeLog-1993-2013.
23421 \f
23422 ;; Local Variables:
23423 ;; mode: change-log
23424 ;; left-margin: 8
23425 ;; fill-column: 74
23426 ;; version-control: never
23427 ;; End:
23428
23429 Copyright 2014-2021 Free Software Foundation, Inc.
23430 Copying and distribution of this file, with or without modification,
23431 are permitted provided the copyright notice and this notice are preserved.
This page took 0.67551 seconds and 4 git commands to generate.