]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/testsuite/ChangeLog
Fix temp-dir leakage in per-bfd-sharing.exp
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2021-06-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
2
3 * gdb.dwarf2/per-bfd-sharing.exp: Fix temp-dir leakage.
4
5 2021-06-02 Carl Love <cel@us.ibm.com>
6
7 * gdb.threads/threadapply.c: Add global mybarrier.
8 (main): Add pthread_barrier_init.
9 (thread_function): Replace while loop with myp increment and
10 pthread_barrier_wait.
11
12 2021-06-02 Andrew Burgess <andrew.burgess@embecosm.com>
13
14 * lib/gdb.exp (gdb_compile): Only add the -J option when using a
15 gcc based Fortran compiler, for example, flang does not support
16 this option.
17
18 2021-06-02 Andrew Burgess <andrew.burgess@embecosm.com>
19
20 * lib/fortran.exp (fortran_int8): Escape '*' in pattern.
21
22 2021-06-01 Tom Tromey <tromey@adacore.com>
23
24 * Makefile.in (all): Don't print anything.
25 ($(abs_builddir)/site.exp site.exp): Use $(ECHO_GEN).
26 (expect-read1): Likewise.
27 (read1.so): Use $(ECHO_CC).
28 Include silent-rules.mk.
29
30 2021-06-01 Tom Tromey <tromey@adacore.com>
31
32 * aclocal.m4, configure.ac, configure: Remove.
33 * Makefile.in (EXTRA_RULES): Remove.
34 ($(abs_builddir)/site.exp site.exp): Don't depend on
35 config.status.
36 (distclean maintainer-clean realclean, Makefile): Update.
37 (config.status): Remove target.
38 (lib/pdtrace): New target.
39 (all): Don't depend on EXTRA_RULES.
40 (check-read1): Depend on read1.so, expect-read1.
41
42 2021-06-01 Tom de Vries <tdevries@suse.de>
43
44 PR symtab/26096
45 * gdb.cp/cold-clone.cc: New test.
46 * gdb.cp/cold-clone.exp: New file.
47
48 2021-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
49
50 * gdb.gdb/unittest.c: New file.
51 * gdb.gdb/unittest.exp: Run with and without a binary file loaded
52 into GDB.
53
54 2021-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
55
56 * gdb.base/premature-dummy-frame-removal.c: New file.
57 * gdb.base/premature-dummy-frame-removal.exp: New file.
58 * gdb.base/premature-dummy-frame-removal.py: New file.
59
60 2021-05-27 Simon Marchi <simon.marchi@polymtl.ca>
61
62 * gdb.base/reverse-init-functions.exp: New.
63
64 2021-05-27 Tom de Vries <tdevries@suse.de>
65
66 PR symtab/27919
67 PR testsuite/27920
68 * gdb.dwarf2/dw2-dummy-cu.exp: Use maint expand-symtabs instead of
69 -readnow.
70
71 2021-05-27 Tom de Vries <tdevries@suse.de>
72
73 PR testsuite/27921
74 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Rename to ...
75 (local_add_gdb_index): ... this.
76
77 2021-05-21 Tom de Vries <tdevries@suse.de>
78
79 PR testsuite/25047
80 * boards/cc-with-gnu-debuglink.exp: New file.
81
82 2021-05-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
83
84 * gdb.dwarf2/dw2-inline-with-lexical-scope.c (func): Replace
85 a dead code with an assignment to a global var. Fix a
86 whitespacing problem around an assignment operator.
87
88 2021-05-19 Will Schmidt <will_schmidt@vnet.ibm.com>
89
90 * gdb.arch/powerpc64-prologue.c: New test to exercise prologues
91 for the powerpc64 LE target.
92 * gdb.arch/powerpc-prologue.exp: Test Harness.
93
94 2021-05-19 Andrew Burgess <andrew.burgess@embecosm.com>
95
96 * gdb.guile/scm-pretty-print.exp: Add test names to resolve
97 duplicate test names.
98
99 2021-05-19 Tom de Vries <tdevries@suse.de>
100
101 * gdb.base/info-types.exp.tcl: Scan info types output line-by-line.
102
103 2021-05-17 Simon Marchi <simon.marchi@polymtl.ca>
104
105 * gdb.python/py-framefilter-gdb.py.in: Rename to:
106 * gdb.python/py-framefilter-gdb.py: ... this.
107 * gdb.python/py-framefilter-invalidarg-gdb.py.in: Rename to:
108 * gdb.python/py-framefilter-invalidarg-gdb.py: ... this.
109
110 2021-05-17 Simon Marchi <simon.marchi@polymtl.ca>
111
112 * gdb.python/py-framefilter-gdb.py.in: Re-format.
113 * gdb.python/py-framefilter-invalidarg-gdb.py.in: Re-format.
114
115 2021-05-17 Bhuvanendra Kumar N <Bhuvanendra.KumarN@amd.com>
116
117 * gdb.base/class-allocatable-array.exp: Modified test for clang.
118
119 2021-05-16 Weimin Pan <weimin.pan@oracle.com>
120
121 * gdb.ctf/funcreturn.exp: New file.
122 * gdb.ctf/whatis.c: Copy from gdb.base.
123
124 2021-05-14 Tom Tromey <tom@tromey.com>
125
126 * gdb.rust/pp.exp: New file.
127 * gdb.rust/pp.py: New file.
128 * gdb.rust/pp.rs: New file.
129
130 2021-05-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
131
132 * gdb.base/index-cache.exp: Cleanup $cache_dir/*.gdb-index and
133 remove the directory.
134 * gdb.dwarf2/per-bfd-sharing.exp: Likewise.
135
136 2021-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
137
138 * gdb.python/py-inferior.exp: Add test cases for 'connection_num'.
139
140 2021-05-14 Kent Cheung <kent.cheung@arm.com>
141 Andrew Burgess <andrew.burgess@embecosm.com>
142
143 * gdb.python/py-format-string.c: Added a variable to test.
144 * gdb.python/py-format-string.exp: Check string representation is
145 printed at appropriate max_depth settings.
146 * gdb.python/py-nested-maps.exp: Likewise.
147 * gdb.guile/scm-pretty-print.exp: Add additional tests.
148
149 2021-05-13 Andrew Burgess <andrew.burgess@embecosm.com>
150
151 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Give some tests
152 unique names, also wrap proc body in with_test_prefix.
153
154 2021-05-13 Andrew Burgess <andrew.burgess@embecosm.com>
155
156 * gdb.guile/scm-frame-args.exp: Add with_test_prefix to resolve
157 duplicate test names.
158 * gdb.guile/scm-parameter.exp: Provide test names to avoid
159 duplicate names based on the command being run.
160 * gdb.guile/scm-symbol.exp: Extend test name to make it unique.
161 * gdb.guile/scm-type.exp (restart_gdb): Don't print PASS line when
162 loading a support module.
163 (test_equality): Update test name to match the actual test, making
164 the name unique in the process.
165 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test names
166 to resolve duplicate tests.
167 (test_inferior_function_call): Likewise.
168 (test_subscript_regression): Likewise.
169
170 2021-05-13 Andrew Burgess <andrew.burgess@embecosm.com>
171
172 * lib/guile.exp (gdb_scm_load_file): Use empty test name to
173 silence PASS lines.
174 (gdb_install_guile_module): Likewise.
175
176 2021-05-12 George Barrett <bob@bob131.so>
177
178 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test for
179 value-const-value.
180
181 2021-05-12 George Barrett <bob@bob131.so>
182
183 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test for
184 value-reference-value. Add test for value-rvalue-reference-value.
185
186 2021-05-11 Tom de Vries <tdevries@suse.de>
187
188 * gdb.base/watch_thread_num.exp: Fix "set debug infrun 1" FAILs.
189 Add "set debug infrun 1" commented out.
190
191 2021-05-11 Tom de Vries <tdevries@suse.de>
192
193 * gdb.base/gdb-sigterm.exp: Fix exp_continue regexp.
194
195 2021-05-11 Bhuvanendra Kumar <Bhuvanendra.KumarN@amd.com>
196
197 * gdb.fortran/array-element.exp: Breakpoint location is modified.
198
199 2021-05-10 Lancelot Six <lsix@lancelotsix.com>
200
201 PR gdb/27614
202 * gdb.dwarf2/gdb-add-index-symlink.exp: New test.
203
204 2021-05-10 Andrew Burgess <andrew.burgess@embecosm.com>
205
206 * gdb.guile/guile.exp: Don't use the source directory as a
207 temporary HOME directory.
208
209 2021-05-10 Simon Marchi <simon.marchi@polymtl.ca>
210
211 * gdb.arch/amd64-osabi.exp (test_osabi_none): Use the
212 parameters.
213
214 2021-05-07 Andrew Burgess <andrew.burgess@embecosm.com>
215
216 * gdb.guile/guile.exp: Add an extra test.
217
218 2021-05-07 Andrew Burgess <andrew.burgess@embecosm.com>
219
220 * gdb.base/ptype-offsets.exp: Replace use of send_gdb with
221 gdb_test_no_output.
222
223 2021-05-07 Simon Marchi <simon.marchi@polymtl.ca>
224
225 * Re-format all Python files using black.
226 * gdb.python/py-prettyprint.exp (run_lang_tests): Adjust.
227
228 2021-05-06 Andrew Burgess <andrew.burgess@embecosm.com>
229
230 * gdb.guile/scm-breakpoint.exp (test_watchpoints): Print the
231 watchpoint object before and after registering it with GDB.
232
233 2021-05-06 Andrew Burgess <andrew.burgess@embecosm.com>
234
235 * gdb.guile/scm-breakpoint.exp (test_bkpt_basic): Convert to
236 'proc_with_prefix', remove use of 'with_test_prefix', and
237 reindent.
238 (test_bkpt_deletion): Likewise.
239 (test_bkpt_cond_and_cmds): Likewise.
240 (test_bkpt_invisible): Likewise.
241 (test_watchpoints): Likewise.
242 (test_bkpt_internal): Likewise.
243 (test_bkpt_eval_funcs): Likewise.
244 (test_bkpt_registration): Likewise.
245 (test_bkpt_address): Convert to 'proc_with_prefix'.
246 (test_bkpt_probe): Likewise.
247
248 2021-05-06 Andrew Burgess <andrew.burgess@embecosm.com>
249
250 * gdb.guile/scm-breakpoint.exp (test_bkpt_basic): Extend test
251 names to avoid duplicates.
252 (test_bkpt_cond_and_cmds): Likewise.
253 (test_bkpt_eval_funcs): Likewise.
254
255 2021-05-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
256
257 * gdb.mi/mi-break.exp (test_forced_conditions): Add a test
258 for the -break-condition command's "--force" flag.
259
260 2021-05-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
261
262 * gdb.mi/mi-break.exp (test_forced_conditions): New proc that
263 is called by the test.
264
265 2021-05-05 Tom de Vries <tdevries@suse.de>
266
267 * gdb.threads/detach-step-over.exp: Do exp_continue when encountering
268 "Reading symbols" or "Expanding full symbols" lines. Using timeout
269 factor of 2 for attach.
270
271 2021-05-05 Tom de Vries <tdevries@suse.de>
272
273 * gdb.threads/fork-plus-threads.exp: Handle "New LWP <n>" and
274 "LWP <n> exited" messages.
275
276 2021-05-04 Simon Marchi <simon.marchi@polymtl.ca>
277
278 * gdb.python/py-type.exp (test_fields): Test calling fields on
279 an int type.
280
281 2021-05-04 Simon Marchi <simon.marchi@efficios.com>
282
283 * gdb.python/flexible-array-member.exp: Adjust expected range
284 value for member declared with 0 size. Test accessing range
285 tuple through range type.
286
287 2021-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
288
289 PR testsuite/27788
290 * gdb.python/py-startup-opt.exp (test_python_settings): Change the
291 expected results when environment variable PYTHONDONTWRITEBYTECODE
292 is set.
293
294 2021-04-30 Tom Tromey <tromey@adacore.com>
295
296 * gdb.ada/enum_idx_packed/pck.ads (My_Enum, My_Array_Type)
297 (Confused_Array): New types.
298 * gdb.ada/enum_idx_packed/foo.adb (Confused_Array): New variable.
299 * gdb.ada/enum_idx_packed.exp: Add new tests.
300
301 2021-04-30 Tom de Vries <tdevries@suse.de>
302
303 * gdb.mi/mi-sym-info.exp: Add with_timeout_factor, and increase
304 existing timeout factors.
305
306 2021-04-30 Tom de Vries <tdevries@suse.de>
307
308 * gdb.mi/mi-sym-info.exp: Remove duplicate test.
309
310 2021-04-29 Tom de Vries <tdevries@suse.de>
311
312 PR testsuite/27786
313 * lib/valgrind.exp (vgdb_start): Use set_remotetimeout. Increase
314 remotetimeout to 4.
315
316 2021-04-28 Tom Tromey <tromey@adacore.com>
317
318 * gdb.ada/null_overload.exp: New file.
319 * gdb.ada/null_overload/foo.adb: New file.
320
321 2021-04-28 Andrew Burgess <andrew.burgess@embecosm.com>
322
323 * gdb.python/py-startup-opt.exp: New file.
324
325 2021-04-27 Luis Machado <luis.machado@linaro.org>
326
327 * gdb.base/maint.exp: Drop a pattern that is not needed.
328 * lib/gdb.exp (readnow): Match line-by-line.
329
330 2021-04-27 Luis Machado <luis.machado@linaro.org>
331
332 * gdb.xml/tdesc-reload.exp: Pass -lbl.
333
334 2021-04-27 Michael Weghorn <m.weghorn@posteo.de>
335 Simon Marchi <simon.marchi@polymtl.ca>
336
337 * gdb.python/libpy-autoloaded-pretty-printers-in-newobjfile-event.so-gdb.py: New test.
338 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event-lib.cc: New test.
339 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event-lib.h: New test.
340 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event-main.cc: New test.
341 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event.exp: New test.
342 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event.py: New test.
343
344 2021-04-26 Tom Tromey <tromey@adacore.com>
345
346 PR gdb/27743:
347 * gdb.dwarf2/imported-unit-bp.exp: New file.
348 * gdb.dwarf2/imported-unit-bp-main.c: New file.
349 * gdb.dwarf2/imported-unit-bp-alt.c: New file.
350
351 2021-04-26 Simon Marchi <simon.marchi@polymtl.ca>
352
353 PR gdb/27773
354 * gdb.base/dump.exp: Test dump to non-existent dir.
355
356 2021-04-26 Luis Machado <luis.machado@linaro.org>
357
358 * gdb.arch/aarch64-dbreg-contents.c (set_watchpoint): Fix arch level
359 comparison.
360
361 2021-04-25 Lancelot Six <lsix@lancelotsix.com>
362
363 PR gdb/22640
364 * gdb.base/ptype-offsets.exp: Add tests to verify the behavior
365 of 'ptype/ox' and 'ptype/od'. Check that 'set print type hex'
366 changes the default behavior of 'ptype/o'. Update to take into
367 account new horizontal layout.
368 * gdb.rust/simple.exp: Update ptype test to check new horizontal
369 layout.
370 * gdb.rust/union.exp: Same.
371
372 2021-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
373
374 * gdb.base/info_sources.exp: Add new tests.
375
376 2021-04-22 Tom Tromey <tom@tromey.com>
377
378 * gdb.base/ptype-offsets.cc (struct empty_member): New.
379 (main): Use empty_member.
380 * gdb.base/ptype-offsets.exp: Add new test.
381
382 2021-04-22 Simon Marchi <simon.marchi@polymtl.ca>
383
384 * gdb.python/flexible-array-member.exp: Add check for Python
385 support.
386
387 2021-04-22 Simon Marchi <simon.marchi@polymtl.ca>
388
389 PR gdb/27757
390 * gdb.python/flexible-array-member.c: New test.
391 * gdb.python/flexible-array-member.exp: New test.
392 * gdb.guile/scm-type.exp (test_range): Add test for flexible
393 array member.
394 * gdb.guile/scm-type.c (struct flex_member): New.
395 (main): Use it.
396
397 2021-04-22 Tom Tromey <tom@tromey.com>
398
399 * gdb.rust/modules.exp: Add checks for syntax errors.
400 * gdb.rust/expr.exp: Add checks for syntax errors.
401 * gdb.rust/simple.exp: Add checks for syntax errors.
402
403 2021-04-21 Carl Love <cel@us.ibm.com>
404
405 * gdb.base/valgrind-bt.exp: Add gdb_test "break main".
406 Update expected string for gdb_test "bt".
407
408 * lib/valgrind.exp: Add set remotetimeout 3.
409 Increase vgdb wait from 1 to 2.
410 Add max-invoke-ms option to vgdb command line.
411
412 2021-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
413
414 * gdb.mi/mi-break.exp: Extend with checks for invalid breakpoint
415 conditions.
416
417 2021-04-21 Simon Marchi <simon.marchi@polymtl.ca>
418 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
419
420 * gdb.mi/mi-break.exp: Fix the duplicate test names.
421
422 2021-04-20 Felix Willgerodt <felix.willgerodt@intel.com>
423
424 * gdb.base/address_space_qualifier.exp: New file.
425
426 2021-04-19 Tom Tromey <tromey@adacore.com>
427
428 PR gdb/27742:
429 * gdb.opt/inline-locals.exp: Update kfail patterns.
430
431 2021-04-17 Tom Tromey <tom@tromey.com>
432
433 * gdb.dwarf2/gdb-index-nodebug.exp: New file.
434
435 2021-04-16 Tom Tromey <tom@tromey.com>
436
437 * gdb.rust/simple.exp: Change error text.
438 * gdb.rust/expr.exp: Change error text.
439
440 2021-04-16 Tom Tromey <tom@tromey.com>
441
442 * gdb.rust/simple.exp: Add parens to 'as' test.
443
444 2021-04-16 Simon Marchi <simon.marchi@efficios.com>
445
446 * boards/simavr.exp: Set debug_flags.
447
448 2021-04-16 Luis Machado <luis.machado@linaro.org>
449
450 * gdb.dwarf2/dw2-bfloat16.exp: New file.
451
452 2021-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
453
454 * gdb.python/py-parameter.exp: Give a test a proper name to avoid
455 including a path in the test name.
456
457 2021-04-15 Simon Marchi <simon.marchi@polymtl.ca>
458
459 * gdb.threads/fork-plus-threads.exp: Use foreach_with_prefix.
460
461 2021-04-15 Tom Tromey <tromey@adacore.com>
462
463 * gdb.dwarf2/arr-stride.exp: Add test.
464
465 2021-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
466
467 * gdb.base/startup-file.exp: Add more tests.
468
469 2021-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
470
471 PR cli/25956
472 * gdb.base/early-init-file.c: New file.
473 * gdb.base/early-init-file.exp: New file.
474 * lib/gdb-utils.exp (style): Handle style 'none'.
475
476 2021-04-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
477
478 * gdb.dwarf2/dw2-inline-with-lexical-scope.exp: Use
479 @DW_INL_declared_inlined for the inline attribute.
480
481 2021-04-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
482
483 * gdb.opt/inline-locals.c (scoped): New function.
484 (main): Call 'scoped'.
485 * gdb.opt/inline-locals.exp: Update with "info locals" tests
486 for scoped variables.
487 * gdb.dwarf2/dw2-inline-with-lexical-scope.c: New file.
488 * gdb.dwarf2/dw2-inline-with-lexical-scope.exp: New file.
489
490 2021-04-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
491
492 * lib/dwarf.exp (_location): Recognize DW_OP_fbreg as an op.
493
494 2021-04-12 Will Schmidt <will_schmidt@vnet.ibm.com>
495
496 * gdb.arch/powerpc-vsx-regs.exp: Initialize vs* doublewords.
497
498 2021-04-12 Will Schmidt <will_schmidt@vnet.ibm.com>
499
500 * gdb.arch/powerpc-plxv-nonrel.s: Testcase using
501 non-relative plxv instructions.
502 * gdb.arch/powerpc-plxv-nonrel.exp: Testcase harness.
503
504 2021-03-31 Will Schmidt <will_schmidt@vnet.ibm.com>
505
506 PR gdb/27525
507 * gdb/testsuite/gdb.arch/powerpc-addpcis.exp: Testcase harness to
508 exercise single-stepping over subpcis,lnia,addpcis instructions
509 with displacement.
510 * gdb/testsuite/gdb.arch/powerpc-addpcis.s: Testcase with stream
511 of addpcis/lnia/subpcis instructions.
512 * gdb/testsuite/gdb.arch/powerpc-lnia.exp: Testcase harness to
513 exercise single-stepping over lnia instructions with displacement.
514 * gdb/testsuite/gdb.arch/powerpc-lnia.s: Testcase with stream of
515 lnia instructions.
516
517 2021-03-31 Will Schmidt <will_schmidt@vnet.ibm.com>
518
519 * gdb.arch/powerpc-power10.s: New test for instructions.
520 * gdb.arch/powerpc-power10.exp: Harness to run the test.
521
522 2021-4-12 Carl Love <cel@us.ibm.com>
523
524 * gdb.arch/vsx-vsr-float128.c: New test file.
525 * gdb.arch/vsx-vsr-float128.exp: New expect file.
526
527 2021-04-12 Markus Metzger <markus.t.metzger@intel.com>
528
529 * gdb.btrace/reconnect.exp: Relax expected stepi output.
530
531 2021-04-07 Weimin Pan <weimin.pan@oracle.com>
532
533 * gdb.base/ctf-ptype.c: Add struct link containing a forward
534 reference type.
535 * gdb.base/ctf-ptype.exp: Add "ptype struct link".
536
537 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
538
539 * gdb.fortran/dynamic-ptype-whatis.exp: New file.
540 * gdb.fortran/dynamic-ptype-whatis.f90: New file.
541
542 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
543
544 * gdb.cp/rvalue-ref-params.cc (f3): New function.
545 (f4): New function.
546 (global_int): New global variable.
547 (global_float): Likeiwse.
548 (main): Call both new functions.
549 * gdb.cp/rvalue-ref-params.exp: Add new tests.
550
551 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
552
553 * gdb.dwarf2/fission-relative-dwo.c: New file.
554 * gdb.dwarf2/fission-relative-dwo.exp: New file.
555
556 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
557
558 * gdb.dwarf2/fission-absolute-dwo.c: New file.
559 * gdb.dwarf2/fission-absolute-dwo.exp: New file.
560 * gdb.dwarf2/fission-base.exp: Use build_executable_and_dwo_files
561 instead of build_executable_from_fission_assembler.
562 * gdb.dwarf2/fission-loclists-pie.exp: Likewise.
563 * gdb.dwarf2/fission-loclists.exp: Likewise.
564
565 * gdb.dwarf2/fission-multi-cu.S: Delete file.
566 * gdb.dwarf2/fission-multi-cu.c: New file based on old
567 fission-multi-cu1.c and fission-multi-cu2.c files.
568 * gdb.dwarf2/fission-multi-cu1.c: Delete file.
569 * gdb.dwarf2/fission-multi-cu2.c: Delete file.
570 * gdb.dwarf2/fission-multi-cu.exp: Rewrite to use Dwarf assembler.
571 * gdb.dwarf2/fission-reread.exp: Likewise.
572 * lib/dwarf.exp (extract_dwo_information): New proc.
573 (strip_dwo_information): New proc.
574 (build_executable_and_dwo_files): New proc.
575 (build_executable_from_fission_assembler): Delete.
576 (Dwarf::_debug_addr_index): New variable.
577 (Dwarf::_cu_is_fission): New variable.
578 (Dwarf::_handle_DW_FORM): Handle DW_OP_GNU_addr_index.
579 (Dwarf::_default_form): Supply a default for DW_AT_GNU_addr_base.
580 (Dwarf::_handle_macro_at_range): Use form DW_FORM_GNU_addr_index
581 if this is a fission CU.
582 (Dwarf::_location): Handle DW_OP_GNU_addr_index.
583 (Dwarf::debug_addr_label): New proc.
584 (Dwarf::cu): Initialise _cu_is_fission.
585 (Dwarf::tu): Likewise.
586 (Dwarf::assemble): Initialise _debug_addr_index.
587
588 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
589
590 * gdb.dwarf2/dw2-using-debug-str.exp: Add an additional test.
591
592 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
593
594 * gdb.python/py-parameter.exp: Add test for reading data-directory
595 using gdb.parameter API.
596
597 2021-04-06 Tom de Vries <tdevries@suse.de>
598
599 PR breakpoints/25884
600 * gdb.opt/inline-cmds.exp: Remove kfail.
601
602 2021-04-06 Tom de Vries <tdevries@suse.de>
603
604 PR testsuite/27691
605 * gdb.threads/gcore-thread.exp: Don't call gdb_core_cmd with core
606 file "".
607
608 2021-04-01 Egeyar Bagcioglu <egeyar@gmail.com>
609
610 * lib/pdtrace.in: Fix obvious typo.
611
612 2021-03-31 Tom Tromey <tromey@adacore.com>
613
614 * lib/dwarf.exp (Dwarf::_get_args): New proc.
615 (Dwarf::_location): Use it.
616
617 2021-03-31 Tom de Vries <tdevries@suse.de>
618
619 PR testsuite/27667
620 * lib/gdb.exp (default_gdb_init): Unset DEBUGINFOD_URLS.
621
622 2021-03-30 Simon Marchi <simon.marchi@polymtl.ca>
623
624 PR gdb/27541
625 * gdb.base/index-cache-load-twice.exp: Remove.
626 * gdb.base/index-cache-load-twice.c: Remove.
627 * gdb.dwarf2/per-bfd-sharing.exp: New.
628 * gdb.dwarf2/per-bfd-sharing.c: New.
629
630 2021-03-30 Tom de Vries <tdevries@suse.de>
631
632 PR testsuite/27604
633 * gdb.dwarf2/dw2-cu-size.S: Add missing .debug_abbrev terminator.
634
635 2021-03-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
636
637 * gdb.mi/user-selected-context-sync.exp: Spin on a variable in
638 the infinite loop to avoid a Clang bug.
639
640 2021-03-26 Will Schmidt <will_schmidt@vnet.ibm.com>
641
642 * gdb.arch/powerpc-disassembler-options.exp: Extend some test
643 names for uniqueness.
644 * gdb.arch/powerpc-fpscr-gcore.exp: Add more test names for
645 uniqueness.
646
647 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
648
649 * gdb.python/py-prettyprint.c (struct container): Add 'is_array_p'
650 member.
651 (make_container): Initialise is_array_p.
652 * gdb.python/py-prettyprint.exp: Add new tests.
653 * gdb.python/py-prettyprint.py (ContainerPrinter.display_hint):
654 Check is_array_p and possibly return 'array'.
655
656 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
657
658 * gdb.cp/breakpoint.exp: Extend test names to make them unique.
659 * gdb.cp/casts.exp: Give tests unique names.
660 * gdb.cp/filename.exp: Likewise.
661 * gdb.cp/gdb2495.exp: Likewise.
662 * gdb.cp/mb-ctor.exp: Extend test names to make them unique.
663 * gdb.cp/misc.exp: Rename test to make it unique.
664 * gdb.cp/nsnested.exp: Give tests unique names.
665 * gdb.cp/ovldbreak.exp: Likewise.
666 * gdb.cp/pr17494.exp: Rename test to reflect what is actually
667 being tested. This also removes the duplicate test name.
668 * gdb.cp/ref-types.exp: Likewise.
669 * gdb.cp/temargs.exp: Likewise.
670
671 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
672
673 * gdb.cp/cplusfuncs.exp (test_paddr_operator_functions): Escape
674 square brackets in test.
675
676 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
677
678 * gdb.cp/maint.exp (test_first_component): Run more tests with a
679 variable number of spaces, this removes the duplicate testing of
680 'operator ->' which existed before.
681
682 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
683
684 * gdb.cp/gdb2384.cc (main): Change comments used for breakpoints.
685 * gdb.cp/gdb2384.exp: Change and extend test names to avoid
686 duplicates, and also to avoid having a string inside parentheses
687 at the end of test names.
688
689 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
690
691 * gdb.cp/nsusing.exp: Rewrite test, remove a duplicate test block.
692 Avoid repeated uses of 'runto', and instread just progress once
693 through the test stopping at different breakpoints. Give comments
694 a capital letter and full stop. Give duplicate tests unique names.
695
696 2021-03-25 Pedro Alves <pedro@palves.net>
697
698 * gdb.server/stop-reply-no-thread-multi.exp (run_test): Add
699 "target_non_stop" parameter and use it.
700 (top level): Add "maint set target-non-stop on/off" testing axis.
701
702 2021-03-25 Andrew Burgess <andrew.burgess@embecosm.com>
703
704 * lib/ada.exp (gnat_runtime_has_debug_info): Use -wrap with
705 gdb_test_multiple.
706
707 2021-03-24 Luis Machado <luis.machado@linaro.org>
708
709 * gdb.arch/aarch64-mte.c: New file.
710 * gdb.arch/aarch64-mte.exp: New test.
711 * gdb.base/memtag.c: New file.
712 * gdb.base/memtag.exp: New test.
713 * lib/gdb.exp (supports_memtag): New function.
714
715 2021-03-24 Luis Machado <luis.machado@linaro.org>
716
717 * gdb.base/options.exp: Adjust for new print options.
718 * gdb.base/with.exp: Likewise.
719
720 2021-03-22 Andrew Burgess <andrew.burgess@embecosm.com>
721
722 * gdb.dwarf2/dw2-missing-cu-tag.c: New file.
723 * gdb.dwarf2/dw2-missing-cu-tag.exp: New file.
724
725 2021-03-22 Andrew Burgess <andrew.burgess@embecosm.com>
726
727 * gdb.dwarf2/dw2-using-debug-str.c: New file.
728 * gdb.dwarf2/dw2-using-debug-str.exp: New file.
729 * lib/dwarf.exp (Dwarf::DW_FORM_strp): Create .debug_str section,
730 not .debug_string.
731
732 2021-03-20 Tom Tromey <tom@tromey.com>
733
734 * gdb.base/maint.exp: Update "maint print statistics" output.
735
736 2021-03-19 Kevin Buettner <kevinb@redhat.com>
737
738 * lib/gdbserver-support.exp (gdbserver_exit): Use the
739 "-nowait" flag when waiting for gdbserver to exit.
740
741 2021-03-19 Sourabh Singh Tomar <SourabhSingh.Tomar@amd.com>
742
743 * gdb.base/info-macros.exp: Append -fdebug-macro to
744 additional_flags for clang.
745 * gdb.base/macscp.exp: Likewise.
746 * gdb.base/style.exp: Likewise.
747 * gdb.linespec/macro-relative.exp: Likewise.
748
749 2021-03-17 Simon Marchi <simon.marchi@polymtl.ca>
750 Pedro Alves <pedro@palves.net>
751
752 * gdb.base/run-attach-while-running.exp: New.
753 * gdb.base/run-attach-while-running.c: New.
754
755 2021-03-16 Andrew Burgess <andrew.burgess@embecosm.com>
756
757 * gdb.python/py-framefilter-addr.c: New file.
758 * gdb.python/py-framefilter-addr.exp: New file.
759 * gdb.python/py-framefilter-addr.py: New file.
760
761 2021-03-16 Andrew Burgess <andrew.burgess@embecosm.com>
762
763 * gdb.threads/execl.exp: Remove duplicate 'info threads' test.
764 Make use of $gdb_test_name instead of creating a separate $test
765 variable.
766 * gdb.threads/print-threads.exp: Add a with_test_prefix instead of
767 adding a '($name)' at the end of each test. This also catches the
768 one place where '($name)' was missing, and so caused a duplicate
769 test name.
770 * gdb.threads/queue-signal.exp: Give tests unique names to avoid
771 duplicate test names based on the command being tested.
772 * gdb.threads/signal-command-multiple-signals-pending.exp:
773 Likewise.
774 * lib/gdb.exp (gdb_compile_shlib_pthreads): Tweak test name to
775 avoid duplicate testnames when a test script uses this proc and
776 also gdb_compile_pthreads.
777 * lib/prelink-support.exp (build_executable_own_libs): Use
778 with_test_prefix to avoid duplicate test names when we call
779 build_executable twice.
780
781 2021-03-15 Tom Tromey <tromey@adacore.com>
782
783 * gdb.ada/fixed_points.exp: Add tests of unary + and -.
784
785 2021-03-15 Tom Tromey <tromey@adacore.com>
786
787 * gdb.ada/varsize_limit.exp: Add new test.
788 * gdb.ada/varsize_limit/vsizelim.adb: Update.
789
790 2021-03-15 Tom Tromey <tromey@adacore.com>
791
792 * gdb.ada/operator_call/twovecs.ads: New file.
793 * gdb.ada/operator_call/twovecs.adb: New file.
794 * gdb.ada/operator_call/opcall.adb: New file.
795 * gdb.ada/operator_call.exp: New file.
796
797 2021-03-15 Tom Tromey <tromey@adacore.com>
798
799 * gdb.ada/enums_overload/enums_overload_main.adb: New file.
800 * gdb.ada/enums_overload/enums_overload.ads: New file.
801 * gdb.ada/enums_overload/enums_overload.adb: New file.
802 * gdb.ada/enums_overload.exp: New file.
803
804 2021-03-15 Tom Tromey <tromey@adacore.com>
805
806 * gdb.ada/assign_arr/target_wrapper.ads (IArray, Put, Do_Nothing):
807 Declare.
808 * gdb.ada/assign_arr/target_wrapper.adb: New file.
809 * gdb.ada/assign_arr/main_p324_051.adb (IValue): New variable.
810 Call Put.
811 * gdb.ada/assign_arr.exp: Update.
812
813 2021-03-15 Andrew Burgess <andrew.burgess@embecosm.com>
814
815 * gdb.python/py-auto-load-chaining-f1.c: New file.
816 * gdb.python/py-auto-load-chaining-f1.o-gdb.py: New file.
817 * gdb.python/py-auto-load-chaining-f2.c: New file.
818 * gdb.python/py-auto-load-chaining-f2.o-gdb.py: New file.
819 * gdb.python/py-auto-load-chaining.c: New file.
820 * gdb.python/py-auto-load-chaining.exp: New file.
821
822 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
823
824 * gdb.python/py-bad-printers.exp: Extend test names to make them
825 unique.
826 * gdb.python/py-events.exp: Likewise.
827 * gdb.python/py-finish-breakpoint2.exp: Likewise.
828 * gdb.python/py-frame-inline.exp: Likewise.
829 * gdb.python/py-frame.exp: Likewise.
830 * gdb.python/py-infthread.exp: Likewise.
831
832 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
833
834 * gdb.python/py-value-cc.exp: Remove a duplicate test.
835
836 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
837
838 * gdb.python/lib-types.exp: Update the test to check the correct
839 python variable.
840
841 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
842
843 * gdb.python/py-explore-cc.exp: Extend test names to make them
844 unique.
845
846 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
847
848 * gdb.python/py-lookup-type.exp: Remove duplicate test.
849
850 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
851
852 * gdb.python/py-symtab.exp: Extend test names to make them
853 unique.
854
855 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
856
857 * gdb.python/py-prompt.exp: Add with_test_prefix to make test
858 names unique.
859
860 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
861
862 * gdb.python/py-block.exp: Give tests unique names.
863
864 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
865
866 * gdb.python/py-pp-maint.exp: Extend test names to make them
867 unique.
868
869 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
870
871 * gdb.python/py-explore.exp: Add with_test_prefix to make test
872 names unique.
873
874 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
875
876 * gdb.python/py-finish-breakpoint.exp: Make test names unique.
877
878 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
879
880 * gdb.python/py-strfns.exp: Use with_test_prefix to make test
881 names unique.
882
883 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
884
885 * gdb.python/py-format-string.exp: Use proc_with_prefix to make
886 test names unique.
887
888 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
889
890 * gdb.python/py-mi.exp: Use with_test_prefix to make test names
891 unique.
892
893 2021-03-09 Tom Tromey <tromey@adacore.com>
894
895 * gdb.base/cast-call.exp: New file.
896 * gdb.base/cast-call.c: New file.
897
898 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
899
900 * gdb.gdb/python-helper.exp: New file.
901
902 2020-03-04 Felix Willgerodt <felix.willgerodt@intel.com>
903
904 * gdb.fortran/intrinsics.exp: Add LOC tests.
905
906 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
907
908 * gdb.fortran/shape.exp: New file.
909 * gdb.fortran/shape.f90: New file.
910
911 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
912
913 * gdb.fortran/size.exp: New file.
914 * gdb.fortran/size.f90: New file.
915
916 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
917
918 * gdb.fortran/rank.exp: New file.
919 * gdb.fortran/rank.f90: New file.
920
921 2021-03-08 Tom Tromey <tom@tromey.com>
922
923 * gdb.fortran/debug-expr.exp: Update tests.
924
925 2021-03-08 Tom Tromey <tom@tromey.com>
926
927 * gdb.base/debug-expr.exp: Update expected dump output.
928
929 2021-03-06 Tom Tromey <tom@tromey.com>
930
931 * lib/dwarf.exp (_handle_DW_FORM): Treat DW_FORM_GNU_ref_alt and
932 DW_FORM_GNU_strp_alt like DW_FORM_sec_offset.
933 * gdb.dwarf2/dwznolink.exp: New file.
934
935 2021-03-05 Mark Wielaard <mark@klomp.org>
936
937 * lib/valgrind.exp (vgdb_start): Add --wait=1 to vgdbcmd.
938
939 2021-03-06 Weimin Pan <weimin.pan@oracle.com>
940
941 * gdb.base/ctf-ptype.exp: Add function tests and fix typos.
942
943 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
944
945 * gdb.btrace/rn-dl-bind.exp: Add ldflags=-Wl,-z,lazy.
946
947 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
948
949 * gdb.btrace/non-stop.exp: Adjust expected source lines.
950
951 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
952
953 * gdb.btrace/stepi.exp: Add {} options to prepare_for_testing.
954
955 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
956
957 * gdb.btrace/exception.cc (main): Update test source.
958 * gdb.btrace/exception.exp: Update patterns.
959 * gdb.btrace/function_call_history.exp: Likewise.
960
961 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
962
963 * gdb.btrace/unknown_functions.exp: Move -Wl,-x to ldflags.
964
965 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
966
967 * gdb.btrace/rn-dl-bind.exp: Replace reverse-step with
968 reverse-continue to breakpoint.
969
970 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
971
972 * gdb.btrace/delta.exp: Remove instruction-history and
973 function-call-history checks.
974
975 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
976
977 * README (Note): Add nopie_ldflag.
978 * lib/gdb.exp (gdb_compile): Extend nopie handling.
979
980 2021-03-02 Tom Tromey <tromey@adacore.com>
981
982 * gdb.ada/fixed_points.exp: Remove most special cases for minimal
983 encodings.
984
985 2021-02-27 Lancelot Six <lsix@lancelotix.com>
986
987 PR gdb/27393
988 * gdb.base/source-dir.exp: Test that empty dirnames are skipped.
989
990
991 2021-02-26 Tom Tromey <tom@tromey.com>
992
993 * lib/gdb.exp (skip_ctf_tests): Use expr on result.
994
995 2021-02-26 Jan Vrany <jan.vrany@labware.com>
996
997 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv):
998 Remove trailing \n from expected output.
999
1000 2021-02-26 Markus Metzger <markus.t.metzger@intel.com>
1001
1002 * lib/gdb.exp (use_gdb_stub): Extend comment.
1003
1004 2021-02-25 Jan Matyas <jmatyas@codasip.com>
1005
1006 PR gdb/26819
1007 * gdb.server/stop-reply-no-thread.exp: Add two test
1008 scenarios that cover remote targets which do not have
1009 the concept of threads.
1010
1011 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1012
1013 * gdb.fortran/associated.exp: Add missing '-wrap' argument.
1014
1015 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1016
1017 PR fortran/26155
1018 * gdb.fortran/call-no-debug-func.f90: New file.
1019 * gdb.fortran/call-no-debug-prog.f90: New file.
1020 * gdb.fortran/call-no-debug.exp: New file.
1021
1022 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1023
1024 * gdb.fortran/associated.exp: New file.
1025 * gdb.fortran/associated.f90: New file.
1026
1027 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1028
1029 * gdb.fortran/dot-ops.exp (dot_operations): Test ".xor.".
1030
1031 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1032
1033 * gdb.base/sect-cmd.exp: Update expected results.
1034
1035 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1036
1037 * gdb.base/sect-cmd.exp: Rewrite using modern testsuite
1038 techniques. Enable the test for all targets.
1039
1040 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1041
1042 * gdb.base/maint-info-sections.exp: Add new tests.
1043 (check_maint_info_target_sections_output): New proc.
1044
1045 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1046
1047 * gdb.arch/riscv-default-tdesc.exp: New file.
1048
1049 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1050
1051 * gdb.fortran/pointer-to-pointer.exp: Additional tests.
1052
1053 2021-02-18 Andrew Burgess <andrew.burgess@embecosm.com>
1054
1055 * gdb.arch/i386-biarch-core.exp: Add target check.
1056
1057 2021-02-16 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1058
1059 * gdb.dwarf2/pr13961.S: Corrected invalid DIE references.
1060
1061 2021-02-12 Andrew Burgess <andrew.burgess@embecosm.com>
1062
1063 * gdb.fortran/allocated.exp: New file.
1064 * gdb.fortran/allocated.f90: New file.
1065
1066 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
1067
1068 * gdb.fortran/lbound-ubound.exp: Remove old comment.
1069
1070 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
1071
1072 * gdb.base/maint-info-sections.exp: Update expected output, and
1073 add additional tests. Again.
1074
1075 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
1076
1077 * gdb.base/maint-info-sections.exp: Update expected output, and
1078 add additional tests.
1079
1080 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
1081
1082 * gdb.base/maint-info-sections.exp: New file, content is moved
1083 from gdb.base/maint.exp and cleaned up to use latest testsuite
1084 techniques.
1085 * gdb.base/maint.exp: Tests moved out to
1086 gdb.base/maint-info-sections.exp.
1087
1088 2021-02-10 Simon Marchi <simon.marchi@efficios.com>
1089
1090 * gdb.multi/multi-target.exp.tcl (setup): Add "set sysroot" to
1091 GDBFLAGS.
1092
1093 2021-02-10 Andrew Burgess <andrew.burgess@embecosm.com>
1094
1095 * gdb.fortran/lbound-ubound.F90: New file.
1096 * gdb.fortran/lbound-ubound.exp: New file.
1097
1098 2021-02-10 Tom de Vries <tdevries@suse.de>
1099
1100 * lib/gdb.exp (gdb_load_no_complaints): Remove unnecessary
1101 "Restore saved setting of complaints".
1102
1103 2021-02-09 Tom de Vries <tdevries@suse.de>
1104
1105 PR symtab/27341
1106 * lib/gdb.exp (with_complaints): New proc, factored out of ...
1107 (gdb_load_no_complaints): ... here.
1108 * gdb.fortran/function-calls.exp: Add test-case.
1109
1110 2021-02-09 Abid Qadeer <abidh@codesourcery.com>
1111
1112 * gdb.threads/signal-command-handle-nopass.exp: Call
1113 'standard_testfile' before using 'testfile'.
1114 * gdb.threads/signal-command-multiple-signals-pending.exp: Likewise.
1115 * gdb.threads/signal-delivered-right-thread.exp: Likewise
1116 * gdb.threads/signal-sigtrap.exp: Likewise
1117
1118 2021-02-08 Luis Machado <luis.machado@linaro.org>
1119
1120 * gdb.base/gnu-ifunc.exp (build): Pass -Wl,z,lazy.
1121
1122 2021-02-08 Tom de Vries <tdevries@suse.de>
1123
1124 * gdb.dwarf2/enqueued-cu-base-addr.exp: Fix inter-CU reference.
1125
1126 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1127
1128 * gdb.python/tui-window-disabled.c: New file.
1129 * gdb.python/tui-window-disabled.exp: New file.
1130 * gdb.python/tui-window-disabled.py: New file.
1131
1132 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1133
1134 * gdb.python/tui-window.exp: Add new tests.
1135 * gdb.python/tui-window.py (TestWindow) <__init__>: Store
1136 TestWindow object into global the_window.
1137 <remote_title>: New method.
1138 (delete_window_title): New function.
1139
1140 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1141
1142 * gdb.tui/winheight.exp: Add more tests.
1143
1144 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1145
1146 * gdb.python/py-framefilter.exp: Update expected results.
1147 * gdb.python/python.exp: Update expected results.
1148
1149 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1150
1151 * gdb.tui/scroll.exp: Tighten expected results. Remove comment
1152 about bug in GDB, update expected results, and add more tests.
1153
1154 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1155
1156 * gdb.tui/scroll.exp: New file.
1157 * gdb.tui/tui-layout-asm-short-prog.exp: Update expected results.
1158 * lib/tuiterm.exp (Term::_csi_M): Delete count lines, scroll
1159 remaining lines up.
1160 (Term::check_region_contents): New proc.
1161 (Term::check_box_contents): Use check_region_contents.
1162
1163 2021-02-06 Tom de Vries <tdevries@suse.de>
1164
1165 PR testsuite/26922
1166 * gdb.tui/tui-layout-asm.exp: Ignore whitespace mismatches when
1167 scrolling.
1168
1169 2021-02-05 Tom de Vries <tdevries@suse.de>
1170
1171 PR breakpoints/27313
1172 * gdb.base/catch-syscall.exp: Check that "catch syscall -1" is
1173 rejected.
1174
1175 2021-02-05 Tom de Vries <tdevries@suse.de>
1176
1177 * gdb.dwarf2/main-subprogram.exp: Add KFAIL for PR symtab/24549.
1178 * gdb.fortran/mixed-lang-stack.exp: Same.
1179
1180 2021-02-05 Tom de Vries <tdevries@suse.de>
1181
1182 PR exp/27265
1183 * gdb.base/complex-parts.exp: Add tests.
1184
1185 2021-02-05 Tom de Vries <tdevries@suse.de>
1186
1187 PR symtab/27307
1188 * gdb.dwarf2/clang-debug-names.exp: Check file command warnings.
1189
1190 2021-02-04 Shahab Vahedi <shahab@synopsys.com>
1191
1192 * gdb.xml/tdesc-regs.exp: Use correct core-regs for ARC.
1193
1194 2021-02-03 Pedro Alves <pedro@palves.net>
1195
1196 * gdb.threads/detach-step-over.c: New file.
1197 * gdb.threads/detach-step-over.exp: New file.
1198
1199 2021-02-03 Pedro Alves <pedro@palves.net>
1200
1201 * gdb.threads/attach-non-stop.c: New file.
1202 * gdb.threads/attach-non-stop.exp: New file.
1203
1204 2021-02-02 Lancelot SIX <lsix@lancelotsix.com>
1205
1206 * gdb.base/inferior-noarg.c: New test.
1207 * gdb.base/inferior-noarg.exp: New test.
1208
1209 2021-02-02 Simon Marchi <simon.marchi@polymtl.ca>
1210
1211 * gdb.base/scope.exp: Use proc_with_prefix.
1212
1213 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
1214
1215 * lib/dwarf.exp (rnglists): Add -no-offset-array option to
1216 table proc.
1217 * gdb.dwarf2/rnglists-sec-offset.exp: Add test for
1218 .debug_rnglists table without offset array.
1219 * gdb.dwarf2/loclists-sec-offset.exp: Add test for
1220 .debug_loclists table without offset array.
1221
1222 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
1223
1224 * gdb.dwarf2/rnglists-sec-offset.exp: Add test for DW_AT_ranges
1225 of DW_FORM_sec_offset form plus DW_AT_rnglists_base attribute.
1226 * gdb.dwarf2/loclists-sec-offset.exp: Add test for
1227 DW_AT_location of DW_FORM_sec_offset plus DW_AT_loclists_base
1228 attribute
1229
1230 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
1231
1232 PR gdb/26813
1233 * lib/dwarf.exp (_handle_DW_FORM): Handle DW_FORM_loclistx.
1234 (loclists): New proc.
1235 * gdb.dwarf2/loclists-multiple-cus.c: New.
1236 * gdb.dwarf2/loclists-multiple-cus.exp: New.
1237 * gdb.dwarf2/loclists-sec-offset.c: New.
1238 * gdb.dwarf2/loclists-sec-offset.exp: New.
1239
1240 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
1241
1242 * lib/dwarf.exp (_location): Add parameters.
1243 (_handle_DW_FORM): Adjust.
1244
1245 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
1246
1247 PR gdb/26813
1248 * lib/dwarf.exp (_handle_DW_FORM): Handle DW_FORM_rnglistx.
1249 (cu): Generate header for DWARF 5.
1250 (rnglists): New proc.
1251 * gdb.dwarf2/rnglists-multiple-cus.exp: New.
1252 * gdb.dwarf2/rnglists-sec-offset.exp: New.
1253
1254 2021-02-02 Tom de Vries <tdevries@suse.de>
1255
1256 PR symtab/24620
1257 * gdb.dwarf2/fission-reread.exp: Add test-case.
1258
1259 2021-02-01 Tom de Vries <tdevries@suse.de>
1260
1261 * gdb.dwarf2/fission-base.S: Pass -DDWO=$dwo.
1262 * gdb.dwarf2/fission-loclists-pie.S: Same.
1263 * gdb.dwarf2/fission-loclists.S: Same.
1264 * gdb.dwarf2/fission-multi-cu.S: Same.
1265 * gdb.dwarf2/fission-reread.S: Same.
1266 * gdb.dwarf2/fission-base.exp: Use DWO.
1267 * gdb.dwarf2/fission-loclists-pie.exp: Same.
1268 * gdb.dwarf2/fission-loclists.exp: Same.
1269 * gdb.dwarf2/fission-multi-cu.exp: Same.
1270 * gdb.dwarf2/fission-reread.exp: Same.
1271
1272 2021-01-29 Tom de Vries <tdevries@suse.de>
1273
1274 PR breakpoints/26063
1275 * gdb.dwarf2/dw2-step-out-of-function-no-stmt.c: New test.
1276 * gdb.dwarf2/dw2-step-out-of-function-no-stmt.exp: New file.
1277
1278 2021-01-29 Tom de Vries <tdevries@suse.de>
1279
1280 * gdb.opt/solib-intra-step.exp: Remove state tracking logic.
1281
1282 2021-01-28 Tom de Vries <tdevries@suse.de>
1283
1284 * gdb.arch/i386-gnu-cfi.exp: Capture the position of function gate
1285 in the backtrace, and use that in the rest of the test instead of
1286 hardcoded constant 3. Use "frame" instead of "up" for robustness.
1287
1288 2021-01-28 Tom de Vries <tdevries@suse.de>
1289
1290 * gdb.arch/i386-sse-stack-align.S: Rename g[0-4] to test_g[0-4].
1291 * gdb.arch/i386-sse-stack-align.c: Same.
1292 * gdb.arch/i386-sse-stack-align.exp: Same.
1293
1294 2021-01-28 Andrew Burgess <andrew.burgess@embecosm.com>
1295
1296 * lib/gdb.exp (default_gdb_init): Unset XDG_CONFIG_HOME.
1297
1298 2021-01-28 Tom de Vries <tdevries@suse.de>
1299
1300 * gdb.ada/out_of_line_in_inlined.exp: Use gdb_breakpoint.
1301
1302 2021-01-28 Tom de Vries <tdevries@suse.de>
1303
1304 * gdb.dwarf2/dw2-out-of-range-end-of-seq.exp: Add regexp to
1305 "maint info line-table". Make PASS pattern more specific. Make
1306 FAIL pattern work for -m32.
1307
1308 2021-01-27 Lancelot SIX <lsix@lancelotsix.com>
1309
1310 PR gdb/27133
1311 * gdb.base/ui-redirect.exp: Add test case that ensures that
1312 redirecting both logging and debug does not cause gdb to crash.
1313
1314
1315 2021-01-27 Matthew Malcomson <matthew.malcomson@arm.com>
1316
1317 * gdb.arch/insn-reloc.c: Add tests for BR and BLR.
1318
1319 2021-01-26 Tom de Vries <tdevries@suse.de>
1320
1321 * gdb.threads/killed-outside.exp: Allow regular output.
1322
1323 2021-01-26 Tom de Vries <tdevries@suse.de>
1324
1325 * gdb.opt/solib-intra-step.exp: Handle stepping into thunk.
1326
1327 2021-01-25 Tom de Vries <tdevries@suse.de>
1328
1329 * gdb.dwarf2/dw2-ranges-psym.exp (gdb_load_no_complaints): New proc.
1330 * lib/gdb.exp: Use gdb_load_no_complaints.
1331
1332 2021-01-25 Tom Tromey <tromey@adacore.com>
1333
1334 * gdb.ada/fixed_points.exp: Add regression test.
1335 * gdb.ada/fixed_points/fixed_points.adb (FP5_Var): New variable.
1336 * gdb.ada/fixed_points/pck.adb (Delta5, FP5_Type): New.
1337
1338 2021-01-25 Tom Tromey <tromey@adacore.com>
1339
1340 * gdb.ada/local-enum.exp: Add enumerator resolution test.
1341
1342 2021-01-25 Tom Tromey <tromey@adacore.com>
1343
1344 * gdb.ada/local-enum.exp: New file.
1345 * gdb.ada/local-enum/local.adb: New file.
1346
1347 2021-01-23 Tom Tromey <tom@tromey.com>
1348
1349 * lib/gdb.exp (default_gdb_init): Set INPUTRC to a cached file.
1350
1351 2021-01-22 Bernd Edlinger <bernd.edlinger@hotmail.de>
1352
1353 * gdb.base/line65535.exp: Fix test expectation.
1354
1355 2021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
1356
1357 * lib/gdb.exp (gdb_test_multiple): Remove things related to test
1358 suppression.
1359 (default_gdb_exit): Likewise.
1360 (default_gdb_spawn): Likewise.
1361 (send_gdb): Likewise.
1362 (gdb_expect): Likewise.
1363 (gdb_expect_list): Likewise.
1364 (default_gdb_init): Likewise.
1365 (gdb_suppress_entire_file): Remove.
1366 (gdb_suppress_tests): Remove.
1367 (gdb_stop_suppressing_tests): Remove.
1368 (gdb_clear_suppressed): Remove.
1369 * lib/mi-support.exp (mi_uncatched_gdb_exit): Remove things
1370 related to test suppression.
1371 (default_mi_gdb_start): Likewise.
1372 (mi_gdb_reinitialize_dir): Likewise.
1373 (mi_gdb_test): Likewise.
1374 (mi_run_cmd_full): Likewise.
1375 (mi_runto_helper): Likewise.
1376 (mi_execute_to): Likewise.
1377 * lib/prompt.exp (default_prompt_gdb_start): Likewise.
1378 * gdb.base/bitfields.exp: Likewise.
1379 * gdb.base/bitfields2.exp: Likewise.
1380 * gdb.base/break.exp: Likewise.
1381 * gdb.base/call-sc.exp: Likewise.
1382 * gdb.base/callfuncs.exp: Likewise.
1383 * gdb.base/dfp-test.exp: Likewise.
1384 * gdb.base/endian.exp: Likewise.
1385 * gdb.base/exprs.exp: Likewise.
1386 * gdb.base/funcargs.exp: Likewise.
1387 * gdb.base/hbreak2.exp: Likewise.
1388 * gdb.base/recurse.exp: Likewise.
1389 * gdb.base/scope.exp: Likewise.
1390 * gdb.base/sepdebug.exp: Likewise.
1391 * gdb.base/structs.exp: Likewise.
1392 * gdb.base/until.exp: Likewise.
1393 * gdb.cp/misc.exp: Likewise.
1394
1395 2021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
1396
1397 PR cli/25956
1398 * gdb.base/style.exp (run_style_tests): Add version string test.
1399 (test_startup_version_string): Use version style name.
1400 * lib/gdb-utils.exp (style): Handle version style name.
1401
1402 2021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
1403
1404 * gdb.base/style.exp (limited_style): New proc.
1405 (clean_restart_and_disable): New proc.
1406 (run_style_tests): New proc. Most of the old tests from this file
1407 are now in this proc.
1408 (test_startup_version_string): New proc. Reamining test from the
1409 old file is in this proc.
1410
1411 2021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
1412
1413 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
1414 Adjust to "set debug remote" changes.
1415
1416 2021-01-21 Luis Machado <luis.machado@linaro.org>
1417
1418 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Handle a new error
1419 message.
1420
1421 2021-01-21 Simon Marchi <simon.marchi@polymtl.ca>
1422
1423 * lib/tuiterm.exp (_log, _log_cur): New, use throughout.
1424
1425 2021-01-21 Hannes Domani <ssbssa@yahoo.de>
1426
1427 PR python/19151
1428 * gdb.python/py-breakpoint.exp: Add tests for hardware breakpoints.
1429
1430 2021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
1431
1432 * lib/tuiterm.exp: Rename _cur_x/_cur_y to _cur_col/_cur_row.
1433
1434 2021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
1435
1436 * lib/tuiterm.exp: Add links in comments.
1437
1438 2021-01-20 Tom de Vries <tdevries@suse.de>
1439
1440 * gdb.python/py-format-string.exp: Allow Deriv+$decimal as vtable
1441 offset.
1442
1443 2021-01-20 Tom de Vries <tdevries@suse.de>
1444
1445 * lib/gdb.exp (skip_rust_tests): Skip if multilib_flags contains -m32.
1446
1447 2021-01-20 Sergio Durigan Junior <sergiodj@sergiodj.net>
1448
1449 * gdb.arch/amd64-stap-expressions.S: New file.
1450 * gdb.arch/amd64-stap-expressions.exp: New file.
1451
1452 2021-01-19 Tom de Vries <tdevries@suse.de>
1453
1454 * gdb.base/step-over-syscall.exp: Detect and handle sysenter/int
1455 sequence.
1456
1457 2021-01-19 Tom de Vries <tdevries@suse.de>
1458
1459 * gdb.arch/i386-mpx.c (main): Drop argc/argv parameter.
1460
1461 2021-01-18 Andrew Burgess <andrew.burgess@embecosm.com>
1462
1463 * gdb.fortran/array-slices.exp (run_test): Avoid including
1464 addresses in test names.
1465
1466 2021-01-15 Tom de Vries <tdevries@suse.de>
1467
1468 PR testsuite/26997
1469 * gdb.fortran/array-slices.exp (run_test): Avoid pointer arithmetic
1470 when adding sizeof.
1471
1472 2021-01-14 Tom de Vries <tdevries@suse.de>
1473
1474 PR testsuite/24590
1475 * gdb.base/style.exp: Handle shorter argv in frame command output.
1476
1477 2021-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1478
1479 PR gdb/26819
1480 * gdb.server/stop-reply-no-thread-multi.c: New file.
1481 * gdb.server/stop-reply-no-thread-multi.exp: New file.
1482
1483 2021-01-12 Tom de Vries <tdevries@suse.de>
1484
1485 * gdb.arch/i386-mpx-call.c (have_mpx): Remove.
1486 (main): Remove call to have_mpx.
1487 * gdb.arch/i386-mpx-call.exp: Use have_mpx.
1488 * gdb.arch/i386-mpx-map.c (have_mpx): Remove.
1489 (main): Remote call to have_mpx.
1490 * gdb.arch/i386-mpx-map.exp: Use have_mpx.
1491 * gdb.arch/i386-mpx-sigsegv.c (have_mpx): Remove.
1492 (main): Remove call to have_mpx.
1493 * gdb.arch/i386-mpx-sigsegv.exp: Use have_mpx.
1494 * gdb.arch/i386-mpx-simple_segv.c (have_mpx): Remove.
1495 (main): Remove call to have_mpx.
1496 * gdb.arch/i386-mpx-simple_segv.exp: Use have_mpx.
1497 * gdb.arch/i386-mpx.c (have_mpx): Remove.
1498 (main): Remote call to have_mpx.
1499 * gdb.arch/i386-mpx.exp: Use have_mpx.
1500 * lib/gdb.exp (have_mpx): New proc.
1501
1502 2021-01-12 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
1503
1504 * gdb.arch/aarch64-fp.exp: Modify to test bfloat16 support.
1505
1506 2021-01-12 Tom de Vries <tdevries@suse.de>
1507
1508 * gdb.base/disasm-optim.exp: Require is_amd64_regs_target.
1509
1510 2021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1511
1512 * gdb.fortran/debug-expr.exp: Add new tests.
1513
1514 2021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1515
1516 * gdb.fortran/dot-ops.exp: Add new tests.
1517
1518 2021-01-11 Tom de Vries <tdevries@suse.de>
1519
1520 PR testsuite/26968
1521 * gdb.arch/amd64-stap-three-arg-disp.S: Remove insn modifying $ebx.
1522 Move insn setting $eax to before probe point.
1523
1524 2021-01-09 Tom Tromey <tom@tromey.com>
1525
1526 * gdb.trace/ax.exp: Do not require an "ext".
1527
1528 2021-01-08 Tom Tromey <tromey@adacore.com>
1529
1530 * gdb.ada/voidctx/pck.adb: New file.
1531 * gdb.ada/voidctx/pck.ads: New file.
1532 * gdb.ada/voidctx/voidctx.adb: New file.
1533 * gdb.ada/voidctx.exp: New file.
1534
1535 2021-01-08 Simon Marchi <simon.marchi@polymtl.ca>
1536
1537 PR gdb/27157
1538 * gdb.base/empty-host-env-vars.exp: New test.
1539
1540 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
1541
1542 * gdb.base/completion.exp: Add a new test.
1543
1544 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
1545
1546 * gdb.fortran/intvar-dynamic-types.exp: New file.
1547 * gdb.fortran/intvar-dynamic-types.f90: New file.
1548
1549 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
1550
1551 * gdb.fortran/intvar-array.exp: New file.
1552 * gdb.fortran/intvar-array.f90: New file.
1553
1554 2021-01-07 Tom Tromey <tromey@adacore.com>
1555
1556 * gdb.ada/assign_arr.exp: Add 'others' test.
1557
1558 2021-01-06 Tom Tromey <tromey@adacore.com>
1559
1560 * gdb.ada/fixed_points/pck.ads (Delta4): New constant.
1561 (FP4_Type): New type.
1562 (FP4_Var): New variable.
1563 * gdb.ada/fixed_points/fixed_points.adb: Update.
1564 * gdb.ada/fixed_points.exp: Add tests for binary operators.
1565
1566 2021-01-06 Simon Marchi <simon.marchi@polymtl.ca>
1567
1568 * lib/gdb.exp (gdb_test_sequence): Accept -prompt switch.
1569 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1570 Pass prompt containing debug print to gdb_test_sequence.
1571
1572 2021-01-04 Tom de Vries <tdevries@suse.de>
1573
1574 * gdb.dwarf2/dw2-out-of-range-end-of-seq.exp: New file.
1575
1576 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1577
1578
1579
1580 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1581
1582 * gdb.server/abspath.exp: Append "set sysroot" to GDBFLAGS.
1583 * gdb.server/connect-without-multi-process.exp: Likewise.
1584 * gdb.server/exit-multiple-threads.exp: Likewise.
1585 * gdb.server/ext-attach.exp: Likewise.
1586 * gdb.server/ext-restart.exp: Likewise.
1587 * gdb.server/ext-run.exp: Likewise.
1588 * gdb.server/ext-wrapper.exp: Likewise.
1589 * gdb.server/multi-ui-errors.exp: Likewise.
1590 * gdb.server/no-thread-db.exp: Likewise.
1591 * gdb.server/reconnect-ctrl-c.exp: Likewise.
1592 * gdb.server/run-without-local-binary.exp: Likewise.
1593 * gdb.server/server-kill.exp: Likewise.
1594 * gdb.server/server-run.exp: Likewise.
1595 * gdb.server/solib-list.exp: Likewise.
1596 * gdb.server/stop-reply-no-thread.exp: Likewise.
1597 * gdb.server/wrapper.exp: Likewise.
1598 * gdb.server/sysroot.exp: Increase timeout when testing the
1599 target: sysroot.
1600
1601 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1602
1603 * gdb.server/server-run.exp: Use clean_restart.
1604
1605 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1606
1607 * gdb.server/ext-run.exp: Use clean_restart.
1608
1609 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1610
1611 * gdb.server/stop-reply-no-thread.exp: Use build_executable
1612 instead of prepare_for_testing.
1613
1614 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1615
1616 * gdb.server/solib-list.exp: Use clean_restart.
1617
1618 2021-01-04 Tom de Vries <tdevries@suse.de>
1619
1620 * gdb.base/morestack.c: Remove printf.
1621 * gdb.base/morestack.exp: Don't use -fuse-ld=gold.
1622
1623 2020-12-31 Tom Tromey <tom@tromey.com>
1624
1625 * gdb.rust/simple.exp: Update output for Rust 1.49.
1626
1627 2020-12-31 Bernd Edlinger <bernd.edlinger@hotmail.de>
1628
1629 * gdb.cp/step-and-next-inline.exp: Fix test case.
1630
1631 2020-12-30 Simon Marchi <simon.marchi@polymtl.ca>
1632
1633 * gdb.python/py-frame-args.exp: De-duplicate test names.
1634
1635 2020-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
1636
1637 PR gdb/27059
1638 * gdb.dwarf2/dyn-type-unallocated.c: New file.
1639 * gdb.dwarf2/dyn-type-unallocated.exp: New file.
1640
1641 2020-12-21 Peter Waller <p@pwaller.net>
1642
1643 * gdb.base/style-interp-exec-mi.exp: New.
1644 * gdb.base/style-interp-exec-mi.c: New.
1645
1646 2020-12-21 Simon Marchi <simon.marchi@polymtl.ca>
1647
1648 * gdb.base/list.exp: Replace send_gdb + gdb_expect with
1649 gdb_test. Use proc_with_prefix.
1650
1651 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
1652
1653 * gdb.btrace/exception.exp: Build with nopie.
1654 * gdb.btrace/function_call_history.exp: Likewise.
1655 * gdb.btrace/unknown_functions.exp: Likewise.
1656
1657 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
1658
1659 * gdb.btrace/multi-inferior.exp: Skip if use_gdb_stub.
1660
1661 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
1662
1663 * gdb.python/py-record-btrace.exp: Make test names unique.
1664 * gdb.python/py-record-full.exp: Likewise.
1665
1666 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
1667
1668 * gdb.btrace/data.exp: Make test names unique.
1669 * gdb.btrace/delta.exp: Likewise.
1670 * gdb.btrace/enable.exp: Likewise.
1671 * gdb.btrace/function_call_history.exp: Likewise.
1672 * gdb.btrace/nohist.exp: Likewise.
1673 * gdb.btrace/non-stop.exp: Likewise.
1674 * gdb.btrace/rn-dl-bind.exp: Likewise.
1675 * gdb.btrace/step.exp: Likewise.
1676 * gdb.btrace/stepi.exp: Likewise.
1677 * gdb.btrace/tailcall.exp: Likewise.
1678
1679 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
1680
1681 * gdb.btrace/enable.exp: Update error message.
1682 * gdb.btrace/multi-inferior.exp: Likewise.
1683 * gdb.btrace/reconnect.exp: Likewise.
1684 * gdb.python/py-record-btrace.exp: Likewise.
1685 * gdb.python/py-record-full.exp: Likewise.
1686
1687 2020-12-20 Tom de Vries <tdevries@suse.de>
1688
1689 * lib/gdb.exp (save_target_board_info): New proc.
1690 (gdb_compile_shlib): Use save_target_board_info.
1691
1692 2020-12-19 Tom de Vries <tdevries@suse.de>
1693
1694 * lib/gdb.exp (supports_scalar_storage_order_attribute)
1695 (supports_gnuc): New proc.
1696 * gdb.base/endianity.exp: Define TEST_SSO. Eliminate
1697 test_compiler_info calls. Add unsupported message.
1698 * gdb.base/endianity.c: Use TEST_SSO.
1699
1700 2020-12-19 Hannes Domani <ssbssa@yahoo.de>
1701
1702 PR exp/27070
1703 * gdb.python/compare-enum-type-a.c: New test.
1704 * gdb.python/compare-enum-type-b.c: New test.
1705 * gdb.python/compare-enum-type.exp: New file.
1706 * gdb.python/compare-enum-type.h: New test.
1707
1708 2020-12-18 Hannes Domani <ssbssa@yahoo.de>
1709
1710 * gdb.python/py-format-string.exp: Add tests for address keyword.
1711
1712 2020-12-18 Hannes Domani <ssbssa@yahoo.de>
1713
1714 * gdb.python/py-type.exp: Add tests for TYPE_CODE_METHOD.
1715
1716 2020-12-18 Tom Tromey <tromey@adacore.com>
1717
1718 * gdb.ada/fixed_points.exp: Also run with
1719 -fgnat-encodings=minimal. Update expected output.
1720
1721 2020-12-16 Simon Marchi <simon.marchi@efficios.com>
1722
1723 * gdb.base/async-shell.exp: Enable non-stop through GDBFLAGS.
1724 * gdb.base/continue-all-already-running.exp: Likewise.
1725 * gdb.base/moribund-step.exp: Likewise.
1726 * gdb.base/step-sw-breakpoint-adjust-pc.exp: Likewise.
1727
1728 2020-12-16 Tom de Vries <tdevries@suse.de>
1729
1730 * gdb.base/batch-preserve-term-settings.exp:
1731
1732 2020-12-16 Tom de Vries <tdevries@suse.de>
1733
1734 * lib/gdb.exp (gdb_compile_shlib_1): Factor out of ...
1735 (gdb_compile_shlib): ... here. Filter out PIE-related flags.
1736
1737 2020-12-16 Luis Machado <luis.machado@linaro.org>
1738
1739 * gdb.arch/aarch64-tagged-pointer.c (main): Add a few more
1740 pointer-based memory accesses.
1741 * gdb.arch/aarch64-tagged-pointer.exp: Exercise additional
1742 hw watchpoint cases.
1743
1744 2020-12-15 Rae Kim <rae.kim@gmail.com>
1745
1746 * gdb.base/document.exp: New test.
1747
1748 2020-12-15 Tom Tromey <tromey@adacore.com>
1749
1750 * gdb.base/style.exp: Add deprecation tests.
1751
1752 2020-12-14 Simon Marchi <simon.marchi@polymtl.ca>
1753
1754 * lib/gdb.exp (gdb_test_multiple): Fix typo in doc.
1755
1756 2020-12-14 Mark Wielaard <mark@klomp.org>
1757
1758 * lib/dwarf.exp (Dwarf::_handle_attribute): Handle SPECIAL_expr
1759 specially, set attr_form_comment to the actual FORM string used.
1760
1761 2020-12-14 Mark Wielaard <mark@klomp.org>
1762
1763 * lib/dwarf.exp (Dwarf::_read_constants): Don't set
1764 _constants(SPECIAL_expr) here, but set it...
1765 (Dwarf::cu): ...here based on _cu_version.
1766
1767 2020-12-14 Tom de Vries <tdevries@suse.de>
1768
1769 * lib/gdb.exp (gdb_compile_shlib): Make sure it's not necessary to
1770 pass -fPIC.
1771 * gdb.ada/catch_ex_std.exp: Don't pass -fPIC to gdb_compile_shlib.
1772 * gdb.base/break-probes.exp: Same.
1773 * gdb.base/ctxobj.exp: Same.
1774 * gdb.base/dso2dso.exp: Same.
1775 * gdb.base/global-var-nested-by-dso.exp: Same.
1776 * gdb.base/info-shared.exp: Same.
1777 * gdb.base/jit-reader-simple.exp: Same.
1778 * gdb.base/print-file-var.exp: Same.
1779 * gdb.base/skip-solib.exp: Same.
1780 * gdb.btrace/dlopen.exp: Same.
1781
1782 2020-12-14 Tom de Vries <tdevries@suse.de>
1783
1784 PR testsuite/26963
1785 * lib/gdb.exp (run_on_host): Declare test unsupported if spawn fails.
1786
1787 2020-12-14 Tom de Vries <tdevries@suse.de>
1788
1789 PR testsuite/26962
1790 * gdb.base/solib-corrupted.exp: Handle "'_r_debug' has unknown type;
1791 cast it to its declared type".
1792
1793 2020-12-14 Tom de Vries <tdevries@suse.de>
1794
1795 PR testsuite/26951
1796 * gdb.base/batch-preserve-term-settings.exp: Use "gdb-subshell$ " as
1797 shell prompt.
1798
1799 2020-12-14 Tom Tromey <tromey@adacore.com>
1800
1801 * gdb.ada/nested.exp: Add new tests.
1802 * gdb.ada/nested/hello.adb (Fourth, Fifth): New procedures.
1803
1804 2020-12-14 Tom Tromey <tromey@adacore.com>
1805
1806 * gdb.dwarf2/ada-thick-pointer.exp: New file.
1807
1808 2020-12-14 Tom Tromey <tromey@adacore.com>
1809
1810 * gdb.dwarf2/dw2-fixed-point.exp: Add test for division by zero.
1811
1812 2020-12-13 Tom de Vries <tdevries@suse.de>
1813
1814 PR testsuite/26953
1815 * gdb.base/endianity.exp: Skip tests requiring scalar_storage_order
1816 attribute support if compiler doesn't support it.
1817
1818 2020-12-13 Tom de Vries <tdevries@suse.de>
1819
1820 * lib/gdb.exp (gdb_compile_shlib): Handle ada.
1821 * gdb.ada/catch_ex_std.exp: Use gdb_compile_shlib to compile from
1822 source to shared lib. Add ada to options.
1823
1824 2020-12-13 Tom de Vries <tdevries@suse.de>
1825
1826 * gdb.ada/catch_ex_std.exp: Use gnatmake -bargs and -largs instead of
1827 calling gnatbind and gnatlink.
1828
1829 2020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
1830
1831 * gdb.base/dcache-flush.c: New file.
1832 * gdb.base/dcache-flush.exp: New file.
1833
1834 2020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
1835
1836 * gdb.base/c-linkage-name.exp: Update to use new 'maint flush ...'
1837 commands.
1838 * gdb.base/killed-outside.exp: Likewise.
1839 * gdb.opt/inline-bt.exp: Likewise.
1840 * gdb.perf/gmonster-null-lookup.py: Likewise.
1841 * gdb.perf/gmonster-print-cerr.py: Likewise.
1842 * gdb.perf/gmonster-ptype-string.py: Likewise.
1843 * gdb.python/py-unwind.exp: Likewise.
1844
1845 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1846
1847 * gdb.base/commands.exp: Update expected results.
1848
1849 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1850
1851 PR cli/15104
1852 * gdb.base/commands.exp: Add additional tests.
1853 * gdb.base/completion.exp: Add additional tests.
1854
1855 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1856
1857 * gdb.base/completion.exp: Add additional tests.
1858
1859 2020-12-11 Tom de Vries <tdevries@suse.de>
1860
1861 PR testsuite/26991
1862 * gdb.arch/i386-mpx-call.exp: Don't expect to trigger bounds
1863 violations by setting bounds registers if the bounds are passed in the
1864 Bounds Table.
1865
1866 2020-12-11 Tom de Vries <tdevries@suse.de>
1867
1868 PR testsuite/26954
1869 * gdb.base/float128.exp: Detect and handle no mpfr support.
1870
1871 2020-12-10 Simon Marchi <simon.marchi@efficios.com>
1872
1873 PR gdb/24694
1874 * gdb.multi/multi-arch-exec.c (thread_start, main): Add barrier
1875 calls.
1876
1877 2020-12-10 Tom de Vries <tdevries@suse.de>
1878
1879 PR testsuite/26947
1880 * gdb.tui/new-layout.exp: Don't execute tests with unbalanced curly
1881 braces for tcl 8.5 and earlier.
1882
1883 2020-12-09 Simon Marchi <simon.marchi@efficios.com>
1884
1885 PR 26875, PR 26901
1886 * gdb.base/flexible-array-member.c: New test.
1887 * gdb.base/flexible-array-member.exp: New test.
1888
1889 2020-12-08 Tom de Vries <tdevries@suse.de>
1890
1891 * gdb.arch/amd64-gs_base.exp: Undo commit 67748e0f66, reimplement
1892 using is_amd64_regs_target.
1893
1894 2020-12-08 Tom de Vries <tdevries@suse.de>
1895
1896 * gdb.ada/mi_task_arg.exp: Accept <optimized out> as valid value of
1897 self_id.
1898
1899 2020-12-07 Pedro Alves <pedro@palves.net>
1900
1901 * gdb.base/break-on-linker-gcd-function.exp: Remove unused
1902 'additional_flags' variable.
1903
1904 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1905
1906 * gdb.linespec/explicit.exp: Extend with a test to check completing
1907 '-' after seemingly complete options.
1908
1909 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1910
1911 * gdb.linespec/keywords.exp: Add tests to check positional
1912 flexibility of "-force-condition".
1913
1914 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1915
1916 * gdb.base/bp-cmds-run-with-ex.c: New file.
1917 * gdb.base/bp-cmds-run-with-ex.exp: New file.
1918 * gdb.base/bp-cmds-run-with-ex.gdb: New file.
1919 * gdb.gdb/python-interrupts.exp: Update the call to
1920 'catch_command_errors' with the new argument.
1921 * gdb.gdb/python-selftest.exp: Ditto.
1922
1923 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
1924
1925 * gdb.arch/amd64-disp-step-avx.exp: Adjust pattern.
1926 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
1927 * gdb.threads/non-stop-fair-events.exp: Likewise.
1928
1929 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
1930
1931 * gdb.threads/step-over-exec.exp: New.
1932 * gdb.threads/step-over-exec.c: New.
1933 * gdb.threads/step-over-exec-execd.c: New.
1934 * lib/my-syscalls.S: New.
1935 * lib/my-syscalls.h: New.
1936
1937 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
1938
1939 * lib/dwarf.exp (declare_labels): Use name as text if text is
1940 not provided.
1941
1942 2020-12-04 Tom de Vries <tdevries@suse.de>
1943
1944 PR testsuite/26990
1945 * gdb.arch/amd64-gs_base.exp: Handle -m32 where fs_base and gs_base
1946 are unsupported.
1947
1948 2020-12-04 Tom de Vries <tdevries@suse.de>
1949
1950 * gdb.reverse/insn-reverse.exp: Don't break inside gdb_test_multiple
1951 clause.
1952
1953 2020-12-04 Tom de Vries <tdevries@suse.de>
1954
1955 * gdb.reverse/insn-reverse.exp: Fix count handling.
1956
1957 2020-12-04 Tom de Vries <tdevries@suse.de>
1958
1959 * gdb.reverse/insn-reverse-x86.c: Guard x86_64 assembly with #ifdef
1960 __x86_64__.
1961
1962 2020-12-04 Tom de Vries <tdevries@suse.de>
1963
1964 * gdb.reverse/insn-reverse.c (test_nr): New var.
1965 (usage, parse_args): New function.
1966 (main): Call parse_args. Only run test for test_nr.
1967 * gdb.reverse/insn-reverse.exp: Detect lack of progress in stepi loop
1968 and bail out. Run subtests individually, using an inferior arg
1969 specifying the subtest.
1970
1971 2020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
1972
1973 * gdb.arch/riscv-tdesc-regs.exp: Remove unwanted test.
1974
1975 2020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
1976
1977 * gdb.arch/riscv-tdesc-regs.exp (get_expected_result): New proc,
1978 update test to use this.
1979
1980 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
1981
1982 * gdb.threads/non-ldr-exc-1.exp: Fix indentation.
1983
1984 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
1985
1986 * gdb.threads/non-ldr-exc-1.exp: Use foreach_with_prefix.
1987 (do_test): Don't use with_test_prefix.
1988 * gdb.threads/non-ldr-exc-2.exp: Use foreach_with_prefix.
1989 (do_test): Don't use with_test_prefix.
1990 * gdb.threads/non-ldr-exc-3.exp: Use foreach_with_prefix.
1991 (do_test): Don't use with_test_prefix.
1992 * gdb.threads/non-ldr-exc-4.exp: Use foreach_with_prefix.
1993 (do_test): Don't use with_test_prefix.
1994
1995 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
1996
1997 * gdb.threads/non-ldr-exit.exp: Fix comment.
1998
1999 2020-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
2000
2001 * gdb.xml/maint-xml-dump-03.xml: New file.
2002
2003 2020-11-30 Tom de Vries <tdevries@suse.de>
2004
2005 PR symtab/26905
2006 * gdb.dwarf2/count.exp: Remove kfails.
2007
2008 2020-11-24 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2009
2010 * gdb.base/condbreak-multi-context.exp: Do not hard-code location
2011 indices.
2012
2013 2020-11-24 Joel Brobecker <brobecker@adacore.com>
2014
2015 * gdb.dwarf2/dw2-fixed-point.exp: Fix the expected output of
2016 the "ptype pck__fp1_range_var" test for the module-2 and pascal
2017 languages. Remove the associated setup_xfail.
2018
2019 2020-11-23 Simon Marchi <simon.marchi@efficios.com>
2020
2021 * lib/gdb.exp (gdb_assert): Show error message on error.
2022
2023 2020-11-23 Tom de Vries <tdevries@suse.de>
2024
2025 * gdb.ada/enum_idx_packed.exp: Limit setup_kfail to gnat 9 and 10.
2026 * gdb.ada/mod_from_name.exp: Same.
2027 * gdb.ada/pckd_arr_ren.exp: Same.
2028
2029 2020-11-22 Simon Marchi <simon.marchi@polymtl.ca>
2030
2031 * gdb.base/template.exp: New.
2032 * gdb.base/template.c: New.
2033
2034 2020-11-22 Gary Benson <gbenson@redhat.com>
2035
2036 PR gdb/26905
2037 * gdb.dwarf2/count.exp: Add test for an array whose upper bound
2038 is defined using a DW_AT_count which references another DIE.
2039
2040 2020-11-21 Tom de Vries <tdevries@suse.de>
2041
2042 * gdb.base/vla-ptr.exp: Add XFAIL.
2043
2044 2020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2045
2046 * gdb.fortran/array-slices-bad.exp: New file.
2047 * gdb.fortran/array-slices-bad.f90: New file.
2048 * gdb.fortran/array-slices-sub-slices.exp: New file.
2049 * gdb.fortran/array-slices-sub-slices.f90: New file.
2050 * gdb.fortran/array-slices.exp: Rewrite tests.
2051 * gdb.fortran/array-slices.f90: Rewrite tests.
2052 * gdb.fortran/vla-sizeof.exp: Correct expected results.
2053
2054 2020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2055
2056 * gdb.base/completion.exp: Add new completion tests.
2057
2058 2020-11-18 Simon Marchi <simon.marchi@polymtl.ca>
2059
2060 * gdb.mi/mi-nonstop-exit.exp: Enable non-stop through GDBFLAGS.
2061 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
2062 * gdb.mi/mi-nsintrall.exp: Likewise.
2063 * gdb.mi/mi-nsmoribund.exp: Likewise.
2064 * gdb.mi/mi-nsthrexec.exp: Likewise.
2065 * gdb.mi/mi-watch-nonstop.exp: Likewise.
2066
2067 2020-11-18 Simon Marchi <simon.marchi@polymtl.ca>
2068
2069 * lib/mi-support.exp (mi_run_cmd_full): Use unresovled instead
2070 of perror.
2071
2072 2020-11-18 Joseph Myers <joseph@codesourcery.com>
2073
2074 * lib/mi-support.exp (mi_gdb_file_cmd): Check for case where
2075 $arg.exe exists but $arg does not.
2076
2077 2020-11-17 Gary Benson <gbenson@redhat.com>
2078
2079 * gdb.trace/trace-common.h (x86_trace_dummy): Add
2080 __attribute__ ((used)).
2081
2082 2020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
2083
2084 * gdb.gdb/unittest.exp: Spot 'Running...' lines.
2085
2086 2020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
2087
2088 * gdb.base/completion.exp: Add new tests.
2089
2090 2020-11-16 Tom Tromey <tromey@adacore.com>
2091
2092 * gdb.dwarf2/data-loc.exp: Update expected output. Remove C
2093 tests.
2094
2095 2020-11-15 Joel Brobecker <brobecker@adacore.com>
2096
2097 * gdb.ada/fixed_cmp.exp: Add -fgnat-encodings=minimal testing.
2098 * gdb.dwarf2/dw2-fixed-point.c (pck__fp1_var2): New global.
2099 (main): Add reference to pck__fp1_var2.
2100 * gdb.dwarf2/dw2-fixed-point.exp: Add comparison operator testing.
2101
2102 2020-11-15 Joel Brobecker <brobecker@adacore.com>
2103
2104 * gdb.dwarf2/dw2-fixed-point.exp: Add arithmetic tests.
2105
2106 2020-11-15 Joel Brobecker <brobecker@adacore.com>
2107
2108 * gdb.ada/fixed_points.exp: Add ptype tests.
2109 * gdb.dwarf2/dw2-fixed-point.exp: Likewise.
2110
2111 2020-11-15 Joel Brobecker <brobecker@adacore.com>
2112
2113 * gdb.dwarf2/dw2-fixed-point.exp: Add "print /x" tests.
2114
2115 2020-11-15 Joel Brobecker <brobecker@adacore.com>
2116
2117 * gdb.ada/fixed_cmp.exp: Force compilation to use -fgnat-encodings=all.
2118 * gdb.ada/fixed_points.exp: Add fixed-point variables printing tests.
2119 * gdb.ada/fixed_points/pck.ads, gdb.ada/fixed_points/pck.adb:
2120 New files.
2121 * gdb.ada/fixed_points/fixed_points.adb: Add use of package Pck.
2122
2123 * gdb.dwarf2/dw2-fixed-point.c, gdb.dwarf2/dw2-fixed-point.exp:
2124 New files.
2125
2126 2020-11-14 Andrew Burgess <andrew.burgess@embecosm.com>
2127
2128 PR cli/26879
2129 * gdb.fortran/completion.exp: New file.
2130 * gdb.fortran/completion.f90: New file.
2131
2132 2020-11-12 Joseph Myers <joseph@codesourcery.com>
2133
2134 * lib/gdb.exp (gdb_file_cmd): Check for case where $arg.exe exists
2135 but $arg does not.
2136
2137 2020-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
2138
2139 * gdb.fortran/types.exp: Add more tests.
2140
2141 2020-11-12 Tom Tromey <tom@tromey.com>
2142
2143 PR rust/26799:
2144 * gdb.rust/traits.exp: Remove kfails.
2145
2146 2020-11-12 Gary Benson <gbenson@redhat.com>
2147
2148 * gdb.threads/tls-so_extern_main.c (tls_ptr): Add missing return
2149 statement.
2150
2151 2020-11-11 Simon Marchi <simon.marchi@efficios.com>
2152
2153 * gdb.base/continue-after-aborted-step-over.exp: Add "breakpoint
2154 always-inserted" axis.
2155 (do_test): Add breakpoint_always_inserted parameter.
2156
2157 2020-11-10 Tom Tromey <tromey@adacore.com>
2158
2159 * gdb.ada/bias.exp: Update.
2160 * gdb.ada/bias/bias.adb (X): Change value.
2161
2162 2020-11-10 Gary Benson <gbenson@redhat.com>
2163
2164 * gdb.base/vla-optimized-out.exp (p sizeof (a)): Wrap supplied
2165 regexp fragment in parentheses to prevent false matching.
2166
2167 2020-11-10 Gary Benson <gbenson@redhat.com>
2168
2169 * gdb.base/vla-optimized-out.c (f1): Add __attribute__ ((weak)).
2170
2171 2020-11-10 Gary Benson <gbenson@redhat.com>
2172
2173 * gdb.cp/step-and-next-inline.exp: Only require
2174 -gstatement-frontiers when building with GCC.
2175 Only setup KFAIL's for GCC issues when using
2176 a GCC-built executable.
2177
2178 2020-11-06 Andrew Burgess <andrew.burgess@embecosm.com>
2179
2180 * gdb.base/debug-expr.c: Add extra function to allow for an
2181 additional test.
2182 * gdb.base/debug-expr.exp (test_debug_expr): Delete, replace calls
2183 to this proc with gdb_test_debug_expr. Add an extra test.
2184 * gdb.cp/debug-expr.exp (test_debug_expr): Delete, replace calls
2185 to this proc with gdb_test_debug_expr, give the tests names
2186 * gdb.dlang/debug-expr.exp (test_debug_expr): Delete, replace
2187 calls to this proc with gdb_test_debug_expr, give the tests names
2188 * gdb.fortran/debug-expr.exp: New file.
2189 * gdb.fortran/debug-expr.f90: New file.
2190 * lib/gdb.exp (gdb_test_debug_expr): New proc.
2191
2192 2020-11-06 Simon Marchi <simon.marchi@efficios.com>
2193
2194 * lib/dwarf.exp (ranges): Handle "base" and "range" as
2195 proceduresu.
2196 * gdb.dwarf/dw2-bad-elf.exp: Adjust.
2197 * gdb.dwarf2/dw2-inline-many-frames.exp: Adjust.
2198 * gdb.dwarf2/dw2-inline-stepping.exp: Adjust.
2199 * gdb.dwarf2/dw2-ranges-base.exp: Adjust.
2200 * gdb.dwarf2/dw2-ranges-func.exp: Adjust.
2201 * gdb.dwarf2/dw2-ranges-overlap.exp: Adjust.
2202 * gdb.dwarf2/dw2-ranges-psym.exp: Adjust.
2203 * gdb.dwarf2/enqueued-cu-base-addr.exp: Adjust.
2204
2205 2020-11-04 Tom Tromey <tromey@adacore.com>
2206
2207 * gdb.ada/funcall_ref.exp: Update.
2208 * gdb.ada/var_rec_arr.exp: Update.
2209
2210 2020-11-04 Tom Tromey <tromey@adacore.com>
2211
2212 * gdb.ada/rec_ptype.exp: New file.
2213 * gdb.ada/rec_ptype/main.adb: New file.
2214 * gdb.ada/rec_ptype/p.ads: New file.
2215
2216 2020-11-04 Tom Tromey <tromey@adacore.com>
2217
2218 * gdb.ada/tick_length_array_enum_idx.exp: Add ptype test.
2219 * gdb.ada/tick_length_array_enum_idx/foo_n207_004.adb
2220 (PT_Full): New variable.
2221 * gdb.ada/tick_length_array_enum_idx/pck.adb
2222 (Full_PT): New type.
2223
2224 2020-11-04 Tom Tromey <tromey@adacore.com>
2225
2226 * gdb.ada/array_of_variant.exp: New file.
2227 * gdb.ada/array_of_variant/p.adb: New file.
2228 * gdb.ada/array_of_variant/pck.ads: New file.
2229 * gdb.ada/array_of_variant/pck.adb: New file.
2230
2231 2020-11-04 Tom Tromey <tromey@adacore.com>
2232
2233 * gdb.ada/enum_idx_packed.exp: Add test.
2234 * gdb.ada/enum_idx_packed/foo.adb (Multi_Access):
2235 New variable.
2236 * gdb.ada/enum_idx_packed/pck.ads (Short)
2237 (Multi_Dimension, Multi_Dimension_Access): New types.
2238
2239 2020-11-04 Tom Tromey <tromey@adacore.com>
2240
2241 * gdb.ada/enum_idx_packed.exp: Test two forms of -fgnat-encodings.
2242
2243 2020-11-04 Tom Tromey <tromey@adacore.com>
2244
2245 * gdb.ada/set_pckd_arr_elt.exp: Also test
2246 -fgnat-encodings=minimal. Add tests.
2247 * gdb.ada/set_pckd_arr_elt/foo.adb (Foo): Add VA variable.
2248 Call Update_Small a second time.
2249 * gdb.ada/set_pckd_arr_elt/pck.adb (New_Variant): New function.
2250 * gdb.ada/set_pckd_arr_elt/pck.ads (Buffer, Variant)
2251 (Variant_Access): New types.
2252 (New_Variant): Declare.
2253
2254 2020-11-04 Tom Tromey <tromey@adacore.com>
2255
2256 * gdb.ada/mod_from_name.exp: Test printing slice.
2257
2258 2020-11-04 Tom Tromey <tromey@adacore.com>
2259
2260 * gdb.ada/O2_float_param.exp: Test different -fgnat-encodings
2261 values.
2262 * gdb.ada/access_to_unbounded_array.exp: Test different
2263 -fgnat-encodings values.
2264 * gdb.ada/big_packed_array.exp: Test different -fgnat-encodings
2265 values.
2266 * gdb.ada/arr_enum_idx_w_gap.exp: Test different -fgnat-encodings
2267 values.
2268 * gdb.ada/array_ptr_renaming.exp: Test different -fgnat-encodings
2269 values.
2270 * gdb.ada/array_of_variable_length.exp: Test different
2271 -fgnat-encodings values.
2272 * gdb.ada/arrayparam.exp: Test different -fgnat-encodings values.
2273 * gdb.ada/arrayptr.exp: Test different -fgnat-encodings values.
2274 * gdb.ada/frame_arg_lang.exp: Revert -fgnat-encodings=minimal
2275 change.
2276 * gdb.ada/mi_string_access.exp: Test different -fgnat-encodings
2277 values.
2278 * gdb.ada/mod_from_name.exp: Test different -fgnat-encodings values.
2279 * gdb.ada/out_of_line_in_inlined.exp: Test different
2280 -fgnat-encodings values.
2281 * gdb.ada/packed_array.exp: Test different -fgnat-encodings
2282 values.
2283 * gdb.ada/pckd_arr_ren.exp: Test different -fgnat-encodings
2284 values.
2285 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Test different
2286 -fgnat-encodings values.
2287 * gdb.ada/variant_record_packed_array.exp: Test different
2288 -fgnat-encodings values.
2289
2290 2020-11-04 Tom Tromey <tromey@adacore.com>
2291
2292 * gdb.ada/enum_idx_packed.exp: Add tests.
2293 * gdb.ada/enum_idx_packed/foo.adb: Add variables.
2294 * gdb.ada/enum_idx_packed/pck.adb: Add functions.
2295 * gdb.ada/enum_idx_packed/pck.ads: Add types, function
2296 declarations.
2297
2298 2020-11-03 Tom de Vries <tdevries@suse.de>
2299
2300 * lib/dwarf.exp (Dwarf::_handle_DW_TAG): Improve attribute list
2301 terminator comments.
2302 (Dwarf::cu, Dwarf::tu): Remove superfluous abbreviation table
2303 terminator.
2304
2305 2020-11-02 Simon Marchi <simon.marchi@polymtl.ca>
2306
2307 * gdb.base/step-over-no-symbols.exp (test_step_over): Replace
2308 integer format test with regexp.
2309
2310 2020-11-02 Gary Benson <gbenson@redhat.com>
2311
2312 * gdb.base/print-file-var.exp (test): Separate compiler and
2313 linker options, and build using build_executable_from_specs
2314 to accommodate this.
2315
2316 2020-11-02 Gary Benson <gbenson@redhat.com>
2317
2318 * lib/gdb.exp (gdb_compile): Inhibit passing "-x c++"
2319 for .c files compiled as C++ with Clang if any shared
2320 libraries are specified.
2321
2322 2020-11-02 Gary Benson <gbenson@redhat.com>
2323
2324 * lib/attributes.h: New header.
2325 * gdb.base/backtrace.c: Include the above. Replace
2326 __attribute__(noclone)) with ATTRIBUTE_NOCLONE.
2327 * gdb.base/infcall-nested-structs.c: Likewise.
2328 * gdb.base/vla-optimized-out.c: Likewise.
2329
2330 2020-11-02 Tom de Vries <tdevries@suse.de>
2331
2332 * gdb.dwarf2/fission-multi-cu.S: Remove .debug_line.dwo section.
2333
2334 2020-11-01 Joel Brobecker <brobecker@adacore.com>
2335
2336 * gdb.ada/fixed_points/fixed_points.adb: Replace use of
2337 System.Min_Int and System.Max_Int with smaller hardcoded
2338 constants.
2339
2340 2020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
2341
2342 * configure.ac: Split AC_INIT into AC_INIT and AC_CONFIG_SRCDIR.
2343 * configure: Re-generate.
2344
2345 2020-10-30 Simon Marchi <simon.marchi@efficios.com>
2346
2347 * gdb.arch/amd64-disp-step-avx.exp: Update displaced step debug
2348 expected output.
2349
2350 2020-10-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2351
2352 * gdb.base/paginate-after-ctrl-c-running.exp: Update with no pagination
2353 behavior.
2354 * gdb.base/paginate-bg-execution.exp: Ditto.
2355 * gdb.base/paginate-inferior-exit.exp: Ditto.
2356 * gdb.base/double-prompt-target-event-error.c: Remove.
2357 * gdb.base/double-prompt-target-event-error.exp: Remove.
2358
2359 2020-10-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2360
2361 * gdb.base/kill-detach-inferiors-cmd.exp: Check that 'kill
2362 inferiors' and 'detach inferiors' do not change the current
2363 inferior.
2364
2365 2020-10-29 Tom de Vries <tdevries@suse.de>
2366
2367 * gdb.threads/tls.exp: Fix DUPLICATEs.
2368
2369 2020-10-28 Tom de Vries <tdevries@suse.de>
2370
2371 * gdb.python/py-symbol.exp: Add KFAILs for -readnow.
2372
2373 2020-10-28 Tom de Vries <tdevries@suse.de>
2374
2375 * gdb.ada/exec_changed.exp: Add KFAILs for -readnow.
2376 * gdb.base/reread.exp: Same.
2377
2378 2020-10-28 Tom de Vries <tdevries@suse.de>
2379
2380 * lib/gdb.exp (readnow): Handle arg.
2381 * gdb.rust/traits.exp: Add KFAILs for -readnow.
2382
2383 2020-10-28 Tom de Vries <tdevries@suse.de>
2384
2385 * gdb.base/relocate.exp: Update regexp for -readnow.
2386
2387 2020-10-28 Tom de Vries <tdevries@suse.de>
2388
2389 * gdb.dwarf2/dw2-error.exp: Mark failure break in main as known with
2390 -readnow.
2391
2392 2020-10-28 Tom de Vries <tdevries@suse.de>
2393
2394 PR symtab/26772
2395 * gdb.dwarf2/dw2-ranges-overlap.c: New test.
2396 * gdb.dwarf2/dw2-ranges-overlap.exp: New file.
2397
2398 2020-10-28 Tom de Vries <tdevries@suse.de>
2399
2400 * lib/gdb.exp (gdb_file_cmd): Set gdb_file_cmd_msg.
2401 * gdb.cp/nsalias.exp: Set complaints limit before file cmd. Expect
2402 complaint during file command for -readnow.
2403
2404 2020-10-28 Tom de Vries <tdevries@suse.de>
2405
2406 * gdb.cp/nsalias.exp: Fix typo in test name.
2407
2408 2020-10-28 Tom de Vries <tdevries@suse.de>
2409
2410 * gdb.dwarf2/dw2-filename.exp: Update regexp for -readnow.
2411
2412 2020-10-28 Tom de Vries <tdevries@suse.de>
2413
2414 * gdb.dwarf2/dw2-stack-boundary.exp: KFAILing the complaints for
2415 -readnow.
2416
2417 2020-10-27 Tom de Vries <tdevries@suse.de>
2418
2419 * gdb.base/multi-forks.exp: Use exp_continue to fix timeout.
2420
2421 2020-10-27 Tom de Vries <tdevries@suse.de>
2422
2423 * gdb.base/maint.exp: Update for -readnow.
2424
2425 2020-10-27 Tom de Vries <tdevries@suse.de>
2426
2427 * gdb.cp/psymtab-parameter.exp: Don't expect unexpanded CU for
2428 -readnow.
2429
2430 2020-10-14 Gary Benson <gbenson@redhat.com>
2431
2432 * gdb.python/py-format-string.exp (test_deref_refs): Treat
2433 "_vptr$Base" as correct, in addition to "_vptr.Base".
2434 (test_mixed): Likewise.
2435
2436 2020-10-27 Gary Benson <gbenson@redhat.com>
2437
2438 * gdb.mi/mi-fortran-modules.exp: Check skip_fortran_tests.
2439 * gdb.mi/mi-vla-fortran.exp: Likewise. Also fix a comment.
2440
2441 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2442
2443 * gdb.base/condbreak.exp: Update the completion tests to
2444 consider the '-force' flag.
2445
2446 2020-10-27 Tom de Vries <tdevries@suse.de>
2447
2448 * gdb.base/list-ambiguous-readnow.exp: New file.
2449
2450 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2451
2452 * gdb.base/condbreak-multi-context.exp: Expand to test forcing
2453 the condition.
2454 * gdb.linespec/cpcompletion.exp: Update to consider the
2455 '-force-condition' keyword.
2456 * gdb.linespec/explicit.exp: Ditto.
2457 * lib/completion-support.exp: Ditto.
2458
2459 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2460
2461 * gdb.base/condbreak-multi-context.cc: New file.
2462 * gdb.base/condbreak-multi-context.exp: New file.
2463
2464 2020-10-26 Tom Tromey <tom@tromey.com>
2465
2466 * lib/mi-support.exp (default_mi_gdb_start): Call
2467 gdb_stdin_log_init.
2468 * lib/gdb.exp (standard_output_file_with_gdb_instance): Don't
2469 subtract one from gdb_instances.
2470 (gdb_stdin_log_write): Flush in_file.
2471
2472 2020-10-26 Tom de Vries <tdevries@suse.de>
2473
2474 * gdb.dwarf2/enqueued-cu-base-addr.exp: New file.
2475
2476 2020-10-26 Tom Tromey <tromey@adacore.com>
2477
2478 * gdb.ada/unsigned_range/foo.adb: New file.
2479 * gdb.ada/unsigned_range/pack.adb: New file.
2480 * gdb.ada/unsigned_range/pack.ads: New file.
2481 * gdb.ada/unsigned_range.exp: New file.
2482
2483 2020-10-26 Tom de Vries <tdevries@suse.de>
2484
2485 * lib/gdb.exp (INTERNAL_GDBFLAGS): Set heigth and width.
2486
2487 2020-10-26 Tom de Vries <tdevries@suse.de>
2488
2489 * gdb.dwarf2/dw2-objfile-overlap-inner.S: Specify default base address
2490 for CU.
2491 * gdb.dwarf2/dw2-objfile-overlap-outer.S: Same.
2492
2493 2020-10-23 Tom de Vries <tdevries@suse.de>
2494
2495 * lib/dwarf.exp (Dwarf::_guess_form): Return "" by default instead of
2496 DW_FORM_string.
2497 (Dwarf::_default_form): New proc.
2498 (Dwarf::_handle_DW_TAG): Use _default_form. Error out if no form was
2499 guessed.
2500
2501 2020-10-23 Tom de Vries <tdevries@suse.de>
2502
2503 * gdb.dwarf2/ada-linkage-name.exp: Use $srcfile for DW_AT_name of CU.
2504 * gdb.dwarf2/atomic-type.exp: Same.
2505 * gdb.dwarf2/bad-regnum.exp: Same.
2506 * gdb.dwarf2/cpp-linkage-name.exp: Same.
2507 * gdb.dwarf2/dw2-align.exp: Same.
2508 * gdb.dwarf2/dw2-bad-elf.exp: Same.
2509 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
2510 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
2511 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
2512 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
2513 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
2514 * gdb.dwarf2/enum-type.exp: Same.
2515 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Same.
2516 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
2517 * gdb.dwarf2/main-subprogram.exp: Same.
2518 * gdb.dwarf2/missing-type-name.exp: Same.
2519 * gdb.dwarf2/nonvar-access.exp: Same.
2520 * gdb.dwarf2/typedef-void-finish.exp: Same.
2521 * gdb.dwarf2/var-access.exp: Same.
2522 * gdb.dwarf2/void-type.exp: Same.
2523
2524 2020-10-22 Simon Marchi <simon.marchi@polymtl.ca>
2525
2526 PR gdb/26693
2527 * gdb.dwarf2/template-specification-full-name.exp: New test.
2528
2529 2020-10-22 Luis Machado <luis.machado@linaro.org>
2530
2531 * gdb.base/msym-bp-shl.exp (test_break): Adjust pattern to not
2532 expected an offset from the function.
2533 * gdb.base/msym-bp.exp (test): Likewise.
2534
2535 2020-10-22 Andrew Burgess <andrew.burgess@embecosm.com>
2536
2537 * gdb.fortran/array-slices.exp: Add a new test.
2538
2539 2020-10-21 Gary Benson <gbenson@redhat.com>
2540
2541 * gdb.mi/mi-fullname-deleted.exp: Fix substituted
2542 fullname test with Clang. Also expand comments generally.
2543
2544 2020-10-20 Tom de Vries <tdevries@suse.de>
2545
2546 * gdb.dwarf2/pr13961.S: Remove superfluous end-of-siblings marker.
2547
2548 2020-10-20 Tom de Vries <tdevries@suse.de>
2549
2550 * gdb.dwarf2/arr-stride.c: Remove.
2551 * gdb.dwarf2/arr-stride.exp: Use main.c.
2552 * gdb.dwarf2/arr-subrange.c: Remove.
2553 * gdb.dwarf2/arr-subrange.exp: Use main.c.
2554 * gdb.dwarf2/bad-regnum.c: Remove.
2555 * gdb.dwarf2/bad-regnum.exp: Use main.c.
2556 * gdb.dwarf2/corrupt.c: Remove.
2557 * gdb.dwarf2/corrupt.exp: Use main.c.
2558 * gdb.dwarf2/dw2-bad-elf.c: Remove.
2559 * gdb.dwarf2/dw2-bad-elf.exp: Use main.c.
2560 * gdb.dwarf2/dw2-icycle.c: Remove.
2561 * gdb.dwarf2/dw2-icycle.exp: Use main.c.
2562 * gdb.dwarf2/formdata16.c: Remove.
2563 * gdb.dwarf2/formdata16.exp: Use main.c.
2564 * gdb.dwarf2/implptrconst.c: Remove.
2565 * gdb.dwarf2/implptrconst.exp: Use main.c.
2566 * gdb.dwarf2/info-locals-optimized-out.c: Remove.
2567 * gdb.dwarf2/info-locals-optimized-out.exp: Use main.c.
2568 * gdb.dwarf2/opaque-type-lookup.c: Remove.
2569 * gdb.dwarf2/opaque-type-lookup.exp: Use main.c.
2570
2571 2020-10-20 Tom de Vries <tdevries@suse.de>
2572
2573 * gdb.dwarf2/ada-valprint-error.exp: Remove redundant mention of .exp
2574 file.
2575 * gdb.dwarf2/dw2-dir-file-name.exp: Same.
2576
2577 2020-10-20 Tom de Vries <tdevries@suse.de>
2578
2579 * gdb.dwarf2/dw2-error.exp: Use $gdb_test_file_name.
2580 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
2581 * gdb.dwarf2/dw2-main-no-line-number.exp: Same.
2582 * gdb.dwarf2/dw2-ranges-base.exp: Same.
2583 * gdb.dwarf2/dw2-ranges.exp: Same.
2584 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
2585 * gdb.dwarf2/var-access.exp: Same.
2586
2587 2020-10-19 Tom Tromey <tromey@adacore.com>
2588
2589 PR tui/26719
2590 * gdb.tui/list.exp: Check source window contents after focus
2591 change.
2592
2593 2020-10-17 Tom de Vries <tdevries@suse.de>
2594
2595 PR symtab/26317
2596 * gdb.dwarf2/dw2-main-no-line-number.exp: New file.
2597
2598 2020-10-17 Tom de Vries <tdevries@suse.de>
2599
2600 * lib/gdb.exp (standard_testfile): Also treat args starting with '-'
2601 as suffix.
2602 * gdb.dwarf2/atomic.c: Rename to ...
2603 * gdb.dwarf2/atomic-type.c: ... this.
2604 * gdb.dwarf2/dw2-ranges2.c: Rename to ...
2605 * gdb.dwarf2/dw2-ranges-2.c: ... this.
2606 * gdb.dwarf2/dw2-ranges3.c: Rename to ...
2607 * gdb.dwarf2/dw2-ranges-3.c: ... this.
2608 * gdb.dwarf2/fission-mix2.c: Rename to ...
2609 * gdb.dwarf2/fission-mix-2.c: ... this.
2610 * gdb.dwarf2/ada-linkage-name.exp: Use more suffix args for
2611 standard_testfile.
2612 * gdb.dwarf2/ada-valprint-error.exp: Same.
2613 * gdb.dwarf2/arr-stride.exp: Same.
2614 * gdb.dwarf2/arr-subrange.exp: Same.
2615 * gdb.dwarf2/atomic-type.exp: Same.
2616 * gdb.dwarf2/bad-regnum.exp: Same.
2617 * gdb.dwarf2/break-inline-psymtab.exp: Same.
2618 * gdb.dwarf2/clang-debug-names-2.exp: Same.
2619 * gdb.dwarf2/clang-debug-names.exp: Same.
2620 * gdb.dwarf2/comp-unit-lang.exp: Same.
2621 * gdb.dwarf2/corrupt.exp: Same.
2622 * gdb.dwarf2/count.exp: Same.
2623 * gdb.dwarf2/cpp-linkage-name.exp: Same.
2624 * gdb.dwarf2/data-loc.exp: Same.
2625 * gdb.dwarf2/dw2-align.exp: Same.
2626 * gdb.dwarf2/dw2-bad-elf.exp: Same.
2627 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
2628 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
2629 * gdb.dwarf2/dw2-case-insensitive.exp: Same.
2630 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Same.
2631 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
2632 * gdb.dwarf2/dw2-inline-many-frames.exp: Same.
2633 * gdb.dwarf2/dw2-inline-param.exp: Same.
2634 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
2635 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
2636 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
2637 * gdb.dwarf2/dw2-is-stmt.exp: Same.
2638 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
2639 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
2640 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
2641 * gdb.dwarf2/dw2-param-error.exp: Same.
2642 * gdb.dwarf2/dw2-ranges-base.exp: Same.
2643 * gdb.dwarf2/dw2-ranges.exp: Same.
2644 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
2645 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
2646 * gdb.dwarf2/dw4-sig-types.exp: Same.
2647 * gdb.dwarf2/dynarr-ptr.exp: Same.
2648 * gdb.dwarf2/enum-type.exp: Same.
2649 * gdb.dwarf2/fission-mix.exp: Same.
2650 * gdb.dwarf2/formdata16.exp: Same.
2651 * gdb.dwarf2/implptrconst.exp: Same.
2652 * gdb.dwarf2/implptrpiece.exp: Same.
2653 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
2654 * gdb.dwarf2/main-subprogram.exp: Same.
2655 * gdb.dwarf2/method-ptr.exp: Same.
2656 * gdb.dwarf2/missing-sig-type.exp: Same.
2657 * gdb.dwarf2/nonvar-access.exp: Same.
2658 * gdb.dwarf2/opaque-type-lookup.exp: Same.
2659 * gdb.dwarf2/shortpiece.exp: Same.
2660 * gdb.dwarf2/staticvirtual.exp: Same.
2661 * gdb.dwarf2/subrange.exp: Same.
2662 * gdb.dwarf2/symtab-producer.exp: Same.
2663 * gdb.dwarf2/typedef-void-finish.exp: Same.
2664 * gdb.dwarf2/var-access.exp: Same.
2665 * gdb.dwarf2/variant.exp: Same.
2666 * gdb.dwarf2/void-type.exp: Same.
2667 * gdb.dwarf2/dw2-ranges-psym.exp: Same. Use main.c instead of
2668 dw2-ranges-main.c.
2669 * gdb.dwarf2/dw2-ranges-main.c: Remove.
2670
2671 2020-10-16 Tom de Vries <tdevries@suse.de>
2672
2673 * lib/gdb.exp (gdb_breakpoint): Remove mention of "passfail".
2674
2675 2020-10-16 Tom de Vries <tdevries@suse.de>
2676
2677 * lib/gdb.exp (gdb_breakpoint): Handle eof as in gdb_test_multiple.
2678
2679 2020-10-14 Tom de Vries <tdevries@suse.de>
2680
2681 PR testsuite/26732
2682 * gdb.ada/mi_catch_ex.exp: Do mi_delete_breakpoints before running
2683 scenario 2.
2684 * gdb.ada/mi_catch_ex_hand.exp: Same.
2685
2686 2020-10-13 Pedro Alves <pedro@palves.net>
2687
2688 * lib/mi-support.exp (mi_clean_restart): New.
2689 (mi_run_to_main): Delete.
2690 All callers adjust to use mi_clean_restart / mi_runto_main.
2691
2692 2020-10-13 Pedro Alves <pedro@palves.net>
2693
2694 * config/monitor.exp: Use "list -q".
2695 * gdb.arch/gdb1558.exp: Use "break -q".
2696 * gdb.arch/i386-permbkpt.exp: Use "break -q".
2697 * gdb.arch/i386-prologue-skip-cf-protection.exp: Use "break -q".
2698 * gdb.base/break.exp: Use "break -q", "list -q" and "tbreak -q".
2699 * gdb.base/commands.exp: Use "break -q".
2700 * gdb.base/condbreak.exp: Use "break -q".
2701 * gdb.base/ctf-ptype.exp: Use "list -q".
2702 * gdb.base/define.exp: Use "break -q".
2703 * gdb.base/del.exp: Use "break -q".
2704 * gdb.base/fullname.exp: Use "break -q".
2705 * gdb.base/hbreak-in-shr-unsupported.exp: Use "hbreak -q".
2706 * gdb.base/hbreak-unmapped.exp: Use "hbreak -q".
2707 * gdb.base/hbreak2.exp: Use "hbreak -q" and "list -q".
2708 * gdb.base/hw-sw-break-same-address.exp: Use "break -q" and
2709 "hbreak -q".
2710 * gdb.base/included.exp: Use "list -q".
2711 * gdb.base/label.exp: Use "break -q".
2712 * gdb.base/lineinc.exp: Use "break -q".
2713 * gdb.base/list.exp: Use "list -q".
2714 * gdb.base/macscp.exp: Use "list -q".
2715 * gdb.base/pending.exp: Use "break -q".
2716 * gdb.base/prologue-include.exp: Use "break -q".
2717 * gdb.base/ptype.exp: Use "list -q".
2718 * gdb.base/sepdebug.exp: Use "break -q", "list -q" and "tbreak -q".
2719 * gdb.base/server-del-break.exp: Use "break -q".
2720 * gdb.base/style.exp: Use "break -q".
2721 * gdb.base/symbol-without-target_section.exp: Use "list -q".
2722 * gdb.base/watchpoint-reuse-slot.exp: Use "hbreak -q".
2723 * gdb.cp/exception.exp: Use "tbreak -q".
2724 * gdb.dwarf2/dw2-error.exp: Use "break -q".
2725 * gdb.dwarf2/fission-mix.exp: Use "break -q".
2726 * gdb.dwarf2/fission-reread.exp: Use "break -q".
2727 * gdb.dwarf2/pr13961.exp: Use "break -q".
2728 * gdb.linespec/explicit.exp: Use "list -q".
2729 * gdb.linespec/linespec.exp: Use "break -q".
2730 * gdb.mi/mi-simplerun.exp: Use "--qualified".
2731 * gdb.python/py-mi-objfile-gdb.py: Use "list -q".
2732 * gdb.server/bkpt-other-inferior.exp: Use "break -q".
2733 * gdb.server/connect-without-multi-process.exp: Use "break -q".
2734 * gdb.trace/change-loc.exp: Use "break -q".
2735 * gdb.trace/pending.exp: Use "break -q".
2736 * gdb.tui/basic.exp: Use "list -q".
2737 * gdb.tui/list-before.exp: Use "list -q".
2738 * gdb.tui/list.exp: Use "list -q".
2739 * lib/gdb.exp (gdb_has_argv0): Use "break -q".
2740
2741 2020-10-13 Pedro Alves <pedro@palves.net>
2742
2743 * gdb.base/ui-redirect.exp: Expect "break -qualified main" in
2744 saved breakpoints file.
2745 * gdb.guile/scm-breakpoint.exp: Expect "-qualified main" when
2746 inspecting breakpoint list.
2747 * lib/gdb.exp (runto_main): Add "qualified" to options.
2748 * lib/mi-support.exp (mi_runto_helper): Add 'qualified' parameter,
2749 and handle it.
2750 (mi_runto_main): Pass 1 as qualified argument.
2751
2752 2020-10-13 Pedro Alves <pedro@palves.net>
2753
2754 * lib/mi-support.exp (mi_runto_main): New proc.
2755 (mi_run_to_main): Use it.
2756 * gdb.mi/mi-catch-cpp-exceptions.exp: Likewise.
2757 * gdb.mi/mi-var-cmd.exp: Likewise.
2758 * gdb.mi/mi-var-invalidate.exp: Likewise.
2759 * mi-var-list-children-invalid-grandchild.exp: Likewise.
2760 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
2761 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2762 * gdb.mi/user-selected-context-sync.exp: Likewise.
2763 * gdb.opt/inline-cmds.exp: Likewise.
2764 * gdb.python/py-framefilter-mi.exp: Likewise.
2765 * gdb.python/py-mi.exp: Likewise.
2766
2767 2020-10-13 Pedro Alves <pedro@palves.net>
2768
2769 * gdb.ada/fun_in_declare.exp: Use "runto_main" instead of
2770 "runto main".
2771 * gdb.ada/small_reg_param.exp: Likewise.
2772 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2773 * gdb.base/annota1.exp: Likewise.
2774 * gdb.base/anon.exp: Likewise.
2775 * gdb.base/breakpoint-in-ro-region.exp: Likewise.
2776 * gdb.base/dprintf-non-stop.exp: Likewise.
2777 * gdb.base/dprintf.exp: Likewise.
2778 * gdb.base/gdb11530.exp: Likewise.
2779 * gdb.base/gdb11531.exp: Likewise.
2780 * gdb.base/gnu_vector.exp: Likewise.
2781 * gdb.base/interrupt-noterm.exp: Likewise.
2782 * gdb.base/memattr.exp: Likewise.
2783 * gdb.base/step-over-syscall.exp: Likewise.
2784 * gdb.base/watch-cond-infcall.exp: Likewise.
2785 * gdb.base/watch-read.exp: Likewise.
2786 * gdb.base/watch-vfork.exp: Likewise.
2787 * gdb.base/watch_thread_num.exp: Likewise.
2788 * gdb.base/watchpoint-stops-at-right-insn.exp: Likewise.
2789 * gdb.guile/scm-frame-inline.exp: Likewise.
2790 * gdb.linespec/explicit.exp: Likewise.
2791 * gdb.opt/inline-break.exp: Likewise.
2792 * gdb.python/py-frame-inline.exp: Likewise.
2793 * gdb.reverse/break-precsave.exp: Likewise.
2794 * gdb.reverse/break-reverse.exp: Likewise.
2795 * gdb.reverse/consecutive-precsave.exp: Likewise.
2796 * gdb.reverse/consecutive-reverse.exp: Likewise.
2797 * gdb.reverse/finish-precsave.exp: Likewise.
2798 * gdb.reverse/finish-reverse.exp: Likewise.
2799 * gdb.reverse/fstatat-reverse.exp: Likewise.
2800 * gdb.reverse/getresuid-reverse.exp: Likewise.
2801 * gdb.reverse/i386-precsave.exp: Likewise.
2802 * gdb.reverse/i386-reverse.exp: Likewise.
2803 * gdb.reverse/i386-sse-reverse.exp: Likewise.
2804 * gdb.reverse/i387-env-reverse.exp: Likewise.
2805 * gdb.reverse/i387-stack-reverse.exp: Likewise.
2806 * gdb.reverse/insn-reverse.exp: Likewise.
2807 * gdb.reverse/machinestate-precsave.exp: Likewise.
2808 * gdb.reverse/machinestate.exp: Likewise.
2809 * gdb.reverse/pipe-reverse.exp: Likewise.
2810 * gdb.reverse/readv-reverse.exp: Likewise.
2811 * gdb.reverse/recvmsg-reverse.exp: Likewise.
2812 * gdb.reverse/rerun-prec.exp: Likewise.
2813 * gdb.reverse/s390-mvcle.exp: Likewise.
2814 * gdb.reverse/solib-precsave.exp: Likewise.
2815 * gdb.reverse/solib-reverse.exp: Likewise.
2816 * gdb.reverse/step-precsave.exp: Likewise.
2817 * gdb.reverse/step-reverse.exp: Likewise.
2818 * gdb.reverse/time-reverse.exp: Likewise.
2819 * gdb.reverse/until-precsave.exp: Likewise.
2820 * gdb.reverse/until-reverse.exp: Likewise.
2821 * gdb.reverse/waitpid-reverse.exp: Likewise.
2822 * gdb.reverse/watch-precsave.exp: Likewise.
2823 * gdb.reverse/watch-reverse.exp: Likewise.
2824 * gdb.threads/kill.exp: Likewise.
2825 * gdb.threads/tid-reuse.exp: Likewise.
2826
2827 2020-10-13 Simon Marchi <simon.marchi@polymtl.ca>
2828
2829 PR gdb/26642
2830 * gdb.base/maint-target-async-off.c: New test.
2831 * gdb.base/maint-target-async-off.exp: New test.
2832
2833 2020-10-13 Alan Modra <amodra@gmail.com>
2834
2835 * gdb.arch/powerpc-altivec.s,
2836 * gdb.arch/powerpc-power7.s,
2837 * gdb.arch/powerpc-power8.s,
2838 * gdb.arch/powerpc-power9.s,
2839 * gdb.arch/powerpc-vsx.s,
2840 * gdb.arch/powerpc-vsx2.s: Remove duplicate instructions.
2841 * gdb.arch/powerpc-altivec.exp,
2842 * gdb.arch/powerpc-power7.exp,
2843 * gdb.arch/powerpc-power8.exp,
2844 * gdb.arch/powerpc-power9.exp,
2845 * gdb.arch/powerpc-vsx.exp,
2846 * gdb.arch/powerpc-vsx2.exp: Likewise, and update expected
2847 disassembly of mfvsrd/mtvsrd.
2848
2849 2020-10-13 Alan Modra <amodra@gmail.com>
2850
2851 * gdb.arch/arm-disassembler-options.exp: Adjust expected
2852 "target architecture" output.
2853 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2854 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
2855 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
2856 * gdb.arch/s390-disassembler-options.exp: Likewise.
2857
2858 2020-10-12 Pedro Alves <pedro@palves.net>
2859
2860 PR exp/26602
2861 PR c++/26550
2862 * gdb.cp/ambiguous.cc (marker1): Delete.
2863 (main): Initialize all the fields of the locals. Replace marker1
2864 call with a "set breakpoint here" marker.
2865 * gdb.cp/ambiguous.exp: Modernize. Use gdb_continue_to_breakpoint
2866 instead of running to marker1. Add tests printing all the
2867 variables and all the fields of the variables.
2868 (test_ambiguous): New proc, expecting the new GDB output when a
2869 field access is ambiguous. Change all "warning: X ambiguous"
2870 tests to use it.
2871
2872 2020-10-12 Gary Benson <gbenson@redhat.com>
2873
2874 * gdb.base/msym-bp.c (foo): Add __attribute__ ((used)).
2875 * gdb.base/msym-bp-2.c (foo): Likewise.
2876 * gdb.base/msym-lang.c (foo): Likewise.
2877 * gdb.base/msym-lang-main.c (foo): Likewise.
2878 * gdb.base/symtab-search-order-1.c (static_global): Likewise.
2879 * gdb.guile/scm-pretty-print.c (eval_func): Likewise.
2880 * gdb.mi/mi-sym-info-1.c (global_f1): Likewise.
2881 * gdb.mi/mi-sym-info-2.c (global_f1, var1, var2): Likewise.
2882 * gdb.multi/watchpoint-multi-exit.c (globalvar): Likewise.
2883 * gdb.python/py-as-string.c (enum_valid, enum_invalid): Likewise.
2884 * gdb.python/py-objfile.c (static_var): Likewise.
2885 * gdb.python/py-symbol.c (rr): Likewise.
2886 * gdb.python/py-symbol-2.c (anon, rr): Likewise.
2887 * gdb.mi/mi-sym-info.exp (lineno1, lineno2): Updated.
2888
2889 2020-10-11 Andrew Burgess <andrew.burgess@embecosm.com>
2890
2891 * gdb.fortran/mixed-lang-stack.exp (run_tests): Update expected
2892 output of backtrace.
2893
2894 2020-10-09 Tom Tromey <tromey@adacore.com>
2895
2896 * gdb.ada/scalar_storage/storage.adb (Another_Range): New type.
2897 (Rec): Add field. Fix range.
2898 * gdb.ada/scalar_storage.exp: Update.
2899
2900 2020-10-09 Hannes Domani <ssbssa@yahoo.de>
2901
2902 PR exp/26714
2903 * gdb.base/printcmds.exp: Add tests for void results.
2904
2905 2020-10-09 Jan Vrany <jan.vrany@labware.com>
2906
2907 * gdb.mi/mi-cmd-param-changed.exp: Check that notification is
2908 is emmited for both 'set directories' and 'directory' commands.
2909
2910 2020-10-08 Tom Tromey <tom@tromey.com>
2911
2912 * gdb.base/style.exp: Check that "main"'s name is styled.
2913
2914 2020-10-07 Tom Tromey <tromey@adacore.com>
2915
2916 * gdb.base/find.exp: Rename some tests.
2917
2918 2020-10-06 Gary Benson <gbenson@redhat.com>
2919
2920 * gdb.base/list0.c (unused): Add __attribute__ ((used)).
2921 * gdb.base/list1.c (unused): Likewise.
2922
2923 2020-10-06 Gary Benson <gbenson@redhat.com>
2924
2925 * gdb.base/list-ambiguous0.c (ambiguous_var): Add
2926 __attribute__ ((used)).
2927 * gdb.base/list-ambiguous1.c (ambiguous_var): Likewise.
2928
2929 2020-10-06 Andrew Burgess <andrew.burgess@embecosm.com>
2930
2931 * gdb.base/m32r.ld: Remove SEARCH_DIR line. Add MEMORY regions,
2932 make use of regions throughout.
2933 * gdb.base/overlays.exp: Enclose string with variableds in "..",
2934 not {...}.
2935 * gdb.base/ovlymgr.c: Add 'string.h' and 'stdlib.h' includes.
2936
2937 2020-10-05 Hannes Domani <ssbssa@yahoo.de>
2938
2939 * gdb.base/call-sc.c: Fix return struct on stack test case.
2940 * gdb.base/call-sc.exp: Likewise.
2941
2942 2020-10-02 Gary Benson <gbenson@redhat.com>
2943
2944 * README: Fix "paralell".
2945
2946 2020-09-30 Gary Benson <gbenson@redhat.com>
2947
2948 * gdb.dwarf2/dw2-double-set-die-type.S (.Ldie_3e0):
2949 Convert directive to lowercase.
2950 (.Labbrev1_begin): Add missing label.
2951 (abbrev code 0x1): Remove DW_AT_stmt_list.
2952 (.Ldie_b): Likewise.
2953
2954 2020-09-27 Tom Tromey <tom@tromey.com>
2955
2956 * gdb.tui/new-layout.exp: Use with_test_prefix.
2957
2958 2020-09-26 Gareth Rees <grees@undo.io> (tiny change)
2959
2960 PR python/26586
2961 * gdb.python/python.exp: add test cases for the from_tty
2962 argument to gdb.execute.
2963
2964 2020-09-25 Gary Benson <gbenson@redhat.com>
2965
2966 * gdb.base/infcall-nested-structs.exp.tcl: Add
2967 additional_flags=-Wno-tautological-compare for C++
2968 tests when compiling using Clang.
2969
2970 2020-09-25 Gary Benson <gbenson@redhat.com>
2971
2972 * lib/gdb.exp (gdb_compile): Pass "-x c++" earlier, and only
2973 for .c files.
2974
2975 2020-09-24 Tom Tromey <tromey@adacore.com>
2976
2977 PR tui/26638:
2978 * gdb.tui/list.exp: Check output of "focus next".
2979
2980 2020-09-23 Tom Tromey <tom@tromey.com>
2981
2982 * gdb.dwarf2/intbits.exp: New file.
2983 * gdb.dwarf2/intbits.c: New file.
2984
2985 2020-09-20 Pedro Alves <pedro@palves.net>
2986
2987 * lib/mi-support.exp (mi_uncatched_gdb_exit) Switch to the main
2988 spawn_id before calling remote_close. Close secondary MI channel.
2989
2990 2020-09-20 Pedro Alves <pedro@palves.net>
2991
2992 * gdb.base/testenv.exp (find_env): Bail out if printing 'envp[$i]'
2993 fails.
2994
2995 2020-09-19 Andrew Burgess <andrew.burgess@embecosm.com>
2996
2997 * gdb.fortran/array-slices.exp: Update expected results.
2998 * gdb.fortran/class-allocatable-array.exp: Likewise.
2999 * gdb.fortran/multi-dim.exp: Likewise.
3000 * gdb.fortran/vla-type.exp: Likewise.
3001 * gdb.mi/mi-vla-fortran.exp: Likewise.
3002
3003 2020-09-18 Victor Collod <vcollod@nvidia.com>
3004
3005 PR gdb/26635
3006 * gdb.arch/amd64-prologue-skip-cf-protection.exp: Make the test
3007 compatible with i386, and move it to...
3008 * gdb.arch/i386-prologue-skip-cf-protection.exp: ... here.
3009 * gdb.arch/amd64-prologue-skip-cf-protection.c: Move to...
3010 * gdb.arch/i386-prologue-skip-cf-protection.c: ... here.
3011
3012 2020-09-18 Pedro Alves <pedro@palves.net>
3013
3014 PR gdb/26631
3015 * gdb.multi/multi-target-thread-find.exp: New file.
3016
3017 2020-09-18 Pedro Alves <pedro@palves.net>
3018
3019 * gdb.multi/multi-target-continue.exp: New file, factored out from
3020 multi-target.exp.
3021 * gdb.multi/multi-target-info-inferiors.exp: New file, factored out from
3022 multi-target.exp.
3023 * gdb.multi/multi-target-interrupt.exp: New file, factored out from
3024 multi-target.exp.
3025 * gdb.multi/multi-target-no-resumed.exp: New file, factored out from
3026 multi-target.exp.
3027 * gdb.multi/multi-target-ping-pong-next.exp: New file, factored out from
3028 multi-target.exp.
3029 * gdb.multi/multi-target.exp.tcl: New file, factored out from
3030 multi-target.exp.
3031 * gdb.multi/multi-target.exp: Delete.
3032
3033 2020-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
3034
3035 * gdb.fortran/array-slices.exp: Add missing message data.
3036
3037 2020-09-17 Pedro Alves <pedro@palves.net>
3038
3039 * gdb.cp/call-c-1.c (foo) [__cplusplus]: Add extern "C".
3040
3041 2020-09-17 Pedro Alves <pedro@palves.net>
3042
3043 * gdb.python/py-frame-inline.exp: Adjust to optionally expect a
3044 full prototype.
3045
3046 2020-09-17 Pedro Alves <pedro@palves.net>
3047
3048 * gdb.python/py-as-string.c: Add cast.
3049
3050 2020-09-17 Pedro Alves <pedro@palves.net>
3051
3052 * gdb.base/sizeof.c (fill): Add cast.
3053
3054 2020-09-17 Pedro Alves <pedro@palves.net>
3055
3056 * gdb.base/share-env-with-gdbserver.c (main): Add cast.
3057
3058 2020-09-17 Pedro Alves <pedro@palves.net>
3059
3060 * gdb.base/prologue.c [__cplusplus] (marker): Explicitly specify
3061 linkage name.
3062 * gdb.base/prologue.exp: Use print /d.
3063 * gdb.base/symbol-alias.exp: Handle C++ output.
3064 * gdb.base/symbol-alias2.c: Handle C++ output.
3065 [__cplusplus] (func): Explicitly specify linkage name.
3066
3067 2020-09-17 Pedro Alves <pedro@palves.net>
3068
3069 * gdb.python/py-nested-maps.c (struct key_t): Rename to...
3070 (struct my_key_t): ... this. Adjust all references.
3071 (struct value_t): Rename to ...
3072 (struct my_value_t): ... this. Adjust all references.
3073 (create_map, add_map_element, create_map_map)
3074 (add_map_map_element): Add casts.
3075
3076 2020-09-17 Pedro Alves <pedro@palves.net>
3077
3078 * gdb.python/py-framefilter-mi.c (funca): Add casts.
3079 * gdb.python/py-framefilter.c.c (funca, func2): Add casts.
3080
3081 2020-09-17 Pedro Alves <pedro@palves.net>
3082
3083 * gdb.mi/var-cmd.c (do_anonymous_type_tests): Add cast.
3084
3085 2020-09-17 Pedro Alves <pedro@palves.net>
3086
3087 * gdb.base/exprs.c: Replace 'this' with 'self' throughout.
3088 * gdb.base/ptype.c: : Replace 'this' with 'self' throughout.
3089 (charfoo, intfoo): Define full prototype.
3090 * gdb.base/ptype1.c (charfoo): Define full prototype.
3091 * gdb.base/setvar.c: Replace 'this' with 'self' throughout.
3092 * gdb.base/whatis.c: Replace 'this' with 'self' throughout.
3093
3094 2020-09-17 Pedro Alves <pedro@palves.net>
3095
3096 * gdb.base/charset.c [__cplusplus] (wchar_t, char16_t, char32_t):
3097 Don't define.
3098 (utf_32_string): Compile for both C and C++.
3099 * gdb.base/charset.exp: Use "print /d".
3100
3101 2020-09-17 Pedro Alves <pedro@palves.net>
3102
3103 * gdb.base/watchpoint.c (buf): Make it 31 bytes.
3104 (nullptr): Rename to ...
3105 (null_ptr): ... this.
3106 * gdb.base/watchpoint.exp: Adjust to rename.
3107
3108 2020-09-17 Pedro Alves <pedro@palves.net>
3109
3110 * gdb.base/printcmds.c (three, flag_enum_without_zero)
3111 (three_not_flag): Add casts.
3112
3113 2020-09-17 Pedro Alves <pedro@palves.net>
3114
3115 * gdb.base/examine-backward.c (Barrier, TestStrings): Now unsigned
3116 char array.
3117 (main): Add references to Barrier, TestStrings, TestStringsH and
3118 TestStringsW.
3119 * gdb.base/examine-backward.exp: Issue "set print asm-demangle on"
3120 and expect a full prototype in C++.
3121
3122 2020-09-17 Pedro Alves <pedro@palves.net>
3123
3124 * gdb.base/nested-addr.c (main): Add cast.
3125 * gdb.base/nested-addr.exp: Use "print /d".
3126
3127 2020-09-17 Pedro Alves <pedro@palves.net>
3128
3129 * gdb.base/break.exp (func): New. Use it throughout when
3130 expecting a function name.
3131
3132 2020-09-17 Pedro Alves <pedro@palves.net>
3133
3134 * gdb.base/display.exp: Issue "set print asm-demangle on".
3135
3136 2020-09-17 Pedro Alves <pedro@palves.net>
3137
3138 * gdb.base/find.c: Include <string.h>.
3139 (init_bufs): Add cast.
3140 * gdb.base/find.exp: Issue "set print asm-demangle on".
3141
3142 2020-09-16 Tom Tromey <tromey@adacore.com>
3143
3144 PR gdb/26598:
3145 * gdb.base/skipcxx.exp: New file.
3146 * gdb.base/skipcxx.cc: New file.
3147
3148 2020-09-16 Tom de Vries <tdevries@suse.de>
3149
3150 PR testsuite/26617
3151 * gdb.dlang/watch-loc.c: Only add .debug_aranges if
3152 WITH_DEBUG_SECTIONS is defined.
3153 (xstr, str): New macro.
3154 (.debug_aranges): Use DMAIN_START_0/1/2 and DMAIN_LENGTH
3155 to get start and size of _Dmain.
3156 * gdb.dlang/watch-loc.exp: Pass DMAIN_START_0/1/2 and DMAIN_LENGTH
3157 using additional_flags.
3158
3159 2020-09-16 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3160
3161 * gdb.base/bp-cmds-sourced-script.c: New file.
3162 * gdb.base/bp-cmds-sourced-script.exp: New test.
3163 * gdb.base/bp-cmds-sourced-script.gdb: New file.
3164
3165 2020-09-16 Tom de Vries <tdevries@suse.de>
3166
3167 * lib/gdbserver-support.exp (gdbserver_exit): Make sure we
3168 get the gdb prompt after issuing "monitor exit".
3169
3170 2020-09-16 Tom de Vries <tdevries@suse.de>
3171
3172 PR testsuite/26624
3173 * lib/gdb.exp (gdb_assert): Catch errors in condition evaluation.
3174
3175 2020-09-16 Tom de Vries <tdevries@suse.de>
3176
3177 PR testsuite/26618
3178 * gdb.tui/new-layout.exp: Escape unbalanced braces.
3179
3180 2020-09-15 Tom Tromey <tromey@adacore.com>
3181
3182 PR rust/26197:
3183 * lib/rust-support.exp (rust_llvm_version): New proc.
3184 * gdb.rust/simple.exp: Check rust_llvm_version.
3185
3186 2020-09-14 Tom de Vries <tdevries@suse.de>
3187
3188 * gdb.rust/traits.exp: Fix PATH warning.
3189
3190 2020-09-13 Pedro Alves <pedro@palves.net>
3191
3192 * gdb.base/catch-follow-exec.c (main): Add explicit return
3193 statement.
3194 * gdb.base/catch-signal.c (main): Likewise.
3195 * gdb.base/condbreak-call-false.c (main): Likewise.
3196 * gdb.base/consecutive.c (main): Add explicit return
3197 statement and return type.
3198 * gdb.base/cursal.c (main): Add explicit return statement.
3199 * gdb.base/cvexpr.c (main): Likewise.
3200 * gdb.base/display.c (main): Add explicit return statement and
3201 return type.
3202 * gdb.base/dprintf-detach.c (main): Add explicit return statement.
3203 * gdb.base/endianity.c (main): Likewise.
3204 * gdb.base/execd-prog.c (main): Likewise.
3205 * gdb.base/gdb1090.c (main): Likewise.
3206 * gdb.base/info_qt.c (main): Likewise.
3207 * gdb.base/lineinc.c (main): Likewise.
3208 * gdb.base/load-command.c (main): Likewise.
3209 * gdb.base/macscp1.c (main): Likewise.
3210 * gdb.base/pr10179-a.c (main): Likewise.
3211 * gdb.base/quit-live.c (main): Likewise.
3212 * gdb.base/scope0.c (main): Likewise.
3213 * gdb.base/settings.c (main): Likewise.
3214 * gdb.base/stack-checking.c (main): Return int.
3215 * gdb.base/varargs.c (main): Add explicit return statement.
3216 * gdb.cp/ambiguous.cc (main): Likewise.
3217 * gdb.cp/anon-struct.cc (main): Likewise.
3218 * gdb.cp/anon-union.cc (main): Likewise.
3219 * gdb.cp/bool.cc (main): Likewise.
3220 * gdb.cp/bs15503.cc (main): Likewise.
3221 * gdb.cp/cplusfuncs.cc (main): Likewise.
3222 * gdb.cp/cttiadd.cc (main): Likewise.
3223 * gdb.cp/extern-c.cc (main): Likewise.
3224 * gdb.cp/filename.cc (main): Likewise.
3225 * gdb.cp/formatted-ref.cc (main): Likewise.
3226 * gdb.cp/mb-ctor.cc (main): Likewise.
3227 * gdb.cp/member-ptr.cc (main): Likewise.
3228 * gdb.cp/minsym-fallback-main.cc (main): Likewise.
3229 * gdb.cp/overload-const.cc (main): Likewise.
3230 * gdb.cp/paren-type.cc (main): Likewise.
3231 * gdb.cp/parse-lang.cc (main): Likewise.
3232 * gdb.cp/pr-1023.cc (main): Likewise.
3233 * gdb.cp/psmang1.cc (main): Likewise.
3234 * gdb.cp/readnow-language.cc (main): Likewise.
3235 * gdb.cp/ref-params.cc (main): Likewise.
3236 * gdb.cp/rvalue-ref-params.cc (main): Likewise.
3237 * gdb.cp/virtbase2.cc (main): Likewise.
3238 * gdb.dwarf2/dw2-abs-hi-pc.c (main): Likewise.
3239 * gdb.dwarf2/dw2-namespaceless-anonymous.c (main): Likewise.
3240 * gdb.dwarf2/dw4-toplevel-types.cc (main): Likewise.
3241 * gdb.mi/mi-console.c (main): Likewise.
3242 * gdb.mi/mi-read-memory.c (main): Likewise.
3243 * gdb.modula2/multidim.c (main): Likewise.
3244 * gdb.opt/inline-small-func.c (main): Likewise.
3245 * gdb.python/py-rbreak.c (main): Likewise.
3246 * gdb.stabs/exclfwd1.c (main): Likewise.
3247 * gdb.trace/qtro.c (main): Likewise.
3248
3249 2020-09-13 Pedro Alves <pedro@palves.net>
3250
3251 * gdb.base/share-env-with-gdbserver.c (main): Call my_getenv
3252 instead of getenv.
3253
3254 2020-09-13 Pedro Alves <pedro@palves.net>
3255
3256 * gdb.base/dbx.exp (dbx_gdb_start): Adjust to use gdb_spawn
3257 instead of spawning GDB with remote_spawn.
3258 * lib/mi-support.exp (default_mi_gdb_start): Adjust to use
3259 gdb_spawn instead of spawning GDB with remote_spawn.
3260
3261 2020-09-13 Pedro Alves <pedro@palves.net>
3262
3263 * gdb.dwarf2/ada-linkage-name.c (main): Move to the bottom of the
3264 file and add calls to first and second.
3265 * gdb.dwarf2/atomic.c (main): Move to the bottom of the file and
3266 add call to f.
3267
3268 2020-09-13 Pedro Alves <pedro@palves.net>
3269
3270 * gdb.mi/mi-break-qualified.cc: New file.
3271 * gdb.mi/mi-break-qualified.exp: New file.
3272 * lib/mi-support.exp (mi_create_breakpoint_multi)
3273 (mi_make_breakpoint_loc, mi_make_breakpoint_multi): New
3274 procedures.
3275 (mi_create_breakpoint_1): New, factored out from
3276 mi_create_breakpoint.
3277
3278 2020-09-13 Pedro Alves <pedro@palves.net>
3279
3280 * gdb.cp/inherit.exp: No longer pass -Wno-deprecated-register.
3281 * gdb.cp/misc.exp: No longer pass -Wno-deprecated-register.
3282 * gdb.cp/misc.cc (class small, small::method, marker_reg1)
3283 (register_class): Delete.
3284 (main): Don't call register_class.
3285
3286 2020-09-13 Pedro Alves <pedro@palves.net>
3287
3288 * gdb.cp/classes.exp: No longer pass -Wno-deprecated-register.
3289 (do_tests): Remove "calling method for small class" test.
3290 * gdb.cp/classes.cc (class small, small::method, marker_reg1)
3291 (register_class): Delete.
3292 (main): Don't call register_class.
3293 * gdb.cp/call-method-register.exp: New file, based on bits removed
3294 from classes.exp.
3295 * gdb.cp/call-method-register.cc: New file, based on bits removed
3296 from classes.cc.
3297
3298 2020-09-13 Pedro Alves <pedro@palves.net>
3299
3300 * gdb.base/msym-bp-2.c: New.
3301 * gdb.base/msym-bp-shl-lib.c: New file.
3302 * gdb.base/msym-bp-shl-main-2.c: New file.
3303 * gdb.base/msym-bp-shl-main.c: New file.
3304 * gdb.base/msym-bp-shl.exp: New file.
3305 * gdb.base/msym-bp.c: New file.
3306 * gdb.base/msym-bp.exp: New file.
3307
3308 2020-09-13 Joel Brobecker <brobecker@adacore.com>
3309
3310 * gdb.base/default.exp: Change $_gdb_major to 11.
3311
3312 2020-09-11 Moritz Riesterer <moritz.riesterer@intel.com>
3313 Felix Willgerodt <Felix.Willgerodt@intel.com>
3314
3315 * x86-avx512bf16.c: New file.
3316 * x86-avx512bf16.exp: Likewise.
3317 * lib/gdb.exp (skip_avx512bf16_tests): New function.
3318
3319 2020-09-11 Tom de Vries <tdevries@suse.de>
3320
3321 PR exp/26602
3322 * gdb.cp/ambiguous.exp: Add KFAILs for PR26602.
3323
3324 2020-09-11 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3325
3326 * gdb.base/bp-cmds-execution-x-script.exp: Remove a stale comment.
3327
3328 2020-09-10 Alan Modra <amodra@gmail.com>
3329
3330 PR 26597
3331 * gdb.dlang/demangle.exp: Update tests as per gcc commit 387d0773f3.
3332
3333 2020-09-08 Tom de Vries <tdevries@suse.de>
3334
3335 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Consume gdb prompt
3336 after gdb_starti_cmd.
3337
3338 2020-09-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
3339
3340 * lib/fortran.exp (fortran_complex8): New proc.
3341 (fortran_complex16): New proc.
3342 * gdb.fortran/complex.exp: Use routines from fortran.exp
3343 * gdb.fortran/pointer-to-pointer.exp: Likewise.
3344 * gdb.fortran/vla-ptr-info.exp: Likewise.
3345
3346 2020-09-03 Tom de Vries <tdevries@suse.de>
3347
3348 PR breakpoint/26546
3349 * gdb.base/label-without-address.exp: Runto main first.
3350
3351 2020-09-02 Tom Tromey <tromey@adacore.com>
3352
3353 * gdb.ada/mi_var_access.exp: Test children of access variable.
3354 * gdb.ada/mi_var_access/mi_access.adb: Add new stop markers.
3355 * gdb.ada/mi_var_array.exp: Update.
3356
3357 2020-08-31 Kevin Buettner <kevinb@redhat.com>
3358
3359 * gdb.base/corefile.exp (warning-free): XFAIL test when running
3360 on docker w/ AUFS storage driver.
3361
3362 2020-08-31 Kevin Buettner <kevinb@redhat.com>
3363
3364 * gdb.base/corefile2.exp (renamed binfile): New tests.
3365
3366 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
3367
3368 * gdb.dwarf2/dw2-reg-undefined.exp: Remove spurious #.
3369
3370 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
3371
3372 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: New file.
3373 * gdb.dwarf2/frame-inlined-in-outer-frame.S: New file.
3374
3375 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
3376
3377 * gdb.dwarf2/dw2-reg-undefined.exp: Test "set debug frame 1"
3378 output, printing a "not saved" value from history and printing a
3379 convenience variable created from a "not saved" value.
3380
3381 2020-08-31 Tom de Vries <tdevries@suse.de>
3382
3383 * gdb.base/eh_return.exp: Use nopie.
3384
3385 2020-08-28 Pedro Alves <pedro@palves.net>
3386
3387 * gdb.base/advance-until-multiple-locations.exp
3388 (advance_overload, until_overload): Adjust to match the
3389 frame/function header instead of the source line text.
3390
3391 2020-08-28 Tom de Vries <tdevries@suse.de>
3392
3393 * gdb.base/label-without-address.c: New test.
3394 * gdb.base/label-without-address.exp: New file.
3395
3396 2020-08-27 Pedro Alves <pedro@palves.net>
3397
3398 PR gdb/26523
3399 PR gdb/26524
3400 * gdb.base/advance-until-multiple-locations.cc: New.
3401 * gdb.base/advance-until-multiple-locations.exp: New.
3402
3403 2020-08-27 Simon Marchi <simon.marchi@polymtl.ca>
3404
3405 * gdb.dwarf2/dw2-reg-undefined.exp: Use multi_line.
3406
3407 2020-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3408
3409 * gdb.arch/amd64-byte.exp: Make test names unique, use
3410 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
3411 * gdb.arch/amd64-dword.exp: Likewise.
3412 * gdb.arch/amd64-pseudo.c: Fix typo 'forth' -> 'fourth'.
3413 * gdb.arch/amd64-stap-special-operands.exp: Make test names
3414 unique.
3415 * gdb.arch/amd64-tailcall-ret.exp: Likewise.
3416 * gdb.arch/amd64-word.exp: Make test names unique, use
3417 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
3418 * gdb.arch/i386-byte.exp: Make test names unique, use
3419 gdb_breakpoint.
3420 * gdb.arch/i386-word.exp: Likewise.
3421
3422 2020-08-25 Shahab Vahedi <shahab@synopsys.com>
3423
3424 * gdb.arch/arc-tdesc-cpu.xml: Use new feature names.
3425
3426 2020-08-25 Simon Marchi <simon.marchi@polymtl.ca>
3427
3428 PR gdb/26532
3429 * gdb.threads/stepi-random-signal.exp: Update pattern.
3430
3431 2020-08-25 Simon Marchi <simon.marchi@efficios.com>
3432
3433 PR gdb/26532
3434 * gdb.base/ui-redirect.exp: Update pattern.
3435
3436 2020-08-25 Gary Benson <gbenson@redhat.com>
3437
3438 * gdb.dwarf2/dw2-dir-file-name.exp: Use system assembler
3439 when compiling with clang.
3440 * gdb.dwarf2/dw2-restore.exp: Likewise.
3441
3442 2020-08-25 Gary Benson <gbenson@redhat.com>
3443
3444 * gdb.cp/ambiguous.exp: Enable test when compiling with GCC.
3445 Add additional_flags=-Wno-inaccessible-base when compiling
3446 with GCC >= 10.1 or clang. Add additional_flags=-w when
3447 compiling with GCC < 10.
3448
3449 2020-08-25 Gaius Mulley <gaiusmod2@gmail.com>
3450
3451 PR m2/26372
3452 * gdb.modula2/multidim.c: New file.
3453 * gdb.modula2/multidim.exp: New file.
3454
3455 2020-08-24 Simon Marchi <simon.marchi@polymtl.ca>
3456
3457 * lib/gdb.exp (runto): Always emit fail on internal error.
3458
3459 2020-08-24 Simon Marchi <simon.marchi@efficios.com>
3460
3461 * gdb.base/gdb-sigterm.exp (do_test): Update expected regexp.
3462 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3463 Likewise.
3464 * gdb.threads/stepi-random-signal.exp: Likewise.
3465
3466 2020-08-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3467
3468 * gdb.base/print-file-var.exp: Fix typo "breapoint".
3469 * gdb.trace/strace.exp: Ditto.
3470
3471 2020-08-19 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
3472
3473 * gdb.fortran/vla-type.exp: Skip commands not required for
3474 the Flang compiled binaries after prologue fix.
3475
3476 2020-08-17 Tom de Vries <tdevries@suse.de>
3477 Tom Tromey <tromey@adacore.com>
3478
3479 PR rust/26197:
3480 * gdb.rust/simple.exp (xfail_pattern): Update for new failure.
3481
3482 2020-08-17 Tom Tromey <tromey@adacore.com>
3483
3484 * gdb.ada/mi_var_access.exp: New file.
3485 * gdb.ada/mi_var_access/mi_access.adb: New file.
3486 * gdb.ada/mi_var_access/pck.adb: New file.
3487 * gdb.ada/mi_var_access/pck.ads: New file.
3488
3489 2020-08-16 Tom de Vries <tdevries@suse.de>
3490
3491 PR gdb/25350
3492 * gdb.base/eh_return.c: New test.
3493 * gdb.base/eh_return.exp: New file.
3494
3495 2020-08-15 Tom de Vries <tdevries@suse.de>
3496
3497 * gdb.fortran/mixed-lang-stack.c (fortran_charlen_t): New type.
3498 (mixed_func_1d_): Use fortran_charlen_t in decl.
3499
3500 2020-08-15 Tom de Vries <tdevries@suse.de>
3501
3502 PR backtrace/26390
3503 * gdb.fortran/mixed-lang-stack.exp: Call bt with -frame-arguments all.
3504 Update expected pattern.
3505
3506 2020-08-13 Pedro Alves <pedro@palves.net>
3507
3508 * gdb.fortran/complex.exp: Check skip_fortran_tests.
3509 * gdb.fortran/library-module.exp: Likewise.
3510 * gdb.fortran/logical.exp: Likewise.
3511 * gdb.fortran/module.exp: Likewise.
3512 * gdb.fortran/print_type.exp: Likewise.
3513 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
3514 * gdb.fortran/vla-datatypes.exp: Likewise.
3515 * gdb.fortran/vla-history.exp: Likewise.
3516 * gdb.fortran/vla-ptr-info.exp: Likewise.
3517 * gdb.fortran/vla-ptype-sub.exp: Likewise.
3518 * gdb.fortran/vla-ptype.exp: Likewise.
3519 * gdb.fortran/vla-sizeof.exp: Likewise.
3520 * gdb.fortran/vla-type.exp: Likewise.
3521 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
3522 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
3523 * gdb.fortran/vla-value-sub.exp: Likewise.
3524 * gdb.fortran/vla-value.exp: Likewise.
3525
3526 2020-08-13 Pedro Alves <pedro@palves.net>
3527
3528 * gdb.ada/access_tagged_param.exp: Check skip_ada_tests.
3529 * gdb.ada/access_to_packed_array.exp: Likewise.
3530 * gdb.ada/access_to_unbounded_array.exp: Likewise.
3531 * gdb.ada/addr_arith.exp: Likewise.
3532 * gdb.ada/arr_acc_idx_w_gap.exp: Likewise.
3533 * gdb.ada/arr_arr.exp: Likewise.
3534 * gdb.ada/arr_enum_idx_w_gap.exp: Likewise.
3535 * gdb.ada/array_bounds.exp: Likewise.
3536 * gdb.ada/array_of_variable_length.exp: Likewise.
3537 * gdb.ada/array_ptr_renaming.exp: Likewise.
3538 * gdb.ada/array_subscript_addr.exp: Likewise.
3539 * gdb.ada/arraydim.exp: Likewise.
3540 * gdb.ada/arrayparam.exp: Likewise.
3541 * gdb.ada/arrayptr.exp: Likewise.
3542 * gdb.ada/assign_1.exp: Likewise.
3543 * gdb.ada/assign_arr.exp: Likewise.
3544 * gdb.ada/atomic_enum.exp: Likewise.
3545 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
3546 * gdb.ada/bad-task-bp-keyword.exp: Likewise.
3547 * gdb.ada/bias.exp: Likewise.
3548 * gdb.ada/boolean_expr.exp: Likewise.
3549 * gdb.ada/bp_c_mixed_case.exp: Likewise.
3550 * gdb.ada/bp_enum_homonym.exp: Likewise.
3551 * gdb.ada/bp_inlined_func.exp: Likewise.
3552 * gdb.ada/bp_on_var.exp: Likewise.
3553 * gdb.ada/bp_range_type.exp: Likewise.
3554 * gdb.ada/bp_reset.exp: Likewise.
3555 * gdb.ada/call_pn.exp: Likewise.
3556 * gdb.ada/catch_assert_if.exp: Likewise.
3557 * gdb.ada/catch_ex.exp: Likewise.
3558 * gdb.ada/catch_ex_std.exp: Likewise.
3559 * gdb.ada/char_enum.exp: Likewise.
3560 * gdb.ada/char_param.exp: Likewise.
3561 * gdb.ada/complete.exp: Likewise.
3562 * gdb.ada/cond_lang.exp: Likewise.
3563 * gdb.ada/convvar_comp.exp: Likewise.
3564 * gdb.ada/dgopt.exp: Likewise.
3565 * gdb.ada/disc_arr_bound.exp: Likewise.
3566 * gdb.ada/display_nested.exp: Likewise.
3567 * gdb.ada/dot_all.exp: Likewise.
3568 * gdb.ada/dyn_loc.exp: Likewise.
3569 * gdb.ada/dyn_stride.exp: Likewise.
3570 * gdb.ada/excep_handle.exp: Likewise.
3571 * gdb.ada/expr_delims.exp: Likewise.
3572 * gdb.ada/expr_with_funcall.exp: Likewise.
3573 * gdb.ada/exprs.exp: Likewise.
3574 * gdb.ada/fin_fun_out.exp: Likewise.
3575 * gdb.ada/fixed_cmp.exp: Likewise.
3576 * gdb.ada/formatted_ref.exp: Likewise.
3577 * gdb.ada/frame_arg_lang.exp: Likewise.
3578 * gdb.ada/frame_args.exp: Likewise.
3579 * gdb.ada/fullname_bp.exp: Likewise.
3580 * gdb.ada/fun_addr.exp: Likewise.
3581 * gdb.ada/fun_in_declare.exp: Likewise.
3582 * gdb.ada/fun_overload_menu.exp: Likewise.
3583 * gdb.ada/fun_renaming.exp: Likewise.
3584 * gdb.ada/funcall_char.exp: Likewise.
3585 * gdb.ada/funcall_param.exp: Likewise.
3586 * gdb.ada/funcall_ptr.exp: Likewise.
3587 * gdb.ada/funcall_ref.exp: Likewise.
3588 * gdb.ada/homonym.exp: Likewise.
3589 * gdb.ada/info_addr_mixed_case.exp: Likewise.
3590 * gdb.ada/info_auto_lang.exp: Likewise.
3591 * gdb.ada/info_exc.exp: Likewise.
3592 * gdb.ada/info_types.exp: Likewise.
3593 * gdb.ada/int_deref.exp: Likewise.
3594 * gdb.ada/interface.exp: Likewise.
3595 * gdb.ada/iwide.exp: Likewise.
3596 * gdb.ada/lang_switch.exp: Likewise.
3597 * gdb.ada/length_cond.exp: Likewise.
3598 * gdb.ada/maint_with_ada.exp: Likewise.
3599 * gdb.ada/mi_catch_assert.exp: Likewise.
3600 * gdb.ada/mi_catch_ex.exp: Likewise.
3601 * gdb.ada/mi_catch_ex_hand.exp: Likewise.
3602 * gdb.ada/mi_dyn_arr.exp: Likewise.
3603 * gdb.ada/mi_ex_cond.exp: Likewise.
3604 * gdb.ada/mi_exc_info.exp: Likewise.
3605 * gdb.ada/mi_interface.exp: Likewise.
3606 * gdb.ada/mi_prot.exp: Likewise.
3607 * gdb.ada/mi_ref_changeable.exp: Likewise.
3608 * gdb.ada/mi_string_access.exp: Likewise.
3609 * gdb.ada/mi_task_arg.exp: Likewise.
3610 * gdb.ada/mi_task_info.exp: Likewise.
3611 * gdb.ada/mi_var_array.exp: Likewise.
3612 * gdb.ada/mi_var_union.exp: Likewise.
3613 * gdb.ada/mi_variant.exp: Likewise.
3614 * gdb.ada/minsyms.exp: Likewise.
3615 * gdb.ada/mod_from_name.exp: Likewise.
3616 * gdb.ada/nested.exp: Likewise.
3617 * gdb.ada/null_array.exp: Likewise.
3618 * gdb.ada/optim_drec.exp: Likewise.
3619 * gdb.ada/out_of_line_in_inlined.exp: Likewise.
3620 * gdb.ada/packed_array_assign.exp: Likewise.
3621 * gdb.ada/packed_tagged.exp: Likewise.
3622 * gdb.ada/pp-rec-component.exp: Likewise.
3623 * gdb.ada/print_chars.exp: Likewise.
3624 * gdb.ada/print_pc.exp: Likewise.
3625 * gdb.ada/ptr_typedef.exp: Likewise.
3626 * gdb.ada/ptype_arith_binop.exp: Likewise.
3627 * gdb.ada/ptype_array.exp: Likewise.
3628 * gdb.ada/ptype_field.exp: Likewise.
3629 * gdb.ada/ptype_tagged_param.exp: Likewise.
3630 * gdb.ada/ptype_union.exp: Likewise.
3631 * gdb.ada/py_range.exp: Likewise.
3632 * gdb.ada/py_taft.exp: Likewise.
3633 * gdb.ada/rdv_wait.exp: Likewise.
3634 * gdb.ada/rec_comp.exp: Likewise.
3635 * gdb.ada/rec_return.exp: Likewise.
3636 * gdb.ada/ref_param.exp: Likewise.
3637 * gdb.ada/ref_tick_size.exp: Likewise.
3638 * gdb.ada/rename_subscript_param.exp: Likewise.
3639 * gdb.ada/repeat_dyn.exp: Likewise.
3640 * gdb.ada/same_component_name.exp: Likewise.
3641 * gdb.ada/same_enum.exp: Likewise.
3642 * gdb.ada/scalar_storage.exp: Likewise.
3643 * gdb.ada/set_wstr.exp: Likewise.
3644 * gdb.ada/small_reg_param.exp: Likewise.
3645 * gdb.ada/str_binop_equal.exp: Likewise.
3646 * gdb.ada/str_ref_cmp.exp: Likewise.
3647 * gdb.ada/str_uninit.exp: Likewise.
3648 * gdb.ada/sub_variant.exp: Likewise.
3649 * gdb.ada/sym_print_name.exp: Likewise.
3650 * gdb.ada/taft_type.exp: Likewise.
3651 * gdb.ada/tagged.exp: Likewise.
3652 * gdb.ada/tagged_access.exp: Likewise.
3653 * gdb.ada/task_bp.exp: Likewise.
3654 * gdb.ada/task_switch_in_core.exp: Likewise.
3655 * gdb.ada/tasks.exp: Likewise.
3656 * gdb.ada/tick_last_segv.exp: Likewise.
3657 * gdb.ada/tick_length_array_enum_idx.exp: Likewise.
3658 * gdb.ada/type_coercion.exp: Likewise.
3659 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
3660 * gdb.ada/unchecked_union.exp: Likewise.
3661 * gdb.ada/uninitialized_vars.exp: Likewise.
3662 * gdb.ada/var_arr_attrs.exp: Likewise.
3663 * gdb.ada/var_arr_typedef.exp: Likewise.
3664 * gdb.ada/var_rec_arr.exp: Likewise.
3665 * gdb.ada/variant-record.exp: Likewise.
3666 * gdb.ada/variant.exp: Likewise.
3667 * gdb.ada/variant_record_packed_array.exp: Likewise.
3668 * gdb.ada/varsize_limit.exp: Likewise.
3669 * gdb.ada/whatis_array_val.exp: Likewise.
3670 * gdb.ada/widewide.exp: Likewise.
3671 * gdb.ada/win_fu_syms.exp: Likewise.
3672
3673 2020-08-12 Gary Benson <gbenson@redhat.com>
3674
3675 * gdb.dwarf2/dw2-op-out-param.S (.Ltext5): Fix duplicate label.
3676
3677 2020-08-04 Andrew Burgess <andrew.burgess@embecosm.com>
3678
3679 * lib/check-test-names.exp (do_reset_vars): Use 'array unset' to
3680 unset the array variable.
3681
3682 2020-08-03 Tom de Vries <tdevries@suse.de>
3683
3684 PR symtab/26333
3685 * lib/dwarf.exp (DW_LNE_user): New proc.
3686 * gdb.dwarf2/dw2-vendor-extended-opcode.c: New test.
3687 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: New file.
3688
3689 2020-07-31 Kevin Buettner <kevinb@redhat.com>
3690
3691 * gdb.base/coremaker2.c: Change all uses of 'unsigned long long'
3692 to 'uintptr_t'
3693 (inttypes.h): Include.
3694
3695 2020-07-31 Kevin Buettner <kevinb@redhat.com>
3696
3697 * gdb.base/coremaker2.c (buf_rw): Increase size to 256 KiB.
3698 (C5_24k): Delete.
3699 (C5_8k, C5_64k, C5_256k): New macros.
3700 (buf_ro): Allocate 256 KiB of initialized data.
3701
3702 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3703
3704 * gdb.base/condbreak-bad.exp: Extend the test with scenarios
3705 that attempt to overwrite an existing condition with a condition
3706 that fails parsing and also with a condition that parses fine
3707 but contains junk at the end.
3708
3709 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3710
3711 * gdb.base/condbreak-bad.c: New test.
3712 * gdb.base/condbreak-bad.exp: New file.
3713
3714 2020-07-30 Tom de Vries <tdevries@suse.de>
3715
3716 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_entry_1): Factor
3717 out of ...
3718 (GDBInfoModuleSymbols::check_entry): ... here.
3719 (GDBInfoModuleSymbols::check_optional_entry): New proc.
3720 * gdb.fortran/info-modules.exp: Use check_optional_entry for entries
3721 related to __def_init_mod1_M1t1 / __vtype_mod1_M1t1 / __copy_mod1_M1t1.
3722
3723 2020-07-30 Tom de Vries <tdevries@suse.de>
3724
3725 * gdb.fortran/ptype-on-functions.exp: Make "_t" suffix on
3726 "__class_some_module_Number_t" optional.
3727
3728 2020-07-29 Tom de Vries <tdevries@suse.de>
3729
3730 * lib/selftest-support.exp (selftest_setup): Allow breakpoint at
3731 multiple locations.
3732
3733 2020-07-29 Tom de Vries <tdevries@suse.de>
3734
3735 * gdb.dwarf2/dw2-line-number-zero.exp: Set breakpoints on lines
3736 rather than function name.
3737
3738 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3739
3740 PR symtab/26270:
3741 * gdb.cp/disasm-func-name.cc: New file.
3742 * gdb.cp/disasm-func-name.exp: New file.
3743
3744 2020-07-28 Tom Tromey <tromey@adacore.com>
3745
3746 * gdb.dwarf2/varval.exp (setup_exec): Add 'or' instruction to
3747 'varval' location.
3748
3749 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3750
3751 * gdb.python/py-unwind.py: Update to make use of a register
3752 descriptor.
3753
3754 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3755
3756 * gdb.python/py-arch-reg-names.exp: Add additional tests.
3757
3758 2020-07-25 Andrew Burgess <andrew.burgess@embecosm.com>
3759
3760 PR fortran/23051
3761 PR fortran/26139
3762 * gdb.fortran/class-allocatable-array.exp: New file.
3763 * gdb.fortran/class-allocatable-array.f90: New file.
3764 * gdb.fortran/pointer-to-pointer.exp: New file.
3765 * gdb.fortran/pointer-to-pointer.f90: New file.
3766
3767 2020-07-25 Tom de Vries <tdevries@suse.de>
3768
3769 PR symtab/26243
3770 * gdb.dwarf2/dw2-line-number-zero.c: New test.
3771 * gdb.dwarf2/dw2-line-number-zero.exp: New file.
3772
3773 2020-07-24 Tom de Vries <tdevries@suse.de>
3774
3775 PR testsuite/26293
3776 * gdb.ada/mi_prot.exp: Require gnatmake-8.
3777
3778 2020-07-23 Pedro Alves <pedro@palves.net>
3779
3780 * gdb.server/server-kill.exp (prepare): New, factored out from the
3781 top level.
3782 (kill_server): New.
3783 (test_tstatus, test_unwind_nosyms, test_unwind_syms): New.
3784 (top level) : Call test_tstatus, test_unwind_nosyms, test_unwind_syms.
3785
3786 2020-07-23 Andrew Burgess <andrew.burgess@embecosm.com>
3787
3788 * gdb.dwarf2/dw2-disasm-over-non-stmt.exp: New file.
3789
3790 2020-07-22 Sandra Loosemore <sandra@codesourcery.com>
3791
3792 * lib/gdb.exp (gdb_wrapper_file, gdb_wrapper_flags):
3793 Initialize to empty string at top level.
3794 (gdb_wrapper_init): Revert check for file existence on build.
3795 Build the wrapper in its default place, not a build-specific
3796 location. When host == build, make the pathname absolute.
3797 (gdb_compile): Delete leftover declaration of
3798 gdb_wrapper_initialized. Check gdb_wrapper_file being an empty
3799 string instead of uninitialized.
3800
3801 2020-07-22 Kevin Buettner <kevinb@redhat.com>
3802
3803 * gdb.base/corefile2.exp: New file.
3804 * gdb.base/coremaker2.exp: New file.
3805
3806 2020-07-22 Kevin Buettner <kevinb@redhat.com>
3807
3808 * gdb.base/coredump-filter.exp: Add second
3809 non-Private-Shared-Anon-File test.
3810 (test_disasm): Rename binfile for test which is expected
3811 to fail.
3812
3813 2020-07-22 Kevin Buettner <kevinb@redhat.com>
3814
3815 * gdb.base/corefile.exp: Add test "accessing read-only mmapped
3816 data in core file".
3817 * gdb.base/coremaker.c (buf2ro): New global.
3818 (mmapdata): Add a read-only mmap mapping.
3819
3820 2020-07-22 Kevin Buettner <kevinb@redhat.com>
3821
3822 PR corefiles/25631
3823 * gdb.base/corefile.exp (accessing anonymous, unwritten-to mmap data):
3824 New test.
3825 * gdb.base/coremaker.c (buf3): New global.
3826 (mmapdata): Add mmap call which uses MAP_ANONYMOUS and MAP_PRIVATE
3827 flags.
3828
3829 2020-07-22 Kevin Buettner <kevinb@redhat.com>
3830
3831 * gdb.base/coremaker.c (filler_ro): New global constant.
3832
3833 2020-07-22 Tom Tromey <tromey@adacore.com>
3834
3835 * gdb.ada/mi_prot.exp: New file.
3836 * gdb.ada/mi_prot/pkg.adb: New file.
3837 * gdb.ada/mi_prot/pkg.ads: New file.
3838 * gdb.ada/mi_prot/prot.adb: New file.
3839
3840 2020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3841
3842 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
3843 loads two JITers.
3844
3845 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
3846
3847 * gdb.python/py-arch-reg-groups.exp: Additional tests.
3848
3849 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
3850
3851 * gdb.python/py-arch-reg-names.exp: Additional tests.
3852
3853 2020-07-21 Tom de Vries <tdevries@suse.de>
3854
3855 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
3856 breakpoint locations".
3857 * gdb.reverse/solib-reverse.exp: Same.
3858
3859 2020-07-21 Tom de Vries <tdevries@suse.de>
3860
3861 * gdb.reverse/step-reverse.c (callee): Merge statements.
3862
3863 2020-07-21 Tom de Vries <tdevries@suse.de>
3864
3865 * gdb.fortran/info-modules.exp (info module variables): Allow missing
3866 line numbers for some variables.
3867
3868 2020-07-21 Tom de Vries <tdevries@suse.de>
3869
3870 * gdb.opt/inline-locals.c (init_array): New func.
3871 (func1): Use init_array.
3872 * gdb.opt/inline-locals.exp: Update pattern.
3873
3874 2020-07-21 Tom de Vries <tdevries@suse.de>
3875
3876 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
3877 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
3878
3879 2020-07-20 Ludovic Courtès <ludo@gnu.org>
3880
3881 * gdb.guile/source2.scm: Add #f first argument to 'format'.
3882 * gdb.guile/types-module.exp: Remove "ERROR:" from
3883 regexps since Guile 3.0 no longer prints that.
3884
3885 2020-07-20 Ludovic Courtès <ludo@gnu.org>
3886
3887 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
3888 error regexp to match on Guile 2.2.
3889
3890 2020-07-20 Gary Benson <gbenson@redhat.com>
3891
3892 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
3893 with clang.
3894
3895 2020-07-20 Tom de Vries <tdevries@suse.de>
3896
3897 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
3898 (omp_set_lock_in_order): New function.
3899 (single_scope, multi_scope, nested_func, nested_parallel): Use
3900 omp_set_lock_in_order and omp_unset_lock.
3901 (main): Init and destroy lock and lock2.
3902
3903 2020-07-20 Tom de Vries <tdevries@suse.de>
3904
3905 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
3906
3907 2020-07-20 Tom de Vries <tdevries@suse.de>
3908
3909 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
3910
3911 2020-07-17 Tom de Vries <tdevries@suse.de>
3912
3913 * gdb.base/valgrind-infcall-2.c: New test.
3914 * gdb.base/valgrind-infcall-2.exp: New file.
3915 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
3916
3917 2020-07-17 Tom de Vries <tdevries@suse.de>
3918
3919 * gdb.dlang/circular.c (found): Use found_label as label name.
3920 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
3921 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
3922 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
3923 * gdb.dwarf2/ada-linkage-name.exp: Same.
3924 * gdb.dwarf2/arr-subrange.exp: Same.
3925 * gdb.dwarf2/atomic-type.exp: Same.
3926 * gdb.dwarf2/comp-unit-lang.exp: Same.
3927 * gdb.dwarf2/cpp-linkage-name.exp: Same.
3928 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
3929 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
3930 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
3931 * gdb.dwarf2/implptr-64bit.exp: Same.
3932 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
3933 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
3934 * gdb.dwarf2/imported-unit.exp: Same.
3935 * gdb.dwarf2/main-subprogram.exp: Same.
3936 * gdb.dwarf2/missing-type-name.exp: Same.
3937 * gdb.dwarf2/nonvar-access.exp: Same.
3938 * gdb.dwarf2/struct-with-sig.exp: Same.
3939 * gdb.dwarf2/typedef-void-finish.exp: Same.
3940 * gdb.dwarf2/void-type.exp: Same.
3941
3942 2020-07-17 Tom de Vries <tdevries@suse.de>
3943
3944 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
3945 src parameter.
3946 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
3947 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
3948 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
3949 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
3950 * gdb.dwarf2/dwz.exp: Same.
3951 * gdb.dwarf2/implptr-optimized-out.exp: Same.
3952 * gdb.dwarf2/implref-array.exp: Same.
3953 * gdb.dwarf2/implref-const.exp: Same.
3954 * gdb.dwarf2/implref-global.exp: Same.
3955 * gdb.dwarf2/implref-struct.exp: Same.
3956 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
3957 * gdb.dwarf2/opaque-type-lookup.exp: Same.
3958 * gdb.dwarf2/var-access.exp: Same.
3959 * gdb.dwarf2/varval.exp: Same.
3960 * gdb.trace/entry-values.exp: Same.
3961
3962 2020-07-17 Tom de Vries <tdevries@suse.de>
3963
3964 * lib/dwarf.exp (Dwarf::extern): Remove.
3965 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
3966 * gdb.dlang/circular.exp: Same.
3967 * gdb.dwarf2/comp-unit-lang.exp: Same.
3968 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
3969 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
3970 * gdb.dwarf2/dwz.exp: Same.
3971 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
3972 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
3973 * gdb.dwarf2/imported-unit.exp: Same.
3974 * gdb.dwarf2/opaque-type-lookup.exp: Same.
3975
3976 2020-07-16 Sandra Loosemore <sandra@codesourcery.com>
3977
3978 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
3979 Use double quotes instead of single quotes.
3980
3981 2020-07-16 Caroline Tice <cmtice@google.com>
3982
3983 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
3984 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
3985
3986 2020-07-16 Tom de Vries <tdevries@suse.de>
3987
3988 * lib/dwarf.exp (program): Initialize _line.
3989 (DW_LNE_end_sequence): Reinitialize _line.
3990 (DW_LNS_advance_line): Update _line.
3991 (line): New proc.
3992 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
3993 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
3994 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
3995 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
3996 * gdb.dwarf2/dw2-is-stmt.exp: Same.
3997 * gdb.dwarf2/dw2-ranges-func.exp: Same.
3998
3999 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
4000
4001 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
4002 generic.
4003
4004 2020-07-15 Tom de Vries <tdevries@suse.de>
4005
4006 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
4007 is_amd64_regs_target.
4008
4009 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
4010
4011 * gdb.fortran/ptype-on-functions.exp: Add more tests.
4012 * gdb.fortran/ptype-on-functions.f90: Likewise.
4013
4014 2020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
4015
4016 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
4017 values in documentation for addr_size to 4 and 8.
4018
4019 2020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
4020
4021 * gdb.arch/amd64-osabi.exp: Update.
4022 * gdb.arch/arm-disassembler-options.exp: Update.
4023 * gdb.arch/powerpc-disassembler-options.exp: Update.
4024 * gdb.arch/ppc64-symtab-cordic.exp: Update.
4025 * gdb.arch/s390-disassembler-options.exp: Update.
4026 * gdb.base/all-architectures.exp.tcl: Update.
4027 * gdb.base/attach-pie-noexec.exp: Update.
4028 * gdb.base/catch-syscall.exp: Update.
4029 * gdb.xml/tdesc-arch.exp: Update.
4030
4031 2020-07-14 Tom de Vries <tdevries@suse.de>
4032
4033 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
4034 (local_gettid): ... this.
4035 (fn): Update.
4036
4037 2020-07-13 Sandra Loosemore <sandra@codesourcery.com>
4038
4039 * gdb.base/info_sources.exp: Skip directory match tests on
4040 remote hosts.
4041
4042 2020-07-13 Gary Benson <gbenson@redhat.com>
4043
4044 * gdb.base/savedregs.exp (caller): Use parentheses to
4045 make expected expression evaluation ordering explicit.
4046
4047 2020-07-13 Gary Benson <gbenson@redhat.com>
4048
4049 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
4050
4051 2020-07-13 Gary Benson <gbenson@redhat.com>
4052
4053 * gdb.base/bigcore.c (main): Use a volatile pointer when
4054 attempting to trigger a SIGSEGV.
4055 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
4056 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
4057 * gdb.base/savedregs.c (thrower): Likewise.
4058 * gdb.mi/mi-syn-frame.c (bar): Likewise.
4059
4060 2020-07-13 Gary Benson <gbenson@redhat.com>
4061
4062 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
4063 defining and using VLA structure fields into...
4064 * gdb.base/vla-struct-fields.c: New file.
4065 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
4066 tests into...
4067 * gdb.base/vla-struct-fields.exp: New file.
4068
4069 2020-07-13 Tom de Vries <tdevries@suse.de>
4070
4071 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
4072 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
4073 * gdb.base/gold-gdb-index.exp: Same.
4074 * gdb.base/morestack.exp: Same.
4075
4076 2020-07-11 Daniel Xu <dxu@dxuuu.xyz>
4077
4078 PR rust/26121
4079 * gdb.rust/modules.rs: Prevent linker from discarding test
4080 symbol.
4081
4082 2020-07-10 Pedro Alves <pedro@palves.net>
4083
4084 PR gdb/26199
4085 * gdb.multi/multi-target.c (exit_thread): New.
4086 (thread_start): Break loop if EXIT_THREAD.
4087 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
4088 (top level) Call test_no_resumed.
4089
4090 2020-07-08 Tom Tromey <tromey@adacore.com>
4091
4092 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
4093 * gdb.ada/catch_ex.exp: Examine catchpoint text.
4094
4095 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4096
4097 PR python/22748
4098 * gdb.opt/inline-frame-tailcall.c: New file.
4099 * gdb.opt/inline-frame-tailcall.exp: New file.
4100 * gdb.python/py-unwind-inline.c: New file.
4101 * gdb.python/py-unwind-inline.exp: New file.
4102 * gdb.python/py-unwind-inline.py: New file.
4103
4104 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4105
4106 * gdb.python/py-arch-reg-groups.exp: New file.
4107
4108 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4109
4110 * gdb.python/py-arch-reg-names.exp: New file.
4111
4112 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4113
4114 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
4115 gdb.PendingFrame.architecture method.
4116
4117 2020-07-06 Tom de Vries <tdevries@suse.de>
4118
4119 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
4120
4121 2020-07-03 Pedro Alves <palves@redhat.com>
4122
4123 * gdb.base/structs2.c (main): Adjust second parem_reg call to
4124 explicitly write negative numbers.
4125 * gdb.base/structs2.exp: Adjust expected output.
4126
4127 2020-07-03 Pedro Alves <palves@redhat.com>
4128
4129 * gdb.base/charset.c (init_string): Change all char parameters to
4130 unsigned char parameters.
4131
4132 2020-07-03 Pedro Alves <palves@redhat.com>
4133
4134 * gdb.base/call-sc.exp (start_scalars_test): Use
4135 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
4136 * gdb.base/overlays.c: Remove references to PARAMS.
4137 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
4138 * gdb.base/reread.exp: Don't set 'prototypes' global.
4139 * gdb.base/structs.exp (start_structs_test): Use
4140 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
4141 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
4142 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
4143 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
4144 call.
4145 * gdb.base/varargs.exp: Don't set 'prototypes' global.
4146
4147 2020-07-03 Pedro Alves <palves@redhat.com>
4148
4149 * gdb.base/m32rovly.c: Delete.
4150 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
4151
4152 2020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4153
4154 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
4155 of gdb_py_test_multiple.
4156 * gdb.python/py-cmd.exp: Likewise.
4157 * gdb.python/py-events.exp: Likewise.
4158 * gdb.python/py-function.exp: Likewise.
4159 * gdb.python/py-inferior.exp: Likewise.
4160 * gdb.python/py-infthread.exp: Likewise.
4161 * gdb.python/py-linetable.exp: Likewise.
4162 * gdb.python/py-parameter.exp: Likewise.
4163 * gdb.python/py-value.exp: Likewise.
4164
4165 2020-06-30 Tom de Vries <tdevries@suse.de>
4166
4167 PR testsuite/26175
4168 * lib/future.exp (gdb_default_target_compile): Detect and handle
4169 early_flags.
4170
4171 2020-06-29 Simon Marchi <simon.marchi@efficios.com>
4172
4173 * boards/simavr.exp (gdb_load): Catch errors when closing
4174 previous connection. Close connection, wait for process and
4175 unset simavr_spawn_id on failure.
4176
4177 2020-06-29 Tom de Vries <tdevries@suse.de>
4178
4179 * lib/gdb.exp (unknown): Make test-case unresolved.
4180
4181 2020-06-29 Tom de Vries <tdevries@suse.de>
4182
4183 PR gdb/25475
4184 * gdb.server/solib-list.exp: Verify that the symbol reload
4185 confirmation question is asked.
4186
4187 2020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4188
4189 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
4190 have a input seq nr in each pass message.
4191 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
4192 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
4193 * gdb.python/python.exp: Make test names unique,
4194 use gdb_test_multiline instead of gdb_py_test_multiple,
4195 use $gdb_test_name.
4196 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
4197
4198 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
4199
4200 * configure.ac: Add --enable-libctf.
4201 * aclocal.m4: sinclude ../config/enable.m4.
4202 * Makefile.in (site.exp): Add enable_libctf to site.exp.
4203 * lib/gdb.exp (skip_ctf_tests): Use it.
4204 * gdb.base/ctf-constvars.exp: Error message tweak.
4205 * gdb.base/ctf-ptype.exp: Likewise.
4206 * configure: Regenerate.
4207
4208 2020-06-26 Gary Benson <gbenson@redhat.com>
4209
4210 * gdb.cp/try_catch.cc: Include string.h.
4211 (main): Replace comparison against string literal with
4212 strcmp, avoiding build failure with -Wstring-compare.
4213 Add "marker test-complete".
4214 * gdb.cp/try_catch.exp: Run the test to the above marker,
4215 then verify that the value of "test" is still true.
4216
4217 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4218
4219 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
4220
4221 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4222
4223 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
4224
4225 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4226
4227 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
4228 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
4229 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
4230 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
4231 * gdb.arch/riscv-tdesc-loading.exp: New file.
4232
4233 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4234
4235 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
4236
4237 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4238
4239 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
4240 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
4241 * gdb.arch/riscv-tdesc-regs.c: New file.
4242 * gdb.arch/riscv-tdesc-regs.exp: New file.
4243
4244 2020-06-24 Pedro Alves <palves@redhat.com>
4245
4246 * gdb.arch/amd64-entry-value-paramref.exp: Use
4247 prepare_for_testing_full and don't pass "c++" for the .S file
4248 build spec.
4249 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
4250 $options, since it's an assembly file. Remove -Wno-deprecated.
4251 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
4252 compiling C++ programs.
4253
4254 2020-06-24 Pedro Alves <palves@redhat.com>
4255
4256 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
4257 Clang, add "-Wno-unknown-warning-option" to the options.
4258
4259 2020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
4260
4261 * gdb.xml/tdesc-reload.c: New file.
4262 * gdb.xml/tdesc-reload.exp: New file.
4263 * gdb.xml/maint-xml-dump-01.xml: New file.
4264 * gdb.xml/maint-xml-dump-02.xml: New file.
4265 * gdb.xml/maint-xml-dump.exp: New file.
4266
4267 2020-06-23 Sandra Loosemore <sandra@codesourcery.com>
4268
4269 * lib/completion-support.exp (test_gdb_completion_offers_commands):
4270 Adjust for omitted commands when TUI is disabled.
4271
4272 2020-06-23 Gary Benson <gbenson@redhat.com>
4273 Pedro Alves <palves@redhat.com>
4274
4275 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
4276 * gdb.cp/nsimport.cc: Likewise.
4277 * gdb.cp/nsnested.cc: Likewise.
4278 * gdb.cp/nsnoimports.cc: Likewise.
4279 * gdb.cp/nsusing.cc: Likewise.
4280 * gdb.cp/smartp.cc: Likewise.
4281 * gdb.python/py-pp-integral.c: Likewise.
4282 * gdb.python/py-pp-re-notag.c: Likewise.
4283
4284 2020-06-23 Gary Benson <gbenson@redhat.com>
4285
4286 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
4287 * gdb.cp/nsimport.cc: Likewise.
4288 * gdb.cp/nsnested.cc: Likewise.
4289 * gdb.cp/nsnoimports.cc: Likewise.
4290 * gdb.cp/nsusing.cc: Likewise.
4291 * gdb.cp/smartp.cc: Likewise.
4292 * gdb.python/py-pp-integral.c: Likewise.
4293 * gdb.python/py-pp-re-notag.c: Likewise.
4294
4295 2020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4296
4297 * gdb.base/default-args.exp: New test.
4298 * gdb.base/default-args.c: New file.
4299 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
4300 * gdb.base/default.exp: Update to new help text.
4301 * gdb.base/help.exp: Likewise.
4302 * gdb.base/page.exp: Likewise.
4303 * gdb.base/style.exp: Likewise.
4304 * gdb.guile/guile.exp: Likewise.
4305 * gdb.python/python.exp: Likewise.
4306
4307 2020-06-22 Sandra Loosemore <sandra@codesourcery.com>
4308
4309 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
4310 remote host. Fix search path syntax on Windows host.
4311
4312 2020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4313
4314 * gdb.base/attach.exp: Test priority of 'exec-file' changed
4315 over 'exec-file-mismatch'.
4316 * gdb.base/attach.c: Mark should_exit volatile.
4317 * gdb.base/attach2.c: Likewise. Add a comment explaining
4318 why the sleep cannot be big.
4319 * gdb.base/attach3.c: New file.
4320
4321 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
4322
4323 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
4324 prefix optional.
4325
4326 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
4327
4328 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
4329 for remote host.
4330
4331 2020-06-19 Sandra Loosemore <sandra@codesourcery.com>
4332 Hafiz Abid Qadeer <abidh@codesourcery.com>
4333
4334 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
4335 file sent to remote host.
4336 (top level): Allow int32_t as type of 32-bit register.
4337
4338 2020-06-19 Tom de Vries <tdevries@suse.de>
4339
4340 * lib/gdb.exp (gdb_note): New proc.
4341 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
4342 (gdb_default_target_compile): ... here. Only call
4343 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
4344 (use_gdb_compile): Change to array.
4345 (toplevel): Update sets of use_gdb_compile to specify language.
4346 Warn about default_target_compile override. Store dejagnu's version
4347 of default_target_compile in dejagnu_default_target_compile.
4348
4349 2020-06-18 Tom de Vries <tdevries@suse.de>
4350
4351 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
4352 (default_gdb_init): ... here.
4353
4354 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
4355
4356 Fix TUI support checks in gdb.tui tests.
4357
4358 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
4359 just say UNSUPPORTED.
4360 * gdb.tui/corefile-run.exp: Likewise.
4361 * gdb.tui/empty.exp: Likewise.
4362 * gdb.tui/list-before.exp: Likewise.
4363 * gdb.tui/list.exp: Likewise.
4364 * gdb.tui/main.exp: Likewise.
4365 * gdb.tui/regs.exp: Likewise.
4366 * gdb.tui/resize.exp: Likewise.
4367 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
4368 * gdb.tui/tui-layout-asm.exp: Likewise.
4369 * gdb.tui/tui-missing-src.exp: Likewise.
4370 * gdb.tui/winheight.exp: Likewise.
4371 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
4372
4373 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
4374
4375 Fix TCL error in gdb.python/py-format-string.exp.
4376
4377 * gdb.python/py-format-string.exp: Move test for python support
4378 earlier, out of function body.
4379
4380 2020-06-15 Simon Marchi <simon.marchi@efficios.com>
4381
4382 * gdb.base/index-cache-load-twice.c: New.
4383 * gdb.base/index-cache-load-twice.exp: New.
4384
4385 2020-06-17 Keith Seitz <keiths@redhat.com>
4386
4387 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
4388 when executing "gdb --configuration".
4389
4390 2020-06-17 Tom de Vries <tdevries@suse.de>
4391
4392 * lib/gdb.exp (gdb_tcl_unknown): New proc.
4393 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
4394 conditional on presence of gdb_tcl_unknown.
4395 (gdb_finish): Make override undo conditional on presence of
4396 gdb_tcl_unknown.
4397
4398 2020-06-16 Tom Tromey <tom@tromey.com>
4399
4400 * gdb.python/tui-window.py (failwin): New function. Register it
4401 as a TUI window type.
4402 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
4403
4404 2020-06-16 Gary Benson <gbenson@redhat.com>
4405
4406 * gdb.python/py-nested-maps.c (create_map): Add missing return
4407 value.
4408 (create_map_map): Likewise.
4409
4410 2020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4411
4412 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
4413 variable.
4414 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
4415 and use the already-defined 'options' variable.
4416
4417 2020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
4418 Tom de Vries <tdevries@suse.de>
4419
4420 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
4421 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
4422 (gdb_setup_known_globals): New proc.
4423 (gdb_cleanup_globals): New proc.
4424 * lib/gdb.exp (load_lib): New override proc.
4425 (gdb_stdin_log_init): Set var in_file as persistent global.
4426 * lib/pascal.exp (gdb_stdin_log_init): Set vars
4427 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
4428 fpc_compiler as persistent global.
4429
4430 2020-06-12 Tom de Vries <tdevries@suse.de>
4431
4432 * lib/tuiterm.exp (spawn): Rename to ...
4433 (tui_spawn): ... this.
4434 (toplevel): Move rename of spawn ...
4435 (gdb_init_tuiterm): ... here. New proc.
4436 (gdb_finish_tuiterm): New proc.
4437 * lib/gdb.exp (gdb_finish_hooks): New global var.
4438 (gdb_finish): Handle gdb_finish_hooks.
4439 (tuiterm_env): New proc.
4440 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
4441 tuiterm_env.
4442 * gdb.tui/basic.exp: Same.
4443 * gdb.tui/corefile-run.exp: Same.
4444 * gdb.tui/empty.exp: Same.
4445 * gdb.tui/list-before.exp: Same.
4446 * gdb.tui/list.exp: Same.
4447 * gdb.tui/main.exp: Same.
4448 * gdb.tui/new-layout.exp: Same.
4449 * gdb.tui/regs.exp: Same.
4450 * gdb.tui/resize.exp: Same.
4451 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
4452 * gdb.tui/tui-layout-asm.exp: Same.
4453 * gdb.tui/tui-missing-src.exp: Same.
4454 * gdb.tui/winheight.exp: Same.
4455
4456 2020-06-12 Tom de Vries <tdevries@suse.de>
4457
4458 PR testsuite/26110
4459 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
4460 (gdb_finish): Reinstall dejagnu's override of ::unknown.
4461
4462 2020-06-11 Tom Tromey <tom@tromey.com>
4463
4464 PR gdb/18318:
4465 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
4466 floating point tests.
4467
4468 2020-06-11 Keith Seitz <keiths@redhat.com>
4469
4470 PR gdb/21356
4471 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
4472 vla_struct.
4473 Add new struct vla_typedef and union vla_typedef_union and
4474 corresponding instantiation objects.
4475 Initialize new objects.
4476 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
4477 and vla_typedef_union_object.
4478 Fixup type for vla_struct_object.
4479
4480 2020-06-11 Tom de Vries <tdevries@suse.de>
4481
4482 * lib/gdb.exp (with_override): New proc, factored out of ...
4483 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
4484
4485 2020-06-10 Tom de Vries <tdevries@suse.de>
4486
4487 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
4488
4489 2020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
4490
4491 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
4492 parameter, update callers.
4493
4494 2020-06-04 Simon Marchi <simon.marchi@efficios.com>
4495
4496 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
4497 * gdb.dwarf2/share-psymtabs-bt.c: New file.
4498 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
4499
4500 2020-06-04 Tom de Vries <tdevries@suse.de>
4501
4502 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
4503
4504 2020-06-04 Tom de Vries <tdevries@suse.de>
4505
4506 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
4507 exp_continue.
4508
4509 2020-06-04 Tom de Vries <tdevries@suse.de>
4510
4511 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
4512
4513 2020-06-03 Tom de Vries <tdevries@suse.de>
4514
4515 PR symtab/26046
4516 * gdb.cp/breakpoint-locs-2.cc: New test.
4517 * gdb.cp/breakpoint-locs.cc: New test.
4518 * gdb.cp/breakpoint-locs.exp: New file.
4519 * gdb.cp/breakpoint-locs.h: New test.
4520
4521 2020-06-03 Tom de Vries <tdevries@suse.de>
4522
4523 PR testsuite/25609
4524 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
4525 value of global verbose.
4526 * gdb.base/jit-elf.exp: Same.
4527 * gdb.base/jit-reader.exp: Same.
4528
4529 2020-06-02 Tom de Vries <tdevries@suse.de>
4530
4531 * gdb.dwarf2/multidictionary.exp: Don't use
4532 gdb_spawn_with_cmdline_opts.
4533
4534 2020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
4535
4536 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
4537 use_header case.
4538 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
4539 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
4540 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
4541 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
4542 * gdb.dwarf2/dw2-inline-header.c: New file.
4543 * gdb.dwarf2/dw2-inline-header.h: New file.
4544
4545 2020-05-30 Pedro Alves <palves@redhat.com>
4546
4547 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
4548 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
4549
4550 2020-05-29 Gary Benson <gbenson@redhat.com>
4551
4552 * gdb.compile/compile-cplus.exp (additional_flags): Also
4553 set when building with clang.
4554 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
4555 when building with clang.
4556
4557 2020-05-29 Gary Benson <gbenson@redhat.com>
4558
4559 * gdb.arch/i386-avx.exp (additional_flags): Also set when
4560 building with clang.
4561 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
4562
4563 2020-05-29 Gary Benson <gbenson@redhat.com>
4564
4565 * gdb.cp/koenig.exp (prepare_for_testing): Add
4566 additional_flags=-Wno-unused-comparison.
4567 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
4568
4569 2020-05-28 Gary Benson <gbenson@redhat.com>
4570
4571 * gdb.base/sigaltstack.c (catcher): Add default case to switch
4572 statement.
4573
4574 2020-05-28 Gary Benson <gbenson@redhat.com>
4575
4576 * gdb.cp/classes.exp (prepare_for_testing): Add
4577 additional_flags=-Wno-deprecated-register.
4578 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
4579 * gdb.cp/misc.exp: Likewise.
4580
4581 2020-05-28 Gary Benson <gbenson@redhat.com>
4582
4583 * gdb.linespec/cpls-ops.cc (dummy): New static global.
4584 (test_op_new::operator new): Add return statement.
4585 (test_op_new_array::operator new[]): Likewise.
4586
4587 2020-05-27 Pedro Alves <palves@redhat.com>
4588
4589 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
4590 check. Use test_gdb_complete_unique instead of
4591 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
4592 test_gdb_complete_multiple instead of
4593 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
4594
4595 2020-05-27 Luis Machado <luis.machado@linaro.org>
4596
4597 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
4598 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
4599 * gdb.arch/arm-disassembler-options.exp: Likewise.
4600 * gdb.arch/arm-disp-step.exp: Likewise.
4601 * gdb.arch/thumb-prologue.exp: Likewise.
4602 * gdb.base/async.exp: Likewise.
4603 * gdb.base/auxv.exp: Likewise.
4604 * gdb.base/complex-parts.exp: Likewise.
4605 * gdb.base/ena-dis-br.exp: Likewise.
4606 * gdb.base/foll-exec.exp: Likewise.
4607 * gdb.base/permissions.exp: Likewise.
4608 * gdb.base/relocate.exp: Likewise.
4609 * gdb.base/return2.exp: Likewise.
4610 * gdb.base/sigbpt.exp: Likewise.
4611 * gdb.base/siginfo-obj.exp: Likewise.
4612 * gdb.cp/converts.exp: Likewise.
4613 * gdb.cp/exceptprint.exp: Likewise.
4614 * gdb.cp/inherit.exp: Likewise.
4615 * gdb.cp/nsnoimports.exp: Likewise.
4616 * gdb.cp/virtbase2.exp: Likewise.
4617 * gdb.mi/mi-var-cmd.exp: Likewise.
4618 * gdb.mi/var-cmd.c: Likewise.
4619
4620 2020-05-26 Tom Tromey <tromey@adacore.com>
4621
4622 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
4623
4624 2020-05-26 Tom Tromey <tromey@adacore.com>
4625
4626 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
4627 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
4628 type.
4629 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
4630 variable.
4631
4632 2020-05-26 Christian Biesinger <cbiesinger@google.com>
4633
4634 * Makefile.in: Use = instead of == for the test command
4635 for portability.
4636
4637 2020-05-26 Tom de Vries <tdevries@suse.de>
4638
4639 * gdb.base/gold-gdb-index-2.c: New test.
4640 * gdb.base/gold-gdb-index.c: New test.
4641 * gdb.base/gold-gdb-index.exp: New file.
4642 * gdb.base/gold-gdb-index.h: New test.
4643
4644 2020-05-25 Tom de Vries <tdevries@suse.de>
4645
4646 * boards/gold-gdb-index.exp: New file.
4647
4648 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
4649
4650 * boards/simavr.exp: New file.
4651
4652 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
4653
4654 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
4655 * gdb.base/inferior-args.exp: New file.
4656 * gdb.base/inferior-args.c: New file.
4657
4658 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
4659
4660 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
4661 inferior_args. Pass it to gdb_reload.
4662 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
4663 inferior_args.
4664 (gdb_reload): Add inferior_args argument.
4665 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
4666 pass it to gdbserver_run.
4667 * boards/native-gdbserver.exp: Do not set noargs.
4668 * boards/native-extended-gdbserver.exp (gdb_reload): Add
4669 inferior_args argument.
4670 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
4671 * gdb.base/a2-run.exp: Check for use_gdb_stub.
4672 * gdb.base/args.exp: Likewise.
4673
4674 2020-05-25 Tom de Vries <tdevries@suse.de>
4675
4676 * lib/gdb.exp (exec_is_pie): Add comment.
4677
4678 2020-05-25 Tom de Vries <tdevries@suse.de>
4679
4680 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
4681 instead of $binfile in the untested message.
4682
4683 2020-05-25 Tom de Vries <tdevries@suse.de>
4684
4685 PR testsuite/26031
4686 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
4687
4688 2020-05-25 Tom de Vries <tdevries@suse.de>
4689
4690 * boards/gold.exp: New file.
4691
4692 2020-05-23 Tom Tromey <tom@tromey.com>
4693
4694 * gdb.base/style.exp: Remove completion styling test.
4695 * lib/gdb-utils.exp (style): Remove completion styles.
4696
4697 2020-05-23 Tom Tromey <tom@tromey.com>
4698
4699 * gdb.base/style.exp: Add completion styling test.
4700 * lib/gdb-utils.exp (style): Add completion styles.
4701
4702 2020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
4703
4704 * gdb.base/annota1.exp: Update expected results.
4705 * gdb.cp/annota2.exp: Update expected results, remove duplicate
4706 test name.
4707 * gdb.cp/annota3.exp: Update expected results.
4708
4709 2020-05-20 Simon Marchi <simon.marchi@efficios.com>
4710
4711 PR gdb/26016
4712 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
4713 against MAP_FAILED.
4714 * gdb.base/coremaker.c (mmapdata): Likewise.
4715 * gdb.base/jit-reader-host.c (main): Likewise.
4716 * gdb.base/sym-file-loader.c (load): Likewise.
4717 (load_shlib): Likewise.
4718
4719 2020-05-20 Tom Tromey <tromey@adacore.com>
4720
4721 * gdb.ada/array_char_idx.exp: Recognize initialized array.
4722
4723 2020-05-20 Tom de Vries <tdevries@suse.de>
4724
4725 PR symtab/25833
4726 * gdb.base/with-mf-inc.c: New test.
4727 * gdb.base/with-mf-main.c: New test.
4728 * gdb.base/with-mf.exp: New file.
4729
4730 2020-05-19 Tom Tromey <tromey@adacore.com>
4731
4732 * gdb.rust/simple.exp: Restore missing test result.
4733
4734 2020-05-19 Tom de Vries <tdevries@suse.de>
4735
4736 * gdb.base/gdb-caching-proc.exp: Fix typo.
4737
4738 2020-05-19 Tom Tromey <tromey@adacore.com>
4739
4740 * gdb.rust/simple.exp: Add some test descriptions.
4741 (test_one_slice): Use with_test_prefix.
4742
4743 2020-05-18 Tom de Vries <tdevries@suse.de>
4744
4745 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
4746
4747 2020-05-17 Pedro Alves <palves@redhat.com>
4748
4749 PR gdb/25741
4750 * gdb.base/hw-sw-break-same-address.exp: New file.
4751
4752 2020-05-16 Pedro Alves <palves@redhat.com>
4753
4754 * gdb.multi/multi-re-run.exp (test_re_run): Switch
4755 LAST_LOADED_FILE accordingly.
4756
4757 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4758
4759 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
4760
4761 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4762
4763 * gdb.base/help.exp: Test apropos and help for commands
4764 having aliases. Fixed comments not starting with an
4765 upper-case letter or not finishing with a dot.
4766
4767 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4768
4769 * gdb.base/alias.exp: Update help output check.
4770
4771 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4772
4773 * gdb.base/default.exp: Update output following fixes.
4774
4775 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4776
4777 * gdb.base/alias.exp: Test aliases starting with a prefix of
4778 another alias.
4779
4780 2020-05-15 Gary Benson <gbenson@redhat.com>
4781
4782 * gdb.base/info-os.c (main): Add return statement.
4783 * gdb.base/info_minsym.c (minsym_fun): Likewise.
4784 * gdb.base/large-frame-2.c (func): Likewise.
4785 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
4786 * gdb.base/pr10179-b.c (foo2): Likewise.
4787 * gdb.base/valgrind-disp-step.c (foo): Likewise.
4788 * gdb.base/watch-cond.c (func): Likewise.
4789 * gdb.multi/goodbye.c (verylongfun): Likewise.
4790 * gdb.multi/hello.c (commonfun): Likewise.
4791 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
4792 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
4793 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
4794 Likewise.
4795 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
4796 * gdb.threads/interrupt-while-step-over.c (child_function):
4797 Likewise.
4798 * gdb.trace/actions-changed.c (end): Likewise.
4799
4800 2020-05-15 Gary Benson <gbenson@redhat.com>
4801
4802 * gdb.opencl/callfuncs.exp: Report when test skipped.
4803 * gdb.opencl/convs_casts.exp: Likewise.
4804 * gdb.opencl/datatypes.exp: Likewise.
4805 * gdb.opencl/operators.exp: Likewise.
4806 * gdb.opencl/vec_comps.exp: Likewise.
4807
4808 2020-05-15 Tom de Vries <tdevries@suse.de>
4809
4810 * gdb.base/align.exp.in: Rename to ...
4811 * gdb.base/align.exp.tcl: ... this.
4812 * gdb.base/align-c++.exp: Update.
4813 * gdb.base/align-c.exp: Update.
4814 * gdb.base/all-architectures.exp.in: Rename to ...
4815 * gdb.base/all-architectures.exp: ... this.
4816 * gdb.base/all-architectures-0.exp: Update.
4817 * gdb.base/all-architectures-1.exp: Update.
4818 * gdb.base/all-architectures-2.exp: Update.
4819 * gdb.base/all-architectures-3.exp: Update.
4820 * gdb.base/all-architectures-4.exp: Update.
4821 * gdb.base/all-architectures-5.exp: Update.
4822 * gdb.base/all-architectures-6.exp: Update.
4823 * gdb.base/all-architectures-7.exp: Update.
4824 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
4825 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
4826 * gdb.base/infcall-nested-structs-c++.exp: Update.
4827 * gdb.base/infcall-nested-structs-c.exp: Update.
4828 * gdb.base/info-types.exp.in: Rename to ...
4829 * gdb.base/info-types.exp.tcl: ... this.
4830 * gdb.base/info-types-c++.exp: Update.
4831 * gdb.base/info-types-c.exp: Update.
4832 * gdb.base/max-depth.exp.in: Rename to ...
4833 * gdb.base/max-depth.exp.tcl: ... this.
4834 * gdb.base/max-depth-c++.exp: Update.
4835 * gdb.base/max-depth-c.exp: Update.
4836 * gdb.cp/cpexprs.exp.in: Rename to ...
4837 * gdb.cp/cpexprs.exp.tcl: ... this.
4838 * gdb.cp/cpexprs-debug-types.exp: Update.
4839 * gdb.cp/cpexprs.exp: Update.
4840 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
4841 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
4842 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
4843 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
4844 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
4845 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
4846 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
4847 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
4848 * gdb.dwarf2/clang-debug-names-2.exp: Update.
4849 * gdb.dwarf2/clang-debug-names.exp: Update.
4850
4851 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
4852
4853 * lib/check-test-names.exp: Remove code that prevents this file
4854 loading when tests are run in parallel.
4855
4856 2020-05-15 Pedro Alves <palves@redhat.com>
4857
4858 * gdb.multi/multi-kill.exp (start_inferior): Remove
4859 'testpid' parameter. Refer to namespace variable directly.
4860 (testpid): Declare as namespace variable.
4861
4862 2020-05-15 Pedro Alves <palves@redhat.com>
4863
4864 * gdb.multi/multi-kill.exp: Wrap in namespace.
4865 (start_inferior): Add TESTPID parameter. Use it instead of the
4866 testpid global.
4867 (top level): Define empty TESTPID array, and pass it down to
4868 start_inferior.
4869
4870 2020-05-14 Tom de Vries <tdevries@suse.de>
4871
4872 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
4873 output.
4874
4875 2020-05-14 Tom de Vries <tdevries@suse.de>
4876
4877 * gdb.base/align.exp: Split into ...
4878 * gdb.base/align.exp.in: ...
4879 * gdb.base/align-c++.exp: ...
4880 * gdb.base/align-c.exp: ... these.
4881 * gdb.base/infcall-nested-structs.exp: Split into ...
4882 * gdb.base/infcall-nested-structs.exp.in: ...
4883 * gdb.base/infcall-nested-structs-c++.exp: ...
4884 * gdb.base/infcall-nested-structs-c.exp: ... these.
4885 * gdb.base/info-types.exp: Split into ...
4886 * gdb.base/info-types.exp.in: ...
4887 * gdb.base/info-types-c++.exp: ...
4888 * gdb.base/info-types-c.exp: ... these.
4889 * gdb.base/max-depth.exp: Split into ...
4890 * gdb.base/max-depth.exp.in: ...
4891 * gdb.base/max-depth-c++.exp: ...
4892 * gdb.base/max-depth-c.exp: ... these.
4893 * gdb.cp/infcall-nodebug.exp: Split into ...
4894 * gdb.cp/infcall-nodebug.exp.in: ...
4895 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
4896 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
4897 * gdb.cp/infcall-nodebug-c-d0.exp: ...
4898 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
4899
4900 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4901 Pedro Alves <palves@redhat.com>
4902
4903 * gdb.multi/multi-exit.c: New file.
4904 * gdb.multi/multi-exit.exp: New file.
4905 * gdb.multi/multi-kill.c: New file.
4906 * gdb.multi/multi-kill.exp: New file.
4907
4908 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4909
4910 * gdb.base/annota1.exp: Update the expected output.
4911 * gdb.cp/annota2.exp: Ditto.
4912
4913 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
4914
4915 * lib/check-test-names.exp: Disable when testing is being run in
4916 parallel.
4917
4918 2020-05-12 Tom de Vries <tdevries@suse.de>
4919
4920 * gdb.base/jit-elf.exp: Fix string concat.
4921
4922 2020-05-12 Tom de Vries <tdevries@suse.de>
4923
4924 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
4925 messages.
4926
4927 2020-05-12 Tom de Vries <tdevries@suse.de>
4928
4929 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
4930
4931 2020-05-12 Tom de Vries <tdevries@suse.de>
4932
4933 * gdb.ada/catch_ex.exp: Use with_test_prefix.
4934 * gdb.ada/mi_catch_ex.exp: Same.
4935 * gdb.ada/mi_catch_ex_hand.exp: Same.
4936
4937 2020-05-12 Tom de Vries <tdevries@suse.de>
4938
4939 * gdb.fortran/complex.exp: Use with_test_prefix.
4940
4941 2020-05-12 Tom de Vries <tdevries@suse.de>
4942
4943 * gdb.trace/passcount.exp: Fix test-names.
4944
4945 2020-05-12 Tom de Vries <tdevries@suse.de>
4946
4947 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
4948
4949 2020-05-12 Tom de Vries <tdevries@suse.de>
4950
4951 * gdb.gdb/complaints.exp: Use with_test_prefix.
4952 * gdb.xml/tdesc-regs.exp: Same.
4953 * gdb.opt/inline-locals.exp: Fix test name.
4954
4955 2020-05-12 Tom de Vries <tdevries@suse.de>
4956
4957 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
4958 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
4959 * gdb.dwarf2/implref-struct.exp: Same.
4960 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
4961 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
4962
4963 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
4964
4965 * gdb.base/jit-so.exp (one_jit_test): Change test name.
4966
4967 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
4968
4969 * lib/check-test-names.exp (all_test_names): New module variable.
4970 (counts): Add 'duplicates' field.
4971 (_check_duplicates): New procedure.
4972 (check): Also check for duplicates.
4973 (do_log_summary): Print duplicates count.
4974 (do_reset_vars): Reset counter for duplicate test names, and
4975 discard all know test names.
4976
4977 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
4978
4979 * lib/gdb.exp: Include check-test-names.exp library.
4980 * lib/check-test-names.exp: New file.
4981
4982 2020-05-11 Tom de Vries <tdevries@suse.de>
4983
4984 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
4985
4986 2020-05-11 Keith Seitz <keiths@redhat.com>
4987
4988 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
4989
4990 2020-05-11 Tom de Vries <tdevries@suse.de>
4991
4992 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
4993 * gdb.cp/cpexprs.exp.in: .. here.
4994 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
4995 cpexprs.exp.
4996
4997 2020-05-11 Keith Seitz <keiths@redhat.com>
4998
4999 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
5000 test names.
5001 * gdb.ada/arrayptr.exp: Likewise.
5002 * gdb.ada/assign_arr.exp: Likewise.
5003 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
5004 * gdb.ada/bp_on_var.exp: Likewise.
5005 * gdb.ada/call_pn.exp: Likewise.
5006 * gdb.ada/complete.exp: Likewise.
5007 * gdb.ada/fun_overload_menu.exp: Likewise.
5008 * gdb.ada/funcall_param.exp: Likewise.
5009 * gdb.ada/funcall_ref.exp: Likewise.
5010 * gdb.ada/packed_array_assign.exp: Likewise.
5011 * gdb.ada/same_component_name.exp: Likewise.
5012 * gdb.ada/type_coercion.exp: Likewise.
5013 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
5014 * gdb.ada/variant_record_packed_array.exp: Likewise.
5015
5016 2020-05-11 Tom de Vries <tdevries@suse.de>
5017
5018 PR symtab/25941
5019 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
5020 out of ...
5021 * gdb.dwarf2/clang-debug-names.exp: ... here.
5022 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
5023 clang-debug-names.exp.in.
5024 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
5025 * gdb.dwarf2/clang-debug-names-2.c: New test.
5026
5027 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
5028
5029 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
5030 (fortran_runto_main): New Proc, fortran version of runto_main.
5031 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
5032 * gdb.fortran/array-bounds.exp: Likewise.
5033 * gdb.fortran/array-slices.exp: Likewise.
5034 * gdb.fortran/block-data.exp: Likewise.
5035 * gdb.fortran/charset.exp: Likewise.
5036 * gdb.fortran/common-block.exp: Likewise.
5037 * gdb.fortran/complex.exp: Likewise.
5038 * gdb.fortran/derived-type-function.exp: Likewise.
5039 * gdb.fortran/derived-type.exp: Likewise.
5040 * gdb.fortran/info-modules.exp: Likewise.
5041 * gdb.fortran/info-types.exp: Likewise.
5042 * gdb.fortran/intrinsics.exp: Likewise.
5043 * gdb.fortran/library-module.exp: Likewise.
5044 * gdb.fortran/logical.exp: Likewise.
5045 * gdb.fortran/max-depth.exp: Likewise.
5046 * gdb.fortran/module.exp: Likewise.
5047 * gdb.fortran/multi-dim.exp: Likewise.
5048 * gdb.fortran/nested-funcs.exp: Likewise.
5049 * gdb.fortran/print-formatted.exp: Likewise.
5050 * gdb.fortran/print_type.exp: Likewise.
5051 * gdb.fortran/printing-types.exp: Likewise.
5052 * gdb.fortran/ptr-indentation.exp: Likewise.
5053 * gdb.fortran/ptype-on-functions.exp: Likewise.
5054 * gdb.fortran/subarray.exp: Likewise.
5055 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
5056 * gdb.fortran/vla-datatypes.exp: Likewise.
5057 * gdb.fortran/vla-history.exp: Likewise.
5058 * gdb.fortran/vla-ptr-info.exp: Likewise.
5059 * gdb.fortran/vla-ptype-sub.exp: Likewise.
5060 * gdb.fortran/vla-ptype.exp: Likewise.
5061 * gdb.fortran/vla-sizeof.exp: Likewise.
5062 * gdb.fortran/vla-type.exp: Likewise.
5063 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
5064 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
5065 * gdb.fortran/vla-value-sub.exp: Likewise.
5066 * gdb.fortran/vla-value.exp: Likewise.
5067 * gdb.fortran/whatis_type.exp: Likewise.
5068 * gdb.mi/mi-var-child-f.exp: Likewise.
5069
5070 2020-05-09 Tom de Vries <tdevries@suse.de>
5071
5072 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
5073
5074 2020-05-08 Tom de Vries <tdevries@suse.de>
5075
5076 * gdb.dwarf2/clang-debug-names.c: New test.
5077 * gdb.dwarf2/clang-debug-names.exp: New file.
5078
5079 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
5080
5081 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
5082 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
5083
5084 2020-05-06 Tom de Vries <tdevries@suse.de>
5085
5086 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
5087 breakpoint is at a "recommended breakpoint location".
5088 * gdb.reverse/consecutive-reverse.exp: Same.
5089
5090 2020-05-06 Tom de Vries <tdevries@suse.de>
5091
5092 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
5093 address.
5094
5095 2020-05-06 Tom de Vries <tdevries@suse.de>
5096
5097 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
5098
5099 2020-05-06 Tom de Vries <tdevries@suse.de>
5100
5101 * gdb.base/store.exp (check_set, up_set): Allowing missing location
5102 info for r.
5103
5104 2020-05-06 Tom de Vries <tdevries@suse.de>
5105
5106 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
5107 necessary.
5108
5109 2020-05-06 Tom de Vries <tdevries@suse.de>
5110
5111 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
5112 void.
5113
5114 2020-05-06 Tom de Vries <tdevries@suse.de>
5115
5116 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
5117 of ...
5118 * gdb.base/async.exp: ... here.
5119 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
5120 "recommended breakpoint location".
5121
5122 2020-05-06 Tom de Vries <tdevries@suse.de>
5123
5124 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
5125
5126 2020-05-04 Tom de Vries <tdevries@suse.de>
5127
5128 * gdb.base/async.exp: Check whether instruction addresses are a
5129 "recommended breakpoint location".
5130
5131 2020-05-03 Tom Tromey <tom@tromey.com>
5132
5133 * gdb.base/sepdebug.exp: Remove "catch" test.
5134 * gdb.base/break.exp: Remove "catch" test.
5135 * gdb.base/default.exp: Update expected output.
5136
5137 2020-05-02 Tom de Vries <tdevries@suse.de>
5138
5139 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
5140 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
5141 * gdb.arch/i386-mpx-map.exp: Same.
5142 * gdb.arch/i386-mpx-sigsegv.exp: Same.
5143 * gdb.arch/i386-mpx-simple_segv.exp: Same.
5144 * gdb.arch/i386-mpx.exp: Same.
5145
5146 2020-05-02 Tom de Vries <tdevries@suse.de>
5147
5148 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
5149
5150 2020-05-01 Tom de Vries <tdevries@suse.de>
5151
5152 * gdb.ada/operator_bp.exp: Allow more than required amount of
5153 breakpoint.
5154
5155 2020-05-01 Tom de Vries <tdevries@suse.de>
5156
5157 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
5158
5159 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
5160
5161 PR gdb/18706
5162 * gdb.cp/stub-array-size.cc: New test.
5163 * gdb.cp/stub-array-size.exp: New file.
5164 * gdb.cp/stub-array-size.h: New test.
5165 * gdb.cp/stub-array-size2.cc: New test.
5166
5167 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
5168
5169 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
5170 output to the new format.
5171
5172 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
5173
5174 * gdb.base/break.exp: Use with_test_prefix.
5175
5176 2020-04-29 Tom de Vries <tdevries@suse.de>
5177
5178 * lib/gdb.exp (debug_types): New proc.
5179 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
5180 * gdb.python/py-symtab.exp: Same.
5181
5182 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
5183
5184 PR gdb/17320
5185 * gdb.base/pretty-array.c: New test.
5186 * gdb.base/pretty-array.exp: New file.
5187
5188 2020-04-29 Tom de Vries <tdevries@suse.de>
5189
5190 PR symtab/25889
5191 * gdb.cp/cpexprs.exp: Adapt for inclusion.
5192 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
5193 and include cpexprs.exp.
5194
5195 2020-04-28 Mark Williams <mark@myosotissp.com>
5196
5197 PR gdb/24480
5198 * dw4-toplevel-types.exp: Test for top level types.
5199 * dw4-toplevel-types.cc: Test for top level types.
5200
5201 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5202
5203 * gdb.threads/stop-with-handle.exp: Fix typo in comment
5204 (theads -> threads).
5205
5206 2020-04-28 Tom de Vries <tdevries@suse.de>
5207
5208 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
5209
5210 2020-04-28 Tom de Vries <tdevries@suse.de>
5211
5212 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
5213
5214 2020-04-28 Tom de Vries <tdevries@suse.de>
5215
5216 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
5217
5218 2020-04-28 Tom de Vries <tdevries@suse.de>
5219
5220 * gdb.dwarf2/main-foo.c: New test.
5221 * gdb.dwarf2/struct-with-sig.exp: New file.
5222
5223 2020-04-25 Tom de Vries <tdevries@suse.de>
5224
5225 * boards/debug-types.exp: New file.
5226
5227 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
5228
5229 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
5230
5231 2020-04-24 Tom Tromey <tom@tromey.com>
5232
5233 PR symtab/12707:
5234 * gdb.python/py-symbol.exp: Update expected results for
5235 linkage_name test.
5236 * gdb.cp/print-demangle.exp: New file.
5237 * gdb.base/c-linkage-name.exp: Fix test.
5238 * gdb.guile/scm-symbol.exp: Update expected results for
5239 linkage_name test.
5240
5241 2020-04-24 Tom Tromey <tom@tromey.com>
5242
5243 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
5244 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
5245 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
5246 assembler.
5247
5248 2020-04-24 Tom de Vries <tdevries@suse.de>
5249
5250 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
5251 C++.
5252
5253 2020-04-24 Tom Tromey <tromey@adacore.com>
5254
5255 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
5256 values.
5257 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
5258 values. Update test for minimal encodings.
5259 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
5260 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
5261 values. Update test for minimal encodings.
5262
5263 2020-04-24 Tom Tromey <tromey@adacore.com>
5264
5265 PR python/23662:
5266 * gdb.ada/variant.exp: Add Python checks.
5267 * gdb.rust/simple.exp: Add dynamic type checks.
5268
5269 2020-04-24 Tom Tromey <tromey@adacore.com>
5270
5271 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
5272 Make array type matching more lax.
5273 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
5274 * gdb.ada/mi_variant.exp: New file.
5275 * gdb.ada/mi_variant/pck.ads: New file.
5276 * gdb.ada/mi_variant/pkg.adb: New file.
5277 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
5278 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
5279
5280 2020-04-24 Tom Tromey <tromey@adacore.com>
5281
5282 * gdb.ada/variant.exp: Add dynamic field offset tests.
5283 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
5284 * gdb.ada/variant/pkg.adb: Add new variables.
5285
5286 2020-04-24 Tom Tromey <tromey@adacore.com>
5287
5288 * gdb.ada/variant.exp: New file
5289 * gdb.ada/variant/pkg.adb: New file
5290 * gdb.ada/variant/pck.adb: New file
5291
5292 2020-04-24 Tom de Vries <tdevries@suse.de>
5293
5294 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
5295
5296 2020-04-24 Tom de Vries <tdevries@suse.de>
5297
5298 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
5299 flags.
5300
5301 2020-04-24 Tom de Vries <tdevries@suse.de>
5302
5303 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
5304
5305 2020-04-24 Tom de Vries <tdevries@suse.de>
5306
5307 * lib/gdb.exp (default_gdb_start): Handle eof.
5308 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
5309 failure.
5310 * gdb.base/readnever.exp: Handle clean_restart failure.
5311
5312 2020-04-23 Tom de Vries <tdevries@suse.de>
5313
5314 * gdb.base/decl-before-def.exp: Run to main and print a again.
5315
5316 2020-04-23 Tom de Vries <tdevries@suse.de>
5317
5318 * gdb.base/decl-before-def-decl.c: New test.
5319 * gdb.base/decl-before-def-def.c: New test.
5320 * gdb.base/decl-before-def.exp: New file.
5321
5322 2020-04-23 Tom de Vries <tdevries@suse.de>
5323
5324 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
5325
5326 2020-04-22 Tom de Vries <tdevries@suse.de>
5327
5328 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
5329 debug_info_offset.
5330 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
5331 before $objsfile in the line line.
5332
5333 2020-04-22 Tom de Vries <tdevries@suse.de>
5334
5335 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
5336
5337 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
5338
5339 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
5340 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
5341 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
5342 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
5343 * gdb.base/jit-protocol.h: Update definitions to match all usage
5344 contexts.
5345
5346 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
5347
5348 * gdb.base: Rename all jit related test and source files.
5349
5350 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
5351
5352 * gdb.base/jit-reader.exp: Relax register output check.
5353
5354 2020-04-22 Tom de Vries <tdevries@suse.de>
5355
5356 PR symtab/25764
5357 * gdb.base/psym-external-decl-2.c: New test.
5358 * gdb.base/psym-external-decl.c: New test.
5359 * gdb.base/psym-external-decl.exp: New file.
5360 * gdb.threads/tls.exp: Add PR25807 kfail.
5361
5362 2020-04-22 Tom de Vries <tdevries@suse.de>
5363
5364 PR symtab/25801
5365 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
5366 in "info source" output.
5367
5368 2020-04-22 Tom de Vries <tdevries@suse.de>
5369
5370 PR symtab/25700
5371 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
5372 symtab for imported_unit.c.
5373
5374 2020-04-21 Gary Benson <gbenson@redhat.com>
5375
5376 * gdb.base/advance.c (func): New argument, to match call site.
5377 (func2, func3): Add return statements.
5378
5379 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5380
5381 * gdb.multi/run-only-second-inf.c: New file.
5382 * gdb.multi/run-only-second-inf.exp: New file.
5383
5384 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
5385
5386 * gdb.btrace/multi-inferior.c: New test.
5387 * gdb.btrace/multi-inferior.exp: New file.
5388
5389 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
5390
5391 * gdb.btrace/enable-new-thread.c: New test.
5392 * gdb.btrace/enable-new-thread.exp: New file.
5393
5394 2020-04-21 Tom de Vries <tdevries@suse.de>
5395
5396 PR gdb/25471
5397 * gdb.threads/killed-outside.c: New test.
5398 * gdb.threads/killed-outside.exp: New file.
5399
5400 2020-04-20 Gary Benson <gbenson@redhat.com>
5401
5402 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
5403 * gdb.base/nested-subp2.exp: Likewise.
5404 * gdb.base/nested-subp3.exp: Likewise.
5405
5406 2020-04-20 Gary Benson <gbenson@redhat.com>
5407
5408 * gdb.base/nested-subp1.exp: Disable test when using clang.
5409 * gdb.base/nested-subp2.exp: Likewise.
5410 * gdb.base/nested-subp3.exp: Likewise.
5411
5412 2020-04-20 Gary Benson <gbenson@redhat.com>
5413
5414 * gdb.cp/exception.cc: Fix compilation error with clang.
5415
5416 2020-04-20 Gary Benson <gbenson@redhat.com>
5417
5418 * gdb.trace/tspeed.c: Fix compilation error with clang.
5419
5420 2020-04-20 Gary Benson <gbenson@redhat.com>
5421
5422 * gdb.base/jit-main.c: Fix compilation error with clang.
5423
5424 2020-04-17 Kamil Rytarowski <n54@gmx.com>
5425
5426 * gdb.base/attach-twice.c: Include "sys/types.h".
5427 (PTRACE_ATTACH): Add fallback definition.
5428 (main): Pass `0' to the 4th argument of `ptrace'.
5429
5430 2020-04-17 Kamil Rytarowski <n54@gmx.com>
5431
5432 * gdb.base/fork-running-state.c: Include "signal.h".
5433
5434 2020-04-17 Tom Tromey <tromey@adacore.com>
5435
5436 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
5437 Update tests.
5438 * gdb.btrace/cpu.exp: Update tests.
5439 * gdb.base/maint.exp: Update tests.
5440 * gdb.base/default.exp: Update tests.
5441 * gdb.base/completion.exp: Update tests.
5442
5443 2020-04-16 Tom de Vries <tdevries@suse.de>
5444
5445 PR symtab/25791
5446 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
5447 (ensure_gdb_index): and factor out and move ...
5448 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
5449 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
5450
5451 2020-04-16 Tom de Vries <tdevries@suse.de>
5452
5453 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
5454 loading exec.
5455
5456 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
5457
5458 * gdb.base/many-completions.exp: New file.
5459
5460 2020-04-14 Tom de Vries <tdevries@suse.de>
5461
5462 PR symtab/25718
5463 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
5464
5465 2020-04-14 Tom de Vries <tdevries@suse.de>
5466
5467 PR symtab/25720
5468 * gdb.base/maint-expand-symbols-header-file.c: New test.
5469 * gdb.base/maint-expand-symbols-header-file.exp: New file.
5470 * gdb.base/maint-expand-symbols-header-file.h: New test.
5471
5472 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
5473
5474 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
5475 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
5476 get_func_info.
5477 (get_func_info): Delete.
5478 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
5479 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
5480 * lib/dwarf.exp (get_func_info): New function.
5481
5482 2020-04-13 Tom de Vries <tdevries@suse.de>
5483
5484 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
5485 to what find_gnatmake does.
5486
5487 2020-04-10 Tom de Vries <tdevries@suse.de>
5488
5489 * gdb.base/style.exp: Expect "Expanding full symbols" message for
5490 -readnow.
5491
5492 2020-04-10 Tom de Vries <tdevries@suse.de>
5493
5494 PR cli/25808
5495 * gdb.base/style.c: Add leading newlines.
5496 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
5497 Check listing of main's one-line body.
5498
5499 2020-04-08 Tom de Vries <tdevries@suse.de>
5500
5501 * lib/gdb.exp (psymtabs_p): New proc.
5502 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
5503 importing unit" unsupported if there are no partial symbols.
5504
5505 2020-04-08 Tom de Vries <tdevries@suse.de>
5506
5507 PR testsuite/25760
5508 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
5509
5510 2020-04-07 Tom de Vries <tdevries@suse.de>
5511
5512 PR symtab/25796
5513 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
5514
5515 2020-04-07 Tom de Vries <tdevries@suse.de>
5516
5517 * gdb.base/check-psymtab.c: New test.
5518 * gdb.base/check-psymtab.exp: New file.
5519
5520 2020-04-06 Tom Tromey <tromey@adacore.com>
5521
5522 * gdb.ada/variant-record/proc.adb: New file.
5523 * gdb.ada/variant-record/value.adb: New file.
5524 * gdb.ada/variant-record/value.s: New file.
5525 * gdb.ada/variant-record.exp: New file.
5526
5527 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
5528
5529 PR gdb/25325
5530 * gdb.cp/typed-enum.cc: New test.
5531 * gdb.cp/typed-enum.exp: New file.
5532
5533 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
5534
5535 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
5536 * gdb.dwarf2/dw2-inline-small-func.c: New file.
5537 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
5538 * gdb.dwarf2/dw2-inline-small-func.h: New file.
5539 * gdb.opt/inline-small-func.c: New file.
5540 * gdb.opt/inline-small-func.exp: New file.
5541 * gdb.opt/inline-small-func.h: New file.
5542
5543 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
5544
5545 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
5546 function.
5547
5548 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
5549
5550 * lib/dwarf.exp (function_range): Allow compiler options to be
5551 specified.
5552
5553 2020-04-02 Tom de Vries <tdevries@suse.de>
5554
5555 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
5556 __attribute__((always_inline)).
5557 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
5558
5559 2020-04-02 Tom de Vries <tdevries@suse.de>
5560
5561 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
5562 (gdbserver_gdb_exit): ... here. Add timeout warning.
5563 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
5564 (connect_target_extended_remote): Append new server_spawn_id to
5565 server_spawn_ids.
5566 (cleanup): New proc.
5567 (setup, <toplevel>): Call cleanup.
5568
5569 2020-04-02 Tom de Vries <tdevries@suse.de>
5570
5571 * gdb.base/main-psymtab.exp: New file.
5572
5573 2020-04-02 Tom de Vries <tdevries@suse.de>
5574
5575 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
5576
5577 2020-04-01 Tom Tromey <tom@tromey.com>
5578
5579 * gdb.base/complex-parts.exp: Add type tests.
5580
5581 2020-04-01 Tom Tromey <tom@tromey.com>
5582
5583 * gdb.base/complex-parts.exp: Add arithmetic tests.
5584
5585 2020-04-01 Tom Tromey <tom@tromey.com>
5586
5587 * gdb.compile/compile.exp: Update.
5588 * gdb.compile/compile-cplus.exp: Update.
5589 * gdb.base/varargs.exp: Update.
5590 * gdb.base/floatn.exp: Update.
5591 * gdb.base/endianity.exp: Update.
5592 * gdb.base/callfuncs.exp (do_function_calls): Update.
5593 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
5594 (complex_float_integral_args): Update.
5595 * gdb.base/complex.exp: Update.
5596 * gdb.base/complex-parts.exp: Update.
5597
5598 2020-04-01 Tom Tromey <tromey@adacore.com>
5599
5600 * gdb.rust/union.rs: New file.
5601 * gdb.rust/union.exp: New file.
5602 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
5603 (main): Update.
5604 * gdb.rust/simple.exp: Move union tests to union.exp.
5605
5606 2020-04-01 Tom Tromey <tromey@adacore.com>
5607
5608 * gdb.rust/simple.rs (main): Remove "y0".
5609
5610 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5611
5612 * gdb.multi/stop-all-on-exit.c: New test.
5613 * gdb.multi/stop-all-on-exit.exp: New file.
5614
5615 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
5616
5617 PR gdb/24789
5618 * gdb.cp/misc.cc: Add integer reference variable.
5619 * gdb.cp/misc.exp: Add test.
5620
5621 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5622
5623 * gdb.server/stop-reply-no-thread.exp: Enhance the test
5624 scenario to cover execution until the end and also the case
5625
5626 2020-03-31 Tom de Vries <tdevries@suse.de>
5627
5628 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
5629 c. Use "maint info symtabs" to check symtab expansion.
5630
5631 2020-03-30 Tom de Vries <tdevries@suse.de>
5632
5633 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
5634 unsupported.
5635 (verify_psymtab_expanded): Move ...
5636 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
5637 test.
5638 (readnow): New proc.
5639
5640 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
5641
5642 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
5643 with $hex.
5644
5645 2020-03-20 Tom Tromey <tromey@adacore.com>
5646
5647 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
5648
5649 2020-03-20 Tom Tromey <tromey@adacore.com>
5650
5651 * gdb.ada/sub_variant/subv.adb: New file.
5652 * gdb.ada/sub_variant.exp: New file.
5653
5654 2020-03-20 Tom de Vries <tdevries@suse.de>
5655
5656 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
5657 first break fails.
5658 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
5659
5660 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
5661
5662 * gdb.server/exit-multiple-threads.c: New file.
5663 * gdb.server/exit-multiple-threads.exp: New file.
5664
5665 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
5666
5667 * gdb.fortran/mixed-lang-stack.c: New file.
5668 * gdb.fortran/mixed-lang-stack.cpp: New file.
5669 * gdb.fortran/mixed-lang-stack.exp: New file.
5670 * gdb.fortran/mixed-lang-stack.f90: New file.
5671
5672 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
5673
5674 * gdb.linespec/cp-completion-aliases.cc: New file.
5675 * gdb.linespec/cp-completion-aliases.exp: New file.
5676
5677 2020-03-19 Tom de Vries <tdevries@suse.de>
5678
5679 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
5680 more precise.
5681
5682 2020-03-18 Tom de Vries <tdevries@suse.de>
5683
5684 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
5685 * gdb.dwarf2/break-inline-psymtab.c: New test.
5686 * gdb.dwarf2/break-inline-psymtab.exp: New file.
5687
5688 2020-03-16 Tom de Vries <tdevries@suse.de>
5689
5690 * lib/cache.exp (gdb_do_cache): Add and handle local variables
5691 cache_verify and cache_verify_proc.
5692
5693 2020-03-15 Tom de Vries <tdevries@suse.de>
5694
5695 * gdb.server/solib-list.exp: Handle
5696 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
5697
5698 2020-03-15 Tom de Vries <tdevries@suse.de>
5699
5700 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
5701 objfiles".
5702
5703 2020-03-14 Tom Tromey <tom@tromey.com>
5704
5705 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
5706
5707 2020-03-14 Tom de Vries <tdevries@suse.de>
5708
5709 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
5710
5711 2020-03-14 Tom de Vries <tdevries@suse.de>
5712
5713 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
5714 result in line-by-line fashion.
5715
5716 2020-03-14 Tom de Vries <tdevries@suse.de>
5717
5718 * lib/gdb.exp (supports_statement_frontiers): New proc.
5719 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
5720
5721 2020-03-14 Tom de Vries <tdevries@suse.de>
5722
5723 * gdb.base/printcmds.exp: Add missing quoting for "print
5724 teststring2".
5725
5726 2020-03-13 Tom Tromey <tom@tromey.com>
5727
5728 * gdb.base/printcmds.exp (test_print_strings): Add regression
5729 test.
5730 * gdb.base/printcmds.c (charptr): New typedef.
5731 (teststring2): New global.
5732
5733 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
5734
5735 * gdb.base/break-interp.exp: Use the tail of the filename, not the
5736 full path in the test name.
5737 (test_ld): Add some with_test_prefix blocks to make test names
5738 unique.
5739
5740 2020-03-13 Tom de Vries <tdevries@suse.de>
5741
5742 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
5743
5744 2020-03-13 Tom de Vries <tdevries@suse.de>
5745
5746 * gdb.mi/mi-sym-info.exp: Make matching more precise.
5747
5748 2020-03-13 Tom de Vries <tdevries@suse.de>
5749
5750 PR symtab/25646
5751 * gdb.dwarf2/imported-unit.exp: Add test.
5752
5753 2020-03-13 Tom de Vries <tdevries@suse.de>
5754
5755 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
5756 (var1, var2): New variable.
5757 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
5758 matching symbols.
5759
5760 2020-03-13 Tom de Vries <tdevries@suse.de>
5761
5762 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
5763 (Term::command): Use prompt prefix.
5764 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
5765 * gdb.tui/tui-layout-asm-short-prog.exp: Use
5766 command_no_prompt_prefix instead of prefix.
5767 * gdb.tui/tui-layout-asm.exp: Same.
5768
5769 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
5770
5771 * gdb.base/break-interp.exp: Use foreach_with_prefix.
5772
5773 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
5774
5775 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
5776 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
5777 on" while stepping over the test instruction, match printed
5778 message.
5779
5780 2020-03-12 Tom de Vries <tdevries@suse.de>
5781
5782 * gdb.base/info-types.exp: Use exp_continue during matching of output
5783 of "info types".
5784
5785 2020-03-12 Tom de Vries <tdevries@suse.de>
5786
5787 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
5788
5789 2020-03-12 Tom de Vries <tdevries@suse.de>
5790
5791 * gdb.fortran/module.exp: Use exp_continue during matching of output
5792 of "info variable -n".
5793
5794 2020-03-12 Tom de Vries <tdevries@suse.de>
5795
5796 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
5797 gdb.dwarf2/dw2-ranges-base.c.
5798
5799 2020-03-12 Tom de Vries <tdevries@suse.de>
5800
5801 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
5802 in presence of GLIBC debuginfo.
5803
5804 2020-03-12 Tom de Vries <tdevries@suse.de>
5805
5806 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
5807 $core.
5808
5809 2020-03-12 Tom de Vries <tdevries@suse.de>
5810
5811 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
5812 more precise.
5813
5814 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
5815
5816 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
5817 from Unix to Windows path.
5818
5819 2020-03-11 Tom de Vries <tdevries@suse.de>
5820
5821 * gdb.ada/minsyms.exp: Set language to ada.
5822
5823 2020-03-11 Tom de Vries <tdevries@suse.de>
5824
5825 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
5826
5827 2020-03-11 Tom de Vries <tdevries@suse.de>
5828
5829 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
5830
5831 2020-03-11 Tom Tromey <tromey@adacore.com>
5832
5833 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
5834
5835 2020-03-11 Tom de Vries <tdevries@suse.de>
5836
5837 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
5838
5839 2020-03-11 Tom de Vries <tdevries@suse.de>
5840
5841 * gdb.base/break-interp.exp: Limit verbose scope.
5842
5843 2020-03-11 Tom de Vries <tdevries@suse.de>
5844
5845 * gdb.fortran/logical.f90: Define variable with character type.
5846 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
5847
5848 2020-03-11 Tom de Vries <tdevries@suse.de>
5849
5850 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
5851
5852 2020-03-11 Tom de Vries <tdevries@suse.de>
5853
5854 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
5855 symtabs.
5856
5857 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
5858 Bernd Edlinger <bernd.edlinger@hotmail.de>
5859
5860 * gdb.cp/step-and-next-inline.cc: New file.
5861 * gdb.cp/step-and-next-inline.exp: New file.
5862 * gdb.cp/step-and-next-inline.h: New file.
5863 * gdb.dwarf2/dw2-is-stmt.c: New file.
5864 * gdb.dwarf2/dw2-is-stmt.exp: New file.
5865 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
5866 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
5867 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
5868
5869 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
5870
5871 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
5872 is-stmt flag in the line table.
5873
5874 2020-03-09 Tom de Vries <tdevries@suse.de>
5875
5876 * lib/gdb.exp (cached_file): Create cache dir.
5877
5878 2020-03-07 Tom de Vries <tdevries@suse.de>
5879
5880 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
5881 * gdb.cp/rvalue-ref-params.exp: Same.
5882
5883 2020-03-06 Tom de Vries <tdevries@suse.de>
5884
5885 * lib/gdb.exp (tentative_rename, cached_file): New proc.
5886 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
5887
5888 2020-03-06 Tom de Vries <tdevries@suse.de>
5889
5890 * README: Fix "the the".
5891 * gdb.base/dprintf.exp: Same.
5892
5893 2020-03-05 Tom de Vries <tdevries@suse.de>
5894
5895 * gdb.base/maint.exp: Update "main print statistics" expected output.
5896
5897 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
5898
5899 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
5900 (fortran_int8): Likewise.
5901 (fortran_real4): Likewise.
5902 (fortran_real8): Likewise.
5903 (fortran_complex4): Likewise.
5904 (fortran_logical4): Likewise.
5905 (fortran_character1): Likewise.
5906
5907 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
5908
5909 * gdb.fortran/logical.exp: Add tests that any non-zero value is
5910 printed as true.
5911
5912 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
5913
5914 * gdb.base/printcmds.exp: Add test to verify printf of a
5915 variable holding an address.
5916
5917 2020-03-03 Tom de Vries <tdevries@suse.de>
5918
5919 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
5920
5921 2020-03-03 Tom de Vries <tdevries@suse.de>
5922
5923 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
5924 gdb_test_multiple call.
5925
5926 2020-03-03 Tom de Vries <tdevries@suse.de>
5927
5928 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
5929 gdb_test_multiple calls.
5930
5931 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
5932
5933 * gdb.base/default.exp: Remove test of 'set history filename'.
5934 * gdb.base/gdbinit-history.exp: Add tests for setting the history
5935 filename to the empty string.
5936 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
5937 and GDBHISTSIZE.
5938
5939 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
5940
5941 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
5942 disabled.
5943
5944 2020-03-02 Pedro Alves <palves@redhat.com>
5945 Tom de Vries <tdevries@suse.de>
5946
5947 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
5948 -prompt prefix, before user_code argument. Add -lbl option likewise.
5949 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
5950 (gdb_is_target_1): Add -prompt prefix and move to before user_code
5951 argument.
5952 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
5953 have "\r\n" at start-of-line, instead of at end-of-line.
5954
5955 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
5956
5957 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
5958 libinproctrace.so.
5959
5960 2020-02-28 Luis Machado <luis.machado@linaro.org>
5961
5962 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
5963 to "p/x".
5964
5965 2020-02-28 Luis Machado <luis.machado@linaro.org>
5966
5967 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
5968 asm/ptrace.h and error.h.
5969
5970 2020-02-28 Tom de Vries <tdevries@suse.de>
5971
5972 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
5973 (struct wrapper, do_something, mundane/symada__cS): Move ...
5974 * gdb.base/c-linkage-name-2.c: ... here. New source file.
5975 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
5976 Update "print symada__cS before partial symtab expansion" regexp.
5977 Update breakpoint location. Flush symbol cache after expansion.
5978
5979 2020-02-28 Luis Machado <luis.machado@linaro.org>
5980
5981 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
5982
5983 2020-02-27 Tom de Vries <tdevries@suse.de>
5984
5985 * config/sid.exp: Remove unused globals.
5986 * gdb.base/attach.exp: Same.
5987 * gdb.base/catch-load.exp: Same.
5988 * gdb.base/dbx.exp: Same.
5989 * lib/gdb.exp: Same.
5990 * lib/mi-support.exp: Same.
5991 * lib/prompt.exp: Same.
5992
5993 2020-02-27 Tom de Vries <tdevries@suse.de>
5994
5995 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
5996 not set.
5997
5998 2020-02-26 Aaron Merey <amerey@redhat.com>
5999
6000 * gdb.debuginfod: New directory for debuginfod tests.
6001 * gdb.debuginfod/main.c: New test file.
6002 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
6003
6004 2020-02-26 Tom de Vries <tdevries@suse.de>
6005
6006 PR gdb/25603
6007 * gdb.base/persistent-lang.cc: New test.
6008 * gdb.base/persistent-lang.exp: New file.
6009
6010 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
6011
6012 * gdb.fortran/derived-type-striding.exp: Add a new test.
6013 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
6014 new test.
6015
6016 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
6017
6018 * gdb.base/cached-source-file.exp: Avoid source file paths in test
6019 names.
6020
6021 2020-02-25 Tom de Vries <tdevries@suse.de>
6022
6023 PR go/18926
6024 * gdb.go/methods.exp: Remove gcc/93866 xfail.
6025
6026 2020-02-24 Tom de Vries <tdevries@suse.de>
6027
6028 PR gdb/25592
6029 * gdb.base/info-locals-unused-static-var.c: New test.
6030 * gdb.base/info-locals-unused-static-var.exp: New file.
6031
6032 2020-02-22 Tom Tromey <tom@tromey.com>
6033
6034 * gdb.python/tui-window.exp: New file.
6035 * gdb.python/tui-window.py: New file.
6036
6037 2020-02-22 Tom Tromey <tom@tromey.com>
6038
6039 PR tui/17850:
6040 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
6041 tests.
6042
6043 2020-02-22 Tom Tromey <tom@tromey.com>
6044
6045 * gdb.tui/new-layout.exp: Add sub-layout tests.
6046
6047 2020-02-22 Tom Tromey <tom@tromey.com>
6048
6049 * gdb.tui/new-layout.exp: New file.
6050
6051 2020-02-22 Tom Tromey <tom@tromey.com>
6052
6053 * gdb.rust/rust-style.rs: New file.
6054 * gdb.rust/rust-style.exp: New file.
6055 * gdb.base/style.exp: Test structure printing.
6056 * gdb.base/style.c (struct some_struct): New type.
6057 (enum etype): New type.
6058 (struct_value): New global.
6059
6060 2020-02-21 Tom de Vries <tdevries@suse.de>
6061
6062 PR go/18926
6063 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
6064 Remove blanket xfails. Use message argument for gdb_breakpoint.
6065 Make continuing to breakpoint test conditional on setting breakpoint.
6066 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
6067 DW_AT_name attribute. Add xfail for GCC PR93866.
6068
6069 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
6070
6071 * gdb.dwarf2/cpp-linkage-name.c: New file.
6072 * gdb.dwarf2/cpp-linkage-name.exp: New file.
6073
6074 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
6075
6076 * lib/gdb.exp (gdb_wrapper_init): Reset
6077 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
6078 not exist.
6079
6080 2020-02-20 Tom de Vries <tdevries@suse.de>
6081
6082 PR go/17018
6083 * gdb.go/hello.exp: Copy ...
6084 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
6085 print of st to print value of global definition. Add xfail for GCC
6086 PR93844.
6087 * gdb.go/hello.exp: Remove printing of st before definition.
6088 * gdb.go/hello.go: Copy ...
6089 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
6090 to st.
6091 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
6092
6093 2020-02-20 Tom de Vries <tdevries@suse.de>
6094
6095 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
6096 (gdb_simple_compile): Handle compile_flags go by using .go extension
6097 for source file.
6098 * gdb.go/chan.exp: Use support_go_compile.
6099 * gdb.go/handcall.exp: Same.
6100 * gdb.go/hello.exp: Same.
6101 * gdb.go/integers.exp: Same.
6102 * gdb.go/max-depth.exp: Same.
6103 * gdb.go/methods.exp: Same.
6104 * gdb.go/package.exp: Same.
6105 * gdb.go/strings.exp: Same.
6106 * gdb.go/types.exp: Same.
6107 * gdb.go/unsafe.exp: Same.
6108
6109 2020-02-19 Tom de Vries <tdevries@suse.de>
6110
6111 * gdb.python/lib-types.exp: Make xfail more strict.
6112
6113 2020-02-19 Tom de Vries <tdevries@suse.de>
6114
6115 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
6116
6117 2020-02-19 Doug Evans <dje@google.com>
6118
6119 PR rust/25535
6120 * gdb.rust/simple.exp: Add test.
6121 * gdb.rust/simple.rs: Add test.
6122
6123 2020-02-19 Tom de Vries <tdevries@suse.de>
6124
6125 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
6126 output line-by-line.
6127
6128 2020-02-19 Tom de Vries <tdevries@suse.de>
6129
6130 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
6131
6132 2020-02-19 Tom de Vries <tdevries@suse.de>
6133
6134 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
6135 prelink.
6136
6137 2020-02-19 Tom de Vries <tdevries@suse.de>
6138
6139 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
6140 (gdb_do_cache): Use gdb_do_cache_wrap.
6141 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
6142
6143 2020-02-19 Tom de Vries <tdevries@suse.de>
6144
6145 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
6146 gdb_compile option.
6147
6148 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
6149
6150 * gdb.base/printcmds.exp (test_print_enums): Update expected
6151 output.
6152
6153 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
6154
6155 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
6156 for "unknown".
6157
6158 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
6159
6160 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
6161 enumerator.
6162
6163 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
6164
6165 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
6166 FE_, add FE_NONE.
6167 (three): Update.
6168 (enum flag_enum_without_zero): New enum.
6169 (flag_enum_without_zero): New variable.
6170 (enum not_flag_enum): New enum.
6171 (three_not_flag): New variable.
6172 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
6173 (test_print_enums): Add more tests for printing flag enums.
6174
6175 2020-02-18 Tom de Vries <tdevries@suse.de>
6176
6177 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
6178 (gdb_compile_ada): ... here.
6179 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
6180 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
6181
6182 2020-02-14 Tom Tromey <tom@tromey.com>
6183
6184 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
6185 build directory.
6186 * boards/gdbserver-base.exp: Update path to gdbserver.
6187
6188 2020-02-13 Tom de Vries <tdevries@suse.de>
6189
6190 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
6191
6192 2020-02-13 Tom de Vries <tdevries@suse.de>
6193
6194 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
6195 are missing.
6196
6197 2020-02-13 Tom de Vries <tdevries@suse.de>
6198
6199 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
6200 call.
6201
6202 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
6203
6204 PR tui/25126
6205 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
6206 * gdb.base/cached-source-file.c: New file.
6207 * gdb.base/cached-source-file.exp: New file.
6208
6209 2020-02-11 Tom de Vries <tdevries@suse.de>
6210
6211 PR testsuite/25488
6212 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
6213
6214 2020-02-10 Tom de Vries <tdevries@suse.de>
6215
6216 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
6217
6218 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
6219
6220 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
6221 and $after_addr are both integers before making a comparison.
6222
6223 2020-02-09 Tom de Vries <tdevries@suse.de>
6224
6225 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
6226 command output and paste it into gdb.log. If any, paste catch message
6227 to gdb.log.
6228
6229 2020-02-07 Tom Tromey <tromey@adacore.com>
6230
6231 PR breakpoints/24915:
6232 * gdb.base/annotate-symlink.exp: Use setup_xfail.
6233
6234 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
6235
6236 * gdb.tui/tui-missing-src.exp: Add the "missing source
6237 file" test for the TUI.
6238
6239 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
6240
6241 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
6242 including a port number in the output.
6243
6244 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
6245
6246 * lib/fortran.exp (fortran_int4): Handle clang.
6247 (fortran_int8): Likewise.
6248 (fortran_real4): Likewise.
6249 (fortran_real8): Likewise.
6250 (fortran_complex4): Likewise.
6251 (fortran_logical4): Likewise.
6252 (fortran_character1): Likewise.
6253
6254 2020-02-04 Tom de Vries <tdevries@suse.de>
6255
6256 * README (Race detection): Add note.
6257
6258 2020-02-04 Tom de Vries <tdevries@suse.de>
6259
6260 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
6261
6262 2020-02-04 Tom de Vries <tdevries@suse.de>
6263
6264 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
6265
6266 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
6267
6268 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
6269 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
6270 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
6271 blttar, bnetarl.
6272 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
6273 binary for blttar, bnetarl.
6274 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
6275 wait instruction. Delete ldmx test.
6276 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
6277
6278 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
6279
6280 * gdb.fortran/array-bounds-high.exp: New file.
6281 * gdb.fortran/array-bounds-high.f90: New file.
6282
6283 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
6284
6285 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
6286 Replace #include of <sys/fcntl.h> by <fcntl.h>.
6287
6288 2020-02-01 Tom de Vries <tdevries@suse.de>
6289
6290 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
6291
6292 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
6293
6294 PR tui/9765
6295 * gdb.tui/tui-layout-asm-short-prog.S: New file.
6296 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
6297
6298 2020-01-29 Luis Machado <luis.machado@linaro.org>
6299
6300 * gdb.arch/aarch64-brk-patterns.c: New source file.
6301 * gdb.arch/aarch64-brk-patterns.exp: New test.
6302
6303 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6304
6305 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
6306 GCC/Clang version.
6307 * gdb.cp/pass-by-ref.exp: Ditto.
6308
6309 2020-01-29 Tom de Vries <tdevries@suse.de>
6310
6311 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
6312 * gdb.threads/watchpoint-fork-mt.c: Same.
6313 * gdb.threads/watchpoint-fork-parent.c: Same.
6314 * gdb.threads/watchpoint-fork-st.c: Same.
6315 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
6316
6317 2020-01-27 Luis Machado <luis.machado@linaro.org>
6318
6319 * gdb.base/step-over-syscall.exp (setup): Check if we're already
6320 sitting at a syscall instruction when we hit the syscall function's
6321 breakpoint.
6322 Check PC against one obtained with the x command.
6323 Validate syscall number.
6324 (step_over_syscall): Don't continue to the syscall instruction if
6325 we're already there.
6326
6327 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6328
6329 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
6330
6331 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6332
6333 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
6334 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
6335
6336 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6337
6338 * gdb.dwarf2/dw2-inline-stepping.c: New file.
6339 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
6340
6341 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6342
6343 * gdb.base/maint.exp: Update line table parsing test.
6344 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
6345
6346 2020-01-24 Pedro Alves <palves@redhat.com>
6347
6348 PR gdb/25410
6349 * gdb.multi/multi-re-run-1.c: New.
6350 * gdb.multi/multi-re-run-2.c: New.
6351 * gdb.multi/multi-re-run.exp: New.
6352
6353 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6354
6355 PR gdb/23718
6356 * gdb.server/server-kill-python.exp: New file.
6357
6358 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6359
6360 * gdb.server/multi-ui-errors.c: New file.
6361 * gdb.server/multi-ui-errors.exp: New file.
6362
6363 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6364
6365 PR tui/9765
6366 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
6367
6368 2020-01-19 Tom Tromey <tom@tromey.com>
6369
6370 * gdb.tui/main.exp: Add check for plain "file".
6371
6372 2020-01-16 Christian Biesinger <cbiesinger@google.com>
6373
6374 * lib/gdb.exp: Fix spelling error (seperatelly).
6375
6376 2020-01-14 Tom Tromey <tom@tromey.com>
6377
6378 PR symtab/12535:
6379 * gdb.python/python.exp: Test decode_line with empty string
6380 argument.
6381
6382 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
6383
6384 * gdb.base/skip-inline.exp: Extend test.
6385
6386 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
6387
6388 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
6389 * gdb.dwarf2/dw2-bad-elf.c: New file.
6390 * gdb.dwarf2/dw2-bad-elf.exp: New file.
6391
6392 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
6393
6394 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
6395 _line_saw_file.
6396
6397 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
6398
6399 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
6400 border.
6401
6402 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6403
6404 * gdb.multi/multi-target.exp (setup): Factor out "info
6405 connections" and "info inferiors" tests to ...
6406 (test_info_inferiors): ... this new procedure.
6407 (top level): Run new "info-inferiors" tests.
6408
6409 2020-01-10 Pedro Alves <palves@redhat.com>
6410
6411 * gdb.server/bkpt-other-inferior.exp: New file.
6412
6413 2020-01-10 Pedro Alves <palves@redhat.com>
6414
6415 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
6416 of "add-inferior".
6417 * gdb.base/quit-live.exp: Likewise.
6418 * gdb.base/remote-exec-file.exp: Likewise.
6419 * gdb.guile/scm-progspace.exp: Likewise.
6420 * gdb.linespec/linespec.exp: Likewise.
6421 * gdb.mi/new-ui-mi-sync.exp: Likewise.
6422 * gdb.mi/user-selected-context-sync.exp: Likewise.
6423 * gdb.multi/multi-target.exp (setup): Add "info connection" and
6424 "info inferiors" tests.
6425 * gdb.multi/remove-inferiors.exp: Adjust expected output of
6426 "add-inferior".
6427 * gdb.multi/watchpoint-multi.exp: Likewise.
6428 * gdb.python/py-inferior.exp: Likewise.
6429 * gdb.server/extended-remote-restart.exp: Likewise.
6430 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
6431 "info inferiors".
6432 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
6433 * gdb.trace/report.exp: Likewise.
6434
6435 2020-01-10 Pedro Alves <palves@redhat.com>
6436
6437 * gdb.multi/multi-target.c: New file.
6438 * gdb.multi/multi-target.exp: New file.
6439 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
6440 mode requested, but remote does not support non-stop".
6441
6442 2020-01-10 Pedro Alves <palves@redhat.com>
6443
6444 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
6445 disconnect before reconnecting.
6446
6447 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6448 Pedro Alves <palves@redhat.com>
6449
6450 * gdb.server/connect-without-multi-process.exp: Also test
6451 continuing to end.
6452
6453 2020-01-10 Pedro Alves <palves@redhat.com>
6454
6455 * gdb.base/remote-exec-file.exp: New file.
6456
6457 2020-01-10 Pedro Alves <palves@redhat.com>
6458
6459 * gdb.base/fork-running-state.exp (do_test): Adjust expected
6460 output.
6461 * gdb.threads/async.c: New.
6462 * gdb.threads/async.exp: New.
6463 * gdb.multi/tids-gid-reset.c: New.
6464 * gdb.multi/tids-gid-reset.exp: New.
6465
6466 2020-01-10 George Barrett <bob@bob131.so>
6467
6468 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
6469 to help in finding the image relocation offset.
6470 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
6471 options in arguments.
6472 (stap_test_no_debuginfo): Likewise.
6473 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
6474 test variants.
6475 (stap_test): Add null semaphore relocation test.
6476
6477 2020-01-10 George Barrett <bob@bob131.so>
6478
6479 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
6480 * gdb.base/stap-probe.exp: Likewise.
6481 (stap_test): Pass argument as an additional flag.
6482 (stap_test_no_debuginfo): Likewise.
6483 (stap_test): Check `info probes stap' output for semaphore
6484 addresses if the test binary is supposed to have them.
6485
6486 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6487
6488 * gdb.tui/basic.exp: Add more scrolling tests.
6489
6490 2020-01-09 Tom Tromey <tom@tromey.com>
6491
6492 PR tui/18932:
6493 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
6494 meangingful value.
6495 (Term::command, Term::resize): Update.
6496 * gdb.tui/basic.exp: Add scrolling test.
6497
6498 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6499
6500 * gdb.tui/tui-layout-asm.exp: New file.
6501
6502 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6503
6504 * lib/tuiterm.exp (Term::check_box_contents): New proc.
6505
6506 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6507
6508 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
6509 (Term::enter_tui): Use Term::prepare_for_tui.
6510
6511 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6512
6513 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
6514 called.
6515
6516 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6517
6518 * gdb.base/skip.exp: Fix race condition in test.
6519
6520 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
6521
6522 * gdb.base/backtrace.c: New file.
6523 * gdb.base/backtrace.exp: New file.
6524
6525 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
6526
6527 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
6528
6529 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6530
6531 * gdb.base/style.exp: Test that warnings are styled.
6532
6533 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
6534
6535 * gdb.base/line65535.exp: New file.
6536 * gdb.base/line65535.c: New file.
6537
6538 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
6539
6540 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
6541 * lib/gnat_debug_info_test.adb: New file.
6542 * gdb.ada/ptype_tagged_param.exp: Use
6543 gnat_runtime_has_debug_info, expect a different output if
6544 runtime does not have debug info.
6545
6546 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
6547
6548 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
6549 (another) quote in test name.
6550
6551 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
6552
6553 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
6554 Add quote in test name.
6555
6556 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6557
6558 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
6559 directory instead.
6560 * gdb.cp/pass-by-ref.exp: Extend with more cases.
6561 * gdb.cp/pass-by-ref-2.cc: New file.
6562 * gdb.cp/pass-by-ref-2.exp: New file.
6563
6564 2019-12-20 Tom Tromey <tom@tromey.com>
6565
6566 * gdb.tui/list-before.exp: New file.
6567
6568 2019-12-20 Tom Tromey <tom@tromey.com>
6569
6570 * gdb.tui/list.exp: Check for source on initial listing.
6571
6572 2019-12-11 Tom Tromey <tromey@adacore.com>
6573
6574 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
6575 Add crlf test.
6576
6577 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
6578
6579 * gdb.base/default.exp: Update value of $_gdb_major.
6580
6581 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
6582
6583 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
6584
6585 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
6586
6587 * gdb.base/skip.exp: Whitespace fix.
6588
6589 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
6590
6591 * gdb.base/skip-inline.c: New file.
6592 * gdb.base/skip-inline.exp: New file.
6593
6594 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
6595
6596 * gdb.base/jit-reader.exp (jit_reader_test): Rename
6597 jit_function_00 to jit_function_stack_mangle.
6598 * gdb.base/jithost.c (jit_function_t): Rename to...
6599 (jit_function_stack_mangle_t): ... this.
6600 (jit_function_add_t): New typedef.
6601 (jit_function_00_code): Rename to...
6602 (jit_function_stack_mangle_code): ... this, make static.
6603 (jit_function_add_code): New.
6604 (main): Generate "add" function and call it. Adjust to changes
6605 in jithost_abi.
6606 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
6607 (struct jithost_abi) <begin, end>: Remove fields.
6608 <object, function_stack_mangle, function_add>: New fields.
6609 * gdb.base/jitreader.c (struct reader_state) <code_begin,
6610 code_end>: Remove fields.
6611 <func_stack_mangle>: New field.
6612 (read_debug_info): Adjust to renaming, create block for "add"
6613 function.
6614 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
6615
6616 2019-12-11 Tom Tromey <tom@tromey.com>
6617
6618 * gdb.tui/resize.exp: Fix regexp.
6619 * gdb.tui/regs.exp: Fix regexps.
6620 * gdb.tui/main.exp: Fix regexp.
6621
6622 2019-12-11 Tom Tromey <tom@tromey.com>
6623
6624 * gdb.tui/resize.exp: Update.
6625 * gdb.tui/empty.exp (layouts): Update.
6626
6627 2019-12-11 Tom Tromey <tom@tromey.com>
6628
6629 * gdb.tui/regs.exp: Update.
6630 * gdb.tui/empty.exp (layouts): Update.
6631 * gdb.tui/basic.exp: Update.
6632 * lib/tuiterm.exp (_check_box): Don't check bottom border.
6633
6634 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6635
6636 * gdb.base/options.exp: Add -raw-values in the print completion list.
6637 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
6638
6639 2019-12-10 Kevin Buettner <kevinb@redhat.com>
6640
6641 * gdb.threads/omp-par-scope.c: New file.
6642 * gdb/threads/omp-par-scope.exp: New file.
6643
6644 2019-12-10 Kevin Buettner <kevinb@redhat.com>
6645
6646 * lib/gdb.exp (support_nested_function_tests): New proc.
6647
6648 2019-12-10 Kevin Buettner <kevinb@redhat.com>
6649
6650 * lib/gdb.exp (gdb_compile_openmp): New proc.
6651 (build_executable_from_specs): Add an "openmp" option.
6652 (gdb_compile_pthreads): Add non-executable case.
6653
6654 2019-12-10 Tom Tromey <tromey@adacore.com>
6655
6656 * gdb.ada/unchecked_union.exp: New file.
6657 * gdb.ada/unchecked_union/pck.adb: New file.
6658 * gdb.ada/unchecked_union/pck.ads: New file.
6659 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
6660 * gdb-utils.exp (string_to_regexp): Also quote "?".
6661
6662 2019-12-10 George Barrett <bob@bob131.so>
6663
6664 Test scripted probe breakpoints.
6665 * gdb.guile/scm-breakpoint.c (main): Add probe point.
6666 * gdb.python/py-breakpoint.c (main): Likewise.
6667 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
6668 specifier test.
6669 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
6670
6671 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6672
6673 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
6674 an rvalue parameter.
6675 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
6676 parameter.
6677
6678 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
6679
6680 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
6681 modules.
6682
6683 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
6684
6685 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
6686 broken version of GCC.
6687
6688 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
6689
6690 * gdb.fortran/info-modules.exp: Rewrite to make use of new
6691 sym-info-cmds library.
6692 * gdb.fortran/info-types.exp: Likewise.
6693 * lib/sym-info-cmds.exp: New file.
6694
6695 2019-12-08 Tom de Vries <tdevries@suse.de>
6696
6697 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
6698
6699 2019-12-07 Keith Seitz <keiths@redhat.com>
6700
6701 * gdb.base/corefile-buildid-shlib-shr.c: New file.
6702 * gdb.base/corefile-buildid-shlib.c: New file.
6703 * gdb.base/corefile-buildid.c: New file.
6704 * gdb.base/corefile-buildid.exp: New file.
6705
6706 2019-12-06 Tom de Vries <tdevries@suse.de>
6707
6708 * gdb.dwarf2/varval.exp: Add decl before def test.
6709
6710 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6711
6712 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
6713
6714 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6715
6716 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
6717 CV and reference conversion for overload resolution.
6718 * gdb.cp/rvalue-ref-overload.exp: Test it.
6719
6720 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6721
6722 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
6723 * gdb.base/frameapply.exp: Test faas without command.
6724
6725 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
6726
6727 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
6728 Fortran tests.
6729 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
6730 order.
6731
6732 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
6733
6734 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
6735 casting to type with no kind specified.
6736 (test_basic_parsing_of_type_kinds): Additional tests for types
6737 with no kind specified, and add tests for single/double
6738 precision/complex types.
6739
6740 2019-12-04 Tom Tromey <tromey@adacore.com>
6741
6742 * gdb.base/endianity.c (struct other) <x>: New field.
6743 (main): Initialize it.
6744 * gdb.base/endianity.exp: Update.
6745
6746 2019-12-04 Tom Tromey <tromey@adacore.com>
6747
6748 * gdb.ada/scalar_storage/storage.adb: New file.
6749 * gdb.ada/scalar_storage/pck.adb: New file.
6750 * gdb.ada/scalar_storage/pck.ads: New file.
6751 * gdb.ada/scalar_storage.exp: New file.
6752
6753 2019-12-04 Tom Tromey <tromey@adacore.com>
6754
6755 * gdb.base/endianity.c (struct otherendian) <f>: New field.
6756 (main): Initialize it.
6757 * gdb.base/endianity.exp: Update.
6758
6759 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
6760
6761 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
6762
6763 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
6764
6765 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
6766 -symbol-info-module-functions and -symbol-info-module-variables.
6767
6768 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
6769
6770 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
6771
6772 2019-12-01 Richard Bunt <richard.bunt@arm.com>
6773 Andrew Burgess <andrew.burgess@embecosm.com>
6774
6775 * gdb.fortran/derived-type-striding.exp: New file.
6776 * gdb.fortran/derived-type-striding.f90: New file.
6777 * gdb.fortran/array-slices.exp: New file.
6778 * gdb.fortran/array-slices.f90: New file.
6779
6780 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6781
6782 * gdb.base/define.exp: Test . in command names.
6783 * gdb.base/setshow.exp: Update test, as . is now part of
6784 command name.
6785
6786 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6787
6788 * gdb.base/define-prefix.exp: New file.
6789
6790 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
6791
6792 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
6793 compile.
6794 (skip_btrace_pt_tests): Likewise.
6795
6796 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
6797
6798 * gdb.fortran/info-modules.exp: Compile source files in correct
6799 order.
6800
6801 2019-11-27 Kevin Buettner <kevinb@redhat.com>
6802
6803 * gdb.dwarf2/imported-unit.exp: New file.
6804 * gdb.dwarf2/imported-unit.c: New file.
6805
6806 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
6807
6808 * gdb.mi/mi-fortran-modules-2.f90: New file.
6809 * gdb.mi/mi-fortran-modules.exp: New file.
6810 * gdb.mi/mi-fortran-modules.f90: New file.
6811
6812 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
6813
6814 * gdb.mi/mi-sym-info-1.c: New file.
6815 * gdb.mi/mi-sym-info-2.c: New file.
6816 * gdb.mi/mi-sym-info.exp: New file.
6817
6818 2019-11-22 Tom Tromey <tromey@adacore.com>
6819
6820 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
6821 * gdb.ada/tasks/foo.adb: Add another stopping location.
6822
6823 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
6824
6825 * gdb.base/endianity.c: New test.
6826 * gdb.base/endianity.exp: New file.
6827
6828 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
6829
6830 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
6831
6832 2019-11-21 Tom de Vries <tdevries@suse.de>
6833
6834 PR gdb/24956
6835 * gdb.base/ui-redirect.exp: Test output of user-defined command.
6836
6837 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
6838
6839 * gdb.python/py-progspace.exp: Add missing parentheses on some
6840 'print' commands.
6841
6842 2019-11-19 Tom Tromey <tom@tromey.com>
6843
6844 * gdb.tui/winheight.exp: New file.
6845
6846 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
6847
6848 * gdb.base/ctf-whatis.c: Delete.
6849 * gdb.base/ctf-whatis.exp: Delete.
6850 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
6851
6852 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
6853
6854 * gdb.base/ctf-cvexpr.exp: Delete.
6855 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
6856
6857 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
6858
6859 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
6860 the compiler. Clean up header comment a little.
6861 * gdb.base/ctf-ptype.exp: Likewise.
6862 * gdb.base/ctf-whatis.exp: Likewise.
6863 * lib/gdb.exp (skip_ctf_tests): New proc.
6864
6865 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
6866
6867 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
6868 * gdb.tui/corefile-run.exp: New file.
6869
6870 2019-11-14 Tom Tromey <tromey@adacore.com>
6871
6872 * gdb.base/gdbvars.exp (test_convenience_variables): Add
6873 regression tests.
6874
6875 2019-11-12 Tom Tromey <tom@tromey.com>
6876
6877 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
6878 after any command. Expect prompt after WAIT_FOR is seen.
6879 (enter_tui): Enable resize messages.
6880 (command): Expect command in output.
6881 (get_line): Avoid error when cursor appears to be off-screen.
6882 (dump_screen): Include screen size in title.
6883 (_do_resize): New proc, from "resize".
6884 (resize): Rewrite. Do resize in two steps.
6885 * gdb.tui/empty.exp (layouts): Fix entries.
6886 (check_boxes): Remove xfail.
6887 (check_text): Dump screen on failure.
6888
6889 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
6890
6891 * gdb.python/py-symbol.exp: Add test for
6892 gdb.lookup_static_symbols.
6893
6894 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
6895
6896 * gdb.python/py-symbol.c: Declare and call function from new
6897 py-symbol-2.c file.
6898 * gdb.python/py-symbol.exp: Compile both source files, and add new
6899 tests for gdb.lookup_static_symbol.
6900 * gdb.python/py-symbol-2.c: New file.
6901
6902 2019-11-02 Tom de Vries <tdevries@suse.de>
6903
6904 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
6905 * gdb.base/anon.exp: Same.
6906 * gdb.base/auto-connect-native-target.exp: Same.
6907 * gdb.base/call-ar-st.exp: Same.
6908 * gdb.base/catch-syscall.exp: Same.
6909 * gdb.base/commands.exp: Same.
6910 * gdb.base/default.exp: Same.
6911 * gdb.base/display.exp: Same.
6912 * gdb.base/float.exp: Same.
6913 * gdb.base/foll-fork.exp: Same.
6914 * gdb.base/help.exp: Same.
6915 * gdb.base/info-macros.exp: Same.
6916 * gdb.base/info-proc.exp: Same.
6917 * gdb.base/info-target.exp: Same.
6918 * gdb.base/long_long.exp: Same.
6919 * gdb.base/macscp.exp: Same.
6920 * gdb.base/memattr.exp: Same.
6921 * gdb.base/nofield.exp: Same.
6922 * gdb.base/pointers.exp: Same.
6923 * gdb.base/printcmds.exp: Same.
6924 * gdb.base/ptype.exp: Same.
6925 * gdb.base/restore.exp: Same.
6926 * gdb.base/return.exp: Same.
6927 * gdb.base/scope.exp: Same.
6928 * gdb.base/set-noassign.exp: Same.
6929 * gdb.base/setshow.exp: Same.
6930 * gdb.base/shlib-call.exp: Same.
6931 * gdb.base/signals.exp: Same.
6932 * gdb.base/sigstep.exp: Same.
6933 * gdb.base/skip.exp: Same.
6934 * gdb.base/solib-symbol.exp: Same.
6935 * gdb.base/stap-probe.exp: Same.
6936 * gdb.base/step-line.exp: Same.
6937 * gdb.base/step-test.exp: Same.
6938 * gdb.base/style.exp: Same.
6939 * gdb.base/varargs.exp: Same.
6940 * gdb.base/vla-datatypes.exp: Same.
6941 * gdb.base/vla-ptr.exp: Same.
6942 * gdb.base/vla-sideeffect.exp: Same.
6943 * gdb.base/volatile.exp: Same.
6944 * gdb.base/watch-cond-infcall.exp: Same.
6945 * gdb.base/watchpoint.exp: Same.
6946
6947 2019-11-02 Tom de Vries <tdevries@suse.de>
6948
6949 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
6950 * gdb.cp/cpexprs.exp: Same.
6951 * gdb.cp/except-multi-location.exp: Same.
6952 * gdb.cp/exceptprint.exp: Same.
6953 * gdb.cp/gdb2384.exp: Same.
6954 * gdb.cp/inherit.exp: Same.
6955 * gdb.cp/m-static.exp: Same.
6956 * gdb.cp/meth-typedefs.exp: Same.
6957 * gdb.cp/misc.exp: Same.
6958 * gdb.cp/namespace.exp: Same.
6959 * gdb.cp/non-trivial-retval.exp: Same.
6960 * gdb.cp/overload.exp: Same.
6961 * gdb.cp/pr17132.exp: Same.
6962 * gdb.cp/re-set-overloaded.exp: Same.
6963 * gdb.cp/rvalue-ref-types.exp: Same.
6964 * gdb.cp/templates.exp: Same.
6965
6966 2019-11-01 Luis Machado <luis.machado@linaro.org>
6967
6968 PR gdb/25124
6969
6970 * gdb.arch/pr25124.S: New file.
6971 * gdb.arch/pr25124.exp: New file.
6972
6973 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
6974
6975 * gdb.fortran/info-modules.exp: Update expected results, and add
6976 additional tests for 'info module functinos', and 'info module
6977 variables'.
6978 * gdb.fortran/info-types.exp: Update expected results.
6979 * gdb.fortran/info-types.f90: Extend testcase with additional
6980 module variables and functions.
6981
6982 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
6983
6984 * gdb.fortran/info-modules.exp: New file.
6985 * gdb.fortran/info-types.exp: Build with new file.
6986 * gdb.fortran/info-types.f90: Include and use new module.
6987 * gdb.fortran/info-types-2.f90: New file.
6988
6989 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6990
6991 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
6992 * gdb.base/settings.exp: Test all settings types using
6993 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
6994 that now verifies that the value of "maint show" is the same as
6995 returned by the settings functions. Test the type of the
6996 maintenance settings.
6997 * gdb.base/default.exp: Update show_conv_list.
6998
6999 2019-10-31 Tom de Vries <tdevries@suse.de>
7000
7001 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
7002 gdb_test.
7003 * gdb.arch/amd64-disp-step.exp: Same.
7004 * gdb.asm/asm-source.exp: Same.
7005 * gdb.btrace/buffer-size.exp: Same.
7006 * gdb.btrace/cpu.exp: Same.
7007 * gdb.btrace/enable.exp: Same.
7008 * gdb.dwarf2/count.exp: Same.
7009 * gdb.dwarf2/dw2-ranges-func.exp: Same.
7010 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
7011 * gdb.fortran/vla-datatypes.exp: Same.
7012 * gdb.fortran/vla-history.exp: Same.
7013 * gdb.fortran/vla-ptype.exp: Same.
7014 * gdb.fortran/vla-value.exp: Same.
7015 * gdb.fortran/whatis_type.exp: Same.
7016 * gdb.guile/guile.exp: Same.
7017 * gdb.multi/tids.exp: Same.
7018 * gdb.python/py-finish-breakpoint.exp: Same.
7019 * gdb.python/py-framefilter.exp: Same.
7020 * gdb.python/py-pp-registration.exp: Same.
7021 * gdb.python/py-xmethods.exp: Same.
7022 * gdb.python/python.exp: Same.
7023 * gdb.server/connect-with-no-symbol-file.exp: Same.
7024 * gdb.server/no-thread-db.exp: Same.
7025 * gdb.server/run-without-local-binary.exp: Same.
7026 * gdb.stabs/weird.exp: Same.
7027 * gdb.threads/attach-many-short-lived-threads.exp: Same.
7028 * gdb.threads/thread-find.exp: Same.
7029 * gdb.threads/tls-shared.exp: Same.
7030 * gdb.threads/tls.exp: Same.
7031 * gdb.threads/wp-replication.exp: Same.
7032 * gdb.trace/ax.exp: Same.
7033 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
7034
7035 2019-10-31 Tom de Vries <tdevries@suse.de>
7036
7037 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
7038 * gdb.ada/array_subscript_addr.exp: Same.
7039 * gdb.ada/arrayidx.exp: Same.
7040 * gdb.ada/arrayparam.exp: Same.
7041 * gdb.ada/arrayptr.exp: Same.
7042 * gdb.ada/boolean_expr.exp: Same.
7043 * gdb.ada/call_pn.exp: Same.
7044 * gdb.ada/complete.exp: Same.
7045 * gdb.ada/fixed_cmp.exp: Same.
7046 * gdb.ada/fun_addr.exp: Same.
7047 * gdb.ada/funcall_param.exp: Same.
7048 * gdb.ada/interface.exp: Same.
7049 * gdb.ada/mod_from_name.exp: Same.
7050 * gdb.ada/null_array.exp: Same.
7051 * gdb.ada/packed_array.exp: Same.
7052 * gdb.ada/packed_tagged.exp: Same.
7053 * gdb.ada/print_chars.exp: Same.
7054 * gdb.ada/print_pc.exp: Same.
7055 * gdb.ada/ptype_arith_binop.exp: Same.
7056 * gdb.ada/ptype_field.exp: Same.
7057 * gdb.ada/ptype_tagged_param.exp: Same.
7058 * gdb.ada/rec_return.exp: Same.
7059 * gdb.ada/ref_tick_size.exp: Same.
7060 * gdb.ada/str_ref_cmp.exp: Same.
7061 * gdb.ada/taft_type.exp: Same.
7062 * gdb.ada/tagged.exp: Same.
7063 * gdb.ada/type_coercion.exp: Same.
7064 * gdb.ada/uninitialized_vars.exp: Same.
7065
7066 2019-10-30 Tom de Vries <tdevries@suse.de>
7067
7068 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
7069
7070 2019-10-26 Tom de Vries <tdevries@suse.de>
7071
7072 * gdb.base/bigcore.c: Fix typos in comments.
7073 * gdb.base/ctf-ptype.c: Same.
7074 * gdb.base/long_long.c: Same.
7075 * gdb.dwarf2/dw2-op-out-param.S: Same.
7076 * gdb.python/py-evthreads.c: Same.
7077 * gdb.reverse/i387-stack-reverse.c: Same.
7078 * gdb.trace/tfile.c: Same.
7079 * lib/compiler.c: Same.
7080 * lib/compiler.cc: Same.
7081
7082 2019-10-25 Tom de Vries <tdevries@suse.de>
7083
7084 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
7085 gdb_test_multiple calls.
7086 * gdb.reverse/sigall-reverse.exp: Same.
7087 * gdb.reverse/solib-precsave.exp: Same.
7088 * gdb.reverse/solib-reverse.exp: Same.
7089 * gdb.reverse/until-precsave.exp: Same.
7090 * gdb.reverse/until-reverse.exp: Same.
7091
7092 2019-10-24 Tom de Vries <tdevries@suse.de>
7093
7094 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
7095 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
7096 kfail using -wrap pattern flag and convenience variable
7097 gdb_test_name.
7098
7099 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
7100
7101 * gdb.python/py-progspace.exp: Add tests for the
7102 Progspace.block_for_pc method.
7103
7104 2019-10-23 Tom Tromey <tom@tromey.com>
7105
7106 * configure: Rebuild.
7107 * aclocal.m4: Use m4_include, not sinclude.
7108
7109 2019-10-21 Tom de Vries <tdevries@suse.de>
7110
7111 * gdb.base/infcall-nested-structs.c: Add
7112 __attribute__((noinline,noclone)) to all functions.
7113 (call_all): Add missing variable initialization. Simplify return value.
7114 (breakpt): Increment volatile variable, to prevent call from being
7115 optimized out.
7116 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
7117
7118 2019-10-17 Tom de Vries <tdevries@suse.de>
7119
7120 * gdb.fortran/module.exp: Allow info variables to print info for files
7121 other than module.f90.
7122
7123 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
7124
7125 * gdb.fortran/module.exp: Extend with 'info variables' test.
7126
7127 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
7128
7129 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
7130 F77_FOR_TARGET.
7131
7132 2019-10-16 Tom de Vries <tdevries@suse.de>
7133
7134 PR tdep/25096
7135 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
7136
7137 2019-10-16 Tom de Vries <tdevries@suse.de>
7138
7139 PR tdep/24104
7140 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
7141 Add KFAIL for PR tdep/25096.
7142
7143 2019-10-16 Tom de Vries <tdevries@suse.de>
7144
7145 PR testsuite/25059
7146 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
7147
7148 2019-10-16 Tom de Vries <tdevries@suse.de>
7149
7150 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
7151 as signed.
7152
7153 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
7154
7155 * gdb.mi/list-thread-groups-available.exp: Read entries one by
7156 one instead of increasing timeout.
7157
7158 2019-10-13 Tom de Vries <tdevries@suse.de>
7159
7160 PR record/25038
7161 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
7162 * gdb.reverse/sigall-reverse.exp: Same.
7163 * gdb.reverse/solib-precsave.exp: Same.
7164 * gdb.reverse/solib-reverse.exp: Same.
7165 * gdb.reverse/step-precsave.exp: Same.
7166 * gdb.reverse/until-precsave.exp: Same.
7167 * gdb.reverse/until-reverse.exp: Same.
7168 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
7169
7170 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
7171
7172 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
7173 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
7174 (cmp_struct_05_01, cmp_struct_static_02_01)
7175 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
7176 comparisons.
7177
7178 2019-10-10 Tom de Vries <tdevries@suse.de>
7179
7180 PR testsuite/24888
7181 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
7182 gnatlink.
7183
7184 2019-10-09 Tom de Vries <tdevries@suse.de>
7185
7186 PR testsuite/25048
7187 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
7188
7189 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
7190
7191 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
7192 exceptions due to missing debug information.
7193
7194 2019-10-07 Tom de Vries <tdevries@suse.de>
7195
7196 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
7197
7198 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
7199
7200 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
7201 * gdb.base/annota1.exp: Update to use gdb_test_name.
7202
7203 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
7204
7205 * gdb.base/ctf-whatis.exp: New file.
7206 * gdb.base/ctf-whatis.c: New file.
7207 * gdb.base/ctf-ptype.exp: New file.
7208 * gdb.base/ctf-ptype.c: New file.
7209 * gdb.base/ctf-constvars.exp: New file.
7210 * gdb.base/ctf-constvars.c: New file.
7211 * gdb.base/ctf-cvexpr.exp: New file.
7212
7213 2019-10-04 Tom de Vries <tdevries@suse.de>
7214
7215 * gdb.cp/local-static.c (main): Move declaration of int i out of the
7216 for loop.
7217
7218 2019-10-03 Tom Tromey <tom@tromey.com>
7219
7220 PR rust/24976:
7221 * gdb.rust/simple.rs (Union2): New type.
7222 (main): Use Union2.
7223 * gdb.rust/simple.exp: Add test.
7224
7225 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7226
7227 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
7228 nested function prefix.
7229
7230 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
7231 Richard Bunt <richard.bunt@arm.com>
7232 Andrew Burgess <andrew.burgess@embecosm.com>
7233
7234 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
7235 nested functions.
7236 * gdb.fortran/nested-funcs.f90: Update expected results.
7237 * gdb.fortran/nested-funcs-2.exp: New file.
7238 * gdb.fortran/nested-funcs-2.f90: New file.
7239
7240 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7241
7242 * gdb.python/py-parameter.exp: Make test names unique.
7243 * gdb.python/py-template.exp: Likewise.
7244 * gdb.python/py-value.exp: Likewise.
7245
7246 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7247
7248 * gdb.base/break-interp.exp: Reduce test name duplication.
7249 * gdb.base/call-sc.exp: Likewise.
7250 * gdb.base/callfuncs.exp: Likewise.
7251 * gdb.base/charset.exp: Likewise.
7252 * gdb.base/dump.exp: Likewise.
7253 * gdb.base/ena-dis-br.exp: Likewise.
7254 * gdb.base/relational.exp: Likewise.
7255 * gdb.base/step-over-syscall.exp: Likewise.
7256 * gdb.base/structs.exp: Likewise.
7257
7258 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7259
7260 * gdb.linespec/explicit.exp: Make test names unique.
7261 * gdb.linespec/ls-errs.exp: Likewise.
7262
7263 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7264
7265 * gdb.reverse/break-precsave.exp: Make test names unique.
7266 * gdb.reverse/break-reverse.exp: Likewise.
7267 * gdb.reverse/finish-precsave.exp: Likewise.
7268 * gdb.reverse/finish-reverse.exp: Likewise.
7269 * gdb.reverse/machinestate-precsave.exp: Likewise.
7270 * gdb.reverse/machinestate.exp: Likewise.
7271 * gdb.reverse/readv-reverse.exp: Likewise.
7272 * gdb.reverse/recvmsg-reverse.exp: Likewise.
7273 * gdb.reverse/sigall-precsave.exp: Likewise.
7274 * gdb.reverse/sigall-reverse.exp: Likewise.
7275 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
7276 * gdb.reverse/watch-precsave.exp: Likewise.
7277 * gdb.reverse/watch-reverse.exp: Likewise.
7278
7279 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7280
7281 * gdb.threads/stop-with-handle.c: New file.
7282 * gdb.threads/stop-with-handle.exp: New file.
7283
7284 2019-10-03 Tom de Vries <tdevries@suse.de>
7285
7286 PR testsuite/25059
7287 * gdb.base/list-missing-source.exp: Allowing the "Compilation
7288 directory" line to be missing.
7289
7290 2019-10-03 Tom de Vries <tdevries@suse.de>
7291
7292 PR testsuite/25059
7293 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
7294 type optional.
7295
7296 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
7297
7298 * gdb.python/py-format-string.c (string.h): New include.
7299 (main): Fill a_struct_with_union.the_union.an_int with bytes of
7300 the same value, for endianness-independence.
7301 * gdb.python/py-format-string.exp (default_regexp_dict)
7302 (test_pretty_structs, test_format): Adjust expected output to the
7303 changed initialization.
7304
7305 2019-10-02 Tom Tromey <tromey@adacore.com>
7306
7307 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
7308
7309 2019-10-02 Pedro Alves <palves@redhat.com>
7310 Andrew Burgess <andrew.burgess@embecosm.com>
7311
7312 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
7313 "print-file-var.h".
7314 (this_version_id) Use ATTRIBUTE_VISIBILITY.
7315 (get_version_1): Print this_version_id and its address.
7316 Add extern "C" wrappers around interface functions.
7317 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
7318 "print-file-var.h".
7319 (this_version_id) Use ATTRIBUTE_VISIBILITY.
7320 (get_version_2): Print this_version_id and its address.
7321 Add extern "C" wrappers around interface functions.
7322 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
7323 <stddef.h> and "print-file-var.h".
7324 Add extern "C" wrappers around interface functions.
7325 [VERSION_ID_MAIN] (this_version_id): Define.
7326 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
7327 * gdb.base/print-file-var.h: Add some #defines to simplify setting
7328 up extern "C" blocks.
7329 * gdb.base/print-file-var.exp (test): New, factored out from top
7330 level.
7331 (top level): Test all combinations of attribute hidden or not,
7332 dlopen or not, and this_version_id symbol in main file or not.
7333 Compile tests as both C++ and C, make test names unique.
7334
7335 2019-10-01 Tom Tromey <tom@tromey.com>
7336
7337 * gdb.base/style.exp: Test "show logging filename".
7338
7339 2019-10-01 Tom Tromey <tom@tromey.com>
7340
7341 * lib/gdb-utils.exp (style): Handle "metadata" argument.
7342 * gdb.base/style.exp: Add metadata style test.
7343
7344 2019-10-01 Tom Tromey <tom@tromey.com>
7345
7346 * gdb.base/style.exp: Test "pwd".
7347
7348 2019-10-01 Tom Tromey <tom@tromey.com>
7349
7350 * gdb.base/style.exp: Update tests.
7351
7352 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
7353
7354 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
7355 'six' to unsigned.
7356 (s1): Initialize fields 'four' and 'six' instead of 'three' and
7357 'five'. Use an all-ones bit pattern for each.
7358 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
7359 to its changed values.
7360
7361 2019-09-30 Tom Tromey <tromey@adacore.com>
7362
7363 * gdb.rust/traits.rs: Disable all warnings.
7364
7365 2019-09-29 Tom de Vries <tdevries@suse.de>
7366
7367 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
7368
7369 2019-09-29 Tom de Vries <tdevries@suse.de>
7370
7371 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
7372
7373 2019-09-27 Tom de Vries <tdevries@suse.de>
7374
7375 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
7376
7377 2019-09-27 Tom de Vries <tdevries@suse.de>
7378
7379 PR record/23188
7380 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
7381
7382 2019-09-26 Tom Tromey <tromey@adacore.com>
7383
7384 * gdb.ada/py_taft.exp: New file.
7385 * gdb.ada/py_taft/main.adb: New file.
7386 * gdb.ada/py_taft/pkg.adb: New file.
7387 * gdb.ada/py_taft/pkg.ads: New file.
7388
7389 2019-09-24 Tom de Vries <tdevries@suse.de>
7390
7391 PR gdb/24598
7392 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
7393
7394 2019-09-22 Tom de Vries <tdevries@suse.de>
7395
7396 * gdb.base/restore.exp: Allow register variables to be optimized out at
7397 -O0.
7398
7399 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
7400
7401 * gdb.arch/spu-info.exp: Remove file.
7402 * gdb.arch/spu-info.c: Remove file.
7403 * gdb.arch/spu-ls.exp: Remove file.
7404 * gdb.arch/spu-ls.c: Remove file.
7405
7406 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
7407 * gdb.asm/spu.inc: Remove file.
7408
7409 * gdb.base/dump.exp: Remove support for spu*-*-*.
7410 * gdb.base/stack-checking.exp: Likewise.
7411 * gdb.base/overlays.exp: Likewise.
7412 * gdb.base/ovlymgr.c: Likewise.
7413 * gdb.base/spu.ld: Remove file.
7414
7415 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
7416 * gdb.cp/cpexprs.exp: Likewise.
7417 * gdb.cp/exception.exp: Likewise.
7418 * gdb.cp/gdb2495.exp: Likewise.
7419 * gdb.cp/mb-templates.exp: Likewise.
7420 * gdb.cp/pr9167.exp: Likewise.
7421 * gdb.cp/userdef.exp: Likewise.
7422
7423 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
7424
7425 * gdb.cell: Remove directory.
7426 * lib/cell.exp: Remove file.
7427
7428 2019-09-19 Tom de Vries <tdevries@suse.de>
7429
7430 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
7431
7432 2019-09-19 Tom de Vries <tdevries@suse.de>
7433
7434 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
7435
7436 2019-09-19 Tom de Vries <tdevries@suse.de>
7437
7438 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
7439 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
7440 (gdb_target_cmd): ... here.
7441 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
7442 value 2.
7443
7444 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
7445
7446 * gdb.base/source-dir.exp: Avoid having directory names in test
7447 names.
7448
7449 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
7450
7451 * gdb.base/source-dir.exp: Add extra test for mapped compilation
7452 directory.
7453
7454 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
7455
7456 * gdb.base/list-missing-source.exp: New file.
7457
7458 2019-09-14 Tom de Vries <tdevries@suse.de>
7459
7460 PR teststuite/24599
7461 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
7462 * lib/ada.exp (gnatmake_version_at_least): New proc.
7463
7464 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
7465
7466 * gdb.base/maint.exp: Use exec_has_index_section.
7467
7468 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
7469
7470 * gdb.base/maint.exp: Add test for 'maint info sections'.
7471
7472 2019-09-12 Tom de Vries <tdevries@suse.de>
7473
7474 * gdb.base/store.exp: Allow register variables to be optimized out at
7475 -O0.
7476
7477 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7478
7479 * gdb.ada/rdv_wait.exp: Update to new task names.
7480 * gdb.base/task_switch_in_core.exp: Likewise.
7481 * gdb.base/info_sources_base.c: Likewise.
7482
7483 2019-09-10 Tom Tromey <tromey@adacore.com>
7484
7485 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
7486
7487 2019-09-10 Tom Tromey <tromey@adacore.com>
7488
7489 * gdb.ada/dgopt.exp: New file.
7490 * gdb.ada/dgopt/x.adb: New file.
7491
7492 2019-09-08 Tom Tromey <tom@tromey.com>
7493
7494 * gdb.tui/resize.exp: Remove setup_xfail.
7495 * gdb.tui/regs.exp: Remove setup_xfail.
7496 * gdb.tui/basic.exp: Remove setup_xfail.
7497
7498 2019-09-06 David Blaikie <dblaikie@gmail.com>
7499
7500 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
7501 * gdb.cp/cplabel.exp: Ditto.
7502 * gdb.linespec/ls-errs.exp: Ditto.
7503
7504 2019-09-05 Tom de Vries <tdevries@suse.de>
7505
7506 * lib/gdb.exp (cmp_file_string): New proc.
7507 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
7508 runto_main. Verify save breakpoints output.
7509
7510 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7511
7512 * gdb.base/info-var.exp: Test info variables without running
7513 to main, to avoid expect's buffer overflow.
7514
7515 2019-09-03 Tom Tromey <tromey@adacore.com>
7516
7517 * gdb.ada/bias.exp: New file.
7518 * gdb.ada/bias/bias.adb: New file.
7519 * gdb.ada/print_chars.exp: Add regression test.
7520 * gdb.ada/print_chars/foo.adb (My_Character): New type.
7521 (MC): New variable.
7522
7523 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
7524
7525 * gdb.base/argv0-symlink.exp: Run only on native target
7526 and local host.
7527
7528 2019-08-29 Tom de Vries <tdevries@suse.de>
7529
7530 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
7531 diverse debug info.
7532 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
7533
7534 2019-08-28 Tom de Vries <tdevries@suse.de>
7535
7536 * gdb.base/info-var.exp: Allow info variables to print info for files
7537 other than info-var-f1.c and info-var-f2.c.
7538
7539 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
7540
7541 * gdb.fortran/info-types.exp: Add module.
7542 * gdb.fortran/info-types.f90: Update expected results.
7543
7544 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
7545
7546 * gdb.fortran/info-types.exp: New file.
7547 * gdb.fortran/info-types.f90: New file.
7548 * lib/fortran.exp (fortran_character1): New proc.
7549
7550 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
7551
7552 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
7553 functions'. Reindent as needed.
7554 * gdb.base/info-var-f1.c: New file.
7555 * gdb.base/info-var-f2.c: New file.
7556 * gdb.base/info-var.exp: New file.
7557 * gdb.base/info-var.h: New file.
7558
7559 2019-08-26 Tom de Vries <tdevries@suse.de>
7560
7561 PR c++/24852
7562 * gdb.cp/no-libstdcxx-probe.exp: New test.
7563
7564 2019-08-26 Tom de Vries <tdevries@suse.de>
7565
7566 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
7567 * tests need to be skipped.
7568 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
7569 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
7570 mi_skip_libstdcxx_probe_tests.
7571
7572 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
7573
7574 * gdb.python/py-xmethods.exp: Use raw strings when passing
7575 arguments to SimpleXMethodMatcher.
7576
7577 2019-08-22 Tom de Vries <tdevries@suse.de>
7578
7579 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
7580 more informative.
7581
7582 2019-08-21 Pedro Alves <palves@redhat.com>
7583
7584 * gdb.base/with.exp: Test "with" with no arguments.
7585
7586 2019-08-21 Tom de Vries <tdevries@suse.de>
7587
7588 * gdb.base/gdb-caching-proc.exp: Sort files.
7589
7590 2019-08-20 Tom de Vries <tdevries@suse.de>
7591
7592 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
7593 compilation.
7594
7595 2019-08-16 Tom de Vries <tdevries@suse.de>
7596
7597 * gdb.base/compare-sections.exp ("after run to main"): Allow
7598 mismatched read-only sections for PIE executables.
7599
7600 2019-08-16 Tom Tromey <tom@tromey.com>
7601
7602 * lib/tuiterm.exp (_csi_Z): New proc.
7603 * gdb.tui/basic.exp: Update window positions.
7604 * gdb.tui/empty.exp: Update window positions.
7605
7606 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
7607
7608 * gdb.base/examine-backward.exp: Correct regexp for
7609 "examine 3 bytes backward from ${address_zero}".
7610
7611 2019-08-15 Tom Tromey <tom@tromey.com>
7612
7613 * gdb.tui/empty.exp: Enable resizing tests.
7614
7615 2019-08-15 Tom Tromey <tromey@adacore.com>
7616
7617 * gdb.ada/char_enum.exp: Add regression tests.
7618 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
7619 and '0'.
7620 (Char, Gchar): Update.
7621 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
7622
7623 2019-08-15 Christian Biesinger <cbiesinger@google.com>
7624
7625 * gdb.python/python.exp: Expect a leading underscore on
7626 GdbOutput{,Error}File.
7627
7628 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
7629
7630 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
7631 Windows host.
7632
7633 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
7634
7635 * gdb.base/batch-preserve-term-settings.exp
7636 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
7637
7638 2019-08-15 Christian Biesinger <cbiesinger@google.com>
7639
7640 * lib/gdb.exp: When running on a mingw target, replace
7641 /x/ with x:/.
7642
7643 2019-08-14 Alan Hayward <alan.hayward@arm.com>
7644
7645 * gdb.arch/aarch64-prologue.c: New test.
7646 * gdb.arch/aarch64-prologue.exp: New file.
7647
7648 2019-08-13 Tom de Vries <tdevries@suse.de>
7649
7650 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
7651 Thread.
7652
7653 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
7654
7655 * gdb.python/py-completion.exp: Download the .py file to the host
7656 and use its host pathname. Conditionalize tests that use
7657 tab completion and manipulate files on the build machine.
7658 * gdb.python/py-events.exp: Download the .py file to the host
7659 and use its host pathname.
7660 * gdb.python/py-evsignal.exp: Likewise.
7661 * gdb.python/py-evthreads.exp: Likewise.
7662 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
7663 pathname syntax.
7664 * gdb.python/py-framefilter.exp: Download the .py file to the right
7665 place on the host. Match Windows pathname syntax.
7666 * gdb.python/py-mi-var-info-path-expression.exp: Download the
7667 .py file to the host and use its host pathname.
7668 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
7669 * gdb.python/py-objfile.exp: Expect a host pathname, not a
7670 build pathname. Skip symlink test on Windows host. Add missing
7671 newline at end of file.
7672 * gdb.python/py-pp-maint.exp: Download the .py file to the host
7673 and use its host pathname.
7674 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
7675 * gdb.python/py-section-script.exp: Use host location of binfile
7676 on safe-path. Use correct path separator on Windows host.
7677 Reorder alternatives in gdb_test_multiple to prevent matching
7678 the wrong alternative on success.
7679 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
7680
7681 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
7682
7683 * gdb.gdb/selftest.exp (test_with_self): Update test to now
7684 expect the GDB inferior to no longer immediately stop after
7685 being resumed with "signal SIGINT".
7686
7687 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
7688
7689 * gdb.linespec/break-ask.exp: Generalize regexps to match
7690 Windows pathnames too.
7691
7692 2019-08-08 Tom de Vries <tdevries@suse.de>
7693
7694 PR testsuite/24862
7695 * lib/tuiterm.exp (_accept): Fix CSI regexp.
7696
7697 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7698
7699 * gdb.base/style.exp: Update tests for help doc new invariants.
7700 * gdb.base/help.exp: Likewise.
7701
7702 2019-08-06 Tom Tromey <tom@tromey.com>
7703
7704 * gdb.base/style.exp: Add disassemble test.
7705 * gdb.base/style.c (some_called_function): New function.
7706 (main): Use it.
7707
7708 2019-08-05 Christian Biesinger <cbiesinger@google.com>
7709
7710 * gdb.python/py-block.exp: Test dictionary access on blocks.
7711
7712 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
7713
7714 PR gdb/24863
7715 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
7716 -list-thread-groups --available test when running under
7717 check-read1.
7718
7719 2019-08-05 Tom de Vries <tdevries@suse.de>
7720
7721 PR testsuite/24863
7722 * lib/gdb.exp (with_read1_timeout_factor): New proc.
7723 * gdb.base/help.exp: Use with_read1_timeout_factor.
7724 * gdb.base/info-macros.exp: Same.
7725 * gdb.cp/nested-types.exp: Same.
7726
7727 2019-08-05 Tom de Vries <tdevries@suse.de>
7728
7729 * lib/gdb.exp (version_at_least): Factor out of ...
7730 (tcl_version_at_least): ... here.
7731 (gdb_compile): Fail if pie results in non-PIE executable.
7732 (readelf_version, readelf_prints_pie): New proc.
7733 (exec_is_pie): Return -1 if unknown.
7734
7735 2019-08-05 Tom de Vries <tdevries@suse.de>
7736
7737 * lib/gdb.exp (tcl_version_at_least): Fix typo.
7738
7739 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
7740
7741 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
7742
7743 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
7744
7745 * lib/completion-support.exp (test_gdb_complete_none): Skip
7746 tab completion tests if no readline support.
7747 (test_gdb_complete_unique_re): Likewise.
7748 (test_gdb_complete_multiple): Likewise.
7749
7750 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7751
7752 * gdb.base/info_sources.exp: New file.
7753 * gdb.base/info_sources.c: New file.
7754 * gdb.base/info_sources_base.c: New file.
7755
7756 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
7757
7758 * gdb.base/batch-exit-status.exp: Call test_exit_status with
7759 prefix argument.
7760 (test_exit_status): Add prefix argument.
7761
7762 2019-08-01 Tom de Vries <tdevries@suse.de>
7763
7764 PR testsuite/24863
7765 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
7766 calling exp_continue for new thread and thread exited messages.
7767
7768 2019-08-01 Tom de Vries <tdevries@suse.de>
7769
7770 PR testsuite/24863
7771 * gdb.base/structs.exp: Fix check-read1 timeout using
7772 gdb_test_sequence.
7773 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
7774
7775 2019-08-01 Tom de Vries <tdevries@suse.de>
7776
7777 PR testsuite/24863
7778 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
7779 line.
7780
7781 2019-08-01 Tom de Vries <tdevries@suse.de>
7782
7783 PR testsuite/24863
7784 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
7785
7786 2019-07-30 Tom Tromey <tromey@adacore.com>
7787
7788 * gdb.ada/display_nested.exp: New file.
7789 * gdb.ada/display_nested/foo.adb: New file.
7790 * gdb.ada/display_nested/pack.adb: New file.
7791 * gdb.ada/display_nested/pack.ads: New file.
7792
7793 2019-07-30 Christian Biesinger <cbiesinger@google.com>
7794
7795 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
7796 namespace.
7797 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
7798
7799 2019-07-30 Tom de Vries <tdevries@suse.de>
7800
7801 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
7802 instead.
7803
7804 2019-07-30 Tom de Vries <tdevries@suse.de>
7805
7806 PR testsuite/24834
7807 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
7808 (exec_is_pie): New proc.
7809
7810 2019-07-29 Christian Biesinger <cbiesinger@google.com>
7811
7812 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
7813
7814 2019-07-29 Christian Biesinger <cbiesinger@google.com>
7815
7816 * gdb.python/py-objfile.c: Add global and static vars.
7817 * gdb.python/py-objfile.exp: Test new functions Objfile.
7818 lookup_global_symbol and lookup_static_symbol.
7819
7820 2019-07-29 Tom Tromey <tom@tromey.com>
7821
7822 * lib/tuiterm.exp (Term::_csi_@): New proc.
7823 (Term::_csi_X): Don't move cursor.
7824
7825 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7826
7827 * gdb.base/options.exp: Update backtrace - completion to
7828 new option -frame-info.
7829 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
7830 Test new 'set print frame-info'. Test backtrace -frame-info
7831 overriding 'set print frame-info'.
7832 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
7833 Test new 'set print frame-info'.
7834 Verify consistency of backtrace with and without filters, with and
7835 without -no-filters.
7836 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
7837 default.
7838
7839 2019-07-29 Tom de Vries <tdevries@suse.de>
7840
7841 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
7842 no arguments".
7843
7844 2019-07-29 Tom de Vries <tdevries@suse.de>
7845
7846 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
7847 is a substring of the first for "complete non-unique file name".
7848
7849 2019-07-29 Tom de Vries <tdevries@suse.de>
7850
7851 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
7852 with ".*".
7853
7854 2019-07-29 Tom de Vries <tdevries@suse.de>
7855
7856 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
7857 Pass prompt_regexp parameter to gdb_test_multiple calls.
7858
7859 2019-07-29 Tom de Vries <tdevries@suse.de>
7860
7861 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
7862 print registers" regexps.
7863
7864 2019-07-29 Tom de Vries <tdevries@suse.de>
7865
7866 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
7867
7868 2019-07-29 Tom de Vries <tdevries@suse.de>
7869
7870 PR gdb/24855
7871 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
7872 (skip_python_tests_prompt): Add prompt_regexp argument to
7873 gdb_test_multiple calls.
7874
7875 2019-07-27 Tom Tromey <tom@tromey.com>
7876
7877 * gdb.tui/main.exp: New file.
7878
7879 2019-07-27 Tom Tromey <tom@tromey.com>
7880
7881 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
7882 optional.
7883 * gdb.tui/empty.exp: New file.
7884
7885 2019-07-27 Tom Tromey <tom@tromey.com>
7886
7887 * lib/tuiterm.exp (spawn): New proc.
7888 (Term::resize): New proc.
7889 * gdb.tui/resize.exp: New file.
7890
7891 2019-07-27 Tom Tromey <tom@tromey.com>
7892
7893 * gdb.tui/list.exp: New file.
7894
7895 2019-07-27 Tom Tromey <tom@tromey.com>
7896
7897 * gdb.tui/regs.exp: New file.
7898
7899 2019-07-27 Tom Tromey <tom@tromey.com>
7900
7901 * gdb.tui/basic.exp: Add "layout split" test.
7902
7903 2019-07-27 Tom Tromey <tom@tromey.com>
7904
7905 * gdb.tui/basic.exp: Add "layout asm" test.
7906
7907 2019-07-27 Tom Tromey <tom@tromey.com>
7908
7909 * lib/tuiterm.exp: New file.
7910 * gdb.tui/basic.exp: New file.
7911
7912 2019-07-27 Kevin Buettner <kevinb@redhat.com>
7913
7914 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
7915 Enable tests associated with this flag. Adjust regex
7916 referencing "foo_low" to now refer to "foo_cold" instead.
7917
7918 2019-07-27 Kevin Buettner <kevinb@redhat.com>
7919
7920 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
7921 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
7922 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
7923 foo_cold. Revise comments to match.
7924 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
7925 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
7926 were wrapped into this proc; Call do_test in loop from outermost
7927 level.
7928 (foo_low): Rename all occurrences to "foo_cold".
7929 (backtrace from baz): New test.
7930 (x2/i foo_cold): New test.
7931 (info line *foo_cold): New test.
7932
7933 2019-07-26 Tom de Vries <tdevries@suse.de>
7934
7935 * gdb.arch/i386-pkru.exp: Fix unterminated string.
7936
7937 2019-07-25 Tom de Vries <tdevries@suse.de>
7938
7939 PR testsuite/24830
7940 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
7941 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
7942 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
7943 (skip_libstdcxx_probe_tests): ... here.
7944 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
7945
7946 2019-07-24 Tom de Vries <tdevries@suse.de>
7947
7948 PR testsuite/24807
7949 * gdb.objc/basicclass.m: Include stdio.h.
7950 * gdb.objc/nondebug.m: Same.
7951 * gdb.objc/objcdecode.m: Same.
7952
7953 2019-07-24 Tom de Vries <tdevries@suse.de>
7954
7955 PR testsuite/24612
7956 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
7957 additional_flags.
7958
7959 2019-07-24 Tom de Vries <tdevries@suse.de>
7960
7961 PR testsuite/24831
7962 * gdb.multi/tids.exp: Update error messages for info threads.
7963
7964 2019-07-24 Tom de Vries <tdevries@suse.de>
7965
7966 * gdb.base/info-types.exp: Allow info types to print info for more than
7967 one file.
7968
7969 2019-07-23 Tom de Vries <tdevries@suse.de>
7970
7971 PR testsuite/24842
7972 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
7973 gdb_spawn_with_cmdline_opts.
7974
7975 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
7976
7977 * gdb.arch/arm-cmse-sgstubs.c: New test.
7978 * gdb.arch/arm-cmse-sgstubs.exp: New file.
7979
7980 2019-07-23 Tom de Vries <tdevries@suse.de>
7981
7982 PR testsuite/24711
7983 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
7984 issuing next command.
7985
7986 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
7987
7988 * gdb.ada/info_auto_lang.exp: Update expected results.
7989 * gdb.base/info-types.c: Add additional types to check.
7990 * gdb.base/info-types.exp: Update expected results.
7991
7992 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
7993
7994 * gdb.base/info-types.c: New file.
7995 * gdb.base/info-types.exp: New file.
7996
7997 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
7998
7999 * gdb.arch/riscv-bp-infcall.c: New file.
8000 * gdb.arch/riscv-bp-infcall.exp: New file.
8001
8002 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
8003
8004 PR breakpoints/24541
8005 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
8006
8007 2019-07-14 Tom de Vries <tdevries@suse.de>
8008
8009 PR testsuite/24760
8010 * gdb.objc/basicclass.exp: Fix unterminated string.
8011
8012 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
8013 Andrew Burgess <andrew.burgess@embecosm.com>
8014
8015 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
8016 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
8017 negative bounds.
8018 * gdb.fortran/vla-value.exp: Print elements of an array with
8019 negative bounds.
8020 * gdb.fortran/vla.f90: Setup an array with negative bounds for
8021 testing.
8022
8023 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
8024
8025 * gdb.base/options.exp (expect_string): Dequote strings in
8026 results.
8027 (test-string): Test strings with different quoting and reindent.
8028
8029 2019-07-10 Tom Tromey <tromey@adacore.com>
8030
8031 * gdb.ada/mi_ex_cond.exp: Update expected results.
8032 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
8033 * gdb.ada/mi_catch_ex.exp: Update expected results.
8034 * gdb.ada/mi_catch_assert.exp: Update expected results.
8035 * gdb.ada/catch_ex.exp (catch_exception_info)
8036 (catch_exception_entry, catch_assert_entry)
8037 (catch_unhandled_entry): Update.
8038 * gdb.ada/catch_assert_if.exp: Update expected results.
8039
8040 2019-07-10 Richard Bunt <richard.bunt@arm.com>
8041 Stephen Roberts <stephen.roberts@arm.com>
8042
8043 * gdb.base/define.exp: Restore original prompt.
8044
8045 2019-07-09 Pedro Alves <palves@redhat.com>
8046
8047 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
8048 breakpoints" output.
8049 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
8050 * gdb.python/py-breakpoint.exp: No longer expect that "catch
8051 throw" creates breakpoint.
8052 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
8053 'type="catchpoint"'.
8054
8055 2019-07-09 Pedro Alves <palves@redhat.com>
8056
8057 PR c++/15468
8058 * gdb.cp/except-multi-location-lib.cc: New.
8059 * gdb.cp/except-multi-location-main.cc: New.
8060 * gdb.cp/except-multi-location.exp: New.
8061
8062 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
8063
8064 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
8065 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
8066 argument and update callers.
8067
8068 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
8069
8070 * gdb.arch/amd64-break-on-asm-line.S: New file.
8071 * gdb.arch/amd64-break-on-asm-line.exp: New file.
8072
8073 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8074
8075 * gdb.base/printcmds.exp: Test printing C string and
8076 C wide string convenience vars without transiting via the inferior.
8077 Also make test names unique.
8078
8079 2019-07-08 Alan Hayward <alan.hayward@arm.com>
8080
8081 PR breakpoints/25011
8082 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
8083
8084 2019-07-04 Pedro Alves <palves@redhat.com>
8085
8086 * lib/gdb.exp (foreach_with_prefix): Don't return early if
8087 body returned ok(0), break(3) or continue(4).
8088 * gdb.testsuite/foreach_with_prefix.exp: New file.
8089
8090 2019-07-04 Alan Hayward <alan.hayward@arm.com>
8091
8092 * gdb.server/unittest.exp: Allow 0 unit tests to run.
8093
8094 2019-07-03 Pedro Alves <palves@redhat.com>
8095
8096 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
8097 "return -code".
8098
8099 2019-07-03 Pedro Alves <palves@redhat.com>
8100
8101 PR cli/24732
8102 * gdb.base/shell.exp: Load completion-support.exp.
8103 Adjust expected error output. Add completion tests.
8104
8105 2019-07-03 Pedro Alves <palves@redhat.com>
8106
8107 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
8108 string_to_regexp.
8109
8110 2019-07-03 Pedro Alves <palves@redhat.com>
8111
8112 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
8113 (expect_integer): Adjust to expect "-string".
8114 (expect_string): New.
8115 (all_options): Expect "-string".
8116 (test-flag, test-boolean): Adjust to expect "-string".
8117 (test-string): New proc.
8118 (top level): Call it.
8119
8120 2019-07-03 Pedro Alves <palves@redhat.com>
8121
8122 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
8123 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
8124 the expected output in the success.
8125
8126 2019-07-03 Pedro Alves <palves@redhat.com>
8127
8128 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
8129 Split one gdb_test_multiple call in two to avoid a race.
8130
8131 2019-07-03 Pedro Alves <palves@redhat.com>
8132
8133 * gdb.base/with.c: New file.
8134 * gdb.base/with.exp: New file.
8135
8136 2019-07-03 Pedro Alves <palves@redhat.com>
8137
8138 * gdb.base/settings.exp: Replace all references to "maint
8139 test-settings set" with references to "maint set test-settings",
8140 and all references to "maint test-settings show" with references
8141 to "maint show test-settings".
8142
8143 2019-07-03 Pedro Alves <palves@redhat.com>
8144
8145 * gdb.base/settings.exp (test-string): Adjust expected out when
8146 testing "maint test-settings show filename"
8147
8148 2019-07-02 Pedro Alves <palves@redhat.com>
8149
8150 * gdb.base/options.exp (test-info-threads): New procedure.
8151 (top level): Call it.
8152
8153 2019-06-28 Tom Tromey <tromey@adacore.com>
8154
8155 * gdb.dwarf2/ada-linkage-name.c: New file.
8156 * gdb.dwarf2/ada-linkage-name.exp: New file.
8157
8158 2019-06-27 Tom Tromey <tromey@adacore.com>
8159
8160 PR c++/20020:
8161 * gdb.cp/constexpr-field.exp: Use setup_xfail.
8162
8163 2019-06-26 Tom de Vries <tdevries@suse.de>
8164
8165 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
8166
8167 2019-06-26 Tom de Vries <tdevries@suse.de>
8168
8169 * gdb.base/index-cache.exp: Add back missing debug option.
8170
8171 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8172
8173 * gdb.base/alias.exp: Test non matching/non existing prefixes.
8174
8175 2019-06-25 Tom de Vries <tdevries@suse.de>
8176
8177 PR testsuite/24727
8178 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
8179
8180 2019-06-24 Tom de Vries <tdevries@suse.de>
8181
8182 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
8183
8184 2019-06-24 Tom de Vries <tdevries@suse.de>
8185
8186 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
8187 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
8188 * gdb.trace/unavailable-dwarf-piece.exp: Same.
8189
8190 2019-06-24 Tom de Vries <tdevries@suse.de>
8191
8192 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
8193
8194 2019-06-21 Tom de Vries <tdevries@suse.de>
8195
8196 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
8197
8198 2019-06-21 Tom de Vries <tdevries@suse.de>
8199
8200 PR testsuite/24518
8201 PR ada/24713
8202 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
8203 index.
8204
8205 2019-06-19 Tom Tromey <tromey@adacore.com>
8206
8207 * gdb.ada/length_cond.exp: Add intro comment.
8208
8209 2019-06-19 Tom Tromey <tromey@adacore.com>
8210
8211 * gdb.ada/length_cond.exp: New file.
8212 * gdb.ada/length_cond/length_cond.adb: New file.
8213 * gdb.ada/length_cond/pck.adb: New file.
8214 * gdb.ada/length_cond/pck.ads: New file.
8215
8216 2019-06-18 Tom de Vries <tdevries@suse.de>
8217
8218 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
8219
8220 2019-06-18 Tom Tromey <tromey@adacore.com>
8221
8222 * gdb.base/list0.h: Add comment explaining control character.
8223
8224 2019-06-18 Tom de Vries <tdevries@suse.de>
8225
8226 * boards/fission.exp: Break up long debug_flags line.
8227
8228 2019-06-16 Tom de Vries <tdevries@suse.de>
8229
8230 PR gdb/24445
8231 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
8232 generated index.
8233
8234 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
8235
8236 PR gdb/24686
8237 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
8238 improve detection of bug gdb/24541.
8239
8240 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
8241
8242 PR gdb/24669
8243 * gdb.base/index-cache.exp (uses_readnow,
8244 expecting_index_cache_use): Define global variable.
8245 (test_cache_enabled_miss, test_cache_enabled_hit): Use
8246 expecting_index_cache_use.
8247
8248 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
8249 Andrew Burgess <andrew.burgess@embecosm.com>
8250
8251 * gdb.fortran/pointers.f90: New file.
8252 * gdb.fortran/print_type.exp: New file.
8253 * gdb.fortran/vla-ptype.exp: Adapt expected results.
8254 * gdb.fortran/vla-type.exp: Likewise.
8255 * gdb.fortran/vla-value.exp: Likewise.
8256 * gdb.mi/mi-vla-fortran.exp: Likewise.
8257
8258 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8259
8260 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
8261 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
8262 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
8263 as a stop reason.
8264
8265 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8266
8267 * gdb.base/annota1.exp: Update expected results.
8268 * gdb.cp/annota2.exp: Likewise.
8269 * gdb.cp/annota3.exp: Likewise.
8270
8271 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8272
8273 * gdb.base/style-logging.exp: Remove path from test name.
8274
8275 2019-06-14 Tom Tromey <tromey@adacore.com>
8276
8277 PR gdb/24502:
8278 * gdb.base/style-logging.exp: New file.
8279
8280 2019-06-14 Tom Tromey <tromey@adacore.com>
8281
8282 * gdb.base/symfile-warn.exp: New file.
8283 * gdb.base/symfile-warn.c: New file.
8284
8285 2019-06-14 Tom Tromey <tromey@adacore.com>
8286
8287 * gdb.base/annotate-symlink.exp: New file.
8288
8289 2019-06-14 Tom Tromey <tromey@adacore.com>
8290
8291 * gdb.ada/set_wstr.exp: Add reassignment test.
8292
8293 2019-06-14 Tom Tromey <tromey@adacore.com>
8294
8295 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
8296 'unchecked_access and 'unrestricted_access as well.
8297
8298 2019-06-14 Tom Tromey <tromey@adacore.com>
8299
8300 PR ada/24539:
8301 * gdb.ada/vla.exp: Update tests.
8302 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
8303 pragma.
8304
8305 2019-06-13 Pedro Alves <palves@redhat.com>
8306
8307 * gdb.base/settings.exp (test-integer): Test junk after
8308 "unlimited".
8309
8310 2019-06-13 Pedro Alves <palves@redhat.com>
8311
8312 * gdb.base/options.exp (test-thread-apply): New.
8313 (top level): Call it.
8314
8315 2019-06-13 Pedro Alves <palves@redhat.com>
8316
8317 * gdb.base/options.exp (test-frame-apply): New.
8318 (top level): Test print commands with different "frame apply"
8319 prefixes.
8320
8321 2019-06-13 Pedro Alves <palves@redhat.com>
8322
8323 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
8324 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
8325 'max_completions' parameter and handle it.
8326 (test_gdb_completion_offers_commands): New.
8327
8328 2019-06-13 Pedro Alves <palves@redhat.com>
8329
8330 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
8331
8332 2019-06-13 Pedro Alves <palves@redhat.com>
8333
8334 * gdb.base/options.exp (test-backtrace): New.
8335 (top level): Call it.
8336
8337 2019-06-13 Pedro Alves <palves@redhat.com>
8338
8339 * gdb.guile/scm-frame-args.exp: Use "set print
8340 raw-frame-arguments" instead of "set print raw frame-arguments".
8341 * gdb.python/py-frame-args.exp: Likewise.
8342
8343 2019-06-13 Pedro Alves <palves@redhat.com>
8344
8345 * gdb.compile/compile.exp: Adjust expected output to option
8346 processing changes.
8347
8348 2019-06-13 Pedro Alves <palves@redhat.com>
8349
8350 * gdb.base/options.exp: Build executable.
8351 (test-print): New procedure.
8352 (top level): Call it, once for "print" and another for "compile
8353 print".
8354
8355 2019-06-13 Pedro Alves <palves@redhat.com>
8356
8357 * gdb.base/options.c: New file.
8358 * gdb.base/options.exp: New file.
8359
8360 2019-06-13 Pedro Alves <palves@redhat.com>
8361
8362 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
8363 that "o" is ambiguous.
8364
8365 2019-06-13 Pedro Alves <palves@redhat.com>
8366
8367 * gdb.base/settings.c: New file.
8368 * gdb.base/settings.exp: New file.
8369
8370 2019-06-13 Pedro Alves <palves@redhat.com>
8371
8372 * gdb.base/completion.exp: Fix comment typo.
8373
8374 2019-06-13 Pedro Alves <palves@redhat.com>
8375
8376 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
8377 foo --1" test.
8378
8379 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
8380
8381 * gdb.fortran/block-data.f: New.
8382 * gdb.fortran/block-data.exp: New.
8383
8384 2019-06-11 Tom de Vries <tdevries@suse.de>
8385
8386 PR testsuite/24521
8387 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
8388 message.
8389
8390 2019-06-11 Tom de Vries <tdevries@suse.de>
8391
8392 PR testsuite/24521
8393 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
8394
8395 2019-06-11 Tom de Vries <tdevries@suse.de>
8396
8397 * boards/readnow.exp: New file.
8398
8399 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
8400
8401 * gdb.fortran/vla-sizeof.exp: Update expected results.
8402
8403 2019-06-06 Amos Bird <amosbird@gmail.com>
8404
8405 * gdb.base/annota1.exp (thread_switch): Add test for
8406 thread-exited annotation.
8407
8408 2019-06-06 Tom Tromey <tromey@adacore.com>
8409
8410 * gdb.base/maint.exp: Expect command started/finished output.
8411
8412 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
8413
8414 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
8415 comment.
8416 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
8417
8418 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
8419
8420 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
8421 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
8422 * gdb.arch/riscv-unwind-long-insn.c: New file.
8423 * gdb.arch/riscv-unwind-long-insn.exp: New file.
8424
8425 2019-06-04 Christian Biesinger <cbiesinger@google.com>
8426
8427 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
8428
8429 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8430
8431 * lib/gdb.exp (help_list_trailer): New regexp variable
8432 factorizing the help trailer message.
8433 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
8434 arg to allow to better factorize various tests.
8435 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
8436 (test_prefix_command_help): Use help_list_trailer.
8437 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
8438 * gdb.guile/scm-cmd.exp: Likewise.
8439 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
8440 * gdb.base/help.exp: Use test_user_defined_class_help.
8441 * gdb.base/style.exp: Add tests for styling of help and apropos.
8442 * lib/gdb-utils.exp (style): Add title and highlight styles.
8443
8444 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8445
8446 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
8447 $_shell_exitsignal.
8448 * gdb.base/default.exp: Update for new convenience variables.
8449
8450 2019-05-29 Tom Tromey <tromey@adacore.com>
8451
8452 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
8453 to "break complete ada" test case's regexp.
8454
8455 2019-05-29 Tom Tromey <tromey@adacore.com>
8456
8457 PR c++/20020:
8458 * gdb.cp/constexpr-field.exp: New file.
8459 * gdb.cp/constexpr-field.cc: New file.
8460
8461 2019-05-29 Tom Tromey <tromey@adacore.com>
8462
8463 * gdb.base/finish.exp (finish_no_print): New proc.
8464 (finish_tests): Call it.
8465
8466 2019-05-24 Tom de Vries <tdevries@suse.de>
8467
8468 * gdb.dwarf2/gdb-add-index.exp: New file.
8469
8470 2019-05-22 Tom Tromey <tromey@adacore.com>
8471
8472 * gdb.base/info-shared.exp (check_info_shared): Use "style".
8473 * gdb.base/style.exp: Use "style".
8474 * lib/gdb-utils.exp (style): New proc.
8475
8476 2019-05-22 Tom de Vries <tdevries@suse.de>
8477
8478 * gdb.base/align.exp: Require c++11.
8479
8480 2019-05-22 Tom de Vries <tdevries@suse.de>
8481
8482 PR testsuite/24586
8483 * gdb.python/py-mi-var-info-path-expression.exp: Call
8484 mi_skip_python_tests to check if python is supported.
8485
8486 2019-05-22 Alan Hayward <alan.hayward@arm.com>
8487
8488 * gdb.arch/aarch64-pauth.c: New test.
8489 * gdb.arch/aarch64-pauth.exp: New file.
8490
8491 2019-05-22 Alan Hayward <alan.hayward@arm.com>
8492
8493 * README (Re-running Tests Outside The Testsuite): New section.
8494
8495 2019-05-21 Tom de Vries <tdevries@suse.de>
8496
8497 * gdb.arch/amd64-eval.exp: Require c++11.
8498 * gdb.base/max-depth.exp: Same.
8499 * gdb.compile/compile-cplus-array-decay.exp: Same.
8500 * gdb.cp/meth-typedefs.exp: Same.
8501 * gdb.cp/subtypes.exp: Same.
8502 * gdb.cp/temargs.exp: Same.
8503
8504 2019-05-21 Alan Hayward <alan.hayward@arm.com>
8505
8506 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
8507
8508 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
8509
8510 PR gdb/18644
8511 * gdb.fortran/complex.exp: Remove setup_kfail calls.
8512 * gdb.fortran/printing-types.exp: Add new test.
8513 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
8514 testing.
8515 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
8516 setup_kfail call.
8517
8518 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8519
8520 * README (Running the Testsuite): Change example.
8521 (Testsuite Parameters): Remove TRANSCRIPT.
8522 * lib/gdb.exp: Remove TRANSCRIPT check.
8523
8524 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8525
8526 * README (Testsuite Parameters): Add replay logging to
8527 GDBSERVER_DEBUG.
8528 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
8529 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
8530 as a comma separated list.
8531 (gdb_debug_init): Override procedure.
8532
8533 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8534
8535 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
8536 (gdb_write_cmd_file): New procedure.
8537 * lib/gdbserver-support.exp (gdbserver_start): Call
8538 gdbserver_write_cmd_file.
8539 (gdbserver_write_cmd_file): New procedure.
8540
8541 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8542
8543 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
8544 (delete_breakpoints): Likewise.
8545 (gdb_run_cmd): Likewise.
8546 (gdb_start_cmd): Likewise.
8547 (gdb_starti_cmd): Likewise.
8548 (gdb_internal_error_resync): Likewise.
8549 (gdb_test_multiple): Likewise.
8550 (gdb_reinitialize_dir): Likewise.
8551 (default_gdb_exit): Likewise.
8552 (gdb_file_cmd): Mark kill as optional.
8553 (default_gdb_start): Call gdb_stdin_log_init.
8554 (send_gdb): Call gdb_stdin_log_write.
8555 (rerun_to_main): Mark Y as an answer.
8556 (gdb_stdin_log_init): New function.
8557 (gdb_stdin_log_write): Likewise.
8558
8559 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8560
8561 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
8562 * gdb.base/debug-expr.exp: Likewise.
8563 * gdb.base/foll-fork.exp: Likewise.
8564 * gdb.base/foll-vfork.exp: Likewise.
8565 * gdb.base/fork-print-inferior-events.exp: Likewise.
8566 * gdb.base/gdb-sigterm.exp: Likewise.
8567 * gdb.base/gdbinit-history.exp: Likewise.
8568 * gdb.base/osabi.exp: Likewise.
8569 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
8570 * gdb.base/ui-redirect.exp: Likewise.
8571 * gdb.gdb/unittest.exp: Likewise.
8572 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
8573 * gdb.mi/mi-watch.exp: Likewise.
8574 * gdb.mi/new-ui-mi-sync.exp: Likewise.
8575 * gdb.mi/user-selected-context-sync.exp: Likewise.
8576 * gdb.python/python.exp: Disable debug test when debugging.
8577 * gdb.threads/check-libthread-db.exp: Disable when debugging.
8578 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
8579 Likewise.
8580 * gdb.threads/stepi-random-signal.exp: Likewise.
8581
8582 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8583
8584 * Makefile.in: Pass through GDB_DEBUG.
8585 * README (Testsuite Parameters): Add GDB_DEBUG.
8586 (gdb,debug): Add board setting.
8587 * lib/gdb.exp (default_gdb_start): Start debugging.
8588 (gdb_debug_enabled): New procedure.
8589 (gdb_debug_init): Likewise.
8590
8591 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8592
8593 * Makefile.in: Pass through GDB_DEBUG.
8594 * README (Testsuite Parameters): Add GDB_DEBUG.
8595 (gdb,debug): Add board setting.
8596 * lib/gdb.exp (default_gdb_start): Start debugging.
8597 (gdb_debug_enabled): New procedure.
8598 (gdb_debug_init): Likewise.
8599
8600 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8601
8602 * gdb.base/ui-redirect.exp: Add debug redirect tests.
8603
8604 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8605
8606 * gdb.base/ui-redirect.exp: Test redirection.
8607
8608 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
8609
8610 * gdb.mi/mi-complete.exp: New file.
8611 * gdb.mi/mi-complete.cc: Likewise.
8612
8613 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
8614
8615 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
8616 indexed and sliced arrays, and pointers to arrays.
8617
8618 2019-05-14 Tom Tromey <tromey@adacore.com>
8619
8620 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
8621 styling test.
8622
8623 2019-05-14 Tom de Vries <tdevries@suse.de>
8624
8625 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
8626 selection entry encoding.
8627
8628 2019-05-10 Tom Tromey <tromey@adacore.com>
8629
8630 * gdb.ada/info_exc.exp: Add "complete" test.
8631
8632 2019-05-09 Tom de Vries <tdevries@suse.de>
8633
8634 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
8635 CU-relative.
8636
8637 2019-05-09 Tom de Vries <tdevries@suse.de>
8638
8639 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
8640 CU-relative.
8641
8642 2019-05-08 Joel Brobecker <brobecker@adacore.com>
8643
8644 * gdb.ada/frame_arg_lang.exp: New testcase.
8645 * gdb.ada/frame_arg_lang/bla.adb: New file.
8646 * gdb.ada/frame_arg_lang/pck.ads: New file.
8647 * gdb.ada/frame_arg_lang/pck.adb: New file.
8648 * gdb.ada/frame_arg_lang/foo.c: New file.
8649
8650 2019-05-08 Tom Tromey <tromey@adacore.com>
8651
8652 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
8653
8654 2019-05-08 Tom Tromey <tromey@adacore.com>
8655
8656 * gdb.base/ptype-offsets.exp: Update tests.
8657
8658 2019-05-08 Tom Tromey <tromey@adacore.com>
8659
8660 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
8661 cases.
8662 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
8663 "short".
8664
8665 2019-05-08 Tom Tromey <tromey@adacore.com>
8666
8667 * gdb.ada/vla.exp: New file.
8668 * gdb.ada/vla/vla.adb: New file.
8669
8670 2019-05-07 Tom de Vries <tdevries@suse.de>
8671
8672 * gdb.base/index-cache.exp (ls_host): Fix return statement.
8673
8674 2019-05-07 Tom de Vries <tdevries@suse.de>
8675
8676 PR testsuite/24522
8677 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
8678 section.
8679
8680 2019-05-07 Tom de Vries <tdevries@suse.de>
8681
8682 PR testsuite/24522
8683 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
8684 .debug_aranges section.
8685
8686 2019-05-07 Tom de Vries <tdevries@suse.de>
8687
8688 PR testsuite/24159
8689 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
8690
8691 2019-05-06 Tom de Vries <tdevries@suse.de>
8692
8693 * lib/gdb.exp (exec_has_index_section): New proc.
8694 * gdb.base/index-cache.exp: Handle case that binfile contains an index
8695 section.
8696
8697 2019-05-04 Tom de Vries <tdevries@suse.de>
8698
8699 * boards/cc-with-debug-names.exp: New file.
8700
8701 2019-05-03 Tom Tromey <tromey@adacore.com>
8702
8703 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
8704 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
8705 * gdb.ada/char_enum.exp: Add test.
8706
8707 2019-05-03 Tom de Vries <tdevries@suse.de>
8708
8709 * boards/cc-with-gdb-index.exp: New file.
8710
8711 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
8712
8713 * gdb.rust/simple.exp: Add new test case.
8714 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
8715 (main): Initialise an instance of the new struct.
8716
8717 2019-05-01 Tom Tromey <tromey@adacore.com>
8718
8719 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
8720 record.
8721 (NPR): New variable.
8722 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
8723 test.
8724
8725 2019-05-01 Tom Tromey <tromey@adacore.com>
8726
8727 * gdb.ada/packed_array_assign.exp: Add packed assignment
8728 regression test.
8729
8730 2019-05-01 Tom de Vries <tdevries@suse.de>
8731
8732 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
8733
8734 2019-05-01 Tom de Vries <tdevries@suse.de>
8735
8736 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
8737
8738 2019-04-30 Ali Tamur <tamur@google.com>
8739
8740 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
8741
8742 2019-04-30 Tom Tromey <tromey@adacore.com>
8743
8744 * lib/ada.exp (find_ada_tool): New proc.
8745 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
8746 * gdb.ada/catch_ex_std.exp: New file.
8747 * gdb.ada/catch_ex_std/foo.adb: New file.
8748 * gdb.ada/catch_ex_std/some_package.adb: New file.
8749 * gdb.ada/catch_ex_std/some_package.ads: New file.
8750
8751 2019-04-30 Tom Tromey <tromey@adacore.com>
8752
8753 PR c++/24470:
8754 * gdb.cp/temargs.cc: Add test code from PR.
8755
8756 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8757
8758 * gdb.fortran/vla-datatypes.exp: Update expected results.
8759 * gdb.fortran/vla-ptype.exp: Likewise.
8760 * gdb.fortran/vla-type.exp: Likewise.
8761 * gdb.fortran/vla-value.exp: Likewise.
8762
8763 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8764
8765 * gdb.fortran/ptr-indentation.exp: Update expected results.
8766 * gdb.fortran/ptype-on-functions.exp: Likewise.
8767 * gdb.fortran/vla-ptr-info.exp: Likewise.
8768 * gdb.fortran/vla-value.exp: Likewise.
8769
8770 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8771
8772 * gdb.fortran/ptype-on-functions.exp: New file.
8773 * gdb.fortran/ptype-on-functions.f90: New file.
8774
8775 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8776
8777 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
8778 case void string.
8779
8780 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8781
8782 * gdb.fortran/complex.exp: Expand.
8783 * gdb.fortran/complex.f: Renamed to...
8784 * gdb.fortran/complex.f90: ...this, and extended to add more
8785 complex values.
8786
8787 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8788
8789 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
8790 MODULO, CMPLX.
8791
8792 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
8793 Richard Bunt <richard.bunt@arm.com>
8794
8795 * gdb.base/max-depth.c: New file.
8796 * gdb.base/max-depth.exp: New file.
8797 * gdb.python/py-nested-maps.c: New file.
8798 * gdb.python/py-nested-maps.exp: New file.
8799 * gdb.python/py-nested-maps.py: New file.
8800 * gdb.python/py-format-string.exp (test_max_depth): New proc.
8801 (test_all_common): Call test_max_depth.
8802 * gdb.fortran/max-depth.exp: New file.
8803 * gdb.fortran/max-depth.f90: New file.
8804 * gdb.go/max-depth.exp: New file.
8805 * gdb.go/max-depth.go: New file.
8806 * gdb.modula2/max-depth.exp: New file.
8807 * gdb.modula2/max-depth.c: New file.
8808 * lib/gdb.exp (get_print_expr_at_depths): New proc.
8809
8810 2019-04-29 Tom de Vries <tdevries@suse.de>
8811
8812 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
8813
8814 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8815
8816 * gdb.base/callexit.exp: Test may-call-functions off.
8817
8818 2019-04-25 Keith Seitz <keiths@redhat.com>
8819
8820 PR c++/24367
8821 * gdb.cp/meth-typedefs.cc (incomplete_struct)
8822 (another_incomplete_struct, test_incomplete): New definitions.
8823 (main): Use new definitions.
8824 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
8825 functions.
8826
8827 2019-04-25 Ali Tamur <tamur@google.com>
8828
8829 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
8830
8831 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
8832
8833 PR corefiles/11608
8834 PR corefiles/18187
8835 * gdb.base/coredump-filter-build-id.exp: New file.
8836
8837 2019-04-25 Alan Hayward <alan.hayward@arm.com>
8838
8839 * Makefile.in: Pass through GDBSERVER_DEBUG.
8840 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
8841 (gdbserver,debug): Add board setting.
8842 * gdb.trace/tspeed.exp: Skip when debugging.
8843 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
8844 * lib/gdbserver-support.exp: Likewise
8845
8846 2019-04-24 Tom Tromey <tromey@adacore.com>
8847
8848 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
8849 Rust.
8850
8851 2019-04-24 Tom Tromey <tromey@adacore.com>
8852
8853 * gdb.arch/amd64-eval.exp: Test bitfield return.
8854 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
8855 (class Foo) <return_bitfields>: New method.
8856 (main): Call it.
8857
8858 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8859
8860 * gdb.cp/many-args.cc: New file.
8861 * gdb.cp/many-args.exp: New file.
8862
8863 2019-04-23 Tom de Vries <tdevries@suse.de>
8864
8865 PR gdb/24433
8866 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
8867
8868 2019-04-23 Alan Hayward <alan.hayward@arm.com>
8869
8870 * gdb.trace/backtrace.exp: Use nopie flag.
8871 * gdb.trace/circ.exp: Likewise.
8872 * gdb.trace/collection.exp: Likewise.
8873 * gdb.trace/ftrace.exp: Likewise.
8874 * gdb.trace/mi-trace-unavailable.exp: Likewise.
8875 * gdb.trace/mi-traceframe-changed.exp: Likewise.
8876 * gdb.trace/qtro.exp: Likewise.
8877 * gdb.trace/read-memory.exp: Likewise.
8878 * gdb.trace/report.exp: Likewise.
8879 * gdb.trace/tfile.exp: Likewise.
8880 * gdb.trace/tfind.exp: Likewise.
8881 * gdb.trace/unavailable.exp: Likewise.
8882
8883 2019-04-22 Pedro Alves <palves@redhat.com>
8884
8885 * gdb.base/solib-probes-nosharedlibrary.c,
8886 gdb.base/solib-probes-nosharedlibrary.exp: New files.
8887
8888 2019-04-19 Tom Tromey <tromey@adacore.com>
8889
8890 * gdb.ada/ptype_union.c: New file.
8891 * gdb.ada/ptype_union.exp: New file.
8892
8893 2019-04-19 Tom Tromey <tromey@adacore.com>
8894
8895 PR symtab/24423:
8896 * gdb.base/list0.h (foo): Add a control-l character.
8897
8898 2019-04-18 Tom de Vries <tdevries@suse.de>
8899
8900 PR gdb/24433
8901 * boards/local-board.exp: Set sysroot to "".
8902
8903 2019-04-18 Tom de Vries <tdevries@suse.de>
8904 Pedro Alves <palves@redhat.com>
8905
8906 PR gdb/24454
8907 * gdb.threads/vfork-follow-child-exec.c: New file.
8908 * gdb.threads/vfork-follow-child-exec.exp: New file.
8909 * gdb.threads/vfork-follow-child-exit.c: New file.
8910 * gdb.threads/vfork-follow-child-exit.exp: New file.
8911
8912 2019-04-15 Leszek Swirski <leszeks@google.com>
8913
8914 * gdb.arch/amd64-eval.cc: New file.
8915 * gdb.arch/amd64-eval.exp: New file.
8916
8917 2019-04-11 Alan Hayward <alan.hayward@arm.com>
8918
8919 * gdb.server/sysroot.c: New test.
8920 * gdb.server/sysroot.exp: New file.
8921 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
8922 matching param.
8923
8924 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
8925
8926 * gdb.base/align.exp: Extend test to cover structures containing
8927 only static fields.
8928
8929 2019-04-11 Tom de Vries <tdevries@suse.de>
8930
8931 * boards/cc-with-dwz-m.exp: New file.
8932 * boards/cc-with-dwz.exp: New file.
8933 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
8934
8935 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
8936
8937 * gdb.base/start-cpp.exp: New file.
8938 * gdb.base/start-cpp.cc: New file.
8939
8940 2019-04-08 Kevin Buettner <kevinb@redhat.com>
8941
8942 * gdb.python/py-thrhandle.exp: Adjust tests to call
8943 thread_from_handle instead of thread_from_thread_handle.
8944
8945 2019-04-08 Kevin Buettner <kevinb@redhat.com>
8946
8947 * gdb.python/py-thrhandle.exp: Add tests for
8948 gdb.InferiorThread.handle.
8949
8950 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
8951
8952 * gdb.python/py-function.exp: Check calling helper function from
8953 all languages.
8954 * lib/gdb.exp (gdb_supported_languages): New proc.
8955
8956 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
8957
8958 * gdb.base/complex-parts.c: New file.
8959 * gdb.base/complex-parts.exp: New file.
8960
8961 2019-04-01 Tom Tromey <tromey@adacore.com>
8962
8963 PR symtab/23331:
8964 * gdb.dwarf2/dw2-ranges-main.c: New file.
8965 * gdb.dwarf2/dw2-ranges-psym.c: New file.
8966 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
8967
8968 2019-03-30 Simon Marchi <simark@simark.ca>
8969
8970 * gdb.base/default.exp: Add values for $_gdb_major and
8971 $_gdb_minor.
8972
8973 2019-03-29 Tom Tromey <tromey@adacore.com>
8974
8975 * gdb.base/help.exp: Tighten apropos regexp.
8976
8977 2019-03-29 Keith Seitz <keiths@redhat.com>
8978
8979 * gdb.fortran/array-bounds.exp: New file.
8980 * gdb.fortran/array-bounds.f90: New file.
8981
8982 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8983
8984 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
8985
8986 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8987
8988 * gdb.multi/hello.c (main): Increase alarm timer.
8989
8990 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
8991
8992 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
8993 factor when no hardware watchpoint support.
8994
8995 2019-03-28 Alan Hayward <alan.hayward@arm.com>
8996 Pedro Alves <palves@redhat.com>
8997
8998 * boards/local-board.exp: set sysroot to /.
8999
9000 2019-03-27 Alan Hayward <alan.hayward@arm.com>
9001
9002 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
9003 in child.
9004
9005 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
9006
9007 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
9008 field.
9009 (make_container): Initialise new field.
9010 * gdb.python/py-prettyprint.exp: Add new tests.
9011 * gdb.python/py-prettyprint.py (class ContainerPrinter)
9012 <display_hint>: New method.
9013
9014 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
9015
9016 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
9017 gdb_continue_to_breakpoint more throughout this test.
9018 (run_lang_tests) Supply unique test names, and use
9019 gdb_test_no_output.
9020
9021 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
9022
9023 * gdb.base/finish-pretty.exp: Update expected results.
9024 * gdb.base/pretty-print.c: New file.
9025 * gdb.base/pretty-print.exp: New file.
9026
9027 2019-03-25 Pedro Alves <palves@redhat.com>
9028
9029 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
9030 move comments outside list. Append '-i "" eof' section.
9031
9032 2019-03-22 Alan Hayward <alan.hayward@arm.com>
9033
9034 PR testsuite/25016
9035 * README: Add pie options.
9036 * gdb.base/break-interp.exp: Ensure pie is disabled.
9037 * gdb.base/dump.exp: Likewise.
9038 * lib/gdb.exp (gdb_compile): Add pie option.
9039
9040 2019-03-19 Tom Tromey <tromey@adacore.com>
9041
9042 * gdb.mi/mi2-cli-display.c: New file.
9043 * gdb.mi/mi2-cli-display.exp: New file.
9044
9045 2019-03-18 Joel Brobecker <brobecker@adacore.com>
9046 Tom Tromey <tromey@adacore.com>
9047
9048 * gdb.ada/ptype_array/pck.adb: New file.
9049 * gdb.ada/ptype_array/pck.ads: New file.
9050 * gdb.ada/ptype_array/foo.adb: New file.
9051 * gdb.ada/ptype_array.exp: New file.
9052
9053 2019-03-14 Tom Tromey <tromey@adacore.com>
9054
9055 * gdb.base/style.exp: Add "set style sources" test.
9056
9057 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
9058
9059 * mi-breakpoint-location-ena-dis.exp: Rename to ...
9060 * mi-breakpoint-multiple-locations.exp: ... this.
9061 (make_breakpoints_pattern): New proc.
9062 (do_test): Add mi_version parameter, test -break-insert,
9063 -break-info and =breakpoint-created.
9064
9065 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
9066
9067 * config/default.exp: Remove 'load_lib gdb.exp'.
9068 * config/monitor.exp: Likewise.
9069 * config/sid.exp: Likewise.
9070 * config/sim.exp: Likewise.
9071 * config/slite.exp: Likewise.
9072 * config/unix.exp: Likewise.
9073 * gdb.base/default.exp: Remove unhelpful comment.
9074
9075 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9076
9077 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
9078
9079 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9080
9081 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
9082
9083 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9084
9085 * gdb.fortran/type-kinds.exp: Update expected results.
9086
9087 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9088
9089 * gdb.fortran/type-kinds.exp: Test new integer type kind.
9090
9091 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9092
9093 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
9094 function.
9095 (test_basic_parsing_of_type_kinds): Expand types tested.
9096 (test_parsing_invalid_type_kinds): New function.
9097
9098 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9099
9100 * gdb.fortran/intrinsics.exp: New file.
9101 * gdb.fortran/intrinsics.f90: New file.
9102 * gdb.fortran/type-kinds.exp: New file.
9103
9104 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9105
9106 * gdb.fortran/dot-ops.exp: New file.
9107
9108 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9109
9110 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
9111 Check upper and lower case logical literals.
9112
9113 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9114
9115 * gdb.fortran/types.exp (test_float_literal_types_accepted):
9116 Remove duplicate tests.
9117
9118 2019-03-06 Alan Hayward <alan.hayward@arm.com>
9119
9120 * lib/gdb.exp (builtin_cd): rename of cd.
9121 (cd): Override builtin.
9122
9123 2019-03-06 Richard Bunt <richard.bunt@arm.com>
9124
9125 * gdb.fortran/function-calls.exp: New file.
9126 * gdb.fortran/function-calls.f90: New test.
9127
9128 2019-03-04 Richard Bunt <richard.bunt@arm.com>
9129
9130 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
9131 on user program standard output.
9132 * gdb.fortran/short-circuit-argument-list.f90: Record function
9133 calls.
9134
9135 2019-02-28 Alan Hayward <alan.hayward@arm.com>
9136
9137 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
9138 failure.
9139
9140 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9141
9142 PR gdb/8527
9143 * gdb.base/interrupt-daemon-attach.c,
9144 gdb.base/interrupt-daemon-attach.exp: New test.
9145
9146 2019-02-27 Pedro Alves <palves@redhat.com>
9147
9148 * gdb.base/page.exp: Add tests for "set width/height -1".
9149
9150 2019-02-27 Pedro Alves <palves@redhat.com>
9151
9152 * gdb.base/page.exp: Add tests for "set/show width/height" with
9153 "infinite" values.
9154
9155 2019-02-27 Tom Tromey <tromey@adacore.com>
9156
9157 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
9158 2.4.
9159 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
9160 workaround.
9161
9162 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
9163
9164 * gdb.base/align.exp: Extend to compile in both C and C++, and add
9165 tests for structs with static members.
9166
9167 2019-02-26 Tom Tromey <tromey@adacore.com>
9168
9169 * gdb.python/py-value.exp (test_value_from_buffer): Check for
9170 ValueError, not TypeError.
9171
9172 2019-02-26 Kevin Buettner <kevinb@redhat.com>
9173
9174 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
9175 call from main program.
9176
9177 2019-02-23 Joel Brobecker <brobecker@adacore.com>
9178
9179 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
9180 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
9181 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
9182 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
9183 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
9184
9185 2019-02-22 Keith Seitz <keiths@redhat.com>
9186
9187 PR symtab/23853
9188 * gdb.base/symlink-sourcefile.c: New file.
9189 * gdb.base/symlink-sourcefile.exp: New file.
9190
9191 2019-02-20 Tom Tromey <tom@tromey.com>
9192
9193 * gdb.base/info_qt.exp: Update.
9194
9195 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
9196
9197 * gdb.base/source.exp: Move "error in sourced script" code to
9198 the end.
9199 * gdb.base/source-error.gdb: Move contents to
9200 source-error-1.gdb. Add new code to source source-error-1.gdb.
9201 * gdb.base/source-error-1.gdb: New file, from previous
9202 source-error.gdb.
9203
9204 2019-02-17 Tom Tromey <tom@tromey.com>
9205
9206 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
9207 for macro styling.
9208 * gdb.base/style.c (SOME_MACRO): New macro.
9209
9210 2019-02-17 Tom Tromey <tom@tromey.com>
9211
9212 * gdb.base/style.exp: Add line-wrapping tests.
9213 * gdb.base/page.exp: Add test for quitting during pagination.
9214
9215 2019-02-17 Joel Brobecker <brobecker@adacore.com>
9216
9217 * gdb.ada/big_packed_array: New testcase.
9218 * gdb.ada/homonym.exp: Fix incorrect expected output for
9219 "break <homonym__get_value>" test.
9220
9221 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
9222
9223 PR breakpoints/21870
9224 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
9225 and prepare_for_testing. Add comment.
9226 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
9227 redundant cleanup call. Clean up comment.
9228
9229 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
9230
9231 PR breakpoints/21870
9232 * gdb.arch/aarch64-dbreg-contents.exp: New file.
9233 * gdb.arch/aarch64-dbreg-contents.c: New file.
9234
9235 2019-02-10 Joel Brobecker <brobecker@adacore.com>
9236
9237 * gdb.ada/mi_ref_changeable: New testcase.
9238
9239 2019-02-07 Alan Hayward <alan.hayward@arm.com>
9240
9241 * gdb.base/attach.exp: Add double attach test.
9242
9243 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
9244
9245 * lib/gdb.exp (default_gdb_start): Don't match pagination
9246 prompt.
9247 (gdb_init): Set stty_init.
9248
9249 2019-01-27 Tom Tromey <tom@tromey.com>
9250
9251 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
9252 skip_python_tests.
9253
9254 2019-01-24 Alan Hayward <alan.hayward@arm.com>
9255
9256 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
9257 New structure.
9258 (struct struct_static_02_02): Likewise.
9259 (struct struct_static_02_03): Likewise.
9260 (struct struct_static_02_04): Likewise.
9261 (struct struct_static_04_01): Likewise.
9262 (struct struct_static_04_02): Likewise.
9263 (struct struct_static_04_03): Likewise.
9264 (struct struct_static_04_04): Likewise.
9265 (struct struct_static_06_01): Likewise.
9266 (struct struct_static_06_02): Likewise.
9267 (struct struct_static_06_03): Likewise.
9268 (struct struct_static_06_04): Likewise.
9269 (cmp_struct_static_02_01): Likewise.
9270 (cmp_struct_static_02_02): Likewise.
9271 (cmp_struct_static_02_03): Likewise.
9272 (cmp_struct_static_02_04): Likewise.
9273 (cmp_struct_static_04_01): Likewise.
9274 (cmp_struct_static_04_02): Likewise.
9275 (cmp_struct_static_04_03): Likewise.
9276 (cmp_struct_static_04_04): Likewise.
9277 (cmp_struct_static_06_01): Likewise.
9278 (cmp_struct_static_06_02): Likewise.
9279 (cmp_struct_static_06_03): Likewise.
9280 (cmp_struct_static_06_04): Likewise.
9281 (call_all): Test new structs.
9282 * gdb.base/infcall-nested-structs.exp: Likewise.
9283
9284 2019-01-21 Alan Hayward <alan.hayward@arm.com>
9285 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
9286
9287 2019-01-21 Alan Hayward <alan.hayward@arm.com>
9288 * gdb.base/stack-protector.c: New test.
9289 * gdb.base/stack-protector.exp: New file.
9290 * gdb.cp/ovldbreak.exp: Only allow a single break line.
9291 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
9292 option.
9293 (gdb_compile): Remove stack protector for GCC and prevent
9294 recursion.
9295
9296 2019-01-16 Keith Seitz <keiths@redhat.com>
9297
9298 PR gdb/23773
9299 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
9300
9301 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9302
9303 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
9304 aliases.
9305 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
9306 tests.
9307 * gdb.arch/powerpc-vector-regs.c: New file.
9308 * gdb.arch/powerpc-vector-regs.exp: New file.
9309
9310 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9311
9312 * gdb.arch/altivec-regs.exp: Fix the list passed to
9313 gdb_expect_list when testing "info vector".
9314
9315 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
9316
9317 * gdb.base/style.exp: Don't include path in testname.
9318
9319 2019-01-10 Keith Seitz <keiths@redhat.com>
9320
9321 PR gdb/23712
9322 PR symtab/23010
9323 * gdb.dwarf2/multidictionary.exp: New file.
9324
9325 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
9326
9327 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
9328 (test_gnuv3_style_demangling): ... this.
9329 (test_lucid_style_demangling): Remove.
9330 (test_arm_style_demangling): Remove.
9331 (test_hp_style_demangling): Remove.
9332 (do_tests): Remove calls to the above.
9333
9334 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
9335
9336 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
9337 case.
9338
9339 2019-01-06 Tom Tromey <tom@tromey.com>
9340
9341 PR gdb/28155:
9342 * gdb.dwarf2/typedef-void-finish.exp: New file.
9343
9344 2018-12-28 Tom Tromey <tom@tromey.com>
9345 Simon Marchi <simark@simark.ca>
9346
9347 * gdb.base/jit-exec.exp: New file.
9348 * gdb.base/jit-exec.c: New file.
9349 * gdb.base/jit-execd.c: New file.
9350
9351 2018-12-28 Tom Tromey <tom@tromey.com>
9352
9353 * gdb.base/style.exp: Update test to check for address styling.
9354
9355 2018-12-28 Tom Tromey <tom@tromey.com>
9356
9357 * gdb.base/style.exp: Add test for styling of "Reading symbols"
9358 message.
9359
9360 2018-12-28 Tom Tromey <tom@tromey.com>
9361
9362 * gdb.base/style.exp: Add test for version number styling.
9363
9364 2018-12-28 Tom Tromey <tom@tromey.com>
9365
9366 * gdb.base/style.exp: Add test for print_address_symbolic.
9367
9368 2018-12-28 Tom Tromey <tom@tromey.com>
9369
9370 * gdb.base/style.exp: Add test for breakpoint setting.
9371
9372 2018-12-28 Tom Tromey <tom@tromey.com>
9373
9374 * gdb.base/style.exp: Add test for variable names.
9375
9376 2018-12-28 Tom Tromey <tom@tromey.com>
9377
9378 * gdb.base/style.exp: New file.
9379 * gdb.base/style.c: New file.
9380
9381 2018-12-28 Tom Tromey <tom@tromey.com>
9382
9383 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
9384 "dumb".
9385 * gdb.base/readline.exp (operate_and_get_next): Save and restore
9386 the TERM environment variable.
9387
9388 2018-12-27 Tom Tromey <tom@tromey.com>
9389
9390 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
9391 pagination test.
9392
9393 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
9394
9395 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
9396 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
9397
9398 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9399
9400 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
9401 Filename a.adb changed to bp_fun_addr.adb.
9402 gdb.ada/bp_fun_addr.exp: Update test accordingly.
9403
9404 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
9405
9406 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
9407 non-PIE executables.
9408 * README: Mention the gdb,nopie_flag board setting.
9409 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
9410 non-PIE executable.
9411 * gdb.arch/amd64-entry-value.exp: Likewise.
9412 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
9413 * gdb.arch/i386-float.exp: Likewise.
9414 * gdb.arch/i386-signal.exp: Likewise.
9415 * gdb.mi/mi-reg-undefined.exp: Likewise.
9416
9417 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
9418
9419 PR gdb/23974
9420 * gdb.base/info-os.exp: Check return for unknown "info os" type.
9421
9422 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9423
9424 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
9425 Update order of results accordingly.
9426
9427 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
9428
9429 * gdb.base/annota1.exp: Update a test regexp.
9430
9431 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9432
9433 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
9434
9435 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9436
9437 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
9438 (reuse_time): Initialize to REUSE_TIME_CAP.
9439 (check_rc): New function.
9440 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
9441 Check pthread_create rc.
9442 (spawner_thread_func): Check pthread_create and pthread_join rc.
9443
9444 2018-12-08 Pedro Alves <palves@redhat.com>
9445
9446 * gdb.base/list.exp (test_forward_search): Rename to ...
9447 (test_forward_reverse_search): ... this. Also test reverse-search
9448 and the forward-search alias.
9449
9450 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
9451
9452 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
9453 local timeout variable before return, and remove all local timeout
9454 variable entirely.
9455 (gdb_load): Likewise.
9456
9457 2018-12-01 Tom de Vries <tdevries@suse.de>
9458
9459 * gdb.base/gdb-caching-proc.exp: New file.
9460
9461 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
9462
9463 * Makefile.in (TIMESTAMP): New variable.
9464 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
9465 command.
9466 (check-single-racy): Likewise.
9467 (check/%.exp): Likewise.
9468 (check-racy/%.exp): Likewise.
9469 (workers/%.worker): Likewise.
9470 (build-perf): Likewise.
9471 (check-perf): Likewise.
9472 * README: Describe new "TS" and "TS_FORMAT" variables.
9473 * print-ts.py: New file.
9474
9475 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
9476
9477 PR python/23714
9478 * gdb.python/python.exp: Test command repetition after
9479 gdb.execute.
9480
9481 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
9482
9483 * gdb.opt/inline-break.exp: Add test that info breakpoint output
9484 is correctly aligned.
9485
9486 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9487
9488 * gdb.ada/info_auto_lang.exp: New testcase.
9489 * gdb.ada/info_auto_lang/global_pack.ads: New file.
9490 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
9491 * gdb.ada/info_auto_lang/some_c.c: New file.
9492
9493 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9494
9495 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
9496 FUNC_lang language syntax.
9497
9498 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9499
9500 * gdb.base/info_minsym.c: New file.
9501 * gdb.base/info_minsym.exp: New file.
9502
9503 2018-11-19 Tom Tromey <tom@tromey.com>
9504
9505 PR rust/23625:
9506 * gdb.rust/simple.exp: Add ptype test. Update expected output.
9507 * gdb.rust/expr.exp: Update expected output. Change one test.
9508
9509 2018-11-19 Tom Tromey <tom@tromey.com>
9510
9511 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
9512
9513 2018-11-19 Pedro Alves <palves@redhat.com>
9514
9515 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
9516 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
9517 see the expected warning.
9518
9519 2018-11-16 Alan Hayward <alan.hayward@arm.com>
9520
9521 PR gdb/22736:
9522 * gdb.cp/infcall-nodebug-lib.c: New test.
9523 * gdb.cp/infcall-nodebug-main.c: New test.
9524 * gdb.cp/infcall-nodebug.exp: New file.
9525
9526 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
9527
9528 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
9529 completer tests.
9530
9531 2018-11-09 Tom de Vries <tdevries@suse.de>
9532
9533 * gdb.base/msym-lang.c: New test.
9534 * gdb.base/msym-lang.exp: New file.
9535 * gdb.base/msym-lang-main.c: New test.
9536
9537 2018-11-08 Tom Tromey <tom@tromey.com>
9538
9539 PR gdb/23555:
9540 PR gdb/23838:
9541 * gdb.base/warning.exp: New file.
9542
9543 2018-11-08 Jan Beulich <jbeulich@suse.com>
9544
9545 * testsuite/gdb.arch/i386-avx512.c,
9546 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
9547
9548 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
9549
9550 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
9551 point hardware.
9552
9553 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
9554
9555 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
9556 * gdb.dwarf2/missing-type-name.exp: New file.
9557
9558 2018-11-06 Tom de Vries <tdevries@suse.de>
9559
9560 * gdb.base/many-headers.c: New test.
9561 * gdb.base/many-headers.exp: New file.
9562
9563 2018-11-06 Jim Wilson <jimw@sifive.com>
9564
9565 * gdb.base/code_elim.exp: For riscv, set additional_flags
9566 to include -msmall-data-limit=0.
9567
9568 2018-11-01 Joel Brobecker <brobecker@adacore.com>
9569
9570 * gdb.ada/watch_minus_l: New testcase.
9571
9572 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
9573
9574 * gdb.arch/aix-sighandle.c: New file.
9575 * gdb.arch/aix-sighandle.exp: New file.
9576
9577 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
9578
9579 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
9580 registers being unions.
9581
9582 2018-10-31 Tom de Vries <tdevries@suse.de>
9583
9584 * lib/valgrind.exp: New file.
9585 (vgdb_start, vgdb_stop): New procs, factored out of ...
9586 * gdb.base/valgrind-bt.exp: ... here, ...
9587 * gdb.base/valgrind-disp-step.exp: ... here and ...
9588 * gdb.base/valgrind-infcall.exp: ... here.
9589
9590 2018-10-31 Tom de Vries <tdevries@suse.de>
9591
9592 * lib/gdb.exp (get_valueof): Don't output read value in test name.
9593
9594 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
9595
9596 * gdb.dwarf2/void-type.c: New file.
9597 * gdb.dwarf2/void-type.exp: New file.
9598
9599 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9600
9601 * gdb.base/info_qt.c: New file.
9602 * gdb.base/info_qt.exp: New file.
9603
9604 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9605
9606 * gdb.arch/powerpc-htm-regs.c: New file.
9607 * gdb.arch/powerpc-htm-regs.exp: New file.
9608
9609 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9610
9611 * gdb.arch/powerpc-tar.c: New file.
9612 * gdb.arch/powerpc-tar.exp: New file.
9613
9614 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9615
9616 * gdb.arch/powerpc-ppr-dscr.c: New file.
9617 * gdb.arch/powerpc-ppr-dscr.exp: New file.
9618
9619 2018-10-25 Tom de Vries <tdevries@suse.de>
9620
9621 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
9622
9623 2018-10-24 Tom de Vries <tdevries@suse.de>
9624
9625 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
9626 longer exists error.
9627
9628 2018-10-24 Tom de Vries <tdevries@suse.de>
9629
9630 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
9631
9632 2018-10-24 Tom de Vries <tdevries@suse.de>
9633
9634 * gdb.base/valgrind-db-attach.exp: Handle removed support for
9635 --db-attach in valgrind.
9636
9637 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
9638
9639 * gdb.arch/riscv-reg-aliases.c: New file.
9640 * gdb.arch/riscv-reg-aliases.exp: New file.
9641
9642 2018-10-19 Alan Hayward <alan.hayward@arm.com>
9643
9644 * gdb.python/py-cmd.exp: Check for gdb_prompt.
9645
9646 2018-10-19 Alan Hayward <alan.hayward@arm.com>
9647
9648 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
9649
9650 2018-10-19 Alan Hayward <alan.hayward@arm.com>
9651
9652 * gdb.cp/ovldbreak.exp: Fix regexps.
9653
9654 2018-10-19 Alan Hayward <alan.hayward@arm.com>
9655
9656 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
9657
9658 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
9659
9660 PR cli/23785
9661 * gdb.base/restore.exp: New test to check if "restore" with an
9662 invalid file doesn't segfault.
9663
9664 2018-10-18 Tom de Vries <tdevries@suse.de>
9665
9666 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
9667 * gdb.ada/excep_handle.exp: Same.
9668 * gdb.ada/mi_string_access.exp: Same.
9669 * gdb.ada/mi_var_union.exp: Same.
9670 * gdb.arch/arc-analyze-prologue.exp: Same.
9671 * gdb.arch/arc-decode-insn.exp: Same.
9672 * gdb.base/readnever.exp: Same.
9673 * gdb.fortran/printing-types.exp: Same.
9674 * gdb.guile/scm-lazy-string.exp: Same.
9675
9676 2018-10-16 Tom de Vries <tdevries@suse.de>
9677
9678 PR gdb/23730
9679 * gdb.base/catch-follow-exec.c: Add copyright notice.
9680 * gdb.base/catch-follow-exec.exp: Rewrite to use
9681 gdb_spawn_with_cmdline_opts. Require gdb-native.
9682
9683 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
9684
9685 * gdb.trace/actions-changed.exp: Check for arch support.
9686 * gdb.trace/actions.exp: Likewise.
9687 * gdb.trace/ax.exp: Likewise.
9688 * gdb.trace/backtrace.exp: Likewise.
9689 * gdb.trace/change-loc.exp: Likewise.
9690 * gdb.trace/deltrace.exp: Likewise.
9691 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
9692 * gdb.trace/ftrace.exp: Likewise.
9693 * gdb.trace/infotrace.exp: Check for arch support.
9694 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
9695 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
9696 * gdb.trace/mi-tsv-changed.exp: Likewise.
9697 * gdb.trace/packetlen.exp: Likewise.
9698 * gdb.trace/passc-dyn.exp: Likewise.
9699 * gdb.trace/passcount.exp: Likewise.
9700 * gdb.trace/pending.exp: Likewise.
9701 * gdb.trace/range-stepping.exp: Check for shlib support.
9702 * gdb.trace/report.exp: Check for arch support.
9703 * gdb.trace/save-trace.exp: Likewise.
9704 * gdb.trace/signal.exp: Check for signal support.
9705 * gdb.trace/tfind.exp: Check for arch support.
9706 * gdb.trace/trace-break.exp: Check for arch and shlib support.
9707 * gdb.trace/trace-common.h: Add comment.
9708 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
9709 * gdb.trace/trace-enable-disable.exp: Likewise.
9710 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
9711 * gdb.trace/tracecmd.exp: Check for arch support.
9712 * gdb.trace/tspeed.exp: Check for shlib and target support.
9713 * gdb.trace/tstatus.exp: Check for arch support.
9714 * gdb.trace/tsv.exp: Likewise.
9715 * gdb.trace/while-dyn.exp: Likewise.
9716 * gdb.trace/while-stepping.exp: Likewise.
9717 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
9718
9719 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
9720
9721 * gdb.trace/tspeed.exp: Remove nowarnings.
9722 (prepare_for_trace_test): Declare "global ipalib".
9723 * gdb.trace/tspeed.c: Include unistd.h.
9724 (main): Remove superfluous printf argument.
9725
9726 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
9727
9728 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
9729 directory prefix on the filename.
9730
9731 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
9732
9733 * gdb.gdb/unittest.exp: Update expected message informing that
9734 selftests have been disabled.
9735 * gdb.server/unittest.exp: Likewise.
9736
9737 2018-10-09 Tom de Vries <tdevries@suse.de>
9738
9739 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
9740 with runto_main.
9741
9742 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
9743
9744 PR c++/16841
9745 * gdb.cp/virtbase2.cc: New file.
9746 * gdb.cp/virtbase2.exp: New file.
9747
9748 2018-10-06 Tom Tromey <tom@tromey.com>
9749
9750 PR python/19399:
9751 * gdb.python/py-inferior.exp: Add architecture test.
9752
9753 2018-10-06 Tom Tromey <tom@tromey.com>
9754
9755 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
9756 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
9757
9758 2018-10-06 Tom Tromey <tom@tromey.com>
9759
9760 * gdb.python/py-breakpoint.exp (check_last_event): Check location
9761 of a "throw" catchpoint.
9762
9763 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
9764
9765 * gdb.base/info-proc.exp: Update string expected from "help info
9766 proc".
9767
9768 2018-10-04 Tom Tromey <tom@tromey.com>
9769
9770 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
9771 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
9772 (test_initial_complaints, test_empty_complaints): Update.
9773 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
9774
9775 2018-10-04 Tom Tromey <tom@tromey.com>
9776
9777 PR cli/19551:
9778 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
9779 * lib/gdb.exp (gdb_file_cmd): Update.
9780 * gdb.stabs/weird.exp (print_weird_var): Update.
9781 * gdb.server/solib-list.exp: Update.
9782 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
9783 * gdb.mi/mi-cli.exp: Update.
9784 * gdb.linespec/linespec.exp: Update.
9785 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
9786 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
9787 * gdb.cp/cp-relocate.exp: Update.
9788 * gdb.base/sym-file.exp: Update.
9789 * gdb.base/relocate.exp: Update.
9790 * gdb.base/readnever.exp: Update.
9791 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
9792 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
9793 * gdb.base/dbx.exp (gdb_file_cmd): Update.
9794 * gdb.base/code_elim.exp: Update.
9795 * gdb.base/break-unload-file.exp (test_break): Update.
9796 * gdb.base/break-interp.exp (test_attach_gdb): Update.
9797 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
9798 Update.
9799 * gdb.base/attach.exp (do_attach_tests): Update.
9800 * gdb.base/sepdebug.exp: Update.
9801 * gdb.python/py-section-script.exp: Update.
9802
9803 2018-10-04 Tom Tromey <tom@tromey.com>
9804
9805 PR cli/22234:
9806 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
9807 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
9808 output.
9809
9810 2018-10-04 Tom Tromey <tom@tromey.com>
9811
9812 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
9813 set width and height to 0.
9814 (test_command_line_attach_run): Use -quiet.
9815
9816 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
9817
9818 * lib/gdb.exp (skip_ifunc_tests): New.
9819 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
9820 other compile failures.
9821 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
9822
9823 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
9824
9825 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
9826 is_amd64_regs_target.
9827
9828 2018-10-01 Alan Hayward <alan.hayward@arm.com>
9829
9830 * gdb.arch/aarch64-sighandler-regs.c: New test.
9831 * gdb.arch/aarch64-sighandler-regs.exp: New file.
9832 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
9833
9834 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
9835
9836 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
9837 assembly.
9838
9839 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
9840
9841 * gdb.base/frame-selection.exp: New file.
9842 * gdb.base/frame-selection.c: New file.
9843
9844 2018-09-27 Alan Hayward <alan.hayward@arm.com>
9845
9846 * gdb.threads/check-libthread-db.c (thread_routine): Use a
9847 pthread barrier.
9848 (main): Likewise.
9849
9850 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
9851
9852 * gdb.base/large-frame-1.c: New file.
9853 * gdb.base/large-frame-2.c: New file.
9854 * gdb.base/large-frame.exp: New file.
9855 * gdb.base/large-frame.h: New file.
9856
9857 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
9858
9859 PR gdb/20948
9860 * gdb.base/write_mem.exp: New test.
9861 * gdb.base/write_mem.c: Likewise.
9862
9863 2018-09-23 Tom Tromey <tom@tromey.com>
9864
9865 PR python/18852:
9866 * gdb.python/py-parameter.exp: Add test for parameter that throws
9867 on "set".
9868
9869 2018-09-23 Tom Tromey <tom@tromey.com>
9870
9871 PR python/17284:
9872 * gdb.python/py-template.exp (test_template_arg): Add test for
9873 negative template argument number.
9874
9875 2018-09-23 Tom Tromey <tom@tromey.com>
9876
9877 PR python/14062:
9878 * gdb.python/python.exp: Add test for post_event error.
9879
9880 2018-09-23 Tom Tromey <tom@tromey.com>
9881
9882 PR python/18170:
9883 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
9884 convert pointers to int and long.
9885
9886 2018-09-23 Tom Tromey <tom@tromey.com>
9887
9888 PR python/20126:
9889 * gdb.python/py-value.exp (test_value_numeric_ops): Add
9890 signed-ness conversion tests.
9891
9892 2018-09-23 Tom Tromey <tom@tromey.com>
9893
9894 PR python/18352;
9895 * gdb.python/py-value.exp (test_float_conversion): New proc.
9896 Use it.
9897
9898 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
9899
9900 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
9901
9902 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
9903
9904 * gdb.base/complete-empty.exp: Skip tab-completion tests if
9905 no readline.
9906 * gdb.base/utf8-identifiers.exp: Likewise.
9907 * gdb.cp/cpcompletion.exp: Likewise.
9908 * gdb.linespec/cpcompletion.exp: Likewise.
9909 * gdb.linespec/cpls-abi-tag.exp: Likewise.
9910 * gdb.linespec/cpls-ops.exp: Likewise.
9911
9912 2018-09-19 Richard Bunt <richard.bunt@arm.com>
9913 Chris January <chris.january@arm.com>
9914
9915 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
9916 * gdb.fortran/short-circuit-argument-list.exp: New file.
9917 * gdb.fortran/short-circuit-argument-list.f90: New test.
9918
9919 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
9920
9921 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
9922 "arch=" keyword when executing "-stack-list-frames".
9923
9924 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
9925
9926 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
9927 "arch=" keyword when executing "-stack-list-frames".
9928
9929 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
9930
9931 * gdb.ada/complete.exp: Expect for "@" when doing "complete
9932 break ada".
9933
9934 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
9935
9936 PR python/23669
9937 * gdb.python/python.exp: Test gdb.execute("show commands").
9938
9939 2018-09-16 Tom Tromey <tom@tromey.com>
9940
9941 * gdb.base/new-ui.exp (do_execution_tests): Update.
9942 * gdb.base/dbx.exp (test_breakpoints): Update.
9943
9944 2018-09-14 Alan Hayward <alan.hayward@arm.com>
9945
9946 * lib/gdb.exp (gdb_simple_compile): Add proc.
9947 (is_elf_target): Use gdb_simple_compile.
9948 (skip_altivec_tests): Likewise.
9949 (skip_vsx_tests): Likewise.
9950 (skip_tsx_tests): Likewise.
9951 (skip_btrace_tests): Likewise.
9952 (skip_btrace_pt_tests): Likewise.
9953 (gdb_can_simple_compile): Likewise.
9954 (gdb_has_argv0): Likewise.
9955 (gdb_target_symbol_prefix): Likewise.
9956 (target_supports_scheduler_locking): Likewise.
9957
9958 2018-09-13 Tom Tromey <tom@tromey.com>
9959
9960 * Makefile.in (TAGS): Recognize proc_with_prefix and
9961 gdb_caching_proc.
9962
9963 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
9964
9965 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
9966 method.
9967
9968 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
9969
9970 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
9971 and a few other Inferior properties when the Inferior is no
9972 longer valid.
9973
9974 2018-09-13 Tom Tromey <tom@tromey.com>
9975
9976 PR rust/23650:
9977 * gdb.rust/simple.exp: Add test for enum field access error.
9978
9979 2018-09-13 Tom Tromey <tom@tromey.com>
9980
9981 PR rust/23626:
9982 * gdb.rust/simple.rs (EmptyEnum): New type.
9983 (main): Use it.
9984 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
9985
9986 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
9987
9988 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
9989 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
9990 * gdb.python/py-symtab.exp: Update test printing an objfile.
9991
9992 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
9993
9994 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
9995 object.
9996
9997 2018-09-12 Alan Hayward <alan.hayward@arm.com>
9998
9999 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
10000 (support_complex_tests): Use gdb_can_simple_compile.
10001 (is_ilp32_target): Likewise.
10002 (is_lp64_target): Likewise.
10003 (is_64_target): Likewise.
10004 (is_amd64_regs_target): Likewise.
10005 (is_aarch32_target): Likewise.
10006 (gdb_int128_helper): Likewise.
10007
10008 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10009
10010 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
10011
10012 2018-09-10 Jerome Guitton <guitton@adacore.com>
10013
10014 * gdb.ada/same_component_name: Add test for case of tagged record
10015 with variable-length fields.
10016
10017 2018-09-10 Xavier Roirand <roirand@adacore.com>
10018
10019 * gdb.ada/access_to_unbounded_array.exp: New testcase.
10020 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
10021 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
10022 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
10023
10024 2018-09-10 Xavier Roirand <roirand@adacore.com>
10025
10026 * gdb.ada/mi_string_access.exp: New testcase.
10027 * gdb.ada/mi_string_access/bar.adb: New file.
10028 * gdb.ada/mi_string_access/pck.adb: New file.
10029 * gdb.ada/mi_string_access/pck.asd: New file.
10030
10031 2018-09-10 Xavier Roirand <roirand@adacore.com>
10032
10033 * gdb.ada/mi_var_union.exp: New testcase.
10034 * gdb.ada/mi_var_union/bar.adb: New file.
10035 * gdb.ada/mi_var_union/pck.adb: New file.
10036 * gdb.ada/mi_var_union/pck.asd: New file.
10037
10038 2018-09-08 Tom Tromey <tom@tromey.com>
10039
10040 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
10041
10042 2018-09-08 Tom Tromey <tom@tromey.com>
10043
10044 PR python/16047:
10045 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
10046 (register_pretty_printers): Register new printer.
10047 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
10048 test.
10049 * gdb.python/py-prettyprint.c (int_type3): New typedef.
10050 (an_int_type3): New global.
10051
10052 2018-09-08 Joel Brobecker <brobecker@adacore.com>
10053
10054 * gdb.ada/expr_with_funcall: New testcase.
10055
10056 2018-09-08 Joel Brobecker <brobecker@adacore.com>
10057
10058 * gdb.ada/packed_array_assign: New testcase.
10059
10060 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
10061
10062 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
10063 names, and add test prefixes to make test names unique.
10064
10065 2018-09-05 Tom de Vries <tdevries@suse.de>
10066
10067 * gdb.dwarf2/varval.exp: Add test.
10068
10069 2018-09-04 Gary Benson <gbenson@redhat.com>
10070
10071 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
10072 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
10073
10074 2018-08-31 Tom Tromey <tom@tromey.com>
10075
10076 * gdb.rust/simple.rs: Rename second variable "v".
10077
10078 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
10079
10080 * gdb.base/funcargs.c (use_a): New function.
10081 (recurse): Call use_a.
10082
10083 2018-08-29 Keith Seitz <keiths@redhat.com>
10084
10085 * gdb.compile/compile-cplus-anonymous.cc: New file.
10086 * gdb.compile/compile-cplus-anonymous.exp: New file.
10087 * gdb.compile/compile-cplus-array-decay.cc: New file.
10088 * gdb.compile/compile-cplus-array-decay.exp: New file.
10089 * gdb.compile/compile-cplus-inherit.cc: New file.
10090 * gdb.compile/compile-cplus-inherit.exp: New file.
10091 * gdb.compile/compile-cplus-member.cc: New file.
10092 * gdb.compile/compile-cplus-member.exp: New file.
10093 * gdb.compile/compile-cplus-method.cc: New file.
10094 * gdb.compile/compile-cplus-method.exp: New file.
10095 * gdb.compile/compile-cplus-mod.c: "New" file.
10096 * gdb.compile/compile-cplus-namespace.cc: New file.
10097 * gdb.compile/compile-cplus-namespace.exp: New file.
10098 * gdb.compile/compile-cplus-nested.cc: New file.
10099 * gdb.compile/compile-cplus-nested.exp: New file.
10100 * gdb.compile/compile-cplus-print.c: "New" file.
10101 * gdb.compile/compile-cplus-print.exp: "New" file.
10102 * gdb.compile/compile-cplus-virtual.cc: New file.
10103 * gdb.compile/compile-cplus-virtual.exp: New file.
10104 * gdb.compile/compile-cplus.c: "New" file.
10105 * gdb.compile/compile-cplus.exp: "New" file.
10106 * lib/compile-support.exp: New file.
10107
10108 2018-08-16 Gary Benson <gbenson@redhat.com>
10109
10110 PR gdb/13000:
10111 * gdb.base/batch-exit-status.exp: New file.
10112 * gdb.base/batch-exit-status.good-commands: Likewise.
10113 * gdb.base/batch-exit-status.bad-commands: Likewise.
10114
10115 2018-08-29 Alan Hayward <alan.hayward@arm.com>
10116
10117 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
10118 (struct struct02): Likewise.
10119 (struct struct03): Likewise.
10120 (struct struct04): Likewise.
10121 (struct struct_01_01): New struct.
10122 (struct struct_01_02): Likewise.
10123 (struct struct_01_03): Likewise.
10124 (struct struct_01_04): Likewise.
10125 (struct struct_02_01): Likewise.
10126 (struct struct_02_02): Likewise.
10127 (struct struct_02_03): Likewise.
10128 (struct struct_02_04): Likewise.
10129 (struct struct_04_01): Likewise.
10130 (struct struct_04_02): Likewise.
10131 (struct struct_04_03): Likewise.
10132 (struct struct_04_04): Likewise.
10133 (struct struct_05_01): Likewise.
10134 (struct struct_05_02): Likewise.
10135 (struct struct_05_03): Likewise.
10136 (struct struct_05_04): Likewise.
10137 (cmp_struct01): Remove function.
10138 (cmp_struct02): Likewise.
10139 (cmp_struct03): Likewise.
10140 (cmp_struct04): Likewise.
10141 (cmp_struct_01_01): Add Function.
10142 (cmp_struct_01_02): Likewise.
10143 (cmp_struct_01_03): Likewise.
10144 (cmp_struct_01_04): Likewise.
10145 (cmp_struct_02_01): Likewise.
10146 (cmp_struct_02_02): Likewise.
10147 (cmp_struct_02_03): Likewise.
10148 (cmp_struct_02_04): Likewise.
10149 (cmp_struct_04_01): Likewise.
10150 (cmp_struct_04_02): Likewise.
10151 (cmp_struct_04_03): Likewise.
10152 (cmp_struct_04_04): Likewise.
10153 (cmp_struct_05_01): Likewise.
10154 (cmp_struct_05_02): Likewise.
10155 (cmp_struct_05_03): Likewise.
10156 (cmp_struct_05_04): Likewise.
10157 (call_all): Add new structs.
10158 * gdb.base/infcall-nested-structs.exp: Likewise.
10159
10160 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
10161
10162 * gdb.python/py-framefilter-mi.exp: Update regexp to
10163 check for "arch" field in frame output.
10164
10165 2018-08-23 Kevin Buettner <kevinb@redhat.com>
10166
10167 * gdb.dwarf2/dw2-ranges-func.c: New file.
10168 * gdb.dwarf2/dw2-ranges-func.exp: New file.
10169
10170 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
10171
10172 * gdb.base/term.exp: Compare terminal settings with values from
10173 the inferior.
10174 * gdb.base/term.c: Get and set terminal settings.
10175
10176 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
10177
10178 * lib/mi-support.exp (mi_expect_stop): Update regexp to
10179 accommodate new "arch" field in frame output.
10180 * gdb.mi/mi-return.exp: Likewise.
10181 * gdb.mi/mi-stack.exp: Likewise.
10182 * gdb.mi/mi-syn-frame.exp: Likewise.
10183 * gdb.mi/user-selected-context-sync.exp: Likewise.
10184
10185 2018-08-19 Michael Spang <spang@google.com>
10186
10187 PR gdb/11786
10188 * gdb.base/gcore-tls-pie.c: New file.
10189 * gdb.base/gcore-tls-pie.exp: New file.
10190
10191 2018-08-18 Kevin Buettner <kevinb@redhat.com>
10192
10193 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
10194 * gdb.dwarf2/varval.c: New file.
10195 * gdb.dwarf2/varval.exp: New file.
10196
10197 2018-08-17 Alan Hayward <alan.hayward@arm.com>
10198
10199 PR gdb/18931
10200 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
10201
10202 2018-08-16 Keith Seitz <keiths@redhat.com>
10203
10204 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
10205 tests expected to pass.
10206
10207 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
10208
10209 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
10210 -data-disassemble -a.
10211 (test_disassembly_bogus_args): Likewise.
10212
10213 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
10214
10215 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
10216
10217 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
10218
10219 * gdb.base/vla-optimized-out.exp: Add new test.
10220
10221 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
10222
10223 * gdb.base/vla-optimized-out-o3.exp: Delete.
10224 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
10225 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
10226 deleted tests.
10227
10228 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
10229
10230 PR gdb/18050:
10231 * gdb.server/extended-remote-restart.c: New file.
10232 * gdb.server/extended-remote-restart.exp: New file.
10233
10234 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
10235
10236 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
10237 "set variable index = 42".
10238
10239 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
10240
10241 * boards/index-cache-gdb.exp: New file.
10242 * gdb.dwarf2/index-cache.exp: New file.
10243 * gdb.dwarf2/index-cache.c: New file.
10244 * gdb.base/maint.exp: Check if we are using the index cache.
10245
10246 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10247
10248 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
10249 MAKEFLAGS.
10250
10251 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10252
10253 * dg-extract-results.sh: Move to toplevel contrib.
10254 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
10255 * Makefile.in (check-parallel-racy): Likewise.
10256
10257 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
10258
10259 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
10260 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
10261 tests if the target supports scheduler locking.
10262
10263 2018-08-04 Tom de Vries <tdevries@suse.de>
10264
10265 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
10266
10267 2018-08-02 Tom Tromey <tom@tromey.com>
10268
10269 PR symtab/16842.
10270 * gdb.cp/temargs.exp: Test "info address" of a template
10271 parameter.
10272
10273 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
10274
10275 * gdb.python/py-mi-var-info-path-expression.c: New file.
10276 * gdb.python/py-mi-var-info-path-expression.py: New file.
10277 * gdb.python/py-mi-var-info-path-expression.exp: New file.
10278
10279 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
10280
10281 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
10282 error after "cannot resolve name" string.
10283
10284 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
10285
10286 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
10287 started.
10288 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
10289
10290 2018-07-28 Tom de Vries <tdevries@suse.de>
10291
10292 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
10293
10294 2018-07-26 Tom de Vries <tdevries@suse.de>
10295
10296 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
10297
10298 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
10299
10300 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
10301 is visible.
10302
10303 2018-07-26 Tom de Vries <tdevries@suse.de>
10304
10305 PR breakpoints/23366
10306 * gdb.base/catch-follow-exec.c: New test.
10307 * gdb.base/catch-follow-exec.exp: New file.
10308
10309 2018-07-25 Tom de Vries <tdevries@suse.de>
10310
10311 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
10312 vla-optimized-out.c.
10313
10314 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
10315
10316 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
10317 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
10318
10319 2018-07-20 Tom de Vries <tdevries@suse.de>
10320
10321 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
10322 NOCLONE macro.
10323 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
10324
10325 2018-07-19 Tom de Vries <tdevries@suse.de>
10326
10327 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
10328 regular expression.
10329
10330 2018-07-18 Tom de Vries <tdevries@suse.de>
10331
10332 * gdb.base/vla-optimized-out.c: New test.
10333 * gdb.base/vla-optimized-out.exp: New file.
10334
10335 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
10336
10337 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
10338 message "No address associated with hostname" when gdbserver
10339 cannot resolve the hostname.
10340
10341 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10342
10343 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
10344 Add some test prefixes to make tests unique.
10345
10346 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10347
10348 * gdb.base/frameapply.c: New file.
10349 * gdb.base/frameapply.exp: New file.
10350
10351 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10352
10353 * gdb.base/skip.exp: Update expected error message.
10354
10355 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
10356 Jan Kratochvil <jan.kratochvil@redhat.com>
10357 Paul Fertser <fercerpav@gmail.com>
10358 Tsutomu Seki <sekiriki@gmail.com>
10359
10360 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
10361 parameter.
10362 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
10363 by default.
10364 * boards/native-gdbserver.exp: Likewise.
10365 * gdb.server/run-without-local-binary.exp: Improve regexp used
10366 for detecting when a remote debugging connection succeeds.
10367 * gdb.server/server-connect.exp: New file.
10368 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
10369 Do not prefix the port number with ":".
10370 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
10371 support for detecting and using it. Add '$debughost_gdbserver'
10372 to the list of arguments used to start gdbserver. Handle case
10373 when gdbserver cannot resolve a network name.
10374
10375 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
10376
10377 PR c++/23373
10378 * gdb.base/ptype-offsets.cc (struct static_member): New
10379 struct.
10380 (main) <stmember>: New variable.
10381 * gdb.base/ptype-offsets.exp: Add test for printing a struct
10382 with a static member in it.
10383
10384 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
10385
10386 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
10387 watchpoints enabled and disabled.
10388
10389 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
10390
10391 * gdb.base/examine-backward.exp: Still run tests around address
10392 0x0, even if address 0x0 is not readable. Update the pattern for
10393 matching address 0x0 in expected output.
10394
10395 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
10396
10397 * gdb.base/share-env-with-gdbserver.c (main): Add call to
10398 malloc/free.
10399
10400 2018-07-04 Tom de Vries <tdevries@suse.de>
10401
10402 * gdb.dwarf2/dw2-error.exp: Update expected error message.
10403
10404 2018-07-02 Maciej W. Rozycki <macro@mips.com>
10405
10406 PR tdep/8282
10407 * gdb.arch/mips-disassembler-options.exp: New test.
10408 * gdb.arch/mips-disassembler-options.s: New test source.
10409
10410 2018-06-29 Pedro Alves <palves@redhat.com>
10411
10412 * gdb.threads/names.exp: Adjust expected "info threads" output.
10413
10414 2018-06-29 Pedro Alves <palves@redhat.com>
10415
10416 * gdb.opt/inline-break.exp (line number, address): Add "info
10417 break" tests.
10418
10419 2018-06-29 Pedro Alves <palves@redhat.com>
10420
10421 * gdb.opt/inline-break.c (func1): Add "break here" marker.
10422 * gdb.opt/inline-break.exp: Test setting breakpoints by line
10423 number and address and running to them.
10424
10425 2018-06-29 Richard Bunt <richard.bunt@arm.com>
10426
10427 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
10428
10429 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10430
10431 * lib/compiler.c: Remove executable permission flag.
10432
10433 2018-06-28 Richard Bunt <richard.bunt@arm.com>
10434
10435 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
10436 code.
10437 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
10438
10439 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
10440
10441 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
10442
10443 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
10444
10445 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
10446 address argument is omitted.
10447
10448 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
10449
10450 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
10451
10452 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
10453
10454 PR gdb/21695
10455 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
10456 * gdb.base/infoline-reloc-main-from-zero.c: New file.
10457
10458 2018-06-26 Tom Tromey <tom@tromey.com>
10459
10460 PR rust/22574:
10461 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
10462 * gdb.rust/simple.rs (struct SimpleLayout): New.
10463
10464 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
10465
10466 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
10467 "info registers" output.
10468
10469 2018-06-21 Richard Bunt <richard.bunt@arm.com>
10470
10471 * gdb.base/watchpoint-hw-attach.c: New test.
10472 * gdb.base/watchpoint-hw-attach.exp: New file.
10473
10474 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
10475
10476 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
10477 through /bin/sh.
10478 * boards/dwarf4-gdb-index.exp: Likewise.
10479 * boards/fission-dwp.exp: Likewise.
10480
10481 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
10482
10483 * gdb.base/float128.exp: Add comment and improved fail message
10484 to the failure case of "print large128" test.
10485
10486 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
10487
10488 * configure.ac: Remove AC_PREREQ.
10489 * configure: Re-generate.
10490
10491 2018-06-19 Pedro Alves <palves@redhat.com>
10492
10493 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
10494 (func_extern_caller): New.
10495 (main): Call func_extern_caller.
10496 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
10497 logic change.
10498
10499 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
10500
10501 PR gdb/16841
10502 * gdb.cp/typedef-base.cc: New file.
10503 * gdb.cp/typedef-base.exp: New file.
10504
10505 2018-06-18 Tom de Vries <tdevries@suse.de>
10506
10507 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
10508
10509 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
10510 Richard Bunt <Richard.Bunt@arm.com>
10511
10512 * gdb.threads/attach-slow-waitpid.c: New file.
10513 * gdb.threads/attach-slow-waitpid.exp: New file.
10514 * gdb.threads/slow-waitpid.c: New file.
10515
10516 2018-06-14 Pedro Alves <palves@redhat.com>
10517
10518 * gdb.base/fork-running-state.c: Include <errno.h>.
10519 (exit_if_relative_exits): New.
10520 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
10521 exits.
10522 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
10523 child exits.
10524
10525 2018-06-14 Tom de Vries <tdevries@suse.de>
10526
10527 PR cli/22573
10528 * gdb.base/finish-pretty.c: New test.
10529 * gdb.base/finish-pretty.exp: New file.
10530
10531 2018-06-14 Pedro Alves <palves@redhat.com>
10532
10533 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
10534 gdb's expected startup output.
10535
10536 2018-06-14 Pedro Alves <palves@redhat.com>
10537
10538 * lib/selftest-support.exp (selftest_setup): Remove inlined
10539 function handling.
10540
10541 2018-06-14 Tom de Vries <tdevries@suse.de>
10542
10543 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
10544 matching of breakpoint printing.
10545
10546 2018-06-13 Tom de Vries <tdevries@suse.de>
10547
10548 PR testsuite/23269
10549 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
10550 (fork_child): ... here, and ...
10551 (fork_parent): ... here.
10552
10553 2018-06-12 Tom de Vries <tdevries@suse.de>
10554
10555 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
10556
10557 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
10558 Stephen Roberts <stephen.roberts@arm.com>
10559
10560 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
10561 rewrite test to describe action performed, rather than possible
10562 failure.
10563
10564 2018-06-08 Gary Benson <gbenson@redhat.com>
10565
10566 * gdb.threads/check-libthread-db.exp: New file.
10567 * gdb.threads/check-libthread-db.c: Likewise.
10568
10569 2018-06-05 Tom Tromey <tom@tromey.com>
10570
10571 * gdb.base/default.exp: Update expected "show version" output.
10572
10573 2018-06-05 Tom Tromey <tom@tromey.com>
10574
10575 PR cli/12326:
10576 * gdb.cp/static-print-quit.exp: Update.
10577 * lib/gdb.exp (pagination_prompt): Update.
10578 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
10579 * gdb.python/python.exp: Update.
10580
10581 2018-06-04 Joel Brobecker <brobecker@adacore.com>
10582
10583 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
10584
10585 2018-06-01 Joel Brobecker <brobecker@adacore.com>
10586
10587 * gdb.ada/bp_fun_addr: New testcase.
10588
10589 2018-06-01 Tom Tromey <tom@tromey.com>
10590
10591 * gdb.xml/tdesc-regs.exp (load_description): Update expected
10592 results.
10593 * gdb.dwarf2/method-ptr.exp: Set language to C++.
10594 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
10595 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
10596 * gdb.base/maint.exp (maint_pass_if): Update.
10597
10598 2018-05-31 Maciej W. Rozycki <macro@mips.com>
10599
10600 * gdb.base/endian.exp: New test.
10601 * gdb.base/endian.c: New test source.
10602
10603 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
10604
10605 PR gdb/23203
10606 * gdb.base/bt-selected-frame.c: New file.
10607 * gdb.base/bt-selected-frame.exp: New file.
10608 * lib/gdb.exp (get_current_frame_number): New function.
10609
10610 2018-05-24 Maciej W. Rozycki <macro@mips.com>
10611 Pedro Alves <palves@redhat.com>
10612
10613 * gdb.threads/tls-core.c: Include <stdlib.h>
10614 (thread_proc): Call `abort'.
10615 * gdb.threads/tls-core.exp: Generate a core with core_find too.
10616 (tls_core_test): New procedure, bits factored out from ...
10617 (top level): ... here. Test both native cores and gcore cores.
10618
10619 2018-05-23 Tom Tromey <tom@tromey.com>
10620
10621 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
10622
10623 2018-05-23 Tom Tromey <tom@tromey.com>
10624
10625 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
10626 symfile_complaints.
10627 (test_short_complaints): Likewise.
10628 (test_empty_complaints): Likewise.
10629 (test_initial_complaints): Update.
10630
10631 2018-05-23 Tom Tromey <tom@tromey.com>
10632
10633 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
10634
10635 2018-05-23 Tom Tromey <tom@tromey.com>
10636
10637 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
10638 (test_short_complaints): Update.
10639
10640 2018-05-22 Pedro Alves <palves@redhat.com>
10641
10642 * gdb.base/remote.exp: Only gdb_start after compiling the
10643 testcase. Issue "disconnect" before testing "set remote" command
10644 defaults. Issue clean_restart before running to main.
10645
10646 2018-05-22 Pedro Alves <palves@redhat.com>
10647
10648 * gdb.base/remote.exp: Adjust expected output of "show remote
10649 memory-write-packet-size". Add tests for "set remote
10650 memory-write-packet-size 0" and "set remote
10651 memory-write-packet-size fixed/limit".
10652
10653 2018-05-22 Pedro Alves <palves@redhat.com>
10654
10655 PR gdb/22973
10656 * gdb.base/utf8-identifiers.c: New file.
10657 * gdb.base/utf8-identifiers.exp: New file.
10658
10659 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
10660
10661 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
10662
10663 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
10664
10665 * gdb.arch/powerpc-vsx-gcore.exp: New file.
10666
10667 2018-05-18 Tom Tromey <tom@tromey.com>
10668
10669 * gdb.base/ptype-offsets.exp: Update.
10670
10671 2018-05-17 Keith Seitz <keiths@redhat.com>
10672
10673 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
10674 in expected breakpoint stop locations.
10675 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
10676 move to proper scope to test variable values.
10677 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
10678 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
10679 New functions.
10680 (main): Call not_inline_func3.
10681 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
10682 inline_func1, inline_func2, and inline_func3. Test that when each
10683 breakpoint is hit, GDB properly reports both the stop location
10684 and the backtrace. Repeat tests for temporary breakpoints.
10685
10686 2018-05-15 Maciej W. Rozycki <macro@mips.com>
10687
10688 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
10689 rather then trying to access it in determining whether the PID
10690 of `gdbserver' could have been retrieved.
10691
10692 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
10693
10694 * gdb.arch/amd64-init-x87-values.S: New file.
10695 * gdb.arch/amd64-init-x87-values.exp: New file.
10696
10697 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10698
10699 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
10700
10701 2018-05-04 Tom Tromey <tom@tromey.com>
10702
10703 PR python/22730:
10704 * gdb.python/python.exp: Test multi-line execute.
10705
10706 2018-05-04 Tom Tromey <tom@tromey.com>
10707
10708 PR python/22731:
10709 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
10710
10711 2018-05-04 Tom Tromey <tom@tromey.com>
10712
10713 PR gdb/11750:
10714 * gdb.base/define.exp: Test defining a user command inside a user
10715 command.
10716 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
10717
10718 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10719 Pedro Alves <palves@redhat.com>
10720
10721 PR breakpoints/19806 and support for PR external/20207.
10722 * gdb.base/watchpoint-unaligned.c: New file.
10723 * gdb.base/watchpoint-unaligned.exp: New file.
10724
10725 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
10726
10727 * gdb.base/maint.exp: Make test names unique, use
10728 test_prefix_command_help to test 'help maint info', and remove
10729 repeated test of 'help maint'.
10730
10731 2018-05-04 Tom Tromey <tom@tromey.com>
10732
10733 PR gdb/22619:
10734 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
10735 behavior.
10736
10737 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
10738
10739 * gdb.base/maint.exp: Process output from 'maint print registers'
10740 line at a time.
10741
10742 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
10743
10744 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
10745 timeout.
10746
10747 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
10748
10749 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
10750 filter pattern.
10751
10752 2018-05-02 Pedro Alves <palves@redhat.com>
10753
10754 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
10755 to_log_command renames.
10756 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
10757
10758 2018-05-02 Tom Tromey <tom@tromey.com>
10759
10760 * gdb.python/py-parameter.exp: Set test message.
10761
10762 2018-05-02 Tom Tromey <tom@tromey.com>
10763
10764 PR python/20084:
10765 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
10766 PARAM_ZUINTEGER_UNLIMITED tests.
10767
10768 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
10769
10770 PR rust/23124
10771 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
10772 when casting.
10773
10774 2018-04-30 Tom Tromey <tom@tromey.com>
10775
10776 * gdb.python/py-type.exp: Check align attribute.
10777 * gdb.python/py-type.c: New "aligncheck" global.
10778
10779 2018-04-30 Tom Tromey <tom@tromey.com>
10780
10781 PR exp/17095:
10782 * gdb.dwarf2/dw2-align.exp: New file.
10783 * gdb.cp/align.exp: New file.
10784 * gdb.base/align.exp: New file.
10785 * lib/gdb.exp (gdb_int128_helper): New proc.
10786 (has_int128_c, has_int128_cxx): New caching procs.
10787
10788 2018-04-27 Tom Tromey <tom@tromey.com>
10789
10790 PR rust/22545:
10791 * gdb.rust/simple.exp: Add inclusive range tests.
10792
10793 2018-04-26 Pedro Alves <palves@redhat.com>
10794
10795 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
10796 ifunc breakpoint locations correctly of ifunc breakpoints set
10797 while the program resolves the ifunc.
10798
10799 2018-04-26 Pedro Alves <palves@redhat.com>
10800
10801 * gdb.base/gnu-ifunc-final.c: New file.
10802 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
10803 * gdb.base/gnu-ifunc.exp (executable): Delete.
10804 (staticexecutable): Adjust.
10805 (lib_opts, exec_opts): Delete.
10806 (make_binsuffix, build, set-break): New procedures.
10807 (misc_tests): New, with tests factored out from the top level.
10808 (top level): Test different combinations of ifunc resolver name,
10809 resolver with and with debug info, and ifunc target with and
10810 without debug info. Wrap static tests with with_target_prefix.
10811
10812 2018-04-26 Pedro Alves <palves@redhat.com>
10813
10814 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
10815 return type" warnings.
10816
10817 2018-04-25 Pedro Alves <palves@redhat.com>
10818
10819 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
10820 killed".
10821 * gdb.base/kill-after-signal.exp: Likewise.
10822 * gdb.threads/kill.exp: Likewise.
10823
10824 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10825 Sergio Durigan Junior <sergiodj@redhat.com>
10826 Pedro Alves <palves@redhat.com>
10827
10828 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
10829 regexps to expect for '[Inferior ... detached]' as well.
10830 * gdb.base/attach.exp: Likewise.
10831 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
10832 "gdb_continue_to_end".
10833 (test_catch_syscall_with_wrong_args): Likewise.
10834 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
10835 ']'. Don't set 'verbose' on.
10836 * gdb.base/foll-vfork.exp: Likewise.
10837 * gdb.base/fork-print-inferior-events.c: New file.
10838 * gdb.base/fork-print-inferior-events.exp: New file.
10839 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
10840 '[Inferior ... has been killed]' message.
10841 * gdb.base/kill-after-signal.exp: Likewise.
10842 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
10843 detach message.
10844 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
10845 message.
10846 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
10847 regexps to expect for '[Inferior ... detached]' as well.
10848 * gdb.threads/process-dies-while-detaching.exp: Likewise.
10849
10850 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
10851
10852 PR gdb/23104
10853 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
10854
10855 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
10856
10857 PR gdb/23095
10858 * gdb.base/break-probes.exp: Pass shlib_load to
10859 prepare_for_testing. Set normal_bp to r_debug_state if target is
10860 bsd.
10861
10862 2018-04-19 Richard Bunt <richard.bunt@arm.com>
10863
10864 * gdb.threads/multiple-successive-infcall.c: New test.
10865 * gdb.threads/multiple-successive-infcall.exp: New file.
10866
10867 2018-04-17 Tom Tromey <tom@tromey.com>
10868
10869 * gdb.rust/simple.rs (Union): New type.
10870 (main): New local "u".
10871 * gdb.rust/simple.exp (test_one_slice): Add new test case.
10872
10873 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10874
10875 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
10876 number information in output of "whereis" command.
10877 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
10878
10879 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10880
10881 * gdb.ada/info_types.exp: Adjust expected output to the line
10882 numbers now printed by "info var/func/type".
10883 * gdb.base/completion.exp: Likewise.
10884 * gdb.base/included.exp: Likewise.
10885 * gdb.cp/cp-relocate.exp: Likewise.
10886 * gdb.cp/cplusfuncs.exp: Likewise.
10887 * gdb.cp/namespace.exp: Likewise.
10888 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
10889
10890 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
10891
10892 * gdb.btrace/cpu.exp: New.
10893
10894 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
10895
10896 * gdb.base/step-indirect-call-thunk.exp: New.
10897 * gdb.base/step-indirect-call-thunk.c: New.
10898 * gdb.reverse/step-indirect-call-thunk.exp: New.
10899 * gdb.reverse/step-indirect-call-thunk.c: New.
10900
10901 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
10902
10903 * gdb.base/pie-fork.c: New file.
10904 * gdb.base/pie-fork.exp: New file.
10905
10906 2018-04-11 Tom Tromey <tom@tromey.com>
10907
10908 * gdb.rust/simple.exp: Add test for ".." struct initializer.
10909
10910 2018-04-10 Pedro Alves <palves@redhat.com>
10911
10912 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
10913 exits. Instead loop running forever.
10914 (fork_parent): Run forever too.
10915
10916 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
10917
10918 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
10919 mi_continue_to_line.
10920 * gdb.mi/mi-stack.c (callee4): Add comment.
10921
10922 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
10923
10924 * gdb.mi/mi-stack.exp: Fix indentation.
10925
10926 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
10927
10928 PR gdb/22979
10929 * gdb.arch/amd64-osabi.exp: New file.
10930
10931 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
10932
10933 PR gdb/22980
10934 * gdb.base/osabi.exp: New file.
10935
10936 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
10937
10938 * gdb.cp/static-typedef-print.exp: New file.
10939 * gdb.cp/static-typedef-print.cc: New file.
10940
10941 2018-03-27 Joel Brobecker <brobecker@adacore.com>
10942
10943 * gdb.ada/varsize_limit: New testcase.
10944
10945 2018-03-27 Joel Brobecker <brobecker@adacore.com>
10946
10947 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
10948
10949 * gdb.ada/notcplusplus: New testcase.
10950
10951 * gdb.base/c-linkage-name.c: New file.
10952 * gdb.base/c-linkage-name.exp: New testcase.
10953
10954 2018-03-26 Tom Tromey <tom@tromey.com>
10955
10956 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
10957 * gdb.python/py-framefilter.py (name_error): New global.
10958 (ErrorInName.function): Use name_error.
10959
10960 2018-03-26 Tom Tromey <tom@tromey.com>
10961
10962 PR backtrace/15582:
10963 * gdb.python/py-framefilter.exp: Add "bt hide" test.
10964
10965 2018-03-23 Keith Seitz <keiths@redhat.com>
10966
10967 PR c++/22968
10968 * gdb.cp/subtypes.exp: New file.
10969 * gdb.cp/subtypes.h: New file.
10970 * gdb.cp/subtypes.cc: New file.
10971 * gdb.cp/subtypes-2.cc: New file.
10972
10973 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
10974
10975 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
10976 (done): Call '_exit' not 'exit' to avoid atexit handlers.
10977 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
10978 -nostartfiles when compiling the test. Confirm that all registers
10979 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
10980
10981 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
10982
10983 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
10984 option, syntax was wrong anyway.
10985 * gdb.arch/arm-disp-step.exp: Likewise.
10986 * gdb.arch/sparc64-regs.exp: Likewise.
10987 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
10988 option, syntax was wrong anyway, switch to use
10989 prepare_for_testing.
10990 * gdb.arch/i386-disp-step.exp: Likewise.
10991
10992 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
10993
10994 * gdb.ada/exec_changed.exp: Replace "target_info exists
10995 use_gdb_stub" by "use_gdb_stub".
10996 * gdb.ada/start.exp: Likewise.
10997 * gdb.base/async-shell.exp: Likewise.
10998 * gdb.base/attach-pie-misread.exp: Likewise.
10999 * gdb.base/attach-wait-input.exp: Likewise.
11000 * gdb.base/break-entry.exp: Likewise.
11001 * gdb.base/break-interp.exp: Likewise.
11002 * gdb.base/dprintf-detach.exp: Likewise.
11003 * gdb.base/nostdlib.exp: Likewise.
11004 * gdb.base/solib-nodir.exp: Likewise.
11005 * gdb.base/statistics.exp: Likewise.
11006 * gdb.base/testenv.exp: Likewise.
11007 * gdb.mi/mi-exec-run.exp: Likewise.
11008 * gdb.mi/mi-start.exp: Likewise.
11009 * gdb.multi/dummy-frame-restore.exp: Likewise.
11010 * gdb.multi/multi-arch-exec.exp: Likewise.
11011 * gdb.multi/multi-arch.exp: Likewise.
11012 * gdb.multi/tids.exp: Likewise.
11013 * gdb.multi/watchpoint-multi.exp: Likewise.
11014 * gdb.python/py-events.exp: Likewise.
11015 * gdb.threads/attach-into-signal.exp: Likewise.
11016 * gdb.threads/attach-stopped.exp: Likewise.
11017 * gdb.threads/threadapply.exp: Likewise.
11018 * lib/selftest-support.exp: Likewise.
11019
11020 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
11021
11022 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
11023
11024 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
11025
11026 * gdb.perf/template-breakpoints.cc: New file.
11027 * gdb.perf/template-breakpoints.exp: New file.
11028 * gdb.perf/template-breakpoints.py: New file.
11029
11030 2018-03-19 Tom Tromey <tom@tromey.com>
11031
11032 * gdb.rust/simple.rs (main): Add local variables field1, field2,
11033 y0.
11034 * gdb.rust/simple.exp: Test bare identifier form of struct
11035 initializer.
11036
11037 2018-03-19 Tom Tromey <tom@tromey.com>
11038
11039 * gdb.gdb/observer.exp: Remove.
11040
11041 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
11042
11043 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
11044 "qualified" option when setting breakpoints.
11045 * gdb.trace/backtrace.exp: Likewise.
11046 * gdb.trace/circ.exp: Likewise.
11047 * gdb.trace/collection.exp: Likewise.
11048 * gdb.trace/disconnected-tracing.exp: Likewise.
11049 * gdb.trace/ftrace-lock.exp: Likewise.
11050 * gdb.trace/ftrace.exp: Likewise.
11051 * gdb.trace/infotrace.exp: Likewise.
11052 * gdb.trace/packetlen.exp: Likewise.
11053 * gdb.trace/passc-dyn.exp: Likewise.
11054 * gdb.trace/qtro.exp: Likewise.
11055 * gdb.trace/read-memory.exp: Likewise.
11056 * gdb.trace/report.exp: Likewise.
11057 * gdb.trace/signal.exp: Likewise.
11058 * gdb.trace/status-stop.exp: Likewise.
11059 * gdb.trace/strace.exp: Likewise.
11060 * gdb.trace/tfind.exp: Likewise.
11061 * gdb.trace/trace-break.exp: Likewise.
11062 * gdb.trace/trace-condition.exp: Likewise.
11063 * gdb.trace/trace-mt.exp: Likewise.
11064 * gdb.trace/tstatus.exp: Likewise.
11065 * gdb.trace/tsv.exp: Likewise.
11066 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
11067 * gdb.trace/unavailable.exp: Likewise.
11068 * gdb.trace/while-dyn.exp: Likewise.
11069
11070 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11071
11072 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
11073 that libinproctrace is copied to the target.
11074
11075 2018-03-14 Tom Tromey <tom@tromey.com>
11076
11077 PR cli/14977:
11078 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
11079 a null pointer.
11080 * gdb.base/wchar.exp: Likewise.
11081
11082 2018-03-14 Tom Tromey <tom@tromey.com>
11083
11084 PR cli/19918:
11085 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
11086 flag.
11087
11088 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
11089
11090 PR gdb/22841
11091 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
11092 "target" to remote_exec.
11093
11094 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
11095
11096 PR gdb/22841
11097 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
11098 ${board}_upload): Remove.
11099
11100 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
11101
11102 * gdb.cp/watch-cp.cc: New test.
11103 * gdb.cp/watch-cp.exp: New file.
11104
11105 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
11106
11107 * gdb.base/infcall-nested-structs.exp: New file.
11108 * gdb.base/infcall-nested-structs.c: New file.
11109 * gdb.base/float.exp: Add riscv support.
11110
11111 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
11112
11113 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
11114 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
11115
11116 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
11117
11118 * gdb.server/abspath.exp: New file.
11119 * lib/gdb.exp (with_cwd): New procedure.
11120
11121 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
11122
11123 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
11124 use it.
11125 (gdb_is_target_remote_prompt): New proc.
11126 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
11127 (gdb_is_target_native): Pass prompt parameter to
11128 gdb_is_target_1.
11129
11130 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
11131
11132 * gdb.base/load-command.c: New file.
11133 * gdb.base/load-command.exp: New file.
11134 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
11135 (gdb_is_target_1): ...this, and generalize for other targets
11136 than just remote.
11137 (gdb_is_target_remote): Use gdb_is_target_1.
11138 (gdb_is_target_native): use gdb_is_target_1.
11139
11140 2018-02-26 Tom Tromey <tom@tromey.com>
11141
11142 PR python/16497:
11143 * gdb.python/py-framefilter.exp: Update test.
11144
11145 2018-02-26 Tom Tromey <tom@tromey.com>
11146
11147 * gdb.dwarf2/variant.c: New file.
11148 * gdb.dwarf2/variant.exp: New file.
11149
11150 2018-02-26 Tom Tromey <tom@tromey.com>
11151
11152 * gdb.rust/simple.exp: Accept more possible results in enum test.
11153
11154 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
11155
11156 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
11157 parentheses.
11158
11159 2018-02-23 Maciej W. Rozycki <macro@mips.com>
11160
11161 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
11162 name of a variable: $actual_linejj -> $actual_line.
11163
11164 2018-02-21 John Baldwin <jhb@FreeBSD.org>
11165
11166 * gdb.arch/amd64-i386-address.exp: Fix a typo.
11167
11168 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
11169
11170 * gdb.btrace/buffer-size.exp: Do not force BTS.
11171
11172 2018-02-14 Pedro Alves <palves@redhat.com>
11173
11174 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
11175 getting a "Quit".
11176
11177 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
11178
11179 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
11180 Fix test name.
11181
11182 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
11183
11184 * gdb.cp/m-static.exp: Check type of optimized out static
11185 member.
11186
11187 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
11188
11189 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
11190 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
11191
11192 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
11193 Leszek Swirski <leszeks@google.com>
11194
11195 * gdb.python/py-prettyprint.c
11196 (struct to_string_returns_value_inner,
11197 struct to_string_returns_value_wrapper): New.
11198 (main): Add tsrvw variable.
11199 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
11200 ToStringReturnsValueWrapper): New classes.
11201 (register_pretty_printers): Register new pretty-printers.
11202 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
11203 recursive pretty printer.
11204 * gdb.python/py-mi.exp: Likewise.
11205
11206 2018-02-01 Leszek Swirski <leszeks@google.com>
11207
11208 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
11209 functions with the same name as an include file are parsed
11210 correctly.
11211
11212 2018-02-01 Yao Qi <yao.qi@linaro.org>
11213
11214 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
11215 "\[^\r\n\]*".
11216
11217 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
11218
11219 * gdb.arch/powerpc-prologue-frame.s: New file.
11220 * gdb.arch/powerpc-prologue-frame.c: Likewise.
11221 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
11222
11223 2018-01-31 Joel Brobecker <brobecker@adacore.com>
11224
11225 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
11226
11227 2018-01-30 Pedro Alves <palves@redhat.com>
11228
11229 PR gdb/13211
11230 * gdb.base/interrupt-daemon.c: New.
11231 * gdb.base/interrupt-daemon.exp: New.
11232 * gdb.multi/multi-term-settings.c: New.
11233 * gdb.multi/multi-term-settings.exp: New.
11234
11235 2018-01-30 Joel Brobecker <brobecker@adacore.com>
11236
11237 * gdb.base/break.exp: Save the location where the breakpoint
11238 on break.c:47 was actually inserted when debugging the version
11239 compiled at -O2 and use it in the expected output of the "info
11240 break" test performed soon after.
11241
11242 2018-01-22 Pedro Alves <palves@redhat.com>
11243 Sergio Durigan Junior <sergiodj@redhat.com>
11244
11245 * gdb.base/whatis.exp: Add tests for 'set print object on' +
11246 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
11247
11248 2018-01-22 Joel Brobecker <brobecker@adacore.com>
11249
11250 * gdb.base/break-include.c, gdb.base/break-include.inc,
11251 gdb.base/break-include.exp: New files.
11252 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
11253 line number now being the actual line number where the breakpoint
11254 was inserted.
11255 * gdb.mi/mi-break.exp: Likewise.
11256 * gdb.mi/mi-reverse.exp: Likewise.
11257 * gdb.mi/mi-simplerun.exp: Ditto.
11258
11259 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
11260
11261 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
11262 varobj.
11263 * gdb.mi/mi-var-create-rtti.exp: Likewise.
11264
11265 2018-01-21 Don Breazeal <donb@codesourcery.com>
11266 Andrew Burgess <andrew.burgess@embecosm.com>
11267
11268 * gdb.mi/basics.c: Add new global.
11269 * gdb.mi/mi-frame-regs.exp: New file.
11270 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
11271 case.
11272
11273 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
11274
11275 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
11276 non-parameter, and on an unknown symbol.
11277
11278 2018-01-19 Tom Tromey <tom@tromey.com>
11279
11280 * gdb.rust/modules.rs (TWENTY_THREE): New global.
11281 * gdb.rust/modules.exp: Add ::-qualified lookup test.
11282
11283 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
11284
11285 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
11286 setrlimit and chdir to int.
11287
11288 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
11289
11290 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
11291 function.
11292 (my_tend): Likewise.
11293 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
11294 rationale of avoiding FP- and vector instructions.
11295
11296 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
11297
11298 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
11299 "info reg" with "\[ \t\]*".
11300 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
11301 "\[ \t\]+".
11302 * gdb.arch/s390-multiarch.exp: Ditto.
11303 * gdb.base/pc-fp.exp: Ditto.
11304 * gdb.reverse/i386-precsave.exp: Ditto.
11305 * gdb.reverse/i386-reverse.exp: Ditto.
11306 * gdb.reverse/i387-env-reverse.exp: Ditto.
11307 * gdb.reverse/i387-stack-reverse.exp: Ditto.
11308
11309 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
11310
11311 * lib/gdb.exp (gdb_compile): Re-enable use of
11312 universal_compile_options for languages other than Rust.
11313
11314 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
11315
11316 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
11317
11318 2018-01-17 Mike Gulick <mgulick@mathworks.com>
11319
11320 PR gdb/16577
11321 * gdb.base/solib-vanish.exp: New.
11322 * gdb.base/solib-vanish-main.c: New.
11323 * gdb.base/solib-vanish-lib1.c: New.
11324 * gdb.base/solib-vanish-lib2.c: New.
11325
11326 2018-01-17 Yao Qi <yao.qi@linaro.org>
11327
11328 * gdb.compile/compile.exp: Match the address printed for
11329 frame in the output of command "bt".
11330
11331 2018-01-15 Tom Tromey <tom@tromey.com>
11332
11333 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
11334 compute sp_reg.
11335
11336 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
11337
11338 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
11339 to prepare.
11340 (prepare): Return 0 on error, 1 on success.
11341
11342 2018-01-12 Pedro Alves <palves@redhat.com>
11343
11344 * gdb.base/continue-after-aborted-step-over.c: New.
11345 * gdb.base/continue-after-aborted-step-over.exp: New.
11346
11347 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
11348
11349 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
11350 options when not creating an executable.
11351
11352 2018-01-11 Pedro Alves <palves@redhat.com>
11353
11354 PR remote/22597
11355 * gdb.server/stop-reply-no-thread.c: New file.
11356 * gdb.server/stop-reply-no-thread.exp: New file.
11357
11358 2018-01-10 Pedro Alves <palves@redhat.com>
11359
11360 PR gdb/22670
11361 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
11362 functions too. Test setting breakpoints and printing C functions
11363 with no debug info too.
11364 * gdb.ada/bp_c_mixed_case/qux.c: New file.
11365
11366 2018-01-10 Pedro Alves <palves@redhat.com>
11367
11368 PR gdb/22670
11369 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
11370 a fail.
11371
11372 2018-01-10 Pedro Alves <palves@redhat.com>
11373
11374 PR gdb/22670
11375 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
11376
11377 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
11378
11379 * gdb.server/unittest.exp: Match the output in non-development
11380 mode.
11381
11382 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
11383
11384 * gdb.gdb/unittest.exp: Match output in non-development mode.
11385
11386 2018-01-08 Joel Brobecker <brobecker@adacore.com>
11387
11388 * gdb.ada/access_tagged_param.exp: Relax expected output
11389 for value of "ObjL" in "continue" to pck.inspect breakpoint
11390 test.
11391
11392 2018-01-08 Joel Brobecker <brobecker@adacore.com>
11393
11394 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
11395 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
11396
11397 2018-01-05 Pedro Alves <palves@redhat.com>
11398
11399 PR gdb/18653
11400 * gdb.base/libsegfault.exp: New.
11401
11402 2018-01-05 Joel Brobecker <brobecker@adacore.com>
11403
11404 PR gdb/22670
11405 * gdb.ada/access_tagged_param.exp: New file.
11406 * gdb.ada/access_tagged_param/foo.adb: New file.
11407
11408 2018-01-05 Pedro Alves <palves@redhat.com>
11409
11410 PR gdb/22670
11411 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
11412 exercise lower case too, and to exercise both full matching and
11413 wild matching.
11414
11415 2018-01-05 Joel Brobecker <brobecker@adacore.com>
11416
11417 * gdb.ada/rename_subscript_param: New testcase.
11418
11419 2018-01-05 Jerome Guitton <guitton@adacore.com>
11420
11421 * gdb.ada/arr_acc_idx_w_gap: New testcase.
11422
11423 2018-01-05 Joel Brobecker <brobecker@adacore.com>
11424
11425 * gdb.ada/convvar_comp: New testcase.
11426
11427 2018-01-05 Xavier Roirand <roirand@adacore.com>
11428
11429 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
11430 (My_Table): New global variable.
11431 * testsuite/gdb.ada/array_char_idx.exp: Add test.
11432
11433 2018-01-04 Joel Brobecker <brobecker@adacore.com>
11434
11435 PR gdb/22670
11436 * gdb.ada/maint_with_ada: New testcase.
11437
11438 2018-01-04 Joel Brobecker <brobecker@adacore.com>
11439
11440 PR gdb/22670
11441 * gdb.ada/bp_c_mixed_case: New testcase.
11442
11443 2018-01-04 Joel Brobecker <brobecker@adacore.com>
11444
11445 PR gdb/22670
11446 * gdb.ada/complete.exp: Add "complete break ada" test.
11447
11448 2018-01-04 Joel Brobecker <brobecker@adacore.com>
11449
11450 PR gdb/22670
11451 * gdb.ada/info_addr_mixed_case: New testcase.
11452
11453 2018-01-03 Xavier Roirand <roirand@adacore.com>
11454
11455 * gdb.ada/excep_handle.exp: New testcase.
11456 * gdb.ada/excep_handle/foo.adb: New file.
11457 * gdb.ada/excep_handle/pck.ads: New file.
11458
11459 2018-01-03 Joel Brobecker <brobecker@adacore.com>
11460
11461 * gdb.base/step-line.c: Add extra empty line in copyright header.
11462 * gdb.base/step-line.inp: Likewise.
11463
11464 2018-01-02 Joel Brobecker <brobecker@adacore.com>
11465
11466 * gdb.ada/dyn_stride.exp: Add slice test.
11467
11468 2018-01-02 Joel Brobecker <brobecker@adacore.com>
11469
11470 * gdb.ada/dyn_stride: New testcase.
11471
11472 2017-12-27 Stafford Horne <shorne@gmail.com>
11473
11474 * gdb.xml/extra-regs.xml: Add example foo reggroup.
11475 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
11476
11477 2017-12-27 Stafford Horne <shorne@gmail.com>
11478
11479 * gdb.base/reggroups.c: New file.
11480 * gdb.base/reggroups.exp: New file.
11481
11482 2017-12-18 Joel Brobecker <brobecker@adacore.com>
11483
11484 * gdb.dwarf2/ada-valprint-error.c: New file.
11485 * gdb.dwarf2/ada-valprint-error.exp: New file.
11486
11487 2017-12-18 Joel Brobecker <brobecker@adacore.com>
11488
11489 * gdb.ada/assign_arr: New testcase.
11490
11491 2017-12-18 Xavier Roirand <roirand@adacore.com>
11492
11493 * gdb.ada/funcall_ptr: New testcase.
11494
11495 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
11496
11497 PR cli/16224
11498 * gdb.base/ptype-offsets.cc: New file.
11499 * gdb.base/ptype-offsets.exp: New file.
11500
11501 2017-12-15 Yao Qi <yao.qi@linaro.org>
11502
11503 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
11504 if XML is disabled.
11505
11506 2017-12-15 Xavier Roirand <roirand@adacore.com>
11507
11508 * gdb.ada/same_component_name: New testcase.
11509
11510 2017-12-14 Joel Brobecker <brobecker@adacore.com>
11511
11512 * gdb.ada/str_binop_equal: New testcase.
11513
11514 2017-12-14 Joel Brobecker <brobecker@adacore.com>
11515
11516 * gdb.ada/task_switch_in_core: New testcase.
11517
11518 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
11519
11520 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
11521 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
11522 call test_bkpt_qualified.
11523 (test_bkpt_qualified): New proc.
11524
11525 2017-12-13 Pedro Alves <palves@redhat.com>
11526
11527 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
11528 Tighten regexp by matching with an anchor.
11529
11530 2017-12-13 Pedro Alves <palves@redhat.com>
11531
11532 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
11533 ("expression with namespace"): New set of tests.
11534 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
11535 (Nested::Test_NS::qux): New.
11536 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
11537 defaults to 'start_quote_char' and 'end_quote_char' parameters.
11538
11539 2017-12-13 Joel Brobecker <brobecker@adacore.com>
11540
11541 * gdb.base/server-del-break.c: New file.
11542 * gdb.base/server-del-break.exp: New file.
11543
11544 2017-12-12 Stafford Horne <shorne@gmail.com>
11545
11546 * gdb.xml/tdesc-regs.exp: Add or1k support.
11547
11548 2017-12-12 Stafford Horne <shorne@gmail.com>
11549
11550 * gdb.base/bp-permanent.c: Define nop of or1k.
11551
11552 2017-12-11 Joel Brobecker <brobecker@adacore.com>
11553
11554 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
11555 output with components being reordered.
11556
11557 2017-12-11 Joel Brobecker <brobecker@adacore.com>
11558
11559 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
11560 output with components being reordered.
11561
11562 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11563 Pedro Alves <palves@redhat.com>
11564
11565 * gdb.base/maint.exp (check for .gdb_index): Check also for
11566 .debug_names.
11567 * gdb.dlang/watch-loc.c (.debug_aranges): New.
11568 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
11569 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
11570 (.gdb_index used after symbol reloading): Support also .debug_names.
11571 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
11572
11573 2017-12-08 Yao Qi <yao.qi@linaro.org>
11574
11575 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
11576 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
11577
11578 2017-12-08 Yao Qi <yao.qi@linaro.org>
11579
11580 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
11581 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
11582
11583 2017-12-08 Yao Qi <yao.qi@linaro.org>
11584
11585 * gdb.arch/aarch64-tagged-pointer.c: New file.
11586 * gdb.arch/aarch64-tagged-pointer.exp: New file.
11587
11588 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
11589
11590 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
11591 "int".
11592
11593 2017-12-07 Keith Seitz <keiths@redhat.com>
11594
11595 PR breakpoints/22569
11596 * gdb.linespec/ls-errs.exp: Change expected result of "break
11597 -source this file has spaces.c -line 3".
11598 Check that an explicit source file followed by whitespace is
11599 identified as an invalid explicit location.
11600
11601 2017-12-07 Keith Seitz <keiths@redhat.com>
11602
11603 * gdb.cp/nested-types.cc: New file.
11604 * gdb.cp/nested-types.exp: New file.
11605 * lib/cp-support.exp: Load data-structures.exp library.
11606 (debug_cp_test_ptype_class): New global.
11607 (cp_ptype_class_verbose, next_line): New procedures.
11608 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
11609 Add and document new return value.
11610 Switch the list of lines to a queue.
11611 Add support for new `type' key for nested type definitions.
11612 Add debugging/troubleshooting messages.
11613 * lib/data-structures.exp: New file.
11614
11615 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
11616
11617 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
11618 with proc_with_prefix, don't use with_test_prefix.
11619
11620 2017-12-07 Tom Tromey <tom@tromey.com>
11621
11622 * gdb.base/break.exp: Add test for empty "commands".
11623
11624 2017-12-07 Yao Qi <yao.qi@linaro.org>
11625
11626 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
11627 malloc and catch syscall.
11628
11629 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
11630
11631 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
11632 tests for explicit locations.
11633
11634 2017-12-06 Pedro Alves <palves@redhat.com>
11635
11636 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
11637 force-disabling XML descriptions.
11638
11639 2017-12-04 Pedro Alves <palves@redhat.com>
11640
11641 PR gdb/22499
11642 * gdb.arch/amd64-disp-step-avx.S: New file.
11643 * gdb.arch/amd64-disp-step-avx.exp: New file.
11644
11645 2017-12-03 Pedro Alves <palves@redhat.com>
11646
11647 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
11648 and <string.h>.
11649 (parent_function): Print distinct messages when waitpid fails, or
11650 the child exits with a signal, or the child exits for an unhandled
11651 reason.
11652 * gdb.threads/process-dies-while-detaching.exp
11653 (detach_and_expect_exit): New 'inf_output_re' parameter and use
11654 it. Wait for both inferior output and GDB's prompt. Use an
11655 indirect spawn id list.
11656 (do_detach): New parameter 'child_exit'. Use it to compute
11657 expected inferior output.
11658 (test_detach, test_detach_watch, test_detach_killed_outside):
11659 Adjust to pass down the expected child exit kind.
11660
11661 2017-12-01 Joel Brobecker <brobecker@adacore.com>
11662 Sergio Durigan Junior <sergiodj@redhat.com>
11663 Pedro Alves <palves@redhat.com>
11664
11665 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
11666
11667 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
11668
11669 * gdb.base/relocate.exp: Add tests to guarantee that arguments
11670 to 'symbol-file' and 'add-symbol-file' can be
11671 position-independent.
11672
11673 2017-12-01 Yao Qi <yao.qi@linaro.org>
11674
11675 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
11676 the URL in copyright header.
11677 * gdb.arch/aarch64-fp.exp: Likewise.
11678 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
11679 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
11680 * gdb.base/expand-psymtabs.exp: Likewise.
11681 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
11682 * gdb.fortran/common-block.exp: Likewise.
11683 * gdb.fortran/common-block.f90: Likewise.
11684 * gdb.fortran/logical.exp: Likewise.
11685 * gdb.fortran/vla-datatypes.f90: Likewise.
11686 * gdb.fortran/vla-sub.f90: Likewise.
11687
11688 2017-11-30 Joel Brobecker <brobecker@adacore.com>
11689
11690 * gdb.ada/repeat_dyn: New testcase.
11691
11692 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
11693
11694 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
11695 Update for changed thread numbering.
11696 * gdb.cell/bt.exp: Update for changed GDB output.
11697
11698 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
11699
11700 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
11701 setting isremote by hand.
11702 * boards/dwarf4-gdb-index.exp: Likewise.
11703 * boards/fission.exp: Likewise.
11704 * boards/stabs.exp: Likewise.
11705
11706 2017-11-30 Pedro Alves <palves@redhat.com>
11707
11708 * gdb.linespec/cpls-ops.exp
11709 (check_explicit_skips_function_argument): Extract the underlying
11710 type of size_t instead of hardcoding it.
11711
11712 2017-11-29 Pedro Alves <palves@redhat.com>
11713
11714 PR c++/19436
11715 * gdb.linespec/cpls-abi-tag.cc: New file.
11716 * gdb.linespec/cpls-abi-tag.exp: New file.
11717
11718 2017-11-29 Pedro Alves <palves@redhat.com>
11719
11720 * gdb.base/langs.exp: Use -qualified.
11721 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
11722 it.
11723 * gdb.cp/namespace.exp: Use -qualified.
11724 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
11725 (overload-3, template-overload, template-ret-type, const-overload)
11726 (const-overload-quoted, anon-ns, ambiguous-prefix): New
11727 procedures.
11728 (test_driver): Call them.
11729 * gdb.cp/save-bp-qualified.cc: New.
11730 * gdb.cp/save-bp-qualified.exp: New.
11731 * gdb.linespec/explicit.exp: Test -qualified.
11732 * lib/completion-support.exp (completion::explicit_opts_list): Add
11733 "-qualified".
11734 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
11735
11736 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
11737
11738 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
11739
11740 2017-11-29 Tom Tromey <tom@tromey.com>
11741
11742 * gdb.base/relocate.exp: Update invalid argument test.
11743 Add new tests for invalid arguments.
11744
11745 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
11746
11747 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
11748 Return 0 as a long.
11749 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
11750
11751 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
11752
11753 * gdb.cp/breakpoint.cc (bar): Set return type to void.
11754 * gdb.cp/psymtab-parameter.cc (func): Likewise.
11755 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
11756 func ().
11757 * gdb.cp/shadow.cc (B.func): Return 0.
11758
11759 2017-11-27 Joel Brobecker <brobecker@adacore.com>
11760
11761 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
11762 expected output in gdb_expect call to allow the exception
11763 message to be present as well. Fix syntax confusion to avoid
11764 TCL thinking that exception_name is an array.
11765
11766 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
11767
11768 * gdb.arch/spu-info.c: Include <unistd.h>.
11769 (do_signal_test): Fix broken calls to write.
11770 * gdb.arch/spu-info.exp: Use prepare_for_testing.
11771 Fix checks for empty mailboxes. Update signal tests for corrected
11772 do_signal_test routine. Allow nonzero event status.
11773 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
11774 * gdb.cell/arch.exp: Use standard_output_file.
11775 * gdb.cell/break.exp: Likewise.
11776 * gdb.cell/bt.exp: Likewise.
11777 * gdb.cell/core.exp: Likewise.
11778 * gdb.cell/dwarfaddr.exp: Likewise.
11779 * gdb.cell/ea-cache.exp: Likewise.
11780 * gdb.cell/ea-standalone.exp: Likewise.
11781 * gdb.cell/f-regs.exp: Likewise.
11782 * gdb.cell/fork.exp: Likewise.
11783 * gdb.cell/gcore.exp: Likewise.
11784 * gdb.cell/mem-access.exp: Likewise.
11785 * gdb.cell/ptype.exp: Likewise.
11786 * gdb.cell/registers.exp: Likewise.
11787 * gdb.cell/sizeof.exp: Likewise.
11788 * gdb.cell/solib-symbol.exp: Likewise.
11789 * gdb.cell/solib.exp: Likewise.
11790
11791 2017-11-25 Pedro Alves <palves@redhat.com>
11792
11793 * gdb.base/complete-empty.exp: New file.
11794 * gdb.base/completion.exp: Adjust.
11795
11796 2017-11-25 Pedro Alves <palves@redhat.com>
11797
11798 * gdb.linespec/cpls-ops.cc: New file.
11799 * gdb.linespec/cpls-ops.exp: New file.
11800 * lib/completion-support.exp (test_complete_prefix_range_re): New,
11801 factored out from ...
11802 (test_complete_prefix_range): ... this.
11803
11804 2017-11-24 Pedro Alves <palves@redhat.com>
11805
11806 * gdb.linespec/cpcompletion.exp: New file.
11807 * gdb.linespec/cpls-hyphen.cc: New file.
11808 * gdb.linespec/cpls.cc: New file.
11809 * gdb.linespec/cpls2.cc: New file.
11810 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
11811 test to use test_gdb_complete_unique. Add label completion,
11812 keyword completion and explicit location completion tests.
11813 * lib/completion-support.exp: New file.
11814
11815 2017-11-24 Joel Brobecker <brobecker@adacore.com>
11816
11817 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
11818 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
11819 when hitting an exception catchpoint.
11820
11821 2017-11-22 Yao Qi <yao.qi@linaro.org>
11822
11823 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
11824
11825 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
11826
11827 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
11828 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
11829 * gdb.dwarf2/info-locals-optimized-out.c: New file.
11830
11831 2017-11-22 Yao Qi <yao.qi@linaro.org>
11832
11833 * gdb.base/info-os.exp: Pass pthreads.
11834 * gdb.multi/multi-attach.exp: Likewise.
11835
11836 2017-11-22 Yao Qi <yao.qi@linaro.org>
11837
11838 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
11839 compiler.
11840
11841 2017-11-22 Yao Qi <yao.qi@linaro.org>
11842
11843 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
11844 * gdb.base/break-interp.exp: Likewise.
11845 * gdb.base/jit-attach-pie.exp: Likewise.
11846
11847 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
11848
11849 * gdb.base/float128.c (large128): New variable.
11850 * gdb.base/float128.exp: Add test to print largest __float128 value.
11851
11852 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
11853
11854 * gdb.arch/vsx-regs.exp: Update register content checks.
11855
11856 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
11857
11858 * gdb.arch/ppc-longdouble.exp: New file.
11859 * gdb.arch/ppc-longdouble.c: Likewise.
11860
11861 2017-11-21 Pedro Alves <palves@redhat.com>
11862
11863 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
11864
11865 2017-11-20 Pedro Alves <palves@redhat.com>
11866
11867 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
11868 (long_double_typedef): New typedefs.
11869 Use DEF on double and long double.
11870 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
11871 cases.
11872 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
11873 and 'long_double_ptr_same_size' locals. Use them to decide
11874 whether cast from array/function to float is valid/invalid.
11875
11876 2017-11-17 Tom Tromey <tom@tromey.com>
11877
11878 * gdb.rust/traits.rs: New file.
11879 * gdb.rust/traits.exp: New file.
11880
11881 2017-11-17 Joel Brobecker <brobecker@adacore.com>
11882
11883 * gdb.ada/minsyms: New testcase.
11884
11885 2017-11-16 Pedro Alves <palves@redhat.com>
11886
11887 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
11888 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
11889
11890 2017-11-16 Pedro Alves <palves@redhat.com>
11891
11892 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
11893 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
11894
11895 2017-11-16 Pedro Alves <palves@redhat.com>
11896
11897 * gdb.server/reconnect-ctrl-c.c: New file.
11898 * gdb.server/reconnect-ctrl-c.exp: New file.
11899
11900 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
11901
11902 * gdb.python/py-rbreak.exp: New file.
11903 * gdb.python/py-rbreak.c: New file.
11904 * gdb.python/py-rbreak-func2.c: New file.
11905
11906 2017-11-16 Pedro Alves <palves@redhat.com>
11907
11908 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
11909 pattern.
11910 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
11911 GDB.
11912
11913 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
11914
11915 * gdb.tui/completionn.exp (test_tab_completion): Add space in
11916 regex.
11917
11918 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
11919
11920 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
11921 test names.
11922
11923 2017-11-09 Pedro Alves <palves@redhat.com>
11924
11925 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
11926 factored out from ...
11927 (top level): ... here, and adjusted to avoid expecting beyond the
11928 prompt in a single gdb_test_multiple.
11929
11930 2017-11-09 Pedro Alves <palves@redhat.com>
11931
11932 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
11933 output.
11934 * gdb.server/ext-attach.exp ("kill" test): Likewise.
11935 * gdb.server/ext-restart.exp ("kill" test): Likewise.
11936 * gdb.server/ext-run.exp ("kill" test): Likewise.
11937 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
11938
11939 2017-11-09 Pedro Alves <palves@redhat.com>
11940
11941 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
11942 match till end of line.
11943
11944 2017-11-09 Pedro Alves <palves@redhat.com>
11945
11946 * gdb.base/memattr.exp: Tighten regexes to match the end line.
11947
11948 2017-11-09 Pedro Alves <palves@redhat.com>
11949
11950 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
11951 New procedures, factored out from ...
11952 (top level): ... here, and adjusted to avoid expecting beyond the
11953 prompt in one go.
11954
11955 2017-11-09 Pedro Alves <palves@redhat.com>
11956
11957 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
11958 output. Fix '?' match.
11959
11960 2017-11-08 Joel Brobecker <brobecker@adacore.com>
11961
11962 * gdb.ada/scoped_watch: New testcase.
11963 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
11964 which is actually correct.
11965 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
11966 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
11967
11968 2017-11-08 Pedro Alves <palves@redhat.com>
11969
11970 * gdb.gdb/complaints.exp (test_initial_complaints)
11971 (test_serial_complaints, test_short_complaints): Call
11972 complaint_internal instead of complaint.
11973
11974 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
11975
11976 * gdb.threads/tls-core.c: New file.
11977 * gdb.threads/tls-core.exp: Likewise.
11978
11979 2017-11-08 Pedro Alves <palves@redhat.com>
11980
11981 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
11982 (p Exported_Capitalized): New test.
11983 (p exported_capitalized): New test.
11984
11985 2017-11-07 Pedro Alves <palves@redhat.com>
11986
11987 * gdb.cp/ena-dis-br-range.exp: Add more tests.
11988
11989 2017-11-07 Pedro Alves <palves@redhat.com>
11990
11991 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
11992 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
11993 (disable_invalid, disable_inverted, disable_negative): New
11994 procedures.
11995 ("bad numbers"): New set of tests.
11996
11997 2017-11-07 Pedro Alves <palves@redhat.com>
11998
11999 * gdb.cp/ena-dis-br-range.exp: Add tests.
12000
12001 2017-11-07 Pedro Alves <palves@redhat.com>
12002
12003 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
12004
12005 2017-11-07 Xavier Roirand <roirand@adacore.com>
12006 Pedro Alves <palves@redhat.com>
12007
12008 * gdb.base/ena-dis-br.exp: Add reference to
12009 gdb.cp/ena-dis-br-range.exp.
12010 * gdb.cp/ena-dis-br-range.exp: New file.
12011 * gdb.cp/ena-dis-br-range.cc: New file.
12012
12013 2017-11-06 Pedro Alves <palves@redhat.com>
12014
12015 * gdb.base/attach-non-pgrp-leader.c: New.
12016 * gdb.base/attach-non-pgrp-leader.exp: New.
12017
12018 2017-11-06 Pedro Alves <palves@redhat.com>
12019
12020 * configure.ac: No longer check for termio.h and sgtty.h.
12021 * configure: Regenerate.
12022 * remote-utils.c: Include termios.h instead of gdb_termios.h.
12023 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
12024 Remove termio and sgtty code.
12025
12026 2017-11-03 Yao Qi <yao.qi@linaro.org>
12027
12028 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
12029 in GDB is disabled.
12030
12031 2017-11-03 Yao Qi <yao.qi@linaro.org>
12032
12033 * gdb.python/py-thrhandle.exp: Skip it if python is not
12034 enabled.
12035
12036 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
12037
12038 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
12039 as a breakpoint command.
12040
12041 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
12042
12043 PR python/21213
12044 * gdb.python/py-infthread.exp: Test calling
12045 InferiorThread.inferior () multiple times in a row.
12046
12047 2017-10-27 Keith Seitz <keiths@redhat.com>
12048
12049 * gdb.opt/inline-break.exp (break_info_1): New procedure.
12050 Test "info break" for every inlined function breakpoint.
12051
12052 2017-10-27 Yao Qi <yao.qi@linaro.org>
12053
12054 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
12055
12056 2017-10-26 Patrick Frants <osscontribute@gmail.com>
12057
12058 * gdb.cp/classes.exp (test_static_members): Test printing
12059 Outer::instance.
12060 * gdb.cp/classes.c (struct Inner, struct Outer): New.
12061 (Inner::instance, Outer::instance): New.
12062
12063 2017-10-24 Pedro Alves <palves@redhat.com>
12064
12065 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
12066 extra console" test in two stages.
12067
12068 2017-10-24 Pedro Alves <palves@redhat.com>
12069
12070 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
12071
12072 2017-10-24 Pedro Alves <palves@redhat.com>
12073
12074 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
12075 loop.
12076
12077 2017-10-24 Pedro Alves <palves@redhat.com>
12078
12079 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
12080 $attempt" and "stoppedtry $stoppedtry" test prefixes.
12081
12082 2017-10-24 Pedro Alves <palves@redhat.com>
12083
12084 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
12085 parameter and handle it. Don't output read value in test name.
12086
12087 2017-10-24 Pedro Alves <palves@redhat.com>
12088
12089 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
12090 custom test name.
12091
12092 2017-10-24 Pedro Alves <palves@redhat.com>
12093
12094 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
12095 include the unstable output directory name in the test's name.
12096 (initial_setup_simple) <'set args'>: Use custom test name.
12097
12098 2017-10-24 Pedro Alves <palves@redhat.com>
12099
12100 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
12101 with explicit test name.
12102
12103 2017-10-20 Pedro Alves <palves@redhat.com>
12104
12105 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
12106 'wait -i'. Use gdb_assert and remote_close.
12107
12108 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
12109
12110 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
12111 number from variable rather than hard-coded.
12112
12113 2017-10-19 Pedro Alves <palves@redhat.com>
12114
12115 * gdb.base/long-inferior-output.c: New file.
12116 * gdb.base/long-inferior-output.exp: New file.
12117
12118 2017-11-18 Keith Seitz <keiths@redhat.com>
12119
12120 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
12121 method.
12122 (main): Call it.
12123 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
12124 Add additional user-defined conversion operator tests.
12125
12126 2017-10-17 Pedro Alves <palves@redhat.com>
12127
12128 * boards/native-stdio-gdbserver.exp: Load "local-board".
12129
12130 2017-10-17 Pedro Alves <palves@redhat.com>
12131
12132 * gdb.base/quit-live.c: New file.
12133 * gdb.base/quit-live.exp: New file.
12134
12135 2017-10-16 Keith Seitz <keiths@redhat.com>
12136
12137 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
12138 (class_with_protected_typedef, class_with_private_typedef)
12139 (struct_with_public_typedef, struct_with_protected_typedef)
12140 (struct_with_private_typedef): New classes/structs.
12141 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
12142 typedefs and access specifiers.
12143
12144 2017-10-16 Pedro Alves <palves@redhat.com>
12145 Simon Marchi <simon.marchi@polymtl.ca>
12146
12147 * README (Local vs Remote vs Native): New section.
12148 * boards/local-board.exp: New file, with bits factored out from
12149 ...
12150 * boards/native-extended-gdbserver.exp: ... here. Load
12151 "local-board".
12152 * boards/native-gdbserver.exp: Load "local-board".
12153 (${board}_spawn, ${board}_exec): Delete.
12154 * boards/native-stdio-gdbserver.exp: Most contents factored out to
12155 ...
12156 * boards/stdio-gdbserver-base.exp: ... this new file.
12157 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
12158 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
12159 procedure.
12160 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
12161 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
12162 stdio_gdbserver_command.
12163 (${board}_get_remote_address, ${board}_get_comm_port)
12164 (${board}_download, ${board}_upload): Delete.
12165 (get_target_remote_pipe_cmd): New.
12166
12167 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
12168
12169 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
12170 test_bkpt_deletion, test_bkpt_cond_and_cmds,
12171 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
12172 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
12173 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
12174 remove with_test_prefix.
12175
12176 2017-10-13 Pedro Alves <palves@redhat.com>
12177
12178 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
12179 * gdb.base/annota1.exp: Use it instead of is_remote.
12180 * gdb.base/annota3.exp: Use it instead of is_remote.
12181 * gdb.cp/annota2.exp: Use it instead of is_remote.
12182 * gdb.cp/annota3.exp: Use it instead of is_remote.
12183 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
12184
12185 2017-10-13 Pedro Alves <palves@redhat.com>
12186
12187 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
12188 (test_num_test_vars, run_and_count_vars, find_env)
12189 (test_set_unset_env, test_inherit_env_var): New procedures.
12190 (top level): Use them.
12191
12192 2017-10-13 Pedro Alves <palves@redhat.com>
12193
12194 * lib/selftest-support.exp (selftest_setup): Extend comments, and
12195 also skip on stub-like targets.
12196
12197 2017-10-13 Pedro Alves <palves@redhat.com>
12198
12199 PR gdb/22293
12200 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
12201 (top level): Move some tests to ...
12202 (test_not_found): ... this new procedure.
12203 (top level): Call it.
12204
12205 2017-10-13 Pedro Alves <palves@redhat.com>
12206
12207 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
12208 expect different "info terminal" output if testing with a
12209 non-native target.
12210
12211 2017-10-13 Pedro Alves <palves@redhat.com>
12212 Simon Marchi <simon.marchi@polymtl.ca>
12213
12214 PR python/12966
12215 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
12216
12217 2017-10-13 Pedro Alves <palves@redhat.com>
12218
12219 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
12220 already.
12221
12222 2017-10-13 Pedro Alves <palves@redhat.com>
12223
12224 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
12225 is_remote.
12226
12227 2017-10-13 Pedro Alves <palves@redhat.com>
12228
12229 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
12230 is_remote.
12231
12232 2017-10-13 Pedro Alves <palves@redhat.com>
12233
12234 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
12235 is set.
12236 (corefile_test_attach): Likewise. Check can_spawn_for_attach
12237 instead of is_remote.
12238
12239 2017-10-13 Pedro Alves <palves@redhat.com>
12240
12241 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
12242 (top level): Add comment.
12243
12244 2017-10-13 Pedro Alves <palves@redhat.com>
12245
12246 * gdb.base/remote.exp (top level): Fix comment typo and add
12247 missing return.
12248
12249 2017-10-13 Pedro Alves <palves@redhat.com>
12250 Simon Marchi <simon.marchi@polymtl.ca>
12251
12252 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
12253 calls and add comments. Skip test if use_gdb_stub is set.
12254 (top level): Use "set cwd" command instead of "cd" command.
12255
12256 2017-10-13 Pedro Alves <palves@redhat.com>
12257
12258 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
12259 is_remote target check.
12260
12261 2017-10-13 Pedro Alves <palves@redhat.com>
12262
12263 * gdb.base/scope.exp: Use build_executable + clean_restart +
12264 gdb_file_cmd instead of prepare_for_testing and no longer skip
12265 "before run" tests on is_remote target boards. Update comments.
12266 * boards/native-extended-gdbserver.exp
12267 (extended_gdbserver_load_last_file): New, factored out from ...
12268 (gdb_load): ... this. Move further below and add comment.
12269 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
12270
12271 2017-10-12 Pedro Alves <palves@redhat.com>
12272
12273 * gdb.base/attach.exp: Remove references to gdb64.
12274 * gdb.base/dbx.exp: Remove references to gdb64.
12275
12276 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
12277 Pedro Alves <palves@redhat.com>
12278
12279 * gdb.base/label.exp: Remove is_remote target check.
12280
12281 2017-10-12 Pedro Alves <palves@redhat.com>
12282
12283 * gdb.base/auvx.exp (coredir): Update comment.
12284 (top level) <core_works>: Use "set cwd" command instead of "cd"
12285 command.
12286
12287 2017-10-12 Pedro Alves <palves@redhat.com>
12288 Simon Marchi <simon.marchi@polymtl.ca>
12289
12290 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
12291 target boards.
12292
12293 2017-10-12 Pedro Alves <palves@redhat.com>
12294 Simon Marchi <simon.marchi@polymtl.ca>
12295
12296 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
12297 Instead skip if there's any gdb_protocol set.
12298
12299 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
12300 Pedro Alves <palves@redhat.com>
12301
12302 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
12303
12304 2017-10-12 Pedro Alves <palves@redhat.com>
12305 Simon Marchi <simon.marchi@polymtl.ca>
12306
12307 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
12308 instead of on dejagnu remote boards.
12309
12310 2017-10-12 Pedro Alves <palves@redhat.com>
12311 Simon Marchi <simon.marchi@polymtl.ca>
12312
12313 * gdb.base/inferior-died.exp: Remove is_remote and isnative
12314 checks. Use build_executable + clean_restart instead of
12315 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
12316 of enabling non-stop after starting gdb.
12317
12318 2017-10-12 Pedro Alves <palves@redhat.com>
12319
12320 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
12321 * gdb.threads/non-ldr-exc-2.exp: Ditto.
12322 * gdb.threads/non-ldr-exc-3.exp: Ditto.
12323 * gdb.threads/non-ldr-exc-4.exp: Ditto.
12324
12325 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
12326
12327 * gdb.arch/arc-tdesc-cpu.exp: New file.
12328 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
12329
12330 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
12331
12332 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
12333
12334 2017-10-10 Pedro Alves <palves@redhat.com>
12335
12336 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
12337 expect CLI output.
12338
12339 2017-10-10 Pedro Alves <palves@redhat.com>
12340
12341 * lib/selftest-support.exp (selftest_setup): Update for
12342 captured_command_loop's prototype change.
12343
12344 2017-10-09 Pedro Alves <palves@redhat.com>
12345
12346 Test both arch1=>arch2 and arch2=>arch1.
12347
12348 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
12349 (srcfile2, binfile2, march1, march2): Remove globals. Largely
12350 factored out to...
12351 (append_arch1_options, append_arch2_options, append_arch_options)
12352 (build_executables): New procedures.
12353 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
12354 local.
12355 (top level): Add new 'first_arch' testing axis.
12356
12357 2017-10-09 Pedro Alves <palves@redhat.com>
12358
12359 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
12360 (barrier): New.
12361 (thread_start, all_started): New functions.
12362 (main): Spawn new thread and wait until it is scheduled.
12363 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
12364 option.
12365 (do_test): Add 'selected_thread' parameter. Run to all_started
12366 instead of main. Explicitly set the breakpoint at main. Switch
12367 to the SELECTED_THREAD thread.
12368 (top level): Test handling the exec event with either the main
12369 thread or the second thread selected.
12370
12371 2017-10-09 Pedro Alves <palves@redhat.com>
12372
12373 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
12374 logic. Move STOP marker after the value checks.
12375 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
12376 regexp.
12377
12378 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
12379
12380 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
12381
12382 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
12383
12384 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
12385 integer-to-dfp conversion.
12386 * gdb.base/dfp-test.exp: Likewise.
12387
12388 2017-10-04 Pedro Alves <palves@redhat.com>
12389
12390 * gdb.multi/hangout.c: Include <unistd.h>.
12391 (hangout_loop): New function.
12392 (main): Call alarm. Call hangout_loop in a loop.
12393 * gdb.multi/hello.c: Include <unistd.h>.
12394 (hello_loop): New function.
12395 (main): Call alarm. Call hangout_loop in a loop.
12396 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
12397 inferior with the other selected.
12398
12399 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
12400
12401 * gdb.mi/list-thread-groups-available.exp: New file.
12402 * gdb.mi/list-thread-groups-available.c: New file.
12403
12404 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
12405
12406 * gdb.base/set-cwd.exp: Make it available on
12407 native-extended-gdbserver.
12408
12409 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
12410
12411 * gdb.base/set-cwd.c: New file.
12412 * gdb.base/set-cwd.exp: Likewise.
12413
12414 2017-10-02 Tom Tromey <tom@tromey.com>
12415
12416 PR rust/22236:
12417 * gdb.rust/simple.rs (main): New variable "fslice".
12418 * gdb.rust/simple.exp: Add slice tests. Update string tests.
12419
12420 2017-10-02 Tom Tromey <tom@tromey.com>
12421
12422 * gdb.rust/simple.exp: Test ptype of a slice.
12423
12424 2017-10-02 Tom Tromey <tom@tromey.com>
12425
12426 * gdb.rust/simple.exp: Test index of slice.
12427
12428 2017-09-27 Tom Tromey <tom@tromey.com>
12429
12430 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
12431
12432 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
12433 Pedro Alves <palves@redhat.com>
12434
12435 * gdb.base/compare-sections.exp (get value of read-only section): Read
12436 as unsigned value.
12437 (corrupt read-only section): Likewise and don't set written if patching
12438 failed.
12439
12440 2017-09-21 Kevin Buettner <kevinb@redhat.com>
12441
12442 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
12443 files.
12444
12445 2017-09-20 Pedro Alves <palves@redhat.com>
12446
12447 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
12448 symbol names in gdb's output.
12449 * gdb.cp/overload.exp ("list all overloads"): Likewise.
12450
12451 2017-09-20 Pedro Alves <palves@redhat.com>
12452
12453 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
12454 Rename to ...
12455 (test_list_ambiguous_symbol): ... this and add a symbol name
12456 parameter. Adjust.
12457 (test_list_ambiguous_function): Reimplement on top of
12458 test_list_ambiguous_symbol and also test listing ambiguous
12459 variables.
12460 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
12461 (ambiguous_fun): ... this.
12462 (ambiguous_var): New.
12463 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
12464 (ambiguous_fun): ... this.
12465 (ambiguous_var): New.
12466
12467 2017-09-19 John Baldwin <jhb@FreeBSD.org>
12468
12469 * gdb.base/starti.c: New file.
12470 * gdb.base/starti.exp: New file.
12471 * lib/gdb.exp (gdb_starti_cmd): New procedure.
12472
12473 2017-09-14 Pedro Alves <palves@redhat.com>
12474
12475 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
12476 (top level): Use it instead of runto.
12477
12478 2017-09-11 Tom Tromey <tom@tromey.com>
12479
12480 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
12481
12482 2017-09-11 Tom Tromey <tom@tromey.com>
12483
12484 * gdb.python/py-infthread.exp: Add tests for new_thread event.
12485 * gdb.python/py-inferior.exp: Add tests for new inferior events.
12486
12487 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
12488
12489 * gdb.fortran/printing-types.exp: New file.
12490 * gdb.fortran/printing-types.exp: New file.
12491
12492 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
12493
12494 * gdb.fortran/vla-ptype.exp: Fix typos.
12495 * gdb.fortran/vla-value.exp: Same.
12496
12497 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
12498
12499 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
12500 * gdb.mi/mi-var-child-f.exp: Likewise.
12501 * gdb.mi/mi-vla-fortran.exp: Likewise.
12502
12503 2017-09-08 Frank Penczek <frank.penczek@intel.com>
12504 Christoph Weinmann <christoph.t.weinmann@intel.com>
12505 Bernhard Heckel <bernhard.heckel@intel.com>
12506
12507 * gdb.fortran/ptr-indentation.f90: New file.
12508 * gdb.fortran/ptr-indentation.exp: New file.
12509
12510 2017-09-05 Tom Tromey <tom@tromey.com>
12511
12512 PR gdb/22010:
12513 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
12514
12515 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
12516
12517 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
12518
12519 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
12520
12521 * gdb.threads/tls-nodebug-pie.c: New file.
12522 * gdb.threads/tls-nodebug-pie.exp: New file.
12523
12524 2017-09-05 Tom Tromey <tom@tromey.com>
12525
12526 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
12527 for rust.
12528
12529 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
12530
12531 * gdb.multi/multi-arch-exec.exp: Test with different
12532 "follow-exec-mode" settings.
12533 (do_test): New procedure.
12534
12535 2017-09-04 Pedro Alves <palves@redhat.com>
12536
12537 * gdb.base/func-static.c (S::method const, S::method volatile)
12538 (S::method volatile const): New methods.
12539 (c_s, v_s, cv_s): New instances.
12540 (main): Call method() on them.
12541 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
12542 (cannot_resolve): New procedure.
12543 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
12544 print-quote-unquoted columns.
12545 (do_test): Test printing each scope too.
12546
12547 2017-09-04 Pedro Alves <palves@redhat.com>
12548
12549 * gdb.base/local-static.exp: Also test with
12550 class::method::variable wholly quoted.
12551 * gdb.cp/m-static.exp (class::method::variable): Remove test.
12552
12553 2017-09-04 Pedro Alves <palves@redhat.com>
12554
12555 * gdb.base/local-static.c: New.
12556 * gdb.base/local-static.cc: New.
12557 * gdb.base/local-static.exp: New.
12558
12559 2017-09-04 Pedro Alves <palves@redhat.com>
12560
12561 * gdb.asm/asm-source.exp: Add casts to int.
12562 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
12563 (dataglobal64_1, dataglobal64_2): New globals.
12564 * gdb.base/nodebug.exp: Test different expressions involving the
12565 new globals, with print, whatis and ptype. Add casts to int.
12566 * gdb.base/solib-display.exp: Add casts to int.
12567 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
12568 * gdb.cp/m-static.exp: Add cast to int.
12569 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
12570 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
12571 tls variable with no debug info without a cast. Test with a cast
12572 to int too.
12573 * gdb.trace/entry-values.exp: Add casts.
12574
12575 2017-09-04 Pedro Alves <palves@redhat.com>
12576
12577 * gdb.base/nodebug.exp: Test that ptype's error about functions
12578 with unknown return type includes the function name too.
12579
12580 2017-09-04 Pedro Alves <palves@redhat.com>
12581
12582 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
12583 return type of munmap in infcall.
12584 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
12585 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
12586 type of ftell in infcall.
12587 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
12588 type of getpid in infcall.
12589 * gdb.base/infcall-exec.exp: Cast return type of execlp in
12590 infcall.
12591 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
12592 Bail on failure to extract the pid.
12593 * gdb.base/nodebug.c: #include <stdint.h>.
12594 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
12595 New functions.
12596 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
12597 Change expected output of print/whatis/ptype with functions with
12598 no debug info. Test all supported languages. Call
12599 test_call_promotion.
12600 * gdb.compile/compile.exp: Adjust expected output to expect
12601 warning.
12602 * gdb.threads/siginfo-threads.exp: Likewise.
12603
12604 2017-09-04 Pedro Alves <palves@redhat.com>
12605
12606 * gdb.base/callfuncs.exp (do_function_calls): New parameter
12607 "prototypes". Test calling float functions via prototyped and
12608 unprototyped function pointers.
12609 (perform_all_tests): New parameter "prototypes". Pass it down.
12610 (top level): Pass down "prototypes" parameter to
12611 perform_all_tests.
12612
12613 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
12614
12615 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
12616 Test with nested loops.
12617
12618 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
12619
12620 * gdb.base/commands.exp: Call the new procedures.
12621 (loop_break_test, loop_continue_test): New procedures.
12622
12623 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
12624
12625 * gdb.base/commands.exp: Call new procedure.
12626 (define_if_without_arg_test): New procedure.
12627
12628 2017-09-04 Pedro Alves <palves@redhat.com>
12629
12630 * gdb.base/list-ambiguous.exp: New file.
12631 * gdb.base/list-ambiguous0.c: New file.
12632 * gdb.base/list-ambiguous1.c: New file.
12633 * gdb.base/list.exp (test_list_range): Adjust expected output.
12634
12635 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
12636
12637 * gdb.base/share-env-with-gdbserver.c: New file.
12638 * gdb.base/share-env-with-gdbserver.exp: Likewise.
12639
12640 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
12641
12642 * gdb.base/commands.exp (gdbvar_simple_if_test,
12643 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
12644 progvar_simple_if_test, progvar_simple_while_test,
12645 progvar_complex_if_while_test, user_defined_command_test,
12646 user_defined_command_args_eval,
12647 user_defined_command_args_stack_test,
12648 user_defined_command_manyargs_test, bp_deleted_in_command_test,
12649 temporary_breakpoint_commands,
12650 gdb_test_no_prompt, redefine_hook_test,
12651 redefine_backtrace_test): Remove "global gdb_prompt".
12652
12653 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
12654
12655 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
12656 New proc, call it from toplevel.
12657
12658 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
12659
12660 PR remote/21852
12661 * gdb.server/normal.c: New file, copied from gdb.base.
12662 * gdb.server/run-without-local-binary.exp: New file.
12663
12664 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
12665
12666 * gdb.arch/sparc64-adi.exp: New file.
12667 * gdb.arch/sparc64-adi.c: New file.
12668
12669 2017-08-22 Pedro Alves <palves@redhat.com>
12670
12671 * gdb.cp/overload.exp (line_range_pattern): New procedure.
12672 (top level): Add "list all overloads" tests.
12673
12674 2017-08-22 Tom Tromey <tom@tromey.com>
12675
12676 * gdb.gdb/xfullpath.exp: Remove.
12677
12678 2017-08-21 Pedro Alves <palves@redhat.com>
12679
12680 PR gdb/19487
12681 * gdb.base/symbol-alias.c: New.
12682 * gdb.base/symbol-alias2.c: New.
12683 * gdb.base/symbol-alias.exp: New.
12684
12685 2017-08-21 Pedro Alves <palves@redhat.com>
12686
12687 * gdb.base/dfp-test.c
12688 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
12689 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
12690 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
12691 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
12692 * gdb.base/whatis-ptype-typedefs.c: New.
12693 * gdb.base/whatis-ptype-typedefs.exp: New.
12694 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
12695 (an_int, an_int_type, an_int_type2): New globals.
12696 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
12697 involving typedefs and cast expressions.
12698 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
12699 (lookup_typedefs_function): New.
12700 (typedefs_pretty_printers_dict): New.
12701 (top level): Register lookup_typedefs_function in
12702 gdb.pretty_printers.
12703
12704 2017-08-18 Yao Qi <yao.qi@linaro.org>
12705
12706 * gdb.server/unittest.exp: New.
12707
12708 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
12709
12710 PR gdb/21954
12711 * gdb.base/environ.exp: Add test to check if 'unset environment'
12712 works.
12713
12714 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
12715
12716 * lib/gdb.exp (universal_compile_options): New caching proc.
12717 (gdb_compile): Suppress GCC's coloring of messages.
12718
12719 2017-08-14 Tom Tromey <tom@tromey.com>
12720
12721 PR gdb/21675:
12722 * gdb.base/printcmds.exp (test_radices): New function.
12723 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
12724 * gdb.base/sizeof.exp (check_valueof): Use p/d.
12725 * lib/gdb.exp (get_integer_valueof): Use p/d.
12726
12727 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
12728
12729 * lib/gdb.exp (get_valueof): Don't capture end-of-line
12730 characters.
12731
12732 2017-08-05 Tom Tromey <tom@tromey.com>
12733
12734 * gdb.rust/simple.exp: Allow String to appear in a different
12735 namespace.
12736
12737 2017-07-26 Yao Qi <yao.qi@linaro.org>
12738
12739 * gdb.gdb/unittest.exp: Invoke command
12740 "maintenance check xml-descriptions".
12741
12742 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12743
12744 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
12745 calling context.
12746 (hex128): Drop erroneous calculation of parameters.
12747
12748 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
12749
12750 * gdb.python/py-unwind.exp: Disable stack protection when
12751 building test file.
12752
12753 2017-07-20 Pedro Alves <palves@redhat.com>
12754
12755 * gdb.base/default.exp (set language): Adjust expected output.
12756
12757 2017-07-20 Pedro Alves <palves@redhat.com>
12758
12759 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
12760 (test_minsym): ... this, and make static.
12761 (get_pck__foo__bar__minsym): Rename to ...
12762 (get_test_minsym): ... this.
12763 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
12764 symbol names and comments.
12765 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
12766 (get_test_minsym): ... this.
12767 (pck__foo__bar__minsym__2): Rename to ...
12768 (test_minsym): ... this.
12769 (main): Adjust.
12770
12771 2017-07-17 Pedro Alves <palves@redhat.com>
12772
12773 * gdb.base/completion.exp: Adjust expected output.
12774 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
12775 the completer works.
12776
12777 2017-07-17 Pedro Alves <palves@redhat.com>
12778
12779 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
12780
12781 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
12782
12783 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
12784
12785 2017-07-14 Tom Tromey <tom@tromey.com>
12786
12787 PR rust/21764:
12788 * gdb.rust/simple.exp: Add tests.
12789
12790 2017-07-14 Tom Tromey <tom@tromey.com>
12791
12792 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
12793
12794 2017-07-14 Pedro Alves <palves@redhat.com>
12795
12796 * gdb.linespec/base/one/thefile.cc (z1): New function.
12797 * gdb.linespec/base/two/thefile.cc (z2): New function.
12798 * gdb.linespec/linespec.exp: Add tests.
12799
12800 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
12801
12802 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
12803 to mi_create_breakpoint.
12804
12805 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
12806
12807 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
12808 mi_create_breakpoint.
12809
12810 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
12811
12812 * gdb.dlang/demangle.exp: Update for demangling changes.
12813
12814 2017-07-09 Tom Tromey <tom@tromey.com>
12815
12816 * gdb.dwarf2/shortpiece.exp: New file.
12817
12818 2017-07-06 David Blaikie <dblaikie@gmail.com>
12819
12820 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
12821 built from fissiont-multi-cu{1,2}.c.
12822 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
12823 except putting 'main' and 'func' in separate CUs in the same DWO file.
12824 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
12825 test.
12826 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
12827 test.
12828
12829 2017-07-06 Pedro Alves <palves@redhat.com>
12830
12831 * gdb.python/py-unwind.exp: Test flushregs.
12832
12833 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
12834
12835 PR cli/21688
12836 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
12837 tests for alias commands and trailing whitespace.
12838
12839 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
12840
12841 PR cli/21688
12842 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
12843 procedure. Call it.
12844
12845 2017-06-29 Pedro Alves <palves@redhat.com>
12846
12847 * gdb.base/printcmds.exp: Add tests.
12848
12849 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
12850
12851 PR gdb/21337
12852 * gdb.base/reread-readsym.exp: New file.
12853 * gdb.base/reread-readsym.c: New file.
12854
12855 2017-06-21 Kevin Buettner <kevinb@redhat.com>
12856
12857 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
12858 subpattern.
12859
12860 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
12861
12862 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
12863 extended mnemonic.
12864 * gdb.arch/powerpc-power9.s: Likewise.
12865
12866 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
12867
12868 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
12869 on 32-bit x86 targets. Exploit is_*_target macros where
12870 appropriate.
12871
12872 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12873
12874 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
12875 register pieces.
12876
12877 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12878
12879 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
12880 located in one or more DWARF pieces.
12881
12882 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12883
12884 * lib/gdb.exp (get_endianness): New proc.
12885 * gdb.arch/aarch64-fp.exp: Use it.
12886 * gdb.arch/altivec-regs.exp: Likewise.
12887 * gdb.arch/e500-regs.exp: Likewise.
12888 * gdb.arch/vsx-regs.exp: Likewise.
12889 * gdb.base/dump.exp: Likewise.
12890 * gdb.base/funcargs.exp: Likewise.
12891 * gdb.base/gnu_vector.exp: Likewise.
12892 * gdb.dwarf2/formdata16.exp: Likewise.
12893 * gdb.dwarf2/implptrpiece.exp: Likewise.
12894 * gdb.dwarf2/nonvar-access.exp: Likewise.
12895 * gdb.python/py-inferior.exp: Likewise.
12896 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
12897
12898 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12899
12900 PR gdb/21226
12901 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
12902 stack value pieces are taken from the LSB end.
12903
12904 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12905
12906 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
12907 variable at nonzero offset.
12908
12909 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12910
12911 * gdb.dwarf2/var-access.c: New file.
12912 * gdb.dwarf2/var-access.exp: New test.
12913 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
12914
12915 2017-06-12 Tom Tromey <tom@tromey.com>
12916
12917 * gdb.dwarf2/formdata16.exp: Add tests.
12918
12919 2017-06-12 Tom Tromey <tom@tromey.com>
12920
12921 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
12922
12923 2017-06-12 Tom Tromey <tom@tromey.com>
12924
12925 PR exp/16225:
12926 * gdb.reverse/i386-sse-reverse.exp: Update tests.
12927 * gdb.arch/vsx-regs.exp: Update tests.
12928 * gdb.arch/s390-vregs.exp (hex128): New proc.
12929 Update test.
12930 * gdb.arch/altivec-regs.exp: Update tests.
12931
12932 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
12933
12934 * gdb.base/startup-with-shell.c: New file.
12935 * gdb.base/startup-with-shell.exp: Likewise.
12936
12937 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
12938
12939 * gdb.server/non-existing-program.exp: Update regex in order to
12940 reflect the fact that gdbserver is now using fork_inferior (with a
12941 shell) to startup the inferior.
12942
12943 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
12944
12945 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
12946 support function calls from GDB.
12947
12948 2017-05-21 Tom Tromey <tom@tromey.com>
12949
12950 PR rust/21466:
12951 * gdb.rust/unsized.exp: New file.
12952 * gdb.rust/unsized.rs: New file.
12953
12954 2017-05-19 Tom Tromey <tom@tromey.com>
12955
12956 PR rust/21484:
12957 * gdb.rust/watch.exp: New file.
12958 * gdb.rust/watch.rs: New file.
12959
12960 2017-05-18 Tom Tromey <tom@tromey.com>
12961
12962 * gdb.rust/simple.exp: Allow Box to be qualified.
12963
12964 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
12965
12966 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
12967
12968 2017-05-18 Pedro Alves <palves@redhat.com>
12969
12970 * gdb.base/fileio.c (test_write, test_read, test_close)
12971 (test_fstat): Don't print 'ret' in the fail path.
12972
12973 2017-05-18 Pedro Alves <palves@redhat.com>
12974
12975 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
12976 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
12977 (test_system, test_rename, test_unlink, test_time): Change
12978 prototypes.
12979 * gdb.base/fileio.exp (stop_msg): Adjust.
12980
12981 2017-05-18 Pedro Alves <palves@redhat.com>
12982
12983 * gdb.base/fileio.c (null_str): New global.
12984 (test_stat): Use it.
12985 * gdb.base/fileio.exp: Remove nowarnings.
12986
12987 2017-05-17 Yao Qi <yao.qi@linaro.org>
12988
12989 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
12990
12991 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
12992
12993 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
12994 argument command.
12995 (top-level): Invoke test_set_inferior_tty.
12996
12997 2017-05-04 Pedro Alves <palves@redhat.com>
12998
12999 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
13000 Add parens to print call for Python 3.
13001
13002 2017-05-03 Keith Seitz <keiths@redhat.com>
13003
13004 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
13005 (main): Call it.
13006
13007 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
13008
13009 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
13010 to prev and next.
13011
13012 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
13013
13014 * gdb.python/py-record-btrace.exp: Remove test for
13015 gdb.BtraceInstruction.error.
13016
13017 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
13018
13019 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
13020
13021 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
13022
13023 * gdb.python/py-record-btrace-threads.c: New file.
13024 * gdb.python/py-record-btrace-threads.exp: New file.
13025
13026 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
13027
13028 PR testsuite/8595
13029 * gdb.base/environ.exp: Make test available in all architectures.
13030 Move bits related to "info program" testing to
13031 gdb.base/info-program.exp. Rewrite tests to use the two new
13032 procedures mentione below.
13033 (test_set_show_env_var) New procedure.
13034 (test_set_show_env_var_equal): Likewise.
13035 * gdb.base/info-program.exp: New file.
13036
13037 2017-04-27 Keith Seitz <keiths@redhat.com>
13038
13039 * gdb.cp/oranking.cc (test15): New function.
13040 (main): Call test15 and declare additional variables for testing.
13041 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
13042 "p foo101('abc')" tests.
13043 Add tests for cv qualifier overloads.
13044 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
13045 "lvalue reference overload" test.
13046 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
13047 "print value of f1 on Child&& in f2" test.
13048
13049 2017-04-19 Pedro Alves <palves@redhat.com>
13050
13051 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
13052 procedure.
13053 (top level): Call it.
13054 * lib/gdb.exp (gdb_define_cmd): New procedure.
13055
13056 2017-04-12 Pedro Alves <palves@redhat.com>
13057
13058 PR gdb/21323
13059 * gdb.cp/wide_char_types.c: Include <wchar.h>.
13060 (wchar): New global.
13061 * gdb.cp/wide_char_types.exp (wide_char_types_program)
13062 (do_test_wide_char, wide_char_types_no_program, top level): Add
13063 wchar_t testing.
13064
13065 2017-04-12 Pedro Alves <palves@redhat.com>
13066
13067 PR c++/21323
13068 * gdb.cp/wide_char_types.c: New file.
13069 * gdb.cp/wide_char_types.exp: New file.
13070
13071 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
13072
13073 PR gdb/21352
13074 * gdb.trace/tsv.exp: Add test for "tsave -r".
13075
13076 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
13077
13078 * gdb.dlang/watch-loc.c: New file.
13079 * gdb.dlang/watch-loc.exp: New file.
13080
13081 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
13082
13083 * gdb.python/py-section-script.exp (sepdebug): New testcases.
13084
13085 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
13086
13087 * gdb.arch/arc-analyze-prologue.S: New file.
13088 * gdb.arch/arc-analyze-prologue.exp: Likewise.
13089
13090 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
13091
13092 * gdb.arch/arc-decode-insn.S: New file.
13093 * gdb.arch/arc-decode-insn.exp: Likewise.
13094
13095 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
13096
13097 PR tdep/20928
13098 * gdb.arch/sparc64-regs.exp: New file.
13099 * gdb.arch/sparc64-regs.S: Likewise.
13100
13101 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
13102
13103 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
13104 and memory view on Python 3.
13105
13106 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
13107 Keith Seitz <keiths@redhat.com>
13108
13109 PR gdb/14441
13110 * gdb.cp/demangle.exp: Add rvalue reference tests.
13111 * gdb.cp/rvalue-ref-casts.cc: New file.
13112 * gdb.cp/rvalue-ref-casts.exp: New file.
13113 * gdb.cp/rvalue-ref-overload.cc: New file.
13114 * gdb.cp/rvalue-ref-overload.exp: New file.
13115 * gdb.cp/rvalue-ref-params.cc: New file.
13116 * gdb.cp/rvalue-ref-params.exp: New file.
13117 * gdb.cp/rvalue-ref-sizeof.cc: New file.
13118 * gdb.cp/rvalue-ref-sizeof.exp: New file.
13119 * gdb.cp/rvalue-ref-types.cc: New file.
13120 * gdb.cp/rvalue-ref-types.exp: New file.
13121 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
13122 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
13123
13124 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
13125
13126 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
13127 New procedure.
13128
13129 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
13130
13131 * lib/mi-support.exp (mi_gdb_test): Add additional message
13132 for unexpected output.
13133
13134 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
13135
13136 * gdb.base/examine-backward.c (Barrier): New character array
13137 constant, to ensure that TestStrings is preceded by a string
13138 terminator.
13139
13140 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13141
13142 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
13143 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
13144 and implicit pointer into such a location.
13145
13146 2017-03-16 Doug Evans <dje@google.com>
13147
13148 * gdb.python/py-lazy-string (pointer): Really add new typedef.
13149
13150 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
13151
13152 * gdb.cp/m-static.exp: Fix expectation for prototype of
13153 test5.single_constructor and single_constructor::single_constructor.
13154
13155 2017-03-16 Doug Evans <dje@google.com>
13156
13157 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
13158 * gdb.guile/scm-lazy-string.c: New file.
13159 * gdb.guile/scm-value.exp: Move lazy string tests to ...
13160 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
13161 for pointer, array, typedef lazy strings.
13162
13163 2017-03-16 Doug Evans <dje@google.com>
13164
13165 PR python/17728, python/18439, python/18779
13166 * gdb.python/py-value.c (main) Delete locals sptr, sn.
13167 * gdb.python/py-lazy-string.c (pointer): New typedef.
13168 (main): New locals ptr, array, typedef_ptr.
13169 * gdb.python/py-value.exp: Move lazy string tests to ...
13170 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
13171 array, typedef lazy strings.
13172
13173 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
13174
13175 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
13176 Add optional 'test' parameter.
13177
13178 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
13179
13180 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
13181 Skip for versions of DejaGnu < 1.5.
13182
13183 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
13184
13185 * lib/gdb.exp (dejagnu_version): New proc.
13186 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
13187 Use dejagnu_version.
13188
13189 2017-03-10 Keith Seitz <keiths@redhat.com>
13190
13191 PR c++/8128
13192 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
13193 type from destructor regexps.
13194 Add a branch which actually passes the test.
13195 Adjust "ptype t5i" test names.
13196
13197 2017-03-08 Pedro Alves <palves@redhat.com>
13198
13199 * gdb.base/step-over-exit.exp: Add explicit test message.
13200
13201 2017-03-08 Pedro Alves <palves@redhat.com>
13202
13203 PR gdb/18360
13204 * gdb.threads/interrupt-while-step-over.c: New file.
13205 * gdb.threads/interrupt-while-step-over.exp: New file.
13206
13207 2017-03-08 Pedro Alves <palves@redhat.com>
13208
13209 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
13210 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
13211
13212 2017-03-08 Pedro Alves <palves@redhat.com>
13213
13214 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
13215 PKRU as not supported as a PASS.
13216
13217 2017-03-08 Pedro Alves <palves@redhat.com>
13218
13219 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
13220 prefix instead of $binfile1/$binfile2.
13221 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
13222 in test message.
13223 * gdb.python/py-completion.exp: Use "load python file" as test
13224 messages instead of unstable path names.
13225
13226 2017-03-08 Pedro Alves <palves@redhat.com>
13227 Jan Kratochvil <jan.kratochvil@redhat.com>
13228
13229 PR cli/21218
13230 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
13231 New proc.
13232 (top level): Call it.
13233
13234 2017-03-08 Pedro Alves <palves@redhat.com>
13235
13236 PR tui/21216
13237 * gdb.tui/tui-nl-filtered-output.exp: New file.
13238
13239 2017-03-08 Pedro Alves <palves@redhat.com>
13240
13241 * gdb.base/completion.exp: Move TUI completion tests to ...
13242 * gdb.tui/completion.exp: ... this new file.
13243
13244 2017-03-08 Pedro Alves <palves@redhat.com>
13245
13246 * gdb.base/tui-disasm-long-lines.c,
13247 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
13248 gdb.base/tui-layout.exp: Move to ...
13249 * gdb.tui/: ... this new directory.
13250
13251 2017-03-07 Pedro Alves <palves@redhat.com>
13252
13253 * gdb.base/tui-layout.c: New file.
13254 * gdb.base/tui-layout.exp: New file.
13255
13256 2017-03-07 Pedro Alves <palves@redhat.com>
13257
13258 * gdb.base/tui-layout.c: Rename to ...
13259 * gdb.base/tui-disasm-long-lines.c: ... this.
13260 * gdb.base/tui-layout.exp: Rename to ...
13261 * gdb.base/tui-disasm-long-lines.exp: ... this.
13262
13263 2017-03-07 Pedro Alves <palves@redhat.com>
13264
13265 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
13266
13267 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
13268
13269 * i386-mpx-call.c: New file.
13270 * i386-mpx-call.exp: New file.
13271
13272 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
13273
13274 * gdb.arch/powerpc-power.exp: Delete test.
13275 * gdb.arch/powerpc-power.s: Likewise.
13276 * gdb.disasm/disassembler-options.exp: New test.
13277 * gdb.arch/powerpc-altivec.exp: Likewise.
13278 * gdb.arch/powerpc-altivec.s: Likewise.
13279 * gdb.arch/powerpc-altivec2.exp: Likewise.
13280 * gdb.arch/powerpc-altivec2.s: Likewise.
13281 * gdb.arch/powerpc-altivec3.exp: Likewise.
13282 * gdb.arch/powerpc-altivec3.s: Likewise.
13283 * gdb.arch/powerpc-power7.exp: Likewise.
13284 * gdb.arch/powerpc-power7.s: Likewise.
13285 * gdb.arch/powerpc-power8.exp: Likewise.
13286 * gdb.arch/powerpc-power8.s: Likewise.
13287 * gdb.arch/powerpc-power9.exp: Likewise.
13288 * gdb.arch/powerpc-power9.s: Likewise.
13289 * gdb.arch/powerpc-vsx.exp: Likewise.
13290 * gdb.arch/powerpc-vsx.s: Likewise.
13291 * gdb.arch/powerpc-vsx2.exp: Likewise.
13292 * gdb.arch/powerpc-vsx2.s: Likewise.
13293 * gdb.arch/powerpc-vsx3.exp: Likewise.
13294 * gdb.arch/powerpc-vsx3.s: Likewise.
13295 * gdb.arch/arm-disassembler-options.exp: Likewise.
13296 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
13297 * gdb.arch/s390-disassembler-options.exp: Likewise.
13298
13299 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
13300
13301 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
13302 (check_supported_features): ... this. Changed return type to void.
13303 (supports_rdseed): New static global.
13304 (rdseed): Check supports_rdseed.
13305 (initialize): Call check_supported_features.
13306
13307 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13308
13309 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
13310 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
13311 and lqarx/stqcx.
13312 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
13313 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
13314
13315 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13316
13317 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
13318 uppercase.
13319
13320 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13321
13322 * gdb.dwarf2/formdata16.c: New file.
13323 * gdb.dwarf2/formdata16.exp: New file.
13324 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
13325
13326 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13327
13328 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
13329 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
13330 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
13331 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
13332 DW_AT_GNU_*.
13333
13334 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13335
13336 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
13337
13338 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
13339
13340 PR gdb/21164
13341 * gdb.base/maint.exp: Add testcases for when the commands do
13342 not have arguments.
13343
13344 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
13345
13346 * gdb.cp/chained-calls.exp: Use p instead of P.
13347
13348 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
13349
13350 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
13351 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
13352
13353 2017-02-14 Tom Tromey <tom@tromey.com>
13354
13355 PR python/13598:
13356 * gdb.python/py-events.exp: Add before_prompt event tests.
13357
13358 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
13359
13360 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
13361
13362 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
13363
13364 * gdb.linespec/explicit.c (my_unique_function_name): New function.
13365 (main): Call my_unique_function_name.
13366 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
13367 completion of patterns with a single match.
13368 Add missing -re switches to gdb_test_multiple calls.
13369
13370 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
13371
13372 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
13373 return if core file is not recognized.
13374
13375 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
13376
13377 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
13378 and extra UIs.
13379
13380 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
13381
13382 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
13383 proc_with_prefix.
13384
13385 2017-02-10 Tom Tromey <tom@tromey.com>
13386
13387 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
13388
13389 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
13390
13391 PR gdb/21122
13392 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
13393
13394 2017-02-08 Jerome Guitton <guitton@adacore.com>
13395
13396 * gdb.base/define.exp: Add test for command abbreviations
13397 in define.
13398
13399 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
13400
13401 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
13402 * gdb.reverse/insn-reverse-x86.c: New file.
13403
13404 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
13405
13406 PR tdep/20936
13407 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
13408
13409 2017-02-03 Tom Tromey <tom@tromey.com>
13410
13411 PR rust/21097:
13412 * gdb.rust/simple.exp: Add new tests.
13413
13414 2017-02-02 Pedro Alves <palves@redhat.com>
13415
13416 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
13417 tests.
13418
13419 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13420
13421 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
13422 taking a 2-byte value out of a 4-byte DWARF implicit value on
13423 big-endian targets.
13424 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
13425 logic. Add test cases for DW_OP_implicit.
13426
13427 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13428
13429 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
13430
13431 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13432
13433 * gdb.btrace/enable.exp: Call gdb_exit before
13434 skip_gdbserver_tests.
13435
13436 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13437
13438 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
13439 GDBFLAGS.
13440
13441 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13442
13443 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
13444 the test is skipped.
13445 * gdb.btrace/data.exp: Likewise.
13446 * gdb.btrace/delta.exp: Likewise.
13447 * gdb.btrace/dlopen.exp: Likewise.
13448 * gdb.btrace/enable-running.exp: Likewise.
13449 * gdb.btrace/enable.exp: Likewise.
13450 * gdb.btrace/exception.exp: Likewise.
13451 * gdb.btrace/function_call_history.exp: Likewise.
13452 * gdb.btrace/gcore.exp: Likewise.
13453 * gdb.btrace/instruction_history.exp: Likewise.
13454 * gdb.btrace/multi-thread-step.exp: Likewise.
13455 * gdb.btrace/nohist.exp: Likewise.
13456 * gdb.btrace/non-stop.exp: Likewise.
13457 * gdb.btrace/reconnect.exp: Likewise.
13458 * gdb.btrace/record_goto-step.exp: Likewise.
13459 * gdb.btrace/record_goto.exp: Likewise.
13460 * gdb.btrace/rn-dl-bind.exp: Likewise.
13461 * gdb.btrace/segv.exp: Likewise.
13462 * gdb.btrace/step.exp: Likewise.
13463 * gdb.btrace/stepi.exp: Likewise.
13464 * gdb.btrace/tailcall-only.exp: Likewise.
13465 * gdb.btrace/tailcall.exp: Likewise.
13466 * gdb.btrace/tsx.exp: Likewise.
13467 * gdb.btrace/unknown_functions.exp: Likewise.
13468 * gdb.btrace/vdso.exp: Likewise.
13469
13470 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13471
13472 * gdb.btrace/enable-running.c: New.
13473 * gdb.btrace/enable-running.exp: New.
13474
13475 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
13476
13477 * gdb.arch/amd64-gs_base.c: New file.
13478 * gdb.arch/amd64-gs_base.exp: New file.
13479
13480 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
13481
13482 * lib/memory.exp: Remove spurious empty newlines.
13483
13484 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
13485
13486 * gdb.python/py-bad-printers.exp: Load python file using "source".
13487 * gdb.python/py-events.exp: Likewise.
13488 * gdb.python/py-evsignal.exp: Likewise.
13489 * gdb.python/py-evthreads.exp: Likewise.
13490 * gdb.python/py-frame-args.exp: Likewise.
13491 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
13492 * gdb.python/py-framefilter-mi.exp: Likewise.
13493 * gdb.python/py-framefilter.exp: Likewise.
13494 * gdb.python/py-mi.exp: Likewise.
13495 * gdb.python/py-pp-maint.exp: Likewise.
13496 * gdb.python/py-pp-registration.exp: Likewise.
13497 * gdb.python/py-prettyprint.exp: Likewise.
13498 (run_lang_tests): Likewise.
13499 * gdb.python/py-typeprint.exp: Likewise.
13500
13501 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
13502
13503 * lib/memory.exp: New file.
13504 * lib/gdb.exp: Load memory.exp.
13505 * gdb.base/memattr.exp (delete_memory): Move proc to
13506 lib/memory.exp and rename to delete_memory_regions.
13507 Replace delete_memory with delete_memory_regions.
13508 Cleanup memory regions before tests.
13509 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
13510 before tests.
13511
13512 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
13513
13514 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
13515 files.
13516 (initialize): New function conditionally defined.
13517 (testcases): Move within conditional block.
13518 (main): Call initialize.
13519 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
13520 of gdb.reverse/insn-reverse.c.
13521 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
13522 gdb.reverse/insn-reverse.c.
13523
13524 2017-01-26 Yao Qi <yao.qi@linaro.org>
13525
13526 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
13527 disassemble on address 0.
13528
13529 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
13530 Yao Qi <yao.qi@linaro.org>
13531
13532 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
13533 * gdb.dwarf2/implptr-64bit.S: Remove.
13534 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
13535 variables in caller's context. Add DW_OP_implicit_value.
13536
13537 2017-01-25 Yao Qi <yao.qi@linaro.org>
13538
13539 * lib/dwarf.exp (Dwarf::_location): Handle
13540 DW_OP_GNU_implicit_pointer with proper size.
13541
13542 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
13543
13544 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
13545 and add untested calls.
13546
13547 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
13548
13549 * gdb.python/python.exp: Check line number against what GDB thinks
13550 the line number is for func1.
13551
13552 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
13553
13554 * gdb.dlang/debug-expr.exp: New file.
13555
13556 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
13557
13558 Fix test names for the following files:
13559
13560 * gdb.ada/exec_changed.exp
13561 * gdb.ada/info_types.exp
13562 * gdb.arch/aarch64-atomic-inst.exp
13563 * gdb.arch/aarch64-fp.exp
13564 * gdb.arch/altivec-abi.exp
13565 * gdb.arch/altivec-regs.exp
13566 * gdb.arch/amd64-byte.exp
13567 * gdb.arch/amd64-disp-step.exp
13568 * gdb.arch/amd64-dword.exp
13569 * gdb.arch/amd64-entry-value-inline.exp
13570 * gdb.arch/amd64-entry-value-param.exp
13571 * gdb.arch/amd64-entry-value-paramref.exp
13572 * gdb.arch/amd64-entry-value.exp
13573 * gdb.arch/amd64-i386-address.exp
13574 * gdb.arch/amd64-invalid-stack-middle.exp
13575 * gdb.arch/amd64-invalid-stack-top.exp
13576 * gdb.arch/amd64-optimout-repeat.exp
13577 * gdb.arch/amd64-prologue-skip.exp
13578 * gdb.arch/amd64-prologue-xmm.exp
13579 * gdb.arch/amd64-stap-special-operands.exp
13580 * gdb.arch/amd64-stap-wrong-subexp.exp
13581 * gdb.arch/amd64-tailcall-cxx.exp
13582 * gdb.arch/amd64-tailcall-noret.exp
13583 * gdb.arch/amd64-tailcall-ret.exp
13584 * gdb.arch/amd64-tailcall-self.exp
13585 * gdb.arch/amd64-word.exp
13586 * gdb.arch/arm-bl-branch-dest.exp
13587 * gdb.arch/arm-disp-step.exp
13588 * gdb.arch/arm-neon.exp
13589 * gdb.arch/arm-single-step-kernel-helper.exp
13590 * gdb.arch/avr-flash-qualifier.exp
13591 * gdb.arch/disp-step-insn-reloc.exp
13592 * gdb.arch/e500-abi.exp
13593 * gdb.arch/e500-regs.exp
13594 * gdb.arch/ftrace-insn-reloc.exp
13595 * gdb.arch/i386-avx512.exp
13596 * gdb.arch/i386-bp_permanent.exp
13597 * gdb.arch/i386-byte.exp
13598 * gdb.arch/i386-cfi-notcurrent.exp
13599 * gdb.arch/i386-disp-step.exp
13600 * gdb.arch/i386-dr3-watch.exp
13601 * gdb.arch/i386-float.exp
13602 * gdb.arch/i386-gnu-cfi.exp
13603 * gdb.arch/i386-mpx-map.exp
13604 * gdb.arch/i386-mpx-sigsegv.exp
13605 * gdb.arch/i386-mpx-simple_segv.exp
13606 * gdb.arch/i386-mpx.exp
13607 * gdb.arch/i386-permbkpt.exp
13608 * gdb.arch/i386-prologue.exp
13609 * gdb.arch/i386-signal.exp
13610 * gdb.arch/i386-size-overlap.exp
13611 * gdb.arch/i386-unwind.exp
13612 * gdb.arch/i386-word.exp
13613 * gdb.arch/mips-fcr.exp
13614 * gdb.arch/powerpc-d128-regs.exp
13615 * gdb.arch/powerpc-stackless.exp
13616 * gdb.arch/ppc64-atomic-inst.exp
13617 * gdb.arch/s390-stackless.exp
13618 * gdb.arch/s390-tdbregs.exp
13619 * gdb.arch/s390-vregs.exp
13620 * gdb.arch/sparc-sysstep.exp
13621 * gdb.arch/thumb-bx-pc.exp
13622 * gdb.arch/thumb-singlestep.exp
13623 * gdb.arch/thumb2-it.exp
13624 * gdb.arch/vsx-regs.exp
13625 * gdb.asm/asm-source.exp
13626 * gdb.base/a2-run.exp
13627 * gdb.base/advance.exp
13628 * gdb.base/all-bin.exp
13629 * gdb.base/anon.exp
13630 * gdb.base/args.exp
13631 * gdb.base/arithmet.exp
13632 * gdb.base/async-shell.exp
13633 * gdb.base/async.exp
13634 * gdb.base/attach-pie-noexec.exp
13635 * gdb.base/attach-twice.exp
13636 * gdb.base/auto-load.exp
13637 * gdb.base/bang.exp
13638 * gdb.base/bitfields.exp
13639 * gdb.base/break-always.exp
13640 * gdb.base/break-caller-line.exp
13641 * gdb.base/break-entry.exp
13642 * gdb.base/break-inline.exp
13643 * gdb.base/break-on-linker-gcd-function.exp
13644 * gdb.base/break-probes.exp
13645 * gdb.base/break.exp
13646 * gdb.base/breakpoint-shadow.exp
13647 * gdb.base/call-ar-st.exp
13648 * gdb.base/call-sc.exp
13649 * gdb.base/call-signal-resume.exp
13650 * gdb.base/call-strs.exp
13651 * gdb.base/callfuncs.exp
13652 * gdb.base/catch-fork-static.exp
13653 * gdb.base/catch-gdb-caused-signals.exp
13654 * gdb.base/catch-load.exp
13655 * gdb.base/catch-signal-fork.exp
13656 * gdb.base/catch-signal.exp
13657 * gdb.base/catch-syscall.exp
13658 * gdb.base/charset.exp
13659 * gdb.base/checkpoint.exp
13660 * gdb.base/chng-syms.exp
13661 * gdb.base/code-expr.exp
13662 * gdb.base/code_elim.exp
13663 * gdb.base/commands.exp
13664 * gdb.base/completion.exp
13665 * gdb.base/complex.exp
13666 * gdb.base/cond-expr.exp
13667 * gdb.base/condbreak.exp
13668 * gdb.base/consecutive.exp
13669 * gdb.base/continue-all-already-running.exp
13670 * gdb.base/coredump-filter.exp
13671 * gdb.base/corefile.exp
13672 * gdb.base/dbx.exp
13673 * gdb.base/debug-expr.exp
13674 * gdb.base/define.exp
13675 * gdb.base/del.exp
13676 * gdb.base/disabled-location.exp
13677 * gdb.base/disasm-end-cu.exp
13678 * gdb.base/disasm-optim.exp
13679 * gdb.base/display.exp
13680 * gdb.base/duplicate-bp.exp
13681 * gdb.base/ena-dis-br.exp
13682 * gdb.base/ending-run.exp
13683 * gdb.base/enumval.exp
13684 * gdb.base/environ.exp
13685 * gdb.base/eu-strip-infcall.exp
13686 * gdb.base/eval-avoid-side-effects.exp
13687 * gdb.base/eval-skip.exp
13688 * gdb.base/exitsignal.exp
13689 * gdb.base/expand-psymtabs.exp
13690 * gdb.base/filesym.exp
13691 * gdb.base/find-unmapped.exp
13692 * gdb.base/finish.exp
13693 * gdb.base/float.exp
13694 * gdb.base/foll-exec-mode.exp
13695 * gdb.base/foll-exec.exp
13696 * gdb.base/foll-fork.exp
13697 * gdb.base/fortran-sym-case.exp
13698 * gdb.base/freebpcmd.exp
13699 * gdb.base/func-ptr.exp
13700 * gdb.base/func-ptrs.exp
13701 * gdb.base/funcargs.exp
13702 * gdb.base/gcore-buffer-overflow.exp
13703 * gdb.base/gcore-relro-pie.exp
13704 * gdb.base/gcore-relro.exp
13705 * gdb.base/gcore.exp
13706 * gdb.base/gdb1090.exp
13707 * gdb.base/gdb11530.exp
13708 * gdb.base/gdb11531.exp
13709 * gdb.base/gdb1821.exp
13710 * gdb.base/gdbindex-stabs.exp
13711 * gdb.base/gdbvars.exp
13712 * gdb.base/hbreak.exp
13713 * gdb.base/hbreak2.exp
13714 * gdb.base/included.exp
13715 * gdb.base/infcall-input.exp
13716 * gdb.base/inferior-died.exp
13717 * gdb.base/infnan.exp
13718 * gdb.base/info-macros.exp
13719 * gdb.base/info-os.exp
13720 * gdb.base/info-proc.exp
13721 * gdb.base/info-shared.exp
13722 * gdb.base/info-target.exp
13723 * gdb.base/infoline.exp
13724 * gdb.base/interp.exp
13725 * gdb.base/interrupt.exp
13726 * gdb.base/jit-reader.exp
13727 * gdb.base/jit-simple.exp
13728 * gdb.base/kill-after-signal.exp
13729 * gdb.base/kill-detach-inferiors-cmd.exp
13730 * gdb.base/label.exp
13731 * gdb.base/langs.exp
13732 * gdb.base/ldbl_e308.exp
13733 * gdb.base/line-symtabs.exp
13734 * gdb.base/linespecs.exp
13735 * gdb.base/list.exp
13736 * gdb.base/long_long.exp
13737 * gdb.base/longest-types.exp
13738 * gdb.base/maint.exp
13739 * gdb.base/max-value-size.exp
13740 * gdb.base/memattr.exp
13741 * gdb.base/mips_pro.exp
13742 * gdb.base/morestack.exp
13743 * gdb.base/moribund-step.exp
13744 * gdb.base/multi-forks.exp
13745 * gdb.base/nested-addr.exp
13746 * gdb.base/nextoverexit.exp
13747 * gdb.base/noreturn-finish.exp
13748 * gdb.base/noreturn-return.exp
13749 * gdb.base/nostdlib.exp
13750 * gdb.base/offsets.exp
13751 * gdb.base/opaque.exp
13752 * gdb.base/pc-fp.exp
13753 * gdb.base/permissions.exp
13754 * gdb.base/print-symbol-loading.exp
13755 * gdb.base/prologue-include.exp
13756 * gdb.base/psymtab.exp
13757 * gdb.base/ptype.exp
13758 * gdb.base/random-signal.exp
13759 * gdb.base/randomize.exp
13760 * gdb.base/range-stepping.exp
13761 * gdb.base/readline-ask.exp
13762 * gdb.base/recpar.exp
13763 * gdb.base/recurse.exp
13764 * gdb.base/relational.exp
13765 * gdb.base/restore.exp
13766 * gdb.base/return-nodebug.exp
13767 * gdb.base/return.exp
13768 * gdb.base/run-after-attach.exp
13769 * gdb.base/save-bp.exp
13770 * gdb.base/scope.exp
13771 * gdb.base/sect-cmd.exp
13772 * gdb.base/set-lang-auto.exp
13773 * gdb.base/set-noassign.exp
13774 * gdb.base/setvar.exp
13775 * gdb.base/sigall.exp
13776 * gdb.base/sigbpt.exp
13777 * gdb.base/siginfo-addr.exp
13778 * gdb.base/siginfo-infcall.exp
13779 * gdb.base/siginfo-obj.exp
13780 * gdb.base/siginfo.exp
13781 * gdb.base/signals-state-child.exp
13782 * gdb.base/signest.exp
13783 * gdb.base/sigstep.exp
13784 * gdb.base/sizeof.exp
13785 * gdb.base/skip.exp
13786 * gdb.base/solib-corrupted.exp
13787 * gdb.base/solib-nodir.exp
13788 * gdb.base/solib-search.exp
13789 * gdb.base/stack-checking.exp
13790 * gdb.base/stale-infcall.exp
13791 * gdb.base/stap-probe.exp
13792 * gdb.base/start.exp
13793 * gdb.base/step-break.exp
13794 * gdb.base/step-bt.exp
13795 * gdb.base/step-line.exp
13796 * gdb.base/step-over-exit.exp
13797 * gdb.base/step-over-syscall.exp
13798 * gdb.base/step-resume-infcall.exp
13799 * gdb.base/step-test.exp
13800 * gdb.base/store.exp
13801 * gdb.base/structs3.exp
13802 * gdb.base/sym-file.exp
13803 * gdb.base/symbol-without-target_section.exp
13804 * gdb.base/term.exp
13805 * gdb.base/testenv.exp
13806 * gdb.base/ui-redirect.exp
13807 * gdb.base/until.exp
13808 * gdb.base/unwindonsignal.exp
13809 * gdb.base/value-double-free.exp
13810 * gdb.base/vla-datatypes.exp
13811 * gdb.base/vla-ptr.exp
13812 * gdb.base/vla-sideeffect.exp
13813 * gdb.base/volatile.exp
13814 * gdb.base/watch-cond-infcall.exp
13815 * gdb.base/watch-cond.exp
13816 * gdb.base/watch-non-mem.exp
13817 * gdb.base/watch-read.exp
13818 * gdb.base/watch-vfork.exp
13819 * gdb.base/watchpoint-cond-gone.exp
13820 * gdb.base/watchpoint-delete.exp
13821 * gdb.base/watchpoint-hw-hit-once.exp
13822 * gdb.base/watchpoint-hw.exp
13823 * gdb.base/watchpoint-stops-at-right-insn.exp
13824 * gdb.base/watchpoints.exp
13825 * gdb.base/wchar.exp
13826 * gdb.base/whatis-exp.exp
13827 * gdb.btrace/buffer-size.exp
13828 * gdb.btrace/data.exp
13829 * gdb.btrace/delta.exp
13830 * gdb.btrace/dlopen.exp
13831 * gdb.btrace/enable.exp
13832 * gdb.btrace/exception.exp
13833 * gdb.btrace/function_call_history.exp
13834 * gdb.btrace/gcore.exp
13835 * gdb.btrace/instruction_history.exp
13836 * gdb.btrace/nohist.exp
13837 * gdb.btrace/reconnect.exp
13838 * gdb.btrace/record_goto-step.exp
13839 * gdb.btrace/record_goto.exp
13840 * gdb.btrace/rn-dl-bind.exp
13841 * gdb.btrace/segv.exp
13842 * gdb.btrace/step.exp
13843 * gdb.btrace/stepi.exp
13844 * gdb.btrace/tailcall-only.exp
13845 * gdb.btrace/tailcall.exp
13846 * gdb.btrace/tsx.exp
13847 * gdb.btrace/unknown_functions.exp
13848 * gdb.btrace/vdso.exp
13849 * gdb.compile/compile-ifunc.exp
13850 * gdb.compile/compile-ops.exp
13851 * gdb.compile/compile-print.exp
13852 * gdb.compile/compile-setjmp.exp
13853 * gdb.cp/abstract-origin.exp
13854 * gdb.cp/ambiguous.exp
13855 * gdb.cp/annota2.exp
13856 * gdb.cp/annota3.exp
13857 * gdb.cp/anon-ns.exp
13858 * gdb.cp/anon-struct.exp
13859 * gdb.cp/anon-union.exp
13860 * gdb.cp/arg-reference.exp
13861 * gdb.cp/baseenum.exp
13862 * gdb.cp/bool.exp
13863 * gdb.cp/breakpoint.exp
13864 * gdb.cp/bs15503.exp
13865 * gdb.cp/call-c.exp
13866 * gdb.cp/casts.exp
13867 * gdb.cp/chained-calls.exp
13868 * gdb.cp/class2.exp
13869 * gdb.cp/classes.exp
13870 * gdb.cp/cmpd-minsyms.exp
13871 * gdb.cp/converts.exp
13872 * gdb.cp/cp-relocate.exp
13873 * gdb.cp/cpcompletion.exp
13874 * gdb.cp/cpexprs.exp
13875 * gdb.cp/cplabel.exp
13876 * gdb.cp/cplusfuncs.exp
13877 * gdb.cp/cpsizeof.exp
13878 * gdb.cp/ctti.exp
13879 * gdb.cp/derivation.exp
13880 * gdb.cp/destrprint.exp
13881 * gdb.cp/dispcxx.exp
13882 * gdb.cp/enum-class.exp
13883 * gdb.cp/exception.exp
13884 * gdb.cp/exceptprint.exp
13885 * gdb.cp/expand-psymtabs-cxx.exp
13886 * gdb.cp/expand-sals.exp
13887 * gdb.cp/extern-c.exp
13888 * gdb.cp/filename.exp
13889 * gdb.cp/formatted-ref.exp
13890 * gdb.cp/fpointer.exp
13891 * gdb.cp/gdb1355.exp
13892 * gdb.cp/gdb2495.exp
13893 * gdb.cp/hang.exp
13894 * gdb.cp/impl-this.exp
13895 * gdb.cp/infcall-dlopen.exp
13896 * gdb.cp/inherit.exp
13897 * gdb.cp/iostream.exp
13898 * gdb.cp/koenig.exp
13899 * gdb.cp/local.exp
13900 * gdb.cp/m-data.exp
13901 * gdb.cp/m-static.exp
13902 * gdb.cp/mb-ctor.exp
13903 * gdb.cp/mb-inline.exp
13904 * gdb.cp/mb-templates.exp
13905 * gdb.cp/member-name.exp
13906 * gdb.cp/member-ptr.exp
13907 * gdb.cp/meth-typedefs.exp
13908 * gdb.cp/method.exp
13909 * gdb.cp/method2.exp
13910 * gdb.cp/minsym-fallback.exp
13911 * gdb.cp/misc.exp
13912 * gdb.cp/namelessclass.exp
13913 * gdb.cp/namespace-enum.exp
13914 * gdb.cp/namespace-nested-import.exp
13915 * gdb.cp/namespace.exp
13916 * gdb.cp/nextoverthrow.exp
13917 * gdb.cp/no-dmgl-verbose.exp
13918 * gdb.cp/non-trivial-retval.exp
13919 * gdb.cp/noparam.exp
13920 * gdb.cp/nsdecl.exp
13921 * gdb.cp/nsimport.exp
13922 * gdb.cp/nsnested.exp
13923 * gdb.cp/nsnoimports.exp
13924 * gdb.cp/nsrecurs.exp
13925 * gdb.cp/nsstress.exp
13926 * gdb.cp/nsusing.exp
13927 * gdb.cp/operator.exp
13928 * gdb.cp/oranking.exp
13929 * gdb.cp/overload-const.exp
13930 * gdb.cp/overload.exp
13931 * gdb.cp/ovldbreak.exp
13932 * gdb.cp/ovsrch.exp
13933 * gdb.cp/paren-type.exp
13934 * gdb.cp/parse-lang.exp
13935 * gdb.cp/pass-by-ref.exp
13936 * gdb.cp/pr-1023.exp
13937 * gdb.cp/pr-1210.exp
13938 * gdb.cp/pr-574.exp
13939 * gdb.cp/pr10687.exp
13940 * gdb.cp/pr12028.exp
13941 * gdb.cp/pr17132.exp
13942 * gdb.cp/pr17494.exp
13943 * gdb.cp/pr9067.exp
13944 * gdb.cp/pr9167.exp
13945 * gdb.cp/pr9631.exp
13946 * gdb.cp/printmethod.exp
13947 * gdb.cp/psmang.exp
13948 * gdb.cp/psymtab-parameter.exp
13949 * gdb.cp/ptype-cv-cp.exp
13950 * gdb.cp/ptype-flags.exp
13951 * gdb.cp/re-set-overloaded.exp
13952 * gdb.cp/ref-types.exp
13953 * gdb.cp/rtti.exp
13954 * gdb.cp/scope-err.exp
13955 * gdb.cp/shadow.exp
13956 * gdb.cp/smartp.exp
13957 * gdb.cp/static-method.exp
13958 * gdb.cp/static-print-quit.exp
13959 * gdb.cp/temargs.exp
13960 * gdb.cp/templates.exp
13961 * gdb.cp/try_catch.exp
13962 * gdb.cp/typedef-operator.exp
13963 * gdb.cp/typeid.exp
13964 * gdb.cp/userdef.exp
13965 * gdb.cp/using-crash.exp
13966 * gdb.cp/var-tag.exp
13967 * gdb.cp/virtbase.exp
13968 * gdb.cp/virtfunc.exp
13969 * gdb.cp/virtfunc2.exp
13970 * gdb.cp/vla-cxx.exp
13971 * gdb.disasm/t01_mov.exp
13972 * gdb.disasm/t02_mova.exp
13973 * gdb.disasm/t03_add.exp
13974 * gdb.disasm/t04_sub.exp
13975 * gdb.disasm/t05_cmp.exp
13976 * gdb.disasm/t06_ari2.exp
13977 * gdb.disasm/t07_ari3.exp
13978 * gdb.disasm/t08_or.exp
13979 * gdb.disasm/t09_xor.exp
13980 * gdb.disasm/t10_and.exp
13981 * gdb.disasm/t11_logs.exp
13982 * gdb.disasm/t12_bit.exp
13983 * gdb.disasm/t13_otr.exp
13984 * gdb.dlang/circular.exp
13985 * gdb.dwarf2/arr-stride.exp
13986 * gdb.dwarf2/arr-subrange.exp
13987 * gdb.dwarf2/atomic-type.exp
13988 * gdb.dwarf2/bad-regnum.exp
13989 * gdb.dwarf2/bitfield-parent-optimized-out.exp
13990 * gdb.dwarf2/callframecfa.exp
13991 * gdb.dwarf2/clztest.exp
13992 * gdb.dwarf2/corrupt.exp
13993 * gdb.dwarf2/data-loc.exp
13994 * gdb.dwarf2/dup-psym.exp
13995 * gdb.dwarf2/dw2-anon-mptr.exp
13996 * gdb.dwarf2/dw2-anonymous-func.exp
13997 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
13998 * gdb.dwarf2/dw2-bad-unresolved.exp
13999 * gdb.dwarf2/dw2-basic.exp
14000 * gdb.dwarf2/dw2-canonicalize-type.exp
14001 * gdb.dwarf2/dw2-case-insensitive.exp
14002 * gdb.dwarf2/dw2-common-block.exp
14003 * gdb.dwarf2/dw2-compdir-oldgcc.exp
14004 * gdb.dwarf2/dw2-compressed.exp
14005 * gdb.dwarf2/dw2-const.exp
14006 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
14007 * gdb.dwarf2/dw2-cu-size.exp
14008 * gdb.dwarf2/dw2-dup-frame.exp
14009 * gdb.dwarf2/dw2-entry-value.exp
14010 * gdb.dwarf2/dw2-icycle.exp
14011 * gdb.dwarf2/dw2-ifort-parameter.exp
14012 * gdb.dwarf2/dw2-inline-break.exp
14013 * gdb.dwarf2/dw2-inline-param.exp
14014 * gdb.dwarf2/dw2-intercu.exp
14015 * gdb.dwarf2/dw2-intermix.exp
14016 * gdb.dwarf2/dw2-lexical-block-bare.exp
14017 * gdb.dwarf2/dw2-linkage-name-trust.exp
14018 * gdb.dwarf2/dw2-minsym-in-cu.exp
14019 * gdb.dwarf2/dw2-noloc.exp
14020 * gdb.dwarf2/dw2-op-call.exp
14021 * gdb.dwarf2/dw2-op-out-param.exp
14022 * gdb.dwarf2/dw2-opt-structptr.exp
14023 * gdb.dwarf2/dw2-param-error.exp
14024 * gdb.dwarf2/dw2-producer.exp
14025 * gdb.dwarf2/dw2-ranges-base.exp
14026 * gdb.dwarf2/dw2-ref-missing-frame.exp
14027 * gdb.dwarf2/dw2-reg-undefined.exp
14028 * gdb.dwarf2/dw2-regno-invalid.exp
14029 * gdb.dwarf2/dw2-restore.exp
14030 * gdb.dwarf2/dw2-restrict.exp
14031 * gdb.dwarf2/dw2-single-line-discriminators.exp
14032 * gdb.dwarf2/dw2-strp.exp
14033 * gdb.dwarf2/dw2-undefined-ret-addr.exp
14034 * gdb.dwarf2/dw2-unresolved.exp
14035 * gdb.dwarf2/dw2-var-zero-addr.exp
14036 * gdb.dwarf2/dw4-sig-types.exp
14037 * gdb.dwarf2/dwz.exp
14038 * gdb.dwarf2/dynarr-ptr.exp
14039 * gdb.dwarf2/enum-type.exp
14040 * gdb.dwarf2/gdb-index.exp
14041 * gdb.dwarf2/implptr-64bit.exp
14042 * gdb.dwarf2/implptr-optimized-out.exp
14043 * gdb.dwarf2/implptr.exp
14044 * gdb.dwarf2/implref-array.exp
14045 * gdb.dwarf2/implref-const.exp
14046 * gdb.dwarf2/implref-global.exp
14047 * gdb.dwarf2/implref-struct.exp
14048 * gdb.dwarf2/mac-fileno.exp
14049 * gdb.dwarf2/main-subprogram.exp
14050 * gdb.dwarf2/member-ptr-forwardref.exp
14051 * gdb.dwarf2/method-ptr.exp
14052 * gdb.dwarf2/missing-sig-type.exp
14053 * gdb.dwarf2/nonvar-access.exp
14054 * gdb.dwarf2/opaque-type-lookup.exp
14055 * gdb.dwarf2/pieces-optimized-out.exp
14056 * gdb.dwarf2/pieces.exp
14057 * gdb.dwarf2/pr10770.exp
14058 * gdb.dwarf2/pr13961.exp
14059 * gdb.dwarf2/staticvirtual.exp
14060 * gdb.dwarf2/subrange.exp
14061 * gdb.dwarf2/symtab-producer.exp
14062 * gdb.dwarf2/trace-crash.exp
14063 * gdb.dwarf2/typeddwarf.exp
14064 * gdb.dwarf2/valop.exp
14065 * gdb.dwarf2/watch-notconst.exp
14066 * gdb.fortran/array-element.exp
14067 * gdb.fortran/charset.exp
14068 * gdb.fortran/common-block.exp
14069 * gdb.fortran/complex.exp
14070 * gdb.fortran/derived-type-function.exp
14071 * gdb.fortran/derived-type.exp
14072 * gdb.fortran/logical.exp
14073 * gdb.fortran/module.exp
14074 * gdb.fortran/multi-dim.exp
14075 * gdb.fortran/nested-funcs.exp
14076 * gdb.fortran/print-formatted.exp
14077 * gdb.fortran/subarray.exp
14078 * gdb.fortran/vla-alloc-assoc.exp
14079 * gdb.fortran/vla-datatypes.exp
14080 * gdb.fortran/vla-history.exp
14081 * gdb.fortran/vla-ptr-info.exp
14082 * gdb.fortran/vla-ptype-sub.exp
14083 * gdb.fortran/vla-ptype.exp
14084 * gdb.fortran/vla-sizeof.exp
14085 * gdb.fortran/vla-type.exp
14086 * gdb.fortran/vla-value-sub-arbitrary.exp
14087 * gdb.fortran/vla-value-sub-finish.exp
14088 * gdb.fortran/vla-value-sub.exp
14089 * gdb.fortran/vla-value.exp
14090 * gdb.fortran/whatis_type.exp
14091 * gdb.go/chan.exp
14092 * gdb.go/handcall.exp
14093 * gdb.go/hello.exp
14094 * gdb.go/integers.exp
14095 * gdb.go/methods.exp
14096 * gdb.go/package.exp
14097 * gdb.go/strings.exp
14098 * gdb.go/types.exp
14099 * gdb.go/unsafe.exp
14100 * gdb.guile/scm-arch.exp
14101 * gdb.guile/scm-block.exp
14102 * gdb.guile/scm-breakpoint.exp
14103 * gdb.guile/scm-cmd.exp
14104 * gdb.guile/scm-disasm.exp
14105 * gdb.guile/scm-equal.exp
14106 * gdb.guile/scm-frame-args.exp
14107 * gdb.guile/scm-frame-inline.exp
14108 * gdb.guile/scm-frame.exp
14109 * gdb.guile/scm-iterator.exp
14110 * gdb.guile/scm-math.exp
14111 * gdb.guile/scm-objfile.exp
14112 * gdb.guile/scm-ports.exp
14113 * gdb.guile/scm-symbol.exp
14114 * gdb.guile/scm-symtab.exp
14115 * gdb.guile/scm-value-cc.exp
14116 * gdb.guile/types-module.exp
14117 * gdb.linespec/break-ask.exp
14118 * gdb.linespec/cpexplicit.exp
14119 * gdb.linespec/explicit.exp
14120 * gdb.linespec/keywords.exp
14121 * gdb.linespec/linespec.exp
14122 * gdb.linespec/ls-dollar.exp
14123 * gdb.linespec/ls-errs.exp
14124 * gdb.linespec/skip-two.exp
14125 * gdb.linespec/thread.exp
14126 * gdb.mi/mi-async.exp
14127 * gdb.mi/mi-basics.exp
14128 * gdb.mi/mi-break.exp
14129 * gdb.mi/mi-catch-load.exp
14130 * gdb.mi/mi-cli.exp
14131 * gdb.mi/mi-cmd-param-changed.exp
14132 * gdb.mi/mi-console.exp
14133 * gdb.mi/mi-detach.exp
14134 * gdb.mi/mi-disassemble.exp
14135 * gdb.mi/mi-eval.exp
14136 * gdb.mi/mi-file-transfer.exp
14137 * gdb.mi/mi-file.exp
14138 * gdb.mi/mi-fill-memory.exp
14139 * gdb.mi/mi-inheritance-syntax-error.exp
14140 * gdb.mi/mi-linespec-err-cp.exp
14141 * gdb.mi/mi-logging.exp
14142 * gdb.mi/mi-memory-changed.exp
14143 * gdb.mi/mi-read-memory.exp
14144 * gdb.mi/mi-record-changed.exp
14145 * gdb.mi/mi-reg-undefined.exp
14146 * gdb.mi/mi-regs.exp
14147 * gdb.mi/mi-return.exp
14148 * gdb.mi/mi-reverse.exp
14149 * gdb.mi/mi-simplerun.exp
14150 * gdb.mi/mi-solib.exp
14151 * gdb.mi/mi-stack.exp
14152 * gdb.mi/mi-stepi.exp
14153 * gdb.mi/mi-syn-frame.exp
14154 * gdb.mi/mi-until.exp
14155 * gdb.mi/mi-var-block.exp
14156 * gdb.mi/mi-var-child.exp
14157 * gdb.mi/mi-var-cmd.exp
14158 * gdb.mi/mi-var-cp.exp
14159 * gdb.mi/mi-var-display.exp
14160 * gdb.mi/mi-var-invalidate.exp
14161 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
14162 * gdb.mi/mi-vla-fortran.exp
14163 * gdb.mi/mi-watch.exp
14164 * gdb.mi/mi2-var-child.exp
14165 * gdb.mi/user-selected-context-sync.exp
14166 * gdb.modula2/unbounded-array.exp
14167 * gdb.multi/dummy-frame-restore.exp
14168 * gdb.multi/multi-arch-exec.exp
14169 * gdb.multi/multi-arch.exp
14170 * gdb.multi/tids.exp
14171 * gdb.multi/watchpoint-multi.exp
14172 * gdb.opencl/callfuncs.exp
14173 * gdb.opencl/convs_casts.exp
14174 * gdb.opencl/datatypes.exp
14175 * gdb.opencl/operators.exp
14176 * gdb.opencl/vec_comps.exp
14177 * gdb.opt/clobbered-registers-O2.exp
14178 * gdb.opt/inline-break.exp
14179 * gdb.opt/inline-bt.exp
14180 * gdb.opt/inline-cmds.exp
14181 * gdb.opt/inline-locals.exp
14182 * gdb.pascal/case-insensitive-symbols.exp
14183 * gdb.pascal/floats.exp
14184 * gdb.pascal/gdb11492.exp
14185 * gdb.python/lib-types.exp
14186 * gdb.python/py-arch.exp
14187 * gdb.python/py-as-string.exp
14188 * gdb.python/py-bad-printers.exp
14189 * gdb.python/py-block.exp
14190 * gdb.python/py-breakpoint-create-fail.exp
14191 * gdb.python/py-breakpoint.exp
14192 * gdb.python/py-caller-is.exp
14193 * gdb.python/py-cmd.exp
14194 * gdb.python/py-explore-cc.exp
14195 * gdb.python/py-explore.exp
14196 * gdb.python/py-finish-breakpoint.exp
14197 * gdb.python/py-finish-breakpoint2.exp
14198 * gdb.python/py-frame-args.exp
14199 * gdb.python/py-frame-inline.exp
14200 * gdb.python/py-frame.exp
14201 * gdb.python/py-framefilter-mi.exp
14202 * gdb.python/py-infthread.exp
14203 * gdb.python/py-lazy-string.exp
14204 * gdb.python/py-linetable.exp
14205 * gdb.python/py-mi-events.exp
14206 * gdb.python/py-mi-objfile.exp
14207 * gdb.python/py-mi.exp
14208 * gdb.python/py-objfile.exp
14209 * gdb.python/py-pp-integral.exp
14210 * gdb.python/py-pp-maint.exp
14211 * gdb.python/py-pp-re-notag.exp
14212 * gdb.python/py-pp-registration.exp
14213 * gdb.python/py-recurse-unwind.exp
14214 * gdb.python/py-strfns.exp
14215 * gdb.python/py-symbol.exp
14216 * gdb.python/py-symtab.exp
14217 * gdb.python/py-sync-interp.exp
14218 * gdb.python/py-typeprint.exp
14219 * gdb.python/py-unwind-maint.exp
14220 * gdb.python/py-unwind.exp
14221 * gdb.python/py-value-cc.exp
14222 * gdb.python/py-xmethods.exp
14223 * gdb.reverse/amd64-tailcall-reverse.exp
14224 * gdb.reverse/break-precsave.exp
14225 * gdb.reverse/break-reverse.exp
14226 * gdb.reverse/consecutive-precsave.exp
14227 * gdb.reverse/consecutive-reverse.exp
14228 * gdb.reverse/finish-precsave.exp
14229 * gdb.reverse/finish-reverse-bkpt.exp
14230 * gdb.reverse/finish-reverse.exp
14231 * gdb.reverse/fstatat-reverse.exp
14232 * gdb.reverse/getresuid-reverse.exp
14233 * gdb.reverse/i386-precsave.exp
14234 * gdb.reverse/i386-reverse.exp
14235 * gdb.reverse/i386-sse-reverse.exp
14236 * gdb.reverse/i387-env-reverse.exp
14237 * gdb.reverse/i387-stack-reverse.exp
14238 * gdb.reverse/insn-reverse.exp
14239 * gdb.reverse/machinestate-precsave.exp
14240 * gdb.reverse/machinestate.exp
14241 * gdb.reverse/next-reverse-bkpt-over-sr.exp
14242 * gdb.reverse/pipe-reverse.exp
14243 * gdb.reverse/readv-reverse.exp
14244 * gdb.reverse/recvmsg-reverse.exp
14245 * gdb.reverse/rerun-prec.exp
14246 * gdb.reverse/s390-mvcle.exp
14247 * gdb.reverse/step-precsave.exp
14248 * gdb.reverse/step-reverse.exp
14249 * gdb.reverse/time-reverse.exp
14250 * gdb.reverse/until-precsave.exp
14251 * gdb.reverse/until-reverse.exp
14252 * gdb.reverse/waitpid-reverse.exp
14253 * gdb.reverse/watch-precsave.exp
14254 * gdb.reverse/watch-reverse.exp
14255 * gdb.rust/generics.exp
14256 * gdb.rust/methods.exp
14257 * gdb.rust/modules.exp
14258 * gdb.rust/simple.exp
14259 * gdb.server/connect-with-no-symbol-file.exp
14260 * gdb.server/ext-attach.exp
14261 * gdb.server/ext-restart.exp
14262 * gdb.server/ext-wrapper.exp
14263 * gdb.server/file-transfer.exp
14264 * gdb.server/server-exec-info.exp
14265 * gdb.server/server-kill.exp
14266 * gdb.server/server-mon.exp
14267 * gdb.server/wrapper.exp
14268 * gdb.stabs/exclfwd.exp
14269 * gdb.stabs/gdb11479.exp
14270 * gdb.threads/clone-new-thread-event.exp
14271 * gdb.threads/corethreads.exp
14272 * gdb.threads/current-lwp-dead.exp
14273 * gdb.threads/dlopen-libpthread.exp
14274 * gdb.threads/gcore-thread.exp
14275 * gdb.threads/sigstep-threads.exp
14276 * gdb.threads/watchpoint-fork.exp
14277 * gdb.trace/actions-changed.exp
14278 * gdb.trace/backtrace.exp
14279 * gdb.trace/change-loc.exp
14280 * gdb.trace/circ.exp
14281 * gdb.trace/collection.exp
14282 * gdb.trace/disconnected-tracing.exp
14283 * gdb.trace/ftrace.exp
14284 * gdb.trace/mi-trace-frame-collected.exp
14285 * gdb.trace/mi-trace-unavailable.exp
14286 * gdb.trace/mi-traceframe-changed.exp
14287 * gdb.trace/mi-tsv-changed.exp
14288 * gdb.trace/no-attach-trace.exp
14289 * gdb.trace/passc-dyn.exp
14290 * gdb.trace/qtro.exp
14291 * gdb.trace/range-stepping.exp
14292 * gdb.trace/read-memory.exp
14293 * gdb.trace/save-trace.exp
14294 * gdb.trace/signal.exp
14295 * gdb.trace/status-stop.exp
14296 * gdb.trace/tfile.exp
14297 * gdb.trace/trace-break.exp
14298 * gdb.trace/trace-buffer-size.exp
14299 * gdb.trace/trace-condition.exp
14300 * gdb.trace/tracefile-pseudo-reg.exp
14301 * gdb.trace/tstatus.exp
14302 * gdb.trace/unavailable.exp
14303 * gdb.trace/while-dyn.exp
14304 * gdb.trace/while-stepping.exp
14305
14306 2016-12-22 Doug Evans <xdje42@gmail.com>
14307
14308 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
14309 and msymbols.
14310
14311 2016-12-19 Yao Qi <yao.qi@linaro.org>
14312
14313 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
14314 (test_with_self): Don't call do_steps_and_nexts, and remove
14315 code about stepping into xmalloc.
14316
14317 2016-12-09 Yao Qi <yao.qi@linaro.org>
14318
14319 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
14320
14321 2016-12-09 Yao Qi <yao.qi@linaro.org>
14322
14323 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
14324
14325 2016-12-09 Pedro Alves <palves@redhat.com>
14326
14327 * gdb.base/all-architectures-0.exp: New file.
14328 * gdb.base/all-architectures-1.exp: New file.
14329 * gdb.base/all-architectures-2.exp: New file.
14330 * gdb.base/all-architectures-3.exp: New file.
14331 * gdb.base/all-architectures-4.exp: New file.
14332 * gdb.base/all-architectures-5.exp: New file.
14333 * gdb.base/all-architectures-6.exp: New file.
14334 * gdb.base/all-architectures-7.exp: New file.
14335 * gdb.base/all-architectures.exp.in: New file.
14336
14337 2016-12-09 Yao Qi <yao.qi@linaro.org>
14338
14339 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
14340
14341 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
14342
14343 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
14344 possible.
14345 Remove useless pattern-matching code.
14346
14347 2016-12-02 Pedro Alves <palves@redhat.com>
14348
14349 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
14350 procedure.
14351 (top level): Call it.
14352
14353 2016-12-02 Pedro Alves <palves@redhat.com>
14354
14355 * gdb.base/commands.exp (user_defined_command_args_stack_test):
14356 New procedure.
14357 (top level): Call it.
14358
14359 2016-12-02 Pedro Alves <palves@redhat.com>
14360
14361 PR cli/20559
14362 * gdb.base/commands.exp (user_defined_command_args_eval): New
14363 procedure.
14364 (top level): Call it.
14365
14366 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
14367
14368 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
14369 timeout handling.
14370
14371 2016-12-02 Tom Tromey <tom@tromey.com>
14372
14373 * gdb.dwarf2/main-subprogram.c: New file.
14374 * gdb.dwarf2/main-subprogram.exp: New file.
14375
14376 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14377
14378 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
14379 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
14380 gdb_test_no_output for a couple of cases.
14381 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
14382
14383 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14384
14385 Fix test names and standardize compilation error messages throughout
14386 the following files:
14387
14388 * gdb.ada/start.exp
14389 * gdb.arch/alpha-step.exp
14390 * gdb.arch/e500-prologue.exp
14391 * gdb.arch/ftrace-insn-reloc.exp
14392 * gdb.arch/gdb1291.exp
14393 * gdb.arch/gdb1431.exp
14394 * gdb.arch/gdb1558.exp
14395 * gdb.arch/i386-dr3-watch.exp
14396 * gdb.arch/i386-sse-stack-align.exp
14397 * gdb.arch/ia64-breakpoint-shadow.exp
14398 * gdb.arch/pa-nullify.exp
14399 * gdb.arch/powerpc-aix-prologue.exp
14400 * gdb.arch/thumb-bx-pc.exp
14401 * gdb.base/annota1.exp
14402 * gdb.base/annota3.exp
14403 * gdb.base/arrayidx.exp
14404 * gdb.base/assign.exp
14405 * gdb.base/attach.exp
14406 * gdb.base/auxv.exp
14407 * gdb.base/bang.exp
14408 * gdb.base/bfp-test.exp
14409 * gdb.base/bigcore.exp
14410 * gdb.base/bitfields2.exp
14411 * gdb.base/break-fun-addr.exp
14412 * gdb.base/break-probes.exp
14413 * gdb.base/call-rt-st.exp
14414 * gdb.base/callexit.exp
14415 * gdb.base/catch-fork-kill.exp
14416 * gdb.base/charset.exp
14417 * gdb.base/checkpoint.exp
14418 * gdb.base/comprdebug.exp
14419 * gdb.base/constvars.exp
14420 * gdb.base/coredump-filter.exp
14421 * gdb.base/cursal.exp
14422 * gdb.base/cvexpr.exp
14423 * gdb.base/detach.exp
14424 * gdb.base/display.exp
14425 * gdb.base/dmsym.exp
14426 * gdb.base/dprintf-pending.exp
14427 * gdb.base/dso2dso.exp
14428 * gdb.base/dtrace-probe.exp
14429 * gdb.base/dump.exp
14430 * gdb.base/enum_cond.exp
14431 * gdb.base/exe-lock.exp
14432 * gdb.base/exec-invalid-sysroot.exp
14433 * gdb.base/execl-update-breakpoints.exp
14434 * gdb.base/exprs.exp
14435 * gdb.base/fileio.exp
14436 * gdb.base/find.exp
14437 * gdb.base/finish.exp
14438 * gdb.base/fixsection.exp
14439 * gdb.base/foll-vfork.exp
14440 * gdb.base/frame-args.exp
14441 * gdb.base/gcore.exp
14442 * gdb.base/gdb1250.exp
14443 * gdb.base/global-var-nested-by-dso.exp
14444 * gdb.base/gnu-ifunc.exp
14445 * gdb.base/hashline1.exp
14446 * gdb.base/hashline2.exp
14447 * gdb.base/hashline3.exp
14448 * gdb.base/hbreak-in-shr-unsupported.exp
14449 * gdb.base/huge.exp
14450 * gdb.base/infcall-input.exp
14451 * gdb.base/info-fun.exp
14452 * gdb.base/info-shared.exp
14453 * gdb.base/jit-simple.exp
14454 * gdb.base/jit-so.exp
14455 * gdb.base/jit.exp
14456 * gdb.base/jump.exp
14457 * gdb.base/label.exp
14458 * gdb.base/lineinc.exp
14459 * gdb.base/logical.exp
14460 * gdb.base/longjmp.exp
14461 * gdb.base/macscp.exp
14462 * gdb.base/miscexprs.exp
14463 * gdb.base/new-ui-echo.exp
14464 * gdb.base/new-ui-pending-input.exp
14465 * gdb.base/new-ui.exp
14466 * gdb.base/nodebug.exp
14467 * gdb.base/nofield.exp
14468 * gdb.base/offsets.exp
14469 * gdb.base/overlays.exp
14470 * gdb.base/pending.exp
14471 * gdb.base/pointers.exp
14472 * gdb.base/pr11022.exp
14473 * gdb.base/printcmds.exp
14474 * gdb.base/prologue.exp
14475 * gdb.base/ptr-typedef.exp
14476 * gdb.base/realname-expand.exp
14477 * gdb.base/relativedebug.exp
14478 * gdb.base/relocate.exp
14479 * gdb.base/remote.exp
14480 * gdb.base/reread.exp
14481 * gdb.base/return2.exp
14482 * gdb.base/savedregs.exp
14483 * gdb.base/sep.exp
14484 * gdb.base/sepdebug.exp
14485 * gdb.base/sepsymtab.exp
14486 * gdb.base/set-inferior-tty.exp
14487 * gdb.base/setshow.exp
14488 * gdb.base/shlib-call.exp
14489 * gdb.base/sigaltstack.exp
14490 * gdb.base/siginfo-addr.exp
14491 * gdb.base/signals.exp
14492 * gdb.base/signull.exp
14493 * gdb.base/sigrepeat.exp
14494 * gdb.base/so-impl-ld.exp
14495 * gdb.base/solib-display.exp
14496 * gdb.base/solib-overlap.exp
14497 * gdb.base/solib-search.exp
14498 * gdb.base/solib-symbol.exp
14499 * gdb.base/structs.exp
14500 * gdb.base/structs2.exp
14501 * gdb.base/symtab-search-order.exp
14502 * gdb.base/twice.exp
14503 * gdb.base/unload.exp
14504 * gdb.base/varargs.exp
14505 * gdb.base/watchpoint-solib.exp
14506 * gdb.base/watchpoint.exp
14507 * gdb.base/whatis.exp
14508 * gdb.base/wrong_frame_bt_full.exp
14509 * gdb.btrace/dlopen.exp
14510 * gdb.cell/ea-standalone.exp
14511 * gdb.cell/ea-test.exp
14512 * gdb.cp/dispcxx.exp
14513 * gdb.cp/gdb2384.exp
14514 * gdb.cp/method2.exp
14515 * gdb.cp/nextoverthrow.exp
14516 * gdb.cp/pr10728.exp
14517 * gdb.disasm/am33.exp
14518 * gdb.disasm/h8300s.exp
14519 * gdb.disasm/mn10300.exp
14520 * gdb.disasm/sh3.exp
14521 * gdb.dwarf2/dw2-dir-file-name.exp
14522 * gdb.fortran/complex.exp
14523 * gdb.fortran/library-module.exp
14524 * gdb.guile/scm-pretty-print.exp
14525 * gdb.guile/scm-symbol.exp
14526 * gdb.guile/scm-type.exp
14527 * gdb.guile/scm-value.exp
14528 * gdb.linespec/linespec.exp
14529 * gdb.mi/gdb701.exp
14530 * gdb.mi/gdb792.exp
14531 * gdb.mi/mi-breakpoint-changed.exp
14532 * gdb.mi/mi-dprintf-pending.exp
14533 * gdb.mi/mi-dprintf.exp
14534 * gdb.mi/mi-exit-code.exp
14535 * gdb.mi/mi-pending.exp
14536 * gdb.mi/mi-solib.exp
14537 * gdb.mi/new-ui-mi-sync.exp
14538 * gdb.mi/pr11022.exp
14539 * gdb.mi/user-selected-context-sync.exp
14540 * gdb.opt/solib-intra-step.exp
14541 * gdb.python/py-events.exp
14542 * gdb.python/py-finish-breakpoint.exp
14543 * gdb.python/py-mi.exp
14544 * gdb.python/py-prettyprint.exp
14545 * gdb.python/py-shared.exp
14546 * gdb.python/py-symbol.exp
14547 * gdb.python/py-template.exp
14548 * gdb.python/py-type.exp
14549 * gdb.python/py-value.exp
14550 * gdb.reverse/solib-precsave.exp
14551 * gdb.reverse/solib-reverse.exp
14552 * gdb.server/solib-list.exp
14553 * gdb.stabs/weird.exp
14554 * gdb.threads/reconnect-signal.exp
14555 * gdb.threads/stepi-random-signal.exp
14556 * gdb.trace/actions.exp
14557 * gdb.trace/ax.exp
14558 * gdb.trace/backtrace.exp
14559 * gdb.trace/change-loc.exp
14560 * gdb.trace/deltrace.exp
14561 * gdb.trace/ftrace-lock.exp
14562 * gdb.trace/ftrace.exp
14563 * gdb.trace/infotrace.exp
14564 * gdb.trace/mi-tracepoint-changed.exp
14565 * gdb.trace/packetlen.exp
14566 * gdb.trace/passcount.exp
14567 * gdb.trace/pending.exp
14568 * gdb.trace/range-stepping.exp
14569 * gdb.trace/report.exp
14570 * gdb.trace/stap-trace.exp
14571 * gdb.trace/tfind.exp
14572 * gdb.trace/trace-break.exp
14573 * gdb.trace/trace-condition.exp
14574 * gdb.trace/trace-enable-disable.exp
14575 * gdb.trace/trace-mt.exp
14576 * gdb.trace/tracecmd.exp
14577 * gdb.trace/tspeed.exp
14578 * gdb.trace/tsv.exp
14579 * lib/perftest.exp
14580
14581 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14582
14583 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
14584 with gdb_test_no_output.
14585 Use command as test name.
14586
14587 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14588
14589 Fix test names starting with uppercase throughout the files.
14590
14591 * gdb.ada/assign_1.exp
14592 * gdb.ada/boolean_expr.exp
14593 * gdb.base/arrayidx.exp
14594 * gdb.base/del.exp
14595 * gdb.base/gcore-buffer-overflow.exp
14596 * gdb.base/testenv.exp
14597 * gdb.compile/compile.exp
14598 * gdb.python/py-framefilter-invalidarg.exp
14599 * gdb.python/py-framefilter.exp
14600
14601 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14602
14603 Fix test names starting with uppercase throughout the files.
14604
14605 * gdb.ada/array_return.exp
14606 * gdb.ada/expr_delims.exp
14607 * gdb.ada/mi_dyn_arr.exp
14608 * gdb.ada/mi_interface.exp
14609 * gdb.ada/mi_var_array.exp
14610 * gdb.ada/watch_arg.exp
14611 * gdb.arch/alpha-step.exp
14612 * gdb.arch/altivec-regs.exp
14613 * gdb.arch/e500-regs.exp
14614 * gdb.arch/powerpc-d128-regs.exp
14615 * gdb.base/arrayidx.exp
14616 * gdb.base/break.exp
14617 * gdb.base/checkpoint.exp
14618 * gdb.base/debug-expr.exp
14619 * gdb.base/dmsym.exp
14620 * gdb.base/radix.exp
14621 * gdb.base/sepdebug.exp
14622 * gdb.base/testenv.exp
14623 * gdb.base/watch_thread_num.exp
14624 * gdb.base/watchpoint-cond-gone.exp
14625 * gdb.cell/break.exp
14626 * gdb.cell/ea-cache.exp
14627 * gdb.compile/compile.exp
14628 * gdb.cp/gdb2495.exp
14629 * gdb.gdb/selftest.exp
14630 * gdb.gdb/xfullpath.exp
14631 * gdb.go/hello.exp
14632 * gdb.go/integers.exp
14633 * gdb.objc/basicclass.exp
14634 * gdb.pascal/hello.exp
14635 * gdb.pascal/integers.exp
14636 * gdb.python/py-breakpoint.exp
14637 * gdb.python/py-cmd.exp
14638 * gdb.python/py-linetable.exp
14639 * gdb.python/py-xmethods.exp
14640 * gdb.python/python.exp
14641 * gdb.reverse/consecutive-precsave.exp
14642 * gdb.reverse/finish-precsave.exp
14643 * gdb.reverse/i386-precsave.exp
14644 * gdb.reverse/machinestate-precsave.exp
14645 * gdb.reverse/sigall-precsave.exp
14646 * gdb.reverse/solib-precsave.exp
14647 * gdb.reverse/step-precsave.exp
14648 * gdb.reverse/until-precsave.exp
14649 * gdb.reverse/watch-precsave.exp
14650 * gdb.threads/leader-exit.exp
14651 * gdb.threads/pthreads.exp
14652 * gdb.threads/wp-replication.exp
14653 * gdb.trace/actions.exp
14654 * gdb.trace/mi-tsv-changed.exp
14655 * gdb.trace/tsv.exp
14656
14657 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14658
14659 Fix test names starting with uppercase throughout the files.
14660
14661 * gdb.arch/i386-bp_permanent.exp
14662 * gdb.arch/i386-gnu-cfi.exp
14663 * gdb.base/disasm-end-cu.exp
14664 * gdb.base/macscp.exp
14665 * gdb.base/pending.exp
14666 * gdb.base/watch_thread_num.exp
14667 * gdb.cp/exception.exp
14668 * gdb.cp/gdb2495.exp
14669 * gdb.cp/local.exp
14670 * gdb.python/py-evsignal.exp
14671 * gdb.python/python.exp
14672 * gdb.trace/tracecmd.exp
14673
14674 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14675
14676 Fix test names starting with uppercase throughout the files.
14677
14678 * gdb.base/charset.exp
14679 * gdb.base/eval.exp
14680 * gdb.base/multi-forks.exp
14681 * gdb.guile/scm-progspace.exp
14682 * gdb.opencl/datatypes.exp
14683 * gdb.python/py-block.exp
14684 * gdb.python/py-function.exp
14685 * gdb.python/py-symbol.exp
14686 * gdb.python/py-symtab.exp
14687 * gdb.python/py-xmethods.exp
14688 * gdb.reverse/break-precsave.exp
14689 * gdb.reverse/break-reverse.exp
14690 * gdb.reverse/consecutive-precsave.exp
14691 * gdb.reverse/consecutive-reverse.exp
14692 * gdb.reverse/finish-precsave.exp
14693 * gdb.reverse/finish-reverse-bkpt.exp
14694 * gdb.reverse/finish-reverse.exp
14695 * gdb.reverse/fstatat-reverse.exp
14696 * gdb.reverse/getresuid-reverse.exp
14697 * gdb.reverse/i386-precsave.exp
14698 * gdb.reverse/i386-reverse.exp
14699 * gdb.reverse/i386-sse-reverse.exp
14700 * gdb.reverse/i387-stack-reverse.exp
14701 * gdb.reverse/insn-reverse.exp
14702 * gdb.reverse/machinestate-precsave.exp
14703 * gdb.reverse/machinestate.exp
14704 * gdb.reverse/next-reverse-bkpt-over-sr.exp
14705 * gdb.reverse/pipe-reverse.exp
14706 * gdb.reverse/readv-reverse.exp
14707 * gdb.reverse/recvmsg-reverse.exp
14708 * gdb.reverse/rerun-prec.exp
14709 * gdb.reverse/s390-mvcle.exp
14710 * gdb.reverse/sigall-precsave.exp
14711 * gdb.reverse/sigall-reverse.exp
14712 * gdb.reverse/solib-precsave.exp
14713 * gdb.reverse/solib-reverse.exp
14714 * gdb.reverse/step-precsave.exp
14715 * gdb.reverse/step-reverse.exp
14716 * gdb.reverse/time-reverse.exp
14717 * gdb.reverse/until-precsave.exp
14718 * gdb.reverse/until-reverse.exp
14719 * gdb.reverse/waitpid-reverse.exp
14720 * gdb.reverse/watch-precsave.exp
14721 * gdb.reverse/watch-reverse.exp
14722
14723 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14724
14725 Fix test names starting with uppercase throughout the files.
14726
14727 * gdb.arch/i386-mpx-simple_segv.exp
14728 * gdb.arch/i386-mpx.exp
14729 * gdb.arch/i386-permbkpt.exp
14730 * gdb.arch/pa-nullify.exp
14731 * gdb.arch/powerpc-d128-regs.exp
14732 * gdb.arch/vsx-regs.exp
14733 * gdb.base/bfp-test.exp
14734 * gdb.base/break.exp
14735 * gdb.base/breakpoint-shadow.exp
14736 * gdb.base/callfuncs.exp
14737 * gdb.base/charset.exp
14738 * gdb.base/commands.exp
14739 * gdb.base/completion.exp
14740 * gdb.base/dfp-test.exp
14741 * gdb.base/echo.exp
14742 * gdb.base/ending-run.exp
14743 * gdb.base/eval.exp
14744 * gdb.base/expand-psymtabs.exp
14745 * gdb.base/float128.exp
14746 * gdb.base/floatn.exp
14747 * gdb.base/foll-exec-mode.exp
14748 * gdb.base/gdb1056.exp
14749 * gdb.base/gdb11531.exp
14750 * gdb.base/kill-after-signal.exp
14751 * gdb.base/multi-forks.exp
14752 * gdb.base/overlays.exp
14753 * gdb.base/pending.exp
14754 * gdb.base/sepdebug.exp
14755 * gdb.base/testenv.exp
14756 * gdb.base/valgrind-db-attach.exp
14757 * gdb.base/watch_thread_num.exp
14758 * gdb.base/watchpoint-cond-gone.exp
14759 * gdb.base/watchpoint.exp
14760 * gdb.base/watchpoints.exp
14761 * gdb.cp/arg-reference.exp
14762 * gdb.cp/baseenum.exp
14763 * gdb.cp/operator.exp
14764 * gdb.cp/shadow.exp
14765 * gdb.dwarf2/dw2-op-out-param.exp
14766 * gdb.dwarf2/dw2-reg-undefined.exp
14767 * gdb.go/chan.exp
14768 * gdb.go/hello.exp
14769 * gdb.go/integers.exp
14770 * gdb.go/methods.exp
14771 * gdb.go/package.exp
14772 * gdb.guile/scm-parameter.exp
14773 * gdb.guile/scm-progspace.exp
14774 * gdb.guile/scm-value.exp
14775 * gdb.mi/mi-pending.exp
14776 * gdb.mi/user-selected-context-sync.exp
14777 * gdb.multi/multi-attach.exp
14778 * gdb.multi/tids.exp
14779 * gdb.opt/clobbered-registers-O2.exp
14780 * gdb.pascal/floats.exp
14781 * gdb.pascal/integers.exp
14782 * gdb.python/py-block.exp
14783 * gdb.python/py-events.exp
14784 * gdb.python/py-parameter.exp
14785 * gdb.python/py-symbol.exp
14786 * gdb.python/py-symtab.exp
14787 * gdb.python/py-type.exp
14788 * gdb.python/py-value.exp
14789 * gdb.python/py-xmethods.exp
14790 * gdb.python/python.exp
14791 * gdb.reverse/break-precsave.exp
14792 * gdb.reverse/consecutive-precsave.exp
14793 * gdb.reverse/finish-precsave.exp
14794 * gdb.reverse/i386-precsave.exp
14795 * gdb.reverse/machinestate-precsave.exp
14796 * gdb.reverse/sigall-precsave.exp
14797 * gdb.reverse/solib-precsave.exp
14798 * gdb.reverse/step-precsave.exp
14799 * gdb.reverse/until-precsave.exp
14800 * gdb.reverse/watch-precsave.exp
14801 * gdb.server/ext-attach.exp
14802 * gdb.server/ext-restart.exp
14803 * gdb.server/ext-run.exp
14804 * gdb.server/ext-wrapper.exp
14805 * gdb.stabs/gdb11479.exp
14806 * gdb.stabs/weird.exp
14807 * gdb.threads/attach-many-short-lived-threads.exp
14808 * gdb.threads/kill.exp
14809 * gdb.threads/watchpoint-fork.exp
14810
14811 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14812
14813 Fix test names starting with uppercase throughout all the files below.
14814
14815 * gdb.ada/array_return.exp
14816 * gdb.ada/catch_ex.exp
14817 * gdb.ada/info_exc.exp
14818 * gdb.ada/mi_catch_ex.exp
14819 * gdb.ada/mi_dyn_arr.exp
14820 * gdb.ada/mi_ex_cond.exp
14821 * gdb.ada/mi_exc_info.exp
14822 * gdb.ada/mi_interface.exp
14823 * gdb.ada/mi_task_arg.exp
14824 * gdb.ada/mi_task_info.exp
14825 * gdb.ada/mi_var_array.exp
14826 * gdb.arch/alpha-step.exp
14827 * gdb.arch/amd64-disp-step.exp
14828 * gdb.arch/arm-disp-step.exp
14829 * gdb.arch/disp-step-insn-reloc.exp
14830 * gdb.arch/e500-prologue.exp
14831 * gdb.arch/ftrace-insn-reloc.exp
14832 * gdb.arch/gdb1558.exp
14833 * gdb.arch/i386-bp_permanent.exp
14834 * gdb.arch/i386-disp-step.exp
14835 * gdb.arch/i386-float.exp
14836 * gdb.arch/i386-gnu-cfi.exp
14837 * gdb.arch/ia64-breakpoint-shadow.exp
14838 * gdb.arch/mips16-thunks.exp
14839 * gdb.arch/pa-nullify.exp
14840 * gdb.arch/powerpc-aix-prologue.exp
14841 * gdb.arch/powerpc-power.exp
14842 * gdb.arch/ppc-dfp.exp
14843 * gdb.arch/s390-tdbregs.exp
14844 * gdb.arch/spu-info.exp
14845 * gdb.arch/spu-ls.exp
14846 * gdb.arch/thumb-bx-pc.exp
14847 * gdb.base/advance.exp
14848 * gdb.base/annota-input-while-running.exp
14849 * gdb.base/arrayidx.exp
14850 * gdb.base/asmlabel.exp
14851 * gdb.base/async.exp
14852 * gdb.base/attach-wait-input.exp
14853 * gdb.base/auto-connect-native-target.exp
14854 * gdb.base/batch-preserve-term-settings.exp
14855 * gdb.base/bfp-test.exp
14856 * gdb.base/bigcore.exp
14857 * gdb.base/bp-permanent.exp
14858 * gdb.base/break-always.exp
14859 * gdb.base/break-fun-addr.exp
14860 * gdb.base/break-idempotent.exp
14861 * gdb.base/break-main-file-remove-fail.exp
14862 * gdb.base/break-probes.exp
14863 * gdb.base/break-unload-file.exp
14864 * gdb.base/break.exp
14865 * gdb.base/call-ar-st.exp
14866 * gdb.base/call-rt-st.exp
14867 * gdb.base/call-sc.exp
14868 * gdb.base/call-signal-resume.exp
14869 * gdb.base/call-strs.exp
14870 * gdb.base/callexit.exp
14871 * gdb.base/callfuncs.exp
14872 * gdb.base/catch-gdb-caused-signals.exp
14873 * gdb.base/catch-signal-siginfo-cond.exp
14874 * gdb.base/catch-syscall.exp
14875 * gdb.base/compare-sections.exp
14876 * gdb.base/cond-eval-mode.exp
14877 * gdb.base/condbreak-call-false.exp
14878 * gdb.base/consecutive-step-over.exp
14879 * gdb.base/cursal.exp
14880 * gdb.base/disabled-location.exp
14881 * gdb.base/disasm-end-cu.exp
14882 * gdb.base/display.exp
14883 * gdb.base/double-prompt-target-event-error.exp
14884 * gdb.base/dprintf-bp-same-addr.exp
14885 * gdb.base/dprintf-detach.exp
14886 * gdb.base/dprintf-next.exp
14887 * gdb.base/dprintf-non-stop.exp
14888 * gdb.base/dprintf-pending.exp
14889 * gdb.base/dso2dso.exp
14890 * gdb.base/ending-run.exp
14891 * gdb.base/enum_cond.exp
14892 * gdb.base/examine-backward.exp
14893 * gdb.base/exe-lock.exp
14894 * gdb.base/exec-invalid-sysroot.exp
14895 * gdb.base/execl-update-breakpoints.exp
14896 * gdb.base/execution-termios.exp
14897 * gdb.base/fileio.exp
14898 * gdb.base/fixsection.exp
14899 * gdb.base/foll-exec-mode.exp
14900 * gdb.base/foll-exec.exp
14901 * gdb.base/fork-running-state.exp
14902 * gdb.base/frame-args.exp
14903 * gdb.base/fullpath-expand.exp
14904 * gdb.base/func-ptr.exp
14905 * gdb.base/gcore-relro-pie.exp
14906 * gdb.base/gdb1090.exp
14907 * gdb.base/gdb1555.exp
14908 * gdb.base/global-var-nested-by-dso.exp
14909 * gdb.base/gnu-ifunc.exp
14910 * gdb.base/hbreak-in-shr-unsupported.exp
14911 * gdb.base/hbreak-unmapped.exp
14912 * gdb.base/hook-stop.exp
14913 * gdb.base/infcall-input.exp
14914 * gdb.base/info-fun.exp
14915 * gdb.base/info-shared.exp
14916 * gdb.base/interrupt-noterm.exp
14917 * gdb.base/jit-so.exp
14918 * gdb.base/jit.exp
14919 * gdb.base/line-symtabs.exp
14920 * gdb.base/list.exp
14921 * gdb.base/longjmp.exp
14922 * gdb.base/macscp.exp
14923 * gdb.base/max-value-size.exp
14924 * gdb.base/nodebug.exp
14925 * gdb.base/nofield.exp
14926 * gdb.base/overlays.exp
14927 * gdb.base/paginate-after-ctrl-c-running.exp
14928 * gdb.base/paginate-bg-execution.exp
14929 * gdb.base/paginate-inferior-exit.exp
14930 * gdb.base/pending.exp
14931 * gdb.base/pr11022.exp
14932 * gdb.base/printcmds.exp
14933 * gdb.base/ptr-typedef.exp
14934 * gdb.base/ptype.exp
14935 * gdb.base/randomize.exp
14936 * gdb.base/range-stepping.exp
14937 * gdb.base/realname-expand.exp
14938 * gdb.base/relativedebug.exp
14939 * gdb.base/remote.exp
14940 * gdb.base/savedregs.exp
14941 * gdb.base/sepdebug.exp
14942 * gdb.base/set-noassign.exp
14943 * gdb.base/shlib-call.exp
14944 * gdb.base/shreloc.exp
14945 * gdb.base/sigaltstack.exp
14946 * gdb.base/sigbpt.exp
14947 * gdb.base/siginfo-addr.exp
14948 * gdb.base/siginfo-obj.exp
14949 * gdb.base/siginfo-thread.exp
14950 * gdb.base/signest.exp
14951 * gdb.base/signull.exp
14952 * gdb.base/sigrepeat.exp
14953 * gdb.base/skip.exp
14954 * gdb.base/so-impl-ld.exp
14955 * gdb.base/solib-corrupted.exp
14956 * gdb.base/solib-disc.exp
14957 * gdb.base/solib-display.exp
14958 * gdb.base/solib-overlap.exp
14959 * gdb.base/solib-search.exp
14960 * gdb.base/solib-symbol.exp
14961 * gdb.base/source-execution.exp
14962 * gdb.base/sss-bp-on-user-bp-2.exp
14963 * gdb.base/sss-bp-on-user-bp.exp
14964 * gdb.base/stack-checking.exp
14965 * gdb.base/stale-infcall.exp
14966 * gdb.base/step-break.exp
14967 * gdb.base/step-line.exp
14968 * gdb.base/step-over-exit.exp
14969 * gdb.base/step-test.exp
14970 * gdb.base/structs.exp
14971 * gdb.base/sym-file.exp
14972 * gdb.base/symtab-search-order.exp
14973 * gdb.base/term.exp
14974 * gdb.base/type-opaque.exp
14975 * gdb.base/unload.exp
14976 * gdb.base/until-nodebug.exp
14977 * gdb.base/until.exp
14978 * gdb.base/unwindonsignal.exp
14979 * gdb.base/watch-cond.exp
14980 * gdb.base/watch-non-mem.exp
14981 * gdb.base/watch_thread_num.exp
14982 * gdb.base/watchpoint-reuse-slot.exp
14983 * gdb.base/watchpoint-solib.exp
14984 * gdb.base/watchpoint.exp
14985 * gdb.btrace/dlopen.exp
14986 * gdb.cell/arch.exp
14987 * gdb.cell/break.exp
14988 * gdb.cell/bt.exp
14989 * gdb.cell/core.exp
14990 * gdb.cell/data.exp
14991 * gdb.cell/dwarfaddr.exp
14992 * gdb.cell/ea-cache.exp
14993 * gdb.cell/ea-standalone.exp
14994 * gdb.cell/ea-test.exp
14995 * gdb.cell/f-regs.exp
14996 * gdb.cell/fork.exp
14997 * gdb.cell/gcore.exp
14998 * gdb.cell/mem-access.exp
14999 * gdb.cell/ptype.exp
15000 * gdb.cell/registers.exp
15001 * gdb.cell/sizeof.exp
15002 * gdb.cell/solib-symbol.exp
15003 * gdb.cell/solib.exp
15004 * gdb.compile/compile-tls.exp
15005 * gdb.cp/exception.exp
15006 * gdb.cp/gdb2495.exp
15007 * gdb.cp/local.exp
15008 * gdb.cp/mb-inline.exp
15009 * gdb.cp/mb-templates.exp
15010 * gdb.cp/pr10687.exp
15011 * gdb.cp/pr9167.exp
15012 * gdb.cp/scope-err.exp
15013 * gdb.cp/templates.exp
15014 * gdb.cp/virtfunc.exp
15015 * gdb.dwarf2/dw2-dir-file-name.exp
15016 * gdb.dwarf2/dw2-single-line-discriminators.exp
15017 * gdb.fortran/complex.exp
15018 * gdb.fortran/library-module.exp
15019 * gdb.guile/guile.exp
15020 * gdb.guile/scm-cmd.exp
15021 * gdb.guile/scm-frame-inline.exp
15022 * gdb.guile/scm-objfile.exp
15023 * gdb.guile/scm-pretty-print.exp
15024 * gdb.guile/scm-symbol.exp
15025 * gdb.guile/scm-type.exp
15026 * gdb.guile/scm-value.exp
15027 * gdb.linespec/keywords.exp
15028 * gdb.linespec/ls-errs.exp
15029 * gdb.linespec/macro-relative.exp
15030 * gdb.linespec/thread.exp
15031 * gdb.mi/mi-breakpoint-changed.exp
15032 * gdb.mi/mi-dprintf-pending.exp
15033 * gdb.mi/mi-fullname-deleted.exp
15034 * gdb.mi/mi-logging.exp
15035 * gdb.mi/mi-pending.exp
15036 * gdb.mi/mi-solib.exp
15037 * gdb.mi/new-ui-mi-sync.exp
15038 * gdb.mi/user-selected-context-sync.exp
15039 * gdb.multi/dummy-frame-restore.exp
15040 * gdb.multi/multi-arch-exec.exp
15041 * gdb.multi/remove-inferiors.exp
15042 * gdb.multi/watchpoint-multi-exit.exp
15043 * gdb.opt/solib-intra-step.exp
15044 * gdb.perf/backtrace.exp
15045 * gdb.perf/single-step.exp
15046 * gdb.perf/skip-command.exp
15047 * gdb.perf/skip-prologue.exp
15048 * gdb.perf/solib.exp
15049 * gdb.python/lib-types.exp
15050 * gdb.python/py-as-string.exp
15051 * gdb.python/py-bad-printers.exp
15052 * gdb.python/py-block.exp
15053 * gdb.python/py-breakpoint.exp
15054 * gdb.python/py-cmd.exp
15055 * gdb.python/py-events.exp
15056 * gdb.python/py-evthreads.exp
15057 * gdb.python/py-finish-breakpoint.exp
15058 * gdb.python/py-finish-breakpoint2.exp
15059 * gdb.python/py-frame-inline.exp
15060 * gdb.python/py-frame.exp
15061 * gdb.python/py-inferior.exp
15062 * gdb.python/py-infthread.exp
15063 * gdb.python/py-mi.exp
15064 * gdb.python/py-objfile.exp
15065 * gdb.python/py-pp-maint.exp
15066 * gdb.python/py-pp-registration.exp
15067 * gdb.python/py-prettyprint.exp
15068 * gdb.python/py-recurse-unwind.exp
15069 * gdb.python/py-shared.exp
15070 * gdb.python/py-symbol.exp
15071 * gdb.python/py-symtab.exp
15072 * gdb.python/py-template.exp
15073 * gdb.python/py-type.exp
15074 * gdb.python/py-unwind-maint.exp
15075 * gdb.python/py-unwind.exp
15076 * gdb.python/py-value.exp
15077 * gdb.python/python.exp
15078 * gdb.reverse/finish-reverse-bkpt.exp
15079 * gdb.reverse/insn-reverse.exp
15080 * gdb.reverse/next-reverse-bkpt-over-sr.exp
15081 * gdb.reverse/solib-precsave.exp
15082 * gdb.reverse/solib-reverse.exp
15083 * gdb.stabs/gdb11479.exp
15084 * gdb.stabs/weird.exp
15085 * gdb.threads/fork-child-threads.exp
15086 * gdb.threads/fork-plus-threads.exp
15087 * gdb.threads/fork-thread-pending.exp
15088 * gdb.threads/forking-threads-plus-breakpoint.exp
15089 * gdb.threads/hand-call-in-threads.exp
15090 * gdb.threads/interrupted-hand-call.exp
15091 * gdb.threads/linux-dp.exp
15092 * gdb.threads/local-watch-wrong-thread.exp
15093 * gdb.threads/next-while-other-thread-longjmps.exp
15094 * gdb.threads/non-ldr-exit.exp
15095 * gdb.threads/pending-step.exp
15096 * gdb.threads/print-threads.exp
15097 * gdb.threads/process-dies-while-detaching.exp
15098 * gdb.threads/process-dies-while-handling-bp.exp
15099 * gdb.threads/pthreads.exp
15100 * gdb.threads/queue-signal.exp
15101 * gdb.threads/reconnect-signal.exp
15102 * gdb.threads/signal-command-handle-nopass.exp
15103 * gdb.threads/signal-command-multiple-signals-pending.exp
15104 * gdb.threads/signal-delivered-right-thread.exp
15105 * gdb.threads/signal-sigtrap.exp
15106 * gdb.threads/sigthread.exp
15107 * gdb.threads/staticthreads.exp
15108 * gdb.threads/stepi-random-signal.exp
15109 * gdb.threads/thread-unwindonsignal.exp
15110 * gdb.threads/thread_check.exp
15111 * gdb.threads/thread_events.exp
15112 * gdb.threads/tid-reuse.exp
15113 * gdb.threads/tls-nodebug.exp
15114 * gdb.threads/tls-shared.exp
15115 * gdb.threads/tls-so_extern.exp
15116 * gdb.threads/tls.exp
15117 * gdb.threads/wp-replication.exp
15118 * gdb.trace/actions-changed.exp
15119 * gdb.trace/actions.exp
15120 * gdb.trace/backtrace.exp
15121 * gdb.trace/change-loc.exp
15122 * gdb.trace/collection.exp
15123 * gdb.trace/deltrace.exp
15124 * gdb.trace/disconnected-tracing.exp
15125 * gdb.trace/entry-values.exp
15126 * gdb.trace/ftrace-lock.exp
15127 * gdb.trace/ftrace.exp
15128 * gdb.trace/infotrace.exp
15129 * gdb.trace/mi-trace-frame-collected.exp
15130 * gdb.trace/mi-trace-unavailable.exp
15131 * gdb.trace/mi-traceframe-changed.exp
15132 * gdb.trace/mi-tracepoint-changed.exp
15133 * gdb.trace/mi-tsv-changed.exp
15134 * gdb.trace/no-attach-trace.exp
15135 * gdb.trace/packetlen.exp
15136 * gdb.trace/passc-dyn.exp
15137 * gdb.trace/passcount.exp
15138 * gdb.trace/pending.exp
15139 * gdb.trace/pr16508.exp
15140 * gdb.trace/qtro.exp
15141 * gdb.trace/range-stepping.exp
15142 * gdb.trace/read-memory.exp
15143 * gdb.trace/report.exp
15144 * gdb.trace/save-trace.exp
15145 * gdb.trace/signal.exp
15146 * gdb.trace/stap-trace.exp
15147 * gdb.trace/status-stop.exp
15148 * gdb.trace/strace.exp
15149 * gdb.trace/tfile.exp
15150 * gdb.trace/tfind.exp
15151 * gdb.trace/trace-break.exp
15152 * gdb.trace/trace-condition.exp
15153 * gdb.trace/trace-enable-disable.exp
15154 * gdb.trace/trace-mt.exp
15155 * gdb.trace/tracecmd.exp
15156 * gdb.trace/tracefile-pseudo-reg.exp
15157 * gdb.trace/tspeed.exp
15158 * gdb.trace/tstatus.exp
15159 * gdb.trace/tsv.exp
15160 * gdb.trace/unavailable.exp
15161 * gdb.trace/while-dyn.exp
15162 * gdb.trace/while-stepping.exp
15163 * lib/gdb-guile.exp
15164 * lib/gdb.exp
15165 * lib/mi-support.exp
15166 * lib/pascal.exp
15167 * lib/perftest.exp
15168 * lib/prelink-support.exp
15169 * lib/selftest-support.exp
15170
15171 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
15172
15173 * Makefile.in: Include disable-implicit-rules.mk.
15174
15175 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
15176
15177 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
15178 non-byte-aligned bit fields.
15179
15180 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
15181
15182 PR gdb/12616
15183 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
15184 respects the DW_AT_data_bit_offset attribute.
15185
15186 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
15187
15188 * gdb.base/default.exp: Fix output of "set language".
15189
15190 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
15191
15192 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
15193 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
15194 make.
15195 * configure.ac: Remove checks for the make program.
15196 * configure: Re-generate.
15197
15198 2016-11-16 Kevin Buettner <kevinb@redhat.com>
15199
15200 * gdb.python/py-recurse-unwind.c (main): Add loop.
15201 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
15202 to read_register() and gdb.parse_and_eval(). Make each code
15203 call a separate case that can be individually tested.
15204 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
15205 proc. Call cont_and_backtrace for each of the code paths that
15206 we want to test in the unwinder.
15207
15208 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
15209
15210 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
15211 the definition of struct S.
15212
15213 2016-11-11 Catherine Moore <clm@codesourcery.com>
15214
15215 * gdb.base/dump.exp: Identify verilog format dump tests as such.
15216
15217 2016-11-09 Pedro Alves <palves@redhat.com>
15218
15219 * gdb.base/commands.exp (runto_or_return): New procedure.
15220 (gdbvar_simple_if_test, gdbvar_simple_while_test)
15221 (gdbvar_complex_if_while_test, progvar_simple_if_test)
15222 (progvar_simple_while_test, progvar_complex_if_while_test)
15223 (if_while_breakpoint_command_test)
15224 (infrun_breakpoint_command_test, breakpoint_command_test)
15225 (user_defined_command_test, watchpoint_command_test)
15226 (test_command_prompt_position, redefine_hook_test)
15227 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
15228 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
15229 multi_line_input and multi_line. Remove gdb_expect and
15230 gdb_stop_suppressing_tests uses.
15231 * lib/gdb.exp (valnum_re): New global.
15232 (multi_line_input): New procedure.
15233
15234 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
15235
15236 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
15237 Remove.
15238 (test_setup): Define with proc_with_prefix.
15239 (test_cli_inferior): Likewise.
15240 (test_cli_thread): Likewise.
15241 (test_cli_frame): Likewise.
15242 (test_cli_select_frame): Likewise.
15243 (test_cli_up_down): Likewise.
15244 (test_mi_thread_select): Likewise.
15245 (test_mi_stack_select_frame): Likewise.
15246 (test_cli_in_mi_inferior): Likewise.
15247 (test_cli_in_mi_thread): Likewise.
15248 (test_cli_in_mi_frame): Likewise.
15249 (top level): Do not use with_test_prefix_procname.
15250
15251 2016-11-09 Pedro Alves <palves@redhat.com>
15252
15253 * gdb.base/commands.exp (gdbvar_simple_if_test)
15254 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
15255 (progvar_simple_if_test, progvar_simple_while_test)
15256 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
15257 (infrun_breakpoint_command_test, breakpoint_command_test)
15258 (user_defined_command_test, watchpoint_command_test)
15259 (test_command_prompt_position, deprecated_command_test)
15260 (bp_deleted_in_command, temporary_breakpoint_commands)
15261 (stray_arg0_test, source_file_with_indented_comment)
15262 (recursive_source_test, if_commands_test)
15263 (error_clears_commands_left, redefine_hook_test)
15264 (redefine_backtrace_test): Use proc_with_prefix.
15265 * lib/gdb.exp (proc_with_prefix): New proc.
15266
15267 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
15268
15269 * gdb.base/tui-layout.c: New file.
15270 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
15271 disassembly window contains very long lines.
15272
15273 2016-11-08 Tom Tromey <tom@tromey.com>
15274
15275 * gdb.python/py-value.exp (test_value_creation): Make "long" test
15276 depend on Python 2.
15277
15278 2016-11-08 Tom Tromey <tom@tromey.com>
15279
15280 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
15281 New method.
15282
15283 2016-10-29 Manish Goregaokar <manish@mozilla.com>
15284
15285 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
15286
15287 2016-10-27 Manish Goregaokar <manish@mozilla.com>
15288
15289 * gdb.rust/simple.rs: Add test for univariant enums without
15290 discriminants and for encoded struct-like enums.
15291
15292 2016-10-28 Pedro Alves <palves@redhat.com>
15293
15294 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
15295 gdb_test_multiple, tighten regexps and match symtabs and line
15296 tables incrementally.
15297
15298 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
15299
15300 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
15301 general.
15302
15303 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
15304
15305 * gdb.base/exec-invalid-sysroot.exp: New file.
15306
15307 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
15308
15309 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
15310
15311 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15312
15313 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
15314
15315 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
15316
15317 * gdb.base/killed-outside.exp: Remove $options from a call to
15318 `prepare_for_testing'.
15319
15320 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
15321
15322 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
15323 Change test message.
15324
15325 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
15326
15327 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
15328 Update comment.
15329
15330 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
15331
15332 * gdb.trace/mi-trace-save.exp: New file.
15333
15334 2016-10-13 Yao Qi <yao.qi@linaro.org>
15335
15336 * gdb.base/code_elim.exp (get_var_address): Remove.
15337 * gdb.base/relocate.exp: Likewise.
15338 * gdb.base/shreloc.exp: Likewise.
15339 * lib/gdb.exp (get_var_address): New.
15340
15341 2016-10-13 Yao Qi <yao.qi@linaro.org>
15342
15343 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
15344 floating point tests if $skip_float_test is false.
15345
15346 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
15347
15348 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
15349 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
15350 argc values.
15351 Add 1 to argc so we guarantee distinct initial/modified argc values.
15352
15353 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15354
15355 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
15356
15357 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15358
15359 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
15360 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
15361 * gdb.arch/vsx-regs.exp: Likewise.
15362
15363 2016-10-07 Yao Qi <yao.qi@linaro.org>
15364
15365 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
15366
15367 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
15368
15369 * gdb.python/python.exp: Test decode_line("*0").
15370
15371 2016-10-06 Doug Evans <dje@google.com>
15372
15373 * gdb.python/py-value.exp (test_value_creation): Add test for large
15374 unsigned 64-bit value.
15375
15376 2016-10-06 Tom Tromey <tom@tromey.com>
15377
15378 * gdb.compile/compile.exp: Change java tests to rust.
15379 * gdb.base/setshow.exp: Change java tests to rust.
15380 * gdb.base/default.exp: Remove java from language list.
15381 * README (Examples): Update language example.
15382 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
15383 test.
15384 * lib/gdb.exp (skip_java_tests): Remove.
15385 * lib/java.exp: Remove.
15386 * gdb.java: Remove.
15387
15388 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
15389
15390 * gdb.arch/mips-fcr.exp: New test.
15391 * gdb.arch/mips-fcr.c: Source for the new test.
15392
15393 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
15394
15395 * gdb.base/solib-disc.exp: Use `standard_output_file'
15396 throughout.
15397
15398 2016-10-06 Pedro Alves <palves@redhat.com>
15399
15400 * gdb.base/jit-simple-dl.c: New file.
15401 * gdb.base/jit-simple-jit.c: New file, factored out from ...
15402 * gdb.base/jit-simple.c: ... this.
15403 * gdb.base/jit-simple.exp (jit_run): Delete.
15404 (build_jit): New proc.
15405 (jit_test_reread): Recompile either the main program or the shared
15406 library, depending on what is being tested. Skip changing address
15407 if caller wants to. Compare before/after addresses. If testing
15408 standalone, explicitly load the binary. Test "maint info
15409 breakpoints".
15410 (top level): Add "standalone vs shared lib" and "change address"
15411 vs "same address" axes.
15412
15413 2016-10-06 Pedro Alves <palves@redhat.com>
15414
15415 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
15416 call.
15417 (jit_run): Delete.
15418 (jit_test_reread): Use with_test_prefix. Reload the main binary
15419 explicitly. Compare the before/after addresses of the JIT
15420 descriptor.
15421
15422 2016-08-15 Doug Evans <dje@google.com>
15423
15424 * gdb.xml/extra-regs.xml: Update, end field now required, default type
15425 for single bitfields is bool.
15426 * gdb.xml/tdesc-regs.exp: Ditto.
15427
15428 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
15429
15430 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
15431
15432 2016-10-05 Yao Qi <yao.qi@linaro.org>
15433
15434 * lib/gdb.exp (support_complex_tests): Return zero if
15435 gdb_skip_float_test return true.
15436
15437 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
15438 Simon Marchi <simon.marchi@ericsson.com>
15439
15440 PR gdb/20487
15441 * gdb.mi/user-selected-context-sync.exp: New file.
15442 * gdb.mi/user-selected-context-sync.c: New file.
15443
15444 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
15445 Simon Marchi <simon.marchi@ericsson.com>
15446
15447 PR gdb/20487
15448 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
15449 =thread-select-event check.
15450
15451 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
15452
15453 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
15454 the compulsory L operand changes.
15455 * gdb.arch/powerpc-power.s: Likewise.
15456
15457 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
15458
15459 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
15460 * gdb.base/jit-attach-pie.c: New file.
15461 * gdb.base/jit-attach-pie.exp: New file.
15462
15463 2016-09-28 Pedro Alves <palves@redhat.com>
15464
15465 * gdb.base/infcall-input.c: New file.
15466 * gdb.base/infcall-input.exp: New file.
15467
15468 2016-09-22 Yao Qi <yao.qi@linaro.org>
15469
15470 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
15471 (gdb_exit): Rename it to ...
15472 (gdbserver_gdb_exit): ... Close GDBserver.
15473 (gdb_exit): New proc, call gdbserver_gdb_exit.
15474 (mi_gdb_exit): Likewise.
15475
15476 2016-09-22 Yao Qi <yao.qi@linaro.org>
15477
15478 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
15479 path.
15480 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
15481 Remove duplication.
15482
15483 2016-09-22 Yao Qi <yao.qi@linaro.org>
15484
15485 * lib/gdbserver-support.exp: Check the existence of
15486 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
15487
15488 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
15489
15490 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
15491
15492 2016-09-21 Tom Tromey <tom@tromey.com>
15493
15494 PR gdb/20604:
15495 * gdb.base/quit.exp: New file.
15496
15497 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
15498
15499 * .gitignore: New file.
15500
15501 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
15502
15503 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
15504 throughout.
15505
15506 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15507
15508 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
15509
15510 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15511
15512 * gdb.cp/casts.cc (decltype): Move it ...
15513 (main): ... with its call to ...
15514 * gdb.cp/casts03.cc: ... a new file.
15515 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
15516
15517 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15518
15519 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
15520
15521 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
15522
15523 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
15524 and sync up the test with tests in gas/testsuite/gas/ppc.
15525 * gdb.arch/powerpc-power.exp: Likewise.
15526
15527 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15528
15529 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
15530
15531 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
15532 Jan Kratochvil <jan.kratochvil@redhat.com>
15533
15534 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
15535 make m1's definition to be different from m2's. Use 'dummy' as an
15536 argument for probe 'two'.
15537
15538 2016-09-10 Jon Beniston <jon@beniston.com>
15539
15540 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
15541 for sim target.
15542
15543 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
15544
15545 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
15546 variable declaration.
15547 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
15548 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
15549 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
15550 received HWCAP as its argument.
15551
15552 2016-09-06 Pedro Alves <palves@redhat.com>
15553
15554 * gdb.base/new-ui-pending-input.c: New file.
15555 * gdb.base/new-ui-pending-input.exp: New file.
15556 * gdb.exp (clear_gdb_spawn_id): New procedure.
15557 (with_spawn_id): Check whether gdb_spawn_id exists before
15558 referencing it. If gdb_spawn_id didn't exist on entry, clear it
15559 on exit.
15560
15561 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
15562
15563 * gdb.base/float128.c: New file.
15564 * gdb.base/float128.exp: Likewise.
15565 * gdb.base/floatn.c: Likewise.
15566 * gdb.base/floatn.exp: Likewise.
15567
15568 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
15569
15570 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
15571
15572 2016-09-05 Pedro Alves <palves@redhat.com>
15573
15574 PR backtrace/19927
15575 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
15576 unwinders are immediately called as side effect of "source" or
15577 "disable unwinder" commands.
15578 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
15579
15580 2016-09-02 Yao Qi <yao.qi@linaro.org>
15581
15582 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
15583 is true and $type is "float" or "double".
15584
15585 2016-09-02 Yao Qi <yao.qi@linaro.org>
15586
15587 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
15588 true.
15589 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
15590 * gdb.base/call-rt-st.exp: Likewise.
15591 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
15592 return value instead of gdb,skip_float_test.
15593 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
15594 (do_function_calls): Use its return value instead of
15595 gdb,skip_float_test.
15596 * gdb.base/finish.exp: Likewise.
15597 * gdb.base/funcargs.exp: Likewise.
15598 * gdb.base/return.exp: Likewise.
15599 * gdb.base/return2.exp: Likewise.
15600 * gdb.base/varargs.exp: Likewise.
15601 * lib/gdb.exp (gdb_skip_float_test): Change it to
15602 gdb_caching_proc. Detect the broken ptrace on arm-linux.
15603
15604 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
15605
15606 * gdb.multi/tids.exp: Test "thread apply all".
15607
15608 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
15609
15610 * gdb.base/default.exp (tty): Remove.
15611
15612 2016-08-24 Kevin Buettner <kevinb@redhat.com>
15613
15614 * gdb.python/py-recurse-unwind.c: New file.
15615 * gdb.python/py-recurse-unwind.py: New file.
15616 * gdb.python/py-recurse-unwind.exp: New file.
15617
15618 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
15619
15620 * gdb.base/set-inferior-tty.exp: New file.
15621 * gdb.base/set-inferior-tty.c: New file.
15622
15623 2016-08-23 Pedro Alves <palves@redhat.com>
15624
15625 PR gdb/20494
15626 * gdb.base/new-ui-echo.c: New file.
15627 * gdb.base/new-ui-echo.exp: New file.
15628
15629 2016-08-23 Yao Qi <yao.qi@linaro.org>
15630
15631 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
15632 gdbserver_spawn.
15633 * gdb.server/connect-without-multi-process.exp (do_test):
15634 Likewise.
15635
15636 2016-08-23 Yao Qi <yao.qi@linaro.org>
15637
15638 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
15639 standalone_txt. Delete gdb_txt and standalone_txt on host
15640 and target. Spawn the binary on target. Copy files from
15641 target to host.
15642
15643 2016-08-22 Pedro Alves <palves@redhat.com>
15644
15645 PR gdb/20505
15646 * gdb.base/vdso-warning.exp: Test core dumps too. Use
15647 with_test_prefix. Factor out bits to ...
15648 (test_no_vdso): ... this new procedure.
15649
15650 2016-08-19 Carl Love <cel@us.ibm.com>
15651
15652 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
15653 maintaining separate logic for constructing the output path.
15654 * gdb.arch/powerpc-d128-regs.exp: Likewise.
15655 * gdb.arch/ppc-dfp.exp: Likewise.
15656 * gdb.arch/ppc-fp.exp: Likewise.
15657 * gdb.arch/vsx-regs.exp: Likewise.
15658 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
15659 binprefix for generating the additional binary files.
15660
15661 2016-08-19 Pedro Alves <palves@redhat.com>
15662
15663 * gdb.trace/mi-trace-frame-collected.exp
15664 (test_trace_frame_collected): On x32, expect two registers.
15665
15666 2016-08-18 Carl Love <cel@us.ibm.com>
15667
15668 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
15669 and sync up the test with tests in gas/testsuite/gas/ppc.
15670 * gdb.arch/powerpc-power.exp: Likewise.
15671
15672 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
15673
15674 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
15675 expected error message.
15676
15677 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
15678
15679 * gdb.multi/remove-inferiors.exp: New file.
15680 * gdb.multi/remove-inferiors.c: New file.
15681
15682 2016-08-12 Yao Qi <yao.qi@linaro.org>
15683
15684 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
15685 argument list.
15686
15687 2016-08-10 Pedro Alves <palves@redhat.com>
15688
15689 PR gdb/19187
15690 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
15691 setup_kfails.
15692
15693 2016-08-09 Pedro Alves <palves@redhat.com>
15694 Simon Marchi <simon.marchi@ericsson.com>
15695
15696 PR gdb/20418
15697 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
15698 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
15699
15700 2016-08-09 Pedro Alves <palves@redhat.com>
15701
15702 PR mi/20431
15703 * gdb.mi/mi-cmd-error.exp: New file.
15704
15705 2016-08-09 Pedro Alves <palves@redhat.com>
15706
15707 PR gdb/18653
15708 * gdb.base/signals-state-child.c: New file.
15709 * gdb.base/signals-state-child.exp: New file.
15710 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
15711
15712 2016-08-09 Pedro Alves <palves@redhat.com>
15713
15714 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
15715
15716 2016-08-03 Tom Tromey <tom@tromey.com>
15717
15718 PR python/18565:
15719 * gdb.python/py-frame-inline.exp: Add Frame.function test.
15720
15721 2016-08-01 Yao Qi <yao.qi@linaro.org>
15722
15723 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
15724 variable mode to "multi-process" if $multi_process is 1, otherwise
15725 set it to "single-process".
15726
15727 2016-08-01 Yao Qi <yao.qi@linaro.org>
15728
15729 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
15730 * gdb.cp/cpexprs.exp: Likewise.
15731 * gdb.cp/m-static.exp: Likewise.
15732
15733 2016-07-26 Tom Tromey <tom@tromey.com>
15734
15735 PR python/20190:
15736 * gdb.threads/tls.exp (check_thread_local): Add python symbol
15737 test.
15738
15739 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
15740
15741 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
15742 selecting assembly source files.
15743 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
15744 assembly source files.
15745 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
15746 assembly source files.
15747 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
15748 selecting assembly source files.
15749
15750 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
15751
15752 * gdb.base/new-ui.exp (do_test_invalid_args): New
15753 procedure.
15754
15755 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
15756
15757 * gdb.btrace/reconnect.c: New file.
15758 * gdb.btrace/reconnect.exp: New file.
15759
15760 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
15761
15762 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
15763 to test_catch_syscall_group.
15764 (test_catch_syscall_group): New.
15765
15766 2016-07-21 Tom Tromey <tom@tromey.com>
15767
15768 * gdb.rust/simple.rs (main): Use empty struct expression.
15769 * gdb.rust/simple.exp: Add tests for empty struct expression.
15770
15771 2016-07-21 Yao Qi <yao.qi@linaro.org>
15772
15773 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
15774 if gdb_skip_xml_test is true on some targets.
15775
15776 2016-07-21 Yao Qi <yao.qi@linaro.org>
15777
15778 * gdb.server/solib-list.exp: Unset last_loaded_file.
15779
15780 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15781
15782 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
15783 "step into captured_main (args)".
15784
15785 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15786
15787 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
15788
15789 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15790
15791 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
15792
15793 2016-07-19 Pedro Alves <palves@redhat.com>
15794
15795 * gdb.opt/inline-break.exp: Remove optimize=-O2.
15796 * gdb.opt/inline-bt.exp: Likewise.
15797 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
15798 additional_flags=-Winline.
15799 * gdb.opt/inline-locals.exp: Likewise.
15800 * gdb.opt/inline-markers.c (ATTR): Define.
15801 (inlined_fn): Use it.
15802
15803 2016-07-19 Yao Qi <yao.qi@linaro.org>
15804
15805 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
15806 (test_with_self): Remove some code. Remove argument executable.
15807 (top-level): Use do_self_tests.
15808
15809 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
15810 Don Breazeal <donb@codesourcery.com>
15811
15812 * gdb.base/maint.exp: Escape paths used in regular expressions.
15813 * gdb.stabs/weird.exp: Likewise.
15814
15815 2016-07-13 Tom Tromey <tom@tromey.com>
15816
15817 PR python/15620, PR python/18620:
15818 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
15819 (test_bkpt_events): New procs.
15820
15821 2016-07-13 Tom Tromey <tom@tromey.com>
15822
15823 PR python/17698:
15824 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
15825 test.
15826 (test_watchpoints): Likewise.
15827 (test_bkpt_pending): New proc.
15828
15829 2016-07-13 Tom Tromey <tom@tromey.com>
15830
15831 PR cli/18053:
15832 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
15833 completion test.
15834
15835 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15836
15837 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
15838 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
15839 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
15840 f_label.
15841 (g): Rename g_end_lbl to g_label.
15842 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
15843 low_pc and high_pc.
15844 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
15845
15846 2016-07-12 Tom Tromey <tom@tromey.com>
15847
15848 PR python/19293:
15849 * gdb.python/py-unwind-maint.exp: Update tests.
15850
15851 2016-07-12 Yao Qi <yao.qi@linaro.org>
15852
15853 * lib/selftest-support.exp (selftest_setup): Match the output
15854 when captured_main is inlined.
15855
15856 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
15857
15858 * gdb.fortran/derived-types.exp (result_line, result_line_2):
15859 New variables.
15860 (print this%a, print this%b, print this): New tests.
15861 * gdb.fortran/derived-types.f90 (this): New object and
15862 initialization.
15863
15864 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
15865
15866 * gdb.ada/arraydim.exp: Remove extra directory level in build
15867 directory.
15868
15869 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
15870
15871 * lib/ada.exp: Remove extra directory level in build directory.
15872 * gdb.ada/cond_lang.exp: Likewise.
15873 * gdb.ada/exec_changed.exp: Likewise.
15874 * gdb.ada/lang_switch.exp: Likewise.
15875
15876 2016-07-06 Manish Goregaokar <manish@mozilla.com>
15877
15878 * simple.rs: Add test for raw pointer subscripting.
15879 * simple.exp: Add test expectations.
15880
15881 2016-07-05 Yao Qi <yao.qi@linaro.org>
15882
15883 * gdb.mi/mi-reverse.exp: Match =record-started output.
15884
15885 2016-07-01 Pedro Alves <palves@redhat.com>
15886
15887 * gdb.base/jit-reader.exp (info_registers_current_frame): New
15888 procedure.
15889 (jit_reader_test): Test the jit reader's unwinder.
15890 * gdb.base/jithost.c (jit_function_00_code): New global.
15891 (main): Use memcpy to fill in the mmapped code, instead of poking
15892 bytes manually here.
15893 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
15894 value.
15895 (read_debug_info): Save the function's range.
15896 (read_sp): New function.
15897 (unwind_frame): Use it. Also unwind RBP.
15898 (get_frame_id): Use read_sp.
15899 (gdb_init_reader): Use calloc instead of malloc.
15900 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
15901 parameter. Use gdb_test_multiple.
15902
15903 2016-07-01 Pedro Alves <palves@redhat.com>
15904 Antoine Tremblay <antoine.tremblay@ericsson.com>
15905
15906 * gdb.threads/process-dies-while-detaching.c: New file.
15907 * gdb.threads/process-dies-while-detaching.exp: New file.
15908
15909 2016-07-01 Pedro Alves <palves@redhat.com>
15910
15911 * gdb.multi/watchpoint-multi-exit.c: New file.
15912 * gdb.multi/watchpoint-multi-exit.exp: New file.
15913
15914 2016-06-30 Pedro Alves <palves@redhat.com>
15915
15916 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
15917 unset inferior_spawn_id.
15918
15919 2016-06-30 Pedro Alves <palves@redhat.com>
15920
15921 * lib/mi-support.exp (default_mi_gdb_start): Declare global
15922 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
15923
15924 2016-06-29 Yao Qi <yao.qi@linaro.org>
15925
15926 * gdb.base/return.c: Add copyright header.
15927
15928 2016-06-29 Tom Tromey <tom@tromey.com>
15929
15930 PR python/20129:
15931 * gdb.python/py-framefilter.exp: Add tests for setting priority
15932 and disabling of non-existent frame filter.
15933
15934 2016-06-29 Yao Qi <yao.qi@linaro.org>
15935
15936 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
15937 0x0f07ff.
15938
15939 2016-06-28 Yao Qi <yao.qi@linaro.org>
15940
15941 * gdb.base/catch-syscall.exp: Remove check on isnative and target
15942 triplets. Start gdb, execute catch syscall, and continue. Check
15943 gdb's output to determine catch syscall is supported.
15944
15945 2016-06-27 Manish Goregaokar <manish@mozilla.com>
15946
15947 * gdb.rust/simple.rs: Add test for returning unit in a function.
15948 * gdb.rust/simple.exp: Add expectation for functions returning
15949 unit.
15950
15951 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
15952
15953 * gdb.python/py-breakpoint-create-fail.c,
15954 gdb.python/py-breakpoint-create-fail.exp,
15955 gdb.python/py-breakpoint-create-fail.py: New testcase.
15956
15957 2016-06-25 Manish Goregaokar <manish@mozilla.com>
15958
15959 PR gdb/20239
15960 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
15961 * gdb.rust/simple.exp: Add test expectations for new NonZero
15962 tests.
15963
15964 2016-06-24 David Taylor <dtaylor@emc.com>
15965
15966 * gdb.base/offsets.exp: New file.
15967 * gdb.base/offsets.c: New file.
15968
15969 2016-06-23 Tom Tromey <tom@tromey.com>
15970
15971 PR gdb/16483:
15972 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
15973 before any filters are loaded.
15974
15975 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
15976
15977 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
15978 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
15979 structs.
15980 * gdb.fortran/derived-type-function.exp: New file.
15981 * gdb.fortran/derived-type-function.f90: New file.
15982
15983
15984 2016-06-21 Pedro Alves <palves@redhat.com>
15985
15986 * gdb.base/new-ui.exp: New file.
15987 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
15988 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
15989 (with_spawn_id): New procedure.
15990
15991 2016-06-21 Pedro Alves <palves@redhat.com>
15992
15993 * gdb.mi/mi-exec-run.exp: New file.
15994
15995 2016-06-21 Pedro Alves <palves@redhat.com>
15996
15997 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
15998 breakpoint command's output on the main UI.
15999 (test_break): New procedure, factored out from calls in the top
16000 level.
16001 (top level): Use foreach_with_prefix to test MI as main UI and as
16002 separate UI.
16003
16004 2016-06-21 Pedro Alves <palves@redhat.com>
16005
16006 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
16007 (test_awatch_creation_and_listing)
16008 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
16009 Remove 'type' parameter.
16010 (test_watchpoint_all): New parameter mi_mode. Remove
16011 with_test_prefix.
16012 (top level): Use foreach_with_prefix, and add main/separate UI MI
16013 testing axis.
16014
16015 2016-06-21 Pedro Alves <palves@redhat.com>
16016
16017 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
16018 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
16019 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
16020 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
16021 (gdb_main_spawn_id, mi_spawn_id): Declare and
16022 comment.
16023 (mi_create_inferior_pty): New procedure,
16024 factored out from default_mi_gdb_start.
16025 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
16026 procedures.
16027 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
16028 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
16029 Use mi_create_inferior_pty.
16030 (mi_gdb_start): Use eval to pass down args list.
16031
16032 2016-06-21 Pedro Alves <palves@redhat.com>
16033
16034 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
16035 * gdb.opt/inline-cmds.exp: Add MI tests.
16036
16037 2016-06-21 Pedro Alves <palves@redhat.com>
16038
16039 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
16040
16041 2016-06-21 Pedro Alves <palves@redhat.com>
16042
16043 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
16044 (top level): Use it instead of mi_execute_to.
16045
16046 2016-06-21 Pedro Alves <palves@redhat.com>
16047
16048 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
16049 (cont_handler_str): New.
16050 (signal_stop_handler): Set stop_handler_str instead of printing to
16051 stdout.
16052 (continue_handler): Set cont_handler_str instead of printing to
16053 stdout.
16054 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
16055 mi_send_resuming_command. Print stop_handler_str and
16056 cont_handler_str instead of expecting the python events print
16057 directly.
16058
16059 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
16060
16061 * gdb.base/jit-reader.exp: New file.
16062 * gdb.base/jithost.c: New file.
16063 * gdb.base/jithost.h: New file.
16064 * gdb.base/jitreader.c : New file.
16065 * gdb.base/jit-protocol.h: New file.
16066
16067 2016-06-17 Yao Qi <yao.qi@linaro.org>
16068
16069 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
16070 parameters follow_fork and detach_on_fork. Set follow-fork-mode
16071 and detach-on-fork. Adjust tests.
16072 (top level): Invoke break_cond_on_syscall with combinations of
16073 syscall, follow-fork-mode and detach-on-fork.
16074
16075 2016-06-17 Yao Qi <yao.qi@linaro.org>
16076
16077 * gdb.base/step-over-exit.c: New.
16078 * gdb.base/step-over-exit.exp: New.
16079
16080 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
16081
16082 * gdb.base/float.exp: Add target check for nds32*-*-*.
16083 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
16084
16085 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
16086
16087 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
16088 for unsupported target features.
16089 * gdb.base/call-rt-st.exp: Likewise.
16090 * gdb.base/call-sc.exp: Likewise.
16091 * gdb.base/call-signal-resume.exp: Likewise.
16092 * gdb.base/call-strs.exp: Likewise.
16093 * gdb.base/callexit.exp: Likewise.
16094 * gdb.base/callfuncs.exp: Likewise.
16095 * gdb.base/nodebug.exp: Likewise.
16096 * gdb.base/printcmds.exp: Likewise.
16097 * gdb.base/ptype.exp: Likewise.
16098 * gdb.base/structs.exp: Likewise.
16099 * gdb.base/unwindonsignal.exp: Likewise.
16100 * gdb.cp/gdb2495.exp: Likewise.
16101 * gdb.cp/templates.exp: Likewise.
16102 * gdb.cp/virtfunc.exp: Likewise.
16103 * gdb.threads/hand-call-in-threads.exp: Likewise.
16104 * gdb.threads/interrupted-hand-call.exp: Likewise.
16105 * gdb.threads/thread-unwindonsignal.exp: Likewise.
16106
16107 2016-06-10 Tom Tromey <tom@tromey.com>
16108
16109 PR rust/20110:
16110 * gdb.rust/expr.exp: Add test for integer constant larger than
16111 i32.
16112
16113 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
16114
16115 * gdb.fortran/nested-funcs.exp: New.
16116 * gdb.fortran/nested-funcs.f90: New.
16117
16118 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
16119
16120 * gdb.base/examine-backward.c: New file.
16121 * gdb.base/examine-backward.exp: New file.
16122
16123 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
16124
16125 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
16126 matching.
16127
16128 2016-06-02 Tom Tromey <tom@tromey.com>
16129
16130 PR python/18984:
16131 * gdb.python/py-shared.exp: Add solib_name test.
16132
16133 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
16134
16135 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
16136
16137 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
16138
16139 PR c++/19893
16140 * gdb.dwarf2/implref.exp: Rename to...
16141 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
16142 * gdb.dwarf2/implref-array.c: New file.
16143 * gdb.dwarf2/implref-array.exp: Likewise.
16144 * gdb.dwarf2/implref-global.c: Likewise.
16145 * gdb.dwarf2/implref-global.exp: Likewise.
16146 * gdb.dwarf2/implref-struct.c: Likewise.
16147 * gdb.dwarf2/implref-struct.exp: Likewise.
16148
16149 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16150
16151 * gdb.trace/trace-condition.exp: Add 64bit tests.
16152
16153 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16154
16155 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
16156 bits types.
16157 (main): Adapt to 8 to 64 bits types.
16158 * gdb.trace/trace-condition.exp: Add new tests.
16159
16160 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16161
16162 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
16163
16164 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16165
16166 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
16167 Move condition tests...
16168 * gdb.trace/trace-condition.exp: Here.
16169
16170 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16171
16172 * gdb.trace/trace-condition.exp: Add counter-case tests.
16173
16174 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
16175
16176 PR c++/15231
16177 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
16178 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
16179
16180 2016-05-27 Pedro Alves <palves@redhat.com>
16181
16182 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
16183 New procedure.
16184 (top level): Call it, and bail out of DejaGnu is known to be bad.
16185
16186 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
16187
16188 * gdb.base/whatis.c: Extend the test case.
16189 * gdb.base/whatis.exp: Add additional tests.
16190
16191 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16192
16193 * gdb.fortran/type.f90: Add pointer variable.
16194 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
16195
16196 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16197
16198 * gdb.fortran/vla-type.exp: Fix testcase name.
16199
16200 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16201
16202 * gdb.fortran/vla-type.exp: Access elements in nested structs.
16203
16204 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16205
16206 * gdb.fortran/type.f90: Add nested structures.
16207 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
16208 * gdb.fortran/derived-type.exp: Adapt expected output.
16209 * gdb.fortran/vla-type.exp: Adapt expected output.
16210
16211 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16212
16213 * gdb.fortran/whatis_type.exp: Adapt expected output.
16214
16215 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16216
16217 * gdb.fortran/print_type.exp: Fix expected output.
16218 * gdb.fortran/whatis_type.exp: Fix expected output.
16219
16220 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16221
16222 * gdb.fortran/whatis_type.exp: Use multi_line.
16223
16224 2016-05-24 Tom Tromey <tom@tromey.com>
16225
16226 PR python/17386:
16227 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
16228 use value as an index.
16229
16230 2016-05-23 Tom Tromey <tom@tromey.com>
16231
16232 PR python/17981:
16233 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
16234 no-breakpoint case.
16235
16236 2016-05-24 Pedro Alves <palves@redhat.com>
16237
16238 PR gdb/19828
16239 * gdb.threads/clone-attach-detach.c: New file.
16240 * gdb.threads/clone-attach-detach.exp: New file.
16241
16242 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
16243
16244 * gdb.base/annota-input-while-running.exp: Fix syntax error.
16245
16246 2016-05-23 Tom Tromey <tom@tromey.com>
16247
16248 PR python/19438, PR python/18393:
16249 * gdb.python/py-progspace.exp: Add "dir" test.
16250 * gdb.python/py-objfile.exp: Add "dir" test.
16251
16252 2016-05-23 Yao Qi <yao.qi@linaro.org>
16253
16254 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
16255 * gdb.arch/thumb2-it.exp: Likewise.
16256
16257 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
16258
16259 * gdb.mi/mi-threads-interrupt.c: New file.
16260 * gdb.mi/mi-threads-interrupt.exp: New file.
16261
16262 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
16263
16264 PR gdb/18077
16265 * gdb.mi/mi-async-run.exp: New file.
16266 * gdb.mi/mi-async-run.c: New file.
16267
16268 2016-05-17 Tom Tromey <tom@tromey.com>
16269 Manish Goregaokar <manishsmail@gmail.com>
16270
16271 * lib/rust-support.exp: New file.
16272 * lib/gdb.exp (skip_rust_tests): New proc.
16273 (build_executable_from_specs): Handle rust.
16274 * lib/future.exp (gdb_find_rustc): New proc.
16275 (gdb_default_target_compile): Handle rust.
16276 * gdb.rust/expr.exp: New file.
16277 * gdb.rust/generics.exp: New file.
16278 * gdb.rust/generics.rs: New file.
16279 * gdb.rust/methods.exp: New file.
16280 * gdb.rust/methods.rs: New file.
16281 * gdb.rust/modules.exp: New file.
16282 * gdb.rust/modules.rs: New file.
16283 * gdb.rust/simple.exp: New file.
16284 * gdb.rust/simple.rs: New file.
16285
16286 2016-05-17 Tom Tromey <tom@tromey.com>
16287
16288 * gdb.base/default.exp (set language): Add rust.
16289
16290 2016-05-17 Tom Tromey <tom@tromey.com>
16291
16292 * gdb.gdb/unittest.exp: New file.
16293
16294 2016-05-16 Yao Qi <yao.qi@linaro.org>
16295
16296 * gdb.base/batch-preserve-term-settings.exp: Remove variable
16297 shell_prompt. Update shell_prompt_re.
16298
16299 2016-05-12 Doug Evans <dje@google.com>
16300
16301 PR symtab/19999
16302 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
16303 $options when building executable.
16304 * gdb.dwarf2/fission-loclists-pie.S: New file.
16305 * gdb.dwarf2/fission-loclists-pie.exp: New file.
16306
16307 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
16308
16309 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
16310 of [is_remote target],
16311
16312 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
16313
16314 * lib/gdb.exp (use_gdb_stub): New procedure.
16315
16316 2016-05-03 Yunlian Jiang <yunlian@google.com>
16317 Doug Evans <dje@google.com>
16318
16319 PR symtab/19914
16320 * gdb.dwarf2/dwp-sepdebug.c: New file.
16321 * gdb.dwarf2/dwp-sepdebug.exp: New file.
16322
16323 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
16324
16325 * gdb.base/detach.exp: Remove is_remote check.
16326
16327 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
16328
16329 * gdb.base/annota-input-while-running.exp: Don't check for
16330 [is_remote target]. Enable annotations after running to main.
16331 Remove unused "set test..." line.
16332
16333 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
16334
16335 * gdb.trace/trace-enable-disable.exp: New file.
16336 * gdb.trace/trace-enable-disable.c: New file.
16337
16338 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
16339
16340 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
16341 use it in info sharedlibrary test.
16342 * gdb.trace/ftrace-lock.exp: Likewise.
16343 * gdb.trace/ftrace.exp: Likewise.
16344 * gdb.trace/range-stepping.exp: Likewise.
16345 * gdb.trace/trace-break.exp: Likewise.
16346 * gdb.trace/trace-condition.exp: Likewise.
16347 * gdb.trace/trace-mt.exp: Likewise.
16348
16349 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
16350
16351 * lib/gdb.exp (gdb_load_shlibs): Rename to...
16352 (gdb_load_shlib): ... this.
16353 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
16354 gdb_load_shlib.
16355 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
16356 * gdb.base/ctxobj.exp: Likewise.
16357 * gdb.base/dprintf-pending.exp: Likewise.
16358 * gdb.base/dso2dso.exp: Likewise.
16359 * gdb.base/fixsection.exp: Likewise.
16360 * gdb.base/gcore-relro.exp: Likewise.
16361 * gdb.base/gdb1555.exp: Likewise.
16362 * gdb.base/global-var-nested-by-dso.exp: Likewise.
16363 * gdb.base/gnu-ifunc.exp: Likewise.
16364 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
16365 * gdb.base/jit-so.exp (one_jit_test): Likewise.
16366 * gdb.base/pending.exp: Likewise.
16367 * gdb.base/print-file-var.exp: Likewise.
16368 * gdb.base/print-symbol-loading.exp: Likewise.
16369 * gdb.base/shlib-call.exp: Likewise.
16370 * gdb.base/shreloc.exp: Likewise.
16371 * gdb.base/so-impl-ld.exp: Likewise.
16372 * gdb.base/solib-disc.exp: Likewise.
16373 * gdb.base/solib-nodir.exp: Likewise.
16374 * gdb.base/solib-overlap.exp: Likewise.
16375 * gdb.base/solib-symbol.exp: Likewise.
16376 * gdb.base/solib-weak.exp (do_test): Likewise.
16377 * gdb.base/sym-file.exp: Likewise.
16378 * gdb.base/symtab-search-order.exp: Likewise.
16379 * gdb.base/type-opaque.exp: Likewise.
16380 * gdb.base/unload.exp: Likewise.
16381 * gdb.base/watchpoint-solib.exp: Likewise.
16382 * gdb.compile/compile.exp: Likewise.
16383 * gdb.cp/gdb2384.exp: Likewise.
16384 * gdb.cp/infcall-dlopen.exp: Likewise.
16385 * gdb.cp/re-set-overloaded.exp: Likewise.
16386 * gdb.fortran/library-module.exp: Likewise.
16387 * gdb.opt/solib-intra-step.exp: Likewise.
16388 * gdb.python/py-finish-breakpoint.exp: Likewise.
16389 * gdb.python/py-shared.exp: Likewise.
16390 * gdb.reverse/solib-precsave.exp: Likewise.
16391 * gdb.reverse/solib-reverse.exp: Likewise.
16392 * gdb.server/solib-list.exp: Likewise.
16393 * gdb.threads/dlopen-libpthread.exp: Likewise.
16394 * gdb.threads/tls-shared.exp: Likewise.
16395 * gdb.threads/tls-so_extern.exp: Likewise.
16396 * gdb.trace/change-loc.exp: Likewise.
16397 * gdb.trace/ftrace-lock.exp: Likewise.
16398 * gdb.trace/ftrace.exp: Likewise.
16399 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
16400 * gdb.trace/pending.exp: Likewise.
16401 * gdb.trace/range-stepping.exp: Likewise.
16402 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
16403 (strace_info_marker): Likewise.
16404 (strace_probe_marker): Likewise.
16405 (strace_trace_on_same_addr): Likewise.
16406 (strace_trace_on_diff_addr): Likewise.
16407 * gdb.trace/trace-break.exp: Likewise.
16408 * gdb.trace/trace-condition.exp: Likewise.
16409 * gdb.trace/trace-mt.exp: Likewise.
16410
16411 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
16412
16413 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
16414 result of gdb_remote_download.
16415 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
16416 * gdb.base/dso2dso.exp: Likewise.
16417 * gdb.base/global-var-nested-by-dso.exp: Likewise.
16418 * gdb.base/print-file-var.exp: Likewise.
16419 * gdb.base/shlib-call.exp: Likewise.
16420 * gdb.base/shreloc.exp: Likewise.
16421 * gdb.base/solib-overlap.exp: Likewise.
16422 * gdb.base/solib-weak.exp (do_test): Likewise.
16423 * gdb.base/unload.exp: Likewise.
16424
16425 2016-04-27 Yao Qi <yao.qi@linaro.org>
16426
16427 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
16428 exists.
16429
16430 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
16431
16432 * vla-type.exp: Print structure from toplevel.
16433
16434 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
16435
16436 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
16437 of dynamic types.
16438 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
16439 of dynamic types.
16440
16441 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
16442
16443 * gdb.fortran/vla-type.f90: New file.
16444 * gdb.fortran/vla-type.exp: New file.
16445
16446 2016-04-25 Yao Qi <yao.qi@linaro.org>
16447
16448 * gdb.base/branch-to-self.c: New file.
16449 * gdb.base/branch-to-self.exp: New file.
16450
16451 2016-04-22 Yao Qi <yao.qi@linaro.org>
16452
16453 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
16454 more after $hex.
16455
16456 2016-04-22 Yao Qi <yao.qi@linaro.org>
16457
16458 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
16459 * gdb.base/annota3.exp: Likewise.
16460
16461 2016-04-22 Yao Qi <yao.qi@linaro.org>
16462
16463 * gdb.reverse/step-precsave.exp: Do one step and test program
16464 stops in "callee" and do multiple steps until program goes out
16465 of "callee".
16466 * gdb.reverse/step-reverse.exp: Likewise.
16467
16468 2016-04-22 Yao Qi <yao.qi@linaro.org>
16469
16470 * gdb.trace/signal.exp: Also pass if
16471 $tracepoint_hits($i) > $iterations.
16472
16473 2016-04-22 Yao Qi <yao.qi@linaro.org>
16474
16475 * gdb.trace/signal.c: New file.
16476 * gdb.trace/signal.exp: New file.
16477
16478 2016-04-19 Doug Evans <xdje42@gmail.com>
16479
16480 * gdb.base/bad-file.exp: New file.
16481
16482 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
16483
16484 * gdb.dwarf2/implref.exp: New file.
16485
16486 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
16487
16488 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
16489 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
16490 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
16491 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
16492 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
16493 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
16494 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
16495 * lib/fortran.exp (fortran_int4): New procedure.
16496 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
16497 (fortran_logical4): Likewise.
16498
16499 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
16500
16501 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
16502
16503 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
16504
16505 * lib/compiler.c: Add Intel specific preprocessor macros.
16506 * lib/compiler.cc: Likewise.
16507
16508 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
16509
16510 * gdb.server/connect-with-no-symbol-file.c: New file.
16511 * gdb.server/connect-with-no-symbol-file.exp: New file.
16512
16513 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
16514
16515 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
16516
16517 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
16518
16519 * boards/gdbserver-base.exp (${board}_download): Copy source file to
16520 standard output directory.
16521
16522 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
16523
16524 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
16525
16526 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
16527
16528 * gdb.btrace/instruction_history.c (loop): Add declaration.
16529
16530 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
16531
16532 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
16533
16534 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
16535
16536 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
16537 parentheses to print.
16538 (continue_handler): Likewise.
16539
16540 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
16541
16542 * gdb.server/solib-list.exp: Remove is_remote check.
16543 Pass shlib= to gdb_compile. Don't link shared library with
16544 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
16545 Run binary filename through "readlink -f" on the target.
16546
16547 2016-04-08 Pedro Alves <palves@redhat.com>
16548
16549 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
16550 interpreter filename as argument to gdbserver_spawn.
16551 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
16552 Return empty if $last_loaded_file does not exist.
16553
16554 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
16555
16556 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
16557 * gdb.base/jit-main.c: Use exit after usage.
16558
16559 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16560
16561 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
16562 GDBHISTSIZE prior to the tests.
16563 * gdb.base/gdbinit-history.exp: Likewise.
16564
16565 2016-04-07 Pedro Alves <palves@redhat.com>
16566
16567 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
16568 instead of build_executable. Use gdb_load_shlibs.
16569
16570 2016-04-07 Yao Qi <yao.qi@linaro.org>
16571
16572 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
16573 Execute "si" command.
16574
16575 2016-04-07 Yao Qi <yao.qi@linaro.org>
16576
16577 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
16578 number instead of the comments on some line.
16579
16580 2016-04-06 Don Breazeal <donb@codesourcery.com>
16581
16582 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
16583 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
16584
16585 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
16586
16587 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
16588 standard_output_file. Remove unused binfile variable.
16589
16590 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
16591
16592 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
16593 * gdb.python/py-mi-objfile.exp: Match "list main" output
16594 in console format.
16595
16596 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
16597
16598 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
16599 absolute.
16600
16601 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
16602
16603 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
16604 absolute.
16605 * gdb.trace/ftrace.exp: Likewise.
16606 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
16607 targets as well.
16608 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
16609 (gdb_load_shlibs): Copy libraries to test directory when testing
16610 natively. Only set solib-search-path if testing remotely.
16611 * lib/mi-support.exp (mi_load_shlibs): Likewise.
16612
16613 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
16614
16615 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
16616 gdb_download. Use it even if the target is not remote.
16617 * gdb.base/jit.exp (compile_jit_test): Likewise.
16618 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
16619 output directory if the destination board is local, otherwise use
16620 the standard remote_download from DejaGnu.
16621 (gdb_download): Remove.
16622 (gdb_load_shlibs): Use gdb_remote_download instead of
16623 gdb_download.
16624 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
16625 Use gdb_remote_download instead of gdb_download. Use it even if
16626 the target is not remote.
16627 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
16628 instead of gdb_download.
16629
16630 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
16631
16632 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
16633 (test_insert_delete_modify): Call mi_load_shlibs before trying to
16634 run.
16635
16636 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
16637
16638 PR gdb/19820
16639 * gdb.base/printcmds.exp: Add artificial arrays tests.
16640
16641 2016-03-31 Pedro Alves <palves@redhat.com>
16642
16643 PR gdb/19858
16644 * gdb.base/jit-main.c: Include unistd.h.
16645 (ATTACH): Define to 0 if not already defined.
16646 (wait_for_gdb, mypid): New globals.
16647 (WAIT_FOR_GDB): New macro.
16648 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
16649 some breakpoint locations.
16650 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
16651 New procedures.
16652 (one_jit_test): Add REATTACH parameter, and handle it. Use
16653 continue_to_test_location.
16654 (top level): Test attach, and adjusts calls to one_jit_test.
16655
16656 2016-03-31 Pedro Alves <palves@redhat.com>
16657
16658 PR gdb/19858
16659 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
16660 BINSUFFIX parameter, and handle it.
16661 (top level): Adjust calls compile_jit_test.
16662
16663 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
16664
16665 PR python/19743
16666 * gdb.python/py-mi-events-gdb.py: New file.
16667 * gdb.python/py-mi-events.c: New file.
16668 * gdb.python/py-mi-events.exp: New file.
16669
16670 2016-03-30 Yao Qi <yao.qi@linaro.org>
16671
16672 * gdb.reverse/until-precsave.exp: Match function name only.
16673 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
16674 Move malloc to a condition block.
16675 * gdb.reverse/until-reverse.exp: Match function name only.
16676
16677 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
16678
16679 * gdb.trace/ftrace.exp: Set arg0exp for s390.
16680 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
16681 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
16682 variable for GPR 0 instead of assuming it is register 0.
16683 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
16684 * lib/trace-support.exp: Add s390 registers.
16685
16686 2016-03-29 Yao Qi <yao.qi@linaro.org>
16687
16688 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
16689
16690 2016-03-24 Yao Qi <yao.qi@linaro.org>
16691
16692 * gdb.reverse/break-reverse.exp: Add quotation mark in the
16693 test message.
16694
16695 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16696
16697 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
16698 maintaining separate logic for constructing the output path.
16699
16700 2016-03-16 Don Breazeal <donb@codesourcery.com>
16701
16702 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
16703 Retry fork and waitpid on interrupted system call errors.
16704 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
16705 Use with_timeout_factor to increase timeout by factor of 10.
16706
16707 2016-03-15 Don Breazeal <donb@codesourcery.com>
16708
16709 * gdb.cp/scope-err.cc: New test program.
16710 * gdb.cp/scope-err.exp: New test script.
16711 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
16712 lines and "set breakpoint here" comment.
16713 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
16714 Fixed some whitespace and format issues.
16715 * gdb.mi/mi-linespec-err-cp.cc: New test program.
16716 * gdb.mi/mi-linespec-err-cp.exp: New test script.
16717
16718 2016-03-15 Doug Evans <dje@google.com>
16719
16720 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
16721 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
16722 All callers updated. Add tests for enums, mixed flags register.
16723
16724 2016-03-15 Doug Evans <dje@google.com>
16725
16726 * gdb.base/skip.c (main): Call test_skip_file_and_function.
16727 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
16728
16729 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
16730
16731 * gdb.base/default.exp: Add $_as_string to the list of expected
16732 convenience functions.
16733
16734 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
16735
16736 * gdb.base/maint.exp: New tests for 'maint info line-table'.
16737
16738 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
16739
16740 * gdb.python/py-as-string.exp: New file.
16741 * gdb.python/py-as-string.c: New file.
16742
16743 2016-03-09 Pedro Alves <palves@redhat.com>
16744
16745 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
16746 signal" -> "Thread NN received signal" output change.
16747 * gdb.threads/ia64-sigill.exp: Likewise.
16748 * gdb.threads/linux-dp.exp: Likewise.
16749 * gdb.threads/manythreads.exp: Likewise.
16750 * gdb.threads/pending-step.exp: Likewise.
16751 * gdb.threads/print-threads.exp: Likewise.
16752 * gdb.threads/sigstep-threads.exp: Likewise.
16753 * gdb.threads/staticthreads.exp: Likewise.
16754 * gdb.threads/tls.exp: Likewise.
16755
16756 2016-03-09 Pedro Alves <palves@redhat.com>
16757
16758 * gdb.base/command-line-input.exp: New file.
16759
16760 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
16761
16762 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
16763 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
16764 * gdb.trace/pending.exp: Accept leading dot before function name.
16765 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
16766 * lib/trace-support.exp: Set registers for ppc.
16767
16768 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
16769
16770 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
16771 use it for disassembly; accept .main in addition to main in backtrace.
16772
16773 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
16774 Marcin Kościelnicki <koriakin@0x04.net>
16775
16776 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
16777 (gdb_recursion_test_ptr): New global variable.
16778 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
16779 gdb_recursion_test.
16780 (gdb_c_test): Ditto.
16781
16782 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
16783
16784 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
16785 ordering.
16786
16787 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
16788
16789 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
16790 (bar): Add bar_start_lbl label.
16791 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
16792 of foo/bar for emitting DWARF and tracing.
16793
16794 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
16795
16796 * analyze-racy-logs.py: Set executable bit.
16797
16798 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
16799
16800 * Makefile.in (DEFAULT_RACY_ITER): New variable.
16801 (CHECK_TARGET_TMP): Likewise.
16802 (check-single-racy): New rule.
16803 (check-parallel-racy): Likewise.
16804 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
16805 (do-check-parallel-racy): New rule.
16806 (check-racy/%.exp): Likewise.
16807 * README (Racy testcases): New section.
16808 * analyze-racy-logs.py: New file.
16809
16810 2016-03-03 Doug Evans <dje@google.com>
16811
16812 * gdb.base/skip.exp: Use with_test_prefix.
16813
16814 2016-03-03 Yao Qi <yao.qi@linaro.org>
16815
16816 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
16817 Invoke step_over_syscall "clone" and break_cond_on_syscall
16818 "clone".
16819 * gdb.base/step-over-clone.c: New file.
16820
16821 2016-03-03 Yao Qi <yao.qi@linaro.org>
16822
16823 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
16824 code format.
16825
16826 2016-03-03 Yao Qi <yao.qi@linaro.org>
16827
16828 * gdb.base/disp-step-fork.c: Rename to ...
16829 * gdb.base/step-over-fork.c: ... it. New file.
16830 * gdb.base/disp-step-vfork.c: Rename to ...
16831 * gdb.base/step-over-vfork.c: ... it. New file.
16832 * gdb.base/disp-step-syscall.exp: Rename to ...
16833 * gdb.base/step-over-syscall.exp: ... it. New file.
16834 (disp_step_cross_syscall): Rename to ...
16835 (step_over_syscall): ... it.
16836
16837 2016-03-03 Yao Qi <yao.qi@linaro.org>
16838
16839 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
16840 If target supports condition evaluation on target, invoke
16841 break_cond_on_syscall for fork and vfork.
16842
16843 2016-03-03 Yao Qi <yao.qi@linaro.org>
16844
16845 * gdb.base/disp-step-syscall.exp: Don't invoke
16846 support_displaced_stepping.
16847 (disp_step_cross_syscall): Test with displaced stepping off and
16848 on if supported.
16849
16850 2016-03-03 Yao Qi <yao.qi@linaro.org>
16851
16852 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
16853 proc.
16854 (setup): New proc.
16855 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
16856 and setup.
16857
16858 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
16859
16860 * gdb.fortran/vla-history.exp: Remove breakpoint.
16861
16862 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
16863
16864 * gdb.fortran/vla-history.exp: Lookup array elements and printing
16865 exceeds timeout.
16866
16867 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
16868
16869 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
16870 breakpoint.
16871
16872 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
16873
16874 * gdb.mi/vla.f90: Nullify pointer after declaration.
16875
16876 2016-03-01 Pedro Alves <palves@redhat.com>
16877
16878 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
16879
16880 2016-03-01 Pedro Alves <palves@redhat.com>
16881
16882 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
16883 before anything else.
16884 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
16885 _GNU_SOURCE here.
16886 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
16887 before anything else.
16888 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
16889
16890 2016-03-01 Pedro Alves <palves@redhat.com>
16891
16892 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
16893
16894 2016-03-01 Yao Qi <yao.qi@linaro.org>
16895
16896 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
16897 prepare_for_testing.
16898
16899 2016-03-01 Yao Qi <yao.qi@linaro.org>
16900
16901 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
16902
16903 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
16904
16905 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
16906 manually constructing the output path.
16907
16908 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
16909
16910 * gdb.arch/s390-stackless.S: New.
16911 * gdb.arch/s390-stackless.exp: New.
16912
16913 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
16914
16915 * gdb.dlang/circular.c: New file.
16916 * gdb.dlang/circular.exp: New file.
16917
16918 2016-02-26 Yao Qi <yao.qi@linaro.org>
16919
16920 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
16921 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
16922 (testcases): Update.
16923
16924 2016-02-26 Yao Qi <yao.qi@linaro.org>
16925
16926 * gdb.reverse/aarch64.c: Rename to ...
16927 * gdb.reverse/insn-reverse.c: ... it.
16928 * gdb.reverse/aarch64.exp: Rename to ...
16929 * gdb.reverse/insn-reverse.exp: ... it.
16930
16931 2016-02-26 Yao Qi <yao.qi@linaro.org>
16932
16933 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
16934 (testcase_ftype): New.
16935 (testcases): New array.
16936 (n_testcases): New.
16937 (main): Call each element in testcases.
16938 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
16939 (read_testcase): New.
16940 Do the tests in a loop.
16941
16942 2016-02-25 Yao Qi <yao.qi@linaro.org>
16943
16944 * gdb.base/branches.c: Remove.
16945
16946 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
16947
16948 PR gdb/13808
16949 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
16950
16951 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
16952
16953 * gdb.trace/ftrace.exp: Remove unnecessary target check.
16954
16955 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
16956
16957 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
16958 change x86_64 call_insn to 'callq'.
16959
16960 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16961
16962 * gdb.trace/tfile-avx.c: Move to...
16963 * gdb.trace/tracefile-pseudo-reg.c: Here.
16964 * gdb.trace/tfile-avx.exp: Move to...
16965 * gdb.trace/tracefile-pseudo-reg.exp: Here.
16966
16967 2016-02-24 Gary Benson <gbenson@redhat.com>
16968
16969 * gdb.base/attach-pie-noexec.exp: Do not expect an error
16970 message on attach.
16971
16972 2016-02-23 Doug Evans <dje@google.com>
16973
16974 * gdb.base/skip.c (test_skip): New function.
16975 (end_test_skip_file_and_function): New function.
16976 (test_skip_file_and_function): New function.
16977 * gdb.base/skip1.c (test_skip): New function.
16978 (skip1_test_skip_file_and_function): New function.
16979 * gdb.base/skip.exp: Add tests for new skip options.
16980 * gdb.base/skip-solib.exp: Update expected output.
16981 * gdb.perf/skip-command.cc: New file.
16982 * gdb.perf/skip-command.exp: New file.
16983 * gdb.perf/skip-command.py: New file.
16984
16985 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
16986
16987 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
16988 info registers pattern.
16989
16990 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
16991
16992 * lib/future.exp: Add D support.
16993 (gdb_find_gdc): New proc.
16994 (gdb_default_target_compile): Add D support.
16995
16996 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
16997
16998 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
16999 user+system time.
17000 (trace_speed_test): Determine the iteration count for a time
17001 between 15..30 seconds.
17002
17003 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
17004
17005 * gdb.arch/i386-mpx-sigsegv.c: New file.
17006 * gdb.arch/i386-mpx-sigsegv.exp: New file.
17007 * gdb.arch/i386-mpx-simple_segv.c: New file.
17008 * gdb.arch/i386-mpx-simple_segv.exp: New file.
17009
17010 2016-02-18 Yao Qi <yao.qi@linaro.org>
17011
17012 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
17013 Don't call setup_kfail.
17014
17015 2016-02-18 Yao Qi <yao.qi@linaro.org>
17016
17017 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
17018 Set "set breakpoint condition-evaluation" per $cond_bp_target.
17019
17020 2016-02-16 Doug Evans <dje@google.com>
17021
17022 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
17023 * gdb.base/skip1.c: Ditto.
17024 * gdb.base/skip.exp: Whitespace cleanup.
17025
17026 2016-02-16 Don Breazeal <donb@codesourcery.com>
17027
17028 PR remote/19496
17029 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
17030 Remove kfail for PR remote/19496.
17031
17032 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
17033
17034 * lib/gdb.exp (standard_temp_file): Return a path specific to
17035 the runtest invocation.
17036
17037 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
17038
17039 * gdb.trace/save-trace.exp: Change relative path to be in the
17040 standard output directory.
17041
17042 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
17043
17044 * gdb.arch/i386-prologue.c: Add missing prototypes.
17045
17046 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
17047
17048 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
17049 * gdb.arch/i386-prologue.exp: Likewise.
17050 * gdb.arch/i386-size.exp: Likewise.
17051
17052 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
17053
17054 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
17055 define object file path.
17056 * gdb.btrace/gcore.exp: Use standard_output_file to define core
17057 file path.
17058 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
17059 standard_output_file to define binfile.
17060
17061 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
17062
17063 Fix compatibility with recent gfortran-5.3.1.
17064 * gdb.fortran/vla-history.exp (print vla1 allocated)
17065 (print vla2 allocated, print $2, print $3): Remove
17066 (print $4): Rename to ...
17067 (print $2): ... here.
17068 (print $9): Rename to ...
17069 (print $5): ... here.
17070 (print $10): Rename to ...
17071 (print $6): ... here.
17072 * gdb.fortran/vla.f90: Add pvla initialization.
17073
17074 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
17075
17076 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
17077 New test.
17078 * gdb.fortran/vla-value-sub.exp: Likewise.
17079
17080 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
17081
17082 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
17083
17084 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
17085
17086 * i386-biarch-core.exp: Define corefile using
17087 standard_output_file.
17088
17089 2016-02-12 Yao Qi <yao.qi@linaro.org>
17090
17091 * gdb.arch/arm-single-step-kernel-helper.c: New.
17092 * gdb.arch/arm-single-step-kernel-helper.exp: New.
17093
17094 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
17095
17096 * gdb.btrace/tailcall-only.exp: New.
17097 * gdb.btrace/tailcall-only.c: New.
17098 * gdb.btrace/x86_64-tailcall-only.S: New.
17099 * gdb.btrace/i686-tailcall-only.S: New.
17100
17101 2016-02-11 Pedro Alves <palves@redhat.com>
17102
17103 * README (Parallel testing): Add missing double quotes.
17104
17105 2016-02-11 Pedro Alves <palves@redhat.com>
17106
17107 * README (Parallel testing): New section.
17108 (GDB_PARALLEL): Rewrite.
17109 (FORCE_PARALLEL): Document.
17110
17111 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
17112
17113 * gdb.trace/tfile-avx.c: New test.
17114 * gdb.trace/tfile-avx.exp: New test.
17115
17116 2016-02-09 Keith Seitz <keiths@redhat.com>
17117
17118 PR breakpoints/19546
17119 * gdb.base/infcall-exec.c: New file.
17120 * gdb.base/infcall-exec2.c: New file.
17121 * gdb.base/infcall-exec.exp: New file.
17122
17123 2016-02-09 Keith Seitz <keiths@redhat.com>
17124
17125 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
17126 (toplevel): Call test_bkpt_address.
17127
17128 2016-02-09 Keith Seitz <keiths@redhat.com>
17129
17130 PR python/19506
17131 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
17132 (toplevel): Call test_bkpt_address.
17133
17134 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
17135
17136 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
17137 to AC_OUTPUT.
17138 * configure: Regenerate.
17139
17140 2016-02-09 Pedro Alves <palves@redhat.com>
17141
17142 PR breakpoints/19548
17143 * gdb.base/execl-update-breakpoints.c (some_function): New
17144 function.
17145 (main): Call it.
17146 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
17147 Tighten expected GDB output.
17148
17149 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
17150
17151 * Makefile.in (ALL_SUBDIRS): Remove.
17152 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
17153 (distclean maintainer-clean realclean): Likewise.
17154 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
17155 * configure: Regenerate.
17156 * gdb.ada/Makefile.in: Delete.
17157 * gdb.arch/Makefile.in: Likewise.
17158 * gdb.asm/Makefile.in: Likewise.
17159 * gdb.base/Makefile.in: Likewise.
17160 * gdb.btrace/Makefile.in: Likewise.
17161 * gdb.cell/Makefile.in: Likewise.
17162 * gdb.compile/Makefile.in: Likewise.
17163 * gdb.cp/Makefile.in: Likewise.
17164 * gdb.disasm/Makefile.in: Likewise.
17165 * gdb.dlang/Makefile.in: Likewise.
17166 * gdb.dwarf2/Makefile.in: Likewise.
17167 * gdb.fortran/Makefile.in: Likewise.
17168 * gdb.gdb/Makefile.in: Likewise.
17169 * gdb.go/Makefile.in: Likewise.
17170 * gdb.guile/Makefile.in: Likewise.
17171 * gdb.java/Makefile.in: Likewise.
17172 * gdb.linespec/Makefile.in: Likewise.
17173 * gdb.mi/Makefile.in: Likewise.
17174 * gdb.modula2/Makefile.in: Likewise.
17175 * gdb.multi/Makefile.in: Likewise.
17176 * gdb.objc/Makefile.in: Likewise.
17177 * gdb.opencl/Makefile.in: Likewise.
17178 * gdb.opt/Makefile.in: Likewise.
17179 * gdb.pascal/Makefile.in: Likewise.
17180 * gdb.perf/Makefile.in: Likewise.
17181 * gdb.python/Makefile.in: Likewise.
17182 * gdb.reverse/Makefile.in: Likewise.
17183 * gdb.server/Makefile.in: Likewise.
17184 * gdb.stabs/Makefile.in: Likewise.
17185 * gdb.threads/Makefile.in: Likewise.
17186 * gdb.trace/Makefile.in: Likewise.
17187 * gdb.xml/Makefile.in: Likewise.
17188 * lib/gdb.exp (make_gdb_parallel_path): Add check for
17189 GDB_PARALLEL.
17190 (standard_output_file): Remove check for GDB_PARALLEL, always
17191 return path in outputs/$subdir/$testname.
17192
17193 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
17194
17195 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
17196 (site.exp): Assign abs_srcdir to tcl's srcdir.
17197
17198 2016-02-04 Yao Qi <yao.qi@linaro.org>
17199
17200 * gdb.base/foll-exec-mode.c: Include limits.h.
17201 (main): Add parameters argc and argv. Get directory from
17202 argv[0].
17203 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
17204 compilation.
17205 * gdb.base/foll-exec.c: Include limits.h.
17206 (main): Add parameters argc and argv.
17207 Get directory from argv[0].
17208 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
17209 Adjust tests on the number of lines as source code changed.
17210 * gdb.base/foll-vfork-exit.c: Include limits.h.
17211 (main): Add one line of statement before vfork.
17212 * gdb.base/foll-vfork.c: Include limits.h and string.h.
17213 (main): Add parameters argc and argv. Get directory from
17214 argv[0].
17215 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
17216 (setup_gdb): Set tbreak to skip some source lines.
17217 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
17218 (main): Add parameters argc and argv. Get directory from
17219 argv[0].
17220 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
17221 compilation.
17222 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
17223 (main): Add parameters argc and argv. Get directory from
17224 argv[0].
17225 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
17226 compilation.
17227
17228 2016-02-01 Doug Evans <dje@google.com>
17229
17230 * gdb.base/skip.exp: Clean up multiple references to same test name.
17231
17232 2016-02-01 Pedro Alves <palves@redhat.com>
17233
17234 PR remote/19496
17235 * gdb.threads/forking-threads-plus-breakpoint.exp
17236 (displaced_stepping_supported): New global.
17237 (probe_displaced_stepping_support): New procedure.
17238 (do_test): Add 'displaced' parameter, and use it.
17239 (top level): Check for displaced stepping support. Add displaced
17240 stepping on/off testing axis.
17241
17242 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
17243
17244 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
17245 pointer. Don't perform further tests on the unassociated pointer
17246 if the first test fails.
17247
17248 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
17249
17250 * gdb.base/max-value-size.c: New file.
17251 * gdb.base/max-value-size.exp: New file.
17252 * gdb.base/huge.exp: Disable max-value-size for this test.
17253
17254 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
17255
17256 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
17257
17258 2016-01-28 Yao Qi <yao.qi@linaro.org>
17259
17260 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
17261
17262 2016-01-25 Pedro Alves <palves@redhat.com>
17263
17264 PR threads/19461
17265 * gdb.base/fork-running-state.c: New file.
17266 * gdb.base/fork-running-state.exp: New file.
17267
17268 2016-01-25 Pedro Alves <palves@redhat.com>
17269
17270 PR gdb/19494
17271 * gdb.base/catch-fork-kill.c: New file.
17272 * gdb.base/catch-fork-kill.exp: New file.
17273
17274 2016-01-25 Pedro Alves <palves@redhat.com>
17275
17276 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
17277 Delete, moved to lib/gdb.exp.
17278 * gdb.threads/forking-threads-plus-breakpoint.exp
17279 (foreach_with_prefix): Likewise.
17280 * gdb.threads/process-dies-while-handling-bp.exp
17281 (foreach_with_prefix): Likewise.
17282 * lib/gdb.exp (foreach_with_prefix): New procedure.
17283
17284 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
17285
17286 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
17287 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
17288
17289 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
17290
17291 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
17292 endian targets.
17293
17294 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17295 Pedro Alves <palves@redhat.com>
17296
17297 Fix testsuite compatibility with Guile.
17298 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
17299 number.
17300
17301 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17302
17303 Fix testsuite compatibility with Guile.
17304 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
17305 (thread 1): New test for backtrace through signal handler.
17306
17307 2016-01-22 Yao Qi <yao.qi@linaro.org>
17308
17309 PR testsuite/19491
17310 * gdb.base/multi-forks.c: Include
17311 ../lib/unbuffer_output.c
17312 (main): Call gdb_unbuffer_output.
17313
17314 2016-01-21 Doug Evans <dje@google.com>
17315
17316 * lib/ada.exp (gdb_compile_ada): Fix typo.
17317
17318 2016-01-21 Joel Brobecker <brobecker@adacore.com>
17319
17320 * gdb.base/break-fun-addr.exp: New file.
17321 * gdb.base/break-fun-addr1.c: New file.
17322 * gdb.base/break-fun-addr2.c: New file.
17323
17324 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
17325
17326 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
17327 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
17328 enum flag values.
17329
17330 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
17331
17332 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
17333 when GDB can not set the vector return value. Add more comments
17334 for clarification.
17335
17336 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
17337
17338 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
17339 command.
17340
17341 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
17342
17343 * Makefile.in (DO_RUNTEST): Add --status and update usages.
17344
17345 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
17346
17347 * Makefile.in (check-single): Pass --status to runtest.
17348 (check/%.exp): Likewise.
17349
17350 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
17351
17352 * Makefile.in (check-parallel): Propagate return code from make
17353 do-check-parallel.
17354
17355 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
17356
17357 * gdb.trace/ftrace.exp: Fix expected message on continue.
17358 * gdb.trace/pending.exp: Fix expected message on continue.
17359 * gdb.trace/trace-break.exp: Fix expected message on continue.
17360
17361 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
17362
17363 * lib/gdb.exp (gdb_test): Remove unused global references.
17364
17365 2016-01-18 Pedro Alves <palves@redhat.com>
17366
17367 * gdb.base/async-shell.exp: Adjust expected output.
17368 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
17369 * gdb.base/siginfo-thread.exp: Adjust expected output.
17370 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
17371 * gdb.java/jnpe.exp: Adjust expected output.
17372 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
17373 * gdb.threads/continue-pending-status.exp: Adjust expected output.
17374 * gdb.threads/leader-exit.exp: Adjust expected output.
17375 * gdb.threads/manythreads.exp: Adjust expected output.
17376 * gdb.threads/pthreads.exp: Adjust expected output.
17377 * gdb.threads/schedlock.exp: Adjust expected output.
17378 * gdb.threads/siginfo-threads.exp: Adjust expected output.
17379 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
17380 expected output.
17381 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
17382 output.
17383 * gdb.threads/sigthread.exp: Adjust expected output.
17384 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
17385
17386 2016-01-18 Yao Qi <yao.qi@linaro.org>
17387
17388 * gdb.guile/scm-section-script.c: Replace @progbits with
17389 %progbits.
17390 * gdb.python/py-section-script.c: Likewise.
17391
17392 2016-01-15 Pedro Alves <palves@redhat.com>
17393
17394 * gdb.multi/tids.exp: Test star wildcard ranges.
17395
17396 2016-01-15 Pedro Alves <palves@redhat.com>
17397
17398 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
17399 command from "thread apply" invocation.
17400 (thr_apply_info_thr_invalid): Default the expected output to the
17401 input tid list.
17402 (top level): Add tests that use convenience variables. Add tests
17403 for "thread apply" with a valid TID list, but missing the command.
17404
17405 2016-01-13 Pedro Alves <palves@redhat.com>
17406
17407 * gdb.base/default.exp: Expect $_gthread as well.
17408 * gdb.multi/tids.exp: Test $_gthread.
17409 * gdb.threads/thread-specific.exp: Test $_gthread.
17410
17411 2016-01-13 Pedro Alves <palves@redhat.com>
17412
17413 * gdb.multi/tids.exp: Test "info threads -gid".
17414
17415 2016-01-13 Pedro Alves <palves@redhat.com>
17416
17417 * gdb.multi/tids.exp: Test InferiorThread.global_num and
17418 Breakpoint.thread.
17419 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
17420
17421 2016-01-07 Pedro Alves <palves@redhat.com>
17422
17423 * gdb.base/break.exp: Adjust to output changes.
17424 * gdb.base/hbreak2.exp: Likewise.
17425 * gdb.base/sepdebug.exp: Likewise.
17426 * gdb.base/watch_thread_num.exp: Likewise.
17427 * gdb.linespec/keywords.exp: Likewise.
17428 * gdb.multi/info-threads.exp: Likewise.
17429 * gdb.threads/thread-find.exp: Likewise.
17430 * gdb.multi/tids.c: New file.
17431 * gdb.multi/tids.exp: New file.
17432
17433 2016-01-13 Pedro Alves <palves@redhat.com>
17434
17435 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
17436
17437 2016-01-13 Pedro Alves <palves@redhat.com>
17438
17439 * gdb.base/default.exp: Expect $_inferior as well.
17440 * gdb.multi/base.exp: Test $_inferior.
17441
17442 2016-01-13 Pedro Alves <palves@redhat.com>
17443
17444 PR breakpoints/19388
17445 * gdb.base/catch-signal-siginfo-cond.c: New file.
17446 * gdb.base/catch-signal-siginfo-cond.exp: New file.
17447
17448 2016-01-12 Josh Stone <jistone@redhat.com>
17449 Philippe Waroquiers <philippe.waroquiers@skynet.be>
17450
17451 * gdb.base/catch-syscall.c (do_execve): New variable.
17452 (main): Conditionally trigger an execve.
17453 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
17454 (test_catch_syscall_execve): New, check entry/return across execve.
17455 (do_syscall_tests): Call test_catch_syscall_execve.
17456
17457 2016-01-12 Pedro Alves <palves@redhat.com>
17458
17459 * gdb.base/random-signal.exp (do_test): New procedure, with body
17460 of testcase moved in.
17461
17462 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17463 Pedro Alves <palves@redhat.com>
17464
17465 * gdb.base/funcargs.exp (finish from indirectly called function):
17466 Reintroduce the case for 'First'.
17467
17468 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17469 Pedro Alves <palves@redhat.com>
17470
17471 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
17472 (tcatch_vfork_then_child_follow_exec)
17473 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
17474 identification.
17475
17476 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17477
17478 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
17479 and repeats to unlimited.
17480 * gdb.python/py-value.exp: Likewise.
17481 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
17482 and repeats to unlimited.
17483
17484 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
17485
17486 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
17487 and reordering the functions.
17488 * gdb.multi/hangout.c: Likewise.
17489 * gdb.multi/hello.c: Likewise.
17490
17491 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
17492
17493 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
17494 absolute.
17495 (SingleStatisticTestResult.report): Use dict.keys instead of
17496 dict.iterkeys.
17497
17498 2016-01-06 Pedro Alves <palves@redhat.com>
17499
17500 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
17501
17502 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
17503
17504 * gdb.btrace/dlopen.exp: New.
17505 * gdb.btrace/dlopen.c: New.
17506 * gdb.btrace/dlopen-dso.c: New.
17507
17508 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
17509
17510 * lib/gdb.exp (gdb_test): Update comments to clarify that the
17511 PATTERN argument is optional.
17512
17513 2015-12-24 Joel Brobecker <brobecker@adacore.com>
17514
17515 * lib/ada.exp (target_compile_ada_from_dir): New function.
17516 (gdb_compile_ada): Reimplement avoiding the use of project files.
17517 * gdb.ada/gnat_ada.gpr: Delete.
17518 * gdb.ada/cond_lang.exp: Adjust test to make path before
17519 filename optional.
17520 * gdb.ada/small_reg_param.exp: Likewise.
17521
17522 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
17523
17524 * gdb.base/foll-vork.exp: Remove HP-UX special case.
17525
17526 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
17527
17528 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
17529 case.
17530
17531 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
17532
17533 * gdb.base/break.exp: Remove dead code.
17534 * gdb.base/sepdebug.exp: Likewise.
17535
17536 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
17537
17538 * gdb.asm/asm-source.exp: Remove HP-UX references.
17539 * gdb.base/annota1.exp: Likewise.
17540 * gdb.base/annota3.exp: Likewise.
17541 * gdb.base/attach.exp: Likewise.
17542 * gdb.base/bigcore.exp: Likewise.
17543 * gdb.base/break.exp: Likewise.
17544 * gdb.base/call-ar-st.exp: Likewise.
17545 * gdb.base/callfuncs.exp: Likewise.
17546 * gdb.base/catch-fork-static.exp: Likewise.
17547 * gdb.base/display.exp: Likewise.
17548 * gdb.base/foll-exec-mode.exp: Likewise.
17549 * gdb.base/foll-exec.exp: Likewise.
17550 * gdb.base/foll-fork.exp: Likewise.
17551 * gdb.base/foll-vfork.exp: Likewise.
17552 * gdb.base/funcargs.exp: Likewise.
17553 * gdb.base/hbreak2.exp: Likewise.
17554 * gdb.base/inferior-died.exp: Likewise.
17555 * gdb.base/interrupt.exp: Likewise.
17556 * gdb.base/multi-forks.exp: Likewise.
17557 * gdb.base/nodebug.exp: Likewise.
17558 * gdb.base/sepdebug.exp: Likewise.
17559 * gdb.base/solib1.c: Likewise.
17560 * gdb.base/step-test.exp: Likewise.
17561 * gdb.mi/non-stop.c: Likewise.
17562 * gdb.mi/pthreads.c: Likewise.
17563 * gdb.multi/bkpt-multi-exec.ex: Likewise.
17564 * gdb.threads/pthreads.c: Likewise.
17565 * gdb.threads/staticthreads.exp: Likewise.
17566 * lib/future.exp: Likewise.
17567 * lib/gdb.exp: Likewise.
17568 * gdb.base/so-indr-cl.c: Remove.
17569 * gdb.base/so-indr-cl.exp: Likewise.
17570 * gdb.base/solib.c: Likewise.
17571 * gdb.base/solib.exp: Likewise.
17572 * gdb.base/solib2.c: Likewise.
17573
17574 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
17575
17576 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
17577 * gdb.base/call-ar-st.exp: Likewise.
17578 * gdb.base/callfuncs.exp: Likewise.
17579 * gdb.base/condbreak.exp: Likewise.
17580 * gdb.base/constvars.exp: Likewise.
17581 * gdb.base/hbreak2.exp: Likewise.
17582 * gdb.base/langs.exp: Likewise.
17583 * gdb.base/list.exp: Likewise.
17584 * gdb.base/long_long.exp: Likewise.
17585 * gdb.base/ptype.exp: Likewise.
17586 * gdb.base/scope.exp: Likewise.
17587 * gdb.base/signals.exp: Likewise.
17588 * gdb.base/so-impl-ld.exp: Likewise.
17589 * gdb.base/varargs.exp: Likewise.
17590 * gdb.base/volatile.exp: Likewise.
17591 * gdb.base/whatis.exp: Likewise.
17592 * gdb.cp/cplusfuncs.exp: Likewise.
17593 * gdb.cp/inherit.exp: Likewise.
17594 * gdb.cp/local.exp: Likewise.
17595 * gdb.cp/member-ptr.exp: Likewise.
17596 * gdb.cp/method.exp: Likewise.
17597 * gdb.cp/overload.exp: Likewise.
17598 * gdb.cp/templates.exp: Likewise.
17599 * gdb.stabs/weird.exp: Likewise.
17600 * lib/compiler.c: Likewise.
17601 * lib/compiler.cc: Likewise.
17602 * lib/cp-support.exp: Likewise.
17603 * lib/gdb.exp: Likewise.
17604
17605 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
17606
17607 * configure.ac: Remove HP-UX case.
17608 * configure: Regenerate.
17609
17610 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
17611
17612 * lib/gdb.exp (gdb_compile): Add function doc.
17613
17614 2015-12-17 Pedro Alves <palves@redhat.com>
17615
17616 PR threads/19354
17617 * gdb.multi/info-threads.exp: New file.
17618
17619 2015-12-15 Yao Qi <yao.qi@linaro.org>
17620
17621 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
17622 is aarch64*-*-*.
17623
17624 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
17625
17626 * gdb.base/history-duplicates.exp: Skip if no readline support.
17627
17628 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
17629
17630 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
17631
17632 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
17633
17634 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
17635
17636 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
17637
17638 * gdb.base/completion.exp: Skip tests that interrupt GDB with
17639 ctrl-C if nointerrupts target property is set.
17640 * gdb.base/double-prompt-target-event-error.exp: Likewise.
17641 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
17642 * gdb.base/paginate-bg-execution.exp: Likewise.
17643 * gdb.base/paginate-execution-startup.exp: Likewise.
17644 * gdb.base/random-signal.exp: Likewise.
17645 * gdb.base/range-stepping.exp: Likewise.
17646 * gdb.cp/annota2.exp: Likewise.
17647 * gdb.cp/annota3.exp: Likewise.
17648 * gdb.gdb/selftest.exp: Likewise.
17649 * gdb.threads/continue-pending-status.exp: Likewise.
17650 * gdb.threads/leader-exit.exp: Likewise.
17651 * gdb.threads/manythreads.exp: Likewise.
17652 * gdb.threads/pthreads.exp: Likewise.
17653 * gdb.threads/schedlock.exp: Likewise.
17654 * gdb.threads/sigthread.exp: Likewise.
17655
17656 2015-12-11 Don Breazeal <donb@codesourcery.com>
17657
17658 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
17659 remote.
17660 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
17661 * gdb.base/foll-exec.exp (main): Enable for target remote.
17662 * gdb.base/foll-fork.exp (main): Likewise.
17663 * gdb.base/foll-vfork.exp (main): Likewise.
17664 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
17665 (proc continue_to_exit_bp_loc): Use clean_restart.
17666 * gdb.base/pie-execl.exp (main): Disable for target remote.
17667 * gdb.base/watch-vfork.exp (main): Enable for target remote.
17668 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
17669 * gdb.threads/execl.exp (main): Likewise.
17670 * gdb.threads/fork-child-threads.exp (main): Likewise.
17671 * gdb.threads/fork-plus-threads.exp (main): Disable for target
17672 remote.
17673 * gdb.threads/fork-thread-pending.exp (main): Enable for target
17674 remote.
17675 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
17676 pid.tid style ptids, instead of just tid.
17677 * gdb.threads/thread-execl.exp (main): Enable for target remote.
17678 * gdb.threads/watchpoint-fork.exp (main): Likewise.
17679 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
17680 ptids, instead of just tid.
17681
17682 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
17683
17684 * gdb.base/list.exp (test_list_forward): Add end of file error
17685 test.
17686 (test_repeat_list_command): Add end of file error test.
17687 (test_list_backwards): Add beginning of file error test.
17688
17689 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
17690
17691 * gdb.base/list.exp (test_list_invalid_args): New function,
17692 defined, and called.
17693
17694 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
17695
17696 * gdb.base/list.exp (test_list): Make test names unique.
17697
17698 2015-12-11 Yao Qi <yao.qi@linaro.org>
17699
17700 * gdb.base/coremaker2.c: Remove.
17701
17702 2015-12-10 Pedro Alves <palves@redhat.com>
17703
17704 * gdb.multi/base.exp: Remove stale "spaces" references.
17705
17706 2015-12-10 Pedro Alves <palves@redhat.com>
17707
17708 * gdb.multi/base.exp: Don't use nowarnings.
17709 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
17710 * gdb.multi/hangout.c: Include stdio.h.
17711 * gdb.multi/hello.c: Include stdlib.h.
17712 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
17713 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
17714 * gdb.multi/multi-arch.exp: Don't use nowarnings.
17715
17716 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
17717
17718 * gdb.dwarf2/dw2-ranges-base.c: New file.
17719 * gdb.dwarf2/dw2-ranges-base.exp: New file.
17720 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
17721 support additional line table, and debug ranges generation.
17722 (Dwarf::ranges): New function, generate .debug_ranges.
17723 (Dwarf::lines): Support generating simple line table programs.
17724 (Dwarf::assemble): Initialise new namespace variables.
17725
17726 2015-12-09 Kevin Buettner <kevinb@redhat.com>
17727
17728 * gdb.base/async.exp (proc test_background): Add case for
17729 asynchronous execution not supported.
17730
17731 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
17732
17733 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
17734 format and change test names to make them unique.
17735
17736 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
17737 Pedro Alves <pedro@redhat.com>
17738
17739 PR gdb/18702
17740 Add checking of floatformats setup on x86_64 hosts.
17741 * gdb.arch/i386-float.S (main): Load bigval and smallval.
17742 (smallval, bigval): New labels/constants.
17743 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
17744 float" after loading bigval and smallval.
17745
17746 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
17747
17748 * gdb.ada/fun_overload_menu.exp: New testcase.
17749 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
17750
17751 2015-12-04 Josh Stone <jistone@redhat.com>
17752
17753 * gdb.base/catch-fork-static.exp: New.
17754
17755 2015-12-03 Yao Qi <yao.qi@linaro.org>
17756
17757 * gdb.base/sizeof.c: Don't include stdio.h and
17758 ../lib/unbuffer_output.c.
17759 (main): New variable 'size' and 'value'. Remove printf and
17760 gdb_unbuffer_output. Assign return value to size and value.
17761 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
17762 at the beginning.
17763 (check_sizeof): Check the result by printing variable 'size'.
17764 (check_valueof): Check the result by printing variable 'value'.
17765
17766 2015-12-01 Yao Qi <yao.qi@linaro.org>
17767
17768 * gdb.base/disp-step-syscall.exp: Define syscall instruction
17769 for aarch64*-*-linux* target.
17770
17771 2015-11-30 Pedro Alves <palves@redhat.com>
17772
17773 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
17774
17775 2015-11-30 Pedro Alves <palves@redhat.com>
17776
17777 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
17778 Handle non-stop mode vCont replies.
17779
17780 2015-11-30 Pedro Alves <palves@redhat.com>
17781
17782 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
17783 prepare_for_testing. Start gdb with "set non-stop on" appended to
17784 GDBFLAGS. Lax expected stop output.
17785
17786 2015-11-27 Yao Qi <yao.qi@linaro.org>
17787
17788 * gdb.arch/arm-neon.exp: New.
17789 * gdb.arch/arm-neon.c: New.
17790
17791 2015-11-27 Yao Qi <yao.qi@linaro.org>
17792
17793 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
17794
17795 2015-11-27 Yao Qi <yao.qi@linaro.org>
17796
17797 * gdb.cp/annota2.exp: Allow multiple occurrences of the
17798 frames-invalid annotation.
17799
17800 2015-11-27 Yao Qi <yao.qi@linaro.org>
17801
17802 * gdb.cp/annota2.exp: Use ${frames_invalid}.
17803
17804 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
17805
17806 * gdb.threads/names.exp: New file.
17807 * gdb.threads/names.c: New file.
17808 * README: Mention gdb,no_thread_names.
17809
17810 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
17811
17812 PR 19297
17813 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
17814 support" error.
17815
17816 2015-11-24 Pedro Alves <palves@redhat.com>
17817
17818 PR 17539
17819 * gdb.base/display.exp: Expect displays to be sorted in ascending
17820 order. Use multi_line.
17821 * gdb.base/solib-display.exp: Likewise.
17822
17823 2015-11-24 Pedro Alves <palves@redhat.com>
17824
17825 PR 17539
17826 * gdb.base/display.exp: Expect displays to be sorted in ascending
17827 order. Use multi_line.
17828 * gdb.base/solib-display.exp: Likewise.
17829
17830 2015-11-24 Pedro Alves <palves@redhat.com>
17831
17832 PR 17539
17833 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
17834 threads in ascending order.
17835 * gdb.base/foll-fork.exp: Likewise.
17836 * gdb.base/foll-vfork.exp: Likewise.
17837 * gdb.base/multi-forks.exp: Likewise.
17838 * gdb.mi/mi-nonstop.exp: Likewise.
17839 * gdb.mi/mi-nsintrall.exp: Likewise.
17840 * gdb.multi/base.exp: Likewise.
17841 * gdb.multi/multi-arch.exp: Likewise.
17842 * gdb.python/py-inferior.exp: Likewise.
17843 * gdb.threads/break-while-running.exp: Likewise.
17844 * gdb.threads/execl.exp: Likewise.
17845 * gdb.threads/gcore-thread.exp: Likewise.
17846 * gdb.threads/info-threads-cur-sal.exp: Likewise.
17847 * gdb.threads/kill.exp: Likewise.
17848 * gdb.threads/linux-dp.exp: Likewise.
17849 * gdb.threads/multiple-step-overs.exp: Likewise.
17850 * gdb.threads/next-bp-other-thread.exp: Likewise.
17851 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
17852 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
17853 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
17854 * gdb.threads/thread-find.exp: Likewise.
17855 * gdb.threads/tls.exp: Likewise.
17856 * lib/mi-support.exp (mi_reverse_list): Delete.
17857 (mi_check_thread_states): No longer reverse list.
17858
17859 2015-11-24 Pedro Alves <palves@redhat.com>
17860
17861 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
17862 use lowercase.
17863
17864 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
17865
17866 * gdb.trace/actions.c: Include trace-common.h.
17867 (main): Add a location for a fast tracepoint.
17868 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
17869 the normal tracepoints.
17870 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
17871
17872 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
17873
17874 * save-trace.exp: Factor out code to these...
17875 (gdb_save_tracepoints): New.
17876 (gdb_load_tracepoints): New.
17877 (do_save_load_test): New.
17878
17879 2015-11-23 Kevin Buettner <kevinb@redhat.com>
17880
17881 * gdb.base/asmlabel.exp: New test.
17882 * gdb.base/asmlabel.c: New test case.
17883
17884 2015-11-23 Joel Brobecker <brobecker@adacore.com>
17885
17886 * gdb.base/wrong_frame_bt_full-main.c: New file.
17887 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
17888 * gdb.base/wrong_frame_bt_full.exp: New file.
17889
17890 2015-11-23 Joel Brobecker <brobecker@adacore.com>
17891
17892 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
17893
17894 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
17895
17896 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
17897 pstate register when comparing registers values in
17898 sparc64-*-linux-gnu targets to avoid spurious differences.
17899
17900 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
17901
17902 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
17903
17904 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
17905
17906 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
17907 as type argument to gdb_compile.
17908 * gdb.base/nested-subp2.exp: Likewise.
17909 * gdb.base/nested-subp3.exp: Likewise.
17910
17911 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
17912
17913 * lib/dwarf.exp (_note): Fix left shift of negative value.
17914 * gdb.trace/trace-condition.exp: Likewise.
17915
17916 2015-11-13 Yao Qi <yao.qi@linaro.org>
17917
17918 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
17919 comments about d10v.
17920 (test_scalar_returns): Likewise.
17921 * gdb.base/d10v.ld: Remove.
17922 * gdb.base/overlays.exp: Remove the target triplet checking for
17923 d10v-*-*.
17924 * gdb.base/structs.exp (test_struct_returns): Remove the
17925 comments about d10v.
17926 (test_struct_calls): Likewise.
17927
17928 2015-11-13 Yao Qi <yao.qi@linaro.org>
17929
17930 * gdb.base/gnu_vector.exp: Check the return value by "p res".
17931 * gdb.base/gnu_vector.c: Don't include stdio.h.
17932 (main): Don't print res and call add_some_intvecs.
17933
17934 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
17935
17936 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
17937 macro.
17938 (func5): Removed.
17939 (func4): Use FAST_TRACEPOINT_LABEL.
17940 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
17941 macro.
17942 (func): Removed.
17943 (thread_function): Use FAST_TRACEPOINT_LABEL.
17944 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
17945 (func): Remove.
17946 (marker): Use FAST_TRACEPOINT_LABEL.
17947 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
17948 (pendfunc1): Remove.
17949 (pendfunc): Use FAST_TRACEPOINT_LABEL.
17950 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
17951 (foo): Remove.
17952 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
17953 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
17954 macro.
17955 (func): Remove.
17956 (marker): Use FAST_TRACEPOINT_LABEL.
17957 * gdb.trace/trace-common.h: New header.
17958 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
17959 macro.
17960 (func): Remove.
17961 (marker): Use FAST_TRACEPOINT_LABEL.
17962 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
17963 (func): Remove.
17964 (thread_function): Use FAST_TRACEPOINT_LABEL.
17965
17966 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
17967
17968 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
17969 in front.
17970 * gdb.trace/change-loc.exp: Use global pcreg definition.
17971 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
17972 * gdb.trace/entry-values.exp: Use global spreg definition, add $
17973 in front.
17974 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
17975 * gdb.trace/pending.exp: Likewise.
17976 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
17977 * gdb.trace/trace-break.exp: Likewise.
17978 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
17979 in front.
17980 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
17981 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
17982 in front.
17983 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
17984
17985 2015-11-09 Joel Brobecker <brobecker@adacore.com>
17986
17987 * gdb.ada/fin_fun_out: New testcase.
17988
17989 2015-11-07 Kevin Buettner <kevinb@redhat.com>
17990
17991 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
17992 value associated with DW_AT_byte_size.
17993 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
17994 constants for DW_AT_byte_size, DW_AT_lower_bound, and
17995 DW_AT_upper_bound.
17996
17997 2015-11-07 Kevin Buettner <kevinb@redhat.com>
17998
17999 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
18000 (gdb_target_symbol_prefix_flags): Define in terms of _asm
18001 version.
18002 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
18003 gdb.dwarf2/dw2-canonicalize-type.exp,
18004 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
18005 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
18006 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
18007 provided by gdb_target_symbol_prefix_flags_asm.
18008 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
18009 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
18010 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
18011 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
18012 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
18013 macros where needed). Use this macro for symbols which require
18014 the prefix provided by SYMBOL_PREFIX.
18015
18016 2015-11-05 Kevin Buettner <kevinb@redhat.com>
18017
18018 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
18019 New procs.
18020 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
18021 representing expressions, of more than one list element.
18022 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
18023 to prepend linker symbol prefix to f.
18024 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
18025 table_1 and table_2.
18026 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
18027 Likewise, for f and g.
18028 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
18029 for ptr.
18030 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
18031 for main.
18032 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
18033 table_1_ptr and table_2_ptr.
18034
18035 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
18036 Joel Brobecker <brobecker@adacore.com>
18037
18038 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
18039
18040 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
18041
18042 * gdb.reverse/s390-mvcle.c: New test.
18043 * gdb.reverse/s390-mvcle.exp: New file.
18044 * lib/gdb.exp: Enable reverse tests on s390*-linux.
18045
18046 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
18047
18048 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
18049
18050 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
18051
18052 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
18053 reaching marker2.
18054 * gdb.reverse/getresuid-reverse.exp: Likewise.
18055 * gdb.reverse/pipe-reverse.exp: Likewise.
18056 * gdb.reverse/readv-reverse.exp: Likewise.
18057 * gdb.reverse/recvmsg-reverse.exp: Likewise.
18058 * gdb.reverse/time-reverse.exp: Likewise.
18059 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
18060
18061 2015-10-30 Yao Qi <yao.qi@linaro.org>
18062
18063 * gdb.threads/wp-replication.c (watch_count_done): Remove.
18064 (empty_cycle): Remove.
18065 (main): Don't call empty_cycle. Don't use watch_count_done.
18066 * gdb.threads/wp-replication.exp: Don't set breakpoint on
18067 empty_cycle. Rewrite the code counting HW watchpoints.
18068
18069 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
18070
18071 * gdb.reverse/fstatat-reverse.c: New test.
18072 * gdb.reverse/fstatat-reverse.exp: New file.
18073 * gdb.reverse/getresuid-reverse.c: New test.
18074 * gdb.reverse/getresuid-reverse.exp: New file.
18075 * gdb.reverse/pipe-reverse.c: New test.
18076 * gdb.reverse/pipe-reverse.exp: New file.
18077 * gdb.reverse/readv-reverse.c: New test.
18078 * gdb.reverse/readv-reverse.exp: New file.
18079 * gdb.reverse/recvmsg-reverse.c: New test.
18080 * gdb.reverse/recvmsg-reverse.exp: New file.
18081 * gdb.reverse/time-reverse.c: New test.
18082 * gdb.reverse/time-reverse.exp: New file.
18083 * gdb.reverse/waitpid-reverse.c: New test.
18084 * gdb.reverse/waitpid-reverse.exp: New file.
18085
18086 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
18087
18088 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
18089
18090 2015-10-26 Doug Evans <dje@google.com>
18091
18092 PR symtab/17391
18093 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
18094 * gdb.dwarf2/bad-regnum.c: New file.
18095 * gdb.dwarf2/bad-regnum.exp: New file.
18096
18097 2015-10-26 Doug Evans <dje@google.com>
18098
18099 PR python/18938
18100 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
18101 file.
18102
18103 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18104
18105 * gdb.compile/compile.exp (compile code globalvar): Update expectation
18106 for a change by "Mention language in compile error message".
18107
18108 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
18109
18110 PR python/18073
18111 * gdb.python/py-type.c (C::a_method): New.
18112 (C::a_const_method): New.
18113 (C::a_static_method): New.
18114 (a_function): New.
18115 * gdb.python/py-type.exp (test_fields): Test getting fields
18116 from function and method.
18117
18118 2015-10-21 Keven Boell <keven.boell@intel.com>
18119
18120 * gdb.fortran/vla-alloc-assoc.exp: New file.
18121 * gdb.fortran/vla-datatypes.exp: New file.
18122 * gdb.fortran/vla-datatypes.f90: New file.
18123 * gdb.fortran/vla-history.exp: New file.
18124 * gdb.fortran/vla-ptype-sub.exp: New file.
18125 * gdb.fortran/vla-ptype.exp: New file.
18126 * gdb.fortran/vla-sizeof.exp: New file.
18127 * gdb.fortran/vla-sub.f90: New file.
18128 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
18129 * gdb.fortran/vla-value-sub-finish.exp: New file.
18130 * gdb.fortran/vla-value-sub.exp: New file.
18131 * gdb.fortran/vla-value.exp: New file.
18132 * gdb.fortran/vla-ptr-info.exp: New file.
18133 * gdb.mi/mi-vla-fortran.exp: New file.
18134 * gdb.mi/vla.f90: New file.
18135
18136 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
18137
18138 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
18139 of hardwired timeout value.
18140
18141 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
18142 Pedro Alves <palves@redhat.com>
18143
18144 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
18145 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
18146
18147 2015-10-19 Josh Stone <jistone@redhat.com>
18148
18149 * gdb.base/catch-syscall.c: Include <sched.h>.
18150 (unknown_syscall): New variable.
18151 (main): Trigger a vfork and an unknown syscall.
18152 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
18153 (unknown_syscall_number): Likewise.
18154 (check_call_to_syscall): Accept an optional syscall pattern.
18155 (check_return_from_syscall): Likewise.
18156 (check_continue): Likewise.
18157 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
18158 (test_catch_syscall_skipping_return): New test toggling off 'catch
18159 syscall' to step over the syscall return, then toggling back on.
18160 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
18161 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
18162 (do_syscall_tests): Call test_catch_syscall_without_args and
18163 test_catch_syscall_mid_vfork.
18164 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
18165 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
18166
18167 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
18168
18169 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
18170 print g_vE): Add new pass patterns.
18171 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
18172 print various symbol names for vptr fields.
18173
18174 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
18175
18176 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
18177 results.
18178
18179 2015-10-12 Yao Qi <yao.qi@linaro.org>
18180
18181 * gdb.arch/disp-step-insn-reloc.exp: New test case.
18182
18183 2015-10-12 Yao Qi <yao.qi@linaro.org>
18184
18185 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
18186 is aarch64*-*-linux*.
18187
18188 2015-10-12 Yao Qi <yao.qi@linaro.org>
18189
18190 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
18191 (can_relocate_bcond_true): ... it.
18192 (can_relocate_bcond_false): New function.
18193 (foo): Likewise.
18194 (can_relocate_bl): Likewise.
18195 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
18196 can_relocate_bl.
18197
18198 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
18199
18200 * gdb.base/nested-addr.c: New file.
18201 * gdb.base/nested-addr.exp: New testcase.
18202
18203 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
18204
18205 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
18206 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
18207 its output. Ignore the output of "record goto begin" and instead
18208 check that GDB is replaying.
18209
18210 2015-10-09 Pedro Alves <palves@redhat.com>
18211
18212 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
18213 (top level): Use it in the run with no args test.
18214
18215 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
18216
18217 * gdb.dlang/properties.exp: New file.
18218
18219 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
18220
18221 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
18222 whether or not address 0x1000 is mapped on the target.
18223
18224 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
18225
18226 * gdb.python/py-type.exp: Do not run tests if binaries fail to
18227 build.
18228
18229 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
18230
18231 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
18232 instruction-history test.
18233
18234 2015-09-28 Doug Evans <dje@google.com>
18235
18236 * gdb.base/gcore.c (array_func): Add reference to static_array.
18237
18238 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
18239
18240 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
18241 source line.
18242
18243 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
18244
18245 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
18246 short or char as base type.
18247
18248 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
18249
18250 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
18251 to allow any size enum.
18252
18253 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
18254
18255 * gdb.ada/array_ptr_renaming.exp: New testcase.
18256 * gdb.ada/array_ptr_renaming/foo.adb: New file.
18257 * gdb.ada/array_ptr_renaming/pack.ads: New file.
18258
18259 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
18260
18261 * gdb.trace/ftrace-lock.c: New file.
18262 * gdb.trace/ftrace-lock.exp: New file.
18263
18264 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
18265
18266 * gdb.arch/insn-reloc.c: New file.
18267 * gdb.arch/ftrace-insn-reloc.exp: New file.
18268
18269 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
18270
18271 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
18272 instruction.
18273 * gdb.trace/pendshr1.c (pendfunc): Likewise.
18274 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
18275 * gdb.trace/range-stepping.c: Likewise.
18276 * gdb.trace/trace-break.c: Likewise.
18277 * gdb.trace/trace-mt.c (thread_function): Likewise.
18278 * gdb.trace/ftrace.c (marker): Likewise.
18279 * gdb.trace/trace-condition.c (marker): Likewise.
18280 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
18281 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
18282 is_aarch64_target.
18283
18284 2015-09-18 Doug Evans <xdje42@gmail.com>
18285
18286 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
18287 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
18288
18289 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18290
18291 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
18292 the breakpoint.
18293
18294 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18295
18296 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
18297 the pending breakpoint. Remove timeout override for "Run till
18298 MI pending breakpoint on pendfunc3 on thread 2" test.
18299
18300 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18301
18302 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
18303 filename pattern.
18304
18305 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18306
18307 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
18308 in breakpoint filename pattern.
18309
18310 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18311
18312 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
18313
18314 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18315
18316 * gdb.linespec/explicit.exp: Check for readline support for
18317 tab-completion tests. Fix obvious typo.
18318
18319 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
18320
18321 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
18322 and replay.
18323
18324 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
18325
18326 * gdb.btrace/non-stop.c: New.
18327 * gdb.btrace/non-stop.exp: New.
18328
18329 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
18330 Yao Qi <yao.qi@linaro.org>
18331
18332 * gdb.trace/trace-condition.c: New file.
18333 * gdb.trace/trace-condition.exp: New file.
18334
18335 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
18336
18337 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
18338 for testing bytecode compilation.
18339
18340 2015-09-16 Pedro Alves <palves@redhat.com>
18341 Sandra Loosemore <sandra@codesourcery.com>
18342
18343 * gdb.threads/non-stop-fair-events.c (timeout): New global.
18344 (SECONDS): Redefine.
18345 (main): Call pthread_kill and alarm early.
18346 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
18347 support.
18348 (test): If the target can't hardware step and doesn't support
18349 displaced stepping, increase the timeout.
18350
18351 2015-09-16 Pedro Alves <palves@redhat.com>
18352
18353 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
18354 (enable_debug): New procedures.
18355 (test): Use them. Bail out if waiting for threads fails.
18356 (top level): Bail out if a test fails.
18357
18358 2015-09-16 Yao Qi <yao.qi@linaro.org>
18359
18360 * gdb.asm/asm-source.exp: Set asm-arch for
18361 aarch64*-*-* target.
18362 * gdb.asm/aarch64.inc: New file.
18363
18364 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
18365
18366 * gdb.ada/array_of_variable_length.exp: New testcase.
18367 * gdb.ada/array_of_variable_length/foo.adb: New file.
18368 * gdb.ada/array_of_variable_length/pck.adb: New file.
18369 * gdb.ada/array_of_variable_length/pck.ads: New file.
18370
18371 2015-09-15 Doug Evans <dje@google.com>
18372
18373 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
18374 of function static local variable.
18375
18376 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
18377
18378 * gdb.threads/tls-so_extern.exp: New test file.
18379 * gdb.threads/tls-so_extern.c: New test file.
18380 * gdb.threads/tls-so_extern_main.c: New test file.
18381
18382 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
18383
18384 * gdb.opt/solib-intra-step-lib.c: New file.
18385 * gdb.opt/solib-intra-step-main.c: New file.
18386 * gdb.opt/solib-intra-step.exp: New file.
18387
18388 2015-09-15 Pedro Alves <palves@redhat.com>
18389
18390 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
18391 gdb_continue_to_breakpoint instead of gdb_test_multiple.
18392
18393 2015-09-14 Pedro Alves <palves@redhat.com>
18394
18395 * gdb.base/hook-stop-continue.c: Delete.
18396 * gdb.base/hook-stop-continue.exp: Delete.
18397 * gdb.base/hook-stop-frame.c: Delete.
18398 * gdb.base/hook-stop-frame.exp: Delete.
18399 * gdb.base/hook-stop.c: New file.
18400 * gdb.base/hook-stop.exp: New file.
18401
18402 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
18403
18404 * gdb.ada/access_to_packed_array.exp: New testcase.
18405 * gdb.ada/access_to_packed_array/foo.adb: New file.
18406 * gdb.ada/access_to_packed_array/pack.adb: New file.
18407 * gdb.ada/access_to_packed_array/pack.ads: New file.
18408
18409 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
18410
18411 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
18412 buffer size test.
18413
18414 2015-09-11 Don Breazeal <donb@codesourcery.com>
18415
18416 * gdb.base/foll-exec.c: Add copyright header. Fix
18417 formatting issues.
18418 * gdb.base/foll-exec.exp (zap_session): Delete proc.
18419 (do_exec_tests): Use clean_restart in place of zap_session,
18420 and for test initialization. Fix formatting issues. Use
18421 fail in place of perror.
18422 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
18423 an expect statement to match an expression with output from
18424 the program under debug.
18425 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
18426 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
18427 * gdb.threads/non-ldr-exc-2.exp: Likewise.
18428 * gdb.threads/non-ldr-exc-3.exp: Likewise.
18429 * gdb.threads/non-ldr-exc-4.exp: Likewise.
18430
18431 2015-09-09 Doug Evans <dje@google.com>
18432
18433 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
18434
18435 2015-09-09 Doug Evans <dje@google.com>
18436
18437 * gdb.base/pie-execl.exp: Fix result test of build_executable.
18438
18439 2015-09-09 Doug Evans <dje@google.com>
18440
18441 * gdb.base/savedregs.exp: Fix typo.
18442
18443 2015-09-09 Pedro Alves <palves@redhat.com>
18444
18445 * gdb.mi/mi-cli.exp: Add CLI finish tests.
18446
18447 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
18448
18449 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
18450 command actually switches threads. Give up on remaining
18451 tests if target fails to stop at breakpoint.
18452
18453 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
18454
18455 * gdb.ada/funcall_char.exp: New testcase.
18456 * gdb.ada/funcall_char/foo.adb: New file.
18457
18458 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
18459
18460 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
18461 expected outputs. Add two testcases for completing ambiguous
18462 functions.
18463 * gdb.ada/complete/aux_pck.adb: New file.
18464 * gdb.ada/complete/aux_pck.ads: New file.
18465 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
18466 Ambiguous_Func functions.
18467 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
18468 * gdb.ada/complete/pck.adb: Likewise.
18469
18470 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
18471
18472 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
18473 failures to run the test program under GDB.
18474
18475 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
18476
18477 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
18478 to C.
18479
18480 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
18481
18482 * gdb.base/run-after-attach.exp: New test file.
18483 * gdb.base/run-after-attach.c: New test file.
18484
18485 2015-08-26 Don Breazeal <donb@codesourcery.com>
18486
18487 * gdb.base/foll-exec-2.c: New test program.
18488 * gdb.base/foll-exec-2.exp: New test.
18489
18490 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
18491
18492 * gdb.base/nested-subp1.exp: New file.
18493 * gdb.base/nested-subp1.c: New file.
18494 * gdb.base/nested-subp2.exp: New file.
18495 * gdb.base/nested-subp2.c: New file.
18496 * gdb.base/nested-subp3.exp: New file.
18497 * gdb.base/nested-subp3.c: New file.
18498
18499 2015-08-24 Pedro Alves <palves@redhat.com>
18500
18501 * gdb.server/connect-without-multi-process.c: New file.
18502 * gdb.server/connect-without-multi-process.exp: New file.
18503
18504 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
18505
18506 * gdb.opt/inline-markers.c: Make z int.
18507
18508 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
18509
18510 * gdb.opt/inline-markers.c: Make z volatile.
18511
18512 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
18513
18514 * gdb.opt/inline-bt.c: New volatile global z.
18515 * gdb.opt/inline-cmds.c: Likewise.
18516 * gdb.opt/inline-locals.c: Likewise.
18517 * gdb.opt/inline-markers.c: New extern global z.
18518 (marker): Use z.
18519 (inline_fn): Likewise.
18520
18521 2015-08-24 Pedro Alves <palves@redhat.com>
18522
18523 * config/m32r-stub.exp: Remove file.
18524 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
18525 * gdb.base/call-rt-st.exp: Likewise.
18526 * gdb.base/call-strs.exp: Likewise.
18527 * gdb.base/default.exp: Remove references to h8300-*-hms and
18528 *-*-udi*.
18529 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
18530
18531 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
18532
18533 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
18534 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
18535 and "return" use KFAIL when GDB can not read/write the vector
18536 return value.
18537
18538 2015-08-21 Gary Benson <gbenson@redhat.com>
18539
18540 * gdb.trace/pending.exp: Cope with remote transfer warnings.
18541
18542 2015-08-20 Pedro Alves <palves@redhat.com>
18543
18544 * gdb.server/solib-list.exp: No longer expect an interior stop in
18545 non-stop mode.
18546
18547 2015-08-20 Pedro Alves <palves@redhat.com>
18548
18549 * gdb.server/connect-stopped-target.c: New file.
18550 * gdb.server/connect-stopped-target.exp: New file.
18551
18552 2015-08-20 Pedro Alves <palves@redhat.com>
18553
18554 * gdb.dwarf2/comp-unit-lang.exp: New file.
18555 * gdb.dwarf2/comp-unit-lang.c: New file.
18556
18557 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
18558
18559 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
18560 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
18561
18562 2015-08-19 Kevin Buettner <kevinb@redhat.com>
18563
18564 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
18565 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
18566
18567 2015-08-18 Doug Evans <dje@google.com>
18568 Adrian Sendroiu <adrian.sendroiu@freescale.com>
18569
18570 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
18571 skip_python_tests. New arg prompt_regexp.
18572 (skip_python_tests): New function.
18573 * lib/mi-support.exp (mi_skip_python_tests): New function.
18574 * gdb.python/py-mi-objfile-gdb.py: New file.
18575 * gdb.python/py-mi-objfile.c: New file.
18576 * gdb.python/py-mi-objfile.exp: New file.
18577
18578 2015-08-17 Keith Seitz <keiths@redhat.com>
18579
18580 * gdb.linespec/explicit.exp: Move strace test from here ...
18581 * gdb.trace/strace.exp: ... to here.
18582
18583 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
18584
18585 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
18586 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
18587
18588 2015-08-14 Doug Evans <xdje42@gmail.com>
18589
18590 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
18591 inferior before selecting a new file.
18592
18593 2015-08-14 Doug Evans <xdje42@gmail.com>
18594
18595 * gdb.mi/mi-disassemble.exp: Update.
18596 * gdb.base/disasm-optim.S: New file.
18597 * gdb.base/disasm-optim.c: New file.
18598 * gdb.base/disasm-optim.h: New file.
18599 * gdb.base/disasm-optim.exp: New file.
18600
18601 2015-08-14 Keith Seitz <keiths@redhat.com>
18602
18603 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
18604 "evaluated-by".
18605
18606 2015-08-13 Joel Brobecker <brobecker@adacore.com>
18607
18608 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
18609
18610 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
18611
18612 * gdb.ada/fun_renaming.exp: New testcase.
18613 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
18614 * gdb.ada/fun_renaming/pack.adb: New file.
18615 * gdb.ada/fun_renaming/pack.ads: New file.
18616
18617 2015-08-12 Keith Seitz <keiths@redhat.com>
18618
18619 * gdb.base/dso2dso.exp: Pass basename of source file in call to
18620 gdb_get_line_number.
18621
18622 2015-08-12 Joel Brobecker <brobecker@adacore.com>
18623
18624 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
18625 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
18626 gdb.base/dso2dso.exp: New files.
18627
18628 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
18629 Pedro Alves <palves@redhat.com>
18630 Keith Seitz <keiths@redhat.com>
18631
18632 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
18633 GDBFLAGS.
18634
18635 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
18636
18637 * gdb.base/gdbhistsize-history.exp
18638 (test_histsize_history_setting): Use save_vars.
18639 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
18640 Use save_vars.
18641 (test_no_truncation_of_unlimited_history_file): Use save_vars.
18642 * gdb.base/readline.exp: Use save_vars.
18643
18644 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
18645
18646 * lib/gdb.exp (save_vars): New proc.
18647
18648 2015-08-11 Keith Seitz <keiths@redhat.com>
18649
18650 * gdb.base/help.exp: Update help_breakpoint_text.
18651
18652 2015-08-11 Keith Seitz <keiths@redhat.com>
18653
18654 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
18655 (at toplevel): Call test_explicit_breakpoints.
18656 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
18657 breakpoints.
18658 * lib/mi-support.exp (mi_make_breakpoint): Add support for
18659 breakpoint conditions, "-cond".
18660
18661 2015-08-11 Keith Seitz <keiths@redhat.com>
18662
18663 * gdb.linespec/3explicit.c: New file.
18664 * gdb.linespec/cpexplicit.cc: New file.
18665 * gdb.linespec/cpexplicit.exp: New file.
18666 * gdb.linespec/explicit.c: New file.
18667 * gdb.linespec/explicit.exp: New file.
18668 * gdb.linespec/explicit2.c: New file.
18669 * gdb.linespec/ls-errs.exp: Add explicit location tests.
18670 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
18671 before using in the matching pattern.
18672 Clarify that `prefix' is a regular expression.
18673
18674 2015-08-11 Keith Seitz <keiths@redhat.com>
18675
18676 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
18677 test.
18678 Add tests for missing ",FMT" and ",".
18679
18680 2015-08-10 Doug Evans <dje@google.com>
18681 Keith Seitz <keiths@redhat.com>
18682
18683 PR gdb/17960
18684 * gdb.base/completion.exp: Add location completer tests.
18685
18686 2015-08-07 Pedro Alves <palves@redhat.com>
18687
18688 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
18689 tests here.
18690 (top level): Run do_test with and without displaced stepping.
18691
18692 2015-08-07 Pedro Alves <palves@redhat.com>
18693
18694 * gdb.base/valgrind-disp-step.c: New file.
18695 * gdb.base/valgrind-disp-step.exp: New file.
18696
18697 2015-08-07 Pedro Alves <palves@redhat.com>
18698
18699 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
18700 Delete function.
18701 (main): Add alarm. Run an infinite loop instead of calling
18702 wait_threads.
18703 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
18704 comment.
18705 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
18706 Delete function.
18707 (main): Add alarm. Run an infinite loop instead of calling
18708 wait_threads.
18709 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
18710 comment.
18711
18712 2015-08-07 Pedro Alves <palves@redhat.com>
18713
18714 * gdb.base/checkpoint-ns.exp: New file.
18715 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
18716 standard_testfile.
18717
18718 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
18719
18720 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
18721 * gdb.btrace/instruction_history.exp: Update.
18722 * gdb.btrace/tsx.exp: New.
18723 * gdb.btrace/tsx.c: New.
18724
18725 2015-08-06 Pedro Alves <palves@redhat.com>
18726
18727 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
18728 increase timeout.
18729 * gdb.reverse/until-precsave.exp: Bump timeouts.
18730
18731 2015-08-06 Pedro Alves <palves@redhat.com>
18732
18733 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
18734
18735 2015-08-06 Pedro Alves <palves@redhat.com>
18736
18737 PR gdb/18749
18738 * gdb.threads/process-dies-while-handling-bp.c: New file.
18739 * gdb.threads/process-dies-while-handling-bp.exp: New file.
18740
18741 2015-08-06 Pedro Alves <palves@redhat.com>
18742
18743 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
18744 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
18745
18746 2015-08-05 Pedro Alves <palves@redhat.com>
18747
18748 * gdb.threads/next-while-other-thread-longjmps.c: New file.
18749 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
18750
18751 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
18752
18753 * gdb.base/bp-permanent.exp: Report test as unsupported if
18754 the target cannot stop at the permanent breakpoint.
18755
18756 2015-08-03 Doug Evans <dje@google.com>
18757
18758 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
18759 10000.
18760
18761 2015-08-03 Doug Evans <dje@google.com>
18762
18763 * Makefile.in (workers/%.worker, build-perf): New rule.
18764 (GDB_PERFTEST_MODE): New variable.
18765 (check-perf): Use it.
18766 (clean): Clean up gdb.perf parallel build subdirs.
18767 * lib/build-piece.exp: New file.
18768 * lib/gdb.exp (make_gdb_parallel_path): New function
18769 (standard_output_file, standard_temp_file): Call it.
18770 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
18771 of $GDB_PARALLEL.
18772 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
18773
18774 2015-08-03 Doug Evans <dje@google.com>
18775
18776 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
18777 (LOG_FILE_NAME): New global.
18778 (TextReporter.__init__): Initialize self.txt_sum.
18779 (TextReporter.report): Add support for multiple data-points.
18780 Move report to perftest.sum, put raw data in perftest.log.
18781 (TextReporter.start): Open sum and log files.
18782 (TextReporter.end): Close sum and log files.
18783 * gdb.perf/lib/perftest/testresult.py
18784 (SingleStatisticTestResult.record): Handle multiple data-points.
18785
18786 2015-07-31 Pedro Alves <palves@redhat.com>
18787
18788 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
18789 Use spawn_id_get_pid. Wait for spawn id after eof. Use
18790 kill_wait_spawned_process instead of explicit "kill -9".
18791 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
18792 returning a spawn id instead of a pid. Use spawn_id_get_pid and
18793 kill_wait_spawned_process.
18794 * gdb.base/attach-twice.exp: Likewise.
18795 * gdb.base/attach.exp: Likewise.
18796 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
18797 gdb_test_multiple.
18798 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
18799 returning a spawn id instead of a pid. Use spawn_id_get_pid and
18800 kill_wait_spawned_process.
18801 * gdb.base/valgrind-infcall.exp: Likewise.
18802 * gdb.multi/multi-attach.exp: Likewise.
18803 * gdb.python/py-prompt.exp: Likewise.
18804 * gdb.python/py-sync-interp.exp: Likewise.
18805 * gdb.server/ext-attach.exp: Likewise.
18806 * gdb.threads/attach-into-signal.exp (corefunc): Use
18807 spawn_wait_for_attach, spawn_id_get_pid and
18808 kill_wait_spawned_process.
18809 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
18810 spawn_wait_for_attach returning a spawn id instead of a pid. Use
18811 spawn_id_get_pid and kill_wait_spawned_process.
18812 * gdb.threads/attach-stopped.exp (corefunc): Use
18813 spawn_wait_for_attach, spawn_id_get_pid and
18814 kill_wait_spawned_process.
18815 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
18816 Use spawn_id_get_pid. Wait for spawn id after eof. Use
18817 kill_wait_spawned_process instead of explicit "kill -9".
18818 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
18819 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
18820 (spawn_wait_for_attach): Use spawn instead of exec to spawn
18821 processes. Don't map cygwin/windows pids here. Now returns a
18822 spawn id list.
18823
18824 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
18825
18826 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
18827 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
18828 correct patch.
18829
18830 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
18831
18832 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
18833
18834 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
18835
18836 Reapply:
18837 2014-05-21 Mark Wielaard <mjw@redhat.com>
18838
18839 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
18840
18841 2015-07-30 Pedro Alves <palves@redhat.com>
18842
18843 * linux-low.c (handle_extended_wait): Set the child's last
18844 reported status to TARGET_WAITKIND_STOPPED.
18845
18846 2015-07-30 Pedro Alves <palves@redhat.com>
18847
18848 PR threads/18600
18849 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
18850 only shows inferior 1.
18851
18852 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
18853 Pedro Alves <palves@redhat.com>
18854
18855 PR threads/18600
18856 * gdb.threads/fork-plus-threads.c: New file.
18857 * gdb.threads/fork-plus-threads.exp: New file.
18858
18859 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
18860
18861 * gdb.base/batch-preserve-term-settings.exp
18862 (test_terminal_settings_preserved_after_cli_exit): Use
18863 send_quit_command.
18864
18865 2015-07-29 Pedro Alves <palves@redhat.com>
18866 Don Breazeal <donb@codesourcery.com>
18867
18868 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
18869 output from both inferior_spawn_id and gdb_spawn_id.
18870
18871 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
18872
18873 * gdb.threads/attach-into-signal.exp (corefunc): Use
18874 with_test_prefix on nested loops, uniquefying the test messages.
18875
18876 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
18877
18878 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
18879 commit.
18880
18881 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
18882
18883 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
18884 New proc.
18885 (test_terminal_settings_preserved_after_sigterm): New test.
18886
18887 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
18888
18889 * gdb.base/batch-preserve-term-settings.exp
18890 (test_terminal_settings_preserved_after_cli_exit): New test.
18891
18892 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
18893
18894 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
18895 manipulation of saved_gdbflags.
18896 (test_terminal_settings_preserved): Remove global declaration of
18897 the unused variable pagination_prompt. Remove manipulation of
18898 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
18899 GDBFLAGS.
18900
18901 2015-07-29 Pedro Alves <palves@redhat.com>
18902
18903 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
18904
18905 2015-07-29 Pedro Alves <palves@redhat.com>
18906
18907 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
18908 at the top.
18909
18910 2015-07-29 Pedro Alves <palves@redhat.com>
18911
18912 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
18913 (main): Call gdb_unbuffer_output.
18914 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
18915 (main): Call gdb_unbuffer_output.
18916 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
18917 (main): Call gdb_unbuffer_output.
18918 * gdb.base/call-strs.exp: Adjust to step over the
18919 gdb_unbuffer_output call.
18920 * gdb.base/catch-gdb-caused-signals.c: Include
18921 "../lib/unbuffer_output.c".
18922 (main): Call gdb_unbuffer_output.
18923 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
18924 (main): Call gdb_unbuffer_output.
18925 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
18926 (main): Call gdb_unbuffer_output.
18927 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
18928 (main): Call gdb_unbuffer_output.
18929 * gdb.base/shlib-call.exp: Adjust to step over the
18930 gdb_unbuffer_output call.
18931 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
18932 (main): Call gdb_unbuffer_output.
18933 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
18934 (main): Call gdb_unbuffer_output.
18935 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
18936 (main): Rename to ...
18937 (test): ... this.
18938 (main): Reimplement.
18939 * gdb.base/varargs.exp: Run to test instead of to main.
18940 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
18941 (main): Call gdb_unbuffer_output.
18942
18943 2015-07-29 Pedro Alves <palves@redhat.com>
18944
18945 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
18946 factore out from mi_continue_dprintf. For call-style dprintfs,
18947 expect dprintf output out of $inferior_spawn_id.
18948 (mi_continue_dprintf): Use mi_expect_dprintf.
18949 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
18950 (main): Call gdb_unbuffer_output.
18951
18952 2015-07-29 Pedro Alves <palves@redhat.com>
18953
18954 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
18955 (default_mi_gdb_start): Set inferior_spawn_id instead of
18956 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
18957 gdb_spawn_id.
18958 (mi_gdb_test): Always expect inferior output from both
18959 $inferior_spawn_id and $gdb_spawn_id.
18960
18961 2015-07-29 Pedro Alves <palves@redhat.com>
18962
18963 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
18964 send_inferior and $inferior_spawn_id.
18965
18966 2015-07-29 Pedro Alves <palves@redhat.com>
18967
18968 * gdb.gdb/complaints.exp (test_initial_complaints)
18969 (test_serial_complaints, test_short_complaints): Use
18970 gdb_test_stdio.
18971 (test_empty_complaint): Handle $inferior_spawn_id !=
18972 $gdb_spawn_id.
18973
18974 2015-07-29 Pedro Alves <palves@redhat.com>
18975
18976 * gdb.base/varargs.exp: Use gdb_test_stdio.
18977
18978 2015-07-29 Pedro Alves <palves@redhat.com>
18979
18980 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
18981
18982 2015-07-29 Pedro Alves <palves@redhat.com>
18983
18984 * gdb.base/ending-run.exp: Use gdb_test_stdio.
18985
18986 2015-07-29 Pedro Alves <palves@redhat.com>
18987
18988 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
18989 parameter into two new parameters, "inf_result" and "gdb_result".
18990 Expect inferior output and gdb output from $inferior_spawn_id and
18991 $gdb_spawn_id, respectively. Adjust all callers.
18992
18993 2015-07-29 Pedro Alves <palves@redhat.com>
18994
18995 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
18996 of gdb_test_sequence.
18997
18998 2015-07-29 Pedro Alves <palves@redhat.com>
18999
19000 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
19001 (saw_spurious_output): Expect inferior output from
19002 $inferior_spawn_id. Use gdb_test_stdio.
19003
19004 2015-07-29 Pedro Alves <palves@redhat.com>
19005
19006 * gdb.base/dprintf.exp: Use standard_testfile. Change
19007 prepare_for_testing call.
19008 (srcfile): Don't set.
19009 (restart): New procedure.
19010 (test_dprintf): New procecure, use to continue over dprintfs.
19011 (test_call, test_agent): New procedures, tests moved here.
19012 Restart gdb and recreate dprintfs. Adjust expected output.
19013
19014 2015-07-29 Pedro Alves <palves@redhat.com>
19015
19016 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
19017
19018 2015-07-29 Pedro Alves <palves@redhat.com>
19019
19020 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
19021
19022 2015-07-29 Pedro Alves <palves@redhat.com>
19023
19024 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
19025 gdb_test_stdio.
19026
19027 2015-07-29 Pedro Alves <palves@redhat.com>
19028
19029 * lib/gdb.exp (gdb_test_stdio): New procedure.
19030
19031 2015-07-29 Pedro Alves <palves@redhat.com>
19032
19033 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
19034
19035 2015-07-29 Pedro Alves <palves@redhat.com>
19036
19037 * gdb.base/call-signal-resume.exp: Remove check for
19038 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
19039 * gdb.base/unwindonsignal.exp: Likewise.
19040 * gdb.base/call-signals.c (gen_signal): Remove printf call.
19041 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
19042
19043 2015-07-29 Pedro Alves <palves@redhat.com>
19044
19045 * gdb.base/siginfo-addr.c (pass): New function.
19046 (handler): Call it iff si_addr is correct.
19047 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
19048 Set a breakpoint at "pass" and continue to it.
19049
19050 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
19051
19052 * gdb.python/py-objfile.exp: Make some tests have unique names.
19053 * gdb.python/py-pp-registration.exp: Likewise.
19054
19055 2015-07-28 Pedro Alves <palves@redhat.com>
19056
19057 * gdb.server/server-exec-info.exp: Issue a "disconnect".
19058
19059 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
19060
19061 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
19062
19063 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
19064
19065 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
19066
19067 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
19068
19069 * gdb.base/gdb-sigterm-2.exp: New test.
19070
19071 2015-07-25 Doug Evans <xdje42@gmail.com>
19072
19073 Revert:
19074 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
19075 (workers/%.worker, build-perf): New rule.
19076 (GDB_PERFTEST_MODE): New variable.
19077 (check-perf): Use it.
19078 (clean): Clean up gdb.perf parallel build subdirs.
19079 * lib/build-piece.exp: New file.
19080 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
19081 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
19082 name.
19083 (standard_temp_file): Ditto.
19084 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
19085 of $GDB_PARALLEL.
19086
19087 2015-07-24 Doug Evans <dje@google.com>
19088
19089 * gdb.perf/lib/perftest/utils.py: New file.
19090 * gdb.perf/gm-hello.cc: New file.
19091 * gdb.perf/gm-pervasive-typedef.cc: New file.
19092 * gdb.perf/gm-pervasive-typedef.h: New file.
19093 * gdb.perf/gm-std.cc: New file.
19094 * gdb.perf/gm-std.h: New file.
19095 * gdb.perf/gm-use-cerr.cc: New file.
19096 * gdb.perf/gm-utils.h: New file.
19097 * gdb.perf/gmonster-null-lookup.py: New file.
19098 * gdb.perf/gmonster-pervasive-typedef.py: New file.
19099 * gdb.perf/gmonster-print-cerr.py: New file.
19100 * gdb.perf/gmonster-ptype-string.py: New file.
19101 * gdb.perf/gmonster-runto-main.py: New file.
19102 * gdb.perf/gmonster-select-file.py: New file.
19103 * gdb.perf/gmonster1-null-lookup.exp: New file.
19104 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
19105 * gdb.perf/gmonster1-print-cerr.exp: New file.
19106 * gdb.perf/gmonster1-ptype-string.exp: New file.
19107 * gdb.perf/gmonster1-runto-main.exp: New file.
19108 * gdb.perf/gmonster1-select-file.exp: New file.
19109 * gdb.perf/gmonster1.cc: New file.
19110 * gdb.perf/gmonster1.exp: New file.
19111 * gdb.perf/gmonster2-null-lookup.exp: New file.
19112 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
19113 * gdb.perf/gmonster2-print-cerr.exp: New file.
19114 * gdb.perf/gmonster2-ptype-string.exp: New file.
19115 * gdb.perf/gmonster2-runto-main.exp: New file.
19116 * gdb.perf/gmonster2-select-file.exp: New file.
19117 * gdb.perf/gmonster2.cc: New file.
19118 * gdb.perf/gmonster2.exp: New file.
19119
19120 2015-07-24 Doug Evans <dje@google.com>
19121
19122 * gdb.perf/README: New file.
19123 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
19124 * lib/gen-perf-test.exp: New file.
19125
19126 2015-07-24 Doug Evans <dje@google.com>
19127
19128 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
19129 (PerfTest::startup): New function.
19130 (PerfTest::run): Return result of calling body.
19131 (PerfTest::assemble): Rewrite.
19132 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
19133 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
19134 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
19135 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
19136 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
19137
19138 2015-07-24 Doug Evans <dje@google.com>
19139
19140 * lib/gdb.exp (clean_restart): Make executable optional.
19141
19142 2015-07-24 Doug Evans <dje@google.com>
19143
19144 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
19145 compiler_info references.
19146 * gdb.cp/temargs.exp: Ditto.
19147 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
19148 (get_compiler_info): Early exit if already computed. Set compiler_info
19149 to "unknown" if there was a problem.
19150 (test_compiler_info): Add function comment. Call get_compiler_info.
19151
19152 2015-07-24 Doug Evans <dje@google.com>
19153
19154 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
19155 (workers/%.worker, build-perf): New rule.
19156 (GDB_PERFTEST_MODE): New variable.
19157 (check-perf): Use it.
19158 (clean): Clean up gdb.perf parallel build subdirs.
19159 * lib/build-piece.exp: New file.
19160 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
19161 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
19162 name.
19163 (standard_temp_file): Ditto.
19164 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
19165 of $GDB_PARALLEL.
19166
19167 2015-07-24 Doug Evans <dje@google.com>
19168
19169 * lib/future.exp (gdb_default_target_compile): New option
19170 "early_flags".
19171 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
19172 --as-needed.
19173
19174 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
19175
19176 * gdb.base/catch-syscall.exp: Call gdb_exit before
19177 gdb_skip_xml_test.
19178
19179 2015-07-24 Pedro Alves <palves@redhat.com>
19180
19181 * gdb.python/py-events.exp: Accept output between the stop event
19182 and the prompt.
19183 * gdb.python/py-evsignal.exp: Likewise.
19184 * gdb.python/py-evthreads.exp: Likewise.
19185
19186 2015-07-24 Pedro Alves <palves@redhat.com>
19187
19188 PR gdb/18717
19189 * gdb.threads/non-ldr-exit.c: New file.
19190 * gdb.threads/non-ldr-exit.exp: New file.
19191
19192 2015-07-24 Yao Qi <yao.qi@linaro.org>
19193
19194 * gdb.server/ext-wrapper.exp: Test --wrapper option when
19195 restarting process.
19196
19197 2015-07-24 Yao Qi <yao.qi@linaro.org>
19198
19199 * gdb.server/ext-restart.exp: New file.
19200
19201 2015-07-24 Yao Qi <yao.qi@linaro.org>
19202
19203 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
19204 argument options.
19205 * gdb.server/ext-wrapper.exp: New file.
19206
19207 2015-07-23 Doug Evans <dje@google.com>
19208
19209 * gdb.dwarf2/dw2-dummy-cu.S: New file.
19210 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
19211
19212 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
19213
19214 * gdb.ada/var_arr_typedef.exp: New testcase.
19215 * gdb.ada/var_arr_typedef/pack.adb: New file.
19216 * gdb.ada/var_arr_typedef/pack.ads: New file.
19217 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
19218
19219 2015-07-20 Joel Brobecker <brobecker@adacore.com>
19220
19221 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
19222
19223 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19224
19225 * gdb.arch/i386-biarch-core.exp: Replace istarget
19226 by "complete set gnutarget". Remove expectation for the "core-file"
19227 command.
19228
19229 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
19230
19231 Revert the previous commit:
19232 Tests for validate symbol file using build-id.
19233
19234 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
19235
19236 Tests for validate symbol file using build-id.
19237 * gdb.base/solib-mismatch-lib.c: New file.
19238 * gdb.base/solib-mismatch-libmod.c: New file.
19239 * gdb.base/solib-mismatch.c: New file.
19240 * gdb.base/solib-mismatch.exp: New file.
19241
19242 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
19243
19244 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
19245 nios2-*-linux*.
19246 * gdb.base/sigbpt.exp (stepi_out): Likewise.
19247 * gdb.base/siginfo.exp: Likewise.
19248 * gdb.base/sigstep.exp (advance, advancei): Likewise.
19249
19250 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
19251
19252 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
19253 Move it to ...
19254 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
19255 ... here.
19256 * gdb.trace/range-stepping.exp: Check that the target supports
19257 range stepping.
19258
19259 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
19260
19261 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
19262
19263 2015-07-14 Pedro Alves <palves@redhat.com>
19264
19265 * gdb.base/killed-outside.exp: New file.
19266 * gdb.base/killed-outside.c: New file.
19267
19268 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
19269
19270 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
19271 (n at main): New.
19272 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
19273
19274 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
19275
19276 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
19277 infcall tests instead of setting up for KFAIL.
19278
19279 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
19280
19281 * gdb.btrace/record_goto-step.exp: New.
19282
19283 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
19284
19285 PR compile/18484
19286 * gdb.compile/compile.c (struct struct_type): Add volatile to
19287 selffield's type.
19288 * gdb.compile/compile.exp
19289 (compile code struct_object.selffield = &struct_object): Skip further
19290 struct_object tests if this one xfails.
19291
19292 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
19293
19294 PR exp/18617
19295 * gdb.trace/ax.exp: Add test.
19296
19297 2015-07-07 Yao Qi <yao.qi@linaro.org>
19298
19299 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
19300 instead of istarget "aarch64*-*-*".
19301 * gdb.arch/aarch64-fp.exp: Likewise.
19302 * gdb.base/float.exp: Likewise.
19303 * gdb.reverse/aarch64.exp: Likewise.
19304 * lib/gdb.exp (is_aarch64_target): New proc.
19305
19306 2015-07-07 Yao Qi <yao.qi@linaro.org>
19307
19308 * lib/gdb.exp (is_aarch32_target): New proc.
19309 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
19310 instead of "istarget "arm*-*-*"".
19311 * gdb.arch/arm-disp-step.exp: Likewise.
19312 * gdb.arch/thumb-bx-pc.exp: Likewise.
19313 * gdb.arch/thumb-prologue.exp: Likewise.
19314 * gdb.arch/thumb-singlestep.exp: Likewise.
19315 * gdb.base/disp-step-syscall.exp: Likewise.
19316 * gdb.base/float.exp: Likewise.
19317
19318 2015-07-07 Yao Qi <yao.qi@linaro.org>
19319
19320 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
19321 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
19322
19323 2015-07-07 Yao Qi <yao.qi@linaro.org>
19324
19325 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
19326 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
19327 if it exists.
19328 * gdb.multi/multi-arch.exp: Likewise.
19329
19330 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
19331
19332 * gdb.python/py-lazy-string.exp: Add missing parentheses to
19333 print.
19334
19335 2015-07-07 Yao Qi <yao.qi@linaro.org>
19336
19337 * gdb.arch/thumb-singlestep.exp: Do one more single step.
19338
19339 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
19340
19341 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
19342 '[' and ']' characters.
19343
19344 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
19345
19346 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
19347
19348 2015-06-29 Pedro Alves <palves@redhat.com>
19349
19350 PR threads/18127
19351 * gdb.threads/hand-call-new-thread.c: New file.
19352 * gdb.threads/hand-call-new-thread.c: New file.
19353
19354 2015-06-26 Keith Seitz <keiths@redhat.com>
19355 Doug Evans <dje@google.com>
19356
19357 PR 16253
19358 * gdb.cp/var-tag-2.cc: New file.
19359 * gdb.cp/var-tag-3.cc: New file.
19360 * gdb.cp/var-tag-4.cc: New file.
19361 * gdb.cp/var-tag.cc: New file.
19362 * gdb.cp/var-tag.exp: New file.
19363
19364 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
19365
19366 * gdb.base/history-duplicates.exp: New test.
19367
19368 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
19369
19370 * gdb.base/completion.exp: Test the completion of the "focus"
19371 command.
19372
19373 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
19374
19375 * gdb.arch/amd64-prologue-skip.S: New file.
19376 * gdb.arch/amd64-prologue-skip.exp: New file.
19377
19378 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
19379
19380 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
19381 is_address_zero_readable check.
19382
19383 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
19384
19385 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
19386 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
19387
19388 2015-06-24 Yao Qi <yao.qi@linaro.org>
19389
19390 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
19391 linux targets.
19392
19393 2015-06-24 Yao Qi <yao.qi@linaro.org>
19394
19395 * lib/gdb.exp (supports_get_siginfo_type): New proc.
19396 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
19397 * gdb.base/siginfo-thread.exp: Likewise.
19398
19399 2015-06-22 Yao Qi <yao.qi@linaro.org>
19400
19401 * boards/remote-gdbserver-on-localhost.exp: Add comments.
19402
19403 2015-06-22 Yao Qi <yao.qi@linaro.org>
19404
19405 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
19406 aarch64*-*-*.
19407 (skip_hw_watchpoint_tests): Likewise.
19408
19409 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
19410
19411 * gdb.base/gdbinit-history.exp: Test the interaction between
19412 setting GDBHISTSIZE and setting the history size via .gdbinit.
19413
19414 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
19415
19416 PR gdb/16999
19417 * gdb.base/gdbhistsize-history.exp: New test.
19418
19419 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
19420
19421 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
19422 with GDBHISTSIZE.
19423 * gdb.base/readline.exp: Likewise.
19424
19425 2015-06-17 Yao Qi <yao.qi@linaro.org>
19426
19427 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
19428 line.
19429
19430 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
19431
19432 * gdb.base/gdbinit-history.exp: Add test case to check that
19433 an unlimited history file does not get truncated on exit.
19434
19435 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
19436
19437 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
19438 (VECTOR): New macro. Use it...
19439 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
19440 ...for these typedefs.
19441 (int8, char1, int1, double1): New typedefs.
19442 (struct just_int2, struct two_int2): New structures.
19443 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
19444 (add_structvecs, add_singlevecs): New functions.
19445 (main): Call add_some_intvecs twice.
19446 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
19447 the compile and exit upon failure. Try compiling for the "native"
19448 architecture. Test inferior function calls with vector arguments
19449 and vector return value handling with "finish" and "return".
19450
19451 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
19452
19453 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
19454 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
19455 PE file.
19456 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
19457
19458 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
19459
19460 PR breakpoints/16465
19461 * gdb.mi/mi-dprintf-pending.c: New file.
19462 * gdb.mi/mi-dprintf-pending.exp: New test.
19463 * gdb.mi/mi-dprintf-pendshr.c: New file.
19464
19465 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
19466 Mircea Gherzan <mircea.gherzan@intel.com>
19467
19468 * gdb.arch/i386-mpx-map.c: New file.
19469 * gdb.arch/i386-mpx-map.exp: New File.
19470
19471 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
19472
19473 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
19474 * gdb.arch/i386-mpx.exp: Indentation fixed.
19475
19476 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
19477
19478 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
19479 function and improved indentation.
19480 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
19481 gdb_test_multiple. Added additional tests to skip the test.
19482
19483 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
19484
19485 * gdb.arch/i386-avx512.c: Change path in include file.
19486 * gdb.arch/i386-avx512.exp: Change include dir path
19487 compilation flag.
19488 * gdb.arch/i386-mpx.c: Change path in include file.
19489 * gdb.arch/i386-mpx.exp: Change include dir path compilation
19490 flag.
19491
19492 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
19493
19494 * gdb.compile/compile-print.exp (compile print *vararray@3)
19495 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
19496
19497 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
19498
19499 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
19500 (do not keep jit in memory): ... this.
19501 (expect 5): Change it to ...
19502 (expect no 5): ... this.
19503
19504 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
19505
19506 PR gdb/15564
19507 * gdb.mi/mi-detach.exp: New file.
19508
19509 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
19510
19511 PR symtab/18392
19512 * gdb.arch/amd64-tailcall-self.S: New file.
19513 * gdb.arch/amd64-tailcall-self.c: New file.
19514 * gdb.arch/amd64-tailcall-self.exp: New file.
19515
19516 2015-05-28 Don Breazeal <donb@codesourcery.com>
19517
19518 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
19519 tests for remote targets by checking is_target_gdbserver.
19520
19521 2015-05-27 Doug Evans <dje@google.com>
19522
19523 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
19524 * gdb.dwarf2/opaque-type-lookup.c: New file.
19525 * gdb.dwarf2/opaque-type-lookup.exp: New file.
19526
19527 2015-05-26 Doug Evans <dje@google.com>
19528
19529 * gdb.cp/iostream.cc: New file.
19530 * gdb.cp/iostream.exp: New file.
19531
19532 2015-05-26 Doug Evans <dje@google.com>
19533
19534 * gdb.dwarf2/dw2-op-call.exp: Update.
19535 * gdb.dwarf2/dw4-sig-types.exp: Update.
19536 * gdb.dwarf2/implptr.exp: Update.
19537 * gdb.mi/mi-cmd-param-changed.exp: Update.
19538
19539 2015-05-26 Doug Evans <dje@google.com>
19540
19541 * gdb.python/py-lazy-string.c: New file.
19542 * gdb.python/py-lazy-string.exp: New file.
19543 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
19544 (main): Update. Add estring3.
19545 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
19546 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
19547
19548 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
19549 Yao Qi <yao.qi@linaro.org>
19550
19551 * gdb.reverse/aarch64.c: New.
19552 * gdb.reverse/aarch64.exp: New.
19553
19554 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
19555
19556 * lib/gdb.exp (supports_process_record): Return true for
19557 aarch64*-linux*.
19558 (supports_reverse): Likewise.
19559
19560 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
19561
19562 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
19563 Use with_test_prefix.
19564
19565 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
19566
19567 * gdb.base/completion.exp: Add test for completion of layout
19568 names.
19569
19570 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
19571
19572 * lib/gdb.exp (skip_tui_tests): New proc.
19573 * gdb.base/tui-layout.exp: Check skip_tui_tests.
19574
19575 2015-05-19 Pedro Alves <palves@redhat.com>
19576
19577 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
19578 Save the whole env array instead of just HOME. Unset HISTSIZE in
19579 the environment while testing. Restore whole environment
19580 afterwards.
19581
19582 2015-05-16 Doug Evans <xdje42@gmail.com>
19583
19584 * gdb.guile/scm-ports.c: New file.
19585 * gdb.guile/scm-ports.exp: Add memory port tests.
19586
19587 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19588
19589 * gdb.compile/compile-print.c: New file.
19590 * gdb.compile/compile-print.exp: New file.
19591
19592 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19593
19594 * gdb.compile/compile-ops.exp: Cast param to void.
19595 * gdb.compile/compile.exp: Complete type for _gdb_expr.
19596 (compile code struct_object.selffield = &struct_object): Add xfail.
19597
19598 2015-05-15 Joel Brobecker <brobecker@adacore.com>
19599
19600 * gdb.ada/arr_enum_with_gap: New testcase.
19601
19602 2015-05-15 Joel Brobecker <brobecker@adacore.com>
19603
19604 * gdb.ada/byte_packed_arr: New testcase.
19605
19606 2015-05-15 Joel Brobecker <brobecker@adacore.com>
19607
19608 * gdb.ada/pckd_neg: New testcase.
19609
19610 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
19611
19612 PR gdb/17820
19613 * gdb.base/gdbinit-history.exp: New test.
19614 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
19615 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
19616
19617 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
19618
19619 * gdb.python/py-xmethods.cc: Enhance test case.
19620 * gdb.python/py-xmethods.exp: New tests.
19621 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
19622 function.
19623 (B_indexoper): Likewise.
19624 (global_dm_list) : Add new xmethod worker functions.
19625
19626 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
19627
19628 * gdb.base/coredump-filter.exp: Correctly unset
19629 "coredump_var_addr" array.
19630
19631 2015-05-08 Pedro Alves <palves@redhat.com>
19632
19633 * gdb.server/non-existing-program.exp: Unset spawn_id.
19634
19635 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
19636
19637 PR python/18291
19638 * gdb.python/py-xmethods.exp: Add tests.
19639
19640 2015-05-08 Yao Qi <yao.qi@linaro.org>
19641
19642 PR gdb/18208
19643 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
19644 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
19645 function set_coredump_filter, and remove remote_exec call.
19646 Remove argument ipid. Callers update.
19647 (top level): Don't get inferior's PID.
19648
19649 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
19650
19651 * gdb.base/watch_thread_num.exp: Skip test on targets without
19652 access watchpoints.
19653
19654 2015-05-06 Pedro Alves <palves@redhat.com>
19655
19656 PR server/18081
19657 * gdb.server/non-existing-program.exp: New file.
19658
19659 2015-05-05 Joel Brobecker <brobecker@adacore.com>
19660
19661 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
19662
19663 2015-05-05 Joel Brobecker <brobecker@adacore.com>
19664
19665 * gdb.ada/out_of_line_in_inlined: New testcase.
19666
19667 2015-05-05 Joel Brobecker <brobecker@adacore.com>
19668
19669 * gdb.ada/var_rec_arr: New testcase.
19670
19671 2015-04-30 Yao Qi <yao.qi@linaro.org>
19672
19673 * gdb.base/break-idempotent.exp: If
19674 skip_hw_watchpoint_multi_tests returns true, skip the tests
19675 on "rwatch" and "awatch".
19676
19677 2015-04-30 Yao Qi <yao.qi@linaro.org>
19678
19679 * gdb.base/relativedebug.exp: Invoke gdb command
19680 "info sharedlibrary", and if libc.so doesn't have debug info,
19681 skip the test.
19682
19683 2015-04-29 Doug Evans <dje@google.com>
19684
19685 * gdb.python/py-xmethods.exp: Add ptype tests.
19686 * gdb.python/py-xmethods.py (E_method_char_worker): Add
19687 get_result_type method.
19688
19689 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
19690
19691 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
19692 the target does not support hardware watchpoints.
19693
19694 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
19695
19696 * gdb.base/break-always.exp: Abort testing if writing to memory
19697 causes an error.
19698
19699 2015-04-28 Doug Evans <dje@google.com>
19700
19701 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
19702 * gdb.python/py-pp-registration.exp: ... here. New file.
19703 * gdb.python/py-pp-registration.c: New file.
19704 * gdb.python/py-pp-registration.py: New file.
19705
19706 2015-04-28 Doug Evans <dje@google.com>
19707
19708 * gdb.python/py-bad-printers.c: New file.
19709 * gdb.python/py-bad-printers.py: New file.
19710 * gdb.python/py-bad-printers.exp: New file.
19711
19712 2015-04-28 Sasha Smundak <asmundak@google.com>
19713
19714 * gdb.python/py-type.exp: New test.
19715
19716 2015-04-28 Andy Wingo <wingo@igalia.com>
19717
19718 * gdb.python/py-parameter.exp:
19719 * gdb.guile/scm-parameter.exp: Escape the path that we are
19720 matching against, as it might contain characters that are special
19721 to regular expressions.
19722
19723 2015-04-27 Joel Brobecker <brobecker@adacore.com>
19724
19725 * gdb.ada/rec_comp: New testcase.
19726
19727 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
19728
19729 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
19730 before using it.
19731
19732 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
19733
19734 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
19735 new tests for verilog output.
19736
19737 2015-04-24 Yao Qi <yao.qi@linaro.org>
19738
19739 * boards/remote-gdbserver-on-localhost.exp: New file.
19740
19741 2015-04-23 Pedro Alves <palves@redhat.com>
19742
19743 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
19744 $inferior_spawn_id instead of $inferior_spawn_id directly. On
19745 "end of file", remove $inferior_spawn_id from the indirect list.
19746
19747 2015-04-23 Pedro Alves <palves@redhat.com>
19748
19749 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
19750
19751 2015-04-23 Pedro Alves <palves@redhat.com>
19752
19753 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
19754 on $any_spawn_id instead of only on $gdb_spawn_id.
19755
19756 2015-04-21 Pierre Muller <muller@sourceware.org>
19757
19758 PR pascal/17815
19759 * lib/pascal.exp (gpc_compile): Add new option "class".
19760 (fpc_compile): Likewise.
19761 * gdb.pascal/case-insensitive-symbols.pas: New file.
19762 * gdb.pascal/case-insensitive-symbols.exp: New file.
19763
19764 2015-04-20 Gary Benson <gbenson@redhat.com>
19765
19766 * gdb.base/attach.exp: Fix three extended remote failures.
19767
19768 2015-04-17 Gary Benson <gbenson@redhat.com>
19769
19770 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
19771 the main executable over the remote protocol.
19772
19773 2015-04-16 Pedro Alves <palves@redhat.com>
19774
19775 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
19776 a new gdbserver if gdbserver_reconnect_p is set.
19777
19778 2015-04-16 Pedro Alves <palves@redhat.com>
19779
19780 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
19781 is set, don't exit gdbserver.
19782
19783 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
19784
19785 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
19786 appropriate .insn, such that an older assembler can be used.
19787 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
19788 the z/Architecture instruction set on 31-bit targets as well.
19789
19790 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
19791
19792 * gdb.go/handcall.exp: Remove all logic related to the first
19793 breakpoint and rely on go_runto_main instead.
19794 * gdb.go/strings.exp: Likewise.
19795 * gdb.go/unsafe.exp: Likewise.
19796 * gdb.go/hello.exp: Likewise. Also rename the remaining
19797 breakpoint marker to "breakpoint 1".
19798 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
19799 * gdb.go/strings.go: Likewise.
19800 * gdb.go/unsafe.go: Likewise.
19801 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
19802 "set breakpoint 2 here" and rename the remaining breakpoint marker
19803 to "breakpoint 1".
19804
19805 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
19806
19807 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
19808 if itertools.imap is not present.
19809 * gdb.python/py-objfile.exp: Add parentheses.
19810 * gdb.python/py-type.exp: Same.
19811 * gdb.python/py-unwind-maint.py: Same.
19812
19813 2015-04-15 Yao Qi <yao.qi@linaro.org>
19814
19815 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
19816 of ":$ptr_size" and set its form explicitly.
19817
19818 2015-04-15 Pedro Alves <palves@redhat.com>
19819 Yao Qi <yao.qi@linaro.org>
19820
19821 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
19822 timeout by factor of 4.
19823 (test_regular_watch): Likewise.
19824 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
19825 * gdb.reverse/sigall-reverse.exp: Likewise.
19826 * gdb.reverse/until-precsave.exp: Likewise.
19827 * lib/gdb.exp (with_timeout_factor): New proc.
19828 (gdb_expect): Move some code to ...
19829 (get_largest_timeout): ... here. New procedure.
19830
19831 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
19832
19833 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
19834
19835 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
19836
19837 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
19838 to write to the .text section.
19839
19840 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
19841
19842 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
19843 Handle the case of targets that do not provide PID information.
19844
19845 2015-04-13 Yao Qi <yao.qi@linaro.org>
19846
19847 * lib/gdbserver-support.exp (gdb_exit): Catch exception
19848 and use expect instead of gdb_expect.
19849
19850 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
19851
19852 * gdb.base/coredump-filter.exp: Rename variable "addr" to
19853 "coredump_var_addr" to avoid naming conflict with other testcases.
19854
19855 2015-04-10 Pedro Alves <palves@redhat.com>
19856
19857 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
19858 gdb_test_sequence and gdb_assert.
19859
19860 2015-04-10 Pedro Alves <palves@redhat.com>
19861
19862 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
19863 test messages that don't include the breakpoint address.
19864
19865 2015-04-10 Yao Qi <yao.qi@linaro.org>
19866
19867 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
19868 false for some offset and width combinations which aren't
19869 supported by linux kernel.
19870
19871 2015-04-10 Pedro Alves <palves@redhat.com>
19872
19873 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
19874 procedure, factored out from ...
19875 (top level): ... here. Add "set displaced-stepping" testing axis.
19876 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
19877 parameter "displaced". Use it.
19878 (top level): Use foreach and add "set displaced-stepping" testing
19879 axis.
19880
19881 2015-04-10 Pedro Alves <palves@redhat.com>
19882
19883 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
19884 Remove comment.
19885 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
19886 both the address of the instruction that triggers the watchpoint
19887 and the address of the instruction immediately after, and use
19888 those addresses for the test. Fix comment.
19889
19890 2015-04-10 Pedro Alves <palves@redhat.com>
19891
19892 * gdb.base/sigstep.exp (breakpoint_to_handler)
19893 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
19894 Test "backtrace" in handler.
19895 (breakpoint_over_handler): New parameter 'displaced'. Use it.
19896 (top level): Add new "displaced" test axis to
19897 breakpoint_to_handler, breakpoint_to_handler_entry and
19898 breakpoint_over_handler.
19899
19900 2015-04-10 Pedro Alves <palves@redhat.com>
19901
19902 PR gdb/18216
19903 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
19904
19905 2015-04-10 Yao Qi <yao.qi@linaro.org>
19906
19907 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
19908 (test_add_rn_pc): New function.
19909 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
19910 (top level): Invoke test_add_rn_pc.
19911
19912 2015-04-10 Pedro Alves <palves@redhat.com>
19913
19914 PR gdb/13858
19915 * gdb.base/step-over-no-symbols.exp: New file.
19916
19917 2015-04-09 Andy Wingo <wingo@igalia.com>
19918
19919 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
19920 after the Python tests.
19921
19922 2015-04-08 Keith Seitz <keiths@redhat.com>
19923
19924 PR python/16699
19925 * gdb.python/py-completion.exp: New tests for completion.
19926 * gdb.python/py-completion.py (CompleteLimit1): New class.
19927 (CompleteLimit2): Likewise.
19928 (CompleteLimit3): Likewise.
19929 (CompleteLimit4): Likewise.
19930 (CompleteLimit5): Likewise.
19931 (CompleteLimit6): Likewise.
19932 (CompleteLimit7): Likewise.
19933
19934 2015-04-08 Pedro Alves <palves@redhat.com>
19935
19936 PR gdb/18214
19937 PR gdb/18216
19938 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
19939 function.
19940 (main): Install it as SIGUSR1 handler.
19941 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
19942 parameter. Always use "setup" as prefix. Toggle "set
19943 displaced-stepping" off/on depending on global. Don't switch to
19944 thread 1 here.
19945 (top level): Add displaced stepping "off/on" test axis. Update
19946 "setup" calls. Wrap each subtest with with_test_prefix. Test
19947 continuing with a queued signal in each thread.
19948
19949 2015-04-08 Pedro Alves <palves@redhat.com>
19950
19951 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
19952 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
19953 gdb_breakpoint instead of gdb_test that doesn't expect anything.
19954 Return early if running to main fails.
19955 * gdb.trace/while-stepping.exp: Likewise.
19956
19957 2015-04-07 Pedro Alves <palves@redhat.com>
19958
19959 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
19960 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
19961 interact with inferior program.
19962
19963 2015-04-07 Pedro Alves <palves@redhat.com>
19964
19965 * lib/gdb.exp (inferior_spawn_id): New global.
19966 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
19967 spawn id after processing the user code.
19968 (default_gdb_start): Set inferior_spawn_id.
19969 (send_inferior): New procedure.
19970 * lib/gdbserver-support.exp (gdbserver_start): Set
19971 inferior_spawn_id.
19972 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
19973
19974 2015-04-07 Pedro Alves <palves@redhat.com>
19975
19976 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
19977 * lib/gdbserver-support.exp (gdbserver_start): Make
19978 $server_spawn_id global.
19979 (gdbserver_start): Don't wait for gdbserver's spawn id with
19980 expect_background.
19981 (close_gdbserver): New procedure.
19982 (gdb_exit): Rename the default version and reimplement.
19983
19984 2015-04-07 Pedro Alves <palves@redhat.com>
19985
19986 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
19987 append the substituted item, not the original item.
19988
19989 2015-04-07 Pedro Alves <palves@redhat.com>
19990
19991 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
19992 gdb_expect.
19993
19994 2015-04-07 Pedro Alves <palves@redhat.com>
19995
19996 * gdb.base/interrupt.exp: Don't handle the case of the inferior
19997 output appearing once only.
19998
19999 2015-04-07 Pedro Alves <palves@redhat.com>
20000
20001 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
20002 that doesn't expect anything. Return early if running to main
20003 fails.
20004
20005 2015-04-07 Yao Qi <yao.qi@linaro.org>
20006
20007 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
20008 (child_function): Call alarm.
20009 (main): Move call to alarm into the loop.
20010 * gdb.threads/non-stop-fair-events.exp: Build program with
20011 -DTIMEOUT=$timeout.
20012
20013 2015-04-06 Doug Evans <xdje42@gmail.com>
20014
20015 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
20016 Fix dest parameter to board_info.
20017 (fpc_compile): Ditto.
20018 (gdb_compile_pascal): Rename dest arg to destfile.
20019
20020 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
20021
20022 * gdb.ada/funcall_ref.exp: New file.
20023 * gdb.ada/funcall_ref/foo.adb: New file.
20024
20025 2015-04-02 Yao Qi <yao.qi@linaro.org>
20026
20027 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
20028 is remote.
20029
20030 2015-04-02 Gary Benson <gbenson@redhat.com>
20031
20032 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
20033
20034 2015-04-01 Sasha Smundak <asmundak@google.com>
20035
20036 * gdb.python/py-unwind-maint.c: New file.
20037 * gdb.python/py-unwind-maint.exp: New test.
20038 * gdb.python/py-unwind-maint.py: New file.
20039 * gdb.python/py-unwind.c: New file.
20040 * gdb.python/py-unwind.exp: New test.
20041 * gdb.python/py-unwind.py: New test.
20042
20043 2015-04-01 Pedro Alves <palves@redhat.com>
20044
20045 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
20046 to fail instead of non-existent $test.
20047
20048 2015-04-01 Pedro Alves <palves@redhat.com>
20049
20050 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
20051 GDBFLAGS if not empty.
20052
20053 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
20054
20055 * gdb.ada/complete.exp: Remove "multi_line".
20056 * gdb.ada/info_exc.exp: Remove "multi_line".
20057 * gdb.ada/packed_tagged.exp: Remove "multi_line".
20058 * gdb.ada/ptype_field.exp: Remove "multi_line".
20059 * gdb.ada/sym_print_name.exp: Remove "multi_line".
20060 * gdb.ada/tagged.exp: Remove "multi_line".
20061 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
20062 [multi_line ...]
20063 * gdb.btrace/delta.exp: Likewise.
20064 * gdb.btrace/exception.exp: Likewise.
20065 * gdb.btrace/function_call_history.exp: Likewise.
20066 * gdb.btrace/instruction_history.exp: Likewise.
20067 * gdb.btrace/nohist.exp: Likewise.
20068 * gdb.btrace/record_goto.exp: Likewise.
20069 * gdb.btrace/segv.exp: Likewise.
20070 * gdb.btrace/stepi.exp: Likewise.
20071 * gdb.btrace/tailcall.exp: Likewise.
20072 * gdb.btrace/unknown_functions.exp: Likewise.
20073 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
20074 * lib/gdb.exp: Add the "multi_line" helper.
20075
20076 2015-04-01 Pedro Alves <palves@redhat.com>
20077
20078 * gdb.threads/tid-reuse.c: New file.
20079 * gdb.threads/tid-reuse.exp: New file.
20080
20081 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
20082
20083 PR corefiles/16092
20084 * gdb.base/coredump-filter.c: New file.
20085 * gdb.base/coredump-filter.exp: Likewise.
20086
20087 2015-03-27 Petr Machata <pmachata@redhat.com>
20088
20089 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
20090 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
20091 (Dwarf::assemble): Initialize them.
20092 (Dwarf::lines): New function.
20093
20094 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
20095
20096 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
20097 SYMBOL_PREFIX for x86_64-*-cygwin.
20098
20099 2015-03-26 Andy Wingo <wingo@igalia.com>
20100
20101 PR symtab/18148
20102 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
20103 const_value but not a location.
20104 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
20105 location defined in non-main CUs are visible.
20106
20107 2015-03-26 Yao Qi <yao.qi@linaro.org>
20108
20109 PR testsuite/18139
20110 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
20111 Add a line number entry for the same line.
20112 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
20113 Add a line number entry for the same line.
20114
20115 2015-03-26 Yao Qi <yao.qi@linaro.org>
20116
20117 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
20118 .int 0.
20119 (func): Likewise. Add .Lfunc_1 label.
20120 Use .Lfunc_1 label.
20121 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
20122 .int 0.
20123 (func): Likewise.
20124 Use .Lfunc_1 label.
20125
20126 2015-03-26 Yao Qi <yao.qi@linaro.org>
20127
20128 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
20129 Call gdb_compile instead to compile each .s files without debug
20130 information.
20131
20132 2015-03-26 Yao Qi <yao.qi@linaro.org>
20133
20134 * gdb.base/savedregs.exp (process_saved_regs): Make
20135 "Saved registers:" optional in the pattern.
20136
20137 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
20138
20139 * gdb.btrace/next.exp: Merged into step.exp.
20140 * gdb.btrace/finish.exp: Merged into step.exp.
20141 * gdb.btrace/nexti.exp: Merged into stepi.exp.
20142 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
20143 "record goto" and checking the exact replay position.
20144 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
20145 check for "Recording format" in "info record" output.
20146 * gdb.btrace/record_goto.exp: Choose test file based on target.
20147 * gdb.btrace/x86-record_goto.S: Renamed into ...
20148 * gdb.btrace/x86_64-record_goto.S: ... this.
20149 * gdb.btrace/i686-record_goto.S: New.
20150 * gdb.btrace/x86-tailcall.S: Renamed into ...
20151 * gdb.btrace/x86_64-tailcall.S: ... this.
20152 * gdb.btrace/i686-tailcall.S: New.
20153 * gdb.btrace/x86-tailcall.c: Renamed into ...
20154 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
20155 separate statements. Update test.
20156 * gdb.btrace/delta.exp: Use record_goto.c as test file.
20157 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
20158 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
20159 * gdb.btrace/tailcall.exp: Choose test file based on target.
20160 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
20161
20162 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
20163
20164 * gdb.btrace/exception.exp: Increase BTS buffer size.
20165
20166 2015-03-24 Pedro Alves <palves@redhat.com>
20167
20168 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
20169
20170 2015-03-24 Pedro Alves <palves@redhat.com>
20171
20172 * gdb.threads/schedlock.exp (test_step): No longer expect that
20173 "set scheduler-locking step" with "next" over a function call runs
20174 threads unlocked.
20175
20176 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
20177
20178 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
20179
20180 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
20181
20182 PR breakpoints/16466
20183 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
20184 * gdb.mi/mi-pending.c (thread_func): New function.
20185 (int main): Add threading support required.
20186 * gdb.mi/mi-pending.exp: Add tests for this issue.
20187 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
20188 (pendfunc2): Remove stdio dependency.
20189 * gdb.mi/mi-pendshr2.c: New file.
20190
20191 2015-03-23 Keith Seitz <keiths@redhat.com>
20192
20193 * gdb.linespec/keywords.c: New file.
20194 * gdb.linespec/keywords.exp: New file.
20195
20196 2015-03-23 Keith Seitz <keiths@redhat.com>
20197
20198 PR gdb/18021
20199 * gdb.dwarf2/staticvirtual.exp: New test.
20200
20201 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
20202
20203 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
20204 * README: Remove HP-UX and gdb.hp.
20205 (configuration):
20206 * configure: Regenerate.
20207 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
20208 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
20209 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
20210 gdb.hp/gdb.defects/Makefile.
20211 * gdb.hp/Makefile.in: File deleted.
20212 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
20213 * gdb.hp/gdb.aCC/optimize.c: File deleted.
20214 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
20215 * gdb.hp/gdb.aCC/run.c: File deleted.
20216 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
20217 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
20218 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
20219 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
20220 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
20221 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
20222 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
20223 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
20224 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
20225 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
20226 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
20227 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
20228 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
20229 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
20230 * gdb.hp/gdb.base-hp/reg.s: File deleted.
20231 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
20232 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
20233 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
20234 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
20235 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
20236 * gdb.hp/gdb.compat/Makefile.in: File deleted.
20237 * gdb.hp/gdb.compat/average.c: File deleted.
20238 * gdb.hp/gdb.compat/sum.c: File deleted.
20239 * gdb.hp/gdb.compat/xdb.c: File deleted.
20240 * gdb.hp/gdb.compat/xdb0.c: File deleted.
20241 * gdb.hp/gdb.compat/xdb0.h: File deleted.
20242 * gdb.hp/gdb.compat/xdb1.c: File deleted.
20243 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
20244 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
20245 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
20246 * gdb.hp/gdb.defects/Makefile.in: File deleted.
20247 * gdb.hp/gdb.defects/bs14602.c: File deleted.
20248 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
20249 * gdb.hp/gdb.defects/solib-d.c: File deleted.
20250 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
20251 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
20252 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
20253 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
20254 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
20255 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
20256 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
20257 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
20258 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
20259 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
20260 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
20261 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
20262 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
20263 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
20264 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
20265 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
20266 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
20267 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
20268 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
20269 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
20270 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
20271 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
20272 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
20273 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
20274 * gdb.hp/tools/odump: File deleted.
20275
20276 2015-03-19 Pedro Alves <palves@redhat.com>
20277
20278 * gdb.threads/continue-pending-status.exp (saw_thread_2)
20279 (saw_thread_3): New globals.
20280 (top level): Increment them when an event for the corresponding
20281 thread is seen.
20282 (no thread starvation): New test.
20283
20284 2015-03-19 Pedro Alves <palves@redhat.com>
20285
20286 * gdb.threads/continue-pending-status.c: New file.
20287 * gdb.threads/continue-pending-status.exp: New file.
20288
20289 2015-03-18 Pedro Alves <palves@redhat.com>
20290
20291 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
20292 Use gdb_is_target_remote instead of is_remote. Use
20293 gdb_test_multiple instead of gdb_expect. Exit early if
20294 gdb_test_multiple hits its internal matches. Tighten stepi tests
20295 expected output. Fail on exit with any signal, instead of just
20296 SIGILL.
20297
20298 2015-03-18 Yao Qi <yao.qi@linaro.org>
20299
20300 PR tdep/18107
20301 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
20302 variable.
20303 * gdb.base/catch-syscall.exp: Don't skip it on
20304 aarch64*-*-linux* target. Remove elements in all_syscalls.
20305 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
20306 target.
20307 (setup_all_syscalls): New proc.
20308
20309 2015-03-16 Yao Qi <yao.qi@linaro.org>
20310
20311 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
20312 (top level): Skip tests if valid_addr_p returns false for
20313 $cmd1 or $cmd2.
20314
20315 2015-03-11 Andy Wingo <wingo@igalia.com>
20316
20317 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
20318
20319 2015-03-11 Yao Qi <yao.qi@linaro.org>
20320
20321 * gdb.base/catch-syscall.exp: Fix typo in comments.
20322
20323 2015-03-11 Yao Qi <yao.qi@linaro.org>
20324
20325 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
20326
20327 2015-03-09 Pedro Alves <palves@redhat.com>
20328
20329 * dg-extract-results.py: Delete.
20330
20331 2015-03-09 Pedro Alves <palves@redhat.com>
20332
20333 Merge dg-extract-results.sh from GCC upstream (r218843).
20334
20335 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
20336 * dg-extract-results.sh: Use --text with grep to avoid issues with
20337 binary files. Fall back to cat -v, if that doesn't work.
20338
20339 2015-03-05 Pedro Alves <palves@redhat.com>
20340
20341 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
20342
20343 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
20344
20345 * lib/mi-support.exp (mi_expect_interrupt): Accept
20346 alternative event for when in all-stop mode.
20347
20348 2015-03-04 Pedro Alves <palves@redhat.com>
20349
20350 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
20351
20352 2015-03-04 Mark Kettenis <kettenis@gnu.org>
20353
20354 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
20355
20356 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
20357
20358 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
20359 regexps for GDB's current line display, accept a hex address
20360 preceding the line number.
20361
20362 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
20363
20364 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
20365 the 'arch1' variable for "s390*-linux*" targets.
20366
20367 2015-03-04 Pedro Alves <palves@redhat.com>
20368
20369 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
20370 (main): Pass missing retval argument to pthread_join call.
20371
20372 2015-03-02 Pedro Alves <palves@redhat.com>
20373
20374 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
20375 (top level): Call do_test with non-stop as well.
20376
20377 2015-03-02 Pedro Alves <palves@redhat.com>
20378
20379 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
20380 -1.
20381
20382 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
20383
20384 * gdb.arch/s390-vregs.exp: New test.
20385 * gdb.arch/s390-vregs.S: New file.
20386
20387 2015-02-27 Pedro Alves <palves@redhat.com>
20388
20389 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
20390 call to catch_command_errors.
20391 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
20392 catch_command_errors.
20393
20394 2015-02-27 Pedro Alves <palves@redhat.com>
20395
20396 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
20397 "true" for boolean result.
20398 * gdb.gdb/selftest.exp (test_with_self): Also accept full
20399 prototype of main.
20400
20401 2015-02-27 Pedro Alves <palves@redhat.com>
20402
20403 * lib/unbuffer_output.c: New file.
20404 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
20405 (main): Call gdb_unbuffer_output.
20406
20407 2015-02-27 Yao Qi <yao.qi@linaro.org>
20408
20409 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
20410 target.
20411
20412 2015-02-26 Doug Evans <dje@google.com>
20413
20414 * gdb.cp/class2.cc (Dbase, D): New classes.
20415 (main): New local delta.
20416 * gdb.cp/class2.exp: Test printing delta.
20417 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
20418 (dynbar): New global.
20419 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
20420
20421 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
20422
20423 * gdb.compile/compile-ifunc.c: New file.
20424 * gdb.compile/compile-ifunc.exp: New file.
20425
20426 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
20427
20428 * gdb.base/structs.exp: Check for correct struct on finish.
20429
20430 2015-02-26 Yao Qi <yao.qi@linaro.org>
20431
20432 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
20433 is zero.
20434
20435 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
20436
20437 * gdb.arch/cordic.ko.bz2: New file.
20438 * gdb.arch/cordic.ko.debug.bz2: New file.
20439 * gdb.arch/ppc64-symtab-cordic.exp: New file.
20440
20441 2015-02-25 Yao Qi <yao.qi@linaro.org>
20442
20443 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
20444 aarch64*-*-* target.
20445
20446 2015-02-23 Pedro Alves <palves@redhat.com>
20447
20448 * lib/gdb.exp (delete_breakpoints): Rewrite using
20449 gdb_test_multiple.
20450
20451 2015-02-23 Pedro Alves <palves@redhat.com>
20452
20453 * gdb.base/info-os.c: Include stdlib.h.
20454
20455 2015-02-22 Doug Evans <xdje42@gmail.com>
20456
20457 PR symtab/17855
20458 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
20459 is read after symbols have been re-read.
20460 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
20461 * gdb.ada/exec_changed/second.adb (Second): Ditto.
20462
20463 2015-02-21 Doug Evans <dje@google.com>
20464
20465 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
20466
20467 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
20468
20469 PR corefiles/17808
20470 * gdb.arch/i386-biarch-core.core.bz2: New file.
20471 * gdb.arch/i386-biarch-core.exp: New file.
20472
20473 2015-02-21 Pedro Alves <palves@redhat.com>
20474
20475 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
20476 runto_main fails.
20477
20478 2015-02-20 Pedro Alves <palves@redhat.com>
20479
20480 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
20481 info probes.
20482
20483 2015-02-20 Pedro Alves <palves@redhat.com>
20484
20485 * gdb.threads/multi-create-ns-info-thr.exp: New file.
20486
20487 2015-02-20 Pedro Alves <palves@redhat.com>
20488
20489 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
20490 clean_restart before gdb_target_supports_trace.
20491
20492 2015-02-20 Pedro Alves <palves@redhat.com>
20493
20494 PR threads/18006
20495 * gdb.threads/clone-thread_db.c: New file.
20496 * gdb.threads/clone-thread_db.exp: New file.
20497
20498 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
20499
20500 PR breakpoints/16812
20501 * gdb.base/catch-gdb-caused-signals.c: New file.
20502 * gdb.base/catch-gdb-caused-signals.exp: New file.
20503
20504 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
20505
20506 * configure: Regenerated.
20507 * configure.ac: Use GDB_AC_TRANSFORM.
20508 * aclocal.m4: sinclude ../transform.m4.
20509
20510 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
20511
20512 * lib/dtrace.exp: New file.
20513 * gdb.base/dtrace-probe.exp: Likewise.
20514 * gdb.base/dtrace-probe.d: Likewise.
20515 * gdb.base/dtrace-probe.c: Likewise.
20516 * lib/pdtrace.in: Likewise.
20517 * configure.ac: Output variables with the transformed names of
20518 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
20519 * configure: Regenerated.
20520
20521 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
20522
20523 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
20524 expected message when trying to access $_probe_* convenience
20525 variables while not on a probe.
20526
20527 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
20528
20529 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
20530
20531 2015-02-11 Pedro Alves <pedro@codesourcery.com>
20532
20533 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
20534 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
20535
20536 2015-02-10 Doug Evans <xdje42@gmail.com>
20537
20538 * lib/gdb.exp (gdb_load): Always return a result.
20539
20540 2015-02-10 Pedro Alves <palves@redhat.com>
20541
20542 * gdb.threads/signal-sigtrap.c: New file.
20543 * gdb.threads/signal-sigtrap.exp: New file.
20544
20545 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
20546
20547 * gdb.trace/no-attach-trace.c: New file.
20548 * gdb.trace/no-attach-trace.exp: New file.
20549
20550 2015-02-09 Mark Wielaard <mjw@redhat.com>
20551
20552 * gdb.dwarf2/atomic.c: New file.
20553 * gdb.dwarf2/atomic-type.exp: Likewise.
20554
20555 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
20556
20557 * gdb.btrace/buffer-size.exp: Update "info record" output.
20558 * gdb.btrace/delta.exp: Update "info record" output.
20559 * gdb.btrace/enable.exp: Update "info record" output.
20560 * gdb.btrace/finish.exp: Update "info record" output.
20561 * gdb.btrace/instruction_history.exp: Update "info record" output.
20562 * gdb.btrace/next.exp: Update "info record" output.
20563 * gdb.btrace/nexti.exp: Update "info record" output.
20564 * gdb.btrace/step.exp: Update "info record" output.
20565 * gdb.btrace/stepi.exp: Update "info record" output.
20566 * gdb.btrace/nohist.exp: Update "info record" output.
20567
20568 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
20569
20570 * gdb.btrace/buffer-size: New.
20571
20572 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
20573
20574 * gdb.btrace/delta.exp: Update "info record" output.
20575 * gdb.btrace/enable.exp: Update "info record" output.
20576 * gdb.btrace/finish.exp: Update "info record" output.
20577 * gdb.btrace/instruction_history.exp: Update "info record" output.
20578 * gdb.btrace/next.exp: Update "info record" output.
20579 * gdb.btrace/nexti.exp: Update "info record" output.
20580 * gdb.btrace/step.exp: Update "info record" output.
20581 * gdb.btrace/stepi.exp: Update "info record" output.
20582 * gdb.btrace/nohist.exp: Update "info record" output.
20583
20584 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
20585
20586 PR gdb/15678
20587 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
20588
20589 2015-02-06 Pedro Alves <palves@redhat.com>
20590
20591 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
20592 macro.
20593 (seconds_left, again): New globals.
20594 (main): Wait seconds_left in a 1-second sleep loop instead of
20595 sleeping 180 seconds. If 'again' is set, reset the seconds
20596 counter.
20597 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
20598 'again' in the inferior before detaching. Print the seconds left.
20599 (options): New global.
20600 (top level): Build program with -DTIMEOUT=$timeout.
20601
20602 2015-02-06 Pedro Alves <palves@redhat.com>
20603
20604 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
20605 determine how many seconds to pass to 'alarm'.
20606 * gdb.base/gdb-sigterm.exp (top level): Build program with
20607 -DTIMEOUT=$timeout.
20608 (do_test): Return success/failure indication. Add more verbose
20609 logging. Don't fail if 200 single steps are seen. Instead, fail
20610 when the test times out.
20611 (passes): New global.
20612 (top level): Break the testing loop if testing fails on any
20613 iteration. Use gdb_assert.
20614
20615 2015-02-04 Don Breazeal <donb@codesourcery.com>
20616
20617 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
20618 and initialize them.
20619 (ipc_cleanup): New function.
20620 (main): Don't declare shmid, semid, and msqid. Add a call to
20621 atexit so that we call ipc_cleanup on exit.
20622
20623 2015-02-04 Pedro Alves <palves@redhat.com>
20624
20625 * boards/native-extended-gdbserver.exp: Remove any target variant
20626 specifications from the board name before clearing the isremote
20627 flag from board_info.
20628
20629 2015-01-31 Doug Evans <xdje42@gmail.com>
20630
20631 * gdb.base/maint.exp <maint print type argc>: Update expected output.
20632
20633 2015-01-31 Gary Benson <gbenson@redhat.com>
20634
20635 * gdb.base/completion.exp: Disable completion limiting for
20636 existing tests. Add new tests to check completion limiting.
20637 * gdb.linespec/ls-errs.exp: Disable completion limiting.
20638
20639 2015-01-31 Doug Evans <xdje42@gmail.com>
20640
20641 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
20642
20643 2015-01-31 Doug Evans <xdje42@gmail.com>
20644
20645 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
20646 entries. Duplicate file section script entries.
20647 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
20648 inlined entries. Add test for safe-path rejection.
20649 * gdb.python/py-section-script.c: Add duplicate inlined section script
20650 entries. Duplicate file section script entries.
20651 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
20652 inlined entries. Add test for safe-path rejection.
20653
20654 2015-01-29 Joel Brobecker <brobecker@adacore.com>
20655
20656 * gdb.ada/disc_arr_bound: New testcase.
20657
20658 2015-01-29 Joel Brobecker <brobecker@adacore.com>
20659
20660 * gdb.ada/mi_var_array: New testcase.
20661
20662 2015-01-27 Doug Evans <dje@google.com>
20663
20664 * gdb.python/py-objfile.exp: Add tests for objfile.username.
20665 Add test for objfile.filename, objfile.username after objfile
20666 has been unloaded.
20667
20668 2015-01-26 Joel Brobecker <brobecker@adacore.com>
20669
20670 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
20671 the second test to print the name attribute of value
20672 returned by the call to gdb.lookup_type, and adjust
20673 the expected output accordingly.
20674
20675 2015-01-25 Mark Wielaard <mjw@redhat.com>
20676
20677 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
20678 * gdb.base/disp-step-fork.c: Include unistd.h.
20679 * gdb.base/siginfo-obj.c: Include stdio.h.
20680 * gdb.base/siginfo-thread.c: Likewise.
20681 * gdb.mi/non-stop.c: Include unistd.h.
20682 * gdb.mi/nsthrexec.c: Include stdio.h.
20683 * gdb.mi/pthreads.c: Include unistd.h.
20684 * gdb.modula2/unbounded1.c (main): Declare returns int.
20685 * gdb.reverse/consecutive-reverse.c: Likewise.
20686 * gdb.threads/create-fail.c: Include unistd.h.
20687 * gdb.threads/killed.c: Likewise.
20688 * gdb.threads/linux-dp.c: Likewise.
20689 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
20690 * gdb.threads/non-ldr-exc-2.c: Likewise.
20691 * gdb.threads/non-ldr-exc-3.c: Likewise.
20692 * gdb.threads/non-ldr-exc-4.c: Likewise.
20693 * gdb.threads/pthreads.c: Include unistd.h.
20694 (main): Declare returns int.
20695 * gdb.threads/tls-main.c (foo): New declaration.
20696 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
20697
20698 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
20699
20700 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
20701 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
20702
20703 2015-01-15 Mark Wielaard <mjw@redhat.com>
20704
20705 * gdb.base/noreturn-return.c: New file.
20706 * gdb.base/noreturn-return.exp: New file.
20707 * gdb.base/noreturn-finish.c: New file.
20708 * gdb.base/noreturn-finish.exp: New file.
20709
20710 2015-01-23 Pedro Alves <palves@redhat.com>
20711
20712 * gdb.threads/continue-pending-after-query.c: New file.
20713 * gdb.threads/continue-pending-after-query.exp: New file.
20714
20715 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
20716 Simon Marchi <simon.marchi@ericsson.com>
20717
20718 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
20719 * gdb.base/valgrind-db-attach.exp: Same.
20720 * gdb.base/valgrind-infcall.exp: Same.
20721 * lib/mi-support.exp (default_mi_gdb_start): Same.
20722 * lib/prompt.exp (default_prompt_gdb_start): Same.
20723 * lib/gdb.exp (default_gdb_spawn): Same.
20724 (gdb_interact): New.
20725
20726
20727 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
20728
20729 * gdb.compile/compile.exp (pointer to jit function): New test.
20730
20731 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
20732
20733 * lib/gdb.exp (supports_process_record): Return true for
20734 powerpc*-*-linux*.
20735 (supports_reverse): Likewise.
20736
20737 2015-01-15 Don Breazeal <donb@codesourcery.com>
20738
20739 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
20740 instead of checking whether the target board is remote and
20741 use spawn_wait_for_attach instead of exec/sleep.
20742 * gdb.base/attach-twice.exp: Likewise.
20743
20744 2015-01-15 Joel Brobecker <brobecker@adacore.com>
20745
20746 * gdb.ada/var_arr_attrs: New testcase.
20747
20748 2015-01-14 Pedro Alves <palves@redhat.com>
20749 Joel Brobecker <brobecker@adacore.com>
20750
20751 PR gdb/17525
20752 * gdb.base/bp-cmds-execution-x-script.c: New file.
20753 * gdb.base/bp-cmds-execution-x-script.exp: New file.
20754 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
20755
20756 2015-01-14 Pedro Alves <palves@redhat.com>
20757
20758 PR cli/17828
20759 * gdb.base/batch-preserve-term-settings.c: New file.
20760 * gdb.base/batch-preserve-term-settings.exp: New file.
20761
20762 2015-01-13 Doug Evans <dje@google.com>
20763
20764 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
20765 binary.
20766
20767 2015-01-13 Joel Brobecker <brobecker@adacore.com>
20768
20769 * Makefile.in (clean mostlyclean): Do not delete *.py.
20770
20771 2015-01-13 Joel Brobecker <brobecker@adacore.com>
20772
20773 * gdb.python/py-lookup-type.exp: New file.
20774
20775 2015-01-12 Pedro Alves <palves@redhat.com>
20776
20777 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
20778 restore GDBFLAGS before returning.
20779
20780 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
20781
20782 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
20783 is_amd64_regs_target and is_x86_like_target.
20784
20785 2015-01-11 Doug Evans <xdje42@gmail.com>
20786
20787 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
20788 is given without an explicit form.
20789 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
20790 attributes.
20791 * gdb.dwarf/corrupt.exp: Ditto.
20792 * gdb.dwarf2/enum-type.exp: Ditto.
20793 * gdb.trace/entry-values.exp: Ditto.
20794 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
20795
20796 2015-01-11 Doug Evans <xdje42@gmail.com>
20797
20798 PR gdb/15830
20799 * gdb.base/maint.exp: Remove references to "maint demangle".
20800 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
20801 Add tests for explicitly specifying language to demangle.
20802 * gdb.dlang/demangle.exp: Ditto.
20803
20804 2015-01-09 Pedro Alves <palves@redhat.com>
20805
20806 * gdb.threads/non-stop-fair-events.c: New file.
20807 * gdb.threads/non-stop-fair-events.exp: New file.
20808
20809 2015-01-09 Pedro Alves <palves@redhat.com>
20810
20811 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
20812 the global scope. Set a breakpoint after all threads are started
20813 rather than stepping over two source lines. Expect the prompt.
20814 * gdb.base/watch_thread_num.c (threads_started_barrier): New
20815 global.
20816 (NUM): Now 15.
20817 (main): Use threads_started_barrier to wait for all threads to
20818 start. Main thread no longer calls thread_function. Exit after
20819 180 seconds.
20820 (loop): New function.
20821 (thread_function): Wait on threads_started_barrier barrier. Call
20822 'loop' at each iteration.
20823 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
20824 threads have started, instead of hardcoding number of "next"
20825 steps. Use an access watchpoint instead of a write watchpoint.
20826
20827 2015-01-09 Pedro Alves <palves@redhat.com>
20828
20829 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
20830 (thread_func): Wait on barrier.
20831 (main): Wait for all threads to start before stopping GDB.
20832 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
20833 global.
20834 (thread1_func, thread2_func): Wait on barrier.
20835 (main): Wait for all threads to start before stopping GDB.
20836 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
20837 New global.
20838 (thread1_func, thread2_func): Wait on barrier.
20839 (main): Wait for all threads to start before stopping GDB.
20840
20841 2015-01-09 Pedro Alves <palves@redhat.com>
20842
20843 * gdb.threads/attach-many-short-lived-threads.c: New file.
20844 * gdb.threads/attach-many-short-lived-threads.exp: New file.
20845
20846 2014-01-09 Pedro Alves <palves@redhat.com>
20847
20848 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
20849 instead of to thread 2.
20850 * gdb.threads/signal-command-multiple-signals-pending.c (main):
20851 Add barrier around each pthread_create call instead of around all
20852 calls.
20853 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
20854 Set a break on thread_function and have the child threads hit it
20855 one at at a time.
20856
20857 2015-01-09 Pedro Alves <palves@redhat.com>
20858
20859 * lib/gdb.exp (can_spawn_for_attach): New procedure.
20860 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
20861 false.
20862 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
20863 checking whether the target board is remote.
20864 * gdb.multi/multi-attach.exp: Likewise.
20865 * gdb.python/py-sync-interp.exp: Likewise.
20866 * gdb.server/ext-attach.exp: Likewise.
20867 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
20868 tests that need to attach, instead of checking whether the target
20869 board is remote at the top of the file.
20870
20871 2015-01-08 Yao Qi <yao@codesourcery.com>
20872
20873 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
20874
20875 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
20876
20877 Fix testcase compilation.
20878 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
20879
20880 2015-01-06 Joel Brobecker <brobecker@adacore.com>
20881
20882 * gdb.python/py-type.exp: Add a couple test about empty
20883 array creation, and negative-length array creation.
20884
20885 2015-01-02 Doug Evans <xdje42@gmail.com>
20886
20887 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
20888
20889 2015-01-02 Doug Evans <dje@google.com>
20890
20891 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
20892
20893 2014-12-29 Yao Qi <yao@codesourcery.com>
20894
20895 * gdb.trace/entry-values.exp: Update comments. Rename variable
20896 bar_call_foo to returned_from_foo.
20897
20898 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
20899
20900 PR gdb/17394
20901 * gdb.linespec/break-asm-file.c: New file.
20902 * gdb.linespec/break-asm-file.exp: New file.
20903 * gdb.linespec/break-asm-file0.s: New file.
20904 * gdb.linespec/break-asm-file1.s: New file.
20905
20906 2014-12-18 Nigel Stephens <nigel@mips.com>
20907 Maciej W. Rozycki <macro@codesourcery.com>
20908
20909 * gdb.base/float.exp: Handle the new output from "info float" on
20910 MIPS targets.
20911
20912 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
20913
20914 Fix MinGW compilation.
20915 * gdb.compile/compile-ops.exp: Update untested message if
20916 !skip_compile_feature_tests.
20917 * gdb.compile/compile-setjmp.exp: Likewise.
20918 * gdb.compile/compile-tls.exp: Likewise.
20919 * gdb.compile/compile.exp: Likewise.
20920 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
20921 supported on this host".
20922
20923 2014-12-16 Doug Evans <xdje42@gmail.com>
20924
20925 * boards/stabs.exp: New file.
20926
20927 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
20928
20929 * gdb.base/completion.exp: Adjust to format changes of "maint
20930 print user-registers".
20931
20932 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
20933
20934 PR server/17457
20935 * gdb.arch/aarch64-fp.c: New file.
20936 * gdb.arch/aarch64-fp.exp: New file.
20937
20938 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
20939
20940 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
20941 r210637, r210913, r211666, r215400, r215817).
20942
20943 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
20944 * dg-extract-results.py: New file.
20945 * dg-extract-results.sh: Use it if the environment seems
20946 suitable.
20947
20948 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
20949
20950 * dg-extract-results.py (parse_run): Handle warnings that
20951 are printed before a test harness is run.
20952
20953 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
20954
20955 * dg-extract-results.py (Named): Remove __cmp__ method.
20956 (output_variation): Use a key to sort variation.harnesses.
20957
20958 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
20959
20960 * dg-extract-results.py: For Python 3, force sys.stdout to
20961 handle surrogate escape sequences.
20962 (safe_open): New function.
20963 (output_segment, main): Use it.
20964
20965 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
20966
20967 * dg-extract-results.py (Prog.result_re): Include options
20968 in test name.
20969
20970 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
20971
20972 * dg-extract-results.py (output_variation): Always sort if
20973 do_sum.
20974
20975 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
20976
20977 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
20978 as long as we get pagination notifications.
20979
20980 2014-12-15 Jason Merrill <jason@redhat.com>
20981
20982 * Makefile.in (check-gdb.%): Restore.
20983 * README: Mention it.
20984
20985 2014-12-13 Joel Brobecker <brobecker@adacore.com>
20986
20987 * gdb.ada/str_uninit: New testcase.
20988
20989 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
20990
20991 PR symtab/17642
20992 * gdb.base/vla-stub-define.c: New file.
20993 * gdb.base/vla-stub.c: New file.
20994 * gdb.base/vla-stub.exp: New file.
20995
20996 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
20997 Jan Kratochvil <jan.kratochvil@redhat.com>
20998 Tom Tromey <tromey@redhat.com>
20999
21000 * configure.ac: Add gdb.compile/.
21001 * configure: Regenerate.
21002 * gdb.compile/Makefile.in: New file.
21003 * gdb.compile/compile-ops.exp: New file.
21004 * gdb.compile/compile-ops.c: New file.
21005 * gdb.compile/compile-tls.c: New file.
21006 * gdb.compile/compile-tls.exp: New file.
21007 * gdb.compile/compile-constvar.S: New file.
21008 * gdb.compile/compile-constvar.c: New file.
21009 * gdb.compile/compile-mod.c: New file.
21010 * gdb.compile/compile-nodebug.c: New file.
21011 * gdb.compile/compile-setjmp-mod.c: New file.
21012 * gdb.compile/compile-setjmp.c: New file.
21013 * gdb.compile/compile-setjmp.exp: New file.
21014 * gdb.compile/compile-shlib.c: New file.
21015 * gdb.compile/compile.c: New file.
21016 * gdb.compile/compile.exp: New file.
21017 * lib/gdb.exp (skip_compile_feature_tests): New proc.
21018
21019 2014-12-12 Tom Tromey <tromey@redhat.com>
21020
21021 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
21022 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
21023
21024 2014-12-12 Doug Evans <dje@google.com>
21025
21026 * lib/gdb-python.exp (get_python_valueof): New function.
21027 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
21028
21029 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
21030
21031 * gdb.base/completion.exp: Add test for completion of "info
21032 registers ".
21033
21034 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
21035
21036 * gdb.base/func-ptrs.c: New file.
21037 * gdb.base/func-ptrs.exp: New file.
21038
21039 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
21040
21041 PR breakpoints/17012
21042 * gdb.base/dprintf-detach.c: New file.
21043 * gdb.base/dprintf-detach.exp: New file.
21044
21045 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
21046
21047 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
21048 * lib/gdb.exp (target_is_gdbserver): New procedure.
21049
21050 2014-12-08 Doug Evans <dje@google.com>
21051
21052 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
21053
21054 2014-12-05 Yao Qi <yao@codesourcery.com>
21055
21056 * gdb.guile/scm-error.exp: Remove the third argument to
21057 gdb_remote_download.
21058 * gdb.guile/scm-frame-args.exp: Likewise.
21059 * gdb.guile/scm-section-script.exp: Likewise.
21060
21061 2014-12-05 Yao Qi <yao@codesourcery.com>
21062
21063 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
21064
21065 2014-12-04 Doug Evans <dje@google.com>
21066
21067 * gdb.python/py-objfile.exp: Add tests for
21068 objfile.add_separate_debug_file.
21069
21070 2014-12-04 Doug Evans <dje@google.com>
21071
21072 * lib/gdb.exp (get_build_id): New function.
21073 (build_id_debug_filename_get): Rewrite to use it.
21074 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
21075
21076 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
21077
21078 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
21079 `method(long)', not just 0x0.
21080 * gdb.cp/nsalias.exp: Align code labels to 4.
21081 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
21082 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
21083 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
21084 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
21085 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
21086 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
21087
21088 2014-12-02 Doug Evans <dje@google.com>
21089
21090 PR symtab/17602
21091 * gdb.cp/anon-ns.cc: Move guts of this file to ...
21092 * gdb.cp/anon-ns2.cc: ... here. New file.
21093 * gdb.cp/anon-ns.exp: Update.
21094
21095 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
21096
21097 * gdb.python/py-events.py (inferior_call_handler): New.
21098 (register_changed_handler, memory_changed_handler): New.
21099 (test_events.invoke): Register new handlers.
21100 * gdb.python/py-events.exp: Add tests for inferior call,
21101 memory_changed and register_changed events.
21102
21103 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
21104
21105 * gdb.base/execl-update-breakpoints.exp: Specify the link address
21106 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
21107 if the linker doesn't understand this.
21108
21109 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
21110
21111 * gdb.python/python.exp: Change expected reply to help().
21112
21113 2014-12-01 Yao Qi <yao@codesourcery.com>
21114
21115 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
21116 AC_CONFIG_SUBDIRS(gdb.gdbtk).
21117 * configure: Re-generated.
21118
21119 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
21120
21121 * gdb.cp/chained-calls.cc: New file.
21122 * gdb.cp/chained-calls.exp: New file.
21123 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
21124
21125 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
21126
21127 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
21128 * gdb.dwarf2/symtab-producer.exp: Same.
21129 * gdb.gdb/python-interrupts.exp: Same.
21130 * gdb.gdb/python-selftest.exp: Same.
21131 * gdb.python/py-linetable.exp: Same.
21132 * gdb.python/py-type.exp: Same.
21133 * gdb.python/py-value-cc.exp: Same.
21134 * gdb.python/py-value.exp: Same.
21135
21136 2014-11-28 Yao Qi <yao@codesourcery.com>
21137
21138 * gdb.base/break-probes.exp: Match library name prefixed with
21139 sysroot.
21140
21141 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
21142
21143 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
21144 test expected output. Add parentheses for the call to print.
21145 Remove L suffix from integers.
21146
21147 2014-11-26 Doug Evans <dje@google.com>
21148
21149 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
21150
21151 2014-11-22 Yao Qi <yao@codesourcery.com>
21152
21153 * gdb.trace/entry-values.c: Remove asms.
21154 (foo): Add foo_label.
21155 (bar): Add bar_label.
21156 * gdb.trace/entry-values.exp: Remove code computing foo's
21157 length and bar's length.
21158 (Dwarf::assemble): Invoke function_range for bar and use
21159 MACRO_AT_func for foo.
21160
21161 2014-11-22 Yao Qi <yao@codesourcery.com>
21162
21163 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
21164 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
21165 Use .Lgcc43_procstart instead of gcc43.
21166
21167 2014-11-21 Joel Brobecker <brobecker@adacore.com>
21168
21169 * gdb.ada/n_arr_bound: New testcase.
21170
21171 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
21172
21173 PR breakpoints/10737
21174 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
21175 test_catch_syscall_multi_arch.
21176 (test_catch_syscall_multi_arch): New function.
21177
21178 2014-11-20 Doug Evans <xdje42@gmail.com>
21179
21180 * gdb.base/maint.exp: Update expected output.
21181
21182 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
21183
21184 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
21185 4-byte instruction on S390.
21186
21187 2014-11-19 Joel Brobecker <brobecker@adacore.com>
21188
21189 * gdb.ada/arr_arr: New testcase.
21190
21191 2014-11-19 Joel Brobecker <brobecker@adacore.com>
21192
21193 * gdb.ada/pkd_arr_elem: New Testcase.
21194
21195 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
21196
21197 * gdb.reverse/break-precsave: Expect completion message for
21198 core file reads.
21199 * gdb.reverse/consecutive-precsave.exp: Likewise.
21200 * gdb.reverse/finish-precsave.exp: Likewise.
21201 * gdb.reverse/i386-precsave.exp: Likewise.
21202 * gdb.reverse/machinestate-precsave.exp: Likewise.
21203 * gdb.reverse/sigall-precsave.exp: Likewise.
21204 * gdb.reverse/solib-precsave.exp: Likewise.
21205 * gdb.reverse/step-precsave.exp: Likewise.
21206 * gdb.reverse/until-precsave.exp: Likewise.
21207 * gdb.reverse/watch-precsave.exp: Likewise.
21208
21209 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
21210
21211 * gdb.base/bp-permanent.c: Include unistd.h.
21212 * gdb.python/py-framefilter-mi.c (main): Add return type.
21213 * gdb.python/py-framefilter.c (main): Likewise.
21214 * gdb.trace/actions-changed.c (main): Likewise.
21215
21216 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
21217
21218 * gdb.mi/until.c: Add eye-catchers.
21219 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
21220 line numbers.
21221
21222 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
21223
21224 * gdb.base/condbreak.exp: Drop references to removed non-prototype
21225 function header variants in break1.c.
21226 * gdb.base/ena-dis-br.exp: Likewise.
21227 * gdb.base/hbreak2.exp: Likewise.
21228 * gdb.reverse/until-precsave.exp: Drop references to removed
21229 non-prototype function header variants in ur1.c.
21230 * gdb.reverse/until-reverse.exp: Likewise.
21231
21232 2014-11-17 Petr Machata <pmachata@redhat.com>
21233
21234 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
21235 ${_cu_offset_size} bytes abbrev offset.
21236
21237 2014-11-15 Doug Evans <xdje42@gmail.com>
21238
21239 PR symtab/17559
21240 * gdb.base/line-symtabs.exp: New file.
21241 * gdb.base/line-symtabs.c: New file.
21242 * gdb.base/line-symtabs.h: New file.
21243
21244 2014-11-14 Yao Qi <yao@codesourcery.com>
21245
21246 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
21247 (func): Add label func_label.
21248 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
21249 Replace low_pc and high_pc with MACRO_AT_range.
21250 Replace name, low_pc and high_pc with MACRO_AT_func.
21251
21252 2014-11-14 Yao Qi <yao@codesourcery.com>
21253
21254 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
21255 Replace name, low_pc and high_pc with MACRO_AT_func.
21256
21257 2014-11-14 Yao Qi <yao@codesourcery.com>
21258
21259 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
21260 produce debug information.
21261 * gdb.dwarf2/implptr-optimized-out.S: Removed.
21262
21263 2014-11-14 Yao Qi <yao@codesourcery.com>
21264
21265 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
21266 object and get function length.
21267 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
21268 with MACRO_AT_func.
21269 (top-level): Replace gdb_compile and clean_restart with
21270 prepare_for_testing.
21271 * gdb.dwarf2/main.c (main): Add label main_label.
21272
21273 2014-11-14 Yao Qi <yao@codesourcery.com>
21274
21275 * lib/dwarf.exp (function_range): New procedure.
21276 (Dwarf::_handle_macro_at_func): New procedure.
21277 (Dwarf::_handle_macro_at_range): New procedure.
21278 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
21279
21280 2014-11-14 Yao Qi <yao@codesourcery.com>
21281
21282 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
21283 (_handle_attribute): New procedure.
21284
21285 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21286
21287 * gdb.ada/cond_lang/foo.c (callme): Add return type.
21288 * gdb.base/call-sc.c (zed): Likewise.
21289 * gdb.base/checkpoint.c (main): Likewise.
21290 * gdb.base/dump.c (main): Likewise.
21291 * gdb.base/gcore.c (main): Likewise.
21292 * gdb.base/huge.c (main): Likewise.
21293 * gdb.base/multi-forks.c (main): Likewise.
21294 * gdb.base/pr10179-a.c (main): Likewise.
21295 * gdb.base/savedregs.c (main): Likewise.
21296 * gdb.base/sigaltstack.c (main): Likewise.
21297 * gdb.base/siginfo.c (main): Likewise.
21298 * gdb.base/structs.c (zed): Likewise.
21299 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
21300 * gdb.mi/mi-syn-frame.c (main): Likewise.
21301 * gdb.mi/until.c (foo, main): Likewise.
21302 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
21303 * gdb.base/solib-weak.c (foo): Declare.
21304 * gdb.base/attach-twice.c: Include stdio.h.
21305 * gdb.base/weaklib1.c: Likewise.
21306 * gdb.base/weaklib2.c: Likewise.
21307 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
21308 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
21309 unistd.h.
21310 * gdb.base/attach-pie-misread.c: Include stdlib.h.
21311 * gdb.mi/mi-exit-code.c: Likewise.
21312 * gdb.base/break-interp-lib.c: Include string.h.
21313 * gdb.base/coremaker.c: Likewise.
21314 * gdb.base/testenv.c: Likewise.
21315 * gdb.python/py-finish-breakpoint.c: Likewise.
21316 * gdb.base/inferior-died.c: Include sys/wait.h.
21317 * gdb.base/fileio.c: Include time.h.
21318 * gdb.base/async-shell.c: Include unistd.h.
21319 * gdb.base/dprintf-non-stop.c: Likewise.
21320 * gdb.base/info-os.c: Likewise.
21321 * gdb.mi/mi-console.c: Likewise.
21322 * gdb.mi/watch-nonstop.c: Likewise.
21323 * gdb.python/py-events.c: Likewise.
21324 * gdb.base/async.c (baz): Move up before its invocation.
21325 * gdb.base/code_elim2.c (my_global_func): Likewise.
21326 * gdb.base/skip-solib-lib.c (multiply): Likewise.
21327 * gdb.base/advance.c (func2): Likewise.
21328
21329 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21330
21331 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
21332 variant.
21333 * gdb.base/annota3.c: Likewise.
21334 * gdb.base/async.c: Likewise.
21335 * gdb.base/average.c: Likewise.
21336 * gdb.base/call-ar-st.c: Likewise.
21337 * gdb.base/call-rt-st.c: Likewise.
21338 * gdb.base/call-sc.c: Likewise.
21339 * gdb.base/call-strs.c: Likewise.
21340 * gdb.base/ending-run.c: Likewise.
21341 * gdb.base/execd-prog.c: Likewise.
21342 * gdb.base/exprs.c: Likewise.
21343 * gdb.base/foll-exec.c: Likewise.
21344 * gdb.base/foll-fork.c: Likewise.
21345 * gdb.base/foll-vfork.c: Likewise.
21346 * gdb.base/funcargs.c: Likewise.
21347 * gdb.base/gcore.c: Likewise.
21348 * gdb.base/jump.c: Likewise.
21349 * gdb.base/langs0.c: Likewise.
21350 * gdb.base/langs1.c: Likewise.
21351 * gdb.base/langs2.c: Likewise.
21352 * gdb.base/mips_pro.c: Likewise.
21353 * gdb.base/nodebug.c: Likewise.
21354 * gdb.base/opaque0.c: Likewise.
21355 * gdb.base/opaque1.c: Likewise.
21356 * gdb.base/recurse.c: Likewise.
21357 * gdb.base/run.c: Likewise.
21358 * gdb.base/scope0.c: Likewise.
21359 * gdb.base/scope1.c: Likewise.
21360 * gdb.base/setshow.c: Likewise.
21361 * gdb.base/setvar.c: Likewise.
21362 * gdb.base/shmain.c: Likewise.
21363 * gdb.base/shr1.c: Likewise.
21364 * gdb.base/shr2.c: Likewise.
21365 * gdb.base/sigall.c: Likewise.
21366 * gdb.base/signals.c: Likewise.
21367 * gdb.base/so-indr-cl.c: Likewise.
21368 * gdb.base/solib2.c: Likewise.
21369 * gdb.base/structs.c: Likewise.
21370 * gdb.base/sum.c: Likewise.
21371 * gdb.base/vforked-prog.c: Likewise.
21372 * gdb.base/watchpoint.c: Likewise.
21373 * gdb.reverse/shr2.c: Likewise.
21374 * gdb.reverse/until-reverse.c: Likewise.
21375 * gdb.reverse/ur1.c: Likewise.
21376 * gdb.reverse/watch-reverse.c: Likewise.
21377
21378 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21379
21380 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
21381 variant.
21382 * gdb.base/sepdebug.exp: Drop references to removed code.
21383
21384 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21385
21386 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
21387 variant. Preserve original line numbering.
21388 * gdb.base/list1.c: Likewise.
21389
21390 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21391
21392 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
21393 variant.
21394 * gdb.base/break1.c: Likewise.
21395 * gdb.base/break.exp: Drop references to removed code.
21396
21397 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21398
21399 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
21400 variant.
21401
21402 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21403
21404 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
21405
21406 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21407
21408 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
21409 logic into perform_all_tests() and invoke it with and without
21410 function header prototypes.
21411 (do_function_calls): Remove conditional XFAIL for PR 5318.
21412 (rerun_and_prepare): Remove duplicate code.
21413 (perform_all_tests): New. Main logic moved here.
21414
21415 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21416
21417 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
21418 code guarded by #ifdef NO_PROTOTYPES.
21419 (t_double_many_args): Likewise.
21420 (DEF_FUNC_MANY_ARGS_1): Likewise.
21421 (DEF_FUNC_VALUES_1): Likewise.
21422 (t_structs_ldc): Renamed from t_structs_fc in conditional code
21423 guarded by #ifdef PROTOTYPES.
21424
21425 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21426
21427 * gdb.mi/mi-console.c: Add eye-catcher.
21428 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
21429 instead of literal line number.
21430
21431 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21432
21433 * gdb.base/shr2.c: Add eye-catcher.
21434 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
21435 line number.
21436
21437 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21438
21439 * gdb.base/jump.c: Add eye-catchers.
21440 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
21441 numbers.
21442
21443 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21444
21445 * gdb.base/execd-prog.c: Add eye-catchers.
21446 * gdb.base/foll-exec.c: Likewise.
21447 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
21448 line numbers.
21449
21450 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21451
21452 * gdb.base/ending-run.c: Add eye-catchers.
21453 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
21454 literal line numbers.
21455
21456 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21457
21458 * gdb.base/call-rt-st.c: Add eye-catchers.
21459 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
21460 literal line numbers.
21461
21462 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21463
21464 * gdb.base/call-ar-st.c: Add eye-catchers.
21465 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
21466 literal line numbers.
21467
21468 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21469
21470 * gdb.base/average.c: Add eye-catchers.
21471 * gdb.base/sum.c: Likewise.
21472 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
21473 regexps dynamically.
21474
21475 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21476
21477 * gdb.base/solib1.c: Add eye-catchers.
21478 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
21479 literal line numbers.
21480
21481 2014-11-12 Pedro Alves <palves@redhat.com>
21482
21483 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
21484 leader has exited.
21485
21486 2014-11-12 Pedro Alves <palves@redhat.com>
21487
21488 * gdb.arch/i386-bp_permanent.c: New file.
21489 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
21490 (srcfile): Set to i386-bp_permanent.c.
21491 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
21492 that stepi does not execute the 'leave' instruction, instead of
21493 testing it does execute.
21494 * gdb.base/bp-permanent.c: New file.
21495 * gdb.base/bp-permanent.exp: New file.
21496
21497 2014-11-10 Doug Evans <xdje42@gmail.com>
21498
21499 PR symtab/17564
21500 * gdb.base/symtab-search-order.exp: New file.
21501 * gdb.base/symtab-search-order.c: New file.
21502 * gdb.base/symtab-search-order-1.c: New file.
21503 * gdb.base/symtab-search-order-shlib-1.c: New file.
21504
21505 2014-11-07 Pedro Alves <palves@redhat.com>
21506
21507 PR gdb/17511
21508 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
21509 i?86-*-linux*.
21510
21511 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
21512
21513 PR c++/17494
21514 * gdb.cp/pr17494.cc: New file.
21515 * gdb.cp/pr17494.exp: New file.
21516
21517 2014-11-02 Yao Qi <yao@codesourcery.com>
21518
21519 * gdb.python/python.exp: Get working directory and match the
21520 output of "set extended-prompt \\w " with it.
21521
21522 2014-10-30 Doug Evans <dje@google.com>
21523
21524 * gdb.python/py-objfile.exp: Add tests for setting random attributes
21525 in objfiles.
21526 * gdb.python/py-progspace.exp: Add tests for setting random attributes
21527 in progspaces.
21528
21529 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
21530
21531 * gdb.base/fullpath-expand.exp: Skip for a remote host.
21532 * gdb.base/realname-expand.exp: Likewise.
21533 * gdb.linespec/macro-relative.exp: Likewise.
21534
21535 2014-10-29 Pedro Alves <palves@redhat.com>
21536
21537 PR gdb/17408
21538 * gdb.threads/schedlock.c (some_function): New function.
21539 (call_function): New global.
21540 (MAYBE_CALL_SOME_FUNCTION): New macro.
21541 (thread_function): Call it.
21542 * gdb.threads/schedlock.exp (get_args): Add description parameter,
21543 and use it instead of a global counter. Adjust all callers.
21544 (get_current_thread): Use "find current thread" for test message
21545 here rather than having all callers pass down the same string.
21546 (goto_loop): New procedure, factored out from ...
21547 (my_continue): ... this.
21548 (step_ten_loops): Change parameter from test message to command to
21549 use. Adjust.
21550 (list_count): Delete global.
21551 (check_result): New procedure, factored out from duplicate top
21552 level code.
21553 (continue tests): Wrap in with_test_prefix.
21554 (test_step): New procedure, factored out from duplicate top level
21555 code.
21556 (top level): Test "step" in combination with all scheduler-locking
21557 modes. Test "next" in combination with all scheduler-locking
21558 modes, and in combination with stepping over a function call or
21559 not.
21560 * gdb.threads/next-bp-other-thread.c: New file.
21561 * gdb.threads/next-bp-other-thread.exp: New file.
21562
21563 2014-10-29 Pedro Alves <palves@redhat.com>
21564
21565 PR python/17372
21566 * gdb.python/python.exp: Test a multi-line command that spawns
21567 interactive Python.
21568 * gdb.base/multi-line-starts-subshell.exp: New file.
21569
21570 2014-10-29 Yao Qi <yao@codesourcery.com>
21571
21572 * gdb.base/fileio.exp: Make directories on host.
21573
21574 2014-10-29 Yao Qi <yao@codesourcery.com>
21575
21576 * gdb.base/fileio.c (test_write): Close the file.
21577
21578 2014-10-28 Pedro Alves <palves@redhat.com>
21579
21580 PR gdb/12623
21581 * gdb.base/sigstep.c (no_handler): New global.
21582 (main): If 'no_handler is true, set the signal handlers to
21583 SIG_IGN.
21584 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
21585 with_sw_watch and no_handler parameters. Handle them.
21586 (top level) <stepping over handler when stopped at a breakpoint
21587 test>: Add a test axis for testing with a software watchpoint, and
21588 another for testing with the signal handler set to SIG_IGN.
21589 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
21590 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
21591
21592 2014-10-28 Pedro Alves <palves@redhat.com>
21593
21594 PR gdb/17511
21595 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
21596 * gdb.base/sigstep.exp (other_handler_location): New global.
21597 (advance): Support stepping into the signal handler, and running
21598 commands while in the handler.
21599 (in_handler_map): New global.
21600 (top level): In the advance test, add combinations for getting
21601 into the handler with stepping commands, and for running commands
21602 in the handler. Add comment descripting the advancei tests.
21603
21604 2014-10-28 Pedro Alves <palves@redhat.com>
21605
21606 * gdb.base/sigstep.exp: Use build_executable instead of
21607 prepare_for_testing.
21608 (top level): Move code that starts GDB, runs to main and creates a
21609 display to ...
21610 (restart): ... this new procedure.
21611 (top level): Move backtrace from signal handler test to ...
21612 (validate_backtrace): ... this new procedure.
21613 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
21614 with_test_prefix. Always restart GDB.
21615 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
21616 with_test_prefix. Always restart GDB. No need to delete
21617 breakpoints after the test.
21618 (test_skip_handler): Remove prefix parameter.
21619 (skip_over_handler, breakpoint_to_handler)
21620 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
21621 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
21622 restart GDB. No need to delete breakpoints after the test.
21623 (top level): Use foreach to call the test procedures with
21624 different commands.
21625
21626 2014-10-28 Pedro Alves <palves@redhat.com>
21627
21628 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
21629 instead of GNATS numbers.
21630 * gdb.base/sigbpt.exp: Likewise.
21631 * gdb.base/siginfo.exp: Likewise.
21632 * gdb.base/sigstep.exp: Likewise.
21633
21634 2014-10-27 Pedro Alves <palves@redhat.com>
21635
21636 * gdb.base/sigstep.c (dummy): New global.
21637 (main): Issue a couple writes to the new global.
21638 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
21639 procedures.
21640 (skip_over_handler): Use test_skip_handler.
21641 (top level): Call skip_over_handler for stepi and nexti too.
21642 (breakpoint_over_handler): Use test_skip_handler.
21643 (top level): Call breakpoint_over_handler for stepi and nexti too.
21644
21645 2014-10-27 Yao Qi <yao@codesourcery.com>
21646
21647 * gdb.trace/tfile.c (adjust_function_address)
21648 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
21649 function descriptor.
21650
21651 2014-10-24 Don Breazeal <donb@codesourcery.com>
21652
21653 * gdb.base/foll-fork.exp (test_follow_fork,
21654 catch_fork_child_follow): Check for updated fork messages emitted
21655 from infrun.c.
21656 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
21657 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
21658 vfork_and_exec_child_follow_through_step): Check for updated vfork
21659 messages emitted from infrun.c.
21660
21661 2014-10-24 Pedro Alves <palves@redhat.com>
21662
21663 * gdb.base/corefile.exp: Remove references to ultrix.
21664 * gdb.base/interrupt.exp: Likewise.
21665 * gdb.base/whatis.exp: Likewise.
21666 * gdb.gdb/selftest.exp: Likewise.
21667 * gdb.threads/manythreads.exp: Likewise.
21668 * gdb.threads/print-threads.exp: Likewise.
21669 * gdb.threads/pthreads.exp:: Likewise.
21670 * gdb.threads/schedlock.exp: Likewise.
21671
21672 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
21673
21674 * gdb.cp/non-trivial-retval.cc: Add a test case.
21675 * gdb.cp/non-trivial-retval.exp: Add a test.
21676
21677 2014-10-20 Yao Qi <yao@codesourcery.com>
21678
21679 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
21680 * gdb.python/py-objfile-script-gdb.py: New file.
21681 * gdb.python/py-objfile-script.exp: Update reference to
21682 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
21683 of remote_download. Remove the dest file.
21684
21685 2014-10-20 Yao Qi <yao@codesourcery.com>
21686
21687 * gdb.base/checkpoint.exp: Don't remove file copied on host.
21688 * gdb.base/step-line.exp: Likewise.
21689 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
21690 * gdb.dwarf2/dw2-basic.exp: Likewise.
21691 * gdb.dwarf2/dw2-compressed.exp: Likewise.
21692 * gdb.dwarf2/dw2-filename.exp: Likewise.
21693 * gdb.dwarf2/dw2-intercu.exp: Likewise.
21694 * gdb.dwarf2/dw2-intermix.exp: Likewise.
21695 * gdb.dwarf2/dw2-producer.exp: Likewise.
21696 * gdb.dwarf2/mac-fileno.exp: Likewise.
21697 * gdb.python/py-frame-args.exp: Likewise.
21698 * gdb.python/py-framefilter.exp: Likewise.
21699 * gdb.python/py-mi.exp: Likewise.
21700 * gdb.python/py-objfile-script.exp: Likewise
21701 * gdb.python/py-pp-integral.exp: Likewise.
21702 * gdb.python/py-pp-re-notag.exp: Likewise.
21703 * gdb.python/py-prettyprint.exp: Likewise.
21704 * gdb.python/py-section-script.exp: Likewise.
21705 * gdb.python/py-typeprint.exp: Likewise.
21706 * gdb.python/py-xmethods.exp: Likewise.
21707 * gdb.stabs/weird.exp: Likewise.
21708 * gdb.xml/tdesc-regs.exp: Likewise.
21709
21710 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
21711
21712 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
21713 (out_cu): Use addr_len for the size of addresses.
21714 (out_line): Likewise. Size DW_LNE_set_address instruction
21715 according to addr_len.
21716 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
21717 (FUNC): Add START_INSNS to definition.
21718
21719 2014-10-18 Yao Qi <yao@codesourcery.com>
21720
21721 * gdb.base/argv0-symlink.exp: Check argv[0] value if
21722 gdb_has_argv0 return true.
21723 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
21724 check [target_info exists noargs], check [gdb_has_argv0]
21725 instead.
21726 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
21727 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
21728 procedures.
21729
21730 2014-10-17 Doug Evans <dje@google.com>
21731
21732 * gdb.python/py-events.exp: Update expected output for clear_objfiles
21733 event.
21734 * gdb.python/py-events.py: Add clear_objfiles event.
21735
21736 2014-10-17 Doug Evans <dje@google.com>
21737
21738 * gdb.python/py-objfile.exp: Test progspace attribute.
21739
21740 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
21741
21742 * gdb.guile/scm-breakpoint.exp: Do not assume any
21743 directory separators when matching source file paths.
21744 * gdb.python/py-breakpoint.exp: Likewise.
21745 * gdb.reverse/break-precsave.exp: Likewise.
21746 * gdb.reverse/break-reverse.exp: Likewise.
21747 * gdb.reverse/consecutive-precsave.exp: Likewise.
21748 * gdb.reverse/finish-precsave.exp: Likewise.
21749 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
21750 * gdb.reverse/finish-reverse.exp: Likewise.
21751 * gdb.reverse/i386-precsave.exp: Likewise.
21752 * gdb.reverse/i387-env-reverse.exp: Likewise.
21753 * gdb.reverse/i387-stack-reverse.exp: Likewise.
21754 * gdb.reverse/machinestate-precsave.exp: Likewise.
21755 * gdb.reverse/machinestate.exp: Likewise.
21756 * gdb.reverse/sigall-precsave.exp: Likewise.
21757 * gdb.reverse/solib-precsave.exp: Likewise.
21758 * gdb.reverse/step-precsave.exp: Likewise.
21759 * gdb.reverse/until-precsave.exp: Likewise.
21760 * gdb.reverse/watch-precsave.exp: Likewise.
21761 * gdb.reverse/watch-reverse.exp: Likewise.
21762
21763 2014-10-17 Yao Qi <yao@codesourcery.com>
21764
21765 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
21766 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
21767
21768 2014-10-17 Pedro Alves <palves@redhat.com>
21769
21770 PR gdb/17471
21771 * gdb.base/bg-execution-repeat.c: New file.
21772 * gdb.base/bg-execution-repeat.exp: New file.
21773
21774 2014-10-17 Pedro Alves <palves@redhat.com>
21775
21776 PR gdb/17300
21777 * gdb.base/continue-all-already-running.c: New file.
21778 * gdb.base/continue-all-already-running.exp: New file.
21779
21780 2014-10-17 Pedro Alves <palves@redhat.com>
21781
21782 PR gdb/17472
21783 * gdb.base/annota-input-while-running.c: New file.
21784 * gdb.base/annota-input-while-running.exp: New file.
21785
21786 2014-10-17 Pedro Alves <palves@redhat.com>
21787
21788 * gdb.base/callfuncs.exp: emove references to osf.
21789 * gdb.base/sigall.exp: Likewise.
21790 * gdb.gdb/selftest.exp: Likewise.
21791 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
21792 * gdb.mi/non-stop.c: Likewise.
21793 * gdb.mi/pthreads.c: Likewise.
21794 * gdb.reverse/sigall-precsave.exp: Likewise.
21795 * gdb.reverse/sigall-reverse.exp: Likewise.
21796 * gdb.threads/pthreads.c: Likewise.
21797 * gdb.threads/pthreads.exp: Likewise.
21798
21799 2014-10-17 Yao Qi <yao@codesourcery.com>
21800
21801 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
21802 check 'target_info exists noargs'.
21803 (test_command_prompt_position): Likewise.
21804 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
21805 Remove "set args".
21806 (progvar_simple_while_test): Likewise.
21807 (progvar_complex_if_while_test): Likewise.
21808 (if_while_breakpoint_command_test): Likewise.
21809 (infrun_breakpoint_command_test): Likewise.
21810 (breakpoint_command_test): Likewise.
21811 (watchpoint_command_test): Likewise.
21812 (bp_deleted_in_command_test): Likewise.
21813 (temporary_breakpoint_commands): Likewise.
21814
21815 2014-10-16 Yao Qi <yao@codesourcery.com>
21816
21817 * gdb.base/remotetimeout.exp: Remove noargs checking.
21818
21819 2014-10-15 Pedro Alves <palves@redhat.com>
21820
21821 PR breakpoints/9649
21822 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
21823 * gdb.base/breakpoint-in-ro-region.exp
21824 (probe_target_hardware_step): New procedure.
21825 (top level): Probe hardware stepping and hardware breakpoint
21826 support. Test stepping through a read-only region, with both
21827 "breakpoint auto-hw" on and off and both "always-inserted" on and
21828 off.
21829
21830 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
21831
21832 * gdb.dlang/demangle.exp: Update for demangling changes.
21833
21834 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
21835
21836 * gdb.cp/non-trivial-retval.cc: Add new test cases.
21837 * gdb.cp/non-trivial-retval.exp: Add new tests.
21838
21839 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
21840
21841 PR c++/13403
21842 PR c++/15154
21843 * gdb.cp/non-trivial-retval.cc: New file.
21844 * gdb.cp/non-trivial-retval.exp: New file.
21845
21846 2014-10-15 Yao Qi <yao@codesourcery.com>
21847
21848 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
21849 remote host.
21850
21851 2014-10-15 Yao Qi <yao@codesourcery.com>
21852
21853 * gdb.python/py-symbol.exp: Match file base name if host is
21854 remote, otherwise match file name with dir name.
21855 * gdb.python/py-symtab.exp: Likewise.
21856 * gdb.python/python.exp: Likewise.
21857
21858 2014-10-15 Yao Qi <yao@codesourcery.com>
21859
21860 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
21861 pattern.
21862 * gdb.python/py-symtab.exp: Likewise.
21863 * gdb.python/python.exp: Remove trailing ".*". Fix typo
21864 locationn.
21865
21866 2014-10-14 Joel Brobecker <brobecker@adacore.com>
21867
21868 * gdb.ada/addr_arith: New testcase.
21869
21870 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
21871
21872 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
21873 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
21874 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
21875 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
21876
21877 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
21878
21879 * gdb.arch/stap-eval-lang-ada.S: Likewise.
21880 * gdb.arch/stap-eval-lang-ada.c: Likewise.
21881 * gdb.arch/stap-eval-lang-ada.exp: New file.
21882
21883 2014-10-14 Yao Qi <yao@codesourcery.com>
21884
21885 * gdb.mi/mi-var-child.c (nothing1): New function.
21886 (nothing2): New function.
21887 (do_children_tests): Set function pointers by nothing1 and
21888 nothing2.
21889 * gdb.mi/mi-var-child.exp: Step over new added statements.
21890 Update test to match the new output.
21891 * gdb.mi/var-cmd.c (nothing1): New function.
21892 (nothing2): New function.
21893 (do_children_tests): Set function pointers by nothing1 and
21894 nothing2.
21895 * gdb.mi/mi-var-display.exp: Update test to match output.
21896 Step to the line specified by $line_dct_nothing.
21897 Increase the number of lines to step.
21898
21899 2014-10-14 Yao Qi <yao@codesourcery.com>
21900
21901 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
21902 tests.
21903 * gdb.mi/mi2-var-child.exp: Likewise.
21904
21905 2014-10-13 Doug Evans <dje@google.com>
21906
21907 * gdb.python/py-objfile.exp: Change name of file name test.
21908
21909 2014-10-13 Doug Evans <dje@google.com>
21910
21911 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
21912 from the start of the CU.
21913
21914 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
21915 Yao Qi <yao@codesourcery.com>
21916
21917 Fix "save breakpoints" for "catch" command.
21918 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
21919 Remove -nonewline. Match also the added "main" line.
21920
21921 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
21922
21923 Fix "save breakpoints" for "disable $bpnum" command.
21924 * gdb.base/save-bp.c (main): Add label.
21925 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
21926
21927 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
21928
21929 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
21930
21931 2014-10-11 Yao Qi <yao@codesourcery.com>
21932
21933 * gdb.server/server-kill.exp: Execute command
21934 "set remote trace-status-packet on" before "tstatus".
21935
21936 2014-10-11 Yao Qi <yao@codesourcery.com>
21937
21938 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
21939 (main): Call getppid.
21940 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
21941 and continue to it. Read variable "server_pid".
21942
21943 2014-10-11 Yao Qi <yao@codesourcery.com>
21944
21945 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
21946
21947 2014-10-11 Yao Qi <yao@codesourcery.com>
21948
21949 * gdb.threads/thread-find.exp: Don't execute command
21950 "info threads".
21951 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
21952 * gdb.threads/linux-dp.exp: Don't check the condition
21953 $threads_created equals to zero.
21954
21955 2014-10-10 Pedro Alves <palves@redhat.com>
21956
21957 * gdb.base/bigcore.exp: Remove references to IRIX.
21958 * gdb.base/funcargs.exp: Likewise.
21959 * gdb.base/interrupt.exp: Likewise.
21960 * gdb.base/mips_pro.exp: Likewise.
21961 * gdb.base/nodebug.exp: Likewise.
21962 * gdb.base/setvar.exp: Likewise.
21963 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
21964
21965 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
21966 Pedro Alves <palves@redhat.com>
21967
21968 PR symtab/14466
21969 * gdb.base/vdso-warning.c: New file.
21970 * gdb.base/vdso-warning.exp: New file.
21971
21972 2014-10-02 Doug Evans <dje@google.com>
21973
21974 * gdb.base/structs.c (main): Don't run forever.
21975
21976 2014-10-02 Pedro Alves <palves@redhat.com>
21977
21978 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
21979 (top level) <stop threads 1, stop threads 2>: Use it.
21980
21981 2014-10-02 Pedro Alves <palves@redhat.com>
21982
21983 * gdb.threads/break-while-running.exp (test): Add new
21984 'update_thread_list' argument. Skip "info threads" if false.
21985 (top level): Add new 'update_thread_list' axis.
21986
21987 2014-10-02 Pedro Alves <palves@redhat.com>
21988
21989 PR breakpoints/17431
21990 * gdb.base/execl-update-breakpoints.c: New file.
21991 * gdb.base/execl-update-breakpoints.exp: New file.
21992
21993 2014-10-01 Pedro Alves <palves@redhat.com>
21994
21995 * gdb.base/breakpoint-in-ro-region.c: New file.
21996 * gdb.base/breakpoint-in-ro-region.exp: New file.
21997
21998 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
21999
22000 * gdb.mi/mi-exit-code.exp: New file.
22001 * gdb.mi/mi-exit-code.c: New file.
22002
22003 2014-09-30 Yao Qi <yao@codesourcery.com>
22004
22005 * lib/prelink-support.exp (build_executable_own_libs): Error if
22006 the target isn't native.
22007
22008 2014-09-30 Yao Qi <yao@codesourcery.com>
22009
22010 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
22011 false.
22012
22013 2014-09-22 Pedro Alves <palves@redhat.com>
22014
22015 * gdb.threads/break-while-running.exp: New file.
22016 * gdb.threads/break-while-running.c: New file.
22017
22018 2014-09-19 Yao Qi <yao@codesourcery.com>
22019
22020 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
22021 Invoke test. Restart GDB with --readnow and invoke test again.
22022
22023 2014-09-19 Yao Qi <yao@codesourcery.com>
22024
22025 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
22026 proc set_breakpoint_on_gcd_function. Invoke
22027 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
22028 invoke set_breakpoint_on_gcd_function again.
22029
22030 2014-09-18 Doug Evans <dje@google.com>
22031
22032 * gdb.dwarf2/symtab-producer.exp: New file.
22033
22034 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
22035
22036 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
22037 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
22038 * gdb.base/global-var-nested-by-dso.c: Likewise.
22039 * gdb.base/global-var-nested-by-dso.exp: Likewise.
22040
22041 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
22042 Pedro Alves <palves@redhat.com>
22043
22044 * gdb.base/watch-bitfields.exp: Pass string other than test file
22045 name to prepare_for_testing.
22046 (watch): New procedure.
22047 (expect_watchpoint): Use with_test_prefix.
22048 (top level): Factor out tests to ...
22049 (test_watch_location, test_regular_watch): ... these new
22050 procedures, and use with_test_prefix and gdb_continue_to_end.
22051
22052 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
22053
22054 PR breakpoints/12526
22055 * gdb.base/watch-bitfields.exp: New file.
22056 * gdb.base/watch-bitfields.c: New file.
22057
22058 2014-09-16 Pedro Alves <palves@redhat.com>
22059
22060 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
22061 software and hardware addresses, not software address against
22062 itself.
22063
22064 2014-09-16 Pedro Alves <palves@redhat.com>
22065
22066 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
22067 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
22068
22069 2014-09-16 Pedro Alves <palves@redhat.com>
22070
22071 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
22072 files.
22073 * gdb.base/a2-run.exp: Remove all code guarded by istarget
22074 "*-*-vxworks*" throughout.
22075 * gdb.base/break.exp: Likewise.
22076 * gdb.base/default.exp: Likewise.
22077 * gdb.base/scope.exp: Likewise.
22078 * gdb.base/sepdebug.exp: Likewise.
22079 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
22080 throughout.
22081 * gdb.base/run.c: Likewise.
22082 * gdb.base/sepdebug.c: Likewise.
22083 * gdb.hp/gdb.aCC/run.c: Likewise.
22084 * gdb.reverse/until-reverse.c: Likewise.
22085 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
22086
22087 2014-09-16 Yao Qi <yao@codesourcery.com>
22088
22089 * boards/local-remote-host-native.exp: New file.
22090
22091 2014-09-14 Doug Evans <xdje42@gmail.com>
22092
22093 * gdb.threads/queue-signal.c (thread_count): New variable.
22094 (thread_count_mutex, thread_count_condvar): New variables.
22095 (incr_thread_count, wait_all_threads_running): New functions.
22096 (main): Wait for all threads to be in their thread functions.
22097
22098 2014-09-13 Doug Evans <xdje42@gmail.com>
22099
22100 * gdb.threads/queue-signal.c: New file.
22101 * gdb.threads/queue-signal.exp: New file.
22102
22103 2014-09-13 Doug Evans <xdje42@gmail.com>
22104
22105 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
22106 be consistent with what default_gdb_init uses.
22107 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
22108 the plain text of the prompt. Add some logging printfs.
22109 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
22110
22111 2014-09-12 Pedro Alves <palves@redhat.com>
22112
22113 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
22114 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
22115 * gdb.arch/i386-size-overlap.exp: Likewise.
22116 * gdb.arch/i386-size.exp: Likewise.
22117 * gdb.arch/i386-unwind.exp: Likewise.
22118 * gdb.base/a2-run.exp: Likewise.
22119 * gdb.base/break.exp: Likewise.
22120 * gdb.base/charset.exp: Likewise.
22121 * gdb.base/chng-syms.exp: Likewise.
22122 * gdb.base/commands.exp: Likewise.
22123 * gdb.base/dbx.exp: Likewise.
22124 * gdb.base/find.exp: Likewise.
22125 * gdb.base/funcargs.exp: Likewise.
22126 * gdb.base/jit-simple.exp: Likewise.
22127 * gdb.base/reread.exp: Likewise.
22128 * gdb.base/sepdebug.exp: Likewise.
22129 * gdb.base/step-bt.exp: Likewise.
22130 * gdb.cp/mb-inline.exp: Likewise.
22131 * gdb.cp/mb-templates.exp: Likewise.
22132 * gdb.objc/basicclass.exp: Likewise.
22133 * gdb.threads/killed.exp: Likewise.
22134
22135 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
22136
22137 PR tdep/17379
22138 * gdb.arch/powerpc-stackless.S: New file.
22139 * gdb.arch/powerpc-stackless.exp: New file.
22140
22141 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
22142
22143 * gdb.base/attach.c: Include unistd.h.
22144 (main): Call alarm. Add label postloop.
22145 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
22146 gdb_breakpoint, gdb_continue_to_breakpoint.
22147 (test_command_line_attach_run): Kill ${testpid} in one exit path.
22148
22149 2014-09-11 Pedro Alves <palves@redhat.com>
22150
22151 PR gdb/17347
22152 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
22153 * gdb.base/attach.exp (test_command_line_attach_run): New
22154 procedure.
22155 (top level): Call it.
22156
22157 2014-09-11 Pedro Alves <palves@redhat.com>
22158
22159 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
22160 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
22161 (do_command_attach_tests): Use spawn_wait_for_attach.
22162 * gdb.base/solib-overlap.exp: Likewise.
22163 * gdb.multi/multi-attach.exp: Likewise.
22164 * gdb.python/py-prompt.exp: Likewise.
22165 * gdb.python/py-sync-interp.exp: Likewise.
22166 * gdb.server/ext-attach.exp: Likewise.
22167
22168 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
22169
22170 * gdb.fortran/array-element.exp: Remove unexpected "continue"
22171 command in testcase. Simplify testcase.
22172
22173 2014-09-10 Joel Brobecker <brobecker@adacore.com>
22174
22175 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
22176
22177 2014-09-10 Joel Brobecker <brobecker@adacore.com>
22178
22179 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
22180
22181 2014-09-10 Joel Brobecker <brobecker@adacore.com>
22182
22183 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
22184
22185 2014-09-10 Joel Brobecker <brobecker@adacore.com>
22186
22187 * gdb.dwarf2/dynarr-ptr.c: New file.
22188 * gdb.dwarf2/dynarr-ptr.exp: New file.
22189
22190 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22191
22192 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
22193 of 30 rather than hardcoding 120 for a slow test case. Take the
22194 `gdb,timeout' target setting into account for this calculation.
22195 Don't extend the timeout for the test cases that don't need it.
22196
22197 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22198
22199 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
22200 a factor of 2 for a slow test case. Take the `gdb,timeout'
22201 target setting into account for this calculation.
22202 * gdb.reverse/until-precsave.exp: Increase the timeout by
22203 a factor of 15 and 3 respectively rather than adding 120
22204 for a pair of slow test cases. Take the `gdb,timeout'
22205 target setting into account for this calculation.
22206
22207 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22208
22209 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
22210 timeout, don't pass one down to gdb_expect.
22211 (gdb_expect): Rework timeout selection.
22212
22213 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22214
22215 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
22216 exception on timeout.
22217 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
22218 (gdbserver_start_extended): Catch any `gdbserver_start' error
22219 exceptions.
22220 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
22221 * lib/mi-support.exp (mi_gdb_target_load): Catch any
22222 `gdbserver_gdb_load' error exceptions.
22223
22224 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22225
22226 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
22227 120 on waiting for the TCP socket to open.
22228
22229 2014-09-09 Doug Evans <xdje42@gmail.com>
22230
22231 * gdb.base/default.exp (show_conv_list): Add _caller_is,
22232 _caller_matches, _any_caller_is, _any_caller_matches.
22233
22234 2014-09-09 Doug Evans <xdje42@gmail.com>
22235
22236 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
22237
22238 2014-09-09 Yao Qi <yao@codesourcery.com>
22239
22240 * gdb.mi/mi-var-display.exp: Set print symbol off.
22241
22242 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
22243
22244 PR gdb/17035
22245 * gdb.base/commands.exp: Add tests to verify user-defined
22246 commands with empty bodies.
22247 * gdb.python/py-cmd.exp: Test that we don't show user-defined
22248 python commands in `show user command`.
22249 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
22250 scheme commands in `show user command`.
22251
22252 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
22253
22254 PR python/17355
22255 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
22256 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
22257 * gdb.python/py-framefilter-invalidarg.exp: New file.
22258 * gdb.python/py-framefilter-invalidarg.py: New file.
22259
22260 2014-09-06 Doug Evans <xdje42@gmail.com>
22261
22262 PR 15276
22263 * gdb.python/py-caller-is.c: New file.
22264 * gdb.python/py-caller-is.exp: New file.
22265
22266 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
22267
22268 PR gdb/17235
22269 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
22270 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
22271
22272 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
22273
22274 PR fortran/17237
22275 * gdb.fortran/print-formatted.exp: New file.
22276 * gdb.fortran/print-formatted.f90: Likewise.
22277
22278 2014-09-03 Sasha Smundak <asmundak@google.com>
22279
22280 * gdb.python/py-frame.exp: Test Frame.read_register.
22281
22282 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
22283
22284 PR python/16699
22285 * gdb.python/py-completion.exp: New file.
22286 * gdb.python/py-completion.py: Likewise.
22287
22288 2014-08-28 Doug Evans <dje@google.com>
22289
22290 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
22291 eax,etc. are live with values set by gdb and thus the compiler can't
22292 use them.
22293 * gdb.arch/i386-pseudo.c (main): Ditto.
22294
22295 2014-08-27 Doug Evans <dje@google.com>
22296
22297 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
22298
22299 2014-08-25 Doug Evans <dje@google.com>
22300
22301 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
22302 (main): Ditto.
22303
22304 2014-08-25 Doug Evans <dje@google.com>
22305
22306 * gdb.threads/thread-execl.exp: #include <stdio.h>.
22307
22308 2014-08-24 Yao Qi <yao@codesourcery.com>
22309
22310 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
22311 symbol off.
22312 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
22313
22314 2014-08-22 Doug Evans <dje@google.com>
22315
22316 PR 17276
22317 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
22318 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
22319 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
22320
22321 2014-08-22 Yao Qi <yao@codesourcery.com>
22322
22323 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
22324 * gdb.python/py-finish-breakpoint2.exp: Likewise.
22325 * gdb.python/python.exp: Likewise. Use .py file on the host
22326 instead of the build.
22327
22328 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
22329
22330 * gdb.threads/gcore-stale-thread.c: New file.
22331 * gdb.threads/gcore-stale-thread.exp: New file.
22332
22333 2014-08-21 Pedro Alves <palves@redhat.com>
22334
22335 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
22336 * gdb.base/gcore-relro-pie.exp: Likewise.
22337 * gdb.base/gcore-relro.exp: Likewise.
22338 * gdb.base/gcore.exp: Likewise.
22339 * gdb.base/print-symbol-loading.exp: Likewise.
22340 * gdb.threads/gcore-thread.exp: Likewise.
22341 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
22342
22343 2014-08-20 Pedro Alves <palves@redhat.com>
22344 Jan Kratochvil <jan.kratochvil@redhat.com>
22345
22346 * Makefile.in (EXTRA_RULES, CC): New variables, get from
22347 configure.
22348 (EXPECT): Handle READ1 being set.
22349 (all): Depend on EXTRA_RULES.
22350 (check-read1, expect-read1, read1.so, read1): New rules.
22351 * README (Testsuite Parameters): Document the READ1 make variable.
22352 (Race detection): New section.
22353 * configure: Regenerate.
22354 * configure.ac: If build==host==target, and running under a
22355 GNU/glibc system, add read1 to the extra Makefile rules.
22356 (EXTRA_RULES): AC_SUBST it.
22357 * lib/read1.c: New file.
22358
22359 2014-08-20 Joel Brobecker <brobecker@adacore.com>
22360
22361 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
22362 the handling of variables declared as a typedef to an array
22363 which a DW_AT_data_location attribute.
22364
22365 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
22366 Pedro Alves <palves@redhat.com>
22367
22368 PR symtab/14604
22369 PR symtab/14605
22370 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
22371 gdb_test.
22372
22373 2014-08-19 Pedro Alves <palves@redhat.com>
22374
22375 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
22376
22377 2014-08-19 Yao Qi <yao@codesourcery.com>
22378
22379 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
22380 right line.
22381
22382 2014-08-18 David Blaikie <dblaikie@gmail.com>
22383
22384 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
22385
22386 2014-08-18 Joel Brobecker <brobecker@adacore.com>
22387
22388 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
22389 attribute in array range.
22390
22391 2014-08-18 Joel Brobecker <brobecker@adacore.com>
22392
22393 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
22394
22395 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
22396
22397 PR c++/17132
22398 * gdb.cp/pr17132.cc: New file.
22399 * gdb.cp/pr17132.exp: New file.
22400
22401 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
22402
22403 * gdb.python/py-xmethods.py (A_getarrayind)
22404 (E_method_char_worker.__call__, E_method_int_worker.__call__):
22405 Use 'print' with function call syntax.
22406 (E_method_matcher.match): Fix tab vs space indentation mixup.
22407
22408 2014-08-15 Yao Qi <yao@codesourcery.com>
22409
22410 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
22411 false.
22412
22413 2014-08-15 Yao Qi <yao@codesourcery.com>
22414
22415 * gdb.cp/casts.exp: Set print symbol off.
22416 * gdb.cp/class2.exp: Likewise.
22417 * gdb.cp/overload.exp: Likewise.
22418 * gdb.cp/templates.exp: Likewise.
22419
22420 2014-08-11 Doug Evans <dje@google.com>
22421
22422 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
22423 (test_load_shlib): Update.
22424
22425 2014-08-09 Yao Qi <yao@codesourcery.com>
22426
22427 * gdb.base/display.exp: Invoke is_address_zero_readable.
22428 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
22429 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
22430 * gdb.base/hbreak-unmapped.exp: Return if
22431 is_address_zero_readable returns true.
22432 * gdb.base/signest.exp: Likewise.
22433 * gdb.base/signull.exp: Likewise.
22434 * gdb.base/sigbpt.exp: Likewise.
22435 * gdb.guile/scm-disasm.exp: Do the test if
22436 is_address_zero_readable returns false.
22437 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
22438 * gdb.python/py-arch.exp: Likewise.
22439 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
22440 * lib/gdb.exp (is_address_zero_readable): New proc.
22441
22442 2014-08-09 Yao Qi <yao@codesourcery.com>
22443
22444 PR testsuite/13443
22445 * gdb.mi/mi-var-display.exp: Make test messages unique.
22446
22447 2014-08-04 Tom Tromey <tromey@redhat.com>
22448
22449 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
22450 target 0".
22451
22452 2014-08-04 Tom Tromey <tromey@redhat.com>
22453
22454 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
22455 "target_resume".
22456
22457 2014-08-01 Joel Brobecker <brobecker@adacore.com>
22458
22459 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
22460 inner_vla_struct_object_size.
22461 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
22462 as xfail.
22463
22464 2014-07-30 Pedro Alves <palves@redhat.com>
22465
22466 * gdb.threads/signal-command-handle-nopass.exp (test): Add
22467 comment.
22468
22469 2014-07-29 Yao Qi <yao@codesourcery.com>
22470
22471 PR gdb/17206
22472 * gdb.base/until-nodebug.exp: New.
22473
22474 2014-07-28 Doug Evans <xdje42@gmail.com>
22475
22476 PR guile/17203
22477 * gdb.guile/scm-parameter.exp: Add tests for trying to create
22478 previously existing parameter, and previously ambiguously spelled
22479 parameter.
22480
22481 2014-07-28 Will Newton <will.newton@linaro.org>
22482
22483 * gdb.base/varargs.exp: Remove KFAILs for ARM.
22484
22485 2014-07-26 Ludovic Courtès <ludo@gnu.org>
22486 Doug Evans <xdje42@gmail.com>
22487
22488 PR guile/17146
22489 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
22490
22491 2014-07-25 Pedro Alves <palves@redhat.com>
22492
22493 * gdb.threads/signal-command-handle-nopass.c: New file.
22494 * gdb.threads/signal-command-handle-nopass.exp: New file.
22495 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
22496 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
22497 * gdb.threads/signal-delivered-right-thread.c: New file.
22498 * gdb.threads/signal-delivered-right-thread.exp: New file.
22499
22500 2014-07-25 Pedro Alves <palves@redhat.com>
22501
22502 * gdb.base/double-prompt-target-event-error.exp
22503 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
22504 match.
22505 (cancel_pagination_in_target_event): Rework double prompt
22506 detection.
22507 * gdb.base/paginate-after-ctrl-c-running.exp
22508 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
22509 <return>' match.
22510 * gdb.base/paginate-bg-execution.exp
22511 (test_bg_execution_pagination_return)
22512 (test_bg_execution_pagination_cancel): Remove '-notransfer
22513 <return>' matches.
22514 * gdb.base/paginate-execution-startup.exp
22515 (test_fg_execution_pagination_return)
22516 (test_fg_execution_pagination_cancel): Remove '-notransfer
22517 <return>' matches.
22518 * gdb.base/paginate-inferior-exit.exp
22519 (test_paginate_inferior_exited): Remove '-notransfer <return>'
22520 match.
22521 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
22522 * lib/gdb.exp (pagination_prompt): Run text through
22523 string_to_regexp.
22524 (gdb_test_multiple): Match $pagination_prompt instead of
22525 "<return>".
22526 (string_to_regexp): Move to lib/gdb-utils.exp.
22527
22528 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
22529
22530 * gdb.arch/amd64-entry-value-paramref.S: New file.
22531 * gdb.arch/amd64-entry-value-paramref.cc: New file.
22532 * gdb.arch/amd64-entry-value-paramref.exp: New file.
22533 * gdb.arch/amd64-optimout-repeat.S: New file.
22534 * gdb.arch/amd64-optimout-repeat.c: New file.
22535 * gdb.arch/amd64-optimout-repeat.exp: New file.
22536
22537 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
22538
22539 PR gdb/17170
22540 * gdb.base/statistics.exp: New file.
22541
22542 2014-07-17 Doug Evans <dje@google.com>
22543
22544 PR gdb/17170
22545 * gdb.base/maint.exp: Update testing of per-command stats.
22546
22547 2014-07-16 Pedro Alves <palves@redhat.com>
22548
22549 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
22550 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
22551 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
22552 (tfile_write_buf): New functions.
22553 (add_memory_block): Rewrite using the above.
22554 (adjust_function_address): New function.
22555 (FUNCTION_ADDRESS): New macro.
22556 (write_basic_trace_file): Remove short_x local, and use
22557 tfile_write_16. Change type of func_addr local to unsigned long
22558 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
22559 here. Cast argument of add_memory_block to char pointer.
22560 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
22561 (main): Remove parameters.
22562 * gdb.trace/tfile.exp: Remove nowarnings.
22563
22564 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
22565
22566 * gdb.base/debug-expr.exp: Test string evaluation with
22567 "debug expression" on.
22568
22569 2014-07-15 Pedro Alves <palves@redhat.com>
22570
22571 * gdb.base/reread.exp: Use clean_restart.
22572
22573 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
22574
22575 * gdb.arch/avr-flash-qualifer.c: New.
22576 * gdb.arch/avr-flash-qualifer.exp: New.
22577
22578 2014-07-14 Pedro Alves <palves@redhat.com>
22579
22580 * gdb.base/paginate-after-ctrl-c-running.c: New file.
22581 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
22582
22583 2014-07-14 Pedro Alves <palves@redhat.com>
22584
22585 * gdb.base/double-prompt-target-event-error.c: New file.
22586 * gdb.base/double-prompt-target-event-error.exp: New file.
22587
22588 2014-07-14 Pedro Alves <palves@redhat.com>
22589
22590 PR gdb/17072
22591 * gdb.base/paginate-inferior-exit.c: New file.
22592 * gdb.base/paginate-inferior-exit.exp: New file.
22593
22594 2014-07-14 Pedro Alves <palves@redhat.com>
22595
22596 PR gdb/17072
22597 * gdb.base/paginate-bg-execution.c: New file.
22598 * gdb.base/paginate-bg-execution.exp: New file.
22599
22600 2014-07-14 Pedro Alves <palves@redhat.com>
22601
22602 PR gdb/17072
22603 * gdb.base/paginate-execution-startup.c: New file.
22604 * gdb.base/paginate-execution-startup.exp: New file.
22605 * lib/gdb.exp (pagination_prompt): New global.
22606 (default_gdb_spawn): New procedure, factored out from
22607 default_gdb_spawn.
22608 (default_gdb_start): Adjust to call default_gdb_spawn.
22609 (gdb_spawn): New procedure.
22610
22611 2014-07-14 Pedro Alves <palves@redhat.com>
22612
22613 * lib/gdb.exp (gdb_assert): New procedure.
22614 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
22615
22616 2014-07-14 Pedro Alves <palves@redhat.com>
22617
22618 * gdb.base/execution-termios.c: New file.
22619 * gdb.base/execution-termios.exp: New file.
22620
22621 2014-07-14 Tom Tromey <tromey@redhat.com>
22622
22623 * gdb.cp/vla-cxx.cc: New file.
22624 * gdb.cp/vla-cxx.exp: New file.
22625
22626 2014-07-14 Tom Tromey <tromey@redhat.com>
22627
22628 * gdb.reverse/rerun-prec.c: New file.
22629 * gdb.reverse/rerun-prec.exp: New file.
22630
22631 2014-07-12 Maciej W. Rozycki <macro@mips.com>
22632 Maciej W. Rozycki <macro@codesourcery.com>
22633
22634 * lib/gdb-utils.exp: New file.
22635 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
22636 inline `gdb_init_command' processing.
22637 (gdb_start_cmd): Likewise.
22638 * lib/mi-support.exp (mi_run_cmd): Likewise.
22639 * README: Document `gdb_init_command' and `gdb_init_commands'.
22640
22641 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
22642
22643 Fix false FAIL running under a very long directory name.
22644 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
22645 and "set print elements 10000". Twice.
22646
22647 2014-07-11 Yao Qi <yao@codesourcery.com>
22648
22649 * gdb.base/exprs.exp: "set print symbol off".
22650
22651 2014-07-11 Pedro Alves <palves@redhat.com>
22652
22653 * gdb.threads/kill.c: New file.
22654 * gdb.threads/kill.exp: New file.
22655
22656 2014-07-10 Yao Qi <yao@codesourcery.com>
22657
22658 * gdb.trace/tfile.c (write_basic_trace_file)
22659 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
22660 address written to trace file.
22661
22662 2014-07-09 Pedro Alves <palves@redhat.com>
22663
22664 * gdb.base/attach-wait-input.exp: New file.
22665 * gdb.base/attach-wait-input.c: New file.
22666
22667 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
22668
22669 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
22670 setting up test structures.
22671 (main): Call new test function.
22672 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
22673 test function, continue into test function and walk test
22674 structures.
22675
22676 2014-07-02 Yao Qi <yao@codesourcery.com>
22677
22678 * gdb.trace/entry-values.c: Define labels 'foo_start' and
22679 'bar_start' at the beginning of functions 'foo' and 'bar'
22680 respectively.
22681 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
22682 instead of 'foo' and 'bar'.
22683
22684 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
22685
22686 * gdb.btrace/segv.exp: New.
22687 * gdb.btrace/segv.c: New.
22688
22689 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
22690
22691 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
22692 instruction.
22693
22694 2014-06-30 Mark Wielaard <mjw@redhat.com>
22695
22696 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
22697 vulture, vilify, villar): New volatile array constants.
22698 (vindictive, vegetation): New const volatile array constants.
22699 * gdb.base/volatile.exp: Test volatile and const volatile array
22700 types.
22701
22702 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
22703
22704 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
22705 target lacks support for awatch, rwatch, or hbreak.
22706
22707 2014-06-27 Yao Qi <yao@codesourcery.com>
22708
22709 * gdb.multi/dummy-frame-restore.exp: New.
22710 * gdb.multi/dummy-frame-restore.c: New.
22711
22712 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
22713
22714 * gdb.btrace/gcore.exp: New.
22715
22716 2014-06-23 Pedro Alves <palves@redhat.com>
22717
22718 * gdb.base/watchpoint-reuse-slot.c: New file.
22719 * gdb.base/watchpoint-reuse-slot.exp: New file.
22720
22721 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
22722
22723 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
22724 progspace's filename in 'info', 'enable' and 'disable' command
22725 tests.
22726
22727 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
22728
22729 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
22730 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
22731 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
22732
22733 2014-06-20 Gary Benson <gbenson@redhat.com>
22734
22735 * gdb.arch/i386-avx.exp: Fix include file location.
22736 * gdb.arch/i386-sse.exp: Likewise.
22737
22738 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
22739
22740 * gdb.dlang/expression.exp: New file.
22741
22742 2014-06-19 Pedro Alves <palves@redhat.com>
22743
22744 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
22745 out from ...
22746 (top level): ... here. Iterate running tests under different
22747 scheduler-locking settings.
22748
22749 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
22750
22751 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
22752 to DW_FORM_addr and use non-zero addresses.
22753
22754 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
22755
22756 PR gdb/17017
22757 * gdb.python/py-xmethods.cc: Add global function call counters and
22758 increment them in their respective functions. Remove "cout"
22759 statements.
22760 * gdb.python/py-xmethods.exp: Make tests check the global function
22761 call counters instead of depending on inferior IO.
22762
22763 2014-06-18 Don Breazeal <donb@codesourcery.com>
22764
22765 * gdb.base/foll-fork.exp (default_fork_parent_follow):
22766 Deleted procedure.
22767 (explicit_fork_parent_follow): Deleted procedure.
22768 (explicit_fork_child_follow): Deleted procedure.
22769 (test_follow_fork): New procedure.
22770 (do_fork_tests): Replace calls to deleted procedures with
22771 calls to test_follow_fork and reset GDB for subsequent
22772 procedure calls.
22773
22774 2014-06-17 Yao Qi <yao@codesourcery.com>
22775
22776 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
22777 CP1252.
22778
22779 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
22780
22781 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
22782 Initialize ptr and S explicitly.
22783 (skip_type_update_when_not_use_rtti_test): Likewise.
22784
22785 2014-06-16 Keith Seitz <keiths@redhat.com>
22786
22787 PR mi/15863
22788 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
22789 the inferior is started.
22790
22791 2014-06-16 Pedro Alves <palves@redhat.com>
22792
22793 * gdb.base/break-main-file-remove-fail.c: New file.
22794 * gdb.base/break-main-file-remove-fail.exp: New file.
22795 * gdb.base/break-unload-file.exp: Use build_executable instead of
22796 prepare_for_testing.
22797 (test_break): New parameter "initial_load". Handle it.
22798 (top level): Add initial_load cmdline/file axis.
22799
22800 2014-06-12 Tom Tromey <tromey@redhat.com>
22801
22802 * gdb.base/completion.exp: Don't use directory name in test.
22803
22804 2014-06-09 Gary Benson <gbenson@redhat.com>
22805
22806 * gdb.base/sigall.c [Functions to send signals]: Reorder to
22807 separate the always-available ANSI-standard signals from the
22808 signals that require checking.
22809 (main): Likewise.
22810 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
22811 Likewise.
22812 (main): Likewise.
22813
22814 2014-06-07 Keith Seitz <keiths@redhat.com>
22815
22816 Revert:
22817 PR c++/16253
22818 * gdb.cp/var-tag.cc: New file.
22819 * gdb.cp/var-tag.exp: New file.
22820 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
22821 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
22822 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
22823 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
22824
22825 2014-06-06 Doug Evans <xdje42@gmail.com>
22826
22827 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
22828
22829 2014-06-06 Pedro Alves <palves@redhat.com>
22830
22831 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
22832 in target debug output instead of looking at RSP packets,
22833 disabling the test on any target that uses hardware stepping.
22834 Update comments.
22835
22836 2014-06-06 Pedro Alves <palves@redhat.com>
22837
22838 * gdb.base/break-unload-file.exp: Fix typo.
22839
22840 2014-06-06 Yao Qi <yao@codesourcery.com>
22841
22842 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
22843 from "jit_function" to "^jit_function".
22844
22845 2014-06-06 Yao Qi <yao@codesourcery.com>
22846
22847 * gdb.base/async.c (foo): Add one statement.
22848 * gdb.base/async.exp: Get the next instruction address and
22849 match the output of "nexti" by instruction address. Match
22850 the hex address in the output of "finish".
22851
22852 2014-06-06 Gary Benson <gbenson@redhat.com>
22853
22854 * gdb.base/call-signals.c: Remove preprocessor conditionals
22855 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
22856 SIGSEGV and SIGTERM.
22857 * gdb.base/sigall.c: Likewise.
22858 * gdb.base/unwindonsignal.c: Likewise.
22859 * gdb.reverse/sigall-reverse.c: Likewise.
22860
22861 2014-06-06 Yao Qi <yao@codesourcery.com>
22862
22863 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
22864 readable, skip the test.
22865
22866 2014-06-06 Yao Qi <yao@codesourcery.com>
22867
22868 * gdb.threads/staticthreads.c (thread_function): Move the line
22869 setting breakpoint on forward.
22870 * gdb.threads/staticthreads.exp: Update comments.
22871
22872 2014-06-05 Ludovic Courtès <ludo@gnu.org>
22873
22874 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
22875 "history-append! type error".
22876
22877 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
22878
22879 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
22880 erroneous dprintf expected input.
22881
22882 2014-06-04 Doug Evans <xdje42@gmail.com>
22883
22884 * gdb.guile/scm-generics.exp: Delete.
22885
22886 2014-06-04 Doug Evans <xdje42@gmail.com>
22887
22888 * gdb.guile/scm-breakpoint.exp: Update.
22889 Add tests for breakpoint registration.
22890
22891 2014-06-04 Tom Tromey <tromey@redhat.com>
22892
22893 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
22894 VLA-in-union.
22895 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
22896 inner_vla_struct, vla_union types. Initialize objects of those
22897 types and compute their sizes.
22898
22899 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
22900 Hui Zhu <hui@codesourcery.com>
22901
22902 * gdb.base/fileio.exp: Add test for shell not available as well as
22903 available.
22904 * gdb.base/fileio.c (test_system): Check for shell twice.
22905
22906 2014-06-04 Yao Qi <yao@codesourcery.com>
22907
22908 * gdb.base/auto-connect-native-target.exp: Remove redundant
22909 space from the regexp pattern.
22910
22911 2014-06-04 Yao Qi <yao@codesourcery.com>
22912
22913 * gdb.base/default.exp: Replace "child" with "native" in
22914 regexp pattern.
22915
22916 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
22917
22918 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
22919 * gdb.python/py-xmethods.exp: New tests to test xmethods.
22920 * gdb.python/py-xmethods.py: Python script supporting the
22921 new testcase and tests.
22922
22923 2014-06-03 Joel Brobecker <brobecker@adacore.com>
22924 Pedro Alves <palves@redhat.com>
22925
22926 PR breakpoints/17000
22927 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
22928 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
22929
22930 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
22931
22932 * gdb.base/subst.exp: Add tests to verify partial path matching
22933 output.
22934
22935 2014-06-03 Pedro Alves <palves@redhat.com>
22936
22937 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
22938 target that doesn't use software single-stepping.
22939
22940 2014-06-03 Pedro Alves <palves@redhat.com>
22941
22942 PR breakpoints/17000
22943 * gdb.base/sss-bp-on-user-bp-2.c: New file.
22944 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
22945
22946 2014-06-02 Doug Evans <xdje42@gmail.com>
22947
22948 * gdb.guile/scm-parameter.exp: New file.
22949
22950 2014-06-02 Doug Evans <xdje42@gmail.com>
22951
22952 * gdb.guile/scm-cmd.c: New file.
22953 * gdb.guile/scm-cmd.exp: New file.
22954
22955 2014-06-02 Doug Evans <xdje42@gmail.com>
22956
22957 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
22958 pretty-printer lookup.
22959 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
22960 (make-pp_s-printer): Call it.
22961 (make-pretty-printer-from-dict): New function.
22962 (lookup-pretty-printer-maker-from-dict): New function.
22963 (*pretty-printer*): Simplify.
22964 (make-objfile-pp_s-printer): New function.
22965 (install-objfile-pretty-printers!): New function.
22966 (make-progspace-pp_s-printer): New function.
22967 (install-progspace-pretty-printers!): New function.
22968 * gdb.guile/scm-progspace.c: New file.
22969 * gdb.guile/scm-progspace.exp: New file.
22970
22971 2014-06-02 Pedro Alves <palves@redhat.com>
22972
22973 * gdb.base/dprintf-bp-same-addr.c: New file.
22974 * gdb.base/dprintf-bp-same-addr.exp: New file.
22975
22976 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
22977
22978 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
22979 * gdb.arch/powerpc-power.s: Likewise.
22980
22981 2014-06-02 Joel Brobecker <brobecker@adacore.com>
22982
22983 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
22984
22985 2014-06-01 Yao Qi <yao@codesourcery.com>
22986
22987 * gdb.base/watchpoint.exp (test_watch_location): Check null
22988 pointer can be dereferenced. If not, do the test, otherwise
22989 skip it.
22990
22991 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
22992
22993 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
22994 results.
22995 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
22996
22997 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
22998
22999 * gdb.arch/amd64-invalid-stack-middle.S: New file.
23000 * gdb.arch/amd64-invalid-stack-middle.c: New file.
23001 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
23002 * gdb.arch/amd64-invalid-stack-top.c: New file.
23003 * gdb.arch/amd64-invalid-stack-top.exp: New file.
23004
23005 2014-05-30 Pedro Alves <palves@redhat.com>
23006
23007 PR breakpoints/17000
23008 * gdb.base/sss-bp-on-user-bp.c: New file.
23009 * gdb.base/sss-bp-on-user-bp.exp: New file.
23010
23011 2014-05-30 David Blaikie <dblaikie@gmail.com>
23012
23013 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
23014 gnu_inline semantics via attribute.
23015 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
23016 source explicitly specifies the required semantics.
23017
23018 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
23019
23020 * gdb.reverse/sigall-reverse.exp: Fix a typo.
23021
23022 2014-05-29 Pedro Alves <palves@redhat.com>
23023 Tom Tromey <tromey@redhat.com>
23024
23025 * gdb.base/async-shell.exp: Don't enable target-async.
23026 * gdb.base/async.exp
23027 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
23028 parameter. Adjust.
23029 (top level): Don't test with "target-async".
23030 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
23031 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
23032 * gdb.base/inferior-died.exp: Don't enable target-async.
23033 * gdb.base/interrupt-noterm.exp: Likewise.
23034 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
23035 * gdb.mi/mi-nonstop-exit.exp: Likewise.
23036 * gdb.mi/mi-nonstop.exp: Likewise.
23037 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
23038 * gdb.mi/mi-nsintrall.exp: Likewise.
23039 * gdb.mi/mi-nsmoribund.exp: Likewise.
23040 * gdb.mi/mi-nsthrexec.exp: Likewise.
23041 * gdb.mi/mi-watch-nonstop.exp: Likewise.
23042 * gdb.multi/watchpoint-multi.exp: Adjust comment.
23043 * gdb.python/py-evsignal.exp: Don't enable target-async.
23044 * gdb.python/py-evthreads.exp: Likewise.
23045 * gdb.python/py-prompt.exp: Likewise.
23046 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
23047 * gdb.server/solib-list.exp: Don't enable target-async.
23048 * gdb.threads/thread-specific-bp.exp: Likewise.
23049 * lib/mi-support.exp: Adjust to use mi-async.
23050
23051 2014-05-29 Pedro Alves <palves@redhat.com>
23052
23053 PR gdb/13860
23054 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
23055 reason, even in sync mode.
23056
23057 2014-05-29 Pedro Alves <palves@redhat.com>
23058 Hui Zhu <hui@codesourcery.com>
23059
23060 PR PR15693
23061 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
23062 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
23063 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
23064 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
23065
23066 2014-05-28 Joel Brobecker <brobecker@adacore.com>
23067
23068 * config/monitor.exp (gdb_target_monitor): Replace use of
23069 "set remotebaud" by "set serial baud".
23070
23071 2014-05-26 Andy Wingo <wingo@igalia.com>
23072
23073 * gdb.guile/scm-breakpoint.exp:
23074 * gdb.guile/scm-gsmob.exp: Update to use plain old object
23075 properties instead of gdb-object-properties.
23076
23077 2014-05-26 Yao Qi <yao@codesourcery.com>
23078
23079 * gdb.server/no-thread-db.exp: Specify source file name
23080 explicitly when setting a breakpoint.
23081
23082 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
23083
23084 * gdb.btrace/vdso.c: New.
23085 * gdb.btrace/vdso.exp: New.
23086
23087 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
23088
23089 * gdb.base/gcore.exp (capture_command_output): Move ...
23090 * lib/gdb.exp (capture_command_output): ... here.
23091
23092 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
23093
23094 * gdb.btrace/data.exp: Test memory access during btrace replay.
23095
23096 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
23097
23098 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
23099
23100 2014-05-21 Pedro Alves <palves@redhat.com>
23101
23102 PR gdb/13860
23103 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
23104 (top level): Test that output related to execution commands is
23105 sent to the console with CLI commands, but not with MI commands.
23106 Test that breakpoint events are always mirrored to the console.
23107 Also expect the new source line to be output after a "next" in
23108 async mode too. Make it a pass/fail test.
23109 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
23110 output.
23111 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
23112
23113 2014-05-21 Pedro Alves <palves@redhat.com>
23114
23115 * gdb.base/list.exp (build_pattern, test_list): New procedures.
23116 Use them to test variations of "list" after reaching a breakpoint.
23117 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
23118 Test "list" with listsize 10 after reaching a breakpoint.
23119 * gdb.python/python.exp (decode_line current location line
23120 number): Adjust expected line number.
23121
23122 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
23123
23124 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
23125 behavior for $args, pass it directly to "run".
23126
23127 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
23128
23129 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
23130 30000 to 65536.
23131
23132 2014-05-21 Pedro Alves <palves@redhat.com>
23133
23134 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
23135 auto-connect-native-target off".
23136 * gdb.base/auto-connect-native-target.c: New file.
23137 * gdb.base/auto-connect-native-target.exp: New file.
23138
23139 2014-05-21 Pedro Alves <palves@redhat.com>
23140
23141 * gdb.base/default.exp: Test "target native" instead of "target
23142 child".
23143
23144 2014-05-21 Mark Wielaard <mjw@redhat.com>
23145
23146 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
23147
23148 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
23149
23150 Fix TLS access for -static -pthread.
23151 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
23152 <HAVE_TLS> (thread_function, main): Initialize it.
23153 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
23154 Add clean_restart.
23155 <$have_tls != "">: Check TLSVAR.
23156
23157 2014-05-21 Pedro Alves <palves@redhat.com>
23158
23159 * gdb.base/dcache-line-read-error.c: New.
23160 * gdb.base/dcache-line-read-error.exp: New.
23161
23162 2014-05-20 Pedro Alves <palves@redhat.com>
23163
23164 * gdb.base/compare-sections.c: New file.
23165 * gdb.base/compare-sections.exp: New file.
23166
23167 2014-05-20 Pedro Alves <palves@redhat.com>
23168
23169 * gdb.base/break-idempotent.c: New file.
23170 * gdb.base/break-idempotent.exp: New file.
23171
23172 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
23173
23174 * gdb.btrace/nohist.exp: New.
23175
23176 2014-05-20 Yao Qi <yao@codesourcery.com>
23177
23178 * lib/gdb.exp (gdb_init): Set timeout if test file is under
23179 gdb.reverse directory and gdb_reverse_timeout exists in board
23180 setting.
23181 * README: Document gdb_reverse_timeout.
23182
23183 2014-05-20 Yao Qi <yao@codesourcery.com>
23184
23185 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
23186 'test_file_name'. Treat args as a string instead of a list.
23187 (gdb_init): Rename argument 'args' by 'test_file_name'.
23188
23189 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
23190
23191 * gdb.arch/powerpc-power.exp: New file.
23192 * gdb.arch/powerpc-power.s: New file.
23193
23194 2014-05-16 Doug Evans <dje@google.com>
23195
23196 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
23197 * gdb.base/completion.exp: Check that all expected files exist
23198 before doing file completion.
23199
23200 2014-05-16 Doug Evans <dje@google.com>
23201
23202 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
23203 Update.
23204 (do_syscall_tests_without_xml): Update.
23205
23206 2014-05-16 Pedro Alves <palves@redhat.com>
23207
23208 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
23209 instead of "unknown output after running".
23210
23211 2014-05-16 Yao Qi <yao@codesourcery.com>
23212
23213 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
23214 file1.txt from host at the end.
23215 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
23216
23217 2014-05-15 Doug Evans <dje@google.com>
23218
23219 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
23220 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
23221 loading file. Add test for TU lookup.
23222
23223 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
23224
23225 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
23226 calling "-exec-arguments" or "set args" before running the
23227 inferior.
23228
23229 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
23230
23231 * lib/mi-support.exp (mi_expect_stop): Expect message for
23232 inferiors that exit with non-zero exit code.
23233
23234 2014-05-14 Yao Qi <yao@codesourcery.com>
23235
23236 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
23237 match absolute path on remote host.
23238 (test_file_list_exec_source_files): Remove "/" from the
23239 pattern.
23240
23241 2014-05-14 Yao Qi <yao@codesourcery.com>
23242
23243 * boards/local-remote-host-notty.exp (${board}_file): New
23244 proc.
23245
23246 2014-05-07 Kyle McMartin <kyle@redhat.com>
23247
23248 Pushed by Joel Brobecker <brobecker@adacore.com>.
23249 * gdb.arch/aarch64-atomic-inst.c: New file.
23250 * gdb.arch/aarch64-atomic-inst.exp: New file.
23251
23252 2014-05-07 Yao Qi <yao@codesourcery.com>
23253
23254 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
23255 in current context" too.
23256
23257 2014-05-05 Keith Seitz <keiths@redhat.com>
23258
23259 * gdb.linespec/ls-dollar.exp: Add test for linespec
23260 file:convenience_variable.
23261
23262 2014-05-05 Yao Qi <yao@codesourcery.com>
23263
23264 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
23265 traceframes into tfile and ctf trace files. Read data from
23266 trace file and test collected data.
23267 (gdb_collect_locals_test): Likewise.
23268 (gdb_unavailable_registers_test): Likewise.
23269 (gdb_unavailable_floats): Likewise.
23270 (gdb_collect_globals_test): Likewise.
23271 (top-level): Append "ctf" to trace_file_targets if GDB
23272 supports.
23273
23274 2014-05-05 Yao Qi <yao@codesourcery.com>
23275
23276 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
23277 code to ...
23278 (gdb_collect_args_test_1): ... it. New proc.
23279 (gdb_collect_locals_test): Move some code to ...
23280 (gdb_collect_locals_test_1): ... it. New proc.
23281 (gdb_unavailable_registers_test): Move some code to ...
23282 (gdb_unavailable_registers_test_1): ... it. New proc.
23283 (gdb_unavailable_floats): Move some code to ...
23284 (gdb_unavailable_floats_1): ... it. New proc.
23285
23286 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
23287
23288 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
23289 probes to test for bitness recognition.
23290 * gdb.arch/amd64-stap-optional-prefix.exp
23291 (test_probe_value_without_reg): New procedure.
23292 Add code to test for different kinds of bitness.
23293
23294 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
23295
23296 PR breakpoints/16889
23297 * gdb.arch/amd64-stap-optional-prefix.S: New file.
23298 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
23299
23300 2014-05-01 Pedro Alves <palves@redhat.com>
23301
23302 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
23303 gdb_file_cmd if no file is specified.
23304 * boards/native-extended-gdbserver.exp (gdb_load): Use the
23305 last_loaded_file to set the remote exec-file.
23306
23307 2014-05-01 Pedro Alves <palves@redhat.com>
23308
23309 * boards/local-remote-host.exp: New file.
23310
23311 2014-05-01 Pedro Alves <palves@redhat.com>
23312
23313 * boards/local-remote-host.exp: Rename to ...
23314 * boards/local-remote-host-notty.exp: ... this.
23315
23316 2014-04-28 Joel Brobecker <brobecker@adacore.com>
23317
23318 * gdb.ada/dyn_arrayidx: New testcase.
23319
23320 2014-04-26 Yao Qi <yao@codesourcery.com>
23321
23322 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
23323 and compute the length of function main. Save it in
23324 $main_length.
23325 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
23326 (top-level): Use gdb_compile to compile objects into
23327 executable and restart GDB. Remove invocation to
23328 prepare_for_testing.
23329
23330 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
23331 Pedro Alves <palves@redhat.com>
23332
23333 PR server/16255
23334 * gdb.multi/multi-attach.c: New file.
23335 * gdb.multi/multi-attach.exp: New file.
23336
23337 2014-04-25 Pedro Alves <palves@redhat.com>
23338
23339 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
23340 user.
23341 (top level): Test that "set remote conditional-breakpoints-packet
23342 off" works as intended.
23343 * gdb.base/dprintf.exp: Test that "set remote
23344 breakpoint-commands-packet off" works as intended.
23345 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
23346 New function.
23347 (top level): Call it.
23348 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
23349 remote fast-tracepoints-packet off" works as intended.
23350 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
23351 * lib/gdb.exp (gdb_is_target_remote): ... here.
23352
23353 2014-04-24 David Blaikie <dblaikie@gmail.com>
23354
23355 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
23356 ensure clang would not discard them.
23357 * gdb.base/gdbvars.c: Ditto.
23358 * gdb.base/memattr.c: Ditto.
23359 * gdb.base/whatis.c: Ditto.
23360 * gdb.python/py-prettyprint.c: Ditto.
23361 * gdb.trace/actions.c: Ditto.
23362 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
23363 ensure clang would not discard it.
23364
23365 2014-04-24 David Blaikie <dblaikie@gmail.com>
23366
23367 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
23368 clang to emit the full definition of type required by the test
23369 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
23370
23371 2014-04-24 David Blaikie <dblaikie@gmail.com>
23372
23373 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
23374 coax Clang into emitting the definition of the type.
23375 * gdb.cp/pr10728-x.h (y): Ditto.
23376 * gdb.cp/pr10728-y.cc (y): Ditto.
23377
23378 2014-04-24 David Blaikie <dblaikie@gmail.com>
23379
23380 * gdb.base/label.exp: XFAIL label related tests under Clang.
23381 * gdb.cp/cplabel.exp: Ditto.
23382 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
23383 under Clang those using labels.
23384
23385 2014-04-25 Yao Qi <yao@codesourcery.com>
23386
23387 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
23388 double_label.
23389 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
23390 partial_label and double_label.
23391
23392 2014-04-24 David Blaikie <dblaikie@gmail.com>
23393
23394 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
23395
23396 2014-04-24 David Blaikie <dblaikie@gmail.com>
23397
23398 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
23399 of the function to work across GCC and Clang.
23400 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
23401 pointer types (const void ** const V void **).
23402
23403 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
23404 Walfred Tedeschi <walfred.tedeschi@intel.com>
23405
23406 * Makefile.in (EXECUTABLES): Added i386-avx512.
23407 * gdb.arch/i386-avx512.c: New file.
23408 * gdb.arch/i386-avx512.exp: Likewise.
23409
23410 2014-04-23 Keith Seitz <keiths@redhat.com>
23411
23412 * lib/mi-support.exp (mi_list_breakpoints): Delete.
23413 (mi_make_breakpoint_table): New procedure.
23414 (mi_create_breakpoint): Use mi_make_breakpoint
23415 and return the result.
23416 (mi_make_breakpoint): New procedure.
23417 (mi_build_kv_pairs): New procedure.
23418
23419 * gdb.mi/mi-break.exp: Remove unused globals,
23420 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
23421 All callers updated.
23422 * gdb.mi/mi-dprintf.exp: Use variable to track command
23423 number.
23424 Update all callers of mi_create_breakpoint and use
23425 mi_make_breakpoint_table.
23426 Remove any unused global variables.
23427 * gdb.mi/mi-nonstop.exp: Likewise.
23428 * gdb.mi/mi-nsintrall.exp: Likewise.
23429 * gdb.mi/mi-nsmoribund.exp: Likewise.
23430 * gdb.mi/mi-nsthrexec.exp: Likewise.
23431 * gdb.mi/mi-reverse.exp: Likewise.
23432 * gdb.mi/mi-simplerun.exp: Likewise.
23433 * gdb.mi/mi-stepn.exp: Likewise.
23434 * gdb.mi/mi-syn-frame.exp: Likewise.
23435 * gdb.mi/mi-until.exp: Likewise.
23436 * gdb.mi/mi-var-cp.exp: Likewise.
23437 * gdb.mi/mi-var-display.exp: Likewise.
23438 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
23439 * gdb.mi/mi2-var-child.exp: Likewise.
23440 * gdb.mi/mi-vla-c99.exp: Likewise.
23441 * lib/mi-support.exp: Likewise.
23442
23443 From Ian Lance Taylor <iant@cygnus.com>:
23444 * lib/gdb.exp (parse_args): New procedure.
23445
23446 2014-04-23 Pedro Alves <palves@redhat.com>
23447
23448 * gdb.base/break-unload-file.c: New file.
23449 * gdb.base/break-unload-file.exp: New file.
23450 * gdb.base/sym-file-lib.c (baz): New function.
23451 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
23452 field.
23453 (load): Store the segment's mapped size.
23454 (unload): New function.
23455 (unload_shlib): New function.
23456 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
23457 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
23458 set a breakpoint at baz, and call it.
23459 * gdb.base/sym-file.exp: New tests for stale breakpoint
23460 instructions.
23461
23462 2014-04-23 Pedro Alves <palves@redhat.com>
23463
23464 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
23465 * gdb.base/hbreak-in-shr-unsupported.c: New file.
23466 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
23467 * gdb.base/hbreak-unmapped.c: New file.
23468 * gdb.base/hbreak-unmapped.exp: New file.
23469 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
23470 * lib/gdb.exp (gdb_is_target_remote): ... here.
23471
23472 2014-04-22 Pedro Alves <palves@redhat.com>
23473
23474 * gdb.base/consecutive-step-over.c: New file.
23475 * gdb.base/consecutive-step-over.exp: New file.
23476
23477 2014-04-22 Pedro Alves <palves@redhat.com>
23478
23479 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
23480 instead of send_gdb/gdb_expect.
23481
23482 2014-04-22 Yao Qi <yao@codesourcery.com>
23483
23484 * lib/trace-support.exp (generate_tracefile): New procedure.
23485 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
23486 return 0.
23487 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
23488 if generate_tracefile returns 1.
23489
23490 2014-04-18 Tom Tromey <palves@redhat.com>
23491 Pedro alves <tromey@redhat.com>
23492
23493 PR backtrace/15558
23494 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
23495 with a backtrace limit.
23496 * gdb.python/py-frame-inline.exp: Test running to an inline
23497 function with a backtrace limit, and printing the newest frame.
23498 * gdb.python/py-frame-inline.c (main): Call f.
23499
23500 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
23501
23502 * gdb.java/jnpe.exp: Drop srcdir from untested path.
23503
23504 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
23505
23506 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
23507 Drop prefix from unsupported source file path.
23508
23509 2014-04-17 Yao Qi <yao@codesourcery.com>
23510
23511 * lib/gdb.exp (with_target_charset): New proc.
23512 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
23513 with_target_charset.
23514 (test_print_strings): Likewise.
23515 (test_repeat_bytes): Likewise.
23516 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
23517 for some tests.
23518
23519 2014-04-16 Keith Seitz <keiths@redhat.com>
23520
23521 PR gdb/15827
23522 * gdb.dwarf2/corrupt.c: New file.
23523 * gdb.dwarf2/corrupt.exp: New file.
23524
23525 2014-04-16 Keith Seitz <keiths@redhat.com>
23526
23527 PR c++/16597
23528 * gdb.cp/namelessclass.cc: New file.
23529 * gdb.cp/namelessclass.exp: New file.
23530 * gdb.cp/namelessclass.S: New file.
23531
23532 2014-04-16 Doug Evans <dje@google.com>
23533
23534 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
23535 Add comment.
23536 (gdbserver_default_get_comm_port): New function.
23537 (gdbserver_start): Check if board file provided
23538 "gdbserver,get_comm_port" and use it if so.
23539 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
23540 (gdb,socketport): Set to "stdio".
23541 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
23542 (stdio_gdbserver_template): Delete.
23543 (${board}_get_remote_address): Update.
23544 (${board}_build_remote_cmd): Delete.
23545 (${board}_get_comm_port): New function.
23546 (${board}_spawn): Update.
23547 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
23548 Delete.
23549 (${board}_get_remote_address): Update.
23550 (${board}_get_comm_port): New function.
23551
23552 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
23553
23554 * gdb.base/memattr.exp: Improve regexps to handle memory regions
23555 appearing in any order.
23556
23557 2014-04-15 Doug Evans <dje@google.com>
23558
23559 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
23560 uninitialized value of "description".
23561
23562 2014-04-15 Keith Seitz <keiths@redhat.com>
23563
23564 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
23565 Remove unused globals.
23566 (test_running_the_program): Likewise.
23567 (test_controlled_execution): Likewise.
23568 (test_controlling_breakpoints): Likewise.
23569 (test_program_termination): Likewise.
23570
23571 2014-04-15 Keith Seitz <keiths@redhat.com>
23572
23573 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
23574 unused globals.
23575 (test_rbreak_creation_and_listing): Likewise.
23576 (test_ignore_count): Likewise.
23577 (test_error): Likewise.
23578
23579 2014-04-15 Pedro Alves <palves@redhat.com>
23580
23581 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
23582 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
23583 sym-file-loader.c.
23584 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
23585 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
23586 to sym-file-loader.c.
23587 (struct library): Forward declare.
23588 (load_shlib, lookup_function): Change prototypes.
23589 (find_shstrtab, find_strtab, find_shdr, find_symtab)
23590 (translate_offset): Remove declarations.
23591 (get_text_addr): New declaration.
23592 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
23593 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
23594 sym-file-loader.h.
23595 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
23596 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
23597 here from sym-file-loader.h.
23598 (struct library): New structure.
23599 (load_shlib, lookup_function): Change prototypes and adjust to
23600 work with a struct library.
23601 (find_shstrtab, find_strtab, find_shdr, find_symtab)
23602 (translate_offset): Make static.
23603 (get_text_addr): New function.
23604 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
23605
23606 2014-04-15 Pedro Alves <palves@redhat.com>
23607
23608 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
23609
23610 2014-04-15 Pedro Alves <palves@redhat.com>
23611
23612 * gdb.base/sym-file-loader.c: Include <limits.h>.
23613 (SELF_LINK): New define.
23614 (get_origin): New function.
23615 (load_shlib): Use it.
23616 * gdb.base/sym-file.exp: Don't early return if the target is
23617 remote. Use runto_main, and issue fail is that fails. Use
23618 gdb_load_shlibs.
23619 (shlib_name): Delete.
23620 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
23621
23622 2014-04-15 Pedro Alves <palves@redhat.com>
23623
23624 * gdb.base/sym-file.exp: Remove regex characters from test
23625 message. Don't refer to breakpoint numbers in test messages.
23626
23627 2014-04-14 Keith Seitz <keiths@redhat.com>
23628
23629 PR c++/16253
23630 * gdb.cp/var-tag.cc: New file.
23631 * gdb.cp/var-tag.exp: New file.
23632 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
23633 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
23634 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
23635 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
23636
23637 2014-04-14 Tom Tromey <tromey@redhat.com>
23638
23639 * gdb.cp/classes.exp (test_enums): Handle underlying type.
23640 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
23641 type.
23642 * gdb.cp/enum-class.exp: New file.
23643 * gdb.cp/enum-class.cc: New file.
23644
23645 2014-04-14 Tom Tromey <tromey@redhat.com>
23646
23647 * gdb.dwarf2/enum-type.exp: New file.
23648
23649 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
23650
23651 * gdb.mi/mi-vla-c99.exp: New file.
23652 * gdb.mi/vla.c: New file.
23653
23654 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
23655
23656 * gdb.base/vla-datatypes.c: New file.
23657 * gdb.base/vla-datatypes.exp: New file.
23658
23659 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
23660
23661 * gdb.base/vla-ptr.c: New file.
23662 * gdb.base/vla-ptr.exp: New file.
23663
23664 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
23665
23666 * gdb.dwarf2/count.exp: New file.
23667
23668 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
23669
23670 * gdb.base/vla-sideeffect.c: New file.
23671 * gdb.base/vla-sideeffect.exp: New file.
23672
23673 2014-04-14 David Blaikie <dblaikie@gmail.com>
23674
23675 * gdb.mi/non-stop.c: Add return value for non-void function return
23676 statement.
23677 * gdb.threads/staticthreads.c: Ditto.
23678
23679 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
23680 Doug Evans <xdje42@gmail.com>
23681
23682 * gdb.guile/scm-value.c: Improve test case.
23683 * gdb.guile/scm-value.exp: Add new test.
23684
23685 2014-04-11 David Blaikie <dblaikie@gmail.com>
23686
23687 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
23688 override Clang's default.
23689
23690 2014-04-11 Joel Brobecker <brobecker@adacore.com>
23691
23692 Revert the following changes (regressions):
23693
23694 * gdb.base/vla-sideeffect.c: New file.
23695 * gdb.base/vla-sideeffect.exp: New file.
23696
23697 * gdb.dwarf2/count.exp: New file.
23698
23699 * gdb.base/vla-multi.c: New file.
23700 * gdb.base/vla-multi.exp: New file.
23701
23702 * gdb.base/vla-ptr.c: New file.
23703 * gdb.base/vla-ptr.exp: New file.
23704
23705 * gdb.base/vla-datatypes.c: New file.
23706 * gdb.base/vla-datatypes.exp: New file.
23707
23708 * gdb.mi/mi-vla-c99.exp: New file.
23709 * gdb.mi/vla.c: New file.
23710
23711 2014-04-11 Keith Seitz <keiths@redhat.com>
23712
23713 PR c++/16675
23714 * gdb.cp/cpsizeof.exp: New file.
23715 * gdb.cp/cpsizeof.cc: New file.
23716
23717 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23718
23719 * gdb.mi/mi-vla-c99.exp: New file.
23720 * gdb.mi/vla.c: New file.
23721
23722 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23723
23724 * gdb.base/vla-datatypes.c: New file.
23725 * gdb.base/vla-datatypes.exp: New file.
23726
23727 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23728
23729 * gdb.base/vla-ptr.c: New file.
23730 * gdb.base/vla-ptr.exp: New file.
23731
23732 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23733
23734 * gdb.base/vla-multi.c: New file.
23735 * gdb.base/vla-multi.exp: New file.
23736
23737 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23738
23739 * gdb.dwarf2/count.exp: New file.
23740
23741 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23742
23743 * gdb.base/vla-sideeffect.c: New file.
23744 * gdb.base/vla-sideeffect.exp: New file.
23745
23746 2014-04-11 Yao Qi <yao@codesourcery.com>
23747
23748 * gdb.base/completion.exp: Check file exists before running tests
23749 on file completion.
23750
23751 2014-04-10 Pedro Alves <palves@redhat.com>
23752
23753 * gdb.base/cond-eval-mode.c: New file.
23754 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
23755 prepare_for_testing to build the new file. Check result of
23756 runto_main.
23757 (test_break, test_watch): New procedures.
23758 (top level): Use them.
23759
23760 2014-04-08 Pierre Muller <muller@sourceware.org>
23761
23762 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
23763 Ctrl-V use for mingw hosts.
23764
23765 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
23766
23767 * gdb.python/py-value.c: Improve test case.
23768 * gdb.python/py-value.exp: Add new test.
23769
23770 2014-04-07 David Blaikie <dblaikie@gmail.com>
23771
23772 * lib/compiler.c: Identify the clang compiler.
23773 * lib/compiler.cc: Ditto.
23774
23775 2014-04-03 Yao Qi <yao@codesourcery.com>
23776
23777 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
23778
23779 2014-04-01 Anton Blanchard <anton@samba.org>
23780
23781 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
23782 messages unique.
23783
23784 2014-04-01 Anton Blanchard <anton@samba.org>
23785
23786 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
23787 prepare_for_testing.
23788
23789 2014-04-01 Anton Blanchard <anton@samba.org>
23790
23791 * gdb.arch/ppc64-atomic-inst.c: Remove.
23792 * gdb.arch/ppc64-atomic-inst.S: New file.
23793 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
23794
23795 2014-03-31 Doug Evans <dje@google.com>
23796
23797 * gdb.base/print-symbol-loading-lib.c: New file.
23798 * gdb.base/print-symbol-loading-main.c: New file.
23799 * gdb.base/print-symbol-loading.exp: New file.
23800
23801 2014-03-31 Yao Qi <yao@codesourcery.com>
23802
23803 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
23804
23805 2014-03-28 Joel Brobecker <brobecker@adacore.com>
23806
23807 * gdb.ada/mi_dyn_arr: New testcase.
23808
23809 2014-03-27 Doug Evans <dje@google.com>
23810
23811 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
23812
23813 2014-03-27 Yao Qi <yao@codesourcery.com>
23814
23815 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
23816 if target is nios2-*-*.
23817
23818 2014-03-26 Yao Qi <yao@codesourcery.com>
23819
23820 * lib/gdb.exp (readline_is_used): New proc.
23821 * gdb.base/completion.exp: Move tests on command complete up.
23822 Skip the rest of tests if readline is not used.
23823 * gdb.ada/complete.exp: Skp the test if readline is not
23824 used.
23825 * gdb.base/filesym.exp: Likewise.
23826 * gdb.base/macscp.exp: Likewise.
23827 * gdb.base/readline-ask.exp: Likewise.
23828 * gdb.base/readline.exp: Likewise.
23829 * gdb.python/py-cmd.exp: Likewise.
23830 * gdb.trace/tfile.exp: Likewise.
23831
23832 2014-03-26 Yao Qi <yao@codesourcery.com>
23833
23834 * gdb.base/macscp.exp: Fix code format issues.
23835
23836 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
23837
23838 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
23839 * gdb.asm/powerpc64le.inc: New file.
23840
23841 2014-03-25 Pedro Alves <palves@redhat.com>
23842 Doug Evans <dje@google.com>
23843
23844 * gdb.base/source-execution.c: New file.
23845 * gdb.base/source-execution.exp: New file.
23846 * gdb.base/source-execution.gdb: New file.
23847
23848 2014-03-24 Doug Evans <dje@google.com>
23849
23850 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
23851 using fission.
23852
23853 2014-03-24 Hui Zhu <hui@codesourcery.com>
23854 Pedro Alves <palves@redhat.com>
23855
23856 PR breakpoints/16101
23857 * gdb.base/dprintf.exp: Use unsupported rather than changing the
23858 test pass/fail messages. Detect missing support for dprintf when
23859 breakpoints are actually inserted.
23860 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
23861 breakpoints are actually inserted.
23862 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
23863 fails.
23864
23865 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
23866
23867 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
23868
23869 2014-03-22 Doug Evans <xdje42@gmail.com>
23870
23871 * gdb.python/python.exp (python not supported): Verify multi-line
23872 python command issues an error.
23873 * gdb.guile/guile.exp (guile not supported): Verify multi-line
23874 guile command issues an error.
23875
23876 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
23877
23878 * gdb.threads/thread-specific.exp: Handle the lack of usable
23879 $this_breakpoint and $this_thread.
23880
23881 2014-03-21 Hui Zhu <hui@codesourcery.com>
23882
23883 * gdb.base/attach.exp (do_command_attach_tests): New.
23884
23885 2014-03-20 Tom Tromey <tromey@redhat.com>
23886 Pedro Alves <palves@redhat.com>
23887
23888 PR cli/15718
23889 * gdb.base/condbreak-call-false.c: New file.
23890 * gdb.base/condbreak-call-false.exp: New file.
23891
23892 2014-03-20 Pedro Alves <palves@redhat.com>
23893
23894 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
23895 Delete.
23896 (block_signals, unblock_signals): Delete.
23897 (child_function_2, main): Remove references to deleted variable
23898 and functions.
23899
23900 2014-03-20 Pedro Alves <palves@redhat.com>
23901
23902 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
23903 Use pthread_kill to signal thread 2.
23904 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
23905 Adjust to make the test send itself a signal rather than using the
23906 host's "kill" command.
23907
23908 2014-03-20 Pedro Alves <palves@redhat.com>
23909
23910 * gdb.threads/multiple-step-overs.c: New file.
23911 * gdb.threads/multiple-step-overs.exp: New file.
23912 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
23913 Adjust expected infrun debug output.
23914
23915 2014-03-20 Pedro Alves <palves@redhat.com>
23916
23917 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
23918 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
23919
23920 2014-03-20 Pedro Alves <palves@redhat.com>
23921
23922 PR breakpoints/7143
23923 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
23924 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
23925 of gdb_test_multiple.
23926 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
23927 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
23928
23929 2014-03-20 Pedro Alves <palves@redhat.com>
23930
23931 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
23932 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
23933
23934 2014-03-19 Pedro Alves <palves@redhat.com>
23935
23936 * gdb.base/async.exp: Remove early return.
23937
23938 2014-03-19 Pedro Alves <palves@redhat.com>
23939
23940 * gdb.base/async.exp (step& tests): Pass explicit test messages.
23941
23942 2014-03-19 Pedro Alves <palves@redhat.com>
23943
23944 * gdb.base/async.exp (test_background): Expect \r\n after
23945 "completed." in the fail pattern.
23946
23947 2014-03-19 Pedro Alves <palves@redhat.com>
23948
23949 * gdb.base/async.exp (test_background): New procedure.
23950 Use it for all background execution command tests.
23951
23952 2014-03-19 Pedro Alves <palves@redhat.com>
23953
23954 * gdb.base/async.exp: Use prepare_for_testing.
23955
23956 2014-03-19 Pedro Alves <palves@redhat.com>
23957
23958 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
23959 the same line.
23960
23961 2014-03-19 Pedro Alves <palves@redhat.com>
23962
23963 * gdb.base/async.c (main): Add "jump here" and "until here" line
23964 marker comments.
23965 * gdb.base/async.exp (jump_here): New global.
23966 (jump& test): Use it.
23967 (until_here): New global.
23968 (until& test): Use it.
23969
23970 2014-03-19 Pedro Alves <palves@redhat.com>
23971
23972 * gdb.base/async.exp: Don't frob gdb_protocol.
23973
23974 2014-03-18 Doug Evans <xdje42@gmail.com>
23975
23976 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
23977 Fix spelling of exec-done-display.
23978
23979 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
23980
23981 PR gdb/15358
23982 * gdb.base/gdb-sigterm.c: New file.
23983 * gdb.base/gdb-sigterm.exp: New file.
23984
23985 2014-03-18 Pedro Alves <palves@redhat.com>
23986
23987 PR gdb/13860
23988 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
23989 * lib/mi-support.exp (mi_expect_stop): Add special handling for
23990 solib-event.
23991
23992 2014-03-17 Joel Brobecker <brobecker@adacore.com>
23993
23994 * gdb.ada/pckd_arr_ren: New testcase.
23995
23996 2014-03-13 Doug Evans <xdje42@gmail.com>
23997
23998 PR guile/16612
23999 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
24000 collect after discarding symbols.
24001
24002 2014-03-13 Ludovic Courtès <ludo@gnu.org>
24003 Doug Evans <xdje42@gmail.com>
24004
24005 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
24006 to history survives a gc.
24007
24008 2014-03-13 Pedro Alves <palves@redhat.com>
24009
24010 * gdb.base/default.exp: Don't test "target procfs".
24011
24012 2014-03-13 Pedro Alves <palves@redhat.com>
24013
24014 * gdb.base/default.exp: Update "target child" and "target procfs"
24015 tests to not expect "Unix".
24016
24017 2014-03-12 Tom Tromey <tromey@redhat.com>
24018
24019 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
24020 New procs. Add target-async tests.
24021 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
24022 Add target-async tests.
24023
24024 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
24025
24026 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
24027 'func_start' and 'func_end' for the beginning and end of the
24028 function code, respectively.
24029 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
24030 'func_end' instead of 'func' and 'main'.
24031
24032 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
24033
24034 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
24035 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
24036 generate the debug info assembler source.
24037
24038 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
24039
24040 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
24041 * gdb.dwarf2/arr-subrange.exp: Likewise.
24042 * gdb.dwarf2/dwz.exp: Likewise.
24043 * gdb.dwarf2/method-ptr.exp: Likewise.
24044 * gdb.dwarf2/missing-sig-type.exp: Likewise.
24045 * gdb.dwarf2/subrange.exp: Likewise.
24046 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
24047 * gdb.dwarf2/implptrpiece.exp: Likewise.
24048 * gdb.dwarf2/nostaticblock.exp: Likewise.
24049
24050 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
24051
24052 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
24053 directory to absolute path name arguments.
24054
24055 2014-03-10 Joel Brobecker <brobecker@adacore.com>
24056
24057 * gdb.ada/tagged_access: New testcase.
24058
24059 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
24060
24061 * gdb.btrace/data.exp: Update expected output.
24062
24063 2014-03-06 Yao Qi <yao@codesourcery.com>
24064
24065 * gdb.trace/pr16508.exp: New file.
24066
24067 2014-03-05 Pedro Alves <palves@redhat.com>
24068
24069 PR gdb/16575
24070 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
24071 procedure.
24072 (top level): Adjust to use it. Add tests that exercise breakpoint
24073 interaction with the code-cache.
24074
24075 2014-02-26 Ludovic Courtès <ludo@gnu.org>
24076
24077 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
24078 test for 'history-append!'.
24079
24080 2014-02-26 Joel Brobecker <brobecker@adacore.com>
24081
24082 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
24083 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
24084 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
24085 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
24086 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
24087 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
24088
24089 2014-02-26 Joel Brobecker <brobecker@adacore.com>
24090
24091 * testsuite/gdb.python/py-pp-re-notag.c: New file.
24092 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
24093 * testsuite/gdb.python/py-pp-re-notag.p: New file.
24094
24095 2014-02-26 Joel Brobecker <brobecker@adacore.com>
24096
24097 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
24098
24099 2014-02-26 Joel Brobecker <brobecker@adacore.com>
24100
24101 * gdb.dwarf2/arr-stride.c: New file.
24102 * gdb.dwarf2/arr-stride.exp: New file.
24103
24104 2014-02-26 Pedro Alves <palves@redhat.com>
24105
24106 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
24107 that won't ever trigger. Make sure that GDB reports the correct
24108 breakpoint that caused the stop.
24109
24110 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
24111
24112 PR gdb/16626
24113 * gdb.base/auto-load-script: New file.
24114 * gdb.base/auto-load.c: New file.
24115 * gdb.base/auto-load.exp: New file.
24116
24117 PR gdb/16626
24118 * gdb.base/auto-load.exp: Fix out-of-srctree run.
24119
24120 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
24121
24122 Fix dw2-icycle.exp -fsanitize=address GDB crash.
24123 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
24124
24125 2014-02-24 Doug Evans <dje@google.com>
24126
24127 * lib/gdb.exp (run_on_host): Log error output if program fails.
24128
24129 2014-02-21 Pedro Alves <palves@redhat.com>
24130
24131 * gdb.threads/step-after-sr-lock.c: Rename to ...
24132 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
24133 * gdb.threads/step-after-sr-lock.exp: Rename to ...
24134 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
24135 ... this.
24136
24137 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
24138
24139 PR tdep/16397
24140 * gdb.arch/amd64-stap-special-operands.exp: New file.
24141 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
24142 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
24143 * gdb.arch/amd64-stap-triplet.S: Likewise.
24144 * gdb.arch/amd64-stap-triplet.c: Likewise.
24145
24146 2014-02-20 Joel Brobecker <brobecker@adacore.com>
24147
24148 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
24149 in .section pseudo-op.
24150
24151 2014-02-20 lin zuojian <manjian2006@gmail.com>
24152 Joel Brobecker <brobecker@adacore.com>
24153 Doug Evans <xdje42@gmail.com>
24154
24155 PR symtab/16581
24156 * gdb.dwarf2/dw2-icycle.S: New file.
24157 * gdb.dwarf2/dw2-icycle.c: New file.
24158 * gdb.dwarf2/dw2-icycle.exp: New file.
24159
24160 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
24161
24162 * gdb.python/py-value-cc.cc: Improve test case to enable testing
24163 operations on gdb.Value objects.
24164 * gdb.python/py-value-cc.exp: Add new test to test operations on
24165 gdb.Value objects.
24166
24167 2014-02-18 Doug Evans <dje@google.com>
24168
24169 * Makefile.in (TESTS): New variable.
24170 (expanded_tests, expanded_tests_or_none): New variables
24171 (check-single): Pass $(expanded_tests_or_none) to runtest.
24172 (check-parallel): Only run tests in $(TESTS) if non-empty.
24173 (check/no-matching-tests-found): New rule.
24174 * README: Document TESTS makefile variable.
24175
24176 2014-02-18 Doug Evans <dje@google.com>
24177
24178 * Makefile.in (check-parallel): rm -rf outputs temp.
24179
24180 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
24181
24182 Fix "ERROR: no fileid for" in the testsuite.
24183 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
24184
24185 2014-02-12 Doug Evans <dje@google.com>
24186
24187 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
24188 (MISCELLANEOUS): New variable.
24189 (clean): rm -rf $(MISCELLANEOUS).
24190 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
24191 dwp live in the same directory as symlinks, with each symlink pointed
24192 to a differently named file in a different directory.
24193
24194 2014-02-11 Doug Evans <dje@google.com>
24195
24196 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
24197 of Tcl file commands.
24198
24199 2014-02-10 Mark Kettenis <kettenis@gnu.org>
24200
24201 * gdb.threads/step-after-sr-lock.exp: Avoid executing
24202 "kill -SIGUSR1 -1".
24203
24204 2014-02-10 Joel Brobecker <brobecker@adacore.com>
24205
24206 * gdb.ada/tick_length_array_enum_idx: New testcase.
24207
24208 2014-02-10 Doug Evans <xdje42@gmail.com>
24209
24210 * configure.ac (AC_OUTPUT): Add gdb.guile.
24211 * configure: Regenerate.
24212 * lib/gdb-guile.exp: New file.
24213 * lib/gdb.exp (get_target_charset): New function.
24214 * gdb.base/help.exp: Update expected output from "apropos apropos".
24215 * gdb.guile/Makefile.in: New file.
24216 * gdb.guile/guile.exp: New file.
24217 * gdb.guile/scm-arch.c: New file.
24218 * gdb.guile/scm-arch.exp: New file.
24219 * gdb.guile/scm-block.c: New file.
24220 * gdb.guile/scm-block.exp: New file.
24221 * gdb.guile/scm-breakpoint.c: New file.
24222 * gdb.guile/scm-breakpoint.exp: New file.
24223 * gdb.guile/scm-disasm.c: New file.
24224 * gdb.guile/scm-disasm.exp: New file.
24225 * gdb.guile/scm-equal.c: New file.
24226 * gdb.guile/scm-equal.exp: New file.
24227 * gdb.guile/scm-error.exp: New file.
24228 * gdb.guile/scm-error.scm: New file.
24229 * gdb.guile/scm-frame-args.c: New file.
24230 * gdb.guile/scm-frame-args.exp: New file.
24231 * gdb.guile/scm-frame-args.scm: New file.
24232 * gdb.guile/scm-frame-inline.c: New file.
24233 * gdb.guile/scm-frame-inline.exp: New file.
24234 * gdb.guile/scm-frame.c: New file.
24235 * gdb.guile/scm-frame.exp: New file.
24236 * gdb.guile/scm-generics.exp: New file.
24237 * gdb.guile/scm-gsmob.exp: New file.
24238 * gdb.guile/scm-iterator.c: New file.
24239 * gdb.guile/scm-iterator.exp: New file.
24240 * gdb.guile/scm-math.c: New file.
24241 * gdb.guile/scm-math.exp: New file.
24242 * gdb.guile/scm-objfile-script-gdb.in: New file.
24243 * gdb.guile/scm-objfile-script.c: New file.
24244 * gdb.guile/scm-objfile-script.exp: New file.
24245 * gdb.guile/scm-objfile.c: New file.
24246 * gdb.guile/scm-objfile.exp: New file.
24247 * gdb.guile/scm-ports.exp: New file.
24248 * gdb.guile/scm-pretty-print.c: New file.
24249 * gdb.guile/scm-pretty-print.exp: New file.
24250 * gdb.guile/scm-pretty-print.scm: New file.
24251 * gdb.guile/scm-section-script.c: New file.
24252 * gdb.guile/scm-section-script.exp: New file.
24253 * gdb.guile/scm-section-script.scm: New file.
24254 * gdb.guile/scm-symbol.c: New file.
24255 * gdb.guile/scm-symbol.exp: New file.
24256 * gdb.guile/scm-symtab-2.c: New file.
24257 * gdb.guile/scm-symtab.c: New file.
24258 * gdb.guile/scm-symtab.exp: New file.
24259 * gdb.guile/scm-type.c: New file.
24260 * gdb.guile/scm-type.exp: New file.
24261 * gdb.guile/scm-value-cc.cc: New file.
24262 * gdb.guile/scm-value-cc.exp: New file.
24263 * gdb.guile/scm-value.c: New file.
24264 * gdb.guile/scm-value.exp: New file.
24265 * gdb.guile/source2.scm: New file.
24266 * gdb.guile/types-module.cc: New file.
24267 * gdb.guile/types-module.exp: New file.
24268
24269 2014-02-10 Yao Qi <yao@codesourcery.com>
24270
24271 PR testsuite/16543
24272 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
24273 * configure: Regenerated.
24274 * Makefile.in: New file.
24275
24276 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
24277
24278 * gdb.python/py-framefilter.exp: Fix typo.
24279
24280 2014-02-08 Yao Qi <yao@codesourcery.com>
24281
24282 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
24283 that no =breakpoint-modified is emitted when breakpoints are
24284 modified through MI commands.
24285
24286 2014-02-07 Pedro Alves <pedro@codesourcery.com>
24287 Pedro Alves <palves@redhat.com>
24288
24289 * gdb.threads/step-after-sr-lock.c: New file.
24290 * gdb.threads/step-after-sr-lock.exp: New file.
24291
24292 2014-02-07 Pedro Alves <palves@redhat.com>
24293
24294 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
24295
24296 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
24297
24298 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
24299 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
24300
24301 2014-02-06 Doug Evans <xdje42@gmail.com>
24302
24303 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
24304 output.
24305
24306 * gdb.gdb/python-interrupts.exp: New file.
24307
24308 2014-02-05 Yao Qi <yao@codesourcery.com>
24309
24310 * gdb.trace/report.exp (use_collected_data): Test the output
24311 of "info threads" and "info inferiors".
24312
24313 2014-02-05 Yao Qi <yao@codesourcery.com>
24314
24315 Revert this patch:
24316
24317 2013-05-24 Yao Qi <yao@codesourcery.com>
24318
24319 * gdb.trace/tfile.exp: Test inferior and thread.
24320
24321 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
24322
24323 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
24324 on a function.
24325 * gdb.base/step-bt.c: Call hello via function pointer to make
24326 sure its first instruction is executed on powerpc64le-linux.
24327
24328 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
24329
24330 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
24331
24332 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
24333
24334 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
24335 of the test patterns for use on little-endian systems.
24336
24337 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
24338
24339 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
24340 (decimal_vector): Fix for little-endian.
24341
24342 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
24343
24344 * gdb.arch/sparc-sysstep.exp: New file.
24345 * gdb.arch/sparc-sysstep.c: Likewise.
24346
24347 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
24348
24349 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
24350
24351 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
24352
24353 2014-01-23 Tom Tromey <tromey@redhat.com>
24354
24355 * gdb.ada/array_char_idx: New testcase.
24356
24357 2014-01-23 Tom Tromey <tromey@redhat.com>
24358
24359 PR python/16487:
24360 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
24361 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
24362 classes.
24363
24364 2014-01-23 Tom Tromey <tromey@redhat.com>
24365
24366 PR python/16491:
24367 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
24368 string from an inferior frame.
24369 * gdb.python/py-framefilter-mi.exp: Update.
24370
24371 2014-01-22 Doug Evans <dje@google.com>
24372
24373 * gdb.server/server-mon.exp: Add tests for "set debug-format".
24374
24375 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
24376
24377 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
24378
24379 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
24380
24381 * gdb.trace/entry-values.exp: Remove excess space character from
24382 regex patterns. Handle s390 call instruction.
24383
24384 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
24385
24386 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
24387 define "*_start" label. Make "name" static.
24388 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
24389 ${name} by references to ${name}_start.
24390
24391 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
24392
24393 * gdb.base/info-macros.exp: Remove "debug" from the compile
24394 options.
24395
24396 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
24397
24398 * gdb.dlang/demangle.exp: New file.
24399
24400 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
24401
24402 * gdb.dlang/primitive-types.exp: New file.
24403
24404 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
24405
24406 * configure.ac: Create gdb.dlang/Makefile.
24407 * configure: Regenerate.
24408 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
24409 * gdb.dlang/Makefile.in: New file.
24410 * lib/d-support.exp: New file.
24411 * lib/gdb.exp (skip_d_tests): New proc.
24412
24413 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24414
24415 * gdb.btrace/delta.exp: Check reverse stepi.
24416 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
24417 * gdb.btrace/finish.exp: New.
24418 * gdb.btrace/next.exp: New.
24419 * gdb.btrace/nexti.exp: New.
24420 * gdb.btrace/record_goto.c: Add comments.
24421 * gdb.btrace/step.exp: New.
24422 * gdb.btrace/stepi.exp: New.
24423 * gdb.btrace/multi-thread-step.c: New.
24424 * gdb.btrace/multi-thread-step.exp: New.
24425 * gdb.btrace/rn-dl-bind.c: New.
24426 * gdb.btrace/rn-dl-bind.exp: New.
24427 * gdb.btrace/data.c: New.
24428 * gdb.btrace/data.exp: New.
24429 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
24430
24431 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24432
24433 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
24434 * gdb.btrace/exception.exp: Update.
24435 * gdb.btrace/instruction_history.exp: Update.
24436 * gdb.btrace/record_goto.exp: Update.
24437 * gdb.btrace/tailcall.exp: Update.
24438 * gdb.btrace/unknown_functions.exp: Update.
24439 * gdb.btrace/delta.exp: New.
24440
24441 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24442
24443 * gdb.btrace/record_goto.exp: Add backtrace test.
24444 * gdb.btrace/tailcall.exp: Add backtrace test.
24445
24446 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24447
24448 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
24449 * gdb.btrace/record_goto.c: New.
24450 * gdb.btrace/record_goto.exp: New.
24451 * gdb.btrace/x86-record_goto.S: New.
24452
24453 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24454
24455 * gdb.btrace/function_call_history.exp: Update tests.
24456 * gdb.btrace/instruction_history.exp: Update tests.
24457
24458 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24459
24460 * gdb.btrace/function_call_history.exp: Fix expected field
24461 order for "record function-call-history".
24462 Add new tests for "record function-call-history /c".
24463 * gdb.btrace/exception.cc: New.
24464 * gdb.btrace/exception.exp: New.
24465 * gdb.btrace/tailcall.exp: New.
24466 * gdb.btrace/x86-tailcall.S: New.
24467 * gdb.btrace/x86-tailcall.c: New.
24468 * gdb.btrace/unknown_functions.c: New.
24469 * gdb.btrace/unknown_functions.exp: New.
24470 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
24471
24472 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24473
24474 * gdb.btrace/instruction_history.exp: Update.
24475 * gdb.btrace/function_call_history.exp: Update.
24476
24477 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24478
24479 * gdb.btrace/function_call_history.exp: Fix expected function
24480 trace.
24481 * gdb.btrace/instruction_history.exp: Initialize traced.
24482 Remove traced_functions.
24483
24484 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24485
24486 * gdb.btrace/function_call_history.exp: Update
24487 * gdb.btrace/instruction_history.exp: Update.
24488
24489 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24490
24491 * gdb.btrace/enable.exp: Update expected text.
24492
24493 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
24494
24495 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
24496 bytes.
24497
24498 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
24499
24500 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
24501
24502 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
24503
24504 * lib/gdb.exp (supports_process_record): Return true for
24505 arm*-linux*. (supports_reverse): Likewise.
24506
24507 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
24508
24509 PR python/15464
24510 PR python/16113
24511 * gdb.python/py-type.c: Enhance test case.
24512 * gdb.python/py-value-cc.cc: Likewise
24513 * gdb.python/py-type.exp: Add new tests.
24514 * gdb.python/py-value-cc.exp: Likewise
24515
24516 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
24517 Pedro Alves <palves@redhat.com>
24518
24519 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
24520 Make "name" extern.
24521 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
24522 references to ${name}_start by references to ${name}.
24523
24524 2014-01-10 Joel Brobecker <brobecker@adacore.com>
24525
24526 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
24527
24528 2014-01-10 Joel Brobecker <brobecker@adacore.com>
24529
24530 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
24531
24532 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
24533 Pedro Alves <palves@redhat.com>
24534
24535 * gdb.mi/mi-info-os.exp: Connect to the target with
24536 mi_gdb_target_load.
24537
24538 2014-01-08 Pedro Alves <palves@redhat.com>
24539
24540 * gdb.threads/reconnect-signal.c: New file.
24541 * gdb.threads/reconnect-signal.exp: New file.
24542
24543 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
24544
24545 * gdb.base/source-dir.exp: New file.
24546
24547 2014-01-07 Joel Brobecker <brobecker@adacore.com>
24548
24549 * gdb.ada/mi_interface: New testcase.
24550
24551 2014-01-07 Joel Brobecker <brobecker@adacore.com>
24552
24553 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
24554 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
24555 gdb.ada/pp-rec-component/pck.ads: New files.
24556
24557 2014-01-07 Joel Brobecker <brobecker@adacore.com>
24558
24559 * gdb.python/py-pp-integral.c: New file.
24560 * gdb.python/py-pp-integral.py: New file.
24561 * gdb.python/py-pp-integral.exp: New file.
24562
24563 For older changes see ChangeLog-1993-2013.
24564 \f
24565 ;; Local Variables:
24566 ;; mode: change-log
24567 ;; left-margin: 8
24568 ;; fill-column: 74
24569 ;; version-control: never
24570 ;; End:
24571
24572 Copyright 2014-2021 Free Software Foundation, Inc.
24573 Copying and distribution of this file, with or without modification,
24574 are permitted provided the copyright notice and this notice are preserved.