gdb/testsuite: gdb.base/args.exp: use save_vars
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2021-06-17 Simon Marchi <simon.marchi@efficios.com>
2
3 * gdb.base/args.exp: Use save_vars.
4
5 2021-06-14 Pedro Alves <pedro@palves.net>
6
7 * gdb.base/annota1.exp: Build list using [list] instead of {}.
8 Tell [join] to join with no character. Build expected pattern in
9 separate variable instead of in the -re expression directly.
10
11 2021-06-11 Kevin Buettner <kevinb@redhat.com>
12
13 * gdb.mi/mi-sym-info.exp (114-symbol-info-function test): Increase
14 timeout.
15
16 2021-06-11 Kevin Buettner <kevinb@redhat.com>
17
18 * gdb.base/print-symbol-loading.exp (proc test_load_shlib):
19 Allow "Symbols already loaded for..." messages.
20
21 2021-06-11 Kevin Buettner <kevinb@redhat.com>
22
23 * gdb.base/execl-update-breakpoints.exp: Add regular
24 expression for optionally matching output related to
25 libthread_db.
26 * gdb.base/fork-print-inferior-events.exp: Likewise.
27
28 2021-06-11 Felix Willgerodt <felix.willgerodt@intel.com>
29
30 * gdb.mi/array.f: Convert into...
31 * gdb.mi/array.f90: ...this.
32 * gdb.mi/mi-var-child-f.exp: Use array.f90.
33
34 2021-06-11 Tom Tromey <tom@tromey.com>
35
36 PR rust/23427
37 * lib/rust-support.exp (rust_compiler_version): New caching proc.
38 * gdb.rust/rawids.exp: New file.
39 * gdb.rust/rawids.rs: New file.
40
41 2021-06-10 Simon Marchi <simon.marchi@polymtl.ca>
42
43 * lib/gdb.exp (default_gdb_exit): Unset gdb_tty_name.
44 (spawn_capture_tty_name): New, override builtin spawn.
45 (default_gdb_spawn): Capture GDB's TTY name.
46 * lib/tuiterm.exp (tuiterm_spawn): Remove.
47 (tuiterm_env_init, tuiterm_env_finish): Remove spawn override.
48 (Term) <resize>: Use new variable name.
49 (tuiterm_env_init, tuiterm_env_finish): Remove.
50 (tuiterm_env): Don't call tuiterm_env_init and register
51 tuiterm_env_finish in gdb_finish_hooks.
52 (gdb_finish_hooks): Remove.
53 (gdb_finish): Don't call finish hooks.
54
55 2021-06-10 Tom de Vries <tdevries@suse.de>
56
57 * gdb.mi/user-selected-context-sync.c (child_sub_function, main):
58 Rewrite while (1) using dummy loop body.
59
60 2021-06-10 Bhuvanendra Kumar N <Bhuvanendra.KumarN@amd.com>
61
62 * gdb.base/foll-exec.c: convert the multi-line function call into
63 single line.
64
65 2021-06-10 Tom de Vries <tdevries@suse.de>
66
67 * lib/cp-support.exp (cp_test_ptype_class): Break up regexp.
68 * gdb.cp/nested-types.exp: Remove usage of read1 timeout factor.
69
70 2021-06-10 Tom de Vries <tdevries@suse.de>
71
72 * gdb.cp/cplusfuncs.exp (info_func_regexp): Use gdb_test_lines.
73
74 2021-06-09 Tom Tromey <tromey@adacore.com>
75
76 * README (Example): Update read1 example.
77
78 2021-06-09 Simon Marchi <simon.marchi@polymtl.ca>
79
80 * lib/tuiterm.exp (Term) <_check_box>: Improve logging.
81
82 2021-06-08 Lancelot Six <lsix@lancelotsix.com>
83
84 * gdb.base/premature-dummy-frame-removal.py (TestUnwinder): Use
85 'is None' instead of '== None' and 'is not None' instead of
86 '!= None'.
87 * gdb.python/py-frame-args.py (lookup_function): Same.
88 * gdb.python/py-framefilter-invalidarg.py (Reverse_Function): Same.
89 * gdb.python/py-framefilter.py (Reverse_Function): Same.
90 * gdb.python/py-nested-maps.py (lookup_function): Same.
91 * gdb.python/py-objfile-script-gdb.py (lookup_function): Same.
92 * gdb.python/py-prettyprint.py (lookup_function): Same.
93 * gdb.python/py-section-script.py (lookup_function): Same.
94 * gdb.python/py-unwind-inline.py (dummy_unwinder): Same.
95 * gdb.python/python.exp: Same.
96 * gdb.rust/pp.py (lookup_function): Same.
97
98 2021-06-08 Tom de Vries <tdevries@suse.de>
99
100 * lib/gdb.exp (multi_line): Require more than one argument.
101 * gdb.base/gdbinit-history.exp: Update multi_line call.
102 * gdb.base/jit-reader.exp: Remove multi_line call.
103 * gdb.fortran/dynamic-ptype-whatis.exp: Same.
104
105 2021-06-08 Tom de Vries <tdevries@suse.de>
106
107 * gdb.base/info-types.exp.tcl (match_line, gdb_test_lines): Move ...
108 * lib/gdb.exp: ... here.
109 * gdb.base/info-macros.exp: Use gdb_test_lines.
110
111 2021-06-08 Tom de Vries <tdevries@suse.de>
112
113 * gdb.base/info-types.exp.tcl (match_line): Handle --any.
114 (gdb_test_lines): Factor out of ...
115 (run_test): ... here.
116
117 2021-06-08 Tom de Vries <tdevries@suse.de>
118
119 * gdb.base/batch-preserve-term-settings.exp (spawn_shell): Fix
120 matching of initial prompt.
121
122 2021-06-08 Tom de Vries <tdevries@suse.de>
123
124 * gdb.threads/multi-create-ns-info-thr.exp: Limit breakpoint regexp to
125 one line.
126
127 2021-06-08 Tom de Vries <tdevries@suse.de>
128
129 * gdb.base/sect-cmd.exp: Use gdb_test. Use -wrap "". Fix
130 test name.
131
132 2021-06-08 Tom de Vries <tdevries@suse.de>
133
134 * gdb.base/sect-cmd.exp: Fix saw_section_address_line regexp.
135
136 2021-06-07 Simon Marchi <simon.marchi@polymtl.ca>
137
138 * gdb.base/continue-all-already-running.exp: Call fail if can't
139 run to main.
140
141 2021-06-07 Andrew Burgess <andrew.burgess@embecosm.com>
142
143 PR gdb/27847
144 * gdb.dwarf2/dw2-weird-type-len.c: New file.
145 * gdb.dwarf2/dw2-weird-type-len.exp: New file.
146
147 2021-06-07 Simon Marchi <simon.marchi@polymtl.ca>
148
149 * gdb.base/attach.exp (test_command_line_attach_run): Use
150 proc_with_prefix.
151
152 2021-06-07 Tom de Vries <tdevries@suse.de>
153
154 PR testsuite/27908
155 * gdb.base/run-attach-while-running.exp (test): Don't match prompt
156 after attach using '$gdb_prompt $'.
157
158 2021-06-07 Tom de Vries <tdevries@suse.de>
159
160 * gdb.base/info-types.exp.tcl: Remove "File .*" matching from regexp
161 matching state machine.
162
163 2021-06-07 Tom de Vries <tdevries@suse.de>
164
165 * gdb.base/new-ui-pending-input.exp
166 (test_command_line_new_ui_pending_input): Fix regexp for "initial
167 prompt on extra console".
168
169 2021-06-07 Tom de Vries <tdevries@suse.de>
170
171 * gdb.base/info-types.exp.tcl (run_test): Move "random line" regexp
172 up.
173
174 2021-06-06 Simon Marchi <simon.marchi@efficios.com>
175
176 * gdb.server/stop-reply-no-thread-multi.exp: Clear sysroot when
177 host and target are local.
178
179 2021-06-05 Hannes Domani <ssbssa@yahoo.de>
180
181 * gdb.python/py-symbol.exp: Fix tests for Python 3.
182
183 2021-06-05 Shahab Vahedi <shahab@synopsys.com>
184
185 * gdb.arch/arc-disassembler-options.exp: New test.
186 * gdb.arch/arc-disassembler-options.s: New test source.
187
188 2021-06-04 Tom Tromey <tromey@adacore.com>
189
190 * gdb.ada/array_of_symbolic_length.exp: New file.
191 * gdb.ada/array_of_symbolic_length/foo.adb: New file.
192 * gdb.ada/array_of_symbolic_length/gl.adb: New file.
193 * gdb.ada/array_of_symbolic_length/gl.ads: New file.
194 * gdb.ada/array_of_symbolic_length/pck.adb: New file.
195 * gdb.ada/array_of_symbolic_length/pck.ads: New file.
196
197 2021-06-03 Magne Hov <mhov@undo.io>
198
199 PR python/27841
200 * gdb.python/py-events.exp: Extend inferior exit tests.
201 * gdb.python/py-events.py: Print inferior exit PID.
202
203 2021-06-03 Hannes Domani <ssbssa@yahoo.de>
204
205 * gdb.python/py-symbol.exp: Test symbol constants.
206
207 2021-06-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
208
209 * gdb.dwarf2/per-bfd-sharing.exp: Fix temp-dir leakage.
210
211 2021-06-02 Carl Love <cel@us.ibm.com>
212
213 * gdb.threads/threadapply.c: Add global mybarrier.
214 (main): Add pthread_barrier_init.
215 (thread_function): Replace while loop with myp increment and
216 pthread_barrier_wait.
217
218 2021-06-02 Andrew Burgess <andrew.burgess@embecosm.com>
219
220 * lib/gdb.exp (gdb_compile): Only add the -J option when using a
221 gcc based Fortran compiler, for example, flang does not support
222 this option.
223
224 2021-06-02 Andrew Burgess <andrew.burgess@embecosm.com>
225
226 * lib/fortran.exp (fortran_int8): Escape '*' in pattern.
227
228 2021-06-01 Tom Tromey <tromey@adacore.com>
229
230 * Makefile.in (all): Don't print anything.
231 ($(abs_builddir)/site.exp site.exp): Use $(ECHO_GEN).
232 (expect-read1): Likewise.
233 (read1.so): Use $(ECHO_CC).
234 Include silent-rules.mk.
235
236 2021-06-01 Tom Tromey <tromey@adacore.com>
237
238 * aclocal.m4, configure.ac, configure: Remove.
239 * Makefile.in (EXTRA_RULES): Remove.
240 ($(abs_builddir)/site.exp site.exp): Don't depend on
241 config.status.
242 (distclean maintainer-clean realclean, Makefile): Update.
243 (config.status): Remove target.
244 (lib/pdtrace): New target.
245 (all): Don't depend on EXTRA_RULES.
246 (check-read1): Depend on read1.so, expect-read1.
247
248 2021-06-01 Tom de Vries <tdevries@suse.de>
249
250 PR symtab/26096
251 * gdb.cp/cold-clone.cc: New test.
252 * gdb.cp/cold-clone.exp: New file.
253
254 2021-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
255
256 * gdb.gdb/unittest.c: New file.
257 * gdb.gdb/unittest.exp: Run with and without a binary file loaded
258 into GDB.
259
260 2021-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
261
262 * gdb.base/premature-dummy-frame-removal.c: New file.
263 * gdb.base/premature-dummy-frame-removal.exp: New file.
264 * gdb.base/premature-dummy-frame-removal.py: New file.
265
266 2021-05-27 Simon Marchi <simon.marchi@polymtl.ca>
267
268 * gdb.base/reverse-init-functions.exp: New.
269
270 2021-05-27 Tom de Vries <tdevries@suse.de>
271
272 PR symtab/27919
273 PR testsuite/27920
274 * gdb.dwarf2/dw2-dummy-cu.exp: Use maint expand-symtabs instead of
275 -readnow.
276
277 2021-05-27 Tom de Vries <tdevries@suse.de>
278
279 PR testsuite/27921
280 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Rename to ...
281 (local_add_gdb_index): ... this.
282
283 2021-05-21 Tom de Vries <tdevries@suse.de>
284
285 PR testsuite/25047
286 * boards/cc-with-gnu-debuglink.exp: New file.
287
288 2021-05-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
289
290 * gdb.dwarf2/dw2-inline-with-lexical-scope.c (func): Replace
291 a dead code with an assignment to a global var. Fix a
292 whitespacing problem around an assignment operator.
293
294 2021-05-19 Will Schmidt <will_schmidt@vnet.ibm.com>
295
296 * gdb.arch/powerpc64-prologue.c: New test to exercise prologues
297 for the powerpc64 LE target.
298 * gdb.arch/powerpc-prologue.exp: Test Harness.
299
300 2021-05-19 Andrew Burgess <andrew.burgess@embecosm.com>
301
302 * gdb.guile/scm-pretty-print.exp: Add test names to resolve
303 duplicate test names.
304
305 2021-05-19 Tom de Vries <tdevries@suse.de>
306
307 * gdb.base/info-types.exp.tcl: Scan info types output line-by-line.
308
309 2021-05-17 Simon Marchi <simon.marchi@polymtl.ca>
310
311 * gdb.python/py-framefilter-gdb.py.in: Rename to:
312 * gdb.python/py-framefilter-gdb.py: ... this.
313 * gdb.python/py-framefilter-invalidarg-gdb.py.in: Rename to:
314 * gdb.python/py-framefilter-invalidarg-gdb.py: ... this.
315
316 2021-05-17 Simon Marchi <simon.marchi@polymtl.ca>
317
318 * gdb.python/py-framefilter-gdb.py.in: Re-format.
319 * gdb.python/py-framefilter-invalidarg-gdb.py.in: Re-format.
320
321 2021-05-17 Bhuvanendra Kumar N <Bhuvanendra.KumarN@amd.com>
322
323 * gdb.base/class-allocatable-array.exp: Modified test for clang.
324
325 2021-05-16 Weimin Pan <weimin.pan@oracle.com>
326
327 * gdb.ctf/funcreturn.exp: New file.
328 * gdb.ctf/whatis.c: Copy from gdb.base.
329
330 2021-05-14 Tom Tromey <tom@tromey.com>
331
332 * gdb.rust/pp.exp: New file.
333 * gdb.rust/pp.py: New file.
334 * gdb.rust/pp.rs: New file.
335
336 2021-05-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
337
338 * gdb.base/index-cache.exp: Cleanup $cache_dir/*.gdb-index and
339 remove the directory.
340 * gdb.dwarf2/per-bfd-sharing.exp: Likewise.
341
342 2021-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
343
344 * gdb.python/py-inferior.exp: Add test cases for 'connection_num'.
345
346 2021-05-14 Kent Cheung <kent.cheung@arm.com>
347 Andrew Burgess <andrew.burgess@embecosm.com>
348
349 * gdb.python/py-format-string.c: Added a variable to test.
350 * gdb.python/py-format-string.exp: Check string representation is
351 printed at appropriate max_depth settings.
352 * gdb.python/py-nested-maps.exp: Likewise.
353 * gdb.guile/scm-pretty-print.exp: Add additional tests.
354
355 2021-05-13 Andrew Burgess <andrew.burgess@embecosm.com>
356
357 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Give some tests
358 unique names, also wrap proc body in with_test_prefix.
359
360 2021-05-13 Andrew Burgess <andrew.burgess@embecosm.com>
361
362 * gdb.guile/scm-frame-args.exp: Add with_test_prefix to resolve
363 duplicate test names.
364 * gdb.guile/scm-parameter.exp: Provide test names to avoid
365 duplicate names based on the command being run.
366 * gdb.guile/scm-symbol.exp: Extend test name to make it unique.
367 * gdb.guile/scm-type.exp (restart_gdb): Don't print PASS line when
368 loading a support module.
369 (test_equality): Update test name to match the actual test, making
370 the name unique in the process.
371 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test names
372 to resolve duplicate tests.
373 (test_inferior_function_call): Likewise.
374 (test_subscript_regression): Likewise.
375
376 2021-05-13 Andrew Burgess <andrew.burgess@embecosm.com>
377
378 * lib/guile.exp (gdb_scm_load_file): Use empty test name to
379 silence PASS lines.
380 (gdb_install_guile_module): Likewise.
381
382 2021-05-12 George Barrett <bob@bob131.so>
383
384 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test for
385 value-const-value.
386
387 2021-05-12 George Barrett <bob@bob131.so>
388
389 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test for
390 value-reference-value. Add test for value-rvalue-reference-value.
391
392 2021-05-11 Tom de Vries <tdevries@suse.de>
393
394 * gdb.base/watch_thread_num.exp: Fix "set debug infrun 1" FAILs.
395 Add "set debug infrun 1" commented out.
396
397 2021-05-11 Tom de Vries <tdevries@suse.de>
398
399 * gdb.base/gdb-sigterm.exp: Fix exp_continue regexp.
400
401 2021-05-11 Bhuvanendra Kumar <Bhuvanendra.KumarN@amd.com>
402
403 * gdb.fortran/array-element.exp: Breakpoint location is modified.
404
405 2021-05-10 Lancelot Six <lsix@lancelotsix.com>
406
407 PR gdb/27614
408 * gdb.dwarf2/gdb-add-index-symlink.exp: New test.
409
410 2021-05-10 Andrew Burgess <andrew.burgess@embecosm.com>
411
412 * gdb.guile/guile.exp: Don't use the source directory as a
413 temporary HOME directory.
414
415 2021-05-10 Simon Marchi <simon.marchi@polymtl.ca>
416
417 * gdb.arch/amd64-osabi.exp (test_osabi_none): Use the
418 parameters.
419
420 2021-05-07 Andrew Burgess <andrew.burgess@embecosm.com>
421
422 * gdb.guile/guile.exp: Add an extra test.
423
424 2021-05-07 Andrew Burgess <andrew.burgess@embecosm.com>
425
426 * gdb.base/ptype-offsets.exp: Replace use of send_gdb with
427 gdb_test_no_output.
428
429 2021-05-07 Simon Marchi <simon.marchi@polymtl.ca>
430
431 * Re-format all Python files using black.
432 * gdb.python/py-prettyprint.exp (run_lang_tests): Adjust.
433
434 2021-05-06 Andrew Burgess <andrew.burgess@embecosm.com>
435
436 * gdb.guile/scm-breakpoint.exp (test_watchpoints): Print the
437 watchpoint object before and after registering it with GDB.
438
439 2021-05-06 Andrew Burgess <andrew.burgess@embecosm.com>
440
441 * gdb.guile/scm-breakpoint.exp (test_bkpt_basic): Convert to
442 'proc_with_prefix', remove use of 'with_test_prefix', and
443 reindent.
444 (test_bkpt_deletion): Likewise.
445 (test_bkpt_cond_and_cmds): Likewise.
446 (test_bkpt_invisible): Likewise.
447 (test_watchpoints): Likewise.
448 (test_bkpt_internal): Likewise.
449 (test_bkpt_eval_funcs): Likewise.
450 (test_bkpt_registration): Likewise.
451 (test_bkpt_address): Convert to 'proc_with_prefix'.
452 (test_bkpt_probe): Likewise.
453
454 2021-05-06 Andrew Burgess <andrew.burgess@embecosm.com>
455
456 * gdb.guile/scm-breakpoint.exp (test_bkpt_basic): Extend test
457 names to avoid duplicates.
458 (test_bkpt_cond_and_cmds): Likewise.
459 (test_bkpt_eval_funcs): Likewise.
460
461 2021-05-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
462
463 * gdb.mi/mi-break.exp (test_forced_conditions): Add a test
464 for the -break-condition command's "--force" flag.
465
466 2021-05-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
467
468 * gdb.mi/mi-break.exp (test_forced_conditions): New proc that
469 is called by the test.
470
471 2021-05-05 Tom de Vries <tdevries@suse.de>
472
473 * gdb.threads/detach-step-over.exp: Do exp_continue when encountering
474 "Reading symbols" or "Expanding full symbols" lines. Using timeout
475 factor of 2 for attach.
476
477 2021-05-05 Tom de Vries <tdevries@suse.de>
478
479 * gdb.threads/fork-plus-threads.exp: Handle "New LWP <n>" and
480 "LWP <n> exited" messages.
481
482 2021-05-04 Simon Marchi <simon.marchi@polymtl.ca>
483
484 * gdb.python/py-type.exp (test_fields): Test calling fields on
485 an int type.
486
487 2021-05-04 Simon Marchi <simon.marchi@efficios.com>
488
489 * gdb.python/flexible-array-member.exp: Adjust expected range
490 value for member declared with 0 size. Test accessing range
491 tuple through range type.
492
493 2021-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
494
495 PR testsuite/27788
496 * gdb.python/py-startup-opt.exp (test_python_settings): Change the
497 expected results when environment variable PYTHONDONTWRITEBYTECODE
498 is set.
499
500 2021-04-30 Tom Tromey <tromey@adacore.com>
501
502 * gdb.ada/enum_idx_packed/pck.ads (My_Enum, My_Array_Type)
503 (Confused_Array): New types.
504 * gdb.ada/enum_idx_packed/foo.adb (Confused_Array): New variable.
505 * gdb.ada/enum_idx_packed.exp: Add new tests.
506
507 2021-04-30 Tom de Vries <tdevries@suse.de>
508
509 * gdb.mi/mi-sym-info.exp: Add with_timeout_factor, and increase
510 existing timeout factors.
511
512 2021-04-30 Tom de Vries <tdevries@suse.de>
513
514 * gdb.mi/mi-sym-info.exp: Remove duplicate test.
515
516 2021-04-29 Tom de Vries <tdevries@suse.de>
517
518 PR testsuite/27786
519 * lib/valgrind.exp (vgdb_start): Use set_remotetimeout. Increase
520 remotetimeout to 4.
521
522 2021-04-28 Tom Tromey <tromey@adacore.com>
523
524 * gdb.ada/null_overload.exp: New file.
525 * gdb.ada/null_overload/foo.adb: New file.
526
527 2021-04-28 Andrew Burgess <andrew.burgess@embecosm.com>
528
529 * gdb.python/py-startup-opt.exp: New file.
530
531 2021-04-27 Luis Machado <luis.machado@linaro.org>
532
533 * gdb.base/maint.exp: Drop a pattern that is not needed.
534 * lib/gdb.exp (readnow): Match line-by-line.
535
536 2021-04-27 Luis Machado <luis.machado@linaro.org>
537
538 * gdb.xml/tdesc-reload.exp: Pass -lbl.
539
540 2021-04-27 Michael Weghorn <m.weghorn@posteo.de>
541 Simon Marchi <simon.marchi@polymtl.ca>
542
543 * gdb.python/libpy-autoloaded-pretty-printers-in-newobjfile-event.so-gdb.py: New test.
544 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event-lib.cc: New test.
545 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event-lib.h: New test.
546 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event-main.cc: New test.
547 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event.exp: New test.
548 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event.py: New test.
549
550 2021-04-26 Tom Tromey <tromey@adacore.com>
551
552 PR gdb/27743:
553 * gdb.dwarf2/imported-unit-bp.exp: New file.
554 * gdb.dwarf2/imported-unit-bp-main.c: New file.
555 * gdb.dwarf2/imported-unit-bp-alt.c: New file.
556
557 2021-04-26 Simon Marchi <simon.marchi@polymtl.ca>
558
559 PR gdb/27773
560 * gdb.base/dump.exp: Test dump to non-existent dir.
561
562 2021-04-26 Luis Machado <luis.machado@linaro.org>
563
564 * gdb.arch/aarch64-dbreg-contents.c (set_watchpoint): Fix arch level
565 comparison.
566
567 2021-04-25 Lancelot Six <lsix@lancelotsix.com>
568
569 PR gdb/22640
570 * gdb.base/ptype-offsets.exp: Add tests to verify the behavior
571 of 'ptype/ox' and 'ptype/od'. Check that 'set print type hex'
572 changes the default behavior of 'ptype/o'. Update to take into
573 account new horizontal layout.
574 * gdb.rust/simple.exp: Update ptype test to check new horizontal
575 layout.
576 * gdb.rust/union.exp: Same.
577
578 2021-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
579
580 * gdb.base/info_sources.exp: Add new tests.
581
582 2021-04-22 Tom Tromey <tom@tromey.com>
583
584 * gdb.base/ptype-offsets.cc (struct empty_member): New.
585 (main): Use empty_member.
586 * gdb.base/ptype-offsets.exp: Add new test.
587
588 2021-04-22 Simon Marchi <simon.marchi@polymtl.ca>
589
590 * gdb.python/flexible-array-member.exp: Add check for Python
591 support.
592
593 2021-04-22 Simon Marchi <simon.marchi@polymtl.ca>
594
595 PR gdb/27757
596 * gdb.python/flexible-array-member.c: New test.
597 * gdb.python/flexible-array-member.exp: New test.
598 * gdb.guile/scm-type.exp (test_range): Add test for flexible
599 array member.
600 * gdb.guile/scm-type.c (struct flex_member): New.
601 (main): Use it.
602
603 2021-04-22 Tom Tromey <tom@tromey.com>
604
605 * gdb.rust/modules.exp: Add checks for syntax errors.
606 * gdb.rust/expr.exp: Add checks for syntax errors.
607 * gdb.rust/simple.exp: Add checks for syntax errors.
608
609 2021-04-21 Carl Love <cel@us.ibm.com>
610
611 * gdb.base/valgrind-bt.exp: Add gdb_test "break main".
612 Update expected string for gdb_test "bt".
613
614 * lib/valgrind.exp: Add set remotetimeout 3.
615 Increase vgdb wait from 1 to 2.
616 Add max-invoke-ms option to vgdb command line.
617
618 2021-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
619
620 * gdb.mi/mi-break.exp: Extend with checks for invalid breakpoint
621 conditions.
622
623 2021-04-21 Simon Marchi <simon.marchi@polymtl.ca>
624 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
625
626 * gdb.mi/mi-break.exp: Fix the duplicate test names.
627
628 2021-04-20 Felix Willgerodt <felix.willgerodt@intel.com>
629
630 * gdb.base/address_space_qualifier.exp: New file.
631
632 2021-04-19 Tom Tromey <tromey@adacore.com>
633
634 PR gdb/27742:
635 * gdb.opt/inline-locals.exp: Update kfail patterns.
636
637 2021-04-17 Tom Tromey <tom@tromey.com>
638
639 * gdb.dwarf2/gdb-index-nodebug.exp: New file.
640
641 2021-04-16 Tom Tromey <tom@tromey.com>
642
643 * gdb.rust/simple.exp: Change error text.
644 * gdb.rust/expr.exp: Change error text.
645
646 2021-04-16 Tom Tromey <tom@tromey.com>
647
648 * gdb.rust/simple.exp: Add parens to 'as' test.
649
650 2021-04-16 Simon Marchi <simon.marchi@efficios.com>
651
652 * boards/simavr.exp: Set debug_flags.
653
654 2021-04-16 Luis Machado <luis.machado@linaro.org>
655
656 * gdb.dwarf2/dw2-bfloat16.exp: New file.
657
658 2021-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
659
660 * gdb.python/py-parameter.exp: Give a test a proper name to avoid
661 including a path in the test name.
662
663 2021-04-15 Simon Marchi <simon.marchi@polymtl.ca>
664
665 * gdb.threads/fork-plus-threads.exp: Use foreach_with_prefix.
666
667 2021-04-15 Tom Tromey <tromey@adacore.com>
668
669 * gdb.dwarf2/arr-stride.exp: Add test.
670
671 2021-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
672
673 * gdb.base/startup-file.exp: Add more tests.
674
675 2021-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
676
677 PR cli/25956
678 * gdb.base/early-init-file.c: New file.
679 * gdb.base/early-init-file.exp: New file.
680 * lib/gdb-utils.exp (style): Handle style 'none'.
681
682 2021-04-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
683
684 * gdb.dwarf2/dw2-inline-with-lexical-scope.exp: Use
685 @DW_INL_declared_inlined for the inline attribute.
686
687 2021-04-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
688
689 * gdb.opt/inline-locals.c (scoped): New function.
690 (main): Call 'scoped'.
691 * gdb.opt/inline-locals.exp: Update with "info locals" tests
692 for scoped variables.
693 * gdb.dwarf2/dw2-inline-with-lexical-scope.c: New file.
694 * gdb.dwarf2/dw2-inline-with-lexical-scope.exp: New file.
695
696 2021-04-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
697
698 * lib/dwarf.exp (_location): Recognize DW_OP_fbreg as an op.
699
700 2021-04-12 Will Schmidt <will_schmidt@vnet.ibm.com>
701
702 * gdb.arch/powerpc-vsx-regs.exp: Initialize vs* doublewords.
703
704 2021-04-12 Will Schmidt <will_schmidt@vnet.ibm.com>
705
706 * gdb.arch/powerpc-plxv-nonrel.s: Testcase using
707 non-relative plxv instructions.
708 * gdb.arch/powerpc-plxv-nonrel.exp: Testcase harness.
709
710 2021-03-31 Will Schmidt <will_schmidt@vnet.ibm.com>
711
712 PR gdb/27525
713 * gdb/testsuite/gdb.arch/powerpc-addpcis.exp: Testcase harness to
714 exercise single-stepping over subpcis,lnia,addpcis instructions
715 with displacement.
716 * gdb/testsuite/gdb.arch/powerpc-addpcis.s: Testcase with stream
717 of addpcis/lnia/subpcis instructions.
718 * gdb/testsuite/gdb.arch/powerpc-lnia.exp: Testcase harness to
719 exercise single-stepping over lnia instructions with displacement.
720 * gdb/testsuite/gdb.arch/powerpc-lnia.s: Testcase with stream of
721 lnia instructions.
722
723 2021-03-31 Will Schmidt <will_schmidt@vnet.ibm.com>
724
725 * gdb.arch/powerpc-power10.s: New test for instructions.
726 * gdb.arch/powerpc-power10.exp: Harness to run the test.
727
728 2021-4-12 Carl Love <cel@us.ibm.com>
729
730 * gdb.arch/vsx-vsr-float128.c: New test file.
731 * gdb.arch/vsx-vsr-float128.exp: New expect file.
732
733 2021-04-12 Markus Metzger <markus.t.metzger@intel.com>
734
735 * gdb.btrace/reconnect.exp: Relax expected stepi output.
736
737 2021-04-07 Weimin Pan <weimin.pan@oracle.com>
738
739 * gdb.base/ctf-ptype.c: Add struct link containing a forward
740 reference type.
741 * gdb.base/ctf-ptype.exp: Add "ptype struct link".
742
743 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
744
745 * gdb.fortran/dynamic-ptype-whatis.exp: New file.
746 * gdb.fortran/dynamic-ptype-whatis.f90: New file.
747
748 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
749
750 * gdb.cp/rvalue-ref-params.cc (f3): New function.
751 (f4): New function.
752 (global_int): New global variable.
753 (global_float): Likeiwse.
754 (main): Call both new functions.
755 * gdb.cp/rvalue-ref-params.exp: Add new tests.
756
757 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
758
759 * gdb.dwarf2/fission-relative-dwo.c: New file.
760 * gdb.dwarf2/fission-relative-dwo.exp: New file.
761
762 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
763
764 * gdb.dwarf2/fission-absolute-dwo.c: New file.
765 * gdb.dwarf2/fission-absolute-dwo.exp: New file.
766 * gdb.dwarf2/fission-base.exp: Use build_executable_and_dwo_files
767 instead of build_executable_from_fission_assembler.
768 * gdb.dwarf2/fission-loclists-pie.exp: Likewise.
769 * gdb.dwarf2/fission-loclists.exp: Likewise.
770
771 * gdb.dwarf2/fission-multi-cu.S: Delete file.
772 * gdb.dwarf2/fission-multi-cu.c: New file based on old
773 fission-multi-cu1.c and fission-multi-cu2.c files.
774 * gdb.dwarf2/fission-multi-cu1.c: Delete file.
775 * gdb.dwarf2/fission-multi-cu2.c: Delete file.
776 * gdb.dwarf2/fission-multi-cu.exp: Rewrite to use Dwarf assembler.
777 * gdb.dwarf2/fission-reread.exp: Likewise.
778 * lib/dwarf.exp (extract_dwo_information): New proc.
779 (strip_dwo_information): New proc.
780 (build_executable_and_dwo_files): New proc.
781 (build_executable_from_fission_assembler): Delete.
782 (Dwarf::_debug_addr_index): New variable.
783 (Dwarf::_cu_is_fission): New variable.
784 (Dwarf::_handle_DW_FORM): Handle DW_OP_GNU_addr_index.
785 (Dwarf::_default_form): Supply a default for DW_AT_GNU_addr_base.
786 (Dwarf::_handle_macro_at_range): Use form DW_FORM_GNU_addr_index
787 if this is a fission CU.
788 (Dwarf::_location): Handle DW_OP_GNU_addr_index.
789 (Dwarf::debug_addr_label): New proc.
790 (Dwarf::cu): Initialise _cu_is_fission.
791 (Dwarf::tu): Likewise.
792 (Dwarf::assemble): Initialise _debug_addr_index.
793
794 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
795
796 * gdb.dwarf2/dw2-using-debug-str.exp: Add an additional test.
797
798 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
799
800 * gdb.python/py-parameter.exp: Add test for reading data-directory
801 using gdb.parameter API.
802
803 2021-04-06 Tom de Vries <tdevries@suse.de>
804
805 PR breakpoints/25884
806 * gdb.opt/inline-cmds.exp: Remove kfail.
807
808 2021-04-06 Tom de Vries <tdevries@suse.de>
809
810 PR testsuite/27691
811 * gdb.threads/gcore-thread.exp: Don't call gdb_core_cmd with core
812 file "".
813
814 2021-04-01 Egeyar Bagcioglu <egeyar@gmail.com>
815
816 * lib/pdtrace.in: Fix obvious typo.
817
818 2021-03-31 Tom Tromey <tromey@adacore.com>
819
820 * lib/dwarf.exp (Dwarf::_get_args): New proc.
821 (Dwarf::_location): Use it.
822
823 2021-03-31 Tom de Vries <tdevries@suse.de>
824
825 PR testsuite/27667
826 * lib/gdb.exp (default_gdb_init): Unset DEBUGINFOD_URLS.
827
828 2021-03-30 Simon Marchi <simon.marchi@polymtl.ca>
829
830 PR gdb/27541
831 * gdb.base/index-cache-load-twice.exp: Remove.
832 * gdb.base/index-cache-load-twice.c: Remove.
833 * gdb.dwarf2/per-bfd-sharing.exp: New.
834 * gdb.dwarf2/per-bfd-sharing.c: New.
835
836 2021-03-30 Tom de Vries <tdevries@suse.de>
837
838 PR testsuite/27604
839 * gdb.dwarf2/dw2-cu-size.S: Add missing .debug_abbrev terminator.
840
841 2021-03-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
842
843 * gdb.mi/user-selected-context-sync.exp: Spin on a variable in
844 the infinite loop to avoid a Clang bug.
845
846 2021-03-26 Will Schmidt <will_schmidt@vnet.ibm.com>
847
848 * gdb.arch/powerpc-disassembler-options.exp: Extend some test
849 names for uniqueness.
850 * gdb.arch/powerpc-fpscr-gcore.exp: Add more test names for
851 uniqueness.
852
853 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
854
855 * gdb.python/py-prettyprint.c (struct container): Add 'is_array_p'
856 member.
857 (make_container): Initialise is_array_p.
858 * gdb.python/py-prettyprint.exp: Add new tests.
859 * gdb.python/py-prettyprint.py (ContainerPrinter.display_hint):
860 Check is_array_p and possibly return 'array'.
861
862 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
863
864 * gdb.cp/breakpoint.exp: Extend test names to make them unique.
865 * gdb.cp/casts.exp: Give tests unique names.
866 * gdb.cp/filename.exp: Likewise.
867 * gdb.cp/gdb2495.exp: Likewise.
868 * gdb.cp/mb-ctor.exp: Extend test names to make them unique.
869 * gdb.cp/misc.exp: Rename test to make it unique.
870 * gdb.cp/nsnested.exp: Give tests unique names.
871 * gdb.cp/ovldbreak.exp: Likewise.
872 * gdb.cp/pr17494.exp: Rename test to reflect what is actually
873 being tested. This also removes the duplicate test name.
874 * gdb.cp/ref-types.exp: Likewise.
875 * gdb.cp/temargs.exp: Likewise.
876
877 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
878
879 * gdb.cp/cplusfuncs.exp (test_paddr_operator_functions): Escape
880 square brackets in test.
881
882 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
883
884 * gdb.cp/maint.exp (test_first_component): Run more tests with a
885 variable number of spaces, this removes the duplicate testing of
886 'operator ->' which existed before.
887
888 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
889
890 * gdb.cp/gdb2384.cc (main): Change comments used for breakpoints.
891 * gdb.cp/gdb2384.exp: Change and extend test names to avoid
892 duplicates, and also to avoid having a string inside parentheses
893 at the end of test names.
894
895 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
896
897 * gdb.cp/nsusing.exp: Rewrite test, remove a duplicate test block.
898 Avoid repeated uses of 'runto', and instread just progress once
899 through the test stopping at different breakpoints. Give comments
900 a capital letter and full stop. Give duplicate tests unique names.
901
902 2021-03-25 Pedro Alves <pedro@palves.net>
903
904 * gdb.server/stop-reply-no-thread-multi.exp (run_test): Add
905 "target_non_stop" parameter and use it.
906 (top level): Add "maint set target-non-stop on/off" testing axis.
907
908 2021-03-25 Andrew Burgess <andrew.burgess@embecosm.com>
909
910 * lib/ada.exp (gnat_runtime_has_debug_info): Use -wrap with
911 gdb_test_multiple.
912
913 2021-03-24 Luis Machado <luis.machado@linaro.org>
914
915 * gdb.arch/aarch64-mte.c: New file.
916 * gdb.arch/aarch64-mte.exp: New test.
917 * gdb.base/memtag.c: New file.
918 * gdb.base/memtag.exp: New test.
919 * lib/gdb.exp (supports_memtag): New function.
920
921 2021-03-24 Luis Machado <luis.machado@linaro.org>
922
923 * gdb.base/options.exp: Adjust for new print options.
924 * gdb.base/with.exp: Likewise.
925
926 2021-03-22 Andrew Burgess <andrew.burgess@embecosm.com>
927
928 * gdb.dwarf2/dw2-missing-cu-tag.c: New file.
929 * gdb.dwarf2/dw2-missing-cu-tag.exp: New file.
930
931 2021-03-22 Andrew Burgess <andrew.burgess@embecosm.com>
932
933 * gdb.dwarf2/dw2-using-debug-str.c: New file.
934 * gdb.dwarf2/dw2-using-debug-str.exp: New file.
935 * lib/dwarf.exp (Dwarf::DW_FORM_strp): Create .debug_str section,
936 not .debug_string.
937
938 2021-03-20 Tom Tromey <tom@tromey.com>
939
940 * gdb.base/maint.exp: Update "maint print statistics" output.
941
942 2021-03-19 Kevin Buettner <kevinb@redhat.com>
943
944 * lib/gdbserver-support.exp (gdbserver_exit): Use the
945 "-nowait" flag when waiting for gdbserver to exit.
946
947 2021-03-19 Sourabh Singh Tomar <SourabhSingh.Tomar@amd.com>
948
949 * gdb.base/info-macros.exp: Append -fdebug-macro to
950 additional_flags for clang.
951 * gdb.base/macscp.exp: Likewise.
952 * gdb.base/style.exp: Likewise.
953 * gdb.linespec/macro-relative.exp: Likewise.
954
955 2021-03-17 Simon Marchi <simon.marchi@polymtl.ca>
956 Pedro Alves <pedro@palves.net>
957
958 * gdb.base/run-attach-while-running.exp: New.
959 * gdb.base/run-attach-while-running.c: New.
960
961 2021-03-16 Andrew Burgess <andrew.burgess@embecosm.com>
962
963 * gdb.python/py-framefilter-addr.c: New file.
964 * gdb.python/py-framefilter-addr.exp: New file.
965 * gdb.python/py-framefilter-addr.py: New file.
966
967 2021-03-16 Andrew Burgess <andrew.burgess@embecosm.com>
968
969 * gdb.threads/execl.exp: Remove duplicate 'info threads' test.
970 Make use of $gdb_test_name instead of creating a separate $test
971 variable.
972 * gdb.threads/print-threads.exp: Add a with_test_prefix instead of
973 adding a '($name)' at the end of each test. This also catches the
974 one place where '($name)' was missing, and so caused a duplicate
975 test name.
976 * gdb.threads/queue-signal.exp: Give tests unique names to avoid
977 duplicate test names based on the command being tested.
978 * gdb.threads/signal-command-multiple-signals-pending.exp:
979 Likewise.
980 * lib/gdb.exp (gdb_compile_shlib_pthreads): Tweak test name to
981 avoid duplicate testnames when a test script uses this proc and
982 also gdb_compile_pthreads.
983 * lib/prelink-support.exp (build_executable_own_libs): Use
984 with_test_prefix to avoid duplicate test names when we call
985 build_executable twice.
986
987 2021-03-15 Tom Tromey <tromey@adacore.com>
988
989 * gdb.ada/fixed_points.exp: Add tests of unary + and -.
990
991 2021-03-15 Tom Tromey <tromey@adacore.com>
992
993 * gdb.ada/varsize_limit.exp: Add new test.
994 * gdb.ada/varsize_limit/vsizelim.adb: Update.
995
996 2021-03-15 Tom Tromey <tromey@adacore.com>
997
998 * gdb.ada/operator_call/twovecs.ads: New file.
999 * gdb.ada/operator_call/twovecs.adb: New file.
1000 * gdb.ada/operator_call/opcall.adb: New file.
1001 * gdb.ada/operator_call.exp: New file.
1002
1003 2021-03-15 Tom Tromey <tromey@adacore.com>
1004
1005 * gdb.ada/enums_overload/enums_overload_main.adb: New file.
1006 * gdb.ada/enums_overload/enums_overload.ads: New file.
1007 * gdb.ada/enums_overload/enums_overload.adb: New file.
1008 * gdb.ada/enums_overload.exp: New file.
1009
1010 2021-03-15 Tom Tromey <tromey@adacore.com>
1011
1012 * gdb.ada/assign_arr/target_wrapper.ads (IArray, Put, Do_Nothing):
1013 Declare.
1014 * gdb.ada/assign_arr/target_wrapper.adb: New file.
1015 * gdb.ada/assign_arr/main_p324_051.adb (IValue): New variable.
1016 Call Put.
1017 * gdb.ada/assign_arr.exp: Update.
1018
1019 2021-03-15 Andrew Burgess <andrew.burgess@embecosm.com>
1020
1021 * gdb.python/py-auto-load-chaining-f1.c: New file.
1022 * gdb.python/py-auto-load-chaining-f1.o-gdb.py: New file.
1023 * gdb.python/py-auto-load-chaining-f2.c: New file.
1024 * gdb.python/py-auto-load-chaining-f2.o-gdb.py: New file.
1025 * gdb.python/py-auto-load-chaining.c: New file.
1026 * gdb.python/py-auto-load-chaining.exp: New file.
1027
1028 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1029
1030 * gdb.python/py-bad-printers.exp: Extend test names to make them
1031 unique.
1032 * gdb.python/py-events.exp: Likewise.
1033 * gdb.python/py-finish-breakpoint2.exp: Likewise.
1034 * gdb.python/py-frame-inline.exp: Likewise.
1035 * gdb.python/py-frame.exp: Likewise.
1036 * gdb.python/py-infthread.exp: Likewise.
1037
1038 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1039
1040 * gdb.python/py-value-cc.exp: Remove a duplicate test.
1041
1042 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1043
1044 * gdb.python/lib-types.exp: Update the test to check the correct
1045 python variable.
1046
1047 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1048
1049 * gdb.python/py-explore-cc.exp: Extend test names to make them
1050 unique.
1051
1052 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1053
1054 * gdb.python/py-lookup-type.exp: Remove duplicate test.
1055
1056 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1057
1058 * gdb.python/py-symtab.exp: Extend test names to make them
1059 unique.
1060
1061 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1062
1063 * gdb.python/py-prompt.exp: Add with_test_prefix to make test
1064 names unique.
1065
1066 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1067
1068 * gdb.python/py-block.exp: Give tests unique names.
1069
1070 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1071
1072 * gdb.python/py-pp-maint.exp: Extend test names to make them
1073 unique.
1074
1075 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1076
1077 * gdb.python/py-explore.exp: Add with_test_prefix to make test
1078 names unique.
1079
1080 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1081
1082 * gdb.python/py-finish-breakpoint.exp: Make test names unique.
1083
1084 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1085
1086 * gdb.python/py-strfns.exp: Use with_test_prefix to make test
1087 names unique.
1088
1089 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1090
1091 * gdb.python/py-format-string.exp: Use proc_with_prefix to make
1092 test names unique.
1093
1094 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1095
1096 * gdb.python/py-mi.exp: Use with_test_prefix to make test names
1097 unique.
1098
1099 2021-03-09 Tom Tromey <tromey@adacore.com>
1100
1101 * gdb.base/cast-call.exp: New file.
1102 * gdb.base/cast-call.c: New file.
1103
1104 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
1105
1106 * gdb.gdb/python-helper.exp: New file.
1107
1108 2020-03-04 Felix Willgerodt <felix.willgerodt@intel.com>
1109
1110 * gdb.fortran/intrinsics.exp: Add LOC tests.
1111
1112 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
1113
1114 * gdb.fortran/shape.exp: New file.
1115 * gdb.fortran/shape.f90: New file.
1116
1117 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
1118
1119 * gdb.fortran/size.exp: New file.
1120 * gdb.fortran/size.f90: New file.
1121
1122 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
1123
1124 * gdb.fortran/rank.exp: New file.
1125 * gdb.fortran/rank.f90: New file.
1126
1127 2021-03-08 Tom Tromey <tom@tromey.com>
1128
1129 * gdb.fortran/debug-expr.exp: Update tests.
1130
1131 2021-03-08 Tom Tromey <tom@tromey.com>
1132
1133 * gdb.base/debug-expr.exp: Update expected dump output.
1134
1135 2021-03-06 Tom Tromey <tom@tromey.com>
1136
1137 * lib/dwarf.exp (_handle_DW_FORM): Treat DW_FORM_GNU_ref_alt and
1138 DW_FORM_GNU_strp_alt like DW_FORM_sec_offset.
1139 * gdb.dwarf2/dwznolink.exp: New file.
1140
1141 2021-03-05 Mark Wielaard <mark@klomp.org>
1142
1143 * lib/valgrind.exp (vgdb_start): Add --wait=1 to vgdbcmd.
1144
1145 2021-03-06 Weimin Pan <weimin.pan@oracle.com>
1146
1147 * gdb.base/ctf-ptype.exp: Add function tests and fix typos.
1148
1149 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1150
1151 * gdb.btrace/rn-dl-bind.exp: Add ldflags=-Wl,-z,lazy.
1152
1153 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1154
1155 * gdb.btrace/non-stop.exp: Adjust expected source lines.
1156
1157 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1158
1159 * gdb.btrace/stepi.exp: Add {} options to prepare_for_testing.
1160
1161 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1162
1163 * gdb.btrace/exception.cc (main): Update test source.
1164 * gdb.btrace/exception.exp: Update patterns.
1165 * gdb.btrace/function_call_history.exp: Likewise.
1166
1167 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1168
1169 * gdb.btrace/unknown_functions.exp: Move -Wl,-x to ldflags.
1170
1171 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1172
1173 * gdb.btrace/rn-dl-bind.exp: Replace reverse-step with
1174 reverse-continue to breakpoint.
1175
1176 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1177
1178 * gdb.btrace/delta.exp: Remove instruction-history and
1179 function-call-history checks.
1180
1181 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1182
1183 * README (Note): Add nopie_ldflag.
1184 * lib/gdb.exp (gdb_compile): Extend nopie handling.
1185
1186 2021-03-02 Tom Tromey <tromey@adacore.com>
1187
1188 * gdb.ada/fixed_points.exp: Remove most special cases for minimal
1189 encodings.
1190
1191 2021-02-27 Lancelot Six <lsix@lancelotix.com>
1192
1193 PR gdb/27393
1194 * gdb.base/source-dir.exp: Test that empty dirnames are skipped.
1195
1196
1197 2021-02-26 Tom Tromey <tom@tromey.com>
1198
1199 * lib/gdb.exp (skip_ctf_tests): Use expr on result.
1200
1201 2021-02-26 Jan Vrany <jan.vrany@labware.com>
1202
1203 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv):
1204 Remove trailing \n from expected output.
1205
1206 2021-02-26 Markus Metzger <markus.t.metzger@intel.com>
1207
1208 * lib/gdb.exp (use_gdb_stub): Extend comment.
1209
1210 2021-02-25 Jan Matyas <jmatyas@codasip.com>
1211
1212 PR gdb/26819
1213 * gdb.server/stop-reply-no-thread.exp: Add two test
1214 scenarios that cover remote targets which do not have
1215 the concept of threads.
1216
1217 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1218
1219 * gdb.fortran/associated.exp: Add missing '-wrap' argument.
1220
1221 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1222
1223 PR fortran/26155
1224 * gdb.fortran/call-no-debug-func.f90: New file.
1225 * gdb.fortran/call-no-debug-prog.f90: New file.
1226 * gdb.fortran/call-no-debug.exp: New file.
1227
1228 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1229
1230 * gdb.fortran/associated.exp: New file.
1231 * gdb.fortran/associated.f90: New file.
1232
1233 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1234
1235 * gdb.fortran/dot-ops.exp (dot_operations): Test ".xor.".
1236
1237 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1238
1239 * gdb.base/sect-cmd.exp: Update expected results.
1240
1241 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1242
1243 * gdb.base/sect-cmd.exp: Rewrite using modern testsuite
1244 techniques. Enable the test for all targets.
1245
1246 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1247
1248 * gdb.base/maint-info-sections.exp: Add new tests.
1249 (check_maint_info_target_sections_output): New proc.
1250
1251 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1252
1253 * gdb.arch/riscv-default-tdesc.exp: New file.
1254
1255 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1256
1257 * gdb.fortran/pointer-to-pointer.exp: Additional tests.
1258
1259 2021-02-18 Andrew Burgess <andrew.burgess@embecosm.com>
1260
1261 * gdb.arch/i386-biarch-core.exp: Add target check.
1262
1263 2021-02-16 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1264
1265 * gdb.dwarf2/pr13961.S: Corrected invalid DIE references.
1266
1267 2021-02-12 Andrew Burgess <andrew.burgess@embecosm.com>
1268
1269 * gdb.fortran/allocated.exp: New file.
1270 * gdb.fortran/allocated.f90: New file.
1271
1272 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
1273
1274 * gdb.fortran/lbound-ubound.exp: Remove old comment.
1275
1276 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
1277
1278 * gdb.base/maint-info-sections.exp: Update expected output, and
1279 add additional tests. Again.
1280
1281 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
1282
1283 * gdb.base/maint-info-sections.exp: Update expected output, and
1284 add additional tests.
1285
1286 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
1287
1288 * gdb.base/maint-info-sections.exp: New file, content is moved
1289 from gdb.base/maint.exp and cleaned up to use latest testsuite
1290 techniques.
1291 * gdb.base/maint.exp: Tests moved out to
1292 gdb.base/maint-info-sections.exp.
1293
1294 2021-02-10 Simon Marchi <simon.marchi@efficios.com>
1295
1296 * gdb.multi/multi-target.exp.tcl (setup): Add "set sysroot" to
1297 GDBFLAGS.
1298
1299 2021-02-10 Andrew Burgess <andrew.burgess@embecosm.com>
1300
1301 * gdb.fortran/lbound-ubound.F90: New file.
1302 * gdb.fortran/lbound-ubound.exp: New file.
1303
1304 2021-02-10 Tom de Vries <tdevries@suse.de>
1305
1306 * lib/gdb.exp (gdb_load_no_complaints): Remove unnecessary
1307 "Restore saved setting of complaints".
1308
1309 2021-02-09 Tom de Vries <tdevries@suse.de>
1310
1311 PR symtab/27341
1312 * lib/gdb.exp (with_complaints): New proc, factored out of ...
1313 (gdb_load_no_complaints): ... here.
1314 * gdb.fortran/function-calls.exp: Add test-case.
1315
1316 2021-02-09 Abid Qadeer <abidh@codesourcery.com>
1317
1318 * gdb.threads/signal-command-handle-nopass.exp: Call
1319 'standard_testfile' before using 'testfile'.
1320 * gdb.threads/signal-command-multiple-signals-pending.exp: Likewise.
1321 * gdb.threads/signal-delivered-right-thread.exp: Likewise
1322 * gdb.threads/signal-sigtrap.exp: Likewise
1323
1324 2021-02-08 Luis Machado <luis.machado@linaro.org>
1325
1326 * gdb.base/gnu-ifunc.exp (build): Pass -Wl,z,lazy.
1327
1328 2021-02-08 Tom de Vries <tdevries@suse.de>
1329
1330 * gdb.dwarf2/enqueued-cu-base-addr.exp: Fix inter-CU reference.
1331
1332 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1333
1334 * gdb.python/tui-window-disabled.c: New file.
1335 * gdb.python/tui-window-disabled.exp: New file.
1336 * gdb.python/tui-window-disabled.py: New file.
1337
1338 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1339
1340 * gdb.python/tui-window.exp: Add new tests.
1341 * gdb.python/tui-window.py (TestWindow) <__init__>: Store
1342 TestWindow object into global the_window.
1343 <remote_title>: New method.
1344 (delete_window_title): New function.
1345
1346 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1347
1348 * gdb.tui/winheight.exp: Add more tests.
1349
1350 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1351
1352 * gdb.python/py-framefilter.exp: Update expected results.
1353 * gdb.python/python.exp: Update expected results.
1354
1355 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1356
1357 * gdb.tui/scroll.exp: Tighten expected results. Remove comment
1358 about bug in GDB, update expected results, and add more tests.
1359
1360 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1361
1362 * gdb.tui/scroll.exp: New file.
1363 * gdb.tui/tui-layout-asm-short-prog.exp: Update expected results.
1364 * lib/tuiterm.exp (Term::_csi_M): Delete count lines, scroll
1365 remaining lines up.
1366 (Term::check_region_contents): New proc.
1367 (Term::check_box_contents): Use check_region_contents.
1368
1369 2021-02-06 Tom de Vries <tdevries@suse.de>
1370
1371 PR testsuite/26922
1372 * gdb.tui/tui-layout-asm.exp: Ignore whitespace mismatches when
1373 scrolling.
1374
1375 2021-02-05 Tom de Vries <tdevries@suse.de>
1376
1377 PR breakpoints/27313
1378 * gdb.base/catch-syscall.exp: Check that "catch syscall -1" is
1379 rejected.
1380
1381 2021-02-05 Tom de Vries <tdevries@suse.de>
1382
1383 * gdb.dwarf2/main-subprogram.exp: Add KFAIL for PR symtab/24549.
1384 * gdb.fortran/mixed-lang-stack.exp: Same.
1385
1386 2021-02-05 Tom de Vries <tdevries@suse.de>
1387
1388 PR exp/27265
1389 * gdb.base/complex-parts.exp: Add tests.
1390
1391 2021-02-05 Tom de Vries <tdevries@suse.de>
1392
1393 PR symtab/27307
1394 * gdb.dwarf2/clang-debug-names.exp: Check file command warnings.
1395
1396 2021-02-04 Shahab Vahedi <shahab@synopsys.com>
1397
1398 * gdb.xml/tdesc-regs.exp: Use correct core-regs for ARC.
1399
1400 2021-02-03 Pedro Alves <pedro@palves.net>
1401
1402 * gdb.threads/detach-step-over.c: New file.
1403 * gdb.threads/detach-step-over.exp: New file.
1404
1405 2021-02-03 Pedro Alves <pedro@palves.net>
1406
1407 * gdb.threads/attach-non-stop.c: New file.
1408 * gdb.threads/attach-non-stop.exp: New file.
1409
1410 2021-02-02 Lancelot SIX <lsix@lancelotsix.com>
1411
1412 * gdb.base/inferior-noarg.c: New test.
1413 * gdb.base/inferior-noarg.exp: New test.
1414
1415 2021-02-02 Simon Marchi <simon.marchi@polymtl.ca>
1416
1417 * gdb.base/scope.exp: Use proc_with_prefix.
1418
1419 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
1420
1421 * lib/dwarf.exp (rnglists): Add -no-offset-array option to
1422 table proc.
1423 * gdb.dwarf2/rnglists-sec-offset.exp: Add test for
1424 .debug_rnglists table without offset array.
1425 * gdb.dwarf2/loclists-sec-offset.exp: Add test for
1426 .debug_loclists table without offset array.
1427
1428 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
1429
1430 * gdb.dwarf2/rnglists-sec-offset.exp: Add test for DW_AT_ranges
1431 of DW_FORM_sec_offset form plus DW_AT_rnglists_base attribute.
1432 * gdb.dwarf2/loclists-sec-offset.exp: Add test for
1433 DW_AT_location of DW_FORM_sec_offset plus DW_AT_loclists_base
1434 attribute
1435
1436 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
1437
1438 PR gdb/26813
1439 * lib/dwarf.exp (_handle_DW_FORM): Handle DW_FORM_loclistx.
1440 (loclists): New proc.
1441 * gdb.dwarf2/loclists-multiple-cus.c: New.
1442 * gdb.dwarf2/loclists-multiple-cus.exp: New.
1443 * gdb.dwarf2/loclists-sec-offset.c: New.
1444 * gdb.dwarf2/loclists-sec-offset.exp: New.
1445
1446 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
1447
1448 * lib/dwarf.exp (_location): Add parameters.
1449 (_handle_DW_FORM): Adjust.
1450
1451 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
1452
1453 PR gdb/26813
1454 * lib/dwarf.exp (_handle_DW_FORM): Handle DW_FORM_rnglistx.
1455 (cu): Generate header for DWARF 5.
1456 (rnglists): New proc.
1457 * gdb.dwarf2/rnglists-multiple-cus.exp: New.
1458 * gdb.dwarf2/rnglists-sec-offset.exp: New.
1459
1460 2021-02-02 Tom de Vries <tdevries@suse.de>
1461
1462 PR symtab/24620
1463 * gdb.dwarf2/fission-reread.exp: Add test-case.
1464
1465 2021-02-01 Tom de Vries <tdevries@suse.de>
1466
1467 * gdb.dwarf2/fission-base.S: Pass -DDWO=$dwo.
1468 * gdb.dwarf2/fission-loclists-pie.S: Same.
1469 * gdb.dwarf2/fission-loclists.S: Same.
1470 * gdb.dwarf2/fission-multi-cu.S: Same.
1471 * gdb.dwarf2/fission-reread.S: Same.
1472 * gdb.dwarf2/fission-base.exp: Use DWO.
1473 * gdb.dwarf2/fission-loclists-pie.exp: Same.
1474 * gdb.dwarf2/fission-loclists.exp: Same.
1475 * gdb.dwarf2/fission-multi-cu.exp: Same.
1476 * gdb.dwarf2/fission-reread.exp: Same.
1477
1478 2021-01-29 Tom de Vries <tdevries@suse.de>
1479
1480 PR breakpoints/26063
1481 * gdb.dwarf2/dw2-step-out-of-function-no-stmt.c: New test.
1482 * gdb.dwarf2/dw2-step-out-of-function-no-stmt.exp: New file.
1483
1484 2021-01-29 Tom de Vries <tdevries@suse.de>
1485
1486 * gdb.opt/solib-intra-step.exp: Remove state tracking logic.
1487
1488 2021-01-28 Tom de Vries <tdevries@suse.de>
1489
1490 * gdb.arch/i386-gnu-cfi.exp: Capture the position of function gate
1491 in the backtrace, and use that in the rest of the test instead of
1492 hardcoded constant 3. Use "frame" instead of "up" for robustness.
1493
1494 2021-01-28 Tom de Vries <tdevries@suse.de>
1495
1496 * gdb.arch/i386-sse-stack-align.S: Rename g[0-4] to test_g[0-4].
1497 * gdb.arch/i386-sse-stack-align.c: Same.
1498 * gdb.arch/i386-sse-stack-align.exp: Same.
1499
1500 2021-01-28 Andrew Burgess <andrew.burgess@embecosm.com>
1501
1502 * lib/gdb.exp (default_gdb_init): Unset XDG_CONFIG_HOME.
1503
1504 2021-01-28 Tom de Vries <tdevries@suse.de>
1505
1506 * gdb.ada/out_of_line_in_inlined.exp: Use gdb_breakpoint.
1507
1508 2021-01-28 Tom de Vries <tdevries@suse.de>
1509
1510 * gdb.dwarf2/dw2-out-of-range-end-of-seq.exp: Add regexp to
1511 "maint info line-table". Make PASS pattern more specific. Make
1512 FAIL pattern work for -m32.
1513
1514 2021-01-27 Lancelot SIX <lsix@lancelotsix.com>
1515
1516 PR gdb/27133
1517 * gdb.base/ui-redirect.exp: Add test case that ensures that
1518 redirecting both logging and debug does not cause gdb to crash.
1519
1520
1521 2021-01-27 Matthew Malcomson <matthew.malcomson@arm.com>
1522
1523 * gdb.arch/insn-reloc.c: Add tests for BR and BLR.
1524
1525 2021-01-26 Tom de Vries <tdevries@suse.de>
1526
1527 * gdb.threads/killed-outside.exp: Allow regular output.
1528
1529 2021-01-26 Tom de Vries <tdevries@suse.de>
1530
1531 * gdb.opt/solib-intra-step.exp: Handle stepping into thunk.
1532
1533 2021-01-25 Tom de Vries <tdevries@suse.de>
1534
1535 * gdb.dwarf2/dw2-ranges-psym.exp (gdb_load_no_complaints): New proc.
1536 * lib/gdb.exp: Use gdb_load_no_complaints.
1537
1538 2021-01-25 Tom Tromey <tromey@adacore.com>
1539
1540 * gdb.ada/fixed_points.exp: Add regression test.
1541 * gdb.ada/fixed_points/fixed_points.adb (FP5_Var): New variable.
1542 * gdb.ada/fixed_points/pck.adb (Delta5, FP5_Type): New.
1543
1544 2021-01-25 Tom Tromey <tromey@adacore.com>
1545
1546 * gdb.ada/local-enum.exp: Add enumerator resolution test.
1547
1548 2021-01-25 Tom Tromey <tromey@adacore.com>
1549
1550 * gdb.ada/local-enum.exp: New file.
1551 * gdb.ada/local-enum/local.adb: New file.
1552
1553 2021-01-23 Tom Tromey <tom@tromey.com>
1554
1555 * lib/gdb.exp (default_gdb_init): Set INPUTRC to a cached file.
1556
1557 2021-01-22 Bernd Edlinger <bernd.edlinger@hotmail.de>
1558
1559 * gdb.base/line65535.exp: Fix test expectation.
1560
1561 2021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
1562
1563 * lib/gdb.exp (gdb_test_multiple): Remove things related to test
1564 suppression.
1565 (default_gdb_exit): Likewise.
1566 (default_gdb_spawn): Likewise.
1567 (send_gdb): Likewise.
1568 (gdb_expect): Likewise.
1569 (gdb_expect_list): Likewise.
1570 (default_gdb_init): Likewise.
1571 (gdb_suppress_entire_file): Remove.
1572 (gdb_suppress_tests): Remove.
1573 (gdb_stop_suppressing_tests): Remove.
1574 (gdb_clear_suppressed): Remove.
1575 * lib/mi-support.exp (mi_uncatched_gdb_exit): Remove things
1576 related to test suppression.
1577 (default_mi_gdb_start): Likewise.
1578 (mi_gdb_reinitialize_dir): Likewise.
1579 (mi_gdb_test): Likewise.
1580 (mi_run_cmd_full): Likewise.
1581 (mi_runto_helper): Likewise.
1582 (mi_execute_to): Likewise.
1583 * lib/prompt.exp (default_prompt_gdb_start): Likewise.
1584 * gdb.base/bitfields.exp: Likewise.
1585 * gdb.base/bitfields2.exp: Likewise.
1586 * gdb.base/break.exp: Likewise.
1587 * gdb.base/call-sc.exp: Likewise.
1588 * gdb.base/callfuncs.exp: Likewise.
1589 * gdb.base/dfp-test.exp: Likewise.
1590 * gdb.base/endian.exp: Likewise.
1591 * gdb.base/exprs.exp: Likewise.
1592 * gdb.base/funcargs.exp: Likewise.
1593 * gdb.base/hbreak2.exp: Likewise.
1594 * gdb.base/recurse.exp: Likewise.
1595 * gdb.base/scope.exp: Likewise.
1596 * gdb.base/sepdebug.exp: Likewise.
1597 * gdb.base/structs.exp: Likewise.
1598 * gdb.base/until.exp: Likewise.
1599 * gdb.cp/misc.exp: Likewise.
1600
1601 2021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
1602
1603 PR cli/25956
1604 * gdb.base/style.exp (run_style_tests): Add version string test.
1605 (test_startup_version_string): Use version style name.
1606 * lib/gdb-utils.exp (style): Handle version style name.
1607
1608 2021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
1609
1610 * gdb.base/style.exp (limited_style): New proc.
1611 (clean_restart_and_disable): New proc.
1612 (run_style_tests): New proc. Most of the old tests from this file
1613 are now in this proc.
1614 (test_startup_version_string): New proc. Reamining test from the
1615 old file is in this proc.
1616
1617 2021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
1618
1619 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
1620 Adjust to "set debug remote" changes.
1621
1622 2021-01-21 Luis Machado <luis.machado@linaro.org>
1623
1624 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Handle a new error
1625 message.
1626
1627 2021-01-21 Simon Marchi <simon.marchi@polymtl.ca>
1628
1629 * lib/tuiterm.exp (_log, _log_cur): New, use throughout.
1630
1631 2021-01-21 Hannes Domani <ssbssa@yahoo.de>
1632
1633 PR python/19151
1634 * gdb.python/py-breakpoint.exp: Add tests for hardware breakpoints.
1635
1636 2021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
1637
1638 * lib/tuiterm.exp: Rename _cur_x/_cur_y to _cur_col/_cur_row.
1639
1640 2021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
1641
1642 * lib/tuiterm.exp: Add links in comments.
1643
1644 2021-01-20 Tom de Vries <tdevries@suse.de>
1645
1646 * gdb.python/py-format-string.exp: Allow Deriv+$decimal as vtable
1647 offset.
1648
1649 2021-01-20 Tom de Vries <tdevries@suse.de>
1650
1651 * lib/gdb.exp (skip_rust_tests): Skip if multilib_flags contains -m32.
1652
1653 2021-01-20 Sergio Durigan Junior <sergiodj@sergiodj.net>
1654
1655 * gdb.arch/amd64-stap-expressions.S: New file.
1656 * gdb.arch/amd64-stap-expressions.exp: New file.
1657
1658 2021-01-19 Tom de Vries <tdevries@suse.de>
1659
1660 * gdb.base/step-over-syscall.exp: Detect and handle sysenter/int
1661 sequence.
1662
1663 2021-01-19 Tom de Vries <tdevries@suse.de>
1664
1665 * gdb.arch/i386-mpx.c (main): Drop argc/argv parameter.
1666
1667 2021-01-18 Andrew Burgess <andrew.burgess@embecosm.com>
1668
1669 * gdb.fortran/array-slices.exp (run_test): Avoid including
1670 addresses in test names.
1671
1672 2021-01-15 Tom de Vries <tdevries@suse.de>
1673
1674 PR testsuite/26997
1675 * gdb.fortran/array-slices.exp (run_test): Avoid pointer arithmetic
1676 when adding sizeof.
1677
1678 2021-01-14 Tom de Vries <tdevries@suse.de>
1679
1680 PR testsuite/24590
1681 * gdb.base/style.exp: Handle shorter argv in frame command output.
1682
1683 2021-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1684
1685 PR gdb/26819
1686 * gdb.server/stop-reply-no-thread-multi.c: New file.
1687 * gdb.server/stop-reply-no-thread-multi.exp: New file.
1688
1689 2021-01-12 Tom de Vries <tdevries@suse.de>
1690
1691 * gdb.arch/i386-mpx-call.c (have_mpx): Remove.
1692 (main): Remove call to have_mpx.
1693 * gdb.arch/i386-mpx-call.exp: Use have_mpx.
1694 * gdb.arch/i386-mpx-map.c (have_mpx): Remove.
1695 (main): Remote call to have_mpx.
1696 * gdb.arch/i386-mpx-map.exp: Use have_mpx.
1697 * gdb.arch/i386-mpx-sigsegv.c (have_mpx): Remove.
1698 (main): Remove call to have_mpx.
1699 * gdb.arch/i386-mpx-sigsegv.exp: Use have_mpx.
1700 * gdb.arch/i386-mpx-simple_segv.c (have_mpx): Remove.
1701 (main): Remove call to have_mpx.
1702 * gdb.arch/i386-mpx-simple_segv.exp: Use have_mpx.
1703 * gdb.arch/i386-mpx.c (have_mpx): Remove.
1704 (main): Remote call to have_mpx.
1705 * gdb.arch/i386-mpx.exp: Use have_mpx.
1706 * lib/gdb.exp (have_mpx): New proc.
1707
1708 2021-01-12 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
1709
1710 * gdb.arch/aarch64-fp.exp: Modify to test bfloat16 support.
1711
1712 2021-01-12 Tom de Vries <tdevries@suse.de>
1713
1714 * gdb.base/disasm-optim.exp: Require is_amd64_regs_target.
1715
1716 2021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1717
1718 * gdb.fortran/debug-expr.exp: Add new tests.
1719
1720 2021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1721
1722 * gdb.fortran/dot-ops.exp: Add new tests.
1723
1724 2021-01-11 Tom de Vries <tdevries@suse.de>
1725
1726 PR testsuite/26968
1727 * gdb.arch/amd64-stap-three-arg-disp.S: Remove insn modifying $ebx.
1728 Move insn setting $eax to before probe point.
1729
1730 2021-01-09 Tom Tromey <tom@tromey.com>
1731
1732 * gdb.trace/ax.exp: Do not require an "ext".
1733
1734 2021-01-08 Tom Tromey <tromey@adacore.com>
1735
1736 * gdb.ada/voidctx/pck.adb: New file.
1737 * gdb.ada/voidctx/pck.ads: New file.
1738 * gdb.ada/voidctx/voidctx.adb: New file.
1739 * gdb.ada/voidctx.exp: New file.
1740
1741 2021-01-08 Simon Marchi <simon.marchi@polymtl.ca>
1742
1743 PR gdb/27157
1744 * gdb.base/empty-host-env-vars.exp: New test.
1745
1746 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
1747
1748 * gdb.base/completion.exp: Add a new test.
1749
1750 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
1751
1752 * gdb.fortran/intvar-dynamic-types.exp: New file.
1753 * gdb.fortran/intvar-dynamic-types.f90: New file.
1754
1755 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
1756
1757 * gdb.fortran/intvar-array.exp: New file.
1758 * gdb.fortran/intvar-array.f90: New file.
1759
1760 2021-01-07 Tom Tromey <tromey@adacore.com>
1761
1762 * gdb.ada/assign_arr.exp: Add 'others' test.
1763
1764 2021-01-06 Tom Tromey <tromey@adacore.com>
1765
1766 * gdb.ada/fixed_points/pck.ads (Delta4): New constant.
1767 (FP4_Type): New type.
1768 (FP4_Var): New variable.
1769 * gdb.ada/fixed_points/fixed_points.adb: Update.
1770 * gdb.ada/fixed_points.exp: Add tests for binary operators.
1771
1772 2021-01-06 Simon Marchi <simon.marchi@polymtl.ca>
1773
1774 * lib/gdb.exp (gdb_test_sequence): Accept -prompt switch.
1775 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1776 Pass prompt containing debug print to gdb_test_sequence.
1777
1778 2021-01-04 Tom de Vries <tdevries@suse.de>
1779
1780 * gdb.dwarf2/dw2-out-of-range-end-of-seq.exp: New file.
1781
1782 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1783
1784
1785
1786 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1787
1788 * gdb.server/abspath.exp: Append "set sysroot" to GDBFLAGS.
1789 * gdb.server/connect-without-multi-process.exp: Likewise.
1790 * gdb.server/exit-multiple-threads.exp: Likewise.
1791 * gdb.server/ext-attach.exp: Likewise.
1792 * gdb.server/ext-restart.exp: Likewise.
1793 * gdb.server/ext-run.exp: Likewise.
1794 * gdb.server/ext-wrapper.exp: Likewise.
1795 * gdb.server/multi-ui-errors.exp: Likewise.
1796 * gdb.server/no-thread-db.exp: Likewise.
1797 * gdb.server/reconnect-ctrl-c.exp: Likewise.
1798 * gdb.server/run-without-local-binary.exp: Likewise.
1799 * gdb.server/server-kill.exp: Likewise.
1800 * gdb.server/server-run.exp: Likewise.
1801 * gdb.server/solib-list.exp: Likewise.
1802 * gdb.server/stop-reply-no-thread.exp: Likewise.
1803 * gdb.server/wrapper.exp: Likewise.
1804 * gdb.server/sysroot.exp: Increase timeout when testing the
1805 target: sysroot.
1806
1807 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1808
1809 * gdb.server/server-run.exp: Use clean_restart.
1810
1811 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1812
1813 * gdb.server/ext-run.exp: Use clean_restart.
1814
1815 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1816
1817 * gdb.server/stop-reply-no-thread.exp: Use build_executable
1818 instead of prepare_for_testing.
1819
1820 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1821
1822 * gdb.server/solib-list.exp: Use clean_restart.
1823
1824 2021-01-04 Tom de Vries <tdevries@suse.de>
1825
1826 * gdb.base/morestack.c: Remove printf.
1827 * gdb.base/morestack.exp: Don't use -fuse-ld=gold.
1828
1829 2020-12-31 Tom Tromey <tom@tromey.com>
1830
1831 * gdb.rust/simple.exp: Update output for Rust 1.49.
1832
1833 2020-12-31 Bernd Edlinger <bernd.edlinger@hotmail.de>
1834
1835 * gdb.cp/step-and-next-inline.exp: Fix test case.
1836
1837 2020-12-30 Simon Marchi <simon.marchi@polymtl.ca>
1838
1839 * gdb.python/py-frame-args.exp: De-duplicate test names.
1840
1841 2020-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
1842
1843 PR gdb/27059
1844 * gdb.dwarf2/dyn-type-unallocated.c: New file.
1845 * gdb.dwarf2/dyn-type-unallocated.exp: New file.
1846
1847 2020-12-21 Peter Waller <p@pwaller.net>
1848
1849 * gdb.base/style-interp-exec-mi.exp: New.
1850 * gdb.base/style-interp-exec-mi.c: New.
1851
1852 2020-12-21 Simon Marchi <simon.marchi@polymtl.ca>
1853
1854 * gdb.base/list.exp: Replace send_gdb + gdb_expect with
1855 gdb_test. Use proc_with_prefix.
1856
1857 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
1858
1859 * gdb.btrace/exception.exp: Build with nopie.
1860 * gdb.btrace/function_call_history.exp: Likewise.
1861 * gdb.btrace/unknown_functions.exp: Likewise.
1862
1863 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
1864
1865 * gdb.btrace/multi-inferior.exp: Skip if use_gdb_stub.
1866
1867 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
1868
1869 * gdb.python/py-record-btrace.exp: Make test names unique.
1870 * gdb.python/py-record-full.exp: Likewise.
1871
1872 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
1873
1874 * gdb.btrace/data.exp: Make test names unique.
1875 * gdb.btrace/delta.exp: Likewise.
1876 * gdb.btrace/enable.exp: Likewise.
1877 * gdb.btrace/function_call_history.exp: Likewise.
1878 * gdb.btrace/nohist.exp: Likewise.
1879 * gdb.btrace/non-stop.exp: Likewise.
1880 * gdb.btrace/rn-dl-bind.exp: Likewise.
1881 * gdb.btrace/step.exp: Likewise.
1882 * gdb.btrace/stepi.exp: Likewise.
1883 * gdb.btrace/tailcall.exp: Likewise.
1884
1885 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
1886
1887 * gdb.btrace/enable.exp: Update error message.
1888 * gdb.btrace/multi-inferior.exp: Likewise.
1889 * gdb.btrace/reconnect.exp: Likewise.
1890 * gdb.python/py-record-btrace.exp: Likewise.
1891 * gdb.python/py-record-full.exp: Likewise.
1892
1893 2020-12-20 Tom de Vries <tdevries@suse.de>
1894
1895 * lib/gdb.exp (save_target_board_info): New proc.
1896 (gdb_compile_shlib): Use save_target_board_info.
1897
1898 2020-12-19 Tom de Vries <tdevries@suse.de>
1899
1900 * lib/gdb.exp (supports_scalar_storage_order_attribute)
1901 (supports_gnuc): New proc.
1902 * gdb.base/endianity.exp: Define TEST_SSO. Eliminate
1903 test_compiler_info calls. Add unsupported message.
1904 * gdb.base/endianity.c: Use TEST_SSO.
1905
1906 2020-12-19 Hannes Domani <ssbssa@yahoo.de>
1907
1908 PR exp/27070
1909 * gdb.python/compare-enum-type-a.c: New test.
1910 * gdb.python/compare-enum-type-b.c: New test.
1911 * gdb.python/compare-enum-type.exp: New file.
1912 * gdb.python/compare-enum-type.h: New test.
1913
1914 2020-12-18 Hannes Domani <ssbssa@yahoo.de>
1915
1916 * gdb.python/py-format-string.exp: Add tests for address keyword.
1917
1918 2020-12-18 Hannes Domani <ssbssa@yahoo.de>
1919
1920 * gdb.python/py-type.exp: Add tests for TYPE_CODE_METHOD.
1921
1922 2020-12-18 Tom Tromey <tromey@adacore.com>
1923
1924 * gdb.ada/fixed_points.exp: Also run with
1925 -fgnat-encodings=minimal. Update expected output.
1926
1927 2020-12-16 Simon Marchi <simon.marchi@efficios.com>
1928
1929 * gdb.base/async-shell.exp: Enable non-stop through GDBFLAGS.
1930 * gdb.base/continue-all-already-running.exp: Likewise.
1931 * gdb.base/moribund-step.exp: Likewise.
1932 * gdb.base/step-sw-breakpoint-adjust-pc.exp: Likewise.
1933
1934 2020-12-16 Tom de Vries <tdevries@suse.de>
1935
1936 * gdb.base/batch-preserve-term-settings.exp:
1937
1938 2020-12-16 Tom de Vries <tdevries@suse.de>
1939
1940 * lib/gdb.exp (gdb_compile_shlib_1): Factor out of ...
1941 (gdb_compile_shlib): ... here. Filter out PIE-related flags.
1942
1943 2020-12-16 Luis Machado <luis.machado@linaro.org>
1944
1945 * gdb.arch/aarch64-tagged-pointer.c (main): Add a few more
1946 pointer-based memory accesses.
1947 * gdb.arch/aarch64-tagged-pointer.exp: Exercise additional
1948 hw watchpoint cases.
1949
1950 2020-12-15 Rae Kim <rae.kim@gmail.com>
1951
1952 * gdb.base/document.exp: New test.
1953
1954 2020-12-15 Tom Tromey <tromey@adacore.com>
1955
1956 * gdb.base/style.exp: Add deprecation tests.
1957
1958 2020-12-14 Simon Marchi <simon.marchi@polymtl.ca>
1959
1960 * lib/gdb.exp (gdb_test_multiple): Fix typo in doc.
1961
1962 2020-12-14 Mark Wielaard <mark@klomp.org>
1963
1964 * lib/dwarf.exp (Dwarf::_handle_attribute): Handle SPECIAL_expr
1965 specially, set attr_form_comment to the actual FORM string used.
1966
1967 2020-12-14 Mark Wielaard <mark@klomp.org>
1968
1969 * lib/dwarf.exp (Dwarf::_read_constants): Don't set
1970 _constants(SPECIAL_expr) here, but set it...
1971 (Dwarf::cu): ...here based on _cu_version.
1972
1973 2020-12-14 Tom de Vries <tdevries@suse.de>
1974
1975 * lib/gdb.exp (gdb_compile_shlib): Make sure it's not necessary to
1976 pass -fPIC.
1977 * gdb.ada/catch_ex_std.exp: Don't pass -fPIC to gdb_compile_shlib.
1978 * gdb.base/break-probes.exp: Same.
1979 * gdb.base/ctxobj.exp: Same.
1980 * gdb.base/dso2dso.exp: Same.
1981 * gdb.base/global-var-nested-by-dso.exp: Same.
1982 * gdb.base/info-shared.exp: Same.
1983 * gdb.base/jit-reader-simple.exp: Same.
1984 * gdb.base/print-file-var.exp: Same.
1985 * gdb.base/skip-solib.exp: Same.
1986 * gdb.btrace/dlopen.exp: Same.
1987
1988 2020-12-14 Tom de Vries <tdevries@suse.de>
1989
1990 PR testsuite/26963
1991 * lib/gdb.exp (run_on_host): Declare test unsupported if spawn fails.
1992
1993 2020-12-14 Tom de Vries <tdevries@suse.de>
1994
1995 PR testsuite/26962
1996 * gdb.base/solib-corrupted.exp: Handle "'_r_debug' has unknown type;
1997 cast it to its declared type".
1998
1999 2020-12-14 Tom de Vries <tdevries@suse.de>
2000
2001 PR testsuite/26951
2002 * gdb.base/batch-preserve-term-settings.exp: Use "gdb-subshell$ " as
2003 shell prompt.
2004
2005 2020-12-14 Tom Tromey <tromey@adacore.com>
2006
2007 * gdb.ada/nested.exp: Add new tests.
2008 * gdb.ada/nested/hello.adb (Fourth, Fifth): New procedures.
2009
2010 2020-12-14 Tom Tromey <tromey@adacore.com>
2011
2012 * gdb.dwarf2/ada-thick-pointer.exp: New file.
2013
2014 2020-12-14 Tom Tromey <tromey@adacore.com>
2015
2016 * gdb.dwarf2/dw2-fixed-point.exp: Add test for division by zero.
2017
2018 2020-12-13 Tom de Vries <tdevries@suse.de>
2019
2020 PR testsuite/26953
2021 * gdb.base/endianity.exp: Skip tests requiring scalar_storage_order
2022 attribute support if compiler doesn't support it.
2023
2024 2020-12-13 Tom de Vries <tdevries@suse.de>
2025
2026 * lib/gdb.exp (gdb_compile_shlib): Handle ada.
2027 * gdb.ada/catch_ex_std.exp: Use gdb_compile_shlib to compile from
2028 source to shared lib. Add ada to options.
2029
2030 2020-12-13 Tom de Vries <tdevries@suse.de>
2031
2032 * gdb.ada/catch_ex_std.exp: Use gnatmake -bargs and -largs instead of
2033 calling gnatbind and gnatlink.
2034
2035 2020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
2036
2037 * gdb.base/dcache-flush.c: New file.
2038 * gdb.base/dcache-flush.exp: New file.
2039
2040 2020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
2041
2042 * gdb.base/c-linkage-name.exp: Update to use new 'maint flush ...'
2043 commands.
2044 * gdb.base/killed-outside.exp: Likewise.
2045 * gdb.opt/inline-bt.exp: Likewise.
2046 * gdb.perf/gmonster-null-lookup.py: Likewise.
2047 * gdb.perf/gmonster-print-cerr.py: Likewise.
2048 * gdb.perf/gmonster-ptype-string.py: Likewise.
2049 * gdb.python/py-unwind.exp: Likewise.
2050
2051 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2052
2053 * gdb.base/commands.exp: Update expected results.
2054
2055 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2056
2057 PR cli/15104
2058 * gdb.base/commands.exp: Add additional tests.
2059 * gdb.base/completion.exp: Add additional tests.
2060
2061 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2062
2063 * gdb.base/completion.exp: Add additional tests.
2064
2065 2020-12-11 Tom de Vries <tdevries@suse.de>
2066
2067 PR testsuite/26991
2068 * gdb.arch/i386-mpx-call.exp: Don't expect to trigger bounds
2069 violations by setting bounds registers if the bounds are passed in the
2070 Bounds Table.
2071
2072 2020-12-11 Tom de Vries <tdevries@suse.de>
2073
2074 PR testsuite/26954
2075 * gdb.base/float128.exp: Detect and handle no mpfr support.
2076
2077 2020-12-10 Simon Marchi <simon.marchi@efficios.com>
2078
2079 PR gdb/24694
2080 * gdb.multi/multi-arch-exec.c (thread_start, main): Add barrier
2081 calls.
2082
2083 2020-12-10 Tom de Vries <tdevries@suse.de>
2084
2085 PR testsuite/26947
2086 * gdb.tui/new-layout.exp: Don't execute tests with unbalanced curly
2087 braces for tcl 8.5 and earlier.
2088
2089 2020-12-09 Simon Marchi <simon.marchi@efficios.com>
2090
2091 PR 26875, PR 26901
2092 * gdb.base/flexible-array-member.c: New test.
2093 * gdb.base/flexible-array-member.exp: New test.
2094
2095 2020-12-08 Tom de Vries <tdevries@suse.de>
2096
2097 * gdb.arch/amd64-gs_base.exp: Undo commit 67748e0f66, reimplement
2098 using is_amd64_regs_target.
2099
2100 2020-12-08 Tom de Vries <tdevries@suse.de>
2101
2102 * gdb.ada/mi_task_arg.exp: Accept <optimized out> as valid value of
2103 self_id.
2104
2105 2020-12-07 Pedro Alves <pedro@palves.net>
2106
2107 * gdb.base/break-on-linker-gcd-function.exp: Remove unused
2108 'additional_flags' variable.
2109
2110 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2111
2112 * gdb.linespec/explicit.exp: Extend with a test to check completing
2113 '-' after seemingly complete options.
2114
2115 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2116
2117 * gdb.linespec/keywords.exp: Add tests to check positional
2118 flexibility of "-force-condition".
2119
2120 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2121
2122 * gdb.base/bp-cmds-run-with-ex.c: New file.
2123 * gdb.base/bp-cmds-run-with-ex.exp: New file.
2124 * gdb.base/bp-cmds-run-with-ex.gdb: New file.
2125 * gdb.gdb/python-interrupts.exp: Update the call to
2126 'catch_command_errors' with the new argument.
2127 * gdb.gdb/python-selftest.exp: Ditto.
2128
2129 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
2130
2131 * gdb.arch/amd64-disp-step-avx.exp: Adjust pattern.
2132 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
2133 * gdb.threads/non-stop-fair-events.exp: Likewise.
2134
2135 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
2136
2137 * gdb.threads/step-over-exec.exp: New.
2138 * gdb.threads/step-over-exec.c: New.
2139 * gdb.threads/step-over-exec-execd.c: New.
2140 * lib/my-syscalls.S: New.
2141 * lib/my-syscalls.h: New.
2142
2143 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
2144
2145 * lib/dwarf.exp (declare_labels): Use name as text if text is
2146 not provided.
2147
2148 2020-12-04 Tom de Vries <tdevries@suse.de>
2149
2150 PR testsuite/26990
2151 * gdb.arch/amd64-gs_base.exp: Handle -m32 where fs_base and gs_base
2152 are unsupported.
2153
2154 2020-12-04 Tom de Vries <tdevries@suse.de>
2155
2156 * gdb.reverse/insn-reverse.exp: Don't break inside gdb_test_multiple
2157 clause.
2158
2159 2020-12-04 Tom de Vries <tdevries@suse.de>
2160
2161 * gdb.reverse/insn-reverse.exp: Fix count handling.
2162
2163 2020-12-04 Tom de Vries <tdevries@suse.de>
2164
2165 * gdb.reverse/insn-reverse-x86.c: Guard x86_64 assembly with #ifdef
2166 __x86_64__.
2167
2168 2020-12-04 Tom de Vries <tdevries@suse.de>
2169
2170 * gdb.reverse/insn-reverse.c (test_nr): New var.
2171 (usage, parse_args): New function.
2172 (main): Call parse_args. Only run test for test_nr.
2173 * gdb.reverse/insn-reverse.exp: Detect lack of progress in stepi loop
2174 and bail out. Run subtests individually, using an inferior arg
2175 specifying the subtest.
2176
2177 2020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
2178
2179 * gdb.arch/riscv-tdesc-regs.exp: Remove unwanted test.
2180
2181 2020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
2182
2183 * gdb.arch/riscv-tdesc-regs.exp (get_expected_result): New proc,
2184 update test to use this.
2185
2186 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
2187
2188 * gdb.threads/non-ldr-exc-1.exp: Fix indentation.
2189
2190 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
2191
2192 * gdb.threads/non-ldr-exc-1.exp: Use foreach_with_prefix.
2193 (do_test): Don't use with_test_prefix.
2194 * gdb.threads/non-ldr-exc-2.exp: Use foreach_with_prefix.
2195 (do_test): Don't use with_test_prefix.
2196 * gdb.threads/non-ldr-exc-3.exp: Use foreach_with_prefix.
2197 (do_test): Don't use with_test_prefix.
2198 * gdb.threads/non-ldr-exc-4.exp: Use foreach_with_prefix.
2199 (do_test): Don't use with_test_prefix.
2200
2201 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
2202
2203 * gdb.threads/non-ldr-exit.exp: Fix comment.
2204
2205 2020-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
2206
2207 * gdb.xml/maint-xml-dump-03.xml: New file.
2208
2209 2020-11-30 Tom de Vries <tdevries@suse.de>
2210
2211 PR symtab/26905
2212 * gdb.dwarf2/count.exp: Remove kfails.
2213
2214 2020-11-24 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2215
2216 * gdb.base/condbreak-multi-context.exp: Do not hard-code location
2217 indices.
2218
2219 2020-11-24 Joel Brobecker <brobecker@adacore.com>
2220
2221 * gdb.dwarf2/dw2-fixed-point.exp: Fix the expected output of
2222 the "ptype pck__fp1_range_var" test for the module-2 and pascal
2223 languages. Remove the associated setup_xfail.
2224
2225 2020-11-23 Simon Marchi <simon.marchi@efficios.com>
2226
2227 * lib/gdb.exp (gdb_assert): Show error message on error.
2228
2229 2020-11-23 Tom de Vries <tdevries@suse.de>
2230
2231 * gdb.ada/enum_idx_packed.exp: Limit setup_kfail to gnat 9 and 10.
2232 * gdb.ada/mod_from_name.exp: Same.
2233 * gdb.ada/pckd_arr_ren.exp: Same.
2234
2235 2020-11-22 Simon Marchi <simon.marchi@polymtl.ca>
2236
2237 * gdb.base/template.exp: New.
2238 * gdb.base/template.c: New.
2239
2240 2020-11-22 Gary Benson <gbenson@redhat.com>
2241
2242 PR gdb/26905
2243 * gdb.dwarf2/count.exp: Add test for an array whose upper bound
2244 is defined using a DW_AT_count which references another DIE.
2245
2246 2020-11-21 Tom de Vries <tdevries@suse.de>
2247
2248 * gdb.base/vla-ptr.exp: Add XFAIL.
2249
2250 2020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2251
2252 * gdb.fortran/array-slices-bad.exp: New file.
2253 * gdb.fortran/array-slices-bad.f90: New file.
2254 * gdb.fortran/array-slices-sub-slices.exp: New file.
2255 * gdb.fortran/array-slices-sub-slices.f90: New file.
2256 * gdb.fortran/array-slices.exp: Rewrite tests.
2257 * gdb.fortran/array-slices.f90: Rewrite tests.
2258 * gdb.fortran/vla-sizeof.exp: Correct expected results.
2259
2260 2020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2261
2262 * gdb.base/completion.exp: Add new completion tests.
2263
2264 2020-11-18 Simon Marchi <simon.marchi@polymtl.ca>
2265
2266 * gdb.mi/mi-nonstop-exit.exp: Enable non-stop through GDBFLAGS.
2267 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
2268 * gdb.mi/mi-nsintrall.exp: Likewise.
2269 * gdb.mi/mi-nsmoribund.exp: Likewise.
2270 * gdb.mi/mi-nsthrexec.exp: Likewise.
2271 * gdb.mi/mi-watch-nonstop.exp: Likewise.
2272
2273 2020-11-18 Simon Marchi <simon.marchi@polymtl.ca>
2274
2275 * lib/mi-support.exp (mi_run_cmd_full): Use unresovled instead
2276 of perror.
2277
2278 2020-11-18 Joseph Myers <joseph@codesourcery.com>
2279
2280 * lib/mi-support.exp (mi_gdb_file_cmd): Check for case where
2281 $arg.exe exists but $arg does not.
2282
2283 2020-11-17 Gary Benson <gbenson@redhat.com>
2284
2285 * gdb.trace/trace-common.h (x86_trace_dummy): Add
2286 __attribute__ ((used)).
2287
2288 2020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
2289
2290 * gdb.gdb/unittest.exp: Spot 'Running...' lines.
2291
2292 2020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
2293
2294 * gdb.base/completion.exp: Add new tests.
2295
2296 2020-11-16 Tom Tromey <tromey@adacore.com>
2297
2298 * gdb.dwarf2/data-loc.exp: Update expected output. Remove C
2299 tests.
2300
2301 2020-11-15 Joel Brobecker <brobecker@adacore.com>
2302
2303 * gdb.ada/fixed_cmp.exp: Add -fgnat-encodings=minimal testing.
2304 * gdb.dwarf2/dw2-fixed-point.c (pck__fp1_var2): New global.
2305 (main): Add reference to pck__fp1_var2.
2306 * gdb.dwarf2/dw2-fixed-point.exp: Add comparison operator testing.
2307
2308 2020-11-15 Joel Brobecker <brobecker@adacore.com>
2309
2310 * gdb.dwarf2/dw2-fixed-point.exp: Add arithmetic tests.
2311
2312 2020-11-15 Joel Brobecker <brobecker@adacore.com>
2313
2314 * gdb.ada/fixed_points.exp: Add ptype tests.
2315 * gdb.dwarf2/dw2-fixed-point.exp: Likewise.
2316
2317 2020-11-15 Joel Brobecker <brobecker@adacore.com>
2318
2319 * gdb.dwarf2/dw2-fixed-point.exp: Add "print /x" tests.
2320
2321 2020-11-15 Joel Brobecker <brobecker@adacore.com>
2322
2323 * gdb.ada/fixed_cmp.exp: Force compilation to use -fgnat-encodings=all.
2324 * gdb.ada/fixed_points.exp: Add fixed-point variables printing tests.
2325 * gdb.ada/fixed_points/pck.ads, gdb.ada/fixed_points/pck.adb:
2326 New files.
2327 * gdb.ada/fixed_points/fixed_points.adb: Add use of package Pck.
2328
2329 * gdb.dwarf2/dw2-fixed-point.c, gdb.dwarf2/dw2-fixed-point.exp:
2330 New files.
2331
2332 2020-11-14 Andrew Burgess <andrew.burgess@embecosm.com>
2333
2334 PR cli/26879
2335 * gdb.fortran/completion.exp: New file.
2336 * gdb.fortran/completion.f90: New file.
2337
2338 2020-11-12 Joseph Myers <joseph@codesourcery.com>
2339
2340 * lib/gdb.exp (gdb_file_cmd): Check for case where $arg.exe exists
2341 but $arg does not.
2342
2343 2020-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
2344
2345 * gdb.fortran/types.exp: Add more tests.
2346
2347 2020-11-12 Tom Tromey <tom@tromey.com>
2348
2349 PR rust/26799:
2350 * gdb.rust/traits.exp: Remove kfails.
2351
2352 2020-11-12 Gary Benson <gbenson@redhat.com>
2353
2354 * gdb.threads/tls-so_extern_main.c (tls_ptr): Add missing return
2355 statement.
2356
2357 2020-11-11 Simon Marchi <simon.marchi@efficios.com>
2358
2359 * gdb.base/continue-after-aborted-step-over.exp: Add "breakpoint
2360 always-inserted" axis.
2361 (do_test): Add breakpoint_always_inserted parameter.
2362
2363 2020-11-10 Tom Tromey <tromey@adacore.com>
2364
2365 * gdb.ada/bias.exp: Update.
2366 * gdb.ada/bias/bias.adb (X): Change value.
2367
2368 2020-11-10 Gary Benson <gbenson@redhat.com>
2369
2370 * gdb.base/vla-optimized-out.exp (p sizeof (a)): Wrap supplied
2371 regexp fragment in parentheses to prevent false matching.
2372
2373 2020-11-10 Gary Benson <gbenson@redhat.com>
2374
2375 * gdb.base/vla-optimized-out.c (f1): Add __attribute__ ((weak)).
2376
2377 2020-11-10 Gary Benson <gbenson@redhat.com>
2378
2379 * gdb.cp/step-and-next-inline.exp: Only require
2380 -gstatement-frontiers when building with GCC.
2381 Only setup KFAIL's for GCC issues when using
2382 a GCC-built executable.
2383
2384 2020-11-06 Andrew Burgess <andrew.burgess@embecosm.com>
2385
2386 * gdb.base/debug-expr.c: Add extra function to allow for an
2387 additional test.
2388 * gdb.base/debug-expr.exp (test_debug_expr): Delete, replace calls
2389 to this proc with gdb_test_debug_expr. Add an extra test.
2390 * gdb.cp/debug-expr.exp (test_debug_expr): Delete, replace calls
2391 to this proc with gdb_test_debug_expr, give the tests names
2392 * gdb.dlang/debug-expr.exp (test_debug_expr): Delete, replace
2393 calls to this proc with gdb_test_debug_expr, give the tests names
2394 * gdb.fortran/debug-expr.exp: New file.
2395 * gdb.fortran/debug-expr.f90: New file.
2396 * lib/gdb.exp (gdb_test_debug_expr): New proc.
2397
2398 2020-11-06 Simon Marchi <simon.marchi@efficios.com>
2399
2400 * lib/dwarf.exp (ranges): Handle "base" and "range" as
2401 proceduresu.
2402 * gdb.dwarf/dw2-bad-elf.exp: Adjust.
2403 * gdb.dwarf2/dw2-inline-many-frames.exp: Adjust.
2404 * gdb.dwarf2/dw2-inline-stepping.exp: Adjust.
2405 * gdb.dwarf2/dw2-ranges-base.exp: Adjust.
2406 * gdb.dwarf2/dw2-ranges-func.exp: Adjust.
2407 * gdb.dwarf2/dw2-ranges-overlap.exp: Adjust.
2408 * gdb.dwarf2/dw2-ranges-psym.exp: Adjust.
2409 * gdb.dwarf2/enqueued-cu-base-addr.exp: Adjust.
2410
2411 2020-11-04 Tom Tromey <tromey@adacore.com>
2412
2413 * gdb.ada/funcall_ref.exp: Update.
2414 * gdb.ada/var_rec_arr.exp: Update.
2415
2416 2020-11-04 Tom Tromey <tromey@adacore.com>
2417
2418 * gdb.ada/rec_ptype.exp: New file.
2419 * gdb.ada/rec_ptype/main.adb: New file.
2420 * gdb.ada/rec_ptype/p.ads: New file.
2421
2422 2020-11-04 Tom Tromey <tromey@adacore.com>
2423
2424 * gdb.ada/tick_length_array_enum_idx.exp: Add ptype test.
2425 * gdb.ada/tick_length_array_enum_idx/foo_n207_004.adb
2426 (PT_Full): New variable.
2427 * gdb.ada/tick_length_array_enum_idx/pck.adb
2428 (Full_PT): New type.
2429
2430 2020-11-04 Tom Tromey <tromey@adacore.com>
2431
2432 * gdb.ada/array_of_variant.exp: New file.
2433 * gdb.ada/array_of_variant/p.adb: New file.
2434 * gdb.ada/array_of_variant/pck.ads: New file.
2435 * gdb.ada/array_of_variant/pck.adb: New file.
2436
2437 2020-11-04 Tom Tromey <tromey@adacore.com>
2438
2439 * gdb.ada/enum_idx_packed.exp: Add test.
2440 * gdb.ada/enum_idx_packed/foo.adb (Multi_Access):
2441 New variable.
2442 * gdb.ada/enum_idx_packed/pck.ads (Short)
2443 (Multi_Dimension, Multi_Dimension_Access): New types.
2444
2445 2020-11-04 Tom Tromey <tromey@adacore.com>
2446
2447 * gdb.ada/enum_idx_packed.exp: Test two forms of -fgnat-encodings.
2448
2449 2020-11-04 Tom Tromey <tromey@adacore.com>
2450
2451 * gdb.ada/set_pckd_arr_elt.exp: Also test
2452 -fgnat-encodings=minimal. Add tests.
2453 * gdb.ada/set_pckd_arr_elt/foo.adb (Foo): Add VA variable.
2454 Call Update_Small a second time.
2455 * gdb.ada/set_pckd_arr_elt/pck.adb (New_Variant): New function.
2456 * gdb.ada/set_pckd_arr_elt/pck.ads (Buffer, Variant)
2457 (Variant_Access): New types.
2458 (New_Variant): Declare.
2459
2460 2020-11-04 Tom Tromey <tromey@adacore.com>
2461
2462 * gdb.ada/mod_from_name.exp: Test printing slice.
2463
2464 2020-11-04 Tom Tromey <tromey@adacore.com>
2465
2466 * gdb.ada/O2_float_param.exp: Test different -fgnat-encodings
2467 values.
2468 * gdb.ada/access_to_unbounded_array.exp: Test different
2469 -fgnat-encodings values.
2470 * gdb.ada/big_packed_array.exp: Test different -fgnat-encodings
2471 values.
2472 * gdb.ada/arr_enum_idx_w_gap.exp: Test different -fgnat-encodings
2473 values.
2474 * gdb.ada/array_ptr_renaming.exp: Test different -fgnat-encodings
2475 values.
2476 * gdb.ada/array_of_variable_length.exp: Test different
2477 -fgnat-encodings values.
2478 * gdb.ada/arrayparam.exp: Test different -fgnat-encodings values.
2479 * gdb.ada/arrayptr.exp: Test different -fgnat-encodings values.
2480 * gdb.ada/frame_arg_lang.exp: Revert -fgnat-encodings=minimal
2481 change.
2482 * gdb.ada/mi_string_access.exp: Test different -fgnat-encodings
2483 values.
2484 * gdb.ada/mod_from_name.exp: Test different -fgnat-encodings values.
2485 * gdb.ada/out_of_line_in_inlined.exp: Test different
2486 -fgnat-encodings values.
2487 * gdb.ada/packed_array.exp: Test different -fgnat-encodings
2488 values.
2489 * gdb.ada/pckd_arr_ren.exp: Test different -fgnat-encodings
2490 values.
2491 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Test different
2492 -fgnat-encodings values.
2493 * gdb.ada/variant_record_packed_array.exp: Test different
2494 -fgnat-encodings values.
2495
2496 2020-11-04 Tom Tromey <tromey@adacore.com>
2497
2498 * gdb.ada/enum_idx_packed.exp: Add tests.
2499 * gdb.ada/enum_idx_packed/foo.adb: Add variables.
2500 * gdb.ada/enum_idx_packed/pck.adb: Add functions.
2501 * gdb.ada/enum_idx_packed/pck.ads: Add types, function
2502 declarations.
2503
2504 2020-11-03 Tom de Vries <tdevries@suse.de>
2505
2506 * lib/dwarf.exp (Dwarf::_handle_DW_TAG): Improve attribute list
2507 terminator comments.
2508 (Dwarf::cu, Dwarf::tu): Remove superfluous abbreviation table
2509 terminator.
2510
2511 2020-11-02 Simon Marchi <simon.marchi@polymtl.ca>
2512
2513 * gdb.base/step-over-no-symbols.exp (test_step_over): Replace
2514 integer format test with regexp.
2515
2516 2020-11-02 Gary Benson <gbenson@redhat.com>
2517
2518 * gdb.base/print-file-var.exp (test): Separate compiler and
2519 linker options, and build using build_executable_from_specs
2520 to accommodate this.
2521
2522 2020-11-02 Gary Benson <gbenson@redhat.com>
2523
2524 * lib/gdb.exp (gdb_compile): Inhibit passing "-x c++"
2525 for .c files compiled as C++ with Clang if any shared
2526 libraries are specified.
2527
2528 2020-11-02 Gary Benson <gbenson@redhat.com>
2529
2530 * lib/attributes.h: New header.
2531 * gdb.base/backtrace.c: Include the above. Replace
2532 __attribute__(noclone)) with ATTRIBUTE_NOCLONE.
2533 * gdb.base/infcall-nested-structs.c: Likewise.
2534 * gdb.base/vla-optimized-out.c: Likewise.
2535
2536 2020-11-02 Tom de Vries <tdevries@suse.de>
2537
2538 * gdb.dwarf2/fission-multi-cu.S: Remove .debug_line.dwo section.
2539
2540 2020-11-01 Joel Brobecker <brobecker@adacore.com>
2541
2542 * gdb.ada/fixed_points/fixed_points.adb: Replace use of
2543 System.Min_Int and System.Max_Int with smaller hardcoded
2544 constants.
2545
2546 2020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
2547
2548 * configure.ac: Split AC_INIT into AC_INIT and AC_CONFIG_SRCDIR.
2549 * configure: Re-generate.
2550
2551 2020-10-30 Simon Marchi <simon.marchi@efficios.com>
2552
2553 * gdb.arch/amd64-disp-step-avx.exp: Update displaced step debug
2554 expected output.
2555
2556 2020-10-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2557
2558 * gdb.base/paginate-after-ctrl-c-running.exp: Update with no pagination
2559 behavior.
2560 * gdb.base/paginate-bg-execution.exp: Ditto.
2561 * gdb.base/paginate-inferior-exit.exp: Ditto.
2562 * gdb.base/double-prompt-target-event-error.c: Remove.
2563 * gdb.base/double-prompt-target-event-error.exp: Remove.
2564
2565 2020-10-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2566
2567 * gdb.base/kill-detach-inferiors-cmd.exp: Check that 'kill
2568 inferiors' and 'detach inferiors' do not change the current
2569 inferior.
2570
2571 2020-10-29 Tom de Vries <tdevries@suse.de>
2572
2573 * gdb.threads/tls.exp: Fix DUPLICATEs.
2574
2575 2020-10-28 Tom de Vries <tdevries@suse.de>
2576
2577 * gdb.python/py-symbol.exp: Add KFAILs for -readnow.
2578
2579 2020-10-28 Tom de Vries <tdevries@suse.de>
2580
2581 * gdb.ada/exec_changed.exp: Add KFAILs for -readnow.
2582 * gdb.base/reread.exp: Same.
2583
2584 2020-10-28 Tom de Vries <tdevries@suse.de>
2585
2586 * lib/gdb.exp (readnow): Handle arg.
2587 * gdb.rust/traits.exp: Add KFAILs for -readnow.
2588
2589 2020-10-28 Tom de Vries <tdevries@suse.de>
2590
2591 * gdb.base/relocate.exp: Update regexp for -readnow.
2592
2593 2020-10-28 Tom de Vries <tdevries@suse.de>
2594
2595 * gdb.dwarf2/dw2-error.exp: Mark failure break in main as known with
2596 -readnow.
2597
2598 2020-10-28 Tom de Vries <tdevries@suse.de>
2599
2600 PR symtab/26772
2601 * gdb.dwarf2/dw2-ranges-overlap.c: New test.
2602 * gdb.dwarf2/dw2-ranges-overlap.exp: New file.
2603
2604 2020-10-28 Tom de Vries <tdevries@suse.de>
2605
2606 * lib/gdb.exp (gdb_file_cmd): Set gdb_file_cmd_msg.
2607 * gdb.cp/nsalias.exp: Set complaints limit before file cmd. Expect
2608 complaint during file command for -readnow.
2609
2610 2020-10-28 Tom de Vries <tdevries@suse.de>
2611
2612 * gdb.cp/nsalias.exp: Fix typo in test name.
2613
2614 2020-10-28 Tom de Vries <tdevries@suse.de>
2615
2616 * gdb.dwarf2/dw2-filename.exp: Update regexp for -readnow.
2617
2618 2020-10-28 Tom de Vries <tdevries@suse.de>
2619
2620 * gdb.dwarf2/dw2-stack-boundary.exp: KFAILing the complaints for
2621 -readnow.
2622
2623 2020-10-27 Tom de Vries <tdevries@suse.de>
2624
2625 * gdb.base/multi-forks.exp: Use exp_continue to fix timeout.
2626
2627 2020-10-27 Tom de Vries <tdevries@suse.de>
2628
2629 * gdb.base/maint.exp: Update for -readnow.
2630
2631 2020-10-27 Tom de Vries <tdevries@suse.de>
2632
2633 * gdb.cp/psymtab-parameter.exp: Don't expect unexpanded CU for
2634 -readnow.
2635
2636 2020-10-14 Gary Benson <gbenson@redhat.com>
2637
2638 * gdb.python/py-format-string.exp (test_deref_refs): Treat
2639 "_vptr$Base" as correct, in addition to "_vptr.Base".
2640 (test_mixed): Likewise.
2641
2642 2020-10-27 Gary Benson <gbenson@redhat.com>
2643
2644 * gdb.mi/mi-fortran-modules.exp: Check skip_fortran_tests.
2645 * gdb.mi/mi-vla-fortran.exp: Likewise. Also fix a comment.
2646
2647 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2648
2649 * gdb.base/condbreak.exp: Update the completion tests to
2650 consider the '-force' flag.
2651
2652 2020-10-27 Tom de Vries <tdevries@suse.de>
2653
2654 * gdb.base/list-ambiguous-readnow.exp: New file.
2655
2656 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2657
2658 * gdb.base/condbreak-multi-context.exp: Expand to test forcing
2659 the condition.
2660 * gdb.linespec/cpcompletion.exp: Update to consider the
2661 '-force-condition' keyword.
2662 * gdb.linespec/explicit.exp: Ditto.
2663 * lib/completion-support.exp: Ditto.
2664
2665 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2666
2667 * gdb.base/condbreak-multi-context.cc: New file.
2668 * gdb.base/condbreak-multi-context.exp: New file.
2669
2670 2020-10-26 Tom Tromey <tom@tromey.com>
2671
2672 * lib/mi-support.exp (default_mi_gdb_start): Call
2673 gdb_stdin_log_init.
2674 * lib/gdb.exp (standard_output_file_with_gdb_instance): Don't
2675 subtract one from gdb_instances.
2676 (gdb_stdin_log_write): Flush in_file.
2677
2678 2020-10-26 Tom de Vries <tdevries@suse.de>
2679
2680 * gdb.dwarf2/enqueued-cu-base-addr.exp: New file.
2681
2682 2020-10-26 Tom Tromey <tromey@adacore.com>
2683
2684 * gdb.ada/unsigned_range/foo.adb: New file.
2685 * gdb.ada/unsigned_range/pack.adb: New file.
2686 * gdb.ada/unsigned_range/pack.ads: New file.
2687 * gdb.ada/unsigned_range.exp: New file.
2688
2689 2020-10-26 Tom de Vries <tdevries@suse.de>
2690
2691 * lib/gdb.exp (INTERNAL_GDBFLAGS): Set heigth and width.
2692
2693 2020-10-26 Tom de Vries <tdevries@suse.de>
2694
2695 * gdb.dwarf2/dw2-objfile-overlap-inner.S: Specify default base address
2696 for CU.
2697 * gdb.dwarf2/dw2-objfile-overlap-outer.S: Same.
2698
2699 2020-10-23 Tom de Vries <tdevries@suse.de>
2700
2701 * lib/dwarf.exp (Dwarf::_guess_form): Return "" by default instead of
2702 DW_FORM_string.
2703 (Dwarf::_default_form): New proc.
2704 (Dwarf::_handle_DW_TAG): Use _default_form. Error out if no form was
2705 guessed.
2706
2707 2020-10-23 Tom de Vries <tdevries@suse.de>
2708
2709 * gdb.dwarf2/ada-linkage-name.exp: Use $srcfile for DW_AT_name of CU.
2710 * gdb.dwarf2/atomic-type.exp: Same.
2711 * gdb.dwarf2/bad-regnum.exp: Same.
2712 * gdb.dwarf2/cpp-linkage-name.exp: Same.
2713 * gdb.dwarf2/dw2-align.exp: Same.
2714 * gdb.dwarf2/dw2-bad-elf.exp: Same.
2715 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
2716 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
2717 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
2718 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
2719 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
2720 * gdb.dwarf2/enum-type.exp: Same.
2721 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Same.
2722 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
2723 * gdb.dwarf2/main-subprogram.exp: Same.
2724 * gdb.dwarf2/missing-type-name.exp: Same.
2725 * gdb.dwarf2/nonvar-access.exp: Same.
2726 * gdb.dwarf2/typedef-void-finish.exp: Same.
2727 * gdb.dwarf2/var-access.exp: Same.
2728 * gdb.dwarf2/void-type.exp: Same.
2729
2730 2020-10-22 Simon Marchi <simon.marchi@polymtl.ca>
2731
2732 PR gdb/26693
2733 * gdb.dwarf2/template-specification-full-name.exp: New test.
2734
2735 2020-10-22 Luis Machado <luis.machado@linaro.org>
2736
2737 * gdb.base/msym-bp-shl.exp (test_break): Adjust pattern to not
2738 expected an offset from the function.
2739 * gdb.base/msym-bp.exp (test): Likewise.
2740
2741 2020-10-22 Andrew Burgess <andrew.burgess@embecosm.com>
2742
2743 * gdb.fortran/array-slices.exp: Add a new test.
2744
2745 2020-10-21 Gary Benson <gbenson@redhat.com>
2746
2747 * gdb.mi/mi-fullname-deleted.exp: Fix substituted
2748 fullname test with Clang. Also expand comments generally.
2749
2750 2020-10-20 Tom de Vries <tdevries@suse.de>
2751
2752 * gdb.dwarf2/pr13961.S: Remove superfluous end-of-siblings marker.
2753
2754 2020-10-20 Tom de Vries <tdevries@suse.de>
2755
2756 * gdb.dwarf2/arr-stride.c: Remove.
2757 * gdb.dwarf2/arr-stride.exp: Use main.c.
2758 * gdb.dwarf2/arr-subrange.c: Remove.
2759 * gdb.dwarf2/arr-subrange.exp: Use main.c.
2760 * gdb.dwarf2/bad-regnum.c: Remove.
2761 * gdb.dwarf2/bad-regnum.exp: Use main.c.
2762 * gdb.dwarf2/corrupt.c: Remove.
2763 * gdb.dwarf2/corrupt.exp: Use main.c.
2764 * gdb.dwarf2/dw2-bad-elf.c: Remove.
2765 * gdb.dwarf2/dw2-bad-elf.exp: Use main.c.
2766 * gdb.dwarf2/dw2-icycle.c: Remove.
2767 * gdb.dwarf2/dw2-icycle.exp: Use main.c.
2768 * gdb.dwarf2/formdata16.c: Remove.
2769 * gdb.dwarf2/formdata16.exp: Use main.c.
2770 * gdb.dwarf2/implptrconst.c: Remove.
2771 * gdb.dwarf2/implptrconst.exp: Use main.c.
2772 * gdb.dwarf2/info-locals-optimized-out.c: Remove.
2773 * gdb.dwarf2/info-locals-optimized-out.exp: Use main.c.
2774 * gdb.dwarf2/opaque-type-lookup.c: Remove.
2775 * gdb.dwarf2/opaque-type-lookup.exp: Use main.c.
2776
2777 2020-10-20 Tom de Vries <tdevries@suse.de>
2778
2779 * gdb.dwarf2/ada-valprint-error.exp: Remove redundant mention of .exp
2780 file.
2781 * gdb.dwarf2/dw2-dir-file-name.exp: Same.
2782
2783 2020-10-20 Tom de Vries <tdevries@suse.de>
2784
2785 * gdb.dwarf2/dw2-error.exp: Use $gdb_test_file_name.
2786 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
2787 * gdb.dwarf2/dw2-main-no-line-number.exp: Same.
2788 * gdb.dwarf2/dw2-ranges-base.exp: Same.
2789 * gdb.dwarf2/dw2-ranges.exp: Same.
2790 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
2791 * gdb.dwarf2/var-access.exp: Same.
2792
2793 2020-10-19 Tom Tromey <tromey@adacore.com>
2794
2795 PR tui/26719
2796 * gdb.tui/list.exp: Check source window contents after focus
2797 change.
2798
2799 2020-10-17 Tom de Vries <tdevries@suse.de>
2800
2801 PR symtab/26317
2802 * gdb.dwarf2/dw2-main-no-line-number.exp: New file.
2803
2804 2020-10-17 Tom de Vries <tdevries@suse.de>
2805
2806 * lib/gdb.exp (standard_testfile): Also treat args starting with '-'
2807 as suffix.
2808 * gdb.dwarf2/atomic.c: Rename to ...
2809 * gdb.dwarf2/atomic-type.c: ... this.
2810 * gdb.dwarf2/dw2-ranges2.c: Rename to ...
2811 * gdb.dwarf2/dw2-ranges-2.c: ... this.
2812 * gdb.dwarf2/dw2-ranges3.c: Rename to ...
2813 * gdb.dwarf2/dw2-ranges-3.c: ... this.
2814 * gdb.dwarf2/fission-mix2.c: Rename to ...
2815 * gdb.dwarf2/fission-mix-2.c: ... this.
2816 * gdb.dwarf2/ada-linkage-name.exp: Use more suffix args for
2817 standard_testfile.
2818 * gdb.dwarf2/ada-valprint-error.exp: Same.
2819 * gdb.dwarf2/arr-stride.exp: Same.
2820 * gdb.dwarf2/arr-subrange.exp: Same.
2821 * gdb.dwarf2/atomic-type.exp: Same.
2822 * gdb.dwarf2/bad-regnum.exp: Same.
2823 * gdb.dwarf2/break-inline-psymtab.exp: Same.
2824 * gdb.dwarf2/clang-debug-names-2.exp: Same.
2825 * gdb.dwarf2/clang-debug-names.exp: Same.
2826 * gdb.dwarf2/comp-unit-lang.exp: Same.
2827 * gdb.dwarf2/corrupt.exp: Same.
2828 * gdb.dwarf2/count.exp: Same.
2829 * gdb.dwarf2/cpp-linkage-name.exp: Same.
2830 * gdb.dwarf2/data-loc.exp: Same.
2831 * gdb.dwarf2/dw2-align.exp: Same.
2832 * gdb.dwarf2/dw2-bad-elf.exp: Same.
2833 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
2834 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
2835 * gdb.dwarf2/dw2-case-insensitive.exp: Same.
2836 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Same.
2837 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
2838 * gdb.dwarf2/dw2-inline-many-frames.exp: Same.
2839 * gdb.dwarf2/dw2-inline-param.exp: Same.
2840 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
2841 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
2842 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
2843 * gdb.dwarf2/dw2-is-stmt.exp: Same.
2844 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
2845 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
2846 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
2847 * gdb.dwarf2/dw2-param-error.exp: Same.
2848 * gdb.dwarf2/dw2-ranges-base.exp: Same.
2849 * gdb.dwarf2/dw2-ranges.exp: Same.
2850 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
2851 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
2852 * gdb.dwarf2/dw4-sig-types.exp: Same.
2853 * gdb.dwarf2/dynarr-ptr.exp: Same.
2854 * gdb.dwarf2/enum-type.exp: Same.
2855 * gdb.dwarf2/fission-mix.exp: Same.
2856 * gdb.dwarf2/formdata16.exp: Same.
2857 * gdb.dwarf2/implptrconst.exp: Same.
2858 * gdb.dwarf2/implptrpiece.exp: Same.
2859 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
2860 * gdb.dwarf2/main-subprogram.exp: Same.
2861 * gdb.dwarf2/method-ptr.exp: Same.
2862 * gdb.dwarf2/missing-sig-type.exp: Same.
2863 * gdb.dwarf2/nonvar-access.exp: Same.
2864 * gdb.dwarf2/opaque-type-lookup.exp: Same.
2865 * gdb.dwarf2/shortpiece.exp: Same.
2866 * gdb.dwarf2/staticvirtual.exp: Same.
2867 * gdb.dwarf2/subrange.exp: Same.
2868 * gdb.dwarf2/symtab-producer.exp: Same.
2869 * gdb.dwarf2/typedef-void-finish.exp: Same.
2870 * gdb.dwarf2/var-access.exp: Same.
2871 * gdb.dwarf2/variant.exp: Same.
2872 * gdb.dwarf2/void-type.exp: Same.
2873 * gdb.dwarf2/dw2-ranges-psym.exp: Same. Use main.c instead of
2874 dw2-ranges-main.c.
2875 * gdb.dwarf2/dw2-ranges-main.c: Remove.
2876
2877 2020-10-16 Tom de Vries <tdevries@suse.de>
2878
2879 * lib/gdb.exp (gdb_breakpoint): Remove mention of "passfail".
2880
2881 2020-10-16 Tom de Vries <tdevries@suse.de>
2882
2883 * lib/gdb.exp (gdb_breakpoint): Handle eof as in gdb_test_multiple.
2884
2885 2020-10-14 Tom de Vries <tdevries@suse.de>
2886
2887 PR testsuite/26732
2888 * gdb.ada/mi_catch_ex.exp: Do mi_delete_breakpoints before running
2889 scenario 2.
2890 * gdb.ada/mi_catch_ex_hand.exp: Same.
2891
2892 2020-10-13 Pedro Alves <pedro@palves.net>
2893
2894 * lib/mi-support.exp (mi_clean_restart): New.
2895 (mi_run_to_main): Delete.
2896 All callers adjust to use mi_clean_restart / mi_runto_main.
2897
2898 2020-10-13 Pedro Alves <pedro@palves.net>
2899
2900 * config/monitor.exp: Use "list -q".
2901 * gdb.arch/gdb1558.exp: Use "break -q".
2902 * gdb.arch/i386-permbkpt.exp: Use "break -q".
2903 * gdb.arch/i386-prologue-skip-cf-protection.exp: Use "break -q".
2904 * gdb.base/break.exp: Use "break -q", "list -q" and "tbreak -q".
2905 * gdb.base/commands.exp: Use "break -q".
2906 * gdb.base/condbreak.exp: Use "break -q".
2907 * gdb.base/ctf-ptype.exp: Use "list -q".
2908 * gdb.base/define.exp: Use "break -q".
2909 * gdb.base/del.exp: Use "break -q".
2910 * gdb.base/fullname.exp: Use "break -q".
2911 * gdb.base/hbreak-in-shr-unsupported.exp: Use "hbreak -q".
2912 * gdb.base/hbreak-unmapped.exp: Use "hbreak -q".
2913 * gdb.base/hbreak2.exp: Use "hbreak -q" and "list -q".
2914 * gdb.base/hw-sw-break-same-address.exp: Use "break -q" and
2915 "hbreak -q".
2916 * gdb.base/included.exp: Use "list -q".
2917 * gdb.base/label.exp: Use "break -q".
2918 * gdb.base/lineinc.exp: Use "break -q".
2919 * gdb.base/list.exp: Use "list -q".
2920 * gdb.base/macscp.exp: Use "list -q".
2921 * gdb.base/pending.exp: Use "break -q".
2922 * gdb.base/prologue-include.exp: Use "break -q".
2923 * gdb.base/ptype.exp: Use "list -q".
2924 * gdb.base/sepdebug.exp: Use "break -q", "list -q" and "tbreak -q".
2925 * gdb.base/server-del-break.exp: Use "break -q".
2926 * gdb.base/style.exp: Use "break -q".
2927 * gdb.base/symbol-without-target_section.exp: Use "list -q".
2928 * gdb.base/watchpoint-reuse-slot.exp: Use "hbreak -q".
2929 * gdb.cp/exception.exp: Use "tbreak -q".
2930 * gdb.dwarf2/dw2-error.exp: Use "break -q".
2931 * gdb.dwarf2/fission-mix.exp: Use "break -q".
2932 * gdb.dwarf2/fission-reread.exp: Use "break -q".
2933 * gdb.dwarf2/pr13961.exp: Use "break -q".
2934 * gdb.linespec/explicit.exp: Use "list -q".
2935 * gdb.linespec/linespec.exp: Use "break -q".
2936 * gdb.mi/mi-simplerun.exp: Use "--qualified".
2937 * gdb.python/py-mi-objfile-gdb.py: Use "list -q".
2938 * gdb.server/bkpt-other-inferior.exp: Use "break -q".
2939 * gdb.server/connect-without-multi-process.exp: Use "break -q".
2940 * gdb.trace/change-loc.exp: Use "break -q".
2941 * gdb.trace/pending.exp: Use "break -q".
2942 * gdb.tui/basic.exp: Use "list -q".
2943 * gdb.tui/list-before.exp: Use "list -q".
2944 * gdb.tui/list.exp: Use "list -q".
2945 * lib/gdb.exp (gdb_has_argv0): Use "break -q".
2946
2947 2020-10-13 Pedro Alves <pedro@palves.net>
2948
2949 * gdb.base/ui-redirect.exp: Expect "break -qualified main" in
2950 saved breakpoints file.
2951 * gdb.guile/scm-breakpoint.exp: Expect "-qualified main" when
2952 inspecting breakpoint list.
2953 * lib/gdb.exp (runto_main): Add "qualified" to options.
2954 * lib/mi-support.exp (mi_runto_helper): Add 'qualified' parameter,
2955 and handle it.
2956 (mi_runto_main): Pass 1 as qualified argument.
2957
2958 2020-10-13 Pedro Alves <pedro@palves.net>
2959
2960 * lib/mi-support.exp (mi_runto_main): New proc.
2961 (mi_run_to_main): Use it.
2962 * gdb.mi/mi-catch-cpp-exceptions.exp: Likewise.
2963 * gdb.mi/mi-var-cmd.exp: Likewise.
2964 * gdb.mi/mi-var-invalidate.exp: Likewise.
2965 * mi-var-list-children-invalid-grandchild.exp: Likewise.
2966 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
2967 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2968 * gdb.mi/user-selected-context-sync.exp: Likewise.
2969 * gdb.opt/inline-cmds.exp: Likewise.
2970 * gdb.python/py-framefilter-mi.exp: Likewise.
2971 * gdb.python/py-mi.exp: Likewise.
2972
2973 2020-10-13 Pedro Alves <pedro@palves.net>
2974
2975 * gdb.ada/fun_in_declare.exp: Use "runto_main" instead of
2976 "runto main".
2977 * gdb.ada/small_reg_param.exp: Likewise.
2978 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2979 * gdb.base/annota1.exp: Likewise.
2980 * gdb.base/anon.exp: Likewise.
2981 * gdb.base/breakpoint-in-ro-region.exp: Likewise.
2982 * gdb.base/dprintf-non-stop.exp: Likewise.
2983 * gdb.base/dprintf.exp: Likewise.
2984 * gdb.base/gdb11530.exp: Likewise.
2985 * gdb.base/gdb11531.exp: Likewise.
2986 * gdb.base/gnu_vector.exp: Likewise.
2987 * gdb.base/interrupt-noterm.exp: Likewise.
2988 * gdb.base/memattr.exp: Likewise.
2989 * gdb.base/step-over-syscall.exp: Likewise.
2990 * gdb.base/watch-cond-infcall.exp: Likewise.
2991 * gdb.base/watch-read.exp: Likewise.
2992 * gdb.base/watch-vfork.exp: Likewise.
2993 * gdb.base/watch_thread_num.exp: Likewise.
2994 * gdb.base/watchpoint-stops-at-right-insn.exp: Likewise.
2995 * gdb.guile/scm-frame-inline.exp: Likewise.
2996 * gdb.linespec/explicit.exp: Likewise.
2997 * gdb.opt/inline-break.exp: Likewise.
2998 * gdb.python/py-frame-inline.exp: Likewise.
2999 * gdb.reverse/break-precsave.exp: Likewise.
3000 * gdb.reverse/break-reverse.exp: Likewise.
3001 * gdb.reverse/consecutive-precsave.exp: Likewise.
3002 * gdb.reverse/consecutive-reverse.exp: Likewise.
3003 * gdb.reverse/finish-precsave.exp: Likewise.
3004 * gdb.reverse/finish-reverse.exp: Likewise.
3005 * gdb.reverse/fstatat-reverse.exp: Likewise.
3006 * gdb.reverse/getresuid-reverse.exp: Likewise.
3007 * gdb.reverse/i386-precsave.exp: Likewise.
3008 * gdb.reverse/i386-reverse.exp: Likewise.
3009 * gdb.reverse/i386-sse-reverse.exp: Likewise.
3010 * gdb.reverse/i387-env-reverse.exp: Likewise.
3011 * gdb.reverse/i387-stack-reverse.exp: Likewise.
3012 * gdb.reverse/insn-reverse.exp: Likewise.
3013 * gdb.reverse/machinestate-precsave.exp: Likewise.
3014 * gdb.reverse/machinestate.exp: Likewise.
3015 * gdb.reverse/pipe-reverse.exp: Likewise.
3016 * gdb.reverse/readv-reverse.exp: Likewise.
3017 * gdb.reverse/recvmsg-reverse.exp: Likewise.
3018 * gdb.reverse/rerun-prec.exp: Likewise.
3019 * gdb.reverse/s390-mvcle.exp: Likewise.
3020 * gdb.reverse/solib-precsave.exp: Likewise.
3021 * gdb.reverse/solib-reverse.exp: Likewise.
3022 * gdb.reverse/step-precsave.exp: Likewise.
3023 * gdb.reverse/step-reverse.exp: Likewise.
3024 * gdb.reverse/time-reverse.exp: Likewise.
3025 * gdb.reverse/until-precsave.exp: Likewise.
3026 * gdb.reverse/until-reverse.exp: Likewise.
3027 * gdb.reverse/waitpid-reverse.exp: Likewise.
3028 * gdb.reverse/watch-precsave.exp: Likewise.
3029 * gdb.reverse/watch-reverse.exp: Likewise.
3030 * gdb.threads/kill.exp: Likewise.
3031 * gdb.threads/tid-reuse.exp: Likewise.
3032
3033 2020-10-13 Simon Marchi <simon.marchi@polymtl.ca>
3034
3035 PR gdb/26642
3036 * gdb.base/maint-target-async-off.c: New test.
3037 * gdb.base/maint-target-async-off.exp: New test.
3038
3039 2020-10-13 Alan Modra <amodra@gmail.com>
3040
3041 * gdb.arch/powerpc-altivec.s,
3042 * gdb.arch/powerpc-power7.s,
3043 * gdb.arch/powerpc-power8.s,
3044 * gdb.arch/powerpc-power9.s,
3045 * gdb.arch/powerpc-vsx.s,
3046 * gdb.arch/powerpc-vsx2.s: Remove duplicate instructions.
3047 * gdb.arch/powerpc-altivec.exp,
3048 * gdb.arch/powerpc-power7.exp,
3049 * gdb.arch/powerpc-power8.exp,
3050 * gdb.arch/powerpc-power9.exp,
3051 * gdb.arch/powerpc-vsx.exp,
3052 * gdb.arch/powerpc-vsx2.exp: Likewise, and update expected
3053 disassembly of mfvsrd/mtvsrd.
3054
3055 2020-10-13 Alan Modra <amodra@gmail.com>
3056
3057 * gdb.arch/arm-disassembler-options.exp: Adjust expected
3058 "target architecture" output.
3059 * gdb.arch/powerpc-d128-regs.exp: Likewise.
3060 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
3061 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
3062 * gdb.arch/s390-disassembler-options.exp: Likewise.
3063
3064 2020-10-12 Pedro Alves <pedro@palves.net>
3065
3066 PR exp/26602
3067 PR c++/26550
3068 * gdb.cp/ambiguous.cc (marker1): Delete.
3069 (main): Initialize all the fields of the locals. Replace marker1
3070 call with a "set breakpoint here" marker.
3071 * gdb.cp/ambiguous.exp: Modernize. Use gdb_continue_to_breakpoint
3072 instead of running to marker1. Add tests printing all the
3073 variables and all the fields of the variables.
3074 (test_ambiguous): New proc, expecting the new GDB output when a
3075 field access is ambiguous. Change all "warning: X ambiguous"
3076 tests to use it.
3077
3078 2020-10-12 Gary Benson <gbenson@redhat.com>
3079
3080 * gdb.base/msym-bp.c (foo): Add __attribute__ ((used)).
3081 * gdb.base/msym-bp-2.c (foo): Likewise.
3082 * gdb.base/msym-lang.c (foo): Likewise.
3083 * gdb.base/msym-lang-main.c (foo): Likewise.
3084 * gdb.base/symtab-search-order-1.c (static_global): Likewise.
3085 * gdb.guile/scm-pretty-print.c (eval_func): Likewise.
3086 * gdb.mi/mi-sym-info-1.c (global_f1): Likewise.
3087 * gdb.mi/mi-sym-info-2.c (global_f1, var1, var2): Likewise.
3088 * gdb.multi/watchpoint-multi-exit.c (globalvar): Likewise.
3089 * gdb.python/py-as-string.c (enum_valid, enum_invalid): Likewise.
3090 * gdb.python/py-objfile.c (static_var): Likewise.
3091 * gdb.python/py-symbol.c (rr): Likewise.
3092 * gdb.python/py-symbol-2.c (anon, rr): Likewise.
3093 * gdb.mi/mi-sym-info.exp (lineno1, lineno2): Updated.
3094
3095 2020-10-11 Andrew Burgess <andrew.burgess@embecosm.com>
3096
3097 * gdb.fortran/mixed-lang-stack.exp (run_tests): Update expected
3098 output of backtrace.
3099
3100 2020-10-09 Tom Tromey <tromey@adacore.com>
3101
3102 * gdb.ada/scalar_storage/storage.adb (Another_Range): New type.
3103 (Rec): Add field. Fix range.
3104 * gdb.ada/scalar_storage.exp: Update.
3105
3106 2020-10-09 Hannes Domani <ssbssa@yahoo.de>
3107
3108 PR exp/26714
3109 * gdb.base/printcmds.exp: Add tests for void results.
3110
3111 2020-10-09 Jan Vrany <jan.vrany@labware.com>
3112
3113 * gdb.mi/mi-cmd-param-changed.exp: Check that notification is
3114 is emmited for both 'set directories' and 'directory' commands.
3115
3116 2020-10-08 Tom Tromey <tom@tromey.com>
3117
3118 * gdb.base/style.exp: Check that "main"'s name is styled.
3119
3120 2020-10-07 Tom Tromey <tromey@adacore.com>
3121
3122 * gdb.base/find.exp: Rename some tests.
3123
3124 2020-10-06 Gary Benson <gbenson@redhat.com>
3125
3126 * gdb.base/list0.c (unused): Add __attribute__ ((used)).
3127 * gdb.base/list1.c (unused): Likewise.
3128
3129 2020-10-06 Gary Benson <gbenson@redhat.com>
3130
3131 * gdb.base/list-ambiguous0.c (ambiguous_var): Add
3132 __attribute__ ((used)).
3133 * gdb.base/list-ambiguous1.c (ambiguous_var): Likewise.
3134
3135 2020-10-06 Andrew Burgess <andrew.burgess@embecosm.com>
3136
3137 * gdb.base/m32r.ld: Remove SEARCH_DIR line. Add MEMORY regions,
3138 make use of regions throughout.
3139 * gdb.base/overlays.exp: Enclose string with variableds in "..",
3140 not {...}.
3141 * gdb.base/ovlymgr.c: Add 'string.h' and 'stdlib.h' includes.
3142
3143 2020-10-05 Hannes Domani <ssbssa@yahoo.de>
3144
3145 * gdb.base/call-sc.c: Fix return struct on stack test case.
3146 * gdb.base/call-sc.exp: Likewise.
3147
3148 2020-10-02 Gary Benson <gbenson@redhat.com>
3149
3150 * README: Fix "paralell".
3151
3152 2020-09-30 Gary Benson <gbenson@redhat.com>
3153
3154 * gdb.dwarf2/dw2-double-set-die-type.S (.Ldie_3e0):
3155 Convert directive to lowercase.
3156 (.Labbrev1_begin): Add missing label.
3157 (abbrev code 0x1): Remove DW_AT_stmt_list.
3158 (.Ldie_b): Likewise.
3159
3160 2020-09-27 Tom Tromey <tom@tromey.com>
3161
3162 * gdb.tui/new-layout.exp: Use with_test_prefix.
3163
3164 2020-09-26 Gareth Rees <grees@undo.io> (tiny change)
3165
3166 PR python/26586
3167 * gdb.python/python.exp: add test cases for the from_tty
3168 argument to gdb.execute.
3169
3170 2020-09-25 Gary Benson <gbenson@redhat.com>
3171
3172 * gdb.base/infcall-nested-structs.exp.tcl: Add
3173 additional_flags=-Wno-tautological-compare for C++
3174 tests when compiling using Clang.
3175
3176 2020-09-25 Gary Benson <gbenson@redhat.com>
3177
3178 * lib/gdb.exp (gdb_compile): Pass "-x c++" earlier, and only
3179 for .c files.
3180
3181 2020-09-24 Tom Tromey <tromey@adacore.com>
3182
3183 PR tui/26638:
3184 * gdb.tui/list.exp: Check output of "focus next".
3185
3186 2020-09-23 Tom Tromey <tom@tromey.com>
3187
3188 * gdb.dwarf2/intbits.exp: New file.
3189 * gdb.dwarf2/intbits.c: New file.
3190
3191 2020-09-20 Pedro Alves <pedro@palves.net>
3192
3193 * lib/mi-support.exp (mi_uncatched_gdb_exit) Switch to the main
3194 spawn_id before calling remote_close. Close secondary MI channel.
3195
3196 2020-09-20 Pedro Alves <pedro@palves.net>
3197
3198 * gdb.base/testenv.exp (find_env): Bail out if printing 'envp[$i]'
3199 fails.
3200
3201 2020-09-19 Andrew Burgess <andrew.burgess@embecosm.com>
3202
3203 * gdb.fortran/array-slices.exp: Update expected results.
3204 * gdb.fortran/class-allocatable-array.exp: Likewise.
3205 * gdb.fortran/multi-dim.exp: Likewise.
3206 * gdb.fortran/vla-type.exp: Likewise.
3207 * gdb.mi/mi-vla-fortran.exp: Likewise.
3208
3209 2020-09-18 Victor Collod <vcollod@nvidia.com>
3210
3211 PR gdb/26635
3212 * gdb.arch/amd64-prologue-skip-cf-protection.exp: Make the test
3213 compatible with i386, and move it to...
3214 * gdb.arch/i386-prologue-skip-cf-protection.exp: ... here.
3215 * gdb.arch/amd64-prologue-skip-cf-protection.c: Move to...
3216 * gdb.arch/i386-prologue-skip-cf-protection.c: ... here.
3217
3218 2020-09-18 Pedro Alves <pedro@palves.net>
3219
3220 PR gdb/26631
3221 * gdb.multi/multi-target-thread-find.exp: New file.
3222
3223 2020-09-18 Pedro Alves <pedro@palves.net>
3224
3225 * gdb.multi/multi-target-continue.exp: New file, factored out from
3226 multi-target.exp.
3227 * gdb.multi/multi-target-info-inferiors.exp: New file, factored out from
3228 multi-target.exp.
3229 * gdb.multi/multi-target-interrupt.exp: New file, factored out from
3230 multi-target.exp.
3231 * gdb.multi/multi-target-no-resumed.exp: New file, factored out from
3232 multi-target.exp.
3233 * gdb.multi/multi-target-ping-pong-next.exp: New file, factored out from
3234 multi-target.exp.
3235 * gdb.multi/multi-target.exp.tcl: New file, factored out from
3236 multi-target.exp.
3237 * gdb.multi/multi-target.exp: Delete.
3238
3239 2020-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
3240
3241 * gdb.fortran/array-slices.exp: Add missing message data.
3242
3243 2020-09-17 Pedro Alves <pedro@palves.net>
3244
3245 * gdb.cp/call-c-1.c (foo) [__cplusplus]: Add extern "C".
3246
3247 2020-09-17 Pedro Alves <pedro@palves.net>
3248
3249 * gdb.python/py-frame-inline.exp: Adjust to optionally expect a
3250 full prototype.
3251
3252 2020-09-17 Pedro Alves <pedro@palves.net>
3253
3254 * gdb.python/py-as-string.c: Add cast.
3255
3256 2020-09-17 Pedro Alves <pedro@palves.net>
3257
3258 * gdb.base/sizeof.c (fill): Add cast.
3259
3260 2020-09-17 Pedro Alves <pedro@palves.net>
3261
3262 * gdb.base/share-env-with-gdbserver.c (main): Add cast.
3263
3264 2020-09-17 Pedro Alves <pedro@palves.net>
3265
3266 * gdb.base/prologue.c [__cplusplus] (marker): Explicitly specify
3267 linkage name.
3268 * gdb.base/prologue.exp: Use print /d.
3269 * gdb.base/symbol-alias.exp: Handle C++ output.
3270 * gdb.base/symbol-alias2.c: Handle C++ output.
3271 [__cplusplus] (func): Explicitly specify linkage name.
3272
3273 2020-09-17 Pedro Alves <pedro@palves.net>
3274
3275 * gdb.python/py-nested-maps.c (struct key_t): Rename to...
3276 (struct my_key_t): ... this. Adjust all references.
3277 (struct value_t): Rename to ...
3278 (struct my_value_t): ... this. Adjust all references.
3279 (create_map, add_map_element, create_map_map)
3280 (add_map_map_element): Add casts.
3281
3282 2020-09-17 Pedro Alves <pedro@palves.net>
3283
3284 * gdb.python/py-framefilter-mi.c (funca): Add casts.
3285 * gdb.python/py-framefilter.c.c (funca, func2): Add casts.
3286
3287 2020-09-17 Pedro Alves <pedro@palves.net>
3288
3289 * gdb.mi/var-cmd.c (do_anonymous_type_tests): Add cast.
3290
3291 2020-09-17 Pedro Alves <pedro@palves.net>
3292
3293 * gdb.base/exprs.c: Replace 'this' with 'self' throughout.
3294 * gdb.base/ptype.c: : Replace 'this' with 'self' throughout.
3295 (charfoo, intfoo): Define full prototype.
3296 * gdb.base/ptype1.c (charfoo): Define full prototype.
3297 * gdb.base/setvar.c: Replace 'this' with 'self' throughout.
3298 * gdb.base/whatis.c: Replace 'this' with 'self' throughout.
3299
3300 2020-09-17 Pedro Alves <pedro@palves.net>
3301
3302 * gdb.base/charset.c [__cplusplus] (wchar_t, char16_t, char32_t):
3303 Don't define.
3304 (utf_32_string): Compile for both C and C++.
3305 * gdb.base/charset.exp: Use "print /d".
3306
3307 2020-09-17 Pedro Alves <pedro@palves.net>
3308
3309 * gdb.base/watchpoint.c (buf): Make it 31 bytes.
3310 (nullptr): Rename to ...
3311 (null_ptr): ... this.
3312 * gdb.base/watchpoint.exp: Adjust to rename.
3313
3314 2020-09-17 Pedro Alves <pedro@palves.net>
3315
3316 * gdb.base/printcmds.c (three, flag_enum_without_zero)
3317 (three_not_flag): Add casts.
3318
3319 2020-09-17 Pedro Alves <pedro@palves.net>
3320
3321 * gdb.base/examine-backward.c (Barrier, TestStrings): Now unsigned
3322 char array.
3323 (main): Add references to Barrier, TestStrings, TestStringsH and
3324 TestStringsW.
3325 * gdb.base/examine-backward.exp: Issue "set print asm-demangle on"
3326 and expect a full prototype in C++.
3327
3328 2020-09-17 Pedro Alves <pedro@palves.net>
3329
3330 * gdb.base/nested-addr.c (main): Add cast.
3331 * gdb.base/nested-addr.exp: Use "print /d".
3332
3333 2020-09-17 Pedro Alves <pedro@palves.net>
3334
3335 * gdb.base/break.exp (func): New. Use it throughout when
3336 expecting a function name.
3337
3338 2020-09-17 Pedro Alves <pedro@palves.net>
3339
3340 * gdb.base/display.exp: Issue "set print asm-demangle on".
3341
3342 2020-09-17 Pedro Alves <pedro@palves.net>
3343
3344 * gdb.base/find.c: Include <string.h>.
3345 (init_bufs): Add cast.
3346 * gdb.base/find.exp: Issue "set print asm-demangle on".
3347
3348 2020-09-16 Tom Tromey <tromey@adacore.com>
3349
3350 PR gdb/26598:
3351 * gdb.base/skipcxx.exp: New file.
3352 * gdb.base/skipcxx.cc: New file.
3353
3354 2020-09-16 Tom de Vries <tdevries@suse.de>
3355
3356 PR testsuite/26617
3357 * gdb.dlang/watch-loc.c: Only add .debug_aranges if
3358 WITH_DEBUG_SECTIONS is defined.
3359 (xstr, str): New macro.
3360 (.debug_aranges): Use DMAIN_START_0/1/2 and DMAIN_LENGTH
3361 to get start and size of _Dmain.
3362 * gdb.dlang/watch-loc.exp: Pass DMAIN_START_0/1/2 and DMAIN_LENGTH
3363 using additional_flags.
3364
3365 2020-09-16 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3366
3367 * gdb.base/bp-cmds-sourced-script.c: New file.
3368 * gdb.base/bp-cmds-sourced-script.exp: New test.
3369 * gdb.base/bp-cmds-sourced-script.gdb: New file.
3370
3371 2020-09-16 Tom de Vries <tdevries@suse.de>
3372
3373 * lib/gdbserver-support.exp (gdbserver_exit): Make sure we
3374 get the gdb prompt after issuing "monitor exit".
3375
3376 2020-09-16 Tom de Vries <tdevries@suse.de>
3377
3378 PR testsuite/26624
3379 * lib/gdb.exp (gdb_assert): Catch errors in condition evaluation.
3380
3381 2020-09-16 Tom de Vries <tdevries@suse.de>
3382
3383 PR testsuite/26618
3384 * gdb.tui/new-layout.exp: Escape unbalanced braces.
3385
3386 2020-09-15 Tom Tromey <tromey@adacore.com>
3387
3388 PR rust/26197:
3389 * lib/rust-support.exp (rust_llvm_version): New proc.
3390 * gdb.rust/simple.exp: Check rust_llvm_version.
3391
3392 2020-09-14 Tom de Vries <tdevries@suse.de>
3393
3394 * gdb.rust/traits.exp: Fix PATH warning.
3395
3396 2020-09-13 Pedro Alves <pedro@palves.net>
3397
3398 * gdb.base/catch-follow-exec.c (main): Add explicit return
3399 statement.
3400 * gdb.base/catch-signal.c (main): Likewise.
3401 * gdb.base/condbreak-call-false.c (main): Likewise.
3402 * gdb.base/consecutive.c (main): Add explicit return
3403 statement and return type.
3404 * gdb.base/cursal.c (main): Add explicit return statement.
3405 * gdb.base/cvexpr.c (main): Likewise.
3406 * gdb.base/display.c (main): Add explicit return statement and
3407 return type.
3408 * gdb.base/dprintf-detach.c (main): Add explicit return statement.
3409 * gdb.base/endianity.c (main): Likewise.
3410 * gdb.base/execd-prog.c (main): Likewise.
3411 * gdb.base/gdb1090.c (main): Likewise.
3412 * gdb.base/info_qt.c (main): Likewise.
3413 * gdb.base/lineinc.c (main): Likewise.
3414 * gdb.base/load-command.c (main): Likewise.
3415 * gdb.base/macscp1.c (main): Likewise.
3416 * gdb.base/pr10179-a.c (main): Likewise.
3417 * gdb.base/quit-live.c (main): Likewise.
3418 * gdb.base/scope0.c (main): Likewise.
3419 * gdb.base/settings.c (main): Likewise.
3420 * gdb.base/stack-checking.c (main): Return int.
3421 * gdb.base/varargs.c (main): Add explicit return statement.
3422 * gdb.cp/ambiguous.cc (main): Likewise.
3423 * gdb.cp/anon-struct.cc (main): Likewise.
3424 * gdb.cp/anon-union.cc (main): Likewise.
3425 * gdb.cp/bool.cc (main): Likewise.
3426 * gdb.cp/bs15503.cc (main): Likewise.
3427 * gdb.cp/cplusfuncs.cc (main): Likewise.
3428 * gdb.cp/cttiadd.cc (main): Likewise.
3429 * gdb.cp/extern-c.cc (main): Likewise.
3430 * gdb.cp/filename.cc (main): Likewise.
3431 * gdb.cp/formatted-ref.cc (main): Likewise.
3432 * gdb.cp/mb-ctor.cc (main): Likewise.
3433 * gdb.cp/member-ptr.cc (main): Likewise.
3434 * gdb.cp/minsym-fallback-main.cc (main): Likewise.
3435 * gdb.cp/overload-const.cc (main): Likewise.
3436 * gdb.cp/paren-type.cc (main): Likewise.
3437 * gdb.cp/parse-lang.cc (main): Likewise.
3438 * gdb.cp/pr-1023.cc (main): Likewise.
3439 * gdb.cp/psmang1.cc (main): Likewise.
3440 * gdb.cp/readnow-language.cc (main): Likewise.
3441 * gdb.cp/ref-params.cc (main): Likewise.
3442 * gdb.cp/rvalue-ref-params.cc (main): Likewise.
3443 * gdb.cp/virtbase2.cc (main): Likewise.
3444 * gdb.dwarf2/dw2-abs-hi-pc.c (main): Likewise.
3445 * gdb.dwarf2/dw2-namespaceless-anonymous.c (main): Likewise.
3446 * gdb.dwarf2/dw4-toplevel-types.cc (main): Likewise.
3447 * gdb.mi/mi-console.c (main): Likewise.
3448 * gdb.mi/mi-read-memory.c (main): Likewise.
3449 * gdb.modula2/multidim.c (main): Likewise.
3450 * gdb.opt/inline-small-func.c (main): Likewise.
3451 * gdb.python/py-rbreak.c (main): Likewise.
3452 * gdb.stabs/exclfwd1.c (main): Likewise.
3453 * gdb.trace/qtro.c (main): Likewise.
3454
3455 2020-09-13 Pedro Alves <pedro@palves.net>
3456
3457 * gdb.base/share-env-with-gdbserver.c (main): Call my_getenv
3458 instead of getenv.
3459
3460 2020-09-13 Pedro Alves <pedro@palves.net>
3461
3462 * gdb.base/dbx.exp (dbx_gdb_start): Adjust to use gdb_spawn
3463 instead of spawning GDB with remote_spawn.
3464 * lib/mi-support.exp (default_mi_gdb_start): Adjust to use
3465 gdb_spawn instead of spawning GDB with remote_spawn.
3466
3467 2020-09-13 Pedro Alves <pedro@palves.net>
3468
3469 * gdb.dwarf2/ada-linkage-name.c (main): Move to the bottom of the
3470 file and add calls to first and second.
3471 * gdb.dwarf2/atomic.c (main): Move to the bottom of the file and
3472 add call to f.
3473
3474 2020-09-13 Pedro Alves <pedro@palves.net>
3475
3476 * gdb.mi/mi-break-qualified.cc: New file.
3477 * gdb.mi/mi-break-qualified.exp: New file.
3478 * lib/mi-support.exp (mi_create_breakpoint_multi)
3479 (mi_make_breakpoint_loc, mi_make_breakpoint_multi): New
3480 procedures.
3481 (mi_create_breakpoint_1): New, factored out from
3482 mi_create_breakpoint.
3483
3484 2020-09-13 Pedro Alves <pedro@palves.net>
3485
3486 * gdb.cp/inherit.exp: No longer pass -Wno-deprecated-register.
3487 * gdb.cp/misc.exp: No longer pass -Wno-deprecated-register.
3488 * gdb.cp/misc.cc (class small, small::method, marker_reg1)
3489 (register_class): Delete.
3490 (main): Don't call register_class.
3491
3492 2020-09-13 Pedro Alves <pedro@palves.net>
3493
3494 * gdb.cp/classes.exp: No longer pass -Wno-deprecated-register.
3495 (do_tests): Remove "calling method for small class" test.
3496 * gdb.cp/classes.cc (class small, small::method, marker_reg1)
3497 (register_class): Delete.
3498 (main): Don't call register_class.
3499 * gdb.cp/call-method-register.exp: New file, based on bits removed
3500 from classes.exp.
3501 * gdb.cp/call-method-register.cc: New file, based on bits removed
3502 from classes.cc.
3503
3504 2020-09-13 Pedro Alves <pedro@palves.net>
3505
3506 * gdb.base/msym-bp-2.c: New.
3507 * gdb.base/msym-bp-shl-lib.c: New file.
3508 * gdb.base/msym-bp-shl-main-2.c: New file.
3509 * gdb.base/msym-bp-shl-main.c: New file.
3510 * gdb.base/msym-bp-shl.exp: New file.
3511 * gdb.base/msym-bp.c: New file.
3512 * gdb.base/msym-bp.exp: New file.
3513
3514 2020-09-13 Joel Brobecker <brobecker@adacore.com>
3515
3516 * gdb.base/default.exp: Change $_gdb_major to 11.
3517
3518 2020-09-11 Moritz Riesterer <moritz.riesterer@intel.com>
3519 Felix Willgerodt <Felix.Willgerodt@intel.com>
3520
3521 * x86-avx512bf16.c: New file.
3522 * x86-avx512bf16.exp: Likewise.
3523 * lib/gdb.exp (skip_avx512bf16_tests): New function.
3524
3525 2020-09-11 Tom de Vries <tdevries@suse.de>
3526
3527 PR exp/26602
3528 * gdb.cp/ambiguous.exp: Add KFAILs for PR26602.
3529
3530 2020-09-11 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3531
3532 * gdb.base/bp-cmds-execution-x-script.exp: Remove a stale comment.
3533
3534 2020-09-10 Alan Modra <amodra@gmail.com>
3535
3536 PR 26597
3537 * gdb.dlang/demangle.exp: Update tests as per gcc commit 387d0773f3.
3538
3539 2020-09-08 Tom de Vries <tdevries@suse.de>
3540
3541 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Consume gdb prompt
3542 after gdb_starti_cmd.
3543
3544 2020-09-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
3545
3546 * lib/fortran.exp (fortran_complex8): New proc.
3547 (fortran_complex16): New proc.
3548 * gdb.fortran/complex.exp: Use routines from fortran.exp
3549 * gdb.fortran/pointer-to-pointer.exp: Likewise.
3550 * gdb.fortran/vla-ptr-info.exp: Likewise.
3551
3552 2020-09-03 Tom de Vries <tdevries@suse.de>
3553
3554 PR breakpoint/26546
3555 * gdb.base/label-without-address.exp: Runto main first.
3556
3557 2020-09-02 Tom Tromey <tromey@adacore.com>
3558
3559 * gdb.ada/mi_var_access.exp: Test children of access variable.
3560 * gdb.ada/mi_var_access/mi_access.adb: Add new stop markers.
3561 * gdb.ada/mi_var_array.exp: Update.
3562
3563 2020-08-31 Kevin Buettner <kevinb@redhat.com>
3564
3565 * gdb.base/corefile.exp (warning-free): XFAIL test when running
3566 on docker w/ AUFS storage driver.
3567
3568 2020-08-31 Kevin Buettner <kevinb@redhat.com>
3569
3570 * gdb.base/corefile2.exp (renamed binfile): New tests.
3571
3572 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
3573
3574 * gdb.dwarf2/dw2-reg-undefined.exp: Remove spurious #.
3575
3576 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
3577
3578 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: New file.
3579 * gdb.dwarf2/frame-inlined-in-outer-frame.S: New file.
3580
3581 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
3582
3583 * gdb.dwarf2/dw2-reg-undefined.exp: Test "set debug frame 1"
3584 output, printing a "not saved" value from history and printing a
3585 convenience variable created from a "not saved" value.
3586
3587 2020-08-31 Tom de Vries <tdevries@suse.de>
3588
3589 * gdb.base/eh_return.exp: Use nopie.
3590
3591 2020-08-28 Pedro Alves <pedro@palves.net>
3592
3593 * gdb.base/advance-until-multiple-locations.exp
3594 (advance_overload, until_overload): Adjust to match the
3595 frame/function header instead of the source line text.
3596
3597 2020-08-28 Tom de Vries <tdevries@suse.de>
3598
3599 * gdb.base/label-without-address.c: New test.
3600 * gdb.base/label-without-address.exp: New file.
3601
3602 2020-08-27 Pedro Alves <pedro@palves.net>
3603
3604 PR gdb/26523
3605 PR gdb/26524
3606 * gdb.base/advance-until-multiple-locations.cc: New.
3607 * gdb.base/advance-until-multiple-locations.exp: New.
3608
3609 2020-08-27 Simon Marchi <simon.marchi@polymtl.ca>
3610
3611 * gdb.dwarf2/dw2-reg-undefined.exp: Use multi_line.
3612
3613 2020-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3614
3615 * gdb.arch/amd64-byte.exp: Make test names unique, use
3616 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
3617 * gdb.arch/amd64-dword.exp: Likewise.
3618 * gdb.arch/amd64-pseudo.c: Fix typo 'forth' -> 'fourth'.
3619 * gdb.arch/amd64-stap-special-operands.exp: Make test names
3620 unique.
3621 * gdb.arch/amd64-tailcall-ret.exp: Likewise.
3622 * gdb.arch/amd64-word.exp: Make test names unique, use
3623 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
3624 * gdb.arch/i386-byte.exp: Make test names unique, use
3625 gdb_breakpoint.
3626 * gdb.arch/i386-word.exp: Likewise.
3627
3628 2020-08-25 Shahab Vahedi <shahab@synopsys.com>
3629
3630 * gdb.arch/arc-tdesc-cpu.xml: Use new feature names.
3631
3632 2020-08-25 Simon Marchi <simon.marchi@polymtl.ca>
3633
3634 PR gdb/26532
3635 * gdb.threads/stepi-random-signal.exp: Update pattern.
3636
3637 2020-08-25 Simon Marchi <simon.marchi@efficios.com>
3638
3639 PR gdb/26532
3640 * gdb.base/ui-redirect.exp: Update pattern.
3641
3642 2020-08-25 Gary Benson <gbenson@redhat.com>
3643
3644 * gdb.dwarf2/dw2-dir-file-name.exp: Use system assembler
3645 when compiling with clang.
3646 * gdb.dwarf2/dw2-restore.exp: Likewise.
3647
3648 2020-08-25 Gary Benson <gbenson@redhat.com>
3649
3650 * gdb.cp/ambiguous.exp: Enable test when compiling with GCC.
3651 Add additional_flags=-Wno-inaccessible-base when compiling
3652 with GCC >= 10.1 or clang. Add additional_flags=-w when
3653 compiling with GCC < 10.
3654
3655 2020-08-25 Gaius Mulley <gaiusmod2@gmail.com>
3656
3657 PR m2/26372
3658 * gdb.modula2/multidim.c: New file.
3659 * gdb.modula2/multidim.exp: New file.
3660
3661 2020-08-24 Simon Marchi <simon.marchi@polymtl.ca>
3662
3663 * lib/gdb.exp (runto): Always emit fail on internal error.
3664
3665 2020-08-24 Simon Marchi <simon.marchi@efficios.com>
3666
3667 * gdb.base/gdb-sigterm.exp (do_test): Update expected regexp.
3668 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3669 Likewise.
3670 * gdb.threads/stepi-random-signal.exp: Likewise.
3671
3672 2020-08-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3673
3674 * gdb.base/print-file-var.exp: Fix typo "breapoint".
3675 * gdb.trace/strace.exp: Ditto.
3676
3677 2020-08-19 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
3678
3679 * gdb.fortran/vla-type.exp: Skip commands not required for
3680 the Flang compiled binaries after prologue fix.
3681
3682 2020-08-17 Tom de Vries <tdevries@suse.de>
3683 Tom Tromey <tromey@adacore.com>
3684
3685 PR rust/26197:
3686 * gdb.rust/simple.exp (xfail_pattern): Update for new failure.
3687
3688 2020-08-17 Tom Tromey <tromey@adacore.com>
3689
3690 * gdb.ada/mi_var_access.exp: New file.
3691 * gdb.ada/mi_var_access/mi_access.adb: New file.
3692 * gdb.ada/mi_var_access/pck.adb: New file.
3693 * gdb.ada/mi_var_access/pck.ads: New file.
3694
3695 2020-08-16 Tom de Vries <tdevries@suse.de>
3696
3697 PR gdb/25350
3698 * gdb.base/eh_return.c: New test.
3699 * gdb.base/eh_return.exp: New file.
3700
3701 2020-08-15 Tom de Vries <tdevries@suse.de>
3702
3703 * gdb.fortran/mixed-lang-stack.c (fortran_charlen_t): New type.
3704 (mixed_func_1d_): Use fortran_charlen_t in decl.
3705
3706 2020-08-15 Tom de Vries <tdevries@suse.de>
3707
3708 PR backtrace/26390
3709 * gdb.fortran/mixed-lang-stack.exp: Call bt with -frame-arguments all.
3710 Update expected pattern.
3711
3712 2020-08-13 Pedro Alves <pedro@palves.net>
3713
3714 * gdb.fortran/complex.exp: Check skip_fortran_tests.
3715 * gdb.fortran/library-module.exp: Likewise.
3716 * gdb.fortran/logical.exp: Likewise.
3717 * gdb.fortran/module.exp: Likewise.
3718 * gdb.fortran/print_type.exp: Likewise.
3719 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
3720 * gdb.fortran/vla-datatypes.exp: Likewise.
3721 * gdb.fortran/vla-history.exp: Likewise.
3722 * gdb.fortran/vla-ptr-info.exp: Likewise.
3723 * gdb.fortran/vla-ptype-sub.exp: Likewise.
3724 * gdb.fortran/vla-ptype.exp: Likewise.
3725 * gdb.fortran/vla-sizeof.exp: Likewise.
3726 * gdb.fortran/vla-type.exp: Likewise.
3727 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
3728 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
3729 * gdb.fortran/vla-value-sub.exp: Likewise.
3730 * gdb.fortran/vla-value.exp: Likewise.
3731
3732 2020-08-13 Pedro Alves <pedro@palves.net>
3733
3734 * gdb.ada/access_tagged_param.exp: Check skip_ada_tests.
3735 * gdb.ada/access_to_packed_array.exp: Likewise.
3736 * gdb.ada/access_to_unbounded_array.exp: Likewise.
3737 * gdb.ada/addr_arith.exp: Likewise.
3738 * gdb.ada/arr_acc_idx_w_gap.exp: Likewise.
3739 * gdb.ada/arr_arr.exp: Likewise.
3740 * gdb.ada/arr_enum_idx_w_gap.exp: Likewise.
3741 * gdb.ada/array_bounds.exp: Likewise.
3742 * gdb.ada/array_of_variable_length.exp: Likewise.
3743 * gdb.ada/array_ptr_renaming.exp: Likewise.
3744 * gdb.ada/array_subscript_addr.exp: Likewise.
3745 * gdb.ada/arraydim.exp: Likewise.
3746 * gdb.ada/arrayparam.exp: Likewise.
3747 * gdb.ada/arrayptr.exp: Likewise.
3748 * gdb.ada/assign_1.exp: Likewise.
3749 * gdb.ada/assign_arr.exp: Likewise.
3750 * gdb.ada/atomic_enum.exp: Likewise.
3751 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
3752 * gdb.ada/bad-task-bp-keyword.exp: Likewise.
3753 * gdb.ada/bias.exp: Likewise.
3754 * gdb.ada/boolean_expr.exp: Likewise.
3755 * gdb.ada/bp_c_mixed_case.exp: Likewise.
3756 * gdb.ada/bp_enum_homonym.exp: Likewise.
3757 * gdb.ada/bp_inlined_func.exp: Likewise.
3758 * gdb.ada/bp_on_var.exp: Likewise.
3759 * gdb.ada/bp_range_type.exp: Likewise.
3760 * gdb.ada/bp_reset.exp: Likewise.
3761 * gdb.ada/call_pn.exp: Likewise.
3762 * gdb.ada/catch_assert_if.exp: Likewise.
3763 * gdb.ada/catch_ex.exp: Likewise.
3764 * gdb.ada/catch_ex_std.exp: Likewise.
3765 * gdb.ada/char_enum.exp: Likewise.
3766 * gdb.ada/char_param.exp: Likewise.
3767 * gdb.ada/complete.exp: Likewise.
3768 * gdb.ada/cond_lang.exp: Likewise.
3769 * gdb.ada/convvar_comp.exp: Likewise.
3770 * gdb.ada/dgopt.exp: Likewise.
3771 * gdb.ada/disc_arr_bound.exp: Likewise.
3772 * gdb.ada/display_nested.exp: Likewise.
3773 * gdb.ada/dot_all.exp: Likewise.
3774 * gdb.ada/dyn_loc.exp: Likewise.
3775 * gdb.ada/dyn_stride.exp: Likewise.
3776 * gdb.ada/excep_handle.exp: Likewise.
3777 * gdb.ada/expr_delims.exp: Likewise.
3778 * gdb.ada/expr_with_funcall.exp: Likewise.
3779 * gdb.ada/exprs.exp: Likewise.
3780 * gdb.ada/fin_fun_out.exp: Likewise.
3781 * gdb.ada/fixed_cmp.exp: Likewise.
3782 * gdb.ada/formatted_ref.exp: Likewise.
3783 * gdb.ada/frame_arg_lang.exp: Likewise.
3784 * gdb.ada/frame_args.exp: Likewise.
3785 * gdb.ada/fullname_bp.exp: Likewise.
3786 * gdb.ada/fun_addr.exp: Likewise.
3787 * gdb.ada/fun_in_declare.exp: Likewise.
3788 * gdb.ada/fun_overload_menu.exp: Likewise.
3789 * gdb.ada/fun_renaming.exp: Likewise.
3790 * gdb.ada/funcall_char.exp: Likewise.
3791 * gdb.ada/funcall_param.exp: Likewise.
3792 * gdb.ada/funcall_ptr.exp: Likewise.
3793 * gdb.ada/funcall_ref.exp: Likewise.
3794 * gdb.ada/homonym.exp: Likewise.
3795 * gdb.ada/info_addr_mixed_case.exp: Likewise.
3796 * gdb.ada/info_auto_lang.exp: Likewise.
3797 * gdb.ada/info_exc.exp: Likewise.
3798 * gdb.ada/info_types.exp: Likewise.
3799 * gdb.ada/int_deref.exp: Likewise.
3800 * gdb.ada/interface.exp: Likewise.
3801 * gdb.ada/iwide.exp: Likewise.
3802 * gdb.ada/lang_switch.exp: Likewise.
3803 * gdb.ada/length_cond.exp: Likewise.
3804 * gdb.ada/maint_with_ada.exp: Likewise.
3805 * gdb.ada/mi_catch_assert.exp: Likewise.
3806 * gdb.ada/mi_catch_ex.exp: Likewise.
3807 * gdb.ada/mi_catch_ex_hand.exp: Likewise.
3808 * gdb.ada/mi_dyn_arr.exp: Likewise.
3809 * gdb.ada/mi_ex_cond.exp: Likewise.
3810 * gdb.ada/mi_exc_info.exp: Likewise.
3811 * gdb.ada/mi_interface.exp: Likewise.
3812 * gdb.ada/mi_prot.exp: Likewise.
3813 * gdb.ada/mi_ref_changeable.exp: Likewise.
3814 * gdb.ada/mi_string_access.exp: Likewise.
3815 * gdb.ada/mi_task_arg.exp: Likewise.
3816 * gdb.ada/mi_task_info.exp: Likewise.
3817 * gdb.ada/mi_var_array.exp: Likewise.
3818 * gdb.ada/mi_var_union.exp: Likewise.
3819 * gdb.ada/mi_variant.exp: Likewise.
3820 * gdb.ada/minsyms.exp: Likewise.
3821 * gdb.ada/mod_from_name.exp: Likewise.
3822 * gdb.ada/nested.exp: Likewise.
3823 * gdb.ada/null_array.exp: Likewise.
3824 * gdb.ada/optim_drec.exp: Likewise.
3825 * gdb.ada/out_of_line_in_inlined.exp: Likewise.
3826 * gdb.ada/packed_array_assign.exp: Likewise.
3827 * gdb.ada/packed_tagged.exp: Likewise.
3828 * gdb.ada/pp-rec-component.exp: Likewise.
3829 * gdb.ada/print_chars.exp: Likewise.
3830 * gdb.ada/print_pc.exp: Likewise.
3831 * gdb.ada/ptr_typedef.exp: Likewise.
3832 * gdb.ada/ptype_arith_binop.exp: Likewise.
3833 * gdb.ada/ptype_array.exp: Likewise.
3834 * gdb.ada/ptype_field.exp: Likewise.
3835 * gdb.ada/ptype_tagged_param.exp: Likewise.
3836 * gdb.ada/ptype_union.exp: Likewise.
3837 * gdb.ada/py_range.exp: Likewise.
3838 * gdb.ada/py_taft.exp: Likewise.
3839 * gdb.ada/rdv_wait.exp: Likewise.
3840 * gdb.ada/rec_comp.exp: Likewise.
3841 * gdb.ada/rec_return.exp: Likewise.
3842 * gdb.ada/ref_param.exp: Likewise.
3843 * gdb.ada/ref_tick_size.exp: Likewise.
3844 * gdb.ada/rename_subscript_param.exp: Likewise.
3845 * gdb.ada/repeat_dyn.exp: Likewise.
3846 * gdb.ada/same_component_name.exp: Likewise.
3847 * gdb.ada/same_enum.exp: Likewise.
3848 * gdb.ada/scalar_storage.exp: Likewise.
3849 * gdb.ada/set_wstr.exp: Likewise.
3850 * gdb.ada/small_reg_param.exp: Likewise.
3851 * gdb.ada/str_binop_equal.exp: Likewise.
3852 * gdb.ada/str_ref_cmp.exp: Likewise.
3853 * gdb.ada/str_uninit.exp: Likewise.
3854 * gdb.ada/sub_variant.exp: Likewise.
3855 * gdb.ada/sym_print_name.exp: Likewise.
3856 * gdb.ada/taft_type.exp: Likewise.
3857 * gdb.ada/tagged.exp: Likewise.
3858 * gdb.ada/tagged_access.exp: Likewise.
3859 * gdb.ada/task_bp.exp: Likewise.
3860 * gdb.ada/task_switch_in_core.exp: Likewise.
3861 * gdb.ada/tasks.exp: Likewise.
3862 * gdb.ada/tick_last_segv.exp: Likewise.
3863 * gdb.ada/tick_length_array_enum_idx.exp: Likewise.
3864 * gdb.ada/type_coercion.exp: Likewise.
3865 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
3866 * gdb.ada/unchecked_union.exp: Likewise.
3867 * gdb.ada/uninitialized_vars.exp: Likewise.
3868 * gdb.ada/var_arr_attrs.exp: Likewise.
3869 * gdb.ada/var_arr_typedef.exp: Likewise.
3870 * gdb.ada/var_rec_arr.exp: Likewise.
3871 * gdb.ada/variant-record.exp: Likewise.
3872 * gdb.ada/variant.exp: Likewise.
3873 * gdb.ada/variant_record_packed_array.exp: Likewise.
3874 * gdb.ada/varsize_limit.exp: Likewise.
3875 * gdb.ada/whatis_array_val.exp: Likewise.
3876 * gdb.ada/widewide.exp: Likewise.
3877 * gdb.ada/win_fu_syms.exp: Likewise.
3878
3879 2020-08-12 Gary Benson <gbenson@redhat.com>
3880
3881 * gdb.dwarf2/dw2-op-out-param.S (.Ltext5): Fix duplicate label.
3882
3883 2020-08-04 Andrew Burgess <andrew.burgess@embecosm.com>
3884
3885 * lib/check-test-names.exp (do_reset_vars): Use 'array unset' to
3886 unset the array variable.
3887
3888 2020-08-03 Tom de Vries <tdevries@suse.de>
3889
3890 PR symtab/26333
3891 * lib/dwarf.exp (DW_LNE_user): New proc.
3892 * gdb.dwarf2/dw2-vendor-extended-opcode.c: New test.
3893 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: New file.
3894
3895 2020-07-31 Kevin Buettner <kevinb@redhat.com>
3896
3897 * gdb.base/coremaker2.c: Change all uses of 'unsigned long long'
3898 to 'uintptr_t'
3899 (inttypes.h): Include.
3900
3901 2020-07-31 Kevin Buettner <kevinb@redhat.com>
3902
3903 * gdb.base/coremaker2.c (buf_rw): Increase size to 256 KiB.
3904 (C5_24k): Delete.
3905 (C5_8k, C5_64k, C5_256k): New macros.
3906 (buf_ro): Allocate 256 KiB of initialized data.
3907
3908 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3909
3910 * gdb.base/condbreak-bad.exp: Extend the test with scenarios
3911 that attempt to overwrite an existing condition with a condition
3912 that fails parsing and also with a condition that parses fine
3913 but contains junk at the end.
3914
3915 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3916
3917 * gdb.base/condbreak-bad.c: New test.
3918 * gdb.base/condbreak-bad.exp: New file.
3919
3920 2020-07-30 Tom de Vries <tdevries@suse.de>
3921
3922 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_entry_1): Factor
3923 out of ...
3924 (GDBInfoModuleSymbols::check_entry): ... here.
3925 (GDBInfoModuleSymbols::check_optional_entry): New proc.
3926 * gdb.fortran/info-modules.exp: Use check_optional_entry for entries
3927 related to __def_init_mod1_M1t1 / __vtype_mod1_M1t1 / __copy_mod1_M1t1.
3928
3929 2020-07-30 Tom de Vries <tdevries@suse.de>
3930
3931 * gdb.fortran/ptype-on-functions.exp: Make "_t" suffix on
3932 "__class_some_module_Number_t" optional.
3933
3934 2020-07-29 Tom de Vries <tdevries@suse.de>
3935
3936 * lib/selftest-support.exp (selftest_setup): Allow breakpoint at
3937 multiple locations.
3938
3939 2020-07-29 Tom de Vries <tdevries@suse.de>
3940
3941 * gdb.dwarf2/dw2-line-number-zero.exp: Set breakpoints on lines
3942 rather than function name.
3943
3944 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3945
3946 PR symtab/26270:
3947 * gdb.cp/disasm-func-name.cc: New file.
3948 * gdb.cp/disasm-func-name.exp: New file.
3949
3950 2020-07-28 Tom Tromey <tromey@adacore.com>
3951
3952 * gdb.dwarf2/varval.exp (setup_exec): Add 'or' instruction to
3953 'varval' location.
3954
3955 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3956
3957 * gdb.python/py-unwind.py: Update to make use of a register
3958 descriptor.
3959
3960 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3961
3962 * gdb.python/py-arch-reg-names.exp: Add additional tests.
3963
3964 2020-07-25 Andrew Burgess <andrew.burgess@embecosm.com>
3965
3966 PR fortran/23051
3967 PR fortran/26139
3968 * gdb.fortran/class-allocatable-array.exp: New file.
3969 * gdb.fortran/class-allocatable-array.f90: New file.
3970 * gdb.fortran/pointer-to-pointer.exp: New file.
3971 * gdb.fortran/pointer-to-pointer.f90: New file.
3972
3973 2020-07-25 Tom de Vries <tdevries@suse.de>
3974
3975 PR symtab/26243
3976 * gdb.dwarf2/dw2-line-number-zero.c: New test.
3977 * gdb.dwarf2/dw2-line-number-zero.exp: New file.
3978
3979 2020-07-24 Tom de Vries <tdevries@suse.de>
3980
3981 PR testsuite/26293
3982 * gdb.ada/mi_prot.exp: Require gnatmake-8.
3983
3984 2020-07-23 Pedro Alves <pedro@palves.net>
3985
3986 * gdb.server/server-kill.exp (prepare): New, factored out from the
3987 top level.
3988 (kill_server): New.
3989 (test_tstatus, test_unwind_nosyms, test_unwind_syms): New.
3990 (top level) : Call test_tstatus, test_unwind_nosyms, test_unwind_syms.
3991
3992 2020-07-23 Andrew Burgess <andrew.burgess@embecosm.com>
3993
3994 * gdb.dwarf2/dw2-disasm-over-non-stmt.exp: New file.
3995
3996 2020-07-22 Sandra Loosemore <sandra@codesourcery.com>
3997
3998 * lib/gdb.exp (gdb_wrapper_file, gdb_wrapper_flags):
3999 Initialize to empty string at top level.
4000 (gdb_wrapper_init): Revert check for file existence on build.
4001 Build the wrapper in its default place, not a build-specific
4002 location. When host == build, make the pathname absolute.
4003 (gdb_compile): Delete leftover declaration of
4004 gdb_wrapper_initialized. Check gdb_wrapper_file being an empty
4005 string instead of uninitialized.
4006
4007 2020-07-22 Kevin Buettner <kevinb@redhat.com>
4008
4009 * gdb.base/corefile2.exp: New file.
4010 * gdb.base/coremaker2.exp: New file.
4011
4012 2020-07-22 Kevin Buettner <kevinb@redhat.com>
4013
4014 * gdb.base/coredump-filter.exp: Add second
4015 non-Private-Shared-Anon-File test.
4016 (test_disasm): Rename binfile for test which is expected
4017 to fail.
4018
4019 2020-07-22 Kevin Buettner <kevinb@redhat.com>
4020
4021 * gdb.base/corefile.exp: Add test "accessing read-only mmapped
4022 data in core file".
4023 * gdb.base/coremaker.c (buf2ro): New global.
4024 (mmapdata): Add a read-only mmap mapping.
4025
4026 2020-07-22 Kevin Buettner <kevinb@redhat.com>
4027
4028 PR corefiles/25631
4029 * gdb.base/corefile.exp (accessing anonymous, unwritten-to mmap data):
4030 New test.
4031 * gdb.base/coremaker.c (buf3): New global.
4032 (mmapdata): Add mmap call which uses MAP_ANONYMOUS and MAP_PRIVATE
4033 flags.
4034
4035 2020-07-22 Kevin Buettner <kevinb@redhat.com>
4036
4037 * gdb.base/coremaker.c (filler_ro): New global constant.
4038
4039 2020-07-22 Tom Tromey <tromey@adacore.com>
4040
4041 * gdb.ada/mi_prot.exp: New file.
4042 * gdb.ada/mi_prot/pkg.adb: New file.
4043 * gdb.ada/mi_prot/pkg.ads: New file.
4044 * gdb.ada/mi_prot/prot.adb: New file.
4045
4046 2020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4047
4048 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
4049 loads two JITers.
4050
4051 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
4052
4053 * gdb.python/py-arch-reg-groups.exp: Additional tests.
4054
4055 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
4056
4057 * gdb.python/py-arch-reg-names.exp: Additional tests.
4058
4059 2020-07-21 Tom de Vries <tdevries@suse.de>
4060
4061 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
4062 breakpoint locations".
4063 * gdb.reverse/solib-reverse.exp: Same.
4064
4065 2020-07-21 Tom de Vries <tdevries@suse.de>
4066
4067 * gdb.reverse/step-reverse.c (callee): Merge statements.
4068
4069 2020-07-21 Tom de Vries <tdevries@suse.de>
4070
4071 * gdb.fortran/info-modules.exp (info module variables): Allow missing
4072 line numbers for some variables.
4073
4074 2020-07-21 Tom de Vries <tdevries@suse.de>
4075
4076 * gdb.opt/inline-locals.c (init_array): New func.
4077 (func1): Use init_array.
4078 * gdb.opt/inline-locals.exp: Update pattern.
4079
4080 2020-07-21 Tom de Vries <tdevries@suse.de>
4081
4082 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
4083 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
4084
4085 2020-07-20 Ludovic Courtès <ludo@gnu.org>
4086
4087 * gdb.guile/source2.scm: Add #f first argument to 'format'.
4088 * gdb.guile/types-module.exp: Remove "ERROR:" from
4089 regexps since Guile 3.0 no longer prints that.
4090
4091 2020-07-20 Ludovic Courtès <ludo@gnu.org>
4092
4093 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
4094 error regexp to match on Guile 2.2.
4095
4096 2020-07-20 Gary Benson <gbenson@redhat.com>
4097
4098 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
4099 with clang.
4100
4101 2020-07-20 Tom de Vries <tdevries@suse.de>
4102
4103 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
4104 (omp_set_lock_in_order): New function.
4105 (single_scope, multi_scope, nested_func, nested_parallel): Use
4106 omp_set_lock_in_order and omp_unset_lock.
4107 (main): Init and destroy lock and lock2.
4108
4109 2020-07-20 Tom de Vries <tdevries@suse.de>
4110
4111 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
4112
4113 2020-07-20 Tom de Vries <tdevries@suse.de>
4114
4115 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
4116
4117 2020-07-17 Tom de Vries <tdevries@suse.de>
4118
4119 * gdb.base/valgrind-infcall-2.c: New test.
4120 * gdb.base/valgrind-infcall-2.exp: New file.
4121 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
4122
4123 2020-07-17 Tom de Vries <tdevries@suse.de>
4124
4125 * gdb.dlang/circular.c (found): Use found_label as label name.
4126 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
4127 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
4128 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
4129 * gdb.dwarf2/ada-linkage-name.exp: Same.
4130 * gdb.dwarf2/arr-subrange.exp: Same.
4131 * gdb.dwarf2/atomic-type.exp: Same.
4132 * gdb.dwarf2/comp-unit-lang.exp: Same.
4133 * gdb.dwarf2/cpp-linkage-name.exp: Same.
4134 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
4135 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
4136 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
4137 * gdb.dwarf2/implptr-64bit.exp: Same.
4138 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
4139 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
4140 * gdb.dwarf2/imported-unit.exp: Same.
4141 * gdb.dwarf2/main-subprogram.exp: Same.
4142 * gdb.dwarf2/missing-type-name.exp: Same.
4143 * gdb.dwarf2/nonvar-access.exp: Same.
4144 * gdb.dwarf2/struct-with-sig.exp: Same.
4145 * gdb.dwarf2/typedef-void-finish.exp: Same.
4146 * gdb.dwarf2/void-type.exp: Same.
4147
4148 2020-07-17 Tom de Vries <tdevries@suse.de>
4149
4150 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
4151 src parameter.
4152 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
4153 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
4154 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
4155 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
4156 * gdb.dwarf2/dwz.exp: Same.
4157 * gdb.dwarf2/implptr-optimized-out.exp: Same.
4158 * gdb.dwarf2/implref-array.exp: Same.
4159 * gdb.dwarf2/implref-const.exp: Same.
4160 * gdb.dwarf2/implref-global.exp: Same.
4161 * gdb.dwarf2/implref-struct.exp: Same.
4162 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
4163 * gdb.dwarf2/opaque-type-lookup.exp: Same.
4164 * gdb.dwarf2/var-access.exp: Same.
4165 * gdb.dwarf2/varval.exp: Same.
4166 * gdb.trace/entry-values.exp: Same.
4167
4168 2020-07-17 Tom de Vries <tdevries@suse.de>
4169
4170 * lib/dwarf.exp (Dwarf::extern): Remove.
4171 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
4172 * gdb.dlang/circular.exp: Same.
4173 * gdb.dwarf2/comp-unit-lang.exp: Same.
4174 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
4175 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
4176 * gdb.dwarf2/dwz.exp: Same.
4177 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
4178 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
4179 * gdb.dwarf2/imported-unit.exp: Same.
4180 * gdb.dwarf2/opaque-type-lookup.exp: Same.
4181
4182 2020-07-16 Sandra Loosemore <sandra@codesourcery.com>
4183
4184 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
4185 Use double quotes instead of single quotes.
4186
4187 2020-07-16 Caroline Tice <cmtice@google.com>
4188
4189 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
4190 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
4191
4192 2020-07-16 Tom de Vries <tdevries@suse.de>
4193
4194 * lib/dwarf.exp (program): Initialize _line.
4195 (DW_LNE_end_sequence): Reinitialize _line.
4196 (DW_LNS_advance_line): Update _line.
4197 (line): New proc.
4198 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
4199 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
4200 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
4201 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
4202 * gdb.dwarf2/dw2-is-stmt.exp: Same.
4203 * gdb.dwarf2/dw2-ranges-func.exp: Same.
4204
4205 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
4206
4207 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
4208 generic.
4209
4210 2020-07-15 Tom de Vries <tdevries@suse.de>
4211
4212 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
4213 is_amd64_regs_target.
4214
4215 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
4216
4217 * gdb.fortran/ptype-on-functions.exp: Add more tests.
4218 * gdb.fortran/ptype-on-functions.f90: Likewise.
4219
4220 2020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
4221
4222 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
4223 values in documentation for addr_size to 4 and 8.
4224
4225 2020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
4226
4227 * gdb.arch/amd64-osabi.exp: Update.
4228 * gdb.arch/arm-disassembler-options.exp: Update.
4229 * gdb.arch/powerpc-disassembler-options.exp: Update.
4230 * gdb.arch/ppc64-symtab-cordic.exp: Update.
4231 * gdb.arch/s390-disassembler-options.exp: Update.
4232 * gdb.base/all-architectures.exp.tcl: Update.
4233 * gdb.base/attach-pie-noexec.exp: Update.
4234 * gdb.base/catch-syscall.exp: Update.
4235 * gdb.xml/tdesc-arch.exp: Update.
4236
4237 2020-07-14 Tom de Vries <tdevries@suse.de>
4238
4239 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
4240 (local_gettid): ... this.
4241 (fn): Update.
4242
4243 2020-07-13 Sandra Loosemore <sandra@codesourcery.com>
4244
4245 * gdb.base/info_sources.exp: Skip directory match tests on
4246 remote hosts.
4247
4248 2020-07-13 Gary Benson <gbenson@redhat.com>
4249
4250 * gdb.base/savedregs.exp (caller): Use parentheses to
4251 make expected expression evaluation ordering explicit.
4252
4253 2020-07-13 Gary Benson <gbenson@redhat.com>
4254
4255 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
4256
4257 2020-07-13 Gary Benson <gbenson@redhat.com>
4258
4259 * gdb.base/bigcore.c (main): Use a volatile pointer when
4260 attempting to trigger a SIGSEGV.
4261 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
4262 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
4263 * gdb.base/savedregs.c (thrower): Likewise.
4264 * gdb.mi/mi-syn-frame.c (bar): Likewise.
4265
4266 2020-07-13 Gary Benson <gbenson@redhat.com>
4267
4268 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
4269 defining and using VLA structure fields into...
4270 * gdb.base/vla-struct-fields.c: New file.
4271 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
4272 tests into...
4273 * gdb.base/vla-struct-fields.exp: New file.
4274
4275 2020-07-13 Tom de Vries <tdevries@suse.de>
4276
4277 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
4278 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
4279 * gdb.base/gold-gdb-index.exp: Same.
4280 * gdb.base/morestack.exp: Same.
4281
4282 2020-07-11 Daniel Xu <dxu@dxuuu.xyz>
4283
4284 PR rust/26121
4285 * gdb.rust/modules.rs: Prevent linker from discarding test
4286 symbol.
4287
4288 2020-07-10 Pedro Alves <pedro@palves.net>
4289
4290 PR gdb/26199
4291 * gdb.multi/multi-target.c (exit_thread): New.
4292 (thread_start): Break loop if EXIT_THREAD.
4293 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
4294 (top level) Call test_no_resumed.
4295
4296 2020-07-08 Tom Tromey <tromey@adacore.com>
4297
4298 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
4299 * gdb.ada/catch_ex.exp: Examine catchpoint text.
4300
4301 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4302
4303 PR python/22748
4304 * gdb.opt/inline-frame-tailcall.c: New file.
4305 * gdb.opt/inline-frame-tailcall.exp: New file.
4306 * gdb.python/py-unwind-inline.c: New file.
4307 * gdb.python/py-unwind-inline.exp: New file.
4308 * gdb.python/py-unwind-inline.py: New file.
4309
4310 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4311
4312 * gdb.python/py-arch-reg-groups.exp: New file.
4313
4314 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4315
4316 * gdb.python/py-arch-reg-names.exp: New file.
4317
4318 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4319
4320 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
4321 gdb.PendingFrame.architecture method.
4322
4323 2020-07-06 Tom de Vries <tdevries@suse.de>
4324
4325 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
4326
4327 2020-07-03 Pedro Alves <palves@redhat.com>
4328
4329 * gdb.base/structs2.c (main): Adjust second parem_reg call to
4330 explicitly write negative numbers.
4331 * gdb.base/structs2.exp: Adjust expected output.
4332
4333 2020-07-03 Pedro Alves <palves@redhat.com>
4334
4335 * gdb.base/charset.c (init_string): Change all char parameters to
4336 unsigned char parameters.
4337
4338 2020-07-03 Pedro Alves <palves@redhat.com>
4339
4340 * gdb.base/call-sc.exp (start_scalars_test): Use
4341 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
4342 * gdb.base/overlays.c: Remove references to PARAMS.
4343 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
4344 * gdb.base/reread.exp: Don't set 'prototypes' global.
4345 * gdb.base/structs.exp (start_structs_test): Use
4346 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
4347 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
4348 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
4349 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
4350 call.
4351 * gdb.base/varargs.exp: Don't set 'prototypes' global.
4352
4353 2020-07-03 Pedro Alves <palves@redhat.com>
4354
4355 * gdb.base/m32rovly.c: Delete.
4356 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
4357
4358 2020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4359
4360 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
4361 of gdb_py_test_multiple.
4362 * gdb.python/py-cmd.exp: Likewise.
4363 * gdb.python/py-events.exp: Likewise.
4364 * gdb.python/py-function.exp: Likewise.
4365 * gdb.python/py-inferior.exp: Likewise.
4366 * gdb.python/py-infthread.exp: Likewise.
4367 * gdb.python/py-linetable.exp: Likewise.
4368 * gdb.python/py-parameter.exp: Likewise.
4369 * gdb.python/py-value.exp: Likewise.
4370
4371 2020-06-30 Tom de Vries <tdevries@suse.de>
4372
4373 PR testsuite/26175
4374 * lib/future.exp (gdb_default_target_compile): Detect and handle
4375 early_flags.
4376
4377 2020-06-29 Simon Marchi <simon.marchi@efficios.com>
4378
4379 * boards/simavr.exp (gdb_load): Catch errors when closing
4380 previous connection. Close connection, wait for process and
4381 unset simavr_spawn_id on failure.
4382
4383 2020-06-29 Tom de Vries <tdevries@suse.de>
4384
4385 * lib/gdb.exp (unknown): Make test-case unresolved.
4386
4387 2020-06-29 Tom de Vries <tdevries@suse.de>
4388
4389 PR gdb/25475
4390 * gdb.server/solib-list.exp: Verify that the symbol reload
4391 confirmation question is asked.
4392
4393 2020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4394
4395 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
4396 have a input seq nr in each pass message.
4397 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
4398 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
4399 * gdb.python/python.exp: Make test names unique,
4400 use gdb_test_multiline instead of gdb_py_test_multiple,
4401 use $gdb_test_name.
4402 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
4403
4404 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
4405
4406 * configure.ac: Add --enable-libctf.
4407 * aclocal.m4: sinclude ../config/enable.m4.
4408 * Makefile.in (site.exp): Add enable_libctf to site.exp.
4409 * lib/gdb.exp (skip_ctf_tests): Use it.
4410 * gdb.base/ctf-constvars.exp: Error message tweak.
4411 * gdb.base/ctf-ptype.exp: Likewise.
4412 * configure: Regenerate.
4413
4414 2020-06-26 Gary Benson <gbenson@redhat.com>
4415
4416 * gdb.cp/try_catch.cc: Include string.h.
4417 (main): Replace comparison against string literal with
4418 strcmp, avoiding build failure with -Wstring-compare.
4419 Add "marker test-complete".
4420 * gdb.cp/try_catch.exp: Run the test to the above marker,
4421 then verify that the value of "test" is still true.
4422
4423 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4424
4425 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
4426
4427 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4428
4429 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
4430
4431 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4432
4433 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
4434 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
4435 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
4436 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
4437 * gdb.arch/riscv-tdesc-loading.exp: New file.
4438
4439 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4440
4441 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
4442
4443 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4444
4445 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
4446 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
4447 * gdb.arch/riscv-tdesc-regs.c: New file.
4448 * gdb.arch/riscv-tdesc-regs.exp: New file.
4449
4450 2020-06-24 Pedro Alves <palves@redhat.com>
4451
4452 * gdb.arch/amd64-entry-value-paramref.exp: Use
4453 prepare_for_testing_full and don't pass "c++" for the .S file
4454 build spec.
4455 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
4456 $options, since it's an assembly file. Remove -Wno-deprecated.
4457 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
4458 compiling C++ programs.
4459
4460 2020-06-24 Pedro Alves <palves@redhat.com>
4461
4462 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
4463 Clang, add "-Wno-unknown-warning-option" to the options.
4464
4465 2020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
4466
4467 * gdb.xml/tdesc-reload.c: New file.
4468 * gdb.xml/tdesc-reload.exp: New file.
4469 * gdb.xml/maint-xml-dump-01.xml: New file.
4470 * gdb.xml/maint-xml-dump-02.xml: New file.
4471 * gdb.xml/maint-xml-dump.exp: New file.
4472
4473 2020-06-23 Sandra Loosemore <sandra@codesourcery.com>
4474
4475 * lib/completion-support.exp (test_gdb_completion_offers_commands):
4476 Adjust for omitted commands when TUI is disabled.
4477
4478 2020-06-23 Gary Benson <gbenson@redhat.com>
4479 Pedro Alves <palves@redhat.com>
4480
4481 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
4482 * gdb.cp/nsimport.cc: Likewise.
4483 * gdb.cp/nsnested.cc: Likewise.
4484 * gdb.cp/nsnoimports.cc: Likewise.
4485 * gdb.cp/nsusing.cc: Likewise.
4486 * gdb.cp/smartp.cc: Likewise.
4487 * gdb.python/py-pp-integral.c: Likewise.
4488 * gdb.python/py-pp-re-notag.c: Likewise.
4489
4490 2020-06-23 Gary Benson <gbenson@redhat.com>
4491
4492 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
4493 * gdb.cp/nsimport.cc: Likewise.
4494 * gdb.cp/nsnested.cc: Likewise.
4495 * gdb.cp/nsnoimports.cc: Likewise.
4496 * gdb.cp/nsusing.cc: Likewise.
4497 * gdb.cp/smartp.cc: Likewise.
4498 * gdb.python/py-pp-integral.c: Likewise.
4499 * gdb.python/py-pp-re-notag.c: Likewise.
4500
4501 2020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4502
4503 * gdb.base/default-args.exp: New test.
4504 * gdb.base/default-args.c: New file.
4505 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
4506 * gdb.base/default.exp: Update to new help text.
4507 * gdb.base/help.exp: Likewise.
4508 * gdb.base/page.exp: Likewise.
4509 * gdb.base/style.exp: Likewise.
4510 * gdb.guile/guile.exp: Likewise.
4511 * gdb.python/python.exp: Likewise.
4512
4513 2020-06-22 Sandra Loosemore <sandra@codesourcery.com>
4514
4515 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
4516 remote host. Fix search path syntax on Windows host.
4517
4518 2020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4519
4520 * gdb.base/attach.exp: Test priority of 'exec-file' changed
4521 over 'exec-file-mismatch'.
4522 * gdb.base/attach.c: Mark should_exit volatile.
4523 * gdb.base/attach2.c: Likewise. Add a comment explaining
4524 why the sleep cannot be big.
4525 * gdb.base/attach3.c: New file.
4526
4527 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
4528
4529 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
4530 prefix optional.
4531
4532 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
4533
4534 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
4535 for remote host.
4536
4537 2020-06-19 Sandra Loosemore <sandra@codesourcery.com>
4538 Hafiz Abid Qadeer <abidh@codesourcery.com>
4539
4540 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
4541 file sent to remote host.
4542 (top level): Allow int32_t as type of 32-bit register.
4543
4544 2020-06-19 Tom de Vries <tdevries@suse.de>
4545
4546 * lib/gdb.exp (gdb_note): New proc.
4547 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
4548 (gdb_default_target_compile): ... here. Only call
4549 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
4550 (use_gdb_compile): Change to array.
4551 (toplevel): Update sets of use_gdb_compile to specify language.
4552 Warn about default_target_compile override. Store dejagnu's version
4553 of default_target_compile in dejagnu_default_target_compile.
4554
4555 2020-06-18 Tom de Vries <tdevries@suse.de>
4556
4557 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
4558 (default_gdb_init): ... here.
4559
4560 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
4561
4562 Fix TUI support checks in gdb.tui tests.
4563
4564 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
4565 just say UNSUPPORTED.
4566 * gdb.tui/corefile-run.exp: Likewise.
4567 * gdb.tui/empty.exp: Likewise.
4568 * gdb.tui/list-before.exp: Likewise.
4569 * gdb.tui/list.exp: Likewise.
4570 * gdb.tui/main.exp: Likewise.
4571 * gdb.tui/regs.exp: Likewise.
4572 * gdb.tui/resize.exp: Likewise.
4573 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
4574 * gdb.tui/tui-layout-asm.exp: Likewise.
4575 * gdb.tui/tui-missing-src.exp: Likewise.
4576 * gdb.tui/winheight.exp: Likewise.
4577 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
4578
4579 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
4580
4581 Fix TCL error in gdb.python/py-format-string.exp.
4582
4583 * gdb.python/py-format-string.exp: Move test for python support
4584 earlier, out of function body.
4585
4586 2020-06-15 Simon Marchi <simon.marchi@efficios.com>
4587
4588 * gdb.base/index-cache-load-twice.c: New.
4589 * gdb.base/index-cache-load-twice.exp: New.
4590
4591 2020-06-17 Keith Seitz <keiths@redhat.com>
4592
4593 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
4594 when executing "gdb --configuration".
4595
4596 2020-06-17 Tom de Vries <tdevries@suse.de>
4597
4598 * lib/gdb.exp (gdb_tcl_unknown): New proc.
4599 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
4600 conditional on presence of gdb_tcl_unknown.
4601 (gdb_finish): Make override undo conditional on presence of
4602 gdb_tcl_unknown.
4603
4604 2020-06-16 Tom Tromey <tom@tromey.com>
4605
4606 * gdb.python/tui-window.py (failwin): New function. Register it
4607 as a TUI window type.
4608 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
4609
4610 2020-06-16 Gary Benson <gbenson@redhat.com>
4611
4612 * gdb.python/py-nested-maps.c (create_map): Add missing return
4613 value.
4614 (create_map_map): Likewise.
4615
4616 2020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4617
4618 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
4619 variable.
4620 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
4621 and use the already-defined 'options' variable.
4622
4623 2020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
4624 Tom de Vries <tdevries@suse.de>
4625
4626 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
4627 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
4628 (gdb_setup_known_globals): New proc.
4629 (gdb_cleanup_globals): New proc.
4630 * lib/gdb.exp (load_lib): New override proc.
4631 (gdb_stdin_log_init): Set var in_file as persistent global.
4632 * lib/pascal.exp (gdb_stdin_log_init): Set vars
4633 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
4634 fpc_compiler as persistent global.
4635
4636 2020-06-12 Tom de Vries <tdevries@suse.de>
4637
4638 * lib/tuiterm.exp (spawn): Rename to ...
4639 (tui_spawn): ... this.
4640 (toplevel): Move rename of spawn ...
4641 (gdb_init_tuiterm): ... here. New proc.
4642 (gdb_finish_tuiterm): New proc.
4643 * lib/gdb.exp (gdb_finish_hooks): New global var.
4644 (gdb_finish): Handle gdb_finish_hooks.
4645 (tuiterm_env): New proc.
4646 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
4647 tuiterm_env.
4648 * gdb.tui/basic.exp: Same.
4649 * gdb.tui/corefile-run.exp: Same.
4650 * gdb.tui/empty.exp: Same.
4651 * gdb.tui/list-before.exp: Same.
4652 * gdb.tui/list.exp: Same.
4653 * gdb.tui/main.exp: Same.
4654 * gdb.tui/new-layout.exp: Same.
4655 * gdb.tui/regs.exp: Same.
4656 * gdb.tui/resize.exp: Same.
4657 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
4658 * gdb.tui/tui-layout-asm.exp: Same.
4659 * gdb.tui/tui-missing-src.exp: Same.
4660 * gdb.tui/winheight.exp: Same.
4661
4662 2020-06-12 Tom de Vries <tdevries@suse.de>
4663
4664 PR testsuite/26110
4665 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
4666 (gdb_finish): Reinstall dejagnu's override of ::unknown.
4667
4668 2020-06-11 Tom Tromey <tom@tromey.com>
4669
4670 PR gdb/18318:
4671 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
4672 floating point tests.
4673
4674 2020-06-11 Keith Seitz <keiths@redhat.com>
4675
4676 PR gdb/21356
4677 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
4678 vla_struct.
4679 Add new struct vla_typedef and union vla_typedef_union and
4680 corresponding instantiation objects.
4681 Initialize new objects.
4682 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
4683 and vla_typedef_union_object.
4684 Fixup type for vla_struct_object.
4685
4686 2020-06-11 Tom de Vries <tdevries@suse.de>
4687
4688 * lib/gdb.exp (with_override): New proc, factored out of ...
4689 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
4690
4691 2020-06-10 Tom de Vries <tdevries@suse.de>
4692
4693 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
4694
4695 2020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
4696
4697 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
4698 parameter, update callers.
4699
4700 2020-06-04 Simon Marchi <simon.marchi@efficios.com>
4701
4702 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
4703 * gdb.dwarf2/share-psymtabs-bt.c: New file.
4704 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
4705
4706 2020-06-04 Tom de Vries <tdevries@suse.de>
4707
4708 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
4709
4710 2020-06-04 Tom de Vries <tdevries@suse.de>
4711
4712 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
4713 exp_continue.
4714
4715 2020-06-04 Tom de Vries <tdevries@suse.de>
4716
4717 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
4718
4719 2020-06-03 Tom de Vries <tdevries@suse.de>
4720
4721 PR symtab/26046
4722 * gdb.cp/breakpoint-locs-2.cc: New test.
4723 * gdb.cp/breakpoint-locs.cc: New test.
4724 * gdb.cp/breakpoint-locs.exp: New file.
4725 * gdb.cp/breakpoint-locs.h: New test.
4726
4727 2020-06-03 Tom de Vries <tdevries@suse.de>
4728
4729 PR testsuite/25609
4730 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
4731 value of global verbose.
4732 * gdb.base/jit-elf.exp: Same.
4733 * gdb.base/jit-reader.exp: Same.
4734
4735 2020-06-02 Tom de Vries <tdevries@suse.de>
4736
4737 * gdb.dwarf2/multidictionary.exp: Don't use
4738 gdb_spawn_with_cmdline_opts.
4739
4740 2020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
4741
4742 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
4743 use_header case.
4744 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
4745 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
4746 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
4747 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
4748 * gdb.dwarf2/dw2-inline-header.c: New file.
4749 * gdb.dwarf2/dw2-inline-header.h: New file.
4750
4751 2020-05-30 Pedro Alves <palves@redhat.com>
4752
4753 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
4754 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
4755
4756 2020-05-29 Gary Benson <gbenson@redhat.com>
4757
4758 * gdb.compile/compile-cplus.exp (additional_flags): Also
4759 set when building with clang.
4760 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
4761 when building with clang.
4762
4763 2020-05-29 Gary Benson <gbenson@redhat.com>
4764
4765 * gdb.arch/i386-avx.exp (additional_flags): Also set when
4766 building with clang.
4767 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
4768
4769 2020-05-29 Gary Benson <gbenson@redhat.com>
4770
4771 * gdb.cp/koenig.exp (prepare_for_testing): Add
4772 additional_flags=-Wno-unused-comparison.
4773 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
4774
4775 2020-05-28 Gary Benson <gbenson@redhat.com>
4776
4777 * gdb.base/sigaltstack.c (catcher): Add default case to switch
4778 statement.
4779
4780 2020-05-28 Gary Benson <gbenson@redhat.com>
4781
4782 * gdb.cp/classes.exp (prepare_for_testing): Add
4783 additional_flags=-Wno-deprecated-register.
4784 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
4785 * gdb.cp/misc.exp: Likewise.
4786
4787 2020-05-28 Gary Benson <gbenson@redhat.com>
4788
4789 * gdb.linespec/cpls-ops.cc (dummy): New static global.
4790 (test_op_new::operator new): Add return statement.
4791 (test_op_new_array::operator new[]): Likewise.
4792
4793 2020-05-27 Pedro Alves <palves@redhat.com>
4794
4795 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
4796 check. Use test_gdb_complete_unique instead of
4797 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
4798 test_gdb_complete_multiple instead of
4799 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
4800
4801 2020-05-27 Luis Machado <luis.machado@linaro.org>
4802
4803 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
4804 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
4805 * gdb.arch/arm-disassembler-options.exp: Likewise.
4806 * gdb.arch/arm-disp-step.exp: Likewise.
4807 * gdb.arch/thumb-prologue.exp: Likewise.
4808 * gdb.base/async.exp: Likewise.
4809 * gdb.base/auxv.exp: Likewise.
4810 * gdb.base/complex-parts.exp: Likewise.
4811 * gdb.base/ena-dis-br.exp: Likewise.
4812 * gdb.base/foll-exec.exp: Likewise.
4813 * gdb.base/permissions.exp: Likewise.
4814 * gdb.base/relocate.exp: Likewise.
4815 * gdb.base/return2.exp: Likewise.
4816 * gdb.base/sigbpt.exp: Likewise.
4817 * gdb.base/siginfo-obj.exp: Likewise.
4818 * gdb.cp/converts.exp: Likewise.
4819 * gdb.cp/exceptprint.exp: Likewise.
4820 * gdb.cp/inherit.exp: Likewise.
4821 * gdb.cp/nsnoimports.exp: Likewise.
4822 * gdb.cp/virtbase2.exp: Likewise.
4823 * gdb.mi/mi-var-cmd.exp: Likewise.
4824 * gdb.mi/var-cmd.c: Likewise.
4825
4826 2020-05-26 Tom Tromey <tromey@adacore.com>
4827
4828 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
4829
4830 2020-05-26 Tom Tromey <tromey@adacore.com>
4831
4832 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
4833 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
4834 type.
4835 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
4836 variable.
4837
4838 2020-05-26 Christian Biesinger <cbiesinger@google.com>
4839
4840 * Makefile.in: Use = instead of == for the test command
4841 for portability.
4842
4843 2020-05-26 Tom de Vries <tdevries@suse.de>
4844
4845 * gdb.base/gold-gdb-index-2.c: New test.
4846 * gdb.base/gold-gdb-index.c: New test.
4847 * gdb.base/gold-gdb-index.exp: New file.
4848 * gdb.base/gold-gdb-index.h: New test.
4849
4850 2020-05-25 Tom de Vries <tdevries@suse.de>
4851
4852 * boards/gold-gdb-index.exp: New file.
4853
4854 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
4855
4856 * boards/simavr.exp: New file.
4857
4858 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
4859
4860 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
4861 * gdb.base/inferior-args.exp: New file.
4862 * gdb.base/inferior-args.c: New file.
4863
4864 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
4865
4866 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
4867 inferior_args. Pass it to gdb_reload.
4868 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
4869 inferior_args.
4870 (gdb_reload): Add inferior_args argument.
4871 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
4872 pass it to gdbserver_run.
4873 * boards/native-gdbserver.exp: Do not set noargs.
4874 * boards/native-extended-gdbserver.exp (gdb_reload): Add
4875 inferior_args argument.
4876 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
4877 * gdb.base/a2-run.exp: Check for use_gdb_stub.
4878 * gdb.base/args.exp: Likewise.
4879
4880 2020-05-25 Tom de Vries <tdevries@suse.de>
4881
4882 * lib/gdb.exp (exec_is_pie): Add comment.
4883
4884 2020-05-25 Tom de Vries <tdevries@suse.de>
4885
4886 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
4887 instead of $binfile in the untested message.
4888
4889 2020-05-25 Tom de Vries <tdevries@suse.de>
4890
4891 PR testsuite/26031
4892 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
4893
4894 2020-05-25 Tom de Vries <tdevries@suse.de>
4895
4896 * boards/gold.exp: New file.
4897
4898 2020-05-23 Tom Tromey <tom@tromey.com>
4899
4900 * gdb.base/style.exp: Remove completion styling test.
4901 * lib/gdb-utils.exp (style): Remove completion styles.
4902
4903 2020-05-23 Tom Tromey <tom@tromey.com>
4904
4905 * gdb.base/style.exp: Add completion styling test.
4906 * lib/gdb-utils.exp (style): Add completion styles.
4907
4908 2020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
4909
4910 * gdb.base/annota1.exp: Update expected results.
4911 * gdb.cp/annota2.exp: Update expected results, remove duplicate
4912 test name.
4913 * gdb.cp/annota3.exp: Update expected results.
4914
4915 2020-05-20 Simon Marchi <simon.marchi@efficios.com>
4916
4917 PR gdb/26016
4918 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
4919 against MAP_FAILED.
4920 * gdb.base/coremaker.c (mmapdata): Likewise.
4921 * gdb.base/jit-reader-host.c (main): Likewise.
4922 * gdb.base/sym-file-loader.c (load): Likewise.
4923 (load_shlib): Likewise.
4924
4925 2020-05-20 Tom Tromey <tromey@adacore.com>
4926
4927 * gdb.ada/array_char_idx.exp: Recognize initialized array.
4928
4929 2020-05-20 Tom de Vries <tdevries@suse.de>
4930
4931 PR symtab/25833
4932 * gdb.base/with-mf-inc.c: New test.
4933 * gdb.base/with-mf-main.c: New test.
4934 * gdb.base/with-mf.exp: New file.
4935
4936 2020-05-19 Tom Tromey <tromey@adacore.com>
4937
4938 * gdb.rust/simple.exp: Restore missing test result.
4939
4940 2020-05-19 Tom de Vries <tdevries@suse.de>
4941
4942 * gdb.base/gdb-caching-proc.exp: Fix typo.
4943
4944 2020-05-19 Tom Tromey <tromey@adacore.com>
4945
4946 * gdb.rust/simple.exp: Add some test descriptions.
4947 (test_one_slice): Use with_test_prefix.
4948
4949 2020-05-18 Tom de Vries <tdevries@suse.de>
4950
4951 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
4952
4953 2020-05-17 Pedro Alves <palves@redhat.com>
4954
4955 PR gdb/25741
4956 * gdb.base/hw-sw-break-same-address.exp: New file.
4957
4958 2020-05-16 Pedro Alves <palves@redhat.com>
4959
4960 * gdb.multi/multi-re-run.exp (test_re_run): Switch
4961 LAST_LOADED_FILE accordingly.
4962
4963 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4964
4965 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
4966
4967 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4968
4969 * gdb.base/help.exp: Test apropos and help for commands
4970 having aliases. Fixed comments not starting with an
4971 upper-case letter or not finishing with a dot.
4972
4973 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4974
4975 * gdb.base/alias.exp: Update help output check.
4976
4977 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4978
4979 * gdb.base/default.exp: Update output following fixes.
4980
4981 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4982
4983 * gdb.base/alias.exp: Test aliases starting with a prefix of
4984 another alias.
4985
4986 2020-05-15 Gary Benson <gbenson@redhat.com>
4987
4988 * gdb.base/info-os.c (main): Add return statement.
4989 * gdb.base/info_minsym.c (minsym_fun): Likewise.
4990 * gdb.base/large-frame-2.c (func): Likewise.
4991 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
4992 * gdb.base/pr10179-b.c (foo2): Likewise.
4993 * gdb.base/valgrind-disp-step.c (foo): Likewise.
4994 * gdb.base/watch-cond.c (func): Likewise.
4995 * gdb.multi/goodbye.c (verylongfun): Likewise.
4996 * gdb.multi/hello.c (commonfun): Likewise.
4997 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
4998 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
4999 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
5000 Likewise.
5001 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
5002 * gdb.threads/interrupt-while-step-over.c (child_function):
5003 Likewise.
5004 * gdb.trace/actions-changed.c (end): Likewise.
5005
5006 2020-05-15 Gary Benson <gbenson@redhat.com>
5007
5008 * gdb.opencl/callfuncs.exp: Report when test skipped.
5009 * gdb.opencl/convs_casts.exp: Likewise.
5010 * gdb.opencl/datatypes.exp: Likewise.
5011 * gdb.opencl/operators.exp: Likewise.
5012 * gdb.opencl/vec_comps.exp: Likewise.
5013
5014 2020-05-15 Tom de Vries <tdevries@suse.de>
5015
5016 * gdb.base/align.exp.in: Rename to ...
5017 * gdb.base/align.exp.tcl: ... this.
5018 * gdb.base/align-c++.exp: Update.
5019 * gdb.base/align-c.exp: Update.
5020 * gdb.base/all-architectures.exp.in: Rename to ...
5021 * gdb.base/all-architectures.exp: ... this.
5022 * gdb.base/all-architectures-0.exp: Update.
5023 * gdb.base/all-architectures-1.exp: Update.
5024 * gdb.base/all-architectures-2.exp: Update.
5025 * gdb.base/all-architectures-3.exp: Update.
5026 * gdb.base/all-architectures-4.exp: Update.
5027 * gdb.base/all-architectures-5.exp: Update.
5028 * gdb.base/all-architectures-6.exp: Update.
5029 * gdb.base/all-architectures-7.exp: Update.
5030 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
5031 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
5032 * gdb.base/infcall-nested-structs-c++.exp: Update.
5033 * gdb.base/infcall-nested-structs-c.exp: Update.
5034 * gdb.base/info-types.exp.in: Rename to ...
5035 * gdb.base/info-types.exp.tcl: ... this.
5036 * gdb.base/info-types-c++.exp: Update.
5037 * gdb.base/info-types-c.exp: Update.
5038 * gdb.base/max-depth.exp.in: Rename to ...
5039 * gdb.base/max-depth.exp.tcl: ... this.
5040 * gdb.base/max-depth-c++.exp: Update.
5041 * gdb.base/max-depth-c.exp: Update.
5042 * gdb.cp/cpexprs.exp.in: Rename to ...
5043 * gdb.cp/cpexprs.exp.tcl: ... this.
5044 * gdb.cp/cpexprs-debug-types.exp: Update.
5045 * gdb.cp/cpexprs.exp: Update.
5046 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
5047 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
5048 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
5049 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
5050 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
5051 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
5052 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
5053 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
5054 * gdb.dwarf2/clang-debug-names-2.exp: Update.
5055 * gdb.dwarf2/clang-debug-names.exp: Update.
5056
5057 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
5058
5059 * lib/check-test-names.exp: Remove code that prevents this file
5060 loading when tests are run in parallel.
5061
5062 2020-05-15 Pedro Alves <palves@redhat.com>
5063
5064 * gdb.multi/multi-kill.exp (start_inferior): Remove
5065 'testpid' parameter. Refer to namespace variable directly.
5066 (testpid): Declare as namespace variable.
5067
5068 2020-05-15 Pedro Alves <palves@redhat.com>
5069
5070 * gdb.multi/multi-kill.exp: Wrap in namespace.
5071 (start_inferior): Add TESTPID parameter. Use it instead of the
5072 testpid global.
5073 (top level): Define empty TESTPID array, and pass it down to
5074 start_inferior.
5075
5076 2020-05-14 Tom de Vries <tdevries@suse.de>
5077
5078 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
5079 output.
5080
5081 2020-05-14 Tom de Vries <tdevries@suse.de>
5082
5083 * gdb.base/align.exp: Split into ...
5084 * gdb.base/align.exp.in: ...
5085 * gdb.base/align-c++.exp: ...
5086 * gdb.base/align-c.exp: ... these.
5087 * gdb.base/infcall-nested-structs.exp: Split into ...
5088 * gdb.base/infcall-nested-structs.exp.in: ...
5089 * gdb.base/infcall-nested-structs-c++.exp: ...
5090 * gdb.base/infcall-nested-structs-c.exp: ... these.
5091 * gdb.base/info-types.exp: Split into ...
5092 * gdb.base/info-types.exp.in: ...
5093 * gdb.base/info-types-c++.exp: ...
5094 * gdb.base/info-types-c.exp: ... these.
5095 * gdb.base/max-depth.exp: Split into ...
5096 * gdb.base/max-depth.exp.in: ...
5097 * gdb.base/max-depth-c++.exp: ...
5098 * gdb.base/max-depth-c.exp: ... these.
5099 * gdb.cp/infcall-nodebug.exp: Split into ...
5100 * gdb.cp/infcall-nodebug.exp.in: ...
5101 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
5102 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
5103 * gdb.cp/infcall-nodebug-c-d0.exp: ...
5104 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
5105
5106 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5107 Pedro Alves <palves@redhat.com>
5108
5109 * gdb.multi/multi-exit.c: New file.
5110 * gdb.multi/multi-exit.exp: New file.
5111 * gdb.multi/multi-kill.c: New file.
5112 * gdb.multi/multi-kill.exp: New file.
5113
5114 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5115
5116 * gdb.base/annota1.exp: Update the expected output.
5117 * gdb.cp/annota2.exp: Ditto.
5118
5119 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
5120
5121 * lib/check-test-names.exp: Disable when testing is being run in
5122 parallel.
5123
5124 2020-05-12 Tom de Vries <tdevries@suse.de>
5125
5126 * gdb.base/jit-elf.exp: Fix string concat.
5127
5128 2020-05-12 Tom de Vries <tdevries@suse.de>
5129
5130 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
5131 messages.
5132
5133 2020-05-12 Tom de Vries <tdevries@suse.de>
5134
5135 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
5136
5137 2020-05-12 Tom de Vries <tdevries@suse.de>
5138
5139 * gdb.ada/catch_ex.exp: Use with_test_prefix.
5140 * gdb.ada/mi_catch_ex.exp: Same.
5141 * gdb.ada/mi_catch_ex_hand.exp: Same.
5142
5143 2020-05-12 Tom de Vries <tdevries@suse.de>
5144
5145 * gdb.fortran/complex.exp: Use with_test_prefix.
5146
5147 2020-05-12 Tom de Vries <tdevries@suse.de>
5148
5149 * gdb.trace/passcount.exp: Fix test-names.
5150
5151 2020-05-12 Tom de Vries <tdevries@suse.de>
5152
5153 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
5154
5155 2020-05-12 Tom de Vries <tdevries@suse.de>
5156
5157 * gdb.gdb/complaints.exp: Use with_test_prefix.
5158 * gdb.xml/tdesc-regs.exp: Same.
5159 * gdb.opt/inline-locals.exp: Fix test name.
5160
5161 2020-05-12 Tom de Vries <tdevries@suse.de>
5162
5163 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
5164 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
5165 * gdb.dwarf2/implref-struct.exp: Same.
5166 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
5167 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
5168
5169 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
5170
5171 * gdb.base/jit-so.exp (one_jit_test): Change test name.
5172
5173 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
5174
5175 * lib/check-test-names.exp (all_test_names): New module variable.
5176 (counts): Add 'duplicates' field.
5177 (_check_duplicates): New procedure.
5178 (check): Also check for duplicates.
5179 (do_log_summary): Print duplicates count.
5180 (do_reset_vars): Reset counter for duplicate test names, and
5181 discard all know test names.
5182
5183 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
5184
5185 * lib/gdb.exp: Include check-test-names.exp library.
5186 * lib/check-test-names.exp: New file.
5187
5188 2020-05-11 Tom de Vries <tdevries@suse.de>
5189
5190 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
5191
5192 2020-05-11 Keith Seitz <keiths@redhat.com>
5193
5194 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
5195
5196 2020-05-11 Tom de Vries <tdevries@suse.de>
5197
5198 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
5199 * gdb.cp/cpexprs.exp.in: .. here.
5200 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
5201 cpexprs.exp.
5202
5203 2020-05-11 Keith Seitz <keiths@redhat.com>
5204
5205 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
5206 test names.
5207 * gdb.ada/arrayptr.exp: Likewise.
5208 * gdb.ada/assign_arr.exp: Likewise.
5209 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
5210 * gdb.ada/bp_on_var.exp: Likewise.
5211 * gdb.ada/call_pn.exp: Likewise.
5212 * gdb.ada/complete.exp: Likewise.
5213 * gdb.ada/fun_overload_menu.exp: Likewise.
5214 * gdb.ada/funcall_param.exp: Likewise.
5215 * gdb.ada/funcall_ref.exp: Likewise.
5216 * gdb.ada/packed_array_assign.exp: Likewise.
5217 * gdb.ada/same_component_name.exp: Likewise.
5218 * gdb.ada/type_coercion.exp: Likewise.
5219 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
5220 * gdb.ada/variant_record_packed_array.exp: Likewise.
5221
5222 2020-05-11 Tom de Vries <tdevries@suse.de>
5223
5224 PR symtab/25941
5225 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
5226 out of ...
5227 * gdb.dwarf2/clang-debug-names.exp: ... here.
5228 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
5229 clang-debug-names.exp.in.
5230 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
5231 * gdb.dwarf2/clang-debug-names-2.c: New test.
5232
5233 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
5234
5235 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
5236 (fortran_runto_main): New Proc, fortran version of runto_main.
5237 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
5238 * gdb.fortran/array-bounds.exp: Likewise.
5239 * gdb.fortran/array-slices.exp: Likewise.
5240 * gdb.fortran/block-data.exp: Likewise.
5241 * gdb.fortran/charset.exp: Likewise.
5242 * gdb.fortran/common-block.exp: Likewise.
5243 * gdb.fortran/complex.exp: Likewise.
5244 * gdb.fortran/derived-type-function.exp: Likewise.
5245 * gdb.fortran/derived-type.exp: Likewise.
5246 * gdb.fortran/info-modules.exp: Likewise.
5247 * gdb.fortran/info-types.exp: Likewise.
5248 * gdb.fortran/intrinsics.exp: Likewise.
5249 * gdb.fortran/library-module.exp: Likewise.
5250 * gdb.fortran/logical.exp: Likewise.
5251 * gdb.fortran/max-depth.exp: Likewise.
5252 * gdb.fortran/module.exp: Likewise.
5253 * gdb.fortran/multi-dim.exp: Likewise.
5254 * gdb.fortran/nested-funcs.exp: Likewise.
5255 * gdb.fortran/print-formatted.exp: Likewise.
5256 * gdb.fortran/print_type.exp: Likewise.
5257 * gdb.fortran/printing-types.exp: Likewise.
5258 * gdb.fortran/ptr-indentation.exp: Likewise.
5259 * gdb.fortran/ptype-on-functions.exp: Likewise.
5260 * gdb.fortran/subarray.exp: Likewise.
5261 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
5262 * gdb.fortran/vla-datatypes.exp: Likewise.
5263 * gdb.fortran/vla-history.exp: Likewise.
5264 * gdb.fortran/vla-ptr-info.exp: Likewise.
5265 * gdb.fortran/vla-ptype-sub.exp: Likewise.
5266 * gdb.fortran/vla-ptype.exp: Likewise.
5267 * gdb.fortran/vla-sizeof.exp: Likewise.
5268 * gdb.fortran/vla-type.exp: Likewise.
5269 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
5270 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
5271 * gdb.fortran/vla-value-sub.exp: Likewise.
5272 * gdb.fortran/vla-value.exp: Likewise.
5273 * gdb.fortran/whatis_type.exp: Likewise.
5274 * gdb.mi/mi-var-child-f.exp: Likewise.
5275
5276 2020-05-09 Tom de Vries <tdevries@suse.de>
5277
5278 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
5279
5280 2020-05-08 Tom de Vries <tdevries@suse.de>
5281
5282 * gdb.dwarf2/clang-debug-names.c: New test.
5283 * gdb.dwarf2/clang-debug-names.exp: New file.
5284
5285 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
5286
5287 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
5288 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
5289
5290 2020-05-06 Tom de Vries <tdevries@suse.de>
5291
5292 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
5293 breakpoint is at a "recommended breakpoint location".
5294 * gdb.reverse/consecutive-reverse.exp: Same.
5295
5296 2020-05-06 Tom de Vries <tdevries@suse.de>
5297
5298 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
5299 address.
5300
5301 2020-05-06 Tom de Vries <tdevries@suse.de>
5302
5303 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
5304
5305 2020-05-06 Tom de Vries <tdevries@suse.de>
5306
5307 * gdb.base/store.exp (check_set, up_set): Allowing missing location
5308 info for r.
5309
5310 2020-05-06 Tom de Vries <tdevries@suse.de>
5311
5312 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
5313 necessary.
5314
5315 2020-05-06 Tom de Vries <tdevries@suse.de>
5316
5317 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
5318 void.
5319
5320 2020-05-06 Tom de Vries <tdevries@suse.de>
5321
5322 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
5323 of ...
5324 * gdb.base/async.exp: ... here.
5325 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
5326 "recommended breakpoint location".
5327
5328 2020-05-06 Tom de Vries <tdevries@suse.de>
5329
5330 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
5331
5332 2020-05-04 Tom de Vries <tdevries@suse.de>
5333
5334 * gdb.base/async.exp: Check whether instruction addresses are a
5335 "recommended breakpoint location".
5336
5337 2020-05-03 Tom Tromey <tom@tromey.com>
5338
5339 * gdb.base/sepdebug.exp: Remove "catch" test.
5340 * gdb.base/break.exp: Remove "catch" test.
5341 * gdb.base/default.exp: Update expected output.
5342
5343 2020-05-02 Tom de Vries <tdevries@suse.de>
5344
5345 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
5346 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
5347 * gdb.arch/i386-mpx-map.exp: Same.
5348 * gdb.arch/i386-mpx-sigsegv.exp: Same.
5349 * gdb.arch/i386-mpx-simple_segv.exp: Same.
5350 * gdb.arch/i386-mpx.exp: Same.
5351
5352 2020-05-02 Tom de Vries <tdevries@suse.de>
5353
5354 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
5355
5356 2020-05-01 Tom de Vries <tdevries@suse.de>
5357
5358 * gdb.ada/operator_bp.exp: Allow more than required amount of
5359 breakpoint.
5360
5361 2020-05-01 Tom de Vries <tdevries@suse.de>
5362
5363 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
5364
5365 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
5366
5367 PR gdb/18706
5368 * gdb.cp/stub-array-size.cc: New test.
5369 * gdb.cp/stub-array-size.exp: New file.
5370 * gdb.cp/stub-array-size.h: New test.
5371 * gdb.cp/stub-array-size2.cc: New test.
5372
5373 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
5374
5375 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
5376 output to the new format.
5377
5378 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
5379
5380 * gdb.base/break.exp: Use with_test_prefix.
5381
5382 2020-04-29 Tom de Vries <tdevries@suse.de>
5383
5384 * lib/gdb.exp (debug_types): New proc.
5385 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
5386 * gdb.python/py-symtab.exp: Same.
5387
5388 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
5389
5390 PR gdb/17320
5391 * gdb.base/pretty-array.c: New test.
5392 * gdb.base/pretty-array.exp: New file.
5393
5394 2020-04-29 Tom de Vries <tdevries@suse.de>
5395
5396 PR symtab/25889
5397 * gdb.cp/cpexprs.exp: Adapt for inclusion.
5398 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
5399 and include cpexprs.exp.
5400
5401 2020-04-28 Mark Williams <mark@myosotissp.com>
5402
5403 PR gdb/24480
5404 * dw4-toplevel-types.exp: Test for top level types.
5405 * dw4-toplevel-types.cc: Test for top level types.
5406
5407 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5408
5409 * gdb.threads/stop-with-handle.exp: Fix typo in comment
5410 (theads -> threads).
5411
5412 2020-04-28 Tom de Vries <tdevries@suse.de>
5413
5414 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
5415
5416 2020-04-28 Tom de Vries <tdevries@suse.de>
5417
5418 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
5419
5420 2020-04-28 Tom de Vries <tdevries@suse.de>
5421
5422 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
5423
5424 2020-04-28 Tom de Vries <tdevries@suse.de>
5425
5426 * gdb.dwarf2/main-foo.c: New test.
5427 * gdb.dwarf2/struct-with-sig.exp: New file.
5428
5429 2020-04-25 Tom de Vries <tdevries@suse.de>
5430
5431 * boards/debug-types.exp: New file.
5432
5433 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
5434
5435 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
5436
5437 2020-04-24 Tom Tromey <tom@tromey.com>
5438
5439 PR symtab/12707:
5440 * gdb.python/py-symbol.exp: Update expected results for
5441 linkage_name test.
5442 * gdb.cp/print-demangle.exp: New file.
5443 * gdb.base/c-linkage-name.exp: Fix test.
5444 * gdb.guile/scm-symbol.exp: Update expected results for
5445 linkage_name test.
5446
5447 2020-04-24 Tom Tromey <tom@tromey.com>
5448
5449 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
5450 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
5451 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
5452 assembler.
5453
5454 2020-04-24 Tom de Vries <tdevries@suse.de>
5455
5456 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
5457 C++.
5458
5459 2020-04-24 Tom Tromey <tromey@adacore.com>
5460
5461 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
5462 values.
5463 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
5464 values. Update test for minimal encodings.
5465 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
5466 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
5467 values. Update test for minimal encodings.
5468
5469 2020-04-24 Tom Tromey <tromey@adacore.com>
5470
5471 PR python/23662:
5472 * gdb.ada/variant.exp: Add Python checks.
5473 * gdb.rust/simple.exp: Add dynamic type checks.
5474
5475 2020-04-24 Tom Tromey <tromey@adacore.com>
5476
5477 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
5478 Make array type matching more lax.
5479 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
5480 * gdb.ada/mi_variant.exp: New file.
5481 * gdb.ada/mi_variant/pck.ads: New file.
5482 * gdb.ada/mi_variant/pkg.adb: New file.
5483 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
5484 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
5485
5486 2020-04-24 Tom Tromey <tromey@adacore.com>
5487
5488 * gdb.ada/variant.exp: Add dynamic field offset tests.
5489 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
5490 * gdb.ada/variant/pkg.adb: Add new variables.
5491
5492 2020-04-24 Tom Tromey <tromey@adacore.com>
5493
5494 * gdb.ada/variant.exp: New file
5495 * gdb.ada/variant/pkg.adb: New file
5496 * gdb.ada/variant/pck.adb: New file
5497
5498 2020-04-24 Tom de Vries <tdevries@suse.de>
5499
5500 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
5501
5502 2020-04-24 Tom de Vries <tdevries@suse.de>
5503
5504 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
5505 flags.
5506
5507 2020-04-24 Tom de Vries <tdevries@suse.de>
5508
5509 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
5510
5511 2020-04-24 Tom de Vries <tdevries@suse.de>
5512
5513 * lib/gdb.exp (default_gdb_start): Handle eof.
5514 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
5515 failure.
5516 * gdb.base/readnever.exp: Handle clean_restart failure.
5517
5518 2020-04-23 Tom de Vries <tdevries@suse.de>
5519
5520 * gdb.base/decl-before-def.exp: Run to main and print a again.
5521
5522 2020-04-23 Tom de Vries <tdevries@suse.de>
5523
5524 * gdb.base/decl-before-def-decl.c: New test.
5525 * gdb.base/decl-before-def-def.c: New test.
5526 * gdb.base/decl-before-def.exp: New file.
5527
5528 2020-04-23 Tom de Vries <tdevries@suse.de>
5529
5530 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
5531
5532 2020-04-22 Tom de Vries <tdevries@suse.de>
5533
5534 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
5535 debug_info_offset.
5536 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
5537 before $objsfile in the line line.
5538
5539 2020-04-22 Tom de Vries <tdevries@suse.de>
5540
5541 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
5542
5543 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
5544
5545 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
5546 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
5547 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
5548 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
5549 * gdb.base/jit-protocol.h: Update definitions to match all usage
5550 contexts.
5551
5552 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
5553
5554 * gdb.base: Rename all jit related test and source files.
5555
5556 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
5557
5558 * gdb.base/jit-reader.exp: Relax register output check.
5559
5560 2020-04-22 Tom de Vries <tdevries@suse.de>
5561
5562 PR symtab/25764
5563 * gdb.base/psym-external-decl-2.c: New test.
5564 * gdb.base/psym-external-decl.c: New test.
5565 * gdb.base/psym-external-decl.exp: New file.
5566 * gdb.threads/tls.exp: Add PR25807 kfail.
5567
5568 2020-04-22 Tom de Vries <tdevries@suse.de>
5569
5570 PR symtab/25801
5571 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
5572 in "info source" output.
5573
5574 2020-04-22 Tom de Vries <tdevries@suse.de>
5575
5576 PR symtab/25700
5577 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
5578 symtab for imported_unit.c.
5579
5580 2020-04-21 Gary Benson <gbenson@redhat.com>
5581
5582 * gdb.base/advance.c (func): New argument, to match call site.
5583 (func2, func3): Add return statements.
5584
5585 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5586
5587 * gdb.multi/run-only-second-inf.c: New file.
5588 * gdb.multi/run-only-second-inf.exp: New file.
5589
5590 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
5591
5592 * gdb.btrace/multi-inferior.c: New test.
5593 * gdb.btrace/multi-inferior.exp: New file.
5594
5595 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
5596
5597 * gdb.btrace/enable-new-thread.c: New test.
5598 * gdb.btrace/enable-new-thread.exp: New file.
5599
5600 2020-04-21 Tom de Vries <tdevries@suse.de>
5601
5602 PR gdb/25471
5603 * gdb.threads/killed-outside.c: New test.
5604 * gdb.threads/killed-outside.exp: New file.
5605
5606 2020-04-20 Gary Benson <gbenson@redhat.com>
5607
5608 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
5609 * gdb.base/nested-subp2.exp: Likewise.
5610 * gdb.base/nested-subp3.exp: Likewise.
5611
5612 2020-04-20 Gary Benson <gbenson@redhat.com>
5613
5614 * gdb.base/nested-subp1.exp: Disable test when using clang.
5615 * gdb.base/nested-subp2.exp: Likewise.
5616 * gdb.base/nested-subp3.exp: Likewise.
5617
5618 2020-04-20 Gary Benson <gbenson@redhat.com>
5619
5620 * gdb.cp/exception.cc: Fix compilation error with clang.
5621
5622 2020-04-20 Gary Benson <gbenson@redhat.com>
5623
5624 * gdb.trace/tspeed.c: Fix compilation error with clang.
5625
5626 2020-04-20 Gary Benson <gbenson@redhat.com>
5627
5628 * gdb.base/jit-main.c: Fix compilation error with clang.
5629
5630 2020-04-17 Kamil Rytarowski <n54@gmx.com>
5631
5632 * gdb.base/attach-twice.c: Include "sys/types.h".
5633 (PTRACE_ATTACH): Add fallback definition.
5634 (main): Pass `0' to the 4th argument of `ptrace'.
5635
5636 2020-04-17 Kamil Rytarowski <n54@gmx.com>
5637
5638 * gdb.base/fork-running-state.c: Include "signal.h".
5639
5640 2020-04-17 Tom Tromey <tromey@adacore.com>
5641
5642 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
5643 Update tests.
5644 * gdb.btrace/cpu.exp: Update tests.
5645 * gdb.base/maint.exp: Update tests.
5646 * gdb.base/default.exp: Update tests.
5647 * gdb.base/completion.exp: Update tests.
5648
5649 2020-04-16 Tom de Vries <tdevries@suse.de>
5650
5651 PR symtab/25791
5652 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
5653 (ensure_gdb_index): and factor out and move ...
5654 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
5655 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
5656
5657 2020-04-16 Tom de Vries <tdevries@suse.de>
5658
5659 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
5660 loading exec.
5661
5662 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
5663
5664 * gdb.base/many-completions.exp: New file.
5665
5666 2020-04-14 Tom de Vries <tdevries@suse.de>
5667
5668 PR symtab/25718
5669 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
5670
5671 2020-04-14 Tom de Vries <tdevries@suse.de>
5672
5673 PR symtab/25720
5674 * gdb.base/maint-expand-symbols-header-file.c: New test.
5675 * gdb.base/maint-expand-symbols-header-file.exp: New file.
5676 * gdb.base/maint-expand-symbols-header-file.h: New test.
5677
5678 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
5679
5680 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
5681 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
5682 get_func_info.
5683 (get_func_info): Delete.
5684 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
5685 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
5686 * lib/dwarf.exp (get_func_info): New function.
5687
5688 2020-04-13 Tom de Vries <tdevries@suse.de>
5689
5690 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
5691 to what find_gnatmake does.
5692
5693 2020-04-10 Tom de Vries <tdevries@suse.de>
5694
5695 * gdb.base/style.exp: Expect "Expanding full symbols" message for
5696 -readnow.
5697
5698 2020-04-10 Tom de Vries <tdevries@suse.de>
5699
5700 PR cli/25808
5701 * gdb.base/style.c: Add leading newlines.
5702 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
5703 Check listing of main's one-line body.
5704
5705 2020-04-08 Tom de Vries <tdevries@suse.de>
5706
5707 * lib/gdb.exp (psymtabs_p): New proc.
5708 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
5709 importing unit" unsupported if there are no partial symbols.
5710
5711 2020-04-08 Tom de Vries <tdevries@suse.de>
5712
5713 PR testsuite/25760
5714 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
5715
5716 2020-04-07 Tom de Vries <tdevries@suse.de>
5717
5718 PR symtab/25796
5719 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
5720
5721 2020-04-07 Tom de Vries <tdevries@suse.de>
5722
5723 * gdb.base/check-psymtab.c: New test.
5724 * gdb.base/check-psymtab.exp: New file.
5725
5726 2020-04-06 Tom Tromey <tromey@adacore.com>
5727
5728 * gdb.ada/variant-record/proc.adb: New file.
5729 * gdb.ada/variant-record/value.adb: New file.
5730 * gdb.ada/variant-record/value.s: New file.
5731 * gdb.ada/variant-record.exp: New file.
5732
5733 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
5734
5735 PR gdb/25325
5736 * gdb.cp/typed-enum.cc: New test.
5737 * gdb.cp/typed-enum.exp: New file.
5738
5739 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
5740
5741 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
5742 * gdb.dwarf2/dw2-inline-small-func.c: New file.
5743 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
5744 * gdb.dwarf2/dw2-inline-small-func.h: New file.
5745 * gdb.opt/inline-small-func.c: New file.
5746 * gdb.opt/inline-small-func.exp: New file.
5747 * gdb.opt/inline-small-func.h: New file.
5748
5749 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
5750
5751 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
5752 function.
5753
5754 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
5755
5756 * lib/dwarf.exp (function_range): Allow compiler options to be
5757 specified.
5758
5759 2020-04-02 Tom de Vries <tdevries@suse.de>
5760
5761 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
5762 __attribute__((always_inline)).
5763 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
5764
5765 2020-04-02 Tom de Vries <tdevries@suse.de>
5766
5767 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
5768 (gdbserver_gdb_exit): ... here. Add timeout warning.
5769 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
5770 (connect_target_extended_remote): Append new server_spawn_id to
5771 server_spawn_ids.
5772 (cleanup): New proc.
5773 (setup, <toplevel>): Call cleanup.
5774
5775 2020-04-02 Tom de Vries <tdevries@suse.de>
5776
5777 * gdb.base/main-psymtab.exp: New file.
5778
5779 2020-04-02 Tom de Vries <tdevries@suse.de>
5780
5781 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
5782
5783 2020-04-01 Tom Tromey <tom@tromey.com>
5784
5785 * gdb.base/complex-parts.exp: Add type tests.
5786
5787 2020-04-01 Tom Tromey <tom@tromey.com>
5788
5789 * gdb.base/complex-parts.exp: Add arithmetic tests.
5790
5791 2020-04-01 Tom Tromey <tom@tromey.com>
5792
5793 * gdb.compile/compile.exp: Update.
5794 * gdb.compile/compile-cplus.exp: Update.
5795 * gdb.base/varargs.exp: Update.
5796 * gdb.base/floatn.exp: Update.
5797 * gdb.base/endianity.exp: Update.
5798 * gdb.base/callfuncs.exp (do_function_calls): Update.
5799 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
5800 (complex_float_integral_args): Update.
5801 * gdb.base/complex.exp: Update.
5802 * gdb.base/complex-parts.exp: Update.
5803
5804 2020-04-01 Tom Tromey <tromey@adacore.com>
5805
5806 * gdb.rust/union.rs: New file.
5807 * gdb.rust/union.exp: New file.
5808 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
5809 (main): Update.
5810 * gdb.rust/simple.exp: Move union tests to union.exp.
5811
5812 2020-04-01 Tom Tromey <tromey@adacore.com>
5813
5814 * gdb.rust/simple.rs (main): Remove "y0".
5815
5816 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5817
5818 * gdb.multi/stop-all-on-exit.c: New test.
5819 * gdb.multi/stop-all-on-exit.exp: New file.
5820
5821 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
5822
5823 PR gdb/24789
5824 * gdb.cp/misc.cc: Add integer reference variable.
5825 * gdb.cp/misc.exp: Add test.
5826
5827 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5828
5829 * gdb.server/stop-reply-no-thread.exp: Enhance the test
5830 scenario to cover execution until the end and also the case
5831
5832 2020-03-31 Tom de Vries <tdevries@suse.de>
5833
5834 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
5835 c. Use "maint info symtabs" to check symtab expansion.
5836
5837 2020-03-30 Tom de Vries <tdevries@suse.de>
5838
5839 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
5840 unsupported.
5841 (verify_psymtab_expanded): Move ...
5842 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
5843 test.
5844 (readnow): New proc.
5845
5846 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
5847
5848 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
5849 with $hex.
5850
5851 2020-03-20 Tom Tromey <tromey@adacore.com>
5852
5853 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
5854
5855 2020-03-20 Tom Tromey <tromey@adacore.com>
5856
5857 * gdb.ada/sub_variant/subv.adb: New file.
5858 * gdb.ada/sub_variant.exp: New file.
5859
5860 2020-03-20 Tom de Vries <tdevries@suse.de>
5861
5862 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
5863 first break fails.
5864 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
5865
5866 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
5867
5868 * gdb.server/exit-multiple-threads.c: New file.
5869 * gdb.server/exit-multiple-threads.exp: New file.
5870
5871 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
5872
5873 * gdb.fortran/mixed-lang-stack.c: New file.
5874 * gdb.fortran/mixed-lang-stack.cpp: New file.
5875 * gdb.fortran/mixed-lang-stack.exp: New file.
5876 * gdb.fortran/mixed-lang-stack.f90: New file.
5877
5878 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
5879
5880 * gdb.linespec/cp-completion-aliases.cc: New file.
5881 * gdb.linespec/cp-completion-aliases.exp: New file.
5882
5883 2020-03-19 Tom de Vries <tdevries@suse.de>
5884
5885 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
5886 more precise.
5887
5888 2020-03-18 Tom de Vries <tdevries@suse.de>
5889
5890 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
5891 * gdb.dwarf2/break-inline-psymtab.c: New test.
5892 * gdb.dwarf2/break-inline-psymtab.exp: New file.
5893
5894 2020-03-16 Tom de Vries <tdevries@suse.de>
5895
5896 * lib/cache.exp (gdb_do_cache): Add and handle local variables
5897 cache_verify and cache_verify_proc.
5898
5899 2020-03-15 Tom de Vries <tdevries@suse.de>
5900
5901 * gdb.server/solib-list.exp: Handle
5902 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
5903
5904 2020-03-15 Tom de Vries <tdevries@suse.de>
5905
5906 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
5907 objfiles".
5908
5909 2020-03-14 Tom Tromey <tom@tromey.com>
5910
5911 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
5912
5913 2020-03-14 Tom de Vries <tdevries@suse.de>
5914
5915 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
5916
5917 2020-03-14 Tom de Vries <tdevries@suse.de>
5918
5919 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
5920 result in line-by-line fashion.
5921
5922 2020-03-14 Tom de Vries <tdevries@suse.de>
5923
5924 * lib/gdb.exp (supports_statement_frontiers): New proc.
5925 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
5926
5927 2020-03-14 Tom de Vries <tdevries@suse.de>
5928
5929 * gdb.base/printcmds.exp: Add missing quoting for "print
5930 teststring2".
5931
5932 2020-03-13 Tom Tromey <tom@tromey.com>
5933
5934 * gdb.base/printcmds.exp (test_print_strings): Add regression
5935 test.
5936 * gdb.base/printcmds.c (charptr): New typedef.
5937 (teststring2): New global.
5938
5939 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
5940
5941 * gdb.base/break-interp.exp: Use the tail of the filename, not the
5942 full path in the test name.
5943 (test_ld): Add some with_test_prefix blocks to make test names
5944 unique.
5945
5946 2020-03-13 Tom de Vries <tdevries@suse.de>
5947
5948 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
5949
5950 2020-03-13 Tom de Vries <tdevries@suse.de>
5951
5952 * gdb.mi/mi-sym-info.exp: Make matching more precise.
5953
5954 2020-03-13 Tom de Vries <tdevries@suse.de>
5955
5956 PR symtab/25646
5957 * gdb.dwarf2/imported-unit.exp: Add test.
5958
5959 2020-03-13 Tom de Vries <tdevries@suse.de>
5960
5961 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
5962 (var1, var2): New variable.
5963 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
5964 matching symbols.
5965
5966 2020-03-13 Tom de Vries <tdevries@suse.de>
5967
5968 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
5969 (Term::command): Use prompt prefix.
5970 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
5971 * gdb.tui/tui-layout-asm-short-prog.exp: Use
5972 command_no_prompt_prefix instead of prefix.
5973 * gdb.tui/tui-layout-asm.exp: Same.
5974
5975 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
5976
5977 * gdb.base/break-interp.exp: Use foreach_with_prefix.
5978
5979 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
5980
5981 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
5982 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
5983 on" while stepping over the test instruction, match printed
5984 message.
5985
5986 2020-03-12 Tom de Vries <tdevries@suse.de>
5987
5988 * gdb.base/info-types.exp: Use exp_continue during matching of output
5989 of "info types".
5990
5991 2020-03-12 Tom de Vries <tdevries@suse.de>
5992
5993 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
5994
5995 2020-03-12 Tom de Vries <tdevries@suse.de>
5996
5997 * gdb.fortran/module.exp: Use exp_continue during matching of output
5998 of "info variable -n".
5999
6000 2020-03-12 Tom de Vries <tdevries@suse.de>
6001
6002 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
6003 gdb.dwarf2/dw2-ranges-base.c.
6004
6005 2020-03-12 Tom de Vries <tdevries@suse.de>
6006
6007 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
6008 in presence of GLIBC debuginfo.
6009
6010 2020-03-12 Tom de Vries <tdevries@suse.de>
6011
6012 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
6013 $core.
6014
6015 2020-03-12 Tom de Vries <tdevries@suse.de>
6016
6017 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
6018 more precise.
6019
6020 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
6021
6022 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
6023 from Unix to Windows path.
6024
6025 2020-03-11 Tom de Vries <tdevries@suse.de>
6026
6027 * gdb.ada/minsyms.exp: Set language to ada.
6028
6029 2020-03-11 Tom de Vries <tdevries@suse.de>
6030
6031 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
6032
6033 2020-03-11 Tom de Vries <tdevries@suse.de>
6034
6035 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
6036
6037 2020-03-11 Tom Tromey <tromey@adacore.com>
6038
6039 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
6040
6041 2020-03-11 Tom de Vries <tdevries@suse.de>
6042
6043 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
6044
6045 2020-03-11 Tom de Vries <tdevries@suse.de>
6046
6047 * gdb.base/break-interp.exp: Limit verbose scope.
6048
6049 2020-03-11 Tom de Vries <tdevries@suse.de>
6050
6051 * gdb.fortran/logical.f90: Define variable with character type.
6052 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
6053
6054 2020-03-11 Tom de Vries <tdevries@suse.de>
6055
6056 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
6057
6058 2020-03-11 Tom de Vries <tdevries@suse.de>
6059
6060 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
6061 symtabs.
6062
6063 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
6064 Bernd Edlinger <bernd.edlinger@hotmail.de>
6065
6066 * gdb.cp/step-and-next-inline.cc: New file.
6067 * gdb.cp/step-and-next-inline.exp: New file.
6068 * gdb.cp/step-and-next-inline.h: New file.
6069 * gdb.dwarf2/dw2-is-stmt.c: New file.
6070 * gdb.dwarf2/dw2-is-stmt.exp: New file.
6071 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
6072 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
6073 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
6074
6075 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
6076
6077 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
6078 is-stmt flag in the line table.
6079
6080 2020-03-09 Tom de Vries <tdevries@suse.de>
6081
6082 * lib/gdb.exp (cached_file): Create cache dir.
6083
6084 2020-03-07 Tom de Vries <tdevries@suse.de>
6085
6086 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
6087 * gdb.cp/rvalue-ref-params.exp: Same.
6088
6089 2020-03-06 Tom de Vries <tdevries@suse.de>
6090
6091 * lib/gdb.exp (tentative_rename, cached_file): New proc.
6092 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
6093
6094 2020-03-06 Tom de Vries <tdevries@suse.de>
6095
6096 * README: Fix "the the".
6097 * gdb.base/dprintf.exp: Same.
6098
6099 2020-03-05 Tom de Vries <tdevries@suse.de>
6100
6101 * gdb.base/maint.exp: Update "main print statistics" expected output.
6102
6103 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
6104
6105 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
6106 (fortran_int8): Likewise.
6107 (fortran_real4): Likewise.
6108 (fortran_real8): Likewise.
6109 (fortran_complex4): Likewise.
6110 (fortran_logical4): Likewise.
6111 (fortran_character1): Likewise.
6112
6113 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
6114
6115 * gdb.fortran/logical.exp: Add tests that any non-zero value is
6116 printed as true.
6117
6118 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
6119
6120 * gdb.base/printcmds.exp: Add test to verify printf of a
6121 variable holding an address.
6122
6123 2020-03-03 Tom de Vries <tdevries@suse.de>
6124
6125 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
6126
6127 2020-03-03 Tom de Vries <tdevries@suse.de>
6128
6129 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
6130 gdb_test_multiple call.
6131
6132 2020-03-03 Tom de Vries <tdevries@suse.de>
6133
6134 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
6135 gdb_test_multiple calls.
6136
6137 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
6138
6139 * gdb.base/default.exp: Remove test of 'set history filename'.
6140 * gdb.base/gdbinit-history.exp: Add tests for setting the history
6141 filename to the empty string.
6142 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
6143 and GDBHISTSIZE.
6144
6145 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
6146
6147 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
6148 disabled.
6149
6150 2020-03-02 Pedro Alves <palves@redhat.com>
6151 Tom de Vries <tdevries@suse.de>
6152
6153 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
6154 -prompt prefix, before user_code argument. Add -lbl option likewise.
6155 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
6156 (gdb_is_target_1): Add -prompt prefix and move to before user_code
6157 argument.
6158 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
6159 have "\r\n" at start-of-line, instead of at end-of-line.
6160
6161 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
6162
6163 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
6164 libinproctrace.so.
6165
6166 2020-02-28 Luis Machado <luis.machado@linaro.org>
6167
6168 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
6169 to "p/x".
6170
6171 2020-02-28 Luis Machado <luis.machado@linaro.org>
6172
6173 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
6174 asm/ptrace.h and error.h.
6175
6176 2020-02-28 Tom de Vries <tdevries@suse.de>
6177
6178 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
6179 (struct wrapper, do_something, mundane/symada__cS): Move ...
6180 * gdb.base/c-linkage-name-2.c: ... here. New source file.
6181 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
6182 Update "print symada__cS before partial symtab expansion" regexp.
6183 Update breakpoint location. Flush symbol cache after expansion.
6184
6185 2020-02-28 Luis Machado <luis.machado@linaro.org>
6186
6187 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
6188
6189 2020-02-27 Tom de Vries <tdevries@suse.de>
6190
6191 * config/sid.exp: Remove unused globals.
6192 * gdb.base/attach.exp: Same.
6193 * gdb.base/catch-load.exp: Same.
6194 * gdb.base/dbx.exp: Same.
6195 * lib/gdb.exp: Same.
6196 * lib/mi-support.exp: Same.
6197 * lib/prompt.exp: Same.
6198
6199 2020-02-27 Tom de Vries <tdevries@suse.de>
6200
6201 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
6202 not set.
6203
6204 2020-02-26 Aaron Merey <amerey@redhat.com>
6205
6206 * gdb.debuginfod: New directory for debuginfod tests.
6207 * gdb.debuginfod/main.c: New test file.
6208 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
6209
6210 2020-02-26 Tom de Vries <tdevries@suse.de>
6211
6212 PR gdb/25603
6213 * gdb.base/persistent-lang.cc: New test.
6214 * gdb.base/persistent-lang.exp: New file.
6215
6216 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
6217
6218 * gdb.fortran/derived-type-striding.exp: Add a new test.
6219 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
6220 new test.
6221
6222 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
6223
6224 * gdb.base/cached-source-file.exp: Avoid source file paths in test
6225 names.
6226
6227 2020-02-25 Tom de Vries <tdevries@suse.de>
6228
6229 PR go/18926
6230 * gdb.go/methods.exp: Remove gcc/93866 xfail.
6231
6232 2020-02-24 Tom de Vries <tdevries@suse.de>
6233
6234 PR gdb/25592
6235 * gdb.base/info-locals-unused-static-var.c: New test.
6236 * gdb.base/info-locals-unused-static-var.exp: New file.
6237
6238 2020-02-22 Tom Tromey <tom@tromey.com>
6239
6240 * gdb.python/tui-window.exp: New file.
6241 * gdb.python/tui-window.py: New file.
6242
6243 2020-02-22 Tom Tromey <tom@tromey.com>
6244
6245 PR tui/17850:
6246 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
6247 tests.
6248
6249 2020-02-22 Tom Tromey <tom@tromey.com>
6250
6251 * gdb.tui/new-layout.exp: Add sub-layout tests.
6252
6253 2020-02-22 Tom Tromey <tom@tromey.com>
6254
6255 * gdb.tui/new-layout.exp: New file.
6256
6257 2020-02-22 Tom Tromey <tom@tromey.com>
6258
6259 * gdb.rust/rust-style.rs: New file.
6260 * gdb.rust/rust-style.exp: New file.
6261 * gdb.base/style.exp: Test structure printing.
6262 * gdb.base/style.c (struct some_struct): New type.
6263 (enum etype): New type.
6264 (struct_value): New global.
6265
6266 2020-02-21 Tom de Vries <tdevries@suse.de>
6267
6268 PR go/18926
6269 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
6270 Remove blanket xfails. Use message argument for gdb_breakpoint.
6271 Make continuing to breakpoint test conditional on setting breakpoint.
6272 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
6273 DW_AT_name attribute. Add xfail for GCC PR93866.
6274
6275 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
6276
6277 * gdb.dwarf2/cpp-linkage-name.c: New file.
6278 * gdb.dwarf2/cpp-linkage-name.exp: New file.
6279
6280 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
6281
6282 * lib/gdb.exp (gdb_wrapper_init): Reset
6283 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
6284 not exist.
6285
6286 2020-02-20 Tom de Vries <tdevries@suse.de>
6287
6288 PR go/17018
6289 * gdb.go/hello.exp: Copy ...
6290 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
6291 print of st to print value of global definition. Add xfail for GCC
6292 PR93844.
6293 * gdb.go/hello.exp: Remove printing of st before definition.
6294 * gdb.go/hello.go: Copy ...
6295 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
6296 to st.
6297 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
6298
6299 2020-02-20 Tom de Vries <tdevries@suse.de>
6300
6301 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
6302 (gdb_simple_compile): Handle compile_flags go by using .go extension
6303 for source file.
6304 * gdb.go/chan.exp: Use support_go_compile.
6305 * gdb.go/handcall.exp: Same.
6306 * gdb.go/hello.exp: Same.
6307 * gdb.go/integers.exp: Same.
6308 * gdb.go/max-depth.exp: Same.
6309 * gdb.go/methods.exp: Same.
6310 * gdb.go/package.exp: Same.
6311 * gdb.go/strings.exp: Same.
6312 * gdb.go/types.exp: Same.
6313 * gdb.go/unsafe.exp: Same.
6314
6315 2020-02-19 Tom de Vries <tdevries@suse.de>
6316
6317 * gdb.python/lib-types.exp: Make xfail more strict.
6318
6319 2020-02-19 Tom de Vries <tdevries@suse.de>
6320
6321 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
6322
6323 2020-02-19 Doug Evans <dje@google.com>
6324
6325 PR rust/25535
6326 * gdb.rust/simple.exp: Add test.
6327 * gdb.rust/simple.rs: Add test.
6328
6329 2020-02-19 Tom de Vries <tdevries@suse.de>
6330
6331 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
6332 output line-by-line.
6333
6334 2020-02-19 Tom de Vries <tdevries@suse.de>
6335
6336 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
6337
6338 2020-02-19 Tom de Vries <tdevries@suse.de>
6339
6340 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
6341 prelink.
6342
6343 2020-02-19 Tom de Vries <tdevries@suse.de>
6344
6345 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
6346 (gdb_do_cache): Use gdb_do_cache_wrap.
6347 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
6348
6349 2020-02-19 Tom de Vries <tdevries@suse.de>
6350
6351 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
6352 gdb_compile option.
6353
6354 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
6355
6356 * gdb.base/printcmds.exp (test_print_enums): Update expected
6357 output.
6358
6359 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
6360
6361 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
6362 for "unknown".
6363
6364 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
6365
6366 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
6367 enumerator.
6368
6369 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
6370
6371 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
6372 FE_, add FE_NONE.
6373 (three): Update.
6374 (enum flag_enum_without_zero): New enum.
6375 (flag_enum_without_zero): New variable.
6376 (enum not_flag_enum): New enum.
6377 (three_not_flag): New variable.
6378 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
6379 (test_print_enums): Add more tests for printing flag enums.
6380
6381 2020-02-18 Tom de Vries <tdevries@suse.de>
6382
6383 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
6384 (gdb_compile_ada): ... here.
6385 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
6386 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
6387
6388 2020-02-14 Tom Tromey <tom@tromey.com>
6389
6390 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
6391 build directory.
6392 * boards/gdbserver-base.exp: Update path to gdbserver.
6393
6394 2020-02-13 Tom de Vries <tdevries@suse.de>
6395
6396 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
6397
6398 2020-02-13 Tom de Vries <tdevries@suse.de>
6399
6400 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
6401 are missing.
6402
6403 2020-02-13 Tom de Vries <tdevries@suse.de>
6404
6405 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
6406 call.
6407
6408 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
6409
6410 PR tui/25126
6411 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
6412 * gdb.base/cached-source-file.c: New file.
6413 * gdb.base/cached-source-file.exp: New file.
6414
6415 2020-02-11 Tom de Vries <tdevries@suse.de>
6416
6417 PR testsuite/25488
6418 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
6419
6420 2020-02-10 Tom de Vries <tdevries@suse.de>
6421
6422 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
6423
6424 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
6425
6426 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
6427 and $after_addr are both integers before making a comparison.
6428
6429 2020-02-09 Tom de Vries <tdevries@suse.de>
6430
6431 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
6432 command output and paste it into gdb.log. If any, paste catch message
6433 to gdb.log.
6434
6435 2020-02-07 Tom Tromey <tromey@adacore.com>
6436
6437 PR breakpoints/24915:
6438 * gdb.base/annotate-symlink.exp: Use setup_xfail.
6439
6440 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
6441
6442 * gdb.tui/tui-missing-src.exp: Add the "missing source
6443 file" test for the TUI.
6444
6445 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
6446
6447 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
6448 including a port number in the output.
6449
6450 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
6451
6452 * lib/fortran.exp (fortran_int4): Handle clang.
6453 (fortran_int8): Likewise.
6454 (fortran_real4): Likewise.
6455 (fortran_real8): Likewise.
6456 (fortran_complex4): Likewise.
6457 (fortran_logical4): Likewise.
6458 (fortran_character1): Likewise.
6459
6460 2020-02-04 Tom de Vries <tdevries@suse.de>
6461
6462 * README (Race detection): Add note.
6463
6464 2020-02-04 Tom de Vries <tdevries@suse.de>
6465
6466 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
6467
6468 2020-02-04 Tom de Vries <tdevries@suse.de>
6469
6470 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
6471
6472 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
6473
6474 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
6475 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
6476 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
6477 blttar, bnetarl.
6478 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
6479 binary for blttar, bnetarl.
6480 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
6481 wait instruction. Delete ldmx test.
6482 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
6483
6484 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
6485
6486 * gdb.fortran/array-bounds-high.exp: New file.
6487 * gdb.fortran/array-bounds-high.f90: New file.
6488
6489 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
6490
6491 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
6492 Replace #include of <sys/fcntl.h> by <fcntl.h>.
6493
6494 2020-02-01 Tom de Vries <tdevries@suse.de>
6495
6496 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
6497
6498 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
6499
6500 PR tui/9765
6501 * gdb.tui/tui-layout-asm-short-prog.S: New file.
6502 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
6503
6504 2020-01-29 Luis Machado <luis.machado@linaro.org>
6505
6506 * gdb.arch/aarch64-brk-patterns.c: New source file.
6507 * gdb.arch/aarch64-brk-patterns.exp: New test.
6508
6509 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6510
6511 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
6512 GCC/Clang version.
6513 * gdb.cp/pass-by-ref.exp: Ditto.
6514
6515 2020-01-29 Tom de Vries <tdevries@suse.de>
6516
6517 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
6518 * gdb.threads/watchpoint-fork-mt.c: Same.
6519 * gdb.threads/watchpoint-fork-parent.c: Same.
6520 * gdb.threads/watchpoint-fork-st.c: Same.
6521 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
6522
6523 2020-01-27 Luis Machado <luis.machado@linaro.org>
6524
6525 * gdb.base/step-over-syscall.exp (setup): Check if we're already
6526 sitting at a syscall instruction when we hit the syscall function's
6527 breakpoint.
6528 Check PC against one obtained with the x command.
6529 Validate syscall number.
6530 (step_over_syscall): Don't continue to the syscall instruction if
6531 we're already there.
6532
6533 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6534
6535 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
6536
6537 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6538
6539 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
6540 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
6541
6542 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6543
6544 * gdb.dwarf2/dw2-inline-stepping.c: New file.
6545 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
6546
6547 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6548
6549 * gdb.base/maint.exp: Update line table parsing test.
6550 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
6551
6552 2020-01-24 Pedro Alves <palves@redhat.com>
6553
6554 PR gdb/25410
6555 * gdb.multi/multi-re-run-1.c: New.
6556 * gdb.multi/multi-re-run-2.c: New.
6557 * gdb.multi/multi-re-run.exp: New.
6558
6559 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6560
6561 PR gdb/23718
6562 * gdb.server/server-kill-python.exp: New file.
6563
6564 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6565
6566 * gdb.server/multi-ui-errors.c: New file.
6567 * gdb.server/multi-ui-errors.exp: New file.
6568
6569 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6570
6571 PR tui/9765
6572 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
6573
6574 2020-01-19 Tom Tromey <tom@tromey.com>
6575
6576 * gdb.tui/main.exp: Add check for plain "file".
6577
6578 2020-01-16 Christian Biesinger <cbiesinger@google.com>
6579
6580 * lib/gdb.exp: Fix spelling error (seperatelly).
6581
6582 2020-01-14 Tom Tromey <tom@tromey.com>
6583
6584 PR symtab/12535:
6585 * gdb.python/python.exp: Test decode_line with empty string
6586 argument.
6587
6588 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
6589
6590 * gdb.base/skip-inline.exp: Extend test.
6591
6592 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
6593
6594 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
6595 * gdb.dwarf2/dw2-bad-elf.c: New file.
6596 * gdb.dwarf2/dw2-bad-elf.exp: New file.
6597
6598 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
6599
6600 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
6601 _line_saw_file.
6602
6603 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
6604
6605 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
6606 border.
6607
6608 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6609
6610 * gdb.multi/multi-target.exp (setup): Factor out "info
6611 connections" and "info inferiors" tests to ...
6612 (test_info_inferiors): ... this new procedure.
6613 (top level): Run new "info-inferiors" tests.
6614
6615 2020-01-10 Pedro Alves <palves@redhat.com>
6616
6617 * gdb.server/bkpt-other-inferior.exp: New file.
6618
6619 2020-01-10 Pedro Alves <palves@redhat.com>
6620
6621 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
6622 of "add-inferior".
6623 * gdb.base/quit-live.exp: Likewise.
6624 * gdb.base/remote-exec-file.exp: Likewise.
6625 * gdb.guile/scm-progspace.exp: Likewise.
6626 * gdb.linespec/linespec.exp: Likewise.
6627 * gdb.mi/new-ui-mi-sync.exp: Likewise.
6628 * gdb.mi/user-selected-context-sync.exp: Likewise.
6629 * gdb.multi/multi-target.exp (setup): Add "info connection" and
6630 "info inferiors" tests.
6631 * gdb.multi/remove-inferiors.exp: Adjust expected output of
6632 "add-inferior".
6633 * gdb.multi/watchpoint-multi.exp: Likewise.
6634 * gdb.python/py-inferior.exp: Likewise.
6635 * gdb.server/extended-remote-restart.exp: Likewise.
6636 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
6637 "info inferiors".
6638 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
6639 * gdb.trace/report.exp: Likewise.
6640
6641 2020-01-10 Pedro Alves <palves@redhat.com>
6642
6643 * gdb.multi/multi-target.c: New file.
6644 * gdb.multi/multi-target.exp: New file.
6645 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
6646 mode requested, but remote does not support non-stop".
6647
6648 2020-01-10 Pedro Alves <palves@redhat.com>
6649
6650 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
6651 disconnect before reconnecting.
6652
6653 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6654 Pedro Alves <palves@redhat.com>
6655
6656 * gdb.server/connect-without-multi-process.exp: Also test
6657 continuing to end.
6658
6659 2020-01-10 Pedro Alves <palves@redhat.com>
6660
6661 * gdb.base/remote-exec-file.exp: New file.
6662
6663 2020-01-10 Pedro Alves <palves@redhat.com>
6664
6665 * gdb.base/fork-running-state.exp (do_test): Adjust expected
6666 output.
6667 * gdb.threads/async.c: New.
6668 * gdb.threads/async.exp: New.
6669 * gdb.multi/tids-gid-reset.c: New.
6670 * gdb.multi/tids-gid-reset.exp: New.
6671
6672 2020-01-10 George Barrett <bob@bob131.so>
6673
6674 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
6675 to help in finding the image relocation offset.
6676 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
6677 options in arguments.
6678 (stap_test_no_debuginfo): Likewise.
6679 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
6680 test variants.
6681 (stap_test): Add null semaphore relocation test.
6682
6683 2020-01-10 George Barrett <bob@bob131.so>
6684
6685 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
6686 * gdb.base/stap-probe.exp: Likewise.
6687 (stap_test): Pass argument as an additional flag.
6688 (stap_test_no_debuginfo): Likewise.
6689 (stap_test): Check `info probes stap' output for semaphore
6690 addresses if the test binary is supposed to have them.
6691
6692 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6693
6694 * gdb.tui/basic.exp: Add more scrolling tests.
6695
6696 2020-01-09 Tom Tromey <tom@tromey.com>
6697
6698 PR tui/18932:
6699 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
6700 meangingful value.
6701 (Term::command, Term::resize): Update.
6702 * gdb.tui/basic.exp: Add scrolling test.
6703
6704 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6705
6706 * gdb.tui/tui-layout-asm.exp: New file.
6707
6708 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6709
6710 * lib/tuiterm.exp (Term::check_box_contents): New proc.
6711
6712 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6713
6714 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
6715 (Term::enter_tui): Use Term::prepare_for_tui.
6716
6717 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6718
6719 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
6720 called.
6721
6722 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6723
6724 * gdb.base/skip.exp: Fix race condition in test.
6725
6726 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
6727
6728 * gdb.base/backtrace.c: New file.
6729 * gdb.base/backtrace.exp: New file.
6730
6731 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
6732
6733 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
6734
6735 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6736
6737 * gdb.base/style.exp: Test that warnings are styled.
6738
6739 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
6740
6741 * gdb.base/line65535.exp: New file.
6742 * gdb.base/line65535.c: New file.
6743
6744 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
6745
6746 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
6747 * lib/gnat_debug_info_test.adb: New file.
6748 * gdb.ada/ptype_tagged_param.exp: Use
6749 gnat_runtime_has_debug_info, expect a different output if
6750 runtime does not have debug info.
6751
6752 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
6753
6754 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
6755 (another) quote in test name.
6756
6757 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
6758
6759 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
6760 Add quote in test name.
6761
6762 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6763
6764 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
6765 directory instead.
6766 * gdb.cp/pass-by-ref.exp: Extend with more cases.
6767 * gdb.cp/pass-by-ref-2.cc: New file.
6768 * gdb.cp/pass-by-ref-2.exp: New file.
6769
6770 2019-12-20 Tom Tromey <tom@tromey.com>
6771
6772 * gdb.tui/list-before.exp: New file.
6773
6774 2019-12-20 Tom Tromey <tom@tromey.com>
6775
6776 * gdb.tui/list.exp: Check for source on initial listing.
6777
6778 2019-12-11 Tom Tromey <tromey@adacore.com>
6779
6780 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
6781 Add crlf test.
6782
6783 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
6784
6785 * gdb.base/default.exp: Update value of $_gdb_major.
6786
6787 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
6788
6789 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
6790
6791 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
6792
6793 * gdb.base/skip.exp: Whitespace fix.
6794
6795 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
6796
6797 * gdb.base/skip-inline.c: New file.
6798 * gdb.base/skip-inline.exp: New file.
6799
6800 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
6801
6802 * gdb.base/jit-reader.exp (jit_reader_test): Rename
6803 jit_function_00 to jit_function_stack_mangle.
6804 * gdb.base/jithost.c (jit_function_t): Rename to...
6805 (jit_function_stack_mangle_t): ... this.
6806 (jit_function_add_t): New typedef.
6807 (jit_function_00_code): Rename to...
6808 (jit_function_stack_mangle_code): ... this, make static.
6809 (jit_function_add_code): New.
6810 (main): Generate "add" function and call it. Adjust to changes
6811 in jithost_abi.
6812 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
6813 (struct jithost_abi) <begin, end>: Remove fields.
6814 <object, function_stack_mangle, function_add>: New fields.
6815 * gdb.base/jitreader.c (struct reader_state) <code_begin,
6816 code_end>: Remove fields.
6817 <func_stack_mangle>: New field.
6818 (read_debug_info): Adjust to renaming, create block for "add"
6819 function.
6820 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
6821
6822 2019-12-11 Tom Tromey <tom@tromey.com>
6823
6824 * gdb.tui/resize.exp: Fix regexp.
6825 * gdb.tui/regs.exp: Fix regexps.
6826 * gdb.tui/main.exp: Fix regexp.
6827
6828 2019-12-11 Tom Tromey <tom@tromey.com>
6829
6830 * gdb.tui/resize.exp: Update.
6831 * gdb.tui/empty.exp (layouts): Update.
6832
6833 2019-12-11 Tom Tromey <tom@tromey.com>
6834
6835 * gdb.tui/regs.exp: Update.
6836 * gdb.tui/empty.exp (layouts): Update.
6837 * gdb.tui/basic.exp: Update.
6838 * lib/tuiterm.exp (_check_box): Don't check bottom border.
6839
6840 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6841
6842 * gdb.base/options.exp: Add -raw-values in the print completion list.
6843 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
6844
6845 2019-12-10 Kevin Buettner <kevinb@redhat.com>
6846
6847 * gdb.threads/omp-par-scope.c: New file.
6848 * gdb/threads/omp-par-scope.exp: New file.
6849
6850 2019-12-10 Kevin Buettner <kevinb@redhat.com>
6851
6852 * lib/gdb.exp (support_nested_function_tests): New proc.
6853
6854 2019-12-10 Kevin Buettner <kevinb@redhat.com>
6855
6856 * lib/gdb.exp (gdb_compile_openmp): New proc.
6857 (build_executable_from_specs): Add an "openmp" option.
6858 (gdb_compile_pthreads): Add non-executable case.
6859
6860 2019-12-10 Tom Tromey <tromey@adacore.com>
6861
6862 * gdb.ada/unchecked_union.exp: New file.
6863 * gdb.ada/unchecked_union/pck.adb: New file.
6864 * gdb.ada/unchecked_union/pck.ads: New file.
6865 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
6866 * gdb-utils.exp (string_to_regexp): Also quote "?".
6867
6868 2019-12-10 George Barrett <bob@bob131.so>
6869
6870 Test scripted probe breakpoints.
6871 * gdb.guile/scm-breakpoint.c (main): Add probe point.
6872 * gdb.python/py-breakpoint.c (main): Likewise.
6873 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
6874 specifier test.
6875 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
6876
6877 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6878
6879 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
6880 an rvalue parameter.
6881 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
6882 parameter.
6883
6884 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
6885
6886 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
6887 modules.
6888
6889 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
6890
6891 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
6892 broken version of GCC.
6893
6894 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
6895
6896 * gdb.fortran/info-modules.exp: Rewrite to make use of new
6897 sym-info-cmds library.
6898 * gdb.fortran/info-types.exp: Likewise.
6899 * lib/sym-info-cmds.exp: New file.
6900
6901 2019-12-08 Tom de Vries <tdevries@suse.de>
6902
6903 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
6904
6905 2019-12-07 Keith Seitz <keiths@redhat.com>
6906
6907 * gdb.base/corefile-buildid-shlib-shr.c: New file.
6908 * gdb.base/corefile-buildid-shlib.c: New file.
6909 * gdb.base/corefile-buildid.c: New file.
6910 * gdb.base/corefile-buildid.exp: New file.
6911
6912 2019-12-06 Tom de Vries <tdevries@suse.de>
6913
6914 * gdb.dwarf2/varval.exp: Add decl before def test.
6915
6916 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6917
6918 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
6919
6920 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6921
6922 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
6923 CV and reference conversion for overload resolution.
6924 * gdb.cp/rvalue-ref-overload.exp: Test it.
6925
6926 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6927
6928 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
6929 * gdb.base/frameapply.exp: Test faas without command.
6930
6931 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
6932
6933 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
6934 Fortran tests.
6935 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
6936 order.
6937
6938 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
6939
6940 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
6941 casting to type with no kind specified.
6942 (test_basic_parsing_of_type_kinds): Additional tests for types
6943 with no kind specified, and add tests for single/double
6944 precision/complex types.
6945
6946 2019-12-04 Tom Tromey <tromey@adacore.com>
6947
6948 * gdb.base/endianity.c (struct other) <x>: New field.
6949 (main): Initialize it.
6950 * gdb.base/endianity.exp: Update.
6951
6952 2019-12-04 Tom Tromey <tromey@adacore.com>
6953
6954 * gdb.ada/scalar_storage/storage.adb: New file.
6955 * gdb.ada/scalar_storage/pck.adb: New file.
6956 * gdb.ada/scalar_storage/pck.ads: New file.
6957 * gdb.ada/scalar_storage.exp: New file.
6958
6959 2019-12-04 Tom Tromey <tromey@adacore.com>
6960
6961 * gdb.base/endianity.c (struct otherendian) <f>: New field.
6962 (main): Initialize it.
6963 * gdb.base/endianity.exp: Update.
6964
6965 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
6966
6967 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
6968
6969 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
6970
6971 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
6972 -symbol-info-module-functions and -symbol-info-module-variables.
6973
6974 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
6975
6976 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
6977
6978 2019-12-01 Richard Bunt <richard.bunt@arm.com>
6979 Andrew Burgess <andrew.burgess@embecosm.com>
6980
6981 * gdb.fortran/derived-type-striding.exp: New file.
6982 * gdb.fortran/derived-type-striding.f90: New file.
6983 * gdb.fortran/array-slices.exp: New file.
6984 * gdb.fortran/array-slices.f90: New file.
6985
6986 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6987
6988 * gdb.base/define.exp: Test . in command names.
6989 * gdb.base/setshow.exp: Update test, as . is now part of
6990 command name.
6991
6992 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6993
6994 * gdb.base/define-prefix.exp: New file.
6995
6996 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
6997
6998 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
6999 compile.
7000 (skip_btrace_pt_tests): Likewise.
7001
7002 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
7003
7004 * gdb.fortran/info-modules.exp: Compile source files in correct
7005 order.
7006
7007 2019-11-27 Kevin Buettner <kevinb@redhat.com>
7008
7009 * gdb.dwarf2/imported-unit.exp: New file.
7010 * gdb.dwarf2/imported-unit.c: New file.
7011
7012 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
7013
7014 * gdb.mi/mi-fortran-modules-2.f90: New file.
7015 * gdb.mi/mi-fortran-modules.exp: New file.
7016 * gdb.mi/mi-fortran-modules.f90: New file.
7017
7018 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
7019
7020 * gdb.mi/mi-sym-info-1.c: New file.
7021 * gdb.mi/mi-sym-info-2.c: New file.
7022 * gdb.mi/mi-sym-info.exp: New file.
7023
7024 2019-11-22 Tom Tromey <tromey@adacore.com>
7025
7026 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
7027 * gdb.ada/tasks/foo.adb: Add another stopping location.
7028
7029 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
7030
7031 * gdb.base/endianity.c: New test.
7032 * gdb.base/endianity.exp: New file.
7033
7034 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
7035
7036 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
7037
7038 2019-11-21 Tom de Vries <tdevries@suse.de>
7039
7040 PR gdb/24956
7041 * gdb.base/ui-redirect.exp: Test output of user-defined command.
7042
7043 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
7044
7045 * gdb.python/py-progspace.exp: Add missing parentheses on some
7046 'print' commands.
7047
7048 2019-11-19 Tom Tromey <tom@tromey.com>
7049
7050 * gdb.tui/winheight.exp: New file.
7051
7052 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
7053
7054 * gdb.base/ctf-whatis.c: Delete.
7055 * gdb.base/ctf-whatis.exp: Delete.
7056 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
7057
7058 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
7059
7060 * gdb.base/ctf-cvexpr.exp: Delete.
7061 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
7062
7063 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
7064
7065 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
7066 the compiler. Clean up header comment a little.
7067 * gdb.base/ctf-ptype.exp: Likewise.
7068 * gdb.base/ctf-whatis.exp: Likewise.
7069 * lib/gdb.exp (skip_ctf_tests): New proc.
7070
7071 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
7072
7073 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
7074 * gdb.tui/corefile-run.exp: New file.
7075
7076 2019-11-14 Tom Tromey <tromey@adacore.com>
7077
7078 * gdb.base/gdbvars.exp (test_convenience_variables): Add
7079 regression tests.
7080
7081 2019-11-12 Tom Tromey <tom@tromey.com>
7082
7083 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
7084 after any command. Expect prompt after WAIT_FOR is seen.
7085 (enter_tui): Enable resize messages.
7086 (command): Expect command in output.
7087 (get_line): Avoid error when cursor appears to be off-screen.
7088 (dump_screen): Include screen size in title.
7089 (_do_resize): New proc, from "resize".
7090 (resize): Rewrite. Do resize in two steps.
7091 * gdb.tui/empty.exp (layouts): Fix entries.
7092 (check_boxes): Remove xfail.
7093 (check_text): Dump screen on failure.
7094
7095 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
7096
7097 * gdb.python/py-symbol.exp: Add test for
7098 gdb.lookup_static_symbols.
7099
7100 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
7101
7102 * gdb.python/py-symbol.c: Declare and call function from new
7103 py-symbol-2.c file.
7104 * gdb.python/py-symbol.exp: Compile both source files, and add new
7105 tests for gdb.lookup_static_symbol.
7106 * gdb.python/py-symbol-2.c: New file.
7107
7108 2019-11-02 Tom de Vries <tdevries@suse.de>
7109
7110 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
7111 * gdb.base/anon.exp: Same.
7112 * gdb.base/auto-connect-native-target.exp: Same.
7113 * gdb.base/call-ar-st.exp: Same.
7114 * gdb.base/catch-syscall.exp: Same.
7115 * gdb.base/commands.exp: Same.
7116 * gdb.base/default.exp: Same.
7117 * gdb.base/display.exp: Same.
7118 * gdb.base/float.exp: Same.
7119 * gdb.base/foll-fork.exp: Same.
7120 * gdb.base/help.exp: Same.
7121 * gdb.base/info-macros.exp: Same.
7122 * gdb.base/info-proc.exp: Same.
7123 * gdb.base/info-target.exp: Same.
7124 * gdb.base/long_long.exp: Same.
7125 * gdb.base/macscp.exp: Same.
7126 * gdb.base/memattr.exp: Same.
7127 * gdb.base/nofield.exp: Same.
7128 * gdb.base/pointers.exp: Same.
7129 * gdb.base/printcmds.exp: Same.
7130 * gdb.base/ptype.exp: Same.
7131 * gdb.base/restore.exp: Same.
7132 * gdb.base/return.exp: Same.
7133 * gdb.base/scope.exp: Same.
7134 * gdb.base/set-noassign.exp: Same.
7135 * gdb.base/setshow.exp: Same.
7136 * gdb.base/shlib-call.exp: Same.
7137 * gdb.base/signals.exp: Same.
7138 * gdb.base/sigstep.exp: Same.
7139 * gdb.base/skip.exp: Same.
7140 * gdb.base/solib-symbol.exp: Same.
7141 * gdb.base/stap-probe.exp: Same.
7142 * gdb.base/step-line.exp: Same.
7143 * gdb.base/step-test.exp: Same.
7144 * gdb.base/style.exp: Same.
7145 * gdb.base/varargs.exp: Same.
7146 * gdb.base/vla-datatypes.exp: Same.
7147 * gdb.base/vla-ptr.exp: Same.
7148 * gdb.base/vla-sideeffect.exp: Same.
7149 * gdb.base/volatile.exp: Same.
7150 * gdb.base/watch-cond-infcall.exp: Same.
7151 * gdb.base/watchpoint.exp: Same.
7152
7153 2019-11-02 Tom de Vries <tdevries@suse.de>
7154
7155 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
7156 * gdb.cp/cpexprs.exp: Same.
7157 * gdb.cp/except-multi-location.exp: Same.
7158 * gdb.cp/exceptprint.exp: Same.
7159 * gdb.cp/gdb2384.exp: Same.
7160 * gdb.cp/inherit.exp: Same.
7161 * gdb.cp/m-static.exp: Same.
7162 * gdb.cp/meth-typedefs.exp: Same.
7163 * gdb.cp/misc.exp: Same.
7164 * gdb.cp/namespace.exp: Same.
7165 * gdb.cp/non-trivial-retval.exp: Same.
7166 * gdb.cp/overload.exp: Same.
7167 * gdb.cp/pr17132.exp: Same.
7168 * gdb.cp/re-set-overloaded.exp: Same.
7169 * gdb.cp/rvalue-ref-types.exp: Same.
7170 * gdb.cp/templates.exp: Same.
7171
7172 2019-11-01 Luis Machado <luis.machado@linaro.org>
7173
7174 PR gdb/25124
7175
7176 * gdb.arch/pr25124.S: New file.
7177 * gdb.arch/pr25124.exp: New file.
7178
7179 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
7180
7181 * gdb.fortran/info-modules.exp: Update expected results, and add
7182 additional tests for 'info module functinos', and 'info module
7183 variables'.
7184 * gdb.fortran/info-types.exp: Update expected results.
7185 * gdb.fortran/info-types.f90: Extend testcase with additional
7186 module variables and functions.
7187
7188 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
7189
7190 * gdb.fortran/info-modules.exp: New file.
7191 * gdb.fortran/info-types.exp: Build with new file.
7192 * gdb.fortran/info-types.f90: Include and use new module.
7193 * gdb.fortran/info-types-2.f90: New file.
7194
7195 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7196
7197 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
7198 * gdb.base/settings.exp: Test all settings types using
7199 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
7200 that now verifies that the value of "maint show" is the same as
7201 returned by the settings functions. Test the type of the
7202 maintenance settings.
7203 * gdb.base/default.exp: Update show_conv_list.
7204
7205 2019-10-31 Tom de Vries <tdevries@suse.de>
7206
7207 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
7208 gdb_test.
7209 * gdb.arch/amd64-disp-step.exp: Same.
7210 * gdb.asm/asm-source.exp: Same.
7211 * gdb.btrace/buffer-size.exp: Same.
7212 * gdb.btrace/cpu.exp: Same.
7213 * gdb.btrace/enable.exp: Same.
7214 * gdb.dwarf2/count.exp: Same.
7215 * gdb.dwarf2/dw2-ranges-func.exp: Same.
7216 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
7217 * gdb.fortran/vla-datatypes.exp: Same.
7218 * gdb.fortran/vla-history.exp: Same.
7219 * gdb.fortran/vla-ptype.exp: Same.
7220 * gdb.fortran/vla-value.exp: Same.
7221 * gdb.fortran/whatis_type.exp: Same.
7222 * gdb.guile/guile.exp: Same.
7223 * gdb.multi/tids.exp: Same.
7224 * gdb.python/py-finish-breakpoint.exp: Same.
7225 * gdb.python/py-framefilter.exp: Same.
7226 * gdb.python/py-pp-registration.exp: Same.
7227 * gdb.python/py-xmethods.exp: Same.
7228 * gdb.python/python.exp: Same.
7229 * gdb.server/connect-with-no-symbol-file.exp: Same.
7230 * gdb.server/no-thread-db.exp: Same.
7231 * gdb.server/run-without-local-binary.exp: Same.
7232 * gdb.stabs/weird.exp: Same.
7233 * gdb.threads/attach-many-short-lived-threads.exp: Same.
7234 * gdb.threads/thread-find.exp: Same.
7235 * gdb.threads/tls-shared.exp: Same.
7236 * gdb.threads/tls.exp: Same.
7237 * gdb.threads/wp-replication.exp: Same.
7238 * gdb.trace/ax.exp: Same.
7239 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
7240
7241 2019-10-31 Tom de Vries <tdevries@suse.de>
7242
7243 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
7244 * gdb.ada/array_subscript_addr.exp: Same.
7245 * gdb.ada/arrayidx.exp: Same.
7246 * gdb.ada/arrayparam.exp: Same.
7247 * gdb.ada/arrayptr.exp: Same.
7248 * gdb.ada/boolean_expr.exp: Same.
7249 * gdb.ada/call_pn.exp: Same.
7250 * gdb.ada/complete.exp: Same.
7251 * gdb.ada/fixed_cmp.exp: Same.
7252 * gdb.ada/fun_addr.exp: Same.
7253 * gdb.ada/funcall_param.exp: Same.
7254 * gdb.ada/interface.exp: Same.
7255 * gdb.ada/mod_from_name.exp: Same.
7256 * gdb.ada/null_array.exp: Same.
7257 * gdb.ada/packed_array.exp: Same.
7258 * gdb.ada/packed_tagged.exp: Same.
7259 * gdb.ada/print_chars.exp: Same.
7260 * gdb.ada/print_pc.exp: Same.
7261 * gdb.ada/ptype_arith_binop.exp: Same.
7262 * gdb.ada/ptype_field.exp: Same.
7263 * gdb.ada/ptype_tagged_param.exp: Same.
7264 * gdb.ada/rec_return.exp: Same.
7265 * gdb.ada/ref_tick_size.exp: Same.
7266 * gdb.ada/str_ref_cmp.exp: Same.
7267 * gdb.ada/taft_type.exp: Same.
7268 * gdb.ada/tagged.exp: Same.
7269 * gdb.ada/type_coercion.exp: Same.
7270 * gdb.ada/uninitialized_vars.exp: Same.
7271
7272 2019-10-30 Tom de Vries <tdevries@suse.de>
7273
7274 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
7275
7276 2019-10-26 Tom de Vries <tdevries@suse.de>
7277
7278 * gdb.base/bigcore.c: Fix typos in comments.
7279 * gdb.base/ctf-ptype.c: Same.
7280 * gdb.base/long_long.c: Same.
7281 * gdb.dwarf2/dw2-op-out-param.S: Same.
7282 * gdb.python/py-evthreads.c: Same.
7283 * gdb.reverse/i387-stack-reverse.c: Same.
7284 * gdb.trace/tfile.c: Same.
7285 * lib/compiler.c: Same.
7286 * lib/compiler.cc: Same.
7287
7288 2019-10-25 Tom de Vries <tdevries@suse.de>
7289
7290 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
7291 gdb_test_multiple calls.
7292 * gdb.reverse/sigall-reverse.exp: Same.
7293 * gdb.reverse/solib-precsave.exp: Same.
7294 * gdb.reverse/solib-reverse.exp: Same.
7295 * gdb.reverse/until-precsave.exp: Same.
7296 * gdb.reverse/until-reverse.exp: Same.
7297
7298 2019-10-24 Tom de Vries <tdevries@suse.de>
7299
7300 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
7301 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
7302 kfail using -wrap pattern flag and convenience variable
7303 gdb_test_name.
7304
7305 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
7306
7307 * gdb.python/py-progspace.exp: Add tests for the
7308 Progspace.block_for_pc method.
7309
7310 2019-10-23 Tom Tromey <tom@tromey.com>
7311
7312 * configure: Rebuild.
7313 * aclocal.m4: Use m4_include, not sinclude.
7314
7315 2019-10-21 Tom de Vries <tdevries@suse.de>
7316
7317 * gdb.base/infcall-nested-structs.c: Add
7318 __attribute__((noinline,noclone)) to all functions.
7319 (call_all): Add missing variable initialization. Simplify return value.
7320 (breakpt): Increment volatile variable, to prevent call from being
7321 optimized out.
7322 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
7323
7324 2019-10-17 Tom de Vries <tdevries@suse.de>
7325
7326 * gdb.fortran/module.exp: Allow info variables to print info for files
7327 other than module.f90.
7328
7329 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
7330
7331 * gdb.fortran/module.exp: Extend with 'info variables' test.
7332
7333 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
7334
7335 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
7336 F77_FOR_TARGET.
7337
7338 2019-10-16 Tom de Vries <tdevries@suse.de>
7339
7340 PR tdep/25096
7341 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
7342
7343 2019-10-16 Tom de Vries <tdevries@suse.de>
7344
7345 PR tdep/24104
7346 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
7347 Add KFAIL for PR tdep/25096.
7348
7349 2019-10-16 Tom de Vries <tdevries@suse.de>
7350
7351 PR testsuite/25059
7352 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
7353
7354 2019-10-16 Tom de Vries <tdevries@suse.de>
7355
7356 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
7357 as signed.
7358
7359 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
7360
7361 * gdb.mi/list-thread-groups-available.exp: Read entries one by
7362 one instead of increasing timeout.
7363
7364 2019-10-13 Tom de Vries <tdevries@suse.de>
7365
7366 PR record/25038
7367 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
7368 * gdb.reverse/sigall-reverse.exp: Same.
7369 * gdb.reverse/solib-precsave.exp: Same.
7370 * gdb.reverse/solib-reverse.exp: Same.
7371 * gdb.reverse/step-precsave.exp: Same.
7372 * gdb.reverse/until-precsave.exp: Same.
7373 * gdb.reverse/until-reverse.exp: Same.
7374 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
7375
7376 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
7377
7378 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
7379 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
7380 (cmp_struct_05_01, cmp_struct_static_02_01)
7381 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
7382 comparisons.
7383
7384 2019-10-10 Tom de Vries <tdevries@suse.de>
7385
7386 PR testsuite/24888
7387 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
7388 gnatlink.
7389
7390 2019-10-09 Tom de Vries <tdevries@suse.de>
7391
7392 PR testsuite/25048
7393 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
7394
7395 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
7396
7397 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
7398 exceptions due to missing debug information.
7399
7400 2019-10-07 Tom de Vries <tdevries@suse.de>
7401
7402 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
7403
7404 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
7405
7406 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
7407 * gdb.base/annota1.exp: Update to use gdb_test_name.
7408
7409 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
7410
7411 * gdb.base/ctf-whatis.exp: New file.
7412 * gdb.base/ctf-whatis.c: New file.
7413 * gdb.base/ctf-ptype.exp: New file.
7414 * gdb.base/ctf-ptype.c: New file.
7415 * gdb.base/ctf-constvars.exp: New file.
7416 * gdb.base/ctf-constvars.c: New file.
7417 * gdb.base/ctf-cvexpr.exp: New file.
7418
7419 2019-10-04 Tom de Vries <tdevries@suse.de>
7420
7421 * gdb.cp/local-static.c (main): Move declaration of int i out of the
7422 for loop.
7423
7424 2019-10-03 Tom Tromey <tom@tromey.com>
7425
7426 PR rust/24976:
7427 * gdb.rust/simple.rs (Union2): New type.
7428 (main): Use Union2.
7429 * gdb.rust/simple.exp: Add test.
7430
7431 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7432
7433 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
7434 nested function prefix.
7435
7436 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
7437 Richard Bunt <richard.bunt@arm.com>
7438 Andrew Burgess <andrew.burgess@embecosm.com>
7439
7440 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
7441 nested functions.
7442 * gdb.fortran/nested-funcs.f90: Update expected results.
7443 * gdb.fortran/nested-funcs-2.exp: New file.
7444 * gdb.fortran/nested-funcs-2.f90: New file.
7445
7446 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7447
7448 * gdb.python/py-parameter.exp: Make test names unique.
7449 * gdb.python/py-template.exp: Likewise.
7450 * gdb.python/py-value.exp: Likewise.
7451
7452 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7453
7454 * gdb.base/break-interp.exp: Reduce test name duplication.
7455 * gdb.base/call-sc.exp: Likewise.
7456 * gdb.base/callfuncs.exp: Likewise.
7457 * gdb.base/charset.exp: Likewise.
7458 * gdb.base/dump.exp: Likewise.
7459 * gdb.base/ena-dis-br.exp: Likewise.
7460 * gdb.base/relational.exp: Likewise.
7461 * gdb.base/step-over-syscall.exp: Likewise.
7462 * gdb.base/structs.exp: Likewise.
7463
7464 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7465
7466 * gdb.linespec/explicit.exp: Make test names unique.
7467 * gdb.linespec/ls-errs.exp: Likewise.
7468
7469 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7470
7471 * gdb.reverse/break-precsave.exp: Make test names unique.
7472 * gdb.reverse/break-reverse.exp: Likewise.
7473 * gdb.reverse/finish-precsave.exp: Likewise.
7474 * gdb.reverse/finish-reverse.exp: Likewise.
7475 * gdb.reverse/machinestate-precsave.exp: Likewise.
7476 * gdb.reverse/machinestate.exp: Likewise.
7477 * gdb.reverse/readv-reverse.exp: Likewise.
7478 * gdb.reverse/recvmsg-reverse.exp: Likewise.
7479 * gdb.reverse/sigall-precsave.exp: Likewise.
7480 * gdb.reverse/sigall-reverse.exp: Likewise.
7481 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
7482 * gdb.reverse/watch-precsave.exp: Likewise.
7483 * gdb.reverse/watch-reverse.exp: Likewise.
7484
7485 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7486
7487 * gdb.threads/stop-with-handle.c: New file.
7488 * gdb.threads/stop-with-handle.exp: New file.
7489
7490 2019-10-03 Tom de Vries <tdevries@suse.de>
7491
7492 PR testsuite/25059
7493 * gdb.base/list-missing-source.exp: Allowing the "Compilation
7494 directory" line to be missing.
7495
7496 2019-10-03 Tom de Vries <tdevries@suse.de>
7497
7498 PR testsuite/25059
7499 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
7500 type optional.
7501
7502 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
7503
7504 * gdb.python/py-format-string.c (string.h): New include.
7505 (main): Fill a_struct_with_union.the_union.an_int with bytes of
7506 the same value, for endianness-independence.
7507 * gdb.python/py-format-string.exp (default_regexp_dict)
7508 (test_pretty_structs, test_format): Adjust expected output to the
7509 changed initialization.
7510
7511 2019-10-02 Tom Tromey <tromey@adacore.com>
7512
7513 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
7514
7515 2019-10-02 Pedro Alves <palves@redhat.com>
7516 Andrew Burgess <andrew.burgess@embecosm.com>
7517
7518 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
7519 "print-file-var.h".
7520 (this_version_id) Use ATTRIBUTE_VISIBILITY.
7521 (get_version_1): Print this_version_id and its address.
7522 Add extern "C" wrappers around interface functions.
7523 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
7524 "print-file-var.h".
7525 (this_version_id) Use ATTRIBUTE_VISIBILITY.
7526 (get_version_2): Print this_version_id and its address.
7527 Add extern "C" wrappers around interface functions.
7528 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
7529 <stddef.h> and "print-file-var.h".
7530 Add extern "C" wrappers around interface functions.
7531 [VERSION_ID_MAIN] (this_version_id): Define.
7532 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
7533 * gdb.base/print-file-var.h: Add some #defines to simplify setting
7534 up extern "C" blocks.
7535 * gdb.base/print-file-var.exp (test): New, factored out from top
7536 level.
7537 (top level): Test all combinations of attribute hidden or not,
7538 dlopen or not, and this_version_id symbol in main file or not.
7539 Compile tests as both C++ and C, make test names unique.
7540
7541 2019-10-01 Tom Tromey <tom@tromey.com>
7542
7543 * gdb.base/style.exp: Test "show logging filename".
7544
7545 2019-10-01 Tom Tromey <tom@tromey.com>
7546
7547 * lib/gdb-utils.exp (style): Handle "metadata" argument.
7548 * gdb.base/style.exp: Add metadata style test.
7549
7550 2019-10-01 Tom Tromey <tom@tromey.com>
7551
7552 * gdb.base/style.exp: Test "pwd".
7553
7554 2019-10-01 Tom Tromey <tom@tromey.com>
7555
7556 * gdb.base/style.exp: Update tests.
7557
7558 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
7559
7560 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
7561 'six' to unsigned.
7562 (s1): Initialize fields 'four' and 'six' instead of 'three' and
7563 'five'. Use an all-ones bit pattern for each.
7564 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
7565 to its changed values.
7566
7567 2019-09-30 Tom Tromey <tromey@adacore.com>
7568
7569 * gdb.rust/traits.rs: Disable all warnings.
7570
7571 2019-09-29 Tom de Vries <tdevries@suse.de>
7572
7573 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
7574
7575 2019-09-29 Tom de Vries <tdevries@suse.de>
7576
7577 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
7578
7579 2019-09-27 Tom de Vries <tdevries@suse.de>
7580
7581 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
7582
7583 2019-09-27 Tom de Vries <tdevries@suse.de>
7584
7585 PR record/23188
7586 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
7587
7588 2019-09-26 Tom Tromey <tromey@adacore.com>
7589
7590 * gdb.ada/py_taft.exp: New file.
7591 * gdb.ada/py_taft/main.adb: New file.
7592 * gdb.ada/py_taft/pkg.adb: New file.
7593 * gdb.ada/py_taft/pkg.ads: New file.
7594
7595 2019-09-24 Tom de Vries <tdevries@suse.de>
7596
7597 PR gdb/24598
7598 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
7599
7600 2019-09-22 Tom de Vries <tdevries@suse.de>
7601
7602 * gdb.base/restore.exp: Allow register variables to be optimized out at
7603 -O0.
7604
7605 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
7606
7607 * gdb.arch/spu-info.exp: Remove file.
7608 * gdb.arch/spu-info.c: Remove file.
7609 * gdb.arch/spu-ls.exp: Remove file.
7610 * gdb.arch/spu-ls.c: Remove file.
7611
7612 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
7613 * gdb.asm/spu.inc: Remove file.
7614
7615 * gdb.base/dump.exp: Remove support for spu*-*-*.
7616 * gdb.base/stack-checking.exp: Likewise.
7617 * gdb.base/overlays.exp: Likewise.
7618 * gdb.base/ovlymgr.c: Likewise.
7619 * gdb.base/spu.ld: Remove file.
7620
7621 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
7622 * gdb.cp/cpexprs.exp: Likewise.
7623 * gdb.cp/exception.exp: Likewise.
7624 * gdb.cp/gdb2495.exp: Likewise.
7625 * gdb.cp/mb-templates.exp: Likewise.
7626 * gdb.cp/pr9167.exp: Likewise.
7627 * gdb.cp/userdef.exp: Likewise.
7628
7629 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
7630
7631 * gdb.cell: Remove directory.
7632 * lib/cell.exp: Remove file.
7633
7634 2019-09-19 Tom de Vries <tdevries@suse.de>
7635
7636 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
7637
7638 2019-09-19 Tom de Vries <tdevries@suse.de>
7639
7640 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
7641
7642 2019-09-19 Tom de Vries <tdevries@suse.de>
7643
7644 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
7645 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
7646 (gdb_target_cmd): ... here.
7647 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
7648 value 2.
7649
7650 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
7651
7652 * gdb.base/source-dir.exp: Avoid having directory names in test
7653 names.
7654
7655 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
7656
7657 * gdb.base/source-dir.exp: Add extra test for mapped compilation
7658 directory.
7659
7660 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
7661
7662 * gdb.base/list-missing-source.exp: New file.
7663
7664 2019-09-14 Tom de Vries <tdevries@suse.de>
7665
7666 PR teststuite/24599
7667 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
7668 * lib/ada.exp (gnatmake_version_at_least): New proc.
7669
7670 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
7671
7672 * gdb.base/maint.exp: Use exec_has_index_section.
7673
7674 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
7675
7676 * gdb.base/maint.exp: Add test for 'maint info sections'.
7677
7678 2019-09-12 Tom de Vries <tdevries@suse.de>
7679
7680 * gdb.base/store.exp: Allow register variables to be optimized out at
7681 -O0.
7682
7683 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7684
7685 * gdb.ada/rdv_wait.exp: Update to new task names.
7686 * gdb.base/task_switch_in_core.exp: Likewise.
7687 * gdb.base/info_sources_base.c: Likewise.
7688
7689 2019-09-10 Tom Tromey <tromey@adacore.com>
7690
7691 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
7692
7693 2019-09-10 Tom Tromey <tromey@adacore.com>
7694
7695 * gdb.ada/dgopt.exp: New file.
7696 * gdb.ada/dgopt/x.adb: New file.
7697
7698 2019-09-08 Tom Tromey <tom@tromey.com>
7699
7700 * gdb.tui/resize.exp: Remove setup_xfail.
7701 * gdb.tui/regs.exp: Remove setup_xfail.
7702 * gdb.tui/basic.exp: Remove setup_xfail.
7703
7704 2019-09-06 David Blaikie <dblaikie@gmail.com>
7705
7706 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
7707 * gdb.cp/cplabel.exp: Ditto.
7708 * gdb.linespec/ls-errs.exp: Ditto.
7709
7710 2019-09-05 Tom de Vries <tdevries@suse.de>
7711
7712 * lib/gdb.exp (cmp_file_string): New proc.
7713 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
7714 runto_main. Verify save breakpoints output.
7715
7716 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7717
7718 * gdb.base/info-var.exp: Test info variables without running
7719 to main, to avoid expect's buffer overflow.
7720
7721 2019-09-03 Tom Tromey <tromey@adacore.com>
7722
7723 * gdb.ada/bias.exp: New file.
7724 * gdb.ada/bias/bias.adb: New file.
7725 * gdb.ada/print_chars.exp: Add regression test.
7726 * gdb.ada/print_chars/foo.adb (My_Character): New type.
7727 (MC): New variable.
7728
7729 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
7730
7731 * gdb.base/argv0-symlink.exp: Run only on native target
7732 and local host.
7733
7734 2019-08-29 Tom de Vries <tdevries@suse.de>
7735
7736 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
7737 diverse debug info.
7738 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
7739
7740 2019-08-28 Tom de Vries <tdevries@suse.de>
7741
7742 * gdb.base/info-var.exp: Allow info variables to print info for files
7743 other than info-var-f1.c and info-var-f2.c.
7744
7745 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
7746
7747 * gdb.fortran/info-types.exp: Add module.
7748 * gdb.fortran/info-types.f90: Update expected results.
7749
7750 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
7751
7752 * gdb.fortran/info-types.exp: New file.
7753 * gdb.fortran/info-types.f90: New file.
7754 * lib/fortran.exp (fortran_character1): New proc.
7755
7756 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
7757
7758 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
7759 functions'. Reindent as needed.
7760 * gdb.base/info-var-f1.c: New file.
7761 * gdb.base/info-var-f2.c: New file.
7762 * gdb.base/info-var.exp: New file.
7763 * gdb.base/info-var.h: New file.
7764
7765 2019-08-26 Tom de Vries <tdevries@suse.de>
7766
7767 PR c++/24852
7768 * gdb.cp/no-libstdcxx-probe.exp: New test.
7769
7770 2019-08-26 Tom de Vries <tdevries@suse.de>
7771
7772 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
7773 * tests need to be skipped.
7774 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
7775 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
7776 mi_skip_libstdcxx_probe_tests.
7777
7778 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
7779
7780 * gdb.python/py-xmethods.exp: Use raw strings when passing
7781 arguments to SimpleXMethodMatcher.
7782
7783 2019-08-22 Tom de Vries <tdevries@suse.de>
7784
7785 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
7786 more informative.
7787
7788 2019-08-21 Pedro Alves <palves@redhat.com>
7789
7790 * gdb.base/with.exp: Test "with" with no arguments.
7791
7792 2019-08-21 Tom de Vries <tdevries@suse.de>
7793
7794 * gdb.base/gdb-caching-proc.exp: Sort files.
7795
7796 2019-08-20 Tom de Vries <tdevries@suse.de>
7797
7798 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
7799 compilation.
7800
7801 2019-08-16 Tom de Vries <tdevries@suse.de>
7802
7803 * gdb.base/compare-sections.exp ("after run to main"): Allow
7804 mismatched read-only sections for PIE executables.
7805
7806 2019-08-16 Tom Tromey <tom@tromey.com>
7807
7808 * lib/tuiterm.exp (_csi_Z): New proc.
7809 * gdb.tui/basic.exp: Update window positions.
7810 * gdb.tui/empty.exp: Update window positions.
7811
7812 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
7813
7814 * gdb.base/examine-backward.exp: Correct regexp for
7815 "examine 3 bytes backward from ${address_zero}".
7816
7817 2019-08-15 Tom Tromey <tom@tromey.com>
7818
7819 * gdb.tui/empty.exp: Enable resizing tests.
7820
7821 2019-08-15 Tom Tromey <tromey@adacore.com>
7822
7823 * gdb.ada/char_enum.exp: Add regression tests.
7824 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
7825 and '0'.
7826 (Char, Gchar): Update.
7827 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
7828
7829 2019-08-15 Christian Biesinger <cbiesinger@google.com>
7830
7831 * gdb.python/python.exp: Expect a leading underscore on
7832 GdbOutput{,Error}File.
7833
7834 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
7835
7836 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
7837 Windows host.
7838
7839 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
7840
7841 * gdb.base/batch-preserve-term-settings.exp
7842 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
7843
7844 2019-08-15 Christian Biesinger <cbiesinger@google.com>
7845
7846 * lib/gdb.exp: When running on a mingw target, replace
7847 /x/ with x:/.
7848
7849 2019-08-14 Alan Hayward <alan.hayward@arm.com>
7850
7851 * gdb.arch/aarch64-prologue.c: New test.
7852 * gdb.arch/aarch64-prologue.exp: New file.
7853
7854 2019-08-13 Tom de Vries <tdevries@suse.de>
7855
7856 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
7857 Thread.
7858
7859 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
7860
7861 * gdb.python/py-completion.exp: Download the .py file to the host
7862 and use its host pathname. Conditionalize tests that use
7863 tab completion and manipulate files on the build machine.
7864 * gdb.python/py-events.exp: Download the .py file to the host
7865 and use its host pathname.
7866 * gdb.python/py-evsignal.exp: Likewise.
7867 * gdb.python/py-evthreads.exp: Likewise.
7868 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
7869 pathname syntax.
7870 * gdb.python/py-framefilter.exp: Download the .py file to the right
7871 place on the host. Match Windows pathname syntax.
7872 * gdb.python/py-mi-var-info-path-expression.exp: Download the
7873 .py file to the host and use its host pathname.
7874 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
7875 * gdb.python/py-objfile.exp: Expect a host pathname, not a
7876 build pathname. Skip symlink test on Windows host. Add missing
7877 newline at end of file.
7878 * gdb.python/py-pp-maint.exp: Download the .py file to the host
7879 and use its host pathname.
7880 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
7881 * gdb.python/py-section-script.exp: Use host location of binfile
7882 on safe-path. Use correct path separator on Windows host.
7883 Reorder alternatives in gdb_test_multiple to prevent matching
7884 the wrong alternative on success.
7885 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
7886
7887 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
7888
7889 * gdb.gdb/selftest.exp (test_with_self): Update test to now
7890 expect the GDB inferior to no longer immediately stop after
7891 being resumed with "signal SIGINT".
7892
7893 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
7894
7895 * gdb.linespec/break-ask.exp: Generalize regexps to match
7896 Windows pathnames too.
7897
7898 2019-08-08 Tom de Vries <tdevries@suse.de>
7899
7900 PR testsuite/24862
7901 * lib/tuiterm.exp (_accept): Fix CSI regexp.
7902
7903 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7904
7905 * gdb.base/style.exp: Update tests for help doc new invariants.
7906 * gdb.base/help.exp: Likewise.
7907
7908 2019-08-06 Tom Tromey <tom@tromey.com>
7909
7910 * gdb.base/style.exp: Add disassemble test.
7911 * gdb.base/style.c (some_called_function): New function.
7912 (main): Use it.
7913
7914 2019-08-05 Christian Biesinger <cbiesinger@google.com>
7915
7916 * gdb.python/py-block.exp: Test dictionary access on blocks.
7917
7918 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
7919
7920 PR gdb/24863
7921 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
7922 -list-thread-groups --available test when running under
7923 check-read1.
7924
7925 2019-08-05 Tom de Vries <tdevries@suse.de>
7926
7927 PR testsuite/24863
7928 * lib/gdb.exp (with_read1_timeout_factor): New proc.
7929 * gdb.base/help.exp: Use with_read1_timeout_factor.
7930 * gdb.base/info-macros.exp: Same.
7931 * gdb.cp/nested-types.exp: Same.
7932
7933 2019-08-05 Tom de Vries <tdevries@suse.de>
7934
7935 * lib/gdb.exp (version_at_least): Factor out of ...
7936 (tcl_version_at_least): ... here.
7937 (gdb_compile): Fail if pie results in non-PIE executable.
7938 (readelf_version, readelf_prints_pie): New proc.
7939 (exec_is_pie): Return -1 if unknown.
7940
7941 2019-08-05 Tom de Vries <tdevries@suse.de>
7942
7943 * lib/gdb.exp (tcl_version_at_least): Fix typo.
7944
7945 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
7946
7947 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
7948
7949 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
7950
7951 * lib/completion-support.exp (test_gdb_complete_none): Skip
7952 tab completion tests if no readline support.
7953 (test_gdb_complete_unique_re): Likewise.
7954 (test_gdb_complete_multiple): Likewise.
7955
7956 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7957
7958 * gdb.base/info_sources.exp: New file.
7959 * gdb.base/info_sources.c: New file.
7960 * gdb.base/info_sources_base.c: New file.
7961
7962 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
7963
7964 * gdb.base/batch-exit-status.exp: Call test_exit_status with
7965 prefix argument.
7966 (test_exit_status): Add prefix argument.
7967
7968 2019-08-01 Tom de Vries <tdevries@suse.de>
7969
7970 PR testsuite/24863
7971 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
7972 calling exp_continue for new thread and thread exited messages.
7973
7974 2019-08-01 Tom de Vries <tdevries@suse.de>
7975
7976 PR testsuite/24863
7977 * gdb.base/structs.exp: Fix check-read1 timeout using
7978 gdb_test_sequence.
7979 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
7980
7981 2019-08-01 Tom de Vries <tdevries@suse.de>
7982
7983 PR testsuite/24863
7984 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
7985 line.
7986
7987 2019-08-01 Tom de Vries <tdevries@suse.de>
7988
7989 PR testsuite/24863
7990 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
7991
7992 2019-07-30 Tom Tromey <tromey@adacore.com>
7993
7994 * gdb.ada/display_nested.exp: New file.
7995 * gdb.ada/display_nested/foo.adb: New file.
7996 * gdb.ada/display_nested/pack.adb: New file.
7997 * gdb.ada/display_nested/pack.ads: New file.
7998
7999 2019-07-30 Christian Biesinger <cbiesinger@google.com>
8000
8001 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
8002 namespace.
8003 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
8004
8005 2019-07-30 Tom de Vries <tdevries@suse.de>
8006
8007 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
8008 instead.
8009
8010 2019-07-30 Tom de Vries <tdevries@suse.de>
8011
8012 PR testsuite/24834
8013 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
8014 (exec_is_pie): New proc.
8015
8016 2019-07-29 Christian Biesinger <cbiesinger@google.com>
8017
8018 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
8019
8020 2019-07-29 Christian Biesinger <cbiesinger@google.com>
8021
8022 * gdb.python/py-objfile.c: Add global and static vars.
8023 * gdb.python/py-objfile.exp: Test new functions Objfile.
8024 lookup_global_symbol and lookup_static_symbol.
8025
8026 2019-07-29 Tom Tromey <tom@tromey.com>
8027
8028 * lib/tuiterm.exp (Term::_csi_@): New proc.
8029 (Term::_csi_X): Don't move cursor.
8030
8031 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8032
8033 * gdb.base/options.exp: Update backtrace - completion to
8034 new option -frame-info.
8035 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
8036 Test new 'set print frame-info'. Test backtrace -frame-info
8037 overriding 'set print frame-info'.
8038 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
8039 Test new 'set print frame-info'.
8040 Verify consistency of backtrace with and without filters, with and
8041 without -no-filters.
8042 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
8043 default.
8044
8045 2019-07-29 Tom de Vries <tdevries@suse.de>
8046
8047 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
8048 no arguments".
8049
8050 2019-07-29 Tom de Vries <tdevries@suse.de>
8051
8052 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
8053 is a substring of the first for "complete non-unique file name".
8054
8055 2019-07-29 Tom de Vries <tdevries@suse.de>
8056
8057 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
8058 with ".*".
8059
8060 2019-07-29 Tom de Vries <tdevries@suse.de>
8061
8062 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
8063 Pass prompt_regexp parameter to gdb_test_multiple calls.
8064
8065 2019-07-29 Tom de Vries <tdevries@suse.de>
8066
8067 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
8068 print registers" regexps.
8069
8070 2019-07-29 Tom de Vries <tdevries@suse.de>
8071
8072 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
8073
8074 2019-07-29 Tom de Vries <tdevries@suse.de>
8075
8076 PR gdb/24855
8077 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
8078 (skip_python_tests_prompt): Add prompt_regexp argument to
8079 gdb_test_multiple calls.
8080
8081 2019-07-27 Tom Tromey <tom@tromey.com>
8082
8083 * gdb.tui/main.exp: New file.
8084
8085 2019-07-27 Tom Tromey <tom@tromey.com>
8086
8087 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
8088 optional.
8089 * gdb.tui/empty.exp: New file.
8090
8091 2019-07-27 Tom Tromey <tom@tromey.com>
8092
8093 * lib/tuiterm.exp (spawn): New proc.
8094 (Term::resize): New proc.
8095 * gdb.tui/resize.exp: New file.
8096
8097 2019-07-27 Tom Tromey <tom@tromey.com>
8098
8099 * gdb.tui/list.exp: New file.
8100
8101 2019-07-27 Tom Tromey <tom@tromey.com>
8102
8103 * gdb.tui/regs.exp: New file.
8104
8105 2019-07-27 Tom Tromey <tom@tromey.com>
8106
8107 * gdb.tui/basic.exp: Add "layout split" test.
8108
8109 2019-07-27 Tom Tromey <tom@tromey.com>
8110
8111 * gdb.tui/basic.exp: Add "layout asm" test.
8112
8113 2019-07-27 Tom Tromey <tom@tromey.com>
8114
8115 * lib/tuiterm.exp: New file.
8116 * gdb.tui/basic.exp: New file.
8117
8118 2019-07-27 Kevin Buettner <kevinb@redhat.com>
8119
8120 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
8121 Enable tests associated with this flag. Adjust regex
8122 referencing "foo_low" to now refer to "foo_cold" instead.
8123
8124 2019-07-27 Kevin Buettner <kevinb@redhat.com>
8125
8126 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
8127 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
8128 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
8129 foo_cold. Revise comments to match.
8130 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
8131 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
8132 were wrapped into this proc; Call do_test in loop from outermost
8133 level.
8134 (foo_low): Rename all occurrences to "foo_cold".
8135 (backtrace from baz): New test.
8136 (x2/i foo_cold): New test.
8137 (info line *foo_cold): New test.
8138
8139 2019-07-26 Tom de Vries <tdevries@suse.de>
8140
8141 * gdb.arch/i386-pkru.exp: Fix unterminated string.
8142
8143 2019-07-25 Tom de Vries <tdevries@suse.de>
8144
8145 PR testsuite/24830
8146 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
8147 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
8148 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
8149 (skip_libstdcxx_probe_tests): ... here.
8150 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
8151
8152 2019-07-24 Tom de Vries <tdevries@suse.de>
8153
8154 PR testsuite/24807
8155 * gdb.objc/basicclass.m: Include stdio.h.
8156 * gdb.objc/nondebug.m: Same.
8157 * gdb.objc/objcdecode.m: Same.
8158
8159 2019-07-24 Tom de Vries <tdevries@suse.de>
8160
8161 PR testsuite/24612
8162 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
8163 additional_flags.
8164
8165 2019-07-24 Tom de Vries <tdevries@suse.de>
8166
8167 PR testsuite/24831
8168 * gdb.multi/tids.exp: Update error messages for info threads.
8169
8170 2019-07-24 Tom de Vries <tdevries@suse.de>
8171
8172 * gdb.base/info-types.exp: Allow info types to print info for more than
8173 one file.
8174
8175 2019-07-23 Tom de Vries <tdevries@suse.de>
8176
8177 PR testsuite/24842
8178 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
8179 gdb_spawn_with_cmdline_opts.
8180
8181 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
8182
8183 * gdb.arch/arm-cmse-sgstubs.c: New test.
8184 * gdb.arch/arm-cmse-sgstubs.exp: New file.
8185
8186 2019-07-23 Tom de Vries <tdevries@suse.de>
8187
8188 PR testsuite/24711
8189 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
8190 issuing next command.
8191
8192 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
8193
8194 * gdb.ada/info_auto_lang.exp: Update expected results.
8195 * gdb.base/info-types.c: Add additional types to check.
8196 * gdb.base/info-types.exp: Update expected results.
8197
8198 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
8199
8200 * gdb.base/info-types.c: New file.
8201 * gdb.base/info-types.exp: New file.
8202
8203 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
8204
8205 * gdb.arch/riscv-bp-infcall.c: New file.
8206 * gdb.arch/riscv-bp-infcall.exp: New file.
8207
8208 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
8209
8210 PR breakpoints/24541
8211 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
8212
8213 2019-07-14 Tom de Vries <tdevries@suse.de>
8214
8215 PR testsuite/24760
8216 * gdb.objc/basicclass.exp: Fix unterminated string.
8217
8218 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
8219 Andrew Burgess <andrew.burgess@embecosm.com>
8220
8221 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
8222 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
8223 negative bounds.
8224 * gdb.fortran/vla-value.exp: Print elements of an array with
8225 negative bounds.
8226 * gdb.fortran/vla.f90: Setup an array with negative bounds for
8227 testing.
8228
8229 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
8230
8231 * gdb.base/options.exp (expect_string): Dequote strings in
8232 results.
8233 (test-string): Test strings with different quoting and reindent.
8234
8235 2019-07-10 Tom Tromey <tromey@adacore.com>
8236
8237 * gdb.ada/mi_ex_cond.exp: Update expected results.
8238 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
8239 * gdb.ada/mi_catch_ex.exp: Update expected results.
8240 * gdb.ada/mi_catch_assert.exp: Update expected results.
8241 * gdb.ada/catch_ex.exp (catch_exception_info)
8242 (catch_exception_entry, catch_assert_entry)
8243 (catch_unhandled_entry): Update.
8244 * gdb.ada/catch_assert_if.exp: Update expected results.
8245
8246 2019-07-10 Richard Bunt <richard.bunt@arm.com>
8247 Stephen Roberts <stephen.roberts@arm.com>
8248
8249 * gdb.base/define.exp: Restore original prompt.
8250
8251 2019-07-09 Pedro Alves <palves@redhat.com>
8252
8253 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
8254 breakpoints" output.
8255 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
8256 * gdb.python/py-breakpoint.exp: No longer expect that "catch
8257 throw" creates breakpoint.
8258 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
8259 'type="catchpoint"'.
8260
8261 2019-07-09 Pedro Alves <palves@redhat.com>
8262
8263 PR c++/15468
8264 * gdb.cp/except-multi-location-lib.cc: New.
8265 * gdb.cp/except-multi-location-main.cc: New.
8266 * gdb.cp/except-multi-location.exp: New.
8267
8268 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
8269
8270 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
8271 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
8272 argument and update callers.
8273
8274 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
8275
8276 * gdb.arch/amd64-break-on-asm-line.S: New file.
8277 * gdb.arch/amd64-break-on-asm-line.exp: New file.
8278
8279 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8280
8281 * gdb.base/printcmds.exp: Test printing C string and
8282 C wide string convenience vars without transiting via the inferior.
8283 Also make test names unique.
8284
8285 2019-07-08 Alan Hayward <alan.hayward@arm.com>
8286
8287 PR breakpoints/25011
8288 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
8289
8290 2019-07-04 Pedro Alves <palves@redhat.com>
8291
8292 * lib/gdb.exp (foreach_with_prefix): Don't return early if
8293 body returned ok(0), break(3) or continue(4).
8294 * gdb.testsuite/foreach_with_prefix.exp: New file.
8295
8296 2019-07-04 Alan Hayward <alan.hayward@arm.com>
8297
8298 * gdb.server/unittest.exp: Allow 0 unit tests to run.
8299
8300 2019-07-03 Pedro Alves <palves@redhat.com>
8301
8302 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
8303 "return -code".
8304
8305 2019-07-03 Pedro Alves <palves@redhat.com>
8306
8307 PR cli/24732
8308 * gdb.base/shell.exp: Load completion-support.exp.
8309 Adjust expected error output. Add completion tests.
8310
8311 2019-07-03 Pedro Alves <palves@redhat.com>
8312
8313 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
8314 string_to_regexp.
8315
8316 2019-07-03 Pedro Alves <palves@redhat.com>
8317
8318 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
8319 (expect_integer): Adjust to expect "-string".
8320 (expect_string): New.
8321 (all_options): Expect "-string".
8322 (test-flag, test-boolean): Adjust to expect "-string".
8323 (test-string): New proc.
8324 (top level): Call it.
8325
8326 2019-07-03 Pedro Alves <palves@redhat.com>
8327
8328 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
8329 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
8330 the expected output in the success.
8331
8332 2019-07-03 Pedro Alves <palves@redhat.com>
8333
8334 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
8335 Split one gdb_test_multiple call in two to avoid a race.
8336
8337 2019-07-03 Pedro Alves <palves@redhat.com>
8338
8339 * gdb.base/with.c: New file.
8340 * gdb.base/with.exp: New file.
8341
8342 2019-07-03 Pedro Alves <palves@redhat.com>
8343
8344 * gdb.base/settings.exp: Replace all references to "maint
8345 test-settings set" with references to "maint set test-settings",
8346 and all references to "maint test-settings show" with references
8347 to "maint show test-settings".
8348
8349 2019-07-03 Pedro Alves <palves@redhat.com>
8350
8351 * gdb.base/settings.exp (test-string): Adjust expected out when
8352 testing "maint test-settings show filename"
8353
8354 2019-07-02 Pedro Alves <palves@redhat.com>
8355
8356 * gdb.base/options.exp (test-info-threads): New procedure.
8357 (top level): Call it.
8358
8359 2019-06-28 Tom Tromey <tromey@adacore.com>
8360
8361 * gdb.dwarf2/ada-linkage-name.c: New file.
8362 * gdb.dwarf2/ada-linkage-name.exp: New file.
8363
8364 2019-06-27 Tom Tromey <tromey@adacore.com>
8365
8366 PR c++/20020:
8367 * gdb.cp/constexpr-field.exp: Use setup_xfail.
8368
8369 2019-06-26 Tom de Vries <tdevries@suse.de>
8370
8371 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
8372
8373 2019-06-26 Tom de Vries <tdevries@suse.de>
8374
8375 * gdb.base/index-cache.exp: Add back missing debug option.
8376
8377 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8378
8379 * gdb.base/alias.exp: Test non matching/non existing prefixes.
8380
8381 2019-06-25 Tom de Vries <tdevries@suse.de>
8382
8383 PR testsuite/24727
8384 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
8385
8386 2019-06-24 Tom de Vries <tdevries@suse.de>
8387
8388 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
8389
8390 2019-06-24 Tom de Vries <tdevries@suse.de>
8391
8392 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
8393 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
8394 * gdb.trace/unavailable-dwarf-piece.exp: Same.
8395
8396 2019-06-24 Tom de Vries <tdevries@suse.de>
8397
8398 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
8399
8400 2019-06-21 Tom de Vries <tdevries@suse.de>
8401
8402 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
8403
8404 2019-06-21 Tom de Vries <tdevries@suse.de>
8405
8406 PR testsuite/24518
8407 PR ada/24713
8408 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
8409 index.
8410
8411 2019-06-19 Tom Tromey <tromey@adacore.com>
8412
8413 * gdb.ada/length_cond.exp: Add intro comment.
8414
8415 2019-06-19 Tom Tromey <tromey@adacore.com>
8416
8417 * gdb.ada/length_cond.exp: New file.
8418 * gdb.ada/length_cond/length_cond.adb: New file.
8419 * gdb.ada/length_cond/pck.adb: New file.
8420 * gdb.ada/length_cond/pck.ads: New file.
8421
8422 2019-06-18 Tom de Vries <tdevries@suse.de>
8423
8424 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
8425
8426 2019-06-18 Tom Tromey <tromey@adacore.com>
8427
8428 * gdb.base/list0.h: Add comment explaining control character.
8429
8430 2019-06-18 Tom de Vries <tdevries@suse.de>
8431
8432 * boards/fission.exp: Break up long debug_flags line.
8433
8434 2019-06-16 Tom de Vries <tdevries@suse.de>
8435
8436 PR gdb/24445
8437 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
8438 generated index.
8439
8440 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
8441
8442 PR gdb/24686
8443 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
8444 improve detection of bug gdb/24541.
8445
8446 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
8447
8448 PR gdb/24669
8449 * gdb.base/index-cache.exp (uses_readnow,
8450 expecting_index_cache_use): Define global variable.
8451 (test_cache_enabled_miss, test_cache_enabled_hit): Use
8452 expecting_index_cache_use.
8453
8454 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
8455 Andrew Burgess <andrew.burgess@embecosm.com>
8456
8457 * gdb.fortran/pointers.f90: New file.
8458 * gdb.fortran/print_type.exp: New file.
8459 * gdb.fortran/vla-ptype.exp: Adapt expected results.
8460 * gdb.fortran/vla-type.exp: Likewise.
8461 * gdb.fortran/vla-value.exp: Likewise.
8462 * gdb.mi/mi-vla-fortran.exp: Likewise.
8463
8464 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8465
8466 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
8467 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
8468 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
8469 as a stop reason.
8470
8471 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8472
8473 * gdb.base/annota1.exp: Update expected results.
8474 * gdb.cp/annota2.exp: Likewise.
8475 * gdb.cp/annota3.exp: Likewise.
8476
8477 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8478
8479 * gdb.base/style-logging.exp: Remove path from test name.
8480
8481 2019-06-14 Tom Tromey <tromey@adacore.com>
8482
8483 PR gdb/24502:
8484 * gdb.base/style-logging.exp: New file.
8485
8486 2019-06-14 Tom Tromey <tromey@adacore.com>
8487
8488 * gdb.base/symfile-warn.exp: New file.
8489 * gdb.base/symfile-warn.c: New file.
8490
8491 2019-06-14 Tom Tromey <tromey@adacore.com>
8492
8493 * gdb.base/annotate-symlink.exp: New file.
8494
8495 2019-06-14 Tom Tromey <tromey@adacore.com>
8496
8497 * gdb.ada/set_wstr.exp: Add reassignment test.
8498
8499 2019-06-14 Tom Tromey <tromey@adacore.com>
8500
8501 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
8502 'unchecked_access and 'unrestricted_access as well.
8503
8504 2019-06-14 Tom Tromey <tromey@adacore.com>
8505
8506 PR ada/24539:
8507 * gdb.ada/vla.exp: Update tests.
8508 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
8509 pragma.
8510
8511 2019-06-13 Pedro Alves <palves@redhat.com>
8512
8513 * gdb.base/settings.exp (test-integer): Test junk after
8514 "unlimited".
8515
8516 2019-06-13 Pedro Alves <palves@redhat.com>
8517
8518 * gdb.base/options.exp (test-thread-apply): New.
8519 (top level): Call it.
8520
8521 2019-06-13 Pedro Alves <palves@redhat.com>
8522
8523 * gdb.base/options.exp (test-frame-apply): New.
8524 (top level): Test print commands with different "frame apply"
8525 prefixes.
8526
8527 2019-06-13 Pedro Alves <palves@redhat.com>
8528
8529 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
8530 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
8531 'max_completions' parameter and handle it.
8532 (test_gdb_completion_offers_commands): New.
8533
8534 2019-06-13 Pedro Alves <palves@redhat.com>
8535
8536 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
8537
8538 2019-06-13 Pedro Alves <palves@redhat.com>
8539
8540 * gdb.base/options.exp (test-backtrace): New.
8541 (top level): Call it.
8542
8543 2019-06-13 Pedro Alves <palves@redhat.com>
8544
8545 * gdb.guile/scm-frame-args.exp: Use "set print
8546 raw-frame-arguments" instead of "set print raw frame-arguments".
8547 * gdb.python/py-frame-args.exp: Likewise.
8548
8549 2019-06-13 Pedro Alves <palves@redhat.com>
8550
8551 * gdb.compile/compile.exp: Adjust expected output to option
8552 processing changes.
8553
8554 2019-06-13 Pedro Alves <palves@redhat.com>
8555
8556 * gdb.base/options.exp: Build executable.
8557 (test-print): New procedure.
8558 (top level): Call it, once for "print" and another for "compile
8559 print".
8560
8561 2019-06-13 Pedro Alves <palves@redhat.com>
8562
8563 * gdb.base/options.c: New file.
8564 * gdb.base/options.exp: New file.
8565
8566 2019-06-13 Pedro Alves <palves@redhat.com>
8567
8568 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
8569 that "o" is ambiguous.
8570
8571 2019-06-13 Pedro Alves <palves@redhat.com>
8572
8573 * gdb.base/settings.c: New file.
8574 * gdb.base/settings.exp: New file.
8575
8576 2019-06-13 Pedro Alves <palves@redhat.com>
8577
8578 * gdb.base/completion.exp: Fix comment typo.
8579
8580 2019-06-13 Pedro Alves <palves@redhat.com>
8581
8582 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
8583 foo --1" test.
8584
8585 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
8586
8587 * gdb.fortran/block-data.f: New.
8588 * gdb.fortran/block-data.exp: New.
8589
8590 2019-06-11 Tom de Vries <tdevries@suse.de>
8591
8592 PR testsuite/24521
8593 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
8594 message.
8595
8596 2019-06-11 Tom de Vries <tdevries@suse.de>
8597
8598 PR testsuite/24521
8599 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
8600
8601 2019-06-11 Tom de Vries <tdevries@suse.de>
8602
8603 * boards/readnow.exp: New file.
8604
8605 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
8606
8607 * gdb.fortran/vla-sizeof.exp: Update expected results.
8608
8609 2019-06-06 Amos Bird <amosbird@gmail.com>
8610
8611 * gdb.base/annota1.exp (thread_switch): Add test for
8612 thread-exited annotation.
8613
8614 2019-06-06 Tom Tromey <tromey@adacore.com>
8615
8616 * gdb.base/maint.exp: Expect command started/finished output.
8617
8618 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
8619
8620 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
8621 comment.
8622 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
8623
8624 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
8625
8626 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
8627 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
8628 * gdb.arch/riscv-unwind-long-insn.c: New file.
8629 * gdb.arch/riscv-unwind-long-insn.exp: New file.
8630
8631 2019-06-04 Christian Biesinger <cbiesinger@google.com>
8632
8633 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
8634
8635 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8636
8637 * lib/gdb.exp (help_list_trailer): New regexp variable
8638 factorizing the help trailer message.
8639 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
8640 arg to allow to better factorize various tests.
8641 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
8642 (test_prefix_command_help): Use help_list_trailer.
8643 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
8644 * gdb.guile/scm-cmd.exp: Likewise.
8645 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
8646 * gdb.base/help.exp: Use test_user_defined_class_help.
8647 * gdb.base/style.exp: Add tests for styling of help and apropos.
8648 * lib/gdb-utils.exp (style): Add title and highlight styles.
8649
8650 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8651
8652 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
8653 $_shell_exitsignal.
8654 * gdb.base/default.exp: Update for new convenience variables.
8655
8656 2019-05-29 Tom Tromey <tromey@adacore.com>
8657
8658 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
8659 to "break complete ada" test case's regexp.
8660
8661 2019-05-29 Tom Tromey <tromey@adacore.com>
8662
8663 PR c++/20020:
8664 * gdb.cp/constexpr-field.exp: New file.
8665 * gdb.cp/constexpr-field.cc: New file.
8666
8667 2019-05-29 Tom Tromey <tromey@adacore.com>
8668
8669 * gdb.base/finish.exp (finish_no_print): New proc.
8670 (finish_tests): Call it.
8671
8672 2019-05-24 Tom de Vries <tdevries@suse.de>
8673
8674 * gdb.dwarf2/gdb-add-index.exp: New file.
8675
8676 2019-05-22 Tom Tromey <tromey@adacore.com>
8677
8678 * gdb.base/info-shared.exp (check_info_shared): Use "style".
8679 * gdb.base/style.exp: Use "style".
8680 * lib/gdb-utils.exp (style): New proc.
8681
8682 2019-05-22 Tom de Vries <tdevries@suse.de>
8683
8684 * gdb.base/align.exp: Require c++11.
8685
8686 2019-05-22 Tom de Vries <tdevries@suse.de>
8687
8688 PR testsuite/24586
8689 * gdb.python/py-mi-var-info-path-expression.exp: Call
8690 mi_skip_python_tests to check if python is supported.
8691
8692 2019-05-22 Alan Hayward <alan.hayward@arm.com>
8693
8694 * gdb.arch/aarch64-pauth.c: New test.
8695 * gdb.arch/aarch64-pauth.exp: New file.
8696
8697 2019-05-22 Alan Hayward <alan.hayward@arm.com>
8698
8699 * README (Re-running Tests Outside The Testsuite): New section.
8700
8701 2019-05-21 Tom de Vries <tdevries@suse.de>
8702
8703 * gdb.arch/amd64-eval.exp: Require c++11.
8704 * gdb.base/max-depth.exp: Same.
8705 * gdb.compile/compile-cplus-array-decay.exp: Same.
8706 * gdb.cp/meth-typedefs.exp: Same.
8707 * gdb.cp/subtypes.exp: Same.
8708 * gdb.cp/temargs.exp: Same.
8709
8710 2019-05-21 Alan Hayward <alan.hayward@arm.com>
8711
8712 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
8713
8714 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
8715
8716 PR gdb/18644
8717 * gdb.fortran/complex.exp: Remove setup_kfail calls.
8718 * gdb.fortran/printing-types.exp: Add new test.
8719 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
8720 testing.
8721 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
8722 setup_kfail call.
8723
8724 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8725
8726 * README (Running the Testsuite): Change example.
8727 (Testsuite Parameters): Remove TRANSCRIPT.
8728 * lib/gdb.exp: Remove TRANSCRIPT check.
8729
8730 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8731
8732 * README (Testsuite Parameters): Add replay logging to
8733 GDBSERVER_DEBUG.
8734 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
8735 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
8736 as a comma separated list.
8737 (gdb_debug_init): Override procedure.
8738
8739 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8740
8741 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
8742 (gdb_write_cmd_file): New procedure.
8743 * lib/gdbserver-support.exp (gdbserver_start): Call
8744 gdbserver_write_cmd_file.
8745 (gdbserver_write_cmd_file): New procedure.
8746
8747 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8748
8749 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
8750 (delete_breakpoints): Likewise.
8751 (gdb_run_cmd): Likewise.
8752 (gdb_start_cmd): Likewise.
8753 (gdb_starti_cmd): Likewise.
8754 (gdb_internal_error_resync): Likewise.
8755 (gdb_test_multiple): Likewise.
8756 (gdb_reinitialize_dir): Likewise.
8757 (default_gdb_exit): Likewise.
8758 (gdb_file_cmd): Mark kill as optional.
8759 (default_gdb_start): Call gdb_stdin_log_init.
8760 (send_gdb): Call gdb_stdin_log_write.
8761 (rerun_to_main): Mark Y as an answer.
8762 (gdb_stdin_log_init): New function.
8763 (gdb_stdin_log_write): Likewise.
8764
8765 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8766
8767 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
8768 * gdb.base/debug-expr.exp: Likewise.
8769 * gdb.base/foll-fork.exp: Likewise.
8770 * gdb.base/foll-vfork.exp: Likewise.
8771 * gdb.base/fork-print-inferior-events.exp: Likewise.
8772 * gdb.base/gdb-sigterm.exp: Likewise.
8773 * gdb.base/gdbinit-history.exp: Likewise.
8774 * gdb.base/osabi.exp: Likewise.
8775 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
8776 * gdb.base/ui-redirect.exp: Likewise.
8777 * gdb.gdb/unittest.exp: Likewise.
8778 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
8779 * gdb.mi/mi-watch.exp: Likewise.
8780 * gdb.mi/new-ui-mi-sync.exp: Likewise.
8781 * gdb.mi/user-selected-context-sync.exp: Likewise.
8782 * gdb.python/python.exp: Disable debug test when debugging.
8783 * gdb.threads/check-libthread-db.exp: Disable when debugging.
8784 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
8785 Likewise.
8786 * gdb.threads/stepi-random-signal.exp: Likewise.
8787
8788 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8789
8790 * Makefile.in: Pass through GDB_DEBUG.
8791 * README (Testsuite Parameters): Add GDB_DEBUG.
8792 (gdb,debug): Add board setting.
8793 * lib/gdb.exp (default_gdb_start): Start debugging.
8794 (gdb_debug_enabled): New procedure.
8795 (gdb_debug_init): Likewise.
8796
8797 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8798
8799 * Makefile.in: Pass through GDB_DEBUG.
8800 * README (Testsuite Parameters): Add GDB_DEBUG.
8801 (gdb,debug): Add board setting.
8802 * lib/gdb.exp (default_gdb_start): Start debugging.
8803 (gdb_debug_enabled): New procedure.
8804 (gdb_debug_init): Likewise.
8805
8806 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8807
8808 * gdb.base/ui-redirect.exp: Add debug redirect tests.
8809
8810 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8811
8812 * gdb.base/ui-redirect.exp: Test redirection.
8813
8814 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
8815
8816 * gdb.mi/mi-complete.exp: New file.
8817 * gdb.mi/mi-complete.cc: Likewise.
8818
8819 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
8820
8821 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
8822 indexed and sliced arrays, and pointers to arrays.
8823
8824 2019-05-14 Tom Tromey <tromey@adacore.com>
8825
8826 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
8827 styling test.
8828
8829 2019-05-14 Tom de Vries <tdevries@suse.de>
8830
8831 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
8832 selection entry encoding.
8833
8834 2019-05-10 Tom Tromey <tromey@adacore.com>
8835
8836 * gdb.ada/info_exc.exp: Add "complete" test.
8837
8838 2019-05-09 Tom de Vries <tdevries@suse.de>
8839
8840 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
8841 CU-relative.
8842
8843 2019-05-09 Tom de Vries <tdevries@suse.de>
8844
8845 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
8846 CU-relative.
8847
8848 2019-05-08 Joel Brobecker <brobecker@adacore.com>
8849
8850 * gdb.ada/frame_arg_lang.exp: New testcase.
8851 * gdb.ada/frame_arg_lang/bla.adb: New file.
8852 * gdb.ada/frame_arg_lang/pck.ads: New file.
8853 * gdb.ada/frame_arg_lang/pck.adb: New file.
8854 * gdb.ada/frame_arg_lang/foo.c: New file.
8855
8856 2019-05-08 Tom Tromey <tromey@adacore.com>
8857
8858 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
8859
8860 2019-05-08 Tom Tromey <tromey@adacore.com>
8861
8862 * gdb.base/ptype-offsets.exp: Update tests.
8863
8864 2019-05-08 Tom Tromey <tromey@adacore.com>
8865
8866 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
8867 cases.
8868 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
8869 "short".
8870
8871 2019-05-08 Tom Tromey <tromey@adacore.com>
8872
8873 * gdb.ada/vla.exp: New file.
8874 * gdb.ada/vla/vla.adb: New file.
8875
8876 2019-05-07 Tom de Vries <tdevries@suse.de>
8877
8878 * gdb.base/index-cache.exp (ls_host): Fix return statement.
8879
8880 2019-05-07 Tom de Vries <tdevries@suse.de>
8881
8882 PR testsuite/24522
8883 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
8884 section.
8885
8886 2019-05-07 Tom de Vries <tdevries@suse.de>
8887
8888 PR testsuite/24522
8889 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
8890 .debug_aranges section.
8891
8892 2019-05-07 Tom de Vries <tdevries@suse.de>
8893
8894 PR testsuite/24159
8895 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
8896
8897 2019-05-06 Tom de Vries <tdevries@suse.de>
8898
8899 * lib/gdb.exp (exec_has_index_section): New proc.
8900 * gdb.base/index-cache.exp: Handle case that binfile contains an index
8901 section.
8902
8903 2019-05-04 Tom de Vries <tdevries@suse.de>
8904
8905 * boards/cc-with-debug-names.exp: New file.
8906
8907 2019-05-03 Tom Tromey <tromey@adacore.com>
8908
8909 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
8910 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
8911 * gdb.ada/char_enum.exp: Add test.
8912
8913 2019-05-03 Tom de Vries <tdevries@suse.de>
8914
8915 * boards/cc-with-gdb-index.exp: New file.
8916
8917 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
8918
8919 * gdb.rust/simple.exp: Add new test case.
8920 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
8921 (main): Initialise an instance of the new struct.
8922
8923 2019-05-01 Tom Tromey <tromey@adacore.com>
8924
8925 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
8926 record.
8927 (NPR): New variable.
8928 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
8929 test.
8930
8931 2019-05-01 Tom Tromey <tromey@adacore.com>
8932
8933 * gdb.ada/packed_array_assign.exp: Add packed assignment
8934 regression test.
8935
8936 2019-05-01 Tom de Vries <tdevries@suse.de>
8937
8938 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
8939
8940 2019-05-01 Tom de Vries <tdevries@suse.de>
8941
8942 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
8943
8944 2019-04-30 Ali Tamur <tamur@google.com>
8945
8946 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
8947
8948 2019-04-30 Tom Tromey <tromey@adacore.com>
8949
8950 * lib/ada.exp (find_ada_tool): New proc.
8951 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
8952 * gdb.ada/catch_ex_std.exp: New file.
8953 * gdb.ada/catch_ex_std/foo.adb: New file.
8954 * gdb.ada/catch_ex_std/some_package.adb: New file.
8955 * gdb.ada/catch_ex_std/some_package.ads: New file.
8956
8957 2019-04-30 Tom Tromey <tromey@adacore.com>
8958
8959 PR c++/24470:
8960 * gdb.cp/temargs.cc: Add test code from PR.
8961
8962 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8963
8964 * gdb.fortran/vla-datatypes.exp: Update expected results.
8965 * gdb.fortran/vla-ptype.exp: Likewise.
8966 * gdb.fortran/vla-type.exp: Likewise.
8967 * gdb.fortran/vla-value.exp: Likewise.
8968
8969 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8970
8971 * gdb.fortran/ptr-indentation.exp: Update expected results.
8972 * gdb.fortran/ptype-on-functions.exp: Likewise.
8973 * gdb.fortran/vla-ptr-info.exp: Likewise.
8974 * gdb.fortran/vla-value.exp: Likewise.
8975
8976 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8977
8978 * gdb.fortran/ptype-on-functions.exp: New file.
8979 * gdb.fortran/ptype-on-functions.f90: New file.
8980
8981 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8982
8983 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
8984 case void string.
8985
8986 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8987
8988 * gdb.fortran/complex.exp: Expand.
8989 * gdb.fortran/complex.f: Renamed to...
8990 * gdb.fortran/complex.f90: ...this, and extended to add more
8991 complex values.
8992
8993 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8994
8995 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
8996 MODULO, CMPLX.
8997
8998 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
8999 Richard Bunt <richard.bunt@arm.com>
9000
9001 * gdb.base/max-depth.c: New file.
9002 * gdb.base/max-depth.exp: New file.
9003 * gdb.python/py-nested-maps.c: New file.
9004 * gdb.python/py-nested-maps.exp: New file.
9005 * gdb.python/py-nested-maps.py: New file.
9006 * gdb.python/py-format-string.exp (test_max_depth): New proc.
9007 (test_all_common): Call test_max_depth.
9008 * gdb.fortran/max-depth.exp: New file.
9009 * gdb.fortran/max-depth.f90: New file.
9010 * gdb.go/max-depth.exp: New file.
9011 * gdb.go/max-depth.go: New file.
9012 * gdb.modula2/max-depth.exp: New file.
9013 * gdb.modula2/max-depth.c: New file.
9014 * lib/gdb.exp (get_print_expr_at_depths): New proc.
9015
9016 2019-04-29 Tom de Vries <tdevries@suse.de>
9017
9018 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
9019
9020 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9021
9022 * gdb.base/callexit.exp: Test may-call-functions off.
9023
9024 2019-04-25 Keith Seitz <keiths@redhat.com>
9025
9026 PR c++/24367
9027 * gdb.cp/meth-typedefs.cc (incomplete_struct)
9028 (another_incomplete_struct, test_incomplete): New definitions.
9029 (main): Use new definitions.
9030 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
9031 functions.
9032
9033 2019-04-25 Ali Tamur <tamur@google.com>
9034
9035 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
9036
9037 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
9038
9039 PR corefiles/11608
9040 PR corefiles/18187
9041 * gdb.base/coredump-filter-build-id.exp: New file.
9042
9043 2019-04-25 Alan Hayward <alan.hayward@arm.com>
9044
9045 * Makefile.in: Pass through GDBSERVER_DEBUG.
9046 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
9047 (gdbserver,debug): Add board setting.
9048 * gdb.trace/tspeed.exp: Skip when debugging.
9049 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
9050 * lib/gdbserver-support.exp: Likewise
9051
9052 2019-04-24 Tom Tromey <tromey@adacore.com>
9053
9054 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
9055 Rust.
9056
9057 2019-04-24 Tom Tromey <tromey@adacore.com>
9058
9059 * gdb.arch/amd64-eval.exp: Test bitfield return.
9060 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
9061 (class Foo) <return_bitfields>: New method.
9062 (main): Call it.
9063
9064 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9065
9066 * gdb.cp/many-args.cc: New file.
9067 * gdb.cp/many-args.exp: New file.
9068
9069 2019-04-23 Tom de Vries <tdevries@suse.de>
9070
9071 PR gdb/24433
9072 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
9073
9074 2019-04-23 Alan Hayward <alan.hayward@arm.com>
9075
9076 * gdb.trace/backtrace.exp: Use nopie flag.
9077 * gdb.trace/circ.exp: Likewise.
9078 * gdb.trace/collection.exp: Likewise.
9079 * gdb.trace/ftrace.exp: Likewise.
9080 * gdb.trace/mi-trace-unavailable.exp: Likewise.
9081 * gdb.trace/mi-traceframe-changed.exp: Likewise.
9082 * gdb.trace/qtro.exp: Likewise.
9083 * gdb.trace/read-memory.exp: Likewise.
9084 * gdb.trace/report.exp: Likewise.
9085 * gdb.trace/tfile.exp: Likewise.
9086 * gdb.trace/tfind.exp: Likewise.
9087 * gdb.trace/unavailable.exp: Likewise.
9088
9089 2019-04-22 Pedro Alves <palves@redhat.com>
9090
9091 * gdb.base/solib-probes-nosharedlibrary.c,
9092 gdb.base/solib-probes-nosharedlibrary.exp: New files.
9093
9094 2019-04-19 Tom Tromey <tromey@adacore.com>
9095
9096 * gdb.ada/ptype_union.c: New file.
9097 * gdb.ada/ptype_union.exp: New file.
9098
9099 2019-04-19 Tom Tromey <tromey@adacore.com>
9100
9101 PR symtab/24423:
9102 * gdb.base/list0.h (foo): Add a control-l character.
9103
9104 2019-04-18 Tom de Vries <tdevries@suse.de>
9105
9106 PR gdb/24433
9107 * boards/local-board.exp: Set sysroot to "".
9108
9109 2019-04-18 Tom de Vries <tdevries@suse.de>
9110 Pedro Alves <palves@redhat.com>
9111
9112 PR gdb/24454
9113 * gdb.threads/vfork-follow-child-exec.c: New file.
9114 * gdb.threads/vfork-follow-child-exec.exp: New file.
9115 * gdb.threads/vfork-follow-child-exit.c: New file.
9116 * gdb.threads/vfork-follow-child-exit.exp: New file.
9117
9118 2019-04-15 Leszek Swirski <leszeks@google.com>
9119
9120 * gdb.arch/amd64-eval.cc: New file.
9121 * gdb.arch/amd64-eval.exp: New file.
9122
9123 2019-04-11 Alan Hayward <alan.hayward@arm.com>
9124
9125 * gdb.server/sysroot.c: New test.
9126 * gdb.server/sysroot.exp: New file.
9127 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
9128 matching param.
9129
9130 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
9131
9132 * gdb.base/align.exp: Extend test to cover structures containing
9133 only static fields.
9134
9135 2019-04-11 Tom de Vries <tdevries@suse.de>
9136
9137 * boards/cc-with-dwz-m.exp: New file.
9138 * boards/cc-with-dwz.exp: New file.
9139 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
9140
9141 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
9142
9143 * gdb.base/start-cpp.exp: New file.
9144 * gdb.base/start-cpp.cc: New file.
9145
9146 2019-04-08 Kevin Buettner <kevinb@redhat.com>
9147
9148 * gdb.python/py-thrhandle.exp: Adjust tests to call
9149 thread_from_handle instead of thread_from_thread_handle.
9150
9151 2019-04-08 Kevin Buettner <kevinb@redhat.com>
9152
9153 * gdb.python/py-thrhandle.exp: Add tests for
9154 gdb.InferiorThread.handle.
9155
9156 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
9157
9158 * gdb.python/py-function.exp: Check calling helper function from
9159 all languages.
9160 * lib/gdb.exp (gdb_supported_languages): New proc.
9161
9162 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
9163
9164 * gdb.base/complex-parts.c: New file.
9165 * gdb.base/complex-parts.exp: New file.
9166
9167 2019-04-01 Tom Tromey <tromey@adacore.com>
9168
9169 PR symtab/23331:
9170 * gdb.dwarf2/dw2-ranges-main.c: New file.
9171 * gdb.dwarf2/dw2-ranges-psym.c: New file.
9172 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
9173
9174 2019-03-30 Simon Marchi <simark@simark.ca>
9175
9176 * gdb.base/default.exp: Add values for $_gdb_major and
9177 $_gdb_minor.
9178
9179 2019-03-29 Tom Tromey <tromey@adacore.com>
9180
9181 * gdb.base/help.exp: Tighten apropos regexp.
9182
9183 2019-03-29 Keith Seitz <keiths@redhat.com>
9184
9185 * gdb.fortran/array-bounds.exp: New file.
9186 * gdb.fortran/array-bounds.f90: New file.
9187
9188 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9189
9190 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
9191
9192 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9193
9194 * gdb.multi/hello.c (main): Increase alarm timer.
9195
9196 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
9197
9198 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
9199 factor when no hardware watchpoint support.
9200
9201 2019-03-28 Alan Hayward <alan.hayward@arm.com>
9202 Pedro Alves <palves@redhat.com>
9203
9204 * boards/local-board.exp: set sysroot to /.
9205
9206 2019-03-27 Alan Hayward <alan.hayward@arm.com>
9207
9208 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
9209 in child.
9210
9211 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
9212
9213 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
9214 field.
9215 (make_container): Initialise new field.
9216 * gdb.python/py-prettyprint.exp: Add new tests.
9217 * gdb.python/py-prettyprint.py (class ContainerPrinter)
9218 <display_hint>: New method.
9219
9220 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
9221
9222 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
9223 gdb_continue_to_breakpoint more throughout this test.
9224 (run_lang_tests) Supply unique test names, and use
9225 gdb_test_no_output.
9226
9227 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
9228
9229 * gdb.base/finish-pretty.exp: Update expected results.
9230 * gdb.base/pretty-print.c: New file.
9231 * gdb.base/pretty-print.exp: New file.
9232
9233 2019-03-25 Pedro Alves <palves@redhat.com>
9234
9235 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
9236 move comments outside list. Append '-i "" eof' section.
9237
9238 2019-03-22 Alan Hayward <alan.hayward@arm.com>
9239
9240 PR testsuite/25016
9241 * README: Add pie options.
9242 * gdb.base/break-interp.exp: Ensure pie is disabled.
9243 * gdb.base/dump.exp: Likewise.
9244 * lib/gdb.exp (gdb_compile): Add pie option.
9245
9246 2019-03-19 Tom Tromey <tromey@adacore.com>
9247
9248 * gdb.mi/mi2-cli-display.c: New file.
9249 * gdb.mi/mi2-cli-display.exp: New file.
9250
9251 2019-03-18 Joel Brobecker <brobecker@adacore.com>
9252 Tom Tromey <tromey@adacore.com>
9253
9254 * gdb.ada/ptype_array/pck.adb: New file.
9255 * gdb.ada/ptype_array/pck.ads: New file.
9256 * gdb.ada/ptype_array/foo.adb: New file.
9257 * gdb.ada/ptype_array.exp: New file.
9258
9259 2019-03-14 Tom Tromey <tromey@adacore.com>
9260
9261 * gdb.base/style.exp: Add "set style sources" test.
9262
9263 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
9264
9265 * mi-breakpoint-location-ena-dis.exp: Rename to ...
9266 * mi-breakpoint-multiple-locations.exp: ... this.
9267 (make_breakpoints_pattern): New proc.
9268 (do_test): Add mi_version parameter, test -break-insert,
9269 -break-info and =breakpoint-created.
9270
9271 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
9272
9273 * config/default.exp: Remove 'load_lib gdb.exp'.
9274 * config/monitor.exp: Likewise.
9275 * config/sid.exp: Likewise.
9276 * config/sim.exp: Likewise.
9277 * config/slite.exp: Likewise.
9278 * config/unix.exp: Likewise.
9279 * gdb.base/default.exp: Remove unhelpful comment.
9280
9281 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9282
9283 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
9284
9285 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9286
9287 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
9288
9289 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9290
9291 * gdb.fortran/type-kinds.exp: Update expected results.
9292
9293 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9294
9295 * gdb.fortran/type-kinds.exp: Test new integer type kind.
9296
9297 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9298
9299 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
9300 function.
9301 (test_basic_parsing_of_type_kinds): Expand types tested.
9302 (test_parsing_invalid_type_kinds): New function.
9303
9304 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9305
9306 * gdb.fortran/intrinsics.exp: New file.
9307 * gdb.fortran/intrinsics.f90: New file.
9308 * gdb.fortran/type-kinds.exp: New file.
9309
9310 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9311
9312 * gdb.fortran/dot-ops.exp: New file.
9313
9314 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9315
9316 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
9317 Check upper and lower case logical literals.
9318
9319 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9320
9321 * gdb.fortran/types.exp (test_float_literal_types_accepted):
9322 Remove duplicate tests.
9323
9324 2019-03-06 Alan Hayward <alan.hayward@arm.com>
9325
9326 * lib/gdb.exp (builtin_cd): rename of cd.
9327 (cd): Override builtin.
9328
9329 2019-03-06 Richard Bunt <richard.bunt@arm.com>
9330
9331 * gdb.fortran/function-calls.exp: New file.
9332 * gdb.fortran/function-calls.f90: New test.
9333
9334 2019-03-04 Richard Bunt <richard.bunt@arm.com>
9335
9336 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
9337 on user program standard output.
9338 * gdb.fortran/short-circuit-argument-list.f90: Record function
9339 calls.
9340
9341 2019-02-28 Alan Hayward <alan.hayward@arm.com>
9342
9343 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
9344 failure.
9345
9346 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9347
9348 PR gdb/8527
9349 * gdb.base/interrupt-daemon-attach.c,
9350 gdb.base/interrupt-daemon-attach.exp: New test.
9351
9352 2019-02-27 Pedro Alves <palves@redhat.com>
9353
9354 * gdb.base/page.exp: Add tests for "set width/height -1".
9355
9356 2019-02-27 Pedro Alves <palves@redhat.com>
9357
9358 * gdb.base/page.exp: Add tests for "set/show width/height" with
9359 "infinite" values.
9360
9361 2019-02-27 Tom Tromey <tromey@adacore.com>
9362
9363 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
9364 2.4.
9365 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
9366 workaround.
9367
9368 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
9369
9370 * gdb.base/align.exp: Extend to compile in both C and C++, and add
9371 tests for structs with static members.
9372
9373 2019-02-26 Tom Tromey <tromey@adacore.com>
9374
9375 * gdb.python/py-value.exp (test_value_from_buffer): Check for
9376 ValueError, not TypeError.
9377
9378 2019-02-26 Kevin Buettner <kevinb@redhat.com>
9379
9380 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
9381 call from main program.
9382
9383 2019-02-23 Joel Brobecker <brobecker@adacore.com>
9384
9385 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
9386 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
9387 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
9388 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
9389 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
9390
9391 2019-02-22 Keith Seitz <keiths@redhat.com>
9392
9393 PR symtab/23853
9394 * gdb.base/symlink-sourcefile.c: New file.
9395 * gdb.base/symlink-sourcefile.exp: New file.
9396
9397 2019-02-20 Tom Tromey <tom@tromey.com>
9398
9399 * gdb.base/info_qt.exp: Update.
9400
9401 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
9402
9403 * gdb.base/source.exp: Move "error in sourced script" code to
9404 the end.
9405 * gdb.base/source-error.gdb: Move contents to
9406 source-error-1.gdb. Add new code to source source-error-1.gdb.
9407 * gdb.base/source-error-1.gdb: New file, from previous
9408 source-error.gdb.
9409
9410 2019-02-17 Tom Tromey <tom@tromey.com>
9411
9412 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
9413 for macro styling.
9414 * gdb.base/style.c (SOME_MACRO): New macro.
9415
9416 2019-02-17 Tom Tromey <tom@tromey.com>
9417
9418 * gdb.base/style.exp: Add line-wrapping tests.
9419 * gdb.base/page.exp: Add test for quitting during pagination.
9420
9421 2019-02-17 Joel Brobecker <brobecker@adacore.com>
9422
9423 * gdb.ada/big_packed_array: New testcase.
9424 * gdb.ada/homonym.exp: Fix incorrect expected output for
9425 "break <homonym__get_value>" test.
9426
9427 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
9428
9429 PR breakpoints/21870
9430 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
9431 and prepare_for_testing. Add comment.
9432 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
9433 redundant cleanup call. Clean up comment.
9434
9435 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
9436
9437 PR breakpoints/21870
9438 * gdb.arch/aarch64-dbreg-contents.exp: New file.
9439 * gdb.arch/aarch64-dbreg-contents.c: New file.
9440
9441 2019-02-10 Joel Brobecker <brobecker@adacore.com>
9442
9443 * gdb.ada/mi_ref_changeable: New testcase.
9444
9445 2019-02-07 Alan Hayward <alan.hayward@arm.com>
9446
9447 * gdb.base/attach.exp: Add double attach test.
9448
9449 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
9450
9451 * lib/gdb.exp (default_gdb_start): Don't match pagination
9452 prompt.
9453 (gdb_init): Set stty_init.
9454
9455 2019-01-27 Tom Tromey <tom@tromey.com>
9456
9457 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
9458 skip_python_tests.
9459
9460 2019-01-24 Alan Hayward <alan.hayward@arm.com>
9461
9462 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
9463 New structure.
9464 (struct struct_static_02_02): Likewise.
9465 (struct struct_static_02_03): Likewise.
9466 (struct struct_static_02_04): Likewise.
9467 (struct struct_static_04_01): Likewise.
9468 (struct struct_static_04_02): Likewise.
9469 (struct struct_static_04_03): Likewise.
9470 (struct struct_static_04_04): Likewise.
9471 (struct struct_static_06_01): Likewise.
9472 (struct struct_static_06_02): Likewise.
9473 (struct struct_static_06_03): Likewise.
9474 (struct struct_static_06_04): Likewise.
9475 (cmp_struct_static_02_01): Likewise.
9476 (cmp_struct_static_02_02): Likewise.
9477 (cmp_struct_static_02_03): Likewise.
9478 (cmp_struct_static_02_04): Likewise.
9479 (cmp_struct_static_04_01): Likewise.
9480 (cmp_struct_static_04_02): Likewise.
9481 (cmp_struct_static_04_03): Likewise.
9482 (cmp_struct_static_04_04): Likewise.
9483 (cmp_struct_static_06_01): Likewise.
9484 (cmp_struct_static_06_02): Likewise.
9485 (cmp_struct_static_06_03): Likewise.
9486 (cmp_struct_static_06_04): Likewise.
9487 (call_all): Test new structs.
9488 * gdb.base/infcall-nested-structs.exp: Likewise.
9489
9490 2019-01-21 Alan Hayward <alan.hayward@arm.com>
9491 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
9492
9493 2019-01-21 Alan Hayward <alan.hayward@arm.com>
9494 * gdb.base/stack-protector.c: New test.
9495 * gdb.base/stack-protector.exp: New file.
9496 * gdb.cp/ovldbreak.exp: Only allow a single break line.
9497 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
9498 option.
9499 (gdb_compile): Remove stack protector for GCC and prevent
9500 recursion.
9501
9502 2019-01-16 Keith Seitz <keiths@redhat.com>
9503
9504 PR gdb/23773
9505 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
9506
9507 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9508
9509 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
9510 aliases.
9511 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
9512 tests.
9513 * gdb.arch/powerpc-vector-regs.c: New file.
9514 * gdb.arch/powerpc-vector-regs.exp: New file.
9515
9516 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9517
9518 * gdb.arch/altivec-regs.exp: Fix the list passed to
9519 gdb_expect_list when testing "info vector".
9520
9521 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
9522
9523 * gdb.base/style.exp: Don't include path in testname.
9524
9525 2019-01-10 Keith Seitz <keiths@redhat.com>
9526
9527 PR gdb/23712
9528 PR symtab/23010
9529 * gdb.dwarf2/multidictionary.exp: New file.
9530
9531 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
9532
9533 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
9534 (test_gnuv3_style_demangling): ... this.
9535 (test_lucid_style_demangling): Remove.
9536 (test_arm_style_demangling): Remove.
9537 (test_hp_style_demangling): Remove.
9538 (do_tests): Remove calls to the above.
9539
9540 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
9541
9542 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
9543 case.
9544
9545 2019-01-06 Tom Tromey <tom@tromey.com>
9546
9547 PR gdb/28155:
9548 * gdb.dwarf2/typedef-void-finish.exp: New file.
9549
9550 2018-12-28 Tom Tromey <tom@tromey.com>
9551 Simon Marchi <simark@simark.ca>
9552
9553 * gdb.base/jit-exec.exp: New file.
9554 * gdb.base/jit-exec.c: New file.
9555 * gdb.base/jit-execd.c: New file.
9556
9557 2018-12-28 Tom Tromey <tom@tromey.com>
9558
9559 * gdb.base/style.exp: Update test to check for address styling.
9560
9561 2018-12-28 Tom Tromey <tom@tromey.com>
9562
9563 * gdb.base/style.exp: Add test for styling of "Reading symbols"
9564 message.
9565
9566 2018-12-28 Tom Tromey <tom@tromey.com>
9567
9568 * gdb.base/style.exp: Add test for version number styling.
9569
9570 2018-12-28 Tom Tromey <tom@tromey.com>
9571
9572 * gdb.base/style.exp: Add test for print_address_symbolic.
9573
9574 2018-12-28 Tom Tromey <tom@tromey.com>
9575
9576 * gdb.base/style.exp: Add test for breakpoint setting.
9577
9578 2018-12-28 Tom Tromey <tom@tromey.com>
9579
9580 * gdb.base/style.exp: Add test for variable names.
9581
9582 2018-12-28 Tom Tromey <tom@tromey.com>
9583
9584 * gdb.base/style.exp: New file.
9585 * gdb.base/style.c: New file.
9586
9587 2018-12-28 Tom Tromey <tom@tromey.com>
9588
9589 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
9590 "dumb".
9591 * gdb.base/readline.exp (operate_and_get_next): Save and restore
9592 the TERM environment variable.
9593
9594 2018-12-27 Tom Tromey <tom@tromey.com>
9595
9596 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
9597 pagination test.
9598
9599 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
9600
9601 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
9602 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
9603
9604 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9605
9606 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
9607 Filename a.adb changed to bp_fun_addr.adb.
9608 gdb.ada/bp_fun_addr.exp: Update test accordingly.
9609
9610 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
9611
9612 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
9613 non-PIE executables.
9614 * README: Mention the gdb,nopie_flag board setting.
9615 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
9616 non-PIE executable.
9617 * gdb.arch/amd64-entry-value.exp: Likewise.
9618 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
9619 * gdb.arch/i386-float.exp: Likewise.
9620 * gdb.arch/i386-signal.exp: Likewise.
9621 * gdb.mi/mi-reg-undefined.exp: Likewise.
9622
9623 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
9624
9625 PR gdb/23974
9626 * gdb.base/info-os.exp: Check return for unknown "info os" type.
9627
9628 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9629
9630 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
9631 Update order of results accordingly.
9632
9633 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
9634
9635 * gdb.base/annota1.exp: Update a test regexp.
9636
9637 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9638
9639 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
9640
9641 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9642
9643 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
9644 (reuse_time): Initialize to REUSE_TIME_CAP.
9645 (check_rc): New function.
9646 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
9647 Check pthread_create rc.
9648 (spawner_thread_func): Check pthread_create and pthread_join rc.
9649
9650 2018-12-08 Pedro Alves <palves@redhat.com>
9651
9652 * gdb.base/list.exp (test_forward_search): Rename to ...
9653 (test_forward_reverse_search): ... this. Also test reverse-search
9654 and the forward-search alias.
9655
9656 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
9657
9658 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
9659 local timeout variable before return, and remove all local timeout
9660 variable entirely.
9661 (gdb_load): Likewise.
9662
9663 2018-12-01 Tom de Vries <tdevries@suse.de>
9664
9665 * gdb.base/gdb-caching-proc.exp: New file.
9666
9667 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
9668
9669 * Makefile.in (TIMESTAMP): New variable.
9670 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
9671 command.
9672 (check-single-racy): Likewise.
9673 (check/%.exp): Likewise.
9674 (check-racy/%.exp): Likewise.
9675 (workers/%.worker): Likewise.
9676 (build-perf): Likewise.
9677 (check-perf): Likewise.
9678 * README: Describe new "TS" and "TS_FORMAT" variables.
9679 * print-ts.py: New file.
9680
9681 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
9682
9683 PR python/23714
9684 * gdb.python/python.exp: Test command repetition after
9685 gdb.execute.
9686
9687 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
9688
9689 * gdb.opt/inline-break.exp: Add test that info breakpoint output
9690 is correctly aligned.
9691
9692 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9693
9694 * gdb.ada/info_auto_lang.exp: New testcase.
9695 * gdb.ada/info_auto_lang/global_pack.ads: New file.
9696 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
9697 * gdb.ada/info_auto_lang/some_c.c: New file.
9698
9699 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9700
9701 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
9702 FUNC_lang language syntax.
9703
9704 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9705
9706 * gdb.base/info_minsym.c: New file.
9707 * gdb.base/info_minsym.exp: New file.
9708
9709 2018-11-19 Tom Tromey <tom@tromey.com>
9710
9711 PR rust/23625:
9712 * gdb.rust/simple.exp: Add ptype test. Update expected output.
9713 * gdb.rust/expr.exp: Update expected output. Change one test.
9714
9715 2018-11-19 Tom Tromey <tom@tromey.com>
9716
9717 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
9718
9719 2018-11-19 Pedro Alves <palves@redhat.com>
9720
9721 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
9722 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
9723 see the expected warning.
9724
9725 2018-11-16 Alan Hayward <alan.hayward@arm.com>
9726
9727 PR gdb/22736:
9728 * gdb.cp/infcall-nodebug-lib.c: New test.
9729 * gdb.cp/infcall-nodebug-main.c: New test.
9730 * gdb.cp/infcall-nodebug.exp: New file.
9731
9732 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
9733
9734 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
9735 completer tests.
9736
9737 2018-11-09 Tom de Vries <tdevries@suse.de>
9738
9739 * gdb.base/msym-lang.c: New test.
9740 * gdb.base/msym-lang.exp: New file.
9741 * gdb.base/msym-lang-main.c: New test.
9742
9743 2018-11-08 Tom Tromey <tom@tromey.com>
9744
9745 PR gdb/23555:
9746 PR gdb/23838:
9747 * gdb.base/warning.exp: New file.
9748
9749 2018-11-08 Jan Beulich <jbeulich@suse.com>
9750
9751 * testsuite/gdb.arch/i386-avx512.c,
9752 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
9753
9754 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
9755
9756 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
9757 point hardware.
9758
9759 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
9760
9761 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
9762 * gdb.dwarf2/missing-type-name.exp: New file.
9763
9764 2018-11-06 Tom de Vries <tdevries@suse.de>
9765
9766 * gdb.base/many-headers.c: New test.
9767 * gdb.base/many-headers.exp: New file.
9768
9769 2018-11-06 Jim Wilson <jimw@sifive.com>
9770
9771 * gdb.base/code_elim.exp: For riscv, set additional_flags
9772 to include -msmall-data-limit=0.
9773
9774 2018-11-01 Joel Brobecker <brobecker@adacore.com>
9775
9776 * gdb.ada/watch_minus_l: New testcase.
9777
9778 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
9779
9780 * gdb.arch/aix-sighandle.c: New file.
9781 * gdb.arch/aix-sighandle.exp: New file.
9782
9783 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
9784
9785 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
9786 registers being unions.
9787
9788 2018-10-31 Tom de Vries <tdevries@suse.de>
9789
9790 * lib/valgrind.exp: New file.
9791 (vgdb_start, vgdb_stop): New procs, factored out of ...
9792 * gdb.base/valgrind-bt.exp: ... here, ...
9793 * gdb.base/valgrind-disp-step.exp: ... here and ...
9794 * gdb.base/valgrind-infcall.exp: ... here.
9795
9796 2018-10-31 Tom de Vries <tdevries@suse.de>
9797
9798 * lib/gdb.exp (get_valueof): Don't output read value in test name.
9799
9800 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
9801
9802 * gdb.dwarf2/void-type.c: New file.
9803 * gdb.dwarf2/void-type.exp: New file.
9804
9805 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9806
9807 * gdb.base/info_qt.c: New file.
9808 * gdb.base/info_qt.exp: New file.
9809
9810 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9811
9812 * gdb.arch/powerpc-htm-regs.c: New file.
9813 * gdb.arch/powerpc-htm-regs.exp: New file.
9814
9815 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9816
9817 * gdb.arch/powerpc-tar.c: New file.
9818 * gdb.arch/powerpc-tar.exp: New file.
9819
9820 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9821
9822 * gdb.arch/powerpc-ppr-dscr.c: New file.
9823 * gdb.arch/powerpc-ppr-dscr.exp: New file.
9824
9825 2018-10-25 Tom de Vries <tdevries@suse.de>
9826
9827 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
9828
9829 2018-10-24 Tom de Vries <tdevries@suse.de>
9830
9831 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
9832 longer exists error.
9833
9834 2018-10-24 Tom de Vries <tdevries@suse.de>
9835
9836 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
9837
9838 2018-10-24 Tom de Vries <tdevries@suse.de>
9839
9840 * gdb.base/valgrind-db-attach.exp: Handle removed support for
9841 --db-attach in valgrind.
9842
9843 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
9844
9845 * gdb.arch/riscv-reg-aliases.c: New file.
9846 * gdb.arch/riscv-reg-aliases.exp: New file.
9847
9848 2018-10-19 Alan Hayward <alan.hayward@arm.com>
9849
9850 * gdb.python/py-cmd.exp: Check for gdb_prompt.
9851
9852 2018-10-19 Alan Hayward <alan.hayward@arm.com>
9853
9854 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
9855
9856 2018-10-19 Alan Hayward <alan.hayward@arm.com>
9857
9858 * gdb.cp/ovldbreak.exp: Fix regexps.
9859
9860 2018-10-19 Alan Hayward <alan.hayward@arm.com>
9861
9862 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
9863
9864 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
9865
9866 PR cli/23785
9867 * gdb.base/restore.exp: New test to check if "restore" with an
9868 invalid file doesn't segfault.
9869
9870 2018-10-18 Tom de Vries <tdevries@suse.de>
9871
9872 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
9873 * gdb.ada/excep_handle.exp: Same.
9874 * gdb.ada/mi_string_access.exp: Same.
9875 * gdb.ada/mi_var_union.exp: Same.
9876 * gdb.arch/arc-analyze-prologue.exp: Same.
9877 * gdb.arch/arc-decode-insn.exp: Same.
9878 * gdb.base/readnever.exp: Same.
9879 * gdb.fortran/printing-types.exp: Same.
9880 * gdb.guile/scm-lazy-string.exp: Same.
9881
9882 2018-10-16 Tom de Vries <tdevries@suse.de>
9883
9884 PR gdb/23730
9885 * gdb.base/catch-follow-exec.c: Add copyright notice.
9886 * gdb.base/catch-follow-exec.exp: Rewrite to use
9887 gdb_spawn_with_cmdline_opts. Require gdb-native.
9888
9889 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
9890
9891 * gdb.trace/actions-changed.exp: Check for arch support.
9892 * gdb.trace/actions.exp: Likewise.
9893 * gdb.trace/ax.exp: Likewise.
9894 * gdb.trace/backtrace.exp: Likewise.
9895 * gdb.trace/change-loc.exp: Likewise.
9896 * gdb.trace/deltrace.exp: Likewise.
9897 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
9898 * gdb.trace/ftrace.exp: Likewise.
9899 * gdb.trace/infotrace.exp: Check for arch support.
9900 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
9901 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
9902 * gdb.trace/mi-tsv-changed.exp: Likewise.
9903 * gdb.trace/packetlen.exp: Likewise.
9904 * gdb.trace/passc-dyn.exp: Likewise.
9905 * gdb.trace/passcount.exp: Likewise.
9906 * gdb.trace/pending.exp: Likewise.
9907 * gdb.trace/range-stepping.exp: Check for shlib support.
9908 * gdb.trace/report.exp: Check for arch support.
9909 * gdb.trace/save-trace.exp: Likewise.
9910 * gdb.trace/signal.exp: Check for signal support.
9911 * gdb.trace/tfind.exp: Check for arch support.
9912 * gdb.trace/trace-break.exp: Check for arch and shlib support.
9913 * gdb.trace/trace-common.h: Add comment.
9914 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
9915 * gdb.trace/trace-enable-disable.exp: Likewise.
9916 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
9917 * gdb.trace/tracecmd.exp: Check for arch support.
9918 * gdb.trace/tspeed.exp: Check for shlib and target support.
9919 * gdb.trace/tstatus.exp: Check for arch support.
9920 * gdb.trace/tsv.exp: Likewise.
9921 * gdb.trace/while-dyn.exp: Likewise.
9922 * gdb.trace/while-stepping.exp: Likewise.
9923 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
9924
9925 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
9926
9927 * gdb.trace/tspeed.exp: Remove nowarnings.
9928 (prepare_for_trace_test): Declare "global ipalib".
9929 * gdb.trace/tspeed.c: Include unistd.h.
9930 (main): Remove superfluous printf argument.
9931
9932 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
9933
9934 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
9935 directory prefix on the filename.
9936
9937 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
9938
9939 * gdb.gdb/unittest.exp: Update expected message informing that
9940 selftests have been disabled.
9941 * gdb.server/unittest.exp: Likewise.
9942
9943 2018-10-09 Tom de Vries <tdevries@suse.de>
9944
9945 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
9946 with runto_main.
9947
9948 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
9949
9950 PR c++/16841
9951 * gdb.cp/virtbase2.cc: New file.
9952 * gdb.cp/virtbase2.exp: New file.
9953
9954 2018-10-06 Tom Tromey <tom@tromey.com>
9955
9956 PR python/19399:
9957 * gdb.python/py-inferior.exp: Add architecture test.
9958
9959 2018-10-06 Tom Tromey <tom@tromey.com>
9960
9961 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
9962 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
9963
9964 2018-10-06 Tom Tromey <tom@tromey.com>
9965
9966 * gdb.python/py-breakpoint.exp (check_last_event): Check location
9967 of a "throw" catchpoint.
9968
9969 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
9970
9971 * gdb.base/info-proc.exp: Update string expected from "help info
9972 proc".
9973
9974 2018-10-04 Tom Tromey <tom@tromey.com>
9975
9976 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
9977 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
9978 (test_initial_complaints, test_empty_complaints): Update.
9979 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
9980
9981 2018-10-04 Tom Tromey <tom@tromey.com>
9982
9983 PR cli/19551:
9984 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
9985 * lib/gdb.exp (gdb_file_cmd): Update.
9986 * gdb.stabs/weird.exp (print_weird_var): Update.
9987 * gdb.server/solib-list.exp: Update.
9988 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
9989 * gdb.mi/mi-cli.exp: Update.
9990 * gdb.linespec/linespec.exp: Update.
9991 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
9992 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
9993 * gdb.cp/cp-relocate.exp: Update.
9994 * gdb.base/sym-file.exp: Update.
9995 * gdb.base/relocate.exp: Update.
9996 * gdb.base/readnever.exp: Update.
9997 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
9998 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
9999 * gdb.base/dbx.exp (gdb_file_cmd): Update.
10000 * gdb.base/code_elim.exp: Update.
10001 * gdb.base/break-unload-file.exp (test_break): Update.
10002 * gdb.base/break-interp.exp (test_attach_gdb): Update.
10003 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
10004 Update.
10005 * gdb.base/attach.exp (do_attach_tests): Update.
10006 * gdb.base/sepdebug.exp: Update.
10007 * gdb.python/py-section-script.exp: Update.
10008
10009 2018-10-04 Tom Tromey <tom@tromey.com>
10010
10011 PR cli/22234:
10012 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
10013 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
10014 output.
10015
10016 2018-10-04 Tom Tromey <tom@tromey.com>
10017
10018 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
10019 set width and height to 0.
10020 (test_command_line_attach_run): Use -quiet.
10021
10022 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
10023
10024 * lib/gdb.exp (skip_ifunc_tests): New.
10025 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
10026 other compile failures.
10027 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
10028
10029 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
10030
10031 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
10032 is_amd64_regs_target.
10033
10034 2018-10-01 Alan Hayward <alan.hayward@arm.com>
10035
10036 * gdb.arch/aarch64-sighandler-regs.c: New test.
10037 * gdb.arch/aarch64-sighandler-regs.exp: New file.
10038 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
10039
10040 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
10041
10042 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
10043 assembly.
10044
10045 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
10046
10047 * gdb.base/frame-selection.exp: New file.
10048 * gdb.base/frame-selection.c: New file.
10049
10050 2018-09-27 Alan Hayward <alan.hayward@arm.com>
10051
10052 * gdb.threads/check-libthread-db.c (thread_routine): Use a
10053 pthread barrier.
10054 (main): Likewise.
10055
10056 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
10057
10058 * gdb.base/large-frame-1.c: New file.
10059 * gdb.base/large-frame-2.c: New file.
10060 * gdb.base/large-frame.exp: New file.
10061 * gdb.base/large-frame.h: New file.
10062
10063 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
10064
10065 PR gdb/20948
10066 * gdb.base/write_mem.exp: New test.
10067 * gdb.base/write_mem.c: Likewise.
10068
10069 2018-09-23 Tom Tromey <tom@tromey.com>
10070
10071 PR python/18852:
10072 * gdb.python/py-parameter.exp: Add test for parameter that throws
10073 on "set".
10074
10075 2018-09-23 Tom Tromey <tom@tromey.com>
10076
10077 PR python/17284:
10078 * gdb.python/py-template.exp (test_template_arg): Add test for
10079 negative template argument number.
10080
10081 2018-09-23 Tom Tromey <tom@tromey.com>
10082
10083 PR python/14062:
10084 * gdb.python/python.exp: Add test for post_event error.
10085
10086 2018-09-23 Tom Tromey <tom@tromey.com>
10087
10088 PR python/18170:
10089 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
10090 convert pointers to int and long.
10091
10092 2018-09-23 Tom Tromey <tom@tromey.com>
10093
10094 PR python/20126:
10095 * gdb.python/py-value.exp (test_value_numeric_ops): Add
10096 signed-ness conversion tests.
10097
10098 2018-09-23 Tom Tromey <tom@tromey.com>
10099
10100 PR python/18352;
10101 * gdb.python/py-value.exp (test_float_conversion): New proc.
10102 Use it.
10103
10104 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
10105
10106 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
10107
10108 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
10109
10110 * gdb.base/complete-empty.exp: Skip tab-completion tests if
10111 no readline.
10112 * gdb.base/utf8-identifiers.exp: Likewise.
10113 * gdb.cp/cpcompletion.exp: Likewise.
10114 * gdb.linespec/cpcompletion.exp: Likewise.
10115 * gdb.linespec/cpls-abi-tag.exp: Likewise.
10116 * gdb.linespec/cpls-ops.exp: Likewise.
10117
10118 2018-09-19 Richard Bunt <richard.bunt@arm.com>
10119 Chris January <chris.january@arm.com>
10120
10121 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
10122 * gdb.fortran/short-circuit-argument-list.exp: New file.
10123 * gdb.fortran/short-circuit-argument-list.f90: New test.
10124
10125 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
10126
10127 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
10128 "arch=" keyword when executing "-stack-list-frames".
10129
10130 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
10131
10132 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
10133 "arch=" keyword when executing "-stack-list-frames".
10134
10135 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
10136
10137 * gdb.ada/complete.exp: Expect for "@" when doing "complete
10138 break ada".
10139
10140 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
10141
10142 PR python/23669
10143 * gdb.python/python.exp: Test gdb.execute("show commands").
10144
10145 2018-09-16 Tom Tromey <tom@tromey.com>
10146
10147 * gdb.base/new-ui.exp (do_execution_tests): Update.
10148 * gdb.base/dbx.exp (test_breakpoints): Update.
10149
10150 2018-09-14 Alan Hayward <alan.hayward@arm.com>
10151
10152 * lib/gdb.exp (gdb_simple_compile): Add proc.
10153 (is_elf_target): Use gdb_simple_compile.
10154 (skip_altivec_tests): Likewise.
10155 (skip_vsx_tests): Likewise.
10156 (skip_tsx_tests): Likewise.
10157 (skip_btrace_tests): Likewise.
10158 (skip_btrace_pt_tests): Likewise.
10159 (gdb_can_simple_compile): Likewise.
10160 (gdb_has_argv0): Likewise.
10161 (gdb_target_symbol_prefix): Likewise.
10162 (target_supports_scheduler_locking): Likewise.
10163
10164 2018-09-13 Tom Tromey <tom@tromey.com>
10165
10166 * Makefile.in (TAGS): Recognize proc_with_prefix and
10167 gdb_caching_proc.
10168
10169 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
10170
10171 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
10172 method.
10173
10174 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
10175
10176 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
10177 and a few other Inferior properties when the Inferior is no
10178 longer valid.
10179
10180 2018-09-13 Tom Tromey <tom@tromey.com>
10181
10182 PR rust/23650:
10183 * gdb.rust/simple.exp: Add test for enum field access error.
10184
10185 2018-09-13 Tom Tromey <tom@tromey.com>
10186
10187 PR rust/23626:
10188 * gdb.rust/simple.rs (EmptyEnum): New type.
10189 (main): Use it.
10190 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
10191
10192 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
10193
10194 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
10195 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
10196 * gdb.python/py-symtab.exp: Update test printing an objfile.
10197
10198 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
10199
10200 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
10201 object.
10202
10203 2018-09-12 Alan Hayward <alan.hayward@arm.com>
10204
10205 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
10206 (support_complex_tests): Use gdb_can_simple_compile.
10207 (is_ilp32_target): Likewise.
10208 (is_lp64_target): Likewise.
10209 (is_64_target): Likewise.
10210 (is_amd64_regs_target): Likewise.
10211 (is_aarch32_target): Likewise.
10212 (gdb_int128_helper): Likewise.
10213
10214 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10215
10216 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
10217
10218 2018-09-10 Jerome Guitton <guitton@adacore.com>
10219
10220 * gdb.ada/same_component_name: Add test for case of tagged record
10221 with variable-length fields.
10222
10223 2018-09-10 Xavier Roirand <roirand@adacore.com>
10224
10225 * gdb.ada/access_to_unbounded_array.exp: New testcase.
10226 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
10227 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
10228 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
10229
10230 2018-09-10 Xavier Roirand <roirand@adacore.com>
10231
10232 * gdb.ada/mi_string_access.exp: New testcase.
10233 * gdb.ada/mi_string_access/bar.adb: New file.
10234 * gdb.ada/mi_string_access/pck.adb: New file.
10235 * gdb.ada/mi_string_access/pck.asd: New file.
10236
10237 2018-09-10 Xavier Roirand <roirand@adacore.com>
10238
10239 * gdb.ada/mi_var_union.exp: New testcase.
10240 * gdb.ada/mi_var_union/bar.adb: New file.
10241 * gdb.ada/mi_var_union/pck.adb: New file.
10242 * gdb.ada/mi_var_union/pck.asd: New file.
10243
10244 2018-09-08 Tom Tromey <tom@tromey.com>
10245
10246 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
10247
10248 2018-09-08 Tom Tromey <tom@tromey.com>
10249
10250 PR python/16047:
10251 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
10252 (register_pretty_printers): Register new printer.
10253 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
10254 test.
10255 * gdb.python/py-prettyprint.c (int_type3): New typedef.
10256 (an_int_type3): New global.
10257
10258 2018-09-08 Joel Brobecker <brobecker@adacore.com>
10259
10260 * gdb.ada/expr_with_funcall: New testcase.
10261
10262 2018-09-08 Joel Brobecker <brobecker@adacore.com>
10263
10264 * gdb.ada/packed_array_assign: New testcase.
10265
10266 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
10267
10268 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
10269 names, and add test prefixes to make test names unique.
10270
10271 2018-09-05 Tom de Vries <tdevries@suse.de>
10272
10273 * gdb.dwarf2/varval.exp: Add test.
10274
10275 2018-09-04 Gary Benson <gbenson@redhat.com>
10276
10277 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
10278 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
10279
10280 2018-08-31 Tom Tromey <tom@tromey.com>
10281
10282 * gdb.rust/simple.rs: Rename second variable "v".
10283
10284 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
10285
10286 * gdb.base/funcargs.c (use_a): New function.
10287 (recurse): Call use_a.
10288
10289 2018-08-29 Keith Seitz <keiths@redhat.com>
10290
10291 * gdb.compile/compile-cplus-anonymous.cc: New file.
10292 * gdb.compile/compile-cplus-anonymous.exp: New file.
10293 * gdb.compile/compile-cplus-array-decay.cc: New file.
10294 * gdb.compile/compile-cplus-array-decay.exp: New file.
10295 * gdb.compile/compile-cplus-inherit.cc: New file.
10296 * gdb.compile/compile-cplus-inherit.exp: New file.
10297 * gdb.compile/compile-cplus-member.cc: New file.
10298 * gdb.compile/compile-cplus-member.exp: New file.
10299 * gdb.compile/compile-cplus-method.cc: New file.
10300 * gdb.compile/compile-cplus-method.exp: New file.
10301 * gdb.compile/compile-cplus-mod.c: "New" file.
10302 * gdb.compile/compile-cplus-namespace.cc: New file.
10303 * gdb.compile/compile-cplus-namespace.exp: New file.
10304 * gdb.compile/compile-cplus-nested.cc: New file.
10305 * gdb.compile/compile-cplus-nested.exp: New file.
10306 * gdb.compile/compile-cplus-print.c: "New" file.
10307 * gdb.compile/compile-cplus-print.exp: "New" file.
10308 * gdb.compile/compile-cplus-virtual.cc: New file.
10309 * gdb.compile/compile-cplus-virtual.exp: New file.
10310 * gdb.compile/compile-cplus.c: "New" file.
10311 * gdb.compile/compile-cplus.exp: "New" file.
10312 * lib/compile-support.exp: New file.
10313
10314 2018-08-16 Gary Benson <gbenson@redhat.com>
10315
10316 PR gdb/13000:
10317 * gdb.base/batch-exit-status.exp: New file.
10318 * gdb.base/batch-exit-status.good-commands: Likewise.
10319 * gdb.base/batch-exit-status.bad-commands: Likewise.
10320
10321 2018-08-29 Alan Hayward <alan.hayward@arm.com>
10322
10323 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
10324 (struct struct02): Likewise.
10325 (struct struct03): Likewise.
10326 (struct struct04): Likewise.
10327 (struct struct_01_01): New struct.
10328 (struct struct_01_02): Likewise.
10329 (struct struct_01_03): Likewise.
10330 (struct struct_01_04): Likewise.
10331 (struct struct_02_01): Likewise.
10332 (struct struct_02_02): Likewise.
10333 (struct struct_02_03): Likewise.
10334 (struct struct_02_04): Likewise.
10335 (struct struct_04_01): Likewise.
10336 (struct struct_04_02): Likewise.
10337 (struct struct_04_03): Likewise.
10338 (struct struct_04_04): Likewise.
10339 (struct struct_05_01): Likewise.
10340 (struct struct_05_02): Likewise.
10341 (struct struct_05_03): Likewise.
10342 (struct struct_05_04): Likewise.
10343 (cmp_struct01): Remove function.
10344 (cmp_struct02): Likewise.
10345 (cmp_struct03): Likewise.
10346 (cmp_struct04): Likewise.
10347 (cmp_struct_01_01): Add Function.
10348 (cmp_struct_01_02): Likewise.
10349 (cmp_struct_01_03): Likewise.
10350 (cmp_struct_01_04): Likewise.
10351 (cmp_struct_02_01): Likewise.
10352 (cmp_struct_02_02): Likewise.
10353 (cmp_struct_02_03): Likewise.
10354 (cmp_struct_02_04): Likewise.
10355 (cmp_struct_04_01): Likewise.
10356 (cmp_struct_04_02): Likewise.
10357 (cmp_struct_04_03): Likewise.
10358 (cmp_struct_04_04): Likewise.
10359 (cmp_struct_05_01): Likewise.
10360 (cmp_struct_05_02): Likewise.
10361 (cmp_struct_05_03): Likewise.
10362 (cmp_struct_05_04): Likewise.
10363 (call_all): Add new structs.
10364 * gdb.base/infcall-nested-structs.exp: Likewise.
10365
10366 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
10367
10368 * gdb.python/py-framefilter-mi.exp: Update regexp to
10369 check for "arch" field in frame output.
10370
10371 2018-08-23 Kevin Buettner <kevinb@redhat.com>
10372
10373 * gdb.dwarf2/dw2-ranges-func.c: New file.
10374 * gdb.dwarf2/dw2-ranges-func.exp: New file.
10375
10376 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
10377
10378 * gdb.base/term.exp: Compare terminal settings with values from
10379 the inferior.
10380 * gdb.base/term.c: Get and set terminal settings.
10381
10382 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
10383
10384 * lib/mi-support.exp (mi_expect_stop): Update regexp to
10385 accommodate new "arch" field in frame output.
10386 * gdb.mi/mi-return.exp: Likewise.
10387 * gdb.mi/mi-stack.exp: Likewise.
10388 * gdb.mi/mi-syn-frame.exp: Likewise.
10389 * gdb.mi/user-selected-context-sync.exp: Likewise.
10390
10391 2018-08-19 Michael Spang <spang@google.com>
10392
10393 PR gdb/11786
10394 * gdb.base/gcore-tls-pie.c: New file.
10395 * gdb.base/gcore-tls-pie.exp: New file.
10396
10397 2018-08-18 Kevin Buettner <kevinb@redhat.com>
10398
10399 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
10400 * gdb.dwarf2/varval.c: New file.
10401 * gdb.dwarf2/varval.exp: New file.
10402
10403 2018-08-17 Alan Hayward <alan.hayward@arm.com>
10404
10405 PR gdb/18931
10406 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
10407
10408 2018-08-16 Keith Seitz <keiths@redhat.com>
10409
10410 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
10411 tests expected to pass.
10412
10413 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
10414
10415 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
10416 -data-disassemble -a.
10417 (test_disassembly_bogus_args): Likewise.
10418
10419 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
10420
10421 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
10422
10423 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
10424
10425 * gdb.base/vla-optimized-out.exp: Add new test.
10426
10427 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
10428
10429 * gdb.base/vla-optimized-out-o3.exp: Delete.
10430 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
10431 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
10432 deleted tests.
10433
10434 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
10435
10436 PR gdb/18050:
10437 * gdb.server/extended-remote-restart.c: New file.
10438 * gdb.server/extended-remote-restart.exp: New file.
10439
10440 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
10441
10442 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
10443 "set variable index = 42".
10444
10445 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
10446
10447 * boards/index-cache-gdb.exp: New file.
10448 * gdb.dwarf2/index-cache.exp: New file.
10449 * gdb.dwarf2/index-cache.c: New file.
10450 * gdb.base/maint.exp: Check if we are using the index cache.
10451
10452 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10453
10454 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
10455 MAKEFLAGS.
10456
10457 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10458
10459 * dg-extract-results.sh: Move to toplevel contrib.
10460 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
10461 * Makefile.in (check-parallel-racy): Likewise.
10462
10463 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
10464
10465 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
10466 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
10467 tests if the target supports scheduler locking.
10468
10469 2018-08-04 Tom de Vries <tdevries@suse.de>
10470
10471 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
10472
10473 2018-08-02 Tom Tromey <tom@tromey.com>
10474
10475 PR symtab/16842.
10476 * gdb.cp/temargs.exp: Test "info address" of a template
10477 parameter.
10478
10479 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
10480
10481 * gdb.python/py-mi-var-info-path-expression.c: New file.
10482 * gdb.python/py-mi-var-info-path-expression.py: New file.
10483 * gdb.python/py-mi-var-info-path-expression.exp: New file.
10484
10485 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
10486
10487 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
10488 error after "cannot resolve name" string.
10489
10490 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
10491
10492 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
10493 started.
10494 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
10495
10496 2018-07-28 Tom de Vries <tdevries@suse.de>
10497
10498 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
10499
10500 2018-07-26 Tom de Vries <tdevries@suse.de>
10501
10502 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
10503
10504 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
10505
10506 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
10507 is visible.
10508
10509 2018-07-26 Tom de Vries <tdevries@suse.de>
10510
10511 PR breakpoints/23366
10512 * gdb.base/catch-follow-exec.c: New test.
10513 * gdb.base/catch-follow-exec.exp: New file.
10514
10515 2018-07-25 Tom de Vries <tdevries@suse.de>
10516
10517 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
10518 vla-optimized-out.c.
10519
10520 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
10521
10522 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
10523 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
10524
10525 2018-07-20 Tom de Vries <tdevries@suse.de>
10526
10527 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
10528 NOCLONE macro.
10529 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
10530
10531 2018-07-19 Tom de Vries <tdevries@suse.de>
10532
10533 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
10534 regular expression.
10535
10536 2018-07-18 Tom de Vries <tdevries@suse.de>
10537
10538 * gdb.base/vla-optimized-out.c: New test.
10539 * gdb.base/vla-optimized-out.exp: New file.
10540
10541 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
10542
10543 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
10544 message "No address associated with hostname" when gdbserver
10545 cannot resolve the hostname.
10546
10547 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10548
10549 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
10550 Add some test prefixes to make tests unique.
10551
10552 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10553
10554 * gdb.base/frameapply.c: New file.
10555 * gdb.base/frameapply.exp: New file.
10556
10557 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10558
10559 * gdb.base/skip.exp: Update expected error message.
10560
10561 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
10562 Jan Kratochvil <jan.kratochvil@redhat.com>
10563 Paul Fertser <fercerpav@gmail.com>
10564 Tsutomu Seki <sekiriki@gmail.com>
10565
10566 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
10567 parameter.
10568 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
10569 by default.
10570 * boards/native-gdbserver.exp: Likewise.
10571 * gdb.server/run-without-local-binary.exp: Improve regexp used
10572 for detecting when a remote debugging connection succeeds.
10573 * gdb.server/server-connect.exp: New file.
10574 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
10575 Do not prefix the port number with ":".
10576 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
10577 support for detecting and using it. Add '$debughost_gdbserver'
10578 to the list of arguments used to start gdbserver. Handle case
10579 when gdbserver cannot resolve a network name.
10580
10581 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
10582
10583 PR c++/23373
10584 * gdb.base/ptype-offsets.cc (struct static_member): New
10585 struct.
10586 (main) <stmember>: New variable.
10587 * gdb.base/ptype-offsets.exp: Add test for printing a struct
10588 with a static member in it.
10589
10590 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
10591
10592 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
10593 watchpoints enabled and disabled.
10594
10595 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
10596
10597 * gdb.base/examine-backward.exp: Still run tests around address
10598 0x0, even if address 0x0 is not readable. Update the pattern for
10599 matching address 0x0 in expected output.
10600
10601 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
10602
10603 * gdb.base/share-env-with-gdbserver.c (main): Add call to
10604 malloc/free.
10605
10606 2018-07-04 Tom de Vries <tdevries@suse.de>
10607
10608 * gdb.dwarf2/dw2-error.exp: Update expected error message.
10609
10610 2018-07-02 Maciej W. Rozycki <macro@mips.com>
10611
10612 PR tdep/8282
10613 * gdb.arch/mips-disassembler-options.exp: New test.
10614 * gdb.arch/mips-disassembler-options.s: New test source.
10615
10616 2018-06-29 Pedro Alves <palves@redhat.com>
10617
10618 * gdb.threads/names.exp: Adjust expected "info threads" output.
10619
10620 2018-06-29 Pedro Alves <palves@redhat.com>
10621
10622 * gdb.opt/inline-break.exp (line number, address): Add "info
10623 break" tests.
10624
10625 2018-06-29 Pedro Alves <palves@redhat.com>
10626
10627 * gdb.opt/inline-break.c (func1): Add "break here" marker.
10628 * gdb.opt/inline-break.exp: Test setting breakpoints by line
10629 number and address and running to them.
10630
10631 2018-06-29 Richard Bunt <richard.bunt@arm.com>
10632
10633 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
10634
10635 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10636
10637 * lib/compiler.c: Remove executable permission flag.
10638
10639 2018-06-28 Richard Bunt <richard.bunt@arm.com>
10640
10641 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
10642 code.
10643 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
10644
10645 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
10646
10647 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
10648
10649 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
10650
10651 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
10652 address argument is omitted.
10653
10654 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
10655
10656 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
10657
10658 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
10659
10660 PR gdb/21695
10661 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
10662 * gdb.base/infoline-reloc-main-from-zero.c: New file.
10663
10664 2018-06-26 Tom Tromey <tom@tromey.com>
10665
10666 PR rust/22574:
10667 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
10668 * gdb.rust/simple.rs (struct SimpleLayout): New.
10669
10670 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
10671
10672 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
10673 "info registers" output.
10674
10675 2018-06-21 Richard Bunt <richard.bunt@arm.com>
10676
10677 * gdb.base/watchpoint-hw-attach.c: New test.
10678 * gdb.base/watchpoint-hw-attach.exp: New file.
10679
10680 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
10681
10682 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
10683 through /bin/sh.
10684 * boards/dwarf4-gdb-index.exp: Likewise.
10685 * boards/fission-dwp.exp: Likewise.
10686
10687 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
10688
10689 * gdb.base/float128.exp: Add comment and improved fail message
10690 to the failure case of "print large128" test.
10691
10692 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
10693
10694 * configure.ac: Remove AC_PREREQ.
10695 * configure: Re-generate.
10696
10697 2018-06-19 Pedro Alves <palves@redhat.com>
10698
10699 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
10700 (func_extern_caller): New.
10701 (main): Call func_extern_caller.
10702 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
10703 logic change.
10704
10705 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
10706
10707 PR gdb/16841
10708 * gdb.cp/typedef-base.cc: New file.
10709 * gdb.cp/typedef-base.exp: New file.
10710
10711 2018-06-18 Tom de Vries <tdevries@suse.de>
10712
10713 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
10714
10715 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
10716 Richard Bunt <Richard.Bunt@arm.com>
10717
10718 * gdb.threads/attach-slow-waitpid.c: New file.
10719 * gdb.threads/attach-slow-waitpid.exp: New file.
10720 * gdb.threads/slow-waitpid.c: New file.
10721
10722 2018-06-14 Pedro Alves <palves@redhat.com>
10723
10724 * gdb.base/fork-running-state.c: Include <errno.h>.
10725 (exit_if_relative_exits): New.
10726 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
10727 exits.
10728 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
10729 child exits.
10730
10731 2018-06-14 Tom de Vries <tdevries@suse.de>
10732
10733 PR cli/22573
10734 * gdb.base/finish-pretty.c: New test.
10735 * gdb.base/finish-pretty.exp: New file.
10736
10737 2018-06-14 Pedro Alves <palves@redhat.com>
10738
10739 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
10740 gdb's expected startup output.
10741
10742 2018-06-14 Pedro Alves <palves@redhat.com>
10743
10744 * lib/selftest-support.exp (selftest_setup): Remove inlined
10745 function handling.
10746
10747 2018-06-14 Tom de Vries <tdevries@suse.de>
10748
10749 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
10750 matching of breakpoint printing.
10751
10752 2018-06-13 Tom de Vries <tdevries@suse.de>
10753
10754 PR testsuite/23269
10755 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
10756 (fork_child): ... here, and ...
10757 (fork_parent): ... here.
10758
10759 2018-06-12 Tom de Vries <tdevries@suse.de>
10760
10761 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
10762
10763 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
10764 Stephen Roberts <stephen.roberts@arm.com>
10765
10766 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
10767 rewrite test to describe action performed, rather than possible
10768 failure.
10769
10770 2018-06-08 Gary Benson <gbenson@redhat.com>
10771
10772 * gdb.threads/check-libthread-db.exp: New file.
10773 * gdb.threads/check-libthread-db.c: Likewise.
10774
10775 2018-06-05 Tom Tromey <tom@tromey.com>
10776
10777 * gdb.base/default.exp: Update expected "show version" output.
10778
10779 2018-06-05 Tom Tromey <tom@tromey.com>
10780
10781 PR cli/12326:
10782 * gdb.cp/static-print-quit.exp: Update.
10783 * lib/gdb.exp (pagination_prompt): Update.
10784 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
10785 * gdb.python/python.exp: Update.
10786
10787 2018-06-04 Joel Brobecker <brobecker@adacore.com>
10788
10789 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
10790
10791 2018-06-01 Joel Brobecker <brobecker@adacore.com>
10792
10793 * gdb.ada/bp_fun_addr: New testcase.
10794
10795 2018-06-01 Tom Tromey <tom@tromey.com>
10796
10797 * gdb.xml/tdesc-regs.exp (load_description): Update expected
10798 results.
10799 * gdb.dwarf2/method-ptr.exp: Set language to C++.
10800 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
10801 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
10802 * gdb.base/maint.exp (maint_pass_if): Update.
10803
10804 2018-05-31 Maciej W. Rozycki <macro@mips.com>
10805
10806 * gdb.base/endian.exp: New test.
10807 * gdb.base/endian.c: New test source.
10808
10809 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
10810
10811 PR gdb/23203
10812 * gdb.base/bt-selected-frame.c: New file.
10813 * gdb.base/bt-selected-frame.exp: New file.
10814 * lib/gdb.exp (get_current_frame_number): New function.
10815
10816 2018-05-24 Maciej W. Rozycki <macro@mips.com>
10817 Pedro Alves <palves@redhat.com>
10818
10819 * gdb.threads/tls-core.c: Include <stdlib.h>
10820 (thread_proc): Call `abort'.
10821 * gdb.threads/tls-core.exp: Generate a core with core_find too.
10822 (tls_core_test): New procedure, bits factored out from ...
10823 (top level): ... here. Test both native cores and gcore cores.
10824
10825 2018-05-23 Tom Tromey <tom@tromey.com>
10826
10827 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
10828
10829 2018-05-23 Tom Tromey <tom@tromey.com>
10830
10831 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
10832 symfile_complaints.
10833 (test_short_complaints): Likewise.
10834 (test_empty_complaints): Likewise.
10835 (test_initial_complaints): Update.
10836
10837 2018-05-23 Tom Tromey <tom@tromey.com>
10838
10839 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
10840
10841 2018-05-23 Tom Tromey <tom@tromey.com>
10842
10843 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
10844 (test_short_complaints): Update.
10845
10846 2018-05-22 Pedro Alves <palves@redhat.com>
10847
10848 * gdb.base/remote.exp: Only gdb_start after compiling the
10849 testcase. Issue "disconnect" before testing "set remote" command
10850 defaults. Issue clean_restart before running to main.
10851
10852 2018-05-22 Pedro Alves <palves@redhat.com>
10853
10854 * gdb.base/remote.exp: Adjust expected output of "show remote
10855 memory-write-packet-size". Add tests for "set remote
10856 memory-write-packet-size 0" and "set remote
10857 memory-write-packet-size fixed/limit".
10858
10859 2018-05-22 Pedro Alves <palves@redhat.com>
10860
10861 PR gdb/22973
10862 * gdb.base/utf8-identifiers.c: New file.
10863 * gdb.base/utf8-identifiers.exp: New file.
10864
10865 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
10866
10867 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
10868
10869 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
10870
10871 * gdb.arch/powerpc-vsx-gcore.exp: New file.
10872
10873 2018-05-18 Tom Tromey <tom@tromey.com>
10874
10875 * gdb.base/ptype-offsets.exp: Update.
10876
10877 2018-05-17 Keith Seitz <keiths@redhat.com>
10878
10879 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
10880 in expected breakpoint stop locations.
10881 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
10882 move to proper scope to test variable values.
10883 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
10884 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
10885 New functions.
10886 (main): Call not_inline_func3.
10887 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
10888 inline_func1, inline_func2, and inline_func3. Test that when each
10889 breakpoint is hit, GDB properly reports both the stop location
10890 and the backtrace. Repeat tests for temporary breakpoints.
10891
10892 2018-05-15 Maciej W. Rozycki <macro@mips.com>
10893
10894 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
10895 rather then trying to access it in determining whether the PID
10896 of `gdbserver' could have been retrieved.
10897
10898 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
10899
10900 * gdb.arch/amd64-init-x87-values.S: New file.
10901 * gdb.arch/amd64-init-x87-values.exp: New file.
10902
10903 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10904
10905 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
10906
10907 2018-05-04 Tom Tromey <tom@tromey.com>
10908
10909 PR python/22730:
10910 * gdb.python/python.exp: Test multi-line execute.
10911
10912 2018-05-04 Tom Tromey <tom@tromey.com>
10913
10914 PR python/22731:
10915 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
10916
10917 2018-05-04 Tom Tromey <tom@tromey.com>
10918
10919 PR gdb/11750:
10920 * gdb.base/define.exp: Test defining a user command inside a user
10921 command.
10922 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
10923
10924 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10925 Pedro Alves <palves@redhat.com>
10926
10927 PR breakpoints/19806 and support for PR external/20207.
10928 * gdb.base/watchpoint-unaligned.c: New file.
10929 * gdb.base/watchpoint-unaligned.exp: New file.
10930
10931 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
10932
10933 * gdb.base/maint.exp: Make test names unique, use
10934 test_prefix_command_help to test 'help maint info', and remove
10935 repeated test of 'help maint'.
10936
10937 2018-05-04 Tom Tromey <tom@tromey.com>
10938
10939 PR gdb/22619:
10940 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
10941 behavior.
10942
10943 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
10944
10945 * gdb.base/maint.exp: Process output from 'maint print registers'
10946 line at a time.
10947
10948 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
10949
10950 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
10951 timeout.
10952
10953 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
10954
10955 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
10956 filter pattern.
10957
10958 2018-05-02 Pedro Alves <palves@redhat.com>
10959
10960 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
10961 to_log_command renames.
10962 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
10963
10964 2018-05-02 Tom Tromey <tom@tromey.com>
10965
10966 * gdb.python/py-parameter.exp: Set test message.
10967
10968 2018-05-02 Tom Tromey <tom@tromey.com>
10969
10970 PR python/20084:
10971 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
10972 PARAM_ZUINTEGER_UNLIMITED tests.
10973
10974 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
10975
10976 PR rust/23124
10977 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
10978 when casting.
10979
10980 2018-04-30 Tom Tromey <tom@tromey.com>
10981
10982 * gdb.python/py-type.exp: Check align attribute.
10983 * gdb.python/py-type.c: New "aligncheck" global.
10984
10985 2018-04-30 Tom Tromey <tom@tromey.com>
10986
10987 PR exp/17095:
10988 * gdb.dwarf2/dw2-align.exp: New file.
10989 * gdb.cp/align.exp: New file.
10990 * gdb.base/align.exp: New file.
10991 * lib/gdb.exp (gdb_int128_helper): New proc.
10992 (has_int128_c, has_int128_cxx): New caching procs.
10993
10994 2018-04-27 Tom Tromey <tom@tromey.com>
10995
10996 PR rust/22545:
10997 * gdb.rust/simple.exp: Add inclusive range tests.
10998
10999 2018-04-26 Pedro Alves <palves@redhat.com>
11000
11001 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
11002 ifunc breakpoint locations correctly of ifunc breakpoints set
11003 while the program resolves the ifunc.
11004
11005 2018-04-26 Pedro Alves <palves@redhat.com>
11006
11007 * gdb.base/gnu-ifunc-final.c: New file.
11008 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
11009 * gdb.base/gnu-ifunc.exp (executable): Delete.
11010 (staticexecutable): Adjust.
11011 (lib_opts, exec_opts): Delete.
11012 (make_binsuffix, build, set-break): New procedures.
11013 (misc_tests): New, with tests factored out from the top level.
11014 (top level): Test different combinations of ifunc resolver name,
11015 resolver with and with debug info, and ifunc target with and
11016 without debug info. Wrap static tests with with_target_prefix.
11017
11018 2018-04-26 Pedro Alves <palves@redhat.com>
11019
11020 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
11021 return type" warnings.
11022
11023 2018-04-25 Pedro Alves <palves@redhat.com>
11024
11025 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
11026 killed".
11027 * gdb.base/kill-after-signal.exp: Likewise.
11028 * gdb.threads/kill.exp: Likewise.
11029
11030 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11031 Sergio Durigan Junior <sergiodj@redhat.com>
11032 Pedro Alves <palves@redhat.com>
11033
11034 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
11035 regexps to expect for '[Inferior ... detached]' as well.
11036 * gdb.base/attach.exp: Likewise.
11037 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
11038 "gdb_continue_to_end".
11039 (test_catch_syscall_with_wrong_args): Likewise.
11040 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
11041 ']'. Don't set 'verbose' on.
11042 * gdb.base/foll-vfork.exp: Likewise.
11043 * gdb.base/fork-print-inferior-events.c: New file.
11044 * gdb.base/fork-print-inferior-events.exp: New file.
11045 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
11046 '[Inferior ... has been killed]' message.
11047 * gdb.base/kill-after-signal.exp: Likewise.
11048 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
11049 detach message.
11050 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
11051 message.
11052 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
11053 regexps to expect for '[Inferior ... detached]' as well.
11054 * gdb.threads/process-dies-while-detaching.exp: Likewise.
11055
11056 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
11057
11058 PR gdb/23104
11059 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
11060
11061 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
11062
11063 PR gdb/23095
11064 * gdb.base/break-probes.exp: Pass shlib_load to
11065 prepare_for_testing. Set normal_bp to r_debug_state if target is
11066 bsd.
11067
11068 2018-04-19 Richard Bunt <richard.bunt@arm.com>
11069
11070 * gdb.threads/multiple-successive-infcall.c: New test.
11071 * gdb.threads/multiple-successive-infcall.exp: New file.
11072
11073 2018-04-17 Tom Tromey <tom@tromey.com>
11074
11075 * gdb.rust/simple.rs (Union): New type.
11076 (main): New local "u".
11077 * gdb.rust/simple.exp (test_one_slice): Add new test case.
11078
11079 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11080
11081 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
11082 number information in output of "whereis" command.
11083 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
11084
11085 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11086
11087 * gdb.ada/info_types.exp: Adjust expected output to the line
11088 numbers now printed by "info var/func/type".
11089 * gdb.base/completion.exp: Likewise.
11090 * gdb.base/included.exp: Likewise.
11091 * gdb.cp/cp-relocate.exp: Likewise.
11092 * gdb.cp/cplusfuncs.exp: Likewise.
11093 * gdb.cp/namespace.exp: Likewise.
11094 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
11095
11096 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
11097
11098 * gdb.btrace/cpu.exp: New.
11099
11100 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
11101
11102 * gdb.base/step-indirect-call-thunk.exp: New.
11103 * gdb.base/step-indirect-call-thunk.c: New.
11104 * gdb.reverse/step-indirect-call-thunk.exp: New.
11105 * gdb.reverse/step-indirect-call-thunk.c: New.
11106
11107 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
11108
11109 * gdb.base/pie-fork.c: New file.
11110 * gdb.base/pie-fork.exp: New file.
11111
11112 2018-04-11 Tom Tromey <tom@tromey.com>
11113
11114 * gdb.rust/simple.exp: Add test for ".." struct initializer.
11115
11116 2018-04-10 Pedro Alves <palves@redhat.com>
11117
11118 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
11119 exits. Instead loop running forever.
11120 (fork_parent): Run forever too.
11121
11122 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
11123
11124 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
11125 mi_continue_to_line.
11126 * gdb.mi/mi-stack.c (callee4): Add comment.
11127
11128 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
11129
11130 * gdb.mi/mi-stack.exp: Fix indentation.
11131
11132 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
11133
11134 PR gdb/22979
11135 * gdb.arch/amd64-osabi.exp: New file.
11136
11137 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
11138
11139 PR gdb/22980
11140 * gdb.base/osabi.exp: New file.
11141
11142 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
11143
11144 * gdb.cp/static-typedef-print.exp: New file.
11145 * gdb.cp/static-typedef-print.cc: New file.
11146
11147 2018-03-27 Joel Brobecker <brobecker@adacore.com>
11148
11149 * gdb.ada/varsize_limit: New testcase.
11150
11151 2018-03-27 Joel Brobecker <brobecker@adacore.com>
11152
11153 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
11154
11155 * gdb.ada/notcplusplus: New testcase.
11156
11157 * gdb.base/c-linkage-name.c: New file.
11158 * gdb.base/c-linkage-name.exp: New testcase.
11159
11160 2018-03-26 Tom Tromey <tom@tromey.com>
11161
11162 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
11163 * gdb.python/py-framefilter.py (name_error): New global.
11164 (ErrorInName.function): Use name_error.
11165
11166 2018-03-26 Tom Tromey <tom@tromey.com>
11167
11168 PR backtrace/15582:
11169 * gdb.python/py-framefilter.exp: Add "bt hide" test.
11170
11171 2018-03-23 Keith Seitz <keiths@redhat.com>
11172
11173 PR c++/22968
11174 * gdb.cp/subtypes.exp: New file.
11175 * gdb.cp/subtypes.h: New file.
11176 * gdb.cp/subtypes.cc: New file.
11177 * gdb.cp/subtypes-2.cc: New file.
11178
11179 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
11180
11181 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
11182 (done): Call '_exit' not 'exit' to avoid atexit handlers.
11183 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
11184 -nostartfiles when compiling the test. Confirm that all registers
11185 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
11186
11187 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
11188
11189 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
11190 option, syntax was wrong anyway.
11191 * gdb.arch/arm-disp-step.exp: Likewise.
11192 * gdb.arch/sparc64-regs.exp: Likewise.
11193 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
11194 option, syntax was wrong anyway, switch to use
11195 prepare_for_testing.
11196 * gdb.arch/i386-disp-step.exp: Likewise.
11197
11198 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
11199
11200 * gdb.ada/exec_changed.exp: Replace "target_info exists
11201 use_gdb_stub" by "use_gdb_stub".
11202 * gdb.ada/start.exp: Likewise.
11203 * gdb.base/async-shell.exp: Likewise.
11204 * gdb.base/attach-pie-misread.exp: Likewise.
11205 * gdb.base/attach-wait-input.exp: Likewise.
11206 * gdb.base/break-entry.exp: Likewise.
11207 * gdb.base/break-interp.exp: Likewise.
11208 * gdb.base/dprintf-detach.exp: Likewise.
11209 * gdb.base/nostdlib.exp: Likewise.
11210 * gdb.base/solib-nodir.exp: Likewise.
11211 * gdb.base/statistics.exp: Likewise.
11212 * gdb.base/testenv.exp: Likewise.
11213 * gdb.mi/mi-exec-run.exp: Likewise.
11214 * gdb.mi/mi-start.exp: Likewise.
11215 * gdb.multi/dummy-frame-restore.exp: Likewise.
11216 * gdb.multi/multi-arch-exec.exp: Likewise.
11217 * gdb.multi/multi-arch.exp: Likewise.
11218 * gdb.multi/tids.exp: Likewise.
11219 * gdb.multi/watchpoint-multi.exp: Likewise.
11220 * gdb.python/py-events.exp: Likewise.
11221 * gdb.threads/attach-into-signal.exp: Likewise.
11222 * gdb.threads/attach-stopped.exp: Likewise.
11223 * gdb.threads/threadapply.exp: Likewise.
11224 * lib/selftest-support.exp: Likewise.
11225
11226 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
11227
11228 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
11229
11230 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
11231
11232 * gdb.perf/template-breakpoints.cc: New file.
11233 * gdb.perf/template-breakpoints.exp: New file.
11234 * gdb.perf/template-breakpoints.py: New file.
11235
11236 2018-03-19 Tom Tromey <tom@tromey.com>
11237
11238 * gdb.rust/simple.rs (main): Add local variables field1, field2,
11239 y0.
11240 * gdb.rust/simple.exp: Test bare identifier form of struct
11241 initializer.
11242
11243 2018-03-19 Tom Tromey <tom@tromey.com>
11244
11245 * gdb.gdb/observer.exp: Remove.
11246
11247 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
11248
11249 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
11250 "qualified" option when setting breakpoints.
11251 * gdb.trace/backtrace.exp: Likewise.
11252 * gdb.trace/circ.exp: Likewise.
11253 * gdb.trace/collection.exp: Likewise.
11254 * gdb.trace/disconnected-tracing.exp: Likewise.
11255 * gdb.trace/ftrace-lock.exp: Likewise.
11256 * gdb.trace/ftrace.exp: Likewise.
11257 * gdb.trace/infotrace.exp: Likewise.
11258 * gdb.trace/packetlen.exp: Likewise.
11259 * gdb.trace/passc-dyn.exp: Likewise.
11260 * gdb.trace/qtro.exp: Likewise.
11261 * gdb.trace/read-memory.exp: Likewise.
11262 * gdb.trace/report.exp: Likewise.
11263 * gdb.trace/signal.exp: Likewise.
11264 * gdb.trace/status-stop.exp: Likewise.
11265 * gdb.trace/strace.exp: Likewise.
11266 * gdb.trace/tfind.exp: Likewise.
11267 * gdb.trace/trace-break.exp: Likewise.
11268 * gdb.trace/trace-condition.exp: Likewise.
11269 * gdb.trace/trace-mt.exp: Likewise.
11270 * gdb.trace/tstatus.exp: Likewise.
11271 * gdb.trace/tsv.exp: Likewise.
11272 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
11273 * gdb.trace/unavailable.exp: Likewise.
11274 * gdb.trace/while-dyn.exp: Likewise.
11275
11276 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11277
11278 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
11279 that libinproctrace is copied to the target.
11280
11281 2018-03-14 Tom Tromey <tom@tromey.com>
11282
11283 PR cli/14977:
11284 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
11285 a null pointer.
11286 * gdb.base/wchar.exp: Likewise.
11287
11288 2018-03-14 Tom Tromey <tom@tromey.com>
11289
11290 PR cli/19918:
11291 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
11292 flag.
11293
11294 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
11295
11296 PR gdb/22841
11297 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
11298 "target" to remote_exec.
11299
11300 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
11301
11302 PR gdb/22841
11303 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
11304 ${board}_upload): Remove.
11305
11306 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
11307
11308 * gdb.cp/watch-cp.cc: New test.
11309 * gdb.cp/watch-cp.exp: New file.
11310
11311 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
11312
11313 * gdb.base/infcall-nested-structs.exp: New file.
11314 * gdb.base/infcall-nested-structs.c: New file.
11315 * gdb.base/float.exp: Add riscv support.
11316
11317 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
11318
11319 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
11320 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
11321
11322 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
11323
11324 * gdb.server/abspath.exp: New file.
11325 * lib/gdb.exp (with_cwd): New procedure.
11326
11327 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
11328
11329 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
11330 use it.
11331 (gdb_is_target_remote_prompt): New proc.
11332 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
11333 (gdb_is_target_native): Pass prompt parameter to
11334 gdb_is_target_1.
11335
11336 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
11337
11338 * gdb.base/load-command.c: New file.
11339 * gdb.base/load-command.exp: New file.
11340 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
11341 (gdb_is_target_1): ...this, and generalize for other targets
11342 than just remote.
11343 (gdb_is_target_remote): Use gdb_is_target_1.
11344 (gdb_is_target_native): use gdb_is_target_1.
11345
11346 2018-02-26 Tom Tromey <tom@tromey.com>
11347
11348 PR python/16497:
11349 * gdb.python/py-framefilter.exp: Update test.
11350
11351 2018-02-26 Tom Tromey <tom@tromey.com>
11352
11353 * gdb.dwarf2/variant.c: New file.
11354 * gdb.dwarf2/variant.exp: New file.
11355
11356 2018-02-26 Tom Tromey <tom@tromey.com>
11357
11358 * gdb.rust/simple.exp: Accept more possible results in enum test.
11359
11360 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
11361
11362 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
11363 parentheses.
11364
11365 2018-02-23 Maciej W. Rozycki <macro@mips.com>
11366
11367 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
11368 name of a variable: $actual_linejj -> $actual_line.
11369
11370 2018-02-21 John Baldwin <jhb@FreeBSD.org>
11371
11372 * gdb.arch/amd64-i386-address.exp: Fix a typo.
11373
11374 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
11375
11376 * gdb.btrace/buffer-size.exp: Do not force BTS.
11377
11378 2018-02-14 Pedro Alves <palves@redhat.com>
11379
11380 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
11381 getting a "Quit".
11382
11383 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
11384
11385 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
11386 Fix test name.
11387
11388 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
11389
11390 * gdb.cp/m-static.exp: Check type of optimized out static
11391 member.
11392
11393 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
11394
11395 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
11396 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
11397
11398 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
11399 Leszek Swirski <leszeks@google.com>
11400
11401 * gdb.python/py-prettyprint.c
11402 (struct to_string_returns_value_inner,
11403 struct to_string_returns_value_wrapper): New.
11404 (main): Add tsrvw variable.
11405 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
11406 ToStringReturnsValueWrapper): New classes.
11407 (register_pretty_printers): Register new pretty-printers.
11408 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
11409 recursive pretty printer.
11410 * gdb.python/py-mi.exp: Likewise.
11411
11412 2018-02-01 Leszek Swirski <leszeks@google.com>
11413
11414 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
11415 functions with the same name as an include file are parsed
11416 correctly.
11417
11418 2018-02-01 Yao Qi <yao.qi@linaro.org>
11419
11420 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
11421 "\[^\r\n\]*".
11422
11423 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
11424
11425 * gdb.arch/powerpc-prologue-frame.s: New file.
11426 * gdb.arch/powerpc-prologue-frame.c: Likewise.
11427 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
11428
11429 2018-01-31 Joel Brobecker <brobecker@adacore.com>
11430
11431 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
11432
11433 2018-01-30 Pedro Alves <palves@redhat.com>
11434
11435 PR gdb/13211
11436 * gdb.base/interrupt-daemon.c: New.
11437 * gdb.base/interrupt-daemon.exp: New.
11438 * gdb.multi/multi-term-settings.c: New.
11439 * gdb.multi/multi-term-settings.exp: New.
11440
11441 2018-01-30 Joel Brobecker <brobecker@adacore.com>
11442
11443 * gdb.base/break.exp: Save the location where the breakpoint
11444 on break.c:47 was actually inserted when debugging the version
11445 compiled at -O2 and use it in the expected output of the "info
11446 break" test performed soon after.
11447
11448 2018-01-22 Pedro Alves <palves@redhat.com>
11449 Sergio Durigan Junior <sergiodj@redhat.com>
11450
11451 * gdb.base/whatis.exp: Add tests for 'set print object on' +
11452 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
11453
11454 2018-01-22 Joel Brobecker <brobecker@adacore.com>
11455
11456 * gdb.base/break-include.c, gdb.base/break-include.inc,
11457 gdb.base/break-include.exp: New files.
11458 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
11459 line number now being the actual line number where the breakpoint
11460 was inserted.
11461 * gdb.mi/mi-break.exp: Likewise.
11462 * gdb.mi/mi-reverse.exp: Likewise.
11463 * gdb.mi/mi-simplerun.exp: Ditto.
11464
11465 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
11466
11467 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
11468 varobj.
11469 * gdb.mi/mi-var-create-rtti.exp: Likewise.
11470
11471 2018-01-21 Don Breazeal <donb@codesourcery.com>
11472 Andrew Burgess <andrew.burgess@embecosm.com>
11473
11474 * gdb.mi/basics.c: Add new global.
11475 * gdb.mi/mi-frame-regs.exp: New file.
11476 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
11477 case.
11478
11479 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
11480
11481 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
11482 non-parameter, and on an unknown symbol.
11483
11484 2018-01-19 Tom Tromey <tom@tromey.com>
11485
11486 * gdb.rust/modules.rs (TWENTY_THREE): New global.
11487 * gdb.rust/modules.exp: Add ::-qualified lookup test.
11488
11489 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
11490
11491 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
11492 setrlimit and chdir to int.
11493
11494 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
11495
11496 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
11497 function.
11498 (my_tend): Likewise.
11499 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
11500 rationale of avoiding FP- and vector instructions.
11501
11502 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
11503
11504 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
11505 "info reg" with "\[ \t\]*".
11506 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
11507 "\[ \t\]+".
11508 * gdb.arch/s390-multiarch.exp: Ditto.
11509 * gdb.base/pc-fp.exp: Ditto.
11510 * gdb.reverse/i386-precsave.exp: Ditto.
11511 * gdb.reverse/i386-reverse.exp: Ditto.
11512 * gdb.reverse/i387-env-reverse.exp: Ditto.
11513 * gdb.reverse/i387-stack-reverse.exp: Ditto.
11514
11515 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
11516
11517 * lib/gdb.exp (gdb_compile): Re-enable use of
11518 universal_compile_options for languages other than Rust.
11519
11520 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
11521
11522 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
11523
11524 2018-01-17 Mike Gulick <mgulick@mathworks.com>
11525
11526 PR gdb/16577
11527 * gdb.base/solib-vanish.exp: New.
11528 * gdb.base/solib-vanish-main.c: New.
11529 * gdb.base/solib-vanish-lib1.c: New.
11530 * gdb.base/solib-vanish-lib2.c: New.
11531
11532 2018-01-17 Yao Qi <yao.qi@linaro.org>
11533
11534 * gdb.compile/compile.exp: Match the address printed for
11535 frame in the output of command "bt".
11536
11537 2018-01-15 Tom Tromey <tom@tromey.com>
11538
11539 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
11540 compute sp_reg.
11541
11542 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
11543
11544 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
11545 to prepare.
11546 (prepare): Return 0 on error, 1 on success.
11547
11548 2018-01-12 Pedro Alves <palves@redhat.com>
11549
11550 * gdb.base/continue-after-aborted-step-over.c: New.
11551 * gdb.base/continue-after-aborted-step-over.exp: New.
11552
11553 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
11554
11555 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
11556 options when not creating an executable.
11557
11558 2018-01-11 Pedro Alves <palves@redhat.com>
11559
11560 PR remote/22597
11561 * gdb.server/stop-reply-no-thread.c: New file.
11562 * gdb.server/stop-reply-no-thread.exp: New file.
11563
11564 2018-01-10 Pedro Alves <palves@redhat.com>
11565
11566 PR gdb/22670
11567 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
11568 functions too. Test setting breakpoints and printing C functions
11569 with no debug info too.
11570 * gdb.ada/bp_c_mixed_case/qux.c: New file.
11571
11572 2018-01-10 Pedro Alves <palves@redhat.com>
11573
11574 PR gdb/22670
11575 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
11576 a fail.
11577
11578 2018-01-10 Pedro Alves <palves@redhat.com>
11579
11580 PR gdb/22670
11581 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
11582
11583 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
11584
11585 * gdb.server/unittest.exp: Match the output in non-development
11586 mode.
11587
11588 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
11589
11590 * gdb.gdb/unittest.exp: Match output in non-development mode.
11591
11592 2018-01-08 Joel Brobecker <brobecker@adacore.com>
11593
11594 * gdb.ada/access_tagged_param.exp: Relax expected output
11595 for value of "ObjL" in "continue" to pck.inspect breakpoint
11596 test.
11597
11598 2018-01-08 Joel Brobecker <brobecker@adacore.com>
11599
11600 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
11601 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
11602
11603 2018-01-05 Pedro Alves <palves@redhat.com>
11604
11605 PR gdb/18653
11606 * gdb.base/libsegfault.exp: New.
11607
11608 2018-01-05 Joel Brobecker <brobecker@adacore.com>
11609
11610 PR gdb/22670
11611 * gdb.ada/access_tagged_param.exp: New file.
11612 * gdb.ada/access_tagged_param/foo.adb: New file.
11613
11614 2018-01-05 Pedro Alves <palves@redhat.com>
11615
11616 PR gdb/22670
11617 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
11618 exercise lower case too, and to exercise both full matching and
11619 wild matching.
11620
11621 2018-01-05 Joel Brobecker <brobecker@adacore.com>
11622
11623 * gdb.ada/rename_subscript_param: New testcase.
11624
11625 2018-01-05 Jerome Guitton <guitton@adacore.com>
11626
11627 * gdb.ada/arr_acc_idx_w_gap: New testcase.
11628
11629 2018-01-05 Joel Brobecker <brobecker@adacore.com>
11630
11631 * gdb.ada/convvar_comp: New testcase.
11632
11633 2018-01-05 Xavier Roirand <roirand@adacore.com>
11634
11635 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
11636 (My_Table): New global variable.
11637 * testsuite/gdb.ada/array_char_idx.exp: Add test.
11638
11639 2018-01-04 Joel Brobecker <brobecker@adacore.com>
11640
11641 PR gdb/22670
11642 * gdb.ada/maint_with_ada: New testcase.
11643
11644 2018-01-04 Joel Brobecker <brobecker@adacore.com>
11645
11646 PR gdb/22670
11647 * gdb.ada/bp_c_mixed_case: New testcase.
11648
11649 2018-01-04 Joel Brobecker <brobecker@adacore.com>
11650
11651 PR gdb/22670
11652 * gdb.ada/complete.exp: Add "complete break ada" test.
11653
11654 2018-01-04 Joel Brobecker <brobecker@adacore.com>
11655
11656 PR gdb/22670
11657 * gdb.ada/info_addr_mixed_case: New testcase.
11658
11659 2018-01-03 Xavier Roirand <roirand@adacore.com>
11660
11661 * gdb.ada/excep_handle.exp: New testcase.
11662 * gdb.ada/excep_handle/foo.adb: New file.
11663 * gdb.ada/excep_handle/pck.ads: New file.
11664
11665 2018-01-03 Joel Brobecker <brobecker@adacore.com>
11666
11667 * gdb.base/step-line.c: Add extra empty line in copyright header.
11668 * gdb.base/step-line.inp: Likewise.
11669
11670 2018-01-02 Joel Brobecker <brobecker@adacore.com>
11671
11672 * gdb.ada/dyn_stride.exp: Add slice test.
11673
11674 2018-01-02 Joel Brobecker <brobecker@adacore.com>
11675
11676 * gdb.ada/dyn_stride: New testcase.
11677
11678 2017-12-27 Stafford Horne <shorne@gmail.com>
11679
11680 * gdb.xml/extra-regs.xml: Add example foo reggroup.
11681 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
11682
11683 2017-12-27 Stafford Horne <shorne@gmail.com>
11684
11685 * gdb.base/reggroups.c: New file.
11686 * gdb.base/reggroups.exp: New file.
11687
11688 2017-12-18 Joel Brobecker <brobecker@adacore.com>
11689
11690 * gdb.dwarf2/ada-valprint-error.c: New file.
11691 * gdb.dwarf2/ada-valprint-error.exp: New file.
11692
11693 2017-12-18 Joel Brobecker <brobecker@adacore.com>
11694
11695 * gdb.ada/assign_arr: New testcase.
11696
11697 2017-12-18 Xavier Roirand <roirand@adacore.com>
11698
11699 * gdb.ada/funcall_ptr: New testcase.
11700
11701 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
11702
11703 PR cli/16224
11704 * gdb.base/ptype-offsets.cc: New file.
11705 * gdb.base/ptype-offsets.exp: New file.
11706
11707 2017-12-15 Yao Qi <yao.qi@linaro.org>
11708
11709 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
11710 if XML is disabled.
11711
11712 2017-12-15 Xavier Roirand <roirand@adacore.com>
11713
11714 * gdb.ada/same_component_name: New testcase.
11715
11716 2017-12-14 Joel Brobecker <brobecker@adacore.com>
11717
11718 * gdb.ada/str_binop_equal: New testcase.
11719
11720 2017-12-14 Joel Brobecker <brobecker@adacore.com>
11721
11722 * gdb.ada/task_switch_in_core: New testcase.
11723
11724 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
11725
11726 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
11727 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
11728 call test_bkpt_qualified.
11729 (test_bkpt_qualified): New proc.
11730
11731 2017-12-13 Pedro Alves <palves@redhat.com>
11732
11733 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
11734 Tighten regexp by matching with an anchor.
11735
11736 2017-12-13 Pedro Alves <palves@redhat.com>
11737
11738 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
11739 ("expression with namespace"): New set of tests.
11740 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
11741 (Nested::Test_NS::qux): New.
11742 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
11743 defaults to 'start_quote_char' and 'end_quote_char' parameters.
11744
11745 2017-12-13 Joel Brobecker <brobecker@adacore.com>
11746
11747 * gdb.base/server-del-break.c: New file.
11748 * gdb.base/server-del-break.exp: New file.
11749
11750 2017-12-12 Stafford Horne <shorne@gmail.com>
11751
11752 * gdb.xml/tdesc-regs.exp: Add or1k support.
11753
11754 2017-12-12 Stafford Horne <shorne@gmail.com>
11755
11756 * gdb.base/bp-permanent.c: Define nop of or1k.
11757
11758 2017-12-11 Joel Brobecker <brobecker@adacore.com>
11759
11760 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
11761 output with components being reordered.
11762
11763 2017-12-11 Joel Brobecker <brobecker@adacore.com>
11764
11765 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
11766 output with components being reordered.
11767
11768 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11769 Pedro Alves <palves@redhat.com>
11770
11771 * gdb.base/maint.exp (check for .gdb_index): Check also for
11772 .debug_names.
11773 * gdb.dlang/watch-loc.c (.debug_aranges): New.
11774 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
11775 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
11776 (.gdb_index used after symbol reloading): Support also .debug_names.
11777 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
11778
11779 2017-12-08 Yao Qi <yao.qi@linaro.org>
11780
11781 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
11782 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
11783
11784 2017-12-08 Yao Qi <yao.qi@linaro.org>
11785
11786 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
11787 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
11788
11789 2017-12-08 Yao Qi <yao.qi@linaro.org>
11790
11791 * gdb.arch/aarch64-tagged-pointer.c: New file.
11792 * gdb.arch/aarch64-tagged-pointer.exp: New file.
11793
11794 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
11795
11796 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
11797 "int".
11798
11799 2017-12-07 Keith Seitz <keiths@redhat.com>
11800
11801 PR breakpoints/22569
11802 * gdb.linespec/ls-errs.exp: Change expected result of "break
11803 -source this file has spaces.c -line 3".
11804 Check that an explicit source file followed by whitespace is
11805 identified as an invalid explicit location.
11806
11807 2017-12-07 Keith Seitz <keiths@redhat.com>
11808
11809 * gdb.cp/nested-types.cc: New file.
11810 * gdb.cp/nested-types.exp: New file.
11811 * lib/cp-support.exp: Load data-structures.exp library.
11812 (debug_cp_test_ptype_class): New global.
11813 (cp_ptype_class_verbose, next_line): New procedures.
11814 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
11815 Add and document new return value.
11816 Switch the list of lines to a queue.
11817 Add support for new `type' key for nested type definitions.
11818 Add debugging/troubleshooting messages.
11819 * lib/data-structures.exp: New file.
11820
11821 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
11822
11823 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
11824 with proc_with_prefix, don't use with_test_prefix.
11825
11826 2017-12-07 Tom Tromey <tom@tromey.com>
11827
11828 * gdb.base/break.exp: Add test for empty "commands".
11829
11830 2017-12-07 Yao Qi <yao.qi@linaro.org>
11831
11832 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
11833 malloc and catch syscall.
11834
11835 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
11836
11837 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
11838 tests for explicit locations.
11839
11840 2017-12-06 Pedro Alves <palves@redhat.com>
11841
11842 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
11843 force-disabling XML descriptions.
11844
11845 2017-12-04 Pedro Alves <palves@redhat.com>
11846
11847 PR gdb/22499
11848 * gdb.arch/amd64-disp-step-avx.S: New file.
11849 * gdb.arch/amd64-disp-step-avx.exp: New file.
11850
11851 2017-12-03 Pedro Alves <palves@redhat.com>
11852
11853 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
11854 and <string.h>.
11855 (parent_function): Print distinct messages when waitpid fails, or
11856 the child exits with a signal, or the child exits for an unhandled
11857 reason.
11858 * gdb.threads/process-dies-while-detaching.exp
11859 (detach_and_expect_exit): New 'inf_output_re' parameter and use
11860 it. Wait for both inferior output and GDB's prompt. Use an
11861 indirect spawn id list.
11862 (do_detach): New parameter 'child_exit'. Use it to compute
11863 expected inferior output.
11864 (test_detach, test_detach_watch, test_detach_killed_outside):
11865 Adjust to pass down the expected child exit kind.
11866
11867 2017-12-01 Joel Brobecker <brobecker@adacore.com>
11868 Sergio Durigan Junior <sergiodj@redhat.com>
11869 Pedro Alves <palves@redhat.com>
11870
11871 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
11872
11873 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
11874
11875 * gdb.base/relocate.exp: Add tests to guarantee that arguments
11876 to 'symbol-file' and 'add-symbol-file' can be
11877 position-independent.
11878
11879 2017-12-01 Yao Qi <yao.qi@linaro.org>
11880
11881 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
11882 the URL in copyright header.
11883 * gdb.arch/aarch64-fp.exp: Likewise.
11884 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
11885 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
11886 * gdb.base/expand-psymtabs.exp: Likewise.
11887 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
11888 * gdb.fortran/common-block.exp: Likewise.
11889 * gdb.fortran/common-block.f90: Likewise.
11890 * gdb.fortran/logical.exp: Likewise.
11891 * gdb.fortran/vla-datatypes.f90: Likewise.
11892 * gdb.fortran/vla-sub.f90: Likewise.
11893
11894 2017-11-30 Joel Brobecker <brobecker@adacore.com>
11895
11896 * gdb.ada/repeat_dyn: New testcase.
11897
11898 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
11899
11900 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
11901 Update for changed thread numbering.
11902 * gdb.cell/bt.exp: Update for changed GDB output.
11903
11904 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
11905
11906 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
11907 setting isremote by hand.
11908 * boards/dwarf4-gdb-index.exp: Likewise.
11909 * boards/fission.exp: Likewise.
11910 * boards/stabs.exp: Likewise.
11911
11912 2017-11-30 Pedro Alves <palves@redhat.com>
11913
11914 * gdb.linespec/cpls-ops.exp
11915 (check_explicit_skips_function_argument): Extract the underlying
11916 type of size_t instead of hardcoding it.
11917
11918 2017-11-29 Pedro Alves <palves@redhat.com>
11919
11920 PR c++/19436
11921 * gdb.linespec/cpls-abi-tag.cc: New file.
11922 * gdb.linespec/cpls-abi-tag.exp: New file.
11923
11924 2017-11-29 Pedro Alves <palves@redhat.com>
11925
11926 * gdb.base/langs.exp: Use -qualified.
11927 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
11928 it.
11929 * gdb.cp/namespace.exp: Use -qualified.
11930 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
11931 (overload-3, template-overload, template-ret-type, const-overload)
11932 (const-overload-quoted, anon-ns, ambiguous-prefix): New
11933 procedures.
11934 (test_driver): Call them.
11935 * gdb.cp/save-bp-qualified.cc: New.
11936 * gdb.cp/save-bp-qualified.exp: New.
11937 * gdb.linespec/explicit.exp: Test -qualified.
11938 * lib/completion-support.exp (completion::explicit_opts_list): Add
11939 "-qualified".
11940 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
11941
11942 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
11943
11944 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
11945
11946 2017-11-29 Tom Tromey <tom@tromey.com>
11947
11948 * gdb.base/relocate.exp: Update invalid argument test.
11949 Add new tests for invalid arguments.
11950
11951 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
11952
11953 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
11954 Return 0 as a long.
11955 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
11956
11957 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
11958
11959 * gdb.cp/breakpoint.cc (bar): Set return type to void.
11960 * gdb.cp/psymtab-parameter.cc (func): Likewise.
11961 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
11962 func ().
11963 * gdb.cp/shadow.cc (B.func): Return 0.
11964
11965 2017-11-27 Joel Brobecker <brobecker@adacore.com>
11966
11967 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
11968 expected output in gdb_expect call to allow the exception
11969 message to be present as well. Fix syntax confusion to avoid
11970 TCL thinking that exception_name is an array.
11971
11972 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
11973
11974 * gdb.arch/spu-info.c: Include <unistd.h>.
11975 (do_signal_test): Fix broken calls to write.
11976 * gdb.arch/spu-info.exp: Use prepare_for_testing.
11977 Fix checks for empty mailboxes. Update signal tests for corrected
11978 do_signal_test routine. Allow nonzero event status.
11979 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
11980 * gdb.cell/arch.exp: Use standard_output_file.
11981 * gdb.cell/break.exp: Likewise.
11982 * gdb.cell/bt.exp: Likewise.
11983 * gdb.cell/core.exp: Likewise.
11984 * gdb.cell/dwarfaddr.exp: Likewise.
11985 * gdb.cell/ea-cache.exp: Likewise.
11986 * gdb.cell/ea-standalone.exp: Likewise.
11987 * gdb.cell/f-regs.exp: Likewise.
11988 * gdb.cell/fork.exp: Likewise.
11989 * gdb.cell/gcore.exp: Likewise.
11990 * gdb.cell/mem-access.exp: Likewise.
11991 * gdb.cell/ptype.exp: Likewise.
11992 * gdb.cell/registers.exp: Likewise.
11993 * gdb.cell/sizeof.exp: Likewise.
11994 * gdb.cell/solib-symbol.exp: Likewise.
11995 * gdb.cell/solib.exp: Likewise.
11996
11997 2017-11-25 Pedro Alves <palves@redhat.com>
11998
11999 * gdb.base/complete-empty.exp: New file.
12000 * gdb.base/completion.exp: Adjust.
12001
12002 2017-11-25 Pedro Alves <palves@redhat.com>
12003
12004 * gdb.linespec/cpls-ops.cc: New file.
12005 * gdb.linespec/cpls-ops.exp: New file.
12006 * lib/completion-support.exp (test_complete_prefix_range_re): New,
12007 factored out from ...
12008 (test_complete_prefix_range): ... this.
12009
12010 2017-11-24 Pedro Alves <palves@redhat.com>
12011
12012 * gdb.linespec/cpcompletion.exp: New file.
12013 * gdb.linespec/cpls-hyphen.cc: New file.
12014 * gdb.linespec/cpls.cc: New file.
12015 * gdb.linespec/cpls2.cc: New file.
12016 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
12017 test to use test_gdb_complete_unique. Add label completion,
12018 keyword completion and explicit location completion tests.
12019 * lib/completion-support.exp: New file.
12020
12021 2017-11-24 Joel Brobecker <brobecker@adacore.com>
12022
12023 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
12024 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
12025 when hitting an exception catchpoint.
12026
12027 2017-11-22 Yao Qi <yao.qi@linaro.org>
12028
12029 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
12030
12031 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
12032
12033 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
12034 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
12035 * gdb.dwarf2/info-locals-optimized-out.c: New file.
12036
12037 2017-11-22 Yao Qi <yao.qi@linaro.org>
12038
12039 * gdb.base/info-os.exp: Pass pthreads.
12040 * gdb.multi/multi-attach.exp: Likewise.
12041
12042 2017-11-22 Yao Qi <yao.qi@linaro.org>
12043
12044 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
12045 compiler.
12046
12047 2017-11-22 Yao Qi <yao.qi@linaro.org>
12048
12049 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
12050 * gdb.base/break-interp.exp: Likewise.
12051 * gdb.base/jit-attach-pie.exp: Likewise.
12052
12053 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
12054
12055 * gdb.base/float128.c (large128): New variable.
12056 * gdb.base/float128.exp: Add test to print largest __float128 value.
12057
12058 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
12059
12060 * gdb.arch/vsx-regs.exp: Update register content checks.
12061
12062 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
12063
12064 * gdb.arch/ppc-longdouble.exp: New file.
12065 * gdb.arch/ppc-longdouble.c: Likewise.
12066
12067 2017-11-21 Pedro Alves <palves@redhat.com>
12068
12069 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
12070
12071 2017-11-20 Pedro Alves <palves@redhat.com>
12072
12073 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
12074 (long_double_typedef): New typedefs.
12075 Use DEF on double and long double.
12076 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
12077 cases.
12078 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
12079 and 'long_double_ptr_same_size' locals. Use them to decide
12080 whether cast from array/function to float is valid/invalid.
12081
12082 2017-11-17 Tom Tromey <tom@tromey.com>
12083
12084 * gdb.rust/traits.rs: New file.
12085 * gdb.rust/traits.exp: New file.
12086
12087 2017-11-17 Joel Brobecker <brobecker@adacore.com>
12088
12089 * gdb.ada/minsyms: New testcase.
12090
12091 2017-11-16 Pedro Alves <palves@redhat.com>
12092
12093 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
12094 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
12095
12096 2017-11-16 Pedro Alves <palves@redhat.com>
12097
12098 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
12099 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
12100
12101 2017-11-16 Pedro Alves <palves@redhat.com>
12102
12103 * gdb.server/reconnect-ctrl-c.c: New file.
12104 * gdb.server/reconnect-ctrl-c.exp: New file.
12105
12106 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
12107
12108 * gdb.python/py-rbreak.exp: New file.
12109 * gdb.python/py-rbreak.c: New file.
12110 * gdb.python/py-rbreak-func2.c: New file.
12111
12112 2017-11-16 Pedro Alves <palves@redhat.com>
12113
12114 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
12115 pattern.
12116 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
12117 GDB.
12118
12119 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
12120
12121 * gdb.tui/completionn.exp (test_tab_completion): Add space in
12122 regex.
12123
12124 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
12125
12126 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
12127 test names.
12128
12129 2017-11-09 Pedro Alves <palves@redhat.com>
12130
12131 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
12132 factored out from ...
12133 (top level): ... here, and adjusted to avoid expecting beyond the
12134 prompt in a single gdb_test_multiple.
12135
12136 2017-11-09 Pedro Alves <palves@redhat.com>
12137
12138 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
12139 output.
12140 * gdb.server/ext-attach.exp ("kill" test): Likewise.
12141 * gdb.server/ext-restart.exp ("kill" test): Likewise.
12142 * gdb.server/ext-run.exp ("kill" test): Likewise.
12143 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
12144
12145 2017-11-09 Pedro Alves <palves@redhat.com>
12146
12147 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
12148 match till end of line.
12149
12150 2017-11-09 Pedro Alves <palves@redhat.com>
12151
12152 * gdb.base/memattr.exp: Tighten regexes to match the end line.
12153
12154 2017-11-09 Pedro Alves <palves@redhat.com>
12155
12156 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
12157 New procedures, factored out from ...
12158 (top level): ... here, and adjusted to avoid expecting beyond the
12159 prompt in one go.
12160
12161 2017-11-09 Pedro Alves <palves@redhat.com>
12162
12163 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
12164 output. Fix '?' match.
12165
12166 2017-11-08 Joel Brobecker <brobecker@adacore.com>
12167
12168 * gdb.ada/scoped_watch: New testcase.
12169 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
12170 which is actually correct.
12171 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
12172 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
12173
12174 2017-11-08 Pedro Alves <palves@redhat.com>
12175
12176 * gdb.gdb/complaints.exp (test_initial_complaints)
12177 (test_serial_complaints, test_short_complaints): Call
12178 complaint_internal instead of complaint.
12179
12180 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
12181
12182 * gdb.threads/tls-core.c: New file.
12183 * gdb.threads/tls-core.exp: Likewise.
12184
12185 2017-11-08 Pedro Alves <palves@redhat.com>
12186
12187 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
12188 (p Exported_Capitalized): New test.
12189 (p exported_capitalized): New test.
12190
12191 2017-11-07 Pedro Alves <palves@redhat.com>
12192
12193 * gdb.cp/ena-dis-br-range.exp: Add more tests.
12194
12195 2017-11-07 Pedro Alves <palves@redhat.com>
12196
12197 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
12198 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
12199 (disable_invalid, disable_inverted, disable_negative): New
12200 procedures.
12201 ("bad numbers"): New set of tests.
12202
12203 2017-11-07 Pedro Alves <palves@redhat.com>
12204
12205 * gdb.cp/ena-dis-br-range.exp: Add tests.
12206
12207 2017-11-07 Pedro Alves <palves@redhat.com>
12208
12209 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
12210
12211 2017-11-07 Xavier Roirand <roirand@adacore.com>
12212 Pedro Alves <palves@redhat.com>
12213
12214 * gdb.base/ena-dis-br.exp: Add reference to
12215 gdb.cp/ena-dis-br-range.exp.
12216 * gdb.cp/ena-dis-br-range.exp: New file.
12217 * gdb.cp/ena-dis-br-range.cc: New file.
12218
12219 2017-11-06 Pedro Alves <palves@redhat.com>
12220
12221 * gdb.base/attach-non-pgrp-leader.c: New.
12222 * gdb.base/attach-non-pgrp-leader.exp: New.
12223
12224 2017-11-06 Pedro Alves <palves@redhat.com>
12225
12226 * configure.ac: No longer check for termio.h and sgtty.h.
12227 * configure: Regenerate.
12228 * remote-utils.c: Include termios.h instead of gdb_termios.h.
12229 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
12230 Remove termio and sgtty code.
12231
12232 2017-11-03 Yao Qi <yao.qi@linaro.org>
12233
12234 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
12235 in GDB is disabled.
12236
12237 2017-11-03 Yao Qi <yao.qi@linaro.org>
12238
12239 * gdb.python/py-thrhandle.exp: Skip it if python is not
12240 enabled.
12241
12242 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
12243
12244 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
12245 as a breakpoint command.
12246
12247 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
12248
12249 PR python/21213
12250 * gdb.python/py-infthread.exp: Test calling
12251 InferiorThread.inferior () multiple times in a row.
12252
12253 2017-10-27 Keith Seitz <keiths@redhat.com>
12254
12255 * gdb.opt/inline-break.exp (break_info_1): New procedure.
12256 Test "info break" for every inlined function breakpoint.
12257
12258 2017-10-27 Yao Qi <yao.qi@linaro.org>
12259
12260 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
12261
12262 2017-10-26 Patrick Frants <osscontribute@gmail.com>
12263
12264 * gdb.cp/classes.exp (test_static_members): Test printing
12265 Outer::instance.
12266 * gdb.cp/classes.c (struct Inner, struct Outer): New.
12267 (Inner::instance, Outer::instance): New.
12268
12269 2017-10-24 Pedro Alves <palves@redhat.com>
12270
12271 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
12272 extra console" test in two stages.
12273
12274 2017-10-24 Pedro Alves <palves@redhat.com>
12275
12276 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
12277
12278 2017-10-24 Pedro Alves <palves@redhat.com>
12279
12280 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
12281 loop.
12282
12283 2017-10-24 Pedro Alves <palves@redhat.com>
12284
12285 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
12286 $attempt" and "stoppedtry $stoppedtry" test prefixes.
12287
12288 2017-10-24 Pedro Alves <palves@redhat.com>
12289
12290 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
12291 parameter and handle it. Don't output read value in test name.
12292
12293 2017-10-24 Pedro Alves <palves@redhat.com>
12294
12295 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
12296 custom test name.
12297
12298 2017-10-24 Pedro Alves <palves@redhat.com>
12299
12300 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
12301 include the unstable output directory name in the test's name.
12302 (initial_setup_simple) <'set args'>: Use custom test name.
12303
12304 2017-10-24 Pedro Alves <palves@redhat.com>
12305
12306 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
12307 with explicit test name.
12308
12309 2017-10-20 Pedro Alves <palves@redhat.com>
12310
12311 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
12312 'wait -i'. Use gdb_assert and remote_close.
12313
12314 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
12315
12316 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
12317 number from variable rather than hard-coded.
12318
12319 2017-10-19 Pedro Alves <palves@redhat.com>
12320
12321 * gdb.base/long-inferior-output.c: New file.
12322 * gdb.base/long-inferior-output.exp: New file.
12323
12324 2017-11-18 Keith Seitz <keiths@redhat.com>
12325
12326 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
12327 method.
12328 (main): Call it.
12329 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
12330 Add additional user-defined conversion operator tests.
12331
12332 2017-10-17 Pedro Alves <palves@redhat.com>
12333
12334 * boards/native-stdio-gdbserver.exp: Load "local-board".
12335
12336 2017-10-17 Pedro Alves <palves@redhat.com>
12337
12338 * gdb.base/quit-live.c: New file.
12339 * gdb.base/quit-live.exp: New file.
12340
12341 2017-10-16 Keith Seitz <keiths@redhat.com>
12342
12343 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
12344 (class_with_protected_typedef, class_with_private_typedef)
12345 (struct_with_public_typedef, struct_with_protected_typedef)
12346 (struct_with_private_typedef): New classes/structs.
12347 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
12348 typedefs and access specifiers.
12349
12350 2017-10-16 Pedro Alves <palves@redhat.com>
12351 Simon Marchi <simon.marchi@polymtl.ca>
12352
12353 * README (Local vs Remote vs Native): New section.
12354 * boards/local-board.exp: New file, with bits factored out from
12355 ...
12356 * boards/native-extended-gdbserver.exp: ... here. Load
12357 "local-board".
12358 * boards/native-gdbserver.exp: Load "local-board".
12359 (${board}_spawn, ${board}_exec): Delete.
12360 * boards/native-stdio-gdbserver.exp: Most contents factored out to
12361 ...
12362 * boards/stdio-gdbserver-base.exp: ... this new file.
12363 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
12364 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
12365 procedure.
12366 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
12367 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
12368 stdio_gdbserver_command.
12369 (${board}_get_remote_address, ${board}_get_comm_port)
12370 (${board}_download, ${board}_upload): Delete.
12371 (get_target_remote_pipe_cmd): New.
12372
12373 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
12374
12375 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
12376 test_bkpt_deletion, test_bkpt_cond_and_cmds,
12377 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
12378 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
12379 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
12380 remove with_test_prefix.
12381
12382 2017-10-13 Pedro Alves <palves@redhat.com>
12383
12384 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
12385 * gdb.base/annota1.exp: Use it instead of is_remote.
12386 * gdb.base/annota3.exp: Use it instead of is_remote.
12387 * gdb.cp/annota2.exp: Use it instead of is_remote.
12388 * gdb.cp/annota3.exp: Use it instead of is_remote.
12389 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
12390
12391 2017-10-13 Pedro Alves <palves@redhat.com>
12392
12393 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
12394 (test_num_test_vars, run_and_count_vars, find_env)
12395 (test_set_unset_env, test_inherit_env_var): New procedures.
12396 (top level): Use them.
12397
12398 2017-10-13 Pedro Alves <palves@redhat.com>
12399
12400 * lib/selftest-support.exp (selftest_setup): Extend comments, and
12401 also skip on stub-like targets.
12402
12403 2017-10-13 Pedro Alves <palves@redhat.com>
12404
12405 PR gdb/22293
12406 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
12407 (top level): Move some tests to ...
12408 (test_not_found): ... this new procedure.
12409 (top level): Call it.
12410
12411 2017-10-13 Pedro Alves <palves@redhat.com>
12412
12413 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
12414 expect different "info terminal" output if testing with a
12415 non-native target.
12416
12417 2017-10-13 Pedro Alves <palves@redhat.com>
12418 Simon Marchi <simon.marchi@polymtl.ca>
12419
12420 PR python/12966
12421 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
12422
12423 2017-10-13 Pedro Alves <palves@redhat.com>
12424
12425 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
12426 already.
12427
12428 2017-10-13 Pedro Alves <palves@redhat.com>
12429
12430 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
12431 is_remote.
12432
12433 2017-10-13 Pedro Alves <palves@redhat.com>
12434
12435 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
12436 is_remote.
12437
12438 2017-10-13 Pedro Alves <palves@redhat.com>
12439
12440 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
12441 is set.
12442 (corefile_test_attach): Likewise. Check can_spawn_for_attach
12443 instead of is_remote.
12444
12445 2017-10-13 Pedro Alves <palves@redhat.com>
12446
12447 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
12448 (top level): Add comment.
12449
12450 2017-10-13 Pedro Alves <palves@redhat.com>
12451
12452 * gdb.base/remote.exp (top level): Fix comment typo and add
12453 missing return.
12454
12455 2017-10-13 Pedro Alves <palves@redhat.com>
12456 Simon Marchi <simon.marchi@polymtl.ca>
12457
12458 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
12459 calls and add comments. Skip test if use_gdb_stub is set.
12460 (top level): Use "set cwd" command instead of "cd" command.
12461
12462 2017-10-13 Pedro Alves <palves@redhat.com>
12463
12464 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
12465 is_remote target check.
12466
12467 2017-10-13 Pedro Alves <palves@redhat.com>
12468
12469 * gdb.base/scope.exp: Use build_executable + clean_restart +
12470 gdb_file_cmd instead of prepare_for_testing and no longer skip
12471 "before run" tests on is_remote target boards. Update comments.
12472 * boards/native-extended-gdbserver.exp
12473 (extended_gdbserver_load_last_file): New, factored out from ...
12474 (gdb_load): ... this. Move further below and add comment.
12475 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
12476
12477 2017-10-12 Pedro Alves <palves@redhat.com>
12478
12479 * gdb.base/attach.exp: Remove references to gdb64.
12480 * gdb.base/dbx.exp: Remove references to gdb64.
12481
12482 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
12483 Pedro Alves <palves@redhat.com>
12484
12485 * gdb.base/label.exp: Remove is_remote target check.
12486
12487 2017-10-12 Pedro Alves <palves@redhat.com>
12488
12489 * gdb.base/auvx.exp (coredir): Update comment.
12490 (top level) <core_works>: Use "set cwd" command instead of "cd"
12491 command.
12492
12493 2017-10-12 Pedro Alves <palves@redhat.com>
12494 Simon Marchi <simon.marchi@polymtl.ca>
12495
12496 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
12497 target boards.
12498
12499 2017-10-12 Pedro Alves <palves@redhat.com>
12500 Simon Marchi <simon.marchi@polymtl.ca>
12501
12502 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
12503 Instead skip if there's any gdb_protocol set.
12504
12505 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
12506 Pedro Alves <palves@redhat.com>
12507
12508 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
12509
12510 2017-10-12 Pedro Alves <palves@redhat.com>
12511 Simon Marchi <simon.marchi@polymtl.ca>
12512
12513 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
12514 instead of on dejagnu remote boards.
12515
12516 2017-10-12 Pedro Alves <palves@redhat.com>
12517 Simon Marchi <simon.marchi@polymtl.ca>
12518
12519 * gdb.base/inferior-died.exp: Remove is_remote and isnative
12520 checks. Use build_executable + clean_restart instead of
12521 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
12522 of enabling non-stop after starting gdb.
12523
12524 2017-10-12 Pedro Alves <palves@redhat.com>
12525
12526 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
12527 * gdb.threads/non-ldr-exc-2.exp: Ditto.
12528 * gdb.threads/non-ldr-exc-3.exp: Ditto.
12529 * gdb.threads/non-ldr-exc-4.exp: Ditto.
12530
12531 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
12532
12533 * gdb.arch/arc-tdesc-cpu.exp: New file.
12534 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
12535
12536 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
12537
12538 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
12539
12540 2017-10-10 Pedro Alves <palves@redhat.com>
12541
12542 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
12543 expect CLI output.
12544
12545 2017-10-10 Pedro Alves <palves@redhat.com>
12546
12547 * lib/selftest-support.exp (selftest_setup): Update for
12548 captured_command_loop's prototype change.
12549
12550 2017-10-09 Pedro Alves <palves@redhat.com>
12551
12552 Test both arch1=>arch2 and arch2=>arch1.
12553
12554 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
12555 (srcfile2, binfile2, march1, march2): Remove globals. Largely
12556 factored out to...
12557 (append_arch1_options, append_arch2_options, append_arch_options)
12558 (build_executables): New procedures.
12559 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
12560 local.
12561 (top level): Add new 'first_arch' testing axis.
12562
12563 2017-10-09 Pedro Alves <palves@redhat.com>
12564
12565 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
12566 (barrier): New.
12567 (thread_start, all_started): New functions.
12568 (main): Spawn new thread and wait until it is scheduled.
12569 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
12570 option.
12571 (do_test): Add 'selected_thread' parameter. Run to all_started
12572 instead of main. Explicitly set the breakpoint at main. Switch
12573 to the SELECTED_THREAD thread.
12574 (top level): Test handling the exec event with either the main
12575 thread or the second thread selected.
12576
12577 2017-10-09 Pedro Alves <palves@redhat.com>
12578
12579 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
12580 logic. Move STOP marker after the value checks.
12581 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
12582 regexp.
12583
12584 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
12585
12586 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
12587
12588 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
12589
12590 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
12591 integer-to-dfp conversion.
12592 * gdb.base/dfp-test.exp: Likewise.
12593
12594 2017-10-04 Pedro Alves <palves@redhat.com>
12595
12596 * gdb.multi/hangout.c: Include <unistd.h>.
12597 (hangout_loop): New function.
12598 (main): Call alarm. Call hangout_loop in a loop.
12599 * gdb.multi/hello.c: Include <unistd.h>.
12600 (hello_loop): New function.
12601 (main): Call alarm. Call hangout_loop in a loop.
12602 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
12603 inferior with the other selected.
12604
12605 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
12606
12607 * gdb.mi/list-thread-groups-available.exp: New file.
12608 * gdb.mi/list-thread-groups-available.c: New file.
12609
12610 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
12611
12612 * gdb.base/set-cwd.exp: Make it available on
12613 native-extended-gdbserver.
12614
12615 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
12616
12617 * gdb.base/set-cwd.c: New file.
12618 * gdb.base/set-cwd.exp: Likewise.
12619
12620 2017-10-02 Tom Tromey <tom@tromey.com>
12621
12622 PR rust/22236:
12623 * gdb.rust/simple.rs (main): New variable "fslice".
12624 * gdb.rust/simple.exp: Add slice tests. Update string tests.
12625
12626 2017-10-02 Tom Tromey <tom@tromey.com>
12627
12628 * gdb.rust/simple.exp: Test ptype of a slice.
12629
12630 2017-10-02 Tom Tromey <tom@tromey.com>
12631
12632 * gdb.rust/simple.exp: Test index of slice.
12633
12634 2017-09-27 Tom Tromey <tom@tromey.com>
12635
12636 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
12637
12638 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
12639 Pedro Alves <palves@redhat.com>
12640
12641 * gdb.base/compare-sections.exp (get value of read-only section): Read
12642 as unsigned value.
12643 (corrupt read-only section): Likewise and don't set written if patching
12644 failed.
12645
12646 2017-09-21 Kevin Buettner <kevinb@redhat.com>
12647
12648 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
12649 files.
12650
12651 2017-09-20 Pedro Alves <palves@redhat.com>
12652
12653 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
12654 symbol names in gdb's output.
12655 * gdb.cp/overload.exp ("list all overloads"): Likewise.
12656
12657 2017-09-20 Pedro Alves <palves@redhat.com>
12658
12659 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
12660 Rename to ...
12661 (test_list_ambiguous_symbol): ... this and add a symbol name
12662 parameter. Adjust.
12663 (test_list_ambiguous_function): Reimplement on top of
12664 test_list_ambiguous_symbol and also test listing ambiguous
12665 variables.
12666 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
12667 (ambiguous_fun): ... this.
12668 (ambiguous_var): New.
12669 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
12670 (ambiguous_fun): ... this.
12671 (ambiguous_var): New.
12672
12673 2017-09-19 John Baldwin <jhb@FreeBSD.org>
12674
12675 * gdb.base/starti.c: New file.
12676 * gdb.base/starti.exp: New file.
12677 * lib/gdb.exp (gdb_starti_cmd): New procedure.
12678
12679 2017-09-14 Pedro Alves <palves@redhat.com>
12680
12681 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
12682 (top level): Use it instead of runto.
12683
12684 2017-09-11 Tom Tromey <tom@tromey.com>
12685
12686 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
12687
12688 2017-09-11 Tom Tromey <tom@tromey.com>
12689
12690 * gdb.python/py-infthread.exp: Add tests for new_thread event.
12691 * gdb.python/py-inferior.exp: Add tests for new inferior events.
12692
12693 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
12694
12695 * gdb.fortran/printing-types.exp: New file.
12696 * gdb.fortran/printing-types.exp: New file.
12697
12698 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
12699
12700 * gdb.fortran/vla-ptype.exp: Fix typos.
12701 * gdb.fortran/vla-value.exp: Same.
12702
12703 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
12704
12705 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
12706 * gdb.mi/mi-var-child-f.exp: Likewise.
12707 * gdb.mi/mi-vla-fortran.exp: Likewise.
12708
12709 2017-09-08 Frank Penczek <frank.penczek@intel.com>
12710 Christoph Weinmann <christoph.t.weinmann@intel.com>
12711 Bernhard Heckel <bernhard.heckel@intel.com>
12712
12713 * gdb.fortran/ptr-indentation.f90: New file.
12714 * gdb.fortran/ptr-indentation.exp: New file.
12715
12716 2017-09-05 Tom Tromey <tom@tromey.com>
12717
12718 PR gdb/22010:
12719 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
12720
12721 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
12722
12723 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
12724
12725 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
12726
12727 * gdb.threads/tls-nodebug-pie.c: New file.
12728 * gdb.threads/tls-nodebug-pie.exp: New file.
12729
12730 2017-09-05 Tom Tromey <tom@tromey.com>
12731
12732 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
12733 for rust.
12734
12735 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
12736
12737 * gdb.multi/multi-arch-exec.exp: Test with different
12738 "follow-exec-mode" settings.
12739 (do_test): New procedure.
12740
12741 2017-09-04 Pedro Alves <palves@redhat.com>
12742
12743 * gdb.base/func-static.c (S::method const, S::method volatile)
12744 (S::method volatile const): New methods.
12745 (c_s, v_s, cv_s): New instances.
12746 (main): Call method() on them.
12747 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
12748 (cannot_resolve): New procedure.
12749 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
12750 print-quote-unquoted columns.
12751 (do_test): Test printing each scope too.
12752
12753 2017-09-04 Pedro Alves <palves@redhat.com>
12754
12755 * gdb.base/local-static.exp: Also test with
12756 class::method::variable wholly quoted.
12757 * gdb.cp/m-static.exp (class::method::variable): Remove test.
12758
12759 2017-09-04 Pedro Alves <palves@redhat.com>
12760
12761 * gdb.base/local-static.c: New.
12762 * gdb.base/local-static.cc: New.
12763 * gdb.base/local-static.exp: New.
12764
12765 2017-09-04 Pedro Alves <palves@redhat.com>
12766
12767 * gdb.asm/asm-source.exp: Add casts to int.
12768 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
12769 (dataglobal64_1, dataglobal64_2): New globals.
12770 * gdb.base/nodebug.exp: Test different expressions involving the
12771 new globals, with print, whatis and ptype. Add casts to int.
12772 * gdb.base/solib-display.exp: Add casts to int.
12773 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
12774 * gdb.cp/m-static.exp: Add cast to int.
12775 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
12776 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
12777 tls variable with no debug info without a cast. Test with a cast
12778 to int too.
12779 * gdb.trace/entry-values.exp: Add casts.
12780
12781 2017-09-04 Pedro Alves <palves@redhat.com>
12782
12783 * gdb.base/nodebug.exp: Test that ptype's error about functions
12784 with unknown return type includes the function name too.
12785
12786 2017-09-04 Pedro Alves <palves@redhat.com>
12787
12788 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
12789 return type of munmap in infcall.
12790 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
12791 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
12792 type of ftell in infcall.
12793 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
12794 type of getpid in infcall.
12795 * gdb.base/infcall-exec.exp: Cast return type of execlp in
12796 infcall.
12797 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
12798 Bail on failure to extract the pid.
12799 * gdb.base/nodebug.c: #include <stdint.h>.
12800 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
12801 New functions.
12802 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
12803 Change expected output of print/whatis/ptype with functions with
12804 no debug info. Test all supported languages. Call
12805 test_call_promotion.
12806 * gdb.compile/compile.exp: Adjust expected output to expect
12807 warning.
12808 * gdb.threads/siginfo-threads.exp: Likewise.
12809
12810 2017-09-04 Pedro Alves <palves@redhat.com>
12811
12812 * gdb.base/callfuncs.exp (do_function_calls): New parameter
12813 "prototypes". Test calling float functions via prototyped and
12814 unprototyped function pointers.
12815 (perform_all_tests): New parameter "prototypes". Pass it down.
12816 (top level): Pass down "prototypes" parameter to
12817 perform_all_tests.
12818
12819 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
12820
12821 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
12822 Test with nested loops.
12823
12824 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
12825
12826 * gdb.base/commands.exp: Call the new procedures.
12827 (loop_break_test, loop_continue_test): New procedures.
12828
12829 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
12830
12831 * gdb.base/commands.exp: Call new procedure.
12832 (define_if_without_arg_test): New procedure.
12833
12834 2017-09-04 Pedro Alves <palves@redhat.com>
12835
12836 * gdb.base/list-ambiguous.exp: New file.
12837 * gdb.base/list-ambiguous0.c: New file.
12838 * gdb.base/list-ambiguous1.c: New file.
12839 * gdb.base/list.exp (test_list_range): Adjust expected output.
12840
12841 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
12842
12843 * gdb.base/share-env-with-gdbserver.c: New file.
12844 * gdb.base/share-env-with-gdbserver.exp: Likewise.
12845
12846 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
12847
12848 * gdb.base/commands.exp (gdbvar_simple_if_test,
12849 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
12850 progvar_simple_if_test, progvar_simple_while_test,
12851 progvar_complex_if_while_test, user_defined_command_test,
12852 user_defined_command_args_eval,
12853 user_defined_command_args_stack_test,
12854 user_defined_command_manyargs_test, bp_deleted_in_command_test,
12855 temporary_breakpoint_commands,
12856 gdb_test_no_prompt, redefine_hook_test,
12857 redefine_backtrace_test): Remove "global gdb_prompt".
12858
12859 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
12860
12861 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
12862 New proc, call it from toplevel.
12863
12864 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
12865
12866 PR remote/21852
12867 * gdb.server/normal.c: New file, copied from gdb.base.
12868 * gdb.server/run-without-local-binary.exp: New file.
12869
12870 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
12871
12872 * gdb.arch/sparc64-adi.exp: New file.
12873 * gdb.arch/sparc64-adi.c: New file.
12874
12875 2017-08-22 Pedro Alves <palves@redhat.com>
12876
12877 * gdb.cp/overload.exp (line_range_pattern): New procedure.
12878 (top level): Add "list all overloads" tests.
12879
12880 2017-08-22 Tom Tromey <tom@tromey.com>
12881
12882 * gdb.gdb/xfullpath.exp: Remove.
12883
12884 2017-08-21 Pedro Alves <palves@redhat.com>
12885
12886 PR gdb/19487
12887 * gdb.base/symbol-alias.c: New.
12888 * gdb.base/symbol-alias2.c: New.
12889 * gdb.base/symbol-alias.exp: New.
12890
12891 2017-08-21 Pedro Alves <palves@redhat.com>
12892
12893 * gdb.base/dfp-test.c
12894 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
12895 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
12896 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
12897 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
12898 * gdb.base/whatis-ptype-typedefs.c: New.
12899 * gdb.base/whatis-ptype-typedefs.exp: New.
12900 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
12901 (an_int, an_int_type, an_int_type2): New globals.
12902 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
12903 involving typedefs and cast expressions.
12904 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
12905 (lookup_typedefs_function): New.
12906 (typedefs_pretty_printers_dict): New.
12907 (top level): Register lookup_typedefs_function in
12908 gdb.pretty_printers.
12909
12910 2017-08-18 Yao Qi <yao.qi@linaro.org>
12911
12912 * gdb.server/unittest.exp: New.
12913
12914 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
12915
12916 PR gdb/21954
12917 * gdb.base/environ.exp: Add test to check if 'unset environment'
12918 works.
12919
12920 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
12921
12922 * lib/gdb.exp (universal_compile_options): New caching proc.
12923 (gdb_compile): Suppress GCC's coloring of messages.
12924
12925 2017-08-14 Tom Tromey <tom@tromey.com>
12926
12927 PR gdb/21675:
12928 * gdb.base/printcmds.exp (test_radices): New function.
12929 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
12930 * gdb.base/sizeof.exp (check_valueof): Use p/d.
12931 * lib/gdb.exp (get_integer_valueof): Use p/d.
12932
12933 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
12934
12935 * lib/gdb.exp (get_valueof): Don't capture end-of-line
12936 characters.
12937
12938 2017-08-05 Tom Tromey <tom@tromey.com>
12939
12940 * gdb.rust/simple.exp: Allow String to appear in a different
12941 namespace.
12942
12943 2017-07-26 Yao Qi <yao.qi@linaro.org>
12944
12945 * gdb.gdb/unittest.exp: Invoke command
12946 "maintenance check xml-descriptions".
12947
12948 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12949
12950 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
12951 calling context.
12952 (hex128): Drop erroneous calculation of parameters.
12953
12954 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
12955
12956 * gdb.python/py-unwind.exp: Disable stack protection when
12957 building test file.
12958
12959 2017-07-20 Pedro Alves <palves@redhat.com>
12960
12961 * gdb.base/default.exp (set language): Adjust expected output.
12962
12963 2017-07-20 Pedro Alves <palves@redhat.com>
12964
12965 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
12966 (test_minsym): ... this, and make static.
12967 (get_pck__foo__bar__minsym): Rename to ...
12968 (get_test_minsym): ... this.
12969 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
12970 symbol names and comments.
12971 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
12972 (get_test_minsym): ... this.
12973 (pck__foo__bar__minsym__2): Rename to ...
12974 (test_minsym): ... this.
12975 (main): Adjust.
12976
12977 2017-07-17 Pedro Alves <palves@redhat.com>
12978
12979 * gdb.base/completion.exp: Adjust expected output.
12980 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
12981 the completer works.
12982
12983 2017-07-17 Pedro Alves <palves@redhat.com>
12984
12985 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
12986
12987 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
12988
12989 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
12990
12991 2017-07-14 Tom Tromey <tom@tromey.com>
12992
12993 PR rust/21764:
12994 * gdb.rust/simple.exp: Add tests.
12995
12996 2017-07-14 Tom Tromey <tom@tromey.com>
12997
12998 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
12999
13000 2017-07-14 Pedro Alves <palves@redhat.com>
13001
13002 * gdb.linespec/base/one/thefile.cc (z1): New function.
13003 * gdb.linespec/base/two/thefile.cc (z2): New function.
13004 * gdb.linespec/linespec.exp: Add tests.
13005
13006 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
13007
13008 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
13009 to mi_create_breakpoint.
13010
13011 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
13012
13013 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
13014 mi_create_breakpoint.
13015
13016 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
13017
13018 * gdb.dlang/demangle.exp: Update for demangling changes.
13019
13020 2017-07-09 Tom Tromey <tom@tromey.com>
13021
13022 * gdb.dwarf2/shortpiece.exp: New file.
13023
13024 2017-07-06 David Blaikie <dblaikie@gmail.com>
13025
13026 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
13027 built from fissiont-multi-cu{1,2}.c.
13028 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
13029 except putting 'main' and 'func' in separate CUs in the same DWO file.
13030 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
13031 test.
13032 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
13033 test.
13034
13035 2017-07-06 Pedro Alves <palves@redhat.com>
13036
13037 * gdb.python/py-unwind.exp: Test flushregs.
13038
13039 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
13040
13041 PR cli/21688
13042 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
13043 tests for alias commands and trailing whitespace.
13044
13045 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
13046
13047 PR cli/21688
13048 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
13049 procedure. Call it.
13050
13051 2017-06-29 Pedro Alves <palves@redhat.com>
13052
13053 * gdb.base/printcmds.exp: Add tests.
13054
13055 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
13056
13057 PR gdb/21337
13058 * gdb.base/reread-readsym.exp: New file.
13059 * gdb.base/reread-readsym.c: New file.
13060
13061 2017-06-21 Kevin Buettner <kevinb@redhat.com>
13062
13063 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
13064 subpattern.
13065
13066 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
13067
13068 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
13069 extended mnemonic.
13070 * gdb.arch/powerpc-power9.s: Likewise.
13071
13072 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
13073
13074 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
13075 on 32-bit x86 targets. Exploit is_*_target macros where
13076 appropriate.
13077
13078 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13079
13080 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
13081 register pieces.
13082
13083 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13084
13085 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
13086 located in one or more DWARF pieces.
13087
13088 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13089
13090 * lib/gdb.exp (get_endianness): New proc.
13091 * gdb.arch/aarch64-fp.exp: Use it.
13092 * gdb.arch/altivec-regs.exp: Likewise.
13093 * gdb.arch/e500-regs.exp: Likewise.
13094 * gdb.arch/vsx-regs.exp: Likewise.
13095 * gdb.base/dump.exp: Likewise.
13096 * gdb.base/funcargs.exp: Likewise.
13097 * gdb.base/gnu_vector.exp: Likewise.
13098 * gdb.dwarf2/formdata16.exp: Likewise.
13099 * gdb.dwarf2/implptrpiece.exp: Likewise.
13100 * gdb.dwarf2/nonvar-access.exp: Likewise.
13101 * gdb.python/py-inferior.exp: Likewise.
13102 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
13103
13104 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13105
13106 PR gdb/21226
13107 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
13108 stack value pieces are taken from the LSB end.
13109
13110 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13111
13112 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
13113 variable at nonzero offset.
13114
13115 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13116
13117 * gdb.dwarf2/var-access.c: New file.
13118 * gdb.dwarf2/var-access.exp: New test.
13119 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
13120
13121 2017-06-12 Tom Tromey <tom@tromey.com>
13122
13123 * gdb.dwarf2/formdata16.exp: Add tests.
13124
13125 2017-06-12 Tom Tromey <tom@tromey.com>
13126
13127 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
13128
13129 2017-06-12 Tom Tromey <tom@tromey.com>
13130
13131 PR exp/16225:
13132 * gdb.reverse/i386-sse-reverse.exp: Update tests.
13133 * gdb.arch/vsx-regs.exp: Update tests.
13134 * gdb.arch/s390-vregs.exp (hex128): New proc.
13135 Update test.
13136 * gdb.arch/altivec-regs.exp: Update tests.
13137
13138 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
13139
13140 * gdb.base/startup-with-shell.c: New file.
13141 * gdb.base/startup-with-shell.exp: Likewise.
13142
13143 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
13144
13145 * gdb.server/non-existing-program.exp: Update regex in order to
13146 reflect the fact that gdbserver is now using fork_inferior (with a
13147 shell) to startup the inferior.
13148
13149 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
13150
13151 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
13152 support function calls from GDB.
13153
13154 2017-05-21 Tom Tromey <tom@tromey.com>
13155
13156 PR rust/21466:
13157 * gdb.rust/unsized.exp: New file.
13158 * gdb.rust/unsized.rs: New file.
13159
13160 2017-05-19 Tom Tromey <tom@tromey.com>
13161
13162 PR rust/21484:
13163 * gdb.rust/watch.exp: New file.
13164 * gdb.rust/watch.rs: New file.
13165
13166 2017-05-18 Tom Tromey <tom@tromey.com>
13167
13168 * gdb.rust/simple.exp: Allow Box to be qualified.
13169
13170 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
13171
13172 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
13173
13174 2017-05-18 Pedro Alves <palves@redhat.com>
13175
13176 * gdb.base/fileio.c (test_write, test_read, test_close)
13177 (test_fstat): Don't print 'ret' in the fail path.
13178
13179 2017-05-18 Pedro Alves <palves@redhat.com>
13180
13181 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
13182 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
13183 (test_system, test_rename, test_unlink, test_time): Change
13184 prototypes.
13185 * gdb.base/fileio.exp (stop_msg): Adjust.
13186
13187 2017-05-18 Pedro Alves <palves@redhat.com>
13188
13189 * gdb.base/fileio.c (null_str): New global.
13190 (test_stat): Use it.
13191 * gdb.base/fileio.exp: Remove nowarnings.
13192
13193 2017-05-17 Yao Qi <yao.qi@linaro.org>
13194
13195 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
13196
13197 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
13198
13199 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
13200 argument command.
13201 (top-level): Invoke test_set_inferior_tty.
13202
13203 2017-05-04 Pedro Alves <palves@redhat.com>
13204
13205 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
13206 Add parens to print call for Python 3.
13207
13208 2017-05-03 Keith Seitz <keiths@redhat.com>
13209
13210 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
13211 (main): Call it.
13212
13213 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
13214
13215 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
13216 to prev and next.
13217
13218 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
13219
13220 * gdb.python/py-record-btrace.exp: Remove test for
13221 gdb.BtraceInstruction.error.
13222
13223 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
13224
13225 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
13226
13227 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
13228
13229 * gdb.python/py-record-btrace-threads.c: New file.
13230 * gdb.python/py-record-btrace-threads.exp: New file.
13231
13232 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
13233
13234 PR testsuite/8595
13235 * gdb.base/environ.exp: Make test available in all architectures.
13236 Move bits related to "info program" testing to
13237 gdb.base/info-program.exp. Rewrite tests to use the two new
13238 procedures mentione below.
13239 (test_set_show_env_var) New procedure.
13240 (test_set_show_env_var_equal): Likewise.
13241 * gdb.base/info-program.exp: New file.
13242
13243 2017-04-27 Keith Seitz <keiths@redhat.com>
13244
13245 * gdb.cp/oranking.cc (test15): New function.
13246 (main): Call test15 and declare additional variables for testing.
13247 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
13248 "p foo101('abc')" tests.
13249 Add tests for cv qualifier overloads.
13250 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
13251 "lvalue reference overload" test.
13252 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
13253 "print value of f1 on Child&& in f2" test.
13254
13255 2017-04-19 Pedro Alves <palves@redhat.com>
13256
13257 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
13258 procedure.
13259 (top level): Call it.
13260 * lib/gdb.exp (gdb_define_cmd): New procedure.
13261
13262 2017-04-12 Pedro Alves <palves@redhat.com>
13263
13264 PR gdb/21323
13265 * gdb.cp/wide_char_types.c: Include <wchar.h>.
13266 (wchar): New global.
13267 * gdb.cp/wide_char_types.exp (wide_char_types_program)
13268 (do_test_wide_char, wide_char_types_no_program, top level): Add
13269 wchar_t testing.
13270
13271 2017-04-12 Pedro Alves <palves@redhat.com>
13272
13273 PR c++/21323
13274 * gdb.cp/wide_char_types.c: New file.
13275 * gdb.cp/wide_char_types.exp: New file.
13276
13277 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
13278
13279 PR gdb/21352
13280 * gdb.trace/tsv.exp: Add test for "tsave -r".
13281
13282 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
13283
13284 * gdb.dlang/watch-loc.c: New file.
13285 * gdb.dlang/watch-loc.exp: New file.
13286
13287 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
13288
13289 * gdb.python/py-section-script.exp (sepdebug): New testcases.
13290
13291 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
13292
13293 * gdb.arch/arc-analyze-prologue.S: New file.
13294 * gdb.arch/arc-analyze-prologue.exp: Likewise.
13295
13296 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
13297
13298 * gdb.arch/arc-decode-insn.S: New file.
13299 * gdb.arch/arc-decode-insn.exp: Likewise.
13300
13301 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
13302
13303 PR tdep/20928
13304 * gdb.arch/sparc64-regs.exp: New file.
13305 * gdb.arch/sparc64-regs.S: Likewise.
13306
13307 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
13308
13309 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
13310 and memory view on Python 3.
13311
13312 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
13313 Keith Seitz <keiths@redhat.com>
13314
13315 PR gdb/14441
13316 * gdb.cp/demangle.exp: Add rvalue reference tests.
13317 * gdb.cp/rvalue-ref-casts.cc: New file.
13318 * gdb.cp/rvalue-ref-casts.exp: New file.
13319 * gdb.cp/rvalue-ref-overload.cc: New file.
13320 * gdb.cp/rvalue-ref-overload.exp: New file.
13321 * gdb.cp/rvalue-ref-params.cc: New file.
13322 * gdb.cp/rvalue-ref-params.exp: New file.
13323 * gdb.cp/rvalue-ref-sizeof.cc: New file.
13324 * gdb.cp/rvalue-ref-sizeof.exp: New file.
13325 * gdb.cp/rvalue-ref-types.cc: New file.
13326 * gdb.cp/rvalue-ref-types.exp: New file.
13327 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
13328 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
13329
13330 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
13331
13332 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
13333 New procedure.
13334
13335 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
13336
13337 * lib/mi-support.exp (mi_gdb_test): Add additional message
13338 for unexpected output.
13339
13340 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
13341
13342 * gdb.base/examine-backward.c (Barrier): New character array
13343 constant, to ensure that TestStrings is preceded by a string
13344 terminator.
13345
13346 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13347
13348 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
13349 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
13350 and implicit pointer into such a location.
13351
13352 2017-03-16 Doug Evans <dje@google.com>
13353
13354 * gdb.python/py-lazy-string (pointer): Really add new typedef.
13355
13356 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
13357
13358 * gdb.cp/m-static.exp: Fix expectation for prototype of
13359 test5.single_constructor and single_constructor::single_constructor.
13360
13361 2017-03-16 Doug Evans <dje@google.com>
13362
13363 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
13364 * gdb.guile/scm-lazy-string.c: New file.
13365 * gdb.guile/scm-value.exp: Move lazy string tests to ...
13366 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
13367 for pointer, array, typedef lazy strings.
13368
13369 2017-03-16 Doug Evans <dje@google.com>
13370
13371 PR python/17728, python/18439, python/18779
13372 * gdb.python/py-value.c (main) Delete locals sptr, sn.
13373 * gdb.python/py-lazy-string.c (pointer): New typedef.
13374 (main): New locals ptr, array, typedef_ptr.
13375 * gdb.python/py-value.exp: Move lazy string tests to ...
13376 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
13377 array, typedef lazy strings.
13378
13379 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
13380
13381 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
13382 Add optional 'test' parameter.
13383
13384 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
13385
13386 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
13387 Skip for versions of DejaGnu < 1.5.
13388
13389 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
13390
13391 * lib/gdb.exp (dejagnu_version): New proc.
13392 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
13393 Use dejagnu_version.
13394
13395 2017-03-10 Keith Seitz <keiths@redhat.com>
13396
13397 PR c++/8128
13398 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
13399 type from destructor regexps.
13400 Add a branch which actually passes the test.
13401 Adjust "ptype t5i" test names.
13402
13403 2017-03-08 Pedro Alves <palves@redhat.com>
13404
13405 * gdb.base/step-over-exit.exp: Add explicit test message.
13406
13407 2017-03-08 Pedro Alves <palves@redhat.com>
13408
13409 PR gdb/18360
13410 * gdb.threads/interrupt-while-step-over.c: New file.
13411 * gdb.threads/interrupt-while-step-over.exp: New file.
13412
13413 2017-03-08 Pedro Alves <palves@redhat.com>
13414
13415 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
13416 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
13417
13418 2017-03-08 Pedro Alves <palves@redhat.com>
13419
13420 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
13421 PKRU as not supported as a PASS.
13422
13423 2017-03-08 Pedro Alves <palves@redhat.com>
13424
13425 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
13426 prefix instead of $binfile1/$binfile2.
13427 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
13428 in test message.
13429 * gdb.python/py-completion.exp: Use "load python file" as test
13430 messages instead of unstable path names.
13431
13432 2017-03-08 Pedro Alves <palves@redhat.com>
13433 Jan Kratochvil <jan.kratochvil@redhat.com>
13434
13435 PR cli/21218
13436 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
13437 New proc.
13438 (top level): Call it.
13439
13440 2017-03-08 Pedro Alves <palves@redhat.com>
13441
13442 PR tui/21216
13443 * gdb.tui/tui-nl-filtered-output.exp: New file.
13444
13445 2017-03-08 Pedro Alves <palves@redhat.com>
13446
13447 * gdb.base/completion.exp: Move TUI completion tests to ...
13448 * gdb.tui/completion.exp: ... this new file.
13449
13450 2017-03-08 Pedro Alves <palves@redhat.com>
13451
13452 * gdb.base/tui-disasm-long-lines.c,
13453 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
13454 gdb.base/tui-layout.exp: Move to ...
13455 * gdb.tui/: ... this new directory.
13456
13457 2017-03-07 Pedro Alves <palves@redhat.com>
13458
13459 * gdb.base/tui-layout.c: New file.
13460 * gdb.base/tui-layout.exp: New file.
13461
13462 2017-03-07 Pedro Alves <palves@redhat.com>
13463
13464 * gdb.base/tui-layout.c: Rename to ...
13465 * gdb.base/tui-disasm-long-lines.c: ... this.
13466 * gdb.base/tui-layout.exp: Rename to ...
13467 * gdb.base/tui-disasm-long-lines.exp: ... this.
13468
13469 2017-03-07 Pedro Alves <palves@redhat.com>
13470
13471 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
13472
13473 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
13474
13475 * i386-mpx-call.c: New file.
13476 * i386-mpx-call.exp: New file.
13477
13478 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
13479
13480 * gdb.arch/powerpc-power.exp: Delete test.
13481 * gdb.arch/powerpc-power.s: Likewise.
13482 * gdb.disasm/disassembler-options.exp: New test.
13483 * gdb.arch/powerpc-altivec.exp: Likewise.
13484 * gdb.arch/powerpc-altivec.s: Likewise.
13485 * gdb.arch/powerpc-altivec2.exp: Likewise.
13486 * gdb.arch/powerpc-altivec2.s: Likewise.
13487 * gdb.arch/powerpc-altivec3.exp: Likewise.
13488 * gdb.arch/powerpc-altivec3.s: Likewise.
13489 * gdb.arch/powerpc-power7.exp: Likewise.
13490 * gdb.arch/powerpc-power7.s: Likewise.
13491 * gdb.arch/powerpc-power8.exp: Likewise.
13492 * gdb.arch/powerpc-power8.s: Likewise.
13493 * gdb.arch/powerpc-power9.exp: Likewise.
13494 * gdb.arch/powerpc-power9.s: Likewise.
13495 * gdb.arch/powerpc-vsx.exp: Likewise.
13496 * gdb.arch/powerpc-vsx.s: Likewise.
13497 * gdb.arch/powerpc-vsx2.exp: Likewise.
13498 * gdb.arch/powerpc-vsx2.s: Likewise.
13499 * gdb.arch/powerpc-vsx3.exp: Likewise.
13500 * gdb.arch/powerpc-vsx3.s: Likewise.
13501 * gdb.arch/arm-disassembler-options.exp: Likewise.
13502 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
13503 * gdb.arch/s390-disassembler-options.exp: Likewise.
13504
13505 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
13506
13507 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
13508 (check_supported_features): ... this. Changed return type to void.
13509 (supports_rdseed): New static global.
13510 (rdseed): Check supports_rdseed.
13511 (initialize): Call check_supported_features.
13512
13513 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13514
13515 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
13516 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
13517 and lqarx/stqcx.
13518 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
13519 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
13520
13521 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13522
13523 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
13524 uppercase.
13525
13526 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13527
13528 * gdb.dwarf2/formdata16.c: New file.
13529 * gdb.dwarf2/formdata16.exp: New file.
13530 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
13531
13532 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13533
13534 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
13535 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
13536 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
13537 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
13538 DW_AT_GNU_*.
13539
13540 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13541
13542 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
13543
13544 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
13545
13546 PR gdb/21164
13547 * gdb.base/maint.exp: Add testcases for when the commands do
13548 not have arguments.
13549
13550 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
13551
13552 * gdb.cp/chained-calls.exp: Use p instead of P.
13553
13554 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
13555
13556 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
13557 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
13558
13559 2017-02-14 Tom Tromey <tom@tromey.com>
13560
13561 PR python/13598:
13562 * gdb.python/py-events.exp: Add before_prompt event tests.
13563
13564 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
13565
13566 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
13567
13568 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
13569
13570 * gdb.linespec/explicit.c (my_unique_function_name): New function.
13571 (main): Call my_unique_function_name.
13572 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
13573 completion of patterns with a single match.
13574 Add missing -re switches to gdb_test_multiple calls.
13575
13576 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
13577
13578 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
13579 return if core file is not recognized.
13580
13581 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
13582
13583 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
13584 and extra UIs.
13585
13586 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
13587
13588 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
13589 proc_with_prefix.
13590
13591 2017-02-10 Tom Tromey <tom@tromey.com>
13592
13593 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
13594
13595 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
13596
13597 PR gdb/21122
13598 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
13599
13600 2017-02-08 Jerome Guitton <guitton@adacore.com>
13601
13602 * gdb.base/define.exp: Add test for command abbreviations
13603 in define.
13604
13605 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
13606
13607 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
13608 * gdb.reverse/insn-reverse-x86.c: New file.
13609
13610 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
13611
13612 PR tdep/20936
13613 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
13614
13615 2017-02-03 Tom Tromey <tom@tromey.com>
13616
13617 PR rust/21097:
13618 * gdb.rust/simple.exp: Add new tests.
13619
13620 2017-02-02 Pedro Alves <palves@redhat.com>
13621
13622 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
13623 tests.
13624
13625 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13626
13627 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
13628 taking a 2-byte value out of a 4-byte DWARF implicit value on
13629 big-endian targets.
13630 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
13631 logic. Add test cases for DW_OP_implicit.
13632
13633 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13634
13635 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
13636
13637 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13638
13639 * gdb.btrace/enable.exp: Call gdb_exit before
13640 skip_gdbserver_tests.
13641
13642 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13643
13644 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
13645 GDBFLAGS.
13646
13647 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13648
13649 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
13650 the test is skipped.
13651 * gdb.btrace/data.exp: Likewise.
13652 * gdb.btrace/delta.exp: Likewise.
13653 * gdb.btrace/dlopen.exp: Likewise.
13654 * gdb.btrace/enable-running.exp: Likewise.
13655 * gdb.btrace/enable.exp: Likewise.
13656 * gdb.btrace/exception.exp: Likewise.
13657 * gdb.btrace/function_call_history.exp: Likewise.
13658 * gdb.btrace/gcore.exp: Likewise.
13659 * gdb.btrace/instruction_history.exp: Likewise.
13660 * gdb.btrace/multi-thread-step.exp: Likewise.
13661 * gdb.btrace/nohist.exp: Likewise.
13662 * gdb.btrace/non-stop.exp: Likewise.
13663 * gdb.btrace/reconnect.exp: Likewise.
13664 * gdb.btrace/record_goto-step.exp: Likewise.
13665 * gdb.btrace/record_goto.exp: Likewise.
13666 * gdb.btrace/rn-dl-bind.exp: Likewise.
13667 * gdb.btrace/segv.exp: Likewise.
13668 * gdb.btrace/step.exp: Likewise.
13669 * gdb.btrace/stepi.exp: Likewise.
13670 * gdb.btrace/tailcall-only.exp: Likewise.
13671 * gdb.btrace/tailcall.exp: Likewise.
13672 * gdb.btrace/tsx.exp: Likewise.
13673 * gdb.btrace/unknown_functions.exp: Likewise.
13674 * gdb.btrace/vdso.exp: Likewise.
13675
13676 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13677
13678 * gdb.btrace/enable-running.c: New.
13679 * gdb.btrace/enable-running.exp: New.
13680
13681 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
13682
13683 * gdb.arch/amd64-gs_base.c: New file.
13684 * gdb.arch/amd64-gs_base.exp: New file.
13685
13686 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
13687
13688 * lib/memory.exp: Remove spurious empty newlines.
13689
13690 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
13691
13692 * gdb.python/py-bad-printers.exp: Load python file using "source".
13693 * gdb.python/py-events.exp: Likewise.
13694 * gdb.python/py-evsignal.exp: Likewise.
13695 * gdb.python/py-evthreads.exp: Likewise.
13696 * gdb.python/py-frame-args.exp: Likewise.
13697 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
13698 * gdb.python/py-framefilter-mi.exp: Likewise.
13699 * gdb.python/py-framefilter.exp: Likewise.
13700 * gdb.python/py-mi.exp: Likewise.
13701 * gdb.python/py-pp-maint.exp: Likewise.
13702 * gdb.python/py-pp-registration.exp: Likewise.
13703 * gdb.python/py-prettyprint.exp: Likewise.
13704 (run_lang_tests): Likewise.
13705 * gdb.python/py-typeprint.exp: Likewise.
13706
13707 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
13708
13709 * lib/memory.exp: New file.
13710 * lib/gdb.exp: Load memory.exp.
13711 * gdb.base/memattr.exp (delete_memory): Move proc to
13712 lib/memory.exp and rename to delete_memory_regions.
13713 Replace delete_memory with delete_memory_regions.
13714 Cleanup memory regions before tests.
13715 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
13716 before tests.
13717
13718 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
13719
13720 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
13721 files.
13722 (initialize): New function conditionally defined.
13723 (testcases): Move within conditional block.
13724 (main): Call initialize.
13725 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
13726 of gdb.reverse/insn-reverse.c.
13727 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
13728 gdb.reverse/insn-reverse.c.
13729
13730 2017-01-26 Yao Qi <yao.qi@linaro.org>
13731
13732 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
13733 disassemble on address 0.
13734
13735 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
13736 Yao Qi <yao.qi@linaro.org>
13737
13738 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
13739 * gdb.dwarf2/implptr-64bit.S: Remove.
13740 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
13741 variables in caller's context. Add DW_OP_implicit_value.
13742
13743 2017-01-25 Yao Qi <yao.qi@linaro.org>
13744
13745 * lib/dwarf.exp (Dwarf::_location): Handle
13746 DW_OP_GNU_implicit_pointer with proper size.
13747
13748 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
13749
13750 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
13751 and add untested calls.
13752
13753 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
13754
13755 * gdb.python/python.exp: Check line number against what GDB thinks
13756 the line number is for func1.
13757
13758 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
13759
13760 * gdb.dlang/debug-expr.exp: New file.
13761
13762 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
13763
13764 Fix test names for the following files:
13765
13766 * gdb.ada/exec_changed.exp
13767 * gdb.ada/info_types.exp
13768 * gdb.arch/aarch64-atomic-inst.exp
13769 * gdb.arch/aarch64-fp.exp
13770 * gdb.arch/altivec-abi.exp
13771 * gdb.arch/altivec-regs.exp
13772 * gdb.arch/amd64-byte.exp
13773 * gdb.arch/amd64-disp-step.exp
13774 * gdb.arch/amd64-dword.exp
13775 * gdb.arch/amd64-entry-value-inline.exp
13776 * gdb.arch/amd64-entry-value-param.exp
13777 * gdb.arch/amd64-entry-value-paramref.exp
13778 * gdb.arch/amd64-entry-value.exp
13779 * gdb.arch/amd64-i386-address.exp
13780 * gdb.arch/amd64-invalid-stack-middle.exp
13781 * gdb.arch/amd64-invalid-stack-top.exp
13782 * gdb.arch/amd64-optimout-repeat.exp
13783 * gdb.arch/amd64-prologue-skip.exp
13784 * gdb.arch/amd64-prologue-xmm.exp
13785 * gdb.arch/amd64-stap-special-operands.exp
13786 * gdb.arch/amd64-stap-wrong-subexp.exp
13787 * gdb.arch/amd64-tailcall-cxx.exp
13788 * gdb.arch/amd64-tailcall-noret.exp
13789 * gdb.arch/amd64-tailcall-ret.exp
13790 * gdb.arch/amd64-tailcall-self.exp
13791 * gdb.arch/amd64-word.exp
13792 * gdb.arch/arm-bl-branch-dest.exp
13793 * gdb.arch/arm-disp-step.exp
13794 * gdb.arch/arm-neon.exp
13795 * gdb.arch/arm-single-step-kernel-helper.exp
13796 * gdb.arch/avr-flash-qualifier.exp
13797 * gdb.arch/disp-step-insn-reloc.exp
13798 * gdb.arch/e500-abi.exp
13799 * gdb.arch/e500-regs.exp
13800 * gdb.arch/ftrace-insn-reloc.exp
13801 * gdb.arch/i386-avx512.exp
13802 * gdb.arch/i386-bp_permanent.exp
13803 * gdb.arch/i386-byte.exp
13804 * gdb.arch/i386-cfi-notcurrent.exp
13805 * gdb.arch/i386-disp-step.exp
13806 * gdb.arch/i386-dr3-watch.exp
13807 * gdb.arch/i386-float.exp
13808 * gdb.arch/i386-gnu-cfi.exp
13809 * gdb.arch/i386-mpx-map.exp
13810 * gdb.arch/i386-mpx-sigsegv.exp
13811 * gdb.arch/i386-mpx-simple_segv.exp
13812 * gdb.arch/i386-mpx.exp
13813 * gdb.arch/i386-permbkpt.exp
13814 * gdb.arch/i386-prologue.exp
13815 * gdb.arch/i386-signal.exp
13816 * gdb.arch/i386-size-overlap.exp
13817 * gdb.arch/i386-unwind.exp
13818 * gdb.arch/i386-word.exp
13819 * gdb.arch/mips-fcr.exp
13820 * gdb.arch/powerpc-d128-regs.exp
13821 * gdb.arch/powerpc-stackless.exp
13822 * gdb.arch/ppc64-atomic-inst.exp
13823 * gdb.arch/s390-stackless.exp
13824 * gdb.arch/s390-tdbregs.exp
13825 * gdb.arch/s390-vregs.exp
13826 * gdb.arch/sparc-sysstep.exp
13827 * gdb.arch/thumb-bx-pc.exp
13828 * gdb.arch/thumb-singlestep.exp
13829 * gdb.arch/thumb2-it.exp
13830 * gdb.arch/vsx-regs.exp
13831 * gdb.asm/asm-source.exp
13832 * gdb.base/a2-run.exp
13833 * gdb.base/advance.exp
13834 * gdb.base/all-bin.exp
13835 * gdb.base/anon.exp
13836 * gdb.base/args.exp
13837 * gdb.base/arithmet.exp
13838 * gdb.base/async-shell.exp
13839 * gdb.base/async.exp
13840 * gdb.base/attach-pie-noexec.exp
13841 * gdb.base/attach-twice.exp
13842 * gdb.base/auto-load.exp
13843 * gdb.base/bang.exp
13844 * gdb.base/bitfields.exp
13845 * gdb.base/break-always.exp
13846 * gdb.base/break-caller-line.exp
13847 * gdb.base/break-entry.exp
13848 * gdb.base/break-inline.exp
13849 * gdb.base/break-on-linker-gcd-function.exp
13850 * gdb.base/break-probes.exp
13851 * gdb.base/break.exp
13852 * gdb.base/breakpoint-shadow.exp
13853 * gdb.base/call-ar-st.exp
13854 * gdb.base/call-sc.exp
13855 * gdb.base/call-signal-resume.exp
13856 * gdb.base/call-strs.exp
13857 * gdb.base/callfuncs.exp
13858 * gdb.base/catch-fork-static.exp
13859 * gdb.base/catch-gdb-caused-signals.exp
13860 * gdb.base/catch-load.exp
13861 * gdb.base/catch-signal-fork.exp
13862 * gdb.base/catch-signal.exp
13863 * gdb.base/catch-syscall.exp
13864 * gdb.base/charset.exp
13865 * gdb.base/checkpoint.exp
13866 * gdb.base/chng-syms.exp
13867 * gdb.base/code-expr.exp
13868 * gdb.base/code_elim.exp
13869 * gdb.base/commands.exp
13870 * gdb.base/completion.exp
13871 * gdb.base/complex.exp
13872 * gdb.base/cond-expr.exp
13873 * gdb.base/condbreak.exp
13874 * gdb.base/consecutive.exp
13875 * gdb.base/continue-all-already-running.exp
13876 * gdb.base/coredump-filter.exp
13877 * gdb.base/corefile.exp
13878 * gdb.base/dbx.exp
13879 * gdb.base/debug-expr.exp
13880 * gdb.base/define.exp
13881 * gdb.base/del.exp
13882 * gdb.base/disabled-location.exp
13883 * gdb.base/disasm-end-cu.exp
13884 * gdb.base/disasm-optim.exp
13885 * gdb.base/display.exp
13886 * gdb.base/duplicate-bp.exp
13887 * gdb.base/ena-dis-br.exp
13888 * gdb.base/ending-run.exp
13889 * gdb.base/enumval.exp
13890 * gdb.base/environ.exp
13891 * gdb.base/eu-strip-infcall.exp
13892 * gdb.base/eval-avoid-side-effects.exp
13893 * gdb.base/eval-skip.exp
13894 * gdb.base/exitsignal.exp
13895 * gdb.base/expand-psymtabs.exp
13896 * gdb.base/filesym.exp
13897 * gdb.base/find-unmapped.exp
13898 * gdb.base/finish.exp
13899 * gdb.base/float.exp
13900 * gdb.base/foll-exec-mode.exp
13901 * gdb.base/foll-exec.exp
13902 * gdb.base/foll-fork.exp
13903 * gdb.base/fortran-sym-case.exp
13904 * gdb.base/freebpcmd.exp
13905 * gdb.base/func-ptr.exp
13906 * gdb.base/func-ptrs.exp
13907 * gdb.base/funcargs.exp
13908 * gdb.base/gcore-buffer-overflow.exp
13909 * gdb.base/gcore-relro-pie.exp
13910 * gdb.base/gcore-relro.exp
13911 * gdb.base/gcore.exp
13912 * gdb.base/gdb1090.exp
13913 * gdb.base/gdb11530.exp
13914 * gdb.base/gdb11531.exp
13915 * gdb.base/gdb1821.exp
13916 * gdb.base/gdbindex-stabs.exp
13917 * gdb.base/gdbvars.exp
13918 * gdb.base/hbreak.exp
13919 * gdb.base/hbreak2.exp
13920 * gdb.base/included.exp
13921 * gdb.base/infcall-input.exp
13922 * gdb.base/inferior-died.exp
13923 * gdb.base/infnan.exp
13924 * gdb.base/info-macros.exp
13925 * gdb.base/info-os.exp
13926 * gdb.base/info-proc.exp
13927 * gdb.base/info-shared.exp
13928 * gdb.base/info-target.exp
13929 * gdb.base/infoline.exp
13930 * gdb.base/interp.exp
13931 * gdb.base/interrupt.exp
13932 * gdb.base/jit-reader.exp
13933 * gdb.base/jit-simple.exp
13934 * gdb.base/kill-after-signal.exp
13935 * gdb.base/kill-detach-inferiors-cmd.exp
13936 * gdb.base/label.exp
13937 * gdb.base/langs.exp
13938 * gdb.base/ldbl_e308.exp
13939 * gdb.base/line-symtabs.exp
13940 * gdb.base/linespecs.exp
13941 * gdb.base/list.exp
13942 * gdb.base/long_long.exp
13943 * gdb.base/longest-types.exp
13944 * gdb.base/maint.exp
13945 * gdb.base/max-value-size.exp
13946 * gdb.base/memattr.exp
13947 * gdb.base/mips_pro.exp
13948 * gdb.base/morestack.exp
13949 * gdb.base/moribund-step.exp
13950 * gdb.base/multi-forks.exp
13951 * gdb.base/nested-addr.exp
13952 * gdb.base/nextoverexit.exp
13953 * gdb.base/noreturn-finish.exp
13954 * gdb.base/noreturn-return.exp
13955 * gdb.base/nostdlib.exp
13956 * gdb.base/offsets.exp
13957 * gdb.base/opaque.exp
13958 * gdb.base/pc-fp.exp
13959 * gdb.base/permissions.exp
13960 * gdb.base/print-symbol-loading.exp
13961 * gdb.base/prologue-include.exp
13962 * gdb.base/psymtab.exp
13963 * gdb.base/ptype.exp
13964 * gdb.base/random-signal.exp
13965 * gdb.base/randomize.exp
13966 * gdb.base/range-stepping.exp
13967 * gdb.base/readline-ask.exp
13968 * gdb.base/recpar.exp
13969 * gdb.base/recurse.exp
13970 * gdb.base/relational.exp
13971 * gdb.base/restore.exp
13972 * gdb.base/return-nodebug.exp
13973 * gdb.base/return.exp
13974 * gdb.base/run-after-attach.exp
13975 * gdb.base/save-bp.exp
13976 * gdb.base/scope.exp
13977 * gdb.base/sect-cmd.exp
13978 * gdb.base/set-lang-auto.exp
13979 * gdb.base/set-noassign.exp
13980 * gdb.base/setvar.exp
13981 * gdb.base/sigall.exp
13982 * gdb.base/sigbpt.exp
13983 * gdb.base/siginfo-addr.exp
13984 * gdb.base/siginfo-infcall.exp
13985 * gdb.base/siginfo-obj.exp
13986 * gdb.base/siginfo.exp
13987 * gdb.base/signals-state-child.exp
13988 * gdb.base/signest.exp
13989 * gdb.base/sigstep.exp
13990 * gdb.base/sizeof.exp
13991 * gdb.base/skip.exp
13992 * gdb.base/solib-corrupted.exp
13993 * gdb.base/solib-nodir.exp
13994 * gdb.base/solib-search.exp
13995 * gdb.base/stack-checking.exp
13996 * gdb.base/stale-infcall.exp
13997 * gdb.base/stap-probe.exp
13998 * gdb.base/start.exp
13999 * gdb.base/step-break.exp
14000 * gdb.base/step-bt.exp
14001 * gdb.base/step-line.exp
14002 * gdb.base/step-over-exit.exp
14003 * gdb.base/step-over-syscall.exp
14004 * gdb.base/step-resume-infcall.exp
14005 * gdb.base/step-test.exp
14006 * gdb.base/store.exp
14007 * gdb.base/structs3.exp
14008 * gdb.base/sym-file.exp
14009 * gdb.base/symbol-without-target_section.exp
14010 * gdb.base/term.exp
14011 * gdb.base/testenv.exp
14012 * gdb.base/ui-redirect.exp
14013 * gdb.base/until.exp
14014 * gdb.base/unwindonsignal.exp
14015 * gdb.base/value-double-free.exp
14016 * gdb.base/vla-datatypes.exp
14017 * gdb.base/vla-ptr.exp
14018 * gdb.base/vla-sideeffect.exp
14019 * gdb.base/volatile.exp
14020 * gdb.base/watch-cond-infcall.exp
14021 * gdb.base/watch-cond.exp
14022 * gdb.base/watch-non-mem.exp
14023 * gdb.base/watch-read.exp
14024 * gdb.base/watch-vfork.exp
14025 * gdb.base/watchpoint-cond-gone.exp
14026 * gdb.base/watchpoint-delete.exp
14027 * gdb.base/watchpoint-hw-hit-once.exp
14028 * gdb.base/watchpoint-hw.exp
14029 * gdb.base/watchpoint-stops-at-right-insn.exp
14030 * gdb.base/watchpoints.exp
14031 * gdb.base/wchar.exp
14032 * gdb.base/whatis-exp.exp
14033 * gdb.btrace/buffer-size.exp
14034 * gdb.btrace/data.exp
14035 * gdb.btrace/delta.exp
14036 * gdb.btrace/dlopen.exp
14037 * gdb.btrace/enable.exp
14038 * gdb.btrace/exception.exp
14039 * gdb.btrace/function_call_history.exp
14040 * gdb.btrace/gcore.exp
14041 * gdb.btrace/instruction_history.exp
14042 * gdb.btrace/nohist.exp
14043 * gdb.btrace/reconnect.exp
14044 * gdb.btrace/record_goto-step.exp
14045 * gdb.btrace/record_goto.exp
14046 * gdb.btrace/rn-dl-bind.exp
14047 * gdb.btrace/segv.exp
14048 * gdb.btrace/step.exp
14049 * gdb.btrace/stepi.exp
14050 * gdb.btrace/tailcall-only.exp
14051 * gdb.btrace/tailcall.exp
14052 * gdb.btrace/tsx.exp
14053 * gdb.btrace/unknown_functions.exp
14054 * gdb.btrace/vdso.exp
14055 * gdb.compile/compile-ifunc.exp
14056 * gdb.compile/compile-ops.exp
14057 * gdb.compile/compile-print.exp
14058 * gdb.compile/compile-setjmp.exp
14059 * gdb.cp/abstract-origin.exp
14060 * gdb.cp/ambiguous.exp
14061 * gdb.cp/annota2.exp
14062 * gdb.cp/annota3.exp
14063 * gdb.cp/anon-ns.exp
14064 * gdb.cp/anon-struct.exp
14065 * gdb.cp/anon-union.exp
14066 * gdb.cp/arg-reference.exp
14067 * gdb.cp/baseenum.exp
14068 * gdb.cp/bool.exp
14069 * gdb.cp/breakpoint.exp
14070 * gdb.cp/bs15503.exp
14071 * gdb.cp/call-c.exp
14072 * gdb.cp/casts.exp
14073 * gdb.cp/chained-calls.exp
14074 * gdb.cp/class2.exp
14075 * gdb.cp/classes.exp
14076 * gdb.cp/cmpd-minsyms.exp
14077 * gdb.cp/converts.exp
14078 * gdb.cp/cp-relocate.exp
14079 * gdb.cp/cpcompletion.exp
14080 * gdb.cp/cpexprs.exp
14081 * gdb.cp/cplabel.exp
14082 * gdb.cp/cplusfuncs.exp
14083 * gdb.cp/cpsizeof.exp
14084 * gdb.cp/ctti.exp
14085 * gdb.cp/derivation.exp
14086 * gdb.cp/destrprint.exp
14087 * gdb.cp/dispcxx.exp
14088 * gdb.cp/enum-class.exp
14089 * gdb.cp/exception.exp
14090 * gdb.cp/exceptprint.exp
14091 * gdb.cp/expand-psymtabs-cxx.exp
14092 * gdb.cp/expand-sals.exp
14093 * gdb.cp/extern-c.exp
14094 * gdb.cp/filename.exp
14095 * gdb.cp/formatted-ref.exp
14096 * gdb.cp/fpointer.exp
14097 * gdb.cp/gdb1355.exp
14098 * gdb.cp/gdb2495.exp
14099 * gdb.cp/hang.exp
14100 * gdb.cp/impl-this.exp
14101 * gdb.cp/infcall-dlopen.exp
14102 * gdb.cp/inherit.exp
14103 * gdb.cp/iostream.exp
14104 * gdb.cp/koenig.exp
14105 * gdb.cp/local.exp
14106 * gdb.cp/m-data.exp
14107 * gdb.cp/m-static.exp
14108 * gdb.cp/mb-ctor.exp
14109 * gdb.cp/mb-inline.exp
14110 * gdb.cp/mb-templates.exp
14111 * gdb.cp/member-name.exp
14112 * gdb.cp/member-ptr.exp
14113 * gdb.cp/meth-typedefs.exp
14114 * gdb.cp/method.exp
14115 * gdb.cp/method2.exp
14116 * gdb.cp/minsym-fallback.exp
14117 * gdb.cp/misc.exp
14118 * gdb.cp/namelessclass.exp
14119 * gdb.cp/namespace-enum.exp
14120 * gdb.cp/namespace-nested-import.exp
14121 * gdb.cp/namespace.exp
14122 * gdb.cp/nextoverthrow.exp
14123 * gdb.cp/no-dmgl-verbose.exp
14124 * gdb.cp/non-trivial-retval.exp
14125 * gdb.cp/noparam.exp
14126 * gdb.cp/nsdecl.exp
14127 * gdb.cp/nsimport.exp
14128 * gdb.cp/nsnested.exp
14129 * gdb.cp/nsnoimports.exp
14130 * gdb.cp/nsrecurs.exp
14131 * gdb.cp/nsstress.exp
14132 * gdb.cp/nsusing.exp
14133 * gdb.cp/operator.exp
14134 * gdb.cp/oranking.exp
14135 * gdb.cp/overload-const.exp
14136 * gdb.cp/overload.exp
14137 * gdb.cp/ovldbreak.exp
14138 * gdb.cp/ovsrch.exp
14139 * gdb.cp/paren-type.exp
14140 * gdb.cp/parse-lang.exp
14141 * gdb.cp/pass-by-ref.exp
14142 * gdb.cp/pr-1023.exp
14143 * gdb.cp/pr-1210.exp
14144 * gdb.cp/pr-574.exp
14145 * gdb.cp/pr10687.exp
14146 * gdb.cp/pr12028.exp
14147 * gdb.cp/pr17132.exp
14148 * gdb.cp/pr17494.exp
14149 * gdb.cp/pr9067.exp
14150 * gdb.cp/pr9167.exp
14151 * gdb.cp/pr9631.exp
14152 * gdb.cp/printmethod.exp
14153 * gdb.cp/psmang.exp
14154 * gdb.cp/psymtab-parameter.exp
14155 * gdb.cp/ptype-cv-cp.exp
14156 * gdb.cp/ptype-flags.exp
14157 * gdb.cp/re-set-overloaded.exp
14158 * gdb.cp/ref-types.exp
14159 * gdb.cp/rtti.exp
14160 * gdb.cp/scope-err.exp
14161 * gdb.cp/shadow.exp
14162 * gdb.cp/smartp.exp
14163 * gdb.cp/static-method.exp
14164 * gdb.cp/static-print-quit.exp
14165 * gdb.cp/temargs.exp
14166 * gdb.cp/templates.exp
14167 * gdb.cp/try_catch.exp
14168 * gdb.cp/typedef-operator.exp
14169 * gdb.cp/typeid.exp
14170 * gdb.cp/userdef.exp
14171 * gdb.cp/using-crash.exp
14172 * gdb.cp/var-tag.exp
14173 * gdb.cp/virtbase.exp
14174 * gdb.cp/virtfunc.exp
14175 * gdb.cp/virtfunc2.exp
14176 * gdb.cp/vla-cxx.exp
14177 * gdb.disasm/t01_mov.exp
14178 * gdb.disasm/t02_mova.exp
14179 * gdb.disasm/t03_add.exp
14180 * gdb.disasm/t04_sub.exp
14181 * gdb.disasm/t05_cmp.exp
14182 * gdb.disasm/t06_ari2.exp
14183 * gdb.disasm/t07_ari3.exp
14184 * gdb.disasm/t08_or.exp
14185 * gdb.disasm/t09_xor.exp
14186 * gdb.disasm/t10_and.exp
14187 * gdb.disasm/t11_logs.exp
14188 * gdb.disasm/t12_bit.exp
14189 * gdb.disasm/t13_otr.exp
14190 * gdb.dlang/circular.exp
14191 * gdb.dwarf2/arr-stride.exp
14192 * gdb.dwarf2/arr-subrange.exp
14193 * gdb.dwarf2/atomic-type.exp
14194 * gdb.dwarf2/bad-regnum.exp
14195 * gdb.dwarf2/bitfield-parent-optimized-out.exp
14196 * gdb.dwarf2/callframecfa.exp
14197 * gdb.dwarf2/clztest.exp
14198 * gdb.dwarf2/corrupt.exp
14199 * gdb.dwarf2/data-loc.exp
14200 * gdb.dwarf2/dup-psym.exp
14201 * gdb.dwarf2/dw2-anon-mptr.exp
14202 * gdb.dwarf2/dw2-anonymous-func.exp
14203 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
14204 * gdb.dwarf2/dw2-bad-unresolved.exp
14205 * gdb.dwarf2/dw2-basic.exp
14206 * gdb.dwarf2/dw2-canonicalize-type.exp
14207 * gdb.dwarf2/dw2-case-insensitive.exp
14208 * gdb.dwarf2/dw2-common-block.exp
14209 * gdb.dwarf2/dw2-compdir-oldgcc.exp
14210 * gdb.dwarf2/dw2-compressed.exp
14211 * gdb.dwarf2/dw2-const.exp
14212 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
14213 * gdb.dwarf2/dw2-cu-size.exp
14214 * gdb.dwarf2/dw2-dup-frame.exp
14215 * gdb.dwarf2/dw2-entry-value.exp
14216 * gdb.dwarf2/dw2-icycle.exp
14217 * gdb.dwarf2/dw2-ifort-parameter.exp
14218 * gdb.dwarf2/dw2-inline-break.exp
14219 * gdb.dwarf2/dw2-inline-param.exp
14220 * gdb.dwarf2/dw2-intercu.exp
14221 * gdb.dwarf2/dw2-intermix.exp
14222 * gdb.dwarf2/dw2-lexical-block-bare.exp
14223 * gdb.dwarf2/dw2-linkage-name-trust.exp
14224 * gdb.dwarf2/dw2-minsym-in-cu.exp
14225 * gdb.dwarf2/dw2-noloc.exp
14226 * gdb.dwarf2/dw2-op-call.exp
14227 * gdb.dwarf2/dw2-op-out-param.exp
14228 * gdb.dwarf2/dw2-opt-structptr.exp
14229 * gdb.dwarf2/dw2-param-error.exp
14230 * gdb.dwarf2/dw2-producer.exp
14231 * gdb.dwarf2/dw2-ranges-base.exp
14232 * gdb.dwarf2/dw2-ref-missing-frame.exp
14233 * gdb.dwarf2/dw2-reg-undefined.exp
14234 * gdb.dwarf2/dw2-regno-invalid.exp
14235 * gdb.dwarf2/dw2-restore.exp
14236 * gdb.dwarf2/dw2-restrict.exp
14237 * gdb.dwarf2/dw2-single-line-discriminators.exp
14238 * gdb.dwarf2/dw2-strp.exp
14239 * gdb.dwarf2/dw2-undefined-ret-addr.exp
14240 * gdb.dwarf2/dw2-unresolved.exp
14241 * gdb.dwarf2/dw2-var-zero-addr.exp
14242 * gdb.dwarf2/dw4-sig-types.exp
14243 * gdb.dwarf2/dwz.exp
14244 * gdb.dwarf2/dynarr-ptr.exp
14245 * gdb.dwarf2/enum-type.exp
14246 * gdb.dwarf2/gdb-index.exp
14247 * gdb.dwarf2/implptr-64bit.exp
14248 * gdb.dwarf2/implptr-optimized-out.exp
14249 * gdb.dwarf2/implptr.exp
14250 * gdb.dwarf2/implref-array.exp
14251 * gdb.dwarf2/implref-const.exp
14252 * gdb.dwarf2/implref-global.exp
14253 * gdb.dwarf2/implref-struct.exp
14254 * gdb.dwarf2/mac-fileno.exp
14255 * gdb.dwarf2/main-subprogram.exp
14256 * gdb.dwarf2/member-ptr-forwardref.exp
14257 * gdb.dwarf2/method-ptr.exp
14258 * gdb.dwarf2/missing-sig-type.exp
14259 * gdb.dwarf2/nonvar-access.exp
14260 * gdb.dwarf2/opaque-type-lookup.exp
14261 * gdb.dwarf2/pieces-optimized-out.exp
14262 * gdb.dwarf2/pieces.exp
14263 * gdb.dwarf2/pr10770.exp
14264 * gdb.dwarf2/pr13961.exp
14265 * gdb.dwarf2/staticvirtual.exp
14266 * gdb.dwarf2/subrange.exp
14267 * gdb.dwarf2/symtab-producer.exp
14268 * gdb.dwarf2/trace-crash.exp
14269 * gdb.dwarf2/typeddwarf.exp
14270 * gdb.dwarf2/valop.exp
14271 * gdb.dwarf2/watch-notconst.exp
14272 * gdb.fortran/array-element.exp
14273 * gdb.fortran/charset.exp
14274 * gdb.fortran/common-block.exp
14275 * gdb.fortran/complex.exp
14276 * gdb.fortran/derived-type-function.exp
14277 * gdb.fortran/derived-type.exp
14278 * gdb.fortran/logical.exp
14279 * gdb.fortran/module.exp
14280 * gdb.fortran/multi-dim.exp
14281 * gdb.fortran/nested-funcs.exp
14282 * gdb.fortran/print-formatted.exp
14283 * gdb.fortran/subarray.exp
14284 * gdb.fortran/vla-alloc-assoc.exp
14285 * gdb.fortran/vla-datatypes.exp
14286 * gdb.fortran/vla-history.exp
14287 * gdb.fortran/vla-ptr-info.exp
14288 * gdb.fortran/vla-ptype-sub.exp
14289 * gdb.fortran/vla-ptype.exp
14290 * gdb.fortran/vla-sizeof.exp
14291 * gdb.fortran/vla-type.exp
14292 * gdb.fortran/vla-value-sub-arbitrary.exp
14293 * gdb.fortran/vla-value-sub-finish.exp
14294 * gdb.fortran/vla-value-sub.exp
14295 * gdb.fortran/vla-value.exp
14296 * gdb.fortran/whatis_type.exp
14297 * gdb.go/chan.exp
14298 * gdb.go/handcall.exp
14299 * gdb.go/hello.exp
14300 * gdb.go/integers.exp
14301 * gdb.go/methods.exp
14302 * gdb.go/package.exp
14303 * gdb.go/strings.exp
14304 * gdb.go/types.exp
14305 * gdb.go/unsafe.exp
14306 * gdb.guile/scm-arch.exp
14307 * gdb.guile/scm-block.exp
14308 * gdb.guile/scm-breakpoint.exp
14309 * gdb.guile/scm-cmd.exp
14310 * gdb.guile/scm-disasm.exp
14311 * gdb.guile/scm-equal.exp
14312 * gdb.guile/scm-frame-args.exp
14313 * gdb.guile/scm-frame-inline.exp
14314 * gdb.guile/scm-frame.exp
14315 * gdb.guile/scm-iterator.exp
14316 * gdb.guile/scm-math.exp
14317 * gdb.guile/scm-objfile.exp
14318 * gdb.guile/scm-ports.exp
14319 * gdb.guile/scm-symbol.exp
14320 * gdb.guile/scm-symtab.exp
14321 * gdb.guile/scm-value-cc.exp
14322 * gdb.guile/types-module.exp
14323 * gdb.linespec/break-ask.exp
14324 * gdb.linespec/cpexplicit.exp
14325 * gdb.linespec/explicit.exp
14326 * gdb.linespec/keywords.exp
14327 * gdb.linespec/linespec.exp
14328 * gdb.linespec/ls-dollar.exp
14329 * gdb.linespec/ls-errs.exp
14330 * gdb.linespec/skip-two.exp
14331 * gdb.linespec/thread.exp
14332 * gdb.mi/mi-async.exp
14333 * gdb.mi/mi-basics.exp
14334 * gdb.mi/mi-break.exp
14335 * gdb.mi/mi-catch-load.exp
14336 * gdb.mi/mi-cli.exp
14337 * gdb.mi/mi-cmd-param-changed.exp
14338 * gdb.mi/mi-console.exp
14339 * gdb.mi/mi-detach.exp
14340 * gdb.mi/mi-disassemble.exp
14341 * gdb.mi/mi-eval.exp
14342 * gdb.mi/mi-file-transfer.exp
14343 * gdb.mi/mi-file.exp
14344 * gdb.mi/mi-fill-memory.exp
14345 * gdb.mi/mi-inheritance-syntax-error.exp
14346 * gdb.mi/mi-linespec-err-cp.exp
14347 * gdb.mi/mi-logging.exp
14348 * gdb.mi/mi-memory-changed.exp
14349 * gdb.mi/mi-read-memory.exp
14350 * gdb.mi/mi-record-changed.exp
14351 * gdb.mi/mi-reg-undefined.exp
14352 * gdb.mi/mi-regs.exp
14353 * gdb.mi/mi-return.exp
14354 * gdb.mi/mi-reverse.exp
14355 * gdb.mi/mi-simplerun.exp
14356 * gdb.mi/mi-solib.exp
14357 * gdb.mi/mi-stack.exp
14358 * gdb.mi/mi-stepi.exp
14359 * gdb.mi/mi-syn-frame.exp
14360 * gdb.mi/mi-until.exp
14361 * gdb.mi/mi-var-block.exp
14362 * gdb.mi/mi-var-child.exp
14363 * gdb.mi/mi-var-cmd.exp
14364 * gdb.mi/mi-var-cp.exp
14365 * gdb.mi/mi-var-display.exp
14366 * gdb.mi/mi-var-invalidate.exp
14367 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
14368 * gdb.mi/mi-vla-fortran.exp
14369 * gdb.mi/mi-watch.exp
14370 * gdb.mi/mi2-var-child.exp
14371 * gdb.mi/user-selected-context-sync.exp
14372 * gdb.modula2/unbounded-array.exp
14373 * gdb.multi/dummy-frame-restore.exp
14374 * gdb.multi/multi-arch-exec.exp
14375 * gdb.multi/multi-arch.exp
14376 * gdb.multi/tids.exp
14377 * gdb.multi/watchpoint-multi.exp
14378 * gdb.opencl/callfuncs.exp
14379 * gdb.opencl/convs_casts.exp
14380 * gdb.opencl/datatypes.exp
14381 * gdb.opencl/operators.exp
14382 * gdb.opencl/vec_comps.exp
14383 * gdb.opt/clobbered-registers-O2.exp
14384 * gdb.opt/inline-break.exp
14385 * gdb.opt/inline-bt.exp
14386 * gdb.opt/inline-cmds.exp
14387 * gdb.opt/inline-locals.exp
14388 * gdb.pascal/case-insensitive-symbols.exp
14389 * gdb.pascal/floats.exp
14390 * gdb.pascal/gdb11492.exp
14391 * gdb.python/lib-types.exp
14392 * gdb.python/py-arch.exp
14393 * gdb.python/py-as-string.exp
14394 * gdb.python/py-bad-printers.exp
14395 * gdb.python/py-block.exp
14396 * gdb.python/py-breakpoint-create-fail.exp
14397 * gdb.python/py-breakpoint.exp
14398 * gdb.python/py-caller-is.exp
14399 * gdb.python/py-cmd.exp
14400 * gdb.python/py-explore-cc.exp
14401 * gdb.python/py-explore.exp
14402 * gdb.python/py-finish-breakpoint.exp
14403 * gdb.python/py-finish-breakpoint2.exp
14404 * gdb.python/py-frame-args.exp
14405 * gdb.python/py-frame-inline.exp
14406 * gdb.python/py-frame.exp
14407 * gdb.python/py-framefilter-mi.exp
14408 * gdb.python/py-infthread.exp
14409 * gdb.python/py-lazy-string.exp
14410 * gdb.python/py-linetable.exp
14411 * gdb.python/py-mi-events.exp
14412 * gdb.python/py-mi-objfile.exp
14413 * gdb.python/py-mi.exp
14414 * gdb.python/py-objfile.exp
14415 * gdb.python/py-pp-integral.exp
14416 * gdb.python/py-pp-maint.exp
14417 * gdb.python/py-pp-re-notag.exp
14418 * gdb.python/py-pp-registration.exp
14419 * gdb.python/py-recurse-unwind.exp
14420 * gdb.python/py-strfns.exp
14421 * gdb.python/py-symbol.exp
14422 * gdb.python/py-symtab.exp
14423 * gdb.python/py-sync-interp.exp
14424 * gdb.python/py-typeprint.exp
14425 * gdb.python/py-unwind-maint.exp
14426 * gdb.python/py-unwind.exp
14427 * gdb.python/py-value-cc.exp
14428 * gdb.python/py-xmethods.exp
14429 * gdb.reverse/amd64-tailcall-reverse.exp
14430 * gdb.reverse/break-precsave.exp
14431 * gdb.reverse/break-reverse.exp
14432 * gdb.reverse/consecutive-precsave.exp
14433 * gdb.reverse/consecutive-reverse.exp
14434 * gdb.reverse/finish-precsave.exp
14435 * gdb.reverse/finish-reverse-bkpt.exp
14436 * gdb.reverse/finish-reverse.exp
14437 * gdb.reverse/fstatat-reverse.exp
14438 * gdb.reverse/getresuid-reverse.exp
14439 * gdb.reverse/i386-precsave.exp
14440 * gdb.reverse/i386-reverse.exp
14441 * gdb.reverse/i386-sse-reverse.exp
14442 * gdb.reverse/i387-env-reverse.exp
14443 * gdb.reverse/i387-stack-reverse.exp
14444 * gdb.reverse/insn-reverse.exp
14445 * gdb.reverse/machinestate-precsave.exp
14446 * gdb.reverse/machinestate.exp
14447 * gdb.reverse/next-reverse-bkpt-over-sr.exp
14448 * gdb.reverse/pipe-reverse.exp
14449 * gdb.reverse/readv-reverse.exp
14450 * gdb.reverse/recvmsg-reverse.exp
14451 * gdb.reverse/rerun-prec.exp
14452 * gdb.reverse/s390-mvcle.exp
14453 * gdb.reverse/step-precsave.exp
14454 * gdb.reverse/step-reverse.exp
14455 * gdb.reverse/time-reverse.exp
14456 * gdb.reverse/until-precsave.exp
14457 * gdb.reverse/until-reverse.exp
14458 * gdb.reverse/waitpid-reverse.exp
14459 * gdb.reverse/watch-precsave.exp
14460 * gdb.reverse/watch-reverse.exp
14461 * gdb.rust/generics.exp
14462 * gdb.rust/methods.exp
14463 * gdb.rust/modules.exp
14464 * gdb.rust/simple.exp
14465 * gdb.server/connect-with-no-symbol-file.exp
14466 * gdb.server/ext-attach.exp
14467 * gdb.server/ext-restart.exp
14468 * gdb.server/ext-wrapper.exp
14469 * gdb.server/file-transfer.exp
14470 * gdb.server/server-exec-info.exp
14471 * gdb.server/server-kill.exp
14472 * gdb.server/server-mon.exp
14473 * gdb.server/wrapper.exp
14474 * gdb.stabs/exclfwd.exp
14475 * gdb.stabs/gdb11479.exp
14476 * gdb.threads/clone-new-thread-event.exp
14477 * gdb.threads/corethreads.exp
14478 * gdb.threads/current-lwp-dead.exp
14479 * gdb.threads/dlopen-libpthread.exp
14480 * gdb.threads/gcore-thread.exp
14481 * gdb.threads/sigstep-threads.exp
14482 * gdb.threads/watchpoint-fork.exp
14483 * gdb.trace/actions-changed.exp
14484 * gdb.trace/backtrace.exp
14485 * gdb.trace/change-loc.exp
14486 * gdb.trace/circ.exp
14487 * gdb.trace/collection.exp
14488 * gdb.trace/disconnected-tracing.exp
14489 * gdb.trace/ftrace.exp
14490 * gdb.trace/mi-trace-frame-collected.exp
14491 * gdb.trace/mi-trace-unavailable.exp
14492 * gdb.trace/mi-traceframe-changed.exp
14493 * gdb.trace/mi-tsv-changed.exp
14494 * gdb.trace/no-attach-trace.exp
14495 * gdb.trace/passc-dyn.exp
14496 * gdb.trace/qtro.exp
14497 * gdb.trace/range-stepping.exp
14498 * gdb.trace/read-memory.exp
14499 * gdb.trace/save-trace.exp
14500 * gdb.trace/signal.exp
14501 * gdb.trace/status-stop.exp
14502 * gdb.trace/tfile.exp
14503 * gdb.trace/trace-break.exp
14504 * gdb.trace/trace-buffer-size.exp
14505 * gdb.trace/trace-condition.exp
14506 * gdb.trace/tracefile-pseudo-reg.exp
14507 * gdb.trace/tstatus.exp
14508 * gdb.trace/unavailable.exp
14509 * gdb.trace/while-dyn.exp
14510 * gdb.trace/while-stepping.exp
14511
14512 2016-12-22 Doug Evans <xdje42@gmail.com>
14513
14514 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
14515 and msymbols.
14516
14517 2016-12-19 Yao Qi <yao.qi@linaro.org>
14518
14519 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
14520 (test_with_self): Don't call do_steps_and_nexts, and remove
14521 code about stepping into xmalloc.
14522
14523 2016-12-09 Yao Qi <yao.qi@linaro.org>
14524
14525 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
14526
14527 2016-12-09 Yao Qi <yao.qi@linaro.org>
14528
14529 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
14530
14531 2016-12-09 Pedro Alves <palves@redhat.com>
14532
14533 * gdb.base/all-architectures-0.exp: New file.
14534 * gdb.base/all-architectures-1.exp: New file.
14535 * gdb.base/all-architectures-2.exp: New file.
14536 * gdb.base/all-architectures-3.exp: New file.
14537 * gdb.base/all-architectures-4.exp: New file.
14538 * gdb.base/all-architectures-5.exp: New file.
14539 * gdb.base/all-architectures-6.exp: New file.
14540 * gdb.base/all-architectures-7.exp: New file.
14541 * gdb.base/all-architectures.exp.in: New file.
14542
14543 2016-12-09 Yao Qi <yao.qi@linaro.org>
14544
14545 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
14546
14547 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
14548
14549 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
14550 possible.
14551 Remove useless pattern-matching code.
14552
14553 2016-12-02 Pedro Alves <palves@redhat.com>
14554
14555 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
14556 procedure.
14557 (top level): Call it.
14558
14559 2016-12-02 Pedro Alves <palves@redhat.com>
14560
14561 * gdb.base/commands.exp (user_defined_command_args_stack_test):
14562 New procedure.
14563 (top level): Call it.
14564
14565 2016-12-02 Pedro Alves <palves@redhat.com>
14566
14567 PR cli/20559
14568 * gdb.base/commands.exp (user_defined_command_args_eval): New
14569 procedure.
14570 (top level): Call it.
14571
14572 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
14573
14574 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
14575 timeout handling.
14576
14577 2016-12-02 Tom Tromey <tom@tromey.com>
14578
14579 * gdb.dwarf2/main-subprogram.c: New file.
14580 * gdb.dwarf2/main-subprogram.exp: New file.
14581
14582 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14583
14584 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
14585 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
14586 gdb_test_no_output for a couple of cases.
14587 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
14588
14589 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14590
14591 Fix test names and standardize compilation error messages throughout
14592 the following files:
14593
14594 * gdb.ada/start.exp
14595 * gdb.arch/alpha-step.exp
14596 * gdb.arch/e500-prologue.exp
14597 * gdb.arch/ftrace-insn-reloc.exp
14598 * gdb.arch/gdb1291.exp
14599 * gdb.arch/gdb1431.exp
14600 * gdb.arch/gdb1558.exp
14601 * gdb.arch/i386-dr3-watch.exp
14602 * gdb.arch/i386-sse-stack-align.exp
14603 * gdb.arch/ia64-breakpoint-shadow.exp
14604 * gdb.arch/pa-nullify.exp
14605 * gdb.arch/powerpc-aix-prologue.exp
14606 * gdb.arch/thumb-bx-pc.exp
14607 * gdb.base/annota1.exp
14608 * gdb.base/annota3.exp
14609 * gdb.base/arrayidx.exp
14610 * gdb.base/assign.exp
14611 * gdb.base/attach.exp
14612 * gdb.base/auxv.exp
14613 * gdb.base/bang.exp
14614 * gdb.base/bfp-test.exp
14615 * gdb.base/bigcore.exp
14616 * gdb.base/bitfields2.exp
14617 * gdb.base/break-fun-addr.exp
14618 * gdb.base/break-probes.exp
14619 * gdb.base/call-rt-st.exp
14620 * gdb.base/callexit.exp
14621 * gdb.base/catch-fork-kill.exp
14622 * gdb.base/charset.exp
14623 * gdb.base/checkpoint.exp
14624 * gdb.base/comprdebug.exp
14625 * gdb.base/constvars.exp
14626 * gdb.base/coredump-filter.exp
14627 * gdb.base/cursal.exp
14628 * gdb.base/cvexpr.exp
14629 * gdb.base/detach.exp
14630 * gdb.base/display.exp
14631 * gdb.base/dmsym.exp
14632 * gdb.base/dprintf-pending.exp
14633 * gdb.base/dso2dso.exp
14634 * gdb.base/dtrace-probe.exp
14635 * gdb.base/dump.exp
14636 * gdb.base/enum_cond.exp
14637 * gdb.base/exe-lock.exp
14638 * gdb.base/exec-invalid-sysroot.exp
14639 * gdb.base/execl-update-breakpoints.exp
14640 * gdb.base/exprs.exp
14641 * gdb.base/fileio.exp
14642 * gdb.base/find.exp
14643 * gdb.base/finish.exp
14644 * gdb.base/fixsection.exp
14645 * gdb.base/foll-vfork.exp
14646 * gdb.base/frame-args.exp
14647 * gdb.base/gcore.exp
14648 * gdb.base/gdb1250.exp
14649 * gdb.base/global-var-nested-by-dso.exp
14650 * gdb.base/gnu-ifunc.exp
14651 * gdb.base/hashline1.exp
14652 * gdb.base/hashline2.exp
14653 * gdb.base/hashline3.exp
14654 * gdb.base/hbreak-in-shr-unsupported.exp
14655 * gdb.base/huge.exp
14656 * gdb.base/infcall-input.exp
14657 * gdb.base/info-fun.exp
14658 * gdb.base/info-shared.exp
14659 * gdb.base/jit-simple.exp
14660 * gdb.base/jit-so.exp
14661 * gdb.base/jit.exp
14662 * gdb.base/jump.exp
14663 * gdb.base/label.exp
14664 * gdb.base/lineinc.exp
14665 * gdb.base/logical.exp
14666 * gdb.base/longjmp.exp
14667 * gdb.base/macscp.exp
14668 * gdb.base/miscexprs.exp
14669 * gdb.base/new-ui-echo.exp
14670 * gdb.base/new-ui-pending-input.exp
14671 * gdb.base/new-ui.exp
14672 * gdb.base/nodebug.exp
14673 * gdb.base/nofield.exp
14674 * gdb.base/offsets.exp
14675 * gdb.base/overlays.exp
14676 * gdb.base/pending.exp
14677 * gdb.base/pointers.exp
14678 * gdb.base/pr11022.exp
14679 * gdb.base/printcmds.exp
14680 * gdb.base/prologue.exp
14681 * gdb.base/ptr-typedef.exp
14682 * gdb.base/realname-expand.exp
14683 * gdb.base/relativedebug.exp
14684 * gdb.base/relocate.exp
14685 * gdb.base/remote.exp
14686 * gdb.base/reread.exp
14687 * gdb.base/return2.exp
14688 * gdb.base/savedregs.exp
14689 * gdb.base/sep.exp
14690 * gdb.base/sepdebug.exp
14691 * gdb.base/sepsymtab.exp
14692 * gdb.base/set-inferior-tty.exp
14693 * gdb.base/setshow.exp
14694 * gdb.base/shlib-call.exp
14695 * gdb.base/sigaltstack.exp
14696 * gdb.base/siginfo-addr.exp
14697 * gdb.base/signals.exp
14698 * gdb.base/signull.exp
14699 * gdb.base/sigrepeat.exp
14700 * gdb.base/so-impl-ld.exp
14701 * gdb.base/solib-display.exp
14702 * gdb.base/solib-overlap.exp
14703 * gdb.base/solib-search.exp
14704 * gdb.base/solib-symbol.exp
14705 * gdb.base/structs.exp
14706 * gdb.base/structs2.exp
14707 * gdb.base/symtab-search-order.exp
14708 * gdb.base/twice.exp
14709 * gdb.base/unload.exp
14710 * gdb.base/varargs.exp
14711 * gdb.base/watchpoint-solib.exp
14712 * gdb.base/watchpoint.exp
14713 * gdb.base/whatis.exp
14714 * gdb.base/wrong_frame_bt_full.exp
14715 * gdb.btrace/dlopen.exp
14716 * gdb.cell/ea-standalone.exp
14717 * gdb.cell/ea-test.exp
14718 * gdb.cp/dispcxx.exp
14719 * gdb.cp/gdb2384.exp
14720 * gdb.cp/method2.exp
14721 * gdb.cp/nextoverthrow.exp
14722 * gdb.cp/pr10728.exp
14723 * gdb.disasm/am33.exp
14724 * gdb.disasm/h8300s.exp
14725 * gdb.disasm/mn10300.exp
14726 * gdb.disasm/sh3.exp
14727 * gdb.dwarf2/dw2-dir-file-name.exp
14728 * gdb.fortran/complex.exp
14729 * gdb.fortran/library-module.exp
14730 * gdb.guile/scm-pretty-print.exp
14731 * gdb.guile/scm-symbol.exp
14732 * gdb.guile/scm-type.exp
14733 * gdb.guile/scm-value.exp
14734 * gdb.linespec/linespec.exp
14735 * gdb.mi/gdb701.exp
14736 * gdb.mi/gdb792.exp
14737 * gdb.mi/mi-breakpoint-changed.exp
14738 * gdb.mi/mi-dprintf-pending.exp
14739 * gdb.mi/mi-dprintf.exp
14740 * gdb.mi/mi-exit-code.exp
14741 * gdb.mi/mi-pending.exp
14742 * gdb.mi/mi-solib.exp
14743 * gdb.mi/new-ui-mi-sync.exp
14744 * gdb.mi/pr11022.exp
14745 * gdb.mi/user-selected-context-sync.exp
14746 * gdb.opt/solib-intra-step.exp
14747 * gdb.python/py-events.exp
14748 * gdb.python/py-finish-breakpoint.exp
14749 * gdb.python/py-mi.exp
14750 * gdb.python/py-prettyprint.exp
14751 * gdb.python/py-shared.exp
14752 * gdb.python/py-symbol.exp
14753 * gdb.python/py-template.exp
14754 * gdb.python/py-type.exp
14755 * gdb.python/py-value.exp
14756 * gdb.reverse/solib-precsave.exp
14757 * gdb.reverse/solib-reverse.exp
14758 * gdb.server/solib-list.exp
14759 * gdb.stabs/weird.exp
14760 * gdb.threads/reconnect-signal.exp
14761 * gdb.threads/stepi-random-signal.exp
14762 * gdb.trace/actions.exp
14763 * gdb.trace/ax.exp
14764 * gdb.trace/backtrace.exp
14765 * gdb.trace/change-loc.exp
14766 * gdb.trace/deltrace.exp
14767 * gdb.trace/ftrace-lock.exp
14768 * gdb.trace/ftrace.exp
14769 * gdb.trace/infotrace.exp
14770 * gdb.trace/mi-tracepoint-changed.exp
14771 * gdb.trace/packetlen.exp
14772 * gdb.trace/passcount.exp
14773 * gdb.trace/pending.exp
14774 * gdb.trace/range-stepping.exp
14775 * gdb.trace/report.exp
14776 * gdb.trace/stap-trace.exp
14777 * gdb.trace/tfind.exp
14778 * gdb.trace/trace-break.exp
14779 * gdb.trace/trace-condition.exp
14780 * gdb.trace/trace-enable-disable.exp
14781 * gdb.trace/trace-mt.exp
14782 * gdb.trace/tracecmd.exp
14783 * gdb.trace/tspeed.exp
14784 * gdb.trace/tsv.exp
14785 * lib/perftest.exp
14786
14787 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14788
14789 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
14790 with gdb_test_no_output.
14791 Use command as test name.
14792
14793 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14794
14795 Fix test names starting with uppercase throughout the files.
14796
14797 * gdb.ada/assign_1.exp
14798 * gdb.ada/boolean_expr.exp
14799 * gdb.base/arrayidx.exp
14800 * gdb.base/del.exp
14801 * gdb.base/gcore-buffer-overflow.exp
14802 * gdb.base/testenv.exp
14803 * gdb.compile/compile.exp
14804 * gdb.python/py-framefilter-invalidarg.exp
14805 * gdb.python/py-framefilter.exp
14806
14807 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14808
14809 Fix test names starting with uppercase throughout the files.
14810
14811 * gdb.ada/array_return.exp
14812 * gdb.ada/expr_delims.exp
14813 * gdb.ada/mi_dyn_arr.exp
14814 * gdb.ada/mi_interface.exp
14815 * gdb.ada/mi_var_array.exp
14816 * gdb.ada/watch_arg.exp
14817 * gdb.arch/alpha-step.exp
14818 * gdb.arch/altivec-regs.exp
14819 * gdb.arch/e500-regs.exp
14820 * gdb.arch/powerpc-d128-regs.exp
14821 * gdb.base/arrayidx.exp
14822 * gdb.base/break.exp
14823 * gdb.base/checkpoint.exp
14824 * gdb.base/debug-expr.exp
14825 * gdb.base/dmsym.exp
14826 * gdb.base/radix.exp
14827 * gdb.base/sepdebug.exp
14828 * gdb.base/testenv.exp
14829 * gdb.base/watch_thread_num.exp
14830 * gdb.base/watchpoint-cond-gone.exp
14831 * gdb.cell/break.exp
14832 * gdb.cell/ea-cache.exp
14833 * gdb.compile/compile.exp
14834 * gdb.cp/gdb2495.exp
14835 * gdb.gdb/selftest.exp
14836 * gdb.gdb/xfullpath.exp
14837 * gdb.go/hello.exp
14838 * gdb.go/integers.exp
14839 * gdb.objc/basicclass.exp
14840 * gdb.pascal/hello.exp
14841 * gdb.pascal/integers.exp
14842 * gdb.python/py-breakpoint.exp
14843 * gdb.python/py-cmd.exp
14844 * gdb.python/py-linetable.exp
14845 * gdb.python/py-xmethods.exp
14846 * gdb.python/python.exp
14847 * gdb.reverse/consecutive-precsave.exp
14848 * gdb.reverse/finish-precsave.exp
14849 * gdb.reverse/i386-precsave.exp
14850 * gdb.reverse/machinestate-precsave.exp
14851 * gdb.reverse/sigall-precsave.exp
14852 * gdb.reverse/solib-precsave.exp
14853 * gdb.reverse/step-precsave.exp
14854 * gdb.reverse/until-precsave.exp
14855 * gdb.reverse/watch-precsave.exp
14856 * gdb.threads/leader-exit.exp
14857 * gdb.threads/pthreads.exp
14858 * gdb.threads/wp-replication.exp
14859 * gdb.trace/actions.exp
14860 * gdb.trace/mi-tsv-changed.exp
14861 * gdb.trace/tsv.exp
14862
14863 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14864
14865 Fix test names starting with uppercase throughout the files.
14866
14867 * gdb.arch/i386-bp_permanent.exp
14868 * gdb.arch/i386-gnu-cfi.exp
14869 * gdb.base/disasm-end-cu.exp
14870 * gdb.base/macscp.exp
14871 * gdb.base/pending.exp
14872 * gdb.base/watch_thread_num.exp
14873 * gdb.cp/exception.exp
14874 * gdb.cp/gdb2495.exp
14875 * gdb.cp/local.exp
14876 * gdb.python/py-evsignal.exp
14877 * gdb.python/python.exp
14878 * gdb.trace/tracecmd.exp
14879
14880 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14881
14882 Fix test names starting with uppercase throughout the files.
14883
14884 * gdb.base/charset.exp
14885 * gdb.base/eval.exp
14886 * gdb.base/multi-forks.exp
14887 * gdb.guile/scm-progspace.exp
14888 * gdb.opencl/datatypes.exp
14889 * gdb.python/py-block.exp
14890 * gdb.python/py-function.exp
14891 * gdb.python/py-symbol.exp
14892 * gdb.python/py-symtab.exp
14893 * gdb.python/py-xmethods.exp
14894 * gdb.reverse/break-precsave.exp
14895 * gdb.reverse/break-reverse.exp
14896 * gdb.reverse/consecutive-precsave.exp
14897 * gdb.reverse/consecutive-reverse.exp
14898 * gdb.reverse/finish-precsave.exp
14899 * gdb.reverse/finish-reverse-bkpt.exp
14900 * gdb.reverse/finish-reverse.exp
14901 * gdb.reverse/fstatat-reverse.exp
14902 * gdb.reverse/getresuid-reverse.exp
14903 * gdb.reverse/i386-precsave.exp
14904 * gdb.reverse/i386-reverse.exp
14905 * gdb.reverse/i386-sse-reverse.exp
14906 * gdb.reverse/i387-stack-reverse.exp
14907 * gdb.reverse/insn-reverse.exp
14908 * gdb.reverse/machinestate-precsave.exp
14909 * gdb.reverse/machinestate.exp
14910 * gdb.reverse/next-reverse-bkpt-over-sr.exp
14911 * gdb.reverse/pipe-reverse.exp
14912 * gdb.reverse/readv-reverse.exp
14913 * gdb.reverse/recvmsg-reverse.exp
14914 * gdb.reverse/rerun-prec.exp
14915 * gdb.reverse/s390-mvcle.exp
14916 * gdb.reverse/sigall-precsave.exp
14917 * gdb.reverse/sigall-reverse.exp
14918 * gdb.reverse/solib-precsave.exp
14919 * gdb.reverse/solib-reverse.exp
14920 * gdb.reverse/step-precsave.exp
14921 * gdb.reverse/step-reverse.exp
14922 * gdb.reverse/time-reverse.exp
14923 * gdb.reverse/until-precsave.exp
14924 * gdb.reverse/until-reverse.exp
14925 * gdb.reverse/waitpid-reverse.exp
14926 * gdb.reverse/watch-precsave.exp
14927 * gdb.reverse/watch-reverse.exp
14928
14929 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14930
14931 Fix test names starting with uppercase throughout the files.
14932
14933 * gdb.arch/i386-mpx-simple_segv.exp
14934 * gdb.arch/i386-mpx.exp
14935 * gdb.arch/i386-permbkpt.exp
14936 * gdb.arch/pa-nullify.exp
14937 * gdb.arch/powerpc-d128-regs.exp
14938 * gdb.arch/vsx-regs.exp
14939 * gdb.base/bfp-test.exp
14940 * gdb.base/break.exp
14941 * gdb.base/breakpoint-shadow.exp
14942 * gdb.base/callfuncs.exp
14943 * gdb.base/charset.exp
14944 * gdb.base/commands.exp
14945 * gdb.base/completion.exp
14946 * gdb.base/dfp-test.exp
14947 * gdb.base/echo.exp
14948 * gdb.base/ending-run.exp
14949 * gdb.base/eval.exp
14950 * gdb.base/expand-psymtabs.exp
14951 * gdb.base/float128.exp
14952 * gdb.base/floatn.exp
14953 * gdb.base/foll-exec-mode.exp
14954 * gdb.base/gdb1056.exp
14955 * gdb.base/gdb11531.exp
14956 * gdb.base/kill-after-signal.exp
14957 * gdb.base/multi-forks.exp
14958 * gdb.base/overlays.exp
14959 * gdb.base/pending.exp
14960 * gdb.base/sepdebug.exp
14961 * gdb.base/testenv.exp
14962 * gdb.base/valgrind-db-attach.exp
14963 * gdb.base/watch_thread_num.exp
14964 * gdb.base/watchpoint-cond-gone.exp
14965 * gdb.base/watchpoint.exp
14966 * gdb.base/watchpoints.exp
14967 * gdb.cp/arg-reference.exp
14968 * gdb.cp/baseenum.exp
14969 * gdb.cp/operator.exp
14970 * gdb.cp/shadow.exp
14971 * gdb.dwarf2/dw2-op-out-param.exp
14972 * gdb.dwarf2/dw2-reg-undefined.exp
14973 * gdb.go/chan.exp
14974 * gdb.go/hello.exp
14975 * gdb.go/integers.exp
14976 * gdb.go/methods.exp
14977 * gdb.go/package.exp
14978 * gdb.guile/scm-parameter.exp
14979 * gdb.guile/scm-progspace.exp
14980 * gdb.guile/scm-value.exp
14981 * gdb.mi/mi-pending.exp
14982 * gdb.mi/user-selected-context-sync.exp
14983 * gdb.multi/multi-attach.exp
14984 * gdb.multi/tids.exp
14985 * gdb.opt/clobbered-registers-O2.exp
14986 * gdb.pascal/floats.exp
14987 * gdb.pascal/integers.exp
14988 * gdb.python/py-block.exp
14989 * gdb.python/py-events.exp
14990 * gdb.python/py-parameter.exp
14991 * gdb.python/py-symbol.exp
14992 * gdb.python/py-symtab.exp
14993 * gdb.python/py-type.exp
14994 * gdb.python/py-value.exp
14995 * gdb.python/py-xmethods.exp
14996 * gdb.python/python.exp
14997 * gdb.reverse/break-precsave.exp
14998 * gdb.reverse/consecutive-precsave.exp
14999 * gdb.reverse/finish-precsave.exp
15000 * gdb.reverse/i386-precsave.exp
15001 * gdb.reverse/machinestate-precsave.exp
15002 * gdb.reverse/sigall-precsave.exp
15003 * gdb.reverse/solib-precsave.exp
15004 * gdb.reverse/step-precsave.exp
15005 * gdb.reverse/until-precsave.exp
15006 * gdb.reverse/watch-precsave.exp
15007 * gdb.server/ext-attach.exp
15008 * gdb.server/ext-restart.exp
15009 * gdb.server/ext-run.exp
15010 * gdb.server/ext-wrapper.exp
15011 * gdb.stabs/gdb11479.exp
15012 * gdb.stabs/weird.exp
15013 * gdb.threads/attach-many-short-lived-threads.exp
15014 * gdb.threads/kill.exp
15015 * gdb.threads/watchpoint-fork.exp
15016
15017 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
15018
15019 Fix test names starting with uppercase throughout all the files below.
15020
15021 * gdb.ada/array_return.exp
15022 * gdb.ada/catch_ex.exp
15023 * gdb.ada/info_exc.exp
15024 * gdb.ada/mi_catch_ex.exp
15025 * gdb.ada/mi_dyn_arr.exp
15026 * gdb.ada/mi_ex_cond.exp
15027 * gdb.ada/mi_exc_info.exp
15028 * gdb.ada/mi_interface.exp
15029 * gdb.ada/mi_task_arg.exp
15030 * gdb.ada/mi_task_info.exp
15031 * gdb.ada/mi_var_array.exp
15032 * gdb.arch/alpha-step.exp
15033 * gdb.arch/amd64-disp-step.exp
15034 * gdb.arch/arm-disp-step.exp
15035 * gdb.arch/disp-step-insn-reloc.exp
15036 * gdb.arch/e500-prologue.exp
15037 * gdb.arch/ftrace-insn-reloc.exp
15038 * gdb.arch/gdb1558.exp
15039 * gdb.arch/i386-bp_permanent.exp
15040 * gdb.arch/i386-disp-step.exp
15041 * gdb.arch/i386-float.exp
15042 * gdb.arch/i386-gnu-cfi.exp
15043 * gdb.arch/ia64-breakpoint-shadow.exp
15044 * gdb.arch/mips16-thunks.exp
15045 * gdb.arch/pa-nullify.exp
15046 * gdb.arch/powerpc-aix-prologue.exp
15047 * gdb.arch/powerpc-power.exp
15048 * gdb.arch/ppc-dfp.exp
15049 * gdb.arch/s390-tdbregs.exp
15050 * gdb.arch/spu-info.exp
15051 * gdb.arch/spu-ls.exp
15052 * gdb.arch/thumb-bx-pc.exp
15053 * gdb.base/advance.exp
15054 * gdb.base/annota-input-while-running.exp
15055 * gdb.base/arrayidx.exp
15056 * gdb.base/asmlabel.exp
15057 * gdb.base/async.exp
15058 * gdb.base/attach-wait-input.exp
15059 * gdb.base/auto-connect-native-target.exp
15060 * gdb.base/batch-preserve-term-settings.exp
15061 * gdb.base/bfp-test.exp
15062 * gdb.base/bigcore.exp
15063 * gdb.base/bp-permanent.exp
15064 * gdb.base/break-always.exp
15065 * gdb.base/break-fun-addr.exp
15066 * gdb.base/break-idempotent.exp
15067 * gdb.base/break-main-file-remove-fail.exp
15068 * gdb.base/break-probes.exp
15069 * gdb.base/break-unload-file.exp
15070 * gdb.base/break.exp
15071 * gdb.base/call-ar-st.exp
15072 * gdb.base/call-rt-st.exp
15073 * gdb.base/call-sc.exp
15074 * gdb.base/call-signal-resume.exp
15075 * gdb.base/call-strs.exp
15076 * gdb.base/callexit.exp
15077 * gdb.base/callfuncs.exp
15078 * gdb.base/catch-gdb-caused-signals.exp
15079 * gdb.base/catch-signal-siginfo-cond.exp
15080 * gdb.base/catch-syscall.exp
15081 * gdb.base/compare-sections.exp
15082 * gdb.base/cond-eval-mode.exp
15083 * gdb.base/condbreak-call-false.exp
15084 * gdb.base/consecutive-step-over.exp
15085 * gdb.base/cursal.exp
15086 * gdb.base/disabled-location.exp
15087 * gdb.base/disasm-end-cu.exp
15088 * gdb.base/display.exp
15089 * gdb.base/double-prompt-target-event-error.exp
15090 * gdb.base/dprintf-bp-same-addr.exp
15091 * gdb.base/dprintf-detach.exp
15092 * gdb.base/dprintf-next.exp
15093 * gdb.base/dprintf-non-stop.exp
15094 * gdb.base/dprintf-pending.exp
15095 * gdb.base/dso2dso.exp
15096 * gdb.base/ending-run.exp
15097 * gdb.base/enum_cond.exp
15098 * gdb.base/examine-backward.exp
15099 * gdb.base/exe-lock.exp
15100 * gdb.base/exec-invalid-sysroot.exp
15101 * gdb.base/execl-update-breakpoints.exp
15102 * gdb.base/execution-termios.exp
15103 * gdb.base/fileio.exp
15104 * gdb.base/fixsection.exp
15105 * gdb.base/foll-exec-mode.exp
15106 * gdb.base/foll-exec.exp
15107 * gdb.base/fork-running-state.exp
15108 * gdb.base/frame-args.exp
15109 * gdb.base/fullpath-expand.exp
15110 * gdb.base/func-ptr.exp
15111 * gdb.base/gcore-relro-pie.exp
15112 * gdb.base/gdb1090.exp
15113 * gdb.base/gdb1555.exp
15114 * gdb.base/global-var-nested-by-dso.exp
15115 * gdb.base/gnu-ifunc.exp
15116 * gdb.base/hbreak-in-shr-unsupported.exp
15117 * gdb.base/hbreak-unmapped.exp
15118 * gdb.base/hook-stop.exp
15119 * gdb.base/infcall-input.exp
15120 * gdb.base/info-fun.exp
15121 * gdb.base/info-shared.exp
15122 * gdb.base/interrupt-noterm.exp
15123 * gdb.base/jit-so.exp
15124 * gdb.base/jit.exp
15125 * gdb.base/line-symtabs.exp
15126 * gdb.base/list.exp
15127 * gdb.base/longjmp.exp
15128 * gdb.base/macscp.exp
15129 * gdb.base/max-value-size.exp
15130 * gdb.base/nodebug.exp
15131 * gdb.base/nofield.exp
15132 * gdb.base/overlays.exp
15133 * gdb.base/paginate-after-ctrl-c-running.exp
15134 * gdb.base/paginate-bg-execution.exp
15135 * gdb.base/paginate-inferior-exit.exp
15136 * gdb.base/pending.exp
15137 * gdb.base/pr11022.exp
15138 * gdb.base/printcmds.exp
15139 * gdb.base/ptr-typedef.exp
15140 * gdb.base/ptype.exp
15141 * gdb.base/randomize.exp
15142 * gdb.base/range-stepping.exp
15143 * gdb.base/realname-expand.exp
15144 * gdb.base/relativedebug.exp
15145 * gdb.base/remote.exp
15146 * gdb.base/savedregs.exp
15147 * gdb.base/sepdebug.exp
15148 * gdb.base/set-noassign.exp
15149 * gdb.base/shlib-call.exp
15150 * gdb.base/shreloc.exp
15151 * gdb.base/sigaltstack.exp
15152 * gdb.base/sigbpt.exp
15153 * gdb.base/siginfo-addr.exp
15154 * gdb.base/siginfo-obj.exp
15155 * gdb.base/siginfo-thread.exp
15156 * gdb.base/signest.exp
15157 * gdb.base/signull.exp
15158 * gdb.base/sigrepeat.exp
15159 * gdb.base/skip.exp
15160 * gdb.base/so-impl-ld.exp
15161 * gdb.base/solib-corrupted.exp
15162 * gdb.base/solib-disc.exp
15163 * gdb.base/solib-display.exp
15164 * gdb.base/solib-overlap.exp
15165 * gdb.base/solib-search.exp
15166 * gdb.base/solib-symbol.exp
15167 * gdb.base/source-execution.exp
15168 * gdb.base/sss-bp-on-user-bp-2.exp
15169 * gdb.base/sss-bp-on-user-bp.exp
15170 * gdb.base/stack-checking.exp
15171 * gdb.base/stale-infcall.exp
15172 * gdb.base/step-break.exp
15173 * gdb.base/step-line.exp
15174 * gdb.base/step-over-exit.exp
15175 * gdb.base/step-test.exp
15176 * gdb.base/structs.exp
15177 * gdb.base/sym-file.exp
15178 * gdb.base/symtab-search-order.exp
15179 * gdb.base/term.exp
15180 * gdb.base/type-opaque.exp
15181 * gdb.base/unload.exp
15182 * gdb.base/until-nodebug.exp
15183 * gdb.base/until.exp
15184 * gdb.base/unwindonsignal.exp
15185 * gdb.base/watch-cond.exp
15186 * gdb.base/watch-non-mem.exp
15187 * gdb.base/watch_thread_num.exp
15188 * gdb.base/watchpoint-reuse-slot.exp
15189 * gdb.base/watchpoint-solib.exp
15190 * gdb.base/watchpoint.exp
15191 * gdb.btrace/dlopen.exp
15192 * gdb.cell/arch.exp
15193 * gdb.cell/break.exp
15194 * gdb.cell/bt.exp
15195 * gdb.cell/core.exp
15196 * gdb.cell/data.exp
15197 * gdb.cell/dwarfaddr.exp
15198 * gdb.cell/ea-cache.exp
15199 * gdb.cell/ea-standalone.exp
15200 * gdb.cell/ea-test.exp
15201 * gdb.cell/f-regs.exp
15202 * gdb.cell/fork.exp
15203 * gdb.cell/gcore.exp
15204 * gdb.cell/mem-access.exp
15205 * gdb.cell/ptype.exp
15206 * gdb.cell/registers.exp
15207 * gdb.cell/sizeof.exp
15208 * gdb.cell/solib-symbol.exp
15209 * gdb.cell/solib.exp
15210 * gdb.compile/compile-tls.exp
15211 * gdb.cp/exception.exp
15212 * gdb.cp/gdb2495.exp
15213 * gdb.cp/local.exp
15214 * gdb.cp/mb-inline.exp
15215 * gdb.cp/mb-templates.exp
15216 * gdb.cp/pr10687.exp
15217 * gdb.cp/pr9167.exp
15218 * gdb.cp/scope-err.exp
15219 * gdb.cp/templates.exp
15220 * gdb.cp/virtfunc.exp
15221 * gdb.dwarf2/dw2-dir-file-name.exp
15222 * gdb.dwarf2/dw2-single-line-discriminators.exp
15223 * gdb.fortran/complex.exp
15224 * gdb.fortran/library-module.exp
15225 * gdb.guile/guile.exp
15226 * gdb.guile/scm-cmd.exp
15227 * gdb.guile/scm-frame-inline.exp
15228 * gdb.guile/scm-objfile.exp
15229 * gdb.guile/scm-pretty-print.exp
15230 * gdb.guile/scm-symbol.exp
15231 * gdb.guile/scm-type.exp
15232 * gdb.guile/scm-value.exp
15233 * gdb.linespec/keywords.exp
15234 * gdb.linespec/ls-errs.exp
15235 * gdb.linespec/macro-relative.exp
15236 * gdb.linespec/thread.exp
15237 * gdb.mi/mi-breakpoint-changed.exp
15238 * gdb.mi/mi-dprintf-pending.exp
15239 * gdb.mi/mi-fullname-deleted.exp
15240 * gdb.mi/mi-logging.exp
15241 * gdb.mi/mi-pending.exp
15242 * gdb.mi/mi-solib.exp
15243 * gdb.mi/new-ui-mi-sync.exp
15244 * gdb.mi/user-selected-context-sync.exp
15245 * gdb.multi/dummy-frame-restore.exp
15246 * gdb.multi/multi-arch-exec.exp
15247 * gdb.multi/remove-inferiors.exp
15248 * gdb.multi/watchpoint-multi-exit.exp
15249 * gdb.opt/solib-intra-step.exp
15250 * gdb.perf/backtrace.exp
15251 * gdb.perf/single-step.exp
15252 * gdb.perf/skip-command.exp
15253 * gdb.perf/skip-prologue.exp
15254 * gdb.perf/solib.exp
15255 * gdb.python/lib-types.exp
15256 * gdb.python/py-as-string.exp
15257 * gdb.python/py-bad-printers.exp
15258 * gdb.python/py-block.exp
15259 * gdb.python/py-breakpoint.exp
15260 * gdb.python/py-cmd.exp
15261 * gdb.python/py-events.exp
15262 * gdb.python/py-evthreads.exp
15263 * gdb.python/py-finish-breakpoint.exp
15264 * gdb.python/py-finish-breakpoint2.exp
15265 * gdb.python/py-frame-inline.exp
15266 * gdb.python/py-frame.exp
15267 * gdb.python/py-inferior.exp
15268 * gdb.python/py-infthread.exp
15269 * gdb.python/py-mi.exp
15270 * gdb.python/py-objfile.exp
15271 * gdb.python/py-pp-maint.exp
15272 * gdb.python/py-pp-registration.exp
15273 * gdb.python/py-prettyprint.exp
15274 * gdb.python/py-recurse-unwind.exp
15275 * gdb.python/py-shared.exp
15276 * gdb.python/py-symbol.exp
15277 * gdb.python/py-symtab.exp
15278 * gdb.python/py-template.exp
15279 * gdb.python/py-type.exp
15280 * gdb.python/py-unwind-maint.exp
15281 * gdb.python/py-unwind.exp
15282 * gdb.python/py-value.exp
15283 * gdb.python/python.exp
15284 * gdb.reverse/finish-reverse-bkpt.exp
15285 * gdb.reverse/insn-reverse.exp
15286 * gdb.reverse/next-reverse-bkpt-over-sr.exp
15287 * gdb.reverse/solib-precsave.exp
15288 * gdb.reverse/solib-reverse.exp
15289 * gdb.stabs/gdb11479.exp
15290 * gdb.stabs/weird.exp
15291 * gdb.threads/fork-child-threads.exp
15292 * gdb.threads/fork-plus-threads.exp
15293 * gdb.threads/fork-thread-pending.exp
15294 * gdb.threads/forking-threads-plus-breakpoint.exp
15295 * gdb.threads/hand-call-in-threads.exp
15296 * gdb.threads/interrupted-hand-call.exp
15297 * gdb.threads/linux-dp.exp
15298 * gdb.threads/local-watch-wrong-thread.exp
15299 * gdb.threads/next-while-other-thread-longjmps.exp
15300 * gdb.threads/non-ldr-exit.exp
15301 * gdb.threads/pending-step.exp
15302 * gdb.threads/print-threads.exp
15303 * gdb.threads/process-dies-while-detaching.exp
15304 * gdb.threads/process-dies-while-handling-bp.exp
15305 * gdb.threads/pthreads.exp
15306 * gdb.threads/queue-signal.exp
15307 * gdb.threads/reconnect-signal.exp
15308 * gdb.threads/signal-command-handle-nopass.exp
15309 * gdb.threads/signal-command-multiple-signals-pending.exp
15310 * gdb.threads/signal-delivered-right-thread.exp
15311 * gdb.threads/signal-sigtrap.exp
15312 * gdb.threads/sigthread.exp
15313 * gdb.threads/staticthreads.exp
15314 * gdb.threads/stepi-random-signal.exp
15315 * gdb.threads/thread-unwindonsignal.exp
15316 * gdb.threads/thread_check.exp
15317 * gdb.threads/thread_events.exp
15318 * gdb.threads/tid-reuse.exp
15319 * gdb.threads/tls-nodebug.exp
15320 * gdb.threads/tls-shared.exp
15321 * gdb.threads/tls-so_extern.exp
15322 * gdb.threads/tls.exp
15323 * gdb.threads/wp-replication.exp
15324 * gdb.trace/actions-changed.exp
15325 * gdb.trace/actions.exp
15326 * gdb.trace/backtrace.exp
15327 * gdb.trace/change-loc.exp
15328 * gdb.trace/collection.exp
15329 * gdb.trace/deltrace.exp
15330 * gdb.trace/disconnected-tracing.exp
15331 * gdb.trace/entry-values.exp
15332 * gdb.trace/ftrace-lock.exp
15333 * gdb.trace/ftrace.exp
15334 * gdb.trace/infotrace.exp
15335 * gdb.trace/mi-trace-frame-collected.exp
15336 * gdb.trace/mi-trace-unavailable.exp
15337 * gdb.trace/mi-traceframe-changed.exp
15338 * gdb.trace/mi-tracepoint-changed.exp
15339 * gdb.trace/mi-tsv-changed.exp
15340 * gdb.trace/no-attach-trace.exp
15341 * gdb.trace/packetlen.exp
15342 * gdb.trace/passc-dyn.exp
15343 * gdb.trace/passcount.exp
15344 * gdb.trace/pending.exp
15345 * gdb.trace/pr16508.exp
15346 * gdb.trace/qtro.exp
15347 * gdb.trace/range-stepping.exp
15348 * gdb.trace/read-memory.exp
15349 * gdb.trace/report.exp
15350 * gdb.trace/save-trace.exp
15351 * gdb.trace/signal.exp
15352 * gdb.trace/stap-trace.exp
15353 * gdb.trace/status-stop.exp
15354 * gdb.trace/strace.exp
15355 * gdb.trace/tfile.exp
15356 * gdb.trace/tfind.exp
15357 * gdb.trace/trace-break.exp
15358 * gdb.trace/trace-condition.exp
15359 * gdb.trace/trace-enable-disable.exp
15360 * gdb.trace/trace-mt.exp
15361 * gdb.trace/tracecmd.exp
15362 * gdb.trace/tracefile-pseudo-reg.exp
15363 * gdb.trace/tspeed.exp
15364 * gdb.trace/tstatus.exp
15365 * gdb.trace/tsv.exp
15366 * gdb.trace/unavailable.exp
15367 * gdb.trace/while-dyn.exp
15368 * gdb.trace/while-stepping.exp
15369 * lib/gdb-guile.exp
15370 * lib/gdb.exp
15371 * lib/mi-support.exp
15372 * lib/pascal.exp
15373 * lib/perftest.exp
15374 * lib/prelink-support.exp
15375 * lib/selftest-support.exp
15376
15377 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
15378
15379 * Makefile.in: Include disable-implicit-rules.mk.
15380
15381 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
15382
15383 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
15384 non-byte-aligned bit fields.
15385
15386 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
15387
15388 PR gdb/12616
15389 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
15390 respects the DW_AT_data_bit_offset attribute.
15391
15392 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
15393
15394 * gdb.base/default.exp: Fix output of "set language".
15395
15396 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
15397
15398 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
15399 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
15400 make.
15401 * configure.ac: Remove checks for the make program.
15402 * configure: Re-generate.
15403
15404 2016-11-16 Kevin Buettner <kevinb@redhat.com>
15405
15406 * gdb.python/py-recurse-unwind.c (main): Add loop.
15407 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
15408 to read_register() and gdb.parse_and_eval(). Make each code
15409 call a separate case that can be individually tested.
15410 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
15411 proc. Call cont_and_backtrace for each of the code paths that
15412 we want to test in the unwinder.
15413
15414 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
15415
15416 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
15417 the definition of struct S.
15418
15419 2016-11-11 Catherine Moore <clm@codesourcery.com>
15420
15421 * gdb.base/dump.exp: Identify verilog format dump tests as such.
15422
15423 2016-11-09 Pedro Alves <palves@redhat.com>
15424
15425 * gdb.base/commands.exp (runto_or_return): New procedure.
15426 (gdbvar_simple_if_test, gdbvar_simple_while_test)
15427 (gdbvar_complex_if_while_test, progvar_simple_if_test)
15428 (progvar_simple_while_test, progvar_complex_if_while_test)
15429 (if_while_breakpoint_command_test)
15430 (infrun_breakpoint_command_test, breakpoint_command_test)
15431 (user_defined_command_test, watchpoint_command_test)
15432 (test_command_prompt_position, redefine_hook_test)
15433 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
15434 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
15435 multi_line_input and multi_line. Remove gdb_expect and
15436 gdb_stop_suppressing_tests uses.
15437 * lib/gdb.exp (valnum_re): New global.
15438 (multi_line_input): New procedure.
15439
15440 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
15441
15442 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
15443 Remove.
15444 (test_setup): Define with proc_with_prefix.
15445 (test_cli_inferior): Likewise.
15446 (test_cli_thread): Likewise.
15447 (test_cli_frame): Likewise.
15448 (test_cli_select_frame): Likewise.
15449 (test_cli_up_down): Likewise.
15450 (test_mi_thread_select): Likewise.
15451 (test_mi_stack_select_frame): Likewise.
15452 (test_cli_in_mi_inferior): Likewise.
15453 (test_cli_in_mi_thread): Likewise.
15454 (test_cli_in_mi_frame): Likewise.
15455 (top level): Do not use with_test_prefix_procname.
15456
15457 2016-11-09 Pedro Alves <palves@redhat.com>
15458
15459 * gdb.base/commands.exp (gdbvar_simple_if_test)
15460 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
15461 (progvar_simple_if_test, progvar_simple_while_test)
15462 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
15463 (infrun_breakpoint_command_test, breakpoint_command_test)
15464 (user_defined_command_test, watchpoint_command_test)
15465 (test_command_prompt_position, deprecated_command_test)
15466 (bp_deleted_in_command, temporary_breakpoint_commands)
15467 (stray_arg0_test, source_file_with_indented_comment)
15468 (recursive_source_test, if_commands_test)
15469 (error_clears_commands_left, redefine_hook_test)
15470 (redefine_backtrace_test): Use proc_with_prefix.
15471 * lib/gdb.exp (proc_with_prefix): New proc.
15472
15473 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
15474
15475 * gdb.base/tui-layout.c: New file.
15476 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
15477 disassembly window contains very long lines.
15478
15479 2016-11-08 Tom Tromey <tom@tromey.com>
15480
15481 * gdb.python/py-value.exp (test_value_creation): Make "long" test
15482 depend on Python 2.
15483
15484 2016-11-08 Tom Tromey <tom@tromey.com>
15485
15486 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
15487 New method.
15488
15489 2016-10-29 Manish Goregaokar <manish@mozilla.com>
15490
15491 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
15492
15493 2016-10-27 Manish Goregaokar <manish@mozilla.com>
15494
15495 * gdb.rust/simple.rs: Add test for univariant enums without
15496 discriminants and for encoded struct-like enums.
15497
15498 2016-10-28 Pedro Alves <palves@redhat.com>
15499
15500 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
15501 gdb_test_multiple, tighten regexps and match symtabs and line
15502 tables incrementally.
15503
15504 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
15505
15506 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
15507 general.
15508
15509 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
15510
15511 * gdb.base/exec-invalid-sysroot.exp: New file.
15512
15513 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
15514
15515 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
15516
15517 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15518
15519 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
15520
15521 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
15522
15523 * gdb.base/killed-outside.exp: Remove $options from a call to
15524 `prepare_for_testing'.
15525
15526 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
15527
15528 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
15529 Change test message.
15530
15531 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
15532
15533 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
15534 Update comment.
15535
15536 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
15537
15538 * gdb.trace/mi-trace-save.exp: New file.
15539
15540 2016-10-13 Yao Qi <yao.qi@linaro.org>
15541
15542 * gdb.base/code_elim.exp (get_var_address): Remove.
15543 * gdb.base/relocate.exp: Likewise.
15544 * gdb.base/shreloc.exp: Likewise.
15545 * lib/gdb.exp (get_var_address): New.
15546
15547 2016-10-13 Yao Qi <yao.qi@linaro.org>
15548
15549 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
15550 floating point tests if $skip_float_test is false.
15551
15552 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
15553
15554 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
15555 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
15556 argc values.
15557 Add 1 to argc so we guarantee distinct initial/modified argc values.
15558
15559 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15560
15561 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
15562
15563 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15564
15565 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
15566 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
15567 * gdb.arch/vsx-regs.exp: Likewise.
15568
15569 2016-10-07 Yao Qi <yao.qi@linaro.org>
15570
15571 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
15572
15573 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
15574
15575 * gdb.python/python.exp: Test decode_line("*0").
15576
15577 2016-10-06 Doug Evans <dje@google.com>
15578
15579 * gdb.python/py-value.exp (test_value_creation): Add test for large
15580 unsigned 64-bit value.
15581
15582 2016-10-06 Tom Tromey <tom@tromey.com>
15583
15584 * gdb.compile/compile.exp: Change java tests to rust.
15585 * gdb.base/setshow.exp: Change java tests to rust.
15586 * gdb.base/default.exp: Remove java from language list.
15587 * README (Examples): Update language example.
15588 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
15589 test.
15590 * lib/gdb.exp (skip_java_tests): Remove.
15591 * lib/java.exp: Remove.
15592 * gdb.java: Remove.
15593
15594 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
15595
15596 * gdb.arch/mips-fcr.exp: New test.
15597 * gdb.arch/mips-fcr.c: Source for the new test.
15598
15599 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
15600
15601 * gdb.base/solib-disc.exp: Use `standard_output_file'
15602 throughout.
15603
15604 2016-10-06 Pedro Alves <palves@redhat.com>
15605
15606 * gdb.base/jit-simple-dl.c: New file.
15607 * gdb.base/jit-simple-jit.c: New file, factored out from ...
15608 * gdb.base/jit-simple.c: ... this.
15609 * gdb.base/jit-simple.exp (jit_run): Delete.
15610 (build_jit): New proc.
15611 (jit_test_reread): Recompile either the main program or the shared
15612 library, depending on what is being tested. Skip changing address
15613 if caller wants to. Compare before/after addresses. If testing
15614 standalone, explicitly load the binary. Test "maint info
15615 breakpoints".
15616 (top level): Add "standalone vs shared lib" and "change address"
15617 vs "same address" axes.
15618
15619 2016-10-06 Pedro Alves <palves@redhat.com>
15620
15621 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
15622 call.
15623 (jit_run): Delete.
15624 (jit_test_reread): Use with_test_prefix. Reload the main binary
15625 explicitly. Compare the before/after addresses of the JIT
15626 descriptor.
15627
15628 2016-08-15 Doug Evans <dje@google.com>
15629
15630 * gdb.xml/extra-regs.xml: Update, end field now required, default type
15631 for single bitfields is bool.
15632 * gdb.xml/tdesc-regs.exp: Ditto.
15633
15634 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
15635
15636 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
15637
15638 2016-10-05 Yao Qi <yao.qi@linaro.org>
15639
15640 * lib/gdb.exp (support_complex_tests): Return zero if
15641 gdb_skip_float_test return true.
15642
15643 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
15644 Simon Marchi <simon.marchi@ericsson.com>
15645
15646 PR gdb/20487
15647 * gdb.mi/user-selected-context-sync.exp: New file.
15648 * gdb.mi/user-selected-context-sync.c: New file.
15649
15650 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
15651 Simon Marchi <simon.marchi@ericsson.com>
15652
15653 PR gdb/20487
15654 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
15655 =thread-select-event check.
15656
15657 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
15658
15659 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
15660 the compulsory L operand changes.
15661 * gdb.arch/powerpc-power.s: Likewise.
15662
15663 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
15664
15665 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
15666 * gdb.base/jit-attach-pie.c: New file.
15667 * gdb.base/jit-attach-pie.exp: New file.
15668
15669 2016-09-28 Pedro Alves <palves@redhat.com>
15670
15671 * gdb.base/infcall-input.c: New file.
15672 * gdb.base/infcall-input.exp: New file.
15673
15674 2016-09-22 Yao Qi <yao.qi@linaro.org>
15675
15676 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
15677 (gdb_exit): Rename it to ...
15678 (gdbserver_gdb_exit): ... Close GDBserver.
15679 (gdb_exit): New proc, call gdbserver_gdb_exit.
15680 (mi_gdb_exit): Likewise.
15681
15682 2016-09-22 Yao Qi <yao.qi@linaro.org>
15683
15684 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
15685 path.
15686 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
15687 Remove duplication.
15688
15689 2016-09-22 Yao Qi <yao.qi@linaro.org>
15690
15691 * lib/gdbserver-support.exp: Check the existence of
15692 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
15693
15694 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
15695
15696 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
15697
15698 2016-09-21 Tom Tromey <tom@tromey.com>
15699
15700 PR gdb/20604:
15701 * gdb.base/quit.exp: New file.
15702
15703 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
15704
15705 * .gitignore: New file.
15706
15707 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
15708
15709 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
15710 throughout.
15711
15712 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15713
15714 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
15715
15716 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15717
15718 * gdb.cp/casts.cc (decltype): Move it ...
15719 (main): ... with its call to ...
15720 * gdb.cp/casts03.cc: ... a new file.
15721 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
15722
15723 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15724
15725 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
15726
15727 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
15728
15729 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
15730 and sync up the test with tests in gas/testsuite/gas/ppc.
15731 * gdb.arch/powerpc-power.exp: Likewise.
15732
15733 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15734
15735 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
15736
15737 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
15738 Jan Kratochvil <jan.kratochvil@redhat.com>
15739
15740 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
15741 make m1's definition to be different from m2's. Use 'dummy' as an
15742 argument for probe 'two'.
15743
15744 2016-09-10 Jon Beniston <jon@beniston.com>
15745
15746 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
15747 for sim target.
15748
15749 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
15750
15751 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
15752 variable declaration.
15753 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
15754 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
15755 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
15756 received HWCAP as its argument.
15757
15758 2016-09-06 Pedro Alves <palves@redhat.com>
15759
15760 * gdb.base/new-ui-pending-input.c: New file.
15761 * gdb.base/new-ui-pending-input.exp: New file.
15762 * gdb.exp (clear_gdb_spawn_id): New procedure.
15763 (with_spawn_id): Check whether gdb_spawn_id exists before
15764 referencing it. If gdb_spawn_id didn't exist on entry, clear it
15765 on exit.
15766
15767 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
15768
15769 * gdb.base/float128.c: New file.
15770 * gdb.base/float128.exp: Likewise.
15771 * gdb.base/floatn.c: Likewise.
15772 * gdb.base/floatn.exp: Likewise.
15773
15774 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
15775
15776 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
15777
15778 2016-09-05 Pedro Alves <palves@redhat.com>
15779
15780 PR backtrace/19927
15781 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
15782 unwinders are immediately called as side effect of "source" or
15783 "disable unwinder" commands.
15784 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
15785
15786 2016-09-02 Yao Qi <yao.qi@linaro.org>
15787
15788 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
15789 is true and $type is "float" or "double".
15790
15791 2016-09-02 Yao Qi <yao.qi@linaro.org>
15792
15793 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
15794 true.
15795 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
15796 * gdb.base/call-rt-st.exp: Likewise.
15797 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
15798 return value instead of gdb,skip_float_test.
15799 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
15800 (do_function_calls): Use its return value instead of
15801 gdb,skip_float_test.
15802 * gdb.base/finish.exp: Likewise.
15803 * gdb.base/funcargs.exp: Likewise.
15804 * gdb.base/return.exp: Likewise.
15805 * gdb.base/return2.exp: Likewise.
15806 * gdb.base/varargs.exp: Likewise.
15807 * lib/gdb.exp (gdb_skip_float_test): Change it to
15808 gdb_caching_proc. Detect the broken ptrace on arm-linux.
15809
15810 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
15811
15812 * gdb.multi/tids.exp: Test "thread apply all".
15813
15814 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
15815
15816 * gdb.base/default.exp (tty): Remove.
15817
15818 2016-08-24 Kevin Buettner <kevinb@redhat.com>
15819
15820 * gdb.python/py-recurse-unwind.c: New file.
15821 * gdb.python/py-recurse-unwind.py: New file.
15822 * gdb.python/py-recurse-unwind.exp: New file.
15823
15824 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
15825
15826 * gdb.base/set-inferior-tty.exp: New file.
15827 * gdb.base/set-inferior-tty.c: New file.
15828
15829 2016-08-23 Pedro Alves <palves@redhat.com>
15830
15831 PR gdb/20494
15832 * gdb.base/new-ui-echo.c: New file.
15833 * gdb.base/new-ui-echo.exp: New file.
15834
15835 2016-08-23 Yao Qi <yao.qi@linaro.org>
15836
15837 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
15838 gdbserver_spawn.
15839 * gdb.server/connect-without-multi-process.exp (do_test):
15840 Likewise.
15841
15842 2016-08-23 Yao Qi <yao.qi@linaro.org>
15843
15844 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
15845 standalone_txt. Delete gdb_txt and standalone_txt on host
15846 and target. Spawn the binary on target. Copy files from
15847 target to host.
15848
15849 2016-08-22 Pedro Alves <palves@redhat.com>
15850
15851 PR gdb/20505
15852 * gdb.base/vdso-warning.exp: Test core dumps too. Use
15853 with_test_prefix. Factor out bits to ...
15854 (test_no_vdso): ... this new procedure.
15855
15856 2016-08-19 Carl Love <cel@us.ibm.com>
15857
15858 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
15859 maintaining separate logic for constructing the output path.
15860 * gdb.arch/powerpc-d128-regs.exp: Likewise.
15861 * gdb.arch/ppc-dfp.exp: Likewise.
15862 * gdb.arch/ppc-fp.exp: Likewise.
15863 * gdb.arch/vsx-regs.exp: Likewise.
15864 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
15865 binprefix for generating the additional binary files.
15866
15867 2016-08-19 Pedro Alves <palves@redhat.com>
15868
15869 * gdb.trace/mi-trace-frame-collected.exp
15870 (test_trace_frame_collected): On x32, expect two registers.
15871
15872 2016-08-18 Carl Love <cel@us.ibm.com>
15873
15874 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
15875 and sync up the test with tests in gas/testsuite/gas/ppc.
15876 * gdb.arch/powerpc-power.exp: Likewise.
15877
15878 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
15879
15880 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
15881 expected error message.
15882
15883 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
15884
15885 * gdb.multi/remove-inferiors.exp: New file.
15886 * gdb.multi/remove-inferiors.c: New file.
15887
15888 2016-08-12 Yao Qi <yao.qi@linaro.org>
15889
15890 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
15891 argument list.
15892
15893 2016-08-10 Pedro Alves <palves@redhat.com>
15894
15895 PR gdb/19187
15896 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
15897 setup_kfails.
15898
15899 2016-08-09 Pedro Alves <palves@redhat.com>
15900 Simon Marchi <simon.marchi@ericsson.com>
15901
15902 PR gdb/20418
15903 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
15904 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
15905
15906 2016-08-09 Pedro Alves <palves@redhat.com>
15907
15908 PR mi/20431
15909 * gdb.mi/mi-cmd-error.exp: New file.
15910
15911 2016-08-09 Pedro Alves <palves@redhat.com>
15912
15913 PR gdb/18653
15914 * gdb.base/signals-state-child.c: New file.
15915 * gdb.base/signals-state-child.exp: New file.
15916 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
15917
15918 2016-08-09 Pedro Alves <palves@redhat.com>
15919
15920 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
15921
15922 2016-08-03 Tom Tromey <tom@tromey.com>
15923
15924 PR python/18565:
15925 * gdb.python/py-frame-inline.exp: Add Frame.function test.
15926
15927 2016-08-01 Yao Qi <yao.qi@linaro.org>
15928
15929 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
15930 variable mode to "multi-process" if $multi_process is 1, otherwise
15931 set it to "single-process".
15932
15933 2016-08-01 Yao Qi <yao.qi@linaro.org>
15934
15935 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
15936 * gdb.cp/cpexprs.exp: Likewise.
15937 * gdb.cp/m-static.exp: Likewise.
15938
15939 2016-07-26 Tom Tromey <tom@tromey.com>
15940
15941 PR python/20190:
15942 * gdb.threads/tls.exp (check_thread_local): Add python symbol
15943 test.
15944
15945 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
15946
15947 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
15948 selecting assembly source files.
15949 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
15950 assembly source files.
15951 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
15952 assembly source files.
15953 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
15954 selecting assembly source files.
15955
15956 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
15957
15958 * gdb.base/new-ui.exp (do_test_invalid_args): New
15959 procedure.
15960
15961 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
15962
15963 * gdb.btrace/reconnect.c: New file.
15964 * gdb.btrace/reconnect.exp: New file.
15965
15966 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
15967
15968 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
15969 to test_catch_syscall_group.
15970 (test_catch_syscall_group): New.
15971
15972 2016-07-21 Tom Tromey <tom@tromey.com>
15973
15974 * gdb.rust/simple.rs (main): Use empty struct expression.
15975 * gdb.rust/simple.exp: Add tests for empty struct expression.
15976
15977 2016-07-21 Yao Qi <yao.qi@linaro.org>
15978
15979 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
15980 if gdb_skip_xml_test is true on some targets.
15981
15982 2016-07-21 Yao Qi <yao.qi@linaro.org>
15983
15984 * gdb.server/solib-list.exp: Unset last_loaded_file.
15985
15986 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15987
15988 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
15989 "step into captured_main (args)".
15990
15991 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15992
15993 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
15994
15995 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15996
15997 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
15998
15999 2016-07-19 Pedro Alves <palves@redhat.com>
16000
16001 * gdb.opt/inline-break.exp: Remove optimize=-O2.
16002 * gdb.opt/inline-bt.exp: Likewise.
16003 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
16004 additional_flags=-Winline.
16005 * gdb.opt/inline-locals.exp: Likewise.
16006 * gdb.opt/inline-markers.c (ATTR): Define.
16007 (inlined_fn): Use it.
16008
16009 2016-07-19 Yao Qi <yao.qi@linaro.org>
16010
16011 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
16012 (test_with_self): Remove some code. Remove argument executable.
16013 (top-level): Use do_self_tests.
16014
16015 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
16016 Don Breazeal <donb@codesourcery.com>
16017
16018 * gdb.base/maint.exp: Escape paths used in regular expressions.
16019 * gdb.stabs/weird.exp: Likewise.
16020
16021 2016-07-13 Tom Tromey <tom@tromey.com>
16022
16023 PR python/15620, PR python/18620:
16024 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
16025 (test_bkpt_events): New procs.
16026
16027 2016-07-13 Tom Tromey <tom@tromey.com>
16028
16029 PR python/17698:
16030 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
16031 test.
16032 (test_watchpoints): Likewise.
16033 (test_bkpt_pending): New proc.
16034
16035 2016-07-13 Tom Tromey <tom@tromey.com>
16036
16037 PR cli/18053:
16038 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
16039 completion test.
16040
16041 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16042
16043 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
16044 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
16045 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
16046 f_label.
16047 (g): Rename g_end_lbl to g_label.
16048 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
16049 low_pc and high_pc.
16050 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
16051
16052 2016-07-12 Tom Tromey <tom@tromey.com>
16053
16054 PR python/19293:
16055 * gdb.python/py-unwind-maint.exp: Update tests.
16056
16057 2016-07-12 Yao Qi <yao.qi@linaro.org>
16058
16059 * lib/selftest-support.exp (selftest_setup): Match the output
16060 when captured_main is inlined.
16061
16062 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
16063
16064 * gdb.fortran/derived-types.exp (result_line, result_line_2):
16065 New variables.
16066 (print this%a, print this%b, print this): New tests.
16067 * gdb.fortran/derived-types.f90 (this): New object and
16068 initialization.
16069
16070 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
16071
16072 * gdb.ada/arraydim.exp: Remove extra directory level in build
16073 directory.
16074
16075 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
16076
16077 * lib/ada.exp: Remove extra directory level in build directory.
16078 * gdb.ada/cond_lang.exp: Likewise.
16079 * gdb.ada/exec_changed.exp: Likewise.
16080 * gdb.ada/lang_switch.exp: Likewise.
16081
16082 2016-07-06 Manish Goregaokar <manish@mozilla.com>
16083
16084 * simple.rs: Add test for raw pointer subscripting.
16085 * simple.exp: Add test expectations.
16086
16087 2016-07-05 Yao Qi <yao.qi@linaro.org>
16088
16089 * gdb.mi/mi-reverse.exp: Match =record-started output.
16090
16091 2016-07-01 Pedro Alves <palves@redhat.com>
16092
16093 * gdb.base/jit-reader.exp (info_registers_current_frame): New
16094 procedure.
16095 (jit_reader_test): Test the jit reader's unwinder.
16096 * gdb.base/jithost.c (jit_function_00_code): New global.
16097 (main): Use memcpy to fill in the mmapped code, instead of poking
16098 bytes manually here.
16099 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
16100 value.
16101 (read_debug_info): Save the function's range.
16102 (read_sp): New function.
16103 (unwind_frame): Use it. Also unwind RBP.
16104 (get_frame_id): Use read_sp.
16105 (gdb_init_reader): Use calloc instead of malloc.
16106 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
16107 parameter. Use gdb_test_multiple.
16108
16109 2016-07-01 Pedro Alves <palves@redhat.com>
16110 Antoine Tremblay <antoine.tremblay@ericsson.com>
16111
16112 * gdb.threads/process-dies-while-detaching.c: New file.
16113 * gdb.threads/process-dies-while-detaching.exp: New file.
16114
16115 2016-07-01 Pedro Alves <palves@redhat.com>
16116
16117 * gdb.multi/watchpoint-multi-exit.c: New file.
16118 * gdb.multi/watchpoint-multi-exit.exp: New file.
16119
16120 2016-06-30 Pedro Alves <palves@redhat.com>
16121
16122 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
16123 unset inferior_spawn_id.
16124
16125 2016-06-30 Pedro Alves <palves@redhat.com>
16126
16127 * lib/mi-support.exp (default_mi_gdb_start): Declare global
16128 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
16129
16130 2016-06-29 Yao Qi <yao.qi@linaro.org>
16131
16132 * gdb.base/return.c: Add copyright header.
16133
16134 2016-06-29 Tom Tromey <tom@tromey.com>
16135
16136 PR python/20129:
16137 * gdb.python/py-framefilter.exp: Add tests for setting priority
16138 and disabling of non-existent frame filter.
16139
16140 2016-06-29 Yao Qi <yao.qi@linaro.org>
16141
16142 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
16143 0x0f07ff.
16144
16145 2016-06-28 Yao Qi <yao.qi@linaro.org>
16146
16147 * gdb.base/catch-syscall.exp: Remove check on isnative and target
16148 triplets. Start gdb, execute catch syscall, and continue. Check
16149 gdb's output to determine catch syscall is supported.
16150
16151 2016-06-27 Manish Goregaokar <manish@mozilla.com>
16152
16153 * gdb.rust/simple.rs: Add test for returning unit in a function.
16154 * gdb.rust/simple.exp: Add expectation for functions returning
16155 unit.
16156
16157 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
16158
16159 * gdb.python/py-breakpoint-create-fail.c,
16160 gdb.python/py-breakpoint-create-fail.exp,
16161 gdb.python/py-breakpoint-create-fail.py: New testcase.
16162
16163 2016-06-25 Manish Goregaokar <manish@mozilla.com>
16164
16165 PR gdb/20239
16166 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
16167 * gdb.rust/simple.exp: Add test expectations for new NonZero
16168 tests.
16169
16170 2016-06-24 David Taylor <dtaylor@emc.com>
16171
16172 * gdb.base/offsets.exp: New file.
16173 * gdb.base/offsets.c: New file.
16174
16175 2016-06-23 Tom Tromey <tom@tromey.com>
16176
16177 PR gdb/16483:
16178 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
16179 before any filters are loaded.
16180
16181 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
16182
16183 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
16184 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
16185 structs.
16186 * gdb.fortran/derived-type-function.exp: New file.
16187 * gdb.fortran/derived-type-function.f90: New file.
16188
16189
16190 2016-06-21 Pedro Alves <palves@redhat.com>
16191
16192 * gdb.base/new-ui.exp: New file.
16193 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
16194 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
16195 (with_spawn_id): New procedure.
16196
16197 2016-06-21 Pedro Alves <palves@redhat.com>
16198
16199 * gdb.mi/mi-exec-run.exp: New file.
16200
16201 2016-06-21 Pedro Alves <palves@redhat.com>
16202
16203 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
16204 breakpoint command's output on the main UI.
16205 (test_break): New procedure, factored out from calls in the top
16206 level.
16207 (top level): Use foreach_with_prefix to test MI as main UI and as
16208 separate UI.
16209
16210 2016-06-21 Pedro Alves <palves@redhat.com>
16211
16212 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
16213 (test_awatch_creation_and_listing)
16214 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
16215 Remove 'type' parameter.
16216 (test_watchpoint_all): New parameter mi_mode. Remove
16217 with_test_prefix.
16218 (top level): Use foreach_with_prefix, and add main/separate UI MI
16219 testing axis.
16220
16221 2016-06-21 Pedro Alves <palves@redhat.com>
16222
16223 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
16224 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
16225 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
16226 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
16227 (gdb_main_spawn_id, mi_spawn_id): Declare and
16228 comment.
16229 (mi_create_inferior_pty): New procedure,
16230 factored out from default_mi_gdb_start.
16231 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
16232 procedures.
16233 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
16234 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
16235 Use mi_create_inferior_pty.
16236 (mi_gdb_start): Use eval to pass down args list.
16237
16238 2016-06-21 Pedro Alves <palves@redhat.com>
16239
16240 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
16241 * gdb.opt/inline-cmds.exp: Add MI tests.
16242
16243 2016-06-21 Pedro Alves <palves@redhat.com>
16244
16245 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
16246
16247 2016-06-21 Pedro Alves <palves@redhat.com>
16248
16249 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
16250 (top level): Use it instead of mi_execute_to.
16251
16252 2016-06-21 Pedro Alves <palves@redhat.com>
16253
16254 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
16255 (cont_handler_str): New.
16256 (signal_stop_handler): Set stop_handler_str instead of printing to
16257 stdout.
16258 (continue_handler): Set cont_handler_str instead of printing to
16259 stdout.
16260 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
16261 mi_send_resuming_command. Print stop_handler_str and
16262 cont_handler_str instead of expecting the python events print
16263 directly.
16264
16265 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
16266
16267 * gdb.base/jit-reader.exp: New file.
16268 * gdb.base/jithost.c: New file.
16269 * gdb.base/jithost.h: New file.
16270 * gdb.base/jitreader.c : New file.
16271 * gdb.base/jit-protocol.h: New file.
16272
16273 2016-06-17 Yao Qi <yao.qi@linaro.org>
16274
16275 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
16276 parameters follow_fork and detach_on_fork. Set follow-fork-mode
16277 and detach-on-fork. Adjust tests.
16278 (top level): Invoke break_cond_on_syscall with combinations of
16279 syscall, follow-fork-mode and detach-on-fork.
16280
16281 2016-06-17 Yao Qi <yao.qi@linaro.org>
16282
16283 * gdb.base/step-over-exit.c: New.
16284 * gdb.base/step-over-exit.exp: New.
16285
16286 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
16287
16288 * gdb.base/float.exp: Add target check for nds32*-*-*.
16289 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
16290
16291 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
16292
16293 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
16294 for unsupported target features.
16295 * gdb.base/call-rt-st.exp: Likewise.
16296 * gdb.base/call-sc.exp: Likewise.
16297 * gdb.base/call-signal-resume.exp: Likewise.
16298 * gdb.base/call-strs.exp: Likewise.
16299 * gdb.base/callexit.exp: Likewise.
16300 * gdb.base/callfuncs.exp: Likewise.
16301 * gdb.base/nodebug.exp: Likewise.
16302 * gdb.base/printcmds.exp: Likewise.
16303 * gdb.base/ptype.exp: Likewise.
16304 * gdb.base/structs.exp: Likewise.
16305 * gdb.base/unwindonsignal.exp: Likewise.
16306 * gdb.cp/gdb2495.exp: Likewise.
16307 * gdb.cp/templates.exp: Likewise.
16308 * gdb.cp/virtfunc.exp: Likewise.
16309 * gdb.threads/hand-call-in-threads.exp: Likewise.
16310 * gdb.threads/interrupted-hand-call.exp: Likewise.
16311 * gdb.threads/thread-unwindonsignal.exp: Likewise.
16312
16313 2016-06-10 Tom Tromey <tom@tromey.com>
16314
16315 PR rust/20110:
16316 * gdb.rust/expr.exp: Add test for integer constant larger than
16317 i32.
16318
16319 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
16320
16321 * gdb.fortran/nested-funcs.exp: New.
16322 * gdb.fortran/nested-funcs.f90: New.
16323
16324 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
16325
16326 * gdb.base/examine-backward.c: New file.
16327 * gdb.base/examine-backward.exp: New file.
16328
16329 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
16330
16331 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
16332 matching.
16333
16334 2016-06-02 Tom Tromey <tom@tromey.com>
16335
16336 PR python/18984:
16337 * gdb.python/py-shared.exp: Add solib_name test.
16338
16339 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
16340
16341 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
16342
16343 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
16344
16345 PR c++/19893
16346 * gdb.dwarf2/implref.exp: Rename to...
16347 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
16348 * gdb.dwarf2/implref-array.c: New file.
16349 * gdb.dwarf2/implref-array.exp: Likewise.
16350 * gdb.dwarf2/implref-global.c: Likewise.
16351 * gdb.dwarf2/implref-global.exp: Likewise.
16352 * gdb.dwarf2/implref-struct.c: Likewise.
16353 * gdb.dwarf2/implref-struct.exp: Likewise.
16354
16355 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16356
16357 * gdb.trace/trace-condition.exp: Add 64bit tests.
16358
16359 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16360
16361 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
16362 bits types.
16363 (main): Adapt to 8 to 64 bits types.
16364 * gdb.trace/trace-condition.exp: Add new tests.
16365
16366 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16367
16368 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
16369
16370 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16371
16372 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
16373 Move condition tests...
16374 * gdb.trace/trace-condition.exp: Here.
16375
16376 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16377
16378 * gdb.trace/trace-condition.exp: Add counter-case tests.
16379
16380 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
16381
16382 PR c++/15231
16383 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
16384 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
16385
16386 2016-05-27 Pedro Alves <palves@redhat.com>
16387
16388 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
16389 New procedure.
16390 (top level): Call it, and bail out of DejaGnu is known to be bad.
16391
16392 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
16393
16394 * gdb.base/whatis.c: Extend the test case.
16395 * gdb.base/whatis.exp: Add additional tests.
16396
16397 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16398
16399 * gdb.fortran/type.f90: Add pointer variable.
16400 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
16401
16402 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16403
16404 * gdb.fortran/vla-type.exp: Fix testcase name.
16405
16406 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16407
16408 * gdb.fortran/vla-type.exp: Access elements in nested structs.
16409
16410 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16411
16412 * gdb.fortran/type.f90: Add nested structures.
16413 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
16414 * gdb.fortran/derived-type.exp: Adapt expected output.
16415 * gdb.fortran/vla-type.exp: Adapt expected output.
16416
16417 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16418
16419 * gdb.fortran/whatis_type.exp: Adapt expected output.
16420
16421 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16422
16423 * gdb.fortran/print_type.exp: Fix expected output.
16424 * gdb.fortran/whatis_type.exp: Fix expected output.
16425
16426 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16427
16428 * gdb.fortran/whatis_type.exp: Use multi_line.
16429
16430 2016-05-24 Tom Tromey <tom@tromey.com>
16431
16432 PR python/17386:
16433 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
16434 use value as an index.
16435
16436 2016-05-23 Tom Tromey <tom@tromey.com>
16437
16438 PR python/17981:
16439 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
16440 no-breakpoint case.
16441
16442 2016-05-24 Pedro Alves <palves@redhat.com>
16443
16444 PR gdb/19828
16445 * gdb.threads/clone-attach-detach.c: New file.
16446 * gdb.threads/clone-attach-detach.exp: New file.
16447
16448 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
16449
16450 * gdb.base/annota-input-while-running.exp: Fix syntax error.
16451
16452 2016-05-23 Tom Tromey <tom@tromey.com>
16453
16454 PR python/19438, PR python/18393:
16455 * gdb.python/py-progspace.exp: Add "dir" test.
16456 * gdb.python/py-objfile.exp: Add "dir" test.
16457
16458 2016-05-23 Yao Qi <yao.qi@linaro.org>
16459
16460 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
16461 * gdb.arch/thumb2-it.exp: Likewise.
16462
16463 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
16464
16465 * gdb.mi/mi-threads-interrupt.c: New file.
16466 * gdb.mi/mi-threads-interrupt.exp: New file.
16467
16468 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
16469
16470 PR gdb/18077
16471 * gdb.mi/mi-async-run.exp: New file.
16472 * gdb.mi/mi-async-run.c: New file.
16473
16474 2016-05-17 Tom Tromey <tom@tromey.com>
16475 Manish Goregaokar <manishsmail@gmail.com>
16476
16477 * lib/rust-support.exp: New file.
16478 * lib/gdb.exp (skip_rust_tests): New proc.
16479 (build_executable_from_specs): Handle rust.
16480 * lib/future.exp (gdb_find_rustc): New proc.
16481 (gdb_default_target_compile): Handle rust.
16482 * gdb.rust/expr.exp: New file.
16483 * gdb.rust/generics.exp: New file.
16484 * gdb.rust/generics.rs: New file.
16485 * gdb.rust/methods.exp: New file.
16486 * gdb.rust/methods.rs: New file.
16487 * gdb.rust/modules.exp: New file.
16488 * gdb.rust/modules.rs: New file.
16489 * gdb.rust/simple.exp: New file.
16490 * gdb.rust/simple.rs: New file.
16491
16492 2016-05-17 Tom Tromey <tom@tromey.com>
16493
16494 * gdb.base/default.exp (set language): Add rust.
16495
16496 2016-05-17 Tom Tromey <tom@tromey.com>
16497
16498 * gdb.gdb/unittest.exp: New file.
16499
16500 2016-05-16 Yao Qi <yao.qi@linaro.org>
16501
16502 * gdb.base/batch-preserve-term-settings.exp: Remove variable
16503 shell_prompt. Update shell_prompt_re.
16504
16505 2016-05-12 Doug Evans <dje@google.com>
16506
16507 PR symtab/19999
16508 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
16509 $options when building executable.
16510 * gdb.dwarf2/fission-loclists-pie.S: New file.
16511 * gdb.dwarf2/fission-loclists-pie.exp: New file.
16512
16513 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
16514
16515 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
16516 of [is_remote target],
16517
16518 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
16519
16520 * lib/gdb.exp (use_gdb_stub): New procedure.
16521
16522 2016-05-03 Yunlian Jiang <yunlian@google.com>
16523 Doug Evans <dje@google.com>
16524
16525 PR symtab/19914
16526 * gdb.dwarf2/dwp-sepdebug.c: New file.
16527 * gdb.dwarf2/dwp-sepdebug.exp: New file.
16528
16529 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
16530
16531 * gdb.base/detach.exp: Remove is_remote check.
16532
16533 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
16534
16535 * gdb.base/annota-input-while-running.exp: Don't check for
16536 [is_remote target]. Enable annotations after running to main.
16537 Remove unused "set test..." line.
16538
16539 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
16540
16541 * gdb.trace/trace-enable-disable.exp: New file.
16542 * gdb.trace/trace-enable-disable.c: New file.
16543
16544 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
16545
16546 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
16547 use it in info sharedlibrary test.
16548 * gdb.trace/ftrace-lock.exp: Likewise.
16549 * gdb.trace/ftrace.exp: Likewise.
16550 * gdb.trace/range-stepping.exp: Likewise.
16551 * gdb.trace/trace-break.exp: Likewise.
16552 * gdb.trace/trace-condition.exp: Likewise.
16553 * gdb.trace/trace-mt.exp: Likewise.
16554
16555 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
16556
16557 * lib/gdb.exp (gdb_load_shlibs): Rename to...
16558 (gdb_load_shlib): ... this.
16559 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
16560 gdb_load_shlib.
16561 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
16562 * gdb.base/ctxobj.exp: Likewise.
16563 * gdb.base/dprintf-pending.exp: Likewise.
16564 * gdb.base/dso2dso.exp: Likewise.
16565 * gdb.base/fixsection.exp: Likewise.
16566 * gdb.base/gcore-relro.exp: Likewise.
16567 * gdb.base/gdb1555.exp: Likewise.
16568 * gdb.base/global-var-nested-by-dso.exp: Likewise.
16569 * gdb.base/gnu-ifunc.exp: Likewise.
16570 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
16571 * gdb.base/jit-so.exp (one_jit_test): Likewise.
16572 * gdb.base/pending.exp: Likewise.
16573 * gdb.base/print-file-var.exp: Likewise.
16574 * gdb.base/print-symbol-loading.exp: Likewise.
16575 * gdb.base/shlib-call.exp: Likewise.
16576 * gdb.base/shreloc.exp: Likewise.
16577 * gdb.base/so-impl-ld.exp: Likewise.
16578 * gdb.base/solib-disc.exp: Likewise.
16579 * gdb.base/solib-nodir.exp: Likewise.
16580 * gdb.base/solib-overlap.exp: Likewise.
16581 * gdb.base/solib-symbol.exp: Likewise.
16582 * gdb.base/solib-weak.exp (do_test): Likewise.
16583 * gdb.base/sym-file.exp: Likewise.
16584 * gdb.base/symtab-search-order.exp: Likewise.
16585 * gdb.base/type-opaque.exp: Likewise.
16586 * gdb.base/unload.exp: Likewise.
16587 * gdb.base/watchpoint-solib.exp: Likewise.
16588 * gdb.compile/compile.exp: Likewise.
16589 * gdb.cp/gdb2384.exp: Likewise.
16590 * gdb.cp/infcall-dlopen.exp: Likewise.
16591 * gdb.cp/re-set-overloaded.exp: Likewise.
16592 * gdb.fortran/library-module.exp: Likewise.
16593 * gdb.opt/solib-intra-step.exp: Likewise.
16594 * gdb.python/py-finish-breakpoint.exp: Likewise.
16595 * gdb.python/py-shared.exp: Likewise.
16596 * gdb.reverse/solib-precsave.exp: Likewise.
16597 * gdb.reverse/solib-reverse.exp: Likewise.
16598 * gdb.server/solib-list.exp: Likewise.
16599 * gdb.threads/dlopen-libpthread.exp: Likewise.
16600 * gdb.threads/tls-shared.exp: Likewise.
16601 * gdb.threads/tls-so_extern.exp: Likewise.
16602 * gdb.trace/change-loc.exp: Likewise.
16603 * gdb.trace/ftrace-lock.exp: Likewise.
16604 * gdb.trace/ftrace.exp: Likewise.
16605 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
16606 * gdb.trace/pending.exp: Likewise.
16607 * gdb.trace/range-stepping.exp: Likewise.
16608 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
16609 (strace_info_marker): Likewise.
16610 (strace_probe_marker): Likewise.
16611 (strace_trace_on_same_addr): Likewise.
16612 (strace_trace_on_diff_addr): Likewise.
16613 * gdb.trace/trace-break.exp: Likewise.
16614 * gdb.trace/trace-condition.exp: Likewise.
16615 * gdb.trace/trace-mt.exp: Likewise.
16616
16617 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
16618
16619 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
16620 result of gdb_remote_download.
16621 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
16622 * gdb.base/dso2dso.exp: Likewise.
16623 * gdb.base/global-var-nested-by-dso.exp: Likewise.
16624 * gdb.base/print-file-var.exp: Likewise.
16625 * gdb.base/shlib-call.exp: Likewise.
16626 * gdb.base/shreloc.exp: Likewise.
16627 * gdb.base/solib-overlap.exp: Likewise.
16628 * gdb.base/solib-weak.exp (do_test): Likewise.
16629 * gdb.base/unload.exp: Likewise.
16630
16631 2016-04-27 Yao Qi <yao.qi@linaro.org>
16632
16633 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
16634 exists.
16635
16636 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
16637
16638 * vla-type.exp: Print structure from toplevel.
16639
16640 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
16641
16642 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
16643 of dynamic types.
16644 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
16645 of dynamic types.
16646
16647 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
16648
16649 * gdb.fortran/vla-type.f90: New file.
16650 * gdb.fortran/vla-type.exp: New file.
16651
16652 2016-04-25 Yao Qi <yao.qi@linaro.org>
16653
16654 * gdb.base/branch-to-self.c: New file.
16655 * gdb.base/branch-to-self.exp: New file.
16656
16657 2016-04-22 Yao Qi <yao.qi@linaro.org>
16658
16659 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
16660 more after $hex.
16661
16662 2016-04-22 Yao Qi <yao.qi@linaro.org>
16663
16664 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
16665 * gdb.base/annota3.exp: Likewise.
16666
16667 2016-04-22 Yao Qi <yao.qi@linaro.org>
16668
16669 * gdb.reverse/step-precsave.exp: Do one step and test program
16670 stops in "callee" and do multiple steps until program goes out
16671 of "callee".
16672 * gdb.reverse/step-reverse.exp: Likewise.
16673
16674 2016-04-22 Yao Qi <yao.qi@linaro.org>
16675
16676 * gdb.trace/signal.exp: Also pass if
16677 $tracepoint_hits($i) > $iterations.
16678
16679 2016-04-22 Yao Qi <yao.qi@linaro.org>
16680
16681 * gdb.trace/signal.c: New file.
16682 * gdb.trace/signal.exp: New file.
16683
16684 2016-04-19 Doug Evans <xdje42@gmail.com>
16685
16686 * gdb.base/bad-file.exp: New file.
16687
16688 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
16689
16690 * gdb.dwarf2/implref.exp: New file.
16691
16692 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
16693
16694 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
16695 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
16696 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
16697 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
16698 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
16699 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
16700 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
16701 * lib/fortran.exp (fortran_int4): New procedure.
16702 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
16703 (fortran_logical4): Likewise.
16704
16705 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
16706
16707 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
16708
16709 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
16710
16711 * lib/compiler.c: Add Intel specific preprocessor macros.
16712 * lib/compiler.cc: Likewise.
16713
16714 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
16715
16716 * gdb.server/connect-with-no-symbol-file.c: New file.
16717 * gdb.server/connect-with-no-symbol-file.exp: New file.
16718
16719 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
16720
16721 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
16722
16723 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
16724
16725 * boards/gdbserver-base.exp (${board}_download): Copy source file to
16726 standard output directory.
16727
16728 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
16729
16730 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
16731
16732 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
16733
16734 * gdb.btrace/instruction_history.c (loop): Add declaration.
16735
16736 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
16737
16738 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
16739
16740 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
16741
16742 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
16743 parentheses to print.
16744 (continue_handler): Likewise.
16745
16746 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
16747
16748 * gdb.server/solib-list.exp: Remove is_remote check.
16749 Pass shlib= to gdb_compile. Don't link shared library with
16750 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
16751 Run binary filename through "readlink -f" on the target.
16752
16753 2016-04-08 Pedro Alves <palves@redhat.com>
16754
16755 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
16756 interpreter filename as argument to gdbserver_spawn.
16757 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
16758 Return empty if $last_loaded_file does not exist.
16759
16760 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
16761
16762 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
16763 * gdb.base/jit-main.c: Use exit after usage.
16764
16765 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16766
16767 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
16768 GDBHISTSIZE prior to the tests.
16769 * gdb.base/gdbinit-history.exp: Likewise.
16770
16771 2016-04-07 Pedro Alves <palves@redhat.com>
16772
16773 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
16774 instead of build_executable. Use gdb_load_shlibs.
16775
16776 2016-04-07 Yao Qi <yao.qi@linaro.org>
16777
16778 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
16779 Execute "si" command.
16780
16781 2016-04-07 Yao Qi <yao.qi@linaro.org>
16782
16783 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
16784 number instead of the comments on some line.
16785
16786 2016-04-06 Don Breazeal <donb@codesourcery.com>
16787
16788 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
16789 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
16790
16791 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
16792
16793 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
16794 standard_output_file. Remove unused binfile variable.
16795
16796 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
16797
16798 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
16799 * gdb.python/py-mi-objfile.exp: Match "list main" output
16800 in console format.
16801
16802 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
16803
16804 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
16805 absolute.
16806
16807 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
16808
16809 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
16810 absolute.
16811 * gdb.trace/ftrace.exp: Likewise.
16812 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
16813 targets as well.
16814 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
16815 (gdb_load_shlibs): Copy libraries to test directory when testing
16816 natively. Only set solib-search-path if testing remotely.
16817 * lib/mi-support.exp (mi_load_shlibs): Likewise.
16818
16819 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
16820
16821 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
16822 gdb_download. Use it even if the target is not remote.
16823 * gdb.base/jit.exp (compile_jit_test): Likewise.
16824 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
16825 output directory if the destination board is local, otherwise use
16826 the standard remote_download from DejaGnu.
16827 (gdb_download): Remove.
16828 (gdb_load_shlibs): Use gdb_remote_download instead of
16829 gdb_download.
16830 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
16831 Use gdb_remote_download instead of gdb_download. Use it even if
16832 the target is not remote.
16833 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
16834 instead of gdb_download.
16835
16836 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
16837
16838 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
16839 (test_insert_delete_modify): Call mi_load_shlibs before trying to
16840 run.
16841
16842 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
16843
16844 PR gdb/19820
16845 * gdb.base/printcmds.exp: Add artificial arrays tests.
16846
16847 2016-03-31 Pedro Alves <palves@redhat.com>
16848
16849 PR gdb/19858
16850 * gdb.base/jit-main.c: Include unistd.h.
16851 (ATTACH): Define to 0 if not already defined.
16852 (wait_for_gdb, mypid): New globals.
16853 (WAIT_FOR_GDB): New macro.
16854 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
16855 some breakpoint locations.
16856 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
16857 New procedures.
16858 (one_jit_test): Add REATTACH parameter, and handle it. Use
16859 continue_to_test_location.
16860 (top level): Test attach, and adjusts calls to one_jit_test.
16861
16862 2016-03-31 Pedro Alves <palves@redhat.com>
16863
16864 PR gdb/19858
16865 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
16866 BINSUFFIX parameter, and handle it.
16867 (top level): Adjust calls compile_jit_test.
16868
16869 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
16870
16871 PR python/19743
16872 * gdb.python/py-mi-events-gdb.py: New file.
16873 * gdb.python/py-mi-events.c: New file.
16874 * gdb.python/py-mi-events.exp: New file.
16875
16876 2016-03-30 Yao Qi <yao.qi@linaro.org>
16877
16878 * gdb.reverse/until-precsave.exp: Match function name only.
16879 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
16880 Move malloc to a condition block.
16881 * gdb.reverse/until-reverse.exp: Match function name only.
16882
16883 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
16884
16885 * gdb.trace/ftrace.exp: Set arg0exp for s390.
16886 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
16887 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
16888 variable for GPR 0 instead of assuming it is register 0.
16889 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
16890 * lib/trace-support.exp: Add s390 registers.
16891
16892 2016-03-29 Yao Qi <yao.qi@linaro.org>
16893
16894 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
16895
16896 2016-03-24 Yao Qi <yao.qi@linaro.org>
16897
16898 * gdb.reverse/break-reverse.exp: Add quotation mark in the
16899 test message.
16900
16901 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16902
16903 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
16904 maintaining separate logic for constructing the output path.
16905
16906 2016-03-16 Don Breazeal <donb@codesourcery.com>
16907
16908 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
16909 Retry fork and waitpid on interrupted system call errors.
16910 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
16911 Use with_timeout_factor to increase timeout by factor of 10.
16912
16913 2016-03-15 Don Breazeal <donb@codesourcery.com>
16914
16915 * gdb.cp/scope-err.cc: New test program.
16916 * gdb.cp/scope-err.exp: New test script.
16917 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
16918 lines and "set breakpoint here" comment.
16919 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
16920 Fixed some whitespace and format issues.
16921 * gdb.mi/mi-linespec-err-cp.cc: New test program.
16922 * gdb.mi/mi-linespec-err-cp.exp: New test script.
16923
16924 2016-03-15 Doug Evans <dje@google.com>
16925
16926 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
16927 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
16928 All callers updated. Add tests for enums, mixed flags register.
16929
16930 2016-03-15 Doug Evans <dje@google.com>
16931
16932 * gdb.base/skip.c (main): Call test_skip_file_and_function.
16933 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
16934
16935 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
16936
16937 * gdb.base/default.exp: Add $_as_string to the list of expected
16938 convenience functions.
16939
16940 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
16941
16942 * gdb.base/maint.exp: New tests for 'maint info line-table'.
16943
16944 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
16945
16946 * gdb.python/py-as-string.exp: New file.
16947 * gdb.python/py-as-string.c: New file.
16948
16949 2016-03-09 Pedro Alves <palves@redhat.com>
16950
16951 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
16952 signal" -> "Thread NN received signal" output change.
16953 * gdb.threads/ia64-sigill.exp: Likewise.
16954 * gdb.threads/linux-dp.exp: Likewise.
16955 * gdb.threads/manythreads.exp: Likewise.
16956 * gdb.threads/pending-step.exp: Likewise.
16957 * gdb.threads/print-threads.exp: Likewise.
16958 * gdb.threads/sigstep-threads.exp: Likewise.
16959 * gdb.threads/staticthreads.exp: Likewise.
16960 * gdb.threads/tls.exp: Likewise.
16961
16962 2016-03-09 Pedro Alves <palves@redhat.com>
16963
16964 * gdb.base/command-line-input.exp: New file.
16965
16966 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
16967
16968 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
16969 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
16970 * gdb.trace/pending.exp: Accept leading dot before function name.
16971 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
16972 * lib/trace-support.exp: Set registers for ppc.
16973
16974 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
16975
16976 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
16977 use it for disassembly; accept .main in addition to main in backtrace.
16978
16979 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
16980 Marcin Kościelnicki <koriakin@0x04.net>
16981
16982 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
16983 (gdb_recursion_test_ptr): New global variable.
16984 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
16985 gdb_recursion_test.
16986 (gdb_c_test): Ditto.
16987
16988 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
16989
16990 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
16991 ordering.
16992
16993 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
16994
16995 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
16996 (bar): Add bar_start_lbl label.
16997 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
16998 of foo/bar for emitting DWARF and tracing.
16999
17000 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
17001
17002 * analyze-racy-logs.py: Set executable bit.
17003
17004 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
17005
17006 * Makefile.in (DEFAULT_RACY_ITER): New variable.
17007 (CHECK_TARGET_TMP): Likewise.
17008 (check-single-racy): New rule.
17009 (check-parallel-racy): Likewise.
17010 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
17011 (do-check-parallel-racy): New rule.
17012 (check-racy/%.exp): Likewise.
17013 * README (Racy testcases): New section.
17014 * analyze-racy-logs.py: New file.
17015
17016 2016-03-03 Doug Evans <dje@google.com>
17017
17018 * gdb.base/skip.exp: Use with_test_prefix.
17019
17020 2016-03-03 Yao Qi <yao.qi@linaro.org>
17021
17022 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
17023 Invoke step_over_syscall "clone" and break_cond_on_syscall
17024 "clone".
17025 * gdb.base/step-over-clone.c: New file.
17026
17027 2016-03-03 Yao Qi <yao.qi@linaro.org>
17028
17029 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
17030 code format.
17031
17032 2016-03-03 Yao Qi <yao.qi@linaro.org>
17033
17034 * gdb.base/disp-step-fork.c: Rename to ...
17035 * gdb.base/step-over-fork.c: ... it. New file.
17036 * gdb.base/disp-step-vfork.c: Rename to ...
17037 * gdb.base/step-over-vfork.c: ... it. New file.
17038 * gdb.base/disp-step-syscall.exp: Rename to ...
17039 * gdb.base/step-over-syscall.exp: ... it. New file.
17040 (disp_step_cross_syscall): Rename to ...
17041 (step_over_syscall): ... it.
17042
17043 2016-03-03 Yao Qi <yao.qi@linaro.org>
17044
17045 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
17046 If target supports condition evaluation on target, invoke
17047 break_cond_on_syscall for fork and vfork.
17048
17049 2016-03-03 Yao Qi <yao.qi@linaro.org>
17050
17051 * gdb.base/disp-step-syscall.exp: Don't invoke
17052 support_displaced_stepping.
17053 (disp_step_cross_syscall): Test with displaced stepping off and
17054 on if supported.
17055
17056 2016-03-03 Yao Qi <yao.qi@linaro.org>
17057
17058 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
17059 proc.
17060 (setup): New proc.
17061 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
17062 and setup.
17063
17064 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
17065
17066 * gdb.fortran/vla-history.exp: Remove breakpoint.
17067
17068 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
17069
17070 * gdb.fortran/vla-history.exp: Lookup array elements and printing
17071 exceeds timeout.
17072
17073 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
17074
17075 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
17076 breakpoint.
17077
17078 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
17079
17080 * gdb.mi/vla.f90: Nullify pointer after declaration.
17081
17082 2016-03-01 Pedro Alves <palves@redhat.com>
17083
17084 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
17085
17086 2016-03-01 Pedro Alves <palves@redhat.com>
17087
17088 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
17089 before anything else.
17090 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
17091 _GNU_SOURCE here.
17092 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
17093 before anything else.
17094 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
17095
17096 2016-03-01 Pedro Alves <palves@redhat.com>
17097
17098 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
17099
17100 2016-03-01 Yao Qi <yao.qi@linaro.org>
17101
17102 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
17103 prepare_for_testing.
17104
17105 2016-03-01 Yao Qi <yao.qi@linaro.org>
17106
17107 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
17108
17109 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
17110
17111 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
17112 manually constructing the output path.
17113
17114 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
17115
17116 * gdb.arch/s390-stackless.S: New.
17117 * gdb.arch/s390-stackless.exp: New.
17118
17119 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
17120
17121 * gdb.dlang/circular.c: New file.
17122 * gdb.dlang/circular.exp: New file.
17123
17124 2016-02-26 Yao Qi <yao.qi@linaro.org>
17125
17126 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
17127 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
17128 (testcases): Update.
17129
17130 2016-02-26 Yao Qi <yao.qi@linaro.org>
17131
17132 * gdb.reverse/aarch64.c: Rename to ...
17133 * gdb.reverse/insn-reverse.c: ... it.
17134 * gdb.reverse/aarch64.exp: Rename to ...
17135 * gdb.reverse/insn-reverse.exp: ... it.
17136
17137 2016-02-26 Yao Qi <yao.qi@linaro.org>
17138
17139 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
17140 (testcase_ftype): New.
17141 (testcases): New array.
17142 (n_testcases): New.
17143 (main): Call each element in testcases.
17144 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
17145 (read_testcase): New.
17146 Do the tests in a loop.
17147
17148 2016-02-25 Yao Qi <yao.qi@linaro.org>
17149
17150 * gdb.base/branches.c: Remove.
17151
17152 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
17153
17154 PR gdb/13808
17155 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
17156
17157 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
17158
17159 * gdb.trace/ftrace.exp: Remove unnecessary target check.
17160
17161 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
17162
17163 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
17164 change x86_64 call_insn to 'callq'.
17165
17166 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
17167
17168 * gdb.trace/tfile-avx.c: Move to...
17169 * gdb.trace/tracefile-pseudo-reg.c: Here.
17170 * gdb.trace/tfile-avx.exp: Move to...
17171 * gdb.trace/tracefile-pseudo-reg.exp: Here.
17172
17173 2016-02-24 Gary Benson <gbenson@redhat.com>
17174
17175 * gdb.base/attach-pie-noexec.exp: Do not expect an error
17176 message on attach.
17177
17178 2016-02-23 Doug Evans <dje@google.com>
17179
17180 * gdb.base/skip.c (test_skip): New function.
17181 (end_test_skip_file_and_function): New function.
17182 (test_skip_file_and_function): New function.
17183 * gdb.base/skip1.c (test_skip): New function.
17184 (skip1_test_skip_file_and_function): New function.
17185 * gdb.base/skip.exp: Add tests for new skip options.
17186 * gdb.base/skip-solib.exp: Update expected output.
17187 * gdb.perf/skip-command.cc: New file.
17188 * gdb.perf/skip-command.exp: New file.
17189 * gdb.perf/skip-command.py: New file.
17190
17191 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
17192
17193 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
17194 info registers pattern.
17195
17196 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
17197
17198 * lib/future.exp: Add D support.
17199 (gdb_find_gdc): New proc.
17200 (gdb_default_target_compile): Add D support.
17201
17202 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
17203
17204 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
17205 user+system time.
17206 (trace_speed_test): Determine the iteration count for a time
17207 between 15..30 seconds.
17208
17209 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
17210
17211 * gdb.arch/i386-mpx-sigsegv.c: New file.
17212 * gdb.arch/i386-mpx-sigsegv.exp: New file.
17213 * gdb.arch/i386-mpx-simple_segv.c: New file.
17214 * gdb.arch/i386-mpx-simple_segv.exp: New file.
17215
17216 2016-02-18 Yao Qi <yao.qi@linaro.org>
17217
17218 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
17219 Don't call setup_kfail.
17220
17221 2016-02-18 Yao Qi <yao.qi@linaro.org>
17222
17223 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
17224 Set "set breakpoint condition-evaluation" per $cond_bp_target.
17225
17226 2016-02-16 Doug Evans <dje@google.com>
17227
17228 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
17229 * gdb.base/skip1.c: Ditto.
17230 * gdb.base/skip.exp: Whitespace cleanup.
17231
17232 2016-02-16 Don Breazeal <donb@codesourcery.com>
17233
17234 PR remote/19496
17235 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
17236 Remove kfail for PR remote/19496.
17237
17238 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
17239
17240 * lib/gdb.exp (standard_temp_file): Return a path specific to
17241 the runtest invocation.
17242
17243 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
17244
17245 * gdb.trace/save-trace.exp: Change relative path to be in the
17246 standard output directory.
17247
17248 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
17249
17250 * gdb.arch/i386-prologue.c: Add missing prototypes.
17251
17252 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
17253
17254 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
17255 * gdb.arch/i386-prologue.exp: Likewise.
17256 * gdb.arch/i386-size.exp: Likewise.
17257
17258 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
17259
17260 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
17261 define object file path.
17262 * gdb.btrace/gcore.exp: Use standard_output_file to define core
17263 file path.
17264 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
17265 standard_output_file to define binfile.
17266
17267 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
17268
17269 Fix compatibility with recent gfortran-5.3.1.
17270 * gdb.fortran/vla-history.exp (print vla1 allocated)
17271 (print vla2 allocated, print $2, print $3): Remove
17272 (print $4): Rename to ...
17273 (print $2): ... here.
17274 (print $9): Rename to ...
17275 (print $5): ... here.
17276 (print $10): Rename to ...
17277 (print $6): ... here.
17278 * gdb.fortran/vla.f90: Add pvla initialization.
17279
17280 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
17281
17282 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
17283 New test.
17284 * gdb.fortran/vla-value-sub.exp: Likewise.
17285
17286 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
17287
17288 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
17289
17290 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
17291
17292 * i386-biarch-core.exp: Define corefile using
17293 standard_output_file.
17294
17295 2016-02-12 Yao Qi <yao.qi@linaro.org>
17296
17297 * gdb.arch/arm-single-step-kernel-helper.c: New.
17298 * gdb.arch/arm-single-step-kernel-helper.exp: New.
17299
17300 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
17301
17302 * gdb.btrace/tailcall-only.exp: New.
17303 * gdb.btrace/tailcall-only.c: New.
17304 * gdb.btrace/x86_64-tailcall-only.S: New.
17305 * gdb.btrace/i686-tailcall-only.S: New.
17306
17307 2016-02-11 Pedro Alves <palves@redhat.com>
17308
17309 * README (Parallel testing): Add missing double quotes.
17310
17311 2016-02-11 Pedro Alves <palves@redhat.com>
17312
17313 * README (Parallel testing): New section.
17314 (GDB_PARALLEL): Rewrite.
17315 (FORCE_PARALLEL): Document.
17316
17317 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
17318
17319 * gdb.trace/tfile-avx.c: New test.
17320 * gdb.trace/tfile-avx.exp: New test.
17321
17322 2016-02-09 Keith Seitz <keiths@redhat.com>
17323
17324 PR breakpoints/19546
17325 * gdb.base/infcall-exec.c: New file.
17326 * gdb.base/infcall-exec2.c: New file.
17327 * gdb.base/infcall-exec.exp: New file.
17328
17329 2016-02-09 Keith Seitz <keiths@redhat.com>
17330
17331 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
17332 (toplevel): Call test_bkpt_address.
17333
17334 2016-02-09 Keith Seitz <keiths@redhat.com>
17335
17336 PR python/19506
17337 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
17338 (toplevel): Call test_bkpt_address.
17339
17340 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
17341
17342 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
17343 to AC_OUTPUT.
17344 * configure: Regenerate.
17345
17346 2016-02-09 Pedro Alves <palves@redhat.com>
17347
17348 PR breakpoints/19548
17349 * gdb.base/execl-update-breakpoints.c (some_function): New
17350 function.
17351 (main): Call it.
17352 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
17353 Tighten expected GDB output.
17354
17355 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
17356
17357 * Makefile.in (ALL_SUBDIRS): Remove.
17358 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
17359 (distclean maintainer-clean realclean): Likewise.
17360 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
17361 * configure: Regenerate.
17362 * gdb.ada/Makefile.in: Delete.
17363 * gdb.arch/Makefile.in: Likewise.
17364 * gdb.asm/Makefile.in: Likewise.
17365 * gdb.base/Makefile.in: Likewise.
17366 * gdb.btrace/Makefile.in: Likewise.
17367 * gdb.cell/Makefile.in: Likewise.
17368 * gdb.compile/Makefile.in: Likewise.
17369 * gdb.cp/Makefile.in: Likewise.
17370 * gdb.disasm/Makefile.in: Likewise.
17371 * gdb.dlang/Makefile.in: Likewise.
17372 * gdb.dwarf2/Makefile.in: Likewise.
17373 * gdb.fortran/Makefile.in: Likewise.
17374 * gdb.gdb/Makefile.in: Likewise.
17375 * gdb.go/Makefile.in: Likewise.
17376 * gdb.guile/Makefile.in: Likewise.
17377 * gdb.java/Makefile.in: Likewise.
17378 * gdb.linespec/Makefile.in: Likewise.
17379 * gdb.mi/Makefile.in: Likewise.
17380 * gdb.modula2/Makefile.in: Likewise.
17381 * gdb.multi/Makefile.in: Likewise.
17382 * gdb.objc/Makefile.in: Likewise.
17383 * gdb.opencl/Makefile.in: Likewise.
17384 * gdb.opt/Makefile.in: Likewise.
17385 * gdb.pascal/Makefile.in: Likewise.
17386 * gdb.perf/Makefile.in: Likewise.
17387 * gdb.python/Makefile.in: Likewise.
17388 * gdb.reverse/Makefile.in: Likewise.
17389 * gdb.server/Makefile.in: Likewise.
17390 * gdb.stabs/Makefile.in: Likewise.
17391 * gdb.threads/Makefile.in: Likewise.
17392 * gdb.trace/Makefile.in: Likewise.
17393 * gdb.xml/Makefile.in: Likewise.
17394 * lib/gdb.exp (make_gdb_parallel_path): Add check for
17395 GDB_PARALLEL.
17396 (standard_output_file): Remove check for GDB_PARALLEL, always
17397 return path in outputs/$subdir/$testname.
17398
17399 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
17400
17401 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
17402 (site.exp): Assign abs_srcdir to tcl's srcdir.
17403
17404 2016-02-04 Yao Qi <yao.qi@linaro.org>
17405
17406 * gdb.base/foll-exec-mode.c: Include limits.h.
17407 (main): Add parameters argc and argv. Get directory from
17408 argv[0].
17409 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
17410 compilation.
17411 * gdb.base/foll-exec.c: Include limits.h.
17412 (main): Add parameters argc and argv.
17413 Get directory from argv[0].
17414 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
17415 Adjust tests on the number of lines as source code changed.
17416 * gdb.base/foll-vfork-exit.c: Include limits.h.
17417 (main): Add one line of statement before vfork.
17418 * gdb.base/foll-vfork.c: Include limits.h and string.h.
17419 (main): Add parameters argc and argv. Get directory from
17420 argv[0].
17421 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
17422 (setup_gdb): Set tbreak to skip some source lines.
17423 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
17424 (main): Add parameters argc and argv. Get directory from
17425 argv[0].
17426 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
17427 compilation.
17428 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
17429 (main): Add parameters argc and argv. Get directory from
17430 argv[0].
17431 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
17432 compilation.
17433
17434 2016-02-01 Doug Evans <dje@google.com>
17435
17436 * gdb.base/skip.exp: Clean up multiple references to same test name.
17437
17438 2016-02-01 Pedro Alves <palves@redhat.com>
17439
17440 PR remote/19496
17441 * gdb.threads/forking-threads-plus-breakpoint.exp
17442 (displaced_stepping_supported): New global.
17443 (probe_displaced_stepping_support): New procedure.
17444 (do_test): Add 'displaced' parameter, and use it.
17445 (top level): Check for displaced stepping support. Add displaced
17446 stepping on/off testing axis.
17447
17448 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
17449
17450 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
17451 pointer. Don't perform further tests on the unassociated pointer
17452 if the first test fails.
17453
17454 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
17455
17456 * gdb.base/max-value-size.c: New file.
17457 * gdb.base/max-value-size.exp: New file.
17458 * gdb.base/huge.exp: Disable max-value-size for this test.
17459
17460 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
17461
17462 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
17463
17464 2016-01-28 Yao Qi <yao.qi@linaro.org>
17465
17466 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
17467
17468 2016-01-25 Pedro Alves <palves@redhat.com>
17469
17470 PR threads/19461
17471 * gdb.base/fork-running-state.c: New file.
17472 * gdb.base/fork-running-state.exp: New file.
17473
17474 2016-01-25 Pedro Alves <palves@redhat.com>
17475
17476 PR gdb/19494
17477 * gdb.base/catch-fork-kill.c: New file.
17478 * gdb.base/catch-fork-kill.exp: New file.
17479
17480 2016-01-25 Pedro Alves <palves@redhat.com>
17481
17482 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
17483 Delete, moved to lib/gdb.exp.
17484 * gdb.threads/forking-threads-plus-breakpoint.exp
17485 (foreach_with_prefix): Likewise.
17486 * gdb.threads/process-dies-while-handling-bp.exp
17487 (foreach_with_prefix): Likewise.
17488 * lib/gdb.exp (foreach_with_prefix): New procedure.
17489
17490 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
17491
17492 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
17493 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
17494
17495 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
17496
17497 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
17498 endian targets.
17499
17500 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17501 Pedro Alves <palves@redhat.com>
17502
17503 Fix testsuite compatibility with Guile.
17504 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
17505 number.
17506
17507 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17508
17509 Fix testsuite compatibility with Guile.
17510 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
17511 (thread 1): New test for backtrace through signal handler.
17512
17513 2016-01-22 Yao Qi <yao.qi@linaro.org>
17514
17515 PR testsuite/19491
17516 * gdb.base/multi-forks.c: Include
17517 ../lib/unbuffer_output.c
17518 (main): Call gdb_unbuffer_output.
17519
17520 2016-01-21 Doug Evans <dje@google.com>
17521
17522 * lib/ada.exp (gdb_compile_ada): Fix typo.
17523
17524 2016-01-21 Joel Brobecker <brobecker@adacore.com>
17525
17526 * gdb.base/break-fun-addr.exp: New file.
17527 * gdb.base/break-fun-addr1.c: New file.
17528 * gdb.base/break-fun-addr2.c: New file.
17529
17530 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
17531
17532 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
17533 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
17534 enum flag values.
17535
17536 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
17537
17538 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
17539 when GDB can not set the vector return value. Add more comments
17540 for clarification.
17541
17542 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
17543
17544 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
17545 command.
17546
17547 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
17548
17549 * Makefile.in (DO_RUNTEST): Add --status and update usages.
17550
17551 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
17552
17553 * Makefile.in (check-single): Pass --status to runtest.
17554 (check/%.exp): Likewise.
17555
17556 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
17557
17558 * Makefile.in (check-parallel): Propagate return code from make
17559 do-check-parallel.
17560
17561 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
17562
17563 * gdb.trace/ftrace.exp: Fix expected message on continue.
17564 * gdb.trace/pending.exp: Fix expected message on continue.
17565 * gdb.trace/trace-break.exp: Fix expected message on continue.
17566
17567 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
17568
17569 * lib/gdb.exp (gdb_test): Remove unused global references.
17570
17571 2016-01-18 Pedro Alves <palves@redhat.com>
17572
17573 * gdb.base/async-shell.exp: Adjust expected output.
17574 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
17575 * gdb.base/siginfo-thread.exp: Adjust expected output.
17576 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
17577 * gdb.java/jnpe.exp: Adjust expected output.
17578 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
17579 * gdb.threads/continue-pending-status.exp: Adjust expected output.
17580 * gdb.threads/leader-exit.exp: Adjust expected output.
17581 * gdb.threads/manythreads.exp: Adjust expected output.
17582 * gdb.threads/pthreads.exp: Adjust expected output.
17583 * gdb.threads/schedlock.exp: Adjust expected output.
17584 * gdb.threads/siginfo-threads.exp: Adjust expected output.
17585 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
17586 expected output.
17587 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
17588 output.
17589 * gdb.threads/sigthread.exp: Adjust expected output.
17590 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
17591
17592 2016-01-18 Yao Qi <yao.qi@linaro.org>
17593
17594 * gdb.guile/scm-section-script.c: Replace @progbits with
17595 %progbits.
17596 * gdb.python/py-section-script.c: Likewise.
17597
17598 2016-01-15 Pedro Alves <palves@redhat.com>
17599
17600 * gdb.multi/tids.exp: Test star wildcard ranges.
17601
17602 2016-01-15 Pedro Alves <palves@redhat.com>
17603
17604 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
17605 command from "thread apply" invocation.
17606 (thr_apply_info_thr_invalid): Default the expected output to the
17607 input tid list.
17608 (top level): Add tests that use convenience variables. Add tests
17609 for "thread apply" with a valid TID list, but missing the command.
17610
17611 2016-01-13 Pedro Alves <palves@redhat.com>
17612
17613 * gdb.base/default.exp: Expect $_gthread as well.
17614 * gdb.multi/tids.exp: Test $_gthread.
17615 * gdb.threads/thread-specific.exp: Test $_gthread.
17616
17617 2016-01-13 Pedro Alves <palves@redhat.com>
17618
17619 * gdb.multi/tids.exp: Test "info threads -gid".
17620
17621 2016-01-13 Pedro Alves <palves@redhat.com>
17622
17623 * gdb.multi/tids.exp: Test InferiorThread.global_num and
17624 Breakpoint.thread.
17625 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
17626
17627 2016-01-07 Pedro Alves <palves@redhat.com>
17628
17629 * gdb.base/break.exp: Adjust to output changes.
17630 * gdb.base/hbreak2.exp: Likewise.
17631 * gdb.base/sepdebug.exp: Likewise.
17632 * gdb.base/watch_thread_num.exp: Likewise.
17633 * gdb.linespec/keywords.exp: Likewise.
17634 * gdb.multi/info-threads.exp: Likewise.
17635 * gdb.threads/thread-find.exp: Likewise.
17636 * gdb.multi/tids.c: New file.
17637 * gdb.multi/tids.exp: New file.
17638
17639 2016-01-13 Pedro Alves <palves@redhat.com>
17640
17641 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
17642
17643 2016-01-13 Pedro Alves <palves@redhat.com>
17644
17645 * gdb.base/default.exp: Expect $_inferior as well.
17646 * gdb.multi/base.exp: Test $_inferior.
17647
17648 2016-01-13 Pedro Alves <palves@redhat.com>
17649
17650 PR breakpoints/19388
17651 * gdb.base/catch-signal-siginfo-cond.c: New file.
17652 * gdb.base/catch-signal-siginfo-cond.exp: New file.
17653
17654 2016-01-12 Josh Stone <jistone@redhat.com>
17655 Philippe Waroquiers <philippe.waroquiers@skynet.be>
17656
17657 * gdb.base/catch-syscall.c (do_execve): New variable.
17658 (main): Conditionally trigger an execve.
17659 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
17660 (test_catch_syscall_execve): New, check entry/return across execve.
17661 (do_syscall_tests): Call test_catch_syscall_execve.
17662
17663 2016-01-12 Pedro Alves <palves@redhat.com>
17664
17665 * gdb.base/random-signal.exp (do_test): New procedure, with body
17666 of testcase moved in.
17667
17668 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17669 Pedro Alves <palves@redhat.com>
17670
17671 * gdb.base/funcargs.exp (finish from indirectly called function):
17672 Reintroduce the case for 'First'.
17673
17674 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17675 Pedro Alves <palves@redhat.com>
17676
17677 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
17678 (tcatch_vfork_then_child_follow_exec)
17679 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
17680 identification.
17681
17682 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17683
17684 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
17685 and repeats to unlimited.
17686 * gdb.python/py-value.exp: Likewise.
17687 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
17688 and repeats to unlimited.
17689
17690 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
17691
17692 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
17693 and reordering the functions.
17694 * gdb.multi/hangout.c: Likewise.
17695 * gdb.multi/hello.c: Likewise.
17696
17697 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
17698
17699 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
17700 absolute.
17701 (SingleStatisticTestResult.report): Use dict.keys instead of
17702 dict.iterkeys.
17703
17704 2016-01-06 Pedro Alves <palves@redhat.com>
17705
17706 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
17707
17708 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
17709
17710 * gdb.btrace/dlopen.exp: New.
17711 * gdb.btrace/dlopen.c: New.
17712 * gdb.btrace/dlopen-dso.c: New.
17713
17714 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
17715
17716 * lib/gdb.exp (gdb_test): Update comments to clarify that the
17717 PATTERN argument is optional.
17718
17719 2015-12-24 Joel Brobecker <brobecker@adacore.com>
17720
17721 * lib/ada.exp (target_compile_ada_from_dir): New function.
17722 (gdb_compile_ada): Reimplement avoiding the use of project files.
17723 * gdb.ada/gnat_ada.gpr: Delete.
17724 * gdb.ada/cond_lang.exp: Adjust test to make path before
17725 filename optional.
17726 * gdb.ada/small_reg_param.exp: Likewise.
17727
17728 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
17729
17730 * gdb.base/foll-vork.exp: Remove HP-UX special case.
17731
17732 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
17733
17734 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
17735 case.
17736
17737 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
17738
17739 * gdb.base/break.exp: Remove dead code.
17740 * gdb.base/sepdebug.exp: Likewise.
17741
17742 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
17743
17744 * gdb.asm/asm-source.exp: Remove HP-UX references.
17745 * gdb.base/annota1.exp: Likewise.
17746 * gdb.base/annota3.exp: Likewise.
17747 * gdb.base/attach.exp: Likewise.
17748 * gdb.base/bigcore.exp: Likewise.
17749 * gdb.base/break.exp: Likewise.
17750 * gdb.base/call-ar-st.exp: Likewise.
17751 * gdb.base/callfuncs.exp: Likewise.
17752 * gdb.base/catch-fork-static.exp: Likewise.
17753 * gdb.base/display.exp: Likewise.
17754 * gdb.base/foll-exec-mode.exp: Likewise.
17755 * gdb.base/foll-exec.exp: Likewise.
17756 * gdb.base/foll-fork.exp: Likewise.
17757 * gdb.base/foll-vfork.exp: Likewise.
17758 * gdb.base/funcargs.exp: Likewise.
17759 * gdb.base/hbreak2.exp: Likewise.
17760 * gdb.base/inferior-died.exp: Likewise.
17761 * gdb.base/interrupt.exp: Likewise.
17762 * gdb.base/multi-forks.exp: Likewise.
17763 * gdb.base/nodebug.exp: Likewise.
17764 * gdb.base/sepdebug.exp: Likewise.
17765 * gdb.base/solib1.c: Likewise.
17766 * gdb.base/step-test.exp: Likewise.
17767 * gdb.mi/non-stop.c: Likewise.
17768 * gdb.mi/pthreads.c: Likewise.
17769 * gdb.multi/bkpt-multi-exec.ex: Likewise.
17770 * gdb.threads/pthreads.c: Likewise.
17771 * gdb.threads/staticthreads.exp: Likewise.
17772 * lib/future.exp: Likewise.
17773 * lib/gdb.exp: Likewise.
17774 * gdb.base/so-indr-cl.c: Remove.
17775 * gdb.base/so-indr-cl.exp: Likewise.
17776 * gdb.base/solib.c: Likewise.
17777 * gdb.base/solib.exp: Likewise.
17778 * gdb.base/solib2.c: Likewise.
17779
17780 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
17781
17782 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
17783 * gdb.base/call-ar-st.exp: Likewise.
17784 * gdb.base/callfuncs.exp: Likewise.
17785 * gdb.base/condbreak.exp: Likewise.
17786 * gdb.base/constvars.exp: Likewise.
17787 * gdb.base/hbreak2.exp: Likewise.
17788 * gdb.base/langs.exp: Likewise.
17789 * gdb.base/list.exp: Likewise.
17790 * gdb.base/long_long.exp: Likewise.
17791 * gdb.base/ptype.exp: Likewise.
17792 * gdb.base/scope.exp: Likewise.
17793 * gdb.base/signals.exp: Likewise.
17794 * gdb.base/so-impl-ld.exp: Likewise.
17795 * gdb.base/varargs.exp: Likewise.
17796 * gdb.base/volatile.exp: Likewise.
17797 * gdb.base/whatis.exp: Likewise.
17798 * gdb.cp/cplusfuncs.exp: Likewise.
17799 * gdb.cp/inherit.exp: Likewise.
17800 * gdb.cp/local.exp: Likewise.
17801 * gdb.cp/member-ptr.exp: Likewise.
17802 * gdb.cp/method.exp: Likewise.
17803 * gdb.cp/overload.exp: Likewise.
17804 * gdb.cp/templates.exp: Likewise.
17805 * gdb.stabs/weird.exp: Likewise.
17806 * lib/compiler.c: Likewise.
17807 * lib/compiler.cc: Likewise.
17808 * lib/cp-support.exp: Likewise.
17809 * lib/gdb.exp: Likewise.
17810
17811 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
17812
17813 * configure.ac: Remove HP-UX case.
17814 * configure: Regenerate.
17815
17816 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
17817
17818 * lib/gdb.exp (gdb_compile): Add function doc.
17819
17820 2015-12-17 Pedro Alves <palves@redhat.com>
17821
17822 PR threads/19354
17823 * gdb.multi/info-threads.exp: New file.
17824
17825 2015-12-15 Yao Qi <yao.qi@linaro.org>
17826
17827 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
17828 is aarch64*-*-*.
17829
17830 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
17831
17832 * gdb.base/history-duplicates.exp: Skip if no readline support.
17833
17834 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
17835
17836 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
17837
17838 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
17839
17840 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
17841
17842 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
17843
17844 * gdb.base/completion.exp: Skip tests that interrupt GDB with
17845 ctrl-C if nointerrupts target property is set.
17846 * gdb.base/double-prompt-target-event-error.exp: Likewise.
17847 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
17848 * gdb.base/paginate-bg-execution.exp: Likewise.
17849 * gdb.base/paginate-execution-startup.exp: Likewise.
17850 * gdb.base/random-signal.exp: Likewise.
17851 * gdb.base/range-stepping.exp: Likewise.
17852 * gdb.cp/annota2.exp: Likewise.
17853 * gdb.cp/annota3.exp: Likewise.
17854 * gdb.gdb/selftest.exp: Likewise.
17855 * gdb.threads/continue-pending-status.exp: Likewise.
17856 * gdb.threads/leader-exit.exp: Likewise.
17857 * gdb.threads/manythreads.exp: Likewise.
17858 * gdb.threads/pthreads.exp: Likewise.
17859 * gdb.threads/schedlock.exp: Likewise.
17860 * gdb.threads/sigthread.exp: Likewise.
17861
17862 2015-12-11 Don Breazeal <donb@codesourcery.com>
17863
17864 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
17865 remote.
17866 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
17867 * gdb.base/foll-exec.exp (main): Enable for target remote.
17868 * gdb.base/foll-fork.exp (main): Likewise.
17869 * gdb.base/foll-vfork.exp (main): Likewise.
17870 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
17871 (proc continue_to_exit_bp_loc): Use clean_restart.
17872 * gdb.base/pie-execl.exp (main): Disable for target remote.
17873 * gdb.base/watch-vfork.exp (main): Enable for target remote.
17874 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
17875 * gdb.threads/execl.exp (main): Likewise.
17876 * gdb.threads/fork-child-threads.exp (main): Likewise.
17877 * gdb.threads/fork-plus-threads.exp (main): Disable for target
17878 remote.
17879 * gdb.threads/fork-thread-pending.exp (main): Enable for target
17880 remote.
17881 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
17882 pid.tid style ptids, instead of just tid.
17883 * gdb.threads/thread-execl.exp (main): Enable for target remote.
17884 * gdb.threads/watchpoint-fork.exp (main): Likewise.
17885 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
17886 ptids, instead of just tid.
17887
17888 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
17889
17890 * gdb.base/list.exp (test_list_forward): Add end of file error
17891 test.
17892 (test_repeat_list_command): Add end of file error test.
17893 (test_list_backwards): Add beginning of file error test.
17894
17895 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
17896
17897 * gdb.base/list.exp (test_list_invalid_args): New function,
17898 defined, and called.
17899
17900 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
17901
17902 * gdb.base/list.exp (test_list): Make test names unique.
17903
17904 2015-12-11 Yao Qi <yao.qi@linaro.org>
17905
17906 * gdb.base/coremaker2.c: Remove.
17907
17908 2015-12-10 Pedro Alves <palves@redhat.com>
17909
17910 * gdb.multi/base.exp: Remove stale "spaces" references.
17911
17912 2015-12-10 Pedro Alves <palves@redhat.com>
17913
17914 * gdb.multi/base.exp: Don't use nowarnings.
17915 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
17916 * gdb.multi/hangout.c: Include stdio.h.
17917 * gdb.multi/hello.c: Include stdlib.h.
17918 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
17919 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
17920 * gdb.multi/multi-arch.exp: Don't use nowarnings.
17921
17922 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
17923
17924 * gdb.dwarf2/dw2-ranges-base.c: New file.
17925 * gdb.dwarf2/dw2-ranges-base.exp: New file.
17926 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
17927 support additional line table, and debug ranges generation.
17928 (Dwarf::ranges): New function, generate .debug_ranges.
17929 (Dwarf::lines): Support generating simple line table programs.
17930 (Dwarf::assemble): Initialise new namespace variables.
17931
17932 2015-12-09 Kevin Buettner <kevinb@redhat.com>
17933
17934 * gdb.base/async.exp (proc test_background): Add case for
17935 asynchronous execution not supported.
17936
17937 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
17938
17939 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
17940 format and change test names to make them unique.
17941
17942 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
17943 Pedro Alves <pedro@redhat.com>
17944
17945 PR gdb/18702
17946 Add checking of floatformats setup on x86_64 hosts.
17947 * gdb.arch/i386-float.S (main): Load bigval and smallval.
17948 (smallval, bigval): New labels/constants.
17949 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
17950 float" after loading bigval and smallval.
17951
17952 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
17953
17954 * gdb.ada/fun_overload_menu.exp: New testcase.
17955 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
17956
17957 2015-12-04 Josh Stone <jistone@redhat.com>
17958
17959 * gdb.base/catch-fork-static.exp: New.
17960
17961 2015-12-03 Yao Qi <yao.qi@linaro.org>
17962
17963 * gdb.base/sizeof.c: Don't include stdio.h and
17964 ../lib/unbuffer_output.c.
17965 (main): New variable 'size' and 'value'. Remove printf and
17966 gdb_unbuffer_output. Assign return value to size and value.
17967 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
17968 at the beginning.
17969 (check_sizeof): Check the result by printing variable 'size'.
17970 (check_valueof): Check the result by printing variable 'value'.
17971
17972 2015-12-01 Yao Qi <yao.qi@linaro.org>
17973
17974 * gdb.base/disp-step-syscall.exp: Define syscall instruction
17975 for aarch64*-*-linux* target.
17976
17977 2015-11-30 Pedro Alves <palves@redhat.com>
17978
17979 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
17980
17981 2015-11-30 Pedro Alves <palves@redhat.com>
17982
17983 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
17984 Handle non-stop mode vCont replies.
17985
17986 2015-11-30 Pedro Alves <palves@redhat.com>
17987
17988 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
17989 prepare_for_testing. Start gdb with "set non-stop on" appended to
17990 GDBFLAGS. Lax expected stop output.
17991
17992 2015-11-27 Yao Qi <yao.qi@linaro.org>
17993
17994 * gdb.arch/arm-neon.exp: New.
17995 * gdb.arch/arm-neon.c: New.
17996
17997 2015-11-27 Yao Qi <yao.qi@linaro.org>
17998
17999 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
18000
18001 2015-11-27 Yao Qi <yao.qi@linaro.org>
18002
18003 * gdb.cp/annota2.exp: Allow multiple occurrences of the
18004 frames-invalid annotation.
18005
18006 2015-11-27 Yao Qi <yao.qi@linaro.org>
18007
18008 * gdb.cp/annota2.exp: Use ${frames_invalid}.
18009
18010 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
18011
18012 * gdb.threads/names.exp: New file.
18013 * gdb.threads/names.c: New file.
18014 * README: Mention gdb,no_thread_names.
18015
18016 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
18017
18018 PR 19297
18019 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
18020 support" error.
18021
18022 2015-11-24 Pedro Alves <palves@redhat.com>
18023
18024 PR 17539
18025 * gdb.base/display.exp: Expect displays to be sorted in ascending
18026 order. Use multi_line.
18027 * gdb.base/solib-display.exp: Likewise.
18028
18029 2015-11-24 Pedro Alves <palves@redhat.com>
18030
18031 PR 17539
18032 * gdb.base/display.exp: Expect displays to be sorted in ascending
18033 order. Use multi_line.
18034 * gdb.base/solib-display.exp: Likewise.
18035
18036 2015-11-24 Pedro Alves <palves@redhat.com>
18037
18038 PR 17539
18039 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
18040 threads in ascending order.
18041 * gdb.base/foll-fork.exp: Likewise.
18042 * gdb.base/foll-vfork.exp: Likewise.
18043 * gdb.base/multi-forks.exp: Likewise.
18044 * gdb.mi/mi-nonstop.exp: Likewise.
18045 * gdb.mi/mi-nsintrall.exp: Likewise.
18046 * gdb.multi/base.exp: Likewise.
18047 * gdb.multi/multi-arch.exp: Likewise.
18048 * gdb.python/py-inferior.exp: Likewise.
18049 * gdb.threads/break-while-running.exp: Likewise.
18050 * gdb.threads/execl.exp: Likewise.
18051 * gdb.threads/gcore-thread.exp: Likewise.
18052 * gdb.threads/info-threads-cur-sal.exp: Likewise.
18053 * gdb.threads/kill.exp: Likewise.
18054 * gdb.threads/linux-dp.exp: Likewise.
18055 * gdb.threads/multiple-step-overs.exp: Likewise.
18056 * gdb.threads/next-bp-other-thread.exp: Likewise.
18057 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
18058 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
18059 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
18060 * gdb.threads/thread-find.exp: Likewise.
18061 * gdb.threads/tls.exp: Likewise.
18062 * lib/mi-support.exp (mi_reverse_list): Delete.
18063 (mi_check_thread_states): No longer reverse list.
18064
18065 2015-11-24 Pedro Alves <palves@redhat.com>
18066
18067 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
18068 use lowercase.
18069
18070 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
18071
18072 * gdb.trace/actions.c: Include trace-common.h.
18073 (main): Add a location for a fast tracepoint.
18074 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
18075 the normal tracepoints.
18076 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
18077
18078 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
18079
18080 * save-trace.exp: Factor out code to these...
18081 (gdb_save_tracepoints): New.
18082 (gdb_load_tracepoints): New.
18083 (do_save_load_test): New.
18084
18085 2015-11-23 Kevin Buettner <kevinb@redhat.com>
18086
18087 * gdb.base/asmlabel.exp: New test.
18088 * gdb.base/asmlabel.c: New test case.
18089
18090 2015-11-23 Joel Brobecker <brobecker@adacore.com>
18091
18092 * gdb.base/wrong_frame_bt_full-main.c: New file.
18093 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
18094 * gdb.base/wrong_frame_bt_full.exp: New file.
18095
18096 2015-11-23 Joel Brobecker <brobecker@adacore.com>
18097
18098 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
18099
18100 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
18101
18102 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
18103 pstate register when comparing registers values in
18104 sparc64-*-linux-gnu targets to avoid spurious differences.
18105
18106 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
18107
18108 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
18109
18110 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
18111
18112 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
18113 as type argument to gdb_compile.
18114 * gdb.base/nested-subp2.exp: Likewise.
18115 * gdb.base/nested-subp3.exp: Likewise.
18116
18117 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
18118
18119 * lib/dwarf.exp (_note): Fix left shift of negative value.
18120 * gdb.trace/trace-condition.exp: Likewise.
18121
18122 2015-11-13 Yao Qi <yao.qi@linaro.org>
18123
18124 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
18125 comments about d10v.
18126 (test_scalar_returns): Likewise.
18127 * gdb.base/d10v.ld: Remove.
18128 * gdb.base/overlays.exp: Remove the target triplet checking for
18129 d10v-*-*.
18130 * gdb.base/structs.exp (test_struct_returns): Remove the
18131 comments about d10v.
18132 (test_struct_calls): Likewise.
18133
18134 2015-11-13 Yao Qi <yao.qi@linaro.org>
18135
18136 * gdb.base/gnu_vector.exp: Check the return value by "p res".
18137 * gdb.base/gnu_vector.c: Don't include stdio.h.
18138 (main): Don't print res and call add_some_intvecs.
18139
18140 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
18141
18142 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
18143 macro.
18144 (func5): Removed.
18145 (func4): Use FAST_TRACEPOINT_LABEL.
18146 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
18147 macro.
18148 (func): Removed.
18149 (thread_function): Use FAST_TRACEPOINT_LABEL.
18150 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
18151 (func): Remove.
18152 (marker): Use FAST_TRACEPOINT_LABEL.
18153 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
18154 (pendfunc1): Remove.
18155 (pendfunc): Use FAST_TRACEPOINT_LABEL.
18156 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
18157 (foo): Remove.
18158 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
18159 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
18160 macro.
18161 (func): Remove.
18162 (marker): Use FAST_TRACEPOINT_LABEL.
18163 * gdb.trace/trace-common.h: New header.
18164 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
18165 macro.
18166 (func): Remove.
18167 (marker): Use FAST_TRACEPOINT_LABEL.
18168 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
18169 (func): Remove.
18170 (thread_function): Use FAST_TRACEPOINT_LABEL.
18171
18172 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
18173
18174 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
18175 in front.
18176 * gdb.trace/change-loc.exp: Use global pcreg definition.
18177 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
18178 * gdb.trace/entry-values.exp: Use global spreg definition, add $
18179 in front.
18180 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
18181 * gdb.trace/pending.exp: Likewise.
18182 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
18183 * gdb.trace/trace-break.exp: Likewise.
18184 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
18185 in front.
18186 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
18187 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
18188 in front.
18189 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
18190
18191 2015-11-09 Joel Brobecker <brobecker@adacore.com>
18192
18193 * gdb.ada/fin_fun_out: New testcase.
18194
18195 2015-11-07 Kevin Buettner <kevinb@redhat.com>
18196
18197 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
18198 value associated with DW_AT_byte_size.
18199 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
18200 constants for DW_AT_byte_size, DW_AT_lower_bound, and
18201 DW_AT_upper_bound.
18202
18203 2015-11-07 Kevin Buettner <kevinb@redhat.com>
18204
18205 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
18206 (gdb_target_symbol_prefix_flags): Define in terms of _asm
18207 version.
18208 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
18209 gdb.dwarf2/dw2-canonicalize-type.exp,
18210 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
18211 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
18212 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
18213 provided by gdb_target_symbol_prefix_flags_asm.
18214 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
18215 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
18216 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
18217 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
18218 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
18219 macros where needed). Use this macro for symbols which require
18220 the prefix provided by SYMBOL_PREFIX.
18221
18222 2015-11-05 Kevin Buettner <kevinb@redhat.com>
18223
18224 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
18225 New procs.
18226 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
18227 representing expressions, of more than one list element.
18228 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
18229 to prepend linker symbol prefix to f.
18230 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
18231 table_1 and table_2.
18232 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
18233 Likewise, for f and g.
18234 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
18235 for ptr.
18236 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
18237 for main.
18238 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
18239 table_1_ptr and table_2_ptr.
18240
18241 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
18242 Joel Brobecker <brobecker@adacore.com>
18243
18244 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
18245
18246 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
18247
18248 * gdb.reverse/s390-mvcle.c: New test.
18249 * gdb.reverse/s390-mvcle.exp: New file.
18250 * lib/gdb.exp: Enable reverse tests on s390*-linux.
18251
18252 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
18253
18254 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
18255
18256 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
18257
18258 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
18259 reaching marker2.
18260 * gdb.reverse/getresuid-reverse.exp: Likewise.
18261 * gdb.reverse/pipe-reverse.exp: Likewise.
18262 * gdb.reverse/readv-reverse.exp: Likewise.
18263 * gdb.reverse/recvmsg-reverse.exp: Likewise.
18264 * gdb.reverse/time-reverse.exp: Likewise.
18265 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
18266
18267 2015-10-30 Yao Qi <yao.qi@linaro.org>
18268
18269 * gdb.threads/wp-replication.c (watch_count_done): Remove.
18270 (empty_cycle): Remove.
18271 (main): Don't call empty_cycle. Don't use watch_count_done.
18272 * gdb.threads/wp-replication.exp: Don't set breakpoint on
18273 empty_cycle. Rewrite the code counting HW watchpoints.
18274
18275 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
18276
18277 * gdb.reverse/fstatat-reverse.c: New test.
18278 * gdb.reverse/fstatat-reverse.exp: New file.
18279 * gdb.reverse/getresuid-reverse.c: New test.
18280 * gdb.reverse/getresuid-reverse.exp: New file.
18281 * gdb.reverse/pipe-reverse.c: New test.
18282 * gdb.reverse/pipe-reverse.exp: New file.
18283 * gdb.reverse/readv-reverse.c: New test.
18284 * gdb.reverse/readv-reverse.exp: New file.
18285 * gdb.reverse/recvmsg-reverse.c: New test.
18286 * gdb.reverse/recvmsg-reverse.exp: New file.
18287 * gdb.reverse/time-reverse.c: New test.
18288 * gdb.reverse/time-reverse.exp: New file.
18289 * gdb.reverse/waitpid-reverse.c: New test.
18290 * gdb.reverse/waitpid-reverse.exp: New file.
18291
18292 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
18293
18294 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
18295
18296 2015-10-26 Doug Evans <dje@google.com>
18297
18298 PR symtab/17391
18299 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
18300 * gdb.dwarf2/bad-regnum.c: New file.
18301 * gdb.dwarf2/bad-regnum.exp: New file.
18302
18303 2015-10-26 Doug Evans <dje@google.com>
18304
18305 PR python/18938
18306 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
18307 file.
18308
18309 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18310
18311 * gdb.compile/compile.exp (compile code globalvar): Update expectation
18312 for a change by "Mention language in compile error message".
18313
18314 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
18315
18316 PR python/18073
18317 * gdb.python/py-type.c (C::a_method): New.
18318 (C::a_const_method): New.
18319 (C::a_static_method): New.
18320 (a_function): New.
18321 * gdb.python/py-type.exp (test_fields): Test getting fields
18322 from function and method.
18323
18324 2015-10-21 Keven Boell <keven.boell@intel.com>
18325
18326 * gdb.fortran/vla-alloc-assoc.exp: New file.
18327 * gdb.fortran/vla-datatypes.exp: New file.
18328 * gdb.fortran/vla-datatypes.f90: New file.
18329 * gdb.fortran/vla-history.exp: New file.
18330 * gdb.fortran/vla-ptype-sub.exp: New file.
18331 * gdb.fortran/vla-ptype.exp: New file.
18332 * gdb.fortran/vla-sizeof.exp: New file.
18333 * gdb.fortran/vla-sub.f90: New file.
18334 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
18335 * gdb.fortran/vla-value-sub-finish.exp: New file.
18336 * gdb.fortran/vla-value-sub.exp: New file.
18337 * gdb.fortran/vla-value.exp: New file.
18338 * gdb.fortran/vla-ptr-info.exp: New file.
18339 * gdb.mi/mi-vla-fortran.exp: New file.
18340 * gdb.mi/vla.f90: New file.
18341
18342 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
18343
18344 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
18345 of hardwired timeout value.
18346
18347 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
18348 Pedro Alves <palves@redhat.com>
18349
18350 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
18351 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
18352
18353 2015-10-19 Josh Stone <jistone@redhat.com>
18354
18355 * gdb.base/catch-syscall.c: Include <sched.h>.
18356 (unknown_syscall): New variable.
18357 (main): Trigger a vfork and an unknown syscall.
18358 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
18359 (unknown_syscall_number): Likewise.
18360 (check_call_to_syscall): Accept an optional syscall pattern.
18361 (check_return_from_syscall): Likewise.
18362 (check_continue): Likewise.
18363 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
18364 (test_catch_syscall_skipping_return): New test toggling off 'catch
18365 syscall' to step over the syscall return, then toggling back on.
18366 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
18367 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
18368 (do_syscall_tests): Call test_catch_syscall_without_args and
18369 test_catch_syscall_mid_vfork.
18370 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
18371 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
18372
18373 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
18374
18375 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
18376 print g_vE): Add new pass patterns.
18377 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
18378 print various symbol names for vptr fields.
18379
18380 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
18381
18382 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
18383 results.
18384
18385 2015-10-12 Yao Qi <yao.qi@linaro.org>
18386
18387 * gdb.arch/disp-step-insn-reloc.exp: New test case.
18388
18389 2015-10-12 Yao Qi <yao.qi@linaro.org>
18390
18391 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
18392 is aarch64*-*-linux*.
18393
18394 2015-10-12 Yao Qi <yao.qi@linaro.org>
18395
18396 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
18397 (can_relocate_bcond_true): ... it.
18398 (can_relocate_bcond_false): New function.
18399 (foo): Likewise.
18400 (can_relocate_bl): Likewise.
18401 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
18402 can_relocate_bl.
18403
18404 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
18405
18406 * gdb.base/nested-addr.c: New file.
18407 * gdb.base/nested-addr.exp: New testcase.
18408
18409 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
18410
18411 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
18412 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
18413 its output. Ignore the output of "record goto begin" and instead
18414 check that GDB is replaying.
18415
18416 2015-10-09 Pedro Alves <palves@redhat.com>
18417
18418 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
18419 (top level): Use it in the run with no args test.
18420
18421 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
18422
18423 * gdb.dlang/properties.exp: New file.
18424
18425 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
18426
18427 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
18428 whether or not address 0x1000 is mapped on the target.
18429
18430 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
18431
18432 * gdb.python/py-type.exp: Do not run tests if binaries fail to
18433 build.
18434
18435 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
18436
18437 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
18438 instruction-history test.
18439
18440 2015-09-28 Doug Evans <dje@google.com>
18441
18442 * gdb.base/gcore.c (array_func): Add reference to static_array.
18443
18444 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
18445
18446 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
18447 source line.
18448
18449 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
18450
18451 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
18452 short or char as base type.
18453
18454 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
18455
18456 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
18457 to allow any size enum.
18458
18459 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
18460
18461 * gdb.ada/array_ptr_renaming.exp: New testcase.
18462 * gdb.ada/array_ptr_renaming/foo.adb: New file.
18463 * gdb.ada/array_ptr_renaming/pack.ads: New file.
18464
18465 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
18466
18467 * gdb.trace/ftrace-lock.c: New file.
18468 * gdb.trace/ftrace-lock.exp: New file.
18469
18470 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
18471
18472 * gdb.arch/insn-reloc.c: New file.
18473 * gdb.arch/ftrace-insn-reloc.exp: New file.
18474
18475 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
18476
18477 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
18478 instruction.
18479 * gdb.trace/pendshr1.c (pendfunc): Likewise.
18480 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
18481 * gdb.trace/range-stepping.c: Likewise.
18482 * gdb.trace/trace-break.c: Likewise.
18483 * gdb.trace/trace-mt.c (thread_function): Likewise.
18484 * gdb.trace/ftrace.c (marker): Likewise.
18485 * gdb.trace/trace-condition.c (marker): Likewise.
18486 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
18487 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
18488 is_aarch64_target.
18489
18490 2015-09-18 Doug Evans <xdje42@gmail.com>
18491
18492 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
18493 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
18494
18495 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18496
18497 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
18498 the breakpoint.
18499
18500 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18501
18502 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
18503 the pending breakpoint. Remove timeout override for "Run till
18504 MI pending breakpoint on pendfunc3 on thread 2" test.
18505
18506 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18507
18508 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
18509 filename pattern.
18510
18511 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18512
18513 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
18514 in breakpoint filename pattern.
18515
18516 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18517
18518 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
18519
18520 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18521
18522 * gdb.linespec/explicit.exp: Check for readline support for
18523 tab-completion tests. Fix obvious typo.
18524
18525 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
18526
18527 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
18528 and replay.
18529
18530 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
18531
18532 * gdb.btrace/non-stop.c: New.
18533 * gdb.btrace/non-stop.exp: New.
18534
18535 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
18536 Yao Qi <yao.qi@linaro.org>
18537
18538 * gdb.trace/trace-condition.c: New file.
18539 * gdb.trace/trace-condition.exp: New file.
18540
18541 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
18542
18543 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
18544 for testing bytecode compilation.
18545
18546 2015-09-16 Pedro Alves <palves@redhat.com>
18547 Sandra Loosemore <sandra@codesourcery.com>
18548
18549 * gdb.threads/non-stop-fair-events.c (timeout): New global.
18550 (SECONDS): Redefine.
18551 (main): Call pthread_kill and alarm early.
18552 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
18553 support.
18554 (test): If the target can't hardware step and doesn't support
18555 displaced stepping, increase the timeout.
18556
18557 2015-09-16 Pedro Alves <palves@redhat.com>
18558
18559 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
18560 (enable_debug): New procedures.
18561 (test): Use them. Bail out if waiting for threads fails.
18562 (top level): Bail out if a test fails.
18563
18564 2015-09-16 Yao Qi <yao.qi@linaro.org>
18565
18566 * gdb.asm/asm-source.exp: Set asm-arch for
18567 aarch64*-*-* target.
18568 * gdb.asm/aarch64.inc: New file.
18569
18570 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
18571
18572 * gdb.ada/array_of_variable_length.exp: New testcase.
18573 * gdb.ada/array_of_variable_length/foo.adb: New file.
18574 * gdb.ada/array_of_variable_length/pck.adb: New file.
18575 * gdb.ada/array_of_variable_length/pck.ads: New file.
18576
18577 2015-09-15 Doug Evans <dje@google.com>
18578
18579 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
18580 of function static local variable.
18581
18582 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
18583
18584 * gdb.threads/tls-so_extern.exp: New test file.
18585 * gdb.threads/tls-so_extern.c: New test file.
18586 * gdb.threads/tls-so_extern_main.c: New test file.
18587
18588 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
18589
18590 * gdb.opt/solib-intra-step-lib.c: New file.
18591 * gdb.opt/solib-intra-step-main.c: New file.
18592 * gdb.opt/solib-intra-step.exp: New file.
18593
18594 2015-09-15 Pedro Alves <palves@redhat.com>
18595
18596 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
18597 gdb_continue_to_breakpoint instead of gdb_test_multiple.
18598
18599 2015-09-14 Pedro Alves <palves@redhat.com>
18600
18601 * gdb.base/hook-stop-continue.c: Delete.
18602 * gdb.base/hook-stop-continue.exp: Delete.
18603 * gdb.base/hook-stop-frame.c: Delete.
18604 * gdb.base/hook-stop-frame.exp: Delete.
18605 * gdb.base/hook-stop.c: New file.
18606 * gdb.base/hook-stop.exp: New file.
18607
18608 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
18609
18610 * gdb.ada/access_to_packed_array.exp: New testcase.
18611 * gdb.ada/access_to_packed_array/foo.adb: New file.
18612 * gdb.ada/access_to_packed_array/pack.adb: New file.
18613 * gdb.ada/access_to_packed_array/pack.ads: New file.
18614
18615 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
18616
18617 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
18618 buffer size test.
18619
18620 2015-09-11 Don Breazeal <donb@codesourcery.com>
18621
18622 * gdb.base/foll-exec.c: Add copyright header. Fix
18623 formatting issues.
18624 * gdb.base/foll-exec.exp (zap_session): Delete proc.
18625 (do_exec_tests): Use clean_restart in place of zap_session,
18626 and for test initialization. Fix formatting issues. Use
18627 fail in place of perror.
18628 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
18629 an expect statement to match an expression with output from
18630 the program under debug.
18631 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
18632 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
18633 * gdb.threads/non-ldr-exc-2.exp: Likewise.
18634 * gdb.threads/non-ldr-exc-3.exp: Likewise.
18635 * gdb.threads/non-ldr-exc-4.exp: Likewise.
18636
18637 2015-09-09 Doug Evans <dje@google.com>
18638
18639 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
18640
18641 2015-09-09 Doug Evans <dje@google.com>
18642
18643 * gdb.base/pie-execl.exp: Fix result test of build_executable.
18644
18645 2015-09-09 Doug Evans <dje@google.com>
18646
18647 * gdb.base/savedregs.exp: Fix typo.
18648
18649 2015-09-09 Pedro Alves <palves@redhat.com>
18650
18651 * gdb.mi/mi-cli.exp: Add CLI finish tests.
18652
18653 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
18654
18655 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
18656 command actually switches threads. Give up on remaining
18657 tests if target fails to stop at breakpoint.
18658
18659 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
18660
18661 * gdb.ada/funcall_char.exp: New testcase.
18662 * gdb.ada/funcall_char/foo.adb: New file.
18663
18664 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
18665
18666 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
18667 expected outputs. Add two testcases for completing ambiguous
18668 functions.
18669 * gdb.ada/complete/aux_pck.adb: New file.
18670 * gdb.ada/complete/aux_pck.ads: New file.
18671 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
18672 Ambiguous_Func functions.
18673 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
18674 * gdb.ada/complete/pck.adb: Likewise.
18675
18676 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
18677
18678 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
18679 failures to run the test program under GDB.
18680
18681 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
18682
18683 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
18684 to C.
18685
18686 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
18687
18688 * gdb.base/run-after-attach.exp: New test file.
18689 * gdb.base/run-after-attach.c: New test file.
18690
18691 2015-08-26 Don Breazeal <donb@codesourcery.com>
18692
18693 * gdb.base/foll-exec-2.c: New test program.
18694 * gdb.base/foll-exec-2.exp: New test.
18695
18696 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
18697
18698 * gdb.base/nested-subp1.exp: New file.
18699 * gdb.base/nested-subp1.c: New file.
18700 * gdb.base/nested-subp2.exp: New file.
18701 * gdb.base/nested-subp2.c: New file.
18702 * gdb.base/nested-subp3.exp: New file.
18703 * gdb.base/nested-subp3.c: New file.
18704
18705 2015-08-24 Pedro Alves <palves@redhat.com>
18706
18707 * gdb.server/connect-without-multi-process.c: New file.
18708 * gdb.server/connect-without-multi-process.exp: New file.
18709
18710 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
18711
18712 * gdb.opt/inline-markers.c: Make z int.
18713
18714 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
18715
18716 * gdb.opt/inline-markers.c: Make z volatile.
18717
18718 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
18719
18720 * gdb.opt/inline-bt.c: New volatile global z.
18721 * gdb.opt/inline-cmds.c: Likewise.
18722 * gdb.opt/inline-locals.c: Likewise.
18723 * gdb.opt/inline-markers.c: New extern global z.
18724 (marker): Use z.
18725 (inline_fn): Likewise.
18726
18727 2015-08-24 Pedro Alves <palves@redhat.com>
18728
18729 * config/m32r-stub.exp: Remove file.
18730 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
18731 * gdb.base/call-rt-st.exp: Likewise.
18732 * gdb.base/call-strs.exp: Likewise.
18733 * gdb.base/default.exp: Remove references to h8300-*-hms and
18734 *-*-udi*.
18735 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
18736
18737 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
18738
18739 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
18740 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
18741 and "return" use KFAIL when GDB can not read/write the vector
18742 return value.
18743
18744 2015-08-21 Gary Benson <gbenson@redhat.com>
18745
18746 * gdb.trace/pending.exp: Cope with remote transfer warnings.
18747
18748 2015-08-20 Pedro Alves <palves@redhat.com>
18749
18750 * gdb.server/solib-list.exp: No longer expect an interior stop in
18751 non-stop mode.
18752
18753 2015-08-20 Pedro Alves <palves@redhat.com>
18754
18755 * gdb.server/connect-stopped-target.c: New file.
18756 * gdb.server/connect-stopped-target.exp: New file.
18757
18758 2015-08-20 Pedro Alves <palves@redhat.com>
18759
18760 * gdb.dwarf2/comp-unit-lang.exp: New file.
18761 * gdb.dwarf2/comp-unit-lang.c: New file.
18762
18763 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
18764
18765 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
18766 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
18767
18768 2015-08-19 Kevin Buettner <kevinb@redhat.com>
18769
18770 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
18771 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
18772
18773 2015-08-18 Doug Evans <dje@google.com>
18774 Adrian Sendroiu <adrian.sendroiu@freescale.com>
18775
18776 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
18777 skip_python_tests. New arg prompt_regexp.
18778 (skip_python_tests): New function.
18779 * lib/mi-support.exp (mi_skip_python_tests): New function.
18780 * gdb.python/py-mi-objfile-gdb.py: New file.
18781 * gdb.python/py-mi-objfile.c: New file.
18782 * gdb.python/py-mi-objfile.exp: New file.
18783
18784 2015-08-17 Keith Seitz <keiths@redhat.com>
18785
18786 * gdb.linespec/explicit.exp: Move strace test from here ...
18787 * gdb.trace/strace.exp: ... to here.
18788
18789 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
18790
18791 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
18792 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
18793
18794 2015-08-14 Doug Evans <xdje42@gmail.com>
18795
18796 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
18797 inferior before selecting a new file.
18798
18799 2015-08-14 Doug Evans <xdje42@gmail.com>
18800
18801 * gdb.mi/mi-disassemble.exp: Update.
18802 * gdb.base/disasm-optim.S: New file.
18803 * gdb.base/disasm-optim.c: New file.
18804 * gdb.base/disasm-optim.h: New file.
18805 * gdb.base/disasm-optim.exp: New file.
18806
18807 2015-08-14 Keith Seitz <keiths@redhat.com>
18808
18809 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
18810 "evaluated-by".
18811
18812 2015-08-13 Joel Brobecker <brobecker@adacore.com>
18813
18814 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
18815
18816 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
18817
18818 * gdb.ada/fun_renaming.exp: New testcase.
18819 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
18820 * gdb.ada/fun_renaming/pack.adb: New file.
18821 * gdb.ada/fun_renaming/pack.ads: New file.
18822
18823 2015-08-12 Keith Seitz <keiths@redhat.com>
18824
18825 * gdb.base/dso2dso.exp: Pass basename of source file in call to
18826 gdb_get_line_number.
18827
18828 2015-08-12 Joel Brobecker <brobecker@adacore.com>
18829
18830 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
18831 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
18832 gdb.base/dso2dso.exp: New files.
18833
18834 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
18835 Pedro Alves <palves@redhat.com>
18836 Keith Seitz <keiths@redhat.com>
18837
18838 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
18839 GDBFLAGS.
18840
18841 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
18842
18843 * gdb.base/gdbhistsize-history.exp
18844 (test_histsize_history_setting): Use save_vars.
18845 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
18846 Use save_vars.
18847 (test_no_truncation_of_unlimited_history_file): Use save_vars.
18848 * gdb.base/readline.exp: Use save_vars.
18849
18850 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
18851
18852 * lib/gdb.exp (save_vars): New proc.
18853
18854 2015-08-11 Keith Seitz <keiths@redhat.com>
18855
18856 * gdb.base/help.exp: Update help_breakpoint_text.
18857
18858 2015-08-11 Keith Seitz <keiths@redhat.com>
18859
18860 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
18861 (at toplevel): Call test_explicit_breakpoints.
18862 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
18863 breakpoints.
18864 * lib/mi-support.exp (mi_make_breakpoint): Add support for
18865 breakpoint conditions, "-cond".
18866
18867 2015-08-11 Keith Seitz <keiths@redhat.com>
18868
18869 * gdb.linespec/3explicit.c: New file.
18870 * gdb.linespec/cpexplicit.cc: New file.
18871 * gdb.linespec/cpexplicit.exp: New file.
18872 * gdb.linespec/explicit.c: New file.
18873 * gdb.linespec/explicit.exp: New file.
18874 * gdb.linespec/explicit2.c: New file.
18875 * gdb.linespec/ls-errs.exp: Add explicit location tests.
18876 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
18877 before using in the matching pattern.
18878 Clarify that `prefix' is a regular expression.
18879
18880 2015-08-11 Keith Seitz <keiths@redhat.com>
18881
18882 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
18883 test.
18884 Add tests for missing ",FMT" and ",".
18885
18886 2015-08-10 Doug Evans <dje@google.com>
18887 Keith Seitz <keiths@redhat.com>
18888
18889 PR gdb/17960
18890 * gdb.base/completion.exp: Add location completer tests.
18891
18892 2015-08-07 Pedro Alves <palves@redhat.com>
18893
18894 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
18895 tests here.
18896 (top level): Run do_test with and without displaced stepping.
18897
18898 2015-08-07 Pedro Alves <palves@redhat.com>
18899
18900 * gdb.base/valgrind-disp-step.c: New file.
18901 * gdb.base/valgrind-disp-step.exp: New file.
18902
18903 2015-08-07 Pedro Alves <palves@redhat.com>
18904
18905 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
18906 Delete function.
18907 (main): Add alarm. Run an infinite loop instead of calling
18908 wait_threads.
18909 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
18910 comment.
18911 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
18912 Delete function.
18913 (main): Add alarm. Run an infinite loop instead of calling
18914 wait_threads.
18915 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
18916 comment.
18917
18918 2015-08-07 Pedro Alves <palves@redhat.com>
18919
18920 * gdb.base/checkpoint-ns.exp: New file.
18921 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
18922 standard_testfile.
18923
18924 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
18925
18926 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
18927 * gdb.btrace/instruction_history.exp: Update.
18928 * gdb.btrace/tsx.exp: New.
18929 * gdb.btrace/tsx.c: New.
18930
18931 2015-08-06 Pedro Alves <palves@redhat.com>
18932
18933 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
18934 increase timeout.
18935 * gdb.reverse/until-precsave.exp: Bump timeouts.
18936
18937 2015-08-06 Pedro Alves <palves@redhat.com>
18938
18939 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
18940
18941 2015-08-06 Pedro Alves <palves@redhat.com>
18942
18943 PR gdb/18749
18944 * gdb.threads/process-dies-while-handling-bp.c: New file.
18945 * gdb.threads/process-dies-while-handling-bp.exp: New file.
18946
18947 2015-08-06 Pedro Alves <palves@redhat.com>
18948
18949 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
18950 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
18951
18952 2015-08-05 Pedro Alves <palves@redhat.com>
18953
18954 * gdb.threads/next-while-other-thread-longjmps.c: New file.
18955 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
18956
18957 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
18958
18959 * gdb.base/bp-permanent.exp: Report test as unsupported if
18960 the target cannot stop at the permanent breakpoint.
18961
18962 2015-08-03 Doug Evans <dje@google.com>
18963
18964 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
18965 10000.
18966
18967 2015-08-03 Doug Evans <dje@google.com>
18968
18969 * Makefile.in (workers/%.worker, build-perf): New rule.
18970 (GDB_PERFTEST_MODE): New variable.
18971 (check-perf): Use it.
18972 (clean): Clean up gdb.perf parallel build subdirs.
18973 * lib/build-piece.exp: New file.
18974 * lib/gdb.exp (make_gdb_parallel_path): New function
18975 (standard_output_file, standard_temp_file): Call it.
18976 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
18977 of $GDB_PARALLEL.
18978 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
18979
18980 2015-08-03 Doug Evans <dje@google.com>
18981
18982 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
18983 (LOG_FILE_NAME): New global.
18984 (TextReporter.__init__): Initialize self.txt_sum.
18985 (TextReporter.report): Add support for multiple data-points.
18986 Move report to perftest.sum, put raw data in perftest.log.
18987 (TextReporter.start): Open sum and log files.
18988 (TextReporter.end): Close sum and log files.
18989 * gdb.perf/lib/perftest/testresult.py
18990 (SingleStatisticTestResult.record): Handle multiple data-points.
18991
18992 2015-07-31 Pedro Alves <palves@redhat.com>
18993
18994 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
18995 Use spawn_id_get_pid. Wait for spawn id after eof. Use
18996 kill_wait_spawned_process instead of explicit "kill -9".
18997 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
18998 returning a spawn id instead of a pid. Use spawn_id_get_pid and
18999 kill_wait_spawned_process.
19000 * gdb.base/attach-twice.exp: Likewise.
19001 * gdb.base/attach.exp: Likewise.
19002 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
19003 gdb_test_multiple.
19004 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
19005 returning a spawn id instead of a pid. Use spawn_id_get_pid and
19006 kill_wait_spawned_process.
19007 * gdb.base/valgrind-infcall.exp: Likewise.
19008 * gdb.multi/multi-attach.exp: Likewise.
19009 * gdb.python/py-prompt.exp: Likewise.
19010 * gdb.python/py-sync-interp.exp: Likewise.
19011 * gdb.server/ext-attach.exp: Likewise.
19012 * gdb.threads/attach-into-signal.exp (corefunc): Use
19013 spawn_wait_for_attach, spawn_id_get_pid and
19014 kill_wait_spawned_process.
19015 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
19016 spawn_wait_for_attach returning a spawn id instead of a pid. Use
19017 spawn_id_get_pid and kill_wait_spawned_process.
19018 * gdb.threads/attach-stopped.exp (corefunc): Use
19019 spawn_wait_for_attach, spawn_id_get_pid and
19020 kill_wait_spawned_process.
19021 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
19022 Use spawn_id_get_pid. Wait for spawn id after eof. Use
19023 kill_wait_spawned_process instead of explicit "kill -9".
19024 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
19025 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
19026 (spawn_wait_for_attach): Use spawn instead of exec to spawn
19027 processes. Don't map cygwin/windows pids here. Now returns a
19028 spawn id list.
19029
19030 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
19031
19032 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
19033 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
19034 correct patch.
19035
19036 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
19037
19038 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
19039
19040 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
19041
19042 Reapply:
19043 2014-05-21 Mark Wielaard <mjw@redhat.com>
19044
19045 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
19046
19047 2015-07-30 Pedro Alves <palves@redhat.com>
19048
19049 * linux-low.c (handle_extended_wait): Set the child's last
19050 reported status to TARGET_WAITKIND_STOPPED.
19051
19052 2015-07-30 Pedro Alves <palves@redhat.com>
19053
19054 PR threads/18600
19055 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
19056 only shows inferior 1.
19057
19058 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
19059 Pedro Alves <palves@redhat.com>
19060
19061 PR threads/18600
19062 * gdb.threads/fork-plus-threads.c: New file.
19063 * gdb.threads/fork-plus-threads.exp: New file.
19064
19065 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
19066
19067 * gdb.base/batch-preserve-term-settings.exp
19068 (test_terminal_settings_preserved_after_cli_exit): Use
19069 send_quit_command.
19070
19071 2015-07-29 Pedro Alves <palves@redhat.com>
19072 Don Breazeal <donb@codesourcery.com>
19073
19074 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
19075 output from both inferior_spawn_id and gdb_spawn_id.
19076
19077 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
19078
19079 * gdb.threads/attach-into-signal.exp (corefunc): Use
19080 with_test_prefix on nested loops, uniquefying the test messages.
19081
19082 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
19083
19084 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
19085 commit.
19086
19087 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
19088
19089 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
19090 New proc.
19091 (test_terminal_settings_preserved_after_sigterm): New test.
19092
19093 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
19094
19095 * gdb.base/batch-preserve-term-settings.exp
19096 (test_terminal_settings_preserved_after_cli_exit): New test.
19097
19098 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
19099
19100 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
19101 manipulation of saved_gdbflags.
19102 (test_terminal_settings_preserved): Remove global declaration of
19103 the unused variable pagination_prompt. Remove manipulation of
19104 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
19105 GDBFLAGS.
19106
19107 2015-07-29 Pedro Alves <palves@redhat.com>
19108
19109 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
19110
19111 2015-07-29 Pedro Alves <palves@redhat.com>
19112
19113 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
19114 at the top.
19115
19116 2015-07-29 Pedro Alves <palves@redhat.com>
19117
19118 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
19119 (main): Call gdb_unbuffer_output.
19120 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
19121 (main): Call gdb_unbuffer_output.
19122 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
19123 (main): Call gdb_unbuffer_output.
19124 * gdb.base/call-strs.exp: Adjust to step over the
19125 gdb_unbuffer_output call.
19126 * gdb.base/catch-gdb-caused-signals.c: Include
19127 "../lib/unbuffer_output.c".
19128 (main): Call gdb_unbuffer_output.
19129 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
19130 (main): Call gdb_unbuffer_output.
19131 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
19132 (main): Call gdb_unbuffer_output.
19133 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
19134 (main): Call gdb_unbuffer_output.
19135 * gdb.base/shlib-call.exp: Adjust to step over the
19136 gdb_unbuffer_output call.
19137 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
19138 (main): Call gdb_unbuffer_output.
19139 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
19140 (main): Call gdb_unbuffer_output.
19141 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
19142 (main): Rename to ...
19143 (test): ... this.
19144 (main): Reimplement.
19145 * gdb.base/varargs.exp: Run to test instead of to main.
19146 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
19147 (main): Call gdb_unbuffer_output.
19148
19149 2015-07-29 Pedro Alves <palves@redhat.com>
19150
19151 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
19152 factore out from mi_continue_dprintf. For call-style dprintfs,
19153 expect dprintf output out of $inferior_spawn_id.
19154 (mi_continue_dprintf): Use mi_expect_dprintf.
19155 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
19156 (main): Call gdb_unbuffer_output.
19157
19158 2015-07-29 Pedro Alves <palves@redhat.com>
19159
19160 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
19161 (default_mi_gdb_start): Set inferior_spawn_id instead of
19162 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
19163 gdb_spawn_id.
19164 (mi_gdb_test): Always expect inferior output from both
19165 $inferior_spawn_id and $gdb_spawn_id.
19166
19167 2015-07-29 Pedro Alves <palves@redhat.com>
19168
19169 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
19170 send_inferior and $inferior_spawn_id.
19171
19172 2015-07-29 Pedro Alves <palves@redhat.com>
19173
19174 * gdb.gdb/complaints.exp (test_initial_complaints)
19175 (test_serial_complaints, test_short_complaints): Use
19176 gdb_test_stdio.
19177 (test_empty_complaint): Handle $inferior_spawn_id !=
19178 $gdb_spawn_id.
19179
19180 2015-07-29 Pedro Alves <palves@redhat.com>
19181
19182 * gdb.base/varargs.exp: Use gdb_test_stdio.
19183
19184 2015-07-29 Pedro Alves <palves@redhat.com>
19185
19186 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
19187
19188 2015-07-29 Pedro Alves <palves@redhat.com>
19189
19190 * gdb.base/ending-run.exp: Use gdb_test_stdio.
19191
19192 2015-07-29 Pedro Alves <palves@redhat.com>
19193
19194 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
19195 parameter into two new parameters, "inf_result" and "gdb_result".
19196 Expect inferior output and gdb output from $inferior_spawn_id and
19197 $gdb_spawn_id, respectively. Adjust all callers.
19198
19199 2015-07-29 Pedro Alves <palves@redhat.com>
19200
19201 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
19202 of gdb_test_sequence.
19203
19204 2015-07-29 Pedro Alves <palves@redhat.com>
19205
19206 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
19207 (saw_spurious_output): Expect inferior output from
19208 $inferior_spawn_id. Use gdb_test_stdio.
19209
19210 2015-07-29 Pedro Alves <palves@redhat.com>
19211
19212 * gdb.base/dprintf.exp: Use standard_testfile. Change
19213 prepare_for_testing call.
19214 (srcfile): Don't set.
19215 (restart): New procedure.
19216 (test_dprintf): New procecure, use to continue over dprintfs.
19217 (test_call, test_agent): New procedures, tests moved here.
19218 Restart gdb and recreate dprintfs. Adjust expected output.
19219
19220 2015-07-29 Pedro Alves <palves@redhat.com>
19221
19222 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
19223
19224 2015-07-29 Pedro Alves <palves@redhat.com>
19225
19226 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
19227
19228 2015-07-29 Pedro Alves <palves@redhat.com>
19229
19230 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
19231 gdb_test_stdio.
19232
19233 2015-07-29 Pedro Alves <palves@redhat.com>
19234
19235 * lib/gdb.exp (gdb_test_stdio): New procedure.
19236
19237 2015-07-29 Pedro Alves <palves@redhat.com>
19238
19239 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
19240
19241 2015-07-29 Pedro Alves <palves@redhat.com>
19242
19243 * gdb.base/call-signal-resume.exp: Remove check for
19244 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
19245 * gdb.base/unwindonsignal.exp: Likewise.
19246 * gdb.base/call-signals.c (gen_signal): Remove printf call.
19247 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
19248
19249 2015-07-29 Pedro Alves <palves@redhat.com>
19250
19251 * gdb.base/siginfo-addr.c (pass): New function.
19252 (handler): Call it iff si_addr is correct.
19253 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
19254 Set a breakpoint at "pass" and continue to it.
19255
19256 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
19257
19258 * gdb.python/py-objfile.exp: Make some tests have unique names.
19259 * gdb.python/py-pp-registration.exp: Likewise.
19260
19261 2015-07-28 Pedro Alves <palves@redhat.com>
19262
19263 * gdb.server/server-exec-info.exp: Issue a "disconnect".
19264
19265 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
19266
19267 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
19268
19269 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
19270
19271 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
19272
19273 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
19274
19275 * gdb.base/gdb-sigterm-2.exp: New test.
19276
19277 2015-07-25 Doug Evans <xdje42@gmail.com>
19278
19279 Revert:
19280 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
19281 (workers/%.worker, build-perf): New rule.
19282 (GDB_PERFTEST_MODE): New variable.
19283 (check-perf): Use it.
19284 (clean): Clean up gdb.perf parallel build subdirs.
19285 * lib/build-piece.exp: New file.
19286 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
19287 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
19288 name.
19289 (standard_temp_file): Ditto.
19290 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
19291 of $GDB_PARALLEL.
19292
19293 2015-07-24 Doug Evans <dje@google.com>
19294
19295 * gdb.perf/lib/perftest/utils.py: New file.
19296 * gdb.perf/gm-hello.cc: New file.
19297 * gdb.perf/gm-pervasive-typedef.cc: New file.
19298 * gdb.perf/gm-pervasive-typedef.h: New file.
19299 * gdb.perf/gm-std.cc: New file.
19300 * gdb.perf/gm-std.h: New file.
19301 * gdb.perf/gm-use-cerr.cc: New file.
19302 * gdb.perf/gm-utils.h: New file.
19303 * gdb.perf/gmonster-null-lookup.py: New file.
19304 * gdb.perf/gmonster-pervasive-typedef.py: New file.
19305 * gdb.perf/gmonster-print-cerr.py: New file.
19306 * gdb.perf/gmonster-ptype-string.py: New file.
19307 * gdb.perf/gmonster-runto-main.py: New file.
19308 * gdb.perf/gmonster-select-file.py: New file.
19309 * gdb.perf/gmonster1-null-lookup.exp: New file.
19310 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
19311 * gdb.perf/gmonster1-print-cerr.exp: New file.
19312 * gdb.perf/gmonster1-ptype-string.exp: New file.
19313 * gdb.perf/gmonster1-runto-main.exp: New file.
19314 * gdb.perf/gmonster1-select-file.exp: New file.
19315 * gdb.perf/gmonster1.cc: New file.
19316 * gdb.perf/gmonster1.exp: New file.
19317 * gdb.perf/gmonster2-null-lookup.exp: New file.
19318 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
19319 * gdb.perf/gmonster2-print-cerr.exp: New file.
19320 * gdb.perf/gmonster2-ptype-string.exp: New file.
19321 * gdb.perf/gmonster2-runto-main.exp: New file.
19322 * gdb.perf/gmonster2-select-file.exp: New file.
19323 * gdb.perf/gmonster2.cc: New file.
19324 * gdb.perf/gmonster2.exp: New file.
19325
19326 2015-07-24 Doug Evans <dje@google.com>
19327
19328 * gdb.perf/README: New file.
19329 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
19330 * lib/gen-perf-test.exp: New file.
19331
19332 2015-07-24 Doug Evans <dje@google.com>
19333
19334 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
19335 (PerfTest::startup): New function.
19336 (PerfTest::run): Return result of calling body.
19337 (PerfTest::assemble): Rewrite.
19338 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
19339 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
19340 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
19341 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
19342 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
19343
19344 2015-07-24 Doug Evans <dje@google.com>
19345
19346 * lib/gdb.exp (clean_restart): Make executable optional.
19347
19348 2015-07-24 Doug Evans <dje@google.com>
19349
19350 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
19351 compiler_info references.
19352 * gdb.cp/temargs.exp: Ditto.
19353 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
19354 (get_compiler_info): Early exit if already computed. Set compiler_info
19355 to "unknown" if there was a problem.
19356 (test_compiler_info): Add function comment. Call get_compiler_info.
19357
19358 2015-07-24 Doug Evans <dje@google.com>
19359
19360 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
19361 (workers/%.worker, build-perf): New rule.
19362 (GDB_PERFTEST_MODE): New variable.
19363 (check-perf): Use it.
19364 (clean): Clean up gdb.perf parallel build subdirs.
19365 * lib/build-piece.exp: New file.
19366 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
19367 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
19368 name.
19369 (standard_temp_file): Ditto.
19370 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
19371 of $GDB_PARALLEL.
19372
19373 2015-07-24 Doug Evans <dje@google.com>
19374
19375 * lib/future.exp (gdb_default_target_compile): New option
19376 "early_flags".
19377 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
19378 --as-needed.
19379
19380 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
19381
19382 * gdb.base/catch-syscall.exp: Call gdb_exit before
19383 gdb_skip_xml_test.
19384
19385 2015-07-24 Pedro Alves <palves@redhat.com>
19386
19387 * gdb.python/py-events.exp: Accept output between the stop event
19388 and the prompt.
19389 * gdb.python/py-evsignal.exp: Likewise.
19390 * gdb.python/py-evthreads.exp: Likewise.
19391
19392 2015-07-24 Pedro Alves <palves@redhat.com>
19393
19394 PR gdb/18717
19395 * gdb.threads/non-ldr-exit.c: New file.
19396 * gdb.threads/non-ldr-exit.exp: New file.
19397
19398 2015-07-24 Yao Qi <yao.qi@linaro.org>
19399
19400 * gdb.server/ext-wrapper.exp: Test --wrapper option when
19401 restarting process.
19402
19403 2015-07-24 Yao Qi <yao.qi@linaro.org>
19404
19405 * gdb.server/ext-restart.exp: New file.
19406
19407 2015-07-24 Yao Qi <yao.qi@linaro.org>
19408
19409 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
19410 argument options.
19411 * gdb.server/ext-wrapper.exp: New file.
19412
19413 2015-07-23 Doug Evans <dje@google.com>
19414
19415 * gdb.dwarf2/dw2-dummy-cu.S: New file.
19416 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
19417
19418 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
19419
19420 * gdb.ada/var_arr_typedef.exp: New testcase.
19421 * gdb.ada/var_arr_typedef/pack.adb: New file.
19422 * gdb.ada/var_arr_typedef/pack.ads: New file.
19423 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
19424
19425 2015-07-20 Joel Brobecker <brobecker@adacore.com>
19426
19427 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
19428
19429 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19430
19431 * gdb.arch/i386-biarch-core.exp: Replace istarget
19432 by "complete set gnutarget". Remove expectation for the "core-file"
19433 command.
19434
19435 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
19436
19437 Revert the previous commit:
19438 Tests for validate symbol file using build-id.
19439
19440 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
19441
19442 Tests for validate symbol file using build-id.
19443 * gdb.base/solib-mismatch-lib.c: New file.
19444 * gdb.base/solib-mismatch-libmod.c: New file.
19445 * gdb.base/solib-mismatch.c: New file.
19446 * gdb.base/solib-mismatch.exp: New file.
19447
19448 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
19449
19450 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
19451 nios2-*-linux*.
19452 * gdb.base/sigbpt.exp (stepi_out): Likewise.
19453 * gdb.base/siginfo.exp: Likewise.
19454 * gdb.base/sigstep.exp (advance, advancei): Likewise.
19455
19456 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
19457
19458 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
19459 Move it to ...
19460 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
19461 ... here.
19462 * gdb.trace/range-stepping.exp: Check that the target supports
19463 range stepping.
19464
19465 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
19466
19467 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
19468
19469 2015-07-14 Pedro Alves <palves@redhat.com>
19470
19471 * gdb.base/killed-outside.exp: New file.
19472 * gdb.base/killed-outside.c: New file.
19473
19474 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
19475
19476 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
19477 (n at main): New.
19478 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
19479
19480 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
19481
19482 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
19483 infcall tests instead of setting up for KFAIL.
19484
19485 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
19486
19487 * gdb.btrace/record_goto-step.exp: New.
19488
19489 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
19490
19491 PR compile/18484
19492 * gdb.compile/compile.c (struct struct_type): Add volatile to
19493 selffield's type.
19494 * gdb.compile/compile.exp
19495 (compile code struct_object.selffield = &struct_object): Skip further
19496 struct_object tests if this one xfails.
19497
19498 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
19499
19500 PR exp/18617
19501 * gdb.trace/ax.exp: Add test.
19502
19503 2015-07-07 Yao Qi <yao.qi@linaro.org>
19504
19505 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
19506 instead of istarget "aarch64*-*-*".
19507 * gdb.arch/aarch64-fp.exp: Likewise.
19508 * gdb.base/float.exp: Likewise.
19509 * gdb.reverse/aarch64.exp: Likewise.
19510 * lib/gdb.exp (is_aarch64_target): New proc.
19511
19512 2015-07-07 Yao Qi <yao.qi@linaro.org>
19513
19514 * lib/gdb.exp (is_aarch32_target): New proc.
19515 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
19516 instead of "istarget "arm*-*-*"".
19517 * gdb.arch/arm-disp-step.exp: Likewise.
19518 * gdb.arch/thumb-bx-pc.exp: Likewise.
19519 * gdb.arch/thumb-prologue.exp: Likewise.
19520 * gdb.arch/thumb-singlestep.exp: Likewise.
19521 * gdb.base/disp-step-syscall.exp: Likewise.
19522 * gdb.base/float.exp: Likewise.
19523
19524 2015-07-07 Yao Qi <yao.qi@linaro.org>
19525
19526 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
19527 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
19528
19529 2015-07-07 Yao Qi <yao.qi@linaro.org>
19530
19531 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
19532 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
19533 if it exists.
19534 * gdb.multi/multi-arch.exp: Likewise.
19535
19536 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
19537
19538 * gdb.python/py-lazy-string.exp: Add missing parentheses to
19539 print.
19540
19541 2015-07-07 Yao Qi <yao.qi@linaro.org>
19542
19543 * gdb.arch/thumb-singlestep.exp: Do one more single step.
19544
19545 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
19546
19547 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
19548 '[' and ']' characters.
19549
19550 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
19551
19552 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
19553
19554 2015-06-29 Pedro Alves <palves@redhat.com>
19555
19556 PR threads/18127
19557 * gdb.threads/hand-call-new-thread.c: New file.
19558 * gdb.threads/hand-call-new-thread.c: New file.
19559
19560 2015-06-26 Keith Seitz <keiths@redhat.com>
19561 Doug Evans <dje@google.com>
19562
19563 PR 16253
19564 * gdb.cp/var-tag-2.cc: New file.
19565 * gdb.cp/var-tag-3.cc: New file.
19566 * gdb.cp/var-tag-4.cc: New file.
19567 * gdb.cp/var-tag.cc: New file.
19568 * gdb.cp/var-tag.exp: New file.
19569
19570 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
19571
19572 * gdb.base/history-duplicates.exp: New test.
19573
19574 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
19575
19576 * gdb.base/completion.exp: Test the completion of the "focus"
19577 command.
19578
19579 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
19580
19581 * gdb.arch/amd64-prologue-skip.S: New file.
19582 * gdb.arch/amd64-prologue-skip.exp: New file.
19583
19584 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
19585
19586 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
19587 is_address_zero_readable check.
19588
19589 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
19590
19591 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
19592 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
19593
19594 2015-06-24 Yao Qi <yao.qi@linaro.org>
19595
19596 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
19597 linux targets.
19598
19599 2015-06-24 Yao Qi <yao.qi@linaro.org>
19600
19601 * lib/gdb.exp (supports_get_siginfo_type): New proc.
19602 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
19603 * gdb.base/siginfo-thread.exp: Likewise.
19604
19605 2015-06-22 Yao Qi <yao.qi@linaro.org>
19606
19607 * boards/remote-gdbserver-on-localhost.exp: Add comments.
19608
19609 2015-06-22 Yao Qi <yao.qi@linaro.org>
19610
19611 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
19612 aarch64*-*-*.
19613 (skip_hw_watchpoint_tests): Likewise.
19614
19615 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
19616
19617 * gdb.base/gdbinit-history.exp: Test the interaction between
19618 setting GDBHISTSIZE and setting the history size via .gdbinit.
19619
19620 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
19621
19622 PR gdb/16999
19623 * gdb.base/gdbhistsize-history.exp: New test.
19624
19625 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
19626
19627 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
19628 with GDBHISTSIZE.
19629 * gdb.base/readline.exp: Likewise.
19630
19631 2015-06-17 Yao Qi <yao.qi@linaro.org>
19632
19633 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
19634 line.
19635
19636 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
19637
19638 * gdb.base/gdbinit-history.exp: Add test case to check that
19639 an unlimited history file does not get truncated on exit.
19640
19641 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
19642
19643 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
19644 (VECTOR): New macro. Use it...
19645 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
19646 ...for these typedefs.
19647 (int8, char1, int1, double1): New typedefs.
19648 (struct just_int2, struct two_int2): New structures.
19649 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
19650 (add_structvecs, add_singlevecs): New functions.
19651 (main): Call add_some_intvecs twice.
19652 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
19653 the compile and exit upon failure. Try compiling for the "native"
19654 architecture. Test inferior function calls with vector arguments
19655 and vector return value handling with "finish" and "return".
19656
19657 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
19658
19659 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
19660 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
19661 PE file.
19662 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
19663
19664 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
19665
19666 PR breakpoints/16465
19667 * gdb.mi/mi-dprintf-pending.c: New file.
19668 * gdb.mi/mi-dprintf-pending.exp: New test.
19669 * gdb.mi/mi-dprintf-pendshr.c: New file.
19670
19671 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
19672 Mircea Gherzan <mircea.gherzan@intel.com>
19673
19674 * gdb.arch/i386-mpx-map.c: New file.
19675 * gdb.arch/i386-mpx-map.exp: New File.
19676
19677 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
19678
19679 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
19680 * gdb.arch/i386-mpx.exp: Indentation fixed.
19681
19682 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
19683
19684 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
19685 function and improved indentation.
19686 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
19687 gdb_test_multiple. Added additional tests to skip the test.
19688
19689 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
19690
19691 * gdb.arch/i386-avx512.c: Change path in include file.
19692 * gdb.arch/i386-avx512.exp: Change include dir path
19693 compilation flag.
19694 * gdb.arch/i386-mpx.c: Change path in include file.
19695 * gdb.arch/i386-mpx.exp: Change include dir path compilation
19696 flag.
19697
19698 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
19699
19700 * gdb.compile/compile-print.exp (compile print *vararray@3)
19701 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
19702
19703 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
19704
19705 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
19706 (do not keep jit in memory): ... this.
19707 (expect 5): Change it to ...
19708 (expect no 5): ... this.
19709
19710 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
19711
19712 PR gdb/15564
19713 * gdb.mi/mi-detach.exp: New file.
19714
19715 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
19716
19717 PR symtab/18392
19718 * gdb.arch/amd64-tailcall-self.S: New file.
19719 * gdb.arch/amd64-tailcall-self.c: New file.
19720 * gdb.arch/amd64-tailcall-self.exp: New file.
19721
19722 2015-05-28 Don Breazeal <donb@codesourcery.com>
19723
19724 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
19725 tests for remote targets by checking is_target_gdbserver.
19726
19727 2015-05-27 Doug Evans <dje@google.com>
19728
19729 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
19730 * gdb.dwarf2/opaque-type-lookup.c: New file.
19731 * gdb.dwarf2/opaque-type-lookup.exp: New file.
19732
19733 2015-05-26 Doug Evans <dje@google.com>
19734
19735 * gdb.cp/iostream.cc: New file.
19736 * gdb.cp/iostream.exp: New file.
19737
19738 2015-05-26 Doug Evans <dje@google.com>
19739
19740 * gdb.dwarf2/dw2-op-call.exp: Update.
19741 * gdb.dwarf2/dw4-sig-types.exp: Update.
19742 * gdb.dwarf2/implptr.exp: Update.
19743 * gdb.mi/mi-cmd-param-changed.exp: Update.
19744
19745 2015-05-26 Doug Evans <dje@google.com>
19746
19747 * gdb.python/py-lazy-string.c: New file.
19748 * gdb.python/py-lazy-string.exp: New file.
19749 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
19750 (main): Update. Add estring3.
19751 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
19752 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
19753
19754 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
19755 Yao Qi <yao.qi@linaro.org>
19756
19757 * gdb.reverse/aarch64.c: New.
19758 * gdb.reverse/aarch64.exp: New.
19759
19760 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
19761
19762 * lib/gdb.exp (supports_process_record): Return true for
19763 aarch64*-linux*.
19764 (supports_reverse): Likewise.
19765
19766 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
19767
19768 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
19769 Use with_test_prefix.
19770
19771 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
19772
19773 * gdb.base/completion.exp: Add test for completion of layout
19774 names.
19775
19776 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
19777
19778 * lib/gdb.exp (skip_tui_tests): New proc.
19779 * gdb.base/tui-layout.exp: Check skip_tui_tests.
19780
19781 2015-05-19 Pedro Alves <palves@redhat.com>
19782
19783 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
19784 Save the whole env array instead of just HOME. Unset HISTSIZE in
19785 the environment while testing. Restore whole environment
19786 afterwards.
19787
19788 2015-05-16 Doug Evans <xdje42@gmail.com>
19789
19790 * gdb.guile/scm-ports.c: New file.
19791 * gdb.guile/scm-ports.exp: Add memory port tests.
19792
19793 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19794
19795 * gdb.compile/compile-print.c: New file.
19796 * gdb.compile/compile-print.exp: New file.
19797
19798 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19799
19800 * gdb.compile/compile-ops.exp: Cast param to void.
19801 * gdb.compile/compile.exp: Complete type for _gdb_expr.
19802 (compile code struct_object.selffield = &struct_object): Add xfail.
19803
19804 2015-05-15 Joel Brobecker <brobecker@adacore.com>
19805
19806 * gdb.ada/arr_enum_with_gap: New testcase.
19807
19808 2015-05-15 Joel Brobecker <brobecker@adacore.com>
19809
19810 * gdb.ada/byte_packed_arr: New testcase.
19811
19812 2015-05-15 Joel Brobecker <brobecker@adacore.com>
19813
19814 * gdb.ada/pckd_neg: New testcase.
19815
19816 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
19817
19818 PR gdb/17820
19819 * gdb.base/gdbinit-history.exp: New test.
19820 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
19821 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
19822
19823 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
19824
19825 * gdb.python/py-xmethods.cc: Enhance test case.
19826 * gdb.python/py-xmethods.exp: New tests.
19827 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
19828 function.
19829 (B_indexoper): Likewise.
19830 (global_dm_list) : Add new xmethod worker functions.
19831
19832 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
19833
19834 * gdb.base/coredump-filter.exp: Correctly unset
19835 "coredump_var_addr" array.
19836
19837 2015-05-08 Pedro Alves <palves@redhat.com>
19838
19839 * gdb.server/non-existing-program.exp: Unset spawn_id.
19840
19841 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
19842
19843 PR python/18291
19844 * gdb.python/py-xmethods.exp: Add tests.
19845
19846 2015-05-08 Yao Qi <yao.qi@linaro.org>
19847
19848 PR gdb/18208
19849 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
19850 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
19851 function set_coredump_filter, and remove remote_exec call.
19852 Remove argument ipid. Callers update.
19853 (top level): Don't get inferior's PID.
19854
19855 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
19856
19857 * gdb.base/watch_thread_num.exp: Skip test on targets without
19858 access watchpoints.
19859
19860 2015-05-06 Pedro Alves <palves@redhat.com>
19861
19862 PR server/18081
19863 * gdb.server/non-existing-program.exp: New file.
19864
19865 2015-05-05 Joel Brobecker <brobecker@adacore.com>
19866
19867 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
19868
19869 2015-05-05 Joel Brobecker <brobecker@adacore.com>
19870
19871 * gdb.ada/out_of_line_in_inlined: New testcase.
19872
19873 2015-05-05 Joel Brobecker <brobecker@adacore.com>
19874
19875 * gdb.ada/var_rec_arr: New testcase.
19876
19877 2015-04-30 Yao Qi <yao.qi@linaro.org>
19878
19879 * gdb.base/break-idempotent.exp: If
19880 skip_hw_watchpoint_multi_tests returns true, skip the tests
19881 on "rwatch" and "awatch".
19882
19883 2015-04-30 Yao Qi <yao.qi@linaro.org>
19884
19885 * gdb.base/relativedebug.exp: Invoke gdb command
19886 "info sharedlibrary", and if libc.so doesn't have debug info,
19887 skip the test.
19888
19889 2015-04-29 Doug Evans <dje@google.com>
19890
19891 * gdb.python/py-xmethods.exp: Add ptype tests.
19892 * gdb.python/py-xmethods.py (E_method_char_worker): Add
19893 get_result_type method.
19894
19895 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
19896
19897 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
19898 the target does not support hardware watchpoints.
19899
19900 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
19901
19902 * gdb.base/break-always.exp: Abort testing if writing to memory
19903 causes an error.
19904
19905 2015-04-28 Doug Evans <dje@google.com>
19906
19907 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
19908 * gdb.python/py-pp-registration.exp: ... here. New file.
19909 * gdb.python/py-pp-registration.c: New file.
19910 * gdb.python/py-pp-registration.py: New file.
19911
19912 2015-04-28 Doug Evans <dje@google.com>
19913
19914 * gdb.python/py-bad-printers.c: New file.
19915 * gdb.python/py-bad-printers.py: New file.
19916 * gdb.python/py-bad-printers.exp: New file.
19917
19918 2015-04-28 Sasha Smundak <asmundak@google.com>
19919
19920 * gdb.python/py-type.exp: New test.
19921
19922 2015-04-28 Andy Wingo <wingo@igalia.com>
19923
19924 * gdb.python/py-parameter.exp:
19925 * gdb.guile/scm-parameter.exp: Escape the path that we are
19926 matching against, as it might contain characters that are special
19927 to regular expressions.
19928
19929 2015-04-27 Joel Brobecker <brobecker@adacore.com>
19930
19931 * gdb.ada/rec_comp: New testcase.
19932
19933 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
19934
19935 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
19936 before using it.
19937
19938 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
19939
19940 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
19941 new tests for verilog output.
19942
19943 2015-04-24 Yao Qi <yao.qi@linaro.org>
19944
19945 * boards/remote-gdbserver-on-localhost.exp: New file.
19946
19947 2015-04-23 Pedro Alves <palves@redhat.com>
19948
19949 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
19950 $inferior_spawn_id instead of $inferior_spawn_id directly. On
19951 "end of file", remove $inferior_spawn_id from the indirect list.
19952
19953 2015-04-23 Pedro Alves <palves@redhat.com>
19954
19955 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
19956
19957 2015-04-23 Pedro Alves <palves@redhat.com>
19958
19959 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
19960 on $any_spawn_id instead of only on $gdb_spawn_id.
19961
19962 2015-04-21 Pierre Muller <muller@sourceware.org>
19963
19964 PR pascal/17815
19965 * lib/pascal.exp (gpc_compile): Add new option "class".
19966 (fpc_compile): Likewise.
19967 * gdb.pascal/case-insensitive-symbols.pas: New file.
19968 * gdb.pascal/case-insensitive-symbols.exp: New file.
19969
19970 2015-04-20 Gary Benson <gbenson@redhat.com>
19971
19972 * gdb.base/attach.exp: Fix three extended remote failures.
19973
19974 2015-04-17 Gary Benson <gbenson@redhat.com>
19975
19976 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
19977 the main executable over the remote protocol.
19978
19979 2015-04-16 Pedro Alves <palves@redhat.com>
19980
19981 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
19982 a new gdbserver if gdbserver_reconnect_p is set.
19983
19984 2015-04-16 Pedro Alves <palves@redhat.com>
19985
19986 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
19987 is set, don't exit gdbserver.
19988
19989 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
19990
19991 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
19992 appropriate .insn, such that an older assembler can be used.
19993 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
19994 the z/Architecture instruction set on 31-bit targets as well.
19995
19996 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
19997
19998 * gdb.go/handcall.exp: Remove all logic related to the first
19999 breakpoint and rely on go_runto_main instead.
20000 * gdb.go/strings.exp: Likewise.
20001 * gdb.go/unsafe.exp: Likewise.
20002 * gdb.go/hello.exp: Likewise. Also rename the remaining
20003 breakpoint marker to "breakpoint 1".
20004 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
20005 * gdb.go/strings.go: Likewise.
20006 * gdb.go/unsafe.go: Likewise.
20007 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
20008 "set breakpoint 2 here" and rename the remaining breakpoint marker
20009 to "breakpoint 1".
20010
20011 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
20012
20013 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
20014 if itertools.imap is not present.
20015 * gdb.python/py-objfile.exp: Add parentheses.
20016 * gdb.python/py-type.exp: Same.
20017 * gdb.python/py-unwind-maint.py: Same.
20018
20019 2015-04-15 Yao Qi <yao.qi@linaro.org>
20020
20021 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
20022 of ":$ptr_size" and set its form explicitly.
20023
20024 2015-04-15 Pedro Alves <palves@redhat.com>
20025 Yao Qi <yao.qi@linaro.org>
20026
20027 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
20028 timeout by factor of 4.
20029 (test_regular_watch): Likewise.
20030 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
20031 * gdb.reverse/sigall-reverse.exp: Likewise.
20032 * gdb.reverse/until-precsave.exp: Likewise.
20033 * lib/gdb.exp (with_timeout_factor): New proc.
20034 (gdb_expect): Move some code to ...
20035 (get_largest_timeout): ... here. New procedure.
20036
20037 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
20038
20039 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
20040
20041 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
20042
20043 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
20044 to write to the .text section.
20045
20046 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
20047
20048 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
20049 Handle the case of targets that do not provide PID information.
20050
20051 2015-04-13 Yao Qi <yao.qi@linaro.org>
20052
20053 * lib/gdbserver-support.exp (gdb_exit): Catch exception
20054 and use expect instead of gdb_expect.
20055
20056 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
20057
20058 * gdb.base/coredump-filter.exp: Rename variable "addr" to
20059 "coredump_var_addr" to avoid naming conflict with other testcases.
20060
20061 2015-04-10 Pedro Alves <palves@redhat.com>
20062
20063 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
20064 gdb_test_sequence and gdb_assert.
20065
20066 2015-04-10 Pedro Alves <palves@redhat.com>
20067
20068 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
20069 test messages that don't include the breakpoint address.
20070
20071 2015-04-10 Yao Qi <yao.qi@linaro.org>
20072
20073 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
20074 false for some offset and width combinations which aren't
20075 supported by linux kernel.
20076
20077 2015-04-10 Pedro Alves <palves@redhat.com>
20078
20079 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
20080 procedure, factored out from ...
20081 (top level): ... here. Add "set displaced-stepping" testing axis.
20082 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
20083 parameter "displaced". Use it.
20084 (top level): Use foreach and add "set displaced-stepping" testing
20085 axis.
20086
20087 2015-04-10 Pedro Alves <palves@redhat.com>
20088
20089 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
20090 Remove comment.
20091 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
20092 both the address of the instruction that triggers the watchpoint
20093 and the address of the instruction immediately after, and use
20094 those addresses for the test. Fix comment.
20095
20096 2015-04-10 Pedro Alves <palves@redhat.com>
20097
20098 * gdb.base/sigstep.exp (breakpoint_to_handler)
20099 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
20100 Test "backtrace" in handler.
20101 (breakpoint_over_handler): New parameter 'displaced'. Use it.
20102 (top level): Add new "displaced" test axis to
20103 breakpoint_to_handler, breakpoint_to_handler_entry and
20104 breakpoint_over_handler.
20105
20106 2015-04-10 Pedro Alves <palves@redhat.com>
20107
20108 PR gdb/18216
20109 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
20110
20111 2015-04-10 Yao Qi <yao.qi@linaro.org>
20112
20113 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
20114 (test_add_rn_pc): New function.
20115 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
20116 (top level): Invoke test_add_rn_pc.
20117
20118 2015-04-10 Pedro Alves <palves@redhat.com>
20119
20120 PR gdb/13858
20121 * gdb.base/step-over-no-symbols.exp: New file.
20122
20123 2015-04-09 Andy Wingo <wingo@igalia.com>
20124
20125 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
20126 after the Python tests.
20127
20128 2015-04-08 Keith Seitz <keiths@redhat.com>
20129
20130 PR python/16699
20131 * gdb.python/py-completion.exp: New tests for completion.
20132 * gdb.python/py-completion.py (CompleteLimit1): New class.
20133 (CompleteLimit2): Likewise.
20134 (CompleteLimit3): Likewise.
20135 (CompleteLimit4): Likewise.
20136 (CompleteLimit5): Likewise.
20137 (CompleteLimit6): Likewise.
20138 (CompleteLimit7): Likewise.
20139
20140 2015-04-08 Pedro Alves <palves@redhat.com>
20141
20142 PR gdb/18214
20143 PR gdb/18216
20144 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
20145 function.
20146 (main): Install it as SIGUSR1 handler.
20147 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
20148 parameter. Always use "setup" as prefix. Toggle "set
20149 displaced-stepping" off/on depending on global. Don't switch to
20150 thread 1 here.
20151 (top level): Add displaced stepping "off/on" test axis. Update
20152 "setup" calls. Wrap each subtest with with_test_prefix. Test
20153 continuing with a queued signal in each thread.
20154
20155 2015-04-08 Pedro Alves <palves@redhat.com>
20156
20157 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
20158 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
20159 gdb_breakpoint instead of gdb_test that doesn't expect anything.
20160 Return early if running to main fails.
20161 * gdb.trace/while-stepping.exp: Likewise.
20162
20163 2015-04-07 Pedro Alves <palves@redhat.com>
20164
20165 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
20166 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
20167 interact with inferior program.
20168
20169 2015-04-07 Pedro Alves <palves@redhat.com>
20170
20171 * lib/gdb.exp (inferior_spawn_id): New global.
20172 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
20173 spawn id after processing the user code.
20174 (default_gdb_start): Set inferior_spawn_id.
20175 (send_inferior): New procedure.
20176 * lib/gdbserver-support.exp (gdbserver_start): Set
20177 inferior_spawn_id.
20178 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
20179
20180 2015-04-07 Pedro Alves <palves@redhat.com>
20181
20182 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
20183 * lib/gdbserver-support.exp (gdbserver_start): Make
20184 $server_spawn_id global.
20185 (gdbserver_start): Don't wait for gdbserver's spawn id with
20186 expect_background.
20187 (close_gdbserver): New procedure.
20188 (gdb_exit): Rename the default version and reimplement.
20189
20190 2015-04-07 Pedro Alves <palves@redhat.com>
20191
20192 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
20193 append the substituted item, not the original item.
20194
20195 2015-04-07 Pedro Alves <palves@redhat.com>
20196
20197 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
20198 gdb_expect.
20199
20200 2015-04-07 Pedro Alves <palves@redhat.com>
20201
20202 * gdb.base/interrupt.exp: Don't handle the case of the inferior
20203 output appearing once only.
20204
20205 2015-04-07 Pedro Alves <palves@redhat.com>
20206
20207 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
20208 that doesn't expect anything. Return early if running to main
20209 fails.
20210
20211 2015-04-07 Yao Qi <yao.qi@linaro.org>
20212
20213 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
20214 (child_function): Call alarm.
20215 (main): Move call to alarm into the loop.
20216 * gdb.threads/non-stop-fair-events.exp: Build program with
20217 -DTIMEOUT=$timeout.
20218
20219 2015-04-06 Doug Evans <xdje42@gmail.com>
20220
20221 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
20222 Fix dest parameter to board_info.
20223 (fpc_compile): Ditto.
20224 (gdb_compile_pascal): Rename dest arg to destfile.
20225
20226 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
20227
20228 * gdb.ada/funcall_ref.exp: New file.
20229 * gdb.ada/funcall_ref/foo.adb: New file.
20230
20231 2015-04-02 Yao Qi <yao.qi@linaro.org>
20232
20233 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
20234 is remote.
20235
20236 2015-04-02 Gary Benson <gbenson@redhat.com>
20237
20238 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
20239
20240 2015-04-01 Sasha Smundak <asmundak@google.com>
20241
20242 * gdb.python/py-unwind-maint.c: New file.
20243 * gdb.python/py-unwind-maint.exp: New test.
20244 * gdb.python/py-unwind-maint.py: New file.
20245 * gdb.python/py-unwind.c: New file.
20246 * gdb.python/py-unwind.exp: New test.
20247 * gdb.python/py-unwind.py: New test.
20248
20249 2015-04-01 Pedro Alves <palves@redhat.com>
20250
20251 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
20252 to fail instead of non-existent $test.
20253
20254 2015-04-01 Pedro Alves <palves@redhat.com>
20255
20256 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
20257 GDBFLAGS if not empty.
20258
20259 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
20260
20261 * gdb.ada/complete.exp: Remove "multi_line".
20262 * gdb.ada/info_exc.exp: Remove "multi_line".
20263 * gdb.ada/packed_tagged.exp: Remove "multi_line".
20264 * gdb.ada/ptype_field.exp: Remove "multi_line".
20265 * gdb.ada/sym_print_name.exp: Remove "multi_line".
20266 * gdb.ada/tagged.exp: Remove "multi_line".
20267 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
20268 [multi_line ...]
20269 * gdb.btrace/delta.exp: Likewise.
20270 * gdb.btrace/exception.exp: Likewise.
20271 * gdb.btrace/function_call_history.exp: Likewise.
20272 * gdb.btrace/instruction_history.exp: Likewise.
20273 * gdb.btrace/nohist.exp: Likewise.
20274 * gdb.btrace/record_goto.exp: Likewise.
20275 * gdb.btrace/segv.exp: Likewise.
20276 * gdb.btrace/stepi.exp: Likewise.
20277 * gdb.btrace/tailcall.exp: Likewise.
20278 * gdb.btrace/unknown_functions.exp: Likewise.
20279 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
20280 * lib/gdb.exp: Add the "multi_line" helper.
20281
20282 2015-04-01 Pedro Alves <palves@redhat.com>
20283
20284 * gdb.threads/tid-reuse.c: New file.
20285 * gdb.threads/tid-reuse.exp: New file.
20286
20287 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
20288
20289 PR corefiles/16092
20290 * gdb.base/coredump-filter.c: New file.
20291 * gdb.base/coredump-filter.exp: Likewise.
20292
20293 2015-03-27 Petr Machata <pmachata@redhat.com>
20294
20295 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
20296 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
20297 (Dwarf::assemble): Initialize them.
20298 (Dwarf::lines): New function.
20299
20300 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
20301
20302 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
20303 SYMBOL_PREFIX for x86_64-*-cygwin.
20304
20305 2015-03-26 Andy Wingo <wingo@igalia.com>
20306
20307 PR symtab/18148
20308 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
20309 const_value but not a location.
20310 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
20311 location defined in non-main CUs are visible.
20312
20313 2015-03-26 Yao Qi <yao.qi@linaro.org>
20314
20315 PR testsuite/18139
20316 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
20317 Add a line number entry for the same line.
20318 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
20319 Add a line number entry for the same line.
20320
20321 2015-03-26 Yao Qi <yao.qi@linaro.org>
20322
20323 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
20324 .int 0.
20325 (func): Likewise. Add .Lfunc_1 label.
20326 Use .Lfunc_1 label.
20327 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
20328 .int 0.
20329 (func): Likewise.
20330 Use .Lfunc_1 label.
20331
20332 2015-03-26 Yao Qi <yao.qi@linaro.org>
20333
20334 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
20335 Call gdb_compile instead to compile each .s files without debug
20336 information.
20337
20338 2015-03-26 Yao Qi <yao.qi@linaro.org>
20339
20340 * gdb.base/savedregs.exp (process_saved_regs): Make
20341 "Saved registers:" optional in the pattern.
20342
20343 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
20344
20345 * gdb.btrace/next.exp: Merged into step.exp.
20346 * gdb.btrace/finish.exp: Merged into step.exp.
20347 * gdb.btrace/nexti.exp: Merged into stepi.exp.
20348 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
20349 "record goto" and checking the exact replay position.
20350 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
20351 check for "Recording format" in "info record" output.
20352 * gdb.btrace/record_goto.exp: Choose test file based on target.
20353 * gdb.btrace/x86-record_goto.S: Renamed into ...
20354 * gdb.btrace/x86_64-record_goto.S: ... this.
20355 * gdb.btrace/i686-record_goto.S: New.
20356 * gdb.btrace/x86-tailcall.S: Renamed into ...
20357 * gdb.btrace/x86_64-tailcall.S: ... this.
20358 * gdb.btrace/i686-tailcall.S: New.
20359 * gdb.btrace/x86-tailcall.c: Renamed into ...
20360 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
20361 separate statements. Update test.
20362 * gdb.btrace/delta.exp: Use record_goto.c as test file.
20363 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
20364 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
20365 * gdb.btrace/tailcall.exp: Choose test file based on target.
20366 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
20367
20368 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
20369
20370 * gdb.btrace/exception.exp: Increase BTS buffer size.
20371
20372 2015-03-24 Pedro Alves <palves@redhat.com>
20373
20374 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
20375
20376 2015-03-24 Pedro Alves <palves@redhat.com>
20377
20378 * gdb.threads/schedlock.exp (test_step): No longer expect that
20379 "set scheduler-locking step" with "next" over a function call runs
20380 threads unlocked.
20381
20382 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
20383
20384 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
20385
20386 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
20387
20388 PR breakpoints/16466
20389 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
20390 * gdb.mi/mi-pending.c (thread_func): New function.
20391 (int main): Add threading support required.
20392 * gdb.mi/mi-pending.exp: Add tests for this issue.
20393 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
20394 (pendfunc2): Remove stdio dependency.
20395 * gdb.mi/mi-pendshr2.c: New file.
20396
20397 2015-03-23 Keith Seitz <keiths@redhat.com>
20398
20399 * gdb.linespec/keywords.c: New file.
20400 * gdb.linespec/keywords.exp: New file.
20401
20402 2015-03-23 Keith Seitz <keiths@redhat.com>
20403
20404 PR gdb/18021
20405 * gdb.dwarf2/staticvirtual.exp: New test.
20406
20407 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
20408
20409 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
20410 * README: Remove HP-UX and gdb.hp.
20411 (configuration):
20412 * configure: Regenerate.
20413 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
20414 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
20415 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
20416 gdb.hp/gdb.defects/Makefile.
20417 * gdb.hp/Makefile.in: File deleted.
20418 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
20419 * gdb.hp/gdb.aCC/optimize.c: File deleted.
20420 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
20421 * gdb.hp/gdb.aCC/run.c: File deleted.
20422 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
20423 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
20424 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
20425 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
20426 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
20427 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
20428 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
20429 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
20430 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
20431 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
20432 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
20433 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
20434 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
20435 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
20436 * gdb.hp/gdb.base-hp/reg.s: File deleted.
20437 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
20438 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
20439 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
20440 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
20441 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
20442 * gdb.hp/gdb.compat/Makefile.in: File deleted.
20443 * gdb.hp/gdb.compat/average.c: File deleted.
20444 * gdb.hp/gdb.compat/sum.c: File deleted.
20445 * gdb.hp/gdb.compat/xdb.c: File deleted.
20446 * gdb.hp/gdb.compat/xdb0.c: File deleted.
20447 * gdb.hp/gdb.compat/xdb0.h: File deleted.
20448 * gdb.hp/gdb.compat/xdb1.c: File deleted.
20449 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
20450 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
20451 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
20452 * gdb.hp/gdb.defects/Makefile.in: File deleted.
20453 * gdb.hp/gdb.defects/bs14602.c: File deleted.
20454 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
20455 * gdb.hp/gdb.defects/solib-d.c: File deleted.
20456 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
20457 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
20458 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
20459 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
20460 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
20461 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
20462 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
20463 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
20464 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
20465 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
20466 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
20467 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
20468 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
20469 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
20470 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
20471 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
20472 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
20473 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
20474 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
20475 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
20476 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
20477 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
20478 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
20479 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
20480 * gdb.hp/tools/odump: File deleted.
20481
20482 2015-03-19 Pedro Alves <palves@redhat.com>
20483
20484 * gdb.threads/continue-pending-status.exp (saw_thread_2)
20485 (saw_thread_3): New globals.
20486 (top level): Increment them when an event for the corresponding
20487 thread is seen.
20488 (no thread starvation): New test.
20489
20490 2015-03-19 Pedro Alves <palves@redhat.com>
20491
20492 * gdb.threads/continue-pending-status.c: New file.
20493 * gdb.threads/continue-pending-status.exp: New file.
20494
20495 2015-03-18 Pedro Alves <palves@redhat.com>
20496
20497 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
20498 Use gdb_is_target_remote instead of is_remote. Use
20499 gdb_test_multiple instead of gdb_expect. Exit early if
20500 gdb_test_multiple hits its internal matches. Tighten stepi tests
20501 expected output. Fail on exit with any signal, instead of just
20502 SIGILL.
20503
20504 2015-03-18 Yao Qi <yao.qi@linaro.org>
20505
20506 PR tdep/18107
20507 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
20508 variable.
20509 * gdb.base/catch-syscall.exp: Don't skip it on
20510 aarch64*-*-linux* target. Remove elements in all_syscalls.
20511 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
20512 target.
20513 (setup_all_syscalls): New proc.
20514
20515 2015-03-16 Yao Qi <yao.qi@linaro.org>
20516
20517 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
20518 (top level): Skip tests if valid_addr_p returns false for
20519 $cmd1 or $cmd2.
20520
20521 2015-03-11 Andy Wingo <wingo@igalia.com>
20522
20523 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
20524
20525 2015-03-11 Yao Qi <yao.qi@linaro.org>
20526
20527 * gdb.base/catch-syscall.exp: Fix typo in comments.
20528
20529 2015-03-11 Yao Qi <yao.qi@linaro.org>
20530
20531 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
20532
20533 2015-03-09 Pedro Alves <palves@redhat.com>
20534
20535 * dg-extract-results.py: Delete.
20536
20537 2015-03-09 Pedro Alves <palves@redhat.com>
20538
20539 Merge dg-extract-results.sh from GCC upstream (r218843).
20540
20541 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
20542 * dg-extract-results.sh: Use --text with grep to avoid issues with
20543 binary files. Fall back to cat -v, if that doesn't work.
20544
20545 2015-03-05 Pedro Alves <palves@redhat.com>
20546
20547 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
20548
20549 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
20550
20551 * lib/mi-support.exp (mi_expect_interrupt): Accept
20552 alternative event for when in all-stop mode.
20553
20554 2015-03-04 Pedro Alves <palves@redhat.com>
20555
20556 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
20557
20558 2015-03-04 Mark Kettenis <kettenis@gnu.org>
20559
20560 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
20561
20562 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
20563
20564 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
20565 regexps for GDB's current line display, accept a hex address
20566 preceding the line number.
20567
20568 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
20569
20570 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
20571 the 'arch1' variable for "s390*-linux*" targets.
20572
20573 2015-03-04 Pedro Alves <palves@redhat.com>
20574
20575 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
20576 (main): Pass missing retval argument to pthread_join call.
20577
20578 2015-03-02 Pedro Alves <palves@redhat.com>
20579
20580 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
20581 (top level): Call do_test with non-stop as well.
20582
20583 2015-03-02 Pedro Alves <palves@redhat.com>
20584
20585 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
20586 -1.
20587
20588 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
20589
20590 * gdb.arch/s390-vregs.exp: New test.
20591 * gdb.arch/s390-vregs.S: New file.
20592
20593 2015-02-27 Pedro Alves <palves@redhat.com>
20594
20595 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
20596 call to catch_command_errors.
20597 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
20598 catch_command_errors.
20599
20600 2015-02-27 Pedro Alves <palves@redhat.com>
20601
20602 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
20603 "true" for boolean result.
20604 * gdb.gdb/selftest.exp (test_with_self): Also accept full
20605 prototype of main.
20606
20607 2015-02-27 Pedro Alves <palves@redhat.com>
20608
20609 * lib/unbuffer_output.c: New file.
20610 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
20611 (main): Call gdb_unbuffer_output.
20612
20613 2015-02-27 Yao Qi <yao.qi@linaro.org>
20614
20615 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
20616 target.
20617
20618 2015-02-26 Doug Evans <dje@google.com>
20619
20620 * gdb.cp/class2.cc (Dbase, D): New classes.
20621 (main): New local delta.
20622 * gdb.cp/class2.exp: Test printing delta.
20623 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
20624 (dynbar): New global.
20625 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
20626
20627 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
20628
20629 * gdb.compile/compile-ifunc.c: New file.
20630 * gdb.compile/compile-ifunc.exp: New file.
20631
20632 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
20633
20634 * gdb.base/structs.exp: Check for correct struct on finish.
20635
20636 2015-02-26 Yao Qi <yao.qi@linaro.org>
20637
20638 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
20639 is zero.
20640
20641 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
20642
20643 * gdb.arch/cordic.ko.bz2: New file.
20644 * gdb.arch/cordic.ko.debug.bz2: New file.
20645 * gdb.arch/ppc64-symtab-cordic.exp: New file.
20646
20647 2015-02-25 Yao Qi <yao.qi@linaro.org>
20648
20649 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
20650 aarch64*-*-* target.
20651
20652 2015-02-23 Pedro Alves <palves@redhat.com>
20653
20654 * lib/gdb.exp (delete_breakpoints): Rewrite using
20655 gdb_test_multiple.
20656
20657 2015-02-23 Pedro Alves <palves@redhat.com>
20658
20659 * gdb.base/info-os.c: Include stdlib.h.
20660
20661 2015-02-22 Doug Evans <xdje42@gmail.com>
20662
20663 PR symtab/17855
20664 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
20665 is read after symbols have been re-read.
20666 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
20667 * gdb.ada/exec_changed/second.adb (Second): Ditto.
20668
20669 2015-02-21 Doug Evans <dje@google.com>
20670
20671 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
20672
20673 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
20674
20675 PR corefiles/17808
20676 * gdb.arch/i386-biarch-core.core.bz2: New file.
20677 * gdb.arch/i386-biarch-core.exp: New file.
20678
20679 2015-02-21 Pedro Alves <palves@redhat.com>
20680
20681 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
20682 runto_main fails.
20683
20684 2015-02-20 Pedro Alves <palves@redhat.com>
20685
20686 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
20687 info probes.
20688
20689 2015-02-20 Pedro Alves <palves@redhat.com>
20690
20691 * gdb.threads/multi-create-ns-info-thr.exp: New file.
20692
20693 2015-02-20 Pedro Alves <palves@redhat.com>
20694
20695 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
20696 clean_restart before gdb_target_supports_trace.
20697
20698 2015-02-20 Pedro Alves <palves@redhat.com>
20699
20700 PR threads/18006
20701 * gdb.threads/clone-thread_db.c: New file.
20702 * gdb.threads/clone-thread_db.exp: New file.
20703
20704 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
20705
20706 PR breakpoints/16812
20707 * gdb.base/catch-gdb-caused-signals.c: New file.
20708 * gdb.base/catch-gdb-caused-signals.exp: New file.
20709
20710 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
20711
20712 * configure: Regenerated.
20713 * configure.ac: Use GDB_AC_TRANSFORM.
20714 * aclocal.m4: sinclude ../transform.m4.
20715
20716 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
20717
20718 * lib/dtrace.exp: New file.
20719 * gdb.base/dtrace-probe.exp: Likewise.
20720 * gdb.base/dtrace-probe.d: Likewise.
20721 * gdb.base/dtrace-probe.c: Likewise.
20722 * lib/pdtrace.in: Likewise.
20723 * configure.ac: Output variables with the transformed names of
20724 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
20725 * configure: Regenerated.
20726
20727 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
20728
20729 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
20730 expected message when trying to access $_probe_* convenience
20731 variables while not on a probe.
20732
20733 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
20734
20735 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
20736
20737 2015-02-11 Pedro Alves <pedro@codesourcery.com>
20738
20739 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
20740 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
20741
20742 2015-02-10 Doug Evans <xdje42@gmail.com>
20743
20744 * lib/gdb.exp (gdb_load): Always return a result.
20745
20746 2015-02-10 Pedro Alves <palves@redhat.com>
20747
20748 * gdb.threads/signal-sigtrap.c: New file.
20749 * gdb.threads/signal-sigtrap.exp: New file.
20750
20751 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
20752
20753 * gdb.trace/no-attach-trace.c: New file.
20754 * gdb.trace/no-attach-trace.exp: New file.
20755
20756 2015-02-09 Mark Wielaard <mjw@redhat.com>
20757
20758 * gdb.dwarf2/atomic.c: New file.
20759 * gdb.dwarf2/atomic-type.exp: Likewise.
20760
20761 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
20762
20763 * gdb.btrace/buffer-size.exp: Update "info record" output.
20764 * gdb.btrace/delta.exp: Update "info record" output.
20765 * gdb.btrace/enable.exp: Update "info record" output.
20766 * gdb.btrace/finish.exp: Update "info record" output.
20767 * gdb.btrace/instruction_history.exp: Update "info record" output.
20768 * gdb.btrace/next.exp: Update "info record" output.
20769 * gdb.btrace/nexti.exp: Update "info record" output.
20770 * gdb.btrace/step.exp: Update "info record" output.
20771 * gdb.btrace/stepi.exp: Update "info record" output.
20772 * gdb.btrace/nohist.exp: Update "info record" output.
20773
20774 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
20775
20776 * gdb.btrace/buffer-size: New.
20777
20778 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
20779
20780 * gdb.btrace/delta.exp: Update "info record" output.
20781 * gdb.btrace/enable.exp: Update "info record" output.
20782 * gdb.btrace/finish.exp: Update "info record" output.
20783 * gdb.btrace/instruction_history.exp: Update "info record" output.
20784 * gdb.btrace/next.exp: Update "info record" output.
20785 * gdb.btrace/nexti.exp: Update "info record" output.
20786 * gdb.btrace/step.exp: Update "info record" output.
20787 * gdb.btrace/stepi.exp: Update "info record" output.
20788 * gdb.btrace/nohist.exp: Update "info record" output.
20789
20790 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
20791
20792 PR gdb/15678
20793 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
20794
20795 2015-02-06 Pedro Alves <palves@redhat.com>
20796
20797 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
20798 macro.
20799 (seconds_left, again): New globals.
20800 (main): Wait seconds_left in a 1-second sleep loop instead of
20801 sleeping 180 seconds. If 'again' is set, reset the seconds
20802 counter.
20803 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
20804 'again' in the inferior before detaching. Print the seconds left.
20805 (options): New global.
20806 (top level): Build program with -DTIMEOUT=$timeout.
20807
20808 2015-02-06 Pedro Alves <palves@redhat.com>
20809
20810 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
20811 determine how many seconds to pass to 'alarm'.
20812 * gdb.base/gdb-sigterm.exp (top level): Build program with
20813 -DTIMEOUT=$timeout.
20814 (do_test): Return success/failure indication. Add more verbose
20815 logging. Don't fail if 200 single steps are seen. Instead, fail
20816 when the test times out.
20817 (passes): New global.
20818 (top level): Break the testing loop if testing fails on any
20819 iteration. Use gdb_assert.
20820
20821 2015-02-04 Don Breazeal <donb@codesourcery.com>
20822
20823 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
20824 and initialize them.
20825 (ipc_cleanup): New function.
20826 (main): Don't declare shmid, semid, and msqid. Add a call to
20827 atexit so that we call ipc_cleanup on exit.
20828
20829 2015-02-04 Pedro Alves <palves@redhat.com>
20830
20831 * boards/native-extended-gdbserver.exp: Remove any target variant
20832 specifications from the board name before clearing the isremote
20833 flag from board_info.
20834
20835 2015-01-31 Doug Evans <xdje42@gmail.com>
20836
20837 * gdb.base/maint.exp <maint print type argc>: Update expected output.
20838
20839 2015-01-31 Gary Benson <gbenson@redhat.com>
20840
20841 * gdb.base/completion.exp: Disable completion limiting for
20842 existing tests. Add new tests to check completion limiting.
20843 * gdb.linespec/ls-errs.exp: Disable completion limiting.
20844
20845 2015-01-31 Doug Evans <xdje42@gmail.com>
20846
20847 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
20848
20849 2015-01-31 Doug Evans <xdje42@gmail.com>
20850
20851 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
20852 entries. Duplicate file section script entries.
20853 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
20854 inlined entries. Add test for safe-path rejection.
20855 * gdb.python/py-section-script.c: Add duplicate inlined section script
20856 entries. Duplicate file section script entries.
20857 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
20858 inlined entries. Add test for safe-path rejection.
20859
20860 2015-01-29 Joel Brobecker <brobecker@adacore.com>
20861
20862 * gdb.ada/disc_arr_bound: New testcase.
20863
20864 2015-01-29 Joel Brobecker <brobecker@adacore.com>
20865
20866 * gdb.ada/mi_var_array: New testcase.
20867
20868 2015-01-27 Doug Evans <dje@google.com>
20869
20870 * gdb.python/py-objfile.exp: Add tests for objfile.username.
20871 Add test for objfile.filename, objfile.username after objfile
20872 has been unloaded.
20873
20874 2015-01-26 Joel Brobecker <brobecker@adacore.com>
20875
20876 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
20877 the second test to print the name attribute of value
20878 returned by the call to gdb.lookup_type, and adjust
20879 the expected output accordingly.
20880
20881 2015-01-25 Mark Wielaard <mjw@redhat.com>
20882
20883 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
20884 * gdb.base/disp-step-fork.c: Include unistd.h.
20885 * gdb.base/siginfo-obj.c: Include stdio.h.
20886 * gdb.base/siginfo-thread.c: Likewise.
20887 * gdb.mi/non-stop.c: Include unistd.h.
20888 * gdb.mi/nsthrexec.c: Include stdio.h.
20889 * gdb.mi/pthreads.c: Include unistd.h.
20890 * gdb.modula2/unbounded1.c (main): Declare returns int.
20891 * gdb.reverse/consecutive-reverse.c: Likewise.
20892 * gdb.threads/create-fail.c: Include unistd.h.
20893 * gdb.threads/killed.c: Likewise.
20894 * gdb.threads/linux-dp.c: Likewise.
20895 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
20896 * gdb.threads/non-ldr-exc-2.c: Likewise.
20897 * gdb.threads/non-ldr-exc-3.c: Likewise.
20898 * gdb.threads/non-ldr-exc-4.c: Likewise.
20899 * gdb.threads/pthreads.c: Include unistd.h.
20900 (main): Declare returns int.
20901 * gdb.threads/tls-main.c (foo): New declaration.
20902 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
20903
20904 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
20905
20906 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
20907 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
20908
20909 2015-01-15 Mark Wielaard <mjw@redhat.com>
20910
20911 * gdb.base/noreturn-return.c: New file.
20912 * gdb.base/noreturn-return.exp: New file.
20913 * gdb.base/noreturn-finish.c: New file.
20914 * gdb.base/noreturn-finish.exp: New file.
20915
20916 2015-01-23 Pedro Alves <palves@redhat.com>
20917
20918 * gdb.threads/continue-pending-after-query.c: New file.
20919 * gdb.threads/continue-pending-after-query.exp: New file.
20920
20921 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
20922 Simon Marchi <simon.marchi@ericsson.com>
20923
20924 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
20925 * gdb.base/valgrind-db-attach.exp: Same.
20926 * gdb.base/valgrind-infcall.exp: Same.
20927 * lib/mi-support.exp (default_mi_gdb_start): Same.
20928 * lib/prompt.exp (default_prompt_gdb_start): Same.
20929 * lib/gdb.exp (default_gdb_spawn): Same.
20930 (gdb_interact): New.
20931
20932
20933 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
20934
20935 * gdb.compile/compile.exp (pointer to jit function): New test.
20936
20937 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
20938
20939 * lib/gdb.exp (supports_process_record): Return true for
20940 powerpc*-*-linux*.
20941 (supports_reverse): Likewise.
20942
20943 2015-01-15 Don Breazeal <donb@codesourcery.com>
20944
20945 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
20946 instead of checking whether the target board is remote and
20947 use spawn_wait_for_attach instead of exec/sleep.
20948 * gdb.base/attach-twice.exp: Likewise.
20949
20950 2015-01-15 Joel Brobecker <brobecker@adacore.com>
20951
20952 * gdb.ada/var_arr_attrs: New testcase.
20953
20954 2015-01-14 Pedro Alves <palves@redhat.com>
20955 Joel Brobecker <brobecker@adacore.com>
20956
20957 PR gdb/17525
20958 * gdb.base/bp-cmds-execution-x-script.c: New file.
20959 * gdb.base/bp-cmds-execution-x-script.exp: New file.
20960 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
20961
20962 2015-01-14 Pedro Alves <palves@redhat.com>
20963
20964 PR cli/17828
20965 * gdb.base/batch-preserve-term-settings.c: New file.
20966 * gdb.base/batch-preserve-term-settings.exp: New file.
20967
20968 2015-01-13 Doug Evans <dje@google.com>
20969
20970 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
20971 binary.
20972
20973 2015-01-13 Joel Brobecker <brobecker@adacore.com>
20974
20975 * Makefile.in (clean mostlyclean): Do not delete *.py.
20976
20977 2015-01-13 Joel Brobecker <brobecker@adacore.com>
20978
20979 * gdb.python/py-lookup-type.exp: New file.
20980
20981 2015-01-12 Pedro Alves <palves@redhat.com>
20982
20983 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
20984 restore GDBFLAGS before returning.
20985
20986 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
20987
20988 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
20989 is_amd64_regs_target and is_x86_like_target.
20990
20991 2015-01-11 Doug Evans <xdje42@gmail.com>
20992
20993 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
20994 is given without an explicit form.
20995 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
20996 attributes.
20997 * gdb.dwarf/corrupt.exp: Ditto.
20998 * gdb.dwarf2/enum-type.exp: Ditto.
20999 * gdb.trace/entry-values.exp: Ditto.
21000 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
21001
21002 2015-01-11 Doug Evans <xdje42@gmail.com>
21003
21004 PR gdb/15830
21005 * gdb.base/maint.exp: Remove references to "maint demangle".
21006 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
21007 Add tests for explicitly specifying language to demangle.
21008 * gdb.dlang/demangle.exp: Ditto.
21009
21010 2015-01-09 Pedro Alves <palves@redhat.com>
21011
21012 * gdb.threads/non-stop-fair-events.c: New file.
21013 * gdb.threads/non-stop-fair-events.exp: New file.
21014
21015 2015-01-09 Pedro Alves <palves@redhat.com>
21016
21017 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
21018 the global scope. Set a breakpoint after all threads are started
21019 rather than stepping over two source lines. Expect the prompt.
21020 * gdb.base/watch_thread_num.c (threads_started_barrier): New
21021 global.
21022 (NUM): Now 15.
21023 (main): Use threads_started_barrier to wait for all threads to
21024 start. Main thread no longer calls thread_function. Exit after
21025 180 seconds.
21026 (loop): New function.
21027 (thread_function): Wait on threads_started_barrier barrier. Call
21028 'loop' at each iteration.
21029 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
21030 threads have started, instead of hardcoding number of "next"
21031 steps. Use an access watchpoint instead of a write watchpoint.
21032
21033 2015-01-09 Pedro Alves <palves@redhat.com>
21034
21035 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
21036 (thread_func): Wait on barrier.
21037 (main): Wait for all threads to start before stopping GDB.
21038 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
21039 global.
21040 (thread1_func, thread2_func): Wait on barrier.
21041 (main): Wait for all threads to start before stopping GDB.
21042 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
21043 New global.
21044 (thread1_func, thread2_func): Wait on barrier.
21045 (main): Wait for all threads to start before stopping GDB.
21046
21047 2015-01-09 Pedro Alves <palves@redhat.com>
21048
21049 * gdb.threads/attach-many-short-lived-threads.c: New file.
21050 * gdb.threads/attach-many-short-lived-threads.exp: New file.
21051
21052 2014-01-09 Pedro Alves <palves@redhat.com>
21053
21054 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
21055 instead of to thread 2.
21056 * gdb.threads/signal-command-multiple-signals-pending.c (main):
21057 Add barrier around each pthread_create call instead of around all
21058 calls.
21059 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
21060 Set a break on thread_function and have the child threads hit it
21061 one at at a time.
21062
21063 2015-01-09 Pedro Alves <palves@redhat.com>
21064
21065 * lib/gdb.exp (can_spawn_for_attach): New procedure.
21066 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
21067 false.
21068 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
21069 checking whether the target board is remote.
21070 * gdb.multi/multi-attach.exp: Likewise.
21071 * gdb.python/py-sync-interp.exp: Likewise.
21072 * gdb.server/ext-attach.exp: Likewise.
21073 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
21074 tests that need to attach, instead of checking whether the target
21075 board is remote at the top of the file.
21076
21077 2015-01-08 Yao Qi <yao@codesourcery.com>
21078
21079 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
21080
21081 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
21082
21083 Fix testcase compilation.
21084 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
21085
21086 2015-01-06 Joel Brobecker <brobecker@adacore.com>
21087
21088 * gdb.python/py-type.exp: Add a couple test about empty
21089 array creation, and negative-length array creation.
21090
21091 2015-01-02 Doug Evans <xdje42@gmail.com>
21092
21093 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
21094
21095 2015-01-02 Doug Evans <dje@google.com>
21096
21097 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
21098
21099 2014-12-29 Yao Qi <yao@codesourcery.com>
21100
21101 * gdb.trace/entry-values.exp: Update comments. Rename variable
21102 bar_call_foo to returned_from_foo.
21103
21104 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
21105
21106 PR gdb/17394
21107 * gdb.linespec/break-asm-file.c: New file.
21108 * gdb.linespec/break-asm-file.exp: New file.
21109 * gdb.linespec/break-asm-file0.s: New file.
21110 * gdb.linespec/break-asm-file1.s: New file.
21111
21112 2014-12-18 Nigel Stephens <nigel@mips.com>
21113 Maciej W. Rozycki <macro@codesourcery.com>
21114
21115 * gdb.base/float.exp: Handle the new output from "info float" on
21116 MIPS targets.
21117
21118 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
21119
21120 Fix MinGW compilation.
21121 * gdb.compile/compile-ops.exp: Update untested message if
21122 !skip_compile_feature_tests.
21123 * gdb.compile/compile-setjmp.exp: Likewise.
21124 * gdb.compile/compile-tls.exp: Likewise.
21125 * gdb.compile/compile.exp: Likewise.
21126 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
21127 supported on this host".
21128
21129 2014-12-16 Doug Evans <xdje42@gmail.com>
21130
21131 * boards/stabs.exp: New file.
21132
21133 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
21134
21135 * gdb.base/completion.exp: Adjust to format changes of "maint
21136 print user-registers".
21137
21138 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
21139
21140 PR server/17457
21141 * gdb.arch/aarch64-fp.c: New file.
21142 * gdb.arch/aarch64-fp.exp: New file.
21143
21144 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
21145
21146 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
21147 r210637, r210913, r211666, r215400, r215817).
21148
21149 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
21150 * dg-extract-results.py: New file.
21151 * dg-extract-results.sh: Use it if the environment seems
21152 suitable.
21153
21154 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
21155
21156 * dg-extract-results.py (parse_run): Handle warnings that
21157 are printed before a test harness is run.
21158
21159 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
21160
21161 * dg-extract-results.py (Named): Remove __cmp__ method.
21162 (output_variation): Use a key to sort variation.harnesses.
21163
21164 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
21165
21166 * dg-extract-results.py: For Python 3, force sys.stdout to
21167 handle surrogate escape sequences.
21168 (safe_open): New function.
21169 (output_segment, main): Use it.
21170
21171 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
21172
21173 * dg-extract-results.py (Prog.result_re): Include options
21174 in test name.
21175
21176 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
21177
21178 * dg-extract-results.py (output_variation): Always sort if
21179 do_sum.
21180
21181 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
21182
21183 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
21184 as long as we get pagination notifications.
21185
21186 2014-12-15 Jason Merrill <jason@redhat.com>
21187
21188 * Makefile.in (check-gdb.%): Restore.
21189 * README: Mention it.
21190
21191 2014-12-13 Joel Brobecker <brobecker@adacore.com>
21192
21193 * gdb.ada/str_uninit: New testcase.
21194
21195 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
21196
21197 PR symtab/17642
21198 * gdb.base/vla-stub-define.c: New file.
21199 * gdb.base/vla-stub.c: New file.
21200 * gdb.base/vla-stub.exp: New file.
21201
21202 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
21203 Jan Kratochvil <jan.kratochvil@redhat.com>
21204 Tom Tromey <tromey@redhat.com>
21205
21206 * configure.ac: Add gdb.compile/.
21207 * configure: Regenerate.
21208 * gdb.compile/Makefile.in: New file.
21209 * gdb.compile/compile-ops.exp: New file.
21210 * gdb.compile/compile-ops.c: New file.
21211 * gdb.compile/compile-tls.c: New file.
21212 * gdb.compile/compile-tls.exp: New file.
21213 * gdb.compile/compile-constvar.S: New file.
21214 * gdb.compile/compile-constvar.c: New file.
21215 * gdb.compile/compile-mod.c: New file.
21216 * gdb.compile/compile-nodebug.c: New file.
21217 * gdb.compile/compile-setjmp-mod.c: New file.
21218 * gdb.compile/compile-setjmp.c: New file.
21219 * gdb.compile/compile-setjmp.exp: New file.
21220 * gdb.compile/compile-shlib.c: New file.
21221 * gdb.compile/compile.c: New file.
21222 * gdb.compile/compile.exp: New file.
21223 * lib/gdb.exp (skip_compile_feature_tests): New proc.
21224
21225 2014-12-12 Tom Tromey <tromey@redhat.com>
21226
21227 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
21228 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
21229
21230 2014-12-12 Doug Evans <dje@google.com>
21231
21232 * lib/gdb-python.exp (get_python_valueof): New function.
21233 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
21234
21235 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
21236
21237 * gdb.base/completion.exp: Add test for completion of "info
21238 registers ".
21239
21240 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
21241
21242 * gdb.base/func-ptrs.c: New file.
21243 * gdb.base/func-ptrs.exp: New file.
21244
21245 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
21246
21247 PR breakpoints/17012
21248 * gdb.base/dprintf-detach.c: New file.
21249 * gdb.base/dprintf-detach.exp: New file.
21250
21251 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
21252
21253 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
21254 * lib/gdb.exp (target_is_gdbserver): New procedure.
21255
21256 2014-12-08 Doug Evans <dje@google.com>
21257
21258 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
21259
21260 2014-12-05 Yao Qi <yao@codesourcery.com>
21261
21262 * gdb.guile/scm-error.exp: Remove the third argument to
21263 gdb_remote_download.
21264 * gdb.guile/scm-frame-args.exp: Likewise.
21265 * gdb.guile/scm-section-script.exp: Likewise.
21266
21267 2014-12-05 Yao Qi <yao@codesourcery.com>
21268
21269 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
21270
21271 2014-12-04 Doug Evans <dje@google.com>
21272
21273 * gdb.python/py-objfile.exp: Add tests for
21274 objfile.add_separate_debug_file.
21275
21276 2014-12-04 Doug Evans <dje@google.com>
21277
21278 * lib/gdb.exp (get_build_id): New function.
21279 (build_id_debug_filename_get): Rewrite to use it.
21280 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
21281
21282 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
21283
21284 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
21285 `method(long)', not just 0x0.
21286 * gdb.cp/nsalias.exp: Align code labels to 4.
21287 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
21288 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
21289 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
21290 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
21291 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
21292 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
21293
21294 2014-12-02 Doug Evans <dje@google.com>
21295
21296 PR symtab/17602
21297 * gdb.cp/anon-ns.cc: Move guts of this file to ...
21298 * gdb.cp/anon-ns2.cc: ... here. New file.
21299 * gdb.cp/anon-ns.exp: Update.
21300
21301 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
21302
21303 * gdb.python/py-events.py (inferior_call_handler): New.
21304 (register_changed_handler, memory_changed_handler): New.
21305 (test_events.invoke): Register new handlers.
21306 * gdb.python/py-events.exp: Add tests for inferior call,
21307 memory_changed and register_changed events.
21308
21309 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
21310
21311 * gdb.base/execl-update-breakpoints.exp: Specify the link address
21312 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
21313 if the linker doesn't understand this.
21314
21315 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
21316
21317 * gdb.python/python.exp: Change expected reply to help().
21318
21319 2014-12-01 Yao Qi <yao@codesourcery.com>
21320
21321 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
21322 AC_CONFIG_SUBDIRS(gdb.gdbtk).
21323 * configure: Re-generated.
21324
21325 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
21326
21327 * gdb.cp/chained-calls.cc: New file.
21328 * gdb.cp/chained-calls.exp: New file.
21329 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
21330
21331 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
21332
21333 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
21334 * gdb.dwarf2/symtab-producer.exp: Same.
21335 * gdb.gdb/python-interrupts.exp: Same.
21336 * gdb.gdb/python-selftest.exp: Same.
21337 * gdb.python/py-linetable.exp: Same.
21338 * gdb.python/py-type.exp: Same.
21339 * gdb.python/py-value-cc.exp: Same.
21340 * gdb.python/py-value.exp: Same.
21341
21342 2014-11-28 Yao Qi <yao@codesourcery.com>
21343
21344 * gdb.base/break-probes.exp: Match library name prefixed with
21345 sysroot.
21346
21347 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
21348
21349 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
21350 test expected output. Add parentheses for the call to print.
21351 Remove L suffix from integers.
21352
21353 2014-11-26 Doug Evans <dje@google.com>
21354
21355 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
21356
21357 2014-11-22 Yao Qi <yao@codesourcery.com>
21358
21359 * gdb.trace/entry-values.c: Remove asms.
21360 (foo): Add foo_label.
21361 (bar): Add bar_label.
21362 * gdb.trace/entry-values.exp: Remove code computing foo's
21363 length and bar's length.
21364 (Dwarf::assemble): Invoke function_range for bar and use
21365 MACRO_AT_func for foo.
21366
21367 2014-11-22 Yao Qi <yao@codesourcery.com>
21368
21369 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
21370 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
21371 Use .Lgcc43_procstart instead of gcc43.
21372
21373 2014-11-21 Joel Brobecker <brobecker@adacore.com>
21374
21375 * gdb.ada/n_arr_bound: New testcase.
21376
21377 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
21378
21379 PR breakpoints/10737
21380 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
21381 test_catch_syscall_multi_arch.
21382 (test_catch_syscall_multi_arch): New function.
21383
21384 2014-11-20 Doug Evans <xdje42@gmail.com>
21385
21386 * gdb.base/maint.exp: Update expected output.
21387
21388 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
21389
21390 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
21391 4-byte instruction on S390.
21392
21393 2014-11-19 Joel Brobecker <brobecker@adacore.com>
21394
21395 * gdb.ada/arr_arr: New testcase.
21396
21397 2014-11-19 Joel Brobecker <brobecker@adacore.com>
21398
21399 * gdb.ada/pkd_arr_elem: New Testcase.
21400
21401 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
21402
21403 * gdb.reverse/break-precsave: Expect completion message for
21404 core file reads.
21405 * gdb.reverse/consecutive-precsave.exp: Likewise.
21406 * gdb.reverse/finish-precsave.exp: Likewise.
21407 * gdb.reverse/i386-precsave.exp: Likewise.
21408 * gdb.reverse/machinestate-precsave.exp: Likewise.
21409 * gdb.reverse/sigall-precsave.exp: Likewise.
21410 * gdb.reverse/solib-precsave.exp: Likewise.
21411 * gdb.reverse/step-precsave.exp: Likewise.
21412 * gdb.reverse/until-precsave.exp: Likewise.
21413 * gdb.reverse/watch-precsave.exp: Likewise.
21414
21415 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
21416
21417 * gdb.base/bp-permanent.c: Include unistd.h.
21418 * gdb.python/py-framefilter-mi.c (main): Add return type.
21419 * gdb.python/py-framefilter.c (main): Likewise.
21420 * gdb.trace/actions-changed.c (main): Likewise.
21421
21422 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
21423
21424 * gdb.mi/until.c: Add eye-catchers.
21425 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
21426 line numbers.
21427
21428 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
21429
21430 * gdb.base/condbreak.exp: Drop references to removed non-prototype
21431 function header variants in break1.c.
21432 * gdb.base/ena-dis-br.exp: Likewise.
21433 * gdb.base/hbreak2.exp: Likewise.
21434 * gdb.reverse/until-precsave.exp: Drop references to removed
21435 non-prototype function header variants in ur1.c.
21436 * gdb.reverse/until-reverse.exp: Likewise.
21437
21438 2014-11-17 Petr Machata <pmachata@redhat.com>
21439
21440 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
21441 ${_cu_offset_size} bytes abbrev offset.
21442
21443 2014-11-15 Doug Evans <xdje42@gmail.com>
21444
21445 PR symtab/17559
21446 * gdb.base/line-symtabs.exp: New file.
21447 * gdb.base/line-symtabs.c: New file.
21448 * gdb.base/line-symtabs.h: New file.
21449
21450 2014-11-14 Yao Qi <yao@codesourcery.com>
21451
21452 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
21453 (func): Add label func_label.
21454 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
21455 Replace low_pc and high_pc with MACRO_AT_range.
21456 Replace name, low_pc and high_pc with MACRO_AT_func.
21457
21458 2014-11-14 Yao Qi <yao@codesourcery.com>
21459
21460 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
21461 Replace name, low_pc and high_pc with MACRO_AT_func.
21462
21463 2014-11-14 Yao Qi <yao@codesourcery.com>
21464
21465 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
21466 produce debug information.
21467 * gdb.dwarf2/implptr-optimized-out.S: Removed.
21468
21469 2014-11-14 Yao Qi <yao@codesourcery.com>
21470
21471 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
21472 object and get function length.
21473 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
21474 with MACRO_AT_func.
21475 (top-level): Replace gdb_compile and clean_restart with
21476 prepare_for_testing.
21477 * gdb.dwarf2/main.c (main): Add label main_label.
21478
21479 2014-11-14 Yao Qi <yao@codesourcery.com>
21480
21481 * lib/dwarf.exp (function_range): New procedure.
21482 (Dwarf::_handle_macro_at_func): New procedure.
21483 (Dwarf::_handle_macro_at_range): New procedure.
21484 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
21485
21486 2014-11-14 Yao Qi <yao@codesourcery.com>
21487
21488 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
21489 (_handle_attribute): New procedure.
21490
21491 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21492
21493 * gdb.ada/cond_lang/foo.c (callme): Add return type.
21494 * gdb.base/call-sc.c (zed): Likewise.
21495 * gdb.base/checkpoint.c (main): Likewise.
21496 * gdb.base/dump.c (main): Likewise.
21497 * gdb.base/gcore.c (main): Likewise.
21498 * gdb.base/huge.c (main): Likewise.
21499 * gdb.base/multi-forks.c (main): Likewise.
21500 * gdb.base/pr10179-a.c (main): Likewise.
21501 * gdb.base/savedregs.c (main): Likewise.
21502 * gdb.base/sigaltstack.c (main): Likewise.
21503 * gdb.base/siginfo.c (main): Likewise.
21504 * gdb.base/structs.c (zed): Likewise.
21505 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
21506 * gdb.mi/mi-syn-frame.c (main): Likewise.
21507 * gdb.mi/until.c (foo, main): Likewise.
21508 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
21509 * gdb.base/solib-weak.c (foo): Declare.
21510 * gdb.base/attach-twice.c: Include stdio.h.
21511 * gdb.base/weaklib1.c: Likewise.
21512 * gdb.base/weaklib2.c: Likewise.
21513 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
21514 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
21515 unistd.h.
21516 * gdb.base/attach-pie-misread.c: Include stdlib.h.
21517 * gdb.mi/mi-exit-code.c: Likewise.
21518 * gdb.base/break-interp-lib.c: Include string.h.
21519 * gdb.base/coremaker.c: Likewise.
21520 * gdb.base/testenv.c: Likewise.
21521 * gdb.python/py-finish-breakpoint.c: Likewise.
21522 * gdb.base/inferior-died.c: Include sys/wait.h.
21523 * gdb.base/fileio.c: Include time.h.
21524 * gdb.base/async-shell.c: Include unistd.h.
21525 * gdb.base/dprintf-non-stop.c: Likewise.
21526 * gdb.base/info-os.c: Likewise.
21527 * gdb.mi/mi-console.c: Likewise.
21528 * gdb.mi/watch-nonstop.c: Likewise.
21529 * gdb.python/py-events.c: Likewise.
21530 * gdb.base/async.c (baz): Move up before its invocation.
21531 * gdb.base/code_elim2.c (my_global_func): Likewise.
21532 * gdb.base/skip-solib-lib.c (multiply): Likewise.
21533 * gdb.base/advance.c (func2): Likewise.
21534
21535 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21536
21537 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
21538 variant.
21539 * gdb.base/annota3.c: Likewise.
21540 * gdb.base/async.c: Likewise.
21541 * gdb.base/average.c: Likewise.
21542 * gdb.base/call-ar-st.c: Likewise.
21543 * gdb.base/call-rt-st.c: Likewise.
21544 * gdb.base/call-sc.c: Likewise.
21545 * gdb.base/call-strs.c: Likewise.
21546 * gdb.base/ending-run.c: Likewise.
21547 * gdb.base/execd-prog.c: Likewise.
21548 * gdb.base/exprs.c: Likewise.
21549 * gdb.base/foll-exec.c: Likewise.
21550 * gdb.base/foll-fork.c: Likewise.
21551 * gdb.base/foll-vfork.c: Likewise.
21552 * gdb.base/funcargs.c: Likewise.
21553 * gdb.base/gcore.c: Likewise.
21554 * gdb.base/jump.c: Likewise.
21555 * gdb.base/langs0.c: Likewise.
21556 * gdb.base/langs1.c: Likewise.
21557 * gdb.base/langs2.c: Likewise.
21558 * gdb.base/mips_pro.c: Likewise.
21559 * gdb.base/nodebug.c: Likewise.
21560 * gdb.base/opaque0.c: Likewise.
21561 * gdb.base/opaque1.c: Likewise.
21562 * gdb.base/recurse.c: Likewise.
21563 * gdb.base/run.c: Likewise.
21564 * gdb.base/scope0.c: Likewise.
21565 * gdb.base/scope1.c: Likewise.
21566 * gdb.base/setshow.c: Likewise.
21567 * gdb.base/setvar.c: Likewise.
21568 * gdb.base/shmain.c: Likewise.
21569 * gdb.base/shr1.c: Likewise.
21570 * gdb.base/shr2.c: Likewise.
21571 * gdb.base/sigall.c: Likewise.
21572 * gdb.base/signals.c: Likewise.
21573 * gdb.base/so-indr-cl.c: Likewise.
21574 * gdb.base/solib2.c: Likewise.
21575 * gdb.base/structs.c: Likewise.
21576 * gdb.base/sum.c: Likewise.
21577 * gdb.base/vforked-prog.c: Likewise.
21578 * gdb.base/watchpoint.c: Likewise.
21579 * gdb.reverse/shr2.c: Likewise.
21580 * gdb.reverse/until-reverse.c: Likewise.
21581 * gdb.reverse/ur1.c: Likewise.
21582 * gdb.reverse/watch-reverse.c: Likewise.
21583
21584 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21585
21586 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
21587 variant.
21588 * gdb.base/sepdebug.exp: Drop references to removed code.
21589
21590 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21591
21592 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
21593 variant. Preserve original line numbering.
21594 * gdb.base/list1.c: Likewise.
21595
21596 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21597
21598 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
21599 variant.
21600 * gdb.base/break1.c: Likewise.
21601 * gdb.base/break.exp: Drop references to removed code.
21602
21603 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21604
21605 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
21606 variant.
21607
21608 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21609
21610 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
21611
21612 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21613
21614 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
21615 logic into perform_all_tests() and invoke it with and without
21616 function header prototypes.
21617 (do_function_calls): Remove conditional XFAIL for PR 5318.
21618 (rerun_and_prepare): Remove duplicate code.
21619 (perform_all_tests): New. Main logic moved here.
21620
21621 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21622
21623 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
21624 code guarded by #ifdef NO_PROTOTYPES.
21625 (t_double_many_args): Likewise.
21626 (DEF_FUNC_MANY_ARGS_1): Likewise.
21627 (DEF_FUNC_VALUES_1): Likewise.
21628 (t_structs_ldc): Renamed from t_structs_fc in conditional code
21629 guarded by #ifdef PROTOTYPES.
21630
21631 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21632
21633 * gdb.mi/mi-console.c: Add eye-catcher.
21634 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
21635 instead of literal line number.
21636
21637 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21638
21639 * gdb.base/shr2.c: Add eye-catcher.
21640 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
21641 line number.
21642
21643 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21644
21645 * gdb.base/jump.c: Add eye-catchers.
21646 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
21647 numbers.
21648
21649 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21650
21651 * gdb.base/execd-prog.c: Add eye-catchers.
21652 * gdb.base/foll-exec.c: Likewise.
21653 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
21654 line numbers.
21655
21656 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21657
21658 * gdb.base/ending-run.c: Add eye-catchers.
21659 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
21660 literal line numbers.
21661
21662 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21663
21664 * gdb.base/call-rt-st.c: Add eye-catchers.
21665 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
21666 literal line numbers.
21667
21668 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21669
21670 * gdb.base/call-ar-st.c: Add eye-catchers.
21671 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
21672 literal line numbers.
21673
21674 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21675
21676 * gdb.base/average.c: Add eye-catchers.
21677 * gdb.base/sum.c: Likewise.
21678 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
21679 regexps dynamically.
21680
21681 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21682
21683 * gdb.base/solib1.c: Add eye-catchers.
21684 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
21685 literal line numbers.
21686
21687 2014-11-12 Pedro Alves <palves@redhat.com>
21688
21689 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
21690 leader has exited.
21691
21692 2014-11-12 Pedro Alves <palves@redhat.com>
21693
21694 * gdb.arch/i386-bp_permanent.c: New file.
21695 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
21696 (srcfile): Set to i386-bp_permanent.c.
21697 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
21698 that stepi does not execute the 'leave' instruction, instead of
21699 testing it does execute.
21700 * gdb.base/bp-permanent.c: New file.
21701 * gdb.base/bp-permanent.exp: New file.
21702
21703 2014-11-10 Doug Evans <xdje42@gmail.com>
21704
21705 PR symtab/17564
21706 * gdb.base/symtab-search-order.exp: New file.
21707 * gdb.base/symtab-search-order.c: New file.
21708 * gdb.base/symtab-search-order-1.c: New file.
21709 * gdb.base/symtab-search-order-shlib-1.c: New file.
21710
21711 2014-11-07 Pedro Alves <palves@redhat.com>
21712
21713 PR gdb/17511
21714 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
21715 i?86-*-linux*.
21716
21717 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
21718
21719 PR c++/17494
21720 * gdb.cp/pr17494.cc: New file.
21721 * gdb.cp/pr17494.exp: New file.
21722
21723 2014-11-02 Yao Qi <yao@codesourcery.com>
21724
21725 * gdb.python/python.exp: Get working directory and match the
21726 output of "set extended-prompt \\w " with it.
21727
21728 2014-10-30 Doug Evans <dje@google.com>
21729
21730 * gdb.python/py-objfile.exp: Add tests for setting random attributes
21731 in objfiles.
21732 * gdb.python/py-progspace.exp: Add tests for setting random attributes
21733 in progspaces.
21734
21735 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
21736
21737 * gdb.base/fullpath-expand.exp: Skip for a remote host.
21738 * gdb.base/realname-expand.exp: Likewise.
21739 * gdb.linespec/macro-relative.exp: Likewise.
21740
21741 2014-10-29 Pedro Alves <palves@redhat.com>
21742
21743 PR gdb/17408
21744 * gdb.threads/schedlock.c (some_function): New function.
21745 (call_function): New global.
21746 (MAYBE_CALL_SOME_FUNCTION): New macro.
21747 (thread_function): Call it.
21748 * gdb.threads/schedlock.exp (get_args): Add description parameter,
21749 and use it instead of a global counter. Adjust all callers.
21750 (get_current_thread): Use "find current thread" for test message
21751 here rather than having all callers pass down the same string.
21752 (goto_loop): New procedure, factored out from ...
21753 (my_continue): ... this.
21754 (step_ten_loops): Change parameter from test message to command to
21755 use. Adjust.
21756 (list_count): Delete global.
21757 (check_result): New procedure, factored out from duplicate top
21758 level code.
21759 (continue tests): Wrap in with_test_prefix.
21760 (test_step): New procedure, factored out from duplicate top level
21761 code.
21762 (top level): Test "step" in combination with all scheduler-locking
21763 modes. Test "next" in combination with all scheduler-locking
21764 modes, and in combination with stepping over a function call or
21765 not.
21766 * gdb.threads/next-bp-other-thread.c: New file.
21767 * gdb.threads/next-bp-other-thread.exp: New file.
21768
21769 2014-10-29 Pedro Alves <palves@redhat.com>
21770
21771 PR python/17372
21772 * gdb.python/python.exp: Test a multi-line command that spawns
21773 interactive Python.
21774 * gdb.base/multi-line-starts-subshell.exp: New file.
21775
21776 2014-10-29 Yao Qi <yao@codesourcery.com>
21777
21778 * gdb.base/fileio.exp: Make directories on host.
21779
21780 2014-10-29 Yao Qi <yao@codesourcery.com>
21781
21782 * gdb.base/fileio.c (test_write): Close the file.
21783
21784 2014-10-28 Pedro Alves <palves@redhat.com>
21785
21786 PR gdb/12623
21787 * gdb.base/sigstep.c (no_handler): New global.
21788 (main): If 'no_handler is true, set the signal handlers to
21789 SIG_IGN.
21790 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
21791 with_sw_watch and no_handler parameters. Handle them.
21792 (top level) <stepping over handler when stopped at a breakpoint
21793 test>: Add a test axis for testing with a software watchpoint, and
21794 another for testing with the signal handler set to SIG_IGN.
21795 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
21796 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
21797
21798 2014-10-28 Pedro Alves <palves@redhat.com>
21799
21800 PR gdb/17511
21801 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
21802 * gdb.base/sigstep.exp (other_handler_location): New global.
21803 (advance): Support stepping into the signal handler, and running
21804 commands while in the handler.
21805 (in_handler_map): New global.
21806 (top level): In the advance test, add combinations for getting
21807 into the handler with stepping commands, and for running commands
21808 in the handler. Add comment descripting the advancei tests.
21809
21810 2014-10-28 Pedro Alves <palves@redhat.com>
21811
21812 * gdb.base/sigstep.exp: Use build_executable instead of
21813 prepare_for_testing.
21814 (top level): Move code that starts GDB, runs to main and creates a
21815 display to ...
21816 (restart): ... this new procedure.
21817 (top level): Move backtrace from signal handler test to ...
21818 (validate_backtrace): ... this new procedure.
21819 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
21820 with_test_prefix. Always restart GDB.
21821 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
21822 with_test_prefix. Always restart GDB. No need to delete
21823 breakpoints after the test.
21824 (test_skip_handler): Remove prefix parameter.
21825 (skip_over_handler, breakpoint_to_handler)
21826 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
21827 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
21828 restart GDB. No need to delete breakpoints after the test.
21829 (top level): Use foreach to call the test procedures with
21830 different commands.
21831
21832 2014-10-28 Pedro Alves <palves@redhat.com>
21833
21834 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
21835 instead of GNATS numbers.
21836 * gdb.base/sigbpt.exp: Likewise.
21837 * gdb.base/siginfo.exp: Likewise.
21838 * gdb.base/sigstep.exp: Likewise.
21839
21840 2014-10-27 Pedro Alves <palves@redhat.com>
21841
21842 * gdb.base/sigstep.c (dummy): New global.
21843 (main): Issue a couple writes to the new global.
21844 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
21845 procedures.
21846 (skip_over_handler): Use test_skip_handler.
21847 (top level): Call skip_over_handler for stepi and nexti too.
21848 (breakpoint_over_handler): Use test_skip_handler.
21849 (top level): Call breakpoint_over_handler for stepi and nexti too.
21850
21851 2014-10-27 Yao Qi <yao@codesourcery.com>
21852
21853 * gdb.trace/tfile.c (adjust_function_address)
21854 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
21855 function descriptor.
21856
21857 2014-10-24 Don Breazeal <donb@codesourcery.com>
21858
21859 * gdb.base/foll-fork.exp (test_follow_fork,
21860 catch_fork_child_follow): Check for updated fork messages emitted
21861 from infrun.c.
21862 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
21863 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
21864 vfork_and_exec_child_follow_through_step): Check for updated vfork
21865 messages emitted from infrun.c.
21866
21867 2014-10-24 Pedro Alves <palves@redhat.com>
21868
21869 * gdb.base/corefile.exp: Remove references to ultrix.
21870 * gdb.base/interrupt.exp: Likewise.
21871 * gdb.base/whatis.exp: Likewise.
21872 * gdb.gdb/selftest.exp: Likewise.
21873 * gdb.threads/manythreads.exp: Likewise.
21874 * gdb.threads/print-threads.exp: Likewise.
21875 * gdb.threads/pthreads.exp:: Likewise.
21876 * gdb.threads/schedlock.exp: Likewise.
21877
21878 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
21879
21880 * gdb.cp/non-trivial-retval.cc: Add a test case.
21881 * gdb.cp/non-trivial-retval.exp: Add a test.
21882
21883 2014-10-20 Yao Qi <yao@codesourcery.com>
21884
21885 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
21886 * gdb.python/py-objfile-script-gdb.py: New file.
21887 * gdb.python/py-objfile-script.exp: Update reference to
21888 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
21889 of remote_download. Remove the dest file.
21890
21891 2014-10-20 Yao Qi <yao@codesourcery.com>
21892
21893 * gdb.base/checkpoint.exp: Don't remove file copied on host.
21894 * gdb.base/step-line.exp: Likewise.
21895 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
21896 * gdb.dwarf2/dw2-basic.exp: Likewise.
21897 * gdb.dwarf2/dw2-compressed.exp: Likewise.
21898 * gdb.dwarf2/dw2-filename.exp: Likewise.
21899 * gdb.dwarf2/dw2-intercu.exp: Likewise.
21900 * gdb.dwarf2/dw2-intermix.exp: Likewise.
21901 * gdb.dwarf2/dw2-producer.exp: Likewise.
21902 * gdb.dwarf2/mac-fileno.exp: Likewise.
21903 * gdb.python/py-frame-args.exp: Likewise.
21904 * gdb.python/py-framefilter.exp: Likewise.
21905 * gdb.python/py-mi.exp: Likewise.
21906 * gdb.python/py-objfile-script.exp: Likewise
21907 * gdb.python/py-pp-integral.exp: Likewise.
21908 * gdb.python/py-pp-re-notag.exp: Likewise.
21909 * gdb.python/py-prettyprint.exp: Likewise.
21910 * gdb.python/py-section-script.exp: Likewise.
21911 * gdb.python/py-typeprint.exp: Likewise.
21912 * gdb.python/py-xmethods.exp: Likewise.
21913 * gdb.stabs/weird.exp: Likewise.
21914 * gdb.xml/tdesc-regs.exp: Likewise.
21915
21916 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
21917
21918 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
21919 (out_cu): Use addr_len for the size of addresses.
21920 (out_line): Likewise. Size DW_LNE_set_address instruction
21921 according to addr_len.
21922 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
21923 (FUNC): Add START_INSNS to definition.
21924
21925 2014-10-18 Yao Qi <yao@codesourcery.com>
21926
21927 * gdb.base/argv0-symlink.exp: Check argv[0] value if
21928 gdb_has_argv0 return true.
21929 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
21930 check [target_info exists noargs], check [gdb_has_argv0]
21931 instead.
21932 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
21933 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
21934 procedures.
21935
21936 2014-10-17 Doug Evans <dje@google.com>
21937
21938 * gdb.python/py-events.exp: Update expected output for clear_objfiles
21939 event.
21940 * gdb.python/py-events.py: Add clear_objfiles event.
21941
21942 2014-10-17 Doug Evans <dje@google.com>
21943
21944 * gdb.python/py-objfile.exp: Test progspace attribute.
21945
21946 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
21947
21948 * gdb.guile/scm-breakpoint.exp: Do not assume any
21949 directory separators when matching source file paths.
21950 * gdb.python/py-breakpoint.exp: Likewise.
21951 * gdb.reverse/break-precsave.exp: Likewise.
21952 * gdb.reverse/break-reverse.exp: Likewise.
21953 * gdb.reverse/consecutive-precsave.exp: Likewise.
21954 * gdb.reverse/finish-precsave.exp: Likewise.
21955 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
21956 * gdb.reverse/finish-reverse.exp: Likewise.
21957 * gdb.reverse/i386-precsave.exp: Likewise.
21958 * gdb.reverse/i387-env-reverse.exp: Likewise.
21959 * gdb.reverse/i387-stack-reverse.exp: Likewise.
21960 * gdb.reverse/machinestate-precsave.exp: Likewise.
21961 * gdb.reverse/machinestate.exp: Likewise.
21962 * gdb.reverse/sigall-precsave.exp: Likewise.
21963 * gdb.reverse/solib-precsave.exp: Likewise.
21964 * gdb.reverse/step-precsave.exp: Likewise.
21965 * gdb.reverse/until-precsave.exp: Likewise.
21966 * gdb.reverse/watch-precsave.exp: Likewise.
21967 * gdb.reverse/watch-reverse.exp: Likewise.
21968
21969 2014-10-17 Yao Qi <yao@codesourcery.com>
21970
21971 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
21972 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
21973
21974 2014-10-17 Pedro Alves <palves@redhat.com>
21975
21976 PR gdb/17471
21977 * gdb.base/bg-execution-repeat.c: New file.
21978 * gdb.base/bg-execution-repeat.exp: New file.
21979
21980 2014-10-17 Pedro Alves <palves@redhat.com>
21981
21982 PR gdb/17300
21983 * gdb.base/continue-all-already-running.c: New file.
21984 * gdb.base/continue-all-already-running.exp: New file.
21985
21986 2014-10-17 Pedro Alves <palves@redhat.com>
21987
21988 PR gdb/17472
21989 * gdb.base/annota-input-while-running.c: New file.
21990 * gdb.base/annota-input-while-running.exp: New file.
21991
21992 2014-10-17 Pedro Alves <palves@redhat.com>
21993
21994 * gdb.base/callfuncs.exp: emove references to osf.
21995 * gdb.base/sigall.exp: Likewise.
21996 * gdb.gdb/selftest.exp: Likewise.
21997 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
21998 * gdb.mi/non-stop.c: Likewise.
21999 * gdb.mi/pthreads.c: Likewise.
22000 * gdb.reverse/sigall-precsave.exp: Likewise.
22001 * gdb.reverse/sigall-reverse.exp: Likewise.
22002 * gdb.threads/pthreads.c: Likewise.
22003 * gdb.threads/pthreads.exp: Likewise.
22004
22005 2014-10-17 Yao Qi <yao@codesourcery.com>
22006
22007 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
22008 check 'target_info exists noargs'.
22009 (test_command_prompt_position): Likewise.
22010 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
22011 Remove "set args".
22012 (progvar_simple_while_test): Likewise.
22013 (progvar_complex_if_while_test): Likewise.
22014 (if_while_breakpoint_command_test): Likewise.
22015 (infrun_breakpoint_command_test): Likewise.
22016 (breakpoint_command_test): Likewise.
22017 (watchpoint_command_test): Likewise.
22018 (bp_deleted_in_command_test): Likewise.
22019 (temporary_breakpoint_commands): Likewise.
22020
22021 2014-10-16 Yao Qi <yao@codesourcery.com>
22022
22023 * gdb.base/remotetimeout.exp: Remove noargs checking.
22024
22025 2014-10-15 Pedro Alves <palves@redhat.com>
22026
22027 PR breakpoints/9649
22028 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
22029 * gdb.base/breakpoint-in-ro-region.exp
22030 (probe_target_hardware_step): New procedure.
22031 (top level): Probe hardware stepping and hardware breakpoint
22032 support. Test stepping through a read-only region, with both
22033 "breakpoint auto-hw" on and off and both "always-inserted" on and
22034 off.
22035
22036 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
22037
22038 * gdb.dlang/demangle.exp: Update for demangling changes.
22039
22040 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
22041
22042 * gdb.cp/non-trivial-retval.cc: Add new test cases.
22043 * gdb.cp/non-trivial-retval.exp: Add new tests.
22044
22045 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
22046
22047 PR c++/13403
22048 PR c++/15154
22049 * gdb.cp/non-trivial-retval.cc: New file.
22050 * gdb.cp/non-trivial-retval.exp: New file.
22051
22052 2014-10-15 Yao Qi <yao@codesourcery.com>
22053
22054 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
22055 remote host.
22056
22057 2014-10-15 Yao Qi <yao@codesourcery.com>
22058
22059 * gdb.python/py-symbol.exp: Match file base name if host is
22060 remote, otherwise match file name with dir name.
22061 * gdb.python/py-symtab.exp: Likewise.
22062 * gdb.python/python.exp: Likewise.
22063
22064 2014-10-15 Yao Qi <yao@codesourcery.com>
22065
22066 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
22067 pattern.
22068 * gdb.python/py-symtab.exp: Likewise.
22069 * gdb.python/python.exp: Remove trailing ".*". Fix typo
22070 locationn.
22071
22072 2014-10-14 Joel Brobecker <brobecker@adacore.com>
22073
22074 * gdb.ada/addr_arith: New testcase.
22075
22076 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
22077
22078 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
22079 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
22080 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
22081 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
22082
22083 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
22084
22085 * gdb.arch/stap-eval-lang-ada.S: Likewise.
22086 * gdb.arch/stap-eval-lang-ada.c: Likewise.
22087 * gdb.arch/stap-eval-lang-ada.exp: New file.
22088
22089 2014-10-14 Yao Qi <yao@codesourcery.com>
22090
22091 * gdb.mi/mi-var-child.c (nothing1): New function.
22092 (nothing2): New function.
22093 (do_children_tests): Set function pointers by nothing1 and
22094 nothing2.
22095 * gdb.mi/mi-var-child.exp: Step over new added statements.
22096 Update test to match the new output.
22097 * gdb.mi/var-cmd.c (nothing1): New function.
22098 (nothing2): New function.
22099 (do_children_tests): Set function pointers by nothing1 and
22100 nothing2.
22101 * gdb.mi/mi-var-display.exp: Update test to match output.
22102 Step to the line specified by $line_dct_nothing.
22103 Increase the number of lines to step.
22104
22105 2014-10-14 Yao Qi <yao@codesourcery.com>
22106
22107 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
22108 tests.
22109 * gdb.mi/mi2-var-child.exp: Likewise.
22110
22111 2014-10-13 Doug Evans <dje@google.com>
22112
22113 * gdb.python/py-objfile.exp: Change name of file name test.
22114
22115 2014-10-13 Doug Evans <dje@google.com>
22116
22117 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
22118 from the start of the CU.
22119
22120 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
22121 Yao Qi <yao@codesourcery.com>
22122
22123 Fix "save breakpoints" for "catch" command.
22124 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
22125 Remove -nonewline. Match also the added "main" line.
22126
22127 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
22128
22129 Fix "save breakpoints" for "disable $bpnum" command.
22130 * gdb.base/save-bp.c (main): Add label.
22131 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
22132
22133 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
22134
22135 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
22136
22137 2014-10-11 Yao Qi <yao@codesourcery.com>
22138
22139 * gdb.server/server-kill.exp: Execute command
22140 "set remote trace-status-packet on" before "tstatus".
22141
22142 2014-10-11 Yao Qi <yao@codesourcery.com>
22143
22144 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
22145 (main): Call getppid.
22146 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
22147 and continue to it. Read variable "server_pid".
22148
22149 2014-10-11 Yao Qi <yao@codesourcery.com>
22150
22151 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
22152
22153 2014-10-11 Yao Qi <yao@codesourcery.com>
22154
22155 * gdb.threads/thread-find.exp: Don't execute command
22156 "info threads".
22157 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
22158 * gdb.threads/linux-dp.exp: Don't check the condition
22159 $threads_created equals to zero.
22160
22161 2014-10-10 Pedro Alves <palves@redhat.com>
22162
22163 * gdb.base/bigcore.exp: Remove references to IRIX.
22164 * gdb.base/funcargs.exp: Likewise.
22165 * gdb.base/interrupt.exp: Likewise.
22166 * gdb.base/mips_pro.exp: Likewise.
22167 * gdb.base/nodebug.exp: Likewise.
22168 * gdb.base/setvar.exp: Likewise.
22169 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
22170
22171 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
22172 Pedro Alves <palves@redhat.com>
22173
22174 PR symtab/14466
22175 * gdb.base/vdso-warning.c: New file.
22176 * gdb.base/vdso-warning.exp: New file.
22177
22178 2014-10-02 Doug Evans <dje@google.com>
22179
22180 * gdb.base/structs.c (main): Don't run forever.
22181
22182 2014-10-02 Pedro Alves <palves@redhat.com>
22183
22184 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
22185 (top level) <stop threads 1, stop threads 2>: Use it.
22186
22187 2014-10-02 Pedro Alves <palves@redhat.com>
22188
22189 * gdb.threads/break-while-running.exp (test): Add new
22190 'update_thread_list' argument. Skip "info threads" if false.
22191 (top level): Add new 'update_thread_list' axis.
22192
22193 2014-10-02 Pedro Alves <palves@redhat.com>
22194
22195 PR breakpoints/17431
22196 * gdb.base/execl-update-breakpoints.c: New file.
22197 * gdb.base/execl-update-breakpoints.exp: New file.
22198
22199 2014-10-01 Pedro Alves <palves@redhat.com>
22200
22201 * gdb.base/breakpoint-in-ro-region.c: New file.
22202 * gdb.base/breakpoint-in-ro-region.exp: New file.
22203
22204 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
22205
22206 * gdb.mi/mi-exit-code.exp: New file.
22207 * gdb.mi/mi-exit-code.c: New file.
22208
22209 2014-09-30 Yao Qi <yao@codesourcery.com>
22210
22211 * lib/prelink-support.exp (build_executable_own_libs): Error if
22212 the target isn't native.
22213
22214 2014-09-30 Yao Qi <yao@codesourcery.com>
22215
22216 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
22217 false.
22218
22219 2014-09-22 Pedro Alves <palves@redhat.com>
22220
22221 * gdb.threads/break-while-running.exp: New file.
22222 * gdb.threads/break-while-running.c: New file.
22223
22224 2014-09-19 Yao Qi <yao@codesourcery.com>
22225
22226 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
22227 Invoke test. Restart GDB with --readnow and invoke test again.
22228
22229 2014-09-19 Yao Qi <yao@codesourcery.com>
22230
22231 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
22232 proc set_breakpoint_on_gcd_function. Invoke
22233 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
22234 invoke set_breakpoint_on_gcd_function again.
22235
22236 2014-09-18 Doug Evans <dje@google.com>
22237
22238 * gdb.dwarf2/symtab-producer.exp: New file.
22239
22240 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
22241
22242 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
22243 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
22244 * gdb.base/global-var-nested-by-dso.c: Likewise.
22245 * gdb.base/global-var-nested-by-dso.exp: Likewise.
22246
22247 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
22248 Pedro Alves <palves@redhat.com>
22249
22250 * gdb.base/watch-bitfields.exp: Pass string other than test file
22251 name to prepare_for_testing.
22252 (watch): New procedure.
22253 (expect_watchpoint): Use with_test_prefix.
22254 (top level): Factor out tests to ...
22255 (test_watch_location, test_regular_watch): ... these new
22256 procedures, and use with_test_prefix and gdb_continue_to_end.
22257
22258 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
22259
22260 PR breakpoints/12526
22261 * gdb.base/watch-bitfields.exp: New file.
22262 * gdb.base/watch-bitfields.c: New file.
22263
22264 2014-09-16 Pedro Alves <palves@redhat.com>
22265
22266 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
22267 software and hardware addresses, not software address against
22268 itself.
22269
22270 2014-09-16 Pedro Alves <palves@redhat.com>
22271
22272 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
22273 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
22274
22275 2014-09-16 Pedro Alves <palves@redhat.com>
22276
22277 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
22278 files.
22279 * gdb.base/a2-run.exp: Remove all code guarded by istarget
22280 "*-*-vxworks*" throughout.
22281 * gdb.base/break.exp: Likewise.
22282 * gdb.base/default.exp: Likewise.
22283 * gdb.base/scope.exp: Likewise.
22284 * gdb.base/sepdebug.exp: Likewise.
22285 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
22286 throughout.
22287 * gdb.base/run.c: Likewise.
22288 * gdb.base/sepdebug.c: Likewise.
22289 * gdb.hp/gdb.aCC/run.c: Likewise.
22290 * gdb.reverse/until-reverse.c: Likewise.
22291 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
22292
22293 2014-09-16 Yao Qi <yao@codesourcery.com>
22294
22295 * boards/local-remote-host-native.exp: New file.
22296
22297 2014-09-14 Doug Evans <xdje42@gmail.com>
22298
22299 * gdb.threads/queue-signal.c (thread_count): New variable.
22300 (thread_count_mutex, thread_count_condvar): New variables.
22301 (incr_thread_count, wait_all_threads_running): New functions.
22302 (main): Wait for all threads to be in their thread functions.
22303
22304 2014-09-13 Doug Evans <xdje42@gmail.com>
22305
22306 * gdb.threads/queue-signal.c: New file.
22307 * gdb.threads/queue-signal.exp: New file.
22308
22309 2014-09-13 Doug Evans <xdje42@gmail.com>
22310
22311 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
22312 be consistent with what default_gdb_init uses.
22313 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
22314 the plain text of the prompt. Add some logging printfs.
22315 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
22316
22317 2014-09-12 Pedro Alves <palves@redhat.com>
22318
22319 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
22320 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
22321 * gdb.arch/i386-size-overlap.exp: Likewise.
22322 * gdb.arch/i386-size.exp: Likewise.
22323 * gdb.arch/i386-unwind.exp: Likewise.
22324 * gdb.base/a2-run.exp: Likewise.
22325 * gdb.base/break.exp: Likewise.
22326 * gdb.base/charset.exp: Likewise.
22327 * gdb.base/chng-syms.exp: Likewise.
22328 * gdb.base/commands.exp: Likewise.
22329 * gdb.base/dbx.exp: Likewise.
22330 * gdb.base/find.exp: Likewise.
22331 * gdb.base/funcargs.exp: Likewise.
22332 * gdb.base/jit-simple.exp: Likewise.
22333 * gdb.base/reread.exp: Likewise.
22334 * gdb.base/sepdebug.exp: Likewise.
22335 * gdb.base/step-bt.exp: Likewise.
22336 * gdb.cp/mb-inline.exp: Likewise.
22337 * gdb.cp/mb-templates.exp: Likewise.
22338 * gdb.objc/basicclass.exp: Likewise.
22339 * gdb.threads/killed.exp: Likewise.
22340
22341 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
22342
22343 PR tdep/17379
22344 * gdb.arch/powerpc-stackless.S: New file.
22345 * gdb.arch/powerpc-stackless.exp: New file.
22346
22347 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
22348
22349 * gdb.base/attach.c: Include unistd.h.
22350 (main): Call alarm. Add label postloop.
22351 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
22352 gdb_breakpoint, gdb_continue_to_breakpoint.
22353 (test_command_line_attach_run): Kill ${testpid} in one exit path.
22354
22355 2014-09-11 Pedro Alves <palves@redhat.com>
22356
22357 PR gdb/17347
22358 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
22359 * gdb.base/attach.exp (test_command_line_attach_run): New
22360 procedure.
22361 (top level): Call it.
22362
22363 2014-09-11 Pedro Alves <palves@redhat.com>
22364
22365 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
22366 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
22367 (do_command_attach_tests): Use spawn_wait_for_attach.
22368 * gdb.base/solib-overlap.exp: Likewise.
22369 * gdb.multi/multi-attach.exp: Likewise.
22370 * gdb.python/py-prompt.exp: Likewise.
22371 * gdb.python/py-sync-interp.exp: Likewise.
22372 * gdb.server/ext-attach.exp: Likewise.
22373
22374 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
22375
22376 * gdb.fortran/array-element.exp: Remove unexpected "continue"
22377 command in testcase. Simplify testcase.
22378
22379 2014-09-10 Joel Brobecker <brobecker@adacore.com>
22380
22381 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
22382
22383 2014-09-10 Joel Brobecker <brobecker@adacore.com>
22384
22385 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
22386
22387 2014-09-10 Joel Brobecker <brobecker@adacore.com>
22388
22389 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
22390
22391 2014-09-10 Joel Brobecker <brobecker@adacore.com>
22392
22393 * gdb.dwarf2/dynarr-ptr.c: New file.
22394 * gdb.dwarf2/dynarr-ptr.exp: New file.
22395
22396 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22397
22398 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
22399 of 30 rather than hardcoding 120 for a slow test case. Take the
22400 `gdb,timeout' target setting into account for this calculation.
22401 Don't extend the timeout for the test cases that don't need it.
22402
22403 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22404
22405 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
22406 a factor of 2 for a slow test case. Take the `gdb,timeout'
22407 target setting into account for this calculation.
22408 * gdb.reverse/until-precsave.exp: Increase the timeout by
22409 a factor of 15 and 3 respectively rather than adding 120
22410 for a pair of slow test cases. Take the `gdb,timeout'
22411 target setting into account for this calculation.
22412
22413 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22414
22415 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
22416 timeout, don't pass one down to gdb_expect.
22417 (gdb_expect): Rework timeout selection.
22418
22419 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22420
22421 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
22422 exception on timeout.
22423 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
22424 (gdbserver_start_extended): Catch any `gdbserver_start' error
22425 exceptions.
22426 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
22427 * lib/mi-support.exp (mi_gdb_target_load): Catch any
22428 `gdbserver_gdb_load' error exceptions.
22429
22430 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22431
22432 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
22433 120 on waiting for the TCP socket to open.
22434
22435 2014-09-09 Doug Evans <xdje42@gmail.com>
22436
22437 * gdb.base/default.exp (show_conv_list): Add _caller_is,
22438 _caller_matches, _any_caller_is, _any_caller_matches.
22439
22440 2014-09-09 Doug Evans <xdje42@gmail.com>
22441
22442 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
22443
22444 2014-09-09 Yao Qi <yao@codesourcery.com>
22445
22446 * gdb.mi/mi-var-display.exp: Set print symbol off.
22447
22448 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
22449
22450 PR gdb/17035
22451 * gdb.base/commands.exp: Add tests to verify user-defined
22452 commands with empty bodies.
22453 * gdb.python/py-cmd.exp: Test that we don't show user-defined
22454 python commands in `show user command`.
22455 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
22456 scheme commands in `show user command`.
22457
22458 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
22459
22460 PR python/17355
22461 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
22462 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
22463 * gdb.python/py-framefilter-invalidarg.exp: New file.
22464 * gdb.python/py-framefilter-invalidarg.py: New file.
22465
22466 2014-09-06 Doug Evans <xdje42@gmail.com>
22467
22468 PR 15276
22469 * gdb.python/py-caller-is.c: New file.
22470 * gdb.python/py-caller-is.exp: New file.
22471
22472 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
22473
22474 PR gdb/17235
22475 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
22476 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
22477
22478 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
22479
22480 PR fortran/17237
22481 * gdb.fortran/print-formatted.exp: New file.
22482 * gdb.fortran/print-formatted.f90: Likewise.
22483
22484 2014-09-03 Sasha Smundak <asmundak@google.com>
22485
22486 * gdb.python/py-frame.exp: Test Frame.read_register.
22487
22488 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
22489
22490 PR python/16699
22491 * gdb.python/py-completion.exp: New file.
22492 * gdb.python/py-completion.py: Likewise.
22493
22494 2014-08-28 Doug Evans <dje@google.com>
22495
22496 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
22497 eax,etc. are live with values set by gdb and thus the compiler can't
22498 use them.
22499 * gdb.arch/i386-pseudo.c (main): Ditto.
22500
22501 2014-08-27 Doug Evans <dje@google.com>
22502
22503 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
22504
22505 2014-08-25 Doug Evans <dje@google.com>
22506
22507 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
22508 (main): Ditto.
22509
22510 2014-08-25 Doug Evans <dje@google.com>
22511
22512 * gdb.threads/thread-execl.exp: #include <stdio.h>.
22513
22514 2014-08-24 Yao Qi <yao@codesourcery.com>
22515
22516 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
22517 symbol off.
22518 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
22519
22520 2014-08-22 Doug Evans <dje@google.com>
22521
22522 PR 17276
22523 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
22524 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
22525 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
22526
22527 2014-08-22 Yao Qi <yao@codesourcery.com>
22528
22529 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
22530 * gdb.python/py-finish-breakpoint2.exp: Likewise.
22531 * gdb.python/python.exp: Likewise. Use .py file on the host
22532 instead of the build.
22533
22534 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
22535
22536 * gdb.threads/gcore-stale-thread.c: New file.
22537 * gdb.threads/gcore-stale-thread.exp: New file.
22538
22539 2014-08-21 Pedro Alves <palves@redhat.com>
22540
22541 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
22542 * gdb.base/gcore-relro-pie.exp: Likewise.
22543 * gdb.base/gcore-relro.exp: Likewise.
22544 * gdb.base/gcore.exp: Likewise.
22545 * gdb.base/print-symbol-loading.exp: Likewise.
22546 * gdb.threads/gcore-thread.exp: Likewise.
22547 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
22548
22549 2014-08-20 Pedro Alves <palves@redhat.com>
22550 Jan Kratochvil <jan.kratochvil@redhat.com>
22551
22552 * Makefile.in (EXTRA_RULES, CC): New variables, get from
22553 configure.
22554 (EXPECT): Handle READ1 being set.
22555 (all): Depend on EXTRA_RULES.
22556 (check-read1, expect-read1, read1.so, read1): New rules.
22557 * README (Testsuite Parameters): Document the READ1 make variable.
22558 (Race detection): New section.
22559 * configure: Regenerate.
22560 * configure.ac: If build==host==target, and running under a
22561 GNU/glibc system, add read1 to the extra Makefile rules.
22562 (EXTRA_RULES): AC_SUBST it.
22563 * lib/read1.c: New file.
22564
22565 2014-08-20 Joel Brobecker <brobecker@adacore.com>
22566
22567 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
22568 the handling of variables declared as a typedef to an array
22569 which a DW_AT_data_location attribute.
22570
22571 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
22572 Pedro Alves <palves@redhat.com>
22573
22574 PR symtab/14604
22575 PR symtab/14605
22576 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
22577 gdb_test.
22578
22579 2014-08-19 Pedro Alves <palves@redhat.com>
22580
22581 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
22582
22583 2014-08-19 Yao Qi <yao@codesourcery.com>
22584
22585 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
22586 right line.
22587
22588 2014-08-18 David Blaikie <dblaikie@gmail.com>
22589
22590 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
22591
22592 2014-08-18 Joel Brobecker <brobecker@adacore.com>
22593
22594 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
22595 attribute in array range.
22596
22597 2014-08-18 Joel Brobecker <brobecker@adacore.com>
22598
22599 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
22600
22601 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
22602
22603 PR c++/17132
22604 * gdb.cp/pr17132.cc: New file.
22605 * gdb.cp/pr17132.exp: New file.
22606
22607 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
22608
22609 * gdb.python/py-xmethods.py (A_getarrayind)
22610 (E_method_char_worker.__call__, E_method_int_worker.__call__):
22611 Use 'print' with function call syntax.
22612 (E_method_matcher.match): Fix tab vs space indentation mixup.
22613
22614 2014-08-15 Yao Qi <yao@codesourcery.com>
22615
22616 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
22617 false.
22618
22619 2014-08-15 Yao Qi <yao@codesourcery.com>
22620
22621 * gdb.cp/casts.exp: Set print symbol off.
22622 * gdb.cp/class2.exp: Likewise.
22623 * gdb.cp/overload.exp: Likewise.
22624 * gdb.cp/templates.exp: Likewise.
22625
22626 2014-08-11 Doug Evans <dje@google.com>
22627
22628 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
22629 (test_load_shlib): Update.
22630
22631 2014-08-09 Yao Qi <yao@codesourcery.com>
22632
22633 * gdb.base/display.exp: Invoke is_address_zero_readable.
22634 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
22635 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
22636 * gdb.base/hbreak-unmapped.exp: Return if
22637 is_address_zero_readable returns true.
22638 * gdb.base/signest.exp: Likewise.
22639 * gdb.base/signull.exp: Likewise.
22640 * gdb.base/sigbpt.exp: Likewise.
22641 * gdb.guile/scm-disasm.exp: Do the test if
22642 is_address_zero_readable returns false.
22643 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
22644 * gdb.python/py-arch.exp: Likewise.
22645 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
22646 * lib/gdb.exp (is_address_zero_readable): New proc.
22647
22648 2014-08-09 Yao Qi <yao@codesourcery.com>
22649
22650 PR testsuite/13443
22651 * gdb.mi/mi-var-display.exp: Make test messages unique.
22652
22653 2014-08-04 Tom Tromey <tromey@redhat.com>
22654
22655 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
22656 target 0".
22657
22658 2014-08-04 Tom Tromey <tromey@redhat.com>
22659
22660 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
22661 "target_resume".
22662
22663 2014-08-01 Joel Brobecker <brobecker@adacore.com>
22664
22665 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
22666 inner_vla_struct_object_size.
22667 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
22668 as xfail.
22669
22670 2014-07-30 Pedro Alves <palves@redhat.com>
22671
22672 * gdb.threads/signal-command-handle-nopass.exp (test): Add
22673 comment.
22674
22675 2014-07-29 Yao Qi <yao@codesourcery.com>
22676
22677 PR gdb/17206
22678 * gdb.base/until-nodebug.exp: New.
22679
22680 2014-07-28 Doug Evans <xdje42@gmail.com>
22681
22682 PR guile/17203
22683 * gdb.guile/scm-parameter.exp: Add tests for trying to create
22684 previously existing parameter, and previously ambiguously spelled
22685 parameter.
22686
22687 2014-07-28 Will Newton <will.newton@linaro.org>
22688
22689 * gdb.base/varargs.exp: Remove KFAILs for ARM.
22690
22691 2014-07-26 Ludovic Courtès <ludo@gnu.org>
22692 Doug Evans <xdje42@gmail.com>
22693
22694 PR guile/17146
22695 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
22696
22697 2014-07-25 Pedro Alves <palves@redhat.com>
22698
22699 * gdb.threads/signal-command-handle-nopass.c: New file.
22700 * gdb.threads/signal-command-handle-nopass.exp: New file.
22701 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
22702 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
22703 * gdb.threads/signal-delivered-right-thread.c: New file.
22704 * gdb.threads/signal-delivered-right-thread.exp: New file.
22705
22706 2014-07-25 Pedro Alves <palves@redhat.com>
22707
22708 * gdb.base/double-prompt-target-event-error.exp
22709 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
22710 match.
22711 (cancel_pagination_in_target_event): Rework double prompt
22712 detection.
22713 * gdb.base/paginate-after-ctrl-c-running.exp
22714 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
22715 <return>' match.
22716 * gdb.base/paginate-bg-execution.exp
22717 (test_bg_execution_pagination_return)
22718 (test_bg_execution_pagination_cancel): Remove '-notransfer
22719 <return>' matches.
22720 * gdb.base/paginate-execution-startup.exp
22721 (test_fg_execution_pagination_return)
22722 (test_fg_execution_pagination_cancel): Remove '-notransfer
22723 <return>' matches.
22724 * gdb.base/paginate-inferior-exit.exp
22725 (test_paginate_inferior_exited): Remove '-notransfer <return>'
22726 match.
22727 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
22728 * lib/gdb.exp (pagination_prompt): Run text through
22729 string_to_regexp.
22730 (gdb_test_multiple): Match $pagination_prompt instead of
22731 "<return>".
22732 (string_to_regexp): Move to lib/gdb-utils.exp.
22733
22734 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
22735
22736 * gdb.arch/amd64-entry-value-paramref.S: New file.
22737 * gdb.arch/amd64-entry-value-paramref.cc: New file.
22738 * gdb.arch/amd64-entry-value-paramref.exp: New file.
22739 * gdb.arch/amd64-optimout-repeat.S: New file.
22740 * gdb.arch/amd64-optimout-repeat.c: New file.
22741 * gdb.arch/amd64-optimout-repeat.exp: New file.
22742
22743 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
22744
22745 PR gdb/17170
22746 * gdb.base/statistics.exp: New file.
22747
22748 2014-07-17 Doug Evans <dje@google.com>
22749
22750 PR gdb/17170
22751 * gdb.base/maint.exp: Update testing of per-command stats.
22752
22753 2014-07-16 Pedro Alves <palves@redhat.com>
22754
22755 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
22756 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
22757 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
22758 (tfile_write_buf): New functions.
22759 (add_memory_block): Rewrite using the above.
22760 (adjust_function_address): New function.
22761 (FUNCTION_ADDRESS): New macro.
22762 (write_basic_trace_file): Remove short_x local, and use
22763 tfile_write_16. Change type of func_addr local to unsigned long
22764 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
22765 here. Cast argument of add_memory_block to char pointer.
22766 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
22767 (main): Remove parameters.
22768 * gdb.trace/tfile.exp: Remove nowarnings.
22769
22770 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
22771
22772 * gdb.base/debug-expr.exp: Test string evaluation with
22773 "debug expression" on.
22774
22775 2014-07-15 Pedro Alves <palves@redhat.com>
22776
22777 * gdb.base/reread.exp: Use clean_restart.
22778
22779 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
22780
22781 * gdb.arch/avr-flash-qualifer.c: New.
22782 * gdb.arch/avr-flash-qualifer.exp: New.
22783
22784 2014-07-14 Pedro Alves <palves@redhat.com>
22785
22786 * gdb.base/paginate-after-ctrl-c-running.c: New file.
22787 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
22788
22789 2014-07-14 Pedro Alves <palves@redhat.com>
22790
22791 * gdb.base/double-prompt-target-event-error.c: New file.
22792 * gdb.base/double-prompt-target-event-error.exp: New file.
22793
22794 2014-07-14 Pedro Alves <palves@redhat.com>
22795
22796 PR gdb/17072
22797 * gdb.base/paginate-inferior-exit.c: New file.
22798 * gdb.base/paginate-inferior-exit.exp: New file.
22799
22800 2014-07-14 Pedro Alves <palves@redhat.com>
22801
22802 PR gdb/17072
22803 * gdb.base/paginate-bg-execution.c: New file.
22804 * gdb.base/paginate-bg-execution.exp: New file.
22805
22806 2014-07-14 Pedro Alves <palves@redhat.com>
22807
22808 PR gdb/17072
22809 * gdb.base/paginate-execution-startup.c: New file.
22810 * gdb.base/paginate-execution-startup.exp: New file.
22811 * lib/gdb.exp (pagination_prompt): New global.
22812 (default_gdb_spawn): New procedure, factored out from
22813 default_gdb_spawn.
22814 (default_gdb_start): Adjust to call default_gdb_spawn.
22815 (gdb_spawn): New procedure.
22816
22817 2014-07-14 Pedro Alves <palves@redhat.com>
22818
22819 * lib/gdb.exp (gdb_assert): New procedure.
22820 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
22821
22822 2014-07-14 Pedro Alves <palves@redhat.com>
22823
22824 * gdb.base/execution-termios.c: New file.
22825 * gdb.base/execution-termios.exp: New file.
22826
22827 2014-07-14 Tom Tromey <tromey@redhat.com>
22828
22829 * gdb.cp/vla-cxx.cc: New file.
22830 * gdb.cp/vla-cxx.exp: New file.
22831
22832 2014-07-14 Tom Tromey <tromey@redhat.com>
22833
22834 * gdb.reverse/rerun-prec.c: New file.
22835 * gdb.reverse/rerun-prec.exp: New file.
22836
22837 2014-07-12 Maciej W. Rozycki <macro@mips.com>
22838 Maciej W. Rozycki <macro@codesourcery.com>
22839
22840 * lib/gdb-utils.exp: New file.
22841 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
22842 inline `gdb_init_command' processing.
22843 (gdb_start_cmd): Likewise.
22844 * lib/mi-support.exp (mi_run_cmd): Likewise.
22845 * README: Document `gdb_init_command' and `gdb_init_commands'.
22846
22847 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
22848
22849 Fix false FAIL running under a very long directory name.
22850 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
22851 and "set print elements 10000". Twice.
22852
22853 2014-07-11 Yao Qi <yao@codesourcery.com>
22854
22855 * gdb.base/exprs.exp: "set print symbol off".
22856
22857 2014-07-11 Pedro Alves <palves@redhat.com>
22858
22859 * gdb.threads/kill.c: New file.
22860 * gdb.threads/kill.exp: New file.
22861
22862 2014-07-10 Yao Qi <yao@codesourcery.com>
22863
22864 * gdb.trace/tfile.c (write_basic_trace_file)
22865 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
22866 address written to trace file.
22867
22868 2014-07-09 Pedro Alves <palves@redhat.com>
22869
22870 * gdb.base/attach-wait-input.exp: New file.
22871 * gdb.base/attach-wait-input.c: New file.
22872
22873 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
22874
22875 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
22876 setting up test structures.
22877 (main): Call new test function.
22878 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
22879 test function, continue into test function and walk test
22880 structures.
22881
22882 2014-07-02 Yao Qi <yao@codesourcery.com>
22883
22884 * gdb.trace/entry-values.c: Define labels 'foo_start' and
22885 'bar_start' at the beginning of functions 'foo' and 'bar'
22886 respectively.
22887 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
22888 instead of 'foo' and 'bar'.
22889
22890 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
22891
22892 * gdb.btrace/segv.exp: New.
22893 * gdb.btrace/segv.c: New.
22894
22895 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
22896
22897 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
22898 instruction.
22899
22900 2014-06-30 Mark Wielaard <mjw@redhat.com>
22901
22902 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
22903 vulture, vilify, villar): New volatile array constants.
22904 (vindictive, vegetation): New const volatile array constants.
22905 * gdb.base/volatile.exp: Test volatile and const volatile array
22906 types.
22907
22908 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
22909
22910 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
22911 target lacks support for awatch, rwatch, or hbreak.
22912
22913 2014-06-27 Yao Qi <yao@codesourcery.com>
22914
22915 * gdb.multi/dummy-frame-restore.exp: New.
22916 * gdb.multi/dummy-frame-restore.c: New.
22917
22918 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
22919
22920 * gdb.btrace/gcore.exp: New.
22921
22922 2014-06-23 Pedro Alves <palves@redhat.com>
22923
22924 * gdb.base/watchpoint-reuse-slot.c: New file.
22925 * gdb.base/watchpoint-reuse-slot.exp: New file.
22926
22927 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
22928
22929 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
22930 progspace's filename in 'info', 'enable' and 'disable' command
22931 tests.
22932
22933 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
22934
22935 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
22936 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
22937 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
22938
22939 2014-06-20 Gary Benson <gbenson@redhat.com>
22940
22941 * gdb.arch/i386-avx.exp: Fix include file location.
22942 * gdb.arch/i386-sse.exp: Likewise.
22943
22944 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
22945
22946 * gdb.dlang/expression.exp: New file.
22947
22948 2014-06-19 Pedro Alves <palves@redhat.com>
22949
22950 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
22951 out from ...
22952 (top level): ... here. Iterate running tests under different
22953 scheduler-locking settings.
22954
22955 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
22956
22957 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
22958 to DW_FORM_addr and use non-zero addresses.
22959
22960 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
22961
22962 PR gdb/17017
22963 * gdb.python/py-xmethods.cc: Add global function call counters and
22964 increment them in their respective functions. Remove "cout"
22965 statements.
22966 * gdb.python/py-xmethods.exp: Make tests check the global function
22967 call counters instead of depending on inferior IO.
22968
22969 2014-06-18 Don Breazeal <donb@codesourcery.com>
22970
22971 * gdb.base/foll-fork.exp (default_fork_parent_follow):
22972 Deleted procedure.
22973 (explicit_fork_parent_follow): Deleted procedure.
22974 (explicit_fork_child_follow): Deleted procedure.
22975 (test_follow_fork): New procedure.
22976 (do_fork_tests): Replace calls to deleted procedures with
22977 calls to test_follow_fork and reset GDB for subsequent
22978 procedure calls.
22979
22980 2014-06-17 Yao Qi <yao@codesourcery.com>
22981
22982 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
22983 CP1252.
22984
22985 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
22986
22987 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
22988 Initialize ptr and S explicitly.
22989 (skip_type_update_when_not_use_rtti_test): Likewise.
22990
22991 2014-06-16 Keith Seitz <keiths@redhat.com>
22992
22993 PR mi/15863
22994 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
22995 the inferior is started.
22996
22997 2014-06-16 Pedro Alves <palves@redhat.com>
22998
22999 * gdb.base/break-main-file-remove-fail.c: New file.
23000 * gdb.base/break-main-file-remove-fail.exp: New file.
23001 * gdb.base/break-unload-file.exp: Use build_executable instead of
23002 prepare_for_testing.
23003 (test_break): New parameter "initial_load". Handle it.
23004 (top level): Add initial_load cmdline/file axis.
23005
23006 2014-06-12 Tom Tromey <tromey@redhat.com>
23007
23008 * gdb.base/completion.exp: Don't use directory name in test.
23009
23010 2014-06-09 Gary Benson <gbenson@redhat.com>
23011
23012 * gdb.base/sigall.c [Functions to send signals]: Reorder to
23013 separate the always-available ANSI-standard signals from the
23014 signals that require checking.
23015 (main): Likewise.
23016 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
23017 Likewise.
23018 (main): Likewise.
23019
23020 2014-06-07 Keith Seitz <keiths@redhat.com>
23021
23022 Revert:
23023 PR c++/16253
23024 * gdb.cp/var-tag.cc: New file.
23025 * gdb.cp/var-tag.exp: New file.
23026 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
23027 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
23028 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
23029 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
23030
23031 2014-06-06 Doug Evans <xdje42@gmail.com>
23032
23033 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
23034
23035 2014-06-06 Pedro Alves <palves@redhat.com>
23036
23037 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
23038 in target debug output instead of looking at RSP packets,
23039 disabling the test on any target that uses hardware stepping.
23040 Update comments.
23041
23042 2014-06-06 Pedro Alves <palves@redhat.com>
23043
23044 * gdb.base/break-unload-file.exp: Fix typo.
23045
23046 2014-06-06 Yao Qi <yao@codesourcery.com>
23047
23048 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
23049 from "jit_function" to "^jit_function".
23050
23051 2014-06-06 Yao Qi <yao@codesourcery.com>
23052
23053 * gdb.base/async.c (foo): Add one statement.
23054 * gdb.base/async.exp: Get the next instruction address and
23055 match the output of "nexti" by instruction address. Match
23056 the hex address in the output of "finish".
23057
23058 2014-06-06 Gary Benson <gbenson@redhat.com>
23059
23060 * gdb.base/call-signals.c: Remove preprocessor conditionals
23061 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
23062 SIGSEGV and SIGTERM.
23063 * gdb.base/sigall.c: Likewise.
23064 * gdb.base/unwindonsignal.c: Likewise.
23065 * gdb.reverse/sigall-reverse.c: Likewise.
23066
23067 2014-06-06 Yao Qi <yao@codesourcery.com>
23068
23069 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
23070 readable, skip the test.
23071
23072 2014-06-06 Yao Qi <yao@codesourcery.com>
23073
23074 * gdb.threads/staticthreads.c (thread_function): Move the line
23075 setting breakpoint on forward.
23076 * gdb.threads/staticthreads.exp: Update comments.
23077
23078 2014-06-05 Ludovic Courtès <ludo@gnu.org>
23079
23080 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
23081 "history-append! type error".
23082
23083 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
23084
23085 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
23086 erroneous dprintf expected input.
23087
23088 2014-06-04 Doug Evans <xdje42@gmail.com>
23089
23090 * gdb.guile/scm-generics.exp: Delete.
23091
23092 2014-06-04 Doug Evans <xdje42@gmail.com>
23093
23094 * gdb.guile/scm-breakpoint.exp: Update.
23095 Add tests for breakpoint registration.
23096
23097 2014-06-04 Tom Tromey <tromey@redhat.com>
23098
23099 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
23100 VLA-in-union.
23101 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
23102 inner_vla_struct, vla_union types. Initialize objects of those
23103 types and compute their sizes.
23104
23105 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
23106 Hui Zhu <hui@codesourcery.com>
23107
23108 * gdb.base/fileio.exp: Add test for shell not available as well as
23109 available.
23110 * gdb.base/fileio.c (test_system): Check for shell twice.
23111
23112 2014-06-04 Yao Qi <yao@codesourcery.com>
23113
23114 * gdb.base/auto-connect-native-target.exp: Remove redundant
23115 space from the regexp pattern.
23116
23117 2014-06-04 Yao Qi <yao@codesourcery.com>
23118
23119 * gdb.base/default.exp: Replace "child" with "native" in
23120 regexp pattern.
23121
23122 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
23123
23124 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
23125 * gdb.python/py-xmethods.exp: New tests to test xmethods.
23126 * gdb.python/py-xmethods.py: Python script supporting the
23127 new testcase and tests.
23128
23129 2014-06-03 Joel Brobecker <brobecker@adacore.com>
23130 Pedro Alves <palves@redhat.com>
23131
23132 PR breakpoints/17000
23133 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
23134 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
23135
23136 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
23137
23138 * gdb.base/subst.exp: Add tests to verify partial path matching
23139 output.
23140
23141 2014-06-03 Pedro Alves <palves@redhat.com>
23142
23143 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
23144 target that doesn't use software single-stepping.
23145
23146 2014-06-03 Pedro Alves <palves@redhat.com>
23147
23148 PR breakpoints/17000
23149 * gdb.base/sss-bp-on-user-bp-2.c: New file.
23150 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
23151
23152 2014-06-02 Doug Evans <xdje42@gmail.com>
23153
23154 * gdb.guile/scm-parameter.exp: New file.
23155
23156 2014-06-02 Doug Evans <xdje42@gmail.com>
23157
23158 * gdb.guile/scm-cmd.c: New file.
23159 * gdb.guile/scm-cmd.exp: New file.
23160
23161 2014-06-02 Doug Evans <xdje42@gmail.com>
23162
23163 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
23164 pretty-printer lookup.
23165 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
23166 (make-pp_s-printer): Call it.
23167 (make-pretty-printer-from-dict): New function.
23168 (lookup-pretty-printer-maker-from-dict): New function.
23169 (*pretty-printer*): Simplify.
23170 (make-objfile-pp_s-printer): New function.
23171 (install-objfile-pretty-printers!): New function.
23172 (make-progspace-pp_s-printer): New function.
23173 (install-progspace-pretty-printers!): New function.
23174 * gdb.guile/scm-progspace.c: New file.
23175 * gdb.guile/scm-progspace.exp: New file.
23176
23177 2014-06-02 Pedro Alves <palves@redhat.com>
23178
23179 * gdb.base/dprintf-bp-same-addr.c: New file.
23180 * gdb.base/dprintf-bp-same-addr.exp: New file.
23181
23182 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
23183
23184 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
23185 * gdb.arch/powerpc-power.s: Likewise.
23186
23187 2014-06-02 Joel Brobecker <brobecker@adacore.com>
23188
23189 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
23190
23191 2014-06-01 Yao Qi <yao@codesourcery.com>
23192
23193 * gdb.base/watchpoint.exp (test_watch_location): Check null
23194 pointer can be dereferenced. If not, do the test, otherwise
23195 skip it.
23196
23197 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
23198
23199 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
23200 results.
23201 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
23202
23203 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
23204
23205 * gdb.arch/amd64-invalid-stack-middle.S: New file.
23206 * gdb.arch/amd64-invalid-stack-middle.c: New file.
23207 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
23208 * gdb.arch/amd64-invalid-stack-top.c: New file.
23209 * gdb.arch/amd64-invalid-stack-top.exp: New file.
23210
23211 2014-05-30 Pedro Alves <palves@redhat.com>
23212
23213 PR breakpoints/17000
23214 * gdb.base/sss-bp-on-user-bp.c: New file.
23215 * gdb.base/sss-bp-on-user-bp.exp: New file.
23216
23217 2014-05-30 David Blaikie <dblaikie@gmail.com>
23218
23219 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
23220 gnu_inline semantics via attribute.
23221 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
23222 source explicitly specifies the required semantics.
23223
23224 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
23225
23226 * gdb.reverse/sigall-reverse.exp: Fix a typo.
23227
23228 2014-05-29 Pedro Alves <palves@redhat.com>
23229 Tom Tromey <tromey@redhat.com>
23230
23231 * gdb.base/async-shell.exp: Don't enable target-async.
23232 * gdb.base/async.exp
23233 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
23234 parameter. Adjust.
23235 (top level): Don't test with "target-async".
23236 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
23237 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
23238 * gdb.base/inferior-died.exp: Don't enable target-async.
23239 * gdb.base/interrupt-noterm.exp: Likewise.
23240 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
23241 * gdb.mi/mi-nonstop-exit.exp: Likewise.
23242 * gdb.mi/mi-nonstop.exp: Likewise.
23243 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
23244 * gdb.mi/mi-nsintrall.exp: Likewise.
23245 * gdb.mi/mi-nsmoribund.exp: Likewise.
23246 * gdb.mi/mi-nsthrexec.exp: Likewise.
23247 * gdb.mi/mi-watch-nonstop.exp: Likewise.
23248 * gdb.multi/watchpoint-multi.exp: Adjust comment.
23249 * gdb.python/py-evsignal.exp: Don't enable target-async.
23250 * gdb.python/py-evthreads.exp: Likewise.
23251 * gdb.python/py-prompt.exp: Likewise.
23252 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
23253 * gdb.server/solib-list.exp: Don't enable target-async.
23254 * gdb.threads/thread-specific-bp.exp: Likewise.
23255 * lib/mi-support.exp: Adjust to use mi-async.
23256
23257 2014-05-29 Pedro Alves <palves@redhat.com>
23258
23259 PR gdb/13860
23260 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
23261 reason, even in sync mode.
23262
23263 2014-05-29 Pedro Alves <palves@redhat.com>
23264 Hui Zhu <hui@codesourcery.com>
23265
23266 PR PR15693
23267 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
23268 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
23269 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
23270 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
23271
23272 2014-05-28 Joel Brobecker <brobecker@adacore.com>
23273
23274 * config/monitor.exp (gdb_target_monitor): Replace use of
23275 "set remotebaud" by "set serial baud".
23276
23277 2014-05-26 Andy Wingo <wingo@igalia.com>
23278
23279 * gdb.guile/scm-breakpoint.exp:
23280 * gdb.guile/scm-gsmob.exp: Update to use plain old object
23281 properties instead of gdb-object-properties.
23282
23283 2014-05-26 Yao Qi <yao@codesourcery.com>
23284
23285 * gdb.server/no-thread-db.exp: Specify source file name
23286 explicitly when setting a breakpoint.
23287
23288 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
23289
23290 * gdb.btrace/vdso.c: New.
23291 * gdb.btrace/vdso.exp: New.
23292
23293 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
23294
23295 * gdb.base/gcore.exp (capture_command_output): Move ...
23296 * lib/gdb.exp (capture_command_output): ... here.
23297
23298 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
23299
23300 * gdb.btrace/data.exp: Test memory access during btrace replay.
23301
23302 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
23303
23304 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
23305
23306 2014-05-21 Pedro Alves <palves@redhat.com>
23307
23308 PR gdb/13860
23309 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
23310 (top level): Test that output related to execution commands is
23311 sent to the console with CLI commands, but not with MI commands.
23312 Test that breakpoint events are always mirrored to the console.
23313 Also expect the new source line to be output after a "next" in
23314 async mode too. Make it a pass/fail test.
23315 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
23316 output.
23317 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
23318
23319 2014-05-21 Pedro Alves <palves@redhat.com>
23320
23321 * gdb.base/list.exp (build_pattern, test_list): New procedures.
23322 Use them to test variations of "list" after reaching a breakpoint.
23323 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
23324 Test "list" with listsize 10 after reaching a breakpoint.
23325 * gdb.python/python.exp (decode_line current location line
23326 number): Adjust expected line number.
23327
23328 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
23329
23330 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
23331 behavior for $args, pass it directly to "run".
23332
23333 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
23334
23335 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
23336 30000 to 65536.
23337
23338 2014-05-21 Pedro Alves <palves@redhat.com>
23339
23340 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
23341 auto-connect-native-target off".
23342 * gdb.base/auto-connect-native-target.c: New file.
23343 * gdb.base/auto-connect-native-target.exp: New file.
23344
23345 2014-05-21 Pedro Alves <palves@redhat.com>
23346
23347 * gdb.base/default.exp: Test "target native" instead of "target
23348 child".
23349
23350 2014-05-21 Mark Wielaard <mjw@redhat.com>
23351
23352 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
23353
23354 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
23355
23356 Fix TLS access for -static -pthread.
23357 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
23358 <HAVE_TLS> (thread_function, main): Initialize it.
23359 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
23360 Add clean_restart.
23361 <$have_tls != "">: Check TLSVAR.
23362
23363 2014-05-21 Pedro Alves <palves@redhat.com>
23364
23365 * gdb.base/dcache-line-read-error.c: New.
23366 * gdb.base/dcache-line-read-error.exp: New.
23367
23368 2014-05-20 Pedro Alves <palves@redhat.com>
23369
23370 * gdb.base/compare-sections.c: New file.
23371 * gdb.base/compare-sections.exp: New file.
23372
23373 2014-05-20 Pedro Alves <palves@redhat.com>
23374
23375 * gdb.base/break-idempotent.c: New file.
23376 * gdb.base/break-idempotent.exp: New file.
23377
23378 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
23379
23380 * gdb.btrace/nohist.exp: New.
23381
23382 2014-05-20 Yao Qi <yao@codesourcery.com>
23383
23384 * lib/gdb.exp (gdb_init): Set timeout if test file is under
23385 gdb.reverse directory and gdb_reverse_timeout exists in board
23386 setting.
23387 * README: Document gdb_reverse_timeout.
23388
23389 2014-05-20 Yao Qi <yao@codesourcery.com>
23390
23391 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
23392 'test_file_name'. Treat args as a string instead of a list.
23393 (gdb_init): Rename argument 'args' by 'test_file_name'.
23394
23395 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
23396
23397 * gdb.arch/powerpc-power.exp: New file.
23398 * gdb.arch/powerpc-power.s: New file.
23399
23400 2014-05-16 Doug Evans <dje@google.com>
23401
23402 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
23403 * gdb.base/completion.exp: Check that all expected files exist
23404 before doing file completion.
23405
23406 2014-05-16 Doug Evans <dje@google.com>
23407
23408 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
23409 Update.
23410 (do_syscall_tests_without_xml): Update.
23411
23412 2014-05-16 Pedro Alves <palves@redhat.com>
23413
23414 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
23415 instead of "unknown output after running".
23416
23417 2014-05-16 Yao Qi <yao@codesourcery.com>
23418
23419 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
23420 file1.txt from host at the end.
23421 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
23422
23423 2014-05-15 Doug Evans <dje@google.com>
23424
23425 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
23426 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
23427 loading file. Add test for TU lookup.
23428
23429 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
23430
23431 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
23432 calling "-exec-arguments" or "set args" before running the
23433 inferior.
23434
23435 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
23436
23437 * lib/mi-support.exp (mi_expect_stop): Expect message for
23438 inferiors that exit with non-zero exit code.
23439
23440 2014-05-14 Yao Qi <yao@codesourcery.com>
23441
23442 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
23443 match absolute path on remote host.
23444 (test_file_list_exec_source_files): Remove "/" from the
23445 pattern.
23446
23447 2014-05-14 Yao Qi <yao@codesourcery.com>
23448
23449 * boards/local-remote-host-notty.exp (${board}_file): New
23450 proc.
23451
23452 2014-05-07 Kyle McMartin <kyle@redhat.com>
23453
23454 Pushed by Joel Brobecker <brobecker@adacore.com>.
23455 * gdb.arch/aarch64-atomic-inst.c: New file.
23456 * gdb.arch/aarch64-atomic-inst.exp: New file.
23457
23458 2014-05-07 Yao Qi <yao@codesourcery.com>
23459
23460 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
23461 in current context" too.
23462
23463 2014-05-05 Keith Seitz <keiths@redhat.com>
23464
23465 * gdb.linespec/ls-dollar.exp: Add test for linespec
23466 file:convenience_variable.
23467
23468 2014-05-05 Yao Qi <yao@codesourcery.com>
23469
23470 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
23471 traceframes into tfile and ctf trace files. Read data from
23472 trace file and test collected data.
23473 (gdb_collect_locals_test): Likewise.
23474 (gdb_unavailable_registers_test): Likewise.
23475 (gdb_unavailable_floats): Likewise.
23476 (gdb_collect_globals_test): Likewise.
23477 (top-level): Append "ctf" to trace_file_targets if GDB
23478 supports.
23479
23480 2014-05-05 Yao Qi <yao@codesourcery.com>
23481
23482 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
23483 code to ...
23484 (gdb_collect_args_test_1): ... it. New proc.
23485 (gdb_collect_locals_test): Move some code to ...
23486 (gdb_collect_locals_test_1): ... it. New proc.
23487 (gdb_unavailable_registers_test): Move some code to ...
23488 (gdb_unavailable_registers_test_1): ... it. New proc.
23489 (gdb_unavailable_floats): Move some code to ...
23490 (gdb_unavailable_floats_1): ... it. New proc.
23491
23492 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
23493
23494 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
23495 probes to test for bitness recognition.
23496 * gdb.arch/amd64-stap-optional-prefix.exp
23497 (test_probe_value_without_reg): New procedure.
23498 Add code to test for different kinds of bitness.
23499
23500 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
23501
23502 PR breakpoints/16889
23503 * gdb.arch/amd64-stap-optional-prefix.S: New file.
23504 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
23505
23506 2014-05-01 Pedro Alves <palves@redhat.com>
23507
23508 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
23509 gdb_file_cmd if no file is specified.
23510 * boards/native-extended-gdbserver.exp (gdb_load): Use the
23511 last_loaded_file to set the remote exec-file.
23512
23513 2014-05-01 Pedro Alves <palves@redhat.com>
23514
23515 * boards/local-remote-host.exp: New file.
23516
23517 2014-05-01 Pedro Alves <palves@redhat.com>
23518
23519 * boards/local-remote-host.exp: Rename to ...
23520 * boards/local-remote-host-notty.exp: ... this.
23521
23522 2014-04-28 Joel Brobecker <brobecker@adacore.com>
23523
23524 * gdb.ada/dyn_arrayidx: New testcase.
23525
23526 2014-04-26 Yao Qi <yao@codesourcery.com>
23527
23528 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
23529 and compute the length of function main. Save it in
23530 $main_length.
23531 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
23532 (top-level): Use gdb_compile to compile objects into
23533 executable and restart GDB. Remove invocation to
23534 prepare_for_testing.
23535
23536 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
23537 Pedro Alves <palves@redhat.com>
23538
23539 PR server/16255
23540 * gdb.multi/multi-attach.c: New file.
23541 * gdb.multi/multi-attach.exp: New file.
23542
23543 2014-04-25 Pedro Alves <palves@redhat.com>
23544
23545 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
23546 user.
23547 (top level): Test that "set remote conditional-breakpoints-packet
23548 off" works as intended.
23549 * gdb.base/dprintf.exp: Test that "set remote
23550 breakpoint-commands-packet off" works as intended.
23551 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
23552 New function.
23553 (top level): Call it.
23554 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
23555 remote fast-tracepoints-packet off" works as intended.
23556 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
23557 * lib/gdb.exp (gdb_is_target_remote): ... here.
23558
23559 2014-04-24 David Blaikie <dblaikie@gmail.com>
23560
23561 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
23562 ensure clang would not discard them.
23563 * gdb.base/gdbvars.c: Ditto.
23564 * gdb.base/memattr.c: Ditto.
23565 * gdb.base/whatis.c: Ditto.
23566 * gdb.python/py-prettyprint.c: Ditto.
23567 * gdb.trace/actions.c: Ditto.
23568 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
23569 ensure clang would not discard it.
23570
23571 2014-04-24 David Blaikie <dblaikie@gmail.com>
23572
23573 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
23574 clang to emit the full definition of type required by the test
23575 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
23576
23577 2014-04-24 David Blaikie <dblaikie@gmail.com>
23578
23579 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
23580 coax Clang into emitting the definition of the type.
23581 * gdb.cp/pr10728-x.h (y): Ditto.
23582 * gdb.cp/pr10728-y.cc (y): Ditto.
23583
23584 2014-04-24 David Blaikie <dblaikie@gmail.com>
23585
23586 * gdb.base/label.exp: XFAIL label related tests under Clang.
23587 * gdb.cp/cplabel.exp: Ditto.
23588 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
23589 under Clang those using labels.
23590
23591 2014-04-25 Yao Qi <yao@codesourcery.com>
23592
23593 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
23594 double_label.
23595 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
23596 partial_label and double_label.
23597
23598 2014-04-24 David Blaikie <dblaikie@gmail.com>
23599
23600 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
23601
23602 2014-04-24 David Blaikie <dblaikie@gmail.com>
23603
23604 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
23605 of the function to work across GCC and Clang.
23606 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
23607 pointer types (const void ** const V void **).
23608
23609 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
23610 Walfred Tedeschi <walfred.tedeschi@intel.com>
23611
23612 * Makefile.in (EXECUTABLES): Added i386-avx512.
23613 * gdb.arch/i386-avx512.c: New file.
23614 * gdb.arch/i386-avx512.exp: Likewise.
23615
23616 2014-04-23 Keith Seitz <keiths@redhat.com>
23617
23618 * lib/mi-support.exp (mi_list_breakpoints): Delete.
23619 (mi_make_breakpoint_table): New procedure.
23620 (mi_create_breakpoint): Use mi_make_breakpoint
23621 and return the result.
23622 (mi_make_breakpoint): New procedure.
23623 (mi_build_kv_pairs): New procedure.
23624
23625 * gdb.mi/mi-break.exp: Remove unused globals,
23626 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
23627 All callers updated.
23628 * gdb.mi/mi-dprintf.exp: Use variable to track command
23629 number.
23630 Update all callers of mi_create_breakpoint and use
23631 mi_make_breakpoint_table.
23632 Remove any unused global variables.
23633 * gdb.mi/mi-nonstop.exp: Likewise.
23634 * gdb.mi/mi-nsintrall.exp: Likewise.
23635 * gdb.mi/mi-nsmoribund.exp: Likewise.
23636 * gdb.mi/mi-nsthrexec.exp: Likewise.
23637 * gdb.mi/mi-reverse.exp: Likewise.
23638 * gdb.mi/mi-simplerun.exp: Likewise.
23639 * gdb.mi/mi-stepn.exp: Likewise.
23640 * gdb.mi/mi-syn-frame.exp: Likewise.
23641 * gdb.mi/mi-until.exp: Likewise.
23642 * gdb.mi/mi-var-cp.exp: Likewise.
23643 * gdb.mi/mi-var-display.exp: Likewise.
23644 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
23645 * gdb.mi/mi2-var-child.exp: Likewise.
23646 * gdb.mi/mi-vla-c99.exp: Likewise.
23647 * lib/mi-support.exp: Likewise.
23648
23649 From Ian Lance Taylor <iant@cygnus.com>:
23650 * lib/gdb.exp (parse_args): New procedure.
23651
23652 2014-04-23 Pedro Alves <palves@redhat.com>
23653
23654 * gdb.base/break-unload-file.c: New file.
23655 * gdb.base/break-unload-file.exp: New file.
23656 * gdb.base/sym-file-lib.c (baz): New function.
23657 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
23658 field.
23659 (load): Store the segment's mapped size.
23660 (unload): New function.
23661 (unload_shlib): New function.
23662 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
23663 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
23664 set a breakpoint at baz, and call it.
23665 * gdb.base/sym-file.exp: New tests for stale breakpoint
23666 instructions.
23667
23668 2014-04-23 Pedro Alves <palves@redhat.com>
23669
23670 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
23671 * gdb.base/hbreak-in-shr-unsupported.c: New file.
23672 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
23673 * gdb.base/hbreak-unmapped.c: New file.
23674 * gdb.base/hbreak-unmapped.exp: New file.
23675 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
23676 * lib/gdb.exp (gdb_is_target_remote): ... here.
23677
23678 2014-04-22 Pedro Alves <palves@redhat.com>
23679
23680 * gdb.base/consecutive-step-over.c: New file.
23681 * gdb.base/consecutive-step-over.exp: New file.
23682
23683 2014-04-22 Pedro Alves <palves@redhat.com>
23684
23685 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
23686 instead of send_gdb/gdb_expect.
23687
23688 2014-04-22 Yao Qi <yao@codesourcery.com>
23689
23690 * lib/trace-support.exp (generate_tracefile): New procedure.
23691 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
23692 return 0.
23693 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
23694 if generate_tracefile returns 1.
23695
23696 2014-04-18 Tom Tromey <palves@redhat.com>
23697 Pedro alves <tromey@redhat.com>
23698
23699 PR backtrace/15558
23700 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
23701 with a backtrace limit.
23702 * gdb.python/py-frame-inline.exp: Test running to an inline
23703 function with a backtrace limit, and printing the newest frame.
23704 * gdb.python/py-frame-inline.c (main): Call f.
23705
23706 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
23707
23708 * gdb.java/jnpe.exp: Drop srcdir from untested path.
23709
23710 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
23711
23712 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
23713 Drop prefix from unsupported source file path.
23714
23715 2014-04-17 Yao Qi <yao@codesourcery.com>
23716
23717 * lib/gdb.exp (with_target_charset): New proc.
23718 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
23719 with_target_charset.
23720 (test_print_strings): Likewise.
23721 (test_repeat_bytes): Likewise.
23722 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
23723 for some tests.
23724
23725 2014-04-16 Keith Seitz <keiths@redhat.com>
23726
23727 PR gdb/15827
23728 * gdb.dwarf2/corrupt.c: New file.
23729 * gdb.dwarf2/corrupt.exp: New file.
23730
23731 2014-04-16 Keith Seitz <keiths@redhat.com>
23732
23733 PR c++/16597
23734 * gdb.cp/namelessclass.cc: New file.
23735 * gdb.cp/namelessclass.exp: New file.
23736 * gdb.cp/namelessclass.S: New file.
23737
23738 2014-04-16 Doug Evans <dje@google.com>
23739
23740 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
23741 Add comment.
23742 (gdbserver_default_get_comm_port): New function.
23743 (gdbserver_start): Check if board file provided
23744 "gdbserver,get_comm_port" and use it if so.
23745 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
23746 (gdb,socketport): Set to "stdio".
23747 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
23748 (stdio_gdbserver_template): Delete.
23749 (${board}_get_remote_address): Update.
23750 (${board}_build_remote_cmd): Delete.
23751 (${board}_get_comm_port): New function.
23752 (${board}_spawn): Update.
23753 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
23754 Delete.
23755 (${board}_get_remote_address): Update.
23756 (${board}_get_comm_port): New function.
23757
23758 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
23759
23760 * gdb.base/memattr.exp: Improve regexps to handle memory regions
23761 appearing in any order.
23762
23763 2014-04-15 Doug Evans <dje@google.com>
23764
23765 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
23766 uninitialized value of "description".
23767
23768 2014-04-15 Keith Seitz <keiths@redhat.com>
23769
23770 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
23771 Remove unused globals.
23772 (test_running_the_program): Likewise.
23773 (test_controlled_execution): Likewise.
23774 (test_controlling_breakpoints): Likewise.
23775 (test_program_termination): Likewise.
23776
23777 2014-04-15 Keith Seitz <keiths@redhat.com>
23778
23779 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
23780 unused globals.
23781 (test_rbreak_creation_and_listing): Likewise.
23782 (test_ignore_count): Likewise.
23783 (test_error): Likewise.
23784
23785 2014-04-15 Pedro Alves <palves@redhat.com>
23786
23787 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
23788 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
23789 sym-file-loader.c.
23790 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
23791 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
23792 to sym-file-loader.c.
23793 (struct library): Forward declare.
23794 (load_shlib, lookup_function): Change prototypes.
23795 (find_shstrtab, find_strtab, find_shdr, find_symtab)
23796 (translate_offset): Remove declarations.
23797 (get_text_addr): New declaration.
23798 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
23799 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
23800 sym-file-loader.h.
23801 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
23802 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
23803 here from sym-file-loader.h.
23804 (struct library): New structure.
23805 (load_shlib, lookup_function): Change prototypes and adjust to
23806 work with a struct library.
23807 (find_shstrtab, find_strtab, find_shdr, find_symtab)
23808 (translate_offset): Make static.
23809 (get_text_addr): New function.
23810 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
23811
23812 2014-04-15 Pedro Alves <palves@redhat.com>
23813
23814 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
23815
23816 2014-04-15 Pedro Alves <palves@redhat.com>
23817
23818 * gdb.base/sym-file-loader.c: Include <limits.h>.
23819 (SELF_LINK): New define.
23820 (get_origin): New function.
23821 (load_shlib): Use it.
23822 * gdb.base/sym-file.exp: Don't early return if the target is
23823 remote. Use runto_main, and issue fail is that fails. Use
23824 gdb_load_shlibs.
23825 (shlib_name): Delete.
23826 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
23827
23828 2014-04-15 Pedro Alves <palves@redhat.com>
23829
23830 * gdb.base/sym-file.exp: Remove regex characters from test
23831 message. Don't refer to breakpoint numbers in test messages.
23832
23833 2014-04-14 Keith Seitz <keiths@redhat.com>
23834
23835 PR c++/16253
23836 * gdb.cp/var-tag.cc: New file.
23837 * gdb.cp/var-tag.exp: New file.
23838 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
23839 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
23840 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
23841 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
23842
23843 2014-04-14 Tom Tromey <tromey@redhat.com>
23844
23845 * gdb.cp/classes.exp (test_enums): Handle underlying type.
23846 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
23847 type.
23848 * gdb.cp/enum-class.exp: New file.
23849 * gdb.cp/enum-class.cc: New file.
23850
23851 2014-04-14 Tom Tromey <tromey@redhat.com>
23852
23853 * gdb.dwarf2/enum-type.exp: New file.
23854
23855 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
23856
23857 * gdb.mi/mi-vla-c99.exp: New file.
23858 * gdb.mi/vla.c: New file.
23859
23860 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
23861
23862 * gdb.base/vla-datatypes.c: New file.
23863 * gdb.base/vla-datatypes.exp: New file.
23864
23865 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
23866
23867 * gdb.base/vla-ptr.c: New file.
23868 * gdb.base/vla-ptr.exp: New file.
23869
23870 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
23871
23872 * gdb.dwarf2/count.exp: New file.
23873
23874 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
23875
23876 * gdb.base/vla-sideeffect.c: New file.
23877 * gdb.base/vla-sideeffect.exp: New file.
23878
23879 2014-04-14 David Blaikie <dblaikie@gmail.com>
23880
23881 * gdb.mi/non-stop.c: Add return value for non-void function return
23882 statement.
23883 * gdb.threads/staticthreads.c: Ditto.
23884
23885 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
23886 Doug Evans <xdje42@gmail.com>
23887
23888 * gdb.guile/scm-value.c: Improve test case.
23889 * gdb.guile/scm-value.exp: Add new test.
23890
23891 2014-04-11 David Blaikie <dblaikie@gmail.com>
23892
23893 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
23894 override Clang's default.
23895
23896 2014-04-11 Joel Brobecker <brobecker@adacore.com>
23897
23898 Revert the following changes (regressions):
23899
23900 * gdb.base/vla-sideeffect.c: New file.
23901 * gdb.base/vla-sideeffect.exp: New file.
23902
23903 * gdb.dwarf2/count.exp: New file.
23904
23905 * gdb.base/vla-multi.c: New file.
23906 * gdb.base/vla-multi.exp: New file.
23907
23908 * gdb.base/vla-ptr.c: New file.
23909 * gdb.base/vla-ptr.exp: New file.
23910
23911 * gdb.base/vla-datatypes.c: New file.
23912 * gdb.base/vla-datatypes.exp: New file.
23913
23914 * gdb.mi/mi-vla-c99.exp: New file.
23915 * gdb.mi/vla.c: New file.
23916
23917 2014-04-11 Keith Seitz <keiths@redhat.com>
23918
23919 PR c++/16675
23920 * gdb.cp/cpsizeof.exp: New file.
23921 * gdb.cp/cpsizeof.cc: New file.
23922
23923 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23924
23925 * gdb.mi/mi-vla-c99.exp: New file.
23926 * gdb.mi/vla.c: New file.
23927
23928 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23929
23930 * gdb.base/vla-datatypes.c: New file.
23931 * gdb.base/vla-datatypes.exp: New file.
23932
23933 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23934
23935 * gdb.base/vla-ptr.c: New file.
23936 * gdb.base/vla-ptr.exp: New file.
23937
23938 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23939
23940 * gdb.base/vla-multi.c: New file.
23941 * gdb.base/vla-multi.exp: New file.
23942
23943 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23944
23945 * gdb.dwarf2/count.exp: New file.
23946
23947 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23948
23949 * gdb.base/vla-sideeffect.c: New file.
23950 * gdb.base/vla-sideeffect.exp: New file.
23951
23952 2014-04-11 Yao Qi <yao@codesourcery.com>
23953
23954 * gdb.base/completion.exp: Check file exists before running tests
23955 on file completion.
23956
23957 2014-04-10 Pedro Alves <palves@redhat.com>
23958
23959 * gdb.base/cond-eval-mode.c: New file.
23960 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
23961 prepare_for_testing to build the new file. Check result of
23962 runto_main.
23963 (test_break, test_watch): New procedures.
23964 (top level): Use them.
23965
23966 2014-04-08 Pierre Muller <muller@sourceware.org>
23967
23968 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
23969 Ctrl-V use for mingw hosts.
23970
23971 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
23972
23973 * gdb.python/py-value.c: Improve test case.
23974 * gdb.python/py-value.exp: Add new test.
23975
23976 2014-04-07 David Blaikie <dblaikie@gmail.com>
23977
23978 * lib/compiler.c: Identify the clang compiler.
23979 * lib/compiler.cc: Ditto.
23980
23981 2014-04-03 Yao Qi <yao@codesourcery.com>
23982
23983 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
23984
23985 2014-04-01 Anton Blanchard <anton@samba.org>
23986
23987 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
23988 messages unique.
23989
23990 2014-04-01 Anton Blanchard <anton@samba.org>
23991
23992 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
23993 prepare_for_testing.
23994
23995 2014-04-01 Anton Blanchard <anton@samba.org>
23996
23997 * gdb.arch/ppc64-atomic-inst.c: Remove.
23998 * gdb.arch/ppc64-atomic-inst.S: New file.
23999 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
24000
24001 2014-03-31 Doug Evans <dje@google.com>
24002
24003 * gdb.base/print-symbol-loading-lib.c: New file.
24004 * gdb.base/print-symbol-loading-main.c: New file.
24005 * gdb.base/print-symbol-loading.exp: New file.
24006
24007 2014-03-31 Yao Qi <yao@codesourcery.com>
24008
24009 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
24010
24011 2014-03-28 Joel Brobecker <brobecker@adacore.com>
24012
24013 * gdb.ada/mi_dyn_arr: New testcase.
24014
24015 2014-03-27 Doug Evans <dje@google.com>
24016
24017 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
24018
24019 2014-03-27 Yao Qi <yao@codesourcery.com>
24020
24021 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
24022 if target is nios2-*-*.
24023
24024 2014-03-26 Yao Qi <yao@codesourcery.com>
24025
24026 * lib/gdb.exp (readline_is_used): New proc.
24027 * gdb.base/completion.exp: Move tests on command complete up.
24028 Skip the rest of tests if readline is not used.
24029 * gdb.ada/complete.exp: Skp the test if readline is not
24030 used.
24031 * gdb.base/filesym.exp: Likewise.
24032 * gdb.base/macscp.exp: Likewise.
24033 * gdb.base/readline-ask.exp: Likewise.
24034 * gdb.base/readline.exp: Likewise.
24035 * gdb.python/py-cmd.exp: Likewise.
24036 * gdb.trace/tfile.exp: Likewise.
24037
24038 2014-03-26 Yao Qi <yao@codesourcery.com>
24039
24040 * gdb.base/macscp.exp: Fix code format issues.
24041
24042 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
24043
24044 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
24045 * gdb.asm/powerpc64le.inc: New file.
24046
24047 2014-03-25 Pedro Alves <palves@redhat.com>
24048 Doug Evans <dje@google.com>
24049
24050 * gdb.base/source-execution.c: New file.
24051 * gdb.base/source-execution.exp: New file.
24052 * gdb.base/source-execution.gdb: New file.
24053
24054 2014-03-24 Doug Evans <dje@google.com>
24055
24056 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
24057 using fission.
24058
24059 2014-03-24 Hui Zhu <hui@codesourcery.com>
24060 Pedro Alves <palves@redhat.com>
24061
24062 PR breakpoints/16101
24063 * gdb.base/dprintf.exp: Use unsupported rather than changing the
24064 test pass/fail messages. Detect missing support for dprintf when
24065 breakpoints are actually inserted.
24066 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
24067 breakpoints are actually inserted.
24068 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
24069 fails.
24070
24071 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
24072
24073 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
24074
24075 2014-03-22 Doug Evans <xdje42@gmail.com>
24076
24077 * gdb.python/python.exp (python not supported): Verify multi-line
24078 python command issues an error.
24079 * gdb.guile/guile.exp (guile not supported): Verify multi-line
24080 guile command issues an error.
24081
24082 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
24083
24084 * gdb.threads/thread-specific.exp: Handle the lack of usable
24085 $this_breakpoint and $this_thread.
24086
24087 2014-03-21 Hui Zhu <hui@codesourcery.com>
24088
24089 * gdb.base/attach.exp (do_command_attach_tests): New.
24090
24091 2014-03-20 Tom Tromey <tromey@redhat.com>
24092 Pedro Alves <palves@redhat.com>
24093
24094 PR cli/15718
24095 * gdb.base/condbreak-call-false.c: New file.
24096 * gdb.base/condbreak-call-false.exp: New file.
24097
24098 2014-03-20 Pedro Alves <palves@redhat.com>
24099
24100 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
24101 Delete.
24102 (block_signals, unblock_signals): Delete.
24103 (child_function_2, main): Remove references to deleted variable
24104 and functions.
24105
24106 2014-03-20 Pedro Alves <palves@redhat.com>
24107
24108 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
24109 Use pthread_kill to signal thread 2.
24110 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
24111 Adjust to make the test send itself a signal rather than using the
24112 host's "kill" command.
24113
24114 2014-03-20 Pedro Alves <palves@redhat.com>
24115
24116 * gdb.threads/multiple-step-overs.c: New file.
24117 * gdb.threads/multiple-step-overs.exp: New file.
24118 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
24119 Adjust expected infrun debug output.
24120
24121 2014-03-20 Pedro Alves <palves@redhat.com>
24122
24123 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
24124 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
24125
24126 2014-03-20 Pedro Alves <palves@redhat.com>
24127
24128 PR breakpoints/7143
24129 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
24130 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
24131 of gdb_test_multiple.
24132 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
24133 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
24134
24135 2014-03-20 Pedro Alves <palves@redhat.com>
24136
24137 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
24138 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
24139
24140 2014-03-19 Pedro Alves <palves@redhat.com>
24141
24142 * gdb.base/async.exp: Remove early return.
24143
24144 2014-03-19 Pedro Alves <palves@redhat.com>
24145
24146 * gdb.base/async.exp (step& tests): Pass explicit test messages.
24147
24148 2014-03-19 Pedro Alves <palves@redhat.com>
24149
24150 * gdb.base/async.exp (test_background): Expect \r\n after
24151 "completed." in the fail pattern.
24152
24153 2014-03-19 Pedro Alves <palves@redhat.com>
24154
24155 * gdb.base/async.exp (test_background): New procedure.
24156 Use it for all background execution command tests.
24157
24158 2014-03-19 Pedro Alves <palves@redhat.com>
24159
24160 * gdb.base/async.exp: Use prepare_for_testing.
24161
24162 2014-03-19 Pedro Alves <palves@redhat.com>
24163
24164 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
24165 the same line.
24166
24167 2014-03-19 Pedro Alves <palves@redhat.com>
24168
24169 * gdb.base/async.c (main): Add "jump here" and "until here" line
24170 marker comments.
24171 * gdb.base/async.exp (jump_here): New global.
24172 (jump& test): Use it.
24173 (until_here): New global.
24174 (until& test): Use it.
24175
24176 2014-03-19 Pedro Alves <palves@redhat.com>
24177
24178 * gdb.base/async.exp: Don't frob gdb_protocol.
24179
24180 2014-03-18 Doug Evans <xdje42@gmail.com>
24181
24182 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
24183 Fix spelling of exec-done-display.
24184
24185 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
24186
24187 PR gdb/15358
24188 * gdb.base/gdb-sigterm.c: New file.
24189 * gdb.base/gdb-sigterm.exp: New file.
24190
24191 2014-03-18 Pedro Alves <palves@redhat.com>
24192
24193 PR gdb/13860
24194 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
24195 * lib/mi-support.exp (mi_expect_stop): Add special handling for
24196 solib-event.
24197
24198 2014-03-17 Joel Brobecker <brobecker@adacore.com>
24199
24200 * gdb.ada/pckd_arr_ren: New testcase.
24201
24202 2014-03-13 Doug Evans <xdje42@gmail.com>
24203
24204 PR guile/16612
24205 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
24206 collect after discarding symbols.
24207
24208 2014-03-13 Ludovic Courtès <ludo@gnu.org>
24209 Doug Evans <xdje42@gmail.com>
24210
24211 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
24212 to history survives a gc.
24213
24214 2014-03-13 Pedro Alves <palves@redhat.com>
24215
24216 * gdb.base/default.exp: Don't test "target procfs".
24217
24218 2014-03-13 Pedro Alves <palves@redhat.com>
24219
24220 * gdb.base/default.exp: Update "target child" and "target procfs"
24221 tests to not expect "Unix".
24222
24223 2014-03-12 Tom Tromey <tromey@redhat.com>
24224
24225 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
24226 New procs. Add target-async tests.
24227 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
24228 Add target-async tests.
24229
24230 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
24231
24232 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
24233 'func_start' and 'func_end' for the beginning and end of the
24234 function code, respectively.
24235 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
24236 'func_end' instead of 'func' and 'main'.
24237
24238 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
24239
24240 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
24241 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
24242 generate the debug info assembler source.
24243
24244 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
24245
24246 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
24247 * gdb.dwarf2/arr-subrange.exp: Likewise.
24248 * gdb.dwarf2/dwz.exp: Likewise.
24249 * gdb.dwarf2/method-ptr.exp: Likewise.
24250 * gdb.dwarf2/missing-sig-type.exp: Likewise.
24251 * gdb.dwarf2/subrange.exp: Likewise.
24252 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
24253 * gdb.dwarf2/implptrpiece.exp: Likewise.
24254 * gdb.dwarf2/nostaticblock.exp: Likewise.
24255
24256 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
24257
24258 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
24259 directory to absolute path name arguments.
24260
24261 2014-03-10 Joel Brobecker <brobecker@adacore.com>
24262
24263 * gdb.ada/tagged_access: New testcase.
24264
24265 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
24266
24267 * gdb.btrace/data.exp: Update expected output.
24268
24269 2014-03-06 Yao Qi <yao@codesourcery.com>
24270
24271 * gdb.trace/pr16508.exp: New file.
24272
24273 2014-03-05 Pedro Alves <palves@redhat.com>
24274
24275 PR gdb/16575
24276 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
24277 procedure.
24278 (top level): Adjust to use it. Add tests that exercise breakpoint
24279 interaction with the code-cache.
24280
24281 2014-02-26 Ludovic Courtès <ludo@gnu.org>
24282
24283 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
24284 test for 'history-append!'.
24285
24286 2014-02-26 Joel Brobecker <brobecker@adacore.com>
24287
24288 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
24289 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
24290 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
24291 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
24292 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
24293 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
24294
24295 2014-02-26 Joel Brobecker <brobecker@adacore.com>
24296
24297 * testsuite/gdb.python/py-pp-re-notag.c: New file.
24298 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
24299 * testsuite/gdb.python/py-pp-re-notag.p: New file.
24300
24301 2014-02-26 Joel Brobecker <brobecker@adacore.com>
24302
24303 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
24304
24305 2014-02-26 Joel Brobecker <brobecker@adacore.com>
24306
24307 * gdb.dwarf2/arr-stride.c: New file.
24308 * gdb.dwarf2/arr-stride.exp: New file.
24309
24310 2014-02-26 Pedro Alves <palves@redhat.com>
24311
24312 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
24313 that won't ever trigger. Make sure that GDB reports the correct
24314 breakpoint that caused the stop.
24315
24316 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
24317
24318 PR gdb/16626
24319 * gdb.base/auto-load-script: New file.
24320 * gdb.base/auto-load.c: New file.
24321 * gdb.base/auto-load.exp: New file.
24322
24323 PR gdb/16626
24324 * gdb.base/auto-load.exp: Fix out-of-srctree run.
24325
24326 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
24327
24328 Fix dw2-icycle.exp -fsanitize=address GDB crash.
24329 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
24330
24331 2014-02-24 Doug Evans <dje@google.com>
24332
24333 * lib/gdb.exp (run_on_host): Log error output if program fails.
24334
24335 2014-02-21 Pedro Alves <palves@redhat.com>
24336
24337 * gdb.threads/step-after-sr-lock.c: Rename to ...
24338 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
24339 * gdb.threads/step-after-sr-lock.exp: Rename to ...
24340 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
24341 ... this.
24342
24343 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
24344
24345 PR tdep/16397
24346 * gdb.arch/amd64-stap-special-operands.exp: New file.
24347 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
24348 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
24349 * gdb.arch/amd64-stap-triplet.S: Likewise.
24350 * gdb.arch/amd64-stap-triplet.c: Likewise.
24351
24352 2014-02-20 Joel Brobecker <brobecker@adacore.com>
24353
24354 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
24355 in .section pseudo-op.
24356
24357 2014-02-20 lin zuojian <manjian2006@gmail.com>
24358 Joel Brobecker <brobecker@adacore.com>
24359 Doug Evans <xdje42@gmail.com>
24360
24361 PR symtab/16581
24362 * gdb.dwarf2/dw2-icycle.S: New file.
24363 * gdb.dwarf2/dw2-icycle.c: New file.
24364 * gdb.dwarf2/dw2-icycle.exp: New file.
24365
24366 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
24367
24368 * gdb.python/py-value-cc.cc: Improve test case to enable testing
24369 operations on gdb.Value objects.
24370 * gdb.python/py-value-cc.exp: Add new test to test operations on
24371 gdb.Value objects.
24372
24373 2014-02-18 Doug Evans <dje@google.com>
24374
24375 * Makefile.in (TESTS): New variable.
24376 (expanded_tests, expanded_tests_or_none): New variables
24377 (check-single): Pass $(expanded_tests_or_none) to runtest.
24378 (check-parallel): Only run tests in $(TESTS) if non-empty.
24379 (check/no-matching-tests-found): New rule.
24380 * README: Document TESTS makefile variable.
24381
24382 2014-02-18 Doug Evans <dje@google.com>
24383
24384 * Makefile.in (check-parallel): rm -rf outputs temp.
24385
24386 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
24387
24388 Fix "ERROR: no fileid for" in the testsuite.
24389 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
24390
24391 2014-02-12 Doug Evans <dje@google.com>
24392
24393 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
24394 (MISCELLANEOUS): New variable.
24395 (clean): rm -rf $(MISCELLANEOUS).
24396 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
24397 dwp live in the same directory as symlinks, with each symlink pointed
24398 to a differently named file in a different directory.
24399
24400 2014-02-11 Doug Evans <dje@google.com>
24401
24402 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
24403 of Tcl file commands.
24404
24405 2014-02-10 Mark Kettenis <kettenis@gnu.org>
24406
24407 * gdb.threads/step-after-sr-lock.exp: Avoid executing
24408 "kill -SIGUSR1 -1".
24409
24410 2014-02-10 Joel Brobecker <brobecker@adacore.com>
24411
24412 * gdb.ada/tick_length_array_enum_idx: New testcase.
24413
24414 2014-02-10 Doug Evans <xdje42@gmail.com>
24415
24416 * configure.ac (AC_OUTPUT): Add gdb.guile.
24417 * configure: Regenerate.
24418 * lib/gdb-guile.exp: New file.
24419 * lib/gdb.exp (get_target_charset): New function.
24420 * gdb.base/help.exp: Update expected output from "apropos apropos".
24421 * gdb.guile/Makefile.in: New file.
24422 * gdb.guile/guile.exp: New file.
24423 * gdb.guile/scm-arch.c: New file.
24424 * gdb.guile/scm-arch.exp: New file.
24425 * gdb.guile/scm-block.c: New file.
24426 * gdb.guile/scm-block.exp: New file.
24427 * gdb.guile/scm-breakpoint.c: New file.
24428 * gdb.guile/scm-breakpoint.exp: New file.
24429 * gdb.guile/scm-disasm.c: New file.
24430 * gdb.guile/scm-disasm.exp: New file.
24431 * gdb.guile/scm-equal.c: New file.
24432 * gdb.guile/scm-equal.exp: New file.
24433 * gdb.guile/scm-error.exp: New file.
24434 * gdb.guile/scm-error.scm: New file.
24435 * gdb.guile/scm-frame-args.c: New file.
24436 * gdb.guile/scm-frame-args.exp: New file.
24437 * gdb.guile/scm-frame-args.scm: New file.
24438 * gdb.guile/scm-frame-inline.c: New file.
24439 * gdb.guile/scm-frame-inline.exp: New file.
24440 * gdb.guile/scm-frame.c: New file.
24441 * gdb.guile/scm-frame.exp: New file.
24442 * gdb.guile/scm-generics.exp: New file.
24443 * gdb.guile/scm-gsmob.exp: New file.
24444 * gdb.guile/scm-iterator.c: New file.
24445 * gdb.guile/scm-iterator.exp: New file.
24446 * gdb.guile/scm-math.c: New file.
24447 * gdb.guile/scm-math.exp: New file.
24448 * gdb.guile/scm-objfile-script-gdb.in: New file.
24449 * gdb.guile/scm-objfile-script.c: New file.
24450 * gdb.guile/scm-objfile-script.exp: New file.
24451 * gdb.guile/scm-objfile.c: New file.
24452 * gdb.guile/scm-objfile.exp: New file.
24453 * gdb.guile/scm-ports.exp: New file.
24454 * gdb.guile/scm-pretty-print.c: New file.
24455 * gdb.guile/scm-pretty-print.exp: New file.
24456 * gdb.guile/scm-pretty-print.scm: New file.
24457 * gdb.guile/scm-section-script.c: New file.
24458 * gdb.guile/scm-section-script.exp: New file.
24459 * gdb.guile/scm-section-script.scm: New file.
24460 * gdb.guile/scm-symbol.c: New file.
24461 * gdb.guile/scm-symbol.exp: New file.
24462 * gdb.guile/scm-symtab-2.c: New file.
24463 * gdb.guile/scm-symtab.c: New file.
24464 * gdb.guile/scm-symtab.exp: New file.
24465 * gdb.guile/scm-type.c: New file.
24466 * gdb.guile/scm-type.exp: New file.
24467 * gdb.guile/scm-value-cc.cc: New file.
24468 * gdb.guile/scm-value-cc.exp: New file.
24469 * gdb.guile/scm-value.c: New file.
24470 * gdb.guile/scm-value.exp: New file.
24471 * gdb.guile/source2.scm: New file.
24472 * gdb.guile/types-module.cc: New file.
24473 * gdb.guile/types-module.exp: New file.
24474
24475 2014-02-10 Yao Qi <yao@codesourcery.com>
24476
24477 PR testsuite/16543
24478 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
24479 * configure: Regenerated.
24480 * Makefile.in: New file.
24481
24482 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
24483
24484 * gdb.python/py-framefilter.exp: Fix typo.
24485
24486 2014-02-08 Yao Qi <yao@codesourcery.com>
24487
24488 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
24489 that no =breakpoint-modified is emitted when breakpoints are
24490 modified through MI commands.
24491
24492 2014-02-07 Pedro Alves <pedro@codesourcery.com>
24493 Pedro Alves <palves@redhat.com>
24494
24495 * gdb.threads/step-after-sr-lock.c: New file.
24496 * gdb.threads/step-after-sr-lock.exp: New file.
24497
24498 2014-02-07 Pedro Alves <palves@redhat.com>
24499
24500 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
24501
24502 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
24503
24504 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
24505 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
24506
24507 2014-02-06 Doug Evans <xdje42@gmail.com>
24508
24509 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
24510 output.
24511
24512 * gdb.gdb/python-interrupts.exp: New file.
24513
24514 2014-02-05 Yao Qi <yao@codesourcery.com>
24515
24516 * gdb.trace/report.exp (use_collected_data): Test the output
24517 of "info threads" and "info inferiors".
24518
24519 2014-02-05 Yao Qi <yao@codesourcery.com>
24520
24521 Revert this patch:
24522
24523 2013-05-24 Yao Qi <yao@codesourcery.com>
24524
24525 * gdb.trace/tfile.exp: Test inferior and thread.
24526
24527 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
24528
24529 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
24530 on a function.
24531 * gdb.base/step-bt.c: Call hello via function pointer to make
24532 sure its first instruction is executed on powerpc64le-linux.
24533
24534 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
24535
24536 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
24537
24538 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
24539
24540 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
24541 of the test patterns for use on little-endian systems.
24542
24543 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
24544
24545 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
24546 (decimal_vector): Fix for little-endian.
24547
24548 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
24549
24550 * gdb.arch/sparc-sysstep.exp: New file.
24551 * gdb.arch/sparc-sysstep.c: Likewise.
24552
24553 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
24554
24555 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
24556
24557 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
24558
24559 2014-01-23 Tom Tromey <tromey@redhat.com>
24560
24561 * gdb.ada/array_char_idx: New testcase.
24562
24563 2014-01-23 Tom Tromey <tromey@redhat.com>
24564
24565 PR python/16487:
24566 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
24567 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
24568 classes.
24569
24570 2014-01-23 Tom Tromey <tromey@redhat.com>
24571
24572 PR python/16491:
24573 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
24574 string from an inferior frame.
24575 * gdb.python/py-framefilter-mi.exp: Update.
24576
24577 2014-01-22 Doug Evans <dje@google.com>
24578
24579 * gdb.server/server-mon.exp: Add tests for "set debug-format".
24580
24581 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
24582
24583 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
24584
24585 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
24586
24587 * gdb.trace/entry-values.exp: Remove excess space character from
24588 regex patterns. Handle s390 call instruction.
24589
24590 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
24591
24592 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
24593 define "*_start" label. Make "name" static.
24594 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
24595 ${name} by references to ${name}_start.
24596
24597 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
24598
24599 * gdb.base/info-macros.exp: Remove "debug" from the compile
24600 options.
24601
24602 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
24603
24604 * gdb.dlang/demangle.exp: New file.
24605
24606 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
24607
24608 * gdb.dlang/primitive-types.exp: New file.
24609
24610 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
24611
24612 * configure.ac: Create gdb.dlang/Makefile.
24613 * configure: Regenerate.
24614 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
24615 * gdb.dlang/Makefile.in: New file.
24616 * lib/d-support.exp: New file.
24617 * lib/gdb.exp (skip_d_tests): New proc.
24618
24619 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24620
24621 * gdb.btrace/delta.exp: Check reverse stepi.
24622 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
24623 * gdb.btrace/finish.exp: New.
24624 * gdb.btrace/next.exp: New.
24625 * gdb.btrace/nexti.exp: New.
24626 * gdb.btrace/record_goto.c: Add comments.
24627 * gdb.btrace/step.exp: New.
24628 * gdb.btrace/stepi.exp: New.
24629 * gdb.btrace/multi-thread-step.c: New.
24630 * gdb.btrace/multi-thread-step.exp: New.
24631 * gdb.btrace/rn-dl-bind.c: New.
24632 * gdb.btrace/rn-dl-bind.exp: New.
24633 * gdb.btrace/data.c: New.
24634 * gdb.btrace/data.exp: New.
24635 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
24636
24637 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24638
24639 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
24640 * gdb.btrace/exception.exp: Update.
24641 * gdb.btrace/instruction_history.exp: Update.
24642 * gdb.btrace/record_goto.exp: Update.
24643 * gdb.btrace/tailcall.exp: Update.
24644 * gdb.btrace/unknown_functions.exp: Update.
24645 * gdb.btrace/delta.exp: New.
24646
24647 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24648
24649 * gdb.btrace/record_goto.exp: Add backtrace test.
24650 * gdb.btrace/tailcall.exp: Add backtrace test.
24651
24652 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24653
24654 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
24655 * gdb.btrace/record_goto.c: New.
24656 * gdb.btrace/record_goto.exp: New.
24657 * gdb.btrace/x86-record_goto.S: New.
24658
24659 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24660
24661 * gdb.btrace/function_call_history.exp: Update tests.
24662 * gdb.btrace/instruction_history.exp: Update tests.
24663
24664 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24665
24666 * gdb.btrace/function_call_history.exp: Fix expected field
24667 order for "record function-call-history".
24668 Add new tests for "record function-call-history /c".
24669 * gdb.btrace/exception.cc: New.
24670 * gdb.btrace/exception.exp: New.
24671 * gdb.btrace/tailcall.exp: New.
24672 * gdb.btrace/x86-tailcall.S: New.
24673 * gdb.btrace/x86-tailcall.c: New.
24674 * gdb.btrace/unknown_functions.c: New.
24675 * gdb.btrace/unknown_functions.exp: New.
24676 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
24677
24678 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24679
24680 * gdb.btrace/instruction_history.exp: Update.
24681 * gdb.btrace/function_call_history.exp: Update.
24682
24683 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24684
24685 * gdb.btrace/function_call_history.exp: Fix expected function
24686 trace.
24687 * gdb.btrace/instruction_history.exp: Initialize traced.
24688 Remove traced_functions.
24689
24690 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24691
24692 * gdb.btrace/function_call_history.exp: Update
24693 * gdb.btrace/instruction_history.exp: Update.
24694
24695 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24696
24697 * gdb.btrace/enable.exp: Update expected text.
24698
24699 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
24700
24701 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
24702 bytes.
24703
24704 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
24705
24706 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
24707
24708 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
24709
24710 * lib/gdb.exp (supports_process_record): Return true for
24711 arm*-linux*. (supports_reverse): Likewise.
24712
24713 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
24714
24715 PR python/15464
24716 PR python/16113
24717 * gdb.python/py-type.c: Enhance test case.
24718 * gdb.python/py-value-cc.cc: Likewise
24719 * gdb.python/py-type.exp: Add new tests.
24720 * gdb.python/py-value-cc.exp: Likewise
24721
24722 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
24723 Pedro Alves <palves@redhat.com>
24724
24725 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
24726 Make "name" extern.
24727 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
24728 references to ${name}_start by references to ${name}.
24729
24730 2014-01-10 Joel Brobecker <brobecker@adacore.com>
24731
24732 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
24733
24734 2014-01-10 Joel Brobecker <brobecker@adacore.com>
24735
24736 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
24737
24738 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
24739 Pedro Alves <palves@redhat.com>
24740
24741 * gdb.mi/mi-info-os.exp: Connect to the target with
24742 mi_gdb_target_load.
24743
24744 2014-01-08 Pedro Alves <palves@redhat.com>
24745
24746 * gdb.threads/reconnect-signal.c: New file.
24747 * gdb.threads/reconnect-signal.exp: New file.
24748
24749 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
24750
24751 * gdb.base/source-dir.exp: New file.
24752
24753 2014-01-07 Joel Brobecker <brobecker@adacore.com>
24754
24755 * gdb.ada/mi_interface: New testcase.
24756
24757 2014-01-07 Joel Brobecker <brobecker@adacore.com>
24758
24759 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
24760 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
24761 gdb.ada/pp-rec-component/pck.ads: New files.
24762
24763 2014-01-07 Joel Brobecker <brobecker@adacore.com>
24764
24765 * gdb.python/py-pp-integral.c: New file.
24766 * gdb.python/py-pp-integral.py: New file.
24767 * gdb.python/py-pp-integral.exp: New file.
24768
24769 For older changes see ChangeLog-1993-2013.
24770 \f
24771 ;; Local Variables:
24772 ;; mode: change-log
24773 ;; left-margin: 8
24774 ;; fill-column: 74
24775 ;; version-control: never
24776 ;; End:
24777
24778 Copyright 2014-2021 Free Software Foundation, Inc.
24779 Copying and distribution of this file, with or without modification,
24780 are permitted provided the copyright notice and this notice are preserved.
This page took 0.537314 seconds and 5 git commands to generate.