60a8ca96b3bc77d8067ec5f741cfa70833a83196
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2021-06-01 Tom Tromey <tromey@adacore.com>
2
3 * aclocal.m4, configure.ac, configure: Remove.
4 * Makefile.in (EXTRA_RULES): Remove.
5 ($(abs_builddir)/site.exp site.exp): Don't depend on
6 config.status.
7 (distclean maintainer-clean realclean, Makefile): Update.
8 (config.status): Remove target.
9 (lib/pdtrace): New target.
10 (all): Don't depend on EXTRA_RULES.
11 (check-read1): Depend on read1.so, expect-read1.
12
13 2021-06-01 Tom de Vries <tdevries@suse.de>
14
15 PR symtab/26096
16 * gdb.cp/cold-clone.cc: New test.
17 * gdb.cp/cold-clone.exp: New file.
18
19 2021-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
20
21 * gdb.gdb/unittest.c: New file.
22 * gdb.gdb/unittest.exp: Run with and without a binary file loaded
23 into GDB.
24
25 2021-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
26
27 * gdb.base/premature-dummy-frame-removal.c: New file.
28 * gdb.base/premature-dummy-frame-removal.exp: New file.
29 * gdb.base/premature-dummy-frame-removal.py: New file.
30
31 2021-05-27 Simon Marchi <simon.marchi@polymtl.ca>
32
33 * gdb.base/reverse-init-functions.exp: New.
34
35 2021-05-27 Tom de Vries <tdevries@suse.de>
36
37 PR symtab/27919
38 PR testsuite/27920
39 * gdb.dwarf2/dw2-dummy-cu.exp: Use maint expand-symtabs instead of
40 -readnow.
41
42 2021-05-27 Tom de Vries <tdevries@suse.de>
43
44 PR testsuite/27921
45 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Rename to ...
46 (local_add_gdb_index): ... this.
47
48 2021-05-21 Tom de Vries <tdevries@suse.de>
49
50 PR testsuite/25047
51 * boards/cc-with-gnu-debuglink.exp: New file.
52
53 2021-05-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
54
55 * gdb.dwarf2/dw2-inline-with-lexical-scope.c (func): Replace
56 a dead code with an assignment to a global var. Fix a
57 whitespacing problem around an assignment operator.
58
59 2021-05-19 Will Schmidt <will_schmidt@vnet.ibm.com>
60
61 * gdb.arch/powerpc64-prologue.c: New test to exercise prologues
62 for the powerpc64 LE target.
63 * gdb.arch/powerpc-prologue.exp: Test Harness.
64
65 2021-05-19 Andrew Burgess <andrew.burgess@embecosm.com>
66
67 * gdb.guile/scm-pretty-print.exp: Add test names to resolve
68 duplicate test names.
69
70 2021-05-19 Tom de Vries <tdevries@suse.de>
71
72 * gdb.base/info-types.exp.tcl: Scan info types output line-by-line.
73
74 2021-05-17 Simon Marchi <simon.marchi@polymtl.ca>
75
76 * gdb.python/py-framefilter-gdb.py.in: Rename to:
77 * gdb.python/py-framefilter-gdb.py: ... this.
78 * gdb.python/py-framefilter-invalidarg-gdb.py.in: Rename to:
79 * gdb.python/py-framefilter-invalidarg-gdb.py: ... this.
80
81 2021-05-17 Simon Marchi <simon.marchi@polymtl.ca>
82
83 * gdb.python/py-framefilter-gdb.py.in: Re-format.
84 * gdb.python/py-framefilter-invalidarg-gdb.py.in: Re-format.
85
86 2021-05-17 Bhuvanendra Kumar N <Bhuvanendra.KumarN@amd.com>
87
88 * gdb.base/class-allocatable-array.exp: Modified test for clang.
89
90 2021-05-16 Weimin Pan <weimin.pan@oracle.com>
91
92 * gdb.ctf/funcreturn.exp: New file.
93 * gdb.ctf/whatis.c: Copy from gdb.base.
94
95 2021-05-14 Tom Tromey <tom@tromey.com>
96
97 * gdb.rust/pp.exp: New file.
98 * gdb.rust/pp.py: New file.
99 * gdb.rust/pp.rs: New file.
100
101 2021-05-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
102
103 * gdb.base/index-cache.exp: Cleanup $cache_dir/*.gdb-index and
104 remove the directory.
105 * gdb.dwarf2/per-bfd-sharing.exp: Likewise.
106
107 2021-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
108
109 * gdb.python/py-inferior.exp: Add test cases for 'connection_num'.
110
111 2021-05-14 Kent Cheung <kent.cheung@arm.com>
112 Andrew Burgess <andrew.burgess@embecosm.com>
113
114 * gdb.python/py-format-string.c: Added a variable to test.
115 * gdb.python/py-format-string.exp: Check string representation is
116 printed at appropriate max_depth settings.
117 * gdb.python/py-nested-maps.exp: Likewise.
118 * gdb.guile/scm-pretty-print.exp: Add additional tests.
119
120 2021-05-13 Andrew Burgess <andrew.burgess@embecosm.com>
121
122 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Give some tests
123 unique names, also wrap proc body in with_test_prefix.
124
125 2021-05-13 Andrew Burgess <andrew.burgess@embecosm.com>
126
127 * gdb.guile/scm-frame-args.exp: Add with_test_prefix to resolve
128 duplicate test names.
129 * gdb.guile/scm-parameter.exp: Provide test names to avoid
130 duplicate names based on the command being run.
131 * gdb.guile/scm-symbol.exp: Extend test name to make it unique.
132 * gdb.guile/scm-type.exp (restart_gdb): Don't print PASS line when
133 loading a support module.
134 (test_equality): Update test name to match the actual test, making
135 the name unique in the process.
136 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test names
137 to resolve duplicate tests.
138 (test_inferior_function_call): Likewise.
139 (test_subscript_regression): Likewise.
140
141 2021-05-13 Andrew Burgess <andrew.burgess@embecosm.com>
142
143 * lib/guile.exp (gdb_scm_load_file): Use empty test name to
144 silence PASS lines.
145 (gdb_install_guile_module): Likewise.
146
147 2021-05-12 George Barrett <bob@bob131.so>
148
149 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test for
150 value-const-value.
151
152 2021-05-12 George Barrett <bob@bob131.so>
153
154 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test for
155 value-reference-value. Add test for value-rvalue-reference-value.
156
157 2021-05-11 Tom de Vries <tdevries@suse.de>
158
159 * gdb.base/watch_thread_num.exp: Fix "set debug infrun 1" FAILs.
160 Add "set debug infrun 1" commented out.
161
162 2021-05-11 Tom de Vries <tdevries@suse.de>
163
164 * gdb.base/gdb-sigterm.exp: Fix exp_continue regexp.
165
166 2021-05-11 Bhuvanendra Kumar <Bhuvanendra.KumarN@amd.com>
167
168 * gdb.fortran/array-element.exp: Breakpoint location is modified.
169
170 2021-05-10 Lancelot Six <lsix@lancelotsix.com>
171
172 PR gdb/27614
173 * gdb.dwarf2/gdb-add-index-symlink.exp: New test.
174
175 2021-05-10 Andrew Burgess <andrew.burgess@embecosm.com>
176
177 * gdb.guile/guile.exp: Don't use the source directory as a
178 temporary HOME directory.
179
180 2021-05-10 Simon Marchi <simon.marchi@polymtl.ca>
181
182 * gdb.arch/amd64-osabi.exp (test_osabi_none): Use the
183 parameters.
184
185 2021-05-07 Andrew Burgess <andrew.burgess@embecosm.com>
186
187 * gdb.guile/guile.exp: Add an extra test.
188
189 2021-05-07 Andrew Burgess <andrew.burgess@embecosm.com>
190
191 * gdb.base/ptype-offsets.exp: Replace use of send_gdb with
192 gdb_test_no_output.
193
194 2021-05-07 Simon Marchi <simon.marchi@polymtl.ca>
195
196 * Re-format all Python files using black.
197 * gdb.python/py-prettyprint.exp (run_lang_tests): Adjust.
198
199 2021-05-06 Andrew Burgess <andrew.burgess@embecosm.com>
200
201 * gdb.guile/scm-breakpoint.exp (test_watchpoints): Print the
202 watchpoint object before and after registering it with GDB.
203
204 2021-05-06 Andrew Burgess <andrew.burgess@embecosm.com>
205
206 * gdb.guile/scm-breakpoint.exp (test_bkpt_basic): Convert to
207 'proc_with_prefix', remove use of 'with_test_prefix', and
208 reindent.
209 (test_bkpt_deletion): Likewise.
210 (test_bkpt_cond_and_cmds): Likewise.
211 (test_bkpt_invisible): Likewise.
212 (test_watchpoints): Likewise.
213 (test_bkpt_internal): Likewise.
214 (test_bkpt_eval_funcs): Likewise.
215 (test_bkpt_registration): Likewise.
216 (test_bkpt_address): Convert to 'proc_with_prefix'.
217 (test_bkpt_probe): Likewise.
218
219 2021-05-06 Andrew Burgess <andrew.burgess@embecosm.com>
220
221 * gdb.guile/scm-breakpoint.exp (test_bkpt_basic): Extend test
222 names to avoid duplicates.
223 (test_bkpt_cond_and_cmds): Likewise.
224 (test_bkpt_eval_funcs): Likewise.
225
226 2021-05-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
227
228 * gdb.mi/mi-break.exp (test_forced_conditions): Add a test
229 for the -break-condition command's "--force" flag.
230
231 2021-05-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
232
233 * gdb.mi/mi-break.exp (test_forced_conditions): New proc that
234 is called by the test.
235
236 2021-05-05 Tom de Vries <tdevries@suse.de>
237
238 * gdb.threads/detach-step-over.exp: Do exp_continue when encountering
239 "Reading symbols" or "Expanding full symbols" lines. Using timeout
240 factor of 2 for attach.
241
242 2021-05-05 Tom de Vries <tdevries@suse.de>
243
244 * gdb.threads/fork-plus-threads.exp: Handle "New LWP <n>" and
245 "LWP <n> exited" messages.
246
247 2021-05-04 Simon Marchi <simon.marchi@polymtl.ca>
248
249 * gdb.python/py-type.exp (test_fields): Test calling fields on
250 an int type.
251
252 2021-05-04 Simon Marchi <simon.marchi@efficios.com>
253
254 * gdb.python/flexible-array-member.exp: Adjust expected range
255 value for member declared with 0 size. Test accessing range
256 tuple through range type.
257
258 2021-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
259
260 PR testsuite/27788
261 * gdb.python/py-startup-opt.exp (test_python_settings): Change the
262 expected results when environment variable PYTHONDONTWRITEBYTECODE
263 is set.
264
265 2021-04-30 Tom Tromey <tromey@adacore.com>
266
267 * gdb.ada/enum_idx_packed/pck.ads (My_Enum, My_Array_Type)
268 (Confused_Array): New types.
269 * gdb.ada/enum_idx_packed/foo.adb (Confused_Array): New variable.
270 * gdb.ada/enum_idx_packed.exp: Add new tests.
271
272 2021-04-30 Tom de Vries <tdevries@suse.de>
273
274 * gdb.mi/mi-sym-info.exp: Add with_timeout_factor, and increase
275 existing timeout factors.
276
277 2021-04-30 Tom de Vries <tdevries@suse.de>
278
279 * gdb.mi/mi-sym-info.exp: Remove duplicate test.
280
281 2021-04-29 Tom de Vries <tdevries@suse.de>
282
283 PR testsuite/27786
284 * lib/valgrind.exp (vgdb_start): Use set_remotetimeout. Increase
285 remotetimeout to 4.
286
287 2021-04-28 Tom Tromey <tromey@adacore.com>
288
289 * gdb.ada/null_overload.exp: New file.
290 * gdb.ada/null_overload/foo.adb: New file.
291
292 2021-04-28 Andrew Burgess <andrew.burgess@embecosm.com>
293
294 * gdb.python/py-startup-opt.exp: New file.
295
296 2021-04-27 Luis Machado <luis.machado@linaro.org>
297
298 * gdb.base/maint.exp: Drop a pattern that is not needed.
299 * lib/gdb.exp (readnow): Match line-by-line.
300
301 2021-04-27 Luis Machado <luis.machado@linaro.org>
302
303 * gdb.xml/tdesc-reload.exp: Pass -lbl.
304
305 2021-04-27 Michael Weghorn <m.weghorn@posteo.de>
306 Simon Marchi <simon.marchi@polymtl.ca>
307
308 * gdb.python/libpy-autoloaded-pretty-printers-in-newobjfile-event.so-gdb.py: New test.
309 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event-lib.cc: New test.
310 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event-lib.h: New test.
311 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event-main.cc: New test.
312 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event.exp: New test.
313 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event.py: New test.
314
315 2021-04-26 Tom Tromey <tromey@adacore.com>
316
317 PR gdb/27743:
318 * gdb.dwarf2/imported-unit-bp.exp: New file.
319 * gdb.dwarf2/imported-unit-bp-main.c: New file.
320 * gdb.dwarf2/imported-unit-bp-alt.c: New file.
321
322 2021-04-26 Simon Marchi <simon.marchi@polymtl.ca>
323
324 PR gdb/27773
325 * gdb.base/dump.exp: Test dump to non-existent dir.
326
327 2021-04-26 Luis Machado <luis.machado@linaro.org>
328
329 * gdb.arch/aarch64-dbreg-contents.c (set_watchpoint): Fix arch level
330 comparison.
331
332 2021-04-25 Lancelot Six <lsix@lancelotsix.com>
333
334 PR gdb/22640
335 * gdb.base/ptype-offsets.exp: Add tests to verify the behavior
336 of 'ptype/ox' and 'ptype/od'. Check that 'set print type hex'
337 changes the default behavior of 'ptype/o'. Update to take into
338 account new horizontal layout.
339 * gdb.rust/simple.exp: Update ptype test to check new horizontal
340 layout.
341 * gdb.rust/union.exp: Same.
342
343 2021-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
344
345 * gdb.base/info_sources.exp: Add new tests.
346
347 2021-04-22 Tom Tromey <tom@tromey.com>
348
349 * gdb.base/ptype-offsets.cc (struct empty_member): New.
350 (main): Use empty_member.
351 * gdb.base/ptype-offsets.exp: Add new test.
352
353 2021-04-22 Simon Marchi <simon.marchi@polymtl.ca>
354
355 * gdb.python/flexible-array-member.exp: Add check for Python
356 support.
357
358 2021-04-22 Simon Marchi <simon.marchi@polymtl.ca>
359
360 PR gdb/27757
361 * gdb.python/flexible-array-member.c: New test.
362 * gdb.python/flexible-array-member.exp: New test.
363 * gdb.guile/scm-type.exp (test_range): Add test for flexible
364 array member.
365 * gdb.guile/scm-type.c (struct flex_member): New.
366 (main): Use it.
367
368 2021-04-22 Tom Tromey <tom@tromey.com>
369
370 * gdb.rust/modules.exp: Add checks for syntax errors.
371 * gdb.rust/expr.exp: Add checks for syntax errors.
372 * gdb.rust/simple.exp: Add checks for syntax errors.
373
374 2021-04-21 Carl Love <cel@us.ibm.com>
375
376 * gdb.base/valgrind-bt.exp: Add gdb_test "break main".
377 Update expected string for gdb_test "bt".
378
379 * lib/valgrind.exp: Add set remotetimeout 3.
380 Increase vgdb wait from 1 to 2.
381 Add max-invoke-ms option to vgdb command line.
382
383 2021-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
384
385 * gdb.mi/mi-break.exp: Extend with checks for invalid breakpoint
386 conditions.
387
388 2021-04-21 Simon Marchi <simon.marchi@polymtl.ca>
389 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
390
391 * gdb.mi/mi-break.exp: Fix the duplicate test names.
392
393 2021-04-20 Felix Willgerodt <felix.willgerodt@intel.com>
394
395 * gdb.base/address_space_qualifier.exp: New file.
396
397 2021-04-19 Tom Tromey <tromey@adacore.com>
398
399 PR gdb/27742:
400 * gdb.opt/inline-locals.exp: Update kfail patterns.
401
402 2021-04-17 Tom Tromey <tom@tromey.com>
403
404 * gdb.dwarf2/gdb-index-nodebug.exp: New file.
405
406 2021-04-16 Tom Tromey <tom@tromey.com>
407
408 * gdb.rust/simple.exp: Change error text.
409 * gdb.rust/expr.exp: Change error text.
410
411 2021-04-16 Tom Tromey <tom@tromey.com>
412
413 * gdb.rust/simple.exp: Add parens to 'as' test.
414
415 2021-04-16 Simon Marchi <simon.marchi@efficios.com>
416
417 * boards/simavr.exp: Set debug_flags.
418
419 2021-04-16 Luis Machado <luis.machado@linaro.org>
420
421 * gdb.dwarf2/dw2-bfloat16.exp: New file.
422
423 2021-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
424
425 * gdb.python/py-parameter.exp: Give a test a proper name to avoid
426 including a path in the test name.
427
428 2021-04-15 Simon Marchi <simon.marchi@polymtl.ca>
429
430 * gdb.threads/fork-plus-threads.exp: Use foreach_with_prefix.
431
432 2021-04-15 Tom Tromey <tromey@adacore.com>
433
434 * gdb.dwarf2/arr-stride.exp: Add test.
435
436 2021-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
437
438 * gdb.base/startup-file.exp: Add more tests.
439
440 2021-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
441
442 PR cli/25956
443 * gdb.base/early-init-file.c: New file.
444 * gdb.base/early-init-file.exp: New file.
445 * lib/gdb-utils.exp (style): Handle style 'none'.
446
447 2021-04-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
448
449 * gdb.dwarf2/dw2-inline-with-lexical-scope.exp: Use
450 @DW_INL_declared_inlined for the inline attribute.
451
452 2021-04-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
453
454 * gdb.opt/inline-locals.c (scoped): New function.
455 (main): Call 'scoped'.
456 * gdb.opt/inline-locals.exp: Update with "info locals" tests
457 for scoped variables.
458 * gdb.dwarf2/dw2-inline-with-lexical-scope.c: New file.
459 * gdb.dwarf2/dw2-inline-with-lexical-scope.exp: New file.
460
461 2021-04-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
462
463 * lib/dwarf.exp (_location): Recognize DW_OP_fbreg as an op.
464
465 2021-04-12 Will Schmidt <will_schmidt@vnet.ibm.com>
466
467 * gdb.arch/powerpc-vsx-regs.exp: Initialize vs* doublewords.
468
469 2021-04-12 Will Schmidt <will_schmidt@vnet.ibm.com>
470
471 * gdb.arch/powerpc-plxv-nonrel.s: Testcase using
472 non-relative plxv instructions.
473 * gdb.arch/powerpc-plxv-nonrel.exp: Testcase harness.
474
475 2021-03-31 Will Schmidt <will_schmidt@vnet.ibm.com>
476
477 PR gdb/27525
478 * gdb/testsuite/gdb.arch/powerpc-addpcis.exp: Testcase harness to
479 exercise single-stepping over subpcis,lnia,addpcis instructions
480 with displacement.
481 * gdb/testsuite/gdb.arch/powerpc-addpcis.s: Testcase with stream
482 of addpcis/lnia/subpcis instructions.
483 * gdb/testsuite/gdb.arch/powerpc-lnia.exp: Testcase harness to
484 exercise single-stepping over lnia instructions with displacement.
485 * gdb/testsuite/gdb.arch/powerpc-lnia.s: Testcase with stream of
486 lnia instructions.
487
488 2021-03-31 Will Schmidt <will_schmidt@vnet.ibm.com>
489
490 * gdb.arch/powerpc-power10.s: New test for instructions.
491 * gdb.arch/powerpc-power10.exp: Harness to run the test.
492
493 2021-4-12 Carl Love <cel@us.ibm.com>
494
495 * gdb.arch/vsx-vsr-float128.c: New test file.
496 * gdb.arch/vsx-vsr-float128.exp: New expect file.
497
498 2021-04-12 Markus Metzger <markus.t.metzger@intel.com>
499
500 * gdb.btrace/reconnect.exp: Relax expected stepi output.
501
502 2021-04-07 Weimin Pan <weimin.pan@oracle.com>
503
504 * gdb.base/ctf-ptype.c: Add struct link containing a forward
505 reference type.
506 * gdb.base/ctf-ptype.exp: Add "ptype struct link".
507
508 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
509
510 * gdb.fortran/dynamic-ptype-whatis.exp: New file.
511 * gdb.fortran/dynamic-ptype-whatis.f90: New file.
512
513 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
514
515 * gdb.cp/rvalue-ref-params.cc (f3): New function.
516 (f4): New function.
517 (global_int): New global variable.
518 (global_float): Likeiwse.
519 (main): Call both new functions.
520 * gdb.cp/rvalue-ref-params.exp: Add new tests.
521
522 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
523
524 * gdb.dwarf2/fission-relative-dwo.c: New file.
525 * gdb.dwarf2/fission-relative-dwo.exp: New file.
526
527 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
528
529 * gdb.dwarf2/fission-absolute-dwo.c: New file.
530 * gdb.dwarf2/fission-absolute-dwo.exp: New file.
531 * gdb.dwarf2/fission-base.exp: Use build_executable_and_dwo_files
532 instead of build_executable_from_fission_assembler.
533 * gdb.dwarf2/fission-loclists-pie.exp: Likewise.
534 * gdb.dwarf2/fission-loclists.exp: Likewise.
535
536 * gdb.dwarf2/fission-multi-cu.S: Delete file.
537 * gdb.dwarf2/fission-multi-cu.c: New file based on old
538 fission-multi-cu1.c and fission-multi-cu2.c files.
539 * gdb.dwarf2/fission-multi-cu1.c: Delete file.
540 * gdb.dwarf2/fission-multi-cu2.c: Delete file.
541 * gdb.dwarf2/fission-multi-cu.exp: Rewrite to use Dwarf assembler.
542 * gdb.dwarf2/fission-reread.exp: Likewise.
543 * lib/dwarf.exp (extract_dwo_information): New proc.
544 (strip_dwo_information): New proc.
545 (build_executable_and_dwo_files): New proc.
546 (build_executable_from_fission_assembler): Delete.
547 (Dwarf::_debug_addr_index): New variable.
548 (Dwarf::_cu_is_fission): New variable.
549 (Dwarf::_handle_DW_FORM): Handle DW_OP_GNU_addr_index.
550 (Dwarf::_default_form): Supply a default for DW_AT_GNU_addr_base.
551 (Dwarf::_handle_macro_at_range): Use form DW_FORM_GNU_addr_index
552 if this is a fission CU.
553 (Dwarf::_location): Handle DW_OP_GNU_addr_index.
554 (Dwarf::debug_addr_label): New proc.
555 (Dwarf::cu): Initialise _cu_is_fission.
556 (Dwarf::tu): Likewise.
557 (Dwarf::assemble): Initialise _debug_addr_index.
558
559 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
560
561 * gdb.dwarf2/dw2-using-debug-str.exp: Add an additional test.
562
563 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
564
565 * gdb.python/py-parameter.exp: Add test for reading data-directory
566 using gdb.parameter API.
567
568 2021-04-06 Tom de Vries <tdevries@suse.de>
569
570 PR breakpoints/25884
571 * gdb.opt/inline-cmds.exp: Remove kfail.
572
573 2021-04-06 Tom de Vries <tdevries@suse.de>
574
575 PR testsuite/27691
576 * gdb.threads/gcore-thread.exp: Don't call gdb_core_cmd with core
577 file "".
578
579 2021-04-01 Egeyar Bagcioglu <egeyar@gmail.com>
580
581 * lib/pdtrace.in: Fix obvious typo.
582
583 2021-03-31 Tom Tromey <tromey@adacore.com>
584
585 * lib/dwarf.exp (Dwarf::_get_args): New proc.
586 (Dwarf::_location): Use it.
587
588 2021-03-31 Tom de Vries <tdevries@suse.de>
589
590 PR testsuite/27667
591 * lib/gdb.exp (default_gdb_init): Unset DEBUGINFOD_URLS.
592
593 2021-03-30 Simon Marchi <simon.marchi@polymtl.ca>
594
595 PR gdb/27541
596 * gdb.base/index-cache-load-twice.exp: Remove.
597 * gdb.base/index-cache-load-twice.c: Remove.
598 * gdb.dwarf2/per-bfd-sharing.exp: New.
599 * gdb.dwarf2/per-bfd-sharing.c: New.
600
601 2021-03-30 Tom de Vries <tdevries@suse.de>
602
603 PR testsuite/27604
604 * gdb.dwarf2/dw2-cu-size.S: Add missing .debug_abbrev terminator.
605
606 2021-03-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
607
608 * gdb.mi/user-selected-context-sync.exp: Spin on a variable in
609 the infinite loop to avoid a Clang bug.
610
611 2021-03-26 Will Schmidt <will_schmidt@vnet.ibm.com>
612
613 * gdb.arch/powerpc-disassembler-options.exp: Extend some test
614 names for uniqueness.
615 * gdb.arch/powerpc-fpscr-gcore.exp: Add more test names for
616 uniqueness.
617
618 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
619
620 * gdb.python/py-prettyprint.c (struct container): Add 'is_array_p'
621 member.
622 (make_container): Initialise is_array_p.
623 * gdb.python/py-prettyprint.exp: Add new tests.
624 * gdb.python/py-prettyprint.py (ContainerPrinter.display_hint):
625 Check is_array_p and possibly return 'array'.
626
627 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
628
629 * gdb.cp/breakpoint.exp: Extend test names to make them unique.
630 * gdb.cp/casts.exp: Give tests unique names.
631 * gdb.cp/filename.exp: Likewise.
632 * gdb.cp/gdb2495.exp: Likewise.
633 * gdb.cp/mb-ctor.exp: Extend test names to make them unique.
634 * gdb.cp/misc.exp: Rename test to make it unique.
635 * gdb.cp/nsnested.exp: Give tests unique names.
636 * gdb.cp/ovldbreak.exp: Likewise.
637 * gdb.cp/pr17494.exp: Rename test to reflect what is actually
638 being tested. This also removes the duplicate test name.
639 * gdb.cp/ref-types.exp: Likewise.
640 * gdb.cp/temargs.exp: Likewise.
641
642 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
643
644 * gdb.cp/cplusfuncs.exp (test_paddr_operator_functions): Escape
645 square brackets in test.
646
647 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
648
649 * gdb.cp/maint.exp (test_first_component): Run more tests with a
650 variable number of spaces, this removes the duplicate testing of
651 'operator ->' which existed before.
652
653 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
654
655 * gdb.cp/gdb2384.cc (main): Change comments used for breakpoints.
656 * gdb.cp/gdb2384.exp: Change and extend test names to avoid
657 duplicates, and also to avoid having a string inside parentheses
658 at the end of test names.
659
660 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
661
662 * gdb.cp/nsusing.exp: Rewrite test, remove a duplicate test block.
663 Avoid repeated uses of 'runto', and instread just progress once
664 through the test stopping at different breakpoints. Give comments
665 a capital letter and full stop. Give duplicate tests unique names.
666
667 2021-03-25 Pedro Alves <pedro@palves.net>
668
669 * gdb.server/stop-reply-no-thread-multi.exp (run_test): Add
670 "target_non_stop" parameter and use it.
671 (top level): Add "maint set target-non-stop on/off" testing axis.
672
673 2021-03-25 Andrew Burgess <andrew.burgess@embecosm.com>
674
675 * lib/ada.exp (gnat_runtime_has_debug_info): Use -wrap with
676 gdb_test_multiple.
677
678 2021-03-24 Luis Machado <luis.machado@linaro.org>
679
680 * gdb.arch/aarch64-mte.c: New file.
681 * gdb.arch/aarch64-mte.exp: New test.
682 * gdb.base/memtag.c: New file.
683 * gdb.base/memtag.exp: New test.
684 * lib/gdb.exp (supports_memtag): New function.
685
686 2021-03-24 Luis Machado <luis.machado@linaro.org>
687
688 * gdb.base/options.exp: Adjust for new print options.
689 * gdb.base/with.exp: Likewise.
690
691 2021-03-22 Andrew Burgess <andrew.burgess@embecosm.com>
692
693 * gdb.dwarf2/dw2-missing-cu-tag.c: New file.
694 * gdb.dwarf2/dw2-missing-cu-tag.exp: New file.
695
696 2021-03-22 Andrew Burgess <andrew.burgess@embecosm.com>
697
698 * gdb.dwarf2/dw2-using-debug-str.c: New file.
699 * gdb.dwarf2/dw2-using-debug-str.exp: New file.
700 * lib/dwarf.exp (Dwarf::DW_FORM_strp): Create .debug_str section,
701 not .debug_string.
702
703 2021-03-20 Tom Tromey <tom@tromey.com>
704
705 * gdb.base/maint.exp: Update "maint print statistics" output.
706
707 2021-03-19 Kevin Buettner <kevinb@redhat.com>
708
709 * lib/gdbserver-support.exp (gdbserver_exit): Use the
710 "-nowait" flag when waiting for gdbserver to exit.
711
712 2021-03-19 Sourabh Singh Tomar <SourabhSingh.Tomar@amd.com>
713
714 * gdb.base/info-macros.exp: Append -fdebug-macro to
715 additional_flags for clang.
716 * gdb.base/macscp.exp: Likewise.
717 * gdb.base/style.exp: Likewise.
718 * gdb.linespec/macro-relative.exp: Likewise.
719
720 2021-03-17 Simon Marchi <simon.marchi@polymtl.ca>
721 Pedro Alves <pedro@palves.net>
722
723 * gdb.base/run-attach-while-running.exp: New.
724 * gdb.base/run-attach-while-running.c: New.
725
726 2021-03-16 Andrew Burgess <andrew.burgess@embecosm.com>
727
728 * gdb.python/py-framefilter-addr.c: New file.
729 * gdb.python/py-framefilter-addr.exp: New file.
730 * gdb.python/py-framefilter-addr.py: New file.
731
732 2021-03-16 Andrew Burgess <andrew.burgess@embecosm.com>
733
734 * gdb.threads/execl.exp: Remove duplicate 'info threads' test.
735 Make use of $gdb_test_name instead of creating a separate $test
736 variable.
737 * gdb.threads/print-threads.exp: Add a with_test_prefix instead of
738 adding a '($name)' at the end of each test. This also catches the
739 one place where '($name)' was missing, and so caused a duplicate
740 test name.
741 * gdb.threads/queue-signal.exp: Give tests unique names to avoid
742 duplicate test names based on the command being tested.
743 * gdb.threads/signal-command-multiple-signals-pending.exp:
744 Likewise.
745 * lib/gdb.exp (gdb_compile_shlib_pthreads): Tweak test name to
746 avoid duplicate testnames when a test script uses this proc and
747 also gdb_compile_pthreads.
748 * lib/prelink-support.exp (build_executable_own_libs): Use
749 with_test_prefix to avoid duplicate test names when we call
750 build_executable twice.
751
752 2021-03-15 Tom Tromey <tromey@adacore.com>
753
754 * gdb.ada/fixed_points.exp: Add tests of unary + and -.
755
756 2021-03-15 Tom Tromey <tromey@adacore.com>
757
758 * gdb.ada/varsize_limit.exp: Add new test.
759 * gdb.ada/varsize_limit/vsizelim.adb: Update.
760
761 2021-03-15 Tom Tromey <tromey@adacore.com>
762
763 * gdb.ada/operator_call/twovecs.ads: New file.
764 * gdb.ada/operator_call/twovecs.adb: New file.
765 * gdb.ada/operator_call/opcall.adb: New file.
766 * gdb.ada/operator_call.exp: New file.
767
768 2021-03-15 Tom Tromey <tromey@adacore.com>
769
770 * gdb.ada/enums_overload/enums_overload_main.adb: New file.
771 * gdb.ada/enums_overload/enums_overload.ads: New file.
772 * gdb.ada/enums_overload/enums_overload.adb: New file.
773 * gdb.ada/enums_overload.exp: New file.
774
775 2021-03-15 Tom Tromey <tromey@adacore.com>
776
777 * gdb.ada/assign_arr/target_wrapper.ads (IArray, Put, Do_Nothing):
778 Declare.
779 * gdb.ada/assign_arr/target_wrapper.adb: New file.
780 * gdb.ada/assign_arr/main_p324_051.adb (IValue): New variable.
781 Call Put.
782 * gdb.ada/assign_arr.exp: Update.
783
784 2021-03-15 Andrew Burgess <andrew.burgess@embecosm.com>
785
786 * gdb.python/py-auto-load-chaining-f1.c: New file.
787 * gdb.python/py-auto-load-chaining-f1.o-gdb.py: New file.
788 * gdb.python/py-auto-load-chaining-f2.c: New file.
789 * gdb.python/py-auto-load-chaining-f2.o-gdb.py: New file.
790 * gdb.python/py-auto-load-chaining.c: New file.
791 * gdb.python/py-auto-load-chaining.exp: New file.
792
793 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
794
795 * gdb.python/py-bad-printers.exp: Extend test names to make them
796 unique.
797 * gdb.python/py-events.exp: Likewise.
798 * gdb.python/py-finish-breakpoint2.exp: Likewise.
799 * gdb.python/py-frame-inline.exp: Likewise.
800 * gdb.python/py-frame.exp: Likewise.
801 * gdb.python/py-infthread.exp: Likewise.
802
803 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
804
805 * gdb.python/py-value-cc.exp: Remove a duplicate test.
806
807 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
808
809 * gdb.python/lib-types.exp: Update the test to check the correct
810 python variable.
811
812 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
813
814 * gdb.python/py-explore-cc.exp: Extend test names to make them
815 unique.
816
817 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
818
819 * gdb.python/py-lookup-type.exp: Remove duplicate test.
820
821 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
822
823 * gdb.python/py-symtab.exp: Extend test names to make them
824 unique.
825
826 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
827
828 * gdb.python/py-prompt.exp: Add with_test_prefix to make test
829 names unique.
830
831 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
832
833 * gdb.python/py-block.exp: Give tests unique names.
834
835 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
836
837 * gdb.python/py-pp-maint.exp: Extend test names to make them
838 unique.
839
840 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
841
842 * gdb.python/py-explore.exp: Add with_test_prefix to make test
843 names unique.
844
845 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
846
847 * gdb.python/py-finish-breakpoint.exp: Make test names unique.
848
849 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
850
851 * gdb.python/py-strfns.exp: Use with_test_prefix to make test
852 names unique.
853
854 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
855
856 * gdb.python/py-format-string.exp: Use proc_with_prefix to make
857 test names unique.
858
859 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
860
861 * gdb.python/py-mi.exp: Use with_test_prefix to make test names
862 unique.
863
864 2021-03-09 Tom Tromey <tromey@adacore.com>
865
866 * gdb.base/cast-call.exp: New file.
867 * gdb.base/cast-call.c: New file.
868
869 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
870
871 * gdb.gdb/python-helper.exp: New file.
872
873 2020-03-04 Felix Willgerodt <felix.willgerodt@intel.com>
874
875 * gdb.fortran/intrinsics.exp: Add LOC tests.
876
877 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
878
879 * gdb.fortran/shape.exp: New file.
880 * gdb.fortran/shape.f90: New file.
881
882 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
883
884 * gdb.fortran/size.exp: New file.
885 * gdb.fortran/size.f90: New file.
886
887 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
888
889 * gdb.fortran/rank.exp: New file.
890 * gdb.fortran/rank.f90: New file.
891
892 2021-03-08 Tom Tromey <tom@tromey.com>
893
894 * gdb.fortran/debug-expr.exp: Update tests.
895
896 2021-03-08 Tom Tromey <tom@tromey.com>
897
898 * gdb.base/debug-expr.exp: Update expected dump output.
899
900 2021-03-06 Tom Tromey <tom@tromey.com>
901
902 * lib/dwarf.exp (_handle_DW_FORM): Treat DW_FORM_GNU_ref_alt and
903 DW_FORM_GNU_strp_alt like DW_FORM_sec_offset.
904 * gdb.dwarf2/dwznolink.exp: New file.
905
906 2021-03-05 Mark Wielaard <mark@klomp.org>
907
908 * lib/valgrind.exp (vgdb_start): Add --wait=1 to vgdbcmd.
909
910 2021-03-06 Weimin Pan <weimin.pan@oracle.com>
911
912 * gdb.base/ctf-ptype.exp: Add function tests and fix typos.
913
914 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
915
916 * gdb.btrace/rn-dl-bind.exp: Add ldflags=-Wl,-z,lazy.
917
918 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
919
920 * gdb.btrace/non-stop.exp: Adjust expected source lines.
921
922 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
923
924 * gdb.btrace/stepi.exp: Add {} options to prepare_for_testing.
925
926 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
927
928 * gdb.btrace/exception.cc (main): Update test source.
929 * gdb.btrace/exception.exp: Update patterns.
930 * gdb.btrace/function_call_history.exp: Likewise.
931
932 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
933
934 * gdb.btrace/unknown_functions.exp: Move -Wl,-x to ldflags.
935
936 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
937
938 * gdb.btrace/rn-dl-bind.exp: Replace reverse-step with
939 reverse-continue to breakpoint.
940
941 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
942
943 * gdb.btrace/delta.exp: Remove instruction-history and
944 function-call-history checks.
945
946 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
947
948 * README (Note): Add nopie_ldflag.
949 * lib/gdb.exp (gdb_compile): Extend nopie handling.
950
951 2021-03-02 Tom Tromey <tromey@adacore.com>
952
953 * gdb.ada/fixed_points.exp: Remove most special cases for minimal
954 encodings.
955
956 2021-02-27 Lancelot Six <lsix@lancelotix.com>
957
958 PR gdb/27393
959 * gdb.base/source-dir.exp: Test that empty dirnames are skipped.
960
961
962 2021-02-26 Tom Tromey <tom@tromey.com>
963
964 * lib/gdb.exp (skip_ctf_tests): Use expr on result.
965
966 2021-02-26 Jan Vrany <jan.vrany@labware.com>
967
968 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv):
969 Remove trailing \n from expected output.
970
971 2021-02-26 Markus Metzger <markus.t.metzger@intel.com>
972
973 * lib/gdb.exp (use_gdb_stub): Extend comment.
974
975 2021-02-25 Jan Matyas <jmatyas@codasip.com>
976
977 PR gdb/26819
978 * gdb.server/stop-reply-no-thread.exp: Add two test
979 scenarios that cover remote targets which do not have
980 the concept of threads.
981
982 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
983
984 * gdb.fortran/associated.exp: Add missing '-wrap' argument.
985
986 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
987
988 PR fortran/26155
989 * gdb.fortran/call-no-debug-func.f90: New file.
990 * gdb.fortran/call-no-debug-prog.f90: New file.
991 * gdb.fortran/call-no-debug.exp: New file.
992
993 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
994
995 * gdb.fortran/associated.exp: New file.
996 * gdb.fortran/associated.f90: New file.
997
998 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
999
1000 * gdb.fortran/dot-ops.exp (dot_operations): Test ".xor.".
1001
1002 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1003
1004 * gdb.base/sect-cmd.exp: Update expected results.
1005
1006 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1007
1008 * gdb.base/sect-cmd.exp: Rewrite using modern testsuite
1009 techniques. Enable the test for all targets.
1010
1011 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1012
1013 * gdb.base/maint-info-sections.exp: Add new tests.
1014 (check_maint_info_target_sections_output): New proc.
1015
1016 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1017
1018 * gdb.arch/riscv-default-tdesc.exp: New file.
1019
1020 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1021
1022 * gdb.fortran/pointer-to-pointer.exp: Additional tests.
1023
1024 2021-02-18 Andrew Burgess <andrew.burgess@embecosm.com>
1025
1026 * gdb.arch/i386-biarch-core.exp: Add target check.
1027
1028 2021-02-16 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1029
1030 * gdb.dwarf2/pr13961.S: Corrected invalid DIE references.
1031
1032 2021-02-12 Andrew Burgess <andrew.burgess@embecosm.com>
1033
1034 * gdb.fortran/allocated.exp: New file.
1035 * gdb.fortran/allocated.f90: New file.
1036
1037 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
1038
1039 * gdb.fortran/lbound-ubound.exp: Remove old comment.
1040
1041 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
1042
1043 * gdb.base/maint-info-sections.exp: Update expected output, and
1044 add additional tests. Again.
1045
1046 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
1047
1048 * gdb.base/maint-info-sections.exp: Update expected output, and
1049 add additional tests.
1050
1051 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
1052
1053 * gdb.base/maint-info-sections.exp: New file, content is moved
1054 from gdb.base/maint.exp and cleaned up to use latest testsuite
1055 techniques.
1056 * gdb.base/maint.exp: Tests moved out to
1057 gdb.base/maint-info-sections.exp.
1058
1059 2021-02-10 Simon Marchi <simon.marchi@efficios.com>
1060
1061 * gdb.multi/multi-target.exp.tcl (setup): Add "set sysroot" to
1062 GDBFLAGS.
1063
1064 2021-02-10 Andrew Burgess <andrew.burgess@embecosm.com>
1065
1066 * gdb.fortran/lbound-ubound.F90: New file.
1067 * gdb.fortran/lbound-ubound.exp: New file.
1068
1069 2021-02-10 Tom de Vries <tdevries@suse.de>
1070
1071 * lib/gdb.exp (gdb_load_no_complaints): Remove unnecessary
1072 "Restore saved setting of complaints".
1073
1074 2021-02-09 Tom de Vries <tdevries@suse.de>
1075
1076 PR symtab/27341
1077 * lib/gdb.exp (with_complaints): New proc, factored out of ...
1078 (gdb_load_no_complaints): ... here.
1079 * gdb.fortran/function-calls.exp: Add test-case.
1080
1081 2021-02-09 Abid Qadeer <abidh@codesourcery.com>
1082
1083 * gdb.threads/signal-command-handle-nopass.exp: Call
1084 'standard_testfile' before using 'testfile'.
1085 * gdb.threads/signal-command-multiple-signals-pending.exp: Likewise.
1086 * gdb.threads/signal-delivered-right-thread.exp: Likewise
1087 * gdb.threads/signal-sigtrap.exp: Likewise
1088
1089 2021-02-08 Luis Machado <luis.machado@linaro.org>
1090
1091 * gdb.base/gnu-ifunc.exp (build): Pass -Wl,z,lazy.
1092
1093 2021-02-08 Tom de Vries <tdevries@suse.de>
1094
1095 * gdb.dwarf2/enqueued-cu-base-addr.exp: Fix inter-CU reference.
1096
1097 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1098
1099 * gdb.python/tui-window-disabled.c: New file.
1100 * gdb.python/tui-window-disabled.exp: New file.
1101 * gdb.python/tui-window-disabled.py: New file.
1102
1103 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1104
1105 * gdb.python/tui-window.exp: Add new tests.
1106 * gdb.python/tui-window.py (TestWindow) <__init__>: Store
1107 TestWindow object into global the_window.
1108 <remote_title>: New method.
1109 (delete_window_title): New function.
1110
1111 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1112
1113 * gdb.tui/winheight.exp: Add more tests.
1114
1115 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1116
1117 * gdb.python/py-framefilter.exp: Update expected results.
1118 * gdb.python/python.exp: Update expected results.
1119
1120 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1121
1122 * gdb.tui/scroll.exp: Tighten expected results. Remove comment
1123 about bug in GDB, update expected results, and add more tests.
1124
1125 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1126
1127 * gdb.tui/scroll.exp: New file.
1128 * gdb.tui/tui-layout-asm-short-prog.exp: Update expected results.
1129 * lib/tuiterm.exp (Term::_csi_M): Delete count lines, scroll
1130 remaining lines up.
1131 (Term::check_region_contents): New proc.
1132 (Term::check_box_contents): Use check_region_contents.
1133
1134 2021-02-06 Tom de Vries <tdevries@suse.de>
1135
1136 PR testsuite/26922
1137 * gdb.tui/tui-layout-asm.exp: Ignore whitespace mismatches when
1138 scrolling.
1139
1140 2021-02-05 Tom de Vries <tdevries@suse.de>
1141
1142 PR breakpoints/27313
1143 * gdb.base/catch-syscall.exp: Check that "catch syscall -1" is
1144 rejected.
1145
1146 2021-02-05 Tom de Vries <tdevries@suse.de>
1147
1148 * gdb.dwarf2/main-subprogram.exp: Add KFAIL for PR symtab/24549.
1149 * gdb.fortran/mixed-lang-stack.exp: Same.
1150
1151 2021-02-05 Tom de Vries <tdevries@suse.de>
1152
1153 PR exp/27265
1154 * gdb.base/complex-parts.exp: Add tests.
1155
1156 2021-02-05 Tom de Vries <tdevries@suse.de>
1157
1158 PR symtab/27307
1159 * gdb.dwarf2/clang-debug-names.exp: Check file command warnings.
1160
1161 2021-02-04 Shahab Vahedi <shahab@synopsys.com>
1162
1163 * gdb.xml/tdesc-regs.exp: Use correct core-regs for ARC.
1164
1165 2021-02-03 Pedro Alves <pedro@palves.net>
1166
1167 * gdb.threads/detach-step-over.c: New file.
1168 * gdb.threads/detach-step-over.exp: New file.
1169
1170 2021-02-03 Pedro Alves <pedro@palves.net>
1171
1172 * gdb.threads/attach-non-stop.c: New file.
1173 * gdb.threads/attach-non-stop.exp: New file.
1174
1175 2021-02-02 Lancelot SIX <lsix@lancelotsix.com>
1176
1177 * gdb.base/inferior-noarg.c: New test.
1178 * gdb.base/inferior-noarg.exp: New test.
1179
1180 2021-02-02 Simon Marchi <simon.marchi@polymtl.ca>
1181
1182 * gdb.base/scope.exp: Use proc_with_prefix.
1183
1184 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
1185
1186 * lib/dwarf.exp (rnglists): Add -no-offset-array option to
1187 table proc.
1188 * gdb.dwarf2/rnglists-sec-offset.exp: Add test for
1189 .debug_rnglists table without offset array.
1190 * gdb.dwarf2/loclists-sec-offset.exp: Add test for
1191 .debug_loclists table without offset array.
1192
1193 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
1194
1195 * gdb.dwarf2/rnglists-sec-offset.exp: Add test for DW_AT_ranges
1196 of DW_FORM_sec_offset form plus DW_AT_rnglists_base attribute.
1197 * gdb.dwarf2/loclists-sec-offset.exp: Add test for
1198 DW_AT_location of DW_FORM_sec_offset plus DW_AT_loclists_base
1199 attribute
1200
1201 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
1202
1203 PR gdb/26813
1204 * lib/dwarf.exp (_handle_DW_FORM): Handle DW_FORM_loclistx.
1205 (loclists): New proc.
1206 * gdb.dwarf2/loclists-multiple-cus.c: New.
1207 * gdb.dwarf2/loclists-multiple-cus.exp: New.
1208 * gdb.dwarf2/loclists-sec-offset.c: New.
1209 * gdb.dwarf2/loclists-sec-offset.exp: New.
1210
1211 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
1212
1213 * lib/dwarf.exp (_location): Add parameters.
1214 (_handle_DW_FORM): Adjust.
1215
1216 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
1217
1218 PR gdb/26813
1219 * lib/dwarf.exp (_handle_DW_FORM): Handle DW_FORM_rnglistx.
1220 (cu): Generate header for DWARF 5.
1221 (rnglists): New proc.
1222 * gdb.dwarf2/rnglists-multiple-cus.exp: New.
1223 * gdb.dwarf2/rnglists-sec-offset.exp: New.
1224
1225 2021-02-02 Tom de Vries <tdevries@suse.de>
1226
1227 PR symtab/24620
1228 * gdb.dwarf2/fission-reread.exp: Add test-case.
1229
1230 2021-02-01 Tom de Vries <tdevries@suse.de>
1231
1232 * gdb.dwarf2/fission-base.S: Pass -DDWO=$dwo.
1233 * gdb.dwarf2/fission-loclists-pie.S: Same.
1234 * gdb.dwarf2/fission-loclists.S: Same.
1235 * gdb.dwarf2/fission-multi-cu.S: Same.
1236 * gdb.dwarf2/fission-reread.S: Same.
1237 * gdb.dwarf2/fission-base.exp: Use DWO.
1238 * gdb.dwarf2/fission-loclists-pie.exp: Same.
1239 * gdb.dwarf2/fission-loclists.exp: Same.
1240 * gdb.dwarf2/fission-multi-cu.exp: Same.
1241 * gdb.dwarf2/fission-reread.exp: Same.
1242
1243 2021-01-29 Tom de Vries <tdevries@suse.de>
1244
1245 PR breakpoints/26063
1246 * gdb.dwarf2/dw2-step-out-of-function-no-stmt.c: New test.
1247 * gdb.dwarf2/dw2-step-out-of-function-no-stmt.exp: New file.
1248
1249 2021-01-29 Tom de Vries <tdevries@suse.de>
1250
1251 * gdb.opt/solib-intra-step.exp: Remove state tracking logic.
1252
1253 2021-01-28 Tom de Vries <tdevries@suse.de>
1254
1255 * gdb.arch/i386-gnu-cfi.exp: Capture the position of function gate
1256 in the backtrace, and use that in the rest of the test instead of
1257 hardcoded constant 3. Use "frame" instead of "up" for robustness.
1258
1259 2021-01-28 Tom de Vries <tdevries@suse.de>
1260
1261 * gdb.arch/i386-sse-stack-align.S: Rename g[0-4] to test_g[0-4].
1262 * gdb.arch/i386-sse-stack-align.c: Same.
1263 * gdb.arch/i386-sse-stack-align.exp: Same.
1264
1265 2021-01-28 Andrew Burgess <andrew.burgess@embecosm.com>
1266
1267 * lib/gdb.exp (default_gdb_init): Unset XDG_CONFIG_HOME.
1268
1269 2021-01-28 Tom de Vries <tdevries@suse.de>
1270
1271 * gdb.ada/out_of_line_in_inlined.exp: Use gdb_breakpoint.
1272
1273 2021-01-28 Tom de Vries <tdevries@suse.de>
1274
1275 * gdb.dwarf2/dw2-out-of-range-end-of-seq.exp: Add regexp to
1276 "maint info line-table". Make PASS pattern more specific. Make
1277 FAIL pattern work for -m32.
1278
1279 2021-01-27 Lancelot SIX <lsix@lancelotsix.com>
1280
1281 PR gdb/27133
1282 * gdb.base/ui-redirect.exp: Add test case that ensures that
1283 redirecting both logging and debug does not cause gdb to crash.
1284
1285
1286 2021-01-27 Matthew Malcomson <matthew.malcomson@arm.com>
1287
1288 * gdb.arch/insn-reloc.c: Add tests for BR and BLR.
1289
1290 2021-01-26 Tom de Vries <tdevries@suse.de>
1291
1292 * gdb.threads/killed-outside.exp: Allow regular output.
1293
1294 2021-01-26 Tom de Vries <tdevries@suse.de>
1295
1296 * gdb.opt/solib-intra-step.exp: Handle stepping into thunk.
1297
1298 2021-01-25 Tom de Vries <tdevries@suse.de>
1299
1300 * gdb.dwarf2/dw2-ranges-psym.exp (gdb_load_no_complaints): New proc.
1301 * lib/gdb.exp: Use gdb_load_no_complaints.
1302
1303 2021-01-25 Tom Tromey <tromey@adacore.com>
1304
1305 * gdb.ada/fixed_points.exp: Add regression test.
1306 * gdb.ada/fixed_points/fixed_points.adb (FP5_Var): New variable.
1307 * gdb.ada/fixed_points/pck.adb (Delta5, FP5_Type): New.
1308
1309 2021-01-25 Tom Tromey <tromey@adacore.com>
1310
1311 * gdb.ada/local-enum.exp: Add enumerator resolution test.
1312
1313 2021-01-25 Tom Tromey <tromey@adacore.com>
1314
1315 * gdb.ada/local-enum.exp: New file.
1316 * gdb.ada/local-enum/local.adb: New file.
1317
1318 2021-01-23 Tom Tromey <tom@tromey.com>
1319
1320 * lib/gdb.exp (default_gdb_init): Set INPUTRC to a cached file.
1321
1322 2021-01-22 Bernd Edlinger <bernd.edlinger@hotmail.de>
1323
1324 * gdb.base/line65535.exp: Fix test expectation.
1325
1326 2021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
1327
1328 * lib/gdb.exp (gdb_test_multiple): Remove things related to test
1329 suppression.
1330 (default_gdb_exit): Likewise.
1331 (default_gdb_spawn): Likewise.
1332 (send_gdb): Likewise.
1333 (gdb_expect): Likewise.
1334 (gdb_expect_list): Likewise.
1335 (default_gdb_init): Likewise.
1336 (gdb_suppress_entire_file): Remove.
1337 (gdb_suppress_tests): Remove.
1338 (gdb_stop_suppressing_tests): Remove.
1339 (gdb_clear_suppressed): Remove.
1340 * lib/mi-support.exp (mi_uncatched_gdb_exit): Remove things
1341 related to test suppression.
1342 (default_mi_gdb_start): Likewise.
1343 (mi_gdb_reinitialize_dir): Likewise.
1344 (mi_gdb_test): Likewise.
1345 (mi_run_cmd_full): Likewise.
1346 (mi_runto_helper): Likewise.
1347 (mi_execute_to): Likewise.
1348 * lib/prompt.exp (default_prompt_gdb_start): Likewise.
1349 * gdb.base/bitfields.exp: Likewise.
1350 * gdb.base/bitfields2.exp: Likewise.
1351 * gdb.base/break.exp: Likewise.
1352 * gdb.base/call-sc.exp: Likewise.
1353 * gdb.base/callfuncs.exp: Likewise.
1354 * gdb.base/dfp-test.exp: Likewise.
1355 * gdb.base/endian.exp: Likewise.
1356 * gdb.base/exprs.exp: Likewise.
1357 * gdb.base/funcargs.exp: Likewise.
1358 * gdb.base/hbreak2.exp: Likewise.
1359 * gdb.base/recurse.exp: Likewise.
1360 * gdb.base/scope.exp: Likewise.
1361 * gdb.base/sepdebug.exp: Likewise.
1362 * gdb.base/structs.exp: Likewise.
1363 * gdb.base/until.exp: Likewise.
1364 * gdb.cp/misc.exp: Likewise.
1365
1366 2021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
1367
1368 PR cli/25956
1369 * gdb.base/style.exp (run_style_tests): Add version string test.
1370 (test_startup_version_string): Use version style name.
1371 * lib/gdb-utils.exp (style): Handle version style name.
1372
1373 2021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
1374
1375 * gdb.base/style.exp (limited_style): New proc.
1376 (clean_restart_and_disable): New proc.
1377 (run_style_tests): New proc. Most of the old tests from this file
1378 are now in this proc.
1379 (test_startup_version_string): New proc. Reamining test from the
1380 old file is in this proc.
1381
1382 2021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
1383
1384 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
1385 Adjust to "set debug remote" changes.
1386
1387 2021-01-21 Luis Machado <luis.machado@linaro.org>
1388
1389 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Handle a new error
1390 message.
1391
1392 2021-01-21 Simon Marchi <simon.marchi@polymtl.ca>
1393
1394 * lib/tuiterm.exp (_log, _log_cur): New, use throughout.
1395
1396 2021-01-21 Hannes Domani <ssbssa@yahoo.de>
1397
1398 PR python/19151
1399 * gdb.python/py-breakpoint.exp: Add tests for hardware breakpoints.
1400
1401 2021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
1402
1403 * lib/tuiterm.exp: Rename _cur_x/_cur_y to _cur_col/_cur_row.
1404
1405 2021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
1406
1407 * lib/tuiterm.exp: Add links in comments.
1408
1409 2021-01-20 Tom de Vries <tdevries@suse.de>
1410
1411 * gdb.python/py-format-string.exp: Allow Deriv+$decimal as vtable
1412 offset.
1413
1414 2021-01-20 Tom de Vries <tdevries@suse.de>
1415
1416 * lib/gdb.exp (skip_rust_tests): Skip if multilib_flags contains -m32.
1417
1418 2021-01-20 Sergio Durigan Junior <sergiodj@sergiodj.net>
1419
1420 * gdb.arch/amd64-stap-expressions.S: New file.
1421 * gdb.arch/amd64-stap-expressions.exp: New file.
1422
1423 2021-01-19 Tom de Vries <tdevries@suse.de>
1424
1425 * gdb.base/step-over-syscall.exp: Detect and handle sysenter/int
1426 sequence.
1427
1428 2021-01-19 Tom de Vries <tdevries@suse.de>
1429
1430 * gdb.arch/i386-mpx.c (main): Drop argc/argv parameter.
1431
1432 2021-01-18 Andrew Burgess <andrew.burgess@embecosm.com>
1433
1434 * gdb.fortran/array-slices.exp (run_test): Avoid including
1435 addresses in test names.
1436
1437 2021-01-15 Tom de Vries <tdevries@suse.de>
1438
1439 PR testsuite/26997
1440 * gdb.fortran/array-slices.exp (run_test): Avoid pointer arithmetic
1441 when adding sizeof.
1442
1443 2021-01-14 Tom de Vries <tdevries@suse.de>
1444
1445 PR testsuite/24590
1446 * gdb.base/style.exp: Handle shorter argv in frame command output.
1447
1448 2021-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1449
1450 PR gdb/26819
1451 * gdb.server/stop-reply-no-thread-multi.c: New file.
1452 * gdb.server/stop-reply-no-thread-multi.exp: New file.
1453
1454 2021-01-12 Tom de Vries <tdevries@suse.de>
1455
1456 * gdb.arch/i386-mpx-call.c (have_mpx): Remove.
1457 (main): Remove call to have_mpx.
1458 * gdb.arch/i386-mpx-call.exp: Use have_mpx.
1459 * gdb.arch/i386-mpx-map.c (have_mpx): Remove.
1460 (main): Remote call to have_mpx.
1461 * gdb.arch/i386-mpx-map.exp: Use have_mpx.
1462 * gdb.arch/i386-mpx-sigsegv.c (have_mpx): Remove.
1463 (main): Remove call to have_mpx.
1464 * gdb.arch/i386-mpx-sigsegv.exp: Use have_mpx.
1465 * gdb.arch/i386-mpx-simple_segv.c (have_mpx): Remove.
1466 (main): Remove call to have_mpx.
1467 * gdb.arch/i386-mpx-simple_segv.exp: Use have_mpx.
1468 * gdb.arch/i386-mpx.c (have_mpx): Remove.
1469 (main): Remote call to have_mpx.
1470 * gdb.arch/i386-mpx.exp: Use have_mpx.
1471 * lib/gdb.exp (have_mpx): New proc.
1472
1473 2021-01-12 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
1474
1475 * gdb.arch/aarch64-fp.exp: Modify to test bfloat16 support.
1476
1477 2021-01-12 Tom de Vries <tdevries@suse.de>
1478
1479 * gdb.base/disasm-optim.exp: Require is_amd64_regs_target.
1480
1481 2021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1482
1483 * gdb.fortran/debug-expr.exp: Add new tests.
1484
1485 2021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1486
1487 * gdb.fortran/dot-ops.exp: Add new tests.
1488
1489 2021-01-11 Tom de Vries <tdevries@suse.de>
1490
1491 PR testsuite/26968
1492 * gdb.arch/amd64-stap-three-arg-disp.S: Remove insn modifying $ebx.
1493 Move insn setting $eax to before probe point.
1494
1495 2021-01-09 Tom Tromey <tom@tromey.com>
1496
1497 * gdb.trace/ax.exp: Do not require an "ext".
1498
1499 2021-01-08 Tom Tromey <tromey@adacore.com>
1500
1501 * gdb.ada/voidctx/pck.adb: New file.
1502 * gdb.ada/voidctx/pck.ads: New file.
1503 * gdb.ada/voidctx/voidctx.adb: New file.
1504 * gdb.ada/voidctx.exp: New file.
1505
1506 2021-01-08 Simon Marchi <simon.marchi@polymtl.ca>
1507
1508 PR gdb/27157
1509 * gdb.base/empty-host-env-vars.exp: New test.
1510
1511 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
1512
1513 * gdb.base/completion.exp: Add a new test.
1514
1515 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
1516
1517 * gdb.fortran/intvar-dynamic-types.exp: New file.
1518 * gdb.fortran/intvar-dynamic-types.f90: New file.
1519
1520 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
1521
1522 * gdb.fortran/intvar-array.exp: New file.
1523 * gdb.fortran/intvar-array.f90: New file.
1524
1525 2021-01-07 Tom Tromey <tromey@adacore.com>
1526
1527 * gdb.ada/assign_arr.exp: Add 'others' test.
1528
1529 2021-01-06 Tom Tromey <tromey@adacore.com>
1530
1531 * gdb.ada/fixed_points/pck.ads (Delta4): New constant.
1532 (FP4_Type): New type.
1533 (FP4_Var): New variable.
1534 * gdb.ada/fixed_points/fixed_points.adb: Update.
1535 * gdb.ada/fixed_points.exp: Add tests for binary operators.
1536
1537 2021-01-06 Simon Marchi <simon.marchi@polymtl.ca>
1538
1539 * lib/gdb.exp (gdb_test_sequence): Accept -prompt switch.
1540 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1541 Pass prompt containing debug print to gdb_test_sequence.
1542
1543 2021-01-04 Tom de Vries <tdevries@suse.de>
1544
1545 * gdb.dwarf2/dw2-out-of-range-end-of-seq.exp: New file.
1546
1547 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1548
1549
1550
1551 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1552
1553 * gdb.server/abspath.exp: Append "set sysroot" to GDBFLAGS.
1554 * gdb.server/connect-without-multi-process.exp: Likewise.
1555 * gdb.server/exit-multiple-threads.exp: Likewise.
1556 * gdb.server/ext-attach.exp: Likewise.
1557 * gdb.server/ext-restart.exp: Likewise.
1558 * gdb.server/ext-run.exp: Likewise.
1559 * gdb.server/ext-wrapper.exp: Likewise.
1560 * gdb.server/multi-ui-errors.exp: Likewise.
1561 * gdb.server/no-thread-db.exp: Likewise.
1562 * gdb.server/reconnect-ctrl-c.exp: Likewise.
1563 * gdb.server/run-without-local-binary.exp: Likewise.
1564 * gdb.server/server-kill.exp: Likewise.
1565 * gdb.server/server-run.exp: Likewise.
1566 * gdb.server/solib-list.exp: Likewise.
1567 * gdb.server/stop-reply-no-thread.exp: Likewise.
1568 * gdb.server/wrapper.exp: Likewise.
1569 * gdb.server/sysroot.exp: Increase timeout when testing the
1570 target: sysroot.
1571
1572 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1573
1574 * gdb.server/server-run.exp: Use clean_restart.
1575
1576 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1577
1578 * gdb.server/ext-run.exp: Use clean_restart.
1579
1580 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1581
1582 * gdb.server/stop-reply-no-thread.exp: Use build_executable
1583 instead of prepare_for_testing.
1584
1585 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1586
1587 * gdb.server/solib-list.exp: Use clean_restart.
1588
1589 2021-01-04 Tom de Vries <tdevries@suse.de>
1590
1591 * gdb.base/morestack.c: Remove printf.
1592 * gdb.base/morestack.exp: Don't use -fuse-ld=gold.
1593
1594 2020-12-31 Tom Tromey <tom@tromey.com>
1595
1596 * gdb.rust/simple.exp: Update output for Rust 1.49.
1597
1598 2020-12-31 Bernd Edlinger <bernd.edlinger@hotmail.de>
1599
1600 * gdb.cp/step-and-next-inline.exp: Fix test case.
1601
1602 2020-12-30 Simon Marchi <simon.marchi@polymtl.ca>
1603
1604 * gdb.python/py-frame-args.exp: De-duplicate test names.
1605
1606 2020-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
1607
1608 PR gdb/27059
1609 * gdb.dwarf2/dyn-type-unallocated.c: New file.
1610 * gdb.dwarf2/dyn-type-unallocated.exp: New file.
1611
1612 2020-12-21 Peter Waller <p@pwaller.net>
1613
1614 * gdb.base/style-interp-exec-mi.exp: New.
1615 * gdb.base/style-interp-exec-mi.c: New.
1616
1617 2020-12-21 Simon Marchi <simon.marchi@polymtl.ca>
1618
1619 * gdb.base/list.exp: Replace send_gdb + gdb_expect with
1620 gdb_test. Use proc_with_prefix.
1621
1622 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
1623
1624 * gdb.btrace/exception.exp: Build with nopie.
1625 * gdb.btrace/function_call_history.exp: Likewise.
1626 * gdb.btrace/unknown_functions.exp: Likewise.
1627
1628 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
1629
1630 * gdb.btrace/multi-inferior.exp: Skip if use_gdb_stub.
1631
1632 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
1633
1634 * gdb.python/py-record-btrace.exp: Make test names unique.
1635 * gdb.python/py-record-full.exp: Likewise.
1636
1637 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
1638
1639 * gdb.btrace/data.exp: Make test names unique.
1640 * gdb.btrace/delta.exp: Likewise.
1641 * gdb.btrace/enable.exp: Likewise.
1642 * gdb.btrace/function_call_history.exp: Likewise.
1643 * gdb.btrace/nohist.exp: Likewise.
1644 * gdb.btrace/non-stop.exp: Likewise.
1645 * gdb.btrace/rn-dl-bind.exp: Likewise.
1646 * gdb.btrace/step.exp: Likewise.
1647 * gdb.btrace/stepi.exp: Likewise.
1648 * gdb.btrace/tailcall.exp: Likewise.
1649
1650 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
1651
1652 * gdb.btrace/enable.exp: Update error message.
1653 * gdb.btrace/multi-inferior.exp: Likewise.
1654 * gdb.btrace/reconnect.exp: Likewise.
1655 * gdb.python/py-record-btrace.exp: Likewise.
1656 * gdb.python/py-record-full.exp: Likewise.
1657
1658 2020-12-20 Tom de Vries <tdevries@suse.de>
1659
1660 * lib/gdb.exp (save_target_board_info): New proc.
1661 (gdb_compile_shlib): Use save_target_board_info.
1662
1663 2020-12-19 Tom de Vries <tdevries@suse.de>
1664
1665 * lib/gdb.exp (supports_scalar_storage_order_attribute)
1666 (supports_gnuc): New proc.
1667 * gdb.base/endianity.exp: Define TEST_SSO. Eliminate
1668 test_compiler_info calls. Add unsupported message.
1669 * gdb.base/endianity.c: Use TEST_SSO.
1670
1671 2020-12-19 Hannes Domani <ssbssa@yahoo.de>
1672
1673 PR exp/27070
1674 * gdb.python/compare-enum-type-a.c: New test.
1675 * gdb.python/compare-enum-type-b.c: New test.
1676 * gdb.python/compare-enum-type.exp: New file.
1677 * gdb.python/compare-enum-type.h: New test.
1678
1679 2020-12-18 Hannes Domani <ssbssa@yahoo.de>
1680
1681 * gdb.python/py-format-string.exp: Add tests for address keyword.
1682
1683 2020-12-18 Hannes Domani <ssbssa@yahoo.de>
1684
1685 * gdb.python/py-type.exp: Add tests for TYPE_CODE_METHOD.
1686
1687 2020-12-18 Tom Tromey <tromey@adacore.com>
1688
1689 * gdb.ada/fixed_points.exp: Also run with
1690 -fgnat-encodings=minimal. Update expected output.
1691
1692 2020-12-16 Simon Marchi <simon.marchi@efficios.com>
1693
1694 * gdb.base/async-shell.exp: Enable non-stop through GDBFLAGS.
1695 * gdb.base/continue-all-already-running.exp: Likewise.
1696 * gdb.base/moribund-step.exp: Likewise.
1697 * gdb.base/step-sw-breakpoint-adjust-pc.exp: Likewise.
1698
1699 2020-12-16 Tom de Vries <tdevries@suse.de>
1700
1701 * gdb.base/batch-preserve-term-settings.exp:
1702
1703 2020-12-16 Tom de Vries <tdevries@suse.de>
1704
1705 * lib/gdb.exp (gdb_compile_shlib_1): Factor out of ...
1706 (gdb_compile_shlib): ... here. Filter out PIE-related flags.
1707
1708 2020-12-16 Luis Machado <luis.machado@linaro.org>
1709
1710 * gdb.arch/aarch64-tagged-pointer.c (main): Add a few more
1711 pointer-based memory accesses.
1712 * gdb.arch/aarch64-tagged-pointer.exp: Exercise additional
1713 hw watchpoint cases.
1714
1715 2020-12-15 Rae Kim <rae.kim@gmail.com>
1716
1717 * gdb.base/document.exp: New test.
1718
1719 2020-12-15 Tom Tromey <tromey@adacore.com>
1720
1721 * gdb.base/style.exp: Add deprecation tests.
1722
1723 2020-12-14 Simon Marchi <simon.marchi@polymtl.ca>
1724
1725 * lib/gdb.exp (gdb_test_multiple): Fix typo in doc.
1726
1727 2020-12-14 Mark Wielaard <mark@klomp.org>
1728
1729 * lib/dwarf.exp (Dwarf::_handle_attribute): Handle SPECIAL_expr
1730 specially, set attr_form_comment to the actual FORM string used.
1731
1732 2020-12-14 Mark Wielaard <mark@klomp.org>
1733
1734 * lib/dwarf.exp (Dwarf::_read_constants): Don't set
1735 _constants(SPECIAL_expr) here, but set it...
1736 (Dwarf::cu): ...here based on _cu_version.
1737
1738 2020-12-14 Tom de Vries <tdevries@suse.de>
1739
1740 * lib/gdb.exp (gdb_compile_shlib): Make sure it's not necessary to
1741 pass -fPIC.
1742 * gdb.ada/catch_ex_std.exp: Don't pass -fPIC to gdb_compile_shlib.
1743 * gdb.base/break-probes.exp: Same.
1744 * gdb.base/ctxobj.exp: Same.
1745 * gdb.base/dso2dso.exp: Same.
1746 * gdb.base/global-var-nested-by-dso.exp: Same.
1747 * gdb.base/info-shared.exp: Same.
1748 * gdb.base/jit-reader-simple.exp: Same.
1749 * gdb.base/print-file-var.exp: Same.
1750 * gdb.base/skip-solib.exp: Same.
1751 * gdb.btrace/dlopen.exp: Same.
1752
1753 2020-12-14 Tom de Vries <tdevries@suse.de>
1754
1755 PR testsuite/26963
1756 * lib/gdb.exp (run_on_host): Declare test unsupported if spawn fails.
1757
1758 2020-12-14 Tom de Vries <tdevries@suse.de>
1759
1760 PR testsuite/26962
1761 * gdb.base/solib-corrupted.exp: Handle "'_r_debug' has unknown type;
1762 cast it to its declared type".
1763
1764 2020-12-14 Tom de Vries <tdevries@suse.de>
1765
1766 PR testsuite/26951
1767 * gdb.base/batch-preserve-term-settings.exp: Use "gdb-subshell$ " as
1768 shell prompt.
1769
1770 2020-12-14 Tom Tromey <tromey@adacore.com>
1771
1772 * gdb.ada/nested.exp: Add new tests.
1773 * gdb.ada/nested/hello.adb (Fourth, Fifth): New procedures.
1774
1775 2020-12-14 Tom Tromey <tromey@adacore.com>
1776
1777 * gdb.dwarf2/ada-thick-pointer.exp: New file.
1778
1779 2020-12-14 Tom Tromey <tromey@adacore.com>
1780
1781 * gdb.dwarf2/dw2-fixed-point.exp: Add test for division by zero.
1782
1783 2020-12-13 Tom de Vries <tdevries@suse.de>
1784
1785 PR testsuite/26953
1786 * gdb.base/endianity.exp: Skip tests requiring scalar_storage_order
1787 attribute support if compiler doesn't support it.
1788
1789 2020-12-13 Tom de Vries <tdevries@suse.de>
1790
1791 * lib/gdb.exp (gdb_compile_shlib): Handle ada.
1792 * gdb.ada/catch_ex_std.exp: Use gdb_compile_shlib to compile from
1793 source to shared lib. Add ada to options.
1794
1795 2020-12-13 Tom de Vries <tdevries@suse.de>
1796
1797 * gdb.ada/catch_ex_std.exp: Use gnatmake -bargs and -largs instead of
1798 calling gnatbind and gnatlink.
1799
1800 2020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
1801
1802 * gdb.base/dcache-flush.c: New file.
1803 * gdb.base/dcache-flush.exp: New file.
1804
1805 2020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
1806
1807 * gdb.base/c-linkage-name.exp: Update to use new 'maint flush ...'
1808 commands.
1809 * gdb.base/killed-outside.exp: Likewise.
1810 * gdb.opt/inline-bt.exp: Likewise.
1811 * gdb.perf/gmonster-null-lookup.py: Likewise.
1812 * gdb.perf/gmonster-print-cerr.py: Likewise.
1813 * gdb.perf/gmonster-ptype-string.py: Likewise.
1814 * gdb.python/py-unwind.exp: Likewise.
1815
1816 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1817
1818 * gdb.base/commands.exp: Update expected results.
1819
1820 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1821
1822 PR cli/15104
1823 * gdb.base/commands.exp: Add additional tests.
1824 * gdb.base/completion.exp: Add additional tests.
1825
1826 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1827
1828 * gdb.base/completion.exp: Add additional tests.
1829
1830 2020-12-11 Tom de Vries <tdevries@suse.de>
1831
1832 PR testsuite/26991
1833 * gdb.arch/i386-mpx-call.exp: Don't expect to trigger bounds
1834 violations by setting bounds registers if the bounds are passed in the
1835 Bounds Table.
1836
1837 2020-12-11 Tom de Vries <tdevries@suse.de>
1838
1839 PR testsuite/26954
1840 * gdb.base/float128.exp: Detect and handle no mpfr support.
1841
1842 2020-12-10 Simon Marchi <simon.marchi@efficios.com>
1843
1844 PR gdb/24694
1845 * gdb.multi/multi-arch-exec.c (thread_start, main): Add barrier
1846 calls.
1847
1848 2020-12-10 Tom de Vries <tdevries@suse.de>
1849
1850 PR testsuite/26947
1851 * gdb.tui/new-layout.exp: Don't execute tests with unbalanced curly
1852 braces for tcl 8.5 and earlier.
1853
1854 2020-12-09 Simon Marchi <simon.marchi@efficios.com>
1855
1856 PR 26875, PR 26901
1857 * gdb.base/flexible-array-member.c: New test.
1858 * gdb.base/flexible-array-member.exp: New test.
1859
1860 2020-12-08 Tom de Vries <tdevries@suse.de>
1861
1862 * gdb.arch/amd64-gs_base.exp: Undo commit 67748e0f66, reimplement
1863 using is_amd64_regs_target.
1864
1865 2020-12-08 Tom de Vries <tdevries@suse.de>
1866
1867 * gdb.ada/mi_task_arg.exp: Accept <optimized out> as valid value of
1868 self_id.
1869
1870 2020-12-07 Pedro Alves <pedro@palves.net>
1871
1872 * gdb.base/break-on-linker-gcd-function.exp: Remove unused
1873 'additional_flags' variable.
1874
1875 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1876
1877 * gdb.linespec/explicit.exp: Extend with a test to check completing
1878 '-' after seemingly complete options.
1879
1880 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1881
1882 * gdb.linespec/keywords.exp: Add tests to check positional
1883 flexibility of "-force-condition".
1884
1885 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1886
1887 * gdb.base/bp-cmds-run-with-ex.c: New file.
1888 * gdb.base/bp-cmds-run-with-ex.exp: New file.
1889 * gdb.base/bp-cmds-run-with-ex.gdb: New file.
1890 * gdb.gdb/python-interrupts.exp: Update the call to
1891 'catch_command_errors' with the new argument.
1892 * gdb.gdb/python-selftest.exp: Ditto.
1893
1894 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
1895
1896 * gdb.arch/amd64-disp-step-avx.exp: Adjust pattern.
1897 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
1898 * gdb.threads/non-stop-fair-events.exp: Likewise.
1899
1900 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
1901
1902 * gdb.threads/step-over-exec.exp: New.
1903 * gdb.threads/step-over-exec.c: New.
1904 * gdb.threads/step-over-exec-execd.c: New.
1905 * lib/my-syscalls.S: New.
1906 * lib/my-syscalls.h: New.
1907
1908 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
1909
1910 * lib/dwarf.exp (declare_labels): Use name as text if text is
1911 not provided.
1912
1913 2020-12-04 Tom de Vries <tdevries@suse.de>
1914
1915 PR testsuite/26990
1916 * gdb.arch/amd64-gs_base.exp: Handle -m32 where fs_base and gs_base
1917 are unsupported.
1918
1919 2020-12-04 Tom de Vries <tdevries@suse.de>
1920
1921 * gdb.reverse/insn-reverse.exp: Don't break inside gdb_test_multiple
1922 clause.
1923
1924 2020-12-04 Tom de Vries <tdevries@suse.de>
1925
1926 * gdb.reverse/insn-reverse.exp: Fix count handling.
1927
1928 2020-12-04 Tom de Vries <tdevries@suse.de>
1929
1930 * gdb.reverse/insn-reverse-x86.c: Guard x86_64 assembly with #ifdef
1931 __x86_64__.
1932
1933 2020-12-04 Tom de Vries <tdevries@suse.de>
1934
1935 * gdb.reverse/insn-reverse.c (test_nr): New var.
1936 (usage, parse_args): New function.
1937 (main): Call parse_args. Only run test for test_nr.
1938 * gdb.reverse/insn-reverse.exp: Detect lack of progress in stepi loop
1939 and bail out. Run subtests individually, using an inferior arg
1940 specifying the subtest.
1941
1942 2020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
1943
1944 * gdb.arch/riscv-tdesc-regs.exp: Remove unwanted test.
1945
1946 2020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
1947
1948 * gdb.arch/riscv-tdesc-regs.exp (get_expected_result): New proc,
1949 update test to use this.
1950
1951 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
1952
1953 * gdb.threads/non-ldr-exc-1.exp: Fix indentation.
1954
1955 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
1956
1957 * gdb.threads/non-ldr-exc-1.exp: Use foreach_with_prefix.
1958 (do_test): Don't use with_test_prefix.
1959 * gdb.threads/non-ldr-exc-2.exp: Use foreach_with_prefix.
1960 (do_test): Don't use with_test_prefix.
1961 * gdb.threads/non-ldr-exc-3.exp: Use foreach_with_prefix.
1962 (do_test): Don't use with_test_prefix.
1963 * gdb.threads/non-ldr-exc-4.exp: Use foreach_with_prefix.
1964 (do_test): Don't use with_test_prefix.
1965
1966 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
1967
1968 * gdb.threads/non-ldr-exit.exp: Fix comment.
1969
1970 2020-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
1971
1972 * gdb.xml/maint-xml-dump-03.xml: New file.
1973
1974 2020-11-30 Tom de Vries <tdevries@suse.de>
1975
1976 PR symtab/26905
1977 * gdb.dwarf2/count.exp: Remove kfails.
1978
1979 2020-11-24 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1980
1981 * gdb.base/condbreak-multi-context.exp: Do not hard-code location
1982 indices.
1983
1984 2020-11-24 Joel Brobecker <brobecker@adacore.com>
1985
1986 * gdb.dwarf2/dw2-fixed-point.exp: Fix the expected output of
1987 the "ptype pck__fp1_range_var" test for the module-2 and pascal
1988 languages. Remove the associated setup_xfail.
1989
1990 2020-11-23 Simon Marchi <simon.marchi@efficios.com>
1991
1992 * lib/gdb.exp (gdb_assert): Show error message on error.
1993
1994 2020-11-23 Tom de Vries <tdevries@suse.de>
1995
1996 * gdb.ada/enum_idx_packed.exp: Limit setup_kfail to gnat 9 and 10.
1997 * gdb.ada/mod_from_name.exp: Same.
1998 * gdb.ada/pckd_arr_ren.exp: Same.
1999
2000 2020-11-22 Simon Marchi <simon.marchi@polymtl.ca>
2001
2002 * gdb.base/template.exp: New.
2003 * gdb.base/template.c: New.
2004
2005 2020-11-22 Gary Benson <gbenson@redhat.com>
2006
2007 PR gdb/26905
2008 * gdb.dwarf2/count.exp: Add test for an array whose upper bound
2009 is defined using a DW_AT_count which references another DIE.
2010
2011 2020-11-21 Tom de Vries <tdevries@suse.de>
2012
2013 * gdb.base/vla-ptr.exp: Add XFAIL.
2014
2015 2020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2016
2017 * gdb.fortran/array-slices-bad.exp: New file.
2018 * gdb.fortran/array-slices-bad.f90: New file.
2019 * gdb.fortran/array-slices-sub-slices.exp: New file.
2020 * gdb.fortran/array-slices-sub-slices.f90: New file.
2021 * gdb.fortran/array-slices.exp: Rewrite tests.
2022 * gdb.fortran/array-slices.f90: Rewrite tests.
2023 * gdb.fortran/vla-sizeof.exp: Correct expected results.
2024
2025 2020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2026
2027 * gdb.base/completion.exp: Add new completion tests.
2028
2029 2020-11-18 Simon Marchi <simon.marchi@polymtl.ca>
2030
2031 * gdb.mi/mi-nonstop-exit.exp: Enable non-stop through GDBFLAGS.
2032 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
2033 * gdb.mi/mi-nsintrall.exp: Likewise.
2034 * gdb.mi/mi-nsmoribund.exp: Likewise.
2035 * gdb.mi/mi-nsthrexec.exp: Likewise.
2036 * gdb.mi/mi-watch-nonstop.exp: Likewise.
2037
2038 2020-11-18 Simon Marchi <simon.marchi@polymtl.ca>
2039
2040 * lib/mi-support.exp (mi_run_cmd_full): Use unresovled instead
2041 of perror.
2042
2043 2020-11-18 Joseph Myers <joseph@codesourcery.com>
2044
2045 * lib/mi-support.exp (mi_gdb_file_cmd): Check for case where
2046 $arg.exe exists but $arg does not.
2047
2048 2020-11-17 Gary Benson <gbenson@redhat.com>
2049
2050 * gdb.trace/trace-common.h (x86_trace_dummy): Add
2051 __attribute__ ((used)).
2052
2053 2020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
2054
2055 * gdb.gdb/unittest.exp: Spot 'Running...' lines.
2056
2057 2020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
2058
2059 * gdb.base/completion.exp: Add new tests.
2060
2061 2020-11-16 Tom Tromey <tromey@adacore.com>
2062
2063 * gdb.dwarf2/data-loc.exp: Update expected output. Remove C
2064 tests.
2065
2066 2020-11-15 Joel Brobecker <brobecker@adacore.com>
2067
2068 * gdb.ada/fixed_cmp.exp: Add -fgnat-encodings=minimal testing.
2069 * gdb.dwarf2/dw2-fixed-point.c (pck__fp1_var2): New global.
2070 (main): Add reference to pck__fp1_var2.
2071 * gdb.dwarf2/dw2-fixed-point.exp: Add comparison operator testing.
2072
2073 2020-11-15 Joel Brobecker <brobecker@adacore.com>
2074
2075 * gdb.dwarf2/dw2-fixed-point.exp: Add arithmetic tests.
2076
2077 2020-11-15 Joel Brobecker <brobecker@adacore.com>
2078
2079 * gdb.ada/fixed_points.exp: Add ptype tests.
2080 * gdb.dwarf2/dw2-fixed-point.exp: Likewise.
2081
2082 2020-11-15 Joel Brobecker <brobecker@adacore.com>
2083
2084 * gdb.dwarf2/dw2-fixed-point.exp: Add "print /x" tests.
2085
2086 2020-11-15 Joel Brobecker <brobecker@adacore.com>
2087
2088 * gdb.ada/fixed_cmp.exp: Force compilation to use -fgnat-encodings=all.
2089 * gdb.ada/fixed_points.exp: Add fixed-point variables printing tests.
2090 * gdb.ada/fixed_points/pck.ads, gdb.ada/fixed_points/pck.adb:
2091 New files.
2092 * gdb.ada/fixed_points/fixed_points.adb: Add use of package Pck.
2093
2094 * gdb.dwarf2/dw2-fixed-point.c, gdb.dwarf2/dw2-fixed-point.exp:
2095 New files.
2096
2097 2020-11-14 Andrew Burgess <andrew.burgess@embecosm.com>
2098
2099 PR cli/26879
2100 * gdb.fortran/completion.exp: New file.
2101 * gdb.fortran/completion.f90: New file.
2102
2103 2020-11-12 Joseph Myers <joseph@codesourcery.com>
2104
2105 * lib/gdb.exp (gdb_file_cmd): Check for case where $arg.exe exists
2106 but $arg does not.
2107
2108 2020-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
2109
2110 * gdb.fortran/types.exp: Add more tests.
2111
2112 2020-11-12 Tom Tromey <tom@tromey.com>
2113
2114 PR rust/26799:
2115 * gdb.rust/traits.exp: Remove kfails.
2116
2117 2020-11-12 Gary Benson <gbenson@redhat.com>
2118
2119 * gdb.threads/tls-so_extern_main.c (tls_ptr): Add missing return
2120 statement.
2121
2122 2020-11-11 Simon Marchi <simon.marchi@efficios.com>
2123
2124 * gdb.base/continue-after-aborted-step-over.exp: Add "breakpoint
2125 always-inserted" axis.
2126 (do_test): Add breakpoint_always_inserted parameter.
2127
2128 2020-11-10 Tom Tromey <tromey@adacore.com>
2129
2130 * gdb.ada/bias.exp: Update.
2131 * gdb.ada/bias/bias.adb (X): Change value.
2132
2133 2020-11-10 Gary Benson <gbenson@redhat.com>
2134
2135 * gdb.base/vla-optimized-out.exp (p sizeof (a)): Wrap supplied
2136 regexp fragment in parentheses to prevent false matching.
2137
2138 2020-11-10 Gary Benson <gbenson@redhat.com>
2139
2140 * gdb.base/vla-optimized-out.c (f1): Add __attribute__ ((weak)).
2141
2142 2020-11-10 Gary Benson <gbenson@redhat.com>
2143
2144 * gdb.cp/step-and-next-inline.exp: Only require
2145 -gstatement-frontiers when building with GCC.
2146 Only setup KFAIL's for GCC issues when using
2147 a GCC-built executable.
2148
2149 2020-11-06 Andrew Burgess <andrew.burgess@embecosm.com>
2150
2151 * gdb.base/debug-expr.c: Add extra function to allow for an
2152 additional test.
2153 * gdb.base/debug-expr.exp (test_debug_expr): Delete, replace calls
2154 to this proc with gdb_test_debug_expr. Add an extra test.
2155 * gdb.cp/debug-expr.exp (test_debug_expr): Delete, replace calls
2156 to this proc with gdb_test_debug_expr, give the tests names
2157 * gdb.dlang/debug-expr.exp (test_debug_expr): Delete, replace
2158 calls to this proc with gdb_test_debug_expr, give the tests names
2159 * gdb.fortran/debug-expr.exp: New file.
2160 * gdb.fortran/debug-expr.f90: New file.
2161 * lib/gdb.exp (gdb_test_debug_expr): New proc.
2162
2163 2020-11-06 Simon Marchi <simon.marchi@efficios.com>
2164
2165 * lib/dwarf.exp (ranges): Handle "base" and "range" as
2166 proceduresu.
2167 * gdb.dwarf/dw2-bad-elf.exp: Adjust.
2168 * gdb.dwarf2/dw2-inline-many-frames.exp: Adjust.
2169 * gdb.dwarf2/dw2-inline-stepping.exp: Adjust.
2170 * gdb.dwarf2/dw2-ranges-base.exp: Adjust.
2171 * gdb.dwarf2/dw2-ranges-func.exp: Adjust.
2172 * gdb.dwarf2/dw2-ranges-overlap.exp: Adjust.
2173 * gdb.dwarf2/dw2-ranges-psym.exp: Adjust.
2174 * gdb.dwarf2/enqueued-cu-base-addr.exp: Adjust.
2175
2176 2020-11-04 Tom Tromey <tromey@adacore.com>
2177
2178 * gdb.ada/funcall_ref.exp: Update.
2179 * gdb.ada/var_rec_arr.exp: Update.
2180
2181 2020-11-04 Tom Tromey <tromey@adacore.com>
2182
2183 * gdb.ada/rec_ptype.exp: New file.
2184 * gdb.ada/rec_ptype/main.adb: New file.
2185 * gdb.ada/rec_ptype/p.ads: New file.
2186
2187 2020-11-04 Tom Tromey <tromey@adacore.com>
2188
2189 * gdb.ada/tick_length_array_enum_idx.exp: Add ptype test.
2190 * gdb.ada/tick_length_array_enum_idx/foo_n207_004.adb
2191 (PT_Full): New variable.
2192 * gdb.ada/tick_length_array_enum_idx/pck.adb
2193 (Full_PT): New type.
2194
2195 2020-11-04 Tom Tromey <tromey@adacore.com>
2196
2197 * gdb.ada/array_of_variant.exp: New file.
2198 * gdb.ada/array_of_variant/p.adb: New file.
2199 * gdb.ada/array_of_variant/pck.ads: New file.
2200 * gdb.ada/array_of_variant/pck.adb: New file.
2201
2202 2020-11-04 Tom Tromey <tromey@adacore.com>
2203
2204 * gdb.ada/enum_idx_packed.exp: Add test.
2205 * gdb.ada/enum_idx_packed/foo.adb (Multi_Access):
2206 New variable.
2207 * gdb.ada/enum_idx_packed/pck.ads (Short)
2208 (Multi_Dimension, Multi_Dimension_Access): New types.
2209
2210 2020-11-04 Tom Tromey <tromey@adacore.com>
2211
2212 * gdb.ada/enum_idx_packed.exp: Test two forms of -fgnat-encodings.
2213
2214 2020-11-04 Tom Tromey <tromey@adacore.com>
2215
2216 * gdb.ada/set_pckd_arr_elt.exp: Also test
2217 -fgnat-encodings=minimal. Add tests.
2218 * gdb.ada/set_pckd_arr_elt/foo.adb (Foo): Add VA variable.
2219 Call Update_Small a second time.
2220 * gdb.ada/set_pckd_arr_elt/pck.adb (New_Variant): New function.
2221 * gdb.ada/set_pckd_arr_elt/pck.ads (Buffer, Variant)
2222 (Variant_Access): New types.
2223 (New_Variant): Declare.
2224
2225 2020-11-04 Tom Tromey <tromey@adacore.com>
2226
2227 * gdb.ada/mod_from_name.exp: Test printing slice.
2228
2229 2020-11-04 Tom Tromey <tromey@adacore.com>
2230
2231 * gdb.ada/O2_float_param.exp: Test different -fgnat-encodings
2232 values.
2233 * gdb.ada/access_to_unbounded_array.exp: Test different
2234 -fgnat-encodings values.
2235 * gdb.ada/big_packed_array.exp: Test different -fgnat-encodings
2236 values.
2237 * gdb.ada/arr_enum_idx_w_gap.exp: Test different -fgnat-encodings
2238 values.
2239 * gdb.ada/array_ptr_renaming.exp: Test different -fgnat-encodings
2240 values.
2241 * gdb.ada/array_of_variable_length.exp: Test different
2242 -fgnat-encodings values.
2243 * gdb.ada/arrayparam.exp: Test different -fgnat-encodings values.
2244 * gdb.ada/arrayptr.exp: Test different -fgnat-encodings values.
2245 * gdb.ada/frame_arg_lang.exp: Revert -fgnat-encodings=minimal
2246 change.
2247 * gdb.ada/mi_string_access.exp: Test different -fgnat-encodings
2248 values.
2249 * gdb.ada/mod_from_name.exp: Test different -fgnat-encodings values.
2250 * gdb.ada/out_of_line_in_inlined.exp: Test different
2251 -fgnat-encodings values.
2252 * gdb.ada/packed_array.exp: Test different -fgnat-encodings
2253 values.
2254 * gdb.ada/pckd_arr_ren.exp: Test different -fgnat-encodings
2255 values.
2256 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Test different
2257 -fgnat-encodings values.
2258 * gdb.ada/variant_record_packed_array.exp: Test different
2259 -fgnat-encodings values.
2260
2261 2020-11-04 Tom Tromey <tromey@adacore.com>
2262
2263 * gdb.ada/enum_idx_packed.exp: Add tests.
2264 * gdb.ada/enum_idx_packed/foo.adb: Add variables.
2265 * gdb.ada/enum_idx_packed/pck.adb: Add functions.
2266 * gdb.ada/enum_idx_packed/pck.ads: Add types, function
2267 declarations.
2268
2269 2020-11-03 Tom de Vries <tdevries@suse.de>
2270
2271 * lib/dwarf.exp (Dwarf::_handle_DW_TAG): Improve attribute list
2272 terminator comments.
2273 (Dwarf::cu, Dwarf::tu): Remove superfluous abbreviation table
2274 terminator.
2275
2276 2020-11-02 Simon Marchi <simon.marchi@polymtl.ca>
2277
2278 * gdb.base/step-over-no-symbols.exp (test_step_over): Replace
2279 integer format test with regexp.
2280
2281 2020-11-02 Gary Benson <gbenson@redhat.com>
2282
2283 * gdb.base/print-file-var.exp (test): Separate compiler and
2284 linker options, and build using build_executable_from_specs
2285 to accommodate this.
2286
2287 2020-11-02 Gary Benson <gbenson@redhat.com>
2288
2289 * lib/gdb.exp (gdb_compile): Inhibit passing "-x c++"
2290 for .c files compiled as C++ with Clang if any shared
2291 libraries are specified.
2292
2293 2020-11-02 Gary Benson <gbenson@redhat.com>
2294
2295 * lib/attributes.h: New header.
2296 * gdb.base/backtrace.c: Include the above. Replace
2297 __attribute__(noclone)) with ATTRIBUTE_NOCLONE.
2298 * gdb.base/infcall-nested-structs.c: Likewise.
2299 * gdb.base/vla-optimized-out.c: Likewise.
2300
2301 2020-11-02 Tom de Vries <tdevries@suse.de>
2302
2303 * gdb.dwarf2/fission-multi-cu.S: Remove .debug_line.dwo section.
2304
2305 2020-11-01 Joel Brobecker <brobecker@adacore.com>
2306
2307 * gdb.ada/fixed_points/fixed_points.adb: Replace use of
2308 System.Min_Int and System.Max_Int with smaller hardcoded
2309 constants.
2310
2311 2020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
2312
2313 * configure.ac: Split AC_INIT into AC_INIT and AC_CONFIG_SRCDIR.
2314 * configure: Re-generate.
2315
2316 2020-10-30 Simon Marchi <simon.marchi@efficios.com>
2317
2318 * gdb.arch/amd64-disp-step-avx.exp: Update displaced step debug
2319 expected output.
2320
2321 2020-10-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2322
2323 * gdb.base/paginate-after-ctrl-c-running.exp: Update with no pagination
2324 behavior.
2325 * gdb.base/paginate-bg-execution.exp: Ditto.
2326 * gdb.base/paginate-inferior-exit.exp: Ditto.
2327 * gdb.base/double-prompt-target-event-error.c: Remove.
2328 * gdb.base/double-prompt-target-event-error.exp: Remove.
2329
2330 2020-10-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2331
2332 * gdb.base/kill-detach-inferiors-cmd.exp: Check that 'kill
2333 inferiors' and 'detach inferiors' do not change the current
2334 inferior.
2335
2336 2020-10-29 Tom de Vries <tdevries@suse.de>
2337
2338 * gdb.threads/tls.exp: Fix DUPLICATEs.
2339
2340 2020-10-28 Tom de Vries <tdevries@suse.de>
2341
2342 * gdb.python/py-symbol.exp: Add KFAILs for -readnow.
2343
2344 2020-10-28 Tom de Vries <tdevries@suse.de>
2345
2346 * gdb.ada/exec_changed.exp: Add KFAILs for -readnow.
2347 * gdb.base/reread.exp: Same.
2348
2349 2020-10-28 Tom de Vries <tdevries@suse.de>
2350
2351 * lib/gdb.exp (readnow): Handle arg.
2352 * gdb.rust/traits.exp: Add KFAILs for -readnow.
2353
2354 2020-10-28 Tom de Vries <tdevries@suse.de>
2355
2356 * gdb.base/relocate.exp: Update regexp for -readnow.
2357
2358 2020-10-28 Tom de Vries <tdevries@suse.de>
2359
2360 * gdb.dwarf2/dw2-error.exp: Mark failure break in main as known with
2361 -readnow.
2362
2363 2020-10-28 Tom de Vries <tdevries@suse.de>
2364
2365 PR symtab/26772
2366 * gdb.dwarf2/dw2-ranges-overlap.c: New test.
2367 * gdb.dwarf2/dw2-ranges-overlap.exp: New file.
2368
2369 2020-10-28 Tom de Vries <tdevries@suse.de>
2370
2371 * lib/gdb.exp (gdb_file_cmd): Set gdb_file_cmd_msg.
2372 * gdb.cp/nsalias.exp: Set complaints limit before file cmd. Expect
2373 complaint during file command for -readnow.
2374
2375 2020-10-28 Tom de Vries <tdevries@suse.de>
2376
2377 * gdb.cp/nsalias.exp: Fix typo in test name.
2378
2379 2020-10-28 Tom de Vries <tdevries@suse.de>
2380
2381 * gdb.dwarf2/dw2-filename.exp: Update regexp for -readnow.
2382
2383 2020-10-28 Tom de Vries <tdevries@suse.de>
2384
2385 * gdb.dwarf2/dw2-stack-boundary.exp: KFAILing the complaints for
2386 -readnow.
2387
2388 2020-10-27 Tom de Vries <tdevries@suse.de>
2389
2390 * gdb.base/multi-forks.exp: Use exp_continue to fix timeout.
2391
2392 2020-10-27 Tom de Vries <tdevries@suse.de>
2393
2394 * gdb.base/maint.exp: Update for -readnow.
2395
2396 2020-10-27 Tom de Vries <tdevries@suse.de>
2397
2398 * gdb.cp/psymtab-parameter.exp: Don't expect unexpanded CU for
2399 -readnow.
2400
2401 2020-10-14 Gary Benson <gbenson@redhat.com>
2402
2403 * gdb.python/py-format-string.exp (test_deref_refs): Treat
2404 "_vptr$Base" as correct, in addition to "_vptr.Base".
2405 (test_mixed): Likewise.
2406
2407 2020-10-27 Gary Benson <gbenson@redhat.com>
2408
2409 * gdb.mi/mi-fortran-modules.exp: Check skip_fortran_tests.
2410 * gdb.mi/mi-vla-fortran.exp: Likewise. Also fix a comment.
2411
2412 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2413
2414 * gdb.base/condbreak.exp: Update the completion tests to
2415 consider the '-force' flag.
2416
2417 2020-10-27 Tom de Vries <tdevries@suse.de>
2418
2419 * gdb.base/list-ambiguous-readnow.exp: New file.
2420
2421 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2422
2423 * gdb.base/condbreak-multi-context.exp: Expand to test forcing
2424 the condition.
2425 * gdb.linespec/cpcompletion.exp: Update to consider the
2426 '-force-condition' keyword.
2427 * gdb.linespec/explicit.exp: Ditto.
2428 * lib/completion-support.exp: Ditto.
2429
2430 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2431
2432 * gdb.base/condbreak-multi-context.cc: New file.
2433 * gdb.base/condbreak-multi-context.exp: New file.
2434
2435 2020-10-26 Tom Tromey <tom@tromey.com>
2436
2437 * lib/mi-support.exp (default_mi_gdb_start): Call
2438 gdb_stdin_log_init.
2439 * lib/gdb.exp (standard_output_file_with_gdb_instance): Don't
2440 subtract one from gdb_instances.
2441 (gdb_stdin_log_write): Flush in_file.
2442
2443 2020-10-26 Tom de Vries <tdevries@suse.de>
2444
2445 * gdb.dwarf2/enqueued-cu-base-addr.exp: New file.
2446
2447 2020-10-26 Tom Tromey <tromey@adacore.com>
2448
2449 * gdb.ada/unsigned_range/foo.adb: New file.
2450 * gdb.ada/unsigned_range/pack.adb: New file.
2451 * gdb.ada/unsigned_range/pack.ads: New file.
2452 * gdb.ada/unsigned_range.exp: New file.
2453
2454 2020-10-26 Tom de Vries <tdevries@suse.de>
2455
2456 * lib/gdb.exp (INTERNAL_GDBFLAGS): Set heigth and width.
2457
2458 2020-10-26 Tom de Vries <tdevries@suse.de>
2459
2460 * gdb.dwarf2/dw2-objfile-overlap-inner.S: Specify default base address
2461 for CU.
2462 * gdb.dwarf2/dw2-objfile-overlap-outer.S: Same.
2463
2464 2020-10-23 Tom de Vries <tdevries@suse.de>
2465
2466 * lib/dwarf.exp (Dwarf::_guess_form): Return "" by default instead of
2467 DW_FORM_string.
2468 (Dwarf::_default_form): New proc.
2469 (Dwarf::_handle_DW_TAG): Use _default_form. Error out if no form was
2470 guessed.
2471
2472 2020-10-23 Tom de Vries <tdevries@suse.de>
2473
2474 * gdb.dwarf2/ada-linkage-name.exp: Use $srcfile for DW_AT_name of CU.
2475 * gdb.dwarf2/atomic-type.exp: Same.
2476 * gdb.dwarf2/bad-regnum.exp: Same.
2477 * gdb.dwarf2/cpp-linkage-name.exp: Same.
2478 * gdb.dwarf2/dw2-align.exp: Same.
2479 * gdb.dwarf2/dw2-bad-elf.exp: Same.
2480 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
2481 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
2482 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
2483 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
2484 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
2485 * gdb.dwarf2/enum-type.exp: Same.
2486 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Same.
2487 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
2488 * gdb.dwarf2/main-subprogram.exp: Same.
2489 * gdb.dwarf2/missing-type-name.exp: Same.
2490 * gdb.dwarf2/nonvar-access.exp: Same.
2491 * gdb.dwarf2/typedef-void-finish.exp: Same.
2492 * gdb.dwarf2/var-access.exp: Same.
2493 * gdb.dwarf2/void-type.exp: Same.
2494
2495 2020-10-22 Simon Marchi <simon.marchi@polymtl.ca>
2496
2497 PR gdb/26693
2498 * gdb.dwarf2/template-specification-full-name.exp: New test.
2499
2500 2020-10-22 Luis Machado <luis.machado@linaro.org>
2501
2502 * gdb.base/msym-bp-shl.exp (test_break): Adjust pattern to not
2503 expected an offset from the function.
2504 * gdb.base/msym-bp.exp (test): Likewise.
2505
2506 2020-10-22 Andrew Burgess <andrew.burgess@embecosm.com>
2507
2508 * gdb.fortran/array-slices.exp: Add a new test.
2509
2510 2020-10-21 Gary Benson <gbenson@redhat.com>
2511
2512 * gdb.mi/mi-fullname-deleted.exp: Fix substituted
2513 fullname test with Clang. Also expand comments generally.
2514
2515 2020-10-20 Tom de Vries <tdevries@suse.de>
2516
2517 * gdb.dwarf2/pr13961.S: Remove superfluous end-of-siblings marker.
2518
2519 2020-10-20 Tom de Vries <tdevries@suse.de>
2520
2521 * gdb.dwarf2/arr-stride.c: Remove.
2522 * gdb.dwarf2/arr-stride.exp: Use main.c.
2523 * gdb.dwarf2/arr-subrange.c: Remove.
2524 * gdb.dwarf2/arr-subrange.exp: Use main.c.
2525 * gdb.dwarf2/bad-regnum.c: Remove.
2526 * gdb.dwarf2/bad-regnum.exp: Use main.c.
2527 * gdb.dwarf2/corrupt.c: Remove.
2528 * gdb.dwarf2/corrupt.exp: Use main.c.
2529 * gdb.dwarf2/dw2-bad-elf.c: Remove.
2530 * gdb.dwarf2/dw2-bad-elf.exp: Use main.c.
2531 * gdb.dwarf2/dw2-icycle.c: Remove.
2532 * gdb.dwarf2/dw2-icycle.exp: Use main.c.
2533 * gdb.dwarf2/formdata16.c: Remove.
2534 * gdb.dwarf2/formdata16.exp: Use main.c.
2535 * gdb.dwarf2/implptrconst.c: Remove.
2536 * gdb.dwarf2/implptrconst.exp: Use main.c.
2537 * gdb.dwarf2/info-locals-optimized-out.c: Remove.
2538 * gdb.dwarf2/info-locals-optimized-out.exp: Use main.c.
2539 * gdb.dwarf2/opaque-type-lookup.c: Remove.
2540 * gdb.dwarf2/opaque-type-lookup.exp: Use main.c.
2541
2542 2020-10-20 Tom de Vries <tdevries@suse.de>
2543
2544 * gdb.dwarf2/ada-valprint-error.exp: Remove redundant mention of .exp
2545 file.
2546 * gdb.dwarf2/dw2-dir-file-name.exp: Same.
2547
2548 2020-10-20 Tom de Vries <tdevries@suse.de>
2549
2550 * gdb.dwarf2/dw2-error.exp: Use $gdb_test_file_name.
2551 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
2552 * gdb.dwarf2/dw2-main-no-line-number.exp: Same.
2553 * gdb.dwarf2/dw2-ranges-base.exp: Same.
2554 * gdb.dwarf2/dw2-ranges.exp: Same.
2555 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
2556 * gdb.dwarf2/var-access.exp: Same.
2557
2558 2020-10-19 Tom Tromey <tromey@adacore.com>
2559
2560 PR tui/26719
2561 * gdb.tui/list.exp: Check source window contents after focus
2562 change.
2563
2564 2020-10-17 Tom de Vries <tdevries@suse.de>
2565
2566 PR symtab/26317
2567 * gdb.dwarf2/dw2-main-no-line-number.exp: New file.
2568
2569 2020-10-17 Tom de Vries <tdevries@suse.de>
2570
2571 * lib/gdb.exp (standard_testfile): Also treat args starting with '-'
2572 as suffix.
2573 * gdb.dwarf2/atomic.c: Rename to ...
2574 * gdb.dwarf2/atomic-type.c: ... this.
2575 * gdb.dwarf2/dw2-ranges2.c: Rename to ...
2576 * gdb.dwarf2/dw2-ranges-2.c: ... this.
2577 * gdb.dwarf2/dw2-ranges3.c: Rename to ...
2578 * gdb.dwarf2/dw2-ranges-3.c: ... this.
2579 * gdb.dwarf2/fission-mix2.c: Rename to ...
2580 * gdb.dwarf2/fission-mix-2.c: ... this.
2581 * gdb.dwarf2/ada-linkage-name.exp: Use more suffix args for
2582 standard_testfile.
2583 * gdb.dwarf2/ada-valprint-error.exp: Same.
2584 * gdb.dwarf2/arr-stride.exp: Same.
2585 * gdb.dwarf2/arr-subrange.exp: Same.
2586 * gdb.dwarf2/atomic-type.exp: Same.
2587 * gdb.dwarf2/bad-regnum.exp: Same.
2588 * gdb.dwarf2/break-inline-psymtab.exp: Same.
2589 * gdb.dwarf2/clang-debug-names-2.exp: Same.
2590 * gdb.dwarf2/clang-debug-names.exp: Same.
2591 * gdb.dwarf2/comp-unit-lang.exp: Same.
2592 * gdb.dwarf2/corrupt.exp: Same.
2593 * gdb.dwarf2/count.exp: Same.
2594 * gdb.dwarf2/cpp-linkage-name.exp: Same.
2595 * gdb.dwarf2/data-loc.exp: Same.
2596 * gdb.dwarf2/dw2-align.exp: Same.
2597 * gdb.dwarf2/dw2-bad-elf.exp: Same.
2598 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
2599 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
2600 * gdb.dwarf2/dw2-case-insensitive.exp: Same.
2601 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Same.
2602 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
2603 * gdb.dwarf2/dw2-inline-many-frames.exp: Same.
2604 * gdb.dwarf2/dw2-inline-param.exp: Same.
2605 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
2606 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
2607 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
2608 * gdb.dwarf2/dw2-is-stmt.exp: Same.
2609 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
2610 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
2611 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
2612 * gdb.dwarf2/dw2-param-error.exp: Same.
2613 * gdb.dwarf2/dw2-ranges-base.exp: Same.
2614 * gdb.dwarf2/dw2-ranges.exp: Same.
2615 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
2616 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
2617 * gdb.dwarf2/dw4-sig-types.exp: Same.
2618 * gdb.dwarf2/dynarr-ptr.exp: Same.
2619 * gdb.dwarf2/enum-type.exp: Same.
2620 * gdb.dwarf2/fission-mix.exp: Same.
2621 * gdb.dwarf2/formdata16.exp: Same.
2622 * gdb.dwarf2/implptrconst.exp: Same.
2623 * gdb.dwarf2/implptrpiece.exp: Same.
2624 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
2625 * gdb.dwarf2/main-subprogram.exp: Same.
2626 * gdb.dwarf2/method-ptr.exp: Same.
2627 * gdb.dwarf2/missing-sig-type.exp: Same.
2628 * gdb.dwarf2/nonvar-access.exp: Same.
2629 * gdb.dwarf2/opaque-type-lookup.exp: Same.
2630 * gdb.dwarf2/shortpiece.exp: Same.
2631 * gdb.dwarf2/staticvirtual.exp: Same.
2632 * gdb.dwarf2/subrange.exp: Same.
2633 * gdb.dwarf2/symtab-producer.exp: Same.
2634 * gdb.dwarf2/typedef-void-finish.exp: Same.
2635 * gdb.dwarf2/var-access.exp: Same.
2636 * gdb.dwarf2/variant.exp: Same.
2637 * gdb.dwarf2/void-type.exp: Same.
2638 * gdb.dwarf2/dw2-ranges-psym.exp: Same. Use main.c instead of
2639 dw2-ranges-main.c.
2640 * gdb.dwarf2/dw2-ranges-main.c: Remove.
2641
2642 2020-10-16 Tom de Vries <tdevries@suse.de>
2643
2644 * lib/gdb.exp (gdb_breakpoint): Remove mention of "passfail".
2645
2646 2020-10-16 Tom de Vries <tdevries@suse.de>
2647
2648 * lib/gdb.exp (gdb_breakpoint): Handle eof as in gdb_test_multiple.
2649
2650 2020-10-14 Tom de Vries <tdevries@suse.de>
2651
2652 PR testsuite/26732
2653 * gdb.ada/mi_catch_ex.exp: Do mi_delete_breakpoints before running
2654 scenario 2.
2655 * gdb.ada/mi_catch_ex_hand.exp: Same.
2656
2657 2020-10-13 Pedro Alves <pedro@palves.net>
2658
2659 * lib/mi-support.exp (mi_clean_restart): New.
2660 (mi_run_to_main): Delete.
2661 All callers adjust to use mi_clean_restart / mi_runto_main.
2662
2663 2020-10-13 Pedro Alves <pedro@palves.net>
2664
2665 * config/monitor.exp: Use "list -q".
2666 * gdb.arch/gdb1558.exp: Use "break -q".
2667 * gdb.arch/i386-permbkpt.exp: Use "break -q".
2668 * gdb.arch/i386-prologue-skip-cf-protection.exp: Use "break -q".
2669 * gdb.base/break.exp: Use "break -q", "list -q" and "tbreak -q".
2670 * gdb.base/commands.exp: Use "break -q".
2671 * gdb.base/condbreak.exp: Use "break -q".
2672 * gdb.base/ctf-ptype.exp: Use "list -q".
2673 * gdb.base/define.exp: Use "break -q".
2674 * gdb.base/del.exp: Use "break -q".
2675 * gdb.base/fullname.exp: Use "break -q".
2676 * gdb.base/hbreak-in-shr-unsupported.exp: Use "hbreak -q".
2677 * gdb.base/hbreak-unmapped.exp: Use "hbreak -q".
2678 * gdb.base/hbreak2.exp: Use "hbreak -q" and "list -q".
2679 * gdb.base/hw-sw-break-same-address.exp: Use "break -q" and
2680 "hbreak -q".
2681 * gdb.base/included.exp: Use "list -q".
2682 * gdb.base/label.exp: Use "break -q".
2683 * gdb.base/lineinc.exp: Use "break -q".
2684 * gdb.base/list.exp: Use "list -q".
2685 * gdb.base/macscp.exp: Use "list -q".
2686 * gdb.base/pending.exp: Use "break -q".
2687 * gdb.base/prologue-include.exp: Use "break -q".
2688 * gdb.base/ptype.exp: Use "list -q".
2689 * gdb.base/sepdebug.exp: Use "break -q", "list -q" and "tbreak -q".
2690 * gdb.base/server-del-break.exp: Use "break -q".
2691 * gdb.base/style.exp: Use "break -q".
2692 * gdb.base/symbol-without-target_section.exp: Use "list -q".
2693 * gdb.base/watchpoint-reuse-slot.exp: Use "hbreak -q".
2694 * gdb.cp/exception.exp: Use "tbreak -q".
2695 * gdb.dwarf2/dw2-error.exp: Use "break -q".
2696 * gdb.dwarf2/fission-mix.exp: Use "break -q".
2697 * gdb.dwarf2/fission-reread.exp: Use "break -q".
2698 * gdb.dwarf2/pr13961.exp: Use "break -q".
2699 * gdb.linespec/explicit.exp: Use "list -q".
2700 * gdb.linespec/linespec.exp: Use "break -q".
2701 * gdb.mi/mi-simplerun.exp: Use "--qualified".
2702 * gdb.python/py-mi-objfile-gdb.py: Use "list -q".
2703 * gdb.server/bkpt-other-inferior.exp: Use "break -q".
2704 * gdb.server/connect-without-multi-process.exp: Use "break -q".
2705 * gdb.trace/change-loc.exp: Use "break -q".
2706 * gdb.trace/pending.exp: Use "break -q".
2707 * gdb.tui/basic.exp: Use "list -q".
2708 * gdb.tui/list-before.exp: Use "list -q".
2709 * gdb.tui/list.exp: Use "list -q".
2710 * lib/gdb.exp (gdb_has_argv0): Use "break -q".
2711
2712 2020-10-13 Pedro Alves <pedro@palves.net>
2713
2714 * gdb.base/ui-redirect.exp: Expect "break -qualified main" in
2715 saved breakpoints file.
2716 * gdb.guile/scm-breakpoint.exp: Expect "-qualified main" when
2717 inspecting breakpoint list.
2718 * lib/gdb.exp (runto_main): Add "qualified" to options.
2719 * lib/mi-support.exp (mi_runto_helper): Add 'qualified' parameter,
2720 and handle it.
2721 (mi_runto_main): Pass 1 as qualified argument.
2722
2723 2020-10-13 Pedro Alves <pedro@palves.net>
2724
2725 * lib/mi-support.exp (mi_runto_main): New proc.
2726 (mi_run_to_main): Use it.
2727 * gdb.mi/mi-catch-cpp-exceptions.exp: Likewise.
2728 * gdb.mi/mi-var-cmd.exp: Likewise.
2729 * gdb.mi/mi-var-invalidate.exp: Likewise.
2730 * mi-var-list-children-invalid-grandchild.exp: Likewise.
2731 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
2732 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2733 * gdb.mi/user-selected-context-sync.exp: Likewise.
2734 * gdb.opt/inline-cmds.exp: Likewise.
2735 * gdb.python/py-framefilter-mi.exp: Likewise.
2736 * gdb.python/py-mi.exp: Likewise.
2737
2738 2020-10-13 Pedro Alves <pedro@palves.net>
2739
2740 * gdb.ada/fun_in_declare.exp: Use "runto_main" instead of
2741 "runto main".
2742 * gdb.ada/small_reg_param.exp: Likewise.
2743 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2744 * gdb.base/annota1.exp: Likewise.
2745 * gdb.base/anon.exp: Likewise.
2746 * gdb.base/breakpoint-in-ro-region.exp: Likewise.
2747 * gdb.base/dprintf-non-stop.exp: Likewise.
2748 * gdb.base/dprintf.exp: Likewise.
2749 * gdb.base/gdb11530.exp: Likewise.
2750 * gdb.base/gdb11531.exp: Likewise.
2751 * gdb.base/gnu_vector.exp: Likewise.
2752 * gdb.base/interrupt-noterm.exp: Likewise.
2753 * gdb.base/memattr.exp: Likewise.
2754 * gdb.base/step-over-syscall.exp: Likewise.
2755 * gdb.base/watch-cond-infcall.exp: Likewise.
2756 * gdb.base/watch-read.exp: Likewise.
2757 * gdb.base/watch-vfork.exp: Likewise.
2758 * gdb.base/watch_thread_num.exp: Likewise.
2759 * gdb.base/watchpoint-stops-at-right-insn.exp: Likewise.
2760 * gdb.guile/scm-frame-inline.exp: Likewise.
2761 * gdb.linespec/explicit.exp: Likewise.
2762 * gdb.opt/inline-break.exp: Likewise.
2763 * gdb.python/py-frame-inline.exp: Likewise.
2764 * gdb.reverse/break-precsave.exp: Likewise.
2765 * gdb.reverse/break-reverse.exp: Likewise.
2766 * gdb.reverse/consecutive-precsave.exp: Likewise.
2767 * gdb.reverse/consecutive-reverse.exp: Likewise.
2768 * gdb.reverse/finish-precsave.exp: Likewise.
2769 * gdb.reverse/finish-reverse.exp: Likewise.
2770 * gdb.reverse/fstatat-reverse.exp: Likewise.
2771 * gdb.reverse/getresuid-reverse.exp: Likewise.
2772 * gdb.reverse/i386-precsave.exp: Likewise.
2773 * gdb.reverse/i386-reverse.exp: Likewise.
2774 * gdb.reverse/i386-sse-reverse.exp: Likewise.
2775 * gdb.reverse/i387-env-reverse.exp: Likewise.
2776 * gdb.reverse/i387-stack-reverse.exp: Likewise.
2777 * gdb.reverse/insn-reverse.exp: Likewise.
2778 * gdb.reverse/machinestate-precsave.exp: Likewise.
2779 * gdb.reverse/machinestate.exp: Likewise.
2780 * gdb.reverse/pipe-reverse.exp: Likewise.
2781 * gdb.reverse/readv-reverse.exp: Likewise.
2782 * gdb.reverse/recvmsg-reverse.exp: Likewise.
2783 * gdb.reverse/rerun-prec.exp: Likewise.
2784 * gdb.reverse/s390-mvcle.exp: Likewise.
2785 * gdb.reverse/solib-precsave.exp: Likewise.
2786 * gdb.reverse/solib-reverse.exp: Likewise.
2787 * gdb.reverse/step-precsave.exp: Likewise.
2788 * gdb.reverse/step-reverse.exp: Likewise.
2789 * gdb.reverse/time-reverse.exp: Likewise.
2790 * gdb.reverse/until-precsave.exp: Likewise.
2791 * gdb.reverse/until-reverse.exp: Likewise.
2792 * gdb.reverse/waitpid-reverse.exp: Likewise.
2793 * gdb.reverse/watch-precsave.exp: Likewise.
2794 * gdb.reverse/watch-reverse.exp: Likewise.
2795 * gdb.threads/kill.exp: Likewise.
2796 * gdb.threads/tid-reuse.exp: Likewise.
2797
2798 2020-10-13 Simon Marchi <simon.marchi@polymtl.ca>
2799
2800 PR gdb/26642
2801 * gdb.base/maint-target-async-off.c: New test.
2802 * gdb.base/maint-target-async-off.exp: New test.
2803
2804 2020-10-13 Alan Modra <amodra@gmail.com>
2805
2806 * gdb.arch/powerpc-altivec.s,
2807 * gdb.arch/powerpc-power7.s,
2808 * gdb.arch/powerpc-power8.s,
2809 * gdb.arch/powerpc-power9.s,
2810 * gdb.arch/powerpc-vsx.s,
2811 * gdb.arch/powerpc-vsx2.s: Remove duplicate instructions.
2812 * gdb.arch/powerpc-altivec.exp,
2813 * gdb.arch/powerpc-power7.exp,
2814 * gdb.arch/powerpc-power8.exp,
2815 * gdb.arch/powerpc-power9.exp,
2816 * gdb.arch/powerpc-vsx.exp,
2817 * gdb.arch/powerpc-vsx2.exp: Likewise, and update expected
2818 disassembly of mfvsrd/mtvsrd.
2819
2820 2020-10-13 Alan Modra <amodra@gmail.com>
2821
2822 * gdb.arch/arm-disassembler-options.exp: Adjust expected
2823 "target architecture" output.
2824 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2825 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
2826 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
2827 * gdb.arch/s390-disassembler-options.exp: Likewise.
2828
2829 2020-10-12 Pedro Alves <pedro@palves.net>
2830
2831 PR exp/26602
2832 PR c++/26550
2833 * gdb.cp/ambiguous.cc (marker1): Delete.
2834 (main): Initialize all the fields of the locals. Replace marker1
2835 call with a "set breakpoint here" marker.
2836 * gdb.cp/ambiguous.exp: Modernize. Use gdb_continue_to_breakpoint
2837 instead of running to marker1. Add tests printing all the
2838 variables and all the fields of the variables.
2839 (test_ambiguous): New proc, expecting the new GDB output when a
2840 field access is ambiguous. Change all "warning: X ambiguous"
2841 tests to use it.
2842
2843 2020-10-12 Gary Benson <gbenson@redhat.com>
2844
2845 * gdb.base/msym-bp.c (foo): Add __attribute__ ((used)).
2846 * gdb.base/msym-bp-2.c (foo): Likewise.
2847 * gdb.base/msym-lang.c (foo): Likewise.
2848 * gdb.base/msym-lang-main.c (foo): Likewise.
2849 * gdb.base/symtab-search-order-1.c (static_global): Likewise.
2850 * gdb.guile/scm-pretty-print.c (eval_func): Likewise.
2851 * gdb.mi/mi-sym-info-1.c (global_f1): Likewise.
2852 * gdb.mi/mi-sym-info-2.c (global_f1, var1, var2): Likewise.
2853 * gdb.multi/watchpoint-multi-exit.c (globalvar): Likewise.
2854 * gdb.python/py-as-string.c (enum_valid, enum_invalid): Likewise.
2855 * gdb.python/py-objfile.c (static_var): Likewise.
2856 * gdb.python/py-symbol.c (rr): Likewise.
2857 * gdb.python/py-symbol-2.c (anon, rr): Likewise.
2858 * gdb.mi/mi-sym-info.exp (lineno1, lineno2): Updated.
2859
2860 2020-10-11 Andrew Burgess <andrew.burgess@embecosm.com>
2861
2862 * gdb.fortran/mixed-lang-stack.exp (run_tests): Update expected
2863 output of backtrace.
2864
2865 2020-10-09 Tom Tromey <tromey@adacore.com>
2866
2867 * gdb.ada/scalar_storage/storage.adb (Another_Range): New type.
2868 (Rec): Add field. Fix range.
2869 * gdb.ada/scalar_storage.exp: Update.
2870
2871 2020-10-09 Hannes Domani <ssbssa@yahoo.de>
2872
2873 PR exp/26714
2874 * gdb.base/printcmds.exp: Add tests for void results.
2875
2876 2020-10-09 Jan Vrany <jan.vrany@labware.com>
2877
2878 * gdb.mi/mi-cmd-param-changed.exp: Check that notification is
2879 is emmited for both 'set directories' and 'directory' commands.
2880
2881 2020-10-08 Tom Tromey <tom@tromey.com>
2882
2883 * gdb.base/style.exp: Check that "main"'s name is styled.
2884
2885 2020-10-07 Tom Tromey <tromey@adacore.com>
2886
2887 * gdb.base/find.exp: Rename some tests.
2888
2889 2020-10-06 Gary Benson <gbenson@redhat.com>
2890
2891 * gdb.base/list0.c (unused): Add __attribute__ ((used)).
2892 * gdb.base/list1.c (unused): Likewise.
2893
2894 2020-10-06 Gary Benson <gbenson@redhat.com>
2895
2896 * gdb.base/list-ambiguous0.c (ambiguous_var): Add
2897 __attribute__ ((used)).
2898 * gdb.base/list-ambiguous1.c (ambiguous_var): Likewise.
2899
2900 2020-10-06 Andrew Burgess <andrew.burgess@embecosm.com>
2901
2902 * gdb.base/m32r.ld: Remove SEARCH_DIR line. Add MEMORY regions,
2903 make use of regions throughout.
2904 * gdb.base/overlays.exp: Enclose string with variableds in "..",
2905 not {...}.
2906 * gdb.base/ovlymgr.c: Add 'string.h' and 'stdlib.h' includes.
2907
2908 2020-10-05 Hannes Domani <ssbssa@yahoo.de>
2909
2910 * gdb.base/call-sc.c: Fix return struct on stack test case.
2911 * gdb.base/call-sc.exp: Likewise.
2912
2913 2020-10-02 Gary Benson <gbenson@redhat.com>
2914
2915 * README: Fix "paralell".
2916
2917 2020-09-30 Gary Benson <gbenson@redhat.com>
2918
2919 * gdb.dwarf2/dw2-double-set-die-type.S (.Ldie_3e0):
2920 Convert directive to lowercase.
2921 (.Labbrev1_begin): Add missing label.
2922 (abbrev code 0x1): Remove DW_AT_stmt_list.
2923 (.Ldie_b): Likewise.
2924
2925 2020-09-27 Tom Tromey <tom@tromey.com>
2926
2927 * gdb.tui/new-layout.exp: Use with_test_prefix.
2928
2929 2020-09-26 Gareth Rees <grees@undo.io> (tiny change)
2930
2931 PR python/26586
2932 * gdb.python/python.exp: add test cases for the from_tty
2933 argument to gdb.execute.
2934
2935 2020-09-25 Gary Benson <gbenson@redhat.com>
2936
2937 * gdb.base/infcall-nested-structs.exp.tcl: Add
2938 additional_flags=-Wno-tautological-compare for C++
2939 tests when compiling using Clang.
2940
2941 2020-09-25 Gary Benson <gbenson@redhat.com>
2942
2943 * lib/gdb.exp (gdb_compile): Pass "-x c++" earlier, and only
2944 for .c files.
2945
2946 2020-09-24 Tom Tromey <tromey@adacore.com>
2947
2948 PR tui/26638:
2949 * gdb.tui/list.exp: Check output of "focus next".
2950
2951 2020-09-23 Tom Tromey <tom@tromey.com>
2952
2953 * gdb.dwarf2/intbits.exp: New file.
2954 * gdb.dwarf2/intbits.c: New file.
2955
2956 2020-09-20 Pedro Alves <pedro@palves.net>
2957
2958 * lib/mi-support.exp (mi_uncatched_gdb_exit) Switch to the main
2959 spawn_id before calling remote_close. Close secondary MI channel.
2960
2961 2020-09-20 Pedro Alves <pedro@palves.net>
2962
2963 * gdb.base/testenv.exp (find_env): Bail out if printing 'envp[$i]'
2964 fails.
2965
2966 2020-09-19 Andrew Burgess <andrew.burgess@embecosm.com>
2967
2968 * gdb.fortran/array-slices.exp: Update expected results.
2969 * gdb.fortran/class-allocatable-array.exp: Likewise.
2970 * gdb.fortran/multi-dim.exp: Likewise.
2971 * gdb.fortran/vla-type.exp: Likewise.
2972 * gdb.mi/mi-vla-fortran.exp: Likewise.
2973
2974 2020-09-18 Victor Collod <vcollod@nvidia.com>
2975
2976 PR gdb/26635
2977 * gdb.arch/amd64-prologue-skip-cf-protection.exp: Make the test
2978 compatible with i386, and move it to...
2979 * gdb.arch/i386-prologue-skip-cf-protection.exp: ... here.
2980 * gdb.arch/amd64-prologue-skip-cf-protection.c: Move to...
2981 * gdb.arch/i386-prologue-skip-cf-protection.c: ... here.
2982
2983 2020-09-18 Pedro Alves <pedro@palves.net>
2984
2985 PR gdb/26631
2986 * gdb.multi/multi-target-thread-find.exp: New file.
2987
2988 2020-09-18 Pedro Alves <pedro@palves.net>
2989
2990 * gdb.multi/multi-target-continue.exp: New file, factored out from
2991 multi-target.exp.
2992 * gdb.multi/multi-target-info-inferiors.exp: New file, factored out from
2993 multi-target.exp.
2994 * gdb.multi/multi-target-interrupt.exp: New file, factored out from
2995 multi-target.exp.
2996 * gdb.multi/multi-target-no-resumed.exp: New file, factored out from
2997 multi-target.exp.
2998 * gdb.multi/multi-target-ping-pong-next.exp: New file, factored out from
2999 multi-target.exp.
3000 * gdb.multi/multi-target.exp.tcl: New file, factored out from
3001 multi-target.exp.
3002 * gdb.multi/multi-target.exp: Delete.
3003
3004 2020-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
3005
3006 * gdb.fortran/array-slices.exp: Add missing message data.
3007
3008 2020-09-17 Pedro Alves <pedro@palves.net>
3009
3010 * gdb.cp/call-c-1.c (foo) [__cplusplus]: Add extern "C".
3011
3012 2020-09-17 Pedro Alves <pedro@palves.net>
3013
3014 * gdb.python/py-frame-inline.exp: Adjust to optionally expect a
3015 full prototype.
3016
3017 2020-09-17 Pedro Alves <pedro@palves.net>
3018
3019 * gdb.python/py-as-string.c: Add cast.
3020
3021 2020-09-17 Pedro Alves <pedro@palves.net>
3022
3023 * gdb.base/sizeof.c (fill): Add cast.
3024
3025 2020-09-17 Pedro Alves <pedro@palves.net>
3026
3027 * gdb.base/share-env-with-gdbserver.c (main): Add cast.
3028
3029 2020-09-17 Pedro Alves <pedro@palves.net>
3030
3031 * gdb.base/prologue.c [__cplusplus] (marker): Explicitly specify
3032 linkage name.
3033 * gdb.base/prologue.exp: Use print /d.
3034 * gdb.base/symbol-alias.exp: Handle C++ output.
3035 * gdb.base/symbol-alias2.c: Handle C++ output.
3036 [__cplusplus] (func): Explicitly specify linkage name.
3037
3038 2020-09-17 Pedro Alves <pedro@palves.net>
3039
3040 * gdb.python/py-nested-maps.c (struct key_t): Rename to...
3041 (struct my_key_t): ... this. Adjust all references.
3042 (struct value_t): Rename to ...
3043 (struct my_value_t): ... this. Adjust all references.
3044 (create_map, add_map_element, create_map_map)
3045 (add_map_map_element): Add casts.
3046
3047 2020-09-17 Pedro Alves <pedro@palves.net>
3048
3049 * gdb.python/py-framefilter-mi.c (funca): Add casts.
3050 * gdb.python/py-framefilter.c.c (funca, func2): Add casts.
3051
3052 2020-09-17 Pedro Alves <pedro@palves.net>
3053
3054 * gdb.mi/var-cmd.c (do_anonymous_type_tests): Add cast.
3055
3056 2020-09-17 Pedro Alves <pedro@palves.net>
3057
3058 * gdb.base/exprs.c: Replace 'this' with 'self' throughout.
3059 * gdb.base/ptype.c: : Replace 'this' with 'self' throughout.
3060 (charfoo, intfoo): Define full prototype.
3061 * gdb.base/ptype1.c (charfoo): Define full prototype.
3062 * gdb.base/setvar.c: Replace 'this' with 'self' throughout.
3063 * gdb.base/whatis.c: Replace 'this' with 'self' throughout.
3064
3065 2020-09-17 Pedro Alves <pedro@palves.net>
3066
3067 * gdb.base/charset.c [__cplusplus] (wchar_t, char16_t, char32_t):
3068 Don't define.
3069 (utf_32_string): Compile for both C and C++.
3070 * gdb.base/charset.exp: Use "print /d".
3071
3072 2020-09-17 Pedro Alves <pedro@palves.net>
3073
3074 * gdb.base/watchpoint.c (buf): Make it 31 bytes.
3075 (nullptr): Rename to ...
3076 (null_ptr): ... this.
3077 * gdb.base/watchpoint.exp: Adjust to rename.
3078
3079 2020-09-17 Pedro Alves <pedro@palves.net>
3080
3081 * gdb.base/printcmds.c (three, flag_enum_without_zero)
3082 (three_not_flag): Add casts.
3083
3084 2020-09-17 Pedro Alves <pedro@palves.net>
3085
3086 * gdb.base/examine-backward.c (Barrier, TestStrings): Now unsigned
3087 char array.
3088 (main): Add references to Barrier, TestStrings, TestStringsH and
3089 TestStringsW.
3090 * gdb.base/examine-backward.exp: Issue "set print asm-demangle on"
3091 and expect a full prototype in C++.
3092
3093 2020-09-17 Pedro Alves <pedro@palves.net>
3094
3095 * gdb.base/nested-addr.c (main): Add cast.
3096 * gdb.base/nested-addr.exp: Use "print /d".
3097
3098 2020-09-17 Pedro Alves <pedro@palves.net>
3099
3100 * gdb.base/break.exp (func): New. Use it throughout when
3101 expecting a function name.
3102
3103 2020-09-17 Pedro Alves <pedro@palves.net>
3104
3105 * gdb.base/display.exp: Issue "set print asm-demangle on".
3106
3107 2020-09-17 Pedro Alves <pedro@palves.net>
3108
3109 * gdb.base/find.c: Include <string.h>.
3110 (init_bufs): Add cast.
3111 * gdb.base/find.exp: Issue "set print asm-demangle on".
3112
3113 2020-09-16 Tom Tromey <tromey@adacore.com>
3114
3115 PR gdb/26598:
3116 * gdb.base/skipcxx.exp: New file.
3117 * gdb.base/skipcxx.cc: New file.
3118
3119 2020-09-16 Tom de Vries <tdevries@suse.de>
3120
3121 PR testsuite/26617
3122 * gdb.dlang/watch-loc.c: Only add .debug_aranges if
3123 WITH_DEBUG_SECTIONS is defined.
3124 (xstr, str): New macro.
3125 (.debug_aranges): Use DMAIN_START_0/1/2 and DMAIN_LENGTH
3126 to get start and size of _Dmain.
3127 * gdb.dlang/watch-loc.exp: Pass DMAIN_START_0/1/2 and DMAIN_LENGTH
3128 using additional_flags.
3129
3130 2020-09-16 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3131
3132 * gdb.base/bp-cmds-sourced-script.c: New file.
3133 * gdb.base/bp-cmds-sourced-script.exp: New test.
3134 * gdb.base/bp-cmds-sourced-script.gdb: New file.
3135
3136 2020-09-16 Tom de Vries <tdevries@suse.de>
3137
3138 * lib/gdbserver-support.exp (gdbserver_exit): Make sure we
3139 get the gdb prompt after issuing "monitor exit".
3140
3141 2020-09-16 Tom de Vries <tdevries@suse.de>
3142
3143 PR testsuite/26624
3144 * lib/gdb.exp (gdb_assert): Catch errors in condition evaluation.
3145
3146 2020-09-16 Tom de Vries <tdevries@suse.de>
3147
3148 PR testsuite/26618
3149 * gdb.tui/new-layout.exp: Escape unbalanced braces.
3150
3151 2020-09-15 Tom Tromey <tromey@adacore.com>
3152
3153 PR rust/26197:
3154 * lib/rust-support.exp (rust_llvm_version): New proc.
3155 * gdb.rust/simple.exp: Check rust_llvm_version.
3156
3157 2020-09-14 Tom de Vries <tdevries@suse.de>
3158
3159 * gdb.rust/traits.exp: Fix PATH warning.
3160
3161 2020-09-13 Pedro Alves <pedro@palves.net>
3162
3163 * gdb.base/catch-follow-exec.c (main): Add explicit return
3164 statement.
3165 * gdb.base/catch-signal.c (main): Likewise.
3166 * gdb.base/condbreak-call-false.c (main): Likewise.
3167 * gdb.base/consecutive.c (main): Add explicit return
3168 statement and return type.
3169 * gdb.base/cursal.c (main): Add explicit return statement.
3170 * gdb.base/cvexpr.c (main): Likewise.
3171 * gdb.base/display.c (main): Add explicit return statement and
3172 return type.
3173 * gdb.base/dprintf-detach.c (main): Add explicit return statement.
3174 * gdb.base/endianity.c (main): Likewise.
3175 * gdb.base/execd-prog.c (main): Likewise.
3176 * gdb.base/gdb1090.c (main): Likewise.
3177 * gdb.base/info_qt.c (main): Likewise.
3178 * gdb.base/lineinc.c (main): Likewise.
3179 * gdb.base/load-command.c (main): Likewise.
3180 * gdb.base/macscp1.c (main): Likewise.
3181 * gdb.base/pr10179-a.c (main): Likewise.
3182 * gdb.base/quit-live.c (main): Likewise.
3183 * gdb.base/scope0.c (main): Likewise.
3184 * gdb.base/settings.c (main): Likewise.
3185 * gdb.base/stack-checking.c (main): Return int.
3186 * gdb.base/varargs.c (main): Add explicit return statement.
3187 * gdb.cp/ambiguous.cc (main): Likewise.
3188 * gdb.cp/anon-struct.cc (main): Likewise.
3189 * gdb.cp/anon-union.cc (main): Likewise.
3190 * gdb.cp/bool.cc (main): Likewise.
3191 * gdb.cp/bs15503.cc (main): Likewise.
3192 * gdb.cp/cplusfuncs.cc (main): Likewise.
3193 * gdb.cp/cttiadd.cc (main): Likewise.
3194 * gdb.cp/extern-c.cc (main): Likewise.
3195 * gdb.cp/filename.cc (main): Likewise.
3196 * gdb.cp/formatted-ref.cc (main): Likewise.
3197 * gdb.cp/mb-ctor.cc (main): Likewise.
3198 * gdb.cp/member-ptr.cc (main): Likewise.
3199 * gdb.cp/minsym-fallback-main.cc (main): Likewise.
3200 * gdb.cp/overload-const.cc (main): Likewise.
3201 * gdb.cp/paren-type.cc (main): Likewise.
3202 * gdb.cp/parse-lang.cc (main): Likewise.
3203 * gdb.cp/pr-1023.cc (main): Likewise.
3204 * gdb.cp/psmang1.cc (main): Likewise.
3205 * gdb.cp/readnow-language.cc (main): Likewise.
3206 * gdb.cp/ref-params.cc (main): Likewise.
3207 * gdb.cp/rvalue-ref-params.cc (main): Likewise.
3208 * gdb.cp/virtbase2.cc (main): Likewise.
3209 * gdb.dwarf2/dw2-abs-hi-pc.c (main): Likewise.
3210 * gdb.dwarf2/dw2-namespaceless-anonymous.c (main): Likewise.
3211 * gdb.dwarf2/dw4-toplevel-types.cc (main): Likewise.
3212 * gdb.mi/mi-console.c (main): Likewise.
3213 * gdb.mi/mi-read-memory.c (main): Likewise.
3214 * gdb.modula2/multidim.c (main): Likewise.
3215 * gdb.opt/inline-small-func.c (main): Likewise.
3216 * gdb.python/py-rbreak.c (main): Likewise.
3217 * gdb.stabs/exclfwd1.c (main): Likewise.
3218 * gdb.trace/qtro.c (main): Likewise.
3219
3220 2020-09-13 Pedro Alves <pedro@palves.net>
3221
3222 * gdb.base/share-env-with-gdbserver.c (main): Call my_getenv
3223 instead of getenv.
3224
3225 2020-09-13 Pedro Alves <pedro@palves.net>
3226
3227 * gdb.base/dbx.exp (dbx_gdb_start): Adjust to use gdb_spawn
3228 instead of spawning GDB with remote_spawn.
3229 * lib/mi-support.exp (default_mi_gdb_start): Adjust to use
3230 gdb_spawn instead of spawning GDB with remote_spawn.
3231
3232 2020-09-13 Pedro Alves <pedro@palves.net>
3233
3234 * gdb.dwarf2/ada-linkage-name.c (main): Move to the bottom of the
3235 file and add calls to first and second.
3236 * gdb.dwarf2/atomic.c (main): Move to the bottom of the file and
3237 add call to f.
3238
3239 2020-09-13 Pedro Alves <pedro@palves.net>
3240
3241 * gdb.mi/mi-break-qualified.cc: New file.
3242 * gdb.mi/mi-break-qualified.exp: New file.
3243 * lib/mi-support.exp (mi_create_breakpoint_multi)
3244 (mi_make_breakpoint_loc, mi_make_breakpoint_multi): New
3245 procedures.
3246 (mi_create_breakpoint_1): New, factored out from
3247 mi_create_breakpoint.
3248
3249 2020-09-13 Pedro Alves <pedro@palves.net>
3250
3251 * gdb.cp/inherit.exp: No longer pass -Wno-deprecated-register.
3252 * gdb.cp/misc.exp: No longer pass -Wno-deprecated-register.
3253 * gdb.cp/misc.cc (class small, small::method, marker_reg1)
3254 (register_class): Delete.
3255 (main): Don't call register_class.
3256
3257 2020-09-13 Pedro Alves <pedro@palves.net>
3258
3259 * gdb.cp/classes.exp: No longer pass -Wno-deprecated-register.
3260 (do_tests): Remove "calling method for small class" test.
3261 * gdb.cp/classes.cc (class small, small::method, marker_reg1)
3262 (register_class): Delete.
3263 (main): Don't call register_class.
3264 * gdb.cp/call-method-register.exp: New file, based on bits removed
3265 from classes.exp.
3266 * gdb.cp/call-method-register.cc: New file, based on bits removed
3267 from classes.cc.
3268
3269 2020-09-13 Pedro Alves <pedro@palves.net>
3270
3271 * gdb.base/msym-bp-2.c: New.
3272 * gdb.base/msym-bp-shl-lib.c: New file.
3273 * gdb.base/msym-bp-shl-main-2.c: New file.
3274 * gdb.base/msym-bp-shl-main.c: New file.
3275 * gdb.base/msym-bp-shl.exp: New file.
3276 * gdb.base/msym-bp.c: New file.
3277 * gdb.base/msym-bp.exp: New file.
3278
3279 2020-09-13 Joel Brobecker <brobecker@adacore.com>
3280
3281 * gdb.base/default.exp: Change $_gdb_major to 11.
3282
3283 2020-09-11 Moritz Riesterer <moritz.riesterer@intel.com>
3284 Felix Willgerodt <Felix.Willgerodt@intel.com>
3285
3286 * x86-avx512bf16.c: New file.
3287 * x86-avx512bf16.exp: Likewise.
3288 * lib/gdb.exp (skip_avx512bf16_tests): New function.
3289
3290 2020-09-11 Tom de Vries <tdevries@suse.de>
3291
3292 PR exp/26602
3293 * gdb.cp/ambiguous.exp: Add KFAILs for PR26602.
3294
3295 2020-09-11 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3296
3297 * gdb.base/bp-cmds-execution-x-script.exp: Remove a stale comment.
3298
3299 2020-09-10 Alan Modra <amodra@gmail.com>
3300
3301 PR 26597
3302 * gdb.dlang/demangle.exp: Update tests as per gcc commit 387d0773f3.
3303
3304 2020-09-08 Tom de Vries <tdevries@suse.de>
3305
3306 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Consume gdb prompt
3307 after gdb_starti_cmd.
3308
3309 2020-09-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
3310
3311 * lib/fortran.exp (fortran_complex8): New proc.
3312 (fortran_complex16): New proc.
3313 * gdb.fortran/complex.exp: Use routines from fortran.exp
3314 * gdb.fortran/pointer-to-pointer.exp: Likewise.
3315 * gdb.fortran/vla-ptr-info.exp: Likewise.
3316
3317 2020-09-03 Tom de Vries <tdevries@suse.de>
3318
3319 PR breakpoint/26546
3320 * gdb.base/label-without-address.exp: Runto main first.
3321
3322 2020-09-02 Tom Tromey <tromey@adacore.com>
3323
3324 * gdb.ada/mi_var_access.exp: Test children of access variable.
3325 * gdb.ada/mi_var_access/mi_access.adb: Add new stop markers.
3326 * gdb.ada/mi_var_array.exp: Update.
3327
3328 2020-08-31 Kevin Buettner <kevinb@redhat.com>
3329
3330 * gdb.base/corefile.exp (warning-free): XFAIL test when running
3331 on docker w/ AUFS storage driver.
3332
3333 2020-08-31 Kevin Buettner <kevinb@redhat.com>
3334
3335 * gdb.base/corefile2.exp (renamed binfile): New tests.
3336
3337 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
3338
3339 * gdb.dwarf2/dw2-reg-undefined.exp: Remove spurious #.
3340
3341 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
3342
3343 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: New file.
3344 * gdb.dwarf2/frame-inlined-in-outer-frame.S: New file.
3345
3346 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
3347
3348 * gdb.dwarf2/dw2-reg-undefined.exp: Test "set debug frame 1"
3349 output, printing a "not saved" value from history and printing a
3350 convenience variable created from a "not saved" value.
3351
3352 2020-08-31 Tom de Vries <tdevries@suse.de>
3353
3354 * gdb.base/eh_return.exp: Use nopie.
3355
3356 2020-08-28 Pedro Alves <pedro@palves.net>
3357
3358 * gdb.base/advance-until-multiple-locations.exp
3359 (advance_overload, until_overload): Adjust to match the
3360 frame/function header instead of the source line text.
3361
3362 2020-08-28 Tom de Vries <tdevries@suse.de>
3363
3364 * gdb.base/label-without-address.c: New test.
3365 * gdb.base/label-without-address.exp: New file.
3366
3367 2020-08-27 Pedro Alves <pedro@palves.net>
3368
3369 PR gdb/26523
3370 PR gdb/26524
3371 * gdb.base/advance-until-multiple-locations.cc: New.
3372 * gdb.base/advance-until-multiple-locations.exp: New.
3373
3374 2020-08-27 Simon Marchi <simon.marchi@polymtl.ca>
3375
3376 * gdb.dwarf2/dw2-reg-undefined.exp: Use multi_line.
3377
3378 2020-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3379
3380 * gdb.arch/amd64-byte.exp: Make test names unique, use
3381 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
3382 * gdb.arch/amd64-dword.exp: Likewise.
3383 * gdb.arch/amd64-pseudo.c: Fix typo 'forth' -> 'fourth'.
3384 * gdb.arch/amd64-stap-special-operands.exp: Make test names
3385 unique.
3386 * gdb.arch/amd64-tailcall-ret.exp: Likewise.
3387 * gdb.arch/amd64-word.exp: Make test names unique, use
3388 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
3389 * gdb.arch/i386-byte.exp: Make test names unique, use
3390 gdb_breakpoint.
3391 * gdb.arch/i386-word.exp: Likewise.
3392
3393 2020-08-25 Shahab Vahedi <shahab@synopsys.com>
3394
3395 * gdb.arch/arc-tdesc-cpu.xml: Use new feature names.
3396
3397 2020-08-25 Simon Marchi <simon.marchi@polymtl.ca>
3398
3399 PR gdb/26532
3400 * gdb.threads/stepi-random-signal.exp: Update pattern.
3401
3402 2020-08-25 Simon Marchi <simon.marchi@efficios.com>
3403
3404 PR gdb/26532
3405 * gdb.base/ui-redirect.exp: Update pattern.
3406
3407 2020-08-25 Gary Benson <gbenson@redhat.com>
3408
3409 * gdb.dwarf2/dw2-dir-file-name.exp: Use system assembler
3410 when compiling with clang.
3411 * gdb.dwarf2/dw2-restore.exp: Likewise.
3412
3413 2020-08-25 Gary Benson <gbenson@redhat.com>
3414
3415 * gdb.cp/ambiguous.exp: Enable test when compiling with GCC.
3416 Add additional_flags=-Wno-inaccessible-base when compiling
3417 with GCC >= 10.1 or clang. Add additional_flags=-w when
3418 compiling with GCC < 10.
3419
3420 2020-08-25 Gaius Mulley <gaiusmod2@gmail.com>
3421
3422 PR m2/26372
3423 * gdb.modula2/multidim.c: New file.
3424 * gdb.modula2/multidim.exp: New file.
3425
3426 2020-08-24 Simon Marchi <simon.marchi@polymtl.ca>
3427
3428 * lib/gdb.exp (runto): Always emit fail on internal error.
3429
3430 2020-08-24 Simon Marchi <simon.marchi@efficios.com>
3431
3432 * gdb.base/gdb-sigterm.exp (do_test): Update expected regexp.
3433 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3434 Likewise.
3435 * gdb.threads/stepi-random-signal.exp: Likewise.
3436
3437 2020-08-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3438
3439 * gdb.base/print-file-var.exp: Fix typo "breapoint".
3440 * gdb.trace/strace.exp: Ditto.
3441
3442 2020-08-19 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
3443
3444 * gdb.fortran/vla-type.exp: Skip commands not required for
3445 the Flang compiled binaries after prologue fix.
3446
3447 2020-08-17 Tom de Vries <tdevries@suse.de>
3448 Tom Tromey <tromey@adacore.com>
3449
3450 PR rust/26197:
3451 * gdb.rust/simple.exp (xfail_pattern): Update for new failure.
3452
3453 2020-08-17 Tom Tromey <tromey@adacore.com>
3454
3455 * gdb.ada/mi_var_access.exp: New file.
3456 * gdb.ada/mi_var_access/mi_access.adb: New file.
3457 * gdb.ada/mi_var_access/pck.adb: New file.
3458 * gdb.ada/mi_var_access/pck.ads: New file.
3459
3460 2020-08-16 Tom de Vries <tdevries@suse.de>
3461
3462 PR gdb/25350
3463 * gdb.base/eh_return.c: New test.
3464 * gdb.base/eh_return.exp: New file.
3465
3466 2020-08-15 Tom de Vries <tdevries@suse.de>
3467
3468 * gdb.fortran/mixed-lang-stack.c (fortran_charlen_t): New type.
3469 (mixed_func_1d_): Use fortran_charlen_t in decl.
3470
3471 2020-08-15 Tom de Vries <tdevries@suse.de>
3472
3473 PR backtrace/26390
3474 * gdb.fortran/mixed-lang-stack.exp: Call bt with -frame-arguments all.
3475 Update expected pattern.
3476
3477 2020-08-13 Pedro Alves <pedro@palves.net>
3478
3479 * gdb.fortran/complex.exp: Check skip_fortran_tests.
3480 * gdb.fortran/library-module.exp: Likewise.
3481 * gdb.fortran/logical.exp: Likewise.
3482 * gdb.fortran/module.exp: Likewise.
3483 * gdb.fortran/print_type.exp: Likewise.
3484 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
3485 * gdb.fortran/vla-datatypes.exp: Likewise.
3486 * gdb.fortran/vla-history.exp: Likewise.
3487 * gdb.fortran/vla-ptr-info.exp: Likewise.
3488 * gdb.fortran/vla-ptype-sub.exp: Likewise.
3489 * gdb.fortran/vla-ptype.exp: Likewise.
3490 * gdb.fortran/vla-sizeof.exp: Likewise.
3491 * gdb.fortran/vla-type.exp: Likewise.
3492 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
3493 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
3494 * gdb.fortran/vla-value-sub.exp: Likewise.
3495 * gdb.fortran/vla-value.exp: Likewise.
3496
3497 2020-08-13 Pedro Alves <pedro@palves.net>
3498
3499 * gdb.ada/access_tagged_param.exp: Check skip_ada_tests.
3500 * gdb.ada/access_to_packed_array.exp: Likewise.
3501 * gdb.ada/access_to_unbounded_array.exp: Likewise.
3502 * gdb.ada/addr_arith.exp: Likewise.
3503 * gdb.ada/arr_acc_idx_w_gap.exp: Likewise.
3504 * gdb.ada/arr_arr.exp: Likewise.
3505 * gdb.ada/arr_enum_idx_w_gap.exp: Likewise.
3506 * gdb.ada/array_bounds.exp: Likewise.
3507 * gdb.ada/array_of_variable_length.exp: Likewise.
3508 * gdb.ada/array_ptr_renaming.exp: Likewise.
3509 * gdb.ada/array_subscript_addr.exp: Likewise.
3510 * gdb.ada/arraydim.exp: Likewise.
3511 * gdb.ada/arrayparam.exp: Likewise.
3512 * gdb.ada/arrayptr.exp: Likewise.
3513 * gdb.ada/assign_1.exp: Likewise.
3514 * gdb.ada/assign_arr.exp: Likewise.
3515 * gdb.ada/atomic_enum.exp: Likewise.
3516 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
3517 * gdb.ada/bad-task-bp-keyword.exp: Likewise.
3518 * gdb.ada/bias.exp: Likewise.
3519 * gdb.ada/boolean_expr.exp: Likewise.
3520 * gdb.ada/bp_c_mixed_case.exp: Likewise.
3521 * gdb.ada/bp_enum_homonym.exp: Likewise.
3522 * gdb.ada/bp_inlined_func.exp: Likewise.
3523 * gdb.ada/bp_on_var.exp: Likewise.
3524 * gdb.ada/bp_range_type.exp: Likewise.
3525 * gdb.ada/bp_reset.exp: Likewise.
3526 * gdb.ada/call_pn.exp: Likewise.
3527 * gdb.ada/catch_assert_if.exp: Likewise.
3528 * gdb.ada/catch_ex.exp: Likewise.
3529 * gdb.ada/catch_ex_std.exp: Likewise.
3530 * gdb.ada/char_enum.exp: Likewise.
3531 * gdb.ada/char_param.exp: Likewise.
3532 * gdb.ada/complete.exp: Likewise.
3533 * gdb.ada/cond_lang.exp: Likewise.
3534 * gdb.ada/convvar_comp.exp: Likewise.
3535 * gdb.ada/dgopt.exp: Likewise.
3536 * gdb.ada/disc_arr_bound.exp: Likewise.
3537 * gdb.ada/display_nested.exp: Likewise.
3538 * gdb.ada/dot_all.exp: Likewise.
3539 * gdb.ada/dyn_loc.exp: Likewise.
3540 * gdb.ada/dyn_stride.exp: Likewise.
3541 * gdb.ada/excep_handle.exp: Likewise.
3542 * gdb.ada/expr_delims.exp: Likewise.
3543 * gdb.ada/expr_with_funcall.exp: Likewise.
3544 * gdb.ada/exprs.exp: Likewise.
3545 * gdb.ada/fin_fun_out.exp: Likewise.
3546 * gdb.ada/fixed_cmp.exp: Likewise.
3547 * gdb.ada/formatted_ref.exp: Likewise.
3548 * gdb.ada/frame_arg_lang.exp: Likewise.
3549 * gdb.ada/frame_args.exp: Likewise.
3550 * gdb.ada/fullname_bp.exp: Likewise.
3551 * gdb.ada/fun_addr.exp: Likewise.
3552 * gdb.ada/fun_in_declare.exp: Likewise.
3553 * gdb.ada/fun_overload_menu.exp: Likewise.
3554 * gdb.ada/fun_renaming.exp: Likewise.
3555 * gdb.ada/funcall_char.exp: Likewise.
3556 * gdb.ada/funcall_param.exp: Likewise.
3557 * gdb.ada/funcall_ptr.exp: Likewise.
3558 * gdb.ada/funcall_ref.exp: Likewise.
3559 * gdb.ada/homonym.exp: Likewise.
3560 * gdb.ada/info_addr_mixed_case.exp: Likewise.
3561 * gdb.ada/info_auto_lang.exp: Likewise.
3562 * gdb.ada/info_exc.exp: Likewise.
3563 * gdb.ada/info_types.exp: Likewise.
3564 * gdb.ada/int_deref.exp: Likewise.
3565 * gdb.ada/interface.exp: Likewise.
3566 * gdb.ada/iwide.exp: Likewise.
3567 * gdb.ada/lang_switch.exp: Likewise.
3568 * gdb.ada/length_cond.exp: Likewise.
3569 * gdb.ada/maint_with_ada.exp: Likewise.
3570 * gdb.ada/mi_catch_assert.exp: Likewise.
3571 * gdb.ada/mi_catch_ex.exp: Likewise.
3572 * gdb.ada/mi_catch_ex_hand.exp: Likewise.
3573 * gdb.ada/mi_dyn_arr.exp: Likewise.
3574 * gdb.ada/mi_ex_cond.exp: Likewise.
3575 * gdb.ada/mi_exc_info.exp: Likewise.
3576 * gdb.ada/mi_interface.exp: Likewise.
3577 * gdb.ada/mi_prot.exp: Likewise.
3578 * gdb.ada/mi_ref_changeable.exp: Likewise.
3579 * gdb.ada/mi_string_access.exp: Likewise.
3580 * gdb.ada/mi_task_arg.exp: Likewise.
3581 * gdb.ada/mi_task_info.exp: Likewise.
3582 * gdb.ada/mi_var_array.exp: Likewise.
3583 * gdb.ada/mi_var_union.exp: Likewise.
3584 * gdb.ada/mi_variant.exp: Likewise.
3585 * gdb.ada/minsyms.exp: Likewise.
3586 * gdb.ada/mod_from_name.exp: Likewise.
3587 * gdb.ada/nested.exp: Likewise.
3588 * gdb.ada/null_array.exp: Likewise.
3589 * gdb.ada/optim_drec.exp: Likewise.
3590 * gdb.ada/out_of_line_in_inlined.exp: Likewise.
3591 * gdb.ada/packed_array_assign.exp: Likewise.
3592 * gdb.ada/packed_tagged.exp: Likewise.
3593 * gdb.ada/pp-rec-component.exp: Likewise.
3594 * gdb.ada/print_chars.exp: Likewise.
3595 * gdb.ada/print_pc.exp: Likewise.
3596 * gdb.ada/ptr_typedef.exp: Likewise.
3597 * gdb.ada/ptype_arith_binop.exp: Likewise.
3598 * gdb.ada/ptype_array.exp: Likewise.
3599 * gdb.ada/ptype_field.exp: Likewise.
3600 * gdb.ada/ptype_tagged_param.exp: Likewise.
3601 * gdb.ada/ptype_union.exp: Likewise.
3602 * gdb.ada/py_range.exp: Likewise.
3603 * gdb.ada/py_taft.exp: Likewise.
3604 * gdb.ada/rdv_wait.exp: Likewise.
3605 * gdb.ada/rec_comp.exp: Likewise.
3606 * gdb.ada/rec_return.exp: Likewise.
3607 * gdb.ada/ref_param.exp: Likewise.
3608 * gdb.ada/ref_tick_size.exp: Likewise.
3609 * gdb.ada/rename_subscript_param.exp: Likewise.
3610 * gdb.ada/repeat_dyn.exp: Likewise.
3611 * gdb.ada/same_component_name.exp: Likewise.
3612 * gdb.ada/same_enum.exp: Likewise.
3613 * gdb.ada/scalar_storage.exp: Likewise.
3614 * gdb.ada/set_wstr.exp: Likewise.
3615 * gdb.ada/small_reg_param.exp: Likewise.
3616 * gdb.ada/str_binop_equal.exp: Likewise.
3617 * gdb.ada/str_ref_cmp.exp: Likewise.
3618 * gdb.ada/str_uninit.exp: Likewise.
3619 * gdb.ada/sub_variant.exp: Likewise.
3620 * gdb.ada/sym_print_name.exp: Likewise.
3621 * gdb.ada/taft_type.exp: Likewise.
3622 * gdb.ada/tagged.exp: Likewise.
3623 * gdb.ada/tagged_access.exp: Likewise.
3624 * gdb.ada/task_bp.exp: Likewise.
3625 * gdb.ada/task_switch_in_core.exp: Likewise.
3626 * gdb.ada/tasks.exp: Likewise.
3627 * gdb.ada/tick_last_segv.exp: Likewise.
3628 * gdb.ada/tick_length_array_enum_idx.exp: Likewise.
3629 * gdb.ada/type_coercion.exp: Likewise.
3630 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
3631 * gdb.ada/unchecked_union.exp: Likewise.
3632 * gdb.ada/uninitialized_vars.exp: Likewise.
3633 * gdb.ada/var_arr_attrs.exp: Likewise.
3634 * gdb.ada/var_arr_typedef.exp: Likewise.
3635 * gdb.ada/var_rec_arr.exp: Likewise.
3636 * gdb.ada/variant-record.exp: Likewise.
3637 * gdb.ada/variant.exp: Likewise.
3638 * gdb.ada/variant_record_packed_array.exp: Likewise.
3639 * gdb.ada/varsize_limit.exp: Likewise.
3640 * gdb.ada/whatis_array_val.exp: Likewise.
3641 * gdb.ada/widewide.exp: Likewise.
3642 * gdb.ada/win_fu_syms.exp: Likewise.
3643
3644 2020-08-12 Gary Benson <gbenson@redhat.com>
3645
3646 * gdb.dwarf2/dw2-op-out-param.S (.Ltext5): Fix duplicate label.
3647
3648 2020-08-04 Andrew Burgess <andrew.burgess@embecosm.com>
3649
3650 * lib/check-test-names.exp (do_reset_vars): Use 'array unset' to
3651 unset the array variable.
3652
3653 2020-08-03 Tom de Vries <tdevries@suse.de>
3654
3655 PR symtab/26333
3656 * lib/dwarf.exp (DW_LNE_user): New proc.
3657 * gdb.dwarf2/dw2-vendor-extended-opcode.c: New test.
3658 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: New file.
3659
3660 2020-07-31 Kevin Buettner <kevinb@redhat.com>
3661
3662 * gdb.base/coremaker2.c: Change all uses of 'unsigned long long'
3663 to 'uintptr_t'
3664 (inttypes.h): Include.
3665
3666 2020-07-31 Kevin Buettner <kevinb@redhat.com>
3667
3668 * gdb.base/coremaker2.c (buf_rw): Increase size to 256 KiB.
3669 (C5_24k): Delete.
3670 (C5_8k, C5_64k, C5_256k): New macros.
3671 (buf_ro): Allocate 256 KiB of initialized data.
3672
3673 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3674
3675 * gdb.base/condbreak-bad.exp: Extend the test with scenarios
3676 that attempt to overwrite an existing condition with a condition
3677 that fails parsing and also with a condition that parses fine
3678 but contains junk at the end.
3679
3680 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3681
3682 * gdb.base/condbreak-bad.c: New test.
3683 * gdb.base/condbreak-bad.exp: New file.
3684
3685 2020-07-30 Tom de Vries <tdevries@suse.de>
3686
3687 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_entry_1): Factor
3688 out of ...
3689 (GDBInfoModuleSymbols::check_entry): ... here.
3690 (GDBInfoModuleSymbols::check_optional_entry): New proc.
3691 * gdb.fortran/info-modules.exp: Use check_optional_entry for entries
3692 related to __def_init_mod1_M1t1 / __vtype_mod1_M1t1 / __copy_mod1_M1t1.
3693
3694 2020-07-30 Tom de Vries <tdevries@suse.de>
3695
3696 * gdb.fortran/ptype-on-functions.exp: Make "_t" suffix on
3697 "__class_some_module_Number_t" optional.
3698
3699 2020-07-29 Tom de Vries <tdevries@suse.de>
3700
3701 * lib/selftest-support.exp (selftest_setup): Allow breakpoint at
3702 multiple locations.
3703
3704 2020-07-29 Tom de Vries <tdevries@suse.de>
3705
3706 * gdb.dwarf2/dw2-line-number-zero.exp: Set breakpoints on lines
3707 rather than function name.
3708
3709 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3710
3711 PR symtab/26270:
3712 * gdb.cp/disasm-func-name.cc: New file.
3713 * gdb.cp/disasm-func-name.exp: New file.
3714
3715 2020-07-28 Tom Tromey <tromey@adacore.com>
3716
3717 * gdb.dwarf2/varval.exp (setup_exec): Add 'or' instruction to
3718 'varval' location.
3719
3720 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3721
3722 * gdb.python/py-unwind.py: Update to make use of a register
3723 descriptor.
3724
3725 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3726
3727 * gdb.python/py-arch-reg-names.exp: Add additional tests.
3728
3729 2020-07-25 Andrew Burgess <andrew.burgess@embecosm.com>
3730
3731 PR fortran/23051
3732 PR fortran/26139
3733 * gdb.fortran/class-allocatable-array.exp: New file.
3734 * gdb.fortran/class-allocatable-array.f90: New file.
3735 * gdb.fortran/pointer-to-pointer.exp: New file.
3736 * gdb.fortran/pointer-to-pointer.f90: New file.
3737
3738 2020-07-25 Tom de Vries <tdevries@suse.de>
3739
3740 PR symtab/26243
3741 * gdb.dwarf2/dw2-line-number-zero.c: New test.
3742 * gdb.dwarf2/dw2-line-number-zero.exp: New file.
3743
3744 2020-07-24 Tom de Vries <tdevries@suse.de>
3745
3746 PR testsuite/26293
3747 * gdb.ada/mi_prot.exp: Require gnatmake-8.
3748
3749 2020-07-23 Pedro Alves <pedro@palves.net>
3750
3751 * gdb.server/server-kill.exp (prepare): New, factored out from the
3752 top level.
3753 (kill_server): New.
3754 (test_tstatus, test_unwind_nosyms, test_unwind_syms): New.
3755 (top level) : Call test_tstatus, test_unwind_nosyms, test_unwind_syms.
3756
3757 2020-07-23 Andrew Burgess <andrew.burgess@embecosm.com>
3758
3759 * gdb.dwarf2/dw2-disasm-over-non-stmt.exp: New file.
3760
3761 2020-07-22 Sandra Loosemore <sandra@codesourcery.com>
3762
3763 * lib/gdb.exp (gdb_wrapper_file, gdb_wrapper_flags):
3764 Initialize to empty string at top level.
3765 (gdb_wrapper_init): Revert check for file existence on build.
3766 Build the wrapper in its default place, not a build-specific
3767 location. When host == build, make the pathname absolute.
3768 (gdb_compile): Delete leftover declaration of
3769 gdb_wrapper_initialized. Check gdb_wrapper_file being an empty
3770 string instead of uninitialized.
3771
3772 2020-07-22 Kevin Buettner <kevinb@redhat.com>
3773
3774 * gdb.base/corefile2.exp: New file.
3775 * gdb.base/coremaker2.exp: New file.
3776
3777 2020-07-22 Kevin Buettner <kevinb@redhat.com>
3778
3779 * gdb.base/coredump-filter.exp: Add second
3780 non-Private-Shared-Anon-File test.
3781 (test_disasm): Rename binfile for test which is expected
3782 to fail.
3783
3784 2020-07-22 Kevin Buettner <kevinb@redhat.com>
3785
3786 * gdb.base/corefile.exp: Add test "accessing read-only mmapped
3787 data in core file".
3788 * gdb.base/coremaker.c (buf2ro): New global.
3789 (mmapdata): Add a read-only mmap mapping.
3790
3791 2020-07-22 Kevin Buettner <kevinb@redhat.com>
3792
3793 PR corefiles/25631
3794 * gdb.base/corefile.exp (accessing anonymous, unwritten-to mmap data):
3795 New test.
3796 * gdb.base/coremaker.c (buf3): New global.
3797 (mmapdata): Add mmap call which uses MAP_ANONYMOUS and MAP_PRIVATE
3798 flags.
3799
3800 2020-07-22 Kevin Buettner <kevinb@redhat.com>
3801
3802 * gdb.base/coremaker.c (filler_ro): New global constant.
3803
3804 2020-07-22 Tom Tromey <tromey@adacore.com>
3805
3806 * gdb.ada/mi_prot.exp: New file.
3807 * gdb.ada/mi_prot/pkg.adb: New file.
3808 * gdb.ada/mi_prot/pkg.ads: New file.
3809 * gdb.ada/mi_prot/prot.adb: New file.
3810
3811 2020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3812
3813 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
3814 loads two JITers.
3815
3816 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
3817
3818 * gdb.python/py-arch-reg-groups.exp: Additional tests.
3819
3820 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
3821
3822 * gdb.python/py-arch-reg-names.exp: Additional tests.
3823
3824 2020-07-21 Tom de Vries <tdevries@suse.de>
3825
3826 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
3827 breakpoint locations".
3828 * gdb.reverse/solib-reverse.exp: Same.
3829
3830 2020-07-21 Tom de Vries <tdevries@suse.de>
3831
3832 * gdb.reverse/step-reverse.c (callee): Merge statements.
3833
3834 2020-07-21 Tom de Vries <tdevries@suse.de>
3835
3836 * gdb.fortran/info-modules.exp (info module variables): Allow missing
3837 line numbers for some variables.
3838
3839 2020-07-21 Tom de Vries <tdevries@suse.de>
3840
3841 * gdb.opt/inline-locals.c (init_array): New func.
3842 (func1): Use init_array.
3843 * gdb.opt/inline-locals.exp: Update pattern.
3844
3845 2020-07-21 Tom de Vries <tdevries@suse.de>
3846
3847 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
3848 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
3849
3850 2020-07-20 Ludovic Courtès <ludo@gnu.org>
3851
3852 * gdb.guile/source2.scm: Add #f first argument to 'format'.
3853 * gdb.guile/types-module.exp: Remove "ERROR:" from
3854 regexps since Guile 3.0 no longer prints that.
3855
3856 2020-07-20 Ludovic Courtès <ludo@gnu.org>
3857
3858 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
3859 error regexp to match on Guile 2.2.
3860
3861 2020-07-20 Gary Benson <gbenson@redhat.com>
3862
3863 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
3864 with clang.
3865
3866 2020-07-20 Tom de Vries <tdevries@suse.de>
3867
3868 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
3869 (omp_set_lock_in_order): New function.
3870 (single_scope, multi_scope, nested_func, nested_parallel): Use
3871 omp_set_lock_in_order and omp_unset_lock.
3872 (main): Init and destroy lock and lock2.
3873
3874 2020-07-20 Tom de Vries <tdevries@suse.de>
3875
3876 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
3877
3878 2020-07-20 Tom de Vries <tdevries@suse.de>
3879
3880 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
3881
3882 2020-07-17 Tom de Vries <tdevries@suse.de>
3883
3884 * gdb.base/valgrind-infcall-2.c: New test.
3885 * gdb.base/valgrind-infcall-2.exp: New file.
3886 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
3887
3888 2020-07-17 Tom de Vries <tdevries@suse.de>
3889
3890 * gdb.dlang/circular.c (found): Use found_label as label name.
3891 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
3892 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
3893 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
3894 * gdb.dwarf2/ada-linkage-name.exp: Same.
3895 * gdb.dwarf2/arr-subrange.exp: Same.
3896 * gdb.dwarf2/atomic-type.exp: Same.
3897 * gdb.dwarf2/comp-unit-lang.exp: Same.
3898 * gdb.dwarf2/cpp-linkage-name.exp: Same.
3899 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
3900 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
3901 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
3902 * gdb.dwarf2/implptr-64bit.exp: Same.
3903 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
3904 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
3905 * gdb.dwarf2/imported-unit.exp: Same.
3906 * gdb.dwarf2/main-subprogram.exp: Same.
3907 * gdb.dwarf2/missing-type-name.exp: Same.
3908 * gdb.dwarf2/nonvar-access.exp: Same.
3909 * gdb.dwarf2/struct-with-sig.exp: Same.
3910 * gdb.dwarf2/typedef-void-finish.exp: Same.
3911 * gdb.dwarf2/void-type.exp: Same.
3912
3913 2020-07-17 Tom de Vries <tdevries@suse.de>
3914
3915 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
3916 src parameter.
3917 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
3918 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
3919 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
3920 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
3921 * gdb.dwarf2/dwz.exp: Same.
3922 * gdb.dwarf2/implptr-optimized-out.exp: Same.
3923 * gdb.dwarf2/implref-array.exp: Same.
3924 * gdb.dwarf2/implref-const.exp: Same.
3925 * gdb.dwarf2/implref-global.exp: Same.
3926 * gdb.dwarf2/implref-struct.exp: Same.
3927 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
3928 * gdb.dwarf2/opaque-type-lookup.exp: Same.
3929 * gdb.dwarf2/var-access.exp: Same.
3930 * gdb.dwarf2/varval.exp: Same.
3931 * gdb.trace/entry-values.exp: Same.
3932
3933 2020-07-17 Tom de Vries <tdevries@suse.de>
3934
3935 * lib/dwarf.exp (Dwarf::extern): Remove.
3936 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
3937 * gdb.dlang/circular.exp: Same.
3938 * gdb.dwarf2/comp-unit-lang.exp: Same.
3939 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
3940 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
3941 * gdb.dwarf2/dwz.exp: Same.
3942 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
3943 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
3944 * gdb.dwarf2/imported-unit.exp: Same.
3945 * gdb.dwarf2/opaque-type-lookup.exp: Same.
3946
3947 2020-07-16 Sandra Loosemore <sandra@codesourcery.com>
3948
3949 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
3950 Use double quotes instead of single quotes.
3951
3952 2020-07-16 Caroline Tice <cmtice@google.com>
3953
3954 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
3955 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
3956
3957 2020-07-16 Tom de Vries <tdevries@suse.de>
3958
3959 * lib/dwarf.exp (program): Initialize _line.
3960 (DW_LNE_end_sequence): Reinitialize _line.
3961 (DW_LNS_advance_line): Update _line.
3962 (line): New proc.
3963 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
3964 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
3965 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
3966 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
3967 * gdb.dwarf2/dw2-is-stmt.exp: Same.
3968 * gdb.dwarf2/dw2-ranges-func.exp: Same.
3969
3970 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
3971
3972 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
3973 generic.
3974
3975 2020-07-15 Tom de Vries <tdevries@suse.de>
3976
3977 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
3978 is_amd64_regs_target.
3979
3980 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
3981
3982 * gdb.fortran/ptype-on-functions.exp: Add more tests.
3983 * gdb.fortran/ptype-on-functions.f90: Likewise.
3984
3985 2020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
3986
3987 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
3988 values in documentation for addr_size to 4 and 8.
3989
3990 2020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
3991
3992 * gdb.arch/amd64-osabi.exp: Update.
3993 * gdb.arch/arm-disassembler-options.exp: Update.
3994 * gdb.arch/powerpc-disassembler-options.exp: Update.
3995 * gdb.arch/ppc64-symtab-cordic.exp: Update.
3996 * gdb.arch/s390-disassembler-options.exp: Update.
3997 * gdb.base/all-architectures.exp.tcl: Update.
3998 * gdb.base/attach-pie-noexec.exp: Update.
3999 * gdb.base/catch-syscall.exp: Update.
4000 * gdb.xml/tdesc-arch.exp: Update.
4001
4002 2020-07-14 Tom de Vries <tdevries@suse.de>
4003
4004 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
4005 (local_gettid): ... this.
4006 (fn): Update.
4007
4008 2020-07-13 Sandra Loosemore <sandra@codesourcery.com>
4009
4010 * gdb.base/info_sources.exp: Skip directory match tests on
4011 remote hosts.
4012
4013 2020-07-13 Gary Benson <gbenson@redhat.com>
4014
4015 * gdb.base/savedregs.exp (caller): Use parentheses to
4016 make expected expression evaluation ordering explicit.
4017
4018 2020-07-13 Gary Benson <gbenson@redhat.com>
4019
4020 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
4021
4022 2020-07-13 Gary Benson <gbenson@redhat.com>
4023
4024 * gdb.base/bigcore.c (main): Use a volatile pointer when
4025 attempting to trigger a SIGSEGV.
4026 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
4027 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
4028 * gdb.base/savedregs.c (thrower): Likewise.
4029 * gdb.mi/mi-syn-frame.c (bar): Likewise.
4030
4031 2020-07-13 Gary Benson <gbenson@redhat.com>
4032
4033 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
4034 defining and using VLA structure fields into...
4035 * gdb.base/vla-struct-fields.c: New file.
4036 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
4037 tests into...
4038 * gdb.base/vla-struct-fields.exp: New file.
4039
4040 2020-07-13 Tom de Vries <tdevries@suse.de>
4041
4042 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
4043 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
4044 * gdb.base/gold-gdb-index.exp: Same.
4045 * gdb.base/morestack.exp: Same.
4046
4047 2020-07-11 Daniel Xu <dxu@dxuuu.xyz>
4048
4049 PR rust/26121
4050 * gdb.rust/modules.rs: Prevent linker from discarding test
4051 symbol.
4052
4053 2020-07-10 Pedro Alves <pedro@palves.net>
4054
4055 PR gdb/26199
4056 * gdb.multi/multi-target.c (exit_thread): New.
4057 (thread_start): Break loop if EXIT_THREAD.
4058 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
4059 (top level) Call test_no_resumed.
4060
4061 2020-07-08 Tom Tromey <tromey@adacore.com>
4062
4063 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
4064 * gdb.ada/catch_ex.exp: Examine catchpoint text.
4065
4066 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4067
4068 PR python/22748
4069 * gdb.opt/inline-frame-tailcall.c: New file.
4070 * gdb.opt/inline-frame-tailcall.exp: New file.
4071 * gdb.python/py-unwind-inline.c: New file.
4072 * gdb.python/py-unwind-inline.exp: New file.
4073 * gdb.python/py-unwind-inline.py: New file.
4074
4075 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4076
4077 * gdb.python/py-arch-reg-groups.exp: New file.
4078
4079 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4080
4081 * gdb.python/py-arch-reg-names.exp: New file.
4082
4083 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4084
4085 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
4086 gdb.PendingFrame.architecture method.
4087
4088 2020-07-06 Tom de Vries <tdevries@suse.de>
4089
4090 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
4091
4092 2020-07-03 Pedro Alves <palves@redhat.com>
4093
4094 * gdb.base/structs2.c (main): Adjust second parem_reg call to
4095 explicitly write negative numbers.
4096 * gdb.base/structs2.exp: Adjust expected output.
4097
4098 2020-07-03 Pedro Alves <palves@redhat.com>
4099
4100 * gdb.base/charset.c (init_string): Change all char parameters to
4101 unsigned char parameters.
4102
4103 2020-07-03 Pedro Alves <palves@redhat.com>
4104
4105 * gdb.base/call-sc.exp (start_scalars_test): Use
4106 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
4107 * gdb.base/overlays.c: Remove references to PARAMS.
4108 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
4109 * gdb.base/reread.exp: Don't set 'prototypes' global.
4110 * gdb.base/structs.exp (start_structs_test): Use
4111 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
4112 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
4113 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
4114 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
4115 call.
4116 * gdb.base/varargs.exp: Don't set 'prototypes' global.
4117
4118 2020-07-03 Pedro Alves <palves@redhat.com>
4119
4120 * gdb.base/m32rovly.c: Delete.
4121 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
4122
4123 2020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4124
4125 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
4126 of gdb_py_test_multiple.
4127 * gdb.python/py-cmd.exp: Likewise.
4128 * gdb.python/py-events.exp: Likewise.
4129 * gdb.python/py-function.exp: Likewise.
4130 * gdb.python/py-inferior.exp: Likewise.
4131 * gdb.python/py-infthread.exp: Likewise.
4132 * gdb.python/py-linetable.exp: Likewise.
4133 * gdb.python/py-parameter.exp: Likewise.
4134 * gdb.python/py-value.exp: Likewise.
4135
4136 2020-06-30 Tom de Vries <tdevries@suse.de>
4137
4138 PR testsuite/26175
4139 * lib/future.exp (gdb_default_target_compile): Detect and handle
4140 early_flags.
4141
4142 2020-06-29 Simon Marchi <simon.marchi@efficios.com>
4143
4144 * boards/simavr.exp (gdb_load): Catch errors when closing
4145 previous connection. Close connection, wait for process and
4146 unset simavr_spawn_id on failure.
4147
4148 2020-06-29 Tom de Vries <tdevries@suse.de>
4149
4150 * lib/gdb.exp (unknown): Make test-case unresolved.
4151
4152 2020-06-29 Tom de Vries <tdevries@suse.de>
4153
4154 PR gdb/25475
4155 * gdb.server/solib-list.exp: Verify that the symbol reload
4156 confirmation question is asked.
4157
4158 2020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4159
4160 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
4161 have a input seq nr in each pass message.
4162 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
4163 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
4164 * gdb.python/python.exp: Make test names unique,
4165 use gdb_test_multiline instead of gdb_py_test_multiple,
4166 use $gdb_test_name.
4167 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
4168
4169 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
4170
4171 * configure.ac: Add --enable-libctf.
4172 * aclocal.m4: sinclude ../config/enable.m4.
4173 * Makefile.in (site.exp): Add enable_libctf to site.exp.
4174 * lib/gdb.exp (skip_ctf_tests): Use it.
4175 * gdb.base/ctf-constvars.exp: Error message tweak.
4176 * gdb.base/ctf-ptype.exp: Likewise.
4177 * configure: Regenerate.
4178
4179 2020-06-26 Gary Benson <gbenson@redhat.com>
4180
4181 * gdb.cp/try_catch.cc: Include string.h.
4182 (main): Replace comparison against string literal with
4183 strcmp, avoiding build failure with -Wstring-compare.
4184 Add "marker test-complete".
4185 * gdb.cp/try_catch.exp: Run the test to the above marker,
4186 then verify that the value of "test" is still true.
4187
4188 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4189
4190 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
4191
4192 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4193
4194 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
4195
4196 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4197
4198 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
4199 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
4200 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
4201 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
4202 * gdb.arch/riscv-tdesc-loading.exp: New file.
4203
4204 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4205
4206 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
4207
4208 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4209
4210 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
4211 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
4212 * gdb.arch/riscv-tdesc-regs.c: New file.
4213 * gdb.arch/riscv-tdesc-regs.exp: New file.
4214
4215 2020-06-24 Pedro Alves <palves@redhat.com>
4216
4217 * gdb.arch/amd64-entry-value-paramref.exp: Use
4218 prepare_for_testing_full and don't pass "c++" for the .S file
4219 build spec.
4220 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
4221 $options, since it's an assembly file. Remove -Wno-deprecated.
4222 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
4223 compiling C++ programs.
4224
4225 2020-06-24 Pedro Alves <palves@redhat.com>
4226
4227 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
4228 Clang, add "-Wno-unknown-warning-option" to the options.
4229
4230 2020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
4231
4232 * gdb.xml/tdesc-reload.c: New file.
4233 * gdb.xml/tdesc-reload.exp: New file.
4234 * gdb.xml/maint-xml-dump-01.xml: New file.
4235 * gdb.xml/maint-xml-dump-02.xml: New file.
4236 * gdb.xml/maint-xml-dump.exp: New file.
4237
4238 2020-06-23 Sandra Loosemore <sandra@codesourcery.com>
4239
4240 * lib/completion-support.exp (test_gdb_completion_offers_commands):
4241 Adjust for omitted commands when TUI is disabled.
4242
4243 2020-06-23 Gary Benson <gbenson@redhat.com>
4244 Pedro Alves <palves@redhat.com>
4245
4246 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
4247 * gdb.cp/nsimport.cc: Likewise.
4248 * gdb.cp/nsnested.cc: Likewise.
4249 * gdb.cp/nsnoimports.cc: Likewise.
4250 * gdb.cp/nsusing.cc: Likewise.
4251 * gdb.cp/smartp.cc: Likewise.
4252 * gdb.python/py-pp-integral.c: Likewise.
4253 * gdb.python/py-pp-re-notag.c: Likewise.
4254
4255 2020-06-23 Gary Benson <gbenson@redhat.com>
4256
4257 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
4258 * gdb.cp/nsimport.cc: Likewise.
4259 * gdb.cp/nsnested.cc: Likewise.
4260 * gdb.cp/nsnoimports.cc: Likewise.
4261 * gdb.cp/nsusing.cc: Likewise.
4262 * gdb.cp/smartp.cc: Likewise.
4263 * gdb.python/py-pp-integral.c: Likewise.
4264 * gdb.python/py-pp-re-notag.c: Likewise.
4265
4266 2020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4267
4268 * gdb.base/default-args.exp: New test.
4269 * gdb.base/default-args.c: New file.
4270 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
4271 * gdb.base/default.exp: Update to new help text.
4272 * gdb.base/help.exp: Likewise.
4273 * gdb.base/page.exp: Likewise.
4274 * gdb.base/style.exp: Likewise.
4275 * gdb.guile/guile.exp: Likewise.
4276 * gdb.python/python.exp: Likewise.
4277
4278 2020-06-22 Sandra Loosemore <sandra@codesourcery.com>
4279
4280 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
4281 remote host. Fix search path syntax on Windows host.
4282
4283 2020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4284
4285 * gdb.base/attach.exp: Test priority of 'exec-file' changed
4286 over 'exec-file-mismatch'.
4287 * gdb.base/attach.c: Mark should_exit volatile.
4288 * gdb.base/attach2.c: Likewise. Add a comment explaining
4289 why the sleep cannot be big.
4290 * gdb.base/attach3.c: New file.
4291
4292 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
4293
4294 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
4295 prefix optional.
4296
4297 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
4298
4299 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
4300 for remote host.
4301
4302 2020-06-19 Sandra Loosemore <sandra@codesourcery.com>
4303 Hafiz Abid Qadeer <abidh@codesourcery.com>
4304
4305 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
4306 file sent to remote host.
4307 (top level): Allow int32_t as type of 32-bit register.
4308
4309 2020-06-19 Tom de Vries <tdevries@suse.de>
4310
4311 * lib/gdb.exp (gdb_note): New proc.
4312 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
4313 (gdb_default_target_compile): ... here. Only call
4314 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
4315 (use_gdb_compile): Change to array.
4316 (toplevel): Update sets of use_gdb_compile to specify language.
4317 Warn about default_target_compile override. Store dejagnu's version
4318 of default_target_compile in dejagnu_default_target_compile.
4319
4320 2020-06-18 Tom de Vries <tdevries@suse.de>
4321
4322 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
4323 (default_gdb_init): ... here.
4324
4325 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
4326
4327 Fix TUI support checks in gdb.tui tests.
4328
4329 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
4330 just say UNSUPPORTED.
4331 * gdb.tui/corefile-run.exp: Likewise.
4332 * gdb.tui/empty.exp: Likewise.
4333 * gdb.tui/list-before.exp: Likewise.
4334 * gdb.tui/list.exp: Likewise.
4335 * gdb.tui/main.exp: Likewise.
4336 * gdb.tui/regs.exp: Likewise.
4337 * gdb.tui/resize.exp: Likewise.
4338 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
4339 * gdb.tui/tui-layout-asm.exp: Likewise.
4340 * gdb.tui/tui-missing-src.exp: Likewise.
4341 * gdb.tui/winheight.exp: Likewise.
4342 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
4343
4344 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
4345
4346 Fix TCL error in gdb.python/py-format-string.exp.
4347
4348 * gdb.python/py-format-string.exp: Move test for python support
4349 earlier, out of function body.
4350
4351 2020-06-15 Simon Marchi <simon.marchi@efficios.com>
4352
4353 * gdb.base/index-cache-load-twice.c: New.
4354 * gdb.base/index-cache-load-twice.exp: New.
4355
4356 2020-06-17 Keith Seitz <keiths@redhat.com>
4357
4358 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
4359 when executing "gdb --configuration".
4360
4361 2020-06-17 Tom de Vries <tdevries@suse.de>
4362
4363 * lib/gdb.exp (gdb_tcl_unknown): New proc.
4364 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
4365 conditional on presence of gdb_tcl_unknown.
4366 (gdb_finish): Make override undo conditional on presence of
4367 gdb_tcl_unknown.
4368
4369 2020-06-16 Tom Tromey <tom@tromey.com>
4370
4371 * gdb.python/tui-window.py (failwin): New function. Register it
4372 as a TUI window type.
4373 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
4374
4375 2020-06-16 Gary Benson <gbenson@redhat.com>
4376
4377 * gdb.python/py-nested-maps.c (create_map): Add missing return
4378 value.
4379 (create_map_map): Likewise.
4380
4381 2020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4382
4383 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
4384 variable.
4385 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
4386 and use the already-defined 'options' variable.
4387
4388 2020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
4389 Tom de Vries <tdevries@suse.de>
4390
4391 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
4392 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
4393 (gdb_setup_known_globals): New proc.
4394 (gdb_cleanup_globals): New proc.
4395 * lib/gdb.exp (load_lib): New override proc.
4396 (gdb_stdin_log_init): Set var in_file as persistent global.
4397 * lib/pascal.exp (gdb_stdin_log_init): Set vars
4398 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
4399 fpc_compiler as persistent global.
4400
4401 2020-06-12 Tom de Vries <tdevries@suse.de>
4402
4403 * lib/tuiterm.exp (spawn): Rename to ...
4404 (tui_spawn): ... this.
4405 (toplevel): Move rename of spawn ...
4406 (gdb_init_tuiterm): ... here. New proc.
4407 (gdb_finish_tuiterm): New proc.
4408 * lib/gdb.exp (gdb_finish_hooks): New global var.
4409 (gdb_finish): Handle gdb_finish_hooks.
4410 (tuiterm_env): New proc.
4411 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
4412 tuiterm_env.
4413 * gdb.tui/basic.exp: Same.
4414 * gdb.tui/corefile-run.exp: Same.
4415 * gdb.tui/empty.exp: Same.
4416 * gdb.tui/list-before.exp: Same.
4417 * gdb.tui/list.exp: Same.
4418 * gdb.tui/main.exp: Same.
4419 * gdb.tui/new-layout.exp: Same.
4420 * gdb.tui/regs.exp: Same.
4421 * gdb.tui/resize.exp: Same.
4422 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
4423 * gdb.tui/tui-layout-asm.exp: Same.
4424 * gdb.tui/tui-missing-src.exp: Same.
4425 * gdb.tui/winheight.exp: Same.
4426
4427 2020-06-12 Tom de Vries <tdevries@suse.de>
4428
4429 PR testsuite/26110
4430 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
4431 (gdb_finish): Reinstall dejagnu's override of ::unknown.
4432
4433 2020-06-11 Tom Tromey <tom@tromey.com>
4434
4435 PR gdb/18318:
4436 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
4437 floating point tests.
4438
4439 2020-06-11 Keith Seitz <keiths@redhat.com>
4440
4441 PR gdb/21356
4442 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
4443 vla_struct.
4444 Add new struct vla_typedef and union vla_typedef_union and
4445 corresponding instantiation objects.
4446 Initialize new objects.
4447 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
4448 and vla_typedef_union_object.
4449 Fixup type for vla_struct_object.
4450
4451 2020-06-11 Tom de Vries <tdevries@suse.de>
4452
4453 * lib/gdb.exp (with_override): New proc, factored out of ...
4454 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
4455
4456 2020-06-10 Tom de Vries <tdevries@suse.de>
4457
4458 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
4459
4460 2020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
4461
4462 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
4463 parameter, update callers.
4464
4465 2020-06-04 Simon Marchi <simon.marchi@efficios.com>
4466
4467 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
4468 * gdb.dwarf2/share-psymtabs-bt.c: New file.
4469 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
4470
4471 2020-06-04 Tom de Vries <tdevries@suse.de>
4472
4473 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
4474
4475 2020-06-04 Tom de Vries <tdevries@suse.de>
4476
4477 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
4478 exp_continue.
4479
4480 2020-06-04 Tom de Vries <tdevries@suse.de>
4481
4482 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
4483
4484 2020-06-03 Tom de Vries <tdevries@suse.de>
4485
4486 PR symtab/26046
4487 * gdb.cp/breakpoint-locs-2.cc: New test.
4488 * gdb.cp/breakpoint-locs.cc: New test.
4489 * gdb.cp/breakpoint-locs.exp: New file.
4490 * gdb.cp/breakpoint-locs.h: New test.
4491
4492 2020-06-03 Tom de Vries <tdevries@suse.de>
4493
4494 PR testsuite/25609
4495 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
4496 value of global verbose.
4497 * gdb.base/jit-elf.exp: Same.
4498 * gdb.base/jit-reader.exp: Same.
4499
4500 2020-06-02 Tom de Vries <tdevries@suse.de>
4501
4502 * gdb.dwarf2/multidictionary.exp: Don't use
4503 gdb_spawn_with_cmdline_opts.
4504
4505 2020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
4506
4507 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
4508 use_header case.
4509 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
4510 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
4511 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
4512 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
4513 * gdb.dwarf2/dw2-inline-header.c: New file.
4514 * gdb.dwarf2/dw2-inline-header.h: New file.
4515
4516 2020-05-30 Pedro Alves <palves@redhat.com>
4517
4518 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
4519 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
4520
4521 2020-05-29 Gary Benson <gbenson@redhat.com>
4522
4523 * gdb.compile/compile-cplus.exp (additional_flags): Also
4524 set when building with clang.
4525 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
4526 when building with clang.
4527
4528 2020-05-29 Gary Benson <gbenson@redhat.com>
4529
4530 * gdb.arch/i386-avx.exp (additional_flags): Also set when
4531 building with clang.
4532 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
4533
4534 2020-05-29 Gary Benson <gbenson@redhat.com>
4535
4536 * gdb.cp/koenig.exp (prepare_for_testing): Add
4537 additional_flags=-Wno-unused-comparison.
4538 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
4539
4540 2020-05-28 Gary Benson <gbenson@redhat.com>
4541
4542 * gdb.base/sigaltstack.c (catcher): Add default case to switch
4543 statement.
4544
4545 2020-05-28 Gary Benson <gbenson@redhat.com>
4546
4547 * gdb.cp/classes.exp (prepare_for_testing): Add
4548 additional_flags=-Wno-deprecated-register.
4549 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
4550 * gdb.cp/misc.exp: Likewise.
4551
4552 2020-05-28 Gary Benson <gbenson@redhat.com>
4553
4554 * gdb.linespec/cpls-ops.cc (dummy): New static global.
4555 (test_op_new::operator new): Add return statement.
4556 (test_op_new_array::operator new[]): Likewise.
4557
4558 2020-05-27 Pedro Alves <palves@redhat.com>
4559
4560 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
4561 check. Use test_gdb_complete_unique instead of
4562 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
4563 test_gdb_complete_multiple instead of
4564 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
4565
4566 2020-05-27 Luis Machado <luis.machado@linaro.org>
4567
4568 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
4569 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
4570 * gdb.arch/arm-disassembler-options.exp: Likewise.
4571 * gdb.arch/arm-disp-step.exp: Likewise.
4572 * gdb.arch/thumb-prologue.exp: Likewise.
4573 * gdb.base/async.exp: Likewise.
4574 * gdb.base/auxv.exp: Likewise.
4575 * gdb.base/complex-parts.exp: Likewise.
4576 * gdb.base/ena-dis-br.exp: Likewise.
4577 * gdb.base/foll-exec.exp: Likewise.
4578 * gdb.base/permissions.exp: Likewise.
4579 * gdb.base/relocate.exp: Likewise.
4580 * gdb.base/return2.exp: Likewise.
4581 * gdb.base/sigbpt.exp: Likewise.
4582 * gdb.base/siginfo-obj.exp: Likewise.
4583 * gdb.cp/converts.exp: Likewise.
4584 * gdb.cp/exceptprint.exp: Likewise.
4585 * gdb.cp/inherit.exp: Likewise.
4586 * gdb.cp/nsnoimports.exp: Likewise.
4587 * gdb.cp/virtbase2.exp: Likewise.
4588 * gdb.mi/mi-var-cmd.exp: Likewise.
4589 * gdb.mi/var-cmd.c: Likewise.
4590
4591 2020-05-26 Tom Tromey <tromey@adacore.com>
4592
4593 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
4594
4595 2020-05-26 Tom Tromey <tromey@adacore.com>
4596
4597 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
4598 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
4599 type.
4600 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
4601 variable.
4602
4603 2020-05-26 Christian Biesinger <cbiesinger@google.com>
4604
4605 * Makefile.in: Use = instead of == for the test command
4606 for portability.
4607
4608 2020-05-26 Tom de Vries <tdevries@suse.de>
4609
4610 * gdb.base/gold-gdb-index-2.c: New test.
4611 * gdb.base/gold-gdb-index.c: New test.
4612 * gdb.base/gold-gdb-index.exp: New file.
4613 * gdb.base/gold-gdb-index.h: New test.
4614
4615 2020-05-25 Tom de Vries <tdevries@suse.de>
4616
4617 * boards/gold-gdb-index.exp: New file.
4618
4619 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
4620
4621 * boards/simavr.exp: New file.
4622
4623 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
4624
4625 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
4626 * gdb.base/inferior-args.exp: New file.
4627 * gdb.base/inferior-args.c: New file.
4628
4629 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
4630
4631 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
4632 inferior_args. Pass it to gdb_reload.
4633 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
4634 inferior_args.
4635 (gdb_reload): Add inferior_args argument.
4636 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
4637 pass it to gdbserver_run.
4638 * boards/native-gdbserver.exp: Do not set noargs.
4639 * boards/native-extended-gdbserver.exp (gdb_reload): Add
4640 inferior_args argument.
4641 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
4642 * gdb.base/a2-run.exp: Check for use_gdb_stub.
4643 * gdb.base/args.exp: Likewise.
4644
4645 2020-05-25 Tom de Vries <tdevries@suse.de>
4646
4647 * lib/gdb.exp (exec_is_pie): Add comment.
4648
4649 2020-05-25 Tom de Vries <tdevries@suse.de>
4650
4651 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
4652 instead of $binfile in the untested message.
4653
4654 2020-05-25 Tom de Vries <tdevries@suse.de>
4655
4656 PR testsuite/26031
4657 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
4658
4659 2020-05-25 Tom de Vries <tdevries@suse.de>
4660
4661 * boards/gold.exp: New file.
4662
4663 2020-05-23 Tom Tromey <tom@tromey.com>
4664
4665 * gdb.base/style.exp: Remove completion styling test.
4666 * lib/gdb-utils.exp (style): Remove completion styles.
4667
4668 2020-05-23 Tom Tromey <tom@tromey.com>
4669
4670 * gdb.base/style.exp: Add completion styling test.
4671 * lib/gdb-utils.exp (style): Add completion styles.
4672
4673 2020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
4674
4675 * gdb.base/annota1.exp: Update expected results.
4676 * gdb.cp/annota2.exp: Update expected results, remove duplicate
4677 test name.
4678 * gdb.cp/annota3.exp: Update expected results.
4679
4680 2020-05-20 Simon Marchi <simon.marchi@efficios.com>
4681
4682 PR gdb/26016
4683 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
4684 against MAP_FAILED.
4685 * gdb.base/coremaker.c (mmapdata): Likewise.
4686 * gdb.base/jit-reader-host.c (main): Likewise.
4687 * gdb.base/sym-file-loader.c (load): Likewise.
4688 (load_shlib): Likewise.
4689
4690 2020-05-20 Tom Tromey <tromey@adacore.com>
4691
4692 * gdb.ada/array_char_idx.exp: Recognize initialized array.
4693
4694 2020-05-20 Tom de Vries <tdevries@suse.de>
4695
4696 PR symtab/25833
4697 * gdb.base/with-mf-inc.c: New test.
4698 * gdb.base/with-mf-main.c: New test.
4699 * gdb.base/with-mf.exp: New file.
4700
4701 2020-05-19 Tom Tromey <tromey@adacore.com>
4702
4703 * gdb.rust/simple.exp: Restore missing test result.
4704
4705 2020-05-19 Tom de Vries <tdevries@suse.de>
4706
4707 * gdb.base/gdb-caching-proc.exp: Fix typo.
4708
4709 2020-05-19 Tom Tromey <tromey@adacore.com>
4710
4711 * gdb.rust/simple.exp: Add some test descriptions.
4712 (test_one_slice): Use with_test_prefix.
4713
4714 2020-05-18 Tom de Vries <tdevries@suse.de>
4715
4716 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
4717
4718 2020-05-17 Pedro Alves <palves@redhat.com>
4719
4720 PR gdb/25741
4721 * gdb.base/hw-sw-break-same-address.exp: New file.
4722
4723 2020-05-16 Pedro Alves <palves@redhat.com>
4724
4725 * gdb.multi/multi-re-run.exp (test_re_run): Switch
4726 LAST_LOADED_FILE accordingly.
4727
4728 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4729
4730 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
4731
4732 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4733
4734 * gdb.base/help.exp: Test apropos and help for commands
4735 having aliases. Fixed comments not starting with an
4736 upper-case letter or not finishing with a dot.
4737
4738 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4739
4740 * gdb.base/alias.exp: Update help output check.
4741
4742 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4743
4744 * gdb.base/default.exp: Update output following fixes.
4745
4746 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4747
4748 * gdb.base/alias.exp: Test aliases starting with a prefix of
4749 another alias.
4750
4751 2020-05-15 Gary Benson <gbenson@redhat.com>
4752
4753 * gdb.base/info-os.c (main): Add return statement.
4754 * gdb.base/info_minsym.c (minsym_fun): Likewise.
4755 * gdb.base/large-frame-2.c (func): Likewise.
4756 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
4757 * gdb.base/pr10179-b.c (foo2): Likewise.
4758 * gdb.base/valgrind-disp-step.c (foo): Likewise.
4759 * gdb.base/watch-cond.c (func): Likewise.
4760 * gdb.multi/goodbye.c (verylongfun): Likewise.
4761 * gdb.multi/hello.c (commonfun): Likewise.
4762 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
4763 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
4764 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
4765 Likewise.
4766 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
4767 * gdb.threads/interrupt-while-step-over.c (child_function):
4768 Likewise.
4769 * gdb.trace/actions-changed.c (end): Likewise.
4770
4771 2020-05-15 Gary Benson <gbenson@redhat.com>
4772
4773 * gdb.opencl/callfuncs.exp: Report when test skipped.
4774 * gdb.opencl/convs_casts.exp: Likewise.
4775 * gdb.opencl/datatypes.exp: Likewise.
4776 * gdb.opencl/operators.exp: Likewise.
4777 * gdb.opencl/vec_comps.exp: Likewise.
4778
4779 2020-05-15 Tom de Vries <tdevries@suse.de>
4780
4781 * gdb.base/align.exp.in: Rename to ...
4782 * gdb.base/align.exp.tcl: ... this.
4783 * gdb.base/align-c++.exp: Update.
4784 * gdb.base/align-c.exp: Update.
4785 * gdb.base/all-architectures.exp.in: Rename to ...
4786 * gdb.base/all-architectures.exp: ... this.
4787 * gdb.base/all-architectures-0.exp: Update.
4788 * gdb.base/all-architectures-1.exp: Update.
4789 * gdb.base/all-architectures-2.exp: Update.
4790 * gdb.base/all-architectures-3.exp: Update.
4791 * gdb.base/all-architectures-4.exp: Update.
4792 * gdb.base/all-architectures-5.exp: Update.
4793 * gdb.base/all-architectures-6.exp: Update.
4794 * gdb.base/all-architectures-7.exp: Update.
4795 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
4796 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
4797 * gdb.base/infcall-nested-structs-c++.exp: Update.
4798 * gdb.base/infcall-nested-structs-c.exp: Update.
4799 * gdb.base/info-types.exp.in: Rename to ...
4800 * gdb.base/info-types.exp.tcl: ... this.
4801 * gdb.base/info-types-c++.exp: Update.
4802 * gdb.base/info-types-c.exp: Update.
4803 * gdb.base/max-depth.exp.in: Rename to ...
4804 * gdb.base/max-depth.exp.tcl: ... this.
4805 * gdb.base/max-depth-c++.exp: Update.
4806 * gdb.base/max-depth-c.exp: Update.
4807 * gdb.cp/cpexprs.exp.in: Rename to ...
4808 * gdb.cp/cpexprs.exp.tcl: ... this.
4809 * gdb.cp/cpexprs-debug-types.exp: Update.
4810 * gdb.cp/cpexprs.exp: Update.
4811 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
4812 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
4813 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
4814 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
4815 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
4816 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
4817 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
4818 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
4819 * gdb.dwarf2/clang-debug-names-2.exp: Update.
4820 * gdb.dwarf2/clang-debug-names.exp: Update.
4821
4822 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
4823
4824 * lib/check-test-names.exp: Remove code that prevents this file
4825 loading when tests are run in parallel.
4826
4827 2020-05-15 Pedro Alves <palves@redhat.com>
4828
4829 * gdb.multi/multi-kill.exp (start_inferior): Remove
4830 'testpid' parameter. Refer to namespace variable directly.
4831 (testpid): Declare as namespace variable.
4832
4833 2020-05-15 Pedro Alves <palves@redhat.com>
4834
4835 * gdb.multi/multi-kill.exp: Wrap in namespace.
4836 (start_inferior): Add TESTPID parameter. Use it instead of the
4837 testpid global.
4838 (top level): Define empty TESTPID array, and pass it down to
4839 start_inferior.
4840
4841 2020-05-14 Tom de Vries <tdevries@suse.de>
4842
4843 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
4844 output.
4845
4846 2020-05-14 Tom de Vries <tdevries@suse.de>
4847
4848 * gdb.base/align.exp: Split into ...
4849 * gdb.base/align.exp.in: ...
4850 * gdb.base/align-c++.exp: ...
4851 * gdb.base/align-c.exp: ... these.
4852 * gdb.base/infcall-nested-structs.exp: Split into ...
4853 * gdb.base/infcall-nested-structs.exp.in: ...
4854 * gdb.base/infcall-nested-structs-c++.exp: ...
4855 * gdb.base/infcall-nested-structs-c.exp: ... these.
4856 * gdb.base/info-types.exp: Split into ...
4857 * gdb.base/info-types.exp.in: ...
4858 * gdb.base/info-types-c++.exp: ...
4859 * gdb.base/info-types-c.exp: ... these.
4860 * gdb.base/max-depth.exp: Split into ...
4861 * gdb.base/max-depth.exp.in: ...
4862 * gdb.base/max-depth-c++.exp: ...
4863 * gdb.base/max-depth-c.exp: ... these.
4864 * gdb.cp/infcall-nodebug.exp: Split into ...
4865 * gdb.cp/infcall-nodebug.exp.in: ...
4866 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
4867 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
4868 * gdb.cp/infcall-nodebug-c-d0.exp: ...
4869 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
4870
4871 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4872 Pedro Alves <palves@redhat.com>
4873
4874 * gdb.multi/multi-exit.c: New file.
4875 * gdb.multi/multi-exit.exp: New file.
4876 * gdb.multi/multi-kill.c: New file.
4877 * gdb.multi/multi-kill.exp: New file.
4878
4879 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4880
4881 * gdb.base/annota1.exp: Update the expected output.
4882 * gdb.cp/annota2.exp: Ditto.
4883
4884 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
4885
4886 * lib/check-test-names.exp: Disable when testing is being run in
4887 parallel.
4888
4889 2020-05-12 Tom de Vries <tdevries@suse.de>
4890
4891 * gdb.base/jit-elf.exp: Fix string concat.
4892
4893 2020-05-12 Tom de Vries <tdevries@suse.de>
4894
4895 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
4896 messages.
4897
4898 2020-05-12 Tom de Vries <tdevries@suse.de>
4899
4900 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
4901
4902 2020-05-12 Tom de Vries <tdevries@suse.de>
4903
4904 * gdb.ada/catch_ex.exp: Use with_test_prefix.
4905 * gdb.ada/mi_catch_ex.exp: Same.
4906 * gdb.ada/mi_catch_ex_hand.exp: Same.
4907
4908 2020-05-12 Tom de Vries <tdevries@suse.de>
4909
4910 * gdb.fortran/complex.exp: Use with_test_prefix.
4911
4912 2020-05-12 Tom de Vries <tdevries@suse.de>
4913
4914 * gdb.trace/passcount.exp: Fix test-names.
4915
4916 2020-05-12 Tom de Vries <tdevries@suse.de>
4917
4918 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
4919
4920 2020-05-12 Tom de Vries <tdevries@suse.de>
4921
4922 * gdb.gdb/complaints.exp: Use with_test_prefix.
4923 * gdb.xml/tdesc-regs.exp: Same.
4924 * gdb.opt/inline-locals.exp: Fix test name.
4925
4926 2020-05-12 Tom de Vries <tdevries@suse.de>
4927
4928 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
4929 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
4930 * gdb.dwarf2/implref-struct.exp: Same.
4931 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
4932 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
4933
4934 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
4935
4936 * gdb.base/jit-so.exp (one_jit_test): Change test name.
4937
4938 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
4939
4940 * lib/check-test-names.exp (all_test_names): New module variable.
4941 (counts): Add 'duplicates' field.
4942 (_check_duplicates): New procedure.
4943 (check): Also check for duplicates.
4944 (do_log_summary): Print duplicates count.
4945 (do_reset_vars): Reset counter for duplicate test names, and
4946 discard all know test names.
4947
4948 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
4949
4950 * lib/gdb.exp: Include check-test-names.exp library.
4951 * lib/check-test-names.exp: New file.
4952
4953 2020-05-11 Tom de Vries <tdevries@suse.de>
4954
4955 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
4956
4957 2020-05-11 Keith Seitz <keiths@redhat.com>
4958
4959 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
4960
4961 2020-05-11 Tom de Vries <tdevries@suse.de>
4962
4963 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
4964 * gdb.cp/cpexprs.exp.in: .. here.
4965 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
4966 cpexprs.exp.
4967
4968 2020-05-11 Keith Seitz <keiths@redhat.com>
4969
4970 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
4971 test names.
4972 * gdb.ada/arrayptr.exp: Likewise.
4973 * gdb.ada/assign_arr.exp: Likewise.
4974 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
4975 * gdb.ada/bp_on_var.exp: Likewise.
4976 * gdb.ada/call_pn.exp: Likewise.
4977 * gdb.ada/complete.exp: Likewise.
4978 * gdb.ada/fun_overload_menu.exp: Likewise.
4979 * gdb.ada/funcall_param.exp: Likewise.
4980 * gdb.ada/funcall_ref.exp: Likewise.
4981 * gdb.ada/packed_array_assign.exp: Likewise.
4982 * gdb.ada/same_component_name.exp: Likewise.
4983 * gdb.ada/type_coercion.exp: Likewise.
4984 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
4985 * gdb.ada/variant_record_packed_array.exp: Likewise.
4986
4987 2020-05-11 Tom de Vries <tdevries@suse.de>
4988
4989 PR symtab/25941
4990 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
4991 out of ...
4992 * gdb.dwarf2/clang-debug-names.exp: ... here.
4993 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
4994 clang-debug-names.exp.in.
4995 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
4996 * gdb.dwarf2/clang-debug-names-2.c: New test.
4997
4998 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
4999
5000 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
5001 (fortran_runto_main): New Proc, fortran version of runto_main.
5002 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
5003 * gdb.fortran/array-bounds.exp: Likewise.
5004 * gdb.fortran/array-slices.exp: Likewise.
5005 * gdb.fortran/block-data.exp: Likewise.
5006 * gdb.fortran/charset.exp: Likewise.
5007 * gdb.fortran/common-block.exp: Likewise.
5008 * gdb.fortran/complex.exp: Likewise.
5009 * gdb.fortran/derived-type-function.exp: Likewise.
5010 * gdb.fortran/derived-type.exp: Likewise.
5011 * gdb.fortran/info-modules.exp: Likewise.
5012 * gdb.fortran/info-types.exp: Likewise.
5013 * gdb.fortran/intrinsics.exp: Likewise.
5014 * gdb.fortran/library-module.exp: Likewise.
5015 * gdb.fortran/logical.exp: Likewise.
5016 * gdb.fortran/max-depth.exp: Likewise.
5017 * gdb.fortran/module.exp: Likewise.
5018 * gdb.fortran/multi-dim.exp: Likewise.
5019 * gdb.fortran/nested-funcs.exp: Likewise.
5020 * gdb.fortran/print-formatted.exp: Likewise.
5021 * gdb.fortran/print_type.exp: Likewise.
5022 * gdb.fortran/printing-types.exp: Likewise.
5023 * gdb.fortran/ptr-indentation.exp: Likewise.
5024 * gdb.fortran/ptype-on-functions.exp: Likewise.
5025 * gdb.fortran/subarray.exp: Likewise.
5026 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
5027 * gdb.fortran/vla-datatypes.exp: Likewise.
5028 * gdb.fortran/vla-history.exp: Likewise.
5029 * gdb.fortran/vla-ptr-info.exp: Likewise.
5030 * gdb.fortran/vla-ptype-sub.exp: Likewise.
5031 * gdb.fortran/vla-ptype.exp: Likewise.
5032 * gdb.fortran/vla-sizeof.exp: Likewise.
5033 * gdb.fortran/vla-type.exp: Likewise.
5034 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
5035 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
5036 * gdb.fortran/vla-value-sub.exp: Likewise.
5037 * gdb.fortran/vla-value.exp: Likewise.
5038 * gdb.fortran/whatis_type.exp: Likewise.
5039 * gdb.mi/mi-var-child-f.exp: Likewise.
5040
5041 2020-05-09 Tom de Vries <tdevries@suse.de>
5042
5043 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
5044
5045 2020-05-08 Tom de Vries <tdevries@suse.de>
5046
5047 * gdb.dwarf2/clang-debug-names.c: New test.
5048 * gdb.dwarf2/clang-debug-names.exp: New file.
5049
5050 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
5051
5052 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
5053 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
5054
5055 2020-05-06 Tom de Vries <tdevries@suse.de>
5056
5057 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
5058 breakpoint is at a "recommended breakpoint location".
5059 * gdb.reverse/consecutive-reverse.exp: Same.
5060
5061 2020-05-06 Tom de Vries <tdevries@suse.de>
5062
5063 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
5064 address.
5065
5066 2020-05-06 Tom de Vries <tdevries@suse.de>
5067
5068 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
5069
5070 2020-05-06 Tom de Vries <tdevries@suse.de>
5071
5072 * gdb.base/store.exp (check_set, up_set): Allowing missing location
5073 info for r.
5074
5075 2020-05-06 Tom de Vries <tdevries@suse.de>
5076
5077 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
5078 necessary.
5079
5080 2020-05-06 Tom de Vries <tdevries@suse.de>
5081
5082 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
5083 void.
5084
5085 2020-05-06 Tom de Vries <tdevries@suse.de>
5086
5087 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
5088 of ...
5089 * gdb.base/async.exp: ... here.
5090 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
5091 "recommended breakpoint location".
5092
5093 2020-05-06 Tom de Vries <tdevries@suse.de>
5094
5095 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
5096
5097 2020-05-04 Tom de Vries <tdevries@suse.de>
5098
5099 * gdb.base/async.exp: Check whether instruction addresses are a
5100 "recommended breakpoint location".
5101
5102 2020-05-03 Tom Tromey <tom@tromey.com>
5103
5104 * gdb.base/sepdebug.exp: Remove "catch" test.
5105 * gdb.base/break.exp: Remove "catch" test.
5106 * gdb.base/default.exp: Update expected output.
5107
5108 2020-05-02 Tom de Vries <tdevries@suse.de>
5109
5110 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
5111 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
5112 * gdb.arch/i386-mpx-map.exp: Same.
5113 * gdb.arch/i386-mpx-sigsegv.exp: Same.
5114 * gdb.arch/i386-mpx-simple_segv.exp: Same.
5115 * gdb.arch/i386-mpx.exp: Same.
5116
5117 2020-05-02 Tom de Vries <tdevries@suse.de>
5118
5119 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
5120
5121 2020-05-01 Tom de Vries <tdevries@suse.de>
5122
5123 * gdb.ada/operator_bp.exp: Allow more than required amount of
5124 breakpoint.
5125
5126 2020-05-01 Tom de Vries <tdevries@suse.de>
5127
5128 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
5129
5130 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
5131
5132 PR gdb/18706
5133 * gdb.cp/stub-array-size.cc: New test.
5134 * gdb.cp/stub-array-size.exp: New file.
5135 * gdb.cp/stub-array-size.h: New test.
5136 * gdb.cp/stub-array-size2.cc: New test.
5137
5138 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
5139
5140 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
5141 output to the new format.
5142
5143 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
5144
5145 * gdb.base/break.exp: Use with_test_prefix.
5146
5147 2020-04-29 Tom de Vries <tdevries@suse.de>
5148
5149 * lib/gdb.exp (debug_types): New proc.
5150 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
5151 * gdb.python/py-symtab.exp: Same.
5152
5153 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
5154
5155 PR gdb/17320
5156 * gdb.base/pretty-array.c: New test.
5157 * gdb.base/pretty-array.exp: New file.
5158
5159 2020-04-29 Tom de Vries <tdevries@suse.de>
5160
5161 PR symtab/25889
5162 * gdb.cp/cpexprs.exp: Adapt for inclusion.
5163 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
5164 and include cpexprs.exp.
5165
5166 2020-04-28 Mark Williams <mark@myosotissp.com>
5167
5168 PR gdb/24480
5169 * dw4-toplevel-types.exp: Test for top level types.
5170 * dw4-toplevel-types.cc: Test for top level types.
5171
5172 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5173
5174 * gdb.threads/stop-with-handle.exp: Fix typo in comment
5175 (theads -> threads).
5176
5177 2020-04-28 Tom de Vries <tdevries@suse.de>
5178
5179 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
5180
5181 2020-04-28 Tom de Vries <tdevries@suse.de>
5182
5183 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
5184
5185 2020-04-28 Tom de Vries <tdevries@suse.de>
5186
5187 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
5188
5189 2020-04-28 Tom de Vries <tdevries@suse.de>
5190
5191 * gdb.dwarf2/main-foo.c: New test.
5192 * gdb.dwarf2/struct-with-sig.exp: New file.
5193
5194 2020-04-25 Tom de Vries <tdevries@suse.de>
5195
5196 * boards/debug-types.exp: New file.
5197
5198 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
5199
5200 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
5201
5202 2020-04-24 Tom Tromey <tom@tromey.com>
5203
5204 PR symtab/12707:
5205 * gdb.python/py-symbol.exp: Update expected results for
5206 linkage_name test.
5207 * gdb.cp/print-demangle.exp: New file.
5208 * gdb.base/c-linkage-name.exp: Fix test.
5209 * gdb.guile/scm-symbol.exp: Update expected results for
5210 linkage_name test.
5211
5212 2020-04-24 Tom Tromey <tom@tromey.com>
5213
5214 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
5215 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
5216 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
5217 assembler.
5218
5219 2020-04-24 Tom de Vries <tdevries@suse.de>
5220
5221 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
5222 C++.
5223
5224 2020-04-24 Tom Tromey <tromey@adacore.com>
5225
5226 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
5227 values.
5228 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
5229 values. Update test for minimal encodings.
5230 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
5231 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
5232 values. Update test for minimal encodings.
5233
5234 2020-04-24 Tom Tromey <tromey@adacore.com>
5235
5236 PR python/23662:
5237 * gdb.ada/variant.exp: Add Python checks.
5238 * gdb.rust/simple.exp: Add dynamic type checks.
5239
5240 2020-04-24 Tom Tromey <tromey@adacore.com>
5241
5242 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
5243 Make array type matching more lax.
5244 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
5245 * gdb.ada/mi_variant.exp: New file.
5246 * gdb.ada/mi_variant/pck.ads: New file.
5247 * gdb.ada/mi_variant/pkg.adb: New file.
5248 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
5249 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
5250
5251 2020-04-24 Tom Tromey <tromey@adacore.com>
5252
5253 * gdb.ada/variant.exp: Add dynamic field offset tests.
5254 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
5255 * gdb.ada/variant/pkg.adb: Add new variables.
5256
5257 2020-04-24 Tom Tromey <tromey@adacore.com>
5258
5259 * gdb.ada/variant.exp: New file
5260 * gdb.ada/variant/pkg.adb: New file
5261 * gdb.ada/variant/pck.adb: New file
5262
5263 2020-04-24 Tom de Vries <tdevries@suse.de>
5264
5265 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
5266
5267 2020-04-24 Tom de Vries <tdevries@suse.de>
5268
5269 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
5270 flags.
5271
5272 2020-04-24 Tom de Vries <tdevries@suse.de>
5273
5274 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
5275
5276 2020-04-24 Tom de Vries <tdevries@suse.de>
5277
5278 * lib/gdb.exp (default_gdb_start): Handle eof.
5279 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
5280 failure.
5281 * gdb.base/readnever.exp: Handle clean_restart failure.
5282
5283 2020-04-23 Tom de Vries <tdevries@suse.de>
5284
5285 * gdb.base/decl-before-def.exp: Run to main and print a again.
5286
5287 2020-04-23 Tom de Vries <tdevries@suse.de>
5288
5289 * gdb.base/decl-before-def-decl.c: New test.
5290 * gdb.base/decl-before-def-def.c: New test.
5291 * gdb.base/decl-before-def.exp: New file.
5292
5293 2020-04-23 Tom de Vries <tdevries@suse.de>
5294
5295 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
5296
5297 2020-04-22 Tom de Vries <tdevries@suse.de>
5298
5299 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
5300 debug_info_offset.
5301 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
5302 before $objsfile in the line line.
5303
5304 2020-04-22 Tom de Vries <tdevries@suse.de>
5305
5306 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
5307
5308 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
5309
5310 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
5311 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
5312 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
5313 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
5314 * gdb.base/jit-protocol.h: Update definitions to match all usage
5315 contexts.
5316
5317 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
5318
5319 * gdb.base: Rename all jit related test and source files.
5320
5321 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
5322
5323 * gdb.base/jit-reader.exp: Relax register output check.
5324
5325 2020-04-22 Tom de Vries <tdevries@suse.de>
5326
5327 PR symtab/25764
5328 * gdb.base/psym-external-decl-2.c: New test.
5329 * gdb.base/psym-external-decl.c: New test.
5330 * gdb.base/psym-external-decl.exp: New file.
5331 * gdb.threads/tls.exp: Add PR25807 kfail.
5332
5333 2020-04-22 Tom de Vries <tdevries@suse.de>
5334
5335 PR symtab/25801
5336 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
5337 in "info source" output.
5338
5339 2020-04-22 Tom de Vries <tdevries@suse.de>
5340
5341 PR symtab/25700
5342 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
5343 symtab for imported_unit.c.
5344
5345 2020-04-21 Gary Benson <gbenson@redhat.com>
5346
5347 * gdb.base/advance.c (func): New argument, to match call site.
5348 (func2, func3): Add return statements.
5349
5350 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5351
5352 * gdb.multi/run-only-second-inf.c: New file.
5353 * gdb.multi/run-only-second-inf.exp: New file.
5354
5355 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
5356
5357 * gdb.btrace/multi-inferior.c: New test.
5358 * gdb.btrace/multi-inferior.exp: New file.
5359
5360 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
5361
5362 * gdb.btrace/enable-new-thread.c: New test.
5363 * gdb.btrace/enable-new-thread.exp: New file.
5364
5365 2020-04-21 Tom de Vries <tdevries@suse.de>
5366
5367 PR gdb/25471
5368 * gdb.threads/killed-outside.c: New test.
5369 * gdb.threads/killed-outside.exp: New file.
5370
5371 2020-04-20 Gary Benson <gbenson@redhat.com>
5372
5373 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
5374 * gdb.base/nested-subp2.exp: Likewise.
5375 * gdb.base/nested-subp3.exp: Likewise.
5376
5377 2020-04-20 Gary Benson <gbenson@redhat.com>
5378
5379 * gdb.base/nested-subp1.exp: Disable test when using clang.
5380 * gdb.base/nested-subp2.exp: Likewise.
5381 * gdb.base/nested-subp3.exp: Likewise.
5382
5383 2020-04-20 Gary Benson <gbenson@redhat.com>
5384
5385 * gdb.cp/exception.cc: Fix compilation error with clang.
5386
5387 2020-04-20 Gary Benson <gbenson@redhat.com>
5388
5389 * gdb.trace/tspeed.c: Fix compilation error with clang.
5390
5391 2020-04-20 Gary Benson <gbenson@redhat.com>
5392
5393 * gdb.base/jit-main.c: Fix compilation error with clang.
5394
5395 2020-04-17 Kamil Rytarowski <n54@gmx.com>
5396
5397 * gdb.base/attach-twice.c: Include "sys/types.h".
5398 (PTRACE_ATTACH): Add fallback definition.
5399 (main): Pass `0' to the 4th argument of `ptrace'.
5400
5401 2020-04-17 Kamil Rytarowski <n54@gmx.com>
5402
5403 * gdb.base/fork-running-state.c: Include "signal.h".
5404
5405 2020-04-17 Tom Tromey <tromey@adacore.com>
5406
5407 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
5408 Update tests.
5409 * gdb.btrace/cpu.exp: Update tests.
5410 * gdb.base/maint.exp: Update tests.
5411 * gdb.base/default.exp: Update tests.
5412 * gdb.base/completion.exp: Update tests.
5413
5414 2020-04-16 Tom de Vries <tdevries@suse.de>
5415
5416 PR symtab/25791
5417 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
5418 (ensure_gdb_index): and factor out and move ...
5419 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
5420 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
5421
5422 2020-04-16 Tom de Vries <tdevries@suse.de>
5423
5424 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
5425 loading exec.
5426
5427 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
5428
5429 * gdb.base/many-completions.exp: New file.
5430
5431 2020-04-14 Tom de Vries <tdevries@suse.de>
5432
5433 PR symtab/25718
5434 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
5435
5436 2020-04-14 Tom de Vries <tdevries@suse.de>
5437
5438 PR symtab/25720
5439 * gdb.base/maint-expand-symbols-header-file.c: New test.
5440 * gdb.base/maint-expand-symbols-header-file.exp: New file.
5441 * gdb.base/maint-expand-symbols-header-file.h: New test.
5442
5443 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
5444
5445 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
5446 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
5447 get_func_info.
5448 (get_func_info): Delete.
5449 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
5450 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
5451 * lib/dwarf.exp (get_func_info): New function.
5452
5453 2020-04-13 Tom de Vries <tdevries@suse.de>
5454
5455 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
5456 to what find_gnatmake does.
5457
5458 2020-04-10 Tom de Vries <tdevries@suse.de>
5459
5460 * gdb.base/style.exp: Expect "Expanding full symbols" message for
5461 -readnow.
5462
5463 2020-04-10 Tom de Vries <tdevries@suse.de>
5464
5465 PR cli/25808
5466 * gdb.base/style.c: Add leading newlines.
5467 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
5468 Check listing of main's one-line body.
5469
5470 2020-04-08 Tom de Vries <tdevries@suse.de>
5471
5472 * lib/gdb.exp (psymtabs_p): New proc.
5473 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
5474 importing unit" unsupported if there are no partial symbols.
5475
5476 2020-04-08 Tom de Vries <tdevries@suse.de>
5477
5478 PR testsuite/25760
5479 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
5480
5481 2020-04-07 Tom de Vries <tdevries@suse.de>
5482
5483 PR symtab/25796
5484 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
5485
5486 2020-04-07 Tom de Vries <tdevries@suse.de>
5487
5488 * gdb.base/check-psymtab.c: New test.
5489 * gdb.base/check-psymtab.exp: New file.
5490
5491 2020-04-06 Tom Tromey <tromey@adacore.com>
5492
5493 * gdb.ada/variant-record/proc.adb: New file.
5494 * gdb.ada/variant-record/value.adb: New file.
5495 * gdb.ada/variant-record/value.s: New file.
5496 * gdb.ada/variant-record.exp: New file.
5497
5498 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
5499
5500 PR gdb/25325
5501 * gdb.cp/typed-enum.cc: New test.
5502 * gdb.cp/typed-enum.exp: New file.
5503
5504 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
5505
5506 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
5507 * gdb.dwarf2/dw2-inline-small-func.c: New file.
5508 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
5509 * gdb.dwarf2/dw2-inline-small-func.h: New file.
5510 * gdb.opt/inline-small-func.c: New file.
5511 * gdb.opt/inline-small-func.exp: New file.
5512 * gdb.opt/inline-small-func.h: New file.
5513
5514 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
5515
5516 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
5517 function.
5518
5519 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
5520
5521 * lib/dwarf.exp (function_range): Allow compiler options to be
5522 specified.
5523
5524 2020-04-02 Tom de Vries <tdevries@suse.de>
5525
5526 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
5527 __attribute__((always_inline)).
5528 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
5529
5530 2020-04-02 Tom de Vries <tdevries@suse.de>
5531
5532 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
5533 (gdbserver_gdb_exit): ... here. Add timeout warning.
5534 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
5535 (connect_target_extended_remote): Append new server_spawn_id to
5536 server_spawn_ids.
5537 (cleanup): New proc.
5538 (setup, <toplevel>): Call cleanup.
5539
5540 2020-04-02 Tom de Vries <tdevries@suse.de>
5541
5542 * gdb.base/main-psymtab.exp: New file.
5543
5544 2020-04-02 Tom de Vries <tdevries@suse.de>
5545
5546 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
5547
5548 2020-04-01 Tom Tromey <tom@tromey.com>
5549
5550 * gdb.base/complex-parts.exp: Add type tests.
5551
5552 2020-04-01 Tom Tromey <tom@tromey.com>
5553
5554 * gdb.base/complex-parts.exp: Add arithmetic tests.
5555
5556 2020-04-01 Tom Tromey <tom@tromey.com>
5557
5558 * gdb.compile/compile.exp: Update.
5559 * gdb.compile/compile-cplus.exp: Update.
5560 * gdb.base/varargs.exp: Update.
5561 * gdb.base/floatn.exp: Update.
5562 * gdb.base/endianity.exp: Update.
5563 * gdb.base/callfuncs.exp (do_function_calls): Update.
5564 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
5565 (complex_float_integral_args): Update.
5566 * gdb.base/complex.exp: Update.
5567 * gdb.base/complex-parts.exp: Update.
5568
5569 2020-04-01 Tom Tromey <tromey@adacore.com>
5570
5571 * gdb.rust/union.rs: New file.
5572 * gdb.rust/union.exp: New file.
5573 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
5574 (main): Update.
5575 * gdb.rust/simple.exp: Move union tests to union.exp.
5576
5577 2020-04-01 Tom Tromey <tromey@adacore.com>
5578
5579 * gdb.rust/simple.rs (main): Remove "y0".
5580
5581 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5582
5583 * gdb.multi/stop-all-on-exit.c: New test.
5584 * gdb.multi/stop-all-on-exit.exp: New file.
5585
5586 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
5587
5588 PR gdb/24789
5589 * gdb.cp/misc.cc: Add integer reference variable.
5590 * gdb.cp/misc.exp: Add test.
5591
5592 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5593
5594 * gdb.server/stop-reply-no-thread.exp: Enhance the test
5595 scenario to cover execution until the end and also the case
5596
5597 2020-03-31 Tom de Vries <tdevries@suse.de>
5598
5599 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
5600 c. Use "maint info symtabs" to check symtab expansion.
5601
5602 2020-03-30 Tom de Vries <tdevries@suse.de>
5603
5604 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
5605 unsupported.
5606 (verify_psymtab_expanded): Move ...
5607 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
5608 test.
5609 (readnow): New proc.
5610
5611 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
5612
5613 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
5614 with $hex.
5615
5616 2020-03-20 Tom Tromey <tromey@adacore.com>
5617
5618 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
5619
5620 2020-03-20 Tom Tromey <tromey@adacore.com>
5621
5622 * gdb.ada/sub_variant/subv.adb: New file.
5623 * gdb.ada/sub_variant.exp: New file.
5624
5625 2020-03-20 Tom de Vries <tdevries@suse.de>
5626
5627 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
5628 first break fails.
5629 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
5630
5631 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
5632
5633 * gdb.server/exit-multiple-threads.c: New file.
5634 * gdb.server/exit-multiple-threads.exp: New file.
5635
5636 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
5637
5638 * gdb.fortran/mixed-lang-stack.c: New file.
5639 * gdb.fortran/mixed-lang-stack.cpp: New file.
5640 * gdb.fortran/mixed-lang-stack.exp: New file.
5641 * gdb.fortran/mixed-lang-stack.f90: New file.
5642
5643 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
5644
5645 * gdb.linespec/cp-completion-aliases.cc: New file.
5646 * gdb.linespec/cp-completion-aliases.exp: New file.
5647
5648 2020-03-19 Tom de Vries <tdevries@suse.de>
5649
5650 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
5651 more precise.
5652
5653 2020-03-18 Tom de Vries <tdevries@suse.de>
5654
5655 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
5656 * gdb.dwarf2/break-inline-psymtab.c: New test.
5657 * gdb.dwarf2/break-inline-psymtab.exp: New file.
5658
5659 2020-03-16 Tom de Vries <tdevries@suse.de>
5660
5661 * lib/cache.exp (gdb_do_cache): Add and handle local variables
5662 cache_verify and cache_verify_proc.
5663
5664 2020-03-15 Tom de Vries <tdevries@suse.de>
5665
5666 * gdb.server/solib-list.exp: Handle
5667 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
5668
5669 2020-03-15 Tom de Vries <tdevries@suse.de>
5670
5671 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
5672 objfiles".
5673
5674 2020-03-14 Tom Tromey <tom@tromey.com>
5675
5676 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
5677
5678 2020-03-14 Tom de Vries <tdevries@suse.de>
5679
5680 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
5681
5682 2020-03-14 Tom de Vries <tdevries@suse.de>
5683
5684 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
5685 result in line-by-line fashion.
5686
5687 2020-03-14 Tom de Vries <tdevries@suse.de>
5688
5689 * lib/gdb.exp (supports_statement_frontiers): New proc.
5690 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
5691
5692 2020-03-14 Tom de Vries <tdevries@suse.de>
5693
5694 * gdb.base/printcmds.exp: Add missing quoting for "print
5695 teststring2".
5696
5697 2020-03-13 Tom Tromey <tom@tromey.com>
5698
5699 * gdb.base/printcmds.exp (test_print_strings): Add regression
5700 test.
5701 * gdb.base/printcmds.c (charptr): New typedef.
5702 (teststring2): New global.
5703
5704 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
5705
5706 * gdb.base/break-interp.exp: Use the tail of the filename, not the
5707 full path in the test name.
5708 (test_ld): Add some with_test_prefix blocks to make test names
5709 unique.
5710
5711 2020-03-13 Tom de Vries <tdevries@suse.de>
5712
5713 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
5714
5715 2020-03-13 Tom de Vries <tdevries@suse.de>
5716
5717 * gdb.mi/mi-sym-info.exp: Make matching more precise.
5718
5719 2020-03-13 Tom de Vries <tdevries@suse.de>
5720
5721 PR symtab/25646
5722 * gdb.dwarf2/imported-unit.exp: Add test.
5723
5724 2020-03-13 Tom de Vries <tdevries@suse.de>
5725
5726 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
5727 (var1, var2): New variable.
5728 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
5729 matching symbols.
5730
5731 2020-03-13 Tom de Vries <tdevries@suse.de>
5732
5733 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
5734 (Term::command): Use prompt prefix.
5735 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
5736 * gdb.tui/tui-layout-asm-short-prog.exp: Use
5737 command_no_prompt_prefix instead of prefix.
5738 * gdb.tui/tui-layout-asm.exp: Same.
5739
5740 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
5741
5742 * gdb.base/break-interp.exp: Use foreach_with_prefix.
5743
5744 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
5745
5746 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
5747 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
5748 on" while stepping over the test instruction, match printed
5749 message.
5750
5751 2020-03-12 Tom de Vries <tdevries@suse.de>
5752
5753 * gdb.base/info-types.exp: Use exp_continue during matching of output
5754 of "info types".
5755
5756 2020-03-12 Tom de Vries <tdevries@suse.de>
5757
5758 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
5759
5760 2020-03-12 Tom de Vries <tdevries@suse.de>
5761
5762 * gdb.fortran/module.exp: Use exp_continue during matching of output
5763 of "info variable -n".
5764
5765 2020-03-12 Tom de Vries <tdevries@suse.de>
5766
5767 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
5768 gdb.dwarf2/dw2-ranges-base.c.
5769
5770 2020-03-12 Tom de Vries <tdevries@suse.de>
5771
5772 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
5773 in presence of GLIBC debuginfo.
5774
5775 2020-03-12 Tom de Vries <tdevries@suse.de>
5776
5777 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
5778 $core.
5779
5780 2020-03-12 Tom de Vries <tdevries@suse.de>
5781
5782 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
5783 more precise.
5784
5785 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
5786
5787 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
5788 from Unix to Windows path.
5789
5790 2020-03-11 Tom de Vries <tdevries@suse.de>
5791
5792 * gdb.ada/minsyms.exp: Set language to ada.
5793
5794 2020-03-11 Tom de Vries <tdevries@suse.de>
5795
5796 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
5797
5798 2020-03-11 Tom de Vries <tdevries@suse.de>
5799
5800 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
5801
5802 2020-03-11 Tom Tromey <tromey@adacore.com>
5803
5804 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
5805
5806 2020-03-11 Tom de Vries <tdevries@suse.de>
5807
5808 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
5809
5810 2020-03-11 Tom de Vries <tdevries@suse.de>
5811
5812 * gdb.base/break-interp.exp: Limit verbose scope.
5813
5814 2020-03-11 Tom de Vries <tdevries@suse.de>
5815
5816 * gdb.fortran/logical.f90: Define variable with character type.
5817 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
5818
5819 2020-03-11 Tom de Vries <tdevries@suse.de>
5820
5821 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
5822
5823 2020-03-11 Tom de Vries <tdevries@suse.de>
5824
5825 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
5826 symtabs.
5827
5828 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
5829 Bernd Edlinger <bernd.edlinger@hotmail.de>
5830
5831 * gdb.cp/step-and-next-inline.cc: New file.
5832 * gdb.cp/step-and-next-inline.exp: New file.
5833 * gdb.cp/step-and-next-inline.h: New file.
5834 * gdb.dwarf2/dw2-is-stmt.c: New file.
5835 * gdb.dwarf2/dw2-is-stmt.exp: New file.
5836 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
5837 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
5838 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
5839
5840 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
5841
5842 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
5843 is-stmt flag in the line table.
5844
5845 2020-03-09 Tom de Vries <tdevries@suse.de>
5846
5847 * lib/gdb.exp (cached_file): Create cache dir.
5848
5849 2020-03-07 Tom de Vries <tdevries@suse.de>
5850
5851 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
5852 * gdb.cp/rvalue-ref-params.exp: Same.
5853
5854 2020-03-06 Tom de Vries <tdevries@suse.de>
5855
5856 * lib/gdb.exp (tentative_rename, cached_file): New proc.
5857 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
5858
5859 2020-03-06 Tom de Vries <tdevries@suse.de>
5860
5861 * README: Fix "the the".
5862 * gdb.base/dprintf.exp: Same.
5863
5864 2020-03-05 Tom de Vries <tdevries@suse.de>
5865
5866 * gdb.base/maint.exp: Update "main print statistics" expected output.
5867
5868 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
5869
5870 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
5871 (fortran_int8): Likewise.
5872 (fortran_real4): Likewise.
5873 (fortran_real8): Likewise.
5874 (fortran_complex4): Likewise.
5875 (fortran_logical4): Likewise.
5876 (fortran_character1): Likewise.
5877
5878 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
5879
5880 * gdb.fortran/logical.exp: Add tests that any non-zero value is
5881 printed as true.
5882
5883 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
5884
5885 * gdb.base/printcmds.exp: Add test to verify printf of a
5886 variable holding an address.
5887
5888 2020-03-03 Tom de Vries <tdevries@suse.de>
5889
5890 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
5891
5892 2020-03-03 Tom de Vries <tdevries@suse.de>
5893
5894 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
5895 gdb_test_multiple call.
5896
5897 2020-03-03 Tom de Vries <tdevries@suse.de>
5898
5899 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
5900 gdb_test_multiple calls.
5901
5902 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
5903
5904 * gdb.base/default.exp: Remove test of 'set history filename'.
5905 * gdb.base/gdbinit-history.exp: Add tests for setting the history
5906 filename to the empty string.
5907 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
5908 and GDBHISTSIZE.
5909
5910 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
5911
5912 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
5913 disabled.
5914
5915 2020-03-02 Pedro Alves <palves@redhat.com>
5916 Tom de Vries <tdevries@suse.de>
5917
5918 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
5919 -prompt prefix, before user_code argument. Add -lbl option likewise.
5920 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
5921 (gdb_is_target_1): Add -prompt prefix and move to before user_code
5922 argument.
5923 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
5924 have "\r\n" at start-of-line, instead of at end-of-line.
5925
5926 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
5927
5928 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
5929 libinproctrace.so.
5930
5931 2020-02-28 Luis Machado <luis.machado@linaro.org>
5932
5933 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
5934 to "p/x".
5935
5936 2020-02-28 Luis Machado <luis.machado@linaro.org>
5937
5938 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
5939 asm/ptrace.h and error.h.
5940
5941 2020-02-28 Tom de Vries <tdevries@suse.de>
5942
5943 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
5944 (struct wrapper, do_something, mundane/symada__cS): Move ...
5945 * gdb.base/c-linkage-name-2.c: ... here. New source file.
5946 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
5947 Update "print symada__cS before partial symtab expansion" regexp.
5948 Update breakpoint location. Flush symbol cache after expansion.
5949
5950 2020-02-28 Luis Machado <luis.machado@linaro.org>
5951
5952 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
5953
5954 2020-02-27 Tom de Vries <tdevries@suse.de>
5955
5956 * config/sid.exp: Remove unused globals.
5957 * gdb.base/attach.exp: Same.
5958 * gdb.base/catch-load.exp: Same.
5959 * gdb.base/dbx.exp: Same.
5960 * lib/gdb.exp: Same.
5961 * lib/mi-support.exp: Same.
5962 * lib/prompt.exp: Same.
5963
5964 2020-02-27 Tom de Vries <tdevries@suse.de>
5965
5966 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
5967 not set.
5968
5969 2020-02-26 Aaron Merey <amerey@redhat.com>
5970
5971 * gdb.debuginfod: New directory for debuginfod tests.
5972 * gdb.debuginfod/main.c: New test file.
5973 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
5974
5975 2020-02-26 Tom de Vries <tdevries@suse.de>
5976
5977 PR gdb/25603
5978 * gdb.base/persistent-lang.cc: New test.
5979 * gdb.base/persistent-lang.exp: New file.
5980
5981 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
5982
5983 * gdb.fortran/derived-type-striding.exp: Add a new test.
5984 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
5985 new test.
5986
5987 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
5988
5989 * gdb.base/cached-source-file.exp: Avoid source file paths in test
5990 names.
5991
5992 2020-02-25 Tom de Vries <tdevries@suse.de>
5993
5994 PR go/18926
5995 * gdb.go/methods.exp: Remove gcc/93866 xfail.
5996
5997 2020-02-24 Tom de Vries <tdevries@suse.de>
5998
5999 PR gdb/25592
6000 * gdb.base/info-locals-unused-static-var.c: New test.
6001 * gdb.base/info-locals-unused-static-var.exp: New file.
6002
6003 2020-02-22 Tom Tromey <tom@tromey.com>
6004
6005 * gdb.python/tui-window.exp: New file.
6006 * gdb.python/tui-window.py: New file.
6007
6008 2020-02-22 Tom Tromey <tom@tromey.com>
6009
6010 PR tui/17850:
6011 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
6012 tests.
6013
6014 2020-02-22 Tom Tromey <tom@tromey.com>
6015
6016 * gdb.tui/new-layout.exp: Add sub-layout tests.
6017
6018 2020-02-22 Tom Tromey <tom@tromey.com>
6019
6020 * gdb.tui/new-layout.exp: New file.
6021
6022 2020-02-22 Tom Tromey <tom@tromey.com>
6023
6024 * gdb.rust/rust-style.rs: New file.
6025 * gdb.rust/rust-style.exp: New file.
6026 * gdb.base/style.exp: Test structure printing.
6027 * gdb.base/style.c (struct some_struct): New type.
6028 (enum etype): New type.
6029 (struct_value): New global.
6030
6031 2020-02-21 Tom de Vries <tdevries@suse.de>
6032
6033 PR go/18926
6034 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
6035 Remove blanket xfails. Use message argument for gdb_breakpoint.
6036 Make continuing to breakpoint test conditional on setting breakpoint.
6037 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
6038 DW_AT_name attribute. Add xfail for GCC PR93866.
6039
6040 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
6041
6042 * gdb.dwarf2/cpp-linkage-name.c: New file.
6043 * gdb.dwarf2/cpp-linkage-name.exp: New file.
6044
6045 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
6046
6047 * lib/gdb.exp (gdb_wrapper_init): Reset
6048 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
6049 not exist.
6050
6051 2020-02-20 Tom de Vries <tdevries@suse.de>
6052
6053 PR go/17018
6054 * gdb.go/hello.exp: Copy ...
6055 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
6056 print of st to print value of global definition. Add xfail for GCC
6057 PR93844.
6058 * gdb.go/hello.exp: Remove printing of st before definition.
6059 * gdb.go/hello.go: Copy ...
6060 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
6061 to st.
6062 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
6063
6064 2020-02-20 Tom de Vries <tdevries@suse.de>
6065
6066 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
6067 (gdb_simple_compile): Handle compile_flags go by using .go extension
6068 for source file.
6069 * gdb.go/chan.exp: Use support_go_compile.
6070 * gdb.go/handcall.exp: Same.
6071 * gdb.go/hello.exp: Same.
6072 * gdb.go/integers.exp: Same.
6073 * gdb.go/max-depth.exp: Same.
6074 * gdb.go/methods.exp: Same.
6075 * gdb.go/package.exp: Same.
6076 * gdb.go/strings.exp: Same.
6077 * gdb.go/types.exp: Same.
6078 * gdb.go/unsafe.exp: Same.
6079
6080 2020-02-19 Tom de Vries <tdevries@suse.de>
6081
6082 * gdb.python/lib-types.exp: Make xfail more strict.
6083
6084 2020-02-19 Tom de Vries <tdevries@suse.de>
6085
6086 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
6087
6088 2020-02-19 Doug Evans <dje@google.com>
6089
6090 PR rust/25535
6091 * gdb.rust/simple.exp: Add test.
6092 * gdb.rust/simple.rs: Add test.
6093
6094 2020-02-19 Tom de Vries <tdevries@suse.de>
6095
6096 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
6097 output line-by-line.
6098
6099 2020-02-19 Tom de Vries <tdevries@suse.de>
6100
6101 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
6102
6103 2020-02-19 Tom de Vries <tdevries@suse.de>
6104
6105 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
6106 prelink.
6107
6108 2020-02-19 Tom de Vries <tdevries@suse.de>
6109
6110 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
6111 (gdb_do_cache): Use gdb_do_cache_wrap.
6112 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
6113
6114 2020-02-19 Tom de Vries <tdevries@suse.de>
6115
6116 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
6117 gdb_compile option.
6118
6119 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
6120
6121 * gdb.base/printcmds.exp (test_print_enums): Update expected
6122 output.
6123
6124 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
6125
6126 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
6127 for "unknown".
6128
6129 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
6130
6131 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
6132 enumerator.
6133
6134 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
6135
6136 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
6137 FE_, add FE_NONE.
6138 (three): Update.
6139 (enum flag_enum_without_zero): New enum.
6140 (flag_enum_without_zero): New variable.
6141 (enum not_flag_enum): New enum.
6142 (three_not_flag): New variable.
6143 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
6144 (test_print_enums): Add more tests for printing flag enums.
6145
6146 2020-02-18 Tom de Vries <tdevries@suse.de>
6147
6148 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
6149 (gdb_compile_ada): ... here.
6150 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
6151 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
6152
6153 2020-02-14 Tom Tromey <tom@tromey.com>
6154
6155 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
6156 build directory.
6157 * boards/gdbserver-base.exp: Update path to gdbserver.
6158
6159 2020-02-13 Tom de Vries <tdevries@suse.de>
6160
6161 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
6162
6163 2020-02-13 Tom de Vries <tdevries@suse.de>
6164
6165 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
6166 are missing.
6167
6168 2020-02-13 Tom de Vries <tdevries@suse.de>
6169
6170 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
6171 call.
6172
6173 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
6174
6175 PR tui/25126
6176 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
6177 * gdb.base/cached-source-file.c: New file.
6178 * gdb.base/cached-source-file.exp: New file.
6179
6180 2020-02-11 Tom de Vries <tdevries@suse.de>
6181
6182 PR testsuite/25488
6183 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
6184
6185 2020-02-10 Tom de Vries <tdevries@suse.de>
6186
6187 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
6188
6189 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
6190
6191 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
6192 and $after_addr are both integers before making a comparison.
6193
6194 2020-02-09 Tom de Vries <tdevries@suse.de>
6195
6196 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
6197 command output and paste it into gdb.log. If any, paste catch message
6198 to gdb.log.
6199
6200 2020-02-07 Tom Tromey <tromey@adacore.com>
6201
6202 PR breakpoints/24915:
6203 * gdb.base/annotate-symlink.exp: Use setup_xfail.
6204
6205 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
6206
6207 * gdb.tui/tui-missing-src.exp: Add the "missing source
6208 file" test for the TUI.
6209
6210 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
6211
6212 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
6213 including a port number in the output.
6214
6215 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
6216
6217 * lib/fortran.exp (fortran_int4): Handle clang.
6218 (fortran_int8): Likewise.
6219 (fortran_real4): Likewise.
6220 (fortran_real8): Likewise.
6221 (fortran_complex4): Likewise.
6222 (fortran_logical4): Likewise.
6223 (fortran_character1): Likewise.
6224
6225 2020-02-04 Tom de Vries <tdevries@suse.de>
6226
6227 * README (Race detection): Add note.
6228
6229 2020-02-04 Tom de Vries <tdevries@suse.de>
6230
6231 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
6232
6233 2020-02-04 Tom de Vries <tdevries@suse.de>
6234
6235 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
6236
6237 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
6238
6239 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
6240 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
6241 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
6242 blttar, bnetarl.
6243 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
6244 binary for blttar, bnetarl.
6245 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
6246 wait instruction. Delete ldmx test.
6247 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
6248
6249 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
6250
6251 * gdb.fortran/array-bounds-high.exp: New file.
6252 * gdb.fortran/array-bounds-high.f90: New file.
6253
6254 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
6255
6256 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
6257 Replace #include of <sys/fcntl.h> by <fcntl.h>.
6258
6259 2020-02-01 Tom de Vries <tdevries@suse.de>
6260
6261 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
6262
6263 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
6264
6265 PR tui/9765
6266 * gdb.tui/tui-layout-asm-short-prog.S: New file.
6267 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
6268
6269 2020-01-29 Luis Machado <luis.machado@linaro.org>
6270
6271 * gdb.arch/aarch64-brk-patterns.c: New source file.
6272 * gdb.arch/aarch64-brk-patterns.exp: New test.
6273
6274 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6275
6276 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
6277 GCC/Clang version.
6278 * gdb.cp/pass-by-ref.exp: Ditto.
6279
6280 2020-01-29 Tom de Vries <tdevries@suse.de>
6281
6282 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
6283 * gdb.threads/watchpoint-fork-mt.c: Same.
6284 * gdb.threads/watchpoint-fork-parent.c: Same.
6285 * gdb.threads/watchpoint-fork-st.c: Same.
6286 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
6287
6288 2020-01-27 Luis Machado <luis.machado@linaro.org>
6289
6290 * gdb.base/step-over-syscall.exp (setup): Check if we're already
6291 sitting at a syscall instruction when we hit the syscall function's
6292 breakpoint.
6293 Check PC against one obtained with the x command.
6294 Validate syscall number.
6295 (step_over_syscall): Don't continue to the syscall instruction if
6296 we're already there.
6297
6298 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6299
6300 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
6301
6302 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6303
6304 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
6305 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
6306
6307 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6308
6309 * gdb.dwarf2/dw2-inline-stepping.c: New file.
6310 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
6311
6312 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6313
6314 * gdb.base/maint.exp: Update line table parsing test.
6315 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
6316
6317 2020-01-24 Pedro Alves <palves@redhat.com>
6318
6319 PR gdb/25410
6320 * gdb.multi/multi-re-run-1.c: New.
6321 * gdb.multi/multi-re-run-2.c: New.
6322 * gdb.multi/multi-re-run.exp: New.
6323
6324 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6325
6326 PR gdb/23718
6327 * gdb.server/server-kill-python.exp: New file.
6328
6329 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6330
6331 * gdb.server/multi-ui-errors.c: New file.
6332 * gdb.server/multi-ui-errors.exp: New file.
6333
6334 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6335
6336 PR tui/9765
6337 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
6338
6339 2020-01-19 Tom Tromey <tom@tromey.com>
6340
6341 * gdb.tui/main.exp: Add check for plain "file".
6342
6343 2020-01-16 Christian Biesinger <cbiesinger@google.com>
6344
6345 * lib/gdb.exp: Fix spelling error (seperatelly).
6346
6347 2020-01-14 Tom Tromey <tom@tromey.com>
6348
6349 PR symtab/12535:
6350 * gdb.python/python.exp: Test decode_line with empty string
6351 argument.
6352
6353 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
6354
6355 * gdb.base/skip-inline.exp: Extend test.
6356
6357 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
6358
6359 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
6360 * gdb.dwarf2/dw2-bad-elf.c: New file.
6361 * gdb.dwarf2/dw2-bad-elf.exp: New file.
6362
6363 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
6364
6365 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
6366 _line_saw_file.
6367
6368 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
6369
6370 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
6371 border.
6372
6373 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6374
6375 * gdb.multi/multi-target.exp (setup): Factor out "info
6376 connections" and "info inferiors" tests to ...
6377 (test_info_inferiors): ... this new procedure.
6378 (top level): Run new "info-inferiors" tests.
6379
6380 2020-01-10 Pedro Alves <palves@redhat.com>
6381
6382 * gdb.server/bkpt-other-inferior.exp: New file.
6383
6384 2020-01-10 Pedro Alves <palves@redhat.com>
6385
6386 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
6387 of "add-inferior".
6388 * gdb.base/quit-live.exp: Likewise.
6389 * gdb.base/remote-exec-file.exp: Likewise.
6390 * gdb.guile/scm-progspace.exp: Likewise.
6391 * gdb.linespec/linespec.exp: Likewise.
6392 * gdb.mi/new-ui-mi-sync.exp: Likewise.
6393 * gdb.mi/user-selected-context-sync.exp: Likewise.
6394 * gdb.multi/multi-target.exp (setup): Add "info connection" and
6395 "info inferiors" tests.
6396 * gdb.multi/remove-inferiors.exp: Adjust expected output of
6397 "add-inferior".
6398 * gdb.multi/watchpoint-multi.exp: Likewise.
6399 * gdb.python/py-inferior.exp: Likewise.
6400 * gdb.server/extended-remote-restart.exp: Likewise.
6401 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
6402 "info inferiors".
6403 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
6404 * gdb.trace/report.exp: Likewise.
6405
6406 2020-01-10 Pedro Alves <palves@redhat.com>
6407
6408 * gdb.multi/multi-target.c: New file.
6409 * gdb.multi/multi-target.exp: New file.
6410 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
6411 mode requested, but remote does not support non-stop".
6412
6413 2020-01-10 Pedro Alves <palves@redhat.com>
6414
6415 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
6416 disconnect before reconnecting.
6417
6418 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6419 Pedro Alves <palves@redhat.com>
6420
6421 * gdb.server/connect-without-multi-process.exp: Also test
6422 continuing to end.
6423
6424 2020-01-10 Pedro Alves <palves@redhat.com>
6425
6426 * gdb.base/remote-exec-file.exp: New file.
6427
6428 2020-01-10 Pedro Alves <palves@redhat.com>
6429
6430 * gdb.base/fork-running-state.exp (do_test): Adjust expected
6431 output.
6432 * gdb.threads/async.c: New.
6433 * gdb.threads/async.exp: New.
6434 * gdb.multi/tids-gid-reset.c: New.
6435 * gdb.multi/tids-gid-reset.exp: New.
6436
6437 2020-01-10 George Barrett <bob@bob131.so>
6438
6439 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
6440 to help in finding the image relocation offset.
6441 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
6442 options in arguments.
6443 (stap_test_no_debuginfo): Likewise.
6444 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
6445 test variants.
6446 (stap_test): Add null semaphore relocation test.
6447
6448 2020-01-10 George Barrett <bob@bob131.so>
6449
6450 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
6451 * gdb.base/stap-probe.exp: Likewise.
6452 (stap_test): Pass argument as an additional flag.
6453 (stap_test_no_debuginfo): Likewise.
6454 (stap_test): Check `info probes stap' output for semaphore
6455 addresses if the test binary is supposed to have them.
6456
6457 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6458
6459 * gdb.tui/basic.exp: Add more scrolling tests.
6460
6461 2020-01-09 Tom Tromey <tom@tromey.com>
6462
6463 PR tui/18932:
6464 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
6465 meangingful value.
6466 (Term::command, Term::resize): Update.
6467 * gdb.tui/basic.exp: Add scrolling test.
6468
6469 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6470
6471 * gdb.tui/tui-layout-asm.exp: New file.
6472
6473 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6474
6475 * lib/tuiterm.exp (Term::check_box_contents): New proc.
6476
6477 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6478
6479 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
6480 (Term::enter_tui): Use Term::prepare_for_tui.
6481
6482 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6483
6484 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
6485 called.
6486
6487 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6488
6489 * gdb.base/skip.exp: Fix race condition in test.
6490
6491 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
6492
6493 * gdb.base/backtrace.c: New file.
6494 * gdb.base/backtrace.exp: New file.
6495
6496 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
6497
6498 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
6499
6500 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6501
6502 * gdb.base/style.exp: Test that warnings are styled.
6503
6504 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
6505
6506 * gdb.base/line65535.exp: New file.
6507 * gdb.base/line65535.c: New file.
6508
6509 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
6510
6511 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
6512 * lib/gnat_debug_info_test.adb: New file.
6513 * gdb.ada/ptype_tagged_param.exp: Use
6514 gnat_runtime_has_debug_info, expect a different output if
6515 runtime does not have debug info.
6516
6517 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
6518
6519 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
6520 (another) quote in test name.
6521
6522 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
6523
6524 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
6525 Add quote in test name.
6526
6527 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6528
6529 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
6530 directory instead.
6531 * gdb.cp/pass-by-ref.exp: Extend with more cases.
6532 * gdb.cp/pass-by-ref-2.cc: New file.
6533 * gdb.cp/pass-by-ref-2.exp: New file.
6534
6535 2019-12-20 Tom Tromey <tom@tromey.com>
6536
6537 * gdb.tui/list-before.exp: New file.
6538
6539 2019-12-20 Tom Tromey <tom@tromey.com>
6540
6541 * gdb.tui/list.exp: Check for source on initial listing.
6542
6543 2019-12-11 Tom Tromey <tromey@adacore.com>
6544
6545 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
6546 Add crlf test.
6547
6548 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
6549
6550 * gdb.base/default.exp: Update value of $_gdb_major.
6551
6552 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
6553
6554 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
6555
6556 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
6557
6558 * gdb.base/skip.exp: Whitespace fix.
6559
6560 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
6561
6562 * gdb.base/skip-inline.c: New file.
6563 * gdb.base/skip-inline.exp: New file.
6564
6565 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
6566
6567 * gdb.base/jit-reader.exp (jit_reader_test): Rename
6568 jit_function_00 to jit_function_stack_mangle.
6569 * gdb.base/jithost.c (jit_function_t): Rename to...
6570 (jit_function_stack_mangle_t): ... this.
6571 (jit_function_add_t): New typedef.
6572 (jit_function_00_code): Rename to...
6573 (jit_function_stack_mangle_code): ... this, make static.
6574 (jit_function_add_code): New.
6575 (main): Generate "add" function and call it. Adjust to changes
6576 in jithost_abi.
6577 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
6578 (struct jithost_abi) <begin, end>: Remove fields.
6579 <object, function_stack_mangle, function_add>: New fields.
6580 * gdb.base/jitreader.c (struct reader_state) <code_begin,
6581 code_end>: Remove fields.
6582 <func_stack_mangle>: New field.
6583 (read_debug_info): Adjust to renaming, create block for "add"
6584 function.
6585 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
6586
6587 2019-12-11 Tom Tromey <tom@tromey.com>
6588
6589 * gdb.tui/resize.exp: Fix regexp.
6590 * gdb.tui/regs.exp: Fix regexps.
6591 * gdb.tui/main.exp: Fix regexp.
6592
6593 2019-12-11 Tom Tromey <tom@tromey.com>
6594
6595 * gdb.tui/resize.exp: Update.
6596 * gdb.tui/empty.exp (layouts): Update.
6597
6598 2019-12-11 Tom Tromey <tom@tromey.com>
6599
6600 * gdb.tui/regs.exp: Update.
6601 * gdb.tui/empty.exp (layouts): Update.
6602 * gdb.tui/basic.exp: Update.
6603 * lib/tuiterm.exp (_check_box): Don't check bottom border.
6604
6605 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6606
6607 * gdb.base/options.exp: Add -raw-values in the print completion list.
6608 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
6609
6610 2019-12-10 Kevin Buettner <kevinb@redhat.com>
6611
6612 * gdb.threads/omp-par-scope.c: New file.
6613 * gdb/threads/omp-par-scope.exp: New file.
6614
6615 2019-12-10 Kevin Buettner <kevinb@redhat.com>
6616
6617 * lib/gdb.exp (support_nested_function_tests): New proc.
6618
6619 2019-12-10 Kevin Buettner <kevinb@redhat.com>
6620
6621 * lib/gdb.exp (gdb_compile_openmp): New proc.
6622 (build_executable_from_specs): Add an "openmp" option.
6623 (gdb_compile_pthreads): Add non-executable case.
6624
6625 2019-12-10 Tom Tromey <tromey@adacore.com>
6626
6627 * gdb.ada/unchecked_union.exp: New file.
6628 * gdb.ada/unchecked_union/pck.adb: New file.
6629 * gdb.ada/unchecked_union/pck.ads: New file.
6630 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
6631 * gdb-utils.exp (string_to_regexp): Also quote "?".
6632
6633 2019-12-10 George Barrett <bob@bob131.so>
6634
6635 Test scripted probe breakpoints.
6636 * gdb.guile/scm-breakpoint.c (main): Add probe point.
6637 * gdb.python/py-breakpoint.c (main): Likewise.
6638 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
6639 specifier test.
6640 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
6641
6642 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6643
6644 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
6645 an rvalue parameter.
6646 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
6647 parameter.
6648
6649 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
6650
6651 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
6652 modules.
6653
6654 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
6655
6656 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
6657 broken version of GCC.
6658
6659 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
6660
6661 * gdb.fortran/info-modules.exp: Rewrite to make use of new
6662 sym-info-cmds library.
6663 * gdb.fortran/info-types.exp: Likewise.
6664 * lib/sym-info-cmds.exp: New file.
6665
6666 2019-12-08 Tom de Vries <tdevries@suse.de>
6667
6668 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
6669
6670 2019-12-07 Keith Seitz <keiths@redhat.com>
6671
6672 * gdb.base/corefile-buildid-shlib-shr.c: New file.
6673 * gdb.base/corefile-buildid-shlib.c: New file.
6674 * gdb.base/corefile-buildid.c: New file.
6675 * gdb.base/corefile-buildid.exp: New file.
6676
6677 2019-12-06 Tom de Vries <tdevries@suse.de>
6678
6679 * gdb.dwarf2/varval.exp: Add decl before def test.
6680
6681 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6682
6683 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
6684
6685 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6686
6687 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
6688 CV and reference conversion for overload resolution.
6689 * gdb.cp/rvalue-ref-overload.exp: Test it.
6690
6691 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6692
6693 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
6694 * gdb.base/frameapply.exp: Test faas without command.
6695
6696 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
6697
6698 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
6699 Fortran tests.
6700 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
6701 order.
6702
6703 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
6704
6705 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
6706 casting to type with no kind specified.
6707 (test_basic_parsing_of_type_kinds): Additional tests for types
6708 with no kind specified, and add tests for single/double
6709 precision/complex types.
6710
6711 2019-12-04 Tom Tromey <tromey@adacore.com>
6712
6713 * gdb.base/endianity.c (struct other) <x>: New field.
6714 (main): Initialize it.
6715 * gdb.base/endianity.exp: Update.
6716
6717 2019-12-04 Tom Tromey <tromey@adacore.com>
6718
6719 * gdb.ada/scalar_storage/storage.adb: New file.
6720 * gdb.ada/scalar_storage/pck.adb: New file.
6721 * gdb.ada/scalar_storage/pck.ads: New file.
6722 * gdb.ada/scalar_storage.exp: New file.
6723
6724 2019-12-04 Tom Tromey <tromey@adacore.com>
6725
6726 * gdb.base/endianity.c (struct otherendian) <f>: New field.
6727 (main): Initialize it.
6728 * gdb.base/endianity.exp: Update.
6729
6730 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
6731
6732 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
6733
6734 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
6735
6736 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
6737 -symbol-info-module-functions and -symbol-info-module-variables.
6738
6739 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
6740
6741 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
6742
6743 2019-12-01 Richard Bunt <richard.bunt@arm.com>
6744 Andrew Burgess <andrew.burgess@embecosm.com>
6745
6746 * gdb.fortran/derived-type-striding.exp: New file.
6747 * gdb.fortran/derived-type-striding.f90: New file.
6748 * gdb.fortran/array-slices.exp: New file.
6749 * gdb.fortran/array-slices.f90: New file.
6750
6751 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6752
6753 * gdb.base/define.exp: Test . in command names.
6754 * gdb.base/setshow.exp: Update test, as . is now part of
6755 command name.
6756
6757 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6758
6759 * gdb.base/define-prefix.exp: New file.
6760
6761 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
6762
6763 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
6764 compile.
6765 (skip_btrace_pt_tests): Likewise.
6766
6767 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
6768
6769 * gdb.fortran/info-modules.exp: Compile source files in correct
6770 order.
6771
6772 2019-11-27 Kevin Buettner <kevinb@redhat.com>
6773
6774 * gdb.dwarf2/imported-unit.exp: New file.
6775 * gdb.dwarf2/imported-unit.c: New file.
6776
6777 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
6778
6779 * gdb.mi/mi-fortran-modules-2.f90: New file.
6780 * gdb.mi/mi-fortran-modules.exp: New file.
6781 * gdb.mi/mi-fortran-modules.f90: New file.
6782
6783 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
6784
6785 * gdb.mi/mi-sym-info-1.c: New file.
6786 * gdb.mi/mi-sym-info-2.c: New file.
6787 * gdb.mi/mi-sym-info.exp: New file.
6788
6789 2019-11-22 Tom Tromey <tromey@adacore.com>
6790
6791 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
6792 * gdb.ada/tasks/foo.adb: Add another stopping location.
6793
6794 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
6795
6796 * gdb.base/endianity.c: New test.
6797 * gdb.base/endianity.exp: New file.
6798
6799 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
6800
6801 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
6802
6803 2019-11-21 Tom de Vries <tdevries@suse.de>
6804
6805 PR gdb/24956
6806 * gdb.base/ui-redirect.exp: Test output of user-defined command.
6807
6808 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
6809
6810 * gdb.python/py-progspace.exp: Add missing parentheses on some
6811 'print' commands.
6812
6813 2019-11-19 Tom Tromey <tom@tromey.com>
6814
6815 * gdb.tui/winheight.exp: New file.
6816
6817 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
6818
6819 * gdb.base/ctf-whatis.c: Delete.
6820 * gdb.base/ctf-whatis.exp: Delete.
6821 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
6822
6823 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
6824
6825 * gdb.base/ctf-cvexpr.exp: Delete.
6826 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
6827
6828 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
6829
6830 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
6831 the compiler. Clean up header comment a little.
6832 * gdb.base/ctf-ptype.exp: Likewise.
6833 * gdb.base/ctf-whatis.exp: Likewise.
6834 * lib/gdb.exp (skip_ctf_tests): New proc.
6835
6836 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
6837
6838 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
6839 * gdb.tui/corefile-run.exp: New file.
6840
6841 2019-11-14 Tom Tromey <tromey@adacore.com>
6842
6843 * gdb.base/gdbvars.exp (test_convenience_variables): Add
6844 regression tests.
6845
6846 2019-11-12 Tom Tromey <tom@tromey.com>
6847
6848 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
6849 after any command. Expect prompt after WAIT_FOR is seen.
6850 (enter_tui): Enable resize messages.
6851 (command): Expect command in output.
6852 (get_line): Avoid error when cursor appears to be off-screen.
6853 (dump_screen): Include screen size in title.
6854 (_do_resize): New proc, from "resize".
6855 (resize): Rewrite. Do resize in two steps.
6856 * gdb.tui/empty.exp (layouts): Fix entries.
6857 (check_boxes): Remove xfail.
6858 (check_text): Dump screen on failure.
6859
6860 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
6861
6862 * gdb.python/py-symbol.exp: Add test for
6863 gdb.lookup_static_symbols.
6864
6865 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
6866
6867 * gdb.python/py-symbol.c: Declare and call function from new
6868 py-symbol-2.c file.
6869 * gdb.python/py-symbol.exp: Compile both source files, and add new
6870 tests for gdb.lookup_static_symbol.
6871 * gdb.python/py-symbol-2.c: New file.
6872
6873 2019-11-02 Tom de Vries <tdevries@suse.de>
6874
6875 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
6876 * gdb.base/anon.exp: Same.
6877 * gdb.base/auto-connect-native-target.exp: Same.
6878 * gdb.base/call-ar-st.exp: Same.
6879 * gdb.base/catch-syscall.exp: Same.
6880 * gdb.base/commands.exp: Same.
6881 * gdb.base/default.exp: Same.
6882 * gdb.base/display.exp: Same.
6883 * gdb.base/float.exp: Same.
6884 * gdb.base/foll-fork.exp: Same.
6885 * gdb.base/help.exp: Same.
6886 * gdb.base/info-macros.exp: Same.
6887 * gdb.base/info-proc.exp: Same.
6888 * gdb.base/info-target.exp: Same.
6889 * gdb.base/long_long.exp: Same.
6890 * gdb.base/macscp.exp: Same.
6891 * gdb.base/memattr.exp: Same.
6892 * gdb.base/nofield.exp: Same.
6893 * gdb.base/pointers.exp: Same.
6894 * gdb.base/printcmds.exp: Same.
6895 * gdb.base/ptype.exp: Same.
6896 * gdb.base/restore.exp: Same.
6897 * gdb.base/return.exp: Same.
6898 * gdb.base/scope.exp: Same.
6899 * gdb.base/set-noassign.exp: Same.
6900 * gdb.base/setshow.exp: Same.
6901 * gdb.base/shlib-call.exp: Same.
6902 * gdb.base/signals.exp: Same.
6903 * gdb.base/sigstep.exp: Same.
6904 * gdb.base/skip.exp: Same.
6905 * gdb.base/solib-symbol.exp: Same.
6906 * gdb.base/stap-probe.exp: Same.
6907 * gdb.base/step-line.exp: Same.
6908 * gdb.base/step-test.exp: Same.
6909 * gdb.base/style.exp: Same.
6910 * gdb.base/varargs.exp: Same.
6911 * gdb.base/vla-datatypes.exp: Same.
6912 * gdb.base/vla-ptr.exp: Same.
6913 * gdb.base/vla-sideeffect.exp: Same.
6914 * gdb.base/volatile.exp: Same.
6915 * gdb.base/watch-cond-infcall.exp: Same.
6916 * gdb.base/watchpoint.exp: Same.
6917
6918 2019-11-02 Tom de Vries <tdevries@suse.de>
6919
6920 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
6921 * gdb.cp/cpexprs.exp: Same.
6922 * gdb.cp/except-multi-location.exp: Same.
6923 * gdb.cp/exceptprint.exp: Same.
6924 * gdb.cp/gdb2384.exp: Same.
6925 * gdb.cp/inherit.exp: Same.
6926 * gdb.cp/m-static.exp: Same.
6927 * gdb.cp/meth-typedefs.exp: Same.
6928 * gdb.cp/misc.exp: Same.
6929 * gdb.cp/namespace.exp: Same.
6930 * gdb.cp/non-trivial-retval.exp: Same.
6931 * gdb.cp/overload.exp: Same.
6932 * gdb.cp/pr17132.exp: Same.
6933 * gdb.cp/re-set-overloaded.exp: Same.
6934 * gdb.cp/rvalue-ref-types.exp: Same.
6935 * gdb.cp/templates.exp: Same.
6936
6937 2019-11-01 Luis Machado <luis.machado@linaro.org>
6938
6939 PR gdb/25124
6940
6941 * gdb.arch/pr25124.S: New file.
6942 * gdb.arch/pr25124.exp: New file.
6943
6944 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
6945
6946 * gdb.fortran/info-modules.exp: Update expected results, and add
6947 additional tests for 'info module functinos', and 'info module
6948 variables'.
6949 * gdb.fortran/info-types.exp: Update expected results.
6950 * gdb.fortran/info-types.f90: Extend testcase with additional
6951 module variables and functions.
6952
6953 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
6954
6955 * gdb.fortran/info-modules.exp: New file.
6956 * gdb.fortran/info-types.exp: Build with new file.
6957 * gdb.fortran/info-types.f90: Include and use new module.
6958 * gdb.fortran/info-types-2.f90: New file.
6959
6960 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6961
6962 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
6963 * gdb.base/settings.exp: Test all settings types using
6964 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
6965 that now verifies that the value of "maint show" is the same as
6966 returned by the settings functions. Test the type of the
6967 maintenance settings.
6968 * gdb.base/default.exp: Update show_conv_list.
6969
6970 2019-10-31 Tom de Vries <tdevries@suse.de>
6971
6972 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
6973 gdb_test.
6974 * gdb.arch/amd64-disp-step.exp: Same.
6975 * gdb.asm/asm-source.exp: Same.
6976 * gdb.btrace/buffer-size.exp: Same.
6977 * gdb.btrace/cpu.exp: Same.
6978 * gdb.btrace/enable.exp: Same.
6979 * gdb.dwarf2/count.exp: Same.
6980 * gdb.dwarf2/dw2-ranges-func.exp: Same.
6981 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
6982 * gdb.fortran/vla-datatypes.exp: Same.
6983 * gdb.fortran/vla-history.exp: Same.
6984 * gdb.fortran/vla-ptype.exp: Same.
6985 * gdb.fortran/vla-value.exp: Same.
6986 * gdb.fortran/whatis_type.exp: Same.
6987 * gdb.guile/guile.exp: Same.
6988 * gdb.multi/tids.exp: Same.
6989 * gdb.python/py-finish-breakpoint.exp: Same.
6990 * gdb.python/py-framefilter.exp: Same.
6991 * gdb.python/py-pp-registration.exp: Same.
6992 * gdb.python/py-xmethods.exp: Same.
6993 * gdb.python/python.exp: Same.
6994 * gdb.server/connect-with-no-symbol-file.exp: Same.
6995 * gdb.server/no-thread-db.exp: Same.
6996 * gdb.server/run-without-local-binary.exp: Same.
6997 * gdb.stabs/weird.exp: Same.
6998 * gdb.threads/attach-many-short-lived-threads.exp: Same.
6999 * gdb.threads/thread-find.exp: Same.
7000 * gdb.threads/tls-shared.exp: Same.
7001 * gdb.threads/tls.exp: Same.
7002 * gdb.threads/wp-replication.exp: Same.
7003 * gdb.trace/ax.exp: Same.
7004 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
7005
7006 2019-10-31 Tom de Vries <tdevries@suse.de>
7007
7008 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
7009 * gdb.ada/array_subscript_addr.exp: Same.
7010 * gdb.ada/arrayidx.exp: Same.
7011 * gdb.ada/arrayparam.exp: Same.
7012 * gdb.ada/arrayptr.exp: Same.
7013 * gdb.ada/boolean_expr.exp: Same.
7014 * gdb.ada/call_pn.exp: Same.
7015 * gdb.ada/complete.exp: Same.
7016 * gdb.ada/fixed_cmp.exp: Same.
7017 * gdb.ada/fun_addr.exp: Same.
7018 * gdb.ada/funcall_param.exp: Same.
7019 * gdb.ada/interface.exp: Same.
7020 * gdb.ada/mod_from_name.exp: Same.
7021 * gdb.ada/null_array.exp: Same.
7022 * gdb.ada/packed_array.exp: Same.
7023 * gdb.ada/packed_tagged.exp: Same.
7024 * gdb.ada/print_chars.exp: Same.
7025 * gdb.ada/print_pc.exp: Same.
7026 * gdb.ada/ptype_arith_binop.exp: Same.
7027 * gdb.ada/ptype_field.exp: Same.
7028 * gdb.ada/ptype_tagged_param.exp: Same.
7029 * gdb.ada/rec_return.exp: Same.
7030 * gdb.ada/ref_tick_size.exp: Same.
7031 * gdb.ada/str_ref_cmp.exp: Same.
7032 * gdb.ada/taft_type.exp: Same.
7033 * gdb.ada/tagged.exp: Same.
7034 * gdb.ada/type_coercion.exp: Same.
7035 * gdb.ada/uninitialized_vars.exp: Same.
7036
7037 2019-10-30 Tom de Vries <tdevries@suse.de>
7038
7039 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
7040
7041 2019-10-26 Tom de Vries <tdevries@suse.de>
7042
7043 * gdb.base/bigcore.c: Fix typos in comments.
7044 * gdb.base/ctf-ptype.c: Same.
7045 * gdb.base/long_long.c: Same.
7046 * gdb.dwarf2/dw2-op-out-param.S: Same.
7047 * gdb.python/py-evthreads.c: Same.
7048 * gdb.reverse/i387-stack-reverse.c: Same.
7049 * gdb.trace/tfile.c: Same.
7050 * lib/compiler.c: Same.
7051 * lib/compiler.cc: Same.
7052
7053 2019-10-25 Tom de Vries <tdevries@suse.de>
7054
7055 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
7056 gdb_test_multiple calls.
7057 * gdb.reverse/sigall-reverse.exp: Same.
7058 * gdb.reverse/solib-precsave.exp: Same.
7059 * gdb.reverse/solib-reverse.exp: Same.
7060 * gdb.reverse/until-precsave.exp: Same.
7061 * gdb.reverse/until-reverse.exp: Same.
7062
7063 2019-10-24 Tom de Vries <tdevries@suse.de>
7064
7065 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
7066 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
7067 kfail using -wrap pattern flag and convenience variable
7068 gdb_test_name.
7069
7070 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
7071
7072 * gdb.python/py-progspace.exp: Add tests for the
7073 Progspace.block_for_pc method.
7074
7075 2019-10-23 Tom Tromey <tom@tromey.com>
7076
7077 * configure: Rebuild.
7078 * aclocal.m4: Use m4_include, not sinclude.
7079
7080 2019-10-21 Tom de Vries <tdevries@suse.de>
7081
7082 * gdb.base/infcall-nested-structs.c: Add
7083 __attribute__((noinline,noclone)) to all functions.
7084 (call_all): Add missing variable initialization. Simplify return value.
7085 (breakpt): Increment volatile variable, to prevent call from being
7086 optimized out.
7087 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
7088
7089 2019-10-17 Tom de Vries <tdevries@suse.de>
7090
7091 * gdb.fortran/module.exp: Allow info variables to print info for files
7092 other than module.f90.
7093
7094 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
7095
7096 * gdb.fortran/module.exp: Extend with 'info variables' test.
7097
7098 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
7099
7100 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
7101 F77_FOR_TARGET.
7102
7103 2019-10-16 Tom de Vries <tdevries@suse.de>
7104
7105 PR tdep/25096
7106 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
7107
7108 2019-10-16 Tom de Vries <tdevries@suse.de>
7109
7110 PR tdep/24104
7111 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
7112 Add KFAIL for PR tdep/25096.
7113
7114 2019-10-16 Tom de Vries <tdevries@suse.de>
7115
7116 PR testsuite/25059
7117 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
7118
7119 2019-10-16 Tom de Vries <tdevries@suse.de>
7120
7121 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
7122 as signed.
7123
7124 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
7125
7126 * gdb.mi/list-thread-groups-available.exp: Read entries one by
7127 one instead of increasing timeout.
7128
7129 2019-10-13 Tom de Vries <tdevries@suse.de>
7130
7131 PR record/25038
7132 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
7133 * gdb.reverse/sigall-reverse.exp: Same.
7134 * gdb.reverse/solib-precsave.exp: Same.
7135 * gdb.reverse/solib-reverse.exp: Same.
7136 * gdb.reverse/step-precsave.exp: Same.
7137 * gdb.reverse/until-precsave.exp: Same.
7138 * gdb.reverse/until-reverse.exp: Same.
7139 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
7140
7141 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
7142
7143 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
7144 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
7145 (cmp_struct_05_01, cmp_struct_static_02_01)
7146 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
7147 comparisons.
7148
7149 2019-10-10 Tom de Vries <tdevries@suse.de>
7150
7151 PR testsuite/24888
7152 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
7153 gnatlink.
7154
7155 2019-10-09 Tom de Vries <tdevries@suse.de>
7156
7157 PR testsuite/25048
7158 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
7159
7160 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
7161
7162 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
7163 exceptions due to missing debug information.
7164
7165 2019-10-07 Tom de Vries <tdevries@suse.de>
7166
7167 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
7168
7169 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
7170
7171 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
7172 * gdb.base/annota1.exp: Update to use gdb_test_name.
7173
7174 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
7175
7176 * gdb.base/ctf-whatis.exp: New file.
7177 * gdb.base/ctf-whatis.c: New file.
7178 * gdb.base/ctf-ptype.exp: New file.
7179 * gdb.base/ctf-ptype.c: New file.
7180 * gdb.base/ctf-constvars.exp: New file.
7181 * gdb.base/ctf-constvars.c: New file.
7182 * gdb.base/ctf-cvexpr.exp: New file.
7183
7184 2019-10-04 Tom de Vries <tdevries@suse.de>
7185
7186 * gdb.cp/local-static.c (main): Move declaration of int i out of the
7187 for loop.
7188
7189 2019-10-03 Tom Tromey <tom@tromey.com>
7190
7191 PR rust/24976:
7192 * gdb.rust/simple.rs (Union2): New type.
7193 (main): Use Union2.
7194 * gdb.rust/simple.exp: Add test.
7195
7196 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7197
7198 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
7199 nested function prefix.
7200
7201 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
7202 Richard Bunt <richard.bunt@arm.com>
7203 Andrew Burgess <andrew.burgess@embecosm.com>
7204
7205 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
7206 nested functions.
7207 * gdb.fortran/nested-funcs.f90: Update expected results.
7208 * gdb.fortran/nested-funcs-2.exp: New file.
7209 * gdb.fortran/nested-funcs-2.f90: New file.
7210
7211 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7212
7213 * gdb.python/py-parameter.exp: Make test names unique.
7214 * gdb.python/py-template.exp: Likewise.
7215 * gdb.python/py-value.exp: Likewise.
7216
7217 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7218
7219 * gdb.base/break-interp.exp: Reduce test name duplication.
7220 * gdb.base/call-sc.exp: Likewise.
7221 * gdb.base/callfuncs.exp: Likewise.
7222 * gdb.base/charset.exp: Likewise.
7223 * gdb.base/dump.exp: Likewise.
7224 * gdb.base/ena-dis-br.exp: Likewise.
7225 * gdb.base/relational.exp: Likewise.
7226 * gdb.base/step-over-syscall.exp: Likewise.
7227 * gdb.base/structs.exp: Likewise.
7228
7229 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7230
7231 * gdb.linespec/explicit.exp: Make test names unique.
7232 * gdb.linespec/ls-errs.exp: Likewise.
7233
7234 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7235
7236 * gdb.reverse/break-precsave.exp: Make test names unique.
7237 * gdb.reverse/break-reverse.exp: Likewise.
7238 * gdb.reverse/finish-precsave.exp: Likewise.
7239 * gdb.reverse/finish-reverse.exp: Likewise.
7240 * gdb.reverse/machinestate-precsave.exp: Likewise.
7241 * gdb.reverse/machinestate.exp: Likewise.
7242 * gdb.reverse/readv-reverse.exp: Likewise.
7243 * gdb.reverse/recvmsg-reverse.exp: Likewise.
7244 * gdb.reverse/sigall-precsave.exp: Likewise.
7245 * gdb.reverse/sigall-reverse.exp: Likewise.
7246 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
7247 * gdb.reverse/watch-precsave.exp: Likewise.
7248 * gdb.reverse/watch-reverse.exp: Likewise.
7249
7250 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7251
7252 * gdb.threads/stop-with-handle.c: New file.
7253 * gdb.threads/stop-with-handle.exp: New file.
7254
7255 2019-10-03 Tom de Vries <tdevries@suse.de>
7256
7257 PR testsuite/25059
7258 * gdb.base/list-missing-source.exp: Allowing the "Compilation
7259 directory" line to be missing.
7260
7261 2019-10-03 Tom de Vries <tdevries@suse.de>
7262
7263 PR testsuite/25059
7264 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
7265 type optional.
7266
7267 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
7268
7269 * gdb.python/py-format-string.c (string.h): New include.
7270 (main): Fill a_struct_with_union.the_union.an_int with bytes of
7271 the same value, for endianness-independence.
7272 * gdb.python/py-format-string.exp (default_regexp_dict)
7273 (test_pretty_structs, test_format): Adjust expected output to the
7274 changed initialization.
7275
7276 2019-10-02 Tom Tromey <tromey@adacore.com>
7277
7278 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
7279
7280 2019-10-02 Pedro Alves <palves@redhat.com>
7281 Andrew Burgess <andrew.burgess@embecosm.com>
7282
7283 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
7284 "print-file-var.h".
7285 (this_version_id) Use ATTRIBUTE_VISIBILITY.
7286 (get_version_1): Print this_version_id and its address.
7287 Add extern "C" wrappers around interface functions.
7288 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
7289 "print-file-var.h".
7290 (this_version_id) Use ATTRIBUTE_VISIBILITY.
7291 (get_version_2): Print this_version_id and its address.
7292 Add extern "C" wrappers around interface functions.
7293 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
7294 <stddef.h> and "print-file-var.h".
7295 Add extern "C" wrappers around interface functions.
7296 [VERSION_ID_MAIN] (this_version_id): Define.
7297 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
7298 * gdb.base/print-file-var.h: Add some #defines to simplify setting
7299 up extern "C" blocks.
7300 * gdb.base/print-file-var.exp (test): New, factored out from top
7301 level.
7302 (top level): Test all combinations of attribute hidden or not,
7303 dlopen or not, and this_version_id symbol in main file or not.
7304 Compile tests as both C++ and C, make test names unique.
7305
7306 2019-10-01 Tom Tromey <tom@tromey.com>
7307
7308 * gdb.base/style.exp: Test "show logging filename".
7309
7310 2019-10-01 Tom Tromey <tom@tromey.com>
7311
7312 * lib/gdb-utils.exp (style): Handle "metadata" argument.
7313 * gdb.base/style.exp: Add metadata style test.
7314
7315 2019-10-01 Tom Tromey <tom@tromey.com>
7316
7317 * gdb.base/style.exp: Test "pwd".
7318
7319 2019-10-01 Tom Tromey <tom@tromey.com>
7320
7321 * gdb.base/style.exp: Update tests.
7322
7323 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
7324
7325 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
7326 'six' to unsigned.
7327 (s1): Initialize fields 'four' and 'six' instead of 'three' and
7328 'five'. Use an all-ones bit pattern for each.
7329 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
7330 to its changed values.
7331
7332 2019-09-30 Tom Tromey <tromey@adacore.com>
7333
7334 * gdb.rust/traits.rs: Disable all warnings.
7335
7336 2019-09-29 Tom de Vries <tdevries@suse.de>
7337
7338 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
7339
7340 2019-09-29 Tom de Vries <tdevries@suse.de>
7341
7342 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
7343
7344 2019-09-27 Tom de Vries <tdevries@suse.de>
7345
7346 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
7347
7348 2019-09-27 Tom de Vries <tdevries@suse.de>
7349
7350 PR record/23188
7351 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
7352
7353 2019-09-26 Tom Tromey <tromey@adacore.com>
7354
7355 * gdb.ada/py_taft.exp: New file.
7356 * gdb.ada/py_taft/main.adb: New file.
7357 * gdb.ada/py_taft/pkg.adb: New file.
7358 * gdb.ada/py_taft/pkg.ads: New file.
7359
7360 2019-09-24 Tom de Vries <tdevries@suse.de>
7361
7362 PR gdb/24598
7363 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
7364
7365 2019-09-22 Tom de Vries <tdevries@suse.de>
7366
7367 * gdb.base/restore.exp: Allow register variables to be optimized out at
7368 -O0.
7369
7370 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
7371
7372 * gdb.arch/spu-info.exp: Remove file.
7373 * gdb.arch/spu-info.c: Remove file.
7374 * gdb.arch/spu-ls.exp: Remove file.
7375 * gdb.arch/spu-ls.c: Remove file.
7376
7377 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
7378 * gdb.asm/spu.inc: Remove file.
7379
7380 * gdb.base/dump.exp: Remove support for spu*-*-*.
7381 * gdb.base/stack-checking.exp: Likewise.
7382 * gdb.base/overlays.exp: Likewise.
7383 * gdb.base/ovlymgr.c: Likewise.
7384 * gdb.base/spu.ld: Remove file.
7385
7386 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
7387 * gdb.cp/cpexprs.exp: Likewise.
7388 * gdb.cp/exception.exp: Likewise.
7389 * gdb.cp/gdb2495.exp: Likewise.
7390 * gdb.cp/mb-templates.exp: Likewise.
7391 * gdb.cp/pr9167.exp: Likewise.
7392 * gdb.cp/userdef.exp: Likewise.
7393
7394 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
7395
7396 * gdb.cell: Remove directory.
7397 * lib/cell.exp: Remove file.
7398
7399 2019-09-19 Tom de Vries <tdevries@suse.de>
7400
7401 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
7402
7403 2019-09-19 Tom de Vries <tdevries@suse.de>
7404
7405 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
7406
7407 2019-09-19 Tom de Vries <tdevries@suse.de>
7408
7409 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
7410 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
7411 (gdb_target_cmd): ... here.
7412 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
7413 value 2.
7414
7415 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
7416
7417 * gdb.base/source-dir.exp: Avoid having directory names in test
7418 names.
7419
7420 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
7421
7422 * gdb.base/source-dir.exp: Add extra test for mapped compilation
7423 directory.
7424
7425 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
7426
7427 * gdb.base/list-missing-source.exp: New file.
7428
7429 2019-09-14 Tom de Vries <tdevries@suse.de>
7430
7431 PR teststuite/24599
7432 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
7433 * lib/ada.exp (gnatmake_version_at_least): New proc.
7434
7435 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
7436
7437 * gdb.base/maint.exp: Use exec_has_index_section.
7438
7439 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
7440
7441 * gdb.base/maint.exp: Add test for 'maint info sections'.
7442
7443 2019-09-12 Tom de Vries <tdevries@suse.de>
7444
7445 * gdb.base/store.exp: Allow register variables to be optimized out at
7446 -O0.
7447
7448 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7449
7450 * gdb.ada/rdv_wait.exp: Update to new task names.
7451 * gdb.base/task_switch_in_core.exp: Likewise.
7452 * gdb.base/info_sources_base.c: Likewise.
7453
7454 2019-09-10 Tom Tromey <tromey@adacore.com>
7455
7456 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
7457
7458 2019-09-10 Tom Tromey <tromey@adacore.com>
7459
7460 * gdb.ada/dgopt.exp: New file.
7461 * gdb.ada/dgopt/x.adb: New file.
7462
7463 2019-09-08 Tom Tromey <tom@tromey.com>
7464
7465 * gdb.tui/resize.exp: Remove setup_xfail.
7466 * gdb.tui/regs.exp: Remove setup_xfail.
7467 * gdb.tui/basic.exp: Remove setup_xfail.
7468
7469 2019-09-06 David Blaikie <dblaikie@gmail.com>
7470
7471 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
7472 * gdb.cp/cplabel.exp: Ditto.
7473 * gdb.linespec/ls-errs.exp: Ditto.
7474
7475 2019-09-05 Tom de Vries <tdevries@suse.de>
7476
7477 * lib/gdb.exp (cmp_file_string): New proc.
7478 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
7479 runto_main. Verify save breakpoints output.
7480
7481 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7482
7483 * gdb.base/info-var.exp: Test info variables without running
7484 to main, to avoid expect's buffer overflow.
7485
7486 2019-09-03 Tom Tromey <tromey@adacore.com>
7487
7488 * gdb.ada/bias.exp: New file.
7489 * gdb.ada/bias/bias.adb: New file.
7490 * gdb.ada/print_chars.exp: Add regression test.
7491 * gdb.ada/print_chars/foo.adb (My_Character): New type.
7492 (MC): New variable.
7493
7494 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
7495
7496 * gdb.base/argv0-symlink.exp: Run only on native target
7497 and local host.
7498
7499 2019-08-29 Tom de Vries <tdevries@suse.de>
7500
7501 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
7502 diverse debug info.
7503 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
7504
7505 2019-08-28 Tom de Vries <tdevries@suse.de>
7506
7507 * gdb.base/info-var.exp: Allow info variables to print info for files
7508 other than info-var-f1.c and info-var-f2.c.
7509
7510 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
7511
7512 * gdb.fortran/info-types.exp: Add module.
7513 * gdb.fortran/info-types.f90: Update expected results.
7514
7515 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
7516
7517 * gdb.fortran/info-types.exp: New file.
7518 * gdb.fortran/info-types.f90: New file.
7519 * lib/fortran.exp (fortran_character1): New proc.
7520
7521 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
7522
7523 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
7524 functions'. Reindent as needed.
7525 * gdb.base/info-var-f1.c: New file.
7526 * gdb.base/info-var-f2.c: New file.
7527 * gdb.base/info-var.exp: New file.
7528 * gdb.base/info-var.h: New file.
7529
7530 2019-08-26 Tom de Vries <tdevries@suse.de>
7531
7532 PR c++/24852
7533 * gdb.cp/no-libstdcxx-probe.exp: New test.
7534
7535 2019-08-26 Tom de Vries <tdevries@suse.de>
7536
7537 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
7538 * tests need to be skipped.
7539 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
7540 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
7541 mi_skip_libstdcxx_probe_tests.
7542
7543 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
7544
7545 * gdb.python/py-xmethods.exp: Use raw strings when passing
7546 arguments to SimpleXMethodMatcher.
7547
7548 2019-08-22 Tom de Vries <tdevries@suse.de>
7549
7550 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
7551 more informative.
7552
7553 2019-08-21 Pedro Alves <palves@redhat.com>
7554
7555 * gdb.base/with.exp: Test "with" with no arguments.
7556
7557 2019-08-21 Tom de Vries <tdevries@suse.de>
7558
7559 * gdb.base/gdb-caching-proc.exp: Sort files.
7560
7561 2019-08-20 Tom de Vries <tdevries@suse.de>
7562
7563 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
7564 compilation.
7565
7566 2019-08-16 Tom de Vries <tdevries@suse.de>
7567
7568 * gdb.base/compare-sections.exp ("after run to main"): Allow
7569 mismatched read-only sections for PIE executables.
7570
7571 2019-08-16 Tom Tromey <tom@tromey.com>
7572
7573 * lib/tuiterm.exp (_csi_Z): New proc.
7574 * gdb.tui/basic.exp: Update window positions.
7575 * gdb.tui/empty.exp: Update window positions.
7576
7577 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
7578
7579 * gdb.base/examine-backward.exp: Correct regexp for
7580 "examine 3 bytes backward from ${address_zero}".
7581
7582 2019-08-15 Tom Tromey <tom@tromey.com>
7583
7584 * gdb.tui/empty.exp: Enable resizing tests.
7585
7586 2019-08-15 Tom Tromey <tromey@adacore.com>
7587
7588 * gdb.ada/char_enum.exp: Add regression tests.
7589 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
7590 and '0'.
7591 (Char, Gchar): Update.
7592 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
7593
7594 2019-08-15 Christian Biesinger <cbiesinger@google.com>
7595
7596 * gdb.python/python.exp: Expect a leading underscore on
7597 GdbOutput{,Error}File.
7598
7599 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
7600
7601 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
7602 Windows host.
7603
7604 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
7605
7606 * gdb.base/batch-preserve-term-settings.exp
7607 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
7608
7609 2019-08-15 Christian Biesinger <cbiesinger@google.com>
7610
7611 * lib/gdb.exp: When running on a mingw target, replace
7612 /x/ with x:/.
7613
7614 2019-08-14 Alan Hayward <alan.hayward@arm.com>
7615
7616 * gdb.arch/aarch64-prologue.c: New test.
7617 * gdb.arch/aarch64-prologue.exp: New file.
7618
7619 2019-08-13 Tom de Vries <tdevries@suse.de>
7620
7621 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
7622 Thread.
7623
7624 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
7625
7626 * gdb.python/py-completion.exp: Download the .py file to the host
7627 and use its host pathname. Conditionalize tests that use
7628 tab completion and manipulate files on the build machine.
7629 * gdb.python/py-events.exp: Download the .py file to the host
7630 and use its host pathname.
7631 * gdb.python/py-evsignal.exp: Likewise.
7632 * gdb.python/py-evthreads.exp: Likewise.
7633 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
7634 pathname syntax.
7635 * gdb.python/py-framefilter.exp: Download the .py file to the right
7636 place on the host. Match Windows pathname syntax.
7637 * gdb.python/py-mi-var-info-path-expression.exp: Download the
7638 .py file to the host and use its host pathname.
7639 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
7640 * gdb.python/py-objfile.exp: Expect a host pathname, not a
7641 build pathname. Skip symlink test on Windows host. Add missing
7642 newline at end of file.
7643 * gdb.python/py-pp-maint.exp: Download the .py file to the host
7644 and use its host pathname.
7645 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
7646 * gdb.python/py-section-script.exp: Use host location of binfile
7647 on safe-path. Use correct path separator on Windows host.
7648 Reorder alternatives in gdb_test_multiple to prevent matching
7649 the wrong alternative on success.
7650 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
7651
7652 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
7653
7654 * gdb.gdb/selftest.exp (test_with_self): Update test to now
7655 expect the GDB inferior to no longer immediately stop after
7656 being resumed with "signal SIGINT".
7657
7658 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
7659
7660 * gdb.linespec/break-ask.exp: Generalize regexps to match
7661 Windows pathnames too.
7662
7663 2019-08-08 Tom de Vries <tdevries@suse.de>
7664
7665 PR testsuite/24862
7666 * lib/tuiterm.exp (_accept): Fix CSI regexp.
7667
7668 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7669
7670 * gdb.base/style.exp: Update tests for help doc new invariants.
7671 * gdb.base/help.exp: Likewise.
7672
7673 2019-08-06 Tom Tromey <tom@tromey.com>
7674
7675 * gdb.base/style.exp: Add disassemble test.
7676 * gdb.base/style.c (some_called_function): New function.
7677 (main): Use it.
7678
7679 2019-08-05 Christian Biesinger <cbiesinger@google.com>
7680
7681 * gdb.python/py-block.exp: Test dictionary access on blocks.
7682
7683 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
7684
7685 PR gdb/24863
7686 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
7687 -list-thread-groups --available test when running under
7688 check-read1.
7689
7690 2019-08-05 Tom de Vries <tdevries@suse.de>
7691
7692 PR testsuite/24863
7693 * lib/gdb.exp (with_read1_timeout_factor): New proc.
7694 * gdb.base/help.exp: Use with_read1_timeout_factor.
7695 * gdb.base/info-macros.exp: Same.
7696 * gdb.cp/nested-types.exp: Same.
7697
7698 2019-08-05 Tom de Vries <tdevries@suse.de>
7699
7700 * lib/gdb.exp (version_at_least): Factor out of ...
7701 (tcl_version_at_least): ... here.
7702 (gdb_compile): Fail if pie results in non-PIE executable.
7703 (readelf_version, readelf_prints_pie): New proc.
7704 (exec_is_pie): Return -1 if unknown.
7705
7706 2019-08-05 Tom de Vries <tdevries@suse.de>
7707
7708 * lib/gdb.exp (tcl_version_at_least): Fix typo.
7709
7710 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
7711
7712 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
7713
7714 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
7715
7716 * lib/completion-support.exp (test_gdb_complete_none): Skip
7717 tab completion tests if no readline support.
7718 (test_gdb_complete_unique_re): Likewise.
7719 (test_gdb_complete_multiple): Likewise.
7720
7721 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7722
7723 * gdb.base/info_sources.exp: New file.
7724 * gdb.base/info_sources.c: New file.
7725 * gdb.base/info_sources_base.c: New file.
7726
7727 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
7728
7729 * gdb.base/batch-exit-status.exp: Call test_exit_status with
7730 prefix argument.
7731 (test_exit_status): Add prefix argument.
7732
7733 2019-08-01 Tom de Vries <tdevries@suse.de>
7734
7735 PR testsuite/24863
7736 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
7737 calling exp_continue for new thread and thread exited messages.
7738
7739 2019-08-01 Tom de Vries <tdevries@suse.de>
7740
7741 PR testsuite/24863
7742 * gdb.base/structs.exp: Fix check-read1 timeout using
7743 gdb_test_sequence.
7744 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
7745
7746 2019-08-01 Tom de Vries <tdevries@suse.de>
7747
7748 PR testsuite/24863
7749 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
7750 line.
7751
7752 2019-08-01 Tom de Vries <tdevries@suse.de>
7753
7754 PR testsuite/24863
7755 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
7756
7757 2019-07-30 Tom Tromey <tromey@adacore.com>
7758
7759 * gdb.ada/display_nested.exp: New file.
7760 * gdb.ada/display_nested/foo.adb: New file.
7761 * gdb.ada/display_nested/pack.adb: New file.
7762 * gdb.ada/display_nested/pack.ads: New file.
7763
7764 2019-07-30 Christian Biesinger <cbiesinger@google.com>
7765
7766 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
7767 namespace.
7768 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
7769
7770 2019-07-30 Tom de Vries <tdevries@suse.de>
7771
7772 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
7773 instead.
7774
7775 2019-07-30 Tom de Vries <tdevries@suse.de>
7776
7777 PR testsuite/24834
7778 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
7779 (exec_is_pie): New proc.
7780
7781 2019-07-29 Christian Biesinger <cbiesinger@google.com>
7782
7783 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
7784
7785 2019-07-29 Christian Biesinger <cbiesinger@google.com>
7786
7787 * gdb.python/py-objfile.c: Add global and static vars.
7788 * gdb.python/py-objfile.exp: Test new functions Objfile.
7789 lookup_global_symbol and lookup_static_symbol.
7790
7791 2019-07-29 Tom Tromey <tom@tromey.com>
7792
7793 * lib/tuiterm.exp (Term::_csi_@): New proc.
7794 (Term::_csi_X): Don't move cursor.
7795
7796 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7797
7798 * gdb.base/options.exp: Update backtrace - completion to
7799 new option -frame-info.
7800 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
7801 Test new 'set print frame-info'. Test backtrace -frame-info
7802 overriding 'set print frame-info'.
7803 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
7804 Test new 'set print frame-info'.
7805 Verify consistency of backtrace with and without filters, with and
7806 without -no-filters.
7807 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
7808 default.
7809
7810 2019-07-29 Tom de Vries <tdevries@suse.de>
7811
7812 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
7813 no arguments".
7814
7815 2019-07-29 Tom de Vries <tdevries@suse.de>
7816
7817 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
7818 is a substring of the first for "complete non-unique file name".
7819
7820 2019-07-29 Tom de Vries <tdevries@suse.de>
7821
7822 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
7823 with ".*".
7824
7825 2019-07-29 Tom de Vries <tdevries@suse.de>
7826
7827 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
7828 Pass prompt_regexp parameter to gdb_test_multiple calls.
7829
7830 2019-07-29 Tom de Vries <tdevries@suse.de>
7831
7832 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
7833 print registers" regexps.
7834
7835 2019-07-29 Tom de Vries <tdevries@suse.de>
7836
7837 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
7838
7839 2019-07-29 Tom de Vries <tdevries@suse.de>
7840
7841 PR gdb/24855
7842 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
7843 (skip_python_tests_prompt): Add prompt_regexp argument to
7844 gdb_test_multiple calls.
7845
7846 2019-07-27 Tom Tromey <tom@tromey.com>
7847
7848 * gdb.tui/main.exp: New file.
7849
7850 2019-07-27 Tom Tromey <tom@tromey.com>
7851
7852 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
7853 optional.
7854 * gdb.tui/empty.exp: New file.
7855
7856 2019-07-27 Tom Tromey <tom@tromey.com>
7857
7858 * lib/tuiterm.exp (spawn): New proc.
7859 (Term::resize): New proc.
7860 * gdb.tui/resize.exp: New file.
7861
7862 2019-07-27 Tom Tromey <tom@tromey.com>
7863
7864 * gdb.tui/list.exp: New file.
7865
7866 2019-07-27 Tom Tromey <tom@tromey.com>
7867
7868 * gdb.tui/regs.exp: New file.
7869
7870 2019-07-27 Tom Tromey <tom@tromey.com>
7871
7872 * gdb.tui/basic.exp: Add "layout split" test.
7873
7874 2019-07-27 Tom Tromey <tom@tromey.com>
7875
7876 * gdb.tui/basic.exp: Add "layout asm" test.
7877
7878 2019-07-27 Tom Tromey <tom@tromey.com>
7879
7880 * lib/tuiterm.exp: New file.
7881 * gdb.tui/basic.exp: New file.
7882
7883 2019-07-27 Kevin Buettner <kevinb@redhat.com>
7884
7885 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
7886 Enable tests associated with this flag. Adjust regex
7887 referencing "foo_low" to now refer to "foo_cold" instead.
7888
7889 2019-07-27 Kevin Buettner <kevinb@redhat.com>
7890
7891 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
7892 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
7893 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
7894 foo_cold. Revise comments to match.
7895 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
7896 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
7897 were wrapped into this proc; Call do_test in loop from outermost
7898 level.
7899 (foo_low): Rename all occurrences to "foo_cold".
7900 (backtrace from baz): New test.
7901 (x2/i foo_cold): New test.
7902 (info line *foo_cold): New test.
7903
7904 2019-07-26 Tom de Vries <tdevries@suse.de>
7905
7906 * gdb.arch/i386-pkru.exp: Fix unterminated string.
7907
7908 2019-07-25 Tom de Vries <tdevries@suse.de>
7909
7910 PR testsuite/24830
7911 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
7912 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
7913 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
7914 (skip_libstdcxx_probe_tests): ... here.
7915 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
7916
7917 2019-07-24 Tom de Vries <tdevries@suse.de>
7918
7919 PR testsuite/24807
7920 * gdb.objc/basicclass.m: Include stdio.h.
7921 * gdb.objc/nondebug.m: Same.
7922 * gdb.objc/objcdecode.m: Same.
7923
7924 2019-07-24 Tom de Vries <tdevries@suse.de>
7925
7926 PR testsuite/24612
7927 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
7928 additional_flags.
7929
7930 2019-07-24 Tom de Vries <tdevries@suse.de>
7931
7932 PR testsuite/24831
7933 * gdb.multi/tids.exp: Update error messages for info threads.
7934
7935 2019-07-24 Tom de Vries <tdevries@suse.de>
7936
7937 * gdb.base/info-types.exp: Allow info types to print info for more than
7938 one file.
7939
7940 2019-07-23 Tom de Vries <tdevries@suse.de>
7941
7942 PR testsuite/24842
7943 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
7944 gdb_spawn_with_cmdline_opts.
7945
7946 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
7947
7948 * gdb.arch/arm-cmse-sgstubs.c: New test.
7949 * gdb.arch/arm-cmse-sgstubs.exp: New file.
7950
7951 2019-07-23 Tom de Vries <tdevries@suse.de>
7952
7953 PR testsuite/24711
7954 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
7955 issuing next command.
7956
7957 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
7958
7959 * gdb.ada/info_auto_lang.exp: Update expected results.
7960 * gdb.base/info-types.c: Add additional types to check.
7961 * gdb.base/info-types.exp: Update expected results.
7962
7963 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
7964
7965 * gdb.base/info-types.c: New file.
7966 * gdb.base/info-types.exp: New file.
7967
7968 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
7969
7970 * gdb.arch/riscv-bp-infcall.c: New file.
7971 * gdb.arch/riscv-bp-infcall.exp: New file.
7972
7973 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
7974
7975 PR breakpoints/24541
7976 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
7977
7978 2019-07-14 Tom de Vries <tdevries@suse.de>
7979
7980 PR testsuite/24760
7981 * gdb.objc/basicclass.exp: Fix unterminated string.
7982
7983 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
7984 Andrew Burgess <andrew.burgess@embecosm.com>
7985
7986 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
7987 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
7988 negative bounds.
7989 * gdb.fortran/vla-value.exp: Print elements of an array with
7990 negative bounds.
7991 * gdb.fortran/vla.f90: Setup an array with negative bounds for
7992 testing.
7993
7994 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
7995
7996 * gdb.base/options.exp (expect_string): Dequote strings in
7997 results.
7998 (test-string): Test strings with different quoting and reindent.
7999
8000 2019-07-10 Tom Tromey <tromey@adacore.com>
8001
8002 * gdb.ada/mi_ex_cond.exp: Update expected results.
8003 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
8004 * gdb.ada/mi_catch_ex.exp: Update expected results.
8005 * gdb.ada/mi_catch_assert.exp: Update expected results.
8006 * gdb.ada/catch_ex.exp (catch_exception_info)
8007 (catch_exception_entry, catch_assert_entry)
8008 (catch_unhandled_entry): Update.
8009 * gdb.ada/catch_assert_if.exp: Update expected results.
8010
8011 2019-07-10 Richard Bunt <richard.bunt@arm.com>
8012 Stephen Roberts <stephen.roberts@arm.com>
8013
8014 * gdb.base/define.exp: Restore original prompt.
8015
8016 2019-07-09 Pedro Alves <palves@redhat.com>
8017
8018 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
8019 breakpoints" output.
8020 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
8021 * gdb.python/py-breakpoint.exp: No longer expect that "catch
8022 throw" creates breakpoint.
8023 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
8024 'type="catchpoint"'.
8025
8026 2019-07-09 Pedro Alves <palves@redhat.com>
8027
8028 PR c++/15468
8029 * gdb.cp/except-multi-location-lib.cc: New.
8030 * gdb.cp/except-multi-location-main.cc: New.
8031 * gdb.cp/except-multi-location.exp: New.
8032
8033 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
8034
8035 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
8036 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
8037 argument and update callers.
8038
8039 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
8040
8041 * gdb.arch/amd64-break-on-asm-line.S: New file.
8042 * gdb.arch/amd64-break-on-asm-line.exp: New file.
8043
8044 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8045
8046 * gdb.base/printcmds.exp: Test printing C string and
8047 C wide string convenience vars without transiting via the inferior.
8048 Also make test names unique.
8049
8050 2019-07-08 Alan Hayward <alan.hayward@arm.com>
8051
8052 PR breakpoints/25011
8053 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
8054
8055 2019-07-04 Pedro Alves <palves@redhat.com>
8056
8057 * lib/gdb.exp (foreach_with_prefix): Don't return early if
8058 body returned ok(0), break(3) or continue(4).
8059 * gdb.testsuite/foreach_with_prefix.exp: New file.
8060
8061 2019-07-04 Alan Hayward <alan.hayward@arm.com>
8062
8063 * gdb.server/unittest.exp: Allow 0 unit tests to run.
8064
8065 2019-07-03 Pedro Alves <palves@redhat.com>
8066
8067 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
8068 "return -code".
8069
8070 2019-07-03 Pedro Alves <palves@redhat.com>
8071
8072 PR cli/24732
8073 * gdb.base/shell.exp: Load completion-support.exp.
8074 Adjust expected error output. Add completion tests.
8075
8076 2019-07-03 Pedro Alves <palves@redhat.com>
8077
8078 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
8079 string_to_regexp.
8080
8081 2019-07-03 Pedro Alves <palves@redhat.com>
8082
8083 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
8084 (expect_integer): Adjust to expect "-string".
8085 (expect_string): New.
8086 (all_options): Expect "-string".
8087 (test-flag, test-boolean): Adjust to expect "-string".
8088 (test-string): New proc.
8089 (top level): Call it.
8090
8091 2019-07-03 Pedro Alves <palves@redhat.com>
8092
8093 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
8094 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
8095 the expected output in the success.
8096
8097 2019-07-03 Pedro Alves <palves@redhat.com>
8098
8099 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
8100 Split one gdb_test_multiple call in two to avoid a race.
8101
8102 2019-07-03 Pedro Alves <palves@redhat.com>
8103
8104 * gdb.base/with.c: New file.
8105 * gdb.base/with.exp: New file.
8106
8107 2019-07-03 Pedro Alves <palves@redhat.com>
8108
8109 * gdb.base/settings.exp: Replace all references to "maint
8110 test-settings set" with references to "maint set test-settings",
8111 and all references to "maint test-settings show" with references
8112 to "maint show test-settings".
8113
8114 2019-07-03 Pedro Alves <palves@redhat.com>
8115
8116 * gdb.base/settings.exp (test-string): Adjust expected out when
8117 testing "maint test-settings show filename"
8118
8119 2019-07-02 Pedro Alves <palves@redhat.com>
8120
8121 * gdb.base/options.exp (test-info-threads): New procedure.
8122 (top level): Call it.
8123
8124 2019-06-28 Tom Tromey <tromey@adacore.com>
8125
8126 * gdb.dwarf2/ada-linkage-name.c: New file.
8127 * gdb.dwarf2/ada-linkage-name.exp: New file.
8128
8129 2019-06-27 Tom Tromey <tromey@adacore.com>
8130
8131 PR c++/20020:
8132 * gdb.cp/constexpr-field.exp: Use setup_xfail.
8133
8134 2019-06-26 Tom de Vries <tdevries@suse.de>
8135
8136 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
8137
8138 2019-06-26 Tom de Vries <tdevries@suse.de>
8139
8140 * gdb.base/index-cache.exp: Add back missing debug option.
8141
8142 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8143
8144 * gdb.base/alias.exp: Test non matching/non existing prefixes.
8145
8146 2019-06-25 Tom de Vries <tdevries@suse.de>
8147
8148 PR testsuite/24727
8149 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
8150
8151 2019-06-24 Tom de Vries <tdevries@suse.de>
8152
8153 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
8154
8155 2019-06-24 Tom de Vries <tdevries@suse.de>
8156
8157 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
8158 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
8159 * gdb.trace/unavailable-dwarf-piece.exp: Same.
8160
8161 2019-06-24 Tom de Vries <tdevries@suse.de>
8162
8163 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
8164
8165 2019-06-21 Tom de Vries <tdevries@suse.de>
8166
8167 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
8168
8169 2019-06-21 Tom de Vries <tdevries@suse.de>
8170
8171 PR testsuite/24518
8172 PR ada/24713
8173 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
8174 index.
8175
8176 2019-06-19 Tom Tromey <tromey@adacore.com>
8177
8178 * gdb.ada/length_cond.exp: Add intro comment.
8179
8180 2019-06-19 Tom Tromey <tromey@adacore.com>
8181
8182 * gdb.ada/length_cond.exp: New file.
8183 * gdb.ada/length_cond/length_cond.adb: New file.
8184 * gdb.ada/length_cond/pck.adb: New file.
8185 * gdb.ada/length_cond/pck.ads: New file.
8186
8187 2019-06-18 Tom de Vries <tdevries@suse.de>
8188
8189 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
8190
8191 2019-06-18 Tom Tromey <tromey@adacore.com>
8192
8193 * gdb.base/list0.h: Add comment explaining control character.
8194
8195 2019-06-18 Tom de Vries <tdevries@suse.de>
8196
8197 * boards/fission.exp: Break up long debug_flags line.
8198
8199 2019-06-16 Tom de Vries <tdevries@suse.de>
8200
8201 PR gdb/24445
8202 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
8203 generated index.
8204
8205 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
8206
8207 PR gdb/24686
8208 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
8209 improve detection of bug gdb/24541.
8210
8211 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
8212
8213 PR gdb/24669
8214 * gdb.base/index-cache.exp (uses_readnow,
8215 expecting_index_cache_use): Define global variable.
8216 (test_cache_enabled_miss, test_cache_enabled_hit): Use
8217 expecting_index_cache_use.
8218
8219 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
8220 Andrew Burgess <andrew.burgess@embecosm.com>
8221
8222 * gdb.fortran/pointers.f90: New file.
8223 * gdb.fortran/print_type.exp: New file.
8224 * gdb.fortran/vla-ptype.exp: Adapt expected results.
8225 * gdb.fortran/vla-type.exp: Likewise.
8226 * gdb.fortran/vla-value.exp: Likewise.
8227 * gdb.mi/mi-vla-fortran.exp: Likewise.
8228
8229 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8230
8231 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
8232 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
8233 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
8234 as a stop reason.
8235
8236 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8237
8238 * gdb.base/annota1.exp: Update expected results.
8239 * gdb.cp/annota2.exp: Likewise.
8240 * gdb.cp/annota3.exp: Likewise.
8241
8242 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8243
8244 * gdb.base/style-logging.exp: Remove path from test name.
8245
8246 2019-06-14 Tom Tromey <tromey@adacore.com>
8247
8248 PR gdb/24502:
8249 * gdb.base/style-logging.exp: New file.
8250
8251 2019-06-14 Tom Tromey <tromey@adacore.com>
8252
8253 * gdb.base/symfile-warn.exp: New file.
8254 * gdb.base/symfile-warn.c: New file.
8255
8256 2019-06-14 Tom Tromey <tromey@adacore.com>
8257
8258 * gdb.base/annotate-symlink.exp: New file.
8259
8260 2019-06-14 Tom Tromey <tromey@adacore.com>
8261
8262 * gdb.ada/set_wstr.exp: Add reassignment test.
8263
8264 2019-06-14 Tom Tromey <tromey@adacore.com>
8265
8266 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
8267 'unchecked_access and 'unrestricted_access as well.
8268
8269 2019-06-14 Tom Tromey <tromey@adacore.com>
8270
8271 PR ada/24539:
8272 * gdb.ada/vla.exp: Update tests.
8273 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
8274 pragma.
8275
8276 2019-06-13 Pedro Alves <palves@redhat.com>
8277
8278 * gdb.base/settings.exp (test-integer): Test junk after
8279 "unlimited".
8280
8281 2019-06-13 Pedro Alves <palves@redhat.com>
8282
8283 * gdb.base/options.exp (test-thread-apply): New.
8284 (top level): Call it.
8285
8286 2019-06-13 Pedro Alves <palves@redhat.com>
8287
8288 * gdb.base/options.exp (test-frame-apply): New.
8289 (top level): Test print commands with different "frame apply"
8290 prefixes.
8291
8292 2019-06-13 Pedro Alves <palves@redhat.com>
8293
8294 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
8295 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
8296 'max_completions' parameter and handle it.
8297 (test_gdb_completion_offers_commands): New.
8298
8299 2019-06-13 Pedro Alves <palves@redhat.com>
8300
8301 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
8302
8303 2019-06-13 Pedro Alves <palves@redhat.com>
8304
8305 * gdb.base/options.exp (test-backtrace): New.
8306 (top level): Call it.
8307
8308 2019-06-13 Pedro Alves <palves@redhat.com>
8309
8310 * gdb.guile/scm-frame-args.exp: Use "set print
8311 raw-frame-arguments" instead of "set print raw frame-arguments".
8312 * gdb.python/py-frame-args.exp: Likewise.
8313
8314 2019-06-13 Pedro Alves <palves@redhat.com>
8315
8316 * gdb.compile/compile.exp: Adjust expected output to option
8317 processing changes.
8318
8319 2019-06-13 Pedro Alves <palves@redhat.com>
8320
8321 * gdb.base/options.exp: Build executable.
8322 (test-print): New procedure.
8323 (top level): Call it, once for "print" and another for "compile
8324 print".
8325
8326 2019-06-13 Pedro Alves <palves@redhat.com>
8327
8328 * gdb.base/options.c: New file.
8329 * gdb.base/options.exp: New file.
8330
8331 2019-06-13 Pedro Alves <palves@redhat.com>
8332
8333 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
8334 that "o" is ambiguous.
8335
8336 2019-06-13 Pedro Alves <palves@redhat.com>
8337
8338 * gdb.base/settings.c: New file.
8339 * gdb.base/settings.exp: New file.
8340
8341 2019-06-13 Pedro Alves <palves@redhat.com>
8342
8343 * gdb.base/completion.exp: Fix comment typo.
8344
8345 2019-06-13 Pedro Alves <palves@redhat.com>
8346
8347 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
8348 foo --1" test.
8349
8350 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
8351
8352 * gdb.fortran/block-data.f: New.
8353 * gdb.fortran/block-data.exp: New.
8354
8355 2019-06-11 Tom de Vries <tdevries@suse.de>
8356
8357 PR testsuite/24521
8358 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
8359 message.
8360
8361 2019-06-11 Tom de Vries <tdevries@suse.de>
8362
8363 PR testsuite/24521
8364 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
8365
8366 2019-06-11 Tom de Vries <tdevries@suse.de>
8367
8368 * boards/readnow.exp: New file.
8369
8370 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
8371
8372 * gdb.fortran/vla-sizeof.exp: Update expected results.
8373
8374 2019-06-06 Amos Bird <amosbird@gmail.com>
8375
8376 * gdb.base/annota1.exp (thread_switch): Add test for
8377 thread-exited annotation.
8378
8379 2019-06-06 Tom Tromey <tromey@adacore.com>
8380
8381 * gdb.base/maint.exp: Expect command started/finished output.
8382
8383 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
8384
8385 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
8386 comment.
8387 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
8388
8389 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
8390
8391 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
8392 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
8393 * gdb.arch/riscv-unwind-long-insn.c: New file.
8394 * gdb.arch/riscv-unwind-long-insn.exp: New file.
8395
8396 2019-06-04 Christian Biesinger <cbiesinger@google.com>
8397
8398 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
8399
8400 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8401
8402 * lib/gdb.exp (help_list_trailer): New regexp variable
8403 factorizing the help trailer message.
8404 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
8405 arg to allow to better factorize various tests.
8406 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
8407 (test_prefix_command_help): Use help_list_trailer.
8408 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
8409 * gdb.guile/scm-cmd.exp: Likewise.
8410 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
8411 * gdb.base/help.exp: Use test_user_defined_class_help.
8412 * gdb.base/style.exp: Add tests for styling of help and apropos.
8413 * lib/gdb-utils.exp (style): Add title and highlight styles.
8414
8415 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8416
8417 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
8418 $_shell_exitsignal.
8419 * gdb.base/default.exp: Update for new convenience variables.
8420
8421 2019-05-29 Tom Tromey <tromey@adacore.com>
8422
8423 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
8424 to "break complete ada" test case's regexp.
8425
8426 2019-05-29 Tom Tromey <tromey@adacore.com>
8427
8428 PR c++/20020:
8429 * gdb.cp/constexpr-field.exp: New file.
8430 * gdb.cp/constexpr-field.cc: New file.
8431
8432 2019-05-29 Tom Tromey <tromey@adacore.com>
8433
8434 * gdb.base/finish.exp (finish_no_print): New proc.
8435 (finish_tests): Call it.
8436
8437 2019-05-24 Tom de Vries <tdevries@suse.de>
8438
8439 * gdb.dwarf2/gdb-add-index.exp: New file.
8440
8441 2019-05-22 Tom Tromey <tromey@adacore.com>
8442
8443 * gdb.base/info-shared.exp (check_info_shared): Use "style".
8444 * gdb.base/style.exp: Use "style".
8445 * lib/gdb-utils.exp (style): New proc.
8446
8447 2019-05-22 Tom de Vries <tdevries@suse.de>
8448
8449 * gdb.base/align.exp: Require c++11.
8450
8451 2019-05-22 Tom de Vries <tdevries@suse.de>
8452
8453 PR testsuite/24586
8454 * gdb.python/py-mi-var-info-path-expression.exp: Call
8455 mi_skip_python_tests to check if python is supported.
8456
8457 2019-05-22 Alan Hayward <alan.hayward@arm.com>
8458
8459 * gdb.arch/aarch64-pauth.c: New test.
8460 * gdb.arch/aarch64-pauth.exp: New file.
8461
8462 2019-05-22 Alan Hayward <alan.hayward@arm.com>
8463
8464 * README (Re-running Tests Outside The Testsuite): New section.
8465
8466 2019-05-21 Tom de Vries <tdevries@suse.de>
8467
8468 * gdb.arch/amd64-eval.exp: Require c++11.
8469 * gdb.base/max-depth.exp: Same.
8470 * gdb.compile/compile-cplus-array-decay.exp: Same.
8471 * gdb.cp/meth-typedefs.exp: Same.
8472 * gdb.cp/subtypes.exp: Same.
8473 * gdb.cp/temargs.exp: Same.
8474
8475 2019-05-21 Alan Hayward <alan.hayward@arm.com>
8476
8477 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
8478
8479 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
8480
8481 PR gdb/18644
8482 * gdb.fortran/complex.exp: Remove setup_kfail calls.
8483 * gdb.fortran/printing-types.exp: Add new test.
8484 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
8485 testing.
8486 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
8487 setup_kfail call.
8488
8489 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8490
8491 * README (Running the Testsuite): Change example.
8492 (Testsuite Parameters): Remove TRANSCRIPT.
8493 * lib/gdb.exp: Remove TRANSCRIPT check.
8494
8495 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8496
8497 * README (Testsuite Parameters): Add replay logging to
8498 GDBSERVER_DEBUG.
8499 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
8500 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
8501 as a comma separated list.
8502 (gdb_debug_init): Override procedure.
8503
8504 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8505
8506 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
8507 (gdb_write_cmd_file): New procedure.
8508 * lib/gdbserver-support.exp (gdbserver_start): Call
8509 gdbserver_write_cmd_file.
8510 (gdbserver_write_cmd_file): New procedure.
8511
8512 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8513
8514 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
8515 (delete_breakpoints): Likewise.
8516 (gdb_run_cmd): Likewise.
8517 (gdb_start_cmd): Likewise.
8518 (gdb_starti_cmd): Likewise.
8519 (gdb_internal_error_resync): Likewise.
8520 (gdb_test_multiple): Likewise.
8521 (gdb_reinitialize_dir): Likewise.
8522 (default_gdb_exit): Likewise.
8523 (gdb_file_cmd): Mark kill as optional.
8524 (default_gdb_start): Call gdb_stdin_log_init.
8525 (send_gdb): Call gdb_stdin_log_write.
8526 (rerun_to_main): Mark Y as an answer.
8527 (gdb_stdin_log_init): New function.
8528 (gdb_stdin_log_write): Likewise.
8529
8530 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8531
8532 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
8533 * gdb.base/debug-expr.exp: Likewise.
8534 * gdb.base/foll-fork.exp: Likewise.
8535 * gdb.base/foll-vfork.exp: Likewise.
8536 * gdb.base/fork-print-inferior-events.exp: Likewise.
8537 * gdb.base/gdb-sigterm.exp: Likewise.
8538 * gdb.base/gdbinit-history.exp: Likewise.
8539 * gdb.base/osabi.exp: Likewise.
8540 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
8541 * gdb.base/ui-redirect.exp: Likewise.
8542 * gdb.gdb/unittest.exp: Likewise.
8543 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
8544 * gdb.mi/mi-watch.exp: Likewise.
8545 * gdb.mi/new-ui-mi-sync.exp: Likewise.
8546 * gdb.mi/user-selected-context-sync.exp: Likewise.
8547 * gdb.python/python.exp: Disable debug test when debugging.
8548 * gdb.threads/check-libthread-db.exp: Disable when debugging.
8549 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
8550 Likewise.
8551 * gdb.threads/stepi-random-signal.exp: Likewise.
8552
8553 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8554
8555 * Makefile.in: Pass through GDB_DEBUG.
8556 * README (Testsuite Parameters): Add GDB_DEBUG.
8557 (gdb,debug): Add board setting.
8558 * lib/gdb.exp (default_gdb_start): Start debugging.
8559 (gdb_debug_enabled): New procedure.
8560 (gdb_debug_init): Likewise.
8561
8562 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8563
8564 * Makefile.in: Pass through GDB_DEBUG.
8565 * README (Testsuite Parameters): Add GDB_DEBUG.
8566 (gdb,debug): Add board setting.
8567 * lib/gdb.exp (default_gdb_start): Start debugging.
8568 (gdb_debug_enabled): New procedure.
8569 (gdb_debug_init): Likewise.
8570
8571 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8572
8573 * gdb.base/ui-redirect.exp: Add debug redirect tests.
8574
8575 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8576
8577 * gdb.base/ui-redirect.exp: Test redirection.
8578
8579 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
8580
8581 * gdb.mi/mi-complete.exp: New file.
8582 * gdb.mi/mi-complete.cc: Likewise.
8583
8584 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
8585
8586 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
8587 indexed and sliced arrays, and pointers to arrays.
8588
8589 2019-05-14 Tom Tromey <tromey@adacore.com>
8590
8591 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
8592 styling test.
8593
8594 2019-05-14 Tom de Vries <tdevries@suse.de>
8595
8596 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
8597 selection entry encoding.
8598
8599 2019-05-10 Tom Tromey <tromey@adacore.com>
8600
8601 * gdb.ada/info_exc.exp: Add "complete" test.
8602
8603 2019-05-09 Tom de Vries <tdevries@suse.de>
8604
8605 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
8606 CU-relative.
8607
8608 2019-05-09 Tom de Vries <tdevries@suse.de>
8609
8610 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
8611 CU-relative.
8612
8613 2019-05-08 Joel Brobecker <brobecker@adacore.com>
8614
8615 * gdb.ada/frame_arg_lang.exp: New testcase.
8616 * gdb.ada/frame_arg_lang/bla.adb: New file.
8617 * gdb.ada/frame_arg_lang/pck.ads: New file.
8618 * gdb.ada/frame_arg_lang/pck.adb: New file.
8619 * gdb.ada/frame_arg_lang/foo.c: New file.
8620
8621 2019-05-08 Tom Tromey <tromey@adacore.com>
8622
8623 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
8624
8625 2019-05-08 Tom Tromey <tromey@adacore.com>
8626
8627 * gdb.base/ptype-offsets.exp: Update tests.
8628
8629 2019-05-08 Tom Tromey <tromey@adacore.com>
8630
8631 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
8632 cases.
8633 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
8634 "short".
8635
8636 2019-05-08 Tom Tromey <tromey@adacore.com>
8637
8638 * gdb.ada/vla.exp: New file.
8639 * gdb.ada/vla/vla.adb: New file.
8640
8641 2019-05-07 Tom de Vries <tdevries@suse.de>
8642
8643 * gdb.base/index-cache.exp (ls_host): Fix return statement.
8644
8645 2019-05-07 Tom de Vries <tdevries@suse.de>
8646
8647 PR testsuite/24522
8648 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
8649 section.
8650
8651 2019-05-07 Tom de Vries <tdevries@suse.de>
8652
8653 PR testsuite/24522
8654 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
8655 .debug_aranges section.
8656
8657 2019-05-07 Tom de Vries <tdevries@suse.de>
8658
8659 PR testsuite/24159
8660 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
8661
8662 2019-05-06 Tom de Vries <tdevries@suse.de>
8663
8664 * lib/gdb.exp (exec_has_index_section): New proc.
8665 * gdb.base/index-cache.exp: Handle case that binfile contains an index
8666 section.
8667
8668 2019-05-04 Tom de Vries <tdevries@suse.de>
8669
8670 * boards/cc-with-debug-names.exp: New file.
8671
8672 2019-05-03 Tom Tromey <tromey@adacore.com>
8673
8674 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
8675 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
8676 * gdb.ada/char_enum.exp: Add test.
8677
8678 2019-05-03 Tom de Vries <tdevries@suse.de>
8679
8680 * boards/cc-with-gdb-index.exp: New file.
8681
8682 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
8683
8684 * gdb.rust/simple.exp: Add new test case.
8685 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
8686 (main): Initialise an instance of the new struct.
8687
8688 2019-05-01 Tom Tromey <tromey@adacore.com>
8689
8690 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
8691 record.
8692 (NPR): New variable.
8693 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
8694 test.
8695
8696 2019-05-01 Tom Tromey <tromey@adacore.com>
8697
8698 * gdb.ada/packed_array_assign.exp: Add packed assignment
8699 regression test.
8700
8701 2019-05-01 Tom de Vries <tdevries@suse.de>
8702
8703 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
8704
8705 2019-05-01 Tom de Vries <tdevries@suse.de>
8706
8707 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
8708
8709 2019-04-30 Ali Tamur <tamur@google.com>
8710
8711 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
8712
8713 2019-04-30 Tom Tromey <tromey@adacore.com>
8714
8715 * lib/ada.exp (find_ada_tool): New proc.
8716 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
8717 * gdb.ada/catch_ex_std.exp: New file.
8718 * gdb.ada/catch_ex_std/foo.adb: New file.
8719 * gdb.ada/catch_ex_std/some_package.adb: New file.
8720 * gdb.ada/catch_ex_std/some_package.ads: New file.
8721
8722 2019-04-30 Tom Tromey <tromey@adacore.com>
8723
8724 PR c++/24470:
8725 * gdb.cp/temargs.cc: Add test code from PR.
8726
8727 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8728
8729 * gdb.fortran/vla-datatypes.exp: Update expected results.
8730 * gdb.fortran/vla-ptype.exp: Likewise.
8731 * gdb.fortran/vla-type.exp: Likewise.
8732 * gdb.fortran/vla-value.exp: Likewise.
8733
8734 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8735
8736 * gdb.fortran/ptr-indentation.exp: Update expected results.
8737 * gdb.fortran/ptype-on-functions.exp: Likewise.
8738 * gdb.fortran/vla-ptr-info.exp: Likewise.
8739 * gdb.fortran/vla-value.exp: Likewise.
8740
8741 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8742
8743 * gdb.fortran/ptype-on-functions.exp: New file.
8744 * gdb.fortran/ptype-on-functions.f90: New file.
8745
8746 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8747
8748 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
8749 case void string.
8750
8751 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8752
8753 * gdb.fortran/complex.exp: Expand.
8754 * gdb.fortran/complex.f: Renamed to...
8755 * gdb.fortran/complex.f90: ...this, and extended to add more
8756 complex values.
8757
8758 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8759
8760 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
8761 MODULO, CMPLX.
8762
8763 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
8764 Richard Bunt <richard.bunt@arm.com>
8765
8766 * gdb.base/max-depth.c: New file.
8767 * gdb.base/max-depth.exp: New file.
8768 * gdb.python/py-nested-maps.c: New file.
8769 * gdb.python/py-nested-maps.exp: New file.
8770 * gdb.python/py-nested-maps.py: New file.
8771 * gdb.python/py-format-string.exp (test_max_depth): New proc.
8772 (test_all_common): Call test_max_depth.
8773 * gdb.fortran/max-depth.exp: New file.
8774 * gdb.fortran/max-depth.f90: New file.
8775 * gdb.go/max-depth.exp: New file.
8776 * gdb.go/max-depth.go: New file.
8777 * gdb.modula2/max-depth.exp: New file.
8778 * gdb.modula2/max-depth.c: New file.
8779 * lib/gdb.exp (get_print_expr_at_depths): New proc.
8780
8781 2019-04-29 Tom de Vries <tdevries@suse.de>
8782
8783 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
8784
8785 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8786
8787 * gdb.base/callexit.exp: Test may-call-functions off.
8788
8789 2019-04-25 Keith Seitz <keiths@redhat.com>
8790
8791 PR c++/24367
8792 * gdb.cp/meth-typedefs.cc (incomplete_struct)
8793 (another_incomplete_struct, test_incomplete): New definitions.
8794 (main): Use new definitions.
8795 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
8796 functions.
8797
8798 2019-04-25 Ali Tamur <tamur@google.com>
8799
8800 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
8801
8802 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
8803
8804 PR corefiles/11608
8805 PR corefiles/18187
8806 * gdb.base/coredump-filter-build-id.exp: New file.
8807
8808 2019-04-25 Alan Hayward <alan.hayward@arm.com>
8809
8810 * Makefile.in: Pass through GDBSERVER_DEBUG.
8811 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
8812 (gdbserver,debug): Add board setting.
8813 * gdb.trace/tspeed.exp: Skip when debugging.
8814 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
8815 * lib/gdbserver-support.exp: Likewise
8816
8817 2019-04-24 Tom Tromey <tromey@adacore.com>
8818
8819 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
8820 Rust.
8821
8822 2019-04-24 Tom Tromey <tromey@adacore.com>
8823
8824 * gdb.arch/amd64-eval.exp: Test bitfield return.
8825 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
8826 (class Foo) <return_bitfields>: New method.
8827 (main): Call it.
8828
8829 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8830
8831 * gdb.cp/many-args.cc: New file.
8832 * gdb.cp/many-args.exp: New file.
8833
8834 2019-04-23 Tom de Vries <tdevries@suse.de>
8835
8836 PR gdb/24433
8837 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
8838
8839 2019-04-23 Alan Hayward <alan.hayward@arm.com>
8840
8841 * gdb.trace/backtrace.exp: Use nopie flag.
8842 * gdb.trace/circ.exp: Likewise.
8843 * gdb.trace/collection.exp: Likewise.
8844 * gdb.trace/ftrace.exp: Likewise.
8845 * gdb.trace/mi-trace-unavailable.exp: Likewise.
8846 * gdb.trace/mi-traceframe-changed.exp: Likewise.
8847 * gdb.trace/qtro.exp: Likewise.
8848 * gdb.trace/read-memory.exp: Likewise.
8849 * gdb.trace/report.exp: Likewise.
8850 * gdb.trace/tfile.exp: Likewise.
8851 * gdb.trace/tfind.exp: Likewise.
8852 * gdb.trace/unavailable.exp: Likewise.
8853
8854 2019-04-22 Pedro Alves <palves@redhat.com>
8855
8856 * gdb.base/solib-probes-nosharedlibrary.c,
8857 gdb.base/solib-probes-nosharedlibrary.exp: New files.
8858
8859 2019-04-19 Tom Tromey <tromey@adacore.com>
8860
8861 * gdb.ada/ptype_union.c: New file.
8862 * gdb.ada/ptype_union.exp: New file.
8863
8864 2019-04-19 Tom Tromey <tromey@adacore.com>
8865
8866 PR symtab/24423:
8867 * gdb.base/list0.h (foo): Add a control-l character.
8868
8869 2019-04-18 Tom de Vries <tdevries@suse.de>
8870
8871 PR gdb/24433
8872 * boards/local-board.exp: Set sysroot to "".
8873
8874 2019-04-18 Tom de Vries <tdevries@suse.de>
8875 Pedro Alves <palves@redhat.com>
8876
8877 PR gdb/24454
8878 * gdb.threads/vfork-follow-child-exec.c: New file.
8879 * gdb.threads/vfork-follow-child-exec.exp: New file.
8880 * gdb.threads/vfork-follow-child-exit.c: New file.
8881 * gdb.threads/vfork-follow-child-exit.exp: New file.
8882
8883 2019-04-15 Leszek Swirski <leszeks@google.com>
8884
8885 * gdb.arch/amd64-eval.cc: New file.
8886 * gdb.arch/amd64-eval.exp: New file.
8887
8888 2019-04-11 Alan Hayward <alan.hayward@arm.com>
8889
8890 * gdb.server/sysroot.c: New test.
8891 * gdb.server/sysroot.exp: New file.
8892 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
8893 matching param.
8894
8895 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
8896
8897 * gdb.base/align.exp: Extend test to cover structures containing
8898 only static fields.
8899
8900 2019-04-11 Tom de Vries <tdevries@suse.de>
8901
8902 * boards/cc-with-dwz-m.exp: New file.
8903 * boards/cc-with-dwz.exp: New file.
8904 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
8905
8906 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
8907
8908 * gdb.base/start-cpp.exp: New file.
8909 * gdb.base/start-cpp.cc: New file.
8910
8911 2019-04-08 Kevin Buettner <kevinb@redhat.com>
8912
8913 * gdb.python/py-thrhandle.exp: Adjust tests to call
8914 thread_from_handle instead of thread_from_thread_handle.
8915
8916 2019-04-08 Kevin Buettner <kevinb@redhat.com>
8917
8918 * gdb.python/py-thrhandle.exp: Add tests for
8919 gdb.InferiorThread.handle.
8920
8921 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
8922
8923 * gdb.python/py-function.exp: Check calling helper function from
8924 all languages.
8925 * lib/gdb.exp (gdb_supported_languages): New proc.
8926
8927 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
8928
8929 * gdb.base/complex-parts.c: New file.
8930 * gdb.base/complex-parts.exp: New file.
8931
8932 2019-04-01 Tom Tromey <tromey@adacore.com>
8933
8934 PR symtab/23331:
8935 * gdb.dwarf2/dw2-ranges-main.c: New file.
8936 * gdb.dwarf2/dw2-ranges-psym.c: New file.
8937 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
8938
8939 2019-03-30 Simon Marchi <simark@simark.ca>
8940
8941 * gdb.base/default.exp: Add values for $_gdb_major and
8942 $_gdb_minor.
8943
8944 2019-03-29 Tom Tromey <tromey@adacore.com>
8945
8946 * gdb.base/help.exp: Tighten apropos regexp.
8947
8948 2019-03-29 Keith Seitz <keiths@redhat.com>
8949
8950 * gdb.fortran/array-bounds.exp: New file.
8951 * gdb.fortran/array-bounds.f90: New file.
8952
8953 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8954
8955 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
8956
8957 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8958
8959 * gdb.multi/hello.c (main): Increase alarm timer.
8960
8961 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
8962
8963 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
8964 factor when no hardware watchpoint support.
8965
8966 2019-03-28 Alan Hayward <alan.hayward@arm.com>
8967 Pedro Alves <palves@redhat.com>
8968
8969 * boards/local-board.exp: set sysroot to /.
8970
8971 2019-03-27 Alan Hayward <alan.hayward@arm.com>
8972
8973 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
8974 in child.
8975
8976 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
8977
8978 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
8979 field.
8980 (make_container): Initialise new field.
8981 * gdb.python/py-prettyprint.exp: Add new tests.
8982 * gdb.python/py-prettyprint.py (class ContainerPrinter)
8983 <display_hint>: New method.
8984
8985 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
8986
8987 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
8988 gdb_continue_to_breakpoint more throughout this test.
8989 (run_lang_tests) Supply unique test names, and use
8990 gdb_test_no_output.
8991
8992 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
8993
8994 * gdb.base/finish-pretty.exp: Update expected results.
8995 * gdb.base/pretty-print.c: New file.
8996 * gdb.base/pretty-print.exp: New file.
8997
8998 2019-03-25 Pedro Alves <palves@redhat.com>
8999
9000 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
9001 move comments outside list. Append '-i "" eof' section.
9002
9003 2019-03-22 Alan Hayward <alan.hayward@arm.com>
9004
9005 PR testsuite/25016
9006 * README: Add pie options.
9007 * gdb.base/break-interp.exp: Ensure pie is disabled.
9008 * gdb.base/dump.exp: Likewise.
9009 * lib/gdb.exp (gdb_compile): Add pie option.
9010
9011 2019-03-19 Tom Tromey <tromey@adacore.com>
9012
9013 * gdb.mi/mi2-cli-display.c: New file.
9014 * gdb.mi/mi2-cli-display.exp: New file.
9015
9016 2019-03-18 Joel Brobecker <brobecker@adacore.com>
9017 Tom Tromey <tromey@adacore.com>
9018
9019 * gdb.ada/ptype_array/pck.adb: New file.
9020 * gdb.ada/ptype_array/pck.ads: New file.
9021 * gdb.ada/ptype_array/foo.adb: New file.
9022 * gdb.ada/ptype_array.exp: New file.
9023
9024 2019-03-14 Tom Tromey <tromey@adacore.com>
9025
9026 * gdb.base/style.exp: Add "set style sources" test.
9027
9028 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
9029
9030 * mi-breakpoint-location-ena-dis.exp: Rename to ...
9031 * mi-breakpoint-multiple-locations.exp: ... this.
9032 (make_breakpoints_pattern): New proc.
9033 (do_test): Add mi_version parameter, test -break-insert,
9034 -break-info and =breakpoint-created.
9035
9036 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
9037
9038 * config/default.exp: Remove 'load_lib gdb.exp'.
9039 * config/monitor.exp: Likewise.
9040 * config/sid.exp: Likewise.
9041 * config/sim.exp: Likewise.
9042 * config/slite.exp: Likewise.
9043 * config/unix.exp: Likewise.
9044 * gdb.base/default.exp: Remove unhelpful comment.
9045
9046 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9047
9048 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
9049
9050 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9051
9052 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
9053
9054 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9055
9056 * gdb.fortran/type-kinds.exp: Update expected results.
9057
9058 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9059
9060 * gdb.fortran/type-kinds.exp: Test new integer type kind.
9061
9062 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9063
9064 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
9065 function.
9066 (test_basic_parsing_of_type_kinds): Expand types tested.
9067 (test_parsing_invalid_type_kinds): New function.
9068
9069 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9070
9071 * gdb.fortran/intrinsics.exp: New file.
9072 * gdb.fortran/intrinsics.f90: New file.
9073 * gdb.fortran/type-kinds.exp: New file.
9074
9075 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9076
9077 * gdb.fortran/dot-ops.exp: New file.
9078
9079 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9080
9081 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
9082 Check upper and lower case logical literals.
9083
9084 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9085
9086 * gdb.fortran/types.exp (test_float_literal_types_accepted):
9087 Remove duplicate tests.
9088
9089 2019-03-06 Alan Hayward <alan.hayward@arm.com>
9090
9091 * lib/gdb.exp (builtin_cd): rename of cd.
9092 (cd): Override builtin.
9093
9094 2019-03-06 Richard Bunt <richard.bunt@arm.com>
9095
9096 * gdb.fortran/function-calls.exp: New file.
9097 * gdb.fortran/function-calls.f90: New test.
9098
9099 2019-03-04 Richard Bunt <richard.bunt@arm.com>
9100
9101 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
9102 on user program standard output.
9103 * gdb.fortran/short-circuit-argument-list.f90: Record function
9104 calls.
9105
9106 2019-02-28 Alan Hayward <alan.hayward@arm.com>
9107
9108 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
9109 failure.
9110
9111 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9112
9113 PR gdb/8527
9114 * gdb.base/interrupt-daemon-attach.c,
9115 gdb.base/interrupt-daemon-attach.exp: New test.
9116
9117 2019-02-27 Pedro Alves <palves@redhat.com>
9118
9119 * gdb.base/page.exp: Add tests for "set width/height -1".
9120
9121 2019-02-27 Pedro Alves <palves@redhat.com>
9122
9123 * gdb.base/page.exp: Add tests for "set/show width/height" with
9124 "infinite" values.
9125
9126 2019-02-27 Tom Tromey <tromey@adacore.com>
9127
9128 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
9129 2.4.
9130 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
9131 workaround.
9132
9133 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
9134
9135 * gdb.base/align.exp: Extend to compile in both C and C++, and add
9136 tests for structs with static members.
9137
9138 2019-02-26 Tom Tromey <tromey@adacore.com>
9139
9140 * gdb.python/py-value.exp (test_value_from_buffer): Check for
9141 ValueError, not TypeError.
9142
9143 2019-02-26 Kevin Buettner <kevinb@redhat.com>
9144
9145 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
9146 call from main program.
9147
9148 2019-02-23 Joel Brobecker <brobecker@adacore.com>
9149
9150 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
9151 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
9152 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
9153 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
9154 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
9155
9156 2019-02-22 Keith Seitz <keiths@redhat.com>
9157
9158 PR symtab/23853
9159 * gdb.base/symlink-sourcefile.c: New file.
9160 * gdb.base/symlink-sourcefile.exp: New file.
9161
9162 2019-02-20 Tom Tromey <tom@tromey.com>
9163
9164 * gdb.base/info_qt.exp: Update.
9165
9166 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
9167
9168 * gdb.base/source.exp: Move "error in sourced script" code to
9169 the end.
9170 * gdb.base/source-error.gdb: Move contents to
9171 source-error-1.gdb. Add new code to source source-error-1.gdb.
9172 * gdb.base/source-error-1.gdb: New file, from previous
9173 source-error.gdb.
9174
9175 2019-02-17 Tom Tromey <tom@tromey.com>
9176
9177 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
9178 for macro styling.
9179 * gdb.base/style.c (SOME_MACRO): New macro.
9180
9181 2019-02-17 Tom Tromey <tom@tromey.com>
9182
9183 * gdb.base/style.exp: Add line-wrapping tests.
9184 * gdb.base/page.exp: Add test for quitting during pagination.
9185
9186 2019-02-17 Joel Brobecker <brobecker@adacore.com>
9187
9188 * gdb.ada/big_packed_array: New testcase.
9189 * gdb.ada/homonym.exp: Fix incorrect expected output for
9190 "break <homonym__get_value>" test.
9191
9192 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
9193
9194 PR breakpoints/21870
9195 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
9196 and prepare_for_testing. Add comment.
9197 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
9198 redundant cleanup call. Clean up comment.
9199
9200 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
9201
9202 PR breakpoints/21870
9203 * gdb.arch/aarch64-dbreg-contents.exp: New file.
9204 * gdb.arch/aarch64-dbreg-contents.c: New file.
9205
9206 2019-02-10 Joel Brobecker <brobecker@adacore.com>
9207
9208 * gdb.ada/mi_ref_changeable: New testcase.
9209
9210 2019-02-07 Alan Hayward <alan.hayward@arm.com>
9211
9212 * gdb.base/attach.exp: Add double attach test.
9213
9214 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
9215
9216 * lib/gdb.exp (default_gdb_start): Don't match pagination
9217 prompt.
9218 (gdb_init): Set stty_init.
9219
9220 2019-01-27 Tom Tromey <tom@tromey.com>
9221
9222 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
9223 skip_python_tests.
9224
9225 2019-01-24 Alan Hayward <alan.hayward@arm.com>
9226
9227 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
9228 New structure.
9229 (struct struct_static_02_02): Likewise.
9230 (struct struct_static_02_03): Likewise.
9231 (struct struct_static_02_04): Likewise.
9232 (struct struct_static_04_01): Likewise.
9233 (struct struct_static_04_02): Likewise.
9234 (struct struct_static_04_03): Likewise.
9235 (struct struct_static_04_04): Likewise.
9236 (struct struct_static_06_01): Likewise.
9237 (struct struct_static_06_02): Likewise.
9238 (struct struct_static_06_03): Likewise.
9239 (struct struct_static_06_04): Likewise.
9240 (cmp_struct_static_02_01): Likewise.
9241 (cmp_struct_static_02_02): Likewise.
9242 (cmp_struct_static_02_03): Likewise.
9243 (cmp_struct_static_02_04): Likewise.
9244 (cmp_struct_static_04_01): Likewise.
9245 (cmp_struct_static_04_02): Likewise.
9246 (cmp_struct_static_04_03): Likewise.
9247 (cmp_struct_static_04_04): Likewise.
9248 (cmp_struct_static_06_01): Likewise.
9249 (cmp_struct_static_06_02): Likewise.
9250 (cmp_struct_static_06_03): Likewise.
9251 (cmp_struct_static_06_04): Likewise.
9252 (call_all): Test new structs.
9253 * gdb.base/infcall-nested-structs.exp: Likewise.
9254
9255 2019-01-21 Alan Hayward <alan.hayward@arm.com>
9256 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
9257
9258 2019-01-21 Alan Hayward <alan.hayward@arm.com>
9259 * gdb.base/stack-protector.c: New test.
9260 * gdb.base/stack-protector.exp: New file.
9261 * gdb.cp/ovldbreak.exp: Only allow a single break line.
9262 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
9263 option.
9264 (gdb_compile): Remove stack protector for GCC and prevent
9265 recursion.
9266
9267 2019-01-16 Keith Seitz <keiths@redhat.com>
9268
9269 PR gdb/23773
9270 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
9271
9272 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9273
9274 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
9275 aliases.
9276 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
9277 tests.
9278 * gdb.arch/powerpc-vector-regs.c: New file.
9279 * gdb.arch/powerpc-vector-regs.exp: New file.
9280
9281 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9282
9283 * gdb.arch/altivec-regs.exp: Fix the list passed to
9284 gdb_expect_list when testing "info vector".
9285
9286 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
9287
9288 * gdb.base/style.exp: Don't include path in testname.
9289
9290 2019-01-10 Keith Seitz <keiths@redhat.com>
9291
9292 PR gdb/23712
9293 PR symtab/23010
9294 * gdb.dwarf2/multidictionary.exp: New file.
9295
9296 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
9297
9298 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
9299 (test_gnuv3_style_demangling): ... this.
9300 (test_lucid_style_demangling): Remove.
9301 (test_arm_style_demangling): Remove.
9302 (test_hp_style_demangling): Remove.
9303 (do_tests): Remove calls to the above.
9304
9305 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
9306
9307 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
9308 case.
9309
9310 2019-01-06 Tom Tromey <tom@tromey.com>
9311
9312 PR gdb/28155:
9313 * gdb.dwarf2/typedef-void-finish.exp: New file.
9314
9315 2018-12-28 Tom Tromey <tom@tromey.com>
9316 Simon Marchi <simark@simark.ca>
9317
9318 * gdb.base/jit-exec.exp: New file.
9319 * gdb.base/jit-exec.c: New file.
9320 * gdb.base/jit-execd.c: New file.
9321
9322 2018-12-28 Tom Tromey <tom@tromey.com>
9323
9324 * gdb.base/style.exp: Update test to check for address styling.
9325
9326 2018-12-28 Tom Tromey <tom@tromey.com>
9327
9328 * gdb.base/style.exp: Add test for styling of "Reading symbols"
9329 message.
9330
9331 2018-12-28 Tom Tromey <tom@tromey.com>
9332
9333 * gdb.base/style.exp: Add test for version number styling.
9334
9335 2018-12-28 Tom Tromey <tom@tromey.com>
9336
9337 * gdb.base/style.exp: Add test for print_address_symbolic.
9338
9339 2018-12-28 Tom Tromey <tom@tromey.com>
9340
9341 * gdb.base/style.exp: Add test for breakpoint setting.
9342
9343 2018-12-28 Tom Tromey <tom@tromey.com>
9344
9345 * gdb.base/style.exp: Add test for variable names.
9346
9347 2018-12-28 Tom Tromey <tom@tromey.com>
9348
9349 * gdb.base/style.exp: New file.
9350 * gdb.base/style.c: New file.
9351
9352 2018-12-28 Tom Tromey <tom@tromey.com>
9353
9354 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
9355 "dumb".
9356 * gdb.base/readline.exp (operate_and_get_next): Save and restore
9357 the TERM environment variable.
9358
9359 2018-12-27 Tom Tromey <tom@tromey.com>
9360
9361 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
9362 pagination test.
9363
9364 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
9365
9366 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
9367 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
9368
9369 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9370
9371 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
9372 Filename a.adb changed to bp_fun_addr.adb.
9373 gdb.ada/bp_fun_addr.exp: Update test accordingly.
9374
9375 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
9376
9377 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
9378 non-PIE executables.
9379 * README: Mention the gdb,nopie_flag board setting.
9380 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
9381 non-PIE executable.
9382 * gdb.arch/amd64-entry-value.exp: Likewise.
9383 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
9384 * gdb.arch/i386-float.exp: Likewise.
9385 * gdb.arch/i386-signal.exp: Likewise.
9386 * gdb.mi/mi-reg-undefined.exp: Likewise.
9387
9388 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
9389
9390 PR gdb/23974
9391 * gdb.base/info-os.exp: Check return for unknown "info os" type.
9392
9393 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9394
9395 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
9396 Update order of results accordingly.
9397
9398 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
9399
9400 * gdb.base/annota1.exp: Update a test regexp.
9401
9402 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9403
9404 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
9405
9406 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9407
9408 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
9409 (reuse_time): Initialize to REUSE_TIME_CAP.
9410 (check_rc): New function.
9411 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
9412 Check pthread_create rc.
9413 (spawner_thread_func): Check pthread_create and pthread_join rc.
9414
9415 2018-12-08 Pedro Alves <palves@redhat.com>
9416
9417 * gdb.base/list.exp (test_forward_search): Rename to ...
9418 (test_forward_reverse_search): ... this. Also test reverse-search
9419 and the forward-search alias.
9420
9421 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
9422
9423 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
9424 local timeout variable before return, and remove all local timeout
9425 variable entirely.
9426 (gdb_load): Likewise.
9427
9428 2018-12-01 Tom de Vries <tdevries@suse.de>
9429
9430 * gdb.base/gdb-caching-proc.exp: New file.
9431
9432 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
9433
9434 * Makefile.in (TIMESTAMP): New variable.
9435 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
9436 command.
9437 (check-single-racy): Likewise.
9438 (check/%.exp): Likewise.
9439 (check-racy/%.exp): Likewise.
9440 (workers/%.worker): Likewise.
9441 (build-perf): Likewise.
9442 (check-perf): Likewise.
9443 * README: Describe new "TS" and "TS_FORMAT" variables.
9444 * print-ts.py: New file.
9445
9446 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
9447
9448 PR python/23714
9449 * gdb.python/python.exp: Test command repetition after
9450 gdb.execute.
9451
9452 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
9453
9454 * gdb.opt/inline-break.exp: Add test that info breakpoint output
9455 is correctly aligned.
9456
9457 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9458
9459 * gdb.ada/info_auto_lang.exp: New testcase.
9460 * gdb.ada/info_auto_lang/global_pack.ads: New file.
9461 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
9462 * gdb.ada/info_auto_lang/some_c.c: New file.
9463
9464 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9465
9466 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
9467 FUNC_lang language syntax.
9468
9469 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9470
9471 * gdb.base/info_minsym.c: New file.
9472 * gdb.base/info_minsym.exp: New file.
9473
9474 2018-11-19 Tom Tromey <tom@tromey.com>
9475
9476 PR rust/23625:
9477 * gdb.rust/simple.exp: Add ptype test. Update expected output.
9478 * gdb.rust/expr.exp: Update expected output. Change one test.
9479
9480 2018-11-19 Tom Tromey <tom@tromey.com>
9481
9482 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
9483
9484 2018-11-19 Pedro Alves <palves@redhat.com>
9485
9486 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
9487 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
9488 see the expected warning.
9489
9490 2018-11-16 Alan Hayward <alan.hayward@arm.com>
9491
9492 PR gdb/22736:
9493 * gdb.cp/infcall-nodebug-lib.c: New test.
9494 * gdb.cp/infcall-nodebug-main.c: New test.
9495 * gdb.cp/infcall-nodebug.exp: New file.
9496
9497 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
9498
9499 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
9500 completer tests.
9501
9502 2018-11-09 Tom de Vries <tdevries@suse.de>
9503
9504 * gdb.base/msym-lang.c: New test.
9505 * gdb.base/msym-lang.exp: New file.
9506 * gdb.base/msym-lang-main.c: New test.
9507
9508 2018-11-08 Tom Tromey <tom@tromey.com>
9509
9510 PR gdb/23555:
9511 PR gdb/23838:
9512 * gdb.base/warning.exp: New file.
9513
9514 2018-11-08 Jan Beulich <jbeulich@suse.com>
9515
9516 * testsuite/gdb.arch/i386-avx512.c,
9517 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
9518
9519 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
9520
9521 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
9522 point hardware.
9523
9524 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
9525
9526 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
9527 * gdb.dwarf2/missing-type-name.exp: New file.
9528
9529 2018-11-06 Tom de Vries <tdevries@suse.de>
9530
9531 * gdb.base/many-headers.c: New test.
9532 * gdb.base/many-headers.exp: New file.
9533
9534 2018-11-06 Jim Wilson <jimw@sifive.com>
9535
9536 * gdb.base/code_elim.exp: For riscv, set additional_flags
9537 to include -msmall-data-limit=0.
9538
9539 2018-11-01 Joel Brobecker <brobecker@adacore.com>
9540
9541 * gdb.ada/watch_minus_l: New testcase.
9542
9543 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
9544
9545 * gdb.arch/aix-sighandle.c: New file.
9546 * gdb.arch/aix-sighandle.exp: New file.
9547
9548 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
9549
9550 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
9551 registers being unions.
9552
9553 2018-10-31 Tom de Vries <tdevries@suse.de>
9554
9555 * lib/valgrind.exp: New file.
9556 (vgdb_start, vgdb_stop): New procs, factored out of ...
9557 * gdb.base/valgrind-bt.exp: ... here, ...
9558 * gdb.base/valgrind-disp-step.exp: ... here and ...
9559 * gdb.base/valgrind-infcall.exp: ... here.
9560
9561 2018-10-31 Tom de Vries <tdevries@suse.de>
9562
9563 * lib/gdb.exp (get_valueof): Don't output read value in test name.
9564
9565 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
9566
9567 * gdb.dwarf2/void-type.c: New file.
9568 * gdb.dwarf2/void-type.exp: New file.
9569
9570 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9571
9572 * gdb.base/info_qt.c: New file.
9573 * gdb.base/info_qt.exp: New file.
9574
9575 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9576
9577 * gdb.arch/powerpc-htm-regs.c: New file.
9578 * gdb.arch/powerpc-htm-regs.exp: New file.
9579
9580 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9581
9582 * gdb.arch/powerpc-tar.c: New file.
9583 * gdb.arch/powerpc-tar.exp: New file.
9584
9585 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9586
9587 * gdb.arch/powerpc-ppr-dscr.c: New file.
9588 * gdb.arch/powerpc-ppr-dscr.exp: New file.
9589
9590 2018-10-25 Tom de Vries <tdevries@suse.de>
9591
9592 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
9593
9594 2018-10-24 Tom de Vries <tdevries@suse.de>
9595
9596 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
9597 longer exists error.
9598
9599 2018-10-24 Tom de Vries <tdevries@suse.de>
9600
9601 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
9602
9603 2018-10-24 Tom de Vries <tdevries@suse.de>
9604
9605 * gdb.base/valgrind-db-attach.exp: Handle removed support for
9606 --db-attach in valgrind.
9607
9608 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
9609
9610 * gdb.arch/riscv-reg-aliases.c: New file.
9611 * gdb.arch/riscv-reg-aliases.exp: New file.
9612
9613 2018-10-19 Alan Hayward <alan.hayward@arm.com>
9614
9615 * gdb.python/py-cmd.exp: Check for gdb_prompt.
9616
9617 2018-10-19 Alan Hayward <alan.hayward@arm.com>
9618
9619 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
9620
9621 2018-10-19 Alan Hayward <alan.hayward@arm.com>
9622
9623 * gdb.cp/ovldbreak.exp: Fix regexps.
9624
9625 2018-10-19 Alan Hayward <alan.hayward@arm.com>
9626
9627 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
9628
9629 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
9630
9631 PR cli/23785
9632 * gdb.base/restore.exp: New test to check if "restore" with an
9633 invalid file doesn't segfault.
9634
9635 2018-10-18 Tom de Vries <tdevries@suse.de>
9636
9637 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
9638 * gdb.ada/excep_handle.exp: Same.
9639 * gdb.ada/mi_string_access.exp: Same.
9640 * gdb.ada/mi_var_union.exp: Same.
9641 * gdb.arch/arc-analyze-prologue.exp: Same.
9642 * gdb.arch/arc-decode-insn.exp: Same.
9643 * gdb.base/readnever.exp: Same.
9644 * gdb.fortran/printing-types.exp: Same.
9645 * gdb.guile/scm-lazy-string.exp: Same.
9646
9647 2018-10-16 Tom de Vries <tdevries@suse.de>
9648
9649 PR gdb/23730
9650 * gdb.base/catch-follow-exec.c: Add copyright notice.
9651 * gdb.base/catch-follow-exec.exp: Rewrite to use
9652 gdb_spawn_with_cmdline_opts. Require gdb-native.
9653
9654 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
9655
9656 * gdb.trace/actions-changed.exp: Check for arch support.
9657 * gdb.trace/actions.exp: Likewise.
9658 * gdb.trace/ax.exp: Likewise.
9659 * gdb.trace/backtrace.exp: Likewise.
9660 * gdb.trace/change-loc.exp: Likewise.
9661 * gdb.trace/deltrace.exp: Likewise.
9662 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
9663 * gdb.trace/ftrace.exp: Likewise.
9664 * gdb.trace/infotrace.exp: Check for arch support.
9665 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
9666 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
9667 * gdb.trace/mi-tsv-changed.exp: Likewise.
9668 * gdb.trace/packetlen.exp: Likewise.
9669 * gdb.trace/passc-dyn.exp: Likewise.
9670 * gdb.trace/passcount.exp: Likewise.
9671 * gdb.trace/pending.exp: Likewise.
9672 * gdb.trace/range-stepping.exp: Check for shlib support.
9673 * gdb.trace/report.exp: Check for arch support.
9674 * gdb.trace/save-trace.exp: Likewise.
9675 * gdb.trace/signal.exp: Check for signal support.
9676 * gdb.trace/tfind.exp: Check for arch support.
9677 * gdb.trace/trace-break.exp: Check for arch and shlib support.
9678 * gdb.trace/trace-common.h: Add comment.
9679 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
9680 * gdb.trace/trace-enable-disable.exp: Likewise.
9681 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
9682 * gdb.trace/tracecmd.exp: Check for arch support.
9683 * gdb.trace/tspeed.exp: Check for shlib and target support.
9684 * gdb.trace/tstatus.exp: Check for arch support.
9685 * gdb.trace/tsv.exp: Likewise.
9686 * gdb.trace/while-dyn.exp: Likewise.
9687 * gdb.trace/while-stepping.exp: Likewise.
9688 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
9689
9690 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
9691
9692 * gdb.trace/tspeed.exp: Remove nowarnings.
9693 (prepare_for_trace_test): Declare "global ipalib".
9694 * gdb.trace/tspeed.c: Include unistd.h.
9695 (main): Remove superfluous printf argument.
9696
9697 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
9698
9699 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
9700 directory prefix on the filename.
9701
9702 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
9703
9704 * gdb.gdb/unittest.exp: Update expected message informing that
9705 selftests have been disabled.
9706 * gdb.server/unittest.exp: Likewise.
9707
9708 2018-10-09 Tom de Vries <tdevries@suse.de>
9709
9710 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
9711 with runto_main.
9712
9713 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
9714
9715 PR c++/16841
9716 * gdb.cp/virtbase2.cc: New file.
9717 * gdb.cp/virtbase2.exp: New file.
9718
9719 2018-10-06 Tom Tromey <tom@tromey.com>
9720
9721 PR python/19399:
9722 * gdb.python/py-inferior.exp: Add architecture test.
9723
9724 2018-10-06 Tom Tromey <tom@tromey.com>
9725
9726 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
9727 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
9728
9729 2018-10-06 Tom Tromey <tom@tromey.com>
9730
9731 * gdb.python/py-breakpoint.exp (check_last_event): Check location
9732 of a "throw" catchpoint.
9733
9734 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
9735
9736 * gdb.base/info-proc.exp: Update string expected from "help info
9737 proc".
9738
9739 2018-10-04 Tom Tromey <tom@tromey.com>
9740
9741 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
9742 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
9743 (test_initial_complaints, test_empty_complaints): Update.
9744 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
9745
9746 2018-10-04 Tom Tromey <tom@tromey.com>
9747
9748 PR cli/19551:
9749 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
9750 * lib/gdb.exp (gdb_file_cmd): Update.
9751 * gdb.stabs/weird.exp (print_weird_var): Update.
9752 * gdb.server/solib-list.exp: Update.
9753 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
9754 * gdb.mi/mi-cli.exp: Update.
9755 * gdb.linespec/linespec.exp: Update.
9756 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
9757 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
9758 * gdb.cp/cp-relocate.exp: Update.
9759 * gdb.base/sym-file.exp: Update.
9760 * gdb.base/relocate.exp: Update.
9761 * gdb.base/readnever.exp: Update.
9762 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
9763 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
9764 * gdb.base/dbx.exp (gdb_file_cmd): Update.
9765 * gdb.base/code_elim.exp: Update.
9766 * gdb.base/break-unload-file.exp (test_break): Update.
9767 * gdb.base/break-interp.exp (test_attach_gdb): Update.
9768 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
9769 Update.
9770 * gdb.base/attach.exp (do_attach_tests): Update.
9771 * gdb.base/sepdebug.exp: Update.
9772 * gdb.python/py-section-script.exp: Update.
9773
9774 2018-10-04 Tom Tromey <tom@tromey.com>
9775
9776 PR cli/22234:
9777 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
9778 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
9779 output.
9780
9781 2018-10-04 Tom Tromey <tom@tromey.com>
9782
9783 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
9784 set width and height to 0.
9785 (test_command_line_attach_run): Use -quiet.
9786
9787 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
9788
9789 * lib/gdb.exp (skip_ifunc_tests): New.
9790 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
9791 other compile failures.
9792 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
9793
9794 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
9795
9796 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
9797 is_amd64_regs_target.
9798
9799 2018-10-01 Alan Hayward <alan.hayward@arm.com>
9800
9801 * gdb.arch/aarch64-sighandler-regs.c: New test.
9802 * gdb.arch/aarch64-sighandler-regs.exp: New file.
9803 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
9804
9805 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
9806
9807 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
9808 assembly.
9809
9810 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
9811
9812 * gdb.base/frame-selection.exp: New file.
9813 * gdb.base/frame-selection.c: New file.
9814
9815 2018-09-27 Alan Hayward <alan.hayward@arm.com>
9816
9817 * gdb.threads/check-libthread-db.c (thread_routine): Use a
9818 pthread barrier.
9819 (main): Likewise.
9820
9821 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
9822
9823 * gdb.base/large-frame-1.c: New file.
9824 * gdb.base/large-frame-2.c: New file.
9825 * gdb.base/large-frame.exp: New file.
9826 * gdb.base/large-frame.h: New file.
9827
9828 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
9829
9830 PR gdb/20948
9831 * gdb.base/write_mem.exp: New test.
9832 * gdb.base/write_mem.c: Likewise.
9833
9834 2018-09-23 Tom Tromey <tom@tromey.com>
9835
9836 PR python/18852:
9837 * gdb.python/py-parameter.exp: Add test for parameter that throws
9838 on "set".
9839
9840 2018-09-23 Tom Tromey <tom@tromey.com>
9841
9842 PR python/17284:
9843 * gdb.python/py-template.exp (test_template_arg): Add test for
9844 negative template argument number.
9845
9846 2018-09-23 Tom Tromey <tom@tromey.com>
9847
9848 PR python/14062:
9849 * gdb.python/python.exp: Add test for post_event error.
9850
9851 2018-09-23 Tom Tromey <tom@tromey.com>
9852
9853 PR python/18170:
9854 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
9855 convert pointers to int and long.
9856
9857 2018-09-23 Tom Tromey <tom@tromey.com>
9858
9859 PR python/20126:
9860 * gdb.python/py-value.exp (test_value_numeric_ops): Add
9861 signed-ness conversion tests.
9862
9863 2018-09-23 Tom Tromey <tom@tromey.com>
9864
9865 PR python/18352;
9866 * gdb.python/py-value.exp (test_float_conversion): New proc.
9867 Use it.
9868
9869 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
9870
9871 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
9872
9873 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
9874
9875 * gdb.base/complete-empty.exp: Skip tab-completion tests if
9876 no readline.
9877 * gdb.base/utf8-identifiers.exp: Likewise.
9878 * gdb.cp/cpcompletion.exp: Likewise.
9879 * gdb.linespec/cpcompletion.exp: Likewise.
9880 * gdb.linespec/cpls-abi-tag.exp: Likewise.
9881 * gdb.linespec/cpls-ops.exp: Likewise.
9882
9883 2018-09-19 Richard Bunt <richard.bunt@arm.com>
9884 Chris January <chris.january@arm.com>
9885
9886 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
9887 * gdb.fortran/short-circuit-argument-list.exp: New file.
9888 * gdb.fortran/short-circuit-argument-list.f90: New test.
9889
9890 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
9891
9892 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
9893 "arch=" keyword when executing "-stack-list-frames".
9894
9895 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
9896
9897 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
9898 "arch=" keyword when executing "-stack-list-frames".
9899
9900 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
9901
9902 * gdb.ada/complete.exp: Expect for "@" when doing "complete
9903 break ada".
9904
9905 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
9906
9907 PR python/23669
9908 * gdb.python/python.exp: Test gdb.execute("show commands").
9909
9910 2018-09-16 Tom Tromey <tom@tromey.com>
9911
9912 * gdb.base/new-ui.exp (do_execution_tests): Update.
9913 * gdb.base/dbx.exp (test_breakpoints): Update.
9914
9915 2018-09-14 Alan Hayward <alan.hayward@arm.com>
9916
9917 * lib/gdb.exp (gdb_simple_compile): Add proc.
9918 (is_elf_target): Use gdb_simple_compile.
9919 (skip_altivec_tests): Likewise.
9920 (skip_vsx_tests): Likewise.
9921 (skip_tsx_tests): Likewise.
9922 (skip_btrace_tests): Likewise.
9923 (skip_btrace_pt_tests): Likewise.
9924 (gdb_can_simple_compile): Likewise.
9925 (gdb_has_argv0): Likewise.
9926 (gdb_target_symbol_prefix): Likewise.
9927 (target_supports_scheduler_locking): Likewise.
9928
9929 2018-09-13 Tom Tromey <tom@tromey.com>
9930
9931 * Makefile.in (TAGS): Recognize proc_with_prefix and
9932 gdb_caching_proc.
9933
9934 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
9935
9936 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
9937 method.
9938
9939 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
9940
9941 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
9942 and a few other Inferior properties when the Inferior is no
9943 longer valid.
9944
9945 2018-09-13 Tom Tromey <tom@tromey.com>
9946
9947 PR rust/23650:
9948 * gdb.rust/simple.exp: Add test for enum field access error.
9949
9950 2018-09-13 Tom Tromey <tom@tromey.com>
9951
9952 PR rust/23626:
9953 * gdb.rust/simple.rs (EmptyEnum): New type.
9954 (main): Use it.
9955 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
9956
9957 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
9958
9959 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
9960 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
9961 * gdb.python/py-symtab.exp: Update test printing an objfile.
9962
9963 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
9964
9965 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
9966 object.
9967
9968 2018-09-12 Alan Hayward <alan.hayward@arm.com>
9969
9970 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
9971 (support_complex_tests): Use gdb_can_simple_compile.
9972 (is_ilp32_target): Likewise.
9973 (is_lp64_target): Likewise.
9974 (is_64_target): Likewise.
9975 (is_amd64_regs_target): Likewise.
9976 (is_aarch32_target): Likewise.
9977 (gdb_int128_helper): Likewise.
9978
9979 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9980
9981 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
9982
9983 2018-09-10 Jerome Guitton <guitton@adacore.com>
9984
9985 * gdb.ada/same_component_name: Add test for case of tagged record
9986 with variable-length fields.
9987
9988 2018-09-10 Xavier Roirand <roirand@adacore.com>
9989
9990 * gdb.ada/access_to_unbounded_array.exp: New testcase.
9991 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
9992 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
9993 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
9994
9995 2018-09-10 Xavier Roirand <roirand@adacore.com>
9996
9997 * gdb.ada/mi_string_access.exp: New testcase.
9998 * gdb.ada/mi_string_access/bar.adb: New file.
9999 * gdb.ada/mi_string_access/pck.adb: New file.
10000 * gdb.ada/mi_string_access/pck.asd: New file.
10001
10002 2018-09-10 Xavier Roirand <roirand@adacore.com>
10003
10004 * gdb.ada/mi_var_union.exp: New testcase.
10005 * gdb.ada/mi_var_union/bar.adb: New file.
10006 * gdb.ada/mi_var_union/pck.adb: New file.
10007 * gdb.ada/mi_var_union/pck.asd: New file.
10008
10009 2018-09-08 Tom Tromey <tom@tromey.com>
10010
10011 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
10012
10013 2018-09-08 Tom Tromey <tom@tromey.com>
10014
10015 PR python/16047:
10016 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
10017 (register_pretty_printers): Register new printer.
10018 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
10019 test.
10020 * gdb.python/py-prettyprint.c (int_type3): New typedef.
10021 (an_int_type3): New global.
10022
10023 2018-09-08 Joel Brobecker <brobecker@adacore.com>
10024
10025 * gdb.ada/expr_with_funcall: New testcase.
10026
10027 2018-09-08 Joel Brobecker <brobecker@adacore.com>
10028
10029 * gdb.ada/packed_array_assign: New testcase.
10030
10031 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
10032
10033 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
10034 names, and add test prefixes to make test names unique.
10035
10036 2018-09-05 Tom de Vries <tdevries@suse.de>
10037
10038 * gdb.dwarf2/varval.exp: Add test.
10039
10040 2018-09-04 Gary Benson <gbenson@redhat.com>
10041
10042 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
10043 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
10044
10045 2018-08-31 Tom Tromey <tom@tromey.com>
10046
10047 * gdb.rust/simple.rs: Rename second variable "v".
10048
10049 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
10050
10051 * gdb.base/funcargs.c (use_a): New function.
10052 (recurse): Call use_a.
10053
10054 2018-08-29 Keith Seitz <keiths@redhat.com>
10055
10056 * gdb.compile/compile-cplus-anonymous.cc: New file.
10057 * gdb.compile/compile-cplus-anonymous.exp: New file.
10058 * gdb.compile/compile-cplus-array-decay.cc: New file.
10059 * gdb.compile/compile-cplus-array-decay.exp: New file.
10060 * gdb.compile/compile-cplus-inherit.cc: New file.
10061 * gdb.compile/compile-cplus-inherit.exp: New file.
10062 * gdb.compile/compile-cplus-member.cc: New file.
10063 * gdb.compile/compile-cplus-member.exp: New file.
10064 * gdb.compile/compile-cplus-method.cc: New file.
10065 * gdb.compile/compile-cplus-method.exp: New file.
10066 * gdb.compile/compile-cplus-mod.c: "New" file.
10067 * gdb.compile/compile-cplus-namespace.cc: New file.
10068 * gdb.compile/compile-cplus-namespace.exp: New file.
10069 * gdb.compile/compile-cplus-nested.cc: New file.
10070 * gdb.compile/compile-cplus-nested.exp: New file.
10071 * gdb.compile/compile-cplus-print.c: "New" file.
10072 * gdb.compile/compile-cplus-print.exp: "New" file.
10073 * gdb.compile/compile-cplus-virtual.cc: New file.
10074 * gdb.compile/compile-cplus-virtual.exp: New file.
10075 * gdb.compile/compile-cplus.c: "New" file.
10076 * gdb.compile/compile-cplus.exp: "New" file.
10077 * lib/compile-support.exp: New file.
10078
10079 2018-08-16 Gary Benson <gbenson@redhat.com>
10080
10081 PR gdb/13000:
10082 * gdb.base/batch-exit-status.exp: New file.
10083 * gdb.base/batch-exit-status.good-commands: Likewise.
10084 * gdb.base/batch-exit-status.bad-commands: Likewise.
10085
10086 2018-08-29 Alan Hayward <alan.hayward@arm.com>
10087
10088 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
10089 (struct struct02): Likewise.
10090 (struct struct03): Likewise.
10091 (struct struct04): Likewise.
10092 (struct struct_01_01): New struct.
10093 (struct struct_01_02): Likewise.
10094 (struct struct_01_03): Likewise.
10095 (struct struct_01_04): Likewise.
10096 (struct struct_02_01): Likewise.
10097 (struct struct_02_02): Likewise.
10098 (struct struct_02_03): Likewise.
10099 (struct struct_02_04): Likewise.
10100 (struct struct_04_01): Likewise.
10101 (struct struct_04_02): Likewise.
10102 (struct struct_04_03): Likewise.
10103 (struct struct_04_04): Likewise.
10104 (struct struct_05_01): Likewise.
10105 (struct struct_05_02): Likewise.
10106 (struct struct_05_03): Likewise.
10107 (struct struct_05_04): Likewise.
10108 (cmp_struct01): Remove function.
10109 (cmp_struct02): Likewise.
10110 (cmp_struct03): Likewise.
10111 (cmp_struct04): Likewise.
10112 (cmp_struct_01_01): Add Function.
10113 (cmp_struct_01_02): Likewise.
10114 (cmp_struct_01_03): Likewise.
10115 (cmp_struct_01_04): Likewise.
10116 (cmp_struct_02_01): Likewise.
10117 (cmp_struct_02_02): Likewise.
10118 (cmp_struct_02_03): Likewise.
10119 (cmp_struct_02_04): Likewise.
10120 (cmp_struct_04_01): Likewise.
10121 (cmp_struct_04_02): Likewise.
10122 (cmp_struct_04_03): Likewise.
10123 (cmp_struct_04_04): Likewise.
10124 (cmp_struct_05_01): Likewise.
10125 (cmp_struct_05_02): Likewise.
10126 (cmp_struct_05_03): Likewise.
10127 (cmp_struct_05_04): Likewise.
10128 (call_all): Add new structs.
10129 * gdb.base/infcall-nested-structs.exp: Likewise.
10130
10131 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
10132
10133 * gdb.python/py-framefilter-mi.exp: Update regexp to
10134 check for "arch" field in frame output.
10135
10136 2018-08-23 Kevin Buettner <kevinb@redhat.com>
10137
10138 * gdb.dwarf2/dw2-ranges-func.c: New file.
10139 * gdb.dwarf2/dw2-ranges-func.exp: New file.
10140
10141 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
10142
10143 * gdb.base/term.exp: Compare terminal settings with values from
10144 the inferior.
10145 * gdb.base/term.c: Get and set terminal settings.
10146
10147 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
10148
10149 * lib/mi-support.exp (mi_expect_stop): Update regexp to
10150 accommodate new "arch" field in frame output.
10151 * gdb.mi/mi-return.exp: Likewise.
10152 * gdb.mi/mi-stack.exp: Likewise.
10153 * gdb.mi/mi-syn-frame.exp: Likewise.
10154 * gdb.mi/user-selected-context-sync.exp: Likewise.
10155
10156 2018-08-19 Michael Spang <spang@google.com>
10157
10158 PR gdb/11786
10159 * gdb.base/gcore-tls-pie.c: New file.
10160 * gdb.base/gcore-tls-pie.exp: New file.
10161
10162 2018-08-18 Kevin Buettner <kevinb@redhat.com>
10163
10164 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
10165 * gdb.dwarf2/varval.c: New file.
10166 * gdb.dwarf2/varval.exp: New file.
10167
10168 2018-08-17 Alan Hayward <alan.hayward@arm.com>
10169
10170 PR gdb/18931
10171 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
10172
10173 2018-08-16 Keith Seitz <keiths@redhat.com>
10174
10175 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
10176 tests expected to pass.
10177
10178 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
10179
10180 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
10181 -data-disassemble -a.
10182 (test_disassembly_bogus_args): Likewise.
10183
10184 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
10185
10186 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
10187
10188 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
10189
10190 * gdb.base/vla-optimized-out.exp: Add new test.
10191
10192 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
10193
10194 * gdb.base/vla-optimized-out-o3.exp: Delete.
10195 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
10196 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
10197 deleted tests.
10198
10199 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
10200
10201 PR gdb/18050:
10202 * gdb.server/extended-remote-restart.c: New file.
10203 * gdb.server/extended-remote-restart.exp: New file.
10204
10205 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
10206
10207 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
10208 "set variable index = 42".
10209
10210 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
10211
10212 * boards/index-cache-gdb.exp: New file.
10213 * gdb.dwarf2/index-cache.exp: New file.
10214 * gdb.dwarf2/index-cache.c: New file.
10215 * gdb.base/maint.exp: Check if we are using the index cache.
10216
10217 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10218
10219 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
10220 MAKEFLAGS.
10221
10222 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10223
10224 * dg-extract-results.sh: Move to toplevel contrib.
10225 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
10226 * Makefile.in (check-parallel-racy): Likewise.
10227
10228 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
10229
10230 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
10231 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
10232 tests if the target supports scheduler locking.
10233
10234 2018-08-04 Tom de Vries <tdevries@suse.de>
10235
10236 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
10237
10238 2018-08-02 Tom Tromey <tom@tromey.com>
10239
10240 PR symtab/16842.
10241 * gdb.cp/temargs.exp: Test "info address" of a template
10242 parameter.
10243
10244 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
10245
10246 * gdb.python/py-mi-var-info-path-expression.c: New file.
10247 * gdb.python/py-mi-var-info-path-expression.py: New file.
10248 * gdb.python/py-mi-var-info-path-expression.exp: New file.
10249
10250 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
10251
10252 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
10253 error after "cannot resolve name" string.
10254
10255 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
10256
10257 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
10258 started.
10259 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
10260
10261 2018-07-28 Tom de Vries <tdevries@suse.de>
10262
10263 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
10264
10265 2018-07-26 Tom de Vries <tdevries@suse.de>
10266
10267 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
10268
10269 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
10270
10271 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
10272 is visible.
10273
10274 2018-07-26 Tom de Vries <tdevries@suse.de>
10275
10276 PR breakpoints/23366
10277 * gdb.base/catch-follow-exec.c: New test.
10278 * gdb.base/catch-follow-exec.exp: New file.
10279
10280 2018-07-25 Tom de Vries <tdevries@suse.de>
10281
10282 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
10283 vla-optimized-out.c.
10284
10285 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
10286
10287 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
10288 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
10289
10290 2018-07-20 Tom de Vries <tdevries@suse.de>
10291
10292 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
10293 NOCLONE macro.
10294 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
10295
10296 2018-07-19 Tom de Vries <tdevries@suse.de>
10297
10298 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
10299 regular expression.
10300
10301 2018-07-18 Tom de Vries <tdevries@suse.de>
10302
10303 * gdb.base/vla-optimized-out.c: New test.
10304 * gdb.base/vla-optimized-out.exp: New file.
10305
10306 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
10307
10308 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
10309 message "No address associated with hostname" when gdbserver
10310 cannot resolve the hostname.
10311
10312 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10313
10314 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
10315 Add some test prefixes to make tests unique.
10316
10317 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10318
10319 * gdb.base/frameapply.c: New file.
10320 * gdb.base/frameapply.exp: New file.
10321
10322 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10323
10324 * gdb.base/skip.exp: Update expected error message.
10325
10326 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
10327 Jan Kratochvil <jan.kratochvil@redhat.com>
10328 Paul Fertser <fercerpav@gmail.com>
10329 Tsutomu Seki <sekiriki@gmail.com>
10330
10331 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
10332 parameter.
10333 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
10334 by default.
10335 * boards/native-gdbserver.exp: Likewise.
10336 * gdb.server/run-without-local-binary.exp: Improve regexp used
10337 for detecting when a remote debugging connection succeeds.
10338 * gdb.server/server-connect.exp: New file.
10339 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
10340 Do not prefix the port number with ":".
10341 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
10342 support for detecting and using it. Add '$debughost_gdbserver'
10343 to the list of arguments used to start gdbserver. Handle case
10344 when gdbserver cannot resolve a network name.
10345
10346 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
10347
10348 PR c++/23373
10349 * gdb.base/ptype-offsets.cc (struct static_member): New
10350 struct.
10351 (main) <stmember>: New variable.
10352 * gdb.base/ptype-offsets.exp: Add test for printing a struct
10353 with a static member in it.
10354
10355 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
10356
10357 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
10358 watchpoints enabled and disabled.
10359
10360 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
10361
10362 * gdb.base/examine-backward.exp: Still run tests around address
10363 0x0, even if address 0x0 is not readable. Update the pattern for
10364 matching address 0x0 in expected output.
10365
10366 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
10367
10368 * gdb.base/share-env-with-gdbserver.c (main): Add call to
10369 malloc/free.
10370
10371 2018-07-04 Tom de Vries <tdevries@suse.de>
10372
10373 * gdb.dwarf2/dw2-error.exp: Update expected error message.
10374
10375 2018-07-02 Maciej W. Rozycki <macro@mips.com>
10376
10377 PR tdep/8282
10378 * gdb.arch/mips-disassembler-options.exp: New test.
10379 * gdb.arch/mips-disassembler-options.s: New test source.
10380
10381 2018-06-29 Pedro Alves <palves@redhat.com>
10382
10383 * gdb.threads/names.exp: Adjust expected "info threads" output.
10384
10385 2018-06-29 Pedro Alves <palves@redhat.com>
10386
10387 * gdb.opt/inline-break.exp (line number, address): Add "info
10388 break" tests.
10389
10390 2018-06-29 Pedro Alves <palves@redhat.com>
10391
10392 * gdb.opt/inline-break.c (func1): Add "break here" marker.
10393 * gdb.opt/inline-break.exp: Test setting breakpoints by line
10394 number and address and running to them.
10395
10396 2018-06-29 Richard Bunt <richard.bunt@arm.com>
10397
10398 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
10399
10400 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10401
10402 * lib/compiler.c: Remove executable permission flag.
10403
10404 2018-06-28 Richard Bunt <richard.bunt@arm.com>
10405
10406 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
10407 code.
10408 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
10409
10410 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
10411
10412 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
10413
10414 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
10415
10416 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
10417 address argument is omitted.
10418
10419 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
10420
10421 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
10422
10423 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
10424
10425 PR gdb/21695
10426 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
10427 * gdb.base/infoline-reloc-main-from-zero.c: New file.
10428
10429 2018-06-26 Tom Tromey <tom@tromey.com>
10430
10431 PR rust/22574:
10432 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
10433 * gdb.rust/simple.rs (struct SimpleLayout): New.
10434
10435 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
10436
10437 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
10438 "info registers" output.
10439
10440 2018-06-21 Richard Bunt <richard.bunt@arm.com>
10441
10442 * gdb.base/watchpoint-hw-attach.c: New test.
10443 * gdb.base/watchpoint-hw-attach.exp: New file.
10444
10445 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
10446
10447 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
10448 through /bin/sh.
10449 * boards/dwarf4-gdb-index.exp: Likewise.
10450 * boards/fission-dwp.exp: Likewise.
10451
10452 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
10453
10454 * gdb.base/float128.exp: Add comment and improved fail message
10455 to the failure case of "print large128" test.
10456
10457 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
10458
10459 * configure.ac: Remove AC_PREREQ.
10460 * configure: Re-generate.
10461
10462 2018-06-19 Pedro Alves <palves@redhat.com>
10463
10464 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
10465 (func_extern_caller): New.
10466 (main): Call func_extern_caller.
10467 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
10468 logic change.
10469
10470 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
10471
10472 PR gdb/16841
10473 * gdb.cp/typedef-base.cc: New file.
10474 * gdb.cp/typedef-base.exp: New file.
10475
10476 2018-06-18 Tom de Vries <tdevries@suse.de>
10477
10478 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
10479
10480 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
10481 Richard Bunt <Richard.Bunt@arm.com>
10482
10483 * gdb.threads/attach-slow-waitpid.c: New file.
10484 * gdb.threads/attach-slow-waitpid.exp: New file.
10485 * gdb.threads/slow-waitpid.c: New file.
10486
10487 2018-06-14 Pedro Alves <palves@redhat.com>
10488
10489 * gdb.base/fork-running-state.c: Include <errno.h>.
10490 (exit_if_relative_exits): New.
10491 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
10492 exits.
10493 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
10494 child exits.
10495
10496 2018-06-14 Tom de Vries <tdevries@suse.de>
10497
10498 PR cli/22573
10499 * gdb.base/finish-pretty.c: New test.
10500 * gdb.base/finish-pretty.exp: New file.
10501
10502 2018-06-14 Pedro Alves <palves@redhat.com>
10503
10504 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
10505 gdb's expected startup output.
10506
10507 2018-06-14 Pedro Alves <palves@redhat.com>
10508
10509 * lib/selftest-support.exp (selftest_setup): Remove inlined
10510 function handling.
10511
10512 2018-06-14 Tom de Vries <tdevries@suse.de>
10513
10514 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
10515 matching of breakpoint printing.
10516
10517 2018-06-13 Tom de Vries <tdevries@suse.de>
10518
10519 PR testsuite/23269
10520 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
10521 (fork_child): ... here, and ...
10522 (fork_parent): ... here.
10523
10524 2018-06-12 Tom de Vries <tdevries@suse.de>
10525
10526 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
10527
10528 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
10529 Stephen Roberts <stephen.roberts@arm.com>
10530
10531 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
10532 rewrite test to describe action performed, rather than possible
10533 failure.
10534
10535 2018-06-08 Gary Benson <gbenson@redhat.com>
10536
10537 * gdb.threads/check-libthread-db.exp: New file.
10538 * gdb.threads/check-libthread-db.c: Likewise.
10539
10540 2018-06-05 Tom Tromey <tom@tromey.com>
10541
10542 * gdb.base/default.exp: Update expected "show version" output.
10543
10544 2018-06-05 Tom Tromey <tom@tromey.com>
10545
10546 PR cli/12326:
10547 * gdb.cp/static-print-quit.exp: Update.
10548 * lib/gdb.exp (pagination_prompt): Update.
10549 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
10550 * gdb.python/python.exp: Update.
10551
10552 2018-06-04 Joel Brobecker <brobecker@adacore.com>
10553
10554 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
10555
10556 2018-06-01 Joel Brobecker <brobecker@adacore.com>
10557
10558 * gdb.ada/bp_fun_addr: New testcase.
10559
10560 2018-06-01 Tom Tromey <tom@tromey.com>
10561
10562 * gdb.xml/tdesc-regs.exp (load_description): Update expected
10563 results.
10564 * gdb.dwarf2/method-ptr.exp: Set language to C++.
10565 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
10566 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
10567 * gdb.base/maint.exp (maint_pass_if): Update.
10568
10569 2018-05-31 Maciej W. Rozycki <macro@mips.com>
10570
10571 * gdb.base/endian.exp: New test.
10572 * gdb.base/endian.c: New test source.
10573
10574 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
10575
10576 PR gdb/23203
10577 * gdb.base/bt-selected-frame.c: New file.
10578 * gdb.base/bt-selected-frame.exp: New file.
10579 * lib/gdb.exp (get_current_frame_number): New function.
10580
10581 2018-05-24 Maciej W. Rozycki <macro@mips.com>
10582 Pedro Alves <palves@redhat.com>
10583
10584 * gdb.threads/tls-core.c: Include <stdlib.h>
10585 (thread_proc): Call `abort'.
10586 * gdb.threads/tls-core.exp: Generate a core with core_find too.
10587 (tls_core_test): New procedure, bits factored out from ...
10588 (top level): ... here. Test both native cores and gcore cores.
10589
10590 2018-05-23 Tom Tromey <tom@tromey.com>
10591
10592 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
10593
10594 2018-05-23 Tom Tromey <tom@tromey.com>
10595
10596 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
10597 symfile_complaints.
10598 (test_short_complaints): Likewise.
10599 (test_empty_complaints): Likewise.
10600 (test_initial_complaints): Update.
10601
10602 2018-05-23 Tom Tromey <tom@tromey.com>
10603
10604 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
10605
10606 2018-05-23 Tom Tromey <tom@tromey.com>
10607
10608 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
10609 (test_short_complaints): Update.
10610
10611 2018-05-22 Pedro Alves <palves@redhat.com>
10612
10613 * gdb.base/remote.exp: Only gdb_start after compiling the
10614 testcase. Issue "disconnect" before testing "set remote" command
10615 defaults. Issue clean_restart before running to main.
10616
10617 2018-05-22 Pedro Alves <palves@redhat.com>
10618
10619 * gdb.base/remote.exp: Adjust expected output of "show remote
10620 memory-write-packet-size". Add tests for "set remote
10621 memory-write-packet-size 0" and "set remote
10622 memory-write-packet-size fixed/limit".
10623
10624 2018-05-22 Pedro Alves <palves@redhat.com>
10625
10626 PR gdb/22973
10627 * gdb.base/utf8-identifiers.c: New file.
10628 * gdb.base/utf8-identifiers.exp: New file.
10629
10630 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
10631
10632 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
10633
10634 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
10635
10636 * gdb.arch/powerpc-vsx-gcore.exp: New file.
10637
10638 2018-05-18 Tom Tromey <tom@tromey.com>
10639
10640 * gdb.base/ptype-offsets.exp: Update.
10641
10642 2018-05-17 Keith Seitz <keiths@redhat.com>
10643
10644 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
10645 in expected breakpoint stop locations.
10646 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
10647 move to proper scope to test variable values.
10648 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
10649 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
10650 New functions.
10651 (main): Call not_inline_func3.
10652 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
10653 inline_func1, inline_func2, and inline_func3. Test that when each
10654 breakpoint is hit, GDB properly reports both the stop location
10655 and the backtrace. Repeat tests for temporary breakpoints.
10656
10657 2018-05-15 Maciej W. Rozycki <macro@mips.com>
10658
10659 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
10660 rather then trying to access it in determining whether the PID
10661 of `gdbserver' could have been retrieved.
10662
10663 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
10664
10665 * gdb.arch/amd64-init-x87-values.S: New file.
10666 * gdb.arch/amd64-init-x87-values.exp: New file.
10667
10668 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10669
10670 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
10671
10672 2018-05-04 Tom Tromey <tom@tromey.com>
10673
10674 PR python/22730:
10675 * gdb.python/python.exp: Test multi-line execute.
10676
10677 2018-05-04 Tom Tromey <tom@tromey.com>
10678
10679 PR python/22731:
10680 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
10681
10682 2018-05-04 Tom Tromey <tom@tromey.com>
10683
10684 PR gdb/11750:
10685 * gdb.base/define.exp: Test defining a user command inside a user
10686 command.
10687 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
10688
10689 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10690 Pedro Alves <palves@redhat.com>
10691
10692 PR breakpoints/19806 and support for PR external/20207.
10693 * gdb.base/watchpoint-unaligned.c: New file.
10694 * gdb.base/watchpoint-unaligned.exp: New file.
10695
10696 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
10697
10698 * gdb.base/maint.exp: Make test names unique, use
10699 test_prefix_command_help to test 'help maint info', and remove
10700 repeated test of 'help maint'.
10701
10702 2018-05-04 Tom Tromey <tom@tromey.com>
10703
10704 PR gdb/22619:
10705 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
10706 behavior.
10707
10708 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
10709
10710 * gdb.base/maint.exp: Process output from 'maint print registers'
10711 line at a time.
10712
10713 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
10714
10715 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
10716 timeout.
10717
10718 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
10719
10720 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
10721 filter pattern.
10722
10723 2018-05-02 Pedro Alves <palves@redhat.com>
10724
10725 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
10726 to_log_command renames.
10727 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
10728
10729 2018-05-02 Tom Tromey <tom@tromey.com>
10730
10731 * gdb.python/py-parameter.exp: Set test message.
10732
10733 2018-05-02 Tom Tromey <tom@tromey.com>
10734
10735 PR python/20084:
10736 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
10737 PARAM_ZUINTEGER_UNLIMITED tests.
10738
10739 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
10740
10741 PR rust/23124
10742 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
10743 when casting.
10744
10745 2018-04-30 Tom Tromey <tom@tromey.com>
10746
10747 * gdb.python/py-type.exp: Check align attribute.
10748 * gdb.python/py-type.c: New "aligncheck" global.
10749
10750 2018-04-30 Tom Tromey <tom@tromey.com>
10751
10752 PR exp/17095:
10753 * gdb.dwarf2/dw2-align.exp: New file.
10754 * gdb.cp/align.exp: New file.
10755 * gdb.base/align.exp: New file.
10756 * lib/gdb.exp (gdb_int128_helper): New proc.
10757 (has_int128_c, has_int128_cxx): New caching procs.
10758
10759 2018-04-27 Tom Tromey <tom@tromey.com>
10760
10761 PR rust/22545:
10762 * gdb.rust/simple.exp: Add inclusive range tests.
10763
10764 2018-04-26 Pedro Alves <palves@redhat.com>
10765
10766 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
10767 ifunc breakpoint locations correctly of ifunc breakpoints set
10768 while the program resolves the ifunc.
10769
10770 2018-04-26 Pedro Alves <palves@redhat.com>
10771
10772 * gdb.base/gnu-ifunc-final.c: New file.
10773 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
10774 * gdb.base/gnu-ifunc.exp (executable): Delete.
10775 (staticexecutable): Adjust.
10776 (lib_opts, exec_opts): Delete.
10777 (make_binsuffix, build, set-break): New procedures.
10778 (misc_tests): New, with tests factored out from the top level.
10779 (top level): Test different combinations of ifunc resolver name,
10780 resolver with and with debug info, and ifunc target with and
10781 without debug info. Wrap static tests with with_target_prefix.
10782
10783 2018-04-26 Pedro Alves <palves@redhat.com>
10784
10785 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
10786 return type" warnings.
10787
10788 2018-04-25 Pedro Alves <palves@redhat.com>
10789
10790 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
10791 killed".
10792 * gdb.base/kill-after-signal.exp: Likewise.
10793 * gdb.threads/kill.exp: Likewise.
10794
10795 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10796 Sergio Durigan Junior <sergiodj@redhat.com>
10797 Pedro Alves <palves@redhat.com>
10798
10799 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
10800 regexps to expect for '[Inferior ... detached]' as well.
10801 * gdb.base/attach.exp: Likewise.
10802 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
10803 "gdb_continue_to_end".
10804 (test_catch_syscall_with_wrong_args): Likewise.
10805 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
10806 ']'. Don't set 'verbose' on.
10807 * gdb.base/foll-vfork.exp: Likewise.
10808 * gdb.base/fork-print-inferior-events.c: New file.
10809 * gdb.base/fork-print-inferior-events.exp: New file.
10810 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
10811 '[Inferior ... has been killed]' message.
10812 * gdb.base/kill-after-signal.exp: Likewise.
10813 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
10814 detach message.
10815 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
10816 message.
10817 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
10818 regexps to expect for '[Inferior ... detached]' as well.
10819 * gdb.threads/process-dies-while-detaching.exp: Likewise.
10820
10821 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
10822
10823 PR gdb/23104
10824 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
10825
10826 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
10827
10828 PR gdb/23095
10829 * gdb.base/break-probes.exp: Pass shlib_load to
10830 prepare_for_testing. Set normal_bp to r_debug_state if target is
10831 bsd.
10832
10833 2018-04-19 Richard Bunt <richard.bunt@arm.com>
10834
10835 * gdb.threads/multiple-successive-infcall.c: New test.
10836 * gdb.threads/multiple-successive-infcall.exp: New file.
10837
10838 2018-04-17 Tom Tromey <tom@tromey.com>
10839
10840 * gdb.rust/simple.rs (Union): New type.
10841 (main): New local "u".
10842 * gdb.rust/simple.exp (test_one_slice): Add new test case.
10843
10844 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10845
10846 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
10847 number information in output of "whereis" command.
10848 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
10849
10850 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10851
10852 * gdb.ada/info_types.exp: Adjust expected output to the line
10853 numbers now printed by "info var/func/type".
10854 * gdb.base/completion.exp: Likewise.
10855 * gdb.base/included.exp: Likewise.
10856 * gdb.cp/cp-relocate.exp: Likewise.
10857 * gdb.cp/cplusfuncs.exp: Likewise.
10858 * gdb.cp/namespace.exp: Likewise.
10859 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
10860
10861 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
10862
10863 * gdb.btrace/cpu.exp: New.
10864
10865 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
10866
10867 * gdb.base/step-indirect-call-thunk.exp: New.
10868 * gdb.base/step-indirect-call-thunk.c: New.
10869 * gdb.reverse/step-indirect-call-thunk.exp: New.
10870 * gdb.reverse/step-indirect-call-thunk.c: New.
10871
10872 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
10873
10874 * gdb.base/pie-fork.c: New file.
10875 * gdb.base/pie-fork.exp: New file.
10876
10877 2018-04-11 Tom Tromey <tom@tromey.com>
10878
10879 * gdb.rust/simple.exp: Add test for ".." struct initializer.
10880
10881 2018-04-10 Pedro Alves <palves@redhat.com>
10882
10883 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
10884 exits. Instead loop running forever.
10885 (fork_parent): Run forever too.
10886
10887 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
10888
10889 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
10890 mi_continue_to_line.
10891 * gdb.mi/mi-stack.c (callee4): Add comment.
10892
10893 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
10894
10895 * gdb.mi/mi-stack.exp: Fix indentation.
10896
10897 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
10898
10899 PR gdb/22979
10900 * gdb.arch/amd64-osabi.exp: New file.
10901
10902 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
10903
10904 PR gdb/22980
10905 * gdb.base/osabi.exp: New file.
10906
10907 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
10908
10909 * gdb.cp/static-typedef-print.exp: New file.
10910 * gdb.cp/static-typedef-print.cc: New file.
10911
10912 2018-03-27 Joel Brobecker <brobecker@adacore.com>
10913
10914 * gdb.ada/varsize_limit: New testcase.
10915
10916 2018-03-27 Joel Brobecker <brobecker@adacore.com>
10917
10918 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
10919
10920 * gdb.ada/notcplusplus: New testcase.
10921
10922 * gdb.base/c-linkage-name.c: New file.
10923 * gdb.base/c-linkage-name.exp: New testcase.
10924
10925 2018-03-26 Tom Tromey <tom@tromey.com>
10926
10927 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
10928 * gdb.python/py-framefilter.py (name_error): New global.
10929 (ErrorInName.function): Use name_error.
10930
10931 2018-03-26 Tom Tromey <tom@tromey.com>
10932
10933 PR backtrace/15582:
10934 * gdb.python/py-framefilter.exp: Add "bt hide" test.
10935
10936 2018-03-23 Keith Seitz <keiths@redhat.com>
10937
10938 PR c++/22968
10939 * gdb.cp/subtypes.exp: New file.
10940 * gdb.cp/subtypes.h: New file.
10941 * gdb.cp/subtypes.cc: New file.
10942 * gdb.cp/subtypes-2.cc: New file.
10943
10944 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
10945
10946 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
10947 (done): Call '_exit' not 'exit' to avoid atexit handlers.
10948 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
10949 -nostartfiles when compiling the test. Confirm that all registers
10950 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
10951
10952 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
10953
10954 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
10955 option, syntax was wrong anyway.
10956 * gdb.arch/arm-disp-step.exp: Likewise.
10957 * gdb.arch/sparc64-regs.exp: Likewise.
10958 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
10959 option, syntax was wrong anyway, switch to use
10960 prepare_for_testing.
10961 * gdb.arch/i386-disp-step.exp: Likewise.
10962
10963 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
10964
10965 * gdb.ada/exec_changed.exp: Replace "target_info exists
10966 use_gdb_stub" by "use_gdb_stub".
10967 * gdb.ada/start.exp: Likewise.
10968 * gdb.base/async-shell.exp: Likewise.
10969 * gdb.base/attach-pie-misread.exp: Likewise.
10970 * gdb.base/attach-wait-input.exp: Likewise.
10971 * gdb.base/break-entry.exp: Likewise.
10972 * gdb.base/break-interp.exp: Likewise.
10973 * gdb.base/dprintf-detach.exp: Likewise.
10974 * gdb.base/nostdlib.exp: Likewise.
10975 * gdb.base/solib-nodir.exp: Likewise.
10976 * gdb.base/statistics.exp: Likewise.
10977 * gdb.base/testenv.exp: Likewise.
10978 * gdb.mi/mi-exec-run.exp: Likewise.
10979 * gdb.mi/mi-start.exp: Likewise.
10980 * gdb.multi/dummy-frame-restore.exp: Likewise.
10981 * gdb.multi/multi-arch-exec.exp: Likewise.
10982 * gdb.multi/multi-arch.exp: Likewise.
10983 * gdb.multi/tids.exp: Likewise.
10984 * gdb.multi/watchpoint-multi.exp: Likewise.
10985 * gdb.python/py-events.exp: Likewise.
10986 * gdb.threads/attach-into-signal.exp: Likewise.
10987 * gdb.threads/attach-stopped.exp: Likewise.
10988 * gdb.threads/threadapply.exp: Likewise.
10989 * lib/selftest-support.exp: Likewise.
10990
10991 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
10992
10993 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
10994
10995 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
10996
10997 * gdb.perf/template-breakpoints.cc: New file.
10998 * gdb.perf/template-breakpoints.exp: New file.
10999 * gdb.perf/template-breakpoints.py: New file.
11000
11001 2018-03-19 Tom Tromey <tom@tromey.com>
11002
11003 * gdb.rust/simple.rs (main): Add local variables field1, field2,
11004 y0.
11005 * gdb.rust/simple.exp: Test bare identifier form of struct
11006 initializer.
11007
11008 2018-03-19 Tom Tromey <tom@tromey.com>
11009
11010 * gdb.gdb/observer.exp: Remove.
11011
11012 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
11013
11014 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
11015 "qualified" option when setting breakpoints.
11016 * gdb.trace/backtrace.exp: Likewise.
11017 * gdb.trace/circ.exp: Likewise.
11018 * gdb.trace/collection.exp: Likewise.
11019 * gdb.trace/disconnected-tracing.exp: Likewise.
11020 * gdb.trace/ftrace-lock.exp: Likewise.
11021 * gdb.trace/ftrace.exp: Likewise.
11022 * gdb.trace/infotrace.exp: Likewise.
11023 * gdb.trace/packetlen.exp: Likewise.
11024 * gdb.trace/passc-dyn.exp: Likewise.
11025 * gdb.trace/qtro.exp: Likewise.
11026 * gdb.trace/read-memory.exp: Likewise.
11027 * gdb.trace/report.exp: Likewise.
11028 * gdb.trace/signal.exp: Likewise.
11029 * gdb.trace/status-stop.exp: Likewise.
11030 * gdb.trace/strace.exp: Likewise.
11031 * gdb.trace/tfind.exp: Likewise.
11032 * gdb.trace/trace-break.exp: Likewise.
11033 * gdb.trace/trace-condition.exp: Likewise.
11034 * gdb.trace/trace-mt.exp: Likewise.
11035 * gdb.trace/tstatus.exp: Likewise.
11036 * gdb.trace/tsv.exp: Likewise.
11037 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
11038 * gdb.trace/unavailable.exp: Likewise.
11039 * gdb.trace/while-dyn.exp: Likewise.
11040
11041 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11042
11043 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
11044 that libinproctrace is copied to the target.
11045
11046 2018-03-14 Tom Tromey <tom@tromey.com>
11047
11048 PR cli/14977:
11049 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
11050 a null pointer.
11051 * gdb.base/wchar.exp: Likewise.
11052
11053 2018-03-14 Tom Tromey <tom@tromey.com>
11054
11055 PR cli/19918:
11056 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
11057 flag.
11058
11059 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
11060
11061 PR gdb/22841
11062 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
11063 "target" to remote_exec.
11064
11065 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
11066
11067 PR gdb/22841
11068 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
11069 ${board}_upload): Remove.
11070
11071 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
11072
11073 * gdb.cp/watch-cp.cc: New test.
11074 * gdb.cp/watch-cp.exp: New file.
11075
11076 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
11077
11078 * gdb.base/infcall-nested-structs.exp: New file.
11079 * gdb.base/infcall-nested-structs.c: New file.
11080 * gdb.base/float.exp: Add riscv support.
11081
11082 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
11083
11084 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
11085 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
11086
11087 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
11088
11089 * gdb.server/abspath.exp: New file.
11090 * lib/gdb.exp (with_cwd): New procedure.
11091
11092 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
11093
11094 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
11095 use it.
11096 (gdb_is_target_remote_prompt): New proc.
11097 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
11098 (gdb_is_target_native): Pass prompt parameter to
11099 gdb_is_target_1.
11100
11101 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
11102
11103 * gdb.base/load-command.c: New file.
11104 * gdb.base/load-command.exp: New file.
11105 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
11106 (gdb_is_target_1): ...this, and generalize for other targets
11107 than just remote.
11108 (gdb_is_target_remote): Use gdb_is_target_1.
11109 (gdb_is_target_native): use gdb_is_target_1.
11110
11111 2018-02-26 Tom Tromey <tom@tromey.com>
11112
11113 PR python/16497:
11114 * gdb.python/py-framefilter.exp: Update test.
11115
11116 2018-02-26 Tom Tromey <tom@tromey.com>
11117
11118 * gdb.dwarf2/variant.c: New file.
11119 * gdb.dwarf2/variant.exp: New file.
11120
11121 2018-02-26 Tom Tromey <tom@tromey.com>
11122
11123 * gdb.rust/simple.exp: Accept more possible results in enum test.
11124
11125 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
11126
11127 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
11128 parentheses.
11129
11130 2018-02-23 Maciej W. Rozycki <macro@mips.com>
11131
11132 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
11133 name of a variable: $actual_linejj -> $actual_line.
11134
11135 2018-02-21 John Baldwin <jhb@FreeBSD.org>
11136
11137 * gdb.arch/amd64-i386-address.exp: Fix a typo.
11138
11139 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
11140
11141 * gdb.btrace/buffer-size.exp: Do not force BTS.
11142
11143 2018-02-14 Pedro Alves <palves@redhat.com>
11144
11145 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
11146 getting a "Quit".
11147
11148 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
11149
11150 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
11151 Fix test name.
11152
11153 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
11154
11155 * gdb.cp/m-static.exp: Check type of optimized out static
11156 member.
11157
11158 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
11159
11160 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
11161 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
11162
11163 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
11164 Leszek Swirski <leszeks@google.com>
11165
11166 * gdb.python/py-prettyprint.c
11167 (struct to_string_returns_value_inner,
11168 struct to_string_returns_value_wrapper): New.
11169 (main): Add tsrvw variable.
11170 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
11171 ToStringReturnsValueWrapper): New classes.
11172 (register_pretty_printers): Register new pretty-printers.
11173 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
11174 recursive pretty printer.
11175 * gdb.python/py-mi.exp: Likewise.
11176
11177 2018-02-01 Leszek Swirski <leszeks@google.com>
11178
11179 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
11180 functions with the same name as an include file are parsed
11181 correctly.
11182
11183 2018-02-01 Yao Qi <yao.qi@linaro.org>
11184
11185 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
11186 "\[^\r\n\]*".
11187
11188 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
11189
11190 * gdb.arch/powerpc-prologue-frame.s: New file.
11191 * gdb.arch/powerpc-prologue-frame.c: Likewise.
11192 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
11193
11194 2018-01-31 Joel Brobecker <brobecker@adacore.com>
11195
11196 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
11197
11198 2018-01-30 Pedro Alves <palves@redhat.com>
11199
11200 PR gdb/13211
11201 * gdb.base/interrupt-daemon.c: New.
11202 * gdb.base/interrupt-daemon.exp: New.
11203 * gdb.multi/multi-term-settings.c: New.
11204 * gdb.multi/multi-term-settings.exp: New.
11205
11206 2018-01-30 Joel Brobecker <brobecker@adacore.com>
11207
11208 * gdb.base/break.exp: Save the location where the breakpoint
11209 on break.c:47 was actually inserted when debugging the version
11210 compiled at -O2 and use it in the expected output of the "info
11211 break" test performed soon after.
11212
11213 2018-01-22 Pedro Alves <palves@redhat.com>
11214 Sergio Durigan Junior <sergiodj@redhat.com>
11215
11216 * gdb.base/whatis.exp: Add tests for 'set print object on' +
11217 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
11218
11219 2018-01-22 Joel Brobecker <brobecker@adacore.com>
11220
11221 * gdb.base/break-include.c, gdb.base/break-include.inc,
11222 gdb.base/break-include.exp: New files.
11223 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
11224 line number now being the actual line number where the breakpoint
11225 was inserted.
11226 * gdb.mi/mi-break.exp: Likewise.
11227 * gdb.mi/mi-reverse.exp: Likewise.
11228 * gdb.mi/mi-simplerun.exp: Ditto.
11229
11230 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
11231
11232 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
11233 varobj.
11234 * gdb.mi/mi-var-create-rtti.exp: Likewise.
11235
11236 2018-01-21 Don Breazeal <donb@codesourcery.com>
11237 Andrew Burgess <andrew.burgess@embecosm.com>
11238
11239 * gdb.mi/basics.c: Add new global.
11240 * gdb.mi/mi-frame-regs.exp: New file.
11241 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
11242 case.
11243
11244 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
11245
11246 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
11247 non-parameter, and on an unknown symbol.
11248
11249 2018-01-19 Tom Tromey <tom@tromey.com>
11250
11251 * gdb.rust/modules.rs (TWENTY_THREE): New global.
11252 * gdb.rust/modules.exp: Add ::-qualified lookup test.
11253
11254 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
11255
11256 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
11257 setrlimit and chdir to int.
11258
11259 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
11260
11261 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
11262 function.
11263 (my_tend): Likewise.
11264 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
11265 rationale of avoiding FP- and vector instructions.
11266
11267 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
11268
11269 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
11270 "info reg" with "\[ \t\]*".
11271 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
11272 "\[ \t\]+".
11273 * gdb.arch/s390-multiarch.exp: Ditto.
11274 * gdb.base/pc-fp.exp: Ditto.
11275 * gdb.reverse/i386-precsave.exp: Ditto.
11276 * gdb.reverse/i386-reverse.exp: Ditto.
11277 * gdb.reverse/i387-env-reverse.exp: Ditto.
11278 * gdb.reverse/i387-stack-reverse.exp: Ditto.
11279
11280 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
11281
11282 * lib/gdb.exp (gdb_compile): Re-enable use of
11283 universal_compile_options for languages other than Rust.
11284
11285 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
11286
11287 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
11288
11289 2018-01-17 Mike Gulick <mgulick@mathworks.com>
11290
11291 PR gdb/16577
11292 * gdb.base/solib-vanish.exp: New.
11293 * gdb.base/solib-vanish-main.c: New.
11294 * gdb.base/solib-vanish-lib1.c: New.
11295 * gdb.base/solib-vanish-lib2.c: New.
11296
11297 2018-01-17 Yao Qi <yao.qi@linaro.org>
11298
11299 * gdb.compile/compile.exp: Match the address printed for
11300 frame in the output of command "bt".
11301
11302 2018-01-15 Tom Tromey <tom@tromey.com>
11303
11304 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
11305 compute sp_reg.
11306
11307 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
11308
11309 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
11310 to prepare.
11311 (prepare): Return 0 on error, 1 on success.
11312
11313 2018-01-12 Pedro Alves <palves@redhat.com>
11314
11315 * gdb.base/continue-after-aborted-step-over.c: New.
11316 * gdb.base/continue-after-aborted-step-over.exp: New.
11317
11318 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
11319
11320 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
11321 options when not creating an executable.
11322
11323 2018-01-11 Pedro Alves <palves@redhat.com>
11324
11325 PR remote/22597
11326 * gdb.server/stop-reply-no-thread.c: New file.
11327 * gdb.server/stop-reply-no-thread.exp: New file.
11328
11329 2018-01-10 Pedro Alves <palves@redhat.com>
11330
11331 PR gdb/22670
11332 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
11333 functions too. Test setting breakpoints and printing C functions
11334 with no debug info too.
11335 * gdb.ada/bp_c_mixed_case/qux.c: New file.
11336
11337 2018-01-10 Pedro Alves <palves@redhat.com>
11338
11339 PR gdb/22670
11340 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
11341 a fail.
11342
11343 2018-01-10 Pedro Alves <palves@redhat.com>
11344
11345 PR gdb/22670
11346 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
11347
11348 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
11349
11350 * gdb.server/unittest.exp: Match the output in non-development
11351 mode.
11352
11353 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
11354
11355 * gdb.gdb/unittest.exp: Match output in non-development mode.
11356
11357 2018-01-08 Joel Brobecker <brobecker@adacore.com>
11358
11359 * gdb.ada/access_tagged_param.exp: Relax expected output
11360 for value of "ObjL" in "continue" to pck.inspect breakpoint
11361 test.
11362
11363 2018-01-08 Joel Brobecker <brobecker@adacore.com>
11364
11365 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
11366 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
11367
11368 2018-01-05 Pedro Alves <palves@redhat.com>
11369
11370 PR gdb/18653
11371 * gdb.base/libsegfault.exp: New.
11372
11373 2018-01-05 Joel Brobecker <brobecker@adacore.com>
11374
11375 PR gdb/22670
11376 * gdb.ada/access_tagged_param.exp: New file.
11377 * gdb.ada/access_tagged_param/foo.adb: New file.
11378
11379 2018-01-05 Pedro Alves <palves@redhat.com>
11380
11381 PR gdb/22670
11382 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
11383 exercise lower case too, and to exercise both full matching and
11384 wild matching.
11385
11386 2018-01-05 Joel Brobecker <brobecker@adacore.com>
11387
11388 * gdb.ada/rename_subscript_param: New testcase.
11389
11390 2018-01-05 Jerome Guitton <guitton@adacore.com>
11391
11392 * gdb.ada/arr_acc_idx_w_gap: New testcase.
11393
11394 2018-01-05 Joel Brobecker <brobecker@adacore.com>
11395
11396 * gdb.ada/convvar_comp: New testcase.
11397
11398 2018-01-05 Xavier Roirand <roirand@adacore.com>
11399
11400 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
11401 (My_Table): New global variable.
11402 * testsuite/gdb.ada/array_char_idx.exp: Add test.
11403
11404 2018-01-04 Joel Brobecker <brobecker@adacore.com>
11405
11406 PR gdb/22670
11407 * gdb.ada/maint_with_ada: New testcase.
11408
11409 2018-01-04 Joel Brobecker <brobecker@adacore.com>
11410
11411 PR gdb/22670
11412 * gdb.ada/bp_c_mixed_case: New testcase.
11413
11414 2018-01-04 Joel Brobecker <brobecker@adacore.com>
11415
11416 PR gdb/22670
11417 * gdb.ada/complete.exp: Add "complete break ada" test.
11418
11419 2018-01-04 Joel Brobecker <brobecker@adacore.com>
11420
11421 PR gdb/22670
11422 * gdb.ada/info_addr_mixed_case: New testcase.
11423
11424 2018-01-03 Xavier Roirand <roirand@adacore.com>
11425
11426 * gdb.ada/excep_handle.exp: New testcase.
11427 * gdb.ada/excep_handle/foo.adb: New file.
11428 * gdb.ada/excep_handle/pck.ads: New file.
11429
11430 2018-01-03 Joel Brobecker <brobecker@adacore.com>
11431
11432 * gdb.base/step-line.c: Add extra empty line in copyright header.
11433 * gdb.base/step-line.inp: Likewise.
11434
11435 2018-01-02 Joel Brobecker <brobecker@adacore.com>
11436
11437 * gdb.ada/dyn_stride.exp: Add slice test.
11438
11439 2018-01-02 Joel Brobecker <brobecker@adacore.com>
11440
11441 * gdb.ada/dyn_stride: New testcase.
11442
11443 2017-12-27 Stafford Horne <shorne@gmail.com>
11444
11445 * gdb.xml/extra-regs.xml: Add example foo reggroup.
11446 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
11447
11448 2017-12-27 Stafford Horne <shorne@gmail.com>
11449
11450 * gdb.base/reggroups.c: New file.
11451 * gdb.base/reggroups.exp: New file.
11452
11453 2017-12-18 Joel Brobecker <brobecker@adacore.com>
11454
11455 * gdb.dwarf2/ada-valprint-error.c: New file.
11456 * gdb.dwarf2/ada-valprint-error.exp: New file.
11457
11458 2017-12-18 Joel Brobecker <brobecker@adacore.com>
11459
11460 * gdb.ada/assign_arr: New testcase.
11461
11462 2017-12-18 Xavier Roirand <roirand@adacore.com>
11463
11464 * gdb.ada/funcall_ptr: New testcase.
11465
11466 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
11467
11468 PR cli/16224
11469 * gdb.base/ptype-offsets.cc: New file.
11470 * gdb.base/ptype-offsets.exp: New file.
11471
11472 2017-12-15 Yao Qi <yao.qi@linaro.org>
11473
11474 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
11475 if XML is disabled.
11476
11477 2017-12-15 Xavier Roirand <roirand@adacore.com>
11478
11479 * gdb.ada/same_component_name: New testcase.
11480
11481 2017-12-14 Joel Brobecker <brobecker@adacore.com>
11482
11483 * gdb.ada/str_binop_equal: New testcase.
11484
11485 2017-12-14 Joel Brobecker <brobecker@adacore.com>
11486
11487 * gdb.ada/task_switch_in_core: New testcase.
11488
11489 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
11490
11491 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
11492 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
11493 call test_bkpt_qualified.
11494 (test_bkpt_qualified): New proc.
11495
11496 2017-12-13 Pedro Alves <palves@redhat.com>
11497
11498 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
11499 Tighten regexp by matching with an anchor.
11500
11501 2017-12-13 Pedro Alves <palves@redhat.com>
11502
11503 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
11504 ("expression with namespace"): New set of tests.
11505 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
11506 (Nested::Test_NS::qux): New.
11507 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
11508 defaults to 'start_quote_char' and 'end_quote_char' parameters.
11509
11510 2017-12-13 Joel Brobecker <brobecker@adacore.com>
11511
11512 * gdb.base/server-del-break.c: New file.
11513 * gdb.base/server-del-break.exp: New file.
11514
11515 2017-12-12 Stafford Horne <shorne@gmail.com>
11516
11517 * gdb.xml/tdesc-regs.exp: Add or1k support.
11518
11519 2017-12-12 Stafford Horne <shorne@gmail.com>
11520
11521 * gdb.base/bp-permanent.c: Define nop of or1k.
11522
11523 2017-12-11 Joel Brobecker <brobecker@adacore.com>
11524
11525 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
11526 output with components being reordered.
11527
11528 2017-12-11 Joel Brobecker <brobecker@adacore.com>
11529
11530 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
11531 output with components being reordered.
11532
11533 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11534 Pedro Alves <palves@redhat.com>
11535
11536 * gdb.base/maint.exp (check for .gdb_index): Check also for
11537 .debug_names.
11538 * gdb.dlang/watch-loc.c (.debug_aranges): New.
11539 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
11540 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
11541 (.gdb_index used after symbol reloading): Support also .debug_names.
11542 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
11543
11544 2017-12-08 Yao Qi <yao.qi@linaro.org>
11545
11546 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
11547 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
11548
11549 2017-12-08 Yao Qi <yao.qi@linaro.org>
11550
11551 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
11552 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
11553
11554 2017-12-08 Yao Qi <yao.qi@linaro.org>
11555
11556 * gdb.arch/aarch64-tagged-pointer.c: New file.
11557 * gdb.arch/aarch64-tagged-pointer.exp: New file.
11558
11559 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
11560
11561 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
11562 "int".
11563
11564 2017-12-07 Keith Seitz <keiths@redhat.com>
11565
11566 PR breakpoints/22569
11567 * gdb.linespec/ls-errs.exp: Change expected result of "break
11568 -source this file has spaces.c -line 3".
11569 Check that an explicit source file followed by whitespace is
11570 identified as an invalid explicit location.
11571
11572 2017-12-07 Keith Seitz <keiths@redhat.com>
11573
11574 * gdb.cp/nested-types.cc: New file.
11575 * gdb.cp/nested-types.exp: New file.
11576 * lib/cp-support.exp: Load data-structures.exp library.
11577 (debug_cp_test_ptype_class): New global.
11578 (cp_ptype_class_verbose, next_line): New procedures.
11579 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
11580 Add and document new return value.
11581 Switch the list of lines to a queue.
11582 Add support for new `type' key for nested type definitions.
11583 Add debugging/troubleshooting messages.
11584 * lib/data-structures.exp: New file.
11585
11586 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
11587
11588 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
11589 with proc_with_prefix, don't use with_test_prefix.
11590
11591 2017-12-07 Tom Tromey <tom@tromey.com>
11592
11593 * gdb.base/break.exp: Add test for empty "commands".
11594
11595 2017-12-07 Yao Qi <yao.qi@linaro.org>
11596
11597 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
11598 malloc and catch syscall.
11599
11600 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
11601
11602 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
11603 tests for explicit locations.
11604
11605 2017-12-06 Pedro Alves <palves@redhat.com>
11606
11607 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
11608 force-disabling XML descriptions.
11609
11610 2017-12-04 Pedro Alves <palves@redhat.com>
11611
11612 PR gdb/22499
11613 * gdb.arch/amd64-disp-step-avx.S: New file.
11614 * gdb.arch/amd64-disp-step-avx.exp: New file.
11615
11616 2017-12-03 Pedro Alves <palves@redhat.com>
11617
11618 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
11619 and <string.h>.
11620 (parent_function): Print distinct messages when waitpid fails, or
11621 the child exits with a signal, or the child exits for an unhandled
11622 reason.
11623 * gdb.threads/process-dies-while-detaching.exp
11624 (detach_and_expect_exit): New 'inf_output_re' parameter and use
11625 it. Wait for both inferior output and GDB's prompt. Use an
11626 indirect spawn id list.
11627 (do_detach): New parameter 'child_exit'. Use it to compute
11628 expected inferior output.
11629 (test_detach, test_detach_watch, test_detach_killed_outside):
11630 Adjust to pass down the expected child exit kind.
11631
11632 2017-12-01 Joel Brobecker <brobecker@adacore.com>
11633 Sergio Durigan Junior <sergiodj@redhat.com>
11634 Pedro Alves <palves@redhat.com>
11635
11636 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
11637
11638 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
11639
11640 * gdb.base/relocate.exp: Add tests to guarantee that arguments
11641 to 'symbol-file' and 'add-symbol-file' can be
11642 position-independent.
11643
11644 2017-12-01 Yao Qi <yao.qi@linaro.org>
11645
11646 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
11647 the URL in copyright header.
11648 * gdb.arch/aarch64-fp.exp: Likewise.
11649 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
11650 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
11651 * gdb.base/expand-psymtabs.exp: Likewise.
11652 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
11653 * gdb.fortran/common-block.exp: Likewise.
11654 * gdb.fortran/common-block.f90: Likewise.
11655 * gdb.fortran/logical.exp: Likewise.
11656 * gdb.fortran/vla-datatypes.f90: Likewise.
11657 * gdb.fortran/vla-sub.f90: Likewise.
11658
11659 2017-11-30 Joel Brobecker <brobecker@adacore.com>
11660
11661 * gdb.ada/repeat_dyn: New testcase.
11662
11663 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
11664
11665 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
11666 Update for changed thread numbering.
11667 * gdb.cell/bt.exp: Update for changed GDB output.
11668
11669 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
11670
11671 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
11672 setting isremote by hand.
11673 * boards/dwarf4-gdb-index.exp: Likewise.
11674 * boards/fission.exp: Likewise.
11675 * boards/stabs.exp: Likewise.
11676
11677 2017-11-30 Pedro Alves <palves@redhat.com>
11678
11679 * gdb.linespec/cpls-ops.exp
11680 (check_explicit_skips_function_argument): Extract the underlying
11681 type of size_t instead of hardcoding it.
11682
11683 2017-11-29 Pedro Alves <palves@redhat.com>
11684
11685 PR c++/19436
11686 * gdb.linespec/cpls-abi-tag.cc: New file.
11687 * gdb.linespec/cpls-abi-tag.exp: New file.
11688
11689 2017-11-29 Pedro Alves <palves@redhat.com>
11690
11691 * gdb.base/langs.exp: Use -qualified.
11692 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
11693 it.
11694 * gdb.cp/namespace.exp: Use -qualified.
11695 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
11696 (overload-3, template-overload, template-ret-type, const-overload)
11697 (const-overload-quoted, anon-ns, ambiguous-prefix): New
11698 procedures.
11699 (test_driver): Call them.
11700 * gdb.cp/save-bp-qualified.cc: New.
11701 * gdb.cp/save-bp-qualified.exp: New.
11702 * gdb.linespec/explicit.exp: Test -qualified.
11703 * lib/completion-support.exp (completion::explicit_opts_list): Add
11704 "-qualified".
11705 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
11706
11707 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
11708
11709 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
11710
11711 2017-11-29 Tom Tromey <tom@tromey.com>
11712
11713 * gdb.base/relocate.exp: Update invalid argument test.
11714 Add new tests for invalid arguments.
11715
11716 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
11717
11718 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
11719 Return 0 as a long.
11720 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
11721
11722 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
11723
11724 * gdb.cp/breakpoint.cc (bar): Set return type to void.
11725 * gdb.cp/psymtab-parameter.cc (func): Likewise.
11726 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
11727 func ().
11728 * gdb.cp/shadow.cc (B.func): Return 0.
11729
11730 2017-11-27 Joel Brobecker <brobecker@adacore.com>
11731
11732 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
11733 expected output in gdb_expect call to allow the exception
11734 message to be present as well. Fix syntax confusion to avoid
11735 TCL thinking that exception_name is an array.
11736
11737 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
11738
11739 * gdb.arch/spu-info.c: Include <unistd.h>.
11740 (do_signal_test): Fix broken calls to write.
11741 * gdb.arch/spu-info.exp: Use prepare_for_testing.
11742 Fix checks for empty mailboxes. Update signal tests for corrected
11743 do_signal_test routine. Allow nonzero event status.
11744 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
11745 * gdb.cell/arch.exp: Use standard_output_file.
11746 * gdb.cell/break.exp: Likewise.
11747 * gdb.cell/bt.exp: Likewise.
11748 * gdb.cell/core.exp: Likewise.
11749 * gdb.cell/dwarfaddr.exp: Likewise.
11750 * gdb.cell/ea-cache.exp: Likewise.
11751 * gdb.cell/ea-standalone.exp: Likewise.
11752 * gdb.cell/f-regs.exp: Likewise.
11753 * gdb.cell/fork.exp: Likewise.
11754 * gdb.cell/gcore.exp: Likewise.
11755 * gdb.cell/mem-access.exp: Likewise.
11756 * gdb.cell/ptype.exp: Likewise.
11757 * gdb.cell/registers.exp: Likewise.
11758 * gdb.cell/sizeof.exp: Likewise.
11759 * gdb.cell/solib-symbol.exp: Likewise.
11760 * gdb.cell/solib.exp: Likewise.
11761
11762 2017-11-25 Pedro Alves <palves@redhat.com>
11763
11764 * gdb.base/complete-empty.exp: New file.
11765 * gdb.base/completion.exp: Adjust.
11766
11767 2017-11-25 Pedro Alves <palves@redhat.com>
11768
11769 * gdb.linespec/cpls-ops.cc: New file.
11770 * gdb.linespec/cpls-ops.exp: New file.
11771 * lib/completion-support.exp (test_complete_prefix_range_re): New,
11772 factored out from ...
11773 (test_complete_prefix_range): ... this.
11774
11775 2017-11-24 Pedro Alves <palves@redhat.com>
11776
11777 * gdb.linespec/cpcompletion.exp: New file.
11778 * gdb.linespec/cpls-hyphen.cc: New file.
11779 * gdb.linespec/cpls.cc: New file.
11780 * gdb.linespec/cpls2.cc: New file.
11781 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
11782 test to use test_gdb_complete_unique. Add label completion,
11783 keyword completion and explicit location completion tests.
11784 * lib/completion-support.exp: New file.
11785
11786 2017-11-24 Joel Brobecker <brobecker@adacore.com>
11787
11788 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
11789 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
11790 when hitting an exception catchpoint.
11791
11792 2017-11-22 Yao Qi <yao.qi@linaro.org>
11793
11794 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
11795
11796 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
11797
11798 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
11799 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
11800 * gdb.dwarf2/info-locals-optimized-out.c: New file.
11801
11802 2017-11-22 Yao Qi <yao.qi@linaro.org>
11803
11804 * gdb.base/info-os.exp: Pass pthreads.
11805 * gdb.multi/multi-attach.exp: Likewise.
11806
11807 2017-11-22 Yao Qi <yao.qi@linaro.org>
11808
11809 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
11810 compiler.
11811
11812 2017-11-22 Yao Qi <yao.qi@linaro.org>
11813
11814 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
11815 * gdb.base/break-interp.exp: Likewise.
11816 * gdb.base/jit-attach-pie.exp: Likewise.
11817
11818 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
11819
11820 * gdb.base/float128.c (large128): New variable.
11821 * gdb.base/float128.exp: Add test to print largest __float128 value.
11822
11823 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
11824
11825 * gdb.arch/vsx-regs.exp: Update register content checks.
11826
11827 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
11828
11829 * gdb.arch/ppc-longdouble.exp: New file.
11830 * gdb.arch/ppc-longdouble.c: Likewise.
11831
11832 2017-11-21 Pedro Alves <palves@redhat.com>
11833
11834 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
11835
11836 2017-11-20 Pedro Alves <palves@redhat.com>
11837
11838 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
11839 (long_double_typedef): New typedefs.
11840 Use DEF on double and long double.
11841 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
11842 cases.
11843 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
11844 and 'long_double_ptr_same_size' locals. Use them to decide
11845 whether cast from array/function to float is valid/invalid.
11846
11847 2017-11-17 Tom Tromey <tom@tromey.com>
11848
11849 * gdb.rust/traits.rs: New file.
11850 * gdb.rust/traits.exp: New file.
11851
11852 2017-11-17 Joel Brobecker <brobecker@adacore.com>
11853
11854 * gdb.ada/minsyms: New testcase.
11855
11856 2017-11-16 Pedro Alves <palves@redhat.com>
11857
11858 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
11859 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
11860
11861 2017-11-16 Pedro Alves <palves@redhat.com>
11862
11863 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
11864 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
11865
11866 2017-11-16 Pedro Alves <palves@redhat.com>
11867
11868 * gdb.server/reconnect-ctrl-c.c: New file.
11869 * gdb.server/reconnect-ctrl-c.exp: New file.
11870
11871 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
11872
11873 * gdb.python/py-rbreak.exp: New file.
11874 * gdb.python/py-rbreak.c: New file.
11875 * gdb.python/py-rbreak-func2.c: New file.
11876
11877 2017-11-16 Pedro Alves <palves@redhat.com>
11878
11879 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
11880 pattern.
11881 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
11882 GDB.
11883
11884 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
11885
11886 * gdb.tui/completionn.exp (test_tab_completion): Add space in
11887 regex.
11888
11889 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
11890
11891 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
11892 test names.
11893
11894 2017-11-09 Pedro Alves <palves@redhat.com>
11895
11896 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
11897 factored out from ...
11898 (top level): ... here, and adjusted to avoid expecting beyond the
11899 prompt in a single gdb_test_multiple.
11900
11901 2017-11-09 Pedro Alves <palves@redhat.com>
11902
11903 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
11904 output.
11905 * gdb.server/ext-attach.exp ("kill" test): Likewise.
11906 * gdb.server/ext-restart.exp ("kill" test): Likewise.
11907 * gdb.server/ext-run.exp ("kill" test): Likewise.
11908 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
11909
11910 2017-11-09 Pedro Alves <palves@redhat.com>
11911
11912 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
11913 match till end of line.
11914
11915 2017-11-09 Pedro Alves <palves@redhat.com>
11916
11917 * gdb.base/memattr.exp: Tighten regexes to match the end line.
11918
11919 2017-11-09 Pedro Alves <palves@redhat.com>
11920
11921 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
11922 New procedures, factored out from ...
11923 (top level): ... here, and adjusted to avoid expecting beyond the
11924 prompt in one go.
11925
11926 2017-11-09 Pedro Alves <palves@redhat.com>
11927
11928 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
11929 output. Fix '?' match.
11930
11931 2017-11-08 Joel Brobecker <brobecker@adacore.com>
11932
11933 * gdb.ada/scoped_watch: New testcase.
11934 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
11935 which is actually correct.
11936 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
11937 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
11938
11939 2017-11-08 Pedro Alves <palves@redhat.com>
11940
11941 * gdb.gdb/complaints.exp (test_initial_complaints)
11942 (test_serial_complaints, test_short_complaints): Call
11943 complaint_internal instead of complaint.
11944
11945 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
11946
11947 * gdb.threads/tls-core.c: New file.
11948 * gdb.threads/tls-core.exp: Likewise.
11949
11950 2017-11-08 Pedro Alves <palves@redhat.com>
11951
11952 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
11953 (p Exported_Capitalized): New test.
11954 (p exported_capitalized): New test.
11955
11956 2017-11-07 Pedro Alves <palves@redhat.com>
11957
11958 * gdb.cp/ena-dis-br-range.exp: Add more tests.
11959
11960 2017-11-07 Pedro Alves <palves@redhat.com>
11961
11962 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
11963 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
11964 (disable_invalid, disable_inverted, disable_negative): New
11965 procedures.
11966 ("bad numbers"): New set of tests.
11967
11968 2017-11-07 Pedro Alves <palves@redhat.com>
11969
11970 * gdb.cp/ena-dis-br-range.exp: Add tests.
11971
11972 2017-11-07 Pedro Alves <palves@redhat.com>
11973
11974 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
11975
11976 2017-11-07 Xavier Roirand <roirand@adacore.com>
11977 Pedro Alves <palves@redhat.com>
11978
11979 * gdb.base/ena-dis-br.exp: Add reference to
11980 gdb.cp/ena-dis-br-range.exp.
11981 * gdb.cp/ena-dis-br-range.exp: New file.
11982 * gdb.cp/ena-dis-br-range.cc: New file.
11983
11984 2017-11-06 Pedro Alves <palves@redhat.com>
11985
11986 * gdb.base/attach-non-pgrp-leader.c: New.
11987 * gdb.base/attach-non-pgrp-leader.exp: New.
11988
11989 2017-11-06 Pedro Alves <palves@redhat.com>
11990
11991 * configure.ac: No longer check for termio.h and sgtty.h.
11992 * configure: Regenerate.
11993 * remote-utils.c: Include termios.h instead of gdb_termios.h.
11994 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
11995 Remove termio and sgtty code.
11996
11997 2017-11-03 Yao Qi <yao.qi@linaro.org>
11998
11999 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
12000 in GDB is disabled.
12001
12002 2017-11-03 Yao Qi <yao.qi@linaro.org>
12003
12004 * gdb.python/py-thrhandle.exp: Skip it if python is not
12005 enabled.
12006
12007 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
12008
12009 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
12010 as a breakpoint command.
12011
12012 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
12013
12014 PR python/21213
12015 * gdb.python/py-infthread.exp: Test calling
12016 InferiorThread.inferior () multiple times in a row.
12017
12018 2017-10-27 Keith Seitz <keiths@redhat.com>
12019
12020 * gdb.opt/inline-break.exp (break_info_1): New procedure.
12021 Test "info break" for every inlined function breakpoint.
12022
12023 2017-10-27 Yao Qi <yao.qi@linaro.org>
12024
12025 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
12026
12027 2017-10-26 Patrick Frants <osscontribute@gmail.com>
12028
12029 * gdb.cp/classes.exp (test_static_members): Test printing
12030 Outer::instance.
12031 * gdb.cp/classes.c (struct Inner, struct Outer): New.
12032 (Inner::instance, Outer::instance): New.
12033
12034 2017-10-24 Pedro Alves <palves@redhat.com>
12035
12036 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
12037 extra console" test in two stages.
12038
12039 2017-10-24 Pedro Alves <palves@redhat.com>
12040
12041 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
12042
12043 2017-10-24 Pedro Alves <palves@redhat.com>
12044
12045 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
12046 loop.
12047
12048 2017-10-24 Pedro Alves <palves@redhat.com>
12049
12050 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
12051 $attempt" and "stoppedtry $stoppedtry" test prefixes.
12052
12053 2017-10-24 Pedro Alves <palves@redhat.com>
12054
12055 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
12056 parameter and handle it. Don't output read value in test name.
12057
12058 2017-10-24 Pedro Alves <palves@redhat.com>
12059
12060 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
12061 custom test name.
12062
12063 2017-10-24 Pedro Alves <palves@redhat.com>
12064
12065 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
12066 include the unstable output directory name in the test's name.
12067 (initial_setup_simple) <'set args'>: Use custom test name.
12068
12069 2017-10-24 Pedro Alves <palves@redhat.com>
12070
12071 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
12072 with explicit test name.
12073
12074 2017-10-20 Pedro Alves <palves@redhat.com>
12075
12076 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
12077 'wait -i'. Use gdb_assert and remote_close.
12078
12079 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
12080
12081 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
12082 number from variable rather than hard-coded.
12083
12084 2017-10-19 Pedro Alves <palves@redhat.com>
12085
12086 * gdb.base/long-inferior-output.c: New file.
12087 * gdb.base/long-inferior-output.exp: New file.
12088
12089 2017-11-18 Keith Seitz <keiths@redhat.com>
12090
12091 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
12092 method.
12093 (main): Call it.
12094 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
12095 Add additional user-defined conversion operator tests.
12096
12097 2017-10-17 Pedro Alves <palves@redhat.com>
12098
12099 * boards/native-stdio-gdbserver.exp: Load "local-board".
12100
12101 2017-10-17 Pedro Alves <palves@redhat.com>
12102
12103 * gdb.base/quit-live.c: New file.
12104 * gdb.base/quit-live.exp: New file.
12105
12106 2017-10-16 Keith Seitz <keiths@redhat.com>
12107
12108 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
12109 (class_with_protected_typedef, class_with_private_typedef)
12110 (struct_with_public_typedef, struct_with_protected_typedef)
12111 (struct_with_private_typedef): New classes/structs.
12112 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
12113 typedefs and access specifiers.
12114
12115 2017-10-16 Pedro Alves <palves@redhat.com>
12116 Simon Marchi <simon.marchi@polymtl.ca>
12117
12118 * README (Local vs Remote vs Native): New section.
12119 * boards/local-board.exp: New file, with bits factored out from
12120 ...
12121 * boards/native-extended-gdbserver.exp: ... here. Load
12122 "local-board".
12123 * boards/native-gdbserver.exp: Load "local-board".
12124 (${board}_spawn, ${board}_exec): Delete.
12125 * boards/native-stdio-gdbserver.exp: Most contents factored out to
12126 ...
12127 * boards/stdio-gdbserver-base.exp: ... this new file.
12128 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
12129 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
12130 procedure.
12131 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
12132 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
12133 stdio_gdbserver_command.
12134 (${board}_get_remote_address, ${board}_get_comm_port)
12135 (${board}_download, ${board}_upload): Delete.
12136 (get_target_remote_pipe_cmd): New.
12137
12138 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
12139
12140 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
12141 test_bkpt_deletion, test_bkpt_cond_and_cmds,
12142 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
12143 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
12144 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
12145 remove with_test_prefix.
12146
12147 2017-10-13 Pedro Alves <palves@redhat.com>
12148
12149 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
12150 * gdb.base/annota1.exp: Use it instead of is_remote.
12151 * gdb.base/annota3.exp: Use it instead of is_remote.
12152 * gdb.cp/annota2.exp: Use it instead of is_remote.
12153 * gdb.cp/annota3.exp: Use it instead of is_remote.
12154 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
12155
12156 2017-10-13 Pedro Alves <palves@redhat.com>
12157
12158 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
12159 (test_num_test_vars, run_and_count_vars, find_env)
12160 (test_set_unset_env, test_inherit_env_var): New procedures.
12161 (top level): Use them.
12162
12163 2017-10-13 Pedro Alves <palves@redhat.com>
12164
12165 * lib/selftest-support.exp (selftest_setup): Extend comments, and
12166 also skip on stub-like targets.
12167
12168 2017-10-13 Pedro Alves <palves@redhat.com>
12169
12170 PR gdb/22293
12171 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
12172 (top level): Move some tests to ...
12173 (test_not_found): ... this new procedure.
12174 (top level): Call it.
12175
12176 2017-10-13 Pedro Alves <palves@redhat.com>
12177
12178 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
12179 expect different "info terminal" output if testing with a
12180 non-native target.
12181
12182 2017-10-13 Pedro Alves <palves@redhat.com>
12183 Simon Marchi <simon.marchi@polymtl.ca>
12184
12185 PR python/12966
12186 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
12187
12188 2017-10-13 Pedro Alves <palves@redhat.com>
12189
12190 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
12191 already.
12192
12193 2017-10-13 Pedro Alves <palves@redhat.com>
12194
12195 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
12196 is_remote.
12197
12198 2017-10-13 Pedro Alves <palves@redhat.com>
12199
12200 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
12201 is_remote.
12202
12203 2017-10-13 Pedro Alves <palves@redhat.com>
12204
12205 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
12206 is set.
12207 (corefile_test_attach): Likewise. Check can_spawn_for_attach
12208 instead of is_remote.
12209
12210 2017-10-13 Pedro Alves <palves@redhat.com>
12211
12212 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
12213 (top level): Add comment.
12214
12215 2017-10-13 Pedro Alves <palves@redhat.com>
12216
12217 * gdb.base/remote.exp (top level): Fix comment typo and add
12218 missing return.
12219
12220 2017-10-13 Pedro Alves <palves@redhat.com>
12221 Simon Marchi <simon.marchi@polymtl.ca>
12222
12223 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
12224 calls and add comments. Skip test if use_gdb_stub is set.
12225 (top level): Use "set cwd" command instead of "cd" command.
12226
12227 2017-10-13 Pedro Alves <palves@redhat.com>
12228
12229 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
12230 is_remote target check.
12231
12232 2017-10-13 Pedro Alves <palves@redhat.com>
12233
12234 * gdb.base/scope.exp: Use build_executable + clean_restart +
12235 gdb_file_cmd instead of prepare_for_testing and no longer skip
12236 "before run" tests on is_remote target boards. Update comments.
12237 * boards/native-extended-gdbserver.exp
12238 (extended_gdbserver_load_last_file): New, factored out from ...
12239 (gdb_load): ... this. Move further below and add comment.
12240 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
12241
12242 2017-10-12 Pedro Alves <palves@redhat.com>
12243
12244 * gdb.base/attach.exp: Remove references to gdb64.
12245 * gdb.base/dbx.exp: Remove references to gdb64.
12246
12247 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
12248 Pedro Alves <palves@redhat.com>
12249
12250 * gdb.base/label.exp: Remove is_remote target check.
12251
12252 2017-10-12 Pedro Alves <palves@redhat.com>
12253
12254 * gdb.base/auvx.exp (coredir): Update comment.
12255 (top level) <core_works>: Use "set cwd" command instead of "cd"
12256 command.
12257
12258 2017-10-12 Pedro Alves <palves@redhat.com>
12259 Simon Marchi <simon.marchi@polymtl.ca>
12260
12261 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
12262 target boards.
12263
12264 2017-10-12 Pedro Alves <palves@redhat.com>
12265 Simon Marchi <simon.marchi@polymtl.ca>
12266
12267 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
12268 Instead skip if there's any gdb_protocol set.
12269
12270 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
12271 Pedro Alves <palves@redhat.com>
12272
12273 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
12274
12275 2017-10-12 Pedro Alves <palves@redhat.com>
12276 Simon Marchi <simon.marchi@polymtl.ca>
12277
12278 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
12279 instead of on dejagnu remote boards.
12280
12281 2017-10-12 Pedro Alves <palves@redhat.com>
12282 Simon Marchi <simon.marchi@polymtl.ca>
12283
12284 * gdb.base/inferior-died.exp: Remove is_remote and isnative
12285 checks. Use build_executable + clean_restart instead of
12286 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
12287 of enabling non-stop after starting gdb.
12288
12289 2017-10-12 Pedro Alves <palves@redhat.com>
12290
12291 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
12292 * gdb.threads/non-ldr-exc-2.exp: Ditto.
12293 * gdb.threads/non-ldr-exc-3.exp: Ditto.
12294 * gdb.threads/non-ldr-exc-4.exp: Ditto.
12295
12296 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
12297
12298 * gdb.arch/arc-tdesc-cpu.exp: New file.
12299 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
12300
12301 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
12302
12303 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
12304
12305 2017-10-10 Pedro Alves <palves@redhat.com>
12306
12307 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
12308 expect CLI output.
12309
12310 2017-10-10 Pedro Alves <palves@redhat.com>
12311
12312 * lib/selftest-support.exp (selftest_setup): Update for
12313 captured_command_loop's prototype change.
12314
12315 2017-10-09 Pedro Alves <palves@redhat.com>
12316
12317 Test both arch1=>arch2 and arch2=>arch1.
12318
12319 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
12320 (srcfile2, binfile2, march1, march2): Remove globals. Largely
12321 factored out to...
12322 (append_arch1_options, append_arch2_options, append_arch_options)
12323 (build_executables): New procedures.
12324 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
12325 local.
12326 (top level): Add new 'first_arch' testing axis.
12327
12328 2017-10-09 Pedro Alves <palves@redhat.com>
12329
12330 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
12331 (barrier): New.
12332 (thread_start, all_started): New functions.
12333 (main): Spawn new thread and wait until it is scheduled.
12334 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
12335 option.
12336 (do_test): Add 'selected_thread' parameter. Run to all_started
12337 instead of main. Explicitly set the breakpoint at main. Switch
12338 to the SELECTED_THREAD thread.
12339 (top level): Test handling the exec event with either the main
12340 thread or the second thread selected.
12341
12342 2017-10-09 Pedro Alves <palves@redhat.com>
12343
12344 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
12345 logic. Move STOP marker after the value checks.
12346 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
12347 regexp.
12348
12349 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
12350
12351 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
12352
12353 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
12354
12355 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
12356 integer-to-dfp conversion.
12357 * gdb.base/dfp-test.exp: Likewise.
12358
12359 2017-10-04 Pedro Alves <palves@redhat.com>
12360
12361 * gdb.multi/hangout.c: Include <unistd.h>.
12362 (hangout_loop): New function.
12363 (main): Call alarm. Call hangout_loop in a loop.
12364 * gdb.multi/hello.c: Include <unistd.h>.
12365 (hello_loop): New function.
12366 (main): Call alarm. Call hangout_loop in a loop.
12367 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
12368 inferior with the other selected.
12369
12370 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
12371
12372 * gdb.mi/list-thread-groups-available.exp: New file.
12373 * gdb.mi/list-thread-groups-available.c: New file.
12374
12375 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
12376
12377 * gdb.base/set-cwd.exp: Make it available on
12378 native-extended-gdbserver.
12379
12380 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
12381
12382 * gdb.base/set-cwd.c: New file.
12383 * gdb.base/set-cwd.exp: Likewise.
12384
12385 2017-10-02 Tom Tromey <tom@tromey.com>
12386
12387 PR rust/22236:
12388 * gdb.rust/simple.rs (main): New variable "fslice".
12389 * gdb.rust/simple.exp: Add slice tests. Update string tests.
12390
12391 2017-10-02 Tom Tromey <tom@tromey.com>
12392
12393 * gdb.rust/simple.exp: Test ptype of a slice.
12394
12395 2017-10-02 Tom Tromey <tom@tromey.com>
12396
12397 * gdb.rust/simple.exp: Test index of slice.
12398
12399 2017-09-27 Tom Tromey <tom@tromey.com>
12400
12401 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
12402
12403 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
12404 Pedro Alves <palves@redhat.com>
12405
12406 * gdb.base/compare-sections.exp (get value of read-only section): Read
12407 as unsigned value.
12408 (corrupt read-only section): Likewise and don't set written if patching
12409 failed.
12410
12411 2017-09-21 Kevin Buettner <kevinb@redhat.com>
12412
12413 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
12414 files.
12415
12416 2017-09-20 Pedro Alves <palves@redhat.com>
12417
12418 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
12419 symbol names in gdb's output.
12420 * gdb.cp/overload.exp ("list all overloads"): Likewise.
12421
12422 2017-09-20 Pedro Alves <palves@redhat.com>
12423
12424 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
12425 Rename to ...
12426 (test_list_ambiguous_symbol): ... this and add a symbol name
12427 parameter. Adjust.
12428 (test_list_ambiguous_function): Reimplement on top of
12429 test_list_ambiguous_symbol and also test listing ambiguous
12430 variables.
12431 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
12432 (ambiguous_fun): ... this.
12433 (ambiguous_var): New.
12434 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
12435 (ambiguous_fun): ... this.
12436 (ambiguous_var): New.
12437
12438 2017-09-19 John Baldwin <jhb@FreeBSD.org>
12439
12440 * gdb.base/starti.c: New file.
12441 * gdb.base/starti.exp: New file.
12442 * lib/gdb.exp (gdb_starti_cmd): New procedure.
12443
12444 2017-09-14 Pedro Alves <palves@redhat.com>
12445
12446 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
12447 (top level): Use it instead of runto.
12448
12449 2017-09-11 Tom Tromey <tom@tromey.com>
12450
12451 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
12452
12453 2017-09-11 Tom Tromey <tom@tromey.com>
12454
12455 * gdb.python/py-infthread.exp: Add tests for new_thread event.
12456 * gdb.python/py-inferior.exp: Add tests for new inferior events.
12457
12458 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
12459
12460 * gdb.fortran/printing-types.exp: New file.
12461 * gdb.fortran/printing-types.exp: New file.
12462
12463 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
12464
12465 * gdb.fortran/vla-ptype.exp: Fix typos.
12466 * gdb.fortran/vla-value.exp: Same.
12467
12468 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
12469
12470 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
12471 * gdb.mi/mi-var-child-f.exp: Likewise.
12472 * gdb.mi/mi-vla-fortran.exp: Likewise.
12473
12474 2017-09-08 Frank Penczek <frank.penczek@intel.com>
12475 Christoph Weinmann <christoph.t.weinmann@intel.com>
12476 Bernhard Heckel <bernhard.heckel@intel.com>
12477
12478 * gdb.fortran/ptr-indentation.f90: New file.
12479 * gdb.fortran/ptr-indentation.exp: New file.
12480
12481 2017-09-05 Tom Tromey <tom@tromey.com>
12482
12483 PR gdb/22010:
12484 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
12485
12486 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
12487
12488 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
12489
12490 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
12491
12492 * gdb.threads/tls-nodebug-pie.c: New file.
12493 * gdb.threads/tls-nodebug-pie.exp: New file.
12494
12495 2017-09-05 Tom Tromey <tom@tromey.com>
12496
12497 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
12498 for rust.
12499
12500 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
12501
12502 * gdb.multi/multi-arch-exec.exp: Test with different
12503 "follow-exec-mode" settings.
12504 (do_test): New procedure.
12505
12506 2017-09-04 Pedro Alves <palves@redhat.com>
12507
12508 * gdb.base/func-static.c (S::method const, S::method volatile)
12509 (S::method volatile const): New methods.
12510 (c_s, v_s, cv_s): New instances.
12511 (main): Call method() on them.
12512 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
12513 (cannot_resolve): New procedure.
12514 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
12515 print-quote-unquoted columns.
12516 (do_test): Test printing each scope too.
12517
12518 2017-09-04 Pedro Alves <palves@redhat.com>
12519
12520 * gdb.base/local-static.exp: Also test with
12521 class::method::variable wholly quoted.
12522 * gdb.cp/m-static.exp (class::method::variable): Remove test.
12523
12524 2017-09-04 Pedro Alves <palves@redhat.com>
12525
12526 * gdb.base/local-static.c: New.
12527 * gdb.base/local-static.cc: New.
12528 * gdb.base/local-static.exp: New.
12529
12530 2017-09-04 Pedro Alves <palves@redhat.com>
12531
12532 * gdb.asm/asm-source.exp: Add casts to int.
12533 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
12534 (dataglobal64_1, dataglobal64_2): New globals.
12535 * gdb.base/nodebug.exp: Test different expressions involving the
12536 new globals, with print, whatis and ptype. Add casts to int.
12537 * gdb.base/solib-display.exp: Add casts to int.
12538 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
12539 * gdb.cp/m-static.exp: Add cast to int.
12540 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
12541 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
12542 tls variable with no debug info without a cast. Test with a cast
12543 to int too.
12544 * gdb.trace/entry-values.exp: Add casts.
12545
12546 2017-09-04 Pedro Alves <palves@redhat.com>
12547
12548 * gdb.base/nodebug.exp: Test that ptype's error about functions
12549 with unknown return type includes the function name too.
12550
12551 2017-09-04 Pedro Alves <palves@redhat.com>
12552
12553 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
12554 return type of munmap in infcall.
12555 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
12556 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
12557 type of ftell in infcall.
12558 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
12559 type of getpid in infcall.
12560 * gdb.base/infcall-exec.exp: Cast return type of execlp in
12561 infcall.
12562 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
12563 Bail on failure to extract the pid.
12564 * gdb.base/nodebug.c: #include <stdint.h>.
12565 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
12566 New functions.
12567 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
12568 Change expected output of print/whatis/ptype with functions with
12569 no debug info. Test all supported languages. Call
12570 test_call_promotion.
12571 * gdb.compile/compile.exp: Adjust expected output to expect
12572 warning.
12573 * gdb.threads/siginfo-threads.exp: Likewise.
12574
12575 2017-09-04 Pedro Alves <palves@redhat.com>
12576
12577 * gdb.base/callfuncs.exp (do_function_calls): New parameter
12578 "prototypes". Test calling float functions via prototyped and
12579 unprototyped function pointers.
12580 (perform_all_tests): New parameter "prototypes". Pass it down.
12581 (top level): Pass down "prototypes" parameter to
12582 perform_all_tests.
12583
12584 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
12585
12586 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
12587 Test with nested loops.
12588
12589 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
12590
12591 * gdb.base/commands.exp: Call the new procedures.
12592 (loop_break_test, loop_continue_test): New procedures.
12593
12594 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
12595
12596 * gdb.base/commands.exp: Call new procedure.
12597 (define_if_without_arg_test): New procedure.
12598
12599 2017-09-04 Pedro Alves <palves@redhat.com>
12600
12601 * gdb.base/list-ambiguous.exp: New file.
12602 * gdb.base/list-ambiguous0.c: New file.
12603 * gdb.base/list-ambiguous1.c: New file.
12604 * gdb.base/list.exp (test_list_range): Adjust expected output.
12605
12606 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
12607
12608 * gdb.base/share-env-with-gdbserver.c: New file.
12609 * gdb.base/share-env-with-gdbserver.exp: Likewise.
12610
12611 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
12612
12613 * gdb.base/commands.exp (gdbvar_simple_if_test,
12614 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
12615 progvar_simple_if_test, progvar_simple_while_test,
12616 progvar_complex_if_while_test, user_defined_command_test,
12617 user_defined_command_args_eval,
12618 user_defined_command_args_stack_test,
12619 user_defined_command_manyargs_test, bp_deleted_in_command_test,
12620 temporary_breakpoint_commands,
12621 gdb_test_no_prompt, redefine_hook_test,
12622 redefine_backtrace_test): Remove "global gdb_prompt".
12623
12624 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
12625
12626 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
12627 New proc, call it from toplevel.
12628
12629 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
12630
12631 PR remote/21852
12632 * gdb.server/normal.c: New file, copied from gdb.base.
12633 * gdb.server/run-without-local-binary.exp: New file.
12634
12635 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
12636
12637 * gdb.arch/sparc64-adi.exp: New file.
12638 * gdb.arch/sparc64-adi.c: New file.
12639
12640 2017-08-22 Pedro Alves <palves@redhat.com>
12641
12642 * gdb.cp/overload.exp (line_range_pattern): New procedure.
12643 (top level): Add "list all overloads" tests.
12644
12645 2017-08-22 Tom Tromey <tom@tromey.com>
12646
12647 * gdb.gdb/xfullpath.exp: Remove.
12648
12649 2017-08-21 Pedro Alves <palves@redhat.com>
12650
12651 PR gdb/19487
12652 * gdb.base/symbol-alias.c: New.
12653 * gdb.base/symbol-alias2.c: New.
12654 * gdb.base/symbol-alias.exp: New.
12655
12656 2017-08-21 Pedro Alves <palves@redhat.com>
12657
12658 * gdb.base/dfp-test.c
12659 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
12660 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
12661 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
12662 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
12663 * gdb.base/whatis-ptype-typedefs.c: New.
12664 * gdb.base/whatis-ptype-typedefs.exp: New.
12665 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
12666 (an_int, an_int_type, an_int_type2): New globals.
12667 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
12668 involving typedefs and cast expressions.
12669 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
12670 (lookup_typedefs_function): New.
12671 (typedefs_pretty_printers_dict): New.
12672 (top level): Register lookup_typedefs_function in
12673 gdb.pretty_printers.
12674
12675 2017-08-18 Yao Qi <yao.qi@linaro.org>
12676
12677 * gdb.server/unittest.exp: New.
12678
12679 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
12680
12681 PR gdb/21954
12682 * gdb.base/environ.exp: Add test to check if 'unset environment'
12683 works.
12684
12685 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
12686
12687 * lib/gdb.exp (universal_compile_options): New caching proc.
12688 (gdb_compile): Suppress GCC's coloring of messages.
12689
12690 2017-08-14 Tom Tromey <tom@tromey.com>
12691
12692 PR gdb/21675:
12693 * gdb.base/printcmds.exp (test_radices): New function.
12694 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
12695 * gdb.base/sizeof.exp (check_valueof): Use p/d.
12696 * lib/gdb.exp (get_integer_valueof): Use p/d.
12697
12698 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
12699
12700 * lib/gdb.exp (get_valueof): Don't capture end-of-line
12701 characters.
12702
12703 2017-08-05 Tom Tromey <tom@tromey.com>
12704
12705 * gdb.rust/simple.exp: Allow String to appear in a different
12706 namespace.
12707
12708 2017-07-26 Yao Qi <yao.qi@linaro.org>
12709
12710 * gdb.gdb/unittest.exp: Invoke command
12711 "maintenance check xml-descriptions".
12712
12713 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12714
12715 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
12716 calling context.
12717 (hex128): Drop erroneous calculation of parameters.
12718
12719 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
12720
12721 * gdb.python/py-unwind.exp: Disable stack protection when
12722 building test file.
12723
12724 2017-07-20 Pedro Alves <palves@redhat.com>
12725
12726 * gdb.base/default.exp (set language): Adjust expected output.
12727
12728 2017-07-20 Pedro Alves <palves@redhat.com>
12729
12730 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
12731 (test_minsym): ... this, and make static.
12732 (get_pck__foo__bar__minsym): Rename to ...
12733 (get_test_minsym): ... this.
12734 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
12735 symbol names and comments.
12736 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
12737 (get_test_minsym): ... this.
12738 (pck__foo__bar__minsym__2): Rename to ...
12739 (test_minsym): ... this.
12740 (main): Adjust.
12741
12742 2017-07-17 Pedro Alves <palves@redhat.com>
12743
12744 * gdb.base/completion.exp: Adjust expected output.
12745 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
12746 the completer works.
12747
12748 2017-07-17 Pedro Alves <palves@redhat.com>
12749
12750 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
12751
12752 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
12753
12754 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
12755
12756 2017-07-14 Tom Tromey <tom@tromey.com>
12757
12758 PR rust/21764:
12759 * gdb.rust/simple.exp: Add tests.
12760
12761 2017-07-14 Tom Tromey <tom@tromey.com>
12762
12763 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
12764
12765 2017-07-14 Pedro Alves <palves@redhat.com>
12766
12767 * gdb.linespec/base/one/thefile.cc (z1): New function.
12768 * gdb.linespec/base/two/thefile.cc (z2): New function.
12769 * gdb.linespec/linespec.exp: Add tests.
12770
12771 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
12772
12773 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
12774 to mi_create_breakpoint.
12775
12776 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
12777
12778 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
12779 mi_create_breakpoint.
12780
12781 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
12782
12783 * gdb.dlang/demangle.exp: Update for demangling changes.
12784
12785 2017-07-09 Tom Tromey <tom@tromey.com>
12786
12787 * gdb.dwarf2/shortpiece.exp: New file.
12788
12789 2017-07-06 David Blaikie <dblaikie@gmail.com>
12790
12791 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
12792 built from fissiont-multi-cu{1,2}.c.
12793 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
12794 except putting 'main' and 'func' in separate CUs in the same DWO file.
12795 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
12796 test.
12797 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
12798 test.
12799
12800 2017-07-06 Pedro Alves <palves@redhat.com>
12801
12802 * gdb.python/py-unwind.exp: Test flushregs.
12803
12804 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
12805
12806 PR cli/21688
12807 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
12808 tests for alias commands and trailing whitespace.
12809
12810 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
12811
12812 PR cli/21688
12813 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
12814 procedure. Call it.
12815
12816 2017-06-29 Pedro Alves <palves@redhat.com>
12817
12818 * gdb.base/printcmds.exp: Add tests.
12819
12820 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
12821
12822 PR gdb/21337
12823 * gdb.base/reread-readsym.exp: New file.
12824 * gdb.base/reread-readsym.c: New file.
12825
12826 2017-06-21 Kevin Buettner <kevinb@redhat.com>
12827
12828 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
12829 subpattern.
12830
12831 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
12832
12833 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
12834 extended mnemonic.
12835 * gdb.arch/powerpc-power9.s: Likewise.
12836
12837 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
12838
12839 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
12840 on 32-bit x86 targets. Exploit is_*_target macros where
12841 appropriate.
12842
12843 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12844
12845 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
12846 register pieces.
12847
12848 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12849
12850 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
12851 located in one or more DWARF pieces.
12852
12853 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12854
12855 * lib/gdb.exp (get_endianness): New proc.
12856 * gdb.arch/aarch64-fp.exp: Use it.
12857 * gdb.arch/altivec-regs.exp: Likewise.
12858 * gdb.arch/e500-regs.exp: Likewise.
12859 * gdb.arch/vsx-regs.exp: Likewise.
12860 * gdb.base/dump.exp: Likewise.
12861 * gdb.base/funcargs.exp: Likewise.
12862 * gdb.base/gnu_vector.exp: Likewise.
12863 * gdb.dwarf2/formdata16.exp: Likewise.
12864 * gdb.dwarf2/implptrpiece.exp: Likewise.
12865 * gdb.dwarf2/nonvar-access.exp: Likewise.
12866 * gdb.python/py-inferior.exp: Likewise.
12867 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
12868
12869 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12870
12871 PR gdb/21226
12872 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
12873 stack value pieces are taken from the LSB end.
12874
12875 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12876
12877 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
12878 variable at nonzero offset.
12879
12880 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12881
12882 * gdb.dwarf2/var-access.c: New file.
12883 * gdb.dwarf2/var-access.exp: New test.
12884 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
12885
12886 2017-06-12 Tom Tromey <tom@tromey.com>
12887
12888 * gdb.dwarf2/formdata16.exp: Add tests.
12889
12890 2017-06-12 Tom Tromey <tom@tromey.com>
12891
12892 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
12893
12894 2017-06-12 Tom Tromey <tom@tromey.com>
12895
12896 PR exp/16225:
12897 * gdb.reverse/i386-sse-reverse.exp: Update tests.
12898 * gdb.arch/vsx-regs.exp: Update tests.
12899 * gdb.arch/s390-vregs.exp (hex128): New proc.
12900 Update test.
12901 * gdb.arch/altivec-regs.exp: Update tests.
12902
12903 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
12904
12905 * gdb.base/startup-with-shell.c: New file.
12906 * gdb.base/startup-with-shell.exp: Likewise.
12907
12908 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
12909
12910 * gdb.server/non-existing-program.exp: Update regex in order to
12911 reflect the fact that gdbserver is now using fork_inferior (with a
12912 shell) to startup the inferior.
12913
12914 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
12915
12916 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
12917 support function calls from GDB.
12918
12919 2017-05-21 Tom Tromey <tom@tromey.com>
12920
12921 PR rust/21466:
12922 * gdb.rust/unsized.exp: New file.
12923 * gdb.rust/unsized.rs: New file.
12924
12925 2017-05-19 Tom Tromey <tom@tromey.com>
12926
12927 PR rust/21484:
12928 * gdb.rust/watch.exp: New file.
12929 * gdb.rust/watch.rs: New file.
12930
12931 2017-05-18 Tom Tromey <tom@tromey.com>
12932
12933 * gdb.rust/simple.exp: Allow Box to be qualified.
12934
12935 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
12936
12937 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
12938
12939 2017-05-18 Pedro Alves <palves@redhat.com>
12940
12941 * gdb.base/fileio.c (test_write, test_read, test_close)
12942 (test_fstat): Don't print 'ret' in the fail path.
12943
12944 2017-05-18 Pedro Alves <palves@redhat.com>
12945
12946 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
12947 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
12948 (test_system, test_rename, test_unlink, test_time): Change
12949 prototypes.
12950 * gdb.base/fileio.exp (stop_msg): Adjust.
12951
12952 2017-05-18 Pedro Alves <palves@redhat.com>
12953
12954 * gdb.base/fileio.c (null_str): New global.
12955 (test_stat): Use it.
12956 * gdb.base/fileio.exp: Remove nowarnings.
12957
12958 2017-05-17 Yao Qi <yao.qi@linaro.org>
12959
12960 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
12961
12962 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
12963
12964 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
12965 argument command.
12966 (top-level): Invoke test_set_inferior_tty.
12967
12968 2017-05-04 Pedro Alves <palves@redhat.com>
12969
12970 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
12971 Add parens to print call for Python 3.
12972
12973 2017-05-03 Keith Seitz <keiths@redhat.com>
12974
12975 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
12976 (main): Call it.
12977
12978 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
12979
12980 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
12981 to prev and next.
12982
12983 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
12984
12985 * gdb.python/py-record-btrace.exp: Remove test for
12986 gdb.BtraceInstruction.error.
12987
12988 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
12989
12990 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
12991
12992 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
12993
12994 * gdb.python/py-record-btrace-threads.c: New file.
12995 * gdb.python/py-record-btrace-threads.exp: New file.
12996
12997 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
12998
12999 PR testsuite/8595
13000 * gdb.base/environ.exp: Make test available in all architectures.
13001 Move bits related to "info program" testing to
13002 gdb.base/info-program.exp. Rewrite tests to use the two new
13003 procedures mentione below.
13004 (test_set_show_env_var) New procedure.
13005 (test_set_show_env_var_equal): Likewise.
13006 * gdb.base/info-program.exp: New file.
13007
13008 2017-04-27 Keith Seitz <keiths@redhat.com>
13009
13010 * gdb.cp/oranking.cc (test15): New function.
13011 (main): Call test15 and declare additional variables for testing.
13012 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
13013 "p foo101('abc')" tests.
13014 Add tests for cv qualifier overloads.
13015 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
13016 "lvalue reference overload" test.
13017 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
13018 "print value of f1 on Child&& in f2" test.
13019
13020 2017-04-19 Pedro Alves <palves@redhat.com>
13021
13022 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
13023 procedure.
13024 (top level): Call it.
13025 * lib/gdb.exp (gdb_define_cmd): New procedure.
13026
13027 2017-04-12 Pedro Alves <palves@redhat.com>
13028
13029 PR gdb/21323
13030 * gdb.cp/wide_char_types.c: Include <wchar.h>.
13031 (wchar): New global.
13032 * gdb.cp/wide_char_types.exp (wide_char_types_program)
13033 (do_test_wide_char, wide_char_types_no_program, top level): Add
13034 wchar_t testing.
13035
13036 2017-04-12 Pedro Alves <palves@redhat.com>
13037
13038 PR c++/21323
13039 * gdb.cp/wide_char_types.c: New file.
13040 * gdb.cp/wide_char_types.exp: New file.
13041
13042 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
13043
13044 PR gdb/21352
13045 * gdb.trace/tsv.exp: Add test for "tsave -r".
13046
13047 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
13048
13049 * gdb.dlang/watch-loc.c: New file.
13050 * gdb.dlang/watch-loc.exp: New file.
13051
13052 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
13053
13054 * gdb.python/py-section-script.exp (sepdebug): New testcases.
13055
13056 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
13057
13058 * gdb.arch/arc-analyze-prologue.S: New file.
13059 * gdb.arch/arc-analyze-prologue.exp: Likewise.
13060
13061 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
13062
13063 * gdb.arch/arc-decode-insn.S: New file.
13064 * gdb.arch/arc-decode-insn.exp: Likewise.
13065
13066 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
13067
13068 PR tdep/20928
13069 * gdb.arch/sparc64-regs.exp: New file.
13070 * gdb.arch/sparc64-regs.S: Likewise.
13071
13072 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
13073
13074 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
13075 and memory view on Python 3.
13076
13077 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
13078 Keith Seitz <keiths@redhat.com>
13079
13080 PR gdb/14441
13081 * gdb.cp/demangle.exp: Add rvalue reference tests.
13082 * gdb.cp/rvalue-ref-casts.cc: New file.
13083 * gdb.cp/rvalue-ref-casts.exp: New file.
13084 * gdb.cp/rvalue-ref-overload.cc: New file.
13085 * gdb.cp/rvalue-ref-overload.exp: New file.
13086 * gdb.cp/rvalue-ref-params.cc: New file.
13087 * gdb.cp/rvalue-ref-params.exp: New file.
13088 * gdb.cp/rvalue-ref-sizeof.cc: New file.
13089 * gdb.cp/rvalue-ref-sizeof.exp: New file.
13090 * gdb.cp/rvalue-ref-types.cc: New file.
13091 * gdb.cp/rvalue-ref-types.exp: New file.
13092 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
13093 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
13094
13095 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
13096
13097 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
13098 New procedure.
13099
13100 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
13101
13102 * lib/mi-support.exp (mi_gdb_test): Add additional message
13103 for unexpected output.
13104
13105 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
13106
13107 * gdb.base/examine-backward.c (Barrier): New character array
13108 constant, to ensure that TestStrings is preceded by a string
13109 terminator.
13110
13111 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13112
13113 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
13114 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
13115 and implicit pointer into such a location.
13116
13117 2017-03-16 Doug Evans <dje@google.com>
13118
13119 * gdb.python/py-lazy-string (pointer): Really add new typedef.
13120
13121 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
13122
13123 * gdb.cp/m-static.exp: Fix expectation for prototype of
13124 test5.single_constructor and single_constructor::single_constructor.
13125
13126 2017-03-16 Doug Evans <dje@google.com>
13127
13128 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
13129 * gdb.guile/scm-lazy-string.c: New file.
13130 * gdb.guile/scm-value.exp: Move lazy string tests to ...
13131 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
13132 for pointer, array, typedef lazy strings.
13133
13134 2017-03-16 Doug Evans <dje@google.com>
13135
13136 PR python/17728, python/18439, python/18779
13137 * gdb.python/py-value.c (main) Delete locals sptr, sn.
13138 * gdb.python/py-lazy-string.c (pointer): New typedef.
13139 (main): New locals ptr, array, typedef_ptr.
13140 * gdb.python/py-value.exp: Move lazy string tests to ...
13141 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
13142 array, typedef lazy strings.
13143
13144 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
13145
13146 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
13147 Add optional 'test' parameter.
13148
13149 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
13150
13151 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
13152 Skip for versions of DejaGnu < 1.5.
13153
13154 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
13155
13156 * lib/gdb.exp (dejagnu_version): New proc.
13157 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
13158 Use dejagnu_version.
13159
13160 2017-03-10 Keith Seitz <keiths@redhat.com>
13161
13162 PR c++/8128
13163 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
13164 type from destructor regexps.
13165 Add a branch which actually passes the test.
13166 Adjust "ptype t5i" test names.
13167
13168 2017-03-08 Pedro Alves <palves@redhat.com>
13169
13170 * gdb.base/step-over-exit.exp: Add explicit test message.
13171
13172 2017-03-08 Pedro Alves <palves@redhat.com>
13173
13174 PR gdb/18360
13175 * gdb.threads/interrupt-while-step-over.c: New file.
13176 * gdb.threads/interrupt-while-step-over.exp: New file.
13177
13178 2017-03-08 Pedro Alves <palves@redhat.com>
13179
13180 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
13181 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
13182
13183 2017-03-08 Pedro Alves <palves@redhat.com>
13184
13185 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
13186 PKRU as not supported as a PASS.
13187
13188 2017-03-08 Pedro Alves <palves@redhat.com>
13189
13190 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
13191 prefix instead of $binfile1/$binfile2.
13192 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
13193 in test message.
13194 * gdb.python/py-completion.exp: Use "load python file" as test
13195 messages instead of unstable path names.
13196
13197 2017-03-08 Pedro Alves <palves@redhat.com>
13198 Jan Kratochvil <jan.kratochvil@redhat.com>
13199
13200 PR cli/21218
13201 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
13202 New proc.
13203 (top level): Call it.
13204
13205 2017-03-08 Pedro Alves <palves@redhat.com>
13206
13207 PR tui/21216
13208 * gdb.tui/tui-nl-filtered-output.exp: New file.
13209
13210 2017-03-08 Pedro Alves <palves@redhat.com>
13211
13212 * gdb.base/completion.exp: Move TUI completion tests to ...
13213 * gdb.tui/completion.exp: ... this new file.
13214
13215 2017-03-08 Pedro Alves <palves@redhat.com>
13216
13217 * gdb.base/tui-disasm-long-lines.c,
13218 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
13219 gdb.base/tui-layout.exp: Move to ...
13220 * gdb.tui/: ... this new directory.
13221
13222 2017-03-07 Pedro Alves <palves@redhat.com>
13223
13224 * gdb.base/tui-layout.c: New file.
13225 * gdb.base/tui-layout.exp: New file.
13226
13227 2017-03-07 Pedro Alves <palves@redhat.com>
13228
13229 * gdb.base/tui-layout.c: Rename to ...
13230 * gdb.base/tui-disasm-long-lines.c: ... this.
13231 * gdb.base/tui-layout.exp: Rename to ...
13232 * gdb.base/tui-disasm-long-lines.exp: ... this.
13233
13234 2017-03-07 Pedro Alves <palves@redhat.com>
13235
13236 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
13237
13238 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
13239
13240 * i386-mpx-call.c: New file.
13241 * i386-mpx-call.exp: New file.
13242
13243 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
13244
13245 * gdb.arch/powerpc-power.exp: Delete test.
13246 * gdb.arch/powerpc-power.s: Likewise.
13247 * gdb.disasm/disassembler-options.exp: New test.
13248 * gdb.arch/powerpc-altivec.exp: Likewise.
13249 * gdb.arch/powerpc-altivec.s: Likewise.
13250 * gdb.arch/powerpc-altivec2.exp: Likewise.
13251 * gdb.arch/powerpc-altivec2.s: Likewise.
13252 * gdb.arch/powerpc-altivec3.exp: Likewise.
13253 * gdb.arch/powerpc-altivec3.s: Likewise.
13254 * gdb.arch/powerpc-power7.exp: Likewise.
13255 * gdb.arch/powerpc-power7.s: Likewise.
13256 * gdb.arch/powerpc-power8.exp: Likewise.
13257 * gdb.arch/powerpc-power8.s: Likewise.
13258 * gdb.arch/powerpc-power9.exp: Likewise.
13259 * gdb.arch/powerpc-power9.s: Likewise.
13260 * gdb.arch/powerpc-vsx.exp: Likewise.
13261 * gdb.arch/powerpc-vsx.s: Likewise.
13262 * gdb.arch/powerpc-vsx2.exp: Likewise.
13263 * gdb.arch/powerpc-vsx2.s: Likewise.
13264 * gdb.arch/powerpc-vsx3.exp: Likewise.
13265 * gdb.arch/powerpc-vsx3.s: Likewise.
13266 * gdb.arch/arm-disassembler-options.exp: Likewise.
13267 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
13268 * gdb.arch/s390-disassembler-options.exp: Likewise.
13269
13270 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
13271
13272 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
13273 (check_supported_features): ... this. Changed return type to void.
13274 (supports_rdseed): New static global.
13275 (rdseed): Check supports_rdseed.
13276 (initialize): Call check_supported_features.
13277
13278 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13279
13280 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
13281 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
13282 and lqarx/stqcx.
13283 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
13284 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
13285
13286 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13287
13288 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
13289 uppercase.
13290
13291 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13292
13293 * gdb.dwarf2/formdata16.c: New file.
13294 * gdb.dwarf2/formdata16.exp: New file.
13295 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
13296
13297 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13298
13299 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
13300 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
13301 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
13302 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
13303 DW_AT_GNU_*.
13304
13305 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13306
13307 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
13308
13309 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
13310
13311 PR gdb/21164
13312 * gdb.base/maint.exp: Add testcases for when the commands do
13313 not have arguments.
13314
13315 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
13316
13317 * gdb.cp/chained-calls.exp: Use p instead of P.
13318
13319 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
13320
13321 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
13322 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
13323
13324 2017-02-14 Tom Tromey <tom@tromey.com>
13325
13326 PR python/13598:
13327 * gdb.python/py-events.exp: Add before_prompt event tests.
13328
13329 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
13330
13331 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
13332
13333 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
13334
13335 * gdb.linespec/explicit.c (my_unique_function_name): New function.
13336 (main): Call my_unique_function_name.
13337 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
13338 completion of patterns with a single match.
13339 Add missing -re switches to gdb_test_multiple calls.
13340
13341 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
13342
13343 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
13344 return if core file is not recognized.
13345
13346 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
13347
13348 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
13349 and extra UIs.
13350
13351 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
13352
13353 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
13354 proc_with_prefix.
13355
13356 2017-02-10 Tom Tromey <tom@tromey.com>
13357
13358 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
13359
13360 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
13361
13362 PR gdb/21122
13363 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
13364
13365 2017-02-08 Jerome Guitton <guitton@adacore.com>
13366
13367 * gdb.base/define.exp: Add test for command abbreviations
13368 in define.
13369
13370 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
13371
13372 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
13373 * gdb.reverse/insn-reverse-x86.c: New file.
13374
13375 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
13376
13377 PR tdep/20936
13378 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
13379
13380 2017-02-03 Tom Tromey <tom@tromey.com>
13381
13382 PR rust/21097:
13383 * gdb.rust/simple.exp: Add new tests.
13384
13385 2017-02-02 Pedro Alves <palves@redhat.com>
13386
13387 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
13388 tests.
13389
13390 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13391
13392 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
13393 taking a 2-byte value out of a 4-byte DWARF implicit value on
13394 big-endian targets.
13395 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
13396 logic. Add test cases for DW_OP_implicit.
13397
13398 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13399
13400 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
13401
13402 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13403
13404 * gdb.btrace/enable.exp: Call gdb_exit before
13405 skip_gdbserver_tests.
13406
13407 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13408
13409 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
13410 GDBFLAGS.
13411
13412 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13413
13414 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
13415 the test is skipped.
13416 * gdb.btrace/data.exp: Likewise.
13417 * gdb.btrace/delta.exp: Likewise.
13418 * gdb.btrace/dlopen.exp: Likewise.
13419 * gdb.btrace/enable-running.exp: Likewise.
13420 * gdb.btrace/enable.exp: Likewise.
13421 * gdb.btrace/exception.exp: Likewise.
13422 * gdb.btrace/function_call_history.exp: Likewise.
13423 * gdb.btrace/gcore.exp: Likewise.
13424 * gdb.btrace/instruction_history.exp: Likewise.
13425 * gdb.btrace/multi-thread-step.exp: Likewise.
13426 * gdb.btrace/nohist.exp: Likewise.
13427 * gdb.btrace/non-stop.exp: Likewise.
13428 * gdb.btrace/reconnect.exp: Likewise.
13429 * gdb.btrace/record_goto-step.exp: Likewise.
13430 * gdb.btrace/record_goto.exp: Likewise.
13431 * gdb.btrace/rn-dl-bind.exp: Likewise.
13432 * gdb.btrace/segv.exp: Likewise.
13433 * gdb.btrace/step.exp: Likewise.
13434 * gdb.btrace/stepi.exp: Likewise.
13435 * gdb.btrace/tailcall-only.exp: Likewise.
13436 * gdb.btrace/tailcall.exp: Likewise.
13437 * gdb.btrace/tsx.exp: Likewise.
13438 * gdb.btrace/unknown_functions.exp: Likewise.
13439 * gdb.btrace/vdso.exp: Likewise.
13440
13441 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13442
13443 * gdb.btrace/enable-running.c: New.
13444 * gdb.btrace/enable-running.exp: New.
13445
13446 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
13447
13448 * gdb.arch/amd64-gs_base.c: New file.
13449 * gdb.arch/amd64-gs_base.exp: New file.
13450
13451 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
13452
13453 * lib/memory.exp: Remove spurious empty newlines.
13454
13455 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
13456
13457 * gdb.python/py-bad-printers.exp: Load python file using "source".
13458 * gdb.python/py-events.exp: Likewise.
13459 * gdb.python/py-evsignal.exp: Likewise.
13460 * gdb.python/py-evthreads.exp: Likewise.
13461 * gdb.python/py-frame-args.exp: Likewise.
13462 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
13463 * gdb.python/py-framefilter-mi.exp: Likewise.
13464 * gdb.python/py-framefilter.exp: Likewise.
13465 * gdb.python/py-mi.exp: Likewise.
13466 * gdb.python/py-pp-maint.exp: Likewise.
13467 * gdb.python/py-pp-registration.exp: Likewise.
13468 * gdb.python/py-prettyprint.exp: Likewise.
13469 (run_lang_tests): Likewise.
13470 * gdb.python/py-typeprint.exp: Likewise.
13471
13472 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
13473
13474 * lib/memory.exp: New file.
13475 * lib/gdb.exp: Load memory.exp.
13476 * gdb.base/memattr.exp (delete_memory): Move proc to
13477 lib/memory.exp and rename to delete_memory_regions.
13478 Replace delete_memory with delete_memory_regions.
13479 Cleanup memory regions before tests.
13480 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
13481 before tests.
13482
13483 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
13484
13485 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
13486 files.
13487 (initialize): New function conditionally defined.
13488 (testcases): Move within conditional block.
13489 (main): Call initialize.
13490 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
13491 of gdb.reverse/insn-reverse.c.
13492 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
13493 gdb.reverse/insn-reverse.c.
13494
13495 2017-01-26 Yao Qi <yao.qi@linaro.org>
13496
13497 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
13498 disassemble on address 0.
13499
13500 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
13501 Yao Qi <yao.qi@linaro.org>
13502
13503 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
13504 * gdb.dwarf2/implptr-64bit.S: Remove.
13505 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
13506 variables in caller's context. Add DW_OP_implicit_value.
13507
13508 2017-01-25 Yao Qi <yao.qi@linaro.org>
13509
13510 * lib/dwarf.exp (Dwarf::_location): Handle
13511 DW_OP_GNU_implicit_pointer with proper size.
13512
13513 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
13514
13515 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
13516 and add untested calls.
13517
13518 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
13519
13520 * gdb.python/python.exp: Check line number against what GDB thinks
13521 the line number is for func1.
13522
13523 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
13524
13525 * gdb.dlang/debug-expr.exp: New file.
13526
13527 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
13528
13529 Fix test names for the following files:
13530
13531 * gdb.ada/exec_changed.exp
13532 * gdb.ada/info_types.exp
13533 * gdb.arch/aarch64-atomic-inst.exp
13534 * gdb.arch/aarch64-fp.exp
13535 * gdb.arch/altivec-abi.exp
13536 * gdb.arch/altivec-regs.exp
13537 * gdb.arch/amd64-byte.exp
13538 * gdb.arch/amd64-disp-step.exp
13539 * gdb.arch/amd64-dword.exp
13540 * gdb.arch/amd64-entry-value-inline.exp
13541 * gdb.arch/amd64-entry-value-param.exp
13542 * gdb.arch/amd64-entry-value-paramref.exp
13543 * gdb.arch/amd64-entry-value.exp
13544 * gdb.arch/amd64-i386-address.exp
13545 * gdb.arch/amd64-invalid-stack-middle.exp
13546 * gdb.arch/amd64-invalid-stack-top.exp
13547 * gdb.arch/amd64-optimout-repeat.exp
13548 * gdb.arch/amd64-prologue-skip.exp
13549 * gdb.arch/amd64-prologue-xmm.exp
13550 * gdb.arch/amd64-stap-special-operands.exp
13551 * gdb.arch/amd64-stap-wrong-subexp.exp
13552 * gdb.arch/amd64-tailcall-cxx.exp
13553 * gdb.arch/amd64-tailcall-noret.exp
13554 * gdb.arch/amd64-tailcall-ret.exp
13555 * gdb.arch/amd64-tailcall-self.exp
13556 * gdb.arch/amd64-word.exp
13557 * gdb.arch/arm-bl-branch-dest.exp
13558 * gdb.arch/arm-disp-step.exp
13559 * gdb.arch/arm-neon.exp
13560 * gdb.arch/arm-single-step-kernel-helper.exp
13561 * gdb.arch/avr-flash-qualifier.exp
13562 * gdb.arch/disp-step-insn-reloc.exp
13563 * gdb.arch/e500-abi.exp
13564 * gdb.arch/e500-regs.exp
13565 * gdb.arch/ftrace-insn-reloc.exp
13566 * gdb.arch/i386-avx512.exp
13567 * gdb.arch/i386-bp_permanent.exp
13568 * gdb.arch/i386-byte.exp
13569 * gdb.arch/i386-cfi-notcurrent.exp
13570 * gdb.arch/i386-disp-step.exp
13571 * gdb.arch/i386-dr3-watch.exp
13572 * gdb.arch/i386-float.exp
13573 * gdb.arch/i386-gnu-cfi.exp
13574 * gdb.arch/i386-mpx-map.exp
13575 * gdb.arch/i386-mpx-sigsegv.exp
13576 * gdb.arch/i386-mpx-simple_segv.exp
13577 * gdb.arch/i386-mpx.exp
13578 * gdb.arch/i386-permbkpt.exp
13579 * gdb.arch/i386-prologue.exp
13580 * gdb.arch/i386-signal.exp
13581 * gdb.arch/i386-size-overlap.exp
13582 * gdb.arch/i386-unwind.exp
13583 * gdb.arch/i386-word.exp
13584 * gdb.arch/mips-fcr.exp
13585 * gdb.arch/powerpc-d128-regs.exp
13586 * gdb.arch/powerpc-stackless.exp
13587 * gdb.arch/ppc64-atomic-inst.exp
13588 * gdb.arch/s390-stackless.exp
13589 * gdb.arch/s390-tdbregs.exp
13590 * gdb.arch/s390-vregs.exp
13591 * gdb.arch/sparc-sysstep.exp
13592 * gdb.arch/thumb-bx-pc.exp
13593 * gdb.arch/thumb-singlestep.exp
13594 * gdb.arch/thumb2-it.exp
13595 * gdb.arch/vsx-regs.exp
13596 * gdb.asm/asm-source.exp
13597 * gdb.base/a2-run.exp
13598 * gdb.base/advance.exp
13599 * gdb.base/all-bin.exp
13600 * gdb.base/anon.exp
13601 * gdb.base/args.exp
13602 * gdb.base/arithmet.exp
13603 * gdb.base/async-shell.exp
13604 * gdb.base/async.exp
13605 * gdb.base/attach-pie-noexec.exp
13606 * gdb.base/attach-twice.exp
13607 * gdb.base/auto-load.exp
13608 * gdb.base/bang.exp
13609 * gdb.base/bitfields.exp
13610 * gdb.base/break-always.exp
13611 * gdb.base/break-caller-line.exp
13612 * gdb.base/break-entry.exp
13613 * gdb.base/break-inline.exp
13614 * gdb.base/break-on-linker-gcd-function.exp
13615 * gdb.base/break-probes.exp
13616 * gdb.base/break.exp
13617 * gdb.base/breakpoint-shadow.exp
13618 * gdb.base/call-ar-st.exp
13619 * gdb.base/call-sc.exp
13620 * gdb.base/call-signal-resume.exp
13621 * gdb.base/call-strs.exp
13622 * gdb.base/callfuncs.exp
13623 * gdb.base/catch-fork-static.exp
13624 * gdb.base/catch-gdb-caused-signals.exp
13625 * gdb.base/catch-load.exp
13626 * gdb.base/catch-signal-fork.exp
13627 * gdb.base/catch-signal.exp
13628 * gdb.base/catch-syscall.exp
13629 * gdb.base/charset.exp
13630 * gdb.base/checkpoint.exp
13631 * gdb.base/chng-syms.exp
13632 * gdb.base/code-expr.exp
13633 * gdb.base/code_elim.exp
13634 * gdb.base/commands.exp
13635 * gdb.base/completion.exp
13636 * gdb.base/complex.exp
13637 * gdb.base/cond-expr.exp
13638 * gdb.base/condbreak.exp
13639 * gdb.base/consecutive.exp
13640 * gdb.base/continue-all-already-running.exp
13641 * gdb.base/coredump-filter.exp
13642 * gdb.base/corefile.exp
13643 * gdb.base/dbx.exp
13644 * gdb.base/debug-expr.exp
13645 * gdb.base/define.exp
13646 * gdb.base/del.exp
13647 * gdb.base/disabled-location.exp
13648 * gdb.base/disasm-end-cu.exp
13649 * gdb.base/disasm-optim.exp
13650 * gdb.base/display.exp
13651 * gdb.base/duplicate-bp.exp
13652 * gdb.base/ena-dis-br.exp
13653 * gdb.base/ending-run.exp
13654 * gdb.base/enumval.exp
13655 * gdb.base/environ.exp
13656 * gdb.base/eu-strip-infcall.exp
13657 * gdb.base/eval-avoid-side-effects.exp
13658 * gdb.base/eval-skip.exp
13659 * gdb.base/exitsignal.exp
13660 * gdb.base/expand-psymtabs.exp
13661 * gdb.base/filesym.exp
13662 * gdb.base/find-unmapped.exp
13663 * gdb.base/finish.exp
13664 * gdb.base/float.exp
13665 * gdb.base/foll-exec-mode.exp
13666 * gdb.base/foll-exec.exp
13667 * gdb.base/foll-fork.exp
13668 * gdb.base/fortran-sym-case.exp
13669 * gdb.base/freebpcmd.exp
13670 * gdb.base/func-ptr.exp
13671 * gdb.base/func-ptrs.exp
13672 * gdb.base/funcargs.exp
13673 * gdb.base/gcore-buffer-overflow.exp
13674 * gdb.base/gcore-relro-pie.exp
13675 * gdb.base/gcore-relro.exp
13676 * gdb.base/gcore.exp
13677 * gdb.base/gdb1090.exp
13678 * gdb.base/gdb11530.exp
13679 * gdb.base/gdb11531.exp
13680 * gdb.base/gdb1821.exp
13681 * gdb.base/gdbindex-stabs.exp
13682 * gdb.base/gdbvars.exp
13683 * gdb.base/hbreak.exp
13684 * gdb.base/hbreak2.exp
13685 * gdb.base/included.exp
13686 * gdb.base/infcall-input.exp
13687 * gdb.base/inferior-died.exp
13688 * gdb.base/infnan.exp
13689 * gdb.base/info-macros.exp
13690 * gdb.base/info-os.exp
13691 * gdb.base/info-proc.exp
13692 * gdb.base/info-shared.exp
13693 * gdb.base/info-target.exp
13694 * gdb.base/infoline.exp
13695 * gdb.base/interp.exp
13696 * gdb.base/interrupt.exp
13697 * gdb.base/jit-reader.exp
13698 * gdb.base/jit-simple.exp
13699 * gdb.base/kill-after-signal.exp
13700 * gdb.base/kill-detach-inferiors-cmd.exp
13701 * gdb.base/label.exp
13702 * gdb.base/langs.exp
13703 * gdb.base/ldbl_e308.exp
13704 * gdb.base/line-symtabs.exp
13705 * gdb.base/linespecs.exp
13706 * gdb.base/list.exp
13707 * gdb.base/long_long.exp
13708 * gdb.base/longest-types.exp
13709 * gdb.base/maint.exp
13710 * gdb.base/max-value-size.exp
13711 * gdb.base/memattr.exp
13712 * gdb.base/mips_pro.exp
13713 * gdb.base/morestack.exp
13714 * gdb.base/moribund-step.exp
13715 * gdb.base/multi-forks.exp
13716 * gdb.base/nested-addr.exp
13717 * gdb.base/nextoverexit.exp
13718 * gdb.base/noreturn-finish.exp
13719 * gdb.base/noreturn-return.exp
13720 * gdb.base/nostdlib.exp
13721 * gdb.base/offsets.exp
13722 * gdb.base/opaque.exp
13723 * gdb.base/pc-fp.exp
13724 * gdb.base/permissions.exp
13725 * gdb.base/print-symbol-loading.exp
13726 * gdb.base/prologue-include.exp
13727 * gdb.base/psymtab.exp
13728 * gdb.base/ptype.exp
13729 * gdb.base/random-signal.exp
13730 * gdb.base/randomize.exp
13731 * gdb.base/range-stepping.exp
13732 * gdb.base/readline-ask.exp
13733 * gdb.base/recpar.exp
13734 * gdb.base/recurse.exp
13735 * gdb.base/relational.exp
13736 * gdb.base/restore.exp
13737 * gdb.base/return-nodebug.exp
13738 * gdb.base/return.exp
13739 * gdb.base/run-after-attach.exp
13740 * gdb.base/save-bp.exp
13741 * gdb.base/scope.exp
13742 * gdb.base/sect-cmd.exp
13743 * gdb.base/set-lang-auto.exp
13744 * gdb.base/set-noassign.exp
13745 * gdb.base/setvar.exp
13746 * gdb.base/sigall.exp
13747 * gdb.base/sigbpt.exp
13748 * gdb.base/siginfo-addr.exp
13749 * gdb.base/siginfo-infcall.exp
13750 * gdb.base/siginfo-obj.exp
13751 * gdb.base/siginfo.exp
13752 * gdb.base/signals-state-child.exp
13753 * gdb.base/signest.exp
13754 * gdb.base/sigstep.exp
13755 * gdb.base/sizeof.exp
13756 * gdb.base/skip.exp
13757 * gdb.base/solib-corrupted.exp
13758 * gdb.base/solib-nodir.exp
13759 * gdb.base/solib-search.exp
13760 * gdb.base/stack-checking.exp
13761 * gdb.base/stale-infcall.exp
13762 * gdb.base/stap-probe.exp
13763 * gdb.base/start.exp
13764 * gdb.base/step-break.exp
13765 * gdb.base/step-bt.exp
13766 * gdb.base/step-line.exp
13767 * gdb.base/step-over-exit.exp
13768 * gdb.base/step-over-syscall.exp
13769 * gdb.base/step-resume-infcall.exp
13770 * gdb.base/step-test.exp
13771 * gdb.base/store.exp
13772 * gdb.base/structs3.exp
13773 * gdb.base/sym-file.exp
13774 * gdb.base/symbol-without-target_section.exp
13775 * gdb.base/term.exp
13776 * gdb.base/testenv.exp
13777 * gdb.base/ui-redirect.exp
13778 * gdb.base/until.exp
13779 * gdb.base/unwindonsignal.exp
13780 * gdb.base/value-double-free.exp
13781 * gdb.base/vla-datatypes.exp
13782 * gdb.base/vla-ptr.exp
13783 * gdb.base/vla-sideeffect.exp
13784 * gdb.base/volatile.exp
13785 * gdb.base/watch-cond-infcall.exp
13786 * gdb.base/watch-cond.exp
13787 * gdb.base/watch-non-mem.exp
13788 * gdb.base/watch-read.exp
13789 * gdb.base/watch-vfork.exp
13790 * gdb.base/watchpoint-cond-gone.exp
13791 * gdb.base/watchpoint-delete.exp
13792 * gdb.base/watchpoint-hw-hit-once.exp
13793 * gdb.base/watchpoint-hw.exp
13794 * gdb.base/watchpoint-stops-at-right-insn.exp
13795 * gdb.base/watchpoints.exp
13796 * gdb.base/wchar.exp
13797 * gdb.base/whatis-exp.exp
13798 * gdb.btrace/buffer-size.exp
13799 * gdb.btrace/data.exp
13800 * gdb.btrace/delta.exp
13801 * gdb.btrace/dlopen.exp
13802 * gdb.btrace/enable.exp
13803 * gdb.btrace/exception.exp
13804 * gdb.btrace/function_call_history.exp
13805 * gdb.btrace/gcore.exp
13806 * gdb.btrace/instruction_history.exp
13807 * gdb.btrace/nohist.exp
13808 * gdb.btrace/reconnect.exp
13809 * gdb.btrace/record_goto-step.exp
13810 * gdb.btrace/record_goto.exp
13811 * gdb.btrace/rn-dl-bind.exp
13812 * gdb.btrace/segv.exp
13813 * gdb.btrace/step.exp
13814 * gdb.btrace/stepi.exp
13815 * gdb.btrace/tailcall-only.exp
13816 * gdb.btrace/tailcall.exp
13817 * gdb.btrace/tsx.exp
13818 * gdb.btrace/unknown_functions.exp
13819 * gdb.btrace/vdso.exp
13820 * gdb.compile/compile-ifunc.exp
13821 * gdb.compile/compile-ops.exp
13822 * gdb.compile/compile-print.exp
13823 * gdb.compile/compile-setjmp.exp
13824 * gdb.cp/abstract-origin.exp
13825 * gdb.cp/ambiguous.exp
13826 * gdb.cp/annota2.exp
13827 * gdb.cp/annota3.exp
13828 * gdb.cp/anon-ns.exp
13829 * gdb.cp/anon-struct.exp
13830 * gdb.cp/anon-union.exp
13831 * gdb.cp/arg-reference.exp
13832 * gdb.cp/baseenum.exp
13833 * gdb.cp/bool.exp
13834 * gdb.cp/breakpoint.exp
13835 * gdb.cp/bs15503.exp
13836 * gdb.cp/call-c.exp
13837 * gdb.cp/casts.exp
13838 * gdb.cp/chained-calls.exp
13839 * gdb.cp/class2.exp
13840 * gdb.cp/classes.exp
13841 * gdb.cp/cmpd-minsyms.exp
13842 * gdb.cp/converts.exp
13843 * gdb.cp/cp-relocate.exp
13844 * gdb.cp/cpcompletion.exp
13845 * gdb.cp/cpexprs.exp
13846 * gdb.cp/cplabel.exp
13847 * gdb.cp/cplusfuncs.exp
13848 * gdb.cp/cpsizeof.exp
13849 * gdb.cp/ctti.exp
13850 * gdb.cp/derivation.exp
13851 * gdb.cp/destrprint.exp
13852 * gdb.cp/dispcxx.exp
13853 * gdb.cp/enum-class.exp
13854 * gdb.cp/exception.exp
13855 * gdb.cp/exceptprint.exp
13856 * gdb.cp/expand-psymtabs-cxx.exp
13857 * gdb.cp/expand-sals.exp
13858 * gdb.cp/extern-c.exp
13859 * gdb.cp/filename.exp
13860 * gdb.cp/formatted-ref.exp
13861 * gdb.cp/fpointer.exp
13862 * gdb.cp/gdb1355.exp
13863 * gdb.cp/gdb2495.exp
13864 * gdb.cp/hang.exp
13865 * gdb.cp/impl-this.exp
13866 * gdb.cp/infcall-dlopen.exp
13867 * gdb.cp/inherit.exp
13868 * gdb.cp/iostream.exp
13869 * gdb.cp/koenig.exp
13870 * gdb.cp/local.exp
13871 * gdb.cp/m-data.exp
13872 * gdb.cp/m-static.exp
13873 * gdb.cp/mb-ctor.exp
13874 * gdb.cp/mb-inline.exp
13875 * gdb.cp/mb-templates.exp
13876 * gdb.cp/member-name.exp
13877 * gdb.cp/member-ptr.exp
13878 * gdb.cp/meth-typedefs.exp
13879 * gdb.cp/method.exp
13880 * gdb.cp/method2.exp
13881 * gdb.cp/minsym-fallback.exp
13882 * gdb.cp/misc.exp
13883 * gdb.cp/namelessclass.exp
13884 * gdb.cp/namespace-enum.exp
13885 * gdb.cp/namespace-nested-import.exp
13886 * gdb.cp/namespace.exp
13887 * gdb.cp/nextoverthrow.exp
13888 * gdb.cp/no-dmgl-verbose.exp
13889 * gdb.cp/non-trivial-retval.exp
13890 * gdb.cp/noparam.exp
13891 * gdb.cp/nsdecl.exp
13892 * gdb.cp/nsimport.exp
13893 * gdb.cp/nsnested.exp
13894 * gdb.cp/nsnoimports.exp
13895 * gdb.cp/nsrecurs.exp
13896 * gdb.cp/nsstress.exp
13897 * gdb.cp/nsusing.exp
13898 * gdb.cp/operator.exp
13899 * gdb.cp/oranking.exp
13900 * gdb.cp/overload-const.exp
13901 * gdb.cp/overload.exp
13902 * gdb.cp/ovldbreak.exp
13903 * gdb.cp/ovsrch.exp
13904 * gdb.cp/paren-type.exp
13905 * gdb.cp/parse-lang.exp
13906 * gdb.cp/pass-by-ref.exp
13907 * gdb.cp/pr-1023.exp
13908 * gdb.cp/pr-1210.exp
13909 * gdb.cp/pr-574.exp
13910 * gdb.cp/pr10687.exp
13911 * gdb.cp/pr12028.exp
13912 * gdb.cp/pr17132.exp
13913 * gdb.cp/pr17494.exp
13914 * gdb.cp/pr9067.exp
13915 * gdb.cp/pr9167.exp
13916 * gdb.cp/pr9631.exp
13917 * gdb.cp/printmethod.exp
13918 * gdb.cp/psmang.exp
13919 * gdb.cp/psymtab-parameter.exp
13920 * gdb.cp/ptype-cv-cp.exp
13921 * gdb.cp/ptype-flags.exp
13922 * gdb.cp/re-set-overloaded.exp
13923 * gdb.cp/ref-types.exp
13924 * gdb.cp/rtti.exp
13925 * gdb.cp/scope-err.exp
13926 * gdb.cp/shadow.exp
13927 * gdb.cp/smartp.exp
13928 * gdb.cp/static-method.exp
13929 * gdb.cp/static-print-quit.exp
13930 * gdb.cp/temargs.exp
13931 * gdb.cp/templates.exp
13932 * gdb.cp/try_catch.exp
13933 * gdb.cp/typedef-operator.exp
13934 * gdb.cp/typeid.exp
13935 * gdb.cp/userdef.exp
13936 * gdb.cp/using-crash.exp
13937 * gdb.cp/var-tag.exp
13938 * gdb.cp/virtbase.exp
13939 * gdb.cp/virtfunc.exp
13940 * gdb.cp/virtfunc2.exp
13941 * gdb.cp/vla-cxx.exp
13942 * gdb.disasm/t01_mov.exp
13943 * gdb.disasm/t02_mova.exp
13944 * gdb.disasm/t03_add.exp
13945 * gdb.disasm/t04_sub.exp
13946 * gdb.disasm/t05_cmp.exp
13947 * gdb.disasm/t06_ari2.exp
13948 * gdb.disasm/t07_ari3.exp
13949 * gdb.disasm/t08_or.exp
13950 * gdb.disasm/t09_xor.exp
13951 * gdb.disasm/t10_and.exp
13952 * gdb.disasm/t11_logs.exp
13953 * gdb.disasm/t12_bit.exp
13954 * gdb.disasm/t13_otr.exp
13955 * gdb.dlang/circular.exp
13956 * gdb.dwarf2/arr-stride.exp
13957 * gdb.dwarf2/arr-subrange.exp
13958 * gdb.dwarf2/atomic-type.exp
13959 * gdb.dwarf2/bad-regnum.exp
13960 * gdb.dwarf2/bitfield-parent-optimized-out.exp
13961 * gdb.dwarf2/callframecfa.exp
13962 * gdb.dwarf2/clztest.exp
13963 * gdb.dwarf2/corrupt.exp
13964 * gdb.dwarf2/data-loc.exp
13965 * gdb.dwarf2/dup-psym.exp
13966 * gdb.dwarf2/dw2-anon-mptr.exp
13967 * gdb.dwarf2/dw2-anonymous-func.exp
13968 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
13969 * gdb.dwarf2/dw2-bad-unresolved.exp
13970 * gdb.dwarf2/dw2-basic.exp
13971 * gdb.dwarf2/dw2-canonicalize-type.exp
13972 * gdb.dwarf2/dw2-case-insensitive.exp
13973 * gdb.dwarf2/dw2-common-block.exp
13974 * gdb.dwarf2/dw2-compdir-oldgcc.exp
13975 * gdb.dwarf2/dw2-compressed.exp
13976 * gdb.dwarf2/dw2-const.exp
13977 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
13978 * gdb.dwarf2/dw2-cu-size.exp
13979 * gdb.dwarf2/dw2-dup-frame.exp
13980 * gdb.dwarf2/dw2-entry-value.exp
13981 * gdb.dwarf2/dw2-icycle.exp
13982 * gdb.dwarf2/dw2-ifort-parameter.exp
13983 * gdb.dwarf2/dw2-inline-break.exp
13984 * gdb.dwarf2/dw2-inline-param.exp
13985 * gdb.dwarf2/dw2-intercu.exp
13986 * gdb.dwarf2/dw2-intermix.exp
13987 * gdb.dwarf2/dw2-lexical-block-bare.exp
13988 * gdb.dwarf2/dw2-linkage-name-trust.exp
13989 * gdb.dwarf2/dw2-minsym-in-cu.exp
13990 * gdb.dwarf2/dw2-noloc.exp
13991 * gdb.dwarf2/dw2-op-call.exp
13992 * gdb.dwarf2/dw2-op-out-param.exp
13993 * gdb.dwarf2/dw2-opt-structptr.exp
13994 * gdb.dwarf2/dw2-param-error.exp
13995 * gdb.dwarf2/dw2-producer.exp
13996 * gdb.dwarf2/dw2-ranges-base.exp
13997 * gdb.dwarf2/dw2-ref-missing-frame.exp
13998 * gdb.dwarf2/dw2-reg-undefined.exp
13999 * gdb.dwarf2/dw2-regno-invalid.exp
14000 * gdb.dwarf2/dw2-restore.exp
14001 * gdb.dwarf2/dw2-restrict.exp
14002 * gdb.dwarf2/dw2-single-line-discriminators.exp
14003 * gdb.dwarf2/dw2-strp.exp
14004 * gdb.dwarf2/dw2-undefined-ret-addr.exp
14005 * gdb.dwarf2/dw2-unresolved.exp
14006 * gdb.dwarf2/dw2-var-zero-addr.exp
14007 * gdb.dwarf2/dw4-sig-types.exp
14008 * gdb.dwarf2/dwz.exp
14009 * gdb.dwarf2/dynarr-ptr.exp
14010 * gdb.dwarf2/enum-type.exp
14011 * gdb.dwarf2/gdb-index.exp
14012 * gdb.dwarf2/implptr-64bit.exp
14013 * gdb.dwarf2/implptr-optimized-out.exp
14014 * gdb.dwarf2/implptr.exp
14015 * gdb.dwarf2/implref-array.exp
14016 * gdb.dwarf2/implref-const.exp
14017 * gdb.dwarf2/implref-global.exp
14018 * gdb.dwarf2/implref-struct.exp
14019 * gdb.dwarf2/mac-fileno.exp
14020 * gdb.dwarf2/main-subprogram.exp
14021 * gdb.dwarf2/member-ptr-forwardref.exp
14022 * gdb.dwarf2/method-ptr.exp
14023 * gdb.dwarf2/missing-sig-type.exp
14024 * gdb.dwarf2/nonvar-access.exp
14025 * gdb.dwarf2/opaque-type-lookup.exp
14026 * gdb.dwarf2/pieces-optimized-out.exp
14027 * gdb.dwarf2/pieces.exp
14028 * gdb.dwarf2/pr10770.exp
14029 * gdb.dwarf2/pr13961.exp
14030 * gdb.dwarf2/staticvirtual.exp
14031 * gdb.dwarf2/subrange.exp
14032 * gdb.dwarf2/symtab-producer.exp
14033 * gdb.dwarf2/trace-crash.exp
14034 * gdb.dwarf2/typeddwarf.exp
14035 * gdb.dwarf2/valop.exp
14036 * gdb.dwarf2/watch-notconst.exp
14037 * gdb.fortran/array-element.exp
14038 * gdb.fortran/charset.exp
14039 * gdb.fortran/common-block.exp
14040 * gdb.fortran/complex.exp
14041 * gdb.fortran/derived-type-function.exp
14042 * gdb.fortran/derived-type.exp
14043 * gdb.fortran/logical.exp
14044 * gdb.fortran/module.exp
14045 * gdb.fortran/multi-dim.exp
14046 * gdb.fortran/nested-funcs.exp
14047 * gdb.fortran/print-formatted.exp
14048 * gdb.fortran/subarray.exp
14049 * gdb.fortran/vla-alloc-assoc.exp
14050 * gdb.fortran/vla-datatypes.exp
14051 * gdb.fortran/vla-history.exp
14052 * gdb.fortran/vla-ptr-info.exp
14053 * gdb.fortran/vla-ptype-sub.exp
14054 * gdb.fortran/vla-ptype.exp
14055 * gdb.fortran/vla-sizeof.exp
14056 * gdb.fortran/vla-type.exp
14057 * gdb.fortran/vla-value-sub-arbitrary.exp
14058 * gdb.fortran/vla-value-sub-finish.exp
14059 * gdb.fortran/vla-value-sub.exp
14060 * gdb.fortran/vla-value.exp
14061 * gdb.fortran/whatis_type.exp
14062 * gdb.go/chan.exp
14063 * gdb.go/handcall.exp
14064 * gdb.go/hello.exp
14065 * gdb.go/integers.exp
14066 * gdb.go/methods.exp
14067 * gdb.go/package.exp
14068 * gdb.go/strings.exp
14069 * gdb.go/types.exp
14070 * gdb.go/unsafe.exp
14071 * gdb.guile/scm-arch.exp
14072 * gdb.guile/scm-block.exp
14073 * gdb.guile/scm-breakpoint.exp
14074 * gdb.guile/scm-cmd.exp
14075 * gdb.guile/scm-disasm.exp
14076 * gdb.guile/scm-equal.exp
14077 * gdb.guile/scm-frame-args.exp
14078 * gdb.guile/scm-frame-inline.exp
14079 * gdb.guile/scm-frame.exp
14080 * gdb.guile/scm-iterator.exp
14081 * gdb.guile/scm-math.exp
14082 * gdb.guile/scm-objfile.exp
14083 * gdb.guile/scm-ports.exp
14084 * gdb.guile/scm-symbol.exp
14085 * gdb.guile/scm-symtab.exp
14086 * gdb.guile/scm-value-cc.exp
14087 * gdb.guile/types-module.exp
14088 * gdb.linespec/break-ask.exp
14089 * gdb.linespec/cpexplicit.exp
14090 * gdb.linespec/explicit.exp
14091 * gdb.linespec/keywords.exp
14092 * gdb.linespec/linespec.exp
14093 * gdb.linespec/ls-dollar.exp
14094 * gdb.linespec/ls-errs.exp
14095 * gdb.linespec/skip-two.exp
14096 * gdb.linespec/thread.exp
14097 * gdb.mi/mi-async.exp
14098 * gdb.mi/mi-basics.exp
14099 * gdb.mi/mi-break.exp
14100 * gdb.mi/mi-catch-load.exp
14101 * gdb.mi/mi-cli.exp
14102 * gdb.mi/mi-cmd-param-changed.exp
14103 * gdb.mi/mi-console.exp
14104 * gdb.mi/mi-detach.exp
14105 * gdb.mi/mi-disassemble.exp
14106 * gdb.mi/mi-eval.exp
14107 * gdb.mi/mi-file-transfer.exp
14108 * gdb.mi/mi-file.exp
14109 * gdb.mi/mi-fill-memory.exp
14110 * gdb.mi/mi-inheritance-syntax-error.exp
14111 * gdb.mi/mi-linespec-err-cp.exp
14112 * gdb.mi/mi-logging.exp
14113 * gdb.mi/mi-memory-changed.exp
14114 * gdb.mi/mi-read-memory.exp
14115 * gdb.mi/mi-record-changed.exp
14116 * gdb.mi/mi-reg-undefined.exp
14117 * gdb.mi/mi-regs.exp
14118 * gdb.mi/mi-return.exp
14119 * gdb.mi/mi-reverse.exp
14120 * gdb.mi/mi-simplerun.exp
14121 * gdb.mi/mi-solib.exp
14122 * gdb.mi/mi-stack.exp
14123 * gdb.mi/mi-stepi.exp
14124 * gdb.mi/mi-syn-frame.exp
14125 * gdb.mi/mi-until.exp
14126 * gdb.mi/mi-var-block.exp
14127 * gdb.mi/mi-var-child.exp
14128 * gdb.mi/mi-var-cmd.exp
14129 * gdb.mi/mi-var-cp.exp
14130 * gdb.mi/mi-var-display.exp
14131 * gdb.mi/mi-var-invalidate.exp
14132 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
14133 * gdb.mi/mi-vla-fortran.exp
14134 * gdb.mi/mi-watch.exp
14135 * gdb.mi/mi2-var-child.exp
14136 * gdb.mi/user-selected-context-sync.exp
14137 * gdb.modula2/unbounded-array.exp
14138 * gdb.multi/dummy-frame-restore.exp
14139 * gdb.multi/multi-arch-exec.exp
14140 * gdb.multi/multi-arch.exp
14141 * gdb.multi/tids.exp
14142 * gdb.multi/watchpoint-multi.exp
14143 * gdb.opencl/callfuncs.exp
14144 * gdb.opencl/convs_casts.exp
14145 * gdb.opencl/datatypes.exp
14146 * gdb.opencl/operators.exp
14147 * gdb.opencl/vec_comps.exp
14148 * gdb.opt/clobbered-registers-O2.exp
14149 * gdb.opt/inline-break.exp
14150 * gdb.opt/inline-bt.exp
14151 * gdb.opt/inline-cmds.exp
14152 * gdb.opt/inline-locals.exp
14153 * gdb.pascal/case-insensitive-symbols.exp
14154 * gdb.pascal/floats.exp
14155 * gdb.pascal/gdb11492.exp
14156 * gdb.python/lib-types.exp
14157 * gdb.python/py-arch.exp
14158 * gdb.python/py-as-string.exp
14159 * gdb.python/py-bad-printers.exp
14160 * gdb.python/py-block.exp
14161 * gdb.python/py-breakpoint-create-fail.exp
14162 * gdb.python/py-breakpoint.exp
14163 * gdb.python/py-caller-is.exp
14164 * gdb.python/py-cmd.exp
14165 * gdb.python/py-explore-cc.exp
14166 * gdb.python/py-explore.exp
14167 * gdb.python/py-finish-breakpoint.exp
14168 * gdb.python/py-finish-breakpoint2.exp
14169 * gdb.python/py-frame-args.exp
14170 * gdb.python/py-frame-inline.exp
14171 * gdb.python/py-frame.exp
14172 * gdb.python/py-framefilter-mi.exp
14173 * gdb.python/py-infthread.exp
14174 * gdb.python/py-lazy-string.exp
14175 * gdb.python/py-linetable.exp
14176 * gdb.python/py-mi-events.exp
14177 * gdb.python/py-mi-objfile.exp
14178 * gdb.python/py-mi.exp
14179 * gdb.python/py-objfile.exp
14180 * gdb.python/py-pp-integral.exp
14181 * gdb.python/py-pp-maint.exp
14182 * gdb.python/py-pp-re-notag.exp
14183 * gdb.python/py-pp-registration.exp
14184 * gdb.python/py-recurse-unwind.exp
14185 * gdb.python/py-strfns.exp
14186 * gdb.python/py-symbol.exp
14187 * gdb.python/py-symtab.exp
14188 * gdb.python/py-sync-interp.exp
14189 * gdb.python/py-typeprint.exp
14190 * gdb.python/py-unwind-maint.exp
14191 * gdb.python/py-unwind.exp
14192 * gdb.python/py-value-cc.exp
14193 * gdb.python/py-xmethods.exp
14194 * gdb.reverse/amd64-tailcall-reverse.exp
14195 * gdb.reverse/break-precsave.exp
14196 * gdb.reverse/break-reverse.exp
14197 * gdb.reverse/consecutive-precsave.exp
14198 * gdb.reverse/consecutive-reverse.exp
14199 * gdb.reverse/finish-precsave.exp
14200 * gdb.reverse/finish-reverse-bkpt.exp
14201 * gdb.reverse/finish-reverse.exp
14202 * gdb.reverse/fstatat-reverse.exp
14203 * gdb.reverse/getresuid-reverse.exp
14204 * gdb.reverse/i386-precsave.exp
14205 * gdb.reverse/i386-reverse.exp
14206 * gdb.reverse/i386-sse-reverse.exp
14207 * gdb.reverse/i387-env-reverse.exp
14208 * gdb.reverse/i387-stack-reverse.exp
14209 * gdb.reverse/insn-reverse.exp
14210 * gdb.reverse/machinestate-precsave.exp
14211 * gdb.reverse/machinestate.exp
14212 * gdb.reverse/next-reverse-bkpt-over-sr.exp
14213 * gdb.reverse/pipe-reverse.exp
14214 * gdb.reverse/readv-reverse.exp
14215 * gdb.reverse/recvmsg-reverse.exp
14216 * gdb.reverse/rerun-prec.exp
14217 * gdb.reverse/s390-mvcle.exp
14218 * gdb.reverse/step-precsave.exp
14219 * gdb.reverse/step-reverse.exp
14220 * gdb.reverse/time-reverse.exp
14221 * gdb.reverse/until-precsave.exp
14222 * gdb.reverse/until-reverse.exp
14223 * gdb.reverse/waitpid-reverse.exp
14224 * gdb.reverse/watch-precsave.exp
14225 * gdb.reverse/watch-reverse.exp
14226 * gdb.rust/generics.exp
14227 * gdb.rust/methods.exp
14228 * gdb.rust/modules.exp
14229 * gdb.rust/simple.exp
14230 * gdb.server/connect-with-no-symbol-file.exp
14231 * gdb.server/ext-attach.exp
14232 * gdb.server/ext-restart.exp
14233 * gdb.server/ext-wrapper.exp
14234 * gdb.server/file-transfer.exp
14235 * gdb.server/server-exec-info.exp
14236 * gdb.server/server-kill.exp
14237 * gdb.server/server-mon.exp
14238 * gdb.server/wrapper.exp
14239 * gdb.stabs/exclfwd.exp
14240 * gdb.stabs/gdb11479.exp
14241 * gdb.threads/clone-new-thread-event.exp
14242 * gdb.threads/corethreads.exp
14243 * gdb.threads/current-lwp-dead.exp
14244 * gdb.threads/dlopen-libpthread.exp
14245 * gdb.threads/gcore-thread.exp
14246 * gdb.threads/sigstep-threads.exp
14247 * gdb.threads/watchpoint-fork.exp
14248 * gdb.trace/actions-changed.exp
14249 * gdb.trace/backtrace.exp
14250 * gdb.trace/change-loc.exp
14251 * gdb.trace/circ.exp
14252 * gdb.trace/collection.exp
14253 * gdb.trace/disconnected-tracing.exp
14254 * gdb.trace/ftrace.exp
14255 * gdb.trace/mi-trace-frame-collected.exp
14256 * gdb.trace/mi-trace-unavailable.exp
14257 * gdb.trace/mi-traceframe-changed.exp
14258 * gdb.trace/mi-tsv-changed.exp
14259 * gdb.trace/no-attach-trace.exp
14260 * gdb.trace/passc-dyn.exp
14261 * gdb.trace/qtro.exp
14262 * gdb.trace/range-stepping.exp
14263 * gdb.trace/read-memory.exp
14264 * gdb.trace/save-trace.exp
14265 * gdb.trace/signal.exp
14266 * gdb.trace/status-stop.exp
14267 * gdb.trace/tfile.exp
14268 * gdb.trace/trace-break.exp
14269 * gdb.trace/trace-buffer-size.exp
14270 * gdb.trace/trace-condition.exp
14271 * gdb.trace/tracefile-pseudo-reg.exp
14272 * gdb.trace/tstatus.exp
14273 * gdb.trace/unavailable.exp
14274 * gdb.trace/while-dyn.exp
14275 * gdb.trace/while-stepping.exp
14276
14277 2016-12-22 Doug Evans <xdje42@gmail.com>
14278
14279 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
14280 and msymbols.
14281
14282 2016-12-19 Yao Qi <yao.qi@linaro.org>
14283
14284 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
14285 (test_with_self): Don't call do_steps_and_nexts, and remove
14286 code about stepping into xmalloc.
14287
14288 2016-12-09 Yao Qi <yao.qi@linaro.org>
14289
14290 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
14291
14292 2016-12-09 Yao Qi <yao.qi@linaro.org>
14293
14294 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
14295
14296 2016-12-09 Pedro Alves <palves@redhat.com>
14297
14298 * gdb.base/all-architectures-0.exp: New file.
14299 * gdb.base/all-architectures-1.exp: New file.
14300 * gdb.base/all-architectures-2.exp: New file.
14301 * gdb.base/all-architectures-3.exp: New file.
14302 * gdb.base/all-architectures-4.exp: New file.
14303 * gdb.base/all-architectures-5.exp: New file.
14304 * gdb.base/all-architectures-6.exp: New file.
14305 * gdb.base/all-architectures-7.exp: New file.
14306 * gdb.base/all-architectures.exp.in: New file.
14307
14308 2016-12-09 Yao Qi <yao.qi@linaro.org>
14309
14310 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
14311
14312 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
14313
14314 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
14315 possible.
14316 Remove useless pattern-matching code.
14317
14318 2016-12-02 Pedro Alves <palves@redhat.com>
14319
14320 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
14321 procedure.
14322 (top level): Call it.
14323
14324 2016-12-02 Pedro Alves <palves@redhat.com>
14325
14326 * gdb.base/commands.exp (user_defined_command_args_stack_test):
14327 New procedure.
14328 (top level): Call it.
14329
14330 2016-12-02 Pedro Alves <palves@redhat.com>
14331
14332 PR cli/20559
14333 * gdb.base/commands.exp (user_defined_command_args_eval): New
14334 procedure.
14335 (top level): Call it.
14336
14337 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
14338
14339 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
14340 timeout handling.
14341
14342 2016-12-02 Tom Tromey <tom@tromey.com>
14343
14344 * gdb.dwarf2/main-subprogram.c: New file.
14345 * gdb.dwarf2/main-subprogram.exp: New file.
14346
14347 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14348
14349 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
14350 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
14351 gdb_test_no_output for a couple of cases.
14352 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
14353
14354 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14355
14356 Fix test names and standardize compilation error messages throughout
14357 the following files:
14358
14359 * gdb.ada/start.exp
14360 * gdb.arch/alpha-step.exp
14361 * gdb.arch/e500-prologue.exp
14362 * gdb.arch/ftrace-insn-reloc.exp
14363 * gdb.arch/gdb1291.exp
14364 * gdb.arch/gdb1431.exp
14365 * gdb.arch/gdb1558.exp
14366 * gdb.arch/i386-dr3-watch.exp
14367 * gdb.arch/i386-sse-stack-align.exp
14368 * gdb.arch/ia64-breakpoint-shadow.exp
14369 * gdb.arch/pa-nullify.exp
14370 * gdb.arch/powerpc-aix-prologue.exp
14371 * gdb.arch/thumb-bx-pc.exp
14372 * gdb.base/annota1.exp
14373 * gdb.base/annota3.exp
14374 * gdb.base/arrayidx.exp
14375 * gdb.base/assign.exp
14376 * gdb.base/attach.exp
14377 * gdb.base/auxv.exp
14378 * gdb.base/bang.exp
14379 * gdb.base/bfp-test.exp
14380 * gdb.base/bigcore.exp
14381 * gdb.base/bitfields2.exp
14382 * gdb.base/break-fun-addr.exp
14383 * gdb.base/break-probes.exp
14384 * gdb.base/call-rt-st.exp
14385 * gdb.base/callexit.exp
14386 * gdb.base/catch-fork-kill.exp
14387 * gdb.base/charset.exp
14388 * gdb.base/checkpoint.exp
14389 * gdb.base/comprdebug.exp
14390 * gdb.base/constvars.exp
14391 * gdb.base/coredump-filter.exp
14392 * gdb.base/cursal.exp
14393 * gdb.base/cvexpr.exp
14394 * gdb.base/detach.exp
14395 * gdb.base/display.exp
14396 * gdb.base/dmsym.exp
14397 * gdb.base/dprintf-pending.exp
14398 * gdb.base/dso2dso.exp
14399 * gdb.base/dtrace-probe.exp
14400 * gdb.base/dump.exp
14401 * gdb.base/enum_cond.exp
14402 * gdb.base/exe-lock.exp
14403 * gdb.base/exec-invalid-sysroot.exp
14404 * gdb.base/execl-update-breakpoints.exp
14405 * gdb.base/exprs.exp
14406 * gdb.base/fileio.exp
14407 * gdb.base/find.exp
14408 * gdb.base/finish.exp
14409 * gdb.base/fixsection.exp
14410 * gdb.base/foll-vfork.exp
14411 * gdb.base/frame-args.exp
14412 * gdb.base/gcore.exp
14413 * gdb.base/gdb1250.exp
14414 * gdb.base/global-var-nested-by-dso.exp
14415 * gdb.base/gnu-ifunc.exp
14416 * gdb.base/hashline1.exp
14417 * gdb.base/hashline2.exp
14418 * gdb.base/hashline3.exp
14419 * gdb.base/hbreak-in-shr-unsupported.exp
14420 * gdb.base/huge.exp
14421 * gdb.base/infcall-input.exp
14422 * gdb.base/info-fun.exp
14423 * gdb.base/info-shared.exp
14424 * gdb.base/jit-simple.exp
14425 * gdb.base/jit-so.exp
14426 * gdb.base/jit.exp
14427 * gdb.base/jump.exp
14428 * gdb.base/label.exp
14429 * gdb.base/lineinc.exp
14430 * gdb.base/logical.exp
14431 * gdb.base/longjmp.exp
14432 * gdb.base/macscp.exp
14433 * gdb.base/miscexprs.exp
14434 * gdb.base/new-ui-echo.exp
14435 * gdb.base/new-ui-pending-input.exp
14436 * gdb.base/new-ui.exp
14437 * gdb.base/nodebug.exp
14438 * gdb.base/nofield.exp
14439 * gdb.base/offsets.exp
14440 * gdb.base/overlays.exp
14441 * gdb.base/pending.exp
14442 * gdb.base/pointers.exp
14443 * gdb.base/pr11022.exp
14444 * gdb.base/printcmds.exp
14445 * gdb.base/prologue.exp
14446 * gdb.base/ptr-typedef.exp
14447 * gdb.base/realname-expand.exp
14448 * gdb.base/relativedebug.exp
14449 * gdb.base/relocate.exp
14450 * gdb.base/remote.exp
14451 * gdb.base/reread.exp
14452 * gdb.base/return2.exp
14453 * gdb.base/savedregs.exp
14454 * gdb.base/sep.exp
14455 * gdb.base/sepdebug.exp
14456 * gdb.base/sepsymtab.exp
14457 * gdb.base/set-inferior-tty.exp
14458 * gdb.base/setshow.exp
14459 * gdb.base/shlib-call.exp
14460 * gdb.base/sigaltstack.exp
14461 * gdb.base/siginfo-addr.exp
14462 * gdb.base/signals.exp
14463 * gdb.base/signull.exp
14464 * gdb.base/sigrepeat.exp
14465 * gdb.base/so-impl-ld.exp
14466 * gdb.base/solib-display.exp
14467 * gdb.base/solib-overlap.exp
14468 * gdb.base/solib-search.exp
14469 * gdb.base/solib-symbol.exp
14470 * gdb.base/structs.exp
14471 * gdb.base/structs2.exp
14472 * gdb.base/symtab-search-order.exp
14473 * gdb.base/twice.exp
14474 * gdb.base/unload.exp
14475 * gdb.base/varargs.exp
14476 * gdb.base/watchpoint-solib.exp
14477 * gdb.base/watchpoint.exp
14478 * gdb.base/whatis.exp
14479 * gdb.base/wrong_frame_bt_full.exp
14480 * gdb.btrace/dlopen.exp
14481 * gdb.cell/ea-standalone.exp
14482 * gdb.cell/ea-test.exp
14483 * gdb.cp/dispcxx.exp
14484 * gdb.cp/gdb2384.exp
14485 * gdb.cp/method2.exp
14486 * gdb.cp/nextoverthrow.exp
14487 * gdb.cp/pr10728.exp
14488 * gdb.disasm/am33.exp
14489 * gdb.disasm/h8300s.exp
14490 * gdb.disasm/mn10300.exp
14491 * gdb.disasm/sh3.exp
14492 * gdb.dwarf2/dw2-dir-file-name.exp
14493 * gdb.fortran/complex.exp
14494 * gdb.fortran/library-module.exp
14495 * gdb.guile/scm-pretty-print.exp
14496 * gdb.guile/scm-symbol.exp
14497 * gdb.guile/scm-type.exp
14498 * gdb.guile/scm-value.exp
14499 * gdb.linespec/linespec.exp
14500 * gdb.mi/gdb701.exp
14501 * gdb.mi/gdb792.exp
14502 * gdb.mi/mi-breakpoint-changed.exp
14503 * gdb.mi/mi-dprintf-pending.exp
14504 * gdb.mi/mi-dprintf.exp
14505 * gdb.mi/mi-exit-code.exp
14506 * gdb.mi/mi-pending.exp
14507 * gdb.mi/mi-solib.exp
14508 * gdb.mi/new-ui-mi-sync.exp
14509 * gdb.mi/pr11022.exp
14510 * gdb.mi/user-selected-context-sync.exp
14511 * gdb.opt/solib-intra-step.exp
14512 * gdb.python/py-events.exp
14513 * gdb.python/py-finish-breakpoint.exp
14514 * gdb.python/py-mi.exp
14515 * gdb.python/py-prettyprint.exp
14516 * gdb.python/py-shared.exp
14517 * gdb.python/py-symbol.exp
14518 * gdb.python/py-template.exp
14519 * gdb.python/py-type.exp
14520 * gdb.python/py-value.exp
14521 * gdb.reverse/solib-precsave.exp
14522 * gdb.reverse/solib-reverse.exp
14523 * gdb.server/solib-list.exp
14524 * gdb.stabs/weird.exp
14525 * gdb.threads/reconnect-signal.exp
14526 * gdb.threads/stepi-random-signal.exp
14527 * gdb.trace/actions.exp
14528 * gdb.trace/ax.exp
14529 * gdb.trace/backtrace.exp
14530 * gdb.trace/change-loc.exp
14531 * gdb.trace/deltrace.exp
14532 * gdb.trace/ftrace-lock.exp
14533 * gdb.trace/ftrace.exp
14534 * gdb.trace/infotrace.exp
14535 * gdb.trace/mi-tracepoint-changed.exp
14536 * gdb.trace/packetlen.exp
14537 * gdb.trace/passcount.exp
14538 * gdb.trace/pending.exp
14539 * gdb.trace/range-stepping.exp
14540 * gdb.trace/report.exp
14541 * gdb.trace/stap-trace.exp
14542 * gdb.trace/tfind.exp
14543 * gdb.trace/trace-break.exp
14544 * gdb.trace/trace-condition.exp
14545 * gdb.trace/trace-enable-disable.exp
14546 * gdb.trace/trace-mt.exp
14547 * gdb.trace/tracecmd.exp
14548 * gdb.trace/tspeed.exp
14549 * gdb.trace/tsv.exp
14550 * lib/perftest.exp
14551
14552 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14553
14554 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
14555 with gdb_test_no_output.
14556 Use command as test name.
14557
14558 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14559
14560 Fix test names starting with uppercase throughout the files.
14561
14562 * gdb.ada/assign_1.exp
14563 * gdb.ada/boolean_expr.exp
14564 * gdb.base/arrayidx.exp
14565 * gdb.base/del.exp
14566 * gdb.base/gcore-buffer-overflow.exp
14567 * gdb.base/testenv.exp
14568 * gdb.compile/compile.exp
14569 * gdb.python/py-framefilter-invalidarg.exp
14570 * gdb.python/py-framefilter.exp
14571
14572 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14573
14574 Fix test names starting with uppercase throughout the files.
14575
14576 * gdb.ada/array_return.exp
14577 * gdb.ada/expr_delims.exp
14578 * gdb.ada/mi_dyn_arr.exp
14579 * gdb.ada/mi_interface.exp
14580 * gdb.ada/mi_var_array.exp
14581 * gdb.ada/watch_arg.exp
14582 * gdb.arch/alpha-step.exp
14583 * gdb.arch/altivec-regs.exp
14584 * gdb.arch/e500-regs.exp
14585 * gdb.arch/powerpc-d128-regs.exp
14586 * gdb.base/arrayidx.exp
14587 * gdb.base/break.exp
14588 * gdb.base/checkpoint.exp
14589 * gdb.base/debug-expr.exp
14590 * gdb.base/dmsym.exp
14591 * gdb.base/radix.exp
14592 * gdb.base/sepdebug.exp
14593 * gdb.base/testenv.exp
14594 * gdb.base/watch_thread_num.exp
14595 * gdb.base/watchpoint-cond-gone.exp
14596 * gdb.cell/break.exp
14597 * gdb.cell/ea-cache.exp
14598 * gdb.compile/compile.exp
14599 * gdb.cp/gdb2495.exp
14600 * gdb.gdb/selftest.exp
14601 * gdb.gdb/xfullpath.exp
14602 * gdb.go/hello.exp
14603 * gdb.go/integers.exp
14604 * gdb.objc/basicclass.exp
14605 * gdb.pascal/hello.exp
14606 * gdb.pascal/integers.exp
14607 * gdb.python/py-breakpoint.exp
14608 * gdb.python/py-cmd.exp
14609 * gdb.python/py-linetable.exp
14610 * gdb.python/py-xmethods.exp
14611 * gdb.python/python.exp
14612 * gdb.reverse/consecutive-precsave.exp
14613 * gdb.reverse/finish-precsave.exp
14614 * gdb.reverse/i386-precsave.exp
14615 * gdb.reverse/machinestate-precsave.exp
14616 * gdb.reverse/sigall-precsave.exp
14617 * gdb.reverse/solib-precsave.exp
14618 * gdb.reverse/step-precsave.exp
14619 * gdb.reverse/until-precsave.exp
14620 * gdb.reverse/watch-precsave.exp
14621 * gdb.threads/leader-exit.exp
14622 * gdb.threads/pthreads.exp
14623 * gdb.threads/wp-replication.exp
14624 * gdb.trace/actions.exp
14625 * gdb.trace/mi-tsv-changed.exp
14626 * gdb.trace/tsv.exp
14627
14628 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14629
14630 Fix test names starting with uppercase throughout the files.
14631
14632 * gdb.arch/i386-bp_permanent.exp
14633 * gdb.arch/i386-gnu-cfi.exp
14634 * gdb.base/disasm-end-cu.exp
14635 * gdb.base/macscp.exp
14636 * gdb.base/pending.exp
14637 * gdb.base/watch_thread_num.exp
14638 * gdb.cp/exception.exp
14639 * gdb.cp/gdb2495.exp
14640 * gdb.cp/local.exp
14641 * gdb.python/py-evsignal.exp
14642 * gdb.python/python.exp
14643 * gdb.trace/tracecmd.exp
14644
14645 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14646
14647 Fix test names starting with uppercase throughout the files.
14648
14649 * gdb.base/charset.exp
14650 * gdb.base/eval.exp
14651 * gdb.base/multi-forks.exp
14652 * gdb.guile/scm-progspace.exp
14653 * gdb.opencl/datatypes.exp
14654 * gdb.python/py-block.exp
14655 * gdb.python/py-function.exp
14656 * gdb.python/py-symbol.exp
14657 * gdb.python/py-symtab.exp
14658 * gdb.python/py-xmethods.exp
14659 * gdb.reverse/break-precsave.exp
14660 * gdb.reverse/break-reverse.exp
14661 * gdb.reverse/consecutive-precsave.exp
14662 * gdb.reverse/consecutive-reverse.exp
14663 * gdb.reverse/finish-precsave.exp
14664 * gdb.reverse/finish-reverse-bkpt.exp
14665 * gdb.reverse/finish-reverse.exp
14666 * gdb.reverse/fstatat-reverse.exp
14667 * gdb.reverse/getresuid-reverse.exp
14668 * gdb.reverse/i386-precsave.exp
14669 * gdb.reverse/i386-reverse.exp
14670 * gdb.reverse/i386-sse-reverse.exp
14671 * gdb.reverse/i387-stack-reverse.exp
14672 * gdb.reverse/insn-reverse.exp
14673 * gdb.reverse/machinestate-precsave.exp
14674 * gdb.reverse/machinestate.exp
14675 * gdb.reverse/next-reverse-bkpt-over-sr.exp
14676 * gdb.reverse/pipe-reverse.exp
14677 * gdb.reverse/readv-reverse.exp
14678 * gdb.reverse/recvmsg-reverse.exp
14679 * gdb.reverse/rerun-prec.exp
14680 * gdb.reverse/s390-mvcle.exp
14681 * gdb.reverse/sigall-precsave.exp
14682 * gdb.reverse/sigall-reverse.exp
14683 * gdb.reverse/solib-precsave.exp
14684 * gdb.reverse/solib-reverse.exp
14685 * gdb.reverse/step-precsave.exp
14686 * gdb.reverse/step-reverse.exp
14687 * gdb.reverse/time-reverse.exp
14688 * gdb.reverse/until-precsave.exp
14689 * gdb.reverse/until-reverse.exp
14690 * gdb.reverse/waitpid-reverse.exp
14691 * gdb.reverse/watch-precsave.exp
14692 * gdb.reverse/watch-reverse.exp
14693
14694 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14695
14696 Fix test names starting with uppercase throughout the files.
14697
14698 * gdb.arch/i386-mpx-simple_segv.exp
14699 * gdb.arch/i386-mpx.exp
14700 * gdb.arch/i386-permbkpt.exp
14701 * gdb.arch/pa-nullify.exp
14702 * gdb.arch/powerpc-d128-regs.exp
14703 * gdb.arch/vsx-regs.exp
14704 * gdb.base/bfp-test.exp
14705 * gdb.base/break.exp
14706 * gdb.base/breakpoint-shadow.exp
14707 * gdb.base/callfuncs.exp
14708 * gdb.base/charset.exp
14709 * gdb.base/commands.exp
14710 * gdb.base/completion.exp
14711 * gdb.base/dfp-test.exp
14712 * gdb.base/echo.exp
14713 * gdb.base/ending-run.exp
14714 * gdb.base/eval.exp
14715 * gdb.base/expand-psymtabs.exp
14716 * gdb.base/float128.exp
14717 * gdb.base/floatn.exp
14718 * gdb.base/foll-exec-mode.exp
14719 * gdb.base/gdb1056.exp
14720 * gdb.base/gdb11531.exp
14721 * gdb.base/kill-after-signal.exp
14722 * gdb.base/multi-forks.exp
14723 * gdb.base/overlays.exp
14724 * gdb.base/pending.exp
14725 * gdb.base/sepdebug.exp
14726 * gdb.base/testenv.exp
14727 * gdb.base/valgrind-db-attach.exp
14728 * gdb.base/watch_thread_num.exp
14729 * gdb.base/watchpoint-cond-gone.exp
14730 * gdb.base/watchpoint.exp
14731 * gdb.base/watchpoints.exp
14732 * gdb.cp/arg-reference.exp
14733 * gdb.cp/baseenum.exp
14734 * gdb.cp/operator.exp
14735 * gdb.cp/shadow.exp
14736 * gdb.dwarf2/dw2-op-out-param.exp
14737 * gdb.dwarf2/dw2-reg-undefined.exp
14738 * gdb.go/chan.exp
14739 * gdb.go/hello.exp
14740 * gdb.go/integers.exp
14741 * gdb.go/methods.exp
14742 * gdb.go/package.exp
14743 * gdb.guile/scm-parameter.exp
14744 * gdb.guile/scm-progspace.exp
14745 * gdb.guile/scm-value.exp
14746 * gdb.mi/mi-pending.exp
14747 * gdb.mi/user-selected-context-sync.exp
14748 * gdb.multi/multi-attach.exp
14749 * gdb.multi/tids.exp
14750 * gdb.opt/clobbered-registers-O2.exp
14751 * gdb.pascal/floats.exp
14752 * gdb.pascal/integers.exp
14753 * gdb.python/py-block.exp
14754 * gdb.python/py-events.exp
14755 * gdb.python/py-parameter.exp
14756 * gdb.python/py-symbol.exp
14757 * gdb.python/py-symtab.exp
14758 * gdb.python/py-type.exp
14759 * gdb.python/py-value.exp
14760 * gdb.python/py-xmethods.exp
14761 * gdb.python/python.exp
14762 * gdb.reverse/break-precsave.exp
14763 * gdb.reverse/consecutive-precsave.exp
14764 * gdb.reverse/finish-precsave.exp
14765 * gdb.reverse/i386-precsave.exp
14766 * gdb.reverse/machinestate-precsave.exp
14767 * gdb.reverse/sigall-precsave.exp
14768 * gdb.reverse/solib-precsave.exp
14769 * gdb.reverse/step-precsave.exp
14770 * gdb.reverse/until-precsave.exp
14771 * gdb.reverse/watch-precsave.exp
14772 * gdb.server/ext-attach.exp
14773 * gdb.server/ext-restart.exp
14774 * gdb.server/ext-run.exp
14775 * gdb.server/ext-wrapper.exp
14776 * gdb.stabs/gdb11479.exp
14777 * gdb.stabs/weird.exp
14778 * gdb.threads/attach-many-short-lived-threads.exp
14779 * gdb.threads/kill.exp
14780 * gdb.threads/watchpoint-fork.exp
14781
14782 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14783
14784 Fix test names starting with uppercase throughout all the files below.
14785
14786 * gdb.ada/array_return.exp
14787 * gdb.ada/catch_ex.exp
14788 * gdb.ada/info_exc.exp
14789 * gdb.ada/mi_catch_ex.exp
14790 * gdb.ada/mi_dyn_arr.exp
14791 * gdb.ada/mi_ex_cond.exp
14792 * gdb.ada/mi_exc_info.exp
14793 * gdb.ada/mi_interface.exp
14794 * gdb.ada/mi_task_arg.exp
14795 * gdb.ada/mi_task_info.exp
14796 * gdb.ada/mi_var_array.exp
14797 * gdb.arch/alpha-step.exp
14798 * gdb.arch/amd64-disp-step.exp
14799 * gdb.arch/arm-disp-step.exp
14800 * gdb.arch/disp-step-insn-reloc.exp
14801 * gdb.arch/e500-prologue.exp
14802 * gdb.arch/ftrace-insn-reloc.exp
14803 * gdb.arch/gdb1558.exp
14804 * gdb.arch/i386-bp_permanent.exp
14805 * gdb.arch/i386-disp-step.exp
14806 * gdb.arch/i386-float.exp
14807 * gdb.arch/i386-gnu-cfi.exp
14808 * gdb.arch/ia64-breakpoint-shadow.exp
14809 * gdb.arch/mips16-thunks.exp
14810 * gdb.arch/pa-nullify.exp
14811 * gdb.arch/powerpc-aix-prologue.exp
14812 * gdb.arch/powerpc-power.exp
14813 * gdb.arch/ppc-dfp.exp
14814 * gdb.arch/s390-tdbregs.exp
14815 * gdb.arch/spu-info.exp
14816 * gdb.arch/spu-ls.exp
14817 * gdb.arch/thumb-bx-pc.exp
14818 * gdb.base/advance.exp
14819 * gdb.base/annota-input-while-running.exp
14820 * gdb.base/arrayidx.exp
14821 * gdb.base/asmlabel.exp
14822 * gdb.base/async.exp
14823 * gdb.base/attach-wait-input.exp
14824 * gdb.base/auto-connect-native-target.exp
14825 * gdb.base/batch-preserve-term-settings.exp
14826 * gdb.base/bfp-test.exp
14827 * gdb.base/bigcore.exp
14828 * gdb.base/bp-permanent.exp
14829 * gdb.base/break-always.exp
14830 * gdb.base/break-fun-addr.exp
14831 * gdb.base/break-idempotent.exp
14832 * gdb.base/break-main-file-remove-fail.exp
14833 * gdb.base/break-probes.exp
14834 * gdb.base/break-unload-file.exp
14835 * gdb.base/break.exp
14836 * gdb.base/call-ar-st.exp
14837 * gdb.base/call-rt-st.exp
14838 * gdb.base/call-sc.exp
14839 * gdb.base/call-signal-resume.exp
14840 * gdb.base/call-strs.exp
14841 * gdb.base/callexit.exp
14842 * gdb.base/callfuncs.exp
14843 * gdb.base/catch-gdb-caused-signals.exp
14844 * gdb.base/catch-signal-siginfo-cond.exp
14845 * gdb.base/catch-syscall.exp
14846 * gdb.base/compare-sections.exp
14847 * gdb.base/cond-eval-mode.exp
14848 * gdb.base/condbreak-call-false.exp
14849 * gdb.base/consecutive-step-over.exp
14850 * gdb.base/cursal.exp
14851 * gdb.base/disabled-location.exp
14852 * gdb.base/disasm-end-cu.exp
14853 * gdb.base/display.exp
14854 * gdb.base/double-prompt-target-event-error.exp
14855 * gdb.base/dprintf-bp-same-addr.exp
14856 * gdb.base/dprintf-detach.exp
14857 * gdb.base/dprintf-next.exp
14858 * gdb.base/dprintf-non-stop.exp
14859 * gdb.base/dprintf-pending.exp
14860 * gdb.base/dso2dso.exp
14861 * gdb.base/ending-run.exp
14862 * gdb.base/enum_cond.exp
14863 * gdb.base/examine-backward.exp
14864 * gdb.base/exe-lock.exp
14865 * gdb.base/exec-invalid-sysroot.exp
14866 * gdb.base/execl-update-breakpoints.exp
14867 * gdb.base/execution-termios.exp
14868 * gdb.base/fileio.exp
14869 * gdb.base/fixsection.exp
14870 * gdb.base/foll-exec-mode.exp
14871 * gdb.base/foll-exec.exp
14872 * gdb.base/fork-running-state.exp
14873 * gdb.base/frame-args.exp
14874 * gdb.base/fullpath-expand.exp
14875 * gdb.base/func-ptr.exp
14876 * gdb.base/gcore-relro-pie.exp
14877 * gdb.base/gdb1090.exp
14878 * gdb.base/gdb1555.exp
14879 * gdb.base/global-var-nested-by-dso.exp
14880 * gdb.base/gnu-ifunc.exp
14881 * gdb.base/hbreak-in-shr-unsupported.exp
14882 * gdb.base/hbreak-unmapped.exp
14883 * gdb.base/hook-stop.exp
14884 * gdb.base/infcall-input.exp
14885 * gdb.base/info-fun.exp
14886 * gdb.base/info-shared.exp
14887 * gdb.base/interrupt-noterm.exp
14888 * gdb.base/jit-so.exp
14889 * gdb.base/jit.exp
14890 * gdb.base/line-symtabs.exp
14891 * gdb.base/list.exp
14892 * gdb.base/longjmp.exp
14893 * gdb.base/macscp.exp
14894 * gdb.base/max-value-size.exp
14895 * gdb.base/nodebug.exp
14896 * gdb.base/nofield.exp
14897 * gdb.base/overlays.exp
14898 * gdb.base/paginate-after-ctrl-c-running.exp
14899 * gdb.base/paginate-bg-execution.exp
14900 * gdb.base/paginate-inferior-exit.exp
14901 * gdb.base/pending.exp
14902 * gdb.base/pr11022.exp
14903 * gdb.base/printcmds.exp
14904 * gdb.base/ptr-typedef.exp
14905 * gdb.base/ptype.exp
14906 * gdb.base/randomize.exp
14907 * gdb.base/range-stepping.exp
14908 * gdb.base/realname-expand.exp
14909 * gdb.base/relativedebug.exp
14910 * gdb.base/remote.exp
14911 * gdb.base/savedregs.exp
14912 * gdb.base/sepdebug.exp
14913 * gdb.base/set-noassign.exp
14914 * gdb.base/shlib-call.exp
14915 * gdb.base/shreloc.exp
14916 * gdb.base/sigaltstack.exp
14917 * gdb.base/sigbpt.exp
14918 * gdb.base/siginfo-addr.exp
14919 * gdb.base/siginfo-obj.exp
14920 * gdb.base/siginfo-thread.exp
14921 * gdb.base/signest.exp
14922 * gdb.base/signull.exp
14923 * gdb.base/sigrepeat.exp
14924 * gdb.base/skip.exp
14925 * gdb.base/so-impl-ld.exp
14926 * gdb.base/solib-corrupted.exp
14927 * gdb.base/solib-disc.exp
14928 * gdb.base/solib-display.exp
14929 * gdb.base/solib-overlap.exp
14930 * gdb.base/solib-search.exp
14931 * gdb.base/solib-symbol.exp
14932 * gdb.base/source-execution.exp
14933 * gdb.base/sss-bp-on-user-bp-2.exp
14934 * gdb.base/sss-bp-on-user-bp.exp
14935 * gdb.base/stack-checking.exp
14936 * gdb.base/stale-infcall.exp
14937 * gdb.base/step-break.exp
14938 * gdb.base/step-line.exp
14939 * gdb.base/step-over-exit.exp
14940 * gdb.base/step-test.exp
14941 * gdb.base/structs.exp
14942 * gdb.base/sym-file.exp
14943 * gdb.base/symtab-search-order.exp
14944 * gdb.base/term.exp
14945 * gdb.base/type-opaque.exp
14946 * gdb.base/unload.exp
14947 * gdb.base/until-nodebug.exp
14948 * gdb.base/until.exp
14949 * gdb.base/unwindonsignal.exp
14950 * gdb.base/watch-cond.exp
14951 * gdb.base/watch-non-mem.exp
14952 * gdb.base/watch_thread_num.exp
14953 * gdb.base/watchpoint-reuse-slot.exp
14954 * gdb.base/watchpoint-solib.exp
14955 * gdb.base/watchpoint.exp
14956 * gdb.btrace/dlopen.exp
14957 * gdb.cell/arch.exp
14958 * gdb.cell/break.exp
14959 * gdb.cell/bt.exp
14960 * gdb.cell/core.exp
14961 * gdb.cell/data.exp
14962 * gdb.cell/dwarfaddr.exp
14963 * gdb.cell/ea-cache.exp
14964 * gdb.cell/ea-standalone.exp
14965 * gdb.cell/ea-test.exp
14966 * gdb.cell/f-regs.exp
14967 * gdb.cell/fork.exp
14968 * gdb.cell/gcore.exp
14969 * gdb.cell/mem-access.exp
14970 * gdb.cell/ptype.exp
14971 * gdb.cell/registers.exp
14972 * gdb.cell/sizeof.exp
14973 * gdb.cell/solib-symbol.exp
14974 * gdb.cell/solib.exp
14975 * gdb.compile/compile-tls.exp
14976 * gdb.cp/exception.exp
14977 * gdb.cp/gdb2495.exp
14978 * gdb.cp/local.exp
14979 * gdb.cp/mb-inline.exp
14980 * gdb.cp/mb-templates.exp
14981 * gdb.cp/pr10687.exp
14982 * gdb.cp/pr9167.exp
14983 * gdb.cp/scope-err.exp
14984 * gdb.cp/templates.exp
14985 * gdb.cp/virtfunc.exp
14986 * gdb.dwarf2/dw2-dir-file-name.exp
14987 * gdb.dwarf2/dw2-single-line-discriminators.exp
14988 * gdb.fortran/complex.exp
14989 * gdb.fortran/library-module.exp
14990 * gdb.guile/guile.exp
14991 * gdb.guile/scm-cmd.exp
14992 * gdb.guile/scm-frame-inline.exp
14993 * gdb.guile/scm-objfile.exp
14994 * gdb.guile/scm-pretty-print.exp
14995 * gdb.guile/scm-symbol.exp
14996 * gdb.guile/scm-type.exp
14997 * gdb.guile/scm-value.exp
14998 * gdb.linespec/keywords.exp
14999 * gdb.linespec/ls-errs.exp
15000 * gdb.linespec/macro-relative.exp
15001 * gdb.linespec/thread.exp
15002 * gdb.mi/mi-breakpoint-changed.exp
15003 * gdb.mi/mi-dprintf-pending.exp
15004 * gdb.mi/mi-fullname-deleted.exp
15005 * gdb.mi/mi-logging.exp
15006 * gdb.mi/mi-pending.exp
15007 * gdb.mi/mi-solib.exp
15008 * gdb.mi/new-ui-mi-sync.exp
15009 * gdb.mi/user-selected-context-sync.exp
15010 * gdb.multi/dummy-frame-restore.exp
15011 * gdb.multi/multi-arch-exec.exp
15012 * gdb.multi/remove-inferiors.exp
15013 * gdb.multi/watchpoint-multi-exit.exp
15014 * gdb.opt/solib-intra-step.exp
15015 * gdb.perf/backtrace.exp
15016 * gdb.perf/single-step.exp
15017 * gdb.perf/skip-command.exp
15018 * gdb.perf/skip-prologue.exp
15019 * gdb.perf/solib.exp
15020 * gdb.python/lib-types.exp
15021 * gdb.python/py-as-string.exp
15022 * gdb.python/py-bad-printers.exp
15023 * gdb.python/py-block.exp
15024 * gdb.python/py-breakpoint.exp
15025 * gdb.python/py-cmd.exp
15026 * gdb.python/py-events.exp
15027 * gdb.python/py-evthreads.exp
15028 * gdb.python/py-finish-breakpoint.exp
15029 * gdb.python/py-finish-breakpoint2.exp
15030 * gdb.python/py-frame-inline.exp
15031 * gdb.python/py-frame.exp
15032 * gdb.python/py-inferior.exp
15033 * gdb.python/py-infthread.exp
15034 * gdb.python/py-mi.exp
15035 * gdb.python/py-objfile.exp
15036 * gdb.python/py-pp-maint.exp
15037 * gdb.python/py-pp-registration.exp
15038 * gdb.python/py-prettyprint.exp
15039 * gdb.python/py-recurse-unwind.exp
15040 * gdb.python/py-shared.exp
15041 * gdb.python/py-symbol.exp
15042 * gdb.python/py-symtab.exp
15043 * gdb.python/py-template.exp
15044 * gdb.python/py-type.exp
15045 * gdb.python/py-unwind-maint.exp
15046 * gdb.python/py-unwind.exp
15047 * gdb.python/py-value.exp
15048 * gdb.python/python.exp
15049 * gdb.reverse/finish-reverse-bkpt.exp
15050 * gdb.reverse/insn-reverse.exp
15051 * gdb.reverse/next-reverse-bkpt-over-sr.exp
15052 * gdb.reverse/solib-precsave.exp
15053 * gdb.reverse/solib-reverse.exp
15054 * gdb.stabs/gdb11479.exp
15055 * gdb.stabs/weird.exp
15056 * gdb.threads/fork-child-threads.exp
15057 * gdb.threads/fork-plus-threads.exp
15058 * gdb.threads/fork-thread-pending.exp
15059 * gdb.threads/forking-threads-plus-breakpoint.exp
15060 * gdb.threads/hand-call-in-threads.exp
15061 * gdb.threads/interrupted-hand-call.exp
15062 * gdb.threads/linux-dp.exp
15063 * gdb.threads/local-watch-wrong-thread.exp
15064 * gdb.threads/next-while-other-thread-longjmps.exp
15065 * gdb.threads/non-ldr-exit.exp
15066 * gdb.threads/pending-step.exp
15067 * gdb.threads/print-threads.exp
15068 * gdb.threads/process-dies-while-detaching.exp
15069 * gdb.threads/process-dies-while-handling-bp.exp
15070 * gdb.threads/pthreads.exp
15071 * gdb.threads/queue-signal.exp
15072 * gdb.threads/reconnect-signal.exp
15073 * gdb.threads/signal-command-handle-nopass.exp
15074 * gdb.threads/signal-command-multiple-signals-pending.exp
15075 * gdb.threads/signal-delivered-right-thread.exp
15076 * gdb.threads/signal-sigtrap.exp
15077 * gdb.threads/sigthread.exp
15078 * gdb.threads/staticthreads.exp
15079 * gdb.threads/stepi-random-signal.exp
15080 * gdb.threads/thread-unwindonsignal.exp
15081 * gdb.threads/thread_check.exp
15082 * gdb.threads/thread_events.exp
15083 * gdb.threads/tid-reuse.exp
15084 * gdb.threads/tls-nodebug.exp
15085 * gdb.threads/tls-shared.exp
15086 * gdb.threads/tls-so_extern.exp
15087 * gdb.threads/tls.exp
15088 * gdb.threads/wp-replication.exp
15089 * gdb.trace/actions-changed.exp
15090 * gdb.trace/actions.exp
15091 * gdb.trace/backtrace.exp
15092 * gdb.trace/change-loc.exp
15093 * gdb.trace/collection.exp
15094 * gdb.trace/deltrace.exp
15095 * gdb.trace/disconnected-tracing.exp
15096 * gdb.trace/entry-values.exp
15097 * gdb.trace/ftrace-lock.exp
15098 * gdb.trace/ftrace.exp
15099 * gdb.trace/infotrace.exp
15100 * gdb.trace/mi-trace-frame-collected.exp
15101 * gdb.trace/mi-trace-unavailable.exp
15102 * gdb.trace/mi-traceframe-changed.exp
15103 * gdb.trace/mi-tracepoint-changed.exp
15104 * gdb.trace/mi-tsv-changed.exp
15105 * gdb.trace/no-attach-trace.exp
15106 * gdb.trace/packetlen.exp
15107 * gdb.trace/passc-dyn.exp
15108 * gdb.trace/passcount.exp
15109 * gdb.trace/pending.exp
15110 * gdb.trace/pr16508.exp
15111 * gdb.trace/qtro.exp
15112 * gdb.trace/range-stepping.exp
15113 * gdb.trace/read-memory.exp
15114 * gdb.trace/report.exp
15115 * gdb.trace/save-trace.exp
15116 * gdb.trace/signal.exp
15117 * gdb.trace/stap-trace.exp
15118 * gdb.trace/status-stop.exp
15119 * gdb.trace/strace.exp
15120 * gdb.trace/tfile.exp
15121 * gdb.trace/tfind.exp
15122 * gdb.trace/trace-break.exp
15123 * gdb.trace/trace-condition.exp
15124 * gdb.trace/trace-enable-disable.exp
15125 * gdb.trace/trace-mt.exp
15126 * gdb.trace/tracecmd.exp
15127 * gdb.trace/tracefile-pseudo-reg.exp
15128 * gdb.trace/tspeed.exp
15129 * gdb.trace/tstatus.exp
15130 * gdb.trace/tsv.exp
15131 * gdb.trace/unavailable.exp
15132 * gdb.trace/while-dyn.exp
15133 * gdb.trace/while-stepping.exp
15134 * lib/gdb-guile.exp
15135 * lib/gdb.exp
15136 * lib/mi-support.exp
15137 * lib/pascal.exp
15138 * lib/perftest.exp
15139 * lib/prelink-support.exp
15140 * lib/selftest-support.exp
15141
15142 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
15143
15144 * Makefile.in: Include disable-implicit-rules.mk.
15145
15146 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
15147
15148 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
15149 non-byte-aligned bit fields.
15150
15151 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
15152
15153 PR gdb/12616
15154 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
15155 respects the DW_AT_data_bit_offset attribute.
15156
15157 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
15158
15159 * gdb.base/default.exp: Fix output of "set language".
15160
15161 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
15162
15163 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
15164 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
15165 make.
15166 * configure.ac: Remove checks for the make program.
15167 * configure: Re-generate.
15168
15169 2016-11-16 Kevin Buettner <kevinb@redhat.com>
15170
15171 * gdb.python/py-recurse-unwind.c (main): Add loop.
15172 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
15173 to read_register() and gdb.parse_and_eval(). Make each code
15174 call a separate case that can be individually tested.
15175 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
15176 proc. Call cont_and_backtrace for each of the code paths that
15177 we want to test in the unwinder.
15178
15179 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
15180
15181 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
15182 the definition of struct S.
15183
15184 2016-11-11 Catherine Moore <clm@codesourcery.com>
15185
15186 * gdb.base/dump.exp: Identify verilog format dump tests as such.
15187
15188 2016-11-09 Pedro Alves <palves@redhat.com>
15189
15190 * gdb.base/commands.exp (runto_or_return): New procedure.
15191 (gdbvar_simple_if_test, gdbvar_simple_while_test)
15192 (gdbvar_complex_if_while_test, progvar_simple_if_test)
15193 (progvar_simple_while_test, progvar_complex_if_while_test)
15194 (if_while_breakpoint_command_test)
15195 (infrun_breakpoint_command_test, breakpoint_command_test)
15196 (user_defined_command_test, watchpoint_command_test)
15197 (test_command_prompt_position, redefine_hook_test)
15198 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
15199 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
15200 multi_line_input and multi_line. Remove gdb_expect and
15201 gdb_stop_suppressing_tests uses.
15202 * lib/gdb.exp (valnum_re): New global.
15203 (multi_line_input): New procedure.
15204
15205 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
15206
15207 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
15208 Remove.
15209 (test_setup): Define with proc_with_prefix.
15210 (test_cli_inferior): Likewise.
15211 (test_cli_thread): Likewise.
15212 (test_cli_frame): Likewise.
15213 (test_cli_select_frame): Likewise.
15214 (test_cli_up_down): Likewise.
15215 (test_mi_thread_select): Likewise.
15216 (test_mi_stack_select_frame): Likewise.
15217 (test_cli_in_mi_inferior): Likewise.
15218 (test_cli_in_mi_thread): Likewise.
15219 (test_cli_in_mi_frame): Likewise.
15220 (top level): Do not use with_test_prefix_procname.
15221
15222 2016-11-09 Pedro Alves <palves@redhat.com>
15223
15224 * gdb.base/commands.exp (gdbvar_simple_if_test)
15225 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
15226 (progvar_simple_if_test, progvar_simple_while_test)
15227 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
15228 (infrun_breakpoint_command_test, breakpoint_command_test)
15229 (user_defined_command_test, watchpoint_command_test)
15230 (test_command_prompt_position, deprecated_command_test)
15231 (bp_deleted_in_command, temporary_breakpoint_commands)
15232 (stray_arg0_test, source_file_with_indented_comment)
15233 (recursive_source_test, if_commands_test)
15234 (error_clears_commands_left, redefine_hook_test)
15235 (redefine_backtrace_test): Use proc_with_prefix.
15236 * lib/gdb.exp (proc_with_prefix): New proc.
15237
15238 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
15239
15240 * gdb.base/tui-layout.c: New file.
15241 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
15242 disassembly window contains very long lines.
15243
15244 2016-11-08 Tom Tromey <tom@tromey.com>
15245
15246 * gdb.python/py-value.exp (test_value_creation): Make "long" test
15247 depend on Python 2.
15248
15249 2016-11-08 Tom Tromey <tom@tromey.com>
15250
15251 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
15252 New method.
15253
15254 2016-10-29 Manish Goregaokar <manish@mozilla.com>
15255
15256 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
15257
15258 2016-10-27 Manish Goregaokar <manish@mozilla.com>
15259
15260 * gdb.rust/simple.rs: Add test for univariant enums without
15261 discriminants and for encoded struct-like enums.
15262
15263 2016-10-28 Pedro Alves <palves@redhat.com>
15264
15265 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
15266 gdb_test_multiple, tighten regexps and match symtabs and line
15267 tables incrementally.
15268
15269 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
15270
15271 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
15272 general.
15273
15274 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
15275
15276 * gdb.base/exec-invalid-sysroot.exp: New file.
15277
15278 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
15279
15280 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
15281
15282 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15283
15284 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
15285
15286 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
15287
15288 * gdb.base/killed-outside.exp: Remove $options from a call to
15289 `prepare_for_testing'.
15290
15291 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
15292
15293 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
15294 Change test message.
15295
15296 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
15297
15298 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
15299 Update comment.
15300
15301 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
15302
15303 * gdb.trace/mi-trace-save.exp: New file.
15304
15305 2016-10-13 Yao Qi <yao.qi@linaro.org>
15306
15307 * gdb.base/code_elim.exp (get_var_address): Remove.
15308 * gdb.base/relocate.exp: Likewise.
15309 * gdb.base/shreloc.exp: Likewise.
15310 * lib/gdb.exp (get_var_address): New.
15311
15312 2016-10-13 Yao Qi <yao.qi@linaro.org>
15313
15314 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
15315 floating point tests if $skip_float_test is false.
15316
15317 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
15318
15319 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
15320 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
15321 argc values.
15322 Add 1 to argc so we guarantee distinct initial/modified argc values.
15323
15324 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15325
15326 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
15327
15328 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15329
15330 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
15331 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
15332 * gdb.arch/vsx-regs.exp: Likewise.
15333
15334 2016-10-07 Yao Qi <yao.qi@linaro.org>
15335
15336 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
15337
15338 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
15339
15340 * gdb.python/python.exp: Test decode_line("*0").
15341
15342 2016-10-06 Doug Evans <dje@google.com>
15343
15344 * gdb.python/py-value.exp (test_value_creation): Add test for large
15345 unsigned 64-bit value.
15346
15347 2016-10-06 Tom Tromey <tom@tromey.com>
15348
15349 * gdb.compile/compile.exp: Change java tests to rust.
15350 * gdb.base/setshow.exp: Change java tests to rust.
15351 * gdb.base/default.exp: Remove java from language list.
15352 * README (Examples): Update language example.
15353 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
15354 test.
15355 * lib/gdb.exp (skip_java_tests): Remove.
15356 * lib/java.exp: Remove.
15357 * gdb.java: Remove.
15358
15359 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
15360
15361 * gdb.arch/mips-fcr.exp: New test.
15362 * gdb.arch/mips-fcr.c: Source for the new test.
15363
15364 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
15365
15366 * gdb.base/solib-disc.exp: Use `standard_output_file'
15367 throughout.
15368
15369 2016-10-06 Pedro Alves <palves@redhat.com>
15370
15371 * gdb.base/jit-simple-dl.c: New file.
15372 * gdb.base/jit-simple-jit.c: New file, factored out from ...
15373 * gdb.base/jit-simple.c: ... this.
15374 * gdb.base/jit-simple.exp (jit_run): Delete.
15375 (build_jit): New proc.
15376 (jit_test_reread): Recompile either the main program or the shared
15377 library, depending on what is being tested. Skip changing address
15378 if caller wants to. Compare before/after addresses. If testing
15379 standalone, explicitly load the binary. Test "maint info
15380 breakpoints".
15381 (top level): Add "standalone vs shared lib" and "change address"
15382 vs "same address" axes.
15383
15384 2016-10-06 Pedro Alves <palves@redhat.com>
15385
15386 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
15387 call.
15388 (jit_run): Delete.
15389 (jit_test_reread): Use with_test_prefix. Reload the main binary
15390 explicitly. Compare the before/after addresses of the JIT
15391 descriptor.
15392
15393 2016-08-15 Doug Evans <dje@google.com>
15394
15395 * gdb.xml/extra-regs.xml: Update, end field now required, default type
15396 for single bitfields is bool.
15397 * gdb.xml/tdesc-regs.exp: Ditto.
15398
15399 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
15400
15401 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
15402
15403 2016-10-05 Yao Qi <yao.qi@linaro.org>
15404
15405 * lib/gdb.exp (support_complex_tests): Return zero if
15406 gdb_skip_float_test return true.
15407
15408 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
15409 Simon Marchi <simon.marchi@ericsson.com>
15410
15411 PR gdb/20487
15412 * gdb.mi/user-selected-context-sync.exp: New file.
15413 * gdb.mi/user-selected-context-sync.c: New file.
15414
15415 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
15416 Simon Marchi <simon.marchi@ericsson.com>
15417
15418 PR gdb/20487
15419 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
15420 =thread-select-event check.
15421
15422 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
15423
15424 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
15425 the compulsory L operand changes.
15426 * gdb.arch/powerpc-power.s: Likewise.
15427
15428 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
15429
15430 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
15431 * gdb.base/jit-attach-pie.c: New file.
15432 * gdb.base/jit-attach-pie.exp: New file.
15433
15434 2016-09-28 Pedro Alves <palves@redhat.com>
15435
15436 * gdb.base/infcall-input.c: New file.
15437 * gdb.base/infcall-input.exp: New file.
15438
15439 2016-09-22 Yao Qi <yao.qi@linaro.org>
15440
15441 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
15442 (gdb_exit): Rename it to ...
15443 (gdbserver_gdb_exit): ... Close GDBserver.
15444 (gdb_exit): New proc, call gdbserver_gdb_exit.
15445 (mi_gdb_exit): Likewise.
15446
15447 2016-09-22 Yao Qi <yao.qi@linaro.org>
15448
15449 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
15450 path.
15451 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
15452 Remove duplication.
15453
15454 2016-09-22 Yao Qi <yao.qi@linaro.org>
15455
15456 * lib/gdbserver-support.exp: Check the existence of
15457 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
15458
15459 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
15460
15461 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
15462
15463 2016-09-21 Tom Tromey <tom@tromey.com>
15464
15465 PR gdb/20604:
15466 * gdb.base/quit.exp: New file.
15467
15468 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
15469
15470 * .gitignore: New file.
15471
15472 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
15473
15474 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
15475 throughout.
15476
15477 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15478
15479 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
15480
15481 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15482
15483 * gdb.cp/casts.cc (decltype): Move it ...
15484 (main): ... with its call to ...
15485 * gdb.cp/casts03.cc: ... a new file.
15486 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
15487
15488 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15489
15490 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
15491
15492 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
15493
15494 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
15495 and sync up the test with tests in gas/testsuite/gas/ppc.
15496 * gdb.arch/powerpc-power.exp: Likewise.
15497
15498 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15499
15500 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
15501
15502 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
15503 Jan Kratochvil <jan.kratochvil@redhat.com>
15504
15505 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
15506 make m1's definition to be different from m2's. Use 'dummy' as an
15507 argument for probe 'two'.
15508
15509 2016-09-10 Jon Beniston <jon@beniston.com>
15510
15511 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
15512 for sim target.
15513
15514 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
15515
15516 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
15517 variable declaration.
15518 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
15519 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
15520 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
15521 received HWCAP as its argument.
15522
15523 2016-09-06 Pedro Alves <palves@redhat.com>
15524
15525 * gdb.base/new-ui-pending-input.c: New file.
15526 * gdb.base/new-ui-pending-input.exp: New file.
15527 * gdb.exp (clear_gdb_spawn_id): New procedure.
15528 (with_spawn_id): Check whether gdb_spawn_id exists before
15529 referencing it. If gdb_spawn_id didn't exist on entry, clear it
15530 on exit.
15531
15532 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
15533
15534 * gdb.base/float128.c: New file.
15535 * gdb.base/float128.exp: Likewise.
15536 * gdb.base/floatn.c: Likewise.
15537 * gdb.base/floatn.exp: Likewise.
15538
15539 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
15540
15541 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
15542
15543 2016-09-05 Pedro Alves <palves@redhat.com>
15544
15545 PR backtrace/19927
15546 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
15547 unwinders are immediately called as side effect of "source" or
15548 "disable unwinder" commands.
15549 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
15550
15551 2016-09-02 Yao Qi <yao.qi@linaro.org>
15552
15553 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
15554 is true and $type is "float" or "double".
15555
15556 2016-09-02 Yao Qi <yao.qi@linaro.org>
15557
15558 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
15559 true.
15560 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
15561 * gdb.base/call-rt-st.exp: Likewise.
15562 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
15563 return value instead of gdb,skip_float_test.
15564 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
15565 (do_function_calls): Use its return value instead of
15566 gdb,skip_float_test.
15567 * gdb.base/finish.exp: Likewise.
15568 * gdb.base/funcargs.exp: Likewise.
15569 * gdb.base/return.exp: Likewise.
15570 * gdb.base/return2.exp: Likewise.
15571 * gdb.base/varargs.exp: Likewise.
15572 * lib/gdb.exp (gdb_skip_float_test): Change it to
15573 gdb_caching_proc. Detect the broken ptrace on arm-linux.
15574
15575 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
15576
15577 * gdb.multi/tids.exp: Test "thread apply all".
15578
15579 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
15580
15581 * gdb.base/default.exp (tty): Remove.
15582
15583 2016-08-24 Kevin Buettner <kevinb@redhat.com>
15584
15585 * gdb.python/py-recurse-unwind.c: New file.
15586 * gdb.python/py-recurse-unwind.py: New file.
15587 * gdb.python/py-recurse-unwind.exp: New file.
15588
15589 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
15590
15591 * gdb.base/set-inferior-tty.exp: New file.
15592 * gdb.base/set-inferior-tty.c: New file.
15593
15594 2016-08-23 Pedro Alves <palves@redhat.com>
15595
15596 PR gdb/20494
15597 * gdb.base/new-ui-echo.c: New file.
15598 * gdb.base/new-ui-echo.exp: New file.
15599
15600 2016-08-23 Yao Qi <yao.qi@linaro.org>
15601
15602 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
15603 gdbserver_spawn.
15604 * gdb.server/connect-without-multi-process.exp (do_test):
15605 Likewise.
15606
15607 2016-08-23 Yao Qi <yao.qi@linaro.org>
15608
15609 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
15610 standalone_txt. Delete gdb_txt and standalone_txt on host
15611 and target. Spawn the binary on target. Copy files from
15612 target to host.
15613
15614 2016-08-22 Pedro Alves <palves@redhat.com>
15615
15616 PR gdb/20505
15617 * gdb.base/vdso-warning.exp: Test core dumps too. Use
15618 with_test_prefix. Factor out bits to ...
15619 (test_no_vdso): ... this new procedure.
15620
15621 2016-08-19 Carl Love <cel@us.ibm.com>
15622
15623 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
15624 maintaining separate logic for constructing the output path.
15625 * gdb.arch/powerpc-d128-regs.exp: Likewise.
15626 * gdb.arch/ppc-dfp.exp: Likewise.
15627 * gdb.arch/ppc-fp.exp: Likewise.
15628 * gdb.arch/vsx-regs.exp: Likewise.
15629 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
15630 binprefix for generating the additional binary files.
15631
15632 2016-08-19 Pedro Alves <palves@redhat.com>
15633
15634 * gdb.trace/mi-trace-frame-collected.exp
15635 (test_trace_frame_collected): On x32, expect two registers.
15636
15637 2016-08-18 Carl Love <cel@us.ibm.com>
15638
15639 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
15640 and sync up the test with tests in gas/testsuite/gas/ppc.
15641 * gdb.arch/powerpc-power.exp: Likewise.
15642
15643 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
15644
15645 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
15646 expected error message.
15647
15648 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
15649
15650 * gdb.multi/remove-inferiors.exp: New file.
15651 * gdb.multi/remove-inferiors.c: New file.
15652
15653 2016-08-12 Yao Qi <yao.qi@linaro.org>
15654
15655 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
15656 argument list.
15657
15658 2016-08-10 Pedro Alves <palves@redhat.com>
15659
15660 PR gdb/19187
15661 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
15662 setup_kfails.
15663
15664 2016-08-09 Pedro Alves <palves@redhat.com>
15665 Simon Marchi <simon.marchi@ericsson.com>
15666
15667 PR gdb/20418
15668 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
15669 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
15670
15671 2016-08-09 Pedro Alves <palves@redhat.com>
15672
15673 PR mi/20431
15674 * gdb.mi/mi-cmd-error.exp: New file.
15675
15676 2016-08-09 Pedro Alves <palves@redhat.com>
15677
15678 PR gdb/18653
15679 * gdb.base/signals-state-child.c: New file.
15680 * gdb.base/signals-state-child.exp: New file.
15681 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
15682
15683 2016-08-09 Pedro Alves <palves@redhat.com>
15684
15685 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
15686
15687 2016-08-03 Tom Tromey <tom@tromey.com>
15688
15689 PR python/18565:
15690 * gdb.python/py-frame-inline.exp: Add Frame.function test.
15691
15692 2016-08-01 Yao Qi <yao.qi@linaro.org>
15693
15694 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
15695 variable mode to "multi-process" if $multi_process is 1, otherwise
15696 set it to "single-process".
15697
15698 2016-08-01 Yao Qi <yao.qi@linaro.org>
15699
15700 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
15701 * gdb.cp/cpexprs.exp: Likewise.
15702 * gdb.cp/m-static.exp: Likewise.
15703
15704 2016-07-26 Tom Tromey <tom@tromey.com>
15705
15706 PR python/20190:
15707 * gdb.threads/tls.exp (check_thread_local): Add python symbol
15708 test.
15709
15710 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
15711
15712 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
15713 selecting assembly source files.
15714 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
15715 assembly source files.
15716 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
15717 assembly source files.
15718 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
15719 selecting assembly source files.
15720
15721 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
15722
15723 * gdb.base/new-ui.exp (do_test_invalid_args): New
15724 procedure.
15725
15726 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
15727
15728 * gdb.btrace/reconnect.c: New file.
15729 * gdb.btrace/reconnect.exp: New file.
15730
15731 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
15732
15733 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
15734 to test_catch_syscall_group.
15735 (test_catch_syscall_group): New.
15736
15737 2016-07-21 Tom Tromey <tom@tromey.com>
15738
15739 * gdb.rust/simple.rs (main): Use empty struct expression.
15740 * gdb.rust/simple.exp: Add tests for empty struct expression.
15741
15742 2016-07-21 Yao Qi <yao.qi@linaro.org>
15743
15744 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
15745 if gdb_skip_xml_test is true on some targets.
15746
15747 2016-07-21 Yao Qi <yao.qi@linaro.org>
15748
15749 * gdb.server/solib-list.exp: Unset last_loaded_file.
15750
15751 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15752
15753 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
15754 "step into captured_main (args)".
15755
15756 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15757
15758 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
15759
15760 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15761
15762 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
15763
15764 2016-07-19 Pedro Alves <palves@redhat.com>
15765
15766 * gdb.opt/inline-break.exp: Remove optimize=-O2.
15767 * gdb.opt/inline-bt.exp: Likewise.
15768 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
15769 additional_flags=-Winline.
15770 * gdb.opt/inline-locals.exp: Likewise.
15771 * gdb.opt/inline-markers.c (ATTR): Define.
15772 (inlined_fn): Use it.
15773
15774 2016-07-19 Yao Qi <yao.qi@linaro.org>
15775
15776 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
15777 (test_with_self): Remove some code. Remove argument executable.
15778 (top-level): Use do_self_tests.
15779
15780 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
15781 Don Breazeal <donb@codesourcery.com>
15782
15783 * gdb.base/maint.exp: Escape paths used in regular expressions.
15784 * gdb.stabs/weird.exp: Likewise.
15785
15786 2016-07-13 Tom Tromey <tom@tromey.com>
15787
15788 PR python/15620, PR python/18620:
15789 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
15790 (test_bkpt_events): New procs.
15791
15792 2016-07-13 Tom Tromey <tom@tromey.com>
15793
15794 PR python/17698:
15795 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
15796 test.
15797 (test_watchpoints): Likewise.
15798 (test_bkpt_pending): New proc.
15799
15800 2016-07-13 Tom Tromey <tom@tromey.com>
15801
15802 PR cli/18053:
15803 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
15804 completion test.
15805
15806 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15807
15808 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
15809 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
15810 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
15811 f_label.
15812 (g): Rename g_end_lbl to g_label.
15813 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
15814 low_pc and high_pc.
15815 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
15816
15817 2016-07-12 Tom Tromey <tom@tromey.com>
15818
15819 PR python/19293:
15820 * gdb.python/py-unwind-maint.exp: Update tests.
15821
15822 2016-07-12 Yao Qi <yao.qi@linaro.org>
15823
15824 * lib/selftest-support.exp (selftest_setup): Match the output
15825 when captured_main is inlined.
15826
15827 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
15828
15829 * gdb.fortran/derived-types.exp (result_line, result_line_2):
15830 New variables.
15831 (print this%a, print this%b, print this): New tests.
15832 * gdb.fortran/derived-types.f90 (this): New object and
15833 initialization.
15834
15835 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
15836
15837 * gdb.ada/arraydim.exp: Remove extra directory level in build
15838 directory.
15839
15840 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
15841
15842 * lib/ada.exp: Remove extra directory level in build directory.
15843 * gdb.ada/cond_lang.exp: Likewise.
15844 * gdb.ada/exec_changed.exp: Likewise.
15845 * gdb.ada/lang_switch.exp: Likewise.
15846
15847 2016-07-06 Manish Goregaokar <manish@mozilla.com>
15848
15849 * simple.rs: Add test for raw pointer subscripting.
15850 * simple.exp: Add test expectations.
15851
15852 2016-07-05 Yao Qi <yao.qi@linaro.org>
15853
15854 * gdb.mi/mi-reverse.exp: Match =record-started output.
15855
15856 2016-07-01 Pedro Alves <palves@redhat.com>
15857
15858 * gdb.base/jit-reader.exp (info_registers_current_frame): New
15859 procedure.
15860 (jit_reader_test): Test the jit reader's unwinder.
15861 * gdb.base/jithost.c (jit_function_00_code): New global.
15862 (main): Use memcpy to fill in the mmapped code, instead of poking
15863 bytes manually here.
15864 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
15865 value.
15866 (read_debug_info): Save the function's range.
15867 (read_sp): New function.
15868 (unwind_frame): Use it. Also unwind RBP.
15869 (get_frame_id): Use read_sp.
15870 (gdb_init_reader): Use calloc instead of malloc.
15871 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
15872 parameter. Use gdb_test_multiple.
15873
15874 2016-07-01 Pedro Alves <palves@redhat.com>
15875 Antoine Tremblay <antoine.tremblay@ericsson.com>
15876
15877 * gdb.threads/process-dies-while-detaching.c: New file.
15878 * gdb.threads/process-dies-while-detaching.exp: New file.
15879
15880 2016-07-01 Pedro Alves <palves@redhat.com>
15881
15882 * gdb.multi/watchpoint-multi-exit.c: New file.
15883 * gdb.multi/watchpoint-multi-exit.exp: New file.
15884
15885 2016-06-30 Pedro Alves <palves@redhat.com>
15886
15887 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
15888 unset inferior_spawn_id.
15889
15890 2016-06-30 Pedro Alves <palves@redhat.com>
15891
15892 * lib/mi-support.exp (default_mi_gdb_start): Declare global
15893 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
15894
15895 2016-06-29 Yao Qi <yao.qi@linaro.org>
15896
15897 * gdb.base/return.c: Add copyright header.
15898
15899 2016-06-29 Tom Tromey <tom@tromey.com>
15900
15901 PR python/20129:
15902 * gdb.python/py-framefilter.exp: Add tests for setting priority
15903 and disabling of non-existent frame filter.
15904
15905 2016-06-29 Yao Qi <yao.qi@linaro.org>
15906
15907 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
15908 0x0f07ff.
15909
15910 2016-06-28 Yao Qi <yao.qi@linaro.org>
15911
15912 * gdb.base/catch-syscall.exp: Remove check on isnative and target
15913 triplets. Start gdb, execute catch syscall, and continue. Check
15914 gdb's output to determine catch syscall is supported.
15915
15916 2016-06-27 Manish Goregaokar <manish@mozilla.com>
15917
15918 * gdb.rust/simple.rs: Add test for returning unit in a function.
15919 * gdb.rust/simple.exp: Add expectation for functions returning
15920 unit.
15921
15922 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
15923
15924 * gdb.python/py-breakpoint-create-fail.c,
15925 gdb.python/py-breakpoint-create-fail.exp,
15926 gdb.python/py-breakpoint-create-fail.py: New testcase.
15927
15928 2016-06-25 Manish Goregaokar <manish@mozilla.com>
15929
15930 PR gdb/20239
15931 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
15932 * gdb.rust/simple.exp: Add test expectations for new NonZero
15933 tests.
15934
15935 2016-06-24 David Taylor <dtaylor@emc.com>
15936
15937 * gdb.base/offsets.exp: New file.
15938 * gdb.base/offsets.c: New file.
15939
15940 2016-06-23 Tom Tromey <tom@tromey.com>
15941
15942 PR gdb/16483:
15943 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
15944 before any filters are loaded.
15945
15946 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
15947
15948 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
15949 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
15950 structs.
15951 * gdb.fortran/derived-type-function.exp: New file.
15952 * gdb.fortran/derived-type-function.f90: New file.
15953
15954
15955 2016-06-21 Pedro Alves <palves@redhat.com>
15956
15957 * gdb.base/new-ui.exp: New file.
15958 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
15959 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
15960 (with_spawn_id): New procedure.
15961
15962 2016-06-21 Pedro Alves <palves@redhat.com>
15963
15964 * gdb.mi/mi-exec-run.exp: New file.
15965
15966 2016-06-21 Pedro Alves <palves@redhat.com>
15967
15968 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
15969 breakpoint command's output on the main UI.
15970 (test_break): New procedure, factored out from calls in the top
15971 level.
15972 (top level): Use foreach_with_prefix to test MI as main UI and as
15973 separate UI.
15974
15975 2016-06-21 Pedro Alves <palves@redhat.com>
15976
15977 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
15978 (test_awatch_creation_and_listing)
15979 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
15980 Remove 'type' parameter.
15981 (test_watchpoint_all): New parameter mi_mode. Remove
15982 with_test_prefix.
15983 (top level): Use foreach_with_prefix, and add main/separate UI MI
15984 testing axis.
15985
15986 2016-06-21 Pedro Alves <palves@redhat.com>
15987
15988 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
15989 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
15990 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
15991 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
15992 (gdb_main_spawn_id, mi_spawn_id): Declare and
15993 comment.
15994 (mi_create_inferior_pty): New procedure,
15995 factored out from default_mi_gdb_start.
15996 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
15997 procedures.
15998 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
15999 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
16000 Use mi_create_inferior_pty.
16001 (mi_gdb_start): Use eval to pass down args list.
16002
16003 2016-06-21 Pedro Alves <palves@redhat.com>
16004
16005 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
16006 * gdb.opt/inline-cmds.exp: Add MI tests.
16007
16008 2016-06-21 Pedro Alves <palves@redhat.com>
16009
16010 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
16011
16012 2016-06-21 Pedro Alves <palves@redhat.com>
16013
16014 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
16015 (top level): Use it instead of mi_execute_to.
16016
16017 2016-06-21 Pedro Alves <palves@redhat.com>
16018
16019 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
16020 (cont_handler_str): New.
16021 (signal_stop_handler): Set stop_handler_str instead of printing to
16022 stdout.
16023 (continue_handler): Set cont_handler_str instead of printing to
16024 stdout.
16025 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
16026 mi_send_resuming_command. Print stop_handler_str and
16027 cont_handler_str instead of expecting the python events print
16028 directly.
16029
16030 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
16031
16032 * gdb.base/jit-reader.exp: New file.
16033 * gdb.base/jithost.c: New file.
16034 * gdb.base/jithost.h: New file.
16035 * gdb.base/jitreader.c : New file.
16036 * gdb.base/jit-protocol.h: New file.
16037
16038 2016-06-17 Yao Qi <yao.qi@linaro.org>
16039
16040 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
16041 parameters follow_fork and detach_on_fork. Set follow-fork-mode
16042 and detach-on-fork. Adjust tests.
16043 (top level): Invoke break_cond_on_syscall with combinations of
16044 syscall, follow-fork-mode and detach-on-fork.
16045
16046 2016-06-17 Yao Qi <yao.qi@linaro.org>
16047
16048 * gdb.base/step-over-exit.c: New.
16049 * gdb.base/step-over-exit.exp: New.
16050
16051 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
16052
16053 * gdb.base/float.exp: Add target check for nds32*-*-*.
16054 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
16055
16056 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
16057
16058 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
16059 for unsupported target features.
16060 * gdb.base/call-rt-st.exp: Likewise.
16061 * gdb.base/call-sc.exp: Likewise.
16062 * gdb.base/call-signal-resume.exp: Likewise.
16063 * gdb.base/call-strs.exp: Likewise.
16064 * gdb.base/callexit.exp: Likewise.
16065 * gdb.base/callfuncs.exp: Likewise.
16066 * gdb.base/nodebug.exp: Likewise.
16067 * gdb.base/printcmds.exp: Likewise.
16068 * gdb.base/ptype.exp: Likewise.
16069 * gdb.base/structs.exp: Likewise.
16070 * gdb.base/unwindonsignal.exp: Likewise.
16071 * gdb.cp/gdb2495.exp: Likewise.
16072 * gdb.cp/templates.exp: Likewise.
16073 * gdb.cp/virtfunc.exp: Likewise.
16074 * gdb.threads/hand-call-in-threads.exp: Likewise.
16075 * gdb.threads/interrupted-hand-call.exp: Likewise.
16076 * gdb.threads/thread-unwindonsignal.exp: Likewise.
16077
16078 2016-06-10 Tom Tromey <tom@tromey.com>
16079
16080 PR rust/20110:
16081 * gdb.rust/expr.exp: Add test for integer constant larger than
16082 i32.
16083
16084 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
16085
16086 * gdb.fortran/nested-funcs.exp: New.
16087 * gdb.fortran/nested-funcs.f90: New.
16088
16089 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
16090
16091 * gdb.base/examine-backward.c: New file.
16092 * gdb.base/examine-backward.exp: New file.
16093
16094 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
16095
16096 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
16097 matching.
16098
16099 2016-06-02 Tom Tromey <tom@tromey.com>
16100
16101 PR python/18984:
16102 * gdb.python/py-shared.exp: Add solib_name test.
16103
16104 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
16105
16106 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
16107
16108 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
16109
16110 PR c++/19893
16111 * gdb.dwarf2/implref.exp: Rename to...
16112 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
16113 * gdb.dwarf2/implref-array.c: New file.
16114 * gdb.dwarf2/implref-array.exp: Likewise.
16115 * gdb.dwarf2/implref-global.c: Likewise.
16116 * gdb.dwarf2/implref-global.exp: Likewise.
16117 * gdb.dwarf2/implref-struct.c: Likewise.
16118 * gdb.dwarf2/implref-struct.exp: Likewise.
16119
16120 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16121
16122 * gdb.trace/trace-condition.exp: Add 64bit tests.
16123
16124 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16125
16126 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
16127 bits types.
16128 (main): Adapt to 8 to 64 bits types.
16129 * gdb.trace/trace-condition.exp: Add new tests.
16130
16131 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16132
16133 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
16134
16135 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16136
16137 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
16138 Move condition tests...
16139 * gdb.trace/trace-condition.exp: Here.
16140
16141 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16142
16143 * gdb.trace/trace-condition.exp: Add counter-case tests.
16144
16145 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
16146
16147 PR c++/15231
16148 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
16149 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
16150
16151 2016-05-27 Pedro Alves <palves@redhat.com>
16152
16153 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
16154 New procedure.
16155 (top level): Call it, and bail out of DejaGnu is known to be bad.
16156
16157 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
16158
16159 * gdb.base/whatis.c: Extend the test case.
16160 * gdb.base/whatis.exp: Add additional tests.
16161
16162 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16163
16164 * gdb.fortran/type.f90: Add pointer variable.
16165 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
16166
16167 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16168
16169 * gdb.fortran/vla-type.exp: Fix testcase name.
16170
16171 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16172
16173 * gdb.fortran/vla-type.exp: Access elements in nested structs.
16174
16175 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16176
16177 * gdb.fortran/type.f90: Add nested structures.
16178 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
16179 * gdb.fortran/derived-type.exp: Adapt expected output.
16180 * gdb.fortran/vla-type.exp: Adapt expected output.
16181
16182 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16183
16184 * gdb.fortran/whatis_type.exp: Adapt expected output.
16185
16186 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16187
16188 * gdb.fortran/print_type.exp: Fix expected output.
16189 * gdb.fortran/whatis_type.exp: Fix expected output.
16190
16191 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16192
16193 * gdb.fortran/whatis_type.exp: Use multi_line.
16194
16195 2016-05-24 Tom Tromey <tom@tromey.com>
16196
16197 PR python/17386:
16198 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
16199 use value as an index.
16200
16201 2016-05-23 Tom Tromey <tom@tromey.com>
16202
16203 PR python/17981:
16204 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
16205 no-breakpoint case.
16206
16207 2016-05-24 Pedro Alves <palves@redhat.com>
16208
16209 PR gdb/19828
16210 * gdb.threads/clone-attach-detach.c: New file.
16211 * gdb.threads/clone-attach-detach.exp: New file.
16212
16213 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
16214
16215 * gdb.base/annota-input-while-running.exp: Fix syntax error.
16216
16217 2016-05-23 Tom Tromey <tom@tromey.com>
16218
16219 PR python/19438, PR python/18393:
16220 * gdb.python/py-progspace.exp: Add "dir" test.
16221 * gdb.python/py-objfile.exp: Add "dir" test.
16222
16223 2016-05-23 Yao Qi <yao.qi@linaro.org>
16224
16225 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
16226 * gdb.arch/thumb2-it.exp: Likewise.
16227
16228 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
16229
16230 * gdb.mi/mi-threads-interrupt.c: New file.
16231 * gdb.mi/mi-threads-interrupt.exp: New file.
16232
16233 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
16234
16235 PR gdb/18077
16236 * gdb.mi/mi-async-run.exp: New file.
16237 * gdb.mi/mi-async-run.c: New file.
16238
16239 2016-05-17 Tom Tromey <tom@tromey.com>
16240 Manish Goregaokar <manishsmail@gmail.com>
16241
16242 * lib/rust-support.exp: New file.
16243 * lib/gdb.exp (skip_rust_tests): New proc.
16244 (build_executable_from_specs): Handle rust.
16245 * lib/future.exp (gdb_find_rustc): New proc.
16246 (gdb_default_target_compile): Handle rust.
16247 * gdb.rust/expr.exp: New file.
16248 * gdb.rust/generics.exp: New file.
16249 * gdb.rust/generics.rs: New file.
16250 * gdb.rust/methods.exp: New file.
16251 * gdb.rust/methods.rs: New file.
16252 * gdb.rust/modules.exp: New file.
16253 * gdb.rust/modules.rs: New file.
16254 * gdb.rust/simple.exp: New file.
16255 * gdb.rust/simple.rs: New file.
16256
16257 2016-05-17 Tom Tromey <tom@tromey.com>
16258
16259 * gdb.base/default.exp (set language): Add rust.
16260
16261 2016-05-17 Tom Tromey <tom@tromey.com>
16262
16263 * gdb.gdb/unittest.exp: New file.
16264
16265 2016-05-16 Yao Qi <yao.qi@linaro.org>
16266
16267 * gdb.base/batch-preserve-term-settings.exp: Remove variable
16268 shell_prompt. Update shell_prompt_re.
16269
16270 2016-05-12 Doug Evans <dje@google.com>
16271
16272 PR symtab/19999
16273 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
16274 $options when building executable.
16275 * gdb.dwarf2/fission-loclists-pie.S: New file.
16276 * gdb.dwarf2/fission-loclists-pie.exp: New file.
16277
16278 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
16279
16280 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
16281 of [is_remote target],
16282
16283 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
16284
16285 * lib/gdb.exp (use_gdb_stub): New procedure.
16286
16287 2016-05-03 Yunlian Jiang <yunlian@google.com>
16288 Doug Evans <dje@google.com>
16289
16290 PR symtab/19914
16291 * gdb.dwarf2/dwp-sepdebug.c: New file.
16292 * gdb.dwarf2/dwp-sepdebug.exp: New file.
16293
16294 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
16295
16296 * gdb.base/detach.exp: Remove is_remote check.
16297
16298 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
16299
16300 * gdb.base/annota-input-while-running.exp: Don't check for
16301 [is_remote target]. Enable annotations after running to main.
16302 Remove unused "set test..." line.
16303
16304 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
16305
16306 * gdb.trace/trace-enable-disable.exp: New file.
16307 * gdb.trace/trace-enable-disable.c: New file.
16308
16309 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
16310
16311 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
16312 use it in info sharedlibrary test.
16313 * gdb.trace/ftrace-lock.exp: Likewise.
16314 * gdb.trace/ftrace.exp: Likewise.
16315 * gdb.trace/range-stepping.exp: Likewise.
16316 * gdb.trace/trace-break.exp: Likewise.
16317 * gdb.trace/trace-condition.exp: Likewise.
16318 * gdb.trace/trace-mt.exp: Likewise.
16319
16320 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
16321
16322 * lib/gdb.exp (gdb_load_shlibs): Rename to...
16323 (gdb_load_shlib): ... this.
16324 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
16325 gdb_load_shlib.
16326 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
16327 * gdb.base/ctxobj.exp: Likewise.
16328 * gdb.base/dprintf-pending.exp: Likewise.
16329 * gdb.base/dso2dso.exp: Likewise.
16330 * gdb.base/fixsection.exp: Likewise.
16331 * gdb.base/gcore-relro.exp: Likewise.
16332 * gdb.base/gdb1555.exp: Likewise.
16333 * gdb.base/global-var-nested-by-dso.exp: Likewise.
16334 * gdb.base/gnu-ifunc.exp: Likewise.
16335 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
16336 * gdb.base/jit-so.exp (one_jit_test): Likewise.
16337 * gdb.base/pending.exp: Likewise.
16338 * gdb.base/print-file-var.exp: Likewise.
16339 * gdb.base/print-symbol-loading.exp: Likewise.
16340 * gdb.base/shlib-call.exp: Likewise.
16341 * gdb.base/shreloc.exp: Likewise.
16342 * gdb.base/so-impl-ld.exp: Likewise.
16343 * gdb.base/solib-disc.exp: Likewise.
16344 * gdb.base/solib-nodir.exp: Likewise.
16345 * gdb.base/solib-overlap.exp: Likewise.
16346 * gdb.base/solib-symbol.exp: Likewise.
16347 * gdb.base/solib-weak.exp (do_test): Likewise.
16348 * gdb.base/sym-file.exp: Likewise.
16349 * gdb.base/symtab-search-order.exp: Likewise.
16350 * gdb.base/type-opaque.exp: Likewise.
16351 * gdb.base/unload.exp: Likewise.
16352 * gdb.base/watchpoint-solib.exp: Likewise.
16353 * gdb.compile/compile.exp: Likewise.
16354 * gdb.cp/gdb2384.exp: Likewise.
16355 * gdb.cp/infcall-dlopen.exp: Likewise.
16356 * gdb.cp/re-set-overloaded.exp: Likewise.
16357 * gdb.fortran/library-module.exp: Likewise.
16358 * gdb.opt/solib-intra-step.exp: Likewise.
16359 * gdb.python/py-finish-breakpoint.exp: Likewise.
16360 * gdb.python/py-shared.exp: Likewise.
16361 * gdb.reverse/solib-precsave.exp: Likewise.
16362 * gdb.reverse/solib-reverse.exp: Likewise.
16363 * gdb.server/solib-list.exp: Likewise.
16364 * gdb.threads/dlopen-libpthread.exp: Likewise.
16365 * gdb.threads/tls-shared.exp: Likewise.
16366 * gdb.threads/tls-so_extern.exp: Likewise.
16367 * gdb.trace/change-loc.exp: Likewise.
16368 * gdb.trace/ftrace-lock.exp: Likewise.
16369 * gdb.trace/ftrace.exp: Likewise.
16370 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
16371 * gdb.trace/pending.exp: Likewise.
16372 * gdb.trace/range-stepping.exp: Likewise.
16373 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
16374 (strace_info_marker): Likewise.
16375 (strace_probe_marker): Likewise.
16376 (strace_trace_on_same_addr): Likewise.
16377 (strace_trace_on_diff_addr): Likewise.
16378 * gdb.trace/trace-break.exp: Likewise.
16379 * gdb.trace/trace-condition.exp: Likewise.
16380 * gdb.trace/trace-mt.exp: Likewise.
16381
16382 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
16383
16384 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
16385 result of gdb_remote_download.
16386 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
16387 * gdb.base/dso2dso.exp: Likewise.
16388 * gdb.base/global-var-nested-by-dso.exp: Likewise.
16389 * gdb.base/print-file-var.exp: Likewise.
16390 * gdb.base/shlib-call.exp: Likewise.
16391 * gdb.base/shreloc.exp: Likewise.
16392 * gdb.base/solib-overlap.exp: Likewise.
16393 * gdb.base/solib-weak.exp (do_test): Likewise.
16394 * gdb.base/unload.exp: Likewise.
16395
16396 2016-04-27 Yao Qi <yao.qi@linaro.org>
16397
16398 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
16399 exists.
16400
16401 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
16402
16403 * vla-type.exp: Print structure from toplevel.
16404
16405 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
16406
16407 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
16408 of dynamic types.
16409 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
16410 of dynamic types.
16411
16412 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
16413
16414 * gdb.fortran/vla-type.f90: New file.
16415 * gdb.fortran/vla-type.exp: New file.
16416
16417 2016-04-25 Yao Qi <yao.qi@linaro.org>
16418
16419 * gdb.base/branch-to-self.c: New file.
16420 * gdb.base/branch-to-self.exp: New file.
16421
16422 2016-04-22 Yao Qi <yao.qi@linaro.org>
16423
16424 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
16425 more after $hex.
16426
16427 2016-04-22 Yao Qi <yao.qi@linaro.org>
16428
16429 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
16430 * gdb.base/annota3.exp: Likewise.
16431
16432 2016-04-22 Yao Qi <yao.qi@linaro.org>
16433
16434 * gdb.reverse/step-precsave.exp: Do one step and test program
16435 stops in "callee" and do multiple steps until program goes out
16436 of "callee".
16437 * gdb.reverse/step-reverse.exp: Likewise.
16438
16439 2016-04-22 Yao Qi <yao.qi@linaro.org>
16440
16441 * gdb.trace/signal.exp: Also pass if
16442 $tracepoint_hits($i) > $iterations.
16443
16444 2016-04-22 Yao Qi <yao.qi@linaro.org>
16445
16446 * gdb.trace/signal.c: New file.
16447 * gdb.trace/signal.exp: New file.
16448
16449 2016-04-19 Doug Evans <xdje42@gmail.com>
16450
16451 * gdb.base/bad-file.exp: New file.
16452
16453 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
16454
16455 * gdb.dwarf2/implref.exp: New file.
16456
16457 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
16458
16459 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
16460 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
16461 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
16462 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
16463 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
16464 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
16465 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
16466 * lib/fortran.exp (fortran_int4): New procedure.
16467 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
16468 (fortran_logical4): Likewise.
16469
16470 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
16471
16472 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
16473
16474 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
16475
16476 * lib/compiler.c: Add Intel specific preprocessor macros.
16477 * lib/compiler.cc: Likewise.
16478
16479 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
16480
16481 * gdb.server/connect-with-no-symbol-file.c: New file.
16482 * gdb.server/connect-with-no-symbol-file.exp: New file.
16483
16484 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
16485
16486 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
16487
16488 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
16489
16490 * boards/gdbserver-base.exp (${board}_download): Copy source file to
16491 standard output directory.
16492
16493 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
16494
16495 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
16496
16497 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
16498
16499 * gdb.btrace/instruction_history.c (loop): Add declaration.
16500
16501 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
16502
16503 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
16504
16505 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
16506
16507 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
16508 parentheses to print.
16509 (continue_handler): Likewise.
16510
16511 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
16512
16513 * gdb.server/solib-list.exp: Remove is_remote check.
16514 Pass shlib= to gdb_compile. Don't link shared library with
16515 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
16516 Run binary filename through "readlink -f" on the target.
16517
16518 2016-04-08 Pedro Alves <palves@redhat.com>
16519
16520 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
16521 interpreter filename as argument to gdbserver_spawn.
16522 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
16523 Return empty if $last_loaded_file does not exist.
16524
16525 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
16526
16527 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
16528 * gdb.base/jit-main.c: Use exit after usage.
16529
16530 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16531
16532 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
16533 GDBHISTSIZE prior to the tests.
16534 * gdb.base/gdbinit-history.exp: Likewise.
16535
16536 2016-04-07 Pedro Alves <palves@redhat.com>
16537
16538 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
16539 instead of build_executable. Use gdb_load_shlibs.
16540
16541 2016-04-07 Yao Qi <yao.qi@linaro.org>
16542
16543 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
16544 Execute "si" command.
16545
16546 2016-04-07 Yao Qi <yao.qi@linaro.org>
16547
16548 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
16549 number instead of the comments on some line.
16550
16551 2016-04-06 Don Breazeal <donb@codesourcery.com>
16552
16553 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
16554 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
16555
16556 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
16557
16558 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
16559 standard_output_file. Remove unused binfile variable.
16560
16561 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
16562
16563 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
16564 * gdb.python/py-mi-objfile.exp: Match "list main" output
16565 in console format.
16566
16567 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
16568
16569 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
16570 absolute.
16571
16572 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
16573
16574 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
16575 absolute.
16576 * gdb.trace/ftrace.exp: Likewise.
16577 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
16578 targets as well.
16579 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
16580 (gdb_load_shlibs): Copy libraries to test directory when testing
16581 natively. Only set solib-search-path if testing remotely.
16582 * lib/mi-support.exp (mi_load_shlibs): Likewise.
16583
16584 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
16585
16586 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
16587 gdb_download. Use it even if the target is not remote.
16588 * gdb.base/jit.exp (compile_jit_test): Likewise.
16589 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
16590 output directory if the destination board is local, otherwise use
16591 the standard remote_download from DejaGnu.
16592 (gdb_download): Remove.
16593 (gdb_load_shlibs): Use gdb_remote_download instead of
16594 gdb_download.
16595 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
16596 Use gdb_remote_download instead of gdb_download. Use it even if
16597 the target is not remote.
16598 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
16599 instead of gdb_download.
16600
16601 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
16602
16603 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
16604 (test_insert_delete_modify): Call mi_load_shlibs before trying to
16605 run.
16606
16607 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
16608
16609 PR gdb/19820
16610 * gdb.base/printcmds.exp: Add artificial arrays tests.
16611
16612 2016-03-31 Pedro Alves <palves@redhat.com>
16613
16614 PR gdb/19858
16615 * gdb.base/jit-main.c: Include unistd.h.
16616 (ATTACH): Define to 0 if not already defined.
16617 (wait_for_gdb, mypid): New globals.
16618 (WAIT_FOR_GDB): New macro.
16619 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
16620 some breakpoint locations.
16621 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
16622 New procedures.
16623 (one_jit_test): Add REATTACH parameter, and handle it. Use
16624 continue_to_test_location.
16625 (top level): Test attach, and adjusts calls to one_jit_test.
16626
16627 2016-03-31 Pedro Alves <palves@redhat.com>
16628
16629 PR gdb/19858
16630 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
16631 BINSUFFIX parameter, and handle it.
16632 (top level): Adjust calls compile_jit_test.
16633
16634 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
16635
16636 PR python/19743
16637 * gdb.python/py-mi-events-gdb.py: New file.
16638 * gdb.python/py-mi-events.c: New file.
16639 * gdb.python/py-mi-events.exp: New file.
16640
16641 2016-03-30 Yao Qi <yao.qi@linaro.org>
16642
16643 * gdb.reverse/until-precsave.exp: Match function name only.
16644 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
16645 Move malloc to a condition block.
16646 * gdb.reverse/until-reverse.exp: Match function name only.
16647
16648 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
16649
16650 * gdb.trace/ftrace.exp: Set arg0exp for s390.
16651 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
16652 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
16653 variable for GPR 0 instead of assuming it is register 0.
16654 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
16655 * lib/trace-support.exp: Add s390 registers.
16656
16657 2016-03-29 Yao Qi <yao.qi@linaro.org>
16658
16659 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
16660
16661 2016-03-24 Yao Qi <yao.qi@linaro.org>
16662
16663 * gdb.reverse/break-reverse.exp: Add quotation mark in the
16664 test message.
16665
16666 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16667
16668 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
16669 maintaining separate logic for constructing the output path.
16670
16671 2016-03-16 Don Breazeal <donb@codesourcery.com>
16672
16673 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
16674 Retry fork and waitpid on interrupted system call errors.
16675 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
16676 Use with_timeout_factor to increase timeout by factor of 10.
16677
16678 2016-03-15 Don Breazeal <donb@codesourcery.com>
16679
16680 * gdb.cp/scope-err.cc: New test program.
16681 * gdb.cp/scope-err.exp: New test script.
16682 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
16683 lines and "set breakpoint here" comment.
16684 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
16685 Fixed some whitespace and format issues.
16686 * gdb.mi/mi-linespec-err-cp.cc: New test program.
16687 * gdb.mi/mi-linespec-err-cp.exp: New test script.
16688
16689 2016-03-15 Doug Evans <dje@google.com>
16690
16691 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
16692 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
16693 All callers updated. Add tests for enums, mixed flags register.
16694
16695 2016-03-15 Doug Evans <dje@google.com>
16696
16697 * gdb.base/skip.c (main): Call test_skip_file_and_function.
16698 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
16699
16700 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
16701
16702 * gdb.base/default.exp: Add $_as_string to the list of expected
16703 convenience functions.
16704
16705 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
16706
16707 * gdb.base/maint.exp: New tests for 'maint info line-table'.
16708
16709 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
16710
16711 * gdb.python/py-as-string.exp: New file.
16712 * gdb.python/py-as-string.c: New file.
16713
16714 2016-03-09 Pedro Alves <palves@redhat.com>
16715
16716 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
16717 signal" -> "Thread NN received signal" output change.
16718 * gdb.threads/ia64-sigill.exp: Likewise.
16719 * gdb.threads/linux-dp.exp: Likewise.
16720 * gdb.threads/manythreads.exp: Likewise.
16721 * gdb.threads/pending-step.exp: Likewise.
16722 * gdb.threads/print-threads.exp: Likewise.
16723 * gdb.threads/sigstep-threads.exp: Likewise.
16724 * gdb.threads/staticthreads.exp: Likewise.
16725 * gdb.threads/tls.exp: Likewise.
16726
16727 2016-03-09 Pedro Alves <palves@redhat.com>
16728
16729 * gdb.base/command-line-input.exp: New file.
16730
16731 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
16732
16733 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
16734 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
16735 * gdb.trace/pending.exp: Accept leading dot before function name.
16736 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
16737 * lib/trace-support.exp: Set registers for ppc.
16738
16739 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
16740
16741 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
16742 use it for disassembly; accept .main in addition to main in backtrace.
16743
16744 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
16745 Marcin Kościelnicki <koriakin@0x04.net>
16746
16747 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
16748 (gdb_recursion_test_ptr): New global variable.
16749 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
16750 gdb_recursion_test.
16751 (gdb_c_test): Ditto.
16752
16753 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
16754
16755 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
16756 ordering.
16757
16758 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
16759
16760 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
16761 (bar): Add bar_start_lbl label.
16762 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
16763 of foo/bar for emitting DWARF and tracing.
16764
16765 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
16766
16767 * analyze-racy-logs.py: Set executable bit.
16768
16769 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
16770
16771 * Makefile.in (DEFAULT_RACY_ITER): New variable.
16772 (CHECK_TARGET_TMP): Likewise.
16773 (check-single-racy): New rule.
16774 (check-parallel-racy): Likewise.
16775 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
16776 (do-check-parallel-racy): New rule.
16777 (check-racy/%.exp): Likewise.
16778 * README (Racy testcases): New section.
16779 * analyze-racy-logs.py: New file.
16780
16781 2016-03-03 Doug Evans <dje@google.com>
16782
16783 * gdb.base/skip.exp: Use with_test_prefix.
16784
16785 2016-03-03 Yao Qi <yao.qi@linaro.org>
16786
16787 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
16788 Invoke step_over_syscall "clone" and break_cond_on_syscall
16789 "clone".
16790 * gdb.base/step-over-clone.c: New file.
16791
16792 2016-03-03 Yao Qi <yao.qi@linaro.org>
16793
16794 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
16795 code format.
16796
16797 2016-03-03 Yao Qi <yao.qi@linaro.org>
16798
16799 * gdb.base/disp-step-fork.c: Rename to ...
16800 * gdb.base/step-over-fork.c: ... it. New file.
16801 * gdb.base/disp-step-vfork.c: Rename to ...
16802 * gdb.base/step-over-vfork.c: ... it. New file.
16803 * gdb.base/disp-step-syscall.exp: Rename to ...
16804 * gdb.base/step-over-syscall.exp: ... it. New file.
16805 (disp_step_cross_syscall): Rename to ...
16806 (step_over_syscall): ... it.
16807
16808 2016-03-03 Yao Qi <yao.qi@linaro.org>
16809
16810 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
16811 If target supports condition evaluation on target, invoke
16812 break_cond_on_syscall for fork and vfork.
16813
16814 2016-03-03 Yao Qi <yao.qi@linaro.org>
16815
16816 * gdb.base/disp-step-syscall.exp: Don't invoke
16817 support_displaced_stepping.
16818 (disp_step_cross_syscall): Test with displaced stepping off and
16819 on if supported.
16820
16821 2016-03-03 Yao Qi <yao.qi@linaro.org>
16822
16823 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
16824 proc.
16825 (setup): New proc.
16826 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
16827 and setup.
16828
16829 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
16830
16831 * gdb.fortran/vla-history.exp: Remove breakpoint.
16832
16833 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
16834
16835 * gdb.fortran/vla-history.exp: Lookup array elements and printing
16836 exceeds timeout.
16837
16838 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
16839
16840 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
16841 breakpoint.
16842
16843 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
16844
16845 * gdb.mi/vla.f90: Nullify pointer after declaration.
16846
16847 2016-03-01 Pedro Alves <palves@redhat.com>
16848
16849 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
16850
16851 2016-03-01 Pedro Alves <palves@redhat.com>
16852
16853 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
16854 before anything else.
16855 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
16856 _GNU_SOURCE here.
16857 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
16858 before anything else.
16859 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
16860
16861 2016-03-01 Pedro Alves <palves@redhat.com>
16862
16863 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
16864
16865 2016-03-01 Yao Qi <yao.qi@linaro.org>
16866
16867 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
16868 prepare_for_testing.
16869
16870 2016-03-01 Yao Qi <yao.qi@linaro.org>
16871
16872 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
16873
16874 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
16875
16876 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
16877 manually constructing the output path.
16878
16879 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
16880
16881 * gdb.arch/s390-stackless.S: New.
16882 * gdb.arch/s390-stackless.exp: New.
16883
16884 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
16885
16886 * gdb.dlang/circular.c: New file.
16887 * gdb.dlang/circular.exp: New file.
16888
16889 2016-02-26 Yao Qi <yao.qi@linaro.org>
16890
16891 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
16892 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
16893 (testcases): Update.
16894
16895 2016-02-26 Yao Qi <yao.qi@linaro.org>
16896
16897 * gdb.reverse/aarch64.c: Rename to ...
16898 * gdb.reverse/insn-reverse.c: ... it.
16899 * gdb.reverse/aarch64.exp: Rename to ...
16900 * gdb.reverse/insn-reverse.exp: ... it.
16901
16902 2016-02-26 Yao Qi <yao.qi@linaro.org>
16903
16904 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
16905 (testcase_ftype): New.
16906 (testcases): New array.
16907 (n_testcases): New.
16908 (main): Call each element in testcases.
16909 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
16910 (read_testcase): New.
16911 Do the tests in a loop.
16912
16913 2016-02-25 Yao Qi <yao.qi@linaro.org>
16914
16915 * gdb.base/branches.c: Remove.
16916
16917 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
16918
16919 PR gdb/13808
16920 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
16921
16922 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
16923
16924 * gdb.trace/ftrace.exp: Remove unnecessary target check.
16925
16926 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
16927
16928 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
16929 change x86_64 call_insn to 'callq'.
16930
16931 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16932
16933 * gdb.trace/tfile-avx.c: Move to...
16934 * gdb.trace/tracefile-pseudo-reg.c: Here.
16935 * gdb.trace/tfile-avx.exp: Move to...
16936 * gdb.trace/tracefile-pseudo-reg.exp: Here.
16937
16938 2016-02-24 Gary Benson <gbenson@redhat.com>
16939
16940 * gdb.base/attach-pie-noexec.exp: Do not expect an error
16941 message on attach.
16942
16943 2016-02-23 Doug Evans <dje@google.com>
16944
16945 * gdb.base/skip.c (test_skip): New function.
16946 (end_test_skip_file_and_function): New function.
16947 (test_skip_file_and_function): New function.
16948 * gdb.base/skip1.c (test_skip): New function.
16949 (skip1_test_skip_file_and_function): New function.
16950 * gdb.base/skip.exp: Add tests for new skip options.
16951 * gdb.base/skip-solib.exp: Update expected output.
16952 * gdb.perf/skip-command.cc: New file.
16953 * gdb.perf/skip-command.exp: New file.
16954 * gdb.perf/skip-command.py: New file.
16955
16956 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
16957
16958 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
16959 info registers pattern.
16960
16961 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
16962
16963 * lib/future.exp: Add D support.
16964 (gdb_find_gdc): New proc.
16965 (gdb_default_target_compile): Add D support.
16966
16967 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
16968
16969 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
16970 user+system time.
16971 (trace_speed_test): Determine the iteration count for a time
16972 between 15..30 seconds.
16973
16974 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
16975
16976 * gdb.arch/i386-mpx-sigsegv.c: New file.
16977 * gdb.arch/i386-mpx-sigsegv.exp: New file.
16978 * gdb.arch/i386-mpx-simple_segv.c: New file.
16979 * gdb.arch/i386-mpx-simple_segv.exp: New file.
16980
16981 2016-02-18 Yao Qi <yao.qi@linaro.org>
16982
16983 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
16984 Don't call setup_kfail.
16985
16986 2016-02-18 Yao Qi <yao.qi@linaro.org>
16987
16988 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
16989 Set "set breakpoint condition-evaluation" per $cond_bp_target.
16990
16991 2016-02-16 Doug Evans <dje@google.com>
16992
16993 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
16994 * gdb.base/skip1.c: Ditto.
16995 * gdb.base/skip.exp: Whitespace cleanup.
16996
16997 2016-02-16 Don Breazeal <donb@codesourcery.com>
16998
16999 PR remote/19496
17000 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
17001 Remove kfail for PR remote/19496.
17002
17003 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
17004
17005 * lib/gdb.exp (standard_temp_file): Return a path specific to
17006 the runtest invocation.
17007
17008 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
17009
17010 * gdb.trace/save-trace.exp: Change relative path to be in the
17011 standard output directory.
17012
17013 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
17014
17015 * gdb.arch/i386-prologue.c: Add missing prototypes.
17016
17017 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
17018
17019 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
17020 * gdb.arch/i386-prologue.exp: Likewise.
17021 * gdb.arch/i386-size.exp: Likewise.
17022
17023 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
17024
17025 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
17026 define object file path.
17027 * gdb.btrace/gcore.exp: Use standard_output_file to define core
17028 file path.
17029 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
17030 standard_output_file to define binfile.
17031
17032 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
17033
17034 Fix compatibility with recent gfortran-5.3.1.
17035 * gdb.fortran/vla-history.exp (print vla1 allocated)
17036 (print vla2 allocated, print $2, print $3): Remove
17037 (print $4): Rename to ...
17038 (print $2): ... here.
17039 (print $9): Rename to ...
17040 (print $5): ... here.
17041 (print $10): Rename to ...
17042 (print $6): ... here.
17043 * gdb.fortran/vla.f90: Add pvla initialization.
17044
17045 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
17046
17047 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
17048 New test.
17049 * gdb.fortran/vla-value-sub.exp: Likewise.
17050
17051 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
17052
17053 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
17054
17055 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
17056
17057 * i386-biarch-core.exp: Define corefile using
17058 standard_output_file.
17059
17060 2016-02-12 Yao Qi <yao.qi@linaro.org>
17061
17062 * gdb.arch/arm-single-step-kernel-helper.c: New.
17063 * gdb.arch/arm-single-step-kernel-helper.exp: New.
17064
17065 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
17066
17067 * gdb.btrace/tailcall-only.exp: New.
17068 * gdb.btrace/tailcall-only.c: New.
17069 * gdb.btrace/x86_64-tailcall-only.S: New.
17070 * gdb.btrace/i686-tailcall-only.S: New.
17071
17072 2016-02-11 Pedro Alves <palves@redhat.com>
17073
17074 * README (Parallel testing): Add missing double quotes.
17075
17076 2016-02-11 Pedro Alves <palves@redhat.com>
17077
17078 * README (Parallel testing): New section.
17079 (GDB_PARALLEL): Rewrite.
17080 (FORCE_PARALLEL): Document.
17081
17082 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
17083
17084 * gdb.trace/tfile-avx.c: New test.
17085 * gdb.trace/tfile-avx.exp: New test.
17086
17087 2016-02-09 Keith Seitz <keiths@redhat.com>
17088
17089 PR breakpoints/19546
17090 * gdb.base/infcall-exec.c: New file.
17091 * gdb.base/infcall-exec2.c: New file.
17092 * gdb.base/infcall-exec.exp: New file.
17093
17094 2016-02-09 Keith Seitz <keiths@redhat.com>
17095
17096 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
17097 (toplevel): Call test_bkpt_address.
17098
17099 2016-02-09 Keith Seitz <keiths@redhat.com>
17100
17101 PR python/19506
17102 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
17103 (toplevel): Call test_bkpt_address.
17104
17105 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
17106
17107 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
17108 to AC_OUTPUT.
17109 * configure: Regenerate.
17110
17111 2016-02-09 Pedro Alves <palves@redhat.com>
17112
17113 PR breakpoints/19548
17114 * gdb.base/execl-update-breakpoints.c (some_function): New
17115 function.
17116 (main): Call it.
17117 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
17118 Tighten expected GDB output.
17119
17120 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
17121
17122 * Makefile.in (ALL_SUBDIRS): Remove.
17123 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
17124 (distclean maintainer-clean realclean): Likewise.
17125 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
17126 * configure: Regenerate.
17127 * gdb.ada/Makefile.in: Delete.
17128 * gdb.arch/Makefile.in: Likewise.
17129 * gdb.asm/Makefile.in: Likewise.
17130 * gdb.base/Makefile.in: Likewise.
17131 * gdb.btrace/Makefile.in: Likewise.
17132 * gdb.cell/Makefile.in: Likewise.
17133 * gdb.compile/Makefile.in: Likewise.
17134 * gdb.cp/Makefile.in: Likewise.
17135 * gdb.disasm/Makefile.in: Likewise.
17136 * gdb.dlang/Makefile.in: Likewise.
17137 * gdb.dwarf2/Makefile.in: Likewise.
17138 * gdb.fortran/Makefile.in: Likewise.
17139 * gdb.gdb/Makefile.in: Likewise.
17140 * gdb.go/Makefile.in: Likewise.
17141 * gdb.guile/Makefile.in: Likewise.
17142 * gdb.java/Makefile.in: Likewise.
17143 * gdb.linespec/Makefile.in: Likewise.
17144 * gdb.mi/Makefile.in: Likewise.
17145 * gdb.modula2/Makefile.in: Likewise.
17146 * gdb.multi/Makefile.in: Likewise.
17147 * gdb.objc/Makefile.in: Likewise.
17148 * gdb.opencl/Makefile.in: Likewise.
17149 * gdb.opt/Makefile.in: Likewise.
17150 * gdb.pascal/Makefile.in: Likewise.
17151 * gdb.perf/Makefile.in: Likewise.
17152 * gdb.python/Makefile.in: Likewise.
17153 * gdb.reverse/Makefile.in: Likewise.
17154 * gdb.server/Makefile.in: Likewise.
17155 * gdb.stabs/Makefile.in: Likewise.
17156 * gdb.threads/Makefile.in: Likewise.
17157 * gdb.trace/Makefile.in: Likewise.
17158 * gdb.xml/Makefile.in: Likewise.
17159 * lib/gdb.exp (make_gdb_parallel_path): Add check for
17160 GDB_PARALLEL.
17161 (standard_output_file): Remove check for GDB_PARALLEL, always
17162 return path in outputs/$subdir/$testname.
17163
17164 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
17165
17166 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
17167 (site.exp): Assign abs_srcdir to tcl's srcdir.
17168
17169 2016-02-04 Yao Qi <yao.qi@linaro.org>
17170
17171 * gdb.base/foll-exec-mode.c: Include limits.h.
17172 (main): Add parameters argc and argv. Get directory from
17173 argv[0].
17174 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
17175 compilation.
17176 * gdb.base/foll-exec.c: Include limits.h.
17177 (main): Add parameters argc and argv.
17178 Get directory from argv[0].
17179 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
17180 Adjust tests on the number of lines as source code changed.
17181 * gdb.base/foll-vfork-exit.c: Include limits.h.
17182 (main): Add one line of statement before vfork.
17183 * gdb.base/foll-vfork.c: Include limits.h and string.h.
17184 (main): Add parameters argc and argv. Get directory from
17185 argv[0].
17186 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
17187 (setup_gdb): Set tbreak to skip some source lines.
17188 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
17189 (main): Add parameters argc and argv. Get directory from
17190 argv[0].
17191 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
17192 compilation.
17193 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
17194 (main): Add parameters argc and argv. Get directory from
17195 argv[0].
17196 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
17197 compilation.
17198
17199 2016-02-01 Doug Evans <dje@google.com>
17200
17201 * gdb.base/skip.exp: Clean up multiple references to same test name.
17202
17203 2016-02-01 Pedro Alves <palves@redhat.com>
17204
17205 PR remote/19496
17206 * gdb.threads/forking-threads-plus-breakpoint.exp
17207 (displaced_stepping_supported): New global.
17208 (probe_displaced_stepping_support): New procedure.
17209 (do_test): Add 'displaced' parameter, and use it.
17210 (top level): Check for displaced stepping support. Add displaced
17211 stepping on/off testing axis.
17212
17213 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
17214
17215 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
17216 pointer. Don't perform further tests on the unassociated pointer
17217 if the first test fails.
17218
17219 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
17220
17221 * gdb.base/max-value-size.c: New file.
17222 * gdb.base/max-value-size.exp: New file.
17223 * gdb.base/huge.exp: Disable max-value-size for this test.
17224
17225 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
17226
17227 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
17228
17229 2016-01-28 Yao Qi <yao.qi@linaro.org>
17230
17231 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
17232
17233 2016-01-25 Pedro Alves <palves@redhat.com>
17234
17235 PR threads/19461
17236 * gdb.base/fork-running-state.c: New file.
17237 * gdb.base/fork-running-state.exp: New file.
17238
17239 2016-01-25 Pedro Alves <palves@redhat.com>
17240
17241 PR gdb/19494
17242 * gdb.base/catch-fork-kill.c: New file.
17243 * gdb.base/catch-fork-kill.exp: New file.
17244
17245 2016-01-25 Pedro Alves <palves@redhat.com>
17246
17247 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
17248 Delete, moved to lib/gdb.exp.
17249 * gdb.threads/forking-threads-plus-breakpoint.exp
17250 (foreach_with_prefix): Likewise.
17251 * gdb.threads/process-dies-while-handling-bp.exp
17252 (foreach_with_prefix): Likewise.
17253 * lib/gdb.exp (foreach_with_prefix): New procedure.
17254
17255 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
17256
17257 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
17258 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
17259
17260 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
17261
17262 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
17263 endian targets.
17264
17265 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17266 Pedro Alves <palves@redhat.com>
17267
17268 Fix testsuite compatibility with Guile.
17269 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
17270 number.
17271
17272 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17273
17274 Fix testsuite compatibility with Guile.
17275 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
17276 (thread 1): New test for backtrace through signal handler.
17277
17278 2016-01-22 Yao Qi <yao.qi@linaro.org>
17279
17280 PR testsuite/19491
17281 * gdb.base/multi-forks.c: Include
17282 ../lib/unbuffer_output.c
17283 (main): Call gdb_unbuffer_output.
17284
17285 2016-01-21 Doug Evans <dje@google.com>
17286
17287 * lib/ada.exp (gdb_compile_ada): Fix typo.
17288
17289 2016-01-21 Joel Brobecker <brobecker@adacore.com>
17290
17291 * gdb.base/break-fun-addr.exp: New file.
17292 * gdb.base/break-fun-addr1.c: New file.
17293 * gdb.base/break-fun-addr2.c: New file.
17294
17295 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
17296
17297 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
17298 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
17299 enum flag values.
17300
17301 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
17302
17303 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
17304 when GDB can not set the vector return value. Add more comments
17305 for clarification.
17306
17307 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
17308
17309 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
17310 command.
17311
17312 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
17313
17314 * Makefile.in (DO_RUNTEST): Add --status and update usages.
17315
17316 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
17317
17318 * Makefile.in (check-single): Pass --status to runtest.
17319 (check/%.exp): Likewise.
17320
17321 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
17322
17323 * Makefile.in (check-parallel): Propagate return code from make
17324 do-check-parallel.
17325
17326 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
17327
17328 * gdb.trace/ftrace.exp: Fix expected message on continue.
17329 * gdb.trace/pending.exp: Fix expected message on continue.
17330 * gdb.trace/trace-break.exp: Fix expected message on continue.
17331
17332 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
17333
17334 * lib/gdb.exp (gdb_test): Remove unused global references.
17335
17336 2016-01-18 Pedro Alves <palves@redhat.com>
17337
17338 * gdb.base/async-shell.exp: Adjust expected output.
17339 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
17340 * gdb.base/siginfo-thread.exp: Adjust expected output.
17341 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
17342 * gdb.java/jnpe.exp: Adjust expected output.
17343 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
17344 * gdb.threads/continue-pending-status.exp: Adjust expected output.
17345 * gdb.threads/leader-exit.exp: Adjust expected output.
17346 * gdb.threads/manythreads.exp: Adjust expected output.
17347 * gdb.threads/pthreads.exp: Adjust expected output.
17348 * gdb.threads/schedlock.exp: Adjust expected output.
17349 * gdb.threads/siginfo-threads.exp: Adjust expected output.
17350 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
17351 expected output.
17352 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
17353 output.
17354 * gdb.threads/sigthread.exp: Adjust expected output.
17355 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
17356
17357 2016-01-18 Yao Qi <yao.qi@linaro.org>
17358
17359 * gdb.guile/scm-section-script.c: Replace @progbits with
17360 %progbits.
17361 * gdb.python/py-section-script.c: Likewise.
17362
17363 2016-01-15 Pedro Alves <palves@redhat.com>
17364
17365 * gdb.multi/tids.exp: Test star wildcard ranges.
17366
17367 2016-01-15 Pedro Alves <palves@redhat.com>
17368
17369 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
17370 command from "thread apply" invocation.
17371 (thr_apply_info_thr_invalid): Default the expected output to the
17372 input tid list.
17373 (top level): Add tests that use convenience variables. Add tests
17374 for "thread apply" with a valid TID list, but missing the command.
17375
17376 2016-01-13 Pedro Alves <palves@redhat.com>
17377
17378 * gdb.base/default.exp: Expect $_gthread as well.
17379 * gdb.multi/tids.exp: Test $_gthread.
17380 * gdb.threads/thread-specific.exp: Test $_gthread.
17381
17382 2016-01-13 Pedro Alves <palves@redhat.com>
17383
17384 * gdb.multi/tids.exp: Test "info threads -gid".
17385
17386 2016-01-13 Pedro Alves <palves@redhat.com>
17387
17388 * gdb.multi/tids.exp: Test InferiorThread.global_num and
17389 Breakpoint.thread.
17390 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
17391
17392 2016-01-07 Pedro Alves <palves@redhat.com>
17393
17394 * gdb.base/break.exp: Adjust to output changes.
17395 * gdb.base/hbreak2.exp: Likewise.
17396 * gdb.base/sepdebug.exp: Likewise.
17397 * gdb.base/watch_thread_num.exp: Likewise.
17398 * gdb.linespec/keywords.exp: Likewise.
17399 * gdb.multi/info-threads.exp: Likewise.
17400 * gdb.threads/thread-find.exp: Likewise.
17401 * gdb.multi/tids.c: New file.
17402 * gdb.multi/tids.exp: New file.
17403
17404 2016-01-13 Pedro Alves <palves@redhat.com>
17405
17406 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
17407
17408 2016-01-13 Pedro Alves <palves@redhat.com>
17409
17410 * gdb.base/default.exp: Expect $_inferior as well.
17411 * gdb.multi/base.exp: Test $_inferior.
17412
17413 2016-01-13 Pedro Alves <palves@redhat.com>
17414
17415 PR breakpoints/19388
17416 * gdb.base/catch-signal-siginfo-cond.c: New file.
17417 * gdb.base/catch-signal-siginfo-cond.exp: New file.
17418
17419 2016-01-12 Josh Stone <jistone@redhat.com>
17420 Philippe Waroquiers <philippe.waroquiers@skynet.be>
17421
17422 * gdb.base/catch-syscall.c (do_execve): New variable.
17423 (main): Conditionally trigger an execve.
17424 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
17425 (test_catch_syscall_execve): New, check entry/return across execve.
17426 (do_syscall_tests): Call test_catch_syscall_execve.
17427
17428 2016-01-12 Pedro Alves <palves@redhat.com>
17429
17430 * gdb.base/random-signal.exp (do_test): New procedure, with body
17431 of testcase moved in.
17432
17433 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17434 Pedro Alves <palves@redhat.com>
17435
17436 * gdb.base/funcargs.exp (finish from indirectly called function):
17437 Reintroduce the case for 'First'.
17438
17439 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17440 Pedro Alves <palves@redhat.com>
17441
17442 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
17443 (tcatch_vfork_then_child_follow_exec)
17444 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
17445 identification.
17446
17447 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17448
17449 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
17450 and repeats to unlimited.
17451 * gdb.python/py-value.exp: Likewise.
17452 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
17453 and repeats to unlimited.
17454
17455 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
17456
17457 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
17458 and reordering the functions.
17459 * gdb.multi/hangout.c: Likewise.
17460 * gdb.multi/hello.c: Likewise.
17461
17462 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
17463
17464 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
17465 absolute.
17466 (SingleStatisticTestResult.report): Use dict.keys instead of
17467 dict.iterkeys.
17468
17469 2016-01-06 Pedro Alves <palves@redhat.com>
17470
17471 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
17472
17473 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
17474
17475 * gdb.btrace/dlopen.exp: New.
17476 * gdb.btrace/dlopen.c: New.
17477 * gdb.btrace/dlopen-dso.c: New.
17478
17479 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
17480
17481 * lib/gdb.exp (gdb_test): Update comments to clarify that the
17482 PATTERN argument is optional.
17483
17484 2015-12-24 Joel Brobecker <brobecker@adacore.com>
17485
17486 * lib/ada.exp (target_compile_ada_from_dir): New function.
17487 (gdb_compile_ada): Reimplement avoiding the use of project files.
17488 * gdb.ada/gnat_ada.gpr: Delete.
17489 * gdb.ada/cond_lang.exp: Adjust test to make path before
17490 filename optional.
17491 * gdb.ada/small_reg_param.exp: Likewise.
17492
17493 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
17494
17495 * gdb.base/foll-vork.exp: Remove HP-UX special case.
17496
17497 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
17498
17499 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
17500 case.
17501
17502 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
17503
17504 * gdb.base/break.exp: Remove dead code.
17505 * gdb.base/sepdebug.exp: Likewise.
17506
17507 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
17508
17509 * gdb.asm/asm-source.exp: Remove HP-UX references.
17510 * gdb.base/annota1.exp: Likewise.
17511 * gdb.base/annota3.exp: Likewise.
17512 * gdb.base/attach.exp: Likewise.
17513 * gdb.base/bigcore.exp: Likewise.
17514 * gdb.base/break.exp: Likewise.
17515 * gdb.base/call-ar-st.exp: Likewise.
17516 * gdb.base/callfuncs.exp: Likewise.
17517 * gdb.base/catch-fork-static.exp: Likewise.
17518 * gdb.base/display.exp: Likewise.
17519 * gdb.base/foll-exec-mode.exp: Likewise.
17520 * gdb.base/foll-exec.exp: Likewise.
17521 * gdb.base/foll-fork.exp: Likewise.
17522 * gdb.base/foll-vfork.exp: Likewise.
17523 * gdb.base/funcargs.exp: Likewise.
17524 * gdb.base/hbreak2.exp: Likewise.
17525 * gdb.base/inferior-died.exp: Likewise.
17526 * gdb.base/interrupt.exp: Likewise.
17527 * gdb.base/multi-forks.exp: Likewise.
17528 * gdb.base/nodebug.exp: Likewise.
17529 * gdb.base/sepdebug.exp: Likewise.
17530 * gdb.base/solib1.c: Likewise.
17531 * gdb.base/step-test.exp: Likewise.
17532 * gdb.mi/non-stop.c: Likewise.
17533 * gdb.mi/pthreads.c: Likewise.
17534 * gdb.multi/bkpt-multi-exec.ex: Likewise.
17535 * gdb.threads/pthreads.c: Likewise.
17536 * gdb.threads/staticthreads.exp: Likewise.
17537 * lib/future.exp: Likewise.
17538 * lib/gdb.exp: Likewise.
17539 * gdb.base/so-indr-cl.c: Remove.
17540 * gdb.base/so-indr-cl.exp: Likewise.
17541 * gdb.base/solib.c: Likewise.
17542 * gdb.base/solib.exp: Likewise.
17543 * gdb.base/solib2.c: Likewise.
17544
17545 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
17546
17547 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
17548 * gdb.base/call-ar-st.exp: Likewise.
17549 * gdb.base/callfuncs.exp: Likewise.
17550 * gdb.base/condbreak.exp: Likewise.
17551 * gdb.base/constvars.exp: Likewise.
17552 * gdb.base/hbreak2.exp: Likewise.
17553 * gdb.base/langs.exp: Likewise.
17554 * gdb.base/list.exp: Likewise.
17555 * gdb.base/long_long.exp: Likewise.
17556 * gdb.base/ptype.exp: Likewise.
17557 * gdb.base/scope.exp: Likewise.
17558 * gdb.base/signals.exp: Likewise.
17559 * gdb.base/so-impl-ld.exp: Likewise.
17560 * gdb.base/varargs.exp: Likewise.
17561 * gdb.base/volatile.exp: Likewise.
17562 * gdb.base/whatis.exp: Likewise.
17563 * gdb.cp/cplusfuncs.exp: Likewise.
17564 * gdb.cp/inherit.exp: Likewise.
17565 * gdb.cp/local.exp: Likewise.
17566 * gdb.cp/member-ptr.exp: Likewise.
17567 * gdb.cp/method.exp: Likewise.
17568 * gdb.cp/overload.exp: Likewise.
17569 * gdb.cp/templates.exp: Likewise.
17570 * gdb.stabs/weird.exp: Likewise.
17571 * lib/compiler.c: Likewise.
17572 * lib/compiler.cc: Likewise.
17573 * lib/cp-support.exp: Likewise.
17574 * lib/gdb.exp: Likewise.
17575
17576 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
17577
17578 * configure.ac: Remove HP-UX case.
17579 * configure: Regenerate.
17580
17581 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
17582
17583 * lib/gdb.exp (gdb_compile): Add function doc.
17584
17585 2015-12-17 Pedro Alves <palves@redhat.com>
17586
17587 PR threads/19354
17588 * gdb.multi/info-threads.exp: New file.
17589
17590 2015-12-15 Yao Qi <yao.qi@linaro.org>
17591
17592 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
17593 is aarch64*-*-*.
17594
17595 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
17596
17597 * gdb.base/history-duplicates.exp: Skip if no readline support.
17598
17599 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
17600
17601 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
17602
17603 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
17604
17605 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
17606
17607 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
17608
17609 * gdb.base/completion.exp: Skip tests that interrupt GDB with
17610 ctrl-C if nointerrupts target property is set.
17611 * gdb.base/double-prompt-target-event-error.exp: Likewise.
17612 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
17613 * gdb.base/paginate-bg-execution.exp: Likewise.
17614 * gdb.base/paginate-execution-startup.exp: Likewise.
17615 * gdb.base/random-signal.exp: Likewise.
17616 * gdb.base/range-stepping.exp: Likewise.
17617 * gdb.cp/annota2.exp: Likewise.
17618 * gdb.cp/annota3.exp: Likewise.
17619 * gdb.gdb/selftest.exp: Likewise.
17620 * gdb.threads/continue-pending-status.exp: Likewise.
17621 * gdb.threads/leader-exit.exp: Likewise.
17622 * gdb.threads/manythreads.exp: Likewise.
17623 * gdb.threads/pthreads.exp: Likewise.
17624 * gdb.threads/schedlock.exp: Likewise.
17625 * gdb.threads/sigthread.exp: Likewise.
17626
17627 2015-12-11 Don Breazeal <donb@codesourcery.com>
17628
17629 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
17630 remote.
17631 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
17632 * gdb.base/foll-exec.exp (main): Enable for target remote.
17633 * gdb.base/foll-fork.exp (main): Likewise.
17634 * gdb.base/foll-vfork.exp (main): Likewise.
17635 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
17636 (proc continue_to_exit_bp_loc): Use clean_restart.
17637 * gdb.base/pie-execl.exp (main): Disable for target remote.
17638 * gdb.base/watch-vfork.exp (main): Enable for target remote.
17639 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
17640 * gdb.threads/execl.exp (main): Likewise.
17641 * gdb.threads/fork-child-threads.exp (main): Likewise.
17642 * gdb.threads/fork-plus-threads.exp (main): Disable for target
17643 remote.
17644 * gdb.threads/fork-thread-pending.exp (main): Enable for target
17645 remote.
17646 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
17647 pid.tid style ptids, instead of just tid.
17648 * gdb.threads/thread-execl.exp (main): Enable for target remote.
17649 * gdb.threads/watchpoint-fork.exp (main): Likewise.
17650 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
17651 ptids, instead of just tid.
17652
17653 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
17654
17655 * gdb.base/list.exp (test_list_forward): Add end of file error
17656 test.
17657 (test_repeat_list_command): Add end of file error test.
17658 (test_list_backwards): Add beginning of file error test.
17659
17660 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
17661
17662 * gdb.base/list.exp (test_list_invalid_args): New function,
17663 defined, and called.
17664
17665 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
17666
17667 * gdb.base/list.exp (test_list): Make test names unique.
17668
17669 2015-12-11 Yao Qi <yao.qi@linaro.org>
17670
17671 * gdb.base/coremaker2.c: Remove.
17672
17673 2015-12-10 Pedro Alves <palves@redhat.com>
17674
17675 * gdb.multi/base.exp: Remove stale "spaces" references.
17676
17677 2015-12-10 Pedro Alves <palves@redhat.com>
17678
17679 * gdb.multi/base.exp: Don't use nowarnings.
17680 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
17681 * gdb.multi/hangout.c: Include stdio.h.
17682 * gdb.multi/hello.c: Include stdlib.h.
17683 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
17684 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
17685 * gdb.multi/multi-arch.exp: Don't use nowarnings.
17686
17687 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
17688
17689 * gdb.dwarf2/dw2-ranges-base.c: New file.
17690 * gdb.dwarf2/dw2-ranges-base.exp: New file.
17691 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
17692 support additional line table, and debug ranges generation.
17693 (Dwarf::ranges): New function, generate .debug_ranges.
17694 (Dwarf::lines): Support generating simple line table programs.
17695 (Dwarf::assemble): Initialise new namespace variables.
17696
17697 2015-12-09 Kevin Buettner <kevinb@redhat.com>
17698
17699 * gdb.base/async.exp (proc test_background): Add case for
17700 asynchronous execution not supported.
17701
17702 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
17703
17704 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
17705 format and change test names to make them unique.
17706
17707 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
17708 Pedro Alves <pedro@redhat.com>
17709
17710 PR gdb/18702
17711 Add checking of floatformats setup on x86_64 hosts.
17712 * gdb.arch/i386-float.S (main): Load bigval and smallval.
17713 (smallval, bigval): New labels/constants.
17714 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
17715 float" after loading bigval and smallval.
17716
17717 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
17718
17719 * gdb.ada/fun_overload_menu.exp: New testcase.
17720 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
17721
17722 2015-12-04 Josh Stone <jistone@redhat.com>
17723
17724 * gdb.base/catch-fork-static.exp: New.
17725
17726 2015-12-03 Yao Qi <yao.qi@linaro.org>
17727
17728 * gdb.base/sizeof.c: Don't include stdio.h and
17729 ../lib/unbuffer_output.c.
17730 (main): New variable 'size' and 'value'. Remove printf and
17731 gdb_unbuffer_output. Assign return value to size and value.
17732 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
17733 at the beginning.
17734 (check_sizeof): Check the result by printing variable 'size'.
17735 (check_valueof): Check the result by printing variable 'value'.
17736
17737 2015-12-01 Yao Qi <yao.qi@linaro.org>
17738
17739 * gdb.base/disp-step-syscall.exp: Define syscall instruction
17740 for aarch64*-*-linux* target.
17741
17742 2015-11-30 Pedro Alves <palves@redhat.com>
17743
17744 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
17745
17746 2015-11-30 Pedro Alves <palves@redhat.com>
17747
17748 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
17749 Handle non-stop mode vCont replies.
17750
17751 2015-11-30 Pedro Alves <palves@redhat.com>
17752
17753 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
17754 prepare_for_testing. Start gdb with "set non-stop on" appended to
17755 GDBFLAGS. Lax expected stop output.
17756
17757 2015-11-27 Yao Qi <yao.qi@linaro.org>
17758
17759 * gdb.arch/arm-neon.exp: New.
17760 * gdb.arch/arm-neon.c: New.
17761
17762 2015-11-27 Yao Qi <yao.qi@linaro.org>
17763
17764 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
17765
17766 2015-11-27 Yao Qi <yao.qi@linaro.org>
17767
17768 * gdb.cp/annota2.exp: Allow multiple occurrences of the
17769 frames-invalid annotation.
17770
17771 2015-11-27 Yao Qi <yao.qi@linaro.org>
17772
17773 * gdb.cp/annota2.exp: Use ${frames_invalid}.
17774
17775 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
17776
17777 * gdb.threads/names.exp: New file.
17778 * gdb.threads/names.c: New file.
17779 * README: Mention gdb,no_thread_names.
17780
17781 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
17782
17783 PR 19297
17784 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
17785 support" error.
17786
17787 2015-11-24 Pedro Alves <palves@redhat.com>
17788
17789 PR 17539
17790 * gdb.base/display.exp: Expect displays to be sorted in ascending
17791 order. Use multi_line.
17792 * gdb.base/solib-display.exp: Likewise.
17793
17794 2015-11-24 Pedro Alves <palves@redhat.com>
17795
17796 PR 17539
17797 * gdb.base/display.exp: Expect displays to be sorted in ascending
17798 order. Use multi_line.
17799 * gdb.base/solib-display.exp: Likewise.
17800
17801 2015-11-24 Pedro Alves <palves@redhat.com>
17802
17803 PR 17539
17804 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
17805 threads in ascending order.
17806 * gdb.base/foll-fork.exp: Likewise.
17807 * gdb.base/foll-vfork.exp: Likewise.
17808 * gdb.base/multi-forks.exp: Likewise.
17809 * gdb.mi/mi-nonstop.exp: Likewise.
17810 * gdb.mi/mi-nsintrall.exp: Likewise.
17811 * gdb.multi/base.exp: Likewise.
17812 * gdb.multi/multi-arch.exp: Likewise.
17813 * gdb.python/py-inferior.exp: Likewise.
17814 * gdb.threads/break-while-running.exp: Likewise.
17815 * gdb.threads/execl.exp: Likewise.
17816 * gdb.threads/gcore-thread.exp: Likewise.
17817 * gdb.threads/info-threads-cur-sal.exp: Likewise.
17818 * gdb.threads/kill.exp: Likewise.
17819 * gdb.threads/linux-dp.exp: Likewise.
17820 * gdb.threads/multiple-step-overs.exp: Likewise.
17821 * gdb.threads/next-bp-other-thread.exp: Likewise.
17822 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
17823 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
17824 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
17825 * gdb.threads/thread-find.exp: Likewise.
17826 * gdb.threads/tls.exp: Likewise.
17827 * lib/mi-support.exp (mi_reverse_list): Delete.
17828 (mi_check_thread_states): No longer reverse list.
17829
17830 2015-11-24 Pedro Alves <palves@redhat.com>
17831
17832 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
17833 use lowercase.
17834
17835 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
17836
17837 * gdb.trace/actions.c: Include trace-common.h.
17838 (main): Add a location for a fast tracepoint.
17839 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
17840 the normal tracepoints.
17841 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
17842
17843 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
17844
17845 * save-trace.exp: Factor out code to these...
17846 (gdb_save_tracepoints): New.
17847 (gdb_load_tracepoints): New.
17848 (do_save_load_test): New.
17849
17850 2015-11-23 Kevin Buettner <kevinb@redhat.com>
17851
17852 * gdb.base/asmlabel.exp: New test.
17853 * gdb.base/asmlabel.c: New test case.
17854
17855 2015-11-23 Joel Brobecker <brobecker@adacore.com>
17856
17857 * gdb.base/wrong_frame_bt_full-main.c: New file.
17858 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
17859 * gdb.base/wrong_frame_bt_full.exp: New file.
17860
17861 2015-11-23 Joel Brobecker <brobecker@adacore.com>
17862
17863 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
17864
17865 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
17866
17867 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
17868 pstate register when comparing registers values in
17869 sparc64-*-linux-gnu targets to avoid spurious differences.
17870
17871 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
17872
17873 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
17874
17875 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
17876
17877 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
17878 as type argument to gdb_compile.
17879 * gdb.base/nested-subp2.exp: Likewise.
17880 * gdb.base/nested-subp3.exp: Likewise.
17881
17882 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
17883
17884 * lib/dwarf.exp (_note): Fix left shift of negative value.
17885 * gdb.trace/trace-condition.exp: Likewise.
17886
17887 2015-11-13 Yao Qi <yao.qi@linaro.org>
17888
17889 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
17890 comments about d10v.
17891 (test_scalar_returns): Likewise.
17892 * gdb.base/d10v.ld: Remove.
17893 * gdb.base/overlays.exp: Remove the target triplet checking for
17894 d10v-*-*.
17895 * gdb.base/structs.exp (test_struct_returns): Remove the
17896 comments about d10v.
17897 (test_struct_calls): Likewise.
17898
17899 2015-11-13 Yao Qi <yao.qi@linaro.org>
17900
17901 * gdb.base/gnu_vector.exp: Check the return value by "p res".
17902 * gdb.base/gnu_vector.c: Don't include stdio.h.
17903 (main): Don't print res and call add_some_intvecs.
17904
17905 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
17906
17907 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
17908 macro.
17909 (func5): Removed.
17910 (func4): Use FAST_TRACEPOINT_LABEL.
17911 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
17912 macro.
17913 (func): Removed.
17914 (thread_function): Use FAST_TRACEPOINT_LABEL.
17915 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
17916 (func): Remove.
17917 (marker): Use FAST_TRACEPOINT_LABEL.
17918 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
17919 (pendfunc1): Remove.
17920 (pendfunc): Use FAST_TRACEPOINT_LABEL.
17921 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
17922 (foo): Remove.
17923 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
17924 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
17925 macro.
17926 (func): Remove.
17927 (marker): Use FAST_TRACEPOINT_LABEL.
17928 * gdb.trace/trace-common.h: New header.
17929 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
17930 macro.
17931 (func): Remove.
17932 (marker): Use FAST_TRACEPOINT_LABEL.
17933 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
17934 (func): Remove.
17935 (thread_function): Use FAST_TRACEPOINT_LABEL.
17936
17937 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
17938
17939 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
17940 in front.
17941 * gdb.trace/change-loc.exp: Use global pcreg definition.
17942 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
17943 * gdb.trace/entry-values.exp: Use global spreg definition, add $
17944 in front.
17945 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
17946 * gdb.trace/pending.exp: Likewise.
17947 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
17948 * gdb.trace/trace-break.exp: Likewise.
17949 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
17950 in front.
17951 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
17952 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
17953 in front.
17954 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
17955
17956 2015-11-09 Joel Brobecker <brobecker@adacore.com>
17957
17958 * gdb.ada/fin_fun_out: New testcase.
17959
17960 2015-11-07 Kevin Buettner <kevinb@redhat.com>
17961
17962 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
17963 value associated with DW_AT_byte_size.
17964 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
17965 constants for DW_AT_byte_size, DW_AT_lower_bound, and
17966 DW_AT_upper_bound.
17967
17968 2015-11-07 Kevin Buettner <kevinb@redhat.com>
17969
17970 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
17971 (gdb_target_symbol_prefix_flags): Define in terms of _asm
17972 version.
17973 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
17974 gdb.dwarf2/dw2-canonicalize-type.exp,
17975 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
17976 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
17977 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
17978 provided by gdb_target_symbol_prefix_flags_asm.
17979 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
17980 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
17981 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
17982 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
17983 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
17984 macros where needed). Use this macro for symbols which require
17985 the prefix provided by SYMBOL_PREFIX.
17986
17987 2015-11-05 Kevin Buettner <kevinb@redhat.com>
17988
17989 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
17990 New procs.
17991 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
17992 representing expressions, of more than one list element.
17993 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
17994 to prepend linker symbol prefix to f.
17995 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
17996 table_1 and table_2.
17997 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
17998 Likewise, for f and g.
17999 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
18000 for ptr.
18001 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
18002 for main.
18003 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
18004 table_1_ptr and table_2_ptr.
18005
18006 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
18007 Joel Brobecker <brobecker@adacore.com>
18008
18009 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
18010
18011 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
18012
18013 * gdb.reverse/s390-mvcle.c: New test.
18014 * gdb.reverse/s390-mvcle.exp: New file.
18015 * lib/gdb.exp: Enable reverse tests on s390*-linux.
18016
18017 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
18018
18019 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
18020
18021 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
18022
18023 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
18024 reaching marker2.
18025 * gdb.reverse/getresuid-reverse.exp: Likewise.
18026 * gdb.reverse/pipe-reverse.exp: Likewise.
18027 * gdb.reverse/readv-reverse.exp: Likewise.
18028 * gdb.reverse/recvmsg-reverse.exp: Likewise.
18029 * gdb.reverse/time-reverse.exp: Likewise.
18030 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
18031
18032 2015-10-30 Yao Qi <yao.qi@linaro.org>
18033
18034 * gdb.threads/wp-replication.c (watch_count_done): Remove.
18035 (empty_cycle): Remove.
18036 (main): Don't call empty_cycle. Don't use watch_count_done.
18037 * gdb.threads/wp-replication.exp: Don't set breakpoint on
18038 empty_cycle. Rewrite the code counting HW watchpoints.
18039
18040 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
18041
18042 * gdb.reverse/fstatat-reverse.c: New test.
18043 * gdb.reverse/fstatat-reverse.exp: New file.
18044 * gdb.reverse/getresuid-reverse.c: New test.
18045 * gdb.reverse/getresuid-reverse.exp: New file.
18046 * gdb.reverse/pipe-reverse.c: New test.
18047 * gdb.reverse/pipe-reverse.exp: New file.
18048 * gdb.reverse/readv-reverse.c: New test.
18049 * gdb.reverse/readv-reverse.exp: New file.
18050 * gdb.reverse/recvmsg-reverse.c: New test.
18051 * gdb.reverse/recvmsg-reverse.exp: New file.
18052 * gdb.reverse/time-reverse.c: New test.
18053 * gdb.reverse/time-reverse.exp: New file.
18054 * gdb.reverse/waitpid-reverse.c: New test.
18055 * gdb.reverse/waitpid-reverse.exp: New file.
18056
18057 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
18058
18059 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
18060
18061 2015-10-26 Doug Evans <dje@google.com>
18062
18063 PR symtab/17391
18064 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
18065 * gdb.dwarf2/bad-regnum.c: New file.
18066 * gdb.dwarf2/bad-regnum.exp: New file.
18067
18068 2015-10-26 Doug Evans <dje@google.com>
18069
18070 PR python/18938
18071 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
18072 file.
18073
18074 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18075
18076 * gdb.compile/compile.exp (compile code globalvar): Update expectation
18077 for a change by "Mention language in compile error message".
18078
18079 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
18080
18081 PR python/18073
18082 * gdb.python/py-type.c (C::a_method): New.
18083 (C::a_const_method): New.
18084 (C::a_static_method): New.
18085 (a_function): New.
18086 * gdb.python/py-type.exp (test_fields): Test getting fields
18087 from function and method.
18088
18089 2015-10-21 Keven Boell <keven.boell@intel.com>
18090
18091 * gdb.fortran/vla-alloc-assoc.exp: New file.
18092 * gdb.fortran/vla-datatypes.exp: New file.
18093 * gdb.fortran/vla-datatypes.f90: New file.
18094 * gdb.fortran/vla-history.exp: New file.
18095 * gdb.fortran/vla-ptype-sub.exp: New file.
18096 * gdb.fortran/vla-ptype.exp: New file.
18097 * gdb.fortran/vla-sizeof.exp: New file.
18098 * gdb.fortran/vla-sub.f90: New file.
18099 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
18100 * gdb.fortran/vla-value-sub-finish.exp: New file.
18101 * gdb.fortran/vla-value-sub.exp: New file.
18102 * gdb.fortran/vla-value.exp: New file.
18103 * gdb.fortran/vla-ptr-info.exp: New file.
18104 * gdb.mi/mi-vla-fortran.exp: New file.
18105 * gdb.mi/vla.f90: New file.
18106
18107 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
18108
18109 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
18110 of hardwired timeout value.
18111
18112 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
18113 Pedro Alves <palves@redhat.com>
18114
18115 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
18116 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
18117
18118 2015-10-19 Josh Stone <jistone@redhat.com>
18119
18120 * gdb.base/catch-syscall.c: Include <sched.h>.
18121 (unknown_syscall): New variable.
18122 (main): Trigger a vfork and an unknown syscall.
18123 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
18124 (unknown_syscall_number): Likewise.
18125 (check_call_to_syscall): Accept an optional syscall pattern.
18126 (check_return_from_syscall): Likewise.
18127 (check_continue): Likewise.
18128 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
18129 (test_catch_syscall_skipping_return): New test toggling off 'catch
18130 syscall' to step over the syscall return, then toggling back on.
18131 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
18132 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
18133 (do_syscall_tests): Call test_catch_syscall_without_args and
18134 test_catch_syscall_mid_vfork.
18135 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
18136 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
18137
18138 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
18139
18140 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
18141 print g_vE): Add new pass patterns.
18142 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
18143 print various symbol names for vptr fields.
18144
18145 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
18146
18147 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
18148 results.
18149
18150 2015-10-12 Yao Qi <yao.qi@linaro.org>
18151
18152 * gdb.arch/disp-step-insn-reloc.exp: New test case.
18153
18154 2015-10-12 Yao Qi <yao.qi@linaro.org>
18155
18156 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
18157 is aarch64*-*-linux*.
18158
18159 2015-10-12 Yao Qi <yao.qi@linaro.org>
18160
18161 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
18162 (can_relocate_bcond_true): ... it.
18163 (can_relocate_bcond_false): New function.
18164 (foo): Likewise.
18165 (can_relocate_bl): Likewise.
18166 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
18167 can_relocate_bl.
18168
18169 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
18170
18171 * gdb.base/nested-addr.c: New file.
18172 * gdb.base/nested-addr.exp: New testcase.
18173
18174 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
18175
18176 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
18177 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
18178 its output. Ignore the output of "record goto begin" and instead
18179 check that GDB is replaying.
18180
18181 2015-10-09 Pedro Alves <palves@redhat.com>
18182
18183 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
18184 (top level): Use it in the run with no args test.
18185
18186 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
18187
18188 * gdb.dlang/properties.exp: New file.
18189
18190 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
18191
18192 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
18193 whether or not address 0x1000 is mapped on the target.
18194
18195 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
18196
18197 * gdb.python/py-type.exp: Do not run tests if binaries fail to
18198 build.
18199
18200 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
18201
18202 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
18203 instruction-history test.
18204
18205 2015-09-28 Doug Evans <dje@google.com>
18206
18207 * gdb.base/gcore.c (array_func): Add reference to static_array.
18208
18209 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
18210
18211 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
18212 source line.
18213
18214 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
18215
18216 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
18217 short or char as base type.
18218
18219 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
18220
18221 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
18222 to allow any size enum.
18223
18224 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
18225
18226 * gdb.ada/array_ptr_renaming.exp: New testcase.
18227 * gdb.ada/array_ptr_renaming/foo.adb: New file.
18228 * gdb.ada/array_ptr_renaming/pack.ads: New file.
18229
18230 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
18231
18232 * gdb.trace/ftrace-lock.c: New file.
18233 * gdb.trace/ftrace-lock.exp: New file.
18234
18235 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
18236
18237 * gdb.arch/insn-reloc.c: New file.
18238 * gdb.arch/ftrace-insn-reloc.exp: New file.
18239
18240 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
18241
18242 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
18243 instruction.
18244 * gdb.trace/pendshr1.c (pendfunc): Likewise.
18245 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
18246 * gdb.trace/range-stepping.c: Likewise.
18247 * gdb.trace/trace-break.c: Likewise.
18248 * gdb.trace/trace-mt.c (thread_function): Likewise.
18249 * gdb.trace/ftrace.c (marker): Likewise.
18250 * gdb.trace/trace-condition.c (marker): Likewise.
18251 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
18252 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
18253 is_aarch64_target.
18254
18255 2015-09-18 Doug Evans <xdje42@gmail.com>
18256
18257 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
18258 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
18259
18260 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18261
18262 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
18263 the breakpoint.
18264
18265 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18266
18267 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
18268 the pending breakpoint. Remove timeout override for "Run till
18269 MI pending breakpoint on pendfunc3 on thread 2" test.
18270
18271 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18272
18273 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
18274 filename pattern.
18275
18276 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18277
18278 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
18279 in breakpoint filename pattern.
18280
18281 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18282
18283 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
18284
18285 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18286
18287 * gdb.linespec/explicit.exp: Check for readline support for
18288 tab-completion tests. Fix obvious typo.
18289
18290 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
18291
18292 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
18293 and replay.
18294
18295 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
18296
18297 * gdb.btrace/non-stop.c: New.
18298 * gdb.btrace/non-stop.exp: New.
18299
18300 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
18301 Yao Qi <yao.qi@linaro.org>
18302
18303 * gdb.trace/trace-condition.c: New file.
18304 * gdb.trace/trace-condition.exp: New file.
18305
18306 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
18307
18308 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
18309 for testing bytecode compilation.
18310
18311 2015-09-16 Pedro Alves <palves@redhat.com>
18312 Sandra Loosemore <sandra@codesourcery.com>
18313
18314 * gdb.threads/non-stop-fair-events.c (timeout): New global.
18315 (SECONDS): Redefine.
18316 (main): Call pthread_kill and alarm early.
18317 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
18318 support.
18319 (test): If the target can't hardware step and doesn't support
18320 displaced stepping, increase the timeout.
18321
18322 2015-09-16 Pedro Alves <palves@redhat.com>
18323
18324 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
18325 (enable_debug): New procedures.
18326 (test): Use them. Bail out if waiting for threads fails.
18327 (top level): Bail out if a test fails.
18328
18329 2015-09-16 Yao Qi <yao.qi@linaro.org>
18330
18331 * gdb.asm/asm-source.exp: Set asm-arch for
18332 aarch64*-*-* target.
18333 * gdb.asm/aarch64.inc: New file.
18334
18335 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
18336
18337 * gdb.ada/array_of_variable_length.exp: New testcase.
18338 * gdb.ada/array_of_variable_length/foo.adb: New file.
18339 * gdb.ada/array_of_variable_length/pck.adb: New file.
18340 * gdb.ada/array_of_variable_length/pck.ads: New file.
18341
18342 2015-09-15 Doug Evans <dje@google.com>
18343
18344 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
18345 of function static local variable.
18346
18347 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
18348
18349 * gdb.threads/tls-so_extern.exp: New test file.
18350 * gdb.threads/tls-so_extern.c: New test file.
18351 * gdb.threads/tls-so_extern_main.c: New test file.
18352
18353 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
18354
18355 * gdb.opt/solib-intra-step-lib.c: New file.
18356 * gdb.opt/solib-intra-step-main.c: New file.
18357 * gdb.opt/solib-intra-step.exp: New file.
18358
18359 2015-09-15 Pedro Alves <palves@redhat.com>
18360
18361 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
18362 gdb_continue_to_breakpoint instead of gdb_test_multiple.
18363
18364 2015-09-14 Pedro Alves <palves@redhat.com>
18365
18366 * gdb.base/hook-stop-continue.c: Delete.
18367 * gdb.base/hook-stop-continue.exp: Delete.
18368 * gdb.base/hook-stop-frame.c: Delete.
18369 * gdb.base/hook-stop-frame.exp: Delete.
18370 * gdb.base/hook-stop.c: New file.
18371 * gdb.base/hook-stop.exp: New file.
18372
18373 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
18374
18375 * gdb.ada/access_to_packed_array.exp: New testcase.
18376 * gdb.ada/access_to_packed_array/foo.adb: New file.
18377 * gdb.ada/access_to_packed_array/pack.adb: New file.
18378 * gdb.ada/access_to_packed_array/pack.ads: New file.
18379
18380 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
18381
18382 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
18383 buffer size test.
18384
18385 2015-09-11 Don Breazeal <donb@codesourcery.com>
18386
18387 * gdb.base/foll-exec.c: Add copyright header. Fix
18388 formatting issues.
18389 * gdb.base/foll-exec.exp (zap_session): Delete proc.
18390 (do_exec_tests): Use clean_restart in place of zap_session,
18391 and for test initialization. Fix formatting issues. Use
18392 fail in place of perror.
18393 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
18394 an expect statement to match an expression with output from
18395 the program under debug.
18396 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
18397 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
18398 * gdb.threads/non-ldr-exc-2.exp: Likewise.
18399 * gdb.threads/non-ldr-exc-3.exp: Likewise.
18400 * gdb.threads/non-ldr-exc-4.exp: Likewise.
18401
18402 2015-09-09 Doug Evans <dje@google.com>
18403
18404 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
18405
18406 2015-09-09 Doug Evans <dje@google.com>
18407
18408 * gdb.base/pie-execl.exp: Fix result test of build_executable.
18409
18410 2015-09-09 Doug Evans <dje@google.com>
18411
18412 * gdb.base/savedregs.exp: Fix typo.
18413
18414 2015-09-09 Pedro Alves <palves@redhat.com>
18415
18416 * gdb.mi/mi-cli.exp: Add CLI finish tests.
18417
18418 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
18419
18420 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
18421 command actually switches threads. Give up on remaining
18422 tests if target fails to stop at breakpoint.
18423
18424 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
18425
18426 * gdb.ada/funcall_char.exp: New testcase.
18427 * gdb.ada/funcall_char/foo.adb: New file.
18428
18429 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
18430
18431 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
18432 expected outputs. Add two testcases for completing ambiguous
18433 functions.
18434 * gdb.ada/complete/aux_pck.adb: New file.
18435 * gdb.ada/complete/aux_pck.ads: New file.
18436 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
18437 Ambiguous_Func functions.
18438 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
18439 * gdb.ada/complete/pck.adb: Likewise.
18440
18441 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
18442
18443 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
18444 failures to run the test program under GDB.
18445
18446 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
18447
18448 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
18449 to C.
18450
18451 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
18452
18453 * gdb.base/run-after-attach.exp: New test file.
18454 * gdb.base/run-after-attach.c: New test file.
18455
18456 2015-08-26 Don Breazeal <donb@codesourcery.com>
18457
18458 * gdb.base/foll-exec-2.c: New test program.
18459 * gdb.base/foll-exec-2.exp: New test.
18460
18461 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
18462
18463 * gdb.base/nested-subp1.exp: New file.
18464 * gdb.base/nested-subp1.c: New file.
18465 * gdb.base/nested-subp2.exp: New file.
18466 * gdb.base/nested-subp2.c: New file.
18467 * gdb.base/nested-subp3.exp: New file.
18468 * gdb.base/nested-subp3.c: New file.
18469
18470 2015-08-24 Pedro Alves <palves@redhat.com>
18471
18472 * gdb.server/connect-without-multi-process.c: New file.
18473 * gdb.server/connect-without-multi-process.exp: New file.
18474
18475 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
18476
18477 * gdb.opt/inline-markers.c: Make z int.
18478
18479 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
18480
18481 * gdb.opt/inline-markers.c: Make z volatile.
18482
18483 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
18484
18485 * gdb.opt/inline-bt.c: New volatile global z.
18486 * gdb.opt/inline-cmds.c: Likewise.
18487 * gdb.opt/inline-locals.c: Likewise.
18488 * gdb.opt/inline-markers.c: New extern global z.
18489 (marker): Use z.
18490 (inline_fn): Likewise.
18491
18492 2015-08-24 Pedro Alves <palves@redhat.com>
18493
18494 * config/m32r-stub.exp: Remove file.
18495 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
18496 * gdb.base/call-rt-st.exp: Likewise.
18497 * gdb.base/call-strs.exp: Likewise.
18498 * gdb.base/default.exp: Remove references to h8300-*-hms and
18499 *-*-udi*.
18500 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
18501
18502 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
18503
18504 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
18505 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
18506 and "return" use KFAIL when GDB can not read/write the vector
18507 return value.
18508
18509 2015-08-21 Gary Benson <gbenson@redhat.com>
18510
18511 * gdb.trace/pending.exp: Cope with remote transfer warnings.
18512
18513 2015-08-20 Pedro Alves <palves@redhat.com>
18514
18515 * gdb.server/solib-list.exp: No longer expect an interior stop in
18516 non-stop mode.
18517
18518 2015-08-20 Pedro Alves <palves@redhat.com>
18519
18520 * gdb.server/connect-stopped-target.c: New file.
18521 * gdb.server/connect-stopped-target.exp: New file.
18522
18523 2015-08-20 Pedro Alves <palves@redhat.com>
18524
18525 * gdb.dwarf2/comp-unit-lang.exp: New file.
18526 * gdb.dwarf2/comp-unit-lang.c: New file.
18527
18528 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
18529
18530 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
18531 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
18532
18533 2015-08-19 Kevin Buettner <kevinb@redhat.com>
18534
18535 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
18536 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
18537
18538 2015-08-18 Doug Evans <dje@google.com>
18539 Adrian Sendroiu <adrian.sendroiu@freescale.com>
18540
18541 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
18542 skip_python_tests. New arg prompt_regexp.
18543 (skip_python_tests): New function.
18544 * lib/mi-support.exp (mi_skip_python_tests): New function.
18545 * gdb.python/py-mi-objfile-gdb.py: New file.
18546 * gdb.python/py-mi-objfile.c: New file.
18547 * gdb.python/py-mi-objfile.exp: New file.
18548
18549 2015-08-17 Keith Seitz <keiths@redhat.com>
18550
18551 * gdb.linespec/explicit.exp: Move strace test from here ...
18552 * gdb.trace/strace.exp: ... to here.
18553
18554 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
18555
18556 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
18557 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
18558
18559 2015-08-14 Doug Evans <xdje42@gmail.com>
18560
18561 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
18562 inferior before selecting a new file.
18563
18564 2015-08-14 Doug Evans <xdje42@gmail.com>
18565
18566 * gdb.mi/mi-disassemble.exp: Update.
18567 * gdb.base/disasm-optim.S: New file.
18568 * gdb.base/disasm-optim.c: New file.
18569 * gdb.base/disasm-optim.h: New file.
18570 * gdb.base/disasm-optim.exp: New file.
18571
18572 2015-08-14 Keith Seitz <keiths@redhat.com>
18573
18574 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
18575 "evaluated-by".
18576
18577 2015-08-13 Joel Brobecker <brobecker@adacore.com>
18578
18579 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
18580
18581 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
18582
18583 * gdb.ada/fun_renaming.exp: New testcase.
18584 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
18585 * gdb.ada/fun_renaming/pack.adb: New file.
18586 * gdb.ada/fun_renaming/pack.ads: New file.
18587
18588 2015-08-12 Keith Seitz <keiths@redhat.com>
18589
18590 * gdb.base/dso2dso.exp: Pass basename of source file in call to
18591 gdb_get_line_number.
18592
18593 2015-08-12 Joel Brobecker <brobecker@adacore.com>
18594
18595 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
18596 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
18597 gdb.base/dso2dso.exp: New files.
18598
18599 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
18600 Pedro Alves <palves@redhat.com>
18601 Keith Seitz <keiths@redhat.com>
18602
18603 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
18604 GDBFLAGS.
18605
18606 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
18607
18608 * gdb.base/gdbhistsize-history.exp
18609 (test_histsize_history_setting): Use save_vars.
18610 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
18611 Use save_vars.
18612 (test_no_truncation_of_unlimited_history_file): Use save_vars.
18613 * gdb.base/readline.exp: Use save_vars.
18614
18615 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
18616
18617 * lib/gdb.exp (save_vars): New proc.
18618
18619 2015-08-11 Keith Seitz <keiths@redhat.com>
18620
18621 * gdb.base/help.exp: Update help_breakpoint_text.
18622
18623 2015-08-11 Keith Seitz <keiths@redhat.com>
18624
18625 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
18626 (at toplevel): Call test_explicit_breakpoints.
18627 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
18628 breakpoints.
18629 * lib/mi-support.exp (mi_make_breakpoint): Add support for
18630 breakpoint conditions, "-cond".
18631
18632 2015-08-11 Keith Seitz <keiths@redhat.com>
18633
18634 * gdb.linespec/3explicit.c: New file.
18635 * gdb.linespec/cpexplicit.cc: New file.
18636 * gdb.linespec/cpexplicit.exp: New file.
18637 * gdb.linespec/explicit.c: New file.
18638 * gdb.linespec/explicit.exp: New file.
18639 * gdb.linespec/explicit2.c: New file.
18640 * gdb.linespec/ls-errs.exp: Add explicit location tests.
18641 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
18642 before using in the matching pattern.
18643 Clarify that `prefix' is a regular expression.
18644
18645 2015-08-11 Keith Seitz <keiths@redhat.com>
18646
18647 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
18648 test.
18649 Add tests for missing ",FMT" and ",".
18650
18651 2015-08-10 Doug Evans <dje@google.com>
18652 Keith Seitz <keiths@redhat.com>
18653
18654 PR gdb/17960
18655 * gdb.base/completion.exp: Add location completer tests.
18656
18657 2015-08-07 Pedro Alves <palves@redhat.com>
18658
18659 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
18660 tests here.
18661 (top level): Run do_test with and without displaced stepping.
18662
18663 2015-08-07 Pedro Alves <palves@redhat.com>
18664
18665 * gdb.base/valgrind-disp-step.c: New file.
18666 * gdb.base/valgrind-disp-step.exp: New file.
18667
18668 2015-08-07 Pedro Alves <palves@redhat.com>
18669
18670 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
18671 Delete function.
18672 (main): Add alarm. Run an infinite loop instead of calling
18673 wait_threads.
18674 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
18675 comment.
18676 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
18677 Delete function.
18678 (main): Add alarm. Run an infinite loop instead of calling
18679 wait_threads.
18680 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
18681 comment.
18682
18683 2015-08-07 Pedro Alves <palves@redhat.com>
18684
18685 * gdb.base/checkpoint-ns.exp: New file.
18686 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
18687 standard_testfile.
18688
18689 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
18690
18691 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
18692 * gdb.btrace/instruction_history.exp: Update.
18693 * gdb.btrace/tsx.exp: New.
18694 * gdb.btrace/tsx.c: New.
18695
18696 2015-08-06 Pedro Alves <palves@redhat.com>
18697
18698 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
18699 increase timeout.
18700 * gdb.reverse/until-precsave.exp: Bump timeouts.
18701
18702 2015-08-06 Pedro Alves <palves@redhat.com>
18703
18704 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
18705
18706 2015-08-06 Pedro Alves <palves@redhat.com>
18707
18708 PR gdb/18749
18709 * gdb.threads/process-dies-while-handling-bp.c: New file.
18710 * gdb.threads/process-dies-while-handling-bp.exp: New file.
18711
18712 2015-08-06 Pedro Alves <palves@redhat.com>
18713
18714 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
18715 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
18716
18717 2015-08-05 Pedro Alves <palves@redhat.com>
18718
18719 * gdb.threads/next-while-other-thread-longjmps.c: New file.
18720 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
18721
18722 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
18723
18724 * gdb.base/bp-permanent.exp: Report test as unsupported if
18725 the target cannot stop at the permanent breakpoint.
18726
18727 2015-08-03 Doug Evans <dje@google.com>
18728
18729 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
18730 10000.
18731
18732 2015-08-03 Doug Evans <dje@google.com>
18733
18734 * Makefile.in (workers/%.worker, build-perf): New rule.
18735 (GDB_PERFTEST_MODE): New variable.
18736 (check-perf): Use it.
18737 (clean): Clean up gdb.perf parallel build subdirs.
18738 * lib/build-piece.exp: New file.
18739 * lib/gdb.exp (make_gdb_parallel_path): New function
18740 (standard_output_file, standard_temp_file): Call it.
18741 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
18742 of $GDB_PARALLEL.
18743 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
18744
18745 2015-08-03 Doug Evans <dje@google.com>
18746
18747 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
18748 (LOG_FILE_NAME): New global.
18749 (TextReporter.__init__): Initialize self.txt_sum.
18750 (TextReporter.report): Add support for multiple data-points.
18751 Move report to perftest.sum, put raw data in perftest.log.
18752 (TextReporter.start): Open sum and log files.
18753 (TextReporter.end): Close sum and log files.
18754 * gdb.perf/lib/perftest/testresult.py
18755 (SingleStatisticTestResult.record): Handle multiple data-points.
18756
18757 2015-07-31 Pedro Alves <palves@redhat.com>
18758
18759 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
18760 Use spawn_id_get_pid. Wait for spawn id after eof. Use
18761 kill_wait_spawned_process instead of explicit "kill -9".
18762 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
18763 returning a spawn id instead of a pid. Use spawn_id_get_pid and
18764 kill_wait_spawned_process.
18765 * gdb.base/attach-twice.exp: Likewise.
18766 * gdb.base/attach.exp: Likewise.
18767 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
18768 gdb_test_multiple.
18769 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
18770 returning a spawn id instead of a pid. Use spawn_id_get_pid and
18771 kill_wait_spawned_process.
18772 * gdb.base/valgrind-infcall.exp: Likewise.
18773 * gdb.multi/multi-attach.exp: Likewise.
18774 * gdb.python/py-prompt.exp: Likewise.
18775 * gdb.python/py-sync-interp.exp: Likewise.
18776 * gdb.server/ext-attach.exp: Likewise.
18777 * gdb.threads/attach-into-signal.exp (corefunc): Use
18778 spawn_wait_for_attach, spawn_id_get_pid and
18779 kill_wait_spawned_process.
18780 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
18781 spawn_wait_for_attach returning a spawn id instead of a pid. Use
18782 spawn_id_get_pid and kill_wait_spawned_process.
18783 * gdb.threads/attach-stopped.exp (corefunc): Use
18784 spawn_wait_for_attach, spawn_id_get_pid and
18785 kill_wait_spawned_process.
18786 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
18787 Use spawn_id_get_pid. Wait for spawn id after eof. Use
18788 kill_wait_spawned_process instead of explicit "kill -9".
18789 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
18790 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
18791 (spawn_wait_for_attach): Use spawn instead of exec to spawn
18792 processes. Don't map cygwin/windows pids here. Now returns a
18793 spawn id list.
18794
18795 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
18796
18797 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
18798 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
18799 correct patch.
18800
18801 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
18802
18803 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
18804
18805 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
18806
18807 Reapply:
18808 2014-05-21 Mark Wielaard <mjw@redhat.com>
18809
18810 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
18811
18812 2015-07-30 Pedro Alves <palves@redhat.com>
18813
18814 * linux-low.c (handle_extended_wait): Set the child's last
18815 reported status to TARGET_WAITKIND_STOPPED.
18816
18817 2015-07-30 Pedro Alves <palves@redhat.com>
18818
18819 PR threads/18600
18820 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
18821 only shows inferior 1.
18822
18823 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
18824 Pedro Alves <palves@redhat.com>
18825
18826 PR threads/18600
18827 * gdb.threads/fork-plus-threads.c: New file.
18828 * gdb.threads/fork-plus-threads.exp: New file.
18829
18830 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
18831
18832 * gdb.base/batch-preserve-term-settings.exp
18833 (test_terminal_settings_preserved_after_cli_exit): Use
18834 send_quit_command.
18835
18836 2015-07-29 Pedro Alves <palves@redhat.com>
18837 Don Breazeal <donb@codesourcery.com>
18838
18839 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
18840 output from both inferior_spawn_id and gdb_spawn_id.
18841
18842 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
18843
18844 * gdb.threads/attach-into-signal.exp (corefunc): Use
18845 with_test_prefix on nested loops, uniquefying the test messages.
18846
18847 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
18848
18849 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
18850 commit.
18851
18852 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
18853
18854 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
18855 New proc.
18856 (test_terminal_settings_preserved_after_sigterm): New test.
18857
18858 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
18859
18860 * gdb.base/batch-preserve-term-settings.exp
18861 (test_terminal_settings_preserved_after_cli_exit): New test.
18862
18863 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
18864
18865 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
18866 manipulation of saved_gdbflags.
18867 (test_terminal_settings_preserved): Remove global declaration of
18868 the unused variable pagination_prompt. Remove manipulation of
18869 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
18870 GDBFLAGS.
18871
18872 2015-07-29 Pedro Alves <palves@redhat.com>
18873
18874 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
18875
18876 2015-07-29 Pedro Alves <palves@redhat.com>
18877
18878 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
18879 at the top.
18880
18881 2015-07-29 Pedro Alves <palves@redhat.com>
18882
18883 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
18884 (main): Call gdb_unbuffer_output.
18885 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
18886 (main): Call gdb_unbuffer_output.
18887 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
18888 (main): Call gdb_unbuffer_output.
18889 * gdb.base/call-strs.exp: Adjust to step over the
18890 gdb_unbuffer_output call.
18891 * gdb.base/catch-gdb-caused-signals.c: Include
18892 "../lib/unbuffer_output.c".
18893 (main): Call gdb_unbuffer_output.
18894 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
18895 (main): Call gdb_unbuffer_output.
18896 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
18897 (main): Call gdb_unbuffer_output.
18898 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
18899 (main): Call gdb_unbuffer_output.
18900 * gdb.base/shlib-call.exp: Adjust to step over the
18901 gdb_unbuffer_output call.
18902 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
18903 (main): Call gdb_unbuffer_output.
18904 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
18905 (main): Call gdb_unbuffer_output.
18906 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
18907 (main): Rename to ...
18908 (test): ... this.
18909 (main): Reimplement.
18910 * gdb.base/varargs.exp: Run to test instead of to main.
18911 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
18912 (main): Call gdb_unbuffer_output.
18913
18914 2015-07-29 Pedro Alves <palves@redhat.com>
18915
18916 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
18917 factore out from mi_continue_dprintf. For call-style dprintfs,
18918 expect dprintf output out of $inferior_spawn_id.
18919 (mi_continue_dprintf): Use mi_expect_dprintf.
18920 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
18921 (main): Call gdb_unbuffer_output.
18922
18923 2015-07-29 Pedro Alves <palves@redhat.com>
18924
18925 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
18926 (default_mi_gdb_start): Set inferior_spawn_id instead of
18927 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
18928 gdb_spawn_id.
18929 (mi_gdb_test): Always expect inferior output from both
18930 $inferior_spawn_id and $gdb_spawn_id.
18931
18932 2015-07-29 Pedro Alves <palves@redhat.com>
18933
18934 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
18935 send_inferior and $inferior_spawn_id.
18936
18937 2015-07-29 Pedro Alves <palves@redhat.com>
18938
18939 * gdb.gdb/complaints.exp (test_initial_complaints)
18940 (test_serial_complaints, test_short_complaints): Use
18941 gdb_test_stdio.
18942 (test_empty_complaint): Handle $inferior_spawn_id !=
18943 $gdb_spawn_id.
18944
18945 2015-07-29 Pedro Alves <palves@redhat.com>
18946
18947 * gdb.base/varargs.exp: Use gdb_test_stdio.
18948
18949 2015-07-29 Pedro Alves <palves@redhat.com>
18950
18951 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
18952
18953 2015-07-29 Pedro Alves <palves@redhat.com>
18954
18955 * gdb.base/ending-run.exp: Use gdb_test_stdio.
18956
18957 2015-07-29 Pedro Alves <palves@redhat.com>
18958
18959 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
18960 parameter into two new parameters, "inf_result" and "gdb_result".
18961 Expect inferior output and gdb output from $inferior_spawn_id and
18962 $gdb_spawn_id, respectively. Adjust all callers.
18963
18964 2015-07-29 Pedro Alves <palves@redhat.com>
18965
18966 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
18967 of gdb_test_sequence.
18968
18969 2015-07-29 Pedro Alves <palves@redhat.com>
18970
18971 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
18972 (saw_spurious_output): Expect inferior output from
18973 $inferior_spawn_id. Use gdb_test_stdio.
18974
18975 2015-07-29 Pedro Alves <palves@redhat.com>
18976
18977 * gdb.base/dprintf.exp: Use standard_testfile. Change
18978 prepare_for_testing call.
18979 (srcfile): Don't set.
18980 (restart): New procedure.
18981 (test_dprintf): New procecure, use to continue over dprintfs.
18982 (test_call, test_agent): New procedures, tests moved here.
18983 Restart gdb and recreate dprintfs. Adjust expected output.
18984
18985 2015-07-29 Pedro Alves <palves@redhat.com>
18986
18987 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
18988
18989 2015-07-29 Pedro Alves <palves@redhat.com>
18990
18991 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
18992
18993 2015-07-29 Pedro Alves <palves@redhat.com>
18994
18995 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
18996 gdb_test_stdio.
18997
18998 2015-07-29 Pedro Alves <palves@redhat.com>
18999
19000 * lib/gdb.exp (gdb_test_stdio): New procedure.
19001
19002 2015-07-29 Pedro Alves <palves@redhat.com>
19003
19004 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
19005
19006 2015-07-29 Pedro Alves <palves@redhat.com>
19007
19008 * gdb.base/call-signal-resume.exp: Remove check for
19009 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
19010 * gdb.base/unwindonsignal.exp: Likewise.
19011 * gdb.base/call-signals.c (gen_signal): Remove printf call.
19012 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
19013
19014 2015-07-29 Pedro Alves <palves@redhat.com>
19015
19016 * gdb.base/siginfo-addr.c (pass): New function.
19017 (handler): Call it iff si_addr is correct.
19018 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
19019 Set a breakpoint at "pass" and continue to it.
19020
19021 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
19022
19023 * gdb.python/py-objfile.exp: Make some tests have unique names.
19024 * gdb.python/py-pp-registration.exp: Likewise.
19025
19026 2015-07-28 Pedro Alves <palves@redhat.com>
19027
19028 * gdb.server/server-exec-info.exp: Issue a "disconnect".
19029
19030 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
19031
19032 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
19033
19034 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
19035
19036 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
19037
19038 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
19039
19040 * gdb.base/gdb-sigterm-2.exp: New test.
19041
19042 2015-07-25 Doug Evans <xdje42@gmail.com>
19043
19044 Revert:
19045 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
19046 (workers/%.worker, build-perf): New rule.
19047 (GDB_PERFTEST_MODE): New variable.
19048 (check-perf): Use it.
19049 (clean): Clean up gdb.perf parallel build subdirs.
19050 * lib/build-piece.exp: New file.
19051 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
19052 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
19053 name.
19054 (standard_temp_file): Ditto.
19055 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
19056 of $GDB_PARALLEL.
19057
19058 2015-07-24 Doug Evans <dje@google.com>
19059
19060 * gdb.perf/lib/perftest/utils.py: New file.
19061 * gdb.perf/gm-hello.cc: New file.
19062 * gdb.perf/gm-pervasive-typedef.cc: New file.
19063 * gdb.perf/gm-pervasive-typedef.h: New file.
19064 * gdb.perf/gm-std.cc: New file.
19065 * gdb.perf/gm-std.h: New file.
19066 * gdb.perf/gm-use-cerr.cc: New file.
19067 * gdb.perf/gm-utils.h: New file.
19068 * gdb.perf/gmonster-null-lookup.py: New file.
19069 * gdb.perf/gmonster-pervasive-typedef.py: New file.
19070 * gdb.perf/gmonster-print-cerr.py: New file.
19071 * gdb.perf/gmonster-ptype-string.py: New file.
19072 * gdb.perf/gmonster-runto-main.py: New file.
19073 * gdb.perf/gmonster-select-file.py: New file.
19074 * gdb.perf/gmonster1-null-lookup.exp: New file.
19075 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
19076 * gdb.perf/gmonster1-print-cerr.exp: New file.
19077 * gdb.perf/gmonster1-ptype-string.exp: New file.
19078 * gdb.perf/gmonster1-runto-main.exp: New file.
19079 * gdb.perf/gmonster1-select-file.exp: New file.
19080 * gdb.perf/gmonster1.cc: New file.
19081 * gdb.perf/gmonster1.exp: New file.
19082 * gdb.perf/gmonster2-null-lookup.exp: New file.
19083 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
19084 * gdb.perf/gmonster2-print-cerr.exp: New file.
19085 * gdb.perf/gmonster2-ptype-string.exp: New file.
19086 * gdb.perf/gmonster2-runto-main.exp: New file.
19087 * gdb.perf/gmonster2-select-file.exp: New file.
19088 * gdb.perf/gmonster2.cc: New file.
19089 * gdb.perf/gmonster2.exp: New file.
19090
19091 2015-07-24 Doug Evans <dje@google.com>
19092
19093 * gdb.perf/README: New file.
19094 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
19095 * lib/gen-perf-test.exp: New file.
19096
19097 2015-07-24 Doug Evans <dje@google.com>
19098
19099 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
19100 (PerfTest::startup): New function.
19101 (PerfTest::run): Return result of calling body.
19102 (PerfTest::assemble): Rewrite.
19103 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
19104 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
19105 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
19106 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
19107 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
19108
19109 2015-07-24 Doug Evans <dje@google.com>
19110
19111 * lib/gdb.exp (clean_restart): Make executable optional.
19112
19113 2015-07-24 Doug Evans <dje@google.com>
19114
19115 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
19116 compiler_info references.
19117 * gdb.cp/temargs.exp: Ditto.
19118 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
19119 (get_compiler_info): Early exit if already computed. Set compiler_info
19120 to "unknown" if there was a problem.
19121 (test_compiler_info): Add function comment. Call get_compiler_info.
19122
19123 2015-07-24 Doug Evans <dje@google.com>
19124
19125 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
19126 (workers/%.worker, build-perf): New rule.
19127 (GDB_PERFTEST_MODE): New variable.
19128 (check-perf): Use it.
19129 (clean): Clean up gdb.perf parallel build subdirs.
19130 * lib/build-piece.exp: New file.
19131 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
19132 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
19133 name.
19134 (standard_temp_file): Ditto.
19135 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
19136 of $GDB_PARALLEL.
19137
19138 2015-07-24 Doug Evans <dje@google.com>
19139
19140 * lib/future.exp (gdb_default_target_compile): New option
19141 "early_flags".
19142 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
19143 --as-needed.
19144
19145 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
19146
19147 * gdb.base/catch-syscall.exp: Call gdb_exit before
19148 gdb_skip_xml_test.
19149
19150 2015-07-24 Pedro Alves <palves@redhat.com>
19151
19152 * gdb.python/py-events.exp: Accept output between the stop event
19153 and the prompt.
19154 * gdb.python/py-evsignal.exp: Likewise.
19155 * gdb.python/py-evthreads.exp: Likewise.
19156
19157 2015-07-24 Pedro Alves <palves@redhat.com>
19158
19159 PR gdb/18717
19160 * gdb.threads/non-ldr-exit.c: New file.
19161 * gdb.threads/non-ldr-exit.exp: New file.
19162
19163 2015-07-24 Yao Qi <yao.qi@linaro.org>
19164
19165 * gdb.server/ext-wrapper.exp: Test --wrapper option when
19166 restarting process.
19167
19168 2015-07-24 Yao Qi <yao.qi@linaro.org>
19169
19170 * gdb.server/ext-restart.exp: New file.
19171
19172 2015-07-24 Yao Qi <yao.qi@linaro.org>
19173
19174 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
19175 argument options.
19176 * gdb.server/ext-wrapper.exp: New file.
19177
19178 2015-07-23 Doug Evans <dje@google.com>
19179
19180 * gdb.dwarf2/dw2-dummy-cu.S: New file.
19181 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
19182
19183 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
19184
19185 * gdb.ada/var_arr_typedef.exp: New testcase.
19186 * gdb.ada/var_arr_typedef/pack.adb: New file.
19187 * gdb.ada/var_arr_typedef/pack.ads: New file.
19188 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
19189
19190 2015-07-20 Joel Brobecker <brobecker@adacore.com>
19191
19192 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
19193
19194 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19195
19196 * gdb.arch/i386-biarch-core.exp: Replace istarget
19197 by "complete set gnutarget". Remove expectation for the "core-file"
19198 command.
19199
19200 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
19201
19202 Revert the previous commit:
19203 Tests for validate symbol file using build-id.
19204
19205 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
19206
19207 Tests for validate symbol file using build-id.
19208 * gdb.base/solib-mismatch-lib.c: New file.
19209 * gdb.base/solib-mismatch-libmod.c: New file.
19210 * gdb.base/solib-mismatch.c: New file.
19211 * gdb.base/solib-mismatch.exp: New file.
19212
19213 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
19214
19215 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
19216 nios2-*-linux*.
19217 * gdb.base/sigbpt.exp (stepi_out): Likewise.
19218 * gdb.base/siginfo.exp: Likewise.
19219 * gdb.base/sigstep.exp (advance, advancei): Likewise.
19220
19221 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
19222
19223 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
19224 Move it to ...
19225 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
19226 ... here.
19227 * gdb.trace/range-stepping.exp: Check that the target supports
19228 range stepping.
19229
19230 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
19231
19232 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
19233
19234 2015-07-14 Pedro Alves <palves@redhat.com>
19235
19236 * gdb.base/killed-outside.exp: New file.
19237 * gdb.base/killed-outside.c: New file.
19238
19239 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
19240
19241 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
19242 (n at main): New.
19243 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
19244
19245 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
19246
19247 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
19248 infcall tests instead of setting up for KFAIL.
19249
19250 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
19251
19252 * gdb.btrace/record_goto-step.exp: New.
19253
19254 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
19255
19256 PR compile/18484
19257 * gdb.compile/compile.c (struct struct_type): Add volatile to
19258 selffield's type.
19259 * gdb.compile/compile.exp
19260 (compile code struct_object.selffield = &struct_object): Skip further
19261 struct_object tests if this one xfails.
19262
19263 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
19264
19265 PR exp/18617
19266 * gdb.trace/ax.exp: Add test.
19267
19268 2015-07-07 Yao Qi <yao.qi@linaro.org>
19269
19270 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
19271 instead of istarget "aarch64*-*-*".
19272 * gdb.arch/aarch64-fp.exp: Likewise.
19273 * gdb.base/float.exp: Likewise.
19274 * gdb.reverse/aarch64.exp: Likewise.
19275 * lib/gdb.exp (is_aarch64_target): New proc.
19276
19277 2015-07-07 Yao Qi <yao.qi@linaro.org>
19278
19279 * lib/gdb.exp (is_aarch32_target): New proc.
19280 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
19281 instead of "istarget "arm*-*-*"".
19282 * gdb.arch/arm-disp-step.exp: Likewise.
19283 * gdb.arch/thumb-bx-pc.exp: Likewise.
19284 * gdb.arch/thumb-prologue.exp: Likewise.
19285 * gdb.arch/thumb-singlestep.exp: Likewise.
19286 * gdb.base/disp-step-syscall.exp: Likewise.
19287 * gdb.base/float.exp: Likewise.
19288
19289 2015-07-07 Yao Qi <yao.qi@linaro.org>
19290
19291 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
19292 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
19293
19294 2015-07-07 Yao Qi <yao.qi@linaro.org>
19295
19296 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
19297 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
19298 if it exists.
19299 * gdb.multi/multi-arch.exp: Likewise.
19300
19301 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
19302
19303 * gdb.python/py-lazy-string.exp: Add missing parentheses to
19304 print.
19305
19306 2015-07-07 Yao Qi <yao.qi@linaro.org>
19307
19308 * gdb.arch/thumb-singlestep.exp: Do one more single step.
19309
19310 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
19311
19312 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
19313 '[' and ']' characters.
19314
19315 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
19316
19317 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
19318
19319 2015-06-29 Pedro Alves <palves@redhat.com>
19320
19321 PR threads/18127
19322 * gdb.threads/hand-call-new-thread.c: New file.
19323 * gdb.threads/hand-call-new-thread.c: New file.
19324
19325 2015-06-26 Keith Seitz <keiths@redhat.com>
19326 Doug Evans <dje@google.com>
19327
19328 PR 16253
19329 * gdb.cp/var-tag-2.cc: New file.
19330 * gdb.cp/var-tag-3.cc: New file.
19331 * gdb.cp/var-tag-4.cc: New file.
19332 * gdb.cp/var-tag.cc: New file.
19333 * gdb.cp/var-tag.exp: New file.
19334
19335 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
19336
19337 * gdb.base/history-duplicates.exp: New test.
19338
19339 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
19340
19341 * gdb.base/completion.exp: Test the completion of the "focus"
19342 command.
19343
19344 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
19345
19346 * gdb.arch/amd64-prologue-skip.S: New file.
19347 * gdb.arch/amd64-prologue-skip.exp: New file.
19348
19349 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
19350
19351 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
19352 is_address_zero_readable check.
19353
19354 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
19355
19356 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
19357 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
19358
19359 2015-06-24 Yao Qi <yao.qi@linaro.org>
19360
19361 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
19362 linux targets.
19363
19364 2015-06-24 Yao Qi <yao.qi@linaro.org>
19365
19366 * lib/gdb.exp (supports_get_siginfo_type): New proc.
19367 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
19368 * gdb.base/siginfo-thread.exp: Likewise.
19369
19370 2015-06-22 Yao Qi <yao.qi@linaro.org>
19371
19372 * boards/remote-gdbserver-on-localhost.exp: Add comments.
19373
19374 2015-06-22 Yao Qi <yao.qi@linaro.org>
19375
19376 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
19377 aarch64*-*-*.
19378 (skip_hw_watchpoint_tests): Likewise.
19379
19380 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
19381
19382 * gdb.base/gdbinit-history.exp: Test the interaction between
19383 setting GDBHISTSIZE and setting the history size via .gdbinit.
19384
19385 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
19386
19387 PR gdb/16999
19388 * gdb.base/gdbhistsize-history.exp: New test.
19389
19390 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
19391
19392 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
19393 with GDBHISTSIZE.
19394 * gdb.base/readline.exp: Likewise.
19395
19396 2015-06-17 Yao Qi <yao.qi@linaro.org>
19397
19398 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
19399 line.
19400
19401 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
19402
19403 * gdb.base/gdbinit-history.exp: Add test case to check that
19404 an unlimited history file does not get truncated on exit.
19405
19406 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
19407
19408 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
19409 (VECTOR): New macro. Use it...
19410 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
19411 ...for these typedefs.
19412 (int8, char1, int1, double1): New typedefs.
19413 (struct just_int2, struct two_int2): New structures.
19414 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
19415 (add_structvecs, add_singlevecs): New functions.
19416 (main): Call add_some_intvecs twice.
19417 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
19418 the compile and exit upon failure. Try compiling for the "native"
19419 architecture. Test inferior function calls with vector arguments
19420 and vector return value handling with "finish" and "return".
19421
19422 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
19423
19424 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
19425 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
19426 PE file.
19427 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
19428
19429 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
19430
19431 PR breakpoints/16465
19432 * gdb.mi/mi-dprintf-pending.c: New file.
19433 * gdb.mi/mi-dprintf-pending.exp: New test.
19434 * gdb.mi/mi-dprintf-pendshr.c: New file.
19435
19436 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
19437 Mircea Gherzan <mircea.gherzan@intel.com>
19438
19439 * gdb.arch/i386-mpx-map.c: New file.
19440 * gdb.arch/i386-mpx-map.exp: New File.
19441
19442 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
19443
19444 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
19445 * gdb.arch/i386-mpx.exp: Indentation fixed.
19446
19447 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
19448
19449 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
19450 function and improved indentation.
19451 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
19452 gdb_test_multiple. Added additional tests to skip the test.
19453
19454 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
19455
19456 * gdb.arch/i386-avx512.c: Change path in include file.
19457 * gdb.arch/i386-avx512.exp: Change include dir path
19458 compilation flag.
19459 * gdb.arch/i386-mpx.c: Change path in include file.
19460 * gdb.arch/i386-mpx.exp: Change include dir path compilation
19461 flag.
19462
19463 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
19464
19465 * gdb.compile/compile-print.exp (compile print *vararray@3)
19466 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
19467
19468 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
19469
19470 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
19471 (do not keep jit in memory): ... this.
19472 (expect 5): Change it to ...
19473 (expect no 5): ... this.
19474
19475 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
19476
19477 PR gdb/15564
19478 * gdb.mi/mi-detach.exp: New file.
19479
19480 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
19481
19482 PR symtab/18392
19483 * gdb.arch/amd64-tailcall-self.S: New file.
19484 * gdb.arch/amd64-tailcall-self.c: New file.
19485 * gdb.arch/amd64-tailcall-self.exp: New file.
19486
19487 2015-05-28 Don Breazeal <donb@codesourcery.com>
19488
19489 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
19490 tests for remote targets by checking is_target_gdbserver.
19491
19492 2015-05-27 Doug Evans <dje@google.com>
19493
19494 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
19495 * gdb.dwarf2/opaque-type-lookup.c: New file.
19496 * gdb.dwarf2/opaque-type-lookup.exp: New file.
19497
19498 2015-05-26 Doug Evans <dje@google.com>
19499
19500 * gdb.cp/iostream.cc: New file.
19501 * gdb.cp/iostream.exp: New file.
19502
19503 2015-05-26 Doug Evans <dje@google.com>
19504
19505 * gdb.dwarf2/dw2-op-call.exp: Update.
19506 * gdb.dwarf2/dw4-sig-types.exp: Update.
19507 * gdb.dwarf2/implptr.exp: Update.
19508 * gdb.mi/mi-cmd-param-changed.exp: Update.
19509
19510 2015-05-26 Doug Evans <dje@google.com>
19511
19512 * gdb.python/py-lazy-string.c: New file.
19513 * gdb.python/py-lazy-string.exp: New file.
19514 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
19515 (main): Update. Add estring3.
19516 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
19517 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
19518
19519 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
19520 Yao Qi <yao.qi@linaro.org>
19521
19522 * gdb.reverse/aarch64.c: New.
19523 * gdb.reverse/aarch64.exp: New.
19524
19525 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
19526
19527 * lib/gdb.exp (supports_process_record): Return true for
19528 aarch64*-linux*.
19529 (supports_reverse): Likewise.
19530
19531 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
19532
19533 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
19534 Use with_test_prefix.
19535
19536 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
19537
19538 * gdb.base/completion.exp: Add test for completion of layout
19539 names.
19540
19541 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
19542
19543 * lib/gdb.exp (skip_tui_tests): New proc.
19544 * gdb.base/tui-layout.exp: Check skip_tui_tests.
19545
19546 2015-05-19 Pedro Alves <palves@redhat.com>
19547
19548 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
19549 Save the whole env array instead of just HOME. Unset HISTSIZE in
19550 the environment while testing. Restore whole environment
19551 afterwards.
19552
19553 2015-05-16 Doug Evans <xdje42@gmail.com>
19554
19555 * gdb.guile/scm-ports.c: New file.
19556 * gdb.guile/scm-ports.exp: Add memory port tests.
19557
19558 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19559
19560 * gdb.compile/compile-print.c: New file.
19561 * gdb.compile/compile-print.exp: New file.
19562
19563 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19564
19565 * gdb.compile/compile-ops.exp: Cast param to void.
19566 * gdb.compile/compile.exp: Complete type for _gdb_expr.
19567 (compile code struct_object.selffield = &struct_object): Add xfail.
19568
19569 2015-05-15 Joel Brobecker <brobecker@adacore.com>
19570
19571 * gdb.ada/arr_enum_with_gap: New testcase.
19572
19573 2015-05-15 Joel Brobecker <brobecker@adacore.com>
19574
19575 * gdb.ada/byte_packed_arr: New testcase.
19576
19577 2015-05-15 Joel Brobecker <brobecker@adacore.com>
19578
19579 * gdb.ada/pckd_neg: New testcase.
19580
19581 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
19582
19583 PR gdb/17820
19584 * gdb.base/gdbinit-history.exp: New test.
19585 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
19586 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
19587
19588 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
19589
19590 * gdb.python/py-xmethods.cc: Enhance test case.
19591 * gdb.python/py-xmethods.exp: New tests.
19592 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
19593 function.
19594 (B_indexoper): Likewise.
19595 (global_dm_list) : Add new xmethod worker functions.
19596
19597 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
19598
19599 * gdb.base/coredump-filter.exp: Correctly unset
19600 "coredump_var_addr" array.
19601
19602 2015-05-08 Pedro Alves <palves@redhat.com>
19603
19604 * gdb.server/non-existing-program.exp: Unset spawn_id.
19605
19606 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
19607
19608 PR python/18291
19609 * gdb.python/py-xmethods.exp: Add tests.
19610
19611 2015-05-08 Yao Qi <yao.qi@linaro.org>
19612
19613 PR gdb/18208
19614 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
19615 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
19616 function set_coredump_filter, and remove remote_exec call.
19617 Remove argument ipid. Callers update.
19618 (top level): Don't get inferior's PID.
19619
19620 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
19621
19622 * gdb.base/watch_thread_num.exp: Skip test on targets without
19623 access watchpoints.
19624
19625 2015-05-06 Pedro Alves <palves@redhat.com>
19626
19627 PR server/18081
19628 * gdb.server/non-existing-program.exp: New file.
19629
19630 2015-05-05 Joel Brobecker <brobecker@adacore.com>
19631
19632 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
19633
19634 2015-05-05 Joel Brobecker <brobecker@adacore.com>
19635
19636 * gdb.ada/out_of_line_in_inlined: New testcase.
19637
19638 2015-05-05 Joel Brobecker <brobecker@adacore.com>
19639
19640 * gdb.ada/var_rec_arr: New testcase.
19641
19642 2015-04-30 Yao Qi <yao.qi@linaro.org>
19643
19644 * gdb.base/break-idempotent.exp: If
19645 skip_hw_watchpoint_multi_tests returns true, skip the tests
19646 on "rwatch" and "awatch".
19647
19648 2015-04-30 Yao Qi <yao.qi@linaro.org>
19649
19650 * gdb.base/relativedebug.exp: Invoke gdb command
19651 "info sharedlibrary", and if libc.so doesn't have debug info,
19652 skip the test.
19653
19654 2015-04-29 Doug Evans <dje@google.com>
19655
19656 * gdb.python/py-xmethods.exp: Add ptype tests.
19657 * gdb.python/py-xmethods.py (E_method_char_worker): Add
19658 get_result_type method.
19659
19660 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
19661
19662 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
19663 the target does not support hardware watchpoints.
19664
19665 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
19666
19667 * gdb.base/break-always.exp: Abort testing if writing to memory
19668 causes an error.
19669
19670 2015-04-28 Doug Evans <dje@google.com>
19671
19672 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
19673 * gdb.python/py-pp-registration.exp: ... here. New file.
19674 * gdb.python/py-pp-registration.c: New file.
19675 * gdb.python/py-pp-registration.py: New file.
19676
19677 2015-04-28 Doug Evans <dje@google.com>
19678
19679 * gdb.python/py-bad-printers.c: New file.
19680 * gdb.python/py-bad-printers.py: New file.
19681 * gdb.python/py-bad-printers.exp: New file.
19682
19683 2015-04-28 Sasha Smundak <asmundak@google.com>
19684
19685 * gdb.python/py-type.exp: New test.
19686
19687 2015-04-28 Andy Wingo <wingo@igalia.com>
19688
19689 * gdb.python/py-parameter.exp:
19690 * gdb.guile/scm-parameter.exp: Escape the path that we are
19691 matching against, as it might contain characters that are special
19692 to regular expressions.
19693
19694 2015-04-27 Joel Brobecker <brobecker@adacore.com>
19695
19696 * gdb.ada/rec_comp: New testcase.
19697
19698 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
19699
19700 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
19701 before using it.
19702
19703 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
19704
19705 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
19706 new tests for verilog output.
19707
19708 2015-04-24 Yao Qi <yao.qi@linaro.org>
19709
19710 * boards/remote-gdbserver-on-localhost.exp: New file.
19711
19712 2015-04-23 Pedro Alves <palves@redhat.com>
19713
19714 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
19715 $inferior_spawn_id instead of $inferior_spawn_id directly. On
19716 "end of file", remove $inferior_spawn_id from the indirect list.
19717
19718 2015-04-23 Pedro Alves <palves@redhat.com>
19719
19720 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
19721
19722 2015-04-23 Pedro Alves <palves@redhat.com>
19723
19724 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
19725 on $any_spawn_id instead of only on $gdb_spawn_id.
19726
19727 2015-04-21 Pierre Muller <muller@sourceware.org>
19728
19729 PR pascal/17815
19730 * lib/pascal.exp (gpc_compile): Add new option "class".
19731 (fpc_compile): Likewise.
19732 * gdb.pascal/case-insensitive-symbols.pas: New file.
19733 * gdb.pascal/case-insensitive-symbols.exp: New file.
19734
19735 2015-04-20 Gary Benson <gbenson@redhat.com>
19736
19737 * gdb.base/attach.exp: Fix three extended remote failures.
19738
19739 2015-04-17 Gary Benson <gbenson@redhat.com>
19740
19741 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
19742 the main executable over the remote protocol.
19743
19744 2015-04-16 Pedro Alves <palves@redhat.com>
19745
19746 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
19747 a new gdbserver if gdbserver_reconnect_p is set.
19748
19749 2015-04-16 Pedro Alves <palves@redhat.com>
19750
19751 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
19752 is set, don't exit gdbserver.
19753
19754 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
19755
19756 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
19757 appropriate .insn, such that an older assembler can be used.
19758 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
19759 the z/Architecture instruction set on 31-bit targets as well.
19760
19761 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
19762
19763 * gdb.go/handcall.exp: Remove all logic related to the first
19764 breakpoint and rely on go_runto_main instead.
19765 * gdb.go/strings.exp: Likewise.
19766 * gdb.go/unsafe.exp: Likewise.
19767 * gdb.go/hello.exp: Likewise. Also rename the remaining
19768 breakpoint marker to "breakpoint 1".
19769 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
19770 * gdb.go/strings.go: Likewise.
19771 * gdb.go/unsafe.go: Likewise.
19772 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
19773 "set breakpoint 2 here" and rename the remaining breakpoint marker
19774 to "breakpoint 1".
19775
19776 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
19777
19778 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
19779 if itertools.imap is not present.
19780 * gdb.python/py-objfile.exp: Add parentheses.
19781 * gdb.python/py-type.exp: Same.
19782 * gdb.python/py-unwind-maint.py: Same.
19783
19784 2015-04-15 Yao Qi <yao.qi@linaro.org>
19785
19786 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
19787 of ":$ptr_size" and set its form explicitly.
19788
19789 2015-04-15 Pedro Alves <palves@redhat.com>
19790 Yao Qi <yao.qi@linaro.org>
19791
19792 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
19793 timeout by factor of 4.
19794 (test_regular_watch): Likewise.
19795 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
19796 * gdb.reverse/sigall-reverse.exp: Likewise.
19797 * gdb.reverse/until-precsave.exp: Likewise.
19798 * lib/gdb.exp (with_timeout_factor): New proc.
19799 (gdb_expect): Move some code to ...
19800 (get_largest_timeout): ... here. New procedure.
19801
19802 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
19803
19804 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
19805
19806 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
19807
19808 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
19809 to write to the .text section.
19810
19811 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
19812
19813 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
19814 Handle the case of targets that do not provide PID information.
19815
19816 2015-04-13 Yao Qi <yao.qi@linaro.org>
19817
19818 * lib/gdbserver-support.exp (gdb_exit): Catch exception
19819 and use expect instead of gdb_expect.
19820
19821 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
19822
19823 * gdb.base/coredump-filter.exp: Rename variable "addr" to
19824 "coredump_var_addr" to avoid naming conflict with other testcases.
19825
19826 2015-04-10 Pedro Alves <palves@redhat.com>
19827
19828 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
19829 gdb_test_sequence and gdb_assert.
19830
19831 2015-04-10 Pedro Alves <palves@redhat.com>
19832
19833 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
19834 test messages that don't include the breakpoint address.
19835
19836 2015-04-10 Yao Qi <yao.qi@linaro.org>
19837
19838 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
19839 false for some offset and width combinations which aren't
19840 supported by linux kernel.
19841
19842 2015-04-10 Pedro Alves <palves@redhat.com>
19843
19844 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
19845 procedure, factored out from ...
19846 (top level): ... here. Add "set displaced-stepping" testing axis.
19847 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
19848 parameter "displaced". Use it.
19849 (top level): Use foreach and add "set displaced-stepping" testing
19850 axis.
19851
19852 2015-04-10 Pedro Alves <palves@redhat.com>
19853
19854 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
19855 Remove comment.
19856 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
19857 both the address of the instruction that triggers the watchpoint
19858 and the address of the instruction immediately after, and use
19859 those addresses for the test. Fix comment.
19860
19861 2015-04-10 Pedro Alves <palves@redhat.com>
19862
19863 * gdb.base/sigstep.exp (breakpoint_to_handler)
19864 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
19865 Test "backtrace" in handler.
19866 (breakpoint_over_handler): New parameter 'displaced'. Use it.
19867 (top level): Add new "displaced" test axis to
19868 breakpoint_to_handler, breakpoint_to_handler_entry and
19869 breakpoint_over_handler.
19870
19871 2015-04-10 Pedro Alves <palves@redhat.com>
19872
19873 PR gdb/18216
19874 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
19875
19876 2015-04-10 Yao Qi <yao.qi@linaro.org>
19877
19878 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
19879 (test_add_rn_pc): New function.
19880 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
19881 (top level): Invoke test_add_rn_pc.
19882
19883 2015-04-10 Pedro Alves <palves@redhat.com>
19884
19885 PR gdb/13858
19886 * gdb.base/step-over-no-symbols.exp: New file.
19887
19888 2015-04-09 Andy Wingo <wingo@igalia.com>
19889
19890 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
19891 after the Python tests.
19892
19893 2015-04-08 Keith Seitz <keiths@redhat.com>
19894
19895 PR python/16699
19896 * gdb.python/py-completion.exp: New tests for completion.
19897 * gdb.python/py-completion.py (CompleteLimit1): New class.
19898 (CompleteLimit2): Likewise.
19899 (CompleteLimit3): Likewise.
19900 (CompleteLimit4): Likewise.
19901 (CompleteLimit5): Likewise.
19902 (CompleteLimit6): Likewise.
19903 (CompleteLimit7): Likewise.
19904
19905 2015-04-08 Pedro Alves <palves@redhat.com>
19906
19907 PR gdb/18214
19908 PR gdb/18216
19909 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
19910 function.
19911 (main): Install it as SIGUSR1 handler.
19912 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
19913 parameter. Always use "setup" as prefix. Toggle "set
19914 displaced-stepping" off/on depending on global. Don't switch to
19915 thread 1 here.
19916 (top level): Add displaced stepping "off/on" test axis. Update
19917 "setup" calls. Wrap each subtest with with_test_prefix. Test
19918 continuing with a queued signal in each thread.
19919
19920 2015-04-08 Pedro Alves <palves@redhat.com>
19921
19922 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
19923 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
19924 gdb_breakpoint instead of gdb_test that doesn't expect anything.
19925 Return early if running to main fails.
19926 * gdb.trace/while-stepping.exp: Likewise.
19927
19928 2015-04-07 Pedro Alves <palves@redhat.com>
19929
19930 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
19931 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
19932 interact with inferior program.
19933
19934 2015-04-07 Pedro Alves <palves@redhat.com>
19935
19936 * lib/gdb.exp (inferior_spawn_id): New global.
19937 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
19938 spawn id after processing the user code.
19939 (default_gdb_start): Set inferior_spawn_id.
19940 (send_inferior): New procedure.
19941 * lib/gdbserver-support.exp (gdbserver_start): Set
19942 inferior_spawn_id.
19943 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
19944
19945 2015-04-07 Pedro Alves <palves@redhat.com>
19946
19947 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
19948 * lib/gdbserver-support.exp (gdbserver_start): Make
19949 $server_spawn_id global.
19950 (gdbserver_start): Don't wait for gdbserver's spawn id with
19951 expect_background.
19952 (close_gdbserver): New procedure.
19953 (gdb_exit): Rename the default version and reimplement.
19954
19955 2015-04-07 Pedro Alves <palves@redhat.com>
19956
19957 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
19958 append the substituted item, not the original item.
19959
19960 2015-04-07 Pedro Alves <palves@redhat.com>
19961
19962 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
19963 gdb_expect.
19964
19965 2015-04-07 Pedro Alves <palves@redhat.com>
19966
19967 * gdb.base/interrupt.exp: Don't handle the case of the inferior
19968 output appearing once only.
19969
19970 2015-04-07 Pedro Alves <palves@redhat.com>
19971
19972 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
19973 that doesn't expect anything. Return early if running to main
19974 fails.
19975
19976 2015-04-07 Yao Qi <yao.qi@linaro.org>
19977
19978 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
19979 (child_function): Call alarm.
19980 (main): Move call to alarm into the loop.
19981 * gdb.threads/non-stop-fair-events.exp: Build program with
19982 -DTIMEOUT=$timeout.
19983
19984 2015-04-06 Doug Evans <xdje42@gmail.com>
19985
19986 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
19987 Fix dest parameter to board_info.
19988 (fpc_compile): Ditto.
19989 (gdb_compile_pascal): Rename dest arg to destfile.
19990
19991 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
19992
19993 * gdb.ada/funcall_ref.exp: New file.
19994 * gdb.ada/funcall_ref/foo.adb: New file.
19995
19996 2015-04-02 Yao Qi <yao.qi@linaro.org>
19997
19998 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
19999 is remote.
20000
20001 2015-04-02 Gary Benson <gbenson@redhat.com>
20002
20003 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
20004
20005 2015-04-01 Sasha Smundak <asmundak@google.com>
20006
20007 * gdb.python/py-unwind-maint.c: New file.
20008 * gdb.python/py-unwind-maint.exp: New test.
20009 * gdb.python/py-unwind-maint.py: New file.
20010 * gdb.python/py-unwind.c: New file.
20011 * gdb.python/py-unwind.exp: New test.
20012 * gdb.python/py-unwind.py: New test.
20013
20014 2015-04-01 Pedro Alves <palves@redhat.com>
20015
20016 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
20017 to fail instead of non-existent $test.
20018
20019 2015-04-01 Pedro Alves <palves@redhat.com>
20020
20021 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
20022 GDBFLAGS if not empty.
20023
20024 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
20025
20026 * gdb.ada/complete.exp: Remove "multi_line".
20027 * gdb.ada/info_exc.exp: Remove "multi_line".
20028 * gdb.ada/packed_tagged.exp: Remove "multi_line".
20029 * gdb.ada/ptype_field.exp: Remove "multi_line".
20030 * gdb.ada/sym_print_name.exp: Remove "multi_line".
20031 * gdb.ada/tagged.exp: Remove "multi_line".
20032 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
20033 [multi_line ...]
20034 * gdb.btrace/delta.exp: Likewise.
20035 * gdb.btrace/exception.exp: Likewise.
20036 * gdb.btrace/function_call_history.exp: Likewise.
20037 * gdb.btrace/instruction_history.exp: Likewise.
20038 * gdb.btrace/nohist.exp: Likewise.
20039 * gdb.btrace/record_goto.exp: Likewise.
20040 * gdb.btrace/segv.exp: Likewise.
20041 * gdb.btrace/stepi.exp: Likewise.
20042 * gdb.btrace/tailcall.exp: Likewise.
20043 * gdb.btrace/unknown_functions.exp: Likewise.
20044 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
20045 * lib/gdb.exp: Add the "multi_line" helper.
20046
20047 2015-04-01 Pedro Alves <palves@redhat.com>
20048
20049 * gdb.threads/tid-reuse.c: New file.
20050 * gdb.threads/tid-reuse.exp: New file.
20051
20052 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
20053
20054 PR corefiles/16092
20055 * gdb.base/coredump-filter.c: New file.
20056 * gdb.base/coredump-filter.exp: Likewise.
20057
20058 2015-03-27 Petr Machata <pmachata@redhat.com>
20059
20060 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
20061 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
20062 (Dwarf::assemble): Initialize them.
20063 (Dwarf::lines): New function.
20064
20065 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
20066
20067 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
20068 SYMBOL_PREFIX for x86_64-*-cygwin.
20069
20070 2015-03-26 Andy Wingo <wingo@igalia.com>
20071
20072 PR symtab/18148
20073 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
20074 const_value but not a location.
20075 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
20076 location defined in non-main CUs are visible.
20077
20078 2015-03-26 Yao Qi <yao.qi@linaro.org>
20079
20080 PR testsuite/18139
20081 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
20082 Add a line number entry for the same line.
20083 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
20084 Add a line number entry for the same line.
20085
20086 2015-03-26 Yao Qi <yao.qi@linaro.org>
20087
20088 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
20089 .int 0.
20090 (func): Likewise. Add .Lfunc_1 label.
20091 Use .Lfunc_1 label.
20092 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
20093 .int 0.
20094 (func): Likewise.
20095 Use .Lfunc_1 label.
20096
20097 2015-03-26 Yao Qi <yao.qi@linaro.org>
20098
20099 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
20100 Call gdb_compile instead to compile each .s files without debug
20101 information.
20102
20103 2015-03-26 Yao Qi <yao.qi@linaro.org>
20104
20105 * gdb.base/savedregs.exp (process_saved_regs): Make
20106 "Saved registers:" optional in the pattern.
20107
20108 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
20109
20110 * gdb.btrace/next.exp: Merged into step.exp.
20111 * gdb.btrace/finish.exp: Merged into step.exp.
20112 * gdb.btrace/nexti.exp: Merged into stepi.exp.
20113 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
20114 "record goto" and checking the exact replay position.
20115 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
20116 check for "Recording format" in "info record" output.
20117 * gdb.btrace/record_goto.exp: Choose test file based on target.
20118 * gdb.btrace/x86-record_goto.S: Renamed into ...
20119 * gdb.btrace/x86_64-record_goto.S: ... this.
20120 * gdb.btrace/i686-record_goto.S: New.
20121 * gdb.btrace/x86-tailcall.S: Renamed into ...
20122 * gdb.btrace/x86_64-tailcall.S: ... this.
20123 * gdb.btrace/i686-tailcall.S: New.
20124 * gdb.btrace/x86-tailcall.c: Renamed into ...
20125 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
20126 separate statements. Update test.
20127 * gdb.btrace/delta.exp: Use record_goto.c as test file.
20128 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
20129 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
20130 * gdb.btrace/tailcall.exp: Choose test file based on target.
20131 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
20132
20133 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
20134
20135 * gdb.btrace/exception.exp: Increase BTS buffer size.
20136
20137 2015-03-24 Pedro Alves <palves@redhat.com>
20138
20139 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
20140
20141 2015-03-24 Pedro Alves <palves@redhat.com>
20142
20143 * gdb.threads/schedlock.exp (test_step): No longer expect that
20144 "set scheduler-locking step" with "next" over a function call runs
20145 threads unlocked.
20146
20147 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
20148
20149 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
20150
20151 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
20152
20153 PR breakpoints/16466
20154 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
20155 * gdb.mi/mi-pending.c (thread_func): New function.
20156 (int main): Add threading support required.
20157 * gdb.mi/mi-pending.exp: Add tests for this issue.
20158 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
20159 (pendfunc2): Remove stdio dependency.
20160 * gdb.mi/mi-pendshr2.c: New file.
20161
20162 2015-03-23 Keith Seitz <keiths@redhat.com>
20163
20164 * gdb.linespec/keywords.c: New file.
20165 * gdb.linespec/keywords.exp: New file.
20166
20167 2015-03-23 Keith Seitz <keiths@redhat.com>
20168
20169 PR gdb/18021
20170 * gdb.dwarf2/staticvirtual.exp: New test.
20171
20172 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
20173
20174 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
20175 * README: Remove HP-UX and gdb.hp.
20176 (configuration):
20177 * configure: Regenerate.
20178 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
20179 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
20180 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
20181 gdb.hp/gdb.defects/Makefile.
20182 * gdb.hp/Makefile.in: File deleted.
20183 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
20184 * gdb.hp/gdb.aCC/optimize.c: File deleted.
20185 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
20186 * gdb.hp/gdb.aCC/run.c: File deleted.
20187 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
20188 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
20189 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
20190 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
20191 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
20192 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
20193 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
20194 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
20195 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
20196 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
20197 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
20198 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
20199 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
20200 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
20201 * gdb.hp/gdb.base-hp/reg.s: File deleted.
20202 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
20203 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
20204 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
20205 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
20206 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
20207 * gdb.hp/gdb.compat/Makefile.in: File deleted.
20208 * gdb.hp/gdb.compat/average.c: File deleted.
20209 * gdb.hp/gdb.compat/sum.c: File deleted.
20210 * gdb.hp/gdb.compat/xdb.c: File deleted.
20211 * gdb.hp/gdb.compat/xdb0.c: File deleted.
20212 * gdb.hp/gdb.compat/xdb0.h: File deleted.
20213 * gdb.hp/gdb.compat/xdb1.c: File deleted.
20214 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
20215 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
20216 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
20217 * gdb.hp/gdb.defects/Makefile.in: File deleted.
20218 * gdb.hp/gdb.defects/bs14602.c: File deleted.
20219 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
20220 * gdb.hp/gdb.defects/solib-d.c: File deleted.
20221 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
20222 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
20223 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
20224 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
20225 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
20226 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
20227 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
20228 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
20229 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
20230 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
20231 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
20232 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
20233 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
20234 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
20235 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
20236 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
20237 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
20238 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
20239 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
20240 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
20241 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
20242 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
20243 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
20244 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
20245 * gdb.hp/tools/odump: File deleted.
20246
20247 2015-03-19 Pedro Alves <palves@redhat.com>
20248
20249 * gdb.threads/continue-pending-status.exp (saw_thread_2)
20250 (saw_thread_3): New globals.
20251 (top level): Increment them when an event for the corresponding
20252 thread is seen.
20253 (no thread starvation): New test.
20254
20255 2015-03-19 Pedro Alves <palves@redhat.com>
20256
20257 * gdb.threads/continue-pending-status.c: New file.
20258 * gdb.threads/continue-pending-status.exp: New file.
20259
20260 2015-03-18 Pedro Alves <palves@redhat.com>
20261
20262 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
20263 Use gdb_is_target_remote instead of is_remote. Use
20264 gdb_test_multiple instead of gdb_expect. Exit early if
20265 gdb_test_multiple hits its internal matches. Tighten stepi tests
20266 expected output. Fail on exit with any signal, instead of just
20267 SIGILL.
20268
20269 2015-03-18 Yao Qi <yao.qi@linaro.org>
20270
20271 PR tdep/18107
20272 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
20273 variable.
20274 * gdb.base/catch-syscall.exp: Don't skip it on
20275 aarch64*-*-linux* target. Remove elements in all_syscalls.
20276 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
20277 target.
20278 (setup_all_syscalls): New proc.
20279
20280 2015-03-16 Yao Qi <yao.qi@linaro.org>
20281
20282 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
20283 (top level): Skip tests if valid_addr_p returns false for
20284 $cmd1 or $cmd2.
20285
20286 2015-03-11 Andy Wingo <wingo@igalia.com>
20287
20288 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
20289
20290 2015-03-11 Yao Qi <yao.qi@linaro.org>
20291
20292 * gdb.base/catch-syscall.exp: Fix typo in comments.
20293
20294 2015-03-11 Yao Qi <yao.qi@linaro.org>
20295
20296 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
20297
20298 2015-03-09 Pedro Alves <palves@redhat.com>
20299
20300 * dg-extract-results.py: Delete.
20301
20302 2015-03-09 Pedro Alves <palves@redhat.com>
20303
20304 Merge dg-extract-results.sh from GCC upstream (r218843).
20305
20306 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
20307 * dg-extract-results.sh: Use --text with grep to avoid issues with
20308 binary files. Fall back to cat -v, if that doesn't work.
20309
20310 2015-03-05 Pedro Alves <palves@redhat.com>
20311
20312 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
20313
20314 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
20315
20316 * lib/mi-support.exp (mi_expect_interrupt): Accept
20317 alternative event for when in all-stop mode.
20318
20319 2015-03-04 Pedro Alves <palves@redhat.com>
20320
20321 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
20322
20323 2015-03-04 Mark Kettenis <kettenis@gnu.org>
20324
20325 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
20326
20327 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
20328
20329 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
20330 regexps for GDB's current line display, accept a hex address
20331 preceding the line number.
20332
20333 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
20334
20335 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
20336 the 'arch1' variable for "s390*-linux*" targets.
20337
20338 2015-03-04 Pedro Alves <palves@redhat.com>
20339
20340 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
20341 (main): Pass missing retval argument to pthread_join call.
20342
20343 2015-03-02 Pedro Alves <palves@redhat.com>
20344
20345 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
20346 (top level): Call do_test with non-stop as well.
20347
20348 2015-03-02 Pedro Alves <palves@redhat.com>
20349
20350 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
20351 -1.
20352
20353 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
20354
20355 * gdb.arch/s390-vregs.exp: New test.
20356 * gdb.arch/s390-vregs.S: New file.
20357
20358 2015-02-27 Pedro Alves <palves@redhat.com>
20359
20360 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
20361 call to catch_command_errors.
20362 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
20363 catch_command_errors.
20364
20365 2015-02-27 Pedro Alves <palves@redhat.com>
20366
20367 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
20368 "true" for boolean result.
20369 * gdb.gdb/selftest.exp (test_with_self): Also accept full
20370 prototype of main.
20371
20372 2015-02-27 Pedro Alves <palves@redhat.com>
20373
20374 * lib/unbuffer_output.c: New file.
20375 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
20376 (main): Call gdb_unbuffer_output.
20377
20378 2015-02-27 Yao Qi <yao.qi@linaro.org>
20379
20380 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
20381 target.
20382
20383 2015-02-26 Doug Evans <dje@google.com>
20384
20385 * gdb.cp/class2.cc (Dbase, D): New classes.
20386 (main): New local delta.
20387 * gdb.cp/class2.exp: Test printing delta.
20388 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
20389 (dynbar): New global.
20390 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
20391
20392 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
20393
20394 * gdb.compile/compile-ifunc.c: New file.
20395 * gdb.compile/compile-ifunc.exp: New file.
20396
20397 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
20398
20399 * gdb.base/structs.exp: Check for correct struct on finish.
20400
20401 2015-02-26 Yao Qi <yao.qi@linaro.org>
20402
20403 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
20404 is zero.
20405
20406 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
20407
20408 * gdb.arch/cordic.ko.bz2: New file.
20409 * gdb.arch/cordic.ko.debug.bz2: New file.
20410 * gdb.arch/ppc64-symtab-cordic.exp: New file.
20411
20412 2015-02-25 Yao Qi <yao.qi@linaro.org>
20413
20414 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
20415 aarch64*-*-* target.
20416
20417 2015-02-23 Pedro Alves <palves@redhat.com>
20418
20419 * lib/gdb.exp (delete_breakpoints): Rewrite using
20420 gdb_test_multiple.
20421
20422 2015-02-23 Pedro Alves <palves@redhat.com>
20423
20424 * gdb.base/info-os.c: Include stdlib.h.
20425
20426 2015-02-22 Doug Evans <xdje42@gmail.com>
20427
20428 PR symtab/17855
20429 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
20430 is read after symbols have been re-read.
20431 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
20432 * gdb.ada/exec_changed/second.adb (Second): Ditto.
20433
20434 2015-02-21 Doug Evans <dje@google.com>
20435
20436 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
20437
20438 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
20439
20440 PR corefiles/17808
20441 * gdb.arch/i386-biarch-core.core.bz2: New file.
20442 * gdb.arch/i386-biarch-core.exp: New file.
20443
20444 2015-02-21 Pedro Alves <palves@redhat.com>
20445
20446 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
20447 runto_main fails.
20448
20449 2015-02-20 Pedro Alves <palves@redhat.com>
20450
20451 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
20452 info probes.
20453
20454 2015-02-20 Pedro Alves <palves@redhat.com>
20455
20456 * gdb.threads/multi-create-ns-info-thr.exp: New file.
20457
20458 2015-02-20 Pedro Alves <palves@redhat.com>
20459
20460 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
20461 clean_restart before gdb_target_supports_trace.
20462
20463 2015-02-20 Pedro Alves <palves@redhat.com>
20464
20465 PR threads/18006
20466 * gdb.threads/clone-thread_db.c: New file.
20467 * gdb.threads/clone-thread_db.exp: New file.
20468
20469 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
20470
20471 PR breakpoints/16812
20472 * gdb.base/catch-gdb-caused-signals.c: New file.
20473 * gdb.base/catch-gdb-caused-signals.exp: New file.
20474
20475 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
20476
20477 * configure: Regenerated.
20478 * configure.ac: Use GDB_AC_TRANSFORM.
20479 * aclocal.m4: sinclude ../transform.m4.
20480
20481 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
20482
20483 * lib/dtrace.exp: New file.
20484 * gdb.base/dtrace-probe.exp: Likewise.
20485 * gdb.base/dtrace-probe.d: Likewise.
20486 * gdb.base/dtrace-probe.c: Likewise.
20487 * lib/pdtrace.in: Likewise.
20488 * configure.ac: Output variables with the transformed names of
20489 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
20490 * configure: Regenerated.
20491
20492 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
20493
20494 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
20495 expected message when trying to access $_probe_* convenience
20496 variables while not on a probe.
20497
20498 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
20499
20500 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
20501
20502 2015-02-11 Pedro Alves <pedro@codesourcery.com>
20503
20504 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
20505 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
20506
20507 2015-02-10 Doug Evans <xdje42@gmail.com>
20508
20509 * lib/gdb.exp (gdb_load): Always return a result.
20510
20511 2015-02-10 Pedro Alves <palves@redhat.com>
20512
20513 * gdb.threads/signal-sigtrap.c: New file.
20514 * gdb.threads/signal-sigtrap.exp: New file.
20515
20516 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
20517
20518 * gdb.trace/no-attach-trace.c: New file.
20519 * gdb.trace/no-attach-trace.exp: New file.
20520
20521 2015-02-09 Mark Wielaard <mjw@redhat.com>
20522
20523 * gdb.dwarf2/atomic.c: New file.
20524 * gdb.dwarf2/atomic-type.exp: Likewise.
20525
20526 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
20527
20528 * gdb.btrace/buffer-size.exp: Update "info record" output.
20529 * gdb.btrace/delta.exp: Update "info record" output.
20530 * gdb.btrace/enable.exp: Update "info record" output.
20531 * gdb.btrace/finish.exp: Update "info record" output.
20532 * gdb.btrace/instruction_history.exp: Update "info record" output.
20533 * gdb.btrace/next.exp: Update "info record" output.
20534 * gdb.btrace/nexti.exp: Update "info record" output.
20535 * gdb.btrace/step.exp: Update "info record" output.
20536 * gdb.btrace/stepi.exp: Update "info record" output.
20537 * gdb.btrace/nohist.exp: Update "info record" output.
20538
20539 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
20540
20541 * gdb.btrace/buffer-size: New.
20542
20543 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
20544
20545 * gdb.btrace/delta.exp: Update "info record" output.
20546 * gdb.btrace/enable.exp: Update "info record" output.
20547 * gdb.btrace/finish.exp: Update "info record" output.
20548 * gdb.btrace/instruction_history.exp: Update "info record" output.
20549 * gdb.btrace/next.exp: Update "info record" output.
20550 * gdb.btrace/nexti.exp: Update "info record" output.
20551 * gdb.btrace/step.exp: Update "info record" output.
20552 * gdb.btrace/stepi.exp: Update "info record" output.
20553 * gdb.btrace/nohist.exp: Update "info record" output.
20554
20555 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
20556
20557 PR gdb/15678
20558 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
20559
20560 2015-02-06 Pedro Alves <palves@redhat.com>
20561
20562 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
20563 macro.
20564 (seconds_left, again): New globals.
20565 (main): Wait seconds_left in a 1-second sleep loop instead of
20566 sleeping 180 seconds. If 'again' is set, reset the seconds
20567 counter.
20568 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
20569 'again' in the inferior before detaching. Print the seconds left.
20570 (options): New global.
20571 (top level): Build program with -DTIMEOUT=$timeout.
20572
20573 2015-02-06 Pedro Alves <palves@redhat.com>
20574
20575 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
20576 determine how many seconds to pass to 'alarm'.
20577 * gdb.base/gdb-sigterm.exp (top level): Build program with
20578 -DTIMEOUT=$timeout.
20579 (do_test): Return success/failure indication. Add more verbose
20580 logging. Don't fail if 200 single steps are seen. Instead, fail
20581 when the test times out.
20582 (passes): New global.
20583 (top level): Break the testing loop if testing fails on any
20584 iteration. Use gdb_assert.
20585
20586 2015-02-04 Don Breazeal <donb@codesourcery.com>
20587
20588 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
20589 and initialize them.
20590 (ipc_cleanup): New function.
20591 (main): Don't declare shmid, semid, and msqid. Add a call to
20592 atexit so that we call ipc_cleanup on exit.
20593
20594 2015-02-04 Pedro Alves <palves@redhat.com>
20595
20596 * boards/native-extended-gdbserver.exp: Remove any target variant
20597 specifications from the board name before clearing the isremote
20598 flag from board_info.
20599
20600 2015-01-31 Doug Evans <xdje42@gmail.com>
20601
20602 * gdb.base/maint.exp <maint print type argc>: Update expected output.
20603
20604 2015-01-31 Gary Benson <gbenson@redhat.com>
20605
20606 * gdb.base/completion.exp: Disable completion limiting for
20607 existing tests. Add new tests to check completion limiting.
20608 * gdb.linespec/ls-errs.exp: Disable completion limiting.
20609
20610 2015-01-31 Doug Evans <xdje42@gmail.com>
20611
20612 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
20613
20614 2015-01-31 Doug Evans <xdje42@gmail.com>
20615
20616 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
20617 entries. Duplicate file section script entries.
20618 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
20619 inlined entries. Add test for safe-path rejection.
20620 * gdb.python/py-section-script.c: Add duplicate inlined section script
20621 entries. Duplicate file section script entries.
20622 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
20623 inlined entries. Add test for safe-path rejection.
20624
20625 2015-01-29 Joel Brobecker <brobecker@adacore.com>
20626
20627 * gdb.ada/disc_arr_bound: New testcase.
20628
20629 2015-01-29 Joel Brobecker <brobecker@adacore.com>
20630
20631 * gdb.ada/mi_var_array: New testcase.
20632
20633 2015-01-27 Doug Evans <dje@google.com>
20634
20635 * gdb.python/py-objfile.exp: Add tests for objfile.username.
20636 Add test for objfile.filename, objfile.username after objfile
20637 has been unloaded.
20638
20639 2015-01-26 Joel Brobecker <brobecker@adacore.com>
20640
20641 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
20642 the second test to print the name attribute of value
20643 returned by the call to gdb.lookup_type, and adjust
20644 the expected output accordingly.
20645
20646 2015-01-25 Mark Wielaard <mjw@redhat.com>
20647
20648 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
20649 * gdb.base/disp-step-fork.c: Include unistd.h.
20650 * gdb.base/siginfo-obj.c: Include stdio.h.
20651 * gdb.base/siginfo-thread.c: Likewise.
20652 * gdb.mi/non-stop.c: Include unistd.h.
20653 * gdb.mi/nsthrexec.c: Include stdio.h.
20654 * gdb.mi/pthreads.c: Include unistd.h.
20655 * gdb.modula2/unbounded1.c (main): Declare returns int.
20656 * gdb.reverse/consecutive-reverse.c: Likewise.
20657 * gdb.threads/create-fail.c: Include unistd.h.
20658 * gdb.threads/killed.c: Likewise.
20659 * gdb.threads/linux-dp.c: Likewise.
20660 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
20661 * gdb.threads/non-ldr-exc-2.c: Likewise.
20662 * gdb.threads/non-ldr-exc-3.c: Likewise.
20663 * gdb.threads/non-ldr-exc-4.c: Likewise.
20664 * gdb.threads/pthreads.c: Include unistd.h.
20665 (main): Declare returns int.
20666 * gdb.threads/tls-main.c (foo): New declaration.
20667 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
20668
20669 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
20670
20671 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
20672 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
20673
20674 2015-01-15 Mark Wielaard <mjw@redhat.com>
20675
20676 * gdb.base/noreturn-return.c: New file.
20677 * gdb.base/noreturn-return.exp: New file.
20678 * gdb.base/noreturn-finish.c: New file.
20679 * gdb.base/noreturn-finish.exp: New file.
20680
20681 2015-01-23 Pedro Alves <palves@redhat.com>
20682
20683 * gdb.threads/continue-pending-after-query.c: New file.
20684 * gdb.threads/continue-pending-after-query.exp: New file.
20685
20686 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
20687 Simon Marchi <simon.marchi@ericsson.com>
20688
20689 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
20690 * gdb.base/valgrind-db-attach.exp: Same.
20691 * gdb.base/valgrind-infcall.exp: Same.
20692 * lib/mi-support.exp (default_mi_gdb_start): Same.
20693 * lib/prompt.exp (default_prompt_gdb_start): Same.
20694 * lib/gdb.exp (default_gdb_spawn): Same.
20695 (gdb_interact): New.
20696
20697
20698 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
20699
20700 * gdb.compile/compile.exp (pointer to jit function): New test.
20701
20702 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
20703
20704 * lib/gdb.exp (supports_process_record): Return true for
20705 powerpc*-*-linux*.
20706 (supports_reverse): Likewise.
20707
20708 2015-01-15 Don Breazeal <donb@codesourcery.com>
20709
20710 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
20711 instead of checking whether the target board is remote and
20712 use spawn_wait_for_attach instead of exec/sleep.
20713 * gdb.base/attach-twice.exp: Likewise.
20714
20715 2015-01-15 Joel Brobecker <brobecker@adacore.com>
20716
20717 * gdb.ada/var_arr_attrs: New testcase.
20718
20719 2015-01-14 Pedro Alves <palves@redhat.com>
20720 Joel Brobecker <brobecker@adacore.com>
20721
20722 PR gdb/17525
20723 * gdb.base/bp-cmds-execution-x-script.c: New file.
20724 * gdb.base/bp-cmds-execution-x-script.exp: New file.
20725 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
20726
20727 2015-01-14 Pedro Alves <palves@redhat.com>
20728
20729 PR cli/17828
20730 * gdb.base/batch-preserve-term-settings.c: New file.
20731 * gdb.base/batch-preserve-term-settings.exp: New file.
20732
20733 2015-01-13 Doug Evans <dje@google.com>
20734
20735 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
20736 binary.
20737
20738 2015-01-13 Joel Brobecker <brobecker@adacore.com>
20739
20740 * Makefile.in (clean mostlyclean): Do not delete *.py.
20741
20742 2015-01-13 Joel Brobecker <brobecker@adacore.com>
20743
20744 * gdb.python/py-lookup-type.exp: New file.
20745
20746 2015-01-12 Pedro Alves <palves@redhat.com>
20747
20748 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
20749 restore GDBFLAGS before returning.
20750
20751 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
20752
20753 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
20754 is_amd64_regs_target and is_x86_like_target.
20755
20756 2015-01-11 Doug Evans <xdje42@gmail.com>
20757
20758 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
20759 is given without an explicit form.
20760 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
20761 attributes.
20762 * gdb.dwarf/corrupt.exp: Ditto.
20763 * gdb.dwarf2/enum-type.exp: Ditto.
20764 * gdb.trace/entry-values.exp: Ditto.
20765 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
20766
20767 2015-01-11 Doug Evans <xdje42@gmail.com>
20768
20769 PR gdb/15830
20770 * gdb.base/maint.exp: Remove references to "maint demangle".
20771 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
20772 Add tests for explicitly specifying language to demangle.
20773 * gdb.dlang/demangle.exp: Ditto.
20774
20775 2015-01-09 Pedro Alves <palves@redhat.com>
20776
20777 * gdb.threads/non-stop-fair-events.c: New file.
20778 * gdb.threads/non-stop-fair-events.exp: New file.
20779
20780 2015-01-09 Pedro Alves <palves@redhat.com>
20781
20782 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
20783 the global scope. Set a breakpoint after all threads are started
20784 rather than stepping over two source lines. Expect the prompt.
20785 * gdb.base/watch_thread_num.c (threads_started_barrier): New
20786 global.
20787 (NUM): Now 15.
20788 (main): Use threads_started_barrier to wait for all threads to
20789 start. Main thread no longer calls thread_function. Exit after
20790 180 seconds.
20791 (loop): New function.
20792 (thread_function): Wait on threads_started_barrier barrier. Call
20793 'loop' at each iteration.
20794 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
20795 threads have started, instead of hardcoding number of "next"
20796 steps. Use an access watchpoint instead of a write watchpoint.
20797
20798 2015-01-09 Pedro Alves <palves@redhat.com>
20799
20800 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
20801 (thread_func): Wait on barrier.
20802 (main): Wait for all threads to start before stopping GDB.
20803 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
20804 global.
20805 (thread1_func, thread2_func): Wait on barrier.
20806 (main): Wait for all threads to start before stopping GDB.
20807 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
20808 New global.
20809 (thread1_func, thread2_func): Wait on barrier.
20810 (main): Wait for all threads to start before stopping GDB.
20811
20812 2015-01-09 Pedro Alves <palves@redhat.com>
20813
20814 * gdb.threads/attach-many-short-lived-threads.c: New file.
20815 * gdb.threads/attach-many-short-lived-threads.exp: New file.
20816
20817 2014-01-09 Pedro Alves <palves@redhat.com>
20818
20819 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
20820 instead of to thread 2.
20821 * gdb.threads/signal-command-multiple-signals-pending.c (main):
20822 Add barrier around each pthread_create call instead of around all
20823 calls.
20824 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
20825 Set a break on thread_function and have the child threads hit it
20826 one at at a time.
20827
20828 2015-01-09 Pedro Alves <palves@redhat.com>
20829
20830 * lib/gdb.exp (can_spawn_for_attach): New procedure.
20831 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
20832 false.
20833 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
20834 checking whether the target board is remote.
20835 * gdb.multi/multi-attach.exp: Likewise.
20836 * gdb.python/py-sync-interp.exp: Likewise.
20837 * gdb.server/ext-attach.exp: Likewise.
20838 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
20839 tests that need to attach, instead of checking whether the target
20840 board is remote at the top of the file.
20841
20842 2015-01-08 Yao Qi <yao@codesourcery.com>
20843
20844 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
20845
20846 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
20847
20848 Fix testcase compilation.
20849 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
20850
20851 2015-01-06 Joel Brobecker <brobecker@adacore.com>
20852
20853 * gdb.python/py-type.exp: Add a couple test about empty
20854 array creation, and negative-length array creation.
20855
20856 2015-01-02 Doug Evans <xdje42@gmail.com>
20857
20858 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
20859
20860 2015-01-02 Doug Evans <dje@google.com>
20861
20862 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
20863
20864 2014-12-29 Yao Qi <yao@codesourcery.com>
20865
20866 * gdb.trace/entry-values.exp: Update comments. Rename variable
20867 bar_call_foo to returned_from_foo.
20868
20869 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
20870
20871 PR gdb/17394
20872 * gdb.linespec/break-asm-file.c: New file.
20873 * gdb.linespec/break-asm-file.exp: New file.
20874 * gdb.linespec/break-asm-file0.s: New file.
20875 * gdb.linespec/break-asm-file1.s: New file.
20876
20877 2014-12-18 Nigel Stephens <nigel@mips.com>
20878 Maciej W. Rozycki <macro@codesourcery.com>
20879
20880 * gdb.base/float.exp: Handle the new output from "info float" on
20881 MIPS targets.
20882
20883 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
20884
20885 Fix MinGW compilation.
20886 * gdb.compile/compile-ops.exp: Update untested message if
20887 !skip_compile_feature_tests.
20888 * gdb.compile/compile-setjmp.exp: Likewise.
20889 * gdb.compile/compile-tls.exp: Likewise.
20890 * gdb.compile/compile.exp: Likewise.
20891 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
20892 supported on this host".
20893
20894 2014-12-16 Doug Evans <xdje42@gmail.com>
20895
20896 * boards/stabs.exp: New file.
20897
20898 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
20899
20900 * gdb.base/completion.exp: Adjust to format changes of "maint
20901 print user-registers".
20902
20903 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
20904
20905 PR server/17457
20906 * gdb.arch/aarch64-fp.c: New file.
20907 * gdb.arch/aarch64-fp.exp: New file.
20908
20909 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
20910
20911 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
20912 r210637, r210913, r211666, r215400, r215817).
20913
20914 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
20915 * dg-extract-results.py: New file.
20916 * dg-extract-results.sh: Use it if the environment seems
20917 suitable.
20918
20919 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
20920
20921 * dg-extract-results.py (parse_run): Handle warnings that
20922 are printed before a test harness is run.
20923
20924 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
20925
20926 * dg-extract-results.py (Named): Remove __cmp__ method.
20927 (output_variation): Use a key to sort variation.harnesses.
20928
20929 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
20930
20931 * dg-extract-results.py: For Python 3, force sys.stdout to
20932 handle surrogate escape sequences.
20933 (safe_open): New function.
20934 (output_segment, main): Use it.
20935
20936 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
20937
20938 * dg-extract-results.py (Prog.result_re): Include options
20939 in test name.
20940
20941 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
20942
20943 * dg-extract-results.py (output_variation): Always sort if
20944 do_sum.
20945
20946 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
20947
20948 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
20949 as long as we get pagination notifications.
20950
20951 2014-12-15 Jason Merrill <jason@redhat.com>
20952
20953 * Makefile.in (check-gdb.%): Restore.
20954 * README: Mention it.
20955
20956 2014-12-13 Joel Brobecker <brobecker@adacore.com>
20957
20958 * gdb.ada/str_uninit: New testcase.
20959
20960 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
20961
20962 PR symtab/17642
20963 * gdb.base/vla-stub-define.c: New file.
20964 * gdb.base/vla-stub.c: New file.
20965 * gdb.base/vla-stub.exp: New file.
20966
20967 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
20968 Jan Kratochvil <jan.kratochvil@redhat.com>
20969 Tom Tromey <tromey@redhat.com>
20970
20971 * configure.ac: Add gdb.compile/.
20972 * configure: Regenerate.
20973 * gdb.compile/Makefile.in: New file.
20974 * gdb.compile/compile-ops.exp: New file.
20975 * gdb.compile/compile-ops.c: New file.
20976 * gdb.compile/compile-tls.c: New file.
20977 * gdb.compile/compile-tls.exp: New file.
20978 * gdb.compile/compile-constvar.S: New file.
20979 * gdb.compile/compile-constvar.c: New file.
20980 * gdb.compile/compile-mod.c: New file.
20981 * gdb.compile/compile-nodebug.c: New file.
20982 * gdb.compile/compile-setjmp-mod.c: New file.
20983 * gdb.compile/compile-setjmp.c: New file.
20984 * gdb.compile/compile-setjmp.exp: New file.
20985 * gdb.compile/compile-shlib.c: New file.
20986 * gdb.compile/compile.c: New file.
20987 * gdb.compile/compile.exp: New file.
20988 * lib/gdb.exp (skip_compile_feature_tests): New proc.
20989
20990 2014-12-12 Tom Tromey <tromey@redhat.com>
20991
20992 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
20993 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
20994
20995 2014-12-12 Doug Evans <dje@google.com>
20996
20997 * lib/gdb-python.exp (get_python_valueof): New function.
20998 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
20999
21000 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
21001
21002 * gdb.base/completion.exp: Add test for completion of "info
21003 registers ".
21004
21005 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
21006
21007 * gdb.base/func-ptrs.c: New file.
21008 * gdb.base/func-ptrs.exp: New file.
21009
21010 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
21011
21012 PR breakpoints/17012
21013 * gdb.base/dprintf-detach.c: New file.
21014 * gdb.base/dprintf-detach.exp: New file.
21015
21016 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
21017
21018 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
21019 * lib/gdb.exp (target_is_gdbserver): New procedure.
21020
21021 2014-12-08 Doug Evans <dje@google.com>
21022
21023 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
21024
21025 2014-12-05 Yao Qi <yao@codesourcery.com>
21026
21027 * gdb.guile/scm-error.exp: Remove the third argument to
21028 gdb_remote_download.
21029 * gdb.guile/scm-frame-args.exp: Likewise.
21030 * gdb.guile/scm-section-script.exp: Likewise.
21031
21032 2014-12-05 Yao Qi <yao@codesourcery.com>
21033
21034 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
21035
21036 2014-12-04 Doug Evans <dje@google.com>
21037
21038 * gdb.python/py-objfile.exp: Add tests for
21039 objfile.add_separate_debug_file.
21040
21041 2014-12-04 Doug Evans <dje@google.com>
21042
21043 * lib/gdb.exp (get_build_id): New function.
21044 (build_id_debug_filename_get): Rewrite to use it.
21045 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
21046
21047 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
21048
21049 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
21050 `method(long)', not just 0x0.
21051 * gdb.cp/nsalias.exp: Align code labels to 4.
21052 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
21053 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
21054 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
21055 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
21056 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
21057 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
21058
21059 2014-12-02 Doug Evans <dje@google.com>
21060
21061 PR symtab/17602
21062 * gdb.cp/anon-ns.cc: Move guts of this file to ...
21063 * gdb.cp/anon-ns2.cc: ... here. New file.
21064 * gdb.cp/anon-ns.exp: Update.
21065
21066 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
21067
21068 * gdb.python/py-events.py (inferior_call_handler): New.
21069 (register_changed_handler, memory_changed_handler): New.
21070 (test_events.invoke): Register new handlers.
21071 * gdb.python/py-events.exp: Add tests for inferior call,
21072 memory_changed and register_changed events.
21073
21074 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
21075
21076 * gdb.base/execl-update-breakpoints.exp: Specify the link address
21077 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
21078 if the linker doesn't understand this.
21079
21080 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
21081
21082 * gdb.python/python.exp: Change expected reply to help().
21083
21084 2014-12-01 Yao Qi <yao@codesourcery.com>
21085
21086 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
21087 AC_CONFIG_SUBDIRS(gdb.gdbtk).
21088 * configure: Re-generated.
21089
21090 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
21091
21092 * gdb.cp/chained-calls.cc: New file.
21093 * gdb.cp/chained-calls.exp: New file.
21094 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
21095
21096 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
21097
21098 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
21099 * gdb.dwarf2/symtab-producer.exp: Same.
21100 * gdb.gdb/python-interrupts.exp: Same.
21101 * gdb.gdb/python-selftest.exp: Same.
21102 * gdb.python/py-linetable.exp: Same.
21103 * gdb.python/py-type.exp: Same.
21104 * gdb.python/py-value-cc.exp: Same.
21105 * gdb.python/py-value.exp: Same.
21106
21107 2014-11-28 Yao Qi <yao@codesourcery.com>
21108
21109 * gdb.base/break-probes.exp: Match library name prefixed with
21110 sysroot.
21111
21112 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
21113
21114 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
21115 test expected output. Add parentheses for the call to print.
21116 Remove L suffix from integers.
21117
21118 2014-11-26 Doug Evans <dje@google.com>
21119
21120 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
21121
21122 2014-11-22 Yao Qi <yao@codesourcery.com>
21123
21124 * gdb.trace/entry-values.c: Remove asms.
21125 (foo): Add foo_label.
21126 (bar): Add bar_label.
21127 * gdb.trace/entry-values.exp: Remove code computing foo's
21128 length and bar's length.
21129 (Dwarf::assemble): Invoke function_range for bar and use
21130 MACRO_AT_func for foo.
21131
21132 2014-11-22 Yao Qi <yao@codesourcery.com>
21133
21134 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
21135 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
21136 Use .Lgcc43_procstart instead of gcc43.
21137
21138 2014-11-21 Joel Brobecker <brobecker@adacore.com>
21139
21140 * gdb.ada/n_arr_bound: New testcase.
21141
21142 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
21143
21144 PR breakpoints/10737
21145 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
21146 test_catch_syscall_multi_arch.
21147 (test_catch_syscall_multi_arch): New function.
21148
21149 2014-11-20 Doug Evans <xdje42@gmail.com>
21150
21151 * gdb.base/maint.exp: Update expected output.
21152
21153 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
21154
21155 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
21156 4-byte instruction on S390.
21157
21158 2014-11-19 Joel Brobecker <brobecker@adacore.com>
21159
21160 * gdb.ada/arr_arr: New testcase.
21161
21162 2014-11-19 Joel Brobecker <brobecker@adacore.com>
21163
21164 * gdb.ada/pkd_arr_elem: New Testcase.
21165
21166 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
21167
21168 * gdb.reverse/break-precsave: Expect completion message for
21169 core file reads.
21170 * gdb.reverse/consecutive-precsave.exp: Likewise.
21171 * gdb.reverse/finish-precsave.exp: Likewise.
21172 * gdb.reverse/i386-precsave.exp: Likewise.
21173 * gdb.reverse/machinestate-precsave.exp: Likewise.
21174 * gdb.reverse/sigall-precsave.exp: Likewise.
21175 * gdb.reverse/solib-precsave.exp: Likewise.
21176 * gdb.reverse/step-precsave.exp: Likewise.
21177 * gdb.reverse/until-precsave.exp: Likewise.
21178 * gdb.reverse/watch-precsave.exp: Likewise.
21179
21180 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
21181
21182 * gdb.base/bp-permanent.c: Include unistd.h.
21183 * gdb.python/py-framefilter-mi.c (main): Add return type.
21184 * gdb.python/py-framefilter.c (main): Likewise.
21185 * gdb.trace/actions-changed.c (main): Likewise.
21186
21187 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
21188
21189 * gdb.mi/until.c: Add eye-catchers.
21190 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
21191 line numbers.
21192
21193 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
21194
21195 * gdb.base/condbreak.exp: Drop references to removed non-prototype
21196 function header variants in break1.c.
21197 * gdb.base/ena-dis-br.exp: Likewise.
21198 * gdb.base/hbreak2.exp: Likewise.
21199 * gdb.reverse/until-precsave.exp: Drop references to removed
21200 non-prototype function header variants in ur1.c.
21201 * gdb.reverse/until-reverse.exp: Likewise.
21202
21203 2014-11-17 Petr Machata <pmachata@redhat.com>
21204
21205 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
21206 ${_cu_offset_size} bytes abbrev offset.
21207
21208 2014-11-15 Doug Evans <xdje42@gmail.com>
21209
21210 PR symtab/17559
21211 * gdb.base/line-symtabs.exp: New file.
21212 * gdb.base/line-symtabs.c: New file.
21213 * gdb.base/line-symtabs.h: New file.
21214
21215 2014-11-14 Yao Qi <yao@codesourcery.com>
21216
21217 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
21218 (func): Add label func_label.
21219 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
21220 Replace low_pc and high_pc with MACRO_AT_range.
21221 Replace name, low_pc and high_pc with MACRO_AT_func.
21222
21223 2014-11-14 Yao Qi <yao@codesourcery.com>
21224
21225 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
21226 Replace name, low_pc and high_pc with MACRO_AT_func.
21227
21228 2014-11-14 Yao Qi <yao@codesourcery.com>
21229
21230 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
21231 produce debug information.
21232 * gdb.dwarf2/implptr-optimized-out.S: Removed.
21233
21234 2014-11-14 Yao Qi <yao@codesourcery.com>
21235
21236 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
21237 object and get function length.
21238 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
21239 with MACRO_AT_func.
21240 (top-level): Replace gdb_compile and clean_restart with
21241 prepare_for_testing.
21242 * gdb.dwarf2/main.c (main): Add label main_label.
21243
21244 2014-11-14 Yao Qi <yao@codesourcery.com>
21245
21246 * lib/dwarf.exp (function_range): New procedure.
21247 (Dwarf::_handle_macro_at_func): New procedure.
21248 (Dwarf::_handle_macro_at_range): New procedure.
21249 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
21250
21251 2014-11-14 Yao Qi <yao@codesourcery.com>
21252
21253 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
21254 (_handle_attribute): New procedure.
21255
21256 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21257
21258 * gdb.ada/cond_lang/foo.c (callme): Add return type.
21259 * gdb.base/call-sc.c (zed): Likewise.
21260 * gdb.base/checkpoint.c (main): Likewise.
21261 * gdb.base/dump.c (main): Likewise.
21262 * gdb.base/gcore.c (main): Likewise.
21263 * gdb.base/huge.c (main): Likewise.
21264 * gdb.base/multi-forks.c (main): Likewise.
21265 * gdb.base/pr10179-a.c (main): Likewise.
21266 * gdb.base/savedregs.c (main): Likewise.
21267 * gdb.base/sigaltstack.c (main): Likewise.
21268 * gdb.base/siginfo.c (main): Likewise.
21269 * gdb.base/structs.c (zed): Likewise.
21270 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
21271 * gdb.mi/mi-syn-frame.c (main): Likewise.
21272 * gdb.mi/until.c (foo, main): Likewise.
21273 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
21274 * gdb.base/solib-weak.c (foo): Declare.
21275 * gdb.base/attach-twice.c: Include stdio.h.
21276 * gdb.base/weaklib1.c: Likewise.
21277 * gdb.base/weaklib2.c: Likewise.
21278 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
21279 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
21280 unistd.h.
21281 * gdb.base/attach-pie-misread.c: Include stdlib.h.
21282 * gdb.mi/mi-exit-code.c: Likewise.
21283 * gdb.base/break-interp-lib.c: Include string.h.
21284 * gdb.base/coremaker.c: Likewise.
21285 * gdb.base/testenv.c: Likewise.
21286 * gdb.python/py-finish-breakpoint.c: Likewise.
21287 * gdb.base/inferior-died.c: Include sys/wait.h.
21288 * gdb.base/fileio.c: Include time.h.
21289 * gdb.base/async-shell.c: Include unistd.h.
21290 * gdb.base/dprintf-non-stop.c: Likewise.
21291 * gdb.base/info-os.c: Likewise.
21292 * gdb.mi/mi-console.c: Likewise.
21293 * gdb.mi/watch-nonstop.c: Likewise.
21294 * gdb.python/py-events.c: Likewise.
21295 * gdb.base/async.c (baz): Move up before its invocation.
21296 * gdb.base/code_elim2.c (my_global_func): Likewise.
21297 * gdb.base/skip-solib-lib.c (multiply): Likewise.
21298 * gdb.base/advance.c (func2): Likewise.
21299
21300 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21301
21302 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
21303 variant.
21304 * gdb.base/annota3.c: Likewise.
21305 * gdb.base/async.c: Likewise.
21306 * gdb.base/average.c: Likewise.
21307 * gdb.base/call-ar-st.c: Likewise.
21308 * gdb.base/call-rt-st.c: Likewise.
21309 * gdb.base/call-sc.c: Likewise.
21310 * gdb.base/call-strs.c: Likewise.
21311 * gdb.base/ending-run.c: Likewise.
21312 * gdb.base/execd-prog.c: Likewise.
21313 * gdb.base/exprs.c: Likewise.
21314 * gdb.base/foll-exec.c: Likewise.
21315 * gdb.base/foll-fork.c: Likewise.
21316 * gdb.base/foll-vfork.c: Likewise.
21317 * gdb.base/funcargs.c: Likewise.
21318 * gdb.base/gcore.c: Likewise.
21319 * gdb.base/jump.c: Likewise.
21320 * gdb.base/langs0.c: Likewise.
21321 * gdb.base/langs1.c: Likewise.
21322 * gdb.base/langs2.c: Likewise.
21323 * gdb.base/mips_pro.c: Likewise.
21324 * gdb.base/nodebug.c: Likewise.
21325 * gdb.base/opaque0.c: Likewise.
21326 * gdb.base/opaque1.c: Likewise.
21327 * gdb.base/recurse.c: Likewise.
21328 * gdb.base/run.c: Likewise.
21329 * gdb.base/scope0.c: Likewise.
21330 * gdb.base/scope1.c: Likewise.
21331 * gdb.base/setshow.c: Likewise.
21332 * gdb.base/setvar.c: Likewise.
21333 * gdb.base/shmain.c: Likewise.
21334 * gdb.base/shr1.c: Likewise.
21335 * gdb.base/shr2.c: Likewise.
21336 * gdb.base/sigall.c: Likewise.
21337 * gdb.base/signals.c: Likewise.
21338 * gdb.base/so-indr-cl.c: Likewise.
21339 * gdb.base/solib2.c: Likewise.
21340 * gdb.base/structs.c: Likewise.
21341 * gdb.base/sum.c: Likewise.
21342 * gdb.base/vforked-prog.c: Likewise.
21343 * gdb.base/watchpoint.c: Likewise.
21344 * gdb.reverse/shr2.c: Likewise.
21345 * gdb.reverse/until-reverse.c: Likewise.
21346 * gdb.reverse/ur1.c: Likewise.
21347 * gdb.reverse/watch-reverse.c: Likewise.
21348
21349 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21350
21351 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
21352 variant.
21353 * gdb.base/sepdebug.exp: Drop references to removed code.
21354
21355 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21356
21357 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
21358 variant. Preserve original line numbering.
21359 * gdb.base/list1.c: Likewise.
21360
21361 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21362
21363 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
21364 variant.
21365 * gdb.base/break1.c: Likewise.
21366 * gdb.base/break.exp: Drop references to removed code.
21367
21368 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21369
21370 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
21371 variant.
21372
21373 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21374
21375 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
21376
21377 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21378
21379 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
21380 logic into perform_all_tests() and invoke it with and without
21381 function header prototypes.
21382 (do_function_calls): Remove conditional XFAIL for PR 5318.
21383 (rerun_and_prepare): Remove duplicate code.
21384 (perform_all_tests): New. Main logic moved here.
21385
21386 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21387
21388 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
21389 code guarded by #ifdef NO_PROTOTYPES.
21390 (t_double_many_args): Likewise.
21391 (DEF_FUNC_MANY_ARGS_1): Likewise.
21392 (DEF_FUNC_VALUES_1): Likewise.
21393 (t_structs_ldc): Renamed from t_structs_fc in conditional code
21394 guarded by #ifdef PROTOTYPES.
21395
21396 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21397
21398 * gdb.mi/mi-console.c: Add eye-catcher.
21399 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
21400 instead of literal line number.
21401
21402 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21403
21404 * gdb.base/shr2.c: Add eye-catcher.
21405 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
21406 line number.
21407
21408 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21409
21410 * gdb.base/jump.c: Add eye-catchers.
21411 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
21412 numbers.
21413
21414 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21415
21416 * gdb.base/execd-prog.c: Add eye-catchers.
21417 * gdb.base/foll-exec.c: Likewise.
21418 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
21419 line numbers.
21420
21421 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21422
21423 * gdb.base/ending-run.c: Add eye-catchers.
21424 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
21425 literal line numbers.
21426
21427 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21428
21429 * gdb.base/call-rt-st.c: Add eye-catchers.
21430 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
21431 literal line numbers.
21432
21433 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21434
21435 * gdb.base/call-ar-st.c: Add eye-catchers.
21436 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
21437 literal line numbers.
21438
21439 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21440
21441 * gdb.base/average.c: Add eye-catchers.
21442 * gdb.base/sum.c: Likewise.
21443 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
21444 regexps dynamically.
21445
21446 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21447
21448 * gdb.base/solib1.c: Add eye-catchers.
21449 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
21450 literal line numbers.
21451
21452 2014-11-12 Pedro Alves <palves@redhat.com>
21453
21454 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
21455 leader has exited.
21456
21457 2014-11-12 Pedro Alves <palves@redhat.com>
21458
21459 * gdb.arch/i386-bp_permanent.c: New file.
21460 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
21461 (srcfile): Set to i386-bp_permanent.c.
21462 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
21463 that stepi does not execute the 'leave' instruction, instead of
21464 testing it does execute.
21465 * gdb.base/bp-permanent.c: New file.
21466 * gdb.base/bp-permanent.exp: New file.
21467
21468 2014-11-10 Doug Evans <xdje42@gmail.com>
21469
21470 PR symtab/17564
21471 * gdb.base/symtab-search-order.exp: New file.
21472 * gdb.base/symtab-search-order.c: New file.
21473 * gdb.base/symtab-search-order-1.c: New file.
21474 * gdb.base/symtab-search-order-shlib-1.c: New file.
21475
21476 2014-11-07 Pedro Alves <palves@redhat.com>
21477
21478 PR gdb/17511
21479 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
21480 i?86-*-linux*.
21481
21482 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
21483
21484 PR c++/17494
21485 * gdb.cp/pr17494.cc: New file.
21486 * gdb.cp/pr17494.exp: New file.
21487
21488 2014-11-02 Yao Qi <yao@codesourcery.com>
21489
21490 * gdb.python/python.exp: Get working directory and match the
21491 output of "set extended-prompt \\w " with it.
21492
21493 2014-10-30 Doug Evans <dje@google.com>
21494
21495 * gdb.python/py-objfile.exp: Add tests for setting random attributes
21496 in objfiles.
21497 * gdb.python/py-progspace.exp: Add tests for setting random attributes
21498 in progspaces.
21499
21500 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
21501
21502 * gdb.base/fullpath-expand.exp: Skip for a remote host.
21503 * gdb.base/realname-expand.exp: Likewise.
21504 * gdb.linespec/macro-relative.exp: Likewise.
21505
21506 2014-10-29 Pedro Alves <palves@redhat.com>
21507
21508 PR gdb/17408
21509 * gdb.threads/schedlock.c (some_function): New function.
21510 (call_function): New global.
21511 (MAYBE_CALL_SOME_FUNCTION): New macro.
21512 (thread_function): Call it.
21513 * gdb.threads/schedlock.exp (get_args): Add description parameter,
21514 and use it instead of a global counter. Adjust all callers.
21515 (get_current_thread): Use "find current thread" for test message
21516 here rather than having all callers pass down the same string.
21517 (goto_loop): New procedure, factored out from ...
21518 (my_continue): ... this.
21519 (step_ten_loops): Change parameter from test message to command to
21520 use. Adjust.
21521 (list_count): Delete global.
21522 (check_result): New procedure, factored out from duplicate top
21523 level code.
21524 (continue tests): Wrap in with_test_prefix.
21525 (test_step): New procedure, factored out from duplicate top level
21526 code.
21527 (top level): Test "step" in combination with all scheduler-locking
21528 modes. Test "next" in combination with all scheduler-locking
21529 modes, and in combination with stepping over a function call or
21530 not.
21531 * gdb.threads/next-bp-other-thread.c: New file.
21532 * gdb.threads/next-bp-other-thread.exp: New file.
21533
21534 2014-10-29 Pedro Alves <palves@redhat.com>
21535
21536 PR python/17372
21537 * gdb.python/python.exp: Test a multi-line command that spawns
21538 interactive Python.
21539 * gdb.base/multi-line-starts-subshell.exp: New file.
21540
21541 2014-10-29 Yao Qi <yao@codesourcery.com>
21542
21543 * gdb.base/fileio.exp: Make directories on host.
21544
21545 2014-10-29 Yao Qi <yao@codesourcery.com>
21546
21547 * gdb.base/fileio.c (test_write): Close the file.
21548
21549 2014-10-28 Pedro Alves <palves@redhat.com>
21550
21551 PR gdb/12623
21552 * gdb.base/sigstep.c (no_handler): New global.
21553 (main): If 'no_handler is true, set the signal handlers to
21554 SIG_IGN.
21555 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
21556 with_sw_watch and no_handler parameters. Handle them.
21557 (top level) <stepping over handler when stopped at a breakpoint
21558 test>: Add a test axis for testing with a software watchpoint, and
21559 another for testing with the signal handler set to SIG_IGN.
21560 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
21561 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
21562
21563 2014-10-28 Pedro Alves <palves@redhat.com>
21564
21565 PR gdb/17511
21566 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
21567 * gdb.base/sigstep.exp (other_handler_location): New global.
21568 (advance): Support stepping into the signal handler, and running
21569 commands while in the handler.
21570 (in_handler_map): New global.
21571 (top level): In the advance test, add combinations for getting
21572 into the handler with stepping commands, and for running commands
21573 in the handler. Add comment descripting the advancei tests.
21574
21575 2014-10-28 Pedro Alves <palves@redhat.com>
21576
21577 * gdb.base/sigstep.exp: Use build_executable instead of
21578 prepare_for_testing.
21579 (top level): Move code that starts GDB, runs to main and creates a
21580 display to ...
21581 (restart): ... this new procedure.
21582 (top level): Move backtrace from signal handler test to ...
21583 (validate_backtrace): ... this new procedure.
21584 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
21585 with_test_prefix. Always restart GDB.
21586 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
21587 with_test_prefix. Always restart GDB. No need to delete
21588 breakpoints after the test.
21589 (test_skip_handler): Remove prefix parameter.
21590 (skip_over_handler, breakpoint_to_handler)
21591 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
21592 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
21593 restart GDB. No need to delete breakpoints after the test.
21594 (top level): Use foreach to call the test procedures with
21595 different commands.
21596
21597 2014-10-28 Pedro Alves <palves@redhat.com>
21598
21599 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
21600 instead of GNATS numbers.
21601 * gdb.base/sigbpt.exp: Likewise.
21602 * gdb.base/siginfo.exp: Likewise.
21603 * gdb.base/sigstep.exp: Likewise.
21604
21605 2014-10-27 Pedro Alves <palves@redhat.com>
21606
21607 * gdb.base/sigstep.c (dummy): New global.
21608 (main): Issue a couple writes to the new global.
21609 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
21610 procedures.
21611 (skip_over_handler): Use test_skip_handler.
21612 (top level): Call skip_over_handler for stepi and nexti too.
21613 (breakpoint_over_handler): Use test_skip_handler.
21614 (top level): Call breakpoint_over_handler for stepi and nexti too.
21615
21616 2014-10-27 Yao Qi <yao@codesourcery.com>
21617
21618 * gdb.trace/tfile.c (adjust_function_address)
21619 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
21620 function descriptor.
21621
21622 2014-10-24 Don Breazeal <donb@codesourcery.com>
21623
21624 * gdb.base/foll-fork.exp (test_follow_fork,
21625 catch_fork_child_follow): Check for updated fork messages emitted
21626 from infrun.c.
21627 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
21628 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
21629 vfork_and_exec_child_follow_through_step): Check for updated vfork
21630 messages emitted from infrun.c.
21631
21632 2014-10-24 Pedro Alves <palves@redhat.com>
21633
21634 * gdb.base/corefile.exp: Remove references to ultrix.
21635 * gdb.base/interrupt.exp: Likewise.
21636 * gdb.base/whatis.exp: Likewise.
21637 * gdb.gdb/selftest.exp: Likewise.
21638 * gdb.threads/manythreads.exp: Likewise.
21639 * gdb.threads/print-threads.exp: Likewise.
21640 * gdb.threads/pthreads.exp:: Likewise.
21641 * gdb.threads/schedlock.exp: Likewise.
21642
21643 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
21644
21645 * gdb.cp/non-trivial-retval.cc: Add a test case.
21646 * gdb.cp/non-trivial-retval.exp: Add a test.
21647
21648 2014-10-20 Yao Qi <yao@codesourcery.com>
21649
21650 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
21651 * gdb.python/py-objfile-script-gdb.py: New file.
21652 * gdb.python/py-objfile-script.exp: Update reference to
21653 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
21654 of remote_download. Remove the dest file.
21655
21656 2014-10-20 Yao Qi <yao@codesourcery.com>
21657
21658 * gdb.base/checkpoint.exp: Don't remove file copied on host.
21659 * gdb.base/step-line.exp: Likewise.
21660 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
21661 * gdb.dwarf2/dw2-basic.exp: Likewise.
21662 * gdb.dwarf2/dw2-compressed.exp: Likewise.
21663 * gdb.dwarf2/dw2-filename.exp: Likewise.
21664 * gdb.dwarf2/dw2-intercu.exp: Likewise.
21665 * gdb.dwarf2/dw2-intermix.exp: Likewise.
21666 * gdb.dwarf2/dw2-producer.exp: Likewise.
21667 * gdb.dwarf2/mac-fileno.exp: Likewise.
21668 * gdb.python/py-frame-args.exp: Likewise.
21669 * gdb.python/py-framefilter.exp: Likewise.
21670 * gdb.python/py-mi.exp: Likewise.
21671 * gdb.python/py-objfile-script.exp: Likewise
21672 * gdb.python/py-pp-integral.exp: Likewise.
21673 * gdb.python/py-pp-re-notag.exp: Likewise.
21674 * gdb.python/py-prettyprint.exp: Likewise.
21675 * gdb.python/py-section-script.exp: Likewise.
21676 * gdb.python/py-typeprint.exp: Likewise.
21677 * gdb.python/py-xmethods.exp: Likewise.
21678 * gdb.stabs/weird.exp: Likewise.
21679 * gdb.xml/tdesc-regs.exp: Likewise.
21680
21681 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
21682
21683 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
21684 (out_cu): Use addr_len for the size of addresses.
21685 (out_line): Likewise. Size DW_LNE_set_address instruction
21686 according to addr_len.
21687 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
21688 (FUNC): Add START_INSNS to definition.
21689
21690 2014-10-18 Yao Qi <yao@codesourcery.com>
21691
21692 * gdb.base/argv0-symlink.exp: Check argv[0] value if
21693 gdb_has_argv0 return true.
21694 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
21695 check [target_info exists noargs], check [gdb_has_argv0]
21696 instead.
21697 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
21698 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
21699 procedures.
21700
21701 2014-10-17 Doug Evans <dje@google.com>
21702
21703 * gdb.python/py-events.exp: Update expected output for clear_objfiles
21704 event.
21705 * gdb.python/py-events.py: Add clear_objfiles event.
21706
21707 2014-10-17 Doug Evans <dje@google.com>
21708
21709 * gdb.python/py-objfile.exp: Test progspace attribute.
21710
21711 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
21712
21713 * gdb.guile/scm-breakpoint.exp: Do not assume any
21714 directory separators when matching source file paths.
21715 * gdb.python/py-breakpoint.exp: Likewise.
21716 * gdb.reverse/break-precsave.exp: Likewise.
21717 * gdb.reverse/break-reverse.exp: Likewise.
21718 * gdb.reverse/consecutive-precsave.exp: Likewise.
21719 * gdb.reverse/finish-precsave.exp: Likewise.
21720 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
21721 * gdb.reverse/finish-reverse.exp: Likewise.
21722 * gdb.reverse/i386-precsave.exp: Likewise.
21723 * gdb.reverse/i387-env-reverse.exp: Likewise.
21724 * gdb.reverse/i387-stack-reverse.exp: Likewise.
21725 * gdb.reverse/machinestate-precsave.exp: Likewise.
21726 * gdb.reverse/machinestate.exp: Likewise.
21727 * gdb.reverse/sigall-precsave.exp: Likewise.
21728 * gdb.reverse/solib-precsave.exp: Likewise.
21729 * gdb.reverse/step-precsave.exp: Likewise.
21730 * gdb.reverse/until-precsave.exp: Likewise.
21731 * gdb.reverse/watch-precsave.exp: Likewise.
21732 * gdb.reverse/watch-reverse.exp: Likewise.
21733
21734 2014-10-17 Yao Qi <yao@codesourcery.com>
21735
21736 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
21737 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
21738
21739 2014-10-17 Pedro Alves <palves@redhat.com>
21740
21741 PR gdb/17471
21742 * gdb.base/bg-execution-repeat.c: New file.
21743 * gdb.base/bg-execution-repeat.exp: New file.
21744
21745 2014-10-17 Pedro Alves <palves@redhat.com>
21746
21747 PR gdb/17300
21748 * gdb.base/continue-all-already-running.c: New file.
21749 * gdb.base/continue-all-already-running.exp: New file.
21750
21751 2014-10-17 Pedro Alves <palves@redhat.com>
21752
21753 PR gdb/17472
21754 * gdb.base/annota-input-while-running.c: New file.
21755 * gdb.base/annota-input-while-running.exp: New file.
21756
21757 2014-10-17 Pedro Alves <palves@redhat.com>
21758
21759 * gdb.base/callfuncs.exp: emove references to osf.
21760 * gdb.base/sigall.exp: Likewise.
21761 * gdb.gdb/selftest.exp: Likewise.
21762 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
21763 * gdb.mi/non-stop.c: Likewise.
21764 * gdb.mi/pthreads.c: Likewise.
21765 * gdb.reverse/sigall-precsave.exp: Likewise.
21766 * gdb.reverse/sigall-reverse.exp: Likewise.
21767 * gdb.threads/pthreads.c: Likewise.
21768 * gdb.threads/pthreads.exp: Likewise.
21769
21770 2014-10-17 Yao Qi <yao@codesourcery.com>
21771
21772 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
21773 check 'target_info exists noargs'.
21774 (test_command_prompt_position): Likewise.
21775 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
21776 Remove "set args".
21777 (progvar_simple_while_test): Likewise.
21778 (progvar_complex_if_while_test): Likewise.
21779 (if_while_breakpoint_command_test): Likewise.
21780 (infrun_breakpoint_command_test): Likewise.
21781 (breakpoint_command_test): Likewise.
21782 (watchpoint_command_test): Likewise.
21783 (bp_deleted_in_command_test): Likewise.
21784 (temporary_breakpoint_commands): Likewise.
21785
21786 2014-10-16 Yao Qi <yao@codesourcery.com>
21787
21788 * gdb.base/remotetimeout.exp: Remove noargs checking.
21789
21790 2014-10-15 Pedro Alves <palves@redhat.com>
21791
21792 PR breakpoints/9649
21793 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
21794 * gdb.base/breakpoint-in-ro-region.exp
21795 (probe_target_hardware_step): New procedure.
21796 (top level): Probe hardware stepping and hardware breakpoint
21797 support. Test stepping through a read-only region, with both
21798 "breakpoint auto-hw" on and off and both "always-inserted" on and
21799 off.
21800
21801 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
21802
21803 * gdb.dlang/demangle.exp: Update for demangling changes.
21804
21805 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
21806
21807 * gdb.cp/non-trivial-retval.cc: Add new test cases.
21808 * gdb.cp/non-trivial-retval.exp: Add new tests.
21809
21810 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
21811
21812 PR c++/13403
21813 PR c++/15154
21814 * gdb.cp/non-trivial-retval.cc: New file.
21815 * gdb.cp/non-trivial-retval.exp: New file.
21816
21817 2014-10-15 Yao Qi <yao@codesourcery.com>
21818
21819 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
21820 remote host.
21821
21822 2014-10-15 Yao Qi <yao@codesourcery.com>
21823
21824 * gdb.python/py-symbol.exp: Match file base name if host is
21825 remote, otherwise match file name with dir name.
21826 * gdb.python/py-symtab.exp: Likewise.
21827 * gdb.python/python.exp: Likewise.
21828
21829 2014-10-15 Yao Qi <yao@codesourcery.com>
21830
21831 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
21832 pattern.
21833 * gdb.python/py-symtab.exp: Likewise.
21834 * gdb.python/python.exp: Remove trailing ".*". Fix typo
21835 locationn.
21836
21837 2014-10-14 Joel Brobecker <brobecker@adacore.com>
21838
21839 * gdb.ada/addr_arith: New testcase.
21840
21841 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
21842
21843 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
21844 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
21845 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
21846 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
21847
21848 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
21849
21850 * gdb.arch/stap-eval-lang-ada.S: Likewise.
21851 * gdb.arch/stap-eval-lang-ada.c: Likewise.
21852 * gdb.arch/stap-eval-lang-ada.exp: New file.
21853
21854 2014-10-14 Yao Qi <yao@codesourcery.com>
21855
21856 * gdb.mi/mi-var-child.c (nothing1): New function.
21857 (nothing2): New function.
21858 (do_children_tests): Set function pointers by nothing1 and
21859 nothing2.
21860 * gdb.mi/mi-var-child.exp: Step over new added statements.
21861 Update test to match the new output.
21862 * gdb.mi/var-cmd.c (nothing1): New function.
21863 (nothing2): New function.
21864 (do_children_tests): Set function pointers by nothing1 and
21865 nothing2.
21866 * gdb.mi/mi-var-display.exp: Update test to match output.
21867 Step to the line specified by $line_dct_nothing.
21868 Increase the number of lines to step.
21869
21870 2014-10-14 Yao Qi <yao@codesourcery.com>
21871
21872 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
21873 tests.
21874 * gdb.mi/mi2-var-child.exp: Likewise.
21875
21876 2014-10-13 Doug Evans <dje@google.com>
21877
21878 * gdb.python/py-objfile.exp: Change name of file name test.
21879
21880 2014-10-13 Doug Evans <dje@google.com>
21881
21882 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
21883 from the start of the CU.
21884
21885 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
21886 Yao Qi <yao@codesourcery.com>
21887
21888 Fix "save breakpoints" for "catch" command.
21889 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
21890 Remove -nonewline. Match also the added "main" line.
21891
21892 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
21893
21894 Fix "save breakpoints" for "disable $bpnum" command.
21895 * gdb.base/save-bp.c (main): Add label.
21896 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
21897
21898 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
21899
21900 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
21901
21902 2014-10-11 Yao Qi <yao@codesourcery.com>
21903
21904 * gdb.server/server-kill.exp: Execute command
21905 "set remote trace-status-packet on" before "tstatus".
21906
21907 2014-10-11 Yao Qi <yao@codesourcery.com>
21908
21909 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
21910 (main): Call getppid.
21911 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
21912 and continue to it. Read variable "server_pid".
21913
21914 2014-10-11 Yao Qi <yao@codesourcery.com>
21915
21916 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
21917
21918 2014-10-11 Yao Qi <yao@codesourcery.com>
21919
21920 * gdb.threads/thread-find.exp: Don't execute command
21921 "info threads".
21922 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
21923 * gdb.threads/linux-dp.exp: Don't check the condition
21924 $threads_created equals to zero.
21925
21926 2014-10-10 Pedro Alves <palves@redhat.com>
21927
21928 * gdb.base/bigcore.exp: Remove references to IRIX.
21929 * gdb.base/funcargs.exp: Likewise.
21930 * gdb.base/interrupt.exp: Likewise.
21931 * gdb.base/mips_pro.exp: Likewise.
21932 * gdb.base/nodebug.exp: Likewise.
21933 * gdb.base/setvar.exp: Likewise.
21934 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
21935
21936 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
21937 Pedro Alves <palves@redhat.com>
21938
21939 PR symtab/14466
21940 * gdb.base/vdso-warning.c: New file.
21941 * gdb.base/vdso-warning.exp: New file.
21942
21943 2014-10-02 Doug Evans <dje@google.com>
21944
21945 * gdb.base/structs.c (main): Don't run forever.
21946
21947 2014-10-02 Pedro Alves <palves@redhat.com>
21948
21949 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
21950 (top level) <stop threads 1, stop threads 2>: Use it.
21951
21952 2014-10-02 Pedro Alves <palves@redhat.com>
21953
21954 * gdb.threads/break-while-running.exp (test): Add new
21955 'update_thread_list' argument. Skip "info threads" if false.
21956 (top level): Add new 'update_thread_list' axis.
21957
21958 2014-10-02 Pedro Alves <palves@redhat.com>
21959
21960 PR breakpoints/17431
21961 * gdb.base/execl-update-breakpoints.c: New file.
21962 * gdb.base/execl-update-breakpoints.exp: New file.
21963
21964 2014-10-01 Pedro Alves <palves@redhat.com>
21965
21966 * gdb.base/breakpoint-in-ro-region.c: New file.
21967 * gdb.base/breakpoint-in-ro-region.exp: New file.
21968
21969 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
21970
21971 * gdb.mi/mi-exit-code.exp: New file.
21972 * gdb.mi/mi-exit-code.c: New file.
21973
21974 2014-09-30 Yao Qi <yao@codesourcery.com>
21975
21976 * lib/prelink-support.exp (build_executable_own_libs): Error if
21977 the target isn't native.
21978
21979 2014-09-30 Yao Qi <yao@codesourcery.com>
21980
21981 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
21982 false.
21983
21984 2014-09-22 Pedro Alves <palves@redhat.com>
21985
21986 * gdb.threads/break-while-running.exp: New file.
21987 * gdb.threads/break-while-running.c: New file.
21988
21989 2014-09-19 Yao Qi <yao@codesourcery.com>
21990
21991 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
21992 Invoke test. Restart GDB with --readnow and invoke test again.
21993
21994 2014-09-19 Yao Qi <yao@codesourcery.com>
21995
21996 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
21997 proc set_breakpoint_on_gcd_function. Invoke
21998 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
21999 invoke set_breakpoint_on_gcd_function again.
22000
22001 2014-09-18 Doug Evans <dje@google.com>
22002
22003 * gdb.dwarf2/symtab-producer.exp: New file.
22004
22005 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
22006
22007 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
22008 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
22009 * gdb.base/global-var-nested-by-dso.c: Likewise.
22010 * gdb.base/global-var-nested-by-dso.exp: Likewise.
22011
22012 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
22013 Pedro Alves <palves@redhat.com>
22014
22015 * gdb.base/watch-bitfields.exp: Pass string other than test file
22016 name to prepare_for_testing.
22017 (watch): New procedure.
22018 (expect_watchpoint): Use with_test_prefix.
22019 (top level): Factor out tests to ...
22020 (test_watch_location, test_regular_watch): ... these new
22021 procedures, and use with_test_prefix and gdb_continue_to_end.
22022
22023 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
22024
22025 PR breakpoints/12526
22026 * gdb.base/watch-bitfields.exp: New file.
22027 * gdb.base/watch-bitfields.c: New file.
22028
22029 2014-09-16 Pedro Alves <palves@redhat.com>
22030
22031 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
22032 software and hardware addresses, not software address against
22033 itself.
22034
22035 2014-09-16 Pedro Alves <palves@redhat.com>
22036
22037 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
22038 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
22039
22040 2014-09-16 Pedro Alves <palves@redhat.com>
22041
22042 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
22043 files.
22044 * gdb.base/a2-run.exp: Remove all code guarded by istarget
22045 "*-*-vxworks*" throughout.
22046 * gdb.base/break.exp: Likewise.
22047 * gdb.base/default.exp: Likewise.
22048 * gdb.base/scope.exp: Likewise.
22049 * gdb.base/sepdebug.exp: Likewise.
22050 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
22051 throughout.
22052 * gdb.base/run.c: Likewise.
22053 * gdb.base/sepdebug.c: Likewise.
22054 * gdb.hp/gdb.aCC/run.c: Likewise.
22055 * gdb.reverse/until-reverse.c: Likewise.
22056 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
22057
22058 2014-09-16 Yao Qi <yao@codesourcery.com>
22059
22060 * boards/local-remote-host-native.exp: New file.
22061
22062 2014-09-14 Doug Evans <xdje42@gmail.com>
22063
22064 * gdb.threads/queue-signal.c (thread_count): New variable.
22065 (thread_count_mutex, thread_count_condvar): New variables.
22066 (incr_thread_count, wait_all_threads_running): New functions.
22067 (main): Wait for all threads to be in their thread functions.
22068
22069 2014-09-13 Doug Evans <xdje42@gmail.com>
22070
22071 * gdb.threads/queue-signal.c: New file.
22072 * gdb.threads/queue-signal.exp: New file.
22073
22074 2014-09-13 Doug Evans <xdje42@gmail.com>
22075
22076 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
22077 be consistent with what default_gdb_init uses.
22078 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
22079 the plain text of the prompt. Add some logging printfs.
22080 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
22081
22082 2014-09-12 Pedro Alves <palves@redhat.com>
22083
22084 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
22085 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
22086 * gdb.arch/i386-size-overlap.exp: Likewise.
22087 * gdb.arch/i386-size.exp: Likewise.
22088 * gdb.arch/i386-unwind.exp: Likewise.
22089 * gdb.base/a2-run.exp: Likewise.
22090 * gdb.base/break.exp: Likewise.
22091 * gdb.base/charset.exp: Likewise.
22092 * gdb.base/chng-syms.exp: Likewise.
22093 * gdb.base/commands.exp: Likewise.
22094 * gdb.base/dbx.exp: Likewise.
22095 * gdb.base/find.exp: Likewise.
22096 * gdb.base/funcargs.exp: Likewise.
22097 * gdb.base/jit-simple.exp: Likewise.
22098 * gdb.base/reread.exp: Likewise.
22099 * gdb.base/sepdebug.exp: Likewise.
22100 * gdb.base/step-bt.exp: Likewise.
22101 * gdb.cp/mb-inline.exp: Likewise.
22102 * gdb.cp/mb-templates.exp: Likewise.
22103 * gdb.objc/basicclass.exp: Likewise.
22104 * gdb.threads/killed.exp: Likewise.
22105
22106 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
22107
22108 PR tdep/17379
22109 * gdb.arch/powerpc-stackless.S: New file.
22110 * gdb.arch/powerpc-stackless.exp: New file.
22111
22112 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
22113
22114 * gdb.base/attach.c: Include unistd.h.
22115 (main): Call alarm. Add label postloop.
22116 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
22117 gdb_breakpoint, gdb_continue_to_breakpoint.
22118 (test_command_line_attach_run): Kill ${testpid} in one exit path.
22119
22120 2014-09-11 Pedro Alves <palves@redhat.com>
22121
22122 PR gdb/17347
22123 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
22124 * gdb.base/attach.exp (test_command_line_attach_run): New
22125 procedure.
22126 (top level): Call it.
22127
22128 2014-09-11 Pedro Alves <palves@redhat.com>
22129
22130 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
22131 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
22132 (do_command_attach_tests): Use spawn_wait_for_attach.
22133 * gdb.base/solib-overlap.exp: Likewise.
22134 * gdb.multi/multi-attach.exp: Likewise.
22135 * gdb.python/py-prompt.exp: Likewise.
22136 * gdb.python/py-sync-interp.exp: Likewise.
22137 * gdb.server/ext-attach.exp: Likewise.
22138
22139 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
22140
22141 * gdb.fortran/array-element.exp: Remove unexpected "continue"
22142 command in testcase. Simplify testcase.
22143
22144 2014-09-10 Joel Brobecker <brobecker@adacore.com>
22145
22146 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
22147
22148 2014-09-10 Joel Brobecker <brobecker@adacore.com>
22149
22150 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
22151
22152 2014-09-10 Joel Brobecker <brobecker@adacore.com>
22153
22154 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
22155
22156 2014-09-10 Joel Brobecker <brobecker@adacore.com>
22157
22158 * gdb.dwarf2/dynarr-ptr.c: New file.
22159 * gdb.dwarf2/dynarr-ptr.exp: New file.
22160
22161 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22162
22163 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
22164 of 30 rather than hardcoding 120 for a slow test case. Take the
22165 `gdb,timeout' target setting into account for this calculation.
22166 Don't extend the timeout for the test cases that don't need it.
22167
22168 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22169
22170 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
22171 a factor of 2 for a slow test case. Take the `gdb,timeout'
22172 target setting into account for this calculation.
22173 * gdb.reverse/until-precsave.exp: Increase the timeout by
22174 a factor of 15 and 3 respectively rather than adding 120
22175 for a pair of slow test cases. Take the `gdb,timeout'
22176 target setting into account for this calculation.
22177
22178 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22179
22180 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
22181 timeout, don't pass one down to gdb_expect.
22182 (gdb_expect): Rework timeout selection.
22183
22184 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22185
22186 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
22187 exception on timeout.
22188 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
22189 (gdbserver_start_extended): Catch any `gdbserver_start' error
22190 exceptions.
22191 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
22192 * lib/mi-support.exp (mi_gdb_target_load): Catch any
22193 `gdbserver_gdb_load' error exceptions.
22194
22195 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22196
22197 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
22198 120 on waiting for the TCP socket to open.
22199
22200 2014-09-09 Doug Evans <xdje42@gmail.com>
22201
22202 * gdb.base/default.exp (show_conv_list): Add _caller_is,
22203 _caller_matches, _any_caller_is, _any_caller_matches.
22204
22205 2014-09-09 Doug Evans <xdje42@gmail.com>
22206
22207 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
22208
22209 2014-09-09 Yao Qi <yao@codesourcery.com>
22210
22211 * gdb.mi/mi-var-display.exp: Set print symbol off.
22212
22213 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
22214
22215 PR gdb/17035
22216 * gdb.base/commands.exp: Add tests to verify user-defined
22217 commands with empty bodies.
22218 * gdb.python/py-cmd.exp: Test that we don't show user-defined
22219 python commands in `show user command`.
22220 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
22221 scheme commands in `show user command`.
22222
22223 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
22224
22225 PR python/17355
22226 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
22227 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
22228 * gdb.python/py-framefilter-invalidarg.exp: New file.
22229 * gdb.python/py-framefilter-invalidarg.py: New file.
22230
22231 2014-09-06 Doug Evans <xdje42@gmail.com>
22232
22233 PR 15276
22234 * gdb.python/py-caller-is.c: New file.
22235 * gdb.python/py-caller-is.exp: New file.
22236
22237 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
22238
22239 PR gdb/17235
22240 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
22241 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
22242
22243 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
22244
22245 PR fortran/17237
22246 * gdb.fortran/print-formatted.exp: New file.
22247 * gdb.fortran/print-formatted.f90: Likewise.
22248
22249 2014-09-03 Sasha Smundak <asmundak@google.com>
22250
22251 * gdb.python/py-frame.exp: Test Frame.read_register.
22252
22253 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
22254
22255 PR python/16699
22256 * gdb.python/py-completion.exp: New file.
22257 * gdb.python/py-completion.py: Likewise.
22258
22259 2014-08-28 Doug Evans <dje@google.com>
22260
22261 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
22262 eax,etc. are live with values set by gdb and thus the compiler can't
22263 use them.
22264 * gdb.arch/i386-pseudo.c (main): Ditto.
22265
22266 2014-08-27 Doug Evans <dje@google.com>
22267
22268 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
22269
22270 2014-08-25 Doug Evans <dje@google.com>
22271
22272 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
22273 (main): Ditto.
22274
22275 2014-08-25 Doug Evans <dje@google.com>
22276
22277 * gdb.threads/thread-execl.exp: #include <stdio.h>.
22278
22279 2014-08-24 Yao Qi <yao@codesourcery.com>
22280
22281 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
22282 symbol off.
22283 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
22284
22285 2014-08-22 Doug Evans <dje@google.com>
22286
22287 PR 17276
22288 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
22289 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
22290 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
22291
22292 2014-08-22 Yao Qi <yao@codesourcery.com>
22293
22294 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
22295 * gdb.python/py-finish-breakpoint2.exp: Likewise.
22296 * gdb.python/python.exp: Likewise. Use .py file on the host
22297 instead of the build.
22298
22299 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
22300
22301 * gdb.threads/gcore-stale-thread.c: New file.
22302 * gdb.threads/gcore-stale-thread.exp: New file.
22303
22304 2014-08-21 Pedro Alves <palves@redhat.com>
22305
22306 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
22307 * gdb.base/gcore-relro-pie.exp: Likewise.
22308 * gdb.base/gcore-relro.exp: Likewise.
22309 * gdb.base/gcore.exp: Likewise.
22310 * gdb.base/print-symbol-loading.exp: Likewise.
22311 * gdb.threads/gcore-thread.exp: Likewise.
22312 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
22313
22314 2014-08-20 Pedro Alves <palves@redhat.com>
22315 Jan Kratochvil <jan.kratochvil@redhat.com>
22316
22317 * Makefile.in (EXTRA_RULES, CC): New variables, get from
22318 configure.
22319 (EXPECT): Handle READ1 being set.
22320 (all): Depend on EXTRA_RULES.
22321 (check-read1, expect-read1, read1.so, read1): New rules.
22322 * README (Testsuite Parameters): Document the READ1 make variable.
22323 (Race detection): New section.
22324 * configure: Regenerate.
22325 * configure.ac: If build==host==target, and running under a
22326 GNU/glibc system, add read1 to the extra Makefile rules.
22327 (EXTRA_RULES): AC_SUBST it.
22328 * lib/read1.c: New file.
22329
22330 2014-08-20 Joel Brobecker <brobecker@adacore.com>
22331
22332 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
22333 the handling of variables declared as a typedef to an array
22334 which a DW_AT_data_location attribute.
22335
22336 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
22337 Pedro Alves <palves@redhat.com>
22338
22339 PR symtab/14604
22340 PR symtab/14605
22341 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
22342 gdb_test.
22343
22344 2014-08-19 Pedro Alves <palves@redhat.com>
22345
22346 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
22347
22348 2014-08-19 Yao Qi <yao@codesourcery.com>
22349
22350 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
22351 right line.
22352
22353 2014-08-18 David Blaikie <dblaikie@gmail.com>
22354
22355 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
22356
22357 2014-08-18 Joel Brobecker <brobecker@adacore.com>
22358
22359 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
22360 attribute in array range.
22361
22362 2014-08-18 Joel Brobecker <brobecker@adacore.com>
22363
22364 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
22365
22366 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
22367
22368 PR c++/17132
22369 * gdb.cp/pr17132.cc: New file.
22370 * gdb.cp/pr17132.exp: New file.
22371
22372 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
22373
22374 * gdb.python/py-xmethods.py (A_getarrayind)
22375 (E_method_char_worker.__call__, E_method_int_worker.__call__):
22376 Use 'print' with function call syntax.
22377 (E_method_matcher.match): Fix tab vs space indentation mixup.
22378
22379 2014-08-15 Yao Qi <yao@codesourcery.com>
22380
22381 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
22382 false.
22383
22384 2014-08-15 Yao Qi <yao@codesourcery.com>
22385
22386 * gdb.cp/casts.exp: Set print symbol off.
22387 * gdb.cp/class2.exp: Likewise.
22388 * gdb.cp/overload.exp: Likewise.
22389 * gdb.cp/templates.exp: Likewise.
22390
22391 2014-08-11 Doug Evans <dje@google.com>
22392
22393 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
22394 (test_load_shlib): Update.
22395
22396 2014-08-09 Yao Qi <yao@codesourcery.com>
22397
22398 * gdb.base/display.exp: Invoke is_address_zero_readable.
22399 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
22400 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
22401 * gdb.base/hbreak-unmapped.exp: Return if
22402 is_address_zero_readable returns true.
22403 * gdb.base/signest.exp: Likewise.
22404 * gdb.base/signull.exp: Likewise.
22405 * gdb.base/sigbpt.exp: Likewise.
22406 * gdb.guile/scm-disasm.exp: Do the test if
22407 is_address_zero_readable returns false.
22408 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
22409 * gdb.python/py-arch.exp: Likewise.
22410 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
22411 * lib/gdb.exp (is_address_zero_readable): New proc.
22412
22413 2014-08-09 Yao Qi <yao@codesourcery.com>
22414
22415 PR testsuite/13443
22416 * gdb.mi/mi-var-display.exp: Make test messages unique.
22417
22418 2014-08-04 Tom Tromey <tromey@redhat.com>
22419
22420 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
22421 target 0".
22422
22423 2014-08-04 Tom Tromey <tromey@redhat.com>
22424
22425 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
22426 "target_resume".
22427
22428 2014-08-01 Joel Brobecker <brobecker@adacore.com>
22429
22430 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
22431 inner_vla_struct_object_size.
22432 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
22433 as xfail.
22434
22435 2014-07-30 Pedro Alves <palves@redhat.com>
22436
22437 * gdb.threads/signal-command-handle-nopass.exp (test): Add
22438 comment.
22439
22440 2014-07-29 Yao Qi <yao@codesourcery.com>
22441
22442 PR gdb/17206
22443 * gdb.base/until-nodebug.exp: New.
22444
22445 2014-07-28 Doug Evans <xdje42@gmail.com>
22446
22447 PR guile/17203
22448 * gdb.guile/scm-parameter.exp: Add tests for trying to create
22449 previously existing parameter, and previously ambiguously spelled
22450 parameter.
22451
22452 2014-07-28 Will Newton <will.newton@linaro.org>
22453
22454 * gdb.base/varargs.exp: Remove KFAILs for ARM.
22455
22456 2014-07-26 Ludovic Courtès <ludo@gnu.org>
22457 Doug Evans <xdje42@gmail.com>
22458
22459 PR guile/17146
22460 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
22461
22462 2014-07-25 Pedro Alves <palves@redhat.com>
22463
22464 * gdb.threads/signal-command-handle-nopass.c: New file.
22465 * gdb.threads/signal-command-handle-nopass.exp: New file.
22466 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
22467 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
22468 * gdb.threads/signal-delivered-right-thread.c: New file.
22469 * gdb.threads/signal-delivered-right-thread.exp: New file.
22470
22471 2014-07-25 Pedro Alves <palves@redhat.com>
22472
22473 * gdb.base/double-prompt-target-event-error.exp
22474 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
22475 match.
22476 (cancel_pagination_in_target_event): Rework double prompt
22477 detection.
22478 * gdb.base/paginate-after-ctrl-c-running.exp
22479 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
22480 <return>' match.
22481 * gdb.base/paginate-bg-execution.exp
22482 (test_bg_execution_pagination_return)
22483 (test_bg_execution_pagination_cancel): Remove '-notransfer
22484 <return>' matches.
22485 * gdb.base/paginate-execution-startup.exp
22486 (test_fg_execution_pagination_return)
22487 (test_fg_execution_pagination_cancel): Remove '-notransfer
22488 <return>' matches.
22489 * gdb.base/paginate-inferior-exit.exp
22490 (test_paginate_inferior_exited): Remove '-notransfer <return>'
22491 match.
22492 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
22493 * lib/gdb.exp (pagination_prompt): Run text through
22494 string_to_regexp.
22495 (gdb_test_multiple): Match $pagination_prompt instead of
22496 "<return>".
22497 (string_to_regexp): Move to lib/gdb-utils.exp.
22498
22499 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
22500
22501 * gdb.arch/amd64-entry-value-paramref.S: New file.
22502 * gdb.arch/amd64-entry-value-paramref.cc: New file.
22503 * gdb.arch/amd64-entry-value-paramref.exp: New file.
22504 * gdb.arch/amd64-optimout-repeat.S: New file.
22505 * gdb.arch/amd64-optimout-repeat.c: New file.
22506 * gdb.arch/amd64-optimout-repeat.exp: New file.
22507
22508 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
22509
22510 PR gdb/17170
22511 * gdb.base/statistics.exp: New file.
22512
22513 2014-07-17 Doug Evans <dje@google.com>
22514
22515 PR gdb/17170
22516 * gdb.base/maint.exp: Update testing of per-command stats.
22517
22518 2014-07-16 Pedro Alves <palves@redhat.com>
22519
22520 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
22521 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
22522 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
22523 (tfile_write_buf): New functions.
22524 (add_memory_block): Rewrite using the above.
22525 (adjust_function_address): New function.
22526 (FUNCTION_ADDRESS): New macro.
22527 (write_basic_trace_file): Remove short_x local, and use
22528 tfile_write_16. Change type of func_addr local to unsigned long
22529 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
22530 here. Cast argument of add_memory_block to char pointer.
22531 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
22532 (main): Remove parameters.
22533 * gdb.trace/tfile.exp: Remove nowarnings.
22534
22535 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
22536
22537 * gdb.base/debug-expr.exp: Test string evaluation with
22538 "debug expression" on.
22539
22540 2014-07-15 Pedro Alves <palves@redhat.com>
22541
22542 * gdb.base/reread.exp: Use clean_restart.
22543
22544 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
22545
22546 * gdb.arch/avr-flash-qualifer.c: New.
22547 * gdb.arch/avr-flash-qualifer.exp: New.
22548
22549 2014-07-14 Pedro Alves <palves@redhat.com>
22550
22551 * gdb.base/paginate-after-ctrl-c-running.c: New file.
22552 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
22553
22554 2014-07-14 Pedro Alves <palves@redhat.com>
22555
22556 * gdb.base/double-prompt-target-event-error.c: New file.
22557 * gdb.base/double-prompt-target-event-error.exp: New file.
22558
22559 2014-07-14 Pedro Alves <palves@redhat.com>
22560
22561 PR gdb/17072
22562 * gdb.base/paginate-inferior-exit.c: New file.
22563 * gdb.base/paginate-inferior-exit.exp: New file.
22564
22565 2014-07-14 Pedro Alves <palves@redhat.com>
22566
22567 PR gdb/17072
22568 * gdb.base/paginate-bg-execution.c: New file.
22569 * gdb.base/paginate-bg-execution.exp: New file.
22570
22571 2014-07-14 Pedro Alves <palves@redhat.com>
22572
22573 PR gdb/17072
22574 * gdb.base/paginate-execution-startup.c: New file.
22575 * gdb.base/paginate-execution-startup.exp: New file.
22576 * lib/gdb.exp (pagination_prompt): New global.
22577 (default_gdb_spawn): New procedure, factored out from
22578 default_gdb_spawn.
22579 (default_gdb_start): Adjust to call default_gdb_spawn.
22580 (gdb_spawn): New procedure.
22581
22582 2014-07-14 Pedro Alves <palves@redhat.com>
22583
22584 * lib/gdb.exp (gdb_assert): New procedure.
22585 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
22586
22587 2014-07-14 Pedro Alves <palves@redhat.com>
22588
22589 * gdb.base/execution-termios.c: New file.
22590 * gdb.base/execution-termios.exp: New file.
22591
22592 2014-07-14 Tom Tromey <tromey@redhat.com>
22593
22594 * gdb.cp/vla-cxx.cc: New file.
22595 * gdb.cp/vla-cxx.exp: New file.
22596
22597 2014-07-14 Tom Tromey <tromey@redhat.com>
22598
22599 * gdb.reverse/rerun-prec.c: New file.
22600 * gdb.reverse/rerun-prec.exp: New file.
22601
22602 2014-07-12 Maciej W. Rozycki <macro@mips.com>
22603 Maciej W. Rozycki <macro@codesourcery.com>
22604
22605 * lib/gdb-utils.exp: New file.
22606 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
22607 inline `gdb_init_command' processing.
22608 (gdb_start_cmd): Likewise.
22609 * lib/mi-support.exp (mi_run_cmd): Likewise.
22610 * README: Document `gdb_init_command' and `gdb_init_commands'.
22611
22612 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
22613
22614 Fix false FAIL running under a very long directory name.
22615 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
22616 and "set print elements 10000". Twice.
22617
22618 2014-07-11 Yao Qi <yao@codesourcery.com>
22619
22620 * gdb.base/exprs.exp: "set print symbol off".
22621
22622 2014-07-11 Pedro Alves <palves@redhat.com>
22623
22624 * gdb.threads/kill.c: New file.
22625 * gdb.threads/kill.exp: New file.
22626
22627 2014-07-10 Yao Qi <yao@codesourcery.com>
22628
22629 * gdb.trace/tfile.c (write_basic_trace_file)
22630 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
22631 address written to trace file.
22632
22633 2014-07-09 Pedro Alves <palves@redhat.com>
22634
22635 * gdb.base/attach-wait-input.exp: New file.
22636 * gdb.base/attach-wait-input.c: New file.
22637
22638 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
22639
22640 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
22641 setting up test structures.
22642 (main): Call new test function.
22643 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
22644 test function, continue into test function and walk test
22645 structures.
22646
22647 2014-07-02 Yao Qi <yao@codesourcery.com>
22648
22649 * gdb.trace/entry-values.c: Define labels 'foo_start' and
22650 'bar_start' at the beginning of functions 'foo' and 'bar'
22651 respectively.
22652 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
22653 instead of 'foo' and 'bar'.
22654
22655 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
22656
22657 * gdb.btrace/segv.exp: New.
22658 * gdb.btrace/segv.c: New.
22659
22660 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
22661
22662 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
22663 instruction.
22664
22665 2014-06-30 Mark Wielaard <mjw@redhat.com>
22666
22667 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
22668 vulture, vilify, villar): New volatile array constants.
22669 (vindictive, vegetation): New const volatile array constants.
22670 * gdb.base/volatile.exp: Test volatile and const volatile array
22671 types.
22672
22673 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
22674
22675 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
22676 target lacks support for awatch, rwatch, or hbreak.
22677
22678 2014-06-27 Yao Qi <yao@codesourcery.com>
22679
22680 * gdb.multi/dummy-frame-restore.exp: New.
22681 * gdb.multi/dummy-frame-restore.c: New.
22682
22683 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
22684
22685 * gdb.btrace/gcore.exp: New.
22686
22687 2014-06-23 Pedro Alves <palves@redhat.com>
22688
22689 * gdb.base/watchpoint-reuse-slot.c: New file.
22690 * gdb.base/watchpoint-reuse-slot.exp: New file.
22691
22692 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
22693
22694 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
22695 progspace's filename in 'info', 'enable' and 'disable' command
22696 tests.
22697
22698 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
22699
22700 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
22701 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
22702 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
22703
22704 2014-06-20 Gary Benson <gbenson@redhat.com>
22705
22706 * gdb.arch/i386-avx.exp: Fix include file location.
22707 * gdb.arch/i386-sse.exp: Likewise.
22708
22709 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
22710
22711 * gdb.dlang/expression.exp: New file.
22712
22713 2014-06-19 Pedro Alves <palves@redhat.com>
22714
22715 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
22716 out from ...
22717 (top level): ... here. Iterate running tests under different
22718 scheduler-locking settings.
22719
22720 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
22721
22722 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
22723 to DW_FORM_addr and use non-zero addresses.
22724
22725 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
22726
22727 PR gdb/17017
22728 * gdb.python/py-xmethods.cc: Add global function call counters and
22729 increment them in their respective functions. Remove "cout"
22730 statements.
22731 * gdb.python/py-xmethods.exp: Make tests check the global function
22732 call counters instead of depending on inferior IO.
22733
22734 2014-06-18 Don Breazeal <donb@codesourcery.com>
22735
22736 * gdb.base/foll-fork.exp (default_fork_parent_follow):
22737 Deleted procedure.
22738 (explicit_fork_parent_follow): Deleted procedure.
22739 (explicit_fork_child_follow): Deleted procedure.
22740 (test_follow_fork): New procedure.
22741 (do_fork_tests): Replace calls to deleted procedures with
22742 calls to test_follow_fork and reset GDB for subsequent
22743 procedure calls.
22744
22745 2014-06-17 Yao Qi <yao@codesourcery.com>
22746
22747 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
22748 CP1252.
22749
22750 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
22751
22752 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
22753 Initialize ptr and S explicitly.
22754 (skip_type_update_when_not_use_rtti_test): Likewise.
22755
22756 2014-06-16 Keith Seitz <keiths@redhat.com>
22757
22758 PR mi/15863
22759 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
22760 the inferior is started.
22761
22762 2014-06-16 Pedro Alves <palves@redhat.com>
22763
22764 * gdb.base/break-main-file-remove-fail.c: New file.
22765 * gdb.base/break-main-file-remove-fail.exp: New file.
22766 * gdb.base/break-unload-file.exp: Use build_executable instead of
22767 prepare_for_testing.
22768 (test_break): New parameter "initial_load". Handle it.
22769 (top level): Add initial_load cmdline/file axis.
22770
22771 2014-06-12 Tom Tromey <tromey@redhat.com>
22772
22773 * gdb.base/completion.exp: Don't use directory name in test.
22774
22775 2014-06-09 Gary Benson <gbenson@redhat.com>
22776
22777 * gdb.base/sigall.c [Functions to send signals]: Reorder to
22778 separate the always-available ANSI-standard signals from the
22779 signals that require checking.
22780 (main): Likewise.
22781 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
22782 Likewise.
22783 (main): Likewise.
22784
22785 2014-06-07 Keith Seitz <keiths@redhat.com>
22786
22787 Revert:
22788 PR c++/16253
22789 * gdb.cp/var-tag.cc: New file.
22790 * gdb.cp/var-tag.exp: New file.
22791 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
22792 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
22793 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
22794 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
22795
22796 2014-06-06 Doug Evans <xdje42@gmail.com>
22797
22798 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
22799
22800 2014-06-06 Pedro Alves <palves@redhat.com>
22801
22802 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
22803 in target debug output instead of looking at RSP packets,
22804 disabling the test on any target that uses hardware stepping.
22805 Update comments.
22806
22807 2014-06-06 Pedro Alves <palves@redhat.com>
22808
22809 * gdb.base/break-unload-file.exp: Fix typo.
22810
22811 2014-06-06 Yao Qi <yao@codesourcery.com>
22812
22813 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
22814 from "jit_function" to "^jit_function".
22815
22816 2014-06-06 Yao Qi <yao@codesourcery.com>
22817
22818 * gdb.base/async.c (foo): Add one statement.
22819 * gdb.base/async.exp: Get the next instruction address and
22820 match the output of "nexti" by instruction address. Match
22821 the hex address in the output of "finish".
22822
22823 2014-06-06 Gary Benson <gbenson@redhat.com>
22824
22825 * gdb.base/call-signals.c: Remove preprocessor conditionals
22826 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
22827 SIGSEGV and SIGTERM.
22828 * gdb.base/sigall.c: Likewise.
22829 * gdb.base/unwindonsignal.c: Likewise.
22830 * gdb.reverse/sigall-reverse.c: Likewise.
22831
22832 2014-06-06 Yao Qi <yao@codesourcery.com>
22833
22834 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
22835 readable, skip the test.
22836
22837 2014-06-06 Yao Qi <yao@codesourcery.com>
22838
22839 * gdb.threads/staticthreads.c (thread_function): Move the line
22840 setting breakpoint on forward.
22841 * gdb.threads/staticthreads.exp: Update comments.
22842
22843 2014-06-05 Ludovic Courtès <ludo@gnu.org>
22844
22845 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
22846 "history-append! type error".
22847
22848 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
22849
22850 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
22851 erroneous dprintf expected input.
22852
22853 2014-06-04 Doug Evans <xdje42@gmail.com>
22854
22855 * gdb.guile/scm-generics.exp: Delete.
22856
22857 2014-06-04 Doug Evans <xdje42@gmail.com>
22858
22859 * gdb.guile/scm-breakpoint.exp: Update.
22860 Add tests for breakpoint registration.
22861
22862 2014-06-04 Tom Tromey <tromey@redhat.com>
22863
22864 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
22865 VLA-in-union.
22866 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
22867 inner_vla_struct, vla_union types. Initialize objects of those
22868 types and compute their sizes.
22869
22870 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
22871 Hui Zhu <hui@codesourcery.com>
22872
22873 * gdb.base/fileio.exp: Add test for shell not available as well as
22874 available.
22875 * gdb.base/fileio.c (test_system): Check for shell twice.
22876
22877 2014-06-04 Yao Qi <yao@codesourcery.com>
22878
22879 * gdb.base/auto-connect-native-target.exp: Remove redundant
22880 space from the regexp pattern.
22881
22882 2014-06-04 Yao Qi <yao@codesourcery.com>
22883
22884 * gdb.base/default.exp: Replace "child" with "native" in
22885 regexp pattern.
22886
22887 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
22888
22889 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
22890 * gdb.python/py-xmethods.exp: New tests to test xmethods.
22891 * gdb.python/py-xmethods.py: Python script supporting the
22892 new testcase and tests.
22893
22894 2014-06-03 Joel Brobecker <brobecker@adacore.com>
22895 Pedro Alves <palves@redhat.com>
22896
22897 PR breakpoints/17000
22898 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
22899 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
22900
22901 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
22902
22903 * gdb.base/subst.exp: Add tests to verify partial path matching
22904 output.
22905
22906 2014-06-03 Pedro Alves <palves@redhat.com>
22907
22908 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
22909 target that doesn't use software single-stepping.
22910
22911 2014-06-03 Pedro Alves <palves@redhat.com>
22912
22913 PR breakpoints/17000
22914 * gdb.base/sss-bp-on-user-bp-2.c: New file.
22915 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
22916
22917 2014-06-02 Doug Evans <xdje42@gmail.com>
22918
22919 * gdb.guile/scm-parameter.exp: New file.
22920
22921 2014-06-02 Doug Evans <xdje42@gmail.com>
22922
22923 * gdb.guile/scm-cmd.c: New file.
22924 * gdb.guile/scm-cmd.exp: New file.
22925
22926 2014-06-02 Doug Evans <xdje42@gmail.com>
22927
22928 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
22929 pretty-printer lookup.
22930 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
22931 (make-pp_s-printer): Call it.
22932 (make-pretty-printer-from-dict): New function.
22933 (lookup-pretty-printer-maker-from-dict): New function.
22934 (*pretty-printer*): Simplify.
22935 (make-objfile-pp_s-printer): New function.
22936 (install-objfile-pretty-printers!): New function.
22937 (make-progspace-pp_s-printer): New function.
22938 (install-progspace-pretty-printers!): New function.
22939 * gdb.guile/scm-progspace.c: New file.
22940 * gdb.guile/scm-progspace.exp: New file.
22941
22942 2014-06-02 Pedro Alves <palves@redhat.com>
22943
22944 * gdb.base/dprintf-bp-same-addr.c: New file.
22945 * gdb.base/dprintf-bp-same-addr.exp: New file.
22946
22947 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
22948
22949 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
22950 * gdb.arch/powerpc-power.s: Likewise.
22951
22952 2014-06-02 Joel Brobecker <brobecker@adacore.com>
22953
22954 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
22955
22956 2014-06-01 Yao Qi <yao@codesourcery.com>
22957
22958 * gdb.base/watchpoint.exp (test_watch_location): Check null
22959 pointer can be dereferenced. If not, do the test, otherwise
22960 skip it.
22961
22962 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
22963
22964 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
22965 results.
22966 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
22967
22968 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
22969
22970 * gdb.arch/amd64-invalid-stack-middle.S: New file.
22971 * gdb.arch/amd64-invalid-stack-middle.c: New file.
22972 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
22973 * gdb.arch/amd64-invalid-stack-top.c: New file.
22974 * gdb.arch/amd64-invalid-stack-top.exp: New file.
22975
22976 2014-05-30 Pedro Alves <palves@redhat.com>
22977
22978 PR breakpoints/17000
22979 * gdb.base/sss-bp-on-user-bp.c: New file.
22980 * gdb.base/sss-bp-on-user-bp.exp: New file.
22981
22982 2014-05-30 David Blaikie <dblaikie@gmail.com>
22983
22984 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
22985 gnu_inline semantics via attribute.
22986 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
22987 source explicitly specifies the required semantics.
22988
22989 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
22990
22991 * gdb.reverse/sigall-reverse.exp: Fix a typo.
22992
22993 2014-05-29 Pedro Alves <palves@redhat.com>
22994 Tom Tromey <tromey@redhat.com>
22995
22996 * gdb.base/async-shell.exp: Don't enable target-async.
22997 * gdb.base/async.exp
22998 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
22999 parameter. Adjust.
23000 (top level): Don't test with "target-async".
23001 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
23002 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
23003 * gdb.base/inferior-died.exp: Don't enable target-async.
23004 * gdb.base/interrupt-noterm.exp: Likewise.
23005 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
23006 * gdb.mi/mi-nonstop-exit.exp: Likewise.
23007 * gdb.mi/mi-nonstop.exp: Likewise.
23008 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
23009 * gdb.mi/mi-nsintrall.exp: Likewise.
23010 * gdb.mi/mi-nsmoribund.exp: Likewise.
23011 * gdb.mi/mi-nsthrexec.exp: Likewise.
23012 * gdb.mi/mi-watch-nonstop.exp: Likewise.
23013 * gdb.multi/watchpoint-multi.exp: Adjust comment.
23014 * gdb.python/py-evsignal.exp: Don't enable target-async.
23015 * gdb.python/py-evthreads.exp: Likewise.
23016 * gdb.python/py-prompt.exp: Likewise.
23017 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
23018 * gdb.server/solib-list.exp: Don't enable target-async.
23019 * gdb.threads/thread-specific-bp.exp: Likewise.
23020 * lib/mi-support.exp: Adjust to use mi-async.
23021
23022 2014-05-29 Pedro Alves <palves@redhat.com>
23023
23024 PR gdb/13860
23025 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
23026 reason, even in sync mode.
23027
23028 2014-05-29 Pedro Alves <palves@redhat.com>
23029 Hui Zhu <hui@codesourcery.com>
23030
23031 PR PR15693
23032 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
23033 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
23034 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
23035 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
23036
23037 2014-05-28 Joel Brobecker <brobecker@adacore.com>
23038
23039 * config/monitor.exp (gdb_target_monitor): Replace use of
23040 "set remotebaud" by "set serial baud".
23041
23042 2014-05-26 Andy Wingo <wingo@igalia.com>
23043
23044 * gdb.guile/scm-breakpoint.exp:
23045 * gdb.guile/scm-gsmob.exp: Update to use plain old object
23046 properties instead of gdb-object-properties.
23047
23048 2014-05-26 Yao Qi <yao@codesourcery.com>
23049
23050 * gdb.server/no-thread-db.exp: Specify source file name
23051 explicitly when setting a breakpoint.
23052
23053 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
23054
23055 * gdb.btrace/vdso.c: New.
23056 * gdb.btrace/vdso.exp: New.
23057
23058 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
23059
23060 * gdb.base/gcore.exp (capture_command_output): Move ...
23061 * lib/gdb.exp (capture_command_output): ... here.
23062
23063 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
23064
23065 * gdb.btrace/data.exp: Test memory access during btrace replay.
23066
23067 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
23068
23069 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
23070
23071 2014-05-21 Pedro Alves <palves@redhat.com>
23072
23073 PR gdb/13860
23074 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
23075 (top level): Test that output related to execution commands is
23076 sent to the console with CLI commands, but not with MI commands.
23077 Test that breakpoint events are always mirrored to the console.
23078 Also expect the new source line to be output after a "next" in
23079 async mode too. Make it a pass/fail test.
23080 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
23081 output.
23082 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
23083
23084 2014-05-21 Pedro Alves <palves@redhat.com>
23085
23086 * gdb.base/list.exp (build_pattern, test_list): New procedures.
23087 Use them to test variations of "list" after reaching a breakpoint.
23088 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
23089 Test "list" with listsize 10 after reaching a breakpoint.
23090 * gdb.python/python.exp (decode_line current location line
23091 number): Adjust expected line number.
23092
23093 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
23094
23095 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
23096 behavior for $args, pass it directly to "run".
23097
23098 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
23099
23100 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
23101 30000 to 65536.
23102
23103 2014-05-21 Pedro Alves <palves@redhat.com>
23104
23105 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
23106 auto-connect-native-target off".
23107 * gdb.base/auto-connect-native-target.c: New file.
23108 * gdb.base/auto-connect-native-target.exp: New file.
23109
23110 2014-05-21 Pedro Alves <palves@redhat.com>
23111
23112 * gdb.base/default.exp: Test "target native" instead of "target
23113 child".
23114
23115 2014-05-21 Mark Wielaard <mjw@redhat.com>
23116
23117 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
23118
23119 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
23120
23121 Fix TLS access for -static -pthread.
23122 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
23123 <HAVE_TLS> (thread_function, main): Initialize it.
23124 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
23125 Add clean_restart.
23126 <$have_tls != "">: Check TLSVAR.
23127
23128 2014-05-21 Pedro Alves <palves@redhat.com>
23129
23130 * gdb.base/dcache-line-read-error.c: New.
23131 * gdb.base/dcache-line-read-error.exp: New.
23132
23133 2014-05-20 Pedro Alves <palves@redhat.com>
23134
23135 * gdb.base/compare-sections.c: New file.
23136 * gdb.base/compare-sections.exp: New file.
23137
23138 2014-05-20 Pedro Alves <palves@redhat.com>
23139
23140 * gdb.base/break-idempotent.c: New file.
23141 * gdb.base/break-idempotent.exp: New file.
23142
23143 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
23144
23145 * gdb.btrace/nohist.exp: New.
23146
23147 2014-05-20 Yao Qi <yao@codesourcery.com>
23148
23149 * lib/gdb.exp (gdb_init): Set timeout if test file is under
23150 gdb.reverse directory and gdb_reverse_timeout exists in board
23151 setting.
23152 * README: Document gdb_reverse_timeout.
23153
23154 2014-05-20 Yao Qi <yao@codesourcery.com>
23155
23156 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
23157 'test_file_name'. Treat args as a string instead of a list.
23158 (gdb_init): Rename argument 'args' by 'test_file_name'.
23159
23160 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
23161
23162 * gdb.arch/powerpc-power.exp: New file.
23163 * gdb.arch/powerpc-power.s: New file.
23164
23165 2014-05-16 Doug Evans <dje@google.com>
23166
23167 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
23168 * gdb.base/completion.exp: Check that all expected files exist
23169 before doing file completion.
23170
23171 2014-05-16 Doug Evans <dje@google.com>
23172
23173 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
23174 Update.
23175 (do_syscall_tests_without_xml): Update.
23176
23177 2014-05-16 Pedro Alves <palves@redhat.com>
23178
23179 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
23180 instead of "unknown output after running".
23181
23182 2014-05-16 Yao Qi <yao@codesourcery.com>
23183
23184 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
23185 file1.txt from host at the end.
23186 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
23187
23188 2014-05-15 Doug Evans <dje@google.com>
23189
23190 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
23191 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
23192 loading file. Add test for TU lookup.
23193
23194 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
23195
23196 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
23197 calling "-exec-arguments" or "set args" before running the
23198 inferior.
23199
23200 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
23201
23202 * lib/mi-support.exp (mi_expect_stop): Expect message for
23203 inferiors that exit with non-zero exit code.
23204
23205 2014-05-14 Yao Qi <yao@codesourcery.com>
23206
23207 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
23208 match absolute path on remote host.
23209 (test_file_list_exec_source_files): Remove "/" from the
23210 pattern.
23211
23212 2014-05-14 Yao Qi <yao@codesourcery.com>
23213
23214 * boards/local-remote-host-notty.exp (${board}_file): New
23215 proc.
23216
23217 2014-05-07 Kyle McMartin <kyle@redhat.com>
23218
23219 Pushed by Joel Brobecker <brobecker@adacore.com>.
23220 * gdb.arch/aarch64-atomic-inst.c: New file.
23221 * gdb.arch/aarch64-atomic-inst.exp: New file.
23222
23223 2014-05-07 Yao Qi <yao@codesourcery.com>
23224
23225 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
23226 in current context" too.
23227
23228 2014-05-05 Keith Seitz <keiths@redhat.com>
23229
23230 * gdb.linespec/ls-dollar.exp: Add test for linespec
23231 file:convenience_variable.
23232
23233 2014-05-05 Yao Qi <yao@codesourcery.com>
23234
23235 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
23236 traceframes into tfile and ctf trace files. Read data from
23237 trace file and test collected data.
23238 (gdb_collect_locals_test): Likewise.
23239 (gdb_unavailable_registers_test): Likewise.
23240 (gdb_unavailable_floats): Likewise.
23241 (gdb_collect_globals_test): Likewise.
23242 (top-level): Append "ctf" to trace_file_targets if GDB
23243 supports.
23244
23245 2014-05-05 Yao Qi <yao@codesourcery.com>
23246
23247 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
23248 code to ...
23249 (gdb_collect_args_test_1): ... it. New proc.
23250 (gdb_collect_locals_test): Move some code to ...
23251 (gdb_collect_locals_test_1): ... it. New proc.
23252 (gdb_unavailable_registers_test): Move some code to ...
23253 (gdb_unavailable_registers_test_1): ... it. New proc.
23254 (gdb_unavailable_floats): Move some code to ...
23255 (gdb_unavailable_floats_1): ... it. New proc.
23256
23257 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
23258
23259 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
23260 probes to test for bitness recognition.
23261 * gdb.arch/amd64-stap-optional-prefix.exp
23262 (test_probe_value_without_reg): New procedure.
23263 Add code to test for different kinds of bitness.
23264
23265 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
23266
23267 PR breakpoints/16889
23268 * gdb.arch/amd64-stap-optional-prefix.S: New file.
23269 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
23270
23271 2014-05-01 Pedro Alves <palves@redhat.com>
23272
23273 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
23274 gdb_file_cmd if no file is specified.
23275 * boards/native-extended-gdbserver.exp (gdb_load): Use the
23276 last_loaded_file to set the remote exec-file.
23277
23278 2014-05-01 Pedro Alves <palves@redhat.com>
23279
23280 * boards/local-remote-host.exp: New file.
23281
23282 2014-05-01 Pedro Alves <palves@redhat.com>
23283
23284 * boards/local-remote-host.exp: Rename to ...
23285 * boards/local-remote-host-notty.exp: ... this.
23286
23287 2014-04-28 Joel Brobecker <brobecker@adacore.com>
23288
23289 * gdb.ada/dyn_arrayidx: New testcase.
23290
23291 2014-04-26 Yao Qi <yao@codesourcery.com>
23292
23293 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
23294 and compute the length of function main. Save it in
23295 $main_length.
23296 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
23297 (top-level): Use gdb_compile to compile objects into
23298 executable and restart GDB. Remove invocation to
23299 prepare_for_testing.
23300
23301 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
23302 Pedro Alves <palves@redhat.com>
23303
23304 PR server/16255
23305 * gdb.multi/multi-attach.c: New file.
23306 * gdb.multi/multi-attach.exp: New file.
23307
23308 2014-04-25 Pedro Alves <palves@redhat.com>
23309
23310 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
23311 user.
23312 (top level): Test that "set remote conditional-breakpoints-packet
23313 off" works as intended.
23314 * gdb.base/dprintf.exp: Test that "set remote
23315 breakpoint-commands-packet off" works as intended.
23316 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
23317 New function.
23318 (top level): Call it.
23319 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
23320 remote fast-tracepoints-packet off" works as intended.
23321 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
23322 * lib/gdb.exp (gdb_is_target_remote): ... here.
23323
23324 2014-04-24 David Blaikie <dblaikie@gmail.com>
23325
23326 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
23327 ensure clang would not discard them.
23328 * gdb.base/gdbvars.c: Ditto.
23329 * gdb.base/memattr.c: Ditto.
23330 * gdb.base/whatis.c: Ditto.
23331 * gdb.python/py-prettyprint.c: Ditto.
23332 * gdb.trace/actions.c: Ditto.
23333 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
23334 ensure clang would not discard it.
23335
23336 2014-04-24 David Blaikie <dblaikie@gmail.com>
23337
23338 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
23339 clang to emit the full definition of type required by the test
23340 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
23341
23342 2014-04-24 David Blaikie <dblaikie@gmail.com>
23343
23344 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
23345 coax Clang into emitting the definition of the type.
23346 * gdb.cp/pr10728-x.h (y): Ditto.
23347 * gdb.cp/pr10728-y.cc (y): Ditto.
23348
23349 2014-04-24 David Blaikie <dblaikie@gmail.com>
23350
23351 * gdb.base/label.exp: XFAIL label related tests under Clang.
23352 * gdb.cp/cplabel.exp: Ditto.
23353 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
23354 under Clang those using labels.
23355
23356 2014-04-25 Yao Qi <yao@codesourcery.com>
23357
23358 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
23359 double_label.
23360 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
23361 partial_label and double_label.
23362
23363 2014-04-24 David Blaikie <dblaikie@gmail.com>
23364
23365 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
23366
23367 2014-04-24 David Blaikie <dblaikie@gmail.com>
23368
23369 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
23370 of the function to work across GCC and Clang.
23371 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
23372 pointer types (const void ** const V void **).
23373
23374 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
23375 Walfred Tedeschi <walfred.tedeschi@intel.com>
23376
23377 * Makefile.in (EXECUTABLES): Added i386-avx512.
23378 * gdb.arch/i386-avx512.c: New file.
23379 * gdb.arch/i386-avx512.exp: Likewise.
23380
23381 2014-04-23 Keith Seitz <keiths@redhat.com>
23382
23383 * lib/mi-support.exp (mi_list_breakpoints): Delete.
23384 (mi_make_breakpoint_table): New procedure.
23385 (mi_create_breakpoint): Use mi_make_breakpoint
23386 and return the result.
23387 (mi_make_breakpoint): New procedure.
23388 (mi_build_kv_pairs): New procedure.
23389
23390 * gdb.mi/mi-break.exp: Remove unused globals,
23391 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
23392 All callers updated.
23393 * gdb.mi/mi-dprintf.exp: Use variable to track command
23394 number.
23395 Update all callers of mi_create_breakpoint and use
23396 mi_make_breakpoint_table.
23397 Remove any unused global variables.
23398 * gdb.mi/mi-nonstop.exp: Likewise.
23399 * gdb.mi/mi-nsintrall.exp: Likewise.
23400 * gdb.mi/mi-nsmoribund.exp: Likewise.
23401 * gdb.mi/mi-nsthrexec.exp: Likewise.
23402 * gdb.mi/mi-reverse.exp: Likewise.
23403 * gdb.mi/mi-simplerun.exp: Likewise.
23404 * gdb.mi/mi-stepn.exp: Likewise.
23405 * gdb.mi/mi-syn-frame.exp: Likewise.
23406 * gdb.mi/mi-until.exp: Likewise.
23407 * gdb.mi/mi-var-cp.exp: Likewise.
23408 * gdb.mi/mi-var-display.exp: Likewise.
23409 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
23410 * gdb.mi/mi2-var-child.exp: Likewise.
23411 * gdb.mi/mi-vla-c99.exp: Likewise.
23412 * lib/mi-support.exp: Likewise.
23413
23414 From Ian Lance Taylor <iant@cygnus.com>:
23415 * lib/gdb.exp (parse_args): New procedure.
23416
23417 2014-04-23 Pedro Alves <palves@redhat.com>
23418
23419 * gdb.base/break-unload-file.c: New file.
23420 * gdb.base/break-unload-file.exp: New file.
23421 * gdb.base/sym-file-lib.c (baz): New function.
23422 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
23423 field.
23424 (load): Store the segment's mapped size.
23425 (unload): New function.
23426 (unload_shlib): New function.
23427 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
23428 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
23429 set a breakpoint at baz, and call it.
23430 * gdb.base/sym-file.exp: New tests for stale breakpoint
23431 instructions.
23432
23433 2014-04-23 Pedro Alves <palves@redhat.com>
23434
23435 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
23436 * gdb.base/hbreak-in-shr-unsupported.c: New file.
23437 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
23438 * gdb.base/hbreak-unmapped.c: New file.
23439 * gdb.base/hbreak-unmapped.exp: New file.
23440 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
23441 * lib/gdb.exp (gdb_is_target_remote): ... here.
23442
23443 2014-04-22 Pedro Alves <palves@redhat.com>
23444
23445 * gdb.base/consecutive-step-over.c: New file.
23446 * gdb.base/consecutive-step-over.exp: New file.
23447
23448 2014-04-22 Pedro Alves <palves@redhat.com>
23449
23450 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
23451 instead of send_gdb/gdb_expect.
23452
23453 2014-04-22 Yao Qi <yao@codesourcery.com>
23454
23455 * lib/trace-support.exp (generate_tracefile): New procedure.
23456 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
23457 return 0.
23458 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
23459 if generate_tracefile returns 1.
23460
23461 2014-04-18 Tom Tromey <palves@redhat.com>
23462 Pedro alves <tromey@redhat.com>
23463
23464 PR backtrace/15558
23465 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
23466 with a backtrace limit.
23467 * gdb.python/py-frame-inline.exp: Test running to an inline
23468 function with a backtrace limit, and printing the newest frame.
23469 * gdb.python/py-frame-inline.c (main): Call f.
23470
23471 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
23472
23473 * gdb.java/jnpe.exp: Drop srcdir from untested path.
23474
23475 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
23476
23477 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
23478 Drop prefix from unsupported source file path.
23479
23480 2014-04-17 Yao Qi <yao@codesourcery.com>
23481
23482 * lib/gdb.exp (with_target_charset): New proc.
23483 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
23484 with_target_charset.
23485 (test_print_strings): Likewise.
23486 (test_repeat_bytes): Likewise.
23487 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
23488 for some tests.
23489
23490 2014-04-16 Keith Seitz <keiths@redhat.com>
23491
23492 PR gdb/15827
23493 * gdb.dwarf2/corrupt.c: New file.
23494 * gdb.dwarf2/corrupt.exp: New file.
23495
23496 2014-04-16 Keith Seitz <keiths@redhat.com>
23497
23498 PR c++/16597
23499 * gdb.cp/namelessclass.cc: New file.
23500 * gdb.cp/namelessclass.exp: New file.
23501 * gdb.cp/namelessclass.S: New file.
23502
23503 2014-04-16 Doug Evans <dje@google.com>
23504
23505 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
23506 Add comment.
23507 (gdbserver_default_get_comm_port): New function.
23508 (gdbserver_start): Check if board file provided
23509 "gdbserver,get_comm_port" and use it if so.
23510 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
23511 (gdb,socketport): Set to "stdio".
23512 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
23513 (stdio_gdbserver_template): Delete.
23514 (${board}_get_remote_address): Update.
23515 (${board}_build_remote_cmd): Delete.
23516 (${board}_get_comm_port): New function.
23517 (${board}_spawn): Update.
23518 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
23519 Delete.
23520 (${board}_get_remote_address): Update.
23521 (${board}_get_comm_port): New function.
23522
23523 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
23524
23525 * gdb.base/memattr.exp: Improve regexps to handle memory regions
23526 appearing in any order.
23527
23528 2014-04-15 Doug Evans <dje@google.com>
23529
23530 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
23531 uninitialized value of "description".
23532
23533 2014-04-15 Keith Seitz <keiths@redhat.com>
23534
23535 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
23536 Remove unused globals.
23537 (test_running_the_program): Likewise.
23538 (test_controlled_execution): Likewise.
23539 (test_controlling_breakpoints): Likewise.
23540 (test_program_termination): Likewise.
23541
23542 2014-04-15 Keith Seitz <keiths@redhat.com>
23543
23544 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
23545 unused globals.
23546 (test_rbreak_creation_and_listing): Likewise.
23547 (test_ignore_count): Likewise.
23548 (test_error): Likewise.
23549
23550 2014-04-15 Pedro Alves <palves@redhat.com>
23551
23552 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
23553 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
23554 sym-file-loader.c.
23555 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
23556 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
23557 to sym-file-loader.c.
23558 (struct library): Forward declare.
23559 (load_shlib, lookup_function): Change prototypes.
23560 (find_shstrtab, find_strtab, find_shdr, find_symtab)
23561 (translate_offset): Remove declarations.
23562 (get_text_addr): New declaration.
23563 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
23564 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
23565 sym-file-loader.h.
23566 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
23567 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
23568 here from sym-file-loader.h.
23569 (struct library): New structure.
23570 (load_shlib, lookup_function): Change prototypes and adjust to
23571 work with a struct library.
23572 (find_shstrtab, find_strtab, find_shdr, find_symtab)
23573 (translate_offset): Make static.
23574 (get_text_addr): New function.
23575 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
23576
23577 2014-04-15 Pedro Alves <palves@redhat.com>
23578
23579 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
23580
23581 2014-04-15 Pedro Alves <palves@redhat.com>
23582
23583 * gdb.base/sym-file-loader.c: Include <limits.h>.
23584 (SELF_LINK): New define.
23585 (get_origin): New function.
23586 (load_shlib): Use it.
23587 * gdb.base/sym-file.exp: Don't early return if the target is
23588 remote. Use runto_main, and issue fail is that fails. Use
23589 gdb_load_shlibs.
23590 (shlib_name): Delete.
23591 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
23592
23593 2014-04-15 Pedro Alves <palves@redhat.com>
23594
23595 * gdb.base/sym-file.exp: Remove regex characters from test
23596 message. Don't refer to breakpoint numbers in test messages.
23597
23598 2014-04-14 Keith Seitz <keiths@redhat.com>
23599
23600 PR c++/16253
23601 * gdb.cp/var-tag.cc: New file.
23602 * gdb.cp/var-tag.exp: New file.
23603 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
23604 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
23605 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
23606 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
23607
23608 2014-04-14 Tom Tromey <tromey@redhat.com>
23609
23610 * gdb.cp/classes.exp (test_enums): Handle underlying type.
23611 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
23612 type.
23613 * gdb.cp/enum-class.exp: New file.
23614 * gdb.cp/enum-class.cc: New file.
23615
23616 2014-04-14 Tom Tromey <tromey@redhat.com>
23617
23618 * gdb.dwarf2/enum-type.exp: New file.
23619
23620 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
23621
23622 * gdb.mi/mi-vla-c99.exp: New file.
23623 * gdb.mi/vla.c: New file.
23624
23625 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
23626
23627 * gdb.base/vla-datatypes.c: New file.
23628 * gdb.base/vla-datatypes.exp: New file.
23629
23630 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
23631
23632 * gdb.base/vla-ptr.c: New file.
23633 * gdb.base/vla-ptr.exp: New file.
23634
23635 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
23636
23637 * gdb.dwarf2/count.exp: New file.
23638
23639 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
23640
23641 * gdb.base/vla-sideeffect.c: New file.
23642 * gdb.base/vla-sideeffect.exp: New file.
23643
23644 2014-04-14 David Blaikie <dblaikie@gmail.com>
23645
23646 * gdb.mi/non-stop.c: Add return value for non-void function return
23647 statement.
23648 * gdb.threads/staticthreads.c: Ditto.
23649
23650 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
23651 Doug Evans <xdje42@gmail.com>
23652
23653 * gdb.guile/scm-value.c: Improve test case.
23654 * gdb.guile/scm-value.exp: Add new test.
23655
23656 2014-04-11 David Blaikie <dblaikie@gmail.com>
23657
23658 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
23659 override Clang's default.
23660
23661 2014-04-11 Joel Brobecker <brobecker@adacore.com>
23662
23663 Revert the following changes (regressions):
23664
23665 * gdb.base/vla-sideeffect.c: New file.
23666 * gdb.base/vla-sideeffect.exp: New file.
23667
23668 * gdb.dwarf2/count.exp: New file.
23669
23670 * gdb.base/vla-multi.c: New file.
23671 * gdb.base/vla-multi.exp: New file.
23672
23673 * gdb.base/vla-ptr.c: New file.
23674 * gdb.base/vla-ptr.exp: New file.
23675
23676 * gdb.base/vla-datatypes.c: New file.
23677 * gdb.base/vla-datatypes.exp: New file.
23678
23679 * gdb.mi/mi-vla-c99.exp: New file.
23680 * gdb.mi/vla.c: New file.
23681
23682 2014-04-11 Keith Seitz <keiths@redhat.com>
23683
23684 PR c++/16675
23685 * gdb.cp/cpsizeof.exp: New file.
23686 * gdb.cp/cpsizeof.cc: New file.
23687
23688 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23689
23690 * gdb.mi/mi-vla-c99.exp: New file.
23691 * gdb.mi/vla.c: New file.
23692
23693 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23694
23695 * gdb.base/vla-datatypes.c: New file.
23696 * gdb.base/vla-datatypes.exp: New file.
23697
23698 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23699
23700 * gdb.base/vla-ptr.c: New file.
23701 * gdb.base/vla-ptr.exp: New file.
23702
23703 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23704
23705 * gdb.base/vla-multi.c: New file.
23706 * gdb.base/vla-multi.exp: New file.
23707
23708 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23709
23710 * gdb.dwarf2/count.exp: New file.
23711
23712 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23713
23714 * gdb.base/vla-sideeffect.c: New file.
23715 * gdb.base/vla-sideeffect.exp: New file.
23716
23717 2014-04-11 Yao Qi <yao@codesourcery.com>
23718
23719 * gdb.base/completion.exp: Check file exists before running tests
23720 on file completion.
23721
23722 2014-04-10 Pedro Alves <palves@redhat.com>
23723
23724 * gdb.base/cond-eval-mode.c: New file.
23725 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
23726 prepare_for_testing to build the new file. Check result of
23727 runto_main.
23728 (test_break, test_watch): New procedures.
23729 (top level): Use them.
23730
23731 2014-04-08 Pierre Muller <muller@sourceware.org>
23732
23733 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
23734 Ctrl-V use for mingw hosts.
23735
23736 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
23737
23738 * gdb.python/py-value.c: Improve test case.
23739 * gdb.python/py-value.exp: Add new test.
23740
23741 2014-04-07 David Blaikie <dblaikie@gmail.com>
23742
23743 * lib/compiler.c: Identify the clang compiler.
23744 * lib/compiler.cc: Ditto.
23745
23746 2014-04-03 Yao Qi <yao@codesourcery.com>
23747
23748 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
23749
23750 2014-04-01 Anton Blanchard <anton@samba.org>
23751
23752 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
23753 messages unique.
23754
23755 2014-04-01 Anton Blanchard <anton@samba.org>
23756
23757 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
23758 prepare_for_testing.
23759
23760 2014-04-01 Anton Blanchard <anton@samba.org>
23761
23762 * gdb.arch/ppc64-atomic-inst.c: Remove.
23763 * gdb.arch/ppc64-atomic-inst.S: New file.
23764 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
23765
23766 2014-03-31 Doug Evans <dje@google.com>
23767
23768 * gdb.base/print-symbol-loading-lib.c: New file.
23769 * gdb.base/print-symbol-loading-main.c: New file.
23770 * gdb.base/print-symbol-loading.exp: New file.
23771
23772 2014-03-31 Yao Qi <yao@codesourcery.com>
23773
23774 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
23775
23776 2014-03-28 Joel Brobecker <brobecker@adacore.com>
23777
23778 * gdb.ada/mi_dyn_arr: New testcase.
23779
23780 2014-03-27 Doug Evans <dje@google.com>
23781
23782 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
23783
23784 2014-03-27 Yao Qi <yao@codesourcery.com>
23785
23786 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
23787 if target is nios2-*-*.
23788
23789 2014-03-26 Yao Qi <yao@codesourcery.com>
23790
23791 * lib/gdb.exp (readline_is_used): New proc.
23792 * gdb.base/completion.exp: Move tests on command complete up.
23793 Skip the rest of tests if readline is not used.
23794 * gdb.ada/complete.exp: Skp the test if readline is not
23795 used.
23796 * gdb.base/filesym.exp: Likewise.
23797 * gdb.base/macscp.exp: Likewise.
23798 * gdb.base/readline-ask.exp: Likewise.
23799 * gdb.base/readline.exp: Likewise.
23800 * gdb.python/py-cmd.exp: Likewise.
23801 * gdb.trace/tfile.exp: Likewise.
23802
23803 2014-03-26 Yao Qi <yao@codesourcery.com>
23804
23805 * gdb.base/macscp.exp: Fix code format issues.
23806
23807 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
23808
23809 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
23810 * gdb.asm/powerpc64le.inc: New file.
23811
23812 2014-03-25 Pedro Alves <palves@redhat.com>
23813 Doug Evans <dje@google.com>
23814
23815 * gdb.base/source-execution.c: New file.
23816 * gdb.base/source-execution.exp: New file.
23817 * gdb.base/source-execution.gdb: New file.
23818
23819 2014-03-24 Doug Evans <dje@google.com>
23820
23821 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
23822 using fission.
23823
23824 2014-03-24 Hui Zhu <hui@codesourcery.com>
23825 Pedro Alves <palves@redhat.com>
23826
23827 PR breakpoints/16101
23828 * gdb.base/dprintf.exp: Use unsupported rather than changing the
23829 test pass/fail messages. Detect missing support for dprintf when
23830 breakpoints are actually inserted.
23831 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
23832 breakpoints are actually inserted.
23833 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
23834 fails.
23835
23836 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
23837
23838 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
23839
23840 2014-03-22 Doug Evans <xdje42@gmail.com>
23841
23842 * gdb.python/python.exp (python not supported): Verify multi-line
23843 python command issues an error.
23844 * gdb.guile/guile.exp (guile not supported): Verify multi-line
23845 guile command issues an error.
23846
23847 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
23848
23849 * gdb.threads/thread-specific.exp: Handle the lack of usable
23850 $this_breakpoint and $this_thread.
23851
23852 2014-03-21 Hui Zhu <hui@codesourcery.com>
23853
23854 * gdb.base/attach.exp (do_command_attach_tests): New.
23855
23856 2014-03-20 Tom Tromey <tromey@redhat.com>
23857 Pedro Alves <palves@redhat.com>
23858
23859 PR cli/15718
23860 * gdb.base/condbreak-call-false.c: New file.
23861 * gdb.base/condbreak-call-false.exp: New file.
23862
23863 2014-03-20 Pedro Alves <palves@redhat.com>
23864
23865 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
23866 Delete.
23867 (block_signals, unblock_signals): Delete.
23868 (child_function_2, main): Remove references to deleted variable
23869 and functions.
23870
23871 2014-03-20 Pedro Alves <palves@redhat.com>
23872
23873 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
23874 Use pthread_kill to signal thread 2.
23875 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
23876 Adjust to make the test send itself a signal rather than using the
23877 host's "kill" command.
23878
23879 2014-03-20 Pedro Alves <palves@redhat.com>
23880
23881 * gdb.threads/multiple-step-overs.c: New file.
23882 * gdb.threads/multiple-step-overs.exp: New file.
23883 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
23884 Adjust expected infrun debug output.
23885
23886 2014-03-20 Pedro Alves <palves@redhat.com>
23887
23888 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
23889 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
23890
23891 2014-03-20 Pedro Alves <palves@redhat.com>
23892
23893 PR breakpoints/7143
23894 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
23895 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
23896 of gdb_test_multiple.
23897 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
23898 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
23899
23900 2014-03-20 Pedro Alves <palves@redhat.com>
23901
23902 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
23903 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
23904
23905 2014-03-19 Pedro Alves <palves@redhat.com>
23906
23907 * gdb.base/async.exp: Remove early return.
23908
23909 2014-03-19 Pedro Alves <palves@redhat.com>
23910
23911 * gdb.base/async.exp (step& tests): Pass explicit test messages.
23912
23913 2014-03-19 Pedro Alves <palves@redhat.com>
23914
23915 * gdb.base/async.exp (test_background): Expect \r\n after
23916 "completed." in the fail pattern.
23917
23918 2014-03-19 Pedro Alves <palves@redhat.com>
23919
23920 * gdb.base/async.exp (test_background): New procedure.
23921 Use it for all background execution command tests.
23922
23923 2014-03-19 Pedro Alves <palves@redhat.com>
23924
23925 * gdb.base/async.exp: Use prepare_for_testing.
23926
23927 2014-03-19 Pedro Alves <palves@redhat.com>
23928
23929 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
23930 the same line.
23931
23932 2014-03-19 Pedro Alves <palves@redhat.com>
23933
23934 * gdb.base/async.c (main): Add "jump here" and "until here" line
23935 marker comments.
23936 * gdb.base/async.exp (jump_here): New global.
23937 (jump& test): Use it.
23938 (until_here): New global.
23939 (until& test): Use it.
23940
23941 2014-03-19 Pedro Alves <palves@redhat.com>
23942
23943 * gdb.base/async.exp: Don't frob gdb_protocol.
23944
23945 2014-03-18 Doug Evans <xdje42@gmail.com>
23946
23947 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
23948 Fix spelling of exec-done-display.
23949
23950 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
23951
23952 PR gdb/15358
23953 * gdb.base/gdb-sigterm.c: New file.
23954 * gdb.base/gdb-sigterm.exp: New file.
23955
23956 2014-03-18 Pedro Alves <palves@redhat.com>
23957
23958 PR gdb/13860
23959 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
23960 * lib/mi-support.exp (mi_expect_stop): Add special handling for
23961 solib-event.
23962
23963 2014-03-17 Joel Brobecker <brobecker@adacore.com>
23964
23965 * gdb.ada/pckd_arr_ren: New testcase.
23966
23967 2014-03-13 Doug Evans <xdje42@gmail.com>
23968
23969 PR guile/16612
23970 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
23971 collect after discarding symbols.
23972
23973 2014-03-13 Ludovic Courtès <ludo@gnu.org>
23974 Doug Evans <xdje42@gmail.com>
23975
23976 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
23977 to history survives a gc.
23978
23979 2014-03-13 Pedro Alves <palves@redhat.com>
23980
23981 * gdb.base/default.exp: Don't test "target procfs".
23982
23983 2014-03-13 Pedro Alves <palves@redhat.com>
23984
23985 * gdb.base/default.exp: Update "target child" and "target procfs"
23986 tests to not expect "Unix".
23987
23988 2014-03-12 Tom Tromey <tromey@redhat.com>
23989
23990 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
23991 New procs. Add target-async tests.
23992 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
23993 Add target-async tests.
23994
23995 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
23996
23997 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
23998 'func_start' and 'func_end' for the beginning and end of the
23999 function code, respectively.
24000 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
24001 'func_end' instead of 'func' and 'main'.
24002
24003 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
24004
24005 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
24006 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
24007 generate the debug info assembler source.
24008
24009 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
24010
24011 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
24012 * gdb.dwarf2/arr-subrange.exp: Likewise.
24013 * gdb.dwarf2/dwz.exp: Likewise.
24014 * gdb.dwarf2/method-ptr.exp: Likewise.
24015 * gdb.dwarf2/missing-sig-type.exp: Likewise.
24016 * gdb.dwarf2/subrange.exp: Likewise.
24017 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
24018 * gdb.dwarf2/implptrpiece.exp: Likewise.
24019 * gdb.dwarf2/nostaticblock.exp: Likewise.
24020
24021 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
24022
24023 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
24024 directory to absolute path name arguments.
24025
24026 2014-03-10 Joel Brobecker <brobecker@adacore.com>
24027
24028 * gdb.ada/tagged_access: New testcase.
24029
24030 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
24031
24032 * gdb.btrace/data.exp: Update expected output.
24033
24034 2014-03-06 Yao Qi <yao@codesourcery.com>
24035
24036 * gdb.trace/pr16508.exp: New file.
24037
24038 2014-03-05 Pedro Alves <palves@redhat.com>
24039
24040 PR gdb/16575
24041 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
24042 procedure.
24043 (top level): Adjust to use it. Add tests that exercise breakpoint
24044 interaction with the code-cache.
24045
24046 2014-02-26 Ludovic Courtès <ludo@gnu.org>
24047
24048 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
24049 test for 'history-append!'.
24050
24051 2014-02-26 Joel Brobecker <brobecker@adacore.com>
24052
24053 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
24054 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
24055 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
24056 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
24057 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
24058 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
24059
24060 2014-02-26 Joel Brobecker <brobecker@adacore.com>
24061
24062 * testsuite/gdb.python/py-pp-re-notag.c: New file.
24063 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
24064 * testsuite/gdb.python/py-pp-re-notag.p: New file.
24065
24066 2014-02-26 Joel Brobecker <brobecker@adacore.com>
24067
24068 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
24069
24070 2014-02-26 Joel Brobecker <brobecker@adacore.com>
24071
24072 * gdb.dwarf2/arr-stride.c: New file.
24073 * gdb.dwarf2/arr-stride.exp: New file.
24074
24075 2014-02-26 Pedro Alves <palves@redhat.com>
24076
24077 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
24078 that won't ever trigger. Make sure that GDB reports the correct
24079 breakpoint that caused the stop.
24080
24081 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
24082
24083 PR gdb/16626
24084 * gdb.base/auto-load-script: New file.
24085 * gdb.base/auto-load.c: New file.
24086 * gdb.base/auto-load.exp: New file.
24087
24088 PR gdb/16626
24089 * gdb.base/auto-load.exp: Fix out-of-srctree run.
24090
24091 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
24092
24093 Fix dw2-icycle.exp -fsanitize=address GDB crash.
24094 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
24095
24096 2014-02-24 Doug Evans <dje@google.com>
24097
24098 * lib/gdb.exp (run_on_host): Log error output if program fails.
24099
24100 2014-02-21 Pedro Alves <palves@redhat.com>
24101
24102 * gdb.threads/step-after-sr-lock.c: Rename to ...
24103 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
24104 * gdb.threads/step-after-sr-lock.exp: Rename to ...
24105 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
24106 ... this.
24107
24108 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
24109
24110 PR tdep/16397
24111 * gdb.arch/amd64-stap-special-operands.exp: New file.
24112 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
24113 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
24114 * gdb.arch/amd64-stap-triplet.S: Likewise.
24115 * gdb.arch/amd64-stap-triplet.c: Likewise.
24116
24117 2014-02-20 Joel Brobecker <brobecker@adacore.com>
24118
24119 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
24120 in .section pseudo-op.
24121
24122 2014-02-20 lin zuojian <manjian2006@gmail.com>
24123 Joel Brobecker <brobecker@adacore.com>
24124 Doug Evans <xdje42@gmail.com>
24125
24126 PR symtab/16581
24127 * gdb.dwarf2/dw2-icycle.S: New file.
24128 * gdb.dwarf2/dw2-icycle.c: New file.
24129 * gdb.dwarf2/dw2-icycle.exp: New file.
24130
24131 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
24132
24133 * gdb.python/py-value-cc.cc: Improve test case to enable testing
24134 operations on gdb.Value objects.
24135 * gdb.python/py-value-cc.exp: Add new test to test operations on
24136 gdb.Value objects.
24137
24138 2014-02-18 Doug Evans <dje@google.com>
24139
24140 * Makefile.in (TESTS): New variable.
24141 (expanded_tests, expanded_tests_or_none): New variables
24142 (check-single): Pass $(expanded_tests_or_none) to runtest.
24143 (check-parallel): Only run tests in $(TESTS) if non-empty.
24144 (check/no-matching-tests-found): New rule.
24145 * README: Document TESTS makefile variable.
24146
24147 2014-02-18 Doug Evans <dje@google.com>
24148
24149 * Makefile.in (check-parallel): rm -rf outputs temp.
24150
24151 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
24152
24153 Fix "ERROR: no fileid for" in the testsuite.
24154 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
24155
24156 2014-02-12 Doug Evans <dje@google.com>
24157
24158 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
24159 (MISCELLANEOUS): New variable.
24160 (clean): rm -rf $(MISCELLANEOUS).
24161 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
24162 dwp live in the same directory as symlinks, with each symlink pointed
24163 to a differently named file in a different directory.
24164
24165 2014-02-11 Doug Evans <dje@google.com>
24166
24167 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
24168 of Tcl file commands.
24169
24170 2014-02-10 Mark Kettenis <kettenis@gnu.org>
24171
24172 * gdb.threads/step-after-sr-lock.exp: Avoid executing
24173 "kill -SIGUSR1 -1".
24174
24175 2014-02-10 Joel Brobecker <brobecker@adacore.com>
24176
24177 * gdb.ada/tick_length_array_enum_idx: New testcase.
24178
24179 2014-02-10 Doug Evans <xdje42@gmail.com>
24180
24181 * configure.ac (AC_OUTPUT): Add gdb.guile.
24182 * configure: Regenerate.
24183 * lib/gdb-guile.exp: New file.
24184 * lib/gdb.exp (get_target_charset): New function.
24185 * gdb.base/help.exp: Update expected output from "apropos apropos".
24186 * gdb.guile/Makefile.in: New file.
24187 * gdb.guile/guile.exp: New file.
24188 * gdb.guile/scm-arch.c: New file.
24189 * gdb.guile/scm-arch.exp: New file.
24190 * gdb.guile/scm-block.c: New file.
24191 * gdb.guile/scm-block.exp: New file.
24192 * gdb.guile/scm-breakpoint.c: New file.
24193 * gdb.guile/scm-breakpoint.exp: New file.
24194 * gdb.guile/scm-disasm.c: New file.
24195 * gdb.guile/scm-disasm.exp: New file.
24196 * gdb.guile/scm-equal.c: New file.
24197 * gdb.guile/scm-equal.exp: New file.
24198 * gdb.guile/scm-error.exp: New file.
24199 * gdb.guile/scm-error.scm: New file.
24200 * gdb.guile/scm-frame-args.c: New file.
24201 * gdb.guile/scm-frame-args.exp: New file.
24202 * gdb.guile/scm-frame-args.scm: New file.
24203 * gdb.guile/scm-frame-inline.c: New file.
24204 * gdb.guile/scm-frame-inline.exp: New file.
24205 * gdb.guile/scm-frame.c: New file.
24206 * gdb.guile/scm-frame.exp: New file.
24207 * gdb.guile/scm-generics.exp: New file.
24208 * gdb.guile/scm-gsmob.exp: New file.
24209 * gdb.guile/scm-iterator.c: New file.
24210 * gdb.guile/scm-iterator.exp: New file.
24211 * gdb.guile/scm-math.c: New file.
24212 * gdb.guile/scm-math.exp: New file.
24213 * gdb.guile/scm-objfile-script-gdb.in: New file.
24214 * gdb.guile/scm-objfile-script.c: New file.
24215 * gdb.guile/scm-objfile-script.exp: New file.
24216 * gdb.guile/scm-objfile.c: New file.
24217 * gdb.guile/scm-objfile.exp: New file.
24218 * gdb.guile/scm-ports.exp: New file.
24219 * gdb.guile/scm-pretty-print.c: New file.
24220 * gdb.guile/scm-pretty-print.exp: New file.
24221 * gdb.guile/scm-pretty-print.scm: New file.
24222 * gdb.guile/scm-section-script.c: New file.
24223 * gdb.guile/scm-section-script.exp: New file.
24224 * gdb.guile/scm-section-script.scm: New file.
24225 * gdb.guile/scm-symbol.c: New file.
24226 * gdb.guile/scm-symbol.exp: New file.
24227 * gdb.guile/scm-symtab-2.c: New file.
24228 * gdb.guile/scm-symtab.c: New file.
24229 * gdb.guile/scm-symtab.exp: New file.
24230 * gdb.guile/scm-type.c: New file.
24231 * gdb.guile/scm-type.exp: New file.
24232 * gdb.guile/scm-value-cc.cc: New file.
24233 * gdb.guile/scm-value-cc.exp: New file.
24234 * gdb.guile/scm-value.c: New file.
24235 * gdb.guile/scm-value.exp: New file.
24236 * gdb.guile/source2.scm: New file.
24237 * gdb.guile/types-module.cc: New file.
24238 * gdb.guile/types-module.exp: New file.
24239
24240 2014-02-10 Yao Qi <yao@codesourcery.com>
24241
24242 PR testsuite/16543
24243 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
24244 * configure: Regenerated.
24245 * Makefile.in: New file.
24246
24247 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
24248
24249 * gdb.python/py-framefilter.exp: Fix typo.
24250
24251 2014-02-08 Yao Qi <yao@codesourcery.com>
24252
24253 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
24254 that no =breakpoint-modified is emitted when breakpoints are
24255 modified through MI commands.
24256
24257 2014-02-07 Pedro Alves <pedro@codesourcery.com>
24258 Pedro Alves <palves@redhat.com>
24259
24260 * gdb.threads/step-after-sr-lock.c: New file.
24261 * gdb.threads/step-after-sr-lock.exp: New file.
24262
24263 2014-02-07 Pedro Alves <palves@redhat.com>
24264
24265 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
24266
24267 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
24268
24269 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
24270 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
24271
24272 2014-02-06 Doug Evans <xdje42@gmail.com>
24273
24274 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
24275 output.
24276
24277 * gdb.gdb/python-interrupts.exp: New file.
24278
24279 2014-02-05 Yao Qi <yao@codesourcery.com>
24280
24281 * gdb.trace/report.exp (use_collected_data): Test the output
24282 of "info threads" and "info inferiors".
24283
24284 2014-02-05 Yao Qi <yao@codesourcery.com>
24285
24286 Revert this patch:
24287
24288 2013-05-24 Yao Qi <yao@codesourcery.com>
24289
24290 * gdb.trace/tfile.exp: Test inferior and thread.
24291
24292 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
24293
24294 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
24295 on a function.
24296 * gdb.base/step-bt.c: Call hello via function pointer to make
24297 sure its first instruction is executed on powerpc64le-linux.
24298
24299 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
24300
24301 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
24302
24303 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
24304
24305 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
24306 of the test patterns for use on little-endian systems.
24307
24308 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
24309
24310 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
24311 (decimal_vector): Fix for little-endian.
24312
24313 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
24314
24315 * gdb.arch/sparc-sysstep.exp: New file.
24316 * gdb.arch/sparc-sysstep.c: Likewise.
24317
24318 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
24319
24320 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
24321
24322 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
24323
24324 2014-01-23 Tom Tromey <tromey@redhat.com>
24325
24326 * gdb.ada/array_char_idx: New testcase.
24327
24328 2014-01-23 Tom Tromey <tromey@redhat.com>
24329
24330 PR python/16487:
24331 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
24332 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
24333 classes.
24334
24335 2014-01-23 Tom Tromey <tromey@redhat.com>
24336
24337 PR python/16491:
24338 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
24339 string from an inferior frame.
24340 * gdb.python/py-framefilter-mi.exp: Update.
24341
24342 2014-01-22 Doug Evans <dje@google.com>
24343
24344 * gdb.server/server-mon.exp: Add tests for "set debug-format".
24345
24346 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
24347
24348 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
24349
24350 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
24351
24352 * gdb.trace/entry-values.exp: Remove excess space character from
24353 regex patterns. Handle s390 call instruction.
24354
24355 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
24356
24357 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
24358 define "*_start" label. Make "name" static.
24359 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
24360 ${name} by references to ${name}_start.
24361
24362 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
24363
24364 * gdb.base/info-macros.exp: Remove "debug" from the compile
24365 options.
24366
24367 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
24368
24369 * gdb.dlang/demangle.exp: New file.
24370
24371 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
24372
24373 * gdb.dlang/primitive-types.exp: New file.
24374
24375 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
24376
24377 * configure.ac: Create gdb.dlang/Makefile.
24378 * configure: Regenerate.
24379 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
24380 * gdb.dlang/Makefile.in: New file.
24381 * lib/d-support.exp: New file.
24382 * lib/gdb.exp (skip_d_tests): New proc.
24383
24384 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24385
24386 * gdb.btrace/delta.exp: Check reverse stepi.
24387 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
24388 * gdb.btrace/finish.exp: New.
24389 * gdb.btrace/next.exp: New.
24390 * gdb.btrace/nexti.exp: New.
24391 * gdb.btrace/record_goto.c: Add comments.
24392 * gdb.btrace/step.exp: New.
24393 * gdb.btrace/stepi.exp: New.
24394 * gdb.btrace/multi-thread-step.c: New.
24395 * gdb.btrace/multi-thread-step.exp: New.
24396 * gdb.btrace/rn-dl-bind.c: New.
24397 * gdb.btrace/rn-dl-bind.exp: New.
24398 * gdb.btrace/data.c: New.
24399 * gdb.btrace/data.exp: New.
24400 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
24401
24402 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24403
24404 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
24405 * gdb.btrace/exception.exp: Update.
24406 * gdb.btrace/instruction_history.exp: Update.
24407 * gdb.btrace/record_goto.exp: Update.
24408 * gdb.btrace/tailcall.exp: Update.
24409 * gdb.btrace/unknown_functions.exp: Update.
24410 * gdb.btrace/delta.exp: New.
24411
24412 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24413
24414 * gdb.btrace/record_goto.exp: Add backtrace test.
24415 * gdb.btrace/tailcall.exp: Add backtrace test.
24416
24417 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24418
24419 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
24420 * gdb.btrace/record_goto.c: New.
24421 * gdb.btrace/record_goto.exp: New.
24422 * gdb.btrace/x86-record_goto.S: New.
24423
24424 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24425
24426 * gdb.btrace/function_call_history.exp: Update tests.
24427 * gdb.btrace/instruction_history.exp: Update tests.
24428
24429 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24430
24431 * gdb.btrace/function_call_history.exp: Fix expected field
24432 order for "record function-call-history".
24433 Add new tests for "record function-call-history /c".
24434 * gdb.btrace/exception.cc: New.
24435 * gdb.btrace/exception.exp: New.
24436 * gdb.btrace/tailcall.exp: New.
24437 * gdb.btrace/x86-tailcall.S: New.
24438 * gdb.btrace/x86-tailcall.c: New.
24439 * gdb.btrace/unknown_functions.c: New.
24440 * gdb.btrace/unknown_functions.exp: New.
24441 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
24442
24443 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24444
24445 * gdb.btrace/instruction_history.exp: Update.
24446 * gdb.btrace/function_call_history.exp: Update.
24447
24448 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24449
24450 * gdb.btrace/function_call_history.exp: Fix expected function
24451 trace.
24452 * gdb.btrace/instruction_history.exp: Initialize traced.
24453 Remove traced_functions.
24454
24455 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24456
24457 * gdb.btrace/function_call_history.exp: Update
24458 * gdb.btrace/instruction_history.exp: Update.
24459
24460 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24461
24462 * gdb.btrace/enable.exp: Update expected text.
24463
24464 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
24465
24466 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
24467 bytes.
24468
24469 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
24470
24471 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
24472
24473 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
24474
24475 * lib/gdb.exp (supports_process_record): Return true for
24476 arm*-linux*. (supports_reverse): Likewise.
24477
24478 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
24479
24480 PR python/15464
24481 PR python/16113
24482 * gdb.python/py-type.c: Enhance test case.
24483 * gdb.python/py-value-cc.cc: Likewise
24484 * gdb.python/py-type.exp: Add new tests.
24485 * gdb.python/py-value-cc.exp: Likewise
24486
24487 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
24488 Pedro Alves <palves@redhat.com>
24489
24490 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
24491 Make "name" extern.
24492 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
24493 references to ${name}_start by references to ${name}.
24494
24495 2014-01-10 Joel Brobecker <brobecker@adacore.com>
24496
24497 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
24498
24499 2014-01-10 Joel Brobecker <brobecker@adacore.com>
24500
24501 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
24502
24503 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
24504 Pedro Alves <palves@redhat.com>
24505
24506 * gdb.mi/mi-info-os.exp: Connect to the target with
24507 mi_gdb_target_load.
24508
24509 2014-01-08 Pedro Alves <palves@redhat.com>
24510
24511 * gdb.threads/reconnect-signal.c: New file.
24512 * gdb.threads/reconnect-signal.exp: New file.
24513
24514 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
24515
24516 * gdb.base/source-dir.exp: New file.
24517
24518 2014-01-07 Joel Brobecker <brobecker@adacore.com>
24519
24520 * gdb.ada/mi_interface: New testcase.
24521
24522 2014-01-07 Joel Brobecker <brobecker@adacore.com>
24523
24524 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
24525 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
24526 gdb.ada/pp-rec-component/pck.ads: New files.
24527
24528 2014-01-07 Joel Brobecker <brobecker@adacore.com>
24529
24530 * gdb.python/py-pp-integral.c: New file.
24531 * gdb.python/py-pp-integral.py: New file.
24532 * gdb.python/py-pp-integral.exp: New file.
24533
24534 For older changes see ChangeLog-1993-2013.
24535 \f
24536 ;; Local Variables:
24537 ;; mode: change-log
24538 ;; left-margin: 8
24539 ;; fill-column: 74
24540 ;; version-control: never
24541 ;; End:
24542
24543 Copyright 2014-2021 Free Software Foundation, Inc.
24544 Copying and distribution of this file, with or without modification,
24545 are permitted provided the copyright notice and this notice are preserved.
This page took 0.510653 seconds and 3 git commands to generate.