Restore gdb.SYMBOL_LABEL_DOMAIN constant
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2021-06-03 Hannes Domani <ssbssa@yahoo.de>
2
3 * gdb.python/py-symbol.exp: Test symbol constants.
4
5 2021-06-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
6
7 * gdb.dwarf2/per-bfd-sharing.exp: Fix temp-dir leakage.
8
9 2021-06-02 Carl Love <cel@us.ibm.com>
10
11 * gdb.threads/threadapply.c: Add global mybarrier.
12 (main): Add pthread_barrier_init.
13 (thread_function): Replace while loop with myp increment and
14 pthread_barrier_wait.
15
16 2021-06-02 Andrew Burgess <andrew.burgess@embecosm.com>
17
18 * lib/gdb.exp (gdb_compile): Only add the -J option when using a
19 gcc based Fortran compiler, for example, flang does not support
20 this option.
21
22 2021-06-02 Andrew Burgess <andrew.burgess@embecosm.com>
23
24 * lib/fortran.exp (fortran_int8): Escape '*' in pattern.
25
26 2021-06-01 Tom Tromey <tromey@adacore.com>
27
28 * Makefile.in (all): Don't print anything.
29 ($(abs_builddir)/site.exp site.exp): Use $(ECHO_GEN).
30 (expect-read1): Likewise.
31 (read1.so): Use $(ECHO_CC).
32 Include silent-rules.mk.
33
34 2021-06-01 Tom Tromey <tromey@adacore.com>
35
36 * aclocal.m4, configure.ac, configure: Remove.
37 * Makefile.in (EXTRA_RULES): Remove.
38 ($(abs_builddir)/site.exp site.exp): Don't depend on
39 config.status.
40 (distclean maintainer-clean realclean, Makefile): Update.
41 (config.status): Remove target.
42 (lib/pdtrace): New target.
43 (all): Don't depend on EXTRA_RULES.
44 (check-read1): Depend on read1.so, expect-read1.
45
46 2021-06-01 Tom de Vries <tdevries@suse.de>
47
48 PR symtab/26096
49 * gdb.cp/cold-clone.cc: New test.
50 * gdb.cp/cold-clone.exp: New file.
51
52 2021-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
53
54 * gdb.gdb/unittest.c: New file.
55 * gdb.gdb/unittest.exp: Run with and without a binary file loaded
56 into GDB.
57
58 2021-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
59
60 * gdb.base/premature-dummy-frame-removal.c: New file.
61 * gdb.base/premature-dummy-frame-removal.exp: New file.
62 * gdb.base/premature-dummy-frame-removal.py: New file.
63
64 2021-05-27 Simon Marchi <simon.marchi@polymtl.ca>
65
66 * gdb.base/reverse-init-functions.exp: New.
67
68 2021-05-27 Tom de Vries <tdevries@suse.de>
69
70 PR symtab/27919
71 PR testsuite/27920
72 * gdb.dwarf2/dw2-dummy-cu.exp: Use maint expand-symtabs instead of
73 -readnow.
74
75 2021-05-27 Tom de Vries <tdevries@suse.de>
76
77 PR testsuite/27921
78 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Rename to ...
79 (local_add_gdb_index): ... this.
80
81 2021-05-21 Tom de Vries <tdevries@suse.de>
82
83 PR testsuite/25047
84 * boards/cc-with-gnu-debuglink.exp: New file.
85
86 2021-05-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
87
88 * gdb.dwarf2/dw2-inline-with-lexical-scope.c (func): Replace
89 a dead code with an assignment to a global var. Fix a
90 whitespacing problem around an assignment operator.
91
92 2021-05-19 Will Schmidt <will_schmidt@vnet.ibm.com>
93
94 * gdb.arch/powerpc64-prologue.c: New test to exercise prologues
95 for the powerpc64 LE target.
96 * gdb.arch/powerpc-prologue.exp: Test Harness.
97
98 2021-05-19 Andrew Burgess <andrew.burgess@embecosm.com>
99
100 * gdb.guile/scm-pretty-print.exp: Add test names to resolve
101 duplicate test names.
102
103 2021-05-19 Tom de Vries <tdevries@suse.de>
104
105 * gdb.base/info-types.exp.tcl: Scan info types output line-by-line.
106
107 2021-05-17 Simon Marchi <simon.marchi@polymtl.ca>
108
109 * gdb.python/py-framefilter-gdb.py.in: Rename to:
110 * gdb.python/py-framefilter-gdb.py: ... this.
111 * gdb.python/py-framefilter-invalidarg-gdb.py.in: Rename to:
112 * gdb.python/py-framefilter-invalidarg-gdb.py: ... this.
113
114 2021-05-17 Simon Marchi <simon.marchi@polymtl.ca>
115
116 * gdb.python/py-framefilter-gdb.py.in: Re-format.
117 * gdb.python/py-framefilter-invalidarg-gdb.py.in: Re-format.
118
119 2021-05-17 Bhuvanendra Kumar N <Bhuvanendra.KumarN@amd.com>
120
121 * gdb.base/class-allocatable-array.exp: Modified test for clang.
122
123 2021-05-16 Weimin Pan <weimin.pan@oracle.com>
124
125 * gdb.ctf/funcreturn.exp: New file.
126 * gdb.ctf/whatis.c: Copy from gdb.base.
127
128 2021-05-14 Tom Tromey <tom@tromey.com>
129
130 * gdb.rust/pp.exp: New file.
131 * gdb.rust/pp.py: New file.
132 * gdb.rust/pp.rs: New file.
133
134 2021-05-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
135
136 * gdb.base/index-cache.exp: Cleanup $cache_dir/*.gdb-index and
137 remove the directory.
138 * gdb.dwarf2/per-bfd-sharing.exp: Likewise.
139
140 2021-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
141
142 * gdb.python/py-inferior.exp: Add test cases for 'connection_num'.
143
144 2021-05-14 Kent Cheung <kent.cheung@arm.com>
145 Andrew Burgess <andrew.burgess@embecosm.com>
146
147 * gdb.python/py-format-string.c: Added a variable to test.
148 * gdb.python/py-format-string.exp: Check string representation is
149 printed at appropriate max_depth settings.
150 * gdb.python/py-nested-maps.exp: Likewise.
151 * gdb.guile/scm-pretty-print.exp: Add additional tests.
152
153 2021-05-13 Andrew Burgess <andrew.burgess@embecosm.com>
154
155 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Give some tests
156 unique names, also wrap proc body in with_test_prefix.
157
158 2021-05-13 Andrew Burgess <andrew.burgess@embecosm.com>
159
160 * gdb.guile/scm-frame-args.exp: Add with_test_prefix to resolve
161 duplicate test names.
162 * gdb.guile/scm-parameter.exp: Provide test names to avoid
163 duplicate names based on the command being run.
164 * gdb.guile/scm-symbol.exp: Extend test name to make it unique.
165 * gdb.guile/scm-type.exp (restart_gdb): Don't print PASS line when
166 loading a support module.
167 (test_equality): Update test name to match the actual test, making
168 the name unique in the process.
169 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test names
170 to resolve duplicate tests.
171 (test_inferior_function_call): Likewise.
172 (test_subscript_regression): Likewise.
173
174 2021-05-13 Andrew Burgess <andrew.burgess@embecosm.com>
175
176 * lib/guile.exp (gdb_scm_load_file): Use empty test name to
177 silence PASS lines.
178 (gdb_install_guile_module): Likewise.
179
180 2021-05-12 George Barrett <bob@bob131.so>
181
182 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test for
183 value-const-value.
184
185 2021-05-12 George Barrett <bob@bob131.so>
186
187 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test for
188 value-reference-value. Add test for value-rvalue-reference-value.
189
190 2021-05-11 Tom de Vries <tdevries@suse.de>
191
192 * gdb.base/watch_thread_num.exp: Fix "set debug infrun 1" FAILs.
193 Add "set debug infrun 1" commented out.
194
195 2021-05-11 Tom de Vries <tdevries@suse.de>
196
197 * gdb.base/gdb-sigterm.exp: Fix exp_continue regexp.
198
199 2021-05-11 Bhuvanendra Kumar <Bhuvanendra.KumarN@amd.com>
200
201 * gdb.fortran/array-element.exp: Breakpoint location is modified.
202
203 2021-05-10 Lancelot Six <lsix@lancelotsix.com>
204
205 PR gdb/27614
206 * gdb.dwarf2/gdb-add-index-symlink.exp: New test.
207
208 2021-05-10 Andrew Burgess <andrew.burgess@embecosm.com>
209
210 * gdb.guile/guile.exp: Don't use the source directory as a
211 temporary HOME directory.
212
213 2021-05-10 Simon Marchi <simon.marchi@polymtl.ca>
214
215 * gdb.arch/amd64-osabi.exp (test_osabi_none): Use the
216 parameters.
217
218 2021-05-07 Andrew Burgess <andrew.burgess@embecosm.com>
219
220 * gdb.guile/guile.exp: Add an extra test.
221
222 2021-05-07 Andrew Burgess <andrew.burgess@embecosm.com>
223
224 * gdb.base/ptype-offsets.exp: Replace use of send_gdb with
225 gdb_test_no_output.
226
227 2021-05-07 Simon Marchi <simon.marchi@polymtl.ca>
228
229 * Re-format all Python files using black.
230 * gdb.python/py-prettyprint.exp (run_lang_tests): Adjust.
231
232 2021-05-06 Andrew Burgess <andrew.burgess@embecosm.com>
233
234 * gdb.guile/scm-breakpoint.exp (test_watchpoints): Print the
235 watchpoint object before and after registering it with GDB.
236
237 2021-05-06 Andrew Burgess <andrew.burgess@embecosm.com>
238
239 * gdb.guile/scm-breakpoint.exp (test_bkpt_basic): Convert to
240 'proc_with_prefix', remove use of 'with_test_prefix', and
241 reindent.
242 (test_bkpt_deletion): Likewise.
243 (test_bkpt_cond_and_cmds): Likewise.
244 (test_bkpt_invisible): Likewise.
245 (test_watchpoints): Likewise.
246 (test_bkpt_internal): Likewise.
247 (test_bkpt_eval_funcs): Likewise.
248 (test_bkpt_registration): Likewise.
249 (test_bkpt_address): Convert to 'proc_with_prefix'.
250 (test_bkpt_probe): Likewise.
251
252 2021-05-06 Andrew Burgess <andrew.burgess@embecosm.com>
253
254 * gdb.guile/scm-breakpoint.exp (test_bkpt_basic): Extend test
255 names to avoid duplicates.
256 (test_bkpt_cond_and_cmds): Likewise.
257 (test_bkpt_eval_funcs): Likewise.
258
259 2021-05-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
260
261 * gdb.mi/mi-break.exp (test_forced_conditions): Add a test
262 for the -break-condition command's "--force" flag.
263
264 2021-05-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
265
266 * gdb.mi/mi-break.exp (test_forced_conditions): New proc that
267 is called by the test.
268
269 2021-05-05 Tom de Vries <tdevries@suse.de>
270
271 * gdb.threads/detach-step-over.exp: Do exp_continue when encountering
272 "Reading symbols" or "Expanding full symbols" lines. Using timeout
273 factor of 2 for attach.
274
275 2021-05-05 Tom de Vries <tdevries@suse.de>
276
277 * gdb.threads/fork-plus-threads.exp: Handle "New LWP <n>" and
278 "LWP <n> exited" messages.
279
280 2021-05-04 Simon Marchi <simon.marchi@polymtl.ca>
281
282 * gdb.python/py-type.exp (test_fields): Test calling fields on
283 an int type.
284
285 2021-05-04 Simon Marchi <simon.marchi@efficios.com>
286
287 * gdb.python/flexible-array-member.exp: Adjust expected range
288 value for member declared with 0 size. Test accessing range
289 tuple through range type.
290
291 2021-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
292
293 PR testsuite/27788
294 * gdb.python/py-startup-opt.exp (test_python_settings): Change the
295 expected results when environment variable PYTHONDONTWRITEBYTECODE
296 is set.
297
298 2021-04-30 Tom Tromey <tromey@adacore.com>
299
300 * gdb.ada/enum_idx_packed/pck.ads (My_Enum, My_Array_Type)
301 (Confused_Array): New types.
302 * gdb.ada/enum_idx_packed/foo.adb (Confused_Array): New variable.
303 * gdb.ada/enum_idx_packed.exp: Add new tests.
304
305 2021-04-30 Tom de Vries <tdevries@suse.de>
306
307 * gdb.mi/mi-sym-info.exp: Add with_timeout_factor, and increase
308 existing timeout factors.
309
310 2021-04-30 Tom de Vries <tdevries@suse.de>
311
312 * gdb.mi/mi-sym-info.exp: Remove duplicate test.
313
314 2021-04-29 Tom de Vries <tdevries@suse.de>
315
316 PR testsuite/27786
317 * lib/valgrind.exp (vgdb_start): Use set_remotetimeout. Increase
318 remotetimeout to 4.
319
320 2021-04-28 Tom Tromey <tromey@adacore.com>
321
322 * gdb.ada/null_overload.exp: New file.
323 * gdb.ada/null_overload/foo.adb: New file.
324
325 2021-04-28 Andrew Burgess <andrew.burgess@embecosm.com>
326
327 * gdb.python/py-startup-opt.exp: New file.
328
329 2021-04-27 Luis Machado <luis.machado@linaro.org>
330
331 * gdb.base/maint.exp: Drop a pattern that is not needed.
332 * lib/gdb.exp (readnow): Match line-by-line.
333
334 2021-04-27 Luis Machado <luis.machado@linaro.org>
335
336 * gdb.xml/tdesc-reload.exp: Pass -lbl.
337
338 2021-04-27 Michael Weghorn <m.weghorn@posteo.de>
339 Simon Marchi <simon.marchi@polymtl.ca>
340
341 * gdb.python/libpy-autoloaded-pretty-printers-in-newobjfile-event.so-gdb.py: New test.
342 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event-lib.cc: New test.
343 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event-lib.h: New test.
344 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event-main.cc: New test.
345 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event.exp: New test.
346 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event.py: New test.
347
348 2021-04-26 Tom Tromey <tromey@adacore.com>
349
350 PR gdb/27743:
351 * gdb.dwarf2/imported-unit-bp.exp: New file.
352 * gdb.dwarf2/imported-unit-bp-main.c: New file.
353 * gdb.dwarf2/imported-unit-bp-alt.c: New file.
354
355 2021-04-26 Simon Marchi <simon.marchi@polymtl.ca>
356
357 PR gdb/27773
358 * gdb.base/dump.exp: Test dump to non-existent dir.
359
360 2021-04-26 Luis Machado <luis.machado@linaro.org>
361
362 * gdb.arch/aarch64-dbreg-contents.c (set_watchpoint): Fix arch level
363 comparison.
364
365 2021-04-25 Lancelot Six <lsix@lancelotsix.com>
366
367 PR gdb/22640
368 * gdb.base/ptype-offsets.exp: Add tests to verify the behavior
369 of 'ptype/ox' and 'ptype/od'. Check that 'set print type hex'
370 changes the default behavior of 'ptype/o'. Update to take into
371 account new horizontal layout.
372 * gdb.rust/simple.exp: Update ptype test to check new horizontal
373 layout.
374 * gdb.rust/union.exp: Same.
375
376 2021-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
377
378 * gdb.base/info_sources.exp: Add new tests.
379
380 2021-04-22 Tom Tromey <tom@tromey.com>
381
382 * gdb.base/ptype-offsets.cc (struct empty_member): New.
383 (main): Use empty_member.
384 * gdb.base/ptype-offsets.exp: Add new test.
385
386 2021-04-22 Simon Marchi <simon.marchi@polymtl.ca>
387
388 * gdb.python/flexible-array-member.exp: Add check for Python
389 support.
390
391 2021-04-22 Simon Marchi <simon.marchi@polymtl.ca>
392
393 PR gdb/27757
394 * gdb.python/flexible-array-member.c: New test.
395 * gdb.python/flexible-array-member.exp: New test.
396 * gdb.guile/scm-type.exp (test_range): Add test for flexible
397 array member.
398 * gdb.guile/scm-type.c (struct flex_member): New.
399 (main): Use it.
400
401 2021-04-22 Tom Tromey <tom@tromey.com>
402
403 * gdb.rust/modules.exp: Add checks for syntax errors.
404 * gdb.rust/expr.exp: Add checks for syntax errors.
405 * gdb.rust/simple.exp: Add checks for syntax errors.
406
407 2021-04-21 Carl Love <cel@us.ibm.com>
408
409 * gdb.base/valgrind-bt.exp: Add gdb_test "break main".
410 Update expected string for gdb_test "bt".
411
412 * lib/valgrind.exp: Add set remotetimeout 3.
413 Increase vgdb wait from 1 to 2.
414 Add max-invoke-ms option to vgdb command line.
415
416 2021-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
417
418 * gdb.mi/mi-break.exp: Extend with checks for invalid breakpoint
419 conditions.
420
421 2021-04-21 Simon Marchi <simon.marchi@polymtl.ca>
422 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
423
424 * gdb.mi/mi-break.exp: Fix the duplicate test names.
425
426 2021-04-20 Felix Willgerodt <felix.willgerodt@intel.com>
427
428 * gdb.base/address_space_qualifier.exp: New file.
429
430 2021-04-19 Tom Tromey <tromey@adacore.com>
431
432 PR gdb/27742:
433 * gdb.opt/inline-locals.exp: Update kfail patterns.
434
435 2021-04-17 Tom Tromey <tom@tromey.com>
436
437 * gdb.dwarf2/gdb-index-nodebug.exp: New file.
438
439 2021-04-16 Tom Tromey <tom@tromey.com>
440
441 * gdb.rust/simple.exp: Change error text.
442 * gdb.rust/expr.exp: Change error text.
443
444 2021-04-16 Tom Tromey <tom@tromey.com>
445
446 * gdb.rust/simple.exp: Add parens to 'as' test.
447
448 2021-04-16 Simon Marchi <simon.marchi@efficios.com>
449
450 * boards/simavr.exp: Set debug_flags.
451
452 2021-04-16 Luis Machado <luis.machado@linaro.org>
453
454 * gdb.dwarf2/dw2-bfloat16.exp: New file.
455
456 2021-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
457
458 * gdb.python/py-parameter.exp: Give a test a proper name to avoid
459 including a path in the test name.
460
461 2021-04-15 Simon Marchi <simon.marchi@polymtl.ca>
462
463 * gdb.threads/fork-plus-threads.exp: Use foreach_with_prefix.
464
465 2021-04-15 Tom Tromey <tromey@adacore.com>
466
467 * gdb.dwarf2/arr-stride.exp: Add test.
468
469 2021-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
470
471 * gdb.base/startup-file.exp: Add more tests.
472
473 2021-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
474
475 PR cli/25956
476 * gdb.base/early-init-file.c: New file.
477 * gdb.base/early-init-file.exp: New file.
478 * lib/gdb-utils.exp (style): Handle style 'none'.
479
480 2021-04-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
481
482 * gdb.dwarf2/dw2-inline-with-lexical-scope.exp: Use
483 @DW_INL_declared_inlined for the inline attribute.
484
485 2021-04-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
486
487 * gdb.opt/inline-locals.c (scoped): New function.
488 (main): Call 'scoped'.
489 * gdb.opt/inline-locals.exp: Update with "info locals" tests
490 for scoped variables.
491 * gdb.dwarf2/dw2-inline-with-lexical-scope.c: New file.
492 * gdb.dwarf2/dw2-inline-with-lexical-scope.exp: New file.
493
494 2021-04-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
495
496 * lib/dwarf.exp (_location): Recognize DW_OP_fbreg as an op.
497
498 2021-04-12 Will Schmidt <will_schmidt@vnet.ibm.com>
499
500 * gdb.arch/powerpc-vsx-regs.exp: Initialize vs* doublewords.
501
502 2021-04-12 Will Schmidt <will_schmidt@vnet.ibm.com>
503
504 * gdb.arch/powerpc-plxv-nonrel.s: Testcase using
505 non-relative plxv instructions.
506 * gdb.arch/powerpc-plxv-nonrel.exp: Testcase harness.
507
508 2021-03-31 Will Schmidt <will_schmidt@vnet.ibm.com>
509
510 PR gdb/27525
511 * gdb/testsuite/gdb.arch/powerpc-addpcis.exp: Testcase harness to
512 exercise single-stepping over subpcis,lnia,addpcis instructions
513 with displacement.
514 * gdb/testsuite/gdb.arch/powerpc-addpcis.s: Testcase with stream
515 of addpcis/lnia/subpcis instructions.
516 * gdb/testsuite/gdb.arch/powerpc-lnia.exp: Testcase harness to
517 exercise single-stepping over lnia instructions with displacement.
518 * gdb/testsuite/gdb.arch/powerpc-lnia.s: Testcase with stream of
519 lnia instructions.
520
521 2021-03-31 Will Schmidt <will_schmidt@vnet.ibm.com>
522
523 * gdb.arch/powerpc-power10.s: New test for instructions.
524 * gdb.arch/powerpc-power10.exp: Harness to run the test.
525
526 2021-4-12 Carl Love <cel@us.ibm.com>
527
528 * gdb.arch/vsx-vsr-float128.c: New test file.
529 * gdb.arch/vsx-vsr-float128.exp: New expect file.
530
531 2021-04-12 Markus Metzger <markus.t.metzger@intel.com>
532
533 * gdb.btrace/reconnect.exp: Relax expected stepi output.
534
535 2021-04-07 Weimin Pan <weimin.pan@oracle.com>
536
537 * gdb.base/ctf-ptype.c: Add struct link containing a forward
538 reference type.
539 * gdb.base/ctf-ptype.exp: Add "ptype struct link".
540
541 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
542
543 * gdb.fortran/dynamic-ptype-whatis.exp: New file.
544 * gdb.fortran/dynamic-ptype-whatis.f90: New file.
545
546 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
547
548 * gdb.cp/rvalue-ref-params.cc (f3): New function.
549 (f4): New function.
550 (global_int): New global variable.
551 (global_float): Likeiwse.
552 (main): Call both new functions.
553 * gdb.cp/rvalue-ref-params.exp: Add new tests.
554
555 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
556
557 * gdb.dwarf2/fission-relative-dwo.c: New file.
558 * gdb.dwarf2/fission-relative-dwo.exp: New file.
559
560 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
561
562 * gdb.dwarf2/fission-absolute-dwo.c: New file.
563 * gdb.dwarf2/fission-absolute-dwo.exp: New file.
564 * gdb.dwarf2/fission-base.exp: Use build_executable_and_dwo_files
565 instead of build_executable_from_fission_assembler.
566 * gdb.dwarf2/fission-loclists-pie.exp: Likewise.
567 * gdb.dwarf2/fission-loclists.exp: Likewise.
568
569 * gdb.dwarf2/fission-multi-cu.S: Delete file.
570 * gdb.dwarf2/fission-multi-cu.c: New file based on old
571 fission-multi-cu1.c and fission-multi-cu2.c files.
572 * gdb.dwarf2/fission-multi-cu1.c: Delete file.
573 * gdb.dwarf2/fission-multi-cu2.c: Delete file.
574 * gdb.dwarf2/fission-multi-cu.exp: Rewrite to use Dwarf assembler.
575 * gdb.dwarf2/fission-reread.exp: Likewise.
576 * lib/dwarf.exp (extract_dwo_information): New proc.
577 (strip_dwo_information): New proc.
578 (build_executable_and_dwo_files): New proc.
579 (build_executable_from_fission_assembler): Delete.
580 (Dwarf::_debug_addr_index): New variable.
581 (Dwarf::_cu_is_fission): New variable.
582 (Dwarf::_handle_DW_FORM): Handle DW_OP_GNU_addr_index.
583 (Dwarf::_default_form): Supply a default for DW_AT_GNU_addr_base.
584 (Dwarf::_handle_macro_at_range): Use form DW_FORM_GNU_addr_index
585 if this is a fission CU.
586 (Dwarf::_location): Handle DW_OP_GNU_addr_index.
587 (Dwarf::debug_addr_label): New proc.
588 (Dwarf::cu): Initialise _cu_is_fission.
589 (Dwarf::tu): Likewise.
590 (Dwarf::assemble): Initialise _debug_addr_index.
591
592 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
593
594 * gdb.dwarf2/dw2-using-debug-str.exp: Add an additional test.
595
596 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
597
598 * gdb.python/py-parameter.exp: Add test for reading data-directory
599 using gdb.parameter API.
600
601 2021-04-06 Tom de Vries <tdevries@suse.de>
602
603 PR breakpoints/25884
604 * gdb.opt/inline-cmds.exp: Remove kfail.
605
606 2021-04-06 Tom de Vries <tdevries@suse.de>
607
608 PR testsuite/27691
609 * gdb.threads/gcore-thread.exp: Don't call gdb_core_cmd with core
610 file "".
611
612 2021-04-01 Egeyar Bagcioglu <egeyar@gmail.com>
613
614 * lib/pdtrace.in: Fix obvious typo.
615
616 2021-03-31 Tom Tromey <tromey@adacore.com>
617
618 * lib/dwarf.exp (Dwarf::_get_args): New proc.
619 (Dwarf::_location): Use it.
620
621 2021-03-31 Tom de Vries <tdevries@suse.de>
622
623 PR testsuite/27667
624 * lib/gdb.exp (default_gdb_init): Unset DEBUGINFOD_URLS.
625
626 2021-03-30 Simon Marchi <simon.marchi@polymtl.ca>
627
628 PR gdb/27541
629 * gdb.base/index-cache-load-twice.exp: Remove.
630 * gdb.base/index-cache-load-twice.c: Remove.
631 * gdb.dwarf2/per-bfd-sharing.exp: New.
632 * gdb.dwarf2/per-bfd-sharing.c: New.
633
634 2021-03-30 Tom de Vries <tdevries@suse.de>
635
636 PR testsuite/27604
637 * gdb.dwarf2/dw2-cu-size.S: Add missing .debug_abbrev terminator.
638
639 2021-03-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
640
641 * gdb.mi/user-selected-context-sync.exp: Spin on a variable in
642 the infinite loop to avoid a Clang bug.
643
644 2021-03-26 Will Schmidt <will_schmidt@vnet.ibm.com>
645
646 * gdb.arch/powerpc-disassembler-options.exp: Extend some test
647 names for uniqueness.
648 * gdb.arch/powerpc-fpscr-gcore.exp: Add more test names for
649 uniqueness.
650
651 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
652
653 * gdb.python/py-prettyprint.c (struct container): Add 'is_array_p'
654 member.
655 (make_container): Initialise is_array_p.
656 * gdb.python/py-prettyprint.exp: Add new tests.
657 * gdb.python/py-prettyprint.py (ContainerPrinter.display_hint):
658 Check is_array_p and possibly return 'array'.
659
660 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
661
662 * gdb.cp/breakpoint.exp: Extend test names to make them unique.
663 * gdb.cp/casts.exp: Give tests unique names.
664 * gdb.cp/filename.exp: Likewise.
665 * gdb.cp/gdb2495.exp: Likewise.
666 * gdb.cp/mb-ctor.exp: Extend test names to make them unique.
667 * gdb.cp/misc.exp: Rename test to make it unique.
668 * gdb.cp/nsnested.exp: Give tests unique names.
669 * gdb.cp/ovldbreak.exp: Likewise.
670 * gdb.cp/pr17494.exp: Rename test to reflect what is actually
671 being tested. This also removes the duplicate test name.
672 * gdb.cp/ref-types.exp: Likewise.
673 * gdb.cp/temargs.exp: Likewise.
674
675 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
676
677 * gdb.cp/cplusfuncs.exp (test_paddr_operator_functions): Escape
678 square brackets in test.
679
680 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
681
682 * gdb.cp/maint.exp (test_first_component): Run more tests with a
683 variable number of spaces, this removes the duplicate testing of
684 'operator ->' which existed before.
685
686 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
687
688 * gdb.cp/gdb2384.cc (main): Change comments used for breakpoints.
689 * gdb.cp/gdb2384.exp: Change and extend test names to avoid
690 duplicates, and also to avoid having a string inside parentheses
691 at the end of test names.
692
693 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
694
695 * gdb.cp/nsusing.exp: Rewrite test, remove a duplicate test block.
696 Avoid repeated uses of 'runto', and instread just progress once
697 through the test stopping at different breakpoints. Give comments
698 a capital letter and full stop. Give duplicate tests unique names.
699
700 2021-03-25 Pedro Alves <pedro@palves.net>
701
702 * gdb.server/stop-reply-no-thread-multi.exp (run_test): Add
703 "target_non_stop" parameter and use it.
704 (top level): Add "maint set target-non-stop on/off" testing axis.
705
706 2021-03-25 Andrew Burgess <andrew.burgess@embecosm.com>
707
708 * lib/ada.exp (gnat_runtime_has_debug_info): Use -wrap with
709 gdb_test_multiple.
710
711 2021-03-24 Luis Machado <luis.machado@linaro.org>
712
713 * gdb.arch/aarch64-mte.c: New file.
714 * gdb.arch/aarch64-mte.exp: New test.
715 * gdb.base/memtag.c: New file.
716 * gdb.base/memtag.exp: New test.
717 * lib/gdb.exp (supports_memtag): New function.
718
719 2021-03-24 Luis Machado <luis.machado@linaro.org>
720
721 * gdb.base/options.exp: Adjust for new print options.
722 * gdb.base/with.exp: Likewise.
723
724 2021-03-22 Andrew Burgess <andrew.burgess@embecosm.com>
725
726 * gdb.dwarf2/dw2-missing-cu-tag.c: New file.
727 * gdb.dwarf2/dw2-missing-cu-tag.exp: New file.
728
729 2021-03-22 Andrew Burgess <andrew.burgess@embecosm.com>
730
731 * gdb.dwarf2/dw2-using-debug-str.c: New file.
732 * gdb.dwarf2/dw2-using-debug-str.exp: New file.
733 * lib/dwarf.exp (Dwarf::DW_FORM_strp): Create .debug_str section,
734 not .debug_string.
735
736 2021-03-20 Tom Tromey <tom@tromey.com>
737
738 * gdb.base/maint.exp: Update "maint print statistics" output.
739
740 2021-03-19 Kevin Buettner <kevinb@redhat.com>
741
742 * lib/gdbserver-support.exp (gdbserver_exit): Use the
743 "-nowait" flag when waiting for gdbserver to exit.
744
745 2021-03-19 Sourabh Singh Tomar <SourabhSingh.Tomar@amd.com>
746
747 * gdb.base/info-macros.exp: Append -fdebug-macro to
748 additional_flags for clang.
749 * gdb.base/macscp.exp: Likewise.
750 * gdb.base/style.exp: Likewise.
751 * gdb.linespec/macro-relative.exp: Likewise.
752
753 2021-03-17 Simon Marchi <simon.marchi@polymtl.ca>
754 Pedro Alves <pedro@palves.net>
755
756 * gdb.base/run-attach-while-running.exp: New.
757 * gdb.base/run-attach-while-running.c: New.
758
759 2021-03-16 Andrew Burgess <andrew.burgess@embecosm.com>
760
761 * gdb.python/py-framefilter-addr.c: New file.
762 * gdb.python/py-framefilter-addr.exp: New file.
763 * gdb.python/py-framefilter-addr.py: New file.
764
765 2021-03-16 Andrew Burgess <andrew.burgess@embecosm.com>
766
767 * gdb.threads/execl.exp: Remove duplicate 'info threads' test.
768 Make use of $gdb_test_name instead of creating a separate $test
769 variable.
770 * gdb.threads/print-threads.exp: Add a with_test_prefix instead of
771 adding a '($name)' at the end of each test. This also catches the
772 one place where '($name)' was missing, and so caused a duplicate
773 test name.
774 * gdb.threads/queue-signal.exp: Give tests unique names to avoid
775 duplicate test names based on the command being tested.
776 * gdb.threads/signal-command-multiple-signals-pending.exp:
777 Likewise.
778 * lib/gdb.exp (gdb_compile_shlib_pthreads): Tweak test name to
779 avoid duplicate testnames when a test script uses this proc and
780 also gdb_compile_pthreads.
781 * lib/prelink-support.exp (build_executable_own_libs): Use
782 with_test_prefix to avoid duplicate test names when we call
783 build_executable twice.
784
785 2021-03-15 Tom Tromey <tromey@adacore.com>
786
787 * gdb.ada/fixed_points.exp: Add tests of unary + and -.
788
789 2021-03-15 Tom Tromey <tromey@adacore.com>
790
791 * gdb.ada/varsize_limit.exp: Add new test.
792 * gdb.ada/varsize_limit/vsizelim.adb: Update.
793
794 2021-03-15 Tom Tromey <tromey@adacore.com>
795
796 * gdb.ada/operator_call/twovecs.ads: New file.
797 * gdb.ada/operator_call/twovecs.adb: New file.
798 * gdb.ada/operator_call/opcall.adb: New file.
799 * gdb.ada/operator_call.exp: New file.
800
801 2021-03-15 Tom Tromey <tromey@adacore.com>
802
803 * gdb.ada/enums_overload/enums_overload_main.adb: New file.
804 * gdb.ada/enums_overload/enums_overload.ads: New file.
805 * gdb.ada/enums_overload/enums_overload.adb: New file.
806 * gdb.ada/enums_overload.exp: New file.
807
808 2021-03-15 Tom Tromey <tromey@adacore.com>
809
810 * gdb.ada/assign_arr/target_wrapper.ads (IArray, Put, Do_Nothing):
811 Declare.
812 * gdb.ada/assign_arr/target_wrapper.adb: New file.
813 * gdb.ada/assign_arr/main_p324_051.adb (IValue): New variable.
814 Call Put.
815 * gdb.ada/assign_arr.exp: Update.
816
817 2021-03-15 Andrew Burgess <andrew.burgess@embecosm.com>
818
819 * gdb.python/py-auto-load-chaining-f1.c: New file.
820 * gdb.python/py-auto-load-chaining-f1.o-gdb.py: New file.
821 * gdb.python/py-auto-load-chaining-f2.c: New file.
822 * gdb.python/py-auto-load-chaining-f2.o-gdb.py: New file.
823 * gdb.python/py-auto-load-chaining.c: New file.
824 * gdb.python/py-auto-load-chaining.exp: New file.
825
826 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
827
828 * gdb.python/py-bad-printers.exp: Extend test names to make them
829 unique.
830 * gdb.python/py-events.exp: Likewise.
831 * gdb.python/py-finish-breakpoint2.exp: Likewise.
832 * gdb.python/py-frame-inline.exp: Likewise.
833 * gdb.python/py-frame.exp: Likewise.
834 * gdb.python/py-infthread.exp: Likewise.
835
836 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
837
838 * gdb.python/py-value-cc.exp: Remove a duplicate test.
839
840 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
841
842 * gdb.python/lib-types.exp: Update the test to check the correct
843 python variable.
844
845 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
846
847 * gdb.python/py-explore-cc.exp: Extend test names to make them
848 unique.
849
850 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
851
852 * gdb.python/py-lookup-type.exp: Remove duplicate test.
853
854 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
855
856 * gdb.python/py-symtab.exp: Extend test names to make them
857 unique.
858
859 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
860
861 * gdb.python/py-prompt.exp: Add with_test_prefix to make test
862 names unique.
863
864 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
865
866 * gdb.python/py-block.exp: Give tests unique names.
867
868 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
869
870 * gdb.python/py-pp-maint.exp: Extend test names to make them
871 unique.
872
873 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
874
875 * gdb.python/py-explore.exp: Add with_test_prefix to make test
876 names unique.
877
878 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
879
880 * gdb.python/py-finish-breakpoint.exp: Make test names unique.
881
882 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
883
884 * gdb.python/py-strfns.exp: Use with_test_prefix to make test
885 names unique.
886
887 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
888
889 * gdb.python/py-format-string.exp: Use proc_with_prefix to make
890 test names unique.
891
892 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
893
894 * gdb.python/py-mi.exp: Use with_test_prefix to make test names
895 unique.
896
897 2021-03-09 Tom Tromey <tromey@adacore.com>
898
899 * gdb.base/cast-call.exp: New file.
900 * gdb.base/cast-call.c: New file.
901
902 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
903
904 * gdb.gdb/python-helper.exp: New file.
905
906 2020-03-04 Felix Willgerodt <felix.willgerodt@intel.com>
907
908 * gdb.fortran/intrinsics.exp: Add LOC tests.
909
910 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
911
912 * gdb.fortran/shape.exp: New file.
913 * gdb.fortran/shape.f90: New file.
914
915 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
916
917 * gdb.fortran/size.exp: New file.
918 * gdb.fortran/size.f90: New file.
919
920 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
921
922 * gdb.fortran/rank.exp: New file.
923 * gdb.fortran/rank.f90: New file.
924
925 2021-03-08 Tom Tromey <tom@tromey.com>
926
927 * gdb.fortran/debug-expr.exp: Update tests.
928
929 2021-03-08 Tom Tromey <tom@tromey.com>
930
931 * gdb.base/debug-expr.exp: Update expected dump output.
932
933 2021-03-06 Tom Tromey <tom@tromey.com>
934
935 * lib/dwarf.exp (_handle_DW_FORM): Treat DW_FORM_GNU_ref_alt and
936 DW_FORM_GNU_strp_alt like DW_FORM_sec_offset.
937 * gdb.dwarf2/dwznolink.exp: New file.
938
939 2021-03-05 Mark Wielaard <mark@klomp.org>
940
941 * lib/valgrind.exp (vgdb_start): Add --wait=1 to vgdbcmd.
942
943 2021-03-06 Weimin Pan <weimin.pan@oracle.com>
944
945 * gdb.base/ctf-ptype.exp: Add function tests and fix typos.
946
947 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
948
949 * gdb.btrace/rn-dl-bind.exp: Add ldflags=-Wl,-z,lazy.
950
951 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
952
953 * gdb.btrace/non-stop.exp: Adjust expected source lines.
954
955 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
956
957 * gdb.btrace/stepi.exp: Add {} options to prepare_for_testing.
958
959 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
960
961 * gdb.btrace/exception.cc (main): Update test source.
962 * gdb.btrace/exception.exp: Update patterns.
963 * gdb.btrace/function_call_history.exp: Likewise.
964
965 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
966
967 * gdb.btrace/unknown_functions.exp: Move -Wl,-x to ldflags.
968
969 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
970
971 * gdb.btrace/rn-dl-bind.exp: Replace reverse-step with
972 reverse-continue to breakpoint.
973
974 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
975
976 * gdb.btrace/delta.exp: Remove instruction-history and
977 function-call-history checks.
978
979 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
980
981 * README (Note): Add nopie_ldflag.
982 * lib/gdb.exp (gdb_compile): Extend nopie handling.
983
984 2021-03-02 Tom Tromey <tromey@adacore.com>
985
986 * gdb.ada/fixed_points.exp: Remove most special cases for minimal
987 encodings.
988
989 2021-02-27 Lancelot Six <lsix@lancelotix.com>
990
991 PR gdb/27393
992 * gdb.base/source-dir.exp: Test that empty dirnames are skipped.
993
994
995 2021-02-26 Tom Tromey <tom@tromey.com>
996
997 * lib/gdb.exp (skip_ctf_tests): Use expr on result.
998
999 2021-02-26 Jan Vrany <jan.vrany@labware.com>
1000
1001 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv):
1002 Remove trailing \n from expected output.
1003
1004 2021-02-26 Markus Metzger <markus.t.metzger@intel.com>
1005
1006 * lib/gdb.exp (use_gdb_stub): Extend comment.
1007
1008 2021-02-25 Jan Matyas <jmatyas@codasip.com>
1009
1010 PR gdb/26819
1011 * gdb.server/stop-reply-no-thread.exp: Add two test
1012 scenarios that cover remote targets which do not have
1013 the concept of threads.
1014
1015 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1016
1017 * gdb.fortran/associated.exp: Add missing '-wrap' argument.
1018
1019 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1020
1021 PR fortran/26155
1022 * gdb.fortran/call-no-debug-func.f90: New file.
1023 * gdb.fortran/call-no-debug-prog.f90: New file.
1024 * gdb.fortran/call-no-debug.exp: New file.
1025
1026 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1027
1028 * gdb.fortran/associated.exp: New file.
1029 * gdb.fortran/associated.f90: New file.
1030
1031 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1032
1033 * gdb.fortran/dot-ops.exp (dot_operations): Test ".xor.".
1034
1035 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1036
1037 * gdb.base/sect-cmd.exp: Update expected results.
1038
1039 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1040
1041 * gdb.base/sect-cmd.exp: Rewrite using modern testsuite
1042 techniques. Enable the test for all targets.
1043
1044 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1045
1046 * gdb.base/maint-info-sections.exp: Add new tests.
1047 (check_maint_info_target_sections_output): New proc.
1048
1049 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1050
1051 * gdb.arch/riscv-default-tdesc.exp: New file.
1052
1053 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1054
1055 * gdb.fortran/pointer-to-pointer.exp: Additional tests.
1056
1057 2021-02-18 Andrew Burgess <andrew.burgess@embecosm.com>
1058
1059 * gdb.arch/i386-biarch-core.exp: Add target check.
1060
1061 2021-02-16 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1062
1063 * gdb.dwarf2/pr13961.S: Corrected invalid DIE references.
1064
1065 2021-02-12 Andrew Burgess <andrew.burgess@embecosm.com>
1066
1067 * gdb.fortran/allocated.exp: New file.
1068 * gdb.fortran/allocated.f90: New file.
1069
1070 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
1071
1072 * gdb.fortran/lbound-ubound.exp: Remove old comment.
1073
1074 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
1075
1076 * gdb.base/maint-info-sections.exp: Update expected output, and
1077 add additional tests. Again.
1078
1079 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
1080
1081 * gdb.base/maint-info-sections.exp: Update expected output, and
1082 add additional tests.
1083
1084 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
1085
1086 * gdb.base/maint-info-sections.exp: New file, content is moved
1087 from gdb.base/maint.exp and cleaned up to use latest testsuite
1088 techniques.
1089 * gdb.base/maint.exp: Tests moved out to
1090 gdb.base/maint-info-sections.exp.
1091
1092 2021-02-10 Simon Marchi <simon.marchi@efficios.com>
1093
1094 * gdb.multi/multi-target.exp.tcl (setup): Add "set sysroot" to
1095 GDBFLAGS.
1096
1097 2021-02-10 Andrew Burgess <andrew.burgess@embecosm.com>
1098
1099 * gdb.fortran/lbound-ubound.F90: New file.
1100 * gdb.fortran/lbound-ubound.exp: New file.
1101
1102 2021-02-10 Tom de Vries <tdevries@suse.de>
1103
1104 * lib/gdb.exp (gdb_load_no_complaints): Remove unnecessary
1105 "Restore saved setting of complaints".
1106
1107 2021-02-09 Tom de Vries <tdevries@suse.de>
1108
1109 PR symtab/27341
1110 * lib/gdb.exp (with_complaints): New proc, factored out of ...
1111 (gdb_load_no_complaints): ... here.
1112 * gdb.fortran/function-calls.exp: Add test-case.
1113
1114 2021-02-09 Abid Qadeer <abidh@codesourcery.com>
1115
1116 * gdb.threads/signal-command-handle-nopass.exp: Call
1117 'standard_testfile' before using 'testfile'.
1118 * gdb.threads/signal-command-multiple-signals-pending.exp: Likewise.
1119 * gdb.threads/signal-delivered-right-thread.exp: Likewise
1120 * gdb.threads/signal-sigtrap.exp: Likewise
1121
1122 2021-02-08 Luis Machado <luis.machado@linaro.org>
1123
1124 * gdb.base/gnu-ifunc.exp (build): Pass -Wl,z,lazy.
1125
1126 2021-02-08 Tom de Vries <tdevries@suse.de>
1127
1128 * gdb.dwarf2/enqueued-cu-base-addr.exp: Fix inter-CU reference.
1129
1130 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1131
1132 * gdb.python/tui-window-disabled.c: New file.
1133 * gdb.python/tui-window-disabled.exp: New file.
1134 * gdb.python/tui-window-disabled.py: New file.
1135
1136 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1137
1138 * gdb.python/tui-window.exp: Add new tests.
1139 * gdb.python/tui-window.py (TestWindow) <__init__>: Store
1140 TestWindow object into global the_window.
1141 <remote_title>: New method.
1142 (delete_window_title): New function.
1143
1144 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1145
1146 * gdb.tui/winheight.exp: Add more tests.
1147
1148 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1149
1150 * gdb.python/py-framefilter.exp: Update expected results.
1151 * gdb.python/python.exp: Update expected results.
1152
1153 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1154
1155 * gdb.tui/scroll.exp: Tighten expected results. Remove comment
1156 about bug in GDB, update expected results, and add more tests.
1157
1158 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1159
1160 * gdb.tui/scroll.exp: New file.
1161 * gdb.tui/tui-layout-asm-short-prog.exp: Update expected results.
1162 * lib/tuiterm.exp (Term::_csi_M): Delete count lines, scroll
1163 remaining lines up.
1164 (Term::check_region_contents): New proc.
1165 (Term::check_box_contents): Use check_region_contents.
1166
1167 2021-02-06 Tom de Vries <tdevries@suse.de>
1168
1169 PR testsuite/26922
1170 * gdb.tui/tui-layout-asm.exp: Ignore whitespace mismatches when
1171 scrolling.
1172
1173 2021-02-05 Tom de Vries <tdevries@suse.de>
1174
1175 PR breakpoints/27313
1176 * gdb.base/catch-syscall.exp: Check that "catch syscall -1" is
1177 rejected.
1178
1179 2021-02-05 Tom de Vries <tdevries@suse.de>
1180
1181 * gdb.dwarf2/main-subprogram.exp: Add KFAIL for PR symtab/24549.
1182 * gdb.fortran/mixed-lang-stack.exp: Same.
1183
1184 2021-02-05 Tom de Vries <tdevries@suse.de>
1185
1186 PR exp/27265
1187 * gdb.base/complex-parts.exp: Add tests.
1188
1189 2021-02-05 Tom de Vries <tdevries@suse.de>
1190
1191 PR symtab/27307
1192 * gdb.dwarf2/clang-debug-names.exp: Check file command warnings.
1193
1194 2021-02-04 Shahab Vahedi <shahab@synopsys.com>
1195
1196 * gdb.xml/tdesc-regs.exp: Use correct core-regs for ARC.
1197
1198 2021-02-03 Pedro Alves <pedro@palves.net>
1199
1200 * gdb.threads/detach-step-over.c: New file.
1201 * gdb.threads/detach-step-over.exp: New file.
1202
1203 2021-02-03 Pedro Alves <pedro@palves.net>
1204
1205 * gdb.threads/attach-non-stop.c: New file.
1206 * gdb.threads/attach-non-stop.exp: New file.
1207
1208 2021-02-02 Lancelot SIX <lsix@lancelotsix.com>
1209
1210 * gdb.base/inferior-noarg.c: New test.
1211 * gdb.base/inferior-noarg.exp: New test.
1212
1213 2021-02-02 Simon Marchi <simon.marchi@polymtl.ca>
1214
1215 * gdb.base/scope.exp: Use proc_with_prefix.
1216
1217 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
1218
1219 * lib/dwarf.exp (rnglists): Add -no-offset-array option to
1220 table proc.
1221 * gdb.dwarf2/rnglists-sec-offset.exp: Add test for
1222 .debug_rnglists table without offset array.
1223 * gdb.dwarf2/loclists-sec-offset.exp: Add test for
1224 .debug_loclists table without offset array.
1225
1226 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
1227
1228 * gdb.dwarf2/rnglists-sec-offset.exp: Add test for DW_AT_ranges
1229 of DW_FORM_sec_offset form plus DW_AT_rnglists_base attribute.
1230 * gdb.dwarf2/loclists-sec-offset.exp: Add test for
1231 DW_AT_location of DW_FORM_sec_offset plus DW_AT_loclists_base
1232 attribute
1233
1234 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
1235
1236 PR gdb/26813
1237 * lib/dwarf.exp (_handle_DW_FORM): Handle DW_FORM_loclistx.
1238 (loclists): New proc.
1239 * gdb.dwarf2/loclists-multiple-cus.c: New.
1240 * gdb.dwarf2/loclists-multiple-cus.exp: New.
1241 * gdb.dwarf2/loclists-sec-offset.c: New.
1242 * gdb.dwarf2/loclists-sec-offset.exp: New.
1243
1244 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
1245
1246 * lib/dwarf.exp (_location): Add parameters.
1247 (_handle_DW_FORM): Adjust.
1248
1249 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
1250
1251 PR gdb/26813
1252 * lib/dwarf.exp (_handle_DW_FORM): Handle DW_FORM_rnglistx.
1253 (cu): Generate header for DWARF 5.
1254 (rnglists): New proc.
1255 * gdb.dwarf2/rnglists-multiple-cus.exp: New.
1256 * gdb.dwarf2/rnglists-sec-offset.exp: New.
1257
1258 2021-02-02 Tom de Vries <tdevries@suse.de>
1259
1260 PR symtab/24620
1261 * gdb.dwarf2/fission-reread.exp: Add test-case.
1262
1263 2021-02-01 Tom de Vries <tdevries@suse.de>
1264
1265 * gdb.dwarf2/fission-base.S: Pass -DDWO=$dwo.
1266 * gdb.dwarf2/fission-loclists-pie.S: Same.
1267 * gdb.dwarf2/fission-loclists.S: Same.
1268 * gdb.dwarf2/fission-multi-cu.S: Same.
1269 * gdb.dwarf2/fission-reread.S: Same.
1270 * gdb.dwarf2/fission-base.exp: Use DWO.
1271 * gdb.dwarf2/fission-loclists-pie.exp: Same.
1272 * gdb.dwarf2/fission-loclists.exp: Same.
1273 * gdb.dwarf2/fission-multi-cu.exp: Same.
1274 * gdb.dwarf2/fission-reread.exp: Same.
1275
1276 2021-01-29 Tom de Vries <tdevries@suse.de>
1277
1278 PR breakpoints/26063
1279 * gdb.dwarf2/dw2-step-out-of-function-no-stmt.c: New test.
1280 * gdb.dwarf2/dw2-step-out-of-function-no-stmt.exp: New file.
1281
1282 2021-01-29 Tom de Vries <tdevries@suse.de>
1283
1284 * gdb.opt/solib-intra-step.exp: Remove state tracking logic.
1285
1286 2021-01-28 Tom de Vries <tdevries@suse.de>
1287
1288 * gdb.arch/i386-gnu-cfi.exp: Capture the position of function gate
1289 in the backtrace, and use that in the rest of the test instead of
1290 hardcoded constant 3. Use "frame" instead of "up" for robustness.
1291
1292 2021-01-28 Tom de Vries <tdevries@suse.de>
1293
1294 * gdb.arch/i386-sse-stack-align.S: Rename g[0-4] to test_g[0-4].
1295 * gdb.arch/i386-sse-stack-align.c: Same.
1296 * gdb.arch/i386-sse-stack-align.exp: Same.
1297
1298 2021-01-28 Andrew Burgess <andrew.burgess@embecosm.com>
1299
1300 * lib/gdb.exp (default_gdb_init): Unset XDG_CONFIG_HOME.
1301
1302 2021-01-28 Tom de Vries <tdevries@suse.de>
1303
1304 * gdb.ada/out_of_line_in_inlined.exp: Use gdb_breakpoint.
1305
1306 2021-01-28 Tom de Vries <tdevries@suse.de>
1307
1308 * gdb.dwarf2/dw2-out-of-range-end-of-seq.exp: Add regexp to
1309 "maint info line-table". Make PASS pattern more specific. Make
1310 FAIL pattern work for -m32.
1311
1312 2021-01-27 Lancelot SIX <lsix@lancelotsix.com>
1313
1314 PR gdb/27133
1315 * gdb.base/ui-redirect.exp: Add test case that ensures that
1316 redirecting both logging and debug does not cause gdb to crash.
1317
1318
1319 2021-01-27 Matthew Malcomson <matthew.malcomson@arm.com>
1320
1321 * gdb.arch/insn-reloc.c: Add tests for BR and BLR.
1322
1323 2021-01-26 Tom de Vries <tdevries@suse.de>
1324
1325 * gdb.threads/killed-outside.exp: Allow regular output.
1326
1327 2021-01-26 Tom de Vries <tdevries@suse.de>
1328
1329 * gdb.opt/solib-intra-step.exp: Handle stepping into thunk.
1330
1331 2021-01-25 Tom de Vries <tdevries@suse.de>
1332
1333 * gdb.dwarf2/dw2-ranges-psym.exp (gdb_load_no_complaints): New proc.
1334 * lib/gdb.exp: Use gdb_load_no_complaints.
1335
1336 2021-01-25 Tom Tromey <tromey@adacore.com>
1337
1338 * gdb.ada/fixed_points.exp: Add regression test.
1339 * gdb.ada/fixed_points/fixed_points.adb (FP5_Var): New variable.
1340 * gdb.ada/fixed_points/pck.adb (Delta5, FP5_Type): New.
1341
1342 2021-01-25 Tom Tromey <tromey@adacore.com>
1343
1344 * gdb.ada/local-enum.exp: Add enumerator resolution test.
1345
1346 2021-01-25 Tom Tromey <tromey@adacore.com>
1347
1348 * gdb.ada/local-enum.exp: New file.
1349 * gdb.ada/local-enum/local.adb: New file.
1350
1351 2021-01-23 Tom Tromey <tom@tromey.com>
1352
1353 * lib/gdb.exp (default_gdb_init): Set INPUTRC to a cached file.
1354
1355 2021-01-22 Bernd Edlinger <bernd.edlinger@hotmail.de>
1356
1357 * gdb.base/line65535.exp: Fix test expectation.
1358
1359 2021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
1360
1361 * lib/gdb.exp (gdb_test_multiple): Remove things related to test
1362 suppression.
1363 (default_gdb_exit): Likewise.
1364 (default_gdb_spawn): Likewise.
1365 (send_gdb): Likewise.
1366 (gdb_expect): Likewise.
1367 (gdb_expect_list): Likewise.
1368 (default_gdb_init): Likewise.
1369 (gdb_suppress_entire_file): Remove.
1370 (gdb_suppress_tests): Remove.
1371 (gdb_stop_suppressing_tests): Remove.
1372 (gdb_clear_suppressed): Remove.
1373 * lib/mi-support.exp (mi_uncatched_gdb_exit): Remove things
1374 related to test suppression.
1375 (default_mi_gdb_start): Likewise.
1376 (mi_gdb_reinitialize_dir): Likewise.
1377 (mi_gdb_test): Likewise.
1378 (mi_run_cmd_full): Likewise.
1379 (mi_runto_helper): Likewise.
1380 (mi_execute_to): Likewise.
1381 * lib/prompt.exp (default_prompt_gdb_start): Likewise.
1382 * gdb.base/bitfields.exp: Likewise.
1383 * gdb.base/bitfields2.exp: Likewise.
1384 * gdb.base/break.exp: Likewise.
1385 * gdb.base/call-sc.exp: Likewise.
1386 * gdb.base/callfuncs.exp: Likewise.
1387 * gdb.base/dfp-test.exp: Likewise.
1388 * gdb.base/endian.exp: Likewise.
1389 * gdb.base/exprs.exp: Likewise.
1390 * gdb.base/funcargs.exp: Likewise.
1391 * gdb.base/hbreak2.exp: Likewise.
1392 * gdb.base/recurse.exp: Likewise.
1393 * gdb.base/scope.exp: Likewise.
1394 * gdb.base/sepdebug.exp: Likewise.
1395 * gdb.base/structs.exp: Likewise.
1396 * gdb.base/until.exp: Likewise.
1397 * gdb.cp/misc.exp: Likewise.
1398
1399 2021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
1400
1401 PR cli/25956
1402 * gdb.base/style.exp (run_style_tests): Add version string test.
1403 (test_startup_version_string): Use version style name.
1404 * lib/gdb-utils.exp (style): Handle version style name.
1405
1406 2021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
1407
1408 * gdb.base/style.exp (limited_style): New proc.
1409 (clean_restart_and_disable): New proc.
1410 (run_style_tests): New proc. Most of the old tests from this file
1411 are now in this proc.
1412 (test_startup_version_string): New proc. Reamining test from the
1413 old file is in this proc.
1414
1415 2021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
1416
1417 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
1418 Adjust to "set debug remote" changes.
1419
1420 2021-01-21 Luis Machado <luis.machado@linaro.org>
1421
1422 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Handle a new error
1423 message.
1424
1425 2021-01-21 Simon Marchi <simon.marchi@polymtl.ca>
1426
1427 * lib/tuiterm.exp (_log, _log_cur): New, use throughout.
1428
1429 2021-01-21 Hannes Domani <ssbssa@yahoo.de>
1430
1431 PR python/19151
1432 * gdb.python/py-breakpoint.exp: Add tests for hardware breakpoints.
1433
1434 2021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
1435
1436 * lib/tuiterm.exp: Rename _cur_x/_cur_y to _cur_col/_cur_row.
1437
1438 2021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
1439
1440 * lib/tuiterm.exp: Add links in comments.
1441
1442 2021-01-20 Tom de Vries <tdevries@suse.de>
1443
1444 * gdb.python/py-format-string.exp: Allow Deriv+$decimal as vtable
1445 offset.
1446
1447 2021-01-20 Tom de Vries <tdevries@suse.de>
1448
1449 * lib/gdb.exp (skip_rust_tests): Skip if multilib_flags contains -m32.
1450
1451 2021-01-20 Sergio Durigan Junior <sergiodj@sergiodj.net>
1452
1453 * gdb.arch/amd64-stap-expressions.S: New file.
1454 * gdb.arch/amd64-stap-expressions.exp: New file.
1455
1456 2021-01-19 Tom de Vries <tdevries@suse.de>
1457
1458 * gdb.base/step-over-syscall.exp: Detect and handle sysenter/int
1459 sequence.
1460
1461 2021-01-19 Tom de Vries <tdevries@suse.de>
1462
1463 * gdb.arch/i386-mpx.c (main): Drop argc/argv parameter.
1464
1465 2021-01-18 Andrew Burgess <andrew.burgess@embecosm.com>
1466
1467 * gdb.fortran/array-slices.exp (run_test): Avoid including
1468 addresses in test names.
1469
1470 2021-01-15 Tom de Vries <tdevries@suse.de>
1471
1472 PR testsuite/26997
1473 * gdb.fortran/array-slices.exp (run_test): Avoid pointer arithmetic
1474 when adding sizeof.
1475
1476 2021-01-14 Tom de Vries <tdevries@suse.de>
1477
1478 PR testsuite/24590
1479 * gdb.base/style.exp: Handle shorter argv in frame command output.
1480
1481 2021-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1482
1483 PR gdb/26819
1484 * gdb.server/stop-reply-no-thread-multi.c: New file.
1485 * gdb.server/stop-reply-no-thread-multi.exp: New file.
1486
1487 2021-01-12 Tom de Vries <tdevries@suse.de>
1488
1489 * gdb.arch/i386-mpx-call.c (have_mpx): Remove.
1490 (main): Remove call to have_mpx.
1491 * gdb.arch/i386-mpx-call.exp: Use have_mpx.
1492 * gdb.arch/i386-mpx-map.c (have_mpx): Remove.
1493 (main): Remote call to have_mpx.
1494 * gdb.arch/i386-mpx-map.exp: Use have_mpx.
1495 * gdb.arch/i386-mpx-sigsegv.c (have_mpx): Remove.
1496 (main): Remove call to have_mpx.
1497 * gdb.arch/i386-mpx-sigsegv.exp: Use have_mpx.
1498 * gdb.arch/i386-mpx-simple_segv.c (have_mpx): Remove.
1499 (main): Remove call to have_mpx.
1500 * gdb.arch/i386-mpx-simple_segv.exp: Use have_mpx.
1501 * gdb.arch/i386-mpx.c (have_mpx): Remove.
1502 (main): Remote call to have_mpx.
1503 * gdb.arch/i386-mpx.exp: Use have_mpx.
1504 * lib/gdb.exp (have_mpx): New proc.
1505
1506 2021-01-12 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
1507
1508 * gdb.arch/aarch64-fp.exp: Modify to test bfloat16 support.
1509
1510 2021-01-12 Tom de Vries <tdevries@suse.de>
1511
1512 * gdb.base/disasm-optim.exp: Require is_amd64_regs_target.
1513
1514 2021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1515
1516 * gdb.fortran/debug-expr.exp: Add new tests.
1517
1518 2021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1519
1520 * gdb.fortran/dot-ops.exp: Add new tests.
1521
1522 2021-01-11 Tom de Vries <tdevries@suse.de>
1523
1524 PR testsuite/26968
1525 * gdb.arch/amd64-stap-three-arg-disp.S: Remove insn modifying $ebx.
1526 Move insn setting $eax to before probe point.
1527
1528 2021-01-09 Tom Tromey <tom@tromey.com>
1529
1530 * gdb.trace/ax.exp: Do not require an "ext".
1531
1532 2021-01-08 Tom Tromey <tromey@adacore.com>
1533
1534 * gdb.ada/voidctx/pck.adb: New file.
1535 * gdb.ada/voidctx/pck.ads: New file.
1536 * gdb.ada/voidctx/voidctx.adb: New file.
1537 * gdb.ada/voidctx.exp: New file.
1538
1539 2021-01-08 Simon Marchi <simon.marchi@polymtl.ca>
1540
1541 PR gdb/27157
1542 * gdb.base/empty-host-env-vars.exp: New test.
1543
1544 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
1545
1546 * gdb.base/completion.exp: Add a new test.
1547
1548 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
1549
1550 * gdb.fortran/intvar-dynamic-types.exp: New file.
1551 * gdb.fortran/intvar-dynamic-types.f90: New file.
1552
1553 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
1554
1555 * gdb.fortran/intvar-array.exp: New file.
1556 * gdb.fortran/intvar-array.f90: New file.
1557
1558 2021-01-07 Tom Tromey <tromey@adacore.com>
1559
1560 * gdb.ada/assign_arr.exp: Add 'others' test.
1561
1562 2021-01-06 Tom Tromey <tromey@adacore.com>
1563
1564 * gdb.ada/fixed_points/pck.ads (Delta4): New constant.
1565 (FP4_Type): New type.
1566 (FP4_Var): New variable.
1567 * gdb.ada/fixed_points/fixed_points.adb: Update.
1568 * gdb.ada/fixed_points.exp: Add tests for binary operators.
1569
1570 2021-01-06 Simon Marchi <simon.marchi@polymtl.ca>
1571
1572 * lib/gdb.exp (gdb_test_sequence): Accept -prompt switch.
1573 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1574 Pass prompt containing debug print to gdb_test_sequence.
1575
1576 2021-01-04 Tom de Vries <tdevries@suse.de>
1577
1578 * gdb.dwarf2/dw2-out-of-range-end-of-seq.exp: New file.
1579
1580 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1581
1582
1583
1584 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1585
1586 * gdb.server/abspath.exp: Append "set sysroot" to GDBFLAGS.
1587 * gdb.server/connect-without-multi-process.exp: Likewise.
1588 * gdb.server/exit-multiple-threads.exp: Likewise.
1589 * gdb.server/ext-attach.exp: Likewise.
1590 * gdb.server/ext-restart.exp: Likewise.
1591 * gdb.server/ext-run.exp: Likewise.
1592 * gdb.server/ext-wrapper.exp: Likewise.
1593 * gdb.server/multi-ui-errors.exp: Likewise.
1594 * gdb.server/no-thread-db.exp: Likewise.
1595 * gdb.server/reconnect-ctrl-c.exp: Likewise.
1596 * gdb.server/run-without-local-binary.exp: Likewise.
1597 * gdb.server/server-kill.exp: Likewise.
1598 * gdb.server/server-run.exp: Likewise.
1599 * gdb.server/solib-list.exp: Likewise.
1600 * gdb.server/stop-reply-no-thread.exp: Likewise.
1601 * gdb.server/wrapper.exp: Likewise.
1602 * gdb.server/sysroot.exp: Increase timeout when testing the
1603 target: sysroot.
1604
1605 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1606
1607 * gdb.server/server-run.exp: Use clean_restart.
1608
1609 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1610
1611 * gdb.server/ext-run.exp: Use clean_restart.
1612
1613 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1614
1615 * gdb.server/stop-reply-no-thread.exp: Use build_executable
1616 instead of prepare_for_testing.
1617
1618 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1619
1620 * gdb.server/solib-list.exp: Use clean_restart.
1621
1622 2021-01-04 Tom de Vries <tdevries@suse.de>
1623
1624 * gdb.base/morestack.c: Remove printf.
1625 * gdb.base/morestack.exp: Don't use -fuse-ld=gold.
1626
1627 2020-12-31 Tom Tromey <tom@tromey.com>
1628
1629 * gdb.rust/simple.exp: Update output for Rust 1.49.
1630
1631 2020-12-31 Bernd Edlinger <bernd.edlinger@hotmail.de>
1632
1633 * gdb.cp/step-and-next-inline.exp: Fix test case.
1634
1635 2020-12-30 Simon Marchi <simon.marchi@polymtl.ca>
1636
1637 * gdb.python/py-frame-args.exp: De-duplicate test names.
1638
1639 2020-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
1640
1641 PR gdb/27059
1642 * gdb.dwarf2/dyn-type-unallocated.c: New file.
1643 * gdb.dwarf2/dyn-type-unallocated.exp: New file.
1644
1645 2020-12-21 Peter Waller <p@pwaller.net>
1646
1647 * gdb.base/style-interp-exec-mi.exp: New.
1648 * gdb.base/style-interp-exec-mi.c: New.
1649
1650 2020-12-21 Simon Marchi <simon.marchi@polymtl.ca>
1651
1652 * gdb.base/list.exp: Replace send_gdb + gdb_expect with
1653 gdb_test. Use proc_with_prefix.
1654
1655 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
1656
1657 * gdb.btrace/exception.exp: Build with nopie.
1658 * gdb.btrace/function_call_history.exp: Likewise.
1659 * gdb.btrace/unknown_functions.exp: Likewise.
1660
1661 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
1662
1663 * gdb.btrace/multi-inferior.exp: Skip if use_gdb_stub.
1664
1665 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
1666
1667 * gdb.python/py-record-btrace.exp: Make test names unique.
1668 * gdb.python/py-record-full.exp: Likewise.
1669
1670 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
1671
1672 * gdb.btrace/data.exp: Make test names unique.
1673 * gdb.btrace/delta.exp: Likewise.
1674 * gdb.btrace/enable.exp: Likewise.
1675 * gdb.btrace/function_call_history.exp: Likewise.
1676 * gdb.btrace/nohist.exp: Likewise.
1677 * gdb.btrace/non-stop.exp: Likewise.
1678 * gdb.btrace/rn-dl-bind.exp: Likewise.
1679 * gdb.btrace/step.exp: Likewise.
1680 * gdb.btrace/stepi.exp: Likewise.
1681 * gdb.btrace/tailcall.exp: Likewise.
1682
1683 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
1684
1685 * gdb.btrace/enable.exp: Update error message.
1686 * gdb.btrace/multi-inferior.exp: Likewise.
1687 * gdb.btrace/reconnect.exp: Likewise.
1688 * gdb.python/py-record-btrace.exp: Likewise.
1689 * gdb.python/py-record-full.exp: Likewise.
1690
1691 2020-12-20 Tom de Vries <tdevries@suse.de>
1692
1693 * lib/gdb.exp (save_target_board_info): New proc.
1694 (gdb_compile_shlib): Use save_target_board_info.
1695
1696 2020-12-19 Tom de Vries <tdevries@suse.de>
1697
1698 * lib/gdb.exp (supports_scalar_storage_order_attribute)
1699 (supports_gnuc): New proc.
1700 * gdb.base/endianity.exp: Define TEST_SSO. Eliminate
1701 test_compiler_info calls. Add unsupported message.
1702 * gdb.base/endianity.c: Use TEST_SSO.
1703
1704 2020-12-19 Hannes Domani <ssbssa@yahoo.de>
1705
1706 PR exp/27070
1707 * gdb.python/compare-enum-type-a.c: New test.
1708 * gdb.python/compare-enum-type-b.c: New test.
1709 * gdb.python/compare-enum-type.exp: New file.
1710 * gdb.python/compare-enum-type.h: New test.
1711
1712 2020-12-18 Hannes Domani <ssbssa@yahoo.de>
1713
1714 * gdb.python/py-format-string.exp: Add tests for address keyword.
1715
1716 2020-12-18 Hannes Domani <ssbssa@yahoo.de>
1717
1718 * gdb.python/py-type.exp: Add tests for TYPE_CODE_METHOD.
1719
1720 2020-12-18 Tom Tromey <tromey@adacore.com>
1721
1722 * gdb.ada/fixed_points.exp: Also run with
1723 -fgnat-encodings=minimal. Update expected output.
1724
1725 2020-12-16 Simon Marchi <simon.marchi@efficios.com>
1726
1727 * gdb.base/async-shell.exp: Enable non-stop through GDBFLAGS.
1728 * gdb.base/continue-all-already-running.exp: Likewise.
1729 * gdb.base/moribund-step.exp: Likewise.
1730 * gdb.base/step-sw-breakpoint-adjust-pc.exp: Likewise.
1731
1732 2020-12-16 Tom de Vries <tdevries@suse.de>
1733
1734 * gdb.base/batch-preserve-term-settings.exp:
1735
1736 2020-12-16 Tom de Vries <tdevries@suse.de>
1737
1738 * lib/gdb.exp (gdb_compile_shlib_1): Factor out of ...
1739 (gdb_compile_shlib): ... here. Filter out PIE-related flags.
1740
1741 2020-12-16 Luis Machado <luis.machado@linaro.org>
1742
1743 * gdb.arch/aarch64-tagged-pointer.c (main): Add a few more
1744 pointer-based memory accesses.
1745 * gdb.arch/aarch64-tagged-pointer.exp: Exercise additional
1746 hw watchpoint cases.
1747
1748 2020-12-15 Rae Kim <rae.kim@gmail.com>
1749
1750 * gdb.base/document.exp: New test.
1751
1752 2020-12-15 Tom Tromey <tromey@adacore.com>
1753
1754 * gdb.base/style.exp: Add deprecation tests.
1755
1756 2020-12-14 Simon Marchi <simon.marchi@polymtl.ca>
1757
1758 * lib/gdb.exp (gdb_test_multiple): Fix typo in doc.
1759
1760 2020-12-14 Mark Wielaard <mark@klomp.org>
1761
1762 * lib/dwarf.exp (Dwarf::_handle_attribute): Handle SPECIAL_expr
1763 specially, set attr_form_comment to the actual FORM string used.
1764
1765 2020-12-14 Mark Wielaard <mark@klomp.org>
1766
1767 * lib/dwarf.exp (Dwarf::_read_constants): Don't set
1768 _constants(SPECIAL_expr) here, but set it...
1769 (Dwarf::cu): ...here based on _cu_version.
1770
1771 2020-12-14 Tom de Vries <tdevries@suse.de>
1772
1773 * lib/gdb.exp (gdb_compile_shlib): Make sure it's not necessary to
1774 pass -fPIC.
1775 * gdb.ada/catch_ex_std.exp: Don't pass -fPIC to gdb_compile_shlib.
1776 * gdb.base/break-probes.exp: Same.
1777 * gdb.base/ctxobj.exp: Same.
1778 * gdb.base/dso2dso.exp: Same.
1779 * gdb.base/global-var-nested-by-dso.exp: Same.
1780 * gdb.base/info-shared.exp: Same.
1781 * gdb.base/jit-reader-simple.exp: Same.
1782 * gdb.base/print-file-var.exp: Same.
1783 * gdb.base/skip-solib.exp: Same.
1784 * gdb.btrace/dlopen.exp: Same.
1785
1786 2020-12-14 Tom de Vries <tdevries@suse.de>
1787
1788 PR testsuite/26963
1789 * lib/gdb.exp (run_on_host): Declare test unsupported if spawn fails.
1790
1791 2020-12-14 Tom de Vries <tdevries@suse.de>
1792
1793 PR testsuite/26962
1794 * gdb.base/solib-corrupted.exp: Handle "'_r_debug' has unknown type;
1795 cast it to its declared type".
1796
1797 2020-12-14 Tom de Vries <tdevries@suse.de>
1798
1799 PR testsuite/26951
1800 * gdb.base/batch-preserve-term-settings.exp: Use "gdb-subshell$ " as
1801 shell prompt.
1802
1803 2020-12-14 Tom Tromey <tromey@adacore.com>
1804
1805 * gdb.ada/nested.exp: Add new tests.
1806 * gdb.ada/nested/hello.adb (Fourth, Fifth): New procedures.
1807
1808 2020-12-14 Tom Tromey <tromey@adacore.com>
1809
1810 * gdb.dwarf2/ada-thick-pointer.exp: New file.
1811
1812 2020-12-14 Tom Tromey <tromey@adacore.com>
1813
1814 * gdb.dwarf2/dw2-fixed-point.exp: Add test for division by zero.
1815
1816 2020-12-13 Tom de Vries <tdevries@suse.de>
1817
1818 PR testsuite/26953
1819 * gdb.base/endianity.exp: Skip tests requiring scalar_storage_order
1820 attribute support if compiler doesn't support it.
1821
1822 2020-12-13 Tom de Vries <tdevries@suse.de>
1823
1824 * lib/gdb.exp (gdb_compile_shlib): Handle ada.
1825 * gdb.ada/catch_ex_std.exp: Use gdb_compile_shlib to compile from
1826 source to shared lib. Add ada to options.
1827
1828 2020-12-13 Tom de Vries <tdevries@suse.de>
1829
1830 * gdb.ada/catch_ex_std.exp: Use gnatmake -bargs and -largs instead of
1831 calling gnatbind and gnatlink.
1832
1833 2020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
1834
1835 * gdb.base/dcache-flush.c: New file.
1836 * gdb.base/dcache-flush.exp: New file.
1837
1838 2020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
1839
1840 * gdb.base/c-linkage-name.exp: Update to use new 'maint flush ...'
1841 commands.
1842 * gdb.base/killed-outside.exp: Likewise.
1843 * gdb.opt/inline-bt.exp: Likewise.
1844 * gdb.perf/gmonster-null-lookup.py: Likewise.
1845 * gdb.perf/gmonster-print-cerr.py: Likewise.
1846 * gdb.perf/gmonster-ptype-string.py: Likewise.
1847 * gdb.python/py-unwind.exp: Likewise.
1848
1849 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1850
1851 * gdb.base/commands.exp: Update expected results.
1852
1853 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1854
1855 PR cli/15104
1856 * gdb.base/commands.exp: Add additional tests.
1857 * gdb.base/completion.exp: Add additional tests.
1858
1859 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1860
1861 * gdb.base/completion.exp: Add additional tests.
1862
1863 2020-12-11 Tom de Vries <tdevries@suse.de>
1864
1865 PR testsuite/26991
1866 * gdb.arch/i386-mpx-call.exp: Don't expect to trigger bounds
1867 violations by setting bounds registers if the bounds are passed in the
1868 Bounds Table.
1869
1870 2020-12-11 Tom de Vries <tdevries@suse.de>
1871
1872 PR testsuite/26954
1873 * gdb.base/float128.exp: Detect and handle no mpfr support.
1874
1875 2020-12-10 Simon Marchi <simon.marchi@efficios.com>
1876
1877 PR gdb/24694
1878 * gdb.multi/multi-arch-exec.c (thread_start, main): Add barrier
1879 calls.
1880
1881 2020-12-10 Tom de Vries <tdevries@suse.de>
1882
1883 PR testsuite/26947
1884 * gdb.tui/new-layout.exp: Don't execute tests with unbalanced curly
1885 braces for tcl 8.5 and earlier.
1886
1887 2020-12-09 Simon Marchi <simon.marchi@efficios.com>
1888
1889 PR 26875, PR 26901
1890 * gdb.base/flexible-array-member.c: New test.
1891 * gdb.base/flexible-array-member.exp: New test.
1892
1893 2020-12-08 Tom de Vries <tdevries@suse.de>
1894
1895 * gdb.arch/amd64-gs_base.exp: Undo commit 67748e0f66, reimplement
1896 using is_amd64_regs_target.
1897
1898 2020-12-08 Tom de Vries <tdevries@suse.de>
1899
1900 * gdb.ada/mi_task_arg.exp: Accept <optimized out> as valid value of
1901 self_id.
1902
1903 2020-12-07 Pedro Alves <pedro@palves.net>
1904
1905 * gdb.base/break-on-linker-gcd-function.exp: Remove unused
1906 'additional_flags' variable.
1907
1908 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1909
1910 * gdb.linespec/explicit.exp: Extend with a test to check completing
1911 '-' after seemingly complete options.
1912
1913 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1914
1915 * gdb.linespec/keywords.exp: Add tests to check positional
1916 flexibility of "-force-condition".
1917
1918 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1919
1920 * gdb.base/bp-cmds-run-with-ex.c: New file.
1921 * gdb.base/bp-cmds-run-with-ex.exp: New file.
1922 * gdb.base/bp-cmds-run-with-ex.gdb: New file.
1923 * gdb.gdb/python-interrupts.exp: Update the call to
1924 'catch_command_errors' with the new argument.
1925 * gdb.gdb/python-selftest.exp: Ditto.
1926
1927 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
1928
1929 * gdb.arch/amd64-disp-step-avx.exp: Adjust pattern.
1930 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
1931 * gdb.threads/non-stop-fair-events.exp: Likewise.
1932
1933 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
1934
1935 * gdb.threads/step-over-exec.exp: New.
1936 * gdb.threads/step-over-exec.c: New.
1937 * gdb.threads/step-over-exec-execd.c: New.
1938 * lib/my-syscalls.S: New.
1939 * lib/my-syscalls.h: New.
1940
1941 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
1942
1943 * lib/dwarf.exp (declare_labels): Use name as text if text is
1944 not provided.
1945
1946 2020-12-04 Tom de Vries <tdevries@suse.de>
1947
1948 PR testsuite/26990
1949 * gdb.arch/amd64-gs_base.exp: Handle -m32 where fs_base and gs_base
1950 are unsupported.
1951
1952 2020-12-04 Tom de Vries <tdevries@suse.de>
1953
1954 * gdb.reverse/insn-reverse.exp: Don't break inside gdb_test_multiple
1955 clause.
1956
1957 2020-12-04 Tom de Vries <tdevries@suse.de>
1958
1959 * gdb.reverse/insn-reverse.exp: Fix count handling.
1960
1961 2020-12-04 Tom de Vries <tdevries@suse.de>
1962
1963 * gdb.reverse/insn-reverse-x86.c: Guard x86_64 assembly with #ifdef
1964 __x86_64__.
1965
1966 2020-12-04 Tom de Vries <tdevries@suse.de>
1967
1968 * gdb.reverse/insn-reverse.c (test_nr): New var.
1969 (usage, parse_args): New function.
1970 (main): Call parse_args. Only run test for test_nr.
1971 * gdb.reverse/insn-reverse.exp: Detect lack of progress in stepi loop
1972 and bail out. Run subtests individually, using an inferior arg
1973 specifying the subtest.
1974
1975 2020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
1976
1977 * gdb.arch/riscv-tdesc-regs.exp: Remove unwanted test.
1978
1979 2020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
1980
1981 * gdb.arch/riscv-tdesc-regs.exp (get_expected_result): New proc,
1982 update test to use this.
1983
1984 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
1985
1986 * gdb.threads/non-ldr-exc-1.exp: Fix indentation.
1987
1988 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
1989
1990 * gdb.threads/non-ldr-exc-1.exp: Use foreach_with_prefix.
1991 (do_test): Don't use with_test_prefix.
1992 * gdb.threads/non-ldr-exc-2.exp: Use foreach_with_prefix.
1993 (do_test): Don't use with_test_prefix.
1994 * gdb.threads/non-ldr-exc-3.exp: Use foreach_with_prefix.
1995 (do_test): Don't use with_test_prefix.
1996 * gdb.threads/non-ldr-exc-4.exp: Use foreach_with_prefix.
1997 (do_test): Don't use with_test_prefix.
1998
1999 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
2000
2001 * gdb.threads/non-ldr-exit.exp: Fix comment.
2002
2003 2020-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
2004
2005 * gdb.xml/maint-xml-dump-03.xml: New file.
2006
2007 2020-11-30 Tom de Vries <tdevries@suse.de>
2008
2009 PR symtab/26905
2010 * gdb.dwarf2/count.exp: Remove kfails.
2011
2012 2020-11-24 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2013
2014 * gdb.base/condbreak-multi-context.exp: Do not hard-code location
2015 indices.
2016
2017 2020-11-24 Joel Brobecker <brobecker@adacore.com>
2018
2019 * gdb.dwarf2/dw2-fixed-point.exp: Fix the expected output of
2020 the "ptype pck__fp1_range_var" test for the module-2 and pascal
2021 languages. Remove the associated setup_xfail.
2022
2023 2020-11-23 Simon Marchi <simon.marchi@efficios.com>
2024
2025 * lib/gdb.exp (gdb_assert): Show error message on error.
2026
2027 2020-11-23 Tom de Vries <tdevries@suse.de>
2028
2029 * gdb.ada/enum_idx_packed.exp: Limit setup_kfail to gnat 9 and 10.
2030 * gdb.ada/mod_from_name.exp: Same.
2031 * gdb.ada/pckd_arr_ren.exp: Same.
2032
2033 2020-11-22 Simon Marchi <simon.marchi@polymtl.ca>
2034
2035 * gdb.base/template.exp: New.
2036 * gdb.base/template.c: New.
2037
2038 2020-11-22 Gary Benson <gbenson@redhat.com>
2039
2040 PR gdb/26905
2041 * gdb.dwarf2/count.exp: Add test for an array whose upper bound
2042 is defined using a DW_AT_count which references another DIE.
2043
2044 2020-11-21 Tom de Vries <tdevries@suse.de>
2045
2046 * gdb.base/vla-ptr.exp: Add XFAIL.
2047
2048 2020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2049
2050 * gdb.fortran/array-slices-bad.exp: New file.
2051 * gdb.fortran/array-slices-bad.f90: New file.
2052 * gdb.fortran/array-slices-sub-slices.exp: New file.
2053 * gdb.fortran/array-slices-sub-slices.f90: New file.
2054 * gdb.fortran/array-slices.exp: Rewrite tests.
2055 * gdb.fortran/array-slices.f90: Rewrite tests.
2056 * gdb.fortran/vla-sizeof.exp: Correct expected results.
2057
2058 2020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2059
2060 * gdb.base/completion.exp: Add new completion tests.
2061
2062 2020-11-18 Simon Marchi <simon.marchi@polymtl.ca>
2063
2064 * gdb.mi/mi-nonstop-exit.exp: Enable non-stop through GDBFLAGS.
2065 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
2066 * gdb.mi/mi-nsintrall.exp: Likewise.
2067 * gdb.mi/mi-nsmoribund.exp: Likewise.
2068 * gdb.mi/mi-nsthrexec.exp: Likewise.
2069 * gdb.mi/mi-watch-nonstop.exp: Likewise.
2070
2071 2020-11-18 Simon Marchi <simon.marchi@polymtl.ca>
2072
2073 * lib/mi-support.exp (mi_run_cmd_full): Use unresovled instead
2074 of perror.
2075
2076 2020-11-18 Joseph Myers <joseph@codesourcery.com>
2077
2078 * lib/mi-support.exp (mi_gdb_file_cmd): Check for case where
2079 $arg.exe exists but $arg does not.
2080
2081 2020-11-17 Gary Benson <gbenson@redhat.com>
2082
2083 * gdb.trace/trace-common.h (x86_trace_dummy): Add
2084 __attribute__ ((used)).
2085
2086 2020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
2087
2088 * gdb.gdb/unittest.exp: Spot 'Running...' lines.
2089
2090 2020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
2091
2092 * gdb.base/completion.exp: Add new tests.
2093
2094 2020-11-16 Tom Tromey <tromey@adacore.com>
2095
2096 * gdb.dwarf2/data-loc.exp: Update expected output. Remove C
2097 tests.
2098
2099 2020-11-15 Joel Brobecker <brobecker@adacore.com>
2100
2101 * gdb.ada/fixed_cmp.exp: Add -fgnat-encodings=minimal testing.
2102 * gdb.dwarf2/dw2-fixed-point.c (pck__fp1_var2): New global.
2103 (main): Add reference to pck__fp1_var2.
2104 * gdb.dwarf2/dw2-fixed-point.exp: Add comparison operator testing.
2105
2106 2020-11-15 Joel Brobecker <brobecker@adacore.com>
2107
2108 * gdb.dwarf2/dw2-fixed-point.exp: Add arithmetic tests.
2109
2110 2020-11-15 Joel Brobecker <brobecker@adacore.com>
2111
2112 * gdb.ada/fixed_points.exp: Add ptype tests.
2113 * gdb.dwarf2/dw2-fixed-point.exp: Likewise.
2114
2115 2020-11-15 Joel Brobecker <brobecker@adacore.com>
2116
2117 * gdb.dwarf2/dw2-fixed-point.exp: Add "print /x" tests.
2118
2119 2020-11-15 Joel Brobecker <brobecker@adacore.com>
2120
2121 * gdb.ada/fixed_cmp.exp: Force compilation to use -fgnat-encodings=all.
2122 * gdb.ada/fixed_points.exp: Add fixed-point variables printing tests.
2123 * gdb.ada/fixed_points/pck.ads, gdb.ada/fixed_points/pck.adb:
2124 New files.
2125 * gdb.ada/fixed_points/fixed_points.adb: Add use of package Pck.
2126
2127 * gdb.dwarf2/dw2-fixed-point.c, gdb.dwarf2/dw2-fixed-point.exp:
2128 New files.
2129
2130 2020-11-14 Andrew Burgess <andrew.burgess@embecosm.com>
2131
2132 PR cli/26879
2133 * gdb.fortran/completion.exp: New file.
2134 * gdb.fortran/completion.f90: New file.
2135
2136 2020-11-12 Joseph Myers <joseph@codesourcery.com>
2137
2138 * lib/gdb.exp (gdb_file_cmd): Check for case where $arg.exe exists
2139 but $arg does not.
2140
2141 2020-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
2142
2143 * gdb.fortran/types.exp: Add more tests.
2144
2145 2020-11-12 Tom Tromey <tom@tromey.com>
2146
2147 PR rust/26799:
2148 * gdb.rust/traits.exp: Remove kfails.
2149
2150 2020-11-12 Gary Benson <gbenson@redhat.com>
2151
2152 * gdb.threads/tls-so_extern_main.c (tls_ptr): Add missing return
2153 statement.
2154
2155 2020-11-11 Simon Marchi <simon.marchi@efficios.com>
2156
2157 * gdb.base/continue-after-aborted-step-over.exp: Add "breakpoint
2158 always-inserted" axis.
2159 (do_test): Add breakpoint_always_inserted parameter.
2160
2161 2020-11-10 Tom Tromey <tromey@adacore.com>
2162
2163 * gdb.ada/bias.exp: Update.
2164 * gdb.ada/bias/bias.adb (X): Change value.
2165
2166 2020-11-10 Gary Benson <gbenson@redhat.com>
2167
2168 * gdb.base/vla-optimized-out.exp (p sizeof (a)): Wrap supplied
2169 regexp fragment in parentheses to prevent false matching.
2170
2171 2020-11-10 Gary Benson <gbenson@redhat.com>
2172
2173 * gdb.base/vla-optimized-out.c (f1): Add __attribute__ ((weak)).
2174
2175 2020-11-10 Gary Benson <gbenson@redhat.com>
2176
2177 * gdb.cp/step-and-next-inline.exp: Only require
2178 -gstatement-frontiers when building with GCC.
2179 Only setup KFAIL's for GCC issues when using
2180 a GCC-built executable.
2181
2182 2020-11-06 Andrew Burgess <andrew.burgess@embecosm.com>
2183
2184 * gdb.base/debug-expr.c: Add extra function to allow for an
2185 additional test.
2186 * gdb.base/debug-expr.exp (test_debug_expr): Delete, replace calls
2187 to this proc with gdb_test_debug_expr. Add an extra test.
2188 * gdb.cp/debug-expr.exp (test_debug_expr): Delete, replace calls
2189 to this proc with gdb_test_debug_expr, give the tests names
2190 * gdb.dlang/debug-expr.exp (test_debug_expr): Delete, replace
2191 calls to this proc with gdb_test_debug_expr, give the tests names
2192 * gdb.fortran/debug-expr.exp: New file.
2193 * gdb.fortran/debug-expr.f90: New file.
2194 * lib/gdb.exp (gdb_test_debug_expr): New proc.
2195
2196 2020-11-06 Simon Marchi <simon.marchi@efficios.com>
2197
2198 * lib/dwarf.exp (ranges): Handle "base" and "range" as
2199 proceduresu.
2200 * gdb.dwarf/dw2-bad-elf.exp: Adjust.
2201 * gdb.dwarf2/dw2-inline-many-frames.exp: Adjust.
2202 * gdb.dwarf2/dw2-inline-stepping.exp: Adjust.
2203 * gdb.dwarf2/dw2-ranges-base.exp: Adjust.
2204 * gdb.dwarf2/dw2-ranges-func.exp: Adjust.
2205 * gdb.dwarf2/dw2-ranges-overlap.exp: Adjust.
2206 * gdb.dwarf2/dw2-ranges-psym.exp: Adjust.
2207 * gdb.dwarf2/enqueued-cu-base-addr.exp: Adjust.
2208
2209 2020-11-04 Tom Tromey <tromey@adacore.com>
2210
2211 * gdb.ada/funcall_ref.exp: Update.
2212 * gdb.ada/var_rec_arr.exp: Update.
2213
2214 2020-11-04 Tom Tromey <tromey@adacore.com>
2215
2216 * gdb.ada/rec_ptype.exp: New file.
2217 * gdb.ada/rec_ptype/main.adb: New file.
2218 * gdb.ada/rec_ptype/p.ads: New file.
2219
2220 2020-11-04 Tom Tromey <tromey@adacore.com>
2221
2222 * gdb.ada/tick_length_array_enum_idx.exp: Add ptype test.
2223 * gdb.ada/tick_length_array_enum_idx/foo_n207_004.adb
2224 (PT_Full): New variable.
2225 * gdb.ada/tick_length_array_enum_idx/pck.adb
2226 (Full_PT): New type.
2227
2228 2020-11-04 Tom Tromey <tromey@adacore.com>
2229
2230 * gdb.ada/array_of_variant.exp: New file.
2231 * gdb.ada/array_of_variant/p.adb: New file.
2232 * gdb.ada/array_of_variant/pck.ads: New file.
2233 * gdb.ada/array_of_variant/pck.adb: New file.
2234
2235 2020-11-04 Tom Tromey <tromey@adacore.com>
2236
2237 * gdb.ada/enum_idx_packed.exp: Add test.
2238 * gdb.ada/enum_idx_packed/foo.adb (Multi_Access):
2239 New variable.
2240 * gdb.ada/enum_idx_packed/pck.ads (Short)
2241 (Multi_Dimension, Multi_Dimension_Access): New types.
2242
2243 2020-11-04 Tom Tromey <tromey@adacore.com>
2244
2245 * gdb.ada/enum_idx_packed.exp: Test two forms of -fgnat-encodings.
2246
2247 2020-11-04 Tom Tromey <tromey@adacore.com>
2248
2249 * gdb.ada/set_pckd_arr_elt.exp: Also test
2250 -fgnat-encodings=minimal. Add tests.
2251 * gdb.ada/set_pckd_arr_elt/foo.adb (Foo): Add VA variable.
2252 Call Update_Small a second time.
2253 * gdb.ada/set_pckd_arr_elt/pck.adb (New_Variant): New function.
2254 * gdb.ada/set_pckd_arr_elt/pck.ads (Buffer, Variant)
2255 (Variant_Access): New types.
2256 (New_Variant): Declare.
2257
2258 2020-11-04 Tom Tromey <tromey@adacore.com>
2259
2260 * gdb.ada/mod_from_name.exp: Test printing slice.
2261
2262 2020-11-04 Tom Tromey <tromey@adacore.com>
2263
2264 * gdb.ada/O2_float_param.exp: Test different -fgnat-encodings
2265 values.
2266 * gdb.ada/access_to_unbounded_array.exp: Test different
2267 -fgnat-encodings values.
2268 * gdb.ada/big_packed_array.exp: Test different -fgnat-encodings
2269 values.
2270 * gdb.ada/arr_enum_idx_w_gap.exp: Test different -fgnat-encodings
2271 values.
2272 * gdb.ada/array_ptr_renaming.exp: Test different -fgnat-encodings
2273 values.
2274 * gdb.ada/array_of_variable_length.exp: Test different
2275 -fgnat-encodings values.
2276 * gdb.ada/arrayparam.exp: Test different -fgnat-encodings values.
2277 * gdb.ada/arrayptr.exp: Test different -fgnat-encodings values.
2278 * gdb.ada/frame_arg_lang.exp: Revert -fgnat-encodings=minimal
2279 change.
2280 * gdb.ada/mi_string_access.exp: Test different -fgnat-encodings
2281 values.
2282 * gdb.ada/mod_from_name.exp: Test different -fgnat-encodings values.
2283 * gdb.ada/out_of_line_in_inlined.exp: Test different
2284 -fgnat-encodings values.
2285 * gdb.ada/packed_array.exp: Test different -fgnat-encodings
2286 values.
2287 * gdb.ada/pckd_arr_ren.exp: Test different -fgnat-encodings
2288 values.
2289 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Test different
2290 -fgnat-encodings values.
2291 * gdb.ada/variant_record_packed_array.exp: Test different
2292 -fgnat-encodings values.
2293
2294 2020-11-04 Tom Tromey <tromey@adacore.com>
2295
2296 * gdb.ada/enum_idx_packed.exp: Add tests.
2297 * gdb.ada/enum_idx_packed/foo.adb: Add variables.
2298 * gdb.ada/enum_idx_packed/pck.adb: Add functions.
2299 * gdb.ada/enum_idx_packed/pck.ads: Add types, function
2300 declarations.
2301
2302 2020-11-03 Tom de Vries <tdevries@suse.de>
2303
2304 * lib/dwarf.exp (Dwarf::_handle_DW_TAG): Improve attribute list
2305 terminator comments.
2306 (Dwarf::cu, Dwarf::tu): Remove superfluous abbreviation table
2307 terminator.
2308
2309 2020-11-02 Simon Marchi <simon.marchi@polymtl.ca>
2310
2311 * gdb.base/step-over-no-symbols.exp (test_step_over): Replace
2312 integer format test with regexp.
2313
2314 2020-11-02 Gary Benson <gbenson@redhat.com>
2315
2316 * gdb.base/print-file-var.exp (test): Separate compiler and
2317 linker options, and build using build_executable_from_specs
2318 to accommodate this.
2319
2320 2020-11-02 Gary Benson <gbenson@redhat.com>
2321
2322 * lib/gdb.exp (gdb_compile): Inhibit passing "-x c++"
2323 for .c files compiled as C++ with Clang if any shared
2324 libraries are specified.
2325
2326 2020-11-02 Gary Benson <gbenson@redhat.com>
2327
2328 * lib/attributes.h: New header.
2329 * gdb.base/backtrace.c: Include the above. Replace
2330 __attribute__(noclone)) with ATTRIBUTE_NOCLONE.
2331 * gdb.base/infcall-nested-structs.c: Likewise.
2332 * gdb.base/vla-optimized-out.c: Likewise.
2333
2334 2020-11-02 Tom de Vries <tdevries@suse.de>
2335
2336 * gdb.dwarf2/fission-multi-cu.S: Remove .debug_line.dwo section.
2337
2338 2020-11-01 Joel Brobecker <brobecker@adacore.com>
2339
2340 * gdb.ada/fixed_points/fixed_points.adb: Replace use of
2341 System.Min_Int and System.Max_Int with smaller hardcoded
2342 constants.
2343
2344 2020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
2345
2346 * configure.ac: Split AC_INIT into AC_INIT and AC_CONFIG_SRCDIR.
2347 * configure: Re-generate.
2348
2349 2020-10-30 Simon Marchi <simon.marchi@efficios.com>
2350
2351 * gdb.arch/amd64-disp-step-avx.exp: Update displaced step debug
2352 expected output.
2353
2354 2020-10-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2355
2356 * gdb.base/paginate-after-ctrl-c-running.exp: Update with no pagination
2357 behavior.
2358 * gdb.base/paginate-bg-execution.exp: Ditto.
2359 * gdb.base/paginate-inferior-exit.exp: Ditto.
2360 * gdb.base/double-prompt-target-event-error.c: Remove.
2361 * gdb.base/double-prompt-target-event-error.exp: Remove.
2362
2363 2020-10-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2364
2365 * gdb.base/kill-detach-inferiors-cmd.exp: Check that 'kill
2366 inferiors' and 'detach inferiors' do not change the current
2367 inferior.
2368
2369 2020-10-29 Tom de Vries <tdevries@suse.de>
2370
2371 * gdb.threads/tls.exp: Fix DUPLICATEs.
2372
2373 2020-10-28 Tom de Vries <tdevries@suse.de>
2374
2375 * gdb.python/py-symbol.exp: Add KFAILs for -readnow.
2376
2377 2020-10-28 Tom de Vries <tdevries@suse.de>
2378
2379 * gdb.ada/exec_changed.exp: Add KFAILs for -readnow.
2380 * gdb.base/reread.exp: Same.
2381
2382 2020-10-28 Tom de Vries <tdevries@suse.de>
2383
2384 * lib/gdb.exp (readnow): Handle arg.
2385 * gdb.rust/traits.exp: Add KFAILs for -readnow.
2386
2387 2020-10-28 Tom de Vries <tdevries@suse.de>
2388
2389 * gdb.base/relocate.exp: Update regexp for -readnow.
2390
2391 2020-10-28 Tom de Vries <tdevries@suse.de>
2392
2393 * gdb.dwarf2/dw2-error.exp: Mark failure break in main as known with
2394 -readnow.
2395
2396 2020-10-28 Tom de Vries <tdevries@suse.de>
2397
2398 PR symtab/26772
2399 * gdb.dwarf2/dw2-ranges-overlap.c: New test.
2400 * gdb.dwarf2/dw2-ranges-overlap.exp: New file.
2401
2402 2020-10-28 Tom de Vries <tdevries@suse.de>
2403
2404 * lib/gdb.exp (gdb_file_cmd): Set gdb_file_cmd_msg.
2405 * gdb.cp/nsalias.exp: Set complaints limit before file cmd. Expect
2406 complaint during file command for -readnow.
2407
2408 2020-10-28 Tom de Vries <tdevries@suse.de>
2409
2410 * gdb.cp/nsalias.exp: Fix typo in test name.
2411
2412 2020-10-28 Tom de Vries <tdevries@suse.de>
2413
2414 * gdb.dwarf2/dw2-filename.exp: Update regexp for -readnow.
2415
2416 2020-10-28 Tom de Vries <tdevries@suse.de>
2417
2418 * gdb.dwarf2/dw2-stack-boundary.exp: KFAILing the complaints for
2419 -readnow.
2420
2421 2020-10-27 Tom de Vries <tdevries@suse.de>
2422
2423 * gdb.base/multi-forks.exp: Use exp_continue to fix timeout.
2424
2425 2020-10-27 Tom de Vries <tdevries@suse.de>
2426
2427 * gdb.base/maint.exp: Update for -readnow.
2428
2429 2020-10-27 Tom de Vries <tdevries@suse.de>
2430
2431 * gdb.cp/psymtab-parameter.exp: Don't expect unexpanded CU for
2432 -readnow.
2433
2434 2020-10-14 Gary Benson <gbenson@redhat.com>
2435
2436 * gdb.python/py-format-string.exp (test_deref_refs): Treat
2437 "_vptr$Base" as correct, in addition to "_vptr.Base".
2438 (test_mixed): Likewise.
2439
2440 2020-10-27 Gary Benson <gbenson@redhat.com>
2441
2442 * gdb.mi/mi-fortran-modules.exp: Check skip_fortran_tests.
2443 * gdb.mi/mi-vla-fortran.exp: Likewise. Also fix a comment.
2444
2445 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2446
2447 * gdb.base/condbreak.exp: Update the completion tests to
2448 consider the '-force' flag.
2449
2450 2020-10-27 Tom de Vries <tdevries@suse.de>
2451
2452 * gdb.base/list-ambiguous-readnow.exp: New file.
2453
2454 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2455
2456 * gdb.base/condbreak-multi-context.exp: Expand to test forcing
2457 the condition.
2458 * gdb.linespec/cpcompletion.exp: Update to consider the
2459 '-force-condition' keyword.
2460 * gdb.linespec/explicit.exp: Ditto.
2461 * lib/completion-support.exp: Ditto.
2462
2463 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2464
2465 * gdb.base/condbreak-multi-context.cc: New file.
2466 * gdb.base/condbreak-multi-context.exp: New file.
2467
2468 2020-10-26 Tom Tromey <tom@tromey.com>
2469
2470 * lib/mi-support.exp (default_mi_gdb_start): Call
2471 gdb_stdin_log_init.
2472 * lib/gdb.exp (standard_output_file_with_gdb_instance): Don't
2473 subtract one from gdb_instances.
2474 (gdb_stdin_log_write): Flush in_file.
2475
2476 2020-10-26 Tom de Vries <tdevries@suse.de>
2477
2478 * gdb.dwarf2/enqueued-cu-base-addr.exp: New file.
2479
2480 2020-10-26 Tom Tromey <tromey@adacore.com>
2481
2482 * gdb.ada/unsigned_range/foo.adb: New file.
2483 * gdb.ada/unsigned_range/pack.adb: New file.
2484 * gdb.ada/unsigned_range/pack.ads: New file.
2485 * gdb.ada/unsigned_range.exp: New file.
2486
2487 2020-10-26 Tom de Vries <tdevries@suse.de>
2488
2489 * lib/gdb.exp (INTERNAL_GDBFLAGS): Set heigth and width.
2490
2491 2020-10-26 Tom de Vries <tdevries@suse.de>
2492
2493 * gdb.dwarf2/dw2-objfile-overlap-inner.S: Specify default base address
2494 for CU.
2495 * gdb.dwarf2/dw2-objfile-overlap-outer.S: Same.
2496
2497 2020-10-23 Tom de Vries <tdevries@suse.de>
2498
2499 * lib/dwarf.exp (Dwarf::_guess_form): Return "" by default instead of
2500 DW_FORM_string.
2501 (Dwarf::_default_form): New proc.
2502 (Dwarf::_handle_DW_TAG): Use _default_form. Error out if no form was
2503 guessed.
2504
2505 2020-10-23 Tom de Vries <tdevries@suse.de>
2506
2507 * gdb.dwarf2/ada-linkage-name.exp: Use $srcfile for DW_AT_name of CU.
2508 * gdb.dwarf2/atomic-type.exp: Same.
2509 * gdb.dwarf2/bad-regnum.exp: Same.
2510 * gdb.dwarf2/cpp-linkage-name.exp: Same.
2511 * gdb.dwarf2/dw2-align.exp: Same.
2512 * gdb.dwarf2/dw2-bad-elf.exp: Same.
2513 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
2514 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
2515 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
2516 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
2517 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
2518 * gdb.dwarf2/enum-type.exp: Same.
2519 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Same.
2520 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
2521 * gdb.dwarf2/main-subprogram.exp: Same.
2522 * gdb.dwarf2/missing-type-name.exp: Same.
2523 * gdb.dwarf2/nonvar-access.exp: Same.
2524 * gdb.dwarf2/typedef-void-finish.exp: Same.
2525 * gdb.dwarf2/var-access.exp: Same.
2526 * gdb.dwarf2/void-type.exp: Same.
2527
2528 2020-10-22 Simon Marchi <simon.marchi@polymtl.ca>
2529
2530 PR gdb/26693
2531 * gdb.dwarf2/template-specification-full-name.exp: New test.
2532
2533 2020-10-22 Luis Machado <luis.machado@linaro.org>
2534
2535 * gdb.base/msym-bp-shl.exp (test_break): Adjust pattern to not
2536 expected an offset from the function.
2537 * gdb.base/msym-bp.exp (test): Likewise.
2538
2539 2020-10-22 Andrew Burgess <andrew.burgess@embecosm.com>
2540
2541 * gdb.fortran/array-slices.exp: Add a new test.
2542
2543 2020-10-21 Gary Benson <gbenson@redhat.com>
2544
2545 * gdb.mi/mi-fullname-deleted.exp: Fix substituted
2546 fullname test with Clang. Also expand comments generally.
2547
2548 2020-10-20 Tom de Vries <tdevries@suse.de>
2549
2550 * gdb.dwarf2/pr13961.S: Remove superfluous end-of-siblings marker.
2551
2552 2020-10-20 Tom de Vries <tdevries@suse.de>
2553
2554 * gdb.dwarf2/arr-stride.c: Remove.
2555 * gdb.dwarf2/arr-stride.exp: Use main.c.
2556 * gdb.dwarf2/arr-subrange.c: Remove.
2557 * gdb.dwarf2/arr-subrange.exp: Use main.c.
2558 * gdb.dwarf2/bad-regnum.c: Remove.
2559 * gdb.dwarf2/bad-regnum.exp: Use main.c.
2560 * gdb.dwarf2/corrupt.c: Remove.
2561 * gdb.dwarf2/corrupt.exp: Use main.c.
2562 * gdb.dwarf2/dw2-bad-elf.c: Remove.
2563 * gdb.dwarf2/dw2-bad-elf.exp: Use main.c.
2564 * gdb.dwarf2/dw2-icycle.c: Remove.
2565 * gdb.dwarf2/dw2-icycle.exp: Use main.c.
2566 * gdb.dwarf2/formdata16.c: Remove.
2567 * gdb.dwarf2/formdata16.exp: Use main.c.
2568 * gdb.dwarf2/implptrconst.c: Remove.
2569 * gdb.dwarf2/implptrconst.exp: Use main.c.
2570 * gdb.dwarf2/info-locals-optimized-out.c: Remove.
2571 * gdb.dwarf2/info-locals-optimized-out.exp: Use main.c.
2572 * gdb.dwarf2/opaque-type-lookup.c: Remove.
2573 * gdb.dwarf2/opaque-type-lookup.exp: Use main.c.
2574
2575 2020-10-20 Tom de Vries <tdevries@suse.de>
2576
2577 * gdb.dwarf2/ada-valprint-error.exp: Remove redundant mention of .exp
2578 file.
2579 * gdb.dwarf2/dw2-dir-file-name.exp: Same.
2580
2581 2020-10-20 Tom de Vries <tdevries@suse.de>
2582
2583 * gdb.dwarf2/dw2-error.exp: Use $gdb_test_file_name.
2584 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
2585 * gdb.dwarf2/dw2-main-no-line-number.exp: Same.
2586 * gdb.dwarf2/dw2-ranges-base.exp: Same.
2587 * gdb.dwarf2/dw2-ranges.exp: Same.
2588 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
2589 * gdb.dwarf2/var-access.exp: Same.
2590
2591 2020-10-19 Tom Tromey <tromey@adacore.com>
2592
2593 PR tui/26719
2594 * gdb.tui/list.exp: Check source window contents after focus
2595 change.
2596
2597 2020-10-17 Tom de Vries <tdevries@suse.de>
2598
2599 PR symtab/26317
2600 * gdb.dwarf2/dw2-main-no-line-number.exp: New file.
2601
2602 2020-10-17 Tom de Vries <tdevries@suse.de>
2603
2604 * lib/gdb.exp (standard_testfile): Also treat args starting with '-'
2605 as suffix.
2606 * gdb.dwarf2/atomic.c: Rename to ...
2607 * gdb.dwarf2/atomic-type.c: ... this.
2608 * gdb.dwarf2/dw2-ranges2.c: Rename to ...
2609 * gdb.dwarf2/dw2-ranges-2.c: ... this.
2610 * gdb.dwarf2/dw2-ranges3.c: Rename to ...
2611 * gdb.dwarf2/dw2-ranges-3.c: ... this.
2612 * gdb.dwarf2/fission-mix2.c: Rename to ...
2613 * gdb.dwarf2/fission-mix-2.c: ... this.
2614 * gdb.dwarf2/ada-linkage-name.exp: Use more suffix args for
2615 standard_testfile.
2616 * gdb.dwarf2/ada-valprint-error.exp: Same.
2617 * gdb.dwarf2/arr-stride.exp: Same.
2618 * gdb.dwarf2/arr-subrange.exp: Same.
2619 * gdb.dwarf2/atomic-type.exp: Same.
2620 * gdb.dwarf2/bad-regnum.exp: Same.
2621 * gdb.dwarf2/break-inline-psymtab.exp: Same.
2622 * gdb.dwarf2/clang-debug-names-2.exp: Same.
2623 * gdb.dwarf2/clang-debug-names.exp: Same.
2624 * gdb.dwarf2/comp-unit-lang.exp: Same.
2625 * gdb.dwarf2/corrupt.exp: Same.
2626 * gdb.dwarf2/count.exp: Same.
2627 * gdb.dwarf2/cpp-linkage-name.exp: Same.
2628 * gdb.dwarf2/data-loc.exp: Same.
2629 * gdb.dwarf2/dw2-align.exp: Same.
2630 * gdb.dwarf2/dw2-bad-elf.exp: Same.
2631 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
2632 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
2633 * gdb.dwarf2/dw2-case-insensitive.exp: Same.
2634 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Same.
2635 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
2636 * gdb.dwarf2/dw2-inline-many-frames.exp: Same.
2637 * gdb.dwarf2/dw2-inline-param.exp: Same.
2638 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
2639 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
2640 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
2641 * gdb.dwarf2/dw2-is-stmt.exp: Same.
2642 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
2643 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
2644 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
2645 * gdb.dwarf2/dw2-param-error.exp: Same.
2646 * gdb.dwarf2/dw2-ranges-base.exp: Same.
2647 * gdb.dwarf2/dw2-ranges.exp: Same.
2648 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
2649 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
2650 * gdb.dwarf2/dw4-sig-types.exp: Same.
2651 * gdb.dwarf2/dynarr-ptr.exp: Same.
2652 * gdb.dwarf2/enum-type.exp: Same.
2653 * gdb.dwarf2/fission-mix.exp: Same.
2654 * gdb.dwarf2/formdata16.exp: Same.
2655 * gdb.dwarf2/implptrconst.exp: Same.
2656 * gdb.dwarf2/implptrpiece.exp: Same.
2657 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
2658 * gdb.dwarf2/main-subprogram.exp: Same.
2659 * gdb.dwarf2/method-ptr.exp: Same.
2660 * gdb.dwarf2/missing-sig-type.exp: Same.
2661 * gdb.dwarf2/nonvar-access.exp: Same.
2662 * gdb.dwarf2/opaque-type-lookup.exp: Same.
2663 * gdb.dwarf2/shortpiece.exp: Same.
2664 * gdb.dwarf2/staticvirtual.exp: Same.
2665 * gdb.dwarf2/subrange.exp: Same.
2666 * gdb.dwarf2/symtab-producer.exp: Same.
2667 * gdb.dwarf2/typedef-void-finish.exp: Same.
2668 * gdb.dwarf2/var-access.exp: Same.
2669 * gdb.dwarf2/variant.exp: Same.
2670 * gdb.dwarf2/void-type.exp: Same.
2671 * gdb.dwarf2/dw2-ranges-psym.exp: Same. Use main.c instead of
2672 dw2-ranges-main.c.
2673 * gdb.dwarf2/dw2-ranges-main.c: Remove.
2674
2675 2020-10-16 Tom de Vries <tdevries@suse.de>
2676
2677 * lib/gdb.exp (gdb_breakpoint): Remove mention of "passfail".
2678
2679 2020-10-16 Tom de Vries <tdevries@suse.de>
2680
2681 * lib/gdb.exp (gdb_breakpoint): Handle eof as in gdb_test_multiple.
2682
2683 2020-10-14 Tom de Vries <tdevries@suse.de>
2684
2685 PR testsuite/26732
2686 * gdb.ada/mi_catch_ex.exp: Do mi_delete_breakpoints before running
2687 scenario 2.
2688 * gdb.ada/mi_catch_ex_hand.exp: Same.
2689
2690 2020-10-13 Pedro Alves <pedro@palves.net>
2691
2692 * lib/mi-support.exp (mi_clean_restart): New.
2693 (mi_run_to_main): Delete.
2694 All callers adjust to use mi_clean_restart / mi_runto_main.
2695
2696 2020-10-13 Pedro Alves <pedro@palves.net>
2697
2698 * config/monitor.exp: Use "list -q".
2699 * gdb.arch/gdb1558.exp: Use "break -q".
2700 * gdb.arch/i386-permbkpt.exp: Use "break -q".
2701 * gdb.arch/i386-prologue-skip-cf-protection.exp: Use "break -q".
2702 * gdb.base/break.exp: Use "break -q", "list -q" and "tbreak -q".
2703 * gdb.base/commands.exp: Use "break -q".
2704 * gdb.base/condbreak.exp: Use "break -q".
2705 * gdb.base/ctf-ptype.exp: Use "list -q".
2706 * gdb.base/define.exp: Use "break -q".
2707 * gdb.base/del.exp: Use "break -q".
2708 * gdb.base/fullname.exp: Use "break -q".
2709 * gdb.base/hbreak-in-shr-unsupported.exp: Use "hbreak -q".
2710 * gdb.base/hbreak-unmapped.exp: Use "hbreak -q".
2711 * gdb.base/hbreak2.exp: Use "hbreak -q" and "list -q".
2712 * gdb.base/hw-sw-break-same-address.exp: Use "break -q" and
2713 "hbreak -q".
2714 * gdb.base/included.exp: Use "list -q".
2715 * gdb.base/label.exp: Use "break -q".
2716 * gdb.base/lineinc.exp: Use "break -q".
2717 * gdb.base/list.exp: Use "list -q".
2718 * gdb.base/macscp.exp: Use "list -q".
2719 * gdb.base/pending.exp: Use "break -q".
2720 * gdb.base/prologue-include.exp: Use "break -q".
2721 * gdb.base/ptype.exp: Use "list -q".
2722 * gdb.base/sepdebug.exp: Use "break -q", "list -q" and "tbreak -q".
2723 * gdb.base/server-del-break.exp: Use "break -q".
2724 * gdb.base/style.exp: Use "break -q".
2725 * gdb.base/symbol-without-target_section.exp: Use "list -q".
2726 * gdb.base/watchpoint-reuse-slot.exp: Use "hbreak -q".
2727 * gdb.cp/exception.exp: Use "tbreak -q".
2728 * gdb.dwarf2/dw2-error.exp: Use "break -q".
2729 * gdb.dwarf2/fission-mix.exp: Use "break -q".
2730 * gdb.dwarf2/fission-reread.exp: Use "break -q".
2731 * gdb.dwarf2/pr13961.exp: Use "break -q".
2732 * gdb.linespec/explicit.exp: Use "list -q".
2733 * gdb.linespec/linespec.exp: Use "break -q".
2734 * gdb.mi/mi-simplerun.exp: Use "--qualified".
2735 * gdb.python/py-mi-objfile-gdb.py: Use "list -q".
2736 * gdb.server/bkpt-other-inferior.exp: Use "break -q".
2737 * gdb.server/connect-without-multi-process.exp: Use "break -q".
2738 * gdb.trace/change-loc.exp: Use "break -q".
2739 * gdb.trace/pending.exp: Use "break -q".
2740 * gdb.tui/basic.exp: Use "list -q".
2741 * gdb.tui/list-before.exp: Use "list -q".
2742 * gdb.tui/list.exp: Use "list -q".
2743 * lib/gdb.exp (gdb_has_argv0): Use "break -q".
2744
2745 2020-10-13 Pedro Alves <pedro@palves.net>
2746
2747 * gdb.base/ui-redirect.exp: Expect "break -qualified main" in
2748 saved breakpoints file.
2749 * gdb.guile/scm-breakpoint.exp: Expect "-qualified main" when
2750 inspecting breakpoint list.
2751 * lib/gdb.exp (runto_main): Add "qualified" to options.
2752 * lib/mi-support.exp (mi_runto_helper): Add 'qualified' parameter,
2753 and handle it.
2754 (mi_runto_main): Pass 1 as qualified argument.
2755
2756 2020-10-13 Pedro Alves <pedro@palves.net>
2757
2758 * lib/mi-support.exp (mi_runto_main): New proc.
2759 (mi_run_to_main): Use it.
2760 * gdb.mi/mi-catch-cpp-exceptions.exp: Likewise.
2761 * gdb.mi/mi-var-cmd.exp: Likewise.
2762 * gdb.mi/mi-var-invalidate.exp: Likewise.
2763 * mi-var-list-children-invalid-grandchild.exp: Likewise.
2764 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
2765 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2766 * gdb.mi/user-selected-context-sync.exp: Likewise.
2767 * gdb.opt/inline-cmds.exp: Likewise.
2768 * gdb.python/py-framefilter-mi.exp: Likewise.
2769 * gdb.python/py-mi.exp: Likewise.
2770
2771 2020-10-13 Pedro Alves <pedro@palves.net>
2772
2773 * gdb.ada/fun_in_declare.exp: Use "runto_main" instead of
2774 "runto main".
2775 * gdb.ada/small_reg_param.exp: Likewise.
2776 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2777 * gdb.base/annota1.exp: Likewise.
2778 * gdb.base/anon.exp: Likewise.
2779 * gdb.base/breakpoint-in-ro-region.exp: Likewise.
2780 * gdb.base/dprintf-non-stop.exp: Likewise.
2781 * gdb.base/dprintf.exp: Likewise.
2782 * gdb.base/gdb11530.exp: Likewise.
2783 * gdb.base/gdb11531.exp: Likewise.
2784 * gdb.base/gnu_vector.exp: Likewise.
2785 * gdb.base/interrupt-noterm.exp: Likewise.
2786 * gdb.base/memattr.exp: Likewise.
2787 * gdb.base/step-over-syscall.exp: Likewise.
2788 * gdb.base/watch-cond-infcall.exp: Likewise.
2789 * gdb.base/watch-read.exp: Likewise.
2790 * gdb.base/watch-vfork.exp: Likewise.
2791 * gdb.base/watch_thread_num.exp: Likewise.
2792 * gdb.base/watchpoint-stops-at-right-insn.exp: Likewise.
2793 * gdb.guile/scm-frame-inline.exp: Likewise.
2794 * gdb.linespec/explicit.exp: Likewise.
2795 * gdb.opt/inline-break.exp: Likewise.
2796 * gdb.python/py-frame-inline.exp: Likewise.
2797 * gdb.reverse/break-precsave.exp: Likewise.
2798 * gdb.reverse/break-reverse.exp: Likewise.
2799 * gdb.reverse/consecutive-precsave.exp: Likewise.
2800 * gdb.reverse/consecutive-reverse.exp: Likewise.
2801 * gdb.reverse/finish-precsave.exp: Likewise.
2802 * gdb.reverse/finish-reverse.exp: Likewise.
2803 * gdb.reverse/fstatat-reverse.exp: Likewise.
2804 * gdb.reverse/getresuid-reverse.exp: Likewise.
2805 * gdb.reverse/i386-precsave.exp: Likewise.
2806 * gdb.reverse/i386-reverse.exp: Likewise.
2807 * gdb.reverse/i386-sse-reverse.exp: Likewise.
2808 * gdb.reverse/i387-env-reverse.exp: Likewise.
2809 * gdb.reverse/i387-stack-reverse.exp: Likewise.
2810 * gdb.reverse/insn-reverse.exp: Likewise.
2811 * gdb.reverse/machinestate-precsave.exp: Likewise.
2812 * gdb.reverse/machinestate.exp: Likewise.
2813 * gdb.reverse/pipe-reverse.exp: Likewise.
2814 * gdb.reverse/readv-reverse.exp: Likewise.
2815 * gdb.reverse/recvmsg-reverse.exp: Likewise.
2816 * gdb.reverse/rerun-prec.exp: Likewise.
2817 * gdb.reverse/s390-mvcle.exp: Likewise.
2818 * gdb.reverse/solib-precsave.exp: Likewise.
2819 * gdb.reverse/solib-reverse.exp: Likewise.
2820 * gdb.reverse/step-precsave.exp: Likewise.
2821 * gdb.reverse/step-reverse.exp: Likewise.
2822 * gdb.reverse/time-reverse.exp: Likewise.
2823 * gdb.reverse/until-precsave.exp: Likewise.
2824 * gdb.reverse/until-reverse.exp: Likewise.
2825 * gdb.reverse/waitpid-reverse.exp: Likewise.
2826 * gdb.reverse/watch-precsave.exp: Likewise.
2827 * gdb.reverse/watch-reverse.exp: Likewise.
2828 * gdb.threads/kill.exp: Likewise.
2829 * gdb.threads/tid-reuse.exp: Likewise.
2830
2831 2020-10-13 Simon Marchi <simon.marchi@polymtl.ca>
2832
2833 PR gdb/26642
2834 * gdb.base/maint-target-async-off.c: New test.
2835 * gdb.base/maint-target-async-off.exp: New test.
2836
2837 2020-10-13 Alan Modra <amodra@gmail.com>
2838
2839 * gdb.arch/powerpc-altivec.s,
2840 * gdb.arch/powerpc-power7.s,
2841 * gdb.arch/powerpc-power8.s,
2842 * gdb.arch/powerpc-power9.s,
2843 * gdb.arch/powerpc-vsx.s,
2844 * gdb.arch/powerpc-vsx2.s: Remove duplicate instructions.
2845 * gdb.arch/powerpc-altivec.exp,
2846 * gdb.arch/powerpc-power7.exp,
2847 * gdb.arch/powerpc-power8.exp,
2848 * gdb.arch/powerpc-power9.exp,
2849 * gdb.arch/powerpc-vsx.exp,
2850 * gdb.arch/powerpc-vsx2.exp: Likewise, and update expected
2851 disassembly of mfvsrd/mtvsrd.
2852
2853 2020-10-13 Alan Modra <amodra@gmail.com>
2854
2855 * gdb.arch/arm-disassembler-options.exp: Adjust expected
2856 "target architecture" output.
2857 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2858 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
2859 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
2860 * gdb.arch/s390-disassembler-options.exp: Likewise.
2861
2862 2020-10-12 Pedro Alves <pedro@palves.net>
2863
2864 PR exp/26602
2865 PR c++/26550
2866 * gdb.cp/ambiguous.cc (marker1): Delete.
2867 (main): Initialize all the fields of the locals. Replace marker1
2868 call with a "set breakpoint here" marker.
2869 * gdb.cp/ambiguous.exp: Modernize. Use gdb_continue_to_breakpoint
2870 instead of running to marker1. Add tests printing all the
2871 variables and all the fields of the variables.
2872 (test_ambiguous): New proc, expecting the new GDB output when a
2873 field access is ambiguous. Change all "warning: X ambiguous"
2874 tests to use it.
2875
2876 2020-10-12 Gary Benson <gbenson@redhat.com>
2877
2878 * gdb.base/msym-bp.c (foo): Add __attribute__ ((used)).
2879 * gdb.base/msym-bp-2.c (foo): Likewise.
2880 * gdb.base/msym-lang.c (foo): Likewise.
2881 * gdb.base/msym-lang-main.c (foo): Likewise.
2882 * gdb.base/symtab-search-order-1.c (static_global): Likewise.
2883 * gdb.guile/scm-pretty-print.c (eval_func): Likewise.
2884 * gdb.mi/mi-sym-info-1.c (global_f1): Likewise.
2885 * gdb.mi/mi-sym-info-2.c (global_f1, var1, var2): Likewise.
2886 * gdb.multi/watchpoint-multi-exit.c (globalvar): Likewise.
2887 * gdb.python/py-as-string.c (enum_valid, enum_invalid): Likewise.
2888 * gdb.python/py-objfile.c (static_var): Likewise.
2889 * gdb.python/py-symbol.c (rr): Likewise.
2890 * gdb.python/py-symbol-2.c (anon, rr): Likewise.
2891 * gdb.mi/mi-sym-info.exp (lineno1, lineno2): Updated.
2892
2893 2020-10-11 Andrew Burgess <andrew.burgess@embecosm.com>
2894
2895 * gdb.fortran/mixed-lang-stack.exp (run_tests): Update expected
2896 output of backtrace.
2897
2898 2020-10-09 Tom Tromey <tromey@adacore.com>
2899
2900 * gdb.ada/scalar_storage/storage.adb (Another_Range): New type.
2901 (Rec): Add field. Fix range.
2902 * gdb.ada/scalar_storage.exp: Update.
2903
2904 2020-10-09 Hannes Domani <ssbssa@yahoo.de>
2905
2906 PR exp/26714
2907 * gdb.base/printcmds.exp: Add tests for void results.
2908
2909 2020-10-09 Jan Vrany <jan.vrany@labware.com>
2910
2911 * gdb.mi/mi-cmd-param-changed.exp: Check that notification is
2912 is emmited for both 'set directories' and 'directory' commands.
2913
2914 2020-10-08 Tom Tromey <tom@tromey.com>
2915
2916 * gdb.base/style.exp: Check that "main"'s name is styled.
2917
2918 2020-10-07 Tom Tromey <tromey@adacore.com>
2919
2920 * gdb.base/find.exp: Rename some tests.
2921
2922 2020-10-06 Gary Benson <gbenson@redhat.com>
2923
2924 * gdb.base/list0.c (unused): Add __attribute__ ((used)).
2925 * gdb.base/list1.c (unused): Likewise.
2926
2927 2020-10-06 Gary Benson <gbenson@redhat.com>
2928
2929 * gdb.base/list-ambiguous0.c (ambiguous_var): Add
2930 __attribute__ ((used)).
2931 * gdb.base/list-ambiguous1.c (ambiguous_var): Likewise.
2932
2933 2020-10-06 Andrew Burgess <andrew.burgess@embecosm.com>
2934
2935 * gdb.base/m32r.ld: Remove SEARCH_DIR line. Add MEMORY regions,
2936 make use of regions throughout.
2937 * gdb.base/overlays.exp: Enclose string with variableds in "..",
2938 not {...}.
2939 * gdb.base/ovlymgr.c: Add 'string.h' and 'stdlib.h' includes.
2940
2941 2020-10-05 Hannes Domani <ssbssa@yahoo.de>
2942
2943 * gdb.base/call-sc.c: Fix return struct on stack test case.
2944 * gdb.base/call-sc.exp: Likewise.
2945
2946 2020-10-02 Gary Benson <gbenson@redhat.com>
2947
2948 * README: Fix "paralell".
2949
2950 2020-09-30 Gary Benson <gbenson@redhat.com>
2951
2952 * gdb.dwarf2/dw2-double-set-die-type.S (.Ldie_3e0):
2953 Convert directive to lowercase.
2954 (.Labbrev1_begin): Add missing label.
2955 (abbrev code 0x1): Remove DW_AT_stmt_list.
2956 (.Ldie_b): Likewise.
2957
2958 2020-09-27 Tom Tromey <tom@tromey.com>
2959
2960 * gdb.tui/new-layout.exp: Use with_test_prefix.
2961
2962 2020-09-26 Gareth Rees <grees@undo.io> (tiny change)
2963
2964 PR python/26586
2965 * gdb.python/python.exp: add test cases for the from_tty
2966 argument to gdb.execute.
2967
2968 2020-09-25 Gary Benson <gbenson@redhat.com>
2969
2970 * gdb.base/infcall-nested-structs.exp.tcl: Add
2971 additional_flags=-Wno-tautological-compare for C++
2972 tests when compiling using Clang.
2973
2974 2020-09-25 Gary Benson <gbenson@redhat.com>
2975
2976 * lib/gdb.exp (gdb_compile): Pass "-x c++" earlier, and only
2977 for .c files.
2978
2979 2020-09-24 Tom Tromey <tromey@adacore.com>
2980
2981 PR tui/26638:
2982 * gdb.tui/list.exp: Check output of "focus next".
2983
2984 2020-09-23 Tom Tromey <tom@tromey.com>
2985
2986 * gdb.dwarf2/intbits.exp: New file.
2987 * gdb.dwarf2/intbits.c: New file.
2988
2989 2020-09-20 Pedro Alves <pedro@palves.net>
2990
2991 * lib/mi-support.exp (mi_uncatched_gdb_exit) Switch to the main
2992 spawn_id before calling remote_close. Close secondary MI channel.
2993
2994 2020-09-20 Pedro Alves <pedro@palves.net>
2995
2996 * gdb.base/testenv.exp (find_env): Bail out if printing 'envp[$i]'
2997 fails.
2998
2999 2020-09-19 Andrew Burgess <andrew.burgess@embecosm.com>
3000
3001 * gdb.fortran/array-slices.exp: Update expected results.
3002 * gdb.fortran/class-allocatable-array.exp: Likewise.
3003 * gdb.fortran/multi-dim.exp: Likewise.
3004 * gdb.fortran/vla-type.exp: Likewise.
3005 * gdb.mi/mi-vla-fortran.exp: Likewise.
3006
3007 2020-09-18 Victor Collod <vcollod@nvidia.com>
3008
3009 PR gdb/26635
3010 * gdb.arch/amd64-prologue-skip-cf-protection.exp: Make the test
3011 compatible with i386, and move it to...
3012 * gdb.arch/i386-prologue-skip-cf-protection.exp: ... here.
3013 * gdb.arch/amd64-prologue-skip-cf-protection.c: Move to...
3014 * gdb.arch/i386-prologue-skip-cf-protection.c: ... here.
3015
3016 2020-09-18 Pedro Alves <pedro@palves.net>
3017
3018 PR gdb/26631
3019 * gdb.multi/multi-target-thread-find.exp: New file.
3020
3021 2020-09-18 Pedro Alves <pedro@palves.net>
3022
3023 * gdb.multi/multi-target-continue.exp: New file, factored out from
3024 multi-target.exp.
3025 * gdb.multi/multi-target-info-inferiors.exp: New file, factored out from
3026 multi-target.exp.
3027 * gdb.multi/multi-target-interrupt.exp: New file, factored out from
3028 multi-target.exp.
3029 * gdb.multi/multi-target-no-resumed.exp: New file, factored out from
3030 multi-target.exp.
3031 * gdb.multi/multi-target-ping-pong-next.exp: New file, factored out from
3032 multi-target.exp.
3033 * gdb.multi/multi-target.exp.tcl: New file, factored out from
3034 multi-target.exp.
3035 * gdb.multi/multi-target.exp: Delete.
3036
3037 2020-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
3038
3039 * gdb.fortran/array-slices.exp: Add missing message data.
3040
3041 2020-09-17 Pedro Alves <pedro@palves.net>
3042
3043 * gdb.cp/call-c-1.c (foo) [__cplusplus]: Add extern "C".
3044
3045 2020-09-17 Pedro Alves <pedro@palves.net>
3046
3047 * gdb.python/py-frame-inline.exp: Adjust to optionally expect a
3048 full prototype.
3049
3050 2020-09-17 Pedro Alves <pedro@palves.net>
3051
3052 * gdb.python/py-as-string.c: Add cast.
3053
3054 2020-09-17 Pedro Alves <pedro@palves.net>
3055
3056 * gdb.base/sizeof.c (fill): Add cast.
3057
3058 2020-09-17 Pedro Alves <pedro@palves.net>
3059
3060 * gdb.base/share-env-with-gdbserver.c (main): Add cast.
3061
3062 2020-09-17 Pedro Alves <pedro@palves.net>
3063
3064 * gdb.base/prologue.c [__cplusplus] (marker): Explicitly specify
3065 linkage name.
3066 * gdb.base/prologue.exp: Use print /d.
3067 * gdb.base/symbol-alias.exp: Handle C++ output.
3068 * gdb.base/symbol-alias2.c: Handle C++ output.
3069 [__cplusplus] (func): Explicitly specify linkage name.
3070
3071 2020-09-17 Pedro Alves <pedro@palves.net>
3072
3073 * gdb.python/py-nested-maps.c (struct key_t): Rename to...
3074 (struct my_key_t): ... this. Adjust all references.
3075 (struct value_t): Rename to ...
3076 (struct my_value_t): ... this. Adjust all references.
3077 (create_map, add_map_element, create_map_map)
3078 (add_map_map_element): Add casts.
3079
3080 2020-09-17 Pedro Alves <pedro@palves.net>
3081
3082 * gdb.python/py-framefilter-mi.c (funca): Add casts.
3083 * gdb.python/py-framefilter.c.c (funca, func2): Add casts.
3084
3085 2020-09-17 Pedro Alves <pedro@palves.net>
3086
3087 * gdb.mi/var-cmd.c (do_anonymous_type_tests): Add cast.
3088
3089 2020-09-17 Pedro Alves <pedro@palves.net>
3090
3091 * gdb.base/exprs.c: Replace 'this' with 'self' throughout.
3092 * gdb.base/ptype.c: : Replace 'this' with 'self' throughout.
3093 (charfoo, intfoo): Define full prototype.
3094 * gdb.base/ptype1.c (charfoo): Define full prototype.
3095 * gdb.base/setvar.c: Replace 'this' with 'self' throughout.
3096 * gdb.base/whatis.c: Replace 'this' with 'self' throughout.
3097
3098 2020-09-17 Pedro Alves <pedro@palves.net>
3099
3100 * gdb.base/charset.c [__cplusplus] (wchar_t, char16_t, char32_t):
3101 Don't define.
3102 (utf_32_string): Compile for both C and C++.
3103 * gdb.base/charset.exp: Use "print /d".
3104
3105 2020-09-17 Pedro Alves <pedro@palves.net>
3106
3107 * gdb.base/watchpoint.c (buf): Make it 31 bytes.
3108 (nullptr): Rename to ...
3109 (null_ptr): ... this.
3110 * gdb.base/watchpoint.exp: Adjust to rename.
3111
3112 2020-09-17 Pedro Alves <pedro@palves.net>
3113
3114 * gdb.base/printcmds.c (three, flag_enum_without_zero)
3115 (three_not_flag): Add casts.
3116
3117 2020-09-17 Pedro Alves <pedro@palves.net>
3118
3119 * gdb.base/examine-backward.c (Barrier, TestStrings): Now unsigned
3120 char array.
3121 (main): Add references to Barrier, TestStrings, TestStringsH and
3122 TestStringsW.
3123 * gdb.base/examine-backward.exp: Issue "set print asm-demangle on"
3124 and expect a full prototype in C++.
3125
3126 2020-09-17 Pedro Alves <pedro@palves.net>
3127
3128 * gdb.base/nested-addr.c (main): Add cast.
3129 * gdb.base/nested-addr.exp: Use "print /d".
3130
3131 2020-09-17 Pedro Alves <pedro@palves.net>
3132
3133 * gdb.base/break.exp (func): New. Use it throughout when
3134 expecting a function name.
3135
3136 2020-09-17 Pedro Alves <pedro@palves.net>
3137
3138 * gdb.base/display.exp: Issue "set print asm-demangle on".
3139
3140 2020-09-17 Pedro Alves <pedro@palves.net>
3141
3142 * gdb.base/find.c: Include <string.h>.
3143 (init_bufs): Add cast.
3144 * gdb.base/find.exp: Issue "set print asm-demangle on".
3145
3146 2020-09-16 Tom Tromey <tromey@adacore.com>
3147
3148 PR gdb/26598:
3149 * gdb.base/skipcxx.exp: New file.
3150 * gdb.base/skipcxx.cc: New file.
3151
3152 2020-09-16 Tom de Vries <tdevries@suse.de>
3153
3154 PR testsuite/26617
3155 * gdb.dlang/watch-loc.c: Only add .debug_aranges if
3156 WITH_DEBUG_SECTIONS is defined.
3157 (xstr, str): New macro.
3158 (.debug_aranges): Use DMAIN_START_0/1/2 and DMAIN_LENGTH
3159 to get start and size of _Dmain.
3160 * gdb.dlang/watch-loc.exp: Pass DMAIN_START_0/1/2 and DMAIN_LENGTH
3161 using additional_flags.
3162
3163 2020-09-16 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3164
3165 * gdb.base/bp-cmds-sourced-script.c: New file.
3166 * gdb.base/bp-cmds-sourced-script.exp: New test.
3167 * gdb.base/bp-cmds-sourced-script.gdb: New file.
3168
3169 2020-09-16 Tom de Vries <tdevries@suse.de>
3170
3171 * lib/gdbserver-support.exp (gdbserver_exit): Make sure we
3172 get the gdb prompt after issuing "monitor exit".
3173
3174 2020-09-16 Tom de Vries <tdevries@suse.de>
3175
3176 PR testsuite/26624
3177 * lib/gdb.exp (gdb_assert): Catch errors in condition evaluation.
3178
3179 2020-09-16 Tom de Vries <tdevries@suse.de>
3180
3181 PR testsuite/26618
3182 * gdb.tui/new-layout.exp: Escape unbalanced braces.
3183
3184 2020-09-15 Tom Tromey <tromey@adacore.com>
3185
3186 PR rust/26197:
3187 * lib/rust-support.exp (rust_llvm_version): New proc.
3188 * gdb.rust/simple.exp: Check rust_llvm_version.
3189
3190 2020-09-14 Tom de Vries <tdevries@suse.de>
3191
3192 * gdb.rust/traits.exp: Fix PATH warning.
3193
3194 2020-09-13 Pedro Alves <pedro@palves.net>
3195
3196 * gdb.base/catch-follow-exec.c (main): Add explicit return
3197 statement.
3198 * gdb.base/catch-signal.c (main): Likewise.
3199 * gdb.base/condbreak-call-false.c (main): Likewise.
3200 * gdb.base/consecutive.c (main): Add explicit return
3201 statement and return type.
3202 * gdb.base/cursal.c (main): Add explicit return statement.
3203 * gdb.base/cvexpr.c (main): Likewise.
3204 * gdb.base/display.c (main): Add explicit return statement and
3205 return type.
3206 * gdb.base/dprintf-detach.c (main): Add explicit return statement.
3207 * gdb.base/endianity.c (main): Likewise.
3208 * gdb.base/execd-prog.c (main): Likewise.
3209 * gdb.base/gdb1090.c (main): Likewise.
3210 * gdb.base/info_qt.c (main): Likewise.
3211 * gdb.base/lineinc.c (main): Likewise.
3212 * gdb.base/load-command.c (main): Likewise.
3213 * gdb.base/macscp1.c (main): Likewise.
3214 * gdb.base/pr10179-a.c (main): Likewise.
3215 * gdb.base/quit-live.c (main): Likewise.
3216 * gdb.base/scope0.c (main): Likewise.
3217 * gdb.base/settings.c (main): Likewise.
3218 * gdb.base/stack-checking.c (main): Return int.
3219 * gdb.base/varargs.c (main): Add explicit return statement.
3220 * gdb.cp/ambiguous.cc (main): Likewise.
3221 * gdb.cp/anon-struct.cc (main): Likewise.
3222 * gdb.cp/anon-union.cc (main): Likewise.
3223 * gdb.cp/bool.cc (main): Likewise.
3224 * gdb.cp/bs15503.cc (main): Likewise.
3225 * gdb.cp/cplusfuncs.cc (main): Likewise.
3226 * gdb.cp/cttiadd.cc (main): Likewise.
3227 * gdb.cp/extern-c.cc (main): Likewise.
3228 * gdb.cp/filename.cc (main): Likewise.
3229 * gdb.cp/formatted-ref.cc (main): Likewise.
3230 * gdb.cp/mb-ctor.cc (main): Likewise.
3231 * gdb.cp/member-ptr.cc (main): Likewise.
3232 * gdb.cp/minsym-fallback-main.cc (main): Likewise.
3233 * gdb.cp/overload-const.cc (main): Likewise.
3234 * gdb.cp/paren-type.cc (main): Likewise.
3235 * gdb.cp/parse-lang.cc (main): Likewise.
3236 * gdb.cp/pr-1023.cc (main): Likewise.
3237 * gdb.cp/psmang1.cc (main): Likewise.
3238 * gdb.cp/readnow-language.cc (main): Likewise.
3239 * gdb.cp/ref-params.cc (main): Likewise.
3240 * gdb.cp/rvalue-ref-params.cc (main): Likewise.
3241 * gdb.cp/virtbase2.cc (main): Likewise.
3242 * gdb.dwarf2/dw2-abs-hi-pc.c (main): Likewise.
3243 * gdb.dwarf2/dw2-namespaceless-anonymous.c (main): Likewise.
3244 * gdb.dwarf2/dw4-toplevel-types.cc (main): Likewise.
3245 * gdb.mi/mi-console.c (main): Likewise.
3246 * gdb.mi/mi-read-memory.c (main): Likewise.
3247 * gdb.modula2/multidim.c (main): Likewise.
3248 * gdb.opt/inline-small-func.c (main): Likewise.
3249 * gdb.python/py-rbreak.c (main): Likewise.
3250 * gdb.stabs/exclfwd1.c (main): Likewise.
3251 * gdb.trace/qtro.c (main): Likewise.
3252
3253 2020-09-13 Pedro Alves <pedro@palves.net>
3254
3255 * gdb.base/share-env-with-gdbserver.c (main): Call my_getenv
3256 instead of getenv.
3257
3258 2020-09-13 Pedro Alves <pedro@palves.net>
3259
3260 * gdb.base/dbx.exp (dbx_gdb_start): Adjust to use gdb_spawn
3261 instead of spawning GDB with remote_spawn.
3262 * lib/mi-support.exp (default_mi_gdb_start): Adjust to use
3263 gdb_spawn instead of spawning GDB with remote_spawn.
3264
3265 2020-09-13 Pedro Alves <pedro@palves.net>
3266
3267 * gdb.dwarf2/ada-linkage-name.c (main): Move to the bottom of the
3268 file and add calls to first and second.
3269 * gdb.dwarf2/atomic.c (main): Move to the bottom of the file and
3270 add call to f.
3271
3272 2020-09-13 Pedro Alves <pedro@palves.net>
3273
3274 * gdb.mi/mi-break-qualified.cc: New file.
3275 * gdb.mi/mi-break-qualified.exp: New file.
3276 * lib/mi-support.exp (mi_create_breakpoint_multi)
3277 (mi_make_breakpoint_loc, mi_make_breakpoint_multi): New
3278 procedures.
3279 (mi_create_breakpoint_1): New, factored out from
3280 mi_create_breakpoint.
3281
3282 2020-09-13 Pedro Alves <pedro@palves.net>
3283
3284 * gdb.cp/inherit.exp: No longer pass -Wno-deprecated-register.
3285 * gdb.cp/misc.exp: No longer pass -Wno-deprecated-register.
3286 * gdb.cp/misc.cc (class small, small::method, marker_reg1)
3287 (register_class): Delete.
3288 (main): Don't call register_class.
3289
3290 2020-09-13 Pedro Alves <pedro@palves.net>
3291
3292 * gdb.cp/classes.exp: No longer pass -Wno-deprecated-register.
3293 (do_tests): Remove "calling method for small class" test.
3294 * gdb.cp/classes.cc (class small, small::method, marker_reg1)
3295 (register_class): Delete.
3296 (main): Don't call register_class.
3297 * gdb.cp/call-method-register.exp: New file, based on bits removed
3298 from classes.exp.
3299 * gdb.cp/call-method-register.cc: New file, based on bits removed
3300 from classes.cc.
3301
3302 2020-09-13 Pedro Alves <pedro@palves.net>
3303
3304 * gdb.base/msym-bp-2.c: New.
3305 * gdb.base/msym-bp-shl-lib.c: New file.
3306 * gdb.base/msym-bp-shl-main-2.c: New file.
3307 * gdb.base/msym-bp-shl-main.c: New file.
3308 * gdb.base/msym-bp-shl.exp: New file.
3309 * gdb.base/msym-bp.c: New file.
3310 * gdb.base/msym-bp.exp: New file.
3311
3312 2020-09-13 Joel Brobecker <brobecker@adacore.com>
3313
3314 * gdb.base/default.exp: Change $_gdb_major to 11.
3315
3316 2020-09-11 Moritz Riesterer <moritz.riesterer@intel.com>
3317 Felix Willgerodt <Felix.Willgerodt@intel.com>
3318
3319 * x86-avx512bf16.c: New file.
3320 * x86-avx512bf16.exp: Likewise.
3321 * lib/gdb.exp (skip_avx512bf16_tests): New function.
3322
3323 2020-09-11 Tom de Vries <tdevries@suse.de>
3324
3325 PR exp/26602
3326 * gdb.cp/ambiguous.exp: Add KFAILs for PR26602.
3327
3328 2020-09-11 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3329
3330 * gdb.base/bp-cmds-execution-x-script.exp: Remove a stale comment.
3331
3332 2020-09-10 Alan Modra <amodra@gmail.com>
3333
3334 PR 26597
3335 * gdb.dlang/demangle.exp: Update tests as per gcc commit 387d0773f3.
3336
3337 2020-09-08 Tom de Vries <tdevries@suse.de>
3338
3339 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Consume gdb prompt
3340 after gdb_starti_cmd.
3341
3342 2020-09-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
3343
3344 * lib/fortran.exp (fortran_complex8): New proc.
3345 (fortran_complex16): New proc.
3346 * gdb.fortran/complex.exp: Use routines from fortran.exp
3347 * gdb.fortran/pointer-to-pointer.exp: Likewise.
3348 * gdb.fortran/vla-ptr-info.exp: Likewise.
3349
3350 2020-09-03 Tom de Vries <tdevries@suse.de>
3351
3352 PR breakpoint/26546
3353 * gdb.base/label-without-address.exp: Runto main first.
3354
3355 2020-09-02 Tom Tromey <tromey@adacore.com>
3356
3357 * gdb.ada/mi_var_access.exp: Test children of access variable.
3358 * gdb.ada/mi_var_access/mi_access.adb: Add new stop markers.
3359 * gdb.ada/mi_var_array.exp: Update.
3360
3361 2020-08-31 Kevin Buettner <kevinb@redhat.com>
3362
3363 * gdb.base/corefile.exp (warning-free): XFAIL test when running
3364 on docker w/ AUFS storage driver.
3365
3366 2020-08-31 Kevin Buettner <kevinb@redhat.com>
3367
3368 * gdb.base/corefile2.exp (renamed binfile): New tests.
3369
3370 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
3371
3372 * gdb.dwarf2/dw2-reg-undefined.exp: Remove spurious #.
3373
3374 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
3375
3376 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: New file.
3377 * gdb.dwarf2/frame-inlined-in-outer-frame.S: New file.
3378
3379 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
3380
3381 * gdb.dwarf2/dw2-reg-undefined.exp: Test "set debug frame 1"
3382 output, printing a "not saved" value from history and printing a
3383 convenience variable created from a "not saved" value.
3384
3385 2020-08-31 Tom de Vries <tdevries@suse.de>
3386
3387 * gdb.base/eh_return.exp: Use nopie.
3388
3389 2020-08-28 Pedro Alves <pedro@palves.net>
3390
3391 * gdb.base/advance-until-multiple-locations.exp
3392 (advance_overload, until_overload): Adjust to match the
3393 frame/function header instead of the source line text.
3394
3395 2020-08-28 Tom de Vries <tdevries@suse.de>
3396
3397 * gdb.base/label-without-address.c: New test.
3398 * gdb.base/label-without-address.exp: New file.
3399
3400 2020-08-27 Pedro Alves <pedro@palves.net>
3401
3402 PR gdb/26523
3403 PR gdb/26524
3404 * gdb.base/advance-until-multiple-locations.cc: New.
3405 * gdb.base/advance-until-multiple-locations.exp: New.
3406
3407 2020-08-27 Simon Marchi <simon.marchi@polymtl.ca>
3408
3409 * gdb.dwarf2/dw2-reg-undefined.exp: Use multi_line.
3410
3411 2020-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3412
3413 * gdb.arch/amd64-byte.exp: Make test names unique, use
3414 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
3415 * gdb.arch/amd64-dword.exp: Likewise.
3416 * gdb.arch/amd64-pseudo.c: Fix typo 'forth' -> 'fourth'.
3417 * gdb.arch/amd64-stap-special-operands.exp: Make test names
3418 unique.
3419 * gdb.arch/amd64-tailcall-ret.exp: Likewise.
3420 * gdb.arch/amd64-word.exp: Make test names unique, use
3421 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
3422 * gdb.arch/i386-byte.exp: Make test names unique, use
3423 gdb_breakpoint.
3424 * gdb.arch/i386-word.exp: Likewise.
3425
3426 2020-08-25 Shahab Vahedi <shahab@synopsys.com>
3427
3428 * gdb.arch/arc-tdesc-cpu.xml: Use new feature names.
3429
3430 2020-08-25 Simon Marchi <simon.marchi@polymtl.ca>
3431
3432 PR gdb/26532
3433 * gdb.threads/stepi-random-signal.exp: Update pattern.
3434
3435 2020-08-25 Simon Marchi <simon.marchi@efficios.com>
3436
3437 PR gdb/26532
3438 * gdb.base/ui-redirect.exp: Update pattern.
3439
3440 2020-08-25 Gary Benson <gbenson@redhat.com>
3441
3442 * gdb.dwarf2/dw2-dir-file-name.exp: Use system assembler
3443 when compiling with clang.
3444 * gdb.dwarf2/dw2-restore.exp: Likewise.
3445
3446 2020-08-25 Gary Benson <gbenson@redhat.com>
3447
3448 * gdb.cp/ambiguous.exp: Enable test when compiling with GCC.
3449 Add additional_flags=-Wno-inaccessible-base when compiling
3450 with GCC >= 10.1 or clang. Add additional_flags=-w when
3451 compiling with GCC < 10.
3452
3453 2020-08-25 Gaius Mulley <gaiusmod2@gmail.com>
3454
3455 PR m2/26372
3456 * gdb.modula2/multidim.c: New file.
3457 * gdb.modula2/multidim.exp: New file.
3458
3459 2020-08-24 Simon Marchi <simon.marchi@polymtl.ca>
3460
3461 * lib/gdb.exp (runto): Always emit fail on internal error.
3462
3463 2020-08-24 Simon Marchi <simon.marchi@efficios.com>
3464
3465 * gdb.base/gdb-sigterm.exp (do_test): Update expected regexp.
3466 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3467 Likewise.
3468 * gdb.threads/stepi-random-signal.exp: Likewise.
3469
3470 2020-08-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3471
3472 * gdb.base/print-file-var.exp: Fix typo "breapoint".
3473 * gdb.trace/strace.exp: Ditto.
3474
3475 2020-08-19 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
3476
3477 * gdb.fortran/vla-type.exp: Skip commands not required for
3478 the Flang compiled binaries after prologue fix.
3479
3480 2020-08-17 Tom de Vries <tdevries@suse.de>
3481 Tom Tromey <tromey@adacore.com>
3482
3483 PR rust/26197:
3484 * gdb.rust/simple.exp (xfail_pattern): Update for new failure.
3485
3486 2020-08-17 Tom Tromey <tromey@adacore.com>
3487
3488 * gdb.ada/mi_var_access.exp: New file.
3489 * gdb.ada/mi_var_access/mi_access.adb: New file.
3490 * gdb.ada/mi_var_access/pck.adb: New file.
3491 * gdb.ada/mi_var_access/pck.ads: New file.
3492
3493 2020-08-16 Tom de Vries <tdevries@suse.de>
3494
3495 PR gdb/25350
3496 * gdb.base/eh_return.c: New test.
3497 * gdb.base/eh_return.exp: New file.
3498
3499 2020-08-15 Tom de Vries <tdevries@suse.de>
3500
3501 * gdb.fortran/mixed-lang-stack.c (fortran_charlen_t): New type.
3502 (mixed_func_1d_): Use fortran_charlen_t in decl.
3503
3504 2020-08-15 Tom de Vries <tdevries@suse.de>
3505
3506 PR backtrace/26390
3507 * gdb.fortran/mixed-lang-stack.exp: Call bt with -frame-arguments all.
3508 Update expected pattern.
3509
3510 2020-08-13 Pedro Alves <pedro@palves.net>
3511
3512 * gdb.fortran/complex.exp: Check skip_fortran_tests.
3513 * gdb.fortran/library-module.exp: Likewise.
3514 * gdb.fortran/logical.exp: Likewise.
3515 * gdb.fortran/module.exp: Likewise.
3516 * gdb.fortran/print_type.exp: Likewise.
3517 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
3518 * gdb.fortran/vla-datatypes.exp: Likewise.
3519 * gdb.fortran/vla-history.exp: Likewise.
3520 * gdb.fortran/vla-ptr-info.exp: Likewise.
3521 * gdb.fortran/vla-ptype-sub.exp: Likewise.
3522 * gdb.fortran/vla-ptype.exp: Likewise.
3523 * gdb.fortran/vla-sizeof.exp: Likewise.
3524 * gdb.fortran/vla-type.exp: Likewise.
3525 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
3526 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
3527 * gdb.fortran/vla-value-sub.exp: Likewise.
3528 * gdb.fortran/vla-value.exp: Likewise.
3529
3530 2020-08-13 Pedro Alves <pedro@palves.net>
3531
3532 * gdb.ada/access_tagged_param.exp: Check skip_ada_tests.
3533 * gdb.ada/access_to_packed_array.exp: Likewise.
3534 * gdb.ada/access_to_unbounded_array.exp: Likewise.
3535 * gdb.ada/addr_arith.exp: Likewise.
3536 * gdb.ada/arr_acc_idx_w_gap.exp: Likewise.
3537 * gdb.ada/arr_arr.exp: Likewise.
3538 * gdb.ada/arr_enum_idx_w_gap.exp: Likewise.
3539 * gdb.ada/array_bounds.exp: Likewise.
3540 * gdb.ada/array_of_variable_length.exp: Likewise.
3541 * gdb.ada/array_ptr_renaming.exp: Likewise.
3542 * gdb.ada/array_subscript_addr.exp: Likewise.
3543 * gdb.ada/arraydim.exp: Likewise.
3544 * gdb.ada/arrayparam.exp: Likewise.
3545 * gdb.ada/arrayptr.exp: Likewise.
3546 * gdb.ada/assign_1.exp: Likewise.
3547 * gdb.ada/assign_arr.exp: Likewise.
3548 * gdb.ada/atomic_enum.exp: Likewise.
3549 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
3550 * gdb.ada/bad-task-bp-keyword.exp: Likewise.
3551 * gdb.ada/bias.exp: Likewise.
3552 * gdb.ada/boolean_expr.exp: Likewise.
3553 * gdb.ada/bp_c_mixed_case.exp: Likewise.
3554 * gdb.ada/bp_enum_homonym.exp: Likewise.
3555 * gdb.ada/bp_inlined_func.exp: Likewise.
3556 * gdb.ada/bp_on_var.exp: Likewise.
3557 * gdb.ada/bp_range_type.exp: Likewise.
3558 * gdb.ada/bp_reset.exp: Likewise.
3559 * gdb.ada/call_pn.exp: Likewise.
3560 * gdb.ada/catch_assert_if.exp: Likewise.
3561 * gdb.ada/catch_ex.exp: Likewise.
3562 * gdb.ada/catch_ex_std.exp: Likewise.
3563 * gdb.ada/char_enum.exp: Likewise.
3564 * gdb.ada/char_param.exp: Likewise.
3565 * gdb.ada/complete.exp: Likewise.
3566 * gdb.ada/cond_lang.exp: Likewise.
3567 * gdb.ada/convvar_comp.exp: Likewise.
3568 * gdb.ada/dgopt.exp: Likewise.
3569 * gdb.ada/disc_arr_bound.exp: Likewise.
3570 * gdb.ada/display_nested.exp: Likewise.
3571 * gdb.ada/dot_all.exp: Likewise.
3572 * gdb.ada/dyn_loc.exp: Likewise.
3573 * gdb.ada/dyn_stride.exp: Likewise.
3574 * gdb.ada/excep_handle.exp: Likewise.
3575 * gdb.ada/expr_delims.exp: Likewise.
3576 * gdb.ada/expr_with_funcall.exp: Likewise.
3577 * gdb.ada/exprs.exp: Likewise.
3578 * gdb.ada/fin_fun_out.exp: Likewise.
3579 * gdb.ada/fixed_cmp.exp: Likewise.
3580 * gdb.ada/formatted_ref.exp: Likewise.
3581 * gdb.ada/frame_arg_lang.exp: Likewise.
3582 * gdb.ada/frame_args.exp: Likewise.
3583 * gdb.ada/fullname_bp.exp: Likewise.
3584 * gdb.ada/fun_addr.exp: Likewise.
3585 * gdb.ada/fun_in_declare.exp: Likewise.
3586 * gdb.ada/fun_overload_menu.exp: Likewise.
3587 * gdb.ada/fun_renaming.exp: Likewise.
3588 * gdb.ada/funcall_char.exp: Likewise.
3589 * gdb.ada/funcall_param.exp: Likewise.
3590 * gdb.ada/funcall_ptr.exp: Likewise.
3591 * gdb.ada/funcall_ref.exp: Likewise.
3592 * gdb.ada/homonym.exp: Likewise.
3593 * gdb.ada/info_addr_mixed_case.exp: Likewise.
3594 * gdb.ada/info_auto_lang.exp: Likewise.
3595 * gdb.ada/info_exc.exp: Likewise.
3596 * gdb.ada/info_types.exp: Likewise.
3597 * gdb.ada/int_deref.exp: Likewise.
3598 * gdb.ada/interface.exp: Likewise.
3599 * gdb.ada/iwide.exp: Likewise.
3600 * gdb.ada/lang_switch.exp: Likewise.
3601 * gdb.ada/length_cond.exp: Likewise.
3602 * gdb.ada/maint_with_ada.exp: Likewise.
3603 * gdb.ada/mi_catch_assert.exp: Likewise.
3604 * gdb.ada/mi_catch_ex.exp: Likewise.
3605 * gdb.ada/mi_catch_ex_hand.exp: Likewise.
3606 * gdb.ada/mi_dyn_arr.exp: Likewise.
3607 * gdb.ada/mi_ex_cond.exp: Likewise.
3608 * gdb.ada/mi_exc_info.exp: Likewise.
3609 * gdb.ada/mi_interface.exp: Likewise.
3610 * gdb.ada/mi_prot.exp: Likewise.
3611 * gdb.ada/mi_ref_changeable.exp: Likewise.
3612 * gdb.ada/mi_string_access.exp: Likewise.
3613 * gdb.ada/mi_task_arg.exp: Likewise.
3614 * gdb.ada/mi_task_info.exp: Likewise.
3615 * gdb.ada/mi_var_array.exp: Likewise.
3616 * gdb.ada/mi_var_union.exp: Likewise.
3617 * gdb.ada/mi_variant.exp: Likewise.
3618 * gdb.ada/minsyms.exp: Likewise.
3619 * gdb.ada/mod_from_name.exp: Likewise.
3620 * gdb.ada/nested.exp: Likewise.
3621 * gdb.ada/null_array.exp: Likewise.
3622 * gdb.ada/optim_drec.exp: Likewise.
3623 * gdb.ada/out_of_line_in_inlined.exp: Likewise.
3624 * gdb.ada/packed_array_assign.exp: Likewise.
3625 * gdb.ada/packed_tagged.exp: Likewise.
3626 * gdb.ada/pp-rec-component.exp: Likewise.
3627 * gdb.ada/print_chars.exp: Likewise.
3628 * gdb.ada/print_pc.exp: Likewise.
3629 * gdb.ada/ptr_typedef.exp: Likewise.
3630 * gdb.ada/ptype_arith_binop.exp: Likewise.
3631 * gdb.ada/ptype_array.exp: Likewise.
3632 * gdb.ada/ptype_field.exp: Likewise.
3633 * gdb.ada/ptype_tagged_param.exp: Likewise.
3634 * gdb.ada/ptype_union.exp: Likewise.
3635 * gdb.ada/py_range.exp: Likewise.
3636 * gdb.ada/py_taft.exp: Likewise.
3637 * gdb.ada/rdv_wait.exp: Likewise.
3638 * gdb.ada/rec_comp.exp: Likewise.
3639 * gdb.ada/rec_return.exp: Likewise.
3640 * gdb.ada/ref_param.exp: Likewise.
3641 * gdb.ada/ref_tick_size.exp: Likewise.
3642 * gdb.ada/rename_subscript_param.exp: Likewise.
3643 * gdb.ada/repeat_dyn.exp: Likewise.
3644 * gdb.ada/same_component_name.exp: Likewise.
3645 * gdb.ada/same_enum.exp: Likewise.
3646 * gdb.ada/scalar_storage.exp: Likewise.
3647 * gdb.ada/set_wstr.exp: Likewise.
3648 * gdb.ada/small_reg_param.exp: Likewise.
3649 * gdb.ada/str_binop_equal.exp: Likewise.
3650 * gdb.ada/str_ref_cmp.exp: Likewise.
3651 * gdb.ada/str_uninit.exp: Likewise.
3652 * gdb.ada/sub_variant.exp: Likewise.
3653 * gdb.ada/sym_print_name.exp: Likewise.
3654 * gdb.ada/taft_type.exp: Likewise.
3655 * gdb.ada/tagged.exp: Likewise.
3656 * gdb.ada/tagged_access.exp: Likewise.
3657 * gdb.ada/task_bp.exp: Likewise.
3658 * gdb.ada/task_switch_in_core.exp: Likewise.
3659 * gdb.ada/tasks.exp: Likewise.
3660 * gdb.ada/tick_last_segv.exp: Likewise.
3661 * gdb.ada/tick_length_array_enum_idx.exp: Likewise.
3662 * gdb.ada/type_coercion.exp: Likewise.
3663 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
3664 * gdb.ada/unchecked_union.exp: Likewise.
3665 * gdb.ada/uninitialized_vars.exp: Likewise.
3666 * gdb.ada/var_arr_attrs.exp: Likewise.
3667 * gdb.ada/var_arr_typedef.exp: Likewise.
3668 * gdb.ada/var_rec_arr.exp: Likewise.
3669 * gdb.ada/variant-record.exp: Likewise.
3670 * gdb.ada/variant.exp: Likewise.
3671 * gdb.ada/variant_record_packed_array.exp: Likewise.
3672 * gdb.ada/varsize_limit.exp: Likewise.
3673 * gdb.ada/whatis_array_val.exp: Likewise.
3674 * gdb.ada/widewide.exp: Likewise.
3675 * gdb.ada/win_fu_syms.exp: Likewise.
3676
3677 2020-08-12 Gary Benson <gbenson@redhat.com>
3678
3679 * gdb.dwarf2/dw2-op-out-param.S (.Ltext5): Fix duplicate label.
3680
3681 2020-08-04 Andrew Burgess <andrew.burgess@embecosm.com>
3682
3683 * lib/check-test-names.exp (do_reset_vars): Use 'array unset' to
3684 unset the array variable.
3685
3686 2020-08-03 Tom de Vries <tdevries@suse.de>
3687
3688 PR symtab/26333
3689 * lib/dwarf.exp (DW_LNE_user): New proc.
3690 * gdb.dwarf2/dw2-vendor-extended-opcode.c: New test.
3691 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: New file.
3692
3693 2020-07-31 Kevin Buettner <kevinb@redhat.com>
3694
3695 * gdb.base/coremaker2.c: Change all uses of 'unsigned long long'
3696 to 'uintptr_t'
3697 (inttypes.h): Include.
3698
3699 2020-07-31 Kevin Buettner <kevinb@redhat.com>
3700
3701 * gdb.base/coremaker2.c (buf_rw): Increase size to 256 KiB.
3702 (C5_24k): Delete.
3703 (C5_8k, C5_64k, C5_256k): New macros.
3704 (buf_ro): Allocate 256 KiB of initialized data.
3705
3706 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3707
3708 * gdb.base/condbreak-bad.exp: Extend the test with scenarios
3709 that attempt to overwrite an existing condition with a condition
3710 that fails parsing and also with a condition that parses fine
3711 but contains junk at the end.
3712
3713 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3714
3715 * gdb.base/condbreak-bad.c: New test.
3716 * gdb.base/condbreak-bad.exp: New file.
3717
3718 2020-07-30 Tom de Vries <tdevries@suse.de>
3719
3720 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_entry_1): Factor
3721 out of ...
3722 (GDBInfoModuleSymbols::check_entry): ... here.
3723 (GDBInfoModuleSymbols::check_optional_entry): New proc.
3724 * gdb.fortran/info-modules.exp: Use check_optional_entry for entries
3725 related to __def_init_mod1_M1t1 / __vtype_mod1_M1t1 / __copy_mod1_M1t1.
3726
3727 2020-07-30 Tom de Vries <tdevries@suse.de>
3728
3729 * gdb.fortran/ptype-on-functions.exp: Make "_t" suffix on
3730 "__class_some_module_Number_t" optional.
3731
3732 2020-07-29 Tom de Vries <tdevries@suse.de>
3733
3734 * lib/selftest-support.exp (selftest_setup): Allow breakpoint at
3735 multiple locations.
3736
3737 2020-07-29 Tom de Vries <tdevries@suse.de>
3738
3739 * gdb.dwarf2/dw2-line-number-zero.exp: Set breakpoints on lines
3740 rather than function name.
3741
3742 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3743
3744 PR symtab/26270:
3745 * gdb.cp/disasm-func-name.cc: New file.
3746 * gdb.cp/disasm-func-name.exp: New file.
3747
3748 2020-07-28 Tom Tromey <tromey@adacore.com>
3749
3750 * gdb.dwarf2/varval.exp (setup_exec): Add 'or' instruction to
3751 'varval' location.
3752
3753 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3754
3755 * gdb.python/py-unwind.py: Update to make use of a register
3756 descriptor.
3757
3758 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3759
3760 * gdb.python/py-arch-reg-names.exp: Add additional tests.
3761
3762 2020-07-25 Andrew Burgess <andrew.burgess@embecosm.com>
3763
3764 PR fortran/23051
3765 PR fortran/26139
3766 * gdb.fortran/class-allocatable-array.exp: New file.
3767 * gdb.fortran/class-allocatable-array.f90: New file.
3768 * gdb.fortran/pointer-to-pointer.exp: New file.
3769 * gdb.fortran/pointer-to-pointer.f90: New file.
3770
3771 2020-07-25 Tom de Vries <tdevries@suse.de>
3772
3773 PR symtab/26243
3774 * gdb.dwarf2/dw2-line-number-zero.c: New test.
3775 * gdb.dwarf2/dw2-line-number-zero.exp: New file.
3776
3777 2020-07-24 Tom de Vries <tdevries@suse.de>
3778
3779 PR testsuite/26293
3780 * gdb.ada/mi_prot.exp: Require gnatmake-8.
3781
3782 2020-07-23 Pedro Alves <pedro@palves.net>
3783
3784 * gdb.server/server-kill.exp (prepare): New, factored out from the
3785 top level.
3786 (kill_server): New.
3787 (test_tstatus, test_unwind_nosyms, test_unwind_syms): New.
3788 (top level) : Call test_tstatus, test_unwind_nosyms, test_unwind_syms.
3789
3790 2020-07-23 Andrew Burgess <andrew.burgess@embecosm.com>
3791
3792 * gdb.dwarf2/dw2-disasm-over-non-stmt.exp: New file.
3793
3794 2020-07-22 Sandra Loosemore <sandra@codesourcery.com>
3795
3796 * lib/gdb.exp (gdb_wrapper_file, gdb_wrapper_flags):
3797 Initialize to empty string at top level.
3798 (gdb_wrapper_init): Revert check for file existence on build.
3799 Build the wrapper in its default place, not a build-specific
3800 location. When host == build, make the pathname absolute.
3801 (gdb_compile): Delete leftover declaration of
3802 gdb_wrapper_initialized. Check gdb_wrapper_file being an empty
3803 string instead of uninitialized.
3804
3805 2020-07-22 Kevin Buettner <kevinb@redhat.com>
3806
3807 * gdb.base/corefile2.exp: New file.
3808 * gdb.base/coremaker2.exp: New file.
3809
3810 2020-07-22 Kevin Buettner <kevinb@redhat.com>
3811
3812 * gdb.base/coredump-filter.exp: Add second
3813 non-Private-Shared-Anon-File test.
3814 (test_disasm): Rename binfile for test which is expected
3815 to fail.
3816
3817 2020-07-22 Kevin Buettner <kevinb@redhat.com>
3818
3819 * gdb.base/corefile.exp: Add test "accessing read-only mmapped
3820 data in core file".
3821 * gdb.base/coremaker.c (buf2ro): New global.
3822 (mmapdata): Add a read-only mmap mapping.
3823
3824 2020-07-22 Kevin Buettner <kevinb@redhat.com>
3825
3826 PR corefiles/25631
3827 * gdb.base/corefile.exp (accessing anonymous, unwritten-to mmap data):
3828 New test.
3829 * gdb.base/coremaker.c (buf3): New global.
3830 (mmapdata): Add mmap call which uses MAP_ANONYMOUS and MAP_PRIVATE
3831 flags.
3832
3833 2020-07-22 Kevin Buettner <kevinb@redhat.com>
3834
3835 * gdb.base/coremaker.c (filler_ro): New global constant.
3836
3837 2020-07-22 Tom Tromey <tromey@adacore.com>
3838
3839 * gdb.ada/mi_prot.exp: New file.
3840 * gdb.ada/mi_prot/pkg.adb: New file.
3841 * gdb.ada/mi_prot/pkg.ads: New file.
3842 * gdb.ada/mi_prot/prot.adb: New file.
3843
3844 2020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3845
3846 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
3847 loads two JITers.
3848
3849 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
3850
3851 * gdb.python/py-arch-reg-groups.exp: Additional tests.
3852
3853 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
3854
3855 * gdb.python/py-arch-reg-names.exp: Additional tests.
3856
3857 2020-07-21 Tom de Vries <tdevries@suse.de>
3858
3859 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
3860 breakpoint locations".
3861 * gdb.reverse/solib-reverse.exp: Same.
3862
3863 2020-07-21 Tom de Vries <tdevries@suse.de>
3864
3865 * gdb.reverse/step-reverse.c (callee): Merge statements.
3866
3867 2020-07-21 Tom de Vries <tdevries@suse.de>
3868
3869 * gdb.fortran/info-modules.exp (info module variables): Allow missing
3870 line numbers for some variables.
3871
3872 2020-07-21 Tom de Vries <tdevries@suse.de>
3873
3874 * gdb.opt/inline-locals.c (init_array): New func.
3875 (func1): Use init_array.
3876 * gdb.opt/inline-locals.exp: Update pattern.
3877
3878 2020-07-21 Tom de Vries <tdevries@suse.de>
3879
3880 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
3881 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
3882
3883 2020-07-20 Ludovic Courtès <ludo@gnu.org>
3884
3885 * gdb.guile/source2.scm: Add #f first argument to 'format'.
3886 * gdb.guile/types-module.exp: Remove "ERROR:" from
3887 regexps since Guile 3.0 no longer prints that.
3888
3889 2020-07-20 Ludovic Courtès <ludo@gnu.org>
3890
3891 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
3892 error regexp to match on Guile 2.2.
3893
3894 2020-07-20 Gary Benson <gbenson@redhat.com>
3895
3896 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
3897 with clang.
3898
3899 2020-07-20 Tom de Vries <tdevries@suse.de>
3900
3901 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
3902 (omp_set_lock_in_order): New function.
3903 (single_scope, multi_scope, nested_func, nested_parallel): Use
3904 omp_set_lock_in_order and omp_unset_lock.
3905 (main): Init and destroy lock and lock2.
3906
3907 2020-07-20 Tom de Vries <tdevries@suse.de>
3908
3909 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
3910
3911 2020-07-20 Tom de Vries <tdevries@suse.de>
3912
3913 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
3914
3915 2020-07-17 Tom de Vries <tdevries@suse.de>
3916
3917 * gdb.base/valgrind-infcall-2.c: New test.
3918 * gdb.base/valgrind-infcall-2.exp: New file.
3919 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
3920
3921 2020-07-17 Tom de Vries <tdevries@suse.de>
3922
3923 * gdb.dlang/circular.c (found): Use found_label as label name.
3924 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
3925 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
3926 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
3927 * gdb.dwarf2/ada-linkage-name.exp: Same.
3928 * gdb.dwarf2/arr-subrange.exp: Same.
3929 * gdb.dwarf2/atomic-type.exp: Same.
3930 * gdb.dwarf2/comp-unit-lang.exp: Same.
3931 * gdb.dwarf2/cpp-linkage-name.exp: Same.
3932 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
3933 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
3934 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
3935 * gdb.dwarf2/implptr-64bit.exp: Same.
3936 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
3937 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
3938 * gdb.dwarf2/imported-unit.exp: Same.
3939 * gdb.dwarf2/main-subprogram.exp: Same.
3940 * gdb.dwarf2/missing-type-name.exp: Same.
3941 * gdb.dwarf2/nonvar-access.exp: Same.
3942 * gdb.dwarf2/struct-with-sig.exp: Same.
3943 * gdb.dwarf2/typedef-void-finish.exp: Same.
3944 * gdb.dwarf2/void-type.exp: Same.
3945
3946 2020-07-17 Tom de Vries <tdevries@suse.de>
3947
3948 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
3949 src parameter.
3950 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
3951 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
3952 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
3953 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
3954 * gdb.dwarf2/dwz.exp: Same.
3955 * gdb.dwarf2/implptr-optimized-out.exp: Same.
3956 * gdb.dwarf2/implref-array.exp: Same.
3957 * gdb.dwarf2/implref-const.exp: Same.
3958 * gdb.dwarf2/implref-global.exp: Same.
3959 * gdb.dwarf2/implref-struct.exp: Same.
3960 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
3961 * gdb.dwarf2/opaque-type-lookup.exp: Same.
3962 * gdb.dwarf2/var-access.exp: Same.
3963 * gdb.dwarf2/varval.exp: Same.
3964 * gdb.trace/entry-values.exp: Same.
3965
3966 2020-07-17 Tom de Vries <tdevries@suse.de>
3967
3968 * lib/dwarf.exp (Dwarf::extern): Remove.
3969 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
3970 * gdb.dlang/circular.exp: Same.
3971 * gdb.dwarf2/comp-unit-lang.exp: Same.
3972 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
3973 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
3974 * gdb.dwarf2/dwz.exp: Same.
3975 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
3976 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
3977 * gdb.dwarf2/imported-unit.exp: Same.
3978 * gdb.dwarf2/opaque-type-lookup.exp: Same.
3979
3980 2020-07-16 Sandra Loosemore <sandra@codesourcery.com>
3981
3982 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
3983 Use double quotes instead of single quotes.
3984
3985 2020-07-16 Caroline Tice <cmtice@google.com>
3986
3987 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
3988 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
3989
3990 2020-07-16 Tom de Vries <tdevries@suse.de>
3991
3992 * lib/dwarf.exp (program): Initialize _line.
3993 (DW_LNE_end_sequence): Reinitialize _line.
3994 (DW_LNS_advance_line): Update _line.
3995 (line): New proc.
3996 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
3997 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
3998 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
3999 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
4000 * gdb.dwarf2/dw2-is-stmt.exp: Same.
4001 * gdb.dwarf2/dw2-ranges-func.exp: Same.
4002
4003 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
4004
4005 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
4006 generic.
4007
4008 2020-07-15 Tom de Vries <tdevries@suse.de>
4009
4010 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
4011 is_amd64_regs_target.
4012
4013 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
4014
4015 * gdb.fortran/ptype-on-functions.exp: Add more tests.
4016 * gdb.fortran/ptype-on-functions.f90: Likewise.
4017
4018 2020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
4019
4020 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
4021 values in documentation for addr_size to 4 and 8.
4022
4023 2020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
4024
4025 * gdb.arch/amd64-osabi.exp: Update.
4026 * gdb.arch/arm-disassembler-options.exp: Update.
4027 * gdb.arch/powerpc-disassembler-options.exp: Update.
4028 * gdb.arch/ppc64-symtab-cordic.exp: Update.
4029 * gdb.arch/s390-disassembler-options.exp: Update.
4030 * gdb.base/all-architectures.exp.tcl: Update.
4031 * gdb.base/attach-pie-noexec.exp: Update.
4032 * gdb.base/catch-syscall.exp: Update.
4033 * gdb.xml/tdesc-arch.exp: Update.
4034
4035 2020-07-14 Tom de Vries <tdevries@suse.de>
4036
4037 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
4038 (local_gettid): ... this.
4039 (fn): Update.
4040
4041 2020-07-13 Sandra Loosemore <sandra@codesourcery.com>
4042
4043 * gdb.base/info_sources.exp: Skip directory match tests on
4044 remote hosts.
4045
4046 2020-07-13 Gary Benson <gbenson@redhat.com>
4047
4048 * gdb.base/savedregs.exp (caller): Use parentheses to
4049 make expected expression evaluation ordering explicit.
4050
4051 2020-07-13 Gary Benson <gbenson@redhat.com>
4052
4053 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
4054
4055 2020-07-13 Gary Benson <gbenson@redhat.com>
4056
4057 * gdb.base/bigcore.c (main): Use a volatile pointer when
4058 attempting to trigger a SIGSEGV.
4059 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
4060 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
4061 * gdb.base/savedregs.c (thrower): Likewise.
4062 * gdb.mi/mi-syn-frame.c (bar): Likewise.
4063
4064 2020-07-13 Gary Benson <gbenson@redhat.com>
4065
4066 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
4067 defining and using VLA structure fields into...
4068 * gdb.base/vla-struct-fields.c: New file.
4069 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
4070 tests into...
4071 * gdb.base/vla-struct-fields.exp: New file.
4072
4073 2020-07-13 Tom de Vries <tdevries@suse.de>
4074
4075 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
4076 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
4077 * gdb.base/gold-gdb-index.exp: Same.
4078 * gdb.base/morestack.exp: Same.
4079
4080 2020-07-11 Daniel Xu <dxu@dxuuu.xyz>
4081
4082 PR rust/26121
4083 * gdb.rust/modules.rs: Prevent linker from discarding test
4084 symbol.
4085
4086 2020-07-10 Pedro Alves <pedro@palves.net>
4087
4088 PR gdb/26199
4089 * gdb.multi/multi-target.c (exit_thread): New.
4090 (thread_start): Break loop if EXIT_THREAD.
4091 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
4092 (top level) Call test_no_resumed.
4093
4094 2020-07-08 Tom Tromey <tromey@adacore.com>
4095
4096 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
4097 * gdb.ada/catch_ex.exp: Examine catchpoint text.
4098
4099 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4100
4101 PR python/22748
4102 * gdb.opt/inline-frame-tailcall.c: New file.
4103 * gdb.opt/inline-frame-tailcall.exp: New file.
4104 * gdb.python/py-unwind-inline.c: New file.
4105 * gdb.python/py-unwind-inline.exp: New file.
4106 * gdb.python/py-unwind-inline.py: New file.
4107
4108 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4109
4110 * gdb.python/py-arch-reg-groups.exp: New file.
4111
4112 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4113
4114 * gdb.python/py-arch-reg-names.exp: New file.
4115
4116 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4117
4118 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
4119 gdb.PendingFrame.architecture method.
4120
4121 2020-07-06 Tom de Vries <tdevries@suse.de>
4122
4123 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
4124
4125 2020-07-03 Pedro Alves <palves@redhat.com>
4126
4127 * gdb.base/structs2.c (main): Adjust second parem_reg call to
4128 explicitly write negative numbers.
4129 * gdb.base/structs2.exp: Adjust expected output.
4130
4131 2020-07-03 Pedro Alves <palves@redhat.com>
4132
4133 * gdb.base/charset.c (init_string): Change all char parameters to
4134 unsigned char parameters.
4135
4136 2020-07-03 Pedro Alves <palves@redhat.com>
4137
4138 * gdb.base/call-sc.exp (start_scalars_test): Use
4139 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
4140 * gdb.base/overlays.c: Remove references to PARAMS.
4141 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
4142 * gdb.base/reread.exp: Don't set 'prototypes' global.
4143 * gdb.base/structs.exp (start_structs_test): Use
4144 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
4145 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
4146 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
4147 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
4148 call.
4149 * gdb.base/varargs.exp: Don't set 'prototypes' global.
4150
4151 2020-07-03 Pedro Alves <palves@redhat.com>
4152
4153 * gdb.base/m32rovly.c: Delete.
4154 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
4155
4156 2020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4157
4158 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
4159 of gdb_py_test_multiple.
4160 * gdb.python/py-cmd.exp: Likewise.
4161 * gdb.python/py-events.exp: Likewise.
4162 * gdb.python/py-function.exp: Likewise.
4163 * gdb.python/py-inferior.exp: Likewise.
4164 * gdb.python/py-infthread.exp: Likewise.
4165 * gdb.python/py-linetable.exp: Likewise.
4166 * gdb.python/py-parameter.exp: Likewise.
4167 * gdb.python/py-value.exp: Likewise.
4168
4169 2020-06-30 Tom de Vries <tdevries@suse.de>
4170
4171 PR testsuite/26175
4172 * lib/future.exp (gdb_default_target_compile): Detect and handle
4173 early_flags.
4174
4175 2020-06-29 Simon Marchi <simon.marchi@efficios.com>
4176
4177 * boards/simavr.exp (gdb_load): Catch errors when closing
4178 previous connection. Close connection, wait for process and
4179 unset simavr_spawn_id on failure.
4180
4181 2020-06-29 Tom de Vries <tdevries@suse.de>
4182
4183 * lib/gdb.exp (unknown): Make test-case unresolved.
4184
4185 2020-06-29 Tom de Vries <tdevries@suse.de>
4186
4187 PR gdb/25475
4188 * gdb.server/solib-list.exp: Verify that the symbol reload
4189 confirmation question is asked.
4190
4191 2020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4192
4193 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
4194 have a input seq nr in each pass message.
4195 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
4196 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
4197 * gdb.python/python.exp: Make test names unique,
4198 use gdb_test_multiline instead of gdb_py_test_multiple,
4199 use $gdb_test_name.
4200 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
4201
4202 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
4203
4204 * configure.ac: Add --enable-libctf.
4205 * aclocal.m4: sinclude ../config/enable.m4.
4206 * Makefile.in (site.exp): Add enable_libctf to site.exp.
4207 * lib/gdb.exp (skip_ctf_tests): Use it.
4208 * gdb.base/ctf-constvars.exp: Error message tweak.
4209 * gdb.base/ctf-ptype.exp: Likewise.
4210 * configure: Regenerate.
4211
4212 2020-06-26 Gary Benson <gbenson@redhat.com>
4213
4214 * gdb.cp/try_catch.cc: Include string.h.
4215 (main): Replace comparison against string literal with
4216 strcmp, avoiding build failure with -Wstring-compare.
4217 Add "marker test-complete".
4218 * gdb.cp/try_catch.exp: Run the test to the above marker,
4219 then verify that the value of "test" is still true.
4220
4221 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4222
4223 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
4224
4225 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4226
4227 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
4228
4229 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4230
4231 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
4232 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
4233 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
4234 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
4235 * gdb.arch/riscv-tdesc-loading.exp: New file.
4236
4237 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4238
4239 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
4240
4241 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4242
4243 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
4244 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
4245 * gdb.arch/riscv-tdesc-regs.c: New file.
4246 * gdb.arch/riscv-tdesc-regs.exp: New file.
4247
4248 2020-06-24 Pedro Alves <palves@redhat.com>
4249
4250 * gdb.arch/amd64-entry-value-paramref.exp: Use
4251 prepare_for_testing_full and don't pass "c++" for the .S file
4252 build spec.
4253 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
4254 $options, since it's an assembly file. Remove -Wno-deprecated.
4255 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
4256 compiling C++ programs.
4257
4258 2020-06-24 Pedro Alves <palves@redhat.com>
4259
4260 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
4261 Clang, add "-Wno-unknown-warning-option" to the options.
4262
4263 2020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
4264
4265 * gdb.xml/tdesc-reload.c: New file.
4266 * gdb.xml/tdesc-reload.exp: New file.
4267 * gdb.xml/maint-xml-dump-01.xml: New file.
4268 * gdb.xml/maint-xml-dump-02.xml: New file.
4269 * gdb.xml/maint-xml-dump.exp: New file.
4270
4271 2020-06-23 Sandra Loosemore <sandra@codesourcery.com>
4272
4273 * lib/completion-support.exp (test_gdb_completion_offers_commands):
4274 Adjust for omitted commands when TUI is disabled.
4275
4276 2020-06-23 Gary Benson <gbenson@redhat.com>
4277 Pedro Alves <palves@redhat.com>
4278
4279 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
4280 * gdb.cp/nsimport.cc: Likewise.
4281 * gdb.cp/nsnested.cc: Likewise.
4282 * gdb.cp/nsnoimports.cc: Likewise.
4283 * gdb.cp/nsusing.cc: Likewise.
4284 * gdb.cp/smartp.cc: Likewise.
4285 * gdb.python/py-pp-integral.c: Likewise.
4286 * gdb.python/py-pp-re-notag.c: Likewise.
4287
4288 2020-06-23 Gary Benson <gbenson@redhat.com>
4289
4290 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
4291 * gdb.cp/nsimport.cc: Likewise.
4292 * gdb.cp/nsnested.cc: Likewise.
4293 * gdb.cp/nsnoimports.cc: Likewise.
4294 * gdb.cp/nsusing.cc: Likewise.
4295 * gdb.cp/smartp.cc: Likewise.
4296 * gdb.python/py-pp-integral.c: Likewise.
4297 * gdb.python/py-pp-re-notag.c: Likewise.
4298
4299 2020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4300
4301 * gdb.base/default-args.exp: New test.
4302 * gdb.base/default-args.c: New file.
4303 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
4304 * gdb.base/default.exp: Update to new help text.
4305 * gdb.base/help.exp: Likewise.
4306 * gdb.base/page.exp: Likewise.
4307 * gdb.base/style.exp: Likewise.
4308 * gdb.guile/guile.exp: Likewise.
4309 * gdb.python/python.exp: Likewise.
4310
4311 2020-06-22 Sandra Loosemore <sandra@codesourcery.com>
4312
4313 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
4314 remote host. Fix search path syntax on Windows host.
4315
4316 2020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4317
4318 * gdb.base/attach.exp: Test priority of 'exec-file' changed
4319 over 'exec-file-mismatch'.
4320 * gdb.base/attach.c: Mark should_exit volatile.
4321 * gdb.base/attach2.c: Likewise. Add a comment explaining
4322 why the sleep cannot be big.
4323 * gdb.base/attach3.c: New file.
4324
4325 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
4326
4327 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
4328 prefix optional.
4329
4330 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
4331
4332 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
4333 for remote host.
4334
4335 2020-06-19 Sandra Loosemore <sandra@codesourcery.com>
4336 Hafiz Abid Qadeer <abidh@codesourcery.com>
4337
4338 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
4339 file sent to remote host.
4340 (top level): Allow int32_t as type of 32-bit register.
4341
4342 2020-06-19 Tom de Vries <tdevries@suse.de>
4343
4344 * lib/gdb.exp (gdb_note): New proc.
4345 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
4346 (gdb_default_target_compile): ... here. Only call
4347 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
4348 (use_gdb_compile): Change to array.
4349 (toplevel): Update sets of use_gdb_compile to specify language.
4350 Warn about default_target_compile override. Store dejagnu's version
4351 of default_target_compile in dejagnu_default_target_compile.
4352
4353 2020-06-18 Tom de Vries <tdevries@suse.de>
4354
4355 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
4356 (default_gdb_init): ... here.
4357
4358 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
4359
4360 Fix TUI support checks in gdb.tui tests.
4361
4362 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
4363 just say UNSUPPORTED.
4364 * gdb.tui/corefile-run.exp: Likewise.
4365 * gdb.tui/empty.exp: Likewise.
4366 * gdb.tui/list-before.exp: Likewise.
4367 * gdb.tui/list.exp: Likewise.
4368 * gdb.tui/main.exp: Likewise.
4369 * gdb.tui/regs.exp: Likewise.
4370 * gdb.tui/resize.exp: Likewise.
4371 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
4372 * gdb.tui/tui-layout-asm.exp: Likewise.
4373 * gdb.tui/tui-missing-src.exp: Likewise.
4374 * gdb.tui/winheight.exp: Likewise.
4375 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
4376
4377 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
4378
4379 Fix TCL error in gdb.python/py-format-string.exp.
4380
4381 * gdb.python/py-format-string.exp: Move test for python support
4382 earlier, out of function body.
4383
4384 2020-06-15 Simon Marchi <simon.marchi@efficios.com>
4385
4386 * gdb.base/index-cache-load-twice.c: New.
4387 * gdb.base/index-cache-load-twice.exp: New.
4388
4389 2020-06-17 Keith Seitz <keiths@redhat.com>
4390
4391 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
4392 when executing "gdb --configuration".
4393
4394 2020-06-17 Tom de Vries <tdevries@suse.de>
4395
4396 * lib/gdb.exp (gdb_tcl_unknown): New proc.
4397 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
4398 conditional on presence of gdb_tcl_unknown.
4399 (gdb_finish): Make override undo conditional on presence of
4400 gdb_tcl_unknown.
4401
4402 2020-06-16 Tom Tromey <tom@tromey.com>
4403
4404 * gdb.python/tui-window.py (failwin): New function. Register it
4405 as a TUI window type.
4406 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
4407
4408 2020-06-16 Gary Benson <gbenson@redhat.com>
4409
4410 * gdb.python/py-nested-maps.c (create_map): Add missing return
4411 value.
4412 (create_map_map): Likewise.
4413
4414 2020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4415
4416 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
4417 variable.
4418 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
4419 and use the already-defined 'options' variable.
4420
4421 2020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
4422 Tom de Vries <tdevries@suse.de>
4423
4424 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
4425 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
4426 (gdb_setup_known_globals): New proc.
4427 (gdb_cleanup_globals): New proc.
4428 * lib/gdb.exp (load_lib): New override proc.
4429 (gdb_stdin_log_init): Set var in_file as persistent global.
4430 * lib/pascal.exp (gdb_stdin_log_init): Set vars
4431 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
4432 fpc_compiler as persistent global.
4433
4434 2020-06-12 Tom de Vries <tdevries@suse.de>
4435
4436 * lib/tuiterm.exp (spawn): Rename to ...
4437 (tui_spawn): ... this.
4438 (toplevel): Move rename of spawn ...
4439 (gdb_init_tuiterm): ... here. New proc.
4440 (gdb_finish_tuiterm): New proc.
4441 * lib/gdb.exp (gdb_finish_hooks): New global var.
4442 (gdb_finish): Handle gdb_finish_hooks.
4443 (tuiterm_env): New proc.
4444 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
4445 tuiterm_env.
4446 * gdb.tui/basic.exp: Same.
4447 * gdb.tui/corefile-run.exp: Same.
4448 * gdb.tui/empty.exp: Same.
4449 * gdb.tui/list-before.exp: Same.
4450 * gdb.tui/list.exp: Same.
4451 * gdb.tui/main.exp: Same.
4452 * gdb.tui/new-layout.exp: Same.
4453 * gdb.tui/regs.exp: Same.
4454 * gdb.tui/resize.exp: Same.
4455 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
4456 * gdb.tui/tui-layout-asm.exp: Same.
4457 * gdb.tui/tui-missing-src.exp: Same.
4458 * gdb.tui/winheight.exp: Same.
4459
4460 2020-06-12 Tom de Vries <tdevries@suse.de>
4461
4462 PR testsuite/26110
4463 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
4464 (gdb_finish): Reinstall dejagnu's override of ::unknown.
4465
4466 2020-06-11 Tom Tromey <tom@tromey.com>
4467
4468 PR gdb/18318:
4469 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
4470 floating point tests.
4471
4472 2020-06-11 Keith Seitz <keiths@redhat.com>
4473
4474 PR gdb/21356
4475 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
4476 vla_struct.
4477 Add new struct vla_typedef and union vla_typedef_union and
4478 corresponding instantiation objects.
4479 Initialize new objects.
4480 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
4481 and vla_typedef_union_object.
4482 Fixup type for vla_struct_object.
4483
4484 2020-06-11 Tom de Vries <tdevries@suse.de>
4485
4486 * lib/gdb.exp (with_override): New proc, factored out of ...
4487 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
4488
4489 2020-06-10 Tom de Vries <tdevries@suse.de>
4490
4491 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
4492
4493 2020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
4494
4495 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
4496 parameter, update callers.
4497
4498 2020-06-04 Simon Marchi <simon.marchi@efficios.com>
4499
4500 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
4501 * gdb.dwarf2/share-psymtabs-bt.c: New file.
4502 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
4503
4504 2020-06-04 Tom de Vries <tdevries@suse.de>
4505
4506 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
4507
4508 2020-06-04 Tom de Vries <tdevries@suse.de>
4509
4510 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
4511 exp_continue.
4512
4513 2020-06-04 Tom de Vries <tdevries@suse.de>
4514
4515 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
4516
4517 2020-06-03 Tom de Vries <tdevries@suse.de>
4518
4519 PR symtab/26046
4520 * gdb.cp/breakpoint-locs-2.cc: New test.
4521 * gdb.cp/breakpoint-locs.cc: New test.
4522 * gdb.cp/breakpoint-locs.exp: New file.
4523 * gdb.cp/breakpoint-locs.h: New test.
4524
4525 2020-06-03 Tom de Vries <tdevries@suse.de>
4526
4527 PR testsuite/25609
4528 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
4529 value of global verbose.
4530 * gdb.base/jit-elf.exp: Same.
4531 * gdb.base/jit-reader.exp: Same.
4532
4533 2020-06-02 Tom de Vries <tdevries@suse.de>
4534
4535 * gdb.dwarf2/multidictionary.exp: Don't use
4536 gdb_spawn_with_cmdline_opts.
4537
4538 2020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
4539
4540 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
4541 use_header case.
4542 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
4543 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
4544 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
4545 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
4546 * gdb.dwarf2/dw2-inline-header.c: New file.
4547 * gdb.dwarf2/dw2-inline-header.h: New file.
4548
4549 2020-05-30 Pedro Alves <palves@redhat.com>
4550
4551 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
4552 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
4553
4554 2020-05-29 Gary Benson <gbenson@redhat.com>
4555
4556 * gdb.compile/compile-cplus.exp (additional_flags): Also
4557 set when building with clang.
4558 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
4559 when building with clang.
4560
4561 2020-05-29 Gary Benson <gbenson@redhat.com>
4562
4563 * gdb.arch/i386-avx.exp (additional_flags): Also set when
4564 building with clang.
4565 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
4566
4567 2020-05-29 Gary Benson <gbenson@redhat.com>
4568
4569 * gdb.cp/koenig.exp (prepare_for_testing): Add
4570 additional_flags=-Wno-unused-comparison.
4571 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
4572
4573 2020-05-28 Gary Benson <gbenson@redhat.com>
4574
4575 * gdb.base/sigaltstack.c (catcher): Add default case to switch
4576 statement.
4577
4578 2020-05-28 Gary Benson <gbenson@redhat.com>
4579
4580 * gdb.cp/classes.exp (prepare_for_testing): Add
4581 additional_flags=-Wno-deprecated-register.
4582 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
4583 * gdb.cp/misc.exp: Likewise.
4584
4585 2020-05-28 Gary Benson <gbenson@redhat.com>
4586
4587 * gdb.linespec/cpls-ops.cc (dummy): New static global.
4588 (test_op_new::operator new): Add return statement.
4589 (test_op_new_array::operator new[]): Likewise.
4590
4591 2020-05-27 Pedro Alves <palves@redhat.com>
4592
4593 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
4594 check. Use test_gdb_complete_unique instead of
4595 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
4596 test_gdb_complete_multiple instead of
4597 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
4598
4599 2020-05-27 Luis Machado <luis.machado@linaro.org>
4600
4601 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
4602 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
4603 * gdb.arch/arm-disassembler-options.exp: Likewise.
4604 * gdb.arch/arm-disp-step.exp: Likewise.
4605 * gdb.arch/thumb-prologue.exp: Likewise.
4606 * gdb.base/async.exp: Likewise.
4607 * gdb.base/auxv.exp: Likewise.
4608 * gdb.base/complex-parts.exp: Likewise.
4609 * gdb.base/ena-dis-br.exp: Likewise.
4610 * gdb.base/foll-exec.exp: Likewise.
4611 * gdb.base/permissions.exp: Likewise.
4612 * gdb.base/relocate.exp: Likewise.
4613 * gdb.base/return2.exp: Likewise.
4614 * gdb.base/sigbpt.exp: Likewise.
4615 * gdb.base/siginfo-obj.exp: Likewise.
4616 * gdb.cp/converts.exp: Likewise.
4617 * gdb.cp/exceptprint.exp: Likewise.
4618 * gdb.cp/inherit.exp: Likewise.
4619 * gdb.cp/nsnoimports.exp: Likewise.
4620 * gdb.cp/virtbase2.exp: Likewise.
4621 * gdb.mi/mi-var-cmd.exp: Likewise.
4622 * gdb.mi/var-cmd.c: Likewise.
4623
4624 2020-05-26 Tom Tromey <tromey@adacore.com>
4625
4626 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
4627
4628 2020-05-26 Tom Tromey <tromey@adacore.com>
4629
4630 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
4631 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
4632 type.
4633 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
4634 variable.
4635
4636 2020-05-26 Christian Biesinger <cbiesinger@google.com>
4637
4638 * Makefile.in: Use = instead of == for the test command
4639 for portability.
4640
4641 2020-05-26 Tom de Vries <tdevries@suse.de>
4642
4643 * gdb.base/gold-gdb-index-2.c: New test.
4644 * gdb.base/gold-gdb-index.c: New test.
4645 * gdb.base/gold-gdb-index.exp: New file.
4646 * gdb.base/gold-gdb-index.h: New test.
4647
4648 2020-05-25 Tom de Vries <tdevries@suse.de>
4649
4650 * boards/gold-gdb-index.exp: New file.
4651
4652 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
4653
4654 * boards/simavr.exp: New file.
4655
4656 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
4657
4658 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
4659 * gdb.base/inferior-args.exp: New file.
4660 * gdb.base/inferior-args.c: New file.
4661
4662 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
4663
4664 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
4665 inferior_args. Pass it to gdb_reload.
4666 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
4667 inferior_args.
4668 (gdb_reload): Add inferior_args argument.
4669 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
4670 pass it to gdbserver_run.
4671 * boards/native-gdbserver.exp: Do not set noargs.
4672 * boards/native-extended-gdbserver.exp (gdb_reload): Add
4673 inferior_args argument.
4674 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
4675 * gdb.base/a2-run.exp: Check for use_gdb_stub.
4676 * gdb.base/args.exp: Likewise.
4677
4678 2020-05-25 Tom de Vries <tdevries@suse.de>
4679
4680 * lib/gdb.exp (exec_is_pie): Add comment.
4681
4682 2020-05-25 Tom de Vries <tdevries@suse.de>
4683
4684 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
4685 instead of $binfile in the untested message.
4686
4687 2020-05-25 Tom de Vries <tdevries@suse.de>
4688
4689 PR testsuite/26031
4690 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
4691
4692 2020-05-25 Tom de Vries <tdevries@suse.de>
4693
4694 * boards/gold.exp: New file.
4695
4696 2020-05-23 Tom Tromey <tom@tromey.com>
4697
4698 * gdb.base/style.exp: Remove completion styling test.
4699 * lib/gdb-utils.exp (style): Remove completion styles.
4700
4701 2020-05-23 Tom Tromey <tom@tromey.com>
4702
4703 * gdb.base/style.exp: Add completion styling test.
4704 * lib/gdb-utils.exp (style): Add completion styles.
4705
4706 2020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
4707
4708 * gdb.base/annota1.exp: Update expected results.
4709 * gdb.cp/annota2.exp: Update expected results, remove duplicate
4710 test name.
4711 * gdb.cp/annota3.exp: Update expected results.
4712
4713 2020-05-20 Simon Marchi <simon.marchi@efficios.com>
4714
4715 PR gdb/26016
4716 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
4717 against MAP_FAILED.
4718 * gdb.base/coremaker.c (mmapdata): Likewise.
4719 * gdb.base/jit-reader-host.c (main): Likewise.
4720 * gdb.base/sym-file-loader.c (load): Likewise.
4721 (load_shlib): Likewise.
4722
4723 2020-05-20 Tom Tromey <tromey@adacore.com>
4724
4725 * gdb.ada/array_char_idx.exp: Recognize initialized array.
4726
4727 2020-05-20 Tom de Vries <tdevries@suse.de>
4728
4729 PR symtab/25833
4730 * gdb.base/with-mf-inc.c: New test.
4731 * gdb.base/with-mf-main.c: New test.
4732 * gdb.base/with-mf.exp: New file.
4733
4734 2020-05-19 Tom Tromey <tromey@adacore.com>
4735
4736 * gdb.rust/simple.exp: Restore missing test result.
4737
4738 2020-05-19 Tom de Vries <tdevries@suse.de>
4739
4740 * gdb.base/gdb-caching-proc.exp: Fix typo.
4741
4742 2020-05-19 Tom Tromey <tromey@adacore.com>
4743
4744 * gdb.rust/simple.exp: Add some test descriptions.
4745 (test_one_slice): Use with_test_prefix.
4746
4747 2020-05-18 Tom de Vries <tdevries@suse.de>
4748
4749 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
4750
4751 2020-05-17 Pedro Alves <palves@redhat.com>
4752
4753 PR gdb/25741
4754 * gdb.base/hw-sw-break-same-address.exp: New file.
4755
4756 2020-05-16 Pedro Alves <palves@redhat.com>
4757
4758 * gdb.multi/multi-re-run.exp (test_re_run): Switch
4759 LAST_LOADED_FILE accordingly.
4760
4761 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4762
4763 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
4764
4765 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4766
4767 * gdb.base/help.exp: Test apropos and help for commands
4768 having aliases. Fixed comments not starting with an
4769 upper-case letter or not finishing with a dot.
4770
4771 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4772
4773 * gdb.base/alias.exp: Update help output check.
4774
4775 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4776
4777 * gdb.base/default.exp: Update output following fixes.
4778
4779 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4780
4781 * gdb.base/alias.exp: Test aliases starting with a prefix of
4782 another alias.
4783
4784 2020-05-15 Gary Benson <gbenson@redhat.com>
4785
4786 * gdb.base/info-os.c (main): Add return statement.
4787 * gdb.base/info_minsym.c (minsym_fun): Likewise.
4788 * gdb.base/large-frame-2.c (func): Likewise.
4789 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
4790 * gdb.base/pr10179-b.c (foo2): Likewise.
4791 * gdb.base/valgrind-disp-step.c (foo): Likewise.
4792 * gdb.base/watch-cond.c (func): Likewise.
4793 * gdb.multi/goodbye.c (verylongfun): Likewise.
4794 * gdb.multi/hello.c (commonfun): Likewise.
4795 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
4796 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
4797 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
4798 Likewise.
4799 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
4800 * gdb.threads/interrupt-while-step-over.c (child_function):
4801 Likewise.
4802 * gdb.trace/actions-changed.c (end): Likewise.
4803
4804 2020-05-15 Gary Benson <gbenson@redhat.com>
4805
4806 * gdb.opencl/callfuncs.exp: Report when test skipped.
4807 * gdb.opencl/convs_casts.exp: Likewise.
4808 * gdb.opencl/datatypes.exp: Likewise.
4809 * gdb.opencl/operators.exp: Likewise.
4810 * gdb.opencl/vec_comps.exp: Likewise.
4811
4812 2020-05-15 Tom de Vries <tdevries@suse.de>
4813
4814 * gdb.base/align.exp.in: Rename to ...
4815 * gdb.base/align.exp.tcl: ... this.
4816 * gdb.base/align-c++.exp: Update.
4817 * gdb.base/align-c.exp: Update.
4818 * gdb.base/all-architectures.exp.in: Rename to ...
4819 * gdb.base/all-architectures.exp: ... this.
4820 * gdb.base/all-architectures-0.exp: Update.
4821 * gdb.base/all-architectures-1.exp: Update.
4822 * gdb.base/all-architectures-2.exp: Update.
4823 * gdb.base/all-architectures-3.exp: Update.
4824 * gdb.base/all-architectures-4.exp: Update.
4825 * gdb.base/all-architectures-5.exp: Update.
4826 * gdb.base/all-architectures-6.exp: Update.
4827 * gdb.base/all-architectures-7.exp: Update.
4828 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
4829 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
4830 * gdb.base/infcall-nested-structs-c++.exp: Update.
4831 * gdb.base/infcall-nested-structs-c.exp: Update.
4832 * gdb.base/info-types.exp.in: Rename to ...
4833 * gdb.base/info-types.exp.tcl: ... this.
4834 * gdb.base/info-types-c++.exp: Update.
4835 * gdb.base/info-types-c.exp: Update.
4836 * gdb.base/max-depth.exp.in: Rename to ...
4837 * gdb.base/max-depth.exp.tcl: ... this.
4838 * gdb.base/max-depth-c++.exp: Update.
4839 * gdb.base/max-depth-c.exp: Update.
4840 * gdb.cp/cpexprs.exp.in: Rename to ...
4841 * gdb.cp/cpexprs.exp.tcl: ... this.
4842 * gdb.cp/cpexprs-debug-types.exp: Update.
4843 * gdb.cp/cpexprs.exp: Update.
4844 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
4845 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
4846 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
4847 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
4848 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
4849 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
4850 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
4851 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
4852 * gdb.dwarf2/clang-debug-names-2.exp: Update.
4853 * gdb.dwarf2/clang-debug-names.exp: Update.
4854
4855 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
4856
4857 * lib/check-test-names.exp: Remove code that prevents this file
4858 loading when tests are run in parallel.
4859
4860 2020-05-15 Pedro Alves <palves@redhat.com>
4861
4862 * gdb.multi/multi-kill.exp (start_inferior): Remove
4863 'testpid' parameter. Refer to namespace variable directly.
4864 (testpid): Declare as namespace variable.
4865
4866 2020-05-15 Pedro Alves <palves@redhat.com>
4867
4868 * gdb.multi/multi-kill.exp: Wrap in namespace.
4869 (start_inferior): Add TESTPID parameter. Use it instead of the
4870 testpid global.
4871 (top level): Define empty TESTPID array, and pass it down to
4872 start_inferior.
4873
4874 2020-05-14 Tom de Vries <tdevries@suse.de>
4875
4876 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
4877 output.
4878
4879 2020-05-14 Tom de Vries <tdevries@suse.de>
4880
4881 * gdb.base/align.exp: Split into ...
4882 * gdb.base/align.exp.in: ...
4883 * gdb.base/align-c++.exp: ...
4884 * gdb.base/align-c.exp: ... these.
4885 * gdb.base/infcall-nested-structs.exp: Split into ...
4886 * gdb.base/infcall-nested-structs.exp.in: ...
4887 * gdb.base/infcall-nested-structs-c++.exp: ...
4888 * gdb.base/infcall-nested-structs-c.exp: ... these.
4889 * gdb.base/info-types.exp: Split into ...
4890 * gdb.base/info-types.exp.in: ...
4891 * gdb.base/info-types-c++.exp: ...
4892 * gdb.base/info-types-c.exp: ... these.
4893 * gdb.base/max-depth.exp: Split into ...
4894 * gdb.base/max-depth.exp.in: ...
4895 * gdb.base/max-depth-c++.exp: ...
4896 * gdb.base/max-depth-c.exp: ... these.
4897 * gdb.cp/infcall-nodebug.exp: Split into ...
4898 * gdb.cp/infcall-nodebug.exp.in: ...
4899 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
4900 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
4901 * gdb.cp/infcall-nodebug-c-d0.exp: ...
4902 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
4903
4904 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4905 Pedro Alves <palves@redhat.com>
4906
4907 * gdb.multi/multi-exit.c: New file.
4908 * gdb.multi/multi-exit.exp: New file.
4909 * gdb.multi/multi-kill.c: New file.
4910 * gdb.multi/multi-kill.exp: New file.
4911
4912 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4913
4914 * gdb.base/annota1.exp: Update the expected output.
4915 * gdb.cp/annota2.exp: Ditto.
4916
4917 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
4918
4919 * lib/check-test-names.exp: Disable when testing is being run in
4920 parallel.
4921
4922 2020-05-12 Tom de Vries <tdevries@suse.de>
4923
4924 * gdb.base/jit-elf.exp: Fix string concat.
4925
4926 2020-05-12 Tom de Vries <tdevries@suse.de>
4927
4928 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
4929 messages.
4930
4931 2020-05-12 Tom de Vries <tdevries@suse.de>
4932
4933 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
4934
4935 2020-05-12 Tom de Vries <tdevries@suse.de>
4936
4937 * gdb.ada/catch_ex.exp: Use with_test_prefix.
4938 * gdb.ada/mi_catch_ex.exp: Same.
4939 * gdb.ada/mi_catch_ex_hand.exp: Same.
4940
4941 2020-05-12 Tom de Vries <tdevries@suse.de>
4942
4943 * gdb.fortran/complex.exp: Use with_test_prefix.
4944
4945 2020-05-12 Tom de Vries <tdevries@suse.de>
4946
4947 * gdb.trace/passcount.exp: Fix test-names.
4948
4949 2020-05-12 Tom de Vries <tdevries@suse.de>
4950
4951 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
4952
4953 2020-05-12 Tom de Vries <tdevries@suse.de>
4954
4955 * gdb.gdb/complaints.exp: Use with_test_prefix.
4956 * gdb.xml/tdesc-regs.exp: Same.
4957 * gdb.opt/inline-locals.exp: Fix test name.
4958
4959 2020-05-12 Tom de Vries <tdevries@suse.de>
4960
4961 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
4962 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
4963 * gdb.dwarf2/implref-struct.exp: Same.
4964 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
4965 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
4966
4967 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
4968
4969 * gdb.base/jit-so.exp (one_jit_test): Change test name.
4970
4971 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
4972
4973 * lib/check-test-names.exp (all_test_names): New module variable.
4974 (counts): Add 'duplicates' field.
4975 (_check_duplicates): New procedure.
4976 (check): Also check for duplicates.
4977 (do_log_summary): Print duplicates count.
4978 (do_reset_vars): Reset counter for duplicate test names, and
4979 discard all know test names.
4980
4981 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
4982
4983 * lib/gdb.exp: Include check-test-names.exp library.
4984 * lib/check-test-names.exp: New file.
4985
4986 2020-05-11 Tom de Vries <tdevries@suse.de>
4987
4988 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
4989
4990 2020-05-11 Keith Seitz <keiths@redhat.com>
4991
4992 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
4993
4994 2020-05-11 Tom de Vries <tdevries@suse.de>
4995
4996 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
4997 * gdb.cp/cpexprs.exp.in: .. here.
4998 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
4999 cpexprs.exp.
5000
5001 2020-05-11 Keith Seitz <keiths@redhat.com>
5002
5003 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
5004 test names.
5005 * gdb.ada/arrayptr.exp: Likewise.
5006 * gdb.ada/assign_arr.exp: Likewise.
5007 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
5008 * gdb.ada/bp_on_var.exp: Likewise.
5009 * gdb.ada/call_pn.exp: Likewise.
5010 * gdb.ada/complete.exp: Likewise.
5011 * gdb.ada/fun_overload_menu.exp: Likewise.
5012 * gdb.ada/funcall_param.exp: Likewise.
5013 * gdb.ada/funcall_ref.exp: Likewise.
5014 * gdb.ada/packed_array_assign.exp: Likewise.
5015 * gdb.ada/same_component_name.exp: Likewise.
5016 * gdb.ada/type_coercion.exp: Likewise.
5017 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
5018 * gdb.ada/variant_record_packed_array.exp: Likewise.
5019
5020 2020-05-11 Tom de Vries <tdevries@suse.de>
5021
5022 PR symtab/25941
5023 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
5024 out of ...
5025 * gdb.dwarf2/clang-debug-names.exp: ... here.
5026 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
5027 clang-debug-names.exp.in.
5028 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
5029 * gdb.dwarf2/clang-debug-names-2.c: New test.
5030
5031 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
5032
5033 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
5034 (fortran_runto_main): New Proc, fortran version of runto_main.
5035 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
5036 * gdb.fortran/array-bounds.exp: Likewise.
5037 * gdb.fortran/array-slices.exp: Likewise.
5038 * gdb.fortran/block-data.exp: Likewise.
5039 * gdb.fortran/charset.exp: Likewise.
5040 * gdb.fortran/common-block.exp: Likewise.
5041 * gdb.fortran/complex.exp: Likewise.
5042 * gdb.fortran/derived-type-function.exp: Likewise.
5043 * gdb.fortran/derived-type.exp: Likewise.
5044 * gdb.fortran/info-modules.exp: Likewise.
5045 * gdb.fortran/info-types.exp: Likewise.
5046 * gdb.fortran/intrinsics.exp: Likewise.
5047 * gdb.fortran/library-module.exp: Likewise.
5048 * gdb.fortran/logical.exp: Likewise.
5049 * gdb.fortran/max-depth.exp: Likewise.
5050 * gdb.fortran/module.exp: Likewise.
5051 * gdb.fortran/multi-dim.exp: Likewise.
5052 * gdb.fortran/nested-funcs.exp: Likewise.
5053 * gdb.fortran/print-formatted.exp: Likewise.
5054 * gdb.fortran/print_type.exp: Likewise.
5055 * gdb.fortran/printing-types.exp: Likewise.
5056 * gdb.fortran/ptr-indentation.exp: Likewise.
5057 * gdb.fortran/ptype-on-functions.exp: Likewise.
5058 * gdb.fortran/subarray.exp: Likewise.
5059 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
5060 * gdb.fortran/vla-datatypes.exp: Likewise.
5061 * gdb.fortran/vla-history.exp: Likewise.
5062 * gdb.fortran/vla-ptr-info.exp: Likewise.
5063 * gdb.fortran/vla-ptype-sub.exp: Likewise.
5064 * gdb.fortran/vla-ptype.exp: Likewise.
5065 * gdb.fortran/vla-sizeof.exp: Likewise.
5066 * gdb.fortran/vla-type.exp: Likewise.
5067 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
5068 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
5069 * gdb.fortran/vla-value-sub.exp: Likewise.
5070 * gdb.fortran/vla-value.exp: Likewise.
5071 * gdb.fortran/whatis_type.exp: Likewise.
5072 * gdb.mi/mi-var-child-f.exp: Likewise.
5073
5074 2020-05-09 Tom de Vries <tdevries@suse.de>
5075
5076 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
5077
5078 2020-05-08 Tom de Vries <tdevries@suse.de>
5079
5080 * gdb.dwarf2/clang-debug-names.c: New test.
5081 * gdb.dwarf2/clang-debug-names.exp: New file.
5082
5083 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
5084
5085 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
5086 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
5087
5088 2020-05-06 Tom de Vries <tdevries@suse.de>
5089
5090 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
5091 breakpoint is at a "recommended breakpoint location".
5092 * gdb.reverse/consecutive-reverse.exp: Same.
5093
5094 2020-05-06 Tom de Vries <tdevries@suse.de>
5095
5096 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
5097 address.
5098
5099 2020-05-06 Tom de Vries <tdevries@suse.de>
5100
5101 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
5102
5103 2020-05-06 Tom de Vries <tdevries@suse.de>
5104
5105 * gdb.base/store.exp (check_set, up_set): Allowing missing location
5106 info for r.
5107
5108 2020-05-06 Tom de Vries <tdevries@suse.de>
5109
5110 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
5111 necessary.
5112
5113 2020-05-06 Tom de Vries <tdevries@suse.de>
5114
5115 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
5116 void.
5117
5118 2020-05-06 Tom de Vries <tdevries@suse.de>
5119
5120 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
5121 of ...
5122 * gdb.base/async.exp: ... here.
5123 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
5124 "recommended breakpoint location".
5125
5126 2020-05-06 Tom de Vries <tdevries@suse.de>
5127
5128 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
5129
5130 2020-05-04 Tom de Vries <tdevries@suse.de>
5131
5132 * gdb.base/async.exp: Check whether instruction addresses are a
5133 "recommended breakpoint location".
5134
5135 2020-05-03 Tom Tromey <tom@tromey.com>
5136
5137 * gdb.base/sepdebug.exp: Remove "catch" test.
5138 * gdb.base/break.exp: Remove "catch" test.
5139 * gdb.base/default.exp: Update expected output.
5140
5141 2020-05-02 Tom de Vries <tdevries@suse.de>
5142
5143 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
5144 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
5145 * gdb.arch/i386-mpx-map.exp: Same.
5146 * gdb.arch/i386-mpx-sigsegv.exp: Same.
5147 * gdb.arch/i386-mpx-simple_segv.exp: Same.
5148 * gdb.arch/i386-mpx.exp: Same.
5149
5150 2020-05-02 Tom de Vries <tdevries@suse.de>
5151
5152 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
5153
5154 2020-05-01 Tom de Vries <tdevries@suse.de>
5155
5156 * gdb.ada/operator_bp.exp: Allow more than required amount of
5157 breakpoint.
5158
5159 2020-05-01 Tom de Vries <tdevries@suse.de>
5160
5161 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
5162
5163 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
5164
5165 PR gdb/18706
5166 * gdb.cp/stub-array-size.cc: New test.
5167 * gdb.cp/stub-array-size.exp: New file.
5168 * gdb.cp/stub-array-size.h: New test.
5169 * gdb.cp/stub-array-size2.cc: New test.
5170
5171 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
5172
5173 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
5174 output to the new format.
5175
5176 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
5177
5178 * gdb.base/break.exp: Use with_test_prefix.
5179
5180 2020-04-29 Tom de Vries <tdevries@suse.de>
5181
5182 * lib/gdb.exp (debug_types): New proc.
5183 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
5184 * gdb.python/py-symtab.exp: Same.
5185
5186 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
5187
5188 PR gdb/17320
5189 * gdb.base/pretty-array.c: New test.
5190 * gdb.base/pretty-array.exp: New file.
5191
5192 2020-04-29 Tom de Vries <tdevries@suse.de>
5193
5194 PR symtab/25889
5195 * gdb.cp/cpexprs.exp: Adapt for inclusion.
5196 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
5197 and include cpexprs.exp.
5198
5199 2020-04-28 Mark Williams <mark@myosotissp.com>
5200
5201 PR gdb/24480
5202 * dw4-toplevel-types.exp: Test for top level types.
5203 * dw4-toplevel-types.cc: Test for top level types.
5204
5205 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5206
5207 * gdb.threads/stop-with-handle.exp: Fix typo in comment
5208 (theads -> threads).
5209
5210 2020-04-28 Tom de Vries <tdevries@suse.de>
5211
5212 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
5213
5214 2020-04-28 Tom de Vries <tdevries@suse.de>
5215
5216 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
5217
5218 2020-04-28 Tom de Vries <tdevries@suse.de>
5219
5220 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
5221
5222 2020-04-28 Tom de Vries <tdevries@suse.de>
5223
5224 * gdb.dwarf2/main-foo.c: New test.
5225 * gdb.dwarf2/struct-with-sig.exp: New file.
5226
5227 2020-04-25 Tom de Vries <tdevries@suse.de>
5228
5229 * boards/debug-types.exp: New file.
5230
5231 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
5232
5233 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
5234
5235 2020-04-24 Tom Tromey <tom@tromey.com>
5236
5237 PR symtab/12707:
5238 * gdb.python/py-symbol.exp: Update expected results for
5239 linkage_name test.
5240 * gdb.cp/print-demangle.exp: New file.
5241 * gdb.base/c-linkage-name.exp: Fix test.
5242 * gdb.guile/scm-symbol.exp: Update expected results for
5243 linkage_name test.
5244
5245 2020-04-24 Tom Tromey <tom@tromey.com>
5246
5247 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
5248 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
5249 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
5250 assembler.
5251
5252 2020-04-24 Tom de Vries <tdevries@suse.de>
5253
5254 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
5255 C++.
5256
5257 2020-04-24 Tom Tromey <tromey@adacore.com>
5258
5259 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
5260 values.
5261 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
5262 values. Update test for minimal encodings.
5263 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
5264 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
5265 values. Update test for minimal encodings.
5266
5267 2020-04-24 Tom Tromey <tromey@adacore.com>
5268
5269 PR python/23662:
5270 * gdb.ada/variant.exp: Add Python checks.
5271 * gdb.rust/simple.exp: Add dynamic type checks.
5272
5273 2020-04-24 Tom Tromey <tromey@adacore.com>
5274
5275 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
5276 Make array type matching more lax.
5277 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
5278 * gdb.ada/mi_variant.exp: New file.
5279 * gdb.ada/mi_variant/pck.ads: New file.
5280 * gdb.ada/mi_variant/pkg.adb: New file.
5281 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
5282 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
5283
5284 2020-04-24 Tom Tromey <tromey@adacore.com>
5285
5286 * gdb.ada/variant.exp: Add dynamic field offset tests.
5287 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
5288 * gdb.ada/variant/pkg.adb: Add new variables.
5289
5290 2020-04-24 Tom Tromey <tromey@adacore.com>
5291
5292 * gdb.ada/variant.exp: New file
5293 * gdb.ada/variant/pkg.adb: New file
5294 * gdb.ada/variant/pck.adb: New file
5295
5296 2020-04-24 Tom de Vries <tdevries@suse.de>
5297
5298 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
5299
5300 2020-04-24 Tom de Vries <tdevries@suse.de>
5301
5302 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
5303 flags.
5304
5305 2020-04-24 Tom de Vries <tdevries@suse.de>
5306
5307 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
5308
5309 2020-04-24 Tom de Vries <tdevries@suse.de>
5310
5311 * lib/gdb.exp (default_gdb_start): Handle eof.
5312 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
5313 failure.
5314 * gdb.base/readnever.exp: Handle clean_restart failure.
5315
5316 2020-04-23 Tom de Vries <tdevries@suse.de>
5317
5318 * gdb.base/decl-before-def.exp: Run to main and print a again.
5319
5320 2020-04-23 Tom de Vries <tdevries@suse.de>
5321
5322 * gdb.base/decl-before-def-decl.c: New test.
5323 * gdb.base/decl-before-def-def.c: New test.
5324 * gdb.base/decl-before-def.exp: New file.
5325
5326 2020-04-23 Tom de Vries <tdevries@suse.de>
5327
5328 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
5329
5330 2020-04-22 Tom de Vries <tdevries@suse.de>
5331
5332 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
5333 debug_info_offset.
5334 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
5335 before $objsfile in the line line.
5336
5337 2020-04-22 Tom de Vries <tdevries@suse.de>
5338
5339 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
5340
5341 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
5342
5343 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
5344 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
5345 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
5346 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
5347 * gdb.base/jit-protocol.h: Update definitions to match all usage
5348 contexts.
5349
5350 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
5351
5352 * gdb.base: Rename all jit related test and source files.
5353
5354 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
5355
5356 * gdb.base/jit-reader.exp: Relax register output check.
5357
5358 2020-04-22 Tom de Vries <tdevries@suse.de>
5359
5360 PR symtab/25764
5361 * gdb.base/psym-external-decl-2.c: New test.
5362 * gdb.base/psym-external-decl.c: New test.
5363 * gdb.base/psym-external-decl.exp: New file.
5364 * gdb.threads/tls.exp: Add PR25807 kfail.
5365
5366 2020-04-22 Tom de Vries <tdevries@suse.de>
5367
5368 PR symtab/25801
5369 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
5370 in "info source" output.
5371
5372 2020-04-22 Tom de Vries <tdevries@suse.de>
5373
5374 PR symtab/25700
5375 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
5376 symtab for imported_unit.c.
5377
5378 2020-04-21 Gary Benson <gbenson@redhat.com>
5379
5380 * gdb.base/advance.c (func): New argument, to match call site.
5381 (func2, func3): Add return statements.
5382
5383 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5384
5385 * gdb.multi/run-only-second-inf.c: New file.
5386 * gdb.multi/run-only-second-inf.exp: New file.
5387
5388 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
5389
5390 * gdb.btrace/multi-inferior.c: New test.
5391 * gdb.btrace/multi-inferior.exp: New file.
5392
5393 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
5394
5395 * gdb.btrace/enable-new-thread.c: New test.
5396 * gdb.btrace/enable-new-thread.exp: New file.
5397
5398 2020-04-21 Tom de Vries <tdevries@suse.de>
5399
5400 PR gdb/25471
5401 * gdb.threads/killed-outside.c: New test.
5402 * gdb.threads/killed-outside.exp: New file.
5403
5404 2020-04-20 Gary Benson <gbenson@redhat.com>
5405
5406 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
5407 * gdb.base/nested-subp2.exp: Likewise.
5408 * gdb.base/nested-subp3.exp: Likewise.
5409
5410 2020-04-20 Gary Benson <gbenson@redhat.com>
5411
5412 * gdb.base/nested-subp1.exp: Disable test when using clang.
5413 * gdb.base/nested-subp2.exp: Likewise.
5414 * gdb.base/nested-subp3.exp: Likewise.
5415
5416 2020-04-20 Gary Benson <gbenson@redhat.com>
5417
5418 * gdb.cp/exception.cc: Fix compilation error with clang.
5419
5420 2020-04-20 Gary Benson <gbenson@redhat.com>
5421
5422 * gdb.trace/tspeed.c: Fix compilation error with clang.
5423
5424 2020-04-20 Gary Benson <gbenson@redhat.com>
5425
5426 * gdb.base/jit-main.c: Fix compilation error with clang.
5427
5428 2020-04-17 Kamil Rytarowski <n54@gmx.com>
5429
5430 * gdb.base/attach-twice.c: Include "sys/types.h".
5431 (PTRACE_ATTACH): Add fallback definition.
5432 (main): Pass `0' to the 4th argument of `ptrace'.
5433
5434 2020-04-17 Kamil Rytarowski <n54@gmx.com>
5435
5436 * gdb.base/fork-running-state.c: Include "signal.h".
5437
5438 2020-04-17 Tom Tromey <tromey@adacore.com>
5439
5440 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
5441 Update tests.
5442 * gdb.btrace/cpu.exp: Update tests.
5443 * gdb.base/maint.exp: Update tests.
5444 * gdb.base/default.exp: Update tests.
5445 * gdb.base/completion.exp: Update tests.
5446
5447 2020-04-16 Tom de Vries <tdevries@suse.de>
5448
5449 PR symtab/25791
5450 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
5451 (ensure_gdb_index): and factor out and move ...
5452 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
5453 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
5454
5455 2020-04-16 Tom de Vries <tdevries@suse.de>
5456
5457 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
5458 loading exec.
5459
5460 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
5461
5462 * gdb.base/many-completions.exp: New file.
5463
5464 2020-04-14 Tom de Vries <tdevries@suse.de>
5465
5466 PR symtab/25718
5467 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
5468
5469 2020-04-14 Tom de Vries <tdevries@suse.de>
5470
5471 PR symtab/25720
5472 * gdb.base/maint-expand-symbols-header-file.c: New test.
5473 * gdb.base/maint-expand-symbols-header-file.exp: New file.
5474 * gdb.base/maint-expand-symbols-header-file.h: New test.
5475
5476 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
5477
5478 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
5479 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
5480 get_func_info.
5481 (get_func_info): Delete.
5482 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
5483 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
5484 * lib/dwarf.exp (get_func_info): New function.
5485
5486 2020-04-13 Tom de Vries <tdevries@suse.de>
5487
5488 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
5489 to what find_gnatmake does.
5490
5491 2020-04-10 Tom de Vries <tdevries@suse.de>
5492
5493 * gdb.base/style.exp: Expect "Expanding full symbols" message for
5494 -readnow.
5495
5496 2020-04-10 Tom de Vries <tdevries@suse.de>
5497
5498 PR cli/25808
5499 * gdb.base/style.c: Add leading newlines.
5500 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
5501 Check listing of main's one-line body.
5502
5503 2020-04-08 Tom de Vries <tdevries@suse.de>
5504
5505 * lib/gdb.exp (psymtabs_p): New proc.
5506 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
5507 importing unit" unsupported if there are no partial symbols.
5508
5509 2020-04-08 Tom de Vries <tdevries@suse.de>
5510
5511 PR testsuite/25760
5512 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
5513
5514 2020-04-07 Tom de Vries <tdevries@suse.de>
5515
5516 PR symtab/25796
5517 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
5518
5519 2020-04-07 Tom de Vries <tdevries@suse.de>
5520
5521 * gdb.base/check-psymtab.c: New test.
5522 * gdb.base/check-psymtab.exp: New file.
5523
5524 2020-04-06 Tom Tromey <tromey@adacore.com>
5525
5526 * gdb.ada/variant-record/proc.adb: New file.
5527 * gdb.ada/variant-record/value.adb: New file.
5528 * gdb.ada/variant-record/value.s: New file.
5529 * gdb.ada/variant-record.exp: New file.
5530
5531 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
5532
5533 PR gdb/25325
5534 * gdb.cp/typed-enum.cc: New test.
5535 * gdb.cp/typed-enum.exp: New file.
5536
5537 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
5538
5539 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
5540 * gdb.dwarf2/dw2-inline-small-func.c: New file.
5541 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
5542 * gdb.dwarf2/dw2-inline-small-func.h: New file.
5543 * gdb.opt/inline-small-func.c: New file.
5544 * gdb.opt/inline-small-func.exp: New file.
5545 * gdb.opt/inline-small-func.h: New file.
5546
5547 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
5548
5549 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
5550 function.
5551
5552 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
5553
5554 * lib/dwarf.exp (function_range): Allow compiler options to be
5555 specified.
5556
5557 2020-04-02 Tom de Vries <tdevries@suse.de>
5558
5559 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
5560 __attribute__((always_inline)).
5561 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
5562
5563 2020-04-02 Tom de Vries <tdevries@suse.de>
5564
5565 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
5566 (gdbserver_gdb_exit): ... here. Add timeout warning.
5567 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
5568 (connect_target_extended_remote): Append new server_spawn_id to
5569 server_spawn_ids.
5570 (cleanup): New proc.
5571 (setup, <toplevel>): Call cleanup.
5572
5573 2020-04-02 Tom de Vries <tdevries@suse.de>
5574
5575 * gdb.base/main-psymtab.exp: New file.
5576
5577 2020-04-02 Tom de Vries <tdevries@suse.de>
5578
5579 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
5580
5581 2020-04-01 Tom Tromey <tom@tromey.com>
5582
5583 * gdb.base/complex-parts.exp: Add type tests.
5584
5585 2020-04-01 Tom Tromey <tom@tromey.com>
5586
5587 * gdb.base/complex-parts.exp: Add arithmetic tests.
5588
5589 2020-04-01 Tom Tromey <tom@tromey.com>
5590
5591 * gdb.compile/compile.exp: Update.
5592 * gdb.compile/compile-cplus.exp: Update.
5593 * gdb.base/varargs.exp: Update.
5594 * gdb.base/floatn.exp: Update.
5595 * gdb.base/endianity.exp: Update.
5596 * gdb.base/callfuncs.exp (do_function_calls): Update.
5597 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
5598 (complex_float_integral_args): Update.
5599 * gdb.base/complex.exp: Update.
5600 * gdb.base/complex-parts.exp: Update.
5601
5602 2020-04-01 Tom Tromey <tromey@adacore.com>
5603
5604 * gdb.rust/union.rs: New file.
5605 * gdb.rust/union.exp: New file.
5606 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
5607 (main): Update.
5608 * gdb.rust/simple.exp: Move union tests to union.exp.
5609
5610 2020-04-01 Tom Tromey <tromey@adacore.com>
5611
5612 * gdb.rust/simple.rs (main): Remove "y0".
5613
5614 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5615
5616 * gdb.multi/stop-all-on-exit.c: New test.
5617 * gdb.multi/stop-all-on-exit.exp: New file.
5618
5619 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
5620
5621 PR gdb/24789
5622 * gdb.cp/misc.cc: Add integer reference variable.
5623 * gdb.cp/misc.exp: Add test.
5624
5625 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5626
5627 * gdb.server/stop-reply-no-thread.exp: Enhance the test
5628 scenario to cover execution until the end and also the case
5629
5630 2020-03-31 Tom de Vries <tdevries@suse.de>
5631
5632 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
5633 c. Use "maint info symtabs" to check symtab expansion.
5634
5635 2020-03-30 Tom de Vries <tdevries@suse.de>
5636
5637 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
5638 unsupported.
5639 (verify_psymtab_expanded): Move ...
5640 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
5641 test.
5642 (readnow): New proc.
5643
5644 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
5645
5646 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
5647 with $hex.
5648
5649 2020-03-20 Tom Tromey <tromey@adacore.com>
5650
5651 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
5652
5653 2020-03-20 Tom Tromey <tromey@adacore.com>
5654
5655 * gdb.ada/sub_variant/subv.adb: New file.
5656 * gdb.ada/sub_variant.exp: New file.
5657
5658 2020-03-20 Tom de Vries <tdevries@suse.de>
5659
5660 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
5661 first break fails.
5662 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
5663
5664 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
5665
5666 * gdb.server/exit-multiple-threads.c: New file.
5667 * gdb.server/exit-multiple-threads.exp: New file.
5668
5669 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
5670
5671 * gdb.fortran/mixed-lang-stack.c: New file.
5672 * gdb.fortran/mixed-lang-stack.cpp: New file.
5673 * gdb.fortran/mixed-lang-stack.exp: New file.
5674 * gdb.fortran/mixed-lang-stack.f90: New file.
5675
5676 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
5677
5678 * gdb.linespec/cp-completion-aliases.cc: New file.
5679 * gdb.linespec/cp-completion-aliases.exp: New file.
5680
5681 2020-03-19 Tom de Vries <tdevries@suse.de>
5682
5683 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
5684 more precise.
5685
5686 2020-03-18 Tom de Vries <tdevries@suse.de>
5687
5688 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
5689 * gdb.dwarf2/break-inline-psymtab.c: New test.
5690 * gdb.dwarf2/break-inline-psymtab.exp: New file.
5691
5692 2020-03-16 Tom de Vries <tdevries@suse.de>
5693
5694 * lib/cache.exp (gdb_do_cache): Add and handle local variables
5695 cache_verify and cache_verify_proc.
5696
5697 2020-03-15 Tom de Vries <tdevries@suse.de>
5698
5699 * gdb.server/solib-list.exp: Handle
5700 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
5701
5702 2020-03-15 Tom de Vries <tdevries@suse.de>
5703
5704 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
5705 objfiles".
5706
5707 2020-03-14 Tom Tromey <tom@tromey.com>
5708
5709 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
5710
5711 2020-03-14 Tom de Vries <tdevries@suse.de>
5712
5713 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
5714
5715 2020-03-14 Tom de Vries <tdevries@suse.de>
5716
5717 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
5718 result in line-by-line fashion.
5719
5720 2020-03-14 Tom de Vries <tdevries@suse.de>
5721
5722 * lib/gdb.exp (supports_statement_frontiers): New proc.
5723 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
5724
5725 2020-03-14 Tom de Vries <tdevries@suse.de>
5726
5727 * gdb.base/printcmds.exp: Add missing quoting for "print
5728 teststring2".
5729
5730 2020-03-13 Tom Tromey <tom@tromey.com>
5731
5732 * gdb.base/printcmds.exp (test_print_strings): Add regression
5733 test.
5734 * gdb.base/printcmds.c (charptr): New typedef.
5735 (teststring2): New global.
5736
5737 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
5738
5739 * gdb.base/break-interp.exp: Use the tail of the filename, not the
5740 full path in the test name.
5741 (test_ld): Add some with_test_prefix blocks to make test names
5742 unique.
5743
5744 2020-03-13 Tom de Vries <tdevries@suse.de>
5745
5746 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
5747
5748 2020-03-13 Tom de Vries <tdevries@suse.de>
5749
5750 * gdb.mi/mi-sym-info.exp: Make matching more precise.
5751
5752 2020-03-13 Tom de Vries <tdevries@suse.de>
5753
5754 PR symtab/25646
5755 * gdb.dwarf2/imported-unit.exp: Add test.
5756
5757 2020-03-13 Tom de Vries <tdevries@suse.de>
5758
5759 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
5760 (var1, var2): New variable.
5761 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
5762 matching symbols.
5763
5764 2020-03-13 Tom de Vries <tdevries@suse.de>
5765
5766 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
5767 (Term::command): Use prompt prefix.
5768 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
5769 * gdb.tui/tui-layout-asm-short-prog.exp: Use
5770 command_no_prompt_prefix instead of prefix.
5771 * gdb.tui/tui-layout-asm.exp: Same.
5772
5773 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
5774
5775 * gdb.base/break-interp.exp: Use foreach_with_prefix.
5776
5777 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
5778
5779 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
5780 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
5781 on" while stepping over the test instruction, match printed
5782 message.
5783
5784 2020-03-12 Tom de Vries <tdevries@suse.de>
5785
5786 * gdb.base/info-types.exp: Use exp_continue during matching of output
5787 of "info types".
5788
5789 2020-03-12 Tom de Vries <tdevries@suse.de>
5790
5791 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
5792
5793 2020-03-12 Tom de Vries <tdevries@suse.de>
5794
5795 * gdb.fortran/module.exp: Use exp_continue during matching of output
5796 of "info variable -n".
5797
5798 2020-03-12 Tom de Vries <tdevries@suse.de>
5799
5800 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
5801 gdb.dwarf2/dw2-ranges-base.c.
5802
5803 2020-03-12 Tom de Vries <tdevries@suse.de>
5804
5805 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
5806 in presence of GLIBC debuginfo.
5807
5808 2020-03-12 Tom de Vries <tdevries@suse.de>
5809
5810 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
5811 $core.
5812
5813 2020-03-12 Tom de Vries <tdevries@suse.de>
5814
5815 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
5816 more precise.
5817
5818 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
5819
5820 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
5821 from Unix to Windows path.
5822
5823 2020-03-11 Tom de Vries <tdevries@suse.de>
5824
5825 * gdb.ada/minsyms.exp: Set language to ada.
5826
5827 2020-03-11 Tom de Vries <tdevries@suse.de>
5828
5829 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
5830
5831 2020-03-11 Tom de Vries <tdevries@suse.de>
5832
5833 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
5834
5835 2020-03-11 Tom Tromey <tromey@adacore.com>
5836
5837 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
5838
5839 2020-03-11 Tom de Vries <tdevries@suse.de>
5840
5841 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
5842
5843 2020-03-11 Tom de Vries <tdevries@suse.de>
5844
5845 * gdb.base/break-interp.exp: Limit verbose scope.
5846
5847 2020-03-11 Tom de Vries <tdevries@suse.de>
5848
5849 * gdb.fortran/logical.f90: Define variable with character type.
5850 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
5851
5852 2020-03-11 Tom de Vries <tdevries@suse.de>
5853
5854 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
5855
5856 2020-03-11 Tom de Vries <tdevries@suse.de>
5857
5858 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
5859 symtabs.
5860
5861 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
5862 Bernd Edlinger <bernd.edlinger@hotmail.de>
5863
5864 * gdb.cp/step-and-next-inline.cc: New file.
5865 * gdb.cp/step-and-next-inline.exp: New file.
5866 * gdb.cp/step-and-next-inline.h: New file.
5867 * gdb.dwarf2/dw2-is-stmt.c: New file.
5868 * gdb.dwarf2/dw2-is-stmt.exp: New file.
5869 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
5870 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
5871 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
5872
5873 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
5874
5875 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
5876 is-stmt flag in the line table.
5877
5878 2020-03-09 Tom de Vries <tdevries@suse.de>
5879
5880 * lib/gdb.exp (cached_file): Create cache dir.
5881
5882 2020-03-07 Tom de Vries <tdevries@suse.de>
5883
5884 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
5885 * gdb.cp/rvalue-ref-params.exp: Same.
5886
5887 2020-03-06 Tom de Vries <tdevries@suse.de>
5888
5889 * lib/gdb.exp (tentative_rename, cached_file): New proc.
5890 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
5891
5892 2020-03-06 Tom de Vries <tdevries@suse.de>
5893
5894 * README: Fix "the the".
5895 * gdb.base/dprintf.exp: Same.
5896
5897 2020-03-05 Tom de Vries <tdevries@suse.de>
5898
5899 * gdb.base/maint.exp: Update "main print statistics" expected output.
5900
5901 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
5902
5903 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
5904 (fortran_int8): Likewise.
5905 (fortran_real4): Likewise.
5906 (fortran_real8): Likewise.
5907 (fortran_complex4): Likewise.
5908 (fortran_logical4): Likewise.
5909 (fortran_character1): Likewise.
5910
5911 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
5912
5913 * gdb.fortran/logical.exp: Add tests that any non-zero value is
5914 printed as true.
5915
5916 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
5917
5918 * gdb.base/printcmds.exp: Add test to verify printf of a
5919 variable holding an address.
5920
5921 2020-03-03 Tom de Vries <tdevries@suse.de>
5922
5923 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
5924
5925 2020-03-03 Tom de Vries <tdevries@suse.de>
5926
5927 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
5928 gdb_test_multiple call.
5929
5930 2020-03-03 Tom de Vries <tdevries@suse.de>
5931
5932 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
5933 gdb_test_multiple calls.
5934
5935 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
5936
5937 * gdb.base/default.exp: Remove test of 'set history filename'.
5938 * gdb.base/gdbinit-history.exp: Add tests for setting the history
5939 filename to the empty string.
5940 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
5941 and GDBHISTSIZE.
5942
5943 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
5944
5945 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
5946 disabled.
5947
5948 2020-03-02 Pedro Alves <palves@redhat.com>
5949 Tom de Vries <tdevries@suse.de>
5950
5951 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
5952 -prompt prefix, before user_code argument. Add -lbl option likewise.
5953 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
5954 (gdb_is_target_1): Add -prompt prefix and move to before user_code
5955 argument.
5956 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
5957 have "\r\n" at start-of-line, instead of at end-of-line.
5958
5959 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
5960
5961 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
5962 libinproctrace.so.
5963
5964 2020-02-28 Luis Machado <luis.machado@linaro.org>
5965
5966 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
5967 to "p/x".
5968
5969 2020-02-28 Luis Machado <luis.machado@linaro.org>
5970
5971 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
5972 asm/ptrace.h and error.h.
5973
5974 2020-02-28 Tom de Vries <tdevries@suse.de>
5975
5976 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
5977 (struct wrapper, do_something, mundane/symada__cS): Move ...
5978 * gdb.base/c-linkage-name-2.c: ... here. New source file.
5979 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
5980 Update "print symada__cS before partial symtab expansion" regexp.
5981 Update breakpoint location. Flush symbol cache after expansion.
5982
5983 2020-02-28 Luis Machado <luis.machado@linaro.org>
5984
5985 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
5986
5987 2020-02-27 Tom de Vries <tdevries@suse.de>
5988
5989 * config/sid.exp: Remove unused globals.
5990 * gdb.base/attach.exp: Same.
5991 * gdb.base/catch-load.exp: Same.
5992 * gdb.base/dbx.exp: Same.
5993 * lib/gdb.exp: Same.
5994 * lib/mi-support.exp: Same.
5995 * lib/prompt.exp: Same.
5996
5997 2020-02-27 Tom de Vries <tdevries@suse.de>
5998
5999 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
6000 not set.
6001
6002 2020-02-26 Aaron Merey <amerey@redhat.com>
6003
6004 * gdb.debuginfod: New directory for debuginfod tests.
6005 * gdb.debuginfod/main.c: New test file.
6006 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
6007
6008 2020-02-26 Tom de Vries <tdevries@suse.de>
6009
6010 PR gdb/25603
6011 * gdb.base/persistent-lang.cc: New test.
6012 * gdb.base/persistent-lang.exp: New file.
6013
6014 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
6015
6016 * gdb.fortran/derived-type-striding.exp: Add a new test.
6017 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
6018 new test.
6019
6020 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
6021
6022 * gdb.base/cached-source-file.exp: Avoid source file paths in test
6023 names.
6024
6025 2020-02-25 Tom de Vries <tdevries@suse.de>
6026
6027 PR go/18926
6028 * gdb.go/methods.exp: Remove gcc/93866 xfail.
6029
6030 2020-02-24 Tom de Vries <tdevries@suse.de>
6031
6032 PR gdb/25592
6033 * gdb.base/info-locals-unused-static-var.c: New test.
6034 * gdb.base/info-locals-unused-static-var.exp: New file.
6035
6036 2020-02-22 Tom Tromey <tom@tromey.com>
6037
6038 * gdb.python/tui-window.exp: New file.
6039 * gdb.python/tui-window.py: New file.
6040
6041 2020-02-22 Tom Tromey <tom@tromey.com>
6042
6043 PR tui/17850:
6044 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
6045 tests.
6046
6047 2020-02-22 Tom Tromey <tom@tromey.com>
6048
6049 * gdb.tui/new-layout.exp: Add sub-layout tests.
6050
6051 2020-02-22 Tom Tromey <tom@tromey.com>
6052
6053 * gdb.tui/new-layout.exp: New file.
6054
6055 2020-02-22 Tom Tromey <tom@tromey.com>
6056
6057 * gdb.rust/rust-style.rs: New file.
6058 * gdb.rust/rust-style.exp: New file.
6059 * gdb.base/style.exp: Test structure printing.
6060 * gdb.base/style.c (struct some_struct): New type.
6061 (enum etype): New type.
6062 (struct_value): New global.
6063
6064 2020-02-21 Tom de Vries <tdevries@suse.de>
6065
6066 PR go/18926
6067 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
6068 Remove blanket xfails. Use message argument for gdb_breakpoint.
6069 Make continuing to breakpoint test conditional on setting breakpoint.
6070 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
6071 DW_AT_name attribute. Add xfail for GCC PR93866.
6072
6073 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
6074
6075 * gdb.dwarf2/cpp-linkage-name.c: New file.
6076 * gdb.dwarf2/cpp-linkage-name.exp: New file.
6077
6078 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
6079
6080 * lib/gdb.exp (gdb_wrapper_init): Reset
6081 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
6082 not exist.
6083
6084 2020-02-20 Tom de Vries <tdevries@suse.de>
6085
6086 PR go/17018
6087 * gdb.go/hello.exp: Copy ...
6088 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
6089 print of st to print value of global definition. Add xfail for GCC
6090 PR93844.
6091 * gdb.go/hello.exp: Remove printing of st before definition.
6092 * gdb.go/hello.go: Copy ...
6093 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
6094 to st.
6095 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
6096
6097 2020-02-20 Tom de Vries <tdevries@suse.de>
6098
6099 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
6100 (gdb_simple_compile): Handle compile_flags go by using .go extension
6101 for source file.
6102 * gdb.go/chan.exp: Use support_go_compile.
6103 * gdb.go/handcall.exp: Same.
6104 * gdb.go/hello.exp: Same.
6105 * gdb.go/integers.exp: Same.
6106 * gdb.go/max-depth.exp: Same.
6107 * gdb.go/methods.exp: Same.
6108 * gdb.go/package.exp: Same.
6109 * gdb.go/strings.exp: Same.
6110 * gdb.go/types.exp: Same.
6111 * gdb.go/unsafe.exp: Same.
6112
6113 2020-02-19 Tom de Vries <tdevries@suse.de>
6114
6115 * gdb.python/lib-types.exp: Make xfail more strict.
6116
6117 2020-02-19 Tom de Vries <tdevries@suse.de>
6118
6119 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
6120
6121 2020-02-19 Doug Evans <dje@google.com>
6122
6123 PR rust/25535
6124 * gdb.rust/simple.exp: Add test.
6125 * gdb.rust/simple.rs: Add test.
6126
6127 2020-02-19 Tom de Vries <tdevries@suse.de>
6128
6129 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
6130 output line-by-line.
6131
6132 2020-02-19 Tom de Vries <tdevries@suse.de>
6133
6134 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
6135
6136 2020-02-19 Tom de Vries <tdevries@suse.de>
6137
6138 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
6139 prelink.
6140
6141 2020-02-19 Tom de Vries <tdevries@suse.de>
6142
6143 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
6144 (gdb_do_cache): Use gdb_do_cache_wrap.
6145 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
6146
6147 2020-02-19 Tom de Vries <tdevries@suse.de>
6148
6149 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
6150 gdb_compile option.
6151
6152 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
6153
6154 * gdb.base/printcmds.exp (test_print_enums): Update expected
6155 output.
6156
6157 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
6158
6159 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
6160 for "unknown".
6161
6162 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
6163
6164 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
6165 enumerator.
6166
6167 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
6168
6169 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
6170 FE_, add FE_NONE.
6171 (three): Update.
6172 (enum flag_enum_without_zero): New enum.
6173 (flag_enum_without_zero): New variable.
6174 (enum not_flag_enum): New enum.
6175 (three_not_flag): New variable.
6176 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
6177 (test_print_enums): Add more tests for printing flag enums.
6178
6179 2020-02-18 Tom de Vries <tdevries@suse.de>
6180
6181 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
6182 (gdb_compile_ada): ... here.
6183 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
6184 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
6185
6186 2020-02-14 Tom Tromey <tom@tromey.com>
6187
6188 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
6189 build directory.
6190 * boards/gdbserver-base.exp: Update path to gdbserver.
6191
6192 2020-02-13 Tom de Vries <tdevries@suse.de>
6193
6194 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
6195
6196 2020-02-13 Tom de Vries <tdevries@suse.de>
6197
6198 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
6199 are missing.
6200
6201 2020-02-13 Tom de Vries <tdevries@suse.de>
6202
6203 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
6204 call.
6205
6206 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
6207
6208 PR tui/25126
6209 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
6210 * gdb.base/cached-source-file.c: New file.
6211 * gdb.base/cached-source-file.exp: New file.
6212
6213 2020-02-11 Tom de Vries <tdevries@suse.de>
6214
6215 PR testsuite/25488
6216 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
6217
6218 2020-02-10 Tom de Vries <tdevries@suse.de>
6219
6220 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
6221
6222 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
6223
6224 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
6225 and $after_addr are both integers before making a comparison.
6226
6227 2020-02-09 Tom de Vries <tdevries@suse.de>
6228
6229 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
6230 command output and paste it into gdb.log. If any, paste catch message
6231 to gdb.log.
6232
6233 2020-02-07 Tom Tromey <tromey@adacore.com>
6234
6235 PR breakpoints/24915:
6236 * gdb.base/annotate-symlink.exp: Use setup_xfail.
6237
6238 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
6239
6240 * gdb.tui/tui-missing-src.exp: Add the "missing source
6241 file" test for the TUI.
6242
6243 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
6244
6245 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
6246 including a port number in the output.
6247
6248 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
6249
6250 * lib/fortran.exp (fortran_int4): Handle clang.
6251 (fortran_int8): Likewise.
6252 (fortran_real4): Likewise.
6253 (fortran_real8): Likewise.
6254 (fortran_complex4): Likewise.
6255 (fortran_logical4): Likewise.
6256 (fortran_character1): Likewise.
6257
6258 2020-02-04 Tom de Vries <tdevries@suse.de>
6259
6260 * README (Race detection): Add note.
6261
6262 2020-02-04 Tom de Vries <tdevries@suse.de>
6263
6264 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
6265
6266 2020-02-04 Tom de Vries <tdevries@suse.de>
6267
6268 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
6269
6270 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
6271
6272 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
6273 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
6274 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
6275 blttar, bnetarl.
6276 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
6277 binary for blttar, bnetarl.
6278 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
6279 wait instruction. Delete ldmx test.
6280 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
6281
6282 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
6283
6284 * gdb.fortran/array-bounds-high.exp: New file.
6285 * gdb.fortran/array-bounds-high.f90: New file.
6286
6287 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
6288
6289 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
6290 Replace #include of <sys/fcntl.h> by <fcntl.h>.
6291
6292 2020-02-01 Tom de Vries <tdevries@suse.de>
6293
6294 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
6295
6296 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
6297
6298 PR tui/9765
6299 * gdb.tui/tui-layout-asm-short-prog.S: New file.
6300 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
6301
6302 2020-01-29 Luis Machado <luis.machado@linaro.org>
6303
6304 * gdb.arch/aarch64-brk-patterns.c: New source file.
6305 * gdb.arch/aarch64-brk-patterns.exp: New test.
6306
6307 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6308
6309 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
6310 GCC/Clang version.
6311 * gdb.cp/pass-by-ref.exp: Ditto.
6312
6313 2020-01-29 Tom de Vries <tdevries@suse.de>
6314
6315 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
6316 * gdb.threads/watchpoint-fork-mt.c: Same.
6317 * gdb.threads/watchpoint-fork-parent.c: Same.
6318 * gdb.threads/watchpoint-fork-st.c: Same.
6319 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
6320
6321 2020-01-27 Luis Machado <luis.machado@linaro.org>
6322
6323 * gdb.base/step-over-syscall.exp (setup): Check if we're already
6324 sitting at a syscall instruction when we hit the syscall function's
6325 breakpoint.
6326 Check PC against one obtained with the x command.
6327 Validate syscall number.
6328 (step_over_syscall): Don't continue to the syscall instruction if
6329 we're already there.
6330
6331 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6332
6333 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
6334
6335 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6336
6337 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
6338 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
6339
6340 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6341
6342 * gdb.dwarf2/dw2-inline-stepping.c: New file.
6343 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
6344
6345 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6346
6347 * gdb.base/maint.exp: Update line table parsing test.
6348 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
6349
6350 2020-01-24 Pedro Alves <palves@redhat.com>
6351
6352 PR gdb/25410
6353 * gdb.multi/multi-re-run-1.c: New.
6354 * gdb.multi/multi-re-run-2.c: New.
6355 * gdb.multi/multi-re-run.exp: New.
6356
6357 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6358
6359 PR gdb/23718
6360 * gdb.server/server-kill-python.exp: New file.
6361
6362 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6363
6364 * gdb.server/multi-ui-errors.c: New file.
6365 * gdb.server/multi-ui-errors.exp: New file.
6366
6367 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6368
6369 PR tui/9765
6370 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
6371
6372 2020-01-19 Tom Tromey <tom@tromey.com>
6373
6374 * gdb.tui/main.exp: Add check for plain "file".
6375
6376 2020-01-16 Christian Biesinger <cbiesinger@google.com>
6377
6378 * lib/gdb.exp: Fix spelling error (seperatelly).
6379
6380 2020-01-14 Tom Tromey <tom@tromey.com>
6381
6382 PR symtab/12535:
6383 * gdb.python/python.exp: Test decode_line with empty string
6384 argument.
6385
6386 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
6387
6388 * gdb.base/skip-inline.exp: Extend test.
6389
6390 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
6391
6392 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
6393 * gdb.dwarf2/dw2-bad-elf.c: New file.
6394 * gdb.dwarf2/dw2-bad-elf.exp: New file.
6395
6396 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
6397
6398 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
6399 _line_saw_file.
6400
6401 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
6402
6403 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
6404 border.
6405
6406 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6407
6408 * gdb.multi/multi-target.exp (setup): Factor out "info
6409 connections" and "info inferiors" tests to ...
6410 (test_info_inferiors): ... this new procedure.
6411 (top level): Run new "info-inferiors" tests.
6412
6413 2020-01-10 Pedro Alves <palves@redhat.com>
6414
6415 * gdb.server/bkpt-other-inferior.exp: New file.
6416
6417 2020-01-10 Pedro Alves <palves@redhat.com>
6418
6419 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
6420 of "add-inferior".
6421 * gdb.base/quit-live.exp: Likewise.
6422 * gdb.base/remote-exec-file.exp: Likewise.
6423 * gdb.guile/scm-progspace.exp: Likewise.
6424 * gdb.linespec/linespec.exp: Likewise.
6425 * gdb.mi/new-ui-mi-sync.exp: Likewise.
6426 * gdb.mi/user-selected-context-sync.exp: Likewise.
6427 * gdb.multi/multi-target.exp (setup): Add "info connection" and
6428 "info inferiors" tests.
6429 * gdb.multi/remove-inferiors.exp: Adjust expected output of
6430 "add-inferior".
6431 * gdb.multi/watchpoint-multi.exp: Likewise.
6432 * gdb.python/py-inferior.exp: Likewise.
6433 * gdb.server/extended-remote-restart.exp: Likewise.
6434 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
6435 "info inferiors".
6436 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
6437 * gdb.trace/report.exp: Likewise.
6438
6439 2020-01-10 Pedro Alves <palves@redhat.com>
6440
6441 * gdb.multi/multi-target.c: New file.
6442 * gdb.multi/multi-target.exp: New file.
6443 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
6444 mode requested, but remote does not support non-stop".
6445
6446 2020-01-10 Pedro Alves <palves@redhat.com>
6447
6448 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
6449 disconnect before reconnecting.
6450
6451 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6452 Pedro Alves <palves@redhat.com>
6453
6454 * gdb.server/connect-without-multi-process.exp: Also test
6455 continuing to end.
6456
6457 2020-01-10 Pedro Alves <palves@redhat.com>
6458
6459 * gdb.base/remote-exec-file.exp: New file.
6460
6461 2020-01-10 Pedro Alves <palves@redhat.com>
6462
6463 * gdb.base/fork-running-state.exp (do_test): Adjust expected
6464 output.
6465 * gdb.threads/async.c: New.
6466 * gdb.threads/async.exp: New.
6467 * gdb.multi/tids-gid-reset.c: New.
6468 * gdb.multi/tids-gid-reset.exp: New.
6469
6470 2020-01-10 George Barrett <bob@bob131.so>
6471
6472 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
6473 to help in finding the image relocation offset.
6474 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
6475 options in arguments.
6476 (stap_test_no_debuginfo): Likewise.
6477 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
6478 test variants.
6479 (stap_test): Add null semaphore relocation test.
6480
6481 2020-01-10 George Barrett <bob@bob131.so>
6482
6483 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
6484 * gdb.base/stap-probe.exp: Likewise.
6485 (stap_test): Pass argument as an additional flag.
6486 (stap_test_no_debuginfo): Likewise.
6487 (stap_test): Check `info probes stap' output for semaphore
6488 addresses if the test binary is supposed to have them.
6489
6490 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6491
6492 * gdb.tui/basic.exp: Add more scrolling tests.
6493
6494 2020-01-09 Tom Tromey <tom@tromey.com>
6495
6496 PR tui/18932:
6497 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
6498 meangingful value.
6499 (Term::command, Term::resize): Update.
6500 * gdb.tui/basic.exp: Add scrolling test.
6501
6502 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6503
6504 * gdb.tui/tui-layout-asm.exp: New file.
6505
6506 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6507
6508 * lib/tuiterm.exp (Term::check_box_contents): New proc.
6509
6510 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6511
6512 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
6513 (Term::enter_tui): Use Term::prepare_for_tui.
6514
6515 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6516
6517 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
6518 called.
6519
6520 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6521
6522 * gdb.base/skip.exp: Fix race condition in test.
6523
6524 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
6525
6526 * gdb.base/backtrace.c: New file.
6527 * gdb.base/backtrace.exp: New file.
6528
6529 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
6530
6531 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
6532
6533 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6534
6535 * gdb.base/style.exp: Test that warnings are styled.
6536
6537 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
6538
6539 * gdb.base/line65535.exp: New file.
6540 * gdb.base/line65535.c: New file.
6541
6542 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
6543
6544 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
6545 * lib/gnat_debug_info_test.adb: New file.
6546 * gdb.ada/ptype_tagged_param.exp: Use
6547 gnat_runtime_has_debug_info, expect a different output if
6548 runtime does not have debug info.
6549
6550 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
6551
6552 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
6553 (another) quote in test name.
6554
6555 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
6556
6557 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
6558 Add quote in test name.
6559
6560 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6561
6562 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
6563 directory instead.
6564 * gdb.cp/pass-by-ref.exp: Extend with more cases.
6565 * gdb.cp/pass-by-ref-2.cc: New file.
6566 * gdb.cp/pass-by-ref-2.exp: New file.
6567
6568 2019-12-20 Tom Tromey <tom@tromey.com>
6569
6570 * gdb.tui/list-before.exp: New file.
6571
6572 2019-12-20 Tom Tromey <tom@tromey.com>
6573
6574 * gdb.tui/list.exp: Check for source on initial listing.
6575
6576 2019-12-11 Tom Tromey <tromey@adacore.com>
6577
6578 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
6579 Add crlf test.
6580
6581 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
6582
6583 * gdb.base/default.exp: Update value of $_gdb_major.
6584
6585 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
6586
6587 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
6588
6589 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
6590
6591 * gdb.base/skip.exp: Whitespace fix.
6592
6593 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
6594
6595 * gdb.base/skip-inline.c: New file.
6596 * gdb.base/skip-inline.exp: New file.
6597
6598 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
6599
6600 * gdb.base/jit-reader.exp (jit_reader_test): Rename
6601 jit_function_00 to jit_function_stack_mangle.
6602 * gdb.base/jithost.c (jit_function_t): Rename to...
6603 (jit_function_stack_mangle_t): ... this.
6604 (jit_function_add_t): New typedef.
6605 (jit_function_00_code): Rename to...
6606 (jit_function_stack_mangle_code): ... this, make static.
6607 (jit_function_add_code): New.
6608 (main): Generate "add" function and call it. Adjust to changes
6609 in jithost_abi.
6610 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
6611 (struct jithost_abi) <begin, end>: Remove fields.
6612 <object, function_stack_mangle, function_add>: New fields.
6613 * gdb.base/jitreader.c (struct reader_state) <code_begin,
6614 code_end>: Remove fields.
6615 <func_stack_mangle>: New field.
6616 (read_debug_info): Adjust to renaming, create block for "add"
6617 function.
6618 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
6619
6620 2019-12-11 Tom Tromey <tom@tromey.com>
6621
6622 * gdb.tui/resize.exp: Fix regexp.
6623 * gdb.tui/regs.exp: Fix regexps.
6624 * gdb.tui/main.exp: Fix regexp.
6625
6626 2019-12-11 Tom Tromey <tom@tromey.com>
6627
6628 * gdb.tui/resize.exp: Update.
6629 * gdb.tui/empty.exp (layouts): Update.
6630
6631 2019-12-11 Tom Tromey <tom@tromey.com>
6632
6633 * gdb.tui/regs.exp: Update.
6634 * gdb.tui/empty.exp (layouts): Update.
6635 * gdb.tui/basic.exp: Update.
6636 * lib/tuiterm.exp (_check_box): Don't check bottom border.
6637
6638 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6639
6640 * gdb.base/options.exp: Add -raw-values in the print completion list.
6641 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
6642
6643 2019-12-10 Kevin Buettner <kevinb@redhat.com>
6644
6645 * gdb.threads/omp-par-scope.c: New file.
6646 * gdb/threads/omp-par-scope.exp: New file.
6647
6648 2019-12-10 Kevin Buettner <kevinb@redhat.com>
6649
6650 * lib/gdb.exp (support_nested_function_tests): New proc.
6651
6652 2019-12-10 Kevin Buettner <kevinb@redhat.com>
6653
6654 * lib/gdb.exp (gdb_compile_openmp): New proc.
6655 (build_executable_from_specs): Add an "openmp" option.
6656 (gdb_compile_pthreads): Add non-executable case.
6657
6658 2019-12-10 Tom Tromey <tromey@adacore.com>
6659
6660 * gdb.ada/unchecked_union.exp: New file.
6661 * gdb.ada/unchecked_union/pck.adb: New file.
6662 * gdb.ada/unchecked_union/pck.ads: New file.
6663 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
6664 * gdb-utils.exp (string_to_regexp): Also quote "?".
6665
6666 2019-12-10 George Barrett <bob@bob131.so>
6667
6668 Test scripted probe breakpoints.
6669 * gdb.guile/scm-breakpoint.c (main): Add probe point.
6670 * gdb.python/py-breakpoint.c (main): Likewise.
6671 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
6672 specifier test.
6673 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
6674
6675 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6676
6677 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
6678 an rvalue parameter.
6679 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
6680 parameter.
6681
6682 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
6683
6684 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
6685 modules.
6686
6687 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
6688
6689 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
6690 broken version of GCC.
6691
6692 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
6693
6694 * gdb.fortran/info-modules.exp: Rewrite to make use of new
6695 sym-info-cmds library.
6696 * gdb.fortran/info-types.exp: Likewise.
6697 * lib/sym-info-cmds.exp: New file.
6698
6699 2019-12-08 Tom de Vries <tdevries@suse.de>
6700
6701 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
6702
6703 2019-12-07 Keith Seitz <keiths@redhat.com>
6704
6705 * gdb.base/corefile-buildid-shlib-shr.c: New file.
6706 * gdb.base/corefile-buildid-shlib.c: New file.
6707 * gdb.base/corefile-buildid.c: New file.
6708 * gdb.base/corefile-buildid.exp: New file.
6709
6710 2019-12-06 Tom de Vries <tdevries@suse.de>
6711
6712 * gdb.dwarf2/varval.exp: Add decl before def test.
6713
6714 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6715
6716 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
6717
6718 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6719
6720 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
6721 CV and reference conversion for overload resolution.
6722 * gdb.cp/rvalue-ref-overload.exp: Test it.
6723
6724 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6725
6726 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
6727 * gdb.base/frameapply.exp: Test faas without command.
6728
6729 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
6730
6731 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
6732 Fortran tests.
6733 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
6734 order.
6735
6736 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
6737
6738 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
6739 casting to type with no kind specified.
6740 (test_basic_parsing_of_type_kinds): Additional tests for types
6741 with no kind specified, and add tests for single/double
6742 precision/complex types.
6743
6744 2019-12-04 Tom Tromey <tromey@adacore.com>
6745
6746 * gdb.base/endianity.c (struct other) <x>: New field.
6747 (main): Initialize it.
6748 * gdb.base/endianity.exp: Update.
6749
6750 2019-12-04 Tom Tromey <tromey@adacore.com>
6751
6752 * gdb.ada/scalar_storage/storage.adb: New file.
6753 * gdb.ada/scalar_storage/pck.adb: New file.
6754 * gdb.ada/scalar_storage/pck.ads: New file.
6755 * gdb.ada/scalar_storage.exp: New file.
6756
6757 2019-12-04 Tom Tromey <tromey@adacore.com>
6758
6759 * gdb.base/endianity.c (struct otherendian) <f>: New field.
6760 (main): Initialize it.
6761 * gdb.base/endianity.exp: Update.
6762
6763 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
6764
6765 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
6766
6767 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
6768
6769 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
6770 -symbol-info-module-functions and -symbol-info-module-variables.
6771
6772 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
6773
6774 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
6775
6776 2019-12-01 Richard Bunt <richard.bunt@arm.com>
6777 Andrew Burgess <andrew.burgess@embecosm.com>
6778
6779 * gdb.fortran/derived-type-striding.exp: New file.
6780 * gdb.fortran/derived-type-striding.f90: New file.
6781 * gdb.fortran/array-slices.exp: New file.
6782 * gdb.fortran/array-slices.f90: New file.
6783
6784 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6785
6786 * gdb.base/define.exp: Test . in command names.
6787 * gdb.base/setshow.exp: Update test, as . is now part of
6788 command name.
6789
6790 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6791
6792 * gdb.base/define-prefix.exp: New file.
6793
6794 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
6795
6796 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
6797 compile.
6798 (skip_btrace_pt_tests): Likewise.
6799
6800 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
6801
6802 * gdb.fortran/info-modules.exp: Compile source files in correct
6803 order.
6804
6805 2019-11-27 Kevin Buettner <kevinb@redhat.com>
6806
6807 * gdb.dwarf2/imported-unit.exp: New file.
6808 * gdb.dwarf2/imported-unit.c: New file.
6809
6810 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
6811
6812 * gdb.mi/mi-fortran-modules-2.f90: New file.
6813 * gdb.mi/mi-fortran-modules.exp: New file.
6814 * gdb.mi/mi-fortran-modules.f90: New file.
6815
6816 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
6817
6818 * gdb.mi/mi-sym-info-1.c: New file.
6819 * gdb.mi/mi-sym-info-2.c: New file.
6820 * gdb.mi/mi-sym-info.exp: New file.
6821
6822 2019-11-22 Tom Tromey <tromey@adacore.com>
6823
6824 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
6825 * gdb.ada/tasks/foo.adb: Add another stopping location.
6826
6827 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
6828
6829 * gdb.base/endianity.c: New test.
6830 * gdb.base/endianity.exp: New file.
6831
6832 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
6833
6834 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
6835
6836 2019-11-21 Tom de Vries <tdevries@suse.de>
6837
6838 PR gdb/24956
6839 * gdb.base/ui-redirect.exp: Test output of user-defined command.
6840
6841 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
6842
6843 * gdb.python/py-progspace.exp: Add missing parentheses on some
6844 'print' commands.
6845
6846 2019-11-19 Tom Tromey <tom@tromey.com>
6847
6848 * gdb.tui/winheight.exp: New file.
6849
6850 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
6851
6852 * gdb.base/ctf-whatis.c: Delete.
6853 * gdb.base/ctf-whatis.exp: Delete.
6854 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
6855
6856 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
6857
6858 * gdb.base/ctf-cvexpr.exp: Delete.
6859 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
6860
6861 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
6862
6863 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
6864 the compiler. Clean up header comment a little.
6865 * gdb.base/ctf-ptype.exp: Likewise.
6866 * gdb.base/ctf-whatis.exp: Likewise.
6867 * lib/gdb.exp (skip_ctf_tests): New proc.
6868
6869 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
6870
6871 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
6872 * gdb.tui/corefile-run.exp: New file.
6873
6874 2019-11-14 Tom Tromey <tromey@adacore.com>
6875
6876 * gdb.base/gdbvars.exp (test_convenience_variables): Add
6877 regression tests.
6878
6879 2019-11-12 Tom Tromey <tom@tromey.com>
6880
6881 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
6882 after any command. Expect prompt after WAIT_FOR is seen.
6883 (enter_tui): Enable resize messages.
6884 (command): Expect command in output.
6885 (get_line): Avoid error when cursor appears to be off-screen.
6886 (dump_screen): Include screen size in title.
6887 (_do_resize): New proc, from "resize".
6888 (resize): Rewrite. Do resize in two steps.
6889 * gdb.tui/empty.exp (layouts): Fix entries.
6890 (check_boxes): Remove xfail.
6891 (check_text): Dump screen on failure.
6892
6893 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
6894
6895 * gdb.python/py-symbol.exp: Add test for
6896 gdb.lookup_static_symbols.
6897
6898 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
6899
6900 * gdb.python/py-symbol.c: Declare and call function from new
6901 py-symbol-2.c file.
6902 * gdb.python/py-symbol.exp: Compile both source files, and add new
6903 tests for gdb.lookup_static_symbol.
6904 * gdb.python/py-symbol-2.c: New file.
6905
6906 2019-11-02 Tom de Vries <tdevries@suse.de>
6907
6908 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
6909 * gdb.base/anon.exp: Same.
6910 * gdb.base/auto-connect-native-target.exp: Same.
6911 * gdb.base/call-ar-st.exp: Same.
6912 * gdb.base/catch-syscall.exp: Same.
6913 * gdb.base/commands.exp: Same.
6914 * gdb.base/default.exp: Same.
6915 * gdb.base/display.exp: Same.
6916 * gdb.base/float.exp: Same.
6917 * gdb.base/foll-fork.exp: Same.
6918 * gdb.base/help.exp: Same.
6919 * gdb.base/info-macros.exp: Same.
6920 * gdb.base/info-proc.exp: Same.
6921 * gdb.base/info-target.exp: Same.
6922 * gdb.base/long_long.exp: Same.
6923 * gdb.base/macscp.exp: Same.
6924 * gdb.base/memattr.exp: Same.
6925 * gdb.base/nofield.exp: Same.
6926 * gdb.base/pointers.exp: Same.
6927 * gdb.base/printcmds.exp: Same.
6928 * gdb.base/ptype.exp: Same.
6929 * gdb.base/restore.exp: Same.
6930 * gdb.base/return.exp: Same.
6931 * gdb.base/scope.exp: Same.
6932 * gdb.base/set-noassign.exp: Same.
6933 * gdb.base/setshow.exp: Same.
6934 * gdb.base/shlib-call.exp: Same.
6935 * gdb.base/signals.exp: Same.
6936 * gdb.base/sigstep.exp: Same.
6937 * gdb.base/skip.exp: Same.
6938 * gdb.base/solib-symbol.exp: Same.
6939 * gdb.base/stap-probe.exp: Same.
6940 * gdb.base/step-line.exp: Same.
6941 * gdb.base/step-test.exp: Same.
6942 * gdb.base/style.exp: Same.
6943 * gdb.base/varargs.exp: Same.
6944 * gdb.base/vla-datatypes.exp: Same.
6945 * gdb.base/vla-ptr.exp: Same.
6946 * gdb.base/vla-sideeffect.exp: Same.
6947 * gdb.base/volatile.exp: Same.
6948 * gdb.base/watch-cond-infcall.exp: Same.
6949 * gdb.base/watchpoint.exp: Same.
6950
6951 2019-11-02 Tom de Vries <tdevries@suse.de>
6952
6953 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
6954 * gdb.cp/cpexprs.exp: Same.
6955 * gdb.cp/except-multi-location.exp: Same.
6956 * gdb.cp/exceptprint.exp: Same.
6957 * gdb.cp/gdb2384.exp: Same.
6958 * gdb.cp/inherit.exp: Same.
6959 * gdb.cp/m-static.exp: Same.
6960 * gdb.cp/meth-typedefs.exp: Same.
6961 * gdb.cp/misc.exp: Same.
6962 * gdb.cp/namespace.exp: Same.
6963 * gdb.cp/non-trivial-retval.exp: Same.
6964 * gdb.cp/overload.exp: Same.
6965 * gdb.cp/pr17132.exp: Same.
6966 * gdb.cp/re-set-overloaded.exp: Same.
6967 * gdb.cp/rvalue-ref-types.exp: Same.
6968 * gdb.cp/templates.exp: Same.
6969
6970 2019-11-01 Luis Machado <luis.machado@linaro.org>
6971
6972 PR gdb/25124
6973
6974 * gdb.arch/pr25124.S: New file.
6975 * gdb.arch/pr25124.exp: New file.
6976
6977 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
6978
6979 * gdb.fortran/info-modules.exp: Update expected results, and add
6980 additional tests for 'info module functinos', and 'info module
6981 variables'.
6982 * gdb.fortran/info-types.exp: Update expected results.
6983 * gdb.fortran/info-types.f90: Extend testcase with additional
6984 module variables and functions.
6985
6986 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
6987
6988 * gdb.fortran/info-modules.exp: New file.
6989 * gdb.fortran/info-types.exp: Build with new file.
6990 * gdb.fortran/info-types.f90: Include and use new module.
6991 * gdb.fortran/info-types-2.f90: New file.
6992
6993 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6994
6995 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
6996 * gdb.base/settings.exp: Test all settings types using
6997 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
6998 that now verifies that the value of "maint show" is the same as
6999 returned by the settings functions. Test the type of the
7000 maintenance settings.
7001 * gdb.base/default.exp: Update show_conv_list.
7002
7003 2019-10-31 Tom de Vries <tdevries@suse.de>
7004
7005 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
7006 gdb_test.
7007 * gdb.arch/amd64-disp-step.exp: Same.
7008 * gdb.asm/asm-source.exp: Same.
7009 * gdb.btrace/buffer-size.exp: Same.
7010 * gdb.btrace/cpu.exp: Same.
7011 * gdb.btrace/enable.exp: Same.
7012 * gdb.dwarf2/count.exp: Same.
7013 * gdb.dwarf2/dw2-ranges-func.exp: Same.
7014 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
7015 * gdb.fortran/vla-datatypes.exp: Same.
7016 * gdb.fortran/vla-history.exp: Same.
7017 * gdb.fortran/vla-ptype.exp: Same.
7018 * gdb.fortran/vla-value.exp: Same.
7019 * gdb.fortran/whatis_type.exp: Same.
7020 * gdb.guile/guile.exp: Same.
7021 * gdb.multi/tids.exp: Same.
7022 * gdb.python/py-finish-breakpoint.exp: Same.
7023 * gdb.python/py-framefilter.exp: Same.
7024 * gdb.python/py-pp-registration.exp: Same.
7025 * gdb.python/py-xmethods.exp: Same.
7026 * gdb.python/python.exp: Same.
7027 * gdb.server/connect-with-no-symbol-file.exp: Same.
7028 * gdb.server/no-thread-db.exp: Same.
7029 * gdb.server/run-without-local-binary.exp: Same.
7030 * gdb.stabs/weird.exp: Same.
7031 * gdb.threads/attach-many-short-lived-threads.exp: Same.
7032 * gdb.threads/thread-find.exp: Same.
7033 * gdb.threads/tls-shared.exp: Same.
7034 * gdb.threads/tls.exp: Same.
7035 * gdb.threads/wp-replication.exp: Same.
7036 * gdb.trace/ax.exp: Same.
7037 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
7038
7039 2019-10-31 Tom de Vries <tdevries@suse.de>
7040
7041 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
7042 * gdb.ada/array_subscript_addr.exp: Same.
7043 * gdb.ada/arrayidx.exp: Same.
7044 * gdb.ada/arrayparam.exp: Same.
7045 * gdb.ada/arrayptr.exp: Same.
7046 * gdb.ada/boolean_expr.exp: Same.
7047 * gdb.ada/call_pn.exp: Same.
7048 * gdb.ada/complete.exp: Same.
7049 * gdb.ada/fixed_cmp.exp: Same.
7050 * gdb.ada/fun_addr.exp: Same.
7051 * gdb.ada/funcall_param.exp: Same.
7052 * gdb.ada/interface.exp: Same.
7053 * gdb.ada/mod_from_name.exp: Same.
7054 * gdb.ada/null_array.exp: Same.
7055 * gdb.ada/packed_array.exp: Same.
7056 * gdb.ada/packed_tagged.exp: Same.
7057 * gdb.ada/print_chars.exp: Same.
7058 * gdb.ada/print_pc.exp: Same.
7059 * gdb.ada/ptype_arith_binop.exp: Same.
7060 * gdb.ada/ptype_field.exp: Same.
7061 * gdb.ada/ptype_tagged_param.exp: Same.
7062 * gdb.ada/rec_return.exp: Same.
7063 * gdb.ada/ref_tick_size.exp: Same.
7064 * gdb.ada/str_ref_cmp.exp: Same.
7065 * gdb.ada/taft_type.exp: Same.
7066 * gdb.ada/tagged.exp: Same.
7067 * gdb.ada/type_coercion.exp: Same.
7068 * gdb.ada/uninitialized_vars.exp: Same.
7069
7070 2019-10-30 Tom de Vries <tdevries@suse.de>
7071
7072 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
7073
7074 2019-10-26 Tom de Vries <tdevries@suse.de>
7075
7076 * gdb.base/bigcore.c: Fix typos in comments.
7077 * gdb.base/ctf-ptype.c: Same.
7078 * gdb.base/long_long.c: Same.
7079 * gdb.dwarf2/dw2-op-out-param.S: Same.
7080 * gdb.python/py-evthreads.c: Same.
7081 * gdb.reverse/i387-stack-reverse.c: Same.
7082 * gdb.trace/tfile.c: Same.
7083 * lib/compiler.c: Same.
7084 * lib/compiler.cc: Same.
7085
7086 2019-10-25 Tom de Vries <tdevries@suse.de>
7087
7088 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
7089 gdb_test_multiple calls.
7090 * gdb.reverse/sigall-reverse.exp: Same.
7091 * gdb.reverse/solib-precsave.exp: Same.
7092 * gdb.reverse/solib-reverse.exp: Same.
7093 * gdb.reverse/until-precsave.exp: Same.
7094 * gdb.reverse/until-reverse.exp: Same.
7095
7096 2019-10-24 Tom de Vries <tdevries@suse.de>
7097
7098 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
7099 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
7100 kfail using -wrap pattern flag and convenience variable
7101 gdb_test_name.
7102
7103 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
7104
7105 * gdb.python/py-progspace.exp: Add tests for the
7106 Progspace.block_for_pc method.
7107
7108 2019-10-23 Tom Tromey <tom@tromey.com>
7109
7110 * configure: Rebuild.
7111 * aclocal.m4: Use m4_include, not sinclude.
7112
7113 2019-10-21 Tom de Vries <tdevries@suse.de>
7114
7115 * gdb.base/infcall-nested-structs.c: Add
7116 __attribute__((noinline,noclone)) to all functions.
7117 (call_all): Add missing variable initialization. Simplify return value.
7118 (breakpt): Increment volatile variable, to prevent call from being
7119 optimized out.
7120 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
7121
7122 2019-10-17 Tom de Vries <tdevries@suse.de>
7123
7124 * gdb.fortran/module.exp: Allow info variables to print info for files
7125 other than module.f90.
7126
7127 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
7128
7129 * gdb.fortran/module.exp: Extend with 'info variables' test.
7130
7131 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
7132
7133 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
7134 F77_FOR_TARGET.
7135
7136 2019-10-16 Tom de Vries <tdevries@suse.de>
7137
7138 PR tdep/25096
7139 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
7140
7141 2019-10-16 Tom de Vries <tdevries@suse.de>
7142
7143 PR tdep/24104
7144 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
7145 Add KFAIL for PR tdep/25096.
7146
7147 2019-10-16 Tom de Vries <tdevries@suse.de>
7148
7149 PR testsuite/25059
7150 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
7151
7152 2019-10-16 Tom de Vries <tdevries@suse.de>
7153
7154 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
7155 as signed.
7156
7157 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
7158
7159 * gdb.mi/list-thread-groups-available.exp: Read entries one by
7160 one instead of increasing timeout.
7161
7162 2019-10-13 Tom de Vries <tdevries@suse.de>
7163
7164 PR record/25038
7165 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
7166 * gdb.reverse/sigall-reverse.exp: Same.
7167 * gdb.reverse/solib-precsave.exp: Same.
7168 * gdb.reverse/solib-reverse.exp: Same.
7169 * gdb.reverse/step-precsave.exp: Same.
7170 * gdb.reverse/until-precsave.exp: Same.
7171 * gdb.reverse/until-reverse.exp: Same.
7172 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
7173
7174 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
7175
7176 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
7177 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
7178 (cmp_struct_05_01, cmp_struct_static_02_01)
7179 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
7180 comparisons.
7181
7182 2019-10-10 Tom de Vries <tdevries@suse.de>
7183
7184 PR testsuite/24888
7185 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
7186 gnatlink.
7187
7188 2019-10-09 Tom de Vries <tdevries@suse.de>
7189
7190 PR testsuite/25048
7191 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
7192
7193 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
7194
7195 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
7196 exceptions due to missing debug information.
7197
7198 2019-10-07 Tom de Vries <tdevries@suse.de>
7199
7200 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
7201
7202 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
7203
7204 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
7205 * gdb.base/annota1.exp: Update to use gdb_test_name.
7206
7207 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
7208
7209 * gdb.base/ctf-whatis.exp: New file.
7210 * gdb.base/ctf-whatis.c: New file.
7211 * gdb.base/ctf-ptype.exp: New file.
7212 * gdb.base/ctf-ptype.c: New file.
7213 * gdb.base/ctf-constvars.exp: New file.
7214 * gdb.base/ctf-constvars.c: New file.
7215 * gdb.base/ctf-cvexpr.exp: New file.
7216
7217 2019-10-04 Tom de Vries <tdevries@suse.de>
7218
7219 * gdb.cp/local-static.c (main): Move declaration of int i out of the
7220 for loop.
7221
7222 2019-10-03 Tom Tromey <tom@tromey.com>
7223
7224 PR rust/24976:
7225 * gdb.rust/simple.rs (Union2): New type.
7226 (main): Use Union2.
7227 * gdb.rust/simple.exp: Add test.
7228
7229 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7230
7231 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
7232 nested function prefix.
7233
7234 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
7235 Richard Bunt <richard.bunt@arm.com>
7236 Andrew Burgess <andrew.burgess@embecosm.com>
7237
7238 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
7239 nested functions.
7240 * gdb.fortran/nested-funcs.f90: Update expected results.
7241 * gdb.fortran/nested-funcs-2.exp: New file.
7242 * gdb.fortran/nested-funcs-2.f90: New file.
7243
7244 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7245
7246 * gdb.python/py-parameter.exp: Make test names unique.
7247 * gdb.python/py-template.exp: Likewise.
7248 * gdb.python/py-value.exp: Likewise.
7249
7250 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7251
7252 * gdb.base/break-interp.exp: Reduce test name duplication.
7253 * gdb.base/call-sc.exp: Likewise.
7254 * gdb.base/callfuncs.exp: Likewise.
7255 * gdb.base/charset.exp: Likewise.
7256 * gdb.base/dump.exp: Likewise.
7257 * gdb.base/ena-dis-br.exp: Likewise.
7258 * gdb.base/relational.exp: Likewise.
7259 * gdb.base/step-over-syscall.exp: Likewise.
7260 * gdb.base/structs.exp: Likewise.
7261
7262 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7263
7264 * gdb.linespec/explicit.exp: Make test names unique.
7265 * gdb.linespec/ls-errs.exp: Likewise.
7266
7267 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7268
7269 * gdb.reverse/break-precsave.exp: Make test names unique.
7270 * gdb.reverse/break-reverse.exp: Likewise.
7271 * gdb.reverse/finish-precsave.exp: Likewise.
7272 * gdb.reverse/finish-reverse.exp: Likewise.
7273 * gdb.reverse/machinestate-precsave.exp: Likewise.
7274 * gdb.reverse/machinestate.exp: Likewise.
7275 * gdb.reverse/readv-reverse.exp: Likewise.
7276 * gdb.reverse/recvmsg-reverse.exp: Likewise.
7277 * gdb.reverse/sigall-precsave.exp: Likewise.
7278 * gdb.reverse/sigall-reverse.exp: Likewise.
7279 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
7280 * gdb.reverse/watch-precsave.exp: Likewise.
7281 * gdb.reverse/watch-reverse.exp: Likewise.
7282
7283 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7284
7285 * gdb.threads/stop-with-handle.c: New file.
7286 * gdb.threads/stop-with-handle.exp: New file.
7287
7288 2019-10-03 Tom de Vries <tdevries@suse.de>
7289
7290 PR testsuite/25059
7291 * gdb.base/list-missing-source.exp: Allowing the "Compilation
7292 directory" line to be missing.
7293
7294 2019-10-03 Tom de Vries <tdevries@suse.de>
7295
7296 PR testsuite/25059
7297 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
7298 type optional.
7299
7300 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
7301
7302 * gdb.python/py-format-string.c (string.h): New include.
7303 (main): Fill a_struct_with_union.the_union.an_int with bytes of
7304 the same value, for endianness-independence.
7305 * gdb.python/py-format-string.exp (default_regexp_dict)
7306 (test_pretty_structs, test_format): Adjust expected output to the
7307 changed initialization.
7308
7309 2019-10-02 Tom Tromey <tromey@adacore.com>
7310
7311 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
7312
7313 2019-10-02 Pedro Alves <palves@redhat.com>
7314 Andrew Burgess <andrew.burgess@embecosm.com>
7315
7316 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
7317 "print-file-var.h".
7318 (this_version_id) Use ATTRIBUTE_VISIBILITY.
7319 (get_version_1): Print this_version_id and its address.
7320 Add extern "C" wrappers around interface functions.
7321 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
7322 "print-file-var.h".
7323 (this_version_id) Use ATTRIBUTE_VISIBILITY.
7324 (get_version_2): Print this_version_id and its address.
7325 Add extern "C" wrappers around interface functions.
7326 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
7327 <stddef.h> and "print-file-var.h".
7328 Add extern "C" wrappers around interface functions.
7329 [VERSION_ID_MAIN] (this_version_id): Define.
7330 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
7331 * gdb.base/print-file-var.h: Add some #defines to simplify setting
7332 up extern "C" blocks.
7333 * gdb.base/print-file-var.exp (test): New, factored out from top
7334 level.
7335 (top level): Test all combinations of attribute hidden or not,
7336 dlopen or not, and this_version_id symbol in main file or not.
7337 Compile tests as both C++ and C, make test names unique.
7338
7339 2019-10-01 Tom Tromey <tom@tromey.com>
7340
7341 * gdb.base/style.exp: Test "show logging filename".
7342
7343 2019-10-01 Tom Tromey <tom@tromey.com>
7344
7345 * lib/gdb-utils.exp (style): Handle "metadata" argument.
7346 * gdb.base/style.exp: Add metadata style test.
7347
7348 2019-10-01 Tom Tromey <tom@tromey.com>
7349
7350 * gdb.base/style.exp: Test "pwd".
7351
7352 2019-10-01 Tom Tromey <tom@tromey.com>
7353
7354 * gdb.base/style.exp: Update tests.
7355
7356 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
7357
7358 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
7359 'six' to unsigned.
7360 (s1): Initialize fields 'four' and 'six' instead of 'three' and
7361 'five'. Use an all-ones bit pattern for each.
7362 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
7363 to its changed values.
7364
7365 2019-09-30 Tom Tromey <tromey@adacore.com>
7366
7367 * gdb.rust/traits.rs: Disable all warnings.
7368
7369 2019-09-29 Tom de Vries <tdevries@suse.de>
7370
7371 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
7372
7373 2019-09-29 Tom de Vries <tdevries@suse.de>
7374
7375 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
7376
7377 2019-09-27 Tom de Vries <tdevries@suse.de>
7378
7379 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
7380
7381 2019-09-27 Tom de Vries <tdevries@suse.de>
7382
7383 PR record/23188
7384 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
7385
7386 2019-09-26 Tom Tromey <tromey@adacore.com>
7387
7388 * gdb.ada/py_taft.exp: New file.
7389 * gdb.ada/py_taft/main.adb: New file.
7390 * gdb.ada/py_taft/pkg.adb: New file.
7391 * gdb.ada/py_taft/pkg.ads: New file.
7392
7393 2019-09-24 Tom de Vries <tdevries@suse.de>
7394
7395 PR gdb/24598
7396 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
7397
7398 2019-09-22 Tom de Vries <tdevries@suse.de>
7399
7400 * gdb.base/restore.exp: Allow register variables to be optimized out at
7401 -O0.
7402
7403 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
7404
7405 * gdb.arch/spu-info.exp: Remove file.
7406 * gdb.arch/spu-info.c: Remove file.
7407 * gdb.arch/spu-ls.exp: Remove file.
7408 * gdb.arch/spu-ls.c: Remove file.
7409
7410 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
7411 * gdb.asm/spu.inc: Remove file.
7412
7413 * gdb.base/dump.exp: Remove support for spu*-*-*.
7414 * gdb.base/stack-checking.exp: Likewise.
7415 * gdb.base/overlays.exp: Likewise.
7416 * gdb.base/ovlymgr.c: Likewise.
7417 * gdb.base/spu.ld: Remove file.
7418
7419 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
7420 * gdb.cp/cpexprs.exp: Likewise.
7421 * gdb.cp/exception.exp: Likewise.
7422 * gdb.cp/gdb2495.exp: Likewise.
7423 * gdb.cp/mb-templates.exp: Likewise.
7424 * gdb.cp/pr9167.exp: Likewise.
7425 * gdb.cp/userdef.exp: Likewise.
7426
7427 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
7428
7429 * gdb.cell: Remove directory.
7430 * lib/cell.exp: Remove file.
7431
7432 2019-09-19 Tom de Vries <tdevries@suse.de>
7433
7434 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
7435
7436 2019-09-19 Tom de Vries <tdevries@suse.de>
7437
7438 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
7439
7440 2019-09-19 Tom de Vries <tdevries@suse.de>
7441
7442 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
7443 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
7444 (gdb_target_cmd): ... here.
7445 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
7446 value 2.
7447
7448 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
7449
7450 * gdb.base/source-dir.exp: Avoid having directory names in test
7451 names.
7452
7453 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
7454
7455 * gdb.base/source-dir.exp: Add extra test for mapped compilation
7456 directory.
7457
7458 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
7459
7460 * gdb.base/list-missing-source.exp: New file.
7461
7462 2019-09-14 Tom de Vries <tdevries@suse.de>
7463
7464 PR teststuite/24599
7465 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
7466 * lib/ada.exp (gnatmake_version_at_least): New proc.
7467
7468 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
7469
7470 * gdb.base/maint.exp: Use exec_has_index_section.
7471
7472 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
7473
7474 * gdb.base/maint.exp: Add test for 'maint info sections'.
7475
7476 2019-09-12 Tom de Vries <tdevries@suse.de>
7477
7478 * gdb.base/store.exp: Allow register variables to be optimized out at
7479 -O0.
7480
7481 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7482
7483 * gdb.ada/rdv_wait.exp: Update to new task names.
7484 * gdb.base/task_switch_in_core.exp: Likewise.
7485 * gdb.base/info_sources_base.c: Likewise.
7486
7487 2019-09-10 Tom Tromey <tromey@adacore.com>
7488
7489 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
7490
7491 2019-09-10 Tom Tromey <tromey@adacore.com>
7492
7493 * gdb.ada/dgopt.exp: New file.
7494 * gdb.ada/dgopt/x.adb: New file.
7495
7496 2019-09-08 Tom Tromey <tom@tromey.com>
7497
7498 * gdb.tui/resize.exp: Remove setup_xfail.
7499 * gdb.tui/regs.exp: Remove setup_xfail.
7500 * gdb.tui/basic.exp: Remove setup_xfail.
7501
7502 2019-09-06 David Blaikie <dblaikie@gmail.com>
7503
7504 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
7505 * gdb.cp/cplabel.exp: Ditto.
7506 * gdb.linespec/ls-errs.exp: Ditto.
7507
7508 2019-09-05 Tom de Vries <tdevries@suse.de>
7509
7510 * lib/gdb.exp (cmp_file_string): New proc.
7511 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
7512 runto_main. Verify save breakpoints output.
7513
7514 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7515
7516 * gdb.base/info-var.exp: Test info variables without running
7517 to main, to avoid expect's buffer overflow.
7518
7519 2019-09-03 Tom Tromey <tromey@adacore.com>
7520
7521 * gdb.ada/bias.exp: New file.
7522 * gdb.ada/bias/bias.adb: New file.
7523 * gdb.ada/print_chars.exp: Add regression test.
7524 * gdb.ada/print_chars/foo.adb (My_Character): New type.
7525 (MC): New variable.
7526
7527 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
7528
7529 * gdb.base/argv0-symlink.exp: Run only on native target
7530 and local host.
7531
7532 2019-08-29 Tom de Vries <tdevries@suse.de>
7533
7534 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
7535 diverse debug info.
7536 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
7537
7538 2019-08-28 Tom de Vries <tdevries@suse.de>
7539
7540 * gdb.base/info-var.exp: Allow info variables to print info for files
7541 other than info-var-f1.c and info-var-f2.c.
7542
7543 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
7544
7545 * gdb.fortran/info-types.exp: Add module.
7546 * gdb.fortran/info-types.f90: Update expected results.
7547
7548 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
7549
7550 * gdb.fortran/info-types.exp: New file.
7551 * gdb.fortran/info-types.f90: New file.
7552 * lib/fortran.exp (fortran_character1): New proc.
7553
7554 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
7555
7556 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
7557 functions'. Reindent as needed.
7558 * gdb.base/info-var-f1.c: New file.
7559 * gdb.base/info-var-f2.c: New file.
7560 * gdb.base/info-var.exp: New file.
7561 * gdb.base/info-var.h: New file.
7562
7563 2019-08-26 Tom de Vries <tdevries@suse.de>
7564
7565 PR c++/24852
7566 * gdb.cp/no-libstdcxx-probe.exp: New test.
7567
7568 2019-08-26 Tom de Vries <tdevries@suse.de>
7569
7570 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
7571 * tests need to be skipped.
7572 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
7573 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
7574 mi_skip_libstdcxx_probe_tests.
7575
7576 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
7577
7578 * gdb.python/py-xmethods.exp: Use raw strings when passing
7579 arguments to SimpleXMethodMatcher.
7580
7581 2019-08-22 Tom de Vries <tdevries@suse.de>
7582
7583 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
7584 more informative.
7585
7586 2019-08-21 Pedro Alves <palves@redhat.com>
7587
7588 * gdb.base/with.exp: Test "with" with no arguments.
7589
7590 2019-08-21 Tom de Vries <tdevries@suse.de>
7591
7592 * gdb.base/gdb-caching-proc.exp: Sort files.
7593
7594 2019-08-20 Tom de Vries <tdevries@suse.de>
7595
7596 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
7597 compilation.
7598
7599 2019-08-16 Tom de Vries <tdevries@suse.de>
7600
7601 * gdb.base/compare-sections.exp ("after run to main"): Allow
7602 mismatched read-only sections for PIE executables.
7603
7604 2019-08-16 Tom Tromey <tom@tromey.com>
7605
7606 * lib/tuiterm.exp (_csi_Z): New proc.
7607 * gdb.tui/basic.exp: Update window positions.
7608 * gdb.tui/empty.exp: Update window positions.
7609
7610 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
7611
7612 * gdb.base/examine-backward.exp: Correct regexp for
7613 "examine 3 bytes backward from ${address_zero}".
7614
7615 2019-08-15 Tom Tromey <tom@tromey.com>
7616
7617 * gdb.tui/empty.exp: Enable resizing tests.
7618
7619 2019-08-15 Tom Tromey <tromey@adacore.com>
7620
7621 * gdb.ada/char_enum.exp: Add regression tests.
7622 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
7623 and '0'.
7624 (Char, Gchar): Update.
7625 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
7626
7627 2019-08-15 Christian Biesinger <cbiesinger@google.com>
7628
7629 * gdb.python/python.exp: Expect a leading underscore on
7630 GdbOutput{,Error}File.
7631
7632 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
7633
7634 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
7635 Windows host.
7636
7637 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
7638
7639 * gdb.base/batch-preserve-term-settings.exp
7640 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
7641
7642 2019-08-15 Christian Biesinger <cbiesinger@google.com>
7643
7644 * lib/gdb.exp: When running on a mingw target, replace
7645 /x/ with x:/.
7646
7647 2019-08-14 Alan Hayward <alan.hayward@arm.com>
7648
7649 * gdb.arch/aarch64-prologue.c: New test.
7650 * gdb.arch/aarch64-prologue.exp: New file.
7651
7652 2019-08-13 Tom de Vries <tdevries@suse.de>
7653
7654 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
7655 Thread.
7656
7657 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
7658
7659 * gdb.python/py-completion.exp: Download the .py file to the host
7660 and use its host pathname. Conditionalize tests that use
7661 tab completion and manipulate files on the build machine.
7662 * gdb.python/py-events.exp: Download the .py file to the host
7663 and use its host pathname.
7664 * gdb.python/py-evsignal.exp: Likewise.
7665 * gdb.python/py-evthreads.exp: Likewise.
7666 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
7667 pathname syntax.
7668 * gdb.python/py-framefilter.exp: Download the .py file to the right
7669 place on the host. Match Windows pathname syntax.
7670 * gdb.python/py-mi-var-info-path-expression.exp: Download the
7671 .py file to the host and use its host pathname.
7672 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
7673 * gdb.python/py-objfile.exp: Expect a host pathname, not a
7674 build pathname. Skip symlink test on Windows host. Add missing
7675 newline at end of file.
7676 * gdb.python/py-pp-maint.exp: Download the .py file to the host
7677 and use its host pathname.
7678 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
7679 * gdb.python/py-section-script.exp: Use host location of binfile
7680 on safe-path. Use correct path separator on Windows host.
7681 Reorder alternatives in gdb_test_multiple to prevent matching
7682 the wrong alternative on success.
7683 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
7684
7685 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
7686
7687 * gdb.gdb/selftest.exp (test_with_self): Update test to now
7688 expect the GDB inferior to no longer immediately stop after
7689 being resumed with "signal SIGINT".
7690
7691 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
7692
7693 * gdb.linespec/break-ask.exp: Generalize regexps to match
7694 Windows pathnames too.
7695
7696 2019-08-08 Tom de Vries <tdevries@suse.de>
7697
7698 PR testsuite/24862
7699 * lib/tuiterm.exp (_accept): Fix CSI regexp.
7700
7701 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7702
7703 * gdb.base/style.exp: Update tests for help doc new invariants.
7704 * gdb.base/help.exp: Likewise.
7705
7706 2019-08-06 Tom Tromey <tom@tromey.com>
7707
7708 * gdb.base/style.exp: Add disassemble test.
7709 * gdb.base/style.c (some_called_function): New function.
7710 (main): Use it.
7711
7712 2019-08-05 Christian Biesinger <cbiesinger@google.com>
7713
7714 * gdb.python/py-block.exp: Test dictionary access on blocks.
7715
7716 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
7717
7718 PR gdb/24863
7719 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
7720 -list-thread-groups --available test when running under
7721 check-read1.
7722
7723 2019-08-05 Tom de Vries <tdevries@suse.de>
7724
7725 PR testsuite/24863
7726 * lib/gdb.exp (with_read1_timeout_factor): New proc.
7727 * gdb.base/help.exp: Use with_read1_timeout_factor.
7728 * gdb.base/info-macros.exp: Same.
7729 * gdb.cp/nested-types.exp: Same.
7730
7731 2019-08-05 Tom de Vries <tdevries@suse.de>
7732
7733 * lib/gdb.exp (version_at_least): Factor out of ...
7734 (tcl_version_at_least): ... here.
7735 (gdb_compile): Fail if pie results in non-PIE executable.
7736 (readelf_version, readelf_prints_pie): New proc.
7737 (exec_is_pie): Return -1 if unknown.
7738
7739 2019-08-05 Tom de Vries <tdevries@suse.de>
7740
7741 * lib/gdb.exp (tcl_version_at_least): Fix typo.
7742
7743 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
7744
7745 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
7746
7747 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
7748
7749 * lib/completion-support.exp (test_gdb_complete_none): Skip
7750 tab completion tests if no readline support.
7751 (test_gdb_complete_unique_re): Likewise.
7752 (test_gdb_complete_multiple): Likewise.
7753
7754 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7755
7756 * gdb.base/info_sources.exp: New file.
7757 * gdb.base/info_sources.c: New file.
7758 * gdb.base/info_sources_base.c: New file.
7759
7760 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
7761
7762 * gdb.base/batch-exit-status.exp: Call test_exit_status with
7763 prefix argument.
7764 (test_exit_status): Add prefix argument.
7765
7766 2019-08-01 Tom de Vries <tdevries@suse.de>
7767
7768 PR testsuite/24863
7769 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
7770 calling exp_continue for new thread and thread exited messages.
7771
7772 2019-08-01 Tom de Vries <tdevries@suse.de>
7773
7774 PR testsuite/24863
7775 * gdb.base/structs.exp: Fix check-read1 timeout using
7776 gdb_test_sequence.
7777 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
7778
7779 2019-08-01 Tom de Vries <tdevries@suse.de>
7780
7781 PR testsuite/24863
7782 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
7783 line.
7784
7785 2019-08-01 Tom de Vries <tdevries@suse.de>
7786
7787 PR testsuite/24863
7788 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
7789
7790 2019-07-30 Tom Tromey <tromey@adacore.com>
7791
7792 * gdb.ada/display_nested.exp: New file.
7793 * gdb.ada/display_nested/foo.adb: New file.
7794 * gdb.ada/display_nested/pack.adb: New file.
7795 * gdb.ada/display_nested/pack.ads: New file.
7796
7797 2019-07-30 Christian Biesinger <cbiesinger@google.com>
7798
7799 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
7800 namespace.
7801 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
7802
7803 2019-07-30 Tom de Vries <tdevries@suse.de>
7804
7805 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
7806 instead.
7807
7808 2019-07-30 Tom de Vries <tdevries@suse.de>
7809
7810 PR testsuite/24834
7811 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
7812 (exec_is_pie): New proc.
7813
7814 2019-07-29 Christian Biesinger <cbiesinger@google.com>
7815
7816 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
7817
7818 2019-07-29 Christian Biesinger <cbiesinger@google.com>
7819
7820 * gdb.python/py-objfile.c: Add global and static vars.
7821 * gdb.python/py-objfile.exp: Test new functions Objfile.
7822 lookup_global_symbol and lookup_static_symbol.
7823
7824 2019-07-29 Tom Tromey <tom@tromey.com>
7825
7826 * lib/tuiterm.exp (Term::_csi_@): New proc.
7827 (Term::_csi_X): Don't move cursor.
7828
7829 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7830
7831 * gdb.base/options.exp: Update backtrace - completion to
7832 new option -frame-info.
7833 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
7834 Test new 'set print frame-info'. Test backtrace -frame-info
7835 overriding 'set print frame-info'.
7836 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
7837 Test new 'set print frame-info'.
7838 Verify consistency of backtrace with and without filters, with and
7839 without -no-filters.
7840 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
7841 default.
7842
7843 2019-07-29 Tom de Vries <tdevries@suse.de>
7844
7845 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
7846 no arguments".
7847
7848 2019-07-29 Tom de Vries <tdevries@suse.de>
7849
7850 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
7851 is a substring of the first for "complete non-unique file name".
7852
7853 2019-07-29 Tom de Vries <tdevries@suse.de>
7854
7855 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
7856 with ".*".
7857
7858 2019-07-29 Tom de Vries <tdevries@suse.de>
7859
7860 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
7861 Pass prompt_regexp parameter to gdb_test_multiple calls.
7862
7863 2019-07-29 Tom de Vries <tdevries@suse.de>
7864
7865 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
7866 print registers" regexps.
7867
7868 2019-07-29 Tom de Vries <tdevries@suse.de>
7869
7870 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
7871
7872 2019-07-29 Tom de Vries <tdevries@suse.de>
7873
7874 PR gdb/24855
7875 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
7876 (skip_python_tests_prompt): Add prompt_regexp argument to
7877 gdb_test_multiple calls.
7878
7879 2019-07-27 Tom Tromey <tom@tromey.com>
7880
7881 * gdb.tui/main.exp: New file.
7882
7883 2019-07-27 Tom Tromey <tom@tromey.com>
7884
7885 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
7886 optional.
7887 * gdb.tui/empty.exp: New file.
7888
7889 2019-07-27 Tom Tromey <tom@tromey.com>
7890
7891 * lib/tuiterm.exp (spawn): New proc.
7892 (Term::resize): New proc.
7893 * gdb.tui/resize.exp: New file.
7894
7895 2019-07-27 Tom Tromey <tom@tromey.com>
7896
7897 * gdb.tui/list.exp: New file.
7898
7899 2019-07-27 Tom Tromey <tom@tromey.com>
7900
7901 * gdb.tui/regs.exp: New file.
7902
7903 2019-07-27 Tom Tromey <tom@tromey.com>
7904
7905 * gdb.tui/basic.exp: Add "layout split" test.
7906
7907 2019-07-27 Tom Tromey <tom@tromey.com>
7908
7909 * gdb.tui/basic.exp: Add "layout asm" test.
7910
7911 2019-07-27 Tom Tromey <tom@tromey.com>
7912
7913 * lib/tuiterm.exp: New file.
7914 * gdb.tui/basic.exp: New file.
7915
7916 2019-07-27 Kevin Buettner <kevinb@redhat.com>
7917
7918 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
7919 Enable tests associated with this flag. Adjust regex
7920 referencing "foo_low" to now refer to "foo_cold" instead.
7921
7922 2019-07-27 Kevin Buettner <kevinb@redhat.com>
7923
7924 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
7925 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
7926 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
7927 foo_cold. Revise comments to match.
7928 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
7929 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
7930 were wrapped into this proc; Call do_test in loop from outermost
7931 level.
7932 (foo_low): Rename all occurrences to "foo_cold".
7933 (backtrace from baz): New test.
7934 (x2/i foo_cold): New test.
7935 (info line *foo_cold): New test.
7936
7937 2019-07-26 Tom de Vries <tdevries@suse.de>
7938
7939 * gdb.arch/i386-pkru.exp: Fix unterminated string.
7940
7941 2019-07-25 Tom de Vries <tdevries@suse.de>
7942
7943 PR testsuite/24830
7944 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
7945 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
7946 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
7947 (skip_libstdcxx_probe_tests): ... here.
7948 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
7949
7950 2019-07-24 Tom de Vries <tdevries@suse.de>
7951
7952 PR testsuite/24807
7953 * gdb.objc/basicclass.m: Include stdio.h.
7954 * gdb.objc/nondebug.m: Same.
7955 * gdb.objc/objcdecode.m: Same.
7956
7957 2019-07-24 Tom de Vries <tdevries@suse.de>
7958
7959 PR testsuite/24612
7960 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
7961 additional_flags.
7962
7963 2019-07-24 Tom de Vries <tdevries@suse.de>
7964
7965 PR testsuite/24831
7966 * gdb.multi/tids.exp: Update error messages for info threads.
7967
7968 2019-07-24 Tom de Vries <tdevries@suse.de>
7969
7970 * gdb.base/info-types.exp: Allow info types to print info for more than
7971 one file.
7972
7973 2019-07-23 Tom de Vries <tdevries@suse.de>
7974
7975 PR testsuite/24842
7976 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
7977 gdb_spawn_with_cmdline_opts.
7978
7979 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
7980
7981 * gdb.arch/arm-cmse-sgstubs.c: New test.
7982 * gdb.arch/arm-cmse-sgstubs.exp: New file.
7983
7984 2019-07-23 Tom de Vries <tdevries@suse.de>
7985
7986 PR testsuite/24711
7987 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
7988 issuing next command.
7989
7990 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
7991
7992 * gdb.ada/info_auto_lang.exp: Update expected results.
7993 * gdb.base/info-types.c: Add additional types to check.
7994 * gdb.base/info-types.exp: Update expected results.
7995
7996 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
7997
7998 * gdb.base/info-types.c: New file.
7999 * gdb.base/info-types.exp: New file.
8000
8001 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
8002
8003 * gdb.arch/riscv-bp-infcall.c: New file.
8004 * gdb.arch/riscv-bp-infcall.exp: New file.
8005
8006 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
8007
8008 PR breakpoints/24541
8009 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
8010
8011 2019-07-14 Tom de Vries <tdevries@suse.de>
8012
8013 PR testsuite/24760
8014 * gdb.objc/basicclass.exp: Fix unterminated string.
8015
8016 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
8017 Andrew Burgess <andrew.burgess@embecosm.com>
8018
8019 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
8020 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
8021 negative bounds.
8022 * gdb.fortran/vla-value.exp: Print elements of an array with
8023 negative bounds.
8024 * gdb.fortran/vla.f90: Setup an array with negative bounds for
8025 testing.
8026
8027 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
8028
8029 * gdb.base/options.exp (expect_string): Dequote strings in
8030 results.
8031 (test-string): Test strings with different quoting and reindent.
8032
8033 2019-07-10 Tom Tromey <tromey@adacore.com>
8034
8035 * gdb.ada/mi_ex_cond.exp: Update expected results.
8036 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
8037 * gdb.ada/mi_catch_ex.exp: Update expected results.
8038 * gdb.ada/mi_catch_assert.exp: Update expected results.
8039 * gdb.ada/catch_ex.exp (catch_exception_info)
8040 (catch_exception_entry, catch_assert_entry)
8041 (catch_unhandled_entry): Update.
8042 * gdb.ada/catch_assert_if.exp: Update expected results.
8043
8044 2019-07-10 Richard Bunt <richard.bunt@arm.com>
8045 Stephen Roberts <stephen.roberts@arm.com>
8046
8047 * gdb.base/define.exp: Restore original prompt.
8048
8049 2019-07-09 Pedro Alves <palves@redhat.com>
8050
8051 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
8052 breakpoints" output.
8053 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
8054 * gdb.python/py-breakpoint.exp: No longer expect that "catch
8055 throw" creates breakpoint.
8056 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
8057 'type="catchpoint"'.
8058
8059 2019-07-09 Pedro Alves <palves@redhat.com>
8060
8061 PR c++/15468
8062 * gdb.cp/except-multi-location-lib.cc: New.
8063 * gdb.cp/except-multi-location-main.cc: New.
8064 * gdb.cp/except-multi-location.exp: New.
8065
8066 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
8067
8068 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
8069 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
8070 argument and update callers.
8071
8072 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
8073
8074 * gdb.arch/amd64-break-on-asm-line.S: New file.
8075 * gdb.arch/amd64-break-on-asm-line.exp: New file.
8076
8077 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8078
8079 * gdb.base/printcmds.exp: Test printing C string and
8080 C wide string convenience vars without transiting via the inferior.
8081 Also make test names unique.
8082
8083 2019-07-08 Alan Hayward <alan.hayward@arm.com>
8084
8085 PR breakpoints/25011
8086 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
8087
8088 2019-07-04 Pedro Alves <palves@redhat.com>
8089
8090 * lib/gdb.exp (foreach_with_prefix): Don't return early if
8091 body returned ok(0), break(3) or continue(4).
8092 * gdb.testsuite/foreach_with_prefix.exp: New file.
8093
8094 2019-07-04 Alan Hayward <alan.hayward@arm.com>
8095
8096 * gdb.server/unittest.exp: Allow 0 unit tests to run.
8097
8098 2019-07-03 Pedro Alves <palves@redhat.com>
8099
8100 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
8101 "return -code".
8102
8103 2019-07-03 Pedro Alves <palves@redhat.com>
8104
8105 PR cli/24732
8106 * gdb.base/shell.exp: Load completion-support.exp.
8107 Adjust expected error output. Add completion tests.
8108
8109 2019-07-03 Pedro Alves <palves@redhat.com>
8110
8111 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
8112 string_to_regexp.
8113
8114 2019-07-03 Pedro Alves <palves@redhat.com>
8115
8116 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
8117 (expect_integer): Adjust to expect "-string".
8118 (expect_string): New.
8119 (all_options): Expect "-string".
8120 (test-flag, test-boolean): Adjust to expect "-string".
8121 (test-string): New proc.
8122 (top level): Call it.
8123
8124 2019-07-03 Pedro Alves <palves@redhat.com>
8125
8126 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
8127 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
8128 the expected output in the success.
8129
8130 2019-07-03 Pedro Alves <palves@redhat.com>
8131
8132 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
8133 Split one gdb_test_multiple call in two to avoid a race.
8134
8135 2019-07-03 Pedro Alves <palves@redhat.com>
8136
8137 * gdb.base/with.c: New file.
8138 * gdb.base/with.exp: New file.
8139
8140 2019-07-03 Pedro Alves <palves@redhat.com>
8141
8142 * gdb.base/settings.exp: Replace all references to "maint
8143 test-settings set" with references to "maint set test-settings",
8144 and all references to "maint test-settings show" with references
8145 to "maint show test-settings".
8146
8147 2019-07-03 Pedro Alves <palves@redhat.com>
8148
8149 * gdb.base/settings.exp (test-string): Adjust expected out when
8150 testing "maint test-settings show filename"
8151
8152 2019-07-02 Pedro Alves <palves@redhat.com>
8153
8154 * gdb.base/options.exp (test-info-threads): New procedure.
8155 (top level): Call it.
8156
8157 2019-06-28 Tom Tromey <tromey@adacore.com>
8158
8159 * gdb.dwarf2/ada-linkage-name.c: New file.
8160 * gdb.dwarf2/ada-linkage-name.exp: New file.
8161
8162 2019-06-27 Tom Tromey <tromey@adacore.com>
8163
8164 PR c++/20020:
8165 * gdb.cp/constexpr-field.exp: Use setup_xfail.
8166
8167 2019-06-26 Tom de Vries <tdevries@suse.de>
8168
8169 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
8170
8171 2019-06-26 Tom de Vries <tdevries@suse.de>
8172
8173 * gdb.base/index-cache.exp: Add back missing debug option.
8174
8175 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8176
8177 * gdb.base/alias.exp: Test non matching/non existing prefixes.
8178
8179 2019-06-25 Tom de Vries <tdevries@suse.de>
8180
8181 PR testsuite/24727
8182 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
8183
8184 2019-06-24 Tom de Vries <tdevries@suse.de>
8185
8186 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
8187
8188 2019-06-24 Tom de Vries <tdevries@suse.de>
8189
8190 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
8191 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
8192 * gdb.trace/unavailable-dwarf-piece.exp: Same.
8193
8194 2019-06-24 Tom de Vries <tdevries@suse.de>
8195
8196 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
8197
8198 2019-06-21 Tom de Vries <tdevries@suse.de>
8199
8200 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
8201
8202 2019-06-21 Tom de Vries <tdevries@suse.de>
8203
8204 PR testsuite/24518
8205 PR ada/24713
8206 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
8207 index.
8208
8209 2019-06-19 Tom Tromey <tromey@adacore.com>
8210
8211 * gdb.ada/length_cond.exp: Add intro comment.
8212
8213 2019-06-19 Tom Tromey <tromey@adacore.com>
8214
8215 * gdb.ada/length_cond.exp: New file.
8216 * gdb.ada/length_cond/length_cond.adb: New file.
8217 * gdb.ada/length_cond/pck.adb: New file.
8218 * gdb.ada/length_cond/pck.ads: New file.
8219
8220 2019-06-18 Tom de Vries <tdevries@suse.de>
8221
8222 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
8223
8224 2019-06-18 Tom Tromey <tromey@adacore.com>
8225
8226 * gdb.base/list0.h: Add comment explaining control character.
8227
8228 2019-06-18 Tom de Vries <tdevries@suse.de>
8229
8230 * boards/fission.exp: Break up long debug_flags line.
8231
8232 2019-06-16 Tom de Vries <tdevries@suse.de>
8233
8234 PR gdb/24445
8235 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
8236 generated index.
8237
8238 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
8239
8240 PR gdb/24686
8241 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
8242 improve detection of bug gdb/24541.
8243
8244 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
8245
8246 PR gdb/24669
8247 * gdb.base/index-cache.exp (uses_readnow,
8248 expecting_index_cache_use): Define global variable.
8249 (test_cache_enabled_miss, test_cache_enabled_hit): Use
8250 expecting_index_cache_use.
8251
8252 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
8253 Andrew Burgess <andrew.burgess@embecosm.com>
8254
8255 * gdb.fortran/pointers.f90: New file.
8256 * gdb.fortran/print_type.exp: New file.
8257 * gdb.fortran/vla-ptype.exp: Adapt expected results.
8258 * gdb.fortran/vla-type.exp: Likewise.
8259 * gdb.fortran/vla-value.exp: Likewise.
8260 * gdb.mi/mi-vla-fortran.exp: Likewise.
8261
8262 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8263
8264 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
8265 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
8266 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
8267 as a stop reason.
8268
8269 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8270
8271 * gdb.base/annota1.exp: Update expected results.
8272 * gdb.cp/annota2.exp: Likewise.
8273 * gdb.cp/annota3.exp: Likewise.
8274
8275 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8276
8277 * gdb.base/style-logging.exp: Remove path from test name.
8278
8279 2019-06-14 Tom Tromey <tromey@adacore.com>
8280
8281 PR gdb/24502:
8282 * gdb.base/style-logging.exp: New file.
8283
8284 2019-06-14 Tom Tromey <tromey@adacore.com>
8285
8286 * gdb.base/symfile-warn.exp: New file.
8287 * gdb.base/symfile-warn.c: New file.
8288
8289 2019-06-14 Tom Tromey <tromey@adacore.com>
8290
8291 * gdb.base/annotate-symlink.exp: New file.
8292
8293 2019-06-14 Tom Tromey <tromey@adacore.com>
8294
8295 * gdb.ada/set_wstr.exp: Add reassignment test.
8296
8297 2019-06-14 Tom Tromey <tromey@adacore.com>
8298
8299 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
8300 'unchecked_access and 'unrestricted_access as well.
8301
8302 2019-06-14 Tom Tromey <tromey@adacore.com>
8303
8304 PR ada/24539:
8305 * gdb.ada/vla.exp: Update tests.
8306 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
8307 pragma.
8308
8309 2019-06-13 Pedro Alves <palves@redhat.com>
8310
8311 * gdb.base/settings.exp (test-integer): Test junk after
8312 "unlimited".
8313
8314 2019-06-13 Pedro Alves <palves@redhat.com>
8315
8316 * gdb.base/options.exp (test-thread-apply): New.
8317 (top level): Call it.
8318
8319 2019-06-13 Pedro Alves <palves@redhat.com>
8320
8321 * gdb.base/options.exp (test-frame-apply): New.
8322 (top level): Test print commands with different "frame apply"
8323 prefixes.
8324
8325 2019-06-13 Pedro Alves <palves@redhat.com>
8326
8327 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
8328 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
8329 'max_completions' parameter and handle it.
8330 (test_gdb_completion_offers_commands): New.
8331
8332 2019-06-13 Pedro Alves <palves@redhat.com>
8333
8334 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
8335
8336 2019-06-13 Pedro Alves <palves@redhat.com>
8337
8338 * gdb.base/options.exp (test-backtrace): New.
8339 (top level): Call it.
8340
8341 2019-06-13 Pedro Alves <palves@redhat.com>
8342
8343 * gdb.guile/scm-frame-args.exp: Use "set print
8344 raw-frame-arguments" instead of "set print raw frame-arguments".
8345 * gdb.python/py-frame-args.exp: Likewise.
8346
8347 2019-06-13 Pedro Alves <palves@redhat.com>
8348
8349 * gdb.compile/compile.exp: Adjust expected output to option
8350 processing changes.
8351
8352 2019-06-13 Pedro Alves <palves@redhat.com>
8353
8354 * gdb.base/options.exp: Build executable.
8355 (test-print): New procedure.
8356 (top level): Call it, once for "print" and another for "compile
8357 print".
8358
8359 2019-06-13 Pedro Alves <palves@redhat.com>
8360
8361 * gdb.base/options.c: New file.
8362 * gdb.base/options.exp: New file.
8363
8364 2019-06-13 Pedro Alves <palves@redhat.com>
8365
8366 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
8367 that "o" is ambiguous.
8368
8369 2019-06-13 Pedro Alves <palves@redhat.com>
8370
8371 * gdb.base/settings.c: New file.
8372 * gdb.base/settings.exp: New file.
8373
8374 2019-06-13 Pedro Alves <palves@redhat.com>
8375
8376 * gdb.base/completion.exp: Fix comment typo.
8377
8378 2019-06-13 Pedro Alves <palves@redhat.com>
8379
8380 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
8381 foo --1" test.
8382
8383 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
8384
8385 * gdb.fortran/block-data.f: New.
8386 * gdb.fortran/block-data.exp: New.
8387
8388 2019-06-11 Tom de Vries <tdevries@suse.de>
8389
8390 PR testsuite/24521
8391 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
8392 message.
8393
8394 2019-06-11 Tom de Vries <tdevries@suse.de>
8395
8396 PR testsuite/24521
8397 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
8398
8399 2019-06-11 Tom de Vries <tdevries@suse.de>
8400
8401 * boards/readnow.exp: New file.
8402
8403 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
8404
8405 * gdb.fortran/vla-sizeof.exp: Update expected results.
8406
8407 2019-06-06 Amos Bird <amosbird@gmail.com>
8408
8409 * gdb.base/annota1.exp (thread_switch): Add test for
8410 thread-exited annotation.
8411
8412 2019-06-06 Tom Tromey <tromey@adacore.com>
8413
8414 * gdb.base/maint.exp: Expect command started/finished output.
8415
8416 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
8417
8418 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
8419 comment.
8420 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
8421
8422 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
8423
8424 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
8425 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
8426 * gdb.arch/riscv-unwind-long-insn.c: New file.
8427 * gdb.arch/riscv-unwind-long-insn.exp: New file.
8428
8429 2019-06-04 Christian Biesinger <cbiesinger@google.com>
8430
8431 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
8432
8433 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8434
8435 * lib/gdb.exp (help_list_trailer): New regexp variable
8436 factorizing the help trailer message.
8437 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
8438 arg to allow to better factorize various tests.
8439 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
8440 (test_prefix_command_help): Use help_list_trailer.
8441 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
8442 * gdb.guile/scm-cmd.exp: Likewise.
8443 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
8444 * gdb.base/help.exp: Use test_user_defined_class_help.
8445 * gdb.base/style.exp: Add tests for styling of help and apropos.
8446 * lib/gdb-utils.exp (style): Add title and highlight styles.
8447
8448 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8449
8450 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
8451 $_shell_exitsignal.
8452 * gdb.base/default.exp: Update for new convenience variables.
8453
8454 2019-05-29 Tom Tromey <tromey@adacore.com>
8455
8456 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
8457 to "break complete ada" test case's regexp.
8458
8459 2019-05-29 Tom Tromey <tromey@adacore.com>
8460
8461 PR c++/20020:
8462 * gdb.cp/constexpr-field.exp: New file.
8463 * gdb.cp/constexpr-field.cc: New file.
8464
8465 2019-05-29 Tom Tromey <tromey@adacore.com>
8466
8467 * gdb.base/finish.exp (finish_no_print): New proc.
8468 (finish_tests): Call it.
8469
8470 2019-05-24 Tom de Vries <tdevries@suse.de>
8471
8472 * gdb.dwarf2/gdb-add-index.exp: New file.
8473
8474 2019-05-22 Tom Tromey <tromey@adacore.com>
8475
8476 * gdb.base/info-shared.exp (check_info_shared): Use "style".
8477 * gdb.base/style.exp: Use "style".
8478 * lib/gdb-utils.exp (style): New proc.
8479
8480 2019-05-22 Tom de Vries <tdevries@suse.de>
8481
8482 * gdb.base/align.exp: Require c++11.
8483
8484 2019-05-22 Tom de Vries <tdevries@suse.de>
8485
8486 PR testsuite/24586
8487 * gdb.python/py-mi-var-info-path-expression.exp: Call
8488 mi_skip_python_tests to check if python is supported.
8489
8490 2019-05-22 Alan Hayward <alan.hayward@arm.com>
8491
8492 * gdb.arch/aarch64-pauth.c: New test.
8493 * gdb.arch/aarch64-pauth.exp: New file.
8494
8495 2019-05-22 Alan Hayward <alan.hayward@arm.com>
8496
8497 * README (Re-running Tests Outside The Testsuite): New section.
8498
8499 2019-05-21 Tom de Vries <tdevries@suse.de>
8500
8501 * gdb.arch/amd64-eval.exp: Require c++11.
8502 * gdb.base/max-depth.exp: Same.
8503 * gdb.compile/compile-cplus-array-decay.exp: Same.
8504 * gdb.cp/meth-typedefs.exp: Same.
8505 * gdb.cp/subtypes.exp: Same.
8506 * gdb.cp/temargs.exp: Same.
8507
8508 2019-05-21 Alan Hayward <alan.hayward@arm.com>
8509
8510 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
8511
8512 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
8513
8514 PR gdb/18644
8515 * gdb.fortran/complex.exp: Remove setup_kfail calls.
8516 * gdb.fortran/printing-types.exp: Add new test.
8517 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
8518 testing.
8519 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
8520 setup_kfail call.
8521
8522 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8523
8524 * README (Running the Testsuite): Change example.
8525 (Testsuite Parameters): Remove TRANSCRIPT.
8526 * lib/gdb.exp: Remove TRANSCRIPT check.
8527
8528 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8529
8530 * README (Testsuite Parameters): Add replay logging to
8531 GDBSERVER_DEBUG.
8532 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
8533 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
8534 as a comma separated list.
8535 (gdb_debug_init): Override procedure.
8536
8537 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8538
8539 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
8540 (gdb_write_cmd_file): New procedure.
8541 * lib/gdbserver-support.exp (gdbserver_start): Call
8542 gdbserver_write_cmd_file.
8543 (gdbserver_write_cmd_file): New procedure.
8544
8545 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8546
8547 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
8548 (delete_breakpoints): Likewise.
8549 (gdb_run_cmd): Likewise.
8550 (gdb_start_cmd): Likewise.
8551 (gdb_starti_cmd): Likewise.
8552 (gdb_internal_error_resync): Likewise.
8553 (gdb_test_multiple): Likewise.
8554 (gdb_reinitialize_dir): Likewise.
8555 (default_gdb_exit): Likewise.
8556 (gdb_file_cmd): Mark kill as optional.
8557 (default_gdb_start): Call gdb_stdin_log_init.
8558 (send_gdb): Call gdb_stdin_log_write.
8559 (rerun_to_main): Mark Y as an answer.
8560 (gdb_stdin_log_init): New function.
8561 (gdb_stdin_log_write): Likewise.
8562
8563 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8564
8565 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
8566 * gdb.base/debug-expr.exp: Likewise.
8567 * gdb.base/foll-fork.exp: Likewise.
8568 * gdb.base/foll-vfork.exp: Likewise.
8569 * gdb.base/fork-print-inferior-events.exp: Likewise.
8570 * gdb.base/gdb-sigterm.exp: Likewise.
8571 * gdb.base/gdbinit-history.exp: Likewise.
8572 * gdb.base/osabi.exp: Likewise.
8573 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
8574 * gdb.base/ui-redirect.exp: Likewise.
8575 * gdb.gdb/unittest.exp: Likewise.
8576 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
8577 * gdb.mi/mi-watch.exp: Likewise.
8578 * gdb.mi/new-ui-mi-sync.exp: Likewise.
8579 * gdb.mi/user-selected-context-sync.exp: Likewise.
8580 * gdb.python/python.exp: Disable debug test when debugging.
8581 * gdb.threads/check-libthread-db.exp: Disable when debugging.
8582 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
8583 Likewise.
8584 * gdb.threads/stepi-random-signal.exp: Likewise.
8585
8586 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8587
8588 * Makefile.in: Pass through GDB_DEBUG.
8589 * README (Testsuite Parameters): Add GDB_DEBUG.
8590 (gdb,debug): Add board setting.
8591 * lib/gdb.exp (default_gdb_start): Start debugging.
8592 (gdb_debug_enabled): New procedure.
8593 (gdb_debug_init): Likewise.
8594
8595 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8596
8597 * Makefile.in: Pass through GDB_DEBUG.
8598 * README (Testsuite Parameters): Add GDB_DEBUG.
8599 (gdb,debug): Add board setting.
8600 * lib/gdb.exp (default_gdb_start): Start debugging.
8601 (gdb_debug_enabled): New procedure.
8602 (gdb_debug_init): Likewise.
8603
8604 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8605
8606 * gdb.base/ui-redirect.exp: Add debug redirect tests.
8607
8608 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8609
8610 * gdb.base/ui-redirect.exp: Test redirection.
8611
8612 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
8613
8614 * gdb.mi/mi-complete.exp: New file.
8615 * gdb.mi/mi-complete.cc: Likewise.
8616
8617 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
8618
8619 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
8620 indexed and sliced arrays, and pointers to arrays.
8621
8622 2019-05-14 Tom Tromey <tromey@adacore.com>
8623
8624 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
8625 styling test.
8626
8627 2019-05-14 Tom de Vries <tdevries@suse.de>
8628
8629 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
8630 selection entry encoding.
8631
8632 2019-05-10 Tom Tromey <tromey@adacore.com>
8633
8634 * gdb.ada/info_exc.exp: Add "complete" test.
8635
8636 2019-05-09 Tom de Vries <tdevries@suse.de>
8637
8638 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
8639 CU-relative.
8640
8641 2019-05-09 Tom de Vries <tdevries@suse.de>
8642
8643 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
8644 CU-relative.
8645
8646 2019-05-08 Joel Brobecker <brobecker@adacore.com>
8647
8648 * gdb.ada/frame_arg_lang.exp: New testcase.
8649 * gdb.ada/frame_arg_lang/bla.adb: New file.
8650 * gdb.ada/frame_arg_lang/pck.ads: New file.
8651 * gdb.ada/frame_arg_lang/pck.adb: New file.
8652 * gdb.ada/frame_arg_lang/foo.c: New file.
8653
8654 2019-05-08 Tom Tromey <tromey@adacore.com>
8655
8656 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
8657
8658 2019-05-08 Tom Tromey <tromey@adacore.com>
8659
8660 * gdb.base/ptype-offsets.exp: Update tests.
8661
8662 2019-05-08 Tom Tromey <tromey@adacore.com>
8663
8664 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
8665 cases.
8666 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
8667 "short".
8668
8669 2019-05-08 Tom Tromey <tromey@adacore.com>
8670
8671 * gdb.ada/vla.exp: New file.
8672 * gdb.ada/vla/vla.adb: New file.
8673
8674 2019-05-07 Tom de Vries <tdevries@suse.de>
8675
8676 * gdb.base/index-cache.exp (ls_host): Fix return statement.
8677
8678 2019-05-07 Tom de Vries <tdevries@suse.de>
8679
8680 PR testsuite/24522
8681 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
8682 section.
8683
8684 2019-05-07 Tom de Vries <tdevries@suse.de>
8685
8686 PR testsuite/24522
8687 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
8688 .debug_aranges section.
8689
8690 2019-05-07 Tom de Vries <tdevries@suse.de>
8691
8692 PR testsuite/24159
8693 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
8694
8695 2019-05-06 Tom de Vries <tdevries@suse.de>
8696
8697 * lib/gdb.exp (exec_has_index_section): New proc.
8698 * gdb.base/index-cache.exp: Handle case that binfile contains an index
8699 section.
8700
8701 2019-05-04 Tom de Vries <tdevries@suse.de>
8702
8703 * boards/cc-with-debug-names.exp: New file.
8704
8705 2019-05-03 Tom Tromey <tromey@adacore.com>
8706
8707 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
8708 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
8709 * gdb.ada/char_enum.exp: Add test.
8710
8711 2019-05-03 Tom de Vries <tdevries@suse.de>
8712
8713 * boards/cc-with-gdb-index.exp: New file.
8714
8715 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
8716
8717 * gdb.rust/simple.exp: Add new test case.
8718 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
8719 (main): Initialise an instance of the new struct.
8720
8721 2019-05-01 Tom Tromey <tromey@adacore.com>
8722
8723 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
8724 record.
8725 (NPR): New variable.
8726 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
8727 test.
8728
8729 2019-05-01 Tom Tromey <tromey@adacore.com>
8730
8731 * gdb.ada/packed_array_assign.exp: Add packed assignment
8732 regression test.
8733
8734 2019-05-01 Tom de Vries <tdevries@suse.de>
8735
8736 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
8737
8738 2019-05-01 Tom de Vries <tdevries@suse.de>
8739
8740 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
8741
8742 2019-04-30 Ali Tamur <tamur@google.com>
8743
8744 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
8745
8746 2019-04-30 Tom Tromey <tromey@adacore.com>
8747
8748 * lib/ada.exp (find_ada_tool): New proc.
8749 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
8750 * gdb.ada/catch_ex_std.exp: New file.
8751 * gdb.ada/catch_ex_std/foo.adb: New file.
8752 * gdb.ada/catch_ex_std/some_package.adb: New file.
8753 * gdb.ada/catch_ex_std/some_package.ads: New file.
8754
8755 2019-04-30 Tom Tromey <tromey@adacore.com>
8756
8757 PR c++/24470:
8758 * gdb.cp/temargs.cc: Add test code from PR.
8759
8760 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8761
8762 * gdb.fortran/vla-datatypes.exp: Update expected results.
8763 * gdb.fortran/vla-ptype.exp: Likewise.
8764 * gdb.fortran/vla-type.exp: Likewise.
8765 * gdb.fortran/vla-value.exp: Likewise.
8766
8767 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8768
8769 * gdb.fortran/ptr-indentation.exp: Update expected results.
8770 * gdb.fortran/ptype-on-functions.exp: Likewise.
8771 * gdb.fortran/vla-ptr-info.exp: Likewise.
8772 * gdb.fortran/vla-value.exp: Likewise.
8773
8774 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8775
8776 * gdb.fortran/ptype-on-functions.exp: New file.
8777 * gdb.fortran/ptype-on-functions.f90: New file.
8778
8779 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8780
8781 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
8782 case void string.
8783
8784 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8785
8786 * gdb.fortran/complex.exp: Expand.
8787 * gdb.fortran/complex.f: Renamed to...
8788 * gdb.fortran/complex.f90: ...this, and extended to add more
8789 complex values.
8790
8791 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8792
8793 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
8794 MODULO, CMPLX.
8795
8796 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
8797 Richard Bunt <richard.bunt@arm.com>
8798
8799 * gdb.base/max-depth.c: New file.
8800 * gdb.base/max-depth.exp: New file.
8801 * gdb.python/py-nested-maps.c: New file.
8802 * gdb.python/py-nested-maps.exp: New file.
8803 * gdb.python/py-nested-maps.py: New file.
8804 * gdb.python/py-format-string.exp (test_max_depth): New proc.
8805 (test_all_common): Call test_max_depth.
8806 * gdb.fortran/max-depth.exp: New file.
8807 * gdb.fortran/max-depth.f90: New file.
8808 * gdb.go/max-depth.exp: New file.
8809 * gdb.go/max-depth.go: New file.
8810 * gdb.modula2/max-depth.exp: New file.
8811 * gdb.modula2/max-depth.c: New file.
8812 * lib/gdb.exp (get_print_expr_at_depths): New proc.
8813
8814 2019-04-29 Tom de Vries <tdevries@suse.de>
8815
8816 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
8817
8818 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8819
8820 * gdb.base/callexit.exp: Test may-call-functions off.
8821
8822 2019-04-25 Keith Seitz <keiths@redhat.com>
8823
8824 PR c++/24367
8825 * gdb.cp/meth-typedefs.cc (incomplete_struct)
8826 (another_incomplete_struct, test_incomplete): New definitions.
8827 (main): Use new definitions.
8828 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
8829 functions.
8830
8831 2019-04-25 Ali Tamur <tamur@google.com>
8832
8833 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
8834
8835 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
8836
8837 PR corefiles/11608
8838 PR corefiles/18187
8839 * gdb.base/coredump-filter-build-id.exp: New file.
8840
8841 2019-04-25 Alan Hayward <alan.hayward@arm.com>
8842
8843 * Makefile.in: Pass through GDBSERVER_DEBUG.
8844 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
8845 (gdbserver,debug): Add board setting.
8846 * gdb.trace/tspeed.exp: Skip when debugging.
8847 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
8848 * lib/gdbserver-support.exp: Likewise
8849
8850 2019-04-24 Tom Tromey <tromey@adacore.com>
8851
8852 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
8853 Rust.
8854
8855 2019-04-24 Tom Tromey <tromey@adacore.com>
8856
8857 * gdb.arch/amd64-eval.exp: Test bitfield return.
8858 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
8859 (class Foo) <return_bitfields>: New method.
8860 (main): Call it.
8861
8862 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8863
8864 * gdb.cp/many-args.cc: New file.
8865 * gdb.cp/many-args.exp: New file.
8866
8867 2019-04-23 Tom de Vries <tdevries@suse.de>
8868
8869 PR gdb/24433
8870 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
8871
8872 2019-04-23 Alan Hayward <alan.hayward@arm.com>
8873
8874 * gdb.trace/backtrace.exp: Use nopie flag.
8875 * gdb.trace/circ.exp: Likewise.
8876 * gdb.trace/collection.exp: Likewise.
8877 * gdb.trace/ftrace.exp: Likewise.
8878 * gdb.trace/mi-trace-unavailable.exp: Likewise.
8879 * gdb.trace/mi-traceframe-changed.exp: Likewise.
8880 * gdb.trace/qtro.exp: Likewise.
8881 * gdb.trace/read-memory.exp: Likewise.
8882 * gdb.trace/report.exp: Likewise.
8883 * gdb.trace/tfile.exp: Likewise.
8884 * gdb.trace/tfind.exp: Likewise.
8885 * gdb.trace/unavailable.exp: Likewise.
8886
8887 2019-04-22 Pedro Alves <palves@redhat.com>
8888
8889 * gdb.base/solib-probes-nosharedlibrary.c,
8890 gdb.base/solib-probes-nosharedlibrary.exp: New files.
8891
8892 2019-04-19 Tom Tromey <tromey@adacore.com>
8893
8894 * gdb.ada/ptype_union.c: New file.
8895 * gdb.ada/ptype_union.exp: New file.
8896
8897 2019-04-19 Tom Tromey <tromey@adacore.com>
8898
8899 PR symtab/24423:
8900 * gdb.base/list0.h (foo): Add a control-l character.
8901
8902 2019-04-18 Tom de Vries <tdevries@suse.de>
8903
8904 PR gdb/24433
8905 * boards/local-board.exp: Set sysroot to "".
8906
8907 2019-04-18 Tom de Vries <tdevries@suse.de>
8908 Pedro Alves <palves@redhat.com>
8909
8910 PR gdb/24454
8911 * gdb.threads/vfork-follow-child-exec.c: New file.
8912 * gdb.threads/vfork-follow-child-exec.exp: New file.
8913 * gdb.threads/vfork-follow-child-exit.c: New file.
8914 * gdb.threads/vfork-follow-child-exit.exp: New file.
8915
8916 2019-04-15 Leszek Swirski <leszeks@google.com>
8917
8918 * gdb.arch/amd64-eval.cc: New file.
8919 * gdb.arch/amd64-eval.exp: New file.
8920
8921 2019-04-11 Alan Hayward <alan.hayward@arm.com>
8922
8923 * gdb.server/sysroot.c: New test.
8924 * gdb.server/sysroot.exp: New file.
8925 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
8926 matching param.
8927
8928 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
8929
8930 * gdb.base/align.exp: Extend test to cover structures containing
8931 only static fields.
8932
8933 2019-04-11 Tom de Vries <tdevries@suse.de>
8934
8935 * boards/cc-with-dwz-m.exp: New file.
8936 * boards/cc-with-dwz.exp: New file.
8937 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
8938
8939 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
8940
8941 * gdb.base/start-cpp.exp: New file.
8942 * gdb.base/start-cpp.cc: New file.
8943
8944 2019-04-08 Kevin Buettner <kevinb@redhat.com>
8945
8946 * gdb.python/py-thrhandle.exp: Adjust tests to call
8947 thread_from_handle instead of thread_from_thread_handle.
8948
8949 2019-04-08 Kevin Buettner <kevinb@redhat.com>
8950
8951 * gdb.python/py-thrhandle.exp: Add tests for
8952 gdb.InferiorThread.handle.
8953
8954 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
8955
8956 * gdb.python/py-function.exp: Check calling helper function from
8957 all languages.
8958 * lib/gdb.exp (gdb_supported_languages): New proc.
8959
8960 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
8961
8962 * gdb.base/complex-parts.c: New file.
8963 * gdb.base/complex-parts.exp: New file.
8964
8965 2019-04-01 Tom Tromey <tromey@adacore.com>
8966
8967 PR symtab/23331:
8968 * gdb.dwarf2/dw2-ranges-main.c: New file.
8969 * gdb.dwarf2/dw2-ranges-psym.c: New file.
8970 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
8971
8972 2019-03-30 Simon Marchi <simark@simark.ca>
8973
8974 * gdb.base/default.exp: Add values for $_gdb_major and
8975 $_gdb_minor.
8976
8977 2019-03-29 Tom Tromey <tromey@adacore.com>
8978
8979 * gdb.base/help.exp: Tighten apropos regexp.
8980
8981 2019-03-29 Keith Seitz <keiths@redhat.com>
8982
8983 * gdb.fortran/array-bounds.exp: New file.
8984 * gdb.fortran/array-bounds.f90: New file.
8985
8986 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8987
8988 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
8989
8990 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8991
8992 * gdb.multi/hello.c (main): Increase alarm timer.
8993
8994 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
8995
8996 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
8997 factor when no hardware watchpoint support.
8998
8999 2019-03-28 Alan Hayward <alan.hayward@arm.com>
9000 Pedro Alves <palves@redhat.com>
9001
9002 * boards/local-board.exp: set sysroot to /.
9003
9004 2019-03-27 Alan Hayward <alan.hayward@arm.com>
9005
9006 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
9007 in child.
9008
9009 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
9010
9011 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
9012 field.
9013 (make_container): Initialise new field.
9014 * gdb.python/py-prettyprint.exp: Add new tests.
9015 * gdb.python/py-prettyprint.py (class ContainerPrinter)
9016 <display_hint>: New method.
9017
9018 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
9019
9020 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
9021 gdb_continue_to_breakpoint more throughout this test.
9022 (run_lang_tests) Supply unique test names, and use
9023 gdb_test_no_output.
9024
9025 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
9026
9027 * gdb.base/finish-pretty.exp: Update expected results.
9028 * gdb.base/pretty-print.c: New file.
9029 * gdb.base/pretty-print.exp: New file.
9030
9031 2019-03-25 Pedro Alves <palves@redhat.com>
9032
9033 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
9034 move comments outside list. Append '-i "" eof' section.
9035
9036 2019-03-22 Alan Hayward <alan.hayward@arm.com>
9037
9038 PR testsuite/25016
9039 * README: Add pie options.
9040 * gdb.base/break-interp.exp: Ensure pie is disabled.
9041 * gdb.base/dump.exp: Likewise.
9042 * lib/gdb.exp (gdb_compile): Add pie option.
9043
9044 2019-03-19 Tom Tromey <tromey@adacore.com>
9045
9046 * gdb.mi/mi2-cli-display.c: New file.
9047 * gdb.mi/mi2-cli-display.exp: New file.
9048
9049 2019-03-18 Joel Brobecker <brobecker@adacore.com>
9050 Tom Tromey <tromey@adacore.com>
9051
9052 * gdb.ada/ptype_array/pck.adb: New file.
9053 * gdb.ada/ptype_array/pck.ads: New file.
9054 * gdb.ada/ptype_array/foo.adb: New file.
9055 * gdb.ada/ptype_array.exp: New file.
9056
9057 2019-03-14 Tom Tromey <tromey@adacore.com>
9058
9059 * gdb.base/style.exp: Add "set style sources" test.
9060
9061 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
9062
9063 * mi-breakpoint-location-ena-dis.exp: Rename to ...
9064 * mi-breakpoint-multiple-locations.exp: ... this.
9065 (make_breakpoints_pattern): New proc.
9066 (do_test): Add mi_version parameter, test -break-insert,
9067 -break-info and =breakpoint-created.
9068
9069 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
9070
9071 * config/default.exp: Remove 'load_lib gdb.exp'.
9072 * config/monitor.exp: Likewise.
9073 * config/sid.exp: Likewise.
9074 * config/sim.exp: Likewise.
9075 * config/slite.exp: Likewise.
9076 * config/unix.exp: Likewise.
9077 * gdb.base/default.exp: Remove unhelpful comment.
9078
9079 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9080
9081 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
9082
9083 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9084
9085 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
9086
9087 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9088
9089 * gdb.fortran/type-kinds.exp: Update expected results.
9090
9091 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9092
9093 * gdb.fortran/type-kinds.exp: Test new integer type kind.
9094
9095 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9096
9097 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
9098 function.
9099 (test_basic_parsing_of_type_kinds): Expand types tested.
9100 (test_parsing_invalid_type_kinds): New function.
9101
9102 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9103
9104 * gdb.fortran/intrinsics.exp: New file.
9105 * gdb.fortran/intrinsics.f90: New file.
9106 * gdb.fortran/type-kinds.exp: New file.
9107
9108 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9109
9110 * gdb.fortran/dot-ops.exp: New file.
9111
9112 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9113
9114 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
9115 Check upper and lower case logical literals.
9116
9117 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9118
9119 * gdb.fortran/types.exp (test_float_literal_types_accepted):
9120 Remove duplicate tests.
9121
9122 2019-03-06 Alan Hayward <alan.hayward@arm.com>
9123
9124 * lib/gdb.exp (builtin_cd): rename of cd.
9125 (cd): Override builtin.
9126
9127 2019-03-06 Richard Bunt <richard.bunt@arm.com>
9128
9129 * gdb.fortran/function-calls.exp: New file.
9130 * gdb.fortran/function-calls.f90: New test.
9131
9132 2019-03-04 Richard Bunt <richard.bunt@arm.com>
9133
9134 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
9135 on user program standard output.
9136 * gdb.fortran/short-circuit-argument-list.f90: Record function
9137 calls.
9138
9139 2019-02-28 Alan Hayward <alan.hayward@arm.com>
9140
9141 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
9142 failure.
9143
9144 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9145
9146 PR gdb/8527
9147 * gdb.base/interrupt-daemon-attach.c,
9148 gdb.base/interrupt-daemon-attach.exp: New test.
9149
9150 2019-02-27 Pedro Alves <palves@redhat.com>
9151
9152 * gdb.base/page.exp: Add tests for "set width/height -1".
9153
9154 2019-02-27 Pedro Alves <palves@redhat.com>
9155
9156 * gdb.base/page.exp: Add tests for "set/show width/height" with
9157 "infinite" values.
9158
9159 2019-02-27 Tom Tromey <tromey@adacore.com>
9160
9161 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
9162 2.4.
9163 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
9164 workaround.
9165
9166 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
9167
9168 * gdb.base/align.exp: Extend to compile in both C and C++, and add
9169 tests for structs with static members.
9170
9171 2019-02-26 Tom Tromey <tromey@adacore.com>
9172
9173 * gdb.python/py-value.exp (test_value_from_buffer): Check for
9174 ValueError, not TypeError.
9175
9176 2019-02-26 Kevin Buettner <kevinb@redhat.com>
9177
9178 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
9179 call from main program.
9180
9181 2019-02-23 Joel Brobecker <brobecker@adacore.com>
9182
9183 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
9184 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
9185 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
9186 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
9187 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
9188
9189 2019-02-22 Keith Seitz <keiths@redhat.com>
9190
9191 PR symtab/23853
9192 * gdb.base/symlink-sourcefile.c: New file.
9193 * gdb.base/symlink-sourcefile.exp: New file.
9194
9195 2019-02-20 Tom Tromey <tom@tromey.com>
9196
9197 * gdb.base/info_qt.exp: Update.
9198
9199 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
9200
9201 * gdb.base/source.exp: Move "error in sourced script" code to
9202 the end.
9203 * gdb.base/source-error.gdb: Move contents to
9204 source-error-1.gdb. Add new code to source source-error-1.gdb.
9205 * gdb.base/source-error-1.gdb: New file, from previous
9206 source-error.gdb.
9207
9208 2019-02-17 Tom Tromey <tom@tromey.com>
9209
9210 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
9211 for macro styling.
9212 * gdb.base/style.c (SOME_MACRO): New macro.
9213
9214 2019-02-17 Tom Tromey <tom@tromey.com>
9215
9216 * gdb.base/style.exp: Add line-wrapping tests.
9217 * gdb.base/page.exp: Add test for quitting during pagination.
9218
9219 2019-02-17 Joel Brobecker <brobecker@adacore.com>
9220
9221 * gdb.ada/big_packed_array: New testcase.
9222 * gdb.ada/homonym.exp: Fix incorrect expected output for
9223 "break <homonym__get_value>" test.
9224
9225 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
9226
9227 PR breakpoints/21870
9228 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
9229 and prepare_for_testing. Add comment.
9230 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
9231 redundant cleanup call. Clean up comment.
9232
9233 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
9234
9235 PR breakpoints/21870
9236 * gdb.arch/aarch64-dbreg-contents.exp: New file.
9237 * gdb.arch/aarch64-dbreg-contents.c: New file.
9238
9239 2019-02-10 Joel Brobecker <brobecker@adacore.com>
9240
9241 * gdb.ada/mi_ref_changeable: New testcase.
9242
9243 2019-02-07 Alan Hayward <alan.hayward@arm.com>
9244
9245 * gdb.base/attach.exp: Add double attach test.
9246
9247 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
9248
9249 * lib/gdb.exp (default_gdb_start): Don't match pagination
9250 prompt.
9251 (gdb_init): Set stty_init.
9252
9253 2019-01-27 Tom Tromey <tom@tromey.com>
9254
9255 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
9256 skip_python_tests.
9257
9258 2019-01-24 Alan Hayward <alan.hayward@arm.com>
9259
9260 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
9261 New structure.
9262 (struct struct_static_02_02): Likewise.
9263 (struct struct_static_02_03): Likewise.
9264 (struct struct_static_02_04): Likewise.
9265 (struct struct_static_04_01): Likewise.
9266 (struct struct_static_04_02): Likewise.
9267 (struct struct_static_04_03): Likewise.
9268 (struct struct_static_04_04): Likewise.
9269 (struct struct_static_06_01): Likewise.
9270 (struct struct_static_06_02): Likewise.
9271 (struct struct_static_06_03): Likewise.
9272 (struct struct_static_06_04): Likewise.
9273 (cmp_struct_static_02_01): Likewise.
9274 (cmp_struct_static_02_02): Likewise.
9275 (cmp_struct_static_02_03): Likewise.
9276 (cmp_struct_static_02_04): Likewise.
9277 (cmp_struct_static_04_01): Likewise.
9278 (cmp_struct_static_04_02): Likewise.
9279 (cmp_struct_static_04_03): Likewise.
9280 (cmp_struct_static_04_04): Likewise.
9281 (cmp_struct_static_06_01): Likewise.
9282 (cmp_struct_static_06_02): Likewise.
9283 (cmp_struct_static_06_03): Likewise.
9284 (cmp_struct_static_06_04): Likewise.
9285 (call_all): Test new structs.
9286 * gdb.base/infcall-nested-structs.exp: Likewise.
9287
9288 2019-01-21 Alan Hayward <alan.hayward@arm.com>
9289 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
9290
9291 2019-01-21 Alan Hayward <alan.hayward@arm.com>
9292 * gdb.base/stack-protector.c: New test.
9293 * gdb.base/stack-protector.exp: New file.
9294 * gdb.cp/ovldbreak.exp: Only allow a single break line.
9295 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
9296 option.
9297 (gdb_compile): Remove stack protector for GCC and prevent
9298 recursion.
9299
9300 2019-01-16 Keith Seitz <keiths@redhat.com>
9301
9302 PR gdb/23773
9303 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
9304
9305 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9306
9307 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
9308 aliases.
9309 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
9310 tests.
9311 * gdb.arch/powerpc-vector-regs.c: New file.
9312 * gdb.arch/powerpc-vector-regs.exp: New file.
9313
9314 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9315
9316 * gdb.arch/altivec-regs.exp: Fix the list passed to
9317 gdb_expect_list when testing "info vector".
9318
9319 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
9320
9321 * gdb.base/style.exp: Don't include path in testname.
9322
9323 2019-01-10 Keith Seitz <keiths@redhat.com>
9324
9325 PR gdb/23712
9326 PR symtab/23010
9327 * gdb.dwarf2/multidictionary.exp: New file.
9328
9329 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
9330
9331 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
9332 (test_gnuv3_style_demangling): ... this.
9333 (test_lucid_style_demangling): Remove.
9334 (test_arm_style_demangling): Remove.
9335 (test_hp_style_demangling): Remove.
9336 (do_tests): Remove calls to the above.
9337
9338 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
9339
9340 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
9341 case.
9342
9343 2019-01-06 Tom Tromey <tom@tromey.com>
9344
9345 PR gdb/28155:
9346 * gdb.dwarf2/typedef-void-finish.exp: New file.
9347
9348 2018-12-28 Tom Tromey <tom@tromey.com>
9349 Simon Marchi <simark@simark.ca>
9350
9351 * gdb.base/jit-exec.exp: New file.
9352 * gdb.base/jit-exec.c: New file.
9353 * gdb.base/jit-execd.c: New file.
9354
9355 2018-12-28 Tom Tromey <tom@tromey.com>
9356
9357 * gdb.base/style.exp: Update test to check for address styling.
9358
9359 2018-12-28 Tom Tromey <tom@tromey.com>
9360
9361 * gdb.base/style.exp: Add test for styling of "Reading symbols"
9362 message.
9363
9364 2018-12-28 Tom Tromey <tom@tromey.com>
9365
9366 * gdb.base/style.exp: Add test for version number styling.
9367
9368 2018-12-28 Tom Tromey <tom@tromey.com>
9369
9370 * gdb.base/style.exp: Add test for print_address_symbolic.
9371
9372 2018-12-28 Tom Tromey <tom@tromey.com>
9373
9374 * gdb.base/style.exp: Add test for breakpoint setting.
9375
9376 2018-12-28 Tom Tromey <tom@tromey.com>
9377
9378 * gdb.base/style.exp: Add test for variable names.
9379
9380 2018-12-28 Tom Tromey <tom@tromey.com>
9381
9382 * gdb.base/style.exp: New file.
9383 * gdb.base/style.c: New file.
9384
9385 2018-12-28 Tom Tromey <tom@tromey.com>
9386
9387 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
9388 "dumb".
9389 * gdb.base/readline.exp (operate_and_get_next): Save and restore
9390 the TERM environment variable.
9391
9392 2018-12-27 Tom Tromey <tom@tromey.com>
9393
9394 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
9395 pagination test.
9396
9397 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
9398
9399 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
9400 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
9401
9402 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9403
9404 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
9405 Filename a.adb changed to bp_fun_addr.adb.
9406 gdb.ada/bp_fun_addr.exp: Update test accordingly.
9407
9408 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
9409
9410 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
9411 non-PIE executables.
9412 * README: Mention the gdb,nopie_flag board setting.
9413 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
9414 non-PIE executable.
9415 * gdb.arch/amd64-entry-value.exp: Likewise.
9416 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
9417 * gdb.arch/i386-float.exp: Likewise.
9418 * gdb.arch/i386-signal.exp: Likewise.
9419 * gdb.mi/mi-reg-undefined.exp: Likewise.
9420
9421 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
9422
9423 PR gdb/23974
9424 * gdb.base/info-os.exp: Check return for unknown "info os" type.
9425
9426 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9427
9428 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
9429 Update order of results accordingly.
9430
9431 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
9432
9433 * gdb.base/annota1.exp: Update a test regexp.
9434
9435 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9436
9437 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
9438
9439 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9440
9441 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
9442 (reuse_time): Initialize to REUSE_TIME_CAP.
9443 (check_rc): New function.
9444 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
9445 Check pthread_create rc.
9446 (spawner_thread_func): Check pthread_create and pthread_join rc.
9447
9448 2018-12-08 Pedro Alves <palves@redhat.com>
9449
9450 * gdb.base/list.exp (test_forward_search): Rename to ...
9451 (test_forward_reverse_search): ... this. Also test reverse-search
9452 and the forward-search alias.
9453
9454 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
9455
9456 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
9457 local timeout variable before return, and remove all local timeout
9458 variable entirely.
9459 (gdb_load): Likewise.
9460
9461 2018-12-01 Tom de Vries <tdevries@suse.de>
9462
9463 * gdb.base/gdb-caching-proc.exp: New file.
9464
9465 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
9466
9467 * Makefile.in (TIMESTAMP): New variable.
9468 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
9469 command.
9470 (check-single-racy): Likewise.
9471 (check/%.exp): Likewise.
9472 (check-racy/%.exp): Likewise.
9473 (workers/%.worker): Likewise.
9474 (build-perf): Likewise.
9475 (check-perf): Likewise.
9476 * README: Describe new "TS" and "TS_FORMAT" variables.
9477 * print-ts.py: New file.
9478
9479 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
9480
9481 PR python/23714
9482 * gdb.python/python.exp: Test command repetition after
9483 gdb.execute.
9484
9485 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
9486
9487 * gdb.opt/inline-break.exp: Add test that info breakpoint output
9488 is correctly aligned.
9489
9490 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9491
9492 * gdb.ada/info_auto_lang.exp: New testcase.
9493 * gdb.ada/info_auto_lang/global_pack.ads: New file.
9494 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
9495 * gdb.ada/info_auto_lang/some_c.c: New file.
9496
9497 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9498
9499 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
9500 FUNC_lang language syntax.
9501
9502 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9503
9504 * gdb.base/info_minsym.c: New file.
9505 * gdb.base/info_minsym.exp: New file.
9506
9507 2018-11-19 Tom Tromey <tom@tromey.com>
9508
9509 PR rust/23625:
9510 * gdb.rust/simple.exp: Add ptype test. Update expected output.
9511 * gdb.rust/expr.exp: Update expected output. Change one test.
9512
9513 2018-11-19 Tom Tromey <tom@tromey.com>
9514
9515 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
9516
9517 2018-11-19 Pedro Alves <palves@redhat.com>
9518
9519 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
9520 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
9521 see the expected warning.
9522
9523 2018-11-16 Alan Hayward <alan.hayward@arm.com>
9524
9525 PR gdb/22736:
9526 * gdb.cp/infcall-nodebug-lib.c: New test.
9527 * gdb.cp/infcall-nodebug-main.c: New test.
9528 * gdb.cp/infcall-nodebug.exp: New file.
9529
9530 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
9531
9532 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
9533 completer tests.
9534
9535 2018-11-09 Tom de Vries <tdevries@suse.de>
9536
9537 * gdb.base/msym-lang.c: New test.
9538 * gdb.base/msym-lang.exp: New file.
9539 * gdb.base/msym-lang-main.c: New test.
9540
9541 2018-11-08 Tom Tromey <tom@tromey.com>
9542
9543 PR gdb/23555:
9544 PR gdb/23838:
9545 * gdb.base/warning.exp: New file.
9546
9547 2018-11-08 Jan Beulich <jbeulich@suse.com>
9548
9549 * testsuite/gdb.arch/i386-avx512.c,
9550 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
9551
9552 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
9553
9554 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
9555 point hardware.
9556
9557 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
9558
9559 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
9560 * gdb.dwarf2/missing-type-name.exp: New file.
9561
9562 2018-11-06 Tom de Vries <tdevries@suse.de>
9563
9564 * gdb.base/many-headers.c: New test.
9565 * gdb.base/many-headers.exp: New file.
9566
9567 2018-11-06 Jim Wilson <jimw@sifive.com>
9568
9569 * gdb.base/code_elim.exp: For riscv, set additional_flags
9570 to include -msmall-data-limit=0.
9571
9572 2018-11-01 Joel Brobecker <brobecker@adacore.com>
9573
9574 * gdb.ada/watch_minus_l: New testcase.
9575
9576 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
9577
9578 * gdb.arch/aix-sighandle.c: New file.
9579 * gdb.arch/aix-sighandle.exp: New file.
9580
9581 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
9582
9583 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
9584 registers being unions.
9585
9586 2018-10-31 Tom de Vries <tdevries@suse.de>
9587
9588 * lib/valgrind.exp: New file.
9589 (vgdb_start, vgdb_stop): New procs, factored out of ...
9590 * gdb.base/valgrind-bt.exp: ... here, ...
9591 * gdb.base/valgrind-disp-step.exp: ... here and ...
9592 * gdb.base/valgrind-infcall.exp: ... here.
9593
9594 2018-10-31 Tom de Vries <tdevries@suse.de>
9595
9596 * lib/gdb.exp (get_valueof): Don't output read value in test name.
9597
9598 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
9599
9600 * gdb.dwarf2/void-type.c: New file.
9601 * gdb.dwarf2/void-type.exp: New file.
9602
9603 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9604
9605 * gdb.base/info_qt.c: New file.
9606 * gdb.base/info_qt.exp: New file.
9607
9608 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9609
9610 * gdb.arch/powerpc-htm-regs.c: New file.
9611 * gdb.arch/powerpc-htm-regs.exp: New file.
9612
9613 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9614
9615 * gdb.arch/powerpc-tar.c: New file.
9616 * gdb.arch/powerpc-tar.exp: New file.
9617
9618 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9619
9620 * gdb.arch/powerpc-ppr-dscr.c: New file.
9621 * gdb.arch/powerpc-ppr-dscr.exp: New file.
9622
9623 2018-10-25 Tom de Vries <tdevries@suse.de>
9624
9625 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
9626
9627 2018-10-24 Tom de Vries <tdevries@suse.de>
9628
9629 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
9630 longer exists error.
9631
9632 2018-10-24 Tom de Vries <tdevries@suse.de>
9633
9634 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
9635
9636 2018-10-24 Tom de Vries <tdevries@suse.de>
9637
9638 * gdb.base/valgrind-db-attach.exp: Handle removed support for
9639 --db-attach in valgrind.
9640
9641 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
9642
9643 * gdb.arch/riscv-reg-aliases.c: New file.
9644 * gdb.arch/riscv-reg-aliases.exp: New file.
9645
9646 2018-10-19 Alan Hayward <alan.hayward@arm.com>
9647
9648 * gdb.python/py-cmd.exp: Check for gdb_prompt.
9649
9650 2018-10-19 Alan Hayward <alan.hayward@arm.com>
9651
9652 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
9653
9654 2018-10-19 Alan Hayward <alan.hayward@arm.com>
9655
9656 * gdb.cp/ovldbreak.exp: Fix regexps.
9657
9658 2018-10-19 Alan Hayward <alan.hayward@arm.com>
9659
9660 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
9661
9662 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
9663
9664 PR cli/23785
9665 * gdb.base/restore.exp: New test to check if "restore" with an
9666 invalid file doesn't segfault.
9667
9668 2018-10-18 Tom de Vries <tdevries@suse.de>
9669
9670 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
9671 * gdb.ada/excep_handle.exp: Same.
9672 * gdb.ada/mi_string_access.exp: Same.
9673 * gdb.ada/mi_var_union.exp: Same.
9674 * gdb.arch/arc-analyze-prologue.exp: Same.
9675 * gdb.arch/arc-decode-insn.exp: Same.
9676 * gdb.base/readnever.exp: Same.
9677 * gdb.fortran/printing-types.exp: Same.
9678 * gdb.guile/scm-lazy-string.exp: Same.
9679
9680 2018-10-16 Tom de Vries <tdevries@suse.de>
9681
9682 PR gdb/23730
9683 * gdb.base/catch-follow-exec.c: Add copyright notice.
9684 * gdb.base/catch-follow-exec.exp: Rewrite to use
9685 gdb_spawn_with_cmdline_opts. Require gdb-native.
9686
9687 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
9688
9689 * gdb.trace/actions-changed.exp: Check for arch support.
9690 * gdb.trace/actions.exp: Likewise.
9691 * gdb.trace/ax.exp: Likewise.
9692 * gdb.trace/backtrace.exp: Likewise.
9693 * gdb.trace/change-loc.exp: Likewise.
9694 * gdb.trace/deltrace.exp: Likewise.
9695 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
9696 * gdb.trace/ftrace.exp: Likewise.
9697 * gdb.trace/infotrace.exp: Check for arch support.
9698 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
9699 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
9700 * gdb.trace/mi-tsv-changed.exp: Likewise.
9701 * gdb.trace/packetlen.exp: Likewise.
9702 * gdb.trace/passc-dyn.exp: Likewise.
9703 * gdb.trace/passcount.exp: Likewise.
9704 * gdb.trace/pending.exp: Likewise.
9705 * gdb.trace/range-stepping.exp: Check for shlib support.
9706 * gdb.trace/report.exp: Check for arch support.
9707 * gdb.trace/save-trace.exp: Likewise.
9708 * gdb.trace/signal.exp: Check for signal support.
9709 * gdb.trace/tfind.exp: Check for arch support.
9710 * gdb.trace/trace-break.exp: Check for arch and shlib support.
9711 * gdb.trace/trace-common.h: Add comment.
9712 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
9713 * gdb.trace/trace-enable-disable.exp: Likewise.
9714 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
9715 * gdb.trace/tracecmd.exp: Check for arch support.
9716 * gdb.trace/tspeed.exp: Check for shlib and target support.
9717 * gdb.trace/tstatus.exp: Check for arch support.
9718 * gdb.trace/tsv.exp: Likewise.
9719 * gdb.trace/while-dyn.exp: Likewise.
9720 * gdb.trace/while-stepping.exp: Likewise.
9721 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
9722
9723 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
9724
9725 * gdb.trace/tspeed.exp: Remove nowarnings.
9726 (prepare_for_trace_test): Declare "global ipalib".
9727 * gdb.trace/tspeed.c: Include unistd.h.
9728 (main): Remove superfluous printf argument.
9729
9730 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
9731
9732 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
9733 directory prefix on the filename.
9734
9735 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
9736
9737 * gdb.gdb/unittest.exp: Update expected message informing that
9738 selftests have been disabled.
9739 * gdb.server/unittest.exp: Likewise.
9740
9741 2018-10-09 Tom de Vries <tdevries@suse.de>
9742
9743 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
9744 with runto_main.
9745
9746 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
9747
9748 PR c++/16841
9749 * gdb.cp/virtbase2.cc: New file.
9750 * gdb.cp/virtbase2.exp: New file.
9751
9752 2018-10-06 Tom Tromey <tom@tromey.com>
9753
9754 PR python/19399:
9755 * gdb.python/py-inferior.exp: Add architecture test.
9756
9757 2018-10-06 Tom Tromey <tom@tromey.com>
9758
9759 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
9760 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
9761
9762 2018-10-06 Tom Tromey <tom@tromey.com>
9763
9764 * gdb.python/py-breakpoint.exp (check_last_event): Check location
9765 of a "throw" catchpoint.
9766
9767 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
9768
9769 * gdb.base/info-proc.exp: Update string expected from "help info
9770 proc".
9771
9772 2018-10-04 Tom Tromey <tom@tromey.com>
9773
9774 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
9775 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
9776 (test_initial_complaints, test_empty_complaints): Update.
9777 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
9778
9779 2018-10-04 Tom Tromey <tom@tromey.com>
9780
9781 PR cli/19551:
9782 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
9783 * lib/gdb.exp (gdb_file_cmd): Update.
9784 * gdb.stabs/weird.exp (print_weird_var): Update.
9785 * gdb.server/solib-list.exp: Update.
9786 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
9787 * gdb.mi/mi-cli.exp: Update.
9788 * gdb.linespec/linespec.exp: Update.
9789 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
9790 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
9791 * gdb.cp/cp-relocate.exp: Update.
9792 * gdb.base/sym-file.exp: Update.
9793 * gdb.base/relocate.exp: Update.
9794 * gdb.base/readnever.exp: Update.
9795 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
9796 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
9797 * gdb.base/dbx.exp (gdb_file_cmd): Update.
9798 * gdb.base/code_elim.exp: Update.
9799 * gdb.base/break-unload-file.exp (test_break): Update.
9800 * gdb.base/break-interp.exp (test_attach_gdb): Update.
9801 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
9802 Update.
9803 * gdb.base/attach.exp (do_attach_tests): Update.
9804 * gdb.base/sepdebug.exp: Update.
9805 * gdb.python/py-section-script.exp: Update.
9806
9807 2018-10-04 Tom Tromey <tom@tromey.com>
9808
9809 PR cli/22234:
9810 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
9811 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
9812 output.
9813
9814 2018-10-04 Tom Tromey <tom@tromey.com>
9815
9816 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
9817 set width and height to 0.
9818 (test_command_line_attach_run): Use -quiet.
9819
9820 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
9821
9822 * lib/gdb.exp (skip_ifunc_tests): New.
9823 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
9824 other compile failures.
9825 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
9826
9827 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
9828
9829 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
9830 is_amd64_regs_target.
9831
9832 2018-10-01 Alan Hayward <alan.hayward@arm.com>
9833
9834 * gdb.arch/aarch64-sighandler-regs.c: New test.
9835 * gdb.arch/aarch64-sighandler-regs.exp: New file.
9836 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
9837
9838 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
9839
9840 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
9841 assembly.
9842
9843 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
9844
9845 * gdb.base/frame-selection.exp: New file.
9846 * gdb.base/frame-selection.c: New file.
9847
9848 2018-09-27 Alan Hayward <alan.hayward@arm.com>
9849
9850 * gdb.threads/check-libthread-db.c (thread_routine): Use a
9851 pthread barrier.
9852 (main): Likewise.
9853
9854 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
9855
9856 * gdb.base/large-frame-1.c: New file.
9857 * gdb.base/large-frame-2.c: New file.
9858 * gdb.base/large-frame.exp: New file.
9859 * gdb.base/large-frame.h: New file.
9860
9861 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
9862
9863 PR gdb/20948
9864 * gdb.base/write_mem.exp: New test.
9865 * gdb.base/write_mem.c: Likewise.
9866
9867 2018-09-23 Tom Tromey <tom@tromey.com>
9868
9869 PR python/18852:
9870 * gdb.python/py-parameter.exp: Add test for parameter that throws
9871 on "set".
9872
9873 2018-09-23 Tom Tromey <tom@tromey.com>
9874
9875 PR python/17284:
9876 * gdb.python/py-template.exp (test_template_arg): Add test for
9877 negative template argument number.
9878
9879 2018-09-23 Tom Tromey <tom@tromey.com>
9880
9881 PR python/14062:
9882 * gdb.python/python.exp: Add test for post_event error.
9883
9884 2018-09-23 Tom Tromey <tom@tromey.com>
9885
9886 PR python/18170:
9887 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
9888 convert pointers to int and long.
9889
9890 2018-09-23 Tom Tromey <tom@tromey.com>
9891
9892 PR python/20126:
9893 * gdb.python/py-value.exp (test_value_numeric_ops): Add
9894 signed-ness conversion tests.
9895
9896 2018-09-23 Tom Tromey <tom@tromey.com>
9897
9898 PR python/18352;
9899 * gdb.python/py-value.exp (test_float_conversion): New proc.
9900 Use it.
9901
9902 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
9903
9904 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
9905
9906 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
9907
9908 * gdb.base/complete-empty.exp: Skip tab-completion tests if
9909 no readline.
9910 * gdb.base/utf8-identifiers.exp: Likewise.
9911 * gdb.cp/cpcompletion.exp: Likewise.
9912 * gdb.linespec/cpcompletion.exp: Likewise.
9913 * gdb.linespec/cpls-abi-tag.exp: Likewise.
9914 * gdb.linespec/cpls-ops.exp: Likewise.
9915
9916 2018-09-19 Richard Bunt <richard.bunt@arm.com>
9917 Chris January <chris.january@arm.com>
9918
9919 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
9920 * gdb.fortran/short-circuit-argument-list.exp: New file.
9921 * gdb.fortran/short-circuit-argument-list.f90: New test.
9922
9923 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
9924
9925 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
9926 "arch=" keyword when executing "-stack-list-frames".
9927
9928 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
9929
9930 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
9931 "arch=" keyword when executing "-stack-list-frames".
9932
9933 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
9934
9935 * gdb.ada/complete.exp: Expect for "@" when doing "complete
9936 break ada".
9937
9938 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
9939
9940 PR python/23669
9941 * gdb.python/python.exp: Test gdb.execute("show commands").
9942
9943 2018-09-16 Tom Tromey <tom@tromey.com>
9944
9945 * gdb.base/new-ui.exp (do_execution_tests): Update.
9946 * gdb.base/dbx.exp (test_breakpoints): Update.
9947
9948 2018-09-14 Alan Hayward <alan.hayward@arm.com>
9949
9950 * lib/gdb.exp (gdb_simple_compile): Add proc.
9951 (is_elf_target): Use gdb_simple_compile.
9952 (skip_altivec_tests): Likewise.
9953 (skip_vsx_tests): Likewise.
9954 (skip_tsx_tests): Likewise.
9955 (skip_btrace_tests): Likewise.
9956 (skip_btrace_pt_tests): Likewise.
9957 (gdb_can_simple_compile): Likewise.
9958 (gdb_has_argv0): Likewise.
9959 (gdb_target_symbol_prefix): Likewise.
9960 (target_supports_scheduler_locking): Likewise.
9961
9962 2018-09-13 Tom Tromey <tom@tromey.com>
9963
9964 * Makefile.in (TAGS): Recognize proc_with_prefix and
9965 gdb_caching_proc.
9966
9967 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
9968
9969 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
9970 method.
9971
9972 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
9973
9974 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
9975 and a few other Inferior properties when the Inferior is no
9976 longer valid.
9977
9978 2018-09-13 Tom Tromey <tom@tromey.com>
9979
9980 PR rust/23650:
9981 * gdb.rust/simple.exp: Add test for enum field access error.
9982
9983 2018-09-13 Tom Tromey <tom@tromey.com>
9984
9985 PR rust/23626:
9986 * gdb.rust/simple.rs (EmptyEnum): New type.
9987 (main): Use it.
9988 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
9989
9990 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
9991
9992 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
9993 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
9994 * gdb.python/py-symtab.exp: Update test printing an objfile.
9995
9996 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
9997
9998 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
9999 object.
10000
10001 2018-09-12 Alan Hayward <alan.hayward@arm.com>
10002
10003 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
10004 (support_complex_tests): Use gdb_can_simple_compile.
10005 (is_ilp32_target): Likewise.
10006 (is_lp64_target): Likewise.
10007 (is_64_target): Likewise.
10008 (is_amd64_regs_target): Likewise.
10009 (is_aarch32_target): Likewise.
10010 (gdb_int128_helper): Likewise.
10011
10012 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10013
10014 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
10015
10016 2018-09-10 Jerome Guitton <guitton@adacore.com>
10017
10018 * gdb.ada/same_component_name: Add test for case of tagged record
10019 with variable-length fields.
10020
10021 2018-09-10 Xavier Roirand <roirand@adacore.com>
10022
10023 * gdb.ada/access_to_unbounded_array.exp: New testcase.
10024 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
10025 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
10026 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
10027
10028 2018-09-10 Xavier Roirand <roirand@adacore.com>
10029
10030 * gdb.ada/mi_string_access.exp: New testcase.
10031 * gdb.ada/mi_string_access/bar.adb: New file.
10032 * gdb.ada/mi_string_access/pck.adb: New file.
10033 * gdb.ada/mi_string_access/pck.asd: New file.
10034
10035 2018-09-10 Xavier Roirand <roirand@adacore.com>
10036
10037 * gdb.ada/mi_var_union.exp: New testcase.
10038 * gdb.ada/mi_var_union/bar.adb: New file.
10039 * gdb.ada/mi_var_union/pck.adb: New file.
10040 * gdb.ada/mi_var_union/pck.asd: New file.
10041
10042 2018-09-08 Tom Tromey <tom@tromey.com>
10043
10044 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
10045
10046 2018-09-08 Tom Tromey <tom@tromey.com>
10047
10048 PR python/16047:
10049 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
10050 (register_pretty_printers): Register new printer.
10051 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
10052 test.
10053 * gdb.python/py-prettyprint.c (int_type3): New typedef.
10054 (an_int_type3): New global.
10055
10056 2018-09-08 Joel Brobecker <brobecker@adacore.com>
10057
10058 * gdb.ada/expr_with_funcall: New testcase.
10059
10060 2018-09-08 Joel Brobecker <brobecker@adacore.com>
10061
10062 * gdb.ada/packed_array_assign: New testcase.
10063
10064 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
10065
10066 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
10067 names, and add test prefixes to make test names unique.
10068
10069 2018-09-05 Tom de Vries <tdevries@suse.de>
10070
10071 * gdb.dwarf2/varval.exp: Add test.
10072
10073 2018-09-04 Gary Benson <gbenson@redhat.com>
10074
10075 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
10076 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
10077
10078 2018-08-31 Tom Tromey <tom@tromey.com>
10079
10080 * gdb.rust/simple.rs: Rename second variable "v".
10081
10082 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
10083
10084 * gdb.base/funcargs.c (use_a): New function.
10085 (recurse): Call use_a.
10086
10087 2018-08-29 Keith Seitz <keiths@redhat.com>
10088
10089 * gdb.compile/compile-cplus-anonymous.cc: New file.
10090 * gdb.compile/compile-cplus-anonymous.exp: New file.
10091 * gdb.compile/compile-cplus-array-decay.cc: New file.
10092 * gdb.compile/compile-cplus-array-decay.exp: New file.
10093 * gdb.compile/compile-cplus-inherit.cc: New file.
10094 * gdb.compile/compile-cplus-inherit.exp: New file.
10095 * gdb.compile/compile-cplus-member.cc: New file.
10096 * gdb.compile/compile-cplus-member.exp: New file.
10097 * gdb.compile/compile-cplus-method.cc: New file.
10098 * gdb.compile/compile-cplus-method.exp: New file.
10099 * gdb.compile/compile-cplus-mod.c: "New" file.
10100 * gdb.compile/compile-cplus-namespace.cc: New file.
10101 * gdb.compile/compile-cplus-namespace.exp: New file.
10102 * gdb.compile/compile-cplus-nested.cc: New file.
10103 * gdb.compile/compile-cplus-nested.exp: New file.
10104 * gdb.compile/compile-cplus-print.c: "New" file.
10105 * gdb.compile/compile-cplus-print.exp: "New" file.
10106 * gdb.compile/compile-cplus-virtual.cc: New file.
10107 * gdb.compile/compile-cplus-virtual.exp: New file.
10108 * gdb.compile/compile-cplus.c: "New" file.
10109 * gdb.compile/compile-cplus.exp: "New" file.
10110 * lib/compile-support.exp: New file.
10111
10112 2018-08-16 Gary Benson <gbenson@redhat.com>
10113
10114 PR gdb/13000:
10115 * gdb.base/batch-exit-status.exp: New file.
10116 * gdb.base/batch-exit-status.good-commands: Likewise.
10117 * gdb.base/batch-exit-status.bad-commands: Likewise.
10118
10119 2018-08-29 Alan Hayward <alan.hayward@arm.com>
10120
10121 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
10122 (struct struct02): Likewise.
10123 (struct struct03): Likewise.
10124 (struct struct04): Likewise.
10125 (struct struct_01_01): New struct.
10126 (struct struct_01_02): Likewise.
10127 (struct struct_01_03): Likewise.
10128 (struct struct_01_04): Likewise.
10129 (struct struct_02_01): Likewise.
10130 (struct struct_02_02): Likewise.
10131 (struct struct_02_03): Likewise.
10132 (struct struct_02_04): Likewise.
10133 (struct struct_04_01): Likewise.
10134 (struct struct_04_02): Likewise.
10135 (struct struct_04_03): Likewise.
10136 (struct struct_04_04): Likewise.
10137 (struct struct_05_01): Likewise.
10138 (struct struct_05_02): Likewise.
10139 (struct struct_05_03): Likewise.
10140 (struct struct_05_04): Likewise.
10141 (cmp_struct01): Remove function.
10142 (cmp_struct02): Likewise.
10143 (cmp_struct03): Likewise.
10144 (cmp_struct04): Likewise.
10145 (cmp_struct_01_01): Add Function.
10146 (cmp_struct_01_02): Likewise.
10147 (cmp_struct_01_03): Likewise.
10148 (cmp_struct_01_04): Likewise.
10149 (cmp_struct_02_01): Likewise.
10150 (cmp_struct_02_02): Likewise.
10151 (cmp_struct_02_03): Likewise.
10152 (cmp_struct_02_04): Likewise.
10153 (cmp_struct_04_01): Likewise.
10154 (cmp_struct_04_02): Likewise.
10155 (cmp_struct_04_03): Likewise.
10156 (cmp_struct_04_04): Likewise.
10157 (cmp_struct_05_01): Likewise.
10158 (cmp_struct_05_02): Likewise.
10159 (cmp_struct_05_03): Likewise.
10160 (cmp_struct_05_04): Likewise.
10161 (call_all): Add new structs.
10162 * gdb.base/infcall-nested-structs.exp: Likewise.
10163
10164 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
10165
10166 * gdb.python/py-framefilter-mi.exp: Update regexp to
10167 check for "arch" field in frame output.
10168
10169 2018-08-23 Kevin Buettner <kevinb@redhat.com>
10170
10171 * gdb.dwarf2/dw2-ranges-func.c: New file.
10172 * gdb.dwarf2/dw2-ranges-func.exp: New file.
10173
10174 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
10175
10176 * gdb.base/term.exp: Compare terminal settings with values from
10177 the inferior.
10178 * gdb.base/term.c: Get and set terminal settings.
10179
10180 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
10181
10182 * lib/mi-support.exp (mi_expect_stop): Update regexp to
10183 accommodate new "arch" field in frame output.
10184 * gdb.mi/mi-return.exp: Likewise.
10185 * gdb.mi/mi-stack.exp: Likewise.
10186 * gdb.mi/mi-syn-frame.exp: Likewise.
10187 * gdb.mi/user-selected-context-sync.exp: Likewise.
10188
10189 2018-08-19 Michael Spang <spang@google.com>
10190
10191 PR gdb/11786
10192 * gdb.base/gcore-tls-pie.c: New file.
10193 * gdb.base/gcore-tls-pie.exp: New file.
10194
10195 2018-08-18 Kevin Buettner <kevinb@redhat.com>
10196
10197 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
10198 * gdb.dwarf2/varval.c: New file.
10199 * gdb.dwarf2/varval.exp: New file.
10200
10201 2018-08-17 Alan Hayward <alan.hayward@arm.com>
10202
10203 PR gdb/18931
10204 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
10205
10206 2018-08-16 Keith Seitz <keiths@redhat.com>
10207
10208 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
10209 tests expected to pass.
10210
10211 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
10212
10213 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
10214 -data-disassemble -a.
10215 (test_disassembly_bogus_args): Likewise.
10216
10217 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
10218
10219 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
10220
10221 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
10222
10223 * gdb.base/vla-optimized-out.exp: Add new test.
10224
10225 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
10226
10227 * gdb.base/vla-optimized-out-o3.exp: Delete.
10228 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
10229 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
10230 deleted tests.
10231
10232 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
10233
10234 PR gdb/18050:
10235 * gdb.server/extended-remote-restart.c: New file.
10236 * gdb.server/extended-remote-restart.exp: New file.
10237
10238 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
10239
10240 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
10241 "set variable index = 42".
10242
10243 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
10244
10245 * boards/index-cache-gdb.exp: New file.
10246 * gdb.dwarf2/index-cache.exp: New file.
10247 * gdb.dwarf2/index-cache.c: New file.
10248 * gdb.base/maint.exp: Check if we are using the index cache.
10249
10250 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10251
10252 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
10253 MAKEFLAGS.
10254
10255 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10256
10257 * dg-extract-results.sh: Move to toplevel contrib.
10258 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
10259 * Makefile.in (check-parallel-racy): Likewise.
10260
10261 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
10262
10263 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
10264 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
10265 tests if the target supports scheduler locking.
10266
10267 2018-08-04 Tom de Vries <tdevries@suse.de>
10268
10269 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
10270
10271 2018-08-02 Tom Tromey <tom@tromey.com>
10272
10273 PR symtab/16842.
10274 * gdb.cp/temargs.exp: Test "info address" of a template
10275 parameter.
10276
10277 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
10278
10279 * gdb.python/py-mi-var-info-path-expression.c: New file.
10280 * gdb.python/py-mi-var-info-path-expression.py: New file.
10281 * gdb.python/py-mi-var-info-path-expression.exp: New file.
10282
10283 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
10284
10285 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
10286 error after "cannot resolve name" string.
10287
10288 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
10289
10290 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
10291 started.
10292 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
10293
10294 2018-07-28 Tom de Vries <tdevries@suse.de>
10295
10296 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
10297
10298 2018-07-26 Tom de Vries <tdevries@suse.de>
10299
10300 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
10301
10302 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
10303
10304 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
10305 is visible.
10306
10307 2018-07-26 Tom de Vries <tdevries@suse.de>
10308
10309 PR breakpoints/23366
10310 * gdb.base/catch-follow-exec.c: New test.
10311 * gdb.base/catch-follow-exec.exp: New file.
10312
10313 2018-07-25 Tom de Vries <tdevries@suse.de>
10314
10315 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
10316 vla-optimized-out.c.
10317
10318 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
10319
10320 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
10321 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
10322
10323 2018-07-20 Tom de Vries <tdevries@suse.de>
10324
10325 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
10326 NOCLONE macro.
10327 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
10328
10329 2018-07-19 Tom de Vries <tdevries@suse.de>
10330
10331 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
10332 regular expression.
10333
10334 2018-07-18 Tom de Vries <tdevries@suse.de>
10335
10336 * gdb.base/vla-optimized-out.c: New test.
10337 * gdb.base/vla-optimized-out.exp: New file.
10338
10339 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
10340
10341 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
10342 message "No address associated with hostname" when gdbserver
10343 cannot resolve the hostname.
10344
10345 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10346
10347 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
10348 Add some test prefixes to make tests unique.
10349
10350 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10351
10352 * gdb.base/frameapply.c: New file.
10353 * gdb.base/frameapply.exp: New file.
10354
10355 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10356
10357 * gdb.base/skip.exp: Update expected error message.
10358
10359 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
10360 Jan Kratochvil <jan.kratochvil@redhat.com>
10361 Paul Fertser <fercerpav@gmail.com>
10362 Tsutomu Seki <sekiriki@gmail.com>
10363
10364 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
10365 parameter.
10366 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
10367 by default.
10368 * boards/native-gdbserver.exp: Likewise.
10369 * gdb.server/run-without-local-binary.exp: Improve regexp used
10370 for detecting when a remote debugging connection succeeds.
10371 * gdb.server/server-connect.exp: New file.
10372 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
10373 Do not prefix the port number with ":".
10374 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
10375 support for detecting and using it. Add '$debughost_gdbserver'
10376 to the list of arguments used to start gdbserver. Handle case
10377 when gdbserver cannot resolve a network name.
10378
10379 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
10380
10381 PR c++/23373
10382 * gdb.base/ptype-offsets.cc (struct static_member): New
10383 struct.
10384 (main) <stmember>: New variable.
10385 * gdb.base/ptype-offsets.exp: Add test for printing a struct
10386 with a static member in it.
10387
10388 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
10389
10390 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
10391 watchpoints enabled and disabled.
10392
10393 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
10394
10395 * gdb.base/examine-backward.exp: Still run tests around address
10396 0x0, even if address 0x0 is not readable. Update the pattern for
10397 matching address 0x0 in expected output.
10398
10399 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
10400
10401 * gdb.base/share-env-with-gdbserver.c (main): Add call to
10402 malloc/free.
10403
10404 2018-07-04 Tom de Vries <tdevries@suse.de>
10405
10406 * gdb.dwarf2/dw2-error.exp: Update expected error message.
10407
10408 2018-07-02 Maciej W. Rozycki <macro@mips.com>
10409
10410 PR tdep/8282
10411 * gdb.arch/mips-disassembler-options.exp: New test.
10412 * gdb.arch/mips-disassembler-options.s: New test source.
10413
10414 2018-06-29 Pedro Alves <palves@redhat.com>
10415
10416 * gdb.threads/names.exp: Adjust expected "info threads" output.
10417
10418 2018-06-29 Pedro Alves <palves@redhat.com>
10419
10420 * gdb.opt/inline-break.exp (line number, address): Add "info
10421 break" tests.
10422
10423 2018-06-29 Pedro Alves <palves@redhat.com>
10424
10425 * gdb.opt/inline-break.c (func1): Add "break here" marker.
10426 * gdb.opt/inline-break.exp: Test setting breakpoints by line
10427 number and address and running to them.
10428
10429 2018-06-29 Richard Bunt <richard.bunt@arm.com>
10430
10431 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
10432
10433 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10434
10435 * lib/compiler.c: Remove executable permission flag.
10436
10437 2018-06-28 Richard Bunt <richard.bunt@arm.com>
10438
10439 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
10440 code.
10441 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
10442
10443 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
10444
10445 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
10446
10447 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
10448
10449 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
10450 address argument is omitted.
10451
10452 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
10453
10454 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
10455
10456 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
10457
10458 PR gdb/21695
10459 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
10460 * gdb.base/infoline-reloc-main-from-zero.c: New file.
10461
10462 2018-06-26 Tom Tromey <tom@tromey.com>
10463
10464 PR rust/22574:
10465 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
10466 * gdb.rust/simple.rs (struct SimpleLayout): New.
10467
10468 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
10469
10470 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
10471 "info registers" output.
10472
10473 2018-06-21 Richard Bunt <richard.bunt@arm.com>
10474
10475 * gdb.base/watchpoint-hw-attach.c: New test.
10476 * gdb.base/watchpoint-hw-attach.exp: New file.
10477
10478 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
10479
10480 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
10481 through /bin/sh.
10482 * boards/dwarf4-gdb-index.exp: Likewise.
10483 * boards/fission-dwp.exp: Likewise.
10484
10485 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
10486
10487 * gdb.base/float128.exp: Add comment and improved fail message
10488 to the failure case of "print large128" test.
10489
10490 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
10491
10492 * configure.ac: Remove AC_PREREQ.
10493 * configure: Re-generate.
10494
10495 2018-06-19 Pedro Alves <palves@redhat.com>
10496
10497 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
10498 (func_extern_caller): New.
10499 (main): Call func_extern_caller.
10500 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
10501 logic change.
10502
10503 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
10504
10505 PR gdb/16841
10506 * gdb.cp/typedef-base.cc: New file.
10507 * gdb.cp/typedef-base.exp: New file.
10508
10509 2018-06-18 Tom de Vries <tdevries@suse.de>
10510
10511 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
10512
10513 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
10514 Richard Bunt <Richard.Bunt@arm.com>
10515
10516 * gdb.threads/attach-slow-waitpid.c: New file.
10517 * gdb.threads/attach-slow-waitpid.exp: New file.
10518 * gdb.threads/slow-waitpid.c: New file.
10519
10520 2018-06-14 Pedro Alves <palves@redhat.com>
10521
10522 * gdb.base/fork-running-state.c: Include <errno.h>.
10523 (exit_if_relative_exits): New.
10524 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
10525 exits.
10526 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
10527 child exits.
10528
10529 2018-06-14 Tom de Vries <tdevries@suse.de>
10530
10531 PR cli/22573
10532 * gdb.base/finish-pretty.c: New test.
10533 * gdb.base/finish-pretty.exp: New file.
10534
10535 2018-06-14 Pedro Alves <palves@redhat.com>
10536
10537 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
10538 gdb's expected startup output.
10539
10540 2018-06-14 Pedro Alves <palves@redhat.com>
10541
10542 * lib/selftest-support.exp (selftest_setup): Remove inlined
10543 function handling.
10544
10545 2018-06-14 Tom de Vries <tdevries@suse.de>
10546
10547 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
10548 matching of breakpoint printing.
10549
10550 2018-06-13 Tom de Vries <tdevries@suse.de>
10551
10552 PR testsuite/23269
10553 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
10554 (fork_child): ... here, and ...
10555 (fork_parent): ... here.
10556
10557 2018-06-12 Tom de Vries <tdevries@suse.de>
10558
10559 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
10560
10561 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
10562 Stephen Roberts <stephen.roberts@arm.com>
10563
10564 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
10565 rewrite test to describe action performed, rather than possible
10566 failure.
10567
10568 2018-06-08 Gary Benson <gbenson@redhat.com>
10569
10570 * gdb.threads/check-libthread-db.exp: New file.
10571 * gdb.threads/check-libthread-db.c: Likewise.
10572
10573 2018-06-05 Tom Tromey <tom@tromey.com>
10574
10575 * gdb.base/default.exp: Update expected "show version" output.
10576
10577 2018-06-05 Tom Tromey <tom@tromey.com>
10578
10579 PR cli/12326:
10580 * gdb.cp/static-print-quit.exp: Update.
10581 * lib/gdb.exp (pagination_prompt): Update.
10582 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
10583 * gdb.python/python.exp: Update.
10584
10585 2018-06-04 Joel Brobecker <brobecker@adacore.com>
10586
10587 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
10588
10589 2018-06-01 Joel Brobecker <brobecker@adacore.com>
10590
10591 * gdb.ada/bp_fun_addr: New testcase.
10592
10593 2018-06-01 Tom Tromey <tom@tromey.com>
10594
10595 * gdb.xml/tdesc-regs.exp (load_description): Update expected
10596 results.
10597 * gdb.dwarf2/method-ptr.exp: Set language to C++.
10598 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
10599 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
10600 * gdb.base/maint.exp (maint_pass_if): Update.
10601
10602 2018-05-31 Maciej W. Rozycki <macro@mips.com>
10603
10604 * gdb.base/endian.exp: New test.
10605 * gdb.base/endian.c: New test source.
10606
10607 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
10608
10609 PR gdb/23203
10610 * gdb.base/bt-selected-frame.c: New file.
10611 * gdb.base/bt-selected-frame.exp: New file.
10612 * lib/gdb.exp (get_current_frame_number): New function.
10613
10614 2018-05-24 Maciej W. Rozycki <macro@mips.com>
10615 Pedro Alves <palves@redhat.com>
10616
10617 * gdb.threads/tls-core.c: Include <stdlib.h>
10618 (thread_proc): Call `abort'.
10619 * gdb.threads/tls-core.exp: Generate a core with core_find too.
10620 (tls_core_test): New procedure, bits factored out from ...
10621 (top level): ... here. Test both native cores and gcore cores.
10622
10623 2018-05-23 Tom Tromey <tom@tromey.com>
10624
10625 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
10626
10627 2018-05-23 Tom Tromey <tom@tromey.com>
10628
10629 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
10630 symfile_complaints.
10631 (test_short_complaints): Likewise.
10632 (test_empty_complaints): Likewise.
10633 (test_initial_complaints): Update.
10634
10635 2018-05-23 Tom Tromey <tom@tromey.com>
10636
10637 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
10638
10639 2018-05-23 Tom Tromey <tom@tromey.com>
10640
10641 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
10642 (test_short_complaints): Update.
10643
10644 2018-05-22 Pedro Alves <palves@redhat.com>
10645
10646 * gdb.base/remote.exp: Only gdb_start after compiling the
10647 testcase. Issue "disconnect" before testing "set remote" command
10648 defaults. Issue clean_restart before running to main.
10649
10650 2018-05-22 Pedro Alves <palves@redhat.com>
10651
10652 * gdb.base/remote.exp: Adjust expected output of "show remote
10653 memory-write-packet-size". Add tests for "set remote
10654 memory-write-packet-size 0" and "set remote
10655 memory-write-packet-size fixed/limit".
10656
10657 2018-05-22 Pedro Alves <palves@redhat.com>
10658
10659 PR gdb/22973
10660 * gdb.base/utf8-identifiers.c: New file.
10661 * gdb.base/utf8-identifiers.exp: New file.
10662
10663 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
10664
10665 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
10666
10667 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
10668
10669 * gdb.arch/powerpc-vsx-gcore.exp: New file.
10670
10671 2018-05-18 Tom Tromey <tom@tromey.com>
10672
10673 * gdb.base/ptype-offsets.exp: Update.
10674
10675 2018-05-17 Keith Seitz <keiths@redhat.com>
10676
10677 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
10678 in expected breakpoint stop locations.
10679 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
10680 move to proper scope to test variable values.
10681 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
10682 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
10683 New functions.
10684 (main): Call not_inline_func3.
10685 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
10686 inline_func1, inline_func2, and inline_func3. Test that when each
10687 breakpoint is hit, GDB properly reports both the stop location
10688 and the backtrace. Repeat tests for temporary breakpoints.
10689
10690 2018-05-15 Maciej W. Rozycki <macro@mips.com>
10691
10692 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
10693 rather then trying to access it in determining whether the PID
10694 of `gdbserver' could have been retrieved.
10695
10696 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
10697
10698 * gdb.arch/amd64-init-x87-values.S: New file.
10699 * gdb.arch/amd64-init-x87-values.exp: New file.
10700
10701 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10702
10703 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
10704
10705 2018-05-04 Tom Tromey <tom@tromey.com>
10706
10707 PR python/22730:
10708 * gdb.python/python.exp: Test multi-line execute.
10709
10710 2018-05-04 Tom Tromey <tom@tromey.com>
10711
10712 PR python/22731:
10713 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
10714
10715 2018-05-04 Tom Tromey <tom@tromey.com>
10716
10717 PR gdb/11750:
10718 * gdb.base/define.exp: Test defining a user command inside a user
10719 command.
10720 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
10721
10722 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10723 Pedro Alves <palves@redhat.com>
10724
10725 PR breakpoints/19806 and support for PR external/20207.
10726 * gdb.base/watchpoint-unaligned.c: New file.
10727 * gdb.base/watchpoint-unaligned.exp: New file.
10728
10729 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
10730
10731 * gdb.base/maint.exp: Make test names unique, use
10732 test_prefix_command_help to test 'help maint info', and remove
10733 repeated test of 'help maint'.
10734
10735 2018-05-04 Tom Tromey <tom@tromey.com>
10736
10737 PR gdb/22619:
10738 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
10739 behavior.
10740
10741 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
10742
10743 * gdb.base/maint.exp: Process output from 'maint print registers'
10744 line at a time.
10745
10746 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
10747
10748 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
10749 timeout.
10750
10751 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
10752
10753 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
10754 filter pattern.
10755
10756 2018-05-02 Pedro Alves <palves@redhat.com>
10757
10758 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
10759 to_log_command renames.
10760 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
10761
10762 2018-05-02 Tom Tromey <tom@tromey.com>
10763
10764 * gdb.python/py-parameter.exp: Set test message.
10765
10766 2018-05-02 Tom Tromey <tom@tromey.com>
10767
10768 PR python/20084:
10769 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
10770 PARAM_ZUINTEGER_UNLIMITED tests.
10771
10772 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
10773
10774 PR rust/23124
10775 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
10776 when casting.
10777
10778 2018-04-30 Tom Tromey <tom@tromey.com>
10779
10780 * gdb.python/py-type.exp: Check align attribute.
10781 * gdb.python/py-type.c: New "aligncheck" global.
10782
10783 2018-04-30 Tom Tromey <tom@tromey.com>
10784
10785 PR exp/17095:
10786 * gdb.dwarf2/dw2-align.exp: New file.
10787 * gdb.cp/align.exp: New file.
10788 * gdb.base/align.exp: New file.
10789 * lib/gdb.exp (gdb_int128_helper): New proc.
10790 (has_int128_c, has_int128_cxx): New caching procs.
10791
10792 2018-04-27 Tom Tromey <tom@tromey.com>
10793
10794 PR rust/22545:
10795 * gdb.rust/simple.exp: Add inclusive range tests.
10796
10797 2018-04-26 Pedro Alves <palves@redhat.com>
10798
10799 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
10800 ifunc breakpoint locations correctly of ifunc breakpoints set
10801 while the program resolves the ifunc.
10802
10803 2018-04-26 Pedro Alves <palves@redhat.com>
10804
10805 * gdb.base/gnu-ifunc-final.c: New file.
10806 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
10807 * gdb.base/gnu-ifunc.exp (executable): Delete.
10808 (staticexecutable): Adjust.
10809 (lib_opts, exec_opts): Delete.
10810 (make_binsuffix, build, set-break): New procedures.
10811 (misc_tests): New, with tests factored out from the top level.
10812 (top level): Test different combinations of ifunc resolver name,
10813 resolver with and with debug info, and ifunc target with and
10814 without debug info. Wrap static tests with with_target_prefix.
10815
10816 2018-04-26 Pedro Alves <palves@redhat.com>
10817
10818 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
10819 return type" warnings.
10820
10821 2018-04-25 Pedro Alves <palves@redhat.com>
10822
10823 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
10824 killed".
10825 * gdb.base/kill-after-signal.exp: Likewise.
10826 * gdb.threads/kill.exp: Likewise.
10827
10828 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10829 Sergio Durigan Junior <sergiodj@redhat.com>
10830 Pedro Alves <palves@redhat.com>
10831
10832 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
10833 regexps to expect for '[Inferior ... detached]' as well.
10834 * gdb.base/attach.exp: Likewise.
10835 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
10836 "gdb_continue_to_end".
10837 (test_catch_syscall_with_wrong_args): Likewise.
10838 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
10839 ']'. Don't set 'verbose' on.
10840 * gdb.base/foll-vfork.exp: Likewise.
10841 * gdb.base/fork-print-inferior-events.c: New file.
10842 * gdb.base/fork-print-inferior-events.exp: New file.
10843 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
10844 '[Inferior ... has been killed]' message.
10845 * gdb.base/kill-after-signal.exp: Likewise.
10846 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
10847 detach message.
10848 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
10849 message.
10850 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
10851 regexps to expect for '[Inferior ... detached]' as well.
10852 * gdb.threads/process-dies-while-detaching.exp: Likewise.
10853
10854 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
10855
10856 PR gdb/23104
10857 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
10858
10859 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
10860
10861 PR gdb/23095
10862 * gdb.base/break-probes.exp: Pass shlib_load to
10863 prepare_for_testing. Set normal_bp to r_debug_state if target is
10864 bsd.
10865
10866 2018-04-19 Richard Bunt <richard.bunt@arm.com>
10867
10868 * gdb.threads/multiple-successive-infcall.c: New test.
10869 * gdb.threads/multiple-successive-infcall.exp: New file.
10870
10871 2018-04-17 Tom Tromey <tom@tromey.com>
10872
10873 * gdb.rust/simple.rs (Union): New type.
10874 (main): New local "u".
10875 * gdb.rust/simple.exp (test_one_slice): Add new test case.
10876
10877 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10878
10879 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
10880 number information in output of "whereis" command.
10881 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
10882
10883 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10884
10885 * gdb.ada/info_types.exp: Adjust expected output to the line
10886 numbers now printed by "info var/func/type".
10887 * gdb.base/completion.exp: Likewise.
10888 * gdb.base/included.exp: Likewise.
10889 * gdb.cp/cp-relocate.exp: Likewise.
10890 * gdb.cp/cplusfuncs.exp: Likewise.
10891 * gdb.cp/namespace.exp: Likewise.
10892 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
10893
10894 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
10895
10896 * gdb.btrace/cpu.exp: New.
10897
10898 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
10899
10900 * gdb.base/step-indirect-call-thunk.exp: New.
10901 * gdb.base/step-indirect-call-thunk.c: New.
10902 * gdb.reverse/step-indirect-call-thunk.exp: New.
10903 * gdb.reverse/step-indirect-call-thunk.c: New.
10904
10905 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
10906
10907 * gdb.base/pie-fork.c: New file.
10908 * gdb.base/pie-fork.exp: New file.
10909
10910 2018-04-11 Tom Tromey <tom@tromey.com>
10911
10912 * gdb.rust/simple.exp: Add test for ".." struct initializer.
10913
10914 2018-04-10 Pedro Alves <palves@redhat.com>
10915
10916 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
10917 exits. Instead loop running forever.
10918 (fork_parent): Run forever too.
10919
10920 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
10921
10922 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
10923 mi_continue_to_line.
10924 * gdb.mi/mi-stack.c (callee4): Add comment.
10925
10926 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
10927
10928 * gdb.mi/mi-stack.exp: Fix indentation.
10929
10930 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
10931
10932 PR gdb/22979
10933 * gdb.arch/amd64-osabi.exp: New file.
10934
10935 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
10936
10937 PR gdb/22980
10938 * gdb.base/osabi.exp: New file.
10939
10940 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
10941
10942 * gdb.cp/static-typedef-print.exp: New file.
10943 * gdb.cp/static-typedef-print.cc: New file.
10944
10945 2018-03-27 Joel Brobecker <brobecker@adacore.com>
10946
10947 * gdb.ada/varsize_limit: New testcase.
10948
10949 2018-03-27 Joel Brobecker <brobecker@adacore.com>
10950
10951 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
10952
10953 * gdb.ada/notcplusplus: New testcase.
10954
10955 * gdb.base/c-linkage-name.c: New file.
10956 * gdb.base/c-linkage-name.exp: New testcase.
10957
10958 2018-03-26 Tom Tromey <tom@tromey.com>
10959
10960 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
10961 * gdb.python/py-framefilter.py (name_error): New global.
10962 (ErrorInName.function): Use name_error.
10963
10964 2018-03-26 Tom Tromey <tom@tromey.com>
10965
10966 PR backtrace/15582:
10967 * gdb.python/py-framefilter.exp: Add "bt hide" test.
10968
10969 2018-03-23 Keith Seitz <keiths@redhat.com>
10970
10971 PR c++/22968
10972 * gdb.cp/subtypes.exp: New file.
10973 * gdb.cp/subtypes.h: New file.
10974 * gdb.cp/subtypes.cc: New file.
10975 * gdb.cp/subtypes-2.cc: New file.
10976
10977 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
10978
10979 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
10980 (done): Call '_exit' not 'exit' to avoid atexit handlers.
10981 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
10982 -nostartfiles when compiling the test. Confirm that all registers
10983 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
10984
10985 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
10986
10987 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
10988 option, syntax was wrong anyway.
10989 * gdb.arch/arm-disp-step.exp: Likewise.
10990 * gdb.arch/sparc64-regs.exp: Likewise.
10991 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
10992 option, syntax was wrong anyway, switch to use
10993 prepare_for_testing.
10994 * gdb.arch/i386-disp-step.exp: Likewise.
10995
10996 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
10997
10998 * gdb.ada/exec_changed.exp: Replace "target_info exists
10999 use_gdb_stub" by "use_gdb_stub".
11000 * gdb.ada/start.exp: Likewise.
11001 * gdb.base/async-shell.exp: Likewise.
11002 * gdb.base/attach-pie-misread.exp: Likewise.
11003 * gdb.base/attach-wait-input.exp: Likewise.
11004 * gdb.base/break-entry.exp: Likewise.
11005 * gdb.base/break-interp.exp: Likewise.
11006 * gdb.base/dprintf-detach.exp: Likewise.
11007 * gdb.base/nostdlib.exp: Likewise.
11008 * gdb.base/solib-nodir.exp: Likewise.
11009 * gdb.base/statistics.exp: Likewise.
11010 * gdb.base/testenv.exp: Likewise.
11011 * gdb.mi/mi-exec-run.exp: Likewise.
11012 * gdb.mi/mi-start.exp: Likewise.
11013 * gdb.multi/dummy-frame-restore.exp: Likewise.
11014 * gdb.multi/multi-arch-exec.exp: Likewise.
11015 * gdb.multi/multi-arch.exp: Likewise.
11016 * gdb.multi/tids.exp: Likewise.
11017 * gdb.multi/watchpoint-multi.exp: Likewise.
11018 * gdb.python/py-events.exp: Likewise.
11019 * gdb.threads/attach-into-signal.exp: Likewise.
11020 * gdb.threads/attach-stopped.exp: Likewise.
11021 * gdb.threads/threadapply.exp: Likewise.
11022 * lib/selftest-support.exp: Likewise.
11023
11024 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
11025
11026 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
11027
11028 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
11029
11030 * gdb.perf/template-breakpoints.cc: New file.
11031 * gdb.perf/template-breakpoints.exp: New file.
11032 * gdb.perf/template-breakpoints.py: New file.
11033
11034 2018-03-19 Tom Tromey <tom@tromey.com>
11035
11036 * gdb.rust/simple.rs (main): Add local variables field1, field2,
11037 y0.
11038 * gdb.rust/simple.exp: Test bare identifier form of struct
11039 initializer.
11040
11041 2018-03-19 Tom Tromey <tom@tromey.com>
11042
11043 * gdb.gdb/observer.exp: Remove.
11044
11045 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
11046
11047 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
11048 "qualified" option when setting breakpoints.
11049 * gdb.trace/backtrace.exp: Likewise.
11050 * gdb.trace/circ.exp: Likewise.
11051 * gdb.trace/collection.exp: Likewise.
11052 * gdb.trace/disconnected-tracing.exp: Likewise.
11053 * gdb.trace/ftrace-lock.exp: Likewise.
11054 * gdb.trace/ftrace.exp: Likewise.
11055 * gdb.trace/infotrace.exp: Likewise.
11056 * gdb.trace/packetlen.exp: Likewise.
11057 * gdb.trace/passc-dyn.exp: Likewise.
11058 * gdb.trace/qtro.exp: Likewise.
11059 * gdb.trace/read-memory.exp: Likewise.
11060 * gdb.trace/report.exp: Likewise.
11061 * gdb.trace/signal.exp: Likewise.
11062 * gdb.trace/status-stop.exp: Likewise.
11063 * gdb.trace/strace.exp: Likewise.
11064 * gdb.trace/tfind.exp: Likewise.
11065 * gdb.trace/trace-break.exp: Likewise.
11066 * gdb.trace/trace-condition.exp: Likewise.
11067 * gdb.trace/trace-mt.exp: Likewise.
11068 * gdb.trace/tstatus.exp: Likewise.
11069 * gdb.trace/tsv.exp: Likewise.
11070 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
11071 * gdb.trace/unavailable.exp: Likewise.
11072 * gdb.trace/while-dyn.exp: Likewise.
11073
11074 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11075
11076 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
11077 that libinproctrace is copied to the target.
11078
11079 2018-03-14 Tom Tromey <tom@tromey.com>
11080
11081 PR cli/14977:
11082 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
11083 a null pointer.
11084 * gdb.base/wchar.exp: Likewise.
11085
11086 2018-03-14 Tom Tromey <tom@tromey.com>
11087
11088 PR cli/19918:
11089 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
11090 flag.
11091
11092 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
11093
11094 PR gdb/22841
11095 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
11096 "target" to remote_exec.
11097
11098 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
11099
11100 PR gdb/22841
11101 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
11102 ${board}_upload): Remove.
11103
11104 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
11105
11106 * gdb.cp/watch-cp.cc: New test.
11107 * gdb.cp/watch-cp.exp: New file.
11108
11109 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
11110
11111 * gdb.base/infcall-nested-structs.exp: New file.
11112 * gdb.base/infcall-nested-structs.c: New file.
11113 * gdb.base/float.exp: Add riscv support.
11114
11115 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
11116
11117 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
11118 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
11119
11120 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
11121
11122 * gdb.server/abspath.exp: New file.
11123 * lib/gdb.exp (with_cwd): New procedure.
11124
11125 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
11126
11127 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
11128 use it.
11129 (gdb_is_target_remote_prompt): New proc.
11130 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
11131 (gdb_is_target_native): Pass prompt parameter to
11132 gdb_is_target_1.
11133
11134 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
11135
11136 * gdb.base/load-command.c: New file.
11137 * gdb.base/load-command.exp: New file.
11138 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
11139 (gdb_is_target_1): ...this, and generalize for other targets
11140 than just remote.
11141 (gdb_is_target_remote): Use gdb_is_target_1.
11142 (gdb_is_target_native): use gdb_is_target_1.
11143
11144 2018-02-26 Tom Tromey <tom@tromey.com>
11145
11146 PR python/16497:
11147 * gdb.python/py-framefilter.exp: Update test.
11148
11149 2018-02-26 Tom Tromey <tom@tromey.com>
11150
11151 * gdb.dwarf2/variant.c: New file.
11152 * gdb.dwarf2/variant.exp: New file.
11153
11154 2018-02-26 Tom Tromey <tom@tromey.com>
11155
11156 * gdb.rust/simple.exp: Accept more possible results in enum test.
11157
11158 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
11159
11160 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
11161 parentheses.
11162
11163 2018-02-23 Maciej W. Rozycki <macro@mips.com>
11164
11165 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
11166 name of a variable: $actual_linejj -> $actual_line.
11167
11168 2018-02-21 John Baldwin <jhb@FreeBSD.org>
11169
11170 * gdb.arch/amd64-i386-address.exp: Fix a typo.
11171
11172 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
11173
11174 * gdb.btrace/buffer-size.exp: Do not force BTS.
11175
11176 2018-02-14 Pedro Alves <palves@redhat.com>
11177
11178 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
11179 getting a "Quit".
11180
11181 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
11182
11183 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
11184 Fix test name.
11185
11186 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
11187
11188 * gdb.cp/m-static.exp: Check type of optimized out static
11189 member.
11190
11191 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
11192
11193 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
11194 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
11195
11196 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
11197 Leszek Swirski <leszeks@google.com>
11198
11199 * gdb.python/py-prettyprint.c
11200 (struct to_string_returns_value_inner,
11201 struct to_string_returns_value_wrapper): New.
11202 (main): Add tsrvw variable.
11203 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
11204 ToStringReturnsValueWrapper): New classes.
11205 (register_pretty_printers): Register new pretty-printers.
11206 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
11207 recursive pretty printer.
11208 * gdb.python/py-mi.exp: Likewise.
11209
11210 2018-02-01 Leszek Swirski <leszeks@google.com>
11211
11212 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
11213 functions with the same name as an include file are parsed
11214 correctly.
11215
11216 2018-02-01 Yao Qi <yao.qi@linaro.org>
11217
11218 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
11219 "\[^\r\n\]*".
11220
11221 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
11222
11223 * gdb.arch/powerpc-prologue-frame.s: New file.
11224 * gdb.arch/powerpc-prologue-frame.c: Likewise.
11225 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
11226
11227 2018-01-31 Joel Brobecker <brobecker@adacore.com>
11228
11229 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
11230
11231 2018-01-30 Pedro Alves <palves@redhat.com>
11232
11233 PR gdb/13211
11234 * gdb.base/interrupt-daemon.c: New.
11235 * gdb.base/interrupt-daemon.exp: New.
11236 * gdb.multi/multi-term-settings.c: New.
11237 * gdb.multi/multi-term-settings.exp: New.
11238
11239 2018-01-30 Joel Brobecker <brobecker@adacore.com>
11240
11241 * gdb.base/break.exp: Save the location where the breakpoint
11242 on break.c:47 was actually inserted when debugging the version
11243 compiled at -O2 and use it in the expected output of the "info
11244 break" test performed soon after.
11245
11246 2018-01-22 Pedro Alves <palves@redhat.com>
11247 Sergio Durigan Junior <sergiodj@redhat.com>
11248
11249 * gdb.base/whatis.exp: Add tests for 'set print object on' +
11250 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
11251
11252 2018-01-22 Joel Brobecker <brobecker@adacore.com>
11253
11254 * gdb.base/break-include.c, gdb.base/break-include.inc,
11255 gdb.base/break-include.exp: New files.
11256 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
11257 line number now being the actual line number where the breakpoint
11258 was inserted.
11259 * gdb.mi/mi-break.exp: Likewise.
11260 * gdb.mi/mi-reverse.exp: Likewise.
11261 * gdb.mi/mi-simplerun.exp: Ditto.
11262
11263 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
11264
11265 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
11266 varobj.
11267 * gdb.mi/mi-var-create-rtti.exp: Likewise.
11268
11269 2018-01-21 Don Breazeal <donb@codesourcery.com>
11270 Andrew Burgess <andrew.burgess@embecosm.com>
11271
11272 * gdb.mi/basics.c: Add new global.
11273 * gdb.mi/mi-frame-regs.exp: New file.
11274 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
11275 case.
11276
11277 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
11278
11279 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
11280 non-parameter, and on an unknown symbol.
11281
11282 2018-01-19 Tom Tromey <tom@tromey.com>
11283
11284 * gdb.rust/modules.rs (TWENTY_THREE): New global.
11285 * gdb.rust/modules.exp: Add ::-qualified lookup test.
11286
11287 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
11288
11289 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
11290 setrlimit and chdir to int.
11291
11292 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
11293
11294 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
11295 function.
11296 (my_tend): Likewise.
11297 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
11298 rationale of avoiding FP- and vector instructions.
11299
11300 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
11301
11302 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
11303 "info reg" with "\[ \t\]*".
11304 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
11305 "\[ \t\]+".
11306 * gdb.arch/s390-multiarch.exp: Ditto.
11307 * gdb.base/pc-fp.exp: Ditto.
11308 * gdb.reverse/i386-precsave.exp: Ditto.
11309 * gdb.reverse/i386-reverse.exp: Ditto.
11310 * gdb.reverse/i387-env-reverse.exp: Ditto.
11311 * gdb.reverse/i387-stack-reverse.exp: Ditto.
11312
11313 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
11314
11315 * lib/gdb.exp (gdb_compile): Re-enable use of
11316 universal_compile_options for languages other than Rust.
11317
11318 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
11319
11320 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
11321
11322 2018-01-17 Mike Gulick <mgulick@mathworks.com>
11323
11324 PR gdb/16577
11325 * gdb.base/solib-vanish.exp: New.
11326 * gdb.base/solib-vanish-main.c: New.
11327 * gdb.base/solib-vanish-lib1.c: New.
11328 * gdb.base/solib-vanish-lib2.c: New.
11329
11330 2018-01-17 Yao Qi <yao.qi@linaro.org>
11331
11332 * gdb.compile/compile.exp: Match the address printed for
11333 frame in the output of command "bt".
11334
11335 2018-01-15 Tom Tromey <tom@tromey.com>
11336
11337 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
11338 compute sp_reg.
11339
11340 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
11341
11342 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
11343 to prepare.
11344 (prepare): Return 0 on error, 1 on success.
11345
11346 2018-01-12 Pedro Alves <palves@redhat.com>
11347
11348 * gdb.base/continue-after-aborted-step-over.c: New.
11349 * gdb.base/continue-after-aborted-step-over.exp: New.
11350
11351 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
11352
11353 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
11354 options when not creating an executable.
11355
11356 2018-01-11 Pedro Alves <palves@redhat.com>
11357
11358 PR remote/22597
11359 * gdb.server/stop-reply-no-thread.c: New file.
11360 * gdb.server/stop-reply-no-thread.exp: New file.
11361
11362 2018-01-10 Pedro Alves <palves@redhat.com>
11363
11364 PR gdb/22670
11365 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
11366 functions too. Test setting breakpoints and printing C functions
11367 with no debug info too.
11368 * gdb.ada/bp_c_mixed_case/qux.c: New file.
11369
11370 2018-01-10 Pedro Alves <palves@redhat.com>
11371
11372 PR gdb/22670
11373 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
11374 a fail.
11375
11376 2018-01-10 Pedro Alves <palves@redhat.com>
11377
11378 PR gdb/22670
11379 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
11380
11381 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
11382
11383 * gdb.server/unittest.exp: Match the output in non-development
11384 mode.
11385
11386 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
11387
11388 * gdb.gdb/unittest.exp: Match output in non-development mode.
11389
11390 2018-01-08 Joel Brobecker <brobecker@adacore.com>
11391
11392 * gdb.ada/access_tagged_param.exp: Relax expected output
11393 for value of "ObjL" in "continue" to pck.inspect breakpoint
11394 test.
11395
11396 2018-01-08 Joel Brobecker <brobecker@adacore.com>
11397
11398 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
11399 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
11400
11401 2018-01-05 Pedro Alves <palves@redhat.com>
11402
11403 PR gdb/18653
11404 * gdb.base/libsegfault.exp: New.
11405
11406 2018-01-05 Joel Brobecker <brobecker@adacore.com>
11407
11408 PR gdb/22670
11409 * gdb.ada/access_tagged_param.exp: New file.
11410 * gdb.ada/access_tagged_param/foo.adb: New file.
11411
11412 2018-01-05 Pedro Alves <palves@redhat.com>
11413
11414 PR gdb/22670
11415 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
11416 exercise lower case too, and to exercise both full matching and
11417 wild matching.
11418
11419 2018-01-05 Joel Brobecker <brobecker@adacore.com>
11420
11421 * gdb.ada/rename_subscript_param: New testcase.
11422
11423 2018-01-05 Jerome Guitton <guitton@adacore.com>
11424
11425 * gdb.ada/arr_acc_idx_w_gap: New testcase.
11426
11427 2018-01-05 Joel Brobecker <brobecker@adacore.com>
11428
11429 * gdb.ada/convvar_comp: New testcase.
11430
11431 2018-01-05 Xavier Roirand <roirand@adacore.com>
11432
11433 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
11434 (My_Table): New global variable.
11435 * testsuite/gdb.ada/array_char_idx.exp: Add test.
11436
11437 2018-01-04 Joel Brobecker <brobecker@adacore.com>
11438
11439 PR gdb/22670
11440 * gdb.ada/maint_with_ada: New testcase.
11441
11442 2018-01-04 Joel Brobecker <brobecker@adacore.com>
11443
11444 PR gdb/22670
11445 * gdb.ada/bp_c_mixed_case: New testcase.
11446
11447 2018-01-04 Joel Brobecker <brobecker@adacore.com>
11448
11449 PR gdb/22670
11450 * gdb.ada/complete.exp: Add "complete break ada" test.
11451
11452 2018-01-04 Joel Brobecker <brobecker@adacore.com>
11453
11454 PR gdb/22670
11455 * gdb.ada/info_addr_mixed_case: New testcase.
11456
11457 2018-01-03 Xavier Roirand <roirand@adacore.com>
11458
11459 * gdb.ada/excep_handle.exp: New testcase.
11460 * gdb.ada/excep_handle/foo.adb: New file.
11461 * gdb.ada/excep_handle/pck.ads: New file.
11462
11463 2018-01-03 Joel Brobecker <brobecker@adacore.com>
11464
11465 * gdb.base/step-line.c: Add extra empty line in copyright header.
11466 * gdb.base/step-line.inp: Likewise.
11467
11468 2018-01-02 Joel Brobecker <brobecker@adacore.com>
11469
11470 * gdb.ada/dyn_stride.exp: Add slice test.
11471
11472 2018-01-02 Joel Brobecker <brobecker@adacore.com>
11473
11474 * gdb.ada/dyn_stride: New testcase.
11475
11476 2017-12-27 Stafford Horne <shorne@gmail.com>
11477
11478 * gdb.xml/extra-regs.xml: Add example foo reggroup.
11479 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
11480
11481 2017-12-27 Stafford Horne <shorne@gmail.com>
11482
11483 * gdb.base/reggroups.c: New file.
11484 * gdb.base/reggroups.exp: New file.
11485
11486 2017-12-18 Joel Brobecker <brobecker@adacore.com>
11487
11488 * gdb.dwarf2/ada-valprint-error.c: New file.
11489 * gdb.dwarf2/ada-valprint-error.exp: New file.
11490
11491 2017-12-18 Joel Brobecker <brobecker@adacore.com>
11492
11493 * gdb.ada/assign_arr: New testcase.
11494
11495 2017-12-18 Xavier Roirand <roirand@adacore.com>
11496
11497 * gdb.ada/funcall_ptr: New testcase.
11498
11499 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
11500
11501 PR cli/16224
11502 * gdb.base/ptype-offsets.cc: New file.
11503 * gdb.base/ptype-offsets.exp: New file.
11504
11505 2017-12-15 Yao Qi <yao.qi@linaro.org>
11506
11507 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
11508 if XML is disabled.
11509
11510 2017-12-15 Xavier Roirand <roirand@adacore.com>
11511
11512 * gdb.ada/same_component_name: New testcase.
11513
11514 2017-12-14 Joel Brobecker <brobecker@adacore.com>
11515
11516 * gdb.ada/str_binop_equal: New testcase.
11517
11518 2017-12-14 Joel Brobecker <brobecker@adacore.com>
11519
11520 * gdb.ada/task_switch_in_core: New testcase.
11521
11522 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
11523
11524 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
11525 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
11526 call test_bkpt_qualified.
11527 (test_bkpt_qualified): New proc.
11528
11529 2017-12-13 Pedro Alves <palves@redhat.com>
11530
11531 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
11532 Tighten regexp by matching with an anchor.
11533
11534 2017-12-13 Pedro Alves <palves@redhat.com>
11535
11536 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
11537 ("expression with namespace"): New set of tests.
11538 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
11539 (Nested::Test_NS::qux): New.
11540 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
11541 defaults to 'start_quote_char' and 'end_quote_char' parameters.
11542
11543 2017-12-13 Joel Brobecker <brobecker@adacore.com>
11544
11545 * gdb.base/server-del-break.c: New file.
11546 * gdb.base/server-del-break.exp: New file.
11547
11548 2017-12-12 Stafford Horne <shorne@gmail.com>
11549
11550 * gdb.xml/tdesc-regs.exp: Add or1k support.
11551
11552 2017-12-12 Stafford Horne <shorne@gmail.com>
11553
11554 * gdb.base/bp-permanent.c: Define nop of or1k.
11555
11556 2017-12-11 Joel Brobecker <brobecker@adacore.com>
11557
11558 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
11559 output with components being reordered.
11560
11561 2017-12-11 Joel Brobecker <brobecker@adacore.com>
11562
11563 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
11564 output with components being reordered.
11565
11566 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11567 Pedro Alves <palves@redhat.com>
11568
11569 * gdb.base/maint.exp (check for .gdb_index): Check also for
11570 .debug_names.
11571 * gdb.dlang/watch-loc.c (.debug_aranges): New.
11572 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
11573 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
11574 (.gdb_index used after symbol reloading): Support also .debug_names.
11575 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
11576
11577 2017-12-08 Yao Qi <yao.qi@linaro.org>
11578
11579 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
11580 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
11581
11582 2017-12-08 Yao Qi <yao.qi@linaro.org>
11583
11584 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
11585 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
11586
11587 2017-12-08 Yao Qi <yao.qi@linaro.org>
11588
11589 * gdb.arch/aarch64-tagged-pointer.c: New file.
11590 * gdb.arch/aarch64-tagged-pointer.exp: New file.
11591
11592 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
11593
11594 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
11595 "int".
11596
11597 2017-12-07 Keith Seitz <keiths@redhat.com>
11598
11599 PR breakpoints/22569
11600 * gdb.linespec/ls-errs.exp: Change expected result of "break
11601 -source this file has spaces.c -line 3".
11602 Check that an explicit source file followed by whitespace is
11603 identified as an invalid explicit location.
11604
11605 2017-12-07 Keith Seitz <keiths@redhat.com>
11606
11607 * gdb.cp/nested-types.cc: New file.
11608 * gdb.cp/nested-types.exp: New file.
11609 * lib/cp-support.exp: Load data-structures.exp library.
11610 (debug_cp_test_ptype_class): New global.
11611 (cp_ptype_class_verbose, next_line): New procedures.
11612 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
11613 Add and document new return value.
11614 Switch the list of lines to a queue.
11615 Add support for new `type' key for nested type definitions.
11616 Add debugging/troubleshooting messages.
11617 * lib/data-structures.exp: New file.
11618
11619 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
11620
11621 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
11622 with proc_with_prefix, don't use with_test_prefix.
11623
11624 2017-12-07 Tom Tromey <tom@tromey.com>
11625
11626 * gdb.base/break.exp: Add test for empty "commands".
11627
11628 2017-12-07 Yao Qi <yao.qi@linaro.org>
11629
11630 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
11631 malloc and catch syscall.
11632
11633 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
11634
11635 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
11636 tests for explicit locations.
11637
11638 2017-12-06 Pedro Alves <palves@redhat.com>
11639
11640 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
11641 force-disabling XML descriptions.
11642
11643 2017-12-04 Pedro Alves <palves@redhat.com>
11644
11645 PR gdb/22499
11646 * gdb.arch/amd64-disp-step-avx.S: New file.
11647 * gdb.arch/amd64-disp-step-avx.exp: New file.
11648
11649 2017-12-03 Pedro Alves <palves@redhat.com>
11650
11651 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
11652 and <string.h>.
11653 (parent_function): Print distinct messages when waitpid fails, or
11654 the child exits with a signal, or the child exits for an unhandled
11655 reason.
11656 * gdb.threads/process-dies-while-detaching.exp
11657 (detach_and_expect_exit): New 'inf_output_re' parameter and use
11658 it. Wait for both inferior output and GDB's prompt. Use an
11659 indirect spawn id list.
11660 (do_detach): New parameter 'child_exit'. Use it to compute
11661 expected inferior output.
11662 (test_detach, test_detach_watch, test_detach_killed_outside):
11663 Adjust to pass down the expected child exit kind.
11664
11665 2017-12-01 Joel Brobecker <brobecker@adacore.com>
11666 Sergio Durigan Junior <sergiodj@redhat.com>
11667 Pedro Alves <palves@redhat.com>
11668
11669 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
11670
11671 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
11672
11673 * gdb.base/relocate.exp: Add tests to guarantee that arguments
11674 to 'symbol-file' and 'add-symbol-file' can be
11675 position-independent.
11676
11677 2017-12-01 Yao Qi <yao.qi@linaro.org>
11678
11679 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
11680 the URL in copyright header.
11681 * gdb.arch/aarch64-fp.exp: Likewise.
11682 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
11683 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
11684 * gdb.base/expand-psymtabs.exp: Likewise.
11685 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
11686 * gdb.fortran/common-block.exp: Likewise.
11687 * gdb.fortran/common-block.f90: Likewise.
11688 * gdb.fortran/logical.exp: Likewise.
11689 * gdb.fortran/vla-datatypes.f90: Likewise.
11690 * gdb.fortran/vla-sub.f90: Likewise.
11691
11692 2017-11-30 Joel Brobecker <brobecker@adacore.com>
11693
11694 * gdb.ada/repeat_dyn: New testcase.
11695
11696 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
11697
11698 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
11699 Update for changed thread numbering.
11700 * gdb.cell/bt.exp: Update for changed GDB output.
11701
11702 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
11703
11704 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
11705 setting isremote by hand.
11706 * boards/dwarf4-gdb-index.exp: Likewise.
11707 * boards/fission.exp: Likewise.
11708 * boards/stabs.exp: Likewise.
11709
11710 2017-11-30 Pedro Alves <palves@redhat.com>
11711
11712 * gdb.linespec/cpls-ops.exp
11713 (check_explicit_skips_function_argument): Extract the underlying
11714 type of size_t instead of hardcoding it.
11715
11716 2017-11-29 Pedro Alves <palves@redhat.com>
11717
11718 PR c++/19436
11719 * gdb.linespec/cpls-abi-tag.cc: New file.
11720 * gdb.linespec/cpls-abi-tag.exp: New file.
11721
11722 2017-11-29 Pedro Alves <palves@redhat.com>
11723
11724 * gdb.base/langs.exp: Use -qualified.
11725 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
11726 it.
11727 * gdb.cp/namespace.exp: Use -qualified.
11728 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
11729 (overload-3, template-overload, template-ret-type, const-overload)
11730 (const-overload-quoted, anon-ns, ambiguous-prefix): New
11731 procedures.
11732 (test_driver): Call them.
11733 * gdb.cp/save-bp-qualified.cc: New.
11734 * gdb.cp/save-bp-qualified.exp: New.
11735 * gdb.linespec/explicit.exp: Test -qualified.
11736 * lib/completion-support.exp (completion::explicit_opts_list): Add
11737 "-qualified".
11738 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
11739
11740 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
11741
11742 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
11743
11744 2017-11-29 Tom Tromey <tom@tromey.com>
11745
11746 * gdb.base/relocate.exp: Update invalid argument test.
11747 Add new tests for invalid arguments.
11748
11749 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
11750
11751 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
11752 Return 0 as a long.
11753 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
11754
11755 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
11756
11757 * gdb.cp/breakpoint.cc (bar): Set return type to void.
11758 * gdb.cp/psymtab-parameter.cc (func): Likewise.
11759 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
11760 func ().
11761 * gdb.cp/shadow.cc (B.func): Return 0.
11762
11763 2017-11-27 Joel Brobecker <brobecker@adacore.com>
11764
11765 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
11766 expected output in gdb_expect call to allow the exception
11767 message to be present as well. Fix syntax confusion to avoid
11768 TCL thinking that exception_name is an array.
11769
11770 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
11771
11772 * gdb.arch/spu-info.c: Include <unistd.h>.
11773 (do_signal_test): Fix broken calls to write.
11774 * gdb.arch/spu-info.exp: Use prepare_for_testing.
11775 Fix checks for empty mailboxes. Update signal tests for corrected
11776 do_signal_test routine. Allow nonzero event status.
11777 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
11778 * gdb.cell/arch.exp: Use standard_output_file.
11779 * gdb.cell/break.exp: Likewise.
11780 * gdb.cell/bt.exp: Likewise.
11781 * gdb.cell/core.exp: Likewise.
11782 * gdb.cell/dwarfaddr.exp: Likewise.
11783 * gdb.cell/ea-cache.exp: Likewise.
11784 * gdb.cell/ea-standalone.exp: Likewise.
11785 * gdb.cell/f-regs.exp: Likewise.
11786 * gdb.cell/fork.exp: Likewise.
11787 * gdb.cell/gcore.exp: Likewise.
11788 * gdb.cell/mem-access.exp: Likewise.
11789 * gdb.cell/ptype.exp: Likewise.
11790 * gdb.cell/registers.exp: Likewise.
11791 * gdb.cell/sizeof.exp: Likewise.
11792 * gdb.cell/solib-symbol.exp: Likewise.
11793 * gdb.cell/solib.exp: Likewise.
11794
11795 2017-11-25 Pedro Alves <palves@redhat.com>
11796
11797 * gdb.base/complete-empty.exp: New file.
11798 * gdb.base/completion.exp: Adjust.
11799
11800 2017-11-25 Pedro Alves <palves@redhat.com>
11801
11802 * gdb.linespec/cpls-ops.cc: New file.
11803 * gdb.linespec/cpls-ops.exp: New file.
11804 * lib/completion-support.exp (test_complete_prefix_range_re): New,
11805 factored out from ...
11806 (test_complete_prefix_range): ... this.
11807
11808 2017-11-24 Pedro Alves <palves@redhat.com>
11809
11810 * gdb.linespec/cpcompletion.exp: New file.
11811 * gdb.linespec/cpls-hyphen.cc: New file.
11812 * gdb.linespec/cpls.cc: New file.
11813 * gdb.linespec/cpls2.cc: New file.
11814 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
11815 test to use test_gdb_complete_unique. Add label completion,
11816 keyword completion and explicit location completion tests.
11817 * lib/completion-support.exp: New file.
11818
11819 2017-11-24 Joel Brobecker <brobecker@adacore.com>
11820
11821 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
11822 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
11823 when hitting an exception catchpoint.
11824
11825 2017-11-22 Yao Qi <yao.qi@linaro.org>
11826
11827 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
11828
11829 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
11830
11831 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
11832 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
11833 * gdb.dwarf2/info-locals-optimized-out.c: New file.
11834
11835 2017-11-22 Yao Qi <yao.qi@linaro.org>
11836
11837 * gdb.base/info-os.exp: Pass pthreads.
11838 * gdb.multi/multi-attach.exp: Likewise.
11839
11840 2017-11-22 Yao Qi <yao.qi@linaro.org>
11841
11842 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
11843 compiler.
11844
11845 2017-11-22 Yao Qi <yao.qi@linaro.org>
11846
11847 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
11848 * gdb.base/break-interp.exp: Likewise.
11849 * gdb.base/jit-attach-pie.exp: Likewise.
11850
11851 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
11852
11853 * gdb.base/float128.c (large128): New variable.
11854 * gdb.base/float128.exp: Add test to print largest __float128 value.
11855
11856 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
11857
11858 * gdb.arch/vsx-regs.exp: Update register content checks.
11859
11860 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
11861
11862 * gdb.arch/ppc-longdouble.exp: New file.
11863 * gdb.arch/ppc-longdouble.c: Likewise.
11864
11865 2017-11-21 Pedro Alves <palves@redhat.com>
11866
11867 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
11868
11869 2017-11-20 Pedro Alves <palves@redhat.com>
11870
11871 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
11872 (long_double_typedef): New typedefs.
11873 Use DEF on double and long double.
11874 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
11875 cases.
11876 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
11877 and 'long_double_ptr_same_size' locals. Use them to decide
11878 whether cast from array/function to float is valid/invalid.
11879
11880 2017-11-17 Tom Tromey <tom@tromey.com>
11881
11882 * gdb.rust/traits.rs: New file.
11883 * gdb.rust/traits.exp: New file.
11884
11885 2017-11-17 Joel Brobecker <brobecker@adacore.com>
11886
11887 * gdb.ada/minsyms: New testcase.
11888
11889 2017-11-16 Pedro Alves <palves@redhat.com>
11890
11891 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
11892 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
11893
11894 2017-11-16 Pedro Alves <palves@redhat.com>
11895
11896 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
11897 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
11898
11899 2017-11-16 Pedro Alves <palves@redhat.com>
11900
11901 * gdb.server/reconnect-ctrl-c.c: New file.
11902 * gdb.server/reconnect-ctrl-c.exp: New file.
11903
11904 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
11905
11906 * gdb.python/py-rbreak.exp: New file.
11907 * gdb.python/py-rbreak.c: New file.
11908 * gdb.python/py-rbreak-func2.c: New file.
11909
11910 2017-11-16 Pedro Alves <palves@redhat.com>
11911
11912 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
11913 pattern.
11914 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
11915 GDB.
11916
11917 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
11918
11919 * gdb.tui/completionn.exp (test_tab_completion): Add space in
11920 regex.
11921
11922 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
11923
11924 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
11925 test names.
11926
11927 2017-11-09 Pedro Alves <palves@redhat.com>
11928
11929 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
11930 factored out from ...
11931 (top level): ... here, and adjusted to avoid expecting beyond the
11932 prompt in a single gdb_test_multiple.
11933
11934 2017-11-09 Pedro Alves <palves@redhat.com>
11935
11936 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
11937 output.
11938 * gdb.server/ext-attach.exp ("kill" test): Likewise.
11939 * gdb.server/ext-restart.exp ("kill" test): Likewise.
11940 * gdb.server/ext-run.exp ("kill" test): Likewise.
11941 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
11942
11943 2017-11-09 Pedro Alves <palves@redhat.com>
11944
11945 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
11946 match till end of line.
11947
11948 2017-11-09 Pedro Alves <palves@redhat.com>
11949
11950 * gdb.base/memattr.exp: Tighten regexes to match the end line.
11951
11952 2017-11-09 Pedro Alves <palves@redhat.com>
11953
11954 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
11955 New procedures, factored out from ...
11956 (top level): ... here, and adjusted to avoid expecting beyond the
11957 prompt in one go.
11958
11959 2017-11-09 Pedro Alves <palves@redhat.com>
11960
11961 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
11962 output. Fix '?' match.
11963
11964 2017-11-08 Joel Brobecker <brobecker@adacore.com>
11965
11966 * gdb.ada/scoped_watch: New testcase.
11967 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
11968 which is actually correct.
11969 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
11970 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
11971
11972 2017-11-08 Pedro Alves <palves@redhat.com>
11973
11974 * gdb.gdb/complaints.exp (test_initial_complaints)
11975 (test_serial_complaints, test_short_complaints): Call
11976 complaint_internal instead of complaint.
11977
11978 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
11979
11980 * gdb.threads/tls-core.c: New file.
11981 * gdb.threads/tls-core.exp: Likewise.
11982
11983 2017-11-08 Pedro Alves <palves@redhat.com>
11984
11985 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
11986 (p Exported_Capitalized): New test.
11987 (p exported_capitalized): New test.
11988
11989 2017-11-07 Pedro Alves <palves@redhat.com>
11990
11991 * gdb.cp/ena-dis-br-range.exp: Add more tests.
11992
11993 2017-11-07 Pedro Alves <palves@redhat.com>
11994
11995 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
11996 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
11997 (disable_invalid, disable_inverted, disable_negative): New
11998 procedures.
11999 ("bad numbers"): New set of tests.
12000
12001 2017-11-07 Pedro Alves <palves@redhat.com>
12002
12003 * gdb.cp/ena-dis-br-range.exp: Add tests.
12004
12005 2017-11-07 Pedro Alves <palves@redhat.com>
12006
12007 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
12008
12009 2017-11-07 Xavier Roirand <roirand@adacore.com>
12010 Pedro Alves <palves@redhat.com>
12011
12012 * gdb.base/ena-dis-br.exp: Add reference to
12013 gdb.cp/ena-dis-br-range.exp.
12014 * gdb.cp/ena-dis-br-range.exp: New file.
12015 * gdb.cp/ena-dis-br-range.cc: New file.
12016
12017 2017-11-06 Pedro Alves <palves@redhat.com>
12018
12019 * gdb.base/attach-non-pgrp-leader.c: New.
12020 * gdb.base/attach-non-pgrp-leader.exp: New.
12021
12022 2017-11-06 Pedro Alves <palves@redhat.com>
12023
12024 * configure.ac: No longer check for termio.h and sgtty.h.
12025 * configure: Regenerate.
12026 * remote-utils.c: Include termios.h instead of gdb_termios.h.
12027 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
12028 Remove termio and sgtty code.
12029
12030 2017-11-03 Yao Qi <yao.qi@linaro.org>
12031
12032 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
12033 in GDB is disabled.
12034
12035 2017-11-03 Yao Qi <yao.qi@linaro.org>
12036
12037 * gdb.python/py-thrhandle.exp: Skip it if python is not
12038 enabled.
12039
12040 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
12041
12042 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
12043 as a breakpoint command.
12044
12045 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
12046
12047 PR python/21213
12048 * gdb.python/py-infthread.exp: Test calling
12049 InferiorThread.inferior () multiple times in a row.
12050
12051 2017-10-27 Keith Seitz <keiths@redhat.com>
12052
12053 * gdb.opt/inline-break.exp (break_info_1): New procedure.
12054 Test "info break" for every inlined function breakpoint.
12055
12056 2017-10-27 Yao Qi <yao.qi@linaro.org>
12057
12058 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
12059
12060 2017-10-26 Patrick Frants <osscontribute@gmail.com>
12061
12062 * gdb.cp/classes.exp (test_static_members): Test printing
12063 Outer::instance.
12064 * gdb.cp/classes.c (struct Inner, struct Outer): New.
12065 (Inner::instance, Outer::instance): New.
12066
12067 2017-10-24 Pedro Alves <palves@redhat.com>
12068
12069 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
12070 extra console" test in two stages.
12071
12072 2017-10-24 Pedro Alves <palves@redhat.com>
12073
12074 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
12075
12076 2017-10-24 Pedro Alves <palves@redhat.com>
12077
12078 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
12079 loop.
12080
12081 2017-10-24 Pedro Alves <palves@redhat.com>
12082
12083 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
12084 $attempt" and "stoppedtry $stoppedtry" test prefixes.
12085
12086 2017-10-24 Pedro Alves <palves@redhat.com>
12087
12088 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
12089 parameter and handle it. Don't output read value in test name.
12090
12091 2017-10-24 Pedro Alves <palves@redhat.com>
12092
12093 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
12094 custom test name.
12095
12096 2017-10-24 Pedro Alves <palves@redhat.com>
12097
12098 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
12099 include the unstable output directory name in the test's name.
12100 (initial_setup_simple) <'set args'>: Use custom test name.
12101
12102 2017-10-24 Pedro Alves <palves@redhat.com>
12103
12104 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
12105 with explicit test name.
12106
12107 2017-10-20 Pedro Alves <palves@redhat.com>
12108
12109 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
12110 'wait -i'. Use gdb_assert and remote_close.
12111
12112 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
12113
12114 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
12115 number from variable rather than hard-coded.
12116
12117 2017-10-19 Pedro Alves <palves@redhat.com>
12118
12119 * gdb.base/long-inferior-output.c: New file.
12120 * gdb.base/long-inferior-output.exp: New file.
12121
12122 2017-11-18 Keith Seitz <keiths@redhat.com>
12123
12124 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
12125 method.
12126 (main): Call it.
12127 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
12128 Add additional user-defined conversion operator tests.
12129
12130 2017-10-17 Pedro Alves <palves@redhat.com>
12131
12132 * boards/native-stdio-gdbserver.exp: Load "local-board".
12133
12134 2017-10-17 Pedro Alves <palves@redhat.com>
12135
12136 * gdb.base/quit-live.c: New file.
12137 * gdb.base/quit-live.exp: New file.
12138
12139 2017-10-16 Keith Seitz <keiths@redhat.com>
12140
12141 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
12142 (class_with_protected_typedef, class_with_private_typedef)
12143 (struct_with_public_typedef, struct_with_protected_typedef)
12144 (struct_with_private_typedef): New classes/structs.
12145 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
12146 typedefs and access specifiers.
12147
12148 2017-10-16 Pedro Alves <palves@redhat.com>
12149 Simon Marchi <simon.marchi@polymtl.ca>
12150
12151 * README (Local vs Remote vs Native): New section.
12152 * boards/local-board.exp: New file, with bits factored out from
12153 ...
12154 * boards/native-extended-gdbserver.exp: ... here. Load
12155 "local-board".
12156 * boards/native-gdbserver.exp: Load "local-board".
12157 (${board}_spawn, ${board}_exec): Delete.
12158 * boards/native-stdio-gdbserver.exp: Most contents factored out to
12159 ...
12160 * boards/stdio-gdbserver-base.exp: ... this new file.
12161 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
12162 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
12163 procedure.
12164 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
12165 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
12166 stdio_gdbserver_command.
12167 (${board}_get_remote_address, ${board}_get_comm_port)
12168 (${board}_download, ${board}_upload): Delete.
12169 (get_target_remote_pipe_cmd): New.
12170
12171 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
12172
12173 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
12174 test_bkpt_deletion, test_bkpt_cond_and_cmds,
12175 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
12176 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
12177 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
12178 remove with_test_prefix.
12179
12180 2017-10-13 Pedro Alves <palves@redhat.com>
12181
12182 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
12183 * gdb.base/annota1.exp: Use it instead of is_remote.
12184 * gdb.base/annota3.exp: Use it instead of is_remote.
12185 * gdb.cp/annota2.exp: Use it instead of is_remote.
12186 * gdb.cp/annota3.exp: Use it instead of is_remote.
12187 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
12188
12189 2017-10-13 Pedro Alves <palves@redhat.com>
12190
12191 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
12192 (test_num_test_vars, run_and_count_vars, find_env)
12193 (test_set_unset_env, test_inherit_env_var): New procedures.
12194 (top level): Use them.
12195
12196 2017-10-13 Pedro Alves <palves@redhat.com>
12197
12198 * lib/selftest-support.exp (selftest_setup): Extend comments, and
12199 also skip on stub-like targets.
12200
12201 2017-10-13 Pedro Alves <palves@redhat.com>
12202
12203 PR gdb/22293
12204 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
12205 (top level): Move some tests to ...
12206 (test_not_found): ... this new procedure.
12207 (top level): Call it.
12208
12209 2017-10-13 Pedro Alves <palves@redhat.com>
12210
12211 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
12212 expect different "info terminal" output if testing with a
12213 non-native target.
12214
12215 2017-10-13 Pedro Alves <palves@redhat.com>
12216 Simon Marchi <simon.marchi@polymtl.ca>
12217
12218 PR python/12966
12219 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
12220
12221 2017-10-13 Pedro Alves <palves@redhat.com>
12222
12223 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
12224 already.
12225
12226 2017-10-13 Pedro Alves <palves@redhat.com>
12227
12228 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
12229 is_remote.
12230
12231 2017-10-13 Pedro Alves <palves@redhat.com>
12232
12233 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
12234 is_remote.
12235
12236 2017-10-13 Pedro Alves <palves@redhat.com>
12237
12238 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
12239 is set.
12240 (corefile_test_attach): Likewise. Check can_spawn_for_attach
12241 instead of is_remote.
12242
12243 2017-10-13 Pedro Alves <palves@redhat.com>
12244
12245 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
12246 (top level): Add comment.
12247
12248 2017-10-13 Pedro Alves <palves@redhat.com>
12249
12250 * gdb.base/remote.exp (top level): Fix comment typo and add
12251 missing return.
12252
12253 2017-10-13 Pedro Alves <palves@redhat.com>
12254 Simon Marchi <simon.marchi@polymtl.ca>
12255
12256 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
12257 calls and add comments. Skip test if use_gdb_stub is set.
12258 (top level): Use "set cwd" command instead of "cd" command.
12259
12260 2017-10-13 Pedro Alves <palves@redhat.com>
12261
12262 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
12263 is_remote target check.
12264
12265 2017-10-13 Pedro Alves <palves@redhat.com>
12266
12267 * gdb.base/scope.exp: Use build_executable + clean_restart +
12268 gdb_file_cmd instead of prepare_for_testing and no longer skip
12269 "before run" tests on is_remote target boards. Update comments.
12270 * boards/native-extended-gdbserver.exp
12271 (extended_gdbserver_load_last_file): New, factored out from ...
12272 (gdb_load): ... this. Move further below and add comment.
12273 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
12274
12275 2017-10-12 Pedro Alves <palves@redhat.com>
12276
12277 * gdb.base/attach.exp: Remove references to gdb64.
12278 * gdb.base/dbx.exp: Remove references to gdb64.
12279
12280 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
12281 Pedro Alves <palves@redhat.com>
12282
12283 * gdb.base/label.exp: Remove is_remote target check.
12284
12285 2017-10-12 Pedro Alves <palves@redhat.com>
12286
12287 * gdb.base/auvx.exp (coredir): Update comment.
12288 (top level) <core_works>: Use "set cwd" command instead of "cd"
12289 command.
12290
12291 2017-10-12 Pedro Alves <palves@redhat.com>
12292 Simon Marchi <simon.marchi@polymtl.ca>
12293
12294 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
12295 target boards.
12296
12297 2017-10-12 Pedro Alves <palves@redhat.com>
12298 Simon Marchi <simon.marchi@polymtl.ca>
12299
12300 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
12301 Instead skip if there's any gdb_protocol set.
12302
12303 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
12304 Pedro Alves <palves@redhat.com>
12305
12306 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
12307
12308 2017-10-12 Pedro Alves <palves@redhat.com>
12309 Simon Marchi <simon.marchi@polymtl.ca>
12310
12311 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
12312 instead of on dejagnu remote boards.
12313
12314 2017-10-12 Pedro Alves <palves@redhat.com>
12315 Simon Marchi <simon.marchi@polymtl.ca>
12316
12317 * gdb.base/inferior-died.exp: Remove is_remote and isnative
12318 checks. Use build_executable + clean_restart instead of
12319 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
12320 of enabling non-stop after starting gdb.
12321
12322 2017-10-12 Pedro Alves <palves@redhat.com>
12323
12324 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
12325 * gdb.threads/non-ldr-exc-2.exp: Ditto.
12326 * gdb.threads/non-ldr-exc-3.exp: Ditto.
12327 * gdb.threads/non-ldr-exc-4.exp: Ditto.
12328
12329 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
12330
12331 * gdb.arch/arc-tdesc-cpu.exp: New file.
12332 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
12333
12334 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
12335
12336 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
12337
12338 2017-10-10 Pedro Alves <palves@redhat.com>
12339
12340 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
12341 expect CLI output.
12342
12343 2017-10-10 Pedro Alves <palves@redhat.com>
12344
12345 * lib/selftest-support.exp (selftest_setup): Update for
12346 captured_command_loop's prototype change.
12347
12348 2017-10-09 Pedro Alves <palves@redhat.com>
12349
12350 Test both arch1=>arch2 and arch2=>arch1.
12351
12352 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
12353 (srcfile2, binfile2, march1, march2): Remove globals. Largely
12354 factored out to...
12355 (append_arch1_options, append_arch2_options, append_arch_options)
12356 (build_executables): New procedures.
12357 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
12358 local.
12359 (top level): Add new 'first_arch' testing axis.
12360
12361 2017-10-09 Pedro Alves <palves@redhat.com>
12362
12363 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
12364 (barrier): New.
12365 (thread_start, all_started): New functions.
12366 (main): Spawn new thread and wait until it is scheduled.
12367 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
12368 option.
12369 (do_test): Add 'selected_thread' parameter. Run to all_started
12370 instead of main. Explicitly set the breakpoint at main. Switch
12371 to the SELECTED_THREAD thread.
12372 (top level): Test handling the exec event with either the main
12373 thread or the second thread selected.
12374
12375 2017-10-09 Pedro Alves <palves@redhat.com>
12376
12377 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
12378 logic. Move STOP marker after the value checks.
12379 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
12380 regexp.
12381
12382 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
12383
12384 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
12385
12386 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
12387
12388 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
12389 integer-to-dfp conversion.
12390 * gdb.base/dfp-test.exp: Likewise.
12391
12392 2017-10-04 Pedro Alves <palves@redhat.com>
12393
12394 * gdb.multi/hangout.c: Include <unistd.h>.
12395 (hangout_loop): New function.
12396 (main): Call alarm. Call hangout_loop in a loop.
12397 * gdb.multi/hello.c: Include <unistd.h>.
12398 (hello_loop): New function.
12399 (main): Call alarm. Call hangout_loop in a loop.
12400 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
12401 inferior with the other selected.
12402
12403 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
12404
12405 * gdb.mi/list-thread-groups-available.exp: New file.
12406 * gdb.mi/list-thread-groups-available.c: New file.
12407
12408 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
12409
12410 * gdb.base/set-cwd.exp: Make it available on
12411 native-extended-gdbserver.
12412
12413 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
12414
12415 * gdb.base/set-cwd.c: New file.
12416 * gdb.base/set-cwd.exp: Likewise.
12417
12418 2017-10-02 Tom Tromey <tom@tromey.com>
12419
12420 PR rust/22236:
12421 * gdb.rust/simple.rs (main): New variable "fslice".
12422 * gdb.rust/simple.exp: Add slice tests. Update string tests.
12423
12424 2017-10-02 Tom Tromey <tom@tromey.com>
12425
12426 * gdb.rust/simple.exp: Test ptype of a slice.
12427
12428 2017-10-02 Tom Tromey <tom@tromey.com>
12429
12430 * gdb.rust/simple.exp: Test index of slice.
12431
12432 2017-09-27 Tom Tromey <tom@tromey.com>
12433
12434 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
12435
12436 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
12437 Pedro Alves <palves@redhat.com>
12438
12439 * gdb.base/compare-sections.exp (get value of read-only section): Read
12440 as unsigned value.
12441 (corrupt read-only section): Likewise and don't set written if patching
12442 failed.
12443
12444 2017-09-21 Kevin Buettner <kevinb@redhat.com>
12445
12446 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
12447 files.
12448
12449 2017-09-20 Pedro Alves <palves@redhat.com>
12450
12451 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
12452 symbol names in gdb's output.
12453 * gdb.cp/overload.exp ("list all overloads"): Likewise.
12454
12455 2017-09-20 Pedro Alves <palves@redhat.com>
12456
12457 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
12458 Rename to ...
12459 (test_list_ambiguous_symbol): ... this and add a symbol name
12460 parameter. Adjust.
12461 (test_list_ambiguous_function): Reimplement on top of
12462 test_list_ambiguous_symbol and also test listing ambiguous
12463 variables.
12464 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
12465 (ambiguous_fun): ... this.
12466 (ambiguous_var): New.
12467 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
12468 (ambiguous_fun): ... this.
12469 (ambiguous_var): New.
12470
12471 2017-09-19 John Baldwin <jhb@FreeBSD.org>
12472
12473 * gdb.base/starti.c: New file.
12474 * gdb.base/starti.exp: New file.
12475 * lib/gdb.exp (gdb_starti_cmd): New procedure.
12476
12477 2017-09-14 Pedro Alves <palves@redhat.com>
12478
12479 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
12480 (top level): Use it instead of runto.
12481
12482 2017-09-11 Tom Tromey <tom@tromey.com>
12483
12484 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
12485
12486 2017-09-11 Tom Tromey <tom@tromey.com>
12487
12488 * gdb.python/py-infthread.exp: Add tests for new_thread event.
12489 * gdb.python/py-inferior.exp: Add tests for new inferior events.
12490
12491 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
12492
12493 * gdb.fortran/printing-types.exp: New file.
12494 * gdb.fortran/printing-types.exp: New file.
12495
12496 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
12497
12498 * gdb.fortran/vla-ptype.exp: Fix typos.
12499 * gdb.fortran/vla-value.exp: Same.
12500
12501 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
12502
12503 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
12504 * gdb.mi/mi-var-child-f.exp: Likewise.
12505 * gdb.mi/mi-vla-fortran.exp: Likewise.
12506
12507 2017-09-08 Frank Penczek <frank.penczek@intel.com>
12508 Christoph Weinmann <christoph.t.weinmann@intel.com>
12509 Bernhard Heckel <bernhard.heckel@intel.com>
12510
12511 * gdb.fortran/ptr-indentation.f90: New file.
12512 * gdb.fortran/ptr-indentation.exp: New file.
12513
12514 2017-09-05 Tom Tromey <tom@tromey.com>
12515
12516 PR gdb/22010:
12517 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
12518
12519 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
12520
12521 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
12522
12523 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
12524
12525 * gdb.threads/tls-nodebug-pie.c: New file.
12526 * gdb.threads/tls-nodebug-pie.exp: New file.
12527
12528 2017-09-05 Tom Tromey <tom@tromey.com>
12529
12530 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
12531 for rust.
12532
12533 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
12534
12535 * gdb.multi/multi-arch-exec.exp: Test with different
12536 "follow-exec-mode" settings.
12537 (do_test): New procedure.
12538
12539 2017-09-04 Pedro Alves <palves@redhat.com>
12540
12541 * gdb.base/func-static.c (S::method const, S::method volatile)
12542 (S::method volatile const): New methods.
12543 (c_s, v_s, cv_s): New instances.
12544 (main): Call method() on them.
12545 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
12546 (cannot_resolve): New procedure.
12547 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
12548 print-quote-unquoted columns.
12549 (do_test): Test printing each scope too.
12550
12551 2017-09-04 Pedro Alves <palves@redhat.com>
12552
12553 * gdb.base/local-static.exp: Also test with
12554 class::method::variable wholly quoted.
12555 * gdb.cp/m-static.exp (class::method::variable): Remove test.
12556
12557 2017-09-04 Pedro Alves <palves@redhat.com>
12558
12559 * gdb.base/local-static.c: New.
12560 * gdb.base/local-static.cc: New.
12561 * gdb.base/local-static.exp: New.
12562
12563 2017-09-04 Pedro Alves <palves@redhat.com>
12564
12565 * gdb.asm/asm-source.exp: Add casts to int.
12566 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
12567 (dataglobal64_1, dataglobal64_2): New globals.
12568 * gdb.base/nodebug.exp: Test different expressions involving the
12569 new globals, with print, whatis and ptype. Add casts to int.
12570 * gdb.base/solib-display.exp: Add casts to int.
12571 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
12572 * gdb.cp/m-static.exp: Add cast to int.
12573 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
12574 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
12575 tls variable with no debug info without a cast. Test with a cast
12576 to int too.
12577 * gdb.trace/entry-values.exp: Add casts.
12578
12579 2017-09-04 Pedro Alves <palves@redhat.com>
12580
12581 * gdb.base/nodebug.exp: Test that ptype's error about functions
12582 with unknown return type includes the function name too.
12583
12584 2017-09-04 Pedro Alves <palves@redhat.com>
12585
12586 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
12587 return type of munmap in infcall.
12588 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
12589 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
12590 type of ftell in infcall.
12591 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
12592 type of getpid in infcall.
12593 * gdb.base/infcall-exec.exp: Cast return type of execlp in
12594 infcall.
12595 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
12596 Bail on failure to extract the pid.
12597 * gdb.base/nodebug.c: #include <stdint.h>.
12598 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
12599 New functions.
12600 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
12601 Change expected output of print/whatis/ptype with functions with
12602 no debug info. Test all supported languages. Call
12603 test_call_promotion.
12604 * gdb.compile/compile.exp: Adjust expected output to expect
12605 warning.
12606 * gdb.threads/siginfo-threads.exp: Likewise.
12607
12608 2017-09-04 Pedro Alves <palves@redhat.com>
12609
12610 * gdb.base/callfuncs.exp (do_function_calls): New parameter
12611 "prototypes". Test calling float functions via prototyped and
12612 unprototyped function pointers.
12613 (perform_all_tests): New parameter "prototypes". Pass it down.
12614 (top level): Pass down "prototypes" parameter to
12615 perform_all_tests.
12616
12617 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
12618
12619 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
12620 Test with nested loops.
12621
12622 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
12623
12624 * gdb.base/commands.exp: Call the new procedures.
12625 (loop_break_test, loop_continue_test): New procedures.
12626
12627 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
12628
12629 * gdb.base/commands.exp: Call new procedure.
12630 (define_if_without_arg_test): New procedure.
12631
12632 2017-09-04 Pedro Alves <palves@redhat.com>
12633
12634 * gdb.base/list-ambiguous.exp: New file.
12635 * gdb.base/list-ambiguous0.c: New file.
12636 * gdb.base/list-ambiguous1.c: New file.
12637 * gdb.base/list.exp (test_list_range): Adjust expected output.
12638
12639 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
12640
12641 * gdb.base/share-env-with-gdbserver.c: New file.
12642 * gdb.base/share-env-with-gdbserver.exp: Likewise.
12643
12644 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
12645
12646 * gdb.base/commands.exp (gdbvar_simple_if_test,
12647 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
12648 progvar_simple_if_test, progvar_simple_while_test,
12649 progvar_complex_if_while_test, user_defined_command_test,
12650 user_defined_command_args_eval,
12651 user_defined_command_args_stack_test,
12652 user_defined_command_manyargs_test, bp_deleted_in_command_test,
12653 temporary_breakpoint_commands,
12654 gdb_test_no_prompt, redefine_hook_test,
12655 redefine_backtrace_test): Remove "global gdb_prompt".
12656
12657 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
12658
12659 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
12660 New proc, call it from toplevel.
12661
12662 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
12663
12664 PR remote/21852
12665 * gdb.server/normal.c: New file, copied from gdb.base.
12666 * gdb.server/run-without-local-binary.exp: New file.
12667
12668 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
12669
12670 * gdb.arch/sparc64-adi.exp: New file.
12671 * gdb.arch/sparc64-adi.c: New file.
12672
12673 2017-08-22 Pedro Alves <palves@redhat.com>
12674
12675 * gdb.cp/overload.exp (line_range_pattern): New procedure.
12676 (top level): Add "list all overloads" tests.
12677
12678 2017-08-22 Tom Tromey <tom@tromey.com>
12679
12680 * gdb.gdb/xfullpath.exp: Remove.
12681
12682 2017-08-21 Pedro Alves <palves@redhat.com>
12683
12684 PR gdb/19487
12685 * gdb.base/symbol-alias.c: New.
12686 * gdb.base/symbol-alias2.c: New.
12687 * gdb.base/symbol-alias.exp: New.
12688
12689 2017-08-21 Pedro Alves <palves@redhat.com>
12690
12691 * gdb.base/dfp-test.c
12692 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
12693 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
12694 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
12695 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
12696 * gdb.base/whatis-ptype-typedefs.c: New.
12697 * gdb.base/whatis-ptype-typedefs.exp: New.
12698 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
12699 (an_int, an_int_type, an_int_type2): New globals.
12700 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
12701 involving typedefs and cast expressions.
12702 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
12703 (lookup_typedefs_function): New.
12704 (typedefs_pretty_printers_dict): New.
12705 (top level): Register lookup_typedefs_function in
12706 gdb.pretty_printers.
12707
12708 2017-08-18 Yao Qi <yao.qi@linaro.org>
12709
12710 * gdb.server/unittest.exp: New.
12711
12712 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
12713
12714 PR gdb/21954
12715 * gdb.base/environ.exp: Add test to check if 'unset environment'
12716 works.
12717
12718 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
12719
12720 * lib/gdb.exp (universal_compile_options): New caching proc.
12721 (gdb_compile): Suppress GCC's coloring of messages.
12722
12723 2017-08-14 Tom Tromey <tom@tromey.com>
12724
12725 PR gdb/21675:
12726 * gdb.base/printcmds.exp (test_radices): New function.
12727 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
12728 * gdb.base/sizeof.exp (check_valueof): Use p/d.
12729 * lib/gdb.exp (get_integer_valueof): Use p/d.
12730
12731 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
12732
12733 * lib/gdb.exp (get_valueof): Don't capture end-of-line
12734 characters.
12735
12736 2017-08-05 Tom Tromey <tom@tromey.com>
12737
12738 * gdb.rust/simple.exp: Allow String to appear in a different
12739 namespace.
12740
12741 2017-07-26 Yao Qi <yao.qi@linaro.org>
12742
12743 * gdb.gdb/unittest.exp: Invoke command
12744 "maintenance check xml-descriptions".
12745
12746 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12747
12748 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
12749 calling context.
12750 (hex128): Drop erroneous calculation of parameters.
12751
12752 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
12753
12754 * gdb.python/py-unwind.exp: Disable stack protection when
12755 building test file.
12756
12757 2017-07-20 Pedro Alves <palves@redhat.com>
12758
12759 * gdb.base/default.exp (set language): Adjust expected output.
12760
12761 2017-07-20 Pedro Alves <palves@redhat.com>
12762
12763 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
12764 (test_minsym): ... this, and make static.
12765 (get_pck__foo__bar__minsym): Rename to ...
12766 (get_test_minsym): ... this.
12767 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
12768 symbol names and comments.
12769 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
12770 (get_test_minsym): ... this.
12771 (pck__foo__bar__minsym__2): Rename to ...
12772 (test_minsym): ... this.
12773 (main): Adjust.
12774
12775 2017-07-17 Pedro Alves <palves@redhat.com>
12776
12777 * gdb.base/completion.exp: Adjust expected output.
12778 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
12779 the completer works.
12780
12781 2017-07-17 Pedro Alves <palves@redhat.com>
12782
12783 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
12784
12785 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
12786
12787 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
12788
12789 2017-07-14 Tom Tromey <tom@tromey.com>
12790
12791 PR rust/21764:
12792 * gdb.rust/simple.exp: Add tests.
12793
12794 2017-07-14 Tom Tromey <tom@tromey.com>
12795
12796 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
12797
12798 2017-07-14 Pedro Alves <palves@redhat.com>
12799
12800 * gdb.linespec/base/one/thefile.cc (z1): New function.
12801 * gdb.linespec/base/two/thefile.cc (z2): New function.
12802 * gdb.linespec/linespec.exp: Add tests.
12803
12804 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
12805
12806 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
12807 to mi_create_breakpoint.
12808
12809 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
12810
12811 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
12812 mi_create_breakpoint.
12813
12814 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
12815
12816 * gdb.dlang/demangle.exp: Update for demangling changes.
12817
12818 2017-07-09 Tom Tromey <tom@tromey.com>
12819
12820 * gdb.dwarf2/shortpiece.exp: New file.
12821
12822 2017-07-06 David Blaikie <dblaikie@gmail.com>
12823
12824 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
12825 built from fissiont-multi-cu{1,2}.c.
12826 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
12827 except putting 'main' and 'func' in separate CUs in the same DWO file.
12828 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
12829 test.
12830 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
12831 test.
12832
12833 2017-07-06 Pedro Alves <palves@redhat.com>
12834
12835 * gdb.python/py-unwind.exp: Test flushregs.
12836
12837 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
12838
12839 PR cli/21688
12840 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
12841 tests for alias commands and trailing whitespace.
12842
12843 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
12844
12845 PR cli/21688
12846 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
12847 procedure. Call it.
12848
12849 2017-06-29 Pedro Alves <palves@redhat.com>
12850
12851 * gdb.base/printcmds.exp: Add tests.
12852
12853 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
12854
12855 PR gdb/21337
12856 * gdb.base/reread-readsym.exp: New file.
12857 * gdb.base/reread-readsym.c: New file.
12858
12859 2017-06-21 Kevin Buettner <kevinb@redhat.com>
12860
12861 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
12862 subpattern.
12863
12864 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
12865
12866 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
12867 extended mnemonic.
12868 * gdb.arch/powerpc-power9.s: Likewise.
12869
12870 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
12871
12872 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
12873 on 32-bit x86 targets. Exploit is_*_target macros where
12874 appropriate.
12875
12876 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12877
12878 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
12879 register pieces.
12880
12881 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12882
12883 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
12884 located in one or more DWARF pieces.
12885
12886 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12887
12888 * lib/gdb.exp (get_endianness): New proc.
12889 * gdb.arch/aarch64-fp.exp: Use it.
12890 * gdb.arch/altivec-regs.exp: Likewise.
12891 * gdb.arch/e500-regs.exp: Likewise.
12892 * gdb.arch/vsx-regs.exp: Likewise.
12893 * gdb.base/dump.exp: Likewise.
12894 * gdb.base/funcargs.exp: Likewise.
12895 * gdb.base/gnu_vector.exp: Likewise.
12896 * gdb.dwarf2/formdata16.exp: Likewise.
12897 * gdb.dwarf2/implptrpiece.exp: Likewise.
12898 * gdb.dwarf2/nonvar-access.exp: Likewise.
12899 * gdb.python/py-inferior.exp: Likewise.
12900 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
12901
12902 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12903
12904 PR gdb/21226
12905 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
12906 stack value pieces are taken from the LSB end.
12907
12908 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12909
12910 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
12911 variable at nonzero offset.
12912
12913 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12914
12915 * gdb.dwarf2/var-access.c: New file.
12916 * gdb.dwarf2/var-access.exp: New test.
12917 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
12918
12919 2017-06-12 Tom Tromey <tom@tromey.com>
12920
12921 * gdb.dwarf2/formdata16.exp: Add tests.
12922
12923 2017-06-12 Tom Tromey <tom@tromey.com>
12924
12925 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
12926
12927 2017-06-12 Tom Tromey <tom@tromey.com>
12928
12929 PR exp/16225:
12930 * gdb.reverse/i386-sse-reverse.exp: Update tests.
12931 * gdb.arch/vsx-regs.exp: Update tests.
12932 * gdb.arch/s390-vregs.exp (hex128): New proc.
12933 Update test.
12934 * gdb.arch/altivec-regs.exp: Update tests.
12935
12936 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
12937
12938 * gdb.base/startup-with-shell.c: New file.
12939 * gdb.base/startup-with-shell.exp: Likewise.
12940
12941 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
12942
12943 * gdb.server/non-existing-program.exp: Update regex in order to
12944 reflect the fact that gdbserver is now using fork_inferior (with a
12945 shell) to startup the inferior.
12946
12947 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
12948
12949 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
12950 support function calls from GDB.
12951
12952 2017-05-21 Tom Tromey <tom@tromey.com>
12953
12954 PR rust/21466:
12955 * gdb.rust/unsized.exp: New file.
12956 * gdb.rust/unsized.rs: New file.
12957
12958 2017-05-19 Tom Tromey <tom@tromey.com>
12959
12960 PR rust/21484:
12961 * gdb.rust/watch.exp: New file.
12962 * gdb.rust/watch.rs: New file.
12963
12964 2017-05-18 Tom Tromey <tom@tromey.com>
12965
12966 * gdb.rust/simple.exp: Allow Box to be qualified.
12967
12968 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
12969
12970 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
12971
12972 2017-05-18 Pedro Alves <palves@redhat.com>
12973
12974 * gdb.base/fileio.c (test_write, test_read, test_close)
12975 (test_fstat): Don't print 'ret' in the fail path.
12976
12977 2017-05-18 Pedro Alves <palves@redhat.com>
12978
12979 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
12980 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
12981 (test_system, test_rename, test_unlink, test_time): Change
12982 prototypes.
12983 * gdb.base/fileio.exp (stop_msg): Adjust.
12984
12985 2017-05-18 Pedro Alves <palves@redhat.com>
12986
12987 * gdb.base/fileio.c (null_str): New global.
12988 (test_stat): Use it.
12989 * gdb.base/fileio.exp: Remove nowarnings.
12990
12991 2017-05-17 Yao Qi <yao.qi@linaro.org>
12992
12993 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
12994
12995 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
12996
12997 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
12998 argument command.
12999 (top-level): Invoke test_set_inferior_tty.
13000
13001 2017-05-04 Pedro Alves <palves@redhat.com>
13002
13003 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
13004 Add parens to print call for Python 3.
13005
13006 2017-05-03 Keith Seitz <keiths@redhat.com>
13007
13008 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
13009 (main): Call it.
13010
13011 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
13012
13013 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
13014 to prev and next.
13015
13016 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
13017
13018 * gdb.python/py-record-btrace.exp: Remove test for
13019 gdb.BtraceInstruction.error.
13020
13021 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
13022
13023 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
13024
13025 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
13026
13027 * gdb.python/py-record-btrace-threads.c: New file.
13028 * gdb.python/py-record-btrace-threads.exp: New file.
13029
13030 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
13031
13032 PR testsuite/8595
13033 * gdb.base/environ.exp: Make test available in all architectures.
13034 Move bits related to "info program" testing to
13035 gdb.base/info-program.exp. Rewrite tests to use the two new
13036 procedures mentione below.
13037 (test_set_show_env_var) New procedure.
13038 (test_set_show_env_var_equal): Likewise.
13039 * gdb.base/info-program.exp: New file.
13040
13041 2017-04-27 Keith Seitz <keiths@redhat.com>
13042
13043 * gdb.cp/oranking.cc (test15): New function.
13044 (main): Call test15 and declare additional variables for testing.
13045 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
13046 "p foo101('abc')" tests.
13047 Add tests for cv qualifier overloads.
13048 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
13049 "lvalue reference overload" test.
13050 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
13051 "print value of f1 on Child&& in f2" test.
13052
13053 2017-04-19 Pedro Alves <palves@redhat.com>
13054
13055 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
13056 procedure.
13057 (top level): Call it.
13058 * lib/gdb.exp (gdb_define_cmd): New procedure.
13059
13060 2017-04-12 Pedro Alves <palves@redhat.com>
13061
13062 PR gdb/21323
13063 * gdb.cp/wide_char_types.c: Include <wchar.h>.
13064 (wchar): New global.
13065 * gdb.cp/wide_char_types.exp (wide_char_types_program)
13066 (do_test_wide_char, wide_char_types_no_program, top level): Add
13067 wchar_t testing.
13068
13069 2017-04-12 Pedro Alves <palves@redhat.com>
13070
13071 PR c++/21323
13072 * gdb.cp/wide_char_types.c: New file.
13073 * gdb.cp/wide_char_types.exp: New file.
13074
13075 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
13076
13077 PR gdb/21352
13078 * gdb.trace/tsv.exp: Add test for "tsave -r".
13079
13080 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
13081
13082 * gdb.dlang/watch-loc.c: New file.
13083 * gdb.dlang/watch-loc.exp: New file.
13084
13085 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
13086
13087 * gdb.python/py-section-script.exp (sepdebug): New testcases.
13088
13089 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
13090
13091 * gdb.arch/arc-analyze-prologue.S: New file.
13092 * gdb.arch/arc-analyze-prologue.exp: Likewise.
13093
13094 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
13095
13096 * gdb.arch/arc-decode-insn.S: New file.
13097 * gdb.arch/arc-decode-insn.exp: Likewise.
13098
13099 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
13100
13101 PR tdep/20928
13102 * gdb.arch/sparc64-regs.exp: New file.
13103 * gdb.arch/sparc64-regs.S: Likewise.
13104
13105 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
13106
13107 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
13108 and memory view on Python 3.
13109
13110 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
13111 Keith Seitz <keiths@redhat.com>
13112
13113 PR gdb/14441
13114 * gdb.cp/demangle.exp: Add rvalue reference tests.
13115 * gdb.cp/rvalue-ref-casts.cc: New file.
13116 * gdb.cp/rvalue-ref-casts.exp: New file.
13117 * gdb.cp/rvalue-ref-overload.cc: New file.
13118 * gdb.cp/rvalue-ref-overload.exp: New file.
13119 * gdb.cp/rvalue-ref-params.cc: New file.
13120 * gdb.cp/rvalue-ref-params.exp: New file.
13121 * gdb.cp/rvalue-ref-sizeof.cc: New file.
13122 * gdb.cp/rvalue-ref-sizeof.exp: New file.
13123 * gdb.cp/rvalue-ref-types.cc: New file.
13124 * gdb.cp/rvalue-ref-types.exp: New file.
13125 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
13126 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
13127
13128 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
13129
13130 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
13131 New procedure.
13132
13133 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
13134
13135 * lib/mi-support.exp (mi_gdb_test): Add additional message
13136 for unexpected output.
13137
13138 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
13139
13140 * gdb.base/examine-backward.c (Barrier): New character array
13141 constant, to ensure that TestStrings is preceded by a string
13142 terminator.
13143
13144 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13145
13146 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
13147 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
13148 and implicit pointer into such a location.
13149
13150 2017-03-16 Doug Evans <dje@google.com>
13151
13152 * gdb.python/py-lazy-string (pointer): Really add new typedef.
13153
13154 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
13155
13156 * gdb.cp/m-static.exp: Fix expectation for prototype of
13157 test5.single_constructor and single_constructor::single_constructor.
13158
13159 2017-03-16 Doug Evans <dje@google.com>
13160
13161 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
13162 * gdb.guile/scm-lazy-string.c: New file.
13163 * gdb.guile/scm-value.exp: Move lazy string tests to ...
13164 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
13165 for pointer, array, typedef lazy strings.
13166
13167 2017-03-16 Doug Evans <dje@google.com>
13168
13169 PR python/17728, python/18439, python/18779
13170 * gdb.python/py-value.c (main) Delete locals sptr, sn.
13171 * gdb.python/py-lazy-string.c (pointer): New typedef.
13172 (main): New locals ptr, array, typedef_ptr.
13173 * gdb.python/py-value.exp: Move lazy string tests to ...
13174 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
13175 array, typedef lazy strings.
13176
13177 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
13178
13179 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
13180 Add optional 'test' parameter.
13181
13182 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
13183
13184 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
13185 Skip for versions of DejaGnu < 1.5.
13186
13187 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
13188
13189 * lib/gdb.exp (dejagnu_version): New proc.
13190 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
13191 Use dejagnu_version.
13192
13193 2017-03-10 Keith Seitz <keiths@redhat.com>
13194
13195 PR c++/8128
13196 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
13197 type from destructor regexps.
13198 Add a branch which actually passes the test.
13199 Adjust "ptype t5i" test names.
13200
13201 2017-03-08 Pedro Alves <palves@redhat.com>
13202
13203 * gdb.base/step-over-exit.exp: Add explicit test message.
13204
13205 2017-03-08 Pedro Alves <palves@redhat.com>
13206
13207 PR gdb/18360
13208 * gdb.threads/interrupt-while-step-over.c: New file.
13209 * gdb.threads/interrupt-while-step-over.exp: New file.
13210
13211 2017-03-08 Pedro Alves <palves@redhat.com>
13212
13213 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
13214 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
13215
13216 2017-03-08 Pedro Alves <palves@redhat.com>
13217
13218 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
13219 PKRU as not supported as a PASS.
13220
13221 2017-03-08 Pedro Alves <palves@redhat.com>
13222
13223 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
13224 prefix instead of $binfile1/$binfile2.
13225 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
13226 in test message.
13227 * gdb.python/py-completion.exp: Use "load python file" as test
13228 messages instead of unstable path names.
13229
13230 2017-03-08 Pedro Alves <palves@redhat.com>
13231 Jan Kratochvil <jan.kratochvil@redhat.com>
13232
13233 PR cli/21218
13234 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
13235 New proc.
13236 (top level): Call it.
13237
13238 2017-03-08 Pedro Alves <palves@redhat.com>
13239
13240 PR tui/21216
13241 * gdb.tui/tui-nl-filtered-output.exp: New file.
13242
13243 2017-03-08 Pedro Alves <palves@redhat.com>
13244
13245 * gdb.base/completion.exp: Move TUI completion tests to ...
13246 * gdb.tui/completion.exp: ... this new file.
13247
13248 2017-03-08 Pedro Alves <palves@redhat.com>
13249
13250 * gdb.base/tui-disasm-long-lines.c,
13251 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
13252 gdb.base/tui-layout.exp: Move to ...
13253 * gdb.tui/: ... this new directory.
13254
13255 2017-03-07 Pedro Alves <palves@redhat.com>
13256
13257 * gdb.base/tui-layout.c: New file.
13258 * gdb.base/tui-layout.exp: New file.
13259
13260 2017-03-07 Pedro Alves <palves@redhat.com>
13261
13262 * gdb.base/tui-layout.c: Rename to ...
13263 * gdb.base/tui-disasm-long-lines.c: ... this.
13264 * gdb.base/tui-layout.exp: Rename to ...
13265 * gdb.base/tui-disasm-long-lines.exp: ... this.
13266
13267 2017-03-07 Pedro Alves <palves@redhat.com>
13268
13269 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
13270
13271 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
13272
13273 * i386-mpx-call.c: New file.
13274 * i386-mpx-call.exp: New file.
13275
13276 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
13277
13278 * gdb.arch/powerpc-power.exp: Delete test.
13279 * gdb.arch/powerpc-power.s: Likewise.
13280 * gdb.disasm/disassembler-options.exp: New test.
13281 * gdb.arch/powerpc-altivec.exp: Likewise.
13282 * gdb.arch/powerpc-altivec.s: Likewise.
13283 * gdb.arch/powerpc-altivec2.exp: Likewise.
13284 * gdb.arch/powerpc-altivec2.s: Likewise.
13285 * gdb.arch/powerpc-altivec3.exp: Likewise.
13286 * gdb.arch/powerpc-altivec3.s: Likewise.
13287 * gdb.arch/powerpc-power7.exp: Likewise.
13288 * gdb.arch/powerpc-power7.s: Likewise.
13289 * gdb.arch/powerpc-power8.exp: Likewise.
13290 * gdb.arch/powerpc-power8.s: Likewise.
13291 * gdb.arch/powerpc-power9.exp: Likewise.
13292 * gdb.arch/powerpc-power9.s: Likewise.
13293 * gdb.arch/powerpc-vsx.exp: Likewise.
13294 * gdb.arch/powerpc-vsx.s: Likewise.
13295 * gdb.arch/powerpc-vsx2.exp: Likewise.
13296 * gdb.arch/powerpc-vsx2.s: Likewise.
13297 * gdb.arch/powerpc-vsx3.exp: Likewise.
13298 * gdb.arch/powerpc-vsx3.s: Likewise.
13299 * gdb.arch/arm-disassembler-options.exp: Likewise.
13300 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
13301 * gdb.arch/s390-disassembler-options.exp: Likewise.
13302
13303 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
13304
13305 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
13306 (check_supported_features): ... this. Changed return type to void.
13307 (supports_rdseed): New static global.
13308 (rdseed): Check supports_rdseed.
13309 (initialize): Call check_supported_features.
13310
13311 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13312
13313 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
13314 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
13315 and lqarx/stqcx.
13316 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
13317 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
13318
13319 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13320
13321 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
13322 uppercase.
13323
13324 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13325
13326 * gdb.dwarf2/formdata16.c: New file.
13327 * gdb.dwarf2/formdata16.exp: New file.
13328 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
13329
13330 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13331
13332 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
13333 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
13334 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
13335 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
13336 DW_AT_GNU_*.
13337
13338 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13339
13340 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
13341
13342 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
13343
13344 PR gdb/21164
13345 * gdb.base/maint.exp: Add testcases for when the commands do
13346 not have arguments.
13347
13348 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
13349
13350 * gdb.cp/chained-calls.exp: Use p instead of P.
13351
13352 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
13353
13354 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
13355 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
13356
13357 2017-02-14 Tom Tromey <tom@tromey.com>
13358
13359 PR python/13598:
13360 * gdb.python/py-events.exp: Add before_prompt event tests.
13361
13362 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
13363
13364 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
13365
13366 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
13367
13368 * gdb.linespec/explicit.c (my_unique_function_name): New function.
13369 (main): Call my_unique_function_name.
13370 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
13371 completion of patterns with a single match.
13372 Add missing -re switches to gdb_test_multiple calls.
13373
13374 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
13375
13376 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
13377 return if core file is not recognized.
13378
13379 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
13380
13381 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
13382 and extra UIs.
13383
13384 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
13385
13386 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
13387 proc_with_prefix.
13388
13389 2017-02-10 Tom Tromey <tom@tromey.com>
13390
13391 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
13392
13393 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
13394
13395 PR gdb/21122
13396 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
13397
13398 2017-02-08 Jerome Guitton <guitton@adacore.com>
13399
13400 * gdb.base/define.exp: Add test for command abbreviations
13401 in define.
13402
13403 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
13404
13405 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
13406 * gdb.reverse/insn-reverse-x86.c: New file.
13407
13408 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
13409
13410 PR tdep/20936
13411 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
13412
13413 2017-02-03 Tom Tromey <tom@tromey.com>
13414
13415 PR rust/21097:
13416 * gdb.rust/simple.exp: Add new tests.
13417
13418 2017-02-02 Pedro Alves <palves@redhat.com>
13419
13420 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
13421 tests.
13422
13423 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13424
13425 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
13426 taking a 2-byte value out of a 4-byte DWARF implicit value on
13427 big-endian targets.
13428 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
13429 logic. Add test cases for DW_OP_implicit.
13430
13431 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13432
13433 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
13434
13435 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13436
13437 * gdb.btrace/enable.exp: Call gdb_exit before
13438 skip_gdbserver_tests.
13439
13440 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13441
13442 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
13443 GDBFLAGS.
13444
13445 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13446
13447 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
13448 the test is skipped.
13449 * gdb.btrace/data.exp: Likewise.
13450 * gdb.btrace/delta.exp: Likewise.
13451 * gdb.btrace/dlopen.exp: Likewise.
13452 * gdb.btrace/enable-running.exp: Likewise.
13453 * gdb.btrace/enable.exp: Likewise.
13454 * gdb.btrace/exception.exp: Likewise.
13455 * gdb.btrace/function_call_history.exp: Likewise.
13456 * gdb.btrace/gcore.exp: Likewise.
13457 * gdb.btrace/instruction_history.exp: Likewise.
13458 * gdb.btrace/multi-thread-step.exp: Likewise.
13459 * gdb.btrace/nohist.exp: Likewise.
13460 * gdb.btrace/non-stop.exp: Likewise.
13461 * gdb.btrace/reconnect.exp: Likewise.
13462 * gdb.btrace/record_goto-step.exp: Likewise.
13463 * gdb.btrace/record_goto.exp: Likewise.
13464 * gdb.btrace/rn-dl-bind.exp: Likewise.
13465 * gdb.btrace/segv.exp: Likewise.
13466 * gdb.btrace/step.exp: Likewise.
13467 * gdb.btrace/stepi.exp: Likewise.
13468 * gdb.btrace/tailcall-only.exp: Likewise.
13469 * gdb.btrace/tailcall.exp: Likewise.
13470 * gdb.btrace/tsx.exp: Likewise.
13471 * gdb.btrace/unknown_functions.exp: Likewise.
13472 * gdb.btrace/vdso.exp: Likewise.
13473
13474 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13475
13476 * gdb.btrace/enable-running.c: New.
13477 * gdb.btrace/enable-running.exp: New.
13478
13479 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
13480
13481 * gdb.arch/amd64-gs_base.c: New file.
13482 * gdb.arch/amd64-gs_base.exp: New file.
13483
13484 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
13485
13486 * lib/memory.exp: Remove spurious empty newlines.
13487
13488 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
13489
13490 * gdb.python/py-bad-printers.exp: Load python file using "source".
13491 * gdb.python/py-events.exp: Likewise.
13492 * gdb.python/py-evsignal.exp: Likewise.
13493 * gdb.python/py-evthreads.exp: Likewise.
13494 * gdb.python/py-frame-args.exp: Likewise.
13495 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
13496 * gdb.python/py-framefilter-mi.exp: Likewise.
13497 * gdb.python/py-framefilter.exp: Likewise.
13498 * gdb.python/py-mi.exp: Likewise.
13499 * gdb.python/py-pp-maint.exp: Likewise.
13500 * gdb.python/py-pp-registration.exp: Likewise.
13501 * gdb.python/py-prettyprint.exp: Likewise.
13502 (run_lang_tests): Likewise.
13503 * gdb.python/py-typeprint.exp: Likewise.
13504
13505 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
13506
13507 * lib/memory.exp: New file.
13508 * lib/gdb.exp: Load memory.exp.
13509 * gdb.base/memattr.exp (delete_memory): Move proc to
13510 lib/memory.exp and rename to delete_memory_regions.
13511 Replace delete_memory with delete_memory_regions.
13512 Cleanup memory regions before tests.
13513 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
13514 before tests.
13515
13516 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
13517
13518 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
13519 files.
13520 (initialize): New function conditionally defined.
13521 (testcases): Move within conditional block.
13522 (main): Call initialize.
13523 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
13524 of gdb.reverse/insn-reverse.c.
13525 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
13526 gdb.reverse/insn-reverse.c.
13527
13528 2017-01-26 Yao Qi <yao.qi@linaro.org>
13529
13530 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
13531 disassemble on address 0.
13532
13533 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
13534 Yao Qi <yao.qi@linaro.org>
13535
13536 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
13537 * gdb.dwarf2/implptr-64bit.S: Remove.
13538 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
13539 variables in caller's context. Add DW_OP_implicit_value.
13540
13541 2017-01-25 Yao Qi <yao.qi@linaro.org>
13542
13543 * lib/dwarf.exp (Dwarf::_location): Handle
13544 DW_OP_GNU_implicit_pointer with proper size.
13545
13546 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
13547
13548 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
13549 and add untested calls.
13550
13551 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
13552
13553 * gdb.python/python.exp: Check line number against what GDB thinks
13554 the line number is for func1.
13555
13556 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
13557
13558 * gdb.dlang/debug-expr.exp: New file.
13559
13560 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
13561
13562 Fix test names for the following files:
13563
13564 * gdb.ada/exec_changed.exp
13565 * gdb.ada/info_types.exp
13566 * gdb.arch/aarch64-atomic-inst.exp
13567 * gdb.arch/aarch64-fp.exp
13568 * gdb.arch/altivec-abi.exp
13569 * gdb.arch/altivec-regs.exp
13570 * gdb.arch/amd64-byte.exp
13571 * gdb.arch/amd64-disp-step.exp
13572 * gdb.arch/amd64-dword.exp
13573 * gdb.arch/amd64-entry-value-inline.exp
13574 * gdb.arch/amd64-entry-value-param.exp
13575 * gdb.arch/amd64-entry-value-paramref.exp
13576 * gdb.arch/amd64-entry-value.exp
13577 * gdb.arch/amd64-i386-address.exp
13578 * gdb.arch/amd64-invalid-stack-middle.exp
13579 * gdb.arch/amd64-invalid-stack-top.exp
13580 * gdb.arch/amd64-optimout-repeat.exp
13581 * gdb.arch/amd64-prologue-skip.exp
13582 * gdb.arch/amd64-prologue-xmm.exp
13583 * gdb.arch/amd64-stap-special-operands.exp
13584 * gdb.arch/amd64-stap-wrong-subexp.exp
13585 * gdb.arch/amd64-tailcall-cxx.exp
13586 * gdb.arch/amd64-tailcall-noret.exp
13587 * gdb.arch/amd64-tailcall-ret.exp
13588 * gdb.arch/amd64-tailcall-self.exp
13589 * gdb.arch/amd64-word.exp
13590 * gdb.arch/arm-bl-branch-dest.exp
13591 * gdb.arch/arm-disp-step.exp
13592 * gdb.arch/arm-neon.exp
13593 * gdb.arch/arm-single-step-kernel-helper.exp
13594 * gdb.arch/avr-flash-qualifier.exp
13595 * gdb.arch/disp-step-insn-reloc.exp
13596 * gdb.arch/e500-abi.exp
13597 * gdb.arch/e500-regs.exp
13598 * gdb.arch/ftrace-insn-reloc.exp
13599 * gdb.arch/i386-avx512.exp
13600 * gdb.arch/i386-bp_permanent.exp
13601 * gdb.arch/i386-byte.exp
13602 * gdb.arch/i386-cfi-notcurrent.exp
13603 * gdb.arch/i386-disp-step.exp
13604 * gdb.arch/i386-dr3-watch.exp
13605 * gdb.arch/i386-float.exp
13606 * gdb.arch/i386-gnu-cfi.exp
13607 * gdb.arch/i386-mpx-map.exp
13608 * gdb.arch/i386-mpx-sigsegv.exp
13609 * gdb.arch/i386-mpx-simple_segv.exp
13610 * gdb.arch/i386-mpx.exp
13611 * gdb.arch/i386-permbkpt.exp
13612 * gdb.arch/i386-prologue.exp
13613 * gdb.arch/i386-signal.exp
13614 * gdb.arch/i386-size-overlap.exp
13615 * gdb.arch/i386-unwind.exp
13616 * gdb.arch/i386-word.exp
13617 * gdb.arch/mips-fcr.exp
13618 * gdb.arch/powerpc-d128-regs.exp
13619 * gdb.arch/powerpc-stackless.exp
13620 * gdb.arch/ppc64-atomic-inst.exp
13621 * gdb.arch/s390-stackless.exp
13622 * gdb.arch/s390-tdbregs.exp
13623 * gdb.arch/s390-vregs.exp
13624 * gdb.arch/sparc-sysstep.exp
13625 * gdb.arch/thumb-bx-pc.exp
13626 * gdb.arch/thumb-singlestep.exp
13627 * gdb.arch/thumb2-it.exp
13628 * gdb.arch/vsx-regs.exp
13629 * gdb.asm/asm-source.exp
13630 * gdb.base/a2-run.exp
13631 * gdb.base/advance.exp
13632 * gdb.base/all-bin.exp
13633 * gdb.base/anon.exp
13634 * gdb.base/args.exp
13635 * gdb.base/arithmet.exp
13636 * gdb.base/async-shell.exp
13637 * gdb.base/async.exp
13638 * gdb.base/attach-pie-noexec.exp
13639 * gdb.base/attach-twice.exp
13640 * gdb.base/auto-load.exp
13641 * gdb.base/bang.exp
13642 * gdb.base/bitfields.exp
13643 * gdb.base/break-always.exp
13644 * gdb.base/break-caller-line.exp
13645 * gdb.base/break-entry.exp
13646 * gdb.base/break-inline.exp
13647 * gdb.base/break-on-linker-gcd-function.exp
13648 * gdb.base/break-probes.exp
13649 * gdb.base/break.exp
13650 * gdb.base/breakpoint-shadow.exp
13651 * gdb.base/call-ar-st.exp
13652 * gdb.base/call-sc.exp
13653 * gdb.base/call-signal-resume.exp
13654 * gdb.base/call-strs.exp
13655 * gdb.base/callfuncs.exp
13656 * gdb.base/catch-fork-static.exp
13657 * gdb.base/catch-gdb-caused-signals.exp
13658 * gdb.base/catch-load.exp
13659 * gdb.base/catch-signal-fork.exp
13660 * gdb.base/catch-signal.exp
13661 * gdb.base/catch-syscall.exp
13662 * gdb.base/charset.exp
13663 * gdb.base/checkpoint.exp
13664 * gdb.base/chng-syms.exp
13665 * gdb.base/code-expr.exp
13666 * gdb.base/code_elim.exp
13667 * gdb.base/commands.exp
13668 * gdb.base/completion.exp
13669 * gdb.base/complex.exp
13670 * gdb.base/cond-expr.exp
13671 * gdb.base/condbreak.exp
13672 * gdb.base/consecutive.exp
13673 * gdb.base/continue-all-already-running.exp
13674 * gdb.base/coredump-filter.exp
13675 * gdb.base/corefile.exp
13676 * gdb.base/dbx.exp
13677 * gdb.base/debug-expr.exp
13678 * gdb.base/define.exp
13679 * gdb.base/del.exp
13680 * gdb.base/disabled-location.exp
13681 * gdb.base/disasm-end-cu.exp
13682 * gdb.base/disasm-optim.exp
13683 * gdb.base/display.exp
13684 * gdb.base/duplicate-bp.exp
13685 * gdb.base/ena-dis-br.exp
13686 * gdb.base/ending-run.exp
13687 * gdb.base/enumval.exp
13688 * gdb.base/environ.exp
13689 * gdb.base/eu-strip-infcall.exp
13690 * gdb.base/eval-avoid-side-effects.exp
13691 * gdb.base/eval-skip.exp
13692 * gdb.base/exitsignal.exp
13693 * gdb.base/expand-psymtabs.exp
13694 * gdb.base/filesym.exp
13695 * gdb.base/find-unmapped.exp
13696 * gdb.base/finish.exp
13697 * gdb.base/float.exp
13698 * gdb.base/foll-exec-mode.exp
13699 * gdb.base/foll-exec.exp
13700 * gdb.base/foll-fork.exp
13701 * gdb.base/fortran-sym-case.exp
13702 * gdb.base/freebpcmd.exp
13703 * gdb.base/func-ptr.exp
13704 * gdb.base/func-ptrs.exp
13705 * gdb.base/funcargs.exp
13706 * gdb.base/gcore-buffer-overflow.exp
13707 * gdb.base/gcore-relro-pie.exp
13708 * gdb.base/gcore-relro.exp
13709 * gdb.base/gcore.exp
13710 * gdb.base/gdb1090.exp
13711 * gdb.base/gdb11530.exp
13712 * gdb.base/gdb11531.exp
13713 * gdb.base/gdb1821.exp
13714 * gdb.base/gdbindex-stabs.exp
13715 * gdb.base/gdbvars.exp
13716 * gdb.base/hbreak.exp
13717 * gdb.base/hbreak2.exp
13718 * gdb.base/included.exp
13719 * gdb.base/infcall-input.exp
13720 * gdb.base/inferior-died.exp
13721 * gdb.base/infnan.exp
13722 * gdb.base/info-macros.exp
13723 * gdb.base/info-os.exp
13724 * gdb.base/info-proc.exp
13725 * gdb.base/info-shared.exp
13726 * gdb.base/info-target.exp
13727 * gdb.base/infoline.exp
13728 * gdb.base/interp.exp
13729 * gdb.base/interrupt.exp
13730 * gdb.base/jit-reader.exp
13731 * gdb.base/jit-simple.exp
13732 * gdb.base/kill-after-signal.exp
13733 * gdb.base/kill-detach-inferiors-cmd.exp
13734 * gdb.base/label.exp
13735 * gdb.base/langs.exp
13736 * gdb.base/ldbl_e308.exp
13737 * gdb.base/line-symtabs.exp
13738 * gdb.base/linespecs.exp
13739 * gdb.base/list.exp
13740 * gdb.base/long_long.exp
13741 * gdb.base/longest-types.exp
13742 * gdb.base/maint.exp
13743 * gdb.base/max-value-size.exp
13744 * gdb.base/memattr.exp
13745 * gdb.base/mips_pro.exp
13746 * gdb.base/morestack.exp
13747 * gdb.base/moribund-step.exp
13748 * gdb.base/multi-forks.exp
13749 * gdb.base/nested-addr.exp
13750 * gdb.base/nextoverexit.exp
13751 * gdb.base/noreturn-finish.exp
13752 * gdb.base/noreturn-return.exp
13753 * gdb.base/nostdlib.exp
13754 * gdb.base/offsets.exp
13755 * gdb.base/opaque.exp
13756 * gdb.base/pc-fp.exp
13757 * gdb.base/permissions.exp
13758 * gdb.base/print-symbol-loading.exp
13759 * gdb.base/prologue-include.exp
13760 * gdb.base/psymtab.exp
13761 * gdb.base/ptype.exp
13762 * gdb.base/random-signal.exp
13763 * gdb.base/randomize.exp
13764 * gdb.base/range-stepping.exp
13765 * gdb.base/readline-ask.exp
13766 * gdb.base/recpar.exp
13767 * gdb.base/recurse.exp
13768 * gdb.base/relational.exp
13769 * gdb.base/restore.exp
13770 * gdb.base/return-nodebug.exp
13771 * gdb.base/return.exp
13772 * gdb.base/run-after-attach.exp
13773 * gdb.base/save-bp.exp
13774 * gdb.base/scope.exp
13775 * gdb.base/sect-cmd.exp
13776 * gdb.base/set-lang-auto.exp
13777 * gdb.base/set-noassign.exp
13778 * gdb.base/setvar.exp
13779 * gdb.base/sigall.exp
13780 * gdb.base/sigbpt.exp
13781 * gdb.base/siginfo-addr.exp
13782 * gdb.base/siginfo-infcall.exp
13783 * gdb.base/siginfo-obj.exp
13784 * gdb.base/siginfo.exp
13785 * gdb.base/signals-state-child.exp
13786 * gdb.base/signest.exp
13787 * gdb.base/sigstep.exp
13788 * gdb.base/sizeof.exp
13789 * gdb.base/skip.exp
13790 * gdb.base/solib-corrupted.exp
13791 * gdb.base/solib-nodir.exp
13792 * gdb.base/solib-search.exp
13793 * gdb.base/stack-checking.exp
13794 * gdb.base/stale-infcall.exp
13795 * gdb.base/stap-probe.exp
13796 * gdb.base/start.exp
13797 * gdb.base/step-break.exp
13798 * gdb.base/step-bt.exp
13799 * gdb.base/step-line.exp
13800 * gdb.base/step-over-exit.exp
13801 * gdb.base/step-over-syscall.exp
13802 * gdb.base/step-resume-infcall.exp
13803 * gdb.base/step-test.exp
13804 * gdb.base/store.exp
13805 * gdb.base/structs3.exp
13806 * gdb.base/sym-file.exp
13807 * gdb.base/symbol-without-target_section.exp
13808 * gdb.base/term.exp
13809 * gdb.base/testenv.exp
13810 * gdb.base/ui-redirect.exp
13811 * gdb.base/until.exp
13812 * gdb.base/unwindonsignal.exp
13813 * gdb.base/value-double-free.exp
13814 * gdb.base/vla-datatypes.exp
13815 * gdb.base/vla-ptr.exp
13816 * gdb.base/vla-sideeffect.exp
13817 * gdb.base/volatile.exp
13818 * gdb.base/watch-cond-infcall.exp
13819 * gdb.base/watch-cond.exp
13820 * gdb.base/watch-non-mem.exp
13821 * gdb.base/watch-read.exp
13822 * gdb.base/watch-vfork.exp
13823 * gdb.base/watchpoint-cond-gone.exp
13824 * gdb.base/watchpoint-delete.exp
13825 * gdb.base/watchpoint-hw-hit-once.exp
13826 * gdb.base/watchpoint-hw.exp
13827 * gdb.base/watchpoint-stops-at-right-insn.exp
13828 * gdb.base/watchpoints.exp
13829 * gdb.base/wchar.exp
13830 * gdb.base/whatis-exp.exp
13831 * gdb.btrace/buffer-size.exp
13832 * gdb.btrace/data.exp
13833 * gdb.btrace/delta.exp
13834 * gdb.btrace/dlopen.exp
13835 * gdb.btrace/enable.exp
13836 * gdb.btrace/exception.exp
13837 * gdb.btrace/function_call_history.exp
13838 * gdb.btrace/gcore.exp
13839 * gdb.btrace/instruction_history.exp
13840 * gdb.btrace/nohist.exp
13841 * gdb.btrace/reconnect.exp
13842 * gdb.btrace/record_goto-step.exp
13843 * gdb.btrace/record_goto.exp
13844 * gdb.btrace/rn-dl-bind.exp
13845 * gdb.btrace/segv.exp
13846 * gdb.btrace/step.exp
13847 * gdb.btrace/stepi.exp
13848 * gdb.btrace/tailcall-only.exp
13849 * gdb.btrace/tailcall.exp
13850 * gdb.btrace/tsx.exp
13851 * gdb.btrace/unknown_functions.exp
13852 * gdb.btrace/vdso.exp
13853 * gdb.compile/compile-ifunc.exp
13854 * gdb.compile/compile-ops.exp
13855 * gdb.compile/compile-print.exp
13856 * gdb.compile/compile-setjmp.exp
13857 * gdb.cp/abstract-origin.exp
13858 * gdb.cp/ambiguous.exp
13859 * gdb.cp/annota2.exp
13860 * gdb.cp/annota3.exp
13861 * gdb.cp/anon-ns.exp
13862 * gdb.cp/anon-struct.exp
13863 * gdb.cp/anon-union.exp
13864 * gdb.cp/arg-reference.exp
13865 * gdb.cp/baseenum.exp
13866 * gdb.cp/bool.exp
13867 * gdb.cp/breakpoint.exp
13868 * gdb.cp/bs15503.exp
13869 * gdb.cp/call-c.exp
13870 * gdb.cp/casts.exp
13871 * gdb.cp/chained-calls.exp
13872 * gdb.cp/class2.exp
13873 * gdb.cp/classes.exp
13874 * gdb.cp/cmpd-minsyms.exp
13875 * gdb.cp/converts.exp
13876 * gdb.cp/cp-relocate.exp
13877 * gdb.cp/cpcompletion.exp
13878 * gdb.cp/cpexprs.exp
13879 * gdb.cp/cplabel.exp
13880 * gdb.cp/cplusfuncs.exp
13881 * gdb.cp/cpsizeof.exp
13882 * gdb.cp/ctti.exp
13883 * gdb.cp/derivation.exp
13884 * gdb.cp/destrprint.exp
13885 * gdb.cp/dispcxx.exp
13886 * gdb.cp/enum-class.exp
13887 * gdb.cp/exception.exp
13888 * gdb.cp/exceptprint.exp
13889 * gdb.cp/expand-psymtabs-cxx.exp
13890 * gdb.cp/expand-sals.exp
13891 * gdb.cp/extern-c.exp
13892 * gdb.cp/filename.exp
13893 * gdb.cp/formatted-ref.exp
13894 * gdb.cp/fpointer.exp
13895 * gdb.cp/gdb1355.exp
13896 * gdb.cp/gdb2495.exp
13897 * gdb.cp/hang.exp
13898 * gdb.cp/impl-this.exp
13899 * gdb.cp/infcall-dlopen.exp
13900 * gdb.cp/inherit.exp
13901 * gdb.cp/iostream.exp
13902 * gdb.cp/koenig.exp
13903 * gdb.cp/local.exp
13904 * gdb.cp/m-data.exp
13905 * gdb.cp/m-static.exp
13906 * gdb.cp/mb-ctor.exp
13907 * gdb.cp/mb-inline.exp
13908 * gdb.cp/mb-templates.exp
13909 * gdb.cp/member-name.exp
13910 * gdb.cp/member-ptr.exp
13911 * gdb.cp/meth-typedefs.exp
13912 * gdb.cp/method.exp
13913 * gdb.cp/method2.exp
13914 * gdb.cp/minsym-fallback.exp
13915 * gdb.cp/misc.exp
13916 * gdb.cp/namelessclass.exp
13917 * gdb.cp/namespace-enum.exp
13918 * gdb.cp/namespace-nested-import.exp
13919 * gdb.cp/namespace.exp
13920 * gdb.cp/nextoverthrow.exp
13921 * gdb.cp/no-dmgl-verbose.exp
13922 * gdb.cp/non-trivial-retval.exp
13923 * gdb.cp/noparam.exp
13924 * gdb.cp/nsdecl.exp
13925 * gdb.cp/nsimport.exp
13926 * gdb.cp/nsnested.exp
13927 * gdb.cp/nsnoimports.exp
13928 * gdb.cp/nsrecurs.exp
13929 * gdb.cp/nsstress.exp
13930 * gdb.cp/nsusing.exp
13931 * gdb.cp/operator.exp
13932 * gdb.cp/oranking.exp
13933 * gdb.cp/overload-const.exp
13934 * gdb.cp/overload.exp
13935 * gdb.cp/ovldbreak.exp
13936 * gdb.cp/ovsrch.exp
13937 * gdb.cp/paren-type.exp
13938 * gdb.cp/parse-lang.exp
13939 * gdb.cp/pass-by-ref.exp
13940 * gdb.cp/pr-1023.exp
13941 * gdb.cp/pr-1210.exp
13942 * gdb.cp/pr-574.exp
13943 * gdb.cp/pr10687.exp
13944 * gdb.cp/pr12028.exp
13945 * gdb.cp/pr17132.exp
13946 * gdb.cp/pr17494.exp
13947 * gdb.cp/pr9067.exp
13948 * gdb.cp/pr9167.exp
13949 * gdb.cp/pr9631.exp
13950 * gdb.cp/printmethod.exp
13951 * gdb.cp/psmang.exp
13952 * gdb.cp/psymtab-parameter.exp
13953 * gdb.cp/ptype-cv-cp.exp
13954 * gdb.cp/ptype-flags.exp
13955 * gdb.cp/re-set-overloaded.exp
13956 * gdb.cp/ref-types.exp
13957 * gdb.cp/rtti.exp
13958 * gdb.cp/scope-err.exp
13959 * gdb.cp/shadow.exp
13960 * gdb.cp/smartp.exp
13961 * gdb.cp/static-method.exp
13962 * gdb.cp/static-print-quit.exp
13963 * gdb.cp/temargs.exp
13964 * gdb.cp/templates.exp
13965 * gdb.cp/try_catch.exp
13966 * gdb.cp/typedef-operator.exp
13967 * gdb.cp/typeid.exp
13968 * gdb.cp/userdef.exp
13969 * gdb.cp/using-crash.exp
13970 * gdb.cp/var-tag.exp
13971 * gdb.cp/virtbase.exp
13972 * gdb.cp/virtfunc.exp
13973 * gdb.cp/virtfunc2.exp
13974 * gdb.cp/vla-cxx.exp
13975 * gdb.disasm/t01_mov.exp
13976 * gdb.disasm/t02_mova.exp
13977 * gdb.disasm/t03_add.exp
13978 * gdb.disasm/t04_sub.exp
13979 * gdb.disasm/t05_cmp.exp
13980 * gdb.disasm/t06_ari2.exp
13981 * gdb.disasm/t07_ari3.exp
13982 * gdb.disasm/t08_or.exp
13983 * gdb.disasm/t09_xor.exp
13984 * gdb.disasm/t10_and.exp
13985 * gdb.disasm/t11_logs.exp
13986 * gdb.disasm/t12_bit.exp
13987 * gdb.disasm/t13_otr.exp
13988 * gdb.dlang/circular.exp
13989 * gdb.dwarf2/arr-stride.exp
13990 * gdb.dwarf2/arr-subrange.exp
13991 * gdb.dwarf2/atomic-type.exp
13992 * gdb.dwarf2/bad-regnum.exp
13993 * gdb.dwarf2/bitfield-parent-optimized-out.exp
13994 * gdb.dwarf2/callframecfa.exp
13995 * gdb.dwarf2/clztest.exp
13996 * gdb.dwarf2/corrupt.exp
13997 * gdb.dwarf2/data-loc.exp
13998 * gdb.dwarf2/dup-psym.exp
13999 * gdb.dwarf2/dw2-anon-mptr.exp
14000 * gdb.dwarf2/dw2-anonymous-func.exp
14001 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
14002 * gdb.dwarf2/dw2-bad-unresolved.exp
14003 * gdb.dwarf2/dw2-basic.exp
14004 * gdb.dwarf2/dw2-canonicalize-type.exp
14005 * gdb.dwarf2/dw2-case-insensitive.exp
14006 * gdb.dwarf2/dw2-common-block.exp
14007 * gdb.dwarf2/dw2-compdir-oldgcc.exp
14008 * gdb.dwarf2/dw2-compressed.exp
14009 * gdb.dwarf2/dw2-const.exp
14010 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
14011 * gdb.dwarf2/dw2-cu-size.exp
14012 * gdb.dwarf2/dw2-dup-frame.exp
14013 * gdb.dwarf2/dw2-entry-value.exp
14014 * gdb.dwarf2/dw2-icycle.exp
14015 * gdb.dwarf2/dw2-ifort-parameter.exp
14016 * gdb.dwarf2/dw2-inline-break.exp
14017 * gdb.dwarf2/dw2-inline-param.exp
14018 * gdb.dwarf2/dw2-intercu.exp
14019 * gdb.dwarf2/dw2-intermix.exp
14020 * gdb.dwarf2/dw2-lexical-block-bare.exp
14021 * gdb.dwarf2/dw2-linkage-name-trust.exp
14022 * gdb.dwarf2/dw2-minsym-in-cu.exp
14023 * gdb.dwarf2/dw2-noloc.exp
14024 * gdb.dwarf2/dw2-op-call.exp
14025 * gdb.dwarf2/dw2-op-out-param.exp
14026 * gdb.dwarf2/dw2-opt-structptr.exp
14027 * gdb.dwarf2/dw2-param-error.exp
14028 * gdb.dwarf2/dw2-producer.exp
14029 * gdb.dwarf2/dw2-ranges-base.exp
14030 * gdb.dwarf2/dw2-ref-missing-frame.exp
14031 * gdb.dwarf2/dw2-reg-undefined.exp
14032 * gdb.dwarf2/dw2-regno-invalid.exp
14033 * gdb.dwarf2/dw2-restore.exp
14034 * gdb.dwarf2/dw2-restrict.exp
14035 * gdb.dwarf2/dw2-single-line-discriminators.exp
14036 * gdb.dwarf2/dw2-strp.exp
14037 * gdb.dwarf2/dw2-undefined-ret-addr.exp
14038 * gdb.dwarf2/dw2-unresolved.exp
14039 * gdb.dwarf2/dw2-var-zero-addr.exp
14040 * gdb.dwarf2/dw4-sig-types.exp
14041 * gdb.dwarf2/dwz.exp
14042 * gdb.dwarf2/dynarr-ptr.exp
14043 * gdb.dwarf2/enum-type.exp
14044 * gdb.dwarf2/gdb-index.exp
14045 * gdb.dwarf2/implptr-64bit.exp
14046 * gdb.dwarf2/implptr-optimized-out.exp
14047 * gdb.dwarf2/implptr.exp
14048 * gdb.dwarf2/implref-array.exp
14049 * gdb.dwarf2/implref-const.exp
14050 * gdb.dwarf2/implref-global.exp
14051 * gdb.dwarf2/implref-struct.exp
14052 * gdb.dwarf2/mac-fileno.exp
14053 * gdb.dwarf2/main-subprogram.exp
14054 * gdb.dwarf2/member-ptr-forwardref.exp
14055 * gdb.dwarf2/method-ptr.exp
14056 * gdb.dwarf2/missing-sig-type.exp
14057 * gdb.dwarf2/nonvar-access.exp
14058 * gdb.dwarf2/opaque-type-lookup.exp
14059 * gdb.dwarf2/pieces-optimized-out.exp
14060 * gdb.dwarf2/pieces.exp
14061 * gdb.dwarf2/pr10770.exp
14062 * gdb.dwarf2/pr13961.exp
14063 * gdb.dwarf2/staticvirtual.exp
14064 * gdb.dwarf2/subrange.exp
14065 * gdb.dwarf2/symtab-producer.exp
14066 * gdb.dwarf2/trace-crash.exp
14067 * gdb.dwarf2/typeddwarf.exp
14068 * gdb.dwarf2/valop.exp
14069 * gdb.dwarf2/watch-notconst.exp
14070 * gdb.fortran/array-element.exp
14071 * gdb.fortran/charset.exp
14072 * gdb.fortran/common-block.exp
14073 * gdb.fortran/complex.exp
14074 * gdb.fortran/derived-type-function.exp
14075 * gdb.fortran/derived-type.exp
14076 * gdb.fortran/logical.exp
14077 * gdb.fortran/module.exp
14078 * gdb.fortran/multi-dim.exp
14079 * gdb.fortran/nested-funcs.exp
14080 * gdb.fortran/print-formatted.exp
14081 * gdb.fortran/subarray.exp
14082 * gdb.fortran/vla-alloc-assoc.exp
14083 * gdb.fortran/vla-datatypes.exp
14084 * gdb.fortran/vla-history.exp
14085 * gdb.fortran/vla-ptr-info.exp
14086 * gdb.fortran/vla-ptype-sub.exp
14087 * gdb.fortran/vla-ptype.exp
14088 * gdb.fortran/vla-sizeof.exp
14089 * gdb.fortran/vla-type.exp
14090 * gdb.fortran/vla-value-sub-arbitrary.exp
14091 * gdb.fortran/vla-value-sub-finish.exp
14092 * gdb.fortran/vla-value-sub.exp
14093 * gdb.fortran/vla-value.exp
14094 * gdb.fortran/whatis_type.exp
14095 * gdb.go/chan.exp
14096 * gdb.go/handcall.exp
14097 * gdb.go/hello.exp
14098 * gdb.go/integers.exp
14099 * gdb.go/methods.exp
14100 * gdb.go/package.exp
14101 * gdb.go/strings.exp
14102 * gdb.go/types.exp
14103 * gdb.go/unsafe.exp
14104 * gdb.guile/scm-arch.exp
14105 * gdb.guile/scm-block.exp
14106 * gdb.guile/scm-breakpoint.exp
14107 * gdb.guile/scm-cmd.exp
14108 * gdb.guile/scm-disasm.exp
14109 * gdb.guile/scm-equal.exp
14110 * gdb.guile/scm-frame-args.exp
14111 * gdb.guile/scm-frame-inline.exp
14112 * gdb.guile/scm-frame.exp
14113 * gdb.guile/scm-iterator.exp
14114 * gdb.guile/scm-math.exp
14115 * gdb.guile/scm-objfile.exp
14116 * gdb.guile/scm-ports.exp
14117 * gdb.guile/scm-symbol.exp
14118 * gdb.guile/scm-symtab.exp
14119 * gdb.guile/scm-value-cc.exp
14120 * gdb.guile/types-module.exp
14121 * gdb.linespec/break-ask.exp
14122 * gdb.linespec/cpexplicit.exp
14123 * gdb.linespec/explicit.exp
14124 * gdb.linespec/keywords.exp
14125 * gdb.linespec/linespec.exp
14126 * gdb.linespec/ls-dollar.exp
14127 * gdb.linespec/ls-errs.exp
14128 * gdb.linespec/skip-two.exp
14129 * gdb.linespec/thread.exp
14130 * gdb.mi/mi-async.exp
14131 * gdb.mi/mi-basics.exp
14132 * gdb.mi/mi-break.exp
14133 * gdb.mi/mi-catch-load.exp
14134 * gdb.mi/mi-cli.exp
14135 * gdb.mi/mi-cmd-param-changed.exp
14136 * gdb.mi/mi-console.exp
14137 * gdb.mi/mi-detach.exp
14138 * gdb.mi/mi-disassemble.exp
14139 * gdb.mi/mi-eval.exp
14140 * gdb.mi/mi-file-transfer.exp
14141 * gdb.mi/mi-file.exp
14142 * gdb.mi/mi-fill-memory.exp
14143 * gdb.mi/mi-inheritance-syntax-error.exp
14144 * gdb.mi/mi-linespec-err-cp.exp
14145 * gdb.mi/mi-logging.exp
14146 * gdb.mi/mi-memory-changed.exp
14147 * gdb.mi/mi-read-memory.exp
14148 * gdb.mi/mi-record-changed.exp
14149 * gdb.mi/mi-reg-undefined.exp
14150 * gdb.mi/mi-regs.exp
14151 * gdb.mi/mi-return.exp
14152 * gdb.mi/mi-reverse.exp
14153 * gdb.mi/mi-simplerun.exp
14154 * gdb.mi/mi-solib.exp
14155 * gdb.mi/mi-stack.exp
14156 * gdb.mi/mi-stepi.exp
14157 * gdb.mi/mi-syn-frame.exp
14158 * gdb.mi/mi-until.exp
14159 * gdb.mi/mi-var-block.exp
14160 * gdb.mi/mi-var-child.exp
14161 * gdb.mi/mi-var-cmd.exp
14162 * gdb.mi/mi-var-cp.exp
14163 * gdb.mi/mi-var-display.exp
14164 * gdb.mi/mi-var-invalidate.exp
14165 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
14166 * gdb.mi/mi-vla-fortran.exp
14167 * gdb.mi/mi-watch.exp
14168 * gdb.mi/mi2-var-child.exp
14169 * gdb.mi/user-selected-context-sync.exp
14170 * gdb.modula2/unbounded-array.exp
14171 * gdb.multi/dummy-frame-restore.exp
14172 * gdb.multi/multi-arch-exec.exp
14173 * gdb.multi/multi-arch.exp
14174 * gdb.multi/tids.exp
14175 * gdb.multi/watchpoint-multi.exp
14176 * gdb.opencl/callfuncs.exp
14177 * gdb.opencl/convs_casts.exp
14178 * gdb.opencl/datatypes.exp
14179 * gdb.opencl/operators.exp
14180 * gdb.opencl/vec_comps.exp
14181 * gdb.opt/clobbered-registers-O2.exp
14182 * gdb.opt/inline-break.exp
14183 * gdb.opt/inline-bt.exp
14184 * gdb.opt/inline-cmds.exp
14185 * gdb.opt/inline-locals.exp
14186 * gdb.pascal/case-insensitive-symbols.exp
14187 * gdb.pascal/floats.exp
14188 * gdb.pascal/gdb11492.exp
14189 * gdb.python/lib-types.exp
14190 * gdb.python/py-arch.exp
14191 * gdb.python/py-as-string.exp
14192 * gdb.python/py-bad-printers.exp
14193 * gdb.python/py-block.exp
14194 * gdb.python/py-breakpoint-create-fail.exp
14195 * gdb.python/py-breakpoint.exp
14196 * gdb.python/py-caller-is.exp
14197 * gdb.python/py-cmd.exp
14198 * gdb.python/py-explore-cc.exp
14199 * gdb.python/py-explore.exp
14200 * gdb.python/py-finish-breakpoint.exp
14201 * gdb.python/py-finish-breakpoint2.exp
14202 * gdb.python/py-frame-args.exp
14203 * gdb.python/py-frame-inline.exp
14204 * gdb.python/py-frame.exp
14205 * gdb.python/py-framefilter-mi.exp
14206 * gdb.python/py-infthread.exp
14207 * gdb.python/py-lazy-string.exp
14208 * gdb.python/py-linetable.exp
14209 * gdb.python/py-mi-events.exp
14210 * gdb.python/py-mi-objfile.exp
14211 * gdb.python/py-mi.exp
14212 * gdb.python/py-objfile.exp
14213 * gdb.python/py-pp-integral.exp
14214 * gdb.python/py-pp-maint.exp
14215 * gdb.python/py-pp-re-notag.exp
14216 * gdb.python/py-pp-registration.exp
14217 * gdb.python/py-recurse-unwind.exp
14218 * gdb.python/py-strfns.exp
14219 * gdb.python/py-symbol.exp
14220 * gdb.python/py-symtab.exp
14221 * gdb.python/py-sync-interp.exp
14222 * gdb.python/py-typeprint.exp
14223 * gdb.python/py-unwind-maint.exp
14224 * gdb.python/py-unwind.exp
14225 * gdb.python/py-value-cc.exp
14226 * gdb.python/py-xmethods.exp
14227 * gdb.reverse/amd64-tailcall-reverse.exp
14228 * gdb.reverse/break-precsave.exp
14229 * gdb.reverse/break-reverse.exp
14230 * gdb.reverse/consecutive-precsave.exp
14231 * gdb.reverse/consecutive-reverse.exp
14232 * gdb.reverse/finish-precsave.exp
14233 * gdb.reverse/finish-reverse-bkpt.exp
14234 * gdb.reverse/finish-reverse.exp
14235 * gdb.reverse/fstatat-reverse.exp
14236 * gdb.reverse/getresuid-reverse.exp
14237 * gdb.reverse/i386-precsave.exp
14238 * gdb.reverse/i386-reverse.exp
14239 * gdb.reverse/i386-sse-reverse.exp
14240 * gdb.reverse/i387-env-reverse.exp
14241 * gdb.reverse/i387-stack-reverse.exp
14242 * gdb.reverse/insn-reverse.exp
14243 * gdb.reverse/machinestate-precsave.exp
14244 * gdb.reverse/machinestate.exp
14245 * gdb.reverse/next-reverse-bkpt-over-sr.exp
14246 * gdb.reverse/pipe-reverse.exp
14247 * gdb.reverse/readv-reverse.exp
14248 * gdb.reverse/recvmsg-reverse.exp
14249 * gdb.reverse/rerun-prec.exp
14250 * gdb.reverse/s390-mvcle.exp
14251 * gdb.reverse/step-precsave.exp
14252 * gdb.reverse/step-reverse.exp
14253 * gdb.reverse/time-reverse.exp
14254 * gdb.reverse/until-precsave.exp
14255 * gdb.reverse/until-reverse.exp
14256 * gdb.reverse/waitpid-reverse.exp
14257 * gdb.reverse/watch-precsave.exp
14258 * gdb.reverse/watch-reverse.exp
14259 * gdb.rust/generics.exp
14260 * gdb.rust/methods.exp
14261 * gdb.rust/modules.exp
14262 * gdb.rust/simple.exp
14263 * gdb.server/connect-with-no-symbol-file.exp
14264 * gdb.server/ext-attach.exp
14265 * gdb.server/ext-restart.exp
14266 * gdb.server/ext-wrapper.exp
14267 * gdb.server/file-transfer.exp
14268 * gdb.server/server-exec-info.exp
14269 * gdb.server/server-kill.exp
14270 * gdb.server/server-mon.exp
14271 * gdb.server/wrapper.exp
14272 * gdb.stabs/exclfwd.exp
14273 * gdb.stabs/gdb11479.exp
14274 * gdb.threads/clone-new-thread-event.exp
14275 * gdb.threads/corethreads.exp
14276 * gdb.threads/current-lwp-dead.exp
14277 * gdb.threads/dlopen-libpthread.exp
14278 * gdb.threads/gcore-thread.exp
14279 * gdb.threads/sigstep-threads.exp
14280 * gdb.threads/watchpoint-fork.exp
14281 * gdb.trace/actions-changed.exp
14282 * gdb.trace/backtrace.exp
14283 * gdb.trace/change-loc.exp
14284 * gdb.trace/circ.exp
14285 * gdb.trace/collection.exp
14286 * gdb.trace/disconnected-tracing.exp
14287 * gdb.trace/ftrace.exp
14288 * gdb.trace/mi-trace-frame-collected.exp
14289 * gdb.trace/mi-trace-unavailable.exp
14290 * gdb.trace/mi-traceframe-changed.exp
14291 * gdb.trace/mi-tsv-changed.exp
14292 * gdb.trace/no-attach-trace.exp
14293 * gdb.trace/passc-dyn.exp
14294 * gdb.trace/qtro.exp
14295 * gdb.trace/range-stepping.exp
14296 * gdb.trace/read-memory.exp
14297 * gdb.trace/save-trace.exp
14298 * gdb.trace/signal.exp
14299 * gdb.trace/status-stop.exp
14300 * gdb.trace/tfile.exp
14301 * gdb.trace/trace-break.exp
14302 * gdb.trace/trace-buffer-size.exp
14303 * gdb.trace/trace-condition.exp
14304 * gdb.trace/tracefile-pseudo-reg.exp
14305 * gdb.trace/tstatus.exp
14306 * gdb.trace/unavailable.exp
14307 * gdb.trace/while-dyn.exp
14308 * gdb.trace/while-stepping.exp
14309
14310 2016-12-22 Doug Evans <xdje42@gmail.com>
14311
14312 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
14313 and msymbols.
14314
14315 2016-12-19 Yao Qi <yao.qi@linaro.org>
14316
14317 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
14318 (test_with_self): Don't call do_steps_and_nexts, and remove
14319 code about stepping into xmalloc.
14320
14321 2016-12-09 Yao Qi <yao.qi@linaro.org>
14322
14323 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
14324
14325 2016-12-09 Yao Qi <yao.qi@linaro.org>
14326
14327 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
14328
14329 2016-12-09 Pedro Alves <palves@redhat.com>
14330
14331 * gdb.base/all-architectures-0.exp: New file.
14332 * gdb.base/all-architectures-1.exp: New file.
14333 * gdb.base/all-architectures-2.exp: New file.
14334 * gdb.base/all-architectures-3.exp: New file.
14335 * gdb.base/all-architectures-4.exp: New file.
14336 * gdb.base/all-architectures-5.exp: New file.
14337 * gdb.base/all-architectures-6.exp: New file.
14338 * gdb.base/all-architectures-7.exp: New file.
14339 * gdb.base/all-architectures.exp.in: New file.
14340
14341 2016-12-09 Yao Qi <yao.qi@linaro.org>
14342
14343 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
14344
14345 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
14346
14347 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
14348 possible.
14349 Remove useless pattern-matching code.
14350
14351 2016-12-02 Pedro Alves <palves@redhat.com>
14352
14353 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
14354 procedure.
14355 (top level): Call it.
14356
14357 2016-12-02 Pedro Alves <palves@redhat.com>
14358
14359 * gdb.base/commands.exp (user_defined_command_args_stack_test):
14360 New procedure.
14361 (top level): Call it.
14362
14363 2016-12-02 Pedro Alves <palves@redhat.com>
14364
14365 PR cli/20559
14366 * gdb.base/commands.exp (user_defined_command_args_eval): New
14367 procedure.
14368 (top level): Call it.
14369
14370 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
14371
14372 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
14373 timeout handling.
14374
14375 2016-12-02 Tom Tromey <tom@tromey.com>
14376
14377 * gdb.dwarf2/main-subprogram.c: New file.
14378 * gdb.dwarf2/main-subprogram.exp: New file.
14379
14380 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14381
14382 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
14383 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
14384 gdb_test_no_output for a couple of cases.
14385 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
14386
14387 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14388
14389 Fix test names and standardize compilation error messages throughout
14390 the following files:
14391
14392 * gdb.ada/start.exp
14393 * gdb.arch/alpha-step.exp
14394 * gdb.arch/e500-prologue.exp
14395 * gdb.arch/ftrace-insn-reloc.exp
14396 * gdb.arch/gdb1291.exp
14397 * gdb.arch/gdb1431.exp
14398 * gdb.arch/gdb1558.exp
14399 * gdb.arch/i386-dr3-watch.exp
14400 * gdb.arch/i386-sse-stack-align.exp
14401 * gdb.arch/ia64-breakpoint-shadow.exp
14402 * gdb.arch/pa-nullify.exp
14403 * gdb.arch/powerpc-aix-prologue.exp
14404 * gdb.arch/thumb-bx-pc.exp
14405 * gdb.base/annota1.exp
14406 * gdb.base/annota3.exp
14407 * gdb.base/arrayidx.exp
14408 * gdb.base/assign.exp
14409 * gdb.base/attach.exp
14410 * gdb.base/auxv.exp
14411 * gdb.base/bang.exp
14412 * gdb.base/bfp-test.exp
14413 * gdb.base/bigcore.exp
14414 * gdb.base/bitfields2.exp
14415 * gdb.base/break-fun-addr.exp
14416 * gdb.base/break-probes.exp
14417 * gdb.base/call-rt-st.exp
14418 * gdb.base/callexit.exp
14419 * gdb.base/catch-fork-kill.exp
14420 * gdb.base/charset.exp
14421 * gdb.base/checkpoint.exp
14422 * gdb.base/comprdebug.exp
14423 * gdb.base/constvars.exp
14424 * gdb.base/coredump-filter.exp
14425 * gdb.base/cursal.exp
14426 * gdb.base/cvexpr.exp
14427 * gdb.base/detach.exp
14428 * gdb.base/display.exp
14429 * gdb.base/dmsym.exp
14430 * gdb.base/dprintf-pending.exp
14431 * gdb.base/dso2dso.exp
14432 * gdb.base/dtrace-probe.exp
14433 * gdb.base/dump.exp
14434 * gdb.base/enum_cond.exp
14435 * gdb.base/exe-lock.exp
14436 * gdb.base/exec-invalid-sysroot.exp
14437 * gdb.base/execl-update-breakpoints.exp
14438 * gdb.base/exprs.exp
14439 * gdb.base/fileio.exp
14440 * gdb.base/find.exp
14441 * gdb.base/finish.exp
14442 * gdb.base/fixsection.exp
14443 * gdb.base/foll-vfork.exp
14444 * gdb.base/frame-args.exp
14445 * gdb.base/gcore.exp
14446 * gdb.base/gdb1250.exp
14447 * gdb.base/global-var-nested-by-dso.exp
14448 * gdb.base/gnu-ifunc.exp
14449 * gdb.base/hashline1.exp
14450 * gdb.base/hashline2.exp
14451 * gdb.base/hashline3.exp
14452 * gdb.base/hbreak-in-shr-unsupported.exp
14453 * gdb.base/huge.exp
14454 * gdb.base/infcall-input.exp
14455 * gdb.base/info-fun.exp
14456 * gdb.base/info-shared.exp
14457 * gdb.base/jit-simple.exp
14458 * gdb.base/jit-so.exp
14459 * gdb.base/jit.exp
14460 * gdb.base/jump.exp
14461 * gdb.base/label.exp
14462 * gdb.base/lineinc.exp
14463 * gdb.base/logical.exp
14464 * gdb.base/longjmp.exp
14465 * gdb.base/macscp.exp
14466 * gdb.base/miscexprs.exp
14467 * gdb.base/new-ui-echo.exp
14468 * gdb.base/new-ui-pending-input.exp
14469 * gdb.base/new-ui.exp
14470 * gdb.base/nodebug.exp
14471 * gdb.base/nofield.exp
14472 * gdb.base/offsets.exp
14473 * gdb.base/overlays.exp
14474 * gdb.base/pending.exp
14475 * gdb.base/pointers.exp
14476 * gdb.base/pr11022.exp
14477 * gdb.base/printcmds.exp
14478 * gdb.base/prologue.exp
14479 * gdb.base/ptr-typedef.exp
14480 * gdb.base/realname-expand.exp
14481 * gdb.base/relativedebug.exp
14482 * gdb.base/relocate.exp
14483 * gdb.base/remote.exp
14484 * gdb.base/reread.exp
14485 * gdb.base/return2.exp
14486 * gdb.base/savedregs.exp
14487 * gdb.base/sep.exp
14488 * gdb.base/sepdebug.exp
14489 * gdb.base/sepsymtab.exp
14490 * gdb.base/set-inferior-tty.exp
14491 * gdb.base/setshow.exp
14492 * gdb.base/shlib-call.exp
14493 * gdb.base/sigaltstack.exp
14494 * gdb.base/siginfo-addr.exp
14495 * gdb.base/signals.exp
14496 * gdb.base/signull.exp
14497 * gdb.base/sigrepeat.exp
14498 * gdb.base/so-impl-ld.exp
14499 * gdb.base/solib-display.exp
14500 * gdb.base/solib-overlap.exp
14501 * gdb.base/solib-search.exp
14502 * gdb.base/solib-symbol.exp
14503 * gdb.base/structs.exp
14504 * gdb.base/structs2.exp
14505 * gdb.base/symtab-search-order.exp
14506 * gdb.base/twice.exp
14507 * gdb.base/unload.exp
14508 * gdb.base/varargs.exp
14509 * gdb.base/watchpoint-solib.exp
14510 * gdb.base/watchpoint.exp
14511 * gdb.base/whatis.exp
14512 * gdb.base/wrong_frame_bt_full.exp
14513 * gdb.btrace/dlopen.exp
14514 * gdb.cell/ea-standalone.exp
14515 * gdb.cell/ea-test.exp
14516 * gdb.cp/dispcxx.exp
14517 * gdb.cp/gdb2384.exp
14518 * gdb.cp/method2.exp
14519 * gdb.cp/nextoverthrow.exp
14520 * gdb.cp/pr10728.exp
14521 * gdb.disasm/am33.exp
14522 * gdb.disasm/h8300s.exp
14523 * gdb.disasm/mn10300.exp
14524 * gdb.disasm/sh3.exp
14525 * gdb.dwarf2/dw2-dir-file-name.exp
14526 * gdb.fortran/complex.exp
14527 * gdb.fortran/library-module.exp
14528 * gdb.guile/scm-pretty-print.exp
14529 * gdb.guile/scm-symbol.exp
14530 * gdb.guile/scm-type.exp
14531 * gdb.guile/scm-value.exp
14532 * gdb.linespec/linespec.exp
14533 * gdb.mi/gdb701.exp
14534 * gdb.mi/gdb792.exp
14535 * gdb.mi/mi-breakpoint-changed.exp
14536 * gdb.mi/mi-dprintf-pending.exp
14537 * gdb.mi/mi-dprintf.exp
14538 * gdb.mi/mi-exit-code.exp
14539 * gdb.mi/mi-pending.exp
14540 * gdb.mi/mi-solib.exp
14541 * gdb.mi/new-ui-mi-sync.exp
14542 * gdb.mi/pr11022.exp
14543 * gdb.mi/user-selected-context-sync.exp
14544 * gdb.opt/solib-intra-step.exp
14545 * gdb.python/py-events.exp
14546 * gdb.python/py-finish-breakpoint.exp
14547 * gdb.python/py-mi.exp
14548 * gdb.python/py-prettyprint.exp
14549 * gdb.python/py-shared.exp
14550 * gdb.python/py-symbol.exp
14551 * gdb.python/py-template.exp
14552 * gdb.python/py-type.exp
14553 * gdb.python/py-value.exp
14554 * gdb.reverse/solib-precsave.exp
14555 * gdb.reverse/solib-reverse.exp
14556 * gdb.server/solib-list.exp
14557 * gdb.stabs/weird.exp
14558 * gdb.threads/reconnect-signal.exp
14559 * gdb.threads/stepi-random-signal.exp
14560 * gdb.trace/actions.exp
14561 * gdb.trace/ax.exp
14562 * gdb.trace/backtrace.exp
14563 * gdb.trace/change-loc.exp
14564 * gdb.trace/deltrace.exp
14565 * gdb.trace/ftrace-lock.exp
14566 * gdb.trace/ftrace.exp
14567 * gdb.trace/infotrace.exp
14568 * gdb.trace/mi-tracepoint-changed.exp
14569 * gdb.trace/packetlen.exp
14570 * gdb.trace/passcount.exp
14571 * gdb.trace/pending.exp
14572 * gdb.trace/range-stepping.exp
14573 * gdb.trace/report.exp
14574 * gdb.trace/stap-trace.exp
14575 * gdb.trace/tfind.exp
14576 * gdb.trace/trace-break.exp
14577 * gdb.trace/trace-condition.exp
14578 * gdb.trace/trace-enable-disable.exp
14579 * gdb.trace/trace-mt.exp
14580 * gdb.trace/tracecmd.exp
14581 * gdb.trace/tspeed.exp
14582 * gdb.trace/tsv.exp
14583 * lib/perftest.exp
14584
14585 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14586
14587 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
14588 with gdb_test_no_output.
14589 Use command as test name.
14590
14591 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14592
14593 Fix test names starting with uppercase throughout the files.
14594
14595 * gdb.ada/assign_1.exp
14596 * gdb.ada/boolean_expr.exp
14597 * gdb.base/arrayidx.exp
14598 * gdb.base/del.exp
14599 * gdb.base/gcore-buffer-overflow.exp
14600 * gdb.base/testenv.exp
14601 * gdb.compile/compile.exp
14602 * gdb.python/py-framefilter-invalidarg.exp
14603 * gdb.python/py-framefilter.exp
14604
14605 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14606
14607 Fix test names starting with uppercase throughout the files.
14608
14609 * gdb.ada/array_return.exp
14610 * gdb.ada/expr_delims.exp
14611 * gdb.ada/mi_dyn_arr.exp
14612 * gdb.ada/mi_interface.exp
14613 * gdb.ada/mi_var_array.exp
14614 * gdb.ada/watch_arg.exp
14615 * gdb.arch/alpha-step.exp
14616 * gdb.arch/altivec-regs.exp
14617 * gdb.arch/e500-regs.exp
14618 * gdb.arch/powerpc-d128-regs.exp
14619 * gdb.base/arrayidx.exp
14620 * gdb.base/break.exp
14621 * gdb.base/checkpoint.exp
14622 * gdb.base/debug-expr.exp
14623 * gdb.base/dmsym.exp
14624 * gdb.base/radix.exp
14625 * gdb.base/sepdebug.exp
14626 * gdb.base/testenv.exp
14627 * gdb.base/watch_thread_num.exp
14628 * gdb.base/watchpoint-cond-gone.exp
14629 * gdb.cell/break.exp
14630 * gdb.cell/ea-cache.exp
14631 * gdb.compile/compile.exp
14632 * gdb.cp/gdb2495.exp
14633 * gdb.gdb/selftest.exp
14634 * gdb.gdb/xfullpath.exp
14635 * gdb.go/hello.exp
14636 * gdb.go/integers.exp
14637 * gdb.objc/basicclass.exp
14638 * gdb.pascal/hello.exp
14639 * gdb.pascal/integers.exp
14640 * gdb.python/py-breakpoint.exp
14641 * gdb.python/py-cmd.exp
14642 * gdb.python/py-linetable.exp
14643 * gdb.python/py-xmethods.exp
14644 * gdb.python/python.exp
14645 * gdb.reverse/consecutive-precsave.exp
14646 * gdb.reverse/finish-precsave.exp
14647 * gdb.reverse/i386-precsave.exp
14648 * gdb.reverse/machinestate-precsave.exp
14649 * gdb.reverse/sigall-precsave.exp
14650 * gdb.reverse/solib-precsave.exp
14651 * gdb.reverse/step-precsave.exp
14652 * gdb.reverse/until-precsave.exp
14653 * gdb.reverse/watch-precsave.exp
14654 * gdb.threads/leader-exit.exp
14655 * gdb.threads/pthreads.exp
14656 * gdb.threads/wp-replication.exp
14657 * gdb.trace/actions.exp
14658 * gdb.trace/mi-tsv-changed.exp
14659 * gdb.trace/tsv.exp
14660
14661 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14662
14663 Fix test names starting with uppercase throughout the files.
14664
14665 * gdb.arch/i386-bp_permanent.exp
14666 * gdb.arch/i386-gnu-cfi.exp
14667 * gdb.base/disasm-end-cu.exp
14668 * gdb.base/macscp.exp
14669 * gdb.base/pending.exp
14670 * gdb.base/watch_thread_num.exp
14671 * gdb.cp/exception.exp
14672 * gdb.cp/gdb2495.exp
14673 * gdb.cp/local.exp
14674 * gdb.python/py-evsignal.exp
14675 * gdb.python/python.exp
14676 * gdb.trace/tracecmd.exp
14677
14678 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14679
14680 Fix test names starting with uppercase throughout the files.
14681
14682 * gdb.base/charset.exp
14683 * gdb.base/eval.exp
14684 * gdb.base/multi-forks.exp
14685 * gdb.guile/scm-progspace.exp
14686 * gdb.opencl/datatypes.exp
14687 * gdb.python/py-block.exp
14688 * gdb.python/py-function.exp
14689 * gdb.python/py-symbol.exp
14690 * gdb.python/py-symtab.exp
14691 * gdb.python/py-xmethods.exp
14692 * gdb.reverse/break-precsave.exp
14693 * gdb.reverse/break-reverse.exp
14694 * gdb.reverse/consecutive-precsave.exp
14695 * gdb.reverse/consecutive-reverse.exp
14696 * gdb.reverse/finish-precsave.exp
14697 * gdb.reverse/finish-reverse-bkpt.exp
14698 * gdb.reverse/finish-reverse.exp
14699 * gdb.reverse/fstatat-reverse.exp
14700 * gdb.reverse/getresuid-reverse.exp
14701 * gdb.reverse/i386-precsave.exp
14702 * gdb.reverse/i386-reverse.exp
14703 * gdb.reverse/i386-sse-reverse.exp
14704 * gdb.reverse/i387-stack-reverse.exp
14705 * gdb.reverse/insn-reverse.exp
14706 * gdb.reverse/machinestate-precsave.exp
14707 * gdb.reverse/machinestate.exp
14708 * gdb.reverse/next-reverse-bkpt-over-sr.exp
14709 * gdb.reverse/pipe-reverse.exp
14710 * gdb.reverse/readv-reverse.exp
14711 * gdb.reverse/recvmsg-reverse.exp
14712 * gdb.reverse/rerun-prec.exp
14713 * gdb.reverse/s390-mvcle.exp
14714 * gdb.reverse/sigall-precsave.exp
14715 * gdb.reverse/sigall-reverse.exp
14716 * gdb.reverse/solib-precsave.exp
14717 * gdb.reverse/solib-reverse.exp
14718 * gdb.reverse/step-precsave.exp
14719 * gdb.reverse/step-reverse.exp
14720 * gdb.reverse/time-reverse.exp
14721 * gdb.reverse/until-precsave.exp
14722 * gdb.reverse/until-reverse.exp
14723 * gdb.reverse/waitpid-reverse.exp
14724 * gdb.reverse/watch-precsave.exp
14725 * gdb.reverse/watch-reverse.exp
14726
14727 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14728
14729 Fix test names starting with uppercase throughout the files.
14730
14731 * gdb.arch/i386-mpx-simple_segv.exp
14732 * gdb.arch/i386-mpx.exp
14733 * gdb.arch/i386-permbkpt.exp
14734 * gdb.arch/pa-nullify.exp
14735 * gdb.arch/powerpc-d128-regs.exp
14736 * gdb.arch/vsx-regs.exp
14737 * gdb.base/bfp-test.exp
14738 * gdb.base/break.exp
14739 * gdb.base/breakpoint-shadow.exp
14740 * gdb.base/callfuncs.exp
14741 * gdb.base/charset.exp
14742 * gdb.base/commands.exp
14743 * gdb.base/completion.exp
14744 * gdb.base/dfp-test.exp
14745 * gdb.base/echo.exp
14746 * gdb.base/ending-run.exp
14747 * gdb.base/eval.exp
14748 * gdb.base/expand-psymtabs.exp
14749 * gdb.base/float128.exp
14750 * gdb.base/floatn.exp
14751 * gdb.base/foll-exec-mode.exp
14752 * gdb.base/gdb1056.exp
14753 * gdb.base/gdb11531.exp
14754 * gdb.base/kill-after-signal.exp
14755 * gdb.base/multi-forks.exp
14756 * gdb.base/overlays.exp
14757 * gdb.base/pending.exp
14758 * gdb.base/sepdebug.exp
14759 * gdb.base/testenv.exp
14760 * gdb.base/valgrind-db-attach.exp
14761 * gdb.base/watch_thread_num.exp
14762 * gdb.base/watchpoint-cond-gone.exp
14763 * gdb.base/watchpoint.exp
14764 * gdb.base/watchpoints.exp
14765 * gdb.cp/arg-reference.exp
14766 * gdb.cp/baseenum.exp
14767 * gdb.cp/operator.exp
14768 * gdb.cp/shadow.exp
14769 * gdb.dwarf2/dw2-op-out-param.exp
14770 * gdb.dwarf2/dw2-reg-undefined.exp
14771 * gdb.go/chan.exp
14772 * gdb.go/hello.exp
14773 * gdb.go/integers.exp
14774 * gdb.go/methods.exp
14775 * gdb.go/package.exp
14776 * gdb.guile/scm-parameter.exp
14777 * gdb.guile/scm-progspace.exp
14778 * gdb.guile/scm-value.exp
14779 * gdb.mi/mi-pending.exp
14780 * gdb.mi/user-selected-context-sync.exp
14781 * gdb.multi/multi-attach.exp
14782 * gdb.multi/tids.exp
14783 * gdb.opt/clobbered-registers-O2.exp
14784 * gdb.pascal/floats.exp
14785 * gdb.pascal/integers.exp
14786 * gdb.python/py-block.exp
14787 * gdb.python/py-events.exp
14788 * gdb.python/py-parameter.exp
14789 * gdb.python/py-symbol.exp
14790 * gdb.python/py-symtab.exp
14791 * gdb.python/py-type.exp
14792 * gdb.python/py-value.exp
14793 * gdb.python/py-xmethods.exp
14794 * gdb.python/python.exp
14795 * gdb.reverse/break-precsave.exp
14796 * gdb.reverse/consecutive-precsave.exp
14797 * gdb.reverse/finish-precsave.exp
14798 * gdb.reverse/i386-precsave.exp
14799 * gdb.reverse/machinestate-precsave.exp
14800 * gdb.reverse/sigall-precsave.exp
14801 * gdb.reverse/solib-precsave.exp
14802 * gdb.reverse/step-precsave.exp
14803 * gdb.reverse/until-precsave.exp
14804 * gdb.reverse/watch-precsave.exp
14805 * gdb.server/ext-attach.exp
14806 * gdb.server/ext-restart.exp
14807 * gdb.server/ext-run.exp
14808 * gdb.server/ext-wrapper.exp
14809 * gdb.stabs/gdb11479.exp
14810 * gdb.stabs/weird.exp
14811 * gdb.threads/attach-many-short-lived-threads.exp
14812 * gdb.threads/kill.exp
14813 * gdb.threads/watchpoint-fork.exp
14814
14815 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14816
14817 Fix test names starting with uppercase throughout all the files below.
14818
14819 * gdb.ada/array_return.exp
14820 * gdb.ada/catch_ex.exp
14821 * gdb.ada/info_exc.exp
14822 * gdb.ada/mi_catch_ex.exp
14823 * gdb.ada/mi_dyn_arr.exp
14824 * gdb.ada/mi_ex_cond.exp
14825 * gdb.ada/mi_exc_info.exp
14826 * gdb.ada/mi_interface.exp
14827 * gdb.ada/mi_task_arg.exp
14828 * gdb.ada/mi_task_info.exp
14829 * gdb.ada/mi_var_array.exp
14830 * gdb.arch/alpha-step.exp
14831 * gdb.arch/amd64-disp-step.exp
14832 * gdb.arch/arm-disp-step.exp
14833 * gdb.arch/disp-step-insn-reloc.exp
14834 * gdb.arch/e500-prologue.exp
14835 * gdb.arch/ftrace-insn-reloc.exp
14836 * gdb.arch/gdb1558.exp
14837 * gdb.arch/i386-bp_permanent.exp
14838 * gdb.arch/i386-disp-step.exp
14839 * gdb.arch/i386-float.exp
14840 * gdb.arch/i386-gnu-cfi.exp
14841 * gdb.arch/ia64-breakpoint-shadow.exp
14842 * gdb.arch/mips16-thunks.exp
14843 * gdb.arch/pa-nullify.exp
14844 * gdb.arch/powerpc-aix-prologue.exp
14845 * gdb.arch/powerpc-power.exp
14846 * gdb.arch/ppc-dfp.exp
14847 * gdb.arch/s390-tdbregs.exp
14848 * gdb.arch/spu-info.exp
14849 * gdb.arch/spu-ls.exp
14850 * gdb.arch/thumb-bx-pc.exp
14851 * gdb.base/advance.exp
14852 * gdb.base/annota-input-while-running.exp
14853 * gdb.base/arrayidx.exp
14854 * gdb.base/asmlabel.exp
14855 * gdb.base/async.exp
14856 * gdb.base/attach-wait-input.exp
14857 * gdb.base/auto-connect-native-target.exp
14858 * gdb.base/batch-preserve-term-settings.exp
14859 * gdb.base/bfp-test.exp
14860 * gdb.base/bigcore.exp
14861 * gdb.base/bp-permanent.exp
14862 * gdb.base/break-always.exp
14863 * gdb.base/break-fun-addr.exp
14864 * gdb.base/break-idempotent.exp
14865 * gdb.base/break-main-file-remove-fail.exp
14866 * gdb.base/break-probes.exp
14867 * gdb.base/break-unload-file.exp
14868 * gdb.base/break.exp
14869 * gdb.base/call-ar-st.exp
14870 * gdb.base/call-rt-st.exp
14871 * gdb.base/call-sc.exp
14872 * gdb.base/call-signal-resume.exp
14873 * gdb.base/call-strs.exp
14874 * gdb.base/callexit.exp
14875 * gdb.base/callfuncs.exp
14876 * gdb.base/catch-gdb-caused-signals.exp
14877 * gdb.base/catch-signal-siginfo-cond.exp
14878 * gdb.base/catch-syscall.exp
14879 * gdb.base/compare-sections.exp
14880 * gdb.base/cond-eval-mode.exp
14881 * gdb.base/condbreak-call-false.exp
14882 * gdb.base/consecutive-step-over.exp
14883 * gdb.base/cursal.exp
14884 * gdb.base/disabled-location.exp
14885 * gdb.base/disasm-end-cu.exp
14886 * gdb.base/display.exp
14887 * gdb.base/double-prompt-target-event-error.exp
14888 * gdb.base/dprintf-bp-same-addr.exp
14889 * gdb.base/dprintf-detach.exp
14890 * gdb.base/dprintf-next.exp
14891 * gdb.base/dprintf-non-stop.exp
14892 * gdb.base/dprintf-pending.exp
14893 * gdb.base/dso2dso.exp
14894 * gdb.base/ending-run.exp
14895 * gdb.base/enum_cond.exp
14896 * gdb.base/examine-backward.exp
14897 * gdb.base/exe-lock.exp
14898 * gdb.base/exec-invalid-sysroot.exp
14899 * gdb.base/execl-update-breakpoints.exp
14900 * gdb.base/execution-termios.exp
14901 * gdb.base/fileio.exp
14902 * gdb.base/fixsection.exp
14903 * gdb.base/foll-exec-mode.exp
14904 * gdb.base/foll-exec.exp
14905 * gdb.base/fork-running-state.exp
14906 * gdb.base/frame-args.exp
14907 * gdb.base/fullpath-expand.exp
14908 * gdb.base/func-ptr.exp
14909 * gdb.base/gcore-relro-pie.exp
14910 * gdb.base/gdb1090.exp
14911 * gdb.base/gdb1555.exp
14912 * gdb.base/global-var-nested-by-dso.exp
14913 * gdb.base/gnu-ifunc.exp
14914 * gdb.base/hbreak-in-shr-unsupported.exp
14915 * gdb.base/hbreak-unmapped.exp
14916 * gdb.base/hook-stop.exp
14917 * gdb.base/infcall-input.exp
14918 * gdb.base/info-fun.exp
14919 * gdb.base/info-shared.exp
14920 * gdb.base/interrupt-noterm.exp
14921 * gdb.base/jit-so.exp
14922 * gdb.base/jit.exp
14923 * gdb.base/line-symtabs.exp
14924 * gdb.base/list.exp
14925 * gdb.base/longjmp.exp
14926 * gdb.base/macscp.exp
14927 * gdb.base/max-value-size.exp
14928 * gdb.base/nodebug.exp
14929 * gdb.base/nofield.exp
14930 * gdb.base/overlays.exp
14931 * gdb.base/paginate-after-ctrl-c-running.exp
14932 * gdb.base/paginate-bg-execution.exp
14933 * gdb.base/paginate-inferior-exit.exp
14934 * gdb.base/pending.exp
14935 * gdb.base/pr11022.exp
14936 * gdb.base/printcmds.exp
14937 * gdb.base/ptr-typedef.exp
14938 * gdb.base/ptype.exp
14939 * gdb.base/randomize.exp
14940 * gdb.base/range-stepping.exp
14941 * gdb.base/realname-expand.exp
14942 * gdb.base/relativedebug.exp
14943 * gdb.base/remote.exp
14944 * gdb.base/savedregs.exp
14945 * gdb.base/sepdebug.exp
14946 * gdb.base/set-noassign.exp
14947 * gdb.base/shlib-call.exp
14948 * gdb.base/shreloc.exp
14949 * gdb.base/sigaltstack.exp
14950 * gdb.base/sigbpt.exp
14951 * gdb.base/siginfo-addr.exp
14952 * gdb.base/siginfo-obj.exp
14953 * gdb.base/siginfo-thread.exp
14954 * gdb.base/signest.exp
14955 * gdb.base/signull.exp
14956 * gdb.base/sigrepeat.exp
14957 * gdb.base/skip.exp
14958 * gdb.base/so-impl-ld.exp
14959 * gdb.base/solib-corrupted.exp
14960 * gdb.base/solib-disc.exp
14961 * gdb.base/solib-display.exp
14962 * gdb.base/solib-overlap.exp
14963 * gdb.base/solib-search.exp
14964 * gdb.base/solib-symbol.exp
14965 * gdb.base/source-execution.exp
14966 * gdb.base/sss-bp-on-user-bp-2.exp
14967 * gdb.base/sss-bp-on-user-bp.exp
14968 * gdb.base/stack-checking.exp
14969 * gdb.base/stale-infcall.exp
14970 * gdb.base/step-break.exp
14971 * gdb.base/step-line.exp
14972 * gdb.base/step-over-exit.exp
14973 * gdb.base/step-test.exp
14974 * gdb.base/structs.exp
14975 * gdb.base/sym-file.exp
14976 * gdb.base/symtab-search-order.exp
14977 * gdb.base/term.exp
14978 * gdb.base/type-opaque.exp
14979 * gdb.base/unload.exp
14980 * gdb.base/until-nodebug.exp
14981 * gdb.base/until.exp
14982 * gdb.base/unwindonsignal.exp
14983 * gdb.base/watch-cond.exp
14984 * gdb.base/watch-non-mem.exp
14985 * gdb.base/watch_thread_num.exp
14986 * gdb.base/watchpoint-reuse-slot.exp
14987 * gdb.base/watchpoint-solib.exp
14988 * gdb.base/watchpoint.exp
14989 * gdb.btrace/dlopen.exp
14990 * gdb.cell/arch.exp
14991 * gdb.cell/break.exp
14992 * gdb.cell/bt.exp
14993 * gdb.cell/core.exp
14994 * gdb.cell/data.exp
14995 * gdb.cell/dwarfaddr.exp
14996 * gdb.cell/ea-cache.exp
14997 * gdb.cell/ea-standalone.exp
14998 * gdb.cell/ea-test.exp
14999 * gdb.cell/f-regs.exp
15000 * gdb.cell/fork.exp
15001 * gdb.cell/gcore.exp
15002 * gdb.cell/mem-access.exp
15003 * gdb.cell/ptype.exp
15004 * gdb.cell/registers.exp
15005 * gdb.cell/sizeof.exp
15006 * gdb.cell/solib-symbol.exp
15007 * gdb.cell/solib.exp
15008 * gdb.compile/compile-tls.exp
15009 * gdb.cp/exception.exp
15010 * gdb.cp/gdb2495.exp
15011 * gdb.cp/local.exp
15012 * gdb.cp/mb-inline.exp
15013 * gdb.cp/mb-templates.exp
15014 * gdb.cp/pr10687.exp
15015 * gdb.cp/pr9167.exp
15016 * gdb.cp/scope-err.exp
15017 * gdb.cp/templates.exp
15018 * gdb.cp/virtfunc.exp
15019 * gdb.dwarf2/dw2-dir-file-name.exp
15020 * gdb.dwarf2/dw2-single-line-discriminators.exp
15021 * gdb.fortran/complex.exp
15022 * gdb.fortran/library-module.exp
15023 * gdb.guile/guile.exp
15024 * gdb.guile/scm-cmd.exp
15025 * gdb.guile/scm-frame-inline.exp
15026 * gdb.guile/scm-objfile.exp
15027 * gdb.guile/scm-pretty-print.exp
15028 * gdb.guile/scm-symbol.exp
15029 * gdb.guile/scm-type.exp
15030 * gdb.guile/scm-value.exp
15031 * gdb.linespec/keywords.exp
15032 * gdb.linespec/ls-errs.exp
15033 * gdb.linespec/macro-relative.exp
15034 * gdb.linespec/thread.exp
15035 * gdb.mi/mi-breakpoint-changed.exp
15036 * gdb.mi/mi-dprintf-pending.exp
15037 * gdb.mi/mi-fullname-deleted.exp
15038 * gdb.mi/mi-logging.exp
15039 * gdb.mi/mi-pending.exp
15040 * gdb.mi/mi-solib.exp
15041 * gdb.mi/new-ui-mi-sync.exp
15042 * gdb.mi/user-selected-context-sync.exp
15043 * gdb.multi/dummy-frame-restore.exp
15044 * gdb.multi/multi-arch-exec.exp
15045 * gdb.multi/remove-inferiors.exp
15046 * gdb.multi/watchpoint-multi-exit.exp
15047 * gdb.opt/solib-intra-step.exp
15048 * gdb.perf/backtrace.exp
15049 * gdb.perf/single-step.exp
15050 * gdb.perf/skip-command.exp
15051 * gdb.perf/skip-prologue.exp
15052 * gdb.perf/solib.exp
15053 * gdb.python/lib-types.exp
15054 * gdb.python/py-as-string.exp
15055 * gdb.python/py-bad-printers.exp
15056 * gdb.python/py-block.exp
15057 * gdb.python/py-breakpoint.exp
15058 * gdb.python/py-cmd.exp
15059 * gdb.python/py-events.exp
15060 * gdb.python/py-evthreads.exp
15061 * gdb.python/py-finish-breakpoint.exp
15062 * gdb.python/py-finish-breakpoint2.exp
15063 * gdb.python/py-frame-inline.exp
15064 * gdb.python/py-frame.exp
15065 * gdb.python/py-inferior.exp
15066 * gdb.python/py-infthread.exp
15067 * gdb.python/py-mi.exp
15068 * gdb.python/py-objfile.exp
15069 * gdb.python/py-pp-maint.exp
15070 * gdb.python/py-pp-registration.exp
15071 * gdb.python/py-prettyprint.exp
15072 * gdb.python/py-recurse-unwind.exp
15073 * gdb.python/py-shared.exp
15074 * gdb.python/py-symbol.exp
15075 * gdb.python/py-symtab.exp
15076 * gdb.python/py-template.exp
15077 * gdb.python/py-type.exp
15078 * gdb.python/py-unwind-maint.exp
15079 * gdb.python/py-unwind.exp
15080 * gdb.python/py-value.exp
15081 * gdb.python/python.exp
15082 * gdb.reverse/finish-reverse-bkpt.exp
15083 * gdb.reverse/insn-reverse.exp
15084 * gdb.reverse/next-reverse-bkpt-over-sr.exp
15085 * gdb.reverse/solib-precsave.exp
15086 * gdb.reverse/solib-reverse.exp
15087 * gdb.stabs/gdb11479.exp
15088 * gdb.stabs/weird.exp
15089 * gdb.threads/fork-child-threads.exp
15090 * gdb.threads/fork-plus-threads.exp
15091 * gdb.threads/fork-thread-pending.exp
15092 * gdb.threads/forking-threads-plus-breakpoint.exp
15093 * gdb.threads/hand-call-in-threads.exp
15094 * gdb.threads/interrupted-hand-call.exp
15095 * gdb.threads/linux-dp.exp
15096 * gdb.threads/local-watch-wrong-thread.exp
15097 * gdb.threads/next-while-other-thread-longjmps.exp
15098 * gdb.threads/non-ldr-exit.exp
15099 * gdb.threads/pending-step.exp
15100 * gdb.threads/print-threads.exp
15101 * gdb.threads/process-dies-while-detaching.exp
15102 * gdb.threads/process-dies-while-handling-bp.exp
15103 * gdb.threads/pthreads.exp
15104 * gdb.threads/queue-signal.exp
15105 * gdb.threads/reconnect-signal.exp
15106 * gdb.threads/signal-command-handle-nopass.exp
15107 * gdb.threads/signal-command-multiple-signals-pending.exp
15108 * gdb.threads/signal-delivered-right-thread.exp
15109 * gdb.threads/signal-sigtrap.exp
15110 * gdb.threads/sigthread.exp
15111 * gdb.threads/staticthreads.exp
15112 * gdb.threads/stepi-random-signal.exp
15113 * gdb.threads/thread-unwindonsignal.exp
15114 * gdb.threads/thread_check.exp
15115 * gdb.threads/thread_events.exp
15116 * gdb.threads/tid-reuse.exp
15117 * gdb.threads/tls-nodebug.exp
15118 * gdb.threads/tls-shared.exp
15119 * gdb.threads/tls-so_extern.exp
15120 * gdb.threads/tls.exp
15121 * gdb.threads/wp-replication.exp
15122 * gdb.trace/actions-changed.exp
15123 * gdb.trace/actions.exp
15124 * gdb.trace/backtrace.exp
15125 * gdb.trace/change-loc.exp
15126 * gdb.trace/collection.exp
15127 * gdb.trace/deltrace.exp
15128 * gdb.trace/disconnected-tracing.exp
15129 * gdb.trace/entry-values.exp
15130 * gdb.trace/ftrace-lock.exp
15131 * gdb.trace/ftrace.exp
15132 * gdb.trace/infotrace.exp
15133 * gdb.trace/mi-trace-frame-collected.exp
15134 * gdb.trace/mi-trace-unavailable.exp
15135 * gdb.trace/mi-traceframe-changed.exp
15136 * gdb.trace/mi-tracepoint-changed.exp
15137 * gdb.trace/mi-tsv-changed.exp
15138 * gdb.trace/no-attach-trace.exp
15139 * gdb.trace/packetlen.exp
15140 * gdb.trace/passc-dyn.exp
15141 * gdb.trace/passcount.exp
15142 * gdb.trace/pending.exp
15143 * gdb.trace/pr16508.exp
15144 * gdb.trace/qtro.exp
15145 * gdb.trace/range-stepping.exp
15146 * gdb.trace/read-memory.exp
15147 * gdb.trace/report.exp
15148 * gdb.trace/save-trace.exp
15149 * gdb.trace/signal.exp
15150 * gdb.trace/stap-trace.exp
15151 * gdb.trace/status-stop.exp
15152 * gdb.trace/strace.exp
15153 * gdb.trace/tfile.exp
15154 * gdb.trace/tfind.exp
15155 * gdb.trace/trace-break.exp
15156 * gdb.trace/trace-condition.exp
15157 * gdb.trace/trace-enable-disable.exp
15158 * gdb.trace/trace-mt.exp
15159 * gdb.trace/tracecmd.exp
15160 * gdb.trace/tracefile-pseudo-reg.exp
15161 * gdb.trace/tspeed.exp
15162 * gdb.trace/tstatus.exp
15163 * gdb.trace/tsv.exp
15164 * gdb.trace/unavailable.exp
15165 * gdb.trace/while-dyn.exp
15166 * gdb.trace/while-stepping.exp
15167 * lib/gdb-guile.exp
15168 * lib/gdb.exp
15169 * lib/mi-support.exp
15170 * lib/pascal.exp
15171 * lib/perftest.exp
15172 * lib/prelink-support.exp
15173 * lib/selftest-support.exp
15174
15175 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
15176
15177 * Makefile.in: Include disable-implicit-rules.mk.
15178
15179 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
15180
15181 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
15182 non-byte-aligned bit fields.
15183
15184 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
15185
15186 PR gdb/12616
15187 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
15188 respects the DW_AT_data_bit_offset attribute.
15189
15190 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
15191
15192 * gdb.base/default.exp: Fix output of "set language".
15193
15194 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
15195
15196 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
15197 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
15198 make.
15199 * configure.ac: Remove checks for the make program.
15200 * configure: Re-generate.
15201
15202 2016-11-16 Kevin Buettner <kevinb@redhat.com>
15203
15204 * gdb.python/py-recurse-unwind.c (main): Add loop.
15205 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
15206 to read_register() and gdb.parse_and_eval(). Make each code
15207 call a separate case that can be individually tested.
15208 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
15209 proc. Call cont_and_backtrace for each of the code paths that
15210 we want to test in the unwinder.
15211
15212 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
15213
15214 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
15215 the definition of struct S.
15216
15217 2016-11-11 Catherine Moore <clm@codesourcery.com>
15218
15219 * gdb.base/dump.exp: Identify verilog format dump tests as such.
15220
15221 2016-11-09 Pedro Alves <palves@redhat.com>
15222
15223 * gdb.base/commands.exp (runto_or_return): New procedure.
15224 (gdbvar_simple_if_test, gdbvar_simple_while_test)
15225 (gdbvar_complex_if_while_test, progvar_simple_if_test)
15226 (progvar_simple_while_test, progvar_complex_if_while_test)
15227 (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, redefine_hook_test)
15231 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
15232 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
15233 multi_line_input and multi_line. Remove gdb_expect and
15234 gdb_stop_suppressing_tests uses.
15235 * lib/gdb.exp (valnum_re): New global.
15236 (multi_line_input): New procedure.
15237
15238 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
15239
15240 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
15241 Remove.
15242 (test_setup): Define with proc_with_prefix.
15243 (test_cli_inferior): Likewise.
15244 (test_cli_thread): Likewise.
15245 (test_cli_frame): Likewise.
15246 (test_cli_select_frame): Likewise.
15247 (test_cli_up_down): Likewise.
15248 (test_mi_thread_select): Likewise.
15249 (test_mi_stack_select_frame): Likewise.
15250 (test_cli_in_mi_inferior): Likewise.
15251 (test_cli_in_mi_thread): Likewise.
15252 (test_cli_in_mi_frame): Likewise.
15253 (top level): Do not use with_test_prefix_procname.
15254
15255 2016-11-09 Pedro Alves <palves@redhat.com>
15256
15257 * gdb.base/commands.exp (gdbvar_simple_if_test)
15258 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
15259 (progvar_simple_if_test, progvar_simple_while_test)
15260 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
15261 (infrun_breakpoint_command_test, breakpoint_command_test)
15262 (user_defined_command_test, watchpoint_command_test)
15263 (test_command_prompt_position, deprecated_command_test)
15264 (bp_deleted_in_command, temporary_breakpoint_commands)
15265 (stray_arg0_test, source_file_with_indented_comment)
15266 (recursive_source_test, if_commands_test)
15267 (error_clears_commands_left, redefine_hook_test)
15268 (redefine_backtrace_test): Use proc_with_prefix.
15269 * lib/gdb.exp (proc_with_prefix): New proc.
15270
15271 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
15272
15273 * gdb.base/tui-layout.c: New file.
15274 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
15275 disassembly window contains very long lines.
15276
15277 2016-11-08 Tom Tromey <tom@tromey.com>
15278
15279 * gdb.python/py-value.exp (test_value_creation): Make "long" test
15280 depend on Python 2.
15281
15282 2016-11-08 Tom Tromey <tom@tromey.com>
15283
15284 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
15285 New method.
15286
15287 2016-10-29 Manish Goregaokar <manish@mozilla.com>
15288
15289 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
15290
15291 2016-10-27 Manish Goregaokar <manish@mozilla.com>
15292
15293 * gdb.rust/simple.rs: Add test for univariant enums without
15294 discriminants and for encoded struct-like enums.
15295
15296 2016-10-28 Pedro Alves <palves@redhat.com>
15297
15298 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
15299 gdb_test_multiple, tighten regexps and match symtabs and line
15300 tables incrementally.
15301
15302 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
15303
15304 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
15305 general.
15306
15307 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
15308
15309 * gdb.base/exec-invalid-sysroot.exp: New file.
15310
15311 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
15312
15313 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
15314
15315 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15316
15317 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
15318
15319 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
15320
15321 * gdb.base/killed-outside.exp: Remove $options from a call to
15322 `prepare_for_testing'.
15323
15324 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
15325
15326 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
15327 Change test message.
15328
15329 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
15330
15331 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
15332 Update comment.
15333
15334 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
15335
15336 * gdb.trace/mi-trace-save.exp: New file.
15337
15338 2016-10-13 Yao Qi <yao.qi@linaro.org>
15339
15340 * gdb.base/code_elim.exp (get_var_address): Remove.
15341 * gdb.base/relocate.exp: Likewise.
15342 * gdb.base/shreloc.exp: Likewise.
15343 * lib/gdb.exp (get_var_address): New.
15344
15345 2016-10-13 Yao Qi <yao.qi@linaro.org>
15346
15347 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
15348 floating point tests if $skip_float_test is false.
15349
15350 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
15351
15352 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
15353 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
15354 argc values.
15355 Add 1 to argc so we guarantee distinct initial/modified argc values.
15356
15357 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15358
15359 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
15360
15361 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15362
15363 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
15364 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
15365 * gdb.arch/vsx-regs.exp: Likewise.
15366
15367 2016-10-07 Yao Qi <yao.qi@linaro.org>
15368
15369 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
15370
15371 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
15372
15373 * gdb.python/python.exp: Test decode_line("*0").
15374
15375 2016-10-06 Doug Evans <dje@google.com>
15376
15377 * gdb.python/py-value.exp (test_value_creation): Add test for large
15378 unsigned 64-bit value.
15379
15380 2016-10-06 Tom Tromey <tom@tromey.com>
15381
15382 * gdb.compile/compile.exp: Change java tests to rust.
15383 * gdb.base/setshow.exp: Change java tests to rust.
15384 * gdb.base/default.exp: Remove java from language list.
15385 * README (Examples): Update language example.
15386 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
15387 test.
15388 * lib/gdb.exp (skip_java_tests): Remove.
15389 * lib/java.exp: Remove.
15390 * gdb.java: Remove.
15391
15392 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
15393
15394 * gdb.arch/mips-fcr.exp: New test.
15395 * gdb.arch/mips-fcr.c: Source for the new test.
15396
15397 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
15398
15399 * gdb.base/solib-disc.exp: Use `standard_output_file'
15400 throughout.
15401
15402 2016-10-06 Pedro Alves <palves@redhat.com>
15403
15404 * gdb.base/jit-simple-dl.c: New file.
15405 * gdb.base/jit-simple-jit.c: New file, factored out from ...
15406 * gdb.base/jit-simple.c: ... this.
15407 * gdb.base/jit-simple.exp (jit_run): Delete.
15408 (build_jit): New proc.
15409 (jit_test_reread): Recompile either the main program or the shared
15410 library, depending on what is being tested. Skip changing address
15411 if caller wants to. Compare before/after addresses. If testing
15412 standalone, explicitly load the binary. Test "maint info
15413 breakpoints".
15414 (top level): Add "standalone vs shared lib" and "change address"
15415 vs "same address" axes.
15416
15417 2016-10-06 Pedro Alves <palves@redhat.com>
15418
15419 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
15420 call.
15421 (jit_run): Delete.
15422 (jit_test_reread): Use with_test_prefix. Reload the main binary
15423 explicitly. Compare the before/after addresses of the JIT
15424 descriptor.
15425
15426 2016-08-15 Doug Evans <dje@google.com>
15427
15428 * gdb.xml/extra-regs.xml: Update, end field now required, default type
15429 for single bitfields is bool.
15430 * gdb.xml/tdesc-regs.exp: Ditto.
15431
15432 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
15433
15434 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
15435
15436 2016-10-05 Yao Qi <yao.qi@linaro.org>
15437
15438 * lib/gdb.exp (support_complex_tests): Return zero if
15439 gdb_skip_float_test return true.
15440
15441 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
15442 Simon Marchi <simon.marchi@ericsson.com>
15443
15444 PR gdb/20487
15445 * gdb.mi/user-selected-context-sync.exp: New file.
15446 * gdb.mi/user-selected-context-sync.c: New file.
15447
15448 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
15449 Simon Marchi <simon.marchi@ericsson.com>
15450
15451 PR gdb/20487
15452 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
15453 =thread-select-event check.
15454
15455 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
15456
15457 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
15458 the compulsory L operand changes.
15459 * gdb.arch/powerpc-power.s: Likewise.
15460
15461 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
15462
15463 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
15464 * gdb.base/jit-attach-pie.c: New file.
15465 * gdb.base/jit-attach-pie.exp: New file.
15466
15467 2016-09-28 Pedro Alves <palves@redhat.com>
15468
15469 * gdb.base/infcall-input.c: New file.
15470 * gdb.base/infcall-input.exp: New file.
15471
15472 2016-09-22 Yao Qi <yao.qi@linaro.org>
15473
15474 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
15475 (gdb_exit): Rename it to ...
15476 (gdbserver_gdb_exit): ... Close GDBserver.
15477 (gdb_exit): New proc, call gdbserver_gdb_exit.
15478 (mi_gdb_exit): Likewise.
15479
15480 2016-09-22 Yao Qi <yao.qi@linaro.org>
15481
15482 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
15483 path.
15484 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
15485 Remove duplication.
15486
15487 2016-09-22 Yao Qi <yao.qi@linaro.org>
15488
15489 * lib/gdbserver-support.exp: Check the existence of
15490 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
15491
15492 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
15493
15494 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
15495
15496 2016-09-21 Tom Tromey <tom@tromey.com>
15497
15498 PR gdb/20604:
15499 * gdb.base/quit.exp: New file.
15500
15501 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
15502
15503 * .gitignore: New file.
15504
15505 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
15506
15507 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
15508 throughout.
15509
15510 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15511
15512 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
15513
15514 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15515
15516 * gdb.cp/casts.cc (decltype): Move it ...
15517 (main): ... with its call to ...
15518 * gdb.cp/casts03.cc: ... a new file.
15519 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
15520
15521 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15522
15523 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
15524
15525 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
15526
15527 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
15528 and sync up the test with tests in gas/testsuite/gas/ppc.
15529 * gdb.arch/powerpc-power.exp: Likewise.
15530
15531 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15532
15533 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
15534
15535 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
15536 Jan Kratochvil <jan.kratochvil@redhat.com>
15537
15538 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
15539 make m1's definition to be different from m2's. Use 'dummy' as an
15540 argument for probe 'two'.
15541
15542 2016-09-10 Jon Beniston <jon@beniston.com>
15543
15544 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
15545 for sim target.
15546
15547 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
15548
15549 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
15550 variable declaration.
15551 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
15552 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
15553 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
15554 received HWCAP as its argument.
15555
15556 2016-09-06 Pedro Alves <palves@redhat.com>
15557
15558 * gdb.base/new-ui-pending-input.c: New file.
15559 * gdb.base/new-ui-pending-input.exp: New file.
15560 * gdb.exp (clear_gdb_spawn_id): New procedure.
15561 (with_spawn_id): Check whether gdb_spawn_id exists before
15562 referencing it. If gdb_spawn_id didn't exist on entry, clear it
15563 on exit.
15564
15565 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
15566
15567 * gdb.base/float128.c: New file.
15568 * gdb.base/float128.exp: Likewise.
15569 * gdb.base/floatn.c: Likewise.
15570 * gdb.base/floatn.exp: Likewise.
15571
15572 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
15573
15574 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
15575
15576 2016-09-05 Pedro Alves <palves@redhat.com>
15577
15578 PR backtrace/19927
15579 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
15580 unwinders are immediately called as side effect of "source" or
15581 "disable unwinder" commands.
15582 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
15583
15584 2016-09-02 Yao Qi <yao.qi@linaro.org>
15585
15586 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
15587 is true and $type is "float" or "double".
15588
15589 2016-09-02 Yao Qi <yao.qi@linaro.org>
15590
15591 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
15592 true.
15593 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
15594 * gdb.base/call-rt-st.exp: Likewise.
15595 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
15596 return value instead of gdb,skip_float_test.
15597 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
15598 (do_function_calls): Use its return value instead of
15599 gdb,skip_float_test.
15600 * gdb.base/finish.exp: Likewise.
15601 * gdb.base/funcargs.exp: Likewise.
15602 * gdb.base/return.exp: Likewise.
15603 * gdb.base/return2.exp: Likewise.
15604 * gdb.base/varargs.exp: Likewise.
15605 * lib/gdb.exp (gdb_skip_float_test): Change it to
15606 gdb_caching_proc. Detect the broken ptrace on arm-linux.
15607
15608 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
15609
15610 * gdb.multi/tids.exp: Test "thread apply all".
15611
15612 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
15613
15614 * gdb.base/default.exp (tty): Remove.
15615
15616 2016-08-24 Kevin Buettner <kevinb@redhat.com>
15617
15618 * gdb.python/py-recurse-unwind.c: New file.
15619 * gdb.python/py-recurse-unwind.py: New file.
15620 * gdb.python/py-recurse-unwind.exp: New file.
15621
15622 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
15623
15624 * gdb.base/set-inferior-tty.exp: New file.
15625 * gdb.base/set-inferior-tty.c: New file.
15626
15627 2016-08-23 Pedro Alves <palves@redhat.com>
15628
15629 PR gdb/20494
15630 * gdb.base/new-ui-echo.c: New file.
15631 * gdb.base/new-ui-echo.exp: New file.
15632
15633 2016-08-23 Yao Qi <yao.qi@linaro.org>
15634
15635 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
15636 gdbserver_spawn.
15637 * gdb.server/connect-without-multi-process.exp (do_test):
15638 Likewise.
15639
15640 2016-08-23 Yao Qi <yao.qi@linaro.org>
15641
15642 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
15643 standalone_txt. Delete gdb_txt and standalone_txt on host
15644 and target. Spawn the binary on target. Copy files from
15645 target to host.
15646
15647 2016-08-22 Pedro Alves <palves@redhat.com>
15648
15649 PR gdb/20505
15650 * gdb.base/vdso-warning.exp: Test core dumps too. Use
15651 with_test_prefix. Factor out bits to ...
15652 (test_no_vdso): ... this new procedure.
15653
15654 2016-08-19 Carl Love <cel@us.ibm.com>
15655
15656 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
15657 maintaining separate logic for constructing the output path.
15658 * gdb.arch/powerpc-d128-regs.exp: Likewise.
15659 * gdb.arch/ppc-dfp.exp: Likewise.
15660 * gdb.arch/ppc-fp.exp: Likewise.
15661 * gdb.arch/vsx-regs.exp: Likewise.
15662 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
15663 binprefix for generating the additional binary files.
15664
15665 2016-08-19 Pedro Alves <palves@redhat.com>
15666
15667 * gdb.trace/mi-trace-frame-collected.exp
15668 (test_trace_frame_collected): On x32, expect two registers.
15669
15670 2016-08-18 Carl Love <cel@us.ibm.com>
15671
15672 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
15673 and sync up the test with tests in gas/testsuite/gas/ppc.
15674 * gdb.arch/powerpc-power.exp: Likewise.
15675
15676 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
15677
15678 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
15679 expected error message.
15680
15681 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
15682
15683 * gdb.multi/remove-inferiors.exp: New file.
15684 * gdb.multi/remove-inferiors.c: New file.
15685
15686 2016-08-12 Yao Qi <yao.qi@linaro.org>
15687
15688 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
15689 argument list.
15690
15691 2016-08-10 Pedro Alves <palves@redhat.com>
15692
15693 PR gdb/19187
15694 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
15695 setup_kfails.
15696
15697 2016-08-09 Pedro Alves <palves@redhat.com>
15698 Simon Marchi <simon.marchi@ericsson.com>
15699
15700 PR gdb/20418
15701 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
15702 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
15703
15704 2016-08-09 Pedro Alves <palves@redhat.com>
15705
15706 PR mi/20431
15707 * gdb.mi/mi-cmd-error.exp: New file.
15708
15709 2016-08-09 Pedro Alves <palves@redhat.com>
15710
15711 PR gdb/18653
15712 * gdb.base/signals-state-child.c: New file.
15713 * gdb.base/signals-state-child.exp: New file.
15714 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
15715
15716 2016-08-09 Pedro Alves <palves@redhat.com>
15717
15718 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
15719
15720 2016-08-03 Tom Tromey <tom@tromey.com>
15721
15722 PR python/18565:
15723 * gdb.python/py-frame-inline.exp: Add Frame.function test.
15724
15725 2016-08-01 Yao Qi <yao.qi@linaro.org>
15726
15727 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
15728 variable mode to "multi-process" if $multi_process is 1, otherwise
15729 set it to "single-process".
15730
15731 2016-08-01 Yao Qi <yao.qi@linaro.org>
15732
15733 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
15734 * gdb.cp/cpexprs.exp: Likewise.
15735 * gdb.cp/m-static.exp: Likewise.
15736
15737 2016-07-26 Tom Tromey <tom@tromey.com>
15738
15739 PR python/20190:
15740 * gdb.threads/tls.exp (check_thread_local): Add python symbol
15741 test.
15742
15743 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
15744
15745 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
15746 selecting assembly source files.
15747 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
15748 assembly source files.
15749 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
15750 assembly source files.
15751 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
15752 selecting assembly source files.
15753
15754 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
15755
15756 * gdb.base/new-ui.exp (do_test_invalid_args): New
15757 procedure.
15758
15759 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
15760
15761 * gdb.btrace/reconnect.c: New file.
15762 * gdb.btrace/reconnect.exp: New file.
15763
15764 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
15765
15766 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
15767 to test_catch_syscall_group.
15768 (test_catch_syscall_group): New.
15769
15770 2016-07-21 Tom Tromey <tom@tromey.com>
15771
15772 * gdb.rust/simple.rs (main): Use empty struct expression.
15773 * gdb.rust/simple.exp: Add tests for empty struct expression.
15774
15775 2016-07-21 Yao Qi <yao.qi@linaro.org>
15776
15777 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
15778 if gdb_skip_xml_test is true on some targets.
15779
15780 2016-07-21 Yao Qi <yao.qi@linaro.org>
15781
15782 * gdb.server/solib-list.exp: Unset last_loaded_file.
15783
15784 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15785
15786 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
15787 "step into captured_main (args)".
15788
15789 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15790
15791 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
15792
15793 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15794
15795 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
15796
15797 2016-07-19 Pedro Alves <palves@redhat.com>
15798
15799 * gdb.opt/inline-break.exp: Remove optimize=-O2.
15800 * gdb.opt/inline-bt.exp: Likewise.
15801 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
15802 additional_flags=-Winline.
15803 * gdb.opt/inline-locals.exp: Likewise.
15804 * gdb.opt/inline-markers.c (ATTR): Define.
15805 (inlined_fn): Use it.
15806
15807 2016-07-19 Yao Qi <yao.qi@linaro.org>
15808
15809 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
15810 (test_with_self): Remove some code. Remove argument executable.
15811 (top-level): Use do_self_tests.
15812
15813 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
15814 Don Breazeal <donb@codesourcery.com>
15815
15816 * gdb.base/maint.exp: Escape paths used in regular expressions.
15817 * gdb.stabs/weird.exp: Likewise.
15818
15819 2016-07-13 Tom Tromey <tom@tromey.com>
15820
15821 PR python/15620, PR python/18620:
15822 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
15823 (test_bkpt_events): New procs.
15824
15825 2016-07-13 Tom Tromey <tom@tromey.com>
15826
15827 PR python/17698:
15828 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
15829 test.
15830 (test_watchpoints): Likewise.
15831 (test_bkpt_pending): New proc.
15832
15833 2016-07-13 Tom Tromey <tom@tromey.com>
15834
15835 PR cli/18053:
15836 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
15837 completion test.
15838
15839 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15840
15841 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
15842 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
15843 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
15844 f_label.
15845 (g): Rename g_end_lbl to g_label.
15846 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
15847 low_pc and high_pc.
15848 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
15849
15850 2016-07-12 Tom Tromey <tom@tromey.com>
15851
15852 PR python/19293:
15853 * gdb.python/py-unwind-maint.exp: Update tests.
15854
15855 2016-07-12 Yao Qi <yao.qi@linaro.org>
15856
15857 * lib/selftest-support.exp (selftest_setup): Match the output
15858 when captured_main is inlined.
15859
15860 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
15861
15862 * gdb.fortran/derived-types.exp (result_line, result_line_2):
15863 New variables.
15864 (print this%a, print this%b, print this): New tests.
15865 * gdb.fortran/derived-types.f90 (this): New object and
15866 initialization.
15867
15868 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
15869
15870 * gdb.ada/arraydim.exp: Remove extra directory level in build
15871 directory.
15872
15873 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
15874
15875 * lib/ada.exp: Remove extra directory level in build directory.
15876 * gdb.ada/cond_lang.exp: Likewise.
15877 * gdb.ada/exec_changed.exp: Likewise.
15878 * gdb.ada/lang_switch.exp: Likewise.
15879
15880 2016-07-06 Manish Goregaokar <manish@mozilla.com>
15881
15882 * simple.rs: Add test for raw pointer subscripting.
15883 * simple.exp: Add test expectations.
15884
15885 2016-07-05 Yao Qi <yao.qi@linaro.org>
15886
15887 * gdb.mi/mi-reverse.exp: Match =record-started output.
15888
15889 2016-07-01 Pedro Alves <palves@redhat.com>
15890
15891 * gdb.base/jit-reader.exp (info_registers_current_frame): New
15892 procedure.
15893 (jit_reader_test): Test the jit reader's unwinder.
15894 * gdb.base/jithost.c (jit_function_00_code): New global.
15895 (main): Use memcpy to fill in the mmapped code, instead of poking
15896 bytes manually here.
15897 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
15898 value.
15899 (read_debug_info): Save the function's range.
15900 (read_sp): New function.
15901 (unwind_frame): Use it. Also unwind RBP.
15902 (get_frame_id): Use read_sp.
15903 (gdb_init_reader): Use calloc instead of malloc.
15904 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
15905 parameter. Use gdb_test_multiple.
15906
15907 2016-07-01 Pedro Alves <palves@redhat.com>
15908 Antoine Tremblay <antoine.tremblay@ericsson.com>
15909
15910 * gdb.threads/process-dies-while-detaching.c: New file.
15911 * gdb.threads/process-dies-while-detaching.exp: New file.
15912
15913 2016-07-01 Pedro Alves <palves@redhat.com>
15914
15915 * gdb.multi/watchpoint-multi-exit.c: New file.
15916 * gdb.multi/watchpoint-multi-exit.exp: New file.
15917
15918 2016-06-30 Pedro Alves <palves@redhat.com>
15919
15920 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
15921 unset inferior_spawn_id.
15922
15923 2016-06-30 Pedro Alves <palves@redhat.com>
15924
15925 * lib/mi-support.exp (default_mi_gdb_start): Declare global
15926 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
15927
15928 2016-06-29 Yao Qi <yao.qi@linaro.org>
15929
15930 * gdb.base/return.c: Add copyright header.
15931
15932 2016-06-29 Tom Tromey <tom@tromey.com>
15933
15934 PR python/20129:
15935 * gdb.python/py-framefilter.exp: Add tests for setting priority
15936 and disabling of non-existent frame filter.
15937
15938 2016-06-29 Yao Qi <yao.qi@linaro.org>
15939
15940 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
15941 0x0f07ff.
15942
15943 2016-06-28 Yao Qi <yao.qi@linaro.org>
15944
15945 * gdb.base/catch-syscall.exp: Remove check on isnative and target
15946 triplets. Start gdb, execute catch syscall, and continue. Check
15947 gdb's output to determine catch syscall is supported.
15948
15949 2016-06-27 Manish Goregaokar <manish@mozilla.com>
15950
15951 * gdb.rust/simple.rs: Add test for returning unit in a function.
15952 * gdb.rust/simple.exp: Add expectation for functions returning
15953 unit.
15954
15955 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
15956
15957 * gdb.python/py-breakpoint-create-fail.c,
15958 gdb.python/py-breakpoint-create-fail.exp,
15959 gdb.python/py-breakpoint-create-fail.py: New testcase.
15960
15961 2016-06-25 Manish Goregaokar <manish@mozilla.com>
15962
15963 PR gdb/20239
15964 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
15965 * gdb.rust/simple.exp: Add test expectations for new NonZero
15966 tests.
15967
15968 2016-06-24 David Taylor <dtaylor@emc.com>
15969
15970 * gdb.base/offsets.exp: New file.
15971 * gdb.base/offsets.c: New file.
15972
15973 2016-06-23 Tom Tromey <tom@tromey.com>
15974
15975 PR gdb/16483:
15976 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
15977 before any filters are loaded.
15978
15979 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
15980
15981 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
15982 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
15983 structs.
15984 * gdb.fortran/derived-type-function.exp: New file.
15985 * gdb.fortran/derived-type-function.f90: New file.
15986
15987
15988 2016-06-21 Pedro Alves <palves@redhat.com>
15989
15990 * gdb.base/new-ui.exp: New file.
15991 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
15992 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
15993 (with_spawn_id): New procedure.
15994
15995 2016-06-21 Pedro Alves <palves@redhat.com>
15996
15997 * gdb.mi/mi-exec-run.exp: New file.
15998
15999 2016-06-21 Pedro Alves <palves@redhat.com>
16000
16001 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
16002 breakpoint command's output on the main UI.
16003 (test_break): New procedure, factored out from calls in the top
16004 level.
16005 (top level): Use foreach_with_prefix to test MI as main UI and as
16006 separate UI.
16007
16008 2016-06-21 Pedro Alves <palves@redhat.com>
16009
16010 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
16011 (test_awatch_creation_and_listing)
16012 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
16013 Remove 'type' parameter.
16014 (test_watchpoint_all): New parameter mi_mode. Remove
16015 with_test_prefix.
16016 (top level): Use foreach_with_prefix, and add main/separate UI MI
16017 testing axis.
16018
16019 2016-06-21 Pedro Alves <palves@redhat.com>
16020
16021 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
16022 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
16023 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
16024 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
16025 (gdb_main_spawn_id, mi_spawn_id): Declare and
16026 comment.
16027 (mi_create_inferior_pty): New procedure,
16028 factored out from default_mi_gdb_start.
16029 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
16030 procedures.
16031 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
16032 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
16033 Use mi_create_inferior_pty.
16034 (mi_gdb_start): Use eval to pass down args list.
16035
16036 2016-06-21 Pedro Alves <palves@redhat.com>
16037
16038 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
16039 * gdb.opt/inline-cmds.exp: Add MI tests.
16040
16041 2016-06-21 Pedro Alves <palves@redhat.com>
16042
16043 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
16044
16045 2016-06-21 Pedro Alves <palves@redhat.com>
16046
16047 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
16048 (top level): Use it instead of mi_execute_to.
16049
16050 2016-06-21 Pedro Alves <palves@redhat.com>
16051
16052 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
16053 (cont_handler_str): New.
16054 (signal_stop_handler): Set stop_handler_str instead of printing to
16055 stdout.
16056 (continue_handler): Set cont_handler_str instead of printing to
16057 stdout.
16058 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
16059 mi_send_resuming_command. Print stop_handler_str and
16060 cont_handler_str instead of expecting the python events print
16061 directly.
16062
16063 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
16064
16065 * gdb.base/jit-reader.exp: New file.
16066 * gdb.base/jithost.c: New file.
16067 * gdb.base/jithost.h: New file.
16068 * gdb.base/jitreader.c : New file.
16069 * gdb.base/jit-protocol.h: New file.
16070
16071 2016-06-17 Yao Qi <yao.qi@linaro.org>
16072
16073 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
16074 parameters follow_fork and detach_on_fork. Set follow-fork-mode
16075 and detach-on-fork. Adjust tests.
16076 (top level): Invoke break_cond_on_syscall with combinations of
16077 syscall, follow-fork-mode and detach-on-fork.
16078
16079 2016-06-17 Yao Qi <yao.qi@linaro.org>
16080
16081 * gdb.base/step-over-exit.c: New.
16082 * gdb.base/step-over-exit.exp: New.
16083
16084 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
16085
16086 * gdb.base/float.exp: Add target check for nds32*-*-*.
16087 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
16088
16089 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
16090
16091 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
16092 for unsupported target features.
16093 * gdb.base/call-rt-st.exp: Likewise.
16094 * gdb.base/call-sc.exp: Likewise.
16095 * gdb.base/call-signal-resume.exp: Likewise.
16096 * gdb.base/call-strs.exp: Likewise.
16097 * gdb.base/callexit.exp: Likewise.
16098 * gdb.base/callfuncs.exp: Likewise.
16099 * gdb.base/nodebug.exp: Likewise.
16100 * gdb.base/printcmds.exp: Likewise.
16101 * gdb.base/ptype.exp: Likewise.
16102 * gdb.base/structs.exp: Likewise.
16103 * gdb.base/unwindonsignal.exp: Likewise.
16104 * gdb.cp/gdb2495.exp: Likewise.
16105 * gdb.cp/templates.exp: Likewise.
16106 * gdb.cp/virtfunc.exp: Likewise.
16107 * gdb.threads/hand-call-in-threads.exp: Likewise.
16108 * gdb.threads/interrupted-hand-call.exp: Likewise.
16109 * gdb.threads/thread-unwindonsignal.exp: Likewise.
16110
16111 2016-06-10 Tom Tromey <tom@tromey.com>
16112
16113 PR rust/20110:
16114 * gdb.rust/expr.exp: Add test for integer constant larger than
16115 i32.
16116
16117 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
16118
16119 * gdb.fortran/nested-funcs.exp: New.
16120 * gdb.fortran/nested-funcs.f90: New.
16121
16122 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
16123
16124 * gdb.base/examine-backward.c: New file.
16125 * gdb.base/examine-backward.exp: New file.
16126
16127 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
16128
16129 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
16130 matching.
16131
16132 2016-06-02 Tom Tromey <tom@tromey.com>
16133
16134 PR python/18984:
16135 * gdb.python/py-shared.exp: Add solib_name test.
16136
16137 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
16138
16139 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
16140
16141 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
16142
16143 PR c++/19893
16144 * gdb.dwarf2/implref.exp: Rename to...
16145 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
16146 * gdb.dwarf2/implref-array.c: New file.
16147 * gdb.dwarf2/implref-array.exp: Likewise.
16148 * gdb.dwarf2/implref-global.c: Likewise.
16149 * gdb.dwarf2/implref-global.exp: Likewise.
16150 * gdb.dwarf2/implref-struct.c: Likewise.
16151 * gdb.dwarf2/implref-struct.exp: Likewise.
16152
16153 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16154
16155 * gdb.trace/trace-condition.exp: Add 64bit tests.
16156
16157 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16158
16159 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
16160 bits types.
16161 (main): Adapt to 8 to 64 bits types.
16162 * gdb.trace/trace-condition.exp: Add new tests.
16163
16164 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16165
16166 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
16167
16168 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16169
16170 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
16171 Move condition tests...
16172 * gdb.trace/trace-condition.exp: Here.
16173
16174 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16175
16176 * gdb.trace/trace-condition.exp: Add counter-case tests.
16177
16178 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
16179
16180 PR c++/15231
16181 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
16182 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
16183
16184 2016-05-27 Pedro Alves <palves@redhat.com>
16185
16186 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
16187 New procedure.
16188 (top level): Call it, and bail out of DejaGnu is known to be bad.
16189
16190 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
16191
16192 * gdb.base/whatis.c: Extend the test case.
16193 * gdb.base/whatis.exp: Add additional tests.
16194
16195 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16196
16197 * gdb.fortran/type.f90: Add pointer variable.
16198 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
16199
16200 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16201
16202 * gdb.fortran/vla-type.exp: Fix testcase name.
16203
16204 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16205
16206 * gdb.fortran/vla-type.exp: Access elements in nested structs.
16207
16208 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16209
16210 * gdb.fortran/type.f90: Add nested structures.
16211 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
16212 * gdb.fortran/derived-type.exp: Adapt expected output.
16213 * gdb.fortran/vla-type.exp: Adapt expected output.
16214
16215 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16216
16217 * gdb.fortran/whatis_type.exp: Adapt expected output.
16218
16219 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16220
16221 * gdb.fortran/print_type.exp: Fix expected output.
16222 * gdb.fortran/whatis_type.exp: Fix expected output.
16223
16224 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16225
16226 * gdb.fortran/whatis_type.exp: Use multi_line.
16227
16228 2016-05-24 Tom Tromey <tom@tromey.com>
16229
16230 PR python/17386:
16231 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
16232 use value as an index.
16233
16234 2016-05-23 Tom Tromey <tom@tromey.com>
16235
16236 PR python/17981:
16237 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
16238 no-breakpoint case.
16239
16240 2016-05-24 Pedro Alves <palves@redhat.com>
16241
16242 PR gdb/19828
16243 * gdb.threads/clone-attach-detach.c: New file.
16244 * gdb.threads/clone-attach-detach.exp: New file.
16245
16246 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
16247
16248 * gdb.base/annota-input-while-running.exp: Fix syntax error.
16249
16250 2016-05-23 Tom Tromey <tom@tromey.com>
16251
16252 PR python/19438, PR python/18393:
16253 * gdb.python/py-progspace.exp: Add "dir" test.
16254 * gdb.python/py-objfile.exp: Add "dir" test.
16255
16256 2016-05-23 Yao Qi <yao.qi@linaro.org>
16257
16258 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
16259 * gdb.arch/thumb2-it.exp: Likewise.
16260
16261 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
16262
16263 * gdb.mi/mi-threads-interrupt.c: New file.
16264 * gdb.mi/mi-threads-interrupt.exp: New file.
16265
16266 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
16267
16268 PR gdb/18077
16269 * gdb.mi/mi-async-run.exp: New file.
16270 * gdb.mi/mi-async-run.c: New file.
16271
16272 2016-05-17 Tom Tromey <tom@tromey.com>
16273 Manish Goregaokar <manishsmail@gmail.com>
16274
16275 * lib/rust-support.exp: New file.
16276 * lib/gdb.exp (skip_rust_tests): New proc.
16277 (build_executable_from_specs): Handle rust.
16278 * lib/future.exp (gdb_find_rustc): New proc.
16279 (gdb_default_target_compile): Handle rust.
16280 * gdb.rust/expr.exp: New file.
16281 * gdb.rust/generics.exp: New file.
16282 * gdb.rust/generics.rs: New file.
16283 * gdb.rust/methods.exp: New file.
16284 * gdb.rust/methods.rs: New file.
16285 * gdb.rust/modules.exp: New file.
16286 * gdb.rust/modules.rs: New file.
16287 * gdb.rust/simple.exp: New file.
16288 * gdb.rust/simple.rs: New file.
16289
16290 2016-05-17 Tom Tromey <tom@tromey.com>
16291
16292 * gdb.base/default.exp (set language): Add rust.
16293
16294 2016-05-17 Tom Tromey <tom@tromey.com>
16295
16296 * gdb.gdb/unittest.exp: New file.
16297
16298 2016-05-16 Yao Qi <yao.qi@linaro.org>
16299
16300 * gdb.base/batch-preserve-term-settings.exp: Remove variable
16301 shell_prompt. Update shell_prompt_re.
16302
16303 2016-05-12 Doug Evans <dje@google.com>
16304
16305 PR symtab/19999
16306 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
16307 $options when building executable.
16308 * gdb.dwarf2/fission-loclists-pie.S: New file.
16309 * gdb.dwarf2/fission-loclists-pie.exp: New file.
16310
16311 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
16312
16313 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
16314 of [is_remote target],
16315
16316 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
16317
16318 * lib/gdb.exp (use_gdb_stub): New procedure.
16319
16320 2016-05-03 Yunlian Jiang <yunlian@google.com>
16321 Doug Evans <dje@google.com>
16322
16323 PR symtab/19914
16324 * gdb.dwarf2/dwp-sepdebug.c: New file.
16325 * gdb.dwarf2/dwp-sepdebug.exp: New file.
16326
16327 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
16328
16329 * gdb.base/detach.exp: Remove is_remote check.
16330
16331 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
16332
16333 * gdb.base/annota-input-while-running.exp: Don't check for
16334 [is_remote target]. Enable annotations after running to main.
16335 Remove unused "set test..." line.
16336
16337 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
16338
16339 * gdb.trace/trace-enable-disable.exp: New file.
16340 * gdb.trace/trace-enable-disable.c: New file.
16341
16342 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
16343
16344 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
16345 use it in info sharedlibrary test.
16346 * gdb.trace/ftrace-lock.exp: Likewise.
16347 * gdb.trace/ftrace.exp: Likewise.
16348 * gdb.trace/range-stepping.exp: Likewise.
16349 * gdb.trace/trace-break.exp: Likewise.
16350 * gdb.trace/trace-condition.exp: Likewise.
16351 * gdb.trace/trace-mt.exp: Likewise.
16352
16353 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
16354
16355 * lib/gdb.exp (gdb_load_shlibs): Rename to...
16356 (gdb_load_shlib): ... this.
16357 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
16358 gdb_load_shlib.
16359 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
16360 * gdb.base/ctxobj.exp: Likewise.
16361 * gdb.base/dprintf-pending.exp: Likewise.
16362 * gdb.base/dso2dso.exp: Likewise.
16363 * gdb.base/fixsection.exp: Likewise.
16364 * gdb.base/gcore-relro.exp: Likewise.
16365 * gdb.base/gdb1555.exp: Likewise.
16366 * gdb.base/global-var-nested-by-dso.exp: Likewise.
16367 * gdb.base/gnu-ifunc.exp: Likewise.
16368 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
16369 * gdb.base/jit-so.exp (one_jit_test): Likewise.
16370 * gdb.base/pending.exp: Likewise.
16371 * gdb.base/print-file-var.exp: Likewise.
16372 * gdb.base/print-symbol-loading.exp: Likewise.
16373 * gdb.base/shlib-call.exp: Likewise.
16374 * gdb.base/shreloc.exp: Likewise.
16375 * gdb.base/so-impl-ld.exp: Likewise.
16376 * gdb.base/solib-disc.exp: Likewise.
16377 * gdb.base/solib-nodir.exp: Likewise.
16378 * gdb.base/solib-overlap.exp: Likewise.
16379 * gdb.base/solib-symbol.exp: Likewise.
16380 * gdb.base/solib-weak.exp (do_test): Likewise.
16381 * gdb.base/sym-file.exp: Likewise.
16382 * gdb.base/symtab-search-order.exp: Likewise.
16383 * gdb.base/type-opaque.exp: Likewise.
16384 * gdb.base/unload.exp: Likewise.
16385 * gdb.base/watchpoint-solib.exp: Likewise.
16386 * gdb.compile/compile.exp: Likewise.
16387 * gdb.cp/gdb2384.exp: Likewise.
16388 * gdb.cp/infcall-dlopen.exp: Likewise.
16389 * gdb.cp/re-set-overloaded.exp: Likewise.
16390 * gdb.fortran/library-module.exp: Likewise.
16391 * gdb.opt/solib-intra-step.exp: Likewise.
16392 * gdb.python/py-finish-breakpoint.exp: Likewise.
16393 * gdb.python/py-shared.exp: Likewise.
16394 * gdb.reverse/solib-precsave.exp: Likewise.
16395 * gdb.reverse/solib-reverse.exp: Likewise.
16396 * gdb.server/solib-list.exp: Likewise.
16397 * gdb.threads/dlopen-libpthread.exp: Likewise.
16398 * gdb.threads/tls-shared.exp: Likewise.
16399 * gdb.threads/tls-so_extern.exp: Likewise.
16400 * gdb.trace/change-loc.exp: Likewise.
16401 * gdb.trace/ftrace-lock.exp: Likewise.
16402 * gdb.trace/ftrace.exp: Likewise.
16403 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
16404 * gdb.trace/pending.exp: Likewise.
16405 * gdb.trace/range-stepping.exp: Likewise.
16406 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
16407 (strace_info_marker): Likewise.
16408 (strace_probe_marker): Likewise.
16409 (strace_trace_on_same_addr): Likewise.
16410 (strace_trace_on_diff_addr): Likewise.
16411 * gdb.trace/trace-break.exp: Likewise.
16412 * gdb.trace/trace-condition.exp: Likewise.
16413 * gdb.trace/trace-mt.exp: Likewise.
16414
16415 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
16416
16417 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
16418 result of gdb_remote_download.
16419 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
16420 * gdb.base/dso2dso.exp: Likewise.
16421 * gdb.base/global-var-nested-by-dso.exp: Likewise.
16422 * gdb.base/print-file-var.exp: Likewise.
16423 * gdb.base/shlib-call.exp: Likewise.
16424 * gdb.base/shreloc.exp: Likewise.
16425 * gdb.base/solib-overlap.exp: Likewise.
16426 * gdb.base/solib-weak.exp (do_test): Likewise.
16427 * gdb.base/unload.exp: Likewise.
16428
16429 2016-04-27 Yao Qi <yao.qi@linaro.org>
16430
16431 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
16432 exists.
16433
16434 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
16435
16436 * vla-type.exp: Print structure from toplevel.
16437
16438 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
16439
16440 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
16441 of dynamic types.
16442 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
16443 of dynamic types.
16444
16445 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
16446
16447 * gdb.fortran/vla-type.f90: New file.
16448 * gdb.fortran/vla-type.exp: New file.
16449
16450 2016-04-25 Yao Qi <yao.qi@linaro.org>
16451
16452 * gdb.base/branch-to-self.c: New file.
16453 * gdb.base/branch-to-self.exp: New file.
16454
16455 2016-04-22 Yao Qi <yao.qi@linaro.org>
16456
16457 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
16458 more after $hex.
16459
16460 2016-04-22 Yao Qi <yao.qi@linaro.org>
16461
16462 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
16463 * gdb.base/annota3.exp: Likewise.
16464
16465 2016-04-22 Yao Qi <yao.qi@linaro.org>
16466
16467 * gdb.reverse/step-precsave.exp: Do one step and test program
16468 stops in "callee" and do multiple steps until program goes out
16469 of "callee".
16470 * gdb.reverse/step-reverse.exp: Likewise.
16471
16472 2016-04-22 Yao Qi <yao.qi@linaro.org>
16473
16474 * gdb.trace/signal.exp: Also pass if
16475 $tracepoint_hits($i) > $iterations.
16476
16477 2016-04-22 Yao Qi <yao.qi@linaro.org>
16478
16479 * gdb.trace/signal.c: New file.
16480 * gdb.trace/signal.exp: New file.
16481
16482 2016-04-19 Doug Evans <xdje42@gmail.com>
16483
16484 * gdb.base/bad-file.exp: New file.
16485
16486 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
16487
16488 * gdb.dwarf2/implref.exp: New file.
16489
16490 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
16491
16492 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
16493 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
16494 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
16495 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
16496 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
16497 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
16498 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
16499 * lib/fortran.exp (fortran_int4): New procedure.
16500 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
16501 (fortran_logical4): Likewise.
16502
16503 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
16504
16505 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
16506
16507 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
16508
16509 * lib/compiler.c: Add Intel specific preprocessor macros.
16510 * lib/compiler.cc: Likewise.
16511
16512 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
16513
16514 * gdb.server/connect-with-no-symbol-file.c: New file.
16515 * gdb.server/connect-with-no-symbol-file.exp: New file.
16516
16517 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
16518
16519 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
16520
16521 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
16522
16523 * boards/gdbserver-base.exp (${board}_download): Copy source file to
16524 standard output directory.
16525
16526 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
16527
16528 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
16529
16530 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
16531
16532 * gdb.btrace/instruction_history.c (loop): Add declaration.
16533
16534 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
16535
16536 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
16537
16538 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
16539
16540 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
16541 parentheses to print.
16542 (continue_handler): Likewise.
16543
16544 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
16545
16546 * gdb.server/solib-list.exp: Remove is_remote check.
16547 Pass shlib= to gdb_compile. Don't link shared library with
16548 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
16549 Run binary filename through "readlink -f" on the target.
16550
16551 2016-04-08 Pedro Alves <palves@redhat.com>
16552
16553 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
16554 interpreter filename as argument to gdbserver_spawn.
16555 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
16556 Return empty if $last_loaded_file does not exist.
16557
16558 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
16559
16560 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
16561 * gdb.base/jit-main.c: Use exit after usage.
16562
16563 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16564
16565 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
16566 GDBHISTSIZE prior to the tests.
16567 * gdb.base/gdbinit-history.exp: Likewise.
16568
16569 2016-04-07 Pedro Alves <palves@redhat.com>
16570
16571 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
16572 instead of build_executable. Use gdb_load_shlibs.
16573
16574 2016-04-07 Yao Qi <yao.qi@linaro.org>
16575
16576 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
16577 Execute "si" command.
16578
16579 2016-04-07 Yao Qi <yao.qi@linaro.org>
16580
16581 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
16582 number instead of the comments on some line.
16583
16584 2016-04-06 Don Breazeal <donb@codesourcery.com>
16585
16586 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
16587 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
16588
16589 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
16590
16591 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
16592 standard_output_file. Remove unused binfile variable.
16593
16594 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
16595
16596 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
16597 * gdb.python/py-mi-objfile.exp: Match "list main" output
16598 in console format.
16599
16600 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
16601
16602 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
16603 absolute.
16604
16605 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
16606
16607 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
16608 absolute.
16609 * gdb.trace/ftrace.exp: Likewise.
16610 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
16611 targets as well.
16612 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
16613 (gdb_load_shlibs): Copy libraries to test directory when testing
16614 natively. Only set solib-search-path if testing remotely.
16615 * lib/mi-support.exp (mi_load_shlibs): Likewise.
16616
16617 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
16618
16619 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
16620 gdb_download. Use it even if the target is not remote.
16621 * gdb.base/jit.exp (compile_jit_test): Likewise.
16622 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
16623 output directory if the destination board is local, otherwise use
16624 the standard remote_download from DejaGnu.
16625 (gdb_download): Remove.
16626 (gdb_load_shlibs): Use gdb_remote_download instead of
16627 gdb_download.
16628 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
16629 Use gdb_remote_download instead of gdb_download. Use it even if
16630 the target is not remote.
16631 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
16632 instead of gdb_download.
16633
16634 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
16635
16636 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
16637 (test_insert_delete_modify): Call mi_load_shlibs before trying to
16638 run.
16639
16640 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
16641
16642 PR gdb/19820
16643 * gdb.base/printcmds.exp: Add artificial arrays tests.
16644
16645 2016-03-31 Pedro Alves <palves@redhat.com>
16646
16647 PR gdb/19858
16648 * gdb.base/jit-main.c: Include unistd.h.
16649 (ATTACH): Define to 0 if not already defined.
16650 (wait_for_gdb, mypid): New globals.
16651 (WAIT_FOR_GDB): New macro.
16652 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
16653 some breakpoint locations.
16654 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
16655 New procedures.
16656 (one_jit_test): Add REATTACH parameter, and handle it. Use
16657 continue_to_test_location.
16658 (top level): Test attach, and adjusts calls to one_jit_test.
16659
16660 2016-03-31 Pedro Alves <palves@redhat.com>
16661
16662 PR gdb/19858
16663 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
16664 BINSUFFIX parameter, and handle it.
16665 (top level): Adjust calls compile_jit_test.
16666
16667 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
16668
16669 PR python/19743
16670 * gdb.python/py-mi-events-gdb.py: New file.
16671 * gdb.python/py-mi-events.c: New file.
16672 * gdb.python/py-mi-events.exp: New file.
16673
16674 2016-03-30 Yao Qi <yao.qi@linaro.org>
16675
16676 * gdb.reverse/until-precsave.exp: Match function name only.
16677 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
16678 Move malloc to a condition block.
16679 * gdb.reverse/until-reverse.exp: Match function name only.
16680
16681 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
16682
16683 * gdb.trace/ftrace.exp: Set arg0exp for s390.
16684 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
16685 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
16686 variable for GPR 0 instead of assuming it is register 0.
16687 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
16688 * lib/trace-support.exp: Add s390 registers.
16689
16690 2016-03-29 Yao Qi <yao.qi@linaro.org>
16691
16692 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
16693
16694 2016-03-24 Yao Qi <yao.qi@linaro.org>
16695
16696 * gdb.reverse/break-reverse.exp: Add quotation mark in the
16697 test message.
16698
16699 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16700
16701 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
16702 maintaining separate logic for constructing the output path.
16703
16704 2016-03-16 Don Breazeal <donb@codesourcery.com>
16705
16706 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
16707 Retry fork and waitpid on interrupted system call errors.
16708 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
16709 Use with_timeout_factor to increase timeout by factor of 10.
16710
16711 2016-03-15 Don Breazeal <donb@codesourcery.com>
16712
16713 * gdb.cp/scope-err.cc: New test program.
16714 * gdb.cp/scope-err.exp: New test script.
16715 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
16716 lines and "set breakpoint here" comment.
16717 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
16718 Fixed some whitespace and format issues.
16719 * gdb.mi/mi-linespec-err-cp.cc: New test program.
16720 * gdb.mi/mi-linespec-err-cp.exp: New test script.
16721
16722 2016-03-15 Doug Evans <dje@google.com>
16723
16724 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
16725 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
16726 All callers updated. Add tests for enums, mixed flags register.
16727
16728 2016-03-15 Doug Evans <dje@google.com>
16729
16730 * gdb.base/skip.c (main): Call test_skip_file_and_function.
16731 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
16732
16733 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
16734
16735 * gdb.base/default.exp: Add $_as_string to the list of expected
16736 convenience functions.
16737
16738 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
16739
16740 * gdb.base/maint.exp: New tests for 'maint info line-table'.
16741
16742 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
16743
16744 * gdb.python/py-as-string.exp: New file.
16745 * gdb.python/py-as-string.c: New file.
16746
16747 2016-03-09 Pedro Alves <palves@redhat.com>
16748
16749 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
16750 signal" -> "Thread NN received signal" output change.
16751 * gdb.threads/ia64-sigill.exp: Likewise.
16752 * gdb.threads/linux-dp.exp: Likewise.
16753 * gdb.threads/manythreads.exp: Likewise.
16754 * gdb.threads/pending-step.exp: Likewise.
16755 * gdb.threads/print-threads.exp: Likewise.
16756 * gdb.threads/sigstep-threads.exp: Likewise.
16757 * gdb.threads/staticthreads.exp: Likewise.
16758 * gdb.threads/tls.exp: Likewise.
16759
16760 2016-03-09 Pedro Alves <palves@redhat.com>
16761
16762 * gdb.base/command-line-input.exp: New file.
16763
16764 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
16765
16766 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
16767 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
16768 * gdb.trace/pending.exp: Accept leading dot before function name.
16769 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
16770 * lib/trace-support.exp: Set registers for ppc.
16771
16772 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
16773
16774 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
16775 use it for disassembly; accept .main in addition to main in backtrace.
16776
16777 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
16778 Marcin Kościelnicki <koriakin@0x04.net>
16779
16780 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
16781 (gdb_recursion_test_ptr): New global variable.
16782 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
16783 gdb_recursion_test.
16784 (gdb_c_test): Ditto.
16785
16786 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
16787
16788 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
16789 ordering.
16790
16791 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
16792
16793 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
16794 (bar): Add bar_start_lbl label.
16795 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
16796 of foo/bar for emitting DWARF and tracing.
16797
16798 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
16799
16800 * analyze-racy-logs.py: Set executable bit.
16801
16802 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
16803
16804 * Makefile.in (DEFAULT_RACY_ITER): New variable.
16805 (CHECK_TARGET_TMP): Likewise.
16806 (check-single-racy): New rule.
16807 (check-parallel-racy): Likewise.
16808 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
16809 (do-check-parallel-racy): New rule.
16810 (check-racy/%.exp): Likewise.
16811 * README (Racy testcases): New section.
16812 * analyze-racy-logs.py: New file.
16813
16814 2016-03-03 Doug Evans <dje@google.com>
16815
16816 * gdb.base/skip.exp: Use with_test_prefix.
16817
16818 2016-03-03 Yao Qi <yao.qi@linaro.org>
16819
16820 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
16821 Invoke step_over_syscall "clone" and break_cond_on_syscall
16822 "clone".
16823 * gdb.base/step-over-clone.c: New file.
16824
16825 2016-03-03 Yao Qi <yao.qi@linaro.org>
16826
16827 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
16828 code format.
16829
16830 2016-03-03 Yao Qi <yao.qi@linaro.org>
16831
16832 * gdb.base/disp-step-fork.c: Rename to ...
16833 * gdb.base/step-over-fork.c: ... it. New file.
16834 * gdb.base/disp-step-vfork.c: Rename to ...
16835 * gdb.base/step-over-vfork.c: ... it. New file.
16836 * gdb.base/disp-step-syscall.exp: Rename to ...
16837 * gdb.base/step-over-syscall.exp: ... it. New file.
16838 (disp_step_cross_syscall): Rename to ...
16839 (step_over_syscall): ... it.
16840
16841 2016-03-03 Yao Qi <yao.qi@linaro.org>
16842
16843 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
16844 If target supports condition evaluation on target, invoke
16845 break_cond_on_syscall for fork and vfork.
16846
16847 2016-03-03 Yao Qi <yao.qi@linaro.org>
16848
16849 * gdb.base/disp-step-syscall.exp: Don't invoke
16850 support_displaced_stepping.
16851 (disp_step_cross_syscall): Test with displaced stepping off and
16852 on if supported.
16853
16854 2016-03-03 Yao Qi <yao.qi@linaro.org>
16855
16856 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
16857 proc.
16858 (setup): New proc.
16859 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
16860 and setup.
16861
16862 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
16863
16864 * gdb.fortran/vla-history.exp: Remove breakpoint.
16865
16866 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
16867
16868 * gdb.fortran/vla-history.exp: Lookup array elements and printing
16869 exceeds timeout.
16870
16871 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
16872
16873 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
16874 breakpoint.
16875
16876 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
16877
16878 * gdb.mi/vla.f90: Nullify pointer after declaration.
16879
16880 2016-03-01 Pedro Alves <palves@redhat.com>
16881
16882 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
16883
16884 2016-03-01 Pedro Alves <palves@redhat.com>
16885
16886 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
16887 before anything else.
16888 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
16889 _GNU_SOURCE here.
16890 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
16891 before anything else.
16892 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
16893
16894 2016-03-01 Pedro Alves <palves@redhat.com>
16895
16896 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
16897
16898 2016-03-01 Yao Qi <yao.qi@linaro.org>
16899
16900 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
16901 prepare_for_testing.
16902
16903 2016-03-01 Yao Qi <yao.qi@linaro.org>
16904
16905 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
16906
16907 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
16908
16909 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
16910 manually constructing the output path.
16911
16912 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
16913
16914 * gdb.arch/s390-stackless.S: New.
16915 * gdb.arch/s390-stackless.exp: New.
16916
16917 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
16918
16919 * gdb.dlang/circular.c: New file.
16920 * gdb.dlang/circular.exp: New file.
16921
16922 2016-02-26 Yao Qi <yao.qi@linaro.org>
16923
16924 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
16925 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
16926 (testcases): Update.
16927
16928 2016-02-26 Yao Qi <yao.qi@linaro.org>
16929
16930 * gdb.reverse/aarch64.c: Rename to ...
16931 * gdb.reverse/insn-reverse.c: ... it.
16932 * gdb.reverse/aarch64.exp: Rename to ...
16933 * gdb.reverse/insn-reverse.exp: ... it.
16934
16935 2016-02-26 Yao Qi <yao.qi@linaro.org>
16936
16937 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
16938 (testcase_ftype): New.
16939 (testcases): New array.
16940 (n_testcases): New.
16941 (main): Call each element in testcases.
16942 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
16943 (read_testcase): New.
16944 Do the tests in a loop.
16945
16946 2016-02-25 Yao Qi <yao.qi@linaro.org>
16947
16948 * gdb.base/branches.c: Remove.
16949
16950 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
16951
16952 PR gdb/13808
16953 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
16954
16955 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
16956
16957 * gdb.trace/ftrace.exp: Remove unnecessary target check.
16958
16959 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
16960
16961 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
16962 change x86_64 call_insn to 'callq'.
16963
16964 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16965
16966 * gdb.trace/tfile-avx.c: Move to...
16967 * gdb.trace/tracefile-pseudo-reg.c: Here.
16968 * gdb.trace/tfile-avx.exp: Move to...
16969 * gdb.trace/tracefile-pseudo-reg.exp: Here.
16970
16971 2016-02-24 Gary Benson <gbenson@redhat.com>
16972
16973 * gdb.base/attach-pie-noexec.exp: Do not expect an error
16974 message on attach.
16975
16976 2016-02-23 Doug Evans <dje@google.com>
16977
16978 * gdb.base/skip.c (test_skip): New function.
16979 (end_test_skip_file_and_function): New function.
16980 (test_skip_file_and_function): New function.
16981 * gdb.base/skip1.c (test_skip): New function.
16982 (skip1_test_skip_file_and_function): New function.
16983 * gdb.base/skip.exp: Add tests for new skip options.
16984 * gdb.base/skip-solib.exp: Update expected output.
16985 * gdb.perf/skip-command.cc: New file.
16986 * gdb.perf/skip-command.exp: New file.
16987 * gdb.perf/skip-command.py: New file.
16988
16989 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
16990
16991 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
16992 info registers pattern.
16993
16994 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
16995
16996 * lib/future.exp: Add D support.
16997 (gdb_find_gdc): New proc.
16998 (gdb_default_target_compile): Add D support.
16999
17000 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
17001
17002 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
17003 user+system time.
17004 (trace_speed_test): Determine the iteration count for a time
17005 between 15..30 seconds.
17006
17007 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
17008
17009 * gdb.arch/i386-mpx-sigsegv.c: New file.
17010 * gdb.arch/i386-mpx-sigsegv.exp: New file.
17011 * gdb.arch/i386-mpx-simple_segv.c: New file.
17012 * gdb.arch/i386-mpx-simple_segv.exp: New file.
17013
17014 2016-02-18 Yao Qi <yao.qi@linaro.org>
17015
17016 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
17017 Don't call setup_kfail.
17018
17019 2016-02-18 Yao Qi <yao.qi@linaro.org>
17020
17021 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
17022 Set "set breakpoint condition-evaluation" per $cond_bp_target.
17023
17024 2016-02-16 Doug Evans <dje@google.com>
17025
17026 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
17027 * gdb.base/skip1.c: Ditto.
17028 * gdb.base/skip.exp: Whitespace cleanup.
17029
17030 2016-02-16 Don Breazeal <donb@codesourcery.com>
17031
17032 PR remote/19496
17033 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
17034 Remove kfail for PR remote/19496.
17035
17036 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
17037
17038 * lib/gdb.exp (standard_temp_file): Return a path specific to
17039 the runtest invocation.
17040
17041 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
17042
17043 * gdb.trace/save-trace.exp: Change relative path to be in the
17044 standard output directory.
17045
17046 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
17047
17048 * gdb.arch/i386-prologue.c: Add missing prototypes.
17049
17050 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
17051
17052 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
17053 * gdb.arch/i386-prologue.exp: Likewise.
17054 * gdb.arch/i386-size.exp: Likewise.
17055
17056 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
17057
17058 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
17059 define object file path.
17060 * gdb.btrace/gcore.exp: Use standard_output_file to define core
17061 file path.
17062 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
17063 standard_output_file to define binfile.
17064
17065 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
17066
17067 Fix compatibility with recent gfortran-5.3.1.
17068 * gdb.fortran/vla-history.exp (print vla1 allocated)
17069 (print vla2 allocated, print $2, print $3): Remove
17070 (print $4): Rename to ...
17071 (print $2): ... here.
17072 (print $9): Rename to ...
17073 (print $5): ... here.
17074 (print $10): Rename to ...
17075 (print $6): ... here.
17076 * gdb.fortran/vla.f90: Add pvla initialization.
17077
17078 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
17079
17080 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
17081 New test.
17082 * gdb.fortran/vla-value-sub.exp: Likewise.
17083
17084 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
17085
17086 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
17087
17088 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
17089
17090 * i386-biarch-core.exp: Define corefile using
17091 standard_output_file.
17092
17093 2016-02-12 Yao Qi <yao.qi@linaro.org>
17094
17095 * gdb.arch/arm-single-step-kernel-helper.c: New.
17096 * gdb.arch/arm-single-step-kernel-helper.exp: New.
17097
17098 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
17099
17100 * gdb.btrace/tailcall-only.exp: New.
17101 * gdb.btrace/tailcall-only.c: New.
17102 * gdb.btrace/x86_64-tailcall-only.S: New.
17103 * gdb.btrace/i686-tailcall-only.S: New.
17104
17105 2016-02-11 Pedro Alves <palves@redhat.com>
17106
17107 * README (Parallel testing): Add missing double quotes.
17108
17109 2016-02-11 Pedro Alves <palves@redhat.com>
17110
17111 * README (Parallel testing): New section.
17112 (GDB_PARALLEL): Rewrite.
17113 (FORCE_PARALLEL): Document.
17114
17115 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
17116
17117 * gdb.trace/tfile-avx.c: New test.
17118 * gdb.trace/tfile-avx.exp: New test.
17119
17120 2016-02-09 Keith Seitz <keiths@redhat.com>
17121
17122 PR breakpoints/19546
17123 * gdb.base/infcall-exec.c: New file.
17124 * gdb.base/infcall-exec2.c: New file.
17125 * gdb.base/infcall-exec.exp: New file.
17126
17127 2016-02-09 Keith Seitz <keiths@redhat.com>
17128
17129 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
17130 (toplevel): Call test_bkpt_address.
17131
17132 2016-02-09 Keith Seitz <keiths@redhat.com>
17133
17134 PR python/19506
17135 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
17136 (toplevel): Call test_bkpt_address.
17137
17138 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
17139
17140 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
17141 to AC_OUTPUT.
17142 * configure: Regenerate.
17143
17144 2016-02-09 Pedro Alves <palves@redhat.com>
17145
17146 PR breakpoints/19548
17147 * gdb.base/execl-update-breakpoints.c (some_function): New
17148 function.
17149 (main): Call it.
17150 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
17151 Tighten expected GDB output.
17152
17153 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
17154
17155 * Makefile.in (ALL_SUBDIRS): Remove.
17156 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
17157 (distclean maintainer-clean realclean): Likewise.
17158 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
17159 * configure: Regenerate.
17160 * gdb.ada/Makefile.in: Delete.
17161 * gdb.arch/Makefile.in: Likewise.
17162 * gdb.asm/Makefile.in: Likewise.
17163 * gdb.base/Makefile.in: Likewise.
17164 * gdb.btrace/Makefile.in: Likewise.
17165 * gdb.cell/Makefile.in: Likewise.
17166 * gdb.compile/Makefile.in: Likewise.
17167 * gdb.cp/Makefile.in: Likewise.
17168 * gdb.disasm/Makefile.in: Likewise.
17169 * gdb.dlang/Makefile.in: Likewise.
17170 * gdb.dwarf2/Makefile.in: Likewise.
17171 * gdb.fortran/Makefile.in: Likewise.
17172 * gdb.gdb/Makefile.in: Likewise.
17173 * gdb.go/Makefile.in: Likewise.
17174 * gdb.guile/Makefile.in: Likewise.
17175 * gdb.java/Makefile.in: Likewise.
17176 * gdb.linespec/Makefile.in: Likewise.
17177 * gdb.mi/Makefile.in: Likewise.
17178 * gdb.modula2/Makefile.in: Likewise.
17179 * gdb.multi/Makefile.in: Likewise.
17180 * gdb.objc/Makefile.in: Likewise.
17181 * gdb.opencl/Makefile.in: Likewise.
17182 * gdb.opt/Makefile.in: Likewise.
17183 * gdb.pascal/Makefile.in: Likewise.
17184 * gdb.perf/Makefile.in: Likewise.
17185 * gdb.python/Makefile.in: Likewise.
17186 * gdb.reverse/Makefile.in: Likewise.
17187 * gdb.server/Makefile.in: Likewise.
17188 * gdb.stabs/Makefile.in: Likewise.
17189 * gdb.threads/Makefile.in: Likewise.
17190 * gdb.trace/Makefile.in: Likewise.
17191 * gdb.xml/Makefile.in: Likewise.
17192 * lib/gdb.exp (make_gdb_parallel_path): Add check for
17193 GDB_PARALLEL.
17194 (standard_output_file): Remove check for GDB_PARALLEL, always
17195 return path in outputs/$subdir/$testname.
17196
17197 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
17198
17199 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
17200 (site.exp): Assign abs_srcdir to tcl's srcdir.
17201
17202 2016-02-04 Yao Qi <yao.qi@linaro.org>
17203
17204 * gdb.base/foll-exec-mode.c: Include limits.h.
17205 (main): Add parameters argc and argv. Get directory from
17206 argv[0].
17207 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
17208 compilation.
17209 * gdb.base/foll-exec.c: Include limits.h.
17210 (main): Add parameters argc and argv.
17211 Get directory from argv[0].
17212 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
17213 Adjust tests on the number of lines as source code changed.
17214 * gdb.base/foll-vfork-exit.c: Include limits.h.
17215 (main): Add one line of statement before vfork.
17216 * gdb.base/foll-vfork.c: Include limits.h and string.h.
17217 (main): Add parameters argc and argv. Get directory from
17218 argv[0].
17219 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
17220 (setup_gdb): Set tbreak to skip some source lines.
17221 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
17222 (main): Add parameters argc and argv. Get directory from
17223 argv[0].
17224 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
17225 compilation.
17226 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
17227 (main): Add parameters argc and argv. Get directory from
17228 argv[0].
17229 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
17230 compilation.
17231
17232 2016-02-01 Doug Evans <dje@google.com>
17233
17234 * gdb.base/skip.exp: Clean up multiple references to same test name.
17235
17236 2016-02-01 Pedro Alves <palves@redhat.com>
17237
17238 PR remote/19496
17239 * gdb.threads/forking-threads-plus-breakpoint.exp
17240 (displaced_stepping_supported): New global.
17241 (probe_displaced_stepping_support): New procedure.
17242 (do_test): Add 'displaced' parameter, and use it.
17243 (top level): Check for displaced stepping support. Add displaced
17244 stepping on/off testing axis.
17245
17246 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
17247
17248 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
17249 pointer. Don't perform further tests on the unassociated pointer
17250 if the first test fails.
17251
17252 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
17253
17254 * gdb.base/max-value-size.c: New file.
17255 * gdb.base/max-value-size.exp: New file.
17256 * gdb.base/huge.exp: Disable max-value-size for this test.
17257
17258 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
17259
17260 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
17261
17262 2016-01-28 Yao Qi <yao.qi@linaro.org>
17263
17264 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
17265
17266 2016-01-25 Pedro Alves <palves@redhat.com>
17267
17268 PR threads/19461
17269 * gdb.base/fork-running-state.c: New file.
17270 * gdb.base/fork-running-state.exp: New file.
17271
17272 2016-01-25 Pedro Alves <palves@redhat.com>
17273
17274 PR gdb/19494
17275 * gdb.base/catch-fork-kill.c: New file.
17276 * gdb.base/catch-fork-kill.exp: New file.
17277
17278 2016-01-25 Pedro Alves <palves@redhat.com>
17279
17280 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
17281 Delete, moved to lib/gdb.exp.
17282 * gdb.threads/forking-threads-plus-breakpoint.exp
17283 (foreach_with_prefix): Likewise.
17284 * gdb.threads/process-dies-while-handling-bp.exp
17285 (foreach_with_prefix): Likewise.
17286 * lib/gdb.exp (foreach_with_prefix): New procedure.
17287
17288 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
17289
17290 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
17291 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
17292
17293 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
17294
17295 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
17296 endian targets.
17297
17298 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17299 Pedro Alves <palves@redhat.com>
17300
17301 Fix testsuite compatibility with Guile.
17302 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
17303 number.
17304
17305 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17306
17307 Fix testsuite compatibility with Guile.
17308 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
17309 (thread 1): New test for backtrace through signal handler.
17310
17311 2016-01-22 Yao Qi <yao.qi@linaro.org>
17312
17313 PR testsuite/19491
17314 * gdb.base/multi-forks.c: Include
17315 ../lib/unbuffer_output.c
17316 (main): Call gdb_unbuffer_output.
17317
17318 2016-01-21 Doug Evans <dje@google.com>
17319
17320 * lib/ada.exp (gdb_compile_ada): Fix typo.
17321
17322 2016-01-21 Joel Brobecker <brobecker@adacore.com>
17323
17324 * gdb.base/break-fun-addr.exp: New file.
17325 * gdb.base/break-fun-addr1.c: New file.
17326 * gdb.base/break-fun-addr2.c: New file.
17327
17328 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
17329
17330 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
17331 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
17332 enum flag values.
17333
17334 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
17335
17336 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
17337 when GDB can not set the vector return value. Add more comments
17338 for clarification.
17339
17340 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
17341
17342 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
17343 command.
17344
17345 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
17346
17347 * Makefile.in (DO_RUNTEST): Add --status and update usages.
17348
17349 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
17350
17351 * Makefile.in (check-single): Pass --status to runtest.
17352 (check/%.exp): Likewise.
17353
17354 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
17355
17356 * Makefile.in (check-parallel): Propagate return code from make
17357 do-check-parallel.
17358
17359 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
17360
17361 * gdb.trace/ftrace.exp: Fix expected message on continue.
17362 * gdb.trace/pending.exp: Fix expected message on continue.
17363 * gdb.trace/trace-break.exp: Fix expected message on continue.
17364
17365 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
17366
17367 * lib/gdb.exp (gdb_test): Remove unused global references.
17368
17369 2016-01-18 Pedro Alves <palves@redhat.com>
17370
17371 * gdb.base/async-shell.exp: Adjust expected output.
17372 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
17373 * gdb.base/siginfo-thread.exp: Adjust expected output.
17374 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
17375 * gdb.java/jnpe.exp: Adjust expected output.
17376 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
17377 * gdb.threads/continue-pending-status.exp: Adjust expected output.
17378 * gdb.threads/leader-exit.exp: Adjust expected output.
17379 * gdb.threads/manythreads.exp: Adjust expected output.
17380 * gdb.threads/pthreads.exp: Adjust expected output.
17381 * gdb.threads/schedlock.exp: Adjust expected output.
17382 * gdb.threads/siginfo-threads.exp: Adjust expected output.
17383 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
17384 expected output.
17385 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
17386 output.
17387 * gdb.threads/sigthread.exp: Adjust expected output.
17388 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
17389
17390 2016-01-18 Yao Qi <yao.qi@linaro.org>
17391
17392 * gdb.guile/scm-section-script.c: Replace @progbits with
17393 %progbits.
17394 * gdb.python/py-section-script.c: Likewise.
17395
17396 2016-01-15 Pedro Alves <palves@redhat.com>
17397
17398 * gdb.multi/tids.exp: Test star wildcard ranges.
17399
17400 2016-01-15 Pedro Alves <palves@redhat.com>
17401
17402 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
17403 command from "thread apply" invocation.
17404 (thr_apply_info_thr_invalid): Default the expected output to the
17405 input tid list.
17406 (top level): Add tests that use convenience variables. Add tests
17407 for "thread apply" with a valid TID list, but missing the command.
17408
17409 2016-01-13 Pedro Alves <palves@redhat.com>
17410
17411 * gdb.base/default.exp: Expect $_gthread as well.
17412 * gdb.multi/tids.exp: Test $_gthread.
17413 * gdb.threads/thread-specific.exp: Test $_gthread.
17414
17415 2016-01-13 Pedro Alves <palves@redhat.com>
17416
17417 * gdb.multi/tids.exp: Test "info threads -gid".
17418
17419 2016-01-13 Pedro Alves <palves@redhat.com>
17420
17421 * gdb.multi/tids.exp: Test InferiorThread.global_num and
17422 Breakpoint.thread.
17423 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
17424
17425 2016-01-07 Pedro Alves <palves@redhat.com>
17426
17427 * gdb.base/break.exp: Adjust to output changes.
17428 * gdb.base/hbreak2.exp: Likewise.
17429 * gdb.base/sepdebug.exp: Likewise.
17430 * gdb.base/watch_thread_num.exp: Likewise.
17431 * gdb.linespec/keywords.exp: Likewise.
17432 * gdb.multi/info-threads.exp: Likewise.
17433 * gdb.threads/thread-find.exp: Likewise.
17434 * gdb.multi/tids.c: New file.
17435 * gdb.multi/tids.exp: New file.
17436
17437 2016-01-13 Pedro Alves <palves@redhat.com>
17438
17439 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
17440
17441 2016-01-13 Pedro Alves <palves@redhat.com>
17442
17443 * gdb.base/default.exp: Expect $_inferior as well.
17444 * gdb.multi/base.exp: Test $_inferior.
17445
17446 2016-01-13 Pedro Alves <palves@redhat.com>
17447
17448 PR breakpoints/19388
17449 * gdb.base/catch-signal-siginfo-cond.c: New file.
17450 * gdb.base/catch-signal-siginfo-cond.exp: New file.
17451
17452 2016-01-12 Josh Stone <jistone@redhat.com>
17453 Philippe Waroquiers <philippe.waroquiers@skynet.be>
17454
17455 * gdb.base/catch-syscall.c (do_execve): New variable.
17456 (main): Conditionally trigger an execve.
17457 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
17458 (test_catch_syscall_execve): New, check entry/return across execve.
17459 (do_syscall_tests): Call test_catch_syscall_execve.
17460
17461 2016-01-12 Pedro Alves <palves@redhat.com>
17462
17463 * gdb.base/random-signal.exp (do_test): New procedure, with body
17464 of testcase moved in.
17465
17466 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17467 Pedro Alves <palves@redhat.com>
17468
17469 * gdb.base/funcargs.exp (finish from indirectly called function):
17470 Reintroduce the case for 'First'.
17471
17472 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17473 Pedro Alves <palves@redhat.com>
17474
17475 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
17476 (tcatch_vfork_then_child_follow_exec)
17477 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
17478 identification.
17479
17480 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17481
17482 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
17483 and repeats to unlimited.
17484 * gdb.python/py-value.exp: Likewise.
17485 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
17486 and repeats to unlimited.
17487
17488 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
17489
17490 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
17491 and reordering the functions.
17492 * gdb.multi/hangout.c: Likewise.
17493 * gdb.multi/hello.c: Likewise.
17494
17495 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
17496
17497 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
17498 absolute.
17499 (SingleStatisticTestResult.report): Use dict.keys instead of
17500 dict.iterkeys.
17501
17502 2016-01-06 Pedro Alves <palves@redhat.com>
17503
17504 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
17505
17506 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
17507
17508 * gdb.btrace/dlopen.exp: New.
17509 * gdb.btrace/dlopen.c: New.
17510 * gdb.btrace/dlopen-dso.c: New.
17511
17512 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
17513
17514 * lib/gdb.exp (gdb_test): Update comments to clarify that the
17515 PATTERN argument is optional.
17516
17517 2015-12-24 Joel Brobecker <brobecker@adacore.com>
17518
17519 * lib/ada.exp (target_compile_ada_from_dir): New function.
17520 (gdb_compile_ada): Reimplement avoiding the use of project files.
17521 * gdb.ada/gnat_ada.gpr: Delete.
17522 * gdb.ada/cond_lang.exp: Adjust test to make path before
17523 filename optional.
17524 * gdb.ada/small_reg_param.exp: Likewise.
17525
17526 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
17527
17528 * gdb.base/foll-vork.exp: Remove HP-UX special case.
17529
17530 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
17531
17532 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
17533 case.
17534
17535 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
17536
17537 * gdb.base/break.exp: Remove dead code.
17538 * gdb.base/sepdebug.exp: Likewise.
17539
17540 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
17541
17542 * gdb.asm/asm-source.exp: Remove HP-UX references.
17543 * gdb.base/annota1.exp: Likewise.
17544 * gdb.base/annota3.exp: Likewise.
17545 * gdb.base/attach.exp: Likewise.
17546 * gdb.base/bigcore.exp: Likewise.
17547 * gdb.base/break.exp: Likewise.
17548 * gdb.base/call-ar-st.exp: Likewise.
17549 * gdb.base/callfuncs.exp: Likewise.
17550 * gdb.base/catch-fork-static.exp: Likewise.
17551 * gdb.base/display.exp: Likewise.
17552 * gdb.base/foll-exec-mode.exp: Likewise.
17553 * gdb.base/foll-exec.exp: Likewise.
17554 * gdb.base/foll-fork.exp: Likewise.
17555 * gdb.base/foll-vfork.exp: Likewise.
17556 * gdb.base/funcargs.exp: Likewise.
17557 * gdb.base/hbreak2.exp: Likewise.
17558 * gdb.base/inferior-died.exp: Likewise.
17559 * gdb.base/interrupt.exp: Likewise.
17560 * gdb.base/multi-forks.exp: Likewise.
17561 * gdb.base/nodebug.exp: Likewise.
17562 * gdb.base/sepdebug.exp: Likewise.
17563 * gdb.base/solib1.c: Likewise.
17564 * gdb.base/step-test.exp: Likewise.
17565 * gdb.mi/non-stop.c: Likewise.
17566 * gdb.mi/pthreads.c: Likewise.
17567 * gdb.multi/bkpt-multi-exec.ex: Likewise.
17568 * gdb.threads/pthreads.c: Likewise.
17569 * gdb.threads/staticthreads.exp: Likewise.
17570 * lib/future.exp: Likewise.
17571 * lib/gdb.exp: Likewise.
17572 * gdb.base/so-indr-cl.c: Remove.
17573 * gdb.base/so-indr-cl.exp: Likewise.
17574 * gdb.base/solib.c: Likewise.
17575 * gdb.base/solib.exp: Likewise.
17576 * gdb.base/solib2.c: Likewise.
17577
17578 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
17579
17580 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
17581 * gdb.base/call-ar-st.exp: Likewise.
17582 * gdb.base/callfuncs.exp: Likewise.
17583 * gdb.base/condbreak.exp: Likewise.
17584 * gdb.base/constvars.exp: Likewise.
17585 * gdb.base/hbreak2.exp: Likewise.
17586 * gdb.base/langs.exp: Likewise.
17587 * gdb.base/list.exp: Likewise.
17588 * gdb.base/long_long.exp: Likewise.
17589 * gdb.base/ptype.exp: Likewise.
17590 * gdb.base/scope.exp: Likewise.
17591 * gdb.base/signals.exp: Likewise.
17592 * gdb.base/so-impl-ld.exp: Likewise.
17593 * gdb.base/varargs.exp: Likewise.
17594 * gdb.base/volatile.exp: Likewise.
17595 * gdb.base/whatis.exp: Likewise.
17596 * gdb.cp/cplusfuncs.exp: Likewise.
17597 * gdb.cp/inherit.exp: Likewise.
17598 * gdb.cp/local.exp: Likewise.
17599 * gdb.cp/member-ptr.exp: Likewise.
17600 * gdb.cp/method.exp: Likewise.
17601 * gdb.cp/overload.exp: Likewise.
17602 * gdb.cp/templates.exp: Likewise.
17603 * gdb.stabs/weird.exp: Likewise.
17604 * lib/compiler.c: Likewise.
17605 * lib/compiler.cc: Likewise.
17606 * lib/cp-support.exp: Likewise.
17607 * lib/gdb.exp: Likewise.
17608
17609 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
17610
17611 * configure.ac: Remove HP-UX case.
17612 * configure: Regenerate.
17613
17614 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
17615
17616 * lib/gdb.exp (gdb_compile): Add function doc.
17617
17618 2015-12-17 Pedro Alves <palves@redhat.com>
17619
17620 PR threads/19354
17621 * gdb.multi/info-threads.exp: New file.
17622
17623 2015-12-15 Yao Qi <yao.qi@linaro.org>
17624
17625 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
17626 is aarch64*-*-*.
17627
17628 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
17629
17630 * gdb.base/history-duplicates.exp: Skip if no readline support.
17631
17632 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
17633
17634 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
17635
17636 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
17637
17638 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
17639
17640 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
17641
17642 * gdb.base/completion.exp: Skip tests that interrupt GDB with
17643 ctrl-C if nointerrupts target property is set.
17644 * gdb.base/double-prompt-target-event-error.exp: Likewise.
17645 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
17646 * gdb.base/paginate-bg-execution.exp: Likewise.
17647 * gdb.base/paginate-execution-startup.exp: Likewise.
17648 * gdb.base/random-signal.exp: Likewise.
17649 * gdb.base/range-stepping.exp: Likewise.
17650 * gdb.cp/annota2.exp: Likewise.
17651 * gdb.cp/annota3.exp: Likewise.
17652 * gdb.gdb/selftest.exp: Likewise.
17653 * gdb.threads/continue-pending-status.exp: Likewise.
17654 * gdb.threads/leader-exit.exp: Likewise.
17655 * gdb.threads/manythreads.exp: Likewise.
17656 * gdb.threads/pthreads.exp: Likewise.
17657 * gdb.threads/schedlock.exp: Likewise.
17658 * gdb.threads/sigthread.exp: Likewise.
17659
17660 2015-12-11 Don Breazeal <donb@codesourcery.com>
17661
17662 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
17663 remote.
17664 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
17665 * gdb.base/foll-exec.exp (main): Enable for target remote.
17666 * gdb.base/foll-fork.exp (main): Likewise.
17667 * gdb.base/foll-vfork.exp (main): Likewise.
17668 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
17669 (proc continue_to_exit_bp_loc): Use clean_restart.
17670 * gdb.base/pie-execl.exp (main): Disable for target remote.
17671 * gdb.base/watch-vfork.exp (main): Enable for target remote.
17672 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
17673 * gdb.threads/execl.exp (main): Likewise.
17674 * gdb.threads/fork-child-threads.exp (main): Likewise.
17675 * gdb.threads/fork-plus-threads.exp (main): Disable for target
17676 remote.
17677 * gdb.threads/fork-thread-pending.exp (main): Enable for target
17678 remote.
17679 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
17680 pid.tid style ptids, instead of just tid.
17681 * gdb.threads/thread-execl.exp (main): Enable for target remote.
17682 * gdb.threads/watchpoint-fork.exp (main): Likewise.
17683 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
17684 ptids, instead of just tid.
17685
17686 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
17687
17688 * gdb.base/list.exp (test_list_forward): Add end of file error
17689 test.
17690 (test_repeat_list_command): Add end of file error test.
17691 (test_list_backwards): Add beginning of file error test.
17692
17693 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
17694
17695 * gdb.base/list.exp (test_list_invalid_args): New function,
17696 defined, and called.
17697
17698 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
17699
17700 * gdb.base/list.exp (test_list): Make test names unique.
17701
17702 2015-12-11 Yao Qi <yao.qi@linaro.org>
17703
17704 * gdb.base/coremaker2.c: Remove.
17705
17706 2015-12-10 Pedro Alves <palves@redhat.com>
17707
17708 * gdb.multi/base.exp: Remove stale "spaces" references.
17709
17710 2015-12-10 Pedro Alves <palves@redhat.com>
17711
17712 * gdb.multi/base.exp: Don't use nowarnings.
17713 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
17714 * gdb.multi/hangout.c: Include stdio.h.
17715 * gdb.multi/hello.c: Include stdlib.h.
17716 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
17717 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
17718 * gdb.multi/multi-arch.exp: Don't use nowarnings.
17719
17720 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
17721
17722 * gdb.dwarf2/dw2-ranges-base.c: New file.
17723 * gdb.dwarf2/dw2-ranges-base.exp: New file.
17724 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
17725 support additional line table, and debug ranges generation.
17726 (Dwarf::ranges): New function, generate .debug_ranges.
17727 (Dwarf::lines): Support generating simple line table programs.
17728 (Dwarf::assemble): Initialise new namespace variables.
17729
17730 2015-12-09 Kevin Buettner <kevinb@redhat.com>
17731
17732 * gdb.base/async.exp (proc test_background): Add case for
17733 asynchronous execution not supported.
17734
17735 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
17736
17737 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
17738 format and change test names to make them unique.
17739
17740 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
17741 Pedro Alves <pedro@redhat.com>
17742
17743 PR gdb/18702
17744 Add checking of floatformats setup on x86_64 hosts.
17745 * gdb.arch/i386-float.S (main): Load bigval and smallval.
17746 (smallval, bigval): New labels/constants.
17747 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
17748 float" after loading bigval and smallval.
17749
17750 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
17751
17752 * gdb.ada/fun_overload_menu.exp: New testcase.
17753 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
17754
17755 2015-12-04 Josh Stone <jistone@redhat.com>
17756
17757 * gdb.base/catch-fork-static.exp: New.
17758
17759 2015-12-03 Yao Qi <yao.qi@linaro.org>
17760
17761 * gdb.base/sizeof.c: Don't include stdio.h and
17762 ../lib/unbuffer_output.c.
17763 (main): New variable 'size' and 'value'. Remove printf and
17764 gdb_unbuffer_output. Assign return value to size and value.
17765 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
17766 at the beginning.
17767 (check_sizeof): Check the result by printing variable 'size'.
17768 (check_valueof): Check the result by printing variable 'value'.
17769
17770 2015-12-01 Yao Qi <yao.qi@linaro.org>
17771
17772 * gdb.base/disp-step-syscall.exp: Define syscall instruction
17773 for aarch64*-*-linux* target.
17774
17775 2015-11-30 Pedro Alves <palves@redhat.com>
17776
17777 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
17778
17779 2015-11-30 Pedro Alves <palves@redhat.com>
17780
17781 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
17782 Handle non-stop mode vCont replies.
17783
17784 2015-11-30 Pedro Alves <palves@redhat.com>
17785
17786 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
17787 prepare_for_testing. Start gdb with "set non-stop on" appended to
17788 GDBFLAGS. Lax expected stop output.
17789
17790 2015-11-27 Yao Qi <yao.qi@linaro.org>
17791
17792 * gdb.arch/arm-neon.exp: New.
17793 * gdb.arch/arm-neon.c: New.
17794
17795 2015-11-27 Yao Qi <yao.qi@linaro.org>
17796
17797 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
17798
17799 2015-11-27 Yao Qi <yao.qi@linaro.org>
17800
17801 * gdb.cp/annota2.exp: Allow multiple occurrences of the
17802 frames-invalid annotation.
17803
17804 2015-11-27 Yao Qi <yao.qi@linaro.org>
17805
17806 * gdb.cp/annota2.exp: Use ${frames_invalid}.
17807
17808 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
17809
17810 * gdb.threads/names.exp: New file.
17811 * gdb.threads/names.c: New file.
17812 * README: Mention gdb,no_thread_names.
17813
17814 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
17815
17816 PR 19297
17817 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
17818 support" error.
17819
17820 2015-11-24 Pedro Alves <palves@redhat.com>
17821
17822 PR 17539
17823 * gdb.base/display.exp: Expect displays to be sorted in ascending
17824 order. Use multi_line.
17825 * gdb.base/solib-display.exp: Likewise.
17826
17827 2015-11-24 Pedro Alves <palves@redhat.com>
17828
17829 PR 17539
17830 * gdb.base/display.exp: Expect displays to be sorted in ascending
17831 order. Use multi_line.
17832 * gdb.base/solib-display.exp: Likewise.
17833
17834 2015-11-24 Pedro Alves <palves@redhat.com>
17835
17836 PR 17539
17837 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
17838 threads in ascending order.
17839 * gdb.base/foll-fork.exp: Likewise.
17840 * gdb.base/foll-vfork.exp: Likewise.
17841 * gdb.base/multi-forks.exp: Likewise.
17842 * gdb.mi/mi-nonstop.exp: Likewise.
17843 * gdb.mi/mi-nsintrall.exp: Likewise.
17844 * gdb.multi/base.exp: Likewise.
17845 * gdb.multi/multi-arch.exp: Likewise.
17846 * gdb.python/py-inferior.exp: Likewise.
17847 * gdb.threads/break-while-running.exp: Likewise.
17848 * gdb.threads/execl.exp: Likewise.
17849 * gdb.threads/gcore-thread.exp: Likewise.
17850 * gdb.threads/info-threads-cur-sal.exp: Likewise.
17851 * gdb.threads/kill.exp: Likewise.
17852 * gdb.threads/linux-dp.exp: Likewise.
17853 * gdb.threads/multiple-step-overs.exp: Likewise.
17854 * gdb.threads/next-bp-other-thread.exp: Likewise.
17855 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
17856 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
17857 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
17858 * gdb.threads/thread-find.exp: Likewise.
17859 * gdb.threads/tls.exp: Likewise.
17860 * lib/mi-support.exp (mi_reverse_list): Delete.
17861 (mi_check_thread_states): No longer reverse list.
17862
17863 2015-11-24 Pedro Alves <palves@redhat.com>
17864
17865 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
17866 use lowercase.
17867
17868 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
17869
17870 * gdb.trace/actions.c: Include trace-common.h.
17871 (main): Add a location for a fast tracepoint.
17872 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
17873 the normal tracepoints.
17874 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
17875
17876 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
17877
17878 * save-trace.exp: Factor out code to these...
17879 (gdb_save_tracepoints): New.
17880 (gdb_load_tracepoints): New.
17881 (do_save_load_test): New.
17882
17883 2015-11-23 Kevin Buettner <kevinb@redhat.com>
17884
17885 * gdb.base/asmlabel.exp: New test.
17886 * gdb.base/asmlabel.c: New test case.
17887
17888 2015-11-23 Joel Brobecker <brobecker@adacore.com>
17889
17890 * gdb.base/wrong_frame_bt_full-main.c: New file.
17891 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
17892 * gdb.base/wrong_frame_bt_full.exp: New file.
17893
17894 2015-11-23 Joel Brobecker <brobecker@adacore.com>
17895
17896 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
17897
17898 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
17899
17900 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
17901 pstate register when comparing registers values in
17902 sparc64-*-linux-gnu targets to avoid spurious differences.
17903
17904 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
17905
17906 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
17907
17908 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
17909
17910 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
17911 as type argument to gdb_compile.
17912 * gdb.base/nested-subp2.exp: Likewise.
17913 * gdb.base/nested-subp3.exp: Likewise.
17914
17915 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
17916
17917 * lib/dwarf.exp (_note): Fix left shift of negative value.
17918 * gdb.trace/trace-condition.exp: Likewise.
17919
17920 2015-11-13 Yao Qi <yao.qi@linaro.org>
17921
17922 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
17923 comments about d10v.
17924 (test_scalar_returns): Likewise.
17925 * gdb.base/d10v.ld: Remove.
17926 * gdb.base/overlays.exp: Remove the target triplet checking for
17927 d10v-*-*.
17928 * gdb.base/structs.exp (test_struct_returns): Remove the
17929 comments about d10v.
17930 (test_struct_calls): Likewise.
17931
17932 2015-11-13 Yao Qi <yao.qi@linaro.org>
17933
17934 * gdb.base/gnu_vector.exp: Check the return value by "p res".
17935 * gdb.base/gnu_vector.c: Don't include stdio.h.
17936 (main): Don't print res and call add_some_intvecs.
17937
17938 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
17939
17940 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
17941 macro.
17942 (func5): Removed.
17943 (func4): Use FAST_TRACEPOINT_LABEL.
17944 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
17945 macro.
17946 (func): Removed.
17947 (thread_function): Use FAST_TRACEPOINT_LABEL.
17948 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
17949 (func): Remove.
17950 (marker): Use FAST_TRACEPOINT_LABEL.
17951 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
17952 (pendfunc1): Remove.
17953 (pendfunc): Use FAST_TRACEPOINT_LABEL.
17954 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
17955 (foo): Remove.
17956 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
17957 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
17958 macro.
17959 (func): Remove.
17960 (marker): Use FAST_TRACEPOINT_LABEL.
17961 * gdb.trace/trace-common.h: New header.
17962 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
17963 macro.
17964 (func): Remove.
17965 (marker): Use FAST_TRACEPOINT_LABEL.
17966 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
17967 (func): Remove.
17968 (thread_function): Use FAST_TRACEPOINT_LABEL.
17969
17970 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
17971
17972 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
17973 in front.
17974 * gdb.trace/change-loc.exp: Use global pcreg definition.
17975 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
17976 * gdb.trace/entry-values.exp: Use global spreg definition, add $
17977 in front.
17978 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
17979 * gdb.trace/pending.exp: Likewise.
17980 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
17981 * gdb.trace/trace-break.exp: Likewise.
17982 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
17983 in front.
17984 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
17985 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
17986 in front.
17987 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
17988
17989 2015-11-09 Joel Brobecker <brobecker@adacore.com>
17990
17991 * gdb.ada/fin_fun_out: New testcase.
17992
17993 2015-11-07 Kevin Buettner <kevinb@redhat.com>
17994
17995 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
17996 value associated with DW_AT_byte_size.
17997 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
17998 constants for DW_AT_byte_size, DW_AT_lower_bound, and
17999 DW_AT_upper_bound.
18000
18001 2015-11-07 Kevin Buettner <kevinb@redhat.com>
18002
18003 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
18004 (gdb_target_symbol_prefix_flags): Define in terms of _asm
18005 version.
18006 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
18007 gdb.dwarf2/dw2-canonicalize-type.exp,
18008 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
18009 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
18010 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
18011 provided by gdb_target_symbol_prefix_flags_asm.
18012 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
18013 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
18014 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
18015 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
18016 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
18017 macros where needed). Use this macro for symbols which require
18018 the prefix provided by SYMBOL_PREFIX.
18019
18020 2015-11-05 Kevin Buettner <kevinb@redhat.com>
18021
18022 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
18023 New procs.
18024 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
18025 representing expressions, of more than one list element.
18026 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
18027 to prepend linker symbol prefix to f.
18028 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
18029 table_1 and table_2.
18030 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
18031 Likewise, for f and g.
18032 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
18033 for ptr.
18034 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
18035 for main.
18036 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
18037 table_1_ptr and table_2_ptr.
18038
18039 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
18040 Joel Brobecker <brobecker@adacore.com>
18041
18042 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
18043
18044 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
18045
18046 * gdb.reverse/s390-mvcle.c: New test.
18047 * gdb.reverse/s390-mvcle.exp: New file.
18048 * lib/gdb.exp: Enable reverse tests on s390*-linux.
18049
18050 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
18051
18052 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
18053
18054 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
18055
18056 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
18057 reaching marker2.
18058 * gdb.reverse/getresuid-reverse.exp: Likewise.
18059 * gdb.reverse/pipe-reverse.exp: Likewise.
18060 * gdb.reverse/readv-reverse.exp: Likewise.
18061 * gdb.reverse/recvmsg-reverse.exp: Likewise.
18062 * gdb.reverse/time-reverse.exp: Likewise.
18063 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
18064
18065 2015-10-30 Yao Qi <yao.qi@linaro.org>
18066
18067 * gdb.threads/wp-replication.c (watch_count_done): Remove.
18068 (empty_cycle): Remove.
18069 (main): Don't call empty_cycle. Don't use watch_count_done.
18070 * gdb.threads/wp-replication.exp: Don't set breakpoint on
18071 empty_cycle. Rewrite the code counting HW watchpoints.
18072
18073 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
18074
18075 * gdb.reverse/fstatat-reverse.c: New test.
18076 * gdb.reverse/fstatat-reverse.exp: New file.
18077 * gdb.reverse/getresuid-reverse.c: New test.
18078 * gdb.reverse/getresuid-reverse.exp: New file.
18079 * gdb.reverse/pipe-reverse.c: New test.
18080 * gdb.reverse/pipe-reverse.exp: New file.
18081 * gdb.reverse/readv-reverse.c: New test.
18082 * gdb.reverse/readv-reverse.exp: New file.
18083 * gdb.reverse/recvmsg-reverse.c: New test.
18084 * gdb.reverse/recvmsg-reverse.exp: New file.
18085 * gdb.reverse/time-reverse.c: New test.
18086 * gdb.reverse/time-reverse.exp: New file.
18087 * gdb.reverse/waitpid-reverse.c: New test.
18088 * gdb.reverse/waitpid-reverse.exp: New file.
18089
18090 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
18091
18092 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
18093
18094 2015-10-26 Doug Evans <dje@google.com>
18095
18096 PR symtab/17391
18097 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
18098 * gdb.dwarf2/bad-regnum.c: New file.
18099 * gdb.dwarf2/bad-regnum.exp: New file.
18100
18101 2015-10-26 Doug Evans <dje@google.com>
18102
18103 PR python/18938
18104 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
18105 file.
18106
18107 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18108
18109 * gdb.compile/compile.exp (compile code globalvar): Update expectation
18110 for a change by "Mention language in compile error message".
18111
18112 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
18113
18114 PR python/18073
18115 * gdb.python/py-type.c (C::a_method): New.
18116 (C::a_const_method): New.
18117 (C::a_static_method): New.
18118 (a_function): New.
18119 * gdb.python/py-type.exp (test_fields): Test getting fields
18120 from function and method.
18121
18122 2015-10-21 Keven Boell <keven.boell@intel.com>
18123
18124 * gdb.fortran/vla-alloc-assoc.exp: New file.
18125 * gdb.fortran/vla-datatypes.exp: New file.
18126 * gdb.fortran/vla-datatypes.f90: New file.
18127 * gdb.fortran/vla-history.exp: New file.
18128 * gdb.fortran/vla-ptype-sub.exp: New file.
18129 * gdb.fortran/vla-ptype.exp: New file.
18130 * gdb.fortran/vla-sizeof.exp: New file.
18131 * gdb.fortran/vla-sub.f90: New file.
18132 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
18133 * gdb.fortran/vla-value-sub-finish.exp: New file.
18134 * gdb.fortran/vla-value-sub.exp: New file.
18135 * gdb.fortran/vla-value.exp: New file.
18136 * gdb.fortran/vla-ptr-info.exp: New file.
18137 * gdb.mi/mi-vla-fortran.exp: New file.
18138 * gdb.mi/vla.f90: New file.
18139
18140 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
18141
18142 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
18143 of hardwired timeout value.
18144
18145 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
18146 Pedro Alves <palves@redhat.com>
18147
18148 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
18149 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
18150
18151 2015-10-19 Josh Stone <jistone@redhat.com>
18152
18153 * gdb.base/catch-syscall.c: Include <sched.h>.
18154 (unknown_syscall): New variable.
18155 (main): Trigger a vfork and an unknown syscall.
18156 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
18157 (unknown_syscall_number): Likewise.
18158 (check_call_to_syscall): Accept an optional syscall pattern.
18159 (check_return_from_syscall): Likewise.
18160 (check_continue): Likewise.
18161 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
18162 (test_catch_syscall_skipping_return): New test toggling off 'catch
18163 syscall' to step over the syscall return, then toggling back on.
18164 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
18165 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
18166 (do_syscall_tests): Call test_catch_syscall_without_args and
18167 test_catch_syscall_mid_vfork.
18168 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
18169 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
18170
18171 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
18172
18173 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
18174 print g_vE): Add new pass patterns.
18175 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
18176 print various symbol names for vptr fields.
18177
18178 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
18179
18180 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
18181 results.
18182
18183 2015-10-12 Yao Qi <yao.qi@linaro.org>
18184
18185 * gdb.arch/disp-step-insn-reloc.exp: New test case.
18186
18187 2015-10-12 Yao Qi <yao.qi@linaro.org>
18188
18189 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
18190 is aarch64*-*-linux*.
18191
18192 2015-10-12 Yao Qi <yao.qi@linaro.org>
18193
18194 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
18195 (can_relocate_bcond_true): ... it.
18196 (can_relocate_bcond_false): New function.
18197 (foo): Likewise.
18198 (can_relocate_bl): Likewise.
18199 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
18200 can_relocate_bl.
18201
18202 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
18203
18204 * gdb.base/nested-addr.c: New file.
18205 * gdb.base/nested-addr.exp: New testcase.
18206
18207 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
18208
18209 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
18210 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
18211 its output. Ignore the output of "record goto begin" and instead
18212 check that GDB is replaying.
18213
18214 2015-10-09 Pedro Alves <palves@redhat.com>
18215
18216 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
18217 (top level): Use it in the run with no args test.
18218
18219 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
18220
18221 * gdb.dlang/properties.exp: New file.
18222
18223 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
18224
18225 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
18226 whether or not address 0x1000 is mapped on the target.
18227
18228 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
18229
18230 * gdb.python/py-type.exp: Do not run tests if binaries fail to
18231 build.
18232
18233 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
18234
18235 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
18236 instruction-history test.
18237
18238 2015-09-28 Doug Evans <dje@google.com>
18239
18240 * gdb.base/gcore.c (array_func): Add reference to static_array.
18241
18242 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
18243
18244 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
18245 source line.
18246
18247 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
18248
18249 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
18250 short or char as base type.
18251
18252 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
18253
18254 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
18255 to allow any size enum.
18256
18257 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
18258
18259 * gdb.ada/array_ptr_renaming.exp: New testcase.
18260 * gdb.ada/array_ptr_renaming/foo.adb: New file.
18261 * gdb.ada/array_ptr_renaming/pack.ads: New file.
18262
18263 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
18264
18265 * gdb.trace/ftrace-lock.c: New file.
18266 * gdb.trace/ftrace-lock.exp: New file.
18267
18268 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
18269
18270 * gdb.arch/insn-reloc.c: New file.
18271 * gdb.arch/ftrace-insn-reloc.exp: New file.
18272
18273 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
18274
18275 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
18276 instruction.
18277 * gdb.trace/pendshr1.c (pendfunc): Likewise.
18278 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
18279 * gdb.trace/range-stepping.c: Likewise.
18280 * gdb.trace/trace-break.c: Likewise.
18281 * gdb.trace/trace-mt.c (thread_function): Likewise.
18282 * gdb.trace/ftrace.c (marker): Likewise.
18283 * gdb.trace/trace-condition.c (marker): Likewise.
18284 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
18285 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
18286 is_aarch64_target.
18287
18288 2015-09-18 Doug Evans <xdje42@gmail.com>
18289
18290 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
18291 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
18292
18293 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18294
18295 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
18296 the breakpoint.
18297
18298 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18299
18300 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
18301 the pending breakpoint. Remove timeout override for "Run till
18302 MI pending breakpoint on pendfunc3 on thread 2" test.
18303
18304 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18305
18306 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
18307 filename pattern.
18308
18309 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18310
18311 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
18312 in breakpoint filename pattern.
18313
18314 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18315
18316 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
18317
18318 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18319
18320 * gdb.linespec/explicit.exp: Check for readline support for
18321 tab-completion tests. Fix obvious typo.
18322
18323 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
18324
18325 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
18326 and replay.
18327
18328 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
18329
18330 * gdb.btrace/non-stop.c: New.
18331 * gdb.btrace/non-stop.exp: New.
18332
18333 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
18334 Yao Qi <yao.qi@linaro.org>
18335
18336 * gdb.trace/trace-condition.c: New file.
18337 * gdb.trace/trace-condition.exp: New file.
18338
18339 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
18340
18341 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
18342 for testing bytecode compilation.
18343
18344 2015-09-16 Pedro Alves <palves@redhat.com>
18345 Sandra Loosemore <sandra@codesourcery.com>
18346
18347 * gdb.threads/non-stop-fair-events.c (timeout): New global.
18348 (SECONDS): Redefine.
18349 (main): Call pthread_kill and alarm early.
18350 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
18351 support.
18352 (test): If the target can't hardware step and doesn't support
18353 displaced stepping, increase the timeout.
18354
18355 2015-09-16 Pedro Alves <palves@redhat.com>
18356
18357 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
18358 (enable_debug): New procedures.
18359 (test): Use them. Bail out if waiting for threads fails.
18360 (top level): Bail out if a test fails.
18361
18362 2015-09-16 Yao Qi <yao.qi@linaro.org>
18363
18364 * gdb.asm/asm-source.exp: Set asm-arch for
18365 aarch64*-*-* target.
18366 * gdb.asm/aarch64.inc: New file.
18367
18368 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
18369
18370 * gdb.ada/array_of_variable_length.exp: New testcase.
18371 * gdb.ada/array_of_variable_length/foo.adb: New file.
18372 * gdb.ada/array_of_variable_length/pck.adb: New file.
18373 * gdb.ada/array_of_variable_length/pck.ads: New file.
18374
18375 2015-09-15 Doug Evans <dje@google.com>
18376
18377 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
18378 of function static local variable.
18379
18380 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
18381
18382 * gdb.threads/tls-so_extern.exp: New test file.
18383 * gdb.threads/tls-so_extern.c: New test file.
18384 * gdb.threads/tls-so_extern_main.c: New test file.
18385
18386 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
18387
18388 * gdb.opt/solib-intra-step-lib.c: New file.
18389 * gdb.opt/solib-intra-step-main.c: New file.
18390 * gdb.opt/solib-intra-step.exp: New file.
18391
18392 2015-09-15 Pedro Alves <palves@redhat.com>
18393
18394 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
18395 gdb_continue_to_breakpoint instead of gdb_test_multiple.
18396
18397 2015-09-14 Pedro Alves <palves@redhat.com>
18398
18399 * gdb.base/hook-stop-continue.c: Delete.
18400 * gdb.base/hook-stop-continue.exp: Delete.
18401 * gdb.base/hook-stop-frame.c: Delete.
18402 * gdb.base/hook-stop-frame.exp: Delete.
18403 * gdb.base/hook-stop.c: New file.
18404 * gdb.base/hook-stop.exp: New file.
18405
18406 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
18407
18408 * gdb.ada/access_to_packed_array.exp: New testcase.
18409 * gdb.ada/access_to_packed_array/foo.adb: New file.
18410 * gdb.ada/access_to_packed_array/pack.adb: New file.
18411 * gdb.ada/access_to_packed_array/pack.ads: New file.
18412
18413 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
18414
18415 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
18416 buffer size test.
18417
18418 2015-09-11 Don Breazeal <donb@codesourcery.com>
18419
18420 * gdb.base/foll-exec.c: Add copyright header. Fix
18421 formatting issues.
18422 * gdb.base/foll-exec.exp (zap_session): Delete proc.
18423 (do_exec_tests): Use clean_restart in place of zap_session,
18424 and for test initialization. Fix formatting issues. Use
18425 fail in place of perror.
18426 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
18427 an expect statement to match an expression with output from
18428 the program under debug.
18429 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
18430 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
18431 * gdb.threads/non-ldr-exc-2.exp: Likewise.
18432 * gdb.threads/non-ldr-exc-3.exp: Likewise.
18433 * gdb.threads/non-ldr-exc-4.exp: Likewise.
18434
18435 2015-09-09 Doug Evans <dje@google.com>
18436
18437 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
18438
18439 2015-09-09 Doug Evans <dje@google.com>
18440
18441 * gdb.base/pie-execl.exp: Fix result test of build_executable.
18442
18443 2015-09-09 Doug Evans <dje@google.com>
18444
18445 * gdb.base/savedregs.exp: Fix typo.
18446
18447 2015-09-09 Pedro Alves <palves@redhat.com>
18448
18449 * gdb.mi/mi-cli.exp: Add CLI finish tests.
18450
18451 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
18452
18453 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
18454 command actually switches threads. Give up on remaining
18455 tests if target fails to stop at breakpoint.
18456
18457 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
18458
18459 * gdb.ada/funcall_char.exp: New testcase.
18460 * gdb.ada/funcall_char/foo.adb: New file.
18461
18462 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
18463
18464 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
18465 expected outputs. Add two testcases for completing ambiguous
18466 functions.
18467 * gdb.ada/complete/aux_pck.adb: New file.
18468 * gdb.ada/complete/aux_pck.ads: New file.
18469 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
18470 Ambiguous_Func functions.
18471 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
18472 * gdb.ada/complete/pck.adb: Likewise.
18473
18474 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
18475
18476 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
18477 failures to run the test program under GDB.
18478
18479 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
18480
18481 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
18482 to C.
18483
18484 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
18485
18486 * gdb.base/run-after-attach.exp: New test file.
18487 * gdb.base/run-after-attach.c: New test file.
18488
18489 2015-08-26 Don Breazeal <donb@codesourcery.com>
18490
18491 * gdb.base/foll-exec-2.c: New test program.
18492 * gdb.base/foll-exec-2.exp: New test.
18493
18494 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
18495
18496 * gdb.base/nested-subp1.exp: New file.
18497 * gdb.base/nested-subp1.c: New file.
18498 * gdb.base/nested-subp2.exp: New file.
18499 * gdb.base/nested-subp2.c: New file.
18500 * gdb.base/nested-subp3.exp: New file.
18501 * gdb.base/nested-subp3.c: New file.
18502
18503 2015-08-24 Pedro Alves <palves@redhat.com>
18504
18505 * gdb.server/connect-without-multi-process.c: New file.
18506 * gdb.server/connect-without-multi-process.exp: New file.
18507
18508 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
18509
18510 * gdb.opt/inline-markers.c: Make z int.
18511
18512 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
18513
18514 * gdb.opt/inline-markers.c: Make z volatile.
18515
18516 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
18517
18518 * gdb.opt/inline-bt.c: New volatile global z.
18519 * gdb.opt/inline-cmds.c: Likewise.
18520 * gdb.opt/inline-locals.c: Likewise.
18521 * gdb.opt/inline-markers.c: New extern global z.
18522 (marker): Use z.
18523 (inline_fn): Likewise.
18524
18525 2015-08-24 Pedro Alves <palves@redhat.com>
18526
18527 * config/m32r-stub.exp: Remove file.
18528 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
18529 * gdb.base/call-rt-st.exp: Likewise.
18530 * gdb.base/call-strs.exp: Likewise.
18531 * gdb.base/default.exp: Remove references to h8300-*-hms and
18532 *-*-udi*.
18533 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
18534
18535 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
18536
18537 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
18538 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
18539 and "return" use KFAIL when GDB can not read/write the vector
18540 return value.
18541
18542 2015-08-21 Gary Benson <gbenson@redhat.com>
18543
18544 * gdb.trace/pending.exp: Cope with remote transfer warnings.
18545
18546 2015-08-20 Pedro Alves <palves@redhat.com>
18547
18548 * gdb.server/solib-list.exp: No longer expect an interior stop in
18549 non-stop mode.
18550
18551 2015-08-20 Pedro Alves <palves@redhat.com>
18552
18553 * gdb.server/connect-stopped-target.c: New file.
18554 * gdb.server/connect-stopped-target.exp: New file.
18555
18556 2015-08-20 Pedro Alves <palves@redhat.com>
18557
18558 * gdb.dwarf2/comp-unit-lang.exp: New file.
18559 * gdb.dwarf2/comp-unit-lang.c: New file.
18560
18561 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
18562
18563 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
18564 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
18565
18566 2015-08-19 Kevin Buettner <kevinb@redhat.com>
18567
18568 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
18569 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
18570
18571 2015-08-18 Doug Evans <dje@google.com>
18572 Adrian Sendroiu <adrian.sendroiu@freescale.com>
18573
18574 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
18575 skip_python_tests. New arg prompt_regexp.
18576 (skip_python_tests): New function.
18577 * lib/mi-support.exp (mi_skip_python_tests): New function.
18578 * gdb.python/py-mi-objfile-gdb.py: New file.
18579 * gdb.python/py-mi-objfile.c: New file.
18580 * gdb.python/py-mi-objfile.exp: New file.
18581
18582 2015-08-17 Keith Seitz <keiths@redhat.com>
18583
18584 * gdb.linespec/explicit.exp: Move strace test from here ...
18585 * gdb.trace/strace.exp: ... to here.
18586
18587 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
18588
18589 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
18590 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
18591
18592 2015-08-14 Doug Evans <xdje42@gmail.com>
18593
18594 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
18595 inferior before selecting a new file.
18596
18597 2015-08-14 Doug Evans <xdje42@gmail.com>
18598
18599 * gdb.mi/mi-disassemble.exp: Update.
18600 * gdb.base/disasm-optim.S: New file.
18601 * gdb.base/disasm-optim.c: New file.
18602 * gdb.base/disasm-optim.h: New file.
18603 * gdb.base/disasm-optim.exp: New file.
18604
18605 2015-08-14 Keith Seitz <keiths@redhat.com>
18606
18607 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
18608 "evaluated-by".
18609
18610 2015-08-13 Joel Brobecker <brobecker@adacore.com>
18611
18612 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
18613
18614 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
18615
18616 * gdb.ada/fun_renaming.exp: New testcase.
18617 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
18618 * gdb.ada/fun_renaming/pack.adb: New file.
18619 * gdb.ada/fun_renaming/pack.ads: New file.
18620
18621 2015-08-12 Keith Seitz <keiths@redhat.com>
18622
18623 * gdb.base/dso2dso.exp: Pass basename of source file in call to
18624 gdb_get_line_number.
18625
18626 2015-08-12 Joel Brobecker <brobecker@adacore.com>
18627
18628 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
18629 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
18630 gdb.base/dso2dso.exp: New files.
18631
18632 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
18633 Pedro Alves <palves@redhat.com>
18634 Keith Seitz <keiths@redhat.com>
18635
18636 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
18637 GDBFLAGS.
18638
18639 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
18640
18641 * gdb.base/gdbhistsize-history.exp
18642 (test_histsize_history_setting): Use save_vars.
18643 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
18644 Use save_vars.
18645 (test_no_truncation_of_unlimited_history_file): Use save_vars.
18646 * gdb.base/readline.exp: Use save_vars.
18647
18648 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
18649
18650 * lib/gdb.exp (save_vars): New proc.
18651
18652 2015-08-11 Keith Seitz <keiths@redhat.com>
18653
18654 * gdb.base/help.exp: Update help_breakpoint_text.
18655
18656 2015-08-11 Keith Seitz <keiths@redhat.com>
18657
18658 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
18659 (at toplevel): Call test_explicit_breakpoints.
18660 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
18661 breakpoints.
18662 * lib/mi-support.exp (mi_make_breakpoint): Add support for
18663 breakpoint conditions, "-cond".
18664
18665 2015-08-11 Keith Seitz <keiths@redhat.com>
18666
18667 * gdb.linespec/3explicit.c: New file.
18668 * gdb.linespec/cpexplicit.cc: New file.
18669 * gdb.linespec/cpexplicit.exp: New file.
18670 * gdb.linespec/explicit.c: New file.
18671 * gdb.linespec/explicit.exp: New file.
18672 * gdb.linespec/explicit2.c: New file.
18673 * gdb.linespec/ls-errs.exp: Add explicit location tests.
18674 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
18675 before using in the matching pattern.
18676 Clarify that `prefix' is a regular expression.
18677
18678 2015-08-11 Keith Seitz <keiths@redhat.com>
18679
18680 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
18681 test.
18682 Add tests for missing ",FMT" and ",".
18683
18684 2015-08-10 Doug Evans <dje@google.com>
18685 Keith Seitz <keiths@redhat.com>
18686
18687 PR gdb/17960
18688 * gdb.base/completion.exp: Add location completer tests.
18689
18690 2015-08-07 Pedro Alves <palves@redhat.com>
18691
18692 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
18693 tests here.
18694 (top level): Run do_test with and without displaced stepping.
18695
18696 2015-08-07 Pedro Alves <palves@redhat.com>
18697
18698 * gdb.base/valgrind-disp-step.c: New file.
18699 * gdb.base/valgrind-disp-step.exp: New file.
18700
18701 2015-08-07 Pedro Alves <palves@redhat.com>
18702
18703 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
18704 Delete function.
18705 (main): Add alarm. Run an infinite loop instead of calling
18706 wait_threads.
18707 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
18708 comment.
18709 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
18710 Delete function.
18711 (main): Add alarm. Run an infinite loop instead of calling
18712 wait_threads.
18713 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
18714 comment.
18715
18716 2015-08-07 Pedro Alves <palves@redhat.com>
18717
18718 * gdb.base/checkpoint-ns.exp: New file.
18719 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
18720 standard_testfile.
18721
18722 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
18723
18724 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
18725 * gdb.btrace/instruction_history.exp: Update.
18726 * gdb.btrace/tsx.exp: New.
18727 * gdb.btrace/tsx.c: New.
18728
18729 2015-08-06 Pedro Alves <palves@redhat.com>
18730
18731 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
18732 increase timeout.
18733 * gdb.reverse/until-precsave.exp: Bump timeouts.
18734
18735 2015-08-06 Pedro Alves <palves@redhat.com>
18736
18737 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
18738
18739 2015-08-06 Pedro Alves <palves@redhat.com>
18740
18741 PR gdb/18749
18742 * gdb.threads/process-dies-while-handling-bp.c: New file.
18743 * gdb.threads/process-dies-while-handling-bp.exp: New file.
18744
18745 2015-08-06 Pedro Alves <palves@redhat.com>
18746
18747 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
18748 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
18749
18750 2015-08-05 Pedro Alves <palves@redhat.com>
18751
18752 * gdb.threads/next-while-other-thread-longjmps.c: New file.
18753 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
18754
18755 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
18756
18757 * gdb.base/bp-permanent.exp: Report test as unsupported if
18758 the target cannot stop at the permanent breakpoint.
18759
18760 2015-08-03 Doug Evans <dje@google.com>
18761
18762 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
18763 10000.
18764
18765 2015-08-03 Doug Evans <dje@google.com>
18766
18767 * Makefile.in (workers/%.worker, build-perf): New rule.
18768 (GDB_PERFTEST_MODE): New variable.
18769 (check-perf): Use it.
18770 (clean): Clean up gdb.perf parallel build subdirs.
18771 * lib/build-piece.exp: New file.
18772 * lib/gdb.exp (make_gdb_parallel_path): New function
18773 (standard_output_file, standard_temp_file): Call it.
18774 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
18775 of $GDB_PARALLEL.
18776 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
18777
18778 2015-08-03 Doug Evans <dje@google.com>
18779
18780 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
18781 (LOG_FILE_NAME): New global.
18782 (TextReporter.__init__): Initialize self.txt_sum.
18783 (TextReporter.report): Add support for multiple data-points.
18784 Move report to perftest.sum, put raw data in perftest.log.
18785 (TextReporter.start): Open sum and log files.
18786 (TextReporter.end): Close sum and log files.
18787 * gdb.perf/lib/perftest/testresult.py
18788 (SingleStatisticTestResult.record): Handle multiple data-points.
18789
18790 2015-07-31 Pedro Alves <palves@redhat.com>
18791
18792 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
18793 Use spawn_id_get_pid. Wait for spawn id after eof. Use
18794 kill_wait_spawned_process instead of explicit "kill -9".
18795 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
18796 returning a spawn id instead of a pid. Use spawn_id_get_pid and
18797 kill_wait_spawned_process.
18798 * gdb.base/attach-twice.exp: Likewise.
18799 * gdb.base/attach.exp: Likewise.
18800 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
18801 gdb_test_multiple.
18802 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
18803 returning a spawn id instead of a pid. Use spawn_id_get_pid and
18804 kill_wait_spawned_process.
18805 * gdb.base/valgrind-infcall.exp: Likewise.
18806 * gdb.multi/multi-attach.exp: Likewise.
18807 * gdb.python/py-prompt.exp: Likewise.
18808 * gdb.python/py-sync-interp.exp: Likewise.
18809 * gdb.server/ext-attach.exp: Likewise.
18810 * gdb.threads/attach-into-signal.exp (corefunc): Use
18811 spawn_wait_for_attach, spawn_id_get_pid and
18812 kill_wait_spawned_process.
18813 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
18814 spawn_wait_for_attach returning a spawn id instead of a pid. Use
18815 spawn_id_get_pid and kill_wait_spawned_process.
18816 * gdb.threads/attach-stopped.exp (corefunc): Use
18817 spawn_wait_for_attach, spawn_id_get_pid and
18818 kill_wait_spawned_process.
18819 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
18820 Use spawn_id_get_pid. Wait for spawn id after eof. Use
18821 kill_wait_spawned_process instead of explicit "kill -9".
18822 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
18823 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
18824 (spawn_wait_for_attach): Use spawn instead of exec to spawn
18825 processes. Don't map cygwin/windows pids here. Now returns a
18826 spawn id list.
18827
18828 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
18829
18830 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
18831 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
18832 correct patch.
18833
18834 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
18835
18836 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
18837
18838 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
18839
18840 Reapply:
18841 2014-05-21 Mark Wielaard <mjw@redhat.com>
18842
18843 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
18844
18845 2015-07-30 Pedro Alves <palves@redhat.com>
18846
18847 * linux-low.c (handle_extended_wait): Set the child's last
18848 reported status to TARGET_WAITKIND_STOPPED.
18849
18850 2015-07-30 Pedro Alves <palves@redhat.com>
18851
18852 PR threads/18600
18853 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
18854 only shows inferior 1.
18855
18856 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
18857 Pedro Alves <palves@redhat.com>
18858
18859 PR threads/18600
18860 * gdb.threads/fork-plus-threads.c: New file.
18861 * gdb.threads/fork-plus-threads.exp: New file.
18862
18863 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
18864
18865 * gdb.base/batch-preserve-term-settings.exp
18866 (test_terminal_settings_preserved_after_cli_exit): Use
18867 send_quit_command.
18868
18869 2015-07-29 Pedro Alves <palves@redhat.com>
18870 Don Breazeal <donb@codesourcery.com>
18871
18872 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
18873 output from both inferior_spawn_id and gdb_spawn_id.
18874
18875 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
18876
18877 * gdb.threads/attach-into-signal.exp (corefunc): Use
18878 with_test_prefix on nested loops, uniquefying the test messages.
18879
18880 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
18881
18882 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
18883 commit.
18884
18885 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
18886
18887 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
18888 New proc.
18889 (test_terminal_settings_preserved_after_sigterm): New test.
18890
18891 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
18892
18893 * gdb.base/batch-preserve-term-settings.exp
18894 (test_terminal_settings_preserved_after_cli_exit): New test.
18895
18896 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
18897
18898 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
18899 manipulation of saved_gdbflags.
18900 (test_terminal_settings_preserved): Remove global declaration of
18901 the unused variable pagination_prompt. Remove manipulation of
18902 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
18903 GDBFLAGS.
18904
18905 2015-07-29 Pedro Alves <palves@redhat.com>
18906
18907 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
18908
18909 2015-07-29 Pedro Alves <palves@redhat.com>
18910
18911 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
18912 at the top.
18913
18914 2015-07-29 Pedro Alves <palves@redhat.com>
18915
18916 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
18917 (main): Call gdb_unbuffer_output.
18918 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
18919 (main): Call gdb_unbuffer_output.
18920 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
18921 (main): Call gdb_unbuffer_output.
18922 * gdb.base/call-strs.exp: Adjust to step over the
18923 gdb_unbuffer_output call.
18924 * gdb.base/catch-gdb-caused-signals.c: Include
18925 "../lib/unbuffer_output.c".
18926 (main): Call gdb_unbuffer_output.
18927 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
18928 (main): Call gdb_unbuffer_output.
18929 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
18930 (main): Call gdb_unbuffer_output.
18931 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
18932 (main): Call gdb_unbuffer_output.
18933 * gdb.base/shlib-call.exp: Adjust to step over the
18934 gdb_unbuffer_output call.
18935 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
18936 (main): Call gdb_unbuffer_output.
18937 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
18938 (main): Call gdb_unbuffer_output.
18939 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
18940 (main): Rename to ...
18941 (test): ... this.
18942 (main): Reimplement.
18943 * gdb.base/varargs.exp: Run to test instead of to main.
18944 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
18945 (main): Call gdb_unbuffer_output.
18946
18947 2015-07-29 Pedro Alves <palves@redhat.com>
18948
18949 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
18950 factore out from mi_continue_dprintf. For call-style dprintfs,
18951 expect dprintf output out of $inferior_spawn_id.
18952 (mi_continue_dprintf): Use mi_expect_dprintf.
18953 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
18954 (main): Call gdb_unbuffer_output.
18955
18956 2015-07-29 Pedro Alves <palves@redhat.com>
18957
18958 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
18959 (default_mi_gdb_start): Set inferior_spawn_id instead of
18960 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
18961 gdb_spawn_id.
18962 (mi_gdb_test): Always expect inferior output from both
18963 $inferior_spawn_id and $gdb_spawn_id.
18964
18965 2015-07-29 Pedro Alves <palves@redhat.com>
18966
18967 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
18968 send_inferior and $inferior_spawn_id.
18969
18970 2015-07-29 Pedro Alves <palves@redhat.com>
18971
18972 * gdb.gdb/complaints.exp (test_initial_complaints)
18973 (test_serial_complaints, test_short_complaints): Use
18974 gdb_test_stdio.
18975 (test_empty_complaint): Handle $inferior_spawn_id !=
18976 $gdb_spawn_id.
18977
18978 2015-07-29 Pedro Alves <palves@redhat.com>
18979
18980 * gdb.base/varargs.exp: Use gdb_test_stdio.
18981
18982 2015-07-29 Pedro Alves <palves@redhat.com>
18983
18984 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
18985
18986 2015-07-29 Pedro Alves <palves@redhat.com>
18987
18988 * gdb.base/ending-run.exp: Use gdb_test_stdio.
18989
18990 2015-07-29 Pedro Alves <palves@redhat.com>
18991
18992 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
18993 parameter into two new parameters, "inf_result" and "gdb_result".
18994 Expect inferior output and gdb output from $inferior_spawn_id and
18995 $gdb_spawn_id, respectively. Adjust all callers.
18996
18997 2015-07-29 Pedro Alves <palves@redhat.com>
18998
18999 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
19000 of gdb_test_sequence.
19001
19002 2015-07-29 Pedro Alves <palves@redhat.com>
19003
19004 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
19005 (saw_spurious_output): Expect inferior output from
19006 $inferior_spawn_id. Use gdb_test_stdio.
19007
19008 2015-07-29 Pedro Alves <palves@redhat.com>
19009
19010 * gdb.base/dprintf.exp: Use standard_testfile. Change
19011 prepare_for_testing call.
19012 (srcfile): Don't set.
19013 (restart): New procedure.
19014 (test_dprintf): New procecure, use to continue over dprintfs.
19015 (test_call, test_agent): New procedures, tests moved here.
19016 Restart gdb and recreate dprintfs. Adjust expected output.
19017
19018 2015-07-29 Pedro Alves <palves@redhat.com>
19019
19020 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
19021
19022 2015-07-29 Pedro Alves <palves@redhat.com>
19023
19024 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
19025
19026 2015-07-29 Pedro Alves <palves@redhat.com>
19027
19028 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
19029 gdb_test_stdio.
19030
19031 2015-07-29 Pedro Alves <palves@redhat.com>
19032
19033 * lib/gdb.exp (gdb_test_stdio): New procedure.
19034
19035 2015-07-29 Pedro Alves <palves@redhat.com>
19036
19037 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
19038
19039 2015-07-29 Pedro Alves <palves@redhat.com>
19040
19041 * gdb.base/call-signal-resume.exp: Remove check for
19042 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
19043 * gdb.base/unwindonsignal.exp: Likewise.
19044 * gdb.base/call-signals.c (gen_signal): Remove printf call.
19045 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
19046
19047 2015-07-29 Pedro Alves <palves@redhat.com>
19048
19049 * gdb.base/siginfo-addr.c (pass): New function.
19050 (handler): Call it iff si_addr is correct.
19051 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
19052 Set a breakpoint at "pass" and continue to it.
19053
19054 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
19055
19056 * gdb.python/py-objfile.exp: Make some tests have unique names.
19057 * gdb.python/py-pp-registration.exp: Likewise.
19058
19059 2015-07-28 Pedro Alves <palves@redhat.com>
19060
19061 * gdb.server/server-exec-info.exp: Issue a "disconnect".
19062
19063 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
19064
19065 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
19066
19067 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
19068
19069 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
19070
19071 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
19072
19073 * gdb.base/gdb-sigterm-2.exp: New test.
19074
19075 2015-07-25 Doug Evans <xdje42@gmail.com>
19076
19077 Revert:
19078 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
19079 (workers/%.worker, build-perf): New rule.
19080 (GDB_PERFTEST_MODE): New variable.
19081 (check-perf): Use it.
19082 (clean): Clean up gdb.perf parallel build subdirs.
19083 * lib/build-piece.exp: New file.
19084 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
19085 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
19086 name.
19087 (standard_temp_file): Ditto.
19088 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
19089 of $GDB_PARALLEL.
19090
19091 2015-07-24 Doug Evans <dje@google.com>
19092
19093 * gdb.perf/lib/perftest/utils.py: New file.
19094 * gdb.perf/gm-hello.cc: New file.
19095 * gdb.perf/gm-pervasive-typedef.cc: New file.
19096 * gdb.perf/gm-pervasive-typedef.h: New file.
19097 * gdb.perf/gm-std.cc: New file.
19098 * gdb.perf/gm-std.h: New file.
19099 * gdb.perf/gm-use-cerr.cc: New file.
19100 * gdb.perf/gm-utils.h: New file.
19101 * gdb.perf/gmonster-null-lookup.py: New file.
19102 * gdb.perf/gmonster-pervasive-typedef.py: New file.
19103 * gdb.perf/gmonster-print-cerr.py: New file.
19104 * gdb.perf/gmonster-ptype-string.py: New file.
19105 * gdb.perf/gmonster-runto-main.py: New file.
19106 * gdb.perf/gmonster-select-file.py: New file.
19107 * gdb.perf/gmonster1-null-lookup.exp: New file.
19108 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
19109 * gdb.perf/gmonster1-print-cerr.exp: New file.
19110 * gdb.perf/gmonster1-ptype-string.exp: New file.
19111 * gdb.perf/gmonster1-runto-main.exp: New file.
19112 * gdb.perf/gmonster1-select-file.exp: New file.
19113 * gdb.perf/gmonster1.cc: New file.
19114 * gdb.perf/gmonster1.exp: New file.
19115 * gdb.perf/gmonster2-null-lookup.exp: New file.
19116 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
19117 * gdb.perf/gmonster2-print-cerr.exp: New file.
19118 * gdb.perf/gmonster2-ptype-string.exp: New file.
19119 * gdb.perf/gmonster2-runto-main.exp: New file.
19120 * gdb.perf/gmonster2-select-file.exp: New file.
19121 * gdb.perf/gmonster2.cc: New file.
19122 * gdb.perf/gmonster2.exp: New file.
19123
19124 2015-07-24 Doug Evans <dje@google.com>
19125
19126 * gdb.perf/README: New file.
19127 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
19128 * lib/gen-perf-test.exp: New file.
19129
19130 2015-07-24 Doug Evans <dje@google.com>
19131
19132 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
19133 (PerfTest::startup): New function.
19134 (PerfTest::run): Return result of calling body.
19135 (PerfTest::assemble): Rewrite.
19136 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
19137 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
19138 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
19139 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
19140 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
19141
19142 2015-07-24 Doug Evans <dje@google.com>
19143
19144 * lib/gdb.exp (clean_restart): Make executable optional.
19145
19146 2015-07-24 Doug Evans <dje@google.com>
19147
19148 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
19149 compiler_info references.
19150 * gdb.cp/temargs.exp: Ditto.
19151 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
19152 (get_compiler_info): Early exit if already computed. Set compiler_info
19153 to "unknown" if there was a problem.
19154 (test_compiler_info): Add function comment. Call get_compiler_info.
19155
19156 2015-07-24 Doug Evans <dje@google.com>
19157
19158 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
19159 (workers/%.worker, build-perf): New rule.
19160 (GDB_PERFTEST_MODE): New variable.
19161 (check-perf): Use it.
19162 (clean): Clean up gdb.perf parallel build subdirs.
19163 * lib/build-piece.exp: New file.
19164 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
19165 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
19166 name.
19167 (standard_temp_file): Ditto.
19168 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
19169 of $GDB_PARALLEL.
19170
19171 2015-07-24 Doug Evans <dje@google.com>
19172
19173 * lib/future.exp (gdb_default_target_compile): New option
19174 "early_flags".
19175 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
19176 --as-needed.
19177
19178 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
19179
19180 * gdb.base/catch-syscall.exp: Call gdb_exit before
19181 gdb_skip_xml_test.
19182
19183 2015-07-24 Pedro Alves <palves@redhat.com>
19184
19185 * gdb.python/py-events.exp: Accept output between the stop event
19186 and the prompt.
19187 * gdb.python/py-evsignal.exp: Likewise.
19188 * gdb.python/py-evthreads.exp: Likewise.
19189
19190 2015-07-24 Pedro Alves <palves@redhat.com>
19191
19192 PR gdb/18717
19193 * gdb.threads/non-ldr-exit.c: New file.
19194 * gdb.threads/non-ldr-exit.exp: New file.
19195
19196 2015-07-24 Yao Qi <yao.qi@linaro.org>
19197
19198 * gdb.server/ext-wrapper.exp: Test --wrapper option when
19199 restarting process.
19200
19201 2015-07-24 Yao Qi <yao.qi@linaro.org>
19202
19203 * gdb.server/ext-restart.exp: New file.
19204
19205 2015-07-24 Yao Qi <yao.qi@linaro.org>
19206
19207 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
19208 argument options.
19209 * gdb.server/ext-wrapper.exp: New file.
19210
19211 2015-07-23 Doug Evans <dje@google.com>
19212
19213 * gdb.dwarf2/dw2-dummy-cu.S: New file.
19214 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
19215
19216 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
19217
19218 * gdb.ada/var_arr_typedef.exp: New testcase.
19219 * gdb.ada/var_arr_typedef/pack.adb: New file.
19220 * gdb.ada/var_arr_typedef/pack.ads: New file.
19221 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
19222
19223 2015-07-20 Joel Brobecker <brobecker@adacore.com>
19224
19225 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
19226
19227 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19228
19229 * gdb.arch/i386-biarch-core.exp: Replace istarget
19230 by "complete set gnutarget". Remove expectation for the "core-file"
19231 command.
19232
19233 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
19234
19235 Revert the previous commit:
19236 Tests for validate symbol file using build-id.
19237
19238 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
19239
19240 Tests for validate symbol file using build-id.
19241 * gdb.base/solib-mismatch-lib.c: New file.
19242 * gdb.base/solib-mismatch-libmod.c: New file.
19243 * gdb.base/solib-mismatch.c: New file.
19244 * gdb.base/solib-mismatch.exp: New file.
19245
19246 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
19247
19248 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
19249 nios2-*-linux*.
19250 * gdb.base/sigbpt.exp (stepi_out): Likewise.
19251 * gdb.base/siginfo.exp: Likewise.
19252 * gdb.base/sigstep.exp (advance, advancei): Likewise.
19253
19254 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
19255
19256 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
19257 Move it to ...
19258 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
19259 ... here.
19260 * gdb.trace/range-stepping.exp: Check that the target supports
19261 range stepping.
19262
19263 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
19264
19265 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
19266
19267 2015-07-14 Pedro Alves <palves@redhat.com>
19268
19269 * gdb.base/killed-outside.exp: New file.
19270 * gdb.base/killed-outside.c: New file.
19271
19272 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
19273
19274 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
19275 (n at main): New.
19276 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
19277
19278 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
19279
19280 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
19281 infcall tests instead of setting up for KFAIL.
19282
19283 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
19284
19285 * gdb.btrace/record_goto-step.exp: New.
19286
19287 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
19288
19289 PR compile/18484
19290 * gdb.compile/compile.c (struct struct_type): Add volatile to
19291 selffield's type.
19292 * gdb.compile/compile.exp
19293 (compile code struct_object.selffield = &struct_object): Skip further
19294 struct_object tests if this one xfails.
19295
19296 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
19297
19298 PR exp/18617
19299 * gdb.trace/ax.exp: Add test.
19300
19301 2015-07-07 Yao Qi <yao.qi@linaro.org>
19302
19303 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
19304 instead of istarget "aarch64*-*-*".
19305 * gdb.arch/aarch64-fp.exp: Likewise.
19306 * gdb.base/float.exp: Likewise.
19307 * gdb.reverse/aarch64.exp: Likewise.
19308 * lib/gdb.exp (is_aarch64_target): New proc.
19309
19310 2015-07-07 Yao Qi <yao.qi@linaro.org>
19311
19312 * lib/gdb.exp (is_aarch32_target): New proc.
19313 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
19314 instead of "istarget "arm*-*-*"".
19315 * gdb.arch/arm-disp-step.exp: Likewise.
19316 * gdb.arch/thumb-bx-pc.exp: Likewise.
19317 * gdb.arch/thumb-prologue.exp: Likewise.
19318 * gdb.arch/thumb-singlestep.exp: Likewise.
19319 * gdb.base/disp-step-syscall.exp: Likewise.
19320 * gdb.base/float.exp: Likewise.
19321
19322 2015-07-07 Yao Qi <yao.qi@linaro.org>
19323
19324 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
19325 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
19326
19327 2015-07-07 Yao Qi <yao.qi@linaro.org>
19328
19329 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
19330 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
19331 if it exists.
19332 * gdb.multi/multi-arch.exp: Likewise.
19333
19334 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
19335
19336 * gdb.python/py-lazy-string.exp: Add missing parentheses to
19337 print.
19338
19339 2015-07-07 Yao Qi <yao.qi@linaro.org>
19340
19341 * gdb.arch/thumb-singlestep.exp: Do one more single step.
19342
19343 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
19344
19345 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
19346 '[' and ']' characters.
19347
19348 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
19349
19350 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
19351
19352 2015-06-29 Pedro Alves <palves@redhat.com>
19353
19354 PR threads/18127
19355 * gdb.threads/hand-call-new-thread.c: New file.
19356 * gdb.threads/hand-call-new-thread.c: New file.
19357
19358 2015-06-26 Keith Seitz <keiths@redhat.com>
19359 Doug Evans <dje@google.com>
19360
19361 PR 16253
19362 * gdb.cp/var-tag-2.cc: New file.
19363 * gdb.cp/var-tag-3.cc: New file.
19364 * gdb.cp/var-tag-4.cc: New file.
19365 * gdb.cp/var-tag.cc: New file.
19366 * gdb.cp/var-tag.exp: New file.
19367
19368 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
19369
19370 * gdb.base/history-duplicates.exp: New test.
19371
19372 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
19373
19374 * gdb.base/completion.exp: Test the completion of the "focus"
19375 command.
19376
19377 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
19378
19379 * gdb.arch/amd64-prologue-skip.S: New file.
19380 * gdb.arch/amd64-prologue-skip.exp: New file.
19381
19382 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
19383
19384 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
19385 is_address_zero_readable check.
19386
19387 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
19388
19389 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
19390 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
19391
19392 2015-06-24 Yao Qi <yao.qi@linaro.org>
19393
19394 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
19395 linux targets.
19396
19397 2015-06-24 Yao Qi <yao.qi@linaro.org>
19398
19399 * lib/gdb.exp (supports_get_siginfo_type): New proc.
19400 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
19401 * gdb.base/siginfo-thread.exp: Likewise.
19402
19403 2015-06-22 Yao Qi <yao.qi@linaro.org>
19404
19405 * boards/remote-gdbserver-on-localhost.exp: Add comments.
19406
19407 2015-06-22 Yao Qi <yao.qi@linaro.org>
19408
19409 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
19410 aarch64*-*-*.
19411 (skip_hw_watchpoint_tests): Likewise.
19412
19413 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
19414
19415 * gdb.base/gdbinit-history.exp: Test the interaction between
19416 setting GDBHISTSIZE and setting the history size via .gdbinit.
19417
19418 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
19419
19420 PR gdb/16999
19421 * gdb.base/gdbhistsize-history.exp: New test.
19422
19423 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
19424
19425 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
19426 with GDBHISTSIZE.
19427 * gdb.base/readline.exp: Likewise.
19428
19429 2015-06-17 Yao Qi <yao.qi@linaro.org>
19430
19431 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
19432 line.
19433
19434 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
19435
19436 * gdb.base/gdbinit-history.exp: Add test case to check that
19437 an unlimited history file does not get truncated on exit.
19438
19439 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
19440
19441 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
19442 (VECTOR): New macro. Use it...
19443 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
19444 ...for these typedefs.
19445 (int8, char1, int1, double1): New typedefs.
19446 (struct just_int2, struct two_int2): New structures.
19447 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
19448 (add_structvecs, add_singlevecs): New functions.
19449 (main): Call add_some_intvecs twice.
19450 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
19451 the compile and exit upon failure. Try compiling for the "native"
19452 architecture. Test inferior function calls with vector arguments
19453 and vector return value handling with "finish" and "return".
19454
19455 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
19456
19457 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
19458 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
19459 PE file.
19460 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
19461
19462 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
19463
19464 PR breakpoints/16465
19465 * gdb.mi/mi-dprintf-pending.c: New file.
19466 * gdb.mi/mi-dprintf-pending.exp: New test.
19467 * gdb.mi/mi-dprintf-pendshr.c: New file.
19468
19469 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
19470 Mircea Gherzan <mircea.gherzan@intel.com>
19471
19472 * gdb.arch/i386-mpx-map.c: New file.
19473 * gdb.arch/i386-mpx-map.exp: New File.
19474
19475 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
19476
19477 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
19478 * gdb.arch/i386-mpx.exp: Indentation fixed.
19479
19480 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
19481
19482 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
19483 function and improved indentation.
19484 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
19485 gdb_test_multiple. Added additional tests to skip the test.
19486
19487 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
19488
19489 * gdb.arch/i386-avx512.c: Change path in include file.
19490 * gdb.arch/i386-avx512.exp: Change include dir path
19491 compilation flag.
19492 * gdb.arch/i386-mpx.c: Change path in include file.
19493 * gdb.arch/i386-mpx.exp: Change include dir path compilation
19494 flag.
19495
19496 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
19497
19498 * gdb.compile/compile-print.exp (compile print *vararray@3)
19499 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
19500
19501 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
19502
19503 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
19504 (do not keep jit in memory): ... this.
19505 (expect 5): Change it to ...
19506 (expect no 5): ... this.
19507
19508 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
19509
19510 PR gdb/15564
19511 * gdb.mi/mi-detach.exp: New file.
19512
19513 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
19514
19515 PR symtab/18392
19516 * gdb.arch/amd64-tailcall-self.S: New file.
19517 * gdb.arch/amd64-tailcall-self.c: New file.
19518 * gdb.arch/amd64-tailcall-self.exp: New file.
19519
19520 2015-05-28 Don Breazeal <donb@codesourcery.com>
19521
19522 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
19523 tests for remote targets by checking is_target_gdbserver.
19524
19525 2015-05-27 Doug Evans <dje@google.com>
19526
19527 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
19528 * gdb.dwarf2/opaque-type-lookup.c: New file.
19529 * gdb.dwarf2/opaque-type-lookup.exp: New file.
19530
19531 2015-05-26 Doug Evans <dje@google.com>
19532
19533 * gdb.cp/iostream.cc: New file.
19534 * gdb.cp/iostream.exp: New file.
19535
19536 2015-05-26 Doug Evans <dje@google.com>
19537
19538 * gdb.dwarf2/dw2-op-call.exp: Update.
19539 * gdb.dwarf2/dw4-sig-types.exp: Update.
19540 * gdb.dwarf2/implptr.exp: Update.
19541 * gdb.mi/mi-cmd-param-changed.exp: Update.
19542
19543 2015-05-26 Doug Evans <dje@google.com>
19544
19545 * gdb.python/py-lazy-string.c: New file.
19546 * gdb.python/py-lazy-string.exp: New file.
19547 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
19548 (main): Update. Add estring3.
19549 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
19550 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
19551
19552 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
19553 Yao Qi <yao.qi@linaro.org>
19554
19555 * gdb.reverse/aarch64.c: New.
19556 * gdb.reverse/aarch64.exp: New.
19557
19558 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
19559
19560 * lib/gdb.exp (supports_process_record): Return true for
19561 aarch64*-linux*.
19562 (supports_reverse): Likewise.
19563
19564 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
19565
19566 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
19567 Use with_test_prefix.
19568
19569 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
19570
19571 * gdb.base/completion.exp: Add test for completion of layout
19572 names.
19573
19574 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
19575
19576 * lib/gdb.exp (skip_tui_tests): New proc.
19577 * gdb.base/tui-layout.exp: Check skip_tui_tests.
19578
19579 2015-05-19 Pedro Alves <palves@redhat.com>
19580
19581 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
19582 Save the whole env array instead of just HOME. Unset HISTSIZE in
19583 the environment while testing. Restore whole environment
19584 afterwards.
19585
19586 2015-05-16 Doug Evans <xdje42@gmail.com>
19587
19588 * gdb.guile/scm-ports.c: New file.
19589 * gdb.guile/scm-ports.exp: Add memory port tests.
19590
19591 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19592
19593 * gdb.compile/compile-print.c: New file.
19594 * gdb.compile/compile-print.exp: New file.
19595
19596 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19597
19598 * gdb.compile/compile-ops.exp: Cast param to void.
19599 * gdb.compile/compile.exp: Complete type for _gdb_expr.
19600 (compile code struct_object.selffield = &struct_object): Add xfail.
19601
19602 2015-05-15 Joel Brobecker <brobecker@adacore.com>
19603
19604 * gdb.ada/arr_enum_with_gap: New testcase.
19605
19606 2015-05-15 Joel Brobecker <brobecker@adacore.com>
19607
19608 * gdb.ada/byte_packed_arr: New testcase.
19609
19610 2015-05-15 Joel Brobecker <brobecker@adacore.com>
19611
19612 * gdb.ada/pckd_neg: New testcase.
19613
19614 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
19615
19616 PR gdb/17820
19617 * gdb.base/gdbinit-history.exp: New test.
19618 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
19619 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
19620
19621 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
19622
19623 * gdb.python/py-xmethods.cc: Enhance test case.
19624 * gdb.python/py-xmethods.exp: New tests.
19625 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
19626 function.
19627 (B_indexoper): Likewise.
19628 (global_dm_list) : Add new xmethod worker functions.
19629
19630 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
19631
19632 * gdb.base/coredump-filter.exp: Correctly unset
19633 "coredump_var_addr" array.
19634
19635 2015-05-08 Pedro Alves <palves@redhat.com>
19636
19637 * gdb.server/non-existing-program.exp: Unset spawn_id.
19638
19639 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
19640
19641 PR python/18291
19642 * gdb.python/py-xmethods.exp: Add tests.
19643
19644 2015-05-08 Yao Qi <yao.qi@linaro.org>
19645
19646 PR gdb/18208
19647 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
19648 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
19649 function set_coredump_filter, and remove remote_exec call.
19650 Remove argument ipid. Callers update.
19651 (top level): Don't get inferior's PID.
19652
19653 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
19654
19655 * gdb.base/watch_thread_num.exp: Skip test on targets without
19656 access watchpoints.
19657
19658 2015-05-06 Pedro Alves <palves@redhat.com>
19659
19660 PR server/18081
19661 * gdb.server/non-existing-program.exp: New file.
19662
19663 2015-05-05 Joel Brobecker <brobecker@adacore.com>
19664
19665 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
19666
19667 2015-05-05 Joel Brobecker <brobecker@adacore.com>
19668
19669 * gdb.ada/out_of_line_in_inlined: New testcase.
19670
19671 2015-05-05 Joel Brobecker <brobecker@adacore.com>
19672
19673 * gdb.ada/var_rec_arr: New testcase.
19674
19675 2015-04-30 Yao Qi <yao.qi@linaro.org>
19676
19677 * gdb.base/break-idempotent.exp: If
19678 skip_hw_watchpoint_multi_tests returns true, skip the tests
19679 on "rwatch" and "awatch".
19680
19681 2015-04-30 Yao Qi <yao.qi@linaro.org>
19682
19683 * gdb.base/relativedebug.exp: Invoke gdb command
19684 "info sharedlibrary", and if libc.so doesn't have debug info,
19685 skip the test.
19686
19687 2015-04-29 Doug Evans <dje@google.com>
19688
19689 * gdb.python/py-xmethods.exp: Add ptype tests.
19690 * gdb.python/py-xmethods.py (E_method_char_worker): Add
19691 get_result_type method.
19692
19693 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
19694
19695 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
19696 the target does not support hardware watchpoints.
19697
19698 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
19699
19700 * gdb.base/break-always.exp: Abort testing if writing to memory
19701 causes an error.
19702
19703 2015-04-28 Doug Evans <dje@google.com>
19704
19705 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
19706 * gdb.python/py-pp-registration.exp: ... here. New file.
19707 * gdb.python/py-pp-registration.c: New file.
19708 * gdb.python/py-pp-registration.py: New file.
19709
19710 2015-04-28 Doug Evans <dje@google.com>
19711
19712 * gdb.python/py-bad-printers.c: New file.
19713 * gdb.python/py-bad-printers.py: New file.
19714 * gdb.python/py-bad-printers.exp: New file.
19715
19716 2015-04-28 Sasha Smundak <asmundak@google.com>
19717
19718 * gdb.python/py-type.exp: New test.
19719
19720 2015-04-28 Andy Wingo <wingo@igalia.com>
19721
19722 * gdb.python/py-parameter.exp:
19723 * gdb.guile/scm-parameter.exp: Escape the path that we are
19724 matching against, as it might contain characters that are special
19725 to regular expressions.
19726
19727 2015-04-27 Joel Brobecker <brobecker@adacore.com>
19728
19729 * gdb.ada/rec_comp: New testcase.
19730
19731 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
19732
19733 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
19734 before using it.
19735
19736 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
19737
19738 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
19739 new tests for verilog output.
19740
19741 2015-04-24 Yao Qi <yao.qi@linaro.org>
19742
19743 * boards/remote-gdbserver-on-localhost.exp: New file.
19744
19745 2015-04-23 Pedro Alves <palves@redhat.com>
19746
19747 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
19748 $inferior_spawn_id instead of $inferior_spawn_id directly. On
19749 "end of file", remove $inferior_spawn_id from the indirect list.
19750
19751 2015-04-23 Pedro Alves <palves@redhat.com>
19752
19753 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
19754
19755 2015-04-23 Pedro Alves <palves@redhat.com>
19756
19757 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
19758 on $any_spawn_id instead of only on $gdb_spawn_id.
19759
19760 2015-04-21 Pierre Muller <muller@sourceware.org>
19761
19762 PR pascal/17815
19763 * lib/pascal.exp (gpc_compile): Add new option "class".
19764 (fpc_compile): Likewise.
19765 * gdb.pascal/case-insensitive-symbols.pas: New file.
19766 * gdb.pascal/case-insensitive-symbols.exp: New file.
19767
19768 2015-04-20 Gary Benson <gbenson@redhat.com>
19769
19770 * gdb.base/attach.exp: Fix three extended remote failures.
19771
19772 2015-04-17 Gary Benson <gbenson@redhat.com>
19773
19774 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
19775 the main executable over the remote protocol.
19776
19777 2015-04-16 Pedro Alves <palves@redhat.com>
19778
19779 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
19780 a new gdbserver if gdbserver_reconnect_p is set.
19781
19782 2015-04-16 Pedro Alves <palves@redhat.com>
19783
19784 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
19785 is set, don't exit gdbserver.
19786
19787 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
19788
19789 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
19790 appropriate .insn, such that an older assembler can be used.
19791 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
19792 the z/Architecture instruction set on 31-bit targets as well.
19793
19794 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
19795
19796 * gdb.go/handcall.exp: Remove all logic related to the first
19797 breakpoint and rely on go_runto_main instead.
19798 * gdb.go/strings.exp: Likewise.
19799 * gdb.go/unsafe.exp: Likewise.
19800 * gdb.go/hello.exp: Likewise. Also rename the remaining
19801 breakpoint marker to "breakpoint 1".
19802 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
19803 * gdb.go/strings.go: Likewise.
19804 * gdb.go/unsafe.go: Likewise.
19805 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
19806 "set breakpoint 2 here" and rename the remaining breakpoint marker
19807 to "breakpoint 1".
19808
19809 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
19810
19811 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
19812 if itertools.imap is not present.
19813 * gdb.python/py-objfile.exp: Add parentheses.
19814 * gdb.python/py-type.exp: Same.
19815 * gdb.python/py-unwind-maint.py: Same.
19816
19817 2015-04-15 Yao Qi <yao.qi@linaro.org>
19818
19819 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
19820 of ":$ptr_size" and set its form explicitly.
19821
19822 2015-04-15 Pedro Alves <palves@redhat.com>
19823 Yao Qi <yao.qi@linaro.org>
19824
19825 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
19826 timeout by factor of 4.
19827 (test_regular_watch): Likewise.
19828 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
19829 * gdb.reverse/sigall-reverse.exp: Likewise.
19830 * gdb.reverse/until-precsave.exp: Likewise.
19831 * lib/gdb.exp (with_timeout_factor): New proc.
19832 (gdb_expect): Move some code to ...
19833 (get_largest_timeout): ... here. New procedure.
19834
19835 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
19836
19837 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
19838
19839 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
19840
19841 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
19842 to write to the .text section.
19843
19844 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
19845
19846 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
19847 Handle the case of targets that do not provide PID information.
19848
19849 2015-04-13 Yao Qi <yao.qi@linaro.org>
19850
19851 * lib/gdbserver-support.exp (gdb_exit): Catch exception
19852 and use expect instead of gdb_expect.
19853
19854 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
19855
19856 * gdb.base/coredump-filter.exp: Rename variable "addr" to
19857 "coredump_var_addr" to avoid naming conflict with other testcases.
19858
19859 2015-04-10 Pedro Alves <palves@redhat.com>
19860
19861 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
19862 gdb_test_sequence and gdb_assert.
19863
19864 2015-04-10 Pedro Alves <palves@redhat.com>
19865
19866 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
19867 test messages that don't include the breakpoint address.
19868
19869 2015-04-10 Yao Qi <yao.qi@linaro.org>
19870
19871 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
19872 false for some offset and width combinations which aren't
19873 supported by linux kernel.
19874
19875 2015-04-10 Pedro Alves <palves@redhat.com>
19876
19877 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
19878 procedure, factored out from ...
19879 (top level): ... here. Add "set displaced-stepping" testing axis.
19880 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
19881 parameter "displaced". Use it.
19882 (top level): Use foreach and add "set displaced-stepping" testing
19883 axis.
19884
19885 2015-04-10 Pedro Alves <palves@redhat.com>
19886
19887 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
19888 Remove comment.
19889 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
19890 both the address of the instruction that triggers the watchpoint
19891 and the address of the instruction immediately after, and use
19892 those addresses for the test. Fix comment.
19893
19894 2015-04-10 Pedro Alves <palves@redhat.com>
19895
19896 * gdb.base/sigstep.exp (breakpoint_to_handler)
19897 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
19898 Test "backtrace" in handler.
19899 (breakpoint_over_handler): New parameter 'displaced'. Use it.
19900 (top level): Add new "displaced" test axis to
19901 breakpoint_to_handler, breakpoint_to_handler_entry and
19902 breakpoint_over_handler.
19903
19904 2015-04-10 Pedro Alves <palves@redhat.com>
19905
19906 PR gdb/18216
19907 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
19908
19909 2015-04-10 Yao Qi <yao.qi@linaro.org>
19910
19911 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
19912 (test_add_rn_pc): New function.
19913 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
19914 (top level): Invoke test_add_rn_pc.
19915
19916 2015-04-10 Pedro Alves <palves@redhat.com>
19917
19918 PR gdb/13858
19919 * gdb.base/step-over-no-symbols.exp: New file.
19920
19921 2015-04-09 Andy Wingo <wingo@igalia.com>
19922
19923 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
19924 after the Python tests.
19925
19926 2015-04-08 Keith Seitz <keiths@redhat.com>
19927
19928 PR python/16699
19929 * gdb.python/py-completion.exp: New tests for completion.
19930 * gdb.python/py-completion.py (CompleteLimit1): New class.
19931 (CompleteLimit2): Likewise.
19932 (CompleteLimit3): Likewise.
19933 (CompleteLimit4): Likewise.
19934 (CompleteLimit5): Likewise.
19935 (CompleteLimit6): Likewise.
19936 (CompleteLimit7): Likewise.
19937
19938 2015-04-08 Pedro Alves <palves@redhat.com>
19939
19940 PR gdb/18214
19941 PR gdb/18216
19942 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
19943 function.
19944 (main): Install it as SIGUSR1 handler.
19945 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
19946 parameter. Always use "setup" as prefix. Toggle "set
19947 displaced-stepping" off/on depending on global. Don't switch to
19948 thread 1 here.
19949 (top level): Add displaced stepping "off/on" test axis. Update
19950 "setup" calls. Wrap each subtest with with_test_prefix. Test
19951 continuing with a queued signal in each thread.
19952
19953 2015-04-08 Pedro Alves <palves@redhat.com>
19954
19955 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
19956 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
19957 gdb_breakpoint instead of gdb_test that doesn't expect anything.
19958 Return early if running to main fails.
19959 * gdb.trace/while-stepping.exp: Likewise.
19960
19961 2015-04-07 Pedro Alves <palves@redhat.com>
19962
19963 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
19964 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
19965 interact with inferior program.
19966
19967 2015-04-07 Pedro Alves <palves@redhat.com>
19968
19969 * lib/gdb.exp (inferior_spawn_id): New global.
19970 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
19971 spawn id after processing the user code.
19972 (default_gdb_start): Set inferior_spawn_id.
19973 (send_inferior): New procedure.
19974 * lib/gdbserver-support.exp (gdbserver_start): Set
19975 inferior_spawn_id.
19976 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
19977
19978 2015-04-07 Pedro Alves <palves@redhat.com>
19979
19980 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
19981 * lib/gdbserver-support.exp (gdbserver_start): Make
19982 $server_spawn_id global.
19983 (gdbserver_start): Don't wait for gdbserver's spawn id with
19984 expect_background.
19985 (close_gdbserver): New procedure.
19986 (gdb_exit): Rename the default version and reimplement.
19987
19988 2015-04-07 Pedro Alves <palves@redhat.com>
19989
19990 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
19991 append the substituted item, not the original item.
19992
19993 2015-04-07 Pedro Alves <palves@redhat.com>
19994
19995 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
19996 gdb_expect.
19997
19998 2015-04-07 Pedro Alves <palves@redhat.com>
19999
20000 * gdb.base/interrupt.exp: Don't handle the case of the inferior
20001 output appearing once only.
20002
20003 2015-04-07 Pedro Alves <palves@redhat.com>
20004
20005 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
20006 that doesn't expect anything. Return early if running to main
20007 fails.
20008
20009 2015-04-07 Yao Qi <yao.qi@linaro.org>
20010
20011 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
20012 (child_function): Call alarm.
20013 (main): Move call to alarm into the loop.
20014 * gdb.threads/non-stop-fair-events.exp: Build program with
20015 -DTIMEOUT=$timeout.
20016
20017 2015-04-06 Doug Evans <xdje42@gmail.com>
20018
20019 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
20020 Fix dest parameter to board_info.
20021 (fpc_compile): Ditto.
20022 (gdb_compile_pascal): Rename dest arg to destfile.
20023
20024 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
20025
20026 * gdb.ada/funcall_ref.exp: New file.
20027 * gdb.ada/funcall_ref/foo.adb: New file.
20028
20029 2015-04-02 Yao Qi <yao.qi@linaro.org>
20030
20031 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
20032 is remote.
20033
20034 2015-04-02 Gary Benson <gbenson@redhat.com>
20035
20036 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
20037
20038 2015-04-01 Sasha Smundak <asmundak@google.com>
20039
20040 * gdb.python/py-unwind-maint.c: New file.
20041 * gdb.python/py-unwind-maint.exp: New test.
20042 * gdb.python/py-unwind-maint.py: New file.
20043 * gdb.python/py-unwind.c: New file.
20044 * gdb.python/py-unwind.exp: New test.
20045 * gdb.python/py-unwind.py: New test.
20046
20047 2015-04-01 Pedro Alves <palves@redhat.com>
20048
20049 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
20050 to fail instead of non-existent $test.
20051
20052 2015-04-01 Pedro Alves <palves@redhat.com>
20053
20054 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
20055 GDBFLAGS if not empty.
20056
20057 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
20058
20059 * gdb.ada/complete.exp: Remove "multi_line".
20060 * gdb.ada/info_exc.exp: Remove "multi_line".
20061 * gdb.ada/packed_tagged.exp: Remove "multi_line".
20062 * gdb.ada/ptype_field.exp: Remove "multi_line".
20063 * gdb.ada/sym_print_name.exp: Remove "multi_line".
20064 * gdb.ada/tagged.exp: Remove "multi_line".
20065 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
20066 [multi_line ...]
20067 * gdb.btrace/delta.exp: Likewise.
20068 * gdb.btrace/exception.exp: Likewise.
20069 * gdb.btrace/function_call_history.exp: Likewise.
20070 * gdb.btrace/instruction_history.exp: Likewise.
20071 * gdb.btrace/nohist.exp: Likewise.
20072 * gdb.btrace/record_goto.exp: Likewise.
20073 * gdb.btrace/segv.exp: Likewise.
20074 * gdb.btrace/stepi.exp: Likewise.
20075 * gdb.btrace/tailcall.exp: Likewise.
20076 * gdb.btrace/unknown_functions.exp: Likewise.
20077 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
20078 * lib/gdb.exp: Add the "multi_line" helper.
20079
20080 2015-04-01 Pedro Alves <palves@redhat.com>
20081
20082 * gdb.threads/tid-reuse.c: New file.
20083 * gdb.threads/tid-reuse.exp: New file.
20084
20085 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
20086
20087 PR corefiles/16092
20088 * gdb.base/coredump-filter.c: New file.
20089 * gdb.base/coredump-filter.exp: Likewise.
20090
20091 2015-03-27 Petr Machata <pmachata@redhat.com>
20092
20093 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
20094 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
20095 (Dwarf::assemble): Initialize them.
20096 (Dwarf::lines): New function.
20097
20098 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
20099
20100 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
20101 SYMBOL_PREFIX for x86_64-*-cygwin.
20102
20103 2015-03-26 Andy Wingo <wingo@igalia.com>
20104
20105 PR symtab/18148
20106 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
20107 const_value but not a location.
20108 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
20109 location defined in non-main CUs are visible.
20110
20111 2015-03-26 Yao Qi <yao.qi@linaro.org>
20112
20113 PR testsuite/18139
20114 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
20115 Add a line number entry for the same line.
20116 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
20117 Add a line number entry for the same line.
20118
20119 2015-03-26 Yao Qi <yao.qi@linaro.org>
20120
20121 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
20122 .int 0.
20123 (func): Likewise. Add .Lfunc_1 label.
20124 Use .Lfunc_1 label.
20125 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
20126 .int 0.
20127 (func): Likewise.
20128 Use .Lfunc_1 label.
20129
20130 2015-03-26 Yao Qi <yao.qi@linaro.org>
20131
20132 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
20133 Call gdb_compile instead to compile each .s files without debug
20134 information.
20135
20136 2015-03-26 Yao Qi <yao.qi@linaro.org>
20137
20138 * gdb.base/savedregs.exp (process_saved_regs): Make
20139 "Saved registers:" optional in the pattern.
20140
20141 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
20142
20143 * gdb.btrace/next.exp: Merged into step.exp.
20144 * gdb.btrace/finish.exp: Merged into step.exp.
20145 * gdb.btrace/nexti.exp: Merged into stepi.exp.
20146 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
20147 "record goto" and checking the exact replay position.
20148 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
20149 check for "Recording format" in "info record" output.
20150 * gdb.btrace/record_goto.exp: Choose test file based on target.
20151 * gdb.btrace/x86-record_goto.S: Renamed into ...
20152 * gdb.btrace/x86_64-record_goto.S: ... this.
20153 * gdb.btrace/i686-record_goto.S: New.
20154 * gdb.btrace/x86-tailcall.S: Renamed into ...
20155 * gdb.btrace/x86_64-tailcall.S: ... this.
20156 * gdb.btrace/i686-tailcall.S: New.
20157 * gdb.btrace/x86-tailcall.c: Renamed into ...
20158 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
20159 separate statements. Update test.
20160 * gdb.btrace/delta.exp: Use record_goto.c as test file.
20161 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
20162 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
20163 * gdb.btrace/tailcall.exp: Choose test file based on target.
20164 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
20165
20166 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
20167
20168 * gdb.btrace/exception.exp: Increase BTS buffer size.
20169
20170 2015-03-24 Pedro Alves <palves@redhat.com>
20171
20172 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
20173
20174 2015-03-24 Pedro Alves <palves@redhat.com>
20175
20176 * gdb.threads/schedlock.exp (test_step): No longer expect that
20177 "set scheduler-locking step" with "next" over a function call runs
20178 threads unlocked.
20179
20180 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
20181
20182 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
20183
20184 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
20185
20186 PR breakpoints/16466
20187 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
20188 * gdb.mi/mi-pending.c (thread_func): New function.
20189 (int main): Add threading support required.
20190 * gdb.mi/mi-pending.exp: Add tests for this issue.
20191 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
20192 (pendfunc2): Remove stdio dependency.
20193 * gdb.mi/mi-pendshr2.c: New file.
20194
20195 2015-03-23 Keith Seitz <keiths@redhat.com>
20196
20197 * gdb.linespec/keywords.c: New file.
20198 * gdb.linespec/keywords.exp: New file.
20199
20200 2015-03-23 Keith Seitz <keiths@redhat.com>
20201
20202 PR gdb/18021
20203 * gdb.dwarf2/staticvirtual.exp: New test.
20204
20205 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
20206
20207 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
20208 * README: Remove HP-UX and gdb.hp.
20209 (configuration):
20210 * configure: Regenerate.
20211 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
20212 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
20213 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
20214 gdb.hp/gdb.defects/Makefile.
20215 * gdb.hp/Makefile.in: File deleted.
20216 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
20217 * gdb.hp/gdb.aCC/optimize.c: File deleted.
20218 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
20219 * gdb.hp/gdb.aCC/run.c: File deleted.
20220 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
20221 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
20222 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
20223 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
20224 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
20225 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
20226 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
20227 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
20228 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
20229 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
20230 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
20231 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
20232 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
20233 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
20234 * gdb.hp/gdb.base-hp/reg.s: File deleted.
20235 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
20236 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
20237 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
20238 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
20239 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
20240 * gdb.hp/gdb.compat/Makefile.in: File deleted.
20241 * gdb.hp/gdb.compat/average.c: File deleted.
20242 * gdb.hp/gdb.compat/sum.c: File deleted.
20243 * gdb.hp/gdb.compat/xdb.c: File deleted.
20244 * gdb.hp/gdb.compat/xdb0.c: File deleted.
20245 * gdb.hp/gdb.compat/xdb0.h: File deleted.
20246 * gdb.hp/gdb.compat/xdb1.c: File deleted.
20247 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
20248 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
20249 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
20250 * gdb.hp/gdb.defects/Makefile.in: File deleted.
20251 * gdb.hp/gdb.defects/bs14602.c: File deleted.
20252 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
20253 * gdb.hp/gdb.defects/solib-d.c: File deleted.
20254 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
20255 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
20256 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
20257 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
20258 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
20259 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
20260 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
20261 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
20262 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
20263 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
20264 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
20265 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
20266 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
20267 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
20268 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
20269 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
20270 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
20271 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
20272 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
20273 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
20274 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
20275 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
20276 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
20277 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
20278 * gdb.hp/tools/odump: File deleted.
20279
20280 2015-03-19 Pedro Alves <palves@redhat.com>
20281
20282 * gdb.threads/continue-pending-status.exp (saw_thread_2)
20283 (saw_thread_3): New globals.
20284 (top level): Increment them when an event for the corresponding
20285 thread is seen.
20286 (no thread starvation): New test.
20287
20288 2015-03-19 Pedro Alves <palves@redhat.com>
20289
20290 * gdb.threads/continue-pending-status.c: New file.
20291 * gdb.threads/continue-pending-status.exp: New file.
20292
20293 2015-03-18 Pedro Alves <palves@redhat.com>
20294
20295 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
20296 Use gdb_is_target_remote instead of is_remote. Use
20297 gdb_test_multiple instead of gdb_expect. Exit early if
20298 gdb_test_multiple hits its internal matches. Tighten stepi tests
20299 expected output. Fail on exit with any signal, instead of just
20300 SIGILL.
20301
20302 2015-03-18 Yao Qi <yao.qi@linaro.org>
20303
20304 PR tdep/18107
20305 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
20306 variable.
20307 * gdb.base/catch-syscall.exp: Don't skip it on
20308 aarch64*-*-linux* target. Remove elements in all_syscalls.
20309 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
20310 target.
20311 (setup_all_syscalls): New proc.
20312
20313 2015-03-16 Yao Qi <yao.qi@linaro.org>
20314
20315 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
20316 (top level): Skip tests if valid_addr_p returns false for
20317 $cmd1 or $cmd2.
20318
20319 2015-03-11 Andy Wingo <wingo@igalia.com>
20320
20321 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
20322
20323 2015-03-11 Yao Qi <yao.qi@linaro.org>
20324
20325 * gdb.base/catch-syscall.exp: Fix typo in comments.
20326
20327 2015-03-11 Yao Qi <yao.qi@linaro.org>
20328
20329 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
20330
20331 2015-03-09 Pedro Alves <palves@redhat.com>
20332
20333 * dg-extract-results.py: Delete.
20334
20335 2015-03-09 Pedro Alves <palves@redhat.com>
20336
20337 Merge dg-extract-results.sh from GCC upstream (r218843).
20338
20339 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
20340 * dg-extract-results.sh: Use --text with grep to avoid issues with
20341 binary files. Fall back to cat -v, if that doesn't work.
20342
20343 2015-03-05 Pedro Alves <palves@redhat.com>
20344
20345 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
20346
20347 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
20348
20349 * lib/mi-support.exp (mi_expect_interrupt): Accept
20350 alternative event for when in all-stop mode.
20351
20352 2015-03-04 Pedro Alves <palves@redhat.com>
20353
20354 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
20355
20356 2015-03-04 Mark Kettenis <kettenis@gnu.org>
20357
20358 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
20359
20360 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
20361
20362 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
20363 regexps for GDB's current line display, accept a hex address
20364 preceding the line number.
20365
20366 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
20367
20368 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
20369 the 'arch1' variable for "s390*-linux*" targets.
20370
20371 2015-03-04 Pedro Alves <palves@redhat.com>
20372
20373 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
20374 (main): Pass missing retval argument to pthread_join call.
20375
20376 2015-03-02 Pedro Alves <palves@redhat.com>
20377
20378 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
20379 (top level): Call do_test with non-stop as well.
20380
20381 2015-03-02 Pedro Alves <palves@redhat.com>
20382
20383 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
20384 -1.
20385
20386 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
20387
20388 * gdb.arch/s390-vregs.exp: New test.
20389 * gdb.arch/s390-vregs.S: New file.
20390
20391 2015-02-27 Pedro Alves <palves@redhat.com>
20392
20393 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
20394 call to catch_command_errors.
20395 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
20396 catch_command_errors.
20397
20398 2015-02-27 Pedro Alves <palves@redhat.com>
20399
20400 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
20401 "true" for boolean result.
20402 * gdb.gdb/selftest.exp (test_with_self): Also accept full
20403 prototype of main.
20404
20405 2015-02-27 Pedro Alves <palves@redhat.com>
20406
20407 * lib/unbuffer_output.c: New file.
20408 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
20409 (main): Call gdb_unbuffer_output.
20410
20411 2015-02-27 Yao Qi <yao.qi@linaro.org>
20412
20413 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
20414 target.
20415
20416 2015-02-26 Doug Evans <dje@google.com>
20417
20418 * gdb.cp/class2.cc (Dbase, D): New classes.
20419 (main): New local delta.
20420 * gdb.cp/class2.exp: Test printing delta.
20421 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
20422 (dynbar): New global.
20423 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
20424
20425 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
20426
20427 * gdb.compile/compile-ifunc.c: New file.
20428 * gdb.compile/compile-ifunc.exp: New file.
20429
20430 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
20431
20432 * gdb.base/structs.exp: Check for correct struct on finish.
20433
20434 2015-02-26 Yao Qi <yao.qi@linaro.org>
20435
20436 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
20437 is zero.
20438
20439 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
20440
20441 * gdb.arch/cordic.ko.bz2: New file.
20442 * gdb.arch/cordic.ko.debug.bz2: New file.
20443 * gdb.arch/ppc64-symtab-cordic.exp: New file.
20444
20445 2015-02-25 Yao Qi <yao.qi@linaro.org>
20446
20447 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
20448 aarch64*-*-* target.
20449
20450 2015-02-23 Pedro Alves <palves@redhat.com>
20451
20452 * lib/gdb.exp (delete_breakpoints): Rewrite using
20453 gdb_test_multiple.
20454
20455 2015-02-23 Pedro Alves <palves@redhat.com>
20456
20457 * gdb.base/info-os.c: Include stdlib.h.
20458
20459 2015-02-22 Doug Evans <xdje42@gmail.com>
20460
20461 PR symtab/17855
20462 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
20463 is read after symbols have been re-read.
20464 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
20465 * gdb.ada/exec_changed/second.adb (Second): Ditto.
20466
20467 2015-02-21 Doug Evans <dje@google.com>
20468
20469 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
20470
20471 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
20472
20473 PR corefiles/17808
20474 * gdb.arch/i386-biarch-core.core.bz2: New file.
20475 * gdb.arch/i386-biarch-core.exp: New file.
20476
20477 2015-02-21 Pedro Alves <palves@redhat.com>
20478
20479 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
20480 runto_main fails.
20481
20482 2015-02-20 Pedro Alves <palves@redhat.com>
20483
20484 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
20485 info probes.
20486
20487 2015-02-20 Pedro Alves <palves@redhat.com>
20488
20489 * gdb.threads/multi-create-ns-info-thr.exp: New file.
20490
20491 2015-02-20 Pedro Alves <palves@redhat.com>
20492
20493 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
20494 clean_restart before gdb_target_supports_trace.
20495
20496 2015-02-20 Pedro Alves <palves@redhat.com>
20497
20498 PR threads/18006
20499 * gdb.threads/clone-thread_db.c: New file.
20500 * gdb.threads/clone-thread_db.exp: New file.
20501
20502 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
20503
20504 PR breakpoints/16812
20505 * gdb.base/catch-gdb-caused-signals.c: New file.
20506 * gdb.base/catch-gdb-caused-signals.exp: New file.
20507
20508 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
20509
20510 * configure: Regenerated.
20511 * configure.ac: Use GDB_AC_TRANSFORM.
20512 * aclocal.m4: sinclude ../transform.m4.
20513
20514 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
20515
20516 * lib/dtrace.exp: New file.
20517 * gdb.base/dtrace-probe.exp: Likewise.
20518 * gdb.base/dtrace-probe.d: Likewise.
20519 * gdb.base/dtrace-probe.c: Likewise.
20520 * lib/pdtrace.in: Likewise.
20521 * configure.ac: Output variables with the transformed names of
20522 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
20523 * configure: Regenerated.
20524
20525 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
20526
20527 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
20528 expected message when trying to access $_probe_* convenience
20529 variables while not on a probe.
20530
20531 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
20532
20533 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
20534
20535 2015-02-11 Pedro Alves <pedro@codesourcery.com>
20536
20537 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
20538 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
20539
20540 2015-02-10 Doug Evans <xdje42@gmail.com>
20541
20542 * lib/gdb.exp (gdb_load): Always return a result.
20543
20544 2015-02-10 Pedro Alves <palves@redhat.com>
20545
20546 * gdb.threads/signal-sigtrap.c: New file.
20547 * gdb.threads/signal-sigtrap.exp: New file.
20548
20549 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
20550
20551 * gdb.trace/no-attach-trace.c: New file.
20552 * gdb.trace/no-attach-trace.exp: New file.
20553
20554 2015-02-09 Mark Wielaard <mjw@redhat.com>
20555
20556 * gdb.dwarf2/atomic.c: New file.
20557 * gdb.dwarf2/atomic-type.exp: Likewise.
20558
20559 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
20560
20561 * gdb.btrace/buffer-size.exp: Update "info record" output.
20562 * gdb.btrace/delta.exp: Update "info record" output.
20563 * gdb.btrace/enable.exp: Update "info record" output.
20564 * gdb.btrace/finish.exp: Update "info record" output.
20565 * gdb.btrace/instruction_history.exp: Update "info record" output.
20566 * gdb.btrace/next.exp: Update "info record" output.
20567 * gdb.btrace/nexti.exp: Update "info record" output.
20568 * gdb.btrace/step.exp: Update "info record" output.
20569 * gdb.btrace/stepi.exp: Update "info record" output.
20570 * gdb.btrace/nohist.exp: Update "info record" output.
20571
20572 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
20573
20574 * gdb.btrace/buffer-size: New.
20575
20576 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
20577
20578 * gdb.btrace/delta.exp: Update "info record" output.
20579 * gdb.btrace/enable.exp: Update "info record" output.
20580 * gdb.btrace/finish.exp: Update "info record" output.
20581 * gdb.btrace/instruction_history.exp: Update "info record" output.
20582 * gdb.btrace/next.exp: Update "info record" output.
20583 * gdb.btrace/nexti.exp: Update "info record" output.
20584 * gdb.btrace/step.exp: Update "info record" output.
20585 * gdb.btrace/stepi.exp: Update "info record" output.
20586 * gdb.btrace/nohist.exp: Update "info record" output.
20587
20588 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
20589
20590 PR gdb/15678
20591 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
20592
20593 2015-02-06 Pedro Alves <palves@redhat.com>
20594
20595 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
20596 macro.
20597 (seconds_left, again): New globals.
20598 (main): Wait seconds_left in a 1-second sleep loop instead of
20599 sleeping 180 seconds. If 'again' is set, reset the seconds
20600 counter.
20601 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
20602 'again' in the inferior before detaching. Print the seconds left.
20603 (options): New global.
20604 (top level): Build program with -DTIMEOUT=$timeout.
20605
20606 2015-02-06 Pedro Alves <palves@redhat.com>
20607
20608 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
20609 determine how many seconds to pass to 'alarm'.
20610 * gdb.base/gdb-sigterm.exp (top level): Build program with
20611 -DTIMEOUT=$timeout.
20612 (do_test): Return success/failure indication. Add more verbose
20613 logging. Don't fail if 200 single steps are seen. Instead, fail
20614 when the test times out.
20615 (passes): New global.
20616 (top level): Break the testing loop if testing fails on any
20617 iteration. Use gdb_assert.
20618
20619 2015-02-04 Don Breazeal <donb@codesourcery.com>
20620
20621 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
20622 and initialize them.
20623 (ipc_cleanup): New function.
20624 (main): Don't declare shmid, semid, and msqid. Add a call to
20625 atexit so that we call ipc_cleanup on exit.
20626
20627 2015-02-04 Pedro Alves <palves@redhat.com>
20628
20629 * boards/native-extended-gdbserver.exp: Remove any target variant
20630 specifications from the board name before clearing the isremote
20631 flag from board_info.
20632
20633 2015-01-31 Doug Evans <xdje42@gmail.com>
20634
20635 * gdb.base/maint.exp <maint print type argc>: Update expected output.
20636
20637 2015-01-31 Gary Benson <gbenson@redhat.com>
20638
20639 * gdb.base/completion.exp: Disable completion limiting for
20640 existing tests. Add new tests to check completion limiting.
20641 * gdb.linespec/ls-errs.exp: Disable completion limiting.
20642
20643 2015-01-31 Doug Evans <xdje42@gmail.com>
20644
20645 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
20646
20647 2015-01-31 Doug Evans <xdje42@gmail.com>
20648
20649 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
20650 entries. Duplicate file section script entries.
20651 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
20652 inlined entries. Add test for safe-path rejection.
20653 * gdb.python/py-section-script.c: Add duplicate inlined section script
20654 entries. Duplicate file section script entries.
20655 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
20656 inlined entries. Add test for safe-path rejection.
20657
20658 2015-01-29 Joel Brobecker <brobecker@adacore.com>
20659
20660 * gdb.ada/disc_arr_bound: New testcase.
20661
20662 2015-01-29 Joel Brobecker <brobecker@adacore.com>
20663
20664 * gdb.ada/mi_var_array: New testcase.
20665
20666 2015-01-27 Doug Evans <dje@google.com>
20667
20668 * gdb.python/py-objfile.exp: Add tests for objfile.username.
20669 Add test for objfile.filename, objfile.username after objfile
20670 has been unloaded.
20671
20672 2015-01-26 Joel Brobecker <brobecker@adacore.com>
20673
20674 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
20675 the second test to print the name attribute of value
20676 returned by the call to gdb.lookup_type, and adjust
20677 the expected output accordingly.
20678
20679 2015-01-25 Mark Wielaard <mjw@redhat.com>
20680
20681 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
20682 * gdb.base/disp-step-fork.c: Include unistd.h.
20683 * gdb.base/siginfo-obj.c: Include stdio.h.
20684 * gdb.base/siginfo-thread.c: Likewise.
20685 * gdb.mi/non-stop.c: Include unistd.h.
20686 * gdb.mi/nsthrexec.c: Include stdio.h.
20687 * gdb.mi/pthreads.c: Include unistd.h.
20688 * gdb.modula2/unbounded1.c (main): Declare returns int.
20689 * gdb.reverse/consecutive-reverse.c: Likewise.
20690 * gdb.threads/create-fail.c: Include unistd.h.
20691 * gdb.threads/killed.c: Likewise.
20692 * gdb.threads/linux-dp.c: Likewise.
20693 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
20694 * gdb.threads/non-ldr-exc-2.c: Likewise.
20695 * gdb.threads/non-ldr-exc-3.c: Likewise.
20696 * gdb.threads/non-ldr-exc-4.c: Likewise.
20697 * gdb.threads/pthreads.c: Include unistd.h.
20698 (main): Declare returns int.
20699 * gdb.threads/tls-main.c (foo): New declaration.
20700 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
20701
20702 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
20703
20704 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
20705 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
20706
20707 2015-01-15 Mark Wielaard <mjw@redhat.com>
20708
20709 * gdb.base/noreturn-return.c: New file.
20710 * gdb.base/noreturn-return.exp: New file.
20711 * gdb.base/noreturn-finish.c: New file.
20712 * gdb.base/noreturn-finish.exp: New file.
20713
20714 2015-01-23 Pedro Alves <palves@redhat.com>
20715
20716 * gdb.threads/continue-pending-after-query.c: New file.
20717 * gdb.threads/continue-pending-after-query.exp: New file.
20718
20719 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
20720 Simon Marchi <simon.marchi@ericsson.com>
20721
20722 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
20723 * gdb.base/valgrind-db-attach.exp: Same.
20724 * gdb.base/valgrind-infcall.exp: Same.
20725 * lib/mi-support.exp (default_mi_gdb_start): Same.
20726 * lib/prompt.exp (default_prompt_gdb_start): Same.
20727 * lib/gdb.exp (default_gdb_spawn): Same.
20728 (gdb_interact): New.
20729
20730
20731 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
20732
20733 * gdb.compile/compile.exp (pointer to jit function): New test.
20734
20735 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
20736
20737 * lib/gdb.exp (supports_process_record): Return true for
20738 powerpc*-*-linux*.
20739 (supports_reverse): Likewise.
20740
20741 2015-01-15 Don Breazeal <donb@codesourcery.com>
20742
20743 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
20744 instead of checking whether the target board is remote and
20745 use spawn_wait_for_attach instead of exec/sleep.
20746 * gdb.base/attach-twice.exp: Likewise.
20747
20748 2015-01-15 Joel Brobecker <brobecker@adacore.com>
20749
20750 * gdb.ada/var_arr_attrs: New testcase.
20751
20752 2015-01-14 Pedro Alves <palves@redhat.com>
20753 Joel Brobecker <brobecker@adacore.com>
20754
20755 PR gdb/17525
20756 * gdb.base/bp-cmds-execution-x-script.c: New file.
20757 * gdb.base/bp-cmds-execution-x-script.exp: New file.
20758 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
20759
20760 2015-01-14 Pedro Alves <palves@redhat.com>
20761
20762 PR cli/17828
20763 * gdb.base/batch-preserve-term-settings.c: New file.
20764 * gdb.base/batch-preserve-term-settings.exp: New file.
20765
20766 2015-01-13 Doug Evans <dje@google.com>
20767
20768 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
20769 binary.
20770
20771 2015-01-13 Joel Brobecker <brobecker@adacore.com>
20772
20773 * Makefile.in (clean mostlyclean): Do not delete *.py.
20774
20775 2015-01-13 Joel Brobecker <brobecker@adacore.com>
20776
20777 * gdb.python/py-lookup-type.exp: New file.
20778
20779 2015-01-12 Pedro Alves <palves@redhat.com>
20780
20781 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
20782 restore GDBFLAGS before returning.
20783
20784 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
20785
20786 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
20787 is_amd64_regs_target and is_x86_like_target.
20788
20789 2015-01-11 Doug Evans <xdje42@gmail.com>
20790
20791 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
20792 is given without an explicit form.
20793 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
20794 attributes.
20795 * gdb.dwarf/corrupt.exp: Ditto.
20796 * gdb.dwarf2/enum-type.exp: Ditto.
20797 * gdb.trace/entry-values.exp: Ditto.
20798 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
20799
20800 2015-01-11 Doug Evans <xdje42@gmail.com>
20801
20802 PR gdb/15830
20803 * gdb.base/maint.exp: Remove references to "maint demangle".
20804 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
20805 Add tests for explicitly specifying language to demangle.
20806 * gdb.dlang/demangle.exp: Ditto.
20807
20808 2015-01-09 Pedro Alves <palves@redhat.com>
20809
20810 * gdb.threads/non-stop-fair-events.c: New file.
20811 * gdb.threads/non-stop-fair-events.exp: New file.
20812
20813 2015-01-09 Pedro Alves <palves@redhat.com>
20814
20815 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
20816 the global scope. Set a breakpoint after all threads are started
20817 rather than stepping over two source lines. Expect the prompt.
20818 * gdb.base/watch_thread_num.c (threads_started_barrier): New
20819 global.
20820 (NUM): Now 15.
20821 (main): Use threads_started_barrier to wait for all threads to
20822 start. Main thread no longer calls thread_function. Exit after
20823 180 seconds.
20824 (loop): New function.
20825 (thread_function): Wait on threads_started_barrier barrier. Call
20826 'loop' at each iteration.
20827 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
20828 threads have started, instead of hardcoding number of "next"
20829 steps. Use an access watchpoint instead of a write watchpoint.
20830
20831 2015-01-09 Pedro Alves <palves@redhat.com>
20832
20833 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
20834 (thread_func): Wait on barrier.
20835 (main): Wait for all threads to start before stopping GDB.
20836 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
20837 global.
20838 (thread1_func, thread2_func): Wait on barrier.
20839 (main): Wait for all threads to start before stopping GDB.
20840 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
20841 New global.
20842 (thread1_func, thread2_func): Wait on barrier.
20843 (main): Wait for all threads to start before stopping GDB.
20844
20845 2015-01-09 Pedro Alves <palves@redhat.com>
20846
20847 * gdb.threads/attach-many-short-lived-threads.c: New file.
20848 * gdb.threads/attach-many-short-lived-threads.exp: New file.
20849
20850 2014-01-09 Pedro Alves <palves@redhat.com>
20851
20852 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
20853 instead of to thread 2.
20854 * gdb.threads/signal-command-multiple-signals-pending.c (main):
20855 Add barrier around each pthread_create call instead of around all
20856 calls.
20857 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
20858 Set a break on thread_function and have the child threads hit it
20859 one at at a time.
20860
20861 2015-01-09 Pedro Alves <palves@redhat.com>
20862
20863 * lib/gdb.exp (can_spawn_for_attach): New procedure.
20864 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
20865 false.
20866 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
20867 checking whether the target board is remote.
20868 * gdb.multi/multi-attach.exp: Likewise.
20869 * gdb.python/py-sync-interp.exp: Likewise.
20870 * gdb.server/ext-attach.exp: Likewise.
20871 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
20872 tests that need to attach, instead of checking whether the target
20873 board is remote at the top of the file.
20874
20875 2015-01-08 Yao Qi <yao@codesourcery.com>
20876
20877 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
20878
20879 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
20880
20881 Fix testcase compilation.
20882 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
20883
20884 2015-01-06 Joel Brobecker <brobecker@adacore.com>
20885
20886 * gdb.python/py-type.exp: Add a couple test about empty
20887 array creation, and negative-length array creation.
20888
20889 2015-01-02 Doug Evans <xdje42@gmail.com>
20890
20891 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
20892
20893 2015-01-02 Doug Evans <dje@google.com>
20894
20895 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
20896
20897 2014-12-29 Yao Qi <yao@codesourcery.com>
20898
20899 * gdb.trace/entry-values.exp: Update comments. Rename variable
20900 bar_call_foo to returned_from_foo.
20901
20902 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
20903
20904 PR gdb/17394
20905 * gdb.linespec/break-asm-file.c: New file.
20906 * gdb.linespec/break-asm-file.exp: New file.
20907 * gdb.linespec/break-asm-file0.s: New file.
20908 * gdb.linespec/break-asm-file1.s: New file.
20909
20910 2014-12-18 Nigel Stephens <nigel@mips.com>
20911 Maciej W. Rozycki <macro@codesourcery.com>
20912
20913 * gdb.base/float.exp: Handle the new output from "info float" on
20914 MIPS targets.
20915
20916 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
20917
20918 Fix MinGW compilation.
20919 * gdb.compile/compile-ops.exp: Update untested message if
20920 !skip_compile_feature_tests.
20921 * gdb.compile/compile-setjmp.exp: Likewise.
20922 * gdb.compile/compile-tls.exp: Likewise.
20923 * gdb.compile/compile.exp: Likewise.
20924 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
20925 supported on this host".
20926
20927 2014-12-16 Doug Evans <xdje42@gmail.com>
20928
20929 * boards/stabs.exp: New file.
20930
20931 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
20932
20933 * gdb.base/completion.exp: Adjust to format changes of "maint
20934 print user-registers".
20935
20936 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
20937
20938 PR server/17457
20939 * gdb.arch/aarch64-fp.c: New file.
20940 * gdb.arch/aarch64-fp.exp: New file.
20941
20942 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
20943
20944 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
20945 r210637, r210913, r211666, r215400, r215817).
20946
20947 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
20948 * dg-extract-results.py: New file.
20949 * dg-extract-results.sh: Use it if the environment seems
20950 suitable.
20951
20952 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
20953
20954 * dg-extract-results.py (parse_run): Handle warnings that
20955 are printed before a test harness is run.
20956
20957 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
20958
20959 * dg-extract-results.py (Named): Remove __cmp__ method.
20960 (output_variation): Use a key to sort variation.harnesses.
20961
20962 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
20963
20964 * dg-extract-results.py: For Python 3, force sys.stdout to
20965 handle surrogate escape sequences.
20966 (safe_open): New function.
20967 (output_segment, main): Use it.
20968
20969 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
20970
20971 * dg-extract-results.py (Prog.result_re): Include options
20972 in test name.
20973
20974 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
20975
20976 * dg-extract-results.py (output_variation): Always sort if
20977 do_sum.
20978
20979 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
20980
20981 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
20982 as long as we get pagination notifications.
20983
20984 2014-12-15 Jason Merrill <jason@redhat.com>
20985
20986 * Makefile.in (check-gdb.%): Restore.
20987 * README: Mention it.
20988
20989 2014-12-13 Joel Brobecker <brobecker@adacore.com>
20990
20991 * gdb.ada/str_uninit: New testcase.
20992
20993 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
20994
20995 PR symtab/17642
20996 * gdb.base/vla-stub-define.c: New file.
20997 * gdb.base/vla-stub.c: New file.
20998 * gdb.base/vla-stub.exp: New file.
20999
21000 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
21001 Jan Kratochvil <jan.kratochvil@redhat.com>
21002 Tom Tromey <tromey@redhat.com>
21003
21004 * configure.ac: Add gdb.compile/.
21005 * configure: Regenerate.
21006 * gdb.compile/Makefile.in: New file.
21007 * gdb.compile/compile-ops.exp: New file.
21008 * gdb.compile/compile-ops.c: New file.
21009 * gdb.compile/compile-tls.c: New file.
21010 * gdb.compile/compile-tls.exp: New file.
21011 * gdb.compile/compile-constvar.S: New file.
21012 * gdb.compile/compile-constvar.c: New file.
21013 * gdb.compile/compile-mod.c: New file.
21014 * gdb.compile/compile-nodebug.c: New file.
21015 * gdb.compile/compile-setjmp-mod.c: New file.
21016 * gdb.compile/compile-setjmp.c: New file.
21017 * gdb.compile/compile-setjmp.exp: New file.
21018 * gdb.compile/compile-shlib.c: New file.
21019 * gdb.compile/compile.c: New file.
21020 * gdb.compile/compile.exp: New file.
21021 * lib/gdb.exp (skip_compile_feature_tests): New proc.
21022
21023 2014-12-12 Tom Tromey <tromey@redhat.com>
21024
21025 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
21026 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
21027
21028 2014-12-12 Doug Evans <dje@google.com>
21029
21030 * lib/gdb-python.exp (get_python_valueof): New function.
21031 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
21032
21033 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
21034
21035 * gdb.base/completion.exp: Add test for completion of "info
21036 registers ".
21037
21038 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
21039
21040 * gdb.base/func-ptrs.c: New file.
21041 * gdb.base/func-ptrs.exp: New file.
21042
21043 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
21044
21045 PR breakpoints/17012
21046 * gdb.base/dprintf-detach.c: New file.
21047 * gdb.base/dprintf-detach.exp: New file.
21048
21049 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
21050
21051 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
21052 * lib/gdb.exp (target_is_gdbserver): New procedure.
21053
21054 2014-12-08 Doug Evans <dje@google.com>
21055
21056 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
21057
21058 2014-12-05 Yao Qi <yao@codesourcery.com>
21059
21060 * gdb.guile/scm-error.exp: Remove the third argument to
21061 gdb_remote_download.
21062 * gdb.guile/scm-frame-args.exp: Likewise.
21063 * gdb.guile/scm-section-script.exp: Likewise.
21064
21065 2014-12-05 Yao Qi <yao@codesourcery.com>
21066
21067 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
21068
21069 2014-12-04 Doug Evans <dje@google.com>
21070
21071 * gdb.python/py-objfile.exp: Add tests for
21072 objfile.add_separate_debug_file.
21073
21074 2014-12-04 Doug Evans <dje@google.com>
21075
21076 * lib/gdb.exp (get_build_id): New function.
21077 (build_id_debug_filename_get): Rewrite to use it.
21078 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
21079
21080 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
21081
21082 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
21083 `method(long)', not just 0x0.
21084 * gdb.cp/nsalias.exp: Align code labels to 4.
21085 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
21086 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
21087 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
21088 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
21089 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
21090 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
21091
21092 2014-12-02 Doug Evans <dje@google.com>
21093
21094 PR symtab/17602
21095 * gdb.cp/anon-ns.cc: Move guts of this file to ...
21096 * gdb.cp/anon-ns2.cc: ... here. New file.
21097 * gdb.cp/anon-ns.exp: Update.
21098
21099 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
21100
21101 * gdb.python/py-events.py (inferior_call_handler): New.
21102 (register_changed_handler, memory_changed_handler): New.
21103 (test_events.invoke): Register new handlers.
21104 * gdb.python/py-events.exp: Add tests for inferior call,
21105 memory_changed and register_changed events.
21106
21107 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
21108
21109 * gdb.base/execl-update-breakpoints.exp: Specify the link address
21110 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
21111 if the linker doesn't understand this.
21112
21113 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
21114
21115 * gdb.python/python.exp: Change expected reply to help().
21116
21117 2014-12-01 Yao Qi <yao@codesourcery.com>
21118
21119 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
21120 AC_CONFIG_SUBDIRS(gdb.gdbtk).
21121 * configure: Re-generated.
21122
21123 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
21124
21125 * gdb.cp/chained-calls.cc: New file.
21126 * gdb.cp/chained-calls.exp: New file.
21127 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
21128
21129 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
21130
21131 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
21132 * gdb.dwarf2/symtab-producer.exp: Same.
21133 * gdb.gdb/python-interrupts.exp: Same.
21134 * gdb.gdb/python-selftest.exp: Same.
21135 * gdb.python/py-linetable.exp: Same.
21136 * gdb.python/py-type.exp: Same.
21137 * gdb.python/py-value-cc.exp: Same.
21138 * gdb.python/py-value.exp: Same.
21139
21140 2014-11-28 Yao Qi <yao@codesourcery.com>
21141
21142 * gdb.base/break-probes.exp: Match library name prefixed with
21143 sysroot.
21144
21145 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
21146
21147 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
21148 test expected output. Add parentheses for the call to print.
21149 Remove L suffix from integers.
21150
21151 2014-11-26 Doug Evans <dje@google.com>
21152
21153 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
21154
21155 2014-11-22 Yao Qi <yao@codesourcery.com>
21156
21157 * gdb.trace/entry-values.c: Remove asms.
21158 (foo): Add foo_label.
21159 (bar): Add bar_label.
21160 * gdb.trace/entry-values.exp: Remove code computing foo's
21161 length and bar's length.
21162 (Dwarf::assemble): Invoke function_range for bar and use
21163 MACRO_AT_func for foo.
21164
21165 2014-11-22 Yao Qi <yao@codesourcery.com>
21166
21167 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
21168 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
21169 Use .Lgcc43_procstart instead of gcc43.
21170
21171 2014-11-21 Joel Brobecker <brobecker@adacore.com>
21172
21173 * gdb.ada/n_arr_bound: New testcase.
21174
21175 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
21176
21177 PR breakpoints/10737
21178 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
21179 test_catch_syscall_multi_arch.
21180 (test_catch_syscall_multi_arch): New function.
21181
21182 2014-11-20 Doug Evans <xdje42@gmail.com>
21183
21184 * gdb.base/maint.exp: Update expected output.
21185
21186 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
21187
21188 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
21189 4-byte instruction on S390.
21190
21191 2014-11-19 Joel Brobecker <brobecker@adacore.com>
21192
21193 * gdb.ada/arr_arr: New testcase.
21194
21195 2014-11-19 Joel Brobecker <brobecker@adacore.com>
21196
21197 * gdb.ada/pkd_arr_elem: New Testcase.
21198
21199 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
21200
21201 * gdb.reverse/break-precsave: Expect completion message for
21202 core file reads.
21203 * gdb.reverse/consecutive-precsave.exp: Likewise.
21204 * gdb.reverse/finish-precsave.exp: Likewise.
21205 * gdb.reverse/i386-precsave.exp: Likewise.
21206 * gdb.reverse/machinestate-precsave.exp: Likewise.
21207 * gdb.reverse/sigall-precsave.exp: Likewise.
21208 * gdb.reverse/solib-precsave.exp: Likewise.
21209 * gdb.reverse/step-precsave.exp: Likewise.
21210 * gdb.reverse/until-precsave.exp: Likewise.
21211 * gdb.reverse/watch-precsave.exp: Likewise.
21212
21213 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
21214
21215 * gdb.base/bp-permanent.c: Include unistd.h.
21216 * gdb.python/py-framefilter-mi.c (main): Add return type.
21217 * gdb.python/py-framefilter.c (main): Likewise.
21218 * gdb.trace/actions-changed.c (main): Likewise.
21219
21220 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
21221
21222 * gdb.mi/until.c: Add eye-catchers.
21223 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
21224 line numbers.
21225
21226 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
21227
21228 * gdb.base/condbreak.exp: Drop references to removed non-prototype
21229 function header variants in break1.c.
21230 * gdb.base/ena-dis-br.exp: Likewise.
21231 * gdb.base/hbreak2.exp: Likewise.
21232 * gdb.reverse/until-precsave.exp: Drop references to removed
21233 non-prototype function header variants in ur1.c.
21234 * gdb.reverse/until-reverse.exp: Likewise.
21235
21236 2014-11-17 Petr Machata <pmachata@redhat.com>
21237
21238 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
21239 ${_cu_offset_size} bytes abbrev offset.
21240
21241 2014-11-15 Doug Evans <xdje42@gmail.com>
21242
21243 PR symtab/17559
21244 * gdb.base/line-symtabs.exp: New file.
21245 * gdb.base/line-symtabs.c: New file.
21246 * gdb.base/line-symtabs.h: New file.
21247
21248 2014-11-14 Yao Qi <yao@codesourcery.com>
21249
21250 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
21251 (func): Add label func_label.
21252 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
21253 Replace low_pc and high_pc with MACRO_AT_range.
21254 Replace name, low_pc and high_pc with MACRO_AT_func.
21255
21256 2014-11-14 Yao Qi <yao@codesourcery.com>
21257
21258 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
21259 Replace name, low_pc and high_pc with MACRO_AT_func.
21260
21261 2014-11-14 Yao Qi <yao@codesourcery.com>
21262
21263 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
21264 produce debug information.
21265 * gdb.dwarf2/implptr-optimized-out.S: Removed.
21266
21267 2014-11-14 Yao Qi <yao@codesourcery.com>
21268
21269 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
21270 object and get function length.
21271 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
21272 with MACRO_AT_func.
21273 (top-level): Replace gdb_compile and clean_restart with
21274 prepare_for_testing.
21275 * gdb.dwarf2/main.c (main): Add label main_label.
21276
21277 2014-11-14 Yao Qi <yao@codesourcery.com>
21278
21279 * lib/dwarf.exp (function_range): New procedure.
21280 (Dwarf::_handle_macro_at_func): New procedure.
21281 (Dwarf::_handle_macro_at_range): New procedure.
21282 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
21283
21284 2014-11-14 Yao Qi <yao@codesourcery.com>
21285
21286 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
21287 (_handle_attribute): New procedure.
21288
21289 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21290
21291 * gdb.ada/cond_lang/foo.c (callme): Add return type.
21292 * gdb.base/call-sc.c (zed): Likewise.
21293 * gdb.base/checkpoint.c (main): Likewise.
21294 * gdb.base/dump.c (main): Likewise.
21295 * gdb.base/gcore.c (main): Likewise.
21296 * gdb.base/huge.c (main): Likewise.
21297 * gdb.base/multi-forks.c (main): Likewise.
21298 * gdb.base/pr10179-a.c (main): Likewise.
21299 * gdb.base/savedregs.c (main): Likewise.
21300 * gdb.base/sigaltstack.c (main): Likewise.
21301 * gdb.base/siginfo.c (main): Likewise.
21302 * gdb.base/structs.c (zed): Likewise.
21303 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
21304 * gdb.mi/mi-syn-frame.c (main): Likewise.
21305 * gdb.mi/until.c (foo, main): Likewise.
21306 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
21307 * gdb.base/solib-weak.c (foo): Declare.
21308 * gdb.base/attach-twice.c: Include stdio.h.
21309 * gdb.base/weaklib1.c: Likewise.
21310 * gdb.base/weaklib2.c: Likewise.
21311 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
21312 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
21313 unistd.h.
21314 * gdb.base/attach-pie-misread.c: Include stdlib.h.
21315 * gdb.mi/mi-exit-code.c: Likewise.
21316 * gdb.base/break-interp-lib.c: Include string.h.
21317 * gdb.base/coremaker.c: Likewise.
21318 * gdb.base/testenv.c: Likewise.
21319 * gdb.python/py-finish-breakpoint.c: Likewise.
21320 * gdb.base/inferior-died.c: Include sys/wait.h.
21321 * gdb.base/fileio.c: Include time.h.
21322 * gdb.base/async-shell.c: Include unistd.h.
21323 * gdb.base/dprintf-non-stop.c: Likewise.
21324 * gdb.base/info-os.c: Likewise.
21325 * gdb.mi/mi-console.c: Likewise.
21326 * gdb.mi/watch-nonstop.c: Likewise.
21327 * gdb.python/py-events.c: Likewise.
21328 * gdb.base/async.c (baz): Move up before its invocation.
21329 * gdb.base/code_elim2.c (my_global_func): Likewise.
21330 * gdb.base/skip-solib-lib.c (multiply): Likewise.
21331 * gdb.base/advance.c (func2): Likewise.
21332
21333 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21334
21335 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
21336 variant.
21337 * gdb.base/annota3.c: Likewise.
21338 * gdb.base/async.c: Likewise.
21339 * gdb.base/average.c: Likewise.
21340 * gdb.base/call-ar-st.c: Likewise.
21341 * gdb.base/call-rt-st.c: Likewise.
21342 * gdb.base/call-sc.c: Likewise.
21343 * gdb.base/call-strs.c: Likewise.
21344 * gdb.base/ending-run.c: Likewise.
21345 * gdb.base/execd-prog.c: Likewise.
21346 * gdb.base/exprs.c: Likewise.
21347 * gdb.base/foll-exec.c: Likewise.
21348 * gdb.base/foll-fork.c: Likewise.
21349 * gdb.base/foll-vfork.c: Likewise.
21350 * gdb.base/funcargs.c: Likewise.
21351 * gdb.base/gcore.c: Likewise.
21352 * gdb.base/jump.c: Likewise.
21353 * gdb.base/langs0.c: Likewise.
21354 * gdb.base/langs1.c: Likewise.
21355 * gdb.base/langs2.c: Likewise.
21356 * gdb.base/mips_pro.c: Likewise.
21357 * gdb.base/nodebug.c: Likewise.
21358 * gdb.base/opaque0.c: Likewise.
21359 * gdb.base/opaque1.c: Likewise.
21360 * gdb.base/recurse.c: Likewise.
21361 * gdb.base/run.c: Likewise.
21362 * gdb.base/scope0.c: Likewise.
21363 * gdb.base/scope1.c: Likewise.
21364 * gdb.base/setshow.c: Likewise.
21365 * gdb.base/setvar.c: Likewise.
21366 * gdb.base/shmain.c: Likewise.
21367 * gdb.base/shr1.c: Likewise.
21368 * gdb.base/shr2.c: Likewise.
21369 * gdb.base/sigall.c: Likewise.
21370 * gdb.base/signals.c: Likewise.
21371 * gdb.base/so-indr-cl.c: Likewise.
21372 * gdb.base/solib2.c: Likewise.
21373 * gdb.base/structs.c: Likewise.
21374 * gdb.base/sum.c: Likewise.
21375 * gdb.base/vforked-prog.c: Likewise.
21376 * gdb.base/watchpoint.c: Likewise.
21377 * gdb.reverse/shr2.c: Likewise.
21378 * gdb.reverse/until-reverse.c: Likewise.
21379 * gdb.reverse/ur1.c: Likewise.
21380 * gdb.reverse/watch-reverse.c: Likewise.
21381
21382 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21383
21384 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
21385 variant.
21386 * gdb.base/sepdebug.exp: Drop references to removed code.
21387
21388 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21389
21390 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
21391 variant. Preserve original line numbering.
21392 * gdb.base/list1.c: Likewise.
21393
21394 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21395
21396 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
21397 variant.
21398 * gdb.base/break1.c: Likewise.
21399 * gdb.base/break.exp: Drop references to removed code.
21400
21401 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21402
21403 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
21404 variant.
21405
21406 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21407
21408 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
21409
21410 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21411
21412 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
21413 logic into perform_all_tests() and invoke it with and without
21414 function header prototypes.
21415 (do_function_calls): Remove conditional XFAIL for PR 5318.
21416 (rerun_and_prepare): Remove duplicate code.
21417 (perform_all_tests): New. Main logic moved here.
21418
21419 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21420
21421 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
21422 code guarded by #ifdef NO_PROTOTYPES.
21423 (t_double_many_args): Likewise.
21424 (DEF_FUNC_MANY_ARGS_1): Likewise.
21425 (DEF_FUNC_VALUES_1): Likewise.
21426 (t_structs_ldc): Renamed from t_structs_fc in conditional code
21427 guarded by #ifdef PROTOTYPES.
21428
21429 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21430
21431 * gdb.mi/mi-console.c: Add eye-catcher.
21432 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
21433 instead of literal line number.
21434
21435 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21436
21437 * gdb.base/shr2.c: Add eye-catcher.
21438 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
21439 line number.
21440
21441 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21442
21443 * gdb.base/jump.c: Add eye-catchers.
21444 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
21445 numbers.
21446
21447 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21448
21449 * gdb.base/execd-prog.c: Add eye-catchers.
21450 * gdb.base/foll-exec.c: Likewise.
21451 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
21452 line numbers.
21453
21454 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21455
21456 * gdb.base/ending-run.c: Add eye-catchers.
21457 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
21458 literal line numbers.
21459
21460 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21461
21462 * gdb.base/call-rt-st.c: Add eye-catchers.
21463 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
21464 literal line numbers.
21465
21466 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21467
21468 * gdb.base/call-ar-st.c: Add eye-catchers.
21469 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
21470 literal line numbers.
21471
21472 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21473
21474 * gdb.base/average.c: Add eye-catchers.
21475 * gdb.base/sum.c: Likewise.
21476 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
21477 regexps dynamically.
21478
21479 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21480
21481 * gdb.base/solib1.c: Add eye-catchers.
21482 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
21483 literal line numbers.
21484
21485 2014-11-12 Pedro Alves <palves@redhat.com>
21486
21487 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
21488 leader has exited.
21489
21490 2014-11-12 Pedro Alves <palves@redhat.com>
21491
21492 * gdb.arch/i386-bp_permanent.c: New file.
21493 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
21494 (srcfile): Set to i386-bp_permanent.c.
21495 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
21496 that stepi does not execute the 'leave' instruction, instead of
21497 testing it does execute.
21498 * gdb.base/bp-permanent.c: New file.
21499 * gdb.base/bp-permanent.exp: New file.
21500
21501 2014-11-10 Doug Evans <xdje42@gmail.com>
21502
21503 PR symtab/17564
21504 * gdb.base/symtab-search-order.exp: New file.
21505 * gdb.base/symtab-search-order.c: New file.
21506 * gdb.base/symtab-search-order-1.c: New file.
21507 * gdb.base/symtab-search-order-shlib-1.c: New file.
21508
21509 2014-11-07 Pedro Alves <palves@redhat.com>
21510
21511 PR gdb/17511
21512 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
21513 i?86-*-linux*.
21514
21515 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
21516
21517 PR c++/17494
21518 * gdb.cp/pr17494.cc: New file.
21519 * gdb.cp/pr17494.exp: New file.
21520
21521 2014-11-02 Yao Qi <yao@codesourcery.com>
21522
21523 * gdb.python/python.exp: Get working directory and match the
21524 output of "set extended-prompt \\w " with it.
21525
21526 2014-10-30 Doug Evans <dje@google.com>
21527
21528 * gdb.python/py-objfile.exp: Add tests for setting random attributes
21529 in objfiles.
21530 * gdb.python/py-progspace.exp: Add tests for setting random attributes
21531 in progspaces.
21532
21533 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
21534
21535 * gdb.base/fullpath-expand.exp: Skip for a remote host.
21536 * gdb.base/realname-expand.exp: Likewise.
21537 * gdb.linespec/macro-relative.exp: Likewise.
21538
21539 2014-10-29 Pedro Alves <palves@redhat.com>
21540
21541 PR gdb/17408
21542 * gdb.threads/schedlock.c (some_function): New function.
21543 (call_function): New global.
21544 (MAYBE_CALL_SOME_FUNCTION): New macro.
21545 (thread_function): Call it.
21546 * gdb.threads/schedlock.exp (get_args): Add description parameter,
21547 and use it instead of a global counter. Adjust all callers.
21548 (get_current_thread): Use "find current thread" for test message
21549 here rather than having all callers pass down the same string.
21550 (goto_loop): New procedure, factored out from ...
21551 (my_continue): ... this.
21552 (step_ten_loops): Change parameter from test message to command to
21553 use. Adjust.
21554 (list_count): Delete global.
21555 (check_result): New procedure, factored out from duplicate top
21556 level code.
21557 (continue tests): Wrap in with_test_prefix.
21558 (test_step): New procedure, factored out from duplicate top level
21559 code.
21560 (top level): Test "step" in combination with all scheduler-locking
21561 modes. Test "next" in combination with all scheduler-locking
21562 modes, and in combination with stepping over a function call or
21563 not.
21564 * gdb.threads/next-bp-other-thread.c: New file.
21565 * gdb.threads/next-bp-other-thread.exp: New file.
21566
21567 2014-10-29 Pedro Alves <palves@redhat.com>
21568
21569 PR python/17372
21570 * gdb.python/python.exp: Test a multi-line command that spawns
21571 interactive Python.
21572 * gdb.base/multi-line-starts-subshell.exp: New file.
21573
21574 2014-10-29 Yao Qi <yao@codesourcery.com>
21575
21576 * gdb.base/fileio.exp: Make directories on host.
21577
21578 2014-10-29 Yao Qi <yao@codesourcery.com>
21579
21580 * gdb.base/fileio.c (test_write): Close the file.
21581
21582 2014-10-28 Pedro Alves <palves@redhat.com>
21583
21584 PR gdb/12623
21585 * gdb.base/sigstep.c (no_handler): New global.
21586 (main): If 'no_handler is true, set the signal handlers to
21587 SIG_IGN.
21588 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
21589 with_sw_watch and no_handler parameters. Handle them.
21590 (top level) <stepping over handler when stopped at a breakpoint
21591 test>: Add a test axis for testing with a software watchpoint, and
21592 another for testing with the signal handler set to SIG_IGN.
21593 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
21594 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
21595
21596 2014-10-28 Pedro Alves <palves@redhat.com>
21597
21598 PR gdb/17511
21599 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
21600 * gdb.base/sigstep.exp (other_handler_location): New global.
21601 (advance): Support stepping into the signal handler, and running
21602 commands while in the handler.
21603 (in_handler_map): New global.
21604 (top level): In the advance test, add combinations for getting
21605 into the handler with stepping commands, and for running commands
21606 in the handler. Add comment descripting the advancei tests.
21607
21608 2014-10-28 Pedro Alves <palves@redhat.com>
21609
21610 * gdb.base/sigstep.exp: Use build_executable instead of
21611 prepare_for_testing.
21612 (top level): Move code that starts GDB, runs to main and creates a
21613 display to ...
21614 (restart): ... this new procedure.
21615 (top level): Move backtrace from signal handler test to ...
21616 (validate_backtrace): ... this new procedure.
21617 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
21618 with_test_prefix. Always restart GDB.
21619 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
21620 with_test_prefix. Always restart GDB. No need to delete
21621 breakpoints after the test.
21622 (test_skip_handler): Remove prefix parameter.
21623 (skip_over_handler, breakpoint_to_handler)
21624 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
21625 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
21626 restart GDB. No need to delete breakpoints after the test.
21627 (top level): Use foreach to call the test procedures with
21628 different commands.
21629
21630 2014-10-28 Pedro Alves <palves@redhat.com>
21631
21632 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
21633 instead of GNATS numbers.
21634 * gdb.base/sigbpt.exp: Likewise.
21635 * gdb.base/siginfo.exp: Likewise.
21636 * gdb.base/sigstep.exp: Likewise.
21637
21638 2014-10-27 Pedro Alves <palves@redhat.com>
21639
21640 * gdb.base/sigstep.c (dummy): New global.
21641 (main): Issue a couple writes to the new global.
21642 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
21643 procedures.
21644 (skip_over_handler): Use test_skip_handler.
21645 (top level): Call skip_over_handler for stepi and nexti too.
21646 (breakpoint_over_handler): Use test_skip_handler.
21647 (top level): Call breakpoint_over_handler for stepi and nexti too.
21648
21649 2014-10-27 Yao Qi <yao@codesourcery.com>
21650
21651 * gdb.trace/tfile.c (adjust_function_address)
21652 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
21653 function descriptor.
21654
21655 2014-10-24 Don Breazeal <donb@codesourcery.com>
21656
21657 * gdb.base/foll-fork.exp (test_follow_fork,
21658 catch_fork_child_follow): Check for updated fork messages emitted
21659 from infrun.c.
21660 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
21661 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
21662 vfork_and_exec_child_follow_through_step): Check for updated vfork
21663 messages emitted from infrun.c.
21664
21665 2014-10-24 Pedro Alves <palves@redhat.com>
21666
21667 * gdb.base/corefile.exp: Remove references to ultrix.
21668 * gdb.base/interrupt.exp: Likewise.
21669 * gdb.base/whatis.exp: Likewise.
21670 * gdb.gdb/selftest.exp: Likewise.
21671 * gdb.threads/manythreads.exp: Likewise.
21672 * gdb.threads/print-threads.exp: Likewise.
21673 * gdb.threads/pthreads.exp:: Likewise.
21674 * gdb.threads/schedlock.exp: Likewise.
21675
21676 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
21677
21678 * gdb.cp/non-trivial-retval.cc: Add a test case.
21679 * gdb.cp/non-trivial-retval.exp: Add a test.
21680
21681 2014-10-20 Yao Qi <yao@codesourcery.com>
21682
21683 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
21684 * gdb.python/py-objfile-script-gdb.py: New file.
21685 * gdb.python/py-objfile-script.exp: Update reference to
21686 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
21687 of remote_download. Remove the dest file.
21688
21689 2014-10-20 Yao Qi <yao@codesourcery.com>
21690
21691 * gdb.base/checkpoint.exp: Don't remove file copied on host.
21692 * gdb.base/step-line.exp: Likewise.
21693 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
21694 * gdb.dwarf2/dw2-basic.exp: Likewise.
21695 * gdb.dwarf2/dw2-compressed.exp: Likewise.
21696 * gdb.dwarf2/dw2-filename.exp: Likewise.
21697 * gdb.dwarf2/dw2-intercu.exp: Likewise.
21698 * gdb.dwarf2/dw2-intermix.exp: Likewise.
21699 * gdb.dwarf2/dw2-producer.exp: Likewise.
21700 * gdb.dwarf2/mac-fileno.exp: Likewise.
21701 * gdb.python/py-frame-args.exp: Likewise.
21702 * gdb.python/py-framefilter.exp: Likewise.
21703 * gdb.python/py-mi.exp: Likewise.
21704 * gdb.python/py-objfile-script.exp: Likewise
21705 * gdb.python/py-pp-integral.exp: Likewise.
21706 * gdb.python/py-pp-re-notag.exp: Likewise.
21707 * gdb.python/py-prettyprint.exp: Likewise.
21708 * gdb.python/py-section-script.exp: Likewise.
21709 * gdb.python/py-typeprint.exp: Likewise.
21710 * gdb.python/py-xmethods.exp: Likewise.
21711 * gdb.stabs/weird.exp: Likewise.
21712 * gdb.xml/tdesc-regs.exp: Likewise.
21713
21714 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
21715
21716 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
21717 (out_cu): Use addr_len for the size of addresses.
21718 (out_line): Likewise. Size DW_LNE_set_address instruction
21719 according to addr_len.
21720 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
21721 (FUNC): Add START_INSNS to definition.
21722
21723 2014-10-18 Yao Qi <yao@codesourcery.com>
21724
21725 * gdb.base/argv0-symlink.exp: Check argv[0] value if
21726 gdb_has_argv0 return true.
21727 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
21728 check [target_info exists noargs], check [gdb_has_argv0]
21729 instead.
21730 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
21731 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
21732 procedures.
21733
21734 2014-10-17 Doug Evans <dje@google.com>
21735
21736 * gdb.python/py-events.exp: Update expected output for clear_objfiles
21737 event.
21738 * gdb.python/py-events.py: Add clear_objfiles event.
21739
21740 2014-10-17 Doug Evans <dje@google.com>
21741
21742 * gdb.python/py-objfile.exp: Test progspace attribute.
21743
21744 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
21745
21746 * gdb.guile/scm-breakpoint.exp: Do not assume any
21747 directory separators when matching source file paths.
21748 * gdb.python/py-breakpoint.exp: Likewise.
21749 * gdb.reverse/break-precsave.exp: Likewise.
21750 * gdb.reverse/break-reverse.exp: Likewise.
21751 * gdb.reverse/consecutive-precsave.exp: Likewise.
21752 * gdb.reverse/finish-precsave.exp: Likewise.
21753 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
21754 * gdb.reverse/finish-reverse.exp: Likewise.
21755 * gdb.reverse/i386-precsave.exp: Likewise.
21756 * gdb.reverse/i387-env-reverse.exp: Likewise.
21757 * gdb.reverse/i387-stack-reverse.exp: Likewise.
21758 * gdb.reverse/machinestate-precsave.exp: Likewise.
21759 * gdb.reverse/machinestate.exp: Likewise.
21760 * gdb.reverse/sigall-precsave.exp: Likewise.
21761 * gdb.reverse/solib-precsave.exp: Likewise.
21762 * gdb.reverse/step-precsave.exp: Likewise.
21763 * gdb.reverse/until-precsave.exp: Likewise.
21764 * gdb.reverse/watch-precsave.exp: Likewise.
21765 * gdb.reverse/watch-reverse.exp: Likewise.
21766
21767 2014-10-17 Yao Qi <yao@codesourcery.com>
21768
21769 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
21770 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
21771
21772 2014-10-17 Pedro Alves <palves@redhat.com>
21773
21774 PR gdb/17471
21775 * gdb.base/bg-execution-repeat.c: New file.
21776 * gdb.base/bg-execution-repeat.exp: New file.
21777
21778 2014-10-17 Pedro Alves <palves@redhat.com>
21779
21780 PR gdb/17300
21781 * gdb.base/continue-all-already-running.c: New file.
21782 * gdb.base/continue-all-already-running.exp: New file.
21783
21784 2014-10-17 Pedro Alves <palves@redhat.com>
21785
21786 PR gdb/17472
21787 * gdb.base/annota-input-while-running.c: New file.
21788 * gdb.base/annota-input-while-running.exp: New file.
21789
21790 2014-10-17 Pedro Alves <palves@redhat.com>
21791
21792 * gdb.base/callfuncs.exp: emove references to osf.
21793 * gdb.base/sigall.exp: Likewise.
21794 * gdb.gdb/selftest.exp: Likewise.
21795 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
21796 * gdb.mi/non-stop.c: Likewise.
21797 * gdb.mi/pthreads.c: Likewise.
21798 * gdb.reverse/sigall-precsave.exp: Likewise.
21799 * gdb.reverse/sigall-reverse.exp: Likewise.
21800 * gdb.threads/pthreads.c: Likewise.
21801 * gdb.threads/pthreads.exp: Likewise.
21802
21803 2014-10-17 Yao Qi <yao@codesourcery.com>
21804
21805 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
21806 check 'target_info exists noargs'.
21807 (test_command_prompt_position): Likewise.
21808 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
21809 Remove "set args".
21810 (progvar_simple_while_test): Likewise.
21811 (progvar_complex_if_while_test): Likewise.
21812 (if_while_breakpoint_command_test): Likewise.
21813 (infrun_breakpoint_command_test): Likewise.
21814 (breakpoint_command_test): Likewise.
21815 (watchpoint_command_test): Likewise.
21816 (bp_deleted_in_command_test): Likewise.
21817 (temporary_breakpoint_commands): Likewise.
21818
21819 2014-10-16 Yao Qi <yao@codesourcery.com>
21820
21821 * gdb.base/remotetimeout.exp: Remove noargs checking.
21822
21823 2014-10-15 Pedro Alves <palves@redhat.com>
21824
21825 PR breakpoints/9649
21826 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
21827 * gdb.base/breakpoint-in-ro-region.exp
21828 (probe_target_hardware_step): New procedure.
21829 (top level): Probe hardware stepping and hardware breakpoint
21830 support. Test stepping through a read-only region, with both
21831 "breakpoint auto-hw" on and off and both "always-inserted" on and
21832 off.
21833
21834 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
21835
21836 * gdb.dlang/demangle.exp: Update for demangling changes.
21837
21838 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
21839
21840 * gdb.cp/non-trivial-retval.cc: Add new test cases.
21841 * gdb.cp/non-trivial-retval.exp: Add new tests.
21842
21843 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
21844
21845 PR c++/13403
21846 PR c++/15154
21847 * gdb.cp/non-trivial-retval.cc: New file.
21848 * gdb.cp/non-trivial-retval.exp: New file.
21849
21850 2014-10-15 Yao Qi <yao@codesourcery.com>
21851
21852 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
21853 remote host.
21854
21855 2014-10-15 Yao Qi <yao@codesourcery.com>
21856
21857 * gdb.python/py-symbol.exp: Match file base name if host is
21858 remote, otherwise match file name with dir name.
21859 * gdb.python/py-symtab.exp: Likewise.
21860 * gdb.python/python.exp: Likewise.
21861
21862 2014-10-15 Yao Qi <yao@codesourcery.com>
21863
21864 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
21865 pattern.
21866 * gdb.python/py-symtab.exp: Likewise.
21867 * gdb.python/python.exp: Remove trailing ".*". Fix typo
21868 locationn.
21869
21870 2014-10-14 Joel Brobecker <brobecker@adacore.com>
21871
21872 * gdb.ada/addr_arith: New testcase.
21873
21874 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
21875
21876 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
21877 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
21878 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
21879 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
21880
21881 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
21882
21883 * gdb.arch/stap-eval-lang-ada.S: Likewise.
21884 * gdb.arch/stap-eval-lang-ada.c: Likewise.
21885 * gdb.arch/stap-eval-lang-ada.exp: New file.
21886
21887 2014-10-14 Yao Qi <yao@codesourcery.com>
21888
21889 * gdb.mi/mi-var-child.c (nothing1): New function.
21890 (nothing2): New function.
21891 (do_children_tests): Set function pointers by nothing1 and
21892 nothing2.
21893 * gdb.mi/mi-var-child.exp: Step over new added statements.
21894 Update test to match the new output.
21895 * gdb.mi/var-cmd.c (nothing1): New function.
21896 (nothing2): New function.
21897 (do_children_tests): Set function pointers by nothing1 and
21898 nothing2.
21899 * gdb.mi/mi-var-display.exp: Update test to match output.
21900 Step to the line specified by $line_dct_nothing.
21901 Increase the number of lines to step.
21902
21903 2014-10-14 Yao Qi <yao@codesourcery.com>
21904
21905 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
21906 tests.
21907 * gdb.mi/mi2-var-child.exp: Likewise.
21908
21909 2014-10-13 Doug Evans <dje@google.com>
21910
21911 * gdb.python/py-objfile.exp: Change name of file name test.
21912
21913 2014-10-13 Doug Evans <dje@google.com>
21914
21915 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
21916 from the start of the CU.
21917
21918 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
21919 Yao Qi <yao@codesourcery.com>
21920
21921 Fix "save breakpoints" for "catch" command.
21922 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
21923 Remove -nonewline. Match also the added "main" line.
21924
21925 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
21926
21927 Fix "save breakpoints" for "disable $bpnum" command.
21928 * gdb.base/save-bp.c (main): Add label.
21929 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
21930
21931 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
21932
21933 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
21934
21935 2014-10-11 Yao Qi <yao@codesourcery.com>
21936
21937 * gdb.server/server-kill.exp: Execute command
21938 "set remote trace-status-packet on" before "tstatus".
21939
21940 2014-10-11 Yao Qi <yao@codesourcery.com>
21941
21942 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
21943 (main): Call getppid.
21944 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
21945 and continue to it. Read variable "server_pid".
21946
21947 2014-10-11 Yao Qi <yao@codesourcery.com>
21948
21949 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
21950
21951 2014-10-11 Yao Qi <yao@codesourcery.com>
21952
21953 * gdb.threads/thread-find.exp: Don't execute command
21954 "info threads".
21955 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
21956 * gdb.threads/linux-dp.exp: Don't check the condition
21957 $threads_created equals to zero.
21958
21959 2014-10-10 Pedro Alves <palves@redhat.com>
21960
21961 * gdb.base/bigcore.exp: Remove references to IRIX.
21962 * gdb.base/funcargs.exp: Likewise.
21963 * gdb.base/interrupt.exp: Likewise.
21964 * gdb.base/mips_pro.exp: Likewise.
21965 * gdb.base/nodebug.exp: Likewise.
21966 * gdb.base/setvar.exp: Likewise.
21967 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
21968
21969 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
21970 Pedro Alves <palves@redhat.com>
21971
21972 PR symtab/14466
21973 * gdb.base/vdso-warning.c: New file.
21974 * gdb.base/vdso-warning.exp: New file.
21975
21976 2014-10-02 Doug Evans <dje@google.com>
21977
21978 * gdb.base/structs.c (main): Don't run forever.
21979
21980 2014-10-02 Pedro Alves <palves@redhat.com>
21981
21982 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
21983 (top level) <stop threads 1, stop threads 2>: Use it.
21984
21985 2014-10-02 Pedro Alves <palves@redhat.com>
21986
21987 * gdb.threads/break-while-running.exp (test): Add new
21988 'update_thread_list' argument. Skip "info threads" if false.
21989 (top level): Add new 'update_thread_list' axis.
21990
21991 2014-10-02 Pedro Alves <palves@redhat.com>
21992
21993 PR breakpoints/17431
21994 * gdb.base/execl-update-breakpoints.c: New file.
21995 * gdb.base/execl-update-breakpoints.exp: New file.
21996
21997 2014-10-01 Pedro Alves <palves@redhat.com>
21998
21999 * gdb.base/breakpoint-in-ro-region.c: New file.
22000 * gdb.base/breakpoint-in-ro-region.exp: New file.
22001
22002 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
22003
22004 * gdb.mi/mi-exit-code.exp: New file.
22005 * gdb.mi/mi-exit-code.c: New file.
22006
22007 2014-09-30 Yao Qi <yao@codesourcery.com>
22008
22009 * lib/prelink-support.exp (build_executable_own_libs): Error if
22010 the target isn't native.
22011
22012 2014-09-30 Yao Qi <yao@codesourcery.com>
22013
22014 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
22015 false.
22016
22017 2014-09-22 Pedro Alves <palves@redhat.com>
22018
22019 * gdb.threads/break-while-running.exp: New file.
22020 * gdb.threads/break-while-running.c: New file.
22021
22022 2014-09-19 Yao Qi <yao@codesourcery.com>
22023
22024 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
22025 Invoke test. Restart GDB with --readnow and invoke test again.
22026
22027 2014-09-19 Yao Qi <yao@codesourcery.com>
22028
22029 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
22030 proc set_breakpoint_on_gcd_function. Invoke
22031 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
22032 invoke set_breakpoint_on_gcd_function again.
22033
22034 2014-09-18 Doug Evans <dje@google.com>
22035
22036 * gdb.dwarf2/symtab-producer.exp: New file.
22037
22038 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
22039
22040 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
22041 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
22042 * gdb.base/global-var-nested-by-dso.c: Likewise.
22043 * gdb.base/global-var-nested-by-dso.exp: Likewise.
22044
22045 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
22046 Pedro Alves <palves@redhat.com>
22047
22048 * gdb.base/watch-bitfields.exp: Pass string other than test file
22049 name to prepare_for_testing.
22050 (watch): New procedure.
22051 (expect_watchpoint): Use with_test_prefix.
22052 (top level): Factor out tests to ...
22053 (test_watch_location, test_regular_watch): ... these new
22054 procedures, and use with_test_prefix and gdb_continue_to_end.
22055
22056 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
22057
22058 PR breakpoints/12526
22059 * gdb.base/watch-bitfields.exp: New file.
22060 * gdb.base/watch-bitfields.c: New file.
22061
22062 2014-09-16 Pedro Alves <palves@redhat.com>
22063
22064 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
22065 software and hardware addresses, not software address against
22066 itself.
22067
22068 2014-09-16 Pedro Alves <palves@redhat.com>
22069
22070 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
22071 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
22072
22073 2014-09-16 Pedro Alves <palves@redhat.com>
22074
22075 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
22076 files.
22077 * gdb.base/a2-run.exp: Remove all code guarded by istarget
22078 "*-*-vxworks*" throughout.
22079 * gdb.base/break.exp: Likewise.
22080 * gdb.base/default.exp: Likewise.
22081 * gdb.base/scope.exp: Likewise.
22082 * gdb.base/sepdebug.exp: Likewise.
22083 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
22084 throughout.
22085 * gdb.base/run.c: Likewise.
22086 * gdb.base/sepdebug.c: Likewise.
22087 * gdb.hp/gdb.aCC/run.c: Likewise.
22088 * gdb.reverse/until-reverse.c: Likewise.
22089 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
22090
22091 2014-09-16 Yao Qi <yao@codesourcery.com>
22092
22093 * boards/local-remote-host-native.exp: New file.
22094
22095 2014-09-14 Doug Evans <xdje42@gmail.com>
22096
22097 * gdb.threads/queue-signal.c (thread_count): New variable.
22098 (thread_count_mutex, thread_count_condvar): New variables.
22099 (incr_thread_count, wait_all_threads_running): New functions.
22100 (main): Wait for all threads to be in their thread functions.
22101
22102 2014-09-13 Doug Evans <xdje42@gmail.com>
22103
22104 * gdb.threads/queue-signal.c: New file.
22105 * gdb.threads/queue-signal.exp: New file.
22106
22107 2014-09-13 Doug Evans <xdje42@gmail.com>
22108
22109 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
22110 be consistent with what default_gdb_init uses.
22111 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
22112 the plain text of the prompt. Add some logging printfs.
22113 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
22114
22115 2014-09-12 Pedro Alves <palves@redhat.com>
22116
22117 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
22118 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
22119 * gdb.arch/i386-size-overlap.exp: Likewise.
22120 * gdb.arch/i386-size.exp: Likewise.
22121 * gdb.arch/i386-unwind.exp: Likewise.
22122 * gdb.base/a2-run.exp: Likewise.
22123 * gdb.base/break.exp: Likewise.
22124 * gdb.base/charset.exp: Likewise.
22125 * gdb.base/chng-syms.exp: Likewise.
22126 * gdb.base/commands.exp: Likewise.
22127 * gdb.base/dbx.exp: Likewise.
22128 * gdb.base/find.exp: Likewise.
22129 * gdb.base/funcargs.exp: Likewise.
22130 * gdb.base/jit-simple.exp: Likewise.
22131 * gdb.base/reread.exp: Likewise.
22132 * gdb.base/sepdebug.exp: Likewise.
22133 * gdb.base/step-bt.exp: Likewise.
22134 * gdb.cp/mb-inline.exp: Likewise.
22135 * gdb.cp/mb-templates.exp: Likewise.
22136 * gdb.objc/basicclass.exp: Likewise.
22137 * gdb.threads/killed.exp: Likewise.
22138
22139 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
22140
22141 PR tdep/17379
22142 * gdb.arch/powerpc-stackless.S: New file.
22143 * gdb.arch/powerpc-stackless.exp: New file.
22144
22145 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
22146
22147 * gdb.base/attach.c: Include unistd.h.
22148 (main): Call alarm. Add label postloop.
22149 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
22150 gdb_breakpoint, gdb_continue_to_breakpoint.
22151 (test_command_line_attach_run): Kill ${testpid} in one exit path.
22152
22153 2014-09-11 Pedro Alves <palves@redhat.com>
22154
22155 PR gdb/17347
22156 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
22157 * gdb.base/attach.exp (test_command_line_attach_run): New
22158 procedure.
22159 (top level): Call it.
22160
22161 2014-09-11 Pedro Alves <palves@redhat.com>
22162
22163 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
22164 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
22165 (do_command_attach_tests): Use spawn_wait_for_attach.
22166 * gdb.base/solib-overlap.exp: Likewise.
22167 * gdb.multi/multi-attach.exp: Likewise.
22168 * gdb.python/py-prompt.exp: Likewise.
22169 * gdb.python/py-sync-interp.exp: Likewise.
22170 * gdb.server/ext-attach.exp: Likewise.
22171
22172 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
22173
22174 * gdb.fortran/array-element.exp: Remove unexpected "continue"
22175 command in testcase. Simplify testcase.
22176
22177 2014-09-10 Joel Brobecker <brobecker@adacore.com>
22178
22179 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
22180
22181 2014-09-10 Joel Brobecker <brobecker@adacore.com>
22182
22183 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
22184
22185 2014-09-10 Joel Brobecker <brobecker@adacore.com>
22186
22187 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
22188
22189 2014-09-10 Joel Brobecker <brobecker@adacore.com>
22190
22191 * gdb.dwarf2/dynarr-ptr.c: New file.
22192 * gdb.dwarf2/dynarr-ptr.exp: New file.
22193
22194 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22195
22196 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
22197 of 30 rather than hardcoding 120 for a slow test case. Take the
22198 `gdb,timeout' target setting into account for this calculation.
22199 Don't extend the timeout for the test cases that don't need it.
22200
22201 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22202
22203 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
22204 a factor of 2 for a slow test case. Take the `gdb,timeout'
22205 target setting into account for this calculation.
22206 * gdb.reverse/until-precsave.exp: Increase the timeout by
22207 a factor of 15 and 3 respectively rather than adding 120
22208 for a pair of slow test cases. Take the `gdb,timeout'
22209 target setting into account for this calculation.
22210
22211 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22212
22213 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
22214 timeout, don't pass one down to gdb_expect.
22215 (gdb_expect): Rework timeout selection.
22216
22217 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22218
22219 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
22220 exception on timeout.
22221 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
22222 (gdbserver_start_extended): Catch any `gdbserver_start' error
22223 exceptions.
22224 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
22225 * lib/mi-support.exp (mi_gdb_target_load): Catch any
22226 `gdbserver_gdb_load' error exceptions.
22227
22228 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22229
22230 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
22231 120 on waiting for the TCP socket to open.
22232
22233 2014-09-09 Doug Evans <xdje42@gmail.com>
22234
22235 * gdb.base/default.exp (show_conv_list): Add _caller_is,
22236 _caller_matches, _any_caller_is, _any_caller_matches.
22237
22238 2014-09-09 Doug Evans <xdje42@gmail.com>
22239
22240 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
22241
22242 2014-09-09 Yao Qi <yao@codesourcery.com>
22243
22244 * gdb.mi/mi-var-display.exp: Set print symbol off.
22245
22246 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
22247
22248 PR gdb/17035
22249 * gdb.base/commands.exp: Add tests to verify user-defined
22250 commands with empty bodies.
22251 * gdb.python/py-cmd.exp: Test that we don't show user-defined
22252 python commands in `show user command`.
22253 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
22254 scheme commands in `show user command`.
22255
22256 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
22257
22258 PR python/17355
22259 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
22260 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
22261 * gdb.python/py-framefilter-invalidarg.exp: New file.
22262 * gdb.python/py-framefilter-invalidarg.py: New file.
22263
22264 2014-09-06 Doug Evans <xdje42@gmail.com>
22265
22266 PR 15276
22267 * gdb.python/py-caller-is.c: New file.
22268 * gdb.python/py-caller-is.exp: New file.
22269
22270 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
22271
22272 PR gdb/17235
22273 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
22274 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
22275
22276 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
22277
22278 PR fortran/17237
22279 * gdb.fortran/print-formatted.exp: New file.
22280 * gdb.fortran/print-formatted.f90: Likewise.
22281
22282 2014-09-03 Sasha Smundak <asmundak@google.com>
22283
22284 * gdb.python/py-frame.exp: Test Frame.read_register.
22285
22286 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
22287
22288 PR python/16699
22289 * gdb.python/py-completion.exp: New file.
22290 * gdb.python/py-completion.py: Likewise.
22291
22292 2014-08-28 Doug Evans <dje@google.com>
22293
22294 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
22295 eax,etc. are live with values set by gdb and thus the compiler can't
22296 use them.
22297 * gdb.arch/i386-pseudo.c (main): Ditto.
22298
22299 2014-08-27 Doug Evans <dje@google.com>
22300
22301 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
22302
22303 2014-08-25 Doug Evans <dje@google.com>
22304
22305 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
22306 (main): Ditto.
22307
22308 2014-08-25 Doug Evans <dje@google.com>
22309
22310 * gdb.threads/thread-execl.exp: #include <stdio.h>.
22311
22312 2014-08-24 Yao Qi <yao@codesourcery.com>
22313
22314 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
22315 symbol off.
22316 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
22317
22318 2014-08-22 Doug Evans <dje@google.com>
22319
22320 PR 17276
22321 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
22322 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
22323 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
22324
22325 2014-08-22 Yao Qi <yao@codesourcery.com>
22326
22327 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
22328 * gdb.python/py-finish-breakpoint2.exp: Likewise.
22329 * gdb.python/python.exp: Likewise. Use .py file on the host
22330 instead of the build.
22331
22332 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
22333
22334 * gdb.threads/gcore-stale-thread.c: New file.
22335 * gdb.threads/gcore-stale-thread.exp: New file.
22336
22337 2014-08-21 Pedro Alves <palves@redhat.com>
22338
22339 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
22340 * gdb.base/gcore-relro-pie.exp: Likewise.
22341 * gdb.base/gcore-relro.exp: Likewise.
22342 * gdb.base/gcore.exp: Likewise.
22343 * gdb.base/print-symbol-loading.exp: Likewise.
22344 * gdb.threads/gcore-thread.exp: Likewise.
22345 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
22346
22347 2014-08-20 Pedro Alves <palves@redhat.com>
22348 Jan Kratochvil <jan.kratochvil@redhat.com>
22349
22350 * Makefile.in (EXTRA_RULES, CC): New variables, get from
22351 configure.
22352 (EXPECT): Handle READ1 being set.
22353 (all): Depend on EXTRA_RULES.
22354 (check-read1, expect-read1, read1.so, read1): New rules.
22355 * README (Testsuite Parameters): Document the READ1 make variable.
22356 (Race detection): New section.
22357 * configure: Regenerate.
22358 * configure.ac: If build==host==target, and running under a
22359 GNU/glibc system, add read1 to the extra Makefile rules.
22360 (EXTRA_RULES): AC_SUBST it.
22361 * lib/read1.c: New file.
22362
22363 2014-08-20 Joel Brobecker <brobecker@adacore.com>
22364
22365 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
22366 the handling of variables declared as a typedef to an array
22367 which a DW_AT_data_location attribute.
22368
22369 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
22370 Pedro Alves <palves@redhat.com>
22371
22372 PR symtab/14604
22373 PR symtab/14605
22374 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
22375 gdb_test.
22376
22377 2014-08-19 Pedro Alves <palves@redhat.com>
22378
22379 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
22380
22381 2014-08-19 Yao Qi <yao@codesourcery.com>
22382
22383 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
22384 right line.
22385
22386 2014-08-18 David Blaikie <dblaikie@gmail.com>
22387
22388 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
22389
22390 2014-08-18 Joel Brobecker <brobecker@adacore.com>
22391
22392 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
22393 attribute in array range.
22394
22395 2014-08-18 Joel Brobecker <brobecker@adacore.com>
22396
22397 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
22398
22399 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
22400
22401 PR c++/17132
22402 * gdb.cp/pr17132.cc: New file.
22403 * gdb.cp/pr17132.exp: New file.
22404
22405 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
22406
22407 * gdb.python/py-xmethods.py (A_getarrayind)
22408 (E_method_char_worker.__call__, E_method_int_worker.__call__):
22409 Use 'print' with function call syntax.
22410 (E_method_matcher.match): Fix tab vs space indentation mixup.
22411
22412 2014-08-15 Yao Qi <yao@codesourcery.com>
22413
22414 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
22415 false.
22416
22417 2014-08-15 Yao Qi <yao@codesourcery.com>
22418
22419 * gdb.cp/casts.exp: Set print symbol off.
22420 * gdb.cp/class2.exp: Likewise.
22421 * gdb.cp/overload.exp: Likewise.
22422 * gdb.cp/templates.exp: Likewise.
22423
22424 2014-08-11 Doug Evans <dje@google.com>
22425
22426 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
22427 (test_load_shlib): Update.
22428
22429 2014-08-09 Yao Qi <yao@codesourcery.com>
22430
22431 * gdb.base/display.exp: Invoke is_address_zero_readable.
22432 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
22433 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
22434 * gdb.base/hbreak-unmapped.exp: Return if
22435 is_address_zero_readable returns true.
22436 * gdb.base/signest.exp: Likewise.
22437 * gdb.base/signull.exp: Likewise.
22438 * gdb.base/sigbpt.exp: Likewise.
22439 * gdb.guile/scm-disasm.exp: Do the test if
22440 is_address_zero_readable returns false.
22441 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
22442 * gdb.python/py-arch.exp: Likewise.
22443 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
22444 * lib/gdb.exp (is_address_zero_readable): New proc.
22445
22446 2014-08-09 Yao Qi <yao@codesourcery.com>
22447
22448 PR testsuite/13443
22449 * gdb.mi/mi-var-display.exp: Make test messages unique.
22450
22451 2014-08-04 Tom Tromey <tromey@redhat.com>
22452
22453 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
22454 target 0".
22455
22456 2014-08-04 Tom Tromey <tromey@redhat.com>
22457
22458 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
22459 "target_resume".
22460
22461 2014-08-01 Joel Brobecker <brobecker@adacore.com>
22462
22463 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
22464 inner_vla_struct_object_size.
22465 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
22466 as xfail.
22467
22468 2014-07-30 Pedro Alves <palves@redhat.com>
22469
22470 * gdb.threads/signal-command-handle-nopass.exp (test): Add
22471 comment.
22472
22473 2014-07-29 Yao Qi <yao@codesourcery.com>
22474
22475 PR gdb/17206
22476 * gdb.base/until-nodebug.exp: New.
22477
22478 2014-07-28 Doug Evans <xdje42@gmail.com>
22479
22480 PR guile/17203
22481 * gdb.guile/scm-parameter.exp: Add tests for trying to create
22482 previously existing parameter, and previously ambiguously spelled
22483 parameter.
22484
22485 2014-07-28 Will Newton <will.newton@linaro.org>
22486
22487 * gdb.base/varargs.exp: Remove KFAILs for ARM.
22488
22489 2014-07-26 Ludovic Courtès <ludo@gnu.org>
22490 Doug Evans <xdje42@gmail.com>
22491
22492 PR guile/17146
22493 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
22494
22495 2014-07-25 Pedro Alves <palves@redhat.com>
22496
22497 * gdb.threads/signal-command-handle-nopass.c: New file.
22498 * gdb.threads/signal-command-handle-nopass.exp: New file.
22499 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
22500 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
22501 * gdb.threads/signal-delivered-right-thread.c: New file.
22502 * gdb.threads/signal-delivered-right-thread.exp: New file.
22503
22504 2014-07-25 Pedro Alves <palves@redhat.com>
22505
22506 * gdb.base/double-prompt-target-event-error.exp
22507 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
22508 match.
22509 (cancel_pagination_in_target_event): Rework double prompt
22510 detection.
22511 * gdb.base/paginate-after-ctrl-c-running.exp
22512 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
22513 <return>' match.
22514 * gdb.base/paginate-bg-execution.exp
22515 (test_bg_execution_pagination_return)
22516 (test_bg_execution_pagination_cancel): Remove '-notransfer
22517 <return>' matches.
22518 * gdb.base/paginate-execution-startup.exp
22519 (test_fg_execution_pagination_return)
22520 (test_fg_execution_pagination_cancel): Remove '-notransfer
22521 <return>' matches.
22522 * gdb.base/paginate-inferior-exit.exp
22523 (test_paginate_inferior_exited): Remove '-notransfer <return>'
22524 match.
22525 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
22526 * lib/gdb.exp (pagination_prompt): Run text through
22527 string_to_regexp.
22528 (gdb_test_multiple): Match $pagination_prompt instead of
22529 "<return>".
22530 (string_to_regexp): Move to lib/gdb-utils.exp.
22531
22532 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
22533
22534 * gdb.arch/amd64-entry-value-paramref.S: New file.
22535 * gdb.arch/amd64-entry-value-paramref.cc: New file.
22536 * gdb.arch/amd64-entry-value-paramref.exp: New file.
22537 * gdb.arch/amd64-optimout-repeat.S: New file.
22538 * gdb.arch/amd64-optimout-repeat.c: New file.
22539 * gdb.arch/amd64-optimout-repeat.exp: New file.
22540
22541 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
22542
22543 PR gdb/17170
22544 * gdb.base/statistics.exp: New file.
22545
22546 2014-07-17 Doug Evans <dje@google.com>
22547
22548 PR gdb/17170
22549 * gdb.base/maint.exp: Update testing of per-command stats.
22550
22551 2014-07-16 Pedro Alves <palves@redhat.com>
22552
22553 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
22554 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
22555 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
22556 (tfile_write_buf): New functions.
22557 (add_memory_block): Rewrite using the above.
22558 (adjust_function_address): New function.
22559 (FUNCTION_ADDRESS): New macro.
22560 (write_basic_trace_file): Remove short_x local, and use
22561 tfile_write_16. Change type of func_addr local to unsigned long
22562 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
22563 here. Cast argument of add_memory_block to char pointer.
22564 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
22565 (main): Remove parameters.
22566 * gdb.trace/tfile.exp: Remove nowarnings.
22567
22568 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
22569
22570 * gdb.base/debug-expr.exp: Test string evaluation with
22571 "debug expression" on.
22572
22573 2014-07-15 Pedro Alves <palves@redhat.com>
22574
22575 * gdb.base/reread.exp: Use clean_restart.
22576
22577 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
22578
22579 * gdb.arch/avr-flash-qualifer.c: New.
22580 * gdb.arch/avr-flash-qualifer.exp: New.
22581
22582 2014-07-14 Pedro Alves <palves@redhat.com>
22583
22584 * gdb.base/paginate-after-ctrl-c-running.c: New file.
22585 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
22586
22587 2014-07-14 Pedro Alves <palves@redhat.com>
22588
22589 * gdb.base/double-prompt-target-event-error.c: New file.
22590 * gdb.base/double-prompt-target-event-error.exp: New file.
22591
22592 2014-07-14 Pedro Alves <palves@redhat.com>
22593
22594 PR gdb/17072
22595 * gdb.base/paginate-inferior-exit.c: New file.
22596 * gdb.base/paginate-inferior-exit.exp: New file.
22597
22598 2014-07-14 Pedro Alves <palves@redhat.com>
22599
22600 PR gdb/17072
22601 * gdb.base/paginate-bg-execution.c: New file.
22602 * gdb.base/paginate-bg-execution.exp: New file.
22603
22604 2014-07-14 Pedro Alves <palves@redhat.com>
22605
22606 PR gdb/17072
22607 * gdb.base/paginate-execution-startup.c: New file.
22608 * gdb.base/paginate-execution-startup.exp: New file.
22609 * lib/gdb.exp (pagination_prompt): New global.
22610 (default_gdb_spawn): New procedure, factored out from
22611 default_gdb_spawn.
22612 (default_gdb_start): Adjust to call default_gdb_spawn.
22613 (gdb_spawn): New procedure.
22614
22615 2014-07-14 Pedro Alves <palves@redhat.com>
22616
22617 * lib/gdb.exp (gdb_assert): New procedure.
22618 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
22619
22620 2014-07-14 Pedro Alves <palves@redhat.com>
22621
22622 * gdb.base/execution-termios.c: New file.
22623 * gdb.base/execution-termios.exp: New file.
22624
22625 2014-07-14 Tom Tromey <tromey@redhat.com>
22626
22627 * gdb.cp/vla-cxx.cc: New file.
22628 * gdb.cp/vla-cxx.exp: New file.
22629
22630 2014-07-14 Tom Tromey <tromey@redhat.com>
22631
22632 * gdb.reverse/rerun-prec.c: New file.
22633 * gdb.reverse/rerun-prec.exp: New file.
22634
22635 2014-07-12 Maciej W. Rozycki <macro@mips.com>
22636 Maciej W. Rozycki <macro@codesourcery.com>
22637
22638 * lib/gdb-utils.exp: New file.
22639 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
22640 inline `gdb_init_command' processing.
22641 (gdb_start_cmd): Likewise.
22642 * lib/mi-support.exp (mi_run_cmd): Likewise.
22643 * README: Document `gdb_init_command' and `gdb_init_commands'.
22644
22645 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
22646
22647 Fix false FAIL running under a very long directory name.
22648 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
22649 and "set print elements 10000". Twice.
22650
22651 2014-07-11 Yao Qi <yao@codesourcery.com>
22652
22653 * gdb.base/exprs.exp: "set print symbol off".
22654
22655 2014-07-11 Pedro Alves <palves@redhat.com>
22656
22657 * gdb.threads/kill.c: New file.
22658 * gdb.threads/kill.exp: New file.
22659
22660 2014-07-10 Yao Qi <yao@codesourcery.com>
22661
22662 * gdb.trace/tfile.c (write_basic_trace_file)
22663 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
22664 address written to trace file.
22665
22666 2014-07-09 Pedro Alves <palves@redhat.com>
22667
22668 * gdb.base/attach-wait-input.exp: New file.
22669 * gdb.base/attach-wait-input.c: New file.
22670
22671 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
22672
22673 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
22674 setting up test structures.
22675 (main): Call new test function.
22676 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
22677 test function, continue into test function and walk test
22678 structures.
22679
22680 2014-07-02 Yao Qi <yao@codesourcery.com>
22681
22682 * gdb.trace/entry-values.c: Define labels 'foo_start' and
22683 'bar_start' at the beginning of functions 'foo' and 'bar'
22684 respectively.
22685 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
22686 instead of 'foo' and 'bar'.
22687
22688 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
22689
22690 * gdb.btrace/segv.exp: New.
22691 * gdb.btrace/segv.c: New.
22692
22693 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
22694
22695 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
22696 instruction.
22697
22698 2014-06-30 Mark Wielaard <mjw@redhat.com>
22699
22700 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
22701 vulture, vilify, villar): New volatile array constants.
22702 (vindictive, vegetation): New const volatile array constants.
22703 * gdb.base/volatile.exp: Test volatile and const volatile array
22704 types.
22705
22706 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
22707
22708 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
22709 target lacks support for awatch, rwatch, or hbreak.
22710
22711 2014-06-27 Yao Qi <yao@codesourcery.com>
22712
22713 * gdb.multi/dummy-frame-restore.exp: New.
22714 * gdb.multi/dummy-frame-restore.c: New.
22715
22716 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
22717
22718 * gdb.btrace/gcore.exp: New.
22719
22720 2014-06-23 Pedro Alves <palves@redhat.com>
22721
22722 * gdb.base/watchpoint-reuse-slot.c: New file.
22723 * gdb.base/watchpoint-reuse-slot.exp: New file.
22724
22725 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
22726
22727 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
22728 progspace's filename in 'info', 'enable' and 'disable' command
22729 tests.
22730
22731 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
22732
22733 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
22734 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
22735 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
22736
22737 2014-06-20 Gary Benson <gbenson@redhat.com>
22738
22739 * gdb.arch/i386-avx.exp: Fix include file location.
22740 * gdb.arch/i386-sse.exp: Likewise.
22741
22742 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
22743
22744 * gdb.dlang/expression.exp: New file.
22745
22746 2014-06-19 Pedro Alves <palves@redhat.com>
22747
22748 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
22749 out from ...
22750 (top level): ... here. Iterate running tests under different
22751 scheduler-locking settings.
22752
22753 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
22754
22755 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
22756 to DW_FORM_addr and use non-zero addresses.
22757
22758 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
22759
22760 PR gdb/17017
22761 * gdb.python/py-xmethods.cc: Add global function call counters and
22762 increment them in their respective functions. Remove "cout"
22763 statements.
22764 * gdb.python/py-xmethods.exp: Make tests check the global function
22765 call counters instead of depending on inferior IO.
22766
22767 2014-06-18 Don Breazeal <donb@codesourcery.com>
22768
22769 * gdb.base/foll-fork.exp (default_fork_parent_follow):
22770 Deleted procedure.
22771 (explicit_fork_parent_follow): Deleted procedure.
22772 (explicit_fork_child_follow): Deleted procedure.
22773 (test_follow_fork): New procedure.
22774 (do_fork_tests): Replace calls to deleted procedures with
22775 calls to test_follow_fork and reset GDB for subsequent
22776 procedure calls.
22777
22778 2014-06-17 Yao Qi <yao@codesourcery.com>
22779
22780 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
22781 CP1252.
22782
22783 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
22784
22785 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
22786 Initialize ptr and S explicitly.
22787 (skip_type_update_when_not_use_rtti_test): Likewise.
22788
22789 2014-06-16 Keith Seitz <keiths@redhat.com>
22790
22791 PR mi/15863
22792 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
22793 the inferior is started.
22794
22795 2014-06-16 Pedro Alves <palves@redhat.com>
22796
22797 * gdb.base/break-main-file-remove-fail.c: New file.
22798 * gdb.base/break-main-file-remove-fail.exp: New file.
22799 * gdb.base/break-unload-file.exp: Use build_executable instead of
22800 prepare_for_testing.
22801 (test_break): New parameter "initial_load". Handle it.
22802 (top level): Add initial_load cmdline/file axis.
22803
22804 2014-06-12 Tom Tromey <tromey@redhat.com>
22805
22806 * gdb.base/completion.exp: Don't use directory name in test.
22807
22808 2014-06-09 Gary Benson <gbenson@redhat.com>
22809
22810 * gdb.base/sigall.c [Functions to send signals]: Reorder to
22811 separate the always-available ANSI-standard signals from the
22812 signals that require checking.
22813 (main): Likewise.
22814 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
22815 Likewise.
22816 (main): Likewise.
22817
22818 2014-06-07 Keith Seitz <keiths@redhat.com>
22819
22820 Revert:
22821 PR c++/16253
22822 * gdb.cp/var-tag.cc: New file.
22823 * gdb.cp/var-tag.exp: New file.
22824 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
22825 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
22826 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
22827 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
22828
22829 2014-06-06 Doug Evans <xdje42@gmail.com>
22830
22831 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
22832
22833 2014-06-06 Pedro Alves <palves@redhat.com>
22834
22835 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
22836 in target debug output instead of looking at RSP packets,
22837 disabling the test on any target that uses hardware stepping.
22838 Update comments.
22839
22840 2014-06-06 Pedro Alves <palves@redhat.com>
22841
22842 * gdb.base/break-unload-file.exp: Fix typo.
22843
22844 2014-06-06 Yao Qi <yao@codesourcery.com>
22845
22846 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
22847 from "jit_function" to "^jit_function".
22848
22849 2014-06-06 Yao Qi <yao@codesourcery.com>
22850
22851 * gdb.base/async.c (foo): Add one statement.
22852 * gdb.base/async.exp: Get the next instruction address and
22853 match the output of "nexti" by instruction address. Match
22854 the hex address in the output of "finish".
22855
22856 2014-06-06 Gary Benson <gbenson@redhat.com>
22857
22858 * gdb.base/call-signals.c: Remove preprocessor conditionals
22859 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
22860 SIGSEGV and SIGTERM.
22861 * gdb.base/sigall.c: Likewise.
22862 * gdb.base/unwindonsignal.c: Likewise.
22863 * gdb.reverse/sigall-reverse.c: Likewise.
22864
22865 2014-06-06 Yao Qi <yao@codesourcery.com>
22866
22867 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
22868 readable, skip the test.
22869
22870 2014-06-06 Yao Qi <yao@codesourcery.com>
22871
22872 * gdb.threads/staticthreads.c (thread_function): Move the line
22873 setting breakpoint on forward.
22874 * gdb.threads/staticthreads.exp: Update comments.
22875
22876 2014-06-05 Ludovic Courtès <ludo@gnu.org>
22877
22878 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
22879 "history-append! type error".
22880
22881 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
22882
22883 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
22884 erroneous dprintf expected input.
22885
22886 2014-06-04 Doug Evans <xdje42@gmail.com>
22887
22888 * gdb.guile/scm-generics.exp: Delete.
22889
22890 2014-06-04 Doug Evans <xdje42@gmail.com>
22891
22892 * gdb.guile/scm-breakpoint.exp: Update.
22893 Add tests for breakpoint registration.
22894
22895 2014-06-04 Tom Tromey <tromey@redhat.com>
22896
22897 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
22898 VLA-in-union.
22899 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
22900 inner_vla_struct, vla_union types. Initialize objects of those
22901 types and compute their sizes.
22902
22903 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
22904 Hui Zhu <hui@codesourcery.com>
22905
22906 * gdb.base/fileio.exp: Add test for shell not available as well as
22907 available.
22908 * gdb.base/fileio.c (test_system): Check for shell twice.
22909
22910 2014-06-04 Yao Qi <yao@codesourcery.com>
22911
22912 * gdb.base/auto-connect-native-target.exp: Remove redundant
22913 space from the regexp pattern.
22914
22915 2014-06-04 Yao Qi <yao@codesourcery.com>
22916
22917 * gdb.base/default.exp: Replace "child" with "native" in
22918 regexp pattern.
22919
22920 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
22921
22922 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
22923 * gdb.python/py-xmethods.exp: New tests to test xmethods.
22924 * gdb.python/py-xmethods.py: Python script supporting the
22925 new testcase and tests.
22926
22927 2014-06-03 Joel Brobecker <brobecker@adacore.com>
22928 Pedro Alves <palves@redhat.com>
22929
22930 PR breakpoints/17000
22931 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
22932 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
22933
22934 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
22935
22936 * gdb.base/subst.exp: Add tests to verify partial path matching
22937 output.
22938
22939 2014-06-03 Pedro Alves <palves@redhat.com>
22940
22941 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
22942 target that doesn't use software single-stepping.
22943
22944 2014-06-03 Pedro Alves <palves@redhat.com>
22945
22946 PR breakpoints/17000
22947 * gdb.base/sss-bp-on-user-bp-2.c: New file.
22948 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
22949
22950 2014-06-02 Doug Evans <xdje42@gmail.com>
22951
22952 * gdb.guile/scm-parameter.exp: New file.
22953
22954 2014-06-02 Doug Evans <xdje42@gmail.com>
22955
22956 * gdb.guile/scm-cmd.c: New file.
22957 * gdb.guile/scm-cmd.exp: New file.
22958
22959 2014-06-02 Doug Evans <xdje42@gmail.com>
22960
22961 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
22962 pretty-printer lookup.
22963 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
22964 (make-pp_s-printer): Call it.
22965 (make-pretty-printer-from-dict): New function.
22966 (lookup-pretty-printer-maker-from-dict): New function.
22967 (*pretty-printer*): Simplify.
22968 (make-objfile-pp_s-printer): New function.
22969 (install-objfile-pretty-printers!): New function.
22970 (make-progspace-pp_s-printer): New function.
22971 (install-progspace-pretty-printers!): New function.
22972 * gdb.guile/scm-progspace.c: New file.
22973 * gdb.guile/scm-progspace.exp: New file.
22974
22975 2014-06-02 Pedro Alves <palves@redhat.com>
22976
22977 * gdb.base/dprintf-bp-same-addr.c: New file.
22978 * gdb.base/dprintf-bp-same-addr.exp: New file.
22979
22980 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
22981
22982 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
22983 * gdb.arch/powerpc-power.s: Likewise.
22984
22985 2014-06-02 Joel Brobecker <brobecker@adacore.com>
22986
22987 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
22988
22989 2014-06-01 Yao Qi <yao@codesourcery.com>
22990
22991 * gdb.base/watchpoint.exp (test_watch_location): Check null
22992 pointer can be dereferenced. If not, do the test, otherwise
22993 skip it.
22994
22995 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
22996
22997 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
22998 results.
22999 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
23000
23001 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
23002
23003 * gdb.arch/amd64-invalid-stack-middle.S: New file.
23004 * gdb.arch/amd64-invalid-stack-middle.c: New file.
23005 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
23006 * gdb.arch/amd64-invalid-stack-top.c: New file.
23007 * gdb.arch/amd64-invalid-stack-top.exp: New file.
23008
23009 2014-05-30 Pedro Alves <palves@redhat.com>
23010
23011 PR breakpoints/17000
23012 * gdb.base/sss-bp-on-user-bp.c: New file.
23013 * gdb.base/sss-bp-on-user-bp.exp: New file.
23014
23015 2014-05-30 David Blaikie <dblaikie@gmail.com>
23016
23017 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
23018 gnu_inline semantics via attribute.
23019 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
23020 source explicitly specifies the required semantics.
23021
23022 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
23023
23024 * gdb.reverse/sigall-reverse.exp: Fix a typo.
23025
23026 2014-05-29 Pedro Alves <palves@redhat.com>
23027 Tom Tromey <tromey@redhat.com>
23028
23029 * gdb.base/async-shell.exp: Don't enable target-async.
23030 * gdb.base/async.exp
23031 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
23032 parameter. Adjust.
23033 (top level): Don't test with "target-async".
23034 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
23035 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
23036 * gdb.base/inferior-died.exp: Don't enable target-async.
23037 * gdb.base/interrupt-noterm.exp: Likewise.
23038 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
23039 * gdb.mi/mi-nonstop-exit.exp: Likewise.
23040 * gdb.mi/mi-nonstop.exp: Likewise.
23041 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
23042 * gdb.mi/mi-nsintrall.exp: Likewise.
23043 * gdb.mi/mi-nsmoribund.exp: Likewise.
23044 * gdb.mi/mi-nsthrexec.exp: Likewise.
23045 * gdb.mi/mi-watch-nonstop.exp: Likewise.
23046 * gdb.multi/watchpoint-multi.exp: Adjust comment.
23047 * gdb.python/py-evsignal.exp: Don't enable target-async.
23048 * gdb.python/py-evthreads.exp: Likewise.
23049 * gdb.python/py-prompt.exp: Likewise.
23050 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
23051 * gdb.server/solib-list.exp: Don't enable target-async.
23052 * gdb.threads/thread-specific-bp.exp: Likewise.
23053 * lib/mi-support.exp: Adjust to use mi-async.
23054
23055 2014-05-29 Pedro Alves <palves@redhat.com>
23056
23057 PR gdb/13860
23058 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
23059 reason, even in sync mode.
23060
23061 2014-05-29 Pedro Alves <palves@redhat.com>
23062 Hui Zhu <hui@codesourcery.com>
23063
23064 PR PR15693
23065 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
23066 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
23067 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
23068 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
23069
23070 2014-05-28 Joel Brobecker <brobecker@adacore.com>
23071
23072 * config/monitor.exp (gdb_target_monitor): Replace use of
23073 "set remotebaud" by "set serial baud".
23074
23075 2014-05-26 Andy Wingo <wingo@igalia.com>
23076
23077 * gdb.guile/scm-breakpoint.exp:
23078 * gdb.guile/scm-gsmob.exp: Update to use plain old object
23079 properties instead of gdb-object-properties.
23080
23081 2014-05-26 Yao Qi <yao@codesourcery.com>
23082
23083 * gdb.server/no-thread-db.exp: Specify source file name
23084 explicitly when setting a breakpoint.
23085
23086 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
23087
23088 * gdb.btrace/vdso.c: New.
23089 * gdb.btrace/vdso.exp: New.
23090
23091 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
23092
23093 * gdb.base/gcore.exp (capture_command_output): Move ...
23094 * lib/gdb.exp (capture_command_output): ... here.
23095
23096 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
23097
23098 * gdb.btrace/data.exp: Test memory access during btrace replay.
23099
23100 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
23101
23102 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
23103
23104 2014-05-21 Pedro Alves <palves@redhat.com>
23105
23106 PR gdb/13860
23107 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
23108 (top level): Test that output related to execution commands is
23109 sent to the console with CLI commands, but not with MI commands.
23110 Test that breakpoint events are always mirrored to the console.
23111 Also expect the new source line to be output after a "next" in
23112 async mode too. Make it a pass/fail test.
23113 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
23114 output.
23115 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
23116
23117 2014-05-21 Pedro Alves <palves@redhat.com>
23118
23119 * gdb.base/list.exp (build_pattern, test_list): New procedures.
23120 Use them to test variations of "list" after reaching a breakpoint.
23121 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
23122 Test "list" with listsize 10 after reaching a breakpoint.
23123 * gdb.python/python.exp (decode_line current location line
23124 number): Adjust expected line number.
23125
23126 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
23127
23128 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
23129 behavior for $args, pass it directly to "run".
23130
23131 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
23132
23133 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
23134 30000 to 65536.
23135
23136 2014-05-21 Pedro Alves <palves@redhat.com>
23137
23138 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
23139 auto-connect-native-target off".
23140 * gdb.base/auto-connect-native-target.c: New file.
23141 * gdb.base/auto-connect-native-target.exp: New file.
23142
23143 2014-05-21 Pedro Alves <palves@redhat.com>
23144
23145 * gdb.base/default.exp: Test "target native" instead of "target
23146 child".
23147
23148 2014-05-21 Mark Wielaard <mjw@redhat.com>
23149
23150 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
23151
23152 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
23153
23154 Fix TLS access for -static -pthread.
23155 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
23156 <HAVE_TLS> (thread_function, main): Initialize it.
23157 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
23158 Add clean_restart.
23159 <$have_tls != "">: Check TLSVAR.
23160
23161 2014-05-21 Pedro Alves <palves@redhat.com>
23162
23163 * gdb.base/dcache-line-read-error.c: New.
23164 * gdb.base/dcache-line-read-error.exp: New.
23165
23166 2014-05-20 Pedro Alves <palves@redhat.com>
23167
23168 * gdb.base/compare-sections.c: New file.
23169 * gdb.base/compare-sections.exp: New file.
23170
23171 2014-05-20 Pedro Alves <palves@redhat.com>
23172
23173 * gdb.base/break-idempotent.c: New file.
23174 * gdb.base/break-idempotent.exp: New file.
23175
23176 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
23177
23178 * gdb.btrace/nohist.exp: New.
23179
23180 2014-05-20 Yao Qi <yao@codesourcery.com>
23181
23182 * lib/gdb.exp (gdb_init): Set timeout if test file is under
23183 gdb.reverse directory and gdb_reverse_timeout exists in board
23184 setting.
23185 * README: Document gdb_reverse_timeout.
23186
23187 2014-05-20 Yao Qi <yao@codesourcery.com>
23188
23189 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
23190 'test_file_name'. Treat args as a string instead of a list.
23191 (gdb_init): Rename argument 'args' by 'test_file_name'.
23192
23193 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
23194
23195 * gdb.arch/powerpc-power.exp: New file.
23196 * gdb.arch/powerpc-power.s: New file.
23197
23198 2014-05-16 Doug Evans <dje@google.com>
23199
23200 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
23201 * gdb.base/completion.exp: Check that all expected files exist
23202 before doing file completion.
23203
23204 2014-05-16 Doug Evans <dje@google.com>
23205
23206 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
23207 Update.
23208 (do_syscall_tests_without_xml): Update.
23209
23210 2014-05-16 Pedro Alves <palves@redhat.com>
23211
23212 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
23213 instead of "unknown output after running".
23214
23215 2014-05-16 Yao Qi <yao@codesourcery.com>
23216
23217 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
23218 file1.txt from host at the end.
23219 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
23220
23221 2014-05-15 Doug Evans <dje@google.com>
23222
23223 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
23224 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
23225 loading file. Add test for TU lookup.
23226
23227 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
23228
23229 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
23230 calling "-exec-arguments" or "set args" before running the
23231 inferior.
23232
23233 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
23234
23235 * lib/mi-support.exp (mi_expect_stop): Expect message for
23236 inferiors that exit with non-zero exit code.
23237
23238 2014-05-14 Yao Qi <yao@codesourcery.com>
23239
23240 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
23241 match absolute path on remote host.
23242 (test_file_list_exec_source_files): Remove "/" from the
23243 pattern.
23244
23245 2014-05-14 Yao Qi <yao@codesourcery.com>
23246
23247 * boards/local-remote-host-notty.exp (${board}_file): New
23248 proc.
23249
23250 2014-05-07 Kyle McMartin <kyle@redhat.com>
23251
23252 Pushed by Joel Brobecker <brobecker@adacore.com>.
23253 * gdb.arch/aarch64-atomic-inst.c: New file.
23254 * gdb.arch/aarch64-atomic-inst.exp: New file.
23255
23256 2014-05-07 Yao Qi <yao@codesourcery.com>
23257
23258 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
23259 in current context" too.
23260
23261 2014-05-05 Keith Seitz <keiths@redhat.com>
23262
23263 * gdb.linespec/ls-dollar.exp: Add test for linespec
23264 file:convenience_variable.
23265
23266 2014-05-05 Yao Qi <yao@codesourcery.com>
23267
23268 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
23269 traceframes into tfile and ctf trace files. Read data from
23270 trace file and test collected data.
23271 (gdb_collect_locals_test): Likewise.
23272 (gdb_unavailable_registers_test): Likewise.
23273 (gdb_unavailable_floats): Likewise.
23274 (gdb_collect_globals_test): Likewise.
23275 (top-level): Append "ctf" to trace_file_targets if GDB
23276 supports.
23277
23278 2014-05-05 Yao Qi <yao@codesourcery.com>
23279
23280 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
23281 code to ...
23282 (gdb_collect_args_test_1): ... it. New proc.
23283 (gdb_collect_locals_test): Move some code to ...
23284 (gdb_collect_locals_test_1): ... it. New proc.
23285 (gdb_unavailable_registers_test): Move some code to ...
23286 (gdb_unavailable_registers_test_1): ... it. New proc.
23287 (gdb_unavailable_floats): Move some code to ...
23288 (gdb_unavailable_floats_1): ... it. New proc.
23289
23290 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
23291
23292 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
23293 probes to test for bitness recognition.
23294 * gdb.arch/amd64-stap-optional-prefix.exp
23295 (test_probe_value_without_reg): New procedure.
23296 Add code to test for different kinds of bitness.
23297
23298 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
23299
23300 PR breakpoints/16889
23301 * gdb.arch/amd64-stap-optional-prefix.S: New file.
23302 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
23303
23304 2014-05-01 Pedro Alves <palves@redhat.com>
23305
23306 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
23307 gdb_file_cmd if no file is specified.
23308 * boards/native-extended-gdbserver.exp (gdb_load): Use the
23309 last_loaded_file to set the remote exec-file.
23310
23311 2014-05-01 Pedro Alves <palves@redhat.com>
23312
23313 * boards/local-remote-host.exp: New file.
23314
23315 2014-05-01 Pedro Alves <palves@redhat.com>
23316
23317 * boards/local-remote-host.exp: Rename to ...
23318 * boards/local-remote-host-notty.exp: ... this.
23319
23320 2014-04-28 Joel Brobecker <brobecker@adacore.com>
23321
23322 * gdb.ada/dyn_arrayidx: New testcase.
23323
23324 2014-04-26 Yao Qi <yao@codesourcery.com>
23325
23326 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
23327 and compute the length of function main. Save it in
23328 $main_length.
23329 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
23330 (top-level): Use gdb_compile to compile objects into
23331 executable and restart GDB. Remove invocation to
23332 prepare_for_testing.
23333
23334 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
23335 Pedro Alves <palves@redhat.com>
23336
23337 PR server/16255
23338 * gdb.multi/multi-attach.c: New file.
23339 * gdb.multi/multi-attach.exp: New file.
23340
23341 2014-04-25 Pedro Alves <palves@redhat.com>
23342
23343 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
23344 user.
23345 (top level): Test that "set remote conditional-breakpoints-packet
23346 off" works as intended.
23347 * gdb.base/dprintf.exp: Test that "set remote
23348 breakpoint-commands-packet off" works as intended.
23349 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
23350 New function.
23351 (top level): Call it.
23352 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
23353 remote fast-tracepoints-packet off" works as intended.
23354 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
23355 * lib/gdb.exp (gdb_is_target_remote): ... here.
23356
23357 2014-04-24 David Blaikie <dblaikie@gmail.com>
23358
23359 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
23360 ensure clang would not discard them.
23361 * gdb.base/gdbvars.c: Ditto.
23362 * gdb.base/memattr.c: Ditto.
23363 * gdb.base/whatis.c: Ditto.
23364 * gdb.python/py-prettyprint.c: Ditto.
23365 * gdb.trace/actions.c: Ditto.
23366 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
23367 ensure clang would not discard it.
23368
23369 2014-04-24 David Blaikie <dblaikie@gmail.com>
23370
23371 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
23372 clang to emit the full definition of type required by the test
23373 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
23374
23375 2014-04-24 David Blaikie <dblaikie@gmail.com>
23376
23377 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
23378 coax Clang into emitting the definition of the type.
23379 * gdb.cp/pr10728-x.h (y): Ditto.
23380 * gdb.cp/pr10728-y.cc (y): Ditto.
23381
23382 2014-04-24 David Blaikie <dblaikie@gmail.com>
23383
23384 * gdb.base/label.exp: XFAIL label related tests under Clang.
23385 * gdb.cp/cplabel.exp: Ditto.
23386 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
23387 under Clang those using labels.
23388
23389 2014-04-25 Yao Qi <yao@codesourcery.com>
23390
23391 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
23392 double_label.
23393 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
23394 partial_label and double_label.
23395
23396 2014-04-24 David Blaikie <dblaikie@gmail.com>
23397
23398 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
23399
23400 2014-04-24 David Blaikie <dblaikie@gmail.com>
23401
23402 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
23403 of the function to work across GCC and Clang.
23404 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
23405 pointer types (const void ** const V void **).
23406
23407 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
23408 Walfred Tedeschi <walfred.tedeschi@intel.com>
23409
23410 * Makefile.in (EXECUTABLES): Added i386-avx512.
23411 * gdb.arch/i386-avx512.c: New file.
23412 * gdb.arch/i386-avx512.exp: Likewise.
23413
23414 2014-04-23 Keith Seitz <keiths@redhat.com>
23415
23416 * lib/mi-support.exp (mi_list_breakpoints): Delete.
23417 (mi_make_breakpoint_table): New procedure.
23418 (mi_create_breakpoint): Use mi_make_breakpoint
23419 and return the result.
23420 (mi_make_breakpoint): New procedure.
23421 (mi_build_kv_pairs): New procedure.
23422
23423 * gdb.mi/mi-break.exp: Remove unused globals,
23424 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
23425 All callers updated.
23426 * gdb.mi/mi-dprintf.exp: Use variable to track command
23427 number.
23428 Update all callers of mi_create_breakpoint and use
23429 mi_make_breakpoint_table.
23430 Remove any unused global variables.
23431 * gdb.mi/mi-nonstop.exp: Likewise.
23432 * gdb.mi/mi-nsintrall.exp: Likewise.
23433 * gdb.mi/mi-nsmoribund.exp: Likewise.
23434 * gdb.mi/mi-nsthrexec.exp: Likewise.
23435 * gdb.mi/mi-reverse.exp: Likewise.
23436 * gdb.mi/mi-simplerun.exp: Likewise.
23437 * gdb.mi/mi-stepn.exp: Likewise.
23438 * gdb.mi/mi-syn-frame.exp: Likewise.
23439 * gdb.mi/mi-until.exp: Likewise.
23440 * gdb.mi/mi-var-cp.exp: Likewise.
23441 * gdb.mi/mi-var-display.exp: Likewise.
23442 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
23443 * gdb.mi/mi2-var-child.exp: Likewise.
23444 * gdb.mi/mi-vla-c99.exp: Likewise.
23445 * lib/mi-support.exp: Likewise.
23446
23447 From Ian Lance Taylor <iant@cygnus.com>:
23448 * lib/gdb.exp (parse_args): New procedure.
23449
23450 2014-04-23 Pedro Alves <palves@redhat.com>
23451
23452 * gdb.base/break-unload-file.c: New file.
23453 * gdb.base/break-unload-file.exp: New file.
23454 * gdb.base/sym-file-lib.c (baz): New function.
23455 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
23456 field.
23457 (load): Store the segment's mapped size.
23458 (unload): New function.
23459 (unload_shlib): New function.
23460 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
23461 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
23462 set a breakpoint at baz, and call it.
23463 * gdb.base/sym-file.exp: New tests for stale breakpoint
23464 instructions.
23465
23466 2014-04-23 Pedro Alves <palves@redhat.com>
23467
23468 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
23469 * gdb.base/hbreak-in-shr-unsupported.c: New file.
23470 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
23471 * gdb.base/hbreak-unmapped.c: New file.
23472 * gdb.base/hbreak-unmapped.exp: New file.
23473 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
23474 * lib/gdb.exp (gdb_is_target_remote): ... here.
23475
23476 2014-04-22 Pedro Alves <palves@redhat.com>
23477
23478 * gdb.base/consecutive-step-over.c: New file.
23479 * gdb.base/consecutive-step-over.exp: New file.
23480
23481 2014-04-22 Pedro Alves <palves@redhat.com>
23482
23483 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
23484 instead of send_gdb/gdb_expect.
23485
23486 2014-04-22 Yao Qi <yao@codesourcery.com>
23487
23488 * lib/trace-support.exp (generate_tracefile): New procedure.
23489 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
23490 return 0.
23491 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
23492 if generate_tracefile returns 1.
23493
23494 2014-04-18 Tom Tromey <palves@redhat.com>
23495 Pedro alves <tromey@redhat.com>
23496
23497 PR backtrace/15558
23498 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
23499 with a backtrace limit.
23500 * gdb.python/py-frame-inline.exp: Test running to an inline
23501 function with a backtrace limit, and printing the newest frame.
23502 * gdb.python/py-frame-inline.c (main): Call f.
23503
23504 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
23505
23506 * gdb.java/jnpe.exp: Drop srcdir from untested path.
23507
23508 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
23509
23510 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
23511 Drop prefix from unsupported source file path.
23512
23513 2014-04-17 Yao Qi <yao@codesourcery.com>
23514
23515 * lib/gdb.exp (with_target_charset): New proc.
23516 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
23517 with_target_charset.
23518 (test_print_strings): Likewise.
23519 (test_repeat_bytes): Likewise.
23520 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
23521 for some tests.
23522
23523 2014-04-16 Keith Seitz <keiths@redhat.com>
23524
23525 PR gdb/15827
23526 * gdb.dwarf2/corrupt.c: New file.
23527 * gdb.dwarf2/corrupt.exp: New file.
23528
23529 2014-04-16 Keith Seitz <keiths@redhat.com>
23530
23531 PR c++/16597
23532 * gdb.cp/namelessclass.cc: New file.
23533 * gdb.cp/namelessclass.exp: New file.
23534 * gdb.cp/namelessclass.S: New file.
23535
23536 2014-04-16 Doug Evans <dje@google.com>
23537
23538 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
23539 Add comment.
23540 (gdbserver_default_get_comm_port): New function.
23541 (gdbserver_start): Check if board file provided
23542 "gdbserver,get_comm_port" and use it if so.
23543 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
23544 (gdb,socketport): Set to "stdio".
23545 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
23546 (stdio_gdbserver_template): Delete.
23547 (${board}_get_remote_address): Update.
23548 (${board}_build_remote_cmd): Delete.
23549 (${board}_get_comm_port): New function.
23550 (${board}_spawn): Update.
23551 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
23552 Delete.
23553 (${board}_get_remote_address): Update.
23554 (${board}_get_comm_port): New function.
23555
23556 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
23557
23558 * gdb.base/memattr.exp: Improve regexps to handle memory regions
23559 appearing in any order.
23560
23561 2014-04-15 Doug Evans <dje@google.com>
23562
23563 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
23564 uninitialized value of "description".
23565
23566 2014-04-15 Keith Seitz <keiths@redhat.com>
23567
23568 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
23569 Remove unused globals.
23570 (test_running_the_program): Likewise.
23571 (test_controlled_execution): Likewise.
23572 (test_controlling_breakpoints): Likewise.
23573 (test_program_termination): Likewise.
23574
23575 2014-04-15 Keith Seitz <keiths@redhat.com>
23576
23577 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
23578 unused globals.
23579 (test_rbreak_creation_and_listing): Likewise.
23580 (test_ignore_count): Likewise.
23581 (test_error): Likewise.
23582
23583 2014-04-15 Pedro Alves <palves@redhat.com>
23584
23585 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
23586 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
23587 sym-file-loader.c.
23588 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
23589 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
23590 to sym-file-loader.c.
23591 (struct library): Forward declare.
23592 (load_shlib, lookup_function): Change prototypes.
23593 (find_shstrtab, find_strtab, find_shdr, find_symtab)
23594 (translate_offset): Remove declarations.
23595 (get_text_addr): New declaration.
23596 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
23597 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
23598 sym-file-loader.h.
23599 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
23600 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
23601 here from sym-file-loader.h.
23602 (struct library): New structure.
23603 (load_shlib, lookup_function): Change prototypes and adjust to
23604 work with a struct library.
23605 (find_shstrtab, find_strtab, find_shdr, find_symtab)
23606 (translate_offset): Make static.
23607 (get_text_addr): New function.
23608 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
23609
23610 2014-04-15 Pedro Alves <palves@redhat.com>
23611
23612 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
23613
23614 2014-04-15 Pedro Alves <palves@redhat.com>
23615
23616 * gdb.base/sym-file-loader.c: Include <limits.h>.
23617 (SELF_LINK): New define.
23618 (get_origin): New function.
23619 (load_shlib): Use it.
23620 * gdb.base/sym-file.exp: Don't early return if the target is
23621 remote. Use runto_main, and issue fail is that fails. Use
23622 gdb_load_shlibs.
23623 (shlib_name): Delete.
23624 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
23625
23626 2014-04-15 Pedro Alves <palves@redhat.com>
23627
23628 * gdb.base/sym-file.exp: Remove regex characters from test
23629 message. Don't refer to breakpoint numbers in test messages.
23630
23631 2014-04-14 Keith Seitz <keiths@redhat.com>
23632
23633 PR c++/16253
23634 * gdb.cp/var-tag.cc: New file.
23635 * gdb.cp/var-tag.exp: New file.
23636 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
23637 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
23638 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
23639 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
23640
23641 2014-04-14 Tom Tromey <tromey@redhat.com>
23642
23643 * gdb.cp/classes.exp (test_enums): Handle underlying type.
23644 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
23645 type.
23646 * gdb.cp/enum-class.exp: New file.
23647 * gdb.cp/enum-class.cc: New file.
23648
23649 2014-04-14 Tom Tromey <tromey@redhat.com>
23650
23651 * gdb.dwarf2/enum-type.exp: New file.
23652
23653 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
23654
23655 * gdb.mi/mi-vla-c99.exp: New file.
23656 * gdb.mi/vla.c: New file.
23657
23658 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
23659
23660 * gdb.base/vla-datatypes.c: New file.
23661 * gdb.base/vla-datatypes.exp: New file.
23662
23663 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
23664
23665 * gdb.base/vla-ptr.c: New file.
23666 * gdb.base/vla-ptr.exp: New file.
23667
23668 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
23669
23670 * gdb.dwarf2/count.exp: New file.
23671
23672 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
23673
23674 * gdb.base/vla-sideeffect.c: New file.
23675 * gdb.base/vla-sideeffect.exp: New file.
23676
23677 2014-04-14 David Blaikie <dblaikie@gmail.com>
23678
23679 * gdb.mi/non-stop.c: Add return value for non-void function return
23680 statement.
23681 * gdb.threads/staticthreads.c: Ditto.
23682
23683 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
23684 Doug Evans <xdje42@gmail.com>
23685
23686 * gdb.guile/scm-value.c: Improve test case.
23687 * gdb.guile/scm-value.exp: Add new test.
23688
23689 2014-04-11 David Blaikie <dblaikie@gmail.com>
23690
23691 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
23692 override Clang's default.
23693
23694 2014-04-11 Joel Brobecker <brobecker@adacore.com>
23695
23696 Revert the following changes (regressions):
23697
23698 * gdb.base/vla-sideeffect.c: New file.
23699 * gdb.base/vla-sideeffect.exp: New file.
23700
23701 * gdb.dwarf2/count.exp: New file.
23702
23703 * gdb.base/vla-multi.c: New file.
23704 * gdb.base/vla-multi.exp: New file.
23705
23706 * gdb.base/vla-ptr.c: New file.
23707 * gdb.base/vla-ptr.exp: New file.
23708
23709 * gdb.base/vla-datatypes.c: New file.
23710 * gdb.base/vla-datatypes.exp: New file.
23711
23712 * gdb.mi/mi-vla-c99.exp: New file.
23713 * gdb.mi/vla.c: New file.
23714
23715 2014-04-11 Keith Seitz <keiths@redhat.com>
23716
23717 PR c++/16675
23718 * gdb.cp/cpsizeof.exp: New file.
23719 * gdb.cp/cpsizeof.cc: New file.
23720
23721 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23722
23723 * gdb.mi/mi-vla-c99.exp: New file.
23724 * gdb.mi/vla.c: New file.
23725
23726 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23727
23728 * gdb.base/vla-datatypes.c: New file.
23729 * gdb.base/vla-datatypes.exp: New file.
23730
23731 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23732
23733 * gdb.base/vla-ptr.c: New file.
23734 * gdb.base/vla-ptr.exp: New file.
23735
23736 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23737
23738 * gdb.base/vla-multi.c: New file.
23739 * gdb.base/vla-multi.exp: New file.
23740
23741 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23742
23743 * gdb.dwarf2/count.exp: New file.
23744
23745 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23746
23747 * gdb.base/vla-sideeffect.c: New file.
23748 * gdb.base/vla-sideeffect.exp: New file.
23749
23750 2014-04-11 Yao Qi <yao@codesourcery.com>
23751
23752 * gdb.base/completion.exp: Check file exists before running tests
23753 on file completion.
23754
23755 2014-04-10 Pedro Alves <palves@redhat.com>
23756
23757 * gdb.base/cond-eval-mode.c: New file.
23758 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
23759 prepare_for_testing to build the new file. Check result of
23760 runto_main.
23761 (test_break, test_watch): New procedures.
23762 (top level): Use them.
23763
23764 2014-04-08 Pierre Muller <muller@sourceware.org>
23765
23766 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
23767 Ctrl-V use for mingw hosts.
23768
23769 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
23770
23771 * gdb.python/py-value.c: Improve test case.
23772 * gdb.python/py-value.exp: Add new test.
23773
23774 2014-04-07 David Blaikie <dblaikie@gmail.com>
23775
23776 * lib/compiler.c: Identify the clang compiler.
23777 * lib/compiler.cc: Ditto.
23778
23779 2014-04-03 Yao Qi <yao@codesourcery.com>
23780
23781 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
23782
23783 2014-04-01 Anton Blanchard <anton@samba.org>
23784
23785 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
23786 messages unique.
23787
23788 2014-04-01 Anton Blanchard <anton@samba.org>
23789
23790 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
23791 prepare_for_testing.
23792
23793 2014-04-01 Anton Blanchard <anton@samba.org>
23794
23795 * gdb.arch/ppc64-atomic-inst.c: Remove.
23796 * gdb.arch/ppc64-atomic-inst.S: New file.
23797 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
23798
23799 2014-03-31 Doug Evans <dje@google.com>
23800
23801 * gdb.base/print-symbol-loading-lib.c: New file.
23802 * gdb.base/print-symbol-loading-main.c: New file.
23803 * gdb.base/print-symbol-loading.exp: New file.
23804
23805 2014-03-31 Yao Qi <yao@codesourcery.com>
23806
23807 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
23808
23809 2014-03-28 Joel Brobecker <brobecker@adacore.com>
23810
23811 * gdb.ada/mi_dyn_arr: New testcase.
23812
23813 2014-03-27 Doug Evans <dje@google.com>
23814
23815 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
23816
23817 2014-03-27 Yao Qi <yao@codesourcery.com>
23818
23819 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
23820 if target is nios2-*-*.
23821
23822 2014-03-26 Yao Qi <yao@codesourcery.com>
23823
23824 * lib/gdb.exp (readline_is_used): New proc.
23825 * gdb.base/completion.exp: Move tests on command complete up.
23826 Skip the rest of tests if readline is not used.
23827 * gdb.ada/complete.exp: Skp the test if readline is not
23828 used.
23829 * gdb.base/filesym.exp: Likewise.
23830 * gdb.base/macscp.exp: Likewise.
23831 * gdb.base/readline-ask.exp: Likewise.
23832 * gdb.base/readline.exp: Likewise.
23833 * gdb.python/py-cmd.exp: Likewise.
23834 * gdb.trace/tfile.exp: Likewise.
23835
23836 2014-03-26 Yao Qi <yao@codesourcery.com>
23837
23838 * gdb.base/macscp.exp: Fix code format issues.
23839
23840 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
23841
23842 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
23843 * gdb.asm/powerpc64le.inc: New file.
23844
23845 2014-03-25 Pedro Alves <palves@redhat.com>
23846 Doug Evans <dje@google.com>
23847
23848 * gdb.base/source-execution.c: New file.
23849 * gdb.base/source-execution.exp: New file.
23850 * gdb.base/source-execution.gdb: New file.
23851
23852 2014-03-24 Doug Evans <dje@google.com>
23853
23854 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
23855 using fission.
23856
23857 2014-03-24 Hui Zhu <hui@codesourcery.com>
23858 Pedro Alves <palves@redhat.com>
23859
23860 PR breakpoints/16101
23861 * gdb.base/dprintf.exp: Use unsupported rather than changing the
23862 test pass/fail messages. Detect missing support for dprintf when
23863 breakpoints are actually inserted.
23864 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
23865 breakpoints are actually inserted.
23866 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
23867 fails.
23868
23869 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
23870
23871 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
23872
23873 2014-03-22 Doug Evans <xdje42@gmail.com>
23874
23875 * gdb.python/python.exp (python not supported): Verify multi-line
23876 python command issues an error.
23877 * gdb.guile/guile.exp (guile not supported): Verify multi-line
23878 guile command issues an error.
23879
23880 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
23881
23882 * gdb.threads/thread-specific.exp: Handle the lack of usable
23883 $this_breakpoint and $this_thread.
23884
23885 2014-03-21 Hui Zhu <hui@codesourcery.com>
23886
23887 * gdb.base/attach.exp (do_command_attach_tests): New.
23888
23889 2014-03-20 Tom Tromey <tromey@redhat.com>
23890 Pedro Alves <palves@redhat.com>
23891
23892 PR cli/15718
23893 * gdb.base/condbreak-call-false.c: New file.
23894 * gdb.base/condbreak-call-false.exp: New file.
23895
23896 2014-03-20 Pedro Alves <palves@redhat.com>
23897
23898 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
23899 Delete.
23900 (block_signals, unblock_signals): Delete.
23901 (child_function_2, main): Remove references to deleted variable
23902 and functions.
23903
23904 2014-03-20 Pedro Alves <palves@redhat.com>
23905
23906 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
23907 Use pthread_kill to signal thread 2.
23908 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
23909 Adjust to make the test send itself a signal rather than using the
23910 host's "kill" command.
23911
23912 2014-03-20 Pedro Alves <palves@redhat.com>
23913
23914 * gdb.threads/multiple-step-overs.c: New file.
23915 * gdb.threads/multiple-step-overs.exp: New file.
23916 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
23917 Adjust expected infrun debug output.
23918
23919 2014-03-20 Pedro Alves <palves@redhat.com>
23920
23921 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
23922 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
23923
23924 2014-03-20 Pedro Alves <palves@redhat.com>
23925
23926 PR breakpoints/7143
23927 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
23928 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
23929 of gdb_test_multiple.
23930 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
23931 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
23932
23933 2014-03-20 Pedro Alves <palves@redhat.com>
23934
23935 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
23936 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
23937
23938 2014-03-19 Pedro Alves <palves@redhat.com>
23939
23940 * gdb.base/async.exp: Remove early return.
23941
23942 2014-03-19 Pedro Alves <palves@redhat.com>
23943
23944 * gdb.base/async.exp (step& tests): Pass explicit test messages.
23945
23946 2014-03-19 Pedro Alves <palves@redhat.com>
23947
23948 * gdb.base/async.exp (test_background): Expect \r\n after
23949 "completed." in the fail pattern.
23950
23951 2014-03-19 Pedro Alves <palves@redhat.com>
23952
23953 * gdb.base/async.exp (test_background): New procedure.
23954 Use it for all background execution command tests.
23955
23956 2014-03-19 Pedro Alves <palves@redhat.com>
23957
23958 * gdb.base/async.exp: Use prepare_for_testing.
23959
23960 2014-03-19 Pedro Alves <palves@redhat.com>
23961
23962 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
23963 the same line.
23964
23965 2014-03-19 Pedro Alves <palves@redhat.com>
23966
23967 * gdb.base/async.c (main): Add "jump here" and "until here" line
23968 marker comments.
23969 * gdb.base/async.exp (jump_here): New global.
23970 (jump& test): Use it.
23971 (until_here): New global.
23972 (until& test): Use it.
23973
23974 2014-03-19 Pedro Alves <palves@redhat.com>
23975
23976 * gdb.base/async.exp: Don't frob gdb_protocol.
23977
23978 2014-03-18 Doug Evans <xdje42@gmail.com>
23979
23980 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
23981 Fix spelling of exec-done-display.
23982
23983 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
23984
23985 PR gdb/15358
23986 * gdb.base/gdb-sigterm.c: New file.
23987 * gdb.base/gdb-sigterm.exp: New file.
23988
23989 2014-03-18 Pedro Alves <palves@redhat.com>
23990
23991 PR gdb/13860
23992 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
23993 * lib/mi-support.exp (mi_expect_stop): Add special handling for
23994 solib-event.
23995
23996 2014-03-17 Joel Brobecker <brobecker@adacore.com>
23997
23998 * gdb.ada/pckd_arr_ren: New testcase.
23999
24000 2014-03-13 Doug Evans <xdje42@gmail.com>
24001
24002 PR guile/16612
24003 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
24004 collect after discarding symbols.
24005
24006 2014-03-13 Ludovic Courtès <ludo@gnu.org>
24007 Doug Evans <xdje42@gmail.com>
24008
24009 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
24010 to history survives a gc.
24011
24012 2014-03-13 Pedro Alves <palves@redhat.com>
24013
24014 * gdb.base/default.exp: Don't test "target procfs".
24015
24016 2014-03-13 Pedro Alves <palves@redhat.com>
24017
24018 * gdb.base/default.exp: Update "target child" and "target procfs"
24019 tests to not expect "Unix".
24020
24021 2014-03-12 Tom Tromey <tromey@redhat.com>
24022
24023 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
24024 New procs. Add target-async tests.
24025 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
24026 Add target-async tests.
24027
24028 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
24029
24030 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
24031 'func_start' and 'func_end' for the beginning and end of the
24032 function code, respectively.
24033 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
24034 'func_end' instead of 'func' and 'main'.
24035
24036 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
24037
24038 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
24039 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
24040 generate the debug info assembler source.
24041
24042 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
24043
24044 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
24045 * gdb.dwarf2/arr-subrange.exp: Likewise.
24046 * gdb.dwarf2/dwz.exp: Likewise.
24047 * gdb.dwarf2/method-ptr.exp: Likewise.
24048 * gdb.dwarf2/missing-sig-type.exp: Likewise.
24049 * gdb.dwarf2/subrange.exp: Likewise.
24050 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
24051 * gdb.dwarf2/implptrpiece.exp: Likewise.
24052 * gdb.dwarf2/nostaticblock.exp: Likewise.
24053
24054 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
24055
24056 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
24057 directory to absolute path name arguments.
24058
24059 2014-03-10 Joel Brobecker <brobecker@adacore.com>
24060
24061 * gdb.ada/tagged_access: New testcase.
24062
24063 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
24064
24065 * gdb.btrace/data.exp: Update expected output.
24066
24067 2014-03-06 Yao Qi <yao@codesourcery.com>
24068
24069 * gdb.trace/pr16508.exp: New file.
24070
24071 2014-03-05 Pedro Alves <palves@redhat.com>
24072
24073 PR gdb/16575
24074 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
24075 procedure.
24076 (top level): Adjust to use it. Add tests that exercise breakpoint
24077 interaction with the code-cache.
24078
24079 2014-02-26 Ludovic Courtès <ludo@gnu.org>
24080
24081 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
24082 test for 'history-append!'.
24083
24084 2014-02-26 Joel Brobecker <brobecker@adacore.com>
24085
24086 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
24087 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
24088 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
24089 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
24090 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
24091 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
24092
24093 2014-02-26 Joel Brobecker <brobecker@adacore.com>
24094
24095 * testsuite/gdb.python/py-pp-re-notag.c: New file.
24096 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
24097 * testsuite/gdb.python/py-pp-re-notag.p: New file.
24098
24099 2014-02-26 Joel Brobecker <brobecker@adacore.com>
24100
24101 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
24102
24103 2014-02-26 Joel Brobecker <brobecker@adacore.com>
24104
24105 * gdb.dwarf2/arr-stride.c: New file.
24106 * gdb.dwarf2/arr-stride.exp: New file.
24107
24108 2014-02-26 Pedro Alves <palves@redhat.com>
24109
24110 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
24111 that won't ever trigger. Make sure that GDB reports the correct
24112 breakpoint that caused the stop.
24113
24114 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
24115
24116 PR gdb/16626
24117 * gdb.base/auto-load-script: New file.
24118 * gdb.base/auto-load.c: New file.
24119 * gdb.base/auto-load.exp: New file.
24120
24121 PR gdb/16626
24122 * gdb.base/auto-load.exp: Fix out-of-srctree run.
24123
24124 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
24125
24126 Fix dw2-icycle.exp -fsanitize=address GDB crash.
24127 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
24128
24129 2014-02-24 Doug Evans <dje@google.com>
24130
24131 * lib/gdb.exp (run_on_host): Log error output if program fails.
24132
24133 2014-02-21 Pedro Alves <palves@redhat.com>
24134
24135 * gdb.threads/step-after-sr-lock.c: Rename to ...
24136 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
24137 * gdb.threads/step-after-sr-lock.exp: Rename to ...
24138 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
24139 ... this.
24140
24141 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
24142
24143 PR tdep/16397
24144 * gdb.arch/amd64-stap-special-operands.exp: New file.
24145 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
24146 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
24147 * gdb.arch/amd64-stap-triplet.S: Likewise.
24148 * gdb.arch/amd64-stap-triplet.c: Likewise.
24149
24150 2014-02-20 Joel Brobecker <brobecker@adacore.com>
24151
24152 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
24153 in .section pseudo-op.
24154
24155 2014-02-20 lin zuojian <manjian2006@gmail.com>
24156 Joel Brobecker <brobecker@adacore.com>
24157 Doug Evans <xdje42@gmail.com>
24158
24159 PR symtab/16581
24160 * gdb.dwarf2/dw2-icycle.S: New file.
24161 * gdb.dwarf2/dw2-icycle.c: New file.
24162 * gdb.dwarf2/dw2-icycle.exp: New file.
24163
24164 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
24165
24166 * gdb.python/py-value-cc.cc: Improve test case to enable testing
24167 operations on gdb.Value objects.
24168 * gdb.python/py-value-cc.exp: Add new test to test operations on
24169 gdb.Value objects.
24170
24171 2014-02-18 Doug Evans <dje@google.com>
24172
24173 * Makefile.in (TESTS): New variable.
24174 (expanded_tests, expanded_tests_or_none): New variables
24175 (check-single): Pass $(expanded_tests_or_none) to runtest.
24176 (check-parallel): Only run tests in $(TESTS) if non-empty.
24177 (check/no-matching-tests-found): New rule.
24178 * README: Document TESTS makefile variable.
24179
24180 2014-02-18 Doug Evans <dje@google.com>
24181
24182 * Makefile.in (check-parallel): rm -rf outputs temp.
24183
24184 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
24185
24186 Fix "ERROR: no fileid for" in the testsuite.
24187 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
24188
24189 2014-02-12 Doug Evans <dje@google.com>
24190
24191 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
24192 (MISCELLANEOUS): New variable.
24193 (clean): rm -rf $(MISCELLANEOUS).
24194 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
24195 dwp live in the same directory as symlinks, with each symlink pointed
24196 to a differently named file in a different directory.
24197
24198 2014-02-11 Doug Evans <dje@google.com>
24199
24200 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
24201 of Tcl file commands.
24202
24203 2014-02-10 Mark Kettenis <kettenis@gnu.org>
24204
24205 * gdb.threads/step-after-sr-lock.exp: Avoid executing
24206 "kill -SIGUSR1 -1".
24207
24208 2014-02-10 Joel Brobecker <brobecker@adacore.com>
24209
24210 * gdb.ada/tick_length_array_enum_idx: New testcase.
24211
24212 2014-02-10 Doug Evans <xdje42@gmail.com>
24213
24214 * configure.ac (AC_OUTPUT): Add gdb.guile.
24215 * configure: Regenerate.
24216 * lib/gdb-guile.exp: New file.
24217 * lib/gdb.exp (get_target_charset): New function.
24218 * gdb.base/help.exp: Update expected output from "apropos apropos".
24219 * gdb.guile/Makefile.in: New file.
24220 * gdb.guile/guile.exp: New file.
24221 * gdb.guile/scm-arch.c: New file.
24222 * gdb.guile/scm-arch.exp: New file.
24223 * gdb.guile/scm-block.c: New file.
24224 * gdb.guile/scm-block.exp: New file.
24225 * gdb.guile/scm-breakpoint.c: New file.
24226 * gdb.guile/scm-breakpoint.exp: New file.
24227 * gdb.guile/scm-disasm.c: New file.
24228 * gdb.guile/scm-disasm.exp: New file.
24229 * gdb.guile/scm-equal.c: New file.
24230 * gdb.guile/scm-equal.exp: New file.
24231 * gdb.guile/scm-error.exp: New file.
24232 * gdb.guile/scm-error.scm: New file.
24233 * gdb.guile/scm-frame-args.c: New file.
24234 * gdb.guile/scm-frame-args.exp: New file.
24235 * gdb.guile/scm-frame-args.scm: New file.
24236 * gdb.guile/scm-frame-inline.c: New file.
24237 * gdb.guile/scm-frame-inline.exp: New file.
24238 * gdb.guile/scm-frame.c: New file.
24239 * gdb.guile/scm-frame.exp: New file.
24240 * gdb.guile/scm-generics.exp: New file.
24241 * gdb.guile/scm-gsmob.exp: New file.
24242 * gdb.guile/scm-iterator.c: New file.
24243 * gdb.guile/scm-iterator.exp: New file.
24244 * gdb.guile/scm-math.c: New file.
24245 * gdb.guile/scm-math.exp: New file.
24246 * gdb.guile/scm-objfile-script-gdb.in: New file.
24247 * gdb.guile/scm-objfile-script.c: New file.
24248 * gdb.guile/scm-objfile-script.exp: New file.
24249 * gdb.guile/scm-objfile.c: New file.
24250 * gdb.guile/scm-objfile.exp: New file.
24251 * gdb.guile/scm-ports.exp: New file.
24252 * gdb.guile/scm-pretty-print.c: New file.
24253 * gdb.guile/scm-pretty-print.exp: New file.
24254 * gdb.guile/scm-pretty-print.scm: New file.
24255 * gdb.guile/scm-section-script.c: New file.
24256 * gdb.guile/scm-section-script.exp: New file.
24257 * gdb.guile/scm-section-script.scm: New file.
24258 * gdb.guile/scm-symbol.c: New file.
24259 * gdb.guile/scm-symbol.exp: New file.
24260 * gdb.guile/scm-symtab-2.c: New file.
24261 * gdb.guile/scm-symtab.c: New file.
24262 * gdb.guile/scm-symtab.exp: New file.
24263 * gdb.guile/scm-type.c: New file.
24264 * gdb.guile/scm-type.exp: New file.
24265 * gdb.guile/scm-value-cc.cc: New file.
24266 * gdb.guile/scm-value-cc.exp: New file.
24267 * gdb.guile/scm-value.c: New file.
24268 * gdb.guile/scm-value.exp: New file.
24269 * gdb.guile/source2.scm: New file.
24270 * gdb.guile/types-module.cc: New file.
24271 * gdb.guile/types-module.exp: New file.
24272
24273 2014-02-10 Yao Qi <yao@codesourcery.com>
24274
24275 PR testsuite/16543
24276 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
24277 * configure: Regenerated.
24278 * Makefile.in: New file.
24279
24280 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
24281
24282 * gdb.python/py-framefilter.exp: Fix typo.
24283
24284 2014-02-08 Yao Qi <yao@codesourcery.com>
24285
24286 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
24287 that no =breakpoint-modified is emitted when breakpoints are
24288 modified through MI commands.
24289
24290 2014-02-07 Pedro Alves <pedro@codesourcery.com>
24291 Pedro Alves <palves@redhat.com>
24292
24293 * gdb.threads/step-after-sr-lock.c: New file.
24294 * gdb.threads/step-after-sr-lock.exp: New file.
24295
24296 2014-02-07 Pedro Alves <palves@redhat.com>
24297
24298 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
24299
24300 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
24301
24302 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
24303 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
24304
24305 2014-02-06 Doug Evans <xdje42@gmail.com>
24306
24307 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
24308 output.
24309
24310 * gdb.gdb/python-interrupts.exp: New file.
24311
24312 2014-02-05 Yao Qi <yao@codesourcery.com>
24313
24314 * gdb.trace/report.exp (use_collected_data): Test the output
24315 of "info threads" and "info inferiors".
24316
24317 2014-02-05 Yao Qi <yao@codesourcery.com>
24318
24319 Revert this patch:
24320
24321 2013-05-24 Yao Qi <yao@codesourcery.com>
24322
24323 * gdb.trace/tfile.exp: Test inferior and thread.
24324
24325 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
24326
24327 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
24328 on a function.
24329 * gdb.base/step-bt.c: Call hello via function pointer to make
24330 sure its first instruction is executed on powerpc64le-linux.
24331
24332 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
24333
24334 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
24335
24336 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
24337
24338 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
24339 of the test patterns for use on little-endian systems.
24340
24341 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
24342
24343 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
24344 (decimal_vector): Fix for little-endian.
24345
24346 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
24347
24348 * gdb.arch/sparc-sysstep.exp: New file.
24349 * gdb.arch/sparc-sysstep.c: Likewise.
24350
24351 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
24352
24353 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
24354
24355 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
24356
24357 2014-01-23 Tom Tromey <tromey@redhat.com>
24358
24359 * gdb.ada/array_char_idx: New testcase.
24360
24361 2014-01-23 Tom Tromey <tromey@redhat.com>
24362
24363 PR python/16487:
24364 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
24365 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
24366 classes.
24367
24368 2014-01-23 Tom Tromey <tromey@redhat.com>
24369
24370 PR python/16491:
24371 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
24372 string from an inferior frame.
24373 * gdb.python/py-framefilter-mi.exp: Update.
24374
24375 2014-01-22 Doug Evans <dje@google.com>
24376
24377 * gdb.server/server-mon.exp: Add tests for "set debug-format".
24378
24379 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
24380
24381 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
24382
24383 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
24384
24385 * gdb.trace/entry-values.exp: Remove excess space character from
24386 regex patterns. Handle s390 call instruction.
24387
24388 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
24389
24390 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
24391 define "*_start" label. Make "name" static.
24392 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
24393 ${name} by references to ${name}_start.
24394
24395 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
24396
24397 * gdb.base/info-macros.exp: Remove "debug" from the compile
24398 options.
24399
24400 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
24401
24402 * gdb.dlang/demangle.exp: New file.
24403
24404 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
24405
24406 * gdb.dlang/primitive-types.exp: New file.
24407
24408 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
24409
24410 * configure.ac: Create gdb.dlang/Makefile.
24411 * configure: Regenerate.
24412 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
24413 * gdb.dlang/Makefile.in: New file.
24414 * lib/d-support.exp: New file.
24415 * lib/gdb.exp (skip_d_tests): New proc.
24416
24417 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24418
24419 * gdb.btrace/delta.exp: Check reverse stepi.
24420 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
24421 * gdb.btrace/finish.exp: New.
24422 * gdb.btrace/next.exp: New.
24423 * gdb.btrace/nexti.exp: New.
24424 * gdb.btrace/record_goto.c: Add comments.
24425 * gdb.btrace/step.exp: New.
24426 * gdb.btrace/stepi.exp: New.
24427 * gdb.btrace/multi-thread-step.c: New.
24428 * gdb.btrace/multi-thread-step.exp: New.
24429 * gdb.btrace/rn-dl-bind.c: New.
24430 * gdb.btrace/rn-dl-bind.exp: New.
24431 * gdb.btrace/data.c: New.
24432 * gdb.btrace/data.exp: New.
24433 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
24434
24435 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24436
24437 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
24438 * gdb.btrace/exception.exp: Update.
24439 * gdb.btrace/instruction_history.exp: Update.
24440 * gdb.btrace/record_goto.exp: Update.
24441 * gdb.btrace/tailcall.exp: Update.
24442 * gdb.btrace/unknown_functions.exp: Update.
24443 * gdb.btrace/delta.exp: New.
24444
24445 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24446
24447 * gdb.btrace/record_goto.exp: Add backtrace test.
24448 * gdb.btrace/tailcall.exp: Add backtrace test.
24449
24450 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24451
24452 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
24453 * gdb.btrace/record_goto.c: New.
24454 * gdb.btrace/record_goto.exp: New.
24455 * gdb.btrace/x86-record_goto.S: New.
24456
24457 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24458
24459 * gdb.btrace/function_call_history.exp: Update tests.
24460 * gdb.btrace/instruction_history.exp: Update tests.
24461
24462 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24463
24464 * gdb.btrace/function_call_history.exp: Fix expected field
24465 order for "record function-call-history".
24466 Add new tests for "record function-call-history /c".
24467 * gdb.btrace/exception.cc: New.
24468 * gdb.btrace/exception.exp: New.
24469 * gdb.btrace/tailcall.exp: New.
24470 * gdb.btrace/x86-tailcall.S: New.
24471 * gdb.btrace/x86-tailcall.c: New.
24472 * gdb.btrace/unknown_functions.c: New.
24473 * gdb.btrace/unknown_functions.exp: New.
24474 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
24475
24476 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24477
24478 * gdb.btrace/instruction_history.exp: Update.
24479 * gdb.btrace/function_call_history.exp: Update.
24480
24481 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24482
24483 * gdb.btrace/function_call_history.exp: Fix expected function
24484 trace.
24485 * gdb.btrace/instruction_history.exp: Initialize traced.
24486 Remove traced_functions.
24487
24488 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24489
24490 * gdb.btrace/function_call_history.exp: Update
24491 * gdb.btrace/instruction_history.exp: Update.
24492
24493 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24494
24495 * gdb.btrace/enable.exp: Update expected text.
24496
24497 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
24498
24499 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
24500 bytes.
24501
24502 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
24503
24504 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
24505
24506 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
24507
24508 * lib/gdb.exp (supports_process_record): Return true for
24509 arm*-linux*. (supports_reverse): Likewise.
24510
24511 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
24512
24513 PR python/15464
24514 PR python/16113
24515 * gdb.python/py-type.c: Enhance test case.
24516 * gdb.python/py-value-cc.cc: Likewise
24517 * gdb.python/py-type.exp: Add new tests.
24518 * gdb.python/py-value-cc.exp: Likewise
24519
24520 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
24521 Pedro Alves <palves@redhat.com>
24522
24523 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
24524 Make "name" extern.
24525 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
24526 references to ${name}_start by references to ${name}.
24527
24528 2014-01-10 Joel Brobecker <brobecker@adacore.com>
24529
24530 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
24531
24532 2014-01-10 Joel Brobecker <brobecker@adacore.com>
24533
24534 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
24535
24536 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
24537 Pedro Alves <palves@redhat.com>
24538
24539 * gdb.mi/mi-info-os.exp: Connect to the target with
24540 mi_gdb_target_load.
24541
24542 2014-01-08 Pedro Alves <palves@redhat.com>
24543
24544 * gdb.threads/reconnect-signal.c: New file.
24545 * gdb.threads/reconnect-signal.exp: New file.
24546
24547 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
24548
24549 * gdb.base/source-dir.exp: New file.
24550
24551 2014-01-07 Joel Brobecker <brobecker@adacore.com>
24552
24553 * gdb.ada/mi_interface: New testcase.
24554
24555 2014-01-07 Joel Brobecker <brobecker@adacore.com>
24556
24557 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
24558 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
24559 gdb.ada/pp-rec-component/pck.ads: New files.
24560
24561 2014-01-07 Joel Brobecker <brobecker@adacore.com>
24562
24563 * gdb.python/py-pp-integral.c: New file.
24564 * gdb.python/py-pp-integral.py: New file.
24565 * gdb.python/py-pp-integral.exp: New file.
24566
24567 For older changes see ChangeLog-1993-2013.
24568 \f
24569 ;; Local Variables:
24570 ;; mode: change-log
24571 ;; left-margin: 8
24572 ;; fill-column: 74
24573 ;; version-control: never
24574 ;; End:
24575
24576 Copyright 2014-2021 Free Software Foundation, Inc.
24577 Copying and distribution of this file, with or without modification,
24578 are permitted provided the copyright notice and this notice are preserved.
This page took 0.659533 seconds and 5 git commands to generate.