Fix fixed-point regression with recent GCC
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2021-01-25 Tom Tromey <tromey@adacore.com>
2
3 * gdb.ada/fixed_points.exp: Add regression test.
4 * gdb.ada/fixed_points/fixed_points.adb (FP5_Var): New variable.
5 * gdb.ada/fixed_points/pck.adb (Delta5, FP5_Type): New.
6
7 2021-01-25 Tom Tromey <tromey@adacore.com>
8
9 * gdb.ada/local-enum.exp: Add enumerator resolution test.
10
11 2021-01-25 Tom Tromey <tromey@adacore.com>
12
13 * gdb.ada/local-enum.exp: New file.
14 * gdb.ada/local-enum/local.adb: New file.
15
16 2021-01-23 Tom Tromey <tom@tromey.com>
17
18 * lib/gdb.exp (default_gdb_init): Set INPUTRC to a cached file.
19
20 2021-01-22 Bernd Edlinger <bernd.edlinger@hotmail.de>
21
22 * gdb.base/line65535.exp: Fix test expectation.
23
24 2021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
25
26 * lib/gdb.exp (gdb_test_multiple): Remove things related to test
27 suppression.
28 (default_gdb_exit): Likewise.
29 (default_gdb_spawn): Likewise.
30 (send_gdb): Likewise.
31 (gdb_expect): Likewise.
32 (gdb_expect_list): Likewise.
33 (default_gdb_init): Likewise.
34 (gdb_suppress_entire_file): Remove.
35 (gdb_suppress_tests): Remove.
36 (gdb_stop_suppressing_tests): Remove.
37 (gdb_clear_suppressed): Remove.
38 * lib/mi-support.exp (mi_uncatched_gdb_exit): Remove things
39 related to test suppression.
40 (default_mi_gdb_start): Likewise.
41 (mi_gdb_reinitialize_dir): Likewise.
42 (mi_gdb_test): Likewise.
43 (mi_run_cmd_full): Likewise.
44 (mi_runto_helper): Likewise.
45 (mi_execute_to): Likewise.
46 * lib/prompt.exp (default_prompt_gdb_start): Likewise.
47 * gdb.base/bitfields.exp: Likewise.
48 * gdb.base/bitfields2.exp: Likewise.
49 * gdb.base/break.exp: Likewise.
50 * gdb.base/call-sc.exp: Likewise.
51 * gdb.base/callfuncs.exp: Likewise.
52 * gdb.base/dfp-test.exp: Likewise.
53 * gdb.base/endian.exp: Likewise.
54 * gdb.base/exprs.exp: Likewise.
55 * gdb.base/funcargs.exp: Likewise.
56 * gdb.base/hbreak2.exp: Likewise.
57 * gdb.base/recurse.exp: Likewise.
58 * gdb.base/scope.exp: Likewise.
59 * gdb.base/sepdebug.exp: Likewise.
60 * gdb.base/structs.exp: Likewise.
61 * gdb.base/until.exp: Likewise.
62 * gdb.cp/misc.exp: Likewise.
63
64 2021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
65
66 PR cli/25956
67 * gdb.base/style.exp (run_style_tests): Add version string test.
68 (test_startup_version_string): Use version style name.
69 * lib/gdb-utils.exp (style): Handle version style name.
70
71 2021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
72
73 * gdb.base/style.exp (limited_style): New proc.
74 (clean_restart_and_disable): New proc.
75 (run_style_tests): New proc. Most of the old tests from this file
76 are now in this proc.
77 (test_startup_version_string): New proc. Reamining test from the
78 old file is in this proc.
79
80 2021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
81
82 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
83 Adjust to "set debug remote" changes.
84
85 2021-01-21 Luis Machado <luis.machado@linaro.org>
86
87 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Handle a new error
88 message.
89
90 2021-01-21 Simon Marchi <simon.marchi@polymtl.ca>
91
92 * lib/tuiterm.exp (_log, _log_cur): New, use throughout.
93
94 2021-01-21 Hannes Domani <ssbssa@yahoo.de>
95
96 PR python/19151
97 * gdb.python/py-breakpoint.exp: Add tests for hardware breakpoints.
98
99 2021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
100
101 * lib/tuiterm.exp: Rename _cur_x/_cur_y to _cur_col/_cur_row.
102
103 2021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
104
105 * lib/tuiterm.exp: Add links in comments.
106
107 2021-01-20 Tom de Vries <tdevries@suse.de>
108
109 * gdb.python/py-format-string.exp: Allow Deriv+$decimal as vtable
110 offset.
111
112 2021-01-20 Tom de Vries <tdevries@suse.de>
113
114 * lib/gdb.exp (skip_rust_tests): Skip if multilib_flags contains -m32.
115
116 2021-01-20 Sergio Durigan Junior <sergiodj@sergiodj.net>
117
118 * gdb.arch/amd64-stap-expressions.S: New file.
119 * gdb.arch/amd64-stap-expressions.exp: New file.
120
121 2021-01-19 Tom de Vries <tdevries@suse.de>
122
123 * gdb.base/step-over-syscall.exp: Detect and handle sysenter/int
124 sequence.
125
126 2021-01-19 Tom de Vries <tdevries@suse.de>
127
128 * gdb.arch/i386-mpx.c (main): Drop argc/argv parameter.
129
130 2021-01-18 Andrew Burgess <andrew.burgess@embecosm.com>
131
132 * gdb.fortran/array-slices.exp (run_test): Avoid including
133 addresses in test names.
134
135 2021-01-15 Tom de Vries <tdevries@suse.de>
136
137 PR testsuite/26997
138 * gdb.fortran/array-slices.exp (run_test): Avoid pointer arithmetic
139 when adding sizeof.
140
141 2021-01-14 Tom de Vries <tdevries@suse.de>
142
143 PR testsuite/24590
144 * gdb.base/style.exp: Handle shorter argv in frame command output.
145
146 2021-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
147
148 PR gdb/26819
149 * gdb.server/stop-reply-no-thread-multi.c: New file.
150 * gdb.server/stop-reply-no-thread-multi.exp: New file.
151
152 2021-01-12 Tom de Vries <tdevries@suse.de>
153
154 * gdb.arch/i386-mpx-call.c (have_mpx): Remove.
155 (main): Remove call to have_mpx.
156 * gdb.arch/i386-mpx-call.exp: Use have_mpx.
157 * gdb.arch/i386-mpx-map.c (have_mpx): Remove.
158 (main): Remote call to have_mpx.
159 * gdb.arch/i386-mpx-map.exp: Use have_mpx.
160 * gdb.arch/i386-mpx-sigsegv.c (have_mpx): Remove.
161 (main): Remove call to have_mpx.
162 * gdb.arch/i386-mpx-sigsegv.exp: Use have_mpx.
163 * gdb.arch/i386-mpx-simple_segv.c (have_mpx): Remove.
164 (main): Remove call to have_mpx.
165 * gdb.arch/i386-mpx-simple_segv.exp: Use have_mpx.
166 * gdb.arch/i386-mpx.c (have_mpx): Remove.
167 (main): Remote call to have_mpx.
168 * gdb.arch/i386-mpx.exp: Use have_mpx.
169 * lib/gdb.exp (have_mpx): New proc.
170
171 2021-01-12 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
172
173 * gdb.arch/aarch64-fp.exp: Modify to test bfloat16 support.
174
175 2021-01-12 Tom de Vries <tdevries@suse.de>
176
177 * gdb.base/disasm-optim.exp: Require is_amd64_regs_target.
178
179 2021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
180
181 * gdb.fortran/debug-expr.exp: Add new tests.
182
183 2021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
184
185 * gdb.fortran/dot-ops.exp: Add new tests.
186
187 2021-01-11 Tom de Vries <tdevries@suse.de>
188
189 PR testsuite/26968
190 * gdb.arch/amd64-stap-three-arg-disp.S: Remove insn modifying $ebx.
191 Move insn setting $eax to before probe point.
192
193 2021-01-09 Tom Tromey <tom@tromey.com>
194
195 * gdb.trace/ax.exp: Do not require an "ext".
196
197 2021-01-08 Tom Tromey <tromey@adacore.com>
198
199 * gdb.ada/voidctx/pck.adb: New file.
200 * gdb.ada/voidctx/pck.ads: New file.
201 * gdb.ada/voidctx/voidctx.adb: New file.
202 * gdb.ada/voidctx.exp: New file.
203
204 2021-01-08 Simon Marchi <simon.marchi@polymtl.ca>
205
206 PR gdb/27157
207 * gdb.base/empty-host-env-vars.exp: New test.
208
209 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
210
211 * gdb.base/completion.exp: Add a new test.
212
213 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
214
215 * gdb.fortran/intvar-dynamic-types.exp: New file.
216 * gdb.fortran/intvar-dynamic-types.f90: New file.
217
218 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
219
220 * gdb.fortran/intvar-array.exp: New file.
221 * gdb.fortran/intvar-array.f90: New file.
222
223 2021-01-07 Tom Tromey <tromey@adacore.com>
224
225 * gdb.ada/assign_arr.exp: Add 'others' test.
226
227 2021-01-06 Tom Tromey <tromey@adacore.com>
228
229 * gdb.ada/fixed_points/pck.ads (Delta4): New constant.
230 (FP4_Type): New type.
231 (FP4_Var): New variable.
232 * gdb.ada/fixed_points/fixed_points.adb: Update.
233 * gdb.ada/fixed_points.exp: Add tests for binary operators.
234
235 2021-01-06 Simon Marchi <simon.marchi@polymtl.ca>
236
237 * lib/gdb.exp (gdb_test_sequence): Accept -prompt switch.
238 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
239 Pass prompt containing debug print to gdb_test_sequence.
240
241 2021-01-04 Tom de Vries <tdevries@suse.de>
242
243 * gdb.dwarf2/dw2-out-of-range-end-of-seq.exp: New file.
244
245 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
246
247
248
249 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
250
251 * gdb.server/abspath.exp: Append "set sysroot" to GDBFLAGS.
252 * gdb.server/connect-without-multi-process.exp: Likewise.
253 * gdb.server/exit-multiple-threads.exp: Likewise.
254 * gdb.server/ext-attach.exp: Likewise.
255 * gdb.server/ext-restart.exp: Likewise.
256 * gdb.server/ext-run.exp: Likewise.
257 * gdb.server/ext-wrapper.exp: Likewise.
258 * gdb.server/multi-ui-errors.exp: Likewise.
259 * gdb.server/no-thread-db.exp: Likewise.
260 * gdb.server/reconnect-ctrl-c.exp: Likewise.
261 * gdb.server/run-without-local-binary.exp: Likewise.
262 * gdb.server/server-kill.exp: Likewise.
263 * gdb.server/server-run.exp: Likewise.
264 * gdb.server/solib-list.exp: Likewise.
265 * gdb.server/stop-reply-no-thread.exp: Likewise.
266 * gdb.server/wrapper.exp: Likewise.
267 * gdb.server/sysroot.exp: Increase timeout when testing the
268 target: sysroot.
269
270 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
271
272 * gdb.server/server-run.exp: Use clean_restart.
273
274 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
275
276 * gdb.server/ext-run.exp: Use clean_restart.
277
278 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
279
280 * gdb.server/stop-reply-no-thread.exp: Use build_executable
281 instead of prepare_for_testing.
282
283 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
284
285 * gdb.server/solib-list.exp: Use clean_restart.
286
287 2021-01-04 Tom de Vries <tdevries@suse.de>
288
289 * gdb.base/morestack.c: Remove printf.
290 * gdb.base/morestack.exp: Don't use -fuse-ld=gold.
291
292 2020-12-31 Tom Tromey <tom@tromey.com>
293
294 * gdb.rust/simple.exp: Update output for Rust 1.49.
295
296 2020-12-31 Bernd Edlinger <bernd.edlinger@hotmail.de>
297
298 * gdb.cp/step-and-next-inline.exp: Fix test case.
299
300 2020-12-30 Simon Marchi <simon.marchi@polymtl.ca>
301
302 * gdb.python/py-frame-args.exp: De-duplicate test names.
303
304 2020-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
305
306 PR gdb/27059
307 * gdb.dwarf2/dyn-type-unallocated.c: New file.
308 * gdb.dwarf2/dyn-type-unallocated.exp: New file.
309
310 2020-12-21 Peter Waller <p@pwaller.net>
311
312 * gdb.base/style-interp-exec-mi.exp: New.
313 * gdb.base/style-interp-exec-mi.c: New.
314
315 2020-12-21 Simon Marchi <simon.marchi@polymtl.ca>
316
317 * gdb.base/list.exp: Replace send_gdb + gdb_expect with
318 gdb_test. Use proc_with_prefix.
319
320 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
321
322 * gdb.btrace/exception.exp: Build with nopie.
323 * gdb.btrace/function_call_history.exp: Likewise.
324 * gdb.btrace/unknown_functions.exp: Likewise.
325
326 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
327
328 * gdb.btrace/multi-inferior.exp: Skip if use_gdb_stub.
329
330 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
331
332 * gdb.python/py-record-btrace.exp: Make test names unique.
333 * gdb.python/py-record-full.exp: Likewise.
334
335 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
336
337 * gdb.btrace/data.exp: Make test names unique.
338 * gdb.btrace/delta.exp: Likewise.
339 * gdb.btrace/enable.exp: Likewise.
340 * gdb.btrace/function_call_history.exp: Likewise.
341 * gdb.btrace/nohist.exp: Likewise.
342 * gdb.btrace/non-stop.exp: Likewise.
343 * gdb.btrace/rn-dl-bind.exp: Likewise.
344 * gdb.btrace/step.exp: Likewise.
345 * gdb.btrace/stepi.exp: Likewise.
346 * gdb.btrace/tailcall.exp: Likewise.
347
348 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
349
350 * gdb.btrace/enable.exp: Update error message.
351 * gdb.btrace/multi-inferior.exp: Likewise.
352 * gdb.btrace/reconnect.exp: Likewise.
353 * gdb.python/py-record-btrace.exp: Likewise.
354 * gdb.python/py-record-full.exp: Likewise.
355
356 2020-12-20 Tom de Vries <tdevries@suse.de>
357
358 * lib/gdb.exp (save_target_board_info): New proc.
359 (gdb_compile_shlib): Use save_target_board_info.
360
361 2020-12-19 Tom de Vries <tdevries@suse.de>
362
363 * lib/gdb.exp (supports_scalar_storage_order_attribute)
364 (supports_gnuc): New proc.
365 * gdb.base/endianity.exp: Define TEST_SSO. Eliminate
366 test_compiler_info calls. Add unsupported message.
367 * gdb.base/endianity.c: Use TEST_SSO.
368
369 2020-12-19 Hannes Domani <ssbssa@yahoo.de>
370
371 PR exp/27070
372 * gdb.python/compare-enum-type-a.c: New test.
373 * gdb.python/compare-enum-type-b.c: New test.
374 * gdb.python/compare-enum-type.exp: New file.
375 * gdb.python/compare-enum-type.h: New test.
376
377 2020-12-18 Hannes Domani <ssbssa@yahoo.de>
378
379 * gdb.python/py-format-string.exp: Add tests for address keyword.
380
381 2020-12-18 Hannes Domani <ssbssa@yahoo.de>
382
383 * gdb.python/py-type.exp: Add tests for TYPE_CODE_METHOD.
384
385 2020-12-18 Tom Tromey <tromey@adacore.com>
386
387 * gdb.ada/fixed_points.exp: Also run with
388 -fgnat-encodings=minimal. Update expected output.
389
390 2020-12-16 Simon Marchi <simon.marchi@efficios.com>
391
392 * gdb.base/async-shell.exp: Enable non-stop through GDBFLAGS.
393 * gdb.base/continue-all-already-running.exp: Likewise.
394 * gdb.base/moribund-step.exp: Likewise.
395 * gdb.base/step-sw-breakpoint-adjust-pc.exp: Likewise.
396
397 2020-12-16 Tom de Vries <tdevries@suse.de>
398
399 * gdb.base/batch-preserve-term-settings.exp:
400
401 2020-12-16 Tom de Vries <tdevries@suse.de>
402
403 * lib/gdb.exp (gdb_compile_shlib_1): Factor out of ...
404 (gdb_compile_shlib): ... here. Filter out PIE-related flags.
405
406 2020-12-16 Luis Machado <luis.machado@linaro.org>
407
408 * gdb.arch/aarch64-tagged-pointer.c (main): Add a few more
409 pointer-based memory accesses.
410 * gdb.arch/aarch64-tagged-pointer.exp: Exercise additional
411 hw watchpoint cases.
412
413 2020-12-15 Rae Kim <rae.kim@gmail.com>
414
415 * gdb.base/document.exp: New test.
416
417 2020-12-15 Tom Tromey <tromey@adacore.com>
418
419 * gdb.base/style.exp: Add deprecation tests.
420
421 2020-12-14 Simon Marchi <simon.marchi@polymtl.ca>
422
423 * lib/gdb.exp (gdb_test_multiple): Fix typo in doc.
424
425 2020-12-14 Mark Wielaard <mark@klomp.org>
426
427 * lib/dwarf.exp (Dwarf::_handle_attribute): Handle SPECIAL_expr
428 specially, set attr_form_comment to the actual FORM string used.
429
430 2020-12-14 Mark Wielaard <mark@klomp.org>
431
432 * lib/dwarf.exp (Dwarf::_read_constants): Don't set
433 _constants(SPECIAL_expr) here, but set it...
434 (Dwarf::cu): ...here based on _cu_version.
435
436 2020-12-14 Tom de Vries <tdevries@suse.de>
437
438 * lib/gdb.exp (gdb_compile_shlib): Make sure it's not necessary to
439 pass -fPIC.
440 * gdb.ada/catch_ex_std.exp: Don't pass -fPIC to gdb_compile_shlib.
441 * gdb.base/break-probes.exp: Same.
442 * gdb.base/ctxobj.exp: Same.
443 * gdb.base/dso2dso.exp: Same.
444 * gdb.base/global-var-nested-by-dso.exp: Same.
445 * gdb.base/info-shared.exp: Same.
446 * gdb.base/jit-reader-simple.exp: Same.
447 * gdb.base/print-file-var.exp: Same.
448 * gdb.base/skip-solib.exp: Same.
449 * gdb.btrace/dlopen.exp: Same.
450
451 2020-12-14 Tom de Vries <tdevries@suse.de>
452
453 PR testsuite/26963
454 * lib/gdb.exp (run_on_host): Declare test unsupported if spawn fails.
455
456 2020-12-14 Tom de Vries <tdevries@suse.de>
457
458 PR testsuite/26962
459 * gdb.base/solib-corrupted.exp: Handle "'_r_debug' has unknown type;
460 cast it to its declared type".
461
462 2020-12-14 Tom de Vries <tdevries@suse.de>
463
464 PR testsuite/26951
465 * gdb.base/batch-preserve-term-settings.exp: Use "gdb-subshell$ " as
466 shell prompt.
467
468 2020-12-14 Tom Tromey <tromey@adacore.com>
469
470 * gdb.ada/nested.exp: Add new tests.
471 * gdb.ada/nested/hello.adb (Fourth, Fifth): New procedures.
472
473 2020-12-14 Tom Tromey <tromey@adacore.com>
474
475 * gdb.dwarf2/ada-thick-pointer.exp: New file.
476
477 2020-12-14 Tom Tromey <tromey@adacore.com>
478
479 * gdb.dwarf2/dw2-fixed-point.exp: Add test for division by zero.
480
481 2020-12-13 Tom de Vries <tdevries@suse.de>
482
483 PR testsuite/26953
484 * gdb.base/endianity.exp: Skip tests requiring scalar_storage_order
485 attribute support if compiler doesn't support it.
486
487 2020-12-13 Tom de Vries <tdevries@suse.de>
488
489 * lib/gdb.exp (gdb_compile_shlib): Handle ada.
490 * gdb.ada/catch_ex_std.exp: Use gdb_compile_shlib to compile from
491 source to shared lib. Add ada to options.
492
493 2020-12-13 Tom de Vries <tdevries@suse.de>
494
495 * gdb.ada/catch_ex_std.exp: Use gnatmake -bargs and -largs instead of
496 calling gnatbind and gnatlink.
497
498 2020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
499
500 * gdb.base/dcache-flush.c: New file.
501 * gdb.base/dcache-flush.exp: New file.
502
503 2020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
504
505 * gdb.base/c-linkage-name.exp: Update to use new 'maint flush ...'
506 commands.
507 * gdb.base/killed-outside.exp: Likewise.
508 * gdb.opt/inline-bt.exp: Likewise.
509 * gdb.perf/gmonster-null-lookup.py: Likewise.
510 * gdb.perf/gmonster-print-cerr.py: Likewise.
511 * gdb.perf/gmonster-ptype-string.py: Likewise.
512 * gdb.python/py-unwind.exp: Likewise.
513
514 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
515
516 * gdb.base/commands.exp: Update expected results.
517
518 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
519
520 PR cli/15104
521 * gdb.base/commands.exp: Add additional tests.
522 * gdb.base/completion.exp: Add additional tests.
523
524 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
525
526 * gdb.base/completion.exp: Add additional tests.
527
528 2020-12-11 Tom de Vries <tdevries@suse.de>
529
530 PR testsuite/26991
531 * gdb.arch/i386-mpx-call.exp: Don't expect to trigger bounds
532 violations by setting bounds registers if the bounds are passed in the
533 Bounds Table.
534
535 2020-12-11 Tom de Vries <tdevries@suse.de>
536
537 PR testsuite/26954
538 * gdb.base/float128.exp: Detect and handle no mpfr support.
539
540 2020-12-10 Simon Marchi <simon.marchi@efficios.com>
541
542 PR gdb/24694
543 * gdb.multi/multi-arch-exec.c (thread_start, main): Add barrier
544 calls.
545
546 2020-12-10 Tom de Vries <tdevries@suse.de>
547
548 PR testsuite/26947
549 * gdb.tui/new-layout.exp: Don't execute tests with unbalanced curly
550 braces for tcl 8.5 and earlier.
551
552 2020-12-09 Simon Marchi <simon.marchi@efficios.com>
553
554 PR 26875, PR 26901
555 * gdb.base/flexible-array-member.c: New test.
556 * gdb.base/flexible-array-member.exp: New test.
557
558 2020-12-08 Tom de Vries <tdevries@suse.de>
559
560 * gdb.arch/amd64-gs_base.exp: Undo commit 67748e0f66, reimplement
561 using is_amd64_regs_target.
562
563 2020-12-08 Tom de Vries <tdevries@suse.de>
564
565 * gdb.ada/mi_task_arg.exp: Accept <optimized out> as valid value of
566 self_id.
567
568 2020-12-07 Pedro Alves <pedro@palves.net>
569
570 * gdb.base/break-on-linker-gcd-function.exp: Remove unused
571 'additional_flags' variable.
572
573 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
574
575 * gdb.linespec/explicit.exp: Extend with a test to check completing
576 '-' after seemingly complete options.
577
578 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
579
580 * gdb.linespec/keywords.exp: Add tests to check positional
581 flexibility of "-force-condition".
582
583 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
584
585 * gdb.base/bp-cmds-run-with-ex.c: New file.
586 * gdb.base/bp-cmds-run-with-ex.exp: New file.
587 * gdb.base/bp-cmds-run-with-ex.gdb: New file.
588 * gdb.gdb/python-interrupts.exp: Update the call to
589 'catch_command_errors' with the new argument.
590 * gdb.gdb/python-selftest.exp: Ditto.
591
592 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
593
594 * gdb.arch/amd64-disp-step-avx.exp: Adjust pattern.
595 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
596 * gdb.threads/non-stop-fair-events.exp: Likewise.
597
598 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
599
600 * gdb.threads/step-over-exec.exp: New.
601 * gdb.threads/step-over-exec.c: New.
602 * gdb.threads/step-over-exec-execd.c: New.
603 * lib/my-syscalls.S: New.
604 * lib/my-syscalls.h: New.
605
606 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
607
608 * lib/dwarf.exp (declare_labels): Use name as text if text is
609 not provided.
610
611 2020-12-04 Tom de Vries <tdevries@suse.de>
612
613 PR testsuite/26990
614 * gdb.arch/amd64-gs_base.exp: Handle -m32 where fs_base and gs_base
615 are unsupported.
616
617 2020-12-04 Tom de Vries <tdevries@suse.de>
618
619 * gdb.reverse/insn-reverse.exp: Don't break inside gdb_test_multiple
620 clause.
621
622 2020-12-04 Tom de Vries <tdevries@suse.de>
623
624 * gdb.reverse/insn-reverse.exp: Fix count handling.
625
626 2020-12-04 Tom de Vries <tdevries@suse.de>
627
628 * gdb.reverse/insn-reverse-x86.c: Guard x86_64 assembly with #ifdef
629 __x86_64__.
630
631 2020-12-04 Tom de Vries <tdevries@suse.de>
632
633 * gdb.reverse/insn-reverse.c (test_nr): New var.
634 (usage, parse_args): New function.
635 (main): Call parse_args. Only run test for test_nr.
636 * gdb.reverse/insn-reverse.exp: Detect lack of progress in stepi loop
637 and bail out. Run subtests individually, using an inferior arg
638 specifying the subtest.
639
640 2020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
641
642 * gdb.arch/riscv-tdesc-regs.exp: Remove unwanted test.
643
644 2020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
645
646 * gdb.arch/riscv-tdesc-regs.exp (get_expected_result): New proc,
647 update test to use this.
648
649 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
650
651 * gdb.threads/non-ldr-exc-1.exp: Fix indentation.
652
653 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
654
655 * gdb.threads/non-ldr-exc-1.exp: Use foreach_with_prefix.
656 (do_test): Don't use with_test_prefix.
657 * gdb.threads/non-ldr-exc-2.exp: Use foreach_with_prefix.
658 (do_test): Don't use with_test_prefix.
659 * gdb.threads/non-ldr-exc-3.exp: Use foreach_with_prefix.
660 (do_test): Don't use with_test_prefix.
661 * gdb.threads/non-ldr-exc-4.exp: Use foreach_with_prefix.
662 (do_test): Don't use with_test_prefix.
663
664 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
665
666 * gdb.threads/non-ldr-exit.exp: Fix comment.
667
668 2020-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
669
670 * gdb.xml/maint-xml-dump-03.xml: New file.
671
672 2020-11-30 Tom de Vries <tdevries@suse.de>
673
674 PR symtab/26905
675 * gdb.dwarf2/count.exp: Remove kfails.
676
677 2020-11-24 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
678
679 * gdb.base/condbreak-multi-context.exp: Do not hard-code location
680 indices.
681
682 2020-11-24 Joel Brobecker <brobecker@adacore.com>
683
684 * gdb.dwarf2/dw2-fixed-point.exp: Fix the expected output of
685 the "ptype pck__fp1_range_var" test for the module-2 and pascal
686 languages. Remove the associated setup_xfail.
687
688 2020-11-23 Simon Marchi <simon.marchi@efficios.com>
689
690 * lib/gdb.exp (gdb_assert): Show error message on error.
691
692 2020-11-23 Tom de Vries <tdevries@suse.de>
693
694 * gdb.ada/enum_idx_packed.exp: Limit setup_kfail to gnat 9 and 10.
695 * gdb.ada/mod_from_name.exp: Same.
696 * gdb.ada/pckd_arr_ren.exp: Same.
697
698 2020-11-22 Simon Marchi <simon.marchi@polymtl.ca>
699
700 * gdb.base/template.exp: New.
701 * gdb.base/template.c: New.
702
703 2020-11-22 Gary Benson <gbenson@redhat.com>
704
705 PR gdb/26905
706 * gdb.dwarf2/count.exp: Add test for an array whose upper bound
707 is defined using a DW_AT_count which references another DIE.
708
709 2020-11-21 Tom de Vries <tdevries@suse.de>
710
711 * gdb.base/vla-ptr.exp: Add XFAIL.
712
713 2020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
714
715 * gdb.fortran/array-slices-bad.exp: New file.
716 * gdb.fortran/array-slices-bad.f90: New file.
717 * gdb.fortran/array-slices-sub-slices.exp: New file.
718 * gdb.fortran/array-slices-sub-slices.f90: New file.
719 * gdb.fortran/array-slices.exp: Rewrite tests.
720 * gdb.fortran/array-slices.f90: Rewrite tests.
721 * gdb.fortran/vla-sizeof.exp: Correct expected results.
722
723 2020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
724
725 * gdb.base/completion.exp: Add new completion tests.
726
727 2020-11-18 Simon Marchi <simon.marchi@polymtl.ca>
728
729 * gdb.mi/mi-nonstop-exit.exp: Enable non-stop through GDBFLAGS.
730 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
731 * gdb.mi/mi-nsintrall.exp: Likewise.
732 * gdb.mi/mi-nsmoribund.exp: Likewise.
733 * gdb.mi/mi-nsthrexec.exp: Likewise.
734 * gdb.mi/mi-watch-nonstop.exp: Likewise.
735
736 2020-11-18 Simon Marchi <simon.marchi@polymtl.ca>
737
738 * lib/mi-support.exp (mi_run_cmd_full): Use unresovled instead
739 of perror.
740
741 2020-11-18 Joseph Myers <joseph@codesourcery.com>
742
743 * lib/mi-support.exp (mi_gdb_file_cmd): Check for case where
744 $arg.exe exists but $arg does not.
745
746 2020-11-17 Gary Benson <gbenson@redhat.com>
747
748 * gdb.trace/trace-common.h (x86_trace_dummy): Add
749 __attribute__ ((used)).
750
751 2020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
752
753 * gdb.gdb/unittest.exp: Spot 'Running...' lines.
754
755 2020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
756
757 * gdb.base/completion.exp: Add new tests.
758
759 2020-11-16 Tom Tromey <tromey@adacore.com>
760
761 * gdb.dwarf2/data-loc.exp: Update expected output. Remove C
762 tests.
763
764 2020-11-15 Joel Brobecker <brobecker@adacore.com>
765
766 * gdb.ada/fixed_cmp.exp: Add -fgnat-encodings=minimal testing.
767 * gdb.dwarf2/dw2-fixed-point.c (pck__fp1_var2): New global.
768 (main): Add reference to pck__fp1_var2.
769 * gdb.dwarf2/dw2-fixed-point.exp: Add comparison operator testing.
770
771 2020-11-15 Joel Brobecker <brobecker@adacore.com>
772
773 * gdb.dwarf2/dw2-fixed-point.exp: Add arithmetic tests.
774
775 2020-11-15 Joel Brobecker <brobecker@adacore.com>
776
777 * gdb.ada/fixed_points.exp: Add ptype tests.
778 * gdb.dwarf2/dw2-fixed-point.exp: Likewise.
779
780 2020-11-15 Joel Brobecker <brobecker@adacore.com>
781
782 * gdb.dwarf2/dw2-fixed-point.exp: Add "print /x" tests.
783
784 2020-11-15 Joel Brobecker <brobecker@adacore.com>
785
786 * gdb.ada/fixed_cmp.exp: Force compilation to use -fgnat-encodings=all.
787 * gdb.ada/fixed_points.exp: Add fixed-point variables printing tests.
788 * gdb.ada/fixed_points/pck.ads, gdb.ada/fixed_points/pck.adb:
789 New files.
790 * gdb.ada/fixed_points/fixed_points.adb: Add use of package Pck.
791
792 * gdb.dwarf2/dw2-fixed-point.c, gdb.dwarf2/dw2-fixed-point.exp:
793 New files.
794
795 2020-11-14 Andrew Burgess <andrew.burgess@embecosm.com>
796
797 PR cli/26879
798 * gdb.fortran/completion.exp: New file.
799 * gdb.fortran/completion.f90: New file.
800
801 2020-11-12 Joseph Myers <joseph@codesourcery.com>
802
803 * lib/gdb.exp (gdb_file_cmd): Check for case where $arg.exe exists
804 but $arg does not.
805
806 2020-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
807
808 * gdb.fortran/types.exp: Add more tests.
809
810 2020-11-12 Tom Tromey <tom@tromey.com>
811
812 PR rust/26799:
813 * gdb.rust/traits.exp: Remove kfails.
814
815 2020-11-12 Gary Benson <gbenson@redhat.com>
816
817 * gdb.threads/tls-so_extern_main.c (tls_ptr): Add missing return
818 statement.
819
820 2020-11-11 Simon Marchi <simon.marchi@efficios.com>
821
822 * gdb.base/continue-after-aborted-step-over.exp: Add "breakpoint
823 always-inserted" axis.
824 (do_test): Add breakpoint_always_inserted parameter.
825
826 2020-11-10 Tom Tromey <tromey@adacore.com>
827
828 * gdb.ada/bias.exp: Update.
829 * gdb.ada/bias/bias.adb (X): Change value.
830
831 2020-11-10 Gary Benson <gbenson@redhat.com>
832
833 * gdb.base/vla-optimized-out.exp (p sizeof (a)): Wrap supplied
834 regexp fragment in parentheses to prevent false matching.
835
836 2020-11-10 Gary Benson <gbenson@redhat.com>
837
838 * gdb.base/vla-optimized-out.c (f1): Add __attribute__ ((weak)).
839
840 2020-11-10 Gary Benson <gbenson@redhat.com>
841
842 * gdb.cp/step-and-next-inline.exp: Only require
843 -gstatement-frontiers when building with GCC.
844 Only setup KFAIL's for GCC issues when using
845 a GCC-built executable.
846
847 2020-11-06 Andrew Burgess <andrew.burgess@embecosm.com>
848
849 * gdb.base/debug-expr.c: Add extra function to allow for an
850 additional test.
851 * gdb.base/debug-expr.exp (test_debug_expr): Delete, replace calls
852 to this proc with gdb_test_debug_expr. Add an extra test.
853 * gdb.cp/debug-expr.exp (test_debug_expr): Delete, replace calls
854 to this proc with gdb_test_debug_expr, give the tests names
855 * gdb.dlang/debug-expr.exp (test_debug_expr): Delete, replace
856 calls to this proc with gdb_test_debug_expr, give the tests names
857 * gdb.fortran/debug-expr.exp: New file.
858 * gdb.fortran/debug-expr.f90: New file.
859 * lib/gdb.exp (gdb_test_debug_expr): New proc.
860
861 2020-11-06 Simon Marchi <simon.marchi@efficios.com>
862
863 * lib/dwarf.exp (ranges): Handle "base" and "range" as
864 proceduresu.
865 * gdb.dwarf/dw2-bad-elf.exp: Adjust.
866 * gdb.dwarf2/dw2-inline-many-frames.exp: Adjust.
867 * gdb.dwarf2/dw2-inline-stepping.exp: Adjust.
868 * gdb.dwarf2/dw2-ranges-base.exp: Adjust.
869 * gdb.dwarf2/dw2-ranges-func.exp: Adjust.
870 * gdb.dwarf2/dw2-ranges-overlap.exp: Adjust.
871 * gdb.dwarf2/dw2-ranges-psym.exp: Adjust.
872 * gdb.dwarf2/enqueued-cu-base-addr.exp: Adjust.
873
874 2020-11-04 Tom Tromey <tromey@adacore.com>
875
876 * gdb.ada/funcall_ref.exp: Update.
877 * gdb.ada/var_rec_arr.exp: Update.
878
879 2020-11-04 Tom Tromey <tromey@adacore.com>
880
881 * gdb.ada/rec_ptype.exp: New file.
882 * gdb.ada/rec_ptype/main.adb: New file.
883 * gdb.ada/rec_ptype/p.ads: New file.
884
885 2020-11-04 Tom Tromey <tromey@adacore.com>
886
887 * gdb.ada/tick_length_array_enum_idx.exp: Add ptype test.
888 * gdb.ada/tick_length_array_enum_idx/foo_n207_004.adb
889 (PT_Full): New variable.
890 * gdb.ada/tick_length_array_enum_idx/pck.adb
891 (Full_PT): New type.
892
893 2020-11-04 Tom Tromey <tromey@adacore.com>
894
895 * gdb.ada/array_of_variant.exp: New file.
896 * gdb.ada/array_of_variant/p.adb: New file.
897 * gdb.ada/array_of_variant/pck.ads: New file.
898 * gdb.ada/array_of_variant/pck.adb: New file.
899
900 2020-11-04 Tom Tromey <tromey@adacore.com>
901
902 * gdb.ada/enum_idx_packed.exp: Add test.
903 * gdb.ada/enum_idx_packed/foo.adb (Multi_Access):
904 New variable.
905 * gdb.ada/enum_idx_packed/pck.ads (Short)
906 (Multi_Dimension, Multi_Dimension_Access): New types.
907
908 2020-11-04 Tom Tromey <tromey@adacore.com>
909
910 * gdb.ada/enum_idx_packed.exp: Test two forms of -fgnat-encodings.
911
912 2020-11-04 Tom Tromey <tromey@adacore.com>
913
914 * gdb.ada/set_pckd_arr_elt.exp: Also test
915 -fgnat-encodings=minimal. Add tests.
916 * gdb.ada/set_pckd_arr_elt/foo.adb (Foo): Add VA variable.
917 Call Update_Small a second time.
918 * gdb.ada/set_pckd_arr_elt/pck.adb (New_Variant): New function.
919 * gdb.ada/set_pckd_arr_elt/pck.ads (Buffer, Variant)
920 (Variant_Access): New types.
921 (New_Variant): Declare.
922
923 2020-11-04 Tom Tromey <tromey@adacore.com>
924
925 * gdb.ada/mod_from_name.exp: Test printing slice.
926
927 2020-11-04 Tom Tromey <tromey@adacore.com>
928
929 * gdb.ada/O2_float_param.exp: Test different -fgnat-encodings
930 values.
931 * gdb.ada/access_to_unbounded_array.exp: Test different
932 -fgnat-encodings values.
933 * gdb.ada/big_packed_array.exp: Test different -fgnat-encodings
934 values.
935 * gdb.ada/arr_enum_idx_w_gap.exp: Test different -fgnat-encodings
936 values.
937 * gdb.ada/array_ptr_renaming.exp: Test different -fgnat-encodings
938 values.
939 * gdb.ada/array_of_variable_length.exp: Test different
940 -fgnat-encodings values.
941 * gdb.ada/arrayparam.exp: Test different -fgnat-encodings values.
942 * gdb.ada/arrayptr.exp: Test different -fgnat-encodings values.
943 * gdb.ada/frame_arg_lang.exp: Revert -fgnat-encodings=minimal
944 change.
945 * gdb.ada/mi_string_access.exp: Test different -fgnat-encodings
946 values.
947 * gdb.ada/mod_from_name.exp: Test different -fgnat-encodings values.
948 * gdb.ada/out_of_line_in_inlined.exp: Test different
949 -fgnat-encodings values.
950 * gdb.ada/packed_array.exp: Test different -fgnat-encodings
951 values.
952 * gdb.ada/pckd_arr_ren.exp: Test different -fgnat-encodings
953 values.
954 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Test different
955 -fgnat-encodings values.
956 * gdb.ada/variant_record_packed_array.exp: Test different
957 -fgnat-encodings values.
958
959 2020-11-04 Tom Tromey <tromey@adacore.com>
960
961 * gdb.ada/enum_idx_packed.exp: Add tests.
962 * gdb.ada/enum_idx_packed/foo.adb: Add variables.
963 * gdb.ada/enum_idx_packed/pck.adb: Add functions.
964 * gdb.ada/enum_idx_packed/pck.ads: Add types, function
965 declarations.
966
967 2020-11-03 Tom de Vries <tdevries@suse.de>
968
969 * lib/dwarf.exp (Dwarf::_handle_DW_TAG): Improve attribute list
970 terminator comments.
971 (Dwarf::cu, Dwarf::tu): Remove superfluous abbreviation table
972 terminator.
973
974 2020-11-02 Simon Marchi <simon.marchi@polymtl.ca>
975
976 * gdb.base/step-over-no-symbols.exp (test_step_over): Replace
977 integer format test with regexp.
978
979 2020-11-02 Gary Benson <gbenson@redhat.com>
980
981 * gdb.base/print-file-var.exp (test): Separate compiler and
982 linker options, and build using build_executable_from_specs
983 to accommodate this.
984
985 2020-11-02 Gary Benson <gbenson@redhat.com>
986
987 * lib/gdb.exp (gdb_compile): Inhibit passing "-x c++"
988 for .c files compiled as C++ with Clang if any shared
989 libraries are specified.
990
991 2020-11-02 Gary Benson <gbenson@redhat.com>
992
993 * lib/attributes.h: New header.
994 * gdb.base/backtrace.c: Include the above. Replace
995 __attribute__(noclone)) with ATTRIBUTE_NOCLONE.
996 * gdb.base/infcall-nested-structs.c: Likewise.
997 * gdb.base/vla-optimized-out.c: Likewise.
998
999 2020-11-02 Tom de Vries <tdevries@suse.de>
1000
1001 * gdb.dwarf2/fission-multi-cu.S: Remove .debug_line.dwo section.
1002
1003 2020-11-01 Joel Brobecker <brobecker@adacore.com>
1004
1005 * gdb.ada/fixed_points/fixed_points.adb: Replace use of
1006 System.Min_Int and System.Max_Int with smaller hardcoded
1007 constants.
1008
1009 2020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
1010
1011 * configure.ac: Split AC_INIT into AC_INIT and AC_CONFIG_SRCDIR.
1012 * configure: Re-generate.
1013
1014 2020-10-30 Simon Marchi <simon.marchi@efficios.com>
1015
1016 * gdb.arch/amd64-disp-step-avx.exp: Update displaced step debug
1017 expected output.
1018
1019 2020-10-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1020
1021 * gdb.base/paginate-after-ctrl-c-running.exp: Update with no pagination
1022 behavior.
1023 * gdb.base/paginate-bg-execution.exp: Ditto.
1024 * gdb.base/paginate-inferior-exit.exp: Ditto.
1025 * gdb.base/double-prompt-target-event-error.c: Remove.
1026 * gdb.base/double-prompt-target-event-error.exp: Remove.
1027
1028 2020-10-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1029
1030 * gdb.base/kill-detach-inferiors-cmd.exp: Check that 'kill
1031 inferiors' and 'detach inferiors' do not change the current
1032 inferior.
1033
1034 2020-10-29 Tom de Vries <tdevries@suse.de>
1035
1036 * gdb.threads/tls.exp: Fix DUPLICATEs.
1037
1038 2020-10-28 Tom de Vries <tdevries@suse.de>
1039
1040 * gdb.python/py-symbol.exp: Add KFAILs for -readnow.
1041
1042 2020-10-28 Tom de Vries <tdevries@suse.de>
1043
1044 * gdb.ada/exec_changed.exp: Add KFAILs for -readnow.
1045 * gdb.base/reread.exp: Same.
1046
1047 2020-10-28 Tom de Vries <tdevries@suse.de>
1048
1049 * lib/gdb.exp (readnow): Handle arg.
1050 * gdb.rust/traits.exp: Add KFAILs for -readnow.
1051
1052 2020-10-28 Tom de Vries <tdevries@suse.de>
1053
1054 * gdb.base/relocate.exp: Update regexp for -readnow.
1055
1056 2020-10-28 Tom de Vries <tdevries@suse.de>
1057
1058 * gdb.dwarf2/dw2-error.exp: Mark failure break in main as known with
1059 -readnow.
1060
1061 2020-10-28 Tom de Vries <tdevries@suse.de>
1062
1063 PR symtab/26772
1064 * gdb.dwarf2/dw2-ranges-overlap.c: New test.
1065 * gdb.dwarf2/dw2-ranges-overlap.exp: New file.
1066
1067 2020-10-28 Tom de Vries <tdevries@suse.de>
1068
1069 * lib/gdb.exp (gdb_file_cmd): Set gdb_file_cmd_msg.
1070 * gdb.cp/nsalias.exp: Set complaints limit before file cmd. Expect
1071 complaint during file command for -readnow.
1072
1073 2020-10-28 Tom de Vries <tdevries@suse.de>
1074
1075 * gdb.cp/nsalias.exp: Fix typo in test name.
1076
1077 2020-10-28 Tom de Vries <tdevries@suse.de>
1078
1079 * gdb.dwarf2/dw2-filename.exp: Update regexp for -readnow.
1080
1081 2020-10-28 Tom de Vries <tdevries@suse.de>
1082
1083 * gdb.dwarf2/dw2-stack-boundary.exp: KFAILing the complaints for
1084 -readnow.
1085
1086 2020-10-27 Tom de Vries <tdevries@suse.de>
1087
1088 * gdb.base/multi-forks.exp: Use exp_continue to fix timeout.
1089
1090 2020-10-27 Tom de Vries <tdevries@suse.de>
1091
1092 * gdb.base/maint.exp: Update for -readnow.
1093
1094 2020-10-27 Tom de Vries <tdevries@suse.de>
1095
1096 * gdb.cp/psymtab-parameter.exp: Don't expect unexpanded CU for
1097 -readnow.
1098
1099 2020-10-14 Gary Benson <gbenson@redhat.com>
1100
1101 * gdb.python/py-format-string.exp (test_deref_refs): Treat
1102 "_vptr$Base" as correct, in addition to "_vptr.Base".
1103 (test_mixed): Likewise.
1104
1105 2020-10-27 Gary Benson <gbenson@redhat.com>
1106
1107 * gdb.mi/mi-fortran-modules.exp: Check skip_fortran_tests.
1108 * gdb.mi/mi-vla-fortran.exp: Likewise. Also fix a comment.
1109
1110 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1111
1112 * gdb.base/condbreak.exp: Update the completion tests to
1113 consider the '-force' flag.
1114
1115 2020-10-27 Tom de Vries <tdevries@suse.de>
1116
1117 * gdb.base/list-ambiguous-readnow.exp: New file.
1118
1119 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1120
1121 * gdb.base/condbreak-multi-context.exp: Expand to test forcing
1122 the condition.
1123 * gdb.linespec/cpcompletion.exp: Update to consider the
1124 '-force-condition' keyword.
1125 * gdb.linespec/explicit.exp: Ditto.
1126 * lib/completion-support.exp: Ditto.
1127
1128 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1129
1130 * gdb.base/condbreak-multi-context.cc: New file.
1131 * gdb.base/condbreak-multi-context.exp: New file.
1132
1133 2020-10-26 Tom Tromey <tom@tromey.com>
1134
1135 * lib/mi-support.exp (default_mi_gdb_start): Call
1136 gdb_stdin_log_init.
1137 * lib/gdb.exp (standard_output_file_with_gdb_instance): Don't
1138 subtract one from gdb_instances.
1139 (gdb_stdin_log_write): Flush in_file.
1140
1141 2020-10-26 Tom de Vries <tdevries@suse.de>
1142
1143 * gdb.dwarf2/enqueued-cu-base-addr.exp: New file.
1144
1145 2020-10-26 Tom Tromey <tromey@adacore.com>
1146
1147 * gdb.ada/unsigned_range/foo.adb: New file.
1148 * gdb.ada/unsigned_range/pack.adb: New file.
1149 * gdb.ada/unsigned_range/pack.ads: New file.
1150 * gdb.ada/unsigned_range.exp: New file.
1151
1152 2020-10-26 Tom de Vries <tdevries@suse.de>
1153
1154 * lib/gdb.exp (INTERNAL_GDBFLAGS): Set heigth and width.
1155
1156 2020-10-26 Tom de Vries <tdevries@suse.de>
1157
1158 * gdb.dwarf2/dw2-objfile-overlap-inner.S: Specify default base address
1159 for CU.
1160 * gdb.dwarf2/dw2-objfile-overlap-outer.S: Same.
1161
1162 2020-10-23 Tom de Vries <tdevries@suse.de>
1163
1164 * lib/dwarf.exp (Dwarf::_guess_form): Return "" by default instead of
1165 DW_FORM_string.
1166 (Dwarf::_default_form): New proc.
1167 (Dwarf::_handle_DW_TAG): Use _default_form. Error out if no form was
1168 guessed.
1169
1170 2020-10-23 Tom de Vries <tdevries@suse.de>
1171
1172 * gdb.dwarf2/ada-linkage-name.exp: Use $srcfile for DW_AT_name of CU.
1173 * gdb.dwarf2/atomic-type.exp: Same.
1174 * gdb.dwarf2/bad-regnum.exp: Same.
1175 * gdb.dwarf2/cpp-linkage-name.exp: Same.
1176 * gdb.dwarf2/dw2-align.exp: Same.
1177 * gdb.dwarf2/dw2-bad-elf.exp: Same.
1178 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
1179 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
1180 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
1181 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
1182 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
1183 * gdb.dwarf2/enum-type.exp: Same.
1184 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Same.
1185 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
1186 * gdb.dwarf2/main-subprogram.exp: Same.
1187 * gdb.dwarf2/missing-type-name.exp: Same.
1188 * gdb.dwarf2/nonvar-access.exp: Same.
1189 * gdb.dwarf2/typedef-void-finish.exp: Same.
1190 * gdb.dwarf2/var-access.exp: Same.
1191 * gdb.dwarf2/void-type.exp: Same.
1192
1193 2020-10-22 Simon Marchi <simon.marchi@polymtl.ca>
1194
1195 PR gdb/26693
1196 * gdb.dwarf2/template-specification-full-name.exp: New test.
1197
1198 2020-10-22 Luis Machado <luis.machado@linaro.org>
1199
1200 * gdb.base/msym-bp-shl.exp (test_break): Adjust pattern to not
1201 expected an offset from the function.
1202 * gdb.base/msym-bp.exp (test): Likewise.
1203
1204 2020-10-22 Andrew Burgess <andrew.burgess@embecosm.com>
1205
1206 * gdb.fortran/array-slices.exp: Add a new test.
1207
1208 2020-10-21 Gary Benson <gbenson@redhat.com>
1209
1210 * gdb.mi/mi-fullname-deleted.exp: Fix substituted
1211 fullname test with Clang. Also expand comments generally.
1212
1213 2020-10-20 Tom de Vries <tdevries@suse.de>
1214
1215 * gdb.dwarf2/pr13961.S: Remove superfluous end-of-siblings marker.
1216
1217 2020-10-20 Tom de Vries <tdevries@suse.de>
1218
1219 * gdb.dwarf2/arr-stride.c: Remove.
1220 * gdb.dwarf2/arr-stride.exp: Use main.c.
1221 * gdb.dwarf2/arr-subrange.c: Remove.
1222 * gdb.dwarf2/arr-subrange.exp: Use main.c.
1223 * gdb.dwarf2/bad-regnum.c: Remove.
1224 * gdb.dwarf2/bad-regnum.exp: Use main.c.
1225 * gdb.dwarf2/corrupt.c: Remove.
1226 * gdb.dwarf2/corrupt.exp: Use main.c.
1227 * gdb.dwarf2/dw2-bad-elf.c: Remove.
1228 * gdb.dwarf2/dw2-bad-elf.exp: Use main.c.
1229 * gdb.dwarf2/dw2-icycle.c: Remove.
1230 * gdb.dwarf2/dw2-icycle.exp: Use main.c.
1231 * gdb.dwarf2/formdata16.c: Remove.
1232 * gdb.dwarf2/formdata16.exp: Use main.c.
1233 * gdb.dwarf2/implptrconst.c: Remove.
1234 * gdb.dwarf2/implptrconst.exp: Use main.c.
1235 * gdb.dwarf2/info-locals-optimized-out.c: Remove.
1236 * gdb.dwarf2/info-locals-optimized-out.exp: Use main.c.
1237 * gdb.dwarf2/opaque-type-lookup.c: Remove.
1238 * gdb.dwarf2/opaque-type-lookup.exp: Use main.c.
1239
1240 2020-10-20 Tom de Vries <tdevries@suse.de>
1241
1242 * gdb.dwarf2/ada-valprint-error.exp: Remove redundant mention of .exp
1243 file.
1244 * gdb.dwarf2/dw2-dir-file-name.exp: Same.
1245
1246 2020-10-20 Tom de Vries <tdevries@suse.de>
1247
1248 * gdb.dwarf2/dw2-error.exp: Use $gdb_test_file_name.
1249 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
1250 * gdb.dwarf2/dw2-main-no-line-number.exp: Same.
1251 * gdb.dwarf2/dw2-ranges-base.exp: Same.
1252 * gdb.dwarf2/dw2-ranges.exp: Same.
1253 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
1254 * gdb.dwarf2/var-access.exp: Same.
1255
1256 2020-10-19 Tom Tromey <tromey@adacore.com>
1257
1258 PR tui/26719
1259 * gdb.tui/list.exp: Check source window contents after focus
1260 change.
1261
1262 2020-10-17 Tom de Vries <tdevries@suse.de>
1263
1264 PR symtab/26317
1265 * gdb.dwarf2/dw2-main-no-line-number.exp: New file.
1266
1267 2020-10-17 Tom de Vries <tdevries@suse.de>
1268
1269 * lib/gdb.exp (standard_testfile): Also treat args starting with '-'
1270 as suffix.
1271 * gdb.dwarf2/atomic.c: Rename to ...
1272 * gdb.dwarf2/atomic-type.c: ... this.
1273 * gdb.dwarf2/dw2-ranges2.c: Rename to ...
1274 * gdb.dwarf2/dw2-ranges-2.c: ... this.
1275 * gdb.dwarf2/dw2-ranges3.c: Rename to ...
1276 * gdb.dwarf2/dw2-ranges-3.c: ... this.
1277 * gdb.dwarf2/fission-mix2.c: Rename to ...
1278 * gdb.dwarf2/fission-mix-2.c: ... this.
1279 * gdb.dwarf2/ada-linkage-name.exp: Use more suffix args for
1280 standard_testfile.
1281 * gdb.dwarf2/ada-valprint-error.exp: Same.
1282 * gdb.dwarf2/arr-stride.exp: Same.
1283 * gdb.dwarf2/arr-subrange.exp: Same.
1284 * gdb.dwarf2/atomic-type.exp: Same.
1285 * gdb.dwarf2/bad-regnum.exp: Same.
1286 * gdb.dwarf2/break-inline-psymtab.exp: Same.
1287 * gdb.dwarf2/clang-debug-names-2.exp: Same.
1288 * gdb.dwarf2/clang-debug-names.exp: Same.
1289 * gdb.dwarf2/comp-unit-lang.exp: Same.
1290 * gdb.dwarf2/corrupt.exp: Same.
1291 * gdb.dwarf2/count.exp: Same.
1292 * gdb.dwarf2/cpp-linkage-name.exp: Same.
1293 * gdb.dwarf2/data-loc.exp: Same.
1294 * gdb.dwarf2/dw2-align.exp: Same.
1295 * gdb.dwarf2/dw2-bad-elf.exp: Same.
1296 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
1297 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
1298 * gdb.dwarf2/dw2-case-insensitive.exp: Same.
1299 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Same.
1300 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
1301 * gdb.dwarf2/dw2-inline-many-frames.exp: Same.
1302 * gdb.dwarf2/dw2-inline-param.exp: Same.
1303 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
1304 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
1305 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
1306 * gdb.dwarf2/dw2-is-stmt.exp: Same.
1307 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
1308 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
1309 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
1310 * gdb.dwarf2/dw2-param-error.exp: Same.
1311 * gdb.dwarf2/dw2-ranges-base.exp: Same.
1312 * gdb.dwarf2/dw2-ranges.exp: Same.
1313 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
1314 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
1315 * gdb.dwarf2/dw4-sig-types.exp: Same.
1316 * gdb.dwarf2/dynarr-ptr.exp: Same.
1317 * gdb.dwarf2/enum-type.exp: Same.
1318 * gdb.dwarf2/fission-mix.exp: Same.
1319 * gdb.dwarf2/formdata16.exp: Same.
1320 * gdb.dwarf2/implptrconst.exp: Same.
1321 * gdb.dwarf2/implptrpiece.exp: Same.
1322 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
1323 * gdb.dwarf2/main-subprogram.exp: Same.
1324 * gdb.dwarf2/method-ptr.exp: Same.
1325 * gdb.dwarf2/missing-sig-type.exp: Same.
1326 * gdb.dwarf2/nonvar-access.exp: Same.
1327 * gdb.dwarf2/opaque-type-lookup.exp: Same.
1328 * gdb.dwarf2/shortpiece.exp: Same.
1329 * gdb.dwarf2/staticvirtual.exp: Same.
1330 * gdb.dwarf2/subrange.exp: Same.
1331 * gdb.dwarf2/symtab-producer.exp: Same.
1332 * gdb.dwarf2/typedef-void-finish.exp: Same.
1333 * gdb.dwarf2/var-access.exp: Same.
1334 * gdb.dwarf2/variant.exp: Same.
1335 * gdb.dwarf2/void-type.exp: Same.
1336 * gdb.dwarf2/dw2-ranges-psym.exp: Same. Use main.c instead of
1337 dw2-ranges-main.c.
1338 * gdb.dwarf2/dw2-ranges-main.c: Remove.
1339
1340 2020-10-16 Tom de Vries <tdevries@suse.de>
1341
1342 * lib/gdb.exp (gdb_breakpoint): Remove mention of "passfail".
1343
1344 2020-10-16 Tom de Vries <tdevries@suse.de>
1345
1346 * lib/gdb.exp (gdb_breakpoint): Handle eof as in gdb_test_multiple.
1347
1348 2020-10-14 Tom de Vries <tdevries@suse.de>
1349
1350 PR testsuite/26732
1351 * gdb.ada/mi_catch_ex.exp: Do mi_delete_breakpoints before running
1352 scenario 2.
1353 * gdb.ada/mi_catch_ex_hand.exp: Same.
1354
1355 2020-10-13 Pedro Alves <pedro@palves.net>
1356
1357 * lib/mi-support.exp (mi_clean_restart): New.
1358 (mi_run_to_main): Delete.
1359 All callers adjust to use mi_clean_restart / mi_runto_main.
1360
1361 2020-10-13 Pedro Alves <pedro@palves.net>
1362
1363 * config/monitor.exp: Use "list -q".
1364 * gdb.arch/gdb1558.exp: Use "break -q".
1365 * gdb.arch/i386-permbkpt.exp: Use "break -q".
1366 * gdb.arch/i386-prologue-skip-cf-protection.exp: Use "break -q".
1367 * gdb.base/break.exp: Use "break -q", "list -q" and "tbreak -q".
1368 * gdb.base/commands.exp: Use "break -q".
1369 * gdb.base/condbreak.exp: Use "break -q".
1370 * gdb.base/ctf-ptype.exp: Use "list -q".
1371 * gdb.base/define.exp: Use "break -q".
1372 * gdb.base/del.exp: Use "break -q".
1373 * gdb.base/fullname.exp: Use "break -q".
1374 * gdb.base/hbreak-in-shr-unsupported.exp: Use "hbreak -q".
1375 * gdb.base/hbreak-unmapped.exp: Use "hbreak -q".
1376 * gdb.base/hbreak2.exp: Use "hbreak -q" and "list -q".
1377 * gdb.base/hw-sw-break-same-address.exp: Use "break -q" and
1378 "hbreak -q".
1379 * gdb.base/included.exp: Use "list -q".
1380 * gdb.base/label.exp: Use "break -q".
1381 * gdb.base/lineinc.exp: Use "break -q".
1382 * gdb.base/list.exp: Use "list -q".
1383 * gdb.base/macscp.exp: Use "list -q".
1384 * gdb.base/pending.exp: Use "break -q".
1385 * gdb.base/prologue-include.exp: Use "break -q".
1386 * gdb.base/ptype.exp: Use "list -q".
1387 * gdb.base/sepdebug.exp: Use "break -q", "list -q" and "tbreak -q".
1388 * gdb.base/server-del-break.exp: Use "break -q".
1389 * gdb.base/style.exp: Use "break -q".
1390 * gdb.base/symbol-without-target_section.exp: Use "list -q".
1391 * gdb.base/watchpoint-reuse-slot.exp: Use "hbreak -q".
1392 * gdb.cp/exception.exp: Use "tbreak -q".
1393 * gdb.dwarf2/dw2-error.exp: Use "break -q".
1394 * gdb.dwarf2/fission-mix.exp: Use "break -q".
1395 * gdb.dwarf2/fission-reread.exp: Use "break -q".
1396 * gdb.dwarf2/pr13961.exp: Use "break -q".
1397 * gdb.linespec/explicit.exp: Use "list -q".
1398 * gdb.linespec/linespec.exp: Use "break -q".
1399 * gdb.mi/mi-simplerun.exp: Use "--qualified".
1400 * gdb.python/py-mi-objfile-gdb.py: Use "list -q".
1401 * gdb.server/bkpt-other-inferior.exp: Use "break -q".
1402 * gdb.server/connect-without-multi-process.exp: Use "break -q".
1403 * gdb.trace/change-loc.exp: Use "break -q".
1404 * gdb.trace/pending.exp: Use "break -q".
1405 * gdb.tui/basic.exp: Use "list -q".
1406 * gdb.tui/list-before.exp: Use "list -q".
1407 * gdb.tui/list.exp: Use "list -q".
1408 * lib/gdb.exp (gdb_has_argv0): Use "break -q".
1409
1410 2020-10-13 Pedro Alves <pedro@palves.net>
1411
1412 * gdb.base/ui-redirect.exp: Expect "break -qualified main" in
1413 saved breakpoints file.
1414 * gdb.guile/scm-breakpoint.exp: Expect "-qualified main" when
1415 inspecting breakpoint list.
1416 * lib/gdb.exp (runto_main): Add "qualified" to options.
1417 * lib/mi-support.exp (mi_runto_helper): Add 'qualified' parameter,
1418 and handle it.
1419 (mi_runto_main): Pass 1 as qualified argument.
1420
1421 2020-10-13 Pedro Alves <pedro@palves.net>
1422
1423 * lib/mi-support.exp (mi_runto_main): New proc.
1424 (mi_run_to_main): Use it.
1425 * gdb.mi/mi-catch-cpp-exceptions.exp: Likewise.
1426 * gdb.mi/mi-var-cmd.exp: Likewise.
1427 * gdb.mi/mi-var-invalidate.exp: Likewise.
1428 * mi-var-list-children-invalid-grandchild.exp: Likewise.
1429 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
1430 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1431 * gdb.mi/user-selected-context-sync.exp: Likewise.
1432 * gdb.opt/inline-cmds.exp: Likewise.
1433 * gdb.python/py-framefilter-mi.exp: Likewise.
1434 * gdb.python/py-mi.exp: Likewise.
1435
1436 2020-10-13 Pedro Alves <pedro@palves.net>
1437
1438 * gdb.ada/fun_in_declare.exp: Use "runto_main" instead of
1439 "runto main".
1440 * gdb.ada/small_reg_param.exp: Likewise.
1441 * gdb.arch/powerpc-d128-regs.exp: Likewise.
1442 * gdb.base/annota1.exp: Likewise.
1443 * gdb.base/anon.exp: Likewise.
1444 * gdb.base/breakpoint-in-ro-region.exp: Likewise.
1445 * gdb.base/dprintf-non-stop.exp: Likewise.
1446 * gdb.base/dprintf.exp: Likewise.
1447 * gdb.base/gdb11530.exp: Likewise.
1448 * gdb.base/gdb11531.exp: Likewise.
1449 * gdb.base/gnu_vector.exp: Likewise.
1450 * gdb.base/interrupt-noterm.exp: Likewise.
1451 * gdb.base/memattr.exp: Likewise.
1452 * gdb.base/step-over-syscall.exp: Likewise.
1453 * gdb.base/watch-cond-infcall.exp: Likewise.
1454 * gdb.base/watch-read.exp: Likewise.
1455 * gdb.base/watch-vfork.exp: Likewise.
1456 * gdb.base/watch_thread_num.exp: Likewise.
1457 * gdb.base/watchpoint-stops-at-right-insn.exp: Likewise.
1458 * gdb.guile/scm-frame-inline.exp: Likewise.
1459 * gdb.linespec/explicit.exp: Likewise.
1460 * gdb.opt/inline-break.exp: Likewise.
1461 * gdb.python/py-frame-inline.exp: Likewise.
1462 * gdb.reverse/break-precsave.exp: Likewise.
1463 * gdb.reverse/break-reverse.exp: Likewise.
1464 * gdb.reverse/consecutive-precsave.exp: Likewise.
1465 * gdb.reverse/consecutive-reverse.exp: Likewise.
1466 * gdb.reverse/finish-precsave.exp: Likewise.
1467 * gdb.reverse/finish-reverse.exp: Likewise.
1468 * gdb.reverse/fstatat-reverse.exp: Likewise.
1469 * gdb.reverse/getresuid-reverse.exp: Likewise.
1470 * gdb.reverse/i386-precsave.exp: Likewise.
1471 * gdb.reverse/i386-reverse.exp: Likewise.
1472 * gdb.reverse/i386-sse-reverse.exp: Likewise.
1473 * gdb.reverse/i387-env-reverse.exp: Likewise.
1474 * gdb.reverse/i387-stack-reverse.exp: Likewise.
1475 * gdb.reverse/insn-reverse.exp: Likewise.
1476 * gdb.reverse/machinestate-precsave.exp: Likewise.
1477 * gdb.reverse/machinestate.exp: Likewise.
1478 * gdb.reverse/pipe-reverse.exp: Likewise.
1479 * gdb.reverse/readv-reverse.exp: Likewise.
1480 * gdb.reverse/recvmsg-reverse.exp: Likewise.
1481 * gdb.reverse/rerun-prec.exp: Likewise.
1482 * gdb.reverse/s390-mvcle.exp: Likewise.
1483 * gdb.reverse/solib-precsave.exp: Likewise.
1484 * gdb.reverse/solib-reverse.exp: Likewise.
1485 * gdb.reverse/step-precsave.exp: Likewise.
1486 * gdb.reverse/step-reverse.exp: Likewise.
1487 * gdb.reverse/time-reverse.exp: Likewise.
1488 * gdb.reverse/until-precsave.exp: Likewise.
1489 * gdb.reverse/until-reverse.exp: Likewise.
1490 * gdb.reverse/waitpid-reverse.exp: Likewise.
1491 * gdb.reverse/watch-precsave.exp: Likewise.
1492 * gdb.reverse/watch-reverse.exp: Likewise.
1493 * gdb.threads/kill.exp: Likewise.
1494 * gdb.threads/tid-reuse.exp: Likewise.
1495
1496 2020-10-13 Simon Marchi <simon.marchi@polymtl.ca>
1497
1498 PR gdb/26642
1499 * gdb.base/maint-target-async-off.c: New test.
1500 * gdb.base/maint-target-async-off.exp: New test.
1501
1502 2020-10-13 Alan Modra <amodra@gmail.com>
1503
1504 * gdb.arch/powerpc-altivec.s,
1505 * gdb.arch/powerpc-power7.s,
1506 * gdb.arch/powerpc-power8.s,
1507 * gdb.arch/powerpc-power9.s,
1508 * gdb.arch/powerpc-vsx.s,
1509 * gdb.arch/powerpc-vsx2.s: Remove duplicate instructions.
1510 * gdb.arch/powerpc-altivec.exp,
1511 * gdb.arch/powerpc-power7.exp,
1512 * gdb.arch/powerpc-power8.exp,
1513 * gdb.arch/powerpc-power9.exp,
1514 * gdb.arch/powerpc-vsx.exp,
1515 * gdb.arch/powerpc-vsx2.exp: Likewise, and update expected
1516 disassembly of mfvsrd/mtvsrd.
1517
1518 2020-10-13 Alan Modra <amodra@gmail.com>
1519
1520 * gdb.arch/arm-disassembler-options.exp: Adjust expected
1521 "target architecture" output.
1522 * gdb.arch/powerpc-d128-regs.exp: Likewise.
1523 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
1524 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
1525 * gdb.arch/s390-disassembler-options.exp: Likewise.
1526
1527 2020-10-12 Pedro Alves <pedro@palves.net>
1528
1529 PR exp/26602
1530 PR c++/26550
1531 * gdb.cp/ambiguous.cc (marker1): Delete.
1532 (main): Initialize all the fields of the locals. Replace marker1
1533 call with a "set breakpoint here" marker.
1534 * gdb.cp/ambiguous.exp: Modernize. Use gdb_continue_to_breakpoint
1535 instead of running to marker1. Add tests printing all the
1536 variables and all the fields of the variables.
1537 (test_ambiguous): New proc, expecting the new GDB output when a
1538 field access is ambiguous. Change all "warning: X ambiguous"
1539 tests to use it.
1540
1541 2020-10-12 Gary Benson <gbenson@redhat.com>
1542
1543 * gdb.base/msym-bp.c (foo): Add __attribute__ ((used)).
1544 * gdb.base/msym-bp-2.c (foo): Likewise.
1545 * gdb.base/msym-lang.c (foo): Likewise.
1546 * gdb.base/msym-lang-main.c (foo): Likewise.
1547 * gdb.base/symtab-search-order-1.c (static_global): Likewise.
1548 * gdb.guile/scm-pretty-print.c (eval_func): Likewise.
1549 * gdb.mi/mi-sym-info-1.c (global_f1): Likewise.
1550 * gdb.mi/mi-sym-info-2.c (global_f1, var1, var2): Likewise.
1551 * gdb.multi/watchpoint-multi-exit.c (globalvar): Likewise.
1552 * gdb.python/py-as-string.c (enum_valid, enum_invalid): Likewise.
1553 * gdb.python/py-objfile.c (static_var): Likewise.
1554 * gdb.python/py-symbol.c (rr): Likewise.
1555 * gdb.python/py-symbol-2.c (anon, rr): Likewise.
1556 * gdb.mi/mi-sym-info.exp (lineno1, lineno2): Updated.
1557
1558 2020-10-11 Andrew Burgess <andrew.burgess@embecosm.com>
1559
1560 * gdb.fortran/mixed-lang-stack.exp (run_tests): Update expected
1561 output of backtrace.
1562
1563 2020-10-09 Tom Tromey <tromey@adacore.com>
1564
1565 * gdb.ada/scalar_storage/storage.adb (Another_Range): New type.
1566 (Rec): Add field. Fix range.
1567 * gdb.ada/scalar_storage.exp: Update.
1568
1569 2020-10-09 Hannes Domani <ssbssa@yahoo.de>
1570
1571 PR exp/26714
1572 * gdb.base/printcmds.exp: Add tests for void results.
1573
1574 2020-10-09 Jan Vrany <jan.vrany@labware.com>
1575
1576 * gdb.mi/mi-cmd-param-changed.exp: Check that notification is
1577 is emmited for both 'set directories' and 'directory' commands.
1578
1579 2020-10-08 Tom Tromey <tom@tromey.com>
1580
1581 * gdb.base/style.exp: Check that "main"'s name is styled.
1582
1583 2020-10-07 Tom Tromey <tromey@adacore.com>
1584
1585 * gdb.base/find.exp: Rename some tests.
1586
1587 2020-10-06 Gary Benson <gbenson@redhat.com>
1588
1589 * gdb.base/list0.c (unused): Add __attribute__ ((used)).
1590 * gdb.base/list1.c (unused): Likewise.
1591
1592 2020-10-06 Gary Benson <gbenson@redhat.com>
1593
1594 * gdb.base/list-ambiguous0.c (ambiguous_var): Add
1595 __attribute__ ((used)).
1596 * gdb.base/list-ambiguous1.c (ambiguous_var): Likewise.
1597
1598 2020-10-06 Andrew Burgess <andrew.burgess@embecosm.com>
1599
1600 * gdb.base/m32r.ld: Remove SEARCH_DIR line. Add MEMORY regions,
1601 make use of regions throughout.
1602 * gdb.base/overlays.exp: Enclose string with variableds in "..",
1603 not {...}.
1604 * gdb.base/ovlymgr.c: Add 'string.h' and 'stdlib.h' includes.
1605
1606 2020-10-05 Hannes Domani <ssbssa@yahoo.de>
1607
1608 * gdb.base/call-sc.c: Fix return struct on stack test case.
1609 * gdb.base/call-sc.exp: Likewise.
1610
1611 2020-10-02 Gary Benson <gbenson@redhat.com>
1612
1613 * README: Fix "paralell".
1614
1615 2020-09-30 Gary Benson <gbenson@redhat.com>
1616
1617 * gdb.dwarf2/dw2-double-set-die-type.S (.Ldie_3e0):
1618 Convert directive to lowercase.
1619 (.Labbrev1_begin): Add missing label.
1620 (abbrev code 0x1): Remove DW_AT_stmt_list.
1621 (.Ldie_b): Likewise.
1622
1623 2020-09-27 Tom Tromey <tom@tromey.com>
1624
1625 * gdb.tui/new-layout.exp: Use with_test_prefix.
1626
1627 2020-09-26 Gareth Rees <grees@undo.io> (tiny change)
1628
1629 PR python/26586
1630 * gdb.python/python.exp: add test cases for the from_tty
1631 argument to gdb.execute.
1632
1633 2020-09-25 Gary Benson <gbenson@redhat.com>
1634
1635 * gdb.base/infcall-nested-structs.exp.tcl: Add
1636 additional_flags=-Wno-tautological-compare for C++
1637 tests when compiling using Clang.
1638
1639 2020-09-25 Gary Benson <gbenson@redhat.com>
1640
1641 * lib/gdb.exp (gdb_compile): Pass "-x c++" earlier, and only
1642 for .c files.
1643
1644 2020-09-24 Tom Tromey <tromey@adacore.com>
1645
1646 PR tui/26638:
1647 * gdb.tui/list.exp: Check output of "focus next".
1648
1649 2020-09-23 Tom Tromey <tom@tromey.com>
1650
1651 * gdb.dwarf2/intbits.exp: New file.
1652 * gdb.dwarf2/intbits.c: New file.
1653
1654 2020-09-20 Pedro Alves <pedro@palves.net>
1655
1656 * lib/mi-support.exp (mi_uncatched_gdb_exit) Switch to the main
1657 spawn_id before calling remote_close. Close secondary MI channel.
1658
1659 2020-09-20 Pedro Alves <pedro@palves.net>
1660
1661 * gdb.base/testenv.exp (find_env): Bail out if printing 'envp[$i]'
1662 fails.
1663
1664 2020-09-19 Andrew Burgess <andrew.burgess@embecosm.com>
1665
1666 * gdb.fortran/array-slices.exp: Update expected results.
1667 * gdb.fortran/class-allocatable-array.exp: Likewise.
1668 * gdb.fortran/multi-dim.exp: Likewise.
1669 * gdb.fortran/vla-type.exp: Likewise.
1670 * gdb.mi/mi-vla-fortran.exp: Likewise.
1671
1672 2020-09-18 Victor Collod <vcollod@nvidia.com>
1673
1674 PR gdb/26635
1675 * gdb.arch/amd64-prologue-skip-cf-protection.exp: Make the test
1676 compatible with i386, and move it to...
1677 * gdb.arch/i386-prologue-skip-cf-protection.exp: ... here.
1678 * gdb.arch/amd64-prologue-skip-cf-protection.c: Move to...
1679 * gdb.arch/i386-prologue-skip-cf-protection.c: ... here.
1680
1681 2020-09-18 Pedro Alves <pedro@palves.net>
1682
1683 PR gdb/26631
1684 * gdb.multi/multi-target-thread-find.exp: New file.
1685
1686 2020-09-18 Pedro Alves <pedro@palves.net>
1687
1688 * gdb.multi/multi-target-continue.exp: New file, factored out from
1689 multi-target.exp.
1690 * gdb.multi/multi-target-info-inferiors.exp: New file, factored out from
1691 multi-target.exp.
1692 * gdb.multi/multi-target-interrupt.exp: New file, factored out from
1693 multi-target.exp.
1694 * gdb.multi/multi-target-no-resumed.exp: New file, factored out from
1695 multi-target.exp.
1696 * gdb.multi/multi-target-ping-pong-next.exp: New file, factored out from
1697 multi-target.exp.
1698 * gdb.multi/multi-target.exp.tcl: New file, factored out from
1699 multi-target.exp.
1700 * gdb.multi/multi-target.exp: Delete.
1701
1702 2020-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
1703
1704 * gdb.fortran/array-slices.exp: Add missing message data.
1705
1706 2020-09-17 Pedro Alves <pedro@palves.net>
1707
1708 * gdb.cp/call-c-1.c (foo) [__cplusplus]: Add extern "C".
1709
1710 2020-09-17 Pedro Alves <pedro@palves.net>
1711
1712 * gdb.python/py-frame-inline.exp: Adjust to optionally expect a
1713 full prototype.
1714
1715 2020-09-17 Pedro Alves <pedro@palves.net>
1716
1717 * gdb.python/py-as-string.c: Add cast.
1718
1719 2020-09-17 Pedro Alves <pedro@palves.net>
1720
1721 * gdb.base/sizeof.c (fill): Add cast.
1722
1723 2020-09-17 Pedro Alves <pedro@palves.net>
1724
1725 * gdb.base/share-env-with-gdbserver.c (main): Add cast.
1726
1727 2020-09-17 Pedro Alves <pedro@palves.net>
1728
1729 * gdb.base/prologue.c [__cplusplus] (marker): Explicitly specify
1730 linkage name.
1731 * gdb.base/prologue.exp: Use print /d.
1732 * gdb.base/symbol-alias.exp: Handle C++ output.
1733 * gdb.base/symbol-alias2.c: Handle C++ output.
1734 [__cplusplus] (func): Explicitly specify linkage name.
1735
1736 2020-09-17 Pedro Alves <pedro@palves.net>
1737
1738 * gdb.python/py-nested-maps.c (struct key_t): Rename to...
1739 (struct my_key_t): ... this. Adjust all references.
1740 (struct value_t): Rename to ...
1741 (struct my_value_t): ... this. Adjust all references.
1742 (create_map, add_map_element, create_map_map)
1743 (add_map_map_element): Add casts.
1744
1745 2020-09-17 Pedro Alves <pedro@palves.net>
1746
1747 * gdb.python/py-framefilter-mi.c (funca): Add casts.
1748 * gdb.python/py-framefilter.c.c (funca, func2): Add casts.
1749
1750 2020-09-17 Pedro Alves <pedro@palves.net>
1751
1752 * gdb.mi/var-cmd.c (do_anonymous_type_tests): Add cast.
1753
1754 2020-09-17 Pedro Alves <pedro@palves.net>
1755
1756 * gdb.base/exprs.c: Replace 'this' with 'self' throughout.
1757 * gdb.base/ptype.c: : Replace 'this' with 'self' throughout.
1758 (charfoo, intfoo): Define full prototype.
1759 * gdb.base/ptype1.c (charfoo): Define full prototype.
1760 * gdb.base/setvar.c: Replace 'this' with 'self' throughout.
1761 * gdb.base/whatis.c: Replace 'this' with 'self' throughout.
1762
1763 2020-09-17 Pedro Alves <pedro@palves.net>
1764
1765 * gdb.base/charset.c [__cplusplus] (wchar_t, char16_t, char32_t):
1766 Don't define.
1767 (utf_32_string): Compile for both C and C++.
1768 * gdb.base/charset.exp: Use "print /d".
1769
1770 2020-09-17 Pedro Alves <pedro@palves.net>
1771
1772 * gdb.base/watchpoint.c (buf): Make it 31 bytes.
1773 (nullptr): Rename to ...
1774 (null_ptr): ... this.
1775 * gdb.base/watchpoint.exp: Adjust to rename.
1776
1777 2020-09-17 Pedro Alves <pedro@palves.net>
1778
1779 * gdb.base/printcmds.c (three, flag_enum_without_zero)
1780 (three_not_flag): Add casts.
1781
1782 2020-09-17 Pedro Alves <pedro@palves.net>
1783
1784 * gdb.base/examine-backward.c (Barrier, TestStrings): Now unsigned
1785 char array.
1786 (main): Add references to Barrier, TestStrings, TestStringsH and
1787 TestStringsW.
1788 * gdb.base/examine-backward.exp: Issue "set print asm-demangle on"
1789 and expect a full prototype in C++.
1790
1791 2020-09-17 Pedro Alves <pedro@palves.net>
1792
1793 * gdb.base/nested-addr.c (main): Add cast.
1794 * gdb.base/nested-addr.exp: Use "print /d".
1795
1796 2020-09-17 Pedro Alves <pedro@palves.net>
1797
1798 * gdb.base/break.exp (func): New. Use it throughout when
1799 expecting a function name.
1800
1801 2020-09-17 Pedro Alves <pedro@palves.net>
1802
1803 * gdb.base/display.exp: Issue "set print asm-demangle on".
1804
1805 2020-09-17 Pedro Alves <pedro@palves.net>
1806
1807 * gdb.base/find.c: Include <string.h>.
1808 (init_bufs): Add cast.
1809 * gdb.base/find.exp: Issue "set print asm-demangle on".
1810
1811 2020-09-16 Tom Tromey <tromey@adacore.com>
1812
1813 PR gdb/26598:
1814 * gdb.base/skipcxx.exp: New file.
1815 * gdb.base/skipcxx.cc: New file.
1816
1817 2020-09-16 Tom de Vries <tdevries@suse.de>
1818
1819 PR testsuite/26617
1820 * gdb.dlang/watch-loc.c: Only add .debug_aranges if
1821 WITH_DEBUG_SECTIONS is defined.
1822 (xstr, str): New macro.
1823 (.debug_aranges): Use DMAIN_START_0/1/2 and DMAIN_LENGTH
1824 to get start and size of _Dmain.
1825 * gdb.dlang/watch-loc.exp: Pass DMAIN_START_0/1/2 and DMAIN_LENGTH
1826 using additional_flags.
1827
1828 2020-09-16 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1829
1830 * gdb.base/bp-cmds-sourced-script.c: New file.
1831 * gdb.base/bp-cmds-sourced-script.exp: New test.
1832 * gdb.base/bp-cmds-sourced-script.gdb: New file.
1833
1834 2020-09-16 Tom de Vries <tdevries@suse.de>
1835
1836 * lib/gdbserver-support.exp (gdbserver_exit): Make sure we
1837 get the gdb prompt after issuing "monitor exit".
1838
1839 2020-09-16 Tom de Vries <tdevries@suse.de>
1840
1841 PR testsuite/26624
1842 * lib/gdb.exp (gdb_assert): Catch errors in condition evaluation.
1843
1844 2020-09-16 Tom de Vries <tdevries@suse.de>
1845
1846 PR testsuite/26618
1847 * gdb.tui/new-layout.exp: Escape unbalanced braces.
1848
1849 2020-09-15 Tom Tromey <tromey@adacore.com>
1850
1851 PR rust/26197:
1852 * lib/rust-support.exp (rust_llvm_version): New proc.
1853 * gdb.rust/simple.exp: Check rust_llvm_version.
1854
1855 2020-09-14 Tom de Vries <tdevries@suse.de>
1856
1857 * gdb.rust/traits.exp: Fix PATH warning.
1858
1859 2020-09-13 Pedro Alves <pedro@palves.net>
1860
1861 * gdb.base/catch-follow-exec.c (main): Add explicit return
1862 statement.
1863 * gdb.base/catch-signal.c (main): Likewise.
1864 * gdb.base/condbreak-call-false.c (main): Likewise.
1865 * gdb.base/consecutive.c (main): Add explicit return
1866 statement and return type.
1867 * gdb.base/cursal.c (main): Add explicit return statement.
1868 * gdb.base/cvexpr.c (main): Likewise.
1869 * gdb.base/display.c (main): Add explicit return statement and
1870 return type.
1871 * gdb.base/dprintf-detach.c (main): Add explicit return statement.
1872 * gdb.base/endianity.c (main): Likewise.
1873 * gdb.base/execd-prog.c (main): Likewise.
1874 * gdb.base/gdb1090.c (main): Likewise.
1875 * gdb.base/info_qt.c (main): Likewise.
1876 * gdb.base/lineinc.c (main): Likewise.
1877 * gdb.base/load-command.c (main): Likewise.
1878 * gdb.base/macscp1.c (main): Likewise.
1879 * gdb.base/pr10179-a.c (main): Likewise.
1880 * gdb.base/quit-live.c (main): Likewise.
1881 * gdb.base/scope0.c (main): Likewise.
1882 * gdb.base/settings.c (main): Likewise.
1883 * gdb.base/stack-checking.c (main): Return int.
1884 * gdb.base/varargs.c (main): Add explicit return statement.
1885 * gdb.cp/ambiguous.cc (main): Likewise.
1886 * gdb.cp/anon-struct.cc (main): Likewise.
1887 * gdb.cp/anon-union.cc (main): Likewise.
1888 * gdb.cp/bool.cc (main): Likewise.
1889 * gdb.cp/bs15503.cc (main): Likewise.
1890 * gdb.cp/cplusfuncs.cc (main): Likewise.
1891 * gdb.cp/cttiadd.cc (main): Likewise.
1892 * gdb.cp/extern-c.cc (main): Likewise.
1893 * gdb.cp/filename.cc (main): Likewise.
1894 * gdb.cp/formatted-ref.cc (main): Likewise.
1895 * gdb.cp/mb-ctor.cc (main): Likewise.
1896 * gdb.cp/member-ptr.cc (main): Likewise.
1897 * gdb.cp/minsym-fallback-main.cc (main): Likewise.
1898 * gdb.cp/overload-const.cc (main): Likewise.
1899 * gdb.cp/paren-type.cc (main): Likewise.
1900 * gdb.cp/parse-lang.cc (main): Likewise.
1901 * gdb.cp/pr-1023.cc (main): Likewise.
1902 * gdb.cp/psmang1.cc (main): Likewise.
1903 * gdb.cp/readnow-language.cc (main): Likewise.
1904 * gdb.cp/ref-params.cc (main): Likewise.
1905 * gdb.cp/rvalue-ref-params.cc (main): Likewise.
1906 * gdb.cp/virtbase2.cc (main): Likewise.
1907 * gdb.dwarf2/dw2-abs-hi-pc.c (main): Likewise.
1908 * gdb.dwarf2/dw2-namespaceless-anonymous.c (main): Likewise.
1909 * gdb.dwarf2/dw4-toplevel-types.cc (main): Likewise.
1910 * gdb.mi/mi-console.c (main): Likewise.
1911 * gdb.mi/mi-read-memory.c (main): Likewise.
1912 * gdb.modula2/multidim.c (main): Likewise.
1913 * gdb.opt/inline-small-func.c (main): Likewise.
1914 * gdb.python/py-rbreak.c (main): Likewise.
1915 * gdb.stabs/exclfwd1.c (main): Likewise.
1916 * gdb.trace/qtro.c (main): Likewise.
1917
1918 2020-09-13 Pedro Alves <pedro@palves.net>
1919
1920 * gdb.base/share-env-with-gdbserver.c (main): Call my_getenv
1921 instead of getenv.
1922
1923 2020-09-13 Pedro Alves <pedro@palves.net>
1924
1925 * gdb.base/dbx.exp (dbx_gdb_start): Adjust to use gdb_spawn
1926 instead of spawning GDB with remote_spawn.
1927 * lib/mi-support.exp (default_mi_gdb_start): Adjust to use
1928 gdb_spawn instead of spawning GDB with remote_spawn.
1929
1930 2020-09-13 Pedro Alves <pedro@palves.net>
1931
1932 * gdb.dwarf2/ada-linkage-name.c (main): Move to the bottom of the
1933 file and add calls to first and second.
1934 * gdb.dwarf2/atomic.c (main): Move to the bottom of the file and
1935 add call to f.
1936
1937 2020-09-13 Pedro Alves <pedro@palves.net>
1938
1939 * gdb.mi/mi-break-qualified.cc: New file.
1940 * gdb.mi/mi-break-qualified.exp: New file.
1941 * lib/mi-support.exp (mi_create_breakpoint_multi)
1942 (mi_make_breakpoint_loc, mi_make_breakpoint_multi): New
1943 procedures.
1944 (mi_create_breakpoint_1): New, factored out from
1945 mi_create_breakpoint.
1946
1947 2020-09-13 Pedro Alves <pedro@palves.net>
1948
1949 * gdb.cp/inherit.exp: No longer pass -Wno-deprecated-register.
1950 * gdb.cp/misc.exp: No longer pass -Wno-deprecated-register.
1951 * gdb.cp/misc.cc (class small, small::method, marker_reg1)
1952 (register_class): Delete.
1953 (main): Don't call register_class.
1954
1955 2020-09-13 Pedro Alves <pedro@palves.net>
1956
1957 * gdb.cp/classes.exp: No longer pass -Wno-deprecated-register.
1958 (do_tests): Remove "calling method for small class" test.
1959 * gdb.cp/classes.cc (class small, small::method, marker_reg1)
1960 (register_class): Delete.
1961 (main): Don't call register_class.
1962 * gdb.cp/call-method-register.exp: New file, based on bits removed
1963 from classes.exp.
1964 * gdb.cp/call-method-register.cc: New file, based on bits removed
1965 from classes.cc.
1966
1967 2020-09-13 Pedro Alves <pedro@palves.net>
1968
1969 * gdb.base/msym-bp-2.c: New.
1970 * gdb.base/msym-bp-shl-lib.c: New file.
1971 * gdb.base/msym-bp-shl-main-2.c: New file.
1972 * gdb.base/msym-bp-shl-main.c: New file.
1973 * gdb.base/msym-bp-shl.exp: New file.
1974 * gdb.base/msym-bp.c: New file.
1975 * gdb.base/msym-bp.exp: New file.
1976
1977 2020-09-13 Joel Brobecker <brobecker@adacore.com>
1978
1979 * gdb.base/default.exp: Change $_gdb_major to 11.
1980
1981 2020-09-11 Moritz Riesterer <moritz.riesterer@intel.com>
1982 Felix Willgerodt <Felix.Willgerodt@intel.com>
1983
1984 * x86-avx512bf16.c: New file.
1985 * x86-avx512bf16.exp: Likewise.
1986 * lib/gdb.exp (skip_avx512bf16_tests): New function.
1987
1988 2020-09-11 Tom de Vries <tdevries@suse.de>
1989
1990 PR exp/26602
1991 * gdb.cp/ambiguous.exp: Add KFAILs for PR26602.
1992
1993 2020-09-11 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1994
1995 * gdb.base/bp-cmds-execution-x-script.exp: Remove a stale comment.
1996
1997 2020-09-10 Alan Modra <amodra@gmail.com>
1998
1999 PR 26597
2000 * gdb.dlang/demangle.exp: Update tests as per gcc commit 387d0773f3.
2001
2002 2020-09-08 Tom de Vries <tdevries@suse.de>
2003
2004 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Consume gdb prompt
2005 after gdb_starti_cmd.
2006
2007 2020-09-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2008
2009 * lib/fortran.exp (fortran_complex8): New proc.
2010 (fortran_complex16): New proc.
2011 * gdb.fortran/complex.exp: Use routines from fortran.exp
2012 * gdb.fortran/pointer-to-pointer.exp: Likewise.
2013 * gdb.fortran/vla-ptr-info.exp: Likewise.
2014
2015 2020-09-03 Tom de Vries <tdevries@suse.de>
2016
2017 PR breakpoint/26546
2018 * gdb.base/label-without-address.exp: Runto main first.
2019
2020 2020-09-02 Tom Tromey <tromey@adacore.com>
2021
2022 * gdb.ada/mi_var_access.exp: Test children of access variable.
2023 * gdb.ada/mi_var_access/mi_access.adb: Add new stop markers.
2024 * gdb.ada/mi_var_array.exp: Update.
2025
2026 2020-08-31 Kevin Buettner <kevinb@redhat.com>
2027
2028 * gdb.base/corefile.exp (warning-free): XFAIL test when running
2029 on docker w/ AUFS storage driver.
2030
2031 2020-08-31 Kevin Buettner <kevinb@redhat.com>
2032
2033 * gdb.base/corefile2.exp (renamed binfile): New tests.
2034
2035 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
2036
2037 * gdb.dwarf2/dw2-reg-undefined.exp: Remove spurious #.
2038
2039 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
2040
2041 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: New file.
2042 * gdb.dwarf2/frame-inlined-in-outer-frame.S: New file.
2043
2044 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
2045
2046 * gdb.dwarf2/dw2-reg-undefined.exp: Test "set debug frame 1"
2047 output, printing a "not saved" value from history and printing a
2048 convenience variable created from a "not saved" value.
2049
2050 2020-08-31 Tom de Vries <tdevries@suse.de>
2051
2052 * gdb.base/eh_return.exp: Use nopie.
2053
2054 2020-08-28 Pedro Alves <pedro@palves.net>
2055
2056 * gdb.base/advance-until-multiple-locations.exp
2057 (advance_overload, until_overload): Adjust to match the
2058 frame/function header instead of the source line text.
2059
2060 2020-08-28 Tom de Vries <tdevries@suse.de>
2061
2062 * gdb.base/label-without-address.c: New test.
2063 * gdb.base/label-without-address.exp: New file.
2064
2065 2020-08-27 Pedro Alves <pedro@palves.net>
2066
2067 PR gdb/26523
2068 PR gdb/26524
2069 * gdb.base/advance-until-multiple-locations.cc: New.
2070 * gdb.base/advance-until-multiple-locations.exp: New.
2071
2072 2020-08-27 Simon Marchi <simon.marchi@polymtl.ca>
2073
2074 * gdb.dwarf2/dw2-reg-undefined.exp: Use multi_line.
2075
2076 2020-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
2077
2078 * gdb.arch/amd64-byte.exp: Make test names unique, use
2079 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
2080 * gdb.arch/amd64-dword.exp: Likewise.
2081 * gdb.arch/amd64-pseudo.c: Fix typo 'forth' -> 'fourth'.
2082 * gdb.arch/amd64-stap-special-operands.exp: Make test names
2083 unique.
2084 * gdb.arch/amd64-tailcall-ret.exp: Likewise.
2085 * gdb.arch/amd64-word.exp: Make test names unique, use
2086 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
2087 * gdb.arch/i386-byte.exp: Make test names unique, use
2088 gdb_breakpoint.
2089 * gdb.arch/i386-word.exp: Likewise.
2090
2091 2020-08-25 Shahab Vahedi <shahab@synopsys.com>
2092
2093 * gdb.arch/arc-tdesc-cpu.xml: Use new feature names.
2094
2095 2020-08-25 Simon Marchi <simon.marchi@polymtl.ca>
2096
2097 PR gdb/26532
2098 * gdb.threads/stepi-random-signal.exp: Update pattern.
2099
2100 2020-08-25 Simon Marchi <simon.marchi@efficios.com>
2101
2102 PR gdb/26532
2103 * gdb.base/ui-redirect.exp: Update pattern.
2104
2105 2020-08-25 Gary Benson <gbenson@redhat.com>
2106
2107 * gdb.dwarf2/dw2-dir-file-name.exp: Use system assembler
2108 when compiling with clang.
2109 * gdb.dwarf2/dw2-restore.exp: Likewise.
2110
2111 2020-08-25 Gary Benson <gbenson@redhat.com>
2112
2113 * gdb.cp/ambiguous.exp: Enable test when compiling with GCC.
2114 Add additional_flags=-Wno-inaccessible-base when compiling
2115 with GCC >= 10.1 or clang. Add additional_flags=-w when
2116 compiling with GCC < 10.
2117
2118 2020-08-25 Gaius Mulley <gaiusmod2@gmail.com>
2119
2120 PR m2/26372
2121 * gdb.modula2/multidim.c: New file.
2122 * gdb.modula2/multidim.exp: New file.
2123
2124 2020-08-24 Simon Marchi <simon.marchi@polymtl.ca>
2125
2126 * lib/gdb.exp (runto): Always emit fail on internal error.
2127
2128 2020-08-24 Simon Marchi <simon.marchi@efficios.com>
2129
2130 * gdb.base/gdb-sigterm.exp (do_test): Update expected regexp.
2131 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2132 Likewise.
2133 * gdb.threads/stepi-random-signal.exp: Likewise.
2134
2135 2020-08-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2136
2137 * gdb.base/print-file-var.exp: Fix typo "breapoint".
2138 * gdb.trace/strace.exp: Ditto.
2139
2140 2020-08-19 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2141
2142 * gdb.fortran/vla-type.exp: Skip commands not required for
2143 the Flang compiled binaries after prologue fix.
2144
2145 2020-08-17 Tom de Vries <tdevries@suse.de>
2146 Tom Tromey <tromey@adacore.com>
2147
2148 PR rust/26197:
2149 * gdb.rust/simple.exp (xfail_pattern): Update for new failure.
2150
2151 2020-08-17 Tom Tromey <tromey@adacore.com>
2152
2153 * gdb.ada/mi_var_access.exp: New file.
2154 * gdb.ada/mi_var_access/mi_access.adb: New file.
2155 * gdb.ada/mi_var_access/pck.adb: New file.
2156 * gdb.ada/mi_var_access/pck.ads: New file.
2157
2158 2020-08-16 Tom de Vries <tdevries@suse.de>
2159
2160 PR gdb/25350
2161 * gdb.base/eh_return.c: New test.
2162 * gdb.base/eh_return.exp: New file.
2163
2164 2020-08-15 Tom de Vries <tdevries@suse.de>
2165
2166 * gdb.fortran/mixed-lang-stack.c (fortran_charlen_t): New type.
2167 (mixed_func_1d_): Use fortran_charlen_t in decl.
2168
2169 2020-08-15 Tom de Vries <tdevries@suse.de>
2170
2171 PR backtrace/26390
2172 * gdb.fortran/mixed-lang-stack.exp: Call bt with -frame-arguments all.
2173 Update expected pattern.
2174
2175 2020-08-13 Pedro Alves <pedro@palves.net>
2176
2177 * gdb.fortran/complex.exp: Check skip_fortran_tests.
2178 * gdb.fortran/library-module.exp: Likewise.
2179 * gdb.fortran/logical.exp: Likewise.
2180 * gdb.fortran/module.exp: Likewise.
2181 * gdb.fortran/print_type.exp: Likewise.
2182 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
2183 * gdb.fortran/vla-datatypes.exp: Likewise.
2184 * gdb.fortran/vla-history.exp: Likewise.
2185 * gdb.fortran/vla-ptr-info.exp: Likewise.
2186 * gdb.fortran/vla-ptype-sub.exp: Likewise.
2187 * gdb.fortran/vla-ptype.exp: Likewise.
2188 * gdb.fortran/vla-sizeof.exp: Likewise.
2189 * gdb.fortran/vla-type.exp: Likewise.
2190 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
2191 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
2192 * gdb.fortran/vla-value-sub.exp: Likewise.
2193 * gdb.fortran/vla-value.exp: Likewise.
2194
2195 2020-08-13 Pedro Alves <pedro@palves.net>
2196
2197 * gdb.ada/access_tagged_param.exp: Check skip_ada_tests.
2198 * gdb.ada/access_to_packed_array.exp: Likewise.
2199 * gdb.ada/access_to_unbounded_array.exp: Likewise.
2200 * gdb.ada/addr_arith.exp: Likewise.
2201 * gdb.ada/arr_acc_idx_w_gap.exp: Likewise.
2202 * gdb.ada/arr_arr.exp: Likewise.
2203 * gdb.ada/arr_enum_idx_w_gap.exp: Likewise.
2204 * gdb.ada/array_bounds.exp: Likewise.
2205 * gdb.ada/array_of_variable_length.exp: Likewise.
2206 * gdb.ada/array_ptr_renaming.exp: Likewise.
2207 * gdb.ada/array_subscript_addr.exp: Likewise.
2208 * gdb.ada/arraydim.exp: Likewise.
2209 * gdb.ada/arrayparam.exp: Likewise.
2210 * gdb.ada/arrayptr.exp: Likewise.
2211 * gdb.ada/assign_1.exp: Likewise.
2212 * gdb.ada/assign_arr.exp: Likewise.
2213 * gdb.ada/atomic_enum.exp: Likewise.
2214 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
2215 * gdb.ada/bad-task-bp-keyword.exp: Likewise.
2216 * gdb.ada/bias.exp: Likewise.
2217 * gdb.ada/boolean_expr.exp: Likewise.
2218 * gdb.ada/bp_c_mixed_case.exp: Likewise.
2219 * gdb.ada/bp_enum_homonym.exp: Likewise.
2220 * gdb.ada/bp_inlined_func.exp: Likewise.
2221 * gdb.ada/bp_on_var.exp: Likewise.
2222 * gdb.ada/bp_range_type.exp: Likewise.
2223 * gdb.ada/bp_reset.exp: Likewise.
2224 * gdb.ada/call_pn.exp: Likewise.
2225 * gdb.ada/catch_assert_if.exp: Likewise.
2226 * gdb.ada/catch_ex.exp: Likewise.
2227 * gdb.ada/catch_ex_std.exp: Likewise.
2228 * gdb.ada/char_enum.exp: Likewise.
2229 * gdb.ada/char_param.exp: Likewise.
2230 * gdb.ada/complete.exp: Likewise.
2231 * gdb.ada/cond_lang.exp: Likewise.
2232 * gdb.ada/convvar_comp.exp: Likewise.
2233 * gdb.ada/dgopt.exp: Likewise.
2234 * gdb.ada/disc_arr_bound.exp: Likewise.
2235 * gdb.ada/display_nested.exp: Likewise.
2236 * gdb.ada/dot_all.exp: Likewise.
2237 * gdb.ada/dyn_loc.exp: Likewise.
2238 * gdb.ada/dyn_stride.exp: Likewise.
2239 * gdb.ada/excep_handle.exp: Likewise.
2240 * gdb.ada/expr_delims.exp: Likewise.
2241 * gdb.ada/expr_with_funcall.exp: Likewise.
2242 * gdb.ada/exprs.exp: Likewise.
2243 * gdb.ada/fin_fun_out.exp: Likewise.
2244 * gdb.ada/fixed_cmp.exp: Likewise.
2245 * gdb.ada/formatted_ref.exp: Likewise.
2246 * gdb.ada/frame_arg_lang.exp: Likewise.
2247 * gdb.ada/frame_args.exp: Likewise.
2248 * gdb.ada/fullname_bp.exp: Likewise.
2249 * gdb.ada/fun_addr.exp: Likewise.
2250 * gdb.ada/fun_in_declare.exp: Likewise.
2251 * gdb.ada/fun_overload_menu.exp: Likewise.
2252 * gdb.ada/fun_renaming.exp: Likewise.
2253 * gdb.ada/funcall_char.exp: Likewise.
2254 * gdb.ada/funcall_param.exp: Likewise.
2255 * gdb.ada/funcall_ptr.exp: Likewise.
2256 * gdb.ada/funcall_ref.exp: Likewise.
2257 * gdb.ada/homonym.exp: Likewise.
2258 * gdb.ada/info_addr_mixed_case.exp: Likewise.
2259 * gdb.ada/info_auto_lang.exp: Likewise.
2260 * gdb.ada/info_exc.exp: Likewise.
2261 * gdb.ada/info_types.exp: Likewise.
2262 * gdb.ada/int_deref.exp: Likewise.
2263 * gdb.ada/interface.exp: Likewise.
2264 * gdb.ada/iwide.exp: Likewise.
2265 * gdb.ada/lang_switch.exp: Likewise.
2266 * gdb.ada/length_cond.exp: Likewise.
2267 * gdb.ada/maint_with_ada.exp: Likewise.
2268 * gdb.ada/mi_catch_assert.exp: Likewise.
2269 * gdb.ada/mi_catch_ex.exp: Likewise.
2270 * gdb.ada/mi_catch_ex_hand.exp: Likewise.
2271 * gdb.ada/mi_dyn_arr.exp: Likewise.
2272 * gdb.ada/mi_ex_cond.exp: Likewise.
2273 * gdb.ada/mi_exc_info.exp: Likewise.
2274 * gdb.ada/mi_interface.exp: Likewise.
2275 * gdb.ada/mi_prot.exp: Likewise.
2276 * gdb.ada/mi_ref_changeable.exp: Likewise.
2277 * gdb.ada/mi_string_access.exp: Likewise.
2278 * gdb.ada/mi_task_arg.exp: Likewise.
2279 * gdb.ada/mi_task_info.exp: Likewise.
2280 * gdb.ada/mi_var_array.exp: Likewise.
2281 * gdb.ada/mi_var_union.exp: Likewise.
2282 * gdb.ada/mi_variant.exp: Likewise.
2283 * gdb.ada/minsyms.exp: Likewise.
2284 * gdb.ada/mod_from_name.exp: Likewise.
2285 * gdb.ada/nested.exp: Likewise.
2286 * gdb.ada/null_array.exp: Likewise.
2287 * gdb.ada/optim_drec.exp: Likewise.
2288 * gdb.ada/out_of_line_in_inlined.exp: Likewise.
2289 * gdb.ada/packed_array_assign.exp: Likewise.
2290 * gdb.ada/packed_tagged.exp: Likewise.
2291 * gdb.ada/pp-rec-component.exp: Likewise.
2292 * gdb.ada/print_chars.exp: Likewise.
2293 * gdb.ada/print_pc.exp: Likewise.
2294 * gdb.ada/ptr_typedef.exp: Likewise.
2295 * gdb.ada/ptype_arith_binop.exp: Likewise.
2296 * gdb.ada/ptype_array.exp: Likewise.
2297 * gdb.ada/ptype_field.exp: Likewise.
2298 * gdb.ada/ptype_tagged_param.exp: Likewise.
2299 * gdb.ada/ptype_union.exp: Likewise.
2300 * gdb.ada/py_range.exp: Likewise.
2301 * gdb.ada/py_taft.exp: Likewise.
2302 * gdb.ada/rdv_wait.exp: Likewise.
2303 * gdb.ada/rec_comp.exp: Likewise.
2304 * gdb.ada/rec_return.exp: Likewise.
2305 * gdb.ada/ref_param.exp: Likewise.
2306 * gdb.ada/ref_tick_size.exp: Likewise.
2307 * gdb.ada/rename_subscript_param.exp: Likewise.
2308 * gdb.ada/repeat_dyn.exp: Likewise.
2309 * gdb.ada/same_component_name.exp: Likewise.
2310 * gdb.ada/same_enum.exp: Likewise.
2311 * gdb.ada/scalar_storage.exp: Likewise.
2312 * gdb.ada/set_wstr.exp: Likewise.
2313 * gdb.ada/small_reg_param.exp: Likewise.
2314 * gdb.ada/str_binop_equal.exp: Likewise.
2315 * gdb.ada/str_ref_cmp.exp: Likewise.
2316 * gdb.ada/str_uninit.exp: Likewise.
2317 * gdb.ada/sub_variant.exp: Likewise.
2318 * gdb.ada/sym_print_name.exp: Likewise.
2319 * gdb.ada/taft_type.exp: Likewise.
2320 * gdb.ada/tagged.exp: Likewise.
2321 * gdb.ada/tagged_access.exp: Likewise.
2322 * gdb.ada/task_bp.exp: Likewise.
2323 * gdb.ada/task_switch_in_core.exp: Likewise.
2324 * gdb.ada/tasks.exp: Likewise.
2325 * gdb.ada/tick_last_segv.exp: Likewise.
2326 * gdb.ada/tick_length_array_enum_idx.exp: Likewise.
2327 * gdb.ada/type_coercion.exp: Likewise.
2328 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
2329 * gdb.ada/unchecked_union.exp: Likewise.
2330 * gdb.ada/uninitialized_vars.exp: Likewise.
2331 * gdb.ada/var_arr_attrs.exp: Likewise.
2332 * gdb.ada/var_arr_typedef.exp: Likewise.
2333 * gdb.ada/var_rec_arr.exp: Likewise.
2334 * gdb.ada/variant-record.exp: Likewise.
2335 * gdb.ada/variant.exp: Likewise.
2336 * gdb.ada/variant_record_packed_array.exp: Likewise.
2337 * gdb.ada/varsize_limit.exp: Likewise.
2338 * gdb.ada/whatis_array_val.exp: Likewise.
2339 * gdb.ada/widewide.exp: Likewise.
2340 * gdb.ada/win_fu_syms.exp: Likewise.
2341
2342 2020-08-12 Gary Benson <gbenson@redhat.com>
2343
2344 * gdb.dwarf2/dw2-op-out-param.S (.Ltext5): Fix duplicate label.
2345
2346 2020-08-04 Andrew Burgess <andrew.burgess@embecosm.com>
2347
2348 * lib/check-test-names.exp (do_reset_vars): Use 'array unset' to
2349 unset the array variable.
2350
2351 2020-08-03 Tom de Vries <tdevries@suse.de>
2352
2353 PR symtab/26333
2354 * lib/dwarf.exp (DW_LNE_user): New proc.
2355 * gdb.dwarf2/dw2-vendor-extended-opcode.c: New test.
2356 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: New file.
2357
2358 2020-07-31 Kevin Buettner <kevinb@redhat.com>
2359
2360 * gdb.base/coremaker2.c: Change all uses of 'unsigned long long'
2361 to 'uintptr_t'
2362 (inttypes.h): Include.
2363
2364 2020-07-31 Kevin Buettner <kevinb@redhat.com>
2365
2366 * gdb.base/coremaker2.c (buf_rw): Increase size to 256 KiB.
2367 (C5_24k): Delete.
2368 (C5_8k, C5_64k, C5_256k): New macros.
2369 (buf_ro): Allocate 256 KiB of initialized data.
2370
2371 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2372
2373 * gdb.base/condbreak-bad.exp: Extend the test with scenarios
2374 that attempt to overwrite an existing condition with a condition
2375 that fails parsing and also with a condition that parses fine
2376 but contains junk at the end.
2377
2378 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2379
2380 * gdb.base/condbreak-bad.c: New test.
2381 * gdb.base/condbreak-bad.exp: New file.
2382
2383 2020-07-30 Tom de Vries <tdevries@suse.de>
2384
2385 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_entry_1): Factor
2386 out of ...
2387 (GDBInfoModuleSymbols::check_entry): ... here.
2388 (GDBInfoModuleSymbols::check_optional_entry): New proc.
2389 * gdb.fortran/info-modules.exp: Use check_optional_entry for entries
2390 related to __def_init_mod1_M1t1 / __vtype_mod1_M1t1 / __copy_mod1_M1t1.
2391
2392 2020-07-30 Tom de Vries <tdevries@suse.de>
2393
2394 * gdb.fortran/ptype-on-functions.exp: Make "_t" suffix on
2395 "__class_some_module_Number_t" optional.
2396
2397 2020-07-29 Tom de Vries <tdevries@suse.de>
2398
2399 * lib/selftest-support.exp (selftest_setup): Allow breakpoint at
2400 multiple locations.
2401
2402 2020-07-29 Tom de Vries <tdevries@suse.de>
2403
2404 * gdb.dwarf2/dw2-line-number-zero.exp: Set breakpoints on lines
2405 rather than function name.
2406
2407 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2408
2409 PR symtab/26270:
2410 * gdb.cp/disasm-func-name.cc: New file.
2411 * gdb.cp/disasm-func-name.exp: New file.
2412
2413 2020-07-28 Tom Tromey <tromey@adacore.com>
2414
2415 * gdb.dwarf2/varval.exp (setup_exec): Add 'or' instruction to
2416 'varval' location.
2417
2418 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2419
2420 * gdb.python/py-unwind.py: Update to make use of a register
2421 descriptor.
2422
2423 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2424
2425 * gdb.python/py-arch-reg-names.exp: Add additional tests.
2426
2427 2020-07-25 Andrew Burgess <andrew.burgess@embecosm.com>
2428
2429 PR fortran/23051
2430 PR fortran/26139
2431 * gdb.fortran/class-allocatable-array.exp: New file.
2432 * gdb.fortran/class-allocatable-array.f90: New file.
2433 * gdb.fortran/pointer-to-pointer.exp: New file.
2434 * gdb.fortran/pointer-to-pointer.f90: New file.
2435
2436 2020-07-25 Tom de Vries <tdevries@suse.de>
2437
2438 PR symtab/26243
2439 * gdb.dwarf2/dw2-line-number-zero.c: New test.
2440 * gdb.dwarf2/dw2-line-number-zero.exp: New file.
2441
2442 2020-07-24 Tom de Vries <tdevries@suse.de>
2443
2444 PR testsuite/26293
2445 * gdb.ada/mi_prot.exp: Require gnatmake-8.
2446
2447 2020-07-23 Pedro Alves <pedro@palves.net>
2448
2449 * gdb.server/server-kill.exp (prepare): New, factored out from the
2450 top level.
2451 (kill_server): New.
2452 (test_tstatus, test_unwind_nosyms, test_unwind_syms): New.
2453 (top level) : Call test_tstatus, test_unwind_nosyms, test_unwind_syms.
2454
2455 2020-07-23 Andrew Burgess <andrew.burgess@embecosm.com>
2456
2457 * gdb.dwarf2/dw2-disasm-over-non-stmt.exp: New file.
2458
2459 2020-07-22 Sandra Loosemore <sandra@codesourcery.com>
2460
2461 * lib/gdb.exp (gdb_wrapper_file, gdb_wrapper_flags):
2462 Initialize to empty string at top level.
2463 (gdb_wrapper_init): Revert check for file existence on build.
2464 Build the wrapper in its default place, not a build-specific
2465 location. When host == build, make the pathname absolute.
2466 (gdb_compile): Delete leftover declaration of
2467 gdb_wrapper_initialized. Check gdb_wrapper_file being an empty
2468 string instead of uninitialized.
2469
2470 2020-07-22 Kevin Buettner <kevinb@redhat.com>
2471
2472 * gdb.base/corefile2.exp: New file.
2473 * gdb.base/coremaker2.exp: New file.
2474
2475 2020-07-22 Kevin Buettner <kevinb@redhat.com>
2476
2477 * gdb.base/coredump-filter.exp: Add second
2478 non-Private-Shared-Anon-File test.
2479 (test_disasm): Rename binfile for test which is expected
2480 to fail.
2481
2482 2020-07-22 Kevin Buettner <kevinb@redhat.com>
2483
2484 * gdb.base/corefile.exp: Add test "accessing read-only mmapped
2485 data in core file".
2486 * gdb.base/coremaker.c (buf2ro): New global.
2487 (mmapdata): Add a read-only mmap mapping.
2488
2489 2020-07-22 Kevin Buettner <kevinb@redhat.com>
2490
2491 PR corefiles/25631
2492 * gdb.base/corefile.exp (accessing anonymous, unwritten-to mmap data):
2493 New test.
2494 * gdb.base/coremaker.c (buf3): New global.
2495 (mmapdata): Add mmap call which uses MAP_ANONYMOUS and MAP_PRIVATE
2496 flags.
2497
2498 2020-07-22 Kevin Buettner <kevinb@redhat.com>
2499
2500 * gdb.base/coremaker.c (filler_ro): New global constant.
2501
2502 2020-07-22 Tom Tromey <tromey@adacore.com>
2503
2504 * gdb.ada/mi_prot.exp: New file.
2505 * gdb.ada/mi_prot/pkg.adb: New file.
2506 * gdb.ada/mi_prot/pkg.ads: New file.
2507 * gdb.ada/mi_prot/prot.adb: New file.
2508
2509 2020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2510
2511 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
2512 loads two JITers.
2513
2514 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
2515
2516 * gdb.python/py-arch-reg-groups.exp: Additional tests.
2517
2518 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
2519
2520 * gdb.python/py-arch-reg-names.exp: Additional tests.
2521
2522 2020-07-21 Tom de Vries <tdevries@suse.de>
2523
2524 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
2525 breakpoint locations".
2526 * gdb.reverse/solib-reverse.exp: Same.
2527
2528 2020-07-21 Tom de Vries <tdevries@suse.de>
2529
2530 * gdb.reverse/step-reverse.c (callee): Merge statements.
2531
2532 2020-07-21 Tom de Vries <tdevries@suse.de>
2533
2534 * gdb.fortran/info-modules.exp (info module variables): Allow missing
2535 line numbers for some variables.
2536
2537 2020-07-21 Tom de Vries <tdevries@suse.de>
2538
2539 * gdb.opt/inline-locals.c (init_array): New func.
2540 (func1): Use init_array.
2541 * gdb.opt/inline-locals.exp: Update pattern.
2542
2543 2020-07-21 Tom de Vries <tdevries@suse.de>
2544
2545 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
2546 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
2547
2548 2020-07-20 Ludovic Courtès <ludo@gnu.org>
2549
2550 * gdb.guile/source2.scm: Add #f first argument to 'format'.
2551 * gdb.guile/types-module.exp: Remove "ERROR:" from
2552 regexps since Guile 3.0 no longer prints that.
2553
2554 2020-07-20 Ludovic Courtès <ludo@gnu.org>
2555
2556 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
2557 error regexp to match on Guile 2.2.
2558
2559 2020-07-20 Gary Benson <gbenson@redhat.com>
2560
2561 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
2562 with clang.
2563
2564 2020-07-20 Tom de Vries <tdevries@suse.de>
2565
2566 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
2567 (omp_set_lock_in_order): New function.
2568 (single_scope, multi_scope, nested_func, nested_parallel): Use
2569 omp_set_lock_in_order and omp_unset_lock.
2570 (main): Init and destroy lock and lock2.
2571
2572 2020-07-20 Tom de Vries <tdevries@suse.de>
2573
2574 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
2575
2576 2020-07-20 Tom de Vries <tdevries@suse.de>
2577
2578 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
2579
2580 2020-07-17 Tom de Vries <tdevries@suse.de>
2581
2582 * gdb.base/valgrind-infcall-2.c: New test.
2583 * gdb.base/valgrind-infcall-2.exp: New file.
2584 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
2585
2586 2020-07-17 Tom de Vries <tdevries@suse.de>
2587
2588 * gdb.dlang/circular.c (found): Use found_label as label name.
2589 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
2590 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
2591 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
2592 * gdb.dwarf2/ada-linkage-name.exp: Same.
2593 * gdb.dwarf2/arr-subrange.exp: Same.
2594 * gdb.dwarf2/atomic-type.exp: Same.
2595 * gdb.dwarf2/comp-unit-lang.exp: Same.
2596 * gdb.dwarf2/cpp-linkage-name.exp: Same.
2597 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
2598 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
2599 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
2600 * gdb.dwarf2/implptr-64bit.exp: Same.
2601 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
2602 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
2603 * gdb.dwarf2/imported-unit.exp: Same.
2604 * gdb.dwarf2/main-subprogram.exp: Same.
2605 * gdb.dwarf2/missing-type-name.exp: Same.
2606 * gdb.dwarf2/nonvar-access.exp: Same.
2607 * gdb.dwarf2/struct-with-sig.exp: Same.
2608 * gdb.dwarf2/typedef-void-finish.exp: Same.
2609 * gdb.dwarf2/void-type.exp: Same.
2610
2611 2020-07-17 Tom de Vries <tdevries@suse.de>
2612
2613 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
2614 src parameter.
2615 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
2616 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
2617 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
2618 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
2619 * gdb.dwarf2/dwz.exp: Same.
2620 * gdb.dwarf2/implptr-optimized-out.exp: Same.
2621 * gdb.dwarf2/implref-array.exp: Same.
2622 * gdb.dwarf2/implref-const.exp: Same.
2623 * gdb.dwarf2/implref-global.exp: Same.
2624 * gdb.dwarf2/implref-struct.exp: Same.
2625 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
2626 * gdb.dwarf2/opaque-type-lookup.exp: Same.
2627 * gdb.dwarf2/var-access.exp: Same.
2628 * gdb.dwarf2/varval.exp: Same.
2629 * gdb.trace/entry-values.exp: Same.
2630
2631 2020-07-17 Tom de Vries <tdevries@suse.de>
2632
2633 * lib/dwarf.exp (Dwarf::extern): Remove.
2634 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
2635 * gdb.dlang/circular.exp: Same.
2636 * gdb.dwarf2/comp-unit-lang.exp: Same.
2637 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
2638 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
2639 * gdb.dwarf2/dwz.exp: Same.
2640 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
2641 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
2642 * gdb.dwarf2/imported-unit.exp: Same.
2643 * gdb.dwarf2/opaque-type-lookup.exp: Same.
2644
2645 2020-07-16 Sandra Loosemore <sandra@codesourcery.com>
2646
2647 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
2648 Use double quotes instead of single quotes.
2649
2650 2020-07-16 Caroline Tice <cmtice@google.com>
2651
2652 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
2653 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
2654
2655 2020-07-16 Tom de Vries <tdevries@suse.de>
2656
2657 * lib/dwarf.exp (program): Initialize _line.
2658 (DW_LNE_end_sequence): Reinitialize _line.
2659 (DW_LNS_advance_line): Update _line.
2660 (line): New proc.
2661 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
2662 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
2663 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
2664 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
2665 * gdb.dwarf2/dw2-is-stmt.exp: Same.
2666 * gdb.dwarf2/dw2-ranges-func.exp: Same.
2667
2668 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
2669
2670 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
2671 generic.
2672
2673 2020-07-15 Tom de Vries <tdevries@suse.de>
2674
2675 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
2676 is_amd64_regs_target.
2677
2678 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
2679
2680 * gdb.fortran/ptype-on-functions.exp: Add more tests.
2681 * gdb.fortran/ptype-on-functions.f90: Likewise.
2682
2683 2020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
2684
2685 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
2686 values in documentation for addr_size to 4 and 8.
2687
2688 2020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
2689
2690 * gdb.arch/amd64-osabi.exp: Update.
2691 * gdb.arch/arm-disassembler-options.exp: Update.
2692 * gdb.arch/powerpc-disassembler-options.exp: Update.
2693 * gdb.arch/ppc64-symtab-cordic.exp: Update.
2694 * gdb.arch/s390-disassembler-options.exp: Update.
2695 * gdb.base/all-architectures.exp.tcl: Update.
2696 * gdb.base/attach-pie-noexec.exp: Update.
2697 * gdb.base/catch-syscall.exp: Update.
2698 * gdb.xml/tdesc-arch.exp: Update.
2699
2700 2020-07-14 Tom de Vries <tdevries@suse.de>
2701
2702 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
2703 (local_gettid): ... this.
2704 (fn): Update.
2705
2706 2020-07-13 Sandra Loosemore <sandra@codesourcery.com>
2707
2708 * gdb.base/info_sources.exp: Skip directory match tests on
2709 remote hosts.
2710
2711 2020-07-13 Gary Benson <gbenson@redhat.com>
2712
2713 * gdb.base/savedregs.exp (caller): Use parentheses to
2714 make expected expression evaluation ordering explicit.
2715
2716 2020-07-13 Gary Benson <gbenson@redhat.com>
2717
2718 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
2719
2720 2020-07-13 Gary Benson <gbenson@redhat.com>
2721
2722 * gdb.base/bigcore.c (main): Use a volatile pointer when
2723 attempting to trigger a SIGSEGV.
2724 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
2725 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
2726 * gdb.base/savedregs.c (thrower): Likewise.
2727 * gdb.mi/mi-syn-frame.c (bar): Likewise.
2728
2729 2020-07-13 Gary Benson <gbenson@redhat.com>
2730
2731 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
2732 defining and using VLA structure fields into...
2733 * gdb.base/vla-struct-fields.c: New file.
2734 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
2735 tests into...
2736 * gdb.base/vla-struct-fields.exp: New file.
2737
2738 2020-07-13 Tom de Vries <tdevries@suse.de>
2739
2740 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
2741 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
2742 * gdb.base/gold-gdb-index.exp: Same.
2743 * gdb.base/morestack.exp: Same.
2744
2745 2020-07-11 Daniel Xu <dxu@dxuuu.xyz>
2746
2747 PR rust/26121
2748 * gdb.rust/modules.rs: Prevent linker from discarding test
2749 symbol.
2750
2751 2020-07-10 Pedro Alves <pedro@palves.net>
2752
2753 PR gdb/26199
2754 * gdb.multi/multi-target.c (exit_thread): New.
2755 (thread_start): Break loop if EXIT_THREAD.
2756 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
2757 (top level) Call test_no_resumed.
2758
2759 2020-07-08 Tom Tromey <tromey@adacore.com>
2760
2761 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
2762 * gdb.ada/catch_ex.exp: Examine catchpoint text.
2763
2764 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2765
2766 PR python/22748
2767 * gdb.opt/inline-frame-tailcall.c: New file.
2768 * gdb.opt/inline-frame-tailcall.exp: New file.
2769 * gdb.python/py-unwind-inline.c: New file.
2770 * gdb.python/py-unwind-inline.exp: New file.
2771 * gdb.python/py-unwind-inline.py: New file.
2772
2773 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2774
2775 * gdb.python/py-arch-reg-groups.exp: New file.
2776
2777 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2778
2779 * gdb.python/py-arch-reg-names.exp: New file.
2780
2781 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2782
2783 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
2784 gdb.PendingFrame.architecture method.
2785
2786 2020-07-06 Tom de Vries <tdevries@suse.de>
2787
2788 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
2789
2790 2020-07-03 Pedro Alves <palves@redhat.com>
2791
2792 * gdb.base/structs2.c (main): Adjust second parem_reg call to
2793 explicitly write negative numbers.
2794 * gdb.base/structs2.exp: Adjust expected output.
2795
2796 2020-07-03 Pedro Alves <palves@redhat.com>
2797
2798 * gdb.base/charset.c (init_string): Change all char parameters to
2799 unsigned char parameters.
2800
2801 2020-07-03 Pedro Alves <palves@redhat.com>
2802
2803 * gdb.base/call-sc.exp (start_scalars_test): Use
2804 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
2805 * gdb.base/overlays.c: Remove references to PARAMS.
2806 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
2807 * gdb.base/reread.exp: Don't set 'prototypes' global.
2808 * gdb.base/structs.exp (start_structs_test): Use
2809 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
2810 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
2811 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
2812 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
2813 call.
2814 * gdb.base/varargs.exp: Don't set 'prototypes' global.
2815
2816 2020-07-03 Pedro Alves <palves@redhat.com>
2817
2818 * gdb.base/m32rovly.c: Delete.
2819 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
2820
2821 2020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2822
2823 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
2824 of gdb_py_test_multiple.
2825 * gdb.python/py-cmd.exp: Likewise.
2826 * gdb.python/py-events.exp: Likewise.
2827 * gdb.python/py-function.exp: Likewise.
2828 * gdb.python/py-inferior.exp: Likewise.
2829 * gdb.python/py-infthread.exp: Likewise.
2830 * gdb.python/py-linetable.exp: Likewise.
2831 * gdb.python/py-parameter.exp: Likewise.
2832 * gdb.python/py-value.exp: Likewise.
2833
2834 2020-06-30 Tom de Vries <tdevries@suse.de>
2835
2836 PR testsuite/26175
2837 * lib/future.exp (gdb_default_target_compile): Detect and handle
2838 early_flags.
2839
2840 2020-06-29 Simon Marchi <simon.marchi@efficios.com>
2841
2842 * boards/simavr.exp (gdb_load): Catch errors when closing
2843 previous connection. Close connection, wait for process and
2844 unset simavr_spawn_id on failure.
2845
2846 2020-06-29 Tom de Vries <tdevries@suse.de>
2847
2848 * lib/gdb.exp (unknown): Make test-case unresolved.
2849
2850 2020-06-29 Tom de Vries <tdevries@suse.de>
2851
2852 PR gdb/25475
2853 * gdb.server/solib-list.exp: Verify that the symbol reload
2854 confirmation question is asked.
2855
2856 2020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2857
2858 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
2859 have a input seq nr in each pass message.
2860 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
2861 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
2862 * gdb.python/python.exp: Make test names unique,
2863 use gdb_test_multiline instead of gdb_py_test_multiple,
2864 use $gdb_test_name.
2865 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
2866
2867 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
2868
2869 * configure.ac: Add --enable-libctf.
2870 * aclocal.m4: sinclude ../config/enable.m4.
2871 * Makefile.in (site.exp): Add enable_libctf to site.exp.
2872 * lib/gdb.exp (skip_ctf_tests): Use it.
2873 * gdb.base/ctf-constvars.exp: Error message tweak.
2874 * gdb.base/ctf-ptype.exp: Likewise.
2875 * configure: Regenerate.
2876
2877 2020-06-26 Gary Benson <gbenson@redhat.com>
2878
2879 * gdb.cp/try_catch.cc: Include string.h.
2880 (main): Replace comparison against string literal with
2881 strcmp, avoiding build failure with -Wstring-compare.
2882 Add "marker test-complete".
2883 * gdb.cp/try_catch.exp: Run the test to the above marker,
2884 then verify that the value of "test" is still true.
2885
2886 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
2887
2888 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
2889
2890 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
2891
2892 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
2893
2894 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
2895
2896 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
2897 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
2898 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
2899 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
2900 * gdb.arch/riscv-tdesc-loading.exp: New file.
2901
2902 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
2903
2904 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
2905
2906 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
2907
2908 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
2909 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
2910 * gdb.arch/riscv-tdesc-regs.c: New file.
2911 * gdb.arch/riscv-tdesc-regs.exp: New file.
2912
2913 2020-06-24 Pedro Alves <palves@redhat.com>
2914
2915 * gdb.arch/amd64-entry-value-paramref.exp: Use
2916 prepare_for_testing_full and don't pass "c++" for the .S file
2917 build spec.
2918 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
2919 $options, since it's an assembly file. Remove -Wno-deprecated.
2920 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
2921 compiling C++ programs.
2922
2923 2020-06-24 Pedro Alves <palves@redhat.com>
2924
2925 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
2926 Clang, add "-Wno-unknown-warning-option" to the options.
2927
2928 2020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
2929
2930 * gdb.xml/tdesc-reload.c: New file.
2931 * gdb.xml/tdesc-reload.exp: New file.
2932 * gdb.xml/maint-xml-dump-01.xml: New file.
2933 * gdb.xml/maint-xml-dump-02.xml: New file.
2934 * gdb.xml/maint-xml-dump.exp: New file.
2935
2936 2020-06-23 Sandra Loosemore <sandra@codesourcery.com>
2937
2938 * lib/completion-support.exp (test_gdb_completion_offers_commands):
2939 Adjust for omitted commands when TUI is disabled.
2940
2941 2020-06-23 Gary Benson <gbenson@redhat.com>
2942 Pedro Alves <palves@redhat.com>
2943
2944 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
2945 * gdb.cp/nsimport.cc: Likewise.
2946 * gdb.cp/nsnested.cc: Likewise.
2947 * gdb.cp/nsnoimports.cc: Likewise.
2948 * gdb.cp/nsusing.cc: Likewise.
2949 * gdb.cp/smartp.cc: Likewise.
2950 * gdb.python/py-pp-integral.c: Likewise.
2951 * gdb.python/py-pp-re-notag.c: Likewise.
2952
2953 2020-06-23 Gary Benson <gbenson@redhat.com>
2954
2955 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
2956 * gdb.cp/nsimport.cc: Likewise.
2957 * gdb.cp/nsnested.cc: Likewise.
2958 * gdb.cp/nsnoimports.cc: Likewise.
2959 * gdb.cp/nsusing.cc: Likewise.
2960 * gdb.cp/smartp.cc: Likewise.
2961 * gdb.python/py-pp-integral.c: Likewise.
2962 * gdb.python/py-pp-re-notag.c: Likewise.
2963
2964 2020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2965
2966 * gdb.base/default-args.exp: New test.
2967 * gdb.base/default-args.c: New file.
2968 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
2969 * gdb.base/default.exp: Update to new help text.
2970 * gdb.base/help.exp: Likewise.
2971 * gdb.base/page.exp: Likewise.
2972 * gdb.base/style.exp: Likewise.
2973 * gdb.guile/guile.exp: Likewise.
2974 * gdb.python/python.exp: Likewise.
2975
2976 2020-06-22 Sandra Loosemore <sandra@codesourcery.com>
2977
2978 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
2979 remote host. Fix search path syntax on Windows host.
2980
2981 2020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2982
2983 * gdb.base/attach.exp: Test priority of 'exec-file' changed
2984 over 'exec-file-mismatch'.
2985 * gdb.base/attach.c: Mark should_exit volatile.
2986 * gdb.base/attach2.c: Likewise. Add a comment explaining
2987 why the sleep cannot be big.
2988 * gdb.base/attach3.c: New file.
2989
2990 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
2991
2992 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
2993 prefix optional.
2994
2995 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
2996
2997 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
2998 for remote host.
2999
3000 2020-06-19 Sandra Loosemore <sandra@codesourcery.com>
3001 Hafiz Abid Qadeer <abidh@codesourcery.com>
3002
3003 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
3004 file sent to remote host.
3005 (top level): Allow int32_t as type of 32-bit register.
3006
3007 2020-06-19 Tom de Vries <tdevries@suse.de>
3008
3009 * lib/gdb.exp (gdb_note): New proc.
3010 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
3011 (gdb_default_target_compile): ... here. Only call
3012 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
3013 (use_gdb_compile): Change to array.
3014 (toplevel): Update sets of use_gdb_compile to specify language.
3015 Warn about default_target_compile override. Store dejagnu's version
3016 of default_target_compile in dejagnu_default_target_compile.
3017
3018 2020-06-18 Tom de Vries <tdevries@suse.de>
3019
3020 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
3021 (default_gdb_init): ... here.
3022
3023 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
3024
3025 Fix TUI support checks in gdb.tui tests.
3026
3027 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
3028 just say UNSUPPORTED.
3029 * gdb.tui/corefile-run.exp: Likewise.
3030 * gdb.tui/empty.exp: Likewise.
3031 * gdb.tui/list-before.exp: Likewise.
3032 * gdb.tui/list.exp: Likewise.
3033 * gdb.tui/main.exp: Likewise.
3034 * gdb.tui/regs.exp: Likewise.
3035 * gdb.tui/resize.exp: Likewise.
3036 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
3037 * gdb.tui/tui-layout-asm.exp: Likewise.
3038 * gdb.tui/tui-missing-src.exp: Likewise.
3039 * gdb.tui/winheight.exp: Likewise.
3040 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
3041
3042 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
3043
3044 Fix TCL error in gdb.python/py-format-string.exp.
3045
3046 * gdb.python/py-format-string.exp: Move test for python support
3047 earlier, out of function body.
3048
3049 2020-06-15 Simon Marchi <simon.marchi@efficios.com>
3050
3051 * gdb.base/index-cache-load-twice.c: New.
3052 * gdb.base/index-cache-load-twice.exp: New.
3053
3054 2020-06-17 Keith Seitz <keiths@redhat.com>
3055
3056 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
3057 when executing "gdb --configuration".
3058
3059 2020-06-17 Tom de Vries <tdevries@suse.de>
3060
3061 * lib/gdb.exp (gdb_tcl_unknown): New proc.
3062 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
3063 conditional on presence of gdb_tcl_unknown.
3064 (gdb_finish): Make override undo conditional on presence of
3065 gdb_tcl_unknown.
3066
3067 2020-06-16 Tom Tromey <tom@tromey.com>
3068
3069 * gdb.python/tui-window.py (failwin): New function. Register it
3070 as a TUI window type.
3071 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
3072
3073 2020-06-16 Gary Benson <gbenson@redhat.com>
3074
3075 * gdb.python/py-nested-maps.c (create_map): Add missing return
3076 value.
3077 (create_map_map): Likewise.
3078
3079 2020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3080
3081 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
3082 variable.
3083 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
3084 and use the already-defined 'options' variable.
3085
3086 2020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
3087 Tom de Vries <tdevries@suse.de>
3088
3089 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
3090 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
3091 (gdb_setup_known_globals): New proc.
3092 (gdb_cleanup_globals): New proc.
3093 * lib/gdb.exp (load_lib): New override proc.
3094 (gdb_stdin_log_init): Set var in_file as persistent global.
3095 * lib/pascal.exp (gdb_stdin_log_init): Set vars
3096 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
3097 fpc_compiler as persistent global.
3098
3099 2020-06-12 Tom de Vries <tdevries@suse.de>
3100
3101 * lib/tuiterm.exp (spawn): Rename to ...
3102 (tui_spawn): ... this.
3103 (toplevel): Move rename of spawn ...
3104 (gdb_init_tuiterm): ... here. New proc.
3105 (gdb_finish_tuiterm): New proc.
3106 * lib/gdb.exp (gdb_finish_hooks): New global var.
3107 (gdb_finish): Handle gdb_finish_hooks.
3108 (tuiterm_env): New proc.
3109 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
3110 tuiterm_env.
3111 * gdb.tui/basic.exp: Same.
3112 * gdb.tui/corefile-run.exp: Same.
3113 * gdb.tui/empty.exp: Same.
3114 * gdb.tui/list-before.exp: Same.
3115 * gdb.tui/list.exp: Same.
3116 * gdb.tui/main.exp: Same.
3117 * gdb.tui/new-layout.exp: Same.
3118 * gdb.tui/regs.exp: Same.
3119 * gdb.tui/resize.exp: Same.
3120 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
3121 * gdb.tui/tui-layout-asm.exp: Same.
3122 * gdb.tui/tui-missing-src.exp: Same.
3123 * gdb.tui/winheight.exp: Same.
3124
3125 2020-06-12 Tom de Vries <tdevries@suse.de>
3126
3127 PR testsuite/26110
3128 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
3129 (gdb_finish): Reinstall dejagnu's override of ::unknown.
3130
3131 2020-06-11 Tom Tromey <tom@tromey.com>
3132
3133 PR gdb/18318:
3134 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
3135 floating point tests.
3136
3137 2020-06-11 Keith Seitz <keiths@redhat.com>
3138
3139 PR gdb/21356
3140 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
3141 vla_struct.
3142 Add new struct vla_typedef and union vla_typedef_union and
3143 corresponding instantiation objects.
3144 Initialize new objects.
3145 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
3146 and vla_typedef_union_object.
3147 Fixup type for vla_struct_object.
3148
3149 2020-06-11 Tom de Vries <tdevries@suse.de>
3150
3151 * lib/gdb.exp (with_override): New proc, factored out of ...
3152 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
3153
3154 2020-06-10 Tom de Vries <tdevries@suse.de>
3155
3156 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
3157
3158 2020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
3159
3160 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
3161 parameter, update callers.
3162
3163 2020-06-04 Simon Marchi <simon.marchi@efficios.com>
3164
3165 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
3166 * gdb.dwarf2/share-psymtabs-bt.c: New file.
3167 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
3168
3169 2020-06-04 Tom de Vries <tdevries@suse.de>
3170
3171 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
3172
3173 2020-06-04 Tom de Vries <tdevries@suse.de>
3174
3175 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
3176 exp_continue.
3177
3178 2020-06-04 Tom de Vries <tdevries@suse.de>
3179
3180 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
3181
3182 2020-06-03 Tom de Vries <tdevries@suse.de>
3183
3184 PR symtab/26046
3185 * gdb.cp/breakpoint-locs-2.cc: New test.
3186 * gdb.cp/breakpoint-locs.cc: New test.
3187 * gdb.cp/breakpoint-locs.exp: New file.
3188 * gdb.cp/breakpoint-locs.h: New test.
3189
3190 2020-06-03 Tom de Vries <tdevries@suse.de>
3191
3192 PR testsuite/25609
3193 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
3194 value of global verbose.
3195 * gdb.base/jit-elf.exp: Same.
3196 * gdb.base/jit-reader.exp: Same.
3197
3198 2020-06-02 Tom de Vries <tdevries@suse.de>
3199
3200 * gdb.dwarf2/multidictionary.exp: Don't use
3201 gdb_spawn_with_cmdline_opts.
3202
3203 2020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
3204
3205 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
3206 use_header case.
3207 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
3208 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
3209 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
3210 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
3211 * gdb.dwarf2/dw2-inline-header.c: New file.
3212 * gdb.dwarf2/dw2-inline-header.h: New file.
3213
3214 2020-05-30 Pedro Alves <palves@redhat.com>
3215
3216 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
3217 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
3218
3219 2020-05-29 Gary Benson <gbenson@redhat.com>
3220
3221 * gdb.compile/compile-cplus.exp (additional_flags): Also
3222 set when building with clang.
3223 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
3224 when building with clang.
3225
3226 2020-05-29 Gary Benson <gbenson@redhat.com>
3227
3228 * gdb.arch/i386-avx.exp (additional_flags): Also set when
3229 building with clang.
3230 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
3231
3232 2020-05-29 Gary Benson <gbenson@redhat.com>
3233
3234 * gdb.cp/koenig.exp (prepare_for_testing): Add
3235 additional_flags=-Wno-unused-comparison.
3236 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
3237
3238 2020-05-28 Gary Benson <gbenson@redhat.com>
3239
3240 * gdb.base/sigaltstack.c (catcher): Add default case to switch
3241 statement.
3242
3243 2020-05-28 Gary Benson <gbenson@redhat.com>
3244
3245 * gdb.cp/classes.exp (prepare_for_testing): Add
3246 additional_flags=-Wno-deprecated-register.
3247 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
3248 * gdb.cp/misc.exp: Likewise.
3249
3250 2020-05-28 Gary Benson <gbenson@redhat.com>
3251
3252 * gdb.linespec/cpls-ops.cc (dummy): New static global.
3253 (test_op_new::operator new): Add return statement.
3254 (test_op_new_array::operator new[]): Likewise.
3255
3256 2020-05-27 Pedro Alves <palves@redhat.com>
3257
3258 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
3259 check. Use test_gdb_complete_unique instead of
3260 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
3261 test_gdb_complete_multiple instead of
3262 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
3263
3264 2020-05-27 Luis Machado <luis.machado@linaro.org>
3265
3266 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
3267 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
3268 * gdb.arch/arm-disassembler-options.exp: Likewise.
3269 * gdb.arch/arm-disp-step.exp: Likewise.
3270 * gdb.arch/thumb-prologue.exp: Likewise.
3271 * gdb.base/async.exp: Likewise.
3272 * gdb.base/auxv.exp: Likewise.
3273 * gdb.base/complex-parts.exp: Likewise.
3274 * gdb.base/ena-dis-br.exp: Likewise.
3275 * gdb.base/foll-exec.exp: Likewise.
3276 * gdb.base/permissions.exp: Likewise.
3277 * gdb.base/relocate.exp: Likewise.
3278 * gdb.base/return2.exp: Likewise.
3279 * gdb.base/sigbpt.exp: Likewise.
3280 * gdb.base/siginfo-obj.exp: Likewise.
3281 * gdb.cp/converts.exp: Likewise.
3282 * gdb.cp/exceptprint.exp: Likewise.
3283 * gdb.cp/inherit.exp: Likewise.
3284 * gdb.cp/nsnoimports.exp: Likewise.
3285 * gdb.cp/virtbase2.exp: Likewise.
3286 * gdb.mi/mi-var-cmd.exp: Likewise.
3287 * gdb.mi/var-cmd.c: Likewise.
3288
3289 2020-05-26 Tom Tromey <tromey@adacore.com>
3290
3291 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
3292
3293 2020-05-26 Tom Tromey <tromey@adacore.com>
3294
3295 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
3296 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
3297 type.
3298 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
3299 variable.
3300
3301 2020-05-26 Christian Biesinger <cbiesinger@google.com>
3302
3303 * Makefile.in: Use = instead of == for the test command
3304 for portability.
3305
3306 2020-05-26 Tom de Vries <tdevries@suse.de>
3307
3308 * gdb.base/gold-gdb-index-2.c: New test.
3309 * gdb.base/gold-gdb-index.c: New test.
3310 * gdb.base/gold-gdb-index.exp: New file.
3311 * gdb.base/gold-gdb-index.h: New test.
3312
3313 2020-05-25 Tom de Vries <tdevries@suse.de>
3314
3315 * boards/gold-gdb-index.exp: New file.
3316
3317 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
3318
3319 * boards/simavr.exp: New file.
3320
3321 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
3322
3323 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
3324 * gdb.base/inferior-args.exp: New file.
3325 * gdb.base/inferior-args.c: New file.
3326
3327 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
3328
3329 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
3330 inferior_args. Pass it to gdb_reload.
3331 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
3332 inferior_args.
3333 (gdb_reload): Add inferior_args argument.
3334 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
3335 pass it to gdbserver_run.
3336 * boards/native-gdbserver.exp: Do not set noargs.
3337 * boards/native-extended-gdbserver.exp (gdb_reload): Add
3338 inferior_args argument.
3339 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
3340 * gdb.base/a2-run.exp: Check for use_gdb_stub.
3341 * gdb.base/args.exp: Likewise.
3342
3343 2020-05-25 Tom de Vries <tdevries@suse.de>
3344
3345 * lib/gdb.exp (exec_is_pie): Add comment.
3346
3347 2020-05-25 Tom de Vries <tdevries@suse.de>
3348
3349 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
3350 instead of $binfile in the untested message.
3351
3352 2020-05-25 Tom de Vries <tdevries@suse.de>
3353
3354 PR testsuite/26031
3355 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
3356
3357 2020-05-25 Tom de Vries <tdevries@suse.de>
3358
3359 * boards/gold.exp: New file.
3360
3361 2020-05-23 Tom Tromey <tom@tromey.com>
3362
3363 * gdb.base/style.exp: Remove completion styling test.
3364 * lib/gdb-utils.exp (style): Remove completion styles.
3365
3366 2020-05-23 Tom Tromey <tom@tromey.com>
3367
3368 * gdb.base/style.exp: Add completion styling test.
3369 * lib/gdb-utils.exp (style): Add completion styles.
3370
3371 2020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
3372
3373 * gdb.base/annota1.exp: Update expected results.
3374 * gdb.cp/annota2.exp: Update expected results, remove duplicate
3375 test name.
3376 * gdb.cp/annota3.exp: Update expected results.
3377
3378 2020-05-20 Simon Marchi <simon.marchi@efficios.com>
3379
3380 PR gdb/26016
3381 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
3382 against MAP_FAILED.
3383 * gdb.base/coremaker.c (mmapdata): Likewise.
3384 * gdb.base/jit-reader-host.c (main): Likewise.
3385 * gdb.base/sym-file-loader.c (load): Likewise.
3386 (load_shlib): Likewise.
3387
3388 2020-05-20 Tom Tromey <tromey@adacore.com>
3389
3390 * gdb.ada/array_char_idx.exp: Recognize initialized array.
3391
3392 2020-05-20 Tom de Vries <tdevries@suse.de>
3393
3394 PR symtab/25833
3395 * gdb.base/with-mf-inc.c: New test.
3396 * gdb.base/with-mf-main.c: New test.
3397 * gdb.base/with-mf.exp: New file.
3398
3399 2020-05-19 Tom Tromey <tromey@adacore.com>
3400
3401 * gdb.rust/simple.exp: Restore missing test result.
3402
3403 2020-05-19 Tom de Vries <tdevries@suse.de>
3404
3405 * gdb.base/gdb-caching-proc.exp: Fix typo.
3406
3407 2020-05-19 Tom Tromey <tromey@adacore.com>
3408
3409 * gdb.rust/simple.exp: Add some test descriptions.
3410 (test_one_slice): Use with_test_prefix.
3411
3412 2020-05-18 Tom de Vries <tdevries@suse.de>
3413
3414 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
3415
3416 2020-05-17 Pedro Alves <palves@redhat.com>
3417
3418 PR gdb/25741
3419 * gdb.base/hw-sw-break-same-address.exp: New file.
3420
3421 2020-05-16 Pedro Alves <palves@redhat.com>
3422
3423 * gdb.multi/multi-re-run.exp (test_re_run): Switch
3424 LAST_LOADED_FILE accordingly.
3425
3426 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3427
3428 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
3429
3430 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3431
3432 * gdb.base/help.exp: Test apropos and help for commands
3433 having aliases. Fixed comments not starting with an
3434 upper-case letter or not finishing with a dot.
3435
3436 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3437
3438 * gdb.base/alias.exp: Update help output check.
3439
3440 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3441
3442 * gdb.base/default.exp: Update output following fixes.
3443
3444 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3445
3446 * gdb.base/alias.exp: Test aliases starting with a prefix of
3447 another alias.
3448
3449 2020-05-15 Gary Benson <gbenson@redhat.com>
3450
3451 * gdb.base/info-os.c (main): Add return statement.
3452 * gdb.base/info_minsym.c (minsym_fun): Likewise.
3453 * gdb.base/large-frame-2.c (func): Likewise.
3454 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
3455 * gdb.base/pr10179-b.c (foo2): Likewise.
3456 * gdb.base/valgrind-disp-step.c (foo): Likewise.
3457 * gdb.base/watch-cond.c (func): Likewise.
3458 * gdb.multi/goodbye.c (verylongfun): Likewise.
3459 * gdb.multi/hello.c (commonfun): Likewise.
3460 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
3461 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
3462 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
3463 Likewise.
3464 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
3465 * gdb.threads/interrupt-while-step-over.c (child_function):
3466 Likewise.
3467 * gdb.trace/actions-changed.c (end): Likewise.
3468
3469 2020-05-15 Gary Benson <gbenson@redhat.com>
3470
3471 * gdb.opencl/callfuncs.exp: Report when test skipped.
3472 * gdb.opencl/convs_casts.exp: Likewise.
3473 * gdb.opencl/datatypes.exp: Likewise.
3474 * gdb.opencl/operators.exp: Likewise.
3475 * gdb.opencl/vec_comps.exp: Likewise.
3476
3477 2020-05-15 Tom de Vries <tdevries@suse.de>
3478
3479 * gdb.base/align.exp.in: Rename to ...
3480 * gdb.base/align.exp.tcl: ... this.
3481 * gdb.base/align-c++.exp: Update.
3482 * gdb.base/align-c.exp: Update.
3483 * gdb.base/all-architectures.exp.in: Rename to ...
3484 * gdb.base/all-architectures.exp: ... this.
3485 * gdb.base/all-architectures-0.exp: Update.
3486 * gdb.base/all-architectures-1.exp: Update.
3487 * gdb.base/all-architectures-2.exp: Update.
3488 * gdb.base/all-architectures-3.exp: Update.
3489 * gdb.base/all-architectures-4.exp: Update.
3490 * gdb.base/all-architectures-5.exp: Update.
3491 * gdb.base/all-architectures-6.exp: Update.
3492 * gdb.base/all-architectures-7.exp: Update.
3493 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
3494 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
3495 * gdb.base/infcall-nested-structs-c++.exp: Update.
3496 * gdb.base/infcall-nested-structs-c.exp: Update.
3497 * gdb.base/info-types.exp.in: Rename to ...
3498 * gdb.base/info-types.exp.tcl: ... this.
3499 * gdb.base/info-types-c++.exp: Update.
3500 * gdb.base/info-types-c.exp: Update.
3501 * gdb.base/max-depth.exp.in: Rename to ...
3502 * gdb.base/max-depth.exp.tcl: ... this.
3503 * gdb.base/max-depth-c++.exp: Update.
3504 * gdb.base/max-depth-c.exp: Update.
3505 * gdb.cp/cpexprs.exp.in: Rename to ...
3506 * gdb.cp/cpexprs.exp.tcl: ... this.
3507 * gdb.cp/cpexprs-debug-types.exp: Update.
3508 * gdb.cp/cpexprs.exp: Update.
3509 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
3510 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
3511 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
3512 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
3513 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
3514 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
3515 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
3516 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
3517 * gdb.dwarf2/clang-debug-names-2.exp: Update.
3518 * gdb.dwarf2/clang-debug-names.exp: Update.
3519
3520 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
3521
3522 * lib/check-test-names.exp: Remove code that prevents this file
3523 loading when tests are run in parallel.
3524
3525 2020-05-15 Pedro Alves <palves@redhat.com>
3526
3527 * gdb.multi/multi-kill.exp (start_inferior): Remove
3528 'testpid' parameter. Refer to namespace variable directly.
3529 (testpid): Declare as namespace variable.
3530
3531 2020-05-15 Pedro Alves <palves@redhat.com>
3532
3533 * gdb.multi/multi-kill.exp: Wrap in namespace.
3534 (start_inferior): Add TESTPID parameter. Use it instead of the
3535 testpid global.
3536 (top level): Define empty TESTPID array, and pass it down to
3537 start_inferior.
3538
3539 2020-05-14 Tom de Vries <tdevries@suse.de>
3540
3541 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
3542 output.
3543
3544 2020-05-14 Tom de Vries <tdevries@suse.de>
3545
3546 * gdb.base/align.exp: Split into ...
3547 * gdb.base/align.exp.in: ...
3548 * gdb.base/align-c++.exp: ...
3549 * gdb.base/align-c.exp: ... these.
3550 * gdb.base/infcall-nested-structs.exp: Split into ...
3551 * gdb.base/infcall-nested-structs.exp.in: ...
3552 * gdb.base/infcall-nested-structs-c++.exp: ...
3553 * gdb.base/infcall-nested-structs-c.exp: ... these.
3554 * gdb.base/info-types.exp: Split into ...
3555 * gdb.base/info-types.exp.in: ...
3556 * gdb.base/info-types-c++.exp: ...
3557 * gdb.base/info-types-c.exp: ... these.
3558 * gdb.base/max-depth.exp: Split into ...
3559 * gdb.base/max-depth.exp.in: ...
3560 * gdb.base/max-depth-c++.exp: ...
3561 * gdb.base/max-depth-c.exp: ... these.
3562 * gdb.cp/infcall-nodebug.exp: Split into ...
3563 * gdb.cp/infcall-nodebug.exp.in: ...
3564 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
3565 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
3566 * gdb.cp/infcall-nodebug-c-d0.exp: ...
3567 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
3568
3569 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3570 Pedro Alves <palves@redhat.com>
3571
3572 * gdb.multi/multi-exit.c: New file.
3573 * gdb.multi/multi-exit.exp: New file.
3574 * gdb.multi/multi-kill.c: New file.
3575 * gdb.multi/multi-kill.exp: New file.
3576
3577 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3578
3579 * gdb.base/annota1.exp: Update the expected output.
3580 * gdb.cp/annota2.exp: Ditto.
3581
3582 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
3583
3584 * lib/check-test-names.exp: Disable when testing is being run in
3585 parallel.
3586
3587 2020-05-12 Tom de Vries <tdevries@suse.de>
3588
3589 * gdb.base/jit-elf.exp: Fix string concat.
3590
3591 2020-05-12 Tom de Vries <tdevries@suse.de>
3592
3593 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
3594 messages.
3595
3596 2020-05-12 Tom de Vries <tdevries@suse.de>
3597
3598 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
3599
3600 2020-05-12 Tom de Vries <tdevries@suse.de>
3601
3602 * gdb.ada/catch_ex.exp: Use with_test_prefix.
3603 * gdb.ada/mi_catch_ex.exp: Same.
3604 * gdb.ada/mi_catch_ex_hand.exp: Same.
3605
3606 2020-05-12 Tom de Vries <tdevries@suse.de>
3607
3608 * gdb.fortran/complex.exp: Use with_test_prefix.
3609
3610 2020-05-12 Tom de Vries <tdevries@suse.de>
3611
3612 * gdb.trace/passcount.exp: Fix test-names.
3613
3614 2020-05-12 Tom de Vries <tdevries@suse.de>
3615
3616 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
3617
3618 2020-05-12 Tom de Vries <tdevries@suse.de>
3619
3620 * gdb.gdb/complaints.exp: Use with_test_prefix.
3621 * gdb.xml/tdesc-regs.exp: Same.
3622 * gdb.opt/inline-locals.exp: Fix test name.
3623
3624 2020-05-12 Tom de Vries <tdevries@suse.de>
3625
3626 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
3627 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
3628 * gdb.dwarf2/implref-struct.exp: Same.
3629 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
3630 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
3631
3632 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
3633
3634 * gdb.base/jit-so.exp (one_jit_test): Change test name.
3635
3636 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
3637
3638 * lib/check-test-names.exp (all_test_names): New module variable.
3639 (counts): Add 'duplicates' field.
3640 (_check_duplicates): New procedure.
3641 (check): Also check for duplicates.
3642 (do_log_summary): Print duplicates count.
3643 (do_reset_vars): Reset counter for duplicate test names, and
3644 discard all know test names.
3645
3646 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
3647
3648 * lib/gdb.exp: Include check-test-names.exp library.
3649 * lib/check-test-names.exp: New file.
3650
3651 2020-05-11 Tom de Vries <tdevries@suse.de>
3652
3653 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
3654
3655 2020-05-11 Keith Seitz <keiths@redhat.com>
3656
3657 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
3658
3659 2020-05-11 Tom de Vries <tdevries@suse.de>
3660
3661 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
3662 * gdb.cp/cpexprs.exp.in: .. here.
3663 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
3664 cpexprs.exp.
3665
3666 2020-05-11 Keith Seitz <keiths@redhat.com>
3667
3668 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
3669 test names.
3670 * gdb.ada/arrayptr.exp: Likewise.
3671 * gdb.ada/assign_arr.exp: Likewise.
3672 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
3673 * gdb.ada/bp_on_var.exp: Likewise.
3674 * gdb.ada/call_pn.exp: Likewise.
3675 * gdb.ada/complete.exp: Likewise.
3676 * gdb.ada/fun_overload_menu.exp: Likewise.
3677 * gdb.ada/funcall_param.exp: Likewise.
3678 * gdb.ada/funcall_ref.exp: Likewise.
3679 * gdb.ada/packed_array_assign.exp: Likewise.
3680 * gdb.ada/same_component_name.exp: Likewise.
3681 * gdb.ada/type_coercion.exp: Likewise.
3682 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
3683 * gdb.ada/variant_record_packed_array.exp: Likewise.
3684
3685 2020-05-11 Tom de Vries <tdevries@suse.de>
3686
3687 PR symtab/25941
3688 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
3689 out of ...
3690 * gdb.dwarf2/clang-debug-names.exp: ... here.
3691 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
3692 clang-debug-names.exp.in.
3693 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
3694 * gdb.dwarf2/clang-debug-names-2.c: New test.
3695
3696 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
3697
3698 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
3699 (fortran_runto_main): New Proc, fortran version of runto_main.
3700 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
3701 * gdb.fortran/array-bounds.exp: Likewise.
3702 * gdb.fortran/array-slices.exp: Likewise.
3703 * gdb.fortran/block-data.exp: Likewise.
3704 * gdb.fortran/charset.exp: Likewise.
3705 * gdb.fortran/common-block.exp: Likewise.
3706 * gdb.fortran/complex.exp: Likewise.
3707 * gdb.fortran/derived-type-function.exp: Likewise.
3708 * gdb.fortran/derived-type.exp: Likewise.
3709 * gdb.fortran/info-modules.exp: Likewise.
3710 * gdb.fortran/info-types.exp: Likewise.
3711 * gdb.fortran/intrinsics.exp: Likewise.
3712 * gdb.fortran/library-module.exp: Likewise.
3713 * gdb.fortran/logical.exp: Likewise.
3714 * gdb.fortran/max-depth.exp: Likewise.
3715 * gdb.fortran/module.exp: Likewise.
3716 * gdb.fortran/multi-dim.exp: Likewise.
3717 * gdb.fortran/nested-funcs.exp: Likewise.
3718 * gdb.fortran/print-formatted.exp: Likewise.
3719 * gdb.fortran/print_type.exp: Likewise.
3720 * gdb.fortran/printing-types.exp: Likewise.
3721 * gdb.fortran/ptr-indentation.exp: Likewise.
3722 * gdb.fortran/ptype-on-functions.exp: Likewise.
3723 * gdb.fortran/subarray.exp: Likewise.
3724 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
3725 * gdb.fortran/vla-datatypes.exp: Likewise.
3726 * gdb.fortran/vla-history.exp: Likewise.
3727 * gdb.fortran/vla-ptr-info.exp: Likewise.
3728 * gdb.fortran/vla-ptype-sub.exp: Likewise.
3729 * gdb.fortran/vla-ptype.exp: Likewise.
3730 * gdb.fortran/vla-sizeof.exp: Likewise.
3731 * gdb.fortran/vla-type.exp: Likewise.
3732 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
3733 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
3734 * gdb.fortran/vla-value-sub.exp: Likewise.
3735 * gdb.fortran/vla-value.exp: Likewise.
3736 * gdb.fortran/whatis_type.exp: Likewise.
3737 * gdb.mi/mi-var-child-f.exp: Likewise.
3738
3739 2020-05-09 Tom de Vries <tdevries@suse.de>
3740
3741 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
3742
3743 2020-05-08 Tom de Vries <tdevries@suse.de>
3744
3745 * gdb.dwarf2/clang-debug-names.c: New test.
3746 * gdb.dwarf2/clang-debug-names.exp: New file.
3747
3748 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
3749
3750 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
3751 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
3752
3753 2020-05-06 Tom de Vries <tdevries@suse.de>
3754
3755 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
3756 breakpoint is at a "recommended breakpoint location".
3757 * gdb.reverse/consecutive-reverse.exp: Same.
3758
3759 2020-05-06 Tom de Vries <tdevries@suse.de>
3760
3761 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
3762 address.
3763
3764 2020-05-06 Tom de Vries <tdevries@suse.de>
3765
3766 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
3767
3768 2020-05-06 Tom de Vries <tdevries@suse.de>
3769
3770 * gdb.base/store.exp (check_set, up_set): Allowing missing location
3771 info for r.
3772
3773 2020-05-06 Tom de Vries <tdevries@suse.de>
3774
3775 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
3776 necessary.
3777
3778 2020-05-06 Tom de Vries <tdevries@suse.de>
3779
3780 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
3781 void.
3782
3783 2020-05-06 Tom de Vries <tdevries@suse.de>
3784
3785 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
3786 of ...
3787 * gdb.base/async.exp: ... here.
3788 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
3789 "recommended breakpoint location".
3790
3791 2020-05-06 Tom de Vries <tdevries@suse.de>
3792
3793 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
3794
3795 2020-05-04 Tom de Vries <tdevries@suse.de>
3796
3797 * gdb.base/async.exp: Check whether instruction addresses are a
3798 "recommended breakpoint location".
3799
3800 2020-05-03 Tom Tromey <tom@tromey.com>
3801
3802 * gdb.base/sepdebug.exp: Remove "catch" test.
3803 * gdb.base/break.exp: Remove "catch" test.
3804 * gdb.base/default.exp: Update expected output.
3805
3806 2020-05-02 Tom de Vries <tdevries@suse.de>
3807
3808 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
3809 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
3810 * gdb.arch/i386-mpx-map.exp: Same.
3811 * gdb.arch/i386-mpx-sigsegv.exp: Same.
3812 * gdb.arch/i386-mpx-simple_segv.exp: Same.
3813 * gdb.arch/i386-mpx.exp: Same.
3814
3815 2020-05-02 Tom de Vries <tdevries@suse.de>
3816
3817 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
3818
3819 2020-05-01 Tom de Vries <tdevries@suse.de>
3820
3821 * gdb.ada/operator_bp.exp: Allow more than required amount of
3822 breakpoint.
3823
3824 2020-05-01 Tom de Vries <tdevries@suse.de>
3825
3826 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
3827
3828 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
3829
3830 PR gdb/18706
3831 * gdb.cp/stub-array-size.cc: New test.
3832 * gdb.cp/stub-array-size.exp: New file.
3833 * gdb.cp/stub-array-size.h: New test.
3834 * gdb.cp/stub-array-size2.cc: New test.
3835
3836 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
3837
3838 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
3839 output to the new format.
3840
3841 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
3842
3843 * gdb.base/break.exp: Use with_test_prefix.
3844
3845 2020-04-29 Tom de Vries <tdevries@suse.de>
3846
3847 * lib/gdb.exp (debug_types): New proc.
3848 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
3849 * gdb.python/py-symtab.exp: Same.
3850
3851 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
3852
3853 PR gdb/17320
3854 * gdb.base/pretty-array.c: New test.
3855 * gdb.base/pretty-array.exp: New file.
3856
3857 2020-04-29 Tom de Vries <tdevries@suse.de>
3858
3859 PR symtab/25889
3860 * gdb.cp/cpexprs.exp: Adapt for inclusion.
3861 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
3862 and include cpexprs.exp.
3863
3864 2020-04-28 Mark Williams <mark@myosotissp.com>
3865
3866 PR gdb/24480
3867 * dw4-toplevel-types.exp: Test for top level types.
3868 * dw4-toplevel-types.cc: Test for top level types.
3869
3870 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3871
3872 * gdb.threads/stop-with-handle.exp: Fix typo in comment
3873 (theads -> threads).
3874
3875 2020-04-28 Tom de Vries <tdevries@suse.de>
3876
3877 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
3878
3879 2020-04-28 Tom de Vries <tdevries@suse.de>
3880
3881 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
3882
3883 2020-04-28 Tom de Vries <tdevries@suse.de>
3884
3885 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
3886
3887 2020-04-28 Tom de Vries <tdevries@suse.de>
3888
3889 * gdb.dwarf2/main-foo.c: New test.
3890 * gdb.dwarf2/struct-with-sig.exp: New file.
3891
3892 2020-04-25 Tom de Vries <tdevries@suse.de>
3893
3894 * boards/debug-types.exp: New file.
3895
3896 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
3897
3898 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
3899
3900 2020-04-24 Tom Tromey <tom@tromey.com>
3901
3902 PR symtab/12707:
3903 * gdb.python/py-symbol.exp: Update expected results for
3904 linkage_name test.
3905 * gdb.cp/print-demangle.exp: New file.
3906 * gdb.base/c-linkage-name.exp: Fix test.
3907 * gdb.guile/scm-symbol.exp: Update expected results for
3908 linkage_name test.
3909
3910 2020-04-24 Tom Tromey <tom@tromey.com>
3911
3912 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
3913 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
3914 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
3915 assembler.
3916
3917 2020-04-24 Tom de Vries <tdevries@suse.de>
3918
3919 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
3920 C++.
3921
3922 2020-04-24 Tom Tromey <tromey@adacore.com>
3923
3924 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
3925 values.
3926 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
3927 values. Update test for minimal encodings.
3928 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
3929 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
3930 values. Update test for minimal encodings.
3931
3932 2020-04-24 Tom Tromey <tromey@adacore.com>
3933
3934 PR python/23662:
3935 * gdb.ada/variant.exp: Add Python checks.
3936 * gdb.rust/simple.exp: Add dynamic type checks.
3937
3938 2020-04-24 Tom Tromey <tromey@adacore.com>
3939
3940 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
3941 Make array type matching more lax.
3942 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
3943 * gdb.ada/mi_variant.exp: New file.
3944 * gdb.ada/mi_variant/pck.ads: New file.
3945 * gdb.ada/mi_variant/pkg.adb: New file.
3946 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
3947 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
3948
3949 2020-04-24 Tom Tromey <tromey@adacore.com>
3950
3951 * gdb.ada/variant.exp: Add dynamic field offset tests.
3952 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
3953 * gdb.ada/variant/pkg.adb: Add new variables.
3954
3955 2020-04-24 Tom Tromey <tromey@adacore.com>
3956
3957 * gdb.ada/variant.exp: New file
3958 * gdb.ada/variant/pkg.adb: New file
3959 * gdb.ada/variant/pck.adb: New file
3960
3961 2020-04-24 Tom de Vries <tdevries@suse.de>
3962
3963 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
3964
3965 2020-04-24 Tom de Vries <tdevries@suse.de>
3966
3967 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
3968 flags.
3969
3970 2020-04-24 Tom de Vries <tdevries@suse.de>
3971
3972 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
3973
3974 2020-04-24 Tom de Vries <tdevries@suse.de>
3975
3976 * lib/gdb.exp (default_gdb_start): Handle eof.
3977 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
3978 failure.
3979 * gdb.base/readnever.exp: Handle clean_restart failure.
3980
3981 2020-04-23 Tom de Vries <tdevries@suse.de>
3982
3983 * gdb.base/decl-before-def.exp: Run to main and print a again.
3984
3985 2020-04-23 Tom de Vries <tdevries@suse.de>
3986
3987 * gdb.base/decl-before-def-decl.c: New test.
3988 * gdb.base/decl-before-def-def.c: New test.
3989 * gdb.base/decl-before-def.exp: New file.
3990
3991 2020-04-23 Tom de Vries <tdevries@suse.de>
3992
3993 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
3994
3995 2020-04-22 Tom de Vries <tdevries@suse.de>
3996
3997 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
3998 debug_info_offset.
3999 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
4000 before $objsfile in the line line.
4001
4002 2020-04-22 Tom de Vries <tdevries@suse.de>
4003
4004 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
4005
4006 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
4007
4008 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
4009 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
4010 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
4011 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
4012 * gdb.base/jit-protocol.h: Update definitions to match all usage
4013 contexts.
4014
4015 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
4016
4017 * gdb.base: Rename all jit related test and source files.
4018
4019 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
4020
4021 * gdb.base/jit-reader.exp: Relax register output check.
4022
4023 2020-04-22 Tom de Vries <tdevries@suse.de>
4024
4025 PR symtab/25764
4026 * gdb.base/psym-external-decl-2.c: New test.
4027 * gdb.base/psym-external-decl.c: New test.
4028 * gdb.base/psym-external-decl.exp: New file.
4029 * gdb.threads/tls.exp: Add PR25807 kfail.
4030
4031 2020-04-22 Tom de Vries <tdevries@suse.de>
4032
4033 PR symtab/25801
4034 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
4035 in "info source" output.
4036
4037 2020-04-22 Tom de Vries <tdevries@suse.de>
4038
4039 PR symtab/25700
4040 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
4041 symtab for imported_unit.c.
4042
4043 2020-04-21 Gary Benson <gbenson@redhat.com>
4044
4045 * gdb.base/advance.c (func): New argument, to match call site.
4046 (func2, func3): Add return statements.
4047
4048 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4049
4050 * gdb.multi/run-only-second-inf.c: New file.
4051 * gdb.multi/run-only-second-inf.exp: New file.
4052
4053 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
4054
4055 * gdb.btrace/multi-inferior.c: New test.
4056 * gdb.btrace/multi-inferior.exp: New file.
4057
4058 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
4059
4060 * gdb.btrace/enable-new-thread.c: New test.
4061 * gdb.btrace/enable-new-thread.exp: New file.
4062
4063 2020-04-21 Tom de Vries <tdevries@suse.de>
4064
4065 PR gdb/25471
4066 * gdb.threads/killed-outside.c: New test.
4067 * gdb.threads/killed-outside.exp: New file.
4068
4069 2020-04-20 Gary Benson <gbenson@redhat.com>
4070
4071 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
4072 * gdb.base/nested-subp2.exp: Likewise.
4073 * gdb.base/nested-subp3.exp: Likewise.
4074
4075 2020-04-20 Gary Benson <gbenson@redhat.com>
4076
4077 * gdb.base/nested-subp1.exp: Disable test when using clang.
4078 * gdb.base/nested-subp2.exp: Likewise.
4079 * gdb.base/nested-subp3.exp: Likewise.
4080
4081 2020-04-20 Gary Benson <gbenson@redhat.com>
4082
4083 * gdb.cp/exception.cc: Fix compilation error with clang.
4084
4085 2020-04-20 Gary Benson <gbenson@redhat.com>
4086
4087 * gdb.trace/tspeed.c: Fix compilation error with clang.
4088
4089 2020-04-20 Gary Benson <gbenson@redhat.com>
4090
4091 * gdb.base/jit-main.c: Fix compilation error with clang.
4092
4093 2020-04-17 Kamil Rytarowski <n54@gmx.com>
4094
4095 * gdb.base/attach-twice.c: Include "sys/types.h".
4096 (PTRACE_ATTACH): Add fallback definition.
4097 (main): Pass `0' to the 4th argument of `ptrace'.
4098
4099 2020-04-17 Kamil Rytarowski <n54@gmx.com>
4100
4101 * gdb.base/fork-running-state.c: Include "signal.h".
4102
4103 2020-04-17 Tom Tromey <tromey@adacore.com>
4104
4105 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
4106 Update tests.
4107 * gdb.btrace/cpu.exp: Update tests.
4108 * gdb.base/maint.exp: Update tests.
4109 * gdb.base/default.exp: Update tests.
4110 * gdb.base/completion.exp: Update tests.
4111
4112 2020-04-16 Tom de Vries <tdevries@suse.de>
4113
4114 PR symtab/25791
4115 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
4116 (ensure_gdb_index): and factor out and move ...
4117 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
4118 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
4119
4120 2020-04-16 Tom de Vries <tdevries@suse.de>
4121
4122 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
4123 loading exec.
4124
4125 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
4126
4127 * gdb.base/many-completions.exp: New file.
4128
4129 2020-04-14 Tom de Vries <tdevries@suse.de>
4130
4131 PR symtab/25718
4132 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
4133
4134 2020-04-14 Tom de Vries <tdevries@suse.de>
4135
4136 PR symtab/25720
4137 * gdb.base/maint-expand-symbols-header-file.c: New test.
4138 * gdb.base/maint-expand-symbols-header-file.exp: New file.
4139 * gdb.base/maint-expand-symbols-header-file.h: New test.
4140
4141 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
4142
4143 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
4144 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
4145 get_func_info.
4146 (get_func_info): Delete.
4147 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
4148 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
4149 * lib/dwarf.exp (get_func_info): New function.
4150
4151 2020-04-13 Tom de Vries <tdevries@suse.de>
4152
4153 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
4154 to what find_gnatmake does.
4155
4156 2020-04-10 Tom de Vries <tdevries@suse.de>
4157
4158 * gdb.base/style.exp: Expect "Expanding full symbols" message for
4159 -readnow.
4160
4161 2020-04-10 Tom de Vries <tdevries@suse.de>
4162
4163 PR cli/25808
4164 * gdb.base/style.c: Add leading newlines.
4165 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
4166 Check listing of main's one-line body.
4167
4168 2020-04-08 Tom de Vries <tdevries@suse.de>
4169
4170 * lib/gdb.exp (psymtabs_p): New proc.
4171 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
4172 importing unit" unsupported if there are no partial symbols.
4173
4174 2020-04-08 Tom de Vries <tdevries@suse.de>
4175
4176 PR testsuite/25760
4177 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
4178
4179 2020-04-07 Tom de Vries <tdevries@suse.de>
4180
4181 PR symtab/25796
4182 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
4183
4184 2020-04-07 Tom de Vries <tdevries@suse.de>
4185
4186 * gdb.base/check-psymtab.c: New test.
4187 * gdb.base/check-psymtab.exp: New file.
4188
4189 2020-04-06 Tom Tromey <tromey@adacore.com>
4190
4191 * gdb.ada/variant-record/proc.adb: New file.
4192 * gdb.ada/variant-record/value.adb: New file.
4193 * gdb.ada/variant-record/value.s: New file.
4194 * gdb.ada/variant-record.exp: New file.
4195
4196 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
4197
4198 PR gdb/25325
4199 * gdb.cp/typed-enum.cc: New test.
4200 * gdb.cp/typed-enum.exp: New file.
4201
4202 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
4203
4204 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
4205 * gdb.dwarf2/dw2-inline-small-func.c: New file.
4206 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
4207 * gdb.dwarf2/dw2-inline-small-func.h: New file.
4208 * gdb.opt/inline-small-func.c: New file.
4209 * gdb.opt/inline-small-func.exp: New file.
4210 * gdb.opt/inline-small-func.h: New file.
4211
4212 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
4213
4214 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
4215 function.
4216
4217 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
4218
4219 * lib/dwarf.exp (function_range): Allow compiler options to be
4220 specified.
4221
4222 2020-04-02 Tom de Vries <tdevries@suse.de>
4223
4224 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
4225 __attribute__((always_inline)).
4226 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
4227
4228 2020-04-02 Tom de Vries <tdevries@suse.de>
4229
4230 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
4231 (gdbserver_gdb_exit): ... here. Add timeout warning.
4232 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
4233 (connect_target_extended_remote): Append new server_spawn_id to
4234 server_spawn_ids.
4235 (cleanup): New proc.
4236 (setup, <toplevel>): Call cleanup.
4237
4238 2020-04-02 Tom de Vries <tdevries@suse.de>
4239
4240 * gdb.base/main-psymtab.exp: New file.
4241
4242 2020-04-02 Tom de Vries <tdevries@suse.de>
4243
4244 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
4245
4246 2020-04-01 Tom Tromey <tom@tromey.com>
4247
4248 * gdb.base/complex-parts.exp: Add type tests.
4249
4250 2020-04-01 Tom Tromey <tom@tromey.com>
4251
4252 * gdb.base/complex-parts.exp: Add arithmetic tests.
4253
4254 2020-04-01 Tom Tromey <tom@tromey.com>
4255
4256 * gdb.compile/compile.exp: Update.
4257 * gdb.compile/compile-cplus.exp: Update.
4258 * gdb.base/varargs.exp: Update.
4259 * gdb.base/floatn.exp: Update.
4260 * gdb.base/endianity.exp: Update.
4261 * gdb.base/callfuncs.exp (do_function_calls): Update.
4262 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
4263 (complex_float_integral_args): Update.
4264 * gdb.base/complex.exp: Update.
4265 * gdb.base/complex-parts.exp: Update.
4266
4267 2020-04-01 Tom Tromey <tromey@adacore.com>
4268
4269 * gdb.rust/union.rs: New file.
4270 * gdb.rust/union.exp: New file.
4271 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
4272 (main): Update.
4273 * gdb.rust/simple.exp: Move union tests to union.exp.
4274
4275 2020-04-01 Tom Tromey <tromey@adacore.com>
4276
4277 * gdb.rust/simple.rs (main): Remove "y0".
4278
4279 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4280
4281 * gdb.multi/stop-all-on-exit.c: New test.
4282 * gdb.multi/stop-all-on-exit.exp: New file.
4283
4284 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
4285
4286 PR gdb/24789
4287 * gdb.cp/misc.cc: Add integer reference variable.
4288 * gdb.cp/misc.exp: Add test.
4289
4290 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4291
4292 * gdb.server/stop-reply-no-thread.exp: Enhance the test
4293 scenario to cover execution until the end and also the case
4294
4295 2020-03-31 Tom de Vries <tdevries@suse.de>
4296
4297 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
4298 c. Use "maint info symtabs" to check symtab expansion.
4299
4300 2020-03-30 Tom de Vries <tdevries@suse.de>
4301
4302 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
4303 unsupported.
4304 (verify_psymtab_expanded): Move ...
4305 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
4306 test.
4307 (readnow): New proc.
4308
4309 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4310
4311 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
4312 with $hex.
4313
4314 2020-03-20 Tom Tromey <tromey@adacore.com>
4315
4316 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
4317
4318 2020-03-20 Tom Tromey <tromey@adacore.com>
4319
4320 * gdb.ada/sub_variant/subv.adb: New file.
4321 * gdb.ada/sub_variant.exp: New file.
4322
4323 2020-03-20 Tom de Vries <tdevries@suse.de>
4324
4325 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
4326 first break fails.
4327 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
4328
4329 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
4330
4331 * gdb.server/exit-multiple-threads.c: New file.
4332 * gdb.server/exit-multiple-threads.exp: New file.
4333
4334 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
4335
4336 * gdb.fortran/mixed-lang-stack.c: New file.
4337 * gdb.fortran/mixed-lang-stack.cpp: New file.
4338 * gdb.fortran/mixed-lang-stack.exp: New file.
4339 * gdb.fortran/mixed-lang-stack.f90: New file.
4340
4341 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
4342
4343 * gdb.linespec/cp-completion-aliases.cc: New file.
4344 * gdb.linespec/cp-completion-aliases.exp: New file.
4345
4346 2020-03-19 Tom de Vries <tdevries@suse.de>
4347
4348 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
4349 more precise.
4350
4351 2020-03-18 Tom de Vries <tdevries@suse.de>
4352
4353 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
4354 * gdb.dwarf2/break-inline-psymtab.c: New test.
4355 * gdb.dwarf2/break-inline-psymtab.exp: New file.
4356
4357 2020-03-16 Tom de Vries <tdevries@suse.de>
4358
4359 * lib/cache.exp (gdb_do_cache): Add and handle local variables
4360 cache_verify and cache_verify_proc.
4361
4362 2020-03-15 Tom de Vries <tdevries@suse.de>
4363
4364 * gdb.server/solib-list.exp: Handle
4365 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
4366
4367 2020-03-15 Tom de Vries <tdevries@suse.de>
4368
4369 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
4370 objfiles".
4371
4372 2020-03-14 Tom Tromey <tom@tromey.com>
4373
4374 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
4375
4376 2020-03-14 Tom de Vries <tdevries@suse.de>
4377
4378 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
4379
4380 2020-03-14 Tom de Vries <tdevries@suse.de>
4381
4382 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
4383 result in line-by-line fashion.
4384
4385 2020-03-14 Tom de Vries <tdevries@suse.de>
4386
4387 * lib/gdb.exp (supports_statement_frontiers): New proc.
4388 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
4389
4390 2020-03-14 Tom de Vries <tdevries@suse.de>
4391
4392 * gdb.base/printcmds.exp: Add missing quoting for "print
4393 teststring2".
4394
4395 2020-03-13 Tom Tromey <tom@tromey.com>
4396
4397 * gdb.base/printcmds.exp (test_print_strings): Add regression
4398 test.
4399 * gdb.base/printcmds.c (charptr): New typedef.
4400 (teststring2): New global.
4401
4402 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
4403
4404 * gdb.base/break-interp.exp: Use the tail of the filename, not the
4405 full path in the test name.
4406 (test_ld): Add some with_test_prefix blocks to make test names
4407 unique.
4408
4409 2020-03-13 Tom de Vries <tdevries@suse.de>
4410
4411 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
4412
4413 2020-03-13 Tom de Vries <tdevries@suse.de>
4414
4415 * gdb.mi/mi-sym-info.exp: Make matching more precise.
4416
4417 2020-03-13 Tom de Vries <tdevries@suse.de>
4418
4419 PR symtab/25646
4420 * gdb.dwarf2/imported-unit.exp: Add test.
4421
4422 2020-03-13 Tom de Vries <tdevries@suse.de>
4423
4424 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
4425 (var1, var2): New variable.
4426 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
4427 matching symbols.
4428
4429 2020-03-13 Tom de Vries <tdevries@suse.de>
4430
4431 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
4432 (Term::command): Use prompt prefix.
4433 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
4434 * gdb.tui/tui-layout-asm-short-prog.exp: Use
4435 command_no_prompt_prefix instead of prefix.
4436 * gdb.tui/tui-layout-asm.exp: Same.
4437
4438 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
4439
4440 * gdb.base/break-interp.exp: Use foreach_with_prefix.
4441
4442 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
4443
4444 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
4445 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
4446 on" while stepping over the test instruction, match printed
4447 message.
4448
4449 2020-03-12 Tom de Vries <tdevries@suse.de>
4450
4451 * gdb.base/info-types.exp: Use exp_continue during matching of output
4452 of "info types".
4453
4454 2020-03-12 Tom de Vries <tdevries@suse.de>
4455
4456 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
4457
4458 2020-03-12 Tom de Vries <tdevries@suse.de>
4459
4460 * gdb.fortran/module.exp: Use exp_continue during matching of output
4461 of "info variable -n".
4462
4463 2020-03-12 Tom de Vries <tdevries@suse.de>
4464
4465 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
4466 gdb.dwarf2/dw2-ranges-base.c.
4467
4468 2020-03-12 Tom de Vries <tdevries@suse.de>
4469
4470 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
4471 in presence of GLIBC debuginfo.
4472
4473 2020-03-12 Tom de Vries <tdevries@suse.de>
4474
4475 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
4476 $core.
4477
4478 2020-03-12 Tom de Vries <tdevries@suse.de>
4479
4480 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
4481 more precise.
4482
4483 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
4484
4485 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
4486 from Unix to Windows path.
4487
4488 2020-03-11 Tom de Vries <tdevries@suse.de>
4489
4490 * gdb.ada/minsyms.exp: Set language to ada.
4491
4492 2020-03-11 Tom de Vries <tdevries@suse.de>
4493
4494 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
4495
4496 2020-03-11 Tom de Vries <tdevries@suse.de>
4497
4498 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
4499
4500 2020-03-11 Tom Tromey <tromey@adacore.com>
4501
4502 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
4503
4504 2020-03-11 Tom de Vries <tdevries@suse.de>
4505
4506 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
4507
4508 2020-03-11 Tom de Vries <tdevries@suse.de>
4509
4510 * gdb.base/break-interp.exp: Limit verbose scope.
4511
4512 2020-03-11 Tom de Vries <tdevries@suse.de>
4513
4514 * gdb.fortran/logical.f90: Define variable with character type.
4515 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
4516
4517 2020-03-11 Tom de Vries <tdevries@suse.de>
4518
4519 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
4520
4521 2020-03-11 Tom de Vries <tdevries@suse.de>
4522
4523 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
4524 symtabs.
4525
4526 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
4527 Bernd Edlinger <bernd.edlinger@hotmail.de>
4528
4529 * gdb.cp/step-and-next-inline.cc: New file.
4530 * gdb.cp/step-and-next-inline.exp: New file.
4531 * gdb.cp/step-and-next-inline.h: New file.
4532 * gdb.dwarf2/dw2-is-stmt.c: New file.
4533 * gdb.dwarf2/dw2-is-stmt.exp: New file.
4534 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
4535 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
4536 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
4537
4538 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
4539
4540 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
4541 is-stmt flag in the line table.
4542
4543 2020-03-09 Tom de Vries <tdevries@suse.de>
4544
4545 * lib/gdb.exp (cached_file): Create cache dir.
4546
4547 2020-03-07 Tom de Vries <tdevries@suse.de>
4548
4549 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
4550 * gdb.cp/rvalue-ref-params.exp: Same.
4551
4552 2020-03-06 Tom de Vries <tdevries@suse.de>
4553
4554 * lib/gdb.exp (tentative_rename, cached_file): New proc.
4555 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
4556
4557 2020-03-06 Tom de Vries <tdevries@suse.de>
4558
4559 * README: Fix "the the".
4560 * gdb.base/dprintf.exp: Same.
4561
4562 2020-03-05 Tom de Vries <tdevries@suse.de>
4563
4564 * gdb.base/maint.exp: Update "main print statistics" expected output.
4565
4566 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
4567
4568 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
4569 (fortran_int8): Likewise.
4570 (fortran_real4): Likewise.
4571 (fortran_real8): Likewise.
4572 (fortran_complex4): Likewise.
4573 (fortran_logical4): Likewise.
4574 (fortran_character1): Likewise.
4575
4576 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
4577
4578 * gdb.fortran/logical.exp: Add tests that any non-zero value is
4579 printed as true.
4580
4581 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
4582
4583 * gdb.base/printcmds.exp: Add test to verify printf of a
4584 variable holding an address.
4585
4586 2020-03-03 Tom de Vries <tdevries@suse.de>
4587
4588 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
4589
4590 2020-03-03 Tom de Vries <tdevries@suse.de>
4591
4592 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
4593 gdb_test_multiple call.
4594
4595 2020-03-03 Tom de Vries <tdevries@suse.de>
4596
4597 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
4598 gdb_test_multiple calls.
4599
4600 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
4601
4602 * gdb.base/default.exp: Remove test of 'set history filename'.
4603 * gdb.base/gdbinit-history.exp: Add tests for setting the history
4604 filename to the empty string.
4605 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
4606 and GDBHISTSIZE.
4607
4608 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
4609
4610 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
4611 disabled.
4612
4613 2020-03-02 Pedro Alves <palves@redhat.com>
4614 Tom de Vries <tdevries@suse.de>
4615
4616 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
4617 -prompt prefix, before user_code argument. Add -lbl option likewise.
4618 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
4619 (gdb_is_target_1): Add -prompt prefix and move to before user_code
4620 argument.
4621 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
4622 have "\r\n" at start-of-line, instead of at end-of-line.
4623
4624 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
4625
4626 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
4627 libinproctrace.so.
4628
4629 2020-02-28 Luis Machado <luis.machado@linaro.org>
4630
4631 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
4632 to "p/x".
4633
4634 2020-02-28 Luis Machado <luis.machado@linaro.org>
4635
4636 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
4637 asm/ptrace.h and error.h.
4638
4639 2020-02-28 Tom de Vries <tdevries@suse.de>
4640
4641 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
4642 (struct wrapper, do_something, mundane/symada__cS): Move ...
4643 * gdb.base/c-linkage-name-2.c: ... here. New source file.
4644 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
4645 Update "print symada__cS before partial symtab expansion" regexp.
4646 Update breakpoint location. Flush symbol cache after expansion.
4647
4648 2020-02-28 Luis Machado <luis.machado@linaro.org>
4649
4650 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
4651
4652 2020-02-27 Tom de Vries <tdevries@suse.de>
4653
4654 * config/sid.exp: Remove unused globals.
4655 * gdb.base/attach.exp: Same.
4656 * gdb.base/catch-load.exp: Same.
4657 * gdb.base/dbx.exp: Same.
4658 * lib/gdb.exp: Same.
4659 * lib/mi-support.exp: Same.
4660 * lib/prompt.exp: Same.
4661
4662 2020-02-27 Tom de Vries <tdevries@suse.de>
4663
4664 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
4665 not set.
4666
4667 2020-02-26 Aaron Merey <amerey@redhat.com>
4668
4669 * gdb.debuginfod: New directory for debuginfod tests.
4670 * gdb.debuginfod/main.c: New test file.
4671 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
4672
4673 2020-02-26 Tom de Vries <tdevries@suse.de>
4674
4675 PR gdb/25603
4676 * gdb.base/persistent-lang.cc: New test.
4677 * gdb.base/persistent-lang.exp: New file.
4678
4679 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
4680
4681 * gdb.fortran/derived-type-striding.exp: Add a new test.
4682 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
4683 new test.
4684
4685 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
4686
4687 * gdb.base/cached-source-file.exp: Avoid source file paths in test
4688 names.
4689
4690 2020-02-25 Tom de Vries <tdevries@suse.de>
4691
4692 PR go/18926
4693 * gdb.go/methods.exp: Remove gcc/93866 xfail.
4694
4695 2020-02-24 Tom de Vries <tdevries@suse.de>
4696
4697 PR gdb/25592
4698 * gdb.base/info-locals-unused-static-var.c: New test.
4699 * gdb.base/info-locals-unused-static-var.exp: New file.
4700
4701 2020-02-22 Tom Tromey <tom@tromey.com>
4702
4703 * gdb.python/tui-window.exp: New file.
4704 * gdb.python/tui-window.py: New file.
4705
4706 2020-02-22 Tom Tromey <tom@tromey.com>
4707
4708 PR tui/17850:
4709 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
4710 tests.
4711
4712 2020-02-22 Tom Tromey <tom@tromey.com>
4713
4714 * gdb.tui/new-layout.exp: Add sub-layout tests.
4715
4716 2020-02-22 Tom Tromey <tom@tromey.com>
4717
4718 * gdb.tui/new-layout.exp: New file.
4719
4720 2020-02-22 Tom Tromey <tom@tromey.com>
4721
4722 * gdb.rust/rust-style.rs: New file.
4723 * gdb.rust/rust-style.exp: New file.
4724 * gdb.base/style.exp: Test structure printing.
4725 * gdb.base/style.c (struct some_struct): New type.
4726 (enum etype): New type.
4727 (struct_value): New global.
4728
4729 2020-02-21 Tom de Vries <tdevries@suse.de>
4730
4731 PR go/18926
4732 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
4733 Remove blanket xfails. Use message argument for gdb_breakpoint.
4734 Make continuing to breakpoint test conditional on setting breakpoint.
4735 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
4736 DW_AT_name attribute. Add xfail for GCC PR93866.
4737
4738 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
4739
4740 * gdb.dwarf2/cpp-linkage-name.c: New file.
4741 * gdb.dwarf2/cpp-linkage-name.exp: New file.
4742
4743 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
4744
4745 * lib/gdb.exp (gdb_wrapper_init): Reset
4746 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
4747 not exist.
4748
4749 2020-02-20 Tom de Vries <tdevries@suse.de>
4750
4751 PR go/17018
4752 * gdb.go/hello.exp: Copy ...
4753 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
4754 print of st to print value of global definition. Add xfail for GCC
4755 PR93844.
4756 * gdb.go/hello.exp: Remove printing of st before definition.
4757 * gdb.go/hello.go: Copy ...
4758 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
4759 to st.
4760 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
4761
4762 2020-02-20 Tom de Vries <tdevries@suse.de>
4763
4764 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
4765 (gdb_simple_compile): Handle compile_flags go by using .go extension
4766 for source file.
4767 * gdb.go/chan.exp: Use support_go_compile.
4768 * gdb.go/handcall.exp: Same.
4769 * gdb.go/hello.exp: Same.
4770 * gdb.go/integers.exp: Same.
4771 * gdb.go/max-depth.exp: Same.
4772 * gdb.go/methods.exp: Same.
4773 * gdb.go/package.exp: Same.
4774 * gdb.go/strings.exp: Same.
4775 * gdb.go/types.exp: Same.
4776 * gdb.go/unsafe.exp: Same.
4777
4778 2020-02-19 Tom de Vries <tdevries@suse.de>
4779
4780 * gdb.python/lib-types.exp: Make xfail more strict.
4781
4782 2020-02-19 Tom de Vries <tdevries@suse.de>
4783
4784 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
4785
4786 2020-02-19 Doug Evans <dje@google.com>
4787
4788 PR rust/25535
4789 * gdb.rust/simple.exp: Add test.
4790 * gdb.rust/simple.rs: Add test.
4791
4792 2020-02-19 Tom de Vries <tdevries@suse.de>
4793
4794 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
4795 output line-by-line.
4796
4797 2020-02-19 Tom de Vries <tdevries@suse.de>
4798
4799 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
4800
4801 2020-02-19 Tom de Vries <tdevries@suse.de>
4802
4803 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
4804 prelink.
4805
4806 2020-02-19 Tom de Vries <tdevries@suse.de>
4807
4808 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
4809 (gdb_do_cache): Use gdb_do_cache_wrap.
4810 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
4811
4812 2020-02-19 Tom de Vries <tdevries@suse.de>
4813
4814 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
4815 gdb_compile option.
4816
4817 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
4818
4819 * gdb.base/printcmds.exp (test_print_enums): Update expected
4820 output.
4821
4822 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
4823
4824 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
4825 for "unknown".
4826
4827 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
4828
4829 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
4830 enumerator.
4831
4832 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
4833
4834 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
4835 FE_, add FE_NONE.
4836 (three): Update.
4837 (enum flag_enum_without_zero): New enum.
4838 (flag_enum_without_zero): New variable.
4839 (enum not_flag_enum): New enum.
4840 (three_not_flag): New variable.
4841 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
4842 (test_print_enums): Add more tests for printing flag enums.
4843
4844 2020-02-18 Tom de Vries <tdevries@suse.de>
4845
4846 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
4847 (gdb_compile_ada): ... here.
4848 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
4849 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
4850
4851 2020-02-14 Tom Tromey <tom@tromey.com>
4852
4853 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
4854 build directory.
4855 * boards/gdbserver-base.exp: Update path to gdbserver.
4856
4857 2020-02-13 Tom de Vries <tdevries@suse.de>
4858
4859 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
4860
4861 2020-02-13 Tom de Vries <tdevries@suse.de>
4862
4863 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
4864 are missing.
4865
4866 2020-02-13 Tom de Vries <tdevries@suse.de>
4867
4868 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
4869 call.
4870
4871 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
4872
4873 PR tui/25126
4874 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
4875 * gdb.base/cached-source-file.c: New file.
4876 * gdb.base/cached-source-file.exp: New file.
4877
4878 2020-02-11 Tom de Vries <tdevries@suse.de>
4879
4880 PR testsuite/25488
4881 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
4882
4883 2020-02-10 Tom de Vries <tdevries@suse.de>
4884
4885 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
4886
4887 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
4888
4889 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
4890 and $after_addr are both integers before making a comparison.
4891
4892 2020-02-09 Tom de Vries <tdevries@suse.de>
4893
4894 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
4895 command output and paste it into gdb.log. If any, paste catch message
4896 to gdb.log.
4897
4898 2020-02-07 Tom Tromey <tromey@adacore.com>
4899
4900 PR breakpoints/24915:
4901 * gdb.base/annotate-symlink.exp: Use setup_xfail.
4902
4903 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
4904
4905 * gdb.tui/tui-missing-src.exp: Add the "missing source
4906 file" test for the TUI.
4907
4908 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
4909
4910 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
4911 including a port number in the output.
4912
4913 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
4914
4915 * lib/fortran.exp (fortran_int4): Handle clang.
4916 (fortran_int8): Likewise.
4917 (fortran_real4): Likewise.
4918 (fortran_real8): Likewise.
4919 (fortran_complex4): Likewise.
4920 (fortran_logical4): Likewise.
4921 (fortran_character1): Likewise.
4922
4923 2020-02-04 Tom de Vries <tdevries@suse.de>
4924
4925 * README (Race detection): Add note.
4926
4927 2020-02-04 Tom de Vries <tdevries@suse.de>
4928
4929 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
4930
4931 2020-02-04 Tom de Vries <tdevries@suse.de>
4932
4933 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
4934
4935 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
4936
4937 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
4938 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
4939 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
4940 blttar, bnetarl.
4941 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
4942 binary for blttar, bnetarl.
4943 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
4944 wait instruction. Delete ldmx test.
4945 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
4946
4947 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
4948
4949 * gdb.fortran/array-bounds-high.exp: New file.
4950 * gdb.fortran/array-bounds-high.f90: New file.
4951
4952 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
4953
4954 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
4955 Replace #include of <sys/fcntl.h> by <fcntl.h>.
4956
4957 2020-02-01 Tom de Vries <tdevries@suse.de>
4958
4959 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
4960
4961 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
4962
4963 PR tui/9765
4964 * gdb.tui/tui-layout-asm-short-prog.S: New file.
4965 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
4966
4967 2020-01-29 Luis Machado <luis.machado@linaro.org>
4968
4969 * gdb.arch/aarch64-brk-patterns.c: New source file.
4970 * gdb.arch/aarch64-brk-patterns.exp: New test.
4971
4972 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4973
4974 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
4975 GCC/Clang version.
4976 * gdb.cp/pass-by-ref.exp: Ditto.
4977
4978 2020-01-29 Tom de Vries <tdevries@suse.de>
4979
4980 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
4981 * gdb.threads/watchpoint-fork-mt.c: Same.
4982 * gdb.threads/watchpoint-fork-parent.c: Same.
4983 * gdb.threads/watchpoint-fork-st.c: Same.
4984 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
4985
4986 2020-01-27 Luis Machado <luis.machado@linaro.org>
4987
4988 * gdb.base/step-over-syscall.exp (setup): Check if we're already
4989 sitting at a syscall instruction when we hit the syscall function's
4990 breakpoint.
4991 Check PC against one obtained with the x command.
4992 Validate syscall number.
4993 (step_over_syscall): Don't continue to the syscall instruction if
4994 we're already there.
4995
4996 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4997
4998 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
4999
5000 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5001
5002 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
5003 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
5004
5005 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5006
5007 * gdb.dwarf2/dw2-inline-stepping.c: New file.
5008 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
5009
5010 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5011
5012 * gdb.base/maint.exp: Update line table parsing test.
5013 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
5014
5015 2020-01-24 Pedro Alves <palves@redhat.com>
5016
5017 PR gdb/25410
5018 * gdb.multi/multi-re-run-1.c: New.
5019 * gdb.multi/multi-re-run-2.c: New.
5020 * gdb.multi/multi-re-run.exp: New.
5021
5022 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5023
5024 PR gdb/23718
5025 * gdb.server/server-kill-python.exp: New file.
5026
5027 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5028
5029 * gdb.server/multi-ui-errors.c: New file.
5030 * gdb.server/multi-ui-errors.exp: New file.
5031
5032 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5033
5034 PR tui/9765
5035 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
5036
5037 2020-01-19 Tom Tromey <tom@tromey.com>
5038
5039 * gdb.tui/main.exp: Add check for plain "file".
5040
5041 2020-01-16 Christian Biesinger <cbiesinger@google.com>
5042
5043 * lib/gdb.exp: Fix spelling error (seperatelly).
5044
5045 2020-01-14 Tom Tromey <tom@tromey.com>
5046
5047 PR symtab/12535:
5048 * gdb.python/python.exp: Test decode_line with empty string
5049 argument.
5050
5051 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
5052
5053 * gdb.base/skip-inline.exp: Extend test.
5054
5055 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
5056
5057 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
5058 * gdb.dwarf2/dw2-bad-elf.c: New file.
5059 * gdb.dwarf2/dw2-bad-elf.exp: New file.
5060
5061 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
5062
5063 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
5064 _line_saw_file.
5065
5066 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
5067
5068 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
5069 border.
5070
5071 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5072
5073 * gdb.multi/multi-target.exp (setup): Factor out "info
5074 connections" and "info inferiors" tests to ...
5075 (test_info_inferiors): ... this new procedure.
5076 (top level): Run new "info-inferiors" tests.
5077
5078 2020-01-10 Pedro Alves <palves@redhat.com>
5079
5080 * gdb.server/bkpt-other-inferior.exp: New file.
5081
5082 2020-01-10 Pedro Alves <palves@redhat.com>
5083
5084 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
5085 of "add-inferior".
5086 * gdb.base/quit-live.exp: Likewise.
5087 * gdb.base/remote-exec-file.exp: Likewise.
5088 * gdb.guile/scm-progspace.exp: Likewise.
5089 * gdb.linespec/linespec.exp: Likewise.
5090 * gdb.mi/new-ui-mi-sync.exp: Likewise.
5091 * gdb.mi/user-selected-context-sync.exp: Likewise.
5092 * gdb.multi/multi-target.exp (setup): Add "info connection" and
5093 "info inferiors" tests.
5094 * gdb.multi/remove-inferiors.exp: Adjust expected output of
5095 "add-inferior".
5096 * gdb.multi/watchpoint-multi.exp: Likewise.
5097 * gdb.python/py-inferior.exp: Likewise.
5098 * gdb.server/extended-remote-restart.exp: Likewise.
5099 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
5100 "info inferiors".
5101 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
5102 * gdb.trace/report.exp: Likewise.
5103
5104 2020-01-10 Pedro Alves <palves@redhat.com>
5105
5106 * gdb.multi/multi-target.c: New file.
5107 * gdb.multi/multi-target.exp: New file.
5108 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
5109 mode requested, but remote does not support non-stop".
5110
5111 2020-01-10 Pedro Alves <palves@redhat.com>
5112
5113 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
5114 disconnect before reconnecting.
5115
5116 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5117 Pedro Alves <palves@redhat.com>
5118
5119 * gdb.server/connect-without-multi-process.exp: Also test
5120 continuing to end.
5121
5122 2020-01-10 Pedro Alves <palves@redhat.com>
5123
5124 * gdb.base/remote-exec-file.exp: New file.
5125
5126 2020-01-10 Pedro Alves <palves@redhat.com>
5127
5128 * gdb.base/fork-running-state.exp (do_test): Adjust expected
5129 output.
5130 * gdb.threads/async.c: New.
5131 * gdb.threads/async.exp: New.
5132 * gdb.multi/tids-gid-reset.c: New.
5133 * gdb.multi/tids-gid-reset.exp: New.
5134
5135 2020-01-10 George Barrett <bob@bob131.so>
5136
5137 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
5138 to help in finding the image relocation offset.
5139 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
5140 options in arguments.
5141 (stap_test_no_debuginfo): Likewise.
5142 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
5143 test variants.
5144 (stap_test): Add null semaphore relocation test.
5145
5146 2020-01-10 George Barrett <bob@bob131.so>
5147
5148 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
5149 * gdb.base/stap-probe.exp: Likewise.
5150 (stap_test): Pass argument as an additional flag.
5151 (stap_test_no_debuginfo): Likewise.
5152 (stap_test): Check `info probes stap' output for semaphore
5153 addresses if the test binary is supposed to have them.
5154
5155 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5156
5157 * gdb.tui/basic.exp: Add more scrolling tests.
5158
5159 2020-01-09 Tom Tromey <tom@tromey.com>
5160
5161 PR tui/18932:
5162 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
5163 meangingful value.
5164 (Term::command, Term::resize): Update.
5165 * gdb.tui/basic.exp: Add scrolling test.
5166
5167 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5168
5169 * gdb.tui/tui-layout-asm.exp: New file.
5170
5171 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5172
5173 * lib/tuiterm.exp (Term::check_box_contents): New proc.
5174
5175 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5176
5177 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
5178 (Term::enter_tui): Use Term::prepare_for_tui.
5179
5180 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5181
5182 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
5183 called.
5184
5185 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5186
5187 * gdb.base/skip.exp: Fix race condition in test.
5188
5189 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
5190
5191 * gdb.base/backtrace.c: New file.
5192 * gdb.base/backtrace.exp: New file.
5193
5194 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
5195
5196 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
5197
5198 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5199
5200 * gdb.base/style.exp: Test that warnings are styled.
5201
5202 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
5203
5204 * gdb.base/line65535.exp: New file.
5205 * gdb.base/line65535.c: New file.
5206
5207 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
5208
5209 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
5210 * lib/gnat_debug_info_test.adb: New file.
5211 * gdb.ada/ptype_tagged_param.exp: Use
5212 gnat_runtime_has_debug_info, expect a different output if
5213 runtime does not have debug info.
5214
5215 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
5216
5217 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
5218 (another) quote in test name.
5219
5220 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
5221
5222 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
5223 Add quote in test name.
5224
5225 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5226
5227 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
5228 directory instead.
5229 * gdb.cp/pass-by-ref.exp: Extend with more cases.
5230 * gdb.cp/pass-by-ref-2.cc: New file.
5231 * gdb.cp/pass-by-ref-2.exp: New file.
5232
5233 2019-12-20 Tom Tromey <tom@tromey.com>
5234
5235 * gdb.tui/list-before.exp: New file.
5236
5237 2019-12-20 Tom Tromey <tom@tromey.com>
5238
5239 * gdb.tui/list.exp: Check for source on initial listing.
5240
5241 2019-12-11 Tom Tromey <tromey@adacore.com>
5242
5243 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
5244 Add crlf test.
5245
5246 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
5247
5248 * gdb.base/default.exp: Update value of $_gdb_major.
5249
5250 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
5251
5252 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
5253
5254 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
5255
5256 * gdb.base/skip.exp: Whitespace fix.
5257
5258 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
5259
5260 * gdb.base/skip-inline.c: New file.
5261 * gdb.base/skip-inline.exp: New file.
5262
5263 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
5264
5265 * gdb.base/jit-reader.exp (jit_reader_test): Rename
5266 jit_function_00 to jit_function_stack_mangle.
5267 * gdb.base/jithost.c (jit_function_t): Rename to...
5268 (jit_function_stack_mangle_t): ... this.
5269 (jit_function_add_t): New typedef.
5270 (jit_function_00_code): Rename to...
5271 (jit_function_stack_mangle_code): ... this, make static.
5272 (jit_function_add_code): New.
5273 (main): Generate "add" function and call it. Adjust to changes
5274 in jithost_abi.
5275 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
5276 (struct jithost_abi) <begin, end>: Remove fields.
5277 <object, function_stack_mangle, function_add>: New fields.
5278 * gdb.base/jitreader.c (struct reader_state) <code_begin,
5279 code_end>: Remove fields.
5280 <func_stack_mangle>: New field.
5281 (read_debug_info): Adjust to renaming, create block for "add"
5282 function.
5283 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
5284
5285 2019-12-11 Tom Tromey <tom@tromey.com>
5286
5287 * gdb.tui/resize.exp: Fix regexp.
5288 * gdb.tui/regs.exp: Fix regexps.
5289 * gdb.tui/main.exp: Fix regexp.
5290
5291 2019-12-11 Tom Tromey <tom@tromey.com>
5292
5293 * gdb.tui/resize.exp: Update.
5294 * gdb.tui/empty.exp (layouts): Update.
5295
5296 2019-12-11 Tom Tromey <tom@tromey.com>
5297
5298 * gdb.tui/regs.exp: Update.
5299 * gdb.tui/empty.exp (layouts): Update.
5300 * gdb.tui/basic.exp: Update.
5301 * lib/tuiterm.exp (_check_box): Don't check bottom border.
5302
5303 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5304
5305 * gdb.base/options.exp: Add -raw-values in the print completion list.
5306 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
5307
5308 2019-12-10 Kevin Buettner <kevinb@redhat.com>
5309
5310 * gdb.threads/omp-par-scope.c: New file.
5311 * gdb/threads/omp-par-scope.exp: New file.
5312
5313 2019-12-10 Kevin Buettner <kevinb@redhat.com>
5314
5315 * lib/gdb.exp (support_nested_function_tests): New proc.
5316
5317 2019-12-10 Kevin Buettner <kevinb@redhat.com>
5318
5319 * lib/gdb.exp (gdb_compile_openmp): New proc.
5320 (build_executable_from_specs): Add an "openmp" option.
5321 (gdb_compile_pthreads): Add non-executable case.
5322
5323 2019-12-10 Tom Tromey <tromey@adacore.com>
5324
5325 * gdb.ada/unchecked_union.exp: New file.
5326 * gdb.ada/unchecked_union/pck.adb: New file.
5327 * gdb.ada/unchecked_union/pck.ads: New file.
5328 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
5329 * gdb-utils.exp (string_to_regexp): Also quote "?".
5330
5331 2019-12-10 George Barrett <bob@bob131.so>
5332
5333 Test scripted probe breakpoints.
5334 * gdb.guile/scm-breakpoint.c (main): Add probe point.
5335 * gdb.python/py-breakpoint.c (main): Likewise.
5336 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
5337 specifier test.
5338 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
5339
5340 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5341
5342 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
5343 an rvalue parameter.
5344 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
5345 parameter.
5346
5347 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
5348
5349 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
5350 modules.
5351
5352 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
5353
5354 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
5355 broken version of GCC.
5356
5357 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
5358
5359 * gdb.fortran/info-modules.exp: Rewrite to make use of new
5360 sym-info-cmds library.
5361 * gdb.fortran/info-types.exp: Likewise.
5362 * lib/sym-info-cmds.exp: New file.
5363
5364 2019-12-08 Tom de Vries <tdevries@suse.de>
5365
5366 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
5367
5368 2019-12-07 Keith Seitz <keiths@redhat.com>
5369
5370 * gdb.base/corefile-buildid-shlib-shr.c: New file.
5371 * gdb.base/corefile-buildid-shlib.c: New file.
5372 * gdb.base/corefile-buildid.c: New file.
5373 * gdb.base/corefile-buildid.exp: New file.
5374
5375 2019-12-06 Tom de Vries <tdevries@suse.de>
5376
5377 * gdb.dwarf2/varval.exp: Add decl before def test.
5378
5379 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5380
5381 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
5382
5383 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5384
5385 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
5386 CV and reference conversion for overload resolution.
5387 * gdb.cp/rvalue-ref-overload.exp: Test it.
5388
5389 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5390
5391 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
5392 * gdb.base/frameapply.exp: Test faas without command.
5393
5394 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
5395
5396 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
5397 Fortran tests.
5398 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
5399 order.
5400
5401 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
5402
5403 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
5404 casting to type with no kind specified.
5405 (test_basic_parsing_of_type_kinds): Additional tests for types
5406 with no kind specified, and add tests for single/double
5407 precision/complex types.
5408
5409 2019-12-04 Tom Tromey <tromey@adacore.com>
5410
5411 * gdb.base/endianity.c (struct other) <x>: New field.
5412 (main): Initialize it.
5413 * gdb.base/endianity.exp: Update.
5414
5415 2019-12-04 Tom Tromey <tromey@adacore.com>
5416
5417 * gdb.ada/scalar_storage/storage.adb: New file.
5418 * gdb.ada/scalar_storage/pck.adb: New file.
5419 * gdb.ada/scalar_storage/pck.ads: New file.
5420 * gdb.ada/scalar_storage.exp: New file.
5421
5422 2019-12-04 Tom Tromey <tromey@adacore.com>
5423
5424 * gdb.base/endianity.c (struct otherendian) <f>: New field.
5425 (main): Initialize it.
5426 * gdb.base/endianity.exp: Update.
5427
5428 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
5429
5430 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
5431
5432 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
5433
5434 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
5435 -symbol-info-module-functions and -symbol-info-module-variables.
5436
5437 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
5438
5439 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
5440
5441 2019-12-01 Richard Bunt <richard.bunt@arm.com>
5442 Andrew Burgess <andrew.burgess@embecosm.com>
5443
5444 * gdb.fortran/derived-type-striding.exp: New file.
5445 * gdb.fortran/derived-type-striding.f90: New file.
5446 * gdb.fortran/array-slices.exp: New file.
5447 * gdb.fortran/array-slices.f90: New file.
5448
5449 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5450
5451 * gdb.base/define.exp: Test . in command names.
5452 * gdb.base/setshow.exp: Update test, as . is now part of
5453 command name.
5454
5455 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5456
5457 * gdb.base/define-prefix.exp: New file.
5458
5459 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
5460
5461 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
5462 compile.
5463 (skip_btrace_pt_tests): Likewise.
5464
5465 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
5466
5467 * gdb.fortran/info-modules.exp: Compile source files in correct
5468 order.
5469
5470 2019-11-27 Kevin Buettner <kevinb@redhat.com>
5471
5472 * gdb.dwarf2/imported-unit.exp: New file.
5473 * gdb.dwarf2/imported-unit.c: New file.
5474
5475 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
5476
5477 * gdb.mi/mi-fortran-modules-2.f90: New file.
5478 * gdb.mi/mi-fortran-modules.exp: New file.
5479 * gdb.mi/mi-fortran-modules.f90: New file.
5480
5481 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
5482
5483 * gdb.mi/mi-sym-info-1.c: New file.
5484 * gdb.mi/mi-sym-info-2.c: New file.
5485 * gdb.mi/mi-sym-info.exp: New file.
5486
5487 2019-11-22 Tom Tromey <tromey@adacore.com>
5488
5489 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
5490 * gdb.ada/tasks/foo.adb: Add another stopping location.
5491
5492 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
5493
5494 * gdb.base/endianity.c: New test.
5495 * gdb.base/endianity.exp: New file.
5496
5497 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
5498
5499 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
5500
5501 2019-11-21 Tom de Vries <tdevries@suse.de>
5502
5503 PR gdb/24956
5504 * gdb.base/ui-redirect.exp: Test output of user-defined command.
5505
5506 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
5507
5508 * gdb.python/py-progspace.exp: Add missing parentheses on some
5509 'print' commands.
5510
5511 2019-11-19 Tom Tromey <tom@tromey.com>
5512
5513 * gdb.tui/winheight.exp: New file.
5514
5515 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
5516
5517 * gdb.base/ctf-whatis.c: Delete.
5518 * gdb.base/ctf-whatis.exp: Delete.
5519 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
5520
5521 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
5522
5523 * gdb.base/ctf-cvexpr.exp: Delete.
5524 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
5525
5526 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
5527
5528 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
5529 the compiler. Clean up header comment a little.
5530 * gdb.base/ctf-ptype.exp: Likewise.
5531 * gdb.base/ctf-whatis.exp: Likewise.
5532 * lib/gdb.exp (skip_ctf_tests): New proc.
5533
5534 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
5535
5536 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
5537 * gdb.tui/corefile-run.exp: New file.
5538
5539 2019-11-14 Tom Tromey <tromey@adacore.com>
5540
5541 * gdb.base/gdbvars.exp (test_convenience_variables): Add
5542 regression tests.
5543
5544 2019-11-12 Tom Tromey <tom@tromey.com>
5545
5546 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
5547 after any command. Expect prompt after WAIT_FOR is seen.
5548 (enter_tui): Enable resize messages.
5549 (command): Expect command in output.
5550 (get_line): Avoid error when cursor appears to be off-screen.
5551 (dump_screen): Include screen size in title.
5552 (_do_resize): New proc, from "resize".
5553 (resize): Rewrite. Do resize in two steps.
5554 * gdb.tui/empty.exp (layouts): Fix entries.
5555 (check_boxes): Remove xfail.
5556 (check_text): Dump screen on failure.
5557
5558 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
5559
5560 * gdb.python/py-symbol.exp: Add test for
5561 gdb.lookup_static_symbols.
5562
5563 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
5564
5565 * gdb.python/py-symbol.c: Declare and call function from new
5566 py-symbol-2.c file.
5567 * gdb.python/py-symbol.exp: Compile both source files, and add new
5568 tests for gdb.lookup_static_symbol.
5569 * gdb.python/py-symbol-2.c: New file.
5570
5571 2019-11-02 Tom de Vries <tdevries@suse.de>
5572
5573 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
5574 * gdb.base/anon.exp: Same.
5575 * gdb.base/auto-connect-native-target.exp: Same.
5576 * gdb.base/call-ar-st.exp: Same.
5577 * gdb.base/catch-syscall.exp: Same.
5578 * gdb.base/commands.exp: Same.
5579 * gdb.base/default.exp: Same.
5580 * gdb.base/display.exp: Same.
5581 * gdb.base/float.exp: Same.
5582 * gdb.base/foll-fork.exp: Same.
5583 * gdb.base/help.exp: Same.
5584 * gdb.base/info-macros.exp: Same.
5585 * gdb.base/info-proc.exp: Same.
5586 * gdb.base/info-target.exp: Same.
5587 * gdb.base/long_long.exp: Same.
5588 * gdb.base/macscp.exp: Same.
5589 * gdb.base/memattr.exp: Same.
5590 * gdb.base/nofield.exp: Same.
5591 * gdb.base/pointers.exp: Same.
5592 * gdb.base/printcmds.exp: Same.
5593 * gdb.base/ptype.exp: Same.
5594 * gdb.base/restore.exp: Same.
5595 * gdb.base/return.exp: Same.
5596 * gdb.base/scope.exp: Same.
5597 * gdb.base/set-noassign.exp: Same.
5598 * gdb.base/setshow.exp: Same.
5599 * gdb.base/shlib-call.exp: Same.
5600 * gdb.base/signals.exp: Same.
5601 * gdb.base/sigstep.exp: Same.
5602 * gdb.base/skip.exp: Same.
5603 * gdb.base/solib-symbol.exp: Same.
5604 * gdb.base/stap-probe.exp: Same.
5605 * gdb.base/step-line.exp: Same.
5606 * gdb.base/step-test.exp: Same.
5607 * gdb.base/style.exp: Same.
5608 * gdb.base/varargs.exp: Same.
5609 * gdb.base/vla-datatypes.exp: Same.
5610 * gdb.base/vla-ptr.exp: Same.
5611 * gdb.base/vla-sideeffect.exp: Same.
5612 * gdb.base/volatile.exp: Same.
5613 * gdb.base/watch-cond-infcall.exp: Same.
5614 * gdb.base/watchpoint.exp: Same.
5615
5616 2019-11-02 Tom de Vries <tdevries@suse.de>
5617
5618 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
5619 * gdb.cp/cpexprs.exp: Same.
5620 * gdb.cp/except-multi-location.exp: Same.
5621 * gdb.cp/exceptprint.exp: Same.
5622 * gdb.cp/gdb2384.exp: Same.
5623 * gdb.cp/inherit.exp: Same.
5624 * gdb.cp/m-static.exp: Same.
5625 * gdb.cp/meth-typedefs.exp: Same.
5626 * gdb.cp/misc.exp: Same.
5627 * gdb.cp/namespace.exp: Same.
5628 * gdb.cp/non-trivial-retval.exp: Same.
5629 * gdb.cp/overload.exp: Same.
5630 * gdb.cp/pr17132.exp: Same.
5631 * gdb.cp/re-set-overloaded.exp: Same.
5632 * gdb.cp/rvalue-ref-types.exp: Same.
5633 * gdb.cp/templates.exp: Same.
5634
5635 2019-11-01 Luis Machado <luis.machado@linaro.org>
5636
5637 PR gdb/25124
5638
5639 * gdb.arch/pr25124.S: New file.
5640 * gdb.arch/pr25124.exp: New file.
5641
5642 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5643
5644 * gdb.fortran/info-modules.exp: Update expected results, and add
5645 additional tests for 'info module functinos', and 'info module
5646 variables'.
5647 * gdb.fortran/info-types.exp: Update expected results.
5648 * gdb.fortran/info-types.f90: Extend testcase with additional
5649 module variables and functions.
5650
5651 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5652
5653 * gdb.fortran/info-modules.exp: New file.
5654 * gdb.fortran/info-types.exp: Build with new file.
5655 * gdb.fortran/info-types.f90: Include and use new module.
5656 * gdb.fortran/info-types-2.f90: New file.
5657
5658 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5659
5660 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
5661 * gdb.base/settings.exp: Test all settings types using
5662 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
5663 that now verifies that the value of "maint show" is the same as
5664 returned by the settings functions. Test the type of the
5665 maintenance settings.
5666 * gdb.base/default.exp: Update show_conv_list.
5667
5668 2019-10-31 Tom de Vries <tdevries@suse.de>
5669
5670 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
5671 gdb_test.
5672 * gdb.arch/amd64-disp-step.exp: Same.
5673 * gdb.asm/asm-source.exp: Same.
5674 * gdb.btrace/buffer-size.exp: Same.
5675 * gdb.btrace/cpu.exp: Same.
5676 * gdb.btrace/enable.exp: Same.
5677 * gdb.dwarf2/count.exp: Same.
5678 * gdb.dwarf2/dw2-ranges-func.exp: Same.
5679 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
5680 * gdb.fortran/vla-datatypes.exp: Same.
5681 * gdb.fortran/vla-history.exp: Same.
5682 * gdb.fortran/vla-ptype.exp: Same.
5683 * gdb.fortran/vla-value.exp: Same.
5684 * gdb.fortran/whatis_type.exp: Same.
5685 * gdb.guile/guile.exp: Same.
5686 * gdb.multi/tids.exp: Same.
5687 * gdb.python/py-finish-breakpoint.exp: Same.
5688 * gdb.python/py-framefilter.exp: Same.
5689 * gdb.python/py-pp-registration.exp: Same.
5690 * gdb.python/py-xmethods.exp: Same.
5691 * gdb.python/python.exp: Same.
5692 * gdb.server/connect-with-no-symbol-file.exp: Same.
5693 * gdb.server/no-thread-db.exp: Same.
5694 * gdb.server/run-without-local-binary.exp: Same.
5695 * gdb.stabs/weird.exp: Same.
5696 * gdb.threads/attach-many-short-lived-threads.exp: Same.
5697 * gdb.threads/thread-find.exp: Same.
5698 * gdb.threads/tls-shared.exp: Same.
5699 * gdb.threads/tls.exp: Same.
5700 * gdb.threads/wp-replication.exp: Same.
5701 * gdb.trace/ax.exp: Same.
5702 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
5703
5704 2019-10-31 Tom de Vries <tdevries@suse.de>
5705
5706 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
5707 * gdb.ada/array_subscript_addr.exp: Same.
5708 * gdb.ada/arrayidx.exp: Same.
5709 * gdb.ada/arrayparam.exp: Same.
5710 * gdb.ada/arrayptr.exp: Same.
5711 * gdb.ada/boolean_expr.exp: Same.
5712 * gdb.ada/call_pn.exp: Same.
5713 * gdb.ada/complete.exp: Same.
5714 * gdb.ada/fixed_cmp.exp: Same.
5715 * gdb.ada/fun_addr.exp: Same.
5716 * gdb.ada/funcall_param.exp: Same.
5717 * gdb.ada/interface.exp: Same.
5718 * gdb.ada/mod_from_name.exp: Same.
5719 * gdb.ada/null_array.exp: Same.
5720 * gdb.ada/packed_array.exp: Same.
5721 * gdb.ada/packed_tagged.exp: Same.
5722 * gdb.ada/print_chars.exp: Same.
5723 * gdb.ada/print_pc.exp: Same.
5724 * gdb.ada/ptype_arith_binop.exp: Same.
5725 * gdb.ada/ptype_field.exp: Same.
5726 * gdb.ada/ptype_tagged_param.exp: Same.
5727 * gdb.ada/rec_return.exp: Same.
5728 * gdb.ada/ref_tick_size.exp: Same.
5729 * gdb.ada/str_ref_cmp.exp: Same.
5730 * gdb.ada/taft_type.exp: Same.
5731 * gdb.ada/tagged.exp: Same.
5732 * gdb.ada/type_coercion.exp: Same.
5733 * gdb.ada/uninitialized_vars.exp: Same.
5734
5735 2019-10-30 Tom de Vries <tdevries@suse.de>
5736
5737 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
5738
5739 2019-10-26 Tom de Vries <tdevries@suse.de>
5740
5741 * gdb.base/bigcore.c: Fix typos in comments.
5742 * gdb.base/ctf-ptype.c: Same.
5743 * gdb.base/long_long.c: Same.
5744 * gdb.dwarf2/dw2-op-out-param.S: Same.
5745 * gdb.python/py-evthreads.c: Same.
5746 * gdb.reverse/i387-stack-reverse.c: Same.
5747 * gdb.trace/tfile.c: Same.
5748 * lib/compiler.c: Same.
5749 * lib/compiler.cc: Same.
5750
5751 2019-10-25 Tom de Vries <tdevries@suse.de>
5752
5753 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
5754 gdb_test_multiple calls.
5755 * gdb.reverse/sigall-reverse.exp: Same.
5756 * gdb.reverse/solib-precsave.exp: Same.
5757 * gdb.reverse/solib-reverse.exp: Same.
5758 * gdb.reverse/until-precsave.exp: Same.
5759 * gdb.reverse/until-reverse.exp: Same.
5760
5761 2019-10-24 Tom de Vries <tdevries@suse.de>
5762
5763 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
5764 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
5765 kfail using -wrap pattern flag and convenience variable
5766 gdb_test_name.
5767
5768 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
5769
5770 * gdb.python/py-progspace.exp: Add tests for the
5771 Progspace.block_for_pc method.
5772
5773 2019-10-23 Tom Tromey <tom@tromey.com>
5774
5775 * configure: Rebuild.
5776 * aclocal.m4: Use m4_include, not sinclude.
5777
5778 2019-10-21 Tom de Vries <tdevries@suse.de>
5779
5780 * gdb.base/infcall-nested-structs.c: Add
5781 __attribute__((noinline,noclone)) to all functions.
5782 (call_all): Add missing variable initialization. Simplify return value.
5783 (breakpt): Increment volatile variable, to prevent call from being
5784 optimized out.
5785 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
5786
5787 2019-10-17 Tom de Vries <tdevries@suse.de>
5788
5789 * gdb.fortran/module.exp: Allow info variables to print info for files
5790 other than module.f90.
5791
5792 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
5793
5794 * gdb.fortran/module.exp: Extend with 'info variables' test.
5795
5796 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
5797
5798 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
5799 F77_FOR_TARGET.
5800
5801 2019-10-16 Tom de Vries <tdevries@suse.de>
5802
5803 PR tdep/25096
5804 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
5805
5806 2019-10-16 Tom de Vries <tdevries@suse.de>
5807
5808 PR tdep/24104
5809 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
5810 Add KFAIL for PR tdep/25096.
5811
5812 2019-10-16 Tom de Vries <tdevries@suse.de>
5813
5814 PR testsuite/25059
5815 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
5816
5817 2019-10-16 Tom de Vries <tdevries@suse.de>
5818
5819 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
5820 as signed.
5821
5822 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
5823
5824 * gdb.mi/list-thread-groups-available.exp: Read entries one by
5825 one instead of increasing timeout.
5826
5827 2019-10-13 Tom de Vries <tdevries@suse.de>
5828
5829 PR record/25038
5830 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
5831 * gdb.reverse/sigall-reverse.exp: Same.
5832 * gdb.reverse/solib-precsave.exp: Same.
5833 * gdb.reverse/solib-reverse.exp: Same.
5834 * gdb.reverse/step-precsave.exp: Same.
5835 * gdb.reverse/until-precsave.exp: Same.
5836 * gdb.reverse/until-reverse.exp: Same.
5837 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
5838
5839 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
5840
5841 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
5842 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
5843 (cmp_struct_05_01, cmp_struct_static_02_01)
5844 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
5845 comparisons.
5846
5847 2019-10-10 Tom de Vries <tdevries@suse.de>
5848
5849 PR testsuite/24888
5850 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
5851 gnatlink.
5852
5853 2019-10-09 Tom de Vries <tdevries@suse.de>
5854
5855 PR testsuite/25048
5856 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
5857
5858 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
5859
5860 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
5861 exceptions due to missing debug information.
5862
5863 2019-10-07 Tom de Vries <tdevries@suse.de>
5864
5865 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
5866
5867 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
5868
5869 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
5870 * gdb.base/annota1.exp: Update to use gdb_test_name.
5871
5872 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
5873
5874 * gdb.base/ctf-whatis.exp: New file.
5875 * gdb.base/ctf-whatis.c: New file.
5876 * gdb.base/ctf-ptype.exp: New file.
5877 * gdb.base/ctf-ptype.c: New file.
5878 * gdb.base/ctf-constvars.exp: New file.
5879 * gdb.base/ctf-constvars.c: New file.
5880 * gdb.base/ctf-cvexpr.exp: New file.
5881
5882 2019-10-04 Tom de Vries <tdevries@suse.de>
5883
5884 * gdb.cp/local-static.c (main): Move declaration of int i out of the
5885 for loop.
5886
5887 2019-10-03 Tom Tromey <tom@tromey.com>
5888
5889 PR rust/24976:
5890 * gdb.rust/simple.rs (Union2): New type.
5891 (main): Use Union2.
5892 * gdb.rust/simple.exp: Add test.
5893
5894 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
5895
5896 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
5897 nested function prefix.
5898
5899 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
5900 Richard Bunt <richard.bunt@arm.com>
5901 Andrew Burgess <andrew.burgess@embecosm.com>
5902
5903 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
5904 nested functions.
5905 * gdb.fortran/nested-funcs.f90: Update expected results.
5906 * gdb.fortran/nested-funcs-2.exp: New file.
5907 * gdb.fortran/nested-funcs-2.f90: New file.
5908
5909 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
5910
5911 * gdb.python/py-parameter.exp: Make test names unique.
5912 * gdb.python/py-template.exp: Likewise.
5913 * gdb.python/py-value.exp: Likewise.
5914
5915 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
5916
5917 * gdb.base/break-interp.exp: Reduce test name duplication.
5918 * gdb.base/call-sc.exp: Likewise.
5919 * gdb.base/callfuncs.exp: Likewise.
5920 * gdb.base/charset.exp: Likewise.
5921 * gdb.base/dump.exp: Likewise.
5922 * gdb.base/ena-dis-br.exp: Likewise.
5923 * gdb.base/relational.exp: Likewise.
5924 * gdb.base/step-over-syscall.exp: Likewise.
5925 * gdb.base/structs.exp: Likewise.
5926
5927 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
5928
5929 * gdb.linespec/explicit.exp: Make test names unique.
5930 * gdb.linespec/ls-errs.exp: Likewise.
5931
5932 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
5933
5934 * gdb.reverse/break-precsave.exp: Make test names unique.
5935 * gdb.reverse/break-reverse.exp: Likewise.
5936 * gdb.reverse/finish-precsave.exp: Likewise.
5937 * gdb.reverse/finish-reverse.exp: Likewise.
5938 * gdb.reverse/machinestate-precsave.exp: Likewise.
5939 * gdb.reverse/machinestate.exp: Likewise.
5940 * gdb.reverse/readv-reverse.exp: Likewise.
5941 * gdb.reverse/recvmsg-reverse.exp: Likewise.
5942 * gdb.reverse/sigall-precsave.exp: Likewise.
5943 * gdb.reverse/sigall-reverse.exp: Likewise.
5944 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
5945 * gdb.reverse/watch-precsave.exp: Likewise.
5946 * gdb.reverse/watch-reverse.exp: Likewise.
5947
5948 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
5949
5950 * gdb.threads/stop-with-handle.c: New file.
5951 * gdb.threads/stop-with-handle.exp: New file.
5952
5953 2019-10-03 Tom de Vries <tdevries@suse.de>
5954
5955 PR testsuite/25059
5956 * gdb.base/list-missing-source.exp: Allowing the "Compilation
5957 directory" line to be missing.
5958
5959 2019-10-03 Tom de Vries <tdevries@suse.de>
5960
5961 PR testsuite/25059
5962 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
5963 type optional.
5964
5965 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
5966
5967 * gdb.python/py-format-string.c (string.h): New include.
5968 (main): Fill a_struct_with_union.the_union.an_int with bytes of
5969 the same value, for endianness-independence.
5970 * gdb.python/py-format-string.exp (default_regexp_dict)
5971 (test_pretty_structs, test_format): Adjust expected output to the
5972 changed initialization.
5973
5974 2019-10-02 Tom Tromey <tromey@adacore.com>
5975
5976 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
5977
5978 2019-10-02 Pedro Alves <palves@redhat.com>
5979 Andrew Burgess <andrew.burgess@embecosm.com>
5980
5981 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
5982 "print-file-var.h".
5983 (this_version_id) Use ATTRIBUTE_VISIBILITY.
5984 (get_version_1): Print this_version_id and its address.
5985 Add extern "C" wrappers around interface functions.
5986 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
5987 "print-file-var.h".
5988 (this_version_id) Use ATTRIBUTE_VISIBILITY.
5989 (get_version_2): Print this_version_id and its address.
5990 Add extern "C" wrappers around interface functions.
5991 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
5992 <stddef.h> and "print-file-var.h".
5993 Add extern "C" wrappers around interface functions.
5994 [VERSION_ID_MAIN] (this_version_id): Define.
5995 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
5996 * gdb.base/print-file-var.h: Add some #defines to simplify setting
5997 up extern "C" blocks.
5998 * gdb.base/print-file-var.exp (test): New, factored out from top
5999 level.
6000 (top level): Test all combinations of attribute hidden or not,
6001 dlopen or not, and this_version_id symbol in main file or not.
6002 Compile tests as both C++ and C, make test names unique.
6003
6004 2019-10-01 Tom Tromey <tom@tromey.com>
6005
6006 * gdb.base/style.exp: Test "show logging filename".
6007
6008 2019-10-01 Tom Tromey <tom@tromey.com>
6009
6010 * lib/gdb-utils.exp (style): Handle "metadata" argument.
6011 * gdb.base/style.exp: Add metadata style test.
6012
6013 2019-10-01 Tom Tromey <tom@tromey.com>
6014
6015 * gdb.base/style.exp: Test "pwd".
6016
6017 2019-10-01 Tom Tromey <tom@tromey.com>
6018
6019 * gdb.base/style.exp: Update tests.
6020
6021 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
6022
6023 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
6024 'six' to unsigned.
6025 (s1): Initialize fields 'four' and 'six' instead of 'three' and
6026 'five'. Use an all-ones bit pattern for each.
6027 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
6028 to its changed values.
6029
6030 2019-09-30 Tom Tromey <tromey@adacore.com>
6031
6032 * gdb.rust/traits.rs: Disable all warnings.
6033
6034 2019-09-29 Tom de Vries <tdevries@suse.de>
6035
6036 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
6037
6038 2019-09-29 Tom de Vries <tdevries@suse.de>
6039
6040 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
6041
6042 2019-09-27 Tom de Vries <tdevries@suse.de>
6043
6044 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
6045
6046 2019-09-27 Tom de Vries <tdevries@suse.de>
6047
6048 PR record/23188
6049 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
6050
6051 2019-09-26 Tom Tromey <tromey@adacore.com>
6052
6053 * gdb.ada/py_taft.exp: New file.
6054 * gdb.ada/py_taft/main.adb: New file.
6055 * gdb.ada/py_taft/pkg.adb: New file.
6056 * gdb.ada/py_taft/pkg.ads: New file.
6057
6058 2019-09-24 Tom de Vries <tdevries@suse.de>
6059
6060 PR gdb/24598
6061 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
6062
6063 2019-09-22 Tom de Vries <tdevries@suse.de>
6064
6065 * gdb.base/restore.exp: Allow register variables to be optimized out at
6066 -O0.
6067
6068 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
6069
6070 * gdb.arch/spu-info.exp: Remove file.
6071 * gdb.arch/spu-info.c: Remove file.
6072 * gdb.arch/spu-ls.exp: Remove file.
6073 * gdb.arch/spu-ls.c: Remove file.
6074
6075 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
6076 * gdb.asm/spu.inc: Remove file.
6077
6078 * gdb.base/dump.exp: Remove support for spu*-*-*.
6079 * gdb.base/stack-checking.exp: Likewise.
6080 * gdb.base/overlays.exp: Likewise.
6081 * gdb.base/ovlymgr.c: Likewise.
6082 * gdb.base/spu.ld: Remove file.
6083
6084 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
6085 * gdb.cp/cpexprs.exp: Likewise.
6086 * gdb.cp/exception.exp: Likewise.
6087 * gdb.cp/gdb2495.exp: Likewise.
6088 * gdb.cp/mb-templates.exp: Likewise.
6089 * gdb.cp/pr9167.exp: Likewise.
6090 * gdb.cp/userdef.exp: Likewise.
6091
6092 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
6093
6094 * gdb.cell: Remove directory.
6095 * lib/cell.exp: Remove file.
6096
6097 2019-09-19 Tom de Vries <tdevries@suse.de>
6098
6099 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
6100
6101 2019-09-19 Tom de Vries <tdevries@suse.de>
6102
6103 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
6104
6105 2019-09-19 Tom de Vries <tdevries@suse.de>
6106
6107 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
6108 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
6109 (gdb_target_cmd): ... here.
6110 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
6111 value 2.
6112
6113 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
6114
6115 * gdb.base/source-dir.exp: Avoid having directory names in test
6116 names.
6117
6118 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
6119
6120 * gdb.base/source-dir.exp: Add extra test for mapped compilation
6121 directory.
6122
6123 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
6124
6125 * gdb.base/list-missing-source.exp: New file.
6126
6127 2019-09-14 Tom de Vries <tdevries@suse.de>
6128
6129 PR teststuite/24599
6130 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
6131 * lib/ada.exp (gnatmake_version_at_least): New proc.
6132
6133 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
6134
6135 * gdb.base/maint.exp: Use exec_has_index_section.
6136
6137 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
6138
6139 * gdb.base/maint.exp: Add test for 'maint info sections'.
6140
6141 2019-09-12 Tom de Vries <tdevries@suse.de>
6142
6143 * gdb.base/store.exp: Allow register variables to be optimized out at
6144 -O0.
6145
6146 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6147
6148 * gdb.ada/rdv_wait.exp: Update to new task names.
6149 * gdb.base/task_switch_in_core.exp: Likewise.
6150 * gdb.base/info_sources_base.c: Likewise.
6151
6152 2019-09-10 Tom Tromey <tromey@adacore.com>
6153
6154 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
6155
6156 2019-09-10 Tom Tromey <tromey@adacore.com>
6157
6158 * gdb.ada/dgopt.exp: New file.
6159 * gdb.ada/dgopt/x.adb: New file.
6160
6161 2019-09-08 Tom Tromey <tom@tromey.com>
6162
6163 * gdb.tui/resize.exp: Remove setup_xfail.
6164 * gdb.tui/regs.exp: Remove setup_xfail.
6165 * gdb.tui/basic.exp: Remove setup_xfail.
6166
6167 2019-09-06 David Blaikie <dblaikie@gmail.com>
6168
6169 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
6170 * gdb.cp/cplabel.exp: Ditto.
6171 * gdb.linespec/ls-errs.exp: Ditto.
6172
6173 2019-09-05 Tom de Vries <tdevries@suse.de>
6174
6175 * lib/gdb.exp (cmp_file_string): New proc.
6176 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
6177 runto_main. Verify save breakpoints output.
6178
6179 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6180
6181 * gdb.base/info-var.exp: Test info variables without running
6182 to main, to avoid expect's buffer overflow.
6183
6184 2019-09-03 Tom Tromey <tromey@adacore.com>
6185
6186 * gdb.ada/bias.exp: New file.
6187 * gdb.ada/bias/bias.adb: New file.
6188 * gdb.ada/print_chars.exp: Add regression test.
6189 * gdb.ada/print_chars/foo.adb (My_Character): New type.
6190 (MC): New variable.
6191
6192 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
6193
6194 * gdb.base/argv0-symlink.exp: Run only on native target
6195 and local host.
6196
6197 2019-08-29 Tom de Vries <tdevries@suse.de>
6198
6199 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
6200 diverse debug info.
6201 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
6202
6203 2019-08-28 Tom de Vries <tdevries@suse.de>
6204
6205 * gdb.base/info-var.exp: Allow info variables to print info for files
6206 other than info-var-f1.c and info-var-f2.c.
6207
6208 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
6209
6210 * gdb.fortran/info-types.exp: Add module.
6211 * gdb.fortran/info-types.f90: Update expected results.
6212
6213 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
6214
6215 * gdb.fortran/info-types.exp: New file.
6216 * gdb.fortran/info-types.f90: New file.
6217 * lib/fortran.exp (fortran_character1): New proc.
6218
6219 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
6220
6221 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
6222 functions'. Reindent as needed.
6223 * gdb.base/info-var-f1.c: New file.
6224 * gdb.base/info-var-f2.c: New file.
6225 * gdb.base/info-var.exp: New file.
6226 * gdb.base/info-var.h: New file.
6227
6228 2019-08-26 Tom de Vries <tdevries@suse.de>
6229
6230 PR c++/24852
6231 * gdb.cp/no-libstdcxx-probe.exp: New test.
6232
6233 2019-08-26 Tom de Vries <tdevries@suse.de>
6234
6235 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
6236 * tests need to be skipped.
6237 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
6238 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
6239 mi_skip_libstdcxx_probe_tests.
6240
6241 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
6242
6243 * gdb.python/py-xmethods.exp: Use raw strings when passing
6244 arguments to SimpleXMethodMatcher.
6245
6246 2019-08-22 Tom de Vries <tdevries@suse.de>
6247
6248 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
6249 more informative.
6250
6251 2019-08-21 Pedro Alves <palves@redhat.com>
6252
6253 * gdb.base/with.exp: Test "with" with no arguments.
6254
6255 2019-08-21 Tom de Vries <tdevries@suse.de>
6256
6257 * gdb.base/gdb-caching-proc.exp: Sort files.
6258
6259 2019-08-20 Tom de Vries <tdevries@suse.de>
6260
6261 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
6262 compilation.
6263
6264 2019-08-16 Tom de Vries <tdevries@suse.de>
6265
6266 * gdb.base/compare-sections.exp ("after run to main"): Allow
6267 mismatched read-only sections for PIE executables.
6268
6269 2019-08-16 Tom Tromey <tom@tromey.com>
6270
6271 * lib/tuiterm.exp (_csi_Z): New proc.
6272 * gdb.tui/basic.exp: Update window positions.
6273 * gdb.tui/empty.exp: Update window positions.
6274
6275 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
6276
6277 * gdb.base/examine-backward.exp: Correct regexp for
6278 "examine 3 bytes backward from ${address_zero}".
6279
6280 2019-08-15 Tom Tromey <tom@tromey.com>
6281
6282 * gdb.tui/empty.exp: Enable resizing tests.
6283
6284 2019-08-15 Tom Tromey <tromey@adacore.com>
6285
6286 * gdb.ada/char_enum.exp: Add regression tests.
6287 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
6288 and '0'.
6289 (Char, Gchar): Update.
6290 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
6291
6292 2019-08-15 Christian Biesinger <cbiesinger@google.com>
6293
6294 * gdb.python/python.exp: Expect a leading underscore on
6295 GdbOutput{,Error}File.
6296
6297 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
6298
6299 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
6300 Windows host.
6301
6302 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
6303
6304 * gdb.base/batch-preserve-term-settings.exp
6305 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
6306
6307 2019-08-15 Christian Biesinger <cbiesinger@google.com>
6308
6309 * lib/gdb.exp: When running on a mingw target, replace
6310 /x/ with x:/.
6311
6312 2019-08-14 Alan Hayward <alan.hayward@arm.com>
6313
6314 * gdb.arch/aarch64-prologue.c: New test.
6315 * gdb.arch/aarch64-prologue.exp: New file.
6316
6317 2019-08-13 Tom de Vries <tdevries@suse.de>
6318
6319 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
6320 Thread.
6321
6322 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
6323
6324 * gdb.python/py-completion.exp: Download the .py file to the host
6325 and use its host pathname. Conditionalize tests that use
6326 tab completion and manipulate files on the build machine.
6327 * gdb.python/py-events.exp: Download the .py file to the host
6328 and use its host pathname.
6329 * gdb.python/py-evsignal.exp: Likewise.
6330 * gdb.python/py-evthreads.exp: Likewise.
6331 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
6332 pathname syntax.
6333 * gdb.python/py-framefilter.exp: Download the .py file to the right
6334 place on the host. Match Windows pathname syntax.
6335 * gdb.python/py-mi-var-info-path-expression.exp: Download the
6336 .py file to the host and use its host pathname.
6337 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
6338 * gdb.python/py-objfile.exp: Expect a host pathname, not a
6339 build pathname. Skip symlink test on Windows host. Add missing
6340 newline at end of file.
6341 * gdb.python/py-pp-maint.exp: Download the .py file to the host
6342 and use its host pathname.
6343 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
6344 * gdb.python/py-section-script.exp: Use host location of binfile
6345 on safe-path. Use correct path separator on Windows host.
6346 Reorder alternatives in gdb_test_multiple to prevent matching
6347 the wrong alternative on success.
6348 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
6349
6350 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
6351
6352 * gdb.gdb/selftest.exp (test_with_self): Update test to now
6353 expect the GDB inferior to no longer immediately stop after
6354 being resumed with "signal SIGINT".
6355
6356 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
6357
6358 * gdb.linespec/break-ask.exp: Generalize regexps to match
6359 Windows pathnames too.
6360
6361 2019-08-08 Tom de Vries <tdevries@suse.de>
6362
6363 PR testsuite/24862
6364 * lib/tuiterm.exp (_accept): Fix CSI regexp.
6365
6366 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6367
6368 * gdb.base/style.exp: Update tests for help doc new invariants.
6369 * gdb.base/help.exp: Likewise.
6370
6371 2019-08-06 Tom Tromey <tom@tromey.com>
6372
6373 * gdb.base/style.exp: Add disassemble test.
6374 * gdb.base/style.c (some_called_function): New function.
6375 (main): Use it.
6376
6377 2019-08-05 Christian Biesinger <cbiesinger@google.com>
6378
6379 * gdb.python/py-block.exp: Test dictionary access on blocks.
6380
6381 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
6382
6383 PR gdb/24863
6384 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
6385 -list-thread-groups --available test when running under
6386 check-read1.
6387
6388 2019-08-05 Tom de Vries <tdevries@suse.de>
6389
6390 PR testsuite/24863
6391 * lib/gdb.exp (with_read1_timeout_factor): New proc.
6392 * gdb.base/help.exp: Use with_read1_timeout_factor.
6393 * gdb.base/info-macros.exp: Same.
6394 * gdb.cp/nested-types.exp: Same.
6395
6396 2019-08-05 Tom de Vries <tdevries@suse.de>
6397
6398 * lib/gdb.exp (version_at_least): Factor out of ...
6399 (tcl_version_at_least): ... here.
6400 (gdb_compile): Fail if pie results in non-PIE executable.
6401 (readelf_version, readelf_prints_pie): New proc.
6402 (exec_is_pie): Return -1 if unknown.
6403
6404 2019-08-05 Tom de Vries <tdevries@suse.de>
6405
6406 * lib/gdb.exp (tcl_version_at_least): Fix typo.
6407
6408 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
6409
6410 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
6411
6412 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
6413
6414 * lib/completion-support.exp (test_gdb_complete_none): Skip
6415 tab completion tests if no readline support.
6416 (test_gdb_complete_unique_re): Likewise.
6417 (test_gdb_complete_multiple): Likewise.
6418
6419 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6420
6421 * gdb.base/info_sources.exp: New file.
6422 * gdb.base/info_sources.c: New file.
6423 * gdb.base/info_sources_base.c: New file.
6424
6425 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6426
6427 * gdb.base/batch-exit-status.exp: Call test_exit_status with
6428 prefix argument.
6429 (test_exit_status): Add prefix argument.
6430
6431 2019-08-01 Tom de Vries <tdevries@suse.de>
6432
6433 PR testsuite/24863
6434 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
6435 calling exp_continue for new thread and thread exited messages.
6436
6437 2019-08-01 Tom de Vries <tdevries@suse.de>
6438
6439 PR testsuite/24863
6440 * gdb.base/structs.exp: Fix check-read1 timeout using
6441 gdb_test_sequence.
6442 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
6443
6444 2019-08-01 Tom de Vries <tdevries@suse.de>
6445
6446 PR testsuite/24863
6447 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
6448 line.
6449
6450 2019-08-01 Tom de Vries <tdevries@suse.de>
6451
6452 PR testsuite/24863
6453 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
6454
6455 2019-07-30 Tom Tromey <tromey@adacore.com>
6456
6457 * gdb.ada/display_nested.exp: New file.
6458 * gdb.ada/display_nested/foo.adb: New file.
6459 * gdb.ada/display_nested/pack.adb: New file.
6460 * gdb.ada/display_nested/pack.ads: New file.
6461
6462 2019-07-30 Christian Biesinger <cbiesinger@google.com>
6463
6464 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
6465 namespace.
6466 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
6467
6468 2019-07-30 Tom de Vries <tdevries@suse.de>
6469
6470 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
6471 instead.
6472
6473 2019-07-30 Tom de Vries <tdevries@suse.de>
6474
6475 PR testsuite/24834
6476 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
6477 (exec_is_pie): New proc.
6478
6479 2019-07-29 Christian Biesinger <cbiesinger@google.com>
6480
6481 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
6482
6483 2019-07-29 Christian Biesinger <cbiesinger@google.com>
6484
6485 * gdb.python/py-objfile.c: Add global and static vars.
6486 * gdb.python/py-objfile.exp: Test new functions Objfile.
6487 lookup_global_symbol and lookup_static_symbol.
6488
6489 2019-07-29 Tom Tromey <tom@tromey.com>
6490
6491 * lib/tuiterm.exp (Term::_csi_@): New proc.
6492 (Term::_csi_X): Don't move cursor.
6493
6494 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6495
6496 * gdb.base/options.exp: Update backtrace - completion to
6497 new option -frame-info.
6498 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
6499 Test new 'set print frame-info'. Test backtrace -frame-info
6500 overriding 'set print frame-info'.
6501 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
6502 Test new 'set print frame-info'.
6503 Verify consistency of backtrace with and without filters, with and
6504 without -no-filters.
6505 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
6506 default.
6507
6508 2019-07-29 Tom de Vries <tdevries@suse.de>
6509
6510 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
6511 no arguments".
6512
6513 2019-07-29 Tom de Vries <tdevries@suse.de>
6514
6515 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
6516 is a substring of the first for "complete non-unique file name".
6517
6518 2019-07-29 Tom de Vries <tdevries@suse.de>
6519
6520 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
6521 with ".*".
6522
6523 2019-07-29 Tom de Vries <tdevries@suse.de>
6524
6525 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
6526 Pass prompt_regexp parameter to gdb_test_multiple calls.
6527
6528 2019-07-29 Tom de Vries <tdevries@suse.de>
6529
6530 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
6531 print registers" regexps.
6532
6533 2019-07-29 Tom de Vries <tdevries@suse.de>
6534
6535 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
6536
6537 2019-07-29 Tom de Vries <tdevries@suse.de>
6538
6539 PR gdb/24855
6540 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
6541 (skip_python_tests_prompt): Add prompt_regexp argument to
6542 gdb_test_multiple calls.
6543
6544 2019-07-27 Tom Tromey <tom@tromey.com>
6545
6546 * gdb.tui/main.exp: New file.
6547
6548 2019-07-27 Tom Tromey <tom@tromey.com>
6549
6550 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
6551 optional.
6552 * gdb.tui/empty.exp: New file.
6553
6554 2019-07-27 Tom Tromey <tom@tromey.com>
6555
6556 * lib/tuiterm.exp (spawn): New proc.
6557 (Term::resize): New proc.
6558 * gdb.tui/resize.exp: New file.
6559
6560 2019-07-27 Tom Tromey <tom@tromey.com>
6561
6562 * gdb.tui/list.exp: New file.
6563
6564 2019-07-27 Tom Tromey <tom@tromey.com>
6565
6566 * gdb.tui/regs.exp: New file.
6567
6568 2019-07-27 Tom Tromey <tom@tromey.com>
6569
6570 * gdb.tui/basic.exp: Add "layout split" test.
6571
6572 2019-07-27 Tom Tromey <tom@tromey.com>
6573
6574 * gdb.tui/basic.exp: Add "layout asm" test.
6575
6576 2019-07-27 Tom Tromey <tom@tromey.com>
6577
6578 * lib/tuiterm.exp: New file.
6579 * gdb.tui/basic.exp: New file.
6580
6581 2019-07-27 Kevin Buettner <kevinb@redhat.com>
6582
6583 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
6584 Enable tests associated with this flag. Adjust regex
6585 referencing "foo_low" to now refer to "foo_cold" instead.
6586
6587 2019-07-27 Kevin Buettner <kevinb@redhat.com>
6588
6589 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
6590 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
6591 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
6592 foo_cold. Revise comments to match.
6593 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
6594 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
6595 were wrapped into this proc; Call do_test in loop from outermost
6596 level.
6597 (foo_low): Rename all occurrences to "foo_cold".
6598 (backtrace from baz): New test.
6599 (x2/i foo_cold): New test.
6600 (info line *foo_cold): New test.
6601
6602 2019-07-26 Tom de Vries <tdevries@suse.de>
6603
6604 * gdb.arch/i386-pkru.exp: Fix unterminated string.
6605
6606 2019-07-25 Tom de Vries <tdevries@suse.de>
6607
6608 PR testsuite/24830
6609 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
6610 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
6611 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
6612 (skip_libstdcxx_probe_tests): ... here.
6613 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
6614
6615 2019-07-24 Tom de Vries <tdevries@suse.de>
6616
6617 PR testsuite/24807
6618 * gdb.objc/basicclass.m: Include stdio.h.
6619 * gdb.objc/nondebug.m: Same.
6620 * gdb.objc/objcdecode.m: Same.
6621
6622 2019-07-24 Tom de Vries <tdevries@suse.de>
6623
6624 PR testsuite/24612
6625 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
6626 additional_flags.
6627
6628 2019-07-24 Tom de Vries <tdevries@suse.de>
6629
6630 PR testsuite/24831
6631 * gdb.multi/tids.exp: Update error messages for info threads.
6632
6633 2019-07-24 Tom de Vries <tdevries@suse.de>
6634
6635 * gdb.base/info-types.exp: Allow info types to print info for more than
6636 one file.
6637
6638 2019-07-23 Tom de Vries <tdevries@suse.de>
6639
6640 PR testsuite/24842
6641 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
6642 gdb_spawn_with_cmdline_opts.
6643
6644 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
6645
6646 * gdb.arch/arm-cmse-sgstubs.c: New test.
6647 * gdb.arch/arm-cmse-sgstubs.exp: New file.
6648
6649 2019-07-23 Tom de Vries <tdevries@suse.de>
6650
6651 PR testsuite/24711
6652 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
6653 issuing next command.
6654
6655 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
6656
6657 * gdb.ada/info_auto_lang.exp: Update expected results.
6658 * gdb.base/info-types.c: Add additional types to check.
6659 * gdb.base/info-types.exp: Update expected results.
6660
6661 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
6662
6663 * gdb.base/info-types.c: New file.
6664 * gdb.base/info-types.exp: New file.
6665
6666 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
6667
6668 * gdb.arch/riscv-bp-infcall.c: New file.
6669 * gdb.arch/riscv-bp-infcall.exp: New file.
6670
6671 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
6672
6673 PR breakpoints/24541
6674 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
6675
6676 2019-07-14 Tom de Vries <tdevries@suse.de>
6677
6678 PR testsuite/24760
6679 * gdb.objc/basicclass.exp: Fix unterminated string.
6680
6681 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
6682 Andrew Burgess <andrew.burgess@embecosm.com>
6683
6684 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
6685 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
6686 negative bounds.
6687 * gdb.fortran/vla-value.exp: Print elements of an array with
6688 negative bounds.
6689 * gdb.fortran/vla.f90: Setup an array with negative bounds for
6690 testing.
6691
6692 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
6693
6694 * gdb.base/options.exp (expect_string): Dequote strings in
6695 results.
6696 (test-string): Test strings with different quoting and reindent.
6697
6698 2019-07-10 Tom Tromey <tromey@adacore.com>
6699
6700 * gdb.ada/mi_ex_cond.exp: Update expected results.
6701 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
6702 * gdb.ada/mi_catch_ex.exp: Update expected results.
6703 * gdb.ada/mi_catch_assert.exp: Update expected results.
6704 * gdb.ada/catch_ex.exp (catch_exception_info)
6705 (catch_exception_entry, catch_assert_entry)
6706 (catch_unhandled_entry): Update.
6707 * gdb.ada/catch_assert_if.exp: Update expected results.
6708
6709 2019-07-10 Richard Bunt <richard.bunt@arm.com>
6710 Stephen Roberts <stephen.roberts@arm.com>
6711
6712 * gdb.base/define.exp: Restore original prompt.
6713
6714 2019-07-09 Pedro Alves <palves@redhat.com>
6715
6716 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
6717 breakpoints" output.
6718 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
6719 * gdb.python/py-breakpoint.exp: No longer expect that "catch
6720 throw" creates breakpoint.
6721 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
6722 'type="catchpoint"'.
6723
6724 2019-07-09 Pedro Alves <palves@redhat.com>
6725
6726 PR c++/15468
6727 * gdb.cp/except-multi-location-lib.cc: New.
6728 * gdb.cp/except-multi-location-main.cc: New.
6729 * gdb.cp/except-multi-location.exp: New.
6730
6731 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
6732
6733 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
6734 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
6735 argument and update callers.
6736
6737 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6738
6739 * gdb.arch/amd64-break-on-asm-line.S: New file.
6740 * gdb.arch/amd64-break-on-asm-line.exp: New file.
6741
6742 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6743
6744 * gdb.base/printcmds.exp: Test printing C string and
6745 C wide string convenience vars without transiting via the inferior.
6746 Also make test names unique.
6747
6748 2019-07-08 Alan Hayward <alan.hayward@arm.com>
6749
6750 PR breakpoints/25011
6751 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
6752
6753 2019-07-04 Pedro Alves <palves@redhat.com>
6754
6755 * lib/gdb.exp (foreach_with_prefix): Don't return early if
6756 body returned ok(0), break(3) or continue(4).
6757 * gdb.testsuite/foreach_with_prefix.exp: New file.
6758
6759 2019-07-04 Alan Hayward <alan.hayward@arm.com>
6760
6761 * gdb.server/unittest.exp: Allow 0 unit tests to run.
6762
6763 2019-07-03 Pedro Alves <palves@redhat.com>
6764
6765 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
6766 "return -code".
6767
6768 2019-07-03 Pedro Alves <palves@redhat.com>
6769
6770 PR cli/24732
6771 * gdb.base/shell.exp: Load completion-support.exp.
6772 Adjust expected error output. Add completion tests.
6773
6774 2019-07-03 Pedro Alves <palves@redhat.com>
6775
6776 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
6777 string_to_regexp.
6778
6779 2019-07-03 Pedro Alves <palves@redhat.com>
6780
6781 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
6782 (expect_integer): Adjust to expect "-string".
6783 (expect_string): New.
6784 (all_options): Expect "-string".
6785 (test-flag, test-boolean): Adjust to expect "-string".
6786 (test-string): New proc.
6787 (top level): Call it.
6788
6789 2019-07-03 Pedro Alves <palves@redhat.com>
6790
6791 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
6792 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
6793 the expected output in the success.
6794
6795 2019-07-03 Pedro Alves <palves@redhat.com>
6796
6797 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
6798 Split one gdb_test_multiple call in two to avoid a race.
6799
6800 2019-07-03 Pedro Alves <palves@redhat.com>
6801
6802 * gdb.base/with.c: New file.
6803 * gdb.base/with.exp: New file.
6804
6805 2019-07-03 Pedro Alves <palves@redhat.com>
6806
6807 * gdb.base/settings.exp: Replace all references to "maint
6808 test-settings set" with references to "maint set test-settings",
6809 and all references to "maint test-settings show" with references
6810 to "maint show test-settings".
6811
6812 2019-07-03 Pedro Alves <palves@redhat.com>
6813
6814 * gdb.base/settings.exp (test-string): Adjust expected out when
6815 testing "maint test-settings show filename"
6816
6817 2019-07-02 Pedro Alves <palves@redhat.com>
6818
6819 * gdb.base/options.exp (test-info-threads): New procedure.
6820 (top level): Call it.
6821
6822 2019-06-28 Tom Tromey <tromey@adacore.com>
6823
6824 * gdb.dwarf2/ada-linkage-name.c: New file.
6825 * gdb.dwarf2/ada-linkage-name.exp: New file.
6826
6827 2019-06-27 Tom Tromey <tromey@adacore.com>
6828
6829 PR c++/20020:
6830 * gdb.cp/constexpr-field.exp: Use setup_xfail.
6831
6832 2019-06-26 Tom de Vries <tdevries@suse.de>
6833
6834 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
6835
6836 2019-06-26 Tom de Vries <tdevries@suse.de>
6837
6838 * gdb.base/index-cache.exp: Add back missing debug option.
6839
6840 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6841
6842 * gdb.base/alias.exp: Test non matching/non existing prefixes.
6843
6844 2019-06-25 Tom de Vries <tdevries@suse.de>
6845
6846 PR testsuite/24727
6847 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
6848
6849 2019-06-24 Tom de Vries <tdevries@suse.de>
6850
6851 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
6852
6853 2019-06-24 Tom de Vries <tdevries@suse.de>
6854
6855 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
6856 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
6857 * gdb.trace/unavailable-dwarf-piece.exp: Same.
6858
6859 2019-06-24 Tom de Vries <tdevries@suse.de>
6860
6861 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
6862
6863 2019-06-21 Tom de Vries <tdevries@suse.de>
6864
6865 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
6866
6867 2019-06-21 Tom de Vries <tdevries@suse.de>
6868
6869 PR testsuite/24518
6870 PR ada/24713
6871 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
6872 index.
6873
6874 2019-06-19 Tom Tromey <tromey@adacore.com>
6875
6876 * gdb.ada/length_cond.exp: Add intro comment.
6877
6878 2019-06-19 Tom Tromey <tromey@adacore.com>
6879
6880 * gdb.ada/length_cond.exp: New file.
6881 * gdb.ada/length_cond/length_cond.adb: New file.
6882 * gdb.ada/length_cond/pck.adb: New file.
6883 * gdb.ada/length_cond/pck.ads: New file.
6884
6885 2019-06-18 Tom de Vries <tdevries@suse.de>
6886
6887 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
6888
6889 2019-06-18 Tom Tromey <tromey@adacore.com>
6890
6891 * gdb.base/list0.h: Add comment explaining control character.
6892
6893 2019-06-18 Tom de Vries <tdevries@suse.de>
6894
6895 * boards/fission.exp: Break up long debug_flags line.
6896
6897 2019-06-16 Tom de Vries <tdevries@suse.de>
6898
6899 PR gdb/24445
6900 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
6901 generated index.
6902
6903 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
6904
6905 PR gdb/24686
6906 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
6907 improve detection of bug gdb/24541.
6908
6909 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
6910
6911 PR gdb/24669
6912 * gdb.base/index-cache.exp (uses_readnow,
6913 expecting_index_cache_use): Define global variable.
6914 (test_cache_enabled_miss, test_cache_enabled_hit): Use
6915 expecting_index_cache_use.
6916
6917 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
6918 Andrew Burgess <andrew.burgess@embecosm.com>
6919
6920 * gdb.fortran/pointers.f90: New file.
6921 * gdb.fortran/print_type.exp: New file.
6922 * gdb.fortran/vla-ptype.exp: Adapt expected results.
6923 * gdb.fortran/vla-type.exp: Likewise.
6924 * gdb.fortran/vla-value.exp: Likewise.
6925 * gdb.mi/mi-vla-fortran.exp: Likewise.
6926
6927 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
6928
6929 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
6930 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
6931 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
6932 as a stop reason.
6933
6934 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
6935
6936 * gdb.base/annota1.exp: Update expected results.
6937 * gdb.cp/annota2.exp: Likewise.
6938 * gdb.cp/annota3.exp: Likewise.
6939
6940 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
6941
6942 * gdb.base/style-logging.exp: Remove path from test name.
6943
6944 2019-06-14 Tom Tromey <tromey@adacore.com>
6945
6946 PR gdb/24502:
6947 * gdb.base/style-logging.exp: New file.
6948
6949 2019-06-14 Tom Tromey <tromey@adacore.com>
6950
6951 * gdb.base/symfile-warn.exp: New file.
6952 * gdb.base/symfile-warn.c: New file.
6953
6954 2019-06-14 Tom Tromey <tromey@adacore.com>
6955
6956 * gdb.base/annotate-symlink.exp: New file.
6957
6958 2019-06-14 Tom Tromey <tromey@adacore.com>
6959
6960 * gdb.ada/set_wstr.exp: Add reassignment test.
6961
6962 2019-06-14 Tom Tromey <tromey@adacore.com>
6963
6964 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
6965 'unchecked_access and 'unrestricted_access as well.
6966
6967 2019-06-14 Tom Tromey <tromey@adacore.com>
6968
6969 PR ada/24539:
6970 * gdb.ada/vla.exp: Update tests.
6971 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
6972 pragma.
6973
6974 2019-06-13 Pedro Alves <palves@redhat.com>
6975
6976 * gdb.base/settings.exp (test-integer): Test junk after
6977 "unlimited".
6978
6979 2019-06-13 Pedro Alves <palves@redhat.com>
6980
6981 * gdb.base/options.exp (test-thread-apply): New.
6982 (top level): Call it.
6983
6984 2019-06-13 Pedro Alves <palves@redhat.com>
6985
6986 * gdb.base/options.exp (test-frame-apply): New.
6987 (top level): Test print commands with different "frame apply"
6988 prefixes.
6989
6990 2019-06-13 Pedro Alves <palves@redhat.com>
6991
6992 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
6993 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
6994 'max_completions' parameter and handle it.
6995 (test_gdb_completion_offers_commands): New.
6996
6997 2019-06-13 Pedro Alves <palves@redhat.com>
6998
6999 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
7000
7001 2019-06-13 Pedro Alves <palves@redhat.com>
7002
7003 * gdb.base/options.exp (test-backtrace): New.
7004 (top level): Call it.
7005
7006 2019-06-13 Pedro Alves <palves@redhat.com>
7007
7008 * gdb.guile/scm-frame-args.exp: Use "set print
7009 raw-frame-arguments" instead of "set print raw frame-arguments".
7010 * gdb.python/py-frame-args.exp: Likewise.
7011
7012 2019-06-13 Pedro Alves <palves@redhat.com>
7013
7014 * gdb.compile/compile.exp: Adjust expected output to option
7015 processing changes.
7016
7017 2019-06-13 Pedro Alves <palves@redhat.com>
7018
7019 * gdb.base/options.exp: Build executable.
7020 (test-print): New procedure.
7021 (top level): Call it, once for "print" and another for "compile
7022 print".
7023
7024 2019-06-13 Pedro Alves <palves@redhat.com>
7025
7026 * gdb.base/options.c: New file.
7027 * gdb.base/options.exp: New file.
7028
7029 2019-06-13 Pedro Alves <palves@redhat.com>
7030
7031 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
7032 that "o" is ambiguous.
7033
7034 2019-06-13 Pedro Alves <palves@redhat.com>
7035
7036 * gdb.base/settings.c: New file.
7037 * gdb.base/settings.exp: New file.
7038
7039 2019-06-13 Pedro Alves <palves@redhat.com>
7040
7041 * gdb.base/completion.exp: Fix comment typo.
7042
7043 2019-06-13 Pedro Alves <palves@redhat.com>
7044
7045 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
7046 foo --1" test.
7047
7048 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
7049
7050 * gdb.fortran/block-data.f: New.
7051 * gdb.fortran/block-data.exp: New.
7052
7053 2019-06-11 Tom de Vries <tdevries@suse.de>
7054
7055 PR testsuite/24521
7056 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
7057 message.
7058
7059 2019-06-11 Tom de Vries <tdevries@suse.de>
7060
7061 PR testsuite/24521
7062 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
7063
7064 2019-06-11 Tom de Vries <tdevries@suse.de>
7065
7066 * boards/readnow.exp: New file.
7067
7068 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
7069
7070 * gdb.fortran/vla-sizeof.exp: Update expected results.
7071
7072 2019-06-06 Amos Bird <amosbird@gmail.com>
7073
7074 * gdb.base/annota1.exp (thread_switch): Add test for
7075 thread-exited annotation.
7076
7077 2019-06-06 Tom Tromey <tromey@adacore.com>
7078
7079 * gdb.base/maint.exp: Expect command started/finished output.
7080
7081 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
7082
7083 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
7084 comment.
7085 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
7086
7087 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
7088
7089 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
7090 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
7091 * gdb.arch/riscv-unwind-long-insn.c: New file.
7092 * gdb.arch/riscv-unwind-long-insn.exp: New file.
7093
7094 2019-06-04 Christian Biesinger <cbiesinger@google.com>
7095
7096 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
7097
7098 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7099
7100 * lib/gdb.exp (help_list_trailer): New regexp variable
7101 factorizing the help trailer message.
7102 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
7103 arg to allow to better factorize various tests.
7104 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
7105 (test_prefix_command_help): Use help_list_trailer.
7106 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
7107 * gdb.guile/scm-cmd.exp: Likewise.
7108 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
7109 * gdb.base/help.exp: Use test_user_defined_class_help.
7110 * gdb.base/style.exp: Add tests for styling of help and apropos.
7111 * lib/gdb-utils.exp (style): Add title and highlight styles.
7112
7113 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7114
7115 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
7116 $_shell_exitsignal.
7117 * gdb.base/default.exp: Update for new convenience variables.
7118
7119 2019-05-29 Tom Tromey <tromey@adacore.com>
7120
7121 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
7122 to "break complete ada" test case's regexp.
7123
7124 2019-05-29 Tom Tromey <tromey@adacore.com>
7125
7126 PR c++/20020:
7127 * gdb.cp/constexpr-field.exp: New file.
7128 * gdb.cp/constexpr-field.cc: New file.
7129
7130 2019-05-29 Tom Tromey <tromey@adacore.com>
7131
7132 * gdb.base/finish.exp (finish_no_print): New proc.
7133 (finish_tests): Call it.
7134
7135 2019-05-24 Tom de Vries <tdevries@suse.de>
7136
7137 * gdb.dwarf2/gdb-add-index.exp: New file.
7138
7139 2019-05-22 Tom Tromey <tromey@adacore.com>
7140
7141 * gdb.base/info-shared.exp (check_info_shared): Use "style".
7142 * gdb.base/style.exp: Use "style".
7143 * lib/gdb-utils.exp (style): New proc.
7144
7145 2019-05-22 Tom de Vries <tdevries@suse.de>
7146
7147 * gdb.base/align.exp: Require c++11.
7148
7149 2019-05-22 Tom de Vries <tdevries@suse.de>
7150
7151 PR testsuite/24586
7152 * gdb.python/py-mi-var-info-path-expression.exp: Call
7153 mi_skip_python_tests to check if python is supported.
7154
7155 2019-05-22 Alan Hayward <alan.hayward@arm.com>
7156
7157 * gdb.arch/aarch64-pauth.c: New test.
7158 * gdb.arch/aarch64-pauth.exp: New file.
7159
7160 2019-05-22 Alan Hayward <alan.hayward@arm.com>
7161
7162 * README (Re-running Tests Outside The Testsuite): New section.
7163
7164 2019-05-21 Tom de Vries <tdevries@suse.de>
7165
7166 * gdb.arch/amd64-eval.exp: Require c++11.
7167 * gdb.base/max-depth.exp: Same.
7168 * gdb.compile/compile-cplus-array-decay.exp: Same.
7169 * gdb.cp/meth-typedefs.exp: Same.
7170 * gdb.cp/subtypes.exp: Same.
7171 * gdb.cp/temargs.exp: Same.
7172
7173 2019-05-21 Alan Hayward <alan.hayward@arm.com>
7174
7175 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
7176
7177 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
7178
7179 PR gdb/18644
7180 * gdb.fortran/complex.exp: Remove setup_kfail calls.
7181 * gdb.fortran/printing-types.exp: Add new test.
7182 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
7183 testing.
7184 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
7185 setup_kfail call.
7186
7187 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7188
7189 * README (Running the Testsuite): Change example.
7190 (Testsuite Parameters): Remove TRANSCRIPT.
7191 * lib/gdb.exp: Remove TRANSCRIPT check.
7192
7193 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7194
7195 * README (Testsuite Parameters): Add replay logging to
7196 GDBSERVER_DEBUG.
7197 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
7198 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
7199 as a comma separated list.
7200 (gdb_debug_init): Override procedure.
7201
7202 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7203
7204 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
7205 (gdb_write_cmd_file): New procedure.
7206 * lib/gdbserver-support.exp (gdbserver_start): Call
7207 gdbserver_write_cmd_file.
7208 (gdbserver_write_cmd_file): New procedure.
7209
7210 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7211
7212 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
7213 (delete_breakpoints): Likewise.
7214 (gdb_run_cmd): Likewise.
7215 (gdb_start_cmd): Likewise.
7216 (gdb_starti_cmd): Likewise.
7217 (gdb_internal_error_resync): Likewise.
7218 (gdb_test_multiple): Likewise.
7219 (gdb_reinitialize_dir): Likewise.
7220 (default_gdb_exit): Likewise.
7221 (gdb_file_cmd): Mark kill as optional.
7222 (default_gdb_start): Call gdb_stdin_log_init.
7223 (send_gdb): Call gdb_stdin_log_write.
7224 (rerun_to_main): Mark Y as an answer.
7225 (gdb_stdin_log_init): New function.
7226 (gdb_stdin_log_write): Likewise.
7227
7228 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7229
7230 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
7231 * gdb.base/debug-expr.exp: Likewise.
7232 * gdb.base/foll-fork.exp: Likewise.
7233 * gdb.base/foll-vfork.exp: Likewise.
7234 * gdb.base/fork-print-inferior-events.exp: Likewise.
7235 * gdb.base/gdb-sigterm.exp: Likewise.
7236 * gdb.base/gdbinit-history.exp: Likewise.
7237 * gdb.base/osabi.exp: Likewise.
7238 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
7239 * gdb.base/ui-redirect.exp: Likewise.
7240 * gdb.gdb/unittest.exp: Likewise.
7241 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
7242 * gdb.mi/mi-watch.exp: Likewise.
7243 * gdb.mi/new-ui-mi-sync.exp: Likewise.
7244 * gdb.mi/user-selected-context-sync.exp: Likewise.
7245 * gdb.python/python.exp: Disable debug test when debugging.
7246 * gdb.threads/check-libthread-db.exp: Disable when debugging.
7247 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7248 Likewise.
7249 * gdb.threads/stepi-random-signal.exp: Likewise.
7250
7251 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7252
7253 * Makefile.in: Pass through GDB_DEBUG.
7254 * README (Testsuite Parameters): Add GDB_DEBUG.
7255 (gdb,debug): Add board setting.
7256 * lib/gdb.exp (default_gdb_start): Start debugging.
7257 (gdb_debug_enabled): New procedure.
7258 (gdb_debug_init): Likewise.
7259
7260 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7261
7262 * Makefile.in: Pass through GDB_DEBUG.
7263 * README (Testsuite Parameters): Add GDB_DEBUG.
7264 (gdb,debug): Add board setting.
7265 * lib/gdb.exp (default_gdb_start): Start debugging.
7266 (gdb_debug_enabled): New procedure.
7267 (gdb_debug_init): Likewise.
7268
7269 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7270
7271 * gdb.base/ui-redirect.exp: Add debug redirect tests.
7272
7273 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7274
7275 * gdb.base/ui-redirect.exp: Test redirection.
7276
7277 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
7278
7279 * gdb.mi/mi-complete.exp: New file.
7280 * gdb.mi/mi-complete.cc: Likewise.
7281
7282 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
7283
7284 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
7285 indexed and sliced arrays, and pointers to arrays.
7286
7287 2019-05-14 Tom Tromey <tromey@adacore.com>
7288
7289 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
7290 styling test.
7291
7292 2019-05-14 Tom de Vries <tdevries@suse.de>
7293
7294 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
7295 selection entry encoding.
7296
7297 2019-05-10 Tom Tromey <tromey@adacore.com>
7298
7299 * gdb.ada/info_exc.exp: Add "complete" test.
7300
7301 2019-05-09 Tom de Vries <tdevries@suse.de>
7302
7303 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
7304 CU-relative.
7305
7306 2019-05-09 Tom de Vries <tdevries@suse.de>
7307
7308 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
7309 CU-relative.
7310
7311 2019-05-08 Joel Brobecker <brobecker@adacore.com>
7312
7313 * gdb.ada/frame_arg_lang.exp: New testcase.
7314 * gdb.ada/frame_arg_lang/bla.adb: New file.
7315 * gdb.ada/frame_arg_lang/pck.ads: New file.
7316 * gdb.ada/frame_arg_lang/pck.adb: New file.
7317 * gdb.ada/frame_arg_lang/foo.c: New file.
7318
7319 2019-05-08 Tom Tromey <tromey@adacore.com>
7320
7321 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
7322
7323 2019-05-08 Tom Tromey <tromey@adacore.com>
7324
7325 * gdb.base/ptype-offsets.exp: Update tests.
7326
7327 2019-05-08 Tom Tromey <tromey@adacore.com>
7328
7329 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
7330 cases.
7331 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
7332 "short".
7333
7334 2019-05-08 Tom Tromey <tromey@adacore.com>
7335
7336 * gdb.ada/vla.exp: New file.
7337 * gdb.ada/vla/vla.adb: New file.
7338
7339 2019-05-07 Tom de Vries <tdevries@suse.de>
7340
7341 * gdb.base/index-cache.exp (ls_host): Fix return statement.
7342
7343 2019-05-07 Tom de Vries <tdevries@suse.de>
7344
7345 PR testsuite/24522
7346 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
7347 section.
7348
7349 2019-05-07 Tom de Vries <tdevries@suse.de>
7350
7351 PR testsuite/24522
7352 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
7353 .debug_aranges section.
7354
7355 2019-05-07 Tom de Vries <tdevries@suse.de>
7356
7357 PR testsuite/24159
7358 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
7359
7360 2019-05-06 Tom de Vries <tdevries@suse.de>
7361
7362 * lib/gdb.exp (exec_has_index_section): New proc.
7363 * gdb.base/index-cache.exp: Handle case that binfile contains an index
7364 section.
7365
7366 2019-05-04 Tom de Vries <tdevries@suse.de>
7367
7368 * boards/cc-with-debug-names.exp: New file.
7369
7370 2019-05-03 Tom Tromey <tromey@adacore.com>
7371
7372 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
7373 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
7374 * gdb.ada/char_enum.exp: Add test.
7375
7376 2019-05-03 Tom de Vries <tdevries@suse.de>
7377
7378 * boards/cc-with-gdb-index.exp: New file.
7379
7380 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
7381
7382 * gdb.rust/simple.exp: Add new test case.
7383 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
7384 (main): Initialise an instance of the new struct.
7385
7386 2019-05-01 Tom Tromey <tromey@adacore.com>
7387
7388 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
7389 record.
7390 (NPR): New variable.
7391 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
7392 test.
7393
7394 2019-05-01 Tom Tromey <tromey@adacore.com>
7395
7396 * gdb.ada/packed_array_assign.exp: Add packed assignment
7397 regression test.
7398
7399 2019-05-01 Tom de Vries <tdevries@suse.de>
7400
7401 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
7402
7403 2019-05-01 Tom de Vries <tdevries@suse.de>
7404
7405 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
7406
7407 2019-04-30 Ali Tamur <tamur@google.com>
7408
7409 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
7410
7411 2019-04-30 Tom Tromey <tromey@adacore.com>
7412
7413 * lib/ada.exp (find_ada_tool): New proc.
7414 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
7415 * gdb.ada/catch_ex_std.exp: New file.
7416 * gdb.ada/catch_ex_std/foo.adb: New file.
7417 * gdb.ada/catch_ex_std/some_package.adb: New file.
7418 * gdb.ada/catch_ex_std/some_package.ads: New file.
7419
7420 2019-04-30 Tom Tromey <tromey@adacore.com>
7421
7422 PR c++/24470:
7423 * gdb.cp/temargs.cc: Add test code from PR.
7424
7425 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7426
7427 * gdb.fortran/vla-datatypes.exp: Update expected results.
7428 * gdb.fortran/vla-ptype.exp: Likewise.
7429 * gdb.fortran/vla-type.exp: Likewise.
7430 * gdb.fortran/vla-value.exp: Likewise.
7431
7432 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7433
7434 * gdb.fortran/ptr-indentation.exp: Update expected results.
7435 * gdb.fortran/ptype-on-functions.exp: Likewise.
7436 * gdb.fortran/vla-ptr-info.exp: Likewise.
7437 * gdb.fortran/vla-value.exp: Likewise.
7438
7439 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7440
7441 * gdb.fortran/ptype-on-functions.exp: New file.
7442 * gdb.fortran/ptype-on-functions.f90: New file.
7443
7444 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7445
7446 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
7447 case void string.
7448
7449 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7450
7451 * gdb.fortran/complex.exp: Expand.
7452 * gdb.fortran/complex.f: Renamed to...
7453 * gdb.fortran/complex.f90: ...this, and extended to add more
7454 complex values.
7455
7456 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7457
7458 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
7459 MODULO, CMPLX.
7460
7461 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
7462 Richard Bunt <richard.bunt@arm.com>
7463
7464 * gdb.base/max-depth.c: New file.
7465 * gdb.base/max-depth.exp: New file.
7466 * gdb.python/py-nested-maps.c: New file.
7467 * gdb.python/py-nested-maps.exp: New file.
7468 * gdb.python/py-nested-maps.py: New file.
7469 * gdb.python/py-format-string.exp (test_max_depth): New proc.
7470 (test_all_common): Call test_max_depth.
7471 * gdb.fortran/max-depth.exp: New file.
7472 * gdb.fortran/max-depth.f90: New file.
7473 * gdb.go/max-depth.exp: New file.
7474 * gdb.go/max-depth.go: New file.
7475 * gdb.modula2/max-depth.exp: New file.
7476 * gdb.modula2/max-depth.c: New file.
7477 * lib/gdb.exp (get_print_expr_at_depths): New proc.
7478
7479 2019-04-29 Tom de Vries <tdevries@suse.de>
7480
7481 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
7482
7483 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7484
7485 * gdb.base/callexit.exp: Test may-call-functions off.
7486
7487 2019-04-25 Keith Seitz <keiths@redhat.com>
7488
7489 PR c++/24367
7490 * gdb.cp/meth-typedefs.cc (incomplete_struct)
7491 (another_incomplete_struct, test_incomplete): New definitions.
7492 (main): Use new definitions.
7493 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
7494 functions.
7495
7496 2019-04-25 Ali Tamur <tamur@google.com>
7497
7498 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
7499
7500 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
7501
7502 PR corefiles/11608
7503 PR corefiles/18187
7504 * gdb.base/coredump-filter-build-id.exp: New file.
7505
7506 2019-04-25 Alan Hayward <alan.hayward@arm.com>
7507
7508 * Makefile.in: Pass through GDBSERVER_DEBUG.
7509 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
7510 (gdbserver,debug): Add board setting.
7511 * gdb.trace/tspeed.exp: Skip when debugging.
7512 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
7513 * lib/gdbserver-support.exp: Likewise
7514
7515 2019-04-24 Tom Tromey <tromey@adacore.com>
7516
7517 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
7518 Rust.
7519
7520 2019-04-24 Tom Tromey <tromey@adacore.com>
7521
7522 * gdb.arch/amd64-eval.exp: Test bitfield return.
7523 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
7524 (class Foo) <return_bitfields>: New method.
7525 (main): Call it.
7526
7527 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7528
7529 * gdb.cp/many-args.cc: New file.
7530 * gdb.cp/many-args.exp: New file.
7531
7532 2019-04-23 Tom de Vries <tdevries@suse.de>
7533
7534 PR gdb/24433
7535 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
7536
7537 2019-04-23 Alan Hayward <alan.hayward@arm.com>
7538
7539 * gdb.trace/backtrace.exp: Use nopie flag.
7540 * gdb.trace/circ.exp: Likewise.
7541 * gdb.trace/collection.exp: Likewise.
7542 * gdb.trace/ftrace.exp: Likewise.
7543 * gdb.trace/mi-trace-unavailable.exp: Likewise.
7544 * gdb.trace/mi-traceframe-changed.exp: Likewise.
7545 * gdb.trace/qtro.exp: Likewise.
7546 * gdb.trace/read-memory.exp: Likewise.
7547 * gdb.trace/report.exp: Likewise.
7548 * gdb.trace/tfile.exp: Likewise.
7549 * gdb.trace/tfind.exp: Likewise.
7550 * gdb.trace/unavailable.exp: Likewise.
7551
7552 2019-04-22 Pedro Alves <palves@redhat.com>
7553
7554 * gdb.base/solib-probes-nosharedlibrary.c,
7555 gdb.base/solib-probes-nosharedlibrary.exp: New files.
7556
7557 2019-04-19 Tom Tromey <tromey@adacore.com>
7558
7559 * gdb.ada/ptype_union.c: New file.
7560 * gdb.ada/ptype_union.exp: New file.
7561
7562 2019-04-19 Tom Tromey <tromey@adacore.com>
7563
7564 PR symtab/24423:
7565 * gdb.base/list0.h (foo): Add a control-l character.
7566
7567 2019-04-18 Tom de Vries <tdevries@suse.de>
7568
7569 PR gdb/24433
7570 * boards/local-board.exp: Set sysroot to "".
7571
7572 2019-04-18 Tom de Vries <tdevries@suse.de>
7573 Pedro Alves <palves@redhat.com>
7574
7575 PR gdb/24454
7576 * gdb.threads/vfork-follow-child-exec.c: New file.
7577 * gdb.threads/vfork-follow-child-exec.exp: New file.
7578 * gdb.threads/vfork-follow-child-exit.c: New file.
7579 * gdb.threads/vfork-follow-child-exit.exp: New file.
7580
7581 2019-04-15 Leszek Swirski <leszeks@google.com>
7582
7583 * gdb.arch/amd64-eval.cc: New file.
7584 * gdb.arch/amd64-eval.exp: New file.
7585
7586 2019-04-11 Alan Hayward <alan.hayward@arm.com>
7587
7588 * gdb.server/sysroot.c: New test.
7589 * gdb.server/sysroot.exp: New file.
7590 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
7591 matching param.
7592
7593 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
7594
7595 * gdb.base/align.exp: Extend test to cover structures containing
7596 only static fields.
7597
7598 2019-04-11 Tom de Vries <tdevries@suse.de>
7599
7600 * boards/cc-with-dwz-m.exp: New file.
7601 * boards/cc-with-dwz.exp: New file.
7602 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
7603
7604 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
7605
7606 * gdb.base/start-cpp.exp: New file.
7607 * gdb.base/start-cpp.cc: New file.
7608
7609 2019-04-08 Kevin Buettner <kevinb@redhat.com>
7610
7611 * gdb.python/py-thrhandle.exp: Adjust tests to call
7612 thread_from_handle instead of thread_from_thread_handle.
7613
7614 2019-04-08 Kevin Buettner <kevinb@redhat.com>
7615
7616 * gdb.python/py-thrhandle.exp: Add tests for
7617 gdb.InferiorThread.handle.
7618
7619 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
7620
7621 * gdb.python/py-function.exp: Check calling helper function from
7622 all languages.
7623 * lib/gdb.exp (gdb_supported_languages): New proc.
7624
7625 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
7626
7627 * gdb.base/complex-parts.c: New file.
7628 * gdb.base/complex-parts.exp: New file.
7629
7630 2019-04-01 Tom Tromey <tromey@adacore.com>
7631
7632 PR symtab/23331:
7633 * gdb.dwarf2/dw2-ranges-main.c: New file.
7634 * gdb.dwarf2/dw2-ranges-psym.c: New file.
7635 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
7636
7637 2019-03-30 Simon Marchi <simark@simark.ca>
7638
7639 * gdb.base/default.exp: Add values for $_gdb_major and
7640 $_gdb_minor.
7641
7642 2019-03-29 Tom Tromey <tromey@adacore.com>
7643
7644 * gdb.base/help.exp: Tighten apropos regexp.
7645
7646 2019-03-29 Keith Seitz <keiths@redhat.com>
7647
7648 * gdb.fortran/array-bounds.exp: New file.
7649 * gdb.fortran/array-bounds.f90: New file.
7650
7651 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7652
7653 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
7654
7655 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7656
7657 * gdb.multi/hello.c (main): Increase alarm timer.
7658
7659 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
7660
7661 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
7662 factor when no hardware watchpoint support.
7663
7664 2019-03-28 Alan Hayward <alan.hayward@arm.com>
7665 Pedro Alves <palves@redhat.com>
7666
7667 * boards/local-board.exp: set sysroot to /.
7668
7669 2019-03-27 Alan Hayward <alan.hayward@arm.com>
7670
7671 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
7672 in child.
7673
7674 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
7675
7676 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
7677 field.
7678 (make_container): Initialise new field.
7679 * gdb.python/py-prettyprint.exp: Add new tests.
7680 * gdb.python/py-prettyprint.py (class ContainerPrinter)
7681 <display_hint>: New method.
7682
7683 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
7684
7685 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
7686 gdb_continue_to_breakpoint more throughout this test.
7687 (run_lang_tests) Supply unique test names, and use
7688 gdb_test_no_output.
7689
7690 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
7691
7692 * gdb.base/finish-pretty.exp: Update expected results.
7693 * gdb.base/pretty-print.c: New file.
7694 * gdb.base/pretty-print.exp: New file.
7695
7696 2019-03-25 Pedro Alves <palves@redhat.com>
7697
7698 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
7699 move comments outside list. Append '-i "" eof' section.
7700
7701 2019-03-22 Alan Hayward <alan.hayward@arm.com>
7702
7703 PR testsuite/25016
7704 * README: Add pie options.
7705 * gdb.base/break-interp.exp: Ensure pie is disabled.
7706 * gdb.base/dump.exp: Likewise.
7707 * lib/gdb.exp (gdb_compile): Add pie option.
7708
7709 2019-03-19 Tom Tromey <tromey@adacore.com>
7710
7711 * gdb.mi/mi2-cli-display.c: New file.
7712 * gdb.mi/mi2-cli-display.exp: New file.
7713
7714 2019-03-18 Joel Brobecker <brobecker@adacore.com>
7715 Tom Tromey <tromey@adacore.com>
7716
7717 * gdb.ada/ptype_array/pck.adb: New file.
7718 * gdb.ada/ptype_array/pck.ads: New file.
7719 * gdb.ada/ptype_array/foo.adb: New file.
7720 * gdb.ada/ptype_array.exp: New file.
7721
7722 2019-03-14 Tom Tromey <tromey@adacore.com>
7723
7724 * gdb.base/style.exp: Add "set style sources" test.
7725
7726 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
7727
7728 * mi-breakpoint-location-ena-dis.exp: Rename to ...
7729 * mi-breakpoint-multiple-locations.exp: ... this.
7730 (make_breakpoints_pattern): New proc.
7731 (do_test): Add mi_version parameter, test -break-insert,
7732 -break-info and =breakpoint-created.
7733
7734 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
7735
7736 * config/default.exp: Remove 'load_lib gdb.exp'.
7737 * config/monitor.exp: Likewise.
7738 * config/sid.exp: Likewise.
7739 * config/sim.exp: Likewise.
7740 * config/slite.exp: Likewise.
7741 * config/unix.exp: Likewise.
7742 * gdb.base/default.exp: Remove unhelpful comment.
7743
7744 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7745
7746 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
7747
7748 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7749
7750 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
7751
7752 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7753
7754 * gdb.fortran/type-kinds.exp: Update expected results.
7755
7756 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7757
7758 * gdb.fortran/type-kinds.exp: Test new integer type kind.
7759
7760 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7761
7762 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
7763 function.
7764 (test_basic_parsing_of_type_kinds): Expand types tested.
7765 (test_parsing_invalid_type_kinds): New function.
7766
7767 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7768
7769 * gdb.fortran/intrinsics.exp: New file.
7770 * gdb.fortran/intrinsics.f90: New file.
7771 * gdb.fortran/type-kinds.exp: New file.
7772
7773 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7774
7775 * gdb.fortran/dot-ops.exp: New file.
7776
7777 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7778
7779 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
7780 Check upper and lower case logical literals.
7781
7782 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7783
7784 * gdb.fortran/types.exp (test_float_literal_types_accepted):
7785 Remove duplicate tests.
7786
7787 2019-03-06 Alan Hayward <alan.hayward@arm.com>
7788
7789 * lib/gdb.exp (builtin_cd): rename of cd.
7790 (cd): Override builtin.
7791
7792 2019-03-06 Richard Bunt <richard.bunt@arm.com>
7793
7794 * gdb.fortran/function-calls.exp: New file.
7795 * gdb.fortran/function-calls.f90: New test.
7796
7797 2019-03-04 Richard Bunt <richard.bunt@arm.com>
7798
7799 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
7800 on user program standard output.
7801 * gdb.fortran/short-circuit-argument-list.f90: Record function
7802 calls.
7803
7804 2019-02-28 Alan Hayward <alan.hayward@arm.com>
7805
7806 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
7807 failure.
7808
7809 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7810
7811 PR gdb/8527
7812 * gdb.base/interrupt-daemon-attach.c,
7813 gdb.base/interrupt-daemon-attach.exp: New test.
7814
7815 2019-02-27 Pedro Alves <palves@redhat.com>
7816
7817 * gdb.base/page.exp: Add tests for "set width/height -1".
7818
7819 2019-02-27 Pedro Alves <palves@redhat.com>
7820
7821 * gdb.base/page.exp: Add tests for "set/show width/height" with
7822 "infinite" values.
7823
7824 2019-02-27 Tom Tromey <tromey@adacore.com>
7825
7826 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
7827 2.4.
7828 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
7829 workaround.
7830
7831 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
7832
7833 * gdb.base/align.exp: Extend to compile in both C and C++, and add
7834 tests for structs with static members.
7835
7836 2019-02-26 Tom Tromey <tromey@adacore.com>
7837
7838 * gdb.python/py-value.exp (test_value_from_buffer): Check for
7839 ValueError, not TypeError.
7840
7841 2019-02-26 Kevin Buettner <kevinb@redhat.com>
7842
7843 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
7844 call from main program.
7845
7846 2019-02-23 Joel Brobecker <brobecker@adacore.com>
7847
7848 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
7849 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
7850 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
7851 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
7852 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
7853
7854 2019-02-22 Keith Seitz <keiths@redhat.com>
7855
7856 PR symtab/23853
7857 * gdb.base/symlink-sourcefile.c: New file.
7858 * gdb.base/symlink-sourcefile.exp: New file.
7859
7860 2019-02-20 Tom Tromey <tom@tromey.com>
7861
7862 * gdb.base/info_qt.exp: Update.
7863
7864 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
7865
7866 * gdb.base/source.exp: Move "error in sourced script" code to
7867 the end.
7868 * gdb.base/source-error.gdb: Move contents to
7869 source-error-1.gdb. Add new code to source source-error-1.gdb.
7870 * gdb.base/source-error-1.gdb: New file, from previous
7871 source-error.gdb.
7872
7873 2019-02-17 Tom Tromey <tom@tromey.com>
7874
7875 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
7876 for macro styling.
7877 * gdb.base/style.c (SOME_MACRO): New macro.
7878
7879 2019-02-17 Tom Tromey <tom@tromey.com>
7880
7881 * gdb.base/style.exp: Add line-wrapping tests.
7882 * gdb.base/page.exp: Add test for quitting during pagination.
7883
7884 2019-02-17 Joel Brobecker <brobecker@adacore.com>
7885
7886 * gdb.ada/big_packed_array: New testcase.
7887 * gdb.ada/homonym.exp: Fix incorrect expected output for
7888 "break <homonym__get_value>" test.
7889
7890 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
7891
7892 PR breakpoints/21870
7893 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
7894 and prepare_for_testing. Add comment.
7895 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
7896 redundant cleanup call. Clean up comment.
7897
7898 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
7899
7900 PR breakpoints/21870
7901 * gdb.arch/aarch64-dbreg-contents.exp: New file.
7902 * gdb.arch/aarch64-dbreg-contents.c: New file.
7903
7904 2019-02-10 Joel Brobecker <brobecker@adacore.com>
7905
7906 * gdb.ada/mi_ref_changeable: New testcase.
7907
7908 2019-02-07 Alan Hayward <alan.hayward@arm.com>
7909
7910 * gdb.base/attach.exp: Add double attach test.
7911
7912 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
7913
7914 * lib/gdb.exp (default_gdb_start): Don't match pagination
7915 prompt.
7916 (gdb_init): Set stty_init.
7917
7918 2019-01-27 Tom Tromey <tom@tromey.com>
7919
7920 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
7921 skip_python_tests.
7922
7923 2019-01-24 Alan Hayward <alan.hayward@arm.com>
7924
7925 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
7926 New structure.
7927 (struct struct_static_02_02): Likewise.
7928 (struct struct_static_02_03): Likewise.
7929 (struct struct_static_02_04): Likewise.
7930 (struct struct_static_04_01): Likewise.
7931 (struct struct_static_04_02): Likewise.
7932 (struct struct_static_04_03): Likewise.
7933 (struct struct_static_04_04): Likewise.
7934 (struct struct_static_06_01): Likewise.
7935 (struct struct_static_06_02): Likewise.
7936 (struct struct_static_06_03): Likewise.
7937 (struct struct_static_06_04): Likewise.
7938 (cmp_struct_static_02_01): Likewise.
7939 (cmp_struct_static_02_02): Likewise.
7940 (cmp_struct_static_02_03): Likewise.
7941 (cmp_struct_static_02_04): Likewise.
7942 (cmp_struct_static_04_01): Likewise.
7943 (cmp_struct_static_04_02): Likewise.
7944 (cmp_struct_static_04_03): Likewise.
7945 (cmp_struct_static_04_04): Likewise.
7946 (cmp_struct_static_06_01): Likewise.
7947 (cmp_struct_static_06_02): Likewise.
7948 (cmp_struct_static_06_03): Likewise.
7949 (cmp_struct_static_06_04): Likewise.
7950 (call_all): Test new structs.
7951 * gdb.base/infcall-nested-structs.exp: Likewise.
7952
7953 2019-01-21 Alan Hayward <alan.hayward@arm.com>
7954 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
7955
7956 2019-01-21 Alan Hayward <alan.hayward@arm.com>
7957 * gdb.base/stack-protector.c: New test.
7958 * gdb.base/stack-protector.exp: New file.
7959 * gdb.cp/ovldbreak.exp: Only allow a single break line.
7960 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
7961 option.
7962 (gdb_compile): Remove stack protector for GCC and prevent
7963 recursion.
7964
7965 2019-01-16 Keith Seitz <keiths@redhat.com>
7966
7967 PR gdb/23773
7968 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
7969
7970 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
7971
7972 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
7973 aliases.
7974 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
7975 tests.
7976 * gdb.arch/powerpc-vector-regs.c: New file.
7977 * gdb.arch/powerpc-vector-regs.exp: New file.
7978
7979 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
7980
7981 * gdb.arch/altivec-regs.exp: Fix the list passed to
7982 gdb_expect_list when testing "info vector".
7983
7984 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
7985
7986 * gdb.base/style.exp: Don't include path in testname.
7987
7988 2019-01-10 Keith Seitz <keiths@redhat.com>
7989
7990 PR gdb/23712
7991 PR symtab/23010
7992 * gdb.dwarf2/multidictionary.exp: New file.
7993
7994 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
7995
7996 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
7997 (test_gnuv3_style_demangling): ... this.
7998 (test_lucid_style_demangling): Remove.
7999 (test_arm_style_demangling): Remove.
8000 (test_hp_style_demangling): Remove.
8001 (do_tests): Remove calls to the above.
8002
8003 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
8004
8005 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
8006 case.
8007
8008 2019-01-06 Tom Tromey <tom@tromey.com>
8009
8010 PR gdb/28155:
8011 * gdb.dwarf2/typedef-void-finish.exp: New file.
8012
8013 2018-12-28 Tom Tromey <tom@tromey.com>
8014 Simon Marchi <simark@simark.ca>
8015
8016 * gdb.base/jit-exec.exp: New file.
8017 * gdb.base/jit-exec.c: New file.
8018 * gdb.base/jit-execd.c: New file.
8019
8020 2018-12-28 Tom Tromey <tom@tromey.com>
8021
8022 * gdb.base/style.exp: Update test to check for address styling.
8023
8024 2018-12-28 Tom Tromey <tom@tromey.com>
8025
8026 * gdb.base/style.exp: Add test for styling of "Reading symbols"
8027 message.
8028
8029 2018-12-28 Tom Tromey <tom@tromey.com>
8030
8031 * gdb.base/style.exp: Add test for version number styling.
8032
8033 2018-12-28 Tom Tromey <tom@tromey.com>
8034
8035 * gdb.base/style.exp: Add test for print_address_symbolic.
8036
8037 2018-12-28 Tom Tromey <tom@tromey.com>
8038
8039 * gdb.base/style.exp: Add test for breakpoint setting.
8040
8041 2018-12-28 Tom Tromey <tom@tromey.com>
8042
8043 * gdb.base/style.exp: Add test for variable names.
8044
8045 2018-12-28 Tom Tromey <tom@tromey.com>
8046
8047 * gdb.base/style.exp: New file.
8048 * gdb.base/style.c: New file.
8049
8050 2018-12-28 Tom Tromey <tom@tromey.com>
8051
8052 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
8053 "dumb".
8054 * gdb.base/readline.exp (operate_and_get_next): Save and restore
8055 the TERM environment variable.
8056
8057 2018-12-27 Tom Tromey <tom@tromey.com>
8058
8059 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
8060 pagination test.
8061
8062 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
8063
8064 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
8065 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
8066
8067 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8068
8069 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
8070 Filename a.adb changed to bp_fun_addr.adb.
8071 gdb.ada/bp_fun_addr.exp: Update test accordingly.
8072
8073 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
8074
8075 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
8076 non-PIE executables.
8077 * README: Mention the gdb,nopie_flag board setting.
8078 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
8079 non-PIE executable.
8080 * gdb.arch/amd64-entry-value.exp: Likewise.
8081 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
8082 * gdb.arch/i386-float.exp: Likewise.
8083 * gdb.arch/i386-signal.exp: Likewise.
8084 * gdb.mi/mi-reg-undefined.exp: Likewise.
8085
8086 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
8087
8088 PR gdb/23974
8089 * gdb.base/info-os.exp: Check return for unknown "info os" type.
8090
8091 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8092
8093 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
8094 Update order of results accordingly.
8095
8096 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
8097
8098 * gdb.base/annota1.exp: Update a test regexp.
8099
8100 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8101
8102 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
8103
8104 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8105
8106 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
8107 (reuse_time): Initialize to REUSE_TIME_CAP.
8108 (check_rc): New function.
8109 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
8110 Check pthread_create rc.
8111 (spawner_thread_func): Check pthread_create and pthread_join rc.
8112
8113 2018-12-08 Pedro Alves <palves@redhat.com>
8114
8115 * gdb.base/list.exp (test_forward_search): Rename to ...
8116 (test_forward_reverse_search): ... this. Also test reverse-search
8117 and the forward-search alias.
8118
8119 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
8120
8121 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
8122 local timeout variable before return, and remove all local timeout
8123 variable entirely.
8124 (gdb_load): Likewise.
8125
8126 2018-12-01 Tom de Vries <tdevries@suse.de>
8127
8128 * gdb.base/gdb-caching-proc.exp: New file.
8129
8130 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
8131
8132 * Makefile.in (TIMESTAMP): New variable.
8133 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
8134 command.
8135 (check-single-racy): Likewise.
8136 (check/%.exp): Likewise.
8137 (check-racy/%.exp): Likewise.
8138 (workers/%.worker): Likewise.
8139 (build-perf): Likewise.
8140 (check-perf): Likewise.
8141 * README: Describe new "TS" and "TS_FORMAT" variables.
8142 * print-ts.py: New file.
8143
8144 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
8145
8146 PR python/23714
8147 * gdb.python/python.exp: Test command repetition after
8148 gdb.execute.
8149
8150 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
8151
8152 * gdb.opt/inline-break.exp: Add test that info breakpoint output
8153 is correctly aligned.
8154
8155 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8156
8157 * gdb.ada/info_auto_lang.exp: New testcase.
8158 * gdb.ada/info_auto_lang/global_pack.ads: New file.
8159 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
8160 * gdb.ada/info_auto_lang/some_c.c: New file.
8161
8162 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8163
8164 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
8165 FUNC_lang language syntax.
8166
8167 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8168
8169 * gdb.base/info_minsym.c: New file.
8170 * gdb.base/info_minsym.exp: New file.
8171
8172 2018-11-19 Tom Tromey <tom@tromey.com>
8173
8174 PR rust/23625:
8175 * gdb.rust/simple.exp: Add ptype test. Update expected output.
8176 * gdb.rust/expr.exp: Update expected output. Change one test.
8177
8178 2018-11-19 Tom Tromey <tom@tromey.com>
8179
8180 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
8181
8182 2018-11-19 Pedro Alves <palves@redhat.com>
8183
8184 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
8185 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
8186 see the expected warning.
8187
8188 2018-11-16 Alan Hayward <alan.hayward@arm.com>
8189
8190 PR gdb/22736:
8191 * gdb.cp/infcall-nodebug-lib.c: New test.
8192 * gdb.cp/infcall-nodebug-main.c: New test.
8193 * gdb.cp/infcall-nodebug.exp: New file.
8194
8195 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
8196
8197 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
8198 completer tests.
8199
8200 2018-11-09 Tom de Vries <tdevries@suse.de>
8201
8202 * gdb.base/msym-lang.c: New test.
8203 * gdb.base/msym-lang.exp: New file.
8204 * gdb.base/msym-lang-main.c: New test.
8205
8206 2018-11-08 Tom Tromey <tom@tromey.com>
8207
8208 PR gdb/23555:
8209 PR gdb/23838:
8210 * gdb.base/warning.exp: New file.
8211
8212 2018-11-08 Jan Beulich <jbeulich@suse.com>
8213
8214 * testsuite/gdb.arch/i386-avx512.c,
8215 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
8216
8217 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
8218
8219 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
8220 point hardware.
8221
8222 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
8223
8224 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
8225 * gdb.dwarf2/missing-type-name.exp: New file.
8226
8227 2018-11-06 Tom de Vries <tdevries@suse.de>
8228
8229 * gdb.base/many-headers.c: New test.
8230 * gdb.base/many-headers.exp: New file.
8231
8232 2018-11-06 Jim Wilson <jimw@sifive.com>
8233
8234 * gdb.base/code_elim.exp: For riscv, set additional_flags
8235 to include -msmall-data-limit=0.
8236
8237 2018-11-01 Joel Brobecker <brobecker@adacore.com>
8238
8239 * gdb.ada/watch_minus_l: New testcase.
8240
8241 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
8242
8243 * gdb.arch/aix-sighandle.c: New file.
8244 * gdb.arch/aix-sighandle.exp: New file.
8245
8246 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
8247
8248 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
8249 registers being unions.
8250
8251 2018-10-31 Tom de Vries <tdevries@suse.de>
8252
8253 * lib/valgrind.exp: New file.
8254 (vgdb_start, vgdb_stop): New procs, factored out of ...
8255 * gdb.base/valgrind-bt.exp: ... here, ...
8256 * gdb.base/valgrind-disp-step.exp: ... here and ...
8257 * gdb.base/valgrind-infcall.exp: ... here.
8258
8259 2018-10-31 Tom de Vries <tdevries@suse.de>
8260
8261 * lib/gdb.exp (get_valueof): Don't output read value in test name.
8262
8263 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
8264
8265 * gdb.dwarf2/void-type.c: New file.
8266 * gdb.dwarf2/void-type.exp: New file.
8267
8268 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8269
8270 * gdb.base/info_qt.c: New file.
8271 * gdb.base/info_qt.exp: New file.
8272
8273 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8274
8275 * gdb.arch/powerpc-htm-regs.c: New file.
8276 * gdb.arch/powerpc-htm-regs.exp: New file.
8277
8278 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8279
8280 * gdb.arch/powerpc-tar.c: New file.
8281 * gdb.arch/powerpc-tar.exp: New file.
8282
8283 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8284
8285 * gdb.arch/powerpc-ppr-dscr.c: New file.
8286 * gdb.arch/powerpc-ppr-dscr.exp: New file.
8287
8288 2018-10-25 Tom de Vries <tdevries@suse.de>
8289
8290 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
8291
8292 2018-10-24 Tom de Vries <tdevries@suse.de>
8293
8294 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
8295 longer exists error.
8296
8297 2018-10-24 Tom de Vries <tdevries@suse.de>
8298
8299 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
8300
8301 2018-10-24 Tom de Vries <tdevries@suse.de>
8302
8303 * gdb.base/valgrind-db-attach.exp: Handle removed support for
8304 --db-attach in valgrind.
8305
8306 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
8307
8308 * gdb.arch/riscv-reg-aliases.c: New file.
8309 * gdb.arch/riscv-reg-aliases.exp: New file.
8310
8311 2018-10-19 Alan Hayward <alan.hayward@arm.com>
8312
8313 * gdb.python/py-cmd.exp: Check for gdb_prompt.
8314
8315 2018-10-19 Alan Hayward <alan.hayward@arm.com>
8316
8317 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
8318
8319 2018-10-19 Alan Hayward <alan.hayward@arm.com>
8320
8321 * gdb.cp/ovldbreak.exp: Fix regexps.
8322
8323 2018-10-19 Alan Hayward <alan.hayward@arm.com>
8324
8325 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
8326
8327 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
8328
8329 PR cli/23785
8330 * gdb.base/restore.exp: New test to check if "restore" with an
8331 invalid file doesn't segfault.
8332
8333 2018-10-18 Tom de Vries <tdevries@suse.de>
8334
8335 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
8336 * gdb.ada/excep_handle.exp: Same.
8337 * gdb.ada/mi_string_access.exp: Same.
8338 * gdb.ada/mi_var_union.exp: Same.
8339 * gdb.arch/arc-analyze-prologue.exp: Same.
8340 * gdb.arch/arc-decode-insn.exp: Same.
8341 * gdb.base/readnever.exp: Same.
8342 * gdb.fortran/printing-types.exp: Same.
8343 * gdb.guile/scm-lazy-string.exp: Same.
8344
8345 2018-10-16 Tom de Vries <tdevries@suse.de>
8346
8347 PR gdb/23730
8348 * gdb.base/catch-follow-exec.c: Add copyright notice.
8349 * gdb.base/catch-follow-exec.exp: Rewrite to use
8350 gdb_spawn_with_cmdline_opts. Require gdb-native.
8351
8352 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
8353
8354 * gdb.trace/actions-changed.exp: Check for arch support.
8355 * gdb.trace/actions.exp: Likewise.
8356 * gdb.trace/ax.exp: Likewise.
8357 * gdb.trace/backtrace.exp: Likewise.
8358 * gdb.trace/change-loc.exp: Likewise.
8359 * gdb.trace/deltrace.exp: Likewise.
8360 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
8361 * gdb.trace/ftrace.exp: Likewise.
8362 * gdb.trace/infotrace.exp: Check for arch support.
8363 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
8364 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
8365 * gdb.trace/mi-tsv-changed.exp: Likewise.
8366 * gdb.trace/packetlen.exp: Likewise.
8367 * gdb.trace/passc-dyn.exp: Likewise.
8368 * gdb.trace/passcount.exp: Likewise.
8369 * gdb.trace/pending.exp: Likewise.
8370 * gdb.trace/range-stepping.exp: Check for shlib support.
8371 * gdb.trace/report.exp: Check for arch support.
8372 * gdb.trace/save-trace.exp: Likewise.
8373 * gdb.trace/signal.exp: Check for signal support.
8374 * gdb.trace/tfind.exp: Check for arch support.
8375 * gdb.trace/trace-break.exp: Check for arch and shlib support.
8376 * gdb.trace/trace-common.h: Add comment.
8377 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
8378 * gdb.trace/trace-enable-disable.exp: Likewise.
8379 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
8380 * gdb.trace/tracecmd.exp: Check for arch support.
8381 * gdb.trace/tspeed.exp: Check for shlib and target support.
8382 * gdb.trace/tstatus.exp: Check for arch support.
8383 * gdb.trace/tsv.exp: Likewise.
8384 * gdb.trace/while-dyn.exp: Likewise.
8385 * gdb.trace/while-stepping.exp: Likewise.
8386 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
8387
8388 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
8389
8390 * gdb.trace/tspeed.exp: Remove nowarnings.
8391 (prepare_for_trace_test): Declare "global ipalib".
8392 * gdb.trace/tspeed.c: Include unistd.h.
8393 (main): Remove superfluous printf argument.
8394
8395 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
8396
8397 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
8398 directory prefix on the filename.
8399
8400 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
8401
8402 * gdb.gdb/unittest.exp: Update expected message informing that
8403 selftests have been disabled.
8404 * gdb.server/unittest.exp: Likewise.
8405
8406 2018-10-09 Tom de Vries <tdevries@suse.de>
8407
8408 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
8409 with runto_main.
8410
8411 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
8412
8413 PR c++/16841
8414 * gdb.cp/virtbase2.cc: New file.
8415 * gdb.cp/virtbase2.exp: New file.
8416
8417 2018-10-06 Tom Tromey <tom@tromey.com>
8418
8419 PR python/19399:
8420 * gdb.python/py-inferior.exp: Add architecture test.
8421
8422 2018-10-06 Tom Tromey <tom@tromey.com>
8423
8424 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
8425 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
8426
8427 2018-10-06 Tom Tromey <tom@tromey.com>
8428
8429 * gdb.python/py-breakpoint.exp (check_last_event): Check location
8430 of a "throw" catchpoint.
8431
8432 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
8433
8434 * gdb.base/info-proc.exp: Update string expected from "help info
8435 proc".
8436
8437 2018-10-04 Tom Tromey <tom@tromey.com>
8438
8439 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
8440 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
8441 (test_initial_complaints, test_empty_complaints): Update.
8442 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
8443
8444 2018-10-04 Tom Tromey <tom@tromey.com>
8445
8446 PR cli/19551:
8447 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
8448 * lib/gdb.exp (gdb_file_cmd): Update.
8449 * gdb.stabs/weird.exp (print_weird_var): Update.
8450 * gdb.server/solib-list.exp: Update.
8451 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
8452 * gdb.mi/mi-cli.exp: Update.
8453 * gdb.linespec/linespec.exp: Update.
8454 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
8455 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
8456 * gdb.cp/cp-relocate.exp: Update.
8457 * gdb.base/sym-file.exp: Update.
8458 * gdb.base/relocate.exp: Update.
8459 * gdb.base/readnever.exp: Update.
8460 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
8461 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
8462 * gdb.base/dbx.exp (gdb_file_cmd): Update.
8463 * gdb.base/code_elim.exp: Update.
8464 * gdb.base/break-unload-file.exp (test_break): Update.
8465 * gdb.base/break-interp.exp (test_attach_gdb): Update.
8466 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
8467 Update.
8468 * gdb.base/attach.exp (do_attach_tests): Update.
8469 * gdb.base/sepdebug.exp: Update.
8470 * gdb.python/py-section-script.exp: Update.
8471
8472 2018-10-04 Tom Tromey <tom@tromey.com>
8473
8474 PR cli/22234:
8475 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
8476 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
8477 output.
8478
8479 2018-10-04 Tom Tromey <tom@tromey.com>
8480
8481 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
8482 set width and height to 0.
8483 (test_command_line_attach_run): Use -quiet.
8484
8485 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
8486
8487 * lib/gdb.exp (skip_ifunc_tests): New.
8488 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
8489 other compile failures.
8490 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
8491
8492 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
8493
8494 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
8495 is_amd64_regs_target.
8496
8497 2018-10-01 Alan Hayward <alan.hayward@arm.com>
8498
8499 * gdb.arch/aarch64-sighandler-regs.c: New test.
8500 * gdb.arch/aarch64-sighandler-regs.exp: New file.
8501 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
8502
8503 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
8504
8505 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
8506 assembly.
8507
8508 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
8509
8510 * gdb.base/frame-selection.exp: New file.
8511 * gdb.base/frame-selection.c: New file.
8512
8513 2018-09-27 Alan Hayward <alan.hayward@arm.com>
8514
8515 * gdb.threads/check-libthread-db.c (thread_routine): Use a
8516 pthread barrier.
8517 (main): Likewise.
8518
8519 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
8520
8521 * gdb.base/large-frame-1.c: New file.
8522 * gdb.base/large-frame-2.c: New file.
8523 * gdb.base/large-frame.exp: New file.
8524 * gdb.base/large-frame.h: New file.
8525
8526 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
8527
8528 PR gdb/20948
8529 * gdb.base/write_mem.exp: New test.
8530 * gdb.base/write_mem.c: Likewise.
8531
8532 2018-09-23 Tom Tromey <tom@tromey.com>
8533
8534 PR python/18852:
8535 * gdb.python/py-parameter.exp: Add test for parameter that throws
8536 on "set".
8537
8538 2018-09-23 Tom Tromey <tom@tromey.com>
8539
8540 PR python/17284:
8541 * gdb.python/py-template.exp (test_template_arg): Add test for
8542 negative template argument number.
8543
8544 2018-09-23 Tom Tromey <tom@tromey.com>
8545
8546 PR python/14062:
8547 * gdb.python/python.exp: Add test for post_event error.
8548
8549 2018-09-23 Tom Tromey <tom@tromey.com>
8550
8551 PR python/18170:
8552 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
8553 convert pointers to int and long.
8554
8555 2018-09-23 Tom Tromey <tom@tromey.com>
8556
8557 PR python/20126:
8558 * gdb.python/py-value.exp (test_value_numeric_ops): Add
8559 signed-ness conversion tests.
8560
8561 2018-09-23 Tom Tromey <tom@tromey.com>
8562
8563 PR python/18352;
8564 * gdb.python/py-value.exp (test_float_conversion): New proc.
8565 Use it.
8566
8567 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
8568
8569 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
8570
8571 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
8572
8573 * gdb.base/complete-empty.exp: Skip tab-completion tests if
8574 no readline.
8575 * gdb.base/utf8-identifiers.exp: Likewise.
8576 * gdb.cp/cpcompletion.exp: Likewise.
8577 * gdb.linespec/cpcompletion.exp: Likewise.
8578 * gdb.linespec/cpls-abi-tag.exp: Likewise.
8579 * gdb.linespec/cpls-ops.exp: Likewise.
8580
8581 2018-09-19 Richard Bunt <richard.bunt@arm.com>
8582 Chris January <chris.january@arm.com>
8583
8584 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
8585 * gdb.fortran/short-circuit-argument-list.exp: New file.
8586 * gdb.fortran/short-circuit-argument-list.f90: New test.
8587
8588 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
8589
8590 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
8591 "arch=" keyword when executing "-stack-list-frames".
8592
8593 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
8594
8595 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
8596 "arch=" keyword when executing "-stack-list-frames".
8597
8598 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
8599
8600 * gdb.ada/complete.exp: Expect for "@" when doing "complete
8601 break ada".
8602
8603 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
8604
8605 PR python/23669
8606 * gdb.python/python.exp: Test gdb.execute("show commands").
8607
8608 2018-09-16 Tom Tromey <tom@tromey.com>
8609
8610 * gdb.base/new-ui.exp (do_execution_tests): Update.
8611 * gdb.base/dbx.exp (test_breakpoints): Update.
8612
8613 2018-09-14 Alan Hayward <alan.hayward@arm.com>
8614
8615 * lib/gdb.exp (gdb_simple_compile): Add proc.
8616 (is_elf_target): Use gdb_simple_compile.
8617 (skip_altivec_tests): Likewise.
8618 (skip_vsx_tests): Likewise.
8619 (skip_tsx_tests): Likewise.
8620 (skip_btrace_tests): Likewise.
8621 (skip_btrace_pt_tests): Likewise.
8622 (gdb_can_simple_compile): Likewise.
8623 (gdb_has_argv0): Likewise.
8624 (gdb_target_symbol_prefix): Likewise.
8625 (target_supports_scheduler_locking): Likewise.
8626
8627 2018-09-13 Tom Tromey <tom@tromey.com>
8628
8629 * Makefile.in (TAGS): Recognize proc_with_prefix and
8630 gdb_caching_proc.
8631
8632 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
8633
8634 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
8635 method.
8636
8637 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
8638
8639 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
8640 and a few other Inferior properties when the Inferior is no
8641 longer valid.
8642
8643 2018-09-13 Tom Tromey <tom@tromey.com>
8644
8645 PR rust/23650:
8646 * gdb.rust/simple.exp: Add test for enum field access error.
8647
8648 2018-09-13 Tom Tromey <tom@tromey.com>
8649
8650 PR rust/23626:
8651 * gdb.rust/simple.rs (EmptyEnum): New type.
8652 (main): Use it.
8653 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
8654
8655 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
8656
8657 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
8658 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
8659 * gdb.python/py-symtab.exp: Update test printing an objfile.
8660
8661 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
8662
8663 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
8664 object.
8665
8666 2018-09-12 Alan Hayward <alan.hayward@arm.com>
8667
8668 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
8669 (support_complex_tests): Use gdb_can_simple_compile.
8670 (is_ilp32_target): Likewise.
8671 (is_lp64_target): Likewise.
8672 (is_64_target): Likewise.
8673 (is_amd64_regs_target): Likewise.
8674 (is_aarch32_target): Likewise.
8675 (gdb_int128_helper): Likewise.
8676
8677 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8678
8679 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
8680
8681 2018-09-10 Jerome Guitton <guitton@adacore.com>
8682
8683 * gdb.ada/same_component_name: Add test for case of tagged record
8684 with variable-length fields.
8685
8686 2018-09-10 Xavier Roirand <roirand@adacore.com>
8687
8688 * gdb.ada/access_to_unbounded_array.exp: New testcase.
8689 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
8690 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
8691 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
8692
8693 2018-09-10 Xavier Roirand <roirand@adacore.com>
8694
8695 * gdb.ada/mi_string_access.exp: New testcase.
8696 * gdb.ada/mi_string_access/bar.adb: New file.
8697 * gdb.ada/mi_string_access/pck.adb: New file.
8698 * gdb.ada/mi_string_access/pck.asd: New file.
8699
8700 2018-09-10 Xavier Roirand <roirand@adacore.com>
8701
8702 * gdb.ada/mi_var_union.exp: New testcase.
8703 * gdb.ada/mi_var_union/bar.adb: New file.
8704 * gdb.ada/mi_var_union/pck.adb: New file.
8705 * gdb.ada/mi_var_union/pck.asd: New file.
8706
8707 2018-09-08 Tom Tromey <tom@tromey.com>
8708
8709 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
8710
8711 2018-09-08 Tom Tromey <tom@tromey.com>
8712
8713 PR python/16047:
8714 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
8715 (register_pretty_printers): Register new printer.
8716 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
8717 test.
8718 * gdb.python/py-prettyprint.c (int_type3): New typedef.
8719 (an_int_type3): New global.
8720
8721 2018-09-08 Joel Brobecker <brobecker@adacore.com>
8722
8723 * gdb.ada/expr_with_funcall: New testcase.
8724
8725 2018-09-08 Joel Brobecker <brobecker@adacore.com>
8726
8727 * gdb.ada/packed_array_assign: New testcase.
8728
8729 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
8730
8731 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
8732 names, and add test prefixes to make test names unique.
8733
8734 2018-09-05 Tom de Vries <tdevries@suse.de>
8735
8736 * gdb.dwarf2/varval.exp: Add test.
8737
8738 2018-09-04 Gary Benson <gbenson@redhat.com>
8739
8740 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
8741 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
8742
8743 2018-08-31 Tom Tromey <tom@tromey.com>
8744
8745 * gdb.rust/simple.rs: Rename second variable "v".
8746
8747 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
8748
8749 * gdb.base/funcargs.c (use_a): New function.
8750 (recurse): Call use_a.
8751
8752 2018-08-29 Keith Seitz <keiths@redhat.com>
8753
8754 * gdb.compile/compile-cplus-anonymous.cc: New file.
8755 * gdb.compile/compile-cplus-anonymous.exp: New file.
8756 * gdb.compile/compile-cplus-array-decay.cc: New file.
8757 * gdb.compile/compile-cplus-array-decay.exp: New file.
8758 * gdb.compile/compile-cplus-inherit.cc: New file.
8759 * gdb.compile/compile-cplus-inherit.exp: New file.
8760 * gdb.compile/compile-cplus-member.cc: New file.
8761 * gdb.compile/compile-cplus-member.exp: New file.
8762 * gdb.compile/compile-cplus-method.cc: New file.
8763 * gdb.compile/compile-cplus-method.exp: New file.
8764 * gdb.compile/compile-cplus-mod.c: "New" file.
8765 * gdb.compile/compile-cplus-namespace.cc: New file.
8766 * gdb.compile/compile-cplus-namespace.exp: New file.
8767 * gdb.compile/compile-cplus-nested.cc: New file.
8768 * gdb.compile/compile-cplus-nested.exp: New file.
8769 * gdb.compile/compile-cplus-print.c: "New" file.
8770 * gdb.compile/compile-cplus-print.exp: "New" file.
8771 * gdb.compile/compile-cplus-virtual.cc: New file.
8772 * gdb.compile/compile-cplus-virtual.exp: New file.
8773 * gdb.compile/compile-cplus.c: "New" file.
8774 * gdb.compile/compile-cplus.exp: "New" file.
8775 * lib/compile-support.exp: New file.
8776
8777 2018-08-16 Gary Benson <gbenson@redhat.com>
8778
8779 PR gdb/13000:
8780 * gdb.base/batch-exit-status.exp: New file.
8781 * gdb.base/batch-exit-status.good-commands: Likewise.
8782 * gdb.base/batch-exit-status.bad-commands: Likewise.
8783
8784 2018-08-29 Alan Hayward <alan.hayward@arm.com>
8785
8786 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
8787 (struct struct02): Likewise.
8788 (struct struct03): Likewise.
8789 (struct struct04): Likewise.
8790 (struct struct_01_01): New struct.
8791 (struct struct_01_02): Likewise.
8792 (struct struct_01_03): Likewise.
8793 (struct struct_01_04): Likewise.
8794 (struct struct_02_01): Likewise.
8795 (struct struct_02_02): Likewise.
8796 (struct struct_02_03): Likewise.
8797 (struct struct_02_04): Likewise.
8798 (struct struct_04_01): Likewise.
8799 (struct struct_04_02): Likewise.
8800 (struct struct_04_03): Likewise.
8801 (struct struct_04_04): Likewise.
8802 (struct struct_05_01): Likewise.
8803 (struct struct_05_02): Likewise.
8804 (struct struct_05_03): Likewise.
8805 (struct struct_05_04): Likewise.
8806 (cmp_struct01): Remove function.
8807 (cmp_struct02): Likewise.
8808 (cmp_struct03): Likewise.
8809 (cmp_struct04): Likewise.
8810 (cmp_struct_01_01): Add Function.
8811 (cmp_struct_01_02): Likewise.
8812 (cmp_struct_01_03): Likewise.
8813 (cmp_struct_01_04): Likewise.
8814 (cmp_struct_02_01): Likewise.
8815 (cmp_struct_02_02): Likewise.
8816 (cmp_struct_02_03): Likewise.
8817 (cmp_struct_02_04): Likewise.
8818 (cmp_struct_04_01): Likewise.
8819 (cmp_struct_04_02): Likewise.
8820 (cmp_struct_04_03): Likewise.
8821 (cmp_struct_04_04): Likewise.
8822 (cmp_struct_05_01): Likewise.
8823 (cmp_struct_05_02): Likewise.
8824 (cmp_struct_05_03): Likewise.
8825 (cmp_struct_05_04): Likewise.
8826 (call_all): Add new structs.
8827 * gdb.base/infcall-nested-structs.exp: Likewise.
8828
8829 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
8830
8831 * gdb.python/py-framefilter-mi.exp: Update regexp to
8832 check for "arch" field in frame output.
8833
8834 2018-08-23 Kevin Buettner <kevinb@redhat.com>
8835
8836 * gdb.dwarf2/dw2-ranges-func.c: New file.
8837 * gdb.dwarf2/dw2-ranges-func.exp: New file.
8838
8839 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
8840
8841 * gdb.base/term.exp: Compare terminal settings with values from
8842 the inferior.
8843 * gdb.base/term.c: Get and set terminal settings.
8844
8845 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
8846
8847 * lib/mi-support.exp (mi_expect_stop): Update regexp to
8848 accommodate new "arch" field in frame output.
8849 * gdb.mi/mi-return.exp: Likewise.
8850 * gdb.mi/mi-stack.exp: Likewise.
8851 * gdb.mi/mi-syn-frame.exp: Likewise.
8852 * gdb.mi/user-selected-context-sync.exp: Likewise.
8853
8854 2018-08-19 Michael Spang <spang@google.com>
8855
8856 PR gdb/11786
8857 * gdb.base/gcore-tls-pie.c: New file.
8858 * gdb.base/gcore-tls-pie.exp: New file.
8859
8860 2018-08-18 Kevin Buettner <kevinb@redhat.com>
8861
8862 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
8863 * gdb.dwarf2/varval.c: New file.
8864 * gdb.dwarf2/varval.exp: New file.
8865
8866 2018-08-17 Alan Hayward <alan.hayward@arm.com>
8867
8868 PR gdb/18931
8869 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
8870
8871 2018-08-16 Keith Seitz <keiths@redhat.com>
8872
8873 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
8874 tests expected to pass.
8875
8876 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
8877
8878 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
8879 -data-disassemble -a.
8880 (test_disassembly_bogus_args): Likewise.
8881
8882 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
8883
8884 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
8885
8886 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
8887
8888 * gdb.base/vla-optimized-out.exp: Add new test.
8889
8890 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
8891
8892 * gdb.base/vla-optimized-out-o3.exp: Delete.
8893 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
8894 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
8895 deleted tests.
8896
8897 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
8898
8899 PR gdb/18050:
8900 * gdb.server/extended-remote-restart.c: New file.
8901 * gdb.server/extended-remote-restart.exp: New file.
8902
8903 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
8904
8905 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
8906 "set variable index = 42".
8907
8908 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
8909
8910 * boards/index-cache-gdb.exp: New file.
8911 * gdb.dwarf2/index-cache.exp: New file.
8912 * gdb.dwarf2/index-cache.c: New file.
8913 * gdb.base/maint.exp: Check if we are using the index cache.
8914
8915 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8916
8917 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
8918 MAKEFLAGS.
8919
8920 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8921
8922 * dg-extract-results.sh: Move to toplevel contrib.
8923 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
8924 * Makefile.in (check-parallel-racy): Likewise.
8925
8926 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
8927
8928 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
8929 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
8930 tests if the target supports scheduler locking.
8931
8932 2018-08-04 Tom de Vries <tdevries@suse.de>
8933
8934 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
8935
8936 2018-08-02 Tom Tromey <tom@tromey.com>
8937
8938 PR symtab/16842.
8939 * gdb.cp/temargs.exp: Test "info address" of a template
8940 parameter.
8941
8942 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
8943
8944 * gdb.python/py-mi-var-info-path-expression.c: New file.
8945 * gdb.python/py-mi-var-info-path-expression.py: New file.
8946 * gdb.python/py-mi-var-info-path-expression.exp: New file.
8947
8948 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
8949
8950 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
8951 error after "cannot resolve name" string.
8952
8953 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
8954
8955 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
8956 started.
8957 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
8958
8959 2018-07-28 Tom de Vries <tdevries@suse.de>
8960
8961 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
8962
8963 2018-07-26 Tom de Vries <tdevries@suse.de>
8964
8965 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
8966
8967 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
8968
8969 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
8970 is visible.
8971
8972 2018-07-26 Tom de Vries <tdevries@suse.de>
8973
8974 PR breakpoints/23366
8975 * gdb.base/catch-follow-exec.c: New test.
8976 * gdb.base/catch-follow-exec.exp: New file.
8977
8978 2018-07-25 Tom de Vries <tdevries@suse.de>
8979
8980 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
8981 vla-optimized-out.c.
8982
8983 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
8984
8985 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
8986 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
8987
8988 2018-07-20 Tom de Vries <tdevries@suse.de>
8989
8990 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
8991 NOCLONE macro.
8992 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
8993
8994 2018-07-19 Tom de Vries <tdevries@suse.de>
8995
8996 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
8997 regular expression.
8998
8999 2018-07-18 Tom de Vries <tdevries@suse.de>
9000
9001 * gdb.base/vla-optimized-out.c: New test.
9002 * gdb.base/vla-optimized-out.exp: New file.
9003
9004 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
9005
9006 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
9007 message "No address associated with hostname" when gdbserver
9008 cannot resolve the hostname.
9009
9010 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9011
9012 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
9013 Add some test prefixes to make tests unique.
9014
9015 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9016
9017 * gdb.base/frameapply.c: New file.
9018 * gdb.base/frameapply.exp: New file.
9019
9020 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9021
9022 * gdb.base/skip.exp: Update expected error message.
9023
9024 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
9025 Jan Kratochvil <jan.kratochvil@redhat.com>
9026 Paul Fertser <fercerpav@gmail.com>
9027 Tsutomu Seki <sekiriki@gmail.com>
9028
9029 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
9030 parameter.
9031 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
9032 by default.
9033 * boards/native-gdbserver.exp: Likewise.
9034 * gdb.server/run-without-local-binary.exp: Improve regexp used
9035 for detecting when a remote debugging connection succeeds.
9036 * gdb.server/server-connect.exp: New file.
9037 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
9038 Do not prefix the port number with ":".
9039 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
9040 support for detecting and using it. Add '$debughost_gdbserver'
9041 to the list of arguments used to start gdbserver. Handle case
9042 when gdbserver cannot resolve a network name.
9043
9044 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
9045
9046 PR c++/23373
9047 * gdb.base/ptype-offsets.cc (struct static_member): New
9048 struct.
9049 (main) <stmember>: New variable.
9050 * gdb.base/ptype-offsets.exp: Add test for printing a struct
9051 with a static member in it.
9052
9053 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
9054
9055 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
9056 watchpoints enabled and disabled.
9057
9058 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
9059
9060 * gdb.base/examine-backward.exp: Still run tests around address
9061 0x0, even if address 0x0 is not readable. Update the pattern for
9062 matching address 0x0 in expected output.
9063
9064 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
9065
9066 * gdb.base/share-env-with-gdbserver.c (main): Add call to
9067 malloc/free.
9068
9069 2018-07-04 Tom de Vries <tdevries@suse.de>
9070
9071 * gdb.dwarf2/dw2-error.exp: Update expected error message.
9072
9073 2018-07-02 Maciej W. Rozycki <macro@mips.com>
9074
9075 PR tdep/8282
9076 * gdb.arch/mips-disassembler-options.exp: New test.
9077 * gdb.arch/mips-disassembler-options.s: New test source.
9078
9079 2018-06-29 Pedro Alves <palves@redhat.com>
9080
9081 * gdb.threads/names.exp: Adjust expected "info threads" output.
9082
9083 2018-06-29 Pedro Alves <palves@redhat.com>
9084
9085 * gdb.opt/inline-break.exp (line number, address): Add "info
9086 break" tests.
9087
9088 2018-06-29 Pedro Alves <palves@redhat.com>
9089
9090 * gdb.opt/inline-break.c (func1): Add "break here" marker.
9091 * gdb.opt/inline-break.exp: Test setting breakpoints by line
9092 number and address and running to them.
9093
9094 2018-06-29 Richard Bunt <richard.bunt@arm.com>
9095
9096 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
9097
9098 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9099
9100 * lib/compiler.c: Remove executable permission flag.
9101
9102 2018-06-28 Richard Bunt <richard.bunt@arm.com>
9103
9104 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
9105 code.
9106 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
9107
9108 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
9109
9110 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
9111
9112 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
9113
9114 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
9115 address argument is omitted.
9116
9117 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
9118
9119 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
9120
9121 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
9122
9123 PR gdb/21695
9124 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
9125 * gdb.base/infoline-reloc-main-from-zero.c: New file.
9126
9127 2018-06-26 Tom Tromey <tom@tromey.com>
9128
9129 PR rust/22574:
9130 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
9131 * gdb.rust/simple.rs (struct SimpleLayout): New.
9132
9133 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
9134
9135 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
9136 "info registers" output.
9137
9138 2018-06-21 Richard Bunt <richard.bunt@arm.com>
9139
9140 * gdb.base/watchpoint-hw-attach.c: New test.
9141 * gdb.base/watchpoint-hw-attach.exp: New file.
9142
9143 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
9144
9145 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
9146 through /bin/sh.
9147 * boards/dwarf4-gdb-index.exp: Likewise.
9148 * boards/fission-dwp.exp: Likewise.
9149
9150 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
9151
9152 * gdb.base/float128.exp: Add comment and improved fail message
9153 to the failure case of "print large128" test.
9154
9155 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
9156
9157 * configure.ac: Remove AC_PREREQ.
9158 * configure: Re-generate.
9159
9160 2018-06-19 Pedro Alves <palves@redhat.com>
9161
9162 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
9163 (func_extern_caller): New.
9164 (main): Call func_extern_caller.
9165 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
9166 logic change.
9167
9168 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
9169
9170 PR gdb/16841
9171 * gdb.cp/typedef-base.cc: New file.
9172 * gdb.cp/typedef-base.exp: New file.
9173
9174 2018-06-18 Tom de Vries <tdevries@suse.de>
9175
9176 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
9177
9178 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
9179 Richard Bunt <Richard.Bunt@arm.com>
9180
9181 * gdb.threads/attach-slow-waitpid.c: New file.
9182 * gdb.threads/attach-slow-waitpid.exp: New file.
9183 * gdb.threads/slow-waitpid.c: New file.
9184
9185 2018-06-14 Pedro Alves <palves@redhat.com>
9186
9187 * gdb.base/fork-running-state.c: Include <errno.h>.
9188 (exit_if_relative_exits): New.
9189 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
9190 exits.
9191 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
9192 child exits.
9193
9194 2018-06-14 Tom de Vries <tdevries@suse.de>
9195
9196 PR cli/22573
9197 * gdb.base/finish-pretty.c: New test.
9198 * gdb.base/finish-pretty.exp: New file.
9199
9200 2018-06-14 Pedro Alves <palves@redhat.com>
9201
9202 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
9203 gdb's expected startup output.
9204
9205 2018-06-14 Pedro Alves <palves@redhat.com>
9206
9207 * lib/selftest-support.exp (selftest_setup): Remove inlined
9208 function handling.
9209
9210 2018-06-14 Tom de Vries <tdevries@suse.de>
9211
9212 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
9213 matching of breakpoint printing.
9214
9215 2018-06-13 Tom de Vries <tdevries@suse.de>
9216
9217 PR testsuite/23269
9218 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
9219 (fork_child): ... here, and ...
9220 (fork_parent): ... here.
9221
9222 2018-06-12 Tom de Vries <tdevries@suse.de>
9223
9224 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
9225
9226 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
9227 Stephen Roberts <stephen.roberts@arm.com>
9228
9229 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
9230 rewrite test to describe action performed, rather than possible
9231 failure.
9232
9233 2018-06-08 Gary Benson <gbenson@redhat.com>
9234
9235 * gdb.threads/check-libthread-db.exp: New file.
9236 * gdb.threads/check-libthread-db.c: Likewise.
9237
9238 2018-06-05 Tom Tromey <tom@tromey.com>
9239
9240 * gdb.base/default.exp: Update expected "show version" output.
9241
9242 2018-06-05 Tom Tromey <tom@tromey.com>
9243
9244 PR cli/12326:
9245 * gdb.cp/static-print-quit.exp: Update.
9246 * lib/gdb.exp (pagination_prompt): Update.
9247 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
9248 * gdb.python/python.exp: Update.
9249
9250 2018-06-04 Joel Brobecker <brobecker@adacore.com>
9251
9252 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
9253
9254 2018-06-01 Joel Brobecker <brobecker@adacore.com>
9255
9256 * gdb.ada/bp_fun_addr: New testcase.
9257
9258 2018-06-01 Tom Tromey <tom@tromey.com>
9259
9260 * gdb.xml/tdesc-regs.exp (load_description): Update expected
9261 results.
9262 * gdb.dwarf2/method-ptr.exp: Set language to C++.
9263 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
9264 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
9265 * gdb.base/maint.exp (maint_pass_if): Update.
9266
9267 2018-05-31 Maciej W. Rozycki <macro@mips.com>
9268
9269 * gdb.base/endian.exp: New test.
9270 * gdb.base/endian.c: New test source.
9271
9272 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
9273
9274 PR gdb/23203
9275 * gdb.base/bt-selected-frame.c: New file.
9276 * gdb.base/bt-selected-frame.exp: New file.
9277 * lib/gdb.exp (get_current_frame_number): New function.
9278
9279 2018-05-24 Maciej W. Rozycki <macro@mips.com>
9280 Pedro Alves <palves@redhat.com>
9281
9282 * gdb.threads/tls-core.c: Include <stdlib.h>
9283 (thread_proc): Call `abort'.
9284 * gdb.threads/tls-core.exp: Generate a core with core_find too.
9285 (tls_core_test): New procedure, bits factored out from ...
9286 (top level): ... here. Test both native cores and gcore cores.
9287
9288 2018-05-23 Tom Tromey <tom@tromey.com>
9289
9290 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
9291
9292 2018-05-23 Tom Tromey <tom@tromey.com>
9293
9294 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
9295 symfile_complaints.
9296 (test_short_complaints): Likewise.
9297 (test_empty_complaints): Likewise.
9298 (test_initial_complaints): Update.
9299
9300 2018-05-23 Tom Tromey <tom@tromey.com>
9301
9302 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
9303
9304 2018-05-23 Tom Tromey <tom@tromey.com>
9305
9306 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
9307 (test_short_complaints): Update.
9308
9309 2018-05-22 Pedro Alves <palves@redhat.com>
9310
9311 * gdb.base/remote.exp: Only gdb_start after compiling the
9312 testcase. Issue "disconnect" before testing "set remote" command
9313 defaults. Issue clean_restart before running to main.
9314
9315 2018-05-22 Pedro Alves <palves@redhat.com>
9316
9317 * gdb.base/remote.exp: Adjust expected output of "show remote
9318 memory-write-packet-size". Add tests for "set remote
9319 memory-write-packet-size 0" and "set remote
9320 memory-write-packet-size fixed/limit".
9321
9322 2018-05-22 Pedro Alves <palves@redhat.com>
9323
9324 PR gdb/22973
9325 * gdb.base/utf8-identifiers.c: New file.
9326 * gdb.base/utf8-identifiers.exp: New file.
9327
9328 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
9329
9330 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
9331
9332 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
9333
9334 * gdb.arch/powerpc-vsx-gcore.exp: New file.
9335
9336 2018-05-18 Tom Tromey <tom@tromey.com>
9337
9338 * gdb.base/ptype-offsets.exp: Update.
9339
9340 2018-05-17 Keith Seitz <keiths@redhat.com>
9341
9342 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
9343 in expected breakpoint stop locations.
9344 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
9345 move to proper scope to test variable values.
9346 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
9347 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
9348 New functions.
9349 (main): Call not_inline_func3.
9350 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
9351 inline_func1, inline_func2, and inline_func3. Test that when each
9352 breakpoint is hit, GDB properly reports both the stop location
9353 and the backtrace. Repeat tests for temporary breakpoints.
9354
9355 2018-05-15 Maciej W. Rozycki <macro@mips.com>
9356
9357 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
9358 rather then trying to access it in determining whether the PID
9359 of `gdbserver' could have been retrieved.
9360
9361 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
9362
9363 * gdb.arch/amd64-init-x87-values.S: New file.
9364 * gdb.arch/amd64-init-x87-values.exp: New file.
9365
9366 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9367
9368 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
9369
9370 2018-05-04 Tom Tromey <tom@tromey.com>
9371
9372 PR python/22730:
9373 * gdb.python/python.exp: Test multi-line execute.
9374
9375 2018-05-04 Tom Tromey <tom@tromey.com>
9376
9377 PR python/22731:
9378 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
9379
9380 2018-05-04 Tom Tromey <tom@tromey.com>
9381
9382 PR gdb/11750:
9383 * gdb.base/define.exp: Test defining a user command inside a user
9384 command.
9385 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
9386
9387 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9388 Pedro Alves <palves@redhat.com>
9389
9390 PR breakpoints/19806 and support for PR external/20207.
9391 * gdb.base/watchpoint-unaligned.c: New file.
9392 * gdb.base/watchpoint-unaligned.exp: New file.
9393
9394 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
9395
9396 * gdb.base/maint.exp: Make test names unique, use
9397 test_prefix_command_help to test 'help maint info', and remove
9398 repeated test of 'help maint'.
9399
9400 2018-05-04 Tom Tromey <tom@tromey.com>
9401
9402 PR gdb/22619:
9403 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
9404 behavior.
9405
9406 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
9407
9408 * gdb.base/maint.exp: Process output from 'maint print registers'
9409 line at a time.
9410
9411 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
9412
9413 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
9414 timeout.
9415
9416 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
9417
9418 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
9419 filter pattern.
9420
9421 2018-05-02 Pedro Alves <palves@redhat.com>
9422
9423 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
9424 to_log_command renames.
9425 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
9426
9427 2018-05-02 Tom Tromey <tom@tromey.com>
9428
9429 * gdb.python/py-parameter.exp: Set test message.
9430
9431 2018-05-02 Tom Tromey <tom@tromey.com>
9432
9433 PR python/20084:
9434 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
9435 PARAM_ZUINTEGER_UNLIMITED tests.
9436
9437 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
9438
9439 PR rust/23124
9440 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
9441 when casting.
9442
9443 2018-04-30 Tom Tromey <tom@tromey.com>
9444
9445 * gdb.python/py-type.exp: Check align attribute.
9446 * gdb.python/py-type.c: New "aligncheck" global.
9447
9448 2018-04-30 Tom Tromey <tom@tromey.com>
9449
9450 PR exp/17095:
9451 * gdb.dwarf2/dw2-align.exp: New file.
9452 * gdb.cp/align.exp: New file.
9453 * gdb.base/align.exp: New file.
9454 * lib/gdb.exp (gdb_int128_helper): New proc.
9455 (has_int128_c, has_int128_cxx): New caching procs.
9456
9457 2018-04-27 Tom Tromey <tom@tromey.com>
9458
9459 PR rust/22545:
9460 * gdb.rust/simple.exp: Add inclusive range tests.
9461
9462 2018-04-26 Pedro Alves <palves@redhat.com>
9463
9464 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
9465 ifunc breakpoint locations correctly of ifunc breakpoints set
9466 while the program resolves the ifunc.
9467
9468 2018-04-26 Pedro Alves <palves@redhat.com>
9469
9470 * gdb.base/gnu-ifunc-final.c: New file.
9471 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
9472 * gdb.base/gnu-ifunc.exp (executable): Delete.
9473 (staticexecutable): Adjust.
9474 (lib_opts, exec_opts): Delete.
9475 (make_binsuffix, build, set-break): New procedures.
9476 (misc_tests): New, with tests factored out from the top level.
9477 (top level): Test different combinations of ifunc resolver name,
9478 resolver with and with debug info, and ifunc target with and
9479 without debug info. Wrap static tests with with_target_prefix.
9480
9481 2018-04-26 Pedro Alves <palves@redhat.com>
9482
9483 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
9484 return type" warnings.
9485
9486 2018-04-25 Pedro Alves <palves@redhat.com>
9487
9488 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
9489 killed".
9490 * gdb.base/kill-after-signal.exp: Likewise.
9491 * gdb.threads/kill.exp: Likewise.
9492
9493 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9494 Sergio Durigan Junior <sergiodj@redhat.com>
9495 Pedro Alves <palves@redhat.com>
9496
9497 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
9498 regexps to expect for '[Inferior ... detached]' as well.
9499 * gdb.base/attach.exp: Likewise.
9500 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
9501 "gdb_continue_to_end".
9502 (test_catch_syscall_with_wrong_args): Likewise.
9503 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
9504 ']'. Don't set 'verbose' on.
9505 * gdb.base/foll-vfork.exp: Likewise.
9506 * gdb.base/fork-print-inferior-events.c: New file.
9507 * gdb.base/fork-print-inferior-events.exp: New file.
9508 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
9509 '[Inferior ... has been killed]' message.
9510 * gdb.base/kill-after-signal.exp: Likewise.
9511 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
9512 detach message.
9513 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
9514 message.
9515 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
9516 regexps to expect for '[Inferior ... detached]' as well.
9517 * gdb.threads/process-dies-while-detaching.exp: Likewise.
9518
9519 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
9520
9521 PR gdb/23104
9522 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
9523
9524 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
9525
9526 PR gdb/23095
9527 * gdb.base/break-probes.exp: Pass shlib_load to
9528 prepare_for_testing. Set normal_bp to r_debug_state if target is
9529 bsd.
9530
9531 2018-04-19 Richard Bunt <richard.bunt@arm.com>
9532
9533 * gdb.threads/multiple-successive-infcall.c: New test.
9534 * gdb.threads/multiple-successive-infcall.exp: New file.
9535
9536 2018-04-17 Tom Tromey <tom@tromey.com>
9537
9538 * gdb.rust/simple.rs (Union): New type.
9539 (main): New local "u".
9540 * gdb.rust/simple.exp (test_one_slice): Add new test case.
9541
9542 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9543
9544 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
9545 number information in output of "whereis" command.
9546 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
9547
9548 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9549
9550 * gdb.ada/info_types.exp: Adjust expected output to the line
9551 numbers now printed by "info var/func/type".
9552 * gdb.base/completion.exp: Likewise.
9553 * gdb.base/included.exp: Likewise.
9554 * gdb.cp/cp-relocate.exp: Likewise.
9555 * gdb.cp/cplusfuncs.exp: Likewise.
9556 * gdb.cp/namespace.exp: Likewise.
9557 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
9558
9559 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
9560
9561 * gdb.btrace/cpu.exp: New.
9562
9563 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
9564
9565 * gdb.base/step-indirect-call-thunk.exp: New.
9566 * gdb.base/step-indirect-call-thunk.c: New.
9567 * gdb.reverse/step-indirect-call-thunk.exp: New.
9568 * gdb.reverse/step-indirect-call-thunk.c: New.
9569
9570 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
9571
9572 * gdb.base/pie-fork.c: New file.
9573 * gdb.base/pie-fork.exp: New file.
9574
9575 2018-04-11 Tom Tromey <tom@tromey.com>
9576
9577 * gdb.rust/simple.exp: Add test for ".." struct initializer.
9578
9579 2018-04-10 Pedro Alves <palves@redhat.com>
9580
9581 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
9582 exits. Instead loop running forever.
9583 (fork_parent): Run forever too.
9584
9585 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
9586
9587 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
9588 mi_continue_to_line.
9589 * gdb.mi/mi-stack.c (callee4): Add comment.
9590
9591 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
9592
9593 * gdb.mi/mi-stack.exp: Fix indentation.
9594
9595 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
9596
9597 PR gdb/22979
9598 * gdb.arch/amd64-osabi.exp: New file.
9599
9600 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
9601
9602 PR gdb/22980
9603 * gdb.base/osabi.exp: New file.
9604
9605 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
9606
9607 * gdb.cp/static-typedef-print.exp: New file.
9608 * gdb.cp/static-typedef-print.cc: New file.
9609
9610 2018-03-27 Joel Brobecker <brobecker@adacore.com>
9611
9612 * gdb.ada/varsize_limit: New testcase.
9613
9614 2018-03-27 Joel Brobecker <brobecker@adacore.com>
9615
9616 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
9617
9618 * gdb.ada/notcplusplus: New testcase.
9619
9620 * gdb.base/c-linkage-name.c: New file.
9621 * gdb.base/c-linkage-name.exp: New testcase.
9622
9623 2018-03-26 Tom Tromey <tom@tromey.com>
9624
9625 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
9626 * gdb.python/py-framefilter.py (name_error): New global.
9627 (ErrorInName.function): Use name_error.
9628
9629 2018-03-26 Tom Tromey <tom@tromey.com>
9630
9631 PR backtrace/15582:
9632 * gdb.python/py-framefilter.exp: Add "bt hide" test.
9633
9634 2018-03-23 Keith Seitz <keiths@redhat.com>
9635
9636 PR c++/22968
9637 * gdb.cp/subtypes.exp: New file.
9638 * gdb.cp/subtypes.h: New file.
9639 * gdb.cp/subtypes.cc: New file.
9640 * gdb.cp/subtypes-2.cc: New file.
9641
9642 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
9643
9644 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
9645 (done): Call '_exit' not 'exit' to avoid atexit handlers.
9646 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
9647 -nostartfiles when compiling the test. Confirm that all registers
9648 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
9649
9650 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
9651
9652 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
9653 option, syntax was wrong anyway.
9654 * gdb.arch/arm-disp-step.exp: Likewise.
9655 * gdb.arch/sparc64-regs.exp: Likewise.
9656 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
9657 option, syntax was wrong anyway, switch to use
9658 prepare_for_testing.
9659 * gdb.arch/i386-disp-step.exp: Likewise.
9660
9661 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
9662
9663 * gdb.ada/exec_changed.exp: Replace "target_info exists
9664 use_gdb_stub" by "use_gdb_stub".
9665 * gdb.ada/start.exp: Likewise.
9666 * gdb.base/async-shell.exp: Likewise.
9667 * gdb.base/attach-pie-misread.exp: Likewise.
9668 * gdb.base/attach-wait-input.exp: Likewise.
9669 * gdb.base/break-entry.exp: Likewise.
9670 * gdb.base/break-interp.exp: Likewise.
9671 * gdb.base/dprintf-detach.exp: Likewise.
9672 * gdb.base/nostdlib.exp: Likewise.
9673 * gdb.base/solib-nodir.exp: Likewise.
9674 * gdb.base/statistics.exp: Likewise.
9675 * gdb.base/testenv.exp: Likewise.
9676 * gdb.mi/mi-exec-run.exp: Likewise.
9677 * gdb.mi/mi-start.exp: Likewise.
9678 * gdb.multi/dummy-frame-restore.exp: Likewise.
9679 * gdb.multi/multi-arch-exec.exp: Likewise.
9680 * gdb.multi/multi-arch.exp: Likewise.
9681 * gdb.multi/tids.exp: Likewise.
9682 * gdb.multi/watchpoint-multi.exp: Likewise.
9683 * gdb.python/py-events.exp: Likewise.
9684 * gdb.threads/attach-into-signal.exp: Likewise.
9685 * gdb.threads/attach-stopped.exp: Likewise.
9686 * gdb.threads/threadapply.exp: Likewise.
9687 * lib/selftest-support.exp: Likewise.
9688
9689 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
9690
9691 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
9692
9693 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
9694
9695 * gdb.perf/template-breakpoints.cc: New file.
9696 * gdb.perf/template-breakpoints.exp: New file.
9697 * gdb.perf/template-breakpoints.py: New file.
9698
9699 2018-03-19 Tom Tromey <tom@tromey.com>
9700
9701 * gdb.rust/simple.rs (main): Add local variables field1, field2,
9702 y0.
9703 * gdb.rust/simple.exp: Test bare identifier form of struct
9704 initializer.
9705
9706 2018-03-19 Tom Tromey <tom@tromey.com>
9707
9708 * gdb.gdb/observer.exp: Remove.
9709
9710 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
9711
9712 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
9713 "qualified" option when setting breakpoints.
9714 * gdb.trace/backtrace.exp: Likewise.
9715 * gdb.trace/circ.exp: Likewise.
9716 * gdb.trace/collection.exp: Likewise.
9717 * gdb.trace/disconnected-tracing.exp: Likewise.
9718 * gdb.trace/ftrace-lock.exp: Likewise.
9719 * gdb.trace/ftrace.exp: Likewise.
9720 * gdb.trace/infotrace.exp: Likewise.
9721 * gdb.trace/packetlen.exp: Likewise.
9722 * gdb.trace/passc-dyn.exp: Likewise.
9723 * gdb.trace/qtro.exp: Likewise.
9724 * gdb.trace/read-memory.exp: Likewise.
9725 * gdb.trace/report.exp: Likewise.
9726 * gdb.trace/signal.exp: Likewise.
9727 * gdb.trace/status-stop.exp: Likewise.
9728 * gdb.trace/strace.exp: Likewise.
9729 * gdb.trace/tfind.exp: Likewise.
9730 * gdb.trace/trace-break.exp: Likewise.
9731 * gdb.trace/trace-condition.exp: Likewise.
9732 * gdb.trace/trace-mt.exp: Likewise.
9733 * gdb.trace/tstatus.exp: Likewise.
9734 * gdb.trace/tsv.exp: Likewise.
9735 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
9736 * gdb.trace/unavailable.exp: Likewise.
9737 * gdb.trace/while-dyn.exp: Likewise.
9738
9739 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9740
9741 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
9742 that libinproctrace is copied to the target.
9743
9744 2018-03-14 Tom Tromey <tom@tromey.com>
9745
9746 PR cli/14977:
9747 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
9748 a null pointer.
9749 * gdb.base/wchar.exp: Likewise.
9750
9751 2018-03-14 Tom Tromey <tom@tromey.com>
9752
9753 PR cli/19918:
9754 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
9755 flag.
9756
9757 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
9758
9759 PR gdb/22841
9760 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
9761 "target" to remote_exec.
9762
9763 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
9764
9765 PR gdb/22841
9766 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
9767 ${board}_upload): Remove.
9768
9769 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
9770
9771 * gdb.cp/watch-cp.cc: New test.
9772 * gdb.cp/watch-cp.exp: New file.
9773
9774 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9775
9776 * gdb.base/infcall-nested-structs.exp: New file.
9777 * gdb.base/infcall-nested-structs.c: New file.
9778 * gdb.base/float.exp: Add riscv support.
9779
9780 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
9781
9782 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
9783 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
9784
9785 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
9786
9787 * gdb.server/abspath.exp: New file.
9788 * lib/gdb.exp (with_cwd): New procedure.
9789
9790 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
9791
9792 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
9793 use it.
9794 (gdb_is_target_remote_prompt): New proc.
9795 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
9796 (gdb_is_target_native): Pass prompt parameter to
9797 gdb_is_target_1.
9798
9799 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
9800
9801 * gdb.base/load-command.c: New file.
9802 * gdb.base/load-command.exp: New file.
9803 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
9804 (gdb_is_target_1): ...this, and generalize for other targets
9805 than just remote.
9806 (gdb_is_target_remote): Use gdb_is_target_1.
9807 (gdb_is_target_native): use gdb_is_target_1.
9808
9809 2018-02-26 Tom Tromey <tom@tromey.com>
9810
9811 PR python/16497:
9812 * gdb.python/py-framefilter.exp: Update test.
9813
9814 2018-02-26 Tom Tromey <tom@tromey.com>
9815
9816 * gdb.dwarf2/variant.c: New file.
9817 * gdb.dwarf2/variant.exp: New file.
9818
9819 2018-02-26 Tom Tromey <tom@tromey.com>
9820
9821 * gdb.rust/simple.exp: Accept more possible results in enum test.
9822
9823 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
9824
9825 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
9826 parentheses.
9827
9828 2018-02-23 Maciej W. Rozycki <macro@mips.com>
9829
9830 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
9831 name of a variable: $actual_linejj -> $actual_line.
9832
9833 2018-02-21 John Baldwin <jhb@FreeBSD.org>
9834
9835 * gdb.arch/amd64-i386-address.exp: Fix a typo.
9836
9837 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
9838
9839 * gdb.btrace/buffer-size.exp: Do not force BTS.
9840
9841 2018-02-14 Pedro Alves <palves@redhat.com>
9842
9843 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
9844 getting a "Quit".
9845
9846 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
9847
9848 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
9849 Fix test name.
9850
9851 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
9852
9853 * gdb.cp/m-static.exp: Check type of optimized out static
9854 member.
9855
9856 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
9857
9858 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
9859 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
9860
9861 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
9862 Leszek Swirski <leszeks@google.com>
9863
9864 * gdb.python/py-prettyprint.c
9865 (struct to_string_returns_value_inner,
9866 struct to_string_returns_value_wrapper): New.
9867 (main): Add tsrvw variable.
9868 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
9869 ToStringReturnsValueWrapper): New classes.
9870 (register_pretty_printers): Register new pretty-printers.
9871 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
9872 recursive pretty printer.
9873 * gdb.python/py-mi.exp: Likewise.
9874
9875 2018-02-01 Leszek Swirski <leszeks@google.com>
9876
9877 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
9878 functions with the same name as an include file are parsed
9879 correctly.
9880
9881 2018-02-01 Yao Qi <yao.qi@linaro.org>
9882
9883 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
9884 "\[^\r\n\]*".
9885
9886 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
9887
9888 * gdb.arch/powerpc-prologue-frame.s: New file.
9889 * gdb.arch/powerpc-prologue-frame.c: Likewise.
9890 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
9891
9892 2018-01-31 Joel Brobecker <brobecker@adacore.com>
9893
9894 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
9895
9896 2018-01-30 Pedro Alves <palves@redhat.com>
9897
9898 PR gdb/13211
9899 * gdb.base/interrupt-daemon.c: New.
9900 * gdb.base/interrupt-daemon.exp: New.
9901 * gdb.multi/multi-term-settings.c: New.
9902 * gdb.multi/multi-term-settings.exp: New.
9903
9904 2018-01-30 Joel Brobecker <brobecker@adacore.com>
9905
9906 * gdb.base/break.exp: Save the location where the breakpoint
9907 on break.c:47 was actually inserted when debugging the version
9908 compiled at -O2 and use it in the expected output of the "info
9909 break" test performed soon after.
9910
9911 2018-01-22 Pedro Alves <palves@redhat.com>
9912 Sergio Durigan Junior <sergiodj@redhat.com>
9913
9914 * gdb.base/whatis.exp: Add tests for 'set print object on' +
9915 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
9916
9917 2018-01-22 Joel Brobecker <brobecker@adacore.com>
9918
9919 * gdb.base/break-include.c, gdb.base/break-include.inc,
9920 gdb.base/break-include.exp: New files.
9921 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
9922 line number now being the actual line number where the breakpoint
9923 was inserted.
9924 * gdb.mi/mi-break.exp: Likewise.
9925 * gdb.mi/mi-reverse.exp: Likewise.
9926 * gdb.mi/mi-simplerun.exp: Ditto.
9927
9928 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
9929
9930 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
9931 varobj.
9932 * gdb.mi/mi-var-create-rtti.exp: Likewise.
9933
9934 2018-01-21 Don Breazeal <donb@codesourcery.com>
9935 Andrew Burgess <andrew.burgess@embecosm.com>
9936
9937 * gdb.mi/basics.c: Add new global.
9938 * gdb.mi/mi-frame-regs.exp: New file.
9939 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
9940 case.
9941
9942 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
9943
9944 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
9945 non-parameter, and on an unknown symbol.
9946
9947 2018-01-19 Tom Tromey <tom@tromey.com>
9948
9949 * gdb.rust/modules.rs (TWENTY_THREE): New global.
9950 * gdb.rust/modules.exp: Add ::-qualified lookup test.
9951
9952 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
9953
9954 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
9955 setrlimit and chdir to int.
9956
9957 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
9958
9959 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
9960 function.
9961 (my_tend): Likewise.
9962 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
9963 rationale of avoiding FP- and vector instructions.
9964
9965 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
9966
9967 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
9968 "info reg" with "\[ \t\]*".
9969 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
9970 "\[ \t\]+".
9971 * gdb.arch/s390-multiarch.exp: Ditto.
9972 * gdb.base/pc-fp.exp: Ditto.
9973 * gdb.reverse/i386-precsave.exp: Ditto.
9974 * gdb.reverse/i386-reverse.exp: Ditto.
9975 * gdb.reverse/i387-env-reverse.exp: Ditto.
9976 * gdb.reverse/i387-stack-reverse.exp: Ditto.
9977
9978 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
9979
9980 * lib/gdb.exp (gdb_compile): Re-enable use of
9981 universal_compile_options for languages other than Rust.
9982
9983 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
9984
9985 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
9986
9987 2018-01-17 Mike Gulick <mgulick@mathworks.com>
9988
9989 PR gdb/16577
9990 * gdb.base/solib-vanish.exp: New.
9991 * gdb.base/solib-vanish-main.c: New.
9992 * gdb.base/solib-vanish-lib1.c: New.
9993 * gdb.base/solib-vanish-lib2.c: New.
9994
9995 2018-01-17 Yao Qi <yao.qi@linaro.org>
9996
9997 * gdb.compile/compile.exp: Match the address printed for
9998 frame in the output of command "bt".
9999
10000 2018-01-15 Tom Tromey <tom@tromey.com>
10001
10002 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
10003 compute sp_reg.
10004
10005 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
10006
10007 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
10008 to prepare.
10009 (prepare): Return 0 on error, 1 on success.
10010
10011 2018-01-12 Pedro Alves <palves@redhat.com>
10012
10013 * gdb.base/continue-after-aborted-step-over.c: New.
10014 * gdb.base/continue-after-aborted-step-over.exp: New.
10015
10016 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
10017
10018 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
10019 options when not creating an executable.
10020
10021 2018-01-11 Pedro Alves <palves@redhat.com>
10022
10023 PR remote/22597
10024 * gdb.server/stop-reply-no-thread.c: New file.
10025 * gdb.server/stop-reply-no-thread.exp: New file.
10026
10027 2018-01-10 Pedro Alves <palves@redhat.com>
10028
10029 PR gdb/22670
10030 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
10031 functions too. Test setting breakpoints and printing C functions
10032 with no debug info too.
10033 * gdb.ada/bp_c_mixed_case/qux.c: New file.
10034
10035 2018-01-10 Pedro Alves <palves@redhat.com>
10036
10037 PR gdb/22670
10038 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
10039 a fail.
10040
10041 2018-01-10 Pedro Alves <palves@redhat.com>
10042
10043 PR gdb/22670
10044 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
10045
10046 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
10047
10048 * gdb.server/unittest.exp: Match the output in non-development
10049 mode.
10050
10051 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
10052
10053 * gdb.gdb/unittest.exp: Match output in non-development mode.
10054
10055 2018-01-08 Joel Brobecker <brobecker@adacore.com>
10056
10057 * gdb.ada/access_tagged_param.exp: Relax expected output
10058 for value of "ObjL" in "continue" to pck.inspect breakpoint
10059 test.
10060
10061 2018-01-08 Joel Brobecker <brobecker@adacore.com>
10062
10063 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
10064 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
10065
10066 2018-01-05 Pedro Alves <palves@redhat.com>
10067
10068 PR gdb/18653
10069 * gdb.base/libsegfault.exp: New.
10070
10071 2018-01-05 Joel Brobecker <brobecker@adacore.com>
10072
10073 PR gdb/22670
10074 * gdb.ada/access_tagged_param.exp: New file.
10075 * gdb.ada/access_tagged_param/foo.adb: New file.
10076
10077 2018-01-05 Pedro Alves <palves@redhat.com>
10078
10079 PR gdb/22670
10080 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
10081 exercise lower case too, and to exercise both full matching and
10082 wild matching.
10083
10084 2018-01-05 Joel Brobecker <brobecker@adacore.com>
10085
10086 * gdb.ada/rename_subscript_param: New testcase.
10087
10088 2018-01-05 Jerome Guitton <guitton@adacore.com>
10089
10090 * gdb.ada/arr_acc_idx_w_gap: New testcase.
10091
10092 2018-01-05 Joel Brobecker <brobecker@adacore.com>
10093
10094 * gdb.ada/convvar_comp: New testcase.
10095
10096 2018-01-05 Xavier Roirand <roirand@adacore.com>
10097
10098 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
10099 (My_Table): New global variable.
10100 * testsuite/gdb.ada/array_char_idx.exp: Add test.
10101
10102 2018-01-04 Joel Brobecker <brobecker@adacore.com>
10103
10104 PR gdb/22670
10105 * gdb.ada/maint_with_ada: New testcase.
10106
10107 2018-01-04 Joel Brobecker <brobecker@adacore.com>
10108
10109 PR gdb/22670
10110 * gdb.ada/bp_c_mixed_case: New testcase.
10111
10112 2018-01-04 Joel Brobecker <brobecker@adacore.com>
10113
10114 PR gdb/22670
10115 * gdb.ada/complete.exp: Add "complete break ada" test.
10116
10117 2018-01-04 Joel Brobecker <brobecker@adacore.com>
10118
10119 PR gdb/22670
10120 * gdb.ada/info_addr_mixed_case: New testcase.
10121
10122 2018-01-03 Xavier Roirand <roirand@adacore.com>
10123
10124 * gdb.ada/excep_handle.exp: New testcase.
10125 * gdb.ada/excep_handle/foo.adb: New file.
10126 * gdb.ada/excep_handle/pck.ads: New file.
10127
10128 2018-01-03 Joel Brobecker <brobecker@adacore.com>
10129
10130 * gdb.base/step-line.c: Add extra empty line in copyright header.
10131 * gdb.base/step-line.inp: Likewise.
10132
10133 2018-01-02 Joel Brobecker <brobecker@adacore.com>
10134
10135 * gdb.ada/dyn_stride.exp: Add slice test.
10136
10137 2018-01-02 Joel Brobecker <brobecker@adacore.com>
10138
10139 * gdb.ada/dyn_stride: New testcase.
10140
10141 2017-12-27 Stafford Horne <shorne@gmail.com>
10142
10143 * gdb.xml/extra-regs.xml: Add example foo reggroup.
10144 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
10145
10146 2017-12-27 Stafford Horne <shorne@gmail.com>
10147
10148 * gdb.base/reggroups.c: New file.
10149 * gdb.base/reggroups.exp: New file.
10150
10151 2017-12-18 Joel Brobecker <brobecker@adacore.com>
10152
10153 * gdb.dwarf2/ada-valprint-error.c: New file.
10154 * gdb.dwarf2/ada-valprint-error.exp: New file.
10155
10156 2017-12-18 Joel Brobecker <brobecker@adacore.com>
10157
10158 * gdb.ada/assign_arr: New testcase.
10159
10160 2017-12-18 Xavier Roirand <roirand@adacore.com>
10161
10162 * gdb.ada/funcall_ptr: New testcase.
10163
10164 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
10165
10166 PR cli/16224
10167 * gdb.base/ptype-offsets.cc: New file.
10168 * gdb.base/ptype-offsets.exp: New file.
10169
10170 2017-12-15 Yao Qi <yao.qi@linaro.org>
10171
10172 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
10173 if XML is disabled.
10174
10175 2017-12-15 Xavier Roirand <roirand@adacore.com>
10176
10177 * gdb.ada/same_component_name: New testcase.
10178
10179 2017-12-14 Joel Brobecker <brobecker@adacore.com>
10180
10181 * gdb.ada/str_binop_equal: New testcase.
10182
10183 2017-12-14 Joel Brobecker <brobecker@adacore.com>
10184
10185 * gdb.ada/task_switch_in_core: New testcase.
10186
10187 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
10188
10189 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
10190 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
10191 call test_bkpt_qualified.
10192 (test_bkpt_qualified): New proc.
10193
10194 2017-12-13 Pedro Alves <palves@redhat.com>
10195
10196 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
10197 Tighten regexp by matching with an anchor.
10198
10199 2017-12-13 Pedro Alves <palves@redhat.com>
10200
10201 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
10202 ("expression with namespace"): New set of tests.
10203 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
10204 (Nested::Test_NS::qux): New.
10205 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
10206 defaults to 'start_quote_char' and 'end_quote_char' parameters.
10207
10208 2017-12-13 Joel Brobecker <brobecker@adacore.com>
10209
10210 * gdb.base/server-del-break.c: New file.
10211 * gdb.base/server-del-break.exp: New file.
10212
10213 2017-12-12 Stafford Horne <shorne@gmail.com>
10214
10215 * gdb.xml/tdesc-regs.exp: Add or1k support.
10216
10217 2017-12-12 Stafford Horne <shorne@gmail.com>
10218
10219 * gdb.base/bp-permanent.c: Define nop of or1k.
10220
10221 2017-12-11 Joel Brobecker <brobecker@adacore.com>
10222
10223 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
10224 output with components being reordered.
10225
10226 2017-12-11 Joel Brobecker <brobecker@adacore.com>
10227
10228 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
10229 output with components being reordered.
10230
10231 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10232 Pedro Alves <palves@redhat.com>
10233
10234 * gdb.base/maint.exp (check for .gdb_index): Check also for
10235 .debug_names.
10236 * gdb.dlang/watch-loc.c (.debug_aranges): New.
10237 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
10238 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
10239 (.gdb_index used after symbol reloading): Support also .debug_names.
10240 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
10241
10242 2017-12-08 Yao Qi <yao.qi@linaro.org>
10243
10244 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
10245 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
10246
10247 2017-12-08 Yao Qi <yao.qi@linaro.org>
10248
10249 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
10250 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
10251
10252 2017-12-08 Yao Qi <yao.qi@linaro.org>
10253
10254 * gdb.arch/aarch64-tagged-pointer.c: New file.
10255 * gdb.arch/aarch64-tagged-pointer.exp: New file.
10256
10257 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
10258
10259 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
10260 "int".
10261
10262 2017-12-07 Keith Seitz <keiths@redhat.com>
10263
10264 PR breakpoints/22569
10265 * gdb.linespec/ls-errs.exp: Change expected result of "break
10266 -source this file has spaces.c -line 3".
10267 Check that an explicit source file followed by whitespace is
10268 identified as an invalid explicit location.
10269
10270 2017-12-07 Keith Seitz <keiths@redhat.com>
10271
10272 * gdb.cp/nested-types.cc: New file.
10273 * gdb.cp/nested-types.exp: New file.
10274 * lib/cp-support.exp: Load data-structures.exp library.
10275 (debug_cp_test_ptype_class): New global.
10276 (cp_ptype_class_verbose, next_line): New procedures.
10277 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
10278 Add and document new return value.
10279 Switch the list of lines to a queue.
10280 Add support for new `type' key for nested type definitions.
10281 Add debugging/troubleshooting messages.
10282 * lib/data-structures.exp: New file.
10283
10284 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
10285
10286 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
10287 with proc_with_prefix, don't use with_test_prefix.
10288
10289 2017-12-07 Tom Tromey <tom@tromey.com>
10290
10291 * gdb.base/break.exp: Add test for empty "commands".
10292
10293 2017-12-07 Yao Qi <yao.qi@linaro.org>
10294
10295 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
10296 malloc and catch syscall.
10297
10298 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
10299
10300 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
10301 tests for explicit locations.
10302
10303 2017-12-06 Pedro Alves <palves@redhat.com>
10304
10305 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
10306 force-disabling XML descriptions.
10307
10308 2017-12-04 Pedro Alves <palves@redhat.com>
10309
10310 PR gdb/22499
10311 * gdb.arch/amd64-disp-step-avx.S: New file.
10312 * gdb.arch/amd64-disp-step-avx.exp: New file.
10313
10314 2017-12-03 Pedro Alves <palves@redhat.com>
10315
10316 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
10317 and <string.h>.
10318 (parent_function): Print distinct messages when waitpid fails, or
10319 the child exits with a signal, or the child exits for an unhandled
10320 reason.
10321 * gdb.threads/process-dies-while-detaching.exp
10322 (detach_and_expect_exit): New 'inf_output_re' parameter and use
10323 it. Wait for both inferior output and GDB's prompt. Use an
10324 indirect spawn id list.
10325 (do_detach): New parameter 'child_exit'. Use it to compute
10326 expected inferior output.
10327 (test_detach, test_detach_watch, test_detach_killed_outside):
10328 Adjust to pass down the expected child exit kind.
10329
10330 2017-12-01 Joel Brobecker <brobecker@adacore.com>
10331 Sergio Durigan Junior <sergiodj@redhat.com>
10332 Pedro Alves <palves@redhat.com>
10333
10334 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
10335
10336 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
10337
10338 * gdb.base/relocate.exp: Add tests to guarantee that arguments
10339 to 'symbol-file' and 'add-symbol-file' can be
10340 position-independent.
10341
10342 2017-12-01 Yao Qi <yao.qi@linaro.org>
10343
10344 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
10345 the URL in copyright header.
10346 * gdb.arch/aarch64-fp.exp: Likewise.
10347 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
10348 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
10349 * gdb.base/expand-psymtabs.exp: Likewise.
10350 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
10351 * gdb.fortran/common-block.exp: Likewise.
10352 * gdb.fortran/common-block.f90: Likewise.
10353 * gdb.fortran/logical.exp: Likewise.
10354 * gdb.fortran/vla-datatypes.f90: Likewise.
10355 * gdb.fortran/vla-sub.f90: Likewise.
10356
10357 2017-11-30 Joel Brobecker <brobecker@adacore.com>
10358
10359 * gdb.ada/repeat_dyn: New testcase.
10360
10361 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
10362
10363 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
10364 Update for changed thread numbering.
10365 * gdb.cell/bt.exp: Update for changed GDB output.
10366
10367 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
10368
10369 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
10370 setting isremote by hand.
10371 * boards/dwarf4-gdb-index.exp: Likewise.
10372 * boards/fission.exp: Likewise.
10373 * boards/stabs.exp: Likewise.
10374
10375 2017-11-30 Pedro Alves <palves@redhat.com>
10376
10377 * gdb.linespec/cpls-ops.exp
10378 (check_explicit_skips_function_argument): Extract the underlying
10379 type of size_t instead of hardcoding it.
10380
10381 2017-11-29 Pedro Alves <palves@redhat.com>
10382
10383 PR c++/19436
10384 * gdb.linespec/cpls-abi-tag.cc: New file.
10385 * gdb.linespec/cpls-abi-tag.exp: New file.
10386
10387 2017-11-29 Pedro Alves <palves@redhat.com>
10388
10389 * gdb.base/langs.exp: Use -qualified.
10390 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
10391 it.
10392 * gdb.cp/namespace.exp: Use -qualified.
10393 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
10394 (overload-3, template-overload, template-ret-type, const-overload)
10395 (const-overload-quoted, anon-ns, ambiguous-prefix): New
10396 procedures.
10397 (test_driver): Call them.
10398 * gdb.cp/save-bp-qualified.cc: New.
10399 * gdb.cp/save-bp-qualified.exp: New.
10400 * gdb.linespec/explicit.exp: Test -qualified.
10401 * lib/completion-support.exp (completion::explicit_opts_list): Add
10402 "-qualified".
10403 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
10404
10405 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
10406
10407 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
10408
10409 2017-11-29 Tom Tromey <tom@tromey.com>
10410
10411 * gdb.base/relocate.exp: Update invalid argument test.
10412 Add new tests for invalid arguments.
10413
10414 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
10415
10416 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
10417 Return 0 as a long.
10418 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
10419
10420 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
10421
10422 * gdb.cp/breakpoint.cc (bar): Set return type to void.
10423 * gdb.cp/psymtab-parameter.cc (func): Likewise.
10424 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
10425 func ().
10426 * gdb.cp/shadow.cc (B.func): Return 0.
10427
10428 2017-11-27 Joel Brobecker <brobecker@adacore.com>
10429
10430 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
10431 expected output in gdb_expect call to allow the exception
10432 message to be present as well. Fix syntax confusion to avoid
10433 TCL thinking that exception_name is an array.
10434
10435 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
10436
10437 * gdb.arch/spu-info.c: Include <unistd.h>.
10438 (do_signal_test): Fix broken calls to write.
10439 * gdb.arch/spu-info.exp: Use prepare_for_testing.
10440 Fix checks for empty mailboxes. Update signal tests for corrected
10441 do_signal_test routine. Allow nonzero event status.
10442 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
10443 * gdb.cell/arch.exp: Use standard_output_file.
10444 * gdb.cell/break.exp: Likewise.
10445 * gdb.cell/bt.exp: Likewise.
10446 * gdb.cell/core.exp: Likewise.
10447 * gdb.cell/dwarfaddr.exp: Likewise.
10448 * gdb.cell/ea-cache.exp: Likewise.
10449 * gdb.cell/ea-standalone.exp: Likewise.
10450 * gdb.cell/f-regs.exp: Likewise.
10451 * gdb.cell/fork.exp: Likewise.
10452 * gdb.cell/gcore.exp: Likewise.
10453 * gdb.cell/mem-access.exp: Likewise.
10454 * gdb.cell/ptype.exp: Likewise.
10455 * gdb.cell/registers.exp: Likewise.
10456 * gdb.cell/sizeof.exp: Likewise.
10457 * gdb.cell/solib-symbol.exp: Likewise.
10458 * gdb.cell/solib.exp: Likewise.
10459
10460 2017-11-25 Pedro Alves <palves@redhat.com>
10461
10462 * gdb.base/complete-empty.exp: New file.
10463 * gdb.base/completion.exp: Adjust.
10464
10465 2017-11-25 Pedro Alves <palves@redhat.com>
10466
10467 * gdb.linespec/cpls-ops.cc: New file.
10468 * gdb.linespec/cpls-ops.exp: New file.
10469 * lib/completion-support.exp (test_complete_prefix_range_re): New,
10470 factored out from ...
10471 (test_complete_prefix_range): ... this.
10472
10473 2017-11-24 Pedro Alves <palves@redhat.com>
10474
10475 * gdb.linespec/cpcompletion.exp: New file.
10476 * gdb.linespec/cpls-hyphen.cc: New file.
10477 * gdb.linespec/cpls.cc: New file.
10478 * gdb.linespec/cpls2.cc: New file.
10479 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
10480 test to use test_gdb_complete_unique. Add label completion,
10481 keyword completion and explicit location completion tests.
10482 * lib/completion-support.exp: New file.
10483
10484 2017-11-24 Joel Brobecker <brobecker@adacore.com>
10485
10486 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
10487 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
10488 when hitting an exception catchpoint.
10489
10490 2017-11-22 Yao Qi <yao.qi@linaro.org>
10491
10492 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
10493
10494 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
10495
10496 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
10497 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
10498 * gdb.dwarf2/info-locals-optimized-out.c: New file.
10499
10500 2017-11-22 Yao Qi <yao.qi@linaro.org>
10501
10502 * gdb.base/info-os.exp: Pass pthreads.
10503 * gdb.multi/multi-attach.exp: Likewise.
10504
10505 2017-11-22 Yao Qi <yao.qi@linaro.org>
10506
10507 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
10508 compiler.
10509
10510 2017-11-22 Yao Qi <yao.qi@linaro.org>
10511
10512 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
10513 * gdb.base/break-interp.exp: Likewise.
10514 * gdb.base/jit-attach-pie.exp: Likewise.
10515
10516 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
10517
10518 * gdb.base/float128.c (large128): New variable.
10519 * gdb.base/float128.exp: Add test to print largest __float128 value.
10520
10521 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
10522
10523 * gdb.arch/vsx-regs.exp: Update register content checks.
10524
10525 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
10526
10527 * gdb.arch/ppc-longdouble.exp: New file.
10528 * gdb.arch/ppc-longdouble.c: Likewise.
10529
10530 2017-11-21 Pedro Alves <palves@redhat.com>
10531
10532 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
10533
10534 2017-11-20 Pedro Alves <palves@redhat.com>
10535
10536 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
10537 (long_double_typedef): New typedefs.
10538 Use DEF on double and long double.
10539 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
10540 cases.
10541 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
10542 and 'long_double_ptr_same_size' locals. Use them to decide
10543 whether cast from array/function to float is valid/invalid.
10544
10545 2017-11-17 Tom Tromey <tom@tromey.com>
10546
10547 * gdb.rust/traits.rs: New file.
10548 * gdb.rust/traits.exp: New file.
10549
10550 2017-11-17 Joel Brobecker <brobecker@adacore.com>
10551
10552 * gdb.ada/minsyms: New testcase.
10553
10554 2017-11-16 Pedro Alves <palves@redhat.com>
10555
10556 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
10557 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
10558
10559 2017-11-16 Pedro Alves <palves@redhat.com>
10560
10561 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
10562 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
10563
10564 2017-11-16 Pedro Alves <palves@redhat.com>
10565
10566 * gdb.server/reconnect-ctrl-c.c: New file.
10567 * gdb.server/reconnect-ctrl-c.exp: New file.
10568
10569 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
10570
10571 * gdb.python/py-rbreak.exp: New file.
10572 * gdb.python/py-rbreak.c: New file.
10573 * gdb.python/py-rbreak-func2.c: New file.
10574
10575 2017-11-16 Pedro Alves <palves@redhat.com>
10576
10577 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
10578 pattern.
10579 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
10580 GDB.
10581
10582 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
10583
10584 * gdb.tui/completionn.exp (test_tab_completion): Add space in
10585 regex.
10586
10587 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
10588
10589 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
10590 test names.
10591
10592 2017-11-09 Pedro Alves <palves@redhat.com>
10593
10594 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
10595 factored out from ...
10596 (top level): ... here, and adjusted to avoid expecting beyond the
10597 prompt in a single gdb_test_multiple.
10598
10599 2017-11-09 Pedro Alves <palves@redhat.com>
10600
10601 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
10602 output.
10603 * gdb.server/ext-attach.exp ("kill" test): Likewise.
10604 * gdb.server/ext-restart.exp ("kill" test): Likewise.
10605 * gdb.server/ext-run.exp ("kill" test): Likewise.
10606 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
10607
10608 2017-11-09 Pedro Alves <palves@redhat.com>
10609
10610 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
10611 match till end of line.
10612
10613 2017-11-09 Pedro Alves <palves@redhat.com>
10614
10615 * gdb.base/memattr.exp: Tighten regexes to match the end line.
10616
10617 2017-11-09 Pedro Alves <palves@redhat.com>
10618
10619 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
10620 New procedures, factored out from ...
10621 (top level): ... here, and adjusted to avoid expecting beyond the
10622 prompt in one go.
10623
10624 2017-11-09 Pedro Alves <palves@redhat.com>
10625
10626 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
10627 output. Fix '?' match.
10628
10629 2017-11-08 Joel Brobecker <brobecker@adacore.com>
10630
10631 * gdb.ada/scoped_watch: New testcase.
10632 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
10633 which is actually correct.
10634 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
10635 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
10636
10637 2017-11-08 Pedro Alves <palves@redhat.com>
10638
10639 * gdb.gdb/complaints.exp (test_initial_complaints)
10640 (test_serial_complaints, test_short_complaints): Call
10641 complaint_internal instead of complaint.
10642
10643 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
10644
10645 * gdb.threads/tls-core.c: New file.
10646 * gdb.threads/tls-core.exp: Likewise.
10647
10648 2017-11-08 Pedro Alves <palves@redhat.com>
10649
10650 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
10651 (p Exported_Capitalized): New test.
10652 (p exported_capitalized): New test.
10653
10654 2017-11-07 Pedro Alves <palves@redhat.com>
10655
10656 * gdb.cp/ena-dis-br-range.exp: Add more tests.
10657
10658 2017-11-07 Pedro Alves <palves@redhat.com>
10659
10660 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
10661 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
10662 (disable_invalid, disable_inverted, disable_negative): New
10663 procedures.
10664 ("bad numbers"): New set of tests.
10665
10666 2017-11-07 Pedro Alves <palves@redhat.com>
10667
10668 * gdb.cp/ena-dis-br-range.exp: Add tests.
10669
10670 2017-11-07 Pedro Alves <palves@redhat.com>
10671
10672 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
10673
10674 2017-11-07 Xavier Roirand <roirand@adacore.com>
10675 Pedro Alves <palves@redhat.com>
10676
10677 * gdb.base/ena-dis-br.exp: Add reference to
10678 gdb.cp/ena-dis-br-range.exp.
10679 * gdb.cp/ena-dis-br-range.exp: New file.
10680 * gdb.cp/ena-dis-br-range.cc: New file.
10681
10682 2017-11-06 Pedro Alves <palves@redhat.com>
10683
10684 * gdb.base/attach-non-pgrp-leader.c: New.
10685 * gdb.base/attach-non-pgrp-leader.exp: New.
10686
10687 2017-11-06 Pedro Alves <palves@redhat.com>
10688
10689 * configure.ac: No longer check for termio.h and sgtty.h.
10690 * configure: Regenerate.
10691 * remote-utils.c: Include termios.h instead of gdb_termios.h.
10692 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
10693 Remove termio and sgtty code.
10694
10695 2017-11-03 Yao Qi <yao.qi@linaro.org>
10696
10697 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
10698 in GDB is disabled.
10699
10700 2017-11-03 Yao Qi <yao.qi@linaro.org>
10701
10702 * gdb.python/py-thrhandle.exp: Skip it if python is not
10703 enabled.
10704
10705 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
10706
10707 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
10708 as a breakpoint command.
10709
10710 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
10711
10712 PR python/21213
10713 * gdb.python/py-infthread.exp: Test calling
10714 InferiorThread.inferior () multiple times in a row.
10715
10716 2017-10-27 Keith Seitz <keiths@redhat.com>
10717
10718 * gdb.opt/inline-break.exp (break_info_1): New procedure.
10719 Test "info break" for every inlined function breakpoint.
10720
10721 2017-10-27 Yao Qi <yao.qi@linaro.org>
10722
10723 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
10724
10725 2017-10-26 Patrick Frants <osscontribute@gmail.com>
10726
10727 * gdb.cp/classes.exp (test_static_members): Test printing
10728 Outer::instance.
10729 * gdb.cp/classes.c (struct Inner, struct Outer): New.
10730 (Inner::instance, Outer::instance): New.
10731
10732 2017-10-24 Pedro Alves <palves@redhat.com>
10733
10734 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
10735 extra console" test in two stages.
10736
10737 2017-10-24 Pedro Alves <palves@redhat.com>
10738
10739 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
10740
10741 2017-10-24 Pedro Alves <palves@redhat.com>
10742
10743 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
10744 loop.
10745
10746 2017-10-24 Pedro Alves <palves@redhat.com>
10747
10748 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
10749 $attempt" and "stoppedtry $stoppedtry" test prefixes.
10750
10751 2017-10-24 Pedro Alves <palves@redhat.com>
10752
10753 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
10754 parameter and handle it. Don't output read value in test name.
10755
10756 2017-10-24 Pedro Alves <palves@redhat.com>
10757
10758 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
10759 custom test name.
10760
10761 2017-10-24 Pedro Alves <palves@redhat.com>
10762
10763 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
10764 include the unstable output directory name in the test's name.
10765 (initial_setup_simple) <'set args'>: Use custom test name.
10766
10767 2017-10-24 Pedro Alves <palves@redhat.com>
10768
10769 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
10770 with explicit test name.
10771
10772 2017-10-20 Pedro Alves <palves@redhat.com>
10773
10774 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
10775 'wait -i'. Use gdb_assert and remote_close.
10776
10777 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
10778
10779 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
10780 number from variable rather than hard-coded.
10781
10782 2017-10-19 Pedro Alves <palves@redhat.com>
10783
10784 * gdb.base/long-inferior-output.c: New file.
10785 * gdb.base/long-inferior-output.exp: New file.
10786
10787 2017-11-18 Keith Seitz <keiths@redhat.com>
10788
10789 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
10790 method.
10791 (main): Call it.
10792 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
10793 Add additional user-defined conversion operator tests.
10794
10795 2017-10-17 Pedro Alves <palves@redhat.com>
10796
10797 * boards/native-stdio-gdbserver.exp: Load "local-board".
10798
10799 2017-10-17 Pedro Alves <palves@redhat.com>
10800
10801 * gdb.base/quit-live.c: New file.
10802 * gdb.base/quit-live.exp: New file.
10803
10804 2017-10-16 Keith Seitz <keiths@redhat.com>
10805
10806 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
10807 (class_with_protected_typedef, class_with_private_typedef)
10808 (struct_with_public_typedef, struct_with_protected_typedef)
10809 (struct_with_private_typedef): New classes/structs.
10810 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
10811 typedefs and access specifiers.
10812
10813 2017-10-16 Pedro Alves <palves@redhat.com>
10814 Simon Marchi <simon.marchi@polymtl.ca>
10815
10816 * README (Local vs Remote vs Native): New section.
10817 * boards/local-board.exp: New file, with bits factored out from
10818 ...
10819 * boards/native-extended-gdbserver.exp: ... here. Load
10820 "local-board".
10821 * boards/native-gdbserver.exp: Load "local-board".
10822 (${board}_spawn, ${board}_exec): Delete.
10823 * boards/native-stdio-gdbserver.exp: Most contents factored out to
10824 ...
10825 * boards/stdio-gdbserver-base.exp: ... this new file.
10826 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
10827 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
10828 procedure.
10829 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
10830 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
10831 stdio_gdbserver_command.
10832 (${board}_get_remote_address, ${board}_get_comm_port)
10833 (${board}_download, ${board}_upload): Delete.
10834 (get_target_remote_pipe_cmd): New.
10835
10836 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
10837
10838 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
10839 test_bkpt_deletion, test_bkpt_cond_and_cmds,
10840 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
10841 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
10842 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
10843 remove with_test_prefix.
10844
10845 2017-10-13 Pedro Alves <palves@redhat.com>
10846
10847 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
10848 * gdb.base/annota1.exp: Use it instead of is_remote.
10849 * gdb.base/annota3.exp: Use it instead of is_remote.
10850 * gdb.cp/annota2.exp: Use it instead of is_remote.
10851 * gdb.cp/annota3.exp: Use it instead of is_remote.
10852 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
10853
10854 2017-10-13 Pedro Alves <palves@redhat.com>
10855
10856 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
10857 (test_num_test_vars, run_and_count_vars, find_env)
10858 (test_set_unset_env, test_inherit_env_var): New procedures.
10859 (top level): Use them.
10860
10861 2017-10-13 Pedro Alves <palves@redhat.com>
10862
10863 * lib/selftest-support.exp (selftest_setup): Extend comments, and
10864 also skip on stub-like targets.
10865
10866 2017-10-13 Pedro Alves <palves@redhat.com>
10867
10868 PR gdb/22293
10869 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
10870 (top level): Move some tests to ...
10871 (test_not_found): ... this new procedure.
10872 (top level): Call it.
10873
10874 2017-10-13 Pedro Alves <palves@redhat.com>
10875
10876 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
10877 expect different "info terminal" output if testing with a
10878 non-native target.
10879
10880 2017-10-13 Pedro Alves <palves@redhat.com>
10881 Simon Marchi <simon.marchi@polymtl.ca>
10882
10883 PR python/12966
10884 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
10885
10886 2017-10-13 Pedro Alves <palves@redhat.com>
10887
10888 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
10889 already.
10890
10891 2017-10-13 Pedro Alves <palves@redhat.com>
10892
10893 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
10894 is_remote.
10895
10896 2017-10-13 Pedro Alves <palves@redhat.com>
10897
10898 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
10899 is_remote.
10900
10901 2017-10-13 Pedro Alves <palves@redhat.com>
10902
10903 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
10904 is set.
10905 (corefile_test_attach): Likewise. Check can_spawn_for_attach
10906 instead of is_remote.
10907
10908 2017-10-13 Pedro Alves <palves@redhat.com>
10909
10910 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
10911 (top level): Add comment.
10912
10913 2017-10-13 Pedro Alves <palves@redhat.com>
10914
10915 * gdb.base/remote.exp (top level): Fix comment typo and add
10916 missing return.
10917
10918 2017-10-13 Pedro Alves <palves@redhat.com>
10919 Simon Marchi <simon.marchi@polymtl.ca>
10920
10921 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
10922 calls and add comments. Skip test if use_gdb_stub is set.
10923 (top level): Use "set cwd" command instead of "cd" command.
10924
10925 2017-10-13 Pedro Alves <palves@redhat.com>
10926
10927 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
10928 is_remote target check.
10929
10930 2017-10-13 Pedro Alves <palves@redhat.com>
10931
10932 * gdb.base/scope.exp: Use build_executable + clean_restart +
10933 gdb_file_cmd instead of prepare_for_testing and no longer skip
10934 "before run" tests on is_remote target boards. Update comments.
10935 * boards/native-extended-gdbserver.exp
10936 (extended_gdbserver_load_last_file): New, factored out from ...
10937 (gdb_load): ... this. Move further below and add comment.
10938 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
10939
10940 2017-10-12 Pedro Alves <palves@redhat.com>
10941
10942 * gdb.base/attach.exp: Remove references to gdb64.
10943 * gdb.base/dbx.exp: Remove references to gdb64.
10944
10945 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
10946 Pedro Alves <palves@redhat.com>
10947
10948 * gdb.base/label.exp: Remove is_remote target check.
10949
10950 2017-10-12 Pedro Alves <palves@redhat.com>
10951
10952 * gdb.base/auvx.exp (coredir): Update comment.
10953 (top level) <core_works>: Use "set cwd" command instead of "cd"
10954 command.
10955
10956 2017-10-12 Pedro Alves <palves@redhat.com>
10957 Simon Marchi <simon.marchi@polymtl.ca>
10958
10959 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
10960 target boards.
10961
10962 2017-10-12 Pedro Alves <palves@redhat.com>
10963 Simon Marchi <simon.marchi@polymtl.ca>
10964
10965 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
10966 Instead skip if there's any gdb_protocol set.
10967
10968 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
10969 Pedro Alves <palves@redhat.com>
10970
10971 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
10972
10973 2017-10-12 Pedro Alves <palves@redhat.com>
10974 Simon Marchi <simon.marchi@polymtl.ca>
10975
10976 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
10977 instead of on dejagnu remote boards.
10978
10979 2017-10-12 Pedro Alves <palves@redhat.com>
10980 Simon Marchi <simon.marchi@polymtl.ca>
10981
10982 * gdb.base/inferior-died.exp: Remove is_remote and isnative
10983 checks. Use build_executable + clean_restart instead of
10984 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
10985 of enabling non-stop after starting gdb.
10986
10987 2017-10-12 Pedro Alves <palves@redhat.com>
10988
10989 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
10990 * gdb.threads/non-ldr-exc-2.exp: Ditto.
10991 * gdb.threads/non-ldr-exc-3.exp: Ditto.
10992 * gdb.threads/non-ldr-exc-4.exp: Ditto.
10993
10994 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
10995
10996 * gdb.arch/arc-tdesc-cpu.exp: New file.
10997 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
10998
10999 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
11000
11001 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
11002
11003 2017-10-10 Pedro Alves <palves@redhat.com>
11004
11005 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
11006 expect CLI output.
11007
11008 2017-10-10 Pedro Alves <palves@redhat.com>
11009
11010 * lib/selftest-support.exp (selftest_setup): Update for
11011 captured_command_loop's prototype change.
11012
11013 2017-10-09 Pedro Alves <palves@redhat.com>
11014
11015 Test both arch1=>arch2 and arch2=>arch1.
11016
11017 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
11018 (srcfile2, binfile2, march1, march2): Remove globals. Largely
11019 factored out to...
11020 (append_arch1_options, append_arch2_options, append_arch_options)
11021 (build_executables): New procedures.
11022 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
11023 local.
11024 (top level): Add new 'first_arch' testing axis.
11025
11026 2017-10-09 Pedro Alves <palves@redhat.com>
11027
11028 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
11029 (barrier): New.
11030 (thread_start, all_started): New functions.
11031 (main): Spawn new thread and wait until it is scheduled.
11032 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
11033 option.
11034 (do_test): Add 'selected_thread' parameter. Run to all_started
11035 instead of main. Explicitly set the breakpoint at main. Switch
11036 to the SELECTED_THREAD thread.
11037 (top level): Test handling the exec event with either the main
11038 thread or the second thread selected.
11039
11040 2017-10-09 Pedro Alves <palves@redhat.com>
11041
11042 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
11043 logic. Move STOP marker after the value checks.
11044 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
11045 regexp.
11046
11047 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
11048
11049 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
11050
11051 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
11052
11053 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
11054 integer-to-dfp conversion.
11055 * gdb.base/dfp-test.exp: Likewise.
11056
11057 2017-10-04 Pedro Alves <palves@redhat.com>
11058
11059 * gdb.multi/hangout.c: Include <unistd.h>.
11060 (hangout_loop): New function.
11061 (main): Call alarm. Call hangout_loop in a loop.
11062 * gdb.multi/hello.c: Include <unistd.h>.
11063 (hello_loop): New function.
11064 (main): Call alarm. Call hangout_loop in a loop.
11065 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
11066 inferior with the other selected.
11067
11068 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
11069
11070 * gdb.mi/list-thread-groups-available.exp: New file.
11071 * gdb.mi/list-thread-groups-available.c: New file.
11072
11073 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
11074
11075 * gdb.base/set-cwd.exp: Make it available on
11076 native-extended-gdbserver.
11077
11078 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
11079
11080 * gdb.base/set-cwd.c: New file.
11081 * gdb.base/set-cwd.exp: Likewise.
11082
11083 2017-10-02 Tom Tromey <tom@tromey.com>
11084
11085 PR rust/22236:
11086 * gdb.rust/simple.rs (main): New variable "fslice".
11087 * gdb.rust/simple.exp: Add slice tests. Update string tests.
11088
11089 2017-10-02 Tom Tromey <tom@tromey.com>
11090
11091 * gdb.rust/simple.exp: Test ptype of a slice.
11092
11093 2017-10-02 Tom Tromey <tom@tromey.com>
11094
11095 * gdb.rust/simple.exp: Test index of slice.
11096
11097 2017-09-27 Tom Tromey <tom@tromey.com>
11098
11099 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
11100
11101 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
11102 Pedro Alves <palves@redhat.com>
11103
11104 * gdb.base/compare-sections.exp (get value of read-only section): Read
11105 as unsigned value.
11106 (corrupt read-only section): Likewise and don't set written if patching
11107 failed.
11108
11109 2017-09-21 Kevin Buettner <kevinb@redhat.com>
11110
11111 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
11112 files.
11113
11114 2017-09-20 Pedro Alves <palves@redhat.com>
11115
11116 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
11117 symbol names in gdb's output.
11118 * gdb.cp/overload.exp ("list all overloads"): Likewise.
11119
11120 2017-09-20 Pedro Alves <palves@redhat.com>
11121
11122 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
11123 Rename to ...
11124 (test_list_ambiguous_symbol): ... this and add a symbol name
11125 parameter. Adjust.
11126 (test_list_ambiguous_function): Reimplement on top of
11127 test_list_ambiguous_symbol and also test listing ambiguous
11128 variables.
11129 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
11130 (ambiguous_fun): ... this.
11131 (ambiguous_var): New.
11132 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
11133 (ambiguous_fun): ... this.
11134 (ambiguous_var): New.
11135
11136 2017-09-19 John Baldwin <jhb@FreeBSD.org>
11137
11138 * gdb.base/starti.c: New file.
11139 * gdb.base/starti.exp: New file.
11140 * lib/gdb.exp (gdb_starti_cmd): New procedure.
11141
11142 2017-09-14 Pedro Alves <palves@redhat.com>
11143
11144 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
11145 (top level): Use it instead of runto.
11146
11147 2017-09-11 Tom Tromey <tom@tromey.com>
11148
11149 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
11150
11151 2017-09-11 Tom Tromey <tom@tromey.com>
11152
11153 * gdb.python/py-infthread.exp: Add tests for new_thread event.
11154 * gdb.python/py-inferior.exp: Add tests for new inferior events.
11155
11156 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
11157
11158 * gdb.fortran/printing-types.exp: New file.
11159 * gdb.fortran/printing-types.exp: New file.
11160
11161 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
11162
11163 * gdb.fortran/vla-ptype.exp: Fix typos.
11164 * gdb.fortran/vla-value.exp: Same.
11165
11166 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
11167
11168 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
11169 * gdb.mi/mi-var-child-f.exp: Likewise.
11170 * gdb.mi/mi-vla-fortran.exp: Likewise.
11171
11172 2017-09-08 Frank Penczek <frank.penczek@intel.com>
11173 Christoph Weinmann <christoph.t.weinmann@intel.com>
11174 Bernhard Heckel <bernhard.heckel@intel.com>
11175
11176 * gdb.fortran/ptr-indentation.f90: New file.
11177 * gdb.fortran/ptr-indentation.exp: New file.
11178
11179 2017-09-05 Tom Tromey <tom@tromey.com>
11180
11181 PR gdb/22010:
11182 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
11183
11184 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
11185
11186 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
11187
11188 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11189
11190 * gdb.threads/tls-nodebug-pie.c: New file.
11191 * gdb.threads/tls-nodebug-pie.exp: New file.
11192
11193 2017-09-05 Tom Tromey <tom@tromey.com>
11194
11195 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
11196 for rust.
11197
11198 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
11199
11200 * gdb.multi/multi-arch-exec.exp: Test with different
11201 "follow-exec-mode" settings.
11202 (do_test): New procedure.
11203
11204 2017-09-04 Pedro Alves <palves@redhat.com>
11205
11206 * gdb.base/func-static.c (S::method const, S::method volatile)
11207 (S::method volatile const): New methods.
11208 (c_s, v_s, cv_s): New instances.
11209 (main): Call method() on them.
11210 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
11211 (cannot_resolve): New procedure.
11212 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
11213 print-quote-unquoted columns.
11214 (do_test): Test printing each scope too.
11215
11216 2017-09-04 Pedro Alves <palves@redhat.com>
11217
11218 * gdb.base/local-static.exp: Also test with
11219 class::method::variable wholly quoted.
11220 * gdb.cp/m-static.exp (class::method::variable): Remove test.
11221
11222 2017-09-04 Pedro Alves <palves@redhat.com>
11223
11224 * gdb.base/local-static.c: New.
11225 * gdb.base/local-static.cc: New.
11226 * gdb.base/local-static.exp: New.
11227
11228 2017-09-04 Pedro Alves <palves@redhat.com>
11229
11230 * gdb.asm/asm-source.exp: Add casts to int.
11231 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
11232 (dataglobal64_1, dataglobal64_2): New globals.
11233 * gdb.base/nodebug.exp: Test different expressions involving the
11234 new globals, with print, whatis and ptype. Add casts to int.
11235 * gdb.base/solib-display.exp: Add casts to int.
11236 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
11237 * gdb.cp/m-static.exp: Add cast to int.
11238 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
11239 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
11240 tls variable with no debug info without a cast. Test with a cast
11241 to int too.
11242 * gdb.trace/entry-values.exp: Add casts.
11243
11244 2017-09-04 Pedro Alves <palves@redhat.com>
11245
11246 * gdb.base/nodebug.exp: Test that ptype's error about functions
11247 with unknown return type includes the function name too.
11248
11249 2017-09-04 Pedro Alves <palves@redhat.com>
11250
11251 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
11252 return type of munmap in infcall.
11253 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
11254 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
11255 type of ftell in infcall.
11256 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
11257 type of getpid in infcall.
11258 * gdb.base/infcall-exec.exp: Cast return type of execlp in
11259 infcall.
11260 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
11261 Bail on failure to extract the pid.
11262 * gdb.base/nodebug.c: #include <stdint.h>.
11263 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
11264 New functions.
11265 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
11266 Change expected output of print/whatis/ptype with functions with
11267 no debug info. Test all supported languages. Call
11268 test_call_promotion.
11269 * gdb.compile/compile.exp: Adjust expected output to expect
11270 warning.
11271 * gdb.threads/siginfo-threads.exp: Likewise.
11272
11273 2017-09-04 Pedro Alves <palves@redhat.com>
11274
11275 * gdb.base/callfuncs.exp (do_function_calls): New parameter
11276 "prototypes". Test calling float functions via prototyped and
11277 unprototyped function pointers.
11278 (perform_all_tests): New parameter "prototypes". Pass it down.
11279 (top level): Pass down "prototypes" parameter to
11280 perform_all_tests.
11281
11282 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
11283
11284 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
11285 Test with nested loops.
11286
11287 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
11288
11289 * gdb.base/commands.exp: Call the new procedures.
11290 (loop_break_test, loop_continue_test): New procedures.
11291
11292 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
11293
11294 * gdb.base/commands.exp: Call new procedure.
11295 (define_if_without_arg_test): New procedure.
11296
11297 2017-09-04 Pedro Alves <palves@redhat.com>
11298
11299 * gdb.base/list-ambiguous.exp: New file.
11300 * gdb.base/list-ambiguous0.c: New file.
11301 * gdb.base/list-ambiguous1.c: New file.
11302 * gdb.base/list.exp (test_list_range): Adjust expected output.
11303
11304 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
11305
11306 * gdb.base/share-env-with-gdbserver.c: New file.
11307 * gdb.base/share-env-with-gdbserver.exp: Likewise.
11308
11309 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
11310
11311 * gdb.base/commands.exp (gdbvar_simple_if_test,
11312 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
11313 progvar_simple_if_test, progvar_simple_while_test,
11314 progvar_complex_if_while_test, user_defined_command_test,
11315 user_defined_command_args_eval,
11316 user_defined_command_args_stack_test,
11317 user_defined_command_manyargs_test, bp_deleted_in_command_test,
11318 temporary_breakpoint_commands,
11319 gdb_test_no_prompt, redefine_hook_test,
11320 redefine_backtrace_test): Remove "global gdb_prompt".
11321
11322 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
11323
11324 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
11325 New proc, call it from toplevel.
11326
11327 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
11328
11329 PR remote/21852
11330 * gdb.server/normal.c: New file, copied from gdb.base.
11331 * gdb.server/run-without-local-binary.exp: New file.
11332
11333 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
11334
11335 * gdb.arch/sparc64-adi.exp: New file.
11336 * gdb.arch/sparc64-adi.c: New file.
11337
11338 2017-08-22 Pedro Alves <palves@redhat.com>
11339
11340 * gdb.cp/overload.exp (line_range_pattern): New procedure.
11341 (top level): Add "list all overloads" tests.
11342
11343 2017-08-22 Tom Tromey <tom@tromey.com>
11344
11345 * gdb.gdb/xfullpath.exp: Remove.
11346
11347 2017-08-21 Pedro Alves <palves@redhat.com>
11348
11349 PR gdb/19487
11350 * gdb.base/symbol-alias.c: New.
11351 * gdb.base/symbol-alias2.c: New.
11352 * gdb.base/symbol-alias.exp: New.
11353
11354 2017-08-21 Pedro Alves <palves@redhat.com>
11355
11356 * gdb.base/dfp-test.c
11357 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
11358 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
11359 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
11360 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
11361 * gdb.base/whatis-ptype-typedefs.c: New.
11362 * gdb.base/whatis-ptype-typedefs.exp: New.
11363 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
11364 (an_int, an_int_type, an_int_type2): New globals.
11365 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
11366 involving typedefs and cast expressions.
11367 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
11368 (lookup_typedefs_function): New.
11369 (typedefs_pretty_printers_dict): New.
11370 (top level): Register lookup_typedefs_function in
11371 gdb.pretty_printers.
11372
11373 2017-08-18 Yao Qi <yao.qi@linaro.org>
11374
11375 * gdb.server/unittest.exp: New.
11376
11377 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
11378
11379 PR gdb/21954
11380 * gdb.base/environ.exp: Add test to check if 'unset environment'
11381 works.
11382
11383 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
11384
11385 * lib/gdb.exp (universal_compile_options): New caching proc.
11386 (gdb_compile): Suppress GCC's coloring of messages.
11387
11388 2017-08-14 Tom Tromey <tom@tromey.com>
11389
11390 PR gdb/21675:
11391 * gdb.base/printcmds.exp (test_radices): New function.
11392 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
11393 * gdb.base/sizeof.exp (check_valueof): Use p/d.
11394 * lib/gdb.exp (get_integer_valueof): Use p/d.
11395
11396 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
11397
11398 * lib/gdb.exp (get_valueof): Don't capture end-of-line
11399 characters.
11400
11401 2017-08-05 Tom Tromey <tom@tromey.com>
11402
11403 * gdb.rust/simple.exp: Allow String to appear in a different
11404 namespace.
11405
11406 2017-07-26 Yao Qi <yao.qi@linaro.org>
11407
11408 * gdb.gdb/unittest.exp: Invoke command
11409 "maintenance check xml-descriptions".
11410
11411 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11412
11413 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
11414 calling context.
11415 (hex128): Drop erroneous calculation of parameters.
11416
11417 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
11418
11419 * gdb.python/py-unwind.exp: Disable stack protection when
11420 building test file.
11421
11422 2017-07-20 Pedro Alves <palves@redhat.com>
11423
11424 * gdb.base/default.exp (set language): Adjust expected output.
11425
11426 2017-07-20 Pedro Alves <palves@redhat.com>
11427
11428 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
11429 (test_minsym): ... this, and make static.
11430 (get_pck__foo__bar__minsym): Rename to ...
11431 (get_test_minsym): ... this.
11432 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
11433 symbol names and comments.
11434 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
11435 (get_test_minsym): ... this.
11436 (pck__foo__bar__minsym__2): Rename to ...
11437 (test_minsym): ... this.
11438 (main): Adjust.
11439
11440 2017-07-17 Pedro Alves <palves@redhat.com>
11441
11442 * gdb.base/completion.exp: Adjust expected output.
11443 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
11444 the completer works.
11445
11446 2017-07-17 Pedro Alves <palves@redhat.com>
11447
11448 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
11449
11450 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
11451
11452 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
11453
11454 2017-07-14 Tom Tromey <tom@tromey.com>
11455
11456 PR rust/21764:
11457 * gdb.rust/simple.exp: Add tests.
11458
11459 2017-07-14 Tom Tromey <tom@tromey.com>
11460
11461 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
11462
11463 2017-07-14 Pedro Alves <palves@redhat.com>
11464
11465 * gdb.linespec/base/one/thefile.cc (z1): New function.
11466 * gdb.linespec/base/two/thefile.cc (z2): New function.
11467 * gdb.linespec/linespec.exp: Add tests.
11468
11469 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
11470
11471 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
11472 to mi_create_breakpoint.
11473
11474 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
11475
11476 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
11477 mi_create_breakpoint.
11478
11479 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
11480
11481 * gdb.dlang/demangle.exp: Update for demangling changes.
11482
11483 2017-07-09 Tom Tromey <tom@tromey.com>
11484
11485 * gdb.dwarf2/shortpiece.exp: New file.
11486
11487 2017-07-06 David Blaikie <dblaikie@gmail.com>
11488
11489 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
11490 built from fissiont-multi-cu{1,2}.c.
11491 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
11492 except putting 'main' and 'func' in separate CUs in the same DWO file.
11493 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
11494 test.
11495 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
11496 test.
11497
11498 2017-07-06 Pedro Alves <palves@redhat.com>
11499
11500 * gdb.python/py-unwind.exp: Test flushregs.
11501
11502 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
11503
11504 PR cli/21688
11505 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
11506 tests for alias commands and trailing whitespace.
11507
11508 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
11509
11510 PR cli/21688
11511 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
11512 procedure. Call it.
11513
11514 2017-06-29 Pedro Alves <palves@redhat.com>
11515
11516 * gdb.base/printcmds.exp: Add tests.
11517
11518 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
11519
11520 PR gdb/21337
11521 * gdb.base/reread-readsym.exp: New file.
11522 * gdb.base/reread-readsym.c: New file.
11523
11524 2017-06-21 Kevin Buettner <kevinb@redhat.com>
11525
11526 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
11527 subpattern.
11528
11529 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
11530
11531 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
11532 extended mnemonic.
11533 * gdb.arch/powerpc-power9.s: Likewise.
11534
11535 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
11536
11537 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
11538 on 32-bit x86 targets. Exploit is_*_target macros where
11539 appropriate.
11540
11541 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11542
11543 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
11544 register pieces.
11545
11546 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11547
11548 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
11549 located in one or more DWARF pieces.
11550
11551 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11552
11553 * lib/gdb.exp (get_endianness): New proc.
11554 * gdb.arch/aarch64-fp.exp: Use it.
11555 * gdb.arch/altivec-regs.exp: Likewise.
11556 * gdb.arch/e500-regs.exp: Likewise.
11557 * gdb.arch/vsx-regs.exp: Likewise.
11558 * gdb.base/dump.exp: Likewise.
11559 * gdb.base/funcargs.exp: Likewise.
11560 * gdb.base/gnu_vector.exp: Likewise.
11561 * gdb.dwarf2/formdata16.exp: Likewise.
11562 * gdb.dwarf2/implptrpiece.exp: Likewise.
11563 * gdb.dwarf2/nonvar-access.exp: Likewise.
11564 * gdb.python/py-inferior.exp: Likewise.
11565 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
11566
11567 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11568
11569 PR gdb/21226
11570 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
11571 stack value pieces are taken from the LSB end.
11572
11573 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11574
11575 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
11576 variable at nonzero offset.
11577
11578 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11579
11580 * gdb.dwarf2/var-access.c: New file.
11581 * gdb.dwarf2/var-access.exp: New test.
11582 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
11583
11584 2017-06-12 Tom Tromey <tom@tromey.com>
11585
11586 * gdb.dwarf2/formdata16.exp: Add tests.
11587
11588 2017-06-12 Tom Tromey <tom@tromey.com>
11589
11590 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
11591
11592 2017-06-12 Tom Tromey <tom@tromey.com>
11593
11594 PR exp/16225:
11595 * gdb.reverse/i386-sse-reverse.exp: Update tests.
11596 * gdb.arch/vsx-regs.exp: Update tests.
11597 * gdb.arch/s390-vregs.exp (hex128): New proc.
11598 Update test.
11599 * gdb.arch/altivec-regs.exp: Update tests.
11600
11601 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
11602
11603 * gdb.base/startup-with-shell.c: New file.
11604 * gdb.base/startup-with-shell.exp: Likewise.
11605
11606 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
11607
11608 * gdb.server/non-existing-program.exp: Update regex in order to
11609 reflect the fact that gdbserver is now using fork_inferior (with a
11610 shell) to startup the inferior.
11611
11612 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
11613
11614 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
11615 support function calls from GDB.
11616
11617 2017-05-21 Tom Tromey <tom@tromey.com>
11618
11619 PR rust/21466:
11620 * gdb.rust/unsized.exp: New file.
11621 * gdb.rust/unsized.rs: New file.
11622
11623 2017-05-19 Tom Tromey <tom@tromey.com>
11624
11625 PR rust/21484:
11626 * gdb.rust/watch.exp: New file.
11627 * gdb.rust/watch.rs: New file.
11628
11629 2017-05-18 Tom Tromey <tom@tromey.com>
11630
11631 * gdb.rust/simple.exp: Allow Box to be qualified.
11632
11633 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
11634
11635 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
11636
11637 2017-05-18 Pedro Alves <palves@redhat.com>
11638
11639 * gdb.base/fileio.c (test_write, test_read, test_close)
11640 (test_fstat): Don't print 'ret' in the fail path.
11641
11642 2017-05-18 Pedro Alves <palves@redhat.com>
11643
11644 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
11645 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
11646 (test_system, test_rename, test_unlink, test_time): Change
11647 prototypes.
11648 * gdb.base/fileio.exp (stop_msg): Adjust.
11649
11650 2017-05-18 Pedro Alves <palves@redhat.com>
11651
11652 * gdb.base/fileio.c (null_str): New global.
11653 (test_stat): Use it.
11654 * gdb.base/fileio.exp: Remove nowarnings.
11655
11656 2017-05-17 Yao Qi <yao.qi@linaro.org>
11657
11658 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
11659
11660 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
11661
11662 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
11663 argument command.
11664 (top-level): Invoke test_set_inferior_tty.
11665
11666 2017-05-04 Pedro Alves <palves@redhat.com>
11667
11668 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
11669 Add parens to print call for Python 3.
11670
11671 2017-05-03 Keith Seitz <keiths@redhat.com>
11672
11673 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
11674 (main): Call it.
11675
11676 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
11677
11678 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
11679 to prev and next.
11680
11681 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
11682
11683 * gdb.python/py-record-btrace.exp: Remove test for
11684 gdb.BtraceInstruction.error.
11685
11686 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
11687
11688 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
11689
11690 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
11691
11692 * gdb.python/py-record-btrace-threads.c: New file.
11693 * gdb.python/py-record-btrace-threads.exp: New file.
11694
11695 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
11696
11697 PR testsuite/8595
11698 * gdb.base/environ.exp: Make test available in all architectures.
11699 Move bits related to "info program" testing to
11700 gdb.base/info-program.exp. Rewrite tests to use the two new
11701 procedures mentione below.
11702 (test_set_show_env_var) New procedure.
11703 (test_set_show_env_var_equal): Likewise.
11704 * gdb.base/info-program.exp: New file.
11705
11706 2017-04-27 Keith Seitz <keiths@redhat.com>
11707
11708 * gdb.cp/oranking.cc (test15): New function.
11709 (main): Call test15 and declare additional variables for testing.
11710 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
11711 "p foo101('abc')" tests.
11712 Add tests for cv qualifier overloads.
11713 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
11714 "lvalue reference overload" test.
11715 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
11716 "print value of f1 on Child&& in f2" test.
11717
11718 2017-04-19 Pedro Alves <palves@redhat.com>
11719
11720 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
11721 procedure.
11722 (top level): Call it.
11723 * lib/gdb.exp (gdb_define_cmd): New procedure.
11724
11725 2017-04-12 Pedro Alves <palves@redhat.com>
11726
11727 PR gdb/21323
11728 * gdb.cp/wide_char_types.c: Include <wchar.h>.
11729 (wchar): New global.
11730 * gdb.cp/wide_char_types.exp (wide_char_types_program)
11731 (do_test_wide_char, wide_char_types_no_program, top level): Add
11732 wchar_t testing.
11733
11734 2017-04-12 Pedro Alves <palves@redhat.com>
11735
11736 PR c++/21323
11737 * gdb.cp/wide_char_types.c: New file.
11738 * gdb.cp/wide_char_types.exp: New file.
11739
11740 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
11741
11742 PR gdb/21352
11743 * gdb.trace/tsv.exp: Add test for "tsave -r".
11744
11745 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
11746
11747 * gdb.dlang/watch-loc.c: New file.
11748 * gdb.dlang/watch-loc.exp: New file.
11749
11750 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11751
11752 * gdb.python/py-section-script.exp (sepdebug): New testcases.
11753
11754 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
11755
11756 * gdb.arch/arc-analyze-prologue.S: New file.
11757 * gdb.arch/arc-analyze-prologue.exp: Likewise.
11758
11759 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
11760
11761 * gdb.arch/arc-decode-insn.S: New file.
11762 * gdb.arch/arc-decode-insn.exp: Likewise.
11763
11764 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
11765
11766 PR tdep/20928
11767 * gdb.arch/sparc64-regs.exp: New file.
11768 * gdb.arch/sparc64-regs.S: Likewise.
11769
11770 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
11771
11772 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
11773 and memory view on Python 3.
11774
11775 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
11776 Keith Seitz <keiths@redhat.com>
11777
11778 PR gdb/14441
11779 * gdb.cp/demangle.exp: Add rvalue reference tests.
11780 * gdb.cp/rvalue-ref-casts.cc: New file.
11781 * gdb.cp/rvalue-ref-casts.exp: New file.
11782 * gdb.cp/rvalue-ref-overload.cc: New file.
11783 * gdb.cp/rvalue-ref-overload.exp: New file.
11784 * gdb.cp/rvalue-ref-params.cc: New file.
11785 * gdb.cp/rvalue-ref-params.exp: New file.
11786 * gdb.cp/rvalue-ref-sizeof.cc: New file.
11787 * gdb.cp/rvalue-ref-sizeof.exp: New file.
11788 * gdb.cp/rvalue-ref-types.cc: New file.
11789 * gdb.cp/rvalue-ref-types.exp: New file.
11790 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
11791 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
11792
11793 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
11794
11795 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
11796 New procedure.
11797
11798 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
11799
11800 * lib/mi-support.exp (mi_gdb_test): Add additional message
11801 for unexpected output.
11802
11803 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
11804
11805 * gdb.base/examine-backward.c (Barrier): New character array
11806 constant, to ensure that TestStrings is preceded by a string
11807 terminator.
11808
11809 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11810
11811 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
11812 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
11813 and implicit pointer into such a location.
11814
11815 2017-03-16 Doug Evans <dje@google.com>
11816
11817 * gdb.python/py-lazy-string (pointer): Really add new typedef.
11818
11819 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
11820
11821 * gdb.cp/m-static.exp: Fix expectation for prototype of
11822 test5.single_constructor and single_constructor::single_constructor.
11823
11824 2017-03-16 Doug Evans <dje@google.com>
11825
11826 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
11827 * gdb.guile/scm-lazy-string.c: New file.
11828 * gdb.guile/scm-value.exp: Move lazy string tests to ...
11829 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
11830 for pointer, array, typedef lazy strings.
11831
11832 2017-03-16 Doug Evans <dje@google.com>
11833
11834 PR python/17728, python/18439, python/18779
11835 * gdb.python/py-value.c (main) Delete locals sptr, sn.
11836 * gdb.python/py-lazy-string.c (pointer): New typedef.
11837 (main): New locals ptr, array, typedef_ptr.
11838 * gdb.python/py-value.exp: Move lazy string tests to ...
11839 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
11840 array, typedef lazy strings.
11841
11842 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
11843
11844 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
11845 Add optional 'test' parameter.
11846
11847 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
11848
11849 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
11850 Skip for versions of DejaGnu < 1.5.
11851
11852 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
11853
11854 * lib/gdb.exp (dejagnu_version): New proc.
11855 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
11856 Use dejagnu_version.
11857
11858 2017-03-10 Keith Seitz <keiths@redhat.com>
11859
11860 PR c++/8128
11861 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
11862 type from destructor regexps.
11863 Add a branch which actually passes the test.
11864 Adjust "ptype t5i" test names.
11865
11866 2017-03-08 Pedro Alves <palves@redhat.com>
11867
11868 * gdb.base/step-over-exit.exp: Add explicit test message.
11869
11870 2017-03-08 Pedro Alves <palves@redhat.com>
11871
11872 PR gdb/18360
11873 * gdb.threads/interrupt-while-step-over.c: New file.
11874 * gdb.threads/interrupt-while-step-over.exp: New file.
11875
11876 2017-03-08 Pedro Alves <palves@redhat.com>
11877
11878 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
11879 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
11880
11881 2017-03-08 Pedro Alves <palves@redhat.com>
11882
11883 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
11884 PKRU as not supported as a PASS.
11885
11886 2017-03-08 Pedro Alves <palves@redhat.com>
11887
11888 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
11889 prefix instead of $binfile1/$binfile2.
11890 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
11891 in test message.
11892 * gdb.python/py-completion.exp: Use "load python file" as test
11893 messages instead of unstable path names.
11894
11895 2017-03-08 Pedro Alves <palves@redhat.com>
11896 Jan Kratochvil <jan.kratochvil@redhat.com>
11897
11898 PR cli/21218
11899 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
11900 New proc.
11901 (top level): Call it.
11902
11903 2017-03-08 Pedro Alves <palves@redhat.com>
11904
11905 PR tui/21216
11906 * gdb.tui/tui-nl-filtered-output.exp: New file.
11907
11908 2017-03-08 Pedro Alves <palves@redhat.com>
11909
11910 * gdb.base/completion.exp: Move TUI completion tests to ...
11911 * gdb.tui/completion.exp: ... this new file.
11912
11913 2017-03-08 Pedro Alves <palves@redhat.com>
11914
11915 * gdb.base/tui-disasm-long-lines.c,
11916 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
11917 gdb.base/tui-layout.exp: Move to ...
11918 * gdb.tui/: ... this new directory.
11919
11920 2017-03-07 Pedro Alves <palves@redhat.com>
11921
11922 * gdb.base/tui-layout.c: New file.
11923 * gdb.base/tui-layout.exp: New file.
11924
11925 2017-03-07 Pedro Alves <palves@redhat.com>
11926
11927 * gdb.base/tui-layout.c: Rename to ...
11928 * gdb.base/tui-disasm-long-lines.c: ... this.
11929 * gdb.base/tui-layout.exp: Rename to ...
11930 * gdb.base/tui-disasm-long-lines.exp: ... this.
11931
11932 2017-03-07 Pedro Alves <palves@redhat.com>
11933
11934 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
11935
11936 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
11937
11938 * i386-mpx-call.c: New file.
11939 * i386-mpx-call.exp: New file.
11940
11941 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
11942
11943 * gdb.arch/powerpc-power.exp: Delete test.
11944 * gdb.arch/powerpc-power.s: Likewise.
11945 * gdb.disasm/disassembler-options.exp: New test.
11946 * gdb.arch/powerpc-altivec.exp: Likewise.
11947 * gdb.arch/powerpc-altivec.s: Likewise.
11948 * gdb.arch/powerpc-altivec2.exp: Likewise.
11949 * gdb.arch/powerpc-altivec2.s: Likewise.
11950 * gdb.arch/powerpc-altivec3.exp: Likewise.
11951 * gdb.arch/powerpc-altivec3.s: Likewise.
11952 * gdb.arch/powerpc-power7.exp: Likewise.
11953 * gdb.arch/powerpc-power7.s: Likewise.
11954 * gdb.arch/powerpc-power8.exp: Likewise.
11955 * gdb.arch/powerpc-power8.s: Likewise.
11956 * gdb.arch/powerpc-power9.exp: Likewise.
11957 * gdb.arch/powerpc-power9.s: Likewise.
11958 * gdb.arch/powerpc-vsx.exp: Likewise.
11959 * gdb.arch/powerpc-vsx.s: Likewise.
11960 * gdb.arch/powerpc-vsx2.exp: Likewise.
11961 * gdb.arch/powerpc-vsx2.s: Likewise.
11962 * gdb.arch/powerpc-vsx3.exp: Likewise.
11963 * gdb.arch/powerpc-vsx3.s: Likewise.
11964 * gdb.arch/arm-disassembler-options.exp: Likewise.
11965 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
11966 * gdb.arch/s390-disassembler-options.exp: Likewise.
11967
11968 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
11969
11970 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
11971 (check_supported_features): ... this. Changed return type to void.
11972 (supports_rdseed): New static global.
11973 (rdseed): Check supports_rdseed.
11974 (initialize): Call check_supported_features.
11975
11976 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11977
11978 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
11979 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
11980 and lqarx/stqcx.
11981 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
11982 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
11983
11984 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11985
11986 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
11987 uppercase.
11988
11989 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11990
11991 * gdb.dwarf2/formdata16.c: New file.
11992 * gdb.dwarf2/formdata16.exp: New file.
11993 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
11994
11995 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11996
11997 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
11998 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
11999 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
12000 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
12001 DW_AT_GNU_*.
12002
12003 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12004
12005 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
12006
12007 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
12008
12009 PR gdb/21164
12010 * gdb.base/maint.exp: Add testcases for when the commands do
12011 not have arguments.
12012
12013 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
12014
12015 * gdb.cp/chained-calls.exp: Use p instead of P.
12016
12017 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
12018
12019 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
12020 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
12021
12022 2017-02-14 Tom Tromey <tom@tromey.com>
12023
12024 PR python/13598:
12025 * gdb.python/py-events.exp: Add before_prompt event tests.
12026
12027 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
12028
12029 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
12030
12031 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
12032
12033 * gdb.linespec/explicit.c (my_unique_function_name): New function.
12034 (main): Call my_unique_function_name.
12035 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
12036 completion of patterns with a single match.
12037 Add missing -re switches to gdb_test_multiple calls.
12038
12039 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
12040
12041 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
12042 return if core file is not recognized.
12043
12044 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
12045
12046 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
12047 and extra UIs.
12048
12049 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
12050
12051 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
12052 proc_with_prefix.
12053
12054 2017-02-10 Tom Tromey <tom@tromey.com>
12055
12056 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
12057
12058 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
12059
12060 PR gdb/21122
12061 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
12062
12063 2017-02-08 Jerome Guitton <guitton@adacore.com>
12064
12065 * gdb.base/define.exp: Add test for command abbreviations
12066 in define.
12067
12068 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
12069
12070 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
12071 * gdb.reverse/insn-reverse-x86.c: New file.
12072
12073 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
12074
12075 PR tdep/20936
12076 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
12077
12078 2017-02-03 Tom Tromey <tom@tromey.com>
12079
12080 PR rust/21097:
12081 * gdb.rust/simple.exp: Add new tests.
12082
12083 2017-02-02 Pedro Alves <palves@redhat.com>
12084
12085 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
12086 tests.
12087
12088 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12089
12090 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
12091 taking a 2-byte value out of a 4-byte DWARF implicit value on
12092 big-endian targets.
12093 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
12094 logic. Add test cases for DW_OP_implicit.
12095
12096 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12097
12098 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
12099
12100 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12101
12102 * gdb.btrace/enable.exp: Call gdb_exit before
12103 skip_gdbserver_tests.
12104
12105 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12106
12107 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
12108 GDBFLAGS.
12109
12110 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12111
12112 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
12113 the test is skipped.
12114 * gdb.btrace/data.exp: Likewise.
12115 * gdb.btrace/delta.exp: Likewise.
12116 * gdb.btrace/dlopen.exp: Likewise.
12117 * gdb.btrace/enable-running.exp: Likewise.
12118 * gdb.btrace/enable.exp: Likewise.
12119 * gdb.btrace/exception.exp: Likewise.
12120 * gdb.btrace/function_call_history.exp: Likewise.
12121 * gdb.btrace/gcore.exp: Likewise.
12122 * gdb.btrace/instruction_history.exp: Likewise.
12123 * gdb.btrace/multi-thread-step.exp: Likewise.
12124 * gdb.btrace/nohist.exp: Likewise.
12125 * gdb.btrace/non-stop.exp: Likewise.
12126 * gdb.btrace/reconnect.exp: Likewise.
12127 * gdb.btrace/record_goto-step.exp: Likewise.
12128 * gdb.btrace/record_goto.exp: Likewise.
12129 * gdb.btrace/rn-dl-bind.exp: Likewise.
12130 * gdb.btrace/segv.exp: Likewise.
12131 * gdb.btrace/step.exp: Likewise.
12132 * gdb.btrace/stepi.exp: Likewise.
12133 * gdb.btrace/tailcall-only.exp: Likewise.
12134 * gdb.btrace/tailcall.exp: Likewise.
12135 * gdb.btrace/tsx.exp: Likewise.
12136 * gdb.btrace/unknown_functions.exp: Likewise.
12137 * gdb.btrace/vdso.exp: Likewise.
12138
12139 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12140
12141 * gdb.btrace/enable-running.c: New.
12142 * gdb.btrace/enable-running.exp: New.
12143
12144 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
12145
12146 * gdb.arch/amd64-gs_base.c: New file.
12147 * gdb.arch/amd64-gs_base.exp: New file.
12148
12149 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
12150
12151 * lib/memory.exp: Remove spurious empty newlines.
12152
12153 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
12154
12155 * gdb.python/py-bad-printers.exp: Load python file using "source".
12156 * gdb.python/py-events.exp: Likewise.
12157 * gdb.python/py-evsignal.exp: Likewise.
12158 * gdb.python/py-evthreads.exp: Likewise.
12159 * gdb.python/py-frame-args.exp: Likewise.
12160 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
12161 * gdb.python/py-framefilter-mi.exp: Likewise.
12162 * gdb.python/py-framefilter.exp: Likewise.
12163 * gdb.python/py-mi.exp: Likewise.
12164 * gdb.python/py-pp-maint.exp: Likewise.
12165 * gdb.python/py-pp-registration.exp: Likewise.
12166 * gdb.python/py-prettyprint.exp: Likewise.
12167 (run_lang_tests): Likewise.
12168 * gdb.python/py-typeprint.exp: Likewise.
12169
12170 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
12171
12172 * lib/memory.exp: New file.
12173 * lib/gdb.exp: Load memory.exp.
12174 * gdb.base/memattr.exp (delete_memory): Move proc to
12175 lib/memory.exp and rename to delete_memory_regions.
12176 Replace delete_memory with delete_memory_regions.
12177 Cleanup memory regions before tests.
12178 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
12179 before tests.
12180
12181 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
12182
12183 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
12184 files.
12185 (initialize): New function conditionally defined.
12186 (testcases): Move within conditional block.
12187 (main): Call initialize.
12188 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
12189 of gdb.reverse/insn-reverse.c.
12190 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
12191 gdb.reverse/insn-reverse.c.
12192
12193 2017-01-26 Yao Qi <yao.qi@linaro.org>
12194
12195 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
12196 disassemble on address 0.
12197
12198 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
12199 Yao Qi <yao.qi@linaro.org>
12200
12201 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
12202 * gdb.dwarf2/implptr-64bit.S: Remove.
12203 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
12204 variables in caller's context. Add DW_OP_implicit_value.
12205
12206 2017-01-25 Yao Qi <yao.qi@linaro.org>
12207
12208 * lib/dwarf.exp (Dwarf::_location): Handle
12209 DW_OP_GNU_implicit_pointer with proper size.
12210
12211 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
12212
12213 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
12214 and add untested calls.
12215
12216 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
12217
12218 * gdb.python/python.exp: Check line number against what GDB thinks
12219 the line number is for func1.
12220
12221 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
12222
12223 * gdb.dlang/debug-expr.exp: New file.
12224
12225 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
12226
12227 Fix test names for the following files:
12228
12229 * gdb.ada/exec_changed.exp
12230 * gdb.ada/info_types.exp
12231 * gdb.arch/aarch64-atomic-inst.exp
12232 * gdb.arch/aarch64-fp.exp
12233 * gdb.arch/altivec-abi.exp
12234 * gdb.arch/altivec-regs.exp
12235 * gdb.arch/amd64-byte.exp
12236 * gdb.arch/amd64-disp-step.exp
12237 * gdb.arch/amd64-dword.exp
12238 * gdb.arch/amd64-entry-value-inline.exp
12239 * gdb.arch/amd64-entry-value-param.exp
12240 * gdb.arch/amd64-entry-value-paramref.exp
12241 * gdb.arch/amd64-entry-value.exp
12242 * gdb.arch/amd64-i386-address.exp
12243 * gdb.arch/amd64-invalid-stack-middle.exp
12244 * gdb.arch/amd64-invalid-stack-top.exp
12245 * gdb.arch/amd64-optimout-repeat.exp
12246 * gdb.arch/amd64-prologue-skip.exp
12247 * gdb.arch/amd64-prologue-xmm.exp
12248 * gdb.arch/amd64-stap-special-operands.exp
12249 * gdb.arch/amd64-stap-wrong-subexp.exp
12250 * gdb.arch/amd64-tailcall-cxx.exp
12251 * gdb.arch/amd64-tailcall-noret.exp
12252 * gdb.arch/amd64-tailcall-ret.exp
12253 * gdb.arch/amd64-tailcall-self.exp
12254 * gdb.arch/amd64-word.exp
12255 * gdb.arch/arm-bl-branch-dest.exp
12256 * gdb.arch/arm-disp-step.exp
12257 * gdb.arch/arm-neon.exp
12258 * gdb.arch/arm-single-step-kernel-helper.exp
12259 * gdb.arch/avr-flash-qualifier.exp
12260 * gdb.arch/disp-step-insn-reloc.exp
12261 * gdb.arch/e500-abi.exp
12262 * gdb.arch/e500-regs.exp
12263 * gdb.arch/ftrace-insn-reloc.exp
12264 * gdb.arch/i386-avx512.exp
12265 * gdb.arch/i386-bp_permanent.exp
12266 * gdb.arch/i386-byte.exp
12267 * gdb.arch/i386-cfi-notcurrent.exp
12268 * gdb.arch/i386-disp-step.exp
12269 * gdb.arch/i386-dr3-watch.exp
12270 * gdb.arch/i386-float.exp
12271 * gdb.arch/i386-gnu-cfi.exp
12272 * gdb.arch/i386-mpx-map.exp
12273 * gdb.arch/i386-mpx-sigsegv.exp
12274 * gdb.arch/i386-mpx-simple_segv.exp
12275 * gdb.arch/i386-mpx.exp
12276 * gdb.arch/i386-permbkpt.exp
12277 * gdb.arch/i386-prologue.exp
12278 * gdb.arch/i386-signal.exp
12279 * gdb.arch/i386-size-overlap.exp
12280 * gdb.arch/i386-unwind.exp
12281 * gdb.arch/i386-word.exp
12282 * gdb.arch/mips-fcr.exp
12283 * gdb.arch/powerpc-d128-regs.exp
12284 * gdb.arch/powerpc-stackless.exp
12285 * gdb.arch/ppc64-atomic-inst.exp
12286 * gdb.arch/s390-stackless.exp
12287 * gdb.arch/s390-tdbregs.exp
12288 * gdb.arch/s390-vregs.exp
12289 * gdb.arch/sparc-sysstep.exp
12290 * gdb.arch/thumb-bx-pc.exp
12291 * gdb.arch/thumb-singlestep.exp
12292 * gdb.arch/thumb2-it.exp
12293 * gdb.arch/vsx-regs.exp
12294 * gdb.asm/asm-source.exp
12295 * gdb.base/a2-run.exp
12296 * gdb.base/advance.exp
12297 * gdb.base/all-bin.exp
12298 * gdb.base/anon.exp
12299 * gdb.base/args.exp
12300 * gdb.base/arithmet.exp
12301 * gdb.base/async-shell.exp
12302 * gdb.base/async.exp
12303 * gdb.base/attach-pie-noexec.exp
12304 * gdb.base/attach-twice.exp
12305 * gdb.base/auto-load.exp
12306 * gdb.base/bang.exp
12307 * gdb.base/bitfields.exp
12308 * gdb.base/break-always.exp
12309 * gdb.base/break-caller-line.exp
12310 * gdb.base/break-entry.exp
12311 * gdb.base/break-inline.exp
12312 * gdb.base/break-on-linker-gcd-function.exp
12313 * gdb.base/break-probes.exp
12314 * gdb.base/break.exp
12315 * gdb.base/breakpoint-shadow.exp
12316 * gdb.base/call-ar-st.exp
12317 * gdb.base/call-sc.exp
12318 * gdb.base/call-signal-resume.exp
12319 * gdb.base/call-strs.exp
12320 * gdb.base/callfuncs.exp
12321 * gdb.base/catch-fork-static.exp
12322 * gdb.base/catch-gdb-caused-signals.exp
12323 * gdb.base/catch-load.exp
12324 * gdb.base/catch-signal-fork.exp
12325 * gdb.base/catch-signal.exp
12326 * gdb.base/catch-syscall.exp
12327 * gdb.base/charset.exp
12328 * gdb.base/checkpoint.exp
12329 * gdb.base/chng-syms.exp
12330 * gdb.base/code-expr.exp
12331 * gdb.base/code_elim.exp
12332 * gdb.base/commands.exp
12333 * gdb.base/completion.exp
12334 * gdb.base/complex.exp
12335 * gdb.base/cond-expr.exp
12336 * gdb.base/condbreak.exp
12337 * gdb.base/consecutive.exp
12338 * gdb.base/continue-all-already-running.exp
12339 * gdb.base/coredump-filter.exp
12340 * gdb.base/corefile.exp
12341 * gdb.base/dbx.exp
12342 * gdb.base/debug-expr.exp
12343 * gdb.base/define.exp
12344 * gdb.base/del.exp
12345 * gdb.base/disabled-location.exp
12346 * gdb.base/disasm-end-cu.exp
12347 * gdb.base/disasm-optim.exp
12348 * gdb.base/display.exp
12349 * gdb.base/duplicate-bp.exp
12350 * gdb.base/ena-dis-br.exp
12351 * gdb.base/ending-run.exp
12352 * gdb.base/enumval.exp
12353 * gdb.base/environ.exp
12354 * gdb.base/eu-strip-infcall.exp
12355 * gdb.base/eval-avoid-side-effects.exp
12356 * gdb.base/eval-skip.exp
12357 * gdb.base/exitsignal.exp
12358 * gdb.base/expand-psymtabs.exp
12359 * gdb.base/filesym.exp
12360 * gdb.base/find-unmapped.exp
12361 * gdb.base/finish.exp
12362 * gdb.base/float.exp
12363 * gdb.base/foll-exec-mode.exp
12364 * gdb.base/foll-exec.exp
12365 * gdb.base/foll-fork.exp
12366 * gdb.base/fortran-sym-case.exp
12367 * gdb.base/freebpcmd.exp
12368 * gdb.base/func-ptr.exp
12369 * gdb.base/func-ptrs.exp
12370 * gdb.base/funcargs.exp
12371 * gdb.base/gcore-buffer-overflow.exp
12372 * gdb.base/gcore-relro-pie.exp
12373 * gdb.base/gcore-relro.exp
12374 * gdb.base/gcore.exp
12375 * gdb.base/gdb1090.exp
12376 * gdb.base/gdb11530.exp
12377 * gdb.base/gdb11531.exp
12378 * gdb.base/gdb1821.exp
12379 * gdb.base/gdbindex-stabs.exp
12380 * gdb.base/gdbvars.exp
12381 * gdb.base/hbreak.exp
12382 * gdb.base/hbreak2.exp
12383 * gdb.base/included.exp
12384 * gdb.base/infcall-input.exp
12385 * gdb.base/inferior-died.exp
12386 * gdb.base/infnan.exp
12387 * gdb.base/info-macros.exp
12388 * gdb.base/info-os.exp
12389 * gdb.base/info-proc.exp
12390 * gdb.base/info-shared.exp
12391 * gdb.base/info-target.exp
12392 * gdb.base/infoline.exp
12393 * gdb.base/interp.exp
12394 * gdb.base/interrupt.exp
12395 * gdb.base/jit-reader.exp
12396 * gdb.base/jit-simple.exp
12397 * gdb.base/kill-after-signal.exp
12398 * gdb.base/kill-detach-inferiors-cmd.exp
12399 * gdb.base/label.exp
12400 * gdb.base/langs.exp
12401 * gdb.base/ldbl_e308.exp
12402 * gdb.base/line-symtabs.exp
12403 * gdb.base/linespecs.exp
12404 * gdb.base/list.exp
12405 * gdb.base/long_long.exp
12406 * gdb.base/longest-types.exp
12407 * gdb.base/maint.exp
12408 * gdb.base/max-value-size.exp
12409 * gdb.base/memattr.exp
12410 * gdb.base/mips_pro.exp
12411 * gdb.base/morestack.exp
12412 * gdb.base/moribund-step.exp
12413 * gdb.base/multi-forks.exp
12414 * gdb.base/nested-addr.exp
12415 * gdb.base/nextoverexit.exp
12416 * gdb.base/noreturn-finish.exp
12417 * gdb.base/noreturn-return.exp
12418 * gdb.base/nostdlib.exp
12419 * gdb.base/offsets.exp
12420 * gdb.base/opaque.exp
12421 * gdb.base/pc-fp.exp
12422 * gdb.base/permissions.exp
12423 * gdb.base/print-symbol-loading.exp
12424 * gdb.base/prologue-include.exp
12425 * gdb.base/psymtab.exp
12426 * gdb.base/ptype.exp
12427 * gdb.base/random-signal.exp
12428 * gdb.base/randomize.exp
12429 * gdb.base/range-stepping.exp
12430 * gdb.base/readline-ask.exp
12431 * gdb.base/recpar.exp
12432 * gdb.base/recurse.exp
12433 * gdb.base/relational.exp
12434 * gdb.base/restore.exp
12435 * gdb.base/return-nodebug.exp
12436 * gdb.base/return.exp
12437 * gdb.base/run-after-attach.exp
12438 * gdb.base/save-bp.exp
12439 * gdb.base/scope.exp
12440 * gdb.base/sect-cmd.exp
12441 * gdb.base/set-lang-auto.exp
12442 * gdb.base/set-noassign.exp
12443 * gdb.base/setvar.exp
12444 * gdb.base/sigall.exp
12445 * gdb.base/sigbpt.exp
12446 * gdb.base/siginfo-addr.exp
12447 * gdb.base/siginfo-infcall.exp
12448 * gdb.base/siginfo-obj.exp
12449 * gdb.base/siginfo.exp
12450 * gdb.base/signals-state-child.exp
12451 * gdb.base/signest.exp
12452 * gdb.base/sigstep.exp
12453 * gdb.base/sizeof.exp
12454 * gdb.base/skip.exp
12455 * gdb.base/solib-corrupted.exp
12456 * gdb.base/solib-nodir.exp
12457 * gdb.base/solib-search.exp
12458 * gdb.base/stack-checking.exp
12459 * gdb.base/stale-infcall.exp
12460 * gdb.base/stap-probe.exp
12461 * gdb.base/start.exp
12462 * gdb.base/step-break.exp
12463 * gdb.base/step-bt.exp
12464 * gdb.base/step-line.exp
12465 * gdb.base/step-over-exit.exp
12466 * gdb.base/step-over-syscall.exp
12467 * gdb.base/step-resume-infcall.exp
12468 * gdb.base/step-test.exp
12469 * gdb.base/store.exp
12470 * gdb.base/structs3.exp
12471 * gdb.base/sym-file.exp
12472 * gdb.base/symbol-without-target_section.exp
12473 * gdb.base/term.exp
12474 * gdb.base/testenv.exp
12475 * gdb.base/ui-redirect.exp
12476 * gdb.base/until.exp
12477 * gdb.base/unwindonsignal.exp
12478 * gdb.base/value-double-free.exp
12479 * gdb.base/vla-datatypes.exp
12480 * gdb.base/vla-ptr.exp
12481 * gdb.base/vla-sideeffect.exp
12482 * gdb.base/volatile.exp
12483 * gdb.base/watch-cond-infcall.exp
12484 * gdb.base/watch-cond.exp
12485 * gdb.base/watch-non-mem.exp
12486 * gdb.base/watch-read.exp
12487 * gdb.base/watch-vfork.exp
12488 * gdb.base/watchpoint-cond-gone.exp
12489 * gdb.base/watchpoint-delete.exp
12490 * gdb.base/watchpoint-hw-hit-once.exp
12491 * gdb.base/watchpoint-hw.exp
12492 * gdb.base/watchpoint-stops-at-right-insn.exp
12493 * gdb.base/watchpoints.exp
12494 * gdb.base/wchar.exp
12495 * gdb.base/whatis-exp.exp
12496 * gdb.btrace/buffer-size.exp
12497 * gdb.btrace/data.exp
12498 * gdb.btrace/delta.exp
12499 * gdb.btrace/dlopen.exp
12500 * gdb.btrace/enable.exp
12501 * gdb.btrace/exception.exp
12502 * gdb.btrace/function_call_history.exp
12503 * gdb.btrace/gcore.exp
12504 * gdb.btrace/instruction_history.exp
12505 * gdb.btrace/nohist.exp
12506 * gdb.btrace/reconnect.exp
12507 * gdb.btrace/record_goto-step.exp
12508 * gdb.btrace/record_goto.exp
12509 * gdb.btrace/rn-dl-bind.exp
12510 * gdb.btrace/segv.exp
12511 * gdb.btrace/step.exp
12512 * gdb.btrace/stepi.exp
12513 * gdb.btrace/tailcall-only.exp
12514 * gdb.btrace/tailcall.exp
12515 * gdb.btrace/tsx.exp
12516 * gdb.btrace/unknown_functions.exp
12517 * gdb.btrace/vdso.exp
12518 * gdb.compile/compile-ifunc.exp
12519 * gdb.compile/compile-ops.exp
12520 * gdb.compile/compile-print.exp
12521 * gdb.compile/compile-setjmp.exp
12522 * gdb.cp/abstract-origin.exp
12523 * gdb.cp/ambiguous.exp
12524 * gdb.cp/annota2.exp
12525 * gdb.cp/annota3.exp
12526 * gdb.cp/anon-ns.exp
12527 * gdb.cp/anon-struct.exp
12528 * gdb.cp/anon-union.exp
12529 * gdb.cp/arg-reference.exp
12530 * gdb.cp/baseenum.exp
12531 * gdb.cp/bool.exp
12532 * gdb.cp/breakpoint.exp
12533 * gdb.cp/bs15503.exp
12534 * gdb.cp/call-c.exp
12535 * gdb.cp/casts.exp
12536 * gdb.cp/chained-calls.exp
12537 * gdb.cp/class2.exp
12538 * gdb.cp/classes.exp
12539 * gdb.cp/cmpd-minsyms.exp
12540 * gdb.cp/converts.exp
12541 * gdb.cp/cp-relocate.exp
12542 * gdb.cp/cpcompletion.exp
12543 * gdb.cp/cpexprs.exp
12544 * gdb.cp/cplabel.exp
12545 * gdb.cp/cplusfuncs.exp
12546 * gdb.cp/cpsizeof.exp
12547 * gdb.cp/ctti.exp
12548 * gdb.cp/derivation.exp
12549 * gdb.cp/destrprint.exp
12550 * gdb.cp/dispcxx.exp
12551 * gdb.cp/enum-class.exp
12552 * gdb.cp/exception.exp
12553 * gdb.cp/exceptprint.exp
12554 * gdb.cp/expand-psymtabs-cxx.exp
12555 * gdb.cp/expand-sals.exp
12556 * gdb.cp/extern-c.exp
12557 * gdb.cp/filename.exp
12558 * gdb.cp/formatted-ref.exp
12559 * gdb.cp/fpointer.exp
12560 * gdb.cp/gdb1355.exp
12561 * gdb.cp/gdb2495.exp
12562 * gdb.cp/hang.exp
12563 * gdb.cp/impl-this.exp
12564 * gdb.cp/infcall-dlopen.exp
12565 * gdb.cp/inherit.exp
12566 * gdb.cp/iostream.exp
12567 * gdb.cp/koenig.exp
12568 * gdb.cp/local.exp
12569 * gdb.cp/m-data.exp
12570 * gdb.cp/m-static.exp
12571 * gdb.cp/mb-ctor.exp
12572 * gdb.cp/mb-inline.exp
12573 * gdb.cp/mb-templates.exp
12574 * gdb.cp/member-name.exp
12575 * gdb.cp/member-ptr.exp
12576 * gdb.cp/meth-typedefs.exp
12577 * gdb.cp/method.exp
12578 * gdb.cp/method2.exp
12579 * gdb.cp/minsym-fallback.exp
12580 * gdb.cp/misc.exp
12581 * gdb.cp/namelessclass.exp
12582 * gdb.cp/namespace-enum.exp
12583 * gdb.cp/namespace-nested-import.exp
12584 * gdb.cp/namespace.exp
12585 * gdb.cp/nextoverthrow.exp
12586 * gdb.cp/no-dmgl-verbose.exp
12587 * gdb.cp/non-trivial-retval.exp
12588 * gdb.cp/noparam.exp
12589 * gdb.cp/nsdecl.exp
12590 * gdb.cp/nsimport.exp
12591 * gdb.cp/nsnested.exp
12592 * gdb.cp/nsnoimports.exp
12593 * gdb.cp/nsrecurs.exp
12594 * gdb.cp/nsstress.exp
12595 * gdb.cp/nsusing.exp
12596 * gdb.cp/operator.exp
12597 * gdb.cp/oranking.exp
12598 * gdb.cp/overload-const.exp
12599 * gdb.cp/overload.exp
12600 * gdb.cp/ovldbreak.exp
12601 * gdb.cp/ovsrch.exp
12602 * gdb.cp/paren-type.exp
12603 * gdb.cp/parse-lang.exp
12604 * gdb.cp/pass-by-ref.exp
12605 * gdb.cp/pr-1023.exp
12606 * gdb.cp/pr-1210.exp
12607 * gdb.cp/pr-574.exp
12608 * gdb.cp/pr10687.exp
12609 * gdb.cp/pr12028.exp
12610 * gdb.cp/pr17132.exp
12611 * gdb.cp/pr17494.exp
12612 * gdb.cp/pr9067.exp
12613 * gdb.cp/pr9167.exp
12614 * gdb.cp/pr9631.exp
12615 * gdb.cp/printmethod.exp
12616 * gdb.cp/psmang.exp
12617 * gdb.cp/psymtab-parameter.exp
12618 * gdb.cp/ptype-cv-cp.exp
12619 * gdb.cp/ptype-flags.exp
12620 * gdb.cp/re-set-overloaded.exp
12621 * gdb.cp/ref-types.exp
12622 * gdb.cp/rtti.exp
12623 * gdb.cp/scope-err.exp
12624 * gdb.cp/shadow.exp
12625 * gdb.cp/smartp.exp
12626 * gdb.cp/static-method.exp
12627 * gdb.cp/static-print-quit.exp
12628 * gdb.cp/temargs.exp
12629 * gdb.cp/templates.exp
12630 * gdb.cp/try_catch.exp
12631 * gdb.cp/typedef-operator.exp
12632 * gdb.cp/typeid.exp
12633 * gdb.cp/userdef.exp
12634 * gdb.cp/using-crash.exp
12635 * gdb.cp/var-tag.exp
12636 * gdb.cp/virtbase.exp
12637 * gdb.cp/virtfunc.exp
12638 * gdb.cp/virtfunc2.exp
12639 * gdb.cp/vla-cxx.exp
12640 * gdb.disasm/t01_mov.exp
12641 * gdb.disasm/t02_mova.exp
12642 * gdb.disasm/t03_add.exp
12643 * gdb.disasm/t04_sub.exp
12644 * gdb.disasm/t05_cmp.exp
12645 * gdb.disasm/t06_ari2.exp
12646 * gdb.disasm/t07_ari3.exp
12647 * gdb.disasm/t08_or.exp
12648 * gdb.disasm/t09_xor.exp
12649 * gdb.disasm/t10_and.exp
12650 * gdb.disasm/t11_logs.exp
12651 * gdb.disasm/t12_bit.exp
12652 * gdb.disasm/t13_otr.exp
12653 * gdb.dlang/circular.exp
12654 * gdb.dwarf2/arr-stride.exp
12655 * gdb.dwarf2/arr-subrange.exp
12656 * gdb.dwarf2/atomic-type.exp
12657 * gdb.dwarf2/bad-regnum.exp
12658 * gdb.dwarf2/bitfield-parent-optimized-out.exp
12659 * gdb.dwarf2/callframecfa.exp
12660 * gdb.dwarf2/clztest.exp
12661 * gdb.dwarf2/corrupt.exp
12662 * gdb.dwarf2/data-loc.exp
12663 * gdb.dwarf2/dup-psym.exp
12664 * gdb.dwarf2/dw2-anon-mptr.exp
12665 * gdb.dwarf2/dw2-anonymous-func.exp
12666 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
12667 * gdb.dwarf2/dw2-bad-unresolved.exp
12668 * gdb.dwarf2/dw2-basic.exp
12669 * gdb.dwarf2/dw2-canonicalize-type.exp
12670 * gdb.dwarf2/dw2-case-insensitive.exp
12671 * gdb.dwarf2/dw2-common-block.exp
12672 * gdb.dwarf2/dw2-compdir-oldgcc.exp
12673 * gdb.dwarf2/dw2-compressed.exp
12674 * gdb.dwarf2/dw2-const.exp
12675 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
12676 * gdb.dwarf2/dw2-cu-size.exp
12677 * gdb.dwarf2/dw2-dup-frame.exp
12678 * gdb.dwarf2/dw2-entry-value.exp
12679 * gdb.dwarf2/dw2-icycle.exp
12680 * gdb.dwarf2/dw2-ifort-parameter.exp
12681 * gdb.dwarf2/dw2-inline-break.exp
12682 * gdb.dwarf2/dw2-inline-param.exp
12683 * gdb.dwarf2/dw2-intercu.exp
12684 * gdb.dwarf2/dw2-intermix.exp
12685 * gdb.dwarf2/dw2-lexical-block-bare.exp
12686 * gdb.dwarf2/dw2-linkage-name-trust.exp
12687 * gdb.dwarf2/dw2-minsym-in-cu.exp
12688 * gdb.dwarf2/dw2-noloc.exp
12689 * gdb.dwarf2/dw2-op-call.exp
12690 * gdb.dwarf2/dw2-op-out-param.exp
12691 * gdb.dwarf2/dw2-opt-structptr.exp
12692 * gdb.dwarf2/dw2-param-error.exp
12693 * gdb.dwarf2/dw2-producer.exp
12694 * gdb.dwarf2/dw2-ranges-base.exp
12695 * gdb.dwarf2/dw2-ref-missing-frame.exp
12696 * gdb.dwarf2/dw2-reg-undefined.exp
12697 * gdb.dwarf2/dw2-regno-invalid.exp
12698 * gdb.dwarf2/dw2-restore.exp
12699 * gdb.dwarf2/dw2-restrict.exp
12700 * gdb.dwarf2/dw2-single-line-discriminators.exp
12701 * gdb.dwarf2/dw2-strp.exp
12702 * gdb.dwarf2/dw2-undefined-ret-addr.exp
12703 * gdb.dwarf2/dw2-unresolved.exp
12704 * gdb.dwarf2/dw2-var-zero-addr.exp
12705 * gdb.dwarf2/dw4-sig-types.exp
12706 * gdb.dwarf2/dwz.exp
12707 * gdb.dwarf2/dynarr-ptr.exp
12708 * gdb.dwarf2/enum-type.exp
12709 * gdb.dwarf2/gdb-index.exp
12710 * gdb.dwarf2/implptr-64bit.exp
12711 * gdb.dwarf2/implptr-optimized-out.exp
12712 * gdb.dwarf2/implptr.exp
12713 * gdb.dwarf2/implref-array.exp
12714 * gdb.dwarf2/implref-const.exp
12715 * gdb.dwarf2/implref-global.exp
12716 * gdb.dwarf2/implref-struct.exp
12717 * gdb.dwarf2/mac-fileno.exp
12718 * gdb.dwarf2/main-subprogram.exp
12719 * gdb.dwarf2/member-ptr-forwardref.exp
12720 * gdb.dwarf2/method-ptr.exp
12721 * gdb.dwarf2/missing-sig-type.exp
12722 * gdb.dwarf2/nonvar-access.exp
12723 * gdb.dwarf2/opaque-type-lookup.exp
12724 * gdb.dwarf2/pieces-optimized-out.exp
12725 * gdb.dwarf2/pieces.exp
12726 * gdb.dwarf2/pr10770.exp
12727 * gdb.dwarf2/pr13961.exp
12728 * gdb.dwarf2/staticvirtual.exp
12729 * gdb.dwarf2/subrange.exp
12730 * gdb.dwarf2/symtab-producer.exp
12731 * gdb.dwarf2/trace-crash.exp
12732 * gdb.dwarf2/typeddwarf.exp
12733 * gdb.dwarf2/valop.exp
12734 * gdb.dwarf2/watch-notconst.exp
12735 * gdb.fortran/array-element.exp
12736 * gdb.fortran/charset.exp
12737 * gdb.fortran/common-block.exp
12738 * gdb.fortran/complex.exp
12739 * gdb.fortran/derived-type-function.exp
12740 * gdb.fortran/derived-type.exp
12741 * gdb.fortran/logical.exp
12742 * gdb.fortran/module.exp
12743 * gdb.fortran/multi-dim.exp
12744 * gdb.fortran/nested-funcs.exp
12745 * gdb.fortran/print-formatted.exp
12746 * gdb.fortran/subarray.exp
12747 * gdb.fortran/vla-alloc-assoc.exp
12748 * gdb.fortran/vla-datatypes.exp
12749 * gdb.fortran/vla-history.exp
12750 * gdb.fortran/vla-ptr-info.exp
12751 * gdb.fortran/vla-ptype-sub.exp
12752 * gdb.fortran/vla-ptype.exp
12753 * gdb.fortran/vla-sizeof.exp
12754 * gdb.fortran/vla-type.exp
12755 * gdb.fortran/vla-value-sub-arbitrary.exp
12756 * gdb.fortran/vla-value-sub-finish.exp
12757 * gdb.fortran/vla-value-sub.exp
12758 * gdb.fortran/vla-value.exp
12759 * gdb.fortran/whatis_type.exp
12760 * gdb.go/chan.exp
12761 * gdb.go/handcall.exp
12762 * gdb.go/hello.exp
12763 * gdb.go/integers.exp
12764 * gdb.go/methods.exp
12765 * gdb.go/package.exp
12766 * gdb.go/strings.exp
12767 * gdb.go/types.exp
12768 * gdb.go/unsafe.exp
12769 * gdb.guile/scm-arch.exp
12770 * gdb.guile/scm-block.exp
12771 * gdb.guile/scm-breakpoint.exp
12772 * gdb.guile/scm-cmd.exp
12773 * gdb.guile/scm-disasm.exp
12774 * gdb.guile/scm-equal.exp
12775 * gdb.guile/scm-frame-args.exp
12776 * gdb.guile/scm-frame-inline.exp
12777 * gdb.guile/scm-frame.exp
12778 * gdb.guile/scm-iterator.exp
12779 * gdb.guile/scm-math.exp
12780 * gdb.guile/scm-objfile.exp
12781 * gdb.guile/scm-ports.exp
12782 * gdb.guile/scm-symbol.exp
12783 * gdb.guile/scm-symtab.exp
12784 * gdb.guile/scm-value-cc.exp
12785 * gdb.guile/types-module.exp
12786 * gdb.linespec/break-ask.exp
12787 * gdb.linespec/cpexplicit.exp
12788 * gdb.linespec/explicit.exp
12789 * gdb.linespec/keywords.exp
12790 * gdb.linespec/linespec.exp
12791 * gdb.linespec/ls-dollar.exp
12792 * gdb.linespec/ls-errs.exp
12793 * gdb.linespec/skip-two.exp
12794 * gdb.linespec/thread.exp
12795 * gdb.mi/mi-async.exp
12796 * gdb.mi/mi-basics.exp
12797 * gdb.mi/mi-break.exp
12798 * gdb.mi/mi-catch-load.exp
12799 * gdb.mi/mi-cli.exp
12800 * gdb.mi/mi-cmd-param-changed.exp
12801 * gdb.mi/mi-console.exp
12802 * gdb.mi/mi-detach.exp
12803 * gdb.mi/mi-disassemble.exp
12804 * gdb.mi/mi-eval.exp
12805 * gdb.mi/mi-file-transfer.exp
12806 * gdb.mi/mi-file.exp
12807 * gdb.mi/mi-fill-memory.exp
12808 * gdb.mi/mi-inheritance-syntax-error.exp
12809 * gdb.mi/mi-linespec-err-cp.exp
12810 * gdb.mi/mi-logging.exp
12811 * gdb.mi/mi-memory-changed.exp
12812 * gdb.mi/mi-read-memory.exp
12813 * gdb.mi/mi-record-changed.exp
12814 * gdb.mi/mi-reg-undefined.exp
12815 * gdb.mi/mi-regs.exp
12816 * gdb.mi/mi-return.exp
12817 * gdb.mi/mi-reverse.exp
12818 * gdb.mi/mi-simplerun.exp
12819 * gdb.mi/mi-solib.exp
12820 * gdb.mi/mi-stack.exp
12821 * gdb.mi/mi-stepi.exp
12822 * gdb.mi/mi-syn-frame.exp
12823 * gdb.mi/mi-until.exp
12824 * gdb.mi/mi-var-block.exp
12825 * gdb.mi/mi-var-child.exp
12826 * gdb.mi/mi-var-cmd.exp
12827 * gdb.mi/mi-var-cp.exp
12828 * gdb.mi/mi-var-display.exp
12829 * gdb.mi/mi-var-invalidate.exp
12830 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
12831 * gdb.mi/mi-vla-fortran.exp
12832 * gdb.mi/mi-watch.exp
12833 * gdb.mi/mi2-var-child.exp
12834 * gdb.mi/user-selected-context-sync.exp
12835 * gdb.modula2/unbounded-array.exp
12836 * gdb.multi/dummy-frame-restore.exp
12837 * gdb.multi/multi-arch-exec.exp
12838 * gdb.multi/multi-arch.exp
12839 * gdb.multi/tids.exp
12840 * gdb.multi/watchpoint-multi.exp
12841 * gdb.opencl/callfuncs.exp
12842 * gdb.opencl/convs_casts.exp
12843 * gdb.opencl/datatypes.exp
12844 * gdb.opencl/operators.exp
12845 * gdb.opencl/vec_comps.exp
12846 * gdb.opt/clobbered-registers-O2.exp
12847 * gdb.opt/inline-break.exp
12848 * gdb.opt/inline-bt.exp
12849 * gdb.opt/inline-cmds.exp
12850 * gdb.opt/inline-locals.exp
12851 * gdb.pascal/case-insensitive-symbols.exp
12852 * gdb.pascal/floats.exp
12853 * gdb.pascal/gdb11492.exp
12854 * gdb.python/lib-types.exp
12855 * gdb.python/py-arch.exp
12856 * gdb.python/py-as-string.exp
12857 * gdb.python/py-bad-printers.exp
12858 * gdb.python/py-block.exp
12859 * gdb.python/py-breakpoint-create-fail.exp
12860 * gdb.python/py-breakpoint.exp
12861 * gdb.python/py-caller-is.exp
12862 * gdb.python/py-cmd.exp
12863 * gdb.python/py-explore-cc.exp
12864 * gdb.python/py-explore.exp
12865 * gdb.python/py-finish-breakpoint.exp
12866 * gdb.python/py-finish-breakpoint2.exp
12867 * gdb.python/py-frame-args.exp
12868 * gdb.python/py-frame-inline.exp
12869 * gdb.python/py-frame.exp
12870 * gdb.python/py-framefilter-mi.exp
12871 * gdb.python/py-infthread.exp
12872 * gdb.python/py-lazy-string.exp
12873 * gdb.python/py-linetable.exp
12874 * gdb.python/py-mi-events.exp
12875 * gdb.python/py-mi-objfile.exp
12876 * gdb.python/py-mi.exp
12877 * gdb.python/py-objfile.exp
12878 * gdb.python/py-pp-integral.exp
12879 * gdb.python/py-pp-maint.exp
12880 * gdb.python/py-pp-re-notag.exp
12881 * gdb.python/py-pp-registration.exp
12882 * gdb.python/py-recurse-unwind.exp
12883 * gdb.python/py-strfns.exp
12884 * gdb.python/py-symbol.exp
12885 * gdb.python/py-symtab.exp
12886 * gdb.python/py-sync-interp.exp
12887 * gdb.python/py-typeprint.exp
12888 * gdb.python/py-unwind-maint.exp
12889 * gdb.python/py-unwind.exp
12890 * gdb.python/py-value-cc.exp
12891 * gdb.python/py-xmethods.exp
12892 * gdb.reverse/amd64-tailcall-reverse.exp
12893 * gdb.reverse/break-precsave.exp
12894 * gdb.reverse/break-reverse.exp
12895 * gdb.reverse/consecutive-precsave.exp
12896 * gdb.reverse/consecutive-reverse.exp
12897 * gdb.reverse/finish-precsave.exp
12898 * gdb.reverse/finish-reverse-bkpt.exp
12899 * gdb.reverse/finish-reverse.exp
12900 * gdb.reverse/fstatat-reverse.exp
12901 * gdb.reverse/getresuid-reverse.exp
12902 * gdb.reverse/i386-precsave.exp
12903 * gdb.reverse/i386-reverse.exp
12904 * gdb.reverse/i386-sse-reverse.exp
12905 * gdb.reverse/i387-env-reverse.exp
12906 * gdb.reverse/i387-stack-reverse.exp
12907 * gdb.reverse/insn-reverse.exp
12908 * gdb.reverse/machinestate-precsave.exp
12909 * gdb.reverse/machinestate.exp
12910 * gdb.reverse/next-reverse-bkpt-over-sr.exp
12911 * gdb.reverse/pipe-reverse.exp
12912 * gdb.reverse/readv-reverse.exp
12913 * gdb.reverse/recvmsg-reverse.exp
12914 * gdb.reverse/rerun-prec.exp
12915 * gdb.reverse/s390-mvcle.exp
12916 * gdb.reverse/step-precsave.exp
12917 * gdb.reverse/step-reverse.exp
12918 * gdb.reverse/time-reverse.exp
12919 * gdb.reverse/until-precsave.exp
12920 * gdb.reverse/until-reverse.exp
12921 * gdb.reverse/waitpid-reverse.exp
12922 * gdb.reverse/watch-precsave.exp
12923 * gdb.reverse/watch-reverse.exp
12924 * gdb.rust/generics.exp
12925 * gdb.rust/methods.exp
12926 * gdb.rust/modules.exp
12927 * gdb.rust/simple.exp
12928 * gdb.server/connect-with-no-symbol-file.exp
12929 * gdb.server/ext-attach.exp
12930 * gdb.server/ext-restart.exp
12931 * gdb.server/ext-wrapper.exp
12932 * gdb.server/file-transfer.exp
12933 * gdb.server/server-exec-info.exp
12934 * gdb.server/server-kill.exp
12935 * gdb.server/server-mon.exp
12936 * gdb.server/wrapper.exp
12937 * gdb.stabs/exclfwd.exp
12938 * gdb.stabs/gdb11479.exp
12939 * gdb.threads/clone-new-thread-event.exp
12940 * gdb.threads/corethreads.exp
12941 * gdb.threads/current-lwp-dead.exp
12942 * gdb.threads/dlopen-libpthread.exp
12943 * gdb.threads/gcore-thread.exp
12944 * gdb.threads/sigstep-threads.exp
12945 * gdb.threads/watchpoint-fork.exp
12946 * gdb.trace/actions-changed.exp
12947 * gdb.trace/backtrace.exp
12948 * gdb.trace/change-loc.exp
12949 * gdb.trace/circ.exp
12950 * gdb.trace/collection.exp
12951 * gdb.trace/disconnected-tracing.exp
12952 * gdb.trace/ftrace.exp
12953 * gdb.trace/mi-trace-frame-collected.exp
12954 * gdb.trace/mi-trace-unavailable.exp
12955 * gdb.trace/mi-traceframe-changed.exp
12956 * gdb.trace/mi-tsv-changed.exp
12957 * gdb.trace/no-attach-trace.exp
12958 * gdb.trace/passc-dyn.exp
12959 * gdb.trace/qtro.exp
12960 * gdb.trace/range-stepping.exp
12961 * gdb.trace/read-memory.exp
12962 * gdb.trace/save-trace.exp
12963 * gdb.trace/signal.exp
12964 * gdb.trace/status-stop.exp
12965 * gdb.trace/tfile.exp
12966 * gdb.trace/trace-break.exp
12967 * gdb.trace/trace-buffer-size.exp
12968 * gdb.trace/trace-condition.exp
12969 * gdb.trace/tracefile-pseudo-reg.exp
12970 * gdb.trace/tstatus.exp
12971 * gdb.trace/unavailable.exp
12972 * gdb.trace/while-dyn.exp
12973 * gdb.trace/while-stepping.exp
12974
12975 2016-12-22 Doug Evans <xdje42@gmail.com>
12976
12977 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
12978 and msymbols.
12979
12980 2016-12-19 Yao Qi <yao.qi@linaro.org>
12981
12982 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
12983 (test_with_self): Don't call do_steps_and_nexts, and remove
12984 code about stepping into xmalloc.
12985
12986 2016-12-09 Yao Qi <yao.qi@linaro.org>
12987
12988 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
12989
12990 2016-12-09 Yao Qi <yao.qi@linaro.org>
12991
12992 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
12993
12994 2016-12-09 Pedro Alves <palves@redhat.com>
12995
12996 * gdb.base/all-architectures-0.exp: New file.
12997 * gdb.base/all-architectures-1.exp: New file.
12998 * gdb.base/all-architectures-2.exp: New file.
12999 * gdb.base/all-architectures-3.exp: New file.
13000 * gdb.base/all-architectures-4.exp: New file.
13001 * gdb.base/all-architectures-5.exp: New file.
13002 * gdb.base/all-architectures-6.exp: New file.
13003 * gdb.base/all-architectures-7.exp: New file.
13004 * gdb.base/all-architectures.exp.in: New file.
13005
13006 2016-12-09 Yao Qi <yao.qi@linaro.org>
13007
13008 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
13009
13010 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
13011
13012 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
13013 possible.
13014 Remove useless pattern-matching code.
13015
13016 2016-12-02 Pedro Alves <palves@redhat.com>
13017
13018 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
13019 procedure.
13020 (top level): Call it.
13021
13022 2016-12-02 Pedro Alves <palves@redhat.com>
13023
13024 * gdb.base/commands.exp (user_defined_command_args_stack_test):
13025 New procedure.
13026 (top level): Call it.
13027
13028 2016-12-02 Pedro Alves <palves@redhat.com>
13029
13030 PR cli/20559
13031 * gdb.base/commands.exp (user_defined_command_args_eval): New
13032 procedure.
13033 (top level): Call it.
13034
13035 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
13036
13037 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
13038 timeout handling.
13039
13040 2016-12-02 Tom Tromey <tom@tromey.com>
13041
13042 * gdb.dwarf2/main-subprogram.c: New file.
13043 * gdb.dwarf2/main-subprogram.exp: New file.
13044
13045 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
13046
13047 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
13048 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
13049 gdb_test_no_output for a couple of cases.
13050 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
13051
13052 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
13053
13054 Fix test names and standardize compilation error messages throughout
13055 the following files:
13056
13057 * gdb.ada/start.exp
13058 * gdb.arch/alpha-step.exp
13059 * gdb.arch/e500-prologue.exp
13060 * gdb.arch/ftrace-insn-reloc.exp
13061 * gdb.arch/gdb1291.exp
13062 * gdb.arch/gdb1431.exp
13063 * gdb.arch/gdb1558.exp
13064 * gdb.arch/i386-dr3-watch.exp
13065 * gdb.arch/i386-sse-stack-align.exp
13066 * gdb.arch/ia64-breakpoint-shadow.exp
13067 * gdb.arch/pa-nullify.exp
13068 * gdb.arch/powerpc-aix-prologue.exp
13069 * gdb.arch/thumb-bx-pc.exp
13070 * gdb.base/annota1.exp
13071 * gdb.base/annota3.exp
13072 * gdb.base/arrayidx.exp
13073 * gdb.base/assign.exp
13074 * gdb.base/attach.exp
13075 * gdb.base/auxv.exp
13076 * gdb.base/bang.exp
13077 * gdb.base/bfp-test.exp
13078 * gdb.base/bigcore.exp
13079 * gdb.base/bitfields2.exp
13080 * gdb.base/break-fun-addr.exp
13081 * gdb.base/break-probes.exp
13082 * gdb.base/call-rt-st.exp
13083 * gdb.base/callexit.exp
13084 * gdb.base/catch-fork-kill.exp
13085 * gdb.base/charset.exp
13086 * gdb.base/checkpoint.exp
13087 * gdb.base/comprdebug.exp
13088 * gdb.base/constvars.exp
13089 * gdb.base/coredump-filter.exp
13090 * gdb.base/cursal.exp
13091 * gdb.base/cvexpr.exp
13092 * gdb.base/detach.exp
13093 * gdb.base/display.exp
13094 * gdb.base/dmsym.exp
13095 * gdb.base/dprintf-pending.exp
13096 * gdb.base/dso2dso.exp
13097 * gdb.base/dtrace-probe.exp
13098 * gdb.base/dump.exp
13099 * gdb.base/enum_cond.exp
13100 * gdb.base/exe-lock.exp
13101 * gdb.base/exec-invalid-sysroot.exp
13102 * gdb.base/execl-update-breakpoints.exp
13103 * gdb.base/exprs.exp
13104 * gdb.base/fileio.exp
13105 * gdb.base/find.exp
13106 * gdb.base/finish.exp
13107 * gdb.base/fixsection.exp
13108 * gdb.base/foll-vfork.exp
13109 * gdb.base/frame-args.exp
13110 * gdb.base/gcore.exp
13111 * gdb.base/gdb1250.exp
13112 * gdb.base/global-var-nested-by-dso.exp
13113 * gdb.base/gnu-ifunc.exp
13114 * gdb.base/hashline1.exp
13115 * gdb.base/hashline2.exp
13116 * gdb.base/hashline3.exp
13117 * gdb.base/hbreak-in-shr-unsupported.exp
13118 * gdb.base/huge.exp
13119 * gdb.base/infcall-input.exp
13120 * gdb.base/info-fun.exp
13121 * gdb.base/info-shared.exp
13122 * gdb.base/jit-simple.exp
13123 * gdb.base/jit-so.exp
13124 * gdb.base/jit.exp
13125 * gdb.base/jump.exp
13126 * gdb.base/label.exp
13127 * gdb.base/lineinc.exp
13128 * gdb.base/logical.exp
13129 * gdb.base/longjmp.exp
13130 * gdb.base/macscp.exp
13131 * gdb.base/miscexprs.exp
13132 * gdb.base/new-ui-echo.exp
13133 * gdb.base/new-ui-pending-input.exp
13134 * gdb.base/new-ui.exp
13135 * gdb.base/nodebug.exp
13136 * gdb.base/nofield.exp
13137 * gdb.base/offsets.exp
13138 * gdb.base/overlays.exp
13139 * gdb.base/pending.exp
13140 * gdb.base/pointers.exp
13141 * gdb.base/pr11022.exp
13142 * gdb.base/printcmds.exp
13143 * gdb.base/prologue.exp
13144 * gdb.base/ptr-typedef.exp
13145 * gdb.base/realname-expand.exp
13146 * gdb.base/relativedebug.exp
13147 * gdb.base/relocate.exp
13148 * gdb.base/remote.exp
13149 * gdb.base/reread.exp
13150 * gdb.base/return2.exp
13151 * gdb.base/savedregs.exp
13152 * gdb.base/sep.exp
13153 * gdb.base/sepdebug.exp
13154 * gdb.base/sepsymtab.exp
13155 * gdb.base/set-inferior-tty.exp
13156 * gdb.base/setshow.exp
13157 * gdb.base/shlib-call.exp
13158 * gdb.base/sigaltstack.exp
13159 * gdb.base/siginfo-addr.exp
13160 * gdb.base/signals.exp
13161 * gdb.base/signull.exp
13162 * gdb.base/sigrepeat.exp
13163 * gdb.base/so-impl-ld.exp
13164 * gdb.base/solib-display.exp
13165 * gdb.base/solib-overlap.exp
13166 * gdb.base/solib-search.exp
13167 * gdb.base/solib-symbol.exp
13168 * gdb.base/structs.exp
13169 * gdb.base/structs2.exp
13170 * gdb.base/symtab-search-order.exp
13171 * gdb.base/twice.exp
13172 * gdb.base/unload.exp
13173 * gdb.base/varargs.exp
13174 * gdb.base/watchpoint-solib.exp
13175 * gdb.base/watchpoint.exp
13176 * gdb.base/whatis.exp
13177 * gdb.base/wrong_frame_bt_full.exp
13178 * gdb.btrace/dlopen.exp
13179 * gdb.cell/ea-standalone.exp
13180 * gdb.cell/ea-test.exp
13181 * gdb.cp/dispcxx.exp
13182 * gdb.cp/gdb2384.exp
13183 * gdb.cp/method2.exp
13184 * gdb.cp/nextoverthrow.exp
13185 * gdb.cp/pr10728.exp
13186 * gdb.disasm/am33.exp
13187 * gdb.disasm/h8300s.exp
13188 * gdb.disasm/mn10300.exp
13189 * gdb.disasm/sh3.exp
13190 * gdb.dwarf2/dw2-dir-file-name.exp
13191 * gdb.fortran/complex.exp
13192 * gdb.fortran/library-module.exp
13193 * gdb.guile/scm-pretty-print.exp
13194 * gdb.guile/scm-symbol.exp
13195 * gdb.guile/scm-type.exp
13196 * gdb.guile/scm-value.exp
13197 * gdb.linespec/linespec.exp
13198 * gdb.mi/gdb701.exp
13199 * gdb.mi/gdb792.exp
13200 * gdb.mi/mi-breakpoint-changed.exp
13201 * gdb.mi/mi-dprintf-pending.exp
13202 * gdb.mi/mi-dprintf.exp
13203 * gdb.mi/mi-exit-code.exp
13204 * gdb.mi/mi-pending.exp
13205 * gdb.mi/mi-solib.exp
13206 * gdb.mi/new-ui-mi-sync.exp
13207 * gdb.mi/pr11022.exp
13208 * gdb.mi/user-selected-context-sync.exp
13209 * gdb.opt/solib-intra-step.exp
13210 * gdb.python/py-events.exp
13211 * gdb.python/py-finish-breakpoint.exp
13212 * gdb.python/py-mi.exp
13213 * gdb.python/py-prettyprint.exp
13214 * gdb.python/py-shared.exp
13215 * gdb.python/py-symbol.exp
13216 * gdb.python/py-template.exp
13217 * gdb.python/py-type.exp
13218 * gdb.python/py-value.exp
13219 * gdb.reverse/solib-precsave.exp
13220 * gdb.reverse/solib-reverse.exp
13221 * gdb.server/solib-list.exp
13222 * gdb.stabs/weird.exp
13223 * gdb.threads/reconnect-signal.exp
13224 * gdb.threads/stepi-random-signal.exp
13225 * gdb.trace/actions.exp
13226 * gdb.trace/ax.exp
13227 * gdb.trace/backtrace.exp
13228 * gdb.trace/change-loc.exp
13229 * gdb.trace/deltrace.exp
13230 * gdb.trace/ftrace-lock.exp
13231 * gdb.trace/ftrace.exp
13232 * gdb.trace/infotrace.exp
13233 * gdb.trace/mi-tracepoint-changed.exp
13234 * gdb.trace/packetlen.exp
13235 * gdb.trace/passcount.exp
13236 * gdb.trace/pending.exp
13237 * gdb.trace/range-stepping.exp
13238 * gdb.trace/report.exp
13239 * gdb.trace/stap-trace.exp
13240 * gdb.trace/tfind.exp
13241 * gdb.trace/trace-break.exp
13242 * gdb.trace/trace-condition.exp
13243 * gdb.trace/trace-enable-disable.exp
13244 * gdb.trace/trace-mt.exp
13245 * gdb.trace/tracecmd.exp
13246 * gdb.trace/tspeed.exp
13247 * gdb.trace/tsv.exp
13248 * lib/perftest.exp
13249
13250 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
13251
13252 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
13253 with gdb_test_no_output.
13254 Use command as test name.
13255
13256 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
13257
13258 Fix test names starting with uppercase throughout the files.
13259
13260 * gdb.ada/assign_1.exp
13261 * gdb.ada/boolean_expr.exp
13262 * gdb.base/arrayidx.exp
13263 * gdb.base/del.exp
13264 * gdb.base/gcore-buffer-overflow.exp
13265 * gdb.base/testenv.exp
13266 * gdb.compile/compile.exp
13267 * gdb.python/py-framefilter-invalidarg.exp
13268 * gdb.python/py-framefilter.exp
13269
13270 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
13271
13272 Fix test names starting with uppercase throughout the files.
13273
13274 * gdb.ada/array_return.exp
13275 * gdb.ada/expr_delims.exp
13276 * gdb.ada/mi_dyn_arr.exp
13277 * gdb.ada/mi_interface.exp
13278 * gdb.ada/mi_var_array.exp
13279 * gdb.ada/watch_arg.exp
13280 * gdb.arch/alpha-step.exp
13281 * gdb.arch/altivec-regs.exp
13282 * gdb.arch/e500-regs.exp
13283 * gdb.arch/powerpc-d128-regs.exp
13284 * gdb.base/arrayidx.exp
13285 * gdb.base/break.exp
13286 * gdb.base/checkpoint.exp
13287 * gdb.base/debug-expr.exp
13288 * gdb.base/dmsym.exp
13289 * gdb.base/radix.exp
13290 * gdb.base/sepdebug.exp
13291 * gdb.base/testenv.exp
13292 * gdb.base/watch_thread_num.exp
13293 * gdb.base/watchpoint-cond-gone.exp
13294 * gdb.cell/break.exp
13295 * gdb.cell/ea-cache.exp
13296 * gdb.compile/compile.exp
13297 * gdb.cp/gdb2495.exp
13298 * gdb.gdb/selftest.exp
13299 * gdb.gdb/xfullpath.exp
13300 * gdb.go/hello.exp
13301 * gdb.go/integers.exp
13302 * gdb.objc/basicclass.exp
13303 * gdb.pascal/hello.exp
13304 * gdb.pascal/integers.exp
13305 * gdb.python/py-breakpoint.exp
13306 * gdb.python/py-cmd.exp
13307 * gdb.python/py-linetable.exp
13308 * gdb.python/py-xmethods.exp
13309 * gdb.python/python.exp
13310 * gdb.reverse/consecutive-precsave.exp
13311 * gdb.reverse/finish-precsave.exp
13312 * gdb.reverse/i386-precsave.exp
13313 * gdb.reverse/machinestate-precsave.exp
13314 * gdb.reverse/sigall-precsave.exp
13315 * gdb.reverse/solib-precsave.exp
13316 * gdb.reverse/step-precsave.exp
13317 * gdb.reverse/until-precsave.exp
13318 * gdb.reverse/watch-precsave.exp
13319 * gdb.threads/leader-exit.exp
13320 * gdb.threads/pthreads.exp
13321 * gdb.threads/wp-replication.exp
13322 * gdb.trace/actions.exp
13323 * gdb.trace/mi-tsv-changed.exp
13324 * gdb.trace/tsv.exp
13325
13326 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
13327
13328 Fix test names starting with uppercase throughout the files.
13329
13330 * gdb.arch/i386-bp_permanent.exp
13331 * gdb.arch/i386-gnu-cfi.exp
13332 * gdb.base/disasm-end-cu.exp
13333 * gdb.base/macscp.exp
13334 * gdb.base/pending.exp
13335 * gdb.base/watch_thread_num.exp
13336 * gdb.cp/exception.exp
13337 * gdb.cp/gdb2495.exp
13338 * gdb.cp/local.exp
13339 * gdb.python/py-evsignal.exp
13340 * gdb.python/python.exp
13341 * gdb.trace/tracecmd.exp
13342
13343 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
13344
13345 Fix test names starting with uppercase throughout the files.
13346
13347 * gdb.base/charset.exp
13348 * gdb.base/eval.exp
13349 * gdb.base/multi-forks.exp
13350 * gdb.guile/scm-progspace.exp
13351 * gdb.opencl/datatypes.exp
13352 * gdb.python/py-block.exp
13353 * gdb.python/py-function.exp
13354 * gdb.python/py-symbol.exp
13355 * gdb.python/py-symtab.exp
13356 * gdb.python/py-xmethods.exp
13357 * gdb.reverse/break-precsave.exp
13358 * gdb.reverse/break-reverse.exp
13359 * gdb.reverse/consecutive-precsave.exp
13360 * gdb.reverse/consecutive-reverse.exp
13361 * gdb.reverse/finish-precsave.exp
13362 * gdb.reverse/finish-reverse-bkpt.exp
13363 * gdb.reverse/finish-reverse.exp
13364 * gdb.reverse/fstatat-reverse.exp
13365 * gdb.reverse/getresuid-reverse.exp
13366 * gdb.reverse/i386-precsave.exp
13367 * gdb.reverse/i386-reverse.exp
13368 * gdb.reverse/i386-sse-reverse.exp
13369 * gdb.reverse/i387-stack-reverse.exp
13370 * gdb.reverse/insn-reverse.exp
13371 * gdb.reverse/machinestate-precsave.exp
13372 * gdb.reverse/machinestate.exp
13373 * gdb.reverse/next-reverse-bkpt-over-sr.exp
13374 * gdb.reverse/pipe-reverse.exp
13375 * gdb.reverse/readv-reverse.exp
13376 * gdb.reverse/recvmsg-reverse.exp
13377 * gdb.reverse/rerun-prec.exp
13378 * gdb.reverse/s390-mvcle.exp
13379 * gdb.reverse/sigall-precsave.exp
13380 * gdb.reverse/sigall-reverse.exp
13381 * gdb.reverse/solib-precsave.exp
13382 * gdb.reverse/solib-reverse.exp
13383 * gdb.reverse/step-precsave.exp
13384 * gdb.reverse/step-reverse.exp
13385 * gdb.reverse/time-reverse.exp
13386 * gdb.reverse/until-precsave.exp
13387 * gdb.reverse/until-reverse.exp
13388 * gdb.reverse/waitpid-reverse.exp
13389 * gdb.reverse/watch-precsave.exp
13390 * gdb.reverse/watch-reverse.exp
13391
13392 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
13393
13394 Fix test names starting with uppercase throughout the files.
13395
13396 * gdb.arch/i386-mpx-simple_segv.exp
13397 * gdb.arch/i386-mpx.exp
13398 * gdb.arch/i386-permbkpt.exp
13399 * gdb.arch/pa-nullify.exp
13400 * gdb.arch/powerpc-d128-regs.exp
13401 * gdb.arch/vsx-regs.exp
13402 * gdb.base/bfp-test.exp
13403 * gdb.base/break.exp
13404 * gdb.base/breakpoint-shadow.exp
13405 * gdb.base/callfuncs.exp
13406 * gdb.base/charset.exp
13407 * gdb.base/commands.exp
13408 * gdb.base/completion.exp
13409 * gdb.base/dfp-test.exp
13410 * gdb.base/echo.exp
13411 * gdb.base/ending-run.exp
13412 * gdb.base/eval.exp
13413 * gdb.base/expand-psymtabs.exp
13414 * gdb.base/float128.exp
13415 * gdb.base/floatn.exp
13416 * gdb.base/foll-exec-mode.exp
13417 * gdb.base/gdb1056.exp
13418 * gdb.base/gdb11531.exp
13419 * gdb.base/kill-after-signal.exp
13420 * gdb.base/multi-forks.exp
13421 * gdb.base/overlays.exp
13422 * gdb.base/pending.exp
13423 * gdb.base/sepdebug.exp
13424 * gdb.base/testenv.exp
13425 * gdb.base/valgrind-db-attach.exp
13426 * gdb.base/watch_thread_num.exp
13427 * gdb.base/watchpoint-cond-gone.exp
13428 * gdb.base/watchpoint.exp
13429 * gdb.base/watchpoints.exp
13430 * gdb.cp/arg-reference.exp
13431 * gdb.cp/baseenum.exp
13432 * gdb.cp/operator.exp
13433 * gdb.cp/shadow.exp
13434 * gdb.dwarf2/dw2-op-out-param.exp
13435 * gdb.dwarf2/dw2-reg-undefined.exp
13436 * gdb.go/chan.exp
13437 * gdb.go/hello.exp
13438 * gdb.go/integers.exp
13439 * gdb.go/methods.exp
13440 * gdb.go/package.exp
13441 * gdb.guile/scm-parameter.exp
13442 * gdb.guile/scm-progspace.exp
13443 * gdb.guile/scm-value.exp
13444 * gdb.mi/mi-pending.exp
13445 * gdb.mi/user-selected-context-sync.exp
13446 * gdb.multi/multi-attach.exp
13447 * gdb.multi/tids.exp
13448 * gdb.opt/clobbered-registers-O2.exp
13449 * gdb.pascal/floats.exp
13450 * gdb.pascal/integers.exp
13451 * gdb.python/py-block.exp
13452 * gdb.python/py-events.exp
13453 * gdb.python/py-parameter.exp
13454 * gdb.python/py-symbol.exp
13455 * gdb.python/py-symtab.exp
13456 * gdb.python/py-type.exp
13457 * gdb.python/py-value.exp
13458 * gdb.python/py-xmethods.exp
13459 * gdb.python/python.exp
13460 * gdb.reverse/break-precsave.exp
13461 * gdb.reverse/consecutive-precsave.exp
13462 * gdb.reverse/finish-precsave.exp
13463 * gdb.reverse/i386-precsave.exp
13464 * gdb.reverse/machinestate-precsave.exp
13465 * gdb.reverse/sigall-precsave.exp
13466 * gdb.reverse/solib-precsave.exp
13467 * gdb.reverse/step-precsave.exp
13468 * gdb.reverse/until-precsave.exp
13469 * gdb.reverse/watch-precsave.exp
13470 * gdb.server/ext-attach.exp
13471 * gdb.server/ext-restart.exp
13472 * gdb.server/ext-run.exp
13473 * gdb.server/ext-wrapper.exp
13474 * gdb.stabs/gdb11479.exp
13475 * gdb.stabs/weird.exp
13476 * gdb.threads/attach-many-short-lived-threads.exp
13477 * gdb.threads/kill.exp
13478 * gdb.threads/watchpoint-fork.exp
13479
13480 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
13481
13482 Fix test names starting with uppercase throughout all the files below.
13483
13484 * gdb.ada/array_return.exp
13485 * gdb.ada/catch_ex.exp
13486 * gdb.ada/info_exc.exp
13487 * gdb.ada/mi_catch_ex.exp
13488 * gdb.ada/mi_dyn_arr.exp
13489 * gdb.ada/mi_ex_cond.exp
13490 * gdb.ada/mi_exc_info.exp
13491 * gdb.ada/mi_interface.exp
13492 * gdb.ada/mi_task_arg.exp
13493 * gdb.ada/mi_task_info.exp
13494 * gdb.ada/mi_var_array.exp
13495 * gdb.arch/alpha-step.exp
13496 * gdb.arch/amd64-disp-step.exp
13497 * gdb.arch/arm-disp-step.exp
13498 * gdb.arch/disp-step-insn-reloc.exp
13499 * gdb.arch/e500-prologue.exp
13500 * gdb.arch/ftrace-insn-reloc.exp
13501 * gdb.arch/gdb1558.exp
13502 * gdb.arch/i386-bp_permanent.exp
13503 * gdb.arch/i386-disp-step.exp
13504 * gdb.arch/i386-float.exp
13505 * gdb.arch/i386-gnu-cfi.exp
13506 * gdb.arch/ia64-breakpoint-shadow.exp
13507 * gdb.arch/mips16-thunks.exp
13508 * gdb.arch/pa-nullify.exp
13509 * gdb.arch/powerpc-aix-prologue.exp
13510 * gdb.arch/powerpc-power.exp
13511 * gdb.arch/ppc-dfp.exp
13512 * gdb.arch/s390-tdbregs.exp
13513 * gdb.arch/spu-info.exp
13514 * gdb.arch/spu-ls.exp
13515 * gdb.arch/thumb-bx-pc.exp
13516 * gdb.base/advance.exp
13517 * gdb.base/annota-input-while-running.exp
13518 * gdb.base/arrayidx.exp
13519 * gdb.base/asmlabel.exp
13520 * gdb.base/async.exp
13521 * gdb.base/attach-wait-input.exp
13522 * gdb.base/auto-connect-native-target.exp
13523 * gdb.base/batch-preserve-term-settings.exp
13524 * gdb.base/bfp-test.exp
13525 * gdb.base/bigcore.exp
13526 * gdb.base/bp-permanent.exp
13527 * gdb.base/break-always.exp
13528 * gdb.base/break-fun-addr.exp
13529 * gdb.base/break-idempotent.exp
13530 * gdb.base/break-main-file-remove-fail.exp
13531 * gdb.base/break-probes.exp
13532 * gdb.base/break-unload-file.exp
13533 * gdb.base/break.exp
13534 * gdb.base/call-ar-st.exp
13535 * gdb.base/call-rt-st.exp
13536 * gdb.base/call-sc.exp
13537 * gdb.base/call-signal-resume.exp
13538 * gdb.base/call-strs.exp
13539 * gdb.base/callexit.exp
13540 * gdb.base/callfuncs.exp
13541 * gdb.base/catch-gdb-caused-signals.exp
13542 * gdb.base/catch-signal-siginfo-cond.exp
13543 * gdb.base/catch-syscall.exp
13544 * gdb.base/compare-sections.exp
13545 * gdb.base/cond-eval-mode.exp
13546 * gdb.base/condbreak-call-false.exp
13547 * gdb.base/consecutive-step-over.exp
13548 * gdb.base/cursal.exp
13549 * gdb.base/disabled-location.exp
13550 * gdb.base/disasm-end-cu.exp
13551 * gdb.base/display.exp
13552 * gdb.base/double-prompt-target-event-error.exp
13553 * gdb.base/dprintf-bp-same-addr.exp
13554 * gdb.base/dprintf-detach.exp
13555 * gdb.base/dprintf-next.exp
13556 * gdb.base/dprintf-non-stop.exp
13557 * gdb.base/dprintf-pending.exp
13558 * gdb.base/dso2dso.exp
13559 * gdb.base/ending-run.exp
13560 * gdb.base/enum_cond.exp
13561 * gdb.base/examine-backward.exp
13562 * gdb.base/exe-lock.exp
13563 * gdb.base/exec-invalid-sysroot.exp
13564 * gdb.base/execl-update-breakpoints.exp
13565 * gdb.base/execution-termios.exp
13566 * gdb.base/fileio.exp
13567 * gdb.base/fixsection.exp
13568 * gdb.base/foll-exec-mode.exp
13569 * gdb.base/foll-exec.exp
13570 * gdb.base/fork-running-state.exp
13571 * gdb.base/frame-args.exp
13572 * gdb.base/fullpath-expand.exp
13573 * gdb.base/func-ptr.exp
13574 * gdb.base/gcore-relro-pie.exp
13575 * gdb.base/gdb1090.exp
13576 * gdb.base/gdb1555.exp
13577 * gdb.base/global-var-nested-by-dso.exp
13578 * gdb.base/gnu-ifunc.exp
13579 * gdb.base/hbreak-in-shr-unsupported.exp
13580 * gdb.base/hbreak-unmapped.exp
13581 * gdb.base/hook-stop.exp
13582 * gdb.base/infcall-input.exp
13583 * gdb.base/info-fun.exp
13584 * gdb.base/info-shared.exp
13585 * gdb.base/interrupt-noterm.exp
13586 * gdb.base/jit-so.exp
13587 * gdb.base/jit.exp
13588 * gdb.base/line-symtabs.exp
13589 * gdb.base/list.exp
13590 * gdb.base/longjmp.exp
13591 * gdb.base/macscp.exp
13592 * gdb.base/max-value-size.exp
13593 * gdb.base/nodebug.exp
13594 * gdb.base/nofield.exp
13595 * gdb.base/overlays.exp
13596 * gdb.base/paginate-after-ctrl-c-running.exp
13597 * gdb.base/paginate-bg-execution.exp
13598 * gdb.base/paginate-inferior-exit.exp
13599 * gdb.base/pending.exp
13600 * gdb.base/pr11022.exp
13601 * gdb.base/printcmds.exp
13602 * gdb.base/ptr-typedef.exp
13603 * gdb.base/ptype.exp
13604 * gdb.base/randomize.exp
13605 * gdb.base/range-stepping.exp
13606 * gdb.base/realname-expand.exp
13607 * gdb.base/relativedebug.exp
13608 * gdb.base/remote.exp
13609 * gdb.base/savedregs.exp
13610 * gdb.base/sepdebug.exp
13611 * gdb.base/set-noassign.exp
13612 * gdb.base/shlib-call.exp
13613 * gdb.base/shreloc.exp
13614 * gdb.base/sigaltstack.exp
13615 * gdb.base/sigbpt.exp
13616 * gdb.base/siginfo-addr.exp
13617 * gdb.base/siginfo-obj.exp
13618 * gdb.base/siginfo-thread.exp
13619 * gdb.base/signest.exp
13620 * gdb.base/signull.exp
13621 * gdb.base/sigrepeat.exp
13622 * gdb.base/skip.exp
13623 * gdb.base/so-impl-ld.exp
13624 * gdb.base/solib-corrupted.exp
13625 * gdb.base/solib-disc.exp
13626 * gdb.base/solib-display.exp
13627 * gdb.base/solib-overlap.exp
13628 * gdb.base/solib-search.exp
13629 * gdb.base/solib-symbol.exp
13630 * gdb.base/source-execution.exp
13631 * gdb.base/sss-bp-on-user-bp-2.exp
13632 * gdb.base/sss-bp-on-user-bp.exp
13633 * gdb.base/stack-checking.exp
13634 * gdb.base/stale-infcall.exp
13635 * gdb.base/step-break.exp
13636 * gdb.base/step-line.exp
13637 * gdb.base/step-over-exit.exp
13638 * gdb.base/step-test.exp
13639 * gdb.base/structs.exp
13640 * gdb.base/sym-file.exp
13641 * gdb.base/symtab-search-order.exp
13642 * gdb.base/term.exp
13643 * gdb.base/type-opaque.exp
13644 * gdb.base/unload.exp
13645 * gdb.base/until-nodebug.exp
13646 * gdb.base/until.exp
13647 * gdb.base/unwindonsignal.exp
13648 * gdb.base/watch-cond.exp
13649 * gdb.base/watch-non-mem.exp
13650 * gdb.base/watch_thread_num.exp
13651 * gdb.base/watchpoint-reuse-slot.exp
13652 * gdb.base/watchpoint-solib.exp
13653 * gdb.base/watchpoint.exp
13654 * gdb.btrace/dlopen.exp
13655 * gdb.cell/arch.exp
13656 * gdb.cell/break.exp
13657 * gdb.cell/bt.exp
13658 * gdb.cell/core.exp
13659 * gdb.cell/data.exp
13660 * gdb.cell/dwarfaddr.exp
13661 * gdb.cell/ea-cache.exp
13662 * gdb.cell/ea-standalone.exp
13663 * gdb.cell/ea-test.exp
13664 * gdb.cell/f-regs.exp
13665 * gdb.cell/fork.exp
13666 * gdb.cell/gcore.exp
13667 * gdb.cell/mem-access.exp
13668 * gdb.cell/ptype.exp
13669 * gdb.cell/registers.exp
13670 * gdb.cell/sizeof.exp
13671 * gdb.cell/solib-symbol.exp
13672 * gdb.cell/solib.exp
13673 * gdb.compile/compile-tls.exp
13674 * gdb.cp/exception.exp
13675 * gdb.cp/gdb2495.exp
13676 * gdb.cp/local.exp
13677 * gdb.cp/mb-inline.exp
13678 * gdb.cp/mb-templates.exp
13679 * gdb.cp/pr10687.exp
13680 * gdb.cp/pr9167.exp
13681 * gdb.cp/scope-err.exp
13682 * gdb.cp/templates.exp
13683 * gdb.cp/virtfunc.exp
13684 * gdb.dwarf2/dw2-dir-file-name.exp
13685 * gdb.dwarf2/dw2-single-line-discriminators.exp
13686 * gdb.fortran/complex.exp
13687 * gdb.fortran/library-module.exp
13688 * gdb.guile/guile.exp
13689 * gdb.guile/scm-cmd.exp
13690 * gdb.guile/scm-frame-inline.exp
13691 * gdb.guile/scm-objfile.exp
13692 * gdb.guile/scm-pretty-print.exp
13693 * gdb.guile/scm-symbol.exp
13694 * gdb.guile/scm-type.exp
13695 * gdb.guile/scm-value.exp
13696 * gdb.linespec/keywords.exp
13697 * gdb.linespec/ls-errs.exp
13698 * gdb.linespec/macro-relative.exp
13699 * gdb.linespec/thread.exp
13700 * gdb.mi/mi-breakpoint-changed.exp
13701 * gdb.mi/mi-dprintf-pending.exp
13702 * gdb.mi/mi-fullname-deleted.exp
13703 * gdb.mi/mi-logging.exp
13704 * gdb.mi/mi-pending.exp
13705 * gdb.mi/mi-solib.exp
13706 * gdb.mi/new-ui-mi-sync.exp
13707 * gdb.mi/user-selected-context-sync.exp
13708 * gdb.multi/dummy-frame-restore.exp
13709 * gdb.multi/multi-arch-exec.exp
13710 * gdb.multi/remove-inferiors.exp
13711 * gdb.multi/watchpoint-multi-exit.exp
13712 * gdb.opt/solib-intra-step.exp
13713 * gdb.perf/backtrace.exp
13714 * gdb.perf/single-step.exp
13715 * gdb.perf/skip-command.exp
13716 * gdb.perf/skip-prologue.exp
13717 * gdb.perf/solib.exp
13718 * gdb.python/lib-types.exp
13719 * gdb.python/py-as-string.exp
13720 * gdb.python/py-bad-printers.exp
13721 * gdb.python/py-block.exp
13722 * gdb.python/py-breakpoint.exp
13723 * gdb.python/py-cmd.exp
13724 * gdb.python/py-events.exp
13725 * gdb.python/py-evthreads.exp
13726 * gdb.python/py-finish-breakpoint.exp
13727 * gdb.python/py-finish-breakpoint2.exp
13728 * gdb.python/py-frame-inline.exp
13729 * gdb.python/py-frame.exp
13730 * gdb.python/py-inferior.exp
13731 * gdb.python/py-infthread.exp
13732 * gdb.python/py-mi.exp
13733 * gdb.python/py-objfile.exp
13734 * gdb.python/py-pp-maint.exp
13735 * gdb.python/py-pp-registration.exp
13736 * gdb.python/py-prettyprint.exp
13737 * gdb.python/py-recurse-unwind.exp
13738 * gdb.python/py-shared.exp
13739 * gdb.python/py-symbol.exp
13740 * gdb.python/py-symtab.exp
13741 * gdb.python/py-template.exp
13742 * gdb.python/py-type.exp
13743 * gdb.python/py-unwind-maint.exp
13744 * gdb.python/py-unwind.exp
13745 * gdb.python/py-value.exp
13746 * gdb.python/python.exp
13747 * gdb.reverse/finish-reverse-bkpt.exp
13748 * gdb.reverse/insn-reverse.exp
13749 * gdb.reverse/next-reverse-bkpt-over-sr.exp
13750 * gdb.reverse/solib-precsave.exp
13751 * gdb.reverse/solib-reverse.exp
13752 * gdb.stabs/gdb11479.exp
13753 * gdb.stabs/weird.exp
13754 * gdb.threads/fork-child-threads.exp
13755 * gdb.threads/fork-plus-threads.exp
13756 * gdb.threads/fork-thread-pending.exp
13757 * gdb.threads/forking-threads-plus-breakpoint.exp
13758 * gdb.threads/hand-call-in-threads.exp
13759 * gdb.threads/interrupted-hand-call.exp
13760 * gdb.threads/linux-dp.exp
13761 * gdb.threads/local-watch-wrong-thread.exp
13762 * gdb.threads/next-while-other-thread-longjmps.exp
13763 * gdb.threads/non-ldr-exit.exp
13764 * gdb.threads/pending-step.exp
13765 * gdb.threads/print-threads.exp
13766 * gdb.threads/process-dies-while-detaching.exp
13767 * gdb.threads/process-dies-while-handling-bp.exp
13768 * gdb.threads/pthreads.exp
13769 * gdb.threads/queue-signal.exp
13770 * gdb.threads/reconnect-signal.exp
13771 * gdb.threads/signal-command-handle-nopass.exp
13772 * gdb.threads/signal-command-multiple-signals-pending.exp
13773 * gdb.threads/signal-delivered-right-thread.exp
13774 * gdb.threads/signal-sigtrap.exp
13775 * gdb.threads/sigthread.exp
13776 * gdb.threads/staticthreads.exp
13777 * gdb.threads/stepi-random-signal.exp
13778 * gdb.threads/thread-unwindonsignal.exp
13779 * gdb.threads/thread_check.exp
13780 * gdb.threads/thread_events.exp
13781 * gdb.threads/tid-reuse.exp
13782 * gdb.threads/tls-nodebug.exp
13783 * gdb.threads/tls-shared.exp
13784 * gdb.threads/tls-so_extern.exp
13785 * gdb.threads/tls.exp
13786 * gdb.threads/wp-replication.exp
13787 * gdb.trace/actions-changed.exp
13788 * gdb.trace/actions.exp
13789 * gdb.trace/backtrace.exp
13790 * gdb.trace/change-loc.exp
13791 * gdb.trace/collection.exp
13792 * gdb.trace/deltrace.exp
13793 * gdb.trace/disconnected-tracing.exp
13794 * gdb.trace/entry-values.exp
13795 * gdb.trace/ftrace-lock.exp
13796 * gdb.trace/ftrace.exp
13797 * gdb.trace/infotrace.exp
13798 * gdb.trace/mi-trace-frame-collected.exp
13799 * gdb.trace/mi-trace-unavailable.exp
13800 * gdb.trace/mi-traceframe-changed.exp
13801 * gdb.trace/mi-tracepoint-changed.exp
13802 * gdb.trace/mi-tsv-changed.exp
13803 * gdb.trace/no-attach-trace.exp
13804 * gdb.trace/packetlen.exp
13805 * gdb.trace/passc-dyn.exp
13806 * gdb.trace/passcount.exp
13807 * gdb.trace/pending.exp
13808 * gdb.trace/pr16508.exp
13809 * gdb.trace/qtro.exp
13810 * gdb.trace/range-stepping.exp
13811 * gdb.trace/read-memory.exp
13812 * gdb.trace/report.exp
13813 * gdb.trace/save-trace.exp
13814 * gdb.trace/signal.exp
13815 * gdb.trace/stap-trace.exp
13816 * gdb.trace/status-stop.exp
13817 * gdb.trace/strace.exp
13818 * gdb.trace/tfile.exp
13819 * gdb.trace/tfind.exp
13820 * gdb.trace/trace-break.exp
13821 * gdb.trace/trace-condition.exp
13822 * gdb.trace/trace-enable-disable.exp
13823 * gdb.trace/trace-mt.exp
13824 * gdb.trace/tracecmd.exp
13825 * gdb.trace/tracefile-pseudo-reg.exp
13826 * gdb.trace/tspeed.exp
13827 * gdb.trace/tstatus.exp
13828 * gdb.trace/tsv.exp
13829 * gdb.trace/unavailable.exp
13830 * gdb.trace/while-dyn.exp
13831 * gdb.trace/while-stepping.exp
13832 * lib/gdb-guile.exp
13833 * lib/gdb.exp
13834 * lib/mi-support.exp
13835 * lib/pascal.exp
13836 * lib/perftest.exp
13837 * lib/prelink-support.exp
13838 * lib/selftest-support.exp
13839
13840 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
13841
13842 * Makefile.in: Include disable-implicit-rules.mk.
13843
13844 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
13845
13846 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
13847 non-byte-aligned bit fields.
13848
13849 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
13850
13851 PR gdb/12616
13852 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
13853 respects the DW_AT_data_bit_offset attribute.
13854
13855 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
13856
13857 * gdb.base/default.exp: Fix output of "set language".
13858
13859 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
13860
13861 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
13862 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
13863 make.
13864 * configure.ac: Remove checks for the make program.
13865 * configure: Re-generate.
13866
13867 2016-11-16 Kevin Buettner <kevinb@redhat.com>
13868
13869 * gdb.python/py-recurse-unwind.c (main): Add loop.
13870 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
13871 to read_register() and gdb.parse_and_eval(). Make each code
13872 call a separate case that can be individually tested.
13873 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
13874 proc. Call cont_and_backtrace for each of the code paths that
13875 we want to test in the unwinder.
13876
13877 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
13878
13879 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
13880 the definition of struct S.
13881
13882 2016-11-11 Catherine Moore <clm@codesourcery.com>
13883
13884 * gdb.base/dump.exp: Identify verilog format dump tests as such.
13885
13886 2016-11-09 Pedro Alves <palves@redhat.com>
13887
13888 * gdb.base/commands.exp (runto_or_return): New procedure.
13889 (gdbvar_simple_if_test, gdbvar_simple_while_test)
13890 (gdbvar_complex_if_while_test, progvar_simple_if_test)
13891 (progvar_simple_while_test, progvar_complex_if_while_test)
13892 (if_while_breakpoint_command_test)
13893 (infrun_breakpoint_command_test, breakpoint_command_test)
13894 (user_defined_command_test, watchpoint_command_test)
13895 (test_command_prompt_position, redefine_hook_test)
13896 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
13897 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
13898 multi_line_input and multi_line. Remove gdb_expect and
13899 gdb_stop_suppressing_tests uses.
13900 * lib/gdb.exp (valnum_re): New global.
13901 (multi_line_input): New procedure.
13902
13903 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
13904
13905 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
13906 Remove.
13907 (test_setup): Define with proc_with_prefix.
13908 (test_cli_inferior): Likewise.
13909 (test_cli_thread): Likewise.
13910 (test_cli_frame): Likewise.
13911 (test_cli_select_frame): Likewise.
13912 (test_cli_up_down): Likewise.
13913 (test_mi_thread_select): Likewise.
13914 (test_mi_stack_select_frame): Likewise.
13915 (test_cli_in_mi_inferior): Likewise.
13916 (test_cli_in_mi_thread): Likewise.
13917 (test_cli_in_mi_frame): Likewise.
13918 (top level): Do not use with_test_prefix_procname.
13919
13920 2016-11-09 Pedro Alves <palves@redhat.com>
13921
13922 * gdb.base/commands.exp (gdbvar_simple_if_test)
13923 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
13924 (progvar_simple_if_test, progvar_simple_while_test)
13925 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
13926 (infrun_breakpoint_command_test, breakpoint_command_test)
13927 (user_defined_command_test, watchpoint_command_test)
13928 (test_command_prompt_position, deprecated_command_test)
13929 (bp_deleted_in_command, temporary_breakpoint_commands)
13930 (stray_arg0_test, source_file_with_indented_comment)
13931 (recursive_source_test, if_commands_test)
13932 (error_clears_commands_left, redefine_hook_test)
13933 (redefine_backtrace_test): Use proc_with_prefix.
13934 * lib/gdb.exp (proc_with_prefix): New proc.
13935
13936 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
13937
13938 * gdb.base/tui-layout.c: New file.
13939 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
13940 disassembly window contains very long lines.
13941
13942 2016-11-08 Tom Tromey <tom@tromey.com>
13943
13944 * gdb.python/py-value.exp (test_value_creation): Make "long" test
13945 depend on Python 2.
13946
13947 2016-11-08 Tom Tromey <tom@tromey.com>
13948
13949 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
13950 New method.
13951
13952 2016-10-29 Manish Goregaokar <manish@mozilla.com>
13953
13954 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
13955
13956 2016-10-27 Manish Goregaokar <manish@mozilla.com>
13957
13958 * gdb.rust/simple.rs: Add test for univariant enums without
13959 discriminants and for encoded struct-like enums.
13960
13961 2016-10-28 Pedro Alves <palves@redhat.com>
13962
13963 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
13964 gdb_test_multiple, tighten regexps and match symtabs and line
13965 tables incrementally.
13966
13967 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
13968
13969 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
13970 general.
13971
13972 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
13973
13974 * gdb.base/exec-invalid-sysroot.exp: New file.
13975
13976 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
13977
13978 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
13979
13980 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13981
13982 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
13983
13984 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
13985
13986 * gdb.base/killed-outside.exp: Remove $options from a call to
13987 `prepare_for_testing'.
13988
13989 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
13990
13991 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
13992 Change test message.
13993
13994 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
13995
13996 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
13997 Update comment.
13998
13999 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
14000
14001 * gdb.trace/mi-trace-save.exp: New file.
14002
14003 2016-10-13 Yao Qi <yao.qi@linaro.org>
14004
14005 * gdb.base/code_elim.exp (get_var_address): Remove.
14006 * gdb.base/relocate.exp: Likewise.
14007 * gdb.base/shreloc.exp: Likewise.
14008 * lib/gdb.exp (get_var_address): New.
14009
14010 2016-10-13 Yao Qi <yao.qi@linaro.org>
14011
14012 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
14013 floating point tests if $skip_float_test is false.
14014
14015 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
14016
14017 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
14018 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
14019 argc values.
14020 Add 1 to argc so we guarantee distinct initial/modified argc values.
14021
14022 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14023
14024 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
14025
14026 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14027
14028 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
14029 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
14030 * gdb.arch/vsx-regs.exp: Likewise.
14031
14032 2016-10-07 Yao Qi <yao.qi@linaro.org>
14033
14034 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
14035
14036 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
14037
14038 * gdb.python/python.exp: Test decode_line("*0").
14039
14040 2016-10-06 Doug Evans <dje@google.com>
14041
14042 * gdb.python/py-value.exp (test_value_creation): Add test for large
14043 unsigned 64-bit value.
14044
14045 2016-10-06 Tom Tromey <tom@tromey.com>
14046
14047 * gdb.compile/compile.exp: Change java tests to rust.
14048 * gdb.base/setshow.exp: Change java tests to rust.
14049 * gdb.base/default.exp: Remove java from language list.
14050 * README (Examples): Update language example.
14051 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
14052 test.
14053 * lib/gdb.exp (skip_java_tests): Remove.
14054 * lib/java.exp: Remove.
14055 * gdb.java: Remove.
14056
14057 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
14058
14059 * gdb.arch/mips-fcr.exp: New test.
14060 * gdb.arch/mips-fcr.c: Source for the new test.
14061
14062 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
14063
14064 * gdb.base/solib-disc.exp: Use `standard_output_file'
14065 throughout.
14066
14067 2016-10-06 Pedro Alves <palves@redhat.com>
14068
14069 * gdb.base/jit-simple-dl.c: New file.
14070 * gdb.base/jit-simple-jit.c: New file, factored out from ...
14071 * gdb.base/jit-simple.c: ... this.
14072 * gdb.base/jit-simple.exp (jit_run): Delete.
14073 (build_jit): New proc.
14074 (jit_test_reread): Recompile either the main program or the shared
14075 library, depending on what is being tested. Skip changing address
14076 if caller wants to. Compare before/after addresses. If testing
14077 standalone, explicitly load the binary. Test "maint info
14078 breakpoints".
14079 (top level): Add "standalone vs shared lib" and "change address"
14080 vs "same address" axes.
14081
14082 2016-10-06 Pedro Alves <palves@redhat.com>
14083
14084 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
14085 call.
14086 (jit_run): Delete.
14087 (jit_test_reread): Use with_test_prefix. Reload the main binary
14088 explicitly. Compare the before/after addresses of the JIT
14089 descriptor.
14090
14091 2016-08-15 Doug Evans <dje@google.com>
14092
14093 * gdb.xml/extra-regs.xml: Update, end field now required, default type
14094 for single bitfields is bool.
14095 * gdb.xml/tdesc-regs.exp: Ditto.
14096
14097 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
14098
14099 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
14100
14101 2016-10-05 Yao Qi <yao.qi@linaro.org>
14102
14103 * lib/gdb.exp (support_complex_tests): Return zero if
14104 gdb_skip_float_test return true.
14105
14106 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
14107 Simon Marchi <simon.marchi@ericsson.com>
14108
14109 PR gdb/20487
14110 * gdb.mi/user-selected-context-sync.exp: New file.
14111 * gdb.mi/user-selected-context-sync.c: New file.
14112
14113 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
14114 Simon Marchi <simon.marchi@ericsson.com>
14115
14116 PR gdb/20487
14117 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
14118 =thread-select-event check.
14119
14120 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
14121
14122 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
14123 the compulsory L operand changes.
14124 * gdb.arch/powerpc-power.s: Likewise.
14125
14126 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
14127
14128 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
14129 * gdb.base/jit-attach-pie.c: New file.
14130 * gdb.base/jit-attach-pie.exp: New file.
14131
14132 2016-09-28 Pedro Alves <palves@redhat.com>
14133
14134 * gdb.base/infcall-input.c: New file.
14135 * gdb.base/infcall-input.exp: New file.
14136
14137 2016-09-22 Yao Qi <yao.qi@linaro.org>
14138
14139 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
14140 (gdb_exit): Rename it to ...
14141 (gdbserver_gdb_exit): ... Close GDBserver.
14142 (gdb_exit): New proc, call gdbserver_gdb_exit.
14143 (mi_gdb_exit): Likewise.
14144
14145 2016-09-22 Yao Qi <yao.qi@linaro.org>
14146
14147 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
14148 path.
14149 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
14150 Remove duplication.
14151
14152 2016-09-22 Yao Qi <yao.qi@linaro.org>
14153
14154 * lib/gdbserver-support.exp: Check the existence of
14155 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
14156
14157 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
14158
14159 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
14160
14161 2016-09-21 Tom Tromey <tom@tromey.com>
14162
14163 PR gdb/20604:
14164 * gdb.base/quit.exp: New file.
14165
14166 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
14167
14168 * .gitignore: New file.
14169
14170 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
14171
14172 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
14173 throughout.
14174
14175 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
14176
14177 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
14178
14179 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14180
14181 * gdb.cp/casts.cc (decltype): Move it ...
14182 (main): ... with its call to ...
14183 * gdb.cp/casts03.cc: ... a new file.
14184 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
14185
14186 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14187
14188 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
14189
14190 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
14191
14192 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
14193 and sync up the test with tests in gas/testsuite/gas/ppc.
14194 * gdb.arch/powerpc-power.exp: Likewise.
14195
14196 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14197
14198 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
14199
14200 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
14201 Jan Kratochvil <jan.kratochvil@redhat.com>
14202
14203 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
14204 make m1's definition to be different from m2's. Use 'dummy' as an
14205 argument for probe 'two'.
14206
14207 2016-09-10 Jon Beniston <jon@beniston.com>
14208
14209 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
14210 for sim target.
14211
14212 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
14213
14214 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
14215 variable declaration.
14216 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
14217 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
14218 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
14219 received HWCAP as its argument.
14220
14221 2016-09-06 Pedro Alves <palves@redhat.com>
14222
14223 * gdb.base/new-ui-pending-input.c: New file.
14224 * gdb.base/new-ui-pending-input.exp: New file.
14225 * gdb.exp (clear_gdb_spawn_id): New procedure.
14226 (with_spawn_id): Check whether gdb_spawn_id exists before
14227 referencing it. If gdb_spawn_id didn't exist on entry, clear it
14228 on exit.
14229
14230 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
14231
14232 * gdb.base/float128.c: New file.
14233 * gdb.base/float128.exp: Likewise.
14234 * gdb.base/floatn.c: Likewise.
14235 * gdb.base/floatn.exp: Likewise.
14236
14237 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
14238
14239 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
14240
14241 2016-09-05 Pedro Alves <palves@redhat.com>
14242
14243 PR backtrace/19927
14244 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
14245 unwinders are immediately called as side effect of "source" or
14246 "disable unwinder" commands.
14247 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
14248
14249 2016-09-02 Yao Qi <yao.qi@linaro.org>
14250
14251 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
14252 is true and $type is "float" or "double".
14253
14254 2016-09-02 Yao Qi <yao.qi@linaro.org>
14255
14256 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
14257 true.
14258 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
14259 * gdb.base/call-rt-st.exp: Likewise.
14260 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
14261 return value instead of gdb,skip_float_test.
14262 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
14263 (do_function_calls): Use its return value instead of
14264 gdb,skip_float_test.
14265 * gdb.base/finish.exp: Likewise.
14266 * gdb.base/funcargs.exp: Likewise.
14267 * gdb.base/return.exp: Likewise.
14268 * gdb.base/return2.exp: Likewise.
14269 * gdb.base/varargs.exp: Likewise.
14270 * lib/gdb.exp (gdb_skip_float_test): Change it to
14271 gdb_caching_proc. Detect the broken ptrace on arm-linux.
14272
14273 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
14274
14275 * gdb.multi/tids.exp: Test "thread apply all".
14276
14277 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
14278
14279 * gdb.base/default.exp (tty): Remove.
14280
14281 2016-08-24 Kevin Buettner <kevinb@redhat.com>
14282
14283 * gdb.python/py-recurse-unwind.c: New file.
14284 * gdb.python/py-recurse-unwind.py: New file.
14285 * gdb.python/py-recurse-unwind.exp: New file.
14286
14287 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
14288
14289 * gdb.base/set-inferior-tty.exp: New file.
14290 * gdb.base/set-inferior-tty.c: New file.
14291
14292 2016-08-23 Pedro Alves <palves@redhat.com>
14293
14294 PR gdb/20494
14295 * gdb.base/new-ui-echo.c: New file.
14296 * gdb.base/new-ui-echo.exp: New file.
14297
14298 2016-08-23 Yao Qi <yao.qi@linaro.org>
14299
14300 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
14301 gdbserver_spawn.
14302 * gdb.server/connect-without-multi-process.exp (do_test):
14303 Likewise.
14304
14305 2016-08-23 Yao Qi <yao.qi@linaro.org>
14306
14307 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
14308 standalone_txt. Delete gdb_txt and standalone_txt on host
14309 and target. Spawn the binary on target. Copy files from
14310 target to host.
14311
14312 2016-08-22 Pedro Alves <palves@redhat.com>
14313
14314 PR gdb/20505
14315 * gdb.base/vdso-warning.exp: Test core dumps too. Use
14316 with_test_prefix. Factor out bits to ...
14317 (test_no_vdso): ... this new procedure.
14318
14319 2016-08-19 Carl Love <cel@us.ibm.com>
14320
14321 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
14322 maintaining separate logic for constructing the output path.
14323 * gdb.arch/powerpc-d128-regs.exp: Likewise.
14324 * gdb.arch/ppc-dfp.exp: Likewise.
14325 * gdb.arch/ppc-fp.exp: Likewise.
14326 * gdb.arch/vsx-regs.exp: Likewise.
14327 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
14328 binprefix for generating the additional binary files.
14329
14330 2016-08-19 Pedro Alves <palves@redhat.com>
14331
14332 * gdb.trace/mi-trace-frame-collected.exp
14333 (test_trace_frame_collected): On x32, expect two registers.
14334
14335 2016-08-18 Carl Love <cel@us.ibm.com>
14336
14337 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
14338 and sync up the test with tests in gas/testsuite/gas/ppc.
14339 * gdb.arch/powerpc-power.exp: Likewise.
14340
14341 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
14342
14343 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
14344 expected error message.
14345
14346 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
14347
14348 * gdb.multi/remove-inferiors.exp: New file.
14349 * gdb.multi/remove-inferiors.c: New file.
14350
14351 2016-08-12 Yao Qi <yao.qi@linaro.org>
14352
14353 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
14354 argument list.
14355
14356 2016-08-10 Pedro Alves <palves@redhat.com>
14357
14358 PR gdb/19187
14359 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
14360 setup_kfails.
14361
14362 2016-08-09 Pedro Alves <palves@redhat.com>
14363 Simon Marchi <simon.marchi@ericsson.com>
14364
14365 PR gdb/20418
14366 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
14367 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
14368
14369 2016-08-09 Pedro Alves <palves@redhat.com>
14370
14371 PR mi/20431
14372 * gdb.mi/mi-cmd-error.exp: New file.
14373
14374 2016-08-09 Pedro Alves <palves@redhat.com>
14375
14376 PR gdb/18653
14377 * gdb.base/signals-state-child.c: New file.
14378 * gdb.base/signals-state-child.exp: New file.
14379 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
14380
14381 2016-08-09 Pedro Alves <palves@redhat.com>
14382
14383 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
14384
14385 2016-08-03 Tom Tromey <tom@tromey.com>
14386
14387 PR python/18565:
14388 * gdb.python/py-frame-inline.exp: Add Frame.function test.
14389
14390 2016-08-01 Yao Qi <yao.qi@linaro.org>
14391
14392 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
14393 variable mode to "multi-process" if $multi_process is 1, otherwise
14394 set it to "single-process".
14395
14396 2016-08-01 Yao Qi <yao.qi@linaro.org>
14397
14398 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
14399 * gdb.cp/cpexprs.exp: Likewise.
14400 * gdb.cp/m-static.exp: Likewise.
14401
14402 2016-07-26 Tom Tromey <tom@tromey.com>
14403
14404 PR python/20190:
14405 * gdb.threads/tls.exp (check_thread_local): Add python symbol
14406 test.
14407
14408 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
14409
14410 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
14411 selecting assembly source files.
14412 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
14413 assembly source files.
14414 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
14415 assembly source files.
14416 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
14417 selecting assembly source files.
14418
14419 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
14420
14421 * gdb.base/new-ui.exp (do_test_invalid_args): New
14422 procedure.
14423
14424 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
14425
14426 * gdb.btrace/reconnect.c: New file.
14427 * gdb.btrace/reconnect.exp: New file.
14428
14429 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
14430
14431 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
14432 to test_catch_syscall_group.
14433 (test_catch_syscall_group): New.
14434
14435 2016-07-21 Tom Tromey <tom@tromey.com>
14436
14437 * gdb.rust/simple.rs (main): Use empty struct expression.
14438 * gdb.rust/simple.exp: Add tests for empty struct expression.
14439
14440 2016-07-21 Yao Qi <yao.qi@linaro.org>
14441
14442 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
14443 if gdb_skip_xml_test is true on some targets.
14444
14445 2016-07-21 Yao Qi <yao.qi@linaro.org>
14446
14447 * gdb.server/solib-list.exp: Unset last_loaded_file.
14448
14449 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14450
14451 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
14452 "step into captured_main (args)".
14453
14454 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14455
14456 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
14457
14458 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14459
14460 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
14461
14462 2016-07-19 Pedro Alves <palves@redhat.com>
14463
14464 * gdb.opt/inline-break.exp: Remove optimize=-O2.
14465 * gdb.opt/inline-bt.exp: Likewise.
14466 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
14467 additional_flags=-Winline.
14468 * gdb.opt/inline-locals.exp: Likewise.
14469 * gdb.opt/inline-markers.c (ATTR): Define.
14470 (inlined_fn): Use it.
14471
14472 2016-07-19 Yao Qi <yao.qi@linaro.org>
14473
14474 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
14475 (test_with_self): Remove some code. Remove argument executable.
14476 (top-level): Use do_self_tests.
14477
14478 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
14479 Don Breazeal <donb@codesourcery.com>
14480
14481 * gdb.base/maint.exp: Escape paths used in regular expressions.
14482 * gdb.stabs/weird.exp: Likewise.
14483
14484 2016-07-13 Tom Tromey <tom@tromey.com>
14485
14486 PR python/15620, PR python/18620:
14487 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
14488 (test_bkpt_events): New procs.
14489
14490 2016-07-13 Tom Tromey <tom@tromey.com>
14491
14492 PR python/17698:
14493 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
14494 test.
14495 (test_watchpoints): Likewise.
14496 (test_bkpt_pending): New proc.
14497
14498 2016-07-13 Tom Tromey <tom@tromey.com>
14499
14500 PR cli/18053:
14501 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
14502 completion test.
14503
14504 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14505
14506 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
14507 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
14508 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
14509 f_label.
14510 (g): Rename g_end_lbl to g_label.
14511 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
14512 low_pc and high_pc.
14513 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
14514
14515 2016-07-12 Tom Tromey <tom@tromey.com>
14516
14517 PR python/19293:
14518 * gdb.python/py-unwind-maint.exp: Update tests.
14519
14520 2016-07-12 Yao Qi <yao.qi@linaro.org>
14521
14522 * lib/selftest-support.exp (selftest_setup): Match the output
14523 when captured_main is inlined.
14524
14525 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
14526
14527 * gdb.fortran/derived-types.exp (result_line, result_line_2):
14528 New variables.
14529 (print this%a, print this%b, print this): New tests.
14530 * gdb.fortran/derived-types.f90 (this): New object and
14531 initialization.
14532
14533 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
14534
14535 * gdb.ada/arraydim.exp: Remove extra directory level in build
14536 directory.
14537
14538 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
14539
14540 * lib/ada.exp: Remove extra directory level in build directory.
14541 * gdb.ada/cond_lang.exp: Likewise.
14542 * gdb.ada/exec_changed.exp: Likewise.
14543 * gdb.ada/lang_switch.exp: Likewise.
14544
14545 2016-07-06 Manish Goregaokar <manish@mozilla.com>
14546
14547 * simple.rs: Add test for raw pointer subscripting.
14548 * simple.exp: Add test expectations.
14549
14550 2016-07-05 Yao Qi <yao.qi@linaro.org>
14551
14552 * gdb.mi/mi-reverse.exp: Match =record-started output.
14553
14554 2016-07-01 Pedro Alves <palves@redhat.com>
14555
14556 * gdb.base/jit-reader.exp (info_registers_current_frame): New
14557 procedure.
14558 (jit_reader_test): Test the jit reader's unwinder.
14559 * gdb.base/jithost.c (jit_function_00_code): New global.
14560 (main): Use memcpy to fill in the mmapped code, instead of poking
14561 bytes manually here.
14562 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
14563 value.
14564 (read_debug_info): Save the function's range.
14565 (read_sp): New function.
14566 (unwind_frame): Use it. Also unwind RBP.
14567 (get_frame_id): Use read_sp.
14568 (gdb_init_reader): Use calloc instead of malloc.
14569 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
14570 parameter. Use gdb_test_multiple.
14571
14572 2016-07-01 Pedro Alves <palves@redhat.com>
14573 Antoine Tremblay <antoine.tremblay@ericsson.com>
14574
14575 * gdb.threads/process-dies-while-detaching.c: New file.
14576 * gdb.threads/process-dies-while-detaching.exp: New file.
14577
14578 2016-07-01 Pedro Alves <palves@redhat.com>
14579
14580 * gdb.multi/watchpoint-multi-exit.c: New file.
14581 * gdb.multi/watchpoint-multi-exit.exp: New file.
14582
14583 2016-06-30 Pedro Alves <palves@redhat.com>
14584
14585 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
14586 unset inferior_spawn_id.
14587
14588 2016-06-30 Pedro Alves <palves@redhat.com>
14589
14590 * lib/mi-support.exp (default_mi_gdb_start): Declare global
14591 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
14592
14593 2016-06-29 Yao Qi <yao.qi@linaro.org>
14594
14595 * gdb.base/return.c: Add copyright header.
14596
14597 2016-06-29 Tom Tromey <tom@tromey.com>
14598
14599 PR python/20129:
14600 * gdb.python/py-framefilter.exp: Add tests for setting priority
14601 and disabling of non-existent frame filter.
14602
14603 2016-06-29 Yao Qi <yao.qi@linaro.org>
14604
14605 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
14606 0x0f07ff.
14607
14608 2016-06-28 Yao Qi <yao.qi@linaro.org>
14609
14610 * gdb.base/catch-syscall.exp: Remove check on isnative and target
14611 triplets. Start gdb, execute catch syscall, and continue. Check
14612 gdb's output to determine catch syscall is supported.
14613
14614 2016-06-27 Manish Goregaokar <manish@mozilla.com>
14615
14616 * gdb.rust/simple.rs: Add test for returning unit in a function.
14617 * gdb.rust/simple.exp: Add expectation for functions returning
14618 unit.
14619
14620 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
14621
14622 * gdb.python/py-breakpoint-create-fail.c,
14623 gdb.python/py-breakpoint-create-fail.exp,
14624 gdb.python/py-breakpoint-create-fail.py: New testcase.
14625
14626 2016-06-25 Manish Goregaokar <manish@mozilla.com>
14627
14628 PR gdb/20239
14629 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
14630 * gdb.rust/simple.exp: Add test expectations for new NonZero
14631 tests.
14632
14633 2016-06-24 David Taylor <dtaylor@emc.com>
14634
14635 * gdb.base/offsets.exp: New file.
14636 * gdb.base/offsets.c: New file.
14637
14638 2016-06-23 Tom Tromey <tom@tromey.com>
14639
14640 PR gdb/16483:
14641 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
14642 before any filters are loaded.
14643
14644 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
14645
14646 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
14647 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
14648 structs.
14649 * gdb.fortran/derived-type-function.exp: New file.
14650 * gdb.fortran/derived-type-function.f90: New file.
14651
14652
14653 2016-06-21 Pedro Alves <palves@redhat.com>
14654
14655 * gdb.base/new-ui.exp: New file.
14656 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
14657 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
14658 (with_spawn_id): New procedure.
14659
14660 2016-06-21 Pedro Alves <palves@redhat.com>
14661
14662 * gdb.mi/mi-exec-run.exp: New file.
14663
14664 2016-06-21 Pedro Alves <palves@redhat.com>
14665
14666 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
14667 breakpoint command's output on the main UI.
14668 (test_break): New procedure, factored out from calls in the top
14669 level.
14670 (top level): Use foreach_with_prefix to test MI as main UI and as
14671 separate UI.
14672
14673 2016-06-21 Pedro Alves <palves@redhat.com>
14674
14675 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
14676 (test_awatch_creation_and_listing)
14677 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
14678 Remove 'type' parameter.
14679 (test_watchpoint_all): New parameter mi_mode. Remove
14680 with_test_prefix.
14681 (top level): Use foreach_with_prefix, and add main/separate UI MI
14682 testing axis.
14683
14684 2016-06-21 Pedro Alves <palves@redhat.com>
14685
14686 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
14687 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
14688 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
14689 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
14690 (gdb_main_spawn_id, mi_spawn_id): Declare and
14691 comment.
14692 (mi_create_inferior_pty): New procedure,
14693 factored out from default_mi_gdb_start.
14694 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
14695 procedures.
14696 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
14697 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
14698 Use mi_create_inferior_pty.
14699 (mi_gdb_start): Use eval to pass down args list.
14700
14701 2016-06-21 Pedro Alves <palves@redhat.com>
14702
14703 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
14704 * gdb.opt/inline-cmds.exp: Add MI tests.
14705
14706 2016-06-21 Pedro Alves <palves@redhat.com>
14707
14708 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
14709
14710 2016-06-21 Pedro Alves <palves@redhat.com>
14711
14712 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
14713 (top level): Use it instead of mi_execute_to.
14714
14715 2016-06-21 Pedro Alves <palves@redhat.com>
14716
14717 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
14718 (cont_handler_str): New.
14719 (signal_stop_handler): Set stop_handler_str instead of printing to
14720 stdout.
14721 (continue_handler): Set cont_handler_str instead of printing to
14722 stdout.
14723 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
14724 mi_send_resuming_command. Print stop_handler_str and
14725 cont_handler_str instead of expecting the python events print
14726 directly.
14727
14728 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
14729
14730 * gdb.base/jit-reader.exp: New file.
14731 * gdb.base/jithost.c: New file.
14732 * gdb.base/jithost.h: New file.
14733 * gdb.base/jitreader.c : New file.
14734 * gdb.base/jit-protocol.h: New file.
14735
14736 2016-06-17 Yao Qi <yao.qi@linaro.org>
14737
14738 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
14739 parameters follow_fork and detach_on_fork. Set follow-fork-mode
14740 and detach-on-fork. Adjust tests.
14741 (top level): Invoke break_cond_on_syscall with combinations of
14742 syscall, follow-fork-mode and detach-on-fork.
14743
14744 2016-06-17 Yao Qi <yao.qi@linaro.org>
14745
14746 * gdb.base/step-over-exit.c: New.
14747 * gdb.base/step-over-exit.exp: New.
14748
14749 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
14750
14751 * gdb.base/float.exp: Add target check for nds32*-*-*.
14752 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
14753
14754 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
14755
14756 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
14757 for unsupported target features.
14758 * gdb.base/call-rt-st.exp: Likewise.
14759 * gdb.base/call-sc.exp: Likewise.
14760 * gdb.base/call-signal-resume.exp: Likewise.
14761 * gdb.base/call-strs.exp: Likewise.
14762 * gdb.base/callexit.exp: Likewise.
14763 * gdb.base/callfuncs.exp: Likewise.
14764 * gdb.base/nodebug.exp: Likewise.
14765 * gdb.base/printcmds.exp: Likewise.
14766 * gdb.base/ptype.exp: Likewise.
14767 * gdb.base/structs.exp: Likewise.
14768 * gdb.base/unwindonsignal.exp: Likewise.
14769 * gdb.cp/gdb2495.exp: Likewise.
14770 * gdb.cp/templates.exp: Likewise.
14771 * gdb.cp/virtfunc.exp: Likewise.
14772 * gdb.threads/hand-call-in-threads.exp: Likewise.
14773 * gdb.threads/interrupted-hand-call.exp: Likewise.
14774 * gdb.threads/thread-unwindonsignal.exp: Likewise.
14775
14776 2016-06-10 Tom Tromey <tom@tromey.com>
14777
14778 PR rust/20110:
14779 * gdb.rust/expr.exp: Add test for integer constant larger than
14780 i32.
14781
14782 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
14783
14784 * gdb.fortran/nested-funcs.exp: New.
14785 * gdb.fortran/nested-funcs.f90: New.
14786
14787 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
14788
14789 * gdb.base/examine-backward.c: New file.
14790 * gdb.base/examine-backward.exp: New file.
14791
14792 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
14793
14794 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
14795 matching.
14796
14797 2016-06-02 Tom Tromey <tom@tromey.com>
14798
14799 PR python/18984:
14800 * gdb.python/py-shared.exp: Add solib_name test.
14801
14802 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
14803
14804 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
14805
14806 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
14807
14808 PR c++/19893
14809 * gdb.dwarf2/implref.exp: Rename to...
14810 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
14811 * gdb.dwarf2/implref-array.c: New file.
14812 * gdb.dwarf2/implref-array.exp: Likewise.
14813 * gdb.dwarf2/implref-global.c: Likewise.
14814 * gdb.dwarf2/implref-global.exp: Likewise.
14815 * gdb.dwarf2/implref-struct.c: Likewise.
14816 * gdb.dwarf2/implref-struct.exp: Likewise.
14817
14818 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
14819
14820 * gdb.trace/trace-condition.exp: Add 64bit tests.
14821
14822 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
14823
14824 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
14825 bits types.
14826 (main): Adapt to 8 to 64 bits types.
14827 * gdb.trace/trace-condition.exp: Add new tests.
14828
14829 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
14830
14831 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
14832
14833 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
14834
14835 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
14836 Move condition tests...
14837 * gdb.trace/trace-condition.exp: Here.
14838
14839 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
14840
14841 * gdb.trace/trace-condition.exp: Add counter-case tests.
14842
14843 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
14844
14845 PR c++/15231
14846 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
14847 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
14848
14849 2016-05-27 Pedro Alves <palves@redhat.com>
14850
14851 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
14852 New procedure.
14853 (top level): Call it, and bail out of DejaGnu is known to be bad.
14854
14855 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
14856
14857 * gdb.base/whatis.c: Extend the test case.
14858 * gdb.base/whatis.exp: Add additional tests.
14859
14860 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
14861
14862 * gdb.fortran/type.f90: Add pointer variable.
14863 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
14864
14865 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
14866
14867 * gdb.fortran/vla-type.exp: Fix testcase name.
14868
14869 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
14870
14871 * gdb.fortran/vla-type.exp: Access elements in nested structs.
14872
14873 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
14874
14875 * gdb.fortran/type.f90: Add nested structures.
14876 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
14877 * gdb.fortran/derived-type.exp: Adapt expected output.
14878 * gdb.fortran/vla-type.exp: Adapt expected output.
14879
14880 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
14881
14882 * gdb.fortran/whatis_type.exp: Adapt expected output.
14883
14884 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
14885
14886 * gdb.fortran/print_type.exp: Fix expected output.
14887 * gdb.fortran/whatis_type.exp: Fix expected output.
14888
14889 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
14890
14891 * gdb.fortran/whatis_type.exp: Use multi_line.
14892
14893 2016-05-24 Tom Tromey <tom@tromey.com>
14894
14895 PR python/17386:
14896 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
14897 use value as an index.
14898
14899 2016-05-23 Tom Tromey <tom@tromey.com>
14900
14901 PR python/17981:
14902 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
14903 no-breakpoint case.
14904
14905 2016-05-24 Pedro Alves <palves@redhat.com>
14906
14907 PR gdb/19828
14908 * gdb.threads/clone-attach-detach.c: New file.
14909 * gdb.threads/clone-attach-detach.exp: New file.
14910
14911 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
14912
14913 * gdb.base/annota-input-while-running.exp: Fix syntax error.
14914
14915 2016-05-23 Tom Tromey <tom@tromey.com>
14916
14917 PR python/19438, PR python/18393:
14918 * gdb.python/py-progspace.exp: Add "dir" test.
14919 * gdb.python/py-objfile.exp: Add "dir" test.
14920
14921 2016-05-23 Yao Qi <yao.qi@linaro.org>
14922
14923 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
14924 * gdb.arch/thumb2-it.exp: Likewise.
14925
14926 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
14927
14928 * gdb.mi/mi-threads-interrupt.c: New file.
14929 * gdb.mi/mi-threads-interrupt.exp: New file.
14930
14931 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
14932
14933 PR gdb/18077
14934 * gdb.mi/mi-async-run.exp: New file.
14935 * gdb.mi/mi-async-run.c: New file.
14936
14937 2016-05-17 Tom Tromey <tom@tromey.com>
14938 Manish Goregaokar <manishsmail@gmail.com>
14939
14940 * lib/rust-support.exp: New file.
14941 * lib/gdb.exp (skip_rust_tests): New proc.
14942 (build_executable_from_specs): Handle rust.
14943 * lib/future.exp (gdb_find_rustc): New proc.
14944 (gdb_default_target_compile): Handle rust.
14945 * gdb.rust/expr.exp: New file.
14946 * gdb.rust/generics.exp: New file.
14947 * gdb.rust/generics.rs: New file.
14948 * gdb.rust/methods.exp: New file.
14949 * gdb.rust/methods.rs: New file.
14950 * gdb.rust/modules.exp: New file.
14951 * gdb.rust/modules.rs: New file.
14952 * gdb.rust/simple.exp: New file.
14953 * gdb.rust/simple.rs: New file.
14954
14955 2016-05-17 Tom Tromey <tom@tromey.com>
14956
14957 * gdb.base/default.exp (set language): Add rust.
14958
14959 2016-05-17 Tom Tromey <tom@tromey.com>
14960
14961 * gdb.gdb/unittest.exp: New file.
14962
14963 2016-05-16 Yao Qi <yao.qi@linaro.org>
14964
14965 * gdb.base/batch-preserve-term-settings.exp: Remove variable
14966 shell_prompt. Update shell_prompt_re.
14967
14968 2016-05-12 Doug Evans <dje@google.com>
14969
14970 PR symtab/19999
14971 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
14972 $options when building executable.
14973 * gdb.dwarf2/fission-loclists-pie.S: New file.
14974 * gdb.dwarf2/fission-loclists-pie.exp: New file.
14975
14976 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
14977
14978 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
14979 of [is_remote target],
14980
14981 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
14982
14983 * lib/gdb.exp (use_gdb_stub): New procedure.
14984
14985 2016-05-03 Yunlian Jiang <yunlian@google.com>
14986 Doug Evans <dje@google.com>
14987
14988 PR symtab/19914
14989 * gdb.dwarf2/dwp-sepdebug.c: New file.
14990 * gdb.dwarf2/dwp-sepdebug.exp: New file.
14991
14992 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
14993
14994 * gdb.base/detach.exp: Remove is_remote check.
14995
14996 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
14997
14998 * gdb.base/annota-input-while-running.exp: Don't check for
14999 [is_remote target]. Enable annotations after running to main.
15000 Remove unused "set test..." line.
15001
15002 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
15003
15004 * gdb.trace/trace-enable-disable.exp: New file.
15005 * gdb.trace/trace-enable-disable.c: New file.
15006
15007 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
15008
15009 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
15010 use it in info sharedlibrary test.
15011 * gdb.trace/ftrace-lock.exp: Likewise.
15012 * gdb.trace/ftrace.exp: Likewise.
15013 * gdb.trace/range-stepping.exp: Likewise.
15014 * gdb.trace/trace-break.exp: Likewise.
15015 * gdb.trace/trace-condition.exp: Likewise.
15016 * gdb.trace/trace-mt.exp: Likewise.
15017
15018 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
15019
15020 * lib/gdb.exp (gdb_load_shlibs): Rename to...
15021 (gdb_load_shlib): ... this.
15022 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
15023 gdb_load_shlib.
15024 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
15025 * gdb.base/ctxobj.exp: Likewise.
15026 * gdb.base/dprintf-pending.exp: Likewise.
15027 * gdb.base/dso2dso.exp: Likewise.
15028 * gdb.base/fixsection.exp: Likewise.
15029 * gdb.base/gcore-relro.exp: Likewise.
15030 * gdb.base/gdb1555.exp: Likewise.
15031 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15032 * gdb.base/gnu-ifunc.exp: Likewise.
15033 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
15034 * gdb.base/jit-so.exp (one_jit_test): Likewise.
15035 * gdb.base/pending.exp: Likewise.
15036 * gdb.base/print-file-var.exp: Likewise.
15037 * gdb.base/print-symbol-loading.exp: Likewise.
15038 * gdb.base/shlib-call.exp: Likewise.
15039 * gdb.base/shreloc.exp: Likewise.
15040 * gdb.base/so-impl-ld.exp: Likewise.
15041 * gdb.base/solib-disc.exp: Likewise.
15042 * gdb.base/solib-nodir.exp: Likewise.
15043 * gdb.base/solib-overlap.exp: Likewise.
15044 * gdb.base/solib-symbol.exp: Likewise.
15045 * gdb.base/solib-weak.exp (do_test): Likewise.
15046 * gdb.base/sym-file.exp: Likewise.
15047 * gdb.base/symtab-search-order.exp: Likewise.
15048 * gdb.base/type-opaque.exp: Likewise.
15049 * gdb.base/unload.exp: Likewise.
15050 * gdb.base/watchpoint-solib.exp: Likewise.
15051 * gdb.compile/compile.exp: Likewise.
15052 * gdb.cp/gdb2384.exp: Likewise.
15053 * gdb.cp/infcall-dlopen.exp: Likewise.
15054 * gdb.cp/re-set-overloaded.exp: Likewise.
15055 * gdb.fortran/library-module.exp: Likewise.
15056 * gdb.opt/solib-intra-step.exp: Likewise.
15057 * gdb.python/py-finish-breakpoint.exp: Likewise.
15058 * gdb.python/py-shared.exp: Likewise.
15059 * gdb.reverse/solib-precsave.exp: Likewise.
15060 * gdb.reverse/solib-reverse.exp: Likewise.
15061 * gdb.server/solib-list.exp: Likewise.
15062 * gdb.threads/dlopen-libpthread.exp: Likewise.
15063 * gdb.threads/tls-shared.exp: Likewise.
15064 * gdb.threads/tls-so_extern.exp: Likewise.
15065 * gdb.trace/change-loc.exp: Likewise.
15066 * gdb.trace/ftrace-lock.exp: Likewise.
15067 * gdb.trace/ftrace.exp: Likewise.
15068 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
15069 * gdb.trace/pending.exp: Likewise.
15070 * gdb.trace/range-stepping.exp: Likewise.
15071 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
15072 (strace_info_marker): Likewise.
15073 (strace_probe_marker): Likewise.
15074 (strace_trace_on_same_addr): Likewise.
15075 (strace_trace_on_diff_addr): Likewise.
15076 * gdb.trace/trace-break.exp: Likewise.
15077 * gdb.trace/trace-condition.exp: Likewise.
15078 * gdb.trace/trace-mt.exp: Likewise.
15079
15080 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
15081
15082 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
15083 result of gdb_remote_download.
15084 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
15085 * gdb.base/dso2dso.exp: Likewise.
15086 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15087 * gdb.base/print-file-var.exp: Likewise.
15088 * gdb.base/shlib-call.exp: Likewise.
15089 * gdb.base/shreloc.exp: Likewise.
15090 * gdb.base/solib-overlap.exp: Likewise.
15091 * gdb.base/solib-weak.exp (do_test): Likewise.
15092 * gdb.base/unload.exp: Likewise.
15093
15094 2016-04-27 Yao Qi <yao.qi@linaro.org>
15095
15096 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
15097 exists.
15098
15099 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
15100
15101 * vla-type.exp: Print structure from toplevel.
15102
15103 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
15104
15105 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
15106 of dynamic types.
15107 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
15108 of dynamic types.
15109
15110 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
15111
15112 * gdb.fortran/vla-type.f90: New file.
15113 * gdb.fortran/vla-type.exp: New file.
15114
15115 2016-04-25 Yao Qi <yao.qi@linaro.org>
15116
15117 * gdb.base/branch-to-self.c: New file.
15118 * gdb.base/branch-to-self.exp: New file.
15119
15120 2016-04-22 Yao Qi <yao.qi@linaro.org>
15121
15122 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
15123 more after $hex.
15124
15125 2016-04-22 Yao Qi <yao.qi@linaro.org>
15126
15127 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
15128 * gdb.base/annota3.exp: Likewise.
15129
15130 2016-04-22 Yao Qi <yao.qi@linaro.org>
15131
15132 * gdb.reverse/step-precsave.exp: Do one step and test program
15133 stops in "callee" and do multiple steps until program goes out
15134 of "callee".
15135 * gdb.reverse/step-reverse.exp: Likewise.
15136
15137 2016-04-22 Yao Qi <yao.qi@linaro.org>
15138
15139 * gdb.trace/signal.exp: Also pass if
15140 $tracepoint_hits($i) > $iterations.
15141
15142 2016-04-22 Yao Qi <yao.qi@linaro.org>
15143
15144 * gdb.trace/signal.c: New file.
15145 * gdb.trace/signal.exp: New file.
15146
15147 2016-04-19 Doug Evans <xdje42@gmail.com>
15148
15149 * gdb.base/bad-file.exp: New file.
15150
15151 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
15152
15153 * gdb.dwarf2/implref.exp: New file.
15154
15155 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
15156
15157 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
15158 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
15159 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
15160 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
15161 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
15162 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
15163 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
15164 * lib/fortran.exp (fortran_int4): New procedure.
15165 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
15166 (fortran_logical4): Likewise.
15167
15168 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
15169
15170 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
15171
15172 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
15173
15174 * lib/compiler.c: Add Intel specific preprocessor macros.
15175 * lib/compiler.cc: Likewise.
15176
15177 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
15178
15179 * gdb.server/connect-with-no-symbol-file.c: New file.
15180 * gdb.server/connect-with-no-symbol-file.exp: New file.
15181
15182 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
15183
15184 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
15185
15186 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
15187
15188 * boards/gdbserver-base.exp (${board}_download): Copy source file to
15189 standard output directory.
15190
15191 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
15192
15193 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
15194
15195 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
15196
15197 * gdb.btrace/instruction_history.c (loop): Add declaration.
15198
15199 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
15200
15201 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
15202
15203 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
15204
15205 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
15206 parentheses to print.
15207 (continue_handler): Likewise.
15208
15209 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
15210
15211 * gdb.server/solib-list.exp: Remove is_remote check.
15212 Pass shlib= to gdb_compile. Don't link shared library with
15213 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
15214 Run binary filename through "readlink -f" on the target.
15215
15216 2016-04-08 Pedro Alves <palves@redhat.com>
15217
15218 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
15219 interpreter filename as argument to gdbserver_spawn.
15220 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
15221 Return empty if $last_loaded_file does not exist.
15222
15223 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15224
15225 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
15226 * gdb.base/jit-main.c: Use exit after usage.
15227
15228 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15229
15230 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
15231 GDBHISTSIZE prior to the tests.
15232 * gdb.base/gdbinit-history.exp: Likewise.
15233
15234 2016-04-07 Pedro Alves <palves@redhat.com>
15235
15236 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
15237 instead of build_executable. Use gdb_load_shlibs.
15238
15239 2016-04-07 Yao Qi <yao.qi@linaro.org>
15240
15241 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
15242 Execute "si" command.
15243
15244 2016-04-07 Yao Qi <yao.qi@linaro.org>
15245
15246 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
15247 number instead of the comments on some line.
15248
15249 2016-04-06 Don Breazeal <donb@codesourcery.com>
15250
15251 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
15252 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
15253
15254 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
15255
15256 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
15257 standard_output_file. Remove unused binfile variable.
15258
15259 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
15260
15261 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
15262 * gdb.python/py-mi-objfile.exp: Match "list main" output
15263 in console format.
15264
15265 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
15266
15267 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
15268 absolute.
15269
15270 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
15271
15272 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
15273 absolute.
15274 * gdb.trace/ftrace.exp: Likewise.
15275 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
15276 targets as well.
15277 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
15278 (gdb_load_shlibs): Copy libraries to test directory when testing
15279 natively. Only set solib-search-path if testing remotely.
15280 * lib/mi-support.exp (mi_load_shlibs): Likewise.
15281
15282 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
15283
15284 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
15285 gdb_download. Use it even if the target is not remote.
15286 * gdb.base/jit.exp (compile_jit_test): Likewise.
15287 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
15288 output directory if the destination board is local, otherwise use
15289 the standard remote_download from DejaGnu.
15290 (gdb_download): Remove.
15291 (gdb_load_shlibs): Use gdb_remote_download instead of
15292 gdb_download.
15293 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
15294 Use gdb_remote_download instead of gdb_download. Use it even if
15295 the target is not remote.
15296 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
15297 instead of gdb_download.
15298
15299 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
15300
15301 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
15302 (test_insert_delete_modify): Call mi_load_shlibs before trying to
15303 run.
15304
15305 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
15306
15307 PR gdb/19820
15308 * gdb.base/printcmds.exp: Add artificial arrays tests.
15309
15310 2016-03-31 Pedro Alves <palves@redhat.com>
15311
15312 PR gdb/19858
15313 * gdb.base/jit-main.c: Include unistd.h.
15314 (ATTACH): Define to 0 if not already defined.
15315 (wait_for_gdb, mypid): New globals.
15316 (WAIT_FOR_GDB): New macro.
15317 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
15318 some breakpoint locations.
15319 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
15320 New procedures.
15321 (one_jit_test): Add REATTACH parameter, and handle it. Use
15322 continue_to_test_location.
15323 (top level): Test attach, and adjusts calls to one_jit_test.
15324
15325 2016-03-31 Pedro Alves <palves@redhat.com>
15326
15327 PR gdb/19858
15328 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
15329 BINSUFFIX parameter, and handle it.
15330 (top level): Adjust calls compile_jit_test.
15331
15332 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
15333
15334 PR python/19743
15335 * gdb.python/py-mi-events-gdb.py: New file.
15336 * gdb.python/py-mi-events.c: New file.
15337 * gdb.python/py-mi-events.exp: New file.
15338
15339 2016-03-30 Yao Qi <yao.qi@linaro.org>
15340
15341 * gdb.reverse/until-precsave.exp: Match function name only.
15342 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
15343 Move malloc to a condition block.
15344 * gdb.reverse/until-reverse.exp: Match function name only.
15345
15346 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
15347
15348 * gdb.trace/ftrace.exp: Set arg0exp for s390.
15349 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
15350 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
15351 variable for GPR 0 instead of assuming it is register 0.
15352 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
15353 * lib/trace-support.exp: Add s390 registers.
15354
15355 2016-03-29 Yao Qi <yao.qi@linaro.org>
15356
15357 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
15358
15359 2016-03-24 Yao Qi <yao.qi@linaro.org>
15360
15361 * gdb.reverse/break-reverse.exp: Add quotation mark in the
15362 test message.
15363
15364 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15365
15366 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
15367 maintaining separate logic for constructing the output path.
15368
15369 2016-03-16 Don Breazeal <donb@codesourcery.com>
15370
15371 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
15372 Retry fork and waitpid on interrupted system call errors.
15373 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
15374 Use with_timeout_factor to increase timeout by factor of 10.
15375
15376 2016-03-15 Don Breazeal <donb@codesourcery.com>
15377
15378 * gdb.cp/scope-err.cc: New test program.
15379 * gdb.cp/scope-err.exp: New test script.
15380 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
15381 lines and "set breakpoint here" comment.
15382 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
15383 Fixed some whitespace and format issues.
15384 * gdb.mi/mi-linespec-err-cp.cc: New test program.
15385 * gdb.mi/mi-linespec-err-cp.exp: New test script.
15386
15387 2016-03-15 Doug Evans <dje@google.com>
15388
15389 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
15390 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
15391 All callers updated. Add tests for enums, mixed flags register.
15392
15393 2016-03-15 Doug Evans <dje@google.com>
15394
15395 * gdb.base/skip.c (main): Call test_skip_file_and_function.
15396 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
15397
15398 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
15399
15400 * gdb.base/default.exp: Add $_as_string to the list of expected
15401 convenience functions.
15402
15403 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
15404
15405 * gdb.base/maint.exp: New tests for 'maint info line-table'.
15406
15407 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
15408
15409 * gdb.python/py-as-string.exp: New file.
15410 * gdb.python/py-as-string.c: New file.
15411
15412 2016-03-09 Pedro Alves <palves@redhat.com>
15413
15414 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
15415 signal" -> "Thread NN received signal" output change.
15416 * gdb.threads/ia64-sigill.exp: Likewise.
15417 * gdb.threads/linux-dp.exp: Likewise.
15418 * gdb.threads/manythreads.exp: Likewise.
15419 * gdb.threads/pending-step.exp: Likewise.
15420 * gdb.threads/print-threads.exp: Likewise.
15421 * gdb.threads/sigstep-threads.exp: Likewise.
15422 * gdb.threads/staticthreads.exp: Likewise.
15423 * gdb.threads/tls.exp: Likewise.
15424
15425 2016-03-09 Pedro Alves <palves@redhat.com>
15426
15427 * gdb.base/command-line-input.exp: New file.
15428
15429 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
15430
15431 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
15432 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
15433 * gdb.trace/pending.exp: Accept leading dot before function name.
15434 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
15435 * lib/trace-support.exp: Set registers for ppc.
15436
15437 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
15438
15439 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
15440 use it for disassembly; accept .main in addition to main in backtrace.
15441
15442 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
15443 Marcin Kościelnicki <koriakin@0x04.net>
15444
15445 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
15446 (gdb_recursion_test_ptr): New global variable.
15447 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
15448 gdb_recursion_test.
15449 (gdb_c_test): Ditto.
15450
15451 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
15452
15453 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
15454 ordering.
15455
15456 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
15457
15458 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
15459 (bar): Add bar_start_lbl label.
15460 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
15461 of foo/bar for emitting DWARF and tracing.
15462
15463 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
15464
15465 * analyze-racy-logs.py: Set executable bit.
15466
15467 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
15468
15469 * Makefile.in (DEFAULT_RACY_ITER): New variable.
15470 (CHECK_TARGET_TMP): Likewise.
15471 (check-single-racy): New rule.
15472 (check-parallel-racy): Likewise.
15473 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
15474 (do-check-parallel-racy): New rule.
15475 (check-racy/%.exp): Likewise.
15476 * README (Racy testcases): New section.
15477 * analyze-racy-logs.py: New file.
15478
15479 2016-03-03 Doug Evans <dje@google.com>
15480
15481 * gdb.base/skip.exp: Use with_test_prefix.
15482
15483 2016-03-03 Yao Qi <yao.qi@linaro.org>
15484
15485 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
15486 Invoke step_over_syscall "clone" and break_cond_on_syscall
15487 "clone".
15488 * gdb.base/step-over-clone.c: New file.
15489
15490 2016-03-03 Yao Qi <yao.qi@linaro.org>
15491
15492 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
15493 code format.
15494
15495 2016-03-03 Yao Qi <yao.qi@linaro.org>
15496
15497 * gdb.base/disp-step-fork.c: Rename to ...
15498 * gdb.base/step-over-fork.c: ... it. New file.
15499 * gdb.base/disp-step-vfork.c: Rename to ...
15500 * gdb.base/step-over-vfork.c: ... it. New file.
15501 * gdb.base/disp-step-syscall.exp: Rename to ...
15502 * gdb.base/step-over-syscall.exp: ... it. New file.
15503 (disp_step_cross_syscall): Rename to ...
15504 (step_over_syscall): ... it.
15505
15506 2016-03-03 Yao Qi <yao.qi@linaro.org>
15507
15508 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
15509 If target supports condition evaluation on target, invoke
15510 break_cond_on_syscall for fork and vfork.
15511
15512 2016-03-03 Yao Qi <yao.qi@linaro.org>
15513
15514 * gdb.base/disp-step-syscall.exp: Don't invoke
15515 support_displaced_stepping.
15516 (disp_step_cross_syscall): Test with displaced stepping off and
15517 on if supported.
15518
15519 2016-03-03 Yao Qi <yao.qi@linaro.org>
15520
15521 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
15522 proc.
15523 (setup): New proc.
15524 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
15525 and setup.
15526
15527 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
15528
15529 * gdb.fortran/vla-history.exp: Remove breakpoint.
15530
15531 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
15532
15533 * gdb.fortran/vla-history.exp: Lookup array elements and printing
15534 exceeds timeout.
15535
15536 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
15537
15538 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
15539 breakpoint.
15540
15541 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
15542
15543 * gdb.mi/vla.f90: Nullify pointer after declaration.
15544
15545 2016-03-01 Pedro Alves <palves@redhat.com>
15546
15547 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
15548
15549 2016-03-01 Pedro Alves <palves@redhat.com>
15550
15551 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
15552 before anything else.
15553 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
15554 _GNU_SOURCE here.
15555 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
15556 before anything else.
15557 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
15558
15559 2016-03-01 Pedro Alves <palves@redhat.com>
15560
15561 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
15562
15563 2016-03-01 Yao Qi <yao.qi@linaro.org>
15564
15565 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
15566 prepare_for_testing.
15567
15568 2016-03-01 Yao Qi <yao.qi@linaro.org>
15569
15570 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
15571
15572 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
15573
15574 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
15575 manually constructing the output path.
15576
15577 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
15578
15579 * gdb.arch/s390-stackless.S: New.
15580 * gdb.arch/s390-stackless.exp: New.
15581
15582 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
15583
15584 * gdb.dlang/circular.c: New file.
15585 * gdb.dlang/circular.exp: New file.
15586
15587 2016-02-26 Yao Qi <yao.qi@linaro.org>
15588
15589 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
15590 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
15591 (testcases): Update.
15592
15593 2016-02-26 Yao Qi <yao.qi@linaro.org>
15594
15595 * gdb.reverse/aarch64.c: Rename to ...
15596 * gdb.reverse/insn-reverse.c: ... it.
15597 * gdb.reverse/aarch64.exp: Rename to ...
15598 * gdb.reverse/insn-reverse.exp: ... it.
15599
15600 2016-02-26 Yao Qi <yao.qi@linaro.org>
15601
15602 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
15603 (testcase_ftype): New.
15604 (testcases): New array.
15605 (n_testcases): New.
15606 (main): Call each element in testcases.
15607 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
15608 (read_testcase): New.
15609 Do the tests in a loop.
15610
15611 2016-02-25 Yao Qi <yao.qi@linaro.org>
15612
15613 * gdb.base/branches.c: Remove.
15614
15615 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
15616
15617 PR gdb/13808
15618 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
15619
15620 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
15621
15622 * gdb.trace/ftrace.exp: Remove unnecessary target check.
15623
15624 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
15625
15626 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
15627 change x86_64 call_insn to 'callq'.
15628
15629 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15630
15631 * gdb.trace/tfile-avx.c: Move to...
15632 * gdb.trace/tracefile-pseudo-reg.c: Here.
15633 * gdb.trace/tfile-avx.exp: Move to...
15634 * gdb.trace/tracefile-pseudo-reg.exp: Here.
15635
15636 2016-02-24 Gary Benson <gbenson@redhat.com>
15637
15638 * gdb.base/attach-pie-noexec.exp: Do not expect an error
15639 message on attach.
15640
15641 2016-02-23 Doug Evans <dje@google.com>
15642
15643 * gdb.base/skip.c (test_skip): New function.
15644 (end_test_skip_file_and_function): New function.
15645 (test_skip_file_and_function): New function.
15646 * gdb.base/skip1.c (test_skip): New function.
15647 (skip1_test_skip_file_and_function): New function.
15648 * gdb.base/skip.exp: Add tests for new skip options.
15649 * gdb.base/skip-solib.exp: Update expected output.
15650 * gdb.perf/skip-command.cc: New file.
15651 * gdb.perf/skip-command.exp: New file.
15652 * gdb.perf/skip-command.py: New file.
15653
15654 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
15655
15656 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
15657 info registers pattern.
15658
15659 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
15660
15661 * lib/future.exp: Add D support.
15662 (gdb_find_gdc): New proc.
15663 (gdb_default_target_compile): Add D support.
15664
15665 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
15666
15667 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
15668 user+system time.
15669 (trace_speed_test): Determine the iteration count for a time
15670 between 15..30 seconds.
15671
15672 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
15673
15674 * gdb.arch/i386-mpx-sigsegv.c: New file.
15675 * gdb.arch/i386-mpx-sigsegv.exp: New file.
15676 * gdb.arch/i386-mpx-simple_segv.c: New file.
15677 * gdb.arch/i386-mpx-simple_segv.exp: New file.
15678
15679 2016-02-18 Yao Qi <yao.qi@linaro.org>
15680
15681 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
15682 Don't call setup_kfail.
15683
15684 2016-02-18 Yao Qi <yao.qi@linaro.org>
15685
15686 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
15687 Set "set breakpoint condition-evaluation" per $cond_bp_target.
15688
15689 2016-02-16 Doug Evans <dje@google.com>
15690
15691 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
15692 * gdb.base/skip1.c: Ditto.
15693 * gdb.base/skip.exp: Whitespace cleanup.
15694
15695 2016-02-16 Don Breazeal <donb@codesourcery.com>
15696
15697 PR remote/19496
15698 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
15699 Remove kfail for PR remote/19496.
15700
15701 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
15702
15703 * lib/gdb.exp (standard_temp_file): Return a path specific to
15704 the runtest invocation.
15705
15706 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
15707
15708 * gdb.trace/save-trace.exp: Change relative path to be in the
15709 standard output directory.
15710
15711 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15712
15713 * gdb.arch/i386-prologue.c: Add missing prototypes.
15714
15715 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15716
15717 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
15718 * gdb.arch/i386-prologue.exp: Likewise.
15719 * gdb.arch/i386-size.exp: Likewise.
15720
15721 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
15722
15723 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
15724 define object file path.
15725 * gdb.btrace/gcore.exp: Use standard_output_file to define core
15726 file path.
15727 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
15728 standard_output_file to define binfile.
15729
15730 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15731
15732 Fix compatibility with recent gfortran-5.3.1.
15733 * gdb.fortran/vla-history.exp (print vla1 allocated)
15734 (print vla2 allocated, print $2, print $3): Remove
15735 (print $4): Rename to ...
15736 (print $2): ... here.
15737 (print $9): Rename to ...
15738 (print $5): ... here.
15739 (print $10): Rename to ...
15740 (print $6): ... here.
15741 * gdb.fortran/vla.f90: Add pvla initialization.
15742
15743 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15744
15745 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
15746 New test.
15747 * gdb.fortran/vla-value-sub.exp: Likewise.
15748
15749 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
15750
15751 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
15752
15753 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
15754
15755 * i386-biarch-core.exp: Define corefile using
15756 standard_output_file.
15757
15758 2016-02-12 Yao Qi <yao.qi@linaro.org>
15759
15760 * gdb.arch/arm-single-step-kernel-helper.c: New.
15761 * gdb.arch/arm-single-step-kernel-helper.exp: New.
15762
15763 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
15764
15765 * gdb.btrace/tailcall-only.exp: New.
15766 * gdb.btrace/tailcall-only.c: New.
15767 * gdb.btrace/x86_64-tailcall-only.S: New.
15768 * gdb.btrace/i686-tailcall-only.S: New.
15769
15770 2016-02-11 Pedro Alves <palves@redhat.com>
15771
15772 * README (Parallel testing): Add missing double quotes.
15773
15774 2016-02-11 Pedro Alves <palves@redhat.com>
15775
15776 * README (Parallel testing): New section.
15777 (GDB_PARALLEL): Rewrite.
15778 (FORCE_PARALLEL): Document.
15779
15780 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
15781
15782 * gdb.trace/tfile-avx.c: New test.
15783 * gdb.trace/tfile-avx.exp: New test.
15784
15785 2016-02-09 Keith Seitz <keiths@redhat.com>
15786
15787 PR breakpoints/19546
15788 * gdb.base/infcall-exec.c: New file.
15789 * gdb.base/infcall-exec2.c: New file.
15790 * gdb.base/infcall-exec.exp: New file.
15791
15792 2016-02-09 Keith Seitz <keiths@redhat.com>
15793
15794 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
15795 (toplevel): Call test_bkpt_address.
15796
15797 2016-02-09 Keith Seitz <keiths@redhat.com>
15798
15799 PR python/19506
15800 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
15801 (toplevel): Call test_bkpt_address.
15802
15803 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
15804
15805 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
15806 to AC_OUTPUT.
15807 * configure: Regenerate.
15808
15809 2016-02-09 Pedro Alves <palves@redhat.com>
15810
15811 PR breakpoints/19548
15812 * gdb.base/execl-update-breakpoints.c (some_function): New
15813 function.
15814 (main): Call it.
15815 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
15816 Tighten expected GDB output.
15817
15818 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
15819
15820 * Makefile.in (ALL_SUBDIRS): Remove.
15821 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
15822 (distclean maintainer-clean realclean): Likewise.
15823 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
15824 * configure: Regenerate.
15825 * gdb.ada/Makefile.in: Delete.
15826 * gdb.arch/Makefile.in: Likewise.
15827 * gdb.asm/Makefile.in: Likewise.
15828 * gdb.base/Makefile.in: Likewise.
15829 * gdb.btrace/Makefile.in: Likewise.
15830 * gdb.cell/Makefile.in: Likewise.
15831 * gdb.compile/Makefile.in: Likewise.
15832 * gdb.cp/Makefile.in: Likewise.
15833 * gdb.disasm/Makefile.in: Likewise.
15834 * gdb.dlang/Makefile.in: Likewise.
15835 * gdb.dwarf2/Makefile.in: Likewise.
15836 * gdb.fortran/Makefile.in: Likewise.
15837 * gdb.gdb/Makefile.in: Likewise.
15838 * gdb.go/Makefile.in: Likewise.
15839 * gdb.guile/Makefile.in: Likewise.
15840 * gdb.java/Makefile.in: Likewise.
15841 * gdb.linespec/Makefile.in: Likewise.
15842 * gdb.mi/Makefile.in: Likewise.
15843 * gdb.modula2/Makefile.in: Likewise.
15844 * gdb.multi/Makefile.in: Likewise.
15845 * gdb.objc/Makefile.in: Likewise.
15846 * gdb.opencl/Makefile.in: Likewise.
15847 * gdb.opt/Makefile.in: Likewise.
15848 * gdb.pascal/Makefile.in: Likewise.
15849 * gdb.perf/Makefile.in: Likewise.
15850 * gdb.python/Makefile.in: Likewise.
15851 * gdb.reverse/Makefile.in: Likewise.
15852 * gdb.server/Makefile.in: Likewise.
15853 * gdb.stabs/Makefile.in: Likewise.
15854 * gdb.threads/Makefile.in: Likewise.
15855 * gdb.trace/Makefile.in: Likewise.
15856 * gdb.xml/Makefile.in: Likewise.
15857 * lib/gdb.exp (make_gdb_parallel_path): Add check for
15858 GDB_PARALLEL.
15859 (standard_output_file): Remove check for GDB_PARALLEL, always
15860 return path in outputs/$subdir/$testname.
15861
15862 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
15863
15864 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
15865 (site.exp): Assign abs_srcdir to tcl's srcdir.
15866
15867 2016-02-04 Yao Qi <yao.qi@linaro.org>
15868
15869 * gdb.base/foll-exec-mode.c: Include limits.h.
15870 (main): Add parameters argc and argv. Get directory from
15871 argv[0].
15872 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
15873 compilation.
15874 * gdb.base/foll-exec.c: Include limits.h.
15875 (main): Add parameters argc and argv.
15876 Get directory from argv[0].
15877 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
15878 Adjust tests on the number of lines as source code changed.
15879 * gdb.base/foll-vfork-exit.c: Include limits.h.
15880 (main): Add one line of statement before vfork.
15881 * gdb.base/foll-vfork.c: Include limits.h and string.h.
15882 (main): Add parameters argc and argv. Get directory from
15883 argv[0].
15884 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
15885 (setup_gdb): Set tbreak to skip some source lines.
15886 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
15887 (main): Add parameters argc and argv. Get directory from
15888 argv[0].
15889 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
15890 compilation.
15891 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
15892 (main): Add parameters argc and argv. Get directory from
15893 argv[0].
15894 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
15895 compilation.
15896
15897 2016-02-01 Doug Evans <dje@google.com>
15898
15899 * gdb.base/skip.exp: Clean up multiple references to same test name.
15900
15901 2016-02-01 Pedro Alves <palves@redhat.com>
15902
15903 PR remote/19496
15904 * gdb.threads/forking-threads-plus-breakpoint.exp
15905 (displaced_stepping_supported): New global.
15906 (probe_displaced_stepping_support): New procedure.
15907 (do_test): Add 'displaced' parameter, and use it.
15908 (top level): Check for displaced stepping support. Add displaced
15909 stepping on/off testing axis.
15910
15911 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
15912
15913 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
15914 pointer. Don't perform further tests on the unassociated pointer
15915 if the first test fails.
15916
15917 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
15918
15919 * gdb.base/max-value-size.c: New file.
15920 * gdb.base/max-value-size.exp: New file.
15921 * gdb.base/huge.exp: Disable max-value-size for this test.
15922
15923 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
15924
15925 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
15926
15927 2016-01-28 Yao Qi <yao.qi@linaro.org>
15928
15929 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
15930
15931 2016-01-25 Pedro Alves <palves@redhat.com>
15932
15933 PR threads/19461
15934 * gdb.base/fork-running-state.c: New file.
15935 * gdb.base/fork-running-state.exp: New file.
15936
15937 2016-01-25 Pedro Alves <palves@redhat.com>
15938
15939 PR gdb/19494
15940 * gdb.base/catch-fork-kill.c: New file.
15941 * gdb.base/catch-fork-kill.exp: New file.
15942
15943 2016-01-25 Pedro Alves <palves@redhat.com>
15944
15945 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
15946 Delete, moved to lib/gdb.exp.
15947 * gdb.threads/forking-threads-plus-breakpoint.exp
15948 (foreach_with_prefix): Likewise.
15949 * gdb.threads/process-dies-while-handling-bp.exp
15950 (foreach_with_prefix): Likewise.
15951 * lib/gdb.exp (foreach_with_prefix): New procedure.
15952
15953 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
15954
15955 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
15956 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
15957
15958 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
15959
15960 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
15961 endian targets.
15962
15963 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15964 Pedro Alves <palves@redhat.com>
15965
15966 Fix testsuite compatibility with Guile.
15967 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
15968 number.
15969
15970 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15971
15972 Fix testsuite compatibility with Guile.
15973 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
15974 (thread 1): New test for backtrace through signal handler.
15975
15976 2016-01-22 Yao Qi <yao.qi@linaro.org>
15977
15978 PR testsuite/19491
15979 * gdb.base/multi-forks.c: Include
15980 ../lib/unbuffer_output.c
15981 (main): Call gdb_unbuffer_output.
15982
15983 2016-01-21 Doug Evans <dje@google.com>
15984
15985 * lib/ada.exp (gdb_compile_ada): Fix typo.
15986
15987 2016-01-21 Joel Brobecker <brobecker@adacore.com>
15988
15989 * gdb.base/break-fun-addr.exp: New file.
15990 * gdb.base/break-fun-addr1.c: New file.
15991 * gdb.base/break-fun-addr2.c: New file.
15992
15993 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
15994
15995 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
15996 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
15997 enum flag values.
15998
15999 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
16000
16001 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
16002 when GDB can not set the vector return value. Add more comments
16003 for clarification.
16004
16005 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
16006
16007 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
16008 command.
16009
16010 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
16011
16012 * Makefile.in (DO_RUNTEST): Add --status and update usages.
16013
16014 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
16015
16016 * Makefile.in (check-single): Pass --status to runtest.
16017 (check/%.exp): Likewise.
16018
16019 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
16020
16021 * Makefile.in (check-parallel): Propagate return code from make
16022 do-check-parallel.
16023
16024 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
16025
16026 * gdb.trace/ftrace.exp: Fix expected message on continue.
16027 * gdb.trace/pending.exp: Fix expected message on continue.
16028 * gdb.trace/trace-break.exp: Fix expected message on continue.
16029
16030 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
16031
16032 * lib/gdb.exp (gdb_test): Remove unused global references.
16033
16034 2016-01-18 Pedro Alves <palves@redhat.com>
16035
16036 * gdb.base/async-shell.exp: Adjust expected output.
16037 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
16038 * gdb.base/siginfo-thread.exp: Adjust expected output.
16039 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
16040 * gdb.java/jnpe.exp: Adjust expected output.
16041 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
16042 * gdb.threads/continue-pending-status.exp: Adjust expected output.
16043 * gdb.threads/leader-exit.exp: Adjust expected output.
16044 * gdb.threads/manythreads.exp: Adjust expected output.
16045 * gdb.threads/pthreads.exp: Adjust expected output.
16046 * gdb.threads/schedlock.exp: Adjust expected output.
16047 * gdb.threads/siginfo-threads.exp: Adjust expected output.
16048 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
16049 expected output.
16050 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
16051 output.
16052 * gdb.threads/sigthread.exp: Adjust expected output.
16053 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
16054
16055 2016-01-18 Yao Qi <yao.qi@linaro.org>
16056
16057 * gdb.guile/scm-section-script.c: Replace @progbits with
16058 %progbits.
16059 * gdb.python/py-section-script.c: Likewise.
16060
16061 2016-01-15 Pedro Alves <palves@redhat.com>
16062
16063 * gdb.multi/tids.exp: Test star wildcard ranges.
16064
16065 2016-01-15 Pedro Alves <palves@redhat.com>
16066
16067 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
16068 command from "thread apply" invocation.
16069 (thr_apply_info_thr_invalid): Default the expected output to the
16070 input tid list.
16071 (top level): Add tests that use convenience variables. Add tests
16072 for "thread apply" with a valid TID list, but missing the command.
16073
16074 2016-01-13 Pedro Alves <palves@redhat.com>
16075
16076 * gdb.base/default.exp: Expect $_gthread as well.
16077 * gdb.multi/tids.exp: Test $_gthread.
16078 * gdb.threads/thread-specific.exp: Test $_gthread.
16079
16080 2016-01-13 Pedro Alves <palves@redhat.com>
16081
16082 * gdb.multi/tids.exp: Test "info threads -gid".
16083
16084 2016-01-13 Pedro Alves <palves@redhat.com>
16085
16086 * gdb.multi/tids.exp: Test InferiorThread.global_num and
16087 Breakpoint.thread.
16088 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
16089
16090 2016-01-07 Pedro Alves <palves@redhat.com>
16091
16092 * gdb.base/break.exp: Adjust to output changes.
16093 * gdb.base/hbreak2.exp: Likewise.
16094 * gdb.base/sepdebug.exp: Likewise.
16095 * gdb.base/watch_thread_num.exp: Likewise.
16096 * gdb.linespec/keywords.exp: Likewise.
16097 * gdb.multi/info-threads.exp: Likewise.
16098 * gdb.threads/thread-find.exp: Likewise.
16099 * gdb.multi/tids.c: New file.
16100 * gdb.multi/tids.exp: New file.
16101
16102 2016-01-13 Pedro Alves <palves@redhat.com>
16103
16104 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
16105
16106 2016-01-13 Pedro Alves <palves@redhat.com>
16107
16108 * gdb.base/default.exp: Expect $_inferior as well.
16109 * gdb.multi/base.exp: Test $_inferior.
16110
16111 2016-01-13 Pedro Alves <palves@redhat.com>
16112
16113 PR breakpoints/19388
16114 * gdb.base/catch-signal-siginfo-cond.c: New file.
16115 * gdb.base/catch-signal-siginfo-cond.exp: New file.
16116
16117 2016-01-12 Josh Stone <jistone@redhat.com>
16118 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16119
16120 * gdb.base/catch-syscall.c (do_execve): New variable.
16121 (main): Conditionally trigger an execve.
16122 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
16123 (test_catch_syscall_execve): New, check entry/return across execve.
16124 (do_syscall_tests): Call test_catch_syscall_execve.
16125
16126 2016-01-12 Pedro Alves <palves@redhat.com>
16127
16128 * gdb.base/random-signal.exp (do_test): New procedure, with body
16129 of testcase moved in.
16130
16131 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16132 Pedro Alves <palves@redhat.com>
16133
16134 * gdb.base/funcargs.exp (finish from indirectly called function):
16135 Reintroduce the case for 'First'.
16136
16137 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16138 Pedro Alves <palves@redhat.com>
16139
16140 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
16141 (tcatch_vfork_then_child_follow_exec)
16142 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
16143 identification.
16144
16145 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16146
16147 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
16148 and repeats to unlimited.
16149 * gdb.python/py-value.exp: Likewise.
16150 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
16151 and repeats to unlimited.
16152
16153 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
16154
16155 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
16156 and reordering the functions.
16157 * gdb.multi/hangout.c: Likewise.
16158 * gdb.multi/hello.c: Likewise.
16159
16160 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
16161
16162 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
16163 absolute.
16164 (SingleStatisticTestResult.report): Use dict.keys instead of
16165 dict.iterkeys.
16166
16167 2016-01-06 Pedro Alves <palves@redhat.com>
16168
16169 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
16170
16171 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
16172
16173 * gdb.btrace/dlopen.exp: New.
16174 * gdb.btrace/dlopen.c: New.
16175 * gdb.btrace/dlopen-dso.c: New.
16176
16177 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
16178
16179 * lib/gdb.exp (gdb_test): Update comments to clarify that the
16180 PATTERN argument is optional.
16181
16182 2015-12-24 Joel Brobecker <brobecker@adacore.com>
16183
16184 * lib/ada.exp (target_compile_ada_from_dir): New function.
16185 (gdb_compile_ada): Reimplement avoiding the use of project files.
16186 * gdb.ada/gnat_ada.gpr: Delete.
16187 * gdb.ada/cond_lang.exp: Adjust test to make path before
16188 filename optional.
16189 * gdb.ada/small_reg_param.exp: Likewise.
16190
16191 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
16192
16193 * gdb.base/foll-vork.exp: Remove HP-UX special case.
16194
16195 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
16196
16197 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
16198 case.
16199
16200 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
16201
16202 * gdb.base/break.exp: Remove dead code.
16203 * gdb.base/sepdebug.exp: Likewise.
16204
16205 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
16206
16207 * gdb.asm/asm-source.exp: Remove HP-UX references.
16208 * gdb.base/annota1.exp: Likewise.
16209 * gdb.base/annota3.exp: Likewise.
16210 * gdb.base/attach.exp: Likewise.
16211 * gdb.base/bigcore.exp: Likewise.
16212 * gdb.base/break.exp: Likewise.
16213 * gdb.base/call-ar-st.exp: Likewise.
16214 * gdb.base/callfuncs.exp: Likewise.
16215 * gdb.base/catch-fork-static.exp: Likewise.
16216 * gdb.base/display.exp: Likewise.
16217 * gdb.base/foll-exec-mode.exp: Likewise.
16218 * gdb.base/foll-exec.exp: Likewise.
16219 * gdb.base/foll-fork.exp: Likewise.
16220 * gdb.base/foll-vfork.exp: Likewise.
16221 * gdb.base/funcargs.exp: Likewise.
16222 * gdb.base/hbreak2.exp: Likewise.
16223 * gdb.base/inferior-died.exp: Likewise.
16224 * gdb.base/interrupt.exp: Likewise.
16225 * gdb.base/multi-forks.exp: Likewise.
16226 * gdb.base/nodebug.exp: Likewise.
16227 * gdb.base/sepdebug.exp: Likewise.
16228 * gdb.base/solib1.c: Likewise.
16229 * gdb.base/step-test.exp: Likewise.
16230 * gdb.mi/non-stop.c: Likewise.
16231 * gdb.mi/pthreads.c: Likewise.
16232 * gdb.multi/bkpt-multi-exec.ex: Likewise.
16233 * gdb.threads/pthreads.c: Likewise.
16234 * gdb.threads/staticthreads.exp: Likewise.
16235 * lib/future.exp: Likewise.
16236 * lib/gdb.exp: Likewise.
16237 * gdb.base/so-indr-cl.c: Remove.
16238 * gdb.base/so-indr-cl.exp: Likewise.
16239 * gdb.base/solib.c: Likewise.
16240 * gdb.base/solib.exp: Likewise.
16241 * gdb.base/solib2.c: Likewise.
16242
16243 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
16244
16245 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
16246 * gdb.base/call-ar-st.exp: Likewise.
16247 * gdb.base/callfuncs.exp: Likewise.
16248 * gdb.base/condbreak.exp: Likewise.
16249 * gdb.base/constvars.exp: Likewise.
16250 * gdb.base/hbreak2.exp: Likewise.
16251 * gdb.base/langs.exp: Likewise.
16252 * gdb.base/list.exp: Likewise.
16253 * gdb.base/long_long.exp: Likewise.
16254 * gdb.base/ptype.exp: Likewise.
16255 * gdb.base/scope.exp: Likewise.
16256 * gdb.base/signals.exp: Likewise.
16257 * gdb.base/so-impl-ld.exp: Likewise.
16258 * gdb.base/varargs.exp: Likewise.
16259 * gdb.base/volatile.exp: Likewise.
16260 * gdb.base/whatis.exp: Likewise.
16261 * gdb.cp/cplusfuncs.exp: Likewise.
16262 * gdb.cp/inherit.exp: Likewise.
16263 * gdb.cp/local.exp: Likewise.
16264 * gdb.cp/member-ptr.exp: Likewise.
16265 * gdb.cp/method.exp: Likewise.
16266 * gdb.cp/overload.exp: Likewise.
16267 * gdb.cp/templates.exp: Likewise.
16268 * gdb.stabs/weird.exp: Likewise.
16269 * lib/compiler.c: Likewise.
16270 * lib/compiler.cc: Likewise.
16271 * lib/cp-support.exp: Likewise.
16272 * lib/gdb.exp: Likewise.
16273
16274 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
16275
16276 * configure.ac: Remove HP-UX case.
16277 * configure: Regenerate.
16278
16279 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
16280
16281 * lib/gdb.exp (gdb_compile): Add function doc.
16282
16283 2015-12-17 Pedro Alves <palves@redhat.com>
16284
16285 PR threads/19354
16286 * gdb.multi/info-threads.exp: New file.
16287
16288 2015-12-15 Yao Qi <yao.qi@linaro.org>
16289
16290 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
16291 is aarch64*-*-*.
16292
16293 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
16294
16295 * gdb.base/history-duplicates.exp: Skip if no readline support.
16296
16297 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
16298
16299 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
16300
16301 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
16302
16303 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
16304
16305 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
16306
16307 * gdb.base/completion.exp: Skip tests that interrupt GDB with
16308 ctrl-C if nointerrupts target property is set.
16309 * gdb.base/double-prompt-target-event-error.exp: Likewise.
16310 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
16311 * gdb.base/paginate-bg-execution.exp: Likewise.
16312 * gdb.base/paginate-execution-startup.exp: Likewise.
16313 * gdb.base/random-signal.exp: Likewise.
16314 * gdb.base/range-stepping.exp: Likewise.
16315 * gdb.cp/annota2.exp: Likewise.
16316 * gdb.cp/annota3.exp: Likewise.
16317 * gdb.gdb/selftest.exp: Likewise.
16318 * gdb.threads/continue-pending-status.exp: Likewise.
16319 * gdb.threads/leader-exit.exp: Likewise.
16320 * gdb.threads/manythreads.exp: Likewise.
16321 * gdb.threads/pthreads.exp: Likewise.
16322 * gdb.threads/schedlock.exp: Likewise.
16323 * gdb.threads/sigthread.exp: Likewise.
16324
16325 2015-12-11 Don Breazeal <donb@codesourcery.com>
16326
16327 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
16328 remote.
16329 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
16330 * gdb.base/foll-exec.exp (main): Enable for target remote.
16331 * gdb.base/foll-fork.exp (main): Likewise.
16332 * gdb.base/foll-vfork.exp (main): Likewise.
16333 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
16334 (proc continue_to_exit_bp_loc): Use clean_restart.
16335 * gdb.base/pie-execl.exp (main): Disable for target remote.
16336 * gdb.base/watch-vfork.exp (main): Enable for target remote.
16337 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
16338 * gdb.threads/execl.exp (main): Likewise.
16339 * gdb.threads/fork-child-threads.exp (main): Likewise.
16340 * gdb.threads/fork-plus-threads.exp (main): Disable for target
16341 remote.
16342 * gdb.threads/fork-thread-pending.exp (main): Enable for target
16343 remote.
16344 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
16345 pid.tid style ptids, instead of just tid.
16346 * gdb.threads/thread-execl.exp (main): Enable for target remote.
16347 * gdb.threads/watchpoint-fork.exp (main): Likewise.
16348 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
16349 ptids, instead of just tid.
16350
16351 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
16352
16353 * gdb.base/list.exp (test_list_forward): Add end of file error
16354 test.
16355 (test_repeat_list_command): Add end of file error test.
16356 (test_list_backwards): Add beginning of file error test.
16357
16358 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
16359
16360 * gdb.base/list.exp (test_list_invalid_args): New function,
16361 defined, and called.
16362
16363 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
16364
16365 * gdb.base/list.exp (test_list): Make test names unique.
16366
16367 2015-12-11 Yao Qi <yao.qi@linaro.org>
16368
16369 * gdb.base/coremaker2.c: Remove.
16370
16371 2015-12-10 Pedro Alves <palves@redhat.com>
16372
16373 * gdb.multi/base.exp: Remove stale "spaces" references.
16374
16375 2015-12-10 Pedro Alves <palves@redhat.com>
16376
16377 * gdb.multi/base.exp: Don't use nowarnings.
16378 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
16379 * gdb.multi/hangout.c: Include stdio.h.
16380 * gdb.multi/hello.c: Include stdlib.h.
16381 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
16382 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
16383 * gdb.multi/multi-arch.exp: Don't use nowarnings.
16384
16385 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
16386
16387 * gdb.dwarf2/dw2-ranges-base.c: New file.
16388 * gdb.dwarf2/dw2-ranges-base.exp: New file.
16389 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
16390 support additional line table, and debug ranges generation.
16391 (Dwarf::ranges): New function, generate .debug_ranges.
16392 (Dwarf::lines): Support generating simple line table programs.
16393 (Dwarf::assemble): Initialise new namespace variables.
16394
16395 2015-12-09 Kevin Buettner <kevinb@redhat.com>
16396
16397 * gdb.base/async.exp (proc test_background): Add case for
16398 asynchronous execution not supported.
16399
16400 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
16401
16402 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
16403 format and change test names to make them unique.
16404
16405 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
16406 Pedro Alves <pedro@redhat.com>
16407
16408 PR gdb/18702
16409 Add checking of floatformats setup on x86_64 hosts.
16410 * gdb.arch/i386-float.S (main): Load bigval and smallval.
16411 (smallval, bigval): New labels/constants.
16412 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
16413 float" after loading bigval and smallval.
16414
16415 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
16416
16417 * gdb.ada/fun_overload_menu.exp: New testcase.
16418 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
16419
16420 2015-12-04 Josh Stone <jistone@redhat.com>
16421
16422 * gdb.base/catch-fork-static.exp: New.
16423
16424 2015-12-03 Yao Qi <yao.qi@linaro.org>
16425
16426 * gdb.base/sizeof.c: Don't include stdio.h and
16427 ../lib/unbuffer_output.c.
16428 (main): New variable 'size' and 'value'. Remove printf and
16429 gdb_unbuffer_output. Assign return value to size and value.
16430 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
16431 at the beginning.
16432 (check_sizeof): Check the result by printing variable 'size'.
16433 (check_valueof): Check the result by printing variable 'value'.
16434
16435 2015-12-01 Yao Qi <yao.qi@linaro.org>
16436
16437 * gdb.base/disp-step-syscall.exp: Define syscall instruction
16438 for aarch64*-*-linux* target.
16439
16440 2015-11-30 Pedro Alves <palves@redhat.com>
16441
16442 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
16443
16444 2015-11-30 Pedro Alves <palves@redhat.com>
16445
16446 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
16447 Handle non-stop mode vCont replies.
16448
16449 2015-11-30 Pedro Alves <palves@redhat.com>
16450
16451 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
16452 prepare_for_testing. Start gdb with "set non-stop on" appended to
16453 GDBFLAGS. Lax expected stop output.
16454
16455 2015-11-27 Yao Qi <yao.qi@linaro.org>
16456
16457 * gdb.arch/arm-neon.exp: New.
16458 * gdb.arch/arm-neon.c: New.
16459
16460 2015-11-27 Yao Qi <yao.qi@linaro.org>
16461
16462 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
16463
16464 2015-11-27 Yao Qi <yao.qi@linaro.org>
16465
16466 * gdb.cp/annota2.exp: Allow multiple occurrences of the
16467 frames-invalid annotation.
16468
16469 2015-11-27 Yao Qi <yao.qi@linaro.org>
16470
16471 * gdb.cp/annota2.exp: Use ${frames_invalid}.
16472
16473 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
16474
16475 * gdb.threads/names.exp: New file.
16476 * gdb.threads/names.c: New file.
16477 * README: Mention gdb,no_thread_names.
16478
16479 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
16480
16481 PR 19297
16482 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
16483 support" error.
16484
16485 2015-11-24 Pedro Alves <palves@redhat.com>
16486
16487 PR 17539
16488 * gdb.base/display.exp: Expect displays to be sorted in ascending
16489 order. Use multi_line.
16490 * gdb.base/solib-display.exp: Likewise.
16491
16492 2015-11-24 Pedro Alves <palves@redhat.com>
16493
16494 PR 17539
16495 * gdb.base/display.exp: Expect displays to be sorted in ascending
16496 order. Use multi_line.
16497 * gdb.base/solib-display.exp: Likewise.
16498
16499 2015-11-24 Pedro Alves <palves@redhat.com>
16500
16501 PR 17539
16502 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
16503 threads in ascending order.
16504 * gdb.base/foll-fork.exp: Likewise.
16505 * gdb.base/foll-vfork.exp: Likewise.
16506 * gdb.base/multi-forks.exp: Likewise.
16507 * gdb.mi/mi-nonstop.exp: Likewise.
16508 * gdb.mi/mi-nsintrall.exp: Likewise.
16509 * gdb.multi/base.exp: Likewise.
16510 * gdb.multi/multi-arch.exp: Likewise.
16511 * gdb.python/py-inferior.exp: Likewise.
16512 * gdb.threads/break-while-running.exp: Likewise.
16513 * gdb.threads/execl.exp: Likewise.
16514 * gdb.threads/gcore-thread.exp: Likewise.
16515 * gdb.threads/info-threads-cur-sal.exp: Likewise.
16516 * gdb.threads/kill.exp: Likewise.
16517 * gdb.threads/linux-dp.exp: Likewise.
16518 * gdb.threads/multiple-step-overs.exp: Likewise.
16519 * gdb.threads/next-bp-other-thread.exp: Likewise.
16520 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
16521 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
16522 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
16523 * gdb.threads/thread-find.exp: Likewise.
16524 * gdb.threads/tls.exp: Likewise.
16525 * lib/mi-support.exp (mi_reverse_list): Delete.
16526 (mi_check_thread_states): No longer reverse list.
16527
16528 2015-11-24 Pedro Alves <palves@redhat.com>
16529
16530 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
16531 use lowercase.
16532
16533 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
16534
16535 * gdb.trace/actions.c: Include trace-common.h.
16536 (main): Add a location for a fast tracepoint.
16537 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
16538 the normal tracepoints.
16539 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
16540
16541 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
16542
16543 * save-trace.exp: Factor out code to these...
16544 (gdb_save_tracepoints): New.
16545 (gdb_load_tracepoints): New.
16546 (do_save_load_test): New.
16547
16548 2015-11-23 Kevin Buettner <kevinb@redhat.com>
16549
16550 * gdb.base/asmlabel.exp: New test.
16551 * gdb.base/asmlabel.c: New test case.
16552
16553 2015-11-23 Joel Brobecker <brobecker@adacore.com>
16554
16555 * gdb.base/wrong_frame_bt_full-main.c: New file.
16556 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
16557 * gdb.base/wrong_frame_bt_full.exp: New file.
16558
16559 2015-11-23 Joel Brobecker <brobecker@adacore.com>
16560
16561 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
16562
16563 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
16564
16565 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
16566 pstate register when comparing registers values in
16567 sparc64-*-linux-gnu targets to avoid spurious differences.
16568
16569 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
16570
16571 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
16572
16573 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
16574
16575 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
16576 as type argument to gdb_compile.
16577 * gdb.base/nested-subp2.exp: Likewise.
16578 * gdb.base/nested-subp3.exp: Likewise.
16579
16580 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
16581
16582 * lib/dwarf.exp (_note): Fix left shift of negative value.
16583 * gdb.trace/trace-condition.exp: Likewise.
16584
16585 2015-11-13 Yao Qi <yao.qi@linaro.org>
16586
16587 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
16588 comments about d10v.
16589 (test_scalar_returns): Likewise.
16590 * gdb.base/d10v.ld: Remove.
16591 * gdb.base/overlays.exp: Remove the target triplet checking for
16592 d10v-*-*.
16593 * gdb.base/structs.exp (test_struct_returns): Remove the
16594 comments about d10v.
16595 (test_struct_calls): Likewise.
16596
16597 2015-11-13 Yao Qi <yao.qi@linaro.org>
16598
16599 * gdb.base/gnu_vector.exp: Check the return value by "p res".
16600 * gdb.base/gnu_vector.c: Don't include stdio.h.
16601 (main): Don't print res and call add_some_intvecs.
16602
16603 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
16604
16605 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
16606 macro.
16607 (func5): Removed.
16608 (func4): Use FAST_TRACEPOINT_LABEL.
16609 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
16610 macro.
16611 (func): Removed.
16612 (thread_function): Use FAST_TRACEPOINT_LABEL.
16613 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
16614 (func): Remove.
16615 (marker): Use FAST_TRACEPOINT_LABEL.
16616 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
16617 (pendfunc1): Remove.
16618 (pendfunc): Use FAST_TRACEPOINT_LABEL.
16619 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
16620 (foo): Remove.
16621 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
16622 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
16623 macro.
16624 (func): Remove.
16625 (marker): Use FAST_TRACEPOINT_LABEL.
16626 * gdb.trace/trace-common.h: New header.
16627 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
16628 macro.
16629 (func): Remove.
16630 (marker): Use FAST_TRACEPOINT_LABEL.
16631 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
16632 (func): Remove.
16633 (thread_function): Use FAST_TRACEPOINT_LABEL.
16634
16635 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
16636
16637 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
16638 in front.
16639 * gdb.trace/change-loc.exp: Use global pcreg definition.
16640 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
16641 * gdb.trace/entry-values.exp: Use global spreg definition, add $
16642 in front.
16643 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
16644 * gdb.trace/pending.exp: Likewise.
16645 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
16646 * gdb.trace/trace-break.exp: Likewise.
16647 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
16648 in front.
16649 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
16650 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
16651 in front.
16652 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
16653
16654 2015-11-09 Joel Brobecker <brobecker@adacore.com>
16655
16656 * gdb.ada/fin_fun_out: New testcase.
16657
16658 2015-11-07 Kevin Buettner <kevinb@redhat.com>
16659
16660 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
16661 value associated with DW_AT_byte_size.
16662 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
16663 constants for DW_AT_byte_size, DW_AT_lower_bound, and
16664 DW_AT_upper_bound.
16665
16666 2015-11-07 Kevin Buettner <kevinb@redhat.com>
16667
16668 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
16669 (gdb_target_symbol_prefix_flags): Define in terms of _asm
16670 version.
16671 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
16672 gdb.dwarf2/dw2-canonicalize-type.exp,
16673 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
16674 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
16675 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
16676 provided by gdb_target_symbol_prefix_flags_asm.
16677 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
16678 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
16679 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
16680 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
16681 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
16682 macros where needed). Use this macro for symbols which require
16683 the prefix provided by SYMBOL_PREFIX.
16684
16685 2015-11-05 Kevin Buettner <kevinb@redhat.com>
16686
16687 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
16688 New procs.
16689 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
16690 representing expressions, of more than one list element.
16691 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
16692 to prepend linker symbol prefix to f.
16693 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
16694 table_1 and table_2.
16695 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
16696 Likewise, for f and g.
16697 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
16698 for ptr.
16699 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
16700 for main.
16701 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
16702 table_1_ptr and table_2_ptr.
16703
16704 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
16705 Joel Brobecker <brobecker@adacore.com>
16706
16707 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
16708
16709 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
16710
16711 * gdb.reverse/s390-mvcle.c: New test.
16712 * gdb.reverse/s390-mvcle.exp: New file.
16713 * lib/gdb.exp: Enable reverse tests on s390*-linux.
16714
16715 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
16716
16717 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
16718
16719 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
16720
16721 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
16722 reaching marker2.
16723 * gdb.reverse/getresuid-reverse.exp: Likewise.
16724 * gdb.reverse/pipe-reverse.exp: Likewise.
16725 * gdb.reverse/readv-reverse.exp: Likewise.
16726 * gdb.reverse/recvmsg-reverse.exp: Likewise.
16727 * gdb.reverse/time-reverse.exp: Likewise.
16728 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
16729
16730 2015-10-30 Yao Qi <yao.qi@linaro.org>
16731
16732 * gdb.threads/wp-replication.c (watch_count_done): Remove.
16733 (empty_cycle): Remove.
16734 (main): Don't call empty_cycle. Don't use watch_count_done.
16735 * gdb.threads/wp-replication.exp: Don't set breakpoint on
16736 empty_cycle. Rewrite the code counting HW watchpoints.
16737
16738 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
16739
16740 * gdb.reverse/fstatat-reverse.c: New test.
16741 * gdb.reverse/fstatat-reverse.exp: New file.
16742 * gdb.reverse/getresuid-reverse.c: New test.
16743 * gdb.reverse/getresuid-reverse.exp: New file.
16744 * gdb.reverse/pipe-reverse.c: New test.
16745 * gdb.reverse/pipe-reverse.exp: New file.
16746 * gdb.reverse/readv-reverse.c: New test.
16747 * gdb.reverse/readv-reverse.exp: New file.
16748 * gdb.reverse/recvmsg-reverse.c: New test.
16749 * gdb.reverse/recvmsg-reverse.exp: New file.
16750 * gdb.reverse/time-reverse.c: New test.
16751 * gdb.reverse/time-reverse.exp: New file.
16752 * gdb.reverse/waitpid-reverse.c: New test.
16753 * gdb.reverse/waitpid-reverse.exp: New file.
16754
16755 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
16756
16757 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
16758
16759 2015-10-26 Doug Evans <dje@google.com>
16760
16761 PR symtab/17391
16762 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
16763 * gdb.dwarf2/bad-regnum.c: New file.
16764 * gdb.dwarf2/bad-regnum.exp: New file.
16765
16766 2015-10-26 Doug Evans <dje@google.com>
16767
16768 PR python/18938
16769 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
16770 file.
16771
16772 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16773
16774 * gdb.compile/compile.exp (compile code globalvar): Update expectation
16775 for a change by "Mention language in compile error message".
16776
16777 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
16778
16779 PR python/18073
16780 * gdb.python/py-type.c (C::a_method): New.
16781 (C::a_const_method): New.
16782 (C::a_static_method): New.
16783 (a_function): New.
16784 * gdb.python/py-type.exp (test_fields): Test getting fields
16785 from function and method.
16786
16787 2015-10-21 Keven Boell <keven.boell@intel.com>
16788
16789 * gdb.fortran/vla-alloc-assoc.exp: New file.
16790 * gdb.fortran/vla-datatypes.exp: New file.
16791 * gdb.fortran/vla-datatypes.f90: New file.
16792 * gdb.fortran/vla-history.exp: New file.
16793 * gdb.fortran/vla-ptype-sub.exp: New file.
16794 * gdb.fortran/vla-ptype.exp: New file.
16795 * gdb.fortran/vla-sizeof.exp: New file.
16796 * gdb.fortran/vla-sub.f90: New file.
16797 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
16798 * gdb.fortran/vla-value-sub-finish.exp: New file.
16799 * gdb.fortran/vla-value-sub.exp: New file.
16800 * gdb.fortran/vla-value.exp: New file.
16801 * gdb.fortran/vla-ptr-info.exp: New file.
16802 * gdb.mi/mi-vla-fortran.exp: New file.
16803 * gdb.mi/vla.f90: New file.
16804
16805 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
16806
16807 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
16808 of hardwired timeout value.
16809
16810 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16811 Pedro Alves <palves@redhat.com>
16812
16813 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
16814 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
16815
16816 2015-10-19 Josh Stone <jistone@redhat.com>
16817
16818 * gdb.base/catch-syscall.c: Include <sched.h>.
16819 (unknown_syscall): New variable.
16820 (main): Trigger a vfork and an unknown syscall.
16821 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
16822 (unknown_syscall_number): Likewise.
16823 (check_call_to_syscall): Accept an optional syscall pattern.
16824 (check_return_from_syscall): Likewise.
16825 (check_continue): Likewise.
16826 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
16827 (test_catch_syscall_skipping_return): New test toggling off 'catch
16828 syscall' to step over the syscall return, then toggling back on.
16829 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
16830 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
16831 (do_syscall_tests): Call test_catch_syscall_without_args and
16832 test_catch_syscall_mid_vfork.
16833 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
16834 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
16835
16836 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
16837
16838 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
16839 print g_vE): Add new pass patterns.
16840 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
16841 print various symbol names for vptr fields.
16842
16843 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
16844
16845 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
16846 results.
16847
16848 2015-10-12 Yao Qi <yao.qi@linaro.org>
16849
16850 * gdb.arch/disp-step-insn-reloc.exp: New test case.
16851
16852 2015-10-12 Yao Qi <yao.qi@linaro.org>
16853
16854 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
16855 is aarch64*-*-linux*.
16856
16857 2015-10-12 Yao Qi <yao.qi@linaro.org>
16858
16859 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
16860 (can_relocate_bcond_true): ... it.
16861 (can_relocate_bcond_false): New function.
16862 (foo): Likewise.
16863 (can_relocate_bl): Likewise.
16864 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
16865 can_relocate_bl.
16866
16867 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
16868
16869 * gdb.base/nested-addr.c: New file.
16870 * gdb.base/nested-addr.exp: New testcase.
16871
16872 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
16873
16874 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
16875 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
16876 its output. Ignore the output of "record goto begin" and instead
16877 check that GDB is replaying.
16878
16879 2015-10-09 Pedro Alves <palves@redhat.com>
16880
16881 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
16882 (top level): Use it in the run with no args test.
16883
16884 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
16885
16886 * gdb.dlang/properties.exp: New file.
16887
16888 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
16889
16890 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
16891 whether or not address 0x1000 is mapped on the target.
16892
16893 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
16894
16895 * gdb.python/py-type.exp: Do not run tests if binaries fail to
16896 build.
16897
16898 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
16899
16900 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
16901 instruction-history test.
16902
16903 2015-09-28 Doug Evans <dje@google.com>
16904
16905 * gdb.base/gcore.c (array_func): Add reference to static_array.
16906
16907 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
16908
16909 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
16910 source line.
16911
16912 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
16913
16914 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
16915 short or char as base type.
16916
16917 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
16918
16919 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
16920 to allow any size enum.
16921
16922 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
16923
16924 * gdb.ada/array_ptr_renaming.exp: New testcase.
16925 * gdb.ada/array_ptr_renaming/foo.adb: New file.
16926 * gdb.ada/array_ptr_renaming/pack.ads: New file.
16927
16928 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
16929
16930 * gdb.trace/ftrace-lock.c: New file.
16931 * gdb.trace/ftrace-lock.exp: New file.
16932
16933 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
16934
16935 * gdb.arch/insn-reloc.c: New file.
16936 * gdb.arch/ftrace-insn-reloc.exp: New file.
16937
16938 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
16939
16940 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
16941 instruction.
16942 * gdb.trace/pendshr1.c (pendfunc): Likewise.
16943 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
16944 * gdb.trace/range-stepping.c: Likewise.
16945 * gdb.trace/trace-break.c: Likewise.
16946 * gdb.trace/trace-mt.c (thread_function): Likewise.
16947 * gdb.trace/ftrace.c (marker): Likewise.
16948 * gdb.trace/trace-condition.c (marker): Likewise.
16949 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
16950 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
16951 is_aarch64_target.
16952
16953 2015-09-18 Doug Evans <xdje42@gmail.com>
16954
16955 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
16956 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
16957
16958 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
16959
16960 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
16961 the breakpoint.
16962
16963 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
16964
16965 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
16966 the pending breakpoint. Remove timeout override for "Run till
16967 MI pending breakpoint on pendfunc3 on thread 2" test.
16968
16969 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
16970
16971 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
16972 filename pattern.
16973
16974 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
16975
16976 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
16977 in breakpoint filename pattern.
16978
16979 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
16980
16981 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
16982
16983 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
16984
16985 * gdb.linespec/explicit.exp: Check for readline support for
16986 tab-completion tests. Fix obvious typo.
16987
16988 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
16989
16990 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
16991 and replay.
16992
16993 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
16994
16995 * gdb.btrace/non-stop.c: New.
16996 * gdb.btrace/non-stop.exp: New.
16997
16998 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
16999 Yao Qi <yao.qi@linaro.org>
17000
17001 * gdb.trace/trace-condition.c: New file.
17002 * gdb.trace/trace-condition.exp: New file.
17003
17004 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
17005
17006 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
17007 for testing bytecode compilation.
17008
17009 2015-09-16 Pedro Alves <palves@redhat.com>
17010 Sandra Loosemore <sandra@codesourcery.com>
17011
17012 * gdb.threads/non-stop-fair-events.c (timeout): New global.
17013 (SECONDS): Redefine.
17014 (main): Call pthread_kill and alarm early.
17015 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
17016 support.
17017 (test): If the target can't hardware step and doesn't support
17018 displaced stepping, increase the timeout.
17019
17020 2015-09-16 Pedro Alves <palves@redhat.com>
17021
17022 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
17023 (enable_debug): New procedures.
17024 (test): Use them. Bail out if waiting for threads fails.
17025 (top level): Bail out if a test fails.
17026
17027 2015-09-16 Yao Qi <yao.qi@linaro.org>
17028
17029 * gdb.asm/asm-source.exp: Set asm-arch for
17030 aarch64*-*-* target.
17031 * gdb.asm/aarch64.inc: New file.
17032
17033 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
17034
17035 * gdb.ada/array_of_variable_length.exp: New testcase.
17036 * gdb.ada/array_of_variable_length/foo.adb: New file.
17037 * gdb.ada/array_of_variable_length/pck.adb: New file.
17038 * gdb.ada/array_of_variable_length/pck.ads: New file.
17039
17040 2015-09-15 Doug Evans <dje@google.com>
17041
17042 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
17043 of function static local variable.
17044
17045 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
17046
17047 * gdb.threads/tls-so_extern.exp: New test file.
17048 * gdb.threads/tls-so_extern.c: New test file.
17049 * gdb.threads/tls-so_extern_main.c: New test file.
17050
17051 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
17052
17053 * gdb.opt/solib-intra-step-lib.c: New file.
17054 * gdb.opt/solib-intra-step-main.c: New file.
17055 * gdb.opt/solib-intra-step.exp: New file.
17056
17057 2015-09-15 Pedro Alves <palves@redhat.com>
17058
17059 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
17060 gdb_continue_to_breakpoint instead of gdb_test_multiple.
17061
17062 2015-09-14 Pedro Alves <palves@redhat.com>
17063
17064 * gdb.base/hook-stop-continue.c: Delete.
17065 * gdb.base/hook-stop-continue.exp: Delete.
17066 * gdb.base/hook-stop-frame.c: Delete.
17067 * gdb.base/hook-stop-frame.exp: Delete.
17068 * gdb.base/hook-stop.c: New file.
17069 * gdb.base/hook-stop.exp: New file.
17070
17071 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
17072
17073 * gdb.ada/access_to_packed_array.exp: New testcase.
17074 * gdb.ada/access_to_packed_array/foo.adb: New file.
17075 * gdb.ada/access_to_packed_array/pack.adb: New file.
17076 * gdb.ada/access_to_packed_array/pack.ads: New file.
17077
17078 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
17079
17080 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
17081 buffer size test.
17082
17083 2015-09-11 Don Breazeal <donb@codesourcery.com>
17084
17085 * gdb.base/foll-exec.c: Add copyright header. Fix
17086 formatting issues.
17087 * gdb.base/foll-exec.exp (zap_session): Delete proc.
17088 (do_exec_tests): Use clean_restart in place of zap_session,
17089 and for test initialization. Fix formatting issues. Use
17090 fail in place of perror.
17091 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
17092 an expect statement to match an expression with output from
17093 the program under debug.
17094 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
17095 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
17096 * gdb.threads/non-ldr-exc-2.exp: Likewise.
17097 * gdb.threads/non-ldr-exc-3.exp: Likewise.
17098 * gdb.threads/non-ldr-exc-4.exp: Likewise.
17099
17100 2015-09-09 Doug Evans <dje@google.com>
17101
17102 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
17103
17104 2015-09-09 Doug Evans <dje@google.com>
17105
17106 * gdb.base/pie-execl.exp: Fix result test of build_executable.
17107
17108 2015-09-09 Doug Evans <dje@google.com>
17109
17110 * gdb.base/savedregs.exp: Fix typo.
17111
17112 2015-09-09 Pedro Alves <palves@redhat.com>
17113
17114 * gdb.mi/mi-cli.exp: Add CLI finish tests.
17115
17116 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
17117
17118 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
17119 command actually switches threads. Give up on remaining
17120 tests if target fails to stop at breakpoint.
17121
17122 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
17123
17124 * gdb.ada/funcall_char.exp: New testcase.
17125 * gdb.ada/funcall_char/foo.adb: New file.
17126
17127 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
17128
17129 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
17130 expected outputs. Add two testcases for completing ambiguous
17131 functions.
17132 * gdb.ada/complete/aux_pck.adb: New file.
17133 * gdb.ada/complete/aux_pck.ads: New file.
17134 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
17135 Ambiguous_Func functions.
17136 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
17137 * gdb.ada/complete/pck.adb: Likewise.
17138
17139 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
17140
17141 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
17142 failures to run the test program under GDB.
17143
17144 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
17145
17146 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
17147 to C.
17148
17149 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
17150
17151 * gdb.base/run-after-attach.exp: New test file.
17152 * gdb.base/run-after-attach.c: New test file.
17153
17154 2015-08-26 Don Breazeal <donb@codesourcery.com>
17155
17156 * gdb.base/foll-exec-2.c: New test program.
17157 * gdb.base/foll-exec-2.exp: New test.
17158
17159 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
17160
17161 * gdb.base/nested-subp1.exp: New file.
17162 * gdb.base/nested-subp1.c: New file.
17163 * gdb.base/nested-subp2.exp: New file.
17164 * gdb.base/nested-subp2.c: New file.
17165 * gdb.base/nested-subp3.exp: New file.
17166 * gdb.base/nested-subp3.c: New file.
17167
17168 2015-08-24 Pedro Alves <palves@redhat.com>
17169
17170 * gdb.server/connect-without-multi-process.c: New file.
17171 * gdb.server/connect-without-multi-process.exp: New file.
17172
17173 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
17174
17175 * gdb.opt/inline-markers.c: Make z int.
17176
17177 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
17178
17179 * gdb.opt/inline-markers.c: Make z volatile.
17180
17181 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
17182
17183 * gdb.opt/inline-bt.c: New volatile global z.
17184 * gdb.opt/inline-cmds.c: Likewise.
17185 * gdb.opt/inline-locals.c: Likewise.
17186 * gdb.opt/inline-markers.c: New extern global z.
17187 (marker): Use z.
17188 (inline_fn): Likewise.
17189
17190 2015-08-24 Pedro Alves <palves@redhat.com>
17191
17192 * config/m32r-stub.exp: Remove file.
17193 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
17194 * gdb.base/call-rt-st.exp: Likewise.
17195 * gdb.base/call-strs.exp: Likewise.
17196 * gdb.base/default.exp: Remove references to h8300-*-hms and
17197 *-*-udi*.
17198 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
17199
17200 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
17201
17202 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
17203 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
17204 and "return" use KFAIL when GDB can not read/write the vector
17205 return value.
17206
17207 2015-08-21 Gary Benson <gbenson@redhat.com>
17208
17209 * gdb.trace/pending.exp: Cope with remote transfer warnings.
17210
17211 2015-08-20 Pedro Alves <palves@redhat.com>
17212
17213 * gdb.server/solib-list.exp: No longer expect an interior stop in
17214 non-stop mode.
17215
17216 2015-08-20 Pedro Alves <palves@redhat.com>
17217
17218 * gdb.server/connect-stopped-target.c: New file.
17219 * gdb.server/connect-stopped-target.exp: New file.
17220
17221 2015-08-20 Pedro Alves <palves@redhat.com>
17222
17223 * gdb.dwarf2/comp-unit-lang.exp: New file.
17224 * gdb.dwarf2/comp-unit-lang.c: New file.
17225
17226 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
17227
17228 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
17229 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
17230
17231 2015-08-19 Kevin Buettner <kevinb@redhat.com>
17232
17233 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
17234 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
17235
17236 2015-08-18 Doug Evans <dje@google.com>
17237 Adrian Sendroiu <adrian.sendroiu@freescale.com>
17238
17239 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
17240 skip_python_tests. New arg prompt_regexp.
17241 (skip_python_tests): New function.
17242 * lib/mi-support.exp (mi_skip_python_tests): New function.
17243 * gdb.python/py-mi-objfile-gdb.py: New file.
17244 * gdb.python/py-mi-objfile.c: New file.
17245 * gdb.python/py-mi-objfile.exp: New file.
17246
17247 2015-08-17 Keith Seitz <keiths@redhat.com>
17248
17249 * gdb.linespec/explicit.exp: Move strace test from here ...
17250 * gdb.trace/strace.exp: ... to here.
17251
17252 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
17253
17254 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
17255 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
17256
17257 2015-08-14 Doug Evans <xdje42@gmail.com>
17258
17259 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
17260 inferior before selecting a new file.
17261
17262 2015-08-14 Doug Evans <xdje42@gmail.com>
17263
17264 * gdb.mi/mi-disassemble.exp: Update.
17265 * gdb.base/disasm-optim.S: New file.
17266 * gdb.base/disasm-optim.c: New file.
17267 * gdb.base/disasm-optim.h: New file.
17268 * gdb.base/disasm-optim.exp: New file.
17269
17270 2015-08-14 Keith Seitz <keiths@redhat.com>
17271
17272 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
17273 "evaluated-by".
17274
17275 2015-08-13 Joel Brobecker <brobecker@adacore.com>
17276
17277 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
17278
17279 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
17280
17281 * gdb.ada/fun_renaming.exp: New testcase.
17282 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
17283 * gdb.ada/fun_renaming/pack.adb: New file.
17284 * gdb.ada/fun_renaming/pack.ads: New file.
17285
17286 2015-08-12 Keith Seitz <keiths@redhat.com>
17287
17288 * gdb.base/dso2dso.exp: Pass basename of source file in call to
17289 gdb_get_line_number.
17290
17291 2015-08-12 Joel Brobecker <brobecker@adacore.com>
17292
17293 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
17294 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
17295 gdb.base/dso2dso.exp: New files.
17296
17297 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
17298 Pedro Alves <palves@redhat.com>
17299 Keith Seitz <keiths@redhat.com>
17300
17301 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
17302 GDBFLAGS.
17303
17304 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
17305
17306 * gdb.base/gdbhistsize-history.exp
17307 (test_histsize_history_setting): Use save_vars.
17308 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
17309 Use save_vars.
17310 (test_no_truncation_of_unlimited_history_file): Use save_vars.
17311 * gdb.base/readline.exp: Use save_vars.
17312
17313 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
17314
17315 * lib/gdb.exp (save_vars): New proc.
17316
17317 2015-08-11 Keith Seitz <keiths@redhat.com>
17318
17319 * gdb.base/help.exp: Update help_breakpoint_text.
17320
17321 2015-08-11 Keith Seitz <keiths@redhat.com>
17322
17323 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
17324 (at toplevel): Call test_explicit_breakpoints.
17325 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
17326 breakpoints.
17327 * lib/mi-support.exp (mi_make_breakpoint): Add support for
17328 breakpoint conditions, "-cond".
17329
17330 2015-08-11 Keith Seitz <keiths@redhat.com>
17331
17332 * gdb.linespec/3explicit.c: New file.
17333 * gdb.linespec/cpexplicit.cc: New file.
17334 * gdb.linespec/cpexplicit.exp: New file.
17335 * gdb.linespec/explicit.c: New file.
17336 * gdb.linespec/explicit.exp: New file.
17337 * gdb.linespec/explicit2.c: New file.
17338 * gdb.linespec/ls-errs.exp: Add explicit location tests.
17339 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
17340 before using in the matching pattern.
17341 Clarify that `prefix' is a regular expression.
17342
17343 2015-08-11 Keith Seitz <keiths@redhat.com>
17344
17345 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
17346 test.
17347 Add tests for missing ",FMT" and ",".
17348
17349 2015-08-10 Doug Evans <dje@google.com>
17350 Keith Seitz <keiths@redhat.com>
17351
17352 PR gdb/17960
17353 * gdb.base/completion.exp: Add location completer tests.
17354
17355 2015-08-07 Pedro Alves <palves@redhat.com>
17356
17357 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
17358 tests here.
17359 (top level): Run do_test with and without displaced stepping.
17360
17361 2015-08-07 Pedro Alves <palves@redhat.com>
17362
17363 * gdb.base/valgrind-disp-step.c: New file.
17364 * gdb.base/valgrind-disp-step.exp: New file.
17365
17366 2015-08-07 Pedro Alves <palves@redhat.com>
17367
17368 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
17369 Delete function.
17370 (main): Add alarm. Run an infinite loop instead of calling
17371 wait_threads.
17372 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
17373 comment.
17374 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
17375 Delete function.
17376 (main): Add alarm. Run an infinite loop instead of calling
17377 wait_threads.
17378 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
17379 comment.
17380
17381 2015-08-07 Pedro Alves <palves@redhat.com>
17382
17383 * gdb.base/checkpoint-ns.exp: New file.
17384 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
17385 standard_testfile.
17386
17387 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
17388
17389 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
17390 * gdb.btrace/instruction_history.exp: Update.
17391 * gdb.btrace/tsx.exp: New.
17392 * gdb.btrace/tsx.c: New.
17393
17394 2015-08-06 Pedro Alves <palves@redhat.com>
17395
17396 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
17397 increase timeout.
17398 * gdb.reverse/until-precsave.exp: Bump timeouts.
17399
17400 2015-08-06 Pedro Alves <palves@redhat.com>
17401
17402 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
17403
17404 2015-08-06 Pedro Alves <palves@redhat.com>
17405
17406 PR gdb/18749
17407 * gdb.threads/process-dies-while-handling-bp.c: New file.
17408 * gdb.threads/process-dies-while-handling-bp.exp: New file.
17409
17410 2015-08-06 Pedro Alves <palves@redhat.com>
17411
17412 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
17413 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
17414
17415 2015-08-05 Pedro Alves <palves@redhat.com>
17416
17417 * gdb.threads/next-while-other-thread-longjmps.c: New file.
17418 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
17419
17420 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
17421
17422 * gdb.base/bp-permanent.exp: Report test as unsupported if
17423 the target cannot stop at the permanent breakpoint.
17424
17425 2015-08-03 Doug Evans <dje@google.com>
17426
17427 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
17428 10000.
17429
17430 2015-08-03 Doug Evans <dje@google.com>
17431
17432 * Makefile.in (workers/%.worker, build-perf): New rule.
17433 (GDB_PERFTEST_MODE): New variable.
17434 (check-perf): Use it.
17435 (clean): Clean up gdb.perf parallel build subdirs.
17436 * lib/build-piece.exp: New file.
17437 * lib/gdb.exp (make_gdb_parallel_path): New function
17438 (standard_output_file, standard_temp_file): Call it.
17439 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
17440 of $GDB_PARALLEL.
17441 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
17442
17443 2015-08-03 Doug Evans <dje@google.com>
17444
17445 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
17446 (LOG_FILE_NAME): New global.
17447 (TextReporter.__init__): Initialize self.txt_sum.
17448 (TextReporter.report): Add support for multiple data-points.
17449 Move report to perftest.sum, put raw data in perftest.log.
17450 (TextReporter.start): Open sum and log files.
17451 (TextReporter.end): Close sum and log files.
17452 * gdb.perf/lib/perftest/testresult.py
17453 (SingleStatisticTestResult.record): Handle multiple data-points.
17454
17455 2015-07-31 Pedro Alves <palves@redhat.com>
17456
17457 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
17458 Use spawn_id_get_pid. Wait for spawn id after eof. Use
17459 kill_wait_spawned_process instead of explicit "kill -9".
17460 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
17461 returning a spawn id instead of a pid. Use spawn_id_get_pid and
17462 kill_wait_spawned_process.
17463 * gdb.base/attach-twice.exp: Likewise.
17464 * gdb.base/attach.exp: Likewise.
17465 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
17466 gdb_test_multiple.
17467 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
17468 returning a spawn id instead of a pid. Use spawn_id_get_pid and
17469 kill_wait_spawned_process.
17470 * gdb.base/valgrind-infcall.exp: Likewise.
17471 * gdb.multi/multi-attach.exp: Likewise.
17472 * gdb.python/py-prompt.exp: Likewise.
17473 * gdb.python/py-sync-interp.exp: Likewise.
17474 * gdb.server/ext-attach.exp: Likewise.
17475 * gdb.threads/attach-into-signal.exp (corefunc): Use
17476 spawn_wait_for_attach, spawn_id_get_pid and
17477 kill_wait_spawned_process.
17478 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
17479 spawn_wait_for_attach returning a spawn id instead of a pid. Use
17480 spawn_id_get_pid and kill_wait_spawned_process.
17481 * gdb.threads/attach-stopped.exp (corefunc): Use
17482 spawn_wait_for_attach, spawn_id_get_pid and
17483 kill_wait_spawned_process.
17484 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
17485 Use spawn_id_get_pid. Wait for spawn id after eof. Use
17486 kill_wait_spawned_process instead of explicit "kill -9".
17487 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
17488 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
17489 (spawn_wait_for_attach): Use spawn instead of exec to spawn
17490 processes. Don't map cygwin/windows pids here. Now returns a
17491 spawn id list.
17492
17493 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
17494
17495 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
17496 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
17497 correct patch.
17498
17499 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
17500
17501 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
17502
17503 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
17504
17505 Reapply:
17506 2014-05-21 Mark Wielaard <mjw@redhat.com>
17507
17508 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
17509
17510 2015-07-30 Pedro Alves <palves@redhat.com>
17511
17512 * linux-low.c (handle_extended_wait): Set the child's last
17513 reported status to TARGET_WAITKIND_STOPPED.
17514
17515 2015-07-30 Pedro Alves <palves@redhat.com>
17516
17517 PR threads/18600
17518 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
17519 only shows inferior 1.
17520
17521 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
17522 Pedro Alves <palves@redhat.com>
17523
17524 PR threads/18600
17525 * gdb.threads/fork-plus-threads.c: New file.
17526 * gdb.threads/fork-plus-threads.exp: New file.
17527
17528 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
17529
17530 * gdb.base/batch-preserve-term-settings.exp
17531 (test_terminal_settings_preserved_after_cli_exit): Use
17532 send_quit_command.
17533
17534 2015-07-29 Pedro Alves <palves@redhat.com>
17535 Don Breazeal <donb@codesourcery.com>
17536
17537 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
17538 output from both inferior_spawn_id and gdb_spawn_id.
17539
17540 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
17541
17542 * gdb.threads/attach-into-signal.exp (corefunc): Use
17543 with_test_prefix on nested loops, uniquefying the test messages.
17544
17545 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
17546
17547 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
17548 commit.
17549
17550 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
17551
17552 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
17553 New proc.
17554 (test_terminal_settings_preserved_after_sigterm): New test.
17555
17556 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
17557
17558 * gdb.base/batch-preserve-term-settings.exp
17559 (test_terminal_settings_preserved_after_cli_exit): New test.
17560
17561 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
17562
17563 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
17564 manipulation of saved_gdbflags.
17565 (test_terminal_settings_preserved): Remove global declaration of
17566 the unused variable pagination_prompt. Remove manipulation of
17567 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
17568 GDBFLAGS.
17569
17570 2015-07-29 Pedro Alves <palves@redhat.com>
17571
17572 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
17573
17574 2015-07-29 Pedro Alves <palves@redhat.com>
17575
17576 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
17577 at the top.
17578
17579 2015-07-29 Pedro Alves <palves@redhat.com>
17580
17581 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
17582 (main): Call gdb_unbuffer_output.
17583 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
17584 (main): Call gdb_unbuffer_output.
17585 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
17586 (main): Call gdb_unbuffer_output.
17587 * gdb.base/call-strs.exp: Adjust to step over the
17588 gdb_unbuffer_output call.
17589 * gdb.base/catch-gdb-caused-signals.c: Include
17590 "../lib/unbuffer_output.c".
17591 (main): Call gdb_unbuffer_output.
17592 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
17593 (main): Call gdb_unbuffer_output.
17594 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
17595 (main): Call gdb_unbuffer_output.
17596 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
17597 (main): Call gdb_unbuffer_output.
17598 * gdb.base/shlib-call.exp: Adjust to step over the
17599 gdb_unbuffer_output call.
17600 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
17601 (main): Call gdb_unbuffer_output.
17602 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
17603 (main): Call gdb_unbuffer_output.
17604 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
17605 (main): Rename to ...
17606 (test): ... this.
17607 (main): Reimplement.
17608 * gdb.base/varargs.exp: Run to test instead of to main.
17609 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
17610 (main): Call gdb_unbuffer_output.
17611
17612 2015-07-29 Pedro Alves <palves@redhat.com>
17613
17614 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
17615 factore out from mi_continue_dprintf. For call-style dprintfs,
17616 expect dprintf output out of $inferior_spawn_id.
17617 (mi_continue_dprintf): Use mi_expect_dprintf.
17618 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
17619 (main): Call gdb_unbuffer_output.
17620
17621 2015-07-29 Pedro Alves <palves@redhat.com>
17622
17623 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
17624 (default_mi_gdb_start): Set inferior_spawn_id instead of
17625 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
17626 gdb_spawn_id.
17627 (mi_gdb_test): Always expect inferior output from both
17628 $inferior_spawn_id and $gdb_spawn_id.
17629
17630 2015-07-29 Pedro Alves <palves@redhat.com>
17631
17632 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
17633 send_inferior and $inferior_spawn_id.
17634
17635 2015-07-29 Pedro Alves <palves@redhat.com>
17636
17637 * gdb.gdb/complaints.exp (test_initial_complaints)
17638 (test_serial_complaints, test_short_complaints): Use
17639 gdb_test_stdio.
17640 (test_empty_complaint): Handle $inferior_spawn_id !=
17641 $gdb_spawn_id.
17642
17643 2015-07-29 Pedro Alves <palves@redhat.com>
17644
17645 * gdb.base/varargs.exp: Use gdb_test_stdio.
17646
17647 2015-07-29 Pedro Alves <palves@redhat.com>
17648
17649 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
17650
17651 2015-07-29 Pedro Alves <palves@redhat.com>
17652
17653 * gdb.base/ending-run.exp: Use gdb_test_stdio.
17654
17655 2015-07-29 Pedro Alves <palves@redhat.com>
17656
17657 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
17658 parameter into two new parameters, "inf_result" and "gdb_result".
17659 Expect inferior output and gdb output from $inferior_spawn_id and
17660 $gdb_spawn_id, respectively. Adjust all callers.
17661
17662 2015-07-29 Pedro Alves <palves@redhat.com>
17663
17664 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
17665 of gdb_test_sequence.
17666
17667 2015-07-29 Pedro Alves <palves@redhat.com>
17668
17669 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
17670 (saw_spurious_output): Expect inferior output from
17671 $inferior_spawn_id. Use gdb_test_stdio.
17672
17673 2015-07-29 Pedro Alves <palves@redhat.com>
17674
17675 * gdb.base/dprintf.exp: Use standard_testfile. Change
17676 prepare_for_testing call.
17677 (srcfile): Don't set.
17678 (restart): New procedure.
17679 (test_dprintf): New procecure, use to continue over dprintfs.
17680 (test_call, test_agent): New procedures, tests moved here.
17681 Restart gdb and recreate dprintfs. Adjust expected output.
17682
17683 2015-07-29 Pedro Alves <palves@redhat.com>
17684
17685 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
17686
17687 2015-07-29 Pedro Alves <palves@redhat.com>
17688
17689 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
17690
17691 2015-07-29 Pedro Alves <palves@redhat.com>
17692
17693 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
17694 gdb_test_stdio.
17695
17696 2015-07-29 Pedro Alves <palves@redhat.com>
17697
17698 * lib/gdb.exp (gdb_test_stdio): New procedure.
17699
17700 2015-07-29 Pedro Alves <palves@redhat.com>
17701
17702 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
17703
17704 2015-07-29 Pedro Alves <palves@redhat.com>
17705
17706 * gdb.base/call-signal-resume.exp: Remove check for
17707 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
17708 * gdb.base/unwindonsignal.exp: Likewise.
17709 * gdb.base/call-signals.c (gen_signal): Remove printf call.
17710 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
17711
17712 2015-07-29 Pedro Alves <palves@redhat.com>
17713
17714 * gdb.base/siginfo-addr.c (pass): New function.
17715 (handler): Call it iff si_addr is correct.
17716 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
17717 Set a breakpoint at "pass" and continue to it.
17718
17719 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
17720
17721 * gdb.python/py-objfile.exp: Make some tests have unique names.
17722 * gdb.python/py-pp-registration.exp: Likewise.
17723
17724 2015-07-28 Pedro Alves <palves@redhat.com>
17725
17726 * gdb.server/server-exec-info.exp: Issue a "disconnect".
17727
17728 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
17729
17730 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
17731
17732 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
17733
17734 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
17735
17736 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
17737
17738 * gdb.base/gdb-sigterm-2.exp: New test.
17739
17740 2015-07-25 Doug Evans <xdje42@gmail.com>
17741
17742 Revert:
17743 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
17744 (workers/%.worker, build-perf): New rule.
17745 (GDB_PERFTEST_MODE): New variable.
17746 (check-perf): Use it.
17747 (clean): Clean up gdb.perf parallel build subdirs.
17748 * lib/build-piece.exp: New file.
17749 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
17750 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
17751 name.
17752 (standard_temp_file): Ditto.
17753 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
17754 of $GDB_PARALLEL.
17755
17756 2015-07-24 Doug Evans <dje@google.com>
17757
17758 * gdb.perf/lib/perftest/utils.py: New file.
17759 * gdb.perf/gm-hello.cc: New file.
17760 * gdb.perf/gm-pervasive-typedef.cc: New file.
17761 * gdb.perf/gm-pervasive-typedef.h: New file.
17762 * gdb.perf/gm-std.cc: New file.
17763 * gdb.perf/gm-std.h: New file.
17764 * gdb.perf/gm-use-cerr.cc: New file.
17765 * gdb.perf/gm-utils.h: New file.
17766 * gdb.perf/gmonster-null-lookup.py: New file.
17767 * gdb.perf/gmonster-pervasive-typedef.py: New file.
17768 * gdb.perf/gmonster-print-cerr.py: New file.
17769 * gdb.perf/gmonster-ptype-string.py: New file.
17770 * gdb.perf/gmonster-runto-main.py: New file.
17771 * gdb.perf/gmonster-select-file.py: New file.
17772 * gdb.perf/gmonster1-null-lookup.exp: New file.
17773 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
17774 * gdb.perf/gmonster1-print-cerr.exp: New file.
17775 * gdb.perf/gmonster1-ptype-string.exp: New file.
17776 * gdb.perf/gmonster1-runto-main.exp: New file.
17777 * gdb.perf/gmonster1-select-file.exp: New file.
17778 * gdb.perf/gmonster1.cc: New file.
17779 * gdb.perf/gmonster1.exp: New file.
17780 * gdb.perf/gmonster2-null-lookup.exp: New file.
17781 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
17782 * gdb.perf/gmonster2-print-cerr.exp: New file.
17783 * gdb.perf/gmonster2-ptype-string.exp: New file.
17784 * gdb.perf/gmonster2-runto-main.exp: New file.
17785 * gdb.perf/gmonster2-select-file.exp: New file.
17786 * gdb.perf/gmonster2.cc: New file.
17787 * gdb.perf/gmonster2.exp: New file.
17788
17789 2015-07-24 Doug Evans <dje@google.com>
17790
17791 * gdb.perf/README: New file.
17792 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
17793 * lib/gen-perf-test.exp: New file.
17794
17795 2015-07-24 Doug Evans <dje@google.com>
17796
17797 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
17798 (PerfTest::startup): New function.
17799 (PerfTest::run): Return result of calling body.
17800 (PerfTest::assemble): Rewrite.
17801 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
17802 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
17803 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
17804 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
17805 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
17806
17807 2015-07-24 Doug Evans <dje@google.com>
17808
17809 * lib/gdb.exp (clean_restart): Make executable optional.
17810
17811 2015-07-24 Doug Evans <dje@google.com>
17812
17813 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
17814 compiler_info references.
17815 * gdb.cp/temargs.exp: Ditto.
17816 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
17817 (get_compiler_info): Early exit if already computed. Set compiler_info
17818 to "unknown" if there was a problem.
17819 (test_compiler_info): Add function comment. Call get_compiler_info.
17820
17821 2015-07-24 Doug Evans <dje@google.com>
17822
17823 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
17824 (workers/%.worker, build-perf): New rule.
17825 (GDB_PERFTEST_MODE): New variable.
17826 (check-perf): Use it.
17827 (clean): Clean up gdb.perf parallel build subdirs.
17828 * lib/build-piece.exp: New file.
17829 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
17830 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
17831 name.
17832 (standard_temp_file): Ditto.
17833 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
17834 of $GDB_PARALLEL.
17835
17836 2015-07-24 Doug Evans <dje@google.com>
17837
17838 * lib/future.exp (gdb_default_target_compile): New option
17839 "early_flags".
17840 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
17841 --as-needed.
17842
17843 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
17844
17845 * gdb.base/catch-syscall.exp: Call gdb_exit before
17846 gdb_skip_xml_test.
17847
17848 2015-07-24 Pedro Alves <palves@redhat.com>
17849
17850 * gdb.python/py-events.exp: Accept output between the stop event
17851 and the prompt.
17852 * gdb.python/py-evsignal.exp: Likewise.
17853 * gdb.python/py-evthreads.exp: Likewise.
17854
17855 2015-07-24 Pedro Alves <palves@redhat.com>
17856
17857 PR gdb/18717
17858 * gdb.threads/non-ldr-exit.c: New file.
17859 * gdb.threads/non-ldr-exit.exp: New file.
17860
17861 2015-07-24 Yao Qi <yao.qi@linaro.org>
17862
17863 * gdb.server/ext-wrapper.exp: Test --wrapper option when
17864 restarting process.
17865
17866 2015-07-24 Yao Qi <yao.qi@linaro.org>
17867
17868 * gdb.server/ext-restart.exp: New file.
17869
17870 2015-07-24 Yao Qi <yao.qi@linaro.org>
17871
17872 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
17873 argument options.
17874 * gdb.server/ext-wrapper.exp: New file.
17875
17876 2015-07-23 Doug Evans <dje@google.com>
17877
17878 * gdb.dwarf2/dw2-dummy-cu.S: New file.
17879 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
17880
17881 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
17882
17883 * gdb.ada/var_arr_typedef.exp: New testcase.
17884 * gdb.ada/var_arr_typedef/pack.adb: New file.
17885 * gdb.ada/var_arr_typedef/pack.ads: New file.
17886 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
17887
17888 2015-07-20 Joel Brobecker <brobecker@adacore.com>
17889
17890 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
17891
17892 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
17893
17894 * gdb.arch/i386-biarch-core.exp: Replace istarget
17895 by "complete set gnutarget". Remove expectation for the "core-file"
17896 command.
17897
17898 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
17899
17900 Revert the previous commit:
17901 Tests for validate symbol file using build-id.
17902
17903 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
17904
17905 Tests for validate symbol file using build-id.
17906 * gdb.base/solib-mismatch-lib.c: New file.
17907 * gdb.base/solib-mismatch-libmod.c: New file.
17908 * gdb.base/solib-mismatch.c: New file.
17909 * gdb.base/solib-mismatch.exp: New file.
17910
17911 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
17912
17913 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
17914 nios2-*-linux*.
17915 * gdb.base/sigbpt.exp (stepi_out): Likewise.
17916 * gdb.base/siginfo.exp: Likewise.
17917 * gdb.base/sigstep.exp (advance, advancei): Likewise.
17918
17919 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
17920
17921 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
17922 Move it to ...
17923 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
17924 ... here.
17925 * gdb.trace/range-stepping.exp: Check that the target supports
17926 range stepping.
17927
17928 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
17929
17930 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
17931
17932 2015-07-14 Pedro Alves <palves@redhat.com>
17933
17934 * gdb.base/killed-outside.exp: New file.
17935 * gdb.base/killed-outside.c: New file.
17936
17937 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17938
17939 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
17940 (n at main): New.
17941 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
17942
17943 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
17944
17945 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
17946 infcall tests instead of setting up for KFAIL.
17947
17948 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
17949
17950 * gdb.btrace/record_goto-step.exp: New.
17951
17952 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
17953
17954 PR compile/18484
17955 * gdb.compile/compile.c (struct struct_type): Add volatile to
17956 selffield's type.
17957 * gdb.compile/compile.exp
17958 (compile code struct_object.selffield = &struct_object): Skip further
17959 struct_object tests if this one xfails.
17960
17961 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
17962
17963 PR exp/18617
17964 * gdb.trace/ax.exp: Add test.
17965
17966 2015-07-07 Yao Qi <yao.qi@linaro.org>
17967
17968 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
17969 instead of istarget "aarch64*-*-*".
17970 * gdb.arch/aarch64-fp.exp: Likewise.
17971 * gdb.base/float.exp: Likewise.
17972 * gdb.reverse/aarch64.exp: Likewise.
17973 * lib/gdb.exp (is_aarch64_target): New proc.
17974
17975 2015-07-07 Yao Qi <yao.qi@linaro.org>
17976
17977 * lib/gdb.exp (is_aarch32_target): New proc.
17978 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
17979 instead of "istarget "arm*-*-*"".
17980 * gdb.arch/arm-disp-step.exp: Likewise.
17981 * gdb.arch/thumb-bx-pc.exp: Likewise.
17982 * gdb.arch/thumb-prologue.exp: Likewise.
17983 * gdb.arch/thumb-singlestep.exp: Likewise.
17984 * gdb.base/disp-step-syscall.exp: Likewise.
17985 * gdb.base/float.exp: Likewise.
17986
17987 2015-07-07 Yao Qi <yao.qi@linaro.org>
17988
17989 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
17990 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
17991
17992 2015-07-07 Yao Qi <yao.qi@linaro.org>
17993
17994 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
17995 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
17996 if it exists.
17997 * gdb.multi/multi-arch.exp: Likewise.
17998
17999 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
18000
18001 * gdb.python/py-lazy-string.exp: Add missing parentheses to
18002 print.
18003
18004 2015-07-07 Yao Qi <yao.qi@linaro.org>
18005
18006 * gdb.arch/thumb-singlestep.exp: Do one more single step.
18007
18008 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
18009
18010 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
18011 '[' and ']' characters.
18012
18013 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
18014
18015 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
18016
18017 2015-06-29 Pedro Alves <palves@redhat.com>
18018
18019 PR threads/18127
18020 * gdb.threads/hand-call-new-thread.c: New file.
18021 * gdb.threads/hand-call-new-thread.c: New file.
18022
18023 2015-06-26 Keith Seitz <keiths@redhat.com>
18024 Doug Evans <dje@google.com>
18025
18026 PR 16253
18027 * gdb.cp/var-tag-2.cc: New file.
18028 * gdb.cp/var-tag-3.cc: New file.
18029 * gdb.cp/var-tag-4.cc: New file.
18030 * gdb.cp/var-tag.cc: New file.
18031 * gdb.cp/var-tag.exp: New file.
18032
18033 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
18034
18035 * gdb.base/history-duplicates.exp: New test.
18036
18037 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
18038
18039 * gdb.base/completion.exp: Test the completion of the "focus"
18040 command.
18041
18042 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
18043
18044 * gdb.arch/amd64-prologue-skip.S: New file.
18045 * gdb.arch/amd64-prologue-skip.exp: New file.
18046
18047 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
18048
18049 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
18050 is_address_zero_readable check.
18051
18052 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
18053
18054 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
18055 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
18056
18057 2015-06-24 Yao Qi <yao.qi@linaro.org>
18058
18059 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
18060 linux targets.
18061
18062 2015-06-24 Yao Qi <yao.qi@linaro.org>
18063
18064 * lib/gdb.exp (supports_get_siginfo_type): New proc.
18065 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
18066 * gdb.base/siginfo-thread.exp: Likewise.
18067
18068 2015-06-22 Yao Qi <yao.qi@linaro.org>
18069
18070 * boards/remote-gdbserver-on-localhost.exp: Add comments.
18071
18072 2015-06-22 Yao Qi <yao.qi@linaro.org>
18073
18074 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
18075 aarch64*-*-*.
18076 (skip_hw_watchpoint_tests): Likewise.
18077
18078 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
18079
18080 * gdb.base/gdbinit-history.exp: Test the interaction between
18081 setting GDBHISTSIZE and setting the history size via .gdbinit.
18082
18083 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
18084
18085 PR gdb/16999
18086 * gdb.base/gdbhistsize-history.exp: New test.
18087
18088 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
18089
18090 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
18091 with GDBHISTSIZE.
18092 * gdb.base/readline.exp: Likewise.
18093
18094 2015-06-17 Yao Qi <yao.qi@linaro.org>
18095
18096 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
18097 line.
18098
18099 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
18100
18101 * gdb.base/gdbinit-history.exp: Add test case to check that
18102 an unlimited history file does not get truncated on exit.
18103
18104 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18105
18106 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
18107 (VECTOR): New macro. Use it...
18108 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
18109 ...for these typedefs.
18110 (int8, char1, int1, double1): New typedefs.
18111 (struct just_int2, struct two_int2): New structures.
18112 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
18113 (add_structvecs, add_singlevecs): New functions.
18114 (main): Call add_some_intvecs twice.
18115 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
18116 the compile and exit upon failure. Try compiling for the "native"
18117 architecture. Test inferior function calls with vector arguments
18118 and vector return value handling with "finish" and "return".
18119
18120 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
18121
18122 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
18123 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
18124 PE file.
18125 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
18126
18127 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
18128
18129 PR breakpoints/16465
18130 * gdb.mi/mi-dprintf-pending.c: New file.
18131 * gdb.mi/mi-dprintf-pending.exp: New test.
18132 * gdb.mi/mi-dprintf-pendshr.c: New file.
18133
18134 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
18135 Mircea Gherzan <mircea.gherzan@intel.com>
18136
18137 * gdb.arch/i386-mpx-map.c: New file.
18138 * gdb.arch/i386-mpx-map.exp: New File.
18139
18140 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
18141
18142 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
18143 * gdb.arch/i386-mpx.exp: Indentation fixed.
18144
18145 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
18146
18147 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
18148 function and improved indentation.
18149 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
18150 gdb_test_multiple. Added additional tests to skip the test.
18151
18152 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
18153
18154 * gdb.arch/i386-avx512.c: Change path in include file.
18155 * gdb.arch/i386-avx512.exp: Change include dir path
18156 compilation flag.
18157 * gdb.arch/i386-mpx.c: Change path in include file.
18158 * gdb.arch/i386-mpx.exp: Change include dir path compilation
18159 flag.
18160
18161 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
18162
18163 * gdb.compile/compile-print.exp (compile print *vararray@3)
18164 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
18165
18166 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
18167
18168 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
18169 (do not keep jit in memory): ... this.
18170 (expect 5): Change it to ...
18171 (expect no 5): ... this.
18172
18173 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
18174
18175 PR gdb/15564
18176 * gdb.mi/mi-detach.exp: New file.
18177
18178 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
18179
18180 PR symtab/18392
18181 * gdb.arch/amd64-tailcall-self.S: New file.
18182 * gdb.arch/amd64-tailcall-self.c: New file.
18183 * gdb.arch/amd64-tailcall-self.exp: New file.
18184
18185 2015-05-28 Don Breazeal <donb@codesourcery.com>
18186
18187 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
18188 tests for remote targets by checking is_target_gdbserver.
18189
18190 2015-05-27 Doug Evans <dje@google.com>
18191
18192 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
18193 * gdb.dwarf2/opaque-type-lookup.c: New file.
18194 * gdb.dwarf2/opaque-type-lookup.exp: New file.
18195
18196 2015-05-26 Doug Evans <dje@google.com>
18197
18198 * gdb.cp/iostream.cc: New file.
18199 * gdb.cp/iostream.exp: New file.
18200
18201 2015-05-26 Doug Evans <dje@google.com>
18202
18203 * gdb.dwarf2/dw2-op-call.exp: Update.
18204 * gdb.dwarf2/dw4-sig-types.exp: Update.
18205 * gdb.dwarf2/implptr.exp: Update.
18206 * gdb.mi/mi-cmd-param-changed.exp: Update.
18207
18208 2015-05-26 Doug Evans <dje@google.com>
18209
18210 * gdb.python/py-lazy-string.c: New file.
18211 * gdb.python/py-lazy-string.exp: New file.
18212 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
18213 (main): Update. Add estring3.
18214 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
18215 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
18216
18217 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
18218 Yao Qi <yao.qi@linaro.org>
18219
18220 * gdb.reverse/aarch64.c: New.
18221 * gdb.reverse/aarch64.exp: New.
18222
18223 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
18224
18225 * lib/gdb.exp (supports_process_record): Return true for
18226 aarch64*-linux*.
18227 (supports_reverse): Likewise.
18228
18229 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
18230
18231 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
18232 Use with_test_prefix.
18233
18234 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
18235
18236 * gdb.base/completion.exp: Add test for completion of layout
18237 names.
18238
18239 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
18240
18241 * lib/gdb.exp (skip_tui_tests): New proc.
18242 * gdb.base/tui-layout.exp: Check skip_tui_tests.
18243
18244 2015-05-19 Pedro Alves <palves@redhat.com>
18245
18246 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
18247 Save the whole env array instead of just HOME. Unset HISTSIZE in
18248 the environment while testing. Restore whole environment
18249 afterwards.
18250
18251 2015-05-16 Doug Evans <xdje42@gmail.com>
18252
18253 * gdb.guile/scm-ports.c: New file.
18254 * gdb.guile/scm-ports.exp: Add memory port tests.
18255
18256 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18257
18258 * gdb.compile/compile-print.c: New file.
18259 * gdb.compile/compile-print.exp: New file.
18260
18261 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18262
18263 * gdb.compile/compile-ops.exp: Cast param to void.
18264 * gdb.compile/compile.exp: Complete type for _gdb_expr.
18265 (compile code struct_object.selffield = &struct_object): Add xfail.
18266
18267 2015-05-15 Joel Brobecker <brobecker@adacore.com>
18268
18269 * gdb.ada/arr_enum_with_gap: New testcase.
18270
18271 2015-05-15 Joel Brobecker <brobecker@adacore.com>
18272
18273 * gdb.ada/byte_packed_arr: New testcase.
18274
18275 2015-05-15 Joel Brobecker <brobecker@adacore.com>
18276
18277 * gdb.ada/pckd_neg: New testcase.
18278
18279 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
18280
18281 PR gdb/17820
18282 * gdb.base/gdbinit-history.exp: New test.
18283 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
18284 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
18285
18286 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
18287
18288 * gdb.python/py-xmethods.cc: Enhance test case.
18289 * gdb.python/py-xmethods.exp: New tests.
18290 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
18291 function.
18292 (B_indexoper): Likewise.
18293 (global_dm_list) : Add new xmethod worker functions.
18294
18295 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
18296
18297 * gdb.base/coredump-filter.exp: Correctly unset
18298 "coredump_var_addr" array.
18299
18300 2015-05-08 Pedro Alves <palves@redhat.com>
18301
18302 * gdb.server/non-existing-program.exp: Unset spawn_id.
18303
18304 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
18305
18306 PR python/18291
18307 * gdb.python/py-xmethods.exp: Add tests.
18308
18309 2015-05-08 Yao Qi <yao.qi@linaro.org>
18310
18311 PR gdb/18208
18312 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
18313 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
18314 function set_coredump_filter, and remove remote_exec call.
18315 Remove argument ipid. Callers update.
18316 (top level): Don't get inferior's PID.
18317
18318 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
18319
18320 * gdb.base/watch_thread_num.exp: Skip test on targets without
18321 access watchpoints.
18322
18323 2015-05-06 Pedro Alves <palves@redhat.com>
18324
18325 PR server/18081
18326 * gdb.server/non-existing-program.exp: New file.
18327
18328 2015-05-05 Joel Brobecker <brobecker@adacore.com>
18329
18330 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
18331
18332 2015-05-05 Joel Brobecker <brobecker@adacore.com>
18333
18334 * gdb.ada/out_of_line_in_inlined: New testcase.
18335
18336 2015-05-05 Joel Brobecker <brobecker@adacore.com>
18337
18338 * gdb.ada/var_rec_arr: New testcase.
18339
18340 2015-04-30 Yao Qi <yao.qi@linaro.org>
18341
18342 * gdb.base/break-idempotent.exp: If
18343 skip_hw_watchpoint_multi_tests returns true, skip the tests
18344 on "rwatch" and "awatch".
18345
18346 2015-04-30 Yao Qi <yao.qi@linaro.org>
18347
18348 * gdb.base/relativedebug.exp: Invoke gdb command
18349 "info sharedlibrary", and if libc.so doesn't have debug info,
18350 skip the test.
18351
18352 2015-04-29 Doug Evans <dje@google.com>
18353
18354 * gdb.python/py-xmethods.exp: Add ptype tests.
18355 * gdb.python/py-xmethods.py (E_method_char_worker): Add
18356 get_result_type method.
18357
18358 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
18359
18360 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
18361 the target does not support hardware watchpoints.
18362
18363 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
18364
18365 * gdb.base/break-always.exp: Abort testing if writing to memory
18366 causes an error.
18367
18368 2015-04-28 Doug Evans <dje@google.com>
18369
18370 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
18371 * gdb.python/py-pp-registration.exp: ... here. New file.
18372 * gdb.python/py-pp-registration.c: New file.
18373 * gdb.python/py-pp-registration.py: New file.
18374
18375 2015-04-28 Doug Evans <dje@google.com>
18376
18377 * gdb.python/py-bad-printers.c: New file.
18378 * gdb.python/py-bad-printers.py: New file.
18379 * gdb.python/py-bad-printers.exp: New file.
18380
18381 2015-04-28 Sasha Smundak <asmundak@google.com>
18382
18383 * gdb.python/py-type.exp: New test.
18384
18385 2015-04-28 Andy Wingo <wingo@igalia.com>
18386
18387 * gdb.python/py-parameter.exp:
18388 * gdb.guile/scm-parameter.exp: Escape the path that we are
18389 matching against, as it might contain characters that are special
18390 to regular expressions.
18391
18392 2015-04-27 Joel Brobecker <brobecker@adacore.com>
18393
18394 * gdb.ada/rec_comp: New testcase.
18395
18396 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
18397
18398 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
18399 before using it.
18400
18401 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
18402
18403 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
18404 new tests for verilog output.
18405
18406 2015-04-24 Yao Qi <yao.qi@linaro.org>
18407
18408 * boards/remote-gdbserver-on-localhost.exp: New file.
18409
18410 2015-04-23 Pedro Alves <palves@redhat.com>
18411
18412 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
18413 $inferior_spawn_id instead of $inferior_spawn_id directly. On
18414 "end of file", remove $inferior_spawn_id from the indirect list.
18415
18416 2015-04-23 Pedro Alves <palves@redhat.com>
18417
18418 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
18419
18420 2015-04-23 Pedro Alves <palves@redhat.com>
18421
18422 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
18423 on $any_spawn_id instead of only on $gdb_spawn_id.
18424
18425 2015-04-21 Pierre Muller <muller@sourceware.org>
18426
18427 PR pascal/17815
18428 * lib/pascal.exp (gpc_compile): Add new option "class".
18429 (fpc_compile): Likewise.
18430 * gdb.pascal/case-insensitive-symbols.pas: New file.
18431 * gdb.pascal/case-insensitive-symbols.exp: New file.
18432
18433 2015-04-20 Gary Benson <gbenson@redhat.com>
18434
18435 * gdb.base/attach.exp: Fix three extended remote failures.
18436
18437 2015-04-17 Gary Benson <gbenson@redhat.com>
18438
18439 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
18440 the main executable over the remote protocol.
18441
18442 2015-04-16 Pedro Alves <palves@redhat.com>
18443
18444 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
18445 a new gdbserver if gdbserver_reconnect_p is set.
18446
18447 2015-04-16 Pedro Alves <palves@redhat.com>
18448
18449 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
18450 is set, don't exit gdbserver.
18451
18452 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
18453
18454 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
18455 appropriate .insn, such that an older assembler can be used.
18456 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
18457 the z/Architecture instruction set on 31-bit targets as well.
18458
18459 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
18460
18461 * gdb.go/handcall.exp: Remove all logic related to the first
18462 breakpoint and rely on go_runto_main instead.
18463 * gdb.go/strings.exp: Likewise.
18464 * gdb.go/unsafe.exp: Likewise.
18465 * gdb.go/hello.exp: Likewise. Also rename the remaining
18466 breakpoint marker to "breakpoint 1".
18467 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
18468 * gdb.go/strings.go: Likewise.
18469 * gdb.go/unsafe.go: Likewise.
18470 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
18471 "set breakpoint 2 here" and rename the remaining breakpoint marker
18472 to "breakpoint 1".
18473
18474 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
18475
18476 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
18477 if itertools.imap is not present.
18478 * gdb.python/py-objfile.exp: Add parentheses.
18479 * gdb.python/py-type.exp: Same.
18480 * gdb.python/py-unwind-maint.py: Same.
18481
18482 2015-04-15 Yao Qi <yao.qi@linaro.org>
18483
18484 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
18485 of ":$ptr_size" and set its form explicitly.
18486
18487 2015-04-15 Pedro Alves <palves@redhat.com>
18488 Yao Qi <yao.qi@linaro.org>
18489
18490 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
18491 timeout by factor of 4.
18492 (test_regular_watch): Likewise.
18493 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
18494 * gdb.reverse/sigall-reverse.exp: Likewise.
18495 * gdb.reverse/until-precsave.exp: Likewise.
18496 * lib/gdb.exp (with_timeout_factor): New proc.
18497 (gdb_expect): Move some code to ...
18498 (get_largest_timeout): ... here. New procedure.
18499
18500 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
18501
18502 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
18503
18504 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
18505
18506 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
18507 to write to the .text section.
18508
18509 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
18510
18511 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
18512 Handle the case of targets that do not provide PID information.
18513
18514 2015-04-13 Yao Qi <yao.qi@linaro.org>
18515
18516 * lib/gdbserver-support.exp (gdb_exit): Catch exception
18517 and use expect instead of gdb_expect.
18518
18519 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
18520
18521 * gdb.base/coredump-filter.exp: Rename variable "addr" to
18522 "coredump_var_addr" to avoid naming conflict with other testcases.
18523
18524 2015-04-10 Pedro Alves <palves@redhat.com>
18525
18526 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
18527 gdb_test_sequence and gdb_assert.
18528
18529 2015-04-10 Pedro Alves <palves@redhat.com>
18530
18531 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
18532 test messages that don't include the breakpoint address.
18533
18534 2015-04-10 Yao Qi <yao.qi@linaro.org>
18535
18536 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
18537 false for some offset and width combinations which aren't
18538 supported by linux kernel.
18539
18540 2015-04-10 Pedro Alves <palves@redhat.com>
18541
18542 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
18543 procedure, factored out from ...
18544 (top level): ... here. Add "set displaced-stepping" testing axis.
18545 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
18546 parameter "displaced". Use it.
18547 (top level): Use foreach and add "set displaced-stepping" testing
18548 axis.
18549
18550 2015-04-10 Pedro Alves <palves@redhat.com>
18551
18552 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
18553 Remove comment.
18554 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
18555 both the address of the instruction that triggers the watchpoint
18556 and the address of the instruction immediately after, and use
18557 those addresses for the test. Fix comment.
18558
18559 2015-04-10 Pedro Alves <palves@redhat.com>
18560
18561 * gdb.base/sigstep.exp (breakpoint_to_handler)
18562 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
18563 Test "backtrace" in handler.
18564 (breakpoint_over_handler): New parameter 'displaced'. Use it.
18565 (top level): Add new "displaced" test axis to
18566 breakpoint_to_handler, breakpoint_to_handler_entry and
18567 breakpoint_over_handler.
18568
18569 2015-04-10 Pedro Alves <palves@redhat.com>
18570
18571 PR gdb/18216
18572 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
18573
18574 2015-04-10 Yao Qi <yao.qi@linaro.org>
18575
18576 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
18577 (test_add_rn_pc): New function.
18578 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
18579 (top level): Invoke test_add_rn_pc.
18580
18581 2015-04-10 Pedro Alves <palves@redhat.com>
18582
18583 PR gdb/13858
18584 * gdb.base/step-over-no-symbols.exp: New file.
18585
18586 2015-04-09 Andy Wingo <wingo@igalia.com>
18587
18588 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
18589 after the Python tests.
18590
18591 2015-04-08 Keith Seitz <keiths@redhat.com>
18592
18593 PR python/16699
18594 * gdb.python/py-completion.exp: New tests for completion.
18595 * gdb.python/py-completion.py (CompleteLimit1): New class.
18596 (CompleteLimit2): Likewise.
18597 (CompleteLimit3): Likewise.
18598 (CompleteLimit4): Likewise.
18599 (CompleteLimit5): Likewise.
18600 (CompleteLimit6): Likewise.
18601 (CompleteLimit7): Likewise.
18602
18603 2015-04-08 Pedro Alves <palves@redhat.com>
18604
18605 PR gdb/18214
18606 PR gdb/18216
18607 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
18608 function.
18609 (main): Install it as SIGUSR1 handler.
18610 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
18611 parameter. Always use "setup" as prefix. Toggle "set
18612 displaced-stepping" off/on depending on global. Don't switch to
18613 thread 1 here.
18614 (top level): Add displaced stepping "off/on" test axis. Update
18615 "setup" calls. Wrap each subtest with with_test_prefix. Test
18616 continuing with a queued signal in each thread.
18617
18618 2015-04-08 Pedro Alves <palves@redhat.com>
18619
18620 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
18621 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
18622 gdb_breakpoint instead of gdb_test that doesn't expect anything.
18623 Return early if running to main fails.
18624 * gdb.trace/while-stepping.exp: Likewise.
18625
18626 2015-04-07 Pedro Alves <palves@redhat.com>
18627
18628 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
18629 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
18630 interact with inferior program.
18631
18632 2015-04-07 Pedro Alves <palves@redhat.com>
18633
18634 * lib/gdb.exp (inferior_spawn_id): New global.
18635 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
18636 spawn id after processing the user code.
18637 (default_gdb_start): Set inferior_spawn_id.
18638 (send_inferior): New procedure.
18639 * lib/gdbserver-support.exp (gdbserver_start): Set
18640 inferior_spawn_id.
18641 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
18642
18643 2015-04-07 Pedro Alves <palves@redhat.com>
18644
18645 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
18646 * lib/gdbserver-support.exp (gdbserver_start): Make
18647 $server_spawn_id global.
18648 (gdbserver_start): Don't wait for gdbserver's spawn id with
18649 expect_background.
18650 (close_gdbserver): New procedure.
18651 (gdb_exit): Rename the default version and reimplement.
18652
18653 2015-04-07 Pedro Alves <palves@redhat.com>
18654
18655 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
18656 append the substituted item, not the original item.
18657
18658 2015-04-07 Pedro Alves <palves@redhat.com>
18659
18660 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
18661 gdb_expect.
18662
18663 2015-04-07 Pedro Alves <palves@redhat.com>
18664
18665 * gdb.base/interrupt.exp: Don't handle the case of the inferior
18666 output appearing once only.
18667
18668 2015-04-07 Pedro Alves <palves@redhat.com>
18669
18670 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
18671 that doesn't expect anything. Return early if running to main
18672 fails.
18673
18674 2015-04-07 Yao Qi <yao.qi@linaro.org>
18675
18676 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
18677 (child_function): Call alarm.
18678 (main): Move call to alarm into the loop.
18679 * gdb.threads/non-stop-fair-events.exp: Build program with
18680 -DTIMEOUT=$timeout.
18681
18682 2015-04-06 Doug Evans <xdje42@gmail.com>
18683
18684 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
18685 Fix dest parameter to board_info.
18686 (fpc_compile): Ditto.
18687 (gdb_compile_pascal): Rename dest arg to destfile.
18688
18689 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
18690
18691 * gdb.ada/funcall_ref.exp: New file.
18692 * gdb.ada/funcall_ref/foo.adb: New file.
18693
18694 2015-04-02 Yao Qi <yao.qi@linaro.org>
18695
18696 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
18697 is remote.
18698
18699 2015-04-02 Gary Benson <gbenson@redhat.com>
18700
18701 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
18702
18703 2015-04-01 Sasha Smundak <asmundak@google.com>
18704
18705 * gdb.python/py-unwind-maint.c: New file.
18706 * gdb.python/py-unwind-maint.exp: New test.
18707 * gdb.python/py-unwind-maint.py: New file.
18708 * gdb.python/py-unwind.c: New file.
18709 * gdb.python/py-unwind.exp: New test.
18710 * gdb.python/py-unwind.py: New test.
18711
18712 2015-04-01 Pedro Alves <palves@redhat.com>
18713
18714 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
18715 to fail instead of non-existent $test.
18716
18717 2015-04-01 Pedro Alves <palves@redhat.com>
18718
18719 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
18720 GDBFLAGS if not empty.
18721
18722 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
18723
18724 * gdb.ada/complete.exp: Remove "multi_line".
18725 * gdb.ada/info_exc.exp: Remove "multi_line".
18726 * gdb.ada/packed_tagged.exp: Remove "multi_line".
18727 * gdb.ada/ptype_field.exp: Remove "multi_line".
18728 * gdb.ada/sym_print_name.exp: Remove "multi_line".
18729 * gdb.ada/tagged.exp: Remove "multi_line".
18730 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
18731 [multi_line ...]
18732 * gdb.btrace/delta.exp: Likewise.
18733 * gdb.btrace/exception.exp: Likewise.
18734 * gdb.btrace/function_call_history.exp: Likewise.
18735 * gdb.btrace/instruction_history.exp: Likewise.
18736 * gdb.btrace/nohist.exp: Likewise.
18737 * gdb.btrace/record_goto.exp: Likewise.
18738 * gdb.btrace/segv.exp: Likewise.
18739 * gdb.btrace/stepi.exp: Likewise.
18740 * gdb.btrace/tailcall.exp: Likewise.
18741 * gdb.btrace/unknown_functions.exp: Likewise.
18742 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
18743 * lib/gdb.exp: Add the "multi_line" helper.
18744
18745 2015-04-01 Pedro Alves <palves@redhat.com>
18746
18747 * gdb.threads/tid-reuse.c: New file.
18748 * gdb.threads/tid-reuse.exp: New file.
18749
18750 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
18751
18752 PR corefiles/16092
18753 * gdb.base/coredump-filter.c: New file.
18754 * gdb.base/coredump-filter.exp: Likewise.
18755
18756 2015-03-27 Petr Machata <pmachata@redhat.com>
18757
18758 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
18759 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
18760 (Dwarf::assemble): Initialize them.
18761 (Dwarf::lines): New function.
18762
18763 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
18764
18765 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
18766 SYMBOL_PREFIX for x86_64-*-cygwin.
18767
18768 2015-03-26 Andy Wingo <wingo@igalia.com>
18769
18770 PR symtab/18148
18771 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
18772 const_value but not a location.
18773 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
18774 location defined in non-main CUs are visible.
18775
18776 2015-03-26 Yao Qi <yao.qi@linaro.org>
18777
18778 PR testsuite/18139
18779 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
18780 Add a line number entry for the same line.
18781 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
18782 Add a line number entry for the same line.
18783
18784 2015-03-26 Yao Qi <yao.qi@linaro.org>
18785
18786 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
18787 .int 0.
18788 (func): Likewise. Add .Lfunc_1 label.
18789 Use .Lfunc_1 label.
18790 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
18791 .int 0.
18792 (func): Likewise.
18793 Use .Lfunc_1 label.
18794
18795 2015-03-26 Yao Qi <yao.qi@linaro.org>
18796
18797 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
18798 Call gdb_compile instead to compile each .s files without debug
18799 information.
18800
18801 2015-03-26 Yao Qi <yao.qi@linaro.org>
18802
18803 * gdb.base/savedregs.exp (process_saved_regs): Make
18804 "Saved registers:" optional in the pattern.
18805
18806 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
18807
18808 * gdb.btrace/next.exp: Merged into step.exp.
18809 * gdb.btrace/finish.exp: Merged into step.exp.
18810 * gdb.btrace/nexti.exp: Merged into stepi.exp.
18811 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
18812 "record goto" and checking the exact replay position.
18813 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
18814 check for "Recording format" in "info record" output.
18815 * gdb.btrace/record_goto.exp: Choose test file based on target.
18816 * gdb.btrace/x86-record_goto.S: Renamed into ...
18817 * gdb.btrace/x86_64-record_goto.S: ... this.
18818 * gdb.btrace/i686-record_goto.S: New.
18819 * gdb.btrace/x86-tailcall.S: Renamed into ...
18820 * gdb.btrace/x86_64-tailcall.S: ... this.
18821 * gdb.btrace/i686-tailcall.S: New.
18822 * gdb.btrace/x86-tailcall.c: Renamed into ...
18823 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
18824 separate statements. Update test.
18825 * gdb.btrace/delta.exp: Use record_goto.c as test file.
18826 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
18827 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
18828 * gdb.btrace/tailcall.exp: Choose test file based on target.
18829 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
18830
18831 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
18832
18833 * gdb.btrace/exception.exp: Increase BTS buffer size.
18834
18835 2015-03-24 Pedro Alves <palves@redhat.com>
18836
18837 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
18838
18839 2015-03-24 Pedro Alves <palves@redhat.com>
18840
18841 * gdb.threads/schedlock.exp (test_step): No longer expect that
18842 "set scheduler-locking step" with "next" over a function call runs
18843 threads unlocked.
18844
18845 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
18846
18847 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
18848
18849 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
18850
18851 PR breakpoints/16466
18852 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
18853 * gdb.mi/mi-pending.c (thread_func): New function.
18854 (int main): Add threading support required.
18855 * gdb.mi/mi-pending.exp: Add tests for this issue.
18856 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
18857 (pendfunc2): Remove stdio dependency.
18858 * gdb.mi/mi-pendshr2.c: New file.
18859
18860 2015-03-23 Keith Seitz <keiths@redhat.com>
18861
18862 * gdb.linespec/keywords.c: New file.
18863 * gdb.linespec/keywords.exp: New file.
18864
18865 2015-03-23 Keith Seitz <keiths@redhat.com>
18866
18867 PR gdb/18021
18868 * gdb.dwarf2/staticvirtual.exp: New test.
18869
18870 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
18871
18872 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
18873 * README: Remove HP-UX and gdb.hp.
18874 (configuration):
18875 * configure: Regenerate.
18876 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
18877 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
18878 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
18879 gdb.hp/gdb.defects/Makefile.
18880 * gdb.hp/Makefile.in: File deleted.
18881 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
18882 * gdb.hp/gdb.aCC/optimize.c: File deleted.
18883 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
18884 * gdb.hp/gdb.aCC/run.c: File deleted.
18885 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
18886 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
18887 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
18888 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
18889 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
18890 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
18891 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
18892 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
18893 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
18894 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
18895 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
18896 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
18897 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
18898 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
18899 * gdb.hp/gdb.base-hp/reg.s: File deleted.
18900 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
18901 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
18902 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
18903 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
18904 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
18905 * gdb.hp/gdb.compat/Makefile.in: File deleted.
18906 * gdb.hp/gdb.compat/average.c: File deleted.
18907 * gdb.hp/gdb.compat/sum.c: File deleted.
18908 * gdb.hp/gdb.compat/xdb.c: File deleted.
18909 * gdb.hp/gdb.compat/xdb0.c: File deleted.
18910 * gdb.hp/gdb.compat/xdb0.h: File deleted.
18911 * gdb.hp/gdb.compat/xdb1.c: File deleted.
18912 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
18913 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
18914 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
18915 * gdb.hp/gdb.defects/Makefile.in: File deleted.
18916 * gdb.hp/gdb.defects/bs14602.c: File deleted.
18917 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
18918 * gdb.hp/gdb.defects/solib-d.c: File deleted.
18919 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
18920 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
18921 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
18922 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
18923 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
18924 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
18925 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
18926 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
18927 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
18928 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
18929 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
18930 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
18931 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
18932 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
18933 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
18934 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
18935 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
18936 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
18937 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
18938 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
18939 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
18940 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
18941 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
18942 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
18943 * gdb.hp/tools/odump: File deleted.
18944
18945 2015-03-19 Pedro Alves <palves@redhat.com>
18946
18947 * gdb.threads/continue-pending-status.exp (saw_thread_2)
18948 (saw_thread_3): New globals.
18949 (top level): Increment them when an event for the corresponding
18950 thread is seen.
18951 (no thread starvation): New test.
18952
18953 2015-03-19 Pedro Alves <palves@redhat.com>
18954
18955 * gdb.threads/continue-pending-status.c: New file.
18956 * gdb.threads/continue-pending-status.exp: New file.
18957
18958 2015-03-18 Pedro Alves <palves@redhat.com>
18959
18960 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
18961 Use gdb_is_target_remote instead of is_remote. Use
18962 gdb_test_multiple instead of gdb_expect. Exit early if
18963 gdb_test_multiple hits its internal matches. Tighten stepi tests
18964 expected output. Fail on exit with any signal, instead of just
18965 SIGILL.
18966
18967 2015-03-18 Yao Qi <yao.qi@linaro.org>
18968
18969 PR tdep/18107
18970 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
18971 variable.
18972 * gdb.base/catch-syscall.exp: Don't skip it on
18973 aarch64*-*-linux* target. Remove elements in all_syscalls.
18974 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
18975 target.
18976 (setup_all_syscalls): New proc.
18977
18978 2015-03-16 Yao Qi <yao.qi@linaro.org>
18979
18980 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
18981 (top level): Skip tests if valid_addr_p returns false for
18982 $cmd1 or $cmd2.
18983
18984 2015-03-11 Andy Wingo <wingo@igalia.com>
18985
18986 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
18987
18988 2015-03-11 Yao Qi <yao.qi@linaro.org>
18989
18990 * gdb.base/catch-syscall.exp: Fix typo in comments.
18991
18992 2015-03-11 Yao Qi <yao.qi@linaro.org>
18993
18994 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
18995
18996 2015-03-09 Pedro Alves <palves@redhat.com>
18997
18998 * dg-extract-results.py: Delete.
18999
19000 2015-03-09 Pedro Alves <palves@redhat.com>
19001
19002 Merge dg-extract-results.sh from GCC upstream (r218843).
19003
19004 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
19005 * dg-extract-results.sh: Use --text with grep to avoid issues with
19006 binary files. Fall back to cat -v, if that doesn't work.
19007
19008 2015-03-05 Pedro Alves <palves@redhat.com>
19009
19010 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
19011
19012 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
19013
19014 * lib/mi-support.exp (mi_expect_interrupt): Accept
19015 alternative event for when in all-stop mode.
19016
19017 2015-03-04 Pedro Alves <palves@redhat.com>
19018
19019 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
19020
19021 2015-03-04 Mark Kettenis <kettenis@gnu.org>
19022
19023 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
19024
19025 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
19026
19027 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
19028 regexps for GDB's current line display, accept a hex address
19029 preceding the line number.
19030
19031 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
19032
19033 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
19034 the 'arch1' variable for "s390*-linux*" targets.
19035
19036 2015-03-04 Pedro Alves <palves@redhat.com>
19037
19038 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
19039 (main): Pass missing retval argument to pthread_join call.
19040
19041 2015-03-02 Pedro Alves <palves@redhat.com>
19042
19043 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
19044 (top level): Call do_test with non-stop as well.
19045
19046 2015-03-02 Pedro Alves <palves@redhat.com>
19047
19048 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
19049 -1.
19050
19051 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
19052
19053 * gdb.arch/s390-vregs.exp: New test.
19054 * gdb.arch/s390-vregs.S: New file.
19055
19056 2015-02-27 Pedro Alves <palves@redhat.com>
19057
19058 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
19059 call to catch_command_errors.
19060 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
19061 catch_command_errors.
19062
19063 2015-02-27 Pedro Alves <palves@redhat.com>
19064
19065 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
19066 "true" for boolean result.
19067 * gdb.gdb/selftest.exp (test_with_self): Also accept full
19068 prototype of main.
19069
19070 2015-02-27 Pedro Alves <palves@redhat.com>
19071
19072 * lib/unbuffer_output.c: New file.
19073 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
19074 (main): Call gdb_unbuffer_output.
19075
19076 2015-02-27 Yao Qi <yao.qi@linaro.org>
19077
19078 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
19079 target.
19080
19081 2015-02-26 Doug Evans <dje@google.com>
19082
19083 * gdb.cp/class2.cc (Dbase, D): New classes.
19084 (main): New local delta.
19085 * gdb.cp/class2.exp: Test printing delta.
19086 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
19087 (dynbar): New global.
19088 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
19089
19090 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
19091
19092 * gdb.compile/compile-ifunc.c: New file.
19093 * gdb.compile/compile-ifunc.exp: New file.
19094
19095 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
19096
19097 * gdb.base/structs.exp: Check for correct struct on finish.
19098
19099 2015-02-26 Yao Qi <yao.qi@linaro.org>
19100
19101 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
19102 is zero.
19103
19104 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
19105
19106 * gdb.arch/cordic.ko.bz2: New file.
19107 * gdb.arch/cordic.ko.debug.bz2: New file.
19108 * gdb.arch/ppc64-symtab-cordic.exp: New file.
19109
19110 2015-02-25 Yao Qi <yao.qi@linaro.org>
19111
19112 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
19113 aarch64*-*-* target.
19114
19115 2015-02-23 Pedro Alves <palves@redhat.com>
19116
19117 * lib/gdb.exp (delete_breakpoints): Rewrite using
19118 gdb_test_multiple.
19119
19120 2015-02-23 Pedro Alves <palves@redhat.com>
19121
19122 * gdb.base/info-os.c: Include stdlib.h.
19123
19124 2015-02-22 Doug Evans <xdje42@gmail.com>
19125
19126 PR symtab/17855
19127 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
19128 is read after symbols have been re-read.
19129 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
19130 * gdb.ada/exec_changed/second.adb (Second): Ditto.
19131
19132 2015-02-21 Doug Evans <dje@google.com>
19133
19134 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
19135
19136 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19137
19138 PR corefiles/17808
19139 * gdb.arch/i386-biarch-core.core.bz2: New file.
19140 * gdb.arch/i386-biarch-core.exp: New file.
19141
19142 2015-02-21 Pedro Alves <palves@redhat.com>
19143
19144 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
19145 runto_main fails.
19146
19147 2015-02-20 Pedro Alves <palves@redhat.com>
19148
19149 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
19150 info probes.
19151
19152 2015-02-20 Pedro Alves <palves@redhat.com>
19153
19154 * gdb.threads/multi-create-ns-info-thr.exp: New file.
19155
19156 2015-02-20 Pedro Alves <palves@redhat.com>
19157
19158 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
19159 clean_restart before gdb_target_supports_trace.
19160
19161 2015-02-20 Pedro Alves <palves@redhat.com>
19162
19163 PR threads/18006
19164 * gdb.threads/clone-thread_db.c: New file.
19165 * gdb.threads/clone-thread_db.exp: New file.
19166
19167 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
19168
19169 PR breakpoints/16812
19170 * gdb.base/catch-gdb-caused-signals.c: New file.
19171 * gdb.base/catch-gdb-caused-signals.exp: New file.
19172
19173 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
19174
19175 * configure: Regenerated.
19176 * configure.ac: Use GDB_AC_TRANSFORM.
19177 * aclocal.m4: sinclude ../transform.m4.
19178
19179 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
19180
19181 * lib/dtrace.exp: New file.
19182 * gdb.base/dtrace-probe.exp: Likewise.
19183 * gdb.base/dtrace-probe.d: Likewise.
19184 * gdb.base/dtrace-probe.c: Likewise.
19185 * lib/pdtrace.in: Likewise.
19186 * configure.ac: Output variables with the transformed names of
19187 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
19188 * configure: Regenerated.
19189
19190 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
19191
19192 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
19193 expected message when trying to access $_probe_* convenience
19194 variables while not on a probe.
19195
19196 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
19197
19198 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
19199
19200 2015-02-11 Pedro Alves <pedro@codesourcery.com>
19201
19202 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
19203 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
19204
19205 2015-02-10 Doug Evans <xdje42@gmail.com>
19206
19207 * lib/gdb.exp (gdb_load): Always return a result.
19208
19209 2015-02-10 Pedro Alves <palves@redhat.com>
19210
19211 * gdb.threads/signal-sigtrap.c: New file.
19212 * gdb.threads/signal-sigtrap.exp: New file.
19213
19214 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
19215
19216 * gdb.trace/no-attach-trace.c: New file.
19217 * gdb.trace/no-attach-trace.exp: New file.
19218
19219 2015-02-09 Mark Wielaard <mjw@redhat.com>
19220
19221 * gdb.dwarf2/atomic.c: New file.
19222 * gdb.dwarf2/atomic-type.exp: Likewise.
19223
19224 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
19225
19226 * gdb.btrace/buffer-size.exp: Update "info record" output.
19227 * gdb.btrace/delta.exp: Update "info record" output.
19228 * gdb.btrace/enable.exp: Update "info record" output.
19229 * gdb.btrace/finish.exp: Update "info record" output.
19230 * gdb.btrace/instruction_history.exp: Update "info record" output.
19231 * gdb.btrace/next.exp: Update "info record" output.
19232 * gdb.btrace/nexti.exp: Update "info record" output.
19233 * gdb.btrace/step.exp: Update "info record" output.
19234 * gdb.btrace/stepi.exp: Update "info record" output.
19235 * gdb.btrace/nohist.exp: Update "info record" output.
19236
19237 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
19238
19239 * gdb.btrace/buffer-size: New.
19240
19241 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
19242
19243 * gdb.btrace/delta.exp: Update "info record" output.
19244 * gdb.btrace/enable.exp: Update "info record" output.
19245 * gdb.btrace/finish.exp: Update "info record" output.
19246 * gdb.btrace/instruction_history.exp: Update "info record" output.
19247 * gdb.btrace/next.exp: Update "info record" output.
19248 * gdb.btrace/nexti.exp: Update "info record" output.
19249 * gdb.btrace/step.exp: Update "info record" output.
19250 * gdb.btrace/stepi.exp: Update "info record" output.
19251 * gdb.btrace/nohist.exp: Update "info record" output.
19252
19253 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
19254
19255 PR gdb/15678
19256 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
19257
19258 2015-02-06 Pedro Alves <palves@redhat.com>
19259
19260 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
19261 macro.
19262 (seconds_left, again): New globals.
19263 (main): Wait seconds_left in a 1-second sleep loop instead of
19264 sleeping 180 seconds. If 'again' is set, reset the seconds
19265 counter.
19266 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
19267 'again' in the inferior before detaching. Print the seconds left.
19268 (options): New global.
19269 (top level): Build program with -DTIMEOUT=$timeout.
19270
19271 2015-02-06 Pedro Alves <palves@redhat.com>
19272
19273 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
19274 determine how many seconds to pass to 'alarm'.
19275 * gdb.base/gdb-sigterm.exp (top level): Build program with
19276 -DTIMEOUT=$timeout.
19277 (do_test): Return success/failure indication. Add more verbose
19278 logging. Don't fail if 200 single steps are seen. Instead, fail
19279 when the test times out.
19280 (passes): New global.
19281 (top level): Break the testing loop if testing fails on any
19282 iteration. Use gdb_assert.
19283
19284 2015-02-04 Don Breazeal <donb@codesourcery.com>
19285
19286 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
19287 and initialize them.
19288 (ipc_cleanup): New function.
19289 (main): Don't declare shmid, semid, and msqid. Add a call to
19290 atexit so that we call ipc_cleanup on exit.
19291
19292 2015-02-04 Pedro Alves <palves@redhat.com>
19293
19294 * boards/native-extended-gdbserver.exp: Remove any target variant
19295 specifications from the board name before clearing the isremote
19296 flag from board_info.
19297
19298 2015-01-31 Doug Evans <xdje42@gmail.com>
19299
19300 * gdb.base/maint.exp <maint print type argc>: Update expected output.
19301
19302 2015-01-31 Gary Benson <gbenson@redhat.com>
19303
19304 * gdb.base/completion.exp: Disable completion limiting for
19305 existing tests. Add new tests to check completion limiting.
19306 * gdb.linespec/ls-errs.exp: Disable completion limiting.
19307
19308 2015-01-31 Doug Evans <xdje42@gmail.com>
19309
19310 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
19311
19312 2015-01-31 Doug Evans <xdje42@gmail.com>
19313
19314 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
19315 entries. Duplicate file section script entries.
19316 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
19317 inlined entries. Add test for safe-path rejection.
19318 * gdb.python/py-section-script.c: Add duplicate inlined section script
19319 entries. Duplicate file section script entries.
19320 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
19321 inlined entries. Add test for safe-path rejection.
19322
19323 2015-01-29 Joel Brobecker <brobecker@adacore.com>
19324
19325 * gdb.ada/disc_arr_bound: New testcase.
19326
19327 2015-01-29 Joel Brobecker <brobecker@adacore.com>
19328
19329 * gdb.ada/mi_var_array: New testcase.
19330
19331 2015-01-27 Doug Evans <dje@google.com>
19332
19333 * gdb.python/py-objfile.exp: Add tests for objfile.username.
19334 Add test for objfile.filename, objfile.username after objfile
19335 has been unloaded.
19336
19337 2015-01-26 Joel Brobecker <brobecker@adacore.com>
19338
19339 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
19340 the second test to print the name attribute of value
19341 returned by the call to gdb.lookup_type, and adjust
19342 the expected output accordingly.
19343
19344 2015-01-25 Mark Wielaard <mjw@redhat.com>
19345
19346 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
19347 * gdb.base/disp-step-fork.c: Include unistd.h.
19348 * gdb.base/siginfo-obj.c: Include stdio.h.
19349 * gdb.base/siginfo-thread.c: Likewise.
19350 * gdb.mi/non-stop.c: Include unistd.h.
19351 * gdb.mi/nsthrexec.c: Include stdio.h.
19352 * gdb.mi/pthreads.c: Include unistd.h.
19353 * gdb.modula2/unbounded1.c (main): Declare returns int.
19354 * gdb.reverse/consecutive-reverse.c: Likewise.
19355 * gdb.threads/create-fail.c: Include unistd.h.
19356 * gdb.threads/killed.c: Likewise.
19357 * gdb.threads/linux-dp.c: Likewise.
19358 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
19359 * gdb.threads/non-ldr-exc-2.c: Likewise.
19360 * gdb.threads/non-ldr-exc-3.c: Likewise.
19361 * gdb.threads/non-ldr-exc-4.c: Likewise.
19362 * gdb.threads/pthreads.c: Include unistd.h.
19363 (main): Declare returns int.
19364 * gdb.threads/tls-main.c (foo): New declaration.
19365 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
19366
19367 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
19368
19369 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
19370 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
19371
19372 2015-01-15 Mark Wielaard <mjw@redhat.com>
19373
19374 * gdb.base/noreturn-return.c: New file.
19375 * gdb.base/noreturn-return.exp: New file.
19376 * gdb.base/noreturn-finish.c: New file.
19377 * gdb.base/noreturn-finish.exp: New file.
19378
19379 2015-01-23 Pedro Alves <palves@redhat.com>
19380
19381 * gdb.threads/continue-pending-after-query.c: New file.
19382 * gdb.threads/continue-pending-after-query.exp: New file.
19383
19384 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
19385 Simon Marchi <simon.marchi@ericsson.com>
19386
19387 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
19388 * gdb.base/valgrind-db-attach.exp: Same.
19389 * gdb.base/valgrind-infcall.exp: Same.
19390 * lib/mi-support.exp (default_mi_gdb_start): Same.
19391 * lib/prompt.exp (default_prompt_gdb_start): Same.
19392 * lib/gdb.exp (default_gdb_spawn): Same.
19393 (gdb_interact): New.
19394
19395
19396 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
19397
19398 * gdb.compile/compile.exp (pointer to jit function): New test.
19399
19400 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
19401
19402 * lib/gdb.exp (supports_process_record): Return true for
19403 powerpc*-*-linux*.
19404 (supports_reverse): Likewise.
19405
19406 2015-01-15 Don Breazeal <donb@codesourcery.com>
19407
19408 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
19409 instead of checking whether the target board is remote and
19410 use spawn_wait_for_attach instead of exec/sleep.
19411 * gdb.base/attach-twice.exp: Likewise.
19412
19413 2015-01-15 Joel Brobecker <brobecker@adacore.com>
19414
19415 * gdb.ada/var_arr_attrs: New testcase.
19416
19417 2015-01-14 Pedro Alves <palves@redhat.com>
19418 Joel Brobecker <brobecker@adacore.com>
19419
19420 PR gdb/17525
19421 * gdb.base/bp-cmds-execution-x-script.c: New file.
19422 * gdb.base/bp-cmds-execution-x-script.exp: New file.
19423 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
19424
19425 2015-01-14 Pedro Alves <palves@redhat.com>
19426
19427 PR cli/17828
19428 * gdb.base/batch-preserve-term-settings.c: New file.
19429 * gdb.base/batch-preserve-term-settings.exp: New file.
19430
19431 2015-01-13 Doug Evans <dje@google.com>
19432
19433 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
19434 binary.
19435
19436 2015-01-13 Joel Brobecker <brobecker@adacore.com>
19437
19438 * Makefile.in (clean mostlyclean): Do not delete *.py.
19439
19440 2015-01-13 Joel Brobecker <brobecker@adacore.com>
19441
19442 * gdb.python/py-lookup-type.exp: New file.
19443
19444 2015-01-12 Pedro Alves <palves@redhat.com>
19445
19446 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
19447 restore GDBFLAGS before returning.
19448
19449 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
19450
19451 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
19452 is_amd64_regs_target and is_x86_like_target.
19453
19454 2015-01-11 Doug Evans <xdje42@gmail.com>
19455
19456 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
19457 is given without an explicit form.
19458 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
19459 attributes.
19460 * gdb.dwarf/corrupt.exp: Ditto.
19461 * gdb.dwarf2/enum-type.exp: Ditto.
19462 * gdb.trace/entry-values.exp: Ditto.
19463 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
19464
19465 2015-01-11 Doug Evans <xdje42@gmail.com>
19466
19467 PR gdb/15830
19468 * gdb.base/maint.exp: Remove references to "maint demangle".
19469 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
19470 Add tests for explicitly specifying language to demangle.
19471 * gdb.dlang/demangle.exp: Ditto.
19472
19473 2015-01-09 Pedro Alves <palves@redhat.com>
19474
19475 * gdb.threads/non-stop-fair-events.c: New file.
19476 * gdb.threads/non-stop-fair-events.exp: New file.
19477
19478 2015-01-09 Pedro Alves <palves@redhat.com>
19479
19480 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
19481 the global scope. Set a breakpoint after all threads are started
19482 rather than stepping over two source lines. Expect the prompt.
19483 * gdb.base/watch_thread_num.c (threads_started_barrier): New
19484 global.
19485 (NUM): Now 15.
19486 (main): Use threads_started_barrier to wait for all threads to
19487 start. Main thread no longer calls thread_function. Exit after
19488 180 seconds.
19489 (loop): New function.
19490 (thread_function): Wait on threads_started_barrier barrier. Call
19491 'loop' at each iteration.
19492 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
19493 threads have started, instead of hardcoding number of "next"
19494 steps. Use an access watchpoint instead of a write watchpoint.
19495
19496 2015-01-09 Pedro Alves <palves@redhat.com>
19497
19498 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
19499 (thread_func): Wait on barrier.
19500 (main): Wait for all threads to start before stopping GDB.
19501 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
19502 global.
19503 (thread1_func, thread2_func): Wait on barrier.
19504 (main): Wait for all threads to start before stopping GDB.
19505 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
19506 New global.
19507 (thread1_func, thread2_func): Wait on barrier.
19508 (main): Wait for all threads to start before stopping GDB.
19509
19510 2015-01-09 Pedro Alves <palves@redhat.com>
19511
19512 * gdb.threads/attach-many-short-lived-threads.c: New file.
19513 * gdb.threads/attach-many-short-lived-threads.exp: New file.
19514
19515 2014-01-09 Pedro Alves <palves@redhat.com>
19516
19517 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
19518 instead of to thread 2.
19519 * gdb.threads/signal-command-multiple-signals-pending.c (main):
19520 Add barrier around each pthread_create call instead of around all
19521 calls.
19522 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
19523 Set a break on thread_function and have the child threads hit it
19524 one at at a time.
19525
19526 2015-01-09 Pedro Alves <palves@redhat.com>
19527
19528 * lib/gdb.exp (can_spawn_for_attach): New procedure.
19529 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
19530 false.
19531 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
19532 checking whether the target board is remote.
19533 * gdb.multi/multi-attach.exp: Likewise.
19534 * gdb.python/py-sync-interp.exp: Likewise.
19535 * gdb.server/ext-attach.exp: Likewise.
19536 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
19537 tests that need to attach, instead of checking whether the target
19538 board is remote at the top of the file.
19539
19540 2015-01-08 Yao Qi <yao@codesourcery.com>
19541
19542 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
19543
19544 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
19545
19546 Fix testcase compilation.
19547 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
19548
19549 2015-01-06 Joel Brobecker <brobecker@adacore.com>
19550
19551 * gdb.python/py-type.exp: Add a couple test about empty
19552 array creation, and negative-length array creation.
19553
19554 2015-01-02 Doug Evans <xdje42@gmail.com>
19555
19556 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
19557
19558 2015-01-02 Doug Evans <dje@google.com>
19559
19560 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
19561
19562 2014-12-29 Yao Qi <yao@codesourcery.com>
19563
19564 * gdb.trace/entry-values.exp: Update comments. Rename variable
19565 bar_call_foo to returned_from_foo.
19566
19567 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
19568
19569 PR gdb/17394
19570 * gdb.linespec/break-asm-file.c: New file.
19571 * gdb.linespec/break-asm-file.exp: New file.
19572 * gdb.linespec/break-asm-file0.s: New file.
19573 * gdb.linespec/break-asm-file1.s: New file.
19574
19575 2014-12-18 Nigel Stephens <nigel@mips.com>
19576 Maciej W. Rozycki <macro@codesourcery.com>
19577
19578 * gdb.base/float.exp: Handle the new output from "info float" on
19579 MIPS targets.
19580
19581 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
19582
19583 Fix MinGW compilation.
19584 * gdb.compile/compile-ops.exp: Update untested message if
19585 !skip_compile_feature_tests.
19586 * gdb.compile/compile-setjmp.exp: Likewise.
19587 * gdb.compile/compile-tls.exp: Likewise.
19588 * gdb.compile/compile.exp: Likewise.
19589 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
19590 supported on this host".
19591
19592 2014-12-16 Doug Evans <xdje42@gmail.com>
19593
19594 * boards/stabs.exp: New file.
19595
19596 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
19597
19598 * gdb.base/completion.exp: Adjust to format changes of "maint
19599 print user-registers".
19600
19601 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
19602
19603 PR server/17457
19604 * gdb.arch/aarch64-fp.c: New file.
19605 * gdb.arch/aarch64-fp.exp: New file.
19606
19607 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
19608
19609 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
19610 r210637, r210913, r211666, r215400, r215817).
19611
19612 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
19613 * dg-extract-results.py: New file.
19614 * dg-extract-results.sh: Use it if the environment seems
19615 suitable.
19616
19617 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
19618
19619 * dg-extract-results.py (parse_run): Handle warnings that
19620 are printed before a test harness is run.
19621
19622 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
19623
19624 * dg-extract-results.py (Named): Remove __cmp__ method.
19625 (output_variation): Use a key to sort variation.harnesses.
19626
19627 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
19628
19629 * dg-extract-results.py: For Python 3, force sys.stdout to
19630 handle surrogate escape sequences.
19631 (safe_open): New function.
19632 (output_segment, main): Use it.
19633
19634 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
19635
19636 * dg-extract-results.py (Prog.result_re): Include options
19637 in test name.
19638
19639 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
19640
19641 * dg-extract-results.py (output_variation): Always sort if
19642 do_sum.
19643
19644 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
19645
19646 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
19647 as long as we get pagination notifications.
19648
19649 2014-12-15 Jason Merrill <jason@redhat.com>
19650
19651 * Makefile.in (check-gdb.%): Restore.
19652 * README: Mention it.
19653
19654 2014-12-13 Joel Brobecker <brobecker@adacore.com>
19655
19656 * gdb.ada/str_uninit: New testcase.
19657
19658 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
19659
19660 PR symtab/17642
19661 * gdb.base/vla-stub-define.c: New file.
19662 * gdb.base/vla-stub.c: New file.
19663 * gdb.base/vla-stub.exp: New file.
19664
19665 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
19666 Jan Kratochvil <jan.kratochvil@redhat.com>
19667 Tom Tromey <tromey@redhat.com>
19668
19669 * configure.ac: Add gdb.compile/.
19670 * configure: Regenerate.
19671 * gdb.compile/Makefile.in: New file.
19672 * gdb.compile/compile-ops.exp: New file.
19673 * gdb.compile/compile-ops.c: New file.
19674 * gdb.compile/compile-tls.c: New file.
19675 * gdb.compile/compile-tls.exp: New file.
19676 * gdb.compile/compile-constvar.S: New file.
19677 * gdb.compile/compile-constvar.c: New file.
19678 * gdb.compile/compile-mod.c: New file.
19679 * gdb.compile/compile-nodebug.c: New file.
19680 * gdb.compile/compile-setjmp-mod.c: New file.
19681 * gdb.compile/compile-setjmp.c: New file.
19682 * gdb.compile/compile-setjmp.exp: New file.
19683 * gdb.compile/compile-shlib.c: New file.
19684 * gdb.compile/compile.c: New file.
19685 * gdb.compile/compile.exp: New file.
19686 * lib/gdb.exp (skip_compile_feature_tests): New proc.
19687
19688 2014-12-12 Tom Tromey <tromey@redhat.com>
19689
19690 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
19691 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
19692
19693 2014-12-12 Doug Evans <dje@google.com>
19694
19695 * lib/gdb-python.exp (get_python_valueof): New function.
19696 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
19697
19698 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19699
19700 * gdb.base/completion.exp: Add test for completion of "info
19701 registers ".
19702
19703 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
19704
19705 * gdb.base/func-ptrs.c: New file.
19706 * gdb.base/func-ptrs.exp: New file.
19707
19708 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
19709
19710 PR breakpoints/17012
19711 * gdb.base/dprintf-detach.c: New file.
19712 * gdb.base/dprintf-detach.exp: New file.
19713
19714 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
19715
19716 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
19717 * lib/gdb.exp (target_is_gdbserver): New procedure.
19718
19719 2014-12-08 Doug Evans <dje@google.com>
19720
19721 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
19722
19723 2014-12-05 Yao Qi <yao@codesourcery.com>
19724
19725 * gdb.guile/scm-error.exp: Remove the third argument to
19726 gdb_remote_download.
19727 * gdb.guile/scm-frame-args.exp: Likewise.
19728 * gdb.guile/scm-section-script.exp: Likewise.
19729
19730 2014-12-05 Yao Qi <yao@codesourcery.com>
19731
19732 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
19733
19734 2014-12-04 Doug Evans <dje@google.com>
19735
19736 * gdb.python/py-objfile.exp: Add tests for
19737 objfile.add_separate_debug_file.
19738
19739 2014-12-04 Doug Evans <dje@google.com>
19740
19741 * lib/gdb.exp (get_build_id): New function.
19742 (build_id_debug_filename_get): Rewrite to use it.
19743 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
19744
19745 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
19746
19747 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
19748 `method(long)', not just 0x0.
19749 * gdb.cp/nsalias.exp: Align code labels to 4.
19750 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
19751 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
19752 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
19753 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
19754 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
19755 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
19756
19757 2014-12-02 Doug Evans <dje@google.com>
19758
19759 PR symtab/17602
19760 * gdb.cp/anon-ns.cc: Move guts of this file to ...
19761 * gdb.cp/anon-ns2.cc: ... here. New file.
19762 * gdb.cp/anon-ns.exp: Update.
19763
19764 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
19765
19766 * gdb.python/py-events.py (inferior_call_handler): New.
19767 (register_changed_handler, memory_changed_handler): New.
19768 (test_events.invoke): Register new handlers.
19769 * gdb.python/py-events.exp: Add tests for inferior call,
19770 memory_changed and register_changed events.
19771
19772 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
19773
19774 * gdb.base/execl-update-breakpoints.exp: Specify the link address
19775 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
19776 if the linker doesn't understand this.
19777
19778 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
19779
19780 * gdb.python/python.exp: Change expected reply to help().
19781
19782 2014-12-01 Yao Qi <yao@codesourcery.com>
19783
19784 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
19785 AC_CONFIG_SUBDIRS(gdb.gdbtk).
19786 * configure: Re-generated.
19787
19788 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
19789
19790 * gdb.cp/chained-calls.cc: New file.
19791 * gdb.cp/chained-calls.exp: New file.
19792 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
19793
19794 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
19795
19796 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
19797 * gdb.dwarf2/symtab-producer.exp: Same.
19798 * gdb.gdb/python-interrupts.exp: Same.
19799 * gdb.gdb/python-selftest.exp: Same.
19800 * gdb.python/py-linetable.exp: Same.
19801 * gdb.python/py-type.exp: Same.
19802 * gdb.python/py-value-cc.exp: Same.
19803 * gdb.python/py-value.exp: Same.
19804
19805 2014-11-28 Yao Qi <yao@codesourcery.com>
19806
19807 * gdb.base/break-probes.exp: Match library name prefixed with
19808 sysroot.
19809
19810 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
19811
19812 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
19813 test expected output. Add parentheses for the call to print.
19814 Remove L suffix from integers.
19815
19816 2014-11-26 Doug Evans <dje@google.com>
19817
19818 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
19819
19820 2014-11-22 Yao Qi <yao@codesourcery.com>
19821
19822 * gdb.trace/entry-values.c: Remove asms.
19823 (foo): Add foo_label.
19824 (bar): Add bar_label.
19825 * gdb.trace/entry-values.exp: Remove code computing foo's
19826 length and bar's length.
19827 (Dwarf::assemble): Invoke function_range for bar and use
19828 MACRO_AT_func for foo.
19829
19830 2014-11-22 Yao Qi <yao@codesourcery.com>
19831
19832 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
19833 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
19834 Use .Lgcc43_procstart instead of gcc43.
19835
19836 2014-11-21 Joel Brobecker <brobecker@adacore.com>
19837
19838 * gdb.ada/n_arr_bound: New testcase.
19839
19840 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
19841
19842 PR breakpoints/10737
19843 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
19844 test_catch_syscall_multi_arch.
19845 (test_catch_syscall_multi_arch): New function.
19846
19847 2014-11-20 Doug Evans <xdje42@gmail.com>
19848
19849 * gdb.base/maint.exp: Update expected output.
19850
19851 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
19852
19853 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
19854 4-byte instruction on S390.
19855
19856 2014-11-19 Joel Brobecker <brobecker@adacore.com>
19857
19858 * gdb.ada/arr_arr: New testcase.
19859
19860 2014-11-19 Joel Brobecker <brobecker@adacore.com>
19861
19862 * gdb.ada/pkd_arr_elem: New Testcase.
19863
19864 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
19865
19866 * gdb.reverse/break-precsave: Expect completion message for
19867 core file reads.
19868 * gdb.reverse/consecutive-precsave.exp: Likewise.
19869 * gdb.reverse/finish-precsave.exp: Likewise.
19870 * gdb.reverse/i386-precsave.exp: Likewise.
19871 * gdb.reverse/machinestate-precsave.exp: Likewise.
19872 * gdb.reverse/sigall-precsave.exp: Likewise.
19873 * gdb.reverse/solib-precsave.exp: Likewise.
19874 * gdb.reverse/step-precsave.exp: Likewise.
19875 * gdb.reverse/until-precsave.exp: Likewise.
19876 * gdb.reverse/watch-precsave.exp: Likewise.
19877
19878 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
19879
19880 * gdb.base/bp-permanent.c: Include unistd.h.
19881 * gdb.python/py-framefilter-mi.c (main): Add return type.
19882 * gdb.python/py-framefilter.c (main): Likewise.
19883 * gdb.trace/actions-changed.c (main): Likewise.
19884
19885 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
19886
19887 * gdb.mi/until.c: Add eye-catchers.
19888 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
19889 line numbers.
19890
19891 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
19892
19893 * gdb.base/condbreak.exp: Drop references to removed non-prototype
19894 function header variants in break1.c.
19895 * gdb.base/ena-dis-br.exp: Likewise.
19896 * gdb.base/hbreak2.exp: Likewise.
19897 * gdb.reverse/until-precsave.exp: Drop references to removed
19898 non-prototype function header variants in ur1.c.
19899 * gdb.reverse/until-reverse.exp: Likewise.
19900
19901 2014-11-17 Petr Machata <pmachata@redhat.com>
19902
19903 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
19904 ${_cu_offset_size} bytes abbrev offset.
19905
19906 2014-11-15 Doug Evans <xdje42@gmail.com>
19907
19908 PR symtab/17559
19909 * gdb.base/line-symtabs.exp: New file.
19910 * gdb.base/line-symtabs.c: New file.
19911 * gdb.base/line-symtabs.h: New file.
19912
19913 2014-11-14 Yao Qi <yao@codesourcery.com>
19914
19915 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
19916 (func): Add label func_label.
19917 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
19918 Replace low_pc and high_pc with MACRO_AT_range.
19919 Replace name, low_pc and high_pc with MACRO_AT_func.
19920
19921 2014-11-14 Yao Qi <yao@codesourcery.com>
19922
19923 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
19924 Replace name, low_pc and high_pc with MACRO_AT_func.
19925
19926 2014-11-14 Yao Qi <yao@codesourcery.com>
19927
19928 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
19929 produce debug information.
19930 * gdb.dwarf2/implptr-optimized-out.S: Removed.
19931
19932 2014-11-14 Yao Qi <yao@codesourcery.com>
19933
19934 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
19935 object and get function length.
19936 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
19937 with MACRO_AT_func.
19938 (top-level): Replace gdb_compile and clean_restart with
19939 prepare_for_testing.
19940 * gdb.dwarf2/main.c (main): Add label main_label.
19941
19942 2014-11-14 Yao Qi <yao@codesourcery.com>
19943
19944 * lib/dwarf.exp (function_range): New procedure.
19945 (Dwarf::_handle_macro_at_func): New procedure.
19946 (Dwarf::_handle_macro_at_range): New procedure.
19947 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
19948
19949 2014-11-14 Yao Qi <yao@codesourcery.com>
19950
19951 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
19952 (_handle_attribute): New procedure.
19953
19954 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
19955
19956 * gdb.ada/cond_lang/foo.c (callme): Add return type.
19957 * gdb.base/call-sc.c (zed): Likewise.
19958 * gdb.base/checkpoint.c (main): Likewise.
19959 * gdb.base/dump.c (main): Likewise.
19960 * gdb.base/gcore.c (main): Likewise.
19961 * gdb.base/huge.c (main): Likewise.
19962 * gdb.base/multi-forks.c (main): Likewise.
19963 * gdb.base/pr10179-a.c (main): Likewise.
19964 * gdb.base/savedregs.c (main): Likewise.
19965 * gdb.base/sigaltstack.c (main): Likewise.
19966 * gdb.base/siginfo.c (main): Likewise.
19967 * gdb.base/structs.c (zed): Likewise.
19968 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
19969 * gdb.mi/mi-syn-frame.c (main): Likewise.
19970 * gdb.mi/until.c (foo, main): Likewise.
19971 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
19972 * gdb.base/solib-weak.c (foo): Declare.
19973 * gdb.base/attach-twice.c: Include stdio.h.
19974 * gdb.base/weaklib1.c: Likewise.
19975 * gdb.base/weaklib2.c: Likewise.
19976 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
19977 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
19978 unistd.h.
19979 * gdb.base/attach-pie-misread.c: Include stdlib.h.
19980 * gdb.mi/mi-exit-code.c: Likewise.
19981 * gdb.base/break-interp-lib.c: Include string.h.
19982 * gdb.base/coremaker.c: Likewise.
19983 * gdb.base/testenv.c: Likewise.
19984 * gdb.python/py-finish-breakpoint.c: Likewise.
19985 * gdb.base/inferior-died.c: Include sys/wait.h.
19986 * gdb.base/fileio.c: Include time.h.
19987 * gdb.base/async-shell.c: Include unistd.h.
19988 * gdb.base/dprintf-non-stop.c: Likewise.
19989 * gdb.base/info-os.c: Likewise.
19990 * gdb.mi/mi-console.c: Likewise.
19991 * gdb.mi/watch-nonstop.c: Likewise.
19992 * gdb.python/py-events.c: Likewise.
19993 * gdb.base/async.c (baz): Move up before its invocation.
19994 * gdb.base/code_elim2.c (my_global_func): Likewise.
19995 * gdb.base/skip-solib-lib.c (multiply): Likewise.
19996 * gdb.base/advance.c (func2): Likewise.
19997
19998 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
19999
20000 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
20001 variant.
20002 * gdb.base/annota3.c: Likewise.
20003 * gdb.base/async.c: Likewise.
20004 * gdb.base/average.c: Likewise.
20005 * gdb.base/call-ar-st.c: Likewise.
20006 * gdb.base/call-rt-st.c: Likewise.
20007 * gdb.base/call-sc.c: Likewise.
20008 * gdb.base/call-strs.c: Likewise.
20009 * gdb.base/ending-run.c: Likewise.
20010 * gdb.base/execd-prog.c: Likewise.
20011 * gdb.base/exprs.c: Likewise.
20012 * gdb.base/foll-exec.c: Likewise.
20013 * gdb.base/foll-fork.c: Likewise.
20014 * gdb.base/foll-vfork.c: Likewise.
20015 * gdb.base/funcargs.c: Likewise.
20016 * gdb.base/gcore.c: Likewise.
20017 * gdb.base/jump.c: Likewise.
20018 * gdb.base/langs0.c: Likewise.
20019 * gdb.base/langs1.c: Likewise.
20020 * gdb.base/langs2.c: Likewise.
20021 * gdb.base/mips_pro.c: Likewise.
20022 * gdb.base/nodebug.c: Likewise.
20023 * gdb.base/opaque0.c: Likewise.
20024 * gdb.base/opaque1.c: Likewise.
20025 * gdb.base/recurse.c: Likewise.
20026 * gdb.base/run.c: Likewise.
20027 * gdb.base/scope0.c: Likewise.
20028 * gdb.base/scope1.c: Likewise.
20029 * gdb.base/setshow.c: Likewise.
20030 * gdb.base/setvar.c: Likewise.
20031 * gdb.base/shmain.c: Likewise.
20032 * gdb.base/shr1.c: Likewise.
20033 * gdb.base/shr2.c: Likewise.
20034 * gdb.base/sigall.c: Likewise.
20035 * gdb.base/signals.c: Likewise.
20036 * gdb.base/so-indr-cl.c: Likewise.
20037 * gdb.base/solib2.c: Likewise.
20038 * gdb.base/structs.c: Likewise.
20039 * gdb.base/sum.c: Likewise.
20040 * gdb.base/vforked-prog.c: Likewise.
20041 * gdb.base/watchpoint.c: Likewise.
20042 * gdb.reverse/shr2.c: Likewise.
20043 * gdb.reverse/until-reverse.c: Likewise.
20044 * gdb.reverse/ur1.c: Likewise.
20045 * gdb.reverse/watch-reverse.c: Likewise.
20046
20047 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20048
20049 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
20050 variant.
20051 * gdb.base/sepdebug.exp: Drop references to removed code.
20052
20053 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20054
20055 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
20056 variant. Preserve original line numbering.
20057 * gdb.base/list1.c: Likewise.
20058
20059 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20060
20061 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
20062 variant.
20063 * gdb.base/break1.c: Likewise.
20064 * gdb.base/break.exp: Drop references to removed code.
20065
20066 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20067
20068 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
20069 variant.
20070
20071 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20072
20073 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
20074
20075 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20076
20077 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
20078 logic into perform_all_tests() and invoke it with and without
20079 function header prototypes.
20080 (do_function_calls): Remove conditional XFAIL for PR 5318.
20081 (rerun_and_prepare): Remove duplicate code.
20082 (perform_all_tests): New. Main logic moved here.
20083
20084 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20085
20086 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
20087 code guarded by #ifdef NO_PROTOTYPES.
20088 (t_double_many_args): Likewise.
20089 (DEF_FUNC_MANY_ARGS_1): Likewise.
20090 (DEF_FUNC_VALUES_1): Likewise.
20091 (t_structs_ldc): Renamed from t_structs_fc in conditional code
20092 guarded by #ifdef PROTOTYPES.
20093
20094 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20095
20096 * gdb.mi/mi-console.c: Add eye-catcher.
20097 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
20098 instead of literal line number.
20099
20100 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20101
20102 * gdb.base/shr2.c: Add eye-catcher.
20103 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
20104 line number.
20105
20106 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20107
20108 * gdb.base/jump.c: Add eye-catchers.
20109 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
20110 numbers.
20111
20112 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20113
20114 * gdb.base/execd-prog.c: Add eye-catchers.
20115 * gdb.base/foll-exec.c: Likewise.
20116 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
20117 line numbers.
20118
20119 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20120
20121 * gdb.base/ending-run.c: Add eye-catchers.
20122 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
20123 literal line numbers.
20124
20125 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20126
20127 * gdb.base/call-rt-st.c: Add eye-catchers.
20128 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
20129 literal line numbers.
20130
20131 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20132
20133 * gdb.base/call-ar-st.c: Add eye-catchers.
20134 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
20135 literal line numbers.
20136
20137 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20138
20139 * gdb.base/average.c: Add eye-catchers.
20140 * gdb.base/sum.c: Likewise.
20141 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
20142 regexps dynamically.
20143
20144 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20145
20146 * gdb.base/solib1.c: Add eye-catchers.
20147 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
20148 literal line numbers.
20149
20150 2014-11-12 Pedro Alves <palves@redhat.com>
20151
20152 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
20153 leader has exited.
20154
20155 2014-11-12 Pedro Alves <palves@redhat.com>
20156
20157 * gdb.arch/i386-bp_permanent.c: New file.
20158 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
20159 (srcfile): Set to i386-bp_permanent.c.
20160 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
20161 that stepi does not execute the 'leave' instruction, instead of
20162 testing it does execute.
20163 * gdb.base/bp-permanent.c: New file.
20164 * gdb.base/bp-permanent.exp: New file.
20165
20166 2014-11-10 Doug Evans <xdje42@gmail.com>
20167
20168 PR symtab/17564
20169 * gdb.base/symtab-search-order.exp: New file.
20170 * gdb.base/symtab-search-order.c: New file.
20171 * gdb.base/symtab-search-order-1.c: New file.
20172 * gdb.base/symtab-search-order-shlib-1.c: New file.
20173
20174 2014-11-07 Pedro Alves <palves@redhat.com>
20175
20176 PR gdb/17511
20177 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
20178 i?86-*-linux*.
20179
20180 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
20181
20182 PR c++/17494
20183 * gdb.cp/pr17494.cc: New file.
20184 * gdb.cp/pr17494.exp: New file.
20185
20186 2014-11-02 Yao Qi <yao@codesourcery.com>
20187
20188 * gdb.python/python.exp: Get working directory and match the
20189 output of "set extended-prompt \\w " with it.
20190
20191 2014-10-30 Doug Evans <dje@google.com>
20192
20193 * gdb.python/py-objfile.exp: Add tests for setting random attributes
20194 in objfiles.
20195 * gdb.python/py-progspace.exp: Add tests for setting random attributes
20196 in progspaces.
20197
20198 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
20199
20200 * gdb.base/fullpath-expand.exp: Skip for a remote host.
20201 * gdb.base/realname-expand.exp: Likewise.
20202 * gdb.linespec/macro-relative.exp: Likewise.
20203
20204 2014-10-29 Pedro Alves <palves@redhat.com>
20205
20206 PR gdb/17408
20207 * gdb.threads/schedlock.c (some_function): New function.
20208 (call_function): New global.
20209 (MAYBE_CALL_SOME_FUNCTION): New macro.
20210 (thread_function): Call it.
20211 * gdb.threads/schedlock.exp (get_args): Add description parameter,
20212 and use it instead of a global counter. Adjust all callers.
20213 (get_current_thread): Use "find current thread" for test message
20214 here rather than having all callers pass down the same string.
20215 (goto_loop): New procedure, factored out from ...
20216 (my_continue): ... this.
20217 (step_ten_loops): Change parameter from test message to command to
20218 use. Adjust.
20219 (list_count): Delete global.
20220 (check_result): New procedure, factored out from duplicate top
20221 level code.
20222 (continue tests): Wrap in with_test_prefix.
20223 (test_step): New procedure, factored out from duplicate top level
20224 code.
20225 (top level): Test "step" in combination with all scheduler-locking
20226 modes. Test "next" in combination with all scheduler-locking
20227 modes, and in combination with stepping over a function call or
20228 not.
20229 * gdb.threads/next-bp-other-thread.c: New file.
20230 * gdb.threads/next-bp-other-thread.exp: New file.
20231
20232 2014-10-29 Pedro Alves <palves@redhat.com>
20233
20234 PR python/17372
20235 * gdb.python/python.exp: Test a multi-line command that spawns
20236 interactive Python.
20237 * gdb.base/multi-line-starts-subshell.exp: New file.
20238
20239 2014-10-29 Yao Qi <yao@codesourcery.com>
20240
20241 * gdb.base/fileio.exp: Make directories on host.
20242
20243 2014-10-29 Yao Qi <yao@codesourcery.com>
20244
20245 * gdb.base/fileio.c (test_write): Close the file.
20246
20247 2014-10-28 Pedro Alves <palves@redhat.com>
20248
20249 PR gdb/12623
20250 * gdb.base/sigstep.c (no_handler): New global.
20251 (main): If 'no_handler is true, set the signal handlers to
20252 SIG_IGN.
20253 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
20254 with_sw_watch and no_handler parameters. Handle them.
20255 (top level) <stepping over handler when stopped at a breakpoint
20256 test>: Add a test axis for testing with a software watchpoint, and
20257 another for testing with the signal handler set to SIG_IGN.
20258 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
20259 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
20260
20261 2014-10-28 Pedro Alves <palves@redhat.com>
20262
20263 PR gdb/17511
20264 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
20265 * gdb.base/sigstep.exp (other_handler_location): New global.
20266 (advance): Support stepping into the signal handler, and running
20267 commands while in the handler.
20268 (in_handler_map): New global.
20269 (top level): In the advance test, add combinations for getting
20270 into the handler with stepping commands, and for running commands
20271 in the handler. Add comment descripting the advancei tests.
20272
20273 2014-10-28 Pedro Alves <palves@redhat.com>
20274
20275 * gdb.base/sigstep.exp: Use build_executable instead of
20276 prepare_for_testing.
20277 (top level): Move code that starts GDB, runs to main and creates a
20278 display to ...
20279 (restart): ... this new procedure.
20280 (top level): Move backtrace from signal handler test to ...
20281 (validate_backtrace): ... this new procedure.
20282 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
20283 with_test_prefix. Always restart GDB.
20284 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
20285 with_test_prefix. Always restart GDB. No need to delete
20286 breakpoints after the test.
20287 (test_skip_handler): Remove prefix parameter.
20288 (skip_over_handler, breakpoint_to_handler)
20289 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
20290 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
20291 restart GDB. No need to delete breakpoints after the test.
20292 (top level): Use foreach to call the test procedures with
20293 different commands.
20294
20295 2014-10-28 Pedro Alves <palves@redhat.com>
20296
20297 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
20298 instead of GNATS numbers.
20299 * gdb.base/sigbpt.exp: Likewise.
20300 * gdb.base/siginfo.exp: Likewise.
20301 * gdb.base/sigstep.exp: Likewise.
20302
20303 2014-10-27 Pedro Alves <palves@redhat.com>
20304
20305 * gdb.base/sigstep.c (dummy): New global.
20306 (main): Issue a couple writes to the new global.
20307 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
20308 procedures.
20309 (skip_over_handler): Use test_skip_handler.
20310 (top level): Call skip_over_handler for stepi and nexti too.
20311 (breakpoint_over_handler): Use test_skip_handler.
20312 (top level): Call breakpoint_over_handler for stepi and nexti too.
20313
20314 2014-10-27 Yao Qi <yao@codesourcery.com>
20315
20316 * gdb.trace/tfile.c (adjust_function_address)
20317 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
20318 function descriptor.
20319
20320 2014-10-24 Don Breazeal <donb@codesourcery.com>
20321
20322 * gdb.base/foll-fork.exp (test_follow_fork,
20323 catch_fork_child_follow): Check for updated fork messages emitted
20324 from infrun.c.
20325 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
20326 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
20327 vfork_and_exec_child_follow_through_step): Check for updated vfork
20328 messages emitted from infrun.c.
20329
20330 2014-10-24 Pedro Alves <palves@redhat.com>
20331
20332 * gdb.base/corefile.exp: Remove references to ultrix.
20333 * gdb.base/interrupt.exp: Likewise.
20334 * gdb.base/whatis.exp: Likewise.
20335 * gdb.gdb/selftest.exp: Likewise.
20336 * gdb.threads/manythreads.exp: Likewise.
20337 * gdb.threads/print-threads.exp: Likewise.
20338 * gdb.threads/pthreads.exp:: Likewise.
20339 * gdb.threads/schedlock.exp: Likewise.
20340
20341 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
20342
20343 * gdb.cp/non-trivial-retval.cc: Add a test case.
20344 * gdb.cp/non-trivial-retval.exp: Add a test.
20345
20346 2014-10-20 Yao Qi <yao@codesourcery.com>
20347
20348 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
20349 * gdb.python/py-objfile-script-gdb.py: New file.
20350 * gdb.python/py-objfile-script.exp: Update reference to
20351 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
20352 of remote_download. Remove the dest file.
20353
20354 2014-10-20 Yao Qi <yao@codesourcery.com>
20355
20356 * gdb.base/checkpoint.exp: Don't remove file copied on host.
20357 * gdb.base/step-line.exp: Likewise.
20358 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
20359 * gdb.dwarf2/dw2-basic.exp: Likewise.
20360 * gdb.dwarf2/dw2-compressed.exp: Likewise.
20361 * gdb.dwarf2/dw2-filename.exp: Likewise.
20362 * gdb.dwarf2/dw2-intercu.exp: Likewise.
20363 * gdb.dwarf2/dw2-intermix.exp: Likewise.
20364 * gdb.dwarf2/dw2-producer.exp: Likewise.
20365 * gdb.dwarf2/mac-fileno.exp: Likewise.
20366 * gdb.python/py-frame-args.exp: Likewise.
20367 * gdb.python/py-framefilter.exp: Likewise.
20368 * gdb.python/py-mi.exp: Likewise.
20369 * gdb.python/py-objfile-script.exp: Likewise
20370 * gdb.python/py-pp-integral.exp: Likewise.
20371 * gdb.python/py-pp-re-notag.exp: Likewise.
20372 * gdb.python/py-prettyprint.exp: Likewise.
20373 * gdb.python/py-section-script.exp: Likewise.
20374 * gdb.python/py-typeprint.exp: Likewise.
20375 * gdb.python/py-xmethods.exp: Likewise.
20376 * gdb.stabs/weird.exp: Likewise.
20377 * gdb.xml/tdesc-regs.exp: Likewise.
20378
20379 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
20380
20381 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
20382 (out_cu): Use addr_len for the size of addresses.
20383 (out_line): Likewise. Size DW_LNE_set_address instruction
20384 according to addr_len.
20385 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
20386 (FUNC): Add START_INSNS to definition.
20387
20388 2014-10-18 Yao Qi <yao@codesourcery.com>
20389
20390 * gdb.base/argv0-symlink.exp: Check argv[0] value if
20391 gdb_has_argv0 return true.
20392 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
20393 check [target_info exists noargs], check [gdb_has_argv0]
20394 instead.
20395 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
20396 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
20397 procedures.
20398
20399 2014-10-17 Doug Evans <dje@google.com>
20400
20401 * gdb.python/py-events.exp: Update expected output for clear_objfiles
20402 event.
20403 * gdb.python/py-events.py: Add clear_objfiles event.
20404
20405 2014-10-17 Doug Evans <dje@google.com>
20406
20407 * gdb.python/py-objfile.exp: Test progspace attribute.
20408
20409 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
20410
20411 * gdb.guile/scm-breakpoint.exp: Do not assume any
20412 directory separators when matching source file paths.
20413 * gdb.python/py-breakpoint.exp: Likewise.
20414 * gdb.reverse/break-precsave.exp: Likewise.
20415 * gdb.reverse/break-reverse.exp: Likewise.
20416 * gdb.reverse/consecutive-precsave.exp: Likewise.
20417 * gdb.reverse/finish-precsave.exp: Likewise.
20418 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
20419 * gdb.reverse/finish-reverse.exp: Likewise.
20420 * gdb.reverse/i386-precsave.exp: Likewise.
20421 * gdb.reverse/i387-env-reverse.exp: Likewise.
20422 * gdb.reverse/i387-stack-reverse.exp: Likewise.
20423 * gdb.reverse/machinestate-precsave.exp: Likewise.
20424 * gdb.reverse/machinestate.exp: Likewise.
20425 * gdb.reverse/sigall-precsave.exp: Likewise.
20426 * gdb.reverse/solib-precsave.exp: Likewise.
20427 * gdb.reverse/step-precsave.exp: Likewise.
20428 * gdb.reverse/until-precsave.exp: Likewise.
20429 * gdb.reverse/watch-precsave.exp: Likewise.
20430 * gdb.reverse/watch-reverse.exp: Likewise.
20431
20432 2014-10-17 Yao Qi <yao@codesourcery.com>
20433
20434 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
20435 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
20436
20437 2014-10-17 Pedro Alves <palves@redhat.com>
20438
20439 PR gdb/17471
20440 * gdb.base/bg-execution-repeat.c: New file.
20441 * gdb.base/bg-execution-repeat.exp: New file.
20442
20443 2014-10-17 Pedro Alves <palves@redhat.com>
20444
20445 PR gdb/17300
20446 * gdb.base/continue-all-already-running.c: New file.
20447 * gdb.base/continue-all-already-running.exp: New file.
20448
20449 2014-10-17 Pedro Alves <palves@redhat.com>
20450
20451 PR gdb/17472
20452 * gdb.base/annota-input-while-running.c: New file.
20453 * gdb.base/annota-input-while-running.exp: New file.
20454
20455 2014-10-17 Pedro Alves <palves@redhat.com>
20456
20457 * gdb.base/callfuncs.exp: emove references to osf.
20458 * gdb.base/sigall.exp: Likewise.
20459 * gdb.gdb/selftest.exp: Likewise.
20460 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
20461 * gdb.mi/non-stop.c: Likewise.
20462 * gdb.mi/pthreads.c: Likewise.
20463 * gdb.reverse/sigall-precsave.exp: Likewise.
20464 * gdb.reverse/sigall-reverse.exp: Likewise.
20465 * gdb.threads/pthreads.c: Likewise.
20466 * gdb.threads/pthreads.exp: Likewise.
20467
20468 2014-10-17 Yao Qi <yao@codesourcery.com>
20469
20470 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
20471 check 'target_info exists noargs'.
20472 (test_command_prompt_position): Likewise.
20473 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
20474 Remove "set args".
20475 (progvar_simple_while_test): Likewise.
20476 (progvar_complex_if_while_test): Likewise.
20477 (if_while_breakpoint_command_test): Likewise.
20478 (infrun_breakpoint_command_test): Likewise.
20479 (breakpoint_command_test): Likewise.
20480 (watchpoint_command_test): Likewise.
20481 (bp_deleted_in_command_test): Likewise.
20482 (temporary_breakpoint_commands): Likewise.
20483
20484 2014-10-16 Yao Qi <yao@codesourcery.com>
20485
20486 * gdb.base/remotetimeout.exp: Remove noargs checking.
20487
20488 2014-10-15 Pedro Alves <palves@redhat.com>
20489
20490 PR breakpoints/9649
20491 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
20492 * gdb.base/breakpoint-in-ro-region.exp
20493 (probe_target_hardware_step): New procedure.
20494 (top level): Probe hardware stepping and hardware breakpoint
20495 support. Test stepping through a read-only region, with both
20496 "breakpoint auto-hw" on and off and both "always-inserted" on and
20497 off.
20498
20499 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
20500
20501 * gdb.dlang/demangle.exp: Update for demangling changes.
20502
20503 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
20504
20505 * gdb.cp/non-trivial-retval.cc: Add new test cases.
20506 * gdb.cp/non-trivial-retval.exp: Add new tests.
20507
20508 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
20509
20510 PR c++/13403
20511 PR c++/15154
20512 * gdb.cp/non-trivial-retval.cc: New file.
20513 * gdb.cp/non-trivial-retval.exp: New file.
20514
20515 2014-10-15 Yao Qi <yao@codesourcery.com>
20516
20517 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
20518 remote host.
20519
20520 2014-10-15 Yao Qi <yao@codesourcery.com>
20521
20522 * gdb.python/py-symbol.exp: Match file base name if host is
20523 remote, otherwise match file name with dir name.
20524 * gdb.python/py-symtab.exp: Likewise.
20525 * gdb.python/python.exp: Likewise.
20526
20527 2014-10-15 Yao Qi <yao@codesourcery.com>
20528
20529 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
20530 pattern.
20531 * gdb.python/py-symtab.exp: Likewise.
20532 * gdb.python/python.exp: Remove trailing ".*". Fix typo
20533 locationn.
20534
20535 2014-10-14 Joel Brobecker <brobecker@adacore.com>
20536
20537 * gdb.ada/addr_arith: New testcase.
20538
20539 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
20540
20541 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
20542 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
20543 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
20544 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
20545
20546 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
20547
20548 * gdb.arch/stap-eval-lang-ada.S: Likewise.
20549 * gdb.arch/stap-eval-lang-ada.c: Likewise.
20550 * gdb.arch/stap-eval-lang-ada.exp: New file.
20551
20552 2014-10-14 Yao Qi <yao@codesourcery.com>
20553
20554 * gdb.mi/mi-var-child.c (nothing1): New function.
20555 (nothing2): New function.
20556 (do_children_tests): Set function pointers by nothing1 and
20557 nothing2.
20558 * gdb.mi/mi-var-child.exp: Step over new added statements.
20559 Update test to match the new output.
20560 * gdb.mi/var-cmd.c (nothing1): New function.
20561 (nothing2): New function.
20562 (do_children_tests): Set function pointers by nothing1 and
20563 nothing2.
20564 * gdb.mi/mi-var-display.exp: Update test to match output.
20565 Step to the line specified by $line_dct_nothing.
20566 Increase the number of lines to step.
20567
20568 2014-10-14 Yao Qi <yao@codesourcery.com>
20569
20570 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
20571 tests.
20572 * gdb.mi/mi2-var-child.exp: Likewise.
20573
20574 2014-10-13 Doug Evans <dje@google.com>
20575
20576 * gdb.python/py-objfile.exp: Change name of file name test.
20577
20578 2014-10-13 Doug Evans <dje@google.com>
20579
20580 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
20581 from the start of the CU.
20582
20583 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
20584 Yao Qi <yao@codesourcery.com>
20585
20586 Fix "save breakpoints" for "catch" command.
20587 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
20588 Remove -nonewline. Match also the added "main" line.
20589
20590 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
20591
20592 Fix "save breakpoints" for "disable $bpnum" command.
20593 * gdb.base/save-bp.c (main): Add label.
20594 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
20595
20596 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
20597
20598 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
20599
20600 2014-10-11 Yao Qi <yao@codesourcery.com>
20601
20602 * gdb.server/server-kill.exp: Execute command
20603 "set remote trace-status-packet on" before "tstatus".
20604
20605 2014-10-11 Yao Qi <yao@codesourcery.com>
20606
20607 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
20608 (main): Call getppid.
20609 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
20610 and continue to it. Read variable "server_pid".
20611
20612 2014-10-11 Yao Qi <yao@codesourcery.com>
20613
20614 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
20615
20616 2014-10-11 Yao Qi <yao@codesourcery.com>
20617
20618 * gdb.threads/thread-find.exp: Don't execute command
20619 "info threads".
20620 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
20621 * gdb.threads/linux-dp.exp: Don't check the condition
20622 $threads_created equals to zero.
20623
20624 2014-10-10 Pedro Alves <palves@redhat.com>
20625
20626 * gdb.base/bigcore.exp: Remove references to IRIX.
20627 * gdb.base/funcargs.exp: Likewise.
20628 * gdb.base/interrupt.exp: Likewise.
20629 * gdb.base/mips_pro.exp: Likewise.
20630 * gdb.base/nodebug.exp: Likewise.
20631 * gdb.base/setvar.exp: Likewise.
20632 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
20633
20634 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
20635 Pedro Alves <palves@redhat.com>
20636
20637 PR symtab/14466
20638 * gdb.base/vdso-warning.c: New file.
20639 * gdb.base/vdso-warning.exp: New file.
20640
20641 2014-10-02 Doug Evans <dje@google.com>
20642
20643 * gdb.base/structs.c (main): Don't run forever.
20644
20645 2014-10-02 Pedro Alves <palves@redhat.com>
20646
20647 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
20648 (top level) <stop threads 1, stop threads 2>: Use it.
20649
20650 2014-10-02 Pedro Alves <palves@redhat.com>
20651
20652 * gdb.threads/break-while-running.exp (test): Add new
20653 'update_thread_list' argument. Skip "info threads" if false.
20654 (top level): Add new 'update_thread_list' axis.
20655
20656 2014-10-02 Pedro Alves <palves@redhat.com>
20657
20658 PR breakpoints/17431
20659 * gdb.base/execl-update-breakpoints.c: New file.
20660 * gdb.base/execl-update-breakpoints.exp: New file.
20661
20662 2014-10-01 Pedro Alves <palves@redhat.com>
20663
20664 * gdb.base/breakpoint-in-ro-region.c: New file.
20665 * gdb.base/breakpoint-in-ro-region.exp: New file.
20666
20667 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
20668
20669 * gdb.mi/mi-exit-code.exp: New file.
20670 * gdb.mi/mi-exit-code.c: New file.
20671
20672 2014-09-30 Yao Qi <yao@codesourcery.com>
20673
20674 * lib/prelink-support.exp (build_executable_own_libs): Error if
20675 the target isn't native.
20676
20677 2014-09-30 Yao Qi <yao@codesourcery.com>
20678
20679 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
20680 false.
20681
20682 2014-09-22 Pedro Alves <palves@redhat.com>
20683
20684 * gdb.threads/break-while-running.exp: New file.
20685 * gdb.threads/break-while-running.c: New file.
20686
20687 2014-09-19 Yao Qi <yao@codesourcery.com>
20688
20689 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
20690 Invoke test. Restart GDB with --readnow and invoke test again.
20691
20692 2014-09-19 Yao Qi <yao@codesourcery.com>
20693
20694 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
20695 proc set_breakpoint_on_gcd_function. Invoke
20696 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
20697 invoke set_breakpoint_on_gcd_function again.
20698
20699 2014-09-18 Doug Evans <dje@google.com>
20700
20701 * gdb.dwarf2/symtab-producer.exp: New file.
20702
20703 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
20704
20705 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
20706 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
20707 * gdb.base/global-var-nested-by-dso.c: Likewise.
20708 * gdb.base/global-var-nested-by-dso.exp: Likewise.
20709
20710 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
20711 Pedro Alves <palves@redhat.com>
20712
20713 * gdb.base/watch-bitfields.exp: Pass string other than test file
20714 name to prepare_for_testing.
20715 (watch): New procedure.
20716 (expect_watchpoint): Use with_test_prefix.
20717 (top level): Factor out tests to ...
20718 (test_watch_location, test_regular_watch): ... these new
20719 procedures, and use with_test_prefix and gdb_continue_to_end.
20720
20721 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
20722
20723 PR breakpoints/12526
20724 * gdb.base/watch-bitfields.exp: New file.
20725 * gdb.base/watch-bitfields.c: New file.
20726
20727 2014-09-16 Pedro Alves <palves@redhat.com>
20728
20729 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
20730 software and hardware addresses, not software address against
20731 itself.
20732
20733 2014-09-16 Pedro Alves <palves@redhat.com>
20734
20735 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
20736 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
20737
20738 2014-09-16 Pedro Alves <palves@redhat.com>
20739
20740 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
20741 files.
20742 * gdb.base/a2-run.exp: Remove all code guarded by istarget
20743 "*-*-vxworks*" throughout.
20744 * gdb.base/break.exp: Likewise.
20745 * gdb.base/default.exp: Likewise.
20746 * gdb.base/scope.exp: Likewise.
20747 * gdb.base/sepdebug.exp: Likewise.
20748 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
20749 throughout.
20750 * gdb.base/run.c: Likewise.
20751 * gdb.base/sepdebug.c: Likewise.
20752 * gdb.hp/gdb.aCC/run.c: Likewise.
20753 * gdb.reverse/until-reverse.c: Likewise.
20754 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
20755
20756 2014-09-16 Yao Qi <yao@codesourcery.com>
20757
20758 * boards/local-remote-host-native.exp: New file.
20759
20760 2014-09-14 Doug Evans <xdje42@gmail.com>
20761
20762 * gdb.threads/queue-signal.c (thread_count): New variable.
20763 (thread_count_mutex, thread_count_condvar): New variables.
20764 (incr_thread_count, wait_all_threads_running): New functions.
20765 (main): Wait for all threads to be in their thread functions.
20766
20767 2014-09-13 Doug Evans <xdje42@gmail.com>
20768
20769 * gdb.threads/queue-signal.c: New file.
20770 * gdb.threads/queue-signal.exp: New file.
20771
20772 2014-09-13 Doug Evans <xdje42@gmail.com>
20773
20774 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
20775 be consistent with what default_gdb_init uses.
20776 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
20777 the plain text of the prompt. Add some logging printfs.
20778 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
20779
20780 2014-09-12 Pedro Alves <palves@redhat.com>
20781
20782 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
20783 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
20784 * gdb.arch/i386-size-overlap.exp: Likewise.
20785 * gdb.arch/i386-size.exp: Likewise.
20786 * gdb.arch/i386-unwind.exp: Likewise.
20787 * gdb.base/a2-run.exp: Likewise.
20788 * gdb.base/break.exp: Likewise.
20789 * gdb.base/charset.exp: Likewise.
20790 * gdb.base/chng-syms.exp: Likewise.
20791 * gdb.base/commands.exp: Likewise.
20792 * gdb.base/dbx.exp: Likewise.
20793 * gdb.base/find.exp: Likewise.
20794 * gdb.base/funcargs.exp: Likewise.
20795 * gdb.base/jit-simple.exp: Likewise.
20796 * gdb.base/reread.exp: Likewise.
20797 * gdb.base/sepdebug.exp: Likewise.
20798 * gdb.base/step-bt.exp: Likewise.
20799 * gdb.cp/mb-inline.exp: Likewise.
20800 * gdb.cp/mb-templates.exp: Likewise.
20801 * gdb.objc/basicclass.exp: Likewise.
20802 * gdb.threads/killed.exp: Likewise.
20803
20804 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
20805
20806 PR tdep/17379
20807 * gdb.arch/powerpc-stackless.S: New file.
20808 * gdb.arch/powerpc-stackless.exp: New file.
20809
20810 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
20811
20812 * gdb.base/attach.c: Include unistd.h.
20813 (main): Call alarm. Add label postloop.
20814 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
20815 gdb_breakpoint, gdb_continue_to_breakpoint.
20816 (test_command_line_attach_run): Kill ${testpid} in one exit path.
20817
20818 2014-09-11 Pedro Alves <palves@redhat.com>
20819
20820 PR gdb/17347
20821 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
20822 * gdb.base/attach.exp (test_command_line_attach_run): New
20823 procedure.
20824 (top level): Call it.
20825
20826 2014-09-11 Pedro Alves <palves@redhat.com>
20827
20828 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
20829 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
20830 (do_command_attach_tests): Use spawn_wait_for_attach.
20831 * gdb.base/solib-overlap.exp: Likewise.
20832 * gdb.multi/multi-attach.exp: Likewise.
20833 * gdb.python/py-prompt.exp: Likewise.
20834 * gdb.python/py-sync-interp.exp: Likewise.
20835 * gdb.server/ext-attach.exp: Likewise.
20836
20837 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
20838
20839 * gdb.fortran/array-element.exp: Remove unexpected "continue"
20840 command in testcase. Simplify testcase.
20841
20842 2014-09-10 Joel Brobecker <brobecker@adacore.com>
20843
20844 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
20845
20846 2014-09-10 Joel Brobecker <brobecker@adacore.com>
20847
20848 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
20849
20850 2014-09-10 Joel Brobecker <brobecker@adacore.com>
20851
20852 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
20853
20854 2014-09-10 Joel Brobecker <brobecker@adacore.com>
20855
20856 * gdb.dwarf2/dynarr-ptr.c: New file.
20857 * gdb.dwarf2/dynarr-ptr.exp: New file.
20858
20859 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
20860
20861 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
20862 of 30 rather than hardcoding 120 for a slow test case. Take the
20863 `gdb,timeout' target setting into account for this calculation.
20864 Don't extend the timeout for the test cases that don't need it.
20865
20866 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
20867
20868 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
20869 a factor of 2 for a slow test case. Take the `gdb,timeout'
20870 target setting into account for this calculation.
20871 * gdb.reverse/until-precsave.exp: Increase the timeout by
20872 a factor of 15 and 3 respectively rather than adding 120
20873 for a pair of slow test cases. Take the `gdb,timeout'
20874 target setting into account for this calculation.
20875
20876 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
20877
20878 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
20879 timeout, don't pass one down to gdb_expect.
20880 (gdb_expect): Rework timeout selection.
20881
20882 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
20883
20884 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
20885 exception on timeout.
20886 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
20887 (gdbserver_start_extended): Catch any `gdbserver_start' error
20888 exceptions.
20889 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
20890 * lib/mi-support.exp (mi_gdb_target_load): Catch any
20891 `gdbserver_gdb_load' error exceptions.
20892
20893 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
20894
20895 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
20896 120 on waiting for the TCP socket to open.
20897
20898 2014-09-09 Doug Evans <xdje42@gmail.com>
20899
20900 * gdb.base/default.exp (show_conv_list): Add _caller_is,
20901 _caller_matches, _any_caller_is, _any_caller_matches.
20902
20903 2014-09-09 Doug Evans <xdje42@gmail.com>
20904
20905 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
20906
20907 2014-09-09 Yao Qi <yao@codesourcery.com>
20908
20909 * gdb.mi/mi-var-display.exp: Set print symbol off.
20910
20911 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
20912
20913 PR gdb/17035
20914 * gdb.base/commands.exp: Add tests to verify user-defined
20915 commands with empty bodies.
20916 * gdb.python/py-cmd.exp: Test that we don't show user-defined
20917 python commands in `show user command`.
20918 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
20919 scheme commands in `show user command`.
20920
20921 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
20922
20923 PR python/17355
20924 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
20925 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
20926 * gdb.python/py-framefilter-invalidarg.exp: New file.
20927 * gdb.python/py-framefilter-invalidarg.py: New file.
20928
20929 2014-09-06 Doug Evans <xdje42@gmail.com>
20930
20931 PR 15276
20932 * gdb.python/py-caller-is.c: New file.
20933 * gdb.python/py-caller-is.exp: New file.
20934
20935 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
20936
20937 PR gdb/17235
20938 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
20939 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
20940
20941 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
20942
20943 PR fortran/17237
20944 * gdb.fortran/print-formatted.exp: New file.
20945 * gdb.fortran/print-formatted.f90: Likewise.
20946
20947 2014-09-03 Sasha Smundak <asmundak@google.com>
20948
20949 * gdb.python/py-frame.exp: Test Frame.read_register.
20950
20951 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
20952
20953 PR python/16699
20954 * gdb.python/py-completion.exp: New file.
20955 * gdb.python/py-completion.py: Likewise.
20956
20957 2014-08-28 Doug Evans <dje@google.com>
20958
20959 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
20960 eax,etc. are live with values set by gdb and thus the compiler can't
20961 use them.
20962 * gdb.arch/i386-pseudo.c (main): Ditto.
20963
20964 2014-08-27 Doug Evans <dje@google.com>
20965
20966 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
20967
20968 2014-08-25 Doug Evans <dje@google.com>
20969
20970 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
20971 (main): Ditto.
20972
20973 2014-08-25 Doug Evans <dje@google.com>
20974
20975 * gdb.threads/thread-execl.exp: #include <stdio.h>.
20976
20977 2014-08-24 Yao Qi <yao@codesourcery.com>
20978
20979 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
20980 symbol off.
20981 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
20982
20983 2014-08-22 Doug Evans <dje@google.com>
20984
20985 PR 17276
20986 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
20987 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
20988 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
20989
20990 2014-08-22 Yao Qi <yao@codesourcery.com>
20991
20992 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
20993 * gdb.python/py-finish-breakpoint2.exp: Likewise.
20994 * gdb.python/python.exp: Likewise. Use .py file on the host
20995 instead of the build.
20996
20997 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
20998
20999 * gdb.threads/gcore-stale-thread.c: New file.
21000 * gdb.threads/gcore-stale-thread.exp: New file.
21001
21002 2014-08-21 Pedro Alves <palves@redhat.com>
21003
21004 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
21005 * gdb.base/gcore-relro-pie.exp: Likewise.
21006 * gdb.base/gcore-relro.exp: Likewise.
21007 * gdb.base/gcore.exp: Likewise.
21008 * gdb.base/print-symbol-loading.exp: Likewise.
21009 * gdb.threads/gcore-thread.exp: Likewise.
21010 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
21011
21012 2014-08-20 Pedro Alves <palves@redhat.com>
21013 Jan Kratochvil <jan.kratochvil@redhat.com>
21014
21015 * Makefile.in (EXTRA_RULES, CC): New variables, get from
21016 configure.
21017 (EXPECT): Handle READ1 being set.
21018 (all): Depend on EXTRA_RULES.
21019 (check-read1, expect-read1, read1.so, read1): New rules.
21020 * README (Testsuite Parameters): Document the READ1 make variable.
21021 (Race detection): New section.
21022 * configure: Regenerate.
21023 * configure.ac: If build==host==target, and running under a
21024 GNU/glibc system, add read1 to the extra Makefile rules.
21025 (EXTRA_RULES): AC_SUBST it.
21026 * lib/read1.c: New file.
21027
21028 2014-08-20 Joel Brobecker <brobecker@adacore.com>
21029
21030 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
21031 the handling of variables declared as a typedef to an array
21032 which a DW_AT_data_location attribute.
21033
21034 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
21035 Pedro Alves <palves@redhat.com>
21036
21037 PR symtab/14604
21038 PR symtab/14605
21039 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
21040 gdb_test.
21041
21042 2014-08-19 Pedro Alves <palves@redhat.com>
21043
21044 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
21045
21046 2014-08-19 Yao Qi <yao@codesourcery.com>
21047
21048 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
21049 right line.
21050
21051 2014-08-18 David Blaikie <dblaikie@gmail.com>
21052
21053 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
21054
21055 2014-08-18 Joel Brobecker <brobecker@adacore.com>
21056
21057 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
21058 attribute in array range.
21059
21060 2014-08-18 Joel Brobecker <brobecker@adacore.com>
21061
21062 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
21063
21064 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
21065
21066 PR c++/17132
21067 * gdb.cp/pr17132.cc: New file.
21068 * gdb.cp/pr17132.exp: New file.
21069
21070 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
21071
21072 * gdb.python/py-xmethods.py (A_getarrayind)
21073 (E_method_char_worker.__call__, E_method_int_worker.__call__):
21074 Use 'print' with function call syntax.
21075 (E_method_matcher.match): Fix tab vs space indentation mixup.
21076
21077 2014-08-15 Yao Qi <yao@codesourcery.com>
21078
21079 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
21080 false.
21081
21082 2014-08-15 Yao Qi <yao@codesourcery.com>
21083
21084 * gdb.cp/casts.exp: Set print symbol off.
21085 * gdb.cp/class2.exp: Likewise.
21086 * gdb.cp/overload.exp: Likewise.
21087 * gdb.cp/templates.exp: Likewise.
21088
21089 2014-08-11 Doug Evans <dje@google.com>
21090
21091 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
21092 (test_load_shlib): Update.
21093
21094 2014-08-09 Yao Qi <yao@codesourcery.com>
21095
21096 * gdb.base/display.exp: Invoke is_address_zero_readable.
21097 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
21098 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
21099 * gdb.base/hbreak-unmapped.exp: Return if
21100 is_address_zero_readable returns true.
21101 * gdb.base/signest.exp: Likewise.
21102 * gdb.base/signull.exp: Likewise.
21103 * gdb.base/sigbpt.exp: Likewise.
21104 * gdb.guile/scm-disasm.exp: Do the test if
21105 is_address_zero_readable returns false.
21106 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
21107 * gdb.python/py-arch.exp: Likewise.
21108 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
21109 * lib/gdb.exp (is_address_zero_readable): New proc.
21110
21111 2014-08-09 Yao Qi <yao@codesourcery.com>
21112
21113 PR testsuite/13443
21114 * gdb.mi/mi-var-display.exp: Make test messages unique.
21115
21116 2014-08-04 Tom Tromey <tromey@redhat.com>
21117
21118 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
21119 target 0".
21120
21121 2014-08-04 Tom Tromey <tromey@redhat.com>
21122
21123 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
21124 "target_resume".
21125
21126 2014-08-01 Joel Brobecker <brobecker@adacore.com>
21127
21128 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
21129 inner_vla_struct_object_size.
21130 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
21131 as xfail.
21132
21133 2014-07-30 Pedro Alves <palves@redhat.com>
21134
21135 * gdb.threads/signal-command-handle-nopass.exp (test): Add
21136 comment.
21137
21138 2014-07-29 Yao Qi <yao@codesourcery.com>
21139
21140 PR gdb/17206
21141 * gdb.base/until-nodebug.exp: New.
21142
21143 2014-07-28 Doug Evans <xdje42@gmail.com>
21144
21145 PR guile/17203
21146 * gdb.guile/scm-parameter.exp: Add tests for trying to create
21147 previously existing parameter, and previously ambiguously spelled
21148 parameter.
21149
21150 2014-07-28 Will Newton <will.newton@linaro.org>
21151
21152 * gdb.base/varargs.exp: Remove KFAILs for ARM.
21153
21154 2014-07-26 Ludovic Courtès <ludo@gnu.org>
21155 Doug Evans <xdje42@gmail.com>
21156
21157 PR guile/17146
21158 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
21159
21160 2014-07-25 Pedro Alves <palves@redhat.com>
21161
21162 * gdb.threads/signal-command-handle-nopass.c: New file.
21163 * gdb.threads/signal-command-handle-nopass.exp: New file.
21164 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
21165 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
21166 * gdb.threads/signal-delivered-right-thread.c: New file.
21167 * gdb.threads/signal-delivered-right-thread.exp: New file.
21168
21169 2014-07-25 Pedro Alves <palves@redhat.com>
21170
21171 * gdb.base/double-prompt-target-event-error.exp
21172 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
21173 match.
21174 (cancel_pagination_in_target_event): Rework double prompt
21175 detection.
21176 * gdb.base/paginate-after-ctrl-c-running.exp
21177 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
21178 <return>' match.
21179 * gdb.base/paginate-bg-execution.exp
21180 (test_bg_execution_pagination_return)
21181 (test_bg_execution_pagination_cancel): Remove '-notransfer
21182 <return>' matches.
21183 * gdb.base/paginate-execution-startup.exp
21184 (test_fg_execution_pagination_return)
21185 (test_fg_execution_pagination_cancel): Remove '-notransfer
21186 <return>' matches.
21187 * gdb.base/paginate-inferior-exit.exp
21188 (test_paginate_inferior_exited): Remove '-notransfer <return>'
21189 match.
21190 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
21191 * lib/gdb.exp (pagination_prompt): Run text through
21192 string_to_regexp.
21193 (gdb_test_multiple): Match $pagination_prompt instead of
21194 "<return>".
21195 (string_to_regexp): Move to lib/gdb-utils.exp.
21196
21197 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
21198
21199 * gdb.arch/amd64-entry-value-paramref.S: New file.
21200 * gdb.arch/amd64-entry-value-paramref.cc: New file.
21201 * gdb.arch/amd64-entry-value-paramref.exp: New file.
21202 * gdb.arch/amd64-optimout-repeat.S: New file.
21203 * gdb.arch/amd64-optimout-repeat.c: New file.
21204 * gdb.arch/amd64-optimout-repeat.exp: New file.
21205
21206 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
21207
21208 PR gdb/17170
21209 * gdb.base/statistics.exp: New file.
21210
21211 2014-07-17 Doug Evans <dje@google.com>
21212
21213 PR gdb/17170
21214 * gdb.base/maint.exp: Update testing of per-command stats.
21215
21216 2014-07-16 Pedro Alves <palves@redhat.com>
21217
21218 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
21219 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
21220 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
21221 (tfile_write_buf): New functions.
21222 (add_memory_block): Rewrite using the above.
21223 (adjust_function_address): New function.
21224 (FUNCTION_ADDRESS): New macro.
21225 (write_basic_trace_file): Remove short_x local, and use
21226 tfile_write_16. Change type of func_addr local to unsigned long
21227 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
21228 here. Cast argument of add_memory_block to char pointer.
21229 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
21230 (main): Remove parameters.
21231 * gdb.trace/tfile.exp: Remove nowarnings.
21232
21233 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
21234
21235 * gdb.base/debug-expr.exp: Test string evaluation with
21236 "debug expression" on.
21237
21238 2014-07-15 Pedro Alves <palves@redhat.com>
21239
21240 * gdb.base/reread.exp: Use clean_restart.
21241
21242 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
21243
21244 * gdb.arch/avr-flash-qualifer.c: New.
21245 * gdb.arch/avr-flash-qualifer.exp: New.
21246
21247 2014-07-14 Pedro Alves <palves@redhat.com>
21248
21249 * gdb.base/paginate-after-ctrl-c-running.c: New file.
21250 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
21251
21252 2014-07-14 Pedro Alves <palves@redhat.com>
21253
21254 * gdb.base/double-prompt-target-event-error.c: New file.
21255 * gdb.base/double-prompt-target-event-error.exp: New file.
21256
21257 2014-07-14 Pedro Alves <palves@redhat.com>
21258
21259 PR gdb/17072
21260 * gdb.base/paginate-inferior-exit.c: New file.
21261 * gdb.base/paginate-inferior-exit.exp: New file.
21262
21263 2014-07-14 Pedro Alves <palves@redhat.com>
21264
21265 PR gdb/17072
21266 * gdb.base/paginate-bg-execution.c: New file.
21267 * gdb.base/paginate-bg-execution.exp: New file.
21268
21269 2014-07-14 Pedro Alves <palves@redhat.com>
21270
21271 PR gdb/17072
21272 * gdb.base/paginate-execution-startup.c: New file.
21273 * gdb.base/paginate-execution-startup.exp: New file.
21274 * lib/gdb.exp (pagination_prompt): New global.
21275 (default_gdb_spawn): New procedure, factored out from
21276 default_gdb_spawn.
21277 (default_gdb_start): Adjust to call default_gdb_spawn.
21278 (gdb_spawn): New procedure.
21279
21280 2014-07-14 Pedro Alves <palves@redhat.com>
21281
21282 * lib/gdb.exp (gdb_assert): New procedure.
21283 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
21284
21285 2014-07-14 Pedro Alves <palves@redhat.com>
21286
21287 * gdb.base/execution-termios.c: New file.
21288 * gdb.base/execution-termios.exp: New file.
21289
21290 2014-07-14 Tom Tromey <tromey@redhat.com>
21291
21292 * gdb.cp/vla-cxx.cc: New file.
21293 * gdb.cp/vla-cxx.exp: New file.
21294
21295 2014-07-14 Tom Tromey <tromey@redhat.com>
21296
21297 * gdb.reverse/rerun-prec.c: New file.
21298 * gdb.reverse/rerun-prec.exp: New file.
21299
21300 2014-07-12 Maciej W. Rozycki <macro@mips.com>
21301 Maciej W. Rozycki <macro@codesourcery.com>
21302
21303 * lib/gdb-utils.exp: New file.
21304 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
21305 inline `gdb_init_command' processing.
21306 (gdb_start_cmd): Likewise.
21307 * lib/mi-support.exp (mi_run_cmd): Likewise.
21308 * README: Document `gdb_init_command' and `gdb_init_commands'.
21309
21310 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
21311
21312 Fix false FAIL running under a very long directory name.
21313 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
21314 and "set print elements 10000". Twice.
21315
21316 2014-07-11 Yao Qi <yao@codesourcery.com>
21317
21318 * gdb.base/exprs.exp: "set print symbol off".
21319
21320 2014-07-11 Pedro Alves <palves@redhat.com>
21321
21322 * gdb.threads/kill.c: New file.
21323 * gdb.threads/kill.exp: New file.
21324
21325 2014-07-10 Yao Qi <yao@codesourcery.com>
21326
21327 * gdb.trace/tfile.c (write_basic_trace_file)
21328 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
21329 address written to trace file.
21330
21331 2014-07-09 Pedro Alves <palves@redhat.com>
21332
21333 * gdb.base/attach-wait-input.exp: New file.
21334 * gdb.base/attach-wait-input.c: New file.
21335
21336 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
21337
21338 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
21339 setting up test structures.
21340 (main): Call new test function.
21341 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
21342 test function, continue into test function and walk test
21343 structures.
21344
21345 2014-07-02 Yao Qi <yao@codesourcery.com>
21346
21347 * gdb.trace/entry-values.c: Define labels 'foo_start' and
21348 'bar_start' at the beginning of functions 'foo' and 'bar'
21349 respectively.
21350 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
21351 instead of 'foo' and 'bar'.
21352
21353 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
21354
21355 * gdb.btrace/segv.exp: New.
21356 * gdb.btrace/segv.c: New.
21357
21358 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
21359
21360 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
21361 instruction.
21362
21363 2014-06-30 Mark Wielaard <mjw@redhat.com>
21364
21365 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
21366 vulture, vilify, villar): New volatile array constants.
21367 (vindictive, vegetation): New const volatile array constants.
21368 * gdb.base/volatile.exp: Test volatile and const volatile array
21369 types.
21370
21371 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
21372
21373 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
21374 target lacks support for awatch, rwatch, or hbreak.
21375
21376 2014-06-27 Yao Qi <yao@codesourcery.com>
21377
21378 * gdb.multi/dummy-frame-restore.exp: New.
21379 * gdb.multi/dummy-frame-restore.c: New.
21380
21381 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
21382
21383 * gdb.btrace/gcore.exp: New.
21384
21385 2014-06-23 Pedro Alves <palves@redhat.com>
21386
21387 * gdb.base/watchpoint-reuse-slot.c: New file.
21388 * gdb.base/watchpoint-reuse-slot.exp: New file.
21389
21390 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
21391
21392 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
21393 progspace's filename in 'info', 'enable' and 'disable' command
21394 tests.
21395
21396 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
21397
21398 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
21399 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
21400 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
21401
21402 2014-06-20 Gary Benson <gbenson@redhat.com>
21403
21404 * gdb.arch/i386-avx.exp: Fix include file location.
21405 * gdb.arch/i386-sse.exp: Likewise.
21406
21407 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
21408
21409 * gdb.dlang/expression.exp: New file.
21410
21411 2014-06-19 Pedro Alves <palves@redhat.com>
21412
21413 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
21414 out from ...
21415 (top level): ... here. Iterate running tests under different
21416 scheduler-locking settings.
21417
21418 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
21419
21420 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
21421 to DW_FORM_addr and use non-zero addresses.
21422
21423 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
21424
21425 PR gdb/17017
21426 * gdb.python/py-xmethods.cc: Add global function call counters and
21427 increment them in their respective functions. Remove "cout"
21428 statements.
21429 * gdb.python/py-xmethods.exp: Make tests check the global function
21430 call counters instead of depending on inferior IO.
21431
21432 2014-06-18 Don Breazeal <donb@codesourcery.com>
21433
21434 * gdb.base/foll-fork.exp (default_fork_parent_follow):
21435 Deleted procedure.
21436 (explicit_fork_parent_follow): Deleted procedure.
21437 (explicit_fork_child_follow): Deleted procedure.
21438 (test_follow_fork): New procedure.
21439 (do_fork_tests): Replace calls to deleted procedures with
21440 calls to test_follow_fork and reset GDB for subsequent
21441 procedure calls.
21442
21443 2014-06-17 Yao Qi <yao@codesourcery.com>
21444
21445 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
21446 CP1252.
21447
21448 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
21449
21450 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
21451 Initialize ptr and S explicitly.
21452 (skip_type_update_when_not_use_rtti_test): Likewise.
21453
21454 2014-06-16 Keith Seitz <keiths@redhat.com>
21455
21456 PR mi/15863
21457 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
21458 the inferior is started.
21459
21460 2014-06-16 Pedro Alves <palves@redhat.com>
21461
21462 * gdb.base/break-main-file-remove-fail.c: New file.
21463 * gdb.base/break-main-file-remove-fail.exp: New file.
21464 * gdb.base/break-unload-file.exp: Use build_executable instead of
21465 prepare_for_testing.
21466 (test_break): New parameter "initial_load". Handle it.
21467 (top level): Add initial_load cmdline/file axis.
21468
21469 2014-06-12 Tom Tromey <tromey@redhat.com>
21470
21471 * gdb.base/completion.exp: Don't use directory name in test.
21472
21473 2014-06-09 Gary Benson <gbenson@redhat.com>
21474
21475 * gdb.base/sigall.c [Functions to send signals]: Reorder to
21476 separate the always-available ANSI-standard signals from the
21477 signals that require checking.
21478 (main): Likewise.
21479 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
21480 Likewise.
21481 (main): Likewise.
21482
21483 2014-06-07 Keith Seitz <keiths@redhat.com>
21484
21485 Revert:
21486 PR c++/16253
21487 * gdb.cp/var-tag.cc: New file.
21488 * gdb.cp/var-tag.exp: New file.
21489 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
21490 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
21491 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
21492 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
21493
21494 2014-06-06 Doug Evans <xdje42@gmail.com>
21495
21496 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
21497
21498 2014-06-06 Pedro Alves <palves@redhat.com>
21499
21500 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
21501 in target debug output instead of looking at RSP packets,
21502 disabling the test on any target that uses hardware stepping.
21503 Update comments.
21504
21505 2014-06-06 Pedro Alves <palves@redhat.com>
21506
21507 * gdb.base/break-unload-file.exp: Fix typo.
21508
21509 2014-06-06 Yao Qi <yao@codesourcery.com>
21510
21511 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
21512 from "jit_function" to "^jit_function".
21513
21514 2014-06-06 Yao Qi <yao@codesourcery.com>
21515
21516 * gdb.base/async.c (foo): Add one statement.
21517 * gdb.base/async.exp: Get the next instruction address and
21518 match the output of "nexti" by instruction address. Match
21519 the hex address in the output of "finish".
21520
21521 2014-06-06 Gary Benson <gbenson@redhat.com>
21522
21523 * gdb.base/call-signals.c: Remove preprocessor conditionals
21524 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
21525 SIGSEGV and SIGTERM.
21526 * gdb.base/sigall.c: Likewise.
21527 * gdb.base/unwindonsignal.c: Likewise.
21528 * gdb.reverse/sigall-reverse.c: Likewise.
21529
21530 2014-06-06 Yao Qi <yao@codesourcery.com>
21531
21532 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
21533 readable, skip the test.
21534
21535 2014-06-06 Yao Qi <yao@codesourcery.com>
21536
21537 * gdb.threads/staticthreads.c (thread_function): Move the line
21538 setting breakpoint on forward.
21539 * gdb.threads/staticthreads.exp: Update comments.
21540
21541 2014-06-05 Ludovic Courtès <ludo@gnu.org>
21542
21543 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
21544 "history-append! type error".
21545
21546 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
21547
21548 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
21549 erroneous dprintf expected input.
21550
21551 2014-06-04 Doug Evans <xdje42@gmail.com>
21552
21553 * gdb.guile/scm-generics.exp: Delete.
21554
21555 2014-06-04 Doug Evans <xdje42@gmail.com>
21556
21557 * gdb.guile/scm-breakpoint.exp: Update.
21558 Add tests for breakpoint registration.
21559
21560 2014-06-04 Tom Tromey <tromey@redhat.com>
21561
21562 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
21563 VLA-in-union.
21564 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
21565 inner_vla_struct, vla_union types. Initialize objects of those
21566 types and compute their sizes.
21567
21568 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
21569 Hui Zhu <hui@codesourcery.com>
21570
21571 * gdb.base/fileio.exp: Add test for shell not available as well as
21572 available.
21573 * gdb.base/fileio.c (test_system): Check for shell twice.
21574
21575 2014-06-04 Yao Qi <yao@codesourcery.com>
21576
21577 * gdb.base/auto-connect-native-target.exp: Remove redundant
21578 space from the regexp pattern.
21579
21580 2014-06-04 Yao Qi <yao@codesourcery.com>
21581
21582 * gdb.base/default.exp: Replace "child" with "native" in
21583 regexp pattern.
21584
21585 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
21586
21587 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
21588 * gdb.python/py-xmethods.exp: New tests to test xmethods.
21589 * gdb.python/py-xmethods.py: Python script supporting the
21590 new testcase and tests.
21591
21592 2014-06-03 Joel Brobecker <brobecker@adacore.com>
21593 Pedro Alves <palves@redhat.com>
21594
21595 PR breakpoints/17000
21596 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
21597 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
21598
21599 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
21600
21601 * gdb.base/subst.exp: Add tests to verify partial path matching
21602 output.
21603
21604 2014-06-03 Pedro Alves <palves@redhat.com>
21605
21606 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
21607 target that doesn't use software single-stepping.
21608
21609 2014-06-03 Pedro Alves <palves@redhat.com>
21610
21611 PR breakpoints/17000
21612 * gdb.base/sss-bp-on-user-bp-2.c: New file.
21613 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
21614
21615 2014-06-02 Doug Evans <xdje42@gmail.com>
21616
21617 * gdb.guile/scm-parameter.exp: New file.
21618
21619 2014-06-02 Doug Evans <xdje42@gmail.com>
21620
21621 * gdb.guile/scm-cmd.c: New file.
21622 * gdb.guile/scm-cmd.exp: New file.
21623
21624 2014-06-02 Doug Evans <xdje42@gmail.com>
21625
21626 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
21627 pretty-printer lookup.
21628 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
21629 (make-pp_s-printer): Call it.
21630 (make-pretty-printer-from-dict): New function.
21631 (lookup-pretty-printer-maker-from-dict): New function.
21632 (*pretty-printer*): Simplify.
21633 (make-objfile-pp_s-printer): New function.
21634 (install-objfile-pretty-printers!): New function.
21635 (make-progspace-pp_s-printer): New function.
21636 (install-progspace-pretty-printers!): New function.
21637 * gdb.guile/scm-progspace.c: New file.
21638 * gdb.guile/scm-progspace.exp: New file.
21639
21640 2014-06-02 Pedro Alves <palves@redhat.com>
21641
21642 * gdb.base/dprintf-bp-same-addr.c: New file.
21643 * gdb.base/dprintf-bp-same-addr.exp: New file.
21644
21645 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
21646
21647 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
21648 * gdb.arch/powerpc-power.s: Likewise.
21649
21650 2014-06-02 Joel Brobecker <brobecker@adacore.com>
21651
21652 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
21653
21654 2014-06-01 Yao Qi <yao@codesourcery.com>
21655
21656 * gdb.base/watchpoint.exp (test_watch_location): Check null
21657 pointer can be dereferenced. If not, do the test, otherwise
21658 skip it.
21659
21660 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
21661
21662 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
21663 results.
21664 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
21665
21666 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
21667
21668 * gdb.arch/amd64-invalid-stack-middle.S: New file.
21669 * gdb.arch/amd64-invalid-stack-middle.c: New file.
21670 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
21671 * gdb.arch/amd64-invalid-stack-top.c: New file.
21672 * gdb.arch/amd64-invalid-stack-top.exp: New file.
21673
21674 2014-05-30 Pedro Alves <palves@redhat.com>
21675
21676 PR breakpoints/17000
21677 * gdb.base/sss-bp-on-user-bp.c: New file.
21678 * gdb.base/sss-bp-on-user-bp.exp: New file.
21679
21680 2014-05-30 David Blaikie <dblaikie@gmail.com>
21681
21682 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
21683 gnu_inline semantics via attribute.
21684 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
21685 source explicitly specifies the required semantics.
21686
21687 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
21688
21689 * gdb.reverse/sigall-reverse.exp: Fix a typo.
21690
21691 2014-05-29 Pedro Alves <palves@redhat.com>
21692 Tom Tromey <tromey@redhat.com>
21693
21694 * gdb.base/async-shell.exp: Don't enable target-async.
21695 * gdb.base/async.exp
21696 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
21697 parameter. Adjust.
21698 (top level): Don't test with "target-async".
21699 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
21700 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
21701 * gdb.base/inferior-died.exp: Don't enable target-async.
21702 * gdb.base/interrupt-noterm.exp: Likewise.
21703 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
21704 * gdb.mi/mi-nonstop-exit.exp: Likewise.
21705 * gdb.mi/mi-nonstop.exp: Likewise.
21706 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
21707 * gdb.mi/mi-nsintrall.exp: Likewise.
21708 * gdb.mi/mi-nsmoribund.exp: Likewise.
21709 * gdb.mi/mi-nsthrexec.exp: Likewise.
21710 * gdb.mi/mi-watch-nonstop.exp: Likewise.
21711 * gdb.multi/watchpoint-multi.exp: Adjust comment.
21712 * gdb.python/py-evsignal.exp: Don't enable target-async.
21713 * gdb.python/py-evthreads.exp: Likewise.
21714 * gdb.python/py-prompt.exp: Likewise.
21715 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
21716 * gdb.server/solib-list.exp: Don't enable target-async.
21717 * gdb.threads/thread-specific-bp.exp: Likewise.
21718 * lib/mi-support.exp: Adjust to use mi-async.
21719
21720 2014-05-29 Pedro Alves <palves@redhat.com>
21721
21722 PR gdb/13860
21723 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
21724 reason, even in sync mode.
21725
21726 2014-05-29 Pedro Alves <palves@redhat.com>
21727 Hui Zhu <hui@codesourcery.com>
21728
21729 PR PR15693
21730 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
21731 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
21732 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
21733 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
21734
21735 2014-05-28 Joel Brobecker <brobecker@adacore.com>
21736
21737 * config/monitor.exp (gdb_target_monitor): Replace use of
21738 "set remotebaud" by "set serial baud".
21739
21740 2014-05-26 Andy Wingo <wingo@igalia.com>
21741
21742 * gdb.guile/scm-breakpoint.exp:
21743 * gdb.guile/scm-gsmob.exp: Update to use plain old object
21744 properties instead of gdb-object-properties.
21745
21746 2014-05-26 Yao Qi <yao@codesourcery.com>
21747
21748 * gdb.server/no-thread-db.exp: Specify source file name
21749 explicitly when setting a breakpoint.
21750
21751 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
21752
21753 * gdb.btrace/vdso.c: New.
21754 * gdb.btrace/vdso.exp: New.
21755
21756 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
21757
21758 * gdb.base/gcore.exp (capture_command_output): Move ...
21759 * lib/gdb.exp (capture_command_output): ... here.
21760
21761 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
21762
21763 * gdb.btrace/data.exp: Test memory access during btrace replay.
21764
21765 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
21766
21767 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
21768
21769 2014-05-21 Pedro Alves <palves@redhat.com>
21770
21771 PR gdb/13860
21772 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
21773 (top level): Test that output related to execution commands is
21774 sent to the console with CLI commands, but not with MI commands.
21775 Test that breakpoint events are always mirrored to the console.
21776 Also expect the new source line to be output after a "next" in
21777 async mode too. Make it a pass/fail test.
21778 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
21779 output.
21780 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
21781
21782 2014-05-21 Pedro Alves <palves@redhat.com>
21783
21784 * gdb.base/list.exp (build_pattern, test_list): New procedures.
21785 Use them to test variations of "list" after reaching a breakpoint.
21786 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
21787 Test "list" with listsize 10 after reaching a breakpoint.
21788 * gdb.python/python.exp (decode_line current location line
21789 number): Adjust expected line number.
21790
21791 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
21792
21793 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
21794 behavior for $args, pass it directly to "run".
21795
21796 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
21797
21798 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
21799 30000 to 65536.
21800
21801 2014-05-21 Pedro Alves <palves@redhat.com>
21802
21803 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
21804 auto-connect-native-target off".
21805 * gdb.base/auto-connect-native-target.c: New file.
21806 * gdb.base/auto-connect-native-target.exp: New file.
21807
21808 2014-05-21 Pedro Alves <palves@redhat.com>
21809
21810 * gdb.base/default.exp: Test "target native" instead of "target
21811 child".
21812
21813 2014-05-21 Mark Wielaard <mjw@redhat.com>
21814
21815 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
21816
21817 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
21818
21819 Fix TLS access for -static -pthread.
21820 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
21821 <HAVE_TLS> (thread_function, main): Initialize it.
21822 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
21823 Add clean_restart.
21824 <$have_tls != "">: Check TLSVAR.
21825
21826 2014-05-21 Pedro Alves <palves@redhat.com>
21827
21828 * gdb.base/dcache-line-read-error.c: New.
21829 * gdb.base/dcache-line-read-error.exp: New.
21830
21831 2014-05-20 Pedro Alves <palves@redhat.com>
21832
21833 * gdb.base/compare-sections.c: New file.
21834 * gdb.base/compare-sections.exp: New file.
21835
21836 2014-05-20 Pedro Alves <palves@redhat.com>
21837
21838 * gdb.base/break-idempotent.c: New file.
21839 * gdb.base/break-idempotent.exp: New file.
21840
21841 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
21842
21843 * gdb.btrace/nohist.exp: New.
21844
21845 2014-05-20 Yao Qi <yao@codesourcery.com>
21846
21847 * lib/gdb.exp (gdb_init): Set timeout if test file is under
21848 gdb.reverse directory and gdb_reverse_timeout exists in board
21849 setting.
21850 * README: Document gdb_reverse_timeout.
21851
21852 2014-05-20 Yao Qi <yao@codesourcery.com>
21853
21854 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
21855 'test_file_name'. Treat args as a string instead of a list.
21856 (gdb_init): Rename argument 'args' by 'test_file_name'.
21857
21858 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
21859
21860 * gdb.arch/powerpc-power.exp: New file.
21861 * gdb.arch/powerpc-power.s: New file.
21862
21863 2014-05-16 Doug Evans <dje@google.com>
21864
21865 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
21866 * gdb.base/completion.exp: Check that all expected files exist
21867 before doing file completion.
21868
21869 2014-05-16 Doug Evans <dje@google.com>
21870
21871 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
21872 Update.
21873 (do_syscall_tests_without_xml): Update.
21874
21875 2014-05-16 Pedro Alves <palves@redhat.com>
21876
21877 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
21878 instead of "unknown output after running".
21879
21880 2014-05-16 Yao Qi <yao@codesourcery.com>
21881
21882 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
21883 file1.txt from host at the end.
21884 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
21885
21886 2014-05-15 Doug Evans <dje@google.com>
21887
21888 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
21889 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
21890 loading file. Add test for TU lookup.
21891
21892 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
21893
21894 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
21895 calling "-exec-arguments" or "set args" before running the
21896 inferior.
21897
21898 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
21899
21900 * lib/mi-support.exp (mi_expect_stop): Expect message for
21901 inferiors that exit with non-zero exit code.
21902
21903 2014-05-14 Yao Qi <yao@codesourcery.com>
21904
21905 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
21906 match absolute path on remote host.
21907 (test_file_list_exec_source_files): Remove "/" from the
21908 pattern.
21909
21910 2014-05-14 Yao Qi <yao@codesourcery.com>
21911
21912 * boards/local-remote-host-notty.exp (${board}_file): New
21913 proc.
21914
21915 2014-05-07 Kyle McMartin <kyle@redhat.com>
21916
21917 Pushed by Joel Brobecker <brobecker@adacore.com>.
21918 * gdb.arch/aarch64-atomic-inst.c: New file.
21919 * gdb.arch/aarch64-atomic-inst.exp: New file.
21920
21921 2014-05-07 Yao Qi <yao@codesourcery.com>
21922
21923 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
21924 in current context" too.
21925
21926 2014-05-05 Keith Seitz <keiths@redhat.com>
21927
21928 * gdb.linespec/ls-dollar.exp: Add test for linespec
21929 file:convenience_variable.
21930
21931 2014-05-05 Yao Qi <yao@codesourcery.com>
21932
21933 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
21934 traceframes into tfile and ctf trace files. Read data from
21935 trace file and test collected data.
21936 (gdb_collect_locals_test): Likewise.
21937 (gdb_unavailable_registers_test): Likewise.
21938 (gdb_unavailable_floats): Likewise.
21939 (gdb_collect_globals_test): Likewise.
21940 (top-level): Append "ctf" to trace_file_targets if GDB
21941 supports.
21942
21943 2014-05-05 Yao Qi <yao@codesourcery.com>
21944
21945 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
21946 code to ...
21947 (gdb_collect_args_test_1): ... it. New proc.
21948 (gdb_collect_locals_test): Move some code to ...
21949 (gdb_collect_locals_test_1): ... it. New proc.
21950 (gdb_unavailable_registers_test): Move some code to ...
21951 (gdb_unavailable_registers_test_1): ... it. New proc.
21952 (gdb_unavailable_floats): Move some code to ...
21953 (gdb_unavailable_floats_1): ... it. New proc.
21954
21955 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
21956
21957 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
21958 probes to test for bitness recognition.
21959 * gdb.arch/amd64-stap-optional-prefix.exp
21960 (test_probe_value_without_reg): New procedure.
21961 Add code to test for different kinds of bitness.
21962
21963 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
21964
21965 PR breakpoints/16889
21966 * gdb.arch/amd64-stap-optional-prefix.S: New file.
21967 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
21968
21969 2014-05-01 Pedro Alves <palves@redhat.com>
21970
21971 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
21972 gdb_file_cmd if no file is specified.
21973 * boards/native-extended-gdbserver.exp (gdb_load): Use the
21974 last_loaded_file to set the remote exec-file.
21975
21976 2014-05-01 Pedro Alves <palves@redhat.com>
21977
21978 * boards/local-remote-host.exp: New file.
21979
21980 2014-05-01 Pedro Alves <palves@redhat.com>
21981
21982 * boards/local-remote-host.exp: Rename to ...
21983 * boards/local-remote-host-notty.exp: ... this.
21984
21985 2014-04-28 Joel Brobecker <brobecker@adacore.com>
21986
21987 * gdb.ada/dyn_arrayidx: New testcase.
21988
21989 2014-04-26 Yao Qi <yao@codesourcery.com>
21990
21991 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
21992 and compute the length of function main. Save it in
21993 $main_length.
21994 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
21995 (top-level): Use gdb_compile to compile objects into
21996 executable and restart GDB. Remove invocation to
21997 prepare_for_testing.
21998
21999 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
22000 Pedro Alves <palves@redhat.com>
22001
22002 PR server/16255
22003 * gdb.multi/multi-attach.c: New file.
22004 * gdb.multi/multi-attach.exp: New file.
22005
22006 2014-04-25 Pedro Alves <palves@redhat.com>
22007
22008 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
22009 user.
22010 (top level): Test that "set remote conditional-breakpoints-packet
22011 off" works as intended.
22012 * gdb.base/dprintf.exp: Test that "set remote
22013 breakpoint-commands-packet off" works as intended.
22014 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
22015 New function.
22016 (top level): Call it.
22017 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
22018 remote fast-tracepoints-packet off" works as intended.
22019 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
22020 * lib/gdb.exp (gdb_is_target_remote): ... here.
22021
22022 2014-04-24 David Blaikie <dblaikie@gmail.com>
22023
22024 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
22025 ensure clang would not discard them.
22026 * gdb.base/gdbvars.c: Ditto.
22027 * gdb.base/memattr.c: Ditto.
22028 * gdb.base/whatis.c: Ditto.
22029 * gdb.python/py-prettyprint.c: Ditto.
22030 * gdb.trace/actions.c: Ditto.
22031 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
22032 ensure clang would not discard it.
22033
22034 2014-04-24 David Blaikie <dblaikie@gmail.com>
22035
22036 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
22037 clang to emit the full definition of type required by the test
22038 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
22039
22040 2014-04-24 David Blaikie <dblaikie@gmail.com>
22041
22042 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
22043 coax Clang into emitting the definition of the type.
22044 * gdb.cp/pr10728-x.h (y): Ditto.
22045 * gdb.cp/pr10728-y.cc (y): Ditto.
22046
22047 2014-04-24 David Blaikie <dblaikie@gmail.com>
22048
22049 * gdb.base/label.exp: XFAIL label related tests under Clang.
22050 * gdb.cp/cplabel.exp: Ditto.
22051 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
22052 under Clang those using labels.
22053
22054 2014-04-25 Yao Qi <yao@codesourcery.com>
22055
22056 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
22057 double_label.
22058 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
22059 partial_label and double_label.
22060
22061 2014-04-24 David Blaikie <dblaikie@gmail.com>
22062
22063 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
22064
22065 2014-04-24 David Blaikie <dblaikie@gmail.com>
22066
22067 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
22068 of the function to work across GCC and Clang.
22069 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
22070 pointer types (const void ** const V void **).
22071
22072 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
22073 Walfred Tedeschi <walfred.tedeschi@intel.com>
22074
22075 * Makefile.in (EXECUTABLES): Added i386-avx512.
22076 * gdb.arch/i386-avx512.c: New file.
22077 * gdb.arch/i386-avx512.exp: Likewise.
22078
22079 2014-04-23 Keith Seitz <keiths@redhat.com>
22080
22081 * lib/mi-support.exp (mi_list_breakpoints): Delete.
22082 (mi_make_breakpoint_table): New procedure.
22083 (mi_create_breakpoint): Use mi_make_breakpoint
22084 and return the result.
22085 (mi_make_breakpoint): New procedure.
22086 (mi_build_kv_pairs): New procedure.
22087
22088 * gdb.mi/mi-break.exp: Remove unused globals,
22089 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
22090 All callers updated.
22091 * gdb.mi/mi-dprintf.exp: Use variable to track command
22092 number.
22093 Update all callers of mi_create_breakpoint and use
22094 mi_make_breakpoint_table.
22095 Remove any unused global variables.
22096 * gdb.mi/mi-nonstop.exp: Likewise.
22097 * gdb.mi/mi-nsintrall.exp: Likewise.
22098 * gdb.mi/mi-nsmoribund.exp: Likewise.
22099 * gdb.mi/mi-nsthrexec.exp: Likewise.
22100 * gdb.mi/mi-reverse.exp: Likewise.
22101 * gdb.mi/mi-simplerun.exp: Likewise.
22102 * gdb.mi/mi-stepn.exp: Likewise.
22103 * gdb.mi/mi-syn-frame.exp: Likewise.
22104 * gdb.mi/mi-until.exp: Likewise.
22105 * gdb.mi/mi-var-cp.exp: Likewise.
22106 * gdb.mi/mi-var-display.exp: Likewise.
22107 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
22108 * gdb.mi/mi2-var-child.exp: Likewise.
22109 * gdb.mi/mi-vla-c99.exp: Likewise.
22110 * lib/mi-support.exp: Likewise.
22111
22112 From Ian Lance Taylor <iant@cygnus.com>:
22113 * lib/gdb.exp (parse_args): New procedure.
22114
22115 2014-04-23 Pedro Alves <palves@redhat.com>
22116
22117 * gdb.base/break-unload-file.c: New file.
22118 * gdb.base/break-unload-file.exp: New file.
22119 * gdb.base/sym-file-lib.c (baz): New function.
22120 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
22121 field.
22122 (load): Store the segment's mapped size.
22123 (unload): New function.
22124 (unload_shlib): New function.
22125 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
22126 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
22127 set a breakpoint at baz, and call it.
22128 * gdb.base/sym-file.exp: New tests for stale breakpoint
22129 instructions.
22130
22131 2014-04-23 Pedro Alves <palves@redhat.com>
22132
22133 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
22134 * gdb.base/hbreak-in-shr-unsupported.c: New file.
22135 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
22136 * gdb.base/hbreak-unmapped.c: New file.
22137 * gdb.base/hbreak-unmapped.exp: New file.
22138 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
22139 * lib/gdb.exp (gdb_is_target_remote): ... here.
22140
22141 2014-04-22 Pedro Alves <palves@redhat.com>
22142
22143 * gdb.base/consecutive-step-over.c: New file.
22144 * gdb.base/consecutive-step-over.exp: New file.
22145
22146 2014-04-22 Pedro Alves <palves@redhat.com>
22147
22148 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
22149 instead of send_gdb/gdb_expect.
22150
22151 2014-04-22 Yao Qi <yao@codesourcery.com>
22152
22153 * lib/trace-support.exp (generate_tracefile): New procedure.
22154 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
22155 return 0.
22156 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
22157 if generate_tracefile returns 1.
22158
22159 2014-04-18 Tom Tromey <palves@redhat.com>
22160 Pedro alves <tromey@redhat.com>
22161
22162 PR backtrace/15558
22163 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
22164 with a backtrace limit.
22165 * gdb.python/py-frame-inline.exp: Test running to an inline
22166 function with a backtrace limit, and printing the newest frame.
22167 * gdb.python/py-frame-inline.c (main): Call f.
22168
22169 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
22170
22171 * gdb.java/jnpe.exp: Drop srcdir from untested path.
22172
22173 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
22174
22175 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
22176 Drop prefix from unsupported source file path.
22177
22178 2014-04-17 Yao Qi <yao@codesourcery.com>
22179
22180 * lib/gdb.exp (with_target_charset): New proc.
22181 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
22182 with_target_charset.
22183 (test_print_strings): Likewise.
22184 (test_repeat_bytes): Likewise.
22185 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
22186 for some tests.
22187
22188 2014-04-16 Keith Seitz <keiths@redhat.com>
22189
22190 PR gdb/15827
22191 * gdb.dwarf2/corrupt.c: New file.
22192 * gdb.dwarf2/corrupt.exp: New file.
22193
22194 2014-04-16 Keith Seitz <keiths@redhat.com>
22195
22196 PR c++/16597
22197 * gdb.cp/namelessclass.cc: New file.
22198 * gdb.cp/namelessclass.exp: New file.
22199 * gdb.cp/namelessclass.S: New file.
22200
22201 2014-04-16 Doug Evans <dje@google.com>
22202
22203 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
22204 Add comment.
22205 (gdbserver_default_get_comm_port): New function.
22206 (gdbserver_start): Check if board file provided
22207 "gdbserver,get_comm_port" and use it if so.
22208 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
22209 (gdb,socketport): Set to "stdio".
22210 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
22211 (stdio_gdbserver_template): Delete.
22212 (${board}_get_remote_address): Update.
22213 (${board}_build_remote_cmd): Delete.
22214 (${board}_get_comm_port): New function.
22215 (${board}_spawn): Update.
22216 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
22217 Delete.
22218 (${board}_get_remote_address): Update.
22219 (${board}_get_comm_port): New function.
22220
22221 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
22222
22223 * gdb.base/memattr.exp: Improve regexps to handle memory regions
22224 appearing in any order.
22225
22226 2014-04-15 Doug Evans <dje@google.com>
22227
22228 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
22229 uninitialized value of "description".
22230
22231 2014-04-15 Keith Seitz <keiths@redhat.com>
22232
22233 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
22234 Remove unused globals.
22235 (test_running_the_program): Likewise.
22236 (test_controlled_execution): Likewise.
22237 (test_controlling_breakpoints): Likewise.
22238 (test_program_termination): Likewise.
22239
22240 2014-04-15 Keith Seitz <keiths@redhat.com>
22241
22242 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
22243 unused globals.
22244 (test_rbreak_creation_and_listing): Likewise.
22245 (test_ignore_count): Likewise.
22246 (test_error): Likewise.
22247
22248 2014-04-15 Pedro Alves <palves@redhat.com>
22249
22250 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
22251 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
22252 sym-file-loader.c.
22253 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
22254 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
22255 to sym-file-loader.c.
22256 (struct library): Forward declare.
22257 (load_shlib, lookup_function): Change prototypes.
22258 (find_shstrtab, find_strtab, find_shdr, find_symtab)
22259 (translate_offset): Remove declarations.
22260 (get_text_addr): New declaration.
22261 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
22262 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
22263 sym-file-loader.h.
22264 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
22265 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
22266 here from sym-file-loader.h.
22267 (struct library): New structure.
22268 (load_shlib, lookup_function): Change prototypes and adjust to
22269 work with a struct library.
22270 (find_shstrtab, find_strtab, find_shdr, find_symtab)
22271 (translate_offset): Make static.
22272 (get_text_addr): New function.
22273 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
22274
22275 2014-04-15 Pedro Alves <palves@redhat.com>
22276
22277 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
22278
22279 2014-04-15 Pedro Alves <palves@redhat.com>
22280
22281 * gdb.base/sym-file-loader.c: Include <limits.h>.
22282 (SELF_LINK): New define.
22283 (get_origin): New function.
22284 (load_shlib): Use it.
22285 * gdb.base/sym-file.exp: Don't early return if the target is
22286 remote. Use runto_main, and issue fail is that fails. Use
22287 gdb_load_shlibs.
22288 (shlib_name): Delete.
22289 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
22290
22291 2014-04-15 Pedro Alves <palves@redhat.com>
22292
22293 * gdb.base/sym-file.exp: Remove regex characters from test
22294 message. Don't refer to breakpoint numbers in test messages.
22295
22296 2014-04-14 Keith Seitz <keiths@redhat.com>
22297
22298 PR c++/16253
22299 * gdb.cp/var-tag.cc: New file.
22300 * gdb.cp/var-tag.exp: New file.
22301 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
22302 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
22303 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
22304 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
22305
22306 2014-04-14 Tom Tromey <tromey@redhat.com>
22307
22308 * gdb.cp/classes.exp (test_enums): Handle underlying type.
22309 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
22310 type.
22311 * gdb.cp/enum-class.exp: New file.
22312 * gdb.cp/enum-class.cc: New file.
22313
22314 2014-04-14 Tom Tromey <tromey@redhat.com>
22315
22316 * gdb.dwarf2/enum-type.exp: New file.
22317
22318 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22319
22320 * gdb.mi/mi-vla-c99.exp: New file.
22321 * gdb.mi/vla.c: New file.
22322
22323 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22324
22325 * gdb.base/vla-datatypes.c: New file.
22326 * gdb.base/vla-datatypes.exp: New file.
22327
22328 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22329
22330 * gdb.base/vla-ptr.c: New file.
22331 * gdb.base/vla-ptr.exp: New file.
22332
22333 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22334
22335 * gdb.dwarf2/count.exp: New file.
22336
22337 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22338
22339 * gdb.base/vla-sideeffect.c: New file.
22340 * gdb.base/vla-sideeffect.exp: New file.
22341
22342 2014-04-14 David Blaikie <dblaikie@gmail.com>
22343
22344 * gdb.mi/non-stop.c: Add return value for non-void function return
22345 statement.
22346 * gdb.threads/staticthreads.c: Ditto.
22347
22348 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
22349 Doug Evans <xdje42@gmail.com>
22350
22351 * gdb.guile/scm-value.c: Improve test case.
22352 * gdb.guile/scm-value.exp: Add new test.
22353
22354 2014-04-11 David Blaikie <dblaikie@gmail.com>
22355
22356 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
22357 override Clang's default.
22358
22359 2014-04-11 Joel Brobecker <brobecker@adacore.com>
22360
22361 Revert the following changes (regressions):
22362
22363 * gdb.base/vla-sideeffect.c: New file.
22364 * gdb.base/vla-sideeffect.exp: New file.
22365
22366 * gdb.dwarf2/count.exp: New file.
22367
22368 * gdb.base/vla-multi.c: New file.
22369 * gdb.base/vla-multi.exp: New file.
22370
22371 * gdb.base/vla-ptr.c: New file.
22372 * gdb.base/vla-ptr.exp: New file.
22373
22374 * gdb.base/vla-datatypes.c: New file.
22375 * gdb.base/vla-datatypes.exp: New file.
22376
22377 * gdb.mi/mi-vla-c99.exp: New file.
22378 * gdb.mi/vla.c: New file.
22379
22380 2014-04-11 Keith Seitz <keiths@redhat.com>
22381
22382 PR c++/16675
22383 * gdb.cp/cpsizeof.exp: New file.
22384 * gdb.cp/cpsizeof.cc: New file.
22385
22386 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22387
22388 * gdb.mi/mi-vla-c99.exp: New file.
22389 * gdb.mi/vla.c: New file.
22390
22391 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22392
22393 * gdb.base/vla-datatypes.c: New file.
22394 * gdb.base/vla-datatypes.exp: New file.
22395
22396 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22397
22398 * gdb.base/vla-ptr.c: New file.
22399 * gdb.base/vla-ptr.exp: New file.
22400
22401 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22402
22403 * gdb.base/vla-multi.c: New file.
22404 * gdb.base/vla-multi.exp: New file.
22405
22406 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22407
22408 * gdb.dwarf2/count.exp: New file.
22409
22410 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22411
22412 * gdb.base/vla-sideeffect.c: New file.
22413 * gdb.base/vla-sideeffect.exp: New file.
22414
22415 2014-04-11 Yao Qi <yao@codesourcery.com>
22416
22417 * gdb.base/completion.exp: Check file exists before running tests
22418 on file completion.
22419
22420 2014-04-10 Pedro Alves <palves@redhat.com>
22421
22422 * gdb.base/cond-eval-mode.c: New file.
22423 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
22424 prepare_for_testing to build the new file. Check result of
22425 runto_main.
22426 (test_break, test_watch): New procedures.
22427 (top level): Use them.
22428
22429 2014-04-08 Pierre Muller <muller@sourceware.org>
22430
22431 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
22432 Ctrl-V use for mingw hosts.
22433
22434 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
22435
22436 * gdb.python/py-value.c: Improve test case.
22437 * gdb.python/py-value.exp: Add new test.
22438
22439 2014-04-07 David Blaikie <dblaikie@gmail.com>
22440
22441 * lib/compiler.c: Identify the clang compiler.
22442 * lib/compiler.cc: Ditto.
22443
22444 2014-04-03 Yao Qi <yao@codesourcery.com>
22445
22446 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
22447
22448 2014-04-01 Anton Blanchard <anton@samba.org>
22449
22450 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
22451 messages unique.
22452
22453 2014-04-01 Anton Blanchard <anton@samba.org>
22454
22455 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
22456 prepare_for_testing.
22457
22458 2014-04-01 Anton Blanchard <anton@samba.org>
22459
22460 * gdb.arch/ppc64-atomic-inst.c: Remove.
22461 * gdb.arch/ppc64-atomic-inst.S: New file.
22462 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
22463
22464 2014-03-31 Doug Evans <dje@google.com>
22465
22466 * gdb.base/print-symbol-loading-lib.c: New file.
22467 * gdb.base/print-symbol-loading-main.c: New file.
22468 * gdb.base/print-symbol-loading.exp: New file.
22469
22470 2014-03-31 Yao Qi <yao@codesourcery.com>
22471
22472 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
22473
22474 2014-03-28 Joel Brobecker <brobecker@adacore.com>
22475
22476 * gdb.ada/mi_dyn_arr: New testcase.
22477
22478 2014-03-27 Doug Evans <dje@google.com>
22479
22480 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
22481
22482 2014-03-27 Yao Qi <yao@codesourcery.com>
22483
22484 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
22485 if target is nios2-*-*.
22486
22487 2014-03-26 Yao Qi <yao@codesourcery.com>
22488
22489 * lib/gdb.exp (readline_is_used): New proc.
22490 * gdb.base/completion.exp: Move tests on command complete up.
22491 Skip the rest of tests if readline is not used.
22492 * gdb.ada/complete.exp: Skp the test if readline is not
22493 used.
22494 * gdb.base/filesym.exp: Likewise.
22495 * gdb.base/macscp.exp: Likewise.
22496 * gdb.base/readline-ask.exp: Likewise.
22497 * gdb.base/readline.exp: Likewise.
22498 * gdb.python/py-cmd.exp: Likewise.
22499 * gdb.trace/tfile.exp: Likewise.
22500
22501 2014-03-26 Yao Qi <yao@codesourcery.com>
22502
22503 * gdb.base/macscp.exp: Fix code format issues.
22504
22505 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
22506
22507 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
22508 * gdb.asm/powerpc64le.inc: New file.
22509
22510 2014-03-25 Pedro Alves <palves@redhat.com>
22511 Doug Evans <dje@google.com>
22512
22513 * gdb.base/source-execution.c: New file.
22514 * gdb.base/source-execution.exp: New file.
22515 * gdb.base/source-execution.gdb: New file.
22516
22517 2014-03-24 Doug Evans <dje@google.com>
22518
22519 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
22520 using fission.
22521
22522 2014-03-24 Hui Zhu <hui@codesourcery.com>
22523 Pedro Alves <palves@redhat.com>
22524
22525 PR breakpoints/16101
22526 * gdb.base/dprintf.exp: Use unsupported rather than changing the
22527 test pass/fail messages. Detect missing support for dprintf when
22528 breakpoints are actually inserted.
22529 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
22530 breakpoints are actually inserted.
22531 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
22532 fails.
22533
22534 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
22535
22536 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
22537
22538 2014-03-22 Doug Evans <xdje42@gmail.com>
22539
22540 * gdb.python/python.exp (python not supported): Verify multi-line
22541 python command issues an error.
22542 * gdb.guile/guile.exp (guile not supported): Verify multi-line
22543 guile command issues an error.
22544
22545 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
22546
22547 * gdb.threads/thread-specific.exp: Handle the lack of usable
22548 $this_breakpoint and $this_thread.
22549
22550 2014-03-21 Hui Zhu <hui@codesourcery.com>
22551
22552 * gdb.base/attach.exp (do_command_attach_tests): New.
22553
22554 2014-03-20 Tom Tromey <tromey@redhat.com>
22555 Pedro Alves <palves@redhat.com>
22556
22557 PR cli/15718
22558 * gdb.base/condbreak-call-false.c: New file.
22559 * gdb.base/condbreak-call-false.exp: New file.
22560
22561 2014-03-20 Pedro Alves <palves@redhat.com>
22562
22563 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
22564 Delete.
22565 (block_signals, unblock_signals): Delete.
22566 (child_function_2, main): Remove references to deleted variable
22567 and functions.
22568
22569 2014-03-20 Pedro Alves <palves@redhat.com>
22570
22571 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
22572 Use pthread_kill to signal thread 2.
22573 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
22574 Adjust to make the test send itself a signal rather than using the
22575 host's "kill" command.
22576
22577 2014-03-20 Pedro Alves <palves@redhat.com>
22578
22579 * gdb.threads/multiple-step-overs.c: New file.
22580 * gdb.threads/multiple-step-overs.exp: New file.
22581 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
22582 Adjust expected infrun debug output.
22583
22584 2014-03-20 Pedro Alves <palves@redhat.com>
22585
22586 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
22587 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
22588
22589 2014-03-20 Pedro Alves <palves@redhat.com>
22590
22591 PR breakpoints/7143
22592 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
22593 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
22594 of gdb_test_multiple.
22595 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
22596 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
22597
22598 2014-03-20 Pedro Alves <palves@redhat.com>
22599
22600 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
22601 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
22602
22603 2014-03-19 Pedro Alves <palves@redhat.com>
22604
22605 * gdb.base/async.exp: Remove early return.
22606
22607 2014-03-19 Pedro Alves <palves@redhat.com>
22608
22609 * gdb.base/async.exp (step& tests): Pass explicit test messages.
22610
22611 2014-03-19 Pedro Alves <palves@redhat.com>
22612
22613 * gdb.base/async.exp (test_background): Expect \r\n after
22614 "completed." in the fail pattern.
22615
22616 2014-03-19 Pedro Alves <palves@redhat.com>
22617
22618 * gdb.base/async.exp (test_background): New procedure.
22619 Use it for all background execution command tests.
22620
22621 2014-03-19 Pedro Alves <palves@redhat.com>
22622
22623 * gdb.base/async.exp: Use prepare_for_testing.
22624
22625 2014-03-19 Pedro Alves <palves@redhat.com>
22626
22627 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
22628 the same line.
22629
22630 2014-03-19 Pedro Alves <palves@redhat.com>
22631
22632 * gdb.base/async.c (main): Add "jump here" and "until here" line
22633 marker comments.
22634 * gdb.base/async.exp (jump_here): New global.
22635 (jump& test): Use it.
22636 (until_here): New global.
22637 (until& test): Use it.
22638
22639 2014-03-19 Pedro Alves <palves@redhat.com>
22640
22641 * gdb.base/async.exp: Don't frob gdb_protocol.
22642
22643 2014-03-18 Doug Evans <xdje42@gmail.com>
22644
22645 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
22646 Fix spelling of exec-done-display.
22647
22648 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
22649
22650 PR gdb/15358
22651 * gdb.base/gdb-sigterm.c: New file.
22652 * gdb.base/gdb-sigterm.exp: New file.
22653
22654 2014-03-18 Pedro Alves <palves@redhat.com>
22655
22656 PR gdb/13860
22657 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
22658 * lib/mi-support.exp (mi_expect_stop): Add special handling for
22659 solib-event.
22660
22661 2014-03-17 Joel Brobecker <brobecker@adacore.com>
22662
22663 * gdb.ada/pckd_arr_ren: New testcase.
22664
22665 2014-03-13 Doug Evans <xdje42@gmail.com>
22666
22667 PR guile/16612
22668 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
22669 collect after discarding symbols.
22670
22671 2014-03-13 Ludovic Courtès <ludo@gnu.org>
22672 Doug Evans <xdje42@gmail.com>
22673
22674 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
22675 to history survives a gc.
22676
22677 2014-03-13 Pedro Alves <palves@redhat.com>
22678
22679 * gdb.base/default.exp: Don't test "target procfs".
22680
22681 2014-03-13 Pedro Alves <palves@redhat.com>
22682
22683 * gdb.base/default.exp: Update "target child" and "target procfs"
22684 tests to not expect "Unix".
22685
22686 2014-03-12 Tom Tromey <tromey@redhat.com>
22687
22688 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
22689 New procs. Add target-async tests.
22690 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
22691 Add target-async tests.
22692
22693 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
22694
22695 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
22696 'func_start' and 'func_end' for the beginning and end of the
22697 function code, respectively.
22698 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
22699 'func_end' instead of 'func' and 'main'.
22700
22701 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
22702
22703 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
22704 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
22705 generate the debug info assembler source.
22706
22707 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
22708
22709 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
22710 * gdb.dwarf2/arr-subrange.exp: Likewise.
22711 * gdb.dwarf2/dwz.exp: Likewise.
22712 * gdb.dwarf2/method-ptr.exp: Likewise.
22713 * gdb.dwarf2/missing-sig-type.exp: Likewise.
22714 * gdb.dwarf2/subrange.exp: Likewise.
22715 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
22716 * gdb.dwarf2/implptrpiece.exp: Likewise.
22717 * gdb.dwarf2/nostaticblock.exp: Likewise.
22718
22719 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
22720
22721 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
22722 directory to absolute path name arguments.
22723
22724 2014-03-10 Joel Brobecker <brobecker@adacore.com>
22725
22726 * gdb.ada/tagged_access: New testcase.
22727
22728 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
22729
22730 * gdb.btrace/data.exp: Update expected output.
22731
22732 2014-03-06 Yao Qi <yao@codesourcery.com>
22733
22734 * gdb.trace/pr16508.exp: New file.
22735
22736 2014-03-05 Pedro Alves <palves@redhat.com>
22737
22738 PR gdb/16575
22739 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
22740 procedure.
22741 (top level): Adjust to use it. Add tests that exercise breakpoint
22742 interaction with the code-cache.
22743
22744 2014-02-26 Ludovic Courtès <ludo@gnu.org>
22745
22746 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
22747 test for 'history-append!'.
22748
22749 2014-02-26 Joel Brobecker <brobecker@adacore.com>
22750
22751 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
22752 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
22753 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
22754 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
22755 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
22756 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
22757
22758 2014-02-26 Joel Brobecker <brobecker@adacore.com>
22759
22760 * testsuite/gdb.python/py-pp-re-notag.c: New file.
22761 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
22762 * testsuite/gdb.python/py-pp-re-notag.p: New file.
22763
22764 2014-02-26 Joel Brobecker <brobecker@adacore.com>
22765
22766 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
22767
22768 2014-02-26 Joel Brobecker <brobecker@adacore.com>
22769
22770 * gdb.dwarf2/arr-stride.c: New file.
22771 * gdb.dwarf2/arr-stride.exp: New file.
22772
22773 2014-02-26 Pedro Alves <palves@redhat.com>
22774
22775 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
22776 that won't ever trigger. Make sure that GDB reports the correct
22777 breakpoint that caused the stop.
22778
22779 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
22780
22781 PR gdb/16626
22782 * gdb.base/auto-load-script: New file.
22783 * gdb.base/auto-load.c: New file.
22784 * gdb.base/auto-load.exp: New file.
22785
22786 PR gdb/16626
22787 * gdb.base/auto-load.exp: Fix out-of-srctree run.
22788
22789 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
22790
22791 Fix dw2-icycle.exp -fsanitize=address GDB crash.
22792 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
22793
22794 2014-02-24 Doug Evans <dje@google.com>
22795
22796 * lib/gdb.exp (run_on_host): Log error output if program fails.
22797
22798 2014-02-21 Pedro Alves <palves@redhat.com>
22799
22800 * gdb.threads/step-after-sr-lock.c: Rename to ...
22801 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
22802 * gdb.threads/step-after-sr-lock.exp: Rename to ...
22803 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
22804 ... this.
22805
22806 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
22807
22808 PR tdep/16397
22809 * gdb.arch/amd64-stap-special-operands.exp: New file.
22810 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
22811 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
22812 * gdb.arch/amd64-stap-triplet.S: Likewise.
22813 * gdb.arch/amd64-stap-triplet.c: Likewise.
22814
22815 2014-02-20 Joel Brobecker <brobecker@adacore.com>
22816
22817 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
22818 in .section pseudo-op.
22819
22820 2014-02-20 lin zuojian <manjian2006@gmail.com>
22821 Joel Brobecker <brobecker@adacore.com>
22822 Doug Evans <xdje42@gmail.com>
22823
22824 PR symtab/16581
22825 * gdb.dwarf2/dw2-icycle.S: New file.
22826 * gdb.dwarf2/dw2-icycle.c: New file.
22827 * gdb.dwarf2/dw2-icycle.exp: New file.
22828
22829 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
22830
22831 * gdb.python/py-value-cc.cc: Improve test case to enable testing
22832 operations on gdb.Value objects.
22833 * gdb.python/py-value-cc.exp: Add new test to test operations on
22834 gdb.Value objects.
22835
22836 2014-02-18 Doug Evans <dje@google.com>
22837
22838 * Makefile.in (TESTS): New variable.
22839 (expanded_tests, expanded_tests_or_none): New variables
22840 (check-single): Pass $(expanded_tests_or_none) to runtest.
22841 (check-parallel): Only run tests in $(TESTS) if non-empty.
22842 (check/no-matching-tests-found): New rule.
22843 * README: Document TESTS makefile variable.
22844
22845 2014-02-18 Doug Evans <dje@google.com>
22846
22847 * Makefile.in (check-parallel): rm -rf outputs temp.
22848
22849 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
22850
22851 Fix "ERROR: no fileid for" in the testsuite.
22852 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
22853
22854 2014-02-12 Doug Evans <dje@google.com>
22855
22856 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
22857 (MISCELLANEOUS): New variable.
22858 (clean): rm -rf $(MISCELLANEOUS).
22859 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
22860 dwp live in the same directory as symlinks, with each symlink pointed
22861 to a differently named file in a different directory.
22862
22863 2014-02-11 Doug Evans <dje@google.com>
22864
22865 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
22866 of Tcl file commands.
22867
22868 2014-02-10 Mark Kettenis <kettenis@gnu.org>
22869
22870 * gdb.threads/step-after-sr-lock.exp: Avoid executing
22871 "kill -SIGUSR1 -1".
22872
22873 2014-02-10 Joel Brobecker <brobecker@adacore.com>
22874
22875 * gdb.ada/tick_length_array_enum_idx: New testcase.
22876
22877 2014-02-10 Doug Evans <xdje42@gmail.com>
22878
22879 * configure.ac (AC_OUTPUT): Add gdb.guile.
22880 * configure: Regenerate.
22881 * lib/gdb-guile.exp: New file.
22882 * lib/gdb.exp (get_target_charset): New function.
22883 * gdb.base/help.exp: Update expected output from "apropos apropos".
22884 * gdb.guile/Makefile.in: New file.
22885 * gdb.guile/guile.exp: New file.
22886 * gdb.guile/scm-arch.c: New file.
22887 * gdb.guile/scm-arch.exp: New file.
22888 * gdb.guile/scm-block.c: New file.
22889 * gdb.guile/scm-block.exp: New file.
22890 * gdb.guile/scm-breakpoint.c: New file.
22891 * gdb.guile/scm-breakpoint.exp: New file.
22892 * gdb.guile/scm-disasm.c: New file.
22893 * gdb.guile/scm-disasm.exp: New file.
22894 * gdb.guile/scm-equal.c: New file.
22895 * gdb.guile/scm-equal.exp: New file.
22896 * gdb.guile/scm-error.exp: New file.
22897 * gdb.guile/scm-error.scm: New file.
22898 * gdb.guile/scm-frame-args.c: New file.
22899 * gdb.guile/scm-frame-args.exp: New file.
22900 * gdb.guile/scm-frame-args.scm: New file.
22901 * gdb.guile/scm-frame-inline.c: New file.
22902 * gdb.guile/scm-frame-inline.exp: New file.
22903 * gdb.guile/scm-frame.c: New file.
22904 * gdb.guile/scm-frame.exp: New file.
22905 * gdb.guile/scm-generics.exp: New file.
22906 * gdb.guile/scm-gsmob.exp: New file.
22907 * gdb.guile/scm-iterator.c: New file.
22908 * gdb.guile/scm-iterator.exp: New file.
22909 * gdb.guile/scm-math.c: New file.
22910 * gdb.guile/scm-math.exp: New file.
22911 * gdb.guile/scm-objfile-script-gdb.in: New file.
22912 * gdb.guile/scm-objfile-script.c: New file.
22913 * gdb.guile/scm-objfile-script.exp: New file.
22914 * gdb.guile/scm-objfile.c: New file.
22915 * gdb.guile/scm-objfile.exp: New file.
22916 * gdb.guile/scm-ports.exp: New file.
22917 * gdb.guile/scm-pretty-print.c: New file.
22918 * gdb.guile/scm-pretty-print.exp: New file.
22919 * gdb.guile/scm-pretty-print.scm: New file.
22920 * gdb.guile/scm-section-script.c: New file.
22921 * gdb.guile/scm-section-script.exp: New file.
22922 * gdb.guile/scm-section-script.scm: New file.
22923 * gdb.guile/scm-symbol.c: New file.
22924 * gdb.guile/scm-symbol.exp: New file.
22925 * gdb.guile/scm-symtab-2.c: New file.
22926 * gdb.guile/scm-symtab.c: New file.
22927 * gdb.guile/scm-symtab.exp: New file.
22928 * gdb.guile/scm-type.c: New file.
22929 * gdb.guile/scm-type.exp: New file.
22930 * gdb.guile/scm-value-cc.cc: New file.
22931 * gdb.guile/scm-value-cc.exp: New file.
22932 * gdb.guile/scm-value.c: New file.
22933 * gdb.guile/scm-value.exp: New file.
22934 * gdb.guile/source2.scm: New file.
22935 * gdb.guile/types-module.cc: New file.
22936 * gdb.guile/types-module.exp: New file.
22937
22938 2014-02-10 Yao Qi <yao@codesourcery.com>
22939
22940 PR testsuite/16543
22941 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
22942 * configure: Regenerated.
22943 * Makefile.in: New file.
22944
22945 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
22946
22947 * gdb.python/py-framefilter.exp: Fix typo.
22948
22949 2014-02-08 Yao Qi <yao@codesourcery.com>
22950
22951 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
22952 that no =breakpoint-modified is emitted when breakpoints are
22953 modified through MI commands.
22954
22955 2014-02-07 Pedro Alves <pedro@codesourcery.com>
22956 Pedro Alves <palves@redhat.com>
22957
22958 * gdb.threads/step-after-sr-lock.c: New file.
22959 * gdb.threads/step-after-sr-lock.exp: New file.
22960
22961 2014-02-07 Pedro Alves <palves@redhat.com>
22962
22963 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
22964
22965 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
22966
22967 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
22968 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
22969
22970 2014-02-06 Doug Evans <xdje42@gmail.com>
22971
22972 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
22973 output.
22974
22975 * gdb.gdb/python-interrupts.exp: New file.
22976
22977 2014-02-05 Yao Qi <yao@codesourcery.com>
22978
22979 * gdb.trace/report.exp (use_collected_data): Test the output
22980 of "info threads" and "info inferiors".
22981
22982 2014-02-05 Yao Qi <yao@codesourcery.com>
22983
22984 Revert this patch:
22985
22986 2013-05-24 Yao Qi <yao@codesourcery.com>
22987
22988 * gdb.trace/tfile.exp: Test inferior and thread.
22989
22990 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
22991
22992 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
22993 on a function.
22994 * gdb.base/step-bt.c: Call hello via function pointer to make
22995 sure its first instruction is executed on powerpc64le-linux.
22996
22997 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
22998
22999 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
23000
23001 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
23002
23003 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
23004 of the test patterns for use on little-endian systems.
23005
23006 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
23007
23008 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
23009 (decimal_vector): Fix for little-endian.
23010
23011 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
23012
23013 * gdb.arch/sparc-sysstep.exp: New file.
23014 * gdb.arch/sparc-sysstep.c: Likewise.
23015
23016 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
23017
23018 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
23019
23020 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
23021
23022 2014-01-23 Tom Tromey <tromey@redhat.com>
23023
23024 * gdb.ada/array_char_idx: New testcase.
23025
23026 2014-01-23 Tom Tromey <tromey@redhat.com>
23027
23028 PR python/16487:
23029 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
23030 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
23031 classes.
23032
23033 2014-01-23 Tom Tromey <tromey@redhat.com>
23034
23035 PR python/16491:
23036 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
23037 string from an inferior frame.
23038 * gdb.python/py-framefilter-mi.exp: Update.
23039
23040 2014-01-22 Doug Evans <dje@google.com>
23041
23042 * gdb.server/server-mon.exp: Add tests for "set debug-format".
23043
23044 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
23045
23046 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
23047
23048 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
23049
23050 * gdb.trace/entry-values.exp: Remove excess space character from
23051 regex patterns. Handle s390 call instruction.
23052
23053 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
23054
23055 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
23056 define "*_start" label. Make "name" static.
23057 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
23058 ${name} by references to ${name}_start.
23059
23060 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
23061
23062 * gdb.base/info-macros.exp: Remove "debug" from the compile
23063 options.
23064
23065 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
23066
23067 * gdb.dlang/demangle.exp: New file.
23068
23069 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
23070
23071 * gdb.dlang/primitive-types.exp: New file.
23072
23073 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
23074
23075 * configure.ac: Create gdb.dlang/Makefile.
23076 * configure: Regenerate.
23077 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
23078 * gdb.dlang/Makefile.in: New file.
23079 * lib/d-support.exp: New file.
23080 * lib/gdb.exp (skip_d_tests): New proc.
23081
23082 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23083
23084 * gdb.btrace/delta.exp: Check reverse stepi.
23085 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
23086 * gdb.btrace/finish.exp: New.
23087 * gdb.btrace/next.exp: New.
23088 * gdb.btrace/nexti.exp: New.
23089 * gdb.btrace/record_goto.c: Add comments.
23090 * gdb.btrace/step.exp: New.
23091 * gdb.btrace/stepi.exp: New.
23092 * gdb.btrace/multi-thread-step.c: New.
23093 * gdb.btrace/multi-thread-step.exp: New.
23094 * gdb.btrace/rn-dl-bind.c: New.
23095 * gdb.btrace/rn-dl-bind.exp: New.
23096 * gdb.btrace/data.c: New.
23097 * gdb.btrace/data.exp: New.
23098 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
23099
23100 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23101
23102 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
23103 * gdb.btrace/exception.exp: Update.
23104 * gdb.btrace/instruction_history.exp: Update.
23105 * gdb.btrace/record_goto.exp: Update.
23106 * gdb.btrace/tailcall.exp: Update.
23107 * gdb.btrace/unknown_functions.exp: Update.
23108 * gdb.btrace/delta.exp: New.
23109
23110 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23111
23112 * gdb.btrace/record_goto.exp: Add backtrace test.
23113 * gdb.btrace/tailcall.exp: Add backtrace test.
23114
23115 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23116
23117 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
23118 * gdb.btrace/record_goto.c: New.
23119 * gdb.btrace/record_goto.exp: New.
23120 * gdb.btrace/x86-record_goto.S: New.
23121
23122 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23123
23124 * gdb.btrace/function_call_history.exp: Update tests.
23125 * gdb.btrace/instruction_history.exp: Update tests.
23126
23127 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23128
23129 * gdb.btrace/function_call_history.exp: Fix expected field
23130 order for "record function-call-history".
23131 Add new tests for "record function-call-history /c".
23132 * gdb.btrace/exception.cc: New.
23133 * gdb.btrace/exception.exp: New.
23134 * gdb.btrace/tailcall.exp: New.
23135 * gdb.btrace/x86-tailcall.S: New.
23136 * gdb.btrace/x86-tailcall.c: New.
23137 * gdb.btrace/unknown_functions.c: New.
23138 * gdb.btrace/unknown_functions.exp: New.
23139 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
23140
23141 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23142
23143 * gdb.btrace/instruction_history.exp: Update.
23144 * gdb.btrace/function_call_history.exp: Update.
23145
23146 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23147
23148 * gdb.btrace/function_call_history.exp: Fix expected function
23149 trace.
23150 * gdb.btrace/instruction_history.exp: Initialize traced.
23151 Remove traced_functions.
23152
23153 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23154
23155 * gdb.btrace/function_call_history.exp: Update
23156 * gdb.btrace/instruction_history.exp: Update.
23157
23158 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23159
23160 * gdb.btrace/enable.exp: Update expected text.
23161
23162 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
23163
23164 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
23165 bytes.
23166
23167 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
23168
23169 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
23170
23171 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
23172
23173 * lib/gdb.exp (supports_process_record): Return true for
23174 arm*-linux*. (supports_reverse): Likewise.
23175
23176 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
23177
23178 PR python/15464
23179 PR python/16113
23180 * gdb.python/py-type.c: Enhance test case.
23181 * gdb.python/py-value-cc.cc: Likewise
23182 * gdb.python/py-type.exp: Add new tests.
23183 * gdb.python/py-value-cc.exp: Likewise
23184
23185 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
23186 Pedro Alves <palves@redhat.com>
23187
23188 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
23189 Make "name" extern.
23190 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
23191 references to ${name}_start by references to ${name}.
23192
23193 2014-01-10 Joel Brobecker <brobecker@adacore.com>
23194
23195 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
23196
23197 2014-01-10 Joel Brobecker <brobecker@adacore.com>
23198
23199 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
23200
23201 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
23202 Pedro Alves <palves@redhat.com>
23203
23204 * gdb.mi/mi-info-os.exp: Connect to the target with
23205 mi_gdb_target_load.
23206
23207 2014-01-08 Pedro Alves <palves@redhat.com>
23208
23209 * gdb.threads/reconnect-signal.c: New file.
23210 * gdb.threads/reconnect-signal.exp: New file.
23211
23212 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
23213
23214 * gdb.base/source-dir.exp: New file.
23215
23216 2014-01-07 Joel Brobecker <brobecker@adacore.com>
23217
23218 * gdb.ada/mi_interface: New testcase.
23219
23220 2014-01-07 Joel Brobecker <brobecker@adacore.com>
23221
23222 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
23223 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
23224 gdb.ada/pp-rec-component/pck.ads: New files.
23225
23226 2014-01-07 Joel Brobecker <brobecker@adacore.com>
23227
23228 * gdb.python/py-pp-integral.c: New file.
23229 * gdb.python/py-pp-integral.py: New file.
23230 * gdb.python/py-pp-integral.exp: New file.
23231
23232 For older changes see ChangeLog-1993-2013.
23233 \f
23234 ;; Local Variables:
23235 ;; mode: change-log
23236 ;; left-margin: 8
23237 ;; fill-column: 74
23238 ;; version-control: never
23239 ;; End:
23240
23241 Copyright 2014-2021 Free Software Foundation, Inc.
23242 Copying and distribution of this file, with or without modification,
23243 are permitted provided the copyright notice and this notice are preserved.
This page took 0.524732 seconds and 5 git commands to generate.