]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/testsuite/ChangeLog
Fix silent gdb.base/annota1.exp test coverage regression
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2021-06-14 Pedro Alves <pedro@palves.net>
2
3 * gdb.base/annota1.exp: Build list using [list] instead of {}.
4 Tell [join] to join with no character. Build expected pattern in
5 separate variable instead of in the -re expression directly.
6
7 2021-06-11 Kevin Buettner <kevinb@redhat.com>
8
9 * gdb.mi/mi-sym-info.exp (114-symbol-info-function test): Increase
10 timeout.
11
12 2021-06-11 Kevin Buettner <kevinb@redhat.com>
13
14 * gdb.base/print-symbol-loading.exp (proc test_load_shlib):
15 Allow "Symbols already loaded for..." messages.
16
17 2021-06-11 Kevin Buettner <kevinb@redhat.com>
18
19 * gdb.base/execl-update-breakpoints.exp: Add regular
20 expression for optionally matching output related to
21 libthread_db.
22 * gdb.base/fork-print-inferior-events.exp: Likewise.
23
24 2021-06-11 Felix Willgerodt <felix.willgerodt@intel.com>
25
26 * gdb.mi/array.f: Convert into...
27 * gdb.mi/array.f90: ...this.
28 * gdb.mi/mi-var-child-f.exp: Use array.f90.
29
30 2021-06-11 Tom Tromey <tom@tromey.com>
31
32 PR rust/23427
33 * lib/rust-support.exp (rust_compiler_version): New caching proc.
34 * gdb.rust/rawids.exp: New file.
35 * gdb.rust/rawids.rs: New file.
36
37 2021-06-10 Simon Marchi <simon.marchi@polymtl.ca>
38
39 * lib/gdb.exp (default_gdb_exit): Unset gdb_tty_name.
40 (spawn_capture_tty_name): New, override builtin spawn.
41 (default_gdb_spawn): Capture GDB's TTY name.
42 * lib/tuiterm.exp (tuiterm_spawn): Remove.
43 (tuiterm_env_init, tuiterm_env_finish): Remove spawn override.
44 (Term) <resize>: Use new variable name.
45 (tuiterm_env_init, tuiterm_env_finish): Remove.
46 (tuiterm_env): Don't call tuiterm_env_init and register
47 tuiterm_env_finish in gdb_finish_hooks.
48 (gdb_finish_hooks): Remove.
49 (gdb_finish): Don't call finish hooks.
50
51 2021-06-10 Tom de Vries <tdevries@suse.de>
52
53 * gdb.mi/user-selected-context-sync.c (child_sub_function, main):
54 Rewrite while (1) using dummy loop body.
55
56 2021-06-10 Bhuvanendra Kumar N <Bhuvanendra.KumarN@amd.com>
57
58 * gdb.base/foll-exec.c: convert the multi-line function call into
59 single line.
60
61 2021-06-10 Tom de Vries <tdevries@suse.de>
62
63 * lib/cp-support.exp (cp_test_ptype_class): Break up regexp.
64 * gdb.cp/nested-types.exp: Remove usage of read1 timeout factor.
65
66 2021-06-10 Tom de Vries <tdevries@suse.de>
67
68 * gdb.cp/cplusfuncs.exp (info_func_regexp): Use gdb_test_lines.
69
70 2021-06-09 Tom Tromey <tromey@adacore.com>
71
72 * README (Example): Update read1 example.
73
74 2021-06-09 Simon Marchi <simon.marchi@polymtl.ca>
75
76 * lib/tuiterm.exp (Term) <_check_box>: Improve logging.
77
78 2021-06-08 Lancelot Six <lsix@lancelotsix.com>
79
80 * gdb.base/premature-dummy-frame-removal.py (TestUnwinder): Use
81 'is None' instead of '== None' and 'is not None' instead of
82 '!= None'.
83 * gdb.python/py-frame-args.py (lookup_function): Same.
84 * gdb.python/py-framefilter-invalidarg.py (Reverse_Function): Same.
85 * gdb.python/py-framefilter.py (Reverse_Function): Same.
86 * gdb.python/py-nested-maps.py (lookup_function): Same.
87 * gdb.python/py-objfile-script-gdb.py (lookup_function): Same.
88 * gdb.python/py-prettyprint.py (lookup_function): Same.
89 * gdb.python/py-section-script.py (lookup_function): Same.
90 * gdb.python/py-unwind-inline.py (dummy_unwinder): Same.
91 * gdb.python/python.exp: Same.
92 * gdb.rust/pp.py (lookup_function): Same.
93
94 2021-06-08 Tom de Vries <tdevries@suse.de>
95
96 * lib/gdb.exp (multi_line): Require more than one argument.
97 * gdb.base/gdbinit-history.exp: Update multi_line call.
98 * gdb.base/jit-reader.exp: Remove multi_line call.
99 * gdb.fortran/dynamic-ptype-whatis.exp: Same.
100
101 2021-06-08 Tom de Vries <tdevries@suse.de>
102
103 * gdb.base/info-types.exp.tcl (match_line, gdb_test_lines): Move ...
104 * lib/gdb.exp: ... here.
105 * gdb.base/info-macros.exp: Use gdb_test_lines.
106
107 2021-06-08 Tom de Vries <tdevries@suse.de>
108
109 * gdb.base/info-types.exp.tcl (match_line): Handle --any.
110 (gdb_test_lines): Factor out of ...
111 (run_test): ... here.
112
113 2021-06-08 Tom de Vries <tdevries@suse.de>
114
115 * gdb.base/batch-preserve-term-settings.exp (spawn_shell): Fix
116 matching of initial prompt.
117
118 2021-06-08 Tom de Vries <tdevries@suse.de>
119
120 * gdb.threads/multi-create-ns-info-thr.exp: Limit breakpoint regexp to
121 one line.
122
123 2021-06-08 Tom de Vries <tdevries@suse.de>
124
125 * gdb.base/sect-cmd.exp: Use gdb_test. Use -wrap "". Fix
126 test name.
127
128 2021-06-08 Tom de Vries <tdevries@suse.de>
129
130 * gdb.base/sect-cmd.exp: Fix saw_section_address_line regexp.
131
132 2021-06-07 Simon Marchi <simon.marchi@polymtl.ca>
133
134 * gdb.base/continue-all-already-running.exp: Call fail if can't
135 run to main.
136
137 2021-06-07 Andrew Burgess <andrew.burgess@embecosm.com>
138
139 PR gdb/27847
140 * gdb.dwarf2/dw2-weird-type-len.c: New file.
141 * gdb.dwarf2/dw2-weird-type-len.exp: New file.
142
143 2021-06-07 Simon Marchi <simon.marchi@polymtl.ca>
144
145 * gdb.base/attach.exp (test_command_line_attach_run): Use
146 proc_with_prefix.
147
148 2021-06-07 Tom de Vries <tdevries@suse.de>
149
150 PR testsuite/27908
151 * gdb.base/run-attach-while-running.exp (test): Don't match prompt
152 after attach using '$gdb_prompt $'.
153
154 2021-06-07 Tom de Vries <tdevries@suse.de>
155
156 * gdb.base/info-types.exp.tcl: Remove "File .*" matching from regexp
157 matching state machine.
158
159 2021-06-07 Tom de Vries <tdevries@suse.de>
160
161 * gdb.base/new-ui-pending-input.exp
162 (test_command_line_new_ui_pending_input): Fix regexp for "initial
163 prompt on extra console".
164
165 2021-06-07 Tom de Vries <tdevries@suse.de>
166
167 * gdb.base/info-types.exp.tcl (run_test): Move "random line" regexp
168 up.
169
170 2021-06-06 Simon Marchi <simon.marchi@efficios.com>
171
172 * gdb.server/stop-reply-no-thread-multi.exp: Clear sysroot when
173 host and target are local.
174
175 2021-06-05 Hannes Domani <ssbssa@yahoo.de>
176
177 * gdb.python/py-symbol.exp: Fix tests for Python 3.
178
179 2021-06-05 Shahab Vahedi <shahab@synopsys.com>
180
181 * gdb.arch/arc-disassembler-options.exp: New test.
182 * gdb.arch/arc-disassembler-options.s: New test source.
183
184 2021-06-04 Tom Tromey <tromey@adacore.com>
185
186 * gdb.ada/array_of_symbolic_length.exp: New file.
187 * gdb.ada/array_of_symbolic_length/foo.adb: New file.
188 * gdb.ada/array_of_symbolic_length/gl.adb: New file.
189 * gdb.ada/array_of_symbolic_length/gl.ads: New file.
190 * gdb.ada/array_of_symbolic_length/pck.adb: New file.
191 * gdb.ada/array_of_symbolic_length/pck.ads: New file.
192
193 2021-06-03 Magne Hov <mhov@undo.io>
194
195 PR python/27841
196 * gdb.python/py-events.exp: Extend inferior exit tests.
197 * gdb.python/py-events.py: Print inferior exit PID.
198
199 2021-06-03 Hannes Domani <ssbssa@yahoo.de>
200
201 * gdb.python/py-symbol.exp: Test symbol constants.
202
203 2021-06-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
204
205 * gdb.dwarf2/per-bfd-sharing.exp: Fix temp-dir leakage.
206
207 2021-06-02 Carl Love <cel@us.ibm.com>
208
209 * gdb.threads/threadapply.c: Add global mybarrier.
210 (main): Add pthread_barrier_init.
211 (thread_function): Replace while loop with myp increment and
212 pthread_barrier_wait.
213
214 2021-06-02 Andrew Burgess <andrew.burgess@embecosm.com>
215
216 * lib/gdb.exp (gdb_compile): Only add the -J option when using a
217 gcc based Fortran compiler, for example, flang does not support
218 this option.
219
220 2021-06-02 Andrew Burgess <andrew.burgess@embecosm.com>
221
222 * lib/fortran.exp (fortran_int8): Escape '*' in pattern.
223
224 2021-06-01 Tom Tromey <tromey@adacore.com>
225
226 * Makefile.in (all): Don't print anything.
227 ($(abs_builddir)/site.exp site.exp): Use $(ECHO_GEN).
228 (expect-read1): Likewise.
229 (read1.so): Use $(ECHO_CC).
230 Include silent-rules.mk.
231
232 2021-06-01 Tom Tromey <tromey@adacore.com>
233
234 * aclocal.m4, configure.ac, configure: Remove.
235 * Makefile.in (EXTRA_RULES): Remove.
236 ($(abs_builddir)/site.exp site.exp): Don't depend on
237 config.status.
238 (distclean maintainer-clean realclean, Makefile): Update.
239 (config.status): Remove target.
240 (lib/pdtrace): New target.
241 (all): Don't depend on EXTRA_RULES.
242 (check-read1): Depend on read1.so, expect-read1.
243
244 2021-06-01 Tom de Vries <tdevries@suse.de>
245
246 PR symtab/26096
247 * gdb.cp/cold-clone.cc: New test.
248 * gdb.cp/cold-clone.exp: New file.
249
250 2021-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
251
252 * gdb.gdb/unittest.c: New file.
253 * gdb.gdb/unittest.exp: Run with and without a binary file loaded
254 into GDB.
255
256 2021-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
257
258 * gdb.base/premature-dummy-frame-removal.c: New file.
259 * gdb.base/premature-dummy-frame-removal.exp: New file.
260 * gdb.base/premature-dummy-frame-removal.py: New file.
261
262 2021-05-27 Simon Marchi <simon.marchi@polymtl.ca>
263
264 * gdb.base/reverse-init-functions.exp: New.
265
266 2021-05-27 Tom de Vries <tdevries@suse.de>
267
268 PR symtab/27919
269 PR testsuite/27920
270 * gdb.dwarf2/dw2-dummy-cu.exp: Use maint expand-symtabs instead of
271 -readnow.
272
273 2021-05-27 Tom de Vries <tdevries@suse.de>
274
275 PR testsuite/27921
276 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Rename to ...
277 (local_add_gdb_index): ... this.
278
279 2021-05-21 Tom de Vries <tdevries@suse.de>
280
281 PR testsuite/25047
282 * boards/cc-with-gnu-debuglink.exp: New file.
283
284 2021-05-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
285
286 * gdb.dwarf2/dw2-inline-with-lexical-scope.c (func): Replace
287 a dead code with an assignment to a global var. Fix a
288 whitespacing problem around an assignment operator.
289
290 2021-05-19 Will Schmidt <will_schmidt@vnet.ibm.com>
291
292 * gdb.arch/powerpc64-prologue.c: New test to exercise prologues
293 for the powerpc64 LE target.
294 * gdb.arch/powerpc-prologue.exp: Test Harness.
295
296 2021-05-19 Andrew Burgess <andrew.burgess@embecosm.com>
297
298 * gdb.guile/scm-pretty-print.exp: Add test names to resolve
299 duplicate test names.
300
301 2021-05-19 Tom de Vries <tdevries@suse.de>
302
303 * gdb.base/info-types.exp.tcl: Scan info types output line-by-line.
304
305 2021-05-17 Simon Marchi <simon.marchi@polymtl.ca>
306
307 * gdb.python/py-framefilter-gdb.py.in: Rename to:
308 * gdb.python/py-framefilter-gdb.py: ... this.
309 * gdb.python/py-framefilter-invalidarg-gdb.py.in: Rename to:
310 * gdb.python/py-framefilter-invalidarg-gdb.py: ... this.
311
312 2021-05-17 Simon Marchi <simon.marchi@polymtl.ca>
313
314 * gdb.python/py-framefilter-gdb.py.in: Re-format.
315 * gdb.python/py-framefilter-invalidarg-gdb.py.in: Re-format.
316
317 2021-05-17 Bhuvanendra Kumar N <Bhuvanendra.KumarN@amd.com>
318
319 * gdb.base/class-allocatable-array.exp: Modified test for clang.
320
321 2021-05-16 Weimin Pan <weimin.pan@oracle.com>
322
323 * gdb.ctf/funcreturn.exp: New file.
324 * gdb.ctf/whatis.c: Copy from gdb.base.
325
326 2021-05-14 Tom Tromey <tom@tromey.com>
327
328 * gdb.rust/pp.exp: New file.
329 * gdb.rust/pp.py: New file.
330 * gdb.rust/pp.rs: New file.
331
332 2021-05-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
333
334 * gdb.base/index-cache.exp: Cleanup $cache_dir/*.gdb-index and
335 remove the directory.
336 * gdb.dwarf2/per-bfd-sharing.exp: Likewise.
337
338 2021-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
339
340 * gdb.python/py-inferior.exp: Add test cases for 'connection_num'.
341
342 2021-05-14 Kent Cheung <kent.cheung@arm.com>
343 Andrew Burgess <andrew.burgess@embecosm.com>
344
345 * gdb.python/py-format-string.c: Added a variable to test.
346 * gdb.python/py-format-string.exp: Check string representation is
347 printed at appropriate max_depth settings.
348 * gdb.python/py-nested-maps.exp: Likewise.
349 * gdb.guile/scm-pretty-print.exp: Add additional tests.
350
351 2021-05-13 Andrew Burgess <andrew.burgess@embecosm.com>
352
353 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Give some tests
354 unique names, also wrap proc body in with_test_prefix.
355
356 2021-05-13 Andrew Burgess <andrew.burgess@embecosm.com>
357
358 * gdb.guile/scm-frame-args.exp: Add with_test_prefix to resolve
359 duplicate test names.
360 * gdb.guile/scm-parameter.exp: Provide test names to avoid
361 duplicate names based on the command being run.
362 * gdb.guile/scm-symbol.exp: Extend test name to make it unique.
363 * gdb.guile/scm-type.exp (restart_gdb): Don't print PASS line when
364 loading a support module.
365 (test_equality): Update test name to match the actual test, making
366 the name unique in the process.
367 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test names
368 to resolve duplicate tests.
369 (test_inferior_function_call): Likewise.
370 (test_subscript_regression): Likewise.
371
372 2021-05-13 Andrew Burgess <andrew.burgess@embecosm.com>
373
374 * lib/guile.exp (gdb_scm_load_file): Use empty test name to
375 silence PASS lines.
376 (gdb_install_guile_module): Likewise.
377
378 2021-05-12 George Barrett <bob@bob131.so>
379
380 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test for
381 value-const-value.
382
383 2021-05-12 George Barrett <bob@bob131.so>
384
385 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test for
386 value-reference-value. Add test for value-rvalue-reference-value.
387
388 2021-05-11 Tom de Vries <tdevries@suse.de>
389
390 * gdb.base/watch_thread_num.exp: Fix "set debug infrun 1" FAILs.
391 Add "set debug infrun 1" commented out.
392
393 2021-05-11 Tom de Vries <tdevries@suse.de>
394
395 * gdb.base/gdb-sigterm.exp: Fix exp_continue regexp.
396
397 2021-05-11 Bhuvanendra Kumar <Bhuvanendra.KumarN@amd.com>
398
399 * gdb.fortran/array-element.exp: Breakpoint location is modified.
400
401 2021-05-10 Lancelot Six <lsix@lancelotsix.com>
402
403 PR gdb/27614
404 * gdb.dwarf2/gdb-add-index-symlink.exp: New test.
405
406 2021-05-10 Andrew Burgess <andrew.burgess@embecosm.com>
407
408 * gdb.guile/guile.exp: Don't use the source directory as a
409 temporary HOME directory.
410
411 2021-05-10 Simon Marchi <simon.marchi@polymtl.ca>
412
413 * gdb.arch/amd64-osabi.exp (test_osabi_none): Use the
414 parameters.
415
416 2021-05-07 Andrew Burgess <andrew.burgess@embecosm.com>
417
418 * gdb.guile/guile.exp: Add an extra test.
419
420 2021-05-07 Andrew Burgess <andrew.burgess@embecosm.com>
421
422 * gdb.base/ptype-offsets.exp: Replace use of send_gdb with
423 gdb_test_no_output.
424
425 2021-05-07 Simon Marchi <simon.marchi@polymtl.ca>
426
427 * Re-format all Python files using black.
428 * gdb.python/py-prettyprint.exp (run_lang_tests): Adjust.
429
430 2021-05-06 Andrew Burgess <andrew.burgess@embecosm.com>
431
432 * gdb.guile/scm-breakpoint.exp (test_watchpoints): Print the
433 watchpoint object before and after registering it with GDB.
434
435 2021-05-06 Andrew Burgess <andrew.burgess@embecosm.com>
436
437 * gdb.guile/scm-breakpoint.exp (test_bkpt_basic): Convert to
438 'proc_with_prefix', remove use of 'with_test_prefix', and
439 reindent.
440 (test_bkpt_deletion): Likewise.
441 (test_bkpt_cond_and_cmds): Likewise.
442 (test_bkpt_invisible): Likewise.
443 (test_watchpoints): Likewise.
444 (test_bkpt_internal): Likewise.
445 (test_bkpt_eval_funcs): Likewise.
446 (test_bkpt_registration): Likewise.
447 (test_bkpt_address): Convert to 'proc_with_prefix'.
448 (test_bkpt_probe): Likewise.
449
450 2021-05-06 Andrew Burgess <andrew.burgess@embecosm.com>
451
452 * gdb.guile/scm-breakpoint.exp (test_bkpt_basic): Extend test
453 names to avoid duplicates.
454 (test_bkpt_cond_and_cmds): Likewise.
455 (test_bkpt_eval_funcs): Likewise.
456
457 2021-05-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
458
459 * gdb.mi/mi-break.exp (test_forced_conditions): Add a test
460 for the -break-condition command's "--force" flag.
461
462 2021-05-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
463
464 * gdb.mi/mi-break.exp (test_forced_conditions): New proc that
465 is called by the test.
466
467 2021-05-05 Tom de Vries <tdevries@suse.de>
468
469 * gdb.threads/detach-step-over.exp: Do exp_continue when encountering
470 "Reading symbols" or "Expanding full symbols" lines. Using timeout
471 factor of 2 for attach.
472
473 2021-05-05 Tom de Vries <tdevries@suse.de>
474
475 * gdb.threads/fork-plus-threads.exp: Handle "New LWP <n>" and
476 "LWP <n> exited" messages.
477
478 2021-05-04 Simon Marchi <simon.marchi@polymtl.ca>
479
480 * gdb.python/py-type.exp (test_fields): Test calling fields on
481 an int type.
482
483 2021-05-04 Simon Marchi <simon.marchi@efficios.com>
484
485 * gdb.python/flexible-array-member.exp: Adjust expected range
486 value for member declared with 0 size. Test accessing range
487 tuple through range type.
488
489 2021-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
490
491 PR testsuite/27788
492 * gdb.python/py-startup-opt.exp (test_python_settings): Change the
493 expected results when environment variable PYTHONDONTWRITEBYTECODE
494 is set.
495
496 2021-04-30 Tom Tromey <tromey@adacore.com>
497
498 * gdb.ada/enum_idx_packed/pck.ads (My_Enum, My_Array_Type)
499 (Confused_Array): New types.
500 * gdb.ada/enum_idx_packed/foo.adb (Confused_Array): New variable.
501 * gdb.ada/enum_idx_packed.exp: Add new tests.
502
503 2021-04-30 Tom de Vries <tdevries@suse.de>
504
505 * gdb.mi/mi-sym-info.exp: Add with_timeout_factor, and increase
506 existing timeout factors.
507
508 2021-04-30 Tom de Vries <tdevries@suse.de>
509
510 * gdb.mi/mi-sym-info.exp: Remove duplicate test.
511
512 2021-04-29 Tom de Vries <tdevries@suse.de>
513
514 PR testsuite/27786
515 * lib/valgrind.exp (vgdb_start): Use set_remotetimeout. Increase
516 remotetimeout to 4.
517
518 2021-04-28 Tom Tromey <tromey@adacore.com>
519
520 * gdb.ada/null_overload.exp: New file.
521 * gdb.ada/null_overload/foo.adb: New file.
522
523 2021-04-28 Andrew Burgess <andrew.burgess@embecosm.com>
524
525 * gdb.python/py-startup-opt.exp: New file.
526
527 2021-04-27 Luis Machado <luis.machado@linaro.org>
528
529 * gdb.base/maint.exp: Drop a pattern that is not needed.
530 * lib/gdb.exp (readnow): Match line-by-line.
531
532 2021-04-27 Luis Machado <luis.machado@linaro.org>
533
534 * gdb.xml/tdesc-reload.exp: Pass -lbl.
535
536 2021-04-27 Michael Weghorn <m.weghorn@posteo.de>
537 Simon Marchi <simon.marchi@polymtl.ca>
538
539 * gdb.python/libpy-autoloaded-pretty-printers-in-newobjfile-event.so-gdb.py: New test.
540 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event-lib.cc: New test.
541 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event-lib.h: New test.
542 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event-main.cc: New test.
543 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event.exp: New test.
544 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event.py: New test.
545
546 2021-04-26 Tom Tromey <tromey@adacore.com>
547
548 PR gdb/27743:
549 * gdb.dwarf2/imported-unit-bp.exp: New file.
550 * gdb.dwarf2/imported-unit-bp-main.c: New file.
551 * gdb.dwarf2/imported-unit-bp-alt.c: New file.
552
553 2021-04-26 Simon Marchi <simon.marchi@polymtl.ca>
554
555 PR gdb/27773
556 * gdb.base/dump.exp: Test dump to non-existent dir.
557
558 2021-04-26 Luis Machado <luis.machado@linaro.org>
559
560 * gdb.arch/aarch64-dbreg-contents.c (set_watchpoint): Fix arch level
561 comparison.
562
563 2021-04-25 Lancelot Six <lsix@lancelotsix.com>
564
565 PR gdb/22640
566 * gdb.base/ptype-offsets.exp: Add tests to verify the behavior
567 of 'ptype/ox' and 'ptype/od'. Check that 'set print type hex'
568 changes the default behavior of 'ptype/o'. Update to take into
569 account new horizontal layout.
570 * gdb.rust/simple.exp: Update ptype test to check new horizontal
571 layout.
572 * gdb.rust/union.exp: Same.
573
574 2021-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
575
576 * gdb.base/info_sources.exp: Add new tests.
577
578 2021-04-22 Tom Tromey <tom@tromey.com>
579
580 * gdb.base/ptype-offsets.cc (struct empty_member): New.
581 (main): Use empty_member.
582 * gdb.base/ptype-offsets.exp: Add new test.
583
584 2021-04-22 Simon Marchi <simon.marchi@polymtl.ca>
585
586 * gdb.python/flexible-array-member.exp: Add check for Python
587 support.
588
589 2021-04-22 Simon Marchi <simon.marchi@polymtl.ca>
590
591 PR gdb/27757
592 * gdb.python/flexible-array-member.c: New test.
593 * gdb.python/flexible-array-member.exp: New test.
594 * gdb.guile/scm-type.exp (test_range): Add test for flexible
595 array member.
596 * gdb.guile/scm-type.c (struct flex_member): New.
597 (main): Use it.
598
599 2021-04-22 Tom Tromey <tom@tromey.com>
600
601 * gdb.rust/modules.exp: Add checks for syntax errors.
602 * gdb.rust/expr.exp: Add checks for syntax errors.
603 * gdb.rust/simple.exp: Add checks for syntax errors.
604
605 2021-04-21 Carl Love <cel@us.ibm.com>
606
607 * gdb.base/valgrind-bt.exp: Add gdb_test "break main".
608 Update expected string for gdb_test "bt".
609
610 * lib/valgrind.exp: Add set remotetimeout 3.
611 Increase vgdb wait from 1 to 2.
612 Add max-invoke-ms option to vgdb command line.
613
614 2021-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
615
616 * gdb.mi/mi-break.exp: Extend with checks for invalid breakpoint
617 conditions.
618
619 2021-04-21 Simon Marchi <simon.marchi@polymtl.ca>
620 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
621
622 * gdb.mi/mi-break.exp: Fix the duplicate test names.
623
624 2021-04-20 Felix Willgerodt <felix.willgerodt@intel.com>
625
626 * gdb.base/address_space_qualifier.exp: New file.
627
628 2021-04-19 Tom Tromey <tromey@adacore.com>
629
630 PR gdb/27742:
631 * gdb.opt/inline-locals.exp: Update kfail patterns.
632
633 2021-04-17 Tom Tromey <tom@tromey.com>
634
635 * gdb.dwarf2/gdb-index-nodebug.exp: New file.
636
637 2021-04-16 Tom Tromey <tom@tromey.com>
638
639 * gdb.rust/simple.exp: Change error text.
640 * gdb.rust/expr.exp: Change error text.
641
642 2021-04-16 Tom Tromey <tom@tromey.com>
643
644 * gdb.rust/simple.exp: Add parens to 'as' test.
645
646 2021-04-16 Simon Marchi <simon.marchi@efficios.com>
647
648 * boards/simavr.exp: Set debug_flags.
649
650 2021-04-16 Luis Machado <luis.machado@linaro.org>
651
652 * gdb.dwarf2/dw2-bfloat16.exp: New file.
653
654 2021-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
655
656 * gdb.python/py-parameter.exp: Give a test a proper name to avoid
657 including a path in the test name.
658
659 2021-04-15 Simon Marchi <simon.marchi@polymtl.ca>
660
661 * gdb.threads/fork-plus-threads.exp: Use foreach_with_prefix.
662
663 2021-04-15 Tom Tromey <tromey@adacore.com>
664
665 * gdb.dwarf2/arr-stride.exp: Add test.
666
667 2021-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
668
669 * gdb.base/startup-file.exp: Add more tests.
670
671 2021-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
672
673 PR cli/25956
674 * gdb.base/early-init-file.c: New file.
675 * gdb.base/early-init-file.exp: New file.
676 * lib/gdb-utils.exp (style): Handle style 'none'.
677
678 2021-04-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
679
680 * gdb.dwarf2/dw2-inline-with-lexical-scope.exp: Use
681 @DW_INL_declared_inlined for the inline attribute.
682
683 2021-04-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
684
685 * gdb.opt/inline-locals.c (scoped): New function.
686 (main): Call 'scoped'.
687 * gdb.opt/inline-locals.exp: Update with "info locals" tests
688 for scoped variables.
689 * gdb.dwarf2/dw2-inline-with-lexical-scope.c: New file.
690 * gdb.dwarf2/dw2-inline-with-lexical-scope.exp: New file.
691
692 2021-04-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
693
694 * lib/dwarf.exp (_location): Recognize DW_OP_fbreg as an op.
695
696 2021-04-12 Will Schmidt <will_schmidt@vnet.ibm.com>
697
698 * gdb.arch/powerpc-vsx-regs.exp: Initialize vs* doublewords.
699
700 2021-04-12 Will Schmidt <will_schmidt@vnet.ibm.com>
701
702 * gdb.arch/powerpc-plxv-nonrel.s: Testcase using
703 non-relative plxv instructions.
704 * gdb.arch/powerpc-plxv-nonrel.exp: Testcase harness.
705
706 2021-03-31 Will Schmidt <will_schmidt@vnet.ibm.com>
707
708 PR gdb/27525
709 * gdb/testsuite/gdb.arch/powerpc-addpcis.exp: Testcase harness to
710 exercise single-stepping over subpcis,lnia,addpcis instructions
711 with displacement.
712 * gdb/testsuite/gdb.arch/powerpc-addpcis.s: Testcase with stream
713 of addpcis/lnia/subpcis instructions.
714 * gdb/testsuite/gdb.arch/powerpc-lnia.exp: Testcase harness to
715 exercise single-stepping over lnia instructions with displacement.
716 * gdb/testsuite/gdb.arch/powerpc-lnia.s: Testcase with stream of
717 lnia instructions.
718
719 2021-03-31 Will Schmidt <will_schmidt@vnet.ibm.com>
720
721 * gdb.arch/powerpc-power10.s: New test for instructions.
722 * gdb.arch/powerpc-power10.exp: Harness to run the test.
723
724 2021-4-12 Carl Love <cel@us.ibm.com>
725
726 * gdb.arch/vsx-vsr-float128.c: New test file.
727 * gdb.arch/vsx-vsr-float128.exp: New expect file.
728
729 2021-04-12 Markus Metzger <markus.t.metzger@intel.com>
730
731 * gdb.btrace/reconnect.exp: Relax expected stepi output.
732
733 2021-04-07 Weimin Pan <weimin.pan@oracle.com>
734
735 * gdb.base/ctf-ptype.c: Add struct link containing a forward
736 reference type.
737 * gdb.base/ctf-ptype.exp: Add "ptype struct link".
738
739 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
740
741 * gdb.fortran/dynamic-ptype-whatis.exp: New file.
742 * gdb.fortran/dynamic-ptype-whatis.f90: New file.
743
744 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
745
746 * gdb.cp/rvalue-ref-params.cc (f3): New function.
747 (f4): New function.
748 (global_int): New global variable.
749 (global_float): Likeiwse.
750 (main): Call both new functions.
751 * gdb.cp/rvalue-ref-params.exp: Add new tests.
752
753 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
754
755 * gdb.dwarf2/fission-relative-dwo.c: New file.
756 * gdb.dwarf2/fission-relative-dwo.exp: New file.
757
758 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
759
760 * gdb.dwarf2/fission-absolute-dwo.c: New file.
761 * gdb.dwarf2/fission-absolute-dwo.exp: New file.
762 * gdb.dwarf2/fission-base.exp: Use build_executable_and_dwo_files
763 instead of build_executable_from_fission_assembler.
764 * gdb.dwarf2/fission-loclists-pie.exp: Likewise.
765 * gdb.dwarf2/fission-loclists.exp: Likewise.
766
767 * gdb.dwarf2/fission-multi-cu.S: Delete file.
768 * gdb.dwarf2/fission-multi-cu.c: New file based on old
769 fission-multi-cu1.c and fission-multi-cu2.c files.
770 * gdb.dwarf2/fission-multi-cu1.c: Delete file.
771 * gdb.dwarf2/fission-multi-cu2.c: Delete file.
772 * gdb.dwarf2/fission-multi-cu.exp: Rewrite to use Dwarf assembler.
773 * gdb.dwarf2/fission-reread.exp: Likewise.
774 * lib/dwarf.exp (extract_dwo_information): New proc.
775 (strip_dwo_information): New proc.
776 (build_executable_and_dwo_files): New proc.
777 (build_executable_from_fission_assembler): Delete.
778 (Dwarf::_debug_addr_index): New variable.
779 (Dwarf::_cu_is_fission): New variable.
780 (Dwarf::_handle_DW_FORM): Handle DW_OP_GNU_addr_index.
781 (Dwarf::_default_form): Supply a default for DW_AT_GNU_addr_base.
782 (Dwarf::_handle_macro_at_range): Use form DW_FORM_GNU_addr_index
783 if this is a fission CU.
784 (Dwarf::_location): Handle DW_OP_GNU_addr_index.
785 (Dwarf::debug_addr_label): New proc.
786 (Dwarf::cu): Initialise _cu_is_fission.
787 (Dwarf::tu): Likewise.
788 (Dwarf::assemble): Initialise _debug_addr_index.
789
790 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
791
792 * gdb.dwarf2/dw2-using-debug-str.exp: Add an additional test.
793
794 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
795
796 * gdb.python/py-parameter.exp: Add test for reading data-directory
797 using gdb.parameter API.
798
799 2021-04-06 Tom de Vries <tdevries@suse.de>
800
801 PR breakpoints/25884
802 * gdb.opt/inline-cmds.exp: Remove kfail.
803
804 2021-04-06 Tom de Vries <tdevries@suse.de>
805
806 PR testsuite/27691
807 * gdb.threads/gcore-thread.exp: Don't call gdb_core_cmd with core
808 file "".
809
810 2021-04-01 Egeyar Bagcioglu <egeyar@gmail.com>
811
812 * lib/pdtrace.in: Fix obvious typo.
813
814 2021-03-31 Tom Tromey <tromey@adacore.com>
815
816 * lib/dwarf.exp (Dwarf::_get_args): New proc.
817 (Dwarf::_location): Use it.
818
819 2021-03-31 Tom de Vries <tdevries@suse.de>
820
821 PR testsuite/27667
822 * lib/gdb.exp (default_gdb_init): Unset DEBUGINFOD_URLS.
823
824 2021-03-30 Simon Marchi <simon.marchi@polymtl.ca>
825
826 PR gdb/27541
827 * gdb.base/index-cache-load-twice.exp: Remove.
828 * gdb.base/index-cache-load-twice.c: Remove.
829 * gdb.dwarf2/per-bfd-sharing.exp: New.
830 * gdb.dwarf2/per-bfd-sharing.c: New.
831
832 2021-03-30 Tom de Vries <tdevries@suse.de>
833
834 PR testsuite/27604
835 * gdb.dwarf2/dw2-cu-size.S: Add missing .debug_abbrev terminator.
836
837 2021-03-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
838
839 * gdb.mi/user-selected-context-sync.exp: Spin on a variable in
840 the infinite loop to avoid a Clang bug.
841
842 2021-03-26 Will Schmidt <will_schmidt@vnet.ibm.com>
843
844 * gdb.arch/powerpc-disassembler-options.exp: Extend some test
845 names for uniqueness.
846 * gdb.arch/powerpc-fpscr-gcore.exp: Add more test names for
847 uniqueness.
848
849 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
850
851 * gdb.python/py-prettyprint.c (struct container): Add 'is_array_p'
852 member.
853 (make_container): Initialise is_array_p.
854 * gdb.python/py-prettyprint.exp: Add new tests.
855 * gdb.python/py-prettyprint.py (ContainerPrinter.display_hint):
856 Check is_array_p and possibly return 'array'.
857
858 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
859
860 * gdb.cp/breakpoint.exp: Extend test names to make them unique.
861 * gdb.cp/casts.exp: Give tests unique names.
862 * gdb.cp/filename.exp: Likewise.
863 * gdb.cp/gdb2495.exp: Likewise.
864 * gdb.cp/mb-ctor.exp: Extend test names to make them unique.
865 * gdb.cp/misc.exp: Rename test to make it unique.
866 * gdb.cp/nsnested.exp: Give tests unique names.
867 * gdb.cp/ovldbreak.exp: Likewise.
868 * gdb.cp/pr17494.exp: Rename test to reflect what is actually
869 being tested. This also removes the duplicate test name.
870 * gdb.cp/ref-types.exp: Likewise.
871 * gdb.cp/temargs.exp: Likewise.
872
873 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
874
875 * gdb.cp/cplusfuncs.exp (test_paddr_operator_functions): Escape
876 square brackets in test.
877
878 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
879
880 * gdb.cp/maint.exp (test_first_component): Run more tests with a
881 variable number of spaces, this removes the duplicate testing of
882 'operator ->' which existed before.
883
884 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
885
886 * gdb.cp/gdb2384.cc (main): Change comments used for breakpoints.
887 * gdb.cp/gdb2384.exp: Change and extend test names to avoid
888 duplicates, and also to avoid having a string inside parentheses
889 at the end of test names.
890
891 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
892
893 * gdb.cp/nsusing.exp: Rewrite test, remove a duplicate test block.
894 Avoid repeated uses of 'runto', and instread just progress once
895 through the test stopping at different breakpoints. Give comments
896 a capital letter and full stop. Give duplicate tests unique names.
897
898 2021-03-25 Pedro Alves <pedro@palves.net>
899
900 * gdb.server/stop-reply-no-thread-multi.exp (run_test): Add
901 "target_non_stop" parameter and use it.
902 (top level): Add "maint set target-non-stop on/off" testing axis.
903
904 2021-03-25 Andrew Burgess <andrew.burgess@embecosm.com>
905
906 * lib/ada.exp (gnat_runtime_has_debug_info): Use -wrap with
907 gdb_test_multiple.
908
909 2021-03-24 Luis Machado <luis.machado@linaro.org>
910
911 * gdb.arch/aarch64-mte.c: New file.
912 * gdb.arch/aarch64-mte.exp: New test.
913 * gdb.base/memtag.c: New file.
914 * gdb.base/memtag.exp: New test.
915 * lib/gdb.exp (supports_memtag): New function.
916
917 2021-03-24 Luis Machado <luis.machado@linaro.org>
918
919 * gdb.base/options.exp: Adjust for new print options.
920 * gdb.base/with.exp: Likewise.
921
922 2021-03-22 Andrew Burgess <andrew.burgess@embecosm.com>
923
924 * gdb.dwarf2/dw2-missing-cu-tag.c: New file.
925 * gdb.dwarf2/dw2-missing-cu-tag.exp: New file.
926
927 2021-03-22 Andrew Burgess <andrew.burgess@embecosm.com>
928
929 * gdb.dwarf2/dw2-using-debug-str.c: New file.
930 * gdb.dwarf2/dw2-using-debug-str.exp: New file.
931 * lib/dwarf.exp (Dwarf::DW_FORM_strp): Create .debug_str section,
932 not .debug_string.
933
934 2021-03-20 Tom Tromey <tom@tromey.com>
935
936 * gdb.base/maint.exp: Update "maint print statistics" output.
937
938 2021-03-19 Kevin Buettner <kevinb@redhat.com>
939
940 * lib/gdbserver-support.exp (gdbserver_exit): Use the
941 "-nowait" flag when waiting for gdbserver to exit.
942
943 2021-03-19 Sourabh Singh Tomar <SourabhSingh.Tomar@amd.com>
944
945 * gdb.base/info-macros.exp: Append -fdebug-macro to
946 additional_flags for clang.
947 * gdb.base/macscp.exp: Likewise.
948 * gdb.base/style.exp: Likewise.
949 * gdb.linespec/macro-relative.exp: Likewise.
950
951 2021-03-17 Simon Marchi <simon.marchi@polymtl.ca>
952 Pedro Alves <pedro@palves.net>
953
954 * gdb.base/run-attach-while-running.exp: New.
955 * gdb.base/run-attach-while-running.c: New.
956
957 2021-03-16 Andrew Burgess <andrew.burgess@embecosm.com>
958
959 * gdb.python/py-framefilter-addr.c: New file.
960 * gdb.python/py-framefilter-addr.exp: New file.
961 * gdb.python/py-framefilter-addr.py: New file.
962
963 2021-03-16 Andrew Burgess <andrew.burgess@embecosm.com>
964
965 * gdb.threads/execl.exp: Remove duplicate 'info threads' test.
966 Make use of $gdb_test_name instead of creating a separate $test
967 variable.
968 * gdb.threads/print-threads.exp: Add a with_test_prefix instead of
969 adding a '($name)' at the end of each test. This also catches the
970 one place where '($name)' was missing, and so caused a duplicate
971 test name.
972 * gdb.threads/queue-signal.exp: Give tests unique names to avoid
973 duplicate test names based on the command being tested.
974 * gdb.threads/signal-command-multiple-signals-pending.exp:
975 Likewise.
976 * lib/gdb.exp (gdb_compile_shlib_pthreads): Tweak test name to
977 avoid duplicate testnames when a test script uses this proc and
978 also gdb_compile_pthreads.
979 * lib/prelink-support.exp (build_executable_own_libs): Use
980 with_test_prefix to avoid duplicate test names when we call
981 build_executable twice.
982
983 2021-03-15 Tom Tromey <tromey@adacore.com>
984
985 * gdb.ada/fixed_points.exp: Add tests of unary + and -.
986
987 2021-03-15 Tom Tromey <tromey@adacore.com>
988
989 * gdb.ada/varsize_limit.exp: Add new test.
990 * gdb.ada/varsize_limit/vsizelim.adb: Update.
991
992 2021-03-15 Tom Tromey <tromey@adacore.com>
993
994 * gdb.ada/operator_call/twovecs.ads: New file.
995 * gdb.ada/operator_call/twovecs.adb: New file.
996 * gdb.ada/operator_call/opcall.adb: New file.
997 * gdb.ada/operator_call.exp: New file.
998
999 2021-03-15 Tom Tromey <tromey@adacore.com>
1000
1001 * gdb.ada/enums_overload/enums_overload_main.adb: New file.
1002 * gdb.ada/enums_overload/enums_overload.ads: New file.
1003 * gdb.ada/enums_overload/enums_overload.adb: New file.
1004 * gdb.ada/enums_overload.exp: New file.
1005
1006 2021-03-15 Tom Tromey <tromey@adacore.com>
1007
1008 * gdb.ada/assign_arr/target_wrapper.ads (IArray, Put, Do_Nothing):
1009 Declare.
1010 * gdb.ada/assign_arr/target_wrapper.adb: New file.
1011 * gdb.ada/assign_arr/main_p324_051.adb (IValue): New variable.
1012 Call Put.
1013 * gdb.ada/assign_arr.exp: Update.
1014
1015 2021-03-15 Andrew Burgess <andrew.burgess@embecosm.com>
1016
1017 * gdb.python/py-auto-load-chaining-f1.c: New file.
1018 * gdb.python/py-auto-load-chaining-f1.o-gdb.py: New file.
1019 * gdb.python/py-auto-load-chaining-f2.c: New file.
1020 * gdb.python/py-auto-load-chaining-f2.o-gdb.py: New file.
1021 * gdb.python/py-auto-load-chaining.c: New file.
1022 * gdb.python/py-auto-load-chaining.exp: New file.
1023
1024 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1025
1026 * gdb.python/py-bad-printers.exp: Extend test names to make them
1027 unique.
1028 * gdb.python/py-events.exp: Likewise.
1029 * gdb.python/py-finish-breakpoint2.exp: Likewise.
1030 * gdb.python/py-frame-inline.exp: Likewise.
1031 * gdb.python/py-frame.exp: Likewise.
1032 * gdb.python/py-infthread.exp: Likewise.
1033
1034 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1035
1036 * gdb.python/py-value-cc.exp: Remove a duplicate test.
1037
1038 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1039
1040 * gdb.python/lib-types.exp: Update the test to check the correct
1041 python variable.
1042
1043 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1044
1045 * gdb.python/py-explore-cc.exp: Extend test names to make them
1046 unique.
1047
1048 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1049
1050 * gdb.python/py-lookup-type.exp: Remove duplicate test.
1051
1052 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1053
1054 * gdb.python/py-symtab.exp: Extend test names to make them
1055 unique.
1056
1057 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1058
1059 * gdb.python/py-prompt.exp: Add with_test_prefix to make test
1060 names unique.
1061
1062 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1063
1064 * gdb.python/py-block.exp: Give tests unique names.
1065
1066 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1067
1068 * gdb.python/py-pp-maint.exp: Extend test names to make them
1069 unique.
1070
1071 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1072
1073 * gdb.python/py-explore.exp: Add with_test_prefix to make test
1074 names unique.
1075
1076 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1077
1078 * gdb.python/py-finish-breakpoint.exp: Make test names unique.
1079
1080 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1081
1082 * gdb.python/py-strfns.exp: Use with_test_prefix to make test
1083 names unique.
1084
1085 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1086
1087 * gdb.python/py-format-string.exp: Use proc_with_prefix to make
1088 test names unique.
1089
1090 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1091
1092 * gdb.python/py-mi.exp: Use with_test_prefix to make test names
1093 unique.
1094
1095 2021-03-09 Tom Tromey <tromey@adacore.com>
1096
1097 * gdb.base/cast-call.exp: New file.
1098 * gdb.base/cast-call.c: New file.
1099
1100 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
1101
1102 * gdb.gdb/python-helper.exp: New file.
1103
1104 2020-03-04 Felix Willgerodt <felix.willgerodt@intel.com>
1105
1106 * gdb.fortran/intrinsics.exp: Add LOC tests.
1107
1108 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
1109
1110 * gdb.fortran/shape.exp: New file.
1111 * gdb.fortran/shape.f90: New file.
1112
1113 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
1114
1115 * gdb.fortran/size.exp: New file.
1116 * gdb.fortran/size.f90: New file.
1117
1118 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
1119
1120 * gdb.fortran/rank.exp: New file.
1121 * gdb.fortran/rank.f90: New file.
1122
1123 2021-03-08 Tom Tromey <tom@tromey.com>
1124
1125 * gdb.fortran/debug-expr.exp: Update tests.
1126
1127 2021-03-08 Tom Tromey <tom@tromey.com>
1128
1129 * gdb.base/debug-expr.exp: Update expected dump output.
1130
1131 2021-03-06 Tom Tromey <tom@tromey.com>
1132
1133 * lib/dwarf.exp (_handle_DW_FORM): Treat DW_FORM_GNU_ref_alt and
1134 DW_FORM_GNU_strp_alt like DW_FORM_sec_offset.
1135 * gdb.dwarf2/dwznolink.exp: New file.
1136
1137 2021-03-05 Mark Wielaard <mark@klomp.org>
1138
1139 * lib/valgrind.exp (vgdb_start): Add --wait=1 to vgdbcmd.
1140
1141 2021-03-06 Weimin Pan <weimin.pan@oracle.com>
1142
1143 * gdb.base/ctf-ptype.exp: Add function tests and fix typos.
1144
1145 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1146
1147 * gdb.btrace/rn-dl-bind.exp: Add ldflags=-Wl,-z,lazy.
1148
1149 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1150
1151 * gdb.btrace/non-stop.exp: Adjust expected source lines.
1152
1153 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1154
1155 * gdb.btrace/stepi.exp: Add {} options to prepare_for_testing.
1156
1157 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1158
1159 * gdb.btrace/exception.cc (main): Update test source.
1160 * gdb.btrace/exception.exp: Update patterns.
1161 * gdb.btrace/function_call_history.exp: Likewise.
1162
1163 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1164
1165 * gdb.btrace/unknown_functions.exp: Move -Wl,-x to ldflags.
1166
1167 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1168
1169 * gdb.btrace/rn-dl-bind.exp: Replace reverse-step with
1170 reverse-continue to breakpoint.
1171
1172 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1173
1174 * gdb.btrace/delta.exp: Remove instruction-history and
1175 function-call-history checks.
1176
1177 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1178
1179 * README (Note): Add nopie_ldflag.
1180 * lib/gdb.exp (gdb_compile): Extend nopie handling.
1181
1182 2021-03-02 Tom Tromey <tromey@adacore.com>
1183
1184 * gdb.ada/fixed_points.exp: Remove most special cases for minimal
1185 encodings.
1186
1187 2021-02-27 Lancelot Six <lsix@lancelotix.com>
1188
1189 PR gdb/27393
1190 * gdb.base/source-dir.exp: Test that empty dirnames are skipped.
1191
1192
1193 2021-02-26 Tom Tromey <tom@tromey.com>
1194
1195 * lib/gdb.exp (skip_ctf_tests): Use expr on result.
1196
1197 2021-02-26 Jan Vrany <jan.vrany@labware.com>
1198
1199 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv):
1200 Remove trailing \n from expected output.
1201
1202 2021-02-26 Markus Metzger <markus.t.metzger@intel.com>
1203
1204 * lib/gdb.exp (use_gdb_stub): Extend comment.
1205
1206 2021-02-25 Jan Matyas <jmatyas@codasip.com>
1207
1208 PR gdb/26819
1209 * gdb.server/stop-reply-no-thread.exp: Add two test
1210 scenarios that cover remote targets which do not have
1211 the concept of threads.
1212
1213 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1214
1215 * gdb.fortran/associated.exp: Add missing '-wrap' argument.
1216
1217 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1218
1219 PR fortran/26155
1220 * gdb.fortran/call-no-debug-func.f90: New file.
1221 * gdb.fortran/call-no-debug-prog.f90: New file.
1222 * gdb.fortran/call-no-debug.exp: New file.
1223
1224 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1225
1226 * gdb.fortran/associated.exp: New file.
1227 * gdb.fortran/associated.f90: New file.
1228
1229 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1230
1231 * gdb.fortran/dot-ops.exp (dot_operations): Test ".xor.".
1232
1233 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1234
1235 * gdb.base/sect-cmd.exp: Update expected results.
1236
1237 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1238
1239 * gdb.base/sect-cmd.exp: Rewrite using modern testsuite
1240 techniques. Enable the test for all targets.
1241
1242 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1243
1244 * gdb.base/maint-info-sections.exp: Add new tests.
1245 (check_maint_info_target_sections_output): New proc.
1246
1247 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1248
1249 * gdb.arch/riscv-default-tdesc.exp: New file.
1250
1251 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1252
1253 * gdb.fortran/pointer-to-pointer.exp: Additional tests.
1254
1255 2021-02-18 Andrew Burgess <andrew.burgess@embecosm.com>
1256
1257 * gdb.arch/i386-biarch-core.exp: Add target check.
1258
1259 2021-02-16 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1260
1261 * gdb.dwarf2/pr13961.S: Corrected invalid DIE references.
1262
1263 2021-02-12 Andrew Burgess <andrew.burgess@embecosm.com>
1264
1265 * gdb.fortran/allocated.exp: New file.
1266 * gdb.fortran/allocated.f90: New file.
1267
1268 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
1269
1270 * gdb.fortran/lbound-ubound.exp: Remove old comment.
1271
1272 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
1273
1274 * gdb.base/maint-info-sections.exp: Update expected output, and
1275 add additional tests. Again.
1276
1277 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
1278
1279 * gdb.base/maint-info-sections.exp: Update expected output, and
1280 add additional tests.
1281
1282 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
1283
1284 * gdb.base/maint-info-sections.exp: New file, content is moved
1285 from gdb.base/maint.exp and cleaned up to use latest testsuite
1286 techniques.
1287 * gdb.base/maint.exp: Tests moved out to
1288 gdb.base/maint-info-sections.exp.
1289
1290 2021-02-10 Simon Marchi <simon.marchi@efficios.com>
1291
1292 * gdb.multi/multi-target.exp.tcl (setup): Add "set sysroot" to
1293 GDBFLAGS.
1294
1295 2021-02-10 Andrew Burgess <andrew.burgess@embecosm.com>
1296
1297 * gdb.fortran/lbound-ubound.F90: New file.
1298 * gdb.fortran/lbound-ubound.exp: New file.
1299
1300 2021-02-10 Tom de Vries <tdevries@suse.de>
1301
1302 * lib/gdb.exp (gdb_load_no_complaints): Remove unnecessary
1303 "Restore saved setting of complaints".
1304
1305 2021-02-09 Tom de Vries <tdevries@suse.de>
1306
1307 PR symtab/27341
1308 * lib/gdb.exp (with_complaints): New proc, factored out of ...
1309 (gdb_load_no_complaints): ... here.
1310 * gdb.fortran/function-calls.exp: Add test-case.
1311
1312 2021-02-09 Abid Qadeer <abidh@codesourcery.com>
1313
1314 * gdb.threads/signal-command-handle-nopass.exp: Call
1315 'standard_testfile' before using 'testfile'.
1316 * gdb.threads/signal-command-multiple-signals-pending.exp: Likewise.
1317 * gdb.threads/signal-delivered-right-thread.exp: Likewise
1318 * gdb.threads/signal-sigtrap.exp: Likewise
1319
1320 2021-02-08 Luis Machado <luis.machado@linaro.org>
1321
1322 * gdb.base/gnu-ifunc.exp (build): Pass -Wl,z,lazy.
1323
1324 2021-02-08 Tom de Vries <tdevries@suse.de>
1325
1326 * gdb.dwarf2/enqueued-cu-base-addr.exp: Fix inter-CU reference.
1327
1328 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1329
1330 * gdb.python/tui-window-disabled.c: New file.
1331 * gdb.python/tui-window-disabled.exp: New file.
1332 * gdb.python/tui-window-disabled.py: New file.
1333
1334 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1335
1336 * gdb.python/tui-window.exp: Add new tests.
1337 * gdb.python/tui-window.py (TestWindow) <__init__>: Store
1338 TestWindow object into global the_window.
1339 <remote_title>: New method.
1340 (delete_window_title): New function.
1341
1342 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1343
1344 * gdb.tui/winheight.exp: Add more tests.
1345
1346 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1347
1348 * gdb.python/py-framefilter.exp: Update expected results.
1349 * gdb.python/python.exp: Update expected results.
1350
1351 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1352
1353 * gdb.tui/scroll.exp: Tighten expected results. Remove comment
1354 about bug in GDB, update expected results, and add more tests.
1355
1356 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1357
1358 * gdb.tui/scroll.exp: New file.
1359 * gdb.tui/tui-layout-asm-short-prog.exp: Update expected results.
1360 * lib/tuiterm.exp (Term::_csi_M): Delete count lines, scroll
1361 remaining lines up.
1362 (Term::check_region_contents): New proc.
1363 (Term::check_box_contents): Use check_region_contents.
1364
1365 2021-02-06 Tom de Vries <tdevries@suse.de>
1366
1367 PR testsuite/26922
1368 * gdb.tui/tui-layout-asm.exp: Ignore whitespace mismatches when
1369 scrolling.
1370
1371 2021-02-05 Tom de Vries <tdevries@suse.de>
1372
1373 PR breakpoints/27313
1374 * gdb.base/catch-syscall.exp: Check that "catch syscall -1" is
1375 rejected.
1376
1377 2021-02-05 Tom de Vries <tdevries@suse.de>
1378
1379 * gdb.dwarf2/main-subprogram.exp: Add KFAIL for PR symtab/24549.
1380 * gdb.fortran/mixed-lang-stack.exp: Same.
1381
1382 2021-02-05 Tom de Vries <tdevries@suse.de>
1383
1384 PR exp/27265
1385 * gdb.base/complex-parts.exp: Add tests.
1386
1387 2021-02-05 Tom de Vries <tdevries@suse.de>
1388
1389 PR symtab/27307
1390 * gdb.dwarf2/clang-debug-names.exp: Check file command warnings.
1391
1392 2021-02-04 Shahab Vahedi <shahab@synopsys.com>
1393
1394 * gdb.xml/tdesc-regs.exp: Use correct core-regs for ARC.
1395
1396 2021-02-03 Pedro Alves <pedro@palves.net>
1397
1398 * gdb.threads/detach-step-over.c: New file.
1399 * gdb.threads/detach-step-over.exp: New file.
1400
1401 2021-02-03 Pedro Alves <pedro@palves.net>
1402
1403 * gdb.threads/attach-non-stop.c: New file.
1404 * gdb.threads/attach-non-stop.exp: New file.
1405
1406 2021-02-02 Lancelot SIX <lsix@lancelotsix.com>
1407
1408 * gdb.base/inferior-noarg.c: New test.
1409 * gdb.base/inferior-noarg.exp: New test.
1410
1411 2021-02-02 Simon Marchi <simon.marchi@polymtl.ca>
1412
1413 * gdb.base/scope.exp: Use proc_with_prefix.
1414
1415 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
1416
1417 * lib/dwarf.exp (rnglists): Add -no-offset-array option to
1418 table proc.
1419 * gdb.dwarf2/rnglists-sec-offset.exp: Add test for
1420 .debug_rnglists table without offset array.
1421 * gdb.dwarf2/loclists-sec-offset.exp: Add test for
1422 .debug_loclists table without offset array.
1423
1424 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
1425
1426 * gdb.dwarf2/rnglists-sec-offset.exp: Add test for DW_AT_ranges
1427 of DW_FORM_sec_offset form plus DW_AT_rnglists_base attribute.
1428 * gdb.dwarf2/loclists-sec-offset.exp: Add test for
1429 DW_AT_location of DW_FORM_sec_offset plus DW_AT_loclists_base
1430 attribute
1431
1432 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
1433
1434 PR gdb/26813
1435 * lib/dwarf.exp (_handle_DW_FORM): Handle DW_FORM_loclistx.
1436 (loclists): New proc.
1437 * gdb.dwarf2/loclists-multiple-cus.c: New.
1438 * gdb.dwarf2/loclists-multiple-cus.exp: New.
1439 * gdb.dwarf2/loclists-sec-offset.c: New.
1440 * gdb.dwarf2/loclists-sec-offset.exp: New.
1441
1442 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
1443
1444 * lib/dwarf.exp (_location): Add parameters.
1445 (_handle_DW_FORM): Adjust.
1446
1447 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
1448
1449 PR gdb/26813
1450 * lib/dwarf.exp (_handle_DW_FORM): Handle DW_FORM_rnglistx.
1451 (cu): Generate header for DWARF 5.
1452 (rnglists): New proc.
1453 * gdb.dwarf2/rnglists-multiple-cus.exp: New.
1454 * gdb.dwarf2/rnglists-sec-offset.exp: New.
1455
1456 2021-02-02 Tom de Vries <tdevries@suse.de>
1457
1458 PR symtab/24620
1459 * gdb.dwarf2/fission-reread.exp: Add test-case.
1460
1461 2021-02-01 Tom de Vries <tdevries@suse.de>
1462
1463 * gdb.dwarf2/fission-base.S: Pass -DDWO=$dwo.
1464 * gdb.dwarf2/fission-loclists-pie.S: Same.
1465 * gdb.dwarf2/fission-loclists.S: Same.
1466 * gdb.dwarf2/fission-multi-cu.S: Same.
1467 * gdb.dwarf2/fission-reread.S: Same.
1468 * gdb.dwarf2/fission-base.exp: Use DWO.
1469 * gdb.dwarf2/fission-loclists-pie.exp: Same.
1470 * gdb.dwarf2/fission-loclists.exp: Same.
1471 * gdb.dwarf2/fission-multi-cu.exp: Same.
1472 * gdb.dwarf2/fission-reread.exp: Same.
1473
1474 2021-01-29 Tom de Vries <tdevries@suse.de>
1475
1476 PR breakpoints/26063
1477 * gdb.dwarf2/dw2-step-out-of-function-no-stmt.c: New test.
1478 * gdb.dwarf2/dw2-step-out-of-function-no-stmt.exp: New file.
1479
1480 2021-01-29 Tom de Vries <tdevries@suse.de>
1481
1482 * gdb.opt/solib-intra-step.exp: Remove state tracking logic.
1483
1484 2021-01-28 Tom de Vries <tdevries@suse.de>
1485
1486 * gdb.arch/i386-gnu-cfi.exp: Capture the position of function gate
1487 in the backtrace, and use that in the rest of the test instead of
1488 hardcoded constant 3. Use "frame" instead of "up" for robustness.
1489
1490 2021-01-28 Tom de Vries <tdevries@suse.de>
1491
1492 * gdb.arch/i386-sse-stack-align.S: Rename g[0-4] to test_g[0-4].
1493 * gdb.arch/i386-sse-stack-align.c: Same.
1494 * gdb.arch/i386-sse-stack-align.exp: Same.
1495
1496 2021-01-28 Andrew Burgess <andrew.burgess@embecosm.com>
1497
1498 * lib/gdb.exp (default_gdb_init): Unset XDG_CONFIG_HOME.
1499
1500 2021-01-28 Tom de Vries <tdevries@suse.de>
1501
1502 * gdb.ada/out_of_line_in_inlined.exp: Use gdb_breakpoint.
1503
1504 2021-01-28 Tom de Vries <tdevries@suse.de>
1505
1506 * gdb.dwarf2/dw2-out-of-range-end-of-seq.exp: Add regexp to
1507 "maint info line-table". Make PASS pattern more specific. Make
1508 FAIL pattern work for -m32.
1509
1510 2021-01-27 Lancelot SIX <lsix@lancelotsix.com>
1511
1512 PR gdb/27133
1513 * gdb.base/ui-redirect.exp: Add test case that ensures that
1514 redirecting both logging and debug does not cause gdb to crash.
1515
1516
1517 2021-01-27 Matthew Malcomson <matthew.malcomson@arm.com>
1518
1519 * gdb.arch/insn-reloc.c: Add tests for BR and BLR.
1520
1521 2021-01-26 Tom de Vries <tdevries@suse.de>
1522
1523 * gdb.threads/killed-outside.exp: Allow regular output.
1524
1525 2021-01-26 Tom de Vries <tdevries@suse.de>
1526
1527 * gdb.opt/solib-intra-step.exp: Handle stepping into thunk.
1528
1529 2021-01-25 Tom de Vries <tdevries@suse.de>
1530
1531 * gdb.dwarf2/dw2-ranges-psym.exp (gdb_load_no_complaints): New proc.
1532 * lib/gdb.exp: Use gdb_load_no_complaints.
1533
1534 2021-01-25 Tom Tromey <tromey@adacore.com>
1535
1536 * gdb.ada/fixed_points.exp: Add regression test.
1537 * gdb.ada/fixed_points/fixed_points.adb (FP5_Var): New variable.
1538 * gdb.ada/fixed_points/pck.adb (Delta5, FP5_Type): New.
1539
1540 2021-01-25 Tom Tromey <tromey@adacore.com>
1541
1542 * gdb.ada/local-enum.exp: Add enumerator resolution test.
1543
1544 2021-01-25 Tom Tromey <tromey@adacore.com>
1545
1546 * gdb.ada/local-enum.exp: New file.
1547 * gdb.ada/local-enum/local.adb: New file.
1548
1549 2021-01-23 Tom Tromey <tom@tromey.com>
1550
1551 * lib/gdb.exp (default_gdb_init): Set INPUTRC to a cached file.
1552
1553 2021-01-22 Bernd Edlinger <bernd.edlinger@hotmail.de>
1554
1555 * gdb.base/line65535.exp: Fix test expectation.
1556
1557 2021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
1558
1559 * lib/gdb.exp (gdb_test_multiple): Remove things related to test
1560 suppression.
1561 (default_gdb_exit): Likewise.
1562 (default_gdb_spawn): Likewise.
1563 (send_gdb): Likewise.
1564 (gdb_expect): Likewise.
1565 (gdb_expect_list): Likewise.
1566 (default_gdb_init): Likewise.
1567 (gdb_suppress_entire_file): Remove.
1568 (gdb_suppress_tests): Remove.
1569 (gdb_stop_suppressing_tests): Remove.
1570 (gdb_clear_suppressed): Remove.
1571 * lib/mi-support.exp (mi_uncatched_gdb_exit): Remove things
1572 related to test suppression.
1573 (default_mi_gdb_start): Likewise.
1574 (mi_gdb_reinitialize_dir): Likewise.
1575 (mi_gdb_test): Likewise.
1576 (mi_run_cmd_full): Likewise.
1577 (mi_runto_helper): Likewise.
1578 (mi_execute_to): Likewise.
1579 * lib/prompt.exp (default_prompt_gdb_start): Likewise.
1580 * gdb.base/bitfields.exp: Likewise.
1581 * gdb.base/bitfields2.exp: Likewise.
1582 * gdb.base/break.exp: Likewise.
1583 * gdb.base/call-sc.exp: Likewise.
1584 * gdb.base/callfuncs.exp: Likewise.
1585 * gdb.base/dfp-test.exp: Likewise.
1586 * gdb.base/endian.exp: Likewise.
1587 * gdb.base/exprs.exp: Likewise.
1588 * gdb.base/funcargs.exp: Likewise.
1589 * gdb.base/hbreak2.exp: Likewise.
1590 * gdb.base/recurse.exp: Likewise.
1591 * gdb.base/scope.exp: Likewise.
1592 * gdb.base/sepdebug.exp: Likewise.
1593 * gdb.base/structs.exp: Likewise.
1594 * gdb.base/until.exp: Likewise.
1595 * gdb.cp/misc.exp: Likewise.
1596
1597 2021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
1598
1599 PR cli/25956
1600 * gdb.base/style.exp (run_style_tests): Add version string test.
1601 (test_startup_version_string): Use version style name.
1602 * lib/gdb-utils.exp (style): Handle version style name.
1603
1604 2021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
1605
1606 * gdb.base/style.exp (limited_style): New proc.
1607 (clean_restart_and_disable): New proc.
1608 (run_style_tests): New proc. Most of the old tests from this file
1609 are now in this proc.
1610 (test_startup_version_string): New proc. Reamining test from the
1611 old file is in this proc.
1612
1613 2021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
1614
1615 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
1616 Adjust to "set debug remote" changes.
1617
1618 2021-01-21 Luis Machado <luis.machado@linaro.org>
1619
1620 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Handle a new error
1621 message.
1622
1623 2021-01-21 Simon Marchi <simon.marchi@polymtl.ca>
1624
1625 * lib/tuiterm.exp (_log, _log_cur): New, use throughout.
1626
1627 2021-01-21 Hannes Domani <ssbssa@yahoo.de>
1628
1629 PR python/19151
1630 * gdb.python/py-breakpoint.exp: Add tests for hardware breakpoints.
1631
1632 2021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
1633
1634 * lib/tuiterm.exp: Rename _cur_x/_cur_y to _cur_col/_cur_row.
1635
1636 2021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
1637
1638 * lib/tuiterm.exp: Add links in comments.
1639
1640 2021-01-20 Tom de Vries <tdevries@suse.de>
1641
1642 * gdb.python/py-format-string.exp: Allow Deriv+$decimal as vtable
1643 offset.
1644
1645 2021-01-20 Tom de Vries <tdevries@suse.de>
1646
1647 * lib/gdb.exp (skip_rust_tests): Skip if multilib_flags contains -m32.
1648
1649 2021-01-20 Sergio Durigan Junior <sergiodj@sergiodj.net>
1650
1651 * gdb.arch/amd64-stap-expressions.S: New file.
1652 * gdb.arch/amd64-stap-expressions.exp: New file.
1653
1654 2021-01-19 Tom de Vries <tdevries@suse.de>
1655
1656 * gdb.base/step-over-syscall.exp: Detect and handle sysenter/int
1657 sequence.
1658
1659 2021-01-19 Tom de Vries <tdevries@suse.de>
1660
1661 * gdb.arch/i386-mpx.c (main): Drop argc/argv parameter.
1662
1663 2021-01-18 Andrew Burgess <andrew.burgess@embecosm.com>
1664
1665 * gdb.fortran/array-slices.exp (run_test): Avoid including
1666 addresses in test names.
1667
1668 2021-01-15 Tom de Vries <tdevries@suse.de>
1669
1670 PR testsuite/26997
1671 * gdb.fortran/array-slices.exp (run_test): Avoid pointer arithmetic
1672 when adding sizeof.
1673
1674 2021-01-14 Tom de Vries <tdevries@suse.de>
1675
1676 PR testsuite/24590
1677 * gdb.base/style.exp: Handle shorter argv in frame command output.
1678
1679 2021-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1680
1681 PR gdb/26819
1682 * gdb.server/stop-reply-no-thread-multi.c: New file.
1683 * gdb.server/stop-reply-no-thread-multi.exp: New file.
1684
1685 2021-01-12 Tom de Vries <tdevries@suse.de>
1686
1687 * gdb.arch/i386-mpx-call.c (have_mpx): Remove.
1688 (main): Remove call to have_mpx.
1689 * gdb.arch/i386-mpx-call.exp: Use have_mpx.
1690 * gdb.arch/i386-mpx-map.c (have_mpx): Remove.
1691 (main): Remote call to have_mpx.
1692 * gdb.arch/i386-mpx-map.exp: Use have_mpx.
1693 * gdb.arch/i386-mpx-sigsegv.c (have_mpx): Remove.
1694 (main): Remove call to have_mpx.
1695 * gdb.arch/i386-mpx-sigsegv.exp: Use have_mpx.
1696 * gdb.arch/i386-mpx-simple_segv.c (have_mpx): Remove.
1697 (main): Remove call to have_mpx.
1698 * gdb.arch/i386-mpx-simple_segv.exp: Use have_mpx.
1699 * gdb.arch/i386-mpx.c (have_mpx): Remove.
1700 (main): Remote call to have_mpx.
1701 * gdb.arch/i386-mpx.exp: Use have_mpx.
1702 * lib/gdb.exp (have_mpx): New proc.
1703
1704 2021-01-12 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
1705
1706 * gdb.arch/aarch64-fp.exp: Modify to test bfloat16 support.
1707
1708 2021-01-12 Tom de Vries <tdevries@suse.de>
1709
1710 * gdb.base/disasm-optim.exp: Require is_amd64_regs_target.
1711
1712 2021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1713
1714 * gdb.fortran/debug-expr.exp: Add new tests.
1715
1716 2021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1717
1718 * gdb.fortran/dot-ops.exp: Add new tests.
1719
1720 2021-01-11 Tom de Vries <tdevries@suse.de>
1721
1722 PR testsuite/26968
1723 * gdb.arch/amd64-stap-three-arg-disp.S: Remove insn modifying $ebx.
1724 Move insn setting $eax to before probe point.
1725
1726 2021-01-09 Tom Tromey <tom@tromey.com>
1727
1728 * gdb.trace/ax.exp: Do not require an "ext".
1729
1730 2021-01-08 Tom Tromey <tromey@adacore.com>
1731
1732 * gdb.ada/voidctx/pck.adb: New file.
1733 * gdb.ada/voidctx/pck.ads: New file.
1734 * gdb.ada/voidctx/voidctx.adb: New file.
1735 * gdb.ada/voidctx.exp: New file.
1736
1737 2021-01-08 Simon Marchi <simon.marchi@polymtl.ca>
1738
1739 PR gdb/27157
1740 * gdb.base/empty-host-env-vars.exp: New test.
1741
1742 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
1743
1744 * gdb.base/completion.exp: Add a new test.
1745
1746 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
1747
1748 * gdb.fortran/intvar-dynamic-types.exp: New file.
1749 * gdb.fortran/intvar-dynamic-types.f90: New file.
1750
1751 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
1752
1753 * gdb.fortran/intvar-array.exp: New file.
1754 * gdb.fortran/intvar-array.f90: New file.
1755
1756 2021-01-07 Tom Tromey <tromey@adacore.com>
1757
1758 * gdb.ada/assign_arr.exp: Add 'others' test.
1759
1760 2021-01-06 Tom Tromey <tromey@adacore.com>
1761
1762 * gdb.ada/fixed_points/pck.ads (Delta4): New constant.
1763 (FP4_Type): New type.
1764 (FP4_Var): New variable.
1765 * gdb.ada/fixed_points/fixed_points.adb: Update.
1766 * gdb.ada/fixed_points.exp: Add tests for binary operators.
1767
1768 2021-01-06 Simon Marchi <simon.marchi@polymtl.ca>
1769
1770 * lib/gdb.exp (gdb_test_sequence): Accept -prompt switch.
1771 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1772 Pass prompt containing debug print to gdb_test_sequence.
1773
1774 2021-01-04 Tom de Vries <tdevries@suse.de>
1775
1776 * gdb.dwarf2/dw2-out-of-range-end-of-seq.exp: New file.
1777
1778 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1779
1780
1781
1782 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1783
1784 * gdb.server/abspath.exp: Append "set sysroot" to GDBFLAGS.
1785 * gdb.server/connect-without-multi-process.exp: Likewise.
1786 * gdb.server/exit-multiple-threads.exp: Likewise.
1787 * gdb.server/ext-attach.exp: Likewise.
1788 * gdb.server/ext-restart.exp: Likewise.
1789 * gdb.server/ext-run.exp: Likewise.
1790 * gdb.server/ext-wrapper.exp: Likewise.
1791 * gdb.server/multi-ui-errors.exp: Likewise.
1792 * gdb.server/no-thread-db.exp: Likewise.
1793 * gdb.server/reconnect-ctrl-c.exp: Likewise.
1794 * gdb.server/run-without-local-binary.exp: Likewise.
1795 * gdb.server/server-kill.exp: Likewise.
1796 * gdb.server/server-run.exp: Likewise.
1797 * gdb.server/solib-list.exp: Likewise.
1798 * gdb.server/stop-reply-no-thread.exp: Likewise.
1799 * gdb.server/wrapper.exp: Likewise.
1800 * gdb.server/sysroot.exp: Increase timeout when testing the
1801 target: sysroot.
1802
1803 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1804
1805 * gdb.server/server-run.exp: Use clean_restart.
1806
1807 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1808
1809 * gdb.server/ext-run.exp: Use clean_restart.
1810
1811 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1812
1813 * gdb.server/stop-reply-no-thread.exp: Use build_executable
1814 instead of prepare_for_testing.
1815
1816 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1817
1818 * gdb.server/solib-list.exp: Use clean_restart.
1819
1820 2021-01-04 Tom de Vries <tdevries@suse.de>
1821
1822 * gdb.base/morestack.c: Remove printf.
1823 * gdb.base/morestack.exp: Don't use -fuse-ld=gold.
1824
1825 2020-12-31 Tom Tromey <tom@tromey.com>
1826
1827 * gdb.rust/simple.exp: Update output for Rust 1.49.
1828
1829 2020-12-31 Bernd Edlinger <bernd.edlinger@hotmail.de>
1830
1831 * gdb.cp/step-and-next-inline.exp: Fix test case.
1832
1833 2020-12-30 Simon Marchi <simon.marchi@polymtl.ca>
1834
1835 * gdb.python/py-frame-args.exp: De-duplicate test names.
1836
1837 2020-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
1838
1839 PR gdb/27059
1840 * gdb.dwarf2/dyn-type-unallocated.c: New file.
1841 * gdb.dwarf2/dyn-type-unallocated.exp: New file.
1842
1843 2020-12-21 Peter Waller <p@pwaller.net>
1844
1845 * gdb.base/style-interp-exec-mi.exp: New.
1846 * gdb.base/style-interp-exec-mi.c: New.
1847
1848 2020-12-21 Simon Marchi <simon.marchi@polymtl.ca>
1849
1850 * gdb.base/list.exp: Replace send_gdb + gdb_expect with
1851 gdb_test. Use proc_with_prefix.
1852
1853 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
1854
1855 * gdb.btrace/exception.exp: Build with nopie.
1856 * gdb.btrace/function_call_history.exp: Likewise.
1857 * gdb.btrace/unknown_functions.exp: Likewise.
1858
1859 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
1860
1861 * gdb.btrace/multi-inferior.exp: Skip if use_gdb_stub.
1862
1863 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
1864
1865 * gdb.python/py-record-btrace.exp: Make test names unique.
1866 * gdb.python/py-record-full.exp: Likewise.
1867
1868 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
1869
1870 * gdb.btrace/data.exp: Make test names unique.
1871 * gdb.btrace/delta.exp: Likewise.
1872 * gdb.btrace/enable.exp: Likewise.
1873 * gdb.btrace/function_call_history.exp: Likewise.
1874 * gdb.btrace/nohist.exp: Likewise.
1875 * gdb.btrace/non-stop.exp: Likewise.
1876 * gdb.btrace/rn-dl-bind.exp: Likewise.
1877 * gdb.btrace/step.exp: Likewise.
1878 * gdb.btrace/stepi.exp: Likewise.
1879 * gdb.btrace/tailcall.exp: Likewise.
1880
1881 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
1882
1883 * gdb.btrace/enable.exp: Update error message.
1884 * gdb.btrace/multi-inferior.exp: Likewise.
1885 * gdb.btrace/reconnect.exp: Likewise.
1886 * gdb.python/py-record-btrace.exp: Likewise.
1887 * gdb.python/py-record-full.exp: Likewise.
1888
1889 2020-12-20 Tom de Vries <tdevries@suse.de>
1890
1891 * lib/gdb.exp (save_target_board_info): New proc.
1892 (gdb_compile_shlib): Use save_target_board_info.
1893
1894 2020-12-19 Tom de Vries <tdevries@suse.de>
1895
1896 * lib/gdb.exp (supports_scalar_storage_order_attribute)
1897 (supports_gnuc): New proc.
1898 * gdb.base/endianity.exp: Define TEST_SSO. Eliminate
1899 test_compiler_info calls. Add unsupported message.
1900 * gdb.base/endianity.c: Use TEST_SSO.
1901
1902 2020-12-19 Hannes Domani <ssbssa@yahoo.de>
1903
1904 PR exp/27070
1905 * gdb.python/compare-enum-type-a.c: New test.
1906 * gdb.python/compare-enum-type-b.c: New test.
1907 * gdb.python/compare-enum-type.exp: New file.
1908 * gdb.python/compare-enum-type.h: New test.
1909
1910 2020-12-18 Hannes Domani <ssbssa@yahoo.de>
1911
1912 * gdb.python/py-format-string.exp: Add tests for address keyword.
1913
1914 2020-12-18 Hannes Domani <ssbssa@yahoo.de>
1915
1916 * gdb.python/py-type.exp: Add tests for TYPE_CODE_METHOD.
1917
1918 2020-12-18 Tom Tromey <tromey@adacore.com>
1919
1920 * gdb.ada/fixed_points.exp: Also run with
1921 -fgnat-encodings=minimal. Update expected output.
1922
1923 2020-12-16 Simon Marchi <simon.marchi@efficios.com>
1924
1925 * gdb.base/async-shell.exp: Enable non-stop through GDBFLAGS.
1926 * gdb.base/continue-all-already-running.exp: Likewise.
1927 * gdb.base/moribund-step.exp: Likewise.
1928 * gdb.base/step-sw-breakpoint-adjust-pc.exp: Likewise.
1929
1930 2020-12-16 Tom de Vries <tdevries@suse.de>
1931
1932 * gdb.base/batch-preserve-term-settings.exp:
1933
1934 2020-12-16 Tom de Vries <tdevries@suse.de>
1935
1936 * lib/gdb.exp (gdb_compile_shlib_1): Factor out of ...
1937 (gdb_compile_shlib): ... here. Filter out PIE-related flags.
1938
1939 2020-12-16 Luis Machado <luis.machado@linaro.org>
1940
1941 * gdb.arch/aarch64-tagged-pointer.c (main): Add a few more
1942 pointer-based memory accesses.
1943 * gdb.arch/aarch64-tagged-pointer.exp: Exercise additional
1944 hw watchpoint cases.
1945
1946 2020-12-15 Rae Kim <rae.kim@gmail.com>
1947
1948 * gdb.base/document.exp: New test.
1949
1950 2020-12-15 Tom Tromey <tromey@adacore.com>
1951
1952 * gdb.base/style.exp: Add deprecation tests.
1953
1954 2020-12-14 Simon Marchi <simon.marchi@polymtl.ca>
1955
1956 * lib/gdb.exp (gdb_test_multiple): Fix typo in doc.
1957
1958 2020-12-14 Mark Wielaard <mark@klomp.org>
1959
1960 * lib/dwarf.exp (Dwarf::_handle_attribute): Handle SPECIAL_expr
1961 specially, set attr_form_comment to the actual FORM string used.
1962
1963 2020-12-14 Mark Wielaard <mark@klomp.org>
1964
1965 * lib/dwarf.exp (Dwarf::_read_constants): Don't set
1966 _constants(SPECIAL_expr) here, but set it...
1967 (Dwarf::cu): ...here based on _cu_version.
1968
1969 2020-12-14 Tom de Vries <tdevries@suse.de>
1970
1971 * lib/gdb.exp (gdb_compile_shlib): Make sure it's not necessary to
1972 pass -fPIC.
1973 * gdb.ada/catch_ex_std.exp: Don't pass -fPIC to gdb_compile_shlib.
1974 * gdb.base/break-probes.exp: Same.
1975 * gdb.base/ctxobj.exp: Same.
1976 * gdb.base/dso2dso.exp: Same.
1977 * gdb.base/global-var-nested-by-dso.exp: Same.
1978 * gdb.base/info-shared.exp: Same.
1979 * gdb.base/jit-reader-simple.exp: Same.
1980 * gdb.base/print-file-var.exp: Same.
1981 * gdb.base/skip-solib.exp: Same.
1982 * gdb.btrace/dlopen.exp: Same.
1983
1984 2020-12-14 Tom de Vries <tdevries@suse.de>
1985
1986 PR testsuite/26963
1987 * lib/gdb.exp (run_on_host): Declare test unsupported if spawn fails.
1988
1989 2020-12-14 Tom de Vries <tdevries@suse.de>
1990
1991 PR testsuite/26962
1992 * gdb.base/solib-corrupted.exp: Handle "'_r_debug' has unknown type;
1993 cast it to its declared type".
1994
1995 2020-12-14 Tom de Vries <tdevries@suse.de>
1996
1997 PR testsuite/26951
1998 * gdb.base/batch-preserve-term-settings.exp: Use "gdb-subshell$ " as
1999 shell prompt.
2000
2001 2020-12-14 Tom Tromey <tromey@adacore.com>
2002
2003 * gdb.ada/nested.exp: Add new tests.
2004 * gdb.ada/nested/hello.adb (Fourth, Fifth): New procedures.
2005
2006 2020-12-14 Tom Tromey <tromey@adacore.com>
2007
2008 * gdb.dwarf2/ada-thick-pointer.exp: New file.
2009
2010 2020-12-14 Tom Tromey <tromey@adacore.com>
2011
2012 * gdb.dwarf2/dw2-fixed-point.exp: Add test for division by zero.
2013
2014 2020-12-13 Tom de Vries <tdevries@suse.de>
2015
2016 PR testsuite/26953
2017 * gdb.base/endianity.exp: Skip tests requiring scalar_storage_order
2018 attribute support if compiler doesn't support it.
2019
2020 2020-12-13 Tom de Vries <tdevries@suse.de>
2021
2022 * lib/gdb.exp (gdb_compile_shlib): Handle ada.
2023 * gdb.ada/catch_ex_std.exp: Use gdb_compile_shlib to compile from
2024 source to shared lib. Add ada to options.
2025
2026 2020-12-13 Tom de Vries <tdevries@suse.de>
2027
2028 * gdb.ada/catch_ex_std.exp: Use gnatmake -bargs and -largs instead of
2029 calling gnatbind and gnatlink.
2030
2031 2020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
2032
2033 * gdb.base/dcache-flush.c: New file.
2034 * gdb.base/dcache-flush.exp: New file.
2035
2036 2020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
2037
2038 * gdb.base/c-linkage-name.exp: Update to use new 'maint flush ...'
2039 commands.
2040 * gdb.base/killed-outside.exp: Likewise.
2041 * gdb.opt/inline-bt.exp: Likewise.
2042 * gdb.perf/gmonster-null-lookup.py: Likewise.
2043 * gdb.perf/gmonster-print-cerr.py: Likewise.
2044 * gdb.perf/gmonster-ptype-string.py: Likewise.
2045 * gdb.python/py-unwind.exp: Likewise.
2046
2047 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2048
2049 * gdb.base/commands.exp: Update expected results.
2050
2051 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2052
2053 PR cli/15104
2054 * gdb.base/commands.exp: Add additional tests.
2055 * gdb.base/completion.exp: Add additional tests.
2056
2057 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2058
2059 * gdb.base/completion.exp: Add additional tests.
2060
2061 2020-12-11 Tom de Vries <tdevries@suse.de>
2062
2063 PR testsuite/26991
2064 * gdb.arch/i386-mpx-call.exp: Don't expect to trigger bounds
2065 violations by setting bounds registers if the bounds are passed in the
2066 Bounds Table.
2067
2068 2020-12-11 Tom de Vries <tdevries@suse.de>
2069
2070 PR testsuite/26954
2071 * gdb.base/float128.exp: Detect and handle no mpfr support.
2072
2073 2020-12-10 Simon Marchi <simon.marchi@efficios.com>
2074
2075 PR gdb/24694
2076 * gdb.multi/multi-arch-exec.c (thread_start, main): Add barrier
2077 calls.
2078
2079 2020-12-10 Tom de Vries <tdevries@suse.de>
2080
2081 PR testsuite/26947
2082 * gdb.tui/new-layout.exp: Don't execute tests with unbalanced curly
2083 braces for tcl 8.5 and earlier.
2084
2085 2020-12-09 Simon Marchi <simon.marchi@efficios.com>
2086
2087 PR 26875, PR 26901
2088 * gdb.base/flexible-array-member.c: New test.
2089 * gdb.base/flexible-array-member.exp: New test.
2090
2091 2020-12-08 Tom de Vries <tdevries@suse.de>
2092
2093 * gdb.arch/amd64-gs_base.exp: Undo commit 67748e0f66, reimplement
2094 using is_amd64_regs_target.
2095
2096 2020-12-08 Tom de Vries <tdevries@suse.de>
2097
2098 * gdb.ada/mi_task_arg.exp: Accept <optimized out> as valid value of
2099 self_id.
2100
2101 2020-12-07 Pedro Alves <pedro@palves.net>
2102
2103 * gdb.base/break-on-linker-gcd-function.exp: Remove unused
2104 'additional_flags' variable.
2105
2106 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2107
2108 * gdb.linespec/explicit.exp: Extend with a test to check completing
2109 '-' after seemingly complete options.
2110
2111 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2112
2113 * gdb.linespec/keywords.exp: Add tests to check positional
2114 flexibility of "-force-condition".
2115
2116 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2117
2118 * gdb.base/bp-cmds-run-with-ex.c: New file.
2119 * gdb.base/bp-cmds-run-with-ex.exp: New file.
2120 * gdb.base/bp-cmds-run-with-ex.gdb: New file.
2121 * gdb.gdb/python-interrupts.exp: Update the call to
2122 'catch_command_errors' with the new argument.
2123 * gdb.gdb/python-selftest.exp: Ditto.
2124
2125 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
2126
2127 * gdb.arch/amd64-disp-step-avx.exp: Adjust pattern.
2128 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
2129 * gdb.threads/non-stop-fair-events.exp: Likewise.
2130
2131 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
2132
2133 * gdb.threads/step-over-exec.exp: New.
2134 * gdb.threads/step-over-exec.c: New.
2135 * gdb.threads/step-over-exec-execd.c: New.
2136 * lib/my-syscalls.S: New.
2137 * lib/my-syscalls.h: New.
2138
2139 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
2140
2141 * lib/dwarf.exp (declare_labels): Use name as text if text is
2142 not provided.
2143
2144 2020-12-04 Tom de Vries <tdevries@suse.de>
2145
2146 PR testsuite/26990
2147 * gdb.arch/amd64-gs_base.exp: Handle -m32 where fs_base and gs_base
2148 are unsupported.
2149
2150 2020-12-04 Tom de Vries <tdevries@suse.de>
2151
2152 * gdb.reverse/insn-reverse.exp: Don't break inside gdb_test_multiple
2153 clause.
2154
2155 2020-12-04 Tom de Vries <tdevries@suse.de>
2156
2157 * gdb.reverse/insn-reverse.exp: Fix count handling.
2158
2159 2020-12-04 Tom de Vries <tdevries@suse.de>
2160
2161 * gdb.reverse/insn-reverse-x86.c: Guard x86_64 assembly with #ifdef
2162 __x86_64__.
2163
2164 2020-12-04 Tom de Vries <tdevries@suse.de>
2165
2166 * gdb.reverse/insn-reverse.c (test_nr): New var.
2167 (usage, parse_args): New function.
2168 (main): Call parse_args. Only run test for test_nr.
2169 * gdb.reverse/insn-reverse.exp: Detect lack of progress in stepi loop
2170 and bail out. Run subtests individually, using an inferior arg
2171 specifying the subtest.
2172
2173 2020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
2174
2175 * gdb.arch/riscv-tdesc-regs.exp: Remove unwanted test.
2176
2177 2020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
2178
2179 * gdb.arch/riscv-tdesc-regs.exp (get_expected_result): New proc,
2180 update test to use this.
2181
2182 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
2183
2184 * gdb.threads/non-ldr-exc-1.exp: Fix indentation.
2185
2186 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
2187
2188 * gdb.threads/non-ldr-exc-1.exp: Use foreach_with_prefix.
2189 (do_test): Don't use with_test_prefix.
2190 * gdb.threads/non-ldr-exc-2.exp: Use foreach_with_prefix.
2191 (do_test): Don't use with_test_prefix.
2192 * gdb.threads/non-ldr-exc-3.exp: Use foreach_with_prefix.
2193 (do_test): Don't use with_test_prefix.
2194 * gdb.threads/non-ldr-exc-4.exp: Use foreach_with_prefix.
2195 (do_test): Don't use with_test_prefix.
2196
2197 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
2198
2199 * gdb.threads/non-ldr-exit.exp: Fix comment.
2200
2201 2020-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
2202
2203 * gdb.xml/maint-xml-dump-03.xml: New file.
2204
2205 2020-11-30 Tom de Vries <tdevries@suse.de>
2206
2207 PR symtab/26905
2208 * gdb.dwarf2/count.exp: Remove kfails.
2209
2210 2020-11-24 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2211
2212 * gdb.base/condbreak-multi-context.exp: Do not hard-code location
2213 indices.
2214
2215 2020-11-24 Joel Brobecker <brobecker@adacore.com>
2216
2217 * gdb.dwarf2/dw2-fixed-point.exp: Fix the expected output of
2218 the "ptype pck__fp1_range_var" test for the module-2 and pascal
2219 languages. Remove the associated setup_xfail.
2220
2221 2020-11-23 Simon Marchi <simon.marchi@efficios.com>
2222
2223 * lib/gdb.exp (gdb_assert): Show error message on error.
2224
2225 2020-11-23 Tom de Vries <tdevries@suse.de>
2226
2227 * gdb.ada/enum_idx_packed.exp: Limit setup_kfail to gnat 9 and 10.
2228 * gdb.ada/mod_from_name.exp: Same.
2229 * gdb.ada/pckd_arr_ren.exp: Same.
2230
2231 2020-11-22 Simon Marchi <simon.marchi@polymtl.ca>
2232
2233 * gdb.base/template.exp: New.
2234 * gdb.base/template.c: New.
2235
2236 2020-11-22 Gary Benson <gbenson@redhat.com>
2237
2238 PR gdb/26905
2239 * gdb.dwarf2/count.exp: Add test for an array whose upper bound
2240 is defined using a DW_AT_count which references another DIE.
2241
2242 2020-11-21 Tom de Vries <tdevries@suse.de>
2243
2244 * gdb.base/vla-ptr.exp: Add XFAIL.
2245
2246 2020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2247
2248 * gdb.fortran/array-slices-bad.exp: New file.
2249 * gdb.fortran/array-slices-bad.f90: New file.
2250 * gdb.fortran/array-slices-sub-slices.exp: New file.
2251 * gdb.fortran/array-slices-sub-slices.f90: New file.
2252 * gdb.fortran/array-slices.exp: Rewrite tests.
2253 * gdb.fortran/array-slices.f90: Rewrite tests.
2254 * gdb.fortran/vla-sizeof.exp: Correct expected results.
2255
2256 2020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2257
2258 * gdb.base/completion.exp: Add new completion tests.
2259
2260 2020-11-18 Simon Marchi <simon.marchi@polymtl.ca>
2261
2262 * gdb.mi/mi-nonstop-exit.exp: Enable non-stop through GDBFLAGS.
2263 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
2264 * gdb.mi/mi-nsintrall.exp: Likewise.
2265 * gdb.mi/mi-nsmoribund.exp: Likewise.
2266 * gdb.mi/mi-nsthrexec.exp: Likewise.
2267 * gdb.mi/mi-watch-nonstop.exp: Likewise.
2268
2269 2020-11-18 Simon Marchi <simon.marchi@polymtl.ca>
2270
2271 * lib/mi-support.exp (mi_run_cmd_full): Use unresovled instead
2272 of perror.
2273
2274 2020-11-18 Joseph Myers <joseph@codesourcery.com>
2275
2276 * lib/mi-support.exp (mi_gdb_file_cmd): Check for case where
2277 $arg.exe exists but $arg does not.
2278
2279 2020-11-17 Gary Benson <gbenson@redhat.com>
2280
2281 * gdb.trace/trace-common.h (x86_trace_dummy): Add
2282 __attribute__ ((used)).
2283
2284 2020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
2285
2286 * gdb.gdb/unittest.exp: Spot 'Running...' lines.
2287
2288 2020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
2289
2290 * gdb.base/completion.exp: Add new tests.
2291
2292 2020-11-16 Tom Tromey <tromey@adacore.com>
2293
2294 * gdb.dwarf2/data-loc.exp: Update expected output. Remove C
2295 tests.
2296
2297 2020-11-15 Joel Brobecker <brobecker@adacore.com>
2298
2299 * gdb.ada/fixed_cmp.exp: Add -fgnat-encodings=minimal testing.
2300 * gdb.dwarf2/dw2-fixed-point.c (pck__fp1_var2): New global.
2301 (main): Add reference to pck__fp1_var2.
2302 * gdb.dwarf2/dw2-fixed-point.exp: Add comparison operator testing.
2303
2304 2020-11-15 Joel Brobecker <brobecker@adacore.com>
2305
2306 * gdb.dwarf2/dw2-fixed-point.exp: Add arithmetic tests.
2307
2308 2020-11-15 Joel Brobecker <brobecker@adacore.com>
2309
2310 * gdb.ada/fixed_points.exp: Add ptype tests.
2311 * gdb.dwarf2/dw2-fixed-point.exp: Likewise.
2312
2313 2020-11-15 Joel Brobecker <brobecker@adacore.com>
2314
2315 * gdb.dwarf2/dw2-fixed-point.exp: Add "print /x" tests.
2316
2317 2020-11-15 Joel Brobecker <brobecker@adacore.com>
2318
2319 * gdb.ada/fixed_cmp.exp: Force compilation to use -fgnat-encodings=all.
2320 * gdb.ada/fixed_points.exp: Add fixed-point variables printing tests.
2321 * gdb.ada/fixed_points/pck.ads, gdb.ada/fixed_points/pck.adb:
2322 New files.
2323 * gdb.ada/fixed_points/fixed_points.adb: Add use of package Pck.
2324
2325 * gdb.dwarf2/dw2-fixed-point.c, gdb.dwarf2/dw2-fixed-point.exp:
2326 New files.
2327
2328 2020-11-14 Andrew Burgess <andrew.burgess@embecosm.com>
2329
2330 PR cli/26879
2331 * gdb.fortran/completion.exp: New file.
2332 * gdb.fortran/completion.f90: New file.
2333
2334 2020-11-12 Joseph Myers <joseph@codesourcery.com>
2335
2336 * lib/gdb.exp (gdb_file_cmd): Check for case where $arg.exe exists
2337 but $arg does not.
2338
2339 2020-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
2340
2341 * gdb.fortran/types.exp: Add more tests.
2342
2343 2020-11-12 Tom Tromey <tom@tromey.com>
2344
2345 PR rust/26799:
2346 * gdb.rust/traits.exp: Remove kfails.
2347
2348 2020-11-12 Gary Benson <gbenson@redhat.com>
2349
2350 * gdb.threads/tls-so_extern_main.c (tls_ptr): Add missing return
2351 statement.
2352
2353 2020-11-11 Simon Marchi <simon.marchi@efficios.com>
2354
2355 * gdb.base/continue-after-aborted-step-over.exp: Add "breakpoint
2356 always-inserted" axis.
2357 (do_test): Add breakpoint_always_inserted parameter.
2358
2359 2020-11-10 Tom Tromey <tromey@adacore.com>
2360
2361 * gdb.ada/bias.exp: Update.
2362 * gdb.ada/bias/bias.adb (X): Change value.
2363
2364 2020-11-10 Gary Benson <gbenson@redhat.com>
2365
2366 * gdb.base/vla-optimized-out.exp (p sizeof (a)): Wrap supplied
2367 regexp fragment in parentheses to prevent false matching.
2368
2369 2020-11-10 Gary Benson <gbenson@redhat.com>
2370
2371 * gdb.base/vla-optimized-out.c (f1): Add __attribute__ ((weak)).
2372
2373 2020-11-10 Gary Benson <gbenson@redhat.com>
2374
2375 * gdb.cp/step-and-next-inline.exp: Only require
2376 -gstatement-frontiers when building with GCC.
2377 Only setup KFAIL's for GCC issues when using
2378 a GCC-built executable.
2379
2380 2020-11-06 Andrew Burgess <andrew.burgess@embecosm.com>
2381
2382 * gdb.base/debug-expr.c: Add extra function to allow for an
2383 additional test.
2384 * gdb.base/debug-expr.exp (test_debug_expr): Delete, replace calls
2385 to this proc with gdb_test_debug_expr. Add an extra test.
2386 * gdb.cp/debug-expr.exp (test_debug_expr): Delete, replace calls
2387 to this proc with gdb_test_debug_expr, give the tests names
2388 * gdb.dlang/debug-expr.exp (test_debug_expr): Delete, replace
2389 calls to this proc with gdb_test_debug_expr, give the tests names
2390 * gdb.fortran/debug-expr.exp: New file.
2391 * gdb.fortran/debug-expr.f90: New file.
2392 * lib/gdb.exp (gdb_test_debug_expr): New proc.
2393
2394 2020-11-06 Simon Marchi <simon.marchi@efficios.com>
2395
2396 * lib/dwarf.exp (ranges): Handle "base" and "range" as
2397 proceduresu.
2398 * gdb.dwarf/dw2-bad-elf.exp: Adjust.
2399 * gdb.dwarf2/dw2-inline-many-frames.exp: Adjust.
2400 * gdb.dwarf2/dw2-inline-stepping.exp: Adjust.
2401 * gdb.dwarf2/dw2-ranges-base.exp: Adjust.
2402 * gdb.dwarf2/dw2-ranges-func.exp: Adjust.
2403 * gdb.dwarf2/dw2-ranges-overlap.exp: Adjust.
2404 * gdb.dwarf2/dw2-ranges-psym.exp: Adjust.
2405 * gdb.dwarf2/enqueued-cu-base-addr.exp: Adjust.
2406
2407 2020-11-04 Tom Tromey <tromey@adacore.com>
2408
2409 * gdb.ada/funcall_ref.exp: Update.
2410 * gdb.ada/var_rec_arr.exp: Update.
2411
2412 2020-11-04 Tom Tromey <tromey@adacore.com>
2413
2414 * gdb.ada/rec_ptype.exp: New file.
2415 * gdb.ada/rec_ptype/main.adb: New file.
2416 * gdb.ada/rec_ptype/p.ads: New file.
2417
2418 2020-11-04 Tom Tromey <tromey@adacore.com>
2419
2420 * gdb.ada/tick_length_array_enum_idx.exp: Add ptype test.
2421 * gdb.ada/tick_length_array_enum_idx/foo_n207_004.adb
2422 (PT_Full): New variable.
2423 * gdb.ada/tick_length_array_enum_idx/pck.adb
2424 (Full_PT): New type.
2425
2426 2020-11-04 Tom Tromey <tromey@adacore.com>
2427
2428 * gdb.ada/array_of_variant.exp: New file.
2429 * gdb.ada/array_of_variant/p.adb: New file.
2430 * gdb.ada/array_of_variant/pck.ads: New file.
2431 * gdb.ada/array_of_variant/pck.adb: New file.
2432
2433 2020-11-04 Tom Tromey <tromey@adacore.com>
2434
2435 * gdb.ada/enum_idx_packed.exp: Add test.
2436 * gdb.ada/enum_idx_packed/foo.adb (Multi_Access):
2437 New variable.
2438 * gdb.ada/enum_idx_packed/pck.ads (Short)
2439 (Multi_Dimension, Multi_Dimension_Access): New types.
2440
2441 2020-11-04 Tom Tromey <tromey@adacore.com>
2442
2443 * gdb.ada/enum_idx_packed.exp: Test two forms of -fgnat-encodings.
2444
2445 2020-11-04 Tom Tromey <tromey@adacore.com>
2446
2447 * gdb.ada/set_pckd_arr_elt.exp: Also test
2448 -fgnat-encodings=minimal. Add tests.
2449 * gdb.ada/set_pckd_arr_elt/foo.adb (Foo): Add VA variable.
2450 Call Update_Small a second time.
2451 * gdb.ada/set_pckd_arr_elt/pck.adb (New_Variant): New function.
2452 * gdb.ada/set_pckd_arr_elt/pck.ads (Buffer, Variant)
2453 (Variant_Access): New types.
2454 (New_Variant): Declare.
2455
2456 2020-11-04 Tom Tromey <tromey@adacore.com>
2457
2458 * gdb.ada/mod_from_name.exp: Test printing slice.
2459
2460 2020-11-04 Tom Tromey <tromey@adacore.com>
2461
2462 * gdb.ada/O2_float_param.exp: Test different -fgnat-encodings
2463 values.
2464 * gdb.ada/access_to_unbounded_array.exp: Test different
2465 -fgnat-encodings values.
2466 * gdb.ada/big_packed_array.exp: Test different -fgnat-encodings
2467 values.
2468 * gdb.ada/arr_enum_idx_w_gap.exp: Test different -fgnat-encodings
2469 values.
2470 * gdb.ada/array_ptr_renaming.exp: Test different -fgnat-encodings
2471 values.
2472 * gdb.ada/array_of_variable_length.exp: Test different
2473 -fgnat-encodings values.
2474 * gdb.ada/arrayparam.exp: Test different -fgnat-encodings values.
2475 * gdb.ada/arrayptr.exp: Test different -fgnat-encodings values.
2476 * gdb.ada/frame_arg_lang.exp: Revert -fgnat-encodings=minimal
2477 change.
2478 * gdb.ada/mi_string_access.exp: Test different -fgnat-encodings
2479 values.
2480 * gdb.ada/mod_from_name.exp: Test different -fgnat-encodings values.
2481 * gdb.ada/out_of_line_in_inlined.exp: Test different
2482 -fgnat-encodings values.
2483 * gdb.ada/packed_array.exp: Test different -fgnat-encodings
2484 values.
2485 * gdb.ada/pckd_arr_ren.exp: Test different -fgnat-encodings
2486 values.
2487 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Test different
2488 -fgnat-encodings values.
2489 * gdb.ada/variant_record_packed_array.exp: Test different
2490 -fgnat-encodings values.
2491
2492 2020-11-04 Tom Tromey <tromey@adacore.com>
2493
2494 * gdb.ada/enum_idx_packed.exp: Add tests.
2495 * gdb.ada/enum_idx_packed/foo.adb: Add variables.
2496 * gdb.ada/enum_idx_packed/pck.adb: Add functions.
2497 * gdb.ada/enum_idx_packed/pck.ads: Add types, function
2498 declarations.
2499
2500 2020-11-03 Tom de Vries <tdevries@suse.de>
2501
2502 * lib/dwarf.exp (Dwarf::_handle_DW_TAG): Improve attribute list
2503 terminator comments.
2504 (Dwarf::cu, Dwarf::tu): Remove superfluous abbreviation table
2505 terminator.
2506
2507 2020-11-02 Simon Marchi <simon.marchi@polymtl.ca>
2508
2509 * gdb.base/step-over-no-symbols.exp (test_step_over): Replace
2510 integer format test with regexp.
2511
2512 2020-11-02 Gary Benson <gbenson@redhat.com>
2513
2514 * gdb.base/print-file-var.exp (test): Separate compiler and
2515 linker options, and build using build_executable_from_specs
2516 to accommodate this.
2517
2518 2020-11-02 Gary Benson <gbenson@redhat.com>
2519
2520 * lib/gdb.exp (gdb_compile): Inhibit passing "-x c++"
2521 for .c files compiled as C++ with Clang if any shared
2522 libraries are specified.
2523
2524 2020-11-02 Gary Benson <gbenson@redhat.com>
2525
2526 * lib/attributes.h: New header.
2527 * gdb.base/backtrace.c: Include the above. Replace
2528 __attribute__(noclone)) with ATTRIBUTE_NOCLONE.
2529 * gdb.base/infcall-nested-structs.c: Likewise.
2530 * gdb.base/vla-optimized-out.c: Likewise.
2531
2532 2020-11-02 Tom de Vries <tdevries@suse.de>
2533
2534 * gdb.dwarf2/fission-multi-cu.S: Remove .debug_line.dwo section.
2535
2536 2020-11-01 Joel Brobecker <brobecker@adacore.com>
2537
2538 * gdb.ada/fixed_points/fixed_points.adb: Replace use of
2539 System.Min_Int and System.Max_Int with smaller hardcoded
2540 constants.
2541
2542 2020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
2543
2544 * configure.ac: Split AC_INIT into AC_INIT and AC_CONFIG_SRCDIR.
2545 * configure: Re-generate.
2546
2547 2020-10-30 Simon Marchi <simon.marchi@efficios.com>
2548
2549 * gdb.arch/amd64-disp-step-avx.exp: Update displaced step debug
2550 expected output.
2551
2552 2020-10-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2553
2554 * gdb.base/paginate-after-ctrl-c-running.exp: Update with no pagination
2555 behavior.
2556 * gdb.base/paginate-bg-execution.exp: Ditto.
2557 * gdb.base/paginate-inferior-exit.exp: Ditto.
2558 * gdb.base/double-prompt-target-event-error.c: Remove.
2559 * gdb.base/double-prompt-target-event-error.exp: Remove.
2560
2561 2020-10-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2562
2563 * gdb.base/kill-detach-inferiors-cmd.exp: Check that 'kill
2564 inferiors' and 'detach inferiors' do not change the current
2565 inferior.
2566
2567 2020-10-29 Tom de Vries <tdevries@suse.de>
2568
2569 * gdb.threads/tls.exp: Fix DUPLICATEs.
2570
2571 2020-10-28 Tom de Vries <tdevries@suse.de>
2572
2573 * gdb.python/py-symbol.exp: Add KFAILs for -readnow.
2574
2575 2020-10-28 Tom de Vries <tdevries@suse.de>
2576
2577 * gdb.ada/exec_changed.exp: Add KFAILs for -readnow.
2578 * gdb.base/reread.exp: Same.
2579
2580 2020-10-28 Tom de Vries <tdevries@suse.de>
2581
2582 * lib/gdb.exp (readnow): Handle arg.
2583 * gdb.rust/traits.exp: Add KFAILs for -readnow.
2584
2585 2020-10-28 Tom de Vries <tdevries@suse.de>
2586
2587 * gdb.base/relocate.exp: Update regexp for -readnow.
2588
2589 2020-10-28 Tom de Vries <tdevries@suse.de>
2590
2591 * gdb.dwarf2/dw2-error.exp: Mark failure break in main as known with
2592 -readnow.
2593
2594 2020-10-28 Tom de Vries <tdevries@suse.de>
2595
2596 PR symtab/26772
2597 * gdb.dwarf2/dw2-ranges-overlap.c: New test.
2598 * gdb.dwarf2/dw2-ranges-overlap.exp: New file.
2599
2600 2020-10-28 Tom de Vries <tdevries@suse.de>
2601
2602 * lib/gdb.exp (gdb_file_cmd): Set gdb_file_cmd_msg.
2603 * gdb.cp/nsalias.exp: Set complaints limit before file cmd. Expect
2604 complaint during file command for -readnow.
2605
2606 2020-10-28 Tom de Vries <tdevries@suse.de>
2607
2608 * gdb.cp/nsalias.exp: Fix typo in test name.
2609
2610 2020-10-28 Tom de Vries <tdevries@suse.de>
2611
2612 * gdb.dwarf2/dw2-filename.exp: Update regexp for -readnow.
2613
2614 2020-10-28 Tom de Vries <tdevries@suse.de>
2615
2616 * gdb.dwarf2/dw2-stack-boundary.exp: KFAILing the complaints for
2617 -readnow.
2618
2619 2020-10-27 Tom de Vries <tdevries@suse.de>
2620
2621 * gdb.base/multi-forks.exp: Use exp_continue to fix timeout.
2622
2623 2020-10-27 Tom de Vries <tdevries@suse.de>
2624
2625 * gdb.base/maint.exp: Update for -readnow.
2626
2627 2020-10-27 Tom de Vries <tdevries@suse.de>
2628
2629 * gdb.cp/psymtab-parameter.exp: Don't expect unexpanded CU for
2630 -readnow.
2631
2632 2020-10-14 Gary Benson <gbenson@redhat.com>
2633
2634 * gdb.python/py-format-string.exp (test_deref_refs): Treat
2635 "_vptr$Base" as correct, in addition to "_vptr.Base".
2636 (test_mixed): Likewise.
2637
2638 2020-10-27 Gary Benson <gbenson@redhat.com>
2639
2640 * gdb.mi/mi-fortran-modules.exp: Check skip_fortran_tests.
2641 * gdb.mi/mi-vla-fortran.exp: Likewise. Also fix a comment.
2642
2643 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2644
2645 * gdb.base/condbreak.exp: Update the completion tests to
2646 consider the '-force' flag.
2647
2648 2020-10-27 Tom de Vries <tdevries@suse.de>
2649
2650 * gdb.base/list-ambiguous-readnow.exp: New file.
2651
2652 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2653
2654 * gdb.base/condbreak-multi-context.exp: Expand to test forcing
2655 the condition.
2656 * gdb.linespec/cpcompletion.exp: Update to consider the
2657 '-force-condition' keyword.
2658 * gdb.linespec/explicit.exp: Ditto.
2659 * lib/completion-support.exp: Ditto.
2660
2661 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2662
2663 * gdb.base/condbreak-multi-context.cc: New file.
2664 * gdb.base/condbreak-multi-context.exp: New file.
2665
2666 2020-10-26 Tom Tromey <tom@tromey.com>
2667
2668 * lib/mi-support.exp (default_mi_gdb_start): Call
2669 gdb_stdin_log_init.
2670 * lib/gdb.exp (standard_output_file_with_gdb_instance): Don't
2671 subtract one from gdb_instances.
2672 (gdb_stdin_log_write): Flush in_file.
2673
2674 2020-10-26 Tom de Vries <tdevries@suse.de>
2675
2676 * gdb.dwarf2/enqueued-cu-base-addr.exp: New file.
2677
2678 2020-10-26 Tom Tromey <tromey@adacore.com>
2679
2680 * gdb.ada/unsigned_range/foo.adb: New file.
2681 * gdb.ada/unsigned_range/pack.adb: New file.
2682 * gdb.ada/unsigned_range/pack.ads: New file.
2683 * gdb.ada/unsigned_range.exp: New file.
2684
2685 2020-10-26 Tom de Vries <tdevries@suse.de>
2686
2687 * lib/gdb.exp (INTERNAL_GDBFLAGS): Set heigth and width.
2688
2689 2020-10-26 Tom de Vries <tdevries@suse.de>
2690
2691 * gdb.dwarf2/dw2-objfile-overlap-inner.S: Specify default base address
2692 for CU.
2693 * gdb.dwarf2/dw2-objfile-overlap-outer.S: Same.
2694
2695 2020-10-23 Tom de Vries <tdevries@suse.de>
2696
2697 * lib/dwarf.exp (Dwarf::_guess_form): Return "" by default instead of
2698 DW_FORM_string.
2699 (Dwarf::_default_form): New proc.
2700 (Dwarf::_handle_DW_TAG): Use _default_form. Error out if no form was
2701 guessed.
2702
2703 2020-10-23 Tom de Vries <tdevries@suse.de>
2704
2705 * gdb.dwarf2/ada-linkage-name.exp: Use $srcfile for DW_AT_name of CU.
2706 * gdb.dwarf2/atomic-type.exp: Same.
2707 * gdb.dwarf2/bad-regnum.exp: Same.
2708 * gdb.dwarf2/cpp-linkage-name.exp: Same.
2709 * gdb.dwarf2/dw2-align.exp: Same.
2710 * gdb.dwarf2/dw2-bad-elf.exp: Same.
2711 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
2712 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
2713 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
2714 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
2715 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
2716 * gdb.dwarf2/enum-type.exp: Same.
2717 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Same.
2718 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
2719 * gdb.dwarf2/main-subprogram.exp: Same.
2720 * gdb.dwarf2/missing-type-name.exp: Same.
2721 * gdb.dwarf2/nonvar-access.exp: Same.
2722 * gdb.dwarf2/typedef-void-finish.exp: Same.
2723 * gdb.dwarf2/var-access.exp: Same.
2724 * gdb.dwarf2/void-type.exp: Same.
2725
2726 2020-10-22 Simon Marchi <simon.marchi@polymtl.ca>
2727
2728 PR gdb/26693
2729 * gdb.dwarf2/template-specification-full-name.exp: New test.
2730
2731 2020-10-22 Luis Machado <luis.machado@linaro.org>
2732
2733 * gdb.base/msym-bp-shl.exp (test_break): Adjust pattern to not
2734 expected an offset from the function.
2735 * gdb.base/msym-bp.exp (test): Likewise.
2736
2737 2020-10-22 Andrew Burgess <andrew.burgess@embecosm.com>
2738
2739 * gdb.fortran/array-slices.exp: Add a new test.
2740
2741 2020-10-21 Gary Benson <gbenson@redhat.com>
2742
2743 * gdb.mi/mi-fullname-deleted.exp: Fix substituted
2744 fullname test with Clang. Also expand comments generally.
2745
2746 2020-10-20 Tom de Vries <tdevries@suse.de>
2747
2748 * gdb.dwarf2/pr13961.S: Remove superfluous end-of-siblings marker.
2749
2750 2020-10-20 Tom de Vries <tdevries@suse.de>
2751
2752 * gdb.dwarf2/arr-stride.c: Remove.
2753 * gdb.dwarf2/arr-stride.exp: Use main.c.
2754 * gdb.dwarf2/arr-subrange.c: Remove.
2755 * gdb.dwarf2/arr-subrange.exp: Use main.c.
2756 * gdb.dwarf2/bad-regnum.c: Remove.
2757 * gdb.dwarf2/bad-regnum.exp: Use main.c.
2758 * gdb.dwarf2/corrupt.c: Remove.
2759 * gdb.dwarf2/corrupt.exp: Use main.c.
2760 * gdb.dwarf2/dw2-bad-elf.c: Remove.
2761 * gdb.dwarf2/dw2-bad-elf.exp: Use main.c.
2762 * gdb.dwarf2/dw2-icycle.c: Remove.
2763 * gdb.dwarf2/dw2-icycle.exp: Use main.c.
2764 * gdb.dwarf2/formdata16.c: Remove.
2765 * gdb.dwarf2/formdata16.exp: Use main.c.
2766 * gdb.dwarf2/implptrconst.c: Remove.
2767 * gdb.dwarf2/implptrconst.exp: Use main.c.
2768 * gdb.dwarf2/info-locals-optimized-out.c: Remove.
2769 * gdb.dwarf2/info-locals-optimized-out.exp: Use main.c.
2770 * gdb.dwarf2/opaque-type-lookup.c: Remove.
2771 * gdb.dwarf2/opaque-type-lookup.exp: Use main.c.
2772
2773 2020-10-20 Tom de Vries <tdevries@suse.de>
2774
2775 * gdb.dwarf2/ada-valprint-error.exp: Remove redundant mention of .exp
2776 file.
2777 * gdb.dwarf2/dw2-dir-file-name.exp: Same.
2778
2779 2020-10-20 Tom de Vries <tdevries@suse.de>
2780
2781 * gdb.dwarf2/dw2-error.exp: Use $gdb_test_file_name.
2782 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
2783 * gdb.dwarf2/dw2-main-no-line-number.exp: Same.
2784 * gdb.dwarf2/dw2-ranges-base.exp: Same.
2785 * gdb.dwarf2/dw2-ranges.exp: Same.
2786 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
2787 * gdb.dwarf2/var-access.exp: Same.
2788
2789 2020-10-19 Tom Tromey <tromey@adacore.com>
2790
2791 PR tui/26719
2792 * gdb.tui/list.exp: Check source window contents after focus
2793 change.
2794
2795 2020-10-17 Tom de Vries <tdevries@suse.de>
2796
2797 PR symtab/26317
2798 * gdb.dwarf2/dw2-main-no-line-number.exp: New file.
2799
2800 2020-10-17 Tom de Vries <tdevries@suse.de>
2801
2802 * lib/gdb.exp (standard_testfile): Also treat args starting with '-'
2803 as suffix.
2804 * gdb.dwarf2/atomic.c: Rename to ...
2805 * gdb.dwarf2/atomic-type.c: ... this.
2806 * gdb.dwarf2/dw2-ranges2.c: Rename to ...
2807 * gdb.dwarf2/dw2-ranges-2.c: ... this.
2808 * gdb.dwarf2/dw2-ranges3.c: Rename to ...
2809 * gdb.dwarf2/dw2-ranges-3.c: ... this.
2810 * gdb.dwarf2/fission-mix2.c: Rename to ...
2811 * gdb.dwarf2/fission-mix-2.c: ... this.
2812 * gdb.dwarf2/ada-linkage-name.exp: Use more suffix args for
2813 standard_testfile.
2814 * gdb.dwarf2/ada-valprint-error.exp: Same.
2815 * gdb.dwarf2/arr-stride.exp: Same.
2816 * gdb.dwarf2/arr-subrange.exp: Same.
2817 * gdb.dwarf2/atomic-type.exp: Same.
2818 * gdb.dwarf2/bad-regnum.exp: Same.
2819 * gdb.dwarf2/break-inline-psymtab.exp: Same.
2820 * gdb.dwarf2/clang-debug-names-2.exp: Same.
2821 * gdb.dwarf2/clang-debug-names.exp: Same.
2822 * gdb.dwarf2/comp-unit-lang.exp: Same.
2823 * gdb.dwarf2/corrupt.exp: Same.
2824 * gdb.dwarf2/count.exp: Same.
2825 * gdb.dwarf2/cpp-linkage-name.exp: Same.
2826 * gdb.dwarf2/data-loc.exp: Same.
2827 * gdb.dwarf2/dw2-align.exp: Same.
2828 * gdb.dwarf2/dw2-bad-elf.exp: Same.
2829 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
2830 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
2831 * gdb.dwarf2/dw2-case-insensitive.exp: Same.
2832 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Same.
2833 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
2834 * gdb.dwarf2/dw2-inline-many-frames.exp: Same.
2835 * gdb.dwarf2/dw2-inline-param.exp: Same.
2836 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
2837 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
2838 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
2839 * gdb.dwarf2/dw2-is-stmt.exp: Same.
2840 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
2841 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
2842 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
2843 * gdb.dwarf2/dw2-param-error.exp: Same.
2844 * gdb.dwarf2/dw2-ranges-base.exp: Same.
2845 * gdb.dwarf2/dw2-ranges.exp: Same.
2846 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
2847 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
2848 * gdb.dwarf2/dw4-sig-types.exp: Same.
2849 * gdb.dwarf2/dynarr-ptr.exp: Same.
2850 * gdb.dwarf2/enum-type.exp: Same.
2851 * gdb.dwarf2/fission-mix.exp: Same.
2852 * gdb.dwarf2/formdata16.exp: Same.
2853 * gdb.dwarf2/implptrconst.exp: Same.
2854 * gdb.dwarf2/implptrpiece.exp: Same.
2855 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
2856 * gdb.dwarf2/main-subprogram.exp: Same.
2857 * gdb.dwarf2/method-ptr.exp: Same.
2858 * gdb.dwarf2/missing-sig-type.exp: Same.
2859 * gdb.dwarf2/nonvar-access.exp: Same.
2860 * gdb.dwarf2/opaque-type-lookup.exp: Same.
2861 * gdb.dwarf2/shortpiece.exp: Same.
2862 * gdb.dwarf2/staticvirtual.exp: Same.
2863 * gdb.dwarf2/subrange.exp: Same.
2864 * gdb.dwarf2/symtab-producer.exp: Same.
2865 * gdb.dwarf2/typedef-void-finish.exp: Same.
2866 * gdb.dwarf2/var-access.exp: Same.
2867 * gdb.dwarf2/variant.exp: Same.
2868 * gdb.dwarf2/void-type.exp: Same.
2869 * gdb.dwarf2/dw2-ranges-psym.exp: Same. Use main.c instead of
2870 dw2-ranges-main.c.
2871 * gdb.dwarf2/dw2-ranges-main.c: Remove.
2872
2873 2020-10-16 Tom de Vries <tdevries@suse.de>
2874
2875 * lib/gdb.exp (gdb_breakpoint): Remove mention of "passfail".
2876
2877 2020-10-16 Tom de Vries <tdevries@suse.de>
2878
2879 * lib/gdb.exp (gdb_breakpoint): Handle eof as in gdb_test_multiple.
2880
2881 2020-10-14 Tom de Vries <tdevries@suse.de>
2882
2883 PR testsuite/26732
2884 * gdb.ada/mi_catch_ex.exp: Do mi_delete_breakpoints before running
2885 scenario 2.
2886 * gdb.ada/mi_catch_ex_hand.exp: Same.
2887
2888 2020-10-13 Pedro Alves <pedro@palves.net>
2889
2890 * lib/mi-support.exp (mi_clean_restart): New.
2891 (mi_run_to_main): Delete.
2892 All callers adjust to use mi_clean_restart / mi_runto_main.
2893
2894 2020-10-13 Pedro Alves <pedro@palves.net>
2895
2896 * config/monitor.exp: Use "list -q".
2897 * gdb.arch/gdb1558.exp: Use "break -q".
2898 * gdb.arch/i386-permbkpt.exp: Use "break -q".
2899 * gdb.arch/i386-prologue-skip-cf-protection.exp: Use "break -q".
2900 * gdb.base/break.exp: Use "break -q", "list -q" and "tbreak -q".
2901 * gdb.base/commands.exp: Use "break -q".
2902 * gdb.base/condbreak.exp: Use "break -q".
2903 * gdb.base/ctf-ptype.exp: Use "list -q".
2904 * gdb.base/define.exp: Use "break -q".
2905 * gdb.base/del.exp: Use "break -q".
2906 * gdb.base/fullname.exp: Use "break -q".
2907 * gdb.base/hbreak-in-shr-unsupported.exp: Use "hbreak -q".
2908 * gdb.base/hbreak-unmapped.exp: Use "hbreak -q".
2909 * gdb.base/hbreak2.exp: Use "hbreak -q" and "list -q".
2910 * gdb.base/hw-sw-break-same-address.exp: Use "break -q" and
2911 "hbreak -q".
2912 * gdb.base/included.exp: Use "list -q".
2913 * gdb.base/label.exp: Use "break -q".
2914 * gdb.base/lineinc.exp: Use "break -q".
2915 * gdb.base/list.exp: Use "list -q".
2916 * gdb.base/macscp.exp: Use "list -q".
2917 * gdb.base/pending.exp: Use "break -q".
2918 * gdb.base/prologue-include.exp: Use "break -q".
2919 * gdb.base/ptype.exp: Use "list -q".
2920 * gdb.base/sepdebug.exp: Use "break -q", "list -q" and "tbreak -q".
2921 * gdb.base/server-del-break.exp: Use "break -q".
2922 * gdb.base/style.exp: Use "break -q".
2923 * gdb.base/symbol-without-target_section.exp: Use "list -q".
2924 * gdb.base/watchpoint-reuse-slot.exp: Use "hbreak -q".
2925 * gdb.cp/exception.exp: Use "tbreak -q".
2926 * gdb.dwarf2/dw2-error.exp: Use "break -q".
2927 * gdb.dwarf2/fission-mix.exp: Use "break -q".
2928 * gdb.dwarf2/fission-reread.exp: Use "break -q".
2929 * gdb.dwarf2/pr13961.exp: Use "break -q".
2930 * gdb.linespec/explicit.exp: Use "list -q".
2931 * gdb.linespec/linespec.exp: Use "break -q".
2932 * gdb.mi/mi-simplerun.exp: Use "--qualified".
2933 * gdb.python/py-mi-objfile-gdb.py: Use "list -q".
2934 * gdb.server/bkpt-other-inferior.exp: Use "break -q".
2935 * gdb.server/connect-without-multi-process.exp: Use "break -q".
2936 * gdb.trace/change-loc.exp: Use "break -q".
2937 * gdb.trace/pending.exp: Use "break -q".
2938 * gdb.tui/basic.exp: Use "list -q".
2939 * gdb.tui/list-before.exp: Use "list -q".
2940 * gdb.tui/list.exp: Use "list -q".
2941 * lib/gdb.exp (gdb_has_argv0): Use "break -q".
2942
2943 2020-10-13 Pedro Alves <pedro@palves.net>
2944
2945 * gdb.base/ui-redirect.exp: Expect "break -qualified main" in
2946 saved breakpoints file.
2947 * gdb.guile/scm-breakpoint.exp: Expect "-qualified main" when
2948 inspecting breakpoint list.
2949 * lib/gdb.exp (runto_main): Add "qualified" to options.
2950 * lib/mi-support.exp (mi_runto_helper): Add 'qualified' parameter,
2951 and handle it.
2952 (mi_runto_main): Pass 1 as qualified argument.
2953
2954 2020-10-13 Pedro Alves <pedro@palves.net>
2955
2956 * lib/mi-support.exp (mi_runto_main): New proc.
2957 (mi_run_to_main): Use it.
2958 * gdb.mi/mi-catch-cpp-exceptions.exp: Likewise.
2959 * gdb.mi/mi-var-cmd.exp: Likewise.
2960 * gdb.mi/mi-var-invalidate.exp: Likewise.
2961 * mi-var-list-children-invalid-grandchild.exp: Likewise.
2962 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
2963 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2964 * gdb.mi/user-selected-context-sync.exp: Likewise.
2965 * gdb.opt/inline-cmds.exp: Likewise.
2966 * gdb.python/py-framefilter-mi.exp: Likewise.
2967 * gdb.python/py-mi.exp: Likewise.
2968
2969 2020-10-13 Pedro Alves <pedro@palves.net>
2970
2971 * gdb.ada/fun_in_declare.exp: Use "runto_main" instead of
2972 "runto main".
2973 * gdb.ada/small_reg_param.exp: Likewise.
2974 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2975 * gdb.base/annota1.exp: Likewise.
2976 * gdb.base/anon.exp: Likewise.
2977 * gdb.base/breakpoint-in-ro-region.exp: Likewise.
2978 * gdb.base/dprintf-non-stop.exp: Likewise.
2979 * gdb.base/dprintf.exp: Likewise.
2980 * gdb.base/gdb11530.exp: Likewise.
2981 * gdb.base/gdb11531.exp: Likewise.
2982 * gdb.base/gnu_vector.exp: Likewise.
2983 * gdb.base/interrupt-noterm.exp: Likewise.
2984 * gdb.base/memattr.exp: Likewise.
2985 * gdb.base/step-over-syscall.exp: Likewise.
2986 * gdb.base/watch-cond-infcall.exp: Likewise.
2987 * gdb.base/watch-read.exp: Likewise.
2988 * gdb.base/watch-vfork.exp: Likewise.
2989 * gdb.base/watch_thread_num.exp: Likewise.
2990 * gdb.base/watchpoint-stops-at-right-insn.exp: Likewise.
2991 * gdb.guile/scm-frame-inline.exp: Likewise.
2992 * gdb.linespec/explicit.exp: Likewise.
2993 * gdb.opt/inline-break.exp: Likewise.
2994 * gdb.python/py-frame-inline.exp: Likewise.
2995 * gdb.reverse/break-precsave.exp: Likewise.
2996 * gdb.reverse/break-reverse.exp: Likewise.
2997 * gdb.reverse/consecutive-precsave.exp: Likewise.
2998 * gdb.reverse/consecutive-reverse.exp: Likewise.
2999 * gdb.reverse/finish-precsave.exp: Likewise.
3000 * gdb.reverse/finish-reverse.exp: Likewise.
3001 * gdb.reverse/fstatat-reverse.exp: Likewise.
3002 * gdb.reverse/getresuid-reverse.exp: Likewise.
3003 * gdb.reverse/i386-precsave.exp: Likewise.
3004 * gdb.reverse/i386-reverse.exp: Likewise.
3005 * gdb.reverse/i386-sse-reverse.exp: Likewise.
3006 * gdb.reverse/i387-env-reverse.exp: Likewise.
3007 * gdb.reverse/i387-stack-reverse.exp: Likewise.
3008 * gdb.reverse/insn-reverse.exp: Likewise.
3009 * gdb.reverse/machinestate-precsave.exp: Likewise.
3010 * gdb.reverse/machinestate.exp: Likewise.
3011 * gdb.reverse/pipe-reverse.exp: Likewise.
3012 * gdb.reverse/readv-reverse.exp: Likewise.
3013 * gdb.reverse/recvmsg-reverse.exp: Likewise.
3014 * gdb.reverse/rerun-prec.exp: Likewise.
3015 * gdb.reverse/s390-mvcle.exp: Likewise.
3016 * gdb.reverse/solib-precsave.exp: Likewise.
3017 * gdb.reverse/solib-reverse.exp: Likewise.
3018 * gdb.reverse/step-precsave.exp: Likewise.
3019 * gdb.reverse/step-reverse.exp: Likewise.
3020 * gdb.reverse/time-reverse.exp: Likewise.
3021 * gdb.reverse/until-precsave.exp: Likewise.
3022 * gdb.reverse/until-reverse.exp: Likewise.
3023 * gdb.reverse/waitpid-reverse.exp: Likewise.
3024 * gdb.reverse/watch-precsave.exp: Likewise.
3025 * gdb.reverse/watch-reverse.exp: Likewise.
3026 * gdb.threads/kill.exp: Likewise.
3027 * gdb.threads/tid-reuse.exp: Likewise.
3028
3029 2020-10-13 Simon Marchi <simon.marchi@polymtl.ca>
3030
3031 PR gdb/26642
3032 * gdb.base/maint-target-async-off.c: New test.
3033 * gdb.base/maint-target-async-off.exp: New test.
3034
3035 2020-10-13 Alan Modra <amodra@gmail.com>
3036
3037 * gdb.arch/powerpc-altivec.s,
3038 * gdb.arch/powerpc-power7.s,
3039 * gdb.arch/powerpc-power8.s,
3040 * gdb.arch/powerpc-power9.s,
3041 * gdb.arch/powerpc-vsx.s,
3042 * gdb.arch/powerpc-vsx2.s: Remove duplicate instructions.
3043 * gdb.arch/powerpc-altivec.exp,
3044 * gdb.arch/powerpc-power7.exp,
3045 * gdb.arch/powerpc-power8.exp,
3046 * gdb.arch/powerpc-power9.exp,
3047 * gdb.arch/powerpc-vsx.exp,
3048 * gdb.arch/powerpc-vsx2.exp: Likewise, and update expected
3049 disassembly of mfvsrd/mtvsrd.
3050
3051 2020-10-13 Alan Modra <amodra@gmail.com>
3052
3053 * gdb.arch/arm-disassembler-options.exp: Adjust expected
3054 "target architecture" output.
3055 * gdb.arch/powerpc-d128-regs.exp: Likewise.
3056 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
3057 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
3058 * gdb.arch/s390-disassembler-options.exp: Likewise.
3059
3060 2020-10-12 Pedro Alves <pedro@palves.net>
3061
3062 PR exp/26602
3063 PR c++/26550
3064 * gdb.cp/ambiguous.cc (marker1): Delete.
3065 (main): Initialize all the fields of the locals. Replace marker1
3066 call with a "set breakpoint here" marker.
3067 * gdb.cp/ambiguous.exp: Modernize. Use gdb_continue_to_breakpoint
3068 instead of running to marker1. Add tests printing all the
3069 variables and all the fields of the variables.
3070 (test_ambiguous): New proc, expecting the new GDB output when a
3071 field access is ambiguous. Change all "warning: X ambiguous"
3072 tests to use it.
3073
3074 2020-10-12 Gary Benson <gbenson@redhat.com>
3075
3076 * gdb.base/msym-bp.c (foo): Add __attribute__ ((used)).
3077 * gdb.base/msym-bp-2.c (foo): Likewise.
3078 * gdb.base/msym-lang.c (foo): Likewise.
3079 * gdb.base/msym-lang-main.c (foo): Likewise.
3080 * gdb.base/symtab-search-order-1.c (static_global): Likewise.
3081 * gdb.guile/scm-pretty-print.c (eval_func): Likewise.
3082 * gdb.mi/mi-sym-info-1.c (global_f1): Likewise.
3083 * gdb.mi/mi-sym-info-2.c (global_f1, var1, var2): Likewise.
3084 * gdb.multi/watchpoint-multi-exit.c (globalvar): Likewise.
3085 * gdb.python/py-as-string.c (enum_valid, enum_invalid): Likewise.
3086 * gdb.python/py-objfile.c (static_var): Likewise.
3087 * gdb.python/py-symbol.c (rr): Likewise.
3088 * gdb.python/py-symbol-2.c (anon, rr): Likewise.
3089 * gdb.mi/mi-sym-info.exp (lineno1, lineno2): Updated.
3090
3091 2020-10-11 Andrew Burgess <andrew.burgess@embecosm.com>
3092
3093 * gdb.fortran/mixed-lang-stack.exp (run_tests): Update expected
3094 output of backtrace.
3095
3096 2020-10-09 Tom Tromey <tromey@adacore.com>
3097
3098 * gdb.ada/scalar_storage/storage.adb (Another_Range): New type.
3099 (Rec): Add field. Fix range.
3100 * gdb.ada/scalar_storage.exp: Update.
3101
3102 2020-10-09 Hannes Domani <ssbssa@yahoo.de>
3103
3104 PR exp/26714
3105 * gdb.base/printcmds.exp: Add tests for void results.
3106
3107 2020-10-09 Jan Vrany <jan.vrany@labware.com>
3108
3109 * gdb.mi/mi-cmd-param-changed.exp: Check that notification is
3110 is emmited for both 'set directories' and 'directory' commands.
3111
3112 2020-10-08 Tom Tromey <tom@tromey.com>
3113
3114 * gdb.base/style.exp: Check that "main"'s name is styled.
3115
3116 2020-10-07 Tom Tromey <tromey@adacore.com>
3117
3118 * gdb.base/find.exp: Rename some tests.
3119
3120 2020-10-06 Gary Benson <gbenson@redhat.com>
3121
3122 * gdb.base/list0.c (unused): Add __attribute__ ((used)).
3123 * gdb.base/list1.c (unused): Likewise.
3124
3125 2020-10-06 Gary Benson <gbenson@redhat.com>
3126
3127 * gdb.base/list-ambiguous0.c (ambiguous_var): Add
3128 __attribute__ ((used)).
3129 * gdb.base/list-ambiguous1.c (ambiguous_var): Likewise.
3130
3131 2020-10-06 Andrew Burgess <andrew.burgess@embecosm.com>
3132
3133 * gdb.base/m32r.ld: Remove SEARCH_DIR line. Add MEMORY regions,
3134 make use of regions throughout.
3135 * gdb.base/overlays.exp: Enclose string with variableds in "..",
3136 not {...}.
3137 * gdb.base/ovlymgr.c: Add 'string.h' and 'stdlib.h' includes.
3138
3139 2020-10-05 Hannes Domani <ssbssa@yahoo.de>
3140
3141 * gdb.base/call-sc.c: Fix return struct on stack test case.
3142 * gdb.base/call-sc.exp: Likewise.
3143
3144 2020-10-02 Gary Benson <gbenson@redhat.com>
3145
3146 * README: Fix "paralell".
3147
3148 2020-09-30 Gary Benson <gbenson@redhat.com>
3149
3150 * gdb.dwarf2/dw2-double-set-die-type.S (.Ldie_3e0):
3151 Convert directive to lowercase.
3152 (.Labbrev1_begin): Add missing label.
3153 (abbrev code 0x1): Remove DW_AT_stmt_list.
3154 (.Ldie_b): Likewise.
3155
3156 2020-09-27 Tom Tromey <tom@tromey.com>
3157
3158 * gdb.tui/new-layout.exp: Use with_test_prefix.
3159
3160 2020-09-26 Gareth Rees <grees@undo.io> (tiny change)
3161
3162 PR python/26586
3163 * gdb.python/python.exp: add test cases for the from_tty
3164 argument to gdb.execute.
3165
3166 2020-09-25 Gary Benson <gbenson@redhat.com>
3167
3168 * gdb.base/infcall-nested-structs.exp.tcl: Add
3169 additional_flags=-Wno-tautological-compare for C++
3170 tests when compiling using Clang.
3171
3172 2020-09-25 Gary Benson <gbenson@redhat.com>
3173
3174 * lib/gdb.exp (gdb_compile): Pass "-x c++" earlier, and only
3175 for .c files.
3176
3177 2020-09-24 Tom Tromey <tromey@adacore.com>
3178
3179 PR tui/26638:
3180 * gdb.tui/list.exp: Check output of "focus next".
3181
3182 2020-09-23 Tom Tromey <tom@tromey.com>
3183
3184 * gdb.dwarf2/intbits.exp: New file.
3185 * gdb.dwarf2/intbits.c: New file.
3186
3187 2020-09-20 Pedro Alves <pedro@palves.net>
3188
3189 * lib/mi-support.exp (mi_uncatched_gdb_exit) Switch to the main
3190 spawn_id before calling remote_close. Close secondary MI channel.
3191
3192 2020-09-20 Pedro Alves <pedro@palves.net>
3193
3194 * gdb.base/testenv.exp (find_env): Bail out if printing 'envp[$i]'
3195 fails.
3196
3197 2020-09-19 Andrew Burgess <andrew.burgess@embecosm.com>
3198
3199 * gdb.fortran/array-slices.exp: Update expected results.
3200 * gdb.fortran/class-allocatable-array.exp: Likewise.
3201 * gdb.fortran/multi-dim.exp: Likewise.
3202 * gdb.fortran/vla-type.exp: Likewise.
3203 * gdb.mi/mi-vla-fortran.exp: Likewise.
3204
3205 2020-09-18 Victor Collod <vcollod@nvidia.com>
3206
3207 PR gdb/26635
3208 * gdb.arch/amd64-prologue-skip-cf-protection.exp: Make the test
3209 compatible with i386, and move it to...
3210 * gdb.arch/i386-prologue-skip-cf-protection.exp: ... here.
3211 * gdb.arch/amd64-prologue-skip-cf-protection.c: Move to...
3212 * gdb.arch/i386-prologue-skip-cf-protection.c: ... here.
3213
3214 2020-09-18 Pedro Alves <pedro@palves.net>
3215
3216 PR gdb/26631
3217 * gdb.multi/multi-target-thread-find.exp: New file.
3218
3219 2020-09-18 Pedro Alves <pedro@palves.net>
3220
3221 * gdb.multi/multi-target-continue.exp: New file, factored out from
3222 multi-target.exp.
3223 * gdb.multi/multi-target-info-inferiors.exp: New file, factored out from
3224 multi-target.exp.
3225 * gdb.multi/multi-target-interrupt.exp: New file, factored out from
3226 multi-target.exp.
3227 * gdb.multi/multi-target-no-resumed.exp: New file, factored out from
3228 multi-target.exp.
3229 * gdb.multi/multi-target-ping-pong-next.exp: New file, factored out from
3230 multi-target.exp.
3231 * gdb.multi/multi-target.exp.tcl: New file, factored out from
3232 multi-target.exp.
3233 * gdb.multi/multi-target.exp: Delete.
3234
3235 2020-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
3236
3237 * gdb.fortran/array-slices.exp: Add missing message data.
3238
3239 2020-09-17 Pedro Alves <pedro@palves.net>
3240
3241 * gdb.cp/call-c-1.c (foo) [__cplusplus]: Add extern "C".
3242
3243 2020-09-17 Pedro Alves <pedro@palves.net>
3244
3245 * gdb.python/py-frame-inline.exp: Adjust to optionally expect a
3246 full prototype.
3247
3248 2020-09-17 Pedro Alves <pedro@palves.net>
3249
3250 * gdb.python/py-as-string.c: Add cast.
3251
3252 2020-09-17 Pedro Alves <pedro@palves.net>
3253
3254 * gdb.base/sizeof.c (fill): Add cast.
3255
3256 2020-09-17 Pedro Alves <pedro@palves.net>
3257
3258 * gdb.base/share-env-with-gdbserver.c (main): Add cast.
3259
3260 2020-09-17 Pedro Alves <pedro@palves.net>
3261
3262 * gdb.base/prologue.c [__cplusplus] (marker): Explicitly specify
3263 linkage name.
3264 * gdb.base/prologue.exp: Use print /d.
3265 * gdb.base/symbol-alias.exp: Handle C++ output.
3266 * gdb.base/symbol-alias2.c: Handle C++ output.
3267 [__cplusplus] (func): Explicitly specify linkage name.
3268
3269 2020-09-17 Pedro Alves <pedro@palves.net>
3270
3271 * gdb.python/py-nested-maps.c (struct key_t): Rename to...
3272 (struct my_key_t): ... this. Adjust all references.
3273 (struct value_t): Rename to ...
3274 (struct my_value_t): ... this. Adjust all references.
3275 (create_map, add_map_element, create_map_map)
3276 (add_map_map_element): Add casts.
3277
3278 2020-09-17 Pedro Alves <pedro@palves.net>
3279
3280 * gdb.python/py-framefilter-mi.c (funca): Add casts.
3281 * gdb.python/py-framefilter.c.c (funca, func2): Add casts.
3282
3283 2020-09-17 Pedro Alves <pedro@palves.net>
3284
3285 * gdb.mi/var-cmd.c (do_anonymous_type_tests): Add cast.
3286
3287 2020-09-17 Pedro Alves <pedro@palves.net>
3288
3289 * gdb.base/exprs.c: Replace 'this' with 'self' throughout.
3290 * gdb.base/ptype.c: : Replace 'this' with 'self' throughout.
3291 (charfoo, intfoo): Define full prototype.
3292 * gdb.base/ptype1.c (charfoo): Define full prototype.
3293 * gdb.base/setvar.c: Replace 'this' with 'self' throughout.
3294 * gdb.base/whatis.c: Replace 'this' with 'self' throughout.
3295
3296 2020-09-17 Pedro Alves <pedro@palves.net>
3297
3298 * gdb.base/charset.c [__cplusplus] (wchar_t, char16_t, char32_t):
3299 Don't define.
3300 (utf_32_string): Compile for both C and C++.
3301 * gdb.base/charset.exp: Use "print /d".
3302
3303 2020-09-17 Pedro Alves <pedro@palves.net>
3304
3305 * gdb.base/watchpoint.c (buf): Make it 31 bytes.
3306 (nullptr): Rename to ...
3307 (null_ptr): ... this.
3308 * gdb.base/watchpoint.exp: Adjust to rename.
3309
3310 2020-09-17 Pedro Alves <pedro@palves.net>
3311
3312 * gdb.base/printcmds.c (three, flag_enum_without_zero)
3313 (three_not_flag): Add casts.
3314
3315 2020-09-17 Pedro Alves <pedro@palves.net>
3316
3317 * gdb.base/examine-backward.c (Barrier, TestStrings): Now unsigned
3318 char array.
3319 (main): Add references to Barrier, TestStrings, TestStringsH and
3320 TestStringsW.
3321 * gdb.base/examine-backward.exp: Issue "set print asm-demangle on"
3322 and expect a full prototype in C++.
3323
3324 2020-09-17 Pedro Alves <pedro@palves.net>
3325
3326 * gdb.base/nested-addr.c (main): Add cast.
3327 * gdb.base/nested-addr.exp: Use "print /d".
3328
3329 2020-09-17 Pedro Alves <pedro@palves.net>
3330
3331 * gdb.base/break.exp (func): New. Use it throughout when
3332 expecting a function name.
3333
3334 2020-09-17 Pedro Alves <pedro@palves.net>
3335
3336 * gdb.base/display.exp: Issue "set print asm-demangle on".
3337
3338 2020-09-17 Pedro Alves <pedro@palves.net>
3339
3340 * gdb.base/find.c: Include <string.h>.
3341 (init_bufs): Add cast.
3342 * gdb.base/find.exp: Issue "set print asm-demangle on".
3343
3344 2020-09-16 Tom Tromey <tromey@adacore.com>
3345
3346 PR gdb/26598:
3347 * gdb.base/skipcxx.exp: New file.
3348 * gdb.base/skipcxx.cc: New file.
3349
3350 2020-09-16 Tom de Vries <tdevries@suse.de>
3351
3352 PR testsuite/26617
3353 * gdb.dlang/watch-loc.c: Only add .debug_aranges if
3354 WITH_DEBUG_SECTIONS is defined.
3355 (xstr, str): New macro.
3356 (.debug_aranges): Use DMAIN_START_0/1/2 and DMAIN_LENGTH
3357 to get start and size of _Dmain.
3358 * gdb.dlang/watch-loc.exp: Pass DMAIN_START_0/1/2 and DMAIN_LENGTH
3359 using additional_flags.
3360
3361 2020-09-16 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3362
3363 * gdb.base/bp-cmds-sourced-script.c: New file.
3364 * gdb.base/bp-cmds-sourced-script.exp: New test.
3365 * gdb.base/bp-cmds-sourced-script.gdb: New file.
3366
3367 2020-09-16 Tom de Vries <tdevries@suse.de>
3368
3369 * lib/gdbserver-support.exp (gdbserver_exit): Make sure we
3370 get the gdb prompt after issuing "monitor exit".
3371
3372 2020-09-16 Tom de Vries <tdevries@suse.de>
3373
3374 PR testsuite/26624
3375 * lib/gdb.exp (gdb_assert): Catch errors in condition evaluation.
3376
3377 2020-09-16 Tom de Vries <tdevries@suse.de>
3378
3379 PR testsuite/26618
3380 * gdb.tui/new-layout.exp: Escape unbalanced braces.
3381
3382 2020-09-15 Tom Tromey <tromey@adacore.com>
3383
3384 PR rust/26197:
3385 * lib/rust-support.exp (rust_llvm_version): New proc.
3386 * gdb.rust/simple.exp: Check rust_llvm_version.
3387
3388 2020-09-14 Tom de Vries <tdevries@suse.de>
3389
3390 * gdb.rust/traits.exp: Fix PATH warning.
3391
3392 2020-09-13 Pedro Alves <pedro@palves.net>
3393
3394 * gdb.base/catch-follow-exec.c (main): Add explicit return
3395 statement.
3396 * gdb.base/catch-signal.c (main): Likewise.
3397 * gdb.base/condbreak-call-false.c (main): Likewise.
3398 * gdb.base/consecutive.c (main): Add explicit return
3399 statement and return type.
3400 * gdb.base/cursal.c (main): Add explicit return statement.
3401 * gdb.base/cvexpr.c (main): Likewise.
3402 * gdb.base/display.c (main): Add explicit return statement and
3403 return type.
3404 * gdb.base/dprintf-detach.c (main): Add explicit return statement.
3405 * gdb.base/endianity.c (main): Likewise.
3406 * gdb.base/execd-prog.c (main): Likewise.
3407 * gdb.base/gdb1090.c (main): Likewise.
3408 * gdb.base/info_qt.c (main): Likewise.
3409 * gdb.base/lineinc.c (main): Likewise.
3410 * gdb.base/load-command.c (main): Likewise.
3411 * gdb.base/macscp1.c (main): Likewise.
3412 * gdb.base/pr10179-a.c (main): Likewise.
3413 * gdb.base/quit-live.c (main): Likewise.
3414 * gdb.base/scope0.c (main): Likewise.
3415 * gdb.base/settings.c (main): Likewise.
3416 * gdb.base/stack-checking.c (main): Return int.
3417 * gdb.base/varargs.c (main): Add explicit return statement.
3418 * gdb.cp/ambiguous.cc (main): Likewise.
3419 * gdb.cp/anon-struct.cc (main): Likewise.
3420 * gdb.cp/anon-union.cc (main): Likewise.
3421 * gdb.cp/bool.cc (main): Likewise.
3422 * gdb.cp/bs15503.cc (main): Likewise.
3423 * gdb.cp/cplusfuncs.cc (main): Likewise.
3424 * gdb.cp/cttiadd.cc (main): Likewise.
3425 * gdb.cp/extern-c.cc (main): Likewise.
3426 * gdb.cp/filename.cc (main): Likewise.
3427 * gdb.cp/formatted-ref.cc (main): Likewise.
3428 * gdb.cp/mb-ctor.cc (main): Likewise.
3429 * gdb.cp/member-ptr.cc (main): Likewise.
3430 * gdb.cp/minsym-fallback-main.cc (main): Likewise.
3431 * gdb.cp/overload-const.cc (main): Likewise.
3432 * gdb.cp/paren-type.cc (main): Likewise.
3433 * gdb.cp/parse-lang.cc (main): Likewise.
3434 * gdb.cp/pr-1023.cc (main): Likewise.
3435 * gdb.cp/psmang1.cc (main): Likewise.
3436 * gdb.cp/readnow-language.cc (main): Likewise.
3437 * gdb.cp/ref-params.cc (main): Likewise.
3438 * gdb.cp/rvalue-ref-params.cc (main): Likewise.
3439 * gdb.cp/virtbase2.cc (main): Likewise.
3440 * gdb.dwarf2/dw2-abs-hi-pc.c (main): Likewise.
3441 * gdb.dwarf2/dw2-namespaceless-anonymous.c (main): Likewise.
3442 * gdb.dwarf2/dw4-toplevel-types.cc (main): Likewise.
3443 * gdb.mi/mi-console.c (main): Likewise.
3444 * gdb.mi/mi-read-memory.c (main): Likewise.
3445 * gdb.modula2/multidim.c (main): Likewise.
3446 * gdb.opt/inline-small-func.c (main): Likewise.
3447 * gdb.python/py-rbreak.c (main): Likewise.
3448 * gdb.stabs/exclfwd1.c (main): Likewise.
3449 * gdb.trace/qtro.c (main): Likewise.
3450
3451 2020-09-13 Pedro Alves <pedro@palves.net>
3452
3453 * gdb.base/share-env-with-gdbserver.c (main): Call my_getenv
3454 instead of getenv.
3455
3456 2020-09-13 Pedro Alves <pedro@palves.net>
3457
3458 * gdb.base/dbx.exp (dbx_gdb_start): Adjust to use gdb_spawn
3459 instead of spawning GDB with remote_spawn.
3460 * lib/mi-support.exp (default_mi_gdb_start): Adjust to use
3461 gdb_spawn instead of spawning GDB with remote_spawn.
3462
3463 2020-09-13 Pedro Alves <pedro@palves.net>
3464
3465 * gdb.dwarf2/ada-linkage-name.c (main): Move to the bottom of the
3466 file and add calls to first and second.
3467 * gdb.dwarf2/atomic.c (main): Move to the bottom of the file and
3468 add call to f.
3469
3470 2020-09-13 Pedro Alves <pedro@palves.net>
3471
3472 * gdb.mi/mi-break-qualified.cc: New file.
3473 * gdb.mi/mi-break-qualified.exp: New file.
3474 * lib/mi-support.exp (mi_create_breakpoint_multi)
3475 (mi_make_breakpoint_loc, mi_make_breakpoint_multi): New
3476 procedures.
3477 (mi_create_breakpoint_1): New, factored out from
3478 mi_create_breakpoint.
3479
3480 2020-09-13 Pedro Alves <pedro@palves.net>
3481
3482 * gdb.cp/inherit.exp: No longer pass -Wno-deprecated-register.
3483 * gdb.cp/misc.exp: No longer pass -Wno-deprecated-register.
3484 * gdb.cp/misc.cc (class small, small::method, marker_reg1)
3485 (register_class): Delete.
3486 (main): Don't call register_class.
3487
3488 2020-09-13 Pedro Alves <pedro@palves.net>
3489
3490 * gdb.cp/classes.exp: No longer pass -Wno-deprecated-register.
3491 (do_tests): Remove "calling method for small class" test.
3492 * gdb.cp/classes.cc (class small, small::method, marker_reg1)
3493 (register_class): Delete.
3494 (main): Don't call register_class.
3495 * gdb.cp/call-method-register.exp: New file, based on bits removed
3496 from classes.exp.
3497 * gdb.cp/call-method-register.cc: New file, based on bits removed
3498 from classes.cc.
3499
3500 2020-09-13 Pedro Alves <pedro@palves.net>
3501
3502 * gdb.base/msym-bp-2.c: New.
3503 * gdb.base/msym-bp-shl-lib.c: New file.
3504 * gdb.base/msym-bp-shl-main-2.c: New file.
3505 * gdb.base/msym-bp-shl-main.c: New file.
3506 * gdb.base/msym-bp-shl.exp: New file.
3507 * gdb.base/msym-bp.c: New file.
3508 * gdb.base/msym-bp.exp: New file.
3509
3510 2020-09-13 Joel Brobecker <brobecker@adacore.com>
3511
3512 * gdb.base/default.exp: Change $_gdb_major to 11.
3513
3514 2020-09-11 Moritz Riesterer <moritz.riesterer@intel.com>
3515 Felix Willgerodt <Felix.Willgerodt@intel.com>
3516
3517 * x86-avx512bf16.c: New file.
3518 * x86-avx512bf16.exp: Likewise.
3519 * lib/gdb.exp (skip_avx512bf16_tests): New function.
3520
3521 2020-09-11 Tom de Vries <tdevries@suse.de>
3522
3523 PR exp/26602
3524 * gdb.cp/ambiguous.exp: Add KFAILs for PR26602.
3525
3526 2020-09-11 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3527
3528 * gdb.base/bp-cmds-execution-x-script.exp: Remove a stale comment.
3529
3530 2020-09-10 Alan Modra <amodra@gmail.com>
3531
3532 PR 26597
3533 * gdb.dlang/demangle.exp: Update tests as per gcc commit 387d0773f3.
3534
3535 2020-09-08 Tom de Vries <tdevries@suse.de>
3536
3537 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Consume gdb prompt
3538 after gdb_starti_cmd.
3539
3540 2020-09-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
3541
3542 * lib/fortran.exp (fortran_complex8): New proc.
3543 (fortran_complex16): New proc.
3544 * gdb.fortran/complex.exp: Use routines from fortran.exp
3545 * gdb.fortran/pointer-to-pointer.exp: Likewise.
3546 * gdb.fortran/vla-ptr-info.exp: Likewise.
3547
3548 2020-09-03 Tom de Vries <tdevries@suse.de>
3549
3550 PR breakpoint/26546
3551 * gdb.base/label-without-address.exp: Runto main first.
3552
3553 2020-09-02 Tom Tromey <tromey@adacore.com>
3554
3555 * gdb.ada/mi_var_access.exp: Test children of access variable.
3556 * gdb.ada/mi_var_access/mi_access.adb: Add new stop markers.
3557 * gdb.ada/mi_var_array.exp: Update.
3558
3559 2020-08-31 Kevin Buettner <kevinb@redhat.com>
3560
3561 * gdb.base/corefile.exp (warning-free): XFAIL test when running
3562 on docker w/ AUFS storage driver.
3563
3564 2020-08-31 Kevin Buettner <kevinb@redhat.com>
3565
3566 * gdb.base/corefile2.exp (renamed binfile): New tests.
3567
3568 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
3569
3570 * gdb.dwarf2/dw2-reg-undefined.exp: Remove spurious #.
3571
3572 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
3573
3574 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: New file.
3575 * gdb.dwarf2/frame-inlined-in-outer-frame.S: New file.
3576
3577 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
3578
3579 * gdb.dwarf2/dw2-reg-undefined.exp: Test "set debug frame 1"
3580 output, printing a "not saved" value from history and printing a
3581 convenience variable created from a "not saved" value.
3582
3583 2020-08-31 Tom de Vries <tdevries@suse.de>
3584
3585 * gdb.base/eh_return.exp: Use nopie.
3586
3587 2020-08-28 Pedro Alves <pedro@palves.net>
3588
3589 * gdb.base/advance-until-multiple-locations.exp
3590 (advance_overload, until_overload): Adjust to match the
3591 frame/function header instead of the source line text.
3592
3593 2020-08-28 Tom de Vries <tdevries@suse.de>
3594
3595 * gdb.base/label-without-address.c: New test.
3596 * gdb.base/label-without-address.exp: New file.
3597
3598 2020-08-27 Pedro Alves <pedro@palves.net>
3599
3600 PR gdb/26523
3601 PR gdb/26524
3602 * gdb.base/advance-until-multiple-locations.cc: New.
3603 * gdb.base/advance-until-multiple-locations.exp: New.
3604
3605 2020-08-27 Simon Marchi <simon.marchi@polymtl.ca>
3606
3607 * gdb.dwarf2/dw2-reg-undefined.exp: Use multi_line.
3608
3609 2020-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3610
3611 * gdb.arch/amd64-byte.exp: Make test names unique, use
3612 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
3613 * gdb.arch/amd64-dword.exp: Likewise.
3614 * gdb.arch/amd64-pseudo.c: Fix typo 'forth' -> 'fourth'.
3615 * gdb.arch/amd64-stap-special-operands.exp: Make test names
3616 unique.
3617 * gdb.arch/amd64-tailcall-ret.exp: Likewise.
3618 * gdb.arch/amd64-word.exp: Make test names unique, use
3619 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
3620 * gdb.arch/i386-byte.exp: Make test names unique, use
3621 gdb_breakpoint.
3622 * gdb.arch/i386-word.exp: Likewise.
3623
3624 2020-08-25 Shahab Vahedi <shahab@synopsys.com>
3625
3626 * gdb.arch/arc-tdesc-cpu.xml: Use new feature names.
3627
3628 2020-08-25 Simon Marchi <simon.marchi@polymtl.ca>
3629
3630 PR gdb/26532
3631 * gdb.threads/stepi-random-signal.exp: Update pattern.
3632
3633 2020-08-25 Simon Marchi <simon.marchi@efficios.com>
3634
3635 PR gdb/26532
3636 * gdb.base/ui-redirect.exp: Update pattern.
3637
3638 2020-08-25 Gary Benson <gbenson@redhat.com>
3639
3640 * gdb.dwarf2/dw2-dir-file-name.exp: Use system assembler
3641 when compiling with clang.
3642 * gdb.dwarf2/dw2-restore.exp: Likewise.
3643
3644 2020-08-25 Gary Benson <gbenson@redhat.com>
3645
3646 * gdb.cp/ambiguous.exp: Enable test when compiling with GCC.
3647 Add additional_flags=-Wno-inaccessible-base when compiling
3648 with GCC >= 10.1 or clang. Add additional_flags=-w when
3649 compiling with GCC < 10.
3650
3651 2020-08-25 Gaius Mulley <gaiusmod2@gmail.com>
3652
3653 PR m2/26372
3654 * gdb.modula2/multidim.c: New file.
3655 * gdb.modula2/multidim.exp: New file.
3656
3657 2020-08-24 Simon Marchi <simon.marchi@polymtl.ca>
3658
3659 * lib/gdb.exp (runto): Always emit fail on internal error.
3660
3661 2020-08-24 Simon Marchi <simon.marchi@efficios.com>
3662
3663 * gdb.base/gdb-sigterm.exp (do_test): Update expected regexp.
3664 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3665 Likewise.
3666 * gdb.threads/stepi-random-signal.exp: Likewise.
3667
3668 2020-08-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3669
3670 * gdb.base/print-file-var.exp: Fix typo "breapoint".
3671 * gdb.trace/strace.exp: Ditto.
3672
3673 2020-08-19 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
3674
3675 * gdb.fortran/vla-type.exp: Skip commands not required for
3676 the Flang compiled binaries after prologue fix.
3677
3678 2020-08-17 Tom de Vries <tdevries@suse.de>
3679 Tom Tromey <tromey@adacore.com>
3680
3681 PR rust/26197:
3682 * gdb.rust/simple.exp (xfail_pattern): Update for new failure.
3683
3684 2020-08-17 Tom Tromey <tromey@adacore.com>
3685
3686 * gdb.ada/mi_var_access.exp: New file.
3687 * gdb.ada/mi_var_access/mi_access.adb: New file.
3688 * gdb.ada/mi_var_access/pck.adb: New file.
3689 * gdb.ada/mi_var_access/pck.ads: New file.
3690
3691 2020-08-16 Tom de Vries <tdevries@suse.de>
3692
3693 PR gdb/25350
3694 * gdb.base/eh_return.c: New test.
3695 * gdb.base/eh_return.exp: New file.
3696
3697 2020-08-15 Tom de Vries <tdevries@suse.de>
3698
3699 * gdb.fortran/mixed-lang-stack.c (fortran_charlen_t): New type.
3700 (mixed_func_1d_): Use fortran_charlen_t in decl.
3701
3702 2020-08-15 Tom de Vries <tdevries@suse.de>
3703
3704 PR backtrace/26390
3705 * gdb.fortran/mixed-lang-stack.exp: Call bt with -frame-arguments all.
3706 Update expected pattern.
3707
3708 2020-08-13 Pedro Alves <pedro@palves.net>
3709
3710 * gdb.fortran/complex.exp: Check skip_fortran_tests.
3711 * gdb.fortran/library-module.exp: Likewise.
3712 * gdb.fortran/logical.exp: Likewise.
3713 * gdb.fortran/module.exp: Likewise.
3714 * gdb.fortran/print_type.exp: Likewise.
3715 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
3716 * gdb.fortran/vla-datatypes.exp: Likewise.
3717 * gdb.fortran/vla-history.exp: Likewise.
3718 * gdb.fortran/vla-ptr-info.exp: Likewise.
3719 * gdb.fortran/vla-ptype-sub.exp: Likewise.
3720 * gdb.fortran/vla-ptype.exp: Likewise.
3721 * gdb.fortran/vla-sizeof.exp: Likewise.
3722 * gdb.fortran/vla-type.exp: Likewise.
3723 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
3724 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
3725 * gdb.fortran/vla-value-sub.exp: Likewise.
3726 * gdb.fortran/vla-value.exp: Likewise.
3727
3728 2020-08-13 Pedro Alves <pedro@palves.net>
3729
3730 * gdb.ada/access_tagged_param.exp: Check skip_ada_tests.
3731 * gdb.ada/access_to_packed_array.exp: Likewise.
3732 * gdb.ada/access_to_unbounded_array.exp: Likewise.
3733 * gdb.ada/addr_arith.exp: Likewise.
3734 * gdb.ada/arr_acc_idx_w_gap.exp: Likewise.
3735 * gdb.ada/arr_arr.exp: Likewise.
3736 * gdb.ada/arr_enum_idx_w_gap.exp: Likewise.
3737 * gdb.ada/array_bounds.exp: Likewise.
3738 * gdb.ada/array_of_variable_length.exp: Likewise.
3739 * gdb.ada/array_ptr_renaming.exp: Likewise.
3740 * gdb.ada/array_subscript_addr.exp: Likewise.
3741 * gdb.ada/arraydim.exp: Likewise.
3742 * gdb.ada/arrayparam.exp: Likewise.
3743 * gdb.ada/arrayptr.exp: Likewise.
3744 * gdb.ada/assign_1.exp: Likewise.
3745 * gdb.ada/assign_arr.exp: Likewise.
3746 * gdb.ada/atomic_enum.exp: Likewise.
3747 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
3748 * gdb.ada/bad-task-bp-keyword.exp: Likewise.
3749 * gdb.ada/bias.exp: Likewise.
3750 * gdb.ada/boolean_expr.exp: Likewise.
3751 * gdb.ada/bp_c_mixed_case.exp: Likewise.
3752 * gdb.ada/bp_enum_homonym.exp: Likewise.
3753 * gdb.ada/bp_inlined_func.exp: Likewise.
3754 * gdb.ada/bp_on_var.exp: Likewise.
3755 * gdb.ada/bp_range_type.exp: Likewise.
3756 * gdb.ada/bp_reset.exp: Likewise.
3757 * gdb.ada/call_pn.exp: Likewise.
3758 * gdb.ada/catch_assert_if.exp: Likewise.
3759 * gdb.ada/catch_ex.exp: Likewise.
3760 * gdb.ada/catch_ex_std.exp: Likewise.
3761 * gdb.ada/char_enum.exp: Likewise.
3762 * gdb.ada/char_param.exp: Likewise.
3763 * gdb.ada/complete.exp: Likewise.
3764 * gdb.ada/cond_lang.exp: Likewise.
3765 * gdb.ada/convvar_comp.exp: Likewise.
3766 * gdb.ada/dgopt.exp: Likewise.
3767 * gdb.ada/disc_arr_bound.exp: Likewise.
3768 * gdb.ada/display_nested.exp: Likewise.
3769 * gdb.ada/dot_all.exp: Likewise.
3770 * gdb.ada/dyn_loc.exp: Likewise.
3771 * gdb.ada/dyn_stride.exp: Likewise.
3772 * gdb.ada/excep_handle.exp: Likewise.
3773 * gdb.ada/expr_delims.exp: Likewise.
3774 * gdb.ada/expr_with_funcall.exp: Likewise.
3775 * gdb.ada/exprs.exp: Likewise.
3776 * gdb.ada/fin_fun_out.exp: Likewise.
3777 * gdb.ada/fixed_cmp.exp: Likewise.
3778 * gdb.ada/formatted_ref.exp: Likewise.
3779 * gdb.ada/frame_arg_lang.exp: Likewise.
3780 * gdb.ada/frame_args.exp: Likewise.
3781 * gdb.ada/fullname_bp.exp: Likewise.
3782 * gdb.ada/fun_addr.exp: Likewise.
3783 * gdb.ada/fun_in_declare.exp: Likewise.
3784 * gdb.ada/fun_overload_menu.exp: Likewise.
3785 * gdb.ada/fun_renaming.exp: Likewise.
3786 * gdb.ada/funcall_char.exp: Likewise.
3787 * gdb.ada/funcall_param.exp: Likewise.
3788 * gdb.ada/funcall_ptr.exp: Likewise.
3789 * gdb.ada/funcall_ref.exp: Likewise.
3790 * gdb.ada/homonym.exp: Likewise.
3791 * gdb.ada/info_addr_mixed_case.exp: Likewise.
3792 * gdb.ada/info_auto_lang.exp: Likewise.
3793 * gdb.ada/info_exc.exp: Likewise.
3794 * gdb.ada/info_types.exp: Likewise.
3795 * gdb.ada/int_deref.exp: Likewise.
3796 * gdb.ada/interface.exp: Likewise.
3797 * gdb.ada/iwide.exp: Likewise.
3798 * gdb.ada/lang_switch.exp: Likewise.
3799 * gdb.ada/length_cond.exp: Likewise.
3800 * gdb.ada/maint_with_ada.exp: Likewise.
3801 * gdb.ada/mi_catch_assert.exp: Likewise.
3802 * gdb.ada/mi_catch_ex.exp: Likewise.
3803 * gdb.ada/mi_catch_ex_hand.exp: Likewise.
3804 * gdb.ada/mi_dyn_arr.exp: Likewise.
3805 * gdb.ada/mi_ex_cond.exp: Likewise.
3806 * gdb.ada/mi_exc_info.exp: Likewise.
3807 * gdb.ada/mi_interface.exp: Likewise.
3808 * gdb.ada/mi_prot.exp: Likewise.
3809 * gdb.ada/mi_ref_changeable.exp: Likewise.
3810 * gdb.ada/mi_string_access.exp: Likewise.
3811 * gdb.ada/mi_task_arg.exp: Likewise.
3812 * gdb.ada/mi_task_info.exp: Likewise.
3813 * gdb.ada/mi_var_array.exp: Likewise.
3814 * gdb.ada/mi_var_union.exp: Likewise.
3815 * gdb.ada/mi_variant.exp: Likewise.
3816 * gdb.ada/minsyms.exp: Likewise.
3817 * gdb.ada/mod_from_name.exp: Likewise.
3818 * gdb.ada/nested.exp: Likewise.
3819 * gdb.ada/null_array.exp: Likewise.
3820 * gdb.ada/optim_drec.exp: Likewise.
3821 * gdb.ada/out_of_line_in_inlined.exp: Likewise.
3822 * gdb.ada/packed_array_assign.exp: Likewise.
3823 * gdb.ada/packed_tagged.exp: Likewise.
3824 * gdb.ada/pp-rec-component.exp: Likewise.
3825 * gdb.ada/print_chars.exp: Likewise.
3826 * gdb.ada/print_pc.exp: Likewise.
3827 * gdb.ada/ptr_typedef.exp: Likewise.
3828 * gdb.ada/ptype_arith_binop.exp: Likewise.
3829 * gdb.ada/ptype_array.exp: Likewise.
3830 * gdb.ada/ptype_field.exp: Likewise.
3831 * gdb.ada/ptype_tagged_param.exp: Likewise.
3832 * gdb.ada/ptype_union.exp: Likewise.
3833 * gdb.ada/py_range.exp: Likewise.
3834 * gdb.ada/py_taft.exp: Likewise.
3835 * gdb.ada/rdv_wait.exp: Likewise.
3836 * gdb.ada/rec_comp.exp: Likewise.
3837 * gdb.ada/rec_return.exp: Likewise.
3838 * gdb.ada/ref_param.exp: Likewise.
3839 * gdb.ada/ref_tick_size.exp: Likewise.
3840 * gdb.ada/rename_subscript_param.exp: Likewise.
3841 * gdb.ada/repeat_dyn.exp: Likewise.
3842 * gdb.ada/same_component_name.exp: Likewise.
3843 * gdb.ada/same_enum.exp: Likewise.
3844 * gdb.ada/scalar_storage.exp: Likewise.
3845 * gdb.ada/set_wstr.exp: Likewise.
3846 * gdb.ada/small_reg_param.exp: Likewise.
3847 * gdb.ada/str_binop_equal.exp: Likewise.
3848 * gdb.ada/str_ref_cmp.exp: Likewise.
3849 * gdb.ada/str_uninit.exp: Likewise.
3850 * gdb.ada/sub_variant.exp: Likewise.
3851 * gdb.ada/sym_print_name.exp: Likewise.
3852 * gdb.ada/taft_type.exp: Likewise.
3853 * gdb.ada/tagged.exp: Likewise.
3854 * gdb.ada/tagged_access.exp: Likewise.
3855 * gdb.ada/task_bp.exp: Likewise.
3856 * gdb.ada/task_switch_in_core.exp: Likewise.
3857 * gdb.ada/tasks.exp: Likewise.
3858 * gdb.ada/tick_last_segv.exp: Likewise.
3859 * gdb.ada/tick_length_array_enum_idx.exp: Likewise.
3860 * gdb.ada/type_coercion.exp: Likewise.
3861 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
3862 * gdb.ada/unchecked_union.exp: Likewise.
3863 * gdb.ada/uninitialized_vars.exp: Likewise.
3864 * gdb.ada/var_arr_attrs.exp: Likewise.
3865 * gdb.ada/var_arr_typedef.exp: Likewise.
3866 * gdb.ada/var_rec_arr.exp: Likewise.
3867 * gdb.ada/variant-record.exp: Likewise.
3868 * gdb.ada/variant.exp: Likewise.
3869 * gdb.ada/variant_record_packed_array.exp: Likewise.
3870 * gdb.ada/varsize_limit.exp: Likewise.
3871 * gdb.ada/whatis_array_val.exp: Likewise.
3872 * gdb.ada/widewide.exp: Likewise.
3873 * gdb.ada/win_fu_syms.exp: Likewise.
3874
3875 2020-08-12 Gary Benson <gbenson@redhat.com>
3876
3877 * gdb.dwarf2/dw2-op-out-param.S (.Ltext5): Fix duplicate label.
3878
3879 2020-08-04 Andrew Burgess <andrew.burgess@embecosm.com>
3880
3881 * lib/check-test-names.exp (do_reset_vars): Use 'array unset' to
3882 unset the array variable.
3883
3884 2020-08-03 Tom de Vries <tdevries@suse.de>
3885
3886 PR symtab/26333
3887 * lib/dwarf.exp (DW_LNE_user): New proc.
3888 * gdb.dwarf2/dw2-vendor-extended-opcode.c: New test.
3889 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: New file.
3890
3891 2020-07-31 Kevin Buettner <kevinb@redhat.com>
3892
3893 * gdb.base/coremaker2.c: Change all uses of 'unsigned long long'
3894 to 'uintptr_t'
3895 (inttypes.h): Include.
3896
3897 2020-07-31 Kevin Buettner <kevinb@redhat.com>
3898
3899 * gdb.base/coremaker2.c (buf_rw): Increase size to 256 KiB.
3900 (C5_24k): Delete.
3901 (C5_8k, C5_64k, C5_256k): New macros.
3902 (buf_ro): Allocate 256 KiB of initialized data.
3903
3904 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3905
3906 * gdb.base/condbreak-bad.exp: Extend the test with scenarios
3907 that attempt to overwrite an existing condition with a condition
3908 that fails parsing and also with a condition that parses fine
3909 but contains junk at the end.
3910
3911 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3912
3913 * gdb.base/condbreak-bad.c: New test.
3914 * gdb.base/condbreak-bad.exp: New file.
3915
3916 2020-07-30 Tom de Vries <tdevries@suse.de>
3917
3918 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_entry_1): Factor
3919 out of ...
3920 (GDBInfoModuleSymbols::check_entry): ... here.
3921 (GDBInfoModuleSymbols::check_optional_entry): New proc.
3922 * gdb.fortran/info-modules.exp: Use check_optional_entry for entries
3923 related to __def_init_mod1_M1t1 / __vtype_mod1_M1t1 / __copy_mod1_M1t1.
3924
3925 2020-07-30 Tom de Vries <tdevries@suse.de>
3926
3927 * gdb.fortran/ptype-on-functions.exp: Make "_t" suffix on
3928 "__class_some_module_Number_t" optional.
3929
3930 2020-07-29 Tom de Vries <tdevries@suse.de>
3931
3932 * lib/selftest-support.exp (selftest_setup): Allow breakpoint at
3933 multiple locations.
3934
3935 2020-07-29 Tom de Vries <tdevries@suse.de>
3936
3937 * gdb.dwarf2/dw2-line-number-zero.exp: Set breakpoints on lines
3938 rather than function name.
3939
3940 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3941
3942 PR symtab/26270:
3943 * gdb.cp/disasm-func-name.cc: New file.
3944 * gdb.cp/disasm-func-name.exp: New file.
3945
3946 2020-07-28 Tom Tromey <tromey@adacore.com>
3947
3948 * gdb.dwarf2/varval.exp (setup_exec): Add 'or' instruction to
3949 'varval' location.
3950
3951 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3952
3953 * gdb.python/py-unwind.py: Update to make use of a register
3954 descriptor.
3955
3956 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3957
3958 * gdb.python/py-arch-reg-names.exp: Add additional tests.
3959
3960 2020-07-25 Andrew Burgess <andrew.burgess@embecosm.com>
3961
3962 PR fortran/23051
3963 PR fortran/26139
3964 * gdb.fortran/class-allocatable-array.exp: New file.
3965 * gdb.fortran/class-allocatable-array.f90: New file.
3966 * gdb.fortran/pointer-to-pointer.exp: New file.
3967 * gdb.fortran/pointer-to-pointer.f90: New file.
3968
3969 2020-07-25 Tom de Vries <tdevries@suse.de>
3970
3971 PR symtab/26243
3972 * gdb.dwarf2/dw2-line-number-zero.c: New test.
3973 * gdb.dwarf2/dw2-line-number-zero.exp: New file.
3974
3975 2020-07-24 Tom de Vries <tdevries@suse.de>
3976
3977 PR testsuite/26293
3978 * gdb.ada/mi_prot.exp: Require gnatmake-8.
3979
3980 2020-07-23 Pedro Alves <pedro@palves.net>
3981
3982 * gdb.server/server-kill.exp (prepare): New, factored out from the
3983 top level.
3984 (kill_server): New.
3985 (test_tstatus, test_unwind_nosyms, test_unwind_syms): New.
3986 (top level) : Call test_tstatus, test_unwind_nosyms, test_unwind_syms.
3987
3988 2020-07-23 Andrew Burgess <andrew.burgess@embecosm.com>
3989
3990 * gdb.dwarf2/dw2-disasm-over-non-stmt.exp: New file.
3991
3992 2020-07-22 Sandra Loosemore <sandra@codesourcery.com>
3993
3994 * lib/gdb.exp (gdb_wrapper_file, gdb_wrapper_flags):
3995 Initialize to empty string at top level.
3996 (gdb_wrapper_init): Revert check for file existence on build.
3997 Build the wrapper in its default place, not a build-specific
3998 location. When host == build, make the pathname absolute.
3999 (gdb_compile): Delete leftover declaration of
4000 gdb_wrapper_initialized. Check gdb_wrapper_file being an empty
4001 string instead of uninitialized.
4002
4003 2020-07-22 Kevin Buettner <kevinb@redhat.com>
4004
4005 * gdb.base/corefile2.exp: New file.
4006 * gdb.base/coremaker2.exp: New file.
4007
4008 2020-07-22 Kevin Buettner <kevinb@redhat.com>
4009
4010 * gdb.base/coredump-filter.exp: Add second
4011 non-Private-Shared-Anon-File test.
4012 (test_disasm): Rename binfile for test which is expected
4013 to fail.
4014
4015 2020-07-22 Kevin Buettner <kevinb@redhat.com>
4016
4017 * gdb.base/corefile.exp: Add test "accessing read-only mmapped
4018 data in core file".
4019 * gdb.base/coremaker.c (buf2ro): New global.
4020 (mmapdata): Add a read-only mmap mapping.
4021
4022 2020-07-22 Kevin Buettner <kevinb@redhat.com>
4023
4024 PR corefiles/25631
4025 * gdb.base/corefile.exp (accessing anonymous, unwritten-to mmap data):
4026 New test.
4027 * gdb.base/coremaker.c (buf3): New global.
4028 (mmapdata): Add mmap call which uses MAP_ANONYMOUS and MAP_PRIVATE
4029 flags.
4030
4031 2020-07-22 Kevin Buettner <kevinb@redhat.com>
4032
4033 * gdb.base/coremaker.c (filler_ro): New global constant.
4034
4035 2020-07-22 Tom Tromey <tromey@adacore.com>
4036
4037 * gdb.ada/mi_prot.exp: New file.
4038 * gdb.ada/mi_prot/pkg.adb: New file.
4039 * gdb.ada/mi_prot/pkg.ads: New file.
4040 * gdb.ada/mi_prot/prot.adb: New file.
4041
4042 2020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4043
4044 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
4045 loads two JITers.
4046
4047 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
4048
4049 * gdb.python/py-arch-reg-groups.exp: Additional tests.
4050
4051 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
4052
4053 * gdb.python/py-arch-reg-names.exp: Additional tests.
4054
4055 2020-07-21 Tom de Vries <tdevries@suse.de>
4056
4057 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
4058 breakpoint locations".
4059 * gdb.reverse/solib-reverse.exp: Same.
4060
4061 2020-07-21 Tom de Vries <tdevries@suse.de>
4062
4063 * gdb.reverse/step-reverse.c (callee): Merge statements.
4064
4065 2020-07-21 Tom de Vries <tdevries@suse.de>
4066
4067 * gdb.fortran/info-modules.exp (info module variables): Allow missing
4068 line numbers for some variables.
4069
4070 2020-07-21 Tom de Vries <tdevries@suse.de>
4071
4072 * gdb.opt/inline-locals.c (init_array): New func.
4073 (func1): Use init_array.
4074 * gdb.opt/inline-locals.exp: Update pattern.
4075
4076 2020-07-21 Tom de Vries <tdevries@suse.de>
4077
4078 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
4079 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
4080
4081 2020-07-20 Ludovic Courtès <ludo@gnu.org>
4082
4083 * gdb.guile/source2.scm: Add #f first argument to 'format'.
4084 * gdb.guile/types-module.exp: Remove "ERROR:" from
4085 regexps since Guile 3.0 no longer prints that.
4086
4087 2020-07-20 Ludovic Courtès <ludo@gnu.org>
4088
4089 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
4090 error regexp to match on Guile 2.2.
4091
4092 2020-07-20 Gary Benson <gbenson@redhat.com>
4093
4094 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
4095 with clang.
4096
4097 2020-07-20 Tom de Vries <tdevries@suse.de>
4098
4099 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
4100 (omp_set_lock_in_order): New function.
4101 (single_scope, multi_scope, nested_func, nested_parallel): Use
4102 omp_set_lock_in_order and omp_unset_lock.
4103 (main): Init and destroy lock and lock2.
4104
4105 2020-07-20 Tom de Vries <tdevries@suse.de>
4106
4107 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
4108
4109 2020-07-20 Tom de Vries <tdevries@suse.de>
4110
4111 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
4112
4113 2020-07-17 Tom de Vries <tdevries@suse.de>
4114
4115 * gdb.base/valgrind-infcall-2.c: New test.
4116 * gdb.base/valgrind-infcall-2.exp: New file.
4117 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
4118
4119 2020-07-17 Tom de Vries <tdevries@suse.de>
4120
4121 * gdb.dlang/circular.c (found): Use found_label as label name.
4122 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
4123 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
4124 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
4125 * gdb.dwarf2/ada-linkage-name.exp: Same.
4126 * gdb.dwarf2/arr-subrange.exp: Same.
4127 * gdb.dwarf2/atomic-type.exp: Same.
4128 * gdb.dwarf2/comp-unit-lang.exp: Same.
4129 * gdb.dwarf2/cpp-linkage-name.exp: Same.
4130 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
4131 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
4132 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
4133 * gdb.dwarf2/implptr-64bit.exp: Same.
4134 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
4135 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
4136 * gdb.dwarf2/imported-unit.exp: Same.
4137 * gdb.dwarf2/main-subprogram.exp: Same.
4138 * gdb.dwarf2/missing-type-name.exp: Same.
4139 * gdb.dwarf2/nonvar-access.exp: Same.
4140 * gdb.dwarf2/struct-with-sig.exp: Same.
4141 * gdb.dwarf2/typedef-void-finish.exp: Same.
4142 * gdb.dwarf2/void-type.exp: Same.
4143
4144 2020-07-17 Tom de Vries <tdevries@suse.de>
4145
4146 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
4147 src parameter.
4148 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
4149 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
4150 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
4151 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
4152 * gdb.dwarf2/dwz.exp: Same.
4153 * gdb.dwarf2/implptr-optimized-out.exp: Same.
4154 * gdb.dwarf2/implref-array.exp: Same.
4155 * gdb.dwarf2/implref-const.exp: Same.
4156 * gdb.dwarf2/implref-global.exp: Same.
4157 * gdb.dwarf2/implref-struct.exp: Same.
4158 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
4159 * gdb.dwarf2/opaque-type-lookup.exp: Same.
4160 * gdb.dwarf2/var-access.exp: Same.
4161 * gdb.dwarf2/varval.exp: Same.
4162 * gdb.trace/entry-values.exp: Same.
4163
4164 2020-07-17 Tom de Vries <tdevries@suse.de>
4165
4166 * lib/dwarf.exp (Dwarf::extern): Remove.
4167 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
4168 * gdb.dlang/circular.exp: Same.
4169 * gdb.dwarf2/comp-unit-lang.exp: Same.
4170 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
4171 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
4172 * gdb.dwarf2/dwz.exp: Same.
4173 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
4174 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
4175 * gdb.dwarf2/imported-unit.exp: Same.
4176 * gdb.dwarf2/opaque-type-lookup.exp: Same.
4177
4178 2020-07-16 Sandra Loosemore <sandra@codesourcery.com>
4179
4180 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
4181 Use double quotes instead of single quotes.
4182
4183 2020-07-16 Caroline Tice <cmtice@google.com>
4184
4185 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
4186 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
4187
4188 2020-07-16 Tom de Vries <tdevries@suse.de>
4189
4190 * lib/dwarf.exp (program): Initialize _line.
4191 (DW_LNE_end_sequence): Reinitialize _line.
4192 (DW_LNS_advance_line): Update _line.
4193 (line): New proc.
4194 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
4195 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
4196 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
4197 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
4198 * gdb.dwarf2/dw2-is-stmt.exp: Same.
4199 * gdb.dwarf2/dw2-ranges-func.exp: Same.
4200
4201 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
4202
4203 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
4204 generic.
4205
4206 2020-07-15 Tom de Vries <tdevries@suse.de>
4207
4208 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
4209 is_amd64_regs_target.
4210
4211 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
4212
4213 * gdb.fortran/ptype-on-functions.exp: Add more tests.
4214 * gdb.fortran/ptype-on-functions.f90: Likewise.
4215
4216 2020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
4217
4218 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
4219 values in documentation for addr_size to 4 and 8.
4220
4221 2020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
4222
4223 * gdb.arch/amd64-osabi.exp: Update.
4224 * gdb.arch/arm-disassembler-options.exp: Update.
4225 * gdb.arch/powerpc-disassembler-options.exp: Update.
4226 * gdb.arch/ppc64-symtab-cordic.exp: Update.
4227 * gdb.arch/s390-disassembler-options.exp: Update.
4228 * gdb.base/all-architectures.exp.tcl: Update.
4229 * gdb.base/attach-pie-noexec.exp: Update.
4230 * gdb.base/catch-syscall.exp: Update.
4231 * gdb.xml/tdesc-arch.exp: Update.
4232
4233 2020-07-14 Tom de Vries <tdevries@suse.de>
4234
4235 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
4236 (local_gettid): ... this.
4237 (fn): Update.
4238
4239 2020-07-13 Sandra Loosemore <sandra@codesourcery.com>
4240
4241 * gdb.base/info_sources.exp: Skip directory match tests on
4242 remote hosts.
4243
4244 2020-07-13 Gary Benson <gbenson@redhat.com>
4245
4246 * gdb.base/savedregs.exp (caller): Use parentheses to
4247 make expected expression evaluation ordering explicit.
4248
4249 2020-07-13 Gary Benson <gbenson@redhat.com>
4250
4251 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
4252
4253 2020-07-13 Gary Benson <gbenson@redhat.com>
4254
4255 * gdb.base/bigcore.c (main): Use a volatile pointer when
4256 attempting to trigger a SIGSEGV.
4257 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
4258 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
4259 * gdb.base/savedregs.c (thrower): Likewise.
4260 * gdb.mi/mi-syn-frame.c (bar): Likewise.
4261
4262 2020-07-13 Gary Benson <gbenson@redhat.com>
4263
4264 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
4265 defining and using VLA structure fields into...
4266 * gdb.base/vla-struct-fields.c: New file.
4267 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
4268 tests into...
4269 * gdb.base/vla-struct-fields.exp: New file.
4270
4271 2020-07-13 Tom de Vries <tdevries@suse.de>
4272
4273 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
4274 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
4275 * gdb.base/gold-gdb-index.exp: Same.
4276 * gdb.base/morestack.exp: Same.
4277
4278 2020-07-11 Daniel Xu <dxu@dxuuu.xyz>
4279
4280 PR rust/26121
4281 * gdb.rust/modules.rs: Prevent linker from discarding test
4282 symbol.
4283
4284 2020-07-10 Pedro Alves <pedro@palves.net>
4285
4286 PR gdb/26199
4287 * gdb.multi/multi-target.c (exit_thread): New.
4288 (thread_start): Break loop if EXIT_THREAD.
4289 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
4290 (top level) Call test_no_resumed.
4291
4292 2020-07-08 Tom Tromey <tromey@adacore.com>
4293
4294 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
4295 * gdb.ada/catch_ex.exp: Examine catchpoint text.
4296
4297 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4298
4299 PR python/22748
4300 * gdb.opt/inline-frame-tailcall.c: New file.
4301 * gdb.opt/inline-frame-tailcall.exp: New file.
4302 * gdb.python/py-unwind-inline.c: New file.
4303 * gdb.python/py-unwind-inline.exp: New file.
4304 * gdb.python/py-unwind-inline.py: New file.
4305
4306 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4307
4308 * gdb.python/py-arch-reg-groups.exp: New file.
4309
4310 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4311
4312 * gdb.python/py-arch-reg-names.exp: New file.
4313
4314 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4315
4316 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
4317 gdb.PendingFrame.architecture method.
4318
4319 2020-07-06 Tom de Vries <tdevries@suse.de>
4320
4321 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
4322
4323 2020-07-03 Pedro Alves <palves@redhat.com>
4324
4325 * gdb.base/structs2.c (main): Adjust second parem_reg call to
4326 explicitly write negative numbers.
4327 * gdb.base/structs2.exp: Adjust expected output.
4328
4329 2020-07-03 Pedro Alves <palves@redhat.com>
4330
4331 * gdb.base/charset.c (init_string): Change all char parameters to
4332 unsigned char parameters.
4333
4334 2020-07-03 Pedro Alves <palves@redhat.com>
4335
4336 * gdb.base/call-sc.exp (start_scalars_test): Use
4337 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
4338 * gdb.base/overlays.c: Remove references to PARAMS.
4339 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
4340 * gdb.base/reread.exp: Don't set 'prototypes' global.
4341 * gdb.base/structs.exp (start_structs_test): Use
4342 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
4343 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
4344 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
4345 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
4346 call.
4347 * gdb.base/varargs.exp: Don't set 'prototypes' global.
4348
4349 2020-07-03 Pedro Alves <palves@redhat.com>
4350
4351 * gdb.base/m32rovly.c: Delete.
4352 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
4353
4354 2020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4355
4356 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
4357 of gdb_py_test_multiple.
4358 * gdb.python/py-cmd.exp: Likewise.
4359 * gdb.python/py-events.exp: Likewise.
4360 * gdb.python/py-function.exp: Likewise.
4361 * gdb.python/py-inferior.exp: Likewise.
4362 * gdb.python/py-infthread.exp: Likewise.
4363 * gdb.python/py-linetable.exp: Likewise.
4364 * gdb.python/py-parameter.exp: Likewise.
4365 * gdb.python/py-value.exp: Likewise.
4366
4367 2020-06-30 Tom de Vries <tdevries@suse.de>
4368
4369 PR testsuite/26175
4370 * lib/future.exp (gdb_default_target_compile): Detect and handle
4371 early_flags.
4372
4373 2020-06-29 Simon Marchi <simon.marchi@efficios.com>
4374
4375 * boards/simavr.exp (gdb_load): Catch errors when closing
4376 previous connection. Close connection, wait for process and
4377 unset simavr_spawn_id on failure.
4378
4379 2020-06-29 Tom de Vries <tdevries@suse.de>
4380
4381 * lib/gdb.exp (unknown): Make test-case unresolved.
4382
4383 2020-06-29 Tom de Vries <tdevries@suse.de>
4384
4385 PR gdb/25475
4386 * gdb.server/solib-list.exp: Verify that the symbol reload
4387 confirmation question is asked.
4388
4389 2020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4390
4391 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
4392 have a input seq nr in each pass message.
4393 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
4394 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
4395 * gdb.python/python.exp: Make test names unique,
4396 use gdb_test_multiline instead of gdb_py_test_multiple,
4397 use $gdb_test_name.
4398 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
4399
4400 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
4401
4402 * configure.ac: Add --enable-libctf.
4403 * aclocal.m4: sinclude ../config/enable.m4.
4404 * Makefile.in (site.exp): Add enable_libctf to site.exp.
4405 * lib/gdb.exp (skip_ctf_tests): Use it.
4406 * gdb.base/ctf-constvars.exp: Error message tweak.
4407 * gdb.base/ctf-ptype.exp: Likewise.
4408 * configure: Regenerate.
4409
4410 2020-06-26 Gary Benson <gbenson@redhat.com>
4411
4412 * gdb.cp/try_catch.cc: Include string.h.
4413 (main): Replace comparison against string literal with
4414 strcmp, avoiding build failure with -Wstring-compare.
4415 Add "marker test-complete".
4416 * gdb.cp/try_catch.exp: Run the test to the above marker,
4417 then verify that the value of "test" is still true.
4418
4419 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4420
4421 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
4422
4423 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4424
4425 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
4426
4427 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4428
4429 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
4430 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
4431 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
4432 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
4433 * gdb.arch/riscv-tdesc-loading.exp: New file.
4434
4435 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4436
4437 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
4438
4439 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4440
4441 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
4442 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
4443 * gdb.arch/riscv-tdesc-regs.c: New file.
4444 * gdb.arch/riscv-tdesc-regs.exp: New file.
4445
4446 2020-06-24 Pedro Alves <palves@redhat.com>
4447
4448 * gdb.arch/amd64-entry-value-paramref.exp: Use
4449 prepare_for_testing_full and don't pass "c++" for the .S file
4450 build spec.
4451 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
4452 $options, since it's an assembly file. Remove -Wno-deprecated.
4453 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
4454 compiling C++ programs.
4455
4456 2020-06-24 Pedro Alves <palves@redhat.com>
4457
4458 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
4459 Clang, add "-Wno-unknown-warning-option" to the options.
4460
4461 2020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
4462
4463 * gdb.xml/tdesc-reload.c: New file.
4464 * gdb.xml/tdesc-reload.exp: New file.
4465 * gdb.xml/maint-xml-dump-01.xml: New file.
4466 * gdb.xml/maint-xml-dump-02.xml: New file.
4467 * gdb.xml/maint-xml-dump.exp: New file.
4468
4469 2020-06-23 Sandra Loosemore <sandra@codesourcery.com>
4470
4471 * lib/completion-support.exp (test_gdb_completion_offers_commands):
4472 Adjust for omitted commands when TUI is disabled.
4473
4474 2020-06-23 Gary Benson <gbenson@redhat.com>
4475 Pedro Alves <palves@redhat.com>
4476
4477 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
4478 * gdb.cp/nsimport.cc: Likewise.
4479 * gdb.cp/nsnested.cc: Likewise.
4480 * gdb.cp/nsnoimports.cc: Likewise.
4481 * gdb.cp/nsusing.cc: Likewise.
4482 * gdb.cp/smartp.cc: Likewise.
4483 * gdb.python/py-pp-integral.c: Likewise.
4484 * gdb.python/py-pp-re-notag.c: Likewise.
4485
4486 2020-06-23 Gary Benson <gbenson@redhat.com>
4487
4488 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
4489 * gdb.cp/nsimport.cc: Likewise.
4490 * gdb.cp/nsnested.cc: Likewise.
4491 * gdb.cp/nsnoimports.cc: Likewise.
4492 * gdb.cp/nsusing.cc: Likewise.
4493 * gdb.cp/smartp.cc: Likewise.
4494 * gdb.python/py-pp-integral.c: Likewise.
4495 * gdb.python/py-pp-re-notag.c: Likewise.
4496
4497 2020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4498
4499 * gdb.base/default-args.exp: New test.
4500 * gdb.base/default-args.c: New file.
4501 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
4502 * gdb.base/default.exp: Update to new help text.
4503 * gdb.base/help.exp: Likewise.
4504 * gdb.base/page.exp: Likewise.
4505 * gdb.base/style.exp: Likewise.
4506 * gdb.guile/guile.exp: Likewise.
4507 * gdb.python/python.exp: Likewise.
4508
4509 2020-06-22 Sandra Loosemore <sandra@codesourcery.com>
4510
4511 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
4512 remote host. Fix search path syntax on Windows host.
4513
4514 2020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4515
4516 * gdb.base/attach.exp: Test priority of 'exec-file' changed
4517 over 'exec-file-mismatch'.
4518 * gdb.base/attach.c: Mark should_exit volatile.
4519 * gdb.base/attach2.c: Likewise. Add a comment explaining
4520 why the sleep cannot be big.
4521 * gdb.base/attach3.c: New file.
4522
4523 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
4524
4525 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
4526 prefix optional.
4527
4528 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
4529
4530 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
4531 for remote host.
4532
4533 2020-06-19 Sandra Loosemore <sandra@codesourcery.com>
4534 Hafiz Abid Qadeer <abidh@codesourcery.com>
4535
4536 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
4537 file sent to remote host.
4538 (top level): Allow int32_t as type of 32-bit register.
4539
4540 2020-06-19 Tom de Vries <tdevries@suse.de>
4541
4542 * lib/gdb.exp (gdb_note): New proc.
4543 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
4544 (gdb_default_target_compile): ... here. Only call
4545 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
4546 (use_gdb_compile): Change to array.
4547 (toplevel): Update sets of use_gdb_compile to specify language.
4548 Warn about default_target_compile override. Store dejagnu's version
4549 of default_target_compile in dejagnu_default_target_compile.
4550
4551 2020-06-18 Tom de Vries <tdevries@suse.de>
4552
4553 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
4554 (default_gdb_init): ... here.
4555
4556 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
4557
4558 Fix TUI support checks in gdb.tui tests.
4559
4560 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
4561 just say UNSUPPORTED.
4562 * gdb.tui/corefile-run.exp: Likewise.
4563 * gdb.tui/empty.exp: Likewise.
4564 * gdb.tui/list-before.exp: Likewise.
4565 * gdb.tui/list.exp: Likewise.
4566 * gdb.tui/main.exp: Likewise.
4567 * gdb.tui/regs.exp: Likewise.
4568 * gdb.tui/resize.exp: Likewise.
4569 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
4570 * gdb.tui/tui-layout-asm.exp: Likewise.
4571 * gdb.tui/tui-missing-src.exp: Likewise.
4572 * gdb.tui/winheight.exp: Likewise.
4573 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
4574
4575 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
4576
4577 Fix TCL error in gdb.python/py-format-string.exp.
4578
4579 * gdb.python/py-format-string.exp: Move test for python support
4580 earlier, out of function body.
4581
4582 2020-06-15 Simon Marchi <simon.marchi@efficios.com>
4583
4584 * gdb.base/index-cache-load-twice.c: New.
4585 * gdb.base/index-cache-load-twice.exp: New.
4586
4587 2020-06-17 Keith Seitz <keiths@redhat.com>
4588
4589 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
4590 when executing "gdb --configuration".
4591
4592 2020-06-17 Tom de Vries <tdevries@suse.de>
4593
4594 * lib/gdb.exp (gdb_tcl_unknown): New proc.
4595 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
4596 conditional on presence of gdb_tcl_unknown.
4597 (gdb_finish): Make override undo conditional on presence of
4598 gdb_tcl_unknown.
4599
4600 2020-06-16 Tom Tromey <tom@tromey.com>
4601
4602 * gdb.python/tui-window.py (failwin): New function. Register it
4603 as a TUI window type.
4604 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
4605
4606 2020-06-16 Gary Benson <gbenson@redhat.com>
4607
4608 * gdb.python/py-nested-maps.c (create_map): Add missing return
4609 value.
4610 (create_map_map): Likewise.
4611
4612 2020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4613
4614 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
4615 variable.
4616 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
4617 and use the already-defined 'options' variable.
4618
4619 2020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
4620 Tom de Vries <tdevries@suse.de>
4621
4622 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
4623 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
4624 (gdb_setup_known_globals): New proc.
4625 (gdb_cleanup_globals): New proc.
4626 * lib/gdb.exp (load_lib): New override proc.
4627 (gdb_stdin_log_init): Set var in_file as persistent global.
4628 * lib/pascal.exp (gdb_stdin_log_init): Set vars
4629 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
4630 fpc_compiler as persistent global.
4631
4632 2020-06-12 Tom de Vries <tdevries@suse.de>
4633
4634 * lib/tuiterm.exp (spawn): Rename to ...
4635 (tui_spawn): ... this.
4636 (toplevel): Move rename of spawn ...
4637 (gdb_init_tuiterm): ... here. New proc.
4638 (gdb_finish_tuiterm): New proc.
4639 * lib/gdb.exp (gdb_finish_hooks): New global var.
4640 (gdb_finish): Handle gdb_finish_hooks.
4641 (tuiterm_env): New proc.
4642 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
4643 tuiterm_env.
4644 * gdb.tui/basic.exp: Same.
4645 * gdb.tui/corefile-run.exp: Same.
4646 * gdb.tui/empty.exp: Same.
4647 * gdb.tui/list-before.exp: Same.
4648 * gdb.tui/list.exp: Same.
4649 * gdb.tui/main.exp: Same.
4650 * gdb.tui/new-layout.exp: Same.
4651 * gdb.tui/regs.exp: Same.
4652 * gdb.tui/resize.exp: Same.
4653 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
4654 * gdb.tui/tui-layout-asm.exp: Same.
4655 * gdb.tui/tui-missing-src.exp: Same.
4656 * gdb.tui/winheight.exp: Same.
4657
4658 2020-06-12 Tom de Vries <tdevries@suse.de>
4659
4660 PR testsuite/26110
4661 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
4662 (gdb_finish): Reinstall dejagnu's override of ::unknown.
4663
4664 2020-06-11 Tom Tromey <tom@tromey.com>
4665
4666 PR gdb/18318:
4667 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
4668 floating point tests.
4669
4670 2020-06-11 Keith Seitz <keiths@redhat.com>
4671
4672 PR gdb/21356
4673 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
4674 vla_struct.
4675 Add new struct vla_typedef and union vla_typedef_union and
4676 corresponding instantiation objects.
4677 Initialize new objects.
4678 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
4679 and vla_typedef_union_object.
4680 Fixup type for vla_struct_object.
4681
4682 2020-06-11 Tom de Vries <tdevries@suse.de>
4683
4684 * lib/gdb.exp (with_override): New proc, factored out of ...
4685 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
4686
4687 2020-06-10 Tom de Vries <tdevries@suse.de>
4688
4689 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
4690
4691 2020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
4692
4693 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
4694 parameter, update callers.
4695
4696 2020-06-04 Simon Marchi <simon.marchi@efficios.com>
4697
4698 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
4699 * gdb.dwarf2/share-psymtabs-bt.c: New file.
4700 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
4701
4702 2020-06-04 Tom de Vries <tdevries@suse.de>
4703
4704 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
4705
4706 2020-06-04 Tom de Vries <tdevries@suse.de>
4707
4708 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
4709 exp_continue.
4710
4711 2020-06-04 Tom de Vries <tdevries@suse.de>
4712
4713 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
4714
4715 2020-06-03 Tom de Vries <tdevries@suse.de>
4716
4717 PR symtab/26046
4718 * gdb.cp/breakpoint-locs-2.cc: New test.
4719 * gdb.cp/breakpoint-locs.cc: New test.
4720 * gdb.cp/breakpoint-locs.exp: New file.
4721 * gdb.cp/breakpoint-locs.h: New test.
4722
4723 2020-06-03 Tom de Vries <tdevries@suse.de>
4724
4725 PR testsuite/25609
4726 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
4727 value of global verbose.
4728 * gdb.base/jit-elf.exp: Same.
4729 * gdb.base/jit-reader.exp: Same.
4730
4731 2020-06-02 Tom de Vries <tdevries@suse.de>
4732
4733 * gdb.dwarf2/multidictionary.exp: Don't use
4734 gdb_spawn_with_cmdline_opts.
4735
4736 2020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
4737
4738 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
4739 use_header case.
4740 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
4741 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
4742 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
4743 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
4744 * gdb.dwarf2/dw2-inline-header.c: New file.
4745 * gdb.dwarf2/dw2-inline-header.h: New file.
4746
4747 2020-05-30 Pedro Alves <palves@redhat.com>
4748
4749 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
4750 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
4751
4752 2020-05-29 Gary Benson <gbenson@redhat.com>
4753
4754 * gdb.compile/compile-cplus.exp (additional_flags): Also
4755 set when building with clang.
4756 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
4757 when building with clang.
4758
4759 2020-05-29 Gary Benson <gbenson@redhat.com>
4760
4761 * gdb.arch/i386-avx.exp (additional_flags): Also set when
4762 building with clang.
4763 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
4764
4765 2020-05-29 Gary Benson <gbenson@redhat.com>
4766
4767 * gdb.cp/koenig.exp (prepare_for_testing): Add
4768 additional_flags=-Wno-unused-comparison.
4769 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
4770
4771 2020-05-28 Gary Benson <gbenson@redhat.com>
4772
4773 * gdb.base/sigaltstack.c (catcher): Add default case to switch
4774 statement.
4775
4776 2020-05-28 Gary Benson <gbenson@redhat.com>
4777
4778 * gdb.cp/classes.exp (prepare_for_testing): Add
4779 additional_flags=-Wno-deprecated-register.
4780 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
4781 * gdb.cp/misc.exp: Likewise.
4782
4783 2020-05-28 Gary Benson <gbenson@redhat.com>
4784
4785 * gdb.linespec/cpls-ops.cc (dummy): New static global.
4786 (test_op_new::operator new): Add return statement.
4787 (test_op_new_array::operator new[]): Likewise.
4788
4789 2020-05-27 Pedro Alves <palves@redhat.com>
4790
4791 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
4792 check. Use test_gdb_complete_unique instead of
4793 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
4794 test_gdb_complete_multiple instead of
4795 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
4796
4797 2020-05-27 Luis Machado <luis.machado@linaro.org>
4798
4799 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
4800 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
4801 * gdb.arch/arm-disassembler-options.exp: Likewise.
4802 * gdb.arch/arm-disp-step.exp: Likewise.
4803 * gdb.arch/thumb-prologue.exp: Likewise.
4804 * gdb.base/async.exp: Likewise.
4805 * gdb.base/auxv.exp: Likewise.
4806 * gdb.base/complex-parts.exp: Likewise.
4807 * gdb.base/ena-dis-br.exp: Likewise.
4808 * gdb.base/foll-exec.exp: Likewise.
4809 * gdb.base/permissions.exp: Likewise.
4810 * gdb.base/relocate.exp: Likewise.
4811 * gdb.base/return2.exp: Likewise.
4812 * gdb.base/sigbpt.exp: Likewise.
4813 * gdb.base/siginfo-obj.exp: Likewise.
4814 * gdb.cp/converts.exp: Likewise.
4815 * gdb.cp/exceptprint.exp: Likewise.
4816 * gdb.cp/inherit.exp: Likewise.
4817 * gdb.cp/nsnoimports.exp: Likewise.
4818 * gdb.cp/virtbase2.exp: Likewise.
4819 * gdb.mi/mi-var-cmd.exp: Likewise.
4820 * gdb.mi/var-cmd.c: Likewise.
4821
4822 2020-05-26 Tom Tromey <tromey@adacore.com>
4823
4824 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
4825
4826 2020-05-26 Tom Tromey <tromey@adacore.com>
4827
4828 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
4829 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
4830 type.
4831 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
4832 variable.
4833
4834 2020-05-26 Christian Biesinger <cbiesinger@google.com>
4835
4836 * Makefile.in: Use = instead of == for the test command
4837 for portability.
4838
4839 2020-05-26 Tom de Vries <tdevries@suse.de>
4840
4841 * gdb.base/gold-gdb-index-2.c: New test.
4842 * gdb.base/gold-gdb-index.c: New test.
4843 * gdb.base/gold-gdb-index.exp: New file.
4844 * gdb.base/gold-gdb-index.h: New test.
4845
4846 2020-05-25 Tom de Vries <tdevries@suse.de>
4847
4848 * boards/gold-gdb-index.exp: New file.
4849
4850 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
4851
4852 * boards/simavr.exp: New file.
4853
4854 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
4855
4856 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
4857 * gdb.base/inferior-args.exp: New file.
4858 * gdb.base/inferior-args.c: New file.
4859
4860 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
4861
4862 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
4863 inferior_args. Pass it to gdb_reload.
4864 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
4865 inferior_args.
4866 (gdb_reload): Add inferior_args argument.
4867 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
4868 pass it to gdbserver_run.
4869 * boards/native-gdbserver.exp: Do not set noargs.
4870 * boards/native-extended-gdbserver.exp (gdb_reload): Add
4871 inferior_args argument.
4872 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
4873 * gdb.base/a2-run.exp: Check for use_gdb_stub.
4874 * gdb.base/args.exp: Likewise.
4875
4876 2020-05-25 Tom de Vries <tdevries@suse.de>
4877
4878 * lib/gdb.exp (exec_is_pie): Add comment.
4879
4880 2020-05-25 Tom de Vries <tdevries@suse.de>
4881
4882 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
4883 instead of $binfile in the untested message.
4884
4885 2020-05-25 Tom de Vries <tdevries@suse.de>
4886
4887 PR testsuite/26031
4888 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
4889
4890 2020-05-25 Tom de Vries <tdevries@suse.de>
4891
4892 * boards/gold.exp: New file.
4893
4894 2020-05-23 Tom Tromey <tom@tromey.com>
4895
4896 * gdb.base/style.exp: Remove completion styling test.
4897 * lib/gdb-utils.exp (style): Remove completion styles.
4898
4899 2020-05-23 Tom Tromey <tom@tromey.com>
4900
4901 * gdb.base/style.exp: Add completion styling test.
4902 * lib/gdb-utils.exp (style): Add completion styles.
4903
4904 2020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
4905
4906 * gdb.base/annota1.exp: Update expected results.
4907 * gdb.cp/annota2.exp: Update expected results, remove duplicate
4908 test name.
4909 * gdb.cp/annota3.exp: Update expected results.
4910
4911 2020-05-20 Simon Marchi <simon.marchi@efficios.com>
4912
4913 PR gdb/26016
4914 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
4915 against MAP_FAILED.
4916 * gdb.base/coremaker.c (mmapdata): Likewise.
4917 * gdb.base/jit-reader-host.c (main): Likewise.
4918 * gdb.base/sym-file-loader.c (load): Likewise.
4919 (load_shlib): Likewise.
4920
4921 2020-05-20 Tom Tromey <tromey@adacore.com>
4922
4923 * gdb.ada/array_char_idx.exp: Recognize initialized array.
4924
4925 2020-05-20 Tom de Vries <tdevries@suse.de>
4926
4927 PR symtab/25833
4928 * gdb.base/with-mf-inc.c: New test.
4929 * gdb.base/with-mf-main.c: New test.
4930 * gdb.base/with-mf.exp: New file.
4931
4932 2020-05-19 Tom Tromey <tromey@adacore.com>
4933
4934 * gdb.rust/simple.exp: Restore missing test result.
4935
4936 2020-05-19 Tom de Vries <tdevries@suse.de>
4937
4938 * gdb.base/gdb-caching-proc.exp: Fix typo.
4939
4940 2020-05-19 Tom Tromey <tromey@adacore.com>
4941
4942 * gdb.rust/simple.exp: Add some test descriptions.
4943 (test_one_slice): Use with_test_prefix.
4944
4945 2020-05-18 Tom de Vries <tdevries@suse.de>
4946
4947 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
4948
4949 2020-05-17 Pedro Alves <palves@redhat.com>
4950
4951 PR gdb/25741
4952 * gdb.base/hw-sw-break-same-address.exp: New file.
4953
4954 2020-05-16 Pedro Alves <palves@redhat.com>
4955
4956 * gdb.multi/multi-re-run.exp (test_re_run): Switch
4957 LAST_LOADED_FILE accordingly.
4958
4959 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4960
4961 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
4962
4963 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4964
4965 * gdb.base/help.exp: Test apropos and help for commands
4966 having aliases. Fixed comments not starting with an
4967 upper-case letter or not finishing with a dot.
4968
4969 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4970
4971 * gdb.base/alias.exp: Update help output check.
4972
4973 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4974
4975 * gdb.base/default.exp: Update output following fixes.
4976
4977 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4978
4979 * gdb.base/alias.exp: Test aliases starting with a prefix of
4980 another alias.
4981
4982 2020-05-15 Gary Benson <gbenson@redhat.com>
4983
4984 * gdb.base/info-os.c (main): Add return statement.
4985 * gdb.base/info_minsym.c (minsym_fun): Likewise.
4986 * gdb.base/large-frame-2.c (func): Likewise.
4987 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
4988 * gdb.base/pr10179-b.c (foo2): Likewise.
4989 * gdb.base/valgrind-disp-step.c (foo): Likewise.
4990 * gdb.base/watch-cond.c (func): Likewise.
4991 * gdb.multi/goodbye.c (verylongfun): Likewise.
4992 * gdb.multi/hello.c (commonfun): Likewise.
4993 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
4994 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
4995 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
4996 Likewise.
4997 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
4998 * gdb.threads/interrupt-while-step-over.c (child_function):
4999 Likewise.
5000 * gdb.trace/actions-changed.c (end): Likewise.
5001
5002 2020-05-15 Gary Benson <gbenson@redhat.com>
5003
5004 * gdb.opencl/callfuncs.exp: Report when test skipped.
5005 * gdb.opencl/convs_casts.exp: Likewise.
5006 * gdb.opencl/datatypes.exp: Likewise.
5007 * gdb.opencl/operators.exp: Likewise.
5008 * gdb.opencl/vec_comps.exp: Likewise.
5009
5010 2020-05-15 Tom de Vries <tdevries@suse.de>
5011
5012 * gdb.base/align.exp.in: Rename to ...
5013 * gdb.base/align.exp.tcl: ... this.
5014 * gdb.base/align-c++.exp: Update.
5015 * gdb.base/align-c.exp: Update.
5016 * gdb.base/all-architectures.exp.in: Rename to ...
5017 * gdb.base/all-architectures.exp: ... this.
5018 * gdb.base/all-architectures-0.exp: Update.
5019 * gdb.base/all-architectures-1.exp: Update.
5020 * gdb.base/all-architectures-2.exp: Update.
5021 * gdb.base/all-architectures-3.exp: Update.
5022 * gdb.base/all-architectures-4.exp: Update.
5023 * gdb.base/all-architectures-5.exp: Update.
5024 * gdb.base/all-architectures-6.exp: Update.
5025 * gdb.base/all-architectures-7.exp: Update.
5026 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
5027 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
5028 * gdb.base/infcall-nested-structs-c++.exp: Update.
5029 * gdb.base/infcall-nested-structs-c.exp: Update.
5030 * gdb.base/info-types.exp.in: Rename to ...
5031 * gdb.base/info-types.exp.tcl: ... this.
5032 * gdb.base/info-types-c++.exp: Update.
5033 * gdb.base/info-types-c.exp: Update.
5034 * gdb.base/max-depth.exp.in: Rename to ...
5035 * gdb.base/max-depth.exp.tcl: ... this.
5036 * gdb.base/max-depth-c++.exp: Update.
5037 * gdb.base/max-depth-c.exp: Update.
5038 * gdb.cp/cpexprs.exp.in: Rename to ...
5039 * gdb.cp/cpexprs.exp.tcl: ... this.
5040 * gdb.cp/cpexprs-debug-types.exp: Update.
5041 * gdb.cp/cpexprs.exp: Update.
5042 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
5043 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
5044 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
5045 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
5046 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
5047 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
5048 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
5049 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
5050 * gdb.dwarf2/clang-debug-names-2.exp: Update.
5051 * gdb.dwarf2/clang-debug-names.exp: Update.
5052
5053 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
5054
5055 * lib/check-test-names.exp: Remove code that prevents this file
5056 loading when tests are run in parallel.
5057
5058 2020-05-15 Pedro Alves <palves@redhat.com>
5059
5060 * gdb.multi/multi-kill.exp (start_inferior): Remove
5061 'testpid' parameter. Refer to namespace variable directly.
5062 (testpid): Declare as namespace variable.
5063
5064 2020-05-15 Pedro Alves <palves@redhat.com>
5065
5066 * gdb.multi/multi-kill.exp: Wrap in namespace.
5067 (start_inferior): Add TESTPID parameter. Use it instead of the
5068 testpid global.
5069 (top level): Define empty TESTPID array, and pass it down to
5070 start_inferior.
5071
5072 2020-05-14 Tom de Vries <tdevries@suse.de>
5073
5074 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
5075 output.
5076
5077 2020-05-14 Tom de Vries <tdevries@suse.de>
5078
5079 * gdb.base/align.exp: Split into ...
5080 * gdb.base/align.exp.in: ...
5081 * gdb.base/align-c++.exp: ...
5082 * gdb.base/align-c.exp: ... these.
5083 * gdb.base/infcall-nested-structs.exp: Split into ...
5084 * gdb.base/infcall-nested-structs.exp.in: ...
5085 * gdb.base/infcall-nested-structs-c++.exp: ...
5086 * gdb.base/infcall-nested-structs-c.exp: ... these.
5087 * gdb.base/info-types.exp: Split into ...
5088 * gdb.base/info-types.exp.in: ...
5089 * gdb.base/info-types-c++.exp: ...
5090 * gdb.base/info-types-c.exp: ... these.
5091 * gdb.base/max-depth.exp: Split into ...
5092 * gdb.base/max-depth.exp.in: ...
5093 * gdb.base/max-depth-c++.exp: ...
5094 * gdb.base/max-depth-c.exp: ... these.
5095 * gdb.cp/infcall-nodebug.exp: Split into ...
5096 * gdb.cp/infcall-nodebug.exp.in: ...
5097 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
5098 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
5099 * gdb.cp/infcall-nodebug-c-d0.exp: ...
5100 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
5101
5102 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5103 Pedro Alves <palves@redhat.com>
5104
5105 * gdb.multi/multi-exit.c: New file.
5106 * gdb.multi/multi-exit.exp: New file.
5107 * gdb.multi/multi-kill.c: New file.
5108 * gdb.multi/multi-kill.exp: New file.
5109
5110 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5111
5112 * gdb.base/annota1.exp: Update the expected output.
5113 * gdb.cp/annota2.exp: Ditto.
5114
5115 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
5116
5117 * lib/check-test-names.exp: Disable when testing is being run in
5118 parallel.
5119
5120 2020-05-12 Tom de Vries <tdevries@suse.de>
5121
5122 * gdb.base/jit-elf.exp: Fix string concat.
5123
5124 2020-05-12 Tom de Vries <tdevries@suse.de>
5125
5126 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
5127 messages.
5128
5129 2020-05-12 Tom de Vries <tdevries@suse.de>
5130
5131 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
5132
5133 2020-05-12 Tom de Vries <tdevries@suse.de>
5134
5135 * gdb.ada/catch_ex.exp: Use with_test_prefix.
5136 * gdb.ada/mi_catch_ex.exp: Same.
5137 * gdb.ada/mi_catch_ex_hand.exp: Same.
5138
5139 2020-05-12 Tom de Vries <tdevries@suse.de>
5140
5141 * gdb.fortran/complex.exp: Use with_test_prefix.
5142
5143 2020-05-12 Tom de Vries <tdevries@suse.de>
5144
5145 * gdb.trace/passcount.exp: Fix test-names.
5146
5147 2020-05-12 Tom de Vries <tdevries@suse.de>
5148
5149 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
5150
5151 2020-05-12 Tom de Vries <tdevries@suse.de>
5152
5153 * gdb.gdb/complaints.exp: Use with_test_prefix.
5154 * gdb.xml/tdesc-regs.exp: Same.
5155 * gdb.opt/inline-locals.exp: Fix test name.
5156
5157 2020-05-12 Tom de Vries <tdevries@suse.de>
5158
5159 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
5160 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
5161 * gdb.dwarf2/implref-struct.exp: Same.
5162 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
5163 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
5164
5165 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
5166
5167 * gdb.base/jit-so.exp (one_jit_test): Change test name.
5168
5169 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
5170
5171 * lib/check-test-names.exp (all_test_names): New module variable.
5172 (counts): Add 'duplicates' field.
5173 (_check_duplicates): New procedure.
5174 (check): Also check for duplicates.
5175 (do_log_summary): Print duplicates count.
5176 (do_reset_vars): Reset counter for duplicate test names, and
5177 discard all know test names.
5178
5179 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
5180
5181 * lib/gdb.exp: Include check-test-names.exp library.
5182 * lib/check-test-names.exp: New file.
5183
5184 2020-05-11 Tom de Vries <tdevries@suse.de>
5185
5186 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
5187
5188 2020-05-11 Keith Seitz <keiths@redhat.com>
5189
5190 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
5191
5192 2020-05-11 Tom de Vries <tdevries@suse.de>
5193
5194 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
5195 * gdb.cp/cpexprs.exp.in: .. here.
5196 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
5197 cpexprs.exp.
5198
5199 2020-05-11 Keith Seitz <keiths@redhat.com>
5200
5201 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
5202 test names.
5203 * gdb.ada/arrayptr.exp: Likewise.
5204 * gdb.ada/assign_arr.exp: Likewise.
5205 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
5206 * gdb.ada/bp_on_var.exp: Likewise.
5207 * gdb.ada/call_pn.exp: Likewise.
5208 * gdb.ada/complete.exp: Likewise.
5209 * gdb.ada/fun_overload_menu.exp: Likewise.
5210 * gdb.ada/funcall_param.exp: Likewise.
5211 * gdb.ada/funcall_ref.exp: Likewise.
5212 * gdb.ada/packed_array_assign.exp: Likewise.
5213 * gdb.ada/same_component_name.exp: Likewise.
5214 * gdb.ada/type_coercion.exp: Likewise.
5215 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
5216 * gdb.ada/variant_record_packed_array.exp: Likewise.
5217
5218 2020-05-11 Tom de Vries <tdevries@suse.de>
5219
5220 PR symtab/25941
5221 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
5222 out of ...
5223 * gdb.dwarf2/clang-debug-names.exp: ... here.
5224 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
5225 clang-debug-names.exp.in.
5226 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
5227 * gdb.dwarf2/clang-debug-names-2.c: New test.
5228
5229 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
5230
5231 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
5232 (fortran_runto_main): New Proc, fortran version of runto_main.
5233 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
5234 * gdb.fortran/array-bounds.exp: Likewise.
5235 * gdb.fortran/array-slices.exp: Likewise.
5236 * gdb.fortran/block-data.exp: Likewise.
5237 * gdb.fortran/charset.exp: Likewise.
5238 * gdb.fortran/common-block.exp: Likewise.
5239 * gdb.fortran/complex.exp: Likewise.
5240 * gdb.fortran/derived-type-function.exp: Likewise.
5241 * gdb.fortran/derived-type.exp: Likewise.
5242 * gdb.fortran/info-modules.exp: Likewise.
5243 * gdb.fortran/info-types.exp: Likewise.
5244 * gdb.fortran/intrinsics.exp: Likewise.
5245 * gdb.fortran/library-module.exp: Likewise.
5246 * gdb.fortran/logical.exp: Likewise.
5247 * gdb.fortran/max-depth.exp: Likewise.
5248 * gdb.fortran/module.exp: Likewise.
5249 * gdb.fortran/multi-dim.exp: Likewise.
5250 * gdb.fortran/nested-funcs.exp: Likewise.
5251 * gdb.fortran/print-formatted.exp: Likewise.
5252 * gdb.fortran/print_type.exp: Likewise.
5253 * gdb.fortran/printing-types.exp: Likewise.
5254 * gdb.fortran/ptr-indentation.exp: Likewise.
5255 * gdb.fortran/ptype-on-functions.exp: Likewise.
5256 * gdb.fortran/subarray.exp: Likewise.
5257 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
5258 * gdb.fortran/vla-datatypes.exp: Likewise.
5259 * gdb.fortran/vla-history.exp: Likewise.
5260 * gdb.fortran/vla-ptr-info.exp: Likewise.
5261 * gdb.fortran/vla-ptype-sub.exp: Likewise.
5262 * gdb.fortran/vla-ptype.exp: Likewise.
5263 * gdb.fortran/vla-sizeof.exp: Likewise.
5264 * gdb.fortran/vla-type.exp: Likewise.
5265 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
5266 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
5267 * gdb.fortran/vla-value-sub.exp: Likewise.
5268 * gdb.fortran/vla-value.exp: Likewise.
5269 * gdb.fortran/whatis_type.exp: Likewise.
5270 * gdb.mi/mi-var-child-f.exp: Likewise.
5271
5272 2020-05-09 Tom de Vries <tdevries@suse.de>
5273
5274 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
5275
5276 2020-05-08 Tom de Vries <tdevries@suse.de>
5277
5278 * gdb.dwarf2/clang-debug-names.c: New test.
5279 * gdb.dwarf2/clang-debug-names.exp: New file.
5280
5281 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
5282
5283 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
5284 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
5285
5286 2020-05-06 Tom de Vries <tdevries@suse.de>
5287
5288 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
5289 breakpoint is at a "recommended breakpoint location".
5290 * gdb.reverse/consecutive-reverse.exp: Same.
5291
5292 2020-05-06 Tom de Vries <tdevries@suse.de>
5293
5294 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
5295 address.
5296
5297 2020-05-06 Tom de Vries <tdevries@suse.de>
5298
5299 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
5300
5301 2020-05-06 Tom de Vries <tdevries@suse.de>
5302
5303 * gdb.base/store.exp (check_set, up_set): Allowing missing location
5304 info for r.
5305
5306 2020-05-06 Tom de Vries <tdevries@suse.de>
5307
5308 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
5309 necessary.
5310
5311 2020-05-06 Tom de Vries <tdevries@suse.de>
5312
5313 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
5314 void.
5315
5316 2020-05-06 Tom de Vries <tdevries@suse.de>
5317
5318 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
5319 of ...
5320 * gdb.base/async.exp: ... here.
5321 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
5322 "recommended breakpoint location".
5323
5324 2020-05-06 Tom de Vries <tdevries@suse.de>
5325
5326 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
5327
5328 2020-05-04 Tom de Vries <tdevries@suse.de>
5329
5330 * gdb.base/async.exp: Check whether instruction addresses are a
5331 "recommended breakpoint location".
5332
5333 2020-05-03 Tom Tromey <tom@tromey.com>
5334
5335 * gdb.base/sepdebug.exp: Remove "catch" test.
5336 * gdb.base/break.exp: Remove "catch" test.
5337 * gdb.base/default.exp: Update expected output.
5338
5339 2020-05-02 Tom de Vries <tdevries@suse.de>
5340
5341 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
5342 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
5343 * gdb.arch/i386-mpx-map.exp: Same.
5344 * gdb.arch/i386-mpx-sigsegv.exp: Same.
5345 * gdb.arch/i386-mpx-simple_segv.exp: Same.
5346 * gdb.arch/i386-mpx.exp: Same.
5347
5348 2020-05-02 Tom de Vries <tdevries@suse.de>
5349
5350 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
5351
5352 2020-05-01 Tom de Vries <tdevries@suse.de>
5353
5354 * gdb.ada/operator_bp.exp: Allow more than required amount of
5355 breakpoint.
5356
5357 2020-05-01 Tom de Vries <tdevries@suse.de>
5358
5359 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
5360
5361 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
5362
5363 PR gdb/18706
5364 * gdb.cp/stub-array-size.cc: New test.
5365 * gdb.cp/stub-array-size.exp: New file.
5366 * gdb.cp/stub-array-size.h: New test.
5367 * gdb.cp/stub-array-size2.cc: New test.
5368
5369 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
5370
5371 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
5372 output to the new format.
5373
5374 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
5375
5376 * gdb.base/break.exp: Use with_test_prefix.
5377
5378 2020-04-29 Tom de Vries <tdevries@suse.de>
5379
5380 * lib/gdb.exp (debug_types): New proc.
5381 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
5382 * gdb.python/py-symtab.exp: Same.
5383
5384 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
5385
5386 PR gdb/17320
5387 * gdb.base/pretty-array.c: New test.
5388 * gdb.base/pretty-array.exp: New file.
5389
5390 2020-04-29 Tom de Vries <tdevries@suse.de>
5391
5392 PR symtab/25889
5393 * gdb.cp/cpexprs.exp: Adapt for inclusion.
5394 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
5395 and include cpexprs.exp.
5396
5397 2020-04-28 Mark Williams <mark@myosotissp.com>
5398
5399 PR gdb/24480
5400 * dw4-toplevel-types.exp: Test for top level types.
5401 * dw4-toplevel-types.cc: Test for top level types.
5402
5403 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5404
5405 * gdb.threads/stop-with-handle.exp: Fix typo in comment
5406 (theads -> threads).
5407
5408 2020-04-28 Tom de Vries <tdevries@suse.de>
5409
5410 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
5411
5412 2020-04-28 Tom de Vries <tdevries@suse.de>
5413
5414 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
5415
5416 2020-04-28 Tom de Vries <tdevries@suse.de>
5417
5418 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
5419
5420 2020-04-28 Tom de Vries <tdevries@suse.de>
5421
5422 * gdb.dwarf2/main-foo.c: New test.
5423 * gdb.dwarf2/struct-with-sig.exp: New file.
5424
5425 2020-04-25 Tom de Vries <tdevries@suse.de>
5426
5427 * boards/debug-types.exp: New file.
5428
5429 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
5430
5431 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
5432
5433 2020-04-24 Tom Tromey <tom@tromey.com>
5434
5435 PR symtab/12707:
5436 * gdb.python/py-symbol.exp: Update expected results for
5437 linkage_name test.
5438 * gdb.cp/print-demangle.exp: New file.
5439 * gdb.base/c-linkage-name.exp: Fix test.
5440 * gdb.guile/scm-symbol.exp: Update expected results for
5441 linkage_name test.
5442
5443 2020-04-24 Tom Tromey <tom@tromey.com>
5444
5445 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
5446 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
5447 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
5448 assembler.
5449
5450 2020-04-24 Tom de Vries <tdevries@suse.de>
5451
5452 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
5453 C++.
5454
5455 2020-04-24 Tom Tromey <tromey@adacore.com>
5456
5457 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
5458 values.
5459 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
5460 values. Update test for minimal encodings.
5461 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
5462 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
5463 values. Update test for minimal encodings.
5464
5465 2020-04-24 Tom Tromey <tromey@adacore.com>
5466
5467 PR python/23662:
5468 * gdb.ada/variant.exp: Add Python checks.
5469 * gdb.rust/simple.exp: Add dynamic type checks.
5470
5471 2020-04-24 Tom Tromey <tromey@adacore.com>
5472
5473 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
5474 Make array type matching more lax.
5475 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
5476 * gdb.ada/mi_variant.exp: New file.
5477 * gdb.ada/mi_variant/pck.ads: New file.
5478 * gdb.ada/mi_variant/pkg.adb: New file.
5479 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
5480 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
5481
5482 2020-04-24 Tom Tromey <tromey@adacore.com>
5483
5484 * gdb.ada/variant.exp: Add dynamic field offset tests.
5485 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
5486 * gdb.ada/variant/pkg.adb: Add new variables.
5487
5488 2020-04-24 Tom Tromey <tromey@adacore.com>
5489
5490 * gdb.ada/variant.exp: New file
5491 * gdb.ada/variant/pkg.adb: New file
5492 * gdb.ada/variant/pck.adb: New file
5493
5494 2020-04-24 Tom de Vries <tdevries@suse.de>
5495
5496 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
5497
5498 2020-04-24 Tom de Vries <tdevries@suse.de>
5499
5500 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
5501 flags.
5502
5503 2020-04-24 Tom de Vries <tdevries@suse.de>
5504
5505 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
5506
5507 2020-04-24 Tom de Vries <tdevries@suse.de>
5508
5509 * lib/gdb.exp (default_gdb_start): Handle eof.
5510 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
5511 failure.
5512 * gdb.base/readnever.exp: Handle clean_restart failure.
5513
5514 2020-04-23 Tom de Vries <tdevries@suse.de>
5515
5516 * gdb.base/decl-before-def.exp: Run to main and print a again.
5517
5518 2020-04-23 Tom de Vries <tdevries@suse.de>
5519
5520 * gdb.base/decl-before-def-decl.c: New test.
5521 * gdb.base/decl-before-def-def.c: New test.
5522 * gdb.base/decl-before-def.exp: New file.
5523
5524 2020-04-23 Tom de Vries <tdevries@suse.de>
5525
5526 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
5527
5528 2020-04-22 Tom de Vries <tdevries@suse.de>
5529
5530 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
5531 debug_info_offset.
5532 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
5533 before $objsfile in the line line.
5534
5535 2020-04-22 Tom de Vries <tdevries@suse.de>
5536
5537 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
5538
5539 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
5540
5541 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
5542 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
5543 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
5544 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
5545 * gdb.base/jit-protocol.h: Update definitions to match all usage
5546 contexts.
5547
5548 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
5549
5550 * gdb.base: Rename all jit related test and source files.
5551
5552 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
5553
5554 * gdb.base/jit-reader.exp: Relax register output check.
5555
5556 2020-04-22 Tom de Vries <tdevries@suse.de>
5557
5558 PR symtab/25764
5559 * gdb.base/psym-external-decl-2.c: New test.
5560 * gdb.base/psym-external-decl.c: New test.
5561 * gdb.base/psym-external-decl.exp: New file.
5562 * gdb.threads/tls.exp: Add PR25807 kfail.
5563
5564 2020-04-22 Tom de Vries <tdevries@suse.de>
5565
5566 PR symtab/25801
5567 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
5568 in "info source" output.
5569
5570 2020-04-22 Tom de Vries <tdevries@suse.de>
5571
5572 PR symtab/25700
5573 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
5574 symtab for imported_unit.c.
5575
5576 2020-04-21 Gary Benson <gbenson@redhat.com>
5577
5578 * gdb.base/advance.c (func): New argument, to match call site.
5579 (func2, func3): Add return statements.
5580
5581 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5582
5583 * gdb.multi/run-only-second-inf.c: New file.
5584 * gdb.multi/run-only-second-inf.exp: New file.
5585
5586 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
5587
5588 * gdb.btrace/multi-inferior.c: New test.
5589 * gdb.btrace/multi-inferior.exp: New file.
5590
5591 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
5592
5593 * gdb.btrace/enable-new-thread.c: New test.
5594 * gdb.btrace/enable-new-thread.exp: New file.
5595
5596 2020-04-21 Tom de Vries <tdevries@suse.de>
5597
5598 PR gdb/25471
5599 * gdb.threads/killed-outside.c: New test.
5600 * gdb.threads/killed-outside.exp: New file.
5601
5602 2020-04-20 Gary Benson <gbenson@redhat.com>
5603
5604 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
5605 * gdb.base/nested-subp2.exp: Likewise.
5606 * gdb.base/nested-subp3.exp: Likewise.
5607
5608 2020-04-20 Gary Benson <gbenson@redhat.com>
5609
5610 * gdb.base/nested-subp1.exp: Disable test when using clang.
5611 * gdb.base/nested-subp2.exp: Likewise.
5612 * gdb.base/nested-subp3.exp: Likewise.
5613
5614 2020-04-20 Gary Benson <gbenson@redhat.com>
5615
5616 * gdb.cp/exception.cc: Fix compilation error with clang.
5617
5618 2020-04-20 Gary Benson <gbenson@redhat.com>
5619
5620 * gdb.trace/tspeed.c: Fix compilation error with clang.
5621
5622 2020-04-20 Gary Benson <gbenson@redhat.com>
5623
5624 * gdb.base/jit-main.c: Fix compilation error with clang.
5625
5626 2020-04-17 Kamil Rytarowski <n54@gmx.com>
5627
5628 * gdb.base/attach-twice.c: Include "sys/types.h".
5629 (PTRACE_ATTACH): Add fallback definition.
5630 (main): Pass `0' to the 4th argument of `ptrace'.
5631
5632 2020-04-17 Kamil Rytarowski <n54@gmx.com>
5633
5634 * gdb.base/fork-running-state.c: Include "signal.h".
5635
5636 2020-04-17 Tom Tromey <tromey@adacore.com>
5637
5638 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
5639 Update tests.
5640 * gdb.btrace/cpu.exp: Update tests.
5641 * gdb.base/maint.exp: Update tests.
5642 * gdb.base/default.exp: Update tests.
5643 * gdb.base/completion.exp: Update tests.
5644
5645 2020-04-16 Tom de Vries <tdevries@suse.de>
5646
5647 PR symtab/25791
5648 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
5649 (ensure_gdb_index): and factor out and move ...
5650 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
5651 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
5652
5653 2020-04-16 Tom de Vries <tdevries@suse.de>
5654
5655 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
5656 loading exec.
5657
5658 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
5659
5660 * gdb.base/many-completions.exp: New file.
5661
5662 2020-04-14 Tom de Vries <tdevries@suse.de>
5663
5664 PR symtab/25718
5665 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
5666
5667 2020-04-14 Tom de Vries <tdevries@suse.de>
5668
5669 PR symtab/25720
5670 * gdb.base/maint-expand-symbols-header-file.c: New test.
5671 * gdb.base/maint-expand-symbols-header-file.exp: New file.
5672 * gdb.base/maint-expand-symbols-header-file.h: New test.
5673
5674 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
5675
5676 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
5677 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
5678 get_func_info.
5679 (get_func_info): Delete.
5680 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
5681 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
5682 * lib/dwarf.exp (get_func_info): New function.
5683
5684 2020-04-13 Tom de Vries <tdevries@suse.de>
5685
5686 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
5687 to what find_gnatmake does.
5688
5689 2020-04-10 Tom de Vries <tdevries@suse.de>
5690
5691 * gdb.base/style.exp: Expect "Expanding full symbols" message for
5692 -readnow.
5693
5694 2020-04-10 Tom de Vries <tdevries@suse.de>
5695
5696 PR cli/25808
5697 * gdb.base/style.c: Add leading newlines.
5698 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
5699 Check listing of main's one-line body.
5700
5701 2020-04-08 Tom de Vries <tdevries@suse.de>
5702
5703 * lib/gdb.exp (psymtabs_p): New proc.
5704 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
5705 importing unit" unsupported if there are no partial symbols.
5706
5707 2020-04-08 Tom de Vries <tdevries@suse.de>
5708
5709 PR testsuite/25760
5710 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
5711
5712 2020-04-07 Tom de Vries <tdevries@suse.de>
5713
5714 PR symtab/25796
5715 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
5716
5717 2020-04-07 Tom de Vries <tdevries@suse.de>
5718
5719 * gdb.base/check-psymtab.c: New test.
5720 * gdb.base/check-psymtab.exp: New file.
5721
5722 2020-04-06 Tom Tromey <tromey@adacore.com>
5723
5724 * gdb.ada/variant-record/proc.adb: New file.
5725 * gdb.ada/variant-record/value.adb: New file.
5726 * gdb.ada/variant-record/value.s: New file.
5727 * gdb.ada/variant-record.exp: New file.
5728
5729 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
5730
5731 PR gdb/25325
5732 * gdb.cp/typed-enum.cc: New test.
5733 * gdb.cp/typed-enum.exp: New file.
5734
5735 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
5736
5737 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
5738 * gdb.dwarf2/dw2-inline-small-func.c: New file.
5739 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
5740 * gdb.dwarf2/dw2-inline-small-func.h: New file.
5741 * gdb.opt/inline-small-func.c: New file.
5742 * gdb.opt/inline-small-func.exp: New file.
5743 * gdb.opt/inline-small-func.h: New file.
5744
5745 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
5746
5747 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
5748 function.
5749
5750 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
5751
5752 * lib/dwarf.exp (function_range): Allow compiler options to be
5753 specified.
5754
5755 2020-04-02 Tom de Vries <tdevries@suse.de>
5756
5757 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
5758 __attribute__((always_inline)).
5759 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
5760
5761 2020-04-02 Tom de Vries <tdevries@suse.de>
5762
5763 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
5764 (gdbserver_gdb_exit): ... here. Add timeout warning.
5765 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
5766 (connect_target_extended_remote): Append new server_spawn_id to
5767 server_spawn_ids.
5768 (cleanup): New proc.
5769 (setup, <toplevel>): Call cleanup.
5770
5771 2020-04-02 Tom de Vries <tdevries@suse.de>
5772
5773 * gdb.base/main-psymtab.exp: New file.
5774
5775 2020-04-02 Tom de Vries <tdevries@suse.de>
5776
5777 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
5778
5779 2020-04-01 Tom Tromey <tom@tromey.com>
5780
5781 * gdb.base/complex-parts.exp: Add type tests.
5782
5783 2020-04-01 Tom Tromey <tom@tromey.com>
5784
5785 * gdb.base/complex-parts.exp: Add arithmetic tests.
5786
5787 2020-04-01 Tom Tromey <tom@tromey.com>
5788
5789 * gdb.compile/compile.exp: Update.
5790 * gdb.compile/compile-cplus.exp: Update.
5791 * gdb.base/varargs.exp: Update.
5792 * gdb.base/floatn.exp: Update.
5793 * gdb.base/endianity.exp: Update.
5794 * gdb.base/callfuncs.exp (do_function_calls): Update.
5795 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
5796 (complex_float_integral_args): Update.
5797 * gdb.base/complex.exp: Update.
5798 * gdb.base/complex-parts.exp: Update.
5799
5800 2020-04-01 Tom Tromey <tromey@adacore.com>
5801
5802 * gdb.rust/union.rs: New file.
5803 * gdb.rust/union.exp: New file.
5804 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
5805 (main): Update.
5806 * gdb.rust/simple.exp: Move union tests to union.exp.
5807
5808 2020-04-01 Tom Tromey <tromey@adacore.com>
5809
5810 * gdb.rust/simple.rs (main): Remove "y0".
5811
5812 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5813
5814 * gdb.multi/stop-all-on-exit.c: New test.
5815 * gdb.multi/stop-all-on-exit.exp: New file.
5816
5817 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
5818
5819 PR gdb/24789
5820 * gdb.cp/misc.cc: Add integer reference variable.
5821 * gdb.cp/misc.exp: Add test.
5822
5823 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5824
5825 * gdb.server/stop-reply-no-thread.exp: Enhance the test
5826 scenario to cover execution until the end and also the case
5827
5828 2020-03-31 Tom de Vries <tdevries@suse.de>
5829
5830 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
5831 c. Use "maint info symtabs" to check symtab expansion.
5832
5833 2020-03-30 Tom de Vries <tdevries@suse.de>
5834
5835 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
5836 unsupported.
5837 (verify_psymtab_expanded): Move ...
5838 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
5839 test.
5840 (readnow): New proc.
5841
5842 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
5843
5844 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
5845 with $hex.
5846
5847 2020-03-20 Tom Tromey <tromey@adacore.com>
5848
5849 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
5850
5851 2020-03-20 Tom Tromey <tromey@adacore.com>
5852
5853 * gdb.ada/sub_variant/subv.adb: New file.
5854 * gdb.ada/sub_variant.exp: New file.
5855
5856 2020-03-20 Tom de Vries <tdevries@suse.de>
5857
5858 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
5859 first break fails.
5860 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
5861
5862 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
5863
5864 * gdb.server/exit-multiple-threads.c: New file.
5865 * gdb.server/exit-multiple-threads.exp: New file.
5866
5867 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
5868
5869 * gdb.fortran/mixed-lang-stack.c: New file.
5870 * gdb.fortran/mixed-lang-stack.cpp: New file.
5871 * gdb.fortran/mixed-lang-stack.exp: New file.
5872 * gdb.fortran/mixed-lang-stack.f90: New file.
5873
5874 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
5875
5876 * gdb.linespec/cp-completion-aliases.cc: New file.
5877 * gdb.linespec/cp-completion-aliases.exp: New file.
5878
5879 2020-03-19 Tom de Vries <tdevries@suse.de>
5880
5881 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
5882 more precise.
5883
5884 2020-03-18 Tom de Vries <tdevries@suse.de>
5885
5886 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
5887 * gdb.dwarf2/break-inline-psymtab.c: New test.
5888 * gdb.dwarf2/break-inline-psymtab.exp: New file.
5889
5890 2020-03-16 Tom de Vries <tdevries@suse.de>
5891
5892 * lib/cache.exp (gdb_do_cache): Add and handle local variables
5893 cache_verify and cache_verify_proc.
5894
5895 2020-03-15 Tom de Vries <tdevries@suse.de>
5896
5897 * gdb.server/solib-list.exp: Handle
5898 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
5899
5900 2020-03-15 Tom de Vries <tdevries@suse.de>
5901
5902 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
5903 objfiles".
5904
5905 2020-03-14 Tom Tromey <tom@tromey.com>
5906
5907 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
5908
5909 2020-03-14 Tom de Vries <tdevries@suse.de>
5910
5911 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
5912
5913 2020-03-14 Tom de Vries <tdevries@suse.de>
5914
5915 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
5916 result in line-by-line fashion.
5917
5918 2020-03-14 Tom de Vries <tdevries@suse.de>
5919
5920 * lib/gdb.exp (supports_statement_frontiers): New proc.
5921 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
5922
5923 2020-03-14 Tom de Vries <tdevries@suse.de>
5924
5925 * gdb.base/printcmds.exp: Add missing quoting for "print
5926 teststring2".
5927
5928 2020-03-13 Tom Tromey <tom@tromey.com>
5929
5930 * gdb.base/printcmds.exp (test_print_strings): Add regression
5931 test.
5932 * gdb.base/printcmds.c (charptr): New typedef.
5933 (teststring2): New global.
5934
5935 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
5936
5937 * gdb.base/break-interp.exp: Use the tail of the filename, not the
5938 full path in the test name.
5939 (test_ld): Add some with_test_prefix blocks to make test names
5940 unique.
5941
5942 2020-03-13 Tom de Vries <tdevries@suse.de>
5943
5944 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
5945
5946 2020-03-13 Tom de Vries <tdevries@suse.de>
5947
5948 * gdb.mi/mi-sym-info.exp: Make matching more precise.
5949
5950 2020-03-13 Tom de Vries <tdevries@suse.de>
5951
5952 PR symtab/25646
5953 * gdb.dwarf2/imported-unit.exp: Add test.
5954
5955 2020-03-13 Tom de Vries <tdevries@suse.de>
5956
5957 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
5958 (var1, var2): New variable.
5959 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
5960 matching symbols.
5961
5962 2020-03-13 Tom de Vries <tdevries@suse.de>
5963
5964 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
5965 (Term::command): Use prompt prefix.
5966 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
5967 * gdb.tui/tui-layout-asm-short-prog.exp: Use
5968 command_no_prompt_prefix instead of prefix.
5969 * gdb.tui/tui-layout-asm.exp: Same.
5970
5971 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
5972
5973 * gdb.base/break-interp.exp: Use foreach_with_prefix.
5974
5975 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
5976
5977 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
5978 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
5979 on" while stepping over the test instruction, match printed
5980 message.
5981
5982 2020-03-12 Tom de Vries <tdevries@suse.de>
5983
5984 * gdb.base/info-types.exp: Use exp_continue during matching of output
5985 of "info types".
5986
5987 2020-03-12 Tom de Vries <tdevries@suse.de>
5988
5989 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
5990
5991 2020-03-12 Tom de Vries <tdevries@suse.de>
5992
5993 * gdb.fortran/module.exp: Use exp_continue during matching of output
5994 of "info variable -n".
5995
5996 2020-03-12 Tom de Vries <tdevries@suse.de>
5997
5998 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
5999 gdb.dwarf2/dw2-ranges-base.c.
6000
6001 2020-03-12 Tom de Vries <tdevries@suse.de>
6002
6003 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
6004 in presence of GLIBC debuginfo.
6005
6006 2020-03-12 Tom de Vries <tdevries@suse.de>
6007
6008 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
6009 $core.
6010
6011 2020-03-12 Tom de Vries <tdevries@suse.de>
6012
6013 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
6014 more precise.
6015
6016 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
6017
6018 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
6019 from Unix to Windows path.
6020
6021 2020-03-11 Tom de Vries <tdevries@suse.de>
6022
6023 * gdb.ada/minsyms.exp: Set language to ada.
6024
6025 2020-03-11 Tom de Vries <tdevries@suse.de>
6026
6027 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
6028
6029 2020-03-11 Tom de Vries <tdevries@suse.de>
6030
6031 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
6032
6033 2020-03-11 Tom Tromey <tromey@adacore.com>
6034
6035 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
6036
6037 2020-03-11 Tom de Vries <tdevries@suse.de>
6038
6039 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
6040
6041 2020-03-11 Tom de Vries <tdevries@suse.de>
6042
6043 * gdb.base/break-interp.exp: Limit verbose scope.
6044
6045 2020-03-11 Tom de Vries <tdevries@suse.de>
6046
6047 * gdb.fortran/logical.f90: Define variable with character type.
6048 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
6049
6050 2020-03-11 Tom de Vries <tdevries@suse.de>
6051
6052 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
6053
6054 2020-03-11 Tom de Vries <tdevries@suse.de>
6055
6056 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
6057 symtabs.
6058
6059 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
6060 Bernd Edlinger <bernd.edlinger@hotmail.de>
6061
6062 * gdb.cp/step-and-next-inline.cc: New file.
6063 * gdb.cp/step-and-next-inline.exp: New file.
6064 * gdb.cp/step-and-next-inline.h: New file.
6065 * gdb.dwarf2/dw2-is-stmt.c: New file.
6066 * gdb.dwarf2/dw2-is-stmt.exp: New file.
6067 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
6068 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
6069 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
6070
6071 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
6072
6073 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
6074 is-stmt flag in the line table.
6075
6076 2020-03-09 Tom de Vries <tdevries@suse.de>
6077
6078 * lib/gdb.exp (cached_file): Create cache dir.
6079
6080 2020-03-07 Tom de Vries <tdevries@suse.de>
6081
6082 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
6083 * gdb.cp/rvalue-ref-params.exp: Same.
6084
6085 2020-03-06 Tom de Vries <tdevries@suse.de>
6086
6087 * lib/gdb.exp (tentative_rename, cached_file): New proc.
6088 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
6089
6090 2020-03-06 Tom de Vries <tdevries@suse.de>
6091
6092 * README: Fix "the the".
6093 * gdb.base/dprintf.exp: Same.
6094
6095 2020-03-05 Tom de Vries <tdevries@suse.de>
6096
6097 * gdb.base/maint.exp: Update "main print statistics" expected output.
6098
6099 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
6100
6101 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
6102 (fortran_int8): Likewise.
6103 (fortran_real4): Likewise.
6104 (fortran_real8): Likewise.
6105 (fortran_complex4): Likewise.
6106 (fortran_logical4): Likewise.
6107 (fortran_character1): Likewise.
6108
6109 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
6110
6111 * gdb.fortran/logical.exp: Add tests that any non-zero value is
6112 printed as true.
6113
6114 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
6115
6116 * gdb.base/printcmds.exp: Add test to verify printf of a
6117 variable holding an address.
6118
6119 2020-03-03 Tom de Vries <tdevries@suse.de>
6120
6121 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
6122
6123 2020-03-03 Tom de Vries <tdevries@suse.de>
6124
6125 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
6126 gdb_test_multiple call.
6127
6128 2020-03-03 Tom de Vries <tdevries@suse.de>
6129
6130 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
6131 gdb_test_multiple calls.
6132
6133 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
6134
6135 * gdb.base/default.exp: Remove test of 'set history filename'.
6136 * gdb.base/gdbinit-history.exp: Add tests for setting the history
6137 filename to the empty string.
6138 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
6139 and GDBHISTSIZE.
6140
6141 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
6142
6143 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
6144 disabled.
6145
6146 2020-03-02 Pedro Alves <palves@redhat.com>
6147 Tom de Vries <tdevries@suse.de>
6148
6149 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
6150 -prompt prefix, before user_code argument. Add -lbl option likewise.
6151 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
6152 (gdb_is_target_1): Add -prompt prefix and move to before user_code
6153 argument.
6154 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
6155 have "\r\n" at start-of-line, instead of at end-of-line.
6156
6157 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
6158
6159 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
6160 libinproctrace.so.
6161
6162 2020-02-28 Luis Machado <luis.machado@linaro.org>
6163
6164 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
6165 to "p/x".
6166
6167 2020-02-28 Luis Machado <luis.machado@linaro.org>
6168
6169 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
6170 asm/ptrace.h and error.h.
6171
6172 2020-02-28 Tom de Vries <tdevries@suse.de>
6173
6174 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
6175 (struct wrapper, do_something, mundane/symada__cS): Move ...
6176 * gdb.base/c-linkage-name-2.c: ... here. New source file.
6177 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
6178 Update "print symada__cS before partial symtab expansion" regexp.
6179 Update breakpoint location. Flush symbol cache after expansion.
6180
6181 2020-02-28 Luis Machado <luis.machado@linaro.org>
6182
6183 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
6184
6185 2020-02-27 Tom de Vries <tdevries@suse.de>
6186
6187 * config/sid.exp: Remove unused globals.
6188 * gdb.base/attach.exp: Same.
6189 * gdb.base/catch-load.exp: Same.
6190 * gdb.base/dbx.exp: Same.
6191 * lib/gdb.exp: Same.
6192 * lib/mi-support.exp: Same.
6193 * lib/prompt.exp: Same.
6194
6195 2020-02-27 Tom de Vries <tdevries@suse.de>
6196
6197 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
6198 not set.
6199
6200 2020-02-26 Aaron Merey <amerey@redhat.com>
6201
6202 * gdb.debuginfod: New directory for debuginfod tests.
6203 * gdb.debuginfod/main.c: New test file.
6204 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
6205
6206 2020-02-26 Tom de Vries <tdevries@suse.de>
6207
6208 PR gdb/25603
6209 * gdb.base/persistent-lang.cc: New test.
6210 * gdb.base/persistent-lang.exp: New file.
6211
6212 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
6213
6214 * gdb.fortran/derived-type-striding.exp: Add a new test.
6215 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
6216 new test.
6217
6218 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
6219
6220 * gdb.base/cached-source-file.exp: Avoid source file paths in test
6221 names.
6222
6223 2020-02-25 Tom de Vries <tdevries@suse.de>
6224
6225 PR go/18926
6226 * gdb.go/methods.exp: Remove gcc/93866 xfail.
6227
6228 2020-02-24 Tom de Vries <tdevries@suse.de>
6229
6230 PR gdb/25592
6231 * gdb.base/info-locals-unused-static-var.c: New test.
6232 * gdb.base/info-locals-unused-static-var.exp: New file.
6233
6234 2020-02-22 Tom Tromey <tom@tromey.com>
6235
6236 * gdb.python/tui-window.exp: New file.
6237 * gdb.python/tui-window.py: New file.
6238
6239 2020-02-22 Tom Tromey <tom@tromey.com>
6240
6241 PR tui/17850:
6242 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
6243 tests.
6244
6245 2020-02-22 Tom Tromey <tom@tromey.com>
6246
6247 * gdb.tui/new-layout.exp: Add sub-layout tests.
6248
6249 2020-02-22 Tom Tromey <tom@tromey.com>
6250
6251 * gdb.tui/new-layout.exp: New file.
6252
6253 2020-02-22 Tom Tromey <tom@tromey.com>
6254
6255 * gdb.rust/rust-style.rs: New file.
6256 * gdb.rust/rust-style.exp: New file.
6257 * gdb.base/style.exp: Test structure printing.
6258 * gdb.base/style.c (struct some_struct): New type.
6259 (enum etype): New type.
6260 (struct_value): New global.
6261
6262 2020-02-21 Tom de Vries <tdevries@suse.de>
6263
6264 PR go/18926
6265 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
6266 Remove blanket xfails. Use message argument for gdb_breakpoint.
6267 Make continuing to breakpoint test conditional on setting breakpoint.
6268 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
6269 DW_AT_name attribute. Add xfail for GCC PR93866.
6270
6271 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
6272
6273 * gdb.dwarf2/cpp-linkage-name.c: New file.
6274 * gdb.dwarf2/cpp-linkage-name.exp: New file.
6275
6276 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
6277
6278 * lib/gdb.exp (gdb_wrapper_init): Reset
6279 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
6280 not exist.
6281
6282 2020-02-20 Tom de Vries <tdevries@suse.de>
6283
6284 PR go/17018
6285 * gdb.go/hello.exp: Copy ...
6286 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
6287 print of st to print value of global definition. Add xfail for GCC
6288 PR93844.
6289 * gdb.go/hello.exp: Remove printing of st before definition.
6290 * gdb.go/hello.go: Copy ...
6291 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
6292 to st.
6293 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
6294
6295 2020-02-20 Tom de Vries <tdevries@suse.de>
6296
6297 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
6298 (gdb_simple_compile): Handle compile_flags go by using .go extension
6299 for source file.
6300 * gdb.go/chan.exp: Use support_go_compile.
6301 * gdb.go/handcall.exp: Same.
6302 * gdb.go/hello.exp: Same.
6303 * gdb.go/integers.exp: Same.
6304 * gdb.go/max-depth.exp: Same.
6305 * gdb.go/methods.exp: Same.
6306 * gdb.go/package.exp: Same.
6307 * gdb.go/strings.exp: Same.
6308 * gdb.go/types.exp: Same.
6309 * gdb.go/unsafe.exp: Same.
6310
6311 2020-02-19 Tom de Vries <tdevries@suse.de>
6312
6313 * gdb.python/lib-types.exp: Make xfail more strict.
6314
6315 2020-02-19 Tom de Vries <tdevries@suse.de>
6316
6317 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
6318
6319 2020-02-19 Doug Evans <dje@google.com>
6320
6321 PR rust/25535
6322 * gdb.rust/simple.exp: Add test.
6323 * gdb.rust/simple.rs: Add test.
6324
6325 2020-02-19 Tom de Vries <tdevries@suse.de>
6326
6327 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
6328 output line-by-line.
6329
6330 2020-02-19 Tom de Vries <tdevries@suse.de>
6331
6332 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
6333
6334 2020-02-19 Tom de Vries <tdevries@suse.de>
6335
6336 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
6337 prelink.
6338
6339 2020-02-19 Tom de Vries <tdevries@suse.de>
6340
6341 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
6342 (gdb_do_cache): Use gdb_do_cache_wrap.
6343 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
6344
6345 2020-02-19 Tom de Vries <tdevries@suse.de>
6346
6347 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
6348 gdb_compile option.
6349
6350 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
6351
6352 * gdb.base/printcmds.exp (test_print_enums): Update expected
6353 output.
6354
6355 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
6356
6357 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
6358 for "unknown".
6359
6360 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
6361
6362 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
6363 enumerator.
6364
6365 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
6366
6367 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
6368 FE_, add FE_NONE.
6369 (three): Update.
6370 (enum flag_enum_without_zero): New enum.
6371 (flag_enum_without_zero): New variable.
6372 (enum not_flag_enum): New enum.
6373 (three_not_flag): New variable.
6374 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
6375 (test_print_enums): Add more tests for printing flag enums.
6376
6377 2020-02-18 Tom de Vries <tdevries@suse.de>
6378
6379 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
6380 (gdb_compile_ada): ... here.
6381 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
6382 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
6383
6384 2020-02-14 Tom Tromey <tom@tromey.com>
6385
6386 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
6387 build directory.
6388 * boards/gdbserver-base.exp: Update path to gdbserver.
6389
6390 2020-02-13 Tom de Vries <tdevries@suse.de>
6391
6392 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
6393
6394 2020-02-13 Tom de Vries <tdevries@suse.de>
6395
6396 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
6397 are missing.
6398
6399 2020-02-13 Tom de Vries <tdevries@suse.de>
6400
6401 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
6402 call.
6403
6404 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
6405
6406 PR tui/25126
6407 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
6408 * gdb.base/cached-source-file.c: New file.
6409 * gdb.base/cached-source-file.exp: New file.
6410
6411 2020-02-11 Tom de Vries <tdevries@suse.de>
6412
6413 PR testsuite/25488
6414 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
6415
6416 2020-02-10 Tom de Vries <tdevries@suse.de>
6417
6418 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
6419
6420 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
6421
6422 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
6423 and $after_addr are both integers before making a comparison.
6424
6425 2020-02-09 Tom de Vries <tdevries@suse.de>
6426
6427 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
6428 command output and paste it into gdb.log. If any, paste catch message
6429 to gdb.log.
6430
6431 2020-02-07 Tom Tromey <tromey@adacore.com>
6432
6433 PR breakpoints/24915:
6434 * gdb.base/annotate-symlink.exp: Use setup_xfail.
6435
6436 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
6437
6438 * gdb.tui/tui-missing-src.exp: Add the "missing source
6439 file" test for the TUI.
6440
6441 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
6442
6443 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
6444 including a port number in the output.
6445
6446 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
6447
6448 * lib/fortran.exp (fortran_int4): Handle clang.
6449 (fortran_int8): Likewise.
6450 (fortran_real4): Likewise.
6451 (fortran_real8): Likewise.
6452 (fortran_complex4): Likewise.
6453 (fortran_logical4): Likewise.
6454 (fortran_character1): Likewise.
6455
6456 2020-02-04 Tom de Vries <tdevries@suse.de>
6457
6458 * README (Race detection): Add note.
6459
6460 2020-02-04 Tom de Vries <tdevries@suse.de>
6461
6462 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
6463
6464 2020-02-04 Tom de Vries <tdevries@suse.de>
6465
6466 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
6467
6468 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
6469
6470 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
6471 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
6472 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
6473 blttar, bnetarl.
6474 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
6475 binary for blttar, bnetarl.
6476 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
6477 wait instruction. Delete ldmx test.
6478 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
6479
6480 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
6481
6482 * gdb.fortran/array-bounds-high.exp: New file.
6483 * gdb.fortran/array-bounds-high.f90: New file.
6484
6485 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
6486
6487 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
6488 Replace #include of <sys/fcntl.h> by <fcntl.h>.
6489
6490 2020-02-01 Tom de Vries <tdevries@suse.de>
6491
6492 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
6493
6494 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
6495
6496 PR tui/9765
6497 * gdb.tui/tui-layout-asm-short-prog.S: New file.
6498 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
6499
6500 2020-01-29 Luis Machado <luis.machado@linaro.org>
6501
6502 * gdb.arch/aarch64-brk-patterns.c: New source file.
6503 * gdb.arch/aarch64-brk-patterns.exp: New test.
6504
6505 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6506
6507 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
6508 GCC/Clang version.
6509 * gdb.cp/pass-by-ref.exp: Ditto.
6510
6511 2020-01-29 Tom de Vries <tdevries@suse.de>
6512
6513 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
6514 * gdb.threads/watchpoint-fork-mt.c: Same.
6515 * gdb.threads/watchpoint-fork-parent.c: Same.
6516 * gdb.threads/watchpoint-fork-st.c: Same.
6517 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
6518
6519 2020-01-27 Luis Machado <luis.machado@linaro.org>
6520
6521 * gdb.base/step-over-syscall.exp (setup): Check if we're already
6522 sitting at a syscall instruction when we hit the syscall function's
6523 breakpoint.
6524 Check PC against one obtained with the x command.
6525 Validate syscall number.
6526 (step_over_syscall): Don't continue to the syscall instruction if
6527 we're already there.
6528
6529 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6530
6531 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
6532
6533 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6534
6535 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
6536 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
6537
6538 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6539
6540 * gdb.dwarf2/dw2-inline-stepping.c: New file.
6541 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
6542
6543 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6544
6545 * gdb.base/maint.exp: Update line table parsing test.
6546 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
6547
6548 2020-01-24 Pedro Alves <palves@redhat.com>
6549
6550 PR gdb/25410
6551 * gdb.multi/multi-re-run-1.c: New.
6552 * gdb.multi/multi-re-run-2.c: New.
6553 * gdb.multi/multi-re-run.exp: New.
6554
6555 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6556
6557 PR gdb/23718
6558 * gdb.server/server-kill-python.exp: New file.
6559
6560 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6561
6562 * gdb.server/multi-ui-errors.c: New file.
6563 * gdb.server/multi-ui-errors.exp: New file.
6564
6565 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6566
6567 PR tui/9765
6568 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
6569
6570 2020-01-19 Tom Tromey <tom@tromey.com>
6571
6572 * gdb.tui/main.exp: Add check for plain "file".
6573
6574 2020-01-16 Christian Biesinger <cbiesinger@google.com>
6575
6576 * lib/gdb.exp: Fix spelling error (seperatelly).
6577
6578 2020-01-14 Tom Tromey <tom@tromey.com>
6579
6580 PR symtab/12535:
6581 * gdb.python/python.exp: Test decode_line with empty string
6582 argument.
6583
6584 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
6585
6586 * gdb.base/skip-inline.exp: Extend test.
6587
6588 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
6589
6590 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
6591 * gdb.dwarf2/dw2-bad-elf.c: New file.
6592 * gdb.dwarf2/dw2-bad-elf.exp: New file.
6593
6594 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
6595
6596 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
6597 _line_saw_file.
6598
6599 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
6600
6601 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
6602 border.
6603
6604 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6605
6606 * gdb.multi/multi-target.exp (setup): Factor out "info
6607 connections" and "info inferiors" tests to ...
6608 (test_info_inferiors): ... this new procedure.
6609 (top level): Run new "info-inferiors" tests.
6610
6611 2020-01-10 Pedro Alves <palves@redhat.com>
6612
6613 * gdb.server/bkpt-other-inferior.exp: New file.
6614
6615 2020-01-10 Pedro Alves <palves@redhat.com>
6616
6617 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
6618 of "add-inferior".
6619 * gdb.base/quit-live.exp: Likewise.
6620 * gdb.base/remote-exec-file.exp: Likewise.
6621 * gdb.guile/scm-progspace.exp: Likewise.
6622 * gdb.linespec/linespec.exp: Likewise.
6623 * gdb.mi/new-ui-mi-sync.exp: Likewise.
6624 * gdb.mi/user-selected-context-sync.exp: Likewise.
6625 * gdb.multi/multi-target.exp (setup): Add "info connection" and
6626 "info inferiors" tests.
6627 * gdb.multi/remove-inferiors.exp: Adjust expected output of
6628 "add-inferior".
6629 * gdb.multi/watchpoint-multi.exp: Likewise.
6630 * gdb.python/py-inferior.exp: Likewise.
6631 * gdb.server/extended-remote-restart.exp: Likewise.
6632 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
6633 "info inferiors".
6634 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
6635 * gdb.trace/report.exp: Likewise.
6636
6637 2020-01-10 Pedro Alves <palves@redhat.com>
6638
6639 * gdb.multi/multi-target.c: New file.
6640 * gdb.multi/multi-target.exp: New file.
6641 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
6642 mode requested, but remote does not support non-stop".
6643
6644 2020-01-10 Pedro Alves <palves@redhat.com>
6645
6646 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
6647 disconnect before reconnecting.
6648
6649 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6650 Pedro Alves <palves@redhat.com>
6651
6652 * gdb.server/connect-without-multi-process.exp: Also test
6653 continuing to end.
6654
6655 2020-01-10 Pedro Alves <palves@redhat.com>
6656
6657 * gdb.base/remote-exec-file.exp: New file.
6658
6659 2020-01-10 Pedro Alves <palves@redhat.com>
6660
6661 * gdb.base/fork-running-state.exp (do_test): Adjust expected
6662 output.
6663 * gdb.threads/async.c: New.
6664 * gdb.threads/async.exp: New.
6665 * gdb.multi/tids-gid-reset.c: New.
6666 * gdb.multi/tids-gid-reset.exp: New.
6667
6668 2020-01-10 George Barrett <bob@bob131.so>
6669
6670 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
6671 to help in finding the image relocation offset.
6672 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
6673 options in arguments.
6674 (stap_test_no_debuginfo): Likewise.
6675 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
6676 test variants.
6677 (stap_test): Add null semaphore relocation test.
6678
6679 2020-01-10 George Barrett <bob@bob131.so>
6680
6681 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
6682 * gdb.base/stap-probe.exp: Likewise.
6683 (stap_test): Pass argument as an additional flag.
6684 (stap_test_no_debuginfo): Likewise.
6685 (stap_test): Check `info probes stap' output for semaphore
6686 addresses if the test binary is supposed to have them.
6687
6688 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6689
6690 * gdb.tui/basic.exp: Add more scrolling tests.
6691
6692 2020-01-09 Tom Tromey <tom@tromey.com>
6693
6694 PR tui/18932:
6695 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
6696 meangingful value.
6697 (Term::command, Term::resize): Update.
6698 * gdb.tui/basic.exp: Add scrolling test.
6699
6700 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6701
6702 * gdb.tui/tui-layout-asm.exp: New file.
6703
6704 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6705
6706 * lib/tuiterm.exp (Term::check_box_contents): New proc.
6707
6708 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6709
6710 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
6711 (Term::enter_tui): Use Term::prepare_for_tui.
6712
6713 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6714
6715 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
6716 called.
6717
6718 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6719
6720 * gdb.base/skip.exp: Fix race condition in test.
6721
6722 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
6723
6724 * gdb.base/backtrace.c: New file.
6725 * gdb.base/backtrace.exp: New file.
6726
6727 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
6728
6729 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
6730
6731 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6732
6733 * gdb.base/style.exp: Test that warnings are styled.
6734
6735 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
6736
6737 * gdb.base/line65535.exp: New file.
6738 * gdb.base/line65535.c: New file.
6739
6740 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
6741
6742 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
6743 * lib/gnat_debug_info_test.adb: New file.
6744 * gdb.ada/ptype_tagged_param.exp: Use
6745 gnat_runtime_has_debug_info, expect a different output if
6746 runtime does not have debug info.
6747
6748 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
6749
6750 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
6751 (another) quote in test name.
6752
6753 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
6754
6755 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
6756 Add quote in test name.
6757
6758 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6759
6760 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
6761 directory instead.
6762 * gdb.cp/pass-by-ref.exp: Extend with more cases.
6763 * gdb.cp/pass-by-ref-2.cc: New file.
6764 * gdb.cp/pass-by-ref-2.exp: New file.
6765
6766 2019-12-20 Tom Tromey <tom@tromey.com>
6767
6768 * gdb.tui/list-before.exp: New file.
6769
6770 2019-12-20 Tom Tromey <tom@tromey.com>
6771
6772 * gdb.tui/list.exp: Check for source on initial listing.
6773
6774 2019-12-11 Tom Tromey <tromey@adacore.com>
6775
6776 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
6777 Add crlf test.
6778
6779 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
6780
6781 * gdb.base/default.exp: Update value of $_gdb_major.
6782
6783 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
6784
6785 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
6786
6787 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
6788
6789 * gdb.base/skip.exp: Whitespace fix.
6790
6791 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
6792
6793 * gdb.base/skip-inline.c: New file.
6794 * gdb.base/skip-inline.exp: New file.
6795
6796 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
6797
6798 * gdb.base/jit-reader.exp (jit_reader_test): Rename
6799 jit_function_00 to jit_function_stack_mangle.
6800 * gdb.base/jithost.c (jit_function_t): Rename to...
6801 (jit_function_stack_mangle_t): ... this.
6802 (jit_function_add_t): New typedef.
6803 (jit_function_00_code): Rename to...
6804 (jit_function_stack_mangle_code): ... this, make static.
6805 (jit_function_add_code): New.
6806 (main): Generate "add" function and call it. Adjust to changes
6807 in jithost_abi.
6808 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
6809 (struct jithost_abi) <begin, end>: Remove fields.
6810 <object, function_stack_mangle, function_add>: New fields.
6811 * gdb.base/jitreader.c (struct reader_state) <code_begin,
6812 code_end>: Remove fields.
6813 <func_stack_mangle>: New field.
6814 (read_debug_info): Adjust to renaming, create block for "add"
6815 function.
6816 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
6817
6818 2019-12-11 Tom Tromey <tom@tromey.com>
6819
6820 * gdb.tui/resize.exp: Fix regexp.
6821 * gdb.tui/regs.exp: Fix regexps.
6822 * gdb.tui/main.exp: Fix regexp.
6823
6824 2019-12-11 Tom Tromey <tom@tromey.com>
6825
6826 * gdb.tui/resize.exp: Update.
6827 * gdb.tui/empty.exp (layouts): Update.
6828
6829 2019-12-11 Tom Tromey <tom@tromey.com>
6830
6831 * gdb.tui/regs.exp: Update.
6832 * gdb.tui/empty.exp (layouts): Update.
6833 * gdb.tui/basic.exp: Update.
6834 * lib/tuiterm.exp (_check_box): Don't check bottom border.
6835
6836 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6837
6838 * gdb.base/options.exp: Add -raw-values in the print completion list.
6839 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
6840
6841 2019-12-10 Kevin Buettner <kevinb@redhat.com>
6842
6843 * gdb.threads/omp-par-scope.c: New file.
6844 * gdb/threads/omp-par-scope.exp: New file.
6845
6846 2019-12-10 Kevin Buettner <kevinb@redhat.com>
6847
6848 * lib/gdb.exp (support_nested_function_tests): New proc.
6849
6850 2019-12-10 Kevin Buettner <kevinb@redhat.com>
6851
6852 * lib/gdb.exp (gdb_compile_openmp): New proc.
6853 (build_executable_from_specs): Add an "openmp" option.
6854 (gdb_compile_pthreads): Add non-executable case.
6855
6856 2019-12-10 Tom Tromey <tromey@adacore.com>
6857
6858 * gdb.ada/unchecked_union.exp: New file.
6859 * gdb.ada/unchecked_union/pck.adb: New file.
6860 * gdb.ada/unchecked_union/pck.ads: New file.
6861 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
6862 * gdb-utils.exp (string_to_regexp): Also quote "?".
6863
6864 2019-12-10 George Barrett <bob@bob131.so>
6865
6866 Test scripted probe breakpoints.
6867 * gdb.guile/scm-breakpoint.c (main): Add probe point.
6868 * gdb.python/py-breakpoint.c (main): Likewise.
6869 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
6870 specifier test.
6871 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
6872
6873 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6874
6875 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
6876 an rvalue parameter.
6877 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
6878 parameter.
6879
6880 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
6881
6882 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
6883 modules.
6884
6885 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
6886
6887 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
6888 broken version of GCC.
6889
6890 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
6891
6892 * gdb.fortran/info-modules.exp: Rewrite to make use of new
6893 sym-info-cmds library.
6894 * gdb.fortran/info-types.exp: Likewise.
6895 * lib/sym-info-cmds.exp: New file.
6896
6897 2019-12-08 Tom de Vries <tdevries@suse.de>
6898
6899 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
6900
6901 2019-12-07 Keith Seitz <keiths@redhat.com>
6902
6903 * gdb.base/corefile-buildid-shlib-shr.c: New file.
6904 * gdb.base/corefile-buildid-shlib.c: New file.
6905 * gdb.base/corefile-buildid.c: New file.
6906 * gdb.base/corefile-buildid.exp: New file.
6907
6908 2019-12-06 Tom de Vries <tdevries@suse.de>
6909
6910 * gdb.dwarf2/varval.exp: Add decl before def test.
6911
6912 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6913
6914 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
6915
6916 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6917
6918 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
6919 CV and reference conversion for overload resolution.
6920 * gdb.cp/rvalue-ref-overload.exp: Test it.
6921
6922 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6923
6924 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
6925 * gdb.base/frameapply.exp: Test faas without command.
6926
6927 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
6928
6929 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
6930 Fortran tests.
6931 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
6932 order.
6933
6934 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
6935
6936 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
6937 casting to type with no kind specified.
6938 (test_basic_parsing_of_type_kinds): Additional tests for types
6939 with no kind specified, and add tests for single/double
6940 precision/complex types.
6941
6942 2019-12-04 Tom Tromey <tromey@adacore.com>
6943
6944 * gdb.base/endianity.c (struct other) <x>: New field.
6945 (main): Initialize it.
6946 * gdb.base/endianity.exp: Update.
6947
6948 2019-12-04 Tom Tromey <tromey@adacore.com>
6949
6950 * gdb.ada/scalar_storage/storage.adb: New file.
6951 * gdb.ada/scalar_storage/pck.adb: New file.
6952 * gdb.ada/scalar_storage/pck.ads: New file.
6953 * gdb.ada/scalar_storage.exp: New file.
6954
6955 2019-12-04 Tom Tromey <tromey@adacore.com>
6956
6957 * gdb.base/endianity.c (struct otherendian) <f>: New field.
6958 (main): Initialize it.
6959 * gdb.base/endianity.exp: Update.
6960
6961 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
6962
6963 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
6964
6965 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
6966
6967 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
6968 -symbol-info-module-functions and -symbol-info-module-variables.
6969
6970 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
6971
6972 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
6973
6974 2019-12-01 Richard Bunt <richard.bunt@arm.com>
6975 Andrew Burgess <andrew.burgess@embecosm.com>
6976
6977 * gdb.fortran/derived-type-striding.exp: New file.
6978 * gdb.fortran/derived-type-striding.f90: New file.
6979 * gdb.fortran/array-slices.exp: New file.
6980 * gdb.fortran/array-slices.f90: New file.
6981
6982 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6983
6984 * gdb.base/define.exp: Test . in command names.
6985 * gdb.base/setshow.exp: Update test, as . is now part of
6986 command name.
6987
6988 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6989
6990 * gdb.base/define-prefix.exp: New file.
6991
6992 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
6993
6994 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
6995 compile.
6996 (skip_btrace_pt_tests): Likewise.
6997
6998 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
6999
7000 * gdb.fortran/info-modules.exp: Compile source files in correct
7001 order.
7002
7003 2019-11-27 Kevin Buettner <kevinb@redhat.com>
7004
7005 * gdb.dwarf2/imported-unit.exp: New file.
7006 * gdb.dwarf2/imported-unit.c: New file.
7007
7008 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
7009
7010 * gdb.mi/mi-fortran-modules-2.f90: New file.
7011 * gdb.mi/mi-fortran-modules.exp: New file.
7012 * gdb.mi/mi-fortran-modules.f90: New file.
7013
7014 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
7015
7016 * gdb.mi/mi-sym-info-1.c: New file.
7017 * gdb.mi/mi-sym-info-2.c: New file.
7018 * gdb.mi/mi-sym-info.exp: New file.
7019
7020 2019-11-22 Tom Tromey <tromey@adacore.com>
7021
7022 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
7023 * gdb.ada/tasks/foo.adb: Add another stopping location.
7024
7025 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
7026
7027 * gdb.base/endianity.c: New test.
7028 * gdb.base/endianity.exp: New file.
7029
7030 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
7031
7032 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
7033
7034 2019-11-21 Tom de Vries <tdevries@suse.de>
7035
7036 PR gdb/24956
7037 * gdb.base/ui-redirect.exp: Test output of user-defined command.
7038
7039 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
7040
7041 * gdb.python/py-progspace.exp: Add missing parentheses on some
7042 'print' commands.
7043
7044 2019-11-19 Tom Tromey <tom@tromey.com>
7045
7046 * gdb.tui/winheight.exp: New file.
7047
7048 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
7049
7050 * gdb.base/ctf-whatis.c: Delete.
7051 * gdb.base/ctf-whatis.exp: Delete.
7052 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
7053
7054 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
7055
7056 * gdb.base/ctf-cvexpr.exp: Delete.
7057 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
7058
7059 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
7060
7061 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
7062 the compiler. Clean up header comment a little.
7063 * gdb.base/ctf-ptype.exp: Likewise.
7064 * gdb.base/ctf-whatis.exp: Likewise.
7065 * lib/gdb.exp (skip_ctf_tests): New proc.
7066
7067 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
7068
7069 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
7070 * gdb.tui/corefile-run.exp: New file.
7071
7072 2019-11-14 Tom Tromey <tromey@adacore.com>
7073
7074 * gdb.base/gdbvars.exp (test_convenience_variables): Add
7075 regression tests.
7076
7077 2019-11-12 Tom Tromey <tom@tromey.com>
7078
7079 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
7080 after any command. Expect prompt after WAIT_FOR is seen.
7081 (enter_tui): Enable resize messages.
7082 (command): Expect command in output.
7083 (get_line): Avoid error when cursor appears to be off-screen.
7084 (dump_screen): Include screen size in title.
7085 (_do_resize): New proc, from "resize".
7086 (resize): Rewrite. Do resize in two steps.
7087 * gdb.tui/empty.exp (layouts): Fix entries.
7088 (check_boxes): Remove xfail.
7089 (check_text): Dump screen on failure.
7090
7091 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
7092
7093 * gdb.python/py-symbol.exp: Add test for
7094 gdb.lookup_static_symbols.
7095
7096 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
7097
7098 * gdb.python/py-symbol.c: Declare and call function from new
7099 py-symbol-2.c file.
7100 * gdb.python/py-symbol.exp: Compile both source files, and add new
7101 tests for gdb.lookup_static_symbol.
7102 * gdb.python/py-symbol-2.c: New file.
7103
7104 2019-11-02 Tom de Vries <tdevries@suse.de>
7105
7106 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
7107 * gdb.base/anon.exp: Same.
7108 * gdb.base/auto-connect-native-target.exp: Same.
7109 * gdb.base/call-ar-st.exp: Same.
7110 * gdb.base/catch-syscall.exp: Same.
7111 * gdb.base/commands.exp: Same.
7112 * gdb.base/default.exp: Same.
7113 * gdb.base/display.exp: Same.
7114 * gdb.base/float.exp: Same.
7115 * gdb.base/foll-fork.exp: Same.
7116 * gdb.base/help.exp: Same.
7117 * gdb.base/info-macros.exp: Same.
7118 * gdb.base/info-proc.exp: Same.
7119 * gdb.base/info-target.exp: Same.
7120 * gdb.base/long_long.exp: Same.
7121 * gdb.base/macscp.exp: Same.
7122 * gdb.base/memattr.exp: Same.
7123 * gdb.base/nofield.exp: Same.
7124 * gdb.base/pointers.exp: Same.
7125 * gdb.base/printcmds.exp: Same.
7126 * gdb.base/ptype.exp: Same.
7127 * gdb.base/restore.exp: Same.
7128 * gdb.base/return.exp: Same.
7129 * gdb.base/scope.exp: Same.
7130 * gdb.base/set-noassign.exp: Same.
7131 * gdb.base/setshow.exp: Same.
7132 * gdb.base/shlib-call.exp: Same.
7133 * gdb.base/signals.exp: Same.
7134 * gdb.base/sigstep.exp: Same.
7135 * gdb.base/skip.exp: Same.
7136 * gdb.base/solib-symbol.exp: Same.
7137 * gdb.base/stap-probe.exp: Same.
7138 * gdb.base/step-line.exp: Same.
7139 * gdb.base/step-test.exp: Same.
7140 * gdb.base/style.exp: Same.
7141 * gdb.base/varargs.exp: Same.
7142 * gdb.base/vla-datatypes.exp: Same.
7143 * gdb.base/vla-ptr.exp: Same.
7144 * gdb.base/vla-sideeffect.exp: Same.
7145 * gdb.base/volatile.exp: Same.
7146 * gdb.base/watch-cond-infcall.exp: Same.
7147 * gdb.base/watchpoint.exp: Same.
7148
7149 2019-11-02 Tom de Vries <tdevries@suse.de>
7150
7151 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
7152 * gdb.cp/cpexprs.exp: Same.
7153 * gdb.cp/except-multi-location.exp: Same.
7154 * gdb.cp/exceptprint.exp: Same.
7155 * gdb.cp/gdb2384.exp: Same.
7156 * gdb.cp/inherit.exp: Same.
7157 * gdb.cp/m-static.exp: Same.
7158 * gdb.cp/meth-typedefs.exp: Same.
7159 * gdb.cp/misc.exp: Same.
7160 * gdb.cp/namespace.exp: Same.
7161 * gdb.cp/non-trivial-retval.exp: Same.
7162 * gdb.cp/overload.exp: Same.
7163 * gdb.cp/pr17132.exp: Same.
7164 * gdb.cp/re-set-overloaded.exp: Same.
7165 * gdb.cp/rvalue-ref-types.exp: Same.
7166 * gdb.cp/templates.exp: Same.
7167
7168 2019-11-01 Luis Machado <luis.machado@linaro.org>
7169
7170 PR gdb/25124
7171
7172 * gdb.arch/pr25124.S: New file.
7173 * gdb.arch/pr25124.exp: New file.
7174
7175 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
7176
7177 * gdb.fortran/info-modules.exp: Update expected results, and add
7178 additional tests for 'info module functinos', and 'info module
7179 variables'.
7180 * gdb.fortran/info-types.exp: Update expected results.
7181 * gdb.fortran/info-types.f90: Extend testcase with additional
7182 module variables and functions.
7183
7184 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
7185
7186 * gdb.fortran/info-modules.exp: New file.
7187 * gdb.fortran/info-types.exp: Build with new file.
7188 * gdb.fortran/info-types.f90: Include and use new module.
7189 * gdb.fortran/info-types-2.f90: New file.
7190
7191 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7192
7193 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
7194 * gdb.base/settings.exp: Test all settings types using
7195 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
7196 that now verifies that the value of "maint show" is the same as
7197 returned by the settings functions. Test the type of the
7198 maintenance settings.
7199 * gdb.base/default.exp: Update show_conv_list.
7200
7201 2019-10-31 Tom de Vries <tdevries@suse.de>
7202
7203 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
7204 gdb_test.
7205 * gdb.arch/amd64-disp-step.exp: Same.
7206 * gdb.asm/asm-source.exp: Same.
7207 * gdb.btrace/buffer-size.exp: Same.
7208 * gdb.btrace/cpu.exp: Same.
7209 * gdb.btrace/enable.exp: Same.
7210 * gdb.dwarf2/count.exp: Same.
7211 * gdb.dwarf2/dw2-ranges-func.exp: Same.
7212 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
7213 * gdb.fortran/vla-datatypes.exp: Same.
7214 * gdb.fortran/vla-history.exp: Same.
7215 * gdb.fortran/vla-ptype.exp: Same.
7216 * gdb.fortran/vla-value.exp: Same.
7217 * gdb.fortran/whatis_type.exp: Same.
7218 * gdb.guile/guile.exp: Same.
7219 * gdb.multi/tids.exp: Same.
7220 * gdb.python/py-finish-breakpoint.exp: Same.
7221 * gdb.python/py-framefilter.exp: Same.
7222 * gdb.python/py-pp-registration.exp: Same.
7223 * gdb.python/py-xmethods.exp: Same.
7224 * gdb.python/python.exp: Same.
7225 * gdb.server/connect-with-no-symbol-file.exp: Same.
7226 * gdb.server/no-thread-db.exp: Same.
7227 * gdb.server/run-without-local-binary.exp: Same.
7228 * gdb.stabs/weird.exp: Same.
7229 * gdb.threads/attach-many-short-lived-threads.exp: Same.
7230 * gdb.threads/thread-find.exp: Same.
7231 * gdb.threads/tls-shared.exp: Same.
7232 * gdb.threads/tls.exp: Same.
7233 * gdb.threads/wp-replication.exp: Same.
7234 * gdb.trace/ax.exp: Same.
7235 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
7236
7237 2019-10-31 Tom de Vries <tdevries@suse.de>
7238
7239 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
7240 * gdb.ada/array_subscript_addr.exp: Same.
7241 * gdb.ada/arrayidx.exp: Same.
7242 * gdb.ada/arrayparam.exp: Same.
7243 * gdb.ada/arrayptr.exp: Same.
7244 * gdb.ada/boolean_expr.exp: Same.
7245 * gdb.ada/call_pn.exp: Same.
7246 * gdb.ada/complete.exp: Same.
7247 * gdb.ada/fixed_cmp.exp: Same.
7248 * gdb.ada/fun_addr.exp: Same.
7249 * gdb.ada/funcall_param.exp: Same.
7250 * gdb.ada/interface.exp: Same.
7251 * gdb.ada/mod_from_name.exp: Same.
7252 * gdb.ada/null_array.exp: Same.
7253 * gdb.ada/packed_array.exp: Same.
7254 * gdb.ada/packed_tagged.exp: Same.
7255 * gdb.ada/print_chars.exp: Same.
7256 * gdb.ada/print_pc.exp: Same.
7257 * gdb.ada/ptype_arith_binop.exp: Same.
7258 * gdb.ada/ptype_field.exp: Same.
7259 * gdb.ada/ptype_tagged_param.exp: Same.
7260 * gdb.ada/rec_return.exp: Same.
7261 * gdb.ada/ref_tick_size.exp: Same.
7262 * gdb.ada/str_ref_cmp.exp: Same.
7263 * gdb.ada/taft_type.exp: Same.
7264 * gdb.ada/tagged.exp: Same.
7265 * gdb.ada/type_coercion.exp: Same.
7266 * gdb.ada/uninitialized_vars.exp: Same.
7267
7268 2019-10-30 Tom de Vries <tdevries@suse.de>
7269
7270 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
7271
7272 2019-10-26 Tom de Vries <tdevries@suse.de>
7273
7274 * gdb.base/bigcore.c: Fix typos in comments.
7275 * gdb.base/ctf-ptype.c: Same.
7276 * gdb.base/long_long.c: Same.
7277 * gdb.dwarf2/dw2-op-out-param.S: Same.
7278 * gdb.python/py-evthreads.c: Same.
7279 * gdb.reverse/i387-stack-reverse.c: Same.
7280 * gdb.trace/tfile.c: Same.
7281 * lib/compiler.c: Same.
7282 * lib/compiler.cc: Same.
7283
7284 2019-10-25 Tom de Vries <tdevries@suse.de>
7285
7286 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
7287 gdb_test_multiple calls.
7288 * gdb.reverse/sigall-reverse.exp: Same.
7289 * gdb.reverse/solib-precsave.exp: Same.
7290 * gdb.reverse/solib-reverse.exp: Same.
7291 * gdb.reverse/until-precsave.exp: Same.
7292 * gdb.reverse/until-reverse.exp: Same.
7293
7294 2019-10-24 Tom de Vries <tdevries@suse.de>
7295
7296 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
7297 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
7298 kfail using -wrap pattern flag and convenience variable
7299 gdb_test_name.
7300
7301 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
7302
7303 * gdb.python/py-progspace.exp: Add tests for the
7304 Progspace.block_for_pc method.
7305
7306 2019-10-23 Tom Tromey <tom@tromey.com>
7307
7308 * configure: Rebuild.
7309 * aclocal.m4: Use m4_include, not sinclude.
7310
7311 2019-10-21 Tom de Vries <tdevries@suse.de>
7312
7313 * gdb.base/infcall-nested-structs.c: Add
7314 __attribute__((noinline,noclone)) to all functions.
7315 (call_all): Add missing variable initialization. Simplify return value.
7316 (breakpt): Increment volatile variable, to prevent call from being
7317 optimized out.
7318 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
7319
7320 2019-10-17 Tom de Vries <tdevries@suse.de>
7321
7322 * gdb.fortran/module.exp: Allow info variables to print info for files
7323 other than module.f90.
7324
7325 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
7326
7327 * gdb.fortran/module.exp: Extend with 'info variables' test.
7328
7329 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
7330
7331 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
7332 F77_FOR_TARGET.
7333
7334 2019-10-16 Tom de Vries <tdevries@suse.de>
7335
7336 PR tdep/25096
7337 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
7338
7339 2019-10-16 Tom de Vries <tdevries@suse.de>
7340
7341 PR tdep/24104
7342 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
7343 Add KFAIL for PR tdep/25096.
7344
7345 2019-10-16 Tom de Vries <tdevries@suse.de>
7346
7347 PR testsuite/25059
7348 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
7349
7350 2019-10-16 Tom de Vries <tdevries@suse.de>
7351
7352 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
7353 as signed.
7354
7355 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
7356
7357 * gdb.mi/list-thread-groups-available.exp: Read entries one by
7358 one instead of increasing timeout.
7359
7360 2019-10-13 Tom de Vries <tdevries@suse.de>
7361
7362 PR record/25038
7363 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
7364 * gdb.reverse/sigall-reverse.exp: Same.
7365 * gdb.reverse/solib-precsave.exp: Same.
7366 * gdb.reverse/solib-reverse.exp: Same.
7367 * gdb.reverse/step-precsave.exp: Same.
7368 * gdb.reverse/until-precsave.exp: Same.
7369 * gdb.reverse/until-reverse.exp: Same.
7370 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
7371
7372 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
7373
7374 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
7375 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
7376 (cmp_struct_05_01, cmp_struct_static_02_01)
7377 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
7378 comparisons.
7379
7380 2019-10-10 Tom de Vries <tdevries@suse.de>
7381
7382 PR testsuite/24888
7383 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
7384 gnatlink.
7385
7386 2019-10-09 Tom de Vries <tdevries@suse.de>
7387
7388 PR testsuite/25048
7389 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
7390
7391 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
7392
7393 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
7394 exceptions due to missing debug information.
7395
7396 2019-10-07 Tom de Vries <tdevries@suse.de>
7397
7398 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
7399
7400 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
7401
7402 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
7403 * gdb.base/annota1.exp: Update to use gdb_test_name.
7404
7405 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
7406
7407 * gdb.base/ctf-whatis.exp: New file.
7408 * gdb.base/ctf-whatis.c: New file.
7409 * gdb.base/ctf-ptype.exp: New file.
7410 * gdb.base/ctf-ptype.c: New file.
7411 * gdb.base/ctf-constvars.exp: New file.
7412 * gdb.base/ctf-constvars.c: New file.
7413 * gdb.base/ctf-cvexpr.exp: New file.
7414
7415 2019-10-04 Tom de Vries <tdevries@suse.de>
7416
7417 * gdb.cp/local-static.c (main): Move declaration of int i out of the
7418 for loop.
7419
7420 2019-10-03 Tom Tromey <tom@tromey.com>
7421
7422 PR rust/24976:
7423 * gdb.rust/simple.rs (Union2): New type.
7424 (main): Use Union2.
7425 * gdb.rust/simple.exp: Add test.
7426
7427 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7428
7429 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
7430 nested function prefix.
7431
7432 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
7433 Richard Bunt <richard.bunt@arm.com>
7434 Andrew Burgess <andrew.burgess@embecosm.com>
7435
7436 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
7437 nested functions.
7438 * gdb.fortran/nested-funcs.f90: Update expected results.
7439 * gdb.fortran/nested-funcs-2.exp: New file.
7440 * gdb.fortran/nested-funcs-2.f90: New file.
7441
7442 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7443
7444 * gdb.python/py-parameter.exp: Make test names unique.
7445 * gdb.python/py-template.exp: Likewise.
7446 * gdb.python/py-value.exp: Likewise.
7447
7448 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7449
7450 * gdb.base/break-interp.exp: Reduce test name duplication.
7451 * gdb.base/call-sc.exp: Likewise.
7452 * gdb.base/callfuncs.exp: Likewise.
7453 * gdb.base/charset.exp: Likewise.
7454 * gdb.base/dump.exp: Likewise.
7455 * gdb.base/ena-dis-br.exp: Likewise.
7456 * gdb.base/relational.exp: Likewise.
7457 * gdb.base/step-over-syscall.exp: Likewise.
7458 * gdb.base/structs.exp: Likewise.
7459
7460 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7461
7462 * gdb.linespec/explicit.exp: Make test names unique.
7463 * gdb.linespec/ls-errs.exp: Likewise.
7464
7465 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7466
7467 * gdb.reverse/break-precsave.exp: Make test names unique.
7468 * gdb.reverse/break-reverse.exp: Likewise.
7469 * gdb.reverse/finish-precsave.exp: Likewise.
7470 * gdb.reverse/finish-reverse.exp: Likewise.
7471 * gdb.reverse/machinestate-precsave.exp: Likewise.
7472 * gdb.reverse/machinestate.exp: Likewise.
7473 * gdb.reverse/readv-reverse.exp: Likewise.
7474 * gdb.reverse/recvmsg-reverse.exp: Likewise.
7475 * gdb.reverse/sigall-precsave.exp: Likewise.
7476 * gdb.reverse/sigall-reverse.exp: Likewise.
7477 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
7478 * gdb.reverse/watch-precsave.exp: Likewise.
7479 * gdb.reverse/watch-reverse.exp: Likewise.
7480
7481 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7482
7483 * gdb.threads/stop-with-handle.c: New file.
7484 * gdb.threads/stop-with-handle.exp: New file.
7485
7486 2019-10-03 Tom de Vries <tdevries@suse.de>
7487
7488 PR testsuite/25059
7489 * gdb.base/list-missing-source.exp: Allowing the "Compilation
7490 directory" line to be missing.
7491
7492 2019-10-03 Tom de Vries <tdevries@suse.de>
7493
7494 PR testsuite/25059
7495 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
7496 type optional.
7497
7498 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
7499
7500 * gdb.python/py-format-string.c (string.h): New include.
7501 (main): Fill a_struct_with_union.the_union.an_int with bytes of
7502 the same value, for endianness-independence.
7503 * gdb.python/py-format-string.exp (default_regexp_dict)
7504 (test_pretty_structs, test_format): Adjust expected output to the
7505 changed initialization.
7506
7507 2019-10-02 Tom Tromey <tromey@adacore.com>
7508
7509 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
7510
7511 2019-10-02 Pedro Alves <palves@redhat.com>
7512 Andrew Burgess <andrew.burgess@embecosm.com>
7513
7514 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
7515 "print-file-var.h".
7516 (this_version_id) Use ATTRIBUTE_VISIBILITY.
7517 (get_version_1): Print this_version_id and its address.
7518 Add extern "C" wrappers around interface functions.
7519 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
7520 "print-file-var.h".
7521 (this_version_id) Use ATTRIBUTE_VISIBILITY.
7522 (get_version_2): Print this_version_id and its address.
7523 Add extern "C" wrappers around interface functions.
7524 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
7525 <stddef.h> and "print-file-var.h".
7526 Add extern "C" wrappers around interface functions.
7527 [VERSION_ID_MAIN] (this_version_id): Define.
7528 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
7529 * gdb.base/print-file-var.h: Add some #defines to simplify setting
7530 up extern "C" blocks.
7531 * gdb.base/print-file-var.exp (test): New, factored out from top
7532 level.
7533 (top level): Test all combinations of attribute hidden or not,
7534 dlopen or not, and this_version_id symbol in main file or not.
7535 Compile tests as both C++ and C, make test names unique.
7536
7537 2019-10-01 Tom Tromey <tom@tromey.com>
7538
7539 * gdb.base/style.exp: Test "show logging filename".
7540
7541 2019-10-01 Tom Tromey <tom@tromey.com>
7542
7543 * lib/gdb-utils.exp (style): Handle "metadata" argument.
7544 * gdb.base/style.exp: Add metadata style test.
7545
7546 2019-10-01 Tom Tromey <tom@tromey.com>
7547
7548 * gdb.base/style.exp: Test "pwd".
7549
7550 2019-10-01 Tom Tromey <tom@tromey.com>
7551
7552 * gdb.base/style.exp: Update tests.
7553
7554 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
7555
7556 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
7557 'six' to unsigned.
7558 (s1): Initialize fields 'four' and 'six' instead of 'three' and
7559 'five'. Use an all-ones bit pattern for each.
7560 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
7561 to its changed values.
7562
7563 2019-09-30 Tom Tromey <tromey@adacore.com>
7564
7565 * gdb.rust/traits.rs: Disable all warnings.
7566
7567 2019-09-29 Tom de Vries <tdevries@suse.de>
7568
7569 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
7570
7571 2019-09-29 Tom de Vries <tdevries@suse.de>
7572
7573 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
7574
7575 2019-09-27 Tom de Vries <tdevries@suse.de>
7576
7577 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
7578
7579 2019-09-27 Tom de Vries <tdevries@suse.de>
7580
7581 PR record/23188
7582 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
7583
7584 2019-09-26 Tom Tromey <tromey@adacore.com>
7585
7586 * gdb.ada/py_taft.exp: New file.
7587 * gdb.ada/py_taft/main.adb: New file.
7588 * gdb.ada/py_taft/pkg.adb: New file.
7589 * gdb.ada/py_taft/pkg.ads: New file.
7590
7591 2019-09-24 Tom de Vries <tdevries@suse.de>
7592
7593 PR gdb/24598
7594 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
7595
7596 2019-09-22 Tom de Vries <tdevries@suse.de>
7597
7598 * gdb.base/restore.exp: Allow register variables to be optimized out at
7599 -O0.
7600
7601 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
7602
7603 * gdb.arch/spu-info.exp: Remove file.
7604 * gdb.arch/spu-info.c: Remove file.
7605 * gdb.arch/spu-ls.exp: Remove file.
7606 * gdb.arch/spu-ls.c: Remove file.
7607
7608 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
7609 * gdb.asm/spu.inc: Remove file.
7610
7611 * gdb.base/dump.exp: Remove support for spu*-*-*.
7612 * gdb.base/stack-checking.exp: Likewise.
7613 * gdb.base/overlays.exp: Likewise.
7614 * gdb.base/ovlymgr.c: Likewise.
7615 * gdb.base/spu.ld: Remove file.
7616
7617 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
7618 * gdb.cp/cpexprs.exp: Likewise.
7619 * gdb.cp/exception.exp: Likewise.
7620 * gdb.cp/gdb2495.exp: Likewise.
7621 * gdb.cp/mb-templates.exp: Likewise.
7622 * gdb.cp/pr9167.exp: Likewise.
7623 * gdb.cp/userdef.exp: Likewise.
7624
7625 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
7626
7627 * gdb.cell: Remove directory.
7628 * lib/cell.exp: Remove file.
7629
7630 2019-09-19 Tom de Vries <tdevries@suse.de>
7631
7632 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
7633
7634 2019-09-19 Tom de Vries <tdevries@suse.de>
7635
7636 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
7637
7638 2019-09-19 Tom de Vries <tdevries@suse.de>
7639
7640 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
7641 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
7642 (gdb_target_cmd): ... here.
7643 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
7644 value 2.
7645
7646 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
7647
7648 * gdb.base/source-dir.exp: Avoid having directory names in test
7649 names.
7650
7651 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
7652
7653 * gdb.base/source-dir.exp: Add extra test for mapped compilation
7654 directory.
7655
7656 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
7657
7658 * gdb.base/list-missing-source.exp: New file.
7659
7660 2019-09-14 Tom de Vries <tdevries@suse.de>
7661
7662 PR teststuite/24599
7663 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
7664 * lib/ada.exp (gnatmake_version_at_least): New proc.
7665
7666 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
7667
7668 * gdb.base/maint.exp: Use exec_has_index_section.
7669
7670 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
7671
7672 * gdb.base/maint.exp: Add test for 'maint info sections'.
7673
7674 2019-09-12 Tom de Vries <tdevries@suse.de>
7675
7676 * gdb.base/store.exp: Allow register variables to be optimized out at
7677 -O0.
7678
7679 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7680
7681 * gdb.ada/rdv_wait.exp: Update to new task names.
7682 * gdb.base/task_switch_in_core.exp: Likewise.
7683 * gdb.base/info_sources_base.c: Likewise.
7684
7685 2019-09-10 Tom Tromey <tromey@adacore.com>
7686
7687 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
7688
7689 2019-09-10 Tom Tromey <tromey@adacore.com>
7690
7691 * gdb.ada/dgopt.exp: New file.
7692 * gdb.ada/dgopt/x.adb: New file.
7693
7694 2019-09-08 Tom Tromey <tom@tromey.com>
7695
7696 * gdb.tui/resize.exp: Remove setup_xfail.
7697 * gdb.tui/regs.exp: Remove setup_xfail.
7698 * gdb.tui/basic.exp: Remove setup_xfail.
7699
7700 2019-09-06 David Blaikie <dblaikie@gmail.com>
7701
7702 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
7703 * gdb.cp/cplabel.exp: Ditto.
7704 * gdb.linespec/ls-errs.exp: Ditto.
7705
7706 2019-09-05 Tom de Vries <tdevries@suse.de>
7707
7708 * lib/gdb.exp (cmp_file_string): New proc.
7709 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
7710 runto_main. Verify save breakpoints output.
7711
7712 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7713
7714 * gdb.base/info-var.exp: Test info variables without running
7715 to main, to avoid expect's buffer overflow.
7716
7717 2019-09-03 Tom Tromey <tromey@adacore.com>
7718
7719 * gdb.ada/bias.exp: New file.
7720 * gdb.ada/bias/bias.adb: New file.
7721 * gdb.ada/print_chars.exp: Add regression test.
7722 * gdb.ada/print_chars/foo.adb (My_Character): New type.
7723 (MC): New variable.
7724
7725 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
7726
7727 * gdb.base/argv0-symlink.exp: Run only on native target
7728 and local host.
7729
7730 2019-08-29 Tom de Vries <tdevries@suse.de>
7731
7732 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
7733 diverse debug info.
7734 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
7735
7736 2019-08-28 Tom de Vries <tdevries@suse.de>
7737
7738 * gdb.base/info-var.exp: Allow info variables to print info for files
7739 other than info-var-f1.c and info-var-f2.c.
7740
7741 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
7742
7743 * gdb.fortran/info-types.exp: Add module.
7744 * gdb.fortran/info-types.f90: Update expected results.
7745
7746 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
7747
7748 * gdb.fortran/info-types.exp: New file.
7749 * gdb.fortran/info-types.f90: New file.
7750 * lib/fortran.exp (fortran_character1): New proc.
7751
7752 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
7753
7754 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
7755 functions'. Reindent as needed.
7756 * gdb.base/info-var-f1.c: New file.
7757 * gdb.base/info-var-f2.c: New file.
7758 * gdb.base/info-var.exp: New file.
7759 * gdb.base/info-var.h: New file.
7760
7761 2019-08-26 Tom de Vries <tdevries@suse.de>
7762
7763 PR c++/24852
7764 * gdb.cp/no-libstdcxx-probe.exp: New test.
7765
7766 2019-08-26 Tom de Vries <tdevries@suse.de>
7767
7768 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
7769 * tests need to be skipped.
7770 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
7771 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
7772 mi_skip_libstdcxx_probe_tests.
7773
7774 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
7775
7776 * gdb.python/py-xmethods.exp: Use raw strings when passing
7777 arguments to SimpleXMethodMatcher.
7778
7779 2019-08-22 Tom de Vries <tdevries@suse.de>
7780
7781 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
7782 more informative.
7783
7784 2019-08-21 Pedro Alves <palves@redhat.com>
7785
7786 * gdb.base/with.exp: Test "with" with no arguments.
7787
7788 2019-08-21 Tom de Vries <tdevries@suse.de>
7789
7790 * gdb.base/gdb-caching-proc.exp: Sort files.
7791
7792 2019-08-20 Tom de Vries <tdevries@suse.de>
7793
7794 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
7795 compilation.
7796
7797 2019-08-16 Tom de Vries <tdevries@suse.de>
7798
7799 * gdb.base/compare-sections.exp ("after run to main"): Allow
7800 mismatched read-only sections for PIE executables.
7801
7802 2019-08-16 Tom Tromey <tom@tromey.com>
7803
7804 * lib/tuiterm.exp (_csi_Z): New proc.
7805 * gdb.tui/basic.exp: Update window positions.
7806 * gdb.tui/empty.exp: Update window positions.
7807
7808 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
7809
7810 * gdb.base/examine-backward.exp: Correct regexp for
7811 "examine 3 bytes backward from ${address_zero}".
7812
7813 2019-08-15 Tom Tromey <tom@tromey.com>
7814
7815 * gdb.tui/empty.exp: Enable resizing tests.
7816
7817 2019-08-15 Tom Tromey <tromey@adacore.com>
7818
7819 * gdb.ada/char_enum.exp: Add regression tests.
7820 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
7821 and '0'.
7822 (Char, Gchar): Update.
7823 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
7824
7825 2019-08-15 Christian Biesinger <cbiesinger@google.com>
7826
7827 * gdb.python/python.exp: Expect a leading underscore on
7828 GdbOutput{,Error}File.
7829
7830 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
7831
7832 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
7833 Windows host.
7834
7835 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
7836
7837 * gdb.base/batch-preserve-term-settings.exp
7838 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
7839
7840 2019-08-15 Christian Biesinger <cbiesinger@google.com>
7841
7842 * lib/gdb.exp: When running on a mingw target, replace
7843 /x/ with x:/.
7844
7845 2019-08-14 Alan Hayward <alan.hayward@arm.com>
7846
7847 * gdb.arch/aarch64-prologue.c: New test.
7848 * gdb.arch/aarch64-prologue.exp: New file.
7849
7850 2019-08-13 Tom de Vries <tdevries@suse.de>
7851
7852 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
7853 Thread.
7854
7855 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
7856
7857 * gdb.python/py-completion.exp: Download the .py file to the host
7858 and use its host pathname. Conditionalize tests that use
7859 tab completion and manipulate files on the build machine.
7860 * gdb.python/py-events.exp: Download the .py file to the host
7861 and use its host pathname.
7862 * gdb.python/py-evsignal.exp: Likewise.
7863 * gdb.python/py-evthreads.exp: Likewise.
7864 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
7865 pathname syntax.
7866 * gdb.python/py-framefilter.exp: Download the .py file to the right
7867 place on the host. Match Windows pathname syntax.
7868 * gdb.python/py-mi-var-info-path-expression.exp: Download the
7869 .py file to the host and use its host pathname.
7870 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
7871 * gdb.python/py-objfile.exp: Expect a host pathname, not a
7872 build pathname. Skip symlink test on Windows host. Add missing
7873 newline at end of file.
7874 * gdb.python/py-pp-maint.exp: Download the .py file to the host
7875 and use its host pathname.
7876 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
7877 * gdb.python/py-section-script.exp: Use host location of binfile
7878 on safe-path. Use correct path separator on Windows host.
7879 Reorder alternatives in gdb_test_multiple to prevent matching
7880 the wrong alternative on success.
7881 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
7882
7883 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
7884
7885 * gdb.gdb/selftest.exp (test_with_self): Update test to now
7886 expect the GDB inferior to no longer immediately stop after
7887 being resumed with "signal SIGINT".
7888
7889 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
7890
7891 * gdb.linespec/break-ask.exp: Generalize regexps to match
7892 Windows pathnames too.
7893
7894 2019-08-08 Tom de Vries <tdevries@suse.de>
7895
7896 PR testsuite/24862
7897 * lib/tuiterm.exp (_accept): Fix CSI regexp.
7898
7899 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7900
7901 * gdb.base/style.exp: Update tests for help doc new invariants.
7902 * gdb.base/help.exp: Likewise.
7903
7904 2019-08-06 Tom Tromey <tom@tromey.com>
7905
7906 * gdb.base/style.exp: Add disassemble test.
7907 * gdb.base/style.c (some_called_function): New function.
7908 (main): Use it.
7909
7910 2019-08-05 Christian Biesinger <cbiesinger@google.com>
7911
7912 * gdb.python/py-block.exp: Test dictionary access on blocks.
7913
7914 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
7915
7916 PR gdb/24863
7917 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
7918 -list-thread-groups --available test when running under
7919 check-read1.
7920
7921 2019-08-05 Tom de Vries <tdevries@suse.de>
7922
7923 PR testsuite/24863
7924 * lib/gdb.exp (with_read1_timeout_factor): New proc.
7925 * gdb.base/help.exp: Use with_read1_timeout_factor.
7926 * gdb.base/info-macros.exp: Same.
7927 * gdb.cp/nested-types.exp: Same.
7928
7929 2019-08-05 Tom de Vries <tdevries@suse.de>
7930
7931 * lib/gdb.exp (version_at_least): Factor out of ...
7932 (tcl_version_at_least): ... here.
7933 (gdb_compile): Fail if pie results in non-PIE executable.
7934 (readelf_version, readelf_prints_pie): New proc.
7935 (exec_is_pie): Return -1 if unknown.
7936
7937 2019-08-05 Tom de Vries <tdevries@suse.de>
7938
7939 * lib/gdb.exp (tcl_version_at_least): Fix typo.
7940
7941 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
7942
7943 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
7944
7945 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
7946
7947 * lib/completion-support.exp (test_gdb_complete_none): Skip
7948 tab completion tests if no readline support.
7949 (test_gdb_complete_unique_re): Likewise.
7950 (test_gdb_complete_multiple): Likewise.
7951
7952 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7953
7954 * gdb.base/info_sources.exp: New file.
7955 * gdb.base/info_sources.c: New file.
7956 * gdb.base/info_sources_base.c: New file.
7957
7958 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
7959
7960 * gdb.base/batch-exit-status.exp: Call test_exit_status with
7961 prefix argument.
7962 (test_exit_status): Add prefix argument.
7963
7964 2019-08-01 Tom de Vries <tdevries@suse.de>
7965
7966 PR testsuite/24863
7967 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
7968 calling exp_continue for new thread and thread exited messages.
7969
7970 2019-08-01 Tom de Vries <tdevries@suse.de>
7971
7972 PR testsuite/24863
7973 * gdb.base/structs.exp: Fix check-read1 timeout using
7974 gdb_test_sequence.
7975 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
7976
7977 2019-08-01 Tom de Vries <tdevries@suse.de>
7978
7979 PR testsuite/24863
7980 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
7981 line.
7982
7983 2019-08-01 Tom de Vries <tdevries@suse.de>
7984
7985 PR testsuite/24863
7986 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
7987
7988 2019-07-30 Tom Tromey <tromey@adacore.com>
7989
7990 * gdb.ada/display_nested.exp: New file.
7991 * gdb.ada/display_nested/foo.adb: New file.
7992 * gdb.ada/display_nested/pack.adb: New file.
7993 * gdb.ada/display_nested/pack.ads: New file.
7994
7995 2019-07-30 Christian Biesinger <cbiesinger@google.com>
7996
7997 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
7998 namespace.
7999 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
8000
8001 2019-07-30 Tom de Vries <tdevries@suse.de>
8002
8003 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
8004 instead.
8005
8006 2019-07-30 Tom de Vries <tdevries@suse.de>
8007
8008 PR testsuite/24834
8009 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
8010 (exec_is_pie): New proc.
8011
8012 2019-07-29 Christian Biesinger <cbiesinger@google.com>
8013
8014 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
8015
8016 2019-07-29 Christian Biesinger <cbiesinger@google.com>
8017
8018 * gdb.python/py-objfile.c: Add global and static vars.
8019 * gdb.python/py-objfile.exp: Test new functions Objfile.
8020 lookup_global_symbol and lookup_static_symbol.
8021
8022 2019-07-29 Tom Tromey <tom@tromey.com>
8023
8024 * lib/tuiterm.exp (Term::_csi_@): New proc.
8025 (Term::_csi_X): Don't move cursor.
8026
8027 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8028
8029 * gdb.base/options.exp: Update backtrace - completion to
8030 new option -frame-info.
8031 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
8032 Test new 'set print frame-info'. Test backtrace -frame-info
8033 overriding 'set print frame-info'.
8034 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
8035 Test new 'set print frame-info'.
8036 Verify consistency of backtrace with and without filters, with and
8037 without -no-filters.
8038 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
8039 default.
8040
8041 2019-07-29 Tom de Vries <tdevries@suse.de>
8042
8043 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
8044 no arguments".
8045
8046 2019-07-29 Tom de Vries <tdevries@suse.de>
8047
8048 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
8049 is a substring of the first for "complete non-unique file name".
8050
8051 2019-07-29 Tom de Vries <tdevries@suse.de>
8052
8053 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
8054 with ".*".
8055
8056 2019-07-29 Tom de Vries <tdevries@suse.de>
8057
8058 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
8059 Pass prompt_regexp parameter to gdb_test_multiple calls.
8060
8061 2019-07-29 Tom de Vries <tdevries@suse.de>
8062
8063 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
8064 print registers" regexps.
8065
8066 2019-07-29 Tom de Vries <tdevries@suse.de>
8067
8068 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
8069
8070 2019-07-29 Tom de Vries <tdevries@suse.de>
8071
8072 PR gdb/24855
8073 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
8074 (skip_python_tests_prompt): Add prompt_regexp argument to
8075 gdb_test_multiple calls.
8076
8077 2019-07-27 Tom Tromey <tom@tromey.com>
8078
8079 * gdb.tui/main.exp: New file.
8080
8081 2019-07-27 Tom Tromey <tom@tromey.com>
8082
8083 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
8084 optional.
8085 * gdb.tui/empty.exp: New file.
8086
8087 2019-07-27 Tom Tromey <tom@tromey.com>
8088
8089 * lib/tuiterm.exp (spawn): New proc.
8090 (Term::resize): New proc.
8091 * gdb.tui/resize.exp: New file.
8092
8093 2019-07-27 Tom Tromey <tom@tromey.com>
8094
8095 * gdb.tui/list.exp: New file.
8096
8097 2019-07-27 Tom Tromey <tom@tromey.com>
8098
8099 * gdb.tui/regs.exp: New file.
8100
8101 2019-07-27 Tom Tromey <tom@tromey.com>
8102
8103 * gdb.tui/basic.exp: Add "layout split" test.
8104
8105 2019-07-27 Tom Tromey <tom@tromey.com>
8106
8107 * gdb.tui/basic.exp: Add "layout asm" test.
8108
8109 2019-07-27 Tom Tromey <tom@tromey.com>
8110
8111 * lib/tuiterm.exp: New file.
8112 * gdb.tui/basic.exp: New file.
8113
8114 2019-07-27 Kevin Buettner <kevinb@redhat.com>
8115
8116 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
8117 Enable tests associated with this flag. Adjust regex
8118 referencing "foo_low" to now refer to "foo_cold" instead.
8119
8120 2019-07-27 Kevin Buettner <kevinb@redhat.com>
8121
8122 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
8123 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
8124 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
8125 foo_cold. Revise comments to match.
8126 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
8127 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
8128 were wrapped into this proc; Call do_test in loop from outermost
8129 level.
8130 (foo_low): Rename all occurrences to "foo_cold".
8131 (backtrace from baz): New test.
8132 (x2/i foo_cold): New test.
8133 (info line *foo_cold): New test.
8134
8135 2019-07-26 Tom de Vries <tdevries@suse.de>
8136
8137 * gdb.arch/i386-pkru.exp: Fix unterminated string.
8138
8139 2019-07-25 Tom de Vries <tdevries@suse.de>
8140
8141 PR testsuite/24830
8142 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
8143 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
8144 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
8145 (skip_libstdcxx_probe_tests): ... here.
8146 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
8147
8148 2019-07-24 Tom de Vries <tdevries@suse.de>
8149
8150 PR testsuite/24807
8151 * gdb.objc/basicclass.m: Include stdio.h.
8152 * gdb.objc/nondebug.m: Same.
8153 * gdb.objc/objcdecode.m: Same.
8154
8155 2019-07-24 Tom de Vries <tdevries@suse.de>
8156
8157 PR testsuite/24612
8158 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
8159 additional_flags.
8160
8161 2019-07-24 Tom de Vries <tdevries@suse.de>
8162
8163 PR testsuite/24831
8164 * gdb.multi/tids.exp: Update error messages for info threads.
8165
8166 2019-07-24 Tom de Vries <tdevries@suse.de>
8167
8168 * gdb.base/info-types.exp: Allow info types to print info for more than
8169 one file.
8170
8171 2019-07-23 Tom de Vries <tdevries@suse.de>
8172
8173 PR testsuite/24842
8174 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
8175 gdb_spawn_with_cmdline_opts.
8176
8177 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
8178
8179 * gdb.arch/arm-cmse-sgstubs.c: New test.
8180 * gdb.arch/arm-cmse-sgstubs.exp: New file.
8181
8182 2019-07-23 Tom de Vries <tdevries@suse.de>
8183
8184 PR testsuite/24711
8185 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
8186 issuing next command.
8187
8188 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
8189
8190 * gdb.ada/info_auto_lang.exp: Update expected results.
8191 * gdb.base/info-types.c: Add additional types to check.
8192 * gdb.base/info-types.exp: Update expected results.
8193
8194 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
8195
8196 * gdb.base/info-types.c: New file.
8197 * gdb.base/info-types.exp: New file.
8198
8199 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
8200
8201 * gdb.arch/riscv-bp-infcall.c: New file.
8202 * gdb.arch/riscv-bp-infcall.exp: New file.
8203
8204 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
8205
8206 PR breakpoints/24541
8207 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
8208
8209 2019-07-14 Tom de Vries <tdevries@suse.de>
8210
8211 PR testsuite/24760
8212 * gdb.objc/basicclass.exp: Fix unterminated string.
8213
8214 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
8215 Andrew Burgess <andrew.burgess@embecosm.com>
8216
8217 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
8218 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
8219 negative bounds.
8220 * gdb.fortran/vla-value.exp: Print elements of an array with
8221 negative bounds.
8222 * gdb.fortran/vla.f90: Setup an array with negative bounds for
8223 testing.
8224
8225 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
8226
8227 * gdb.base/options.exp (expect_string): Dequote strings in
8228 results.
8229 (test-string): Test strings with different quoting and reindent.
8230
8231 2019-07-10 Tom Tromey <tromey@adacore.com>
8232
8233 * gdb.ada/mi_ex_cond.exp: Update expected results.
8234 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
8235 * gdb.ada/mi_catch_ex.exp: Update expected results.
8236 * gdb.ada/mi_catch_assert.exp: Update expected results.
8237 * gdb.ada/catch_ex.exp (catch_exception_info)
8238 (catch_exception_entry, catch_assert_entry)
8239 (catch_unhandled_entry): Update.
8240 * gdb.ada/catch_assert_if.exp: Update expected results.
8241
8242 2019-07-10 Richard Bunt <richard.bunt@arm.com>
8243 Stephen Roberts <stephen.roberts@arm.com>
8244
8245 * gdb.base/define.exp: Restore original prompt.
8246
8247 2019-07-09 Pedro Alves <palves@redhat.com>
8248
8249 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
8250 breakpoints" output.
8251 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
8252 * gdb.python/py-breakpoint.exp: No longer expect that "catch
8253 throw" creates breakpoint.
8254 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
8255 'type="catchpoint"'.
8256
8257 2019-07-09 Pedro Alves <palves@redhat.com>
8258
8259 PR c++/15468
8260 * gdb.cp/except-multi-location-lib.cc: New.
8261 * gdb.cp/except-multi-location-main.cc: New.
8262 * gdb.cp/except-multi-location.exp: New.
8263
8264 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
8265
8266 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
8267 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
8268 argument and update callers.
8269
8270 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
8271
8272 * gdb.arch/amd64-break-on-asm-line.S: New file.
8273 * gdb.arch/amd64-break-on-asm-line.exp: New file.
8274
8275 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8276
8277 * gdb.base/printcmds.exp: Test printing C string and
8278 C wide string convenience vars without transiting via the inferior.
8279 Also make test names unique.
8280
8281 2019-07-08 Alan Hayward <alan.hayward@arm.com>
8282
8283 PR breakpoints/25011
8284 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
8285
8286 2019-07-04 Pedro Alves <palves@redhat.com>
8287
8288 * lib/gdb.exp (foreach_with_prefix): Don't return early if
8289 body returned ok(0), break(3) or continue(4).
8290 * gdb.testsuite/foreach_with_prefix.exp: New file.
8291
8292 2019-07-04 Alan Hayward <alan.hayward@arm.com>
8293
8294 * gdb.server/unittest.exp: Allow 0 unit tests to run.
8295
8296 2019-07-03 Pedro Alves <palves@redhat.com>
8297
8298 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
8299 "return -code".
8300
8301 2019-07-03 Pedro Alves <palves@redhat.com>
8302
8303 PR cli/24732
8304 * gdb.base/shell.exp: Load completion-support.exp.
8305 Adjust expected error output. Add completion tests.
8306
8307 2019-07-03 Pedro Alves <palves@redhat.com>
8308
8309 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
8310 string_to_regexp.
8311
8312 2019-07-03 Pedro Alves <palves@redhat.com>
8313
8314 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
8315 (expect_integer): Adjust to expect "-string".
8316 (expect_string): New.
8317 (all_options): Expect "-string".
8318 (test-flag, test-boolean): Adjust to expect "-string".
8319 (test-string): New proc.
8320 (top level): Call it.
8321
8322 2019-07-03 Pedro Alves <palves@redhat.com>
8323
8324 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
8325 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
8326 the expected output in the success.
8327
8328 2019-07-03 Pedro Alves <palves@redhat.com>
8329
8330 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
8331 Split one gdb_test_multiple call in two to avoid a race.
8332
8333 2019-07-03 Pedro Alves <palves@redhat.com>
8334
8335 * gdb.base/with.c: New file.
8336 * gdb.base/with.exp: New file.
8337
8338 2019-07-03 Pedro Alves <palves@redhat.com>
8339
8340 * gdb.base/settings.exp: Replace all references to "maint
8341 test-settings set" with references to "maint set test-settings",
8342 and all references to "maint test-settings show" with references
8343 to "maint show test-settings".
8344
8345 2019-07-03 Pedro Alves <palves@redhat.com>
8346
8347 * gdb.base/settings.exp (test-string): Adjust expected out when
8348 testing "maint test-settings show filename"
8349
8350 2019-07-02 Pedro Alves <palves@redhat.com>
8351
8352 * gdb.base/options.exp (test-info-threads): New procedure.
8353 (top level): Call it.
8354
8355 2019-06-28 Tom Tromey <tromey@adacore.com>
8356
8357 * gdb.dwarf2/ada-linkage-name.c: New file.
8358 * gdb.dwarf2/ada-linkage-name.exp: New file.
8359
8360 2019-06-27 Tom Tromey <tromey@adacore.com>
8361
8362 PR c++/20020:
8363 * gdb.cp/constexpr-field.exp: Use setup_xfail.
8364
8365 2019-06-26 Tom de Vries <tdevries@suse.de>
8366
8367 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
8368
8369 2019-06-26 Tom de Vries <tdevries@suse.de>
8370
8371 * gdb.base/index-cache.exp: Add back missing debug option.
8372
8373 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8374
8375 * gdb.base/alias.exp: Test non matching/non existing prefixes.
8376
8377 2019-06-25 Tom de Vries <tdevries@suse.de>
8378
8379 PR testsuite/24727
8380 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
8381
8382 2019-06-24 Tom de Vries <tdevries@suse.de>
8383
8384 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
8385
8386 2019-06-24 Tom de Vries <tdevries@suse.de>
8387
8388 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
8389 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
8390 * gdb.trace/unavailable-dwarf-piece.exp: Same.
8391
8392 2019-06-24 Tom de Vries <tdevries@suse.de>
8393
8394 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
8395
8396 2019-06-21 Tom de Vries <tdevries@suse.de>
8397
8398 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
8399
8400 2019-06-21 Tom de Vries <tdevries@suse.de>
8401
8402 PR testsuite/24518
8403 PR ada/24713
8404 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
8405 index.
8406
8407 2019-06-19 Tom Tromey <tromey@adacore.com>
8408
8409 * gdb.ada/length_cond.exp: Add intro comment.
8410
8411 2019-06-19 Tom Tromey <tromey@adacore.com>
8412
8413 * gdb.ada/length_cond.exp: New file.
8414 * gdb.ada/length_cond/length_cond.adb: New file.
8415 * gdb.ada/length_cond/pck.adb: New file.
8416 * gdb.ada/length_cond/pck.ads: New file.
8417
8418 2019-06-18 Tom de Vries <tdevries@suse.de>
8419
8420 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
8421
8422 2019-06-18 Tom Tromey <tromey@adacore.com>
8423
8424 * gdb.base/list0.h: Add comment explaining control character.
8425
8426 2019-06-18 Tom de Vries <tdevries@suse.de>
8427
8428 * boards/fission.exp: Break up long debug_flags line.
8429
8430 2019-06-16 Tom de Vries <tdevries@suse.de>
8431
8432 PR gdb/24445
8433 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
8434 generated index.
8435
8436 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
8437
8438 PR gdb/24686
8439 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
8440 improve detection of bug gdb/24541.
8441
8442 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
8443
8444 PR gdb/24669
8445 * gdb.base/index-cache.exp (uses_readnow,
8446 expecting_index_cache_use): Define global variable.
8447 (test_cache_enabled_miss, test_cache_enabled_hit): Use
8448 expecting_index_cache_use.
8449
8450 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
8451 Andrew Burgess <andrew.burgess@embecosm.com>
8452
8453 * gdb.fortran/pointers.f90: New file.
8454 * gdb.fortran/print_type.exp: New file.
8455 * gdb.fortran/vla-ptype.exp: Adapt expected results.
8456 * gdb.fortran/vla-type.exp: Likewise.
8457 * gdb.fortran/vla-value.exp: Likewise.
8458 * gdb.mi/mi-vla-fortran.exp: Likewise.
8459
8460 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8461
8462 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
8463 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
8464 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
8465 as a stop reason.
8466
8467 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8468
8469 * gdb.base/annota1.exp: Update expected results.
8470 * gdb.cp/annota2.exp: Likewise.
8471 * gdb.cp/annota3.exp: Likewise.
8472
8473 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8474
8475 * gdb.base/style-logging.exp: Remove path from test name.
8476
8477 2019-06-14 Tom Tromey <tromey@adacore.com>
8478
8479 PR gdb/24502:
8480 * gdb.base/style-logging.exp: New file.
8481
8482 2019-06-14 Tom Tromey <tromey@adacore.com>
8483
8484 * gdb.base/symfile-warn.exp: New file.
8485 * gdb.base/symfile-warn.c: New file.
8486
8487 2019-06-14 Tom Tromey <tromey@adacore.com>
8488
8489 * gdb.base/annotate-symlink.exp: New file.
8490
8491 2019-06-14 Tom Tromey <tromey@adacore.com>
8492
8493 * gdb.ada/set_wstr.exp: Add reassignment test.
8494
8495 2019-06-14 Tom Tromey <tromey@adacore.com>
8496
8497 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
8498 'unchecked_access and 'unrestricted_access as well.
8499
8500 2019-06-14 Tom Tromey <tromey@adacore.com>
8501
8502 PR ada/24539:
8503 * gdb.ada/vla.exp: Update tests.
8504 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
8505 pragma.
8506
8507 2019-06-13 Pedro Alves <palves@redhat.com>
8508
8509 * gdb.base/settings.exp (test-integer): Test junk after
8510 "unlimited".
8511
8512 2019-06-13 Pedro Alves <palves@redhat.com>
8513
8514 * gdb.base/options.exp (test-thread-apply): New.
8515 (top level): Call it.
8516
8517 2019-06-13 Pedro Alves <palves@redhat.com>
8518
8519 * gdb.base/options.exp (test-frame-apply): New.
8520 (top level): Test print commands with different "frame apply"
8521 prefixes.
8522
8523 2019-06-13 Pedro Alves <palves@redhat.com>
8524
8525 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
8526 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
8527 'max_completions' parameter and handle it.
8528 (test_gdb_completion_offers_commands): New.
8529
8530 2019-06-13 Pedro Alves <palves@redhat.com>
8531
8532 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
8533
8534 2019-06-13 Pedro Alves <palves@redhat.com>
8535
8536 * gdb.base/options.exp (test-backtrace): New.
8537 (top level): Call it.
8538
8539 2019-06-13 Pedro Alves <palves@redhat.com>
8540
8541 * gdb.guile/scm-frame-args.exp: Use "set print
8542 raw-frame-arguments" instead of "set print raw frame-arguments".
8543 * gdb.python/py-frame-args.exp: Likewise.
8544
8545 2019-06-13 Pedro Alves <palves@redhat.com>
8546
8547 * gdb.compile/compile.exp: Adjust expected output to option
8548 processing changes.
8549
8550 2019-06-13 Pedro Alves <palves@redhat.com>
8551
8552 * gdb.base/options.exp: Build executable.
8553 (test-print): New procedure.
8554 (top level): Call it, once for "print" and another for "compile
8555 print".
8556
8557 2019-06-13 Pedro Alves <palves@redhat.com>
8558
8559 * gdb.base/options.c: New file.
8560 * gdb.base/options.exp: New file.
8561
8562 2019-06-13 Pedro Alves <palves@redhat.com>
8563
8564 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
8565 that "o" is ambiguous.
8566
8567 2019-06-13 Pedro Alves <palves@redhat.com>
8568
8569 * gdb.base/settings.c: New file.
8570 * gdb.base/settings.exp: New file.
8571
8572 2019-06-13 Pedro Alves <palves@redhat.com>
8573
8574 * gdb.base/completion.exp: Fix comment typo.
8575
8576 2019-06-13 Pedro Alves <palves@redhat.com>
8577
8578 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
8579 foo --1" test.
8580
8581 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
8582
8583 * gdb.fortran/block-data.f: New.
8584 * gdb.fortran/block-data.exp: New.
8585
8586 2019-06-11 Tom de Vries <tdevries@suse.de>
8587
8588 PR testsuite/24521
8589 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
8590 message.
8591
8592 2019-06-11 Tom de Vries <tdevries@suse.de>
8593
8594 PR testsuite/24521
8595 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
8596
8597 2019-06-11 Tom de Vries <tdevries@suse.de>
8598
8599 * boards/readnow.exp: New file.
8600
8601 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
8602
8603 * gdb.fortran/vla-sizeof.exp: Update expected results.
8604
8605 2019-06-06 Amos Bird <amosbird@gmail.com>
8606
8607 * gdb.base/annota1.exp (thread_switch): Add test for
8608 thread-exited annotation.
8609
8610 2019-06-06 Tom Tromey <tromey@adacore.com>
8611
8612 * gdb.base/maint.exp: Expect command started/finished output.
8613
8614 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
8615
8616 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
8617 comment.
8618 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
8619
8620 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
8621
8622 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
8623 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
8624 * gdb.arch/riscv-unwind-long-insn.c: New file.
8625 * gdb.arch/riscv-unwind-long-insn.exp: New file.
8626
8627 2019-06-04 Christian Biesinger <cbiesinger@google.com>
8628
8629 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
8630
8631 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8632
8633 * lib/gdb.exp (help_list_trailer): New regexp variable
8634 factorizing the help trailer message.
8635 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
8636 arg to allow to better factorize various tests.
8637 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
8638 (test_prefix_command_help): Use help_list_trailer.
8639 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
8640 * gdb.guile/scm-cmd.exp: Likewise.
8641 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
8642 * gdb.base/help.exp: Use test_user_defined_class_help.
8643 * gdb.base/style.exp: Add tests for styling of help and apropos.
8644 * lib/gdb-utils.exp (style): Add title and highlight styles.
8645
8646 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8647
8648 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
8649 $_shell_exitsignal.
8650 * gdb.base/default.exp: Update for new convenience variables.
8651
8652 2019-05-29 Tom Tromey <tromey@adacore.com>
8653
8654 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
8655 to "break complete ada" test case's regexp.
8656
8657 2019-05-29 Tom Tromey <tromey@adacore.com>
8658
8659 PR c++/20020:
8660 * gdb.cp/constexpr-field.exp: New file.
8661 * gdb.cp/constexpr-field.cc: New file.
8662
8663 2019-05-29 Tom Tromey <tromey@adacore.com>
8664
8665 * gdb.base/finish.exp (finish_no_print): New proc.
8666 (finish_tests): Call it.
8667
8668 2019-05-24 Tom de Vries <tdevries@suse.de>
8669
8670 * gdb.dwarf2/gdb-add-index.exp: New file.
8671
8672 2019-05-22 Tom Tromey <tromey@adacore.com>
8673
8674 * gdb.base/info-shared.exp (check_info_shared): Use "style".
8675 * gdb.base/style.exp: Use "style".
8676 * lib/gdb-utils.exp (style): New proc.
8677
8678 2019-05-22 Tom de Vries <tdevries@suse.de>
8679
8680 * gdb.base/align.exp: Require c++11.
8681
8682 2019-05-22 Tom de Vries <tdevries@suse.de>
8683
8684 PR testsuite/24586
8685 * gdb.python/py-mi-var-info-path-expression.exp: Call
8686 mi_skip_python_tests to check if python is supported.
8687
8688 2019-05-22 Alan Hayward <alan.hayward@arm.com>
8689
8690 * gdb.arch/aarch64-pauth.c: New test.
8691 * gdb.arch/aarch64-pauth.exp: New file.
8692
8693 2019-05-22 Alan Hayward <alan.hayward@arm.com>
8694
8695 * README (Re-running Tests Outside The Testsuite): New section.
8696
8697 2019-05-21 Tom de Vries <tdevries@suse.de>
8698
8699 * gdb.arch/amd64-eval.exp: Require c++11.
8700 * gdb.base/max-depth.exp: Same.
8701 * gdb.compile/compile-cplus-array-decay.exp: Same.
8702 * gdb.cp/meth-typedefs.exp: Same.
8703 * gdb.cp/subtypes.exp: Same.
8704 * gdb.cp/temargs.exp: Same.
8705
8706 2019-05-21 Alan Hayward <alan.hayward@arm.com>
8707
8708 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
8709
8710 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
8711
8712 PR gdb/18644
8713 * gdb.fortran/complex.exp: Remove setup_kfail calls.
8714 * gdb.fortran/printing-types.exp: Add new test.
8715 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
8716 testing.
8717 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
8718 setup_kfail call.
8719
8720 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8721
8722 * README (Running the Testsuite): Change example.
8723 (Testsuite Parameters): Remove TRANSCRIPT.
8724 * lib/gdb.exp: Remove TRANSCRIPT check.
8725
8726 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8727
8728 * README (Testsuite Parameters): Add replay logging to
8729 GDBSERVER_DEBUG.
8730 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
8731 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
8732 as a comma separated list.
8733 (gdb_debug_init): Override procedure.
8734
8735 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8736
8737 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
8738 (gdb_write_cmd_file): New procedure.
8739 * lib/gdbserver-support.exp (gdbserver_start): Call
8740 gdbserver_write_cmd_file.
8741 (gdbserver_write_cmd_file): New procedure.
8742
8743 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8744
8745 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
8746 (delete_breakpoints): Likewise.
8747 (gdb_run_cmd): Likewise.
8748 (gdb_start_cmd): Likewise.
8749 (gdb_starti_cmd): Likewise.
8750 (gdb_internal_error_resync): Likewise.
8751 (gdb_test_multiple): Likewise.
8752 (gdb_reinitialize_dir): Likewise.
8753 (default_gdb_exit): Likewise.
8754 (gdb_file_cmd): Mark kill as optional.
8755 (default_gdb_start): Call gdb_stdin_log_init.
8756 (send_gdb): Call gdb_stdin_log_write.
8757 (rerun_to_main): Mark Y as an answer.
8758 (gdb_stdin_log_init): New function.
8759 (gdb_stdin_log_write): Likewise.
8760
8761 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8762
8763 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
8764 * gdb.base/debug-expr.exp: Likewise.
8765 * gdb.base/foll-fork.exp: Likewise.
8766 * gdb.base/foll-vfork.exp: Likewise.
8767 * gdb.base/fork-print-inferior-events.exp: Likewise.
8768 * gdb.base/gdb-sigterm.exp: Likewise.
8769 * gdb.base/gdbinit-history.exp: Likewise.
8770 * gdb.base/osabi.exp: Likewise.
8771 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
8772 * gdb.base/ui-redirect.exp: Likewise.
8773 * gdb.gdb/unittest.exp: Likewise.
8774 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
8775 * gdb.mi/mi-watch.exp: Likewise.
8776 * gdb.mi/new-ui-mi-sync.exp: Likewise.
8777 * gdb.mi/user-selected-context-sync.exp: Likewise.
8778 * gdb.python/python.exp: Disable debug test when debugging.
8779 * gdb.threads/check-libthread-db.exp: Disable when debugging.
8780 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
8781 Likewise.
8782 * gdb.threads/stepi-random-signal.exp: Likewise.
8783
8784 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8785
8786 * Makefile.in: Pass through GDB_DEBUG.
8787 * README (Testsuite Parameters): Add GDB_DEBUG.
8788 (gdb,debug): Add board setting.
8789 * lib/gdb.exp (default_gdb_start): Start debugging.
8790 (gdb_debug_enabled): New procedure.
8791 (gdb_debug_init): Likewise.
8792
8793 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8794
8795 * Makefile.in: Pass through GDB_DEBUG.
8796 * README (Testsuite Parameters): Add GDB_DEBUG.
8797 (gdb,debug): Add board setting.
8798 * lib/gdb.exp (default_gdb_start): Start debugging.
8799 (gdb_debug_enabled): New procedure.
8800 (gdb_debug_init): Likewise.
8801
8802 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8803
8804 * gdb.base/ui-redirect.exp: Add debug redirect tests.
8805
8806 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8807
8808 * gdb.base/ui-redirect.exp: Test redirection.
8809
8810 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
8811
8812 * gdb.mi/mi-complete.exp: New file.
8813 * gdb.mi/mi-complete.cc: Likewise.
8814
8815 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
8816
8817 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
8818 indexed and sliced arrays, and pointers to arrays.
8819
8820 2019-05-14 Tom Tromey <tromey@adacore.com>
8821
8822 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
8823 styling test.
8824
8825 2019-05-14 Tom de Vries <tdevries@suse.de>
8826
8827 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
8828 selection entry encoding.
8829
8830 2019-05-10 Tom Tromey <tromey@adacore.com>
8831
8832 * gdb.ada/info_exc.exp: Add "complete" test.
8833
8834 2019-05-09 Tom de Vries <tdevries@suse.de>
8835
8836 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
8837 CU-relative.
8838
8839 2019-05-09 Tom de Vries <tdevries@suse.de>
8840
8841 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
8842 CU-relative.
8843
8844 2019-05-08 Joel Brobecker <brobecker@adacore.com>
8845
8846 * gdb.ada/frame_arg_lang.exp: New testcase.
8847 * gdb.ada/frame_arg_lang/bla.adb: New file.
8848 * gdb.ada/frame_arg_lang/pck.ads: New file.
8849 * gdb.ada/frame_arg_lang/pck.adb: New file.
8850 * gdb.ada/frame_arg_lang/foo.c: New file.
8851
8852 2019-05-08 Tom Tromey <tromey@adacore.com>
8853
8854 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
8855
8856 2019-05-08 Tom Tromey <tromey@adacore.com>
8857
8858 * gdb.base/ptype-offsets.exp: Update tests.
8859
8860 2019-05-08 Tom Tromey <tromey@adacore.com>
8861
8862 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
8863 cases.
8864 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
8865 "short".
8866
8867 2019-05-08 Tom Tromey <tromey@adacore.com>
8868
8869 * gdb.ada/vla.exp: New file.
8870 * gdb.ada/vla/vla.adb: New file.
8871
8872 2019-05-07 Tom de Vries <tdevries@suse.de>
8873
8874 * gdb.base/index-cache.exp (ls_host): Fix return statement.
8875
8876 2019-05-07 Tom de Vries <tdevries@suse.de>
8877
8878 PR testsuite/24522
8879 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
8880 section.
8881
8882 2019-05-07 Tom de Vries <tdevries@suse.de>
8883
8884 PR testsuite/24522
8885 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
8886 .debug_aranges section.
8887
8888 2019-05-07 Tom de Vries <tdevries@suse.de>
8889
8890 PR testsuite/24159
8891 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
8892
8893 2019-05-06 Tom de Vries <tdevries@suse.de>
8894
8895 * lib/gdb.exp (exec_has_index_section): New proc.
8896 * gdb.base/index-cache.exp: Handle case that binfile contains an index
8897 section.
8898
8899 2019-05-04 Tom de Vries <tdevries@suse.de>
8900
8901 * boards/cc-with-debug-names.exp: New file.
8902
8903 2019-05-03 Tom Tromey <tromey@adacore.com>
8904
8905 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
8906 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
8907 * gdb.ada/char_enum.exp: Add test.
8908
8909 2019-05-03 Tom de Vries <tdevries@suse.de>
8910
8911 * boards/cc-with-gdb-index.exp: New file.
8912
8913 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
8914
8915 * gdb.rust/simple.exp: Add new test case.
8916 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
8917 (main): Initialise an instance of the new struct.
8918
8919 2019-05-01 Tom Tromey <tromey@adacore.com>
8920
8921 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
8922 record.
8923 (NPR): New variable.
8924 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
8925 test.
8926
8927 2019-05-01 Tom Tromey <tromey@adacore.com>
8928
8929 * gdb.ada/packed_array_assign.exp: Add packed assignment
8930 regression test.
8931
8932 2019-05-01 Tom de Vries <tdevries@suse.de>
8933
8934 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
8935
8936 2019-05-01 Tom de Vries <tdevries@suse.de>
8937
8938 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
8939
8940 2019-04-30 Ali Tamur <tamur@google.com>
8941
8942 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
8943
8944 2019-04-30 Tom Tromey <tromey@adacore.com>
8945
8946 * lib/ada.exp (find_ada_tool): New proc.
8947 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
8948 * gdb.ada/catch_ex_std.exp: New file.
8949 * gdb.ada/catch_ex_std/foo.adb: New file.
8950 * gdb.ada/catch_ex_std/some_package.adb: New file.
8951 * gdb.ada/catch_ex_std/some_package.ads: New file.
8952
8953 2019-04-30 Tom Tromey <tromey@adacore.com>
8954
8955 PR c++/24470:
8956 * gdb.cp/temargs.cc: Add test code from PR.
8957
8958 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8959
8960 * gdb.fortran/vla-datatypes.exp: Update expected results.
8961 * gdb.fortran/vla-ptype.exp: Likewise.
8962 * gdb.fortran/vla-type.exp: Likewise.
8963 * gdb.fortran/vla-value.exp: Likewise.
8964
8965 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8966
8967 * gdb.fortran/ptr-indentation.exp: Update expected results.
8968 * gdb.fortran/ptype-on-functions.exp: Likewise.
8969 * gdb.fortran/vla-ptr-info.exp: Likewise.
8970 * gdb.fortran/vla-value.exp: Likewise.
8971
8972 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8973
8974 * gdb.fortran/ptype-on-functions.exp: New file.
8975 * gdb.fortran/ptype-on-functions.f90: New file.
8976
8977 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8978
8979 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
8980 case void string.
8981
8982 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8983
8984 * gdb.fortran/complex.exp: Expand.
8985 * gdb.fortran/complex.f: Renamed to...
8986 * gdb.fortran/complex.f90: ...this, and extended to add more
8987 complex values.
8988
8989 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8990
8991 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
8992 MODULO, CMPLX.
8993
8994 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
8995 Richard Bunt <richard.bunt@arm.com>
8996
8997 * gdb.base/max-depth.c: New file.
8998 * gdb.base/max-depth.exp: New file.
8999 * gdb.python/py-nested-maps.c: New file.
9000 * gdb.python/py-nested-maps.exp: New file.
9001 * gdb.python/py-nested-maps.py: New file.
9002 * gdb.python/py-format-string.exp (test_max_depth): New proc.
9003 (test_all_common): Call test_max_depth.
9004 * gdb.fortran/max-depth.exp: New file.
9005 * gdb.fortran/max-depth.f90: New file.
9006 * gdb.go/max-depth.exp: New file.
9007 * gdb.go/max-depth.go: New file.
9008 * gdb.modula2/max-depth.exp: New file.
9009 * gdb.modula2/max-depth.c: New file.
9010 * lib/gdb.exp (get_print_expr_at_depths): New proc.
9011
9012 2019-04-29 Tom de Vries <tdevries@suse.de>
9013
9014 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
9015
9016 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9017
9018 * gdb.base/callexit.exp: Test may-call-functions off.
9019
9020 2019-04-25 Keith Seitz <keiths@redhat.com>
9021
9022 PR c++/24367
9023 * gdb.cp/meth-typedefs.cc (incomplete_struct)
9024 (another_incomplete_struct, test_incomplete): New definitions.
9025 (main): Use new definitions.
9026 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
9027 functions.
9028
9029 2019-04-25 Ali Tamur <tamur@google.com>
9030
9031 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
9032
9033 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
9034
9035 PR corefiles/11608
9036 PR corefiles/18187
9037 * gdb.base/coredump-filter-build-id.exp: New file.
9038
9039 2019-04-25 Alan Hayward <alan.hayward@arm.com>
9040
9041 * Makefile.in: Pass through GDBSERVER_DEBUG.
9042 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
9043 (gdbserver,debug): Add board setting.
9044 * gdb.trace/tspeed.exp: Skip when debugging.
9045 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
9046 * lib/gdbserver-support.exp: Likewise
9047
9048 2019-04-24 Tom Tromey <tromey@adacore.com>
9049
9050 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
9051 Rust.
9052
9053 2019-04-24 Tom Tromey <tromey@adacore.com>
9054
9055 * gdb.arch/amd64-eval.exp: Test bitfield return.
9056 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
9057 (class Foo) <return_bitfields>: New method.
9058 (main): Call it.
9059
9060 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9061
9062 * gdb.cp/many-args.cc: New file.
9063 * gdb.cp/many-args.exp: New file.
9064
9065 2019-04-23 Tom de Vries <tdevries@suse.de>
9066
9067 PR gdb/24433
9068 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
9069
9070 2019-04-23 Alan Hayward <alan.hayward@arm.com>
9071
9072 * gdb.trace/backtrace.exp: Use nopie flag.
9073 * gdb.trace/circ.exp: Likewise.
9074 * gdb.trace/collection.exp: Likewise.
9075 * gdb.trace/ftrace.exp: Likewise.
9076 * gdb.trace/mi-trace-unavailable.exp: Likewise.
9077 * gdb.trace/mi-traceframe-changed.exp: Likewise.
9078 * gdb.trace/qtro.exp: Likewise.
9079 * gdb.trace/read-memory.exp: Likewise.
9080 * gdb.trace/report.exp: Likewise.
9081 * gdb.trace/tfile.exp: Likewise.
9082 * gdb.trace/tfind.exp: Likewise.
9083 * gdb.trace/unavailable.exp: Likewise.
9084
9085 2019-04-22 Pedro Alves <palves@redhat.com>
9086
9087 * gdb.base/solib-probes-nosharedlibrary.c,
9088 gdb.base/solib-probes-nosharedlibrary.exp: New files.
9089
9090 2019-04-19 Tom Tromey <tromey@adacore.com>
9091
9092 * gdb.ada/ptype_union.c: New file.
9093 * gdb.ada/ptype_union.exp: New file.
9094
9095 2019-04-19 Tom Tromey <tromey@adacore.com>
9096
9097 PR symtab/24423:
9098 * gdb.base/list0.h (foo): Add a control-l character.
9099
9100 2019-04-18 Tom de Vries <tdevries@suse.de>
9101
9102 PR gdb/24433
9103 * boards/local-board.exp: Set sysroot to "".
9104
9105 2019-04-18 Tom de Vries <tdevries@suse.de>
9106 Pedro Alves <palves@redhat.com>
9107
9108 PR gdb/24454
9109 * gdb.threads/vfork-follow-child-exec.c: New file.
9110 * gdb.threads/vfork-follow-child-exec.exp: New file.
9111 * gdb.threads/vfork-follow-child-exit.c: New file.
9112 * gdb.threads/vfork-follow-child-exit.exp: New file.
9113
9114 2019-04-15 Leszek Swirski <leszeks@google.com>
9115
9116 * gdb.arch/amd64-eval.cc: New file.
9117 * gdb.arch/amd64-eval.exp: New file.
9118
9119 2019-04-11 Alan Hayward <alan.hayward@arm.com>
9120
9121 * gdb.server/sysroot.c: New test.
9122 * gdb.server/sysroot.exp: New file.
9123 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
9124 matching param.
9125
9126 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
9127
9128 * gdb.base/align.exp: Extend test to cover structures containing
9129 only static fields.
9130
9131 2019-04-11 Tom de Vries <tdevries@suse.de>
9132
9133 * boards/cc-with-dwz-m.exp: New file.
9134 * boards/cc-with-dwz.exp: New file.
9135 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
9136
9137 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
9138
9139 * gdb.base/start-cpp.exp: New file.
9140 * gdb.base/start-cpp.cc: New file.
9141
9142 2019-04-08 Kevin Buettner <kevinb@redhat.com>
9143
9144 * gdb.python/py-thrhandle.exp: Adjust tests to call
9145 thread_from_handle instead of thread_from_thread_handle.
9146
9147 2019-04-08 Kevin Buettner <kevinb@redhat.com>
9148
9149 * gdb.python/py-thrhandle.exp: Add tests for
9150 gdb.InferiorThread.handle.
9151
9152 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
9153
9154 * gdb.python/py-function.exp: Check calling helper function from
9155 all languages.
9156 * lib/gdb.exp (gdb_supported_languages): New proc.
9157
9158 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
9159
9160 * gdb.base/complex-parts.c: New file.
9161 * gdb.base/complex-parts.exp: New file.
9162
9163 2019-04-01 Tom Tromey <tromey@adacore.com>
9164
9165 PR symtab/23331:
9166 * gdb.dwarf2/dw2-ranges-main.c: New file.
9167 * gdb.dwarf2/dw2-ranges-psym.c: New file.
9168 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
9169
9170 2019-03-30 Simon Marchi <simark@simark.ca>
9171
9172 * gdb.base/default.exp: Add values for $_gdb_major and
9173 $_gdb_minor.
9174
9175 2019-03-29 Tom Tromey <tromey@adacore.com>
9176
9177 * gdb.base/help.exp: Tighten apropos regexp.
9178
9179 2019-03-29 Keith Seitz <keiths@redhat.com>
9180
9181 * gdb.fortran/array-bounds.exp: New file.
9182 * gdb.fortran/array-bounds.f90: New file.
9183
9184 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9185
9186 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
9187
9188 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9189
9190 * gdb.multi/hello.c (main): Increase alarm timer.
9191
9192 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
9193
9194 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
9195 factor when no hardware watchpoint support.
9196
9197 2019-03-28 Alan Hayward <alan.hayward@arm.com>
9198 Pedro Alves <palves@redhat.com>
9199
9200 * boards/local-board.exp: set sysroot to /.
9201
9202 2019-03-27 Alan Hayward <alan.hayward@arm.com>
9203
9204 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
9205 in child.
9206
9207 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
9208
9209 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
9210 field.
9211 (make_container): Initialise new field.
9212 * gdb.python/py-prettyprint.exp: Add new tests.
9213 * gdb.python/py-prettyprint.py (class ContainerPrinter)
9214 <display_hint>: New method.
9215
9216 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
9217
9218 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
9219 gdb_continue_to_breakpoint more throughout this test.
9220 (run_lang_tests) Supply unique test names, and use
9221 gdb_test_no_output.
9222
9223 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
9224
9225 * gdb.base/finish-pretty.exp: Update expected results.
9226 * gdb.base/pretty-print.c: New file.
9227 * gdb.base/pretty-print.exp: New file.
9228
9229 2019-03-25 Pedro Alves <palves@redhat.com>
9230
9231 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
9232 move comments outside list. Append '-i "" eof' section.
9233
9234 2019-03-22 Alan Hayward <alan.hayward@arm.com>
9235
9236 PR testsuite/25016
9237 * README: Add pie options.
9238 * gdb.base/break-interp.exp: Ensure pie is disabled.
9239 * gdb.base/dump.exp: Likewise.
9240 * lib/gdb.exp (gdb_compile): Add pie option.
9241
9242 2019-03-19 Tom Tromey <tromey@adacore.com>
9243
9244 * gdb.mi/mi2-cli-display.c: New file.
9245 * gdb.mi/mi2-cli-display.exp: New file.
9246
9247 2019-03-18 Joel Brobecker <brobecker@adacore.com>
9248 Tom Tromey <tromey@adacore.com>
9249
9250 * gdb.ada/ptype_array/pck.adb: New file.
9251 * gdb.ada/ptype_array/pck.ads: New file.
9252 * gdb.ada/ptype_array/foo.adb: New file.
9253 * gdb.ada/ptype_array.exp: New file.
9254
9255 2019-03-14 Tom Tromey <tromey@adacore.com>
9256
9257 * gdb.base/style.exp: Add "set style sources" test.
9258
9259 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
9260
9261 * mi-breakpoint-location-ena-dis.exp: Rename to ...
9262 * mi-breakpoint-multiple-locations.exp: ... this.
9263 (make_breakpoints_pattern): New proc.
9264 (do_test): Add mi_version parameter, test -break-insert,
9265 -break-info and =breakpoint-created.
9266
9267 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
9268
9269 * config/default.exp: Remove 'load_lib gdb.exp'.
9270 * config/monitor.exp: Likewise.
9271 * config/sid.exp: Likewise.
9272 * config/sim.exp: Likewise.
9273 * config/slite.exp: Likewise.
9274 * config/unix.exp: Likewise.
9275 * gdb.base/default.exp: Remove unhelpful comment.
9276
9277 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9278
9279 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
9280
9281 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9282
9283 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
9284
9285 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9286
9287 * gdb.fortran/type-kinds.exp: Update expected results.
9288
9289 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9290
9291 * gdb.fortran/type-kinds.exp: Test new integer type kind.
9292
9293 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9294
9295 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
9296 function.
9297 (test_basic_parsing_of_type_kinds): Expand types tested.
9298 (test_parsing_invalid_type_kinds): New function.
9299
9300 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9301
9302 * gdb.fortran/intrinsics.exp: New file.
9303 * gdb.fortran/intrinsics.f90: New file.
9304 * gdb.fortran/type-kinds.exp: New file.
9305
9306 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9307
9308 * gdb.fortran/dot-ops.exp: New file.
9309
9310 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9311
9312 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
9313 Check upper and lower case logical literals.
9314
9315 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9316
9317 * gdb.fortran/types.exp (test_float_literal_types_accepted):
9318 Remove duplicate tests.
9319
9320 2019-03-06 Alan Hayward <alan.hayward@arm.com>
9321
9322 * lib/gdb.exp (builtin_cd): rename of cd.
9323 (cd): Override builtin.
9324
9325 2019-03-06 Richard Bunt <richard.bunt@arm.com>
9326
9327 * gdb.fortran/function-calls.exp: New file.
9328 * gdb.fortran/function-calls.f90: New test.
9329
9330 2019-03-04 Richard Bunt <richard.bunt@arm.com>
9331
9332 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
9333 on user program standard output.
9334 * gdb.fortran/short-circuit-argument-list.f90: Record function
9335 calls.
9336
9337 2019-02-28 Alan Hayward <alan.hayward@arm.com>
9338
9339 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
9340 failure.
9341
9342 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9343
9344 PR gdb/8527
9345 * gdb.base/interrupt-daemon-attach.c,
9346 gdb.base/interrupt-daemon-attach.exp: New test.
9347
9348 2019-02-27 Pedro Alves <palves@redhat.com>
9349
9350 * gdb.base/page.exp: Add tests for "set width/height -1".
9351
9352 2019-02-27 Pedro Alves <palves@redhat.com>
9353
9354 * gdb.base/page.exp: Add tests for "set/show width/height" with
9355 "infinite" values.
9356
9357 2019-02-27 Tom Tromey <tromey@adacore.com>
9358
9359 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
9360 2.4.
9361 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
9362 workaround.
9363
9364 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
9365
9366 * gdb.base/align.exp: Extend to compile in both C and C++, and add
9367 tests for structs with static members.
9368
9369 2019-02-26 Tom Tromey <tromey@adacore.com>
9370
9371 * gdb.python/py-value.exp (test_value_from_buffer): Check for
9372 ValueError, not TypeError.
9373
9374 2019-02-26 Kevin Buettner <kevinb@redhat.com>
9375
9376 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
9377 call from main program.
9378
9379 2019-02-23 Joel Brobecker <brobecker@adacore.com>
9380
9381 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
9382 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
9383 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
9384 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
9385 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
9386
9387 2019-02-22 Keith Seitz <keiths@redhat.com>
9388
9389 PR symtab/23853
9390 * gdb.base/symlink-sourcefile.c: New file.
9391 * gdb.base/symlink-sourcefile.exp: New file.
9392
9393 2019-02-20 Tom Tromey <tom@tromey.com>
9394
9395 * gdb.base/info_qt.exp: Update.
9396
9397 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
9398
9399 * gdb.base/source.exp: Move "error in sourced script" code to
9400 the end.
9401 * gdb.base/source-error.gdb: Move contents to
9402 source-error-1.gdb. Add new code to source source-error-1.gdb.
9403 * gdb.base/source-error-1.gdb: New file, from previous
9404 source-error.gdb.
9405
9406 2019-02-17 Tom Tromey <tom@tromey.com>
9407
9408 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
9409 for macro styling.
9410 * gdb.base/style.c (SOME_MACRO): New macro.
9411
9412 2019-02-17 Tom Tromey <tom@tromey.com>
9413
9414 * gdb.base/style.exp: Add line-wrapping tests.
9415 * gdb.base/page.exp: Add test for quitting during pagination.
9416
9417 2019-02-17 Joel Brobecker <brobecker@adacore.com>
9418
9419 * gdb.ada/big_packed_array: New testcase.
9420 * gdb.ada/homonym.exp: Fix incorrect expected output for
9421 "break <homonym__get_value>" test.
9422
9423 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
9424
9425 PR breakpoints/21870
9426 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
9427 and prepare_for_testing. Add comment.
9428 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
9429 redundant cleanup call. Clean up comment.
9430
9431 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
9432
9433 PR breakpoints/21870
9434 * gdb.arch/aarch64-dbreg-contents.exp: New file.
9435 * gdb.arch/aarch64-dbreg-contents.c: New file.
9436
9437 2019-02-10 Joel Brobecker <brobecker@adacore.com>
9438
9439 * gdb.ada/mi_ref_changeable: New testcase.
9440
9441 2019-02-07 Alan Hayward <alan.hayward@arm.com>
9442
9443 * gdb.base/attach.exp: Add double attach test.
9444
9445 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
9446
9447 * lib/gdb.exp (default_gdb_start): Don't match pagination
9448 prompt.
9449 (gdb_init): Set stty_init.
9450
9451 2019-01-27 Tom Tromey <tom@tromey.com>
9452
9453 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
9454 skip_python_tests.
9455
9456 2019-01-24 Alan Hayward <alan.hayward@arm.com>
9457
9458 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
9459 New structure.
9460 (struct struct_static_02_02): Likewise.
9461 (struct struct_static_02_03): Likewise.
9462 (struct struct_static_02_04): Likewise.
9463 (struct struct_static_04_01): Likewise.
9464 (struct struct_static_04_02): Likewise.
9465 (struct struct_static_04_03): Likewise.
9466 (struct struct_static_04_04): Likewise.
9467 (struct struct_static_06_01): Likewise.
9468 (struct struct_static_06_02): Likewise.
9469 (struct struct_static_06_03): Likewise.
9470 (struct struct_static_06_04): Likewise.
9471 (cmp_struct_static_02_01): Likewise.
9472 (cmp_struct_static_02_02): Likewise.
9473 (cmp_struct_static_02_03): Likewise.
9474 (cmp_struct_static_02_04): Likewise.
9475 (cmp_struct_static_04_01): Likewise.
9476 (cmp_struct_static_04_02): Likewise.
9477 (cmp_struct_static_04_03): Likewise.
9478 (cmp_struct_static_04_04): Likewise.
9479 (cmp_struct_static_06_01): Likewise.
9480 (cmp_struct_static_06_02): Likewise.
9481 (cmp_struct_static_06_03): Likewise.
9482 (cmp_struct_static_06_04): Likewise.
9483 (call_all): Test new structs.
9484 * gdb.base/infcall-nested-structs.exp: Likewise.
9485
9486 2019-01-21 Alan Hayward <alan.hayward@arm.com>
9487 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
9488
9489 2019-01-21 Alan Hayward <alan.hayward@arm.com>
9490 * gdb.base/stack-protector.c: New test.
9491 * gdb.base/stack-protector.exp: New file.
9492 * gdb.cp/ovldbreak.exp: Only allow a single break line.
9493 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
9494 option.
9495 (gdb_compile): Remove stack protector for GCC and prevent
9496 recursion.
9497
9498 2019-01-16 Keith Seitz <keiths@redhat.com>
9499
9500 PR gdb/23773
9501 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
9502
9503 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9504
9505 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
9506 aliases.
9507 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
9508 tests.
9509 * gdb.arch/powerpc-vector-regs.c: New file.
9510 * gdb.arch/powerpc-vector-regs.exp: New file.
9511
9512 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9513
9514 * gdb.arch/altivec-regs.exp: Fix the list passed to
9515 gdb_expect_list when testing "info vector".
9516
9517 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
9518
9519 * gdb.base/style.exp: Don't include path in testname.
9520
9521 2019-01-10 Keith Seitz <keiths@redhat.com>
9522
9523 PR gdb/23712
9524 PR symtab/23010
9525 * gdb.dwarf2/multidictionary.exp: New file.
9526
9527 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
9528
9529 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
9530 (test_gnuv3_style_demangling): ... this.
9531 (test_lucid_style_demangling): Remove.
9532 (test_arm_style_demangling): Remove.
9533 (test_hp_style_demangling): Remove.
9534 (do_tests): Remove calls to the above.
9535
9536 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
9537
9538 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
9539 case.
9540
9541 2019-01-06 Tom Tromey <tom@tromey.com>
9542
9543 PR gdb/28155:
9544 * gdb.dwarf2/typedef-void-finish.exp: New file.
9545
9546 2018-12-28 Tom Tromey <tom@tromey.com>
9547 Simon Marchi <simark@simark.ca>
9548
9549 * gdb.base/jit-exec.exp: New file.
9550 * gdb.base/jit-exec.c: New file.
9551 * gdb.base/jit-execd.c: New file.
9552
9553 2018-12-28 Tom Tromey <tom@tromey.com>
9554
9555 * gdb.base/style.exp: Update test to check for address styling.
9556
9557 2018-12-28 Tom Tromey <tom@tromey.com>
9558
9559 * gdb.base/style.exp: Add test for styling of "Reading symbols"
9560 message.
9561
9562 2018-12-28 Tom Tromey <tom@tromey.com>
9563
9564 * gdb.base/style.exp: Add test for version number styling.
9565
9566 2018-12-28 Tom Tromey <tom@tromey.com>
9567
9568 * gdb.base/style.exp: Add test for print_address_symbolic.
9569
9570 2018-12-28 Tom Tromey <tom@tromey.com>
9571
9572 * gdb.base/style.exp: Add test for breakpoint setting.
9573
9574 2018-12-28 Tom Tromey <tom@tromey.com>
9575
9576 * gdb.base/style.exp: Add test for variable names.
9577
9578 2018-12-28 Tom Tromey <tom@tromey.com>
9579
9580 * gdb.base/style.exp: New file.
9581 * gdb.base/style.c: New file.
9582
9583 2018-12-28 Tom Tromey <tom@tromey.com>
9584
9585 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
9586 "dumb".
9587 * gdb.base/readline.exp (operate_and_get_next): Save and restore
9588 the TERM environment variable.
9589
9590 2018-12-27 Tom Tromey <tom@tromey.com>
9591
9592 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
9593 pagination test.
9594
9595 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
9596
9597 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
9598 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
9599
9600 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9601
9602 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
9603 Filename a.adb changed to bp_fun_addr.adb.
9604 gdb.ada/bp_fun_addr.exp: Update test accordingly.
9605
9606 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
9607
9608 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
9609 non-PIE executables.
9610 * README: Mention the gdb,nopie_flag board setting.
9611 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
9612 non-PIE executable.
9613 * gdb.arch/amd64-entry-value.exp: Likewise.
9614 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
9615 * gdb.arch/i386-float.exp: Likewise.
9616 * gdb.arch/i386-signal.exp: Likewise.
9617 * gdb.mi/mi-reg-undefined.exp: Likewise.
9618
9619 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
9620
9621 PR gdb/23974
9622 * gdb.base/info-os.exp: Check return for unknown "info os" type.
9623
9624 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9625
9626 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
9627 Update order of results accordingly.
9628
9629 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
9630
9631 * gdb.base/annota1.exp: Update a test regexp.
9632
9633 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9634
9635 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
9636
9637 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9638
9639 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
9640 (reuse_time): Initialize to REUSE_TIME_CAP.
9641 (check_rc): New function.
9642 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
9643 Check pthread_create rc.
9644 (spawner_thread_func): Check pthread_create and pthread_join rc.
9645
9646 2018-12-08 Pedro Alves <palves@redhat.com>
9647
9648 * gdb.base/list.exp (test_forward_search): Rename to ...
9649 (test_forward_reverse_search): ... this. Also test reverse-search
9650 and the forward-search alias.
9651
9652 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
9653
9654 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
9655 local timeout variable before return, and remove all local timeout
9656 variable entirely.
9657 (gdb_load): Likewise.
9658
9659 2018-12-01 Tom de Vries <tdevries@suse.de>
9660
9661 * gdb.base/gdb-caching-proc.exp: New file.
9662
9663 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
9664
9665 * Makefile.in (TIMESTAMP): New variable.
9666 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
9667 command.
9668 (check-single-racy): Likewise.
9669 (check/%.exp): Likewise.
9670 (check-racy/%.exp): Likewise.
9671 (workers/%.worker): Likewise.
9672 (build-perf): Likewise.
9673 (check-perf): Likewise.
9674 * README: Describe new "TS" and "TS_FORMAT" variables.
9675 * print-ts.py: New file.
9676
9677 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
9678
9679 PR python/23714
9680 * gdb.python/python.exp: Test command repetition after
9681 gdb.execute.
9682
9683 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
9684
9685 * gdb.opt/inline-break.exp: Add test that info breakpoint output
9686 is correctly aligned.
9687
9688 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9689
9690 * gdb.ada/info_auto_lang.exp: New testcase.
9691 * gdb.ada/info_auto_lang/global_pack.ads: New file.
9692 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
9693 * gdb.ada/info_auto_lang/some_c.c: New file.
9694
9695 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9696
9697 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
9698 FUNC_lang language syntax.
9699
9700 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9701
9702 * gdb.base/info_minsym.c: New file.
9703 * gdb.base/info_minsym.exp: New file.
9704
9705 2018-11-19 Tom Tromey <tom@tromey.com>
9706
9707 PR rust/23625:
9708 * gdb.rust/simple.exp: Add ptype test. Update expected output.
9709 * gdb.rust/expr.exp: Update expected output. Change one test.
9710
9711 2018-11-19 Tom Tromey <tom@tromey.com>
9712
9713 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
9714
9715 2018-11-19 Pedro Alves <palves@redhat.com>
9716
9717 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
9718 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
9719 see the expected warning.
9720
9721 2018-11-16 Alan Hayward <alan.hayward@arm.com>
9722
9723 PR gdb/22736:
9724 * gdb.cp/infcall-nodebug-lib.c: New test.
9725 * gdb.cp/infcall-nodebug-main.c: New test.
9726 * gdb.cp/infcall-nodebug.exp: New file.
9727
9728 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
9729
9730 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
9731 completer tests.
9732
9733 2018-11-09 Tom de Vries <tdevries@suse.de>
9734
9735 * gdb.base/msym-lang.c: New test.
9736 * gdb.base/msym-lang.exp: New file.
9737 * gdb.base/msym-lang-main.c: New test.
9738
9739 2018-11-08 Tom Tromey <tom@tromey.com>
9740
9741 PR gdb/23555:
9742 PR gdb/23838:
9743 * gdb.base/warning.exp: New file.
9744
9745 2018-11-08 Jan Beulich <jbeulich@suse.com>
9746
9747 * testsuite/gdb.arch/i386-avx512.c,
9748 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
9749
9750 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
9751
9752 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
9753 point hardware.
9754
9755 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
9756
9757 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
9758 * gdb.dwarf2/missing-type-name.exp: New file.
9759
9760 2018-11-06 Tom de Vries <tdevries@suse.de>
9761
9762 * gdb.base/many-headers.c: New test.
9763 * gdb.base/many-headers.exp: New file.
9764
9765 2018-11-06 Jim Wilson <jimw@sifive.com>
9766
9767 * gdb.base/code_elim.exp: For riscv, set additional_flags
9768 to include -msmall-data-limit=0.
9769
9770 2018-11-01 Joel Brobecker <brobecker@adacore.com>
9771
9772 * gdb.ada/watch_minus_l: New testcase.
9773
9774 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
9775
9776 * gdb.arch/aix-sighandle.c: New file.
9777 * gdb.arch/aix-sighandle.exp: New file.
9778
9779 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
9780
9781 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
9782 registers being unions.
9783
9784 2018-10-31 Tom de Vries <tdevries@suse.de>
9785
9786 * lib/valgrind.exp: New file.
9787 (vgdb_start, vgdb_stop): New procs, factored out of ...
9788 * gdb.base/valgrind-bt.exp: ... here, ...
9789 * gdb.base/valgrind-disp-step.exp: ... here and ...
9790 * gdb.base/valgrind-infcall.exp: ... here.
9791
9792 2018-10-31 Tom de Vries <tdevries@suse.de>
9793
9794 * lib/gdb.exp (get_valueof): Don't output read value in test name.
9795
9796 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
9797
9798 * gdb.dwarf2/void-type.c: New file.
9799 * gdb.dwarf2/void-type.exp: New file.
9800
9801 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9802
9803 * gdb.base/info_qt.c: New file.
9804 * gdb.base/info_qt.exp: New file.
9805
9806 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9807
9808 * gdb.arch/powerpc-htm-regs.c: New file.
9809 * gdb.arch/powerpc-htm-regs.exp: New file.
9810
9811 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9812
9813 * gdb.arch/powerpc-tar.c: New file.
9814 * gdb.arch/powerpc-tar.exp: New file.
9815
9816 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9817
9818 * gdb.arch/powerpc-ppr-dscr.c: New file.
9819 * gdb.arch/powerpc-ppr-dscr.exp: New file.
9820
9821 2018-10-25 Tom de Vries <tdevries@suse.de>
9822
9823 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
9824
9825 2018-10-24 Tom de Vries <tdevries@suse.de>
9826
9827 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
9828 longer exists error.
9829
9830 2018-10-24 Tom de Vries <tdevries@suse.de>
9831
9832 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
9833
9834 2018-10-24 Tom de Vries <tdevries@suse.de>
9835
9836 * gdb.base/valgrind-db-attach.exp: Handle removed support for
9837 --db-attach in valgrind.
9838
9839 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
9840
9841 * gdb.arch/riscv-reg-aliases.c: New file.
9842 * gdb.arch/riscv-reg-aliases.exp: New file.
9843
9844 2018-10-19 Alan Hayward <alan.hayward@arm.com>
9845
9846 * gdb.python/py-cmd.exp: Check for gdb_prompt.
9847
9848 2018-10-19 Alan Hayward <alan.hayward@arm.com>
9849
9850 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
9851
9852 2018-10-19 Alan Hayward <alan.hayward@arm.com>
9853
9854 * gdb.cp/ovldbreak.exp: Fix regexps.
9855
9856 2018-10-19 Alan Hayward <alan.hayward@arm.com>
9857
9858 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
9859
9860 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
9861
9862 PR cli/23785
9863 * gdb.base/restore.exp: New test to check if "restore" with an
9864 invalid file doesn't segfault.
9865
9866 2018-10-18 Tom de Vries <tdevries@suse.de>
9867
9868 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
9869 * gdb.ada/excep_handle.exp: Same.
9870 * gdb.ada/mi_string_access.exp: Same.
9871 * gdb.ada/mi_var_union.exp: Same.
9872 * gdb.arch/arc-analyze-prologue.exp: Same.
9873 * gdb.arch/arc-decode-insn.exp: Same.
9874 * gdb.base/readnever.exp: Same.
9875 * gdb.fortran/printing-types.exp: Same.
9876 * gdb.guile/scm-lazy-string.exp: Same.
9877
9878 2018-10-16 Tom de Vries <tdevries@suse.de>
9879
9880 PR gdb/23730
9881 * gdb.base/catch-follow-exec.c: Add copyright notice.
9882 * gdb.base/catch-follow-exec.exp: Rewrite to use
9883 gdb_spawn_with_cmdline_opts. Require gdb-native.
9884
9885 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
9886
9887 * gdb.trace/actions-changed.exp: Check for arch support.
9888 * gdb.trace/actions.exp: Likewise.
9889 * gdb.trace/ax.exp: Likewise.
9890 * gdb.trace/backtrace.exp: Likewise.
9891 * gdb.trace/change-loc.exp: Likewise.
9892 * gdb.trace/deltrace.exp: Likewise.
9893 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
9894 * gdb.trace/ftrace.exp: Likewise.
9895 * gdb.trace/infotrace.exp: Check for arch support.
9896 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
9897 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
9898 * gdb.trace/mi-tsv-changed.exp: Likewise.
9899 * gdb.trace/packetlen.exp: Likewise.
9900 * gdb.trace/passc-dyn.exp: Likewise.
9901 * gdb.trace/passcount.exp: Likewise.
9902 * gdb.trace/pending.exp: Likewise.
9903 * gdb.trace/range-stepping.exp: Check for shlib support.
9904 * gdb.trace/report.exp: Check for arch support.
9905 * gdb.trace/save-trace.exp: Likewise.
9906 * gdb.trace/signal.exp: Check for signal support.
9907 * gdb.trace/tfind.exp: Check for arch support.
9908 * gdb.trace/trace-break.exp: Check for arch and shlib support.
9909 * gdb.trace/trace-common.h: Add comment.
9910 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
9911 * gdb.trace/trace-enable-disable.exp: Likewise.
9912 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
9913 * gdb.trace/tracecmd.exp: Check for arch support.
9914 * gdb.trace/tspeed.exp: Check for shlib and target support.
9915 * gdb.trace/tstatus.exp: Check for arch support.
9916 * gdb.trace/tsv.exp: Likewise.
9917 * gdb.trace/while-dyn.exp: Likewise.
9918 * gdb.trace/while-stepping.exp: Likewise.
9919 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
9920
9921 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
9922
9923 * gdb.trace/tspeed.exp: Remove nowarnings.
9924 (prepare_for_trace_test): Declare "global ipalib".
9925 * gdb.trace/tspeed.c: Include unistd.h.
9926 (main): Remove superfluous printf argument.
9927
9928 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
9929
9930 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
9931 directory prefix on the filename.
9932
9933 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
9934
9935 * gdb.gdb/unittest.exp: Update expected message informing that
9936 selftests have been disabled.
9937 * gdb.server/unittest.exp: Likewise.
9938
9939 2018-10-09 Tom de Vries <tdevries@suse.de>
9940
9941 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
9942 with runto_main.
9943
9944 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
9945
9946 PR c++/16841
9947 * gdb.cp/virtbase2.cc: New file.
9948 * gdb.cp/virtbase2.exp: New file.
9949
9950 2018-10-06 Tom Tromey <tom@tromey.com>
9951
9952 PR python/19399:
9953 * gdb.python/py-inferior.exp: Add architecture test.
9954
9955 2018-10-06 Tom Tromey <tom@tromey.com>
9956
9957 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
9958 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
9959
9960 2018-10-06 Tom Tromey <tom@tromey.com>
9961
9962 * gdb.python/py-breakpoint.exp (check_last_event): Check location
9963 of a "throw" catchpoint.
9964
9965 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
9966
9967 * gdb.base/info-proc.exp: Update string expected from "help info
9968 proc".
9969
9970 2018-10-04 Tom Tromey <tom@tromey.com>
9971
9972 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
9973 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
9974 (test_initial_complaints, test_empty_complaints): Update.
9975 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
9976
9977 2018-10-04 Tom Tromey <tom@tromey.com>
9978
9979 PR cli/19551:
9980 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
9981 * lib/gdb.exp (gdb_file_cmd): Update.
9982 * gdb.stabs/weird.exp (print_weird_var): Update.
9983 * gdb.server/solib-list.exp: Update.
9984 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
9985 * gdb.mi/mi-cli.exp: Update.
9986 * gdb.linespec/linespec.exp: Update.
9987 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
9988 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
9989 * gdb.cp/cp-relocate.exp: Update.
9990 * gdb.base/sym-file.exp: Update.
9991 * gdb.base/relocate.exp: Update.
9992 * gdb.base/readnever.exp: Update.
9993 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
9994 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
9995 * gdb.base/dbx.exp (gdb_file_cmd): Update.
9996 * gdb.base/code_elim.exp: Update.
9997 * gdb.base/break-unload-file.exp (test_break): Update.
9998 * gdb.base/break-interp.exp (test_attach_gdb): Update.
9999 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
10000 Update.
10001 * gdb.base/attach.exp (do_attach_tests): Update.
10002 * gdb.base/sepdebug.exp: Update.
10003 * gdb.python/py-section-script.exp: Update.
10004
10005 2018-10-04 Tom Tromey <tom@tromey.com>
10006
10007 PR cli/22234:
10008 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
10009 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
10010 output.
10011
10012 2018-10-04 Tom Tromey <tom@tromey.com>
10013
10014 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
10015 set width and height to 0.
10016 (test_command_line_attach_run): Use -quiet.
10017
10018 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
10019
10020 * lib/gdb.exp (skip_ifunc_tests): New.
10021 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
10022 other compile failures.
10023 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
10024
10025 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
10026
10027 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
10028 is_amd64_regs_target.
10029
10030 2018-10-01 Alan Hayward <alan.hayward@arm.com>
10031
10032 * gdb.arch/aarch64-sighandler-regs.c: New test.
10033 * gdb.arch/aarch64-sighandler-regs.exp: New file.
10034 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
10035
10036 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
10037
10038 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
10039 assembly.
10040
10041 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
10042
10043 * gdb.base/frame-selection.exp: New file.
10044 * gdb.base/frame-selection.c: New file.
10045
10046 2018-09-27 Alan Hayward <alan.hayward@arm.com>
10047
10048 * gdb.threads/check-libthread-db.c (thread_routine): Use a
10049 pthread barrier.
10050 (main): Likewise.
10051
10052 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
10053
10054 * gdb.base/large-frame-1.c: New file.
10055 * gdb.base/large-frame-2.c: New file.
10056 * gdb.base/large-frame.exp: New file.
10057 * gdb.base/large-frame.h: New file.
10058
10059 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
10060
10061 PR gdb/20948
10062 * gdb.base/write_mem.exp: New test.
10063 * gdb.base/write_mem.c: Likewise.
10064
10065 2018-09-23 Tom Tromey <tom@tromey.com>
10066
10067 PR python/18852:
10068 * gdb.python/py-parameter.exp: Add test for parameter that throws
10069 on "set".
10070
10071 2018-09-23 Tom Tromey <tom@tromey.com>
10072
10073 PR python/17284:
10074 * gdb.python/py-template.exp (test_template_arg): Add test for
10075 negative template argument number.
10076
10077 2018-09-23 Tom Tromey <tom@tromey.com>
10078
10079 PR python/14062:
10080 * gdb.python/python.exp: Add test for post_event error.
10081
10082 2018-09-23 Tom Tromey <tom@tromey.com>
10083
10084 PR python/18170:
10085 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
10086 convert pointers to int and long.
10087
10088 2018-09-23 Tom Tromey <tom@tromey.com>
10089
10090 PR python/20126:
10091 * gdb.python/py-value.exp (test_value_numeric_ops): Add
10092 signed-ness conversion tests.
10093
10094 2018-09-23 Tom Tromey <tom@tromey.com>
10095
10096 PR python/18352;
10097 * gdb.python/py-value.exp (test_float_conversion): New proc.
10098 Use it.
10099
10100 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
10101
10102 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
10103
10104 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
10105
10106 * gdb.base/complete-empty.exp: Skip tab-completion tests if
10107 no readline.
10108 * gdb.base/utf8-identifiers.exp: Likewise.
10109 * gdb.cp/cpcompletion.exp: Likewise.
10110 * gdb.linespec/cpcompletion.exp: Likewise.
10111 * gdb.linespec/cpls-abi-tag.exp: Likewise.
10112 * gdb.linespec/cpls-ops.exp: Likewise.
10113
10114 2018-09-19 Richard Bunt <richard.bunt@arm.com>
10115 Chris January <chris.january@arm.com>
10116
10117 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
10118 * gdb.fortran/short-circuit-argument-list.exp: New file.
10119 * gdb.fortran/short-circuit-argument-list.f90: New test.
10120
10121 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
10122
10123 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
10124 "arch=" keyword when executing "-stack-list-frames".
10125
10126 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
10127
10128 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
10129 "arch=" keyword when executing "-stack-list-frames".
10130
10131 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
10132
10133 * gdb.ada/complete.exp: Expect for "@" when doing "complete
10134 break ada".
10135
10136 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
10137
10138 PR python/23669
10139 * gdb.python/python.exp: Test gdb.execute("show commands").
10140
10141 2018-09-16 Tom Tromey <tom@tromey.com>
10142
10143 * gdb.base/new-ui.exp (do_execution_tests): Update.
10144 * gdb.base/dbx.exp (test_breakpoints): Update.
10145
10146 2018-09-14 Alan Hayward <alan.hayward@arm.com>
10147
10148 * lib/gdb.exp (gdb_simple_compile): Add proc.
10149 (is_elf_target): Use gdb_simple_compile.
10150 (skip_altivec_tests): Likewise.
10151 (skip_vsx_tests): Likewise.
10152 (skip_tsx_tests): Likewise.
10153 (skip_btrace_tests): Likewise.
10154 (skip_btrace_pt_tests): Likewise.
10155 (gdb_can_simple_compile): Likewise.
10156 (gdb_has_argv0): Likewise.
10157 (gdb_target_symbol_prefix): Likewise.
10158 (target_supports_scheduler_locking): Likewise.
10159
10160 2018-09-13 Tom Tromey <tom@tromey.com>
10161
10162 * Makefile.in (TAGS): Recognize proc_with_prefix and
10163 gdb_caching_proc.
10164
10165 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
10166
10167 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
10168 method.
10169
10170 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
10171
10172 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
10173 and a few other Inferior properties when the Inferior is no
10174 longer valid.
10175
10176 2018-09-13 Tom Tromey <tom@tromey.com>
10177
10178 PR rust/23650:
10179 * gdb.rust/simple.exp: Add test for enum field access error.
10180
10181 2018-09-13 Tom Tromey <tom@tromey.com>
10182
10183 PR rust/23626:
10184 * gdb.rust/simple.rs (EmptyEnum): New type.
10185 (main): Use it.
10186 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
10187
10188 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
10189
10190 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
10191 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
10192 * gdb.python/py-symtab.exp: Update test printing an objfile.
10193
10194 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
10195
10196 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
10197 object.
10198
10199 2018-09-12 Alan Hayward <alan.hayward@arm.com>
10200
10201 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
10202 (support_complex_tests): Use gdb_can_simple_compile.
10203 (is_ilp32_target): Likewise.
10204 (is_lp64_target): Likewise.
10205 (is_64_target): Likewise.
10206 (is_amd64_regs_target): Likewise.
10207 (is_aarch32_target): Likewise.
10208 (gdb_int128_helper): Likewise.
10209
10210 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10211
10212 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
10213
10214 2018-09-10 Jerome Guitton <guitton@adacore.com>
10215
10216 * gdb.ada/same_component_name: Add test for case of tagged record
10217 with variable-length fields.
10218
10219 2018-09-10 Xavier Roirand <roirand@adacore.com>
10220
10221 * gdb.ada/access_to_unbounded_array.exp: New testcase.
10222 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
10223 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
10224 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
10225
10226 2018-09-10 Xavier Roirand <roirand@adacore.com>
10227
10228 * gdb.ada/mi_string_access.exp: New testcase.
10229 * gdb.ada/mi_string_access/bar.adb: New file.
10230 * gdb.ada/mi_string_access/pck.adb: New file.
10231 * gdb.ada/mi_string_access/pck.asd: New file.
10232
10233 2018-09-10 Xavier Roirand <roirand@adacore.com>
10234
10235 * gdb.ada/mi_var_union.exp: New testcase.
10236 * gdb.ada/mi_var_union/bar.adb: New file.
10237 * gdb.ada/mi_var_union/pck.adb: New file.
10238 * gdb.ada/mi_var_union/pck.asd: New file.
10239
10240 2018-09-08 Tom Tromey <tom@tromey.com>
10241
10242 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
10243
10244 2018-09-08 Tom Tromey <tom@tromey.com>
10245
10246 PR python/16047:
10247 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
10248 (register_pretty_printers): Register new printer.
10249 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
10250 test.
10251 * gdb.python/py-prettyprint.c (int_type3): New typedef.
10252 (an_int_type3): New global.
10253
10254 2018-09-08 Joel Brobecker <brobecker@adacore.com>
10255
10256 * gdb.ada/expr_with_funcall: New testcase.
10257
10258 2018-09-08 Joel Brobecker <brobecker@adacore.com>
10259
10260 * gdb.ada/packed_array_assign: New testcase.
10261
10262 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
10263
10264 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
10265 names, and add test prefixes to make test names unique.
10266
10267 2018-09-05 Tom de Vries <tdevries@suse.de>
10268
10269 * gdb.dwarf2/varval.exp: Add test.
10270
10271 2018-09-04 Gary Benson <gbenson@redhat.com>
10272
10273 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
10274 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
10275
10276 2018-08-31 Tom Tromey <tom@tromey.com>
10277
10278 * gdb.rust/simple.rs: Rename second variable "v".
10279
10280 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
10281
10282 * gdb.base/funcargs.c (use_a): New function.
10283 (recurse): Call use_a.
10284
10285 2018-08-29 Keith Seitz <keiths@redhat.com>
10286
10287 * gdb.compile/compile-cplus-anonymous.cc: New file.
10288 * gdb.compile/compile-cplus-anonymous.exp: New file.
10289 * gdb.compile/compile-cplus-array-decay.cc: New file.
10290 * gdb.compile/compile-cplus-array-decay.exp: New file.
10291 * gdb.compile/compile-cplus-inherit.cc: New file.
10292 * gdb.compile/compile-cplus-inherit.exp: New file.
10293 * gdb.compile/compile-cplus-member.cc: New file.
10294 * gdb.compile/compile-cplus-member.exp: New file.
10295 * gdb.compile/compile-cplus-method.cc: New file.
10296 * gdb.compile/compile-cplus-method.exp: New file.
10297 * gdb.compile/compile-cplus-mod.c: "New" file.
10298 * gdb.compile/compile-cplus-namespace.cc: New file.
10299 * gdb.compile/compile-cplus-namespace.exp: New file.
10300 * gdb.compile/compile-cplus-nested.cc: New file.
10301 * gdb.compile/compile-cplus-nested.exp: New file.
10302 * gdb.compile/compile-cplus-print.c: "New" file.
10303 * gdb.compile/compile-cplus-print.exp: "New" file.
10304 * gdb.compile/compile-cplus-virtual.cc: New file.
10305 * gdb.compile/compile-cplus-virtual.exp: New file.
10306 * gdb.compile/compile-cplus.c: "New" file.
10307 * gdb.compile/compile-cplus.exp: "New" file.
10308 * lib/compile-support.exp: New file.
10309
10310 2018-08-16 Gary Benson <gbenson@redhat.com>
10311
10312 PR gdb/13000:
10313 * gdb.base/batch-exit-status.exp: New file.
10314 * gdb.base/batch-exit-status.good-commands: Likewise.
10315 * gdb.base/batch-exit-status.bad-commands: Likewise.
10316
10317 2018-08-29 Alan Hayward <alan.hayward@arm.com>
10318
10319 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
10320 (struct struct02): Likewise.
10321 (struct struct03): Likewise.
10322 (struct struct04): Likewise.
10323 (struct struct_01_01): New struct.
10324 (struct struct_01_02): Likewise.
10325 (struct struct_01_03): Likewise.
10326 (struct struct_01_04): Likewise.
10327 (struct struct_02_01): Likewise.
10328 (struct struct_02_02): Likewise.
10329 (struct struct_02_03): Likewise.
10330 (struct struct_02_04): Likewise.
10331 (struct struct_04_01): Likewise.
10332 (struct struct_04_02): Likewise.
10333 (struct struct_04_03): Likewise.
10334 (struct struct_04_04): Likewise.
10335 (struct struct_05_01): Likewise.
10336 (struct struct_05_02): Likewise.
10337 (struct struct_05_03): Likewise.
10338 (struct struct_05_04): Likewise.
10339 (cmp_struct01): Remove function.
10340 (cmp_struct02): Likewise.
10341 (cmp_struct03): Likewise.
10342 (cmp_struct04): Likewise.
10343 (cmp_struct_01_01): Add Function.
10344 (cmp_struct_01_02): Likewise.
10345 (cmp_struct_01_03): Likewise.
10346 (cmp_struct_01_04): Likewise.
10347 (cmp_struct_02_01): Likewise.
10348 (cmp_struct_02_02): Likewise.
10349 (cmp_struct_02_03): Likewise.
10350 (cmp_struct_02_04): Likewise.
10351 (cmp_struct_04_01): Likewise.
10352 (cmp_struct_04_02): Likewise.
10353 (cmp_struct_04_03): Likewise.
10354 (cmp_struct_04_04): Likewise.
10355 (cmp_struct_05_01): Likewise.
10356 (cmp_struct_05_02): Likewise.
10357 (cmp_struct_05_03): Likewise.
10358 (cmp_struct_05_04): Likewise.
10359 (call_all): Add new structs.
10360 * gdb.base/infcall-nested-structs.exp: Likewise.
10361
10362 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
10363
10364 * gdb.python/py-framefilter-mi.exp: Update regexp to
10365 check for "arch" field in frame output.
10366
10367 2018-08-23 Kevin Buettner <kevinb@redhat.com>
10368
10369 * gdb.dwarf2/dw2-ranges-func.c: New file.
10370 * gdb.dwarf2/dw2-ranges-func.exp: New file.
10371
10372 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
10373
10374 * gdb.base/term.exp: Compare terminal settings with values from
10375 the inferior.
10376 * gdb.base/term.c: Get and set terminal settings.
10377
10378 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
10379
10380 * lib/mi-support.exp (mi_expect_stop): Update regexp to
10381 accommodate new "arch" field in frame output.
10382 * gdb.mi/mi-return.exp: Likewise.
10383 * gdb.mi/mi-stack.exp: Likewise.
10384 * gdb.mi/mi-syn-frame.exp: Likewise.
10385 * gdb.mi/user-selected-context-sync.exp: Likewise.
10386
10387 2018-08-19 Michael Spang <spang@google.com>
10388
10389 PR gdb/11786
10390 * gdb.base/gcore-tls-pie.c: New file.
10391 * gdb.base/gcore-tls-pie.exp: New file.
10392
10393 2018-08-18 Kevin Buettner <kevinb@redhat.com>
10394
10395 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
10396 * gdb.dwarf2/varval.c: New file.
10397 * gdb.dwarf2/varval.exp: New file.
10398
10399 2018-08-17 Alan Hayward <alan.hayward@arm.com>
10400
10401 PR gdb/18931
10402 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
10403
10404 2018-08-16 Keith Seitz <keiths@redhat.com>
10405
10406 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
10407 tests expected to pass.
10408
10409 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
10410
10411 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
10412 -data-disassemble -a.
10413 (test_disassembly_bogus_args): Likewise.
10414
10415 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
10416
10417 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
10418
10419 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
10420
10421 * gdb.base/vla-optimized-out.exp: Add new test.
10422
10423 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
10424
10425 * gdb.base/vla-optimized-out-o3.exp: Delete.
10426 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
10427 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
10428 deleted tests.
10429
10430 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
10431
10432 PR gdb/18050:
10433 * gdb.server/extended-remote-restart.c: New file.
10434 * gdb.server/extended-remote-restart.exp: New file.
10435
10436 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
10437
10438 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
10439 "set variable index = 42".
10440
10441 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
10442
10443 * boards/index-cache-gdb.exp: New file.
10444 * gdb.dwarf2/index-cache.exp: New file.
10445 * gdb.dwarf2/index-cache.c: New file.
10446 * gdb.base/maint.exp: Check if we are using the index cache.
10447
10448 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10449
10450 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
10451 MAKEFLAGS.
10452
10453 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10454
10455 * dg-extract-results.sh: Move to toplevel contrib.
10456 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
10457 * Makefile.in (check-parallel-racy): Likewise.
10458
10459 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
10460
10461 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
10462 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
10463 tests if the target supports scheduler locking.
10464
10465 2018-08-04 Tom de Vries <tdevries@suse.de>
10466
10467 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
10468
10469 2018-08-02 Tom Tromey <tom@tromey.com>
10470
10471 PR symtab/16842.
10472 * gdb.cp/temargs.exp: Test "info address" of a template
10473 parameter.
10474
10475 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
10476
10477 * gdb.python/py-mi-var-info-path-expression.c: New file.
10478 * gdb.python/py-mi-var-info-path-expression.py: New file.
10479 * gdb.python/py-mi-var-info-path-expression.exp: New file.
10480
10481 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
10482
10483 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
10484 error after "cannot resolve name" string.
10485
10486 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
10487
10488 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
10489 started.
10490 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
10491
10492 2018-07-28 Tom de Vries <tdevries@suse.de>
10493
10494 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
10495
10496 2018-07-26 Tom de Vries <tdevries@suse.de>
10497
10498 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
10499
10500 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
10501
10502 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
10503 is visible.
10504
10505 2018-07-26 Tom de Vries <tdevries@suse.de>
10506
10507 PR breakpoints/23366
10508 * gdb.base/catch-follow-exec.c: New test.
10509 * gdb.base/catch-follow-exec.exp: New file.
10510
10511 2018-07-25 Tom de Vries <tdevries@suse.de>
10512
10513 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
10514 vla-optimized-out.c.
10515
10516 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
10517
10518 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
10519 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
10520
10521 2018-07-20 Tom de Vries <tdevries@suse.de>
10522
10523 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
10524 NOCLONE macro.
10525 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
10526
10527 2018-07-19 Tom de Vries <tdevries@suse.de>
10528
10529 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
10530 regular expression.
10531
10532 2018-07-18 Tom de Vries <tdevries@suse.de>
10533
10534 * gdb.base/vla-optimized-out.c: New test.
10535 * gdb.base/vla-optimized-out.exp: New file.
10536
10537 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
10538
10539 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
10540 message "No address associated with hostname" when gdbserver
10541 cannot resolve the hostname.
10542
10543 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10544
10545 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
10546 Add some test prefixes to make tests unique.
10547
10548 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10549
10550 * gdb.base/frameapply.c: New file.
10551 * gdb.base/frameapply.exp: New file.
10552
10553 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10554
10555 * gdb.base/skip.exp: Update expected error message.
10556
10557 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
10558 Jan Kratochvil <jan.kratochvil@redhat.com>
10559 Paul Fertser <fercerpav@gmail.com>
10560 Tsutomu Seki <sekiriki@gmail.com>
10561
10562 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
10563 parameter.
10564 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
10565 by default.
10566 * boards/native-gdbserver.exp: Likewise.
10567 * gdb.server/run-without-local-binary.exp: Improve regexp used
10568 for detecting when a remote debugging connection succeeds.
10569 * gdb.server/server-connect.exp: New file.
10570 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
10571 Do not prefix the port number with ":".
10572 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
10573 support for detecting and using it. Add '$debughost_gdbserver'
10574 to the list of arguments used to start gdbserver. Handle case
10575 when gdbserver cannot resolve a network name.
10576
10577 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
10578
10579 PR c++/23373
10580 * gdb.base/ptype-offsets.cc (struct static_member): New
10581 struct.
10582 (main) <stmember>: New variable.
10583 * gdb.base/ptype-offsets.exp: Add test for printing a struct
10584 with a static member in it.
10585
10586 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
10587
10588 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
10589 watchpoints enabled and disabled.
10590
10591 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
10592
10593 * gdb.base/examine-backward.exp: Still run tests around address
10594 0x0, even if address 0x0 is not readable. Update the pattern for
10595 matching address 0x0 in expected output.
10596
10597 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
10598
10599 * gdb.base/share-env-with-gdbserver.c (main): Add call to
10600 malloc/free.
10601
10602 2018-07-04 Tom de Vries <tdevries@suse.de>
10603
10604 * gdb.dwarf2/dw2-error.exp: Update expected error message.
10605
10606 2018-07-02 Maciej W. Rozycki <macro@mips.com>
10607
10608 PR tdep/8282
10609 * gdb.arch/mips-disassembler-options.exp: New test.
10610 * gdb.arch/mips-disassembler-options.s: New test source.
10611
10612 2018-06-29 Pedro Alves <palves@redhat.com>
10613
10614 * gdb.threads/names.exp: Adjust expected "info threads" output.
10615
10616 2018-06-29 Pedro Alves <palves@redhat.com>
10617
10618 * gdb.opt/inline-break.exp (line number, address): Add "info
10619 break" tests.
10620
10621 2018-06-29 Pedro Alves <palves@redhat.com>
10622
10623 * gdb.opt/inline-break.c (func1): Add "break here" marker.
10624 * gdb.opt/inline-break.exp: Test setting breakpoints by line
10625 number and address and running to them.
10626
10627 2018-06-29 Richard Bunt <richard.bunt@arm.com>
10628
10629 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
10630
10631 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10632
10633 * lib/compiler.c: Remove executable permission flag.
10634
10635 2018-06-28 Richard Bunt <richard.bunt@arm.com>
10636
10637 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
10638 code.
10639 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
10640
10641 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
10642
10643 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
10644
10645 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
10646
10647 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
10648 address argument is omitted.
10649
10650 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
10651
10652 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
10653
10654 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
10655
10656 PR gdb/21695
10657 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
10658 * gdb.base/infoline-reloc-main-from-zero.c: New file.
10659
10660 2018-06-26 Tom Tromey <tom@tromey.com>
10661
10662 PR rust/22574:
10663 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
10664 * gdb.rust/simple.rs (struct SimpleLayout): New.
10665
10666 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
10667
10668 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
10669 "info registers" output.
10670
10671 2018-06-21 Richard Bunt <richard.bunt@arm.com>
10672
10673 * gdb.base/watchpoint-hw-attach.c: New test.
10674 * gdb.base/watchpoint-hw-attach.exp: New file.
10675
10676 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
10677
10678 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
10679 through /bin/sh.
10680 * boards/dwarf4-gdb-index.exp: Likewise.
10681 * boards/fission-dwp.exp: Likewise.
10682
10683 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
10684
10685 * gdb.base/float128.exp: Add comment and improved fail message
10686 to the failure case of "print large128" test.
10687
10688 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
10689
10690 * configure.ac: Remove AC_PREREQ.
10691 * configure: Re-generate.
10692
10693 2018-06-19 Pedro Alves <palves@redhat.com>
10694
10695 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
10696 (func_extern_caller): New.
10697 (main): Call func_extern_caller.
10698 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
10699 logic change.
10700
10701 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
10702
10703 PR gdb/16841
10704 * gdb.cp/typedef-base.cc: New file.
10705 * gdb.cp/typedef-base.exp: New file.
10706
10707 2018-06-18 Tom de Vries <tdevries@suse.de>
10708
10709 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
10710
10711 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
10712 Richard Bunt <Richard.Bunt@arm.com>
10713
10714 * gdb.threads/attach-slow-waitpid.c: New file.
10715 * gdb.threads/attach-slow-waitpid.exp: New file.
10716 * gdb.threads/slow-waitpid.c: New file.
10717
10718 2018-06-14 Pedro Alves <palves@redhat.com>
10719
10720 * gdb.base/fork-running-state.c: Include <errno.h>.
10721 (exit_if_relative_exits): New.
10722 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
10723 exits.
10724 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
10725 child exits.
10726
10727 2018-06-14 Tom de Vries <tdevries@suse.de>
10728
10729 PR cli/22573
10730 * gdb.base/finish-pretty.c: New test.
10731 * gdb.base/finish-pretty.exp: New file.
10732
10733 2018-06-14 Pedro Alves <palves@redhat.com>
10734
10735 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
10736 gdb's expected startup output.
10737
10738 2018-06-14 Pedro Alves <palves@redhat.com>
10739
10740 * lib/selftest-support.exp (selftest_setup): Remove inlined
10741 function handling.
10742
10743 2018-06-14 Tom de Vries <tdevries@suse.de>
10744
10745 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
10746 matching of breakpoint printing.
10747
10748 2018-06-13 Tom de Vries <tdevries@suse.de>
10749
10750 PR testsuite/23269
10751 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
10752 (fork_child): ... here, and ...
10753 (fork_parent): ... here.
10754
10755 2018-06-12 Tom de Vries <tdevries@suse.de>
10756
10757 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
10758
10759 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
10760 Stephen Roberts <stephen.roberts@arm.com>
10761
10762 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
10763 rewrite test to describe action performed, rather than possible
10764 failure.
10765
10766 2018-06-08 Gary Benson <gbenson@redhat.com>
10767
10768 * gdb.threads/check-libthread-db.exp: New file.
10769 * gdb.threads/check-libthread-db.c: Likewise.
10770
10771 2018-06-05 Tom Tromey <tom@tromey.com>
10772
10773 * gdb.base/default.exp: Update expected "show version" output.
10774
10775 2018-06-05 Tom Tromey <tom@tromey.com>
10776
10777 PR cli/12326:
10778 * gdb.cp/static-print-quit.exp: Update.
10779 * lib/gdb.exp (pagination_prompt): Update.
10780 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
10781 * gdb.python/python.exp: Update.
10782
10783 2018-06-04 Joel Brobecker <brobecker@adacore.com>
10784
10785 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
10786
10787 2018-06-01 Joel Brobecker <brobecker@adacore.com>
10788
10789 * gdb.ada/bp_fun_addr: New testcase.
10790
10791 2018-06-01 Tom Tromey <tom@tromey.com>
10792
10793 * gdb.xml/tdesc-regs.exp (load_description): Update expected
10794 results.
10795 * gdb.dwarf2/method-ptr.exp: Set language to C++.
10796 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
10797 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
10798 * gdb.base/maint.exp (maint_pass_if): Update.
10799
10800 2018-05-31 Maciej W. Rozycki <macro@mips.com>
10801
10802 * gdb.base/endian.exp: New test.
10803 * gdb.base/endian.c: New test source.
10804
10805 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
10806
10807 PR gdb/23203
10808 * gdb.base/bt-selected-frame.c: New file.
10809 * gdb.base/bt-selected-frame.exp: New file.
10810 * lib/gdb.exp (get_current_frame_number): New function.
10811
10812 2018-05-24 Maciej W. Rozycki <macro@mips.com>
10813 Pedro Alves <palves@redhat.com>
10814
10815 * gdb.threads/tls-core.c: Include <stdlib.h>
10816 (thread_proc): Call `abort'.
10817 * gdb.threads/tls-core.exp: Generate a core with core_find too.
10818 (tls_core_test): New procedure, bits factored out from ...
10819 (top level): ... here. Test both native cores and gcore cores.
10820
10821 2018-05-23 Tom Tromey <tom@tromey.com>
10822
10823 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
10824
10825 2018-05-23 Tom Tromey <tom@tromey.com>
10826
10827 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
10828 symfile_complaints.
10829 (test_short_complaints): Likewise.
10830 (test_empty_complaints): Likewise.
10831 (test_initial_complaints): Update.
10832
10833 2018-05-23 Tom Tromey <tom@tromey.com>
10834
10835 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
10836
10837 2018-05-23 Tom Tromey <tom@tromey.com>
10838
10839 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
10840 (test_short_complaints): Update.
10841
10842 2018-05-22 Pedro Alves <palves@redhat.com>
10843
10844 * gdb.base/remote.exp: Only gdb_start after compiling the
10845 testcase. Issue "disconnect" before testing "set remote" command
10846 defaults. Issue clean_restart before running to main.
10847
10848 2018-05-22 Pedro Alves <palves@redhat.com>
10849
10850 * gdb.base/remote.exp: Adjust expected output of "show remote
10851 memory-write-packet-size". Add tests for "set remote
10852 memory-write-packet-size 0" and "set remote
10853 memory-write-packet-size fixed/limit".
10854
10855 2018-05-22 Pedro Alves <palves@redhat.com>
10856
10857 PR gdb/22973
10858 * gdb.base/utf8-identifiers.c: New file.
10859 * gdb.base/utf8-identifiers.exp: New file.
10860
10861 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
10862
10863 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
10864
10865 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
10866
10867 * gdb.arch/powerpc-vsx-gcore.exp: New file.
10868
10869 2018-05-18 Tom Tromey <tom@tromey.com>
10870
10871 * gdb.base/ptype-offsets.exp: Update.
10872
10873 2018-05-17 Keith Seitz <keiths@redhat.com>
10874
10875 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
10876 in expected breakpoint stop locations.
10877 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
10878 move to proper scope to test variable values.
10879 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
10880 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
10881 New functions.
10882 (main): Call not_inline_func3.
10883 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
10884 inline_func1, inline_func2, and inline_func3. Test that when each
10885 breakpoint is hit, GDB properly reports both the stop location
10886 and the backtrace. Repeat tests for temporary breakpoints.
10887
10888 2018-05-15 Maciej W. Rozycki <macro@mips.com>
10889
10890 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
10891 rather then trying to access it in determining whether the PID
10892 of `gdbserver' could have been retrieved.
10893
10894 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
10895
10896 * gdb.arch/amd64-init-x87-values.S: New file.
10897 * gdb.arch/amd64-init-x87-values.exp: New file.
10898
10899 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10900
10901 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
10902
10903 2018-05-04 Tom Tromey <tom@tromey.com>
10904
10905 PR python/22730:
10906 * gdb.python/python.exp: Test multi-line execute.
10907
10908 2018-05-04 Tom Tromey <tom@tromey.com>
10909
10910 PR python/22731:
10911 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
10912
10913 2018-05-04 Tom Tromey <tom@tromey.com>
10914
10915 PR gdb/11750:
10916 * gdb.base/define.exp: Test defining a user command inside a user
10917 command.
10918 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
10919
10920 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10921 Pedro Alves <palves@redhat.com>
10922
10923 PR breakpoints/19806 and support for PR external/20207.
10924 * gdb.base/watchpoint-unaligned.c: New file.
10925 * gdb.base/watchpoint-unaligned.exp: New file.
10926
10927 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
10928
10929 * gdb.base/maint.exp: Make test names unique, use
10930 test_prefix_command_help to test 'help maint info', and remove
10931 repeated test of 'help maint'.
10932
10933 2018-05-04 Tom Tromey <tom@tromey.com>
10934
10935 PR gdb/22619:
10936 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
10937 behavior.
10938
10939 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
10940
10941 * gdb.base/maint.exp: Process output from 'maint print registers'
10942 line at a time.
10943
10944 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
10945
10946 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
10947 timeout.
10948
10949 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
10950
10951 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
10952 filter pattern.
10953
10954 2018-05-02 Pedro Alves <palves@redhat.com>
10955
10956 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
10957 to_log_command renames.
10958 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
10959
10960 2018-05-02 Tom Tromey <tom@tromey.com>
10961
10962 * gdb.python/py-parameter.exp: Set test message.
10963
10964 2018-05-02 Tom Tromey <tom@tromey.com>
10965
10966 PR python/20084:
10967 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
10968 PARAM_ZUINTEGER_UNLIMITED tests.
10969
10970 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
10971
10972 PR rust/23124
10973 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
10974 when casting.
10975
10976 2018-04-30 Tom Tromey <tom@tromey.com>
10977
10978 * gdb.python/py-type.exp: Check align attribute.
10979 * gdb.python/py-type.c: New "aligncheck" global.
10980
10981 2018-04-30 Tom Tromey <tom@tromey.com>
10982
10983 PR exp/17095:
10984 * gdb.dwarf2/dw2-align.exp: New file.
10985 * gdb.cp/align.exp: New file.
10986 * gdb.base/align.exp: New file.
10987 * lib/gdb.exp (gdb_int128_helper): New proc.
10988 (has_int128_c, has_int128_cxx): New caching procs.
10989
10990 2018-04-27 Tom Tromey <tom@tromey.com>
10991
10992 PR rust/22545:
10993 * gdb.rust/simple.exp: Add inclusive range tests.
10994
10995 2018-04-26 Pedro Alves <palves@redhat.com>
10996
10997 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
10998 ifunc breakpoint locations correctly of ifunc breakpoints set
10999 while the program resolves the ifunc.
11000
11001 2018-04-26 Pedro Alves <palves@redhat.com>
11002
11003 * gdb.base/gnu-ifunc-final.c: New file.
11004 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
11005 * gdb.base/gnu-ifunc.exp (executable): Delete.
11006 (staticexecutable): Adjust.
11007 (lib_opts, exec_opts): Delete.
11008 (make_binsuffix, build, set-break): New procedures.
11009 (misc_tests): New, with tests factored out from the top level.
11010 (top level): Test different combinations of ifunc resolver name,
11011 resolver with and with debug info, and ifunc target with and
11012 without debug info. Wrap static tests with with_target_prefix.
11013
11014 2018-04-26 Pedro Alves <palves@redhat.com>
11015
11016 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
11017 return type" warnings.
11018
11019 2018-04-25 Pedro Alves <palves@redhat.com>
11020
11021 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
11022 killed".
11023 * gdb.base/kill-after-signal.exp: Likewise.
11024 * gdb.threads/kill.exp: Likewise.
11025
11026 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11027 Sergio Durigan Junior <sergiodj@redhat.com>
11028 Pedro Alves <palves@redhat.com>
11029
11030 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
11031 regexps to expect for '[Inferior ... detached]' as well.
11032 * gdb.base/attach.exp: Likewise.
11033 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
11034 "gdb_continue_to_end".
11035 (test_catch_syscall_with_wrong_args): Likewise.
11036 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
11037 ']'. Don't set 'verbose' on.
11038 * gdb.base/foll-vfork.exp: Likewise.
11039 * gdb.base/fork-print-inferior-events.c: New file.
11040 * gdb.base/fork-print-inferior-events.exp: New file.
11041 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
11042 '[Inferior ... has been killed]' message.
11043 * gdb.base/kill-after-signal.exp: Likewise.
11044 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
11045 detach message.
11046 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
11047 message.
11048 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
11049 regexps to expect for '[Inferior ... detached]' as well.
11050 * gdb.threads/process-dies-while-detaching.exp: Likewise.
11051
11052 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
11053
11054 PR gdb/23104
11055 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
11056
11057 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
11058
11059 PR gdb/23095
11060 * gdb.base/break-probes.exp: Pass shlib_load to
11061 prepare_for_testing. Set normal_bp to r_debug_state if target is
11062 bsd.
11063
11064 2018-04-19 Richard Bunt <richard.bunt@arm.com>
11065
11066 * gdb.threads/multiple-successive-infcall.c: New test.
11067 * gdb.threads/multiple-successive-infcall.exp: New file.
11068
11069 2018-04-17 Tom Tromey <tom@tromey.com>
11070
11071 * gdb.rust/simple.rs (Union): New type.
11072 (main): New local "u".
11073 * gdb.rust/simple.exp (test_one_slice): Add new test case.
11074
11075 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11076
11077 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
11078 number information in output of "whereis" command.
11079 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
11080
11081 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11082
11083 * gdb.ada/info_types.exp: Adjust expected output to the line
11084 numbers now printed by "info var/func/type".
11085 * gdb.base/completion.exp: Likewise.
11086 * gdb.base/included.exp: Likewise.
11087 * gdb.cp/cp-relocate.exp: Likewise.
11088 * gdb.cp/cplusfuncs.exp: Likewise.
11089 * gdb.cp/namespace.exp: Likewise.
11090 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
11091
11092 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
11093
11094 * gdb.btrace/cpu.exp: New.
11095
11096 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
11097
11098 * gdb.base/step-indirect-call-thunk.exp: New.
11099 * gdb.base/step-indirect-call-thunk.c: New.
11100 * gdb.reverse/step-indirect-call-thunk.exp: New.
11101 * gdb.reverse/step-indirect-call-thunk.c: New.
11102
11103 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
11104
11105 * gdb.base/pie-fork.c: New file.
11106 * gdb.base/pie-fork.exp: New file.
11107
11108 2018-04-11 Tom Tromey <tom@tromey.com>
11109
11110 * gdb.rust/simple.exp: Add test for ".." struct initializer.
11111
11112 2018-04-10 Pedro Alves <palves@redhat.com>
11113
11114 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
11115 exits. Instead loop running forever.
11116 (fork_parent): Run forever too.
11117
11118 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
11119
11120 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
11121 mi_continue_to_line.
11122 * gdb.mi/mi-stack.c (callee4): Add comment.
11123
11124 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
11125
11126 * gdb.mi/mi-stack.exp: Fix indentation.
11127
11128 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
11129
11130 PR gdb/22979
11131 * gdb.arch/amd64-osabi.exp: New file.
11132
11133 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
11134
11135 PR gdb/22980
11136 * gdb.base/osabi.exp: New file.
11137
11138 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
11139
11140 * gdb.cp/static-typedef-print.exp: New file.
11141 * gdb.cp/static-typedef-print.cc: New file.
11142
11143 2018-03-27 Joel Brobecker <brobecker@adacore.com>
11144
11145 * gdb.ada/varsize_limit: New testcase.
11146
11147 2018-03-27 Joel Brobecker <brobecker@adacore.com>
11148
11149 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
11150
11151 * gdb.ada/notcplusplus: New testcase.
11152
11153 * gdb.base/c-linkage-name.c: New file.
11154 * gdb.base/c-linkage-name.exp: New testcase.
11155
11156 2018-03-26 Tom Tromey <tom@tromey.com>
11157
11158 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
11159 * gdb.python/py-framefilter.py (name_error): New global.
11160 (ErrorInName.function): Use name_error.
11161
11162 2018-03-26 Tom Tromey <tom@tromey.com>
11163
11164 PR backtrace/15582:
11165 * gdb.python/py-framefilter.exp: Add "bt hide" test.
11166
11167 2018-03-23 Keith Seitz <keiths@redhat.com>
11168
11169 PR c++/22968
11170 * gdb.cp/subtypes.exp: New file.
11171 * gdb.cp/subtypes.h: New file.
11172 * gdb.cp/subtypes.cc: New file.
11173 * gdb.cp/subtypes-2.cc: New file.
11174
11175 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
11176
11177 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
11178 (done): Call '_exit' not 'exit' to avoid atexit handlers.
11179 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
11180 -nostartfiles when compiling the test. Confirm that all registers
11181 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
11182
11183 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
11184
11185 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
11186 option, syntax was wrong anyway.
11187 * gdb.arch/arm-disp-step.exp: Likewise.
11188 * gdb.arch/sparc64-regs.exp: Likewise.
11189 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
11190 option, syntax was wrong anyway, switch to use
11191 prepare_for_testing.
11192 * gdb.arch/i386-disp-step.exp: Likewise.
11193
11194 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
11195
11196 * gdb.ada/exec_changed.exp: Replace "target_info exists
11197 use_gdb_stub" by "use_gdb_stub".
11198 * gdb.ada/start.exp: Likewise.
11199 * gdb.base/async-shell.exp: Likewise.
11200 * gdb.base/attach-pie-misread.exp: Likewise.
11201 * gdb.base/attach-wait-input.exp: Likewise.
11202 * gdb.base/break-entry.exp: Likewise.
11203 * gdb.base/break-interp.exp: Likewise.
11204 * gdb.base/dprintf-detach.exp: Likewise.
11205 * gdb.base/nostdlib.exp: Likewise.
11206 * gdb.base/solib-nodir.exp: Likewise.
11207 * gdb.base/statistics.exp: Likewise.
11208 * gdb.base/testenv.exp: Likewise.
11209 * gdb.mi/mi-exec-run.exp: Likewise.
11210 * gdb.mi/mi-start.exp: Likewise.
11211 * gdb.multi/dummy-frame-restore.exp: Likewise.
11212 * gdb.multi/multi-arch-exec.exp: Likewise.
11213 * gdb.multi/multi-arch.exp: Likewise.
11214 * gdb.multi/tids.exp: Likewise.
11215 * gdb.multi/watchpoint-multi.exp: Likewise.
11216 * gdb.python/py-events.exp: Likewise.
11217 * gdb.threads/attach-into-signal.exp: Likewise.
11218 * gdb.threads/attach-stopped.exp: Likewise.
11219 * gdb.threads/threadapply.exp: Likewise.
11220 * lib/selftest-support.exp: Likewise.
11221
11222 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
11223
11224 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
11225
11226 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
11227
11228 * gdb.perf/template-breakpoints.cc: New file.
11229 * gdb.perf/template-breakpoints.exp: New file.
11230 * gdb.perf/template-breakpoints.py: New file.
11231
11232 2018-03-19 Tom Tromey <tom@tromey.com>
11233
11234 * gdb.rust/simple.rs (main): Add local variables field1, field2,
11235 y0.
11236 * gdb.rust/simple.exp: Test bare identifier form of struct
11237 initializer.
11238
11239 2018-03-19 Tom Tromey <tom@tromey.com>
11240
11241 * gdb.gdb/observer.exp: Remove.
11242
11243 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
11244
11245 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
11246 "qualified" option when setting breakpoints.
11247 * gdb.trace/backtrace.exp: Likewise.
11248 * gdb.trace/circ.exp: Likewise.
11249 * gdb.trace/collection.exp: Likewise.
11250 * gdb.trace/disconnected-tracing.exp: Likewise.
11251 * gdb.trace/ftrace-lock.exp: Likewise.
11252 * gdb.trace/ftrace.exp: Likewise.
11253 * gdb.trace/infotrace.exp: Likewise.
11254 * gdb.trace/packetlen.exp: Likewise.
11255 * gdb.trace/passc-dyn.exp: Likewise.
11256 * gdb.trace/qtro.exp: Likewise.
11257 * gdb.trace/read-memory.exp: Likewise.
11258 * gdb.trace/report.exp: Likewise.
11259 * gdb.trace/signal.exp: Likewise.
11260 * gdb.trace/status-stop.exp: Likewise.
11261 * gdb.trace/strace.exp: Likewise.
11262 * gdb.trace/tfind.exp: Likewise.
11263 * gdb.trace/trace-break.exp: Likewise.
11264 * gdb.trace/trace-condition.exp: Likewise.
11265 * gdb.trace/trace-mt.exp: Likewise.
11266 * gdb.trace/tstatus.exp: Likewise.
11267 * gdb.trace/tsv.exp: Likewise.
11268 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
11269 * gdb.trace/unavailable.exp: Likewise.
11270 * gdb.trace/while-dyn.exp: Likewise.
11271
11272 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11273
11274 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
11275 that libinproctrace is copied to the target.
11276
11277 2018-03-14 Tom Tromey <tom@tromey.com>
11278
11279 PR cli/14977:
11280 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
11281 a null pointer.
11282 * gdb.base/wchar.exp: Likewise.
11283
11284 2018-03-14 Tom Tromey <tom@tromey.com>
11285
11286 PR cli/19918:
11287 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
11288 flag.
11289
11290 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
11291
11292 PR gdb/22841
11293 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
11294 "target" to remote_exec.
11295
11296 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
11297
11298 PR gdb/22841
11299 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
11300 ${board}_upload): Remove.
11301
11302 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
11303
11304 * gdb.cp/watch-cp.cc: New test.
11305 * gdb.cp/watch-cp.exp: New file.
11306
11307 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
11308
11309 * gdb.base/infcall-nested-structs.exp: New file.
11310 * gdb.base/infcall-nested-structs.c: New file.
11311 * gdb.base/float.exp: Add riscv support.
11312
11313 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
11314
11315 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
11316 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
11317
11318 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
11319
11320 * gdb.server/abspath.exp: New file.
11321 * lib/gdb.exp (with_cwd): New procedure.
11322
11323 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
11324
11325 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
11326 use it.
11327 (gdb_is_target_remote_prompt): New proc.
11328 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
11329 (gdb_is_target_native): Pass prompt parameter to
11330 gdb_is_target_1.
11331
11332 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
11333
11334 * gdb.base/load-command.c: New file.
11335 * gdb.base/load-command.exp: New file.
11336 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
11337 (gdb_is_target_1): ...this, and generalize for other targets
11338 than just remote.
11339 (gdb_is_target_remote): Use gdb_is_target_1.
11340 (gdb_is_target_native): use gdb_is_target_1.
11341
11342 2018-02-26 Tom Tromey <tom@tromey.com>
11343
11344 PR python/16497:
11345 * gdb.python/py-framefilter.exp: Update test.
11346
11347 2018-02-26 Tom Tromey <tom@tromey.com>
11348
11349 * gdb.dwarf2/variant.c: New file.
11350 * gdb.dwarf2/variant.exp: New file.
11351
11352 2018-02-26 Tom Tromey <tom@tromey.com>
11353
11354 * gdb.rust/simple.exp: Accept more possible results in enum test.
11355
11356 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
11357
11358 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
11359 parentheses.
11360
11361 2018-02-23 Maciej W. Rozycki <macro@mips.com>
11362
11363 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
11364 name of a variable: $actual_linejj -> $actual_line.
11365
11366 2018-02-21 John Baldwin <jhb@FreeBSD.org>
11367
11368 * gdb.arch/amd64-i386-address.exp: Fix a typo.
11369
11370 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
11371
11372 * gdb.btrace/buffer-size.exp: Do not force BTS.
11373
11374 2018-02-14 Pedro Alves <palves@redhat.com>
11375
11376 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
11377 getting a "Quit".
11378
11379 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
11380
11381 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
11382 Fix test name.
11383
11384 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
11385
11386 * gdb.cp/m-static.exp: Check type of optimized out static
11387 member.
11388
11389 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
11390
11391 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
11392 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
11393
11394 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
11395 Leszek Swirski <leszeks@google.com>
11396
11397 * gdb.python/py-prettyprint.c
11398 (struct to_string_returns_value_inner,
11399 struct to_string_returns_value_wrapper): New.
11400 (main): Add tsrvw variable.
11401 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
11402 ToStringReturnsValueWrapper): New classes.
11403 (register_pretty_printers): Register new pretty-printers.
11404 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
11405 recursive pretty printer.
11406 * gdb.python/py-mi.exp: Likewise.
11407
11408 2018-02-01 Leszek Swirski <leszeks@google.com>
11409
11410 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
11411 functions with the same name as an include file are parsed
11412 correctly.
11413
11414 2018-02-01 Yao Qi <yao.qi@linaro.org>
11415
11416 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
11417 "\[^\r\n\]*".
11418
11419 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
11420
11421 * gdb.arch/powerpc-prologue-frame.s: New file.
11422 * gdb.arch/powerpc-prologue-frame.c: Likewise.
11423 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
11424
11425 2018-01-31 Joel Brobecker <brobecker@adacore.com>
11426
11427 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
11428
11429 2018-01-30 Pedro Alves <palves@redhat.com>
11430
11431 PR gdb/13211
11432 * gdb.base/interrupt-daemon.c: New.
11433 * gdb.base/interrupt-daemon.exp: New.
11434 * gdb.multi/multi-term-settings.c: New.
11435 * gdb.multi/multi-term-settings.exp: New.
11436
11437 2018-01-30 Joel Brobecker <brobecker@adacore.com>
11438
11439 * gdb.base/break.exp: Save the location where the breakpoint
11440 on break.c:47 was actually inserted when debugging the version
11441 compiled at -O2 and use it in the expected output of the "info
11442 break" test performed soon after.
11443
11444 2018-01-22 Pedro Alves <palves@redhat.com>
11445 Sergio Durigan Junior <sergiodj@redhat.com>
11446
11447 * gdb.base/whatis.exp: Add tests for 'set print object on' +
11448 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
11449
11450 2018-01-22 Joel Brobecker <brobecker@adacore.com>
11451
11452 * gdb.base/break-include.c, gdb.base/break-include.inc,
11453 gdb.base/break-include.exp: New files.
11454 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
11455 line number now being the actual line number where the breakpoint
11456 was inserted.
11457 * gdb.mi/mi-break.exp: Likewise.
11458 * gdb.mi/mi-reverse.exp: Likewise.
11459 * gdb.mi/mi-simplerun.exp: Ditto.
11460
11461 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
11462
11463 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
11464 varobj.
11465 * gdb.mi/mi-var-create-rtti.exp: Likewise.
11466
11467 2018-01-21 Don Breazeal <donb@codesourcery.com>
11468 Andrew Burgess <andrew.burgess@embecosm.com>
11469
11470 * gdb.mi/basics.c: Add new global.
11471 * gdb.mi/mi-frame-regs.exp: New file.
11472 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
11473 case.
11474
11475 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
11476
11477 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
11478 non-parameter, and on an unknown symbol.
11479
11480 2018-01-19 Tom Tromey <tom@tromey.com>
11481
11482 * gdb.rust/modules.rs (TWENTY_THREE): New global.
11483 * gdb.rust/modules.exp: Add ::-qualified lookup test.
11484
11485 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
11486
11487 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
11488 setrlimit and chdir to int.
11489
11490 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
11491
11492 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
11493 function.
11494 (my_tend): Likewise.
11495 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
11496 rationale of avoiding FP- and vector instructions.
11497
11498 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
11499
11500 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
11501 "info reg" with "\[ \t\]*".
11502 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
11503 "\[ \t\]+".
11504 * gdb.arch/s390-multiarch.exp: Ditto.
11505 * gdb.base/pc-fp.exp: Ditto.
11506 * gdb.reverse/i386-precsave.exp: Ditto.
11507 * gdb.reverse/i386-reverse.exp: Ditto.
11508 * gdb.reverse/i387-env-reverse.exp: Ditto.
11509 * gdb.reverse/i387-stack-reverse.exp: Ditto.
11510
11511 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
11512
11513 * lib/gdb.exp (gdb_compile): Re-enable use of
11514 universal_compile_options for languages other than Rust.
11515
11516 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
11517
11518 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
11519
11520 2018-01-17 Mike Gulick <mgulick@mathworks.com>
11521
11522 PR gdb/16577
11523 * gdb.base/solib-vanish.exp: New.
11524 * gdb.base/solib-vanish-main.c: New.
11525 * gdb.base/solib-vanish-lib1.c: New.
11526 * gdb.base/solib-vanish-lib2.c: New.
11527
11528 2018-01-17 Yao Qi <yao.qi@linaro.org>
11529
11530 * gdb.compile/compile.exp: Match the address printed for
11531 frame in the output of command "bt".
11532
11533 2018-01-15 Tom Tromey <tom@tromey.com>
11534
11535 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
11536 compute sp_reg.
11537
11538 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
11539
11540 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
11541 to prepare.
11542 (prepare): Return 0 on error, 1 on success.
11543
11544 2018-01-12 Pedro Alves <palves@redhat.com>
11545
11546 * gdb.base/continue-after-aborted-step-over.c: New.
11547 * gdb.base/continue-after-aborted-step-over.exp: New.
11548
11549 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
11550
11551 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
11552 options when not creating an executable.
11553
11554 2018-01-11 Pedro Alves <palves@redhat.com>
11555
11556 PR remote/22597
11557 * gdb.server/stop-reply-no-thread.c: New file.
11558 * gdb.server/stop-reply-no-thread.exp: New file.
11559
11560 2018-01-10 Pedro Alves <palves@redhat.com>
11561
11562 PR gdb/22670
11563 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
11564 functions too. Test setting breakpoints and printing C functions
11565 with no debug info too.
11566 * gdb.ada/bp_c_mixed_case/qux.c: New file.
11567
11568 2018-01-10 Pedro Alves <palves@redhat.com>
11569
11570 PR gdb/22670
11571 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
11572 a fail.
11573
11574 2018-01-10 Pedro Alves <palves@redhat.com>
11575
11576 PR gdb/22670
11577 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
11578
11579 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
11580
11581 * gdb.server/unittest.exp: Match the output in non-development
11582 mode.
11583
11584 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
11585
11586 * gdb.gdb/unittest.exp: Match output in non-development mode.
11587
11588 2018-01-08 Joel Brobecker <brobecker@adacore.com>
11589
11590 * gdb.ada/access_tagged_param.exp: Relax expected output
11591 for value of "ObjL" in "continue" to pck.inspect breakpoint
11592 test.
11593
11594 2018-01-08 Joel Brobecker <brobecker@adacore.com>
11595
11596 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
11597 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
11598
11599 2018-01-05 Pedro Alves <palves@redhat.com>
11600
11601 PR gdb/18653
11602 * gdb.base/libsegfault.exp: New.
11603
11604 2018-01-05 Joel Brobecker <brobecker@adacore.com>
11605
11606 PR gdb/22670
11607 * gdb.ada/access_tagged_param.exp: New file.
11608 * gdb.ada/access_tagged_param/foo.adb: New file.
11609
11610 2018-01-05 Pedro Alves <palves@redhat.com>
11611
11612 PR gdb/22670
11613 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
11614 exercise lower case too, and to exercise both full matching and
11615 wild matching.
11616
11617 2018-01-05 Joel Brobecker <brobecker@adacore.com>
11618
11619 * gdb.ada/rename_subscript_param: New testcase.
11620
11621 2018-01-05 Jerome Guitton <guitton@adacore.com>
11622
11623 * gdb.ada/arr_acc_idx_w_gap: New testcase.
11624
11625 2018-01-05 Joel Brobecker <brobecker@adacore.com>
11626
11627 * gdb.ada/convvar_comp: New testcase.
11628
11629 2018-01-05 Xavier Roirand <roirand@adacore.com>
11630
11631 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
11632 (My_Table): New global variable.
11633 * testsuite/gdb.ada/array_char_idx.exp: Add test.
11634
11635 2018-01-04 Joel Brobecker <brobecker@adacore.com>
11636
11637 PR gdb/22670
11638 * gdb.ada/maint_with_ada: New testcase.
11639
11640 2018-01-04 Joel Brobecker <brobecker@adacore.com>
11641
11642 PR gdb/22670
11643 * gdb.ada/bp_c_mixed_case: New testcase.
11644
11645 2018-01-04 Joel Brobecker <brobecker@adacore.com>
11646
11647 PR gdb/22670
11648 * gdb.ada/complete.exp: Add "complete break ada" test.
11649
11650 2018-01-04 Joel Brobecker <brobecker@adacore.com>
11651
11652 PR gdb/22670
11653 * gdb.ada/info_addr_mixed_case: New testcase.
11654
11655 2018-01-03 Xavier Roirand <roirand@adacore.com>
11656
11657 * gdb.ada/excep_handle.exp: New testcase.
11658 * gdb.ada/excep_handle/foo.adb: New file.
11659 * gdb.ada/excep_handle/pck.ads: New file.
11660
11661 2018-01-03 Joel Brobecker <brobecker@adacore.com>
11662
11663 * gdb.base/step-line.c: Add extra empty line in copyright header.
11664 * gdb.base/step-line.inp: Likewise.
11665
11666 2018-01-02 Joel Brobecker <brobecker@adacore.com>
11667
11668 * gdb.ada/dyn_stride.exp: Add slice test.
11669
11670 2018-01-02 Joel Brobecker <brobecker@adacore.com>
11671
11672 * gdb.ada/dyn_stride: New testcase.
11673
11674 2017-12-27 Stafford Horne <shorne@gmail.com>
11675
11676 * gdb.xml/extra-regs.xml: Add example foo reggroup.
11677 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
11678
11679 2017-12-27 Stafford Horne <shorne@gmail.com>
11680
11681 * gdb.base/reggroups.c: New file.
11682 * gdb.base/reggroups.exp: New file.
11683
11684 2017-12-18 Joel Brobecker <brobecker@adacore.com>
11685
11686 * gdb.dwarf2/ada-valprint-error.c: New file.
11687 * gdb.dwarf2/ada-valprint-error.exp: New file.
11688
11689 2017-12-18 Joel Brobecker <brobecker@adacore.com>
11690
11691 * gdb.ada/assign_arr: New testcase.
11692
11693 2017-12-18 Xavier Roirand <roirand@adacore.com>
11694
11695 * gdb.ada/funcall_ptr: New testcase.
11696
11697 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
11698
11699 PR cli/16224
11700 * gdb.base/ptype-offsets.cc: New file.
11701 * gdb.base/ptype-offsets.exp: New file.
11702
11703 2017-12-15 Yao Qi <yao.qi@linaro.org>
11704
11705 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
11706 if XML is disabled.
11707
11708 2017-12-15 Xavier Roirand <roirand@adacore.com>
11709
11710 * gdb.ada/same_component_name: New testcase.
11711
11712 2017-12-14 Joel Brobecker <brobecker@adacore.com>
11713
11714 * gdb.ada/str_binop_equal: New testcase.
11715
11716 2017-12-14 Joel Brobecker <brobecker@adacore.com>
11717
11718 * gdb.ada/task_switch_in_core: New testcase.
11719
11720 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
11721
11722 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
11723 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
11724 call test_bkpt_qualified.
11725 (test_bkpt_qualified): New proc.
11726
11727 2017-12-13 Pedro Alves <palves@redhat.com>
11728
11729 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
11730 Tighten regexp by matching with an anchor.
11731
11732 2017-12-13 Pedro Alves <palves@redhat.com>
11733
11734 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
11735 ("expression with namespace"): New set of tests.
11736 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
11737 (Nested::Test_NS::qux): New.
11738 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
11739 defaults to 'start_quote_char' and 'end_quote_char' parameters.
11740
11741 2017-12-13 Joel Brobecker <brobecker@adacore.com>
11742
11743 * gdb.base/server-del-break.c: New file.
11744 * gdb.base/server-del-break.exp: New file.
11745
11746 2017-12-12 Stafford Horne <shorne@gmail.com>
11747
11748 * gdb.xml/tdesc-regs.exp: Add or1k support.
11749
11750 2017-12-12 Stafford Horne <shorne@gmail.com>
11751
11752 * gdb.base/bp-permanent.c: Define nop of or1k.
11753
11754 2017-12-11 Joel Brobecker <brobecker@adacore.com>
11755
11756 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
11757 output with components being reordered.
11758
11759 2017-12-11 Joel Brobecker <brobecker@adacore.com>
11760
11761 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
11762 output with components being reordered.
11763
11764 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11765 Pedro Alves <palves@redhat.com>
11766
11767 * gdb.base/maint.exp (check for .gdb_index): Check also for
11768 .debug_names.
11769 * gdb.dlang/watch-loc.c (.debug_aranges): New.
11770 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
11771 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
11772 (.gdb_index used after symbol reloading): Support also .debug_names.
11773 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
11774
11775 2017-12-08 Yao Qi <yao.qi@linaro.org>
11776
11777 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
11778 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
11779
11780 2017-12-08 Yao Qi <yao.qi@linaro.org>
11781
11782 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
11783 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
11784
11785 2017-12-08 Yao Qi <yao.qi@linaro.org>
11786
11787 * gdb.arch/aarch64-tagged-pointer.c: New file.
11788 * gdb.arch/aarch64-tagged-pointer.exp: New file.
11789
11790 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
11791
11792 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
11793 "int".
11794
11795 2017-12-07 Keith Seitz <keiths@redhat.com>
11796
11797 PR breakpoints/22569
11798 * gdb.linespec/ls-errs.exp: Change expected result of "break
11799 -source this file has spaces.c -line 3".
11800 Check that an explicit source file followed by whitespace is
11801 identified as an invalid explicit location.
11802
11803 2017-12-07 Keith Seitz <keiths@redhat.com>
11804
11805 * gdb.cp/nested-types.cc: New file.
11806 * gdb.cp/nested-types.exp: New file.
11807 * lib/cp-support.exp: Load data-structures.exp library.
11808 (debug_cp_test_ptype_class): New global.
11809 (cp_ptype_class_verbose, next_line): New procedures.
11810 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
11811 Add and document new return value.
11812 Switch the list of lines to a queue.
11813 Add support for new `type' key for nested type definitions.
11814 Add debugging/troubleshooting messages.
11815 * lib/data-structures.exp: New file.
11816
11817 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
11818
11819 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
11820 with proc_with_prefix, don't use with_test_prefix.
11821
11822 2017-12-07 Tom Tromey <tom@tromey.com>
11823
11824 * gdb.base/break.exp: Add test for empty "commands".
11825
11826 2017-12-07 Yao Qi <yao.qi@linaro.org>
11827
11828 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
11829 malloc and catch syscall.
11830
11831 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
11832
11833 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
11834 tests for explicit locations.
11835
11836 2017-12-06 Pedro Alves <palves@redhat.com>
11837
11838 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
11839 force-disabling XML descriptions.
11840
11841 2017-12-04 Pedro Alves <palves@redhat.com>
11842
11843 PR gdb/22499
11844 * gdb.arch/amd64-disp-step-avx.S: New file.
11845 * gdb.arch/amd64-disp-step-avx.exp: New file.
11846
11847 2017-12-03 Pedro Alves <palves@redhat.com>
11848
11849 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
11850 and <string.h>.
11851 (parent_function): Print distinct messages when waitpid fails, or
11852 the child exits with a signal, or the child exits for an unhandled
11853 reason.
11854 * gdb.threads/process-dies-while-detaching.exp
11855 (detach_and_expect_exit): New 'inf_output_re' parameter and use
11856 it. Wait for both inferior output and GDB's prompt. Use an
11857 indirect spawn id list.
11858 (do_detach): New parameter 'child_exit'. Use it to compute
11859 expected inferior output.
11860 (test_detach, test_detach_watch, test_detach_killed_outside):
11861 Adjust to pass down the expected child exit kind.
11862
11863 2017-12-01 Joel Brobecker <brobecker@adacore.com>
11864 Sergio Durigan Junior <sergiodj@redhat.com>
11865 Pedro Alves <palves@redhat.com>
11866
11867 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
11868
11869 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
11870
11871 * gdb.base/relocate.exp: Add tests to guarantee that arguments
11872 to 'symbol-file' and 'add-symbol-file' can be
11873 position-independent.
11874
11875 2017-12-01 Yao Qi <yao.qi@linaro.org>
11876
11877 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
11878 the URL in copyright header.
11879 * gdb.arch/aarch64-fp.exp: Likewise.
11880 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
11881 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
11882 * gdb.base/expand-psymtabs.exp: Likewise.
11883 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
11884 * gdb.fortran/common-block.exp: Likewise.
11885 * gdb.fortran/common-block.f90: Likewise.
11886 * gdb.fortran/logical.exp: Likewise.
11887 * gdb.fortran/vla-datatypes.f90: Likewise.
11888 * gdb.fortran/vla-sub.f90: Likewise.
11889
11890 2017-11-30 Joel Brobecker <brobecker@adacore.com>
11891
11892 * gdb.ada/repeat_dyn: New testcase.
11893
11894 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
11895
11896 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
11897 Update for changed thread numbering.
11898 * gdb.cell/bt.exp: Update for changed GDB output.
11899
11900 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
11901
11902 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
11903 setting isremote by hand.
11904 * boards/dwarf4-gdb-index.exp: Likewise.
11905 * boards/fission.exp: Likewise.
11906 * boards/stabs.exp: Likewise.
11907
11908 2017-11-30 Pedro Alves <palves@redhat.com>
11909
11910 * gdb.linespec/cpls-ops.exp
11911 (check_explicit_skips_function_argument): Extract the underlying
11912 type of size_t instead of hardcoding it.
11913
11914 2017-11-29 Pedro Alves <palves@redhat.com>
11915
11916 PR c++/19436
11917 * gdb.linespec/cpls-abi-tag.cc: New file.
11918 * gdb.linespec/cpls-abi-tag.exp: New file.
11919
11920 2017-11-29 Pedro Alves <palves@redhat.com>
11921
11922 * gdb.base/langs.exp: Use -qualified.
11923 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
11924 it.
11925 * gdb.cp/namespace.exp: Use -qualified.
11926 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
11927 (overload-3, template-overload, template-ret-type, const-overload)
11928 (const-overload-quoted, anon-ns, ambiguous-prefix): New
11929 procedures.
11930 (test_driver): Call them.
11931 * gdb.cp/save-bp-qualified.cc: New.
11932 * gdb.cp/save-bp-qualified.exp: New.
11933 * gdb.linespec/explicit.exp: Test -qualified.
11934 * lib/completion-support.exp (completion::explicit_opts_list): Add
11935 "-qualified".
11936 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
11937
11938 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
11939
11940 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
11941
11942 2017-11-29 Tom Tromey <tom@tromey.com>
11943
11944 * gdb.base/relocate.exp: Update invalid argument test.
11945 Add new tests for invalid arguments.
11946
11947 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
11948
11949 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
11950 Return 0 as a long.
11951 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
11952
11953 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
11954
11955 * gdb.cp/breakpoint.cc (bar): Set return type to void.
11956 * gdb.cp/psymtab-parameter.cc (func): Likewise.
11957 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
11958 func ().
11959 * gdb.cp/shadow.cc (B.func): Return 0.
11960
11961 2017-11-27 Joel Brobecker <brobecker@adacore.com>
11962
11963 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
11964 expected output in gdb_expect call to allow the exception
11965 message to be present as well. Fix syntax confusion to avoid
11966 TCL thinking that exception_name is an array.
11967
11968 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
11969
11970 * gdb.arch/spu-info.c: Include <unistd.h>.
11971 (do_signal_test): Fix broken calls to write.
11972 * gdb.arch/spu-info.exp: Use prepare_for_testing.
11973 Fix checks for empty mailboxes. Update signal tests for corrected
11974 do_signal_test routine. Allow nonzero event status.
11975 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
11976 * gdb.cell/arch.exp: Use standard_output_file.
11977 * gdb.cell/break.exp: Likewise.
11978 * gdb.cell/bt.exp: Likewise.
11979 * gdb.cell/core.exp: Likewise.
11980 * gdb.cell/dwarfaddr.exp: Likewise.
11981 * gdb.cell/ea-cache.exp: Likewise.
11982 * gdb.cell/ea-standalone.exp: Likewise.
11983 * gdb.cell/f-regs.exp: Likewise.
11984 * gdb.cell/fork.exp: Likewise.
11985 * gdb.cell/gcore.exp: Likewise.
11986 * gdb.cell/mem-access.exp: Likewise.
11987 * gdb.cell/ptype.exp: Likewise.
11988 * gdb.cell/registers.exp: Likewise.
11989 * gdb.cell/sizeof.exp: Likewise.
11990 * gdb.cell/solib-symbol.exp: Likewise.
11991 * gdb.cell/solib.exp: Likewise.
11992
11993 2017-11-25 Pedro Alves <palves@redhat.com>
11994
11995 * gdb.base/complete-empty.exp: New file.
11996 * gdb.base/completion.exp: Adjust.
11997
11998 2017-11-25 Pedro Alves <palves@redhat.com>
11999
12000 * gdb.linespec/cpls-ops.cc: New file.
12001 * gdb.linespec/cpls-ops.exp: New file.
12002 * lib/completion-support.exp (test_complete_prefix_range_re): New,
12003 factored out from ...
12004 (test_complete_prefix_range): ... this.
12005
12006 2017-11-24 Pedro Alves <palves@redhat.com>
12007
12008 * gdb.linespec/cpcompletion.exp: New file.
12009 * gdb.linespec/cpls-hyphen.cc: New file.
12010 * gdb.linespec/cpls.cc: New file.
12011 * gdb.linespec/cpls2.cc: New file.
12012 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
12013 test to use test_gdb_complete_unique. Add label completion,
12014 keyword completion and explicit location completion tests.
12015 * lib/completion-support.exp: New file.
12016
12017 2017-11-24 Joel Brobecker <brobecker@adacore.com>
12018
12019 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
12020 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
12021 when hitting an exception catchpoint.
12022
12023 2017-11-22 Yao Qi <yao.qi@linaro.org>
12024
12025 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
12026
12027 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
12028
12029 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
12030 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
12031 * gdb.dwarf2/info-locals-optimized-out.c: New file.
12032
12033 2017-11-22 Yao Qi <yao.qi@linaro.org>
12034
12035 * gdb.base/info-os.exp: Pass pthreads.
12036 * gdb.multi/multi-attach.exp: Likewise.
12037
12038 2017-11-22 Yao Qi <yao.qi@linaro.org>
12039
12040 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
12041 compiler.
12042
12043 2017-11-22 Yao Qi <yao.qi@linaro.org>
12044
12045 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
12046 * gdb.base/break-interp.exp: Likewise.
12047 * gdb.base/jit-attach-pie.exp: Likewise.
12048
12049 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
12050
12051 * gdb.base/float128.c (large128): New variable.
12052 * gdb.base/float128.exp: Add test to print largest __float128 value.
12053
12054 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
12055
12056 * gdb.arch/vsx-regs.exp: Update register content checks.
12057
12058 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
12059
12060 * gdb.arch/ppc-longdouble.exp: New file.
12061 * gdb.arch/ppc-longdouble.c: Likewise.
12062
12063 2017-11-21 Pedro Alves <palves@redhat.com>
12064
12065 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
12066
12067 2017-11-20 Pedro Alves <palves@redhat.com>
12068
12069 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
12070 (long_double_typedef): New typedefs.
12071 Use DEF on double and long double.
12072 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
12073 cases.
12074 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
12075 and 'long_double_ptr_same_size' locals. Use them to decide
12076 whether cast from array/function to float is valid/invalid.
12077
12078 2017-11-17 Tom Tromey <tom@tromey.com>
12079
12080 * gdb.rust/traits.rs: New file.
12081 * gdb.rust/traits.exp: New file.
12082
12083 2017-11-17 Joel Brobecker <brobecker@adacore.com>
12084
12085 * gdb.ada/minsyms: New testcase.
12086
12087 2017-11-16 Pedro Alves <palves@redhat.com>
12088
12089 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
12090 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
12091
12092 2017-11-16 Pedro Alves <palves@redhat.com>
12093
12094 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
12095 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
12096
12097 2017-11-16 Pedro Alves <palves@redhat.com>
12098
12099 * gdb.server/reconnect-ctrl-c.c: New file.
12100 * gdb.server/reconnect-ctrl-c.exp: New file.
12101
12102 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
12103
12104 * gdb.python/py-rbreak.exp: New file.
12105 * gdb.python/py-rbreak.c: New file.
12106 * gdb.python/py-rbreak-func2.c: New file.
12107
12108 2017-11-16 Pedro Alves <palves@redhat.com>
12109
12110 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
12111 pattern.
12112 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
12113 GDB.
12114
12115 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
12116
12117 * gdb.tui/completionn.exp (test_tab_completion): Add space in
12118 regex.
12119
12120 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
12121
12122 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
12123 test names.
12124
12125 2017-11-09 Pedro Alves <palves@redhat.com>
12126
12127 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
12128 factored out from ...
12129 (top level): ... here, and adjusted to avoid expecting beyond the
12130 prompt in a single gdb_test_multiple.
12131
12132 2017-11-09 Pedro Alves <palves@redhat.com>
12133
12134 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
12135 output.
12136 * gdb.server/ext-attach.exp ("kill" test): Likewise.
12137 * gdb.server/ext-restart.exp ("kill" test): Likewise.
12138 * gdb.server/ext-run.exp ("kill" test): Likewise.
12139 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
12140
12141 2017-11-09 Pedro Alves <palves@redhat.com>
12142
12143 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
12144 match till end of line.
12145
12146 2017-11-09 Pedro Alves <palves@redhat.com>
12147
12148 * gdb.base/memattr.exp: Tighten regexes to match the end line.
12149
12150 2017-11-09 Pedro Alves <palves@redhat.com>
12151
12152 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
12153 New procedures, factored out from ...
12154 (top level): ... here, and adjusted to avoid expecting beyond the
12155 prompt in one go.
12156
12157 2017-11-09 Pedro Alves <palves@redhat.com>
12158
12159 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
12160 output. Fix '?' match.
12161
12162 2017-11-08 Joel Brobecker <brobecker@adacore.com>
12163
12164 * gdb.ada/scoped_watch: New testcase.
12165 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
12166 which is actually correct.
12167 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
12168 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
12169
12170 2017-11-08 Pedro Alves <palves@redhat.com>
12171
12172 * gdb.gdb/complaints.exp (test_initial_complaints)
12173 (test_serial_complaints, test_short_complaints): Call
12174 complaint_internal instead of complaint.
12175
12176 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
12177
12178 * gdb.threads/tls-core.c: New file.
12179 * gdb.threads/tls-core.exp: Likewise.
12180
12181 2017-11-08 Pedro Alves <palves@redhat.com>
12182
12183 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
12184 (p Exported_Capitalized): New test.
12185 (p exported_capitalized): New test.
12186
12187 2017-11-07 Pedro Alves <palves@redhat.com>
12188
12189 * gdb.cp/ena-dis-br-range.exp: Add more tests.
12190
12191 2017-11-07 Pedro Alves <palves@redhat.com>
12192
12193 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
12194 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
12195 (disable_invalid, disable_inverted, disable_negative): New
12196 procedures.
12197 ("bad numbers"): New set of tests.
12198
12199 2017-11-07 Pedro Alves <palves@redhat.com>
12200
12201 * gdb.cp/ena-dis-br-range.exp: Add tests.
12202
12203 2017-11-07 Pedro Alves <palves@redhat.com>
12204
12205 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
12206
12207 2017-11-07 Xavier Roirand <roirand@adacore.com>
12208 Pedro Alves <palves@redhat.com>
12209
12210 * gdb.base/ena-dis-br.exp: Add reference to
12211 gdb.cp/ena-dis-br-range.exp.
12212 * gdb.cp/ena-dis-br-range.exp: New file.
12213 * gdb.cp/ena-dis-br-range.cc: New file.
12214
12215 2017-11-06 Pedro Alves <palves@redhat.com>
12216
12217 * gdb.base/attach-non-pgrp-leader.c: New.
12218 * gdb.base/attach-non-pgrp-leader.exp: New.
12219
12220 2017-11-06 Pedro Alves <palves@redhat.com>
12221
12222 * configure.ac: No longer check for termio.h and sgtty.h.
12223 * configure: Regenerate.
12224 * remote-utils.c: Include termios.h instead of gdb_termios.h.
12225 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
12226 Remove termio and sgtty code.
12227
12228 2017-11-03 Yao Qi <yao.qi@linaro.org>
12229
12230 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
12231 in GDB is disabled.
12232
12233 2017-11-03 Yao Qi <yao.qi@linaro.org>
12234
12235 * gdb.python/py-thrhandle.exp: Skip it if python is not
12236 enabled.
12237
12238 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
12239
12240 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
12241 as a breakpoint command.
12242
12243 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
12244
12245 PR python/21213
12246 * gdb.python/py-infthread.exp: Test calling
12247 InferiorThread.inferior () multiple times in a row.
12248
12249 2017-10-27 Keith Seitz <keiths@redhat.com>
12250
12251 * gdb.opt/inline-break.exp (break_info_1): New procedure.
12252 Test "info break" for every inlined function breakpoint.
12253
12254 2017-10-27 Yao Qi <yao.qi@linaro.org>
12255
12256 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
12257
12258 2017-10-26 Patrick Frants <osscontribute@gmail.com>
12259
12260 * gdb.cp/classes.exp (test_static_members): Test printing
12261 Outer::instance.
12262 * gdb.cp/classes.c (struct Inner, struct Outer): New.
12263 (Inner::instance, Outer::instance): New.
12264
12265 2017-10-24 Pedro Alves <palves@redhat.com>
12266
12267 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
12268 extra console" test in two stages.
12269
12270 2017-10-24 Pedro Alves <palves@redhat.com>
12271
12272 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
12273
12274 2017-10-24 Pedro Alves <palves@redhat.com>
12275
12276 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
12277 loop.
12278
12279 2017-10-24 Pedro Alves <palves@redhat.com>
12280
12281 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
12282 $attempt" and "stoppedtry $stoppedtry" test prefixes.
12283
12284 2017-10-24 Pedro Alves <palves@redhat.com>
12285
12286 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
12287 parameter and handle it. Don't output read value in test name.
12288
12289 2017-10-24 Pedro Alves <palves@redhat.com>
12290
12291 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
12292 custom test name.
12293
12294 2017-10-24 Pedro Alves <palves@redhat.com>
12295
12296 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
12297 include the unstable output directory name in the test's name.
12298 (initial_setup_simple) <'set args'>: Use custom test name.
12299
12300 2017-10-24 Pedro Alves <palves@redhat.com>
12301
12302 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
12303 with explicit test name.
12304
12305 2017-10-20 Pedro Alves <palves@redhat.com>
12306
12307 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
12308 'wait -i'. Use gdb_assert and remote_close.
12309
12310 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
12311
12312 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
12313 number from variable rather than hard-coded.
12314
12315 2017-10-19 Pedro Alves <palves@redhat.com>
12316
12317 * gdb.base/long-inferior-output.c: New file.
12318 * gdb.base/long-inferior-output.exp: New file.
12319
12320 2017-11-18 Keith Seitz <keiths@redhat.com>
12321
12322 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
12323 method.
12324 (main): Call it.
12325 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
12326 Add additional user-defined conversion operator tests.
12327
12328 2017-10-17 Pedro Alves <palves@redhat.com>
12329
12330 * boards/native-stdio-gdbserver.exp: Load "local-board".
12331
12332 2017-10-17 Pedro Alves <palves@redhat.com>
12333
12334 * gdb.base/quit-live.c: New file.
12335 * gdb.base/quit-live.exp: New file.
12336
12337 2017-10-16 Keith Seitz <keiths@redhat.com>
12338
12339 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
12340 (class_with_protected_typedef, class_with_private_typedef)
12341 (struct_with_public_typedef, struct_with_protected_typedef)
12342 (struct_with_private_typedef): New classes/structs.
12343 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
12344 typedefs and access specifiers.
12345
12346 2017-10-16 Pedro Alves <palves@redhat.com>
12347 Simon Marchi <simon.marchi@polymtl.ca>
12348
12349 * README (Local vs Remote vs Native): New section.
12350 * boards/local-board.exp: New file, with bits factored out from
12351 ...
12352 * boards/native-extended-gdbserver.exp: ... here. Load
12353 "local-board".
12354 * boards/native-gdbserver.exp: Load "local-board".
12355 (${board}_spawn, ${board}_exec): Delete.
12356 * boards/native-stdio-gdbserver.exp: Most contents factored out to
12357 ...
12358 * boards/stdio-gdbserver-base.exp: ... this new file.
12359 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
12360 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
12361 procedure.
12362 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
12363 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
12364 stdio_gdbserver_command.
12365 (${board}_get_remote_address, ${board}_get_comm_port)
12366 (${board}_download, ${board}_upload): Delete.
12367 (get_target_remote_pipe_cmd): New.
12368
12369 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
12370
12371 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
12372 test_bkpt_deletion, test_bkpt_cond_and_cmds,
12373 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
12374 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
12375 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
12376 remove with_test_prefix.
12377
12378 2017-10-13 Pedro Alves <palves@redhat.com>
12379
12380 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
12381 * gdb.base/annota1.exp: Use it instead of is_remote.
12382 * gdb.base/annota3.exp: Use it instead of is_remote.
12383 * gdb.cp/annota2.exp: Use it instead of is_remote.
12384 * gdb.cp/annota3.exp: Use it instead of is_remote.
12385 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
12386
12387 2017-10-13 Pedro Alves <palves@redhat.com>
12388
12389 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
12390 (test_num_test_vars, run_and_count_vars, find_env)
12391 (test_set_unset_env, test_inherit_env_var): New procedures.
12392 (top level): Use them.
12393
12394 2017-10-13 Pedro Alves <palves@redhat.com>
12395
12396 * lib/selftest-support.exp (selftest_setup): Extend comments, and
12397 also skip on stub-like targets.
12398
12399 2017-10-13 Pedro Alves <palves@redhat.com>
12400
12401 PR gdb/22293
12402 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
12403 (top level): Move some tests to ...
12404 (test_not_found): ... this new procedure.
12405 (top level): Call it.
12406
12407 2017-10-13 Pedro Alves <palves@redhat.com>
12408
12409 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
12410 expect different "info terminal" output if testing with a
12411 non-native target.
12412
12413 2017-10-13 Pedro Alves <palves@redhat.com>
12414 Simon Marchi <simon.marchi@polymtl.ca>
12415
12416 PR python/12966
12417 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
12418
12419 2017-10-13 Pedro Alves <palves@redhat.com>
12420
12421 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
12422 already.
12423
12424 2017-10-13 Pedro Alves <palves@redhat.com>
12425
12426 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
12427 is_remote.
12428
12429 2017-10-13 Pedro Alves <palves@redhat.com>
12430
12431 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
12432 is_remote.
12433
12434 2017-10-13 Pedro Alves <palves@redhat.com>
12435
12436 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
12437 is set.
12438 (corefile_test_attach): Likewise. Check can_spawn_for_attach
12439 instead of is_remote.
12440
12441 2017-10-13 Pedro Alves <palves@redhat.com>
12442
12443 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
12444 (top level): Add comment.
12445
12446 2017-10-13 Pedro Alves <palves@redhat.com>
12447
12448 * gdb.base/remote.exp (top level): Fix comment typo and add
12449 missing return.
12450
12451 2017-10-13 Pedro Alves <palves@redhat.com>
12452 Simon Marchi <simon.marchi@polymtl.ca>
12453
12454 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
12455 calls and add comments. Skip test if use_gdb_stub is set.
12456 (top level): Use "set cwd" command instead of "cd" command.
12457
12458 2017-10-13 Pedro Alves <palves@redhat.com>
12459
12460 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
12461 is_remote target check.
12462
12463 2017-10-13 Pedro Alves <palves@redhat.com>
12464
12465 * gdb.base/scope.exp: Use build_executable + clean_restart +
12466 gdb_file_cmd instead of prepare_for_testing and no longer skip
12467 "before run" tests on is_remote target boards. Update comments.
12468 * boards/native-extended-gdbserver.exp
12469 (extended_gdbserver_load_last_file): New, factored out from ...
12470 (gdb_load): ... this. Move further below and add comment.
12471 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
12472
12473 2017-10-12 Pedro Alves <palves@redhat.com>
12474
12475 * gdb.base/attach.exp: Remove references to gdb64.
12476 * gdb.base/dbx.exp: Remove references to gdb64.
12477
12478 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
12479 Pedro Alves <palves@redhat.com>
12480
12481 * gdb.base/label.exp: Remove is_remote target check.
12482
12483 2017-10-12 Pedro Alves <palves@redhat.com>
12484
12485 * gdb.base/auvx.exp (coredir): Update comment.
12486 (top level) <core_works>: Use "set cwd" command instead of "cd"
12487 command.
12488
12489 2017-10-12 Pedro Alves <palves@redhat.com>
12490 Simon Marchi <simon.marchi@polymtl.ca>
12491
12492 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
12493 target boards.
12494
12495 2017-10-12 Pedro Alves <palves@redhat.com>
12496 Simon Marchi <simon.marchi@polymtl.ca>
12497
12498 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
12499 Instead skip if there's any gdb_protocol set.
12500
12501 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
12502 Pedro Alves <palves@redhat.com>
12503
12504 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
12505
12506 2017-10-12 Pedro Alves <palves@redhat.com>
12507 Simon Marchi <simon.marchi@polymtl.ca>
12508
12509 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
12510 instead of on dejagnu remote boards.
12511
12512 2017-10-12 Pedro Alves <palves@redhat.com>
12513 Simon Marchi <simon.marchi@polymtl.ca>
12514
12515 * gdb.base/inferior-died.exp: Remove is_remote and isnative
12516 checks. Use build_executable + clean_restart instead of
12517 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
12518 of enabling non-stop after starting gdb.
12519
12520 2017-10-12 Pedro Alves <palves@redhat.com>
12521
12522 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
12523 * gdb.threads/non-ldr-exc-2.exp: Ditto.
12524 * gdb.threads/non-ldr-exc-3.exp: Ditto.
12525 * gdb.threads/non-ldr-exc-4.exp: Ditto.
12526
12527 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
12528
12529 * gdb.arch/arc-tdesc-cpu.exp: New file.
12530 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
12531
12532 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
12533
12534 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
12535
12536 2017-10-10 Pedro Alves <palves@redhat.com>
12537
12538 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
12539 expect CLI output.
12540
12541 2017-10-10 Pedro Alves <palves@redhat.com>
12542
12543 * lib/selftest-support.exp (selftest_setup): Update for
12544 captured_command_loop's prototype change.
12545
12546 2017-10-09 Pedro Alves <palves@redhat.com>
12547
12548 Test both arch1=>arch2 and arch2=>arch1.
12549
12550 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
12551 (srcfile2, binfile2, march1, march2): Remove globals. Largely
12552 factored out to...
12553 (append_arch1_options, append_arch2_options, append_arch_options)
12554 (build_executables): New procedures.
12555 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
12556 local.
12557 (top level): Add new 'first_arch' testing axis.
12558
12559 2017-10-09 Pedro Alves <palves@redhat.com>
12560
12561 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
12562 (barrier): New.
12563 (thread_start, all_started): New functions.
12564 (main): Spawn new thread and wait until it is scheduled.
12565 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
12566 option.
12567 (do_test): Add 'selected_thread' parameter. Run to all_started
12568 instead of main. Explicitly set the breakpoint at main. Switch
12569 to the SELECTED_THREAD thread.
12570 (top level): Test handling the exec event with either the main
12571 thread or the second thread selected.
12572
12573 2017-10-09 Pedro Alves <palves@redhat.com>
12574
12575 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
12576 logic. Move STOP marker after the value checks.
12577 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
12578 regexp.
12579
12580 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
12581
12582 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
12583
12584 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
12585
12586 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
12587 integer-to-dfp conversion.
12588 * gdb.base/dfp-test.exp: Likewise.
12589
12590 2017-10-04 Pedro Alves <palves@redhat.com>
12591
12592 * gdb.multi/hangout.c: Include <unistd.h>.
12593 (hangout_loop): New function.
12594 (main): Call alarm. Call hangout_loop in a loop.
12595 * gdb.multi/hello.c: Include <unistd.h>.
12596 (hello_loop): New function.
12597 (main): Call alarm. Call hangout_loop in a loop.
12598 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
12599 inferior with the other selected.
12600
12601 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
12602
12603 * gdb.mi/list-thread-groups-available.exp: New file.
12604 * gdb.mi/list-thread-groups-available.c: New file.
12605
12606 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
12607
12608 * gdb.base/set-cwd.exp: Make it available on
12609 native-extended-gdbserver.
12610
12611 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
12612
12613 * gdb.base/set-cwd.c: New file.
12614 * gdb.base/set-cwd.exp: Likewise.
12615
12616 2017-10-02 Tom Tromey <tom@tromey.com>
12617
12618 PR rust/22236:
12619 * gdb.rust/simple.rs (main): New variable "fslice".
12620 * gdb.rust/simple.exp: Add slice tests. Update string tests.
12621
12622 2017-10-02 Tom Tromey <tom@tromey.com>
12623
12624 * gdb.rust/simple.exp: Test ptype of a slice.
12625
12626 2017-10-02 Tom Tromey <tom@tromey.com>
12627
12628 * gdb.rust/simple.exp: Test index of slice.
12629
12630 2017-09-27 Tom Tromey <tom@tromey.com>
12631
12632 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
12633
12634 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
12635 Pedro Alves <palves@redhat.com>
12636
12637 * gdb.base/compare-sections.exp (get value of read-only section): Read
12638 as unsigned value.
12639 (corrupt read-only section): Likewise and don't set written if patching
12640 failed.
12641
12642 2017-09-21 Kevin Buettner <kevinb@redhat.com>
12643
12644 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
12645 files.
12646
12647 2017-09-20 Pedro Alves <palves@redhat.com>
12648
12649 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
12650 symbol names in gdb's output.
12651 * gdb.cp/overload.exp ("list all overloads"): Likewise.
12652
12653 2017-09-20 Pedro Alves <palves@redhat.com>
12654
12655 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
12656 Rename to ...
12657 (test_list_ambiguous_symbol): ... this and add a symbol name
12658 parameter. Adjust.
12659 (test_list_ambiguous_function): Reimplement on top of
12660 test_list_ambiguous_symbol and also test listing ambiguous
12661 variables.
12662 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
12663 (ambiguous_fun): ... this.
12664 (ambiguous_var): New.
12665 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
12666 (ambiguous_fun): ... this.
12667 (ambiguous_var): New.
12668
12669 2017-09-19 John Baldwin <jhb@FreeBSD.org>
12670
12671 * gdb.base/starti.c: New file.
12672 * gdb.base/starti.exp: New file.
12673 * lib/gdb.exp (gdb_starti_cmd): New procedure.
12674
12675 2017-09-14 Pedro Alves <palves@redhat.com>
12676
12677 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
12678 (top level): Use it instead of runto.
12679
12680 2017-09-11 Tom Tromey <tom@tromey.com>
12681
12682 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
12683
12684 2017-09-11 Tom Tromey <tom@tromey.com>
12685
12686 * gdb.python/py-infthread.exp: Add tests for new_thread event.
12687 * gdb.python/py-inferior.exp: Add tests for new inferior events.
12688
12689 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
12690
12691 * gdb.fortran/printing-types.exp: New file.
12692 * gdb.fortran/printing-types.exp: New file.
12693
12694 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
12695
12696 * gdb.fortran/vla-ptype.exp: Fix typos.
12697 * gdb.fortran/vla-value.exp: Same.
12698
12699 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
12700
12701 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
12702 * gdb.mi/mi-var-child-f.exp: Likewise.
12703 * gdb.mi/mi-vla-fortran.exp: Likewise.
12704
12705 2017-09-08 Frank Penczek <frank.penczek@intel.com>
12706 Christoph Weinmann <christoph.t.weinmann@intel.com>
12707 Bernhard Heckel <bernhard.heckel@intel.com>
12708
12709 * gdb.fortran/ptr-indentation.f90: New file.
12710 * gdb.fortran/ptr-indentation.exp: New file.
12711
12712 2017-09-05 Tom Tromey <tom@tromey.com>
12713
12714 PR gdb/22010:
12715 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
12716
12717 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
12718
12719 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
12720
12721 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
12722
12723 * gdb.threads/tls-nodebug-pie.c: New file.
12724 * gdb.threads/tls-nodebug-pie.exp: New file.
12725
12726 2017-09-05 Tom Tromey <tom@tromey.com>
12727
12728 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
12729 for rust.
12730
12731 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
12732
12733 * gdb.multi/multi-arch-exec.exp: Test with different
12734 "follow-exec-mode" settings.
12735 (do_test): New procedure.
12736
12737 2017-09-04 Pedro Alves <palves@redhat.com>
12738
12739 * gdb.base/func-static.c (S::method const, S::method volatile)
12740 (S::method volatile const): New methods.
12741 (c_s, v_s, cv_s): New instances.
12742 (main): Call method() on them.
12743 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
12744 (cannot_resolve): New procedure.
12745 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
12746 print-quote-unquoted columns.
12747 (do_test): Test printing each scope too.
12748
12749 2017-09-04 Pedro Alves <palves@redhat.com>
12750
12751 * gdb.base/local-static.exp: Also test with
12752 class::method::variable wholly quoted.
12753 * gdb.cp/m-static.exp (class::method::variable): Remove test.
12754
12755 2017-09-04 Pedro Alves <palves@redhat.com>
12756
12757 * gdb.base/local-static.c: New.
12758 * gdb.base/local-static.cc: New.
12759 * gdb.base/local-static.exp: New.
12760
12761 2017-09-04 Pedro Alves <palves@redhat.com>
12762
12763 * gdb.asm/asm-source.exp: Add casts to int.
12764 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
12765 (dataglobal64_1, dataglobal64_2): New globals.
12766 * gdb.base/nodebug.exp: Test different expressions involving the
12767 new globals, with print, whatis and ptype. Add casts to int.
12768 * gdb.base/solib-display.exp: Add casts to int.
12769 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
12770 * gdb.cp/m-static.exp: Add cast to int.
12771 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
12772 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
12773 tls variable with no debug info without a cast. Test with a cast
12774 to int too.
12775 * gdb.trace/entry-values.exp: Add casts.
12776
12777 2017-09-04 Pedro Alves <palves@redhat.com>
12778
12779 * gdb.base/nodebug.exp: Test that ptype's error about functions
12780 with unknown return type includes the function name too.
12781
12782 2017-09-04 Pedro Alves <palves@redhat.com>
12783
12784 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
12785 return type of munmap in infcall.
12786 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
12787 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
12788 type of ftell in infcall.
12789 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
12790 type of getpid in infcall.
12791 * gdb.base/infcall-exec.exp: Cast return type of execlp in
12792 infcall.
12793 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
12794 Bail on failure to extract the pid.
12795 * gdb.base/nodebug.c: #include <stdint.h>.
12796 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
12797 New functions.
12798 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
12799 Change expected output of print/whatis/ptype with functions with
12800 no debug info. Test all supported languages. Call
12801 test_call_promotion.
12802 * gdb.compile/compile.exp: Adjust expected output to expect
12803 warning.
12804 * gdb.threads/siginfo-threads.exp: Likewise.
12805
12806 2017-09-04 Pedro Alves <palves@redhat.com>
12807
12808 * gdb.base/callfuncs.exp (do_function_calls): New parameter
12809 "prototypes". Test calling float functions via prototyped and
12810 unprototyped function pointers.
12811 (perform_all_tests): New parameter "prototypes". Pass it down.
12812 (top level): Pass down "prototypes" parameter to
12813 perform_all_tests.
12814
12815 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
12816
12817 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
12818 Test with nested loops.
12819
12820 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
12821
12822 * gdb.base/commands.exp: Call the new procedures.
12823 (loop_break_test, loop_continue_test): New procedures.
12824
12825 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
12826
12827 * gdb.base/commands.exp: Call new procedure.
12828 (define_if_without_arg_test): New procedure.
12829
12830 2017-09-04 Pedro Alves <palves@redhat.com>
12831
12832 * gdb.base/list-ambiguous.exp: New file.
12833 * gdb.base/list-ambiguous0.c: New file.
12834 * gdb.base/list-ambiguous1.c: New file.
12835 * gdb.base/list.exp (test_list_range): Adjust expected output.
12836
12837 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
12838
12839 * gdb.base/share-env-with-gdbserver.c: New file.
12840 * gdb.base/share-env-with-gdbserver.exp: Likewise.
12841
12842 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
12843
12844 * gdb.base/commands.exp (gdbvar_simple_if_test,
12845 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
12846 progvar_simple_if_test, progvar_simple_while_test,
12847 progvar_complex_if_while_test, user_defined_command_test,
12848 user_defined_command_args_eval,
12849 user_defined_command_args_stack_test,
12850 user_defined_command_manyargs_test, bp_deleted_in_command_test,
12851 temporary_breakpoint_commands,
12852 gdb_test_no_prompt, redefine_hook_test,
12853 redefine_backtrace_test): Remove "global gdb_prompt".
12854
12855 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
12856
12857 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
12858 New proc, call it from toplevel.
12859
12860 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
12861
12862 PR remote/21852
12863 * gdb.server/normal.c: New file, copied from gdb.base.
12864 * gdb.server/run-without-local-binary.exp: New file.
12865
12866 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
12867
12868 * gdb.arch/sparc64-adi.exp: New file.
12869 * gdb.arch/sparc64-adi.c: New file.
12870
12871 2017-08-22 Pedro Alves <palves@redhat.com>
12872
12873 * gdb.cp/overload.exp (line_range_pattern): New procedure.
12874 (top level): Add "list all overloads" tests.
12875
12876 2017-08-22 Tom Tromey <tom@tromey.com>
12877
12878 * gdb.gdb/xfullpath.exp: Remove.
12879
12880 2017-08-21 Pedro Alves <palves@redhat.com>
12881
12882 PR gdb/19487
12883 * gdb.base/symbol-alias.c: New.
12884 * gdb.base/symbol-alias2.c: New.
12885 * gdb.base/symbol-alias.exp: New.
12886
12887 2017-08-21 Pedro Alves <palves@redhat.com>
12888
12889 * gdb.base/dfp-test.c
12890 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
12891 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
12892 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
12893 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
12894 * gdb.base/whatis-ptype-typedefs.c: New.
12895 * gdb.base/whatis-ptype-typedefs.exp: New.
12896 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
12897 (an_int, an_int_type, an_int_type2): New globals.
12898 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
12899 involving typedefs and cast expressions.
12900 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
12901 (lookup_typedefs_function): New.
12902 (typedefs_pretty_printers_dict): New.
12903 (top level): Register lookup_typedefs_function in
12904 gdb.pretty_printers.
12905
12906 2017-08-18 Yao Qi <yao.qi@linaro.org>
12907
12908 * gdb.server/unittest.exp: New.
12909
12910 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
12911
12912 PR gdb/21954
12913 * gdb.base/environ.exp: Add test to check if 'unset environment'
12914 works.
12915
12916 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
12917
12918 * lib/gdb.exp (universal_compile_options): New caching proc.
12919 (gdb_compile): Suppress GCC's coloring of messages.
12920
12921 2017-08-14 Tom Tromey <tom@tromey.com>
12922
12923 PR gdb/21675:
12924 * gdb.base/printcmds.exp (test_radices): New function.
12925 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
12926 * gdb.base/sizeof.exp (check_valueof): Use p/d.
12927 * lib/gdb.exp (get_integer_valueof): Use p/d.
12928
12929 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
12930
12931 * lib/gdb.exp (get_valueof): Don't capture end-of-line
12932 characters.
12933
12934 2017-08-05 Tom Tromey <tom@tromey.com>
12935
12936 * gdb.rust/simple.exp: Allow String to appear in a different
12937 namespace.
12938
12939 2017-07-26 Yao Qi <yao.qi@linaro.org>
12940
12941 * gdb.gdb/unittest.exp: Invoke command
12942 "maintenance check xml-descriptions".
12943
12944 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12945
12946 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
12947 calling context.
12948 (hex128): Drop erroneous calculation of parameters.
12949
12950 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
12951
12952 * gdb.python/py-unwind.exp: Disable stack protection when
12953 building test file.
12954
12955 2017-07-20 Pedro Alves <palves@redhat.com>
12956
12957 * gdb.base/default.exp (set language): Adjust expected output.
12958
12959 2017-07-20 Pedro Alves <palves@redhat.com>
12960
12961 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
12962 (test_minsym): ... this, and make static.
12963 (get_pck__foo__bar__minsym): Rename to ...
12964 (get_test_minsym): ... this.
12965 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
12966 symbol names and comments.
12967 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
12968 (get_test_minsym): ... this.
12969 (pck__foo__bar__minsym__2): Rename to ...
12970 (test_minsym): ... this.
12971 (main): Adjust.
12972
12973 2017-07-17 Pedro Alves <palves@redhat.com>
12974
12975 * gdb.base/completion.exp: Adjust expected output.
12976 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
12977 the completer works.
12978
12979 2017-07-17 Pedro Alves <palves@redhat.com>
12980
12981 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
12982
12983 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
12984
12985 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
12986
12987 2017-07-14 Tom Tromey <tom@tromey.com>
12988
12989 PR rust/21764:
12990 * gdb.rust/simple.exp: Add tests.
12991
12992 2017-07-14 Tom Tromey <tom@tromey.com>
12993
12994 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
12995
12996 2017-07-14 Pedro Alves <palves@redhat.com>
12997
12998 * gdb.linespec/base/one/thefile.cc (z1): New function.
12999 * gdb.linespec/base/two/thefile.cc (z2): New function.
13000 * gdb.linespec/linespec.exp: Add tests.
13001
13002 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
13003
13004 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
13005 to mi_create_breakpoint.
13006
13007 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
13008
13009 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
13010 mi_create_breakpoint.
13011
13012 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
13013
13014 * gdb.dlang/demangle.exp: Update for demangling changes.
13015
13016 2017-07-09 Tom Tromey <tom@tromey.com>
13017
13018 * gdb.dwarf2/shortpiece.exp: New file.
13019
13020 2017-07-06 David Blaikie <dblaikie@gmail.com>
13021
13022 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
13023 built from fissiont-multi-cu{1,2}.c.
13024 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
13025 except putting 'main' and 'func' in separate CUs in the same DWO file.
13026 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
13027 test.
13028 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
13029 test.
13030
13031 2017-07-06 Pedro Alves <palves@redhat.com>
13032
13033 * gdb.python/py-unwind.exp: Test flushregs.
13034
13035 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
13036
13037 PR cli/21688
13038 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
13039 tests for alias commands and trailing whitespace.
13040
13041 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
13042
13043 PR cli/21688
13044 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
13045 procedure. Call it.
13046
13047 2017-06-29 Pedro Alves <palves@redhat.com>
13048
13049 * gdb.base/printcmds.exp: Add tests.
13050
13051 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
13052
13053 PR gdb/21337
13054 * gdb.base/reread-readsym.exp: New file.
13055 * gdb.base/reread-readsym.c: New file.
13056
13057 2017-06-21 Kevin Buettner <kevinb@redhat.com>
13058
13059 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
13060 subpattern.
13061
13062 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
13063
13064 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
13065 extended mnemonic.
13066 * gdb.arch/powerpc-power9.s: Likewise.
13067
13068 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
13069
13070 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
13071 on 32-bit x86 targets. Exploit is_*_target macros where
13072 appropriate.
13073
13074 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13075
13076 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
13077 register pieces.
13078
13079 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13080
13081 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
13082 located in one or more DWARF pieces.
13083
13084 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13085
13086 * lib/gdb.exp (get_endianness): New proc.
13087 * gdb.arch/aarch64-fp.exp: Use it.
13088 * gdb.arch/altivec-regs.exp: Likewise.
13089 * gdb.arch/e500-regs.exp: Likewise.
13090 * gdb.arch/vsx-regs.exp: Likewise.
13091 * gdb.base/dump.exp: Likewise.
13092 * gdb.base/funcargs.exp: Likewise.
13093 * gdb.base/gnu_vector.exp: Likewise.
13094 * gdb.dwarf2/formdata16.exp: Likewise.
13095 * gdb.dwarf2/implptrpiece.exp: Likewise.
13096 * gdb.dwarf2/nonvar-access.exp: Likewise.
13097 * gdb.python/py-inferior.exp: Likewise.
13098 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
13099
13100 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13101
13102 PR gdb/21226
13103 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
13104 stack value pieces are taken from the LSB end.
13105
13106 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13107
13108 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
13109 variable at nonzero offset.
13110
13111 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13112
13113 * gdb.dwarf2/var-access.c: New file.
13114 * gdb.dwarf2/var-access.exp: New test.
13115 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
13116
13117 2017-06-12 Tom Tromey <tom@tromey.com>
13118
13119 * gdb.dwarf2/formdata16.exp: Add tests.
13120
13121 2017-06-12 Tom Tromey <tom@tromey.com>
13122
13123 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
13124
13125 2017-06-12 Tom Tromey <tom@tromey.com>
13126
13127 PR exp/16225:
13128 * gdb.reverse/i386-sse-reverse.exp: Update tests.
13129 * gdb.arch/vsx-regs.exp: Update tests.
13130 * gdb.arch/s390-vregs.exp (hex128): New proc.
13131 Update test.
13132 * gdb.arch/altivec-regs.exp: Update tests.
13133
13134 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
13135
13136 * gdb.base/startup-with-shell.c: New file.
13137 * gdb.base/startup-with-shell.exp: Likewise.
13138
13139 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
13140
13141 * gdb.server/non-existing-program.exp: Update regex in order to
13142 reflect the fact that gdbserver is now using fork_inferior (with a
13143 shell) to startup the inferior.
13144
13145 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
13146
13147 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
13148 support function calls from GDB.
13149
13150 2017-05-21 Tom Tromey <tom@tromey.com>
13151
13152 PR rust/21466:
13153 * gdb.rust/unsized.exp: New file.
13154 * gdb.rust/unsized.rs: New file.
13155
13156 2017-05-19 Tom Tromey <tom@tromey.com>
13157
13158 PR rust/21484:
13159 * gdb.rust/watch.exp: New file.
13160 * gdb.rust/watch.rs: New file.
13161
13162 2017-05-18 Tom Tromey <tom@tromey.com>
13163
13164 * gdb.rust/simple.exp: Allow Box to be qualified.
13165
13166 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
13167
13168 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
13169
13170 2017-05-18 Pedro Alves <palves@redhat.com>
13171
13172 * gdb.base/fileio.c (test_write, test_read, test_close)
13173 (test_fstat): Don't print 'ret' in the fail path.
13174
13175 2017-05-18 Pedro Alves <palves@redhat.com>
13176
13177 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
13178 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
13179 (test_system, test_rename, test_unlink, test_time): Change
13180 prototypes.
13181 * gdb.base/fileio.exp (stop_msg): Adjust.
13182
13183 2017-05-18 Pedro Alves <palves@redhat.com>
13184
13185 * gdb.base/fileio.c (null_str): New global.
13186 (test_stat): Use it.
13187 * gdb.base/fileio.exp: Remove nowarnings.
13188
13189 2017-05-17 Yao Qi <yao.qi@linaro.org>
13190
13191 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
13192
13193 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
13194
13195 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
13196 argument command.
13197 (top-level): Invoke test_set_inferior_tty.
13198
13199 2017-05-04 Pedro Alves <palves@redhat.com>
13200
13201 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
13202 Add parens to print call for Python 3.
13203
13204 2017-05-03 Keith Seitz <keiths@redhat.com>
13205
13206 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
13207 (main): Call it.
13208
13209 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
13210
13211 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
13212 to prev and next.
13213
13214 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
13215
13216 * gdb.python/py-record-btrace.exp: Remove test for
13217 gdb.BtraceInstruction.error.
13218
13219 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
13220
13221 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
13222
13223 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
13224
13225 * gdb.python/py-record-btrace-threads.c: New file.
13226 * gdb.python/py-record-btrace-threads.exp: New file.
13227
13228 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
13229
13230 PR testsuite/8595
13231 * gdb.base/environ.exp: Make test available in all architectures.
13232 Move bits related to "info program" testing to
13233 gdb.base/info-program.exp. Rewrite tests to use the two new
13234 procedures mentione below.
13235 (test_set_show_env_var) New procedure.
13236 (test_set_show_env_var_equal): Likewise.
13237 * gdb.base/info-program.exp: New file.
13238
13239 2017-04-27 Keith Seitz <keiths@redhat.com>
13240
13241 * gdb.cp/oranking.cc (test15): New function.
13242 (main): Call test15 and declare additional variables for testing.
13243 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
13244 "p foo101('abc')" tests.
13245 Add tests for cv qualifier overloads.
13246 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
13247 "lvalue reference overload" test.
13248 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
13249 "print value of f1 on Child&& in f2" test.
13250
13251 2017-04-19 Pedro Alves <palves@redhat.com>
13252
13253 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
13254 procedure.
13255 (top level): Call it.
13256 * lib/gdb.exp (gdb_define_cmd): New procedure.
13257
13258 2017-04-12 Pedro Alves <palves@redhat.com>
13259
13260 PR gdb/21323
13261 * gdb.cp/wide_char_types.c: Include <wchar.h>.
13262 (wchar): New global.
13263 * gdb.cp/wide_char_types.exp (wide_char_types_program)
13264 (do_test_wide_char, wide_char_types_no_program, top level): Add
13265 wchar_t testing.
13266
13267 2017-04-12 Pedro Alves <palves@redhat.com>
13268
13269 PR c++/21323
13270 * gdb.cp/wide_char_types.c: New file.
13271 * gdb.cp/wide_char_types.exp: New file.
13272
13273 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
13274
13275 PR gdb/21352
13276 * gdb.trace/tsv.exp: Add test for "tsave -r".
13277
13278 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
13279
13280 * gdb.dlang/watch-loc.c: New file.
13281 * gdb.dlang/watch-loc.exp: New file.
13282
13283 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
13284
13285 * gdb.python/py-section-script.exp (sepdebug): New testcases.
13286
13287 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
13288
13289 * gdb.arch/arc-analyze-prologue.S: New file.
13290 * gdb.arch/arc-analyze-prologue.exp: Likewise.
13291
13292 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
13293
13294 * gdb.arch/arc-decode-insn.S: New file.
13295 * gdb.arch/arc-decode-insn.exp: Likewise.
13296
13297 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
13298
13299 PR tdep/20928
13300 * gdb.arch/sparc64-regs.exp: New file.
13301 * gdb.arch/sparc64-regs.S: Likewise.
13302
13303 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
13304
13305 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
13306 and memory view on Python 3.
13307
13308 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
13309 Keith Seitz <keiths@redhat.com>
13310
13311 PR gdb/14441
13312 * gdb.cp/demangle.exp: Add rvalue reference tests.
13313 * gdb.cp/rvalue-ref-casts.cc: New file.
13314 * gdb.cp/rvalue-ref-casts.exp: New file.
13315 * gdb.cp/rvalue-ref-overload.cc: New file.
13316 * gdb.cp/rvalue-ref-overload.exp: New file.
13317 * gdb.cp/rvalue-ref-params.cc: New file.
13318 * gdb.cp/rvalue-ref-params.exp: New file.
13319 * gdb.cp/rvalue-ref-sizeof.cc: New file.
13320 * gdb.cp/rvalue-ref-sizeof.exp: New file.
13321 * gdb.cp/rvalue-ref-types.cc: New file.
13322 * gdb.cp/rvalue-ref-types.exp: New file.
13323 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
13324 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
13325
13326 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
13327
13328 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
13329 New procedure.
13330
13331 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
13332
13333 * lib/mi-support.exp (mi_gdb_test): Add additional message
13334 for unexpected output.
13335
13336 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
13337
13338 * gdb.base/examine-backward.c (Barrier): New character array
13339 constant, to ensure that TestStrings is preceded by a string
13340 terminator.
13341
13342 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13343
13344 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
13345 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
13346 and implicit pointer into such a location.
13347
13348 2017-03-16 Doug Evans <dje@google.com>
13349
13350 * gdb.python/py-lazy-string (pointer): Really add new typedef.
13351
13352 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
13353
13354 * gdb.cp/m-static.exp: Fix expectation for prototype of
13355 test5.single_constructor and single_constructor::single_constructor.
13356
13357 2017-03-16 Doug Evans <dje@google.com>
13358
13359 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
13360 * gdb.guile/scm-lazy-string.c: New file.
13361 * gdb.guile/scm-value.exp: Move lazy string tests to ...
13362 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
13363 for pointer, array, typedef lazy strings.
13364
13365 2017-03-16 Doug Evans <dje@google.com>
13366
13367 PR python/17728, python/18439, python/18779
13368 * gdb.python/py-value.c (main) Delete locals sptr, sn.
13369 * gdb.python/py-lazy-string.c (pointer): New typedef.
13370 (main): New locals ptr, array, typedef_ptr.
13371 * gdb.python/py-value.exp: Move lazy string tests to ...
13372 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
13373 array, typedef lazy strings.
13374
13375 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
13376
13377 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
13378 Add optional 'test' parameter.
13379
13380 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
13381
13382 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
13383 Skip for versions of DejaGnu < 1.5.
13384
13385 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
13386
13387 * lib/gdb.exp (dejagnu_version): New proc.
13388 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
13389 Use dejagnu_version.
13390
13391 2017-03-10 Keith Seitz <keiths@redhat.com>
13392
13393 PR c++/8128
13394 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
13395 type from destructor regexps.
13396 Add a branch which actually passes the test.
13397 Adjust "ptype t5i" test names.
13398
13399 2017-03-08 Pedro Alves <palves@redhat.com>
13400
13401 * gdb.base/step-over-exit.exp: Add explicit test message.
13402
13403 2017-03-08 Pedro Alves <palves@redhat.com>
13404
13405 PR gdb/18360
13406 * gdb.threads/interrupt-while-step-over.c: New file.
13407 * gdb.threads/interrupt-while-step-over.exp: New file.
13408
13409 2017-03-08 Pedro Alves <palves@redhat.com>
13410
13411 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
13412 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
13413
13414 2017-03-08 Pedro Alves <palves@redhat.com>
13415
13416 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
13417 PKRU as not supported as a PASS.
13418
13419 2017-03-08 Pedro Alves <palves@redhat.com>
13420
13421 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
13422 prefix instead of $binfile1/$binfile2.
13423 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
13424 in test message.
13425 * gdb.python/py-completion.exp: Use "load python file" as test
13426 messages instead of unstable path names.
13427
13428 2017-03-08 Pedro Alves <palves@redhat.com>
13429 Jan Kratochvil <jan.kratochvil@redhat.com>
13430
13431 PR cli/21218
13432 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
13433 New proc.
13434 (top level): Call it.
13435
13436 2017-03-08 Pedro Alves <palves@redhat.com>
13437
13438 PR tui/21216
13439 * gdb.tui/tui-nl-filtered-output.exp: New file.
13440
13441 2017-03-08 Pedro Alves <palves@redhat.com>
13442
13443 * gdb.base/completion.exp: Move TUI completion tests to ...
13444 * gdb.tui/completion.exp: ... this new file.
13445
13446 2017-03-08 Pedro Alves <palves@redhat.com>
13447
13448 * gdb.base/tui-disasm-long-lines.c,
13449 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
13450 gdb.base/tui-layout.exp: Move to ...
13451 * gdb.tui/: ... this new directory.
13452
13453 2017-03-07 Pedro Alves <palves@redhat.com>
13454
13455 * gdb.base/tui-layout.c: New file.
13456 * gdb.base/tui-layout.exp: New file.
13457
13458 2017-03-07 Pedro Alves <palves@redhat.com>
13459
13460 * gdb.base/tui-layout.c: Rename to ...
13461 * gdb.base/tui-disasm-long-lines.c: ... this.
13462 * gdb.base/tui-layout.exp: Rename to ...
13463 * gdb.base/tui-disasm-long-lines.exp: ... this.
13464
13465 2017-03-07 Pedro Alves <palves@redhat.com>
13466
13467 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
13468
13469 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
13470
13471 * i386-mpx-call.c: New file.
13472 * i386-mpx-call.exp: New file.
13473
13474 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
13475
13476 * gdb.arch/powerpc-power.exp: Delete test.
13477 * gdb.arch/powerpc-power.s: Likewise.
13478 * gdb.disasm/disassembler-options.exp: New test.
13479 * gdb.arch/powerpc-altivec.exp: Likewise.
13480 * gdb.arch/powerpc-altivec.s: Likewise.
13481 * gdb.arch/powerpc-altivec2.exp: Likewise.
13482 * gdb.arch/powerpc-altivec2.s: Likewise.
13483 * gdb.arch/powerpc-altivec3.exp: Likewise.
13484 * gdb.arch/powerpc-altivec3.s: Likewise.
13485 * gdb.arch/powerpc-power7.exp: Likewise.
13486 * gdb.arch/powerpc-power7.s: Likewise.
13487 * gdb.arch/powerpc-power8.exp: Likewise.
13488 * gdb.arch/powerpc-power8.s: Likewise.
13489 * gdb.arch/powerpc-power9.exp: Likewise.
13490 * gdb.arch/powerpc-power9.s: Likewise.
13491 * gdb.arch/powerpc-vsx.exp: Likewise.
13492 * gdb.arch/powerpc-vsx.s: Likewise.
13493 * gdb.arch/powerpc-vsx2.exp: Likewise.
13494 * gdb.arch/powerpc-vsx2.s: Likewise.
13495 * gdb.arch/powerpc-vsx3.exp: Likewise.
13496 * gdb.arch/powerpc-vsx3.s: Likewise.
13497 * gdb.arch/arm-disassembler-options.exp: Likewise.
13498 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
13499 * gdb.arch/s390-disassembler-options.exp: Likewise.
13500
13501 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
13502
13503 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
13504 (check_supported_features): ... this. Changed return type to void.
13505 (supports_rdseed): New static global.
13506 (rdseed): Check supports_rdseed.
13507 (initialize): Call check_supported_features.
13508
13509 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13510
13511 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
13512 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
13513 and lqarx/stqcx.
13514 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
13515 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
13516
13517 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13518
13519 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
13520 uppercase.
13521
13522 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13523
13524 * gdb.dwarf2/formdata16.c: New file.
13525 * gdb.dwarf2/formdata16.exp: New file.
13526 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
13527
13528 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13529
13530 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
13531 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
13532 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
13533 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
13534 DW_AT_GNU_*.
13535
13536 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13537
13538 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
13539
13540 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
13541
13542 PR gdb/21164
13543 * gdb.base/maint.exp: Add testcases for when the commands do
13544 not have arguments.
13545
13546 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
13547
13548 * gdb.cp/chained-calls.exp: Use p instead of P.
13549
13550 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
13551
13552 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
13553 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
13554
13555 2017-02-14 Tom Tromey <tom@tromey.com>
13556
13557 PR python/13598:
13558 * gdb.python/py-events.exp: Add before_prompt event tests.
13559
13560 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
13561
13562 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
13563
13564 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
13565
13566 * gdb.linespec/explicit.c (my_unique_function_name): New function.
13567 (main): Call my_unique_function_name.
13568 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
13569 completion of patterns with a single match.
13570 Add missing -re switches to gdb_test_multiple calls.
13571
13572 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
13573
13574 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
13575 return if core file is not recognized.
13576
13577 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
13578
13579 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
13580 and extra UIs.
13581
13582 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
13583
13584 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
13585 proc_with_prefix.
13586
13587 2017-02-10 Tom Tromey <tom@tromey.com>
13588
13589 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
13590
13591 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
13592
13593 PR gdb/21122
13594 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
13595
13596 2017-02-08 Jerome Guitton <guitton@adacore.com>
13597
13598 * gdb.base/define.exp: Add test for command abbreviations
13599 in define.
13600
13601 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
13602
13603 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
13604 * gdb.reverse/insn-reverse-x86.c: New file.
13605
13606 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
13607
13608 PR tdep/20936
13609 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
13610
13611 2017-02-03 Tom Tromey <tom@tromey.com>
13612
13613 PR rust/21097:
13614 * gdb.rust/simple.exp: Add new tests.
13615
13616 2017-02-02 Pedro Alves <palves@redhat.com>
13617
13618 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
13619 tests.
13620
13621 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13622
13623 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
13624 taking a 2-byte value out of a 4-byte DWARF implicit value on
13625 big-endian targets.
13626 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
13627 logic. Add test cases for DW_OP_implicit.
13628
13629 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13630
13631 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
13632
13633 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13634
13635 * gdb.btrace/enable.exp: Call gdb_exit before
13636 skip_gdbserver_tests.
13637
13638 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13639
13640 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
13641 GDBFLAGS.
13642
13643 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13644
13645 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
13646 the test is skipped.
13647 * gdb.btrace/data.exp: Likewise.
13648 * gdb.btrace/delta.exp: Likewise.
13649 * gdb.btrace/dlopen.exp: Likewise.
13650 * gdb.btrace/enable-running.exp: Likewise.
13651 * gdb.btrace/enable.exp: Likewise.
13652 * gdb.btrace/exception.exp: Likewise.
13653 * gdb.btrace/function_call_history.exp: Likewise.
13654 * gdb.btrace/gcore.exp: Likewise.
13655 * gdb.btrace/instruction_history.exp: Likewise.
13656 * gdb.btrace/multi-thread-step.exp: Likewise.
13657 * gdb.btrace/nohist.exp: Likewise.
13658 * gdb.btrace/non-stop.exp: Likewise.
13659 * gdb.btrace/reconnect.exp: Likewise.
13660 * gdb.btrace/record_goto-step.exp: Likewise.
13661 * gdb.btrace/record_goto.exp: Likewise.
13662 * gdb.btrace/rn-dl-bind.exp: Likewise.
13663 * gdb.btrace/segv.exp: Likewise.
13664 * gdb.btrace/step.exp: Likewise.
13665 * gdb.btrace/stepi.exp: Likewise.
13666 * gdb.btrace/tailcall-only.exp: Likewise.
13667 * gdb.btrace/tailcall.exp: Likewise.
13668 * gdb.btrace/tsx.exp: Likewise.
13669 * gdb.btrace/unknown_functions.exp: Likewise.
13670 * gdb.btrace/vdso.exp: Likewise.
13671
13672 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13673
13674 * gdb.btrace/enable-running.c: New.
13675 * gdb.btrace/enable-running.exp: New.
13676
13677 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
13678
13679 * gdb.arch/amd64-gs_base.c: New file.
13680 * gdb.arch/amd64-gs_base.exp: New file.
13681
13682 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
13683
13684 * lib/memory.exp: Remove spurious empty newlines.
13685
13686 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
13687
13688 * gdb.python/py-bad-printers.exp: Load python file using "source".
13689 * gdb.python/py-events.exp: Likewise.
13690 * gdb.python/py-evsignal.exp: Likewise.
13691 * gdb.python/py-evthreads.exp: Likewise.
13692 * gdb.python/py-frame-args.exp: Likewise.
13693 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
13694 * gdb.python/py-framefilter-mi.exp: Likewise.
13695 * gdb.python/py-framefilter.exp: Likewise.
13696 * gdb.python/py-mi.exp: Likewise.
13697 * gdb.python/py-pp-maint.exp: Likewise.
13698 * gdb.python/py-pp-registration.exp: Likewise.
13699 * gdb.python/py-prettyprint.exp: Likewise.
13700 (run_lang_tests): Likewise.
13701 * gdb.python/py-typeprint.exp: Likewise.
13702
13703 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
13704
13705 * lib/memory.exp: New file.
13706 * lib/gdb.exp: Load memory.exp.
13707 * gdb.base/memattr.exp (delete_memory): Move proc to
13708 lib/memory.exp and rename to delete_memory_regions.
13709 Replace delete_memory with delete_memory_regions.
13710 Cleanup memory regions before tests.
13711 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
13712 before tests.
13713
13714 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
13715
13716 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
13717 files.
13718 (initialize): New function conditionally defined.
13719 (testcases): Move within conditional block.
13720 (main): Call initialize.
13721 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
13722 of gdb.reverse/insn-reverse.c.
13723 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
13724 gdb.reverse/insn-reverse.c.
13725
13726 2017-01-26 Yao Qi <yao.qi@linaro.org>
13727
13728 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
13729 disassemble on address 0.
13730
13731 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
13732 Yao Qi <yao.qi@linaro.org>
13733
13734 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
13735 * gdb.dwarf2/implptr-64bit.S: Remove.
13736 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
13737 variables in caller's context. Add DW_OP_implicit_value.
13738
13739 2017-01-25 Yao Qi <yao.qi@linaro.org>
13740
13741 * lib/dwarf.exp (Dwarf::_location): Handle
13742 DW_OP_GNU_implicit_pointer with proper size.
13743
13744 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
13745
13746 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
13747 and add untested calls.
13748
13749 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
13750
13751 * gdb.python/python.exp: Check line number against what GDB thinks
13752 the line number is for func1.
13753
13754 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
13755
13756 * gdb.dlang/debug-expr.exp: New file.
13757
13758 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
13759
13760 Fix test names for the following files:
13761
13762 * gdb.ada/exec_changed.exp
13763 * gdb.ada/info_types.exp
13764 * gdb.arch/aarch64-atomic-inst.exp
13765 * gdb.arch/aarch64-fp.exp
13766 * gdb.arch/altivec-abi.exp
13767 * gdb.arch/altivec-regs.exp
13768 * gdb.arch/amd64-byte.exp
13769 * gdb.arch/amd64-disp-step.exp
13770 * gdb.arch/amd64-dword.exp
13771 * gdb.arch/amd64-entry-value-inline.exp
13772 * gdb.arch/amd64-entry-value-param.exp
13773 * gdb.arch/amd64-entry-value-paramref.exp
13774 * gdb.arch/amd64-entry-value.exp
13775 * gdb.arch/amd64-i386-address.exp
13776 * gdb.arch/amd64-invalid-stack-middle.exp
13777 * gdb.arch/amd64-invalid-stack-top.exp
13778 * gdb.arch/amd64-optimout-repeat.exp
13779 * gdb.arch/amd64-prologue-skip.exp
13780 * gdb.arch/amd64-prologue-xmm.exp
13781 * gdb.arch/amd64-stap-special-operands.exp
13782 * gdb.arch/amd64-stap-wrong-subexp.exp
13783 * gdb.arch/amd64-tailcall-cxx.exp
13784 * gdb.arch/amd64-tailcall-noret.exp
13785 * gdb.arch/amd64-tailcall-ret.exp
13786 * gdb.arch/amd64-tailcall-self.exp
13787 * gdb.arch/amd64-word.exp
13788 * gdb.arch/arm-bl-branch-dest.exp
13789 * gdb.arch/arm-disp-step.exp
13790 * gdb.arch/arm-neon.exp
13791 * gdb.arch/arm-single-step-kernel-helper.exp
13792 * gdb.arch/avr-flash-qualifier.exp
13793 * gdb.arch/disp-step-insn-reloc.exp
13794 * gdb.arch/e500-abi.exp
13795 * gdb.arch/e500-regs.exp
13796 * gdb.arch/ftrace-insn-reloc.exp
13797 * gdb.arch/i386-avx512.exp
13798 * gdb.arch/i386-bp_permanent.exp
13799 * gdb.arch/i386-byte.exp
13800 * gdb.arch/i386-cfi-notcurrent.exp
13801 * gdb.arch/i386-disp-step.exp
13802 * gdb.arch/i386-dr3-watch.exp
13803 * gdb.arch/i386-float.exp
13804 * gdb.arch/i386-gnu-cfi.exp
13805 * gdb.arch/i386-mpx-map.exp
13806 * gdb.arch/i386-mpx-sigsegv.exp
13807 * gdb.arch/i386-mpx-simple_segv.exp
13808 * gdb.arch/i386-mpx.exp
13809 * gdb.arch/i386-permbkpt.exp
13810 * gdb.arch/i386-prologue.exp
13811 * gdb.arch/i386-signal.exp
13812 * gdb.arch/i386-size-overlap.exp
13813 * gdb.arch/i386-unwind.exp
13814 * gdb.arch/i386-word.exp
13815 * gdb.arch/mips-fcr.exp
13816 * gdb.arch/powerpc-d128-regs.exp
13817 * gdb.arch/powerpc-stackless.exp
13818 * gdb.arch/ppc64-atomic-inst.exp
13819 * gdb.arch/s390-stackless.exp
13820 * gdb.arch/s390-tdbregs.exp
13821 * gdb.arch/s390-vregs.exp
13822 * gdb.arch/sparc-sysstep.exp
13823 * gdb.arch/thumb-bx-pc.exp
13824 * gdb.arch/thumb-singlestep.exp
13825 * gdb.arch/thumb2-it.exp
13826 * gdb.arch/vsx-regs.exp
13827 * gdb.asm/asm-source.exp
13828 * gdb.base/a2-run.exp
13829 * gdb.base/advance.exp
13830 * gdb.base/all-bin.exp
13831 * gdb.base/anon.exp
13832 * gdb.base/args.exp
13833 * gdb.base/arithmet.exp
13834 * gdb.base/async-shell.exp
13835 * gdb.base/async.exp
13836 * gdb.base/attach-pie-noexec.exp
13837 * gdb.base/attach-twice.exp
13838 * gdb.base/auto-load.exp
13839 * gdb.base/bang.exp
13840 * gdb.base/bitfields.exp
13841 * gdb.base/break-always.exp
13842 * gdb.base/break-caller-line.exp
13843 * gdb.base/break-entry.exp
13844 * gdb.base/break-inline.exp
13845 * gdb.base/break-on-linker-gcd-function.exp
13846 * gdb.base/break-probes.exp
13847 * gdb.base/break.exp
13848 * gdb.base/breakpoint-shadow.exp
13849 * gdb.base/call-ar-st.exp
13850 * gdb.base/call-sc.exp
13851 * gdb.base/call-signal-resume.exp
13852 * gdb.base/call-strs.exp
13853 * gdb.base/callfuncs.exp
13854 * gdb.base/catch-fork-static.exp
13855 * gdb.base/catch-gdb-caused-signals.exp
13856 * gdb.base/catch-load.exp
13857 * gdb.base/catch-signal-fork.exp
13858 * gdb.base/catch-signal.exp
13859 * gdb.base/catch-syscall.exp
13860 * gdb.base/charset.exp
13861 * gdb.base/checkpoint.exp
13862 * gdb.base/chng-syms.exp
13863 * gdb.base/code-expr.exp
13864 * gdb.base/code_elim.exp
13865 * gdb.base/commands.exp
13866 * gdb.base/completion.exp
13867 * gdb.base/complex.exp
13868 * gdb.base/cond-expr.exp
13869 * gdb.base/condbreak.exp
13870 * gdb.base/consecutive.exp
13871 * gdb.base/continue-all-already-running.exp
13872 * gdb.base/coredump-filter.exp
13873 * gdb.base/corefile.exp
13874 * gdb.base/dbx.exp
13875 * gdb.base/debug-expr.exp
13876 * gdb.base/define.exp
13877 * gdb.base/del.exp
13878 * gdb.base/disabled-location.exp
13879 * gdb.base/disasm-end-cu.exp
13880 * gdb.base/disasm-optim.exp
13881 * gdb.base/display.exp
13882 * gdb.base/duplicate-bp.exp
13883 * gdb.base/ena-dis-br.exp
13884 * gdb.base/ending-run.exp
13885 * gdb.base/enumval.exp
13886 * gdb.base/environ.exp
13887 * gdb.base/eu-strip-infcall.exp
13888 * gdb.base/eval-avoid-side-effects.exp
13889 * gdb.base/eval-skip.exp
13890 * gdb.base/exitsignal.exp
13891 * gdb.base/expand-psymtabs.exp
13892 * gdb.base/filesym.exp
13893 * gdb.base/find-unmapped.exp
13894 * gdb.base/finish.exp
13895 * gdb.base/float.exp
13896 * gdb.base/foll-exec-mode.exp
13897 * gdb.base/foll-exec.exp
13898 * gdb.base/foll-fork.exp
13899 * gdb.base/fortran-sym-case.exp
13900 * gdb.base/freebpcmd.exp
13901 * gdb.base/func-ptr.exp
13902 * gdb.base/func-ptrs.exp
13903 * gdb.base/funcargs.exp
13904 * gdb.base/gcore-buffer-overflow.exp
13905 * gdb.base/gcore-relro-pie.exp
13906 * gdb.base/gcore-relro.exp
13907 * gdb.base/gcore.exp
13908 * gdb.base/gdb1090.exp
13909 * gdb.base/gdb11530.exp
13910 * gdb.base/gdb11531.exp
13911 * gdb.base/gdb1821.exp
13912 * gdb.base/gdbindex-stabs.exp
13913 * gdb.base/gdbvars.exp
13914 * gdb.base/hbreak.exp
13915 * gdb.base/hbreak2.exp
13916 * gdb.base/included.exp
13917 * gdb.base/infcall-input.exp
13918 * gdb.base/inferior-died.exp
13919 * gdb.base/infnan.exp
13920 * gdb.base/info-macros.exp
13921 * gdb.base/info-os.exp
13922 * gdb.base/info-proc.exp
13923 * gdb.base/info-shared.exp
13924 * gdb.base/info-target.exp
13925 * gdb.base/infoline.exp
13926 * gdb.base/interp.exp
13927 * gdb.base/interrupt.exp
13928 * gdb.base/jit-reader.exp
13929 * gdb.base/jit-simple.exp
13930 * gdb.base/kill-after-signal.exp
13931 * gdb.base/kill-detach-inferiors-cmd.exp
13932 * gdb.base/label.exp
13933 * gdb.base/langs.exp
13934 * gdb.base/ldbl_e308.exp
13935 * gdb.base/line-symtabs.exp
13936 * gdb.base/linespecs.exp
13937 * gdb.base/list.exp
13938 * gdb.base/long_long.exp
13939 * gdb.base/longest-types.exp
13940 * gdb.base/maint.exp
13941 * gdb.base/max-value-size.exp
13942 * gdb.base/memattr.exp
13943 * gdb.base/mips_pro.exp
13944 * gdb.base/morestack.exp
13945 * gdb.base/moribund-step.exp
13946 * gdb.base/multi-forks.exp
13947 * gdb.base/nested-addr.exp
13948 * gdb.base/nextoverexit.exp
13949 * gdb.base/noreturn-finish.exp
13950 * gdb.base/noreturn-return.exp
13951 * gdb.base/nostdlib.exp
13952 * gdb.base/offsets.exp
13953 * gdb.base/opaque.exp
13954 * gdb.base/pc-fp.exp
13955 * gdb.base/permissions.exp
13956 * gdb.base/print-symbol-loading.exp
13957 * gdb.base/prologue-include.exp
13958 * gdb.base/psymtab.exp
13959 * gdb.base/ptype.exp
13960 * gdb.base/random-signal.exp
13961 * gdb.base/randomize.exp
13962 * gdb.base/range-stepping.exp
13963 * gdb.base/readline-ask.exp
13964 * gdb.base/recpar.exp
13965 * gdb.base/recurse.exp
13966 * gdb.base/relational.exp
13967 * gdb.base/restore.exp
13968 * gdb.base/return-nodebug.exp
13969 * gdb.base/return.exp
13970 * gdb.base/run-after-attach.exp
13971 * gdb.base/save-bp.exp
13972 * gdb.base/scope.exp
13973 * gdb.base/sect-cmd.exp
13974 * gdb.base/set-lang-auto.exp
13975 * gdb.base/set-noassign.exp
13976 * gdb.base/setvar.exp
13977 * gdb.base/sigall.exp
13978 * gdb.base/sigbpt.exp
13979 * gdb.base/siginfo-addr.exp
13980 * gdb.base/siginfo-infcall.exp
13981 * gdb.base/siginfo-obj.exp
13982 * gdb.base/siginfo.exp
13983 * gdb.base/signals-state-child.exp
13984 * gdb.base/signest.exp
13985 * gdb.base/sigstep.exp
13986 * gdb.base/sizeof.exp
13987 * gdb.base/skip.exp
13988 * gdb.base/solib-corrupted.exp
13989 * gdb.base/solib-nodir.exp
13990 * gdb.base/solib-search.exp
13991 * gdb.base/stack-checking.exp
13992 * gdb.base/stale-infcall.exp
13993 * gdb.base/stap-probe.exp
13994 * gdb.base/start.exp
13995 * gdb.base/step-break.exp
13996 * gdb.base/step-bt.exp
13997 * gdb.base/step-line.exp
13998 * gdb.base/step-over-exit.exp
13999 * gdb.base/step-over-syscall.exp
14000 * gdb.base/step-resume-infcall.exp
14001 * gdb.base/step-test.exp
14002 * gdb.base/store.exp
14003 * gdb.base/structs3.exp
14004 * gdb.base/sym-file.exp
14005 * gdb.base/symbol-without-target_section.exp
14006 * gdb.base/term.exp
14007 * gdb.base/testenv.exp
14008 * gdb.base/ui-redirect.exp
14009 * gdb.base/until.exp
14010 * gdb.base/unwindonsignal.exp
14011 * gdb.base/value-double-free.exp
14012 * gdb.base/vla-datatypes.exp
14013 * gdb.base/vla-ptr.exp
14014 * gdb.base/vla-sideeffect.exp
14015 * gdb.base/volatile.exp
14016 * gdb.base/watch-cond-infcall.exp
14017 * gdb.base/watch-cond.exp
14018 * gdb.base/watch-non-mem.exp
14019 * gdb.base/watch-read.exp
14020 * gdb.base/watch-vfork.exp
14021 * gdb.base/watchpoint-cond-gone.exp
14022 * gdb.base/watchpoint-delete.exp
14023 * gdb.base/watchpoint-hw-hit-once.exp
14024 * gdb.base/watchpoint-hw.exp
14025 * gdb.base/watchpoint-stops-at-right-insn.exp
14026 * gdb.base/watchpoints.exp
14027 * gdb.base/wchar.exp
14028 * gdb.base/whatis-exp.exp
14029 * gdb.btrace/buffer-size.exp
14030 * gdb.btrace/data.exp
14031 * gdb.btrace/delta.exp
14032 * gdb.btrace/dlopen.exp
14033 * gdb.btrace/enable.exp
14034 * gdb.btrace/exception.exp
14035 * gdb.btrace/function_call_history.exp
14036 * gdb.btrace/gcore.exp
14037 * gdb.btrace/instruction_history.exp
14038 * gdb.btrace/nohist.exp
14039 * gdb.btrace/reconnect.exp
14040 * gdb.btrace/record_goto-step.exp
14041 * gdb.btrace/record_goto.exp
14042 * gdb.btrace/rn-dl-bind.exp
14043 * gdb.btrace/segv.exp
14044 * gdb.btrace/step.exp
14045 * gdb.btrace/stepi.exp
14046 * gdb.btrace/tailcall-only.exp
14047 * gdb.btrace/tailcall.exp
14048 * gdb.btrace/tsx.exp
14049 * gdb.btrace/unknown_functions.exp
14050 * gdb.btrace/vdso.exp
14051 * gdb.compile/compile-ifunc.exp
14052 * gdb.compile/compile-ops.exp
14053 * gdb.compile/compile-print.exp
14054 * gdb.compile/compile-setjmp.exp
14055 * gdb.cp/abstract-origin.exp
14056 * gdb.cp/ambiguous.exp
14057 * gdb.cp/annota2.exp
14058 * gdb.cp/annota3.exp
14059 * gdb.cp/anon-ns.exp
14060 * gdb.cp/anon-struct.exp
14061 * gdb.cp/anon-union.exp
14062 * gdb.cp/arg-reference.exp
14063 * gdb.cp/baseenum.exp
14064 * gdb.cp/bool.exp
14065 * gdb.cp/breakpoint.exp
14066 * gdb.cp/bs15503.exp
14067 * gdb.cp/call-c.exp
14068 * gdb.cp/casts.exp
14069 * gdb.cp/chained-calls.exp
14070 * gdb.cp/class2.exp
14071 * gdb.cp/classes.exp
14072 * gdb.cp/cmpd-minsyms.exp
14073 * gdb.cp/converts.exp
14074 * gdb.cp/cp-relocate.exp
14075 * gdb.cp/cpcompletion.exp
14076 * gdb.cp/cpexprs.exp
14077 * gdb.cp/cplabel.exp
14078 * gdb.cp/cplusfuncs.exp
14079 * gdb.cp/cpsizeof.exp
14080 * gdb.cp/ctti.exp
14081 * gdb.cp/derivation.exp
14082 * gdb.cp/destrprint.exp
14083 * gdb.cp/dispcxx.exp
14084 * gdb.cp/enum-class.exp
14085 * gdb.cp/exception.exp
14086 * gdb.cp/exceptprint.exp
14087 * gdb.cp/expand-psymtabs-cxx.exp
14088 * gdb.cp/expand-sals.exp
14089 * gdb.cp/extern-c.exp
14090 * gdb.cp/filename.exp
14091 * gdb.cp/formatted-ref.exp
14092 * gdb.cp/fpointer.exp
14093 * gdb.cp/gdb1355.exp
14094 * gdb.cp/gdb2495.exp
14095 * gdb.cp/hang.exp
14096 * gdb.cp/impl-this.exp
14097 * gdb.cp/infcall-dlopen.exp
14098 * gdb.cp/inherit.exp
14099 * gdb.cp/iostream.exp
14100 * gdb.cp/koenig.exp
14101 * gdb.cp/local.exp
14102 * gdb.cp/m-data.exp
14103 * gdb.cp/m-static.exp
14104 * gdb.cp/mb-ctor.exp
14105 * gdb.cp/mb-inline.exp
14106 * gdb.cp/mb-templates.exp
14107 * gdb.cp/member-name.exp
14108 * gdb.cp/member-ptr.exp
14109 * gdb.cp/meth-typedefs.exp
14110 * gdb.cp/method.exp
14111 * gdb.cp/method2.exp
14112 * gdb.cp/minsym-fallback.exp
14113 * gdb.cp/misc.exp
14114 * gdb.cp/namelessclass.exp
14115 * gdb.cp/namespace-enum.exp
14116 * gdb.cp/namespace-nested-import.exp
14117 * gdb.cp/namespace.exp
14118 * gdb.cp/nextoverthrow.exp
14119 * gdb.cp/no-dmgl-verbose.exp
14120 * gdb.cp/non-trivial-retval.exp
14121 * gdb.cp/noparam.exp
14122 * gdb.cp/nsdecl.exp
14123 * gdb.cp/nsimport.exp
14124 * gdb.cp/nsnested.exp
14125 * gdb.cp/nsnoimports.exp
14126 * gdb.cp/nsrecurs.exp
14127 * gdb.cp/nsstress.exp
14128 * gdb.cp/nsusing.exp
14129 * gdb.cp/operator.exp
14130 * gdb.cp/oranking.exp
14131 * gdb.cp/overload-const.exp
14132 * gdb.cp/overload.exp
14133 * gdb.cp/ovldbreak.exp
14134 * gdb.cp/ovsrch.exp
14135 * gdb.cp/paren-type.exp
14136 * gdb.cp/parse-lang.exp
14137 * gdb.cp/pass-by-ref.exp
14138 * gdb.cp/pr-1023.exp
14139 * gdb.cp/pr-1210.exp
14140 * gdb.cp/pr-574.exp
14141 * gdb.cp/pr10687.exp
14142 * gdb.cp/pr12028.exp
14143 * gdb.cp/pr17132.exp
14144 * gdb.cp/pr17494.exp
14145 * gdb.cp/pr9067.exp
14146 * gdb.cp/pr9167.exp
14147 * gdb.cp/pr9631.exp
14148 * gdb.cp/printmethod.exp
14149 * gdb.cp/psmang.exp
14150 * gdb.cp/psymtab-parameter.exp
14151 * gdb.cp/ptype-cv-cp.exp
14152 * gdb.cp/ptype-flags.exp
14153 * gdb.cp/re-set-overloaded.exp
14154 * gdb.cp/ref-types.exp
14155 * gdb.cp/rtti.exp
14156 * gdb.cp/scope-err.exp
14157 * gdb.cp/shadow.exp
14158 * gdb.cp/smartp.exp
14159 * gdb.cp/static-method.exp
14160 * gdb.cp/static-print-quit.exp
14161 * gdb.cp/temargs.exp
14162 * gdb.cp/templates.exp
14163 * gdb.cp/try_catch.exp
14164 * gdb.cp/typedef-operator.exp
14165 * gdb.cp/typeid.exp
14166 * gdb.cp/userdef.exp
14167 * gdb.cp/using-crash.exp
14168 * gdb.cp/var-tag.exp
14169 * gdb.cp/virtbase.exp
14170 * gdb.cp/virtfunc.exp
14171 * gdb.cp/virtfunc2.exp
14172 * gdb.cp/vla-cxx.exp
14173 * gdb.disasm/t01_mov.exp
14174 * gdb.disasm/t02_mova.exp
14175 * gdb.disasm/t03_add.exp
14176 * gdb.disasm/t04_sub.exp
14177 * gdb.disasm/t05_cmp.exp
14178 * gdb.disasm/t06_ari2.exp
14179 * gdb.disasm/t07_ari3.exp
14180 * gdb.disasm/t08_or.exp
14181 * gdb.disasm/t09_xor.exp
14182 * gdb.disasm/t10_and.exp
14183 * gdb.disasm/t11_logs.exp
14184 * gdb.disasm/t12_bit.exp
14185 * gdb.disasm/t13_otr.exp
14186 * gdb.dlang/circular.exp
14187 * gdb.dwarf2/arr-stride.exp
14188 * gdb.dwarf2/arr-subrange.exp
14189 * gdb.dwarf2/atomic-type.exp
14190 * gdb.dwarf2/bad-regnum.exp
14191 * gdb.dwarf2/bitfield-parent-optimized-out.exp
14192 * gdb.dwarf2/callframecfa.exp
14193 * gdb.dwarf2/clztest.exp
14194 * gdb.dwarf2/corrupt.exp
14195 * gdb.dwarf2/data-loc.exp
14196 * gdb.dwarf2/dup-psym.exp
14197 * gdb.dwarf2/dw2-anon-mptr.exp
14198 * gdb.dwarf2/dw2-anonymous-func.exp
14199 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
14200 * gdb.dwarf2/dw2-bad-unresolved.exp
14201 * gdb.dwarf2/dw2-basic.exp
14202 * gdb.dwarf2/dw2-canonicalize-type.exp
14203 * gdb.dwarf2/dw2-case-insensitive.exp
14204 * gdb.dwarf2/dw2-common-block.exp
14205 * gdb.dwarf2/dw2-compdir-oldgcc.exp
14206 * gdb.dwarf2/dw2-compressed.exp
14207 * gdb.dwarf2/dw2-const.exp
14208 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
14209 * gdb.dwarf2/dw2-cu-size.exp
14210 * gdb.dwarf2/dw2-dup-frame.exp
14211 * gdb.dwarf2/dw2-entry-value.exp
14212 * gdb.dwarf2/dw2-icycle.exp
14213 * gdb.dwarf2/dw2-ifort-parameter.exp
14214 * gdb.dwarf2/dw2-inline-break.exp
14215 * gdb.dwarf2/dw2-inline-param.exp
14216 * gdb.dwarf2/dw2-intercu.exp
14217 * gdb.dwarf2/dw2-intermix.exp
14218 * gdb.dwarf2/dw2-lexical-block-bare.exp
14219 * gdb.dwarf2/dw2-linkage-name-trust.exp
14220 * gdb.dwarf2/dw2-minsym-in-cu.exp
14221 * gdb.dwarf2/dw2-noloc.exp
14222 * gdb.dwarf2/dw2-op-call.exp
14223 * gdb.dwarf2/dw2-op-out-param.exp
14224 * gdb.dwarf2/dw2-opt-structptr.exp
14225 * gdb.dwarf2/dw2-param-error.exp
14226 * gdb.dwarf2/dw2-producer.exp
14227 * gdb.dwarf2/dw2-ranges-base.exp
14228 * gdb.dwarf2/dw2-ref-missing-frame.exp
14229 * gdb.dwarf2/dw2-reg-undefined.exp
14230 * gdb.dwarf2/dw2-regno-invalid.exp
14231 * gdb.dwarf2/dw2-restore.exp
14232 * gdb.dwarf2/dw2-restrict.exp
14233 * gdb.dwarf2/dw2-single-line-discriminators.exp
14234 * gdb.dwarf2/dw2-strp.exp
14235 * gdb.dwarf2/dw2-undefined-ret-addr.exp
14236 * gdb.dwarf2/dw2-unresolved.exp
14237 * gdb.dwarf2/dw2-var-zero-addr.exp
14238 * gdb.dwarf2/dw4-sig-types.exp
14239 * gdb.dwarf2/dwz.exp
14240 * gdb.dwarf2/dynarr-ptr.exp
14241 * gdb.dwarf2/enum-type.exp
14242 * gdb.dwarf2/gdb-index.exp
14243 * gdb.dwarf2/implptr-64bit.exp
14244 * gdb.dwarf2/implptr-optimized-out.exp
14245 * gdb.dwarf2/implptr.exp
14246 * gdb.dwarf2/implref-array.exp
14247 * gdb.dwarf2/implref-const.exp
14248 * gdb.dwarf2/implref-global.exp
14249 * gdb.dwarf2/implref-struct.exp
14250 * gdb.dwarf2/mac-fileno.exp
14251 * gdb.dwarf2/main-subprogram.exp
14252 * gdb.dwarf2/member-ptr-forwardref.exp
14253 * gdb.dwarf2/method-ptr.exp
14254 * gdb.dwarf2/missing-sig-type.exp
14255 * gdb.dwarf2/nonvar-access.exp
14256 * gdb.dwarf2/opaque-type-lookup.exp
14257 * gdb.dwarf2/pieces-optimized-out.exp
14258 * gdb.dwarf2/pieces.exp
14259 * gdb.dwarf2/pr10770.exp
14260 * gdb.dwarf2/pr13961.exp
14261 * gdb.dwarf2/staticvirtual.exp
14262 * gdb.dwarf2/subrange.exp
14263 * gdb.dwarf2/symtab-producer.exp
14264 * gdb.dwarf2/trace-crash.exp
14265 * gdb.dwarf2/typeddwarf.exp
14266 * gdb.dwarf2/valop.exp
14267 * gdb.dwarf2/watch-notconst.exp
14268 * gdb.fortran/array-element.exp
14269 * gdb.fortran/charset.exp
14270 * gdb.fortran/common-block.exp
14271 * gdb.fortran/complex.exp
14272 * gdb.fortran/derived-type-function.exp
14273 * gdb.fortran/derived-type.exp
14274 * gdb.fortran/logical.exp
14275 * gdb.fortran/module.exp
14276 * gdb.fortran/multi-dim.exp
14277 * gdb.fortran/nested-funcs.exp
14278 * gdb.fortran/print-formatted.exp
14279 * gdb.fortran/subarray.exp
14280 * gdb.fortran/vla-alloc-assoc.exp
14281 * gdb.fortran/vla-datatypes.exp
14282 * gdb.fortran/vla-history.exp
14283 * gdb.fortran/vla-ptr-info.exp
14284 * gdb.fortran/vla-ptype-sub.exp
14285 * gdb.fortran/vla-ptype.exp
14286 * gdb.fortran/vla-sizeof.exp
14287 * gdb.fortran/vla-type.exp
14288 * gdb.fortran/vla-value-sub-arbitrary.exp
14289 * gdb.fortran/vla-value-sub-finish.exp
14290 * gdb.fortran/vla-value-sub.exp
14291 * gdb.fortran/vla-value.exp
14292 * gdb.fortran/whatis_type.exp
14293 * gdb.go/chan.exp
14294 * gdb.go/handcall.exp
14295 * gdb.go/hello.exp
14296 * gdb.go/integers.exp
14297 * gdb.go/methods.exp
14298 * gdb.go/package.exp
14299 * gdb.go/strings.exp
14300 * gdb.go/types.exp
14301 * gdb.go/unsafe.exp
14302 * gdb.guile/scm-arch.exp
14303 * gdb.guile/scm-block.exp
14304 * gdb.guile/scm-breakpoint.exp
14305 * gdb.guile/scm-cmd.exp
14306 * gdb.guile/scm-disasm.exp
14307 * gdb.guile/scm-equal.exp
14308 * gdb.guile/scm-frame-args.exp
14309 * gdb.guile/scm-frame-inline.exp
14310 * gdb.guile/scm-frame.exp
14311 * gdb.guile/scm-iterator.exp
14312 * gdb.guile/scm-math.exp
14313 * gdb.guile/scm-objfile.exp
14314 * gdb.guile/scm-ports.exp
14315 * gdb.guile/scm-symbol.exp
14316 * gdb.guile/scm-symtab.exp
14317 * gdb.guile/scm-value-cc.exp
14318 * gdb.guile/types-module.exp
14319 * gdb.linespec/break-ask.exp
14320 * gdb.linespec/cpexplicit.exp
14321 * gdb.linespec/explicit.exp
14322 * gdb.linespec/keywords.exp
14323 * gdb.linespec/linespec.exp
14324 * gdb.linespec/ls-dollar.exp
14325 * gdb.linespec/ls-errs.exp
14326 * gdb.linespec/skip-two.exp
14327 * gdb.linespec/thread.exp
14328 * gdb.mi/mi-async.exp
14329 * gdb.mi/mi-basics.exp
14330 * gdb.mi/mi-break.exp
14331 * gdb.mi/mi-catch-load.exp
14332 * gdb.mi/mi-cli.exp
14333 * gdb.mi/mi-cmd-param-changed.exp
14334 * gdb.mi/mi-console.exp
14335 * gdb.mi/mi-detach.exp
14336 * gdb.mi/mi-disassemble.exp
14337 * gdb.mi/mi-eval.exp
14338 * gdb.mi/mi-file-transfer.exp
14339 * gdb.mi/mi-file.exp
14340 * gdb.mi/mi-fill-memory.exp
14341 * gdb.mi/mi-inheritance-syntax-error.exp
14342 * gdb.mi/mi-linespec-err-cp.exp
14343 * gdb.mi/mi-logging.exp
14344 * gdb.mi/mi-memory-changed.exp
14345 * gdb.mi/mi-read-memory.exp
14346 * gdb.mi/mi-record-changed.exp
14347 * gdb.mi/mi-reg-undefined.exp
14348 * gdb.mi/mi-regs.exp
14349 * gdb.mi/mi-return.exp
14350 * gdb.mi/mi-reverse.exp
14351 * gdb.mi/mi-simplerun.exp
14352 * gdb.mi/mi-solib.exp
14353 * gdb.mi/mi-stack.exp
14354 * gdb.mi/mi-stepi.exp
14355 * gdb.mi/mi-syn-frame.exp
14356 * gdb.mi/mi-until.exp
14357 * gdb.mi/mi-var-block.exp
14358 * gdb.mi/mi-var-child.exp
14359 * gdb.mi/mi-var-cmd.exp
14360 * gdb.mi/mi-var-cp.exp
14361 * gdb.mi/mi-var-display.exp
14362 * gdb.mi/mi-var-invalidate.exp
14363 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
14364 * gdb.mi/mi-vla-fortran.exp
14365 * gdb.mi/mi-watch.exp
14366 * gdb.mi/mi2-var-child.exp
14367 * gdb.mi/user-selected-context-sync.exp
14368 * gdb.modula2/unbounded-array.exp
14369 * gdb.multi/dummy-frame-restore.exp
14370 * gdb.multi/multi-arch-exec.exp
14371 * gdb.multi/multi-arch.exp
14372 * gdb.multi/tids.exp
14373 * gdb.multi/watchpoint-multi.exp
14374 * gdb.opencl/callfuncs.exp
14375 * gdb.opencl/convs_casts.exp
14376 * gdb.opencl/datatypes.exp
14377 * gdb.opencl/operators.exp
14378 * gdb.opencl/vec_comps.exp
14379 * gdb.opt/clobbered-registers-O2.exp
14380 * gdb.opt/inline-break.exp
14381 * gdb.opt/inline-bt.exp
14382 * gdb.opt/inline-cmds.exp
14383 * gdb.opt/inline-locals.exp
14384 * gdb.pascal/case-insensitive-symbols.exp
14385 * gdb.pascal/floats.exp
14386 * gdb.pascal/gdb11492.exp
14387 * gdb.python/lib-types.exp
14388 * gdb.python/py-arch.exp
14389 * gdb.python/py-as-string.exp
14390 * gdb.python/py-bad-printers.exp
14391 * gdb.python/py-block.exp
14392 * gdb.python/py-breakpoint-create-fail.exp
14393 * gdb.python/py-breakpoint.exp
14394 * gdb.python/py-caller-is.exp
14395 * gdb.python/py-cmd.exp
14396 * gdb.python/py-explore-cc.exp
14397 * gdb.python/py-explore.exp
14398 * gdb.python/py-finish-breakpoint.exp
14399 * gdb.python/py-finish-breakpoint2.exp
14400 * gdb.python/py-frame-args.exp
14401 * gdb.python/py-frame-inline.exp
14402 * gdb.python/py-frame.exp
14403 * gdb.python/py-framefilter-mi.exp
14404 * gdb.python/py-infthread.exp
14405 * gdb.python/py-lazy-string.exp
14406 * gdb.python/py-linetable.exp
14407 * gdb.python/py-mi-events.exp
14408 * gdb.python/py-mi-objfile.exp
14409 * gdb.python/py-mi.exp
14410 * gdb.python/py-objfile.exp
14411 * gdb.python/py-pp-integral.exp
14412 * gdb.python/py-pp-maint.exp
14413 * gdb.python/py-pp-re-notag.exp
14414 * gdb.python/py-pp-registration.exp
14415 * gdb.python/py-recurse-unwind.exp
14416 * gdb.python/py-strfns.exp
14417 * gdb.python/py-symbol.exp
14418 * gdb.python/py-symtab.exp
14419 * gdb.python/py-sync-interp.exp
14420 * gdb.python/py-typeprint.exp
14421 * gdb.python/py-unwind-maint.exp
14422 * gdb.python/py-unwind.exp
14423 * gdb.python/py-value-cc.exp
14424 * gdb.python/py-xmethods.exp
14425 * gdb.reverse/amd64-tailcall-reverse.exp
14426 * gdb.reverse/break-precsave.exp
14427 * gdb.reverse/break-reverse.exp
14428 * gdb.reverse/consecutive-precsave.exp
14429 * gdb.reverse/consecutive-reverse.exp
14430 * gdb.reverse/finish-precsave.exp
14431 * gdb.reverse/finish-reverse-bkpt.exp
14432 * gdb.reverse/finish-reverse.exp
14433 * gdb.reverse/fstatat-reverse.exp
14434 * gdb.reverse/getresuid-reverse.exp
14435 * gdb.reverse/i386-precsave.exp
14436 * gdb.reverse/i386-reverse.exp
14437 * gdb.reverse/i386-sse-reverse.exp
14438 * gdb.reverse/i387-env-reverse.exp
14439 * gdb.reverse/i387-stack-reverse.exp
14440 * gdb.reverse/insn-reverse.exp
14441 * gdb.reverse/machinestate-precsave.exp
14442 * gdb.reverse/machinestate.exp
14443 * gdb.reverse/next-reverse-bkpt-over-sr.exp
14444 * gdb.reverse/pipe-reverse.exp
14445 * gdb.reverse/readv-reverse.exp
14446 * gdb.reverse/recvmsg-reverse.exp
14447 * gdb.reverse/rerun-prec.exp
14448 * gdb.reverse/s390-mvcle.exp
14449 * gdb.reverse/step-precsave.exp
14450 * gdb.reverse/step-reverse.exp
14451 * gdb.reverse/time-reverse.exp
14452 * gdb.reverse/until-precsave.exp
14453 * gdb.reverse/until-reverse.exp
14454 * gdb.reverse/waitpid-reverse.exp
14455 * gdb.reverse/watch-precsave.exp
14456 * gdb.reverse/watch-reverse.exp
14457 * gdb.rust/generics.exp
14458 * gdb.rust/methods.exp
14459 * gdb.rust/modules.exp
14460 * gdb.rust/simple.exp
14461 * gdb.server/connect-with-no-symbol-file.exp
14462 * gdb.server/ext-attach.exp
14463 * gdb.server/ext-restart.exp
14464 * gdb.server/ext-wrapper.exp
14465 * gdb.server/file-transfer.exp
14466 * gdb.server/server-exec-info.exp
14467 * gdb.server/server-kill.exp
14468 * gdb.server/server-mon.exp
14469 * gdb.server/wrapper.exp
14470 * gdb.stabs/exclfwd.exp
14471 * gdb.stabs/gdb11479.exp
14472 * gdb.threads/clone-new-thread-event.exp
14473 * gdb.threads/corethreads.exp
14474 * gdb.threads/current-lwp-dead.exp
14475 * gdb.threads/dlopen-libpthread.exp
14476 * gdb.threads/gcore-thread.exp
14477 * gdb.threads/sigstep-threads.exp
14478 * gdb.threads/watchpoint-fork.exp
14479 * gdb.trace/actions-changed.exp
14480 * gdb.trace/backtrace.exp
14481 * gdb.trace/change-loc.exp
14482 * gdb.trace/circ.exp
14483 * gdb.trace/collection.exp
14484 * gdb.trace/disconnected-tracing.exp
14485 * gdb.trace/ftrace.exp
14486 * gdb.trace/mi-trace-frame-collected.exp
14487 * gdb.trace/mi-trace-unavailable.exp
14488 * gdb.trace/mi-traceframe-changed.exp
14489 * gdb.trace/mi-tsv-changed.exp
14490 * gdb.trace/no-attach-trace.exp
14491 * gdb.trace/passc-dyn.exp
14492 * gdb.trace/qtro.exp
14493 * gdb.trace/range-stepping.exp
14494 * gdb.trace/read-memory.exp
14495 * gdb.trace/save-trace.exp
14496 * gdb.trace/signal.exp
14497 * gdb.trace/status-stop.exp
14498 * gdb.trace/tfile.exp
14499 * gdb.trace/trace-break.exp
14500 * gdb.trace/trace-buffer-size.exp
14501 * gdb.trace/trace-condition.exp
14502 * gdb.trace/tracefile-pseudo-reg.exp
14503 * gdb.trace/tstatus.exp
14504 * gdb.trace/unavailable.exp
14505 * gdb.trace/while-dyn.exp
14506 * gdb.trace/while-stepping.exp
14507
14508 2016-12-22 Doug Evans <xdje42@gmail.com>
14509
14510 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
14511 and msymbols.
14512
14513 2016-12-19 Yao Qi <yao.qi@linaro.org>
14514
14515 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
14516 (test_with_self): Don't call do_steps_and_nexts, and remove
14517 code about stepping into xmalloc.
14518
14519 2016-12-09 Yao Qi <yao.qi@linaro.org>
14520
14521 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
14522
14523 2016-12-09 Yao Qi <yao.qi@linaro.org>
14524
14525 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
14526
14527 2016-12-09 Pedro Alves <palves@redhat.com>
14528
14529 * gdb.base/all-architectures-0.exp: New file.
14530 * gdb.base/all-architectures-1.exp: New file.
14531 * gdb.base/all-architectures-2.exp: New file.
14532 * gdb.base/all-architectures-3.exp: New file.
14533 * gdb.base/all-architectures-4.exp: New file.
14534 * gdb.base/all-architectures-5.exp: New file.
14535 * gdb.base/all-architectures-6.exp: New file.
14536 * gdb.base/all-architectures-7.exp: New file.
14537 * gdb.base/all-architectures.exp.in: New file.
14538
14539 2016-12-09 Yao Qi <yao.qi@linaro.org>
14540
14541 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
14542
14543 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
14544
14545 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
14546 possible.
14547 Remove useless pattern-matching code.
14548
14549 2016-12-02 Pedro Alves <palves@redhat.com>
14550
14551 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
14552 procedure.
14553 (top level): Call it.
14554
14555 2016-12-02 Pedro Alves <palves@redhat.com>
14556
14557 * gdb.base/commands.exp (user_defined_command_args_stack_test):
14558 New procedure.
14559 (top level): Call it.
14560
14561 2016-12-02 Pedro Alves <palves@redhat.com>
14562
14563 PR cli/20559
14564 * gdb.base/commands.exp (user_defined_command_args_eval): New
14565 procedure.
14566 (top level): Call it.
14567
14568 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
14569
14570 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
14571 timeout handling.
14572
14573 2016-12-02 Tom Tromey <tom@tromey.com>
14574
14575 * gdb.dwarf2/main-subprogram.c: New file.
14576 * gdb.dwarf2/main-subprogram.exp: New file.
14577
14578 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14579
14580 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
14581 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
14582 gdb_test_no_output for a couple of cases.
14583 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
14584
14585 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14586
14587 Fix test names and standardize compilation error messages throughout
14588 the following files:
14589
14590 * gdb.ada/start.exp
14591 * gdb.arch/alpha-step.exp
14592 * gdb.arch/e500-prologue.exp
14593 * gdb.arch/ftrace-insn-reloc.exp
14594 * gdb.arch/gdb1291.exp
14595 * gdb.arch/gdb1431.exp
14596 * gdb.arch/gdb1558.exp
14597 * gdb.arch/i386-dr3-watch.exp
14598 * gdb.arch/i386-sse-stack-align.exp
14599 * gdb.arch/ia64-breakpoint-shadow.exp
14600 * gdb.arch/pa-nullify.exp
14601 * gdb.arch/powerpc-aix-prologue.exp
14602 * gdb.arch/thumb-bx-pc.exp
14603 * gdb.base/annota1.exp
14604 * gdb.base/annota3.exp
14605 * gdb.base/arrayidx.exp
14606 * gdb.base/assign.exp
14607 * gdb.base/attach.exp
14608 * gdb.base/auxv.exp
14609 * gdb.base/bang.exp
14610 * gdb.base/bfp-test.exp
14611 * gdb.base/bigcore.exp
14612 * gdb.base/bitfields2.exp
14613 * gdb.base/break-fun-addr.exp
14614 * gdb.base/break-probes.exp
14615 * gdb.base/call-rt-st.exp
14616 * gdb.base/callexit.exp
14617 * gdb.base/catch-fork-kill.exp
14618 * gdb.base/charset.exp
14619 * gdb.base/checkpoint.exp
14620 * gdb.base/comprdebug.exp
14621 * gdb.base/constvars.exp
14622 * gdb.base/coredump-filter.exp
14623 * gdb.base/cursal.exp
14624 * gdb.base/cvexpr.exp
14625 * gdb.base/detach.exp
14626 * gdb.base/display.exp
14627 * gdb.base/dmsym.exp
14628 * gdb.base/dprintf-pending.exp
14629 * gdb.base/dso2dso.exp
14630 * gdb.base/dtrace-probe.exp
14631 * gdb.base/dump.exp
14632 * gdb.base/enum_cond.exp
14633 * gdb.base/exe-lock.exp
14634 * gdb.base/exec-invalid-sysroot.exp
14635 * gdb.base/execl-update-breakpoints.exp
14636 * gdb.base/exprs.exp
14637 * gdb.base/fileio.exp
14638 * gdb.base/find.exp
14639 * gdb.base/finish.exp
14640 * gdb.base/fixsection.exp
14641 * gdb.base/foll-vfork.exp
14642 * gdb.base/frame-args.exp
14643 * gdb.base/gcore.exp
14644 * gdb.base/gdb1250.exp
14645 * gdb.base/global-var-nested-by-dso.exp
14646 * gdb.base/gnu-ifunc.exp
14647 * gdb.base/hashline1.exp
14648 * gdb.base/hashline2.exp
14649 * gdb.base/hashline3.exp
14650 * gdb.base/hbreak-in-shr-unsupported.exp
14651 * gdb.base/huge.exp
14652 * gdb.base/infcall-input.exp
14653 * gdb.base/info-fun.exp
14654 * gdb.base/info-shared.exp
14655 * gdb.base/jit-simple.exp
14656 * gdb.base/jit-so.exp
14657 * gdb.base/jit.exp
14658 * gdb.base/jump.exp
14659 * gdb.base/label.exp
14660 * gdb.base/lineinc.exp
14661 * gdb.base/logical.exp
14662 * gdb.base/longjmp.exp
14663 * gdb.base/macscp.exp
14664 * gdb.base/miscexprs.exp
14665 * gdb.base/new-ui-echo.exp
14666 * gdb.base/new-ui-pending-input.exp
14667 * gdb.base/new-ui.exp
14668 * gdb.base/nodebug.exp
14669 * gdb.base/nofield.exp
14670 * gdb.base/offsets.exp
14671 * gdb.base/overlays.exp
14672 * gdb.base/pending.exp
14673 * gdb.base/pointers.exp
14674 * gdb.base/pr11022.exp
14675 * gdb.base/printcmds.exp
14676 * gdb.base/prologue.exp
14677 * gdb.base/ptr-typedef.exp
14678 * gdb.base/realname-expand.exp
14679 * gdb.base/relativedebug.exp
14680 * gdb.base/relocate.exp
14681 * gdb.base/remote.exp
14682 * gdb.base/reread.exp
14683 * gdb.base/return2.exp
14684 * gdb.base/savedregs.exp
14685 * gdb.base/sep.exp
14686 * gdb.base/sepdebug.exp
14687 * gdb.base/sepsymtab.exp
14688 * gdb.base/set-inferior-tty.exp
14689 * gdb.base/setshow.exp
14690 * gdb.base/shlib-call.exp
14691 * gdb.base/sigaltstack.exp
14692 * gdb.base/siginfo-addr.exp
14693 * gdb.base/signals.exp
14694 * gdb.base/signull.exp
14695 * gdb.base/sigrepeat.exp
14696 * gdb.base/so-impl-ld.exp
14697 * gdb.base/solib-display.exp
14698 * gdb.base/solib-overlap.exp
14699 * gdb.base/solib-search.exp
14700 * gdb.base/solib-symbol.exp
14701 * gdb.base/structs.exp
14702 * gdb.base/structs2.exp
14703 * gdb.base/symtab-search-order.exp
14704 * gdb.base/twice.exp
14705 * gdb.base/unload.exp
14706 * gdb.base/varargs.exp
14707 * gdb.base/watchpoint-solib.exp
14708 * gdb.base/watchpoint.exp
14709 * gdb.base/whatis.exp
14710 * gdb.base/wrong_frame_bt_full.exp
14711 * gdb.btrace/dlopen.exp
14712 * gdb.cell/ea-standalone.exp
14713 * gdb.cell/ea-test.exp
14714 * gdb.cp/dispcxx.exp
14715 * gdb.cp/gdb2384.exp
14716 * gdb.cp/method2.exp
14717 * gdb.cp/nextoverthrow.exp
14718 * gdb.cp/pr10728.exp
14719 * gdb.disasm/am33.exp
14720 * gdb.disasm/h8300s.exp
14721 * gdb.disasm/mn10300.exp
14722 * gdb.disasm/sh3.exp
14723 * gdb.dwarf2/dw2-dir-file-name.exp
14724 * gdb.fortran/complex.exp
14725 * gdb.fortran/library-module.exp
14726 * gdb.guile/scm-pretty-print.exp
14727 * gdb.guile/scm-symbol.exp
14728 * gdb.guile/scm-type.exp
14729 * gdb.guile/scm-value.exp
14730 * gdb.linespec/linespec.exp
14731 * gdb.mi/gdb701.exp
14732 * gdb.mi/gdb792.exp
14733 * gdb.mi/mi-breakpoint-changed.exp
14734 * gdb.mi/mi-dprintf-pending.exp
14735 * gdb.mi/mi-dprintf.exp
14736 * gdb.mi/mi-exit-code.exp
14737 * gdb.mi/mi-pending.exp
14738 * gdb.mi/mi-solib.exp
14739 * gdb.mi/new-ui-mi-sync.exp
14740 * gdb.mi/pr11022.exp
14741 * gdb.mi/user-selected-context-sync.exp
14742 * gdb.opt/solib-intra-step.exp
14743 * gdb.python/py-events.exp
14744 * gdb.python/py-finish-breakpoint.exp
14745 * gdb.python/py-mi.exp
14746 * gdb.python/py-prettyprint.exp
14747 * gdb.python/py-shared.exp
14748 * gdb.python/py-symbol.exp
14749 * gdb.python/py-template.exp
14750 * gdb.python/py-type.exp
14751 * gdb.python/py-value.exp
14752 * gdb.reverse/solib-precsave.exp
14753 * gdb.reverse/solib-reverse.exp
14754 * gdb.server/solib-list.exp
14755 * gdb.stabs/weird.exp
14756 * gdb.threads/reconnect-signal.exp
14757 * gdb.threads/stepi-random-signal.exp
14758 * gdb.trace/actions.exp
14759 * gdb.trace/ax.exp
14760 * gdb.trace/backtrace.exp
14761 * gdb.trace/change-loc.exp
14762 * gdb.trace/deltrace.exp
14763 * gdb.trace/ftrace-lock.exp
14764 * gdb.trace/ftrace.exp
14765 * gdb.trace/infotrace.exp
14766 * gdb.trace/mi-tracepoint-changed.exp
14767 * gdb.trace/packetlen.exp
14768 * gdb.trace/passcount.exp
14769 * gdb.trace/pending.exp
14770 * gdb.trace/range-stepping.exp
14771 * gdb.trace/report.exp
14772 * gdb.trace/stap-trace.exp
14773 * gdb.trace/tfind.exp
14774 * gdb.trace/trace-break.exp
14775 * gdb.trace/trace-condition.exp
14776 * gdb.trace/trace-enable-disable.exp
14777 * gdb.trace/trace-mt.exp
14778 * gdb.trace/tracecmd.exp
14779 * gdb.trace/tspeed.exp
14780 * gdb.trace/tsv.exp
14781 * lib/perftest.exp
14782
14783 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14784
14785 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
14786 with gdb_test_no_output.
14787 Use command as test name.
14788
14789 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14790
14791 Fix test names starting with uppercase throughout the files.
14792
14793 * gdb.ada/assign_1.exp
14794 * gdb.ada/boolean_expr.exp
14795 * gdb.base/arrayidx.exp
14796 * gdb.base/del.exp
14797 * gdb.base/gcore-buffer-overflow.exp
14798 * gdb.base/testenv.exp
14799 * gdb.compile/compile.exp
14800 * gdb.python/py-framefilter-invalidarg.exp
14801 * gdb.python/py-framefilter.exp
14802
14803 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14804
14805 Fix test names starting with uppercase throughout the files.
14806
14807 * gdb.ada/array_return.exp
14808 * gdb.ada/expr_delims.exp
14809 * gdb.ada/mi_dyn_arr.exp
14810 * gdb.ada/mi_interface.exp
14811 * gdb.ada/mi_var_array.exp
14812 * gdb.ada/watch_arg.exp
14813 * gdb.arch/alpha-step.exp
14814 * gdb.arch/altivec-regs.exp
14815 * gdb.arch/e500-regs.exp
14816 * gdb.arch/powerpc-d128-regs.exp
14817 * gdb.base/arrayidx.exp
14818 * gdb.base/break.exp
14819 * gdb.base/checkpoint.exp
14820 * gdb.base/debug-expr.exp
14821 * gdb.base/dmsym.exp
14822 * gdb.base/radix.exp
14823 * gdb.base/sepdebug.exp
14824 * gdb.base/testenv.exp
14825 * gdb.base/watch_thread_num.exp
14826 * gdb.base/watchpoint-cond-gone.exp
14827 * gdb.cell/break.exp
14828 * gdb.cell/ea-cache.exp
14829 * gdb.compile/compile.exp
14830 * gdb.cp/gdb2495.exp
14831 * gdb.gdb/selftest.exp
14832 * gdb.gdb/xfullpath.exp
14833 * gdb.go/hello.exp
14834 * gdb.go/integers.exp
14835 * gdb.objc/basicclass.exp
14836 * gdb.pascal/hello.exp
14837 * gdb.pascal/integers.exp
14838 * gdb.python/py-breakpoint.exp
14839 * gdb.python/py-cmd.exp
14840 * gdb.python/py-linetable.exp
14841 * gdb.python/py-xmethods.exp
14842 * gdb.python/python.exp
14843 * gdb.reverse/consecutive-precsave.exp
14844 * gdb.reverse/finish-precsave.exp
14845 * gdb.reverse/i386-precsave.exp
14846 * gdb.reverse/machinestate-precsave.exp
14847 * gdb.reverse/sigall-precsave.exp
14848 * gdb.reverse/solib-precsave.exp
14849 * gdb.reverse/step-precsave.exp
14850 * gdb.reverse/until-precsave.exp
14851 * gdb.reverse/watch-precsave.exp
14852 * gdb.threads/leader-exit.exp
14853 * gdb.threads/pthreads.exp
14854 * gdb.threads/wp-replication.exp
14855 * gdb.trace/actions.exp
14856 * gdb.trace/mi-tsv-changed.exp
14857 * gdb.trace/tsv.exp
14858
14859 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14860
14861 Fix test names starting with uppercase throughout the files.
14862
14863 * gdb.arch/i386-bp_permanent.exp
14864 * gdb.arch/i386-gnu-cfi.exp
14865 * gdb.base/disasm-end-cu.exp
14866 * gdb.base/macscp.exp
14867 * gdb.base/pending.exp
14868 * gdb.base/watch_thread_num.exp
14869 * gdb.cp/exception.exp
14870 * gdb.cp/gdb2495.exp
14871 * gdb.cp/local.exp
14872 * gdb.python/py-evsignal.exp
14873 * gdb.python/python.exp
14874 * gdb.trace/tracecmd.exp
14875
14876 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14877
14878 Fix test names starting with uppercase throughout the files.
14879
14880 * gdb.base/charset.exp
14881 * gdb.base/eval.exp
14882 * gdb.base/multi-forks.exp
14883 * gdb.guile/scm-progspace.exp
14884 * gdb.opencl/datatypes.exp
14885 * gdb.python/py-block.exp
14886 * gdb.python/py-function.exp
14887 * gdb.python/py-symbol.exp
14888 * gdb.python/py-symtab.exp
14889 * gdb.python/py-xmethods.exp
14890 * gdb.reverse/break-precsave.exp
14891 * gdb.reverse/break-reverse.exp
14892 * gdb.reverse/consecutive-precsave.exp
14893 * gdb.reverse/consecutive-reverse.exp
14894 * gdb.reverse/finish-precsave.exp
14895 * gdb.reverse/finish-reverse-bkpt.exp
14896 * gdb.reverse/finish-reverse.exp
14897 * gdb.reverse/fstatat-reverse.exp
14898 * gdb.reverse/getresuid-reverse.exp
14899 * gdb.reverse/i386-precsave.exp
14900 * gdb.reverse/i386-reverse.exp
14901 * gdb.reverse/i386-sse-reverse.exp
14902 * gdb.reverse/i387-stack-reverse.exp
14903 * gdb.reverse/insn-reverse.exp
14904 * gdb.reverse/machinestate-precsave.exp
14905 * gdb.reverse/machinestate.exp
14906 * gdb.reverse/next-reverse-bkpt-over-sr.exp
14907 * gdb.reverse/pipe-reverse.exp
14908 * gdb.reverse/readv-reverse.exp
14909 * gdb.reverse/recvmsg-reverse.exp
14910 * gdb.reverse/rerun-prec.exp
14911 * gdb.reverse/s390-mvcle.exp
14912 * gdb.reverse/sigall-precsave.exp
14913 * gdb.reverse/sigall-reverse.exp
14914 * gdb.reverse/solib-precsave.exp
14915 * gdb.reverse/solib-reverse.exp
14916 * gdb.reverse/step-precsave.exp
14917 * gdb.reverse/step-reverse.exp
14918 * gdb.reverse/time-reverse.exp
14919 * gdb.reverse/until-precsave.exp
14920 * gdb.reverse/until-reverse.exp
14921 * gdb.reverse/waitpid-reverse.exp
14922 * gdb.reverse/watch-precsave.exp
14923 * gdb.reverse/watch-reverse.exp
14924
14925 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14926
14927 Fix test names starting with uppercase throughout the files.
14928
14929 * gdb.arch/i386-mpx-simple_segv.exp
14930 * gdb.arch/i386-mpx.exp
14931 * gdb.arch/i386-permbkpt.exp
14932 * gdb.arch/pa-nullify.exp
14933 * gdb.arch/powerpc-d128-regs.exp
14934 * gdb.arch/vsx-regs.exp
14935 * gdb.base/bfp-test.exp
14936 * gdb.base/break.exp
14937 * gdb.base/breakpoint-shadow.exp
14938 * gdb.base/callfuncs.exp
14939 * gdb.base/charset.exp
14940 * gdb.base/commands.exp
14941 * gdb.base/completion.exp
14942 * gdb.base/dfp-test.exp
14943 * gdb.base/echo.exp
14944 * gdb.base/ending-run.exp
14945 * gdb.base/eval.exp
14946 * gdb.base/expand-psymtabs.exp
14947 * gdb.base/float128.exp
14948 * gdb.base/floatn.exp
14949 * gdb.base/foll-exec-mode.exp
14950 * gdb.base/gdb1056.exp
14951 * gdb.base/gdb11531.exp
14952 * gdb.base/kill-after-signal.exp
14953 * gdb.base/multi-forks.exp
14954 * gdb.base/overlays.exp
14955 * gdb.base/pending.exp
14956 * gdb.base/sepdebug.exp
14957 * gdb.base/testenv.exp
14958 * gdb.base/valgrind-db-attach.exp
14959 * gdb.base/watch_thread_num.exp
14960 * gdb.base/watchpoint-cond-gone.exp
14961 * gdb.base/watchpoint.exp
14962 * gdb.base/watchpoints.exp
14963 * gdb.cp/arg-reference.exp
14964 * gdb.cp/baseenum.exp
14965 * gdb.cp/operator.exp
14966 * gdb.cp/shadow.exp
14967 * gdb.dwarf2/dw2-op-out-param.exp
14968 * gdb.dwarf2/dw2-reg-undefined.exp
14969 * gdb.go/chan.exp
14970 * gdb.go/hello.exp
14971 * gdb.go/integers.exp
14972 * gdb.go/methods.exp
14973 * gdb.go/package.exp
14974 * gdb.guile/scm-parameter.exp
14975 * gdb.guile/scm-progspace.exp
14976 * gdb.guile/scm-value.exp
14977 * gdb.mi/mi-pending.exp
14978 * gdb.mi/user-selected-context-sync.exp
14979 * gdb.multi/multi-attach.exp
14980 * gdb.multi/tids.exp
14981 * gdb.opt/clobbered-registers-O2.exp
14982 * gdb.pascal/floats.exp
14983 * gdb.pascal/integers.exp
14984 * gdb.python/py-block.exp
14985 * gdb.python/py-events.exp
14986 * gdb.python/py-parameter.exp
14987 * gdb.python/py-symbol.exp
14988 * gdb.python/py-symtab.exp
14989 * gdb.python/py-type.exp
14990 * gdb.python/py-value.exp
14991 * gdb.python/py-xmethods.exp
14992 * gdb.python/python.exp
14993 * gdb.reverse/break-precsave.exp
14994 * gdb.reverse/consecutive-precsave.exp
14995 * gdb.reverse/finish-precsave.exp
14996 * gdb.reverse/i386-precsave.exp
14997 * gdb.reverse/machinestate-precsave.exp
14998 * gdb.reverse/sigall-precsave.exp
14999 * gdb.reverse/solib-precsave.exp
15000 * gdb.reverse/step-precsave.exp
15001 * gdb.reverse/until-precsave.exp
15002 * gdb.reverse/watch-precsave.exp
15003 * gdb.server/ext-attach.exp
15004 * gdb.server/ext-restart.exp
15005 * gdb.server/ext-run.exp
15006 * gdb.server/ext-wrapper.exp
15007 * gdb.stabs/gdb11479.exp
15008 * gdb.stabs/weird.exp
15009 * gdb.threads/attach-many-short-lived-threads.exp
15010 * gdb.threads/kill.exp
15011 * gdb.threads/watchpoint-fork.exp
15012
15013 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
15014
15015 Fix test names starting with uppercase throughout all the files below.
15016
15017 * gdb.ada/array_return.exp
15018 * gdb.ada/catch_ex.exp
15019 * gdb.ada/info_exc.exp
15020 * gdb.ada/mi_catch_ex.exp
15021 * gdb.ada/mi_dyn_arr.exp
15022 * gdb.ada/mi_ex_cond.exp
15023 * gdb.ada/mi_exc_info.exp
15024 * gdb.ada/mi_interface.exp
15025 * gdb.ada/mi_task_arg.exp
15026 * gdb.ada/mi_task_info.exp
15027 * gdb.ada/mi_var_array.exp
15028 * gdb.arch/alpha-step.exp
15029 * gdb.arch/amd64-disp-step.exp
15030 * gdb.arch/arm-disp-step.exp
15031 * gdb.arch/disp-step-insn-reloc.exp
15032 * gdb.arch/e500-prologue.exp
15033 * gdb.arch/ftrace-insn-reloc.exp
15034 * gdb.arch/gdb1558.exp
15035 * gdb.arch/i386-bp_permanent.exp
15036 * gdb.arch/i386-disp-step.exp
15037 * gdb.arch/i386-float.exp
15038 * gdb.arch/i386-gnu-cfi.exp
15039 * gdb.arch/ia64-breakpoint-shadow.exp
15040 * gdb.arch/mips16-thunks.exp
15041 * gdb.arch/pa-nullify.exp
15042 * gdb.arch/powerpc-aix-prologue.exp
15043 * gdb.arch/powerpc-power.exp
15044 * gdb.arch/ppc-dfp.exp
15045 * gdb.arch/s390-tdbregs.exp
15046 * gdb.arch/spu-info.exp
15047 * gdb.arch/spu-ls.exp
15048 * gdb.arch/thumb-bx-pc.exp
15049 * gdb.base/advance.exp
15050 * gdb.base/annota-input-while-running.exp
15051 * gdb.base/arrayidx.exp
15052 * gdb.base/asmlabel.exp
15053 * gdb.base/async.exp
15054 * gdb.base/attach-wait-input.exp
15055 * gdb.base/auto-connect-native-target.exp
15056 * gdb.base/batch-preserve-term-settings.exp
15057 * gdb.base/bfp-test.exp
15058 * gdb.base/bigcore.exp
15059 * gdb.base/bp-permanent.exp
15060 * gdb.base/break-always.exp
15061 * gdb.base/break-fun-addr.exp
15062 * gdb.base/break-idempotent.exp
15063 * gdb.base/break-main-file-remove-fail.exp
15064 * gdb.base/break-probes.exp
15065 * gdb.base/break-unload-file.exp
15066 * gdb.base/break.exp
15067 * gdb.base/call-ar-st.exp
15068 * gdb.base/call-rt-st.exp
15069 * gdb.base/call-sc.exp
15070 * gdb.base/call-signal-resume.exp
15071 * gdb.base/call-strs.exp
15072 * gdb.base/callexit.exp
15073 * gdb.base/callfuncs.exp
15074 * gdb.base/catch-gdb-caused-signals.exp
15075 * gdb.base/catch-signal-siginfo-cond.exp
15076 * gdb.base/catch-syscall.exp
15077 * gdb.base/compare-sections.exp
15078 * gdb.base/cond-eval-mode.exp
15079 * gdb.base/condbreak-call-false.exp
15080 * gdb.base/consecutive-step-over.exp
15081 * gdb.base/cursal.exp
15082 * gdb.base/disabled-location.exp
15083 * gdb.base/disasm-end-cu.exp
15084 * gdb.base/display.exp
15085 * gdb.base/double-prompt-target-event-error.exp
15086 * gdb.base/dprintf-bp-same-addr.exp
15087 * gdb.base/dprintf-detach.exp
15088 * gdb.base/dprintf-next.exp
15089 * gdb.base/dprintf-non-stop.exp
15090 * gdb.base/dprintf-pending.exp
15091 * gdb.base/dso2dso.exp
15092 * gdb.base/ending-run.exp
15093 * gdb.base/enum_cond.exp
15094 * gdb.base/examine-backward.exp
15095 * gdb.base/exe-lock.exp
15096 * gdb.base/exec-invalid-sysroot.exp
15097 * gdb.base/execl-update-breakpoints.exp
15098 * gdb.base/execution-termios.exp
15099 * gdb.base/fileio.exp
15100 * gdb.base/fixsection.exp
15101 * gdb.base/foll-exec-mode.exp
15102 * gdb.base/foll-exec.exp
15103 * gdb.base/fork-running-state.exp
15104 * gdb.base/frame-args.exp
15105 * gdb.base/fullpath-expand.exp
15106 * gdb.base/func-ptr.exp
15107 * gdb.base/gcore-relro-pie.exp
15108 * gdb.base/gdb1090.exp
15109 * gdb.base/gdb1555.exp
15110 * gdb.base/global-var-nested-by-dso.exp
15111 * gdb.base/gnu-ifunc.exp
15112 * gdb.base/hbreak-in-shr-unsupported.exp
15113 * gdb.base/hbreak-unmapped.exp
15114 * gdb.base/hook-stop.exp
15115 * gdb.base/infcall-input.exp
15116 * gdb.base/info-fun.exp
15117 * gdb.base/info-shared.exp
15118 * gdb.base/interrupt-noterm.exp
15119 * gdb.base/jit-so.exp
15120 * gdb.base/jit.exp
15121 * gdb.base/line-symtabs.exp
15122 * gdb.base/list.exp
15123 * gdb.base/longjmp.exp
15124 * gdb.base/macscp.exp
15125 * gdb.base/max-value-size.exp
15126 * gdb.base/nodebug.exp
15127 * gdb.base/nofield.exp
15128 * gdb.base/overlays.exp
15129 * gdb.base/paginate-after-ctrl-c-running.exp
15130 * gdb.base/paginate-bg-execution.exp
15131 * gdb.base/paginate-inferior-exit.exp
15132 * gdb.base/pending.exp
15133 * gdb.base/pr11022.exp
15134 * gdb.base/printcmds.exp
15135 * gdb.base/ptr-typedef.exp
15136 * gdb.base/ptype.exp
15137 * gdb.base/randomize.exp
15138 * gdb.base/range-stepping.exp
15139 * gdb.base/realname-expand.exp
15140 * gdb.base/relativedebug.exp
15141 * gdb.base/remote.exp
15142 * gdb.base/savedregs.exp
15143 * gdb.base/sepdebug.exp
15144 * gdb.base/set-noassign.exp
15145 * gdb.base/shlib-call.exp
15146 * gdb.base/shreloc.exp
15147 * gdb.base/sigaltstack.exp
15148 * gdb.base/sigbpt.exp
15149 * gdb.base/siginfo-addr.exp
15150 * gdb.base/siginfo-obj.exp
15151 * gdb.base/siginfo-thread.exp
15152 * gdb.base/signest.exp
15153 * gdb.base/signull.exp
15154 * gdb.base/sigrepeat.exp
15155 * gdb.base/skip.exp
15156 * gdb.base/so-impl-ld.exp
15157 * gdb.base/solib-corrupted.exp
15158 * gdb.base/solib-disc.exp
15159 * gdb.base/solib-display.exp
15160 * gdb.base/solib-overlap.exp
15161 * gdb.base/solib-search.exp
15162 * gdb.base/solib-symbol.exp
15163 * gdb.base/source-execution.exp
15164 * gdb.base/sss-bp-on-user-bp-2.exp
15165 * gdb.base/sss-bp-on-user-bp.exp
15166 * gdb.base/stack-checking.exp
15167 * gdb.base/stale-infcall.exp
15168 * gdb.base/step-break.exp
15169 * gdb.base/step-line.exp
15170 * gdb.base/step-over-exit.exp
15171 * gdb.base/step-test.exp
15172 * gdb.base/structs.exp
15173 * gdb.base/sym-file.exp
15174 * gdb.base/symtab-search-order.exp
15175 * gdb.base/term.exp
15176 * gdb.base/type-opaque.exp
15177 * gdb.base/unload.exp
15178 * gdb.base/until-nodebug.exp
15179 * gdb.base/until.exp
15180 * gdb.base/unwindonsignal.exp
15181 * gdb.base/watch-cond.exp
15182 * gdb.base/watch-non-mem.exp
15183 * gdb.base/watch_thread_num.exp
15184 * gdb.base/watchpoint-reuse-slot.exp
15185 * gdb.base/watchpoint-solib.exp
15186 * gdb.base/watchpoint.exp
15187 * gdb.btrace/dlopen.exp
15188 * gdb.cell/arch.exp
15189 * gdb.cell/break.exp
15190 * gdb.cell/bt.exp
15191 * gdb.cell/core.exp
15192 * gdb.cell/data.exp
15193 * gdb.cell/dwarfaddr.exp
15194 * gdb.cell/ea-cache.exp
15195 * gdb.cell/ea-standalone.exp
15196 * gdb.cell/ea-test.exp
15197 * gdb.cell/f-regs.exp
15198 * gdb.cell/fork.exp
15199 * gdb.cell/gcore.exp
15200 * gdb.cell/mem-access.exp
15201 * gdb.cell/ptype.exp
15202 * gdb.cell/registers.exp
15203 * gdb.cell/sizeof.exp
15204 * gdb.cell/solib-symbol.exp
15205 * gdb.cell/solib.exp
15206 * gdb.compile/compile-tls.exp
15207 * gdb.cp/exception.exp
15208 * gdb.cp/gdb2495.exp
15209 * gdb.cp/local.exp
15210 * gdb.cp/mb-inline.exp
15211 * gdb.cp/mb-templates.exp
15212 * gdb.cp/pr10687.exp
15213 * gdb.cp/pr9167.exp
15214 * gdb.cp/scope-err.exp
15215 * gdb.cp/templates.exp
15216 * gdb.cp/virtfunc.exp
15217 * gdb.dwarf2/dw2-dir-file-name.exp
15218 * gdb.dwarf2/dw2-single-line-discriminators.exp
15219 * gdb.fortran/complex.exp
15220 * gdb.fortran/library-module.exp
15221 * gdb.guile/guile.exp
15222 * gdb.guile/scm-cmd.exp
15223 * gdb.guile/scm-frame-inline.exp
15224 * gdb.guile/scm-objfile.exp
15225 * gdb.guile/scm-pretty-print.exp
15226 * gdb.guile/scm-symbol.exp
15227 * gdb.guile/scm-type.exp
15228 * gdb.guile/scm-value.exp
15229 * gdb.linespec/keywords.exp
15230 * gdb.linespec/ls-errs.exp
15231 * gdb.linespec/macro-relative.exp
15232 * gdb.linespec/thread.exp
15233 * gdb.mi/mi-breakpoint-changed.exp
15234 * gdb.mi/mi-dprintf-pending.exp
15235 * gdb.mi/mi-fullname-deleted.exp
15236 * gdb.mi/mi-logging.exp
15237 * gdb.mi/mi-pending.exp
15238 * gdb.mi/mi-solib.exp
15239 * gdb.mi/new-ui-mi-sync.exp
15240 * gdb.mi/user-selected-context-sync.exp
15241 * gdb.multi/dummy-frame-restore.exp
15242 * gdb.multi/multi-arch-exec.exp
15243 * gdb.multi/remove-inferiors.exp
15244 * gdb.multi/watchpoint-multi-exit.exp
15245 * gdb.opt/solib-intra-step.exp
15246 * gdb.perf/backtrace.exp
15247 * gdb.perf/single-step.exp
15248 * gdb.perf/skip-command.exp
15249 * gdb.perf/skip-prologue.exp
15250 * gdb.perf/solib.exp
15251 * gdb.python/lib-types.exp
15252 * gdb.python/py-as-string.exp
15253 * gdb.python/py-bad-printers.exp
15254 * gdb.python/py-block.exp
15255 * gdb.python/py-breakpoint.exp
15256 * gdb.python/py-cmd.exp
15257 * gdb.python/py-events.exp
15258 * gdb.python/py-evthreads.exp
15259 * gdb.python/py-finish-breakpoint.exp
15260 * gdb.python/py-finish-breakpoint2.exp
15261 * gdb.python/py-frame-inline.exp
15262 * gdb.python/py-frame.exp
15263 * gdb.python/py-inferior.exp
15264 * gdb.python/py-infthread.exp
15265 * gdb.python/py-mi.exp
15266 * gdb.python/py-objfile.exp
15267 * gdb.python/py-pp-maint.exp
15268 * gdb.python/py-pp-registration.exp
15269 * gdb.python/py-prettyprint.exp
15270 * gdb.python/py-recurse-unwind.exp
15271 * gdb.python/py-shared.exp
15272 * gdb.python/py-symbol.exp
15273 * gdb.python/py-symtab.exp
15274 * gdb.python/py-template.exp
15275 * gdb.python/py-type.exp
15276 * gdb.python/py-unwind-maint.exp
15277 * gdb.python/py-unwind.exp
15278 * gdb.python/py-value.exp
15279 * gdb.python/python.exp
15280 * gdb.reverse/finish-reverse-bkpt.exp
15281 * gdb.reverse/insn-reverse.exp
15282 * gdb.reverse/next-reverse-bkpt-over-sr.exp
15283 * gdb.reverse/solib-precsave.exp
15284 * gdb.reverse/solib-reverse.exp
15285 * gdb.stabs/gdb11479.exp
15286 * gdb.stabs/weird.exp
15287 * gdb.threads/fork-child-threads.exp
15288 * gdb.threads/fork-plus-threads.exp
15289 * gdb.threads/fork-thread-pending.exp
15290 * gdb.threads/forking-threads-plus-breakpoint.exp
15291 * gdb.threads/hand-call-in-threads.exp
15292 * gdb.threads/interrupted-hand-call.exp
15293 * gdb.threads/linux-dp.exp
15294 * gdb.threads/local-watch-wrong-thread.exp
15295 * gdb.threads/next-while-other-thread-longjmps.exp
15296 * gdb.threads/non-ldr-exit.exp
15297 * gdb.threads/pending-step.exp
15298 * gdb.threads/print-threads.exp
15299 * gdb.threads/process-dies-while-detaching.exp
15300 * gdb.threads/process-dies-while-handling-bp.exp
15301 * gdb.threads/pthreads.exp
15302 * gdb.threads/queue-signal.exp
15303 * gdb.threads/reconnect-signal.exp
15304 * gdb.threads/signal-command-handle-nopass.exp
15305 * gdb.threads/signal-command-multiple-signals-pending.exp
15306 * gdb.threads/signal-delivered-right-thread.exp
15307 * gdb.threads/signal-sigtrap.exp
15308 * gdb.threads/sigthread.exp
15309 * gdb.threads/staticthreads.exp
15310 * gdb.threads/stepi-random-signal.exp
15311 * gdb.threads/thread-unwindonsignal.exp
15312 * gdb.threads/thread_check.exp
15313 * gdb.threads/thread_events.exp
15314 * gdb.threads/tid-reuse.exp
15315 * gdb.threads/tls-nodebug.exp
15316 * gdb.threads/tls-shared.exp
15317 * gdb.threads/tls-so_extern.exp
15318 * gdb.threads/tls.exp
15319 * gdb.threads/wp-replication.exp
15320 * gdb.trace/actions-changed.exp
15321 * gdb.trace/actions.exp
15322 * gdb.trace/backtrace.exp
15323 * gdb.trace/change-loc.exp
15324 * gdb.trace/collection.exp
15325 * gdb.trace/deltrace.exp
15326 * gdb.trace/disconnected-tracing.exp
15327 * gdb.trace/entry-values.exp
15328 * gdb.trace/ftrace-lock.exp
15329 * gdb.trace/ftrace.exp
15330 * gdb.trace/infotrace.exp
15331 * gdb.trace/mi-trace-frame-collected.exp
15332 * gdb.trace/mi-trace-unavailable.exp
15333 * gdb.trace/mi-traceframe-changed.exp
15334 * gdb.trace/mi-tracepoint-changed.exp
15335 * gdb.trace/mi-tsv-changed.exp
15336 * gdb.trace/no-attach-trace.exp
15337 * gdb.trace/packetlen.exp
15338 * gdb.trace/passc-dyn.exp
15339 * gdb.trace/passcount.exp
15340 * gdb.trace/pending.exp
15341 * gdb.trace/pr16508.exp
15342 * gdb.trace/qtro.exp
15343 * gdb.trace/range-stepping.exp
15344 * gdb.trace/read-memory.exp
15345 * gdb.trace/report.exp
15346 * gdb.trace/save-trace.exp
15347 * gdb.trace/signal.exp
15348 * gdb.trace/stap-trace.exp
15349 * gdb.trace/status-stop.exp
15350 * gdb.trace/strace.exp
15351 * gdb.trace/tfile.exp
15352 * gdb.trace/tfind.exp
15353 * gdb.trace/trace-break.exp
15354 * gdb.trace/trace-condition.exp
15355 * gdb.trace/trace-enable-disable.exp
15356 * gdb.trace/trace-mt.exp
15357 * gdb.trace/tracecmd.exp
15358 * gdb.trace/tracefile-pseudo-reg.exp
15359 * gdb.trace/tspeed.exp
15360 * gdb.trace/tstatus.exp
15361 * gdb.trace/tsv.exp
15362 * gdb.trace/unavailable.exp
15363 * gdb.trace/while-dyn.exp
15364 * gdb.trace/while-stepping.exp
15365 * lib/gdb-guile.exp
15366 * lib/gdb.exp
15367 * lib/mi-support.exp
15368 * lib/pascal.exp
15369 * lib/perftest.exp
15370 * lib/prelink-support.exp
15371 * lib/selftest-support.exp
15372
15373 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
15374
15375 * Makefile.in: Include disable-implicit-rules.mk.
15376
15377 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
15378
15379 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
15380 non-byte-aligned bit fields.
15381
15382 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
15383
15384 PR gdb/12616
15385 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
15386 respects the DW_AT_data_bit_offset attribute.
15387
15388 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
15389
15390 * gdb.base/default.exp: Fix output of "set language".
15391
15392 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
15393
15394 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
15395 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
15396 make.
15397 * configure.ac: Remove checks for the make program.
15398 * configure: Re-generate.
15399
15400 2016-11-16 Kevin Buettner <kevinb@redhat.com>
15401
15402 * gdb.python/py-recurse-unwind.c (main): Add loop.
15403 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
15404 to read_register() and gdb.parse_and_eval(). Make each code
15405 call a separate case that can be individually tested.
15406 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
15407 proc. Call cont_and_backtrace for each of the code paths that
15408 we want to test in the unwinder.
15409
15410 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
15411
15412 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
15413 the definition of struct S.
15414
15415 2016-11-11 Catherine Moore <clm@codesourcery.com>
15416
15417 * gdb.base/dump.exp: Identify verilog format dump tests as such.
15418
15419 2016-11-09 Pedro Alves <palves@redhat.com>
15420
15421 * gdb.base/commands.exp (runto_or_return): New procedure.
15422 (gdbvar_simple_if_test, gdbvar_simple_while_test)
15423 (gdbvar_complex_if_while_test, progvar_simple_if_test)
15424 (progvar_simple_while_test, progvar_complex_if_while_test)
15425 (if_while_breakpoint_command_test)
15426 (infrun_breakpoint_command_test, breakpoint_command_test)
15427 (user_defined_command_test, watchpoint_command_test)
15428 (test_command_prompt_position, redefine_hook_test)
15429 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
15430 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
15431 multi_line_input and multi_line. Remove gdb_expect and
15432 gdb_stop_suppressing_tests uses.
15433 * lib/gdb.exp (valnum_re): New global.
15434 (multi_line_input): New procedure.
15435
15436 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
15437
15438 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
15439 Remove.
15440 (test_setup): Define with proc_with_prefix.
15441 (test_cli_inferior): Likewise.
15442 (test_cli_thread): Likewise.
15443 (test_cli_frame): Likewise.
15444 (test_cli_select_frame): Likewise.
15445 (test_cli_up_down): Likewise.
15446 (test_mi_thread_select): Likewise.
15447 (test_mi_stack_select_frame): Likewise.
15448 (test_cli_in_mi_inferior): Likewise.
15449 (test_cli_in_mi_thread): Likewise.
15450 (test_cli_in_mi_frame): Likewise.
15451 (top level): Do not use with_test_prefix_procname.
15452
15453 2016-11-09 Pedro Alves <palves@redhat.com>
15454
15455 * gdb.base/commands.exp (gdbvar_simple_if_test)
15456 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
15457 (progvar_simple_if_test, progvar_simple_while_test)
15458 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
15459 (infrun_breakpoint_command_test, breakpoint_command_test)
15460 (user_defined_command_test, watchpoint_command_test)
15461 (test_command_prompt_position, deprecated_command_test)
15462 (bp_deleted_in_command, temporary_breakpoint_commands)
15463 (stray_arg0_test, source_file_with_indented_comment)
15464 (recursive_source_test, if_commands_test)
15465 (error_clears_commands_left, redefine_hook_test)
15466 (redefine_backtrace_test): Use proc_with_prefix.
15467 * lib/gdb.exp (proc_with_prefix): New proc.
15468
15469 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
15470
15471 * gdb.base/tui-layout.c: New file.
15472 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
15473 disassembly window contains very long lines.
15474
15475 2016-11-08 Tom Tromey <tom@tromey.com>
15476
15477 * gdb.python/py-value.exp (test_value_creation): Make "long" test
15478 depend on Python 2.
15479
15480 2016-11-08 Tom Tromey <tom@tromey.com>
15481
15482 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
15483 New method.
15484
15485 2016-10-29 Manish Goregaokar <manish@mozilla.com>
15486
15487 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
15488
15489 2016-10-27 Manish Goregaokar <manish@mozilla.com>
15490
15491 * gdb.rust/simple.rs: Add test for univariant enums without
15492 discriminants and for encoded struct-like enums.
15493
15494 2016-10-28 Pedro Alves <palves@redhat.com>
15495
15496 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
15497 gdb_test_multiple, tighten regexps and match symtabs and line
15498 tables incrementally.
15499
15500 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
15501
15502 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
15503 general.
15504
15505 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
15506
15507 * gdb.base/exec-invalid-sysroot.exp: New file.
15508
15509 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
15510
15511 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
15512
15513 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15514
15515 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
15516
15517 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
15518
15519 * gdb.base/killed-outside.exp: Remove $options from a call to
15520 `prepare_for_testing'.
15521
15522 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
15523
15524 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
15525 Change test message.
15526
15527 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
15528
15529 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
15530 Update comment.
15531
15532 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
15533
15534 * gdb.trace/mi-trace-save.exp: New file.
15535
15536 2016-10-13 Yao Qi <yao.qi@linaro.org>
15537
15538 * gdb.base/code_elim.exp (get_var_address): Remove.
15539 * gdb.base/relocate.exp: Likewise.
15540 * gdb.base/shreloc.exp: Likewise.
15541 * lib/gdb.exp (get_var_address): New.
15542
15543 2016-10-13 Yao Qi <yao.qi@linaro.org>
15544
15545 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
15546 floating point tests if $skip_float_test is false.
15547
15548 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
15549
15550 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
15551 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
15552 argc values.
15553 Add 1 to argc so we guarantee distinct initial/modified argc values.
15554
15555 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15556
15557 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
15558
15559 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15560
15561 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
15562 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
15563 * gdb.arch/vsx-regs.exp: Likewise.
15564
15565 2016-10-07 Yao Qi <yao.qi@linaro.org>
15566
15567 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
15568
15569 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
15570
15571 * gdb.python/python.exp: Test decode_line("*0").
15572
15573 2016-10-06 Doug Evans <dje@google.com>
15574
15575 * gdb.python/py-value.exp (test_value_creation): Add test for large
15576 unsigned 64-bit value.
15577
15578 2016-10-06 Tom Tromey <tom@tromey.com>
15579
15580 * gdb.compile/compile.exp: Change java tests to rust.
15581 * gdb.base/setshow.exp: Change java tests to rust.
15582 * gdb.base/default.exp: Remove java from language list.
15583 * README (Examples): Update language example.
15584 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
15585 test.
15586 * lib/gdb.exp (skip_java_tests): Remove.
15587 * lib/java.exp: Remove.
15588 * gdb.java: Remove.
15589
15590 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
15591
15592 * gdb.arch/mips-fcr.exp: New test.
15593 * gdb.arch/mips-fcr.c: Source for the new test.
15594
15595 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
15596
15597 * gdb.base/solib-disc.exp: Use `standard_output_file'
15598 throughout.
15599
15600 2016-10-06 Pedro Alves <palves@redhat.com>
15601
15602 * gdb.base/jit-simple-dl.c: New file.
15603 * gdb.base/jit-simple-jit.c: New file, factored out from ...
15604 * gdb.base/jit-simple.c: ... this.
15605 * gdb.base/jit-simple.exp (jit_run): Delete.
15606 (build_jit): New proc.
15607 (jit_test_reread): Recompile either the main program or the shared
15608 library, depending on what is being tested. Skip changing address
15609 if caller wants to. Compare before/after addresses. If testing
15610 standalone, explicitly load the binary. Test "maint info
15611 breakpoints".
15612 (top level): Add "standalone vs shared lib" and "change address"
15613 vs "same address" axes.
15614
15615 2016-10-06 Pedro Alves <palves@redhat.com>
15616
15617 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
15618 call.
15619 (jit_run): Delete.
15620 (jit_test_reread): Use with_test_prefix. Reload the main binary
15621 explicitly. Compare the before/after addresses of the JIT
15622 descriptor.
15623
15624 2016-08-15 Doug Evans <dje@google.com>
15625
15626 * gdb.xml/extra-regs.xml: Update, end field now required, default type
15627 for single bitfields is bool.
15628 * gdb.xml/tdesc-regs.exp: Ditto.
15629
15630 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
15631
15632 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
15633
15634 2016-10-05 Yao Qi <yao.qi@linaro.org>
15635
15636 * lib/gdb.exp (support_complex_tests): Return zero if
15637 gdb_skip_float_test return true.
15638
15639 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
15640 Simon Marchi <simon.marchi@ericsson.com>
15641
15642 PR gdb/20487
15643 * gdb.mi/user-selected-context-sync.exp: New file.
15644 * gdb.mi/user-selected-context-sync.c: New file.
15645
15646 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
15647 Simon Marchi <simon.marchi@ericsson.com>
15648
15649 PR gdb/20487
15650 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
15651 =thread-select-event check.
15652
15653 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
15654
15655 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
15656 the compulsory L operand changes.
15657 * gdb.arch/powerpc-power.s: Likewise.
15658
15659 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
15660
15661 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
15662 * gdb.base/jit-attach-pie.c: New file.
15663 * gdb.base/jit-attach-pie.exp: New file.
15664
15665 2016-09-28 Pedro Alves <palves@redhat.com>
15666
15667 * gdb.base/infcall-input.c: New file.
15668 * gdb.base/infcall-input.exp: New file.
15669
15670 2016-09-22 Yao Qi <yao.qi@linaro.org>
15671
15672 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
15673 (gdb_exit): Rename it to ...
15674 (gdbserver_gdb_exit): ... Close GDBserver.
15675 (gdb_exit): New proc, call gdbserver_gdb_exit.
15676 (mi_gdb_exit): Likewise.
15677
15678 2016-09-22 Yao Qi <yao.qi@linaro.org>
15679
15680 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
15681 path.
15682 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
15683 Remove duplication.
15684
15685 2016-09-22 Yao Qi <yao.qi@linaro.org>
15686
15687 * lib/gdbserver-support.exp: Check the existence of
15688 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
15689
15690 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
15691
15692 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
15693
15694 2016-09-21 Tom Tromey <tom@tromey.com>
15695
15696 PR gdb/20604:
15697 * gdb.base/quit.exp: New file.
15698
15699 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
15700
15701 * .gitignore: New file.
15702
15703 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
15704
15705 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
15706 throughout.
15707
15708 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15709
15710 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
15711
15712 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15713
15714 * gdb.cp/casts.cc (decltype): Move it ...
15715 (main): ... with its call to ...
15716 * gdb.cp/casts03.cc: ... a new file.
15717 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
15718
15719 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15720
15721 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
15722
15723 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
15724
15725 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
15726 and sync up the test with tests in gas/testsuite/gas/ppc.
15727 * gdb.arch/powerpc-power.exp: Likewise.
15728
15729 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15730
15731 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
15732
15733 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
15734 Jan Kratochvil <jan.kratochvil@redhat.com>
15735
15736 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
15737 make m1's definition to be different from m2's. Use 'dummy' as an
15738 argument for probe 'two'.
15739
15740 2016-09-10 Jon Beniston <jon@beniston.com>
15741
15742 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
15743 for sim target.
15744
15745 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
15746
15747 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
15748 variable declaration.
15749 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
15750 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
15751 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
15752 received HWCAP as its argument.
15753
15754 2016-09-06 Pedro Alves <palves@redhat.com>
15755
15756 * gdb.base/new-ui-pending-input.c: New file.
15757 * gdb.base/new-ui-pending-input.exp: New file.
15758 * gdb.exp (clear_gdb_spawn_id): New procedure.
15759 (with_spawn_id): Check whether gdb_spawn_id exists before
15760 referencing it. If gdb_spawn_id didn't exist on entry, clear it
15761 on exit.
15762
15763 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
15764
15765 * gdb.base/float128.c: New file.
15766 * gdb.base/float128.exp: Likewise.
15767 * gdb.base/floatn.c: Likewise.
15768 * gdb.base/floatn.exp: Likewise.
15769
15770 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
15771
15772 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
15773
15774 2016-09-05 Pedro Alves <palves@redhat.com>
15775
15776 PR backtrace/19927
15777 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
15778 unwinders are immediately called as side effect of "source" or
15779 "disable unwinder" commands.
15780 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
15781
15782 2016-09-02 Yao Qi <yao.qi@linaro.org>
15783
15784 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
15785 is true and $type is "float" or "double".
15786
15787 2016-09-02 Yao Qi <yao.qi@linaro.org>
15788
15789 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
15790 true.
15791 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
15792 * gdb.base/call-rt-st.exp: Likewise.
15793 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
15794 return value instead of gdb,skip_float_test.
15795 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
15796 (do_function_calls): Use its return value instead of
15797 gdb,skip_float_test.
15798 * gdb.base/finish.exp: Likewise.
15799 * gdb.base/funcargs.exp: Likewise.
15800 * gdb.base/return.exp: Likewise.
15801 * gdb.base/return2.exp: Likewise.
15802 * gdb.base/varargs.exp: Likewise.
15803 * lib/gdb.exp (gdb_skip_float_test): Change it to
15804 gdb_caching_proc. Detect the broken ptrace on arm-linux.
15805
15806 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
15807
15808 * gdb.multi/tids.exp: Test "thread apply all".
15809
15810 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
15811
15812 * gdb.base/default.exp (tty): Remove.
15813
15814 2016-08-24 Kevin Buettner <kevinb@redhat.com>
15815
15816 * gdb.python/py-recurse-unwind.c: New file.
15817 * gdb.python/py-recurse-unwind.py: New file.
15818 * gdb.python/py-recurse-unwind.exp: New file.
15819
15820 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
15821
15822 * gdb.base/set-inferior-tty.exp: New file.
15823 * gdb.base/set-inferior-tty.c: New file.
15824
15825 2016-08-23 Pedro Alves <palves@redhat.com>
15826
15827 PR gdb/20494
15828 * gdb.base/new-ui-echo.c: New file.
15829 * gdb.base/new-ui-echo.exp: New file.
15830
15831 2016-08-23 Yao Qi <yao.qi@linaro.org>
15832
15833 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
15834 gdbserver_spawn.
15835 * gdb.server/connect-without-multi-process.exp (do_test):
15836 Likewise.
15837
15838 2016-08-23 Yao Qi <yao.qi@linaro.org>
15839
15840 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
15841 standalone_txt. Delete gdb_txt and standalone_txt on host
15842 and target. Spawn the binary on target. Copy files from
15843 target to host.
15844
15845 2016-08-22 Pedro Alves <palves@redhat.com>
15846
15847 PR gdb/20505
15848 * gdb.base/vdso-warning.exp: Test core dumps too. Use
15849 with_test_prefix. Factor out bits to ...
15850 (test_no_vdso): ... this new procedure.
15851
15852 2016-08-19 Carl Love <cel@us.ibm.com>
15853
15854 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
15855 maintaining separate logic for constructing the output path.
15856 * gdb.arch/powerpc-d128-regs.exp: Likewise.
15857 * gdb.arch/ppc-dfp.exp: Likewise.
15858 * gdb.arch/ppc-fp.exp: Likewise.
15859 * gdb.arch/vsx-regs.exp: Likewise.
15860 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
15861 binprefix for generating the additional binary files.
15862
15863 2016-08-19 Pedro Alves <palves@redhat.com>
15864
15865 * gdb.trace/mi-trace-frame-collected.exp
15866 (test_trace_frame_collected): On x32, expect two registers.
15867
15868 2016-08-18 Carl Love <cel@us.ibm.com>
15869
15870 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
15871 and sync up the test with tests in gas/testsuite/gas/ppc.
15872 * gdb.arch/powerpc-power.exp: Likewise.
15873
15874 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
15875
15876 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
15877 expected error message.
15878
15879 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
15880
15881 * gdb.multi/remove-inferiors.exp: New file.
15882 * gdb.multi/remove-inferiors.c: New file.
15883
15884 2016-08-12 Yao Qi <yao.qi@linaro.org>
15885
15886 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
15887 argument list.
15888
15889 2016-08-10 Pedro Alves <palves@redhat.com>
15890
15891 PR gdb/19187
15892 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
15893 setup_kfails.
15894
15895 2016-08-09 Pedro Alves <palves@redhat.com>
15896 Simon Marchi <simon.marchi@ericsson.com>
15897
15898 PR gdb/20418
15899 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
15900 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
15901
15902 2016-08-09 Pedro Alves <palves@redhat.com>
15903
15904 PR mi/20431
15905 * gdb.mi/mi-cmd-error.exp: New file.
15906
15907 2016-08-09 Pedro Alves <palves@redhat.com>
15908
15909 PR gdb/18653
15910 * gdb.base/signals-state-child.c: New file.
15911 * gdb.base/signals-state-child.exp: New file.
15912 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
15913
15914 2016-08-09 Pedro Alves <palves@redhat.com>
15915
15916 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
15917
15918 2016-08-03 Tom Tromey <tom@tromey.com>
15919
15920 PR python/18565:
15921 * gdb.python/py-frame-inline.exp: Add Frame.function test.
15922
15923 2016-08-01 Yao Qi <yao.qi@linaro.org>
15924
15925 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
15926 variable mode to "multi-process" if $multi_process is 1, otherwise
15927 set it to "single-process".
15928
15929 2016-08-01 Yao Qi <yao.qi@linaro.org>
15930
15931 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
15932 * gdb.cp/cpexprs.exp: Likewise.
15933 * gdb.cp/m-static.exp: Likewise.
15934
15935 2016-07-26 Tom Tromey <tom@tromey.com>
15936
15937 PR python/20190:
15938 * gdb.threads/tls.exp (check_thread_local): Add python symbol
15939 test.
15940
15941 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
15942
15943 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
15944 selecting assembly source files.
15945 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
15946 assembly source files.
15947 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
15948 assembly source files.
15949 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
15950 selecting assembly source files.
15951
15952 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
15953
15954 * gdb.base/new-ui.exp (do_test_invalid_args): New
15955 procedure.
15956
15957 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
15958
15959 * gdb.btrace/reconnect.c: New file.
15960 * gdb.btrace/reconnect.exp: New file.
15961
15962 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
15963
15964 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
15965 to test_catch_syscall_group.
15966 (test_catch_syscall_group): New.
15967
15968 2016-07-21 Tom Tromey <tom@tromey.com>
15969
15970 * gdb.rust/simple.rs (main): Use empty struct expression.
15971 * gdb.rust/simple.exp: Add tests for empty struct expression.
15972
15973 2016-07-21 Yao Qi <yao.qi@linaro.org>
15974
15975 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
15976 if gdb_skip_xml_test is true on some targets.
15977
15978 2016-07-21 Yao Qi <yao.qi@linaro.org>
15979
15980 * gdb.server/solib-list.exp: Unset last_loaded_file.
15981
15982 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15983
15984 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
15985 "step into captured_main (args)".
15986
15987 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15988
15989 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
15990
15991 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15992
15993 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
15994
15995 2016-07-19 Pedro Alves <palves@redhat.com>
15996
15997 * gdb.opt/inline-break.exp: Remove optimize=-O2.
15998 * gdb.opt/inline-bt.exp: Likewise.
15999 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
16000 additional_flags=-Winline.
16001 * gdb.opt/inline-locals.exp: Likewise.
16002 * gdb.opt/inline-markers.c (ATTR): Define.
16003 (inlined_fn): Use it.
16004
16005 2016-07-19 Yao Qi <yao.qi@linaro.org>
16006
16007 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
16008 (test_with_self): Remove some code. Remove argument executable.
16009 (top-level): Use do_self_tests.
16010
16011 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
16012 Don Breazeal <donb@codesourcery.com>
16013
16014 * gdb.base/maint.exp: Escape paths used in regular expressions.
16015 * gdb.stabs/weird.exp: Likewise.
16016
16017 2016-07-13 Tom Tromey <tom@tromey.com>
16018
16019 PR python/15620, PR python/18620:
16020 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
16021 (test_bkpt_events): New procs.
16022
16023 2016-07-13 Tom Tromey <tom@tromey.com>
16024
16025 PR python/17698:
16026 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
16027 test.
16028 (test_watchpoints): Likewise.
16029 (test_bkpt_pending): New proc.
16030
16031 2016-07-13 Tom Tromey <tom@tromey.com>
16032
16033 PR cli/18053:
16034 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
16035 completion test.
16036
16037 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16038
16039 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
16040 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
16041 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
16042 f_label.
16043 (g): Rename g_end_lbl to g_label.
16044 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
16045 low_pc and high_pc.
16046 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
16047
16048 2016-07-12 Tom Tromey <tom@tromey.com>
16049
16050 PR python/19293:
16051 * gdb.python/py-unwind-maint.exp: Update tests.
16052
16053 2016-07-12 Yao Qi <yao.qi@linaro.org>
16054
16055 * lib/selftest-support.exp (selftest_setup): Match the output
16056 when captured_main is inlined.
16057
16058 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
16059
16060 * gdb.fortran/derived-types.exp (result_line, result_line_2):
16061 New variables.
16062 (print this%a, print this%b, print this): New tests.
16063 * gdb.fortran/derived-types.f90 (this): New object and
16064 initialization.
16065
16066 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
16067
16068 * gdb.ada/arraydim.exp: Remove extra directory level in build
16069 directory.
16070
16071 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
16072
16073 * lib/ada.exp: Remove extra directory level in build directory.
16074 * gdb.ada/cond_lang.exp: Likewise.
16075 * gdb.ada/exec_changed.exp: Likewise.
16076 * gdb.ada/lang_switch.exp: Likewise.
16077
16078 2016-07-06 Manish Goregaokar <manish@mozilla.com>
16079
16080 * simple.rs: Add test for raw pointer subscripting.
16081 * simple.exp: Add test expectations.
16082
16083 2016-07-05 Yao Qi <yao.qi@linaro.org>
16084
16085 * gdb.mi/mi-reverse.exp: Match =record-started output.
16086
16087 2016-07-01 Pedro Alves <palves@redhat.com>
16088
16089 * gdb.base/jit-reader.exp (info_registers_current_frame): New
16090 procedure.
16091 (jit_reader_test): Test the jit reader's unwinder.
16092 * gdb.base/jithost.c (jit_function_00_code): New global.
16093 (main): Use memcpy to fill in the mmapped code, instead of poking
16094 bytes manually here.
16095 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
16096 value.
16097 (read_debug_info): Save the function's range.
16098 (read_sp): New function.
16099 (unwind_frame): Use it. Also unwind RBP.
16100 (get_frame_id): Use read_sp.
16101 (gdb_init_reader): Use calloc instead of malloc.
16102 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
16103 parameter. Use gdb_test_multiple.
16104
16105 2016-07-01 Pedro Alves <palves@redhat.com>
16106 Antoine Tremblay <antoine.tremblay@ericsson.com>
16107
16108 * gdb.threads/process-dies-while-detaching.c: New file.
16109 * gdb.threads/process-dies-while-detaching.exp: New file.
16110
16111 2016-07-01 Pedro Alves <palves@redhat.com>
16112
16113 * gdb.multi/watchpoint-multi-exit.c: New file.
16114 * gdb.multi/watchpoint-multi-exit.exp: New file.
16115
16116 2016-06-30 Pedro Alves <palves@redhat.com>
16117
16118 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
16119 unset inferior_spawn_id.
16120
16121 2016-06-30 Pedro Alves <palves@redhat.com>
16122
16123 * lib/mi-support.exp (default_mi_gdb_start): Declare global
16124 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
16125
16126 2016-06-29 Yao Qi <yao.qi@linaro.org>
16127
16128 * gdb.base/return.c: Add copyright header.
16129
16130 2016-06-29 Tom Tromey <tom@tromey.com>
16131
16132 PR python/20129:
16133 * gdb.python/py-framefilter.exp: Add tests for setting priority
16134 and disabling of non-existent frame filter.
16135
16136 2016-06-29 Yao Qi <yao.qi@linaro.org>
16137
16138 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
16139 0x0f07ff.
16140
16141 2016-06-28 Yao Qi <yao.qi@linaro.org>
16142
16143 * gdb.base/catch-syscall.exp: Remove check on isnative and target
16144 triplets. Start gdb, execute catch syscall, and continue. Check
16145 gdb's output to determine catch syscall is supported.
16146
16147 2016-06-27 Manish Goregaokar <manish@mozilla.com>
16148
16149 * gdb.rust/simple.rs: Add test for returning unit in a function.
16150 * gdb.rust/simple.exp: Add expectation for functions returning
16151 unit.
16152
16153 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
16154
16155 * gdb.python/py-breakpoint-create-fail.c,
16156 gdb.python/py-breakpoint-create-fail.exp,
16157 gdb.python/py-breakpoint-create-fail.py: New testcase.
16158
16159 2016-06-25 Manish Goregaokar <manish@mozilla.com>
16160
16161 PR gdb/20239
16162 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
16163 * gdb.rust/simple.exp: Add test expectations for new NonZero
16164 tests.
16165
16166 2016-06-24 David Taylor <dtaylor@emc.com>
16167
16168 * gdb.base/offsets.exp: New file.
16169 * gdb.base/offsets.c: New file.
16170
16171 2016-06-23 Tom Tromey <tom@tromey.com>
16172
16173 PR gdb/16483:
16174 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
16175 before any filters are loaded.
16176
16177 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
16178
16179 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
16180 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
16181 structs.
16182 * gdb.fortran/derived-type-function.exp: New file.
16183 * gdb.fortran/derived-type-function.f90: New file.
16184
16185
16186 2016-06-21 Pedro Alves <palves@redhat.com>
16187
16188 * gdb.base/new-ui.exp: New file.
16189 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
16190 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
16191 (with_spawn_id): New procedure.
16192
16193 2016-06-21 Pedro Alves <palves@redhat.com>
16194
16195 * gdb.mi/mi-exec-run.exp: New file.
16196
16197 2016-06-21 Pedro Alves <palves@redhat.com>
16198
16199 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
16200 breakpoint command's output on the main UI.
16201 (test_break): New procedure, factored out from calls in the top
16202 level.
16203 (top level): Use foreach_with_prefix to test MI as main UI and as
16204 separate UI.
16205
16206 2016-06-21 Pedro Alves <palves@redhat.com>
16207
16208 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
16209 (test_awatch_creation_and_listing)
16210 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
16211 Remove 'type' parameter.
16212 (test_watchpoint_all): New parameter mi_mode. Remove
16213 with_test_prefix.
16214 (top level): Use foreach_with_prefix, and add main/separate UI MI
16215 testing axis.
16216
16217 2016-06-21 Pedro Alves <palves@redhat.com>
16218
16219 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
16220 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
16221 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
16222 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
16223 (gdb_main_spawn_id, mi_spawn_id): Declare and
16224 comment.
16225 (mi_create_inferior_pty): New procedure,
16226 factored out from default_mi_gdb_start.
16227 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
16228 procedures.
16229 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
16230 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
16231 Use mi_create_inferior_pty.
16232 (mi_gdb_start): Use eval to pass down args list.
16233
16234 2016-06-21 Pedro Alves <palves@redhat.com>
16235
16236 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
16237 * gdb.opt/inline-cmds.exp: Add MI tests.
16238
16239 2016-06-21 Pedro Alves <palves@redhat.com>
16240
16241 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
16242
16243 2016-06-21 Pedro Alves <palves@redhat.com>
16244
16245 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
16246 (top level): Use it instead of mi_execute_to.
16247
16248 2016-06-21 Pedro Alves <palves@redhat.com>
16249
16250 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
16251 (cont_handler_str): New.
16252 (signal_stop_handler): Set stop_handler_str instead of printing to
16253 stdout.
16254 (continue_handler): Set cont_handler_str instead of printing to
16255 stdout.
16256 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
16257 mi_send_resuming_command. Print stop_handler_str and
16258 cont_handler_str instead of expecting the python events print
16259 directly.
16260
16261 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
16262
16263 * gdb.base/jit-reader.exp: New file.
16264 * gdb.base/jithost.c: New file.
16265 * gdb.base/jithost.h: New file.
16266 * gdb.base/jitreader.c : New file.
16267 * gdb.base/jit-protocol.h: New file.
16268
16269 2016-06-17 Yao Qi <yao.qi@linaro.org>
16270
16271 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
16272 parameters follow_fork and detach_on_fork. Set follow-fork-mode
16273 and detach-on-fork. Adjust tests.
16274 (top level): Invoke break_cond_on_syscall with combinations of
16275 syscall, follow-fork-mode and detach-on-fork.
16276
16277 2016-06-17 Yao Qi <yao.qi@linaro.org>
16278
16279 * gdb.base/step-over-exit.c: New.
16280 * gdb.base/step-over-exit.exp: New.
16281
16282 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
16283
16284 * gdb.base/float.exp: Add target check for nds32*-*-*.
16285 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
16286
16287 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
16288
16289 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
16290 for unsupported target features.
16291 * gdb.base/call-rt-st.exp: Likewise.
16292 * gdb.base/call-sc.exp: Likewise.
16293 * gdb.base/call-signal-resume.exp: Likewise.
16294 * gdb.base/call-strs.exp: Likewise.
16295 * gdb.base/callexit.exp: Likewise.
16296 * gdb.base/callfuncs.exp: Likewise.
16297 * gdb.base/nodebug.exp: Likewise.
16298 * gdb.base/printcmds.exp: Likewise.
16299 * gdb.base/ptype.exp: Likewise.
16300 * gdb.base/structs.exp: Likewise.
16301 * gdb.base/unwindonsignal.exp: Likewise.
16302 * gdb.cp/gdb2495.exp: Likewise.
16303 * gdb.cp/templates.exp: Likewise.
16304 * gdb.cp/virtfunc.exp: Likewise.
16305 * gdb.threads/hand-call-in-threads.exp: Likewise.
16306 * gdb.threads/interrupted-hand-call.exp: Likewise.
16307 * gdb.threads/thread-unwindonsignal.exp: Likewise.
16308
16309 2016-06-10 Tom Tromey <tom@tromey.com>
16310
16311 PR rust/20110:
16312 * gdb.rust/expr.exp: Add test for integer constant larger than
16313 i32.
16314
16315 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
16316
16317 * gdb.fortran/nested-funcs.exp: New.
16318 * gdb.fortran/nested-funcs.f90: New.
16319
16320 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
16321
16322 * gdb.base/examine-backward.c: New file.
16323 * gdb.base/examine-backward.exp: New file.
16324
16325 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
16326
16327 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
16328 matching.
16329
16330 2016-06-02 Tom Tromey <tom@tromey.com>
16331
16332 PR python/18984:
16333 * gdb.python/py-shared.exp: Add solib_name test.
16334
16335 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
16336
16337 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
16338
16339 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
16340
16341 PR c++/19893
16342 * gdb.dwarf2/implref.exp: Rename to...
16343 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
16344 * gdb.dwarf2/implref-array.c: New file.
16345 * gdb.dwarf2/implref-array.exp: Likewise.
16346 * gdb.dwarf2/implref-global.c: Likewise.
16347 * gdb.dwarf2/implref-global.exp: Likewise.
16348 * gdb.dwarf2/implref-struct.c: Likewise.
16349 * gdb.dwarf2/implref-struct.exp: Likewise.
16350
16351 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16352
16353 * gdb.trace/trace-condition.exp: Add 64bit tests.
16354
16355 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16356
16357 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
16358 bits types.
16359 (main): Adapt to 8 to 64 bits types.
16360 * gdb.trace/trace-condition.exp: Add new tests.
16361
16362 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16363
16364 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
16365
16366 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16367
16368 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
16369 Move condition tests...
16370 * gdb.trace/trace-condition.exp: Here.
16371
16372 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16373
16374 * gdb.trace/trace-condition.exp: Add counter-case tests.
16375
16376 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
16377
16378 PR c++/15231
16379 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
16380 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
16381
16382 2016-05-27 Pedro Alves <palves@redhat.com>
16383
16384 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
16385 New procedure.
16386 (top level): Call it, and bail out of DejaGnu is known to be bad.
16387
16388 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
16389
16390 * gdb.base/whatis.c: Extend the test case.
16391 * gdb.base/whatis.exp: Add additional tests.
16392
16393 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16394
16395 * gdb.fortran/type.f90: Add pointer variable.
16396 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
16397
16398 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16399
16400 * gdb.fortran/vla-type.exp: Fix testcase name.
16401
16402 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16403
16404 * gdb.fortran/vla-type.exp: Access elements in nested structs.
16405
16406 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16407
16408 * gdb.fortran/type.f90: Add nested structures.
16409 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
16410 * gdb.fortran/derived-type.exp: Adapt expected output.
16411 * gdb.fortran/vla-type.exp: Adapt expected output.
16412
16413 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16414
16415 * gdb.fortran/whatis_type.exp: Adapt expected output.
16416
16417 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16418
16419 * gdb.fortran/print_type.exp: Fix expected output.
16420 * gdb.fortran/whatis_type.exp: Fix expected output.
16421
16422 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16423
16424 * gdb.fortran/whatis_type.exp: Use multi_line.
16425
16426 2016-05-24 Tom Tromey <tom@tromey.com>
16427
16428 PR python/17386:
16429 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
16430 use value as an index.
16431
16432 2016-05-23 Tom Tromey <tom@tromey.com>
16433
16434 PR python/17981:
16435 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
16436 no-breakpoint case.
16437
16438 2016-05-24 Pedro Alves <palves@redhat.com>
16439
16440 PR gdb/19828
16441 * gdb.threads/clone-attach-detach.c: New file.
16442 * gdb.threads/clone-attach-detach.exp: New file.
16443
16444 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
16445
16446 * gdb.base/annota-input-while-running.exp: Fix syntax error.
16447
16448 2016-05-23 Tom Tromey <tom@tromey.com>
16449
16450 PR python/19438, PR python/18393:
16451 * gdb.python/py-progspace.exp: Add "dir" test.
16452 * gdb.python/py-objfile.exp: Add "dir" test.
16453
16454 2016-05-23 Yao Qi <yao.qi@linaro.org>
16455
16456 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
16457 * gdb.arch/thumb2-it.exp: Likewise.
16458
16459 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
16460
16461 * gdb.mi/mi-threads-interrupt.c: New file.
16462 * gdb.mi/mi-threads-interrupt.exp: New file.
16463
16464 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
16465
16466 PR gdb/18077
16467 * gdb.mi/mi-async-run.exp: New file.
16468 * gdb.mi/mi-async-run.c: New file.
16469
16470 2016-05-17 Tom Tromey <tom@tromey.com>
16471 Manish Goregaokar <manishsmail@gmail.com>
16472
16473 * lib/rust-support.exp: New file.
16474 * lib/gdb.exp (skip_rust_tests): New proc.
16475 (build_executable_from_specs): Handle rust.
16476 * lib/future.exp (gdb_find_rustc): New proc.
16477 (gdb_default_target_compile): Handle rust.
16478 * gdb.rust/expr.exp: New file.
16479 * gdb.rust/generics.exp: New file.
16480 * gdb.rust/generics.rs: New file.
16481 * gdb.rust/methods.exp: New file.
16482 * gdb.rust/methods.rs: New file.
16483 * gdb.rust/modules.exp: New file.
16484 * gdb.rust/modules.rs: New file.
16485 * gdb.rust/simple.exp: New file.
16486 * gdb.rust/simple.rs: New file.
16487
16488 2016-05-17 Tom Tromey <tom@tromey.com>
16489
16490 * gdb.base/default.exp (set language): Add rust.
16491
16492 2016-05-17 Tom Tromey <tom@tromey.com>
16493
16494 * gdb.gdb/unittest.exp: New file.
16495
16496 2016-05-16 Yao Qi <yao.qi@linaro.org>
16497
16498 * gdb.base/batch-preserve-term-settings.exp: Remove variable
16499 shell_prompt. Update shell_prompt_re.
16500
16501 2016-05-12 Doug Evans <dje@google.com>
16502
16503 PR symtab/19999
16504 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
16505 $options when building executable.
16506 * gdb.dwarf2/fission-loclists-pie.S: New file.
16507 * gdb.dwarf2/fission-loclists-pie.exp: New file.
16508
16509 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
16510
16511 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
16512 of [is_remote target],
16513
16514 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
16515
16516 * lib/gdb.exp (use_gdb_stub): New procedure.
16517
16518 2016-05-03 Yunlian Jiang <yunlian@google.com>
16519 Doug Evans <dje@google.com>
16520
16521 PR symtab/19914
16522 * gdb.dwarf2/dwp-sepdebug.c: New file.
16523 * gdb.dwarf2/dwp-sepdebug.exp: New file.
16524
16525 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
16526
16527 * gdb.base/detach.exp: Remove is_remote check.
16528
16529 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
16530
16531 * gdb.base/annota-input-while-running.exp: Don't check for
16532 [is_remote target]. Enable annotations after running to main.
16533 Remove unused "set test..." line.
16534
16535 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
16536
16537 * gdb.trace/trace-enable-disable.exp: New file.
16538 * gdb.trace/trace-enable-disable.c: New file.
16539
16540 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
16541
16542 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
16543 use it in info sharedlibrary test.
16544 * gdb.trace/ftrace-lock.exp: Likewise.
16545 * gdb.trace/ftrace.exp: Likewise.
16546 * gdb.trace/range-stepping.exp: Likewise.
16547 * gdb.trace/trace-break.exp: Likewise.
16548 * gdb.trace/trace-condition.exp: Likewise.
16549 * gdb.trace/trace-mt.exp: Likewise.
16550
16551 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
16552
16553 * lib/gdb.exp (gdb_load_shlibs): Rename to...
16554 (gdb_load_shlib): ... this.
16555 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
16556 gdb_load_shlib.
16557 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
16558 * gdb.base/ctxobj.exp: Likewise.
16559 * gdb.base/dprintf-pending.exp: Likewise.
16560 * gdb.base/dso2dso.exp: Likewise.
16561 * gdb.base/fixsection.exp: Likewise.
16562 * gdb.base/gcore-relro.exp: Likewise.
16563 * gdb.base/gdb1555.exp: Likewise.
16564 * gdb.base/global-var-nested-by-dso.exp: Likewise.
16565 * gdb.base/gnu-ifunc.exp: Likewise.
16566 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
16567 * gdb.base/jit-so.exp (one_jit_test): Likewise.
16568 * gdb.base/pending.exp: Likewise.
16569 * gdb.base/print-file-var.exp: Likewise.
16570 * gdb.base/print-symbol-loading.exp: Likewise.
16571 * gdb.base/shlib-call.exp: Likewise.
16572 * gdb.base/shreloc.exp: Likewise.
16573 * gdb.base/so-impl-ld.exp: Likewise.
16574 * gdb.base/solib-disc.exp: Likewise.
16575 * gdb.base/solib-nodir.exp: Likewise.
16576 * gdb.base/solib-overlap.exp: Likewise.
16577 * gdb.base/solib-symbol.exp: Likewise.
16578 * gdb.base/solib-weak.exp (do_test): Likewise.
16579 * gdb.base/sym-file.exp: Likewise.
16580 * gdb.base/symtab-search-order.exp: Likewise.
16581 * gdb.base/type-opaque.exp: Likewise.
16582 * gdb.base/unload.exp: Likewise.
16583 * gdb.base/watchpoint-solib.exp: Likewise.
16584 * gdb.compile/compile.exp: Likewise.
16585 * gdb.cp/gdb2384.exp: Likewise.
16586 * gdb.cp/infcall-dlopen.exp: Likewise.
16587 * gdb.cp/re-set-overloaded.exp: Likewise.
16588 * gdb.fortran/library-module.exp: Likewise.
16589 * gdb.opt/solib-intra-step.exp: Likewise.
16590 * gdb.python/py-finish-breakpoint.exp: Likewise.
16591 * gdb.python/py-shared.exp: Likewise.
16592 * gdb.reverse/solib-precsave.exp: Likewise.
16593 * gdb.reverse/solib-reverse.exp: Likewise.
16594 * gdb.server/solib-list.exp: Likewise.
16595 * gdb.threads/dlopen-libpthread.exp: Likewise.
16596 * gdb.threads/tls-shared.exp: Likewise.
16597 * gdb.threads/tls-so_extern.exp: Likewise.
16598 * gdb.trace/change-loc.exp: Likewise.
16599 * gdb.trace/ftrace-lock.exp: Likewise.
16600 * gdb.trace/ftrace.exp: Likewise.
16601 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
16602 * gdb.trace/pending.exp: Likewise.
16603 * gdb.trace/range-stepping.exp: Likewise.
16604 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
16605 (strace_info_marker): Likewise.
16606 (strace_probe_marker): Likewise.
16607 (strace_trace_on_same_addr): Likewise.
16608 (strace_trace_on_diff_addr): Likewise.
16609 * gdb.trace/trace-break.exp: Likewise.
16610 * gdb.trace/trace-condition.exp: Likewise.
16611 * gdb.trace/trace-mt.exp: Likewise.
16612
16613 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
16614
16615 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
16616 result of gdb_remote_download.
16617 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
16618 * gdb.base/dso2dso.exp: Likewise.
16619 * gdb.base/global-var-nested-by-dso.exp: Likewise.
16620 * gdb.base/print-file-var.exp: Likewise.
16621 * gdb.base/shlib-call.exp: Likewise.
16622 * gdb.base/shreloc.exp: Likewise.
16623 * gdb.base/solib-overlap.exp: Likewise.
16624 * gdb.base/solib-weak.exp (do_test): Likewise.
16625 * gdb.base/unload.exp: Likewise.
16626
16627 2016-04-27 Yao Qi <yao.qi@linaro.org>
16628
16629 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
16630 exists.
16631
16632 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
16633
16634 * vla-type.exp: Print structure from toplevel.
16635
16636 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
16637
16638 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
16639 of dynamic types.
16640 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
16641 of dynamic types.
16642
16643 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
16644
16645 * gdb.fortran/vla-type.f90: New file.
16646 * gdb.fortran/vla-type.exp: New file.
16647
16648 2016-04-25 Yao Qi <yao.qi@linaro.org>
16649
16650 * gdb.base/branch-to-self.c: New file.
16651 * gdb.base/branch-to-self.exp: New file.
16652
16653 2016-04-22 Yao Qi <yao.qi@linaro.org>
16654
16655 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
16656 more after $hex.
16657
16658 2016-04-22 Yao Qi <yao.qi@linaro.org>
16659
16660 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
16661 * gdb.base/annota3.exp: Likewise.
16662
16663 2016-04-22 Yao Qi <yao.qi@linaro.org>
16664
16665 * gdb.reverse/step-precsave.exp: Do one step and test program
16666 stops in "callee" and do multiple steps until program goes out
16667 of "callee".
16668 * gdb.reverse/step-reverse.exp: Likewise.
16669
16670 2016-04-22 Yao Qi <yao.qi@linaro.org>
16671
16672 * gdb.trace/signal.exp: Also pass if
16673 $tracepoint_hits($i) > $iterations.
16674
16675 2016-04-22 Yao Qi <yao.qi@linaro.org>
16676
16677 * gdb.trace/signal.c: New file.
16678 * gdb.trace/signal.exp: New file.
16679
16680 2016-04-19 Doug Evans <xdje42@gmail.com>
16681
16682 * gdb.base/bad-file.exp: New file.
16683
16684 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
16685
16686 * gdb.dwarf2/implref.exp: New file.
16687
16688 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
16689
16690 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
16691 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
16692 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
16693 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
16694 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
16695 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
16696 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
16697 * lib/fortran.exp (fortran_int4): New procedure.
16698 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
16699 (fortran_logical4): Likewise.
16700
16701 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
16702
16703 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
16704
16705 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
16706
16707 * lib/compiler.c: Add Intel specific preprocessor macros.
16708 * lib/compiler.cc: Likewise.
16709
16710 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
16711
16712 * gdb.server/connect-with-no-symbol-file.c: New file.
16713 * gdb.server/connect-with-no-symbol-file.exp: New file.
16714
16715 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
16716
16717 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
16718
16719 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
16720
16721 * boards/gdbserver-base.exp (${board}_download): Copy source file to
16722 standard output directory.
16723
16724 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
16725
16726 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
16727
16728 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
16729
16730 * gdb.btrace/instruction_history.c (loop): Add declaration.
16731
16732 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
16733
16734 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
16735
16736 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
16737
16738 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
16739 parentheses to print.
16740 (continue_handler): Likewise.
16741
16742 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
16743
16744 * gdb.server/solib-list.exp: Remove is_remote check.
16745 Pass shlib= to gdb_compile. Don't link shared library with
16746 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
16747 Run binary filename through "readlink -f" on the target.
16748
16749 2016-04-08 Pedro Alves <palves@redhat.com>
16750
16751 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
16752 interpreter filename as argument to gdbserver_spawn.
16753 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
16754 Return empty if $last_loaded_file does not exist.
16755
16756 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
16757
16758 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
16759 * gdb.base/jit-main.c: Use exit after usage.
16760
16761 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16762
16763 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
16764 GDBHISTSIZE prior to the tests.
16765 * gdb.base/gdbinit-history.exp: Likewise.
16766
16767 2016-04-07 Pedro Alves <palves@redhat.com>
16768
16769 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
16770 instead of build_executable. Use gdb_load_shlibs.
16771
16772 2016-04-07 Yao Qi <yao.qi@linaro.org>
16773
16774 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
16775 Execute "si" command.
16776
16777 2016-04-07 Yao Qi <yao.qi@linaro.org>
16778
16779 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
16780 number instead of the comments on some line.
16781
16782 2016-04-06 Don Breazeal <donb@codesourcery.com>
16783
16784 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
16785 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
16786
16787 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
16788
16789 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
16790 standard_output_file. Remove unused binfile variable.
16791
16792 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
16793
16794 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
16795 * gdb.python/py-mi-objfile.exp: Match "list main" output
16796 in console format.
16797
16798 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
16799
16800 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
16801 absolute.
16802
16803 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
16804
16805 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
16806 absolute.
16807 * gdb.trace/ftrace.exp: Likewise.
16808 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
16809 targets as well.
16810 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
16811 (gdb_load_shlibs): Copy libraries to test directory when testing
16812 natively. Only set solib-search-path if testing remotely.
16813 * lib/mi-support.exp (mi_load_shlibs): Likewise.
16814
16815 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
16816
16817 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
16818 gdb_download. Use it even if the target is not remote.
16819 * gdb.base/jit.exp (compile_jit_test): Likewise.
16820 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
16821 output directory if the destination board is local, otherwise use
16822 the standard remote_download from DejaGnu.
16823 (gdb_download): Remove.
16824 (gdb_load_shlibs): Use gdb_remote_download instead of
16825 gdb_download.
16826 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
16827 Use gdb_remote_download instead of gdb_download. Use it even if
16828 the target is not remote.
16829 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
16830 instead of gdb_download.
16831
16832 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
16833
16834 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
16835 (test_insert_delete_modify): Call mi_load_shlibs before trying to
16836 run.
16837
16838 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
16839
16840 PR gdb/19820
16841 * gdb.base/printcmds.exp: Add artificial arrays tests.
16842
16843 2016-03-31 Pedro Alves <palves@redhat.com>
16844
16845 PR gdb/19858
16846 * gdb.base/jit-main.c: Include unistd.h.
16847 (ATTACH): Define to 0 if not already defined.
16848 (wait_for_gdb, mypid): New globals.
16849 (WAIT_FOR_GDB): New macro.
16850 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
16851 some breakpoint locations.
16852 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
16853 New procedures.
16854 (one_jit_test): Add REATTACH parameter, and handle it. Use
16855 continue_to_test_location.
16856 (top level): Test attach, and adjusts calls to one_jit_test.
16857
16858 2016-03-31 Pedro Alves <palves@redhat.com>
16859
16860 PR gdb/19858
16861 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
16862 BINSUFFIX parameter, and handle it.
16863 (top level): Adjust calls compile_jit_test.
16864
16865 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
16866
16867 PR python/19743
16868 * gdb.python/py-mi-events-gdb.py: New file.
16869 * gdb.python/py-mi-events.c: New file.
16870 * gdb.python/py-mi-events.exp: New file.
16871
16872 2016-03-30 Yao Qi <yao.qi@linaro.org>
16873
16874 * gdb.reverse/until-precsave.exp: Match function name only.
16875 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
16876 Move malloc to a condition block.
16877 * gdb.reverse/until-reverse.exp: Match function name only.
16878
16879 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
16880
16881 * gdb.trace/ftrace.exp: Set arg0exp for s390.
16882 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
16883 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
16884 variable for GPR 0 instead of assuming it is register 0.
16885 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
16886 * lib/trace-support.exp: Add s390 registers.
16887
16888 2016-03-29 Yao Qi <yao.qi@linaro.org>
16889
16890 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
16891
16892 2016-03-24 Yao Qi <yao.qi@linaro.org>
16893
16894 * gdb.reverse/break-reverse.exp: Add quotation mark in the
16895 test message.
16896
16897 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16898
16899 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
16900 maintaining separate logic for constructing the output path.
16901
16902 2016-03-16 Don Breazeal <donb@codesourcery.com>
16903
16904 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
16905 Retry fork and waitpid on interrupted system call errors.
16906 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
16907 Use with_timeout_factor to increase timeout by factor of 10.
16908
16909 2016-03-15 Don Breazeal <donb@codesourcery.com>
16910
16911 * gdb.cp/scope-err.cc: New test program.
16912 * gdb.cp/scope-err.exp: New test script.
16913 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
16914 lines and "set breakpoint here" comment.
16915 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
16916 Fixed some whitespace and format issues.
16917 * gdb.mi/mi-linespec-err-cp.cc: New test program.
16918 * gdb.mi/mi-linespec-err-cp.exp: New test script.
16919
16920 2016-03-15 Doug Evans <dje@google.com>
16921
16922 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
16923 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
16924 All callers updated. Add tests for enums, mixed flags register.
16925
16926 2016-03-15 Doug Evans <dje@google.com>
16927
16928 * gdb.base/skip.c (main): Call test_skip_file_and_function.
16929 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
16930
16931 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
16932
16933 * gdb.base/default.exp: Add $_as_string to the list of expected
16934 convenience functions.
16935
16936 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
16937
16938 * gdb.base/maint.exp: New tests for 'maint info line-table'.
16939
16940 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
16941
16942 * gdb.python/py-as-string.exp: New file.
16943 * gdb.python/py-as-string.c: New file.
16944
16945 2016-03-09 Pedro Alves <palves@redhat.com>
16946
16947 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
16948 signal" -> "Thread NN received signal" output change.
16949 * gdb.threads/ia64-sigill.exp: Likewise.
16950 * gdb.threads/linux-dp.exp: Likewise.
16951 * gdb.threads/manythreads.exp: Likewise.
16952 * gdb.threads/pending-step.exp: Likewise.
16953 * gdb.threads/print-threads.exp: Likewise.
16954 * gdb.threads/sigstep-threads.exp: Likewise.
16955 * gdb.threads/staticthreads.exp: Likewise.
16956 * gdb.threads/tls.exp: Likewise.
16957
16958 2016-03-09 Pedro Alves <palves@redhat.com>
16959
16960 * gdb.base/command-line-input.exp: New file.
16961
16962 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
16963
16964 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
16965 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
16966 * gdb.trace/pending.exp: Accept leading dot before function name.
16967 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
16968 * lib/trace-support.exp: Set registers for ppc.
16969
16970 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
16971
16972 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
16973 use it for disassembly; accept .main in addition to main in backtrace.
16974
16975 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
16976 Marcin Kościelnicki <koriakin@0x04.net>
16977
16978 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
16979 (gdb_recursion_test_ptr): New global variable.
16980 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
16981 gdb_recursion_test.
16982 (gdb_c_test): Ditto.
16983
16984 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
16985
16986 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
16987 ordering.
16988
16989 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
16990
16991 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
16992 (bar): Add bar_start_lbl label.
16993 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
16994 of foo/bar for emitting DWARF and tracing.
16995
16996 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
16997
16998 * analyze-racy-logs.py: Set executable bit.
16999
17000 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
17001
17002 * Makefile.in (DEFAULT_RACY_ITER): New variable.
17003 (CHECK_TARGET_TMP): Likewise.
17004 (check-single-racy): New rule.
17005 (check-parallel-racy): Likewise.
17006 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
17007 (do-check-parallel-racy): New rule.
17008 (check-racy/%.exp): Likewise.
17009 * README (Racy testcases): New section.
17010 * analyze-racy-logs.py: New file.
17011
17012 2016-03-03 Doug Evans <dje@google.com>
17013
17014 * gdb.base/skip.exp: Use with_test_prefix.
17015
17016 2016-03-03 Yao Qi <yao.qi@linaro.org>
17017
17018 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
17019 Invoke step_over_syscall "clone" and break_cond_on_syscall
17020 "clone".
17021 * gdb.base/step-over-clone.c: New file.
17022
17023 2016-03-03 Yao Qi <yao.qi@linaro.org>
17024
17025 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
17026 code format.
17027
17028 2016-03-03 Yao Qi <yao.qi@linaro.org>
17029
17030 * gdb.base/disp-step-fork.c: Rename to ...
17031 * gdb.base/step-over-fork.c: ... it. New file.
17032 * gdb.base/disp-step-vfork.c: Rename to ...
17033 * gdb.base/step-over-vfork.c: ... it. New file.
17034 * gdb.base/disp-step-syscall.exp: Rename to ...
17035 * gdb.base/step-over-syscall.exp: ... it. New file.
17036 (disp_step_cross_syscall): Rename to ...
17037 (step_over_syscall): ... it.
17038
17039 2016-03-03 Yao Qi <yao.qi@linaro.org>
17040
17041 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
17042 If target supports condition evaluation on target, invoke
17043 break_cond_on_syscall for fork and vfork.
17044
17045 2016-03-03 Yao Qi <yao.qi@linaro.org>
17046
17047 * gdb.base/disp-step-syscall.exp: Don't invoke
17048 support_displaced_stepping.
17049 (disp_step_cross_syscall): Test with displaced stepping off and
17050 on if supported.
17051
17052 2016-03-03 Yao Qi <yao.qi@linaro.org>
17053
17054 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
17055 proc.
17056 (setup): New proc.
17057 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
17058 and setup.
17059
17060 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
17061
17062 * gdb.fortran/vla-history.exp: Remove breakpoint.
17063
17064 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
17065
17066 * gdb.fortran/vla-history.exp: Lookup array elements and printing
17067 exceeds timeout.
17068
17069 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
17070
17071 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
17072 breakpoint.
17073
17074 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
17075
17076 * gdb.mi/vla.f90: Nullify pointer after declaration.
17077
17078 2016-03-01 Pedro Alves <palves@redhat.com>
17079
17080 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
17081
17082 2016-03-01 Pedro Alves <palves@redhat.com>
17083
17084 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
17085 before anything else.
17086 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
17087 _GNU_SOURCE here.
17088 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
17089 before anything else.
17090 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
17091
17092 2016-03-01 Pedro Alves <palves@redhat.com>
17093
17094 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
17095
17096 2016-03-01 Yao Qi <yao.qi@linaro.org>
17097
17098 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
17099 prepare_for_testing.
17100
17101 2016-03-01 Yao Qi <yao.qi@linaro.org>
17102
17103 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
17104
17105 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
17106
17107 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
17108 manually constructing the output path.
17109
17110 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
17111
17112 * gdb.arch/s390-stackless.S: New.
17113 * gdb.arch/s390-stackless.exp: New.
17114
17115 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
17116
17117 * gdb.dlang/circular.c: New file.
17118 * gdb.dlang/circular.exp: New file.
17119
17120 2016-02-26 Yao Qi <yao.qi@linaro.org>
17121
17122 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
17123 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
17124 (testcases): Update.
17125
17126 2016-02-26 Yao Qi <yao.qi@linaro.org>
17127
17128 * gdb.reverse/aarch64.c: Rename to ...
17129 * gdb.reverse/insn-reverse.c: ... it.
17130 * gdb.reverse/aarch64.exp: Rename to ...
17131 * gdb.reverse/insn-reverse.exp: ... it.
17132
17133 2016-02-26 Yao Qi <yao.qi@linaro.org>
17134
17135 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
17136 (testcase_ftype): New.
17137 (testcases): New array.
17138 (n_testcases): New.
17139 (main): Call each element in testcases.
17140 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
17141 (read_testcase): New.
17142 Do the tests in a loop.
17143
17144 2016-02-25 Yao Qi <yao.qi@linaro.org>
17145
17146 * gdb.base/branches.c: Remove.
17147
17148 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
17149
17150 PR gdb/13808
17151 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
17152
17153 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
17154
17155 * gdb.trace/ftrace.exp: Remove unnecessary target check.
17156
17157 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
17158
17159 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
17160 change x86_64 call_insn to 'callq'.
17161
17162 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
17163
17164 * gdb.trace/tfile-avx.c: Move to...
17165 * gdb.trace/tracefile-pseudo-reg.c: Here.
17166 * gdb.trace/tfile-avx.exp: Move to...
17167 * gdb.trace/tracefile-pseudo-reg.exp: Here.
17168
17169 2016-02-24 Gary Benson <gbenson@redhat.com>
17170
17171 * gdb.base/attach-pie-noexec.exp: Do not expect an error
17172 message on attach.
17173
17174 2016-02-23 Doug Evans <dje@google.com>
17175
17176 * gdb.base/skip.c (test_skip): New function.
17177 (end_test_skip_file_and_function): New function.
17178 (test_skip_file_and_function): New function.
17179 * gdb.base/skip1.c (test_skip): New function.
17180 (skip1_test_skip_file_and_function): New function.
17181 * gdb.base/skip.exp: Add tests for new skip options.
17182 * gdb.base/skip-solib.exp: Update expected output.
17183 * gdb.perf/skip-command.cc: New file.
17184 * gdb.perf/skip-command.exp: New file.
17185 * gdb.perf/skip-command.py: New file.
17186
17187 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
17188
17189 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
17190 info registers pattern.
17191
17192 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
17193
17194 * lib/future.exp: Add D support.
17195 (gdb_find_gdc): New proc.
17196 (gdb_default_target_compile): Add D support.
17197
17198 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
17199
17200 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
17201 user+system time.
17202 (trace_speed_test): Determine the iteration count for a time
17203 between 15..30 seconds.
17204
17205 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
17206
17207 * gdb.arch/i386-mpx-sigsegv.c: New file.
17208 * gdb.arch/i386-mpx-sigsegv.exp: New file.
17209 * gdb.arch/i386-mpx-simple_segv.c: New file.
17210 * gdb.arch/i386-mpx-simple_segv.exp: New file.
17211
17212 2016-02-18 Yao Qi <yao.qi@linaro.org>
17213
17214 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
17215 Don't call setup_kfail.
17216
17217 2016-02-18 Yao Qi <yao.qi@linaro.org>
17218
17219 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
17220 Set "set breakpoint condition-evaluation" per $cond_bp_target.
17221
17222 2016-02-16 Doug Evans <dje@google.com>
17223
17224 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
17225 * gdb.base/skip1.c: Ditto.
17226 * gdb.base/skip.exp: Whitespace cleanup.
17227
17228 2016-02-16 Don Breazeal <donb@codesourcery.com>
17229
17230 PR remote/19496
17231 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
17232 Remove kfail for PR remote/19496.
17233
17234 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
17235
17236 * lib/gdb.exp (standard_temp_file): Return a path specific to
17237 the runtest invocation.
17238
17239 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
17240
17241 * gdb.trace/save-trace.exp: Change relative path to be in the
17242 standard output directory.
17243
17244 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
17245
17246 * gdb.arch/i386-prologue.c: Add missing prototypes.
17247
17248 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
17249
17250 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
17251 * gdb.arch/i386-prologue.exp: Likewise.
17252 * gdb.arch/i386-size.exp: Likewise.
17253
17254 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
17255
17256 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
17257 define object file path.
17258 * gdb.btrace/gcore.exp: Use standard_output_file to define core
17259 file path.
17260 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
17261 standard_output_file to define binfile.
17262
17263 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
17264
17265 Fix compatibility with recent gfortran-5.3.1.
17266 * gdb.fortran/vla-history.exp (print vla1 allocated)
17267 (print vla2 allocated, print $2, print $3): Remove
17268 (print $4): Rename to ...
17269 (print $2): ... here.
17270 (print $9): Rename to ...
17271 (print $5): ... here.
17272 (print $10): Rename to ...
17273 (print $6): ... here.
17274 * gdb.fortran/vla.f90: Add pvla initialization.
17275
17276 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
17277
17278 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
17279 New test.
17280 * gdb.fortran/vla-value-sub.exp: Likewise.
17281
17282 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
17283
17284 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
17285
17286 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
17287
17288 * i386-biarch-core.exp: Define corefile using
17289 standard_output_file.
17290
17291 2016-02-12 Yao Qi <yao.qi@linaro.org>
17292
17293 * gdb.arch/arm-single-step-kernel-helper.c: New.
17294 * gdb.arch/arm-single-step-kernel-helper.exp: New.
17295
17296 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
17297
17298 * gdb.btrace/tailcall-only.exp: New.
17299 * gdb.btrace/tailcall-only.c: New.
17300 * gdb.btrace/x86_64-tailcall-only.S: New.
17301 * gdb.btrace/i686-tailcall-only.S: New.
17302
17303 2016-02-11 Pedro Alves <palves@redhat.com>
17304
17305 * README (Parallel testing): Add missing double quotes.
17306
17307 2016-02-11 Pedro Alves <palves@redhat.com>
17308
17309 * README (Parallel testing): New section.
17310 (GDB_PARALLEL): Rewrite.
17311 (FORCE_PARALLEL): Document.
17312
17313 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
17314
17315 * gdb.trace/tfile-avx.c: New test.
17316 * gdb.trace/tfile-avx.exp: New test.
17317
17318 2016-02-09 Keith Seitz <keiths@redhat.com>
17319
17320 PR breakpoints/19546
17321 * gdb.base/infcall-exec.c: New file.
17322 * gdb.base/infcall-exec2.c: New file.
17323 * gdb.base/infcall-exec.exp: New file.
17324
17325 2016-02-09 Keith Seitz <keiths@redhat.com>
17326
17327 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
17328 (toplevel): Call test_bkpt_address.
17329
17330 2016-02-09 Keith Seitz <keiths@redhat.com>
17331
17332 PR python/19506
17333 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
17334 (toplevel): Call test_bkpt_address.
17335
17336 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
17337
17338 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
17339 to AC_OUTPUT.
17340 * configure: Regenerate.
17341
17342 2016-02-09 Pedro Alves <palves@redhat.com>
17343
17344 PR breakpoints/19548
17345 * gdb.base/execl-update-breakpoints.c (some_function): New
17346 function.
17347 (main): Call it.
17348 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
17349 Tighten expected GDB output.
17350
17351 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
17352
17353 * Makefile.in (ALL_SUBDIRS): Remove.
17354 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
17355 (distclean maintainer-clean realclean): Likewise.
17356 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
17357 * configure: Regenerate.
17358 * gdb.ada/Makefile.in: Delete.
17359 * gdb.arch/Makefile.in: Likewise.
17360 * gdb.asm/Makefile.in: Likewise.
17361 * gdb.base/Makefile.in: Likewise.
17362 * gdb.btrace/Makefile.in: Likewise.
17363 * gdb.cell/Makefile.in: Likewise.
17364 * gdb.compile/Makefile.in: Likewise.
17365 * gdb.cp/Makefile.in: Likewise.
17366 * gdb.disasm/Makefile.in: Likewise.
17367 * gdb.dlang/Makefile.in: Likewise.
17368 * gdb.dwarf2/Makefile.in: Likewise.
17369 * gdb.fortran/Makefile.in: Likewise.
17370 * gdb.gdb/Makefile.in: Likewise.
17371 * gdb.go/Makefile.in: Likewise.
17372 * gdb.guile/Makefile.in: Likewise.
17373 * gdb.java/Makefile.in: Likewise.
17374 * gdb.linespec/Makefile.in: Likewise.
17375 * gdb.mi/Makefile.in: Likewise.
17376 * gdb.modula2/Makefile.in: Likewise.
17377 * gdb.multi/Makefile.in: Likewise.
17378 * gdb.objc/Makefile.in: Likewise.
17379 * gdb.opencl/Makefile.in: Likewise.
17380 * gdb.opt/Makefile.in: Likewise.
17381 * gdb.pascal/Makefile.in: Likewise.
17382 * gdb.perf/Makefile.in: Likewise.
17383 * gdb.python/Makefile.in: Likewise.
17384 * gdb.reverse/Makefile.in: Likewise.
17385 * gdb.server/Makefile.in: Likewise.
17386 * gdb.stabs/Makefile.in: Likewise.
17387 * gdb.threads/Makefile.in: Likewise.
17388 * gdb.trace/Makefile.in: Likewise.
17389 * gdb.xml/Makefile.in: Likewise.
17390 * lib/gdb.exp (make_gdb_parallel_path): Add check for
17391 GDB_PARALLEL.
17392 (standard_output_file): Remove check for GDB_PARALLEL, always
17393 return path in outputs/$subdir/$testname.
17394
17395 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
17396
17397 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
17398 (site.exp): Assign abs_srcdir to tcl's srcdir.
17399
17400 2016-02-04 Yao Qi <yao.qi@linaro.org>
17401
17402 * gdb.base/foll-exec-mode.c: Include limits.h.
17403 (main): Add parameters argc and argv. Get directory from
17404 argv[0].
17405 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
17406 compilation.
17407 * gdb.base/foll-exec.c: Include limits.h.
17408 (main): Add parameters argc and argv.
17409 Get directory from argv[0].
17410 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
17411 Adjust tests on the number of lines as source code changed.
17412 * gdb.base/foll-vfork-exit.c: Include limits.h.
17413 (main): Add one line of statement before vfork.
17414 * gdb.base/foll-vfork.c: Include limits.h and string.h.
17415 (main): Add parameters argc and argv. Get directory from
17416 argv[0].
17417 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
17418 (setup_gdb): Set tbreak to skip some source lines.
17419 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
17420 (main): Add parameters argc and argv. Get directory from
17421 argv[0].
17422 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
17423 compilation.
17424 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
17425 (main): Add parameters argc and argv. Get directory from
17426 argv[0].
17427 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
17428 compilation.
17429
17430 2016-02-01 Doug Evans <dje@google.com>
17431
17432 * gdb.base/skip.exp: Clean up multiple references to same test name.
17433
17434 2016-02-01 Pedro Alves <palves@redhat.com>
17435
17436 PR remote/19496
17437 * gdb.threads/forking-threads-plus-breakpoint.exp
17438 (displaced_stepping_supported): New global.
17439 (probe_displaced_stepping_support): New procedure.
17440 (do_test): Add 'displaced' parameter, and use it.
17441 (top level): Check for displaced stepping support. Add displaced
17442 stepping on/off testing axis.
17443
17444 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
17445
17446 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
17447 pointer. Don't perform further tests on the unassociated pointer
17448 if the first test fails.
17449
17450 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
17451
17452 * gdb.base/max-value-size.c: New file.
17453 * gdb.base/max-value-size.exp: New file.
17454 * gdb.base/huge.exp: Disable max-value-size for this test.
17455
17456 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
17457
17458 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
17459
17460 2016-01-28 Yao Qi <yao.qi@linaro.org>
17461
17462 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
17463
17464 2016-01-25 Pedro Alves <palves@redhat.com>
17465
17466 PR threads/19461
17467 * gdb.base/fork-running-state.c: New file.
17468 * gdb.base/fork-running-state.exp: New file.
17469
17470 2016-01-25 Pedro Alves <palves@redhat.com>
17471
17472 PR gdb/19494
17473 * gdb.base/catch-fork-kill.c: New file.
17474 * gdb.base/catch-fork-kill.exp: New file.
17475
17476 2016-01-25 Pedro Alves <palves@redhat.com>
17477
17478 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
17479 Delete, moved to lib/gdb.exp.
17480 * gdb.threads/forking-threads-plus-breakpoint.exp
17481 (foreach_with_prefix): Likewise.
17482 * gdb.threads/process-dies-while-handling-bp.exp
17483 (foreach_with_prefix): Likewise.
17484 * lib/gdb.exp (foreach_with_prefix): New procedure.
17485
17486 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
17487
17488 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
17489 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
17490
17491 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
17492
17493 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
17494 endian targets.
17495
17496 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17497 Pedro Alves <palves@redhat.com>
17498
17499 Fix testsuite compatibility with Guile.
17500 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
17501 number.
17502
17503 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17504
17505 Fix testsuite compatibility with Guile.
17506 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
17507 (thread 1): New test for backtrace through signal handler.
17508
17509 2016-01-22 Yao Qi <yao.qi@linaro.org>
17510
17511 PR testsuite/19491
17512 * gdb.base/multi-forks.c: Include
17513 ../lib/unbuffer_output.c
17514 (main): Call gdb_unbuffer_output.
17515
17516 2016-01-21 Doug Evans <dje@google.com>
17517
17518 * lib/ada.exp (gdb_compile_ada): Fix typo.
17519
17520 2016-01-21 Joel Brobecker <brobecker@adacore.com>
17521
17522 * gdb.base/break-fun-addr.exp: New file.
17523 * gdb.base/break-fun-addr1.c: New file.
17524 * gdb.base/break-fun-addr2.c: New file.
17525
17526 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
17527
17528 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
17529 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
17530 enum flag values.
17531
17532 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
17533
17534 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
17535 when GDB can not set the vector return value. Add more comments
17536 for clarification.
17537
17538 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
17539
17540 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
17541 command.
17542
17543 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
17544
17545 * Makefile.in (DO_RUNTEST): Add --status and update usages.
17546
17547 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
17548
17549 * Makefile.in (check-single): Pass --status to runtest.
17550 (check/%.exp): Likewise.
17551
17552 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
17553
17554 * Makefile.in (check-parallel): Propagate return code from make
17555 do-check-parallel.
17556
17557 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
17558
17559 * gdb.trace/ftrace.exp: Fix expected message on continue.
17560 * gdb.trace/pending.exp: Fix expected message on continue.
17561 * gdb.trace/trace-break.exp: Fix expected message on continue.
17562
17563 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
17564
17565 * lib/gdb.exp (gdb_test): Remove unused global references.
17566
17567 2016-01-18 Pedro Alves <palves@redhat.com>
17568
17569 * gdb.base/async-shell.exp: Adjust expected output.
17570 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
17571 * gdb.base/siginfo-thread.exp: Adjust expected output.
17572 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
17573 * gdb.java/jnpe.exp: Adjust expected output.
17574 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
17575 * gdb.threads/continue-pending-status.exp: Adjust expected output.
17576 * gdb.threads/leader-exit.exp: Adjust expected output.
17577 * gdb.threads/manythreads.exp: Adjust expected output.
17578 * gdb.threads/pthreads.exp: Adjust expected output.
17579 * gdb.threads/schedlock.exp: Adjust expected output.
17580 * gdb.threads/siginfo-threads.exp: Adjust expected output.
17581 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
17582 expected output.
17583 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
17584 output.
17585 * gdb.threads/sigthread.exp: Adjust expected output.
17586 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
17587
17588 2016-01-18 Yao Qi <yao.qi@linaro.org>
17589
17590 * gdb.guile/scm-section-script.c: Replace @progbits with
17591 %progbits.
17592 * gdb.python/py-section-script.c: Likewise.
17593
17594 2016-01-15 Pedro Alves <palves@redhat.com>
17595
17596 * gdb.multi/tids.exp: Test star wildcard ranges.
17597
17598 2016-01-15 Pedro Alves <palves@redhat.com>
17599
17600 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
17601 command from "thread apply" invocation.
17602 (thr_apply_info_thr_invalid): Default the expected output to the
17603 input tid list.
17604 (top level): Add tests that use convenience variables. Add tests
17605 for "thread apply" with a valid TID list, but missing the command.
17606
17607 2016-01-13 Pedro Alves <palves@redhat.com>
17608
17609 * gdb.base/default.exp: Expect $_gthread as well.
17610 * gdb.multi/tids.exp: Test $_gthread.
17611 * gdb.threads/thread-specific.exp: Test $_gthread.
17612
17613 2016-01-13 Pedro Alves <palves@redhat.com>
17614
17615 * gdb.multi/tids.exp: Test "info threads -gid".
17616
17617 2016-01-13 Pedro Alves <palves@redhat.com>
17618
17619 * gdb.multi/tids.exp: Test InferiorThread.global_num and
17620 Breakpoint.thread.
17621 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
17622
17623 2016-01-07 Pedro Alves <palves@redhat.com>
17624
17625 * gdb.base/break.exp: Adjust to output changes.
17626 * gdb.base/hbreak2.exp: Likewise.
17627 * gdb.base/sepdebug.exp: Likewise.
17628 * gdb.base/watch_thread_num.exp: Likewise.
17629 * gdb.linespec/keywords.exp: Likewise.
17630 * gdb.multi/info-threads.exp: Likewise.
17631 * gdb.threads/thread-find.exp: Likewise.
17632 * gdb.multi/tids.c: New file.
17633 * gdb.multi/tids.exp: New file.
17634
17635 2016-01-13 Pedro Alves <palves@redhat.com>
17636
17637 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
17638
17639 2016-01-13 Pedro Alves <palves@redhat.com>
17640
17641 * gdb.base/default.exp: Expect $_inferior as well.
17642 * gdb.multi/base.exp: Test $_inferior.
17643
17644 2016-01-13 Pedro Alves <palves@redhat.com>
17645
17646 PR breakpoints/19388
17647 * gdb.base/catch-signal-siginfo-cond.c: New file.
17648 * gdb.base/catch-signal-siginfo-cond.exp: New file.
17649
17650 2016-01-12 Josh Stone <jistone@redhat.com>
17651 Philippe Waroquiers <philippe.waroquiers@skynet.be>
17652
17653 * gdb.base/catch-syscall.c (do_execve): New variable.
17654 (main): Conditionally trigger an execve.
17655 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
17656 (test_catch_syscall_execve): New, check entry/return across execve.
17657 (do_syscall_tests): Call test_catch_syscall_execve.
17658
17659 2016-01-12 Pedro Alves <palves@redhat.com>
17660
17661 * gdb.base/random-signal.exp (do_test): New procedure, with body
17662 of testcase moved in.
17663
17664 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17665 Pedro Alves <palves@redhat.com>
17666
17667 * gdb.base/funcargs.exp (finish from indirectly called function):
17668 Reintroduce the case for 'First'.
17669
17670 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17671 Pedro Alves <palves@redhat.com>
17672
17673 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
17674 (tcatch_vfork_then_child_follow_exec)
17675 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
17676 identification.
17677
17678 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17679
17680 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
17681 and repeats to unlimited.
17682 * gdb.python/py-value.exp: Likewise.
17683 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
17684 and repeats to unlimited.
17685
17686 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
17687
17688 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
17689 and reordering the functions.
17690 * gdb.multi/hangout.c: Likewise.
17691 * gdb.multi/hello.c: Likewise.
17692
17693 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
17694
17695 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
17696 absolute.
17697 (SingleStatisticTestResult.report): Use dict.keys instead of
17698 dict.iterkeys.
17699
17700 2016-01-06 Pedro Alves <palves@redhat.com>
17701
17702 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
17703
17704 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
17705
17706 * gdb.btrace/dlopen.exp: New.
17707 * gdb.btrace/dlopen.c: New.
17708 * gdb.btrace/dlopen-dso.c: New.
17709
17710 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
17711
17712 * lib/gdb.exp (gdb_test): Update comments to clarify that the
17713 PATTERN argument is optional.
17714
17715 2015-12-24 Joel Brobecker <brobecker@adacore.com>
17716
17717 * lib/ada.exp (target_compile_ada_from_dir): New function.
17718 (gdb_compile_ada): Reimplement avoiding the use of project files.
17719 * gdb.ada/gnat_ada.gpr: Delete.
17720 * gdb.ada/cond_lang.exp: Adjust test to make path before
17721 filename optional.
17722 * gdb.ada/small_reg_param.exp: Likewise.
17723
17724 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
17725
17726 * gdb.base/foll-vork.exp: Remove HP-UX special case.
17727
17728 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
17729
17730 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
17731 case.
17732
17733 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
17734
17735 * gdb.base/break.exp: Remove dead code.
17736 * gdb.base/sepdebug.exp: Likewise.
17737
17738 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
17739
17740 * gdb.asm/asm-source.exp: Remove HP-UX references.
17741 * gdb.base/annota1.exp: Likewise.
17742 * gdb.base/annota3.exp: Likewise.
17743 * gdb.base/attach.exp: Likewise.
17744 * gdb.base/bigcore.exp: Likewise.
17745 * gdb.base/break.exp: Likewise.
17746 * gdb.base/call-ar-st.exp: Likewise.
17747 * gdb.base/callfuncs.exp: Likewise.
17748 * gdb.base/catch-fork-static.exp: Likewise.
17749 * gdb.base/display.exp: Likewise.
17750 * gdb.base/foll-exec-mode.exp: Likewise.
17751 * gdb.base/foll-exec.exp: Likewise.
17752 * gdb.base/foll-fork.exp: Likewise.
17753 * gdb.base/foll-vfork.exp: Likewise.
17754 * gdb.base/funcargs.exp: Likewise.
17755 * gdb.base/hbreak2.exp: Likewise.
17756 * gdb.base/inferior-died.exp: Likewise.
17757 * gdb.base/interrupt.exp: Likewise.
17758 * gdb.base/multi-forks.exp: Likewise.
17759 * gdb.base/nodebug.exp: Likewise.
17760 * gdb.base/sepdebug.exp: Likewise.
17761 * gdb.base/solib1.c: Likewise.
17762 * gdb.base/step-test.exp: Likewise.
17763 * gdb.mi/non-stop.c: Likewise.
17764 * gdb.mi/pthreads.c: Likewise.
17765 * gdb.multi/bkpt-multi-exec.ex: Likewise.
17766 * gdb.threads/pthreads.c: Likewise.
17767 * gdb.threads/staticthreads.exp: Likewise.
17768 * lib/future.exp: Likewise.
17769 * lib/gdb.exp: Likewise.
17770 * gdb.base/so-indr-cl.c: Remove.
17771 * gdb.base/so-indr-cl.exp: Likewise.
17772 * gdb.base/solib.c: Likewise.
17773 * gdb.base/solib.exp: Likewise.
17774 * gdb.base/solib2.c: Likewise.
17775
17776 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
17777
17778 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
17779 * gdb.base/call-ar-st.exp: Likewise.
17780 * gdb.base/callfuncs.exp: Likewise.
17781 * gdb.base/condbreak.exp: Likewise.
17782 * gdb.base/constvars.exp: Likewise.
17783 * gdb.base/hbreak2.exp: Likewise.
17784 * gdb.base/langs.exp: Likewise.
17785 * gdb.base/list.exp: Likewise.
17786 * gdb.base/long_long.exp: Likewise.
17787 * gdb.base/ptype.exp: Likewise.
17788 * gdb.base/scope.exp: Likewise.
17789 * gdb.base/signals.exp: Likewise.
17790 * gdb.base/so-impl-ld.exp: Likewise.
17791 * gdb.base/varargs.exp: Likewise.
17792 * gdb.base/volatile.exp: Likewise.
17793 * gdb.base/whatis.exp: Likewise.
17794 * gdb.cp/cplusfuncs.exp: Likewise.
17795 * gdb.cp/inherit.exp: Likewise.
17796 * gdb.cp/local.exp: Likewise.
17797 * gdb.cp/member-ptr.exp: Likewise.
17798 * gdb.cp/method.exp: Likewise.
17799 * gdb.cp/overload.exp: Likewise.
17800 * gdb.cp/templates.exp: Likewise.
17801 * gdb.stabs/weird.exp: Likewise.
17802 * lib/compiler.c: Likewise.
17803 * lib/compiler.cc: Likewise.
17804 * lib/cp-support.exp: Likewise.
17805 * lib/gdb.exp: Likewise.
17806
17807 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
17808
17809 * configure.ac: Remove HP-UX case.
17810 * configure: Regenerate.
17811
17812 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
17813
17814 * lib/gdb.exp (gdb_compile): Add function doc.
17815
17816 2015-12-17 Pedro Alves <palves@redhat.com>
17817
17818 PR threads/19354
17819 * gdb.multi/info-threads.exp: New file.
17820
17821 2015-12-15 Yao Qi <yao.qi@linaro.org>
17822
17823 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
17824 is aarch64*-*-*.
17825
17826 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
17827
17828 * gdb.base/history-duplicates.exp: Skip if no readline support.
17829
17830 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
17831
17832 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
17833
17834 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
17835
17836 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
17837
17838 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
17839
17840 * gdb.base/completion.exp: Skip tests that interrupt GDB with
17841 ctrl-C if nointerrupts target property is set.
17842 * gdb.base/double-prompt-target-event-error.exp: Likewise.
17843 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
17844 * gdb.base/paginate-bg-execution.exp: Likewise.
17845 * gdb.base/paginate-execution-startup.exp: Likewise.
17846 * gdb.base/random-signal.exp: Likewise.
17847 * gdb.base/range-stepping.exp: Likewise.
17848 * gdb.cp/annota2.exp: Likewise.
17849 * gdb.cp/annota3.exp: Likewise.
17850 * gdb.gdb/selftest.exp: Likewise.
17851 * gdb.threads/continue-pending-status.exp: Likewise.
17852 * gdb.threads/leader-exit.exp: Likewise.
17853 * gdb.threads/manythreads.exp: Likewise.
17854 * gdb.threads/pthreads.exp: Likewise.
17855 * gdb.threads/schedlock.exp: Likewise.
17856 * gdb.threads/sigthread.exp: Likewise.
17857
17858 2015-12-11 Don Breazeal <donb@codesourcery.com>
17859
17860 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
17861 remote.
17862 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
17863 * gdb.base/foll-exec.exp (main): Enable for target remote.
17864 * gdb.base/foll-fork.exp (main): Likewise.
17865 * gdb.base/foll-vfork.exp (main): Likewise.
17866 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
17867 (proc continue_to_exit_bp_loc): Use clean_restart.
17868 * gdb.base/pie-execl.exp (main): Disable for target remote.
17869 * gdb.base/watch-vfork.exp (main): Enable for target remote.
17870 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
17871 * gdb.threads/execl.exp (main): Likewise.
17872 * gdb.threads/fork-child-threads.exp (main): Likewise.
17873 * gdb.threads/fork-plus-threads.exp (main): Disable for target
17874 remote.
17875 * gdb.threads/fork-thread-pending.exp (main): Enable for target
17876 remote.
17877 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
17878 pid.tid style ptids, instead of just tid.
17879 * gdb.threads/thread-execl.exp (main): Enable for target remote.
17880 * gdb.threads/watchpoint-fork.exp (main): Likewise.
17881 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
17882 ptids, instead of just tid.
17883
17884 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
17885
17886 * gdb.base/list.exp (test_list_forward): Add end of file error
17887 test.
17888 (test_repeat_list_command): Add end of file error test.
17889 (test_list_backwards): Add beginning of file error test.
17890
17891 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
17892
17893 * gdb.base/list.exp (test_list_invalid_args): New function,
17894 defined, and called.
17895
17896 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
17897
17898 * gdb.base/list.exp (test_list): Make test names unique.
17899
17900 2015-12-11 Yao Qi <yao.qi@linaro.org>
17901
17902 * gdb.base/coremaker2.c: Remove.
17903
17904 2015-12-10 Pedro Alves <palves@redhat.com>
17905
17906 * gdb.multi/base.exp: Remove stale "spaces" references.
17907
17908 2015-12-10 Pedro Alves <palves@redhat.com>
17909
17910 * gdb.multi/base.exp: Don't use nowarnings.
17911 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
17912 * gdb.multi/hangout.c: Include stdio.h.
17913 * gdb.multi/hello.c: Include stdlib.h.
17914 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
17915 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
17916 * gdb.multi/multi-arch.exp: Don't use nowarnings.
17917
17918 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
17919
17920 * gdb.dwarf2/dw2-ranges-base.c: New file.
17921 * gdb.dwarf2/dw2-ranges-base.exp: New file.
17922 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
17923 support additional line table, and debug ranges generation.
17924 (Dwarf::ranges): New function, generate .debug_ranges.
17925 (Dwarf::lines): Support generating simple line table programs.
17926 (Dwarf::assemble): Initialise new namespace variables.
17927
17928 2015-12-09 Kevin Buettner <kevinb@redhat.com>
17929
17930 * gdb.base/async.exp (proc test_background): Add case for
17931 asynchronous execution not supported.
17932
17933 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
17934
17935 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
17936 format and change test names to make them unique.
17937
17938 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
17939 Pedro Alves <pedro@redhat.com>
17940
17941 PR gdb/18702
17942 Add checking of floatformats setup on x86_64 hosts.
17943 * gdb.arch/i386-float.S (main): Load bigval and smallval.
17944 (smallval, bigval): New labels/constants.
17945 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
17946 float" after loading bigval and smallval.
17947
17948 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
17949
17950 * gdb.ada/fun_overload_menu.exp: New testcase.
17951 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
17952
17953 2015-12-04 Josh Stone <jistone@redhat.com>
17954
17955 * gdb.base/catch-fork-static.exp: New.
17956
17957 2015-12-03 Yao Qi <yao.qi@linaro.org>
17958
17959 * gdb.base/sizeof.c: Don't include stdio.h and
17960 ../lib/unbuffer_output.c.
17961 (main): New variable 'size' and 'value'. Remove printf and
17962 gdb_unbuffer_output. Assign return value to size and value.
17963 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
17964 at the beginning.
17965 (check_sizeof): Check the result by printing variable 'size'.
17966 (check_valueof): Check the result by printing variable 'value'.
17967
17968 2015-12-01 Yao Qi <yao.qi@linaro.org>
17969
17970 * gdb.base/disp-step-syscall.exp: Define syscall instruction
17971 for aarch64*-*-linux* target.
17972
17973 2015-11-30 Pedro Alves <palves@redhat.com>
17974
17975 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
17976
17977 2015-11-30 Pedro Alves <palves@redhat.com>
17978
17979 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
17980 Handle non-stop mode vCont replies.
17981
17982 2015-11-30 Pedro Alves <palves@redhat.com>
17983
17984 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
17985 prepare_for_testing. Start gdb with "set non-stop on" appended to
17986 GDBFLAGS. Lax expected stop output.
17987
17988 2015-11-27 Yao Qi <yao.qi@linaro.org>
17989
17990 * gdb.arch/arm-neon.exp: New.
17991 * gdb.arch/arm-neon.c: New.
17992
17993 2015-11-27 Yao Qi <yao.qi@linaro.org>
17994
17995 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
17996
17997 2015-11-27 Yao Qi <yao.qi@linaro.org>
17998
17999 * gdb.cp/annota2.exp: Allow multiple occurrences of the
18000 frames-invalid annotation.
18001
18002 2015-11-27 Yao Qi <yao.qi@linaro.org>
18003
18004 * gdb.cp/annota2.exp: Use ${frames_invalid}.
18005
18006 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
18007
18008 * gdb.threads/names.exp: New file.
18009 * gdb.threads/names.c: New file.
18010 * README: Mention gdb,no_thread_names.
18011
18012 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
18013
18014 PR 19297
18015 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
18016 support" error.
18017
18018 2015-11-24 Pedro Alves <palves@redhat.com>
18019
18020 PR 17539
18021 * gdb.base/display.exp: Expect displays to be sorted in ascending
18022 order. Use multi_line.
18023 * gdb.base/solib-display.exp: Likewise.
18024
18025 2015-11-24 Pedro Alves <palves@redhat.com>
18026
18027 PR 17539
18028 * gdb.base/display.exp: Expect displays to be sorted in ascending
18029 order. Use multi_line.
18030 * gdb.base/solib-display.exp: Likewise.
18031
18032 2015-11-24 Pedro Alves <palves@redhat.com>
18033
18034 PR 17539
18035 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
18036 threads in ascending order.
18037 * gdb.base/foll-fork.exp: Likewise.
18038 * gdb.base/foll-vfork.exp: Likewise.
18039 * gdb.base/multi-forks.exp: Likewise.
18040 * gdb.mi/mi-nonstop.exp: Likewise.
18041 * gdb.mi/mi-nsintrall.exp: Likewise.
18042 * gdb.multi/base.exp: Likewise.
18043 * gdb.multi/multi-arch.exp: Likewise.
18044 * gdb.python/py-inferior.exp: Likewise.
18045 * gdb.threads/break-while-running.exp: Likewise.
18046 * gdb.threads/execl.exp: Likewise.
18047 * gdb.threads/gcore-thread.exp: Likewise.
18048 * gdb.threads/info-threads-cur-sal.exp: Likewise.
18049 * gdb.threads/kill.exp: Likewise.
18050 * gdb.threads/linux-dp.exp: Likewise.
18051 * gdb.threads/multiple-step-overs.exp: Likewise.
18052 * gdb.threads/next-bp-other-thread.exp: Likewise.
18053 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
18054 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
18055 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
18056 * gdb.threads/thread-find.exp: Likewise.
18057 * gdb.threads/tls.exp: Likewise.
18058 * lib/mi-support.exp (mi_reverse_list): Delete.
18059 (mi_check_thread_states): No longer reverse list.
18060
18061 2015-11-24 Pedro Alves <palves@redhat.com>
18062
18063 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
18064 use lowercase.
18065
18066 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
18067
18068 * gdb.trace/actions.c: Include trace-common.h.
18069 (main): Add a location for a fast tracepoint.
18070 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
18071 the normal tracepoints.
18072 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
18073
18074 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
18075
18076 * save-trace.exp: Factor out code to these...
18077 (gdb_save_tracepoints): New.
18078 (gdb_load_tracepoints): New.
18079 (do_save_load_test): New.
18080
18081 2015-11-23 Kevin Buettner <kevinb@redhat.com>
18082
18083 * gdb.base/asmlabel.exp: New test.
18084 * gdb.base/asmlabel.c: New test case.
18085
18086 2015-11-23 Joel Brobecker <brobecker@adacore.com>
18087
18088 * gdb.base/wrong_frame_bt_full-main.c: New file.
18089 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
18090 * gdb.base/wrong_frame_bt_full.exp: New file.
18091
18092 2015-11-23 Joel Brobecker <brobecker@adacore.com>
18093
18094 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
18095
18096 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
18097
18098 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
18099 pstate register when comparing registers values in
18100 sparc64-*-linux-gnu targets to avoid spurious differences.
18101
18102 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
18103
18104 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
18105
18106 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
18107
18108 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
18109 as type argument to gdb_compile.
18110 * gdb.base/nested-subp2.exp: Likewise.
18111 * gdb.base/nested-subp3.exp: Likewise.
18112
18113 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
18114
18115 * lib/dwarf.exp (_note): Fix left shift of negative value.
18116 * gdb.trace/trace-condition.exp: Likewise.
18117
18118 2015-11-13 Yao Qi <yao.qi@linaro.org>
18119
18120 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
18121 comments about d10v.
18122 (test_scalar_returns): Likewise.
18123 * gdb.base/d10v.ld: Remove.
18124 * gdb.base/overlays.exp: Remove the target triplet checking for
18125 d10v-*-*.
18126 * gdb.base/structs.exp (test_struct_returns): Remove the
18127 comments about d10v.
18128 (test_struct_calls): Likewise.
18129
18130 2015-11-13 Yao Qi <yao.qi@linaro.org>
18131
18132 * gdb.base/gnu_vector.exp: Check the return value by "p res".
18133 * gdb.base/gnu_vector.c: Don't include stdio.h.
18134 (main): Don't print res and call add_some_intvecs.
18135
18136 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
18137
18138 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
18139 macro.
18140 (func5): Removed.
18141 (func4): Use FAST_TRACEPOINT_LABEL.
18142 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
18143 macro.
18144 (func): Removed.
18145 (thread_function): Use FAST_TRACEPOINT_LABEL.
18146 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
18147 (func): Remove.
18148 (marker): Use FAST_TRACEPOINT_LABEL.
18149 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
18150 (pendfunc1): Remove.
18151 (pendfunc): Use FAST_TRACEPOINT_LABEL.
18152 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
18153 (foo): Remove.
18154 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
18155 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
18156 macro.
18157 (func): Remove.
18158 (marker): Use FAST_TRACEPOINT_LABEL.
18159 * gdb.trace/trace-common.h: New header.
18160 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
18161 macro.
18162 (func): Remove.
18163 (marker): Use FAST_TRACEPOINT_LABEL.
18164 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
18165 (func): Remove.
18166 (thread_function): Use FAST_TRACEPOINT_LABEL.
18167
18168 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
18169
18170 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
18171 in front.
18172 * gdb.trace/change-loc.exp: Use global pcreg definition.
18173 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
18174 * gdb.trace/entry-values.exp: Use global spreg definition, add $
18175 in front.
18176 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
18177 * gdb.trace/pending.exp: Likewise.
18178 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
18179 * gdb.trace/trace-break.exp: Likewise.
18180 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
18181 in front.
18182 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
18183 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
18184 in front.
18185 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
18186
18187 2015-11-09 Joel Brobecker <brobecker@adacore.com>
18188
18189 * gdb.ada/fin_fun_out: New testcase.
18190
18191 2015-11-07 Kevin Buettner <kevinb@redhat.com>
18192
18193 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
18194 value associated with DW_AT_byte_size.
18195 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
18196 constants for DW_AT_byte_size, DW_AT_lower_bound, and
18197 DW_AT_upper_bound.
18198
18199 2015-11-07 Kevin Buettner <kevinb@redhat.com>
18200
18201 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
18202 (gdb_target_symbol_prefix_flags): Define in terms of _asm
18203 version.
18204 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
18205 gdb.dwarf2/dw2-canonicalize-type.exp,
18206 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
18207 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
18208 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
18209 provided by gdb_target_symbol_prefix_flags_asm.
18210 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
18211 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
18212 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
18213 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
18214 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
18215 macros where needed). Use this macro for symbols which require
18216 the prefix provided by SYMBOL_PREFIX.
18217
18218 2015-11-05 Kevin Buettner <kevinb@redhat.com>
18219
18220 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
18221 New procs.
18222 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
18223 representing expressions, of more than one list element.
18224 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
18225 to prepend linker symbol prefix to f.
18226 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
18227 table_1 and table_2.
18228 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
18229 Likewise, for f and g.
18230 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
18231 for ptr.
18232 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
18233 for main.
18234 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
18235 table_1_ptr and table_2_ptr.
18236
18237 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
18238 Joel Brobecker <brobecker@adacore.com>
18239
18240 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
18241
18242 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
18243
18244 * gdb.reverse/s390-mvcle.c: New test.
18245 * gdb.reverse/s390-mvcle.exp: New file.
18246 * lib/gdb.exp: Enable reverse tests on s390*-linux.
18247
18248 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
18249
18250 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
18251
18252 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
18253
18254 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
18255 reaching marker2.
18256 * gdb.reverse/getresuid-reverse.exp: Likewise.
18257 * gdb.reverse/pipe-reverse.exp: Likewise.
18258 * gdb.reverse/readv-reverse.exp: Likewise.
18259 * gdb.reverse/recvmsg-reverse.exp: Likewise.
18260 * gdb.reverse/time-reverse.exp: Likewise.
18261 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
18262
18263 2015-10-30 Yao Qi <yao.qi@linaro.org>
18264
18265 * gdb.threads/wp-replication.c (watch_count_done): Remove.
18266 (empty_cycle): Remove.
18267 (main): Don't call empty_cycle. Don't use watch_count_done.
18268 * gdb.threads/wp-replication.exp: Don't set breakpoint on
18269 empty_cycle. Rewrite the code counting HW watchpoints.
18270
18271 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
18272
18273 * gdb.reverse/fstatat-reverse.c: New test.
18274 * gdb.reverse/fstatat-reverse.exp: New file.
18275 * gdb.reverse/getresuid-reverse.c: New test.
18276 * gdb.reverse/getresuid-reverse.exp: New file.
18277 * gdb.reverse/pipe-reverse.c: New test.
18278 * gdb.reverse/pipe-reverse.exp: New file.
18279 * gdb.reverse/readv-reverse.c: New test.
18280 * gdb.reverse/readv-reverse.exp: New file.
18281 * gdb.reverse/recvmsg-reverse.c: New test.
18282 * gdb.reverse/recvmsg-reverse.exp: New file.
18283 * gdb.reverse/time-reverse.c: New test.
18284 * gdb.reverse/time-reverse.exp: New file.
18285 * gdb.reverse/waitpid-reverse.c: New test.
18286 * gdb.reverse/waitpid-reverse.exp: New file.
18287
18288 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
18289
18290 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
18291
18292 2015-10-26 Doug Evans <dje@google.com>
18293
18294 PR symtab/17391
18295 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
18296 * gdb.dwarf2/bad-regnum.c: New file.
18297 * gdb.dwarf2/bad-regnum.exp: New file.
18298
18299 2015-10-26 Doug Evans <dje@google.com>
18300
18301 PR python/18938
18302 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
18303 file.
18304
18305 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18306
18307 * gdb.compile/compile.exp (compile code globalvar): Update expectation
18308 for a change by "Mention language in compile error message".
18309
18310 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
18311
18312 PR python/18073
18313 * gdb.python/py-type.c (C::a_method): New.
18314 (C::a_const_method): New.
18315 (C::a_static_method): New.
18316 (a_function): New.
18317 * gdb.python/py-type.exp (test_fields): Test getting fields
18318 from function and method.
18319
18320 2015-10-21 Keven Boell <keven.boell@intel.com>
18321
18322 * gdb.fortran/vla-alloc-assoc.exp: New file.
18323 * gdb.fortran/vla-datatypes.exp: New file.
18324 * gdb.fortran/vla-datatypes.f90: New file.
18325 * gdb.fortran/vla-history.exp: New file.
18326 * gdb.fortran/vla-ptype-sub.exp: New file.
18327 * gdb.fortran/vla-ptype.exp: New file.
18328 * gdb.fortran/vla-sizeof.exp: New file.
18329 * gdb.fortran/vla-sub.f90: New file.
18330 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
18331 * gdb.fortran/vla-value-sub-finish.exp: New file.
18332 * gdb.fortran/vla-value-sub.exp: New file.
18333 * gdb.fortran/vla-value.exp: New file.
18334 * gdb.fortran/vla-ptr-info.exp: New file.
18335 * gdb.mi/mi-vla-fortran.exp: New file.
18336 * gdb.mi/vla.f90: New file.
18337
18338 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
18339
18340 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
18341 of hardwired timeout value.
18342
18343 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
18344 Pedro Alves <palves@redhat.com>
18345
18346 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
18347 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
18348
18349 2015-10-19 Josh Stone <jistone@redhat.com>
18350
18351 * gdb.base/catch-syscall.c: Include <sched.h>.
18352 (unknown_syscall): New variable.
18353 (main): Trigger a vfork and an unknown syscall.
18354 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
18355 (unknown_syscall_number): Likewise.
18356 (check_call_to_syscall): Accept an optional syscall pattern.
18357 (check_return_from_syscall): Likewise.
18358 (check_continue): Likewise.
18359 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
18360 (test_catch_syscall_skipping_return): New test toggling off 'catch
18361 syscall' to step over the syscall return, then toggling back on.
18362 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
18363 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
18364 (do_syscall_tests): Call test_catch_syscall_without_args and
18365 test_catch_syscall_mid_vfork.
18366 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
18367 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
18368
18369 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
18370
18371 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
18372 print g_vE): Add new pass patterns.
18373 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
18374 print various symbol names for vptr fields.
18375
18376 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
18377
18378 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
18379 results.
18380
18381 2015-10-12 Yao Qi <yao.qi@linaro.org>
18382
18383 * gdb.arch/disp-step-insn-reloc.exp: New test case.
18384
18385 2015-10-12 Yao Qi <yao.qi@linaro.org>
18386
18387 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
18388 is aarch64*-*-linux*.
18389
18390 2015-10-12 Yao Qi <yao.qi@linaro.org>
18391
18392 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
18393 (can_relocate_bcond_true): ... it.
18394 (can_relocate_bcond_false): New function.
18395 (foo): Likewise.
18396 (can_relocate_bl): Likewise.
18397 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
18398 can_relocate_bl.
18399
18400 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
18401
18402 * gdb.base/nested-addr.c: New file.
18403 * gdb.base/nested-addr.exp: New testcase.
18404
18405 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
18406
18407 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
18408 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
18409 its output. Ignore the output of "record goto begin" and instead
18410 check that GDB is replaying.
18411
18412 2015-10-09 Pedro Alves <palves@redhat.com>
18413
18414 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
18415 (top level): Use it in the run with no args test.
18416
18417 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
18418
18419 * gdb.dlang/properties.exp: New file.
18420
18421 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
18422
18423 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
18424 whether or not address 0x1000 is mapped on the target.
18425
18426 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
18427
18428 * gdb.python/py-type.exp: Do not run tests if binaries fail to
18429 build.
18430
18431 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
18432
18433 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
18434 instruction-history test.
18435
18436 2015-09-28 Doug Evans <dje@google.com>
18437
18438 * gdb.base/gcore.c (array_func): Add reference to static_array.
18439
18440 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
18441
18442 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
18443 source line.
18444
18445 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
18446
18447 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
18448 short or char as base type.
18449
18450 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
18451
18452 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
18453 to allow any size enum.
18454
18455 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
18456
18457 * gdb.ada/array_ptr_renaming.exp: New testcase.
18458 * gdb.ada/array_ptr_renaming/foo.adb: New file.
18459 * gdb.ada/array_ptr_renaming/pack.ads: New file.
18460
18461 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
18462
18463 * gdb.trace/ftrace-lock.c: New file.
18464 * gdb.trace/ftrace-lock.exp: New file.
18465
18466 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
18467
18468 * gdb.arch/insn-reloc.c: New file.
18469 * gdb.arch/ftrace-insn-reloc.exp: New file.
18470
18471 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
18472
18473 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
18474 instruction.
18475 * gdb.trace/pendshr1.c (pendfunc): Likewise.
18476 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
18477 * gdb.trace/range-stepping.c: Likewise.
18478 * gdb.trace/trace-break.c: Likewise.
18479 * gdb.trace/trace-mt.c (thread_function): Likewise.
18480 * gdb.trace/ftrace.c (marker): Likewise.
18481 * gdb.trace/trace-condition.c (marker): Likewise.
18482 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
18483 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
18484 is_aarch64_target.
18485
18486 2015-09-18 Doug Evans <xdje42@gmail.com>
18487
18488 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
18489 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
18490
18491 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18492
18493 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
18494 the breakpoint.
18495
18496 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18497
18498 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
18499 the pending breakpoint. Remove timeout override for "Run till
18500 MI pending breakpoint on pendfunc3 on thread 2" test.
18501
18502 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18503
18504 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
18505 filename pattern.
18506
18507 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18508
18509 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
18510 in breakpoint filename pattern.
18511
18512 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18513
18514 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
18515
18516 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18517
18518 * gdb.linespec/explicit.exp: Check for readline support for
18519 tab-completion tests. Fix obvious typo.
18520
18521 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
18522
18523 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
18524 and replay.
18525
18526 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
18527
18528 * gdb.btrace/non-stop.c: New.
18529 * gdb.btrace/non-stop.exp: New.
18530
18531 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
18532 Yao Qi <yao.qi@linaro.org>
18533
18534 * gdb.trace/trace-condition.c: New file.
18535 * gdb.trace/trace-condition.exp: New file.
18536
18537 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
18538
18539 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
18540 for testing bytecode compilation.
18541
18542 2015-09-16 Pedro Alves <palves@redhat.com>
18543 Sandra Loosemore <sandra@codesourcery.com>
18544
18545 * gdb.threads/non-stop-fair-events.c (timeout): New global.
18546 (SECONDS): Redefine.
18547 (main): Call pthread_kill and alarm early.
18548 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
18549 support.
18550 (test): If the target can't hardware step and doesn't support
18551 displaced stepping, increase the timeout.
18552
18553 2015-09-16 Pedro Alves <palves@redhat.com>
18554
18555 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
18556 (enable_debug): New procedures.
18557 (test): Use them. Bail out if waiting for threads fails.
18558 (top level): Bail out if a test fails.
18559
18560 2015-09-16 Yao Qi <yao.qi@linaro.org>
18561
18562 * gdb.asm/asm-source.exp: Set asm-arch for
18563 aarch64*-*-* target.
18564 * gdb.asm/aarch64.inc: New file.
18565
18566 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
18567
18568 * gdb.ada/array_of_variable_length.exp: New testcase.
18569 * gdb.ada/array_of_variable_length/foo.adb: New file.
18570 * gdb.ada/array_of_variable_length/pck.adb: New file.
18571 * gdb.ada/array_of_variable_length/pck.ads: New file.
18572
18573 2015-09-15 Doug Evans <dje@google.com>
18574
18575 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
18576 of function static local variable.
18577
18578 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
18579
18580 * gdb.threads/tls-so_extern.exp: New test file.
18581 * gdb.threads/tls-so_extern.c: New test file.
18582 * gdb.threads/tls-so_extern_main.c: New test file.
18583
18584 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
18585
18586 * gdb.opt/solib-intra-step-lib.c: New file.
18587 * gdb.opt/solib-intra-step-main.c: New file.
18588 * gdb.opt/solib-intra-step.exp: New file.
18589
18590 2015-09-15 Pedro Alves <palves@redhat.com>
18591
18592 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
18593 gdb_continue_to_breakpoint instead of gdb_test_multiple.
18594
18595 2015-09-14 Pedro Alves <palves@redhat.com>
18596
18597 * gdb.base/hook-stop-continue.c: Delete.
18598 * gdb.base/hook-stop-continue.exp: Delete.
18599 * gdb.base/hook-stop-frame.c: Delete.
18600 * gdb.base/hook-stop-frame.exp: Delete.
18601 * gdb.base/hook-stop.c: New file.
18602 * gdb.base/hook-stop.exp: New file.
18603
18604 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
18605
18606 * gdb.ada/access_to_packed_array.exp: New testcase.
18607 * gdb.ada/access_to_packed_array/foo.adb: New file.
18608 * gdb.ada/access_to_packed_array/pack.adb: New file.
18609 * gdb.ada/access_to_packed_array/pack.ads: New file.
18610
18611 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
18612
18613 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
18614 buffer size test.
18615
18616 2015-09-11 Don Breazeal <donb@codesourcery.com>
18617
18618 * gdb.base/foll-exec.c: Add copyright header. Fix
18619 formatting issues.
18620 * gdb.base/foll-exec.exp (zap_session): Delete proc.
18621 (do_exec_tests): Use clean_restart in place of zap_session,
18622 and for test initialization. Fix formatting issues. Use
18623 fail in place of perror.
18624 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
18625 an expect statement to match an expression with output from
18626 the program under debug.
18627 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
18628 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
18629 * gdb.threads/non-ldr-exc-2.exp: Likewise.
18630 * gdb.threads/non-ldr-exc-3.exp: Likewise.
18631 * gdb.threads/non-ldr-exc-4.exp: Likewise.
18632
18633 2015-09-09 Doug Evans <dje@google.com>
18634
18635 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
18636
18637 2015-09-09 Doug Evans <dje@google.com>
18638
18639 * gdb.base/pie-execl.exp: Fix result test of build_executable.
18640
18641 2015-09-09 Doug Evans <dje@google.com>
18642
18643 * gdb.base/savedregs.exp: Fix typo.
18644
18645 2015-09-09 Pedro Alves <palves@redhat.com>
18646
18647 * gdb.mi/mi-cli.exp: Add CLI finish tests.
18648
18649 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
18650
18651 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
18652 command actually switches threads. Give up on remaining
18653 tests if target fails to stop at breakpoint.
18654
18655 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
18656
18657 * gdb.ada/funcall_char.exp: New testcase.
18658 * gdb.ada/funcall_char/foo.adb: New file.
18659
18660 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
18661
18662 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
18663 expected outputs. Add two testcases for completing ambiguous
18664 functions.
18665 * gdb.ada/complete/aux_pck.adb: New file.
18666 * gdb.ada/complete/aux_pck.ads: New file.
18667 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
18668 Ambiguous_Func functions.
18669 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
18670 * gdb.ada/complete/pck.adb: Likewise.
18671
18672 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
18673
18674 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
18675 failures to run the test program under GDB.
18676
18677 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
18678
18679 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
18680 to C.
18681
18682 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
18683
18684 * gdb.base/run-after-attach.exp: New test file.
18685 * gdb.base/run-after-attach.c: New test file.
18686
18687 2015-08-26 Don Breazeal <donb@codesourcery.com>
18688
18689 * gdb.base/foll-exec-2.c: New test program.
18690 * gdb.base/foll-exec-2.exp: New test.
18691
18692 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
18693
18694 * gdb.base/nested-subp1.exp: New file.
18695 * gdb.base/nested-subp1.c: New file.
18696 * gdb.base/nested-subp2.exp: New file.
18697 * gdb.base/nested-subp2.c: New file.
18698 * gdb.base/nested-subp3.exp: New file.
18699 * gdb.base/nested-subp3.c: New file.
18700
18701 2015-08-24 Pedro Alves <palves@redhat.com>
18702
18703 * gdb.server/connect-without-multi-process.c: New file.
18704 * gdb.server/connect-without-multi-process.exp: New file.
18705
18706 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
18707
18708 * gdb.opt/inline-markers.c: Make z int.
18709
18710 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
18711
18712 * gdb.opt/inline-markers.c: Make z volatile.
18713
18714 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
18715
18716 * gdb.opt/inline-bt.c: New volatile global z.
18717 * gdb.opt/inline-cmds.c: Likewise.
18718 * gdb.opt/inline-locals.c: Likewise.
18719 * gdb.opt/inline-markers.c: New extern global z.
18720 (marker): Use z.
18721 (inline_fn): Likewise.
18722
18723 2015-08-24 Pedro Alves <palves@redhat.com>
18724
18725 * config/m32r-stub.exp: Remove file.
18726 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
18727 * gdb.base/call-rt-st.exp: Likewise.
18728 * gdb.base/call-strs.exp: Likewise.
18729 * gdb.base/default.exp: Remove references to h8300-*-hms and
18730 *-*-udi*.
18731 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
18732
18733 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
18734
18735 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
18736 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
18737 and "return" use KFAIL when GDB can not read/write the vector
18738 return value.
18739
18740 2015-08-21 Gary Benson <gbenson@redhat.com>
18741
18742 * gdb.trace/pending.exp: Cope with remote transfer warnings.
18743
18744 2015-08-20 Pedro Alves <palves@redhat.com>
18745
18746 * gdb.server/solib-list.exp: No longer expect an interior stop in
18747 non-stop mode.
18748
18749 2015-08-20 Pedro Alves <palves@redhat.com>
18750
18751 * gdb.server/connect-stopped-target.c: New file.
18752 * gdb.server/connect-stopped-target.exp: New file.
18753
18754 2015-08-20 Pedro Alves <palves@redhat.com>
18755
18756 * gdb.dwarf2/comp-unit-lang.exp: New file.
18757 * gdb.dwarf2/comp-unit-lang.c: New file.
18758
18759 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
18760
18761 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
18762 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
18763
18764 2015-08-19 Kevin Buettner <kevinb@redhat.com>
18765
18766 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
18767 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
18768
18769 2015-08-18 Doug Evans <dje@google.com>
18770 Adrian Sendroiu <adrian.sendroiu@freescale.com>
18771
18772 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
18773 skip_python_tests. New arg prompt_regexp.
18774 (skip_python_tests): New function.
18775 * lib/mi-support.exp (mi_skip_python_tests): New function.
18776 * gdb.python/py-mi-objfile-gdb.py: New file.
18777 * gdb.python/py-mi-objfile.c: New file.
18778 * gdb.python/py-mi-objfile.exp: New file.
18779
18780 2015-08-17 Keith Seitz <keiths@redhat.com>
18781
18782 * gdb.linespec/explicit.exp: Move strace test from here ...
18783 * gdb.trace/strace.exp: ... to here.
18784
18785 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
18786
18787 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
18788 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
18789
18790 2015-08-14 Doug Evans <xdje42@gmail.com>
18791
18792 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
18793 inferior before selecting a new file.
18794
18795 2015-08-14 Doug Evans <xdje42@gmail.com>
18796
18797 * gdb.mi/mi-disassemble.exp: Update.
18798 * gdb.base/disasm-optim.S: New file.
18799 * gdb.base/disasm-optim.c: New file.
18800 * gdb.base/disasm-optim.h: New file.
18801 * gdb.base/disasm-optim.exp: New file.
18802
18803 2015-08-14 Keith Seitz <keiths@redhat.com>
18804
18805 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
18806 "evaluated-by".
18807
18808 2015-08-13 Joel Brobecker <brobecker@adacore.com>
18809
18810 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
18811
18812 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
18813
18814 * gdb.ada/fun_renaming.exp: New testcase.
18815 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
18816 * gdb.ada/fun_renaming/pack.adb: New file.
18817 * gdb.ada/fun_renaming/pack.ads: New file.
18818
18819 2015-08-12 Keith Seitz <keiths@redhat.com>
18820
18821 * gdb.base/dso2dso.exp: Pass basename of source file in call to
18822 gdb_get_line_number.
18823
18824 2015-08-12 Joel Brobecker <brobecker@adacore.com>
18825
18826 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
18827 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
18828 gdb.base/dso2dso.exp: New files.
18829
18830 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
18831 Pedro Alves <palves@redhat.com>
18832 Keith Seitz <keiths@redhat.com>
18833
18834 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
18835 GDBFLAGS.
18836
18837 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
18838
18839 * gdb.base/gdbhistsize-history.exp
18840 (test_histsize_history_setting): Use save_vars.
18841 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
18842 Use save_vars.
18843 (test_no_truncation_of_unlimited_history_file): Use save_vars.
18844 * gdb.base/readline.exp: Use save_vars.
18845
18846 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
18847
18848 * lib/gdb.exp (save_vars): New proc.
18849
18850 2015-08-11 Keith Seitz <keiths@redhat.com>
18851
18852 * gdb.base/help.exp: Update help_breakpoint_text.
18853
18854 2015-08-11 Keith Seitz <keiths@redhat.com>
18855
18856 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
18857 (at toplevel): Call test_explicit_breakpoints.
18858 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
18859 breakpoints.
18860 * lib/mi-support.exp (mi_make_breakpoint): Add support for
18861 breakpoint conditions, "-cond".
18862
18863 2015-08-11 Keith Seitz <keiths@redhat.com>
18864
18865 * gdb.linespec/3explicit.c: New file.
18866 * gdb.linespec/cpexplicit.cc: New file.
18867 * gdb.linespec/cpexplicit.exp: New file.
18868 * gdb.linespec/explicit.c: New file.
18869 * gdb.linespec/explicit.exp: New file.
18870 * gdb.linespec/explicit2.c: New file.
18871 * gdb.linespec/ls-errs.exp: Add explicit location tests.
18872 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
18873 before using in the matching pattern.
18874 Clarify that `prefix' is a regular expression.
18875
18876 2015-08-11 Keith Seitz <keiths@redhat.com>
18877
18878 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
18879 test.
18880 Add tests for missing ",FMT" and ",".
18881
18882 2015-08-10 Doug Evans <dje@google.com>
18883 Keith Seitz <keiths@redhat.com>
18884
18885 PR gdb/17960
18886 * gdb.base/completion.exp: Add location completer tests.
18887
18888 2015-08-07 Pedro Alves <palves@redhat.com>
18889
18890 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
18891 tests here.
18892 (top level): Run do_test with and without displaced stepping.
18893
18894 2015-08-07 Pedro Alves <palves@redhat.com>
18895
18896 * gdb.base/valgrind-disp-step.c: New file.
18897 * gdb.base/valgrind-disp-step.exp: New file.
18898
18899 2015-08-07 Pedro Alves <palves@redhat.com>
18900
18901 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
18902 Delete function.
18903 (main): Add alarm. Run an infinite loop instead of calling
18904 wait_threads.
18905 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
18906 comment.
18907 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
18908 Delete function.
18909 (main): Add alarm. Run an infinite loop instead of calling
18910 wait_threads.
18911 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
18912 comment.
18913
18914 2015-08-07 Pedro Alves <palves@redhat.com>
18915
18916 * gdb.base/checkpoint-ns.exp: New file.
18917 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
18918 standard_testfile.
18919
18920 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
18921
18922 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
18923 * gdb.btrace/instruction_history.exp: Update.
18924 * gdb.btrace/tsx.exp: New.
18925 * gdb.btrace/tsx.c: New.
18926
18927 2015-08-06 Pedro Alves <palves@redhat.com>
18928
18929 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
18930 increase timeout.
18931 * gdb.reverse/until-precsave.exp: Bump timeouts.
18932
18933 2015-08-06 Pedro Alves <palves@redhat.com>
18934
18935 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
18936
18937 2015-08-06 Pedro Alves <palves@redhat.com>
18938
18939 PR gdb/18749
18940 * gdb.threads/process-dies-while-handling-bp.c: New file.
18941 * gdb.threads/process-dies-while-handling-bp.exp: New file.
18942
18943 2015-08-06 Pedro Alves <palves@redhat.com>
18944
18945 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
18946 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
18947
18948 2015-08-05 Pedro Alves <palves@redhat.com>
18949
18950 * gdb.threads/next-while-other-thread-longjmps.c: New file.
18951 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
18952
18953 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
18954
18955 * gdb.base/bp-permanent.exp: Report test as unsupported if
18956 the target cannot stop at the permanent breakpoint.
18957
18958 2015-08-03 Doug Evans <dje@google.com>
18959
18960 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
18961 10000.
18962
18963 2015-08-03 Doug Evans <dje@google.com>
18964
18965 * Makefile.in (workers/%.worker, build-perf): New rule.
18966 (GDB_PERFTEST_MODE): New variable.
18967 (check-perf): Use it.
18968 (clean): Clean up gdb.perf parallel build subdirs.
18969 * lib/build-piece.exp: New file.
18970 * lib/gdb.exp (make_gdb_parallel_path): New function
18971 (standard_output_file, standard_temp_file): Call it.
18972 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
18973 of $GDB_PARALLEL.
18974 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
18975
18976 2015-08-03 Doug Evans <dje@google.com>
18977
18978 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
18979 (LOG_FILE_NAME): New global.
18980 (TextReporter.__init__): Initialize self.txt_sum.
18981 (TextReporter.report): Add support for multiple data-points.
18982 Move report to perftest.sum, put raw data in perftest.log.
18983 (TextReporter.start): Open sum and log files.
18984 (TextReporter.end): Close sum and log files.
18985 * gdb.perf/lib/perftest/testresult.py
18986 (SingleStatisticTestResult.record): Handle multiple data-points.
18987
18988 2015-07-31 Pedro Alves <palves@redhat.com>
18989
18990 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
18991 Use spawn_id_get_pid. Wait for spawn id after eof. Use
18992 kill_wait_spawned_process instead of explicit "kill -9".
18993 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
18994 returning a spawn id instead of a pid. Use spawn_id_get_pid and
18995 kill_wait_spawned_process.
18996 * gdb.base/attach-twice.exp: Likewise.
18997 * gdb.base/attach.exp: Likewise.
18998 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
18999 gdb_test_multiple.
19000 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
19001 returning a spawn id instead of a pid. Use spawn_id_get_pid and
19002 kill_wait_spawned_process.
19003 * gdb.base/valgrind-infcall.exp: Likewise.
19004 * gdb.multi/multi-attach.exp: Likewise.
19005 * gdb.python/py-prompt.exp: Likewise.
19006 * gdb.python/py-sync-interp.exp: Likewise.
19007 * gdb.server/ext-attach.exp: Likewise.
19008 * gdb.threads/attach-into-signal.exp (corefunc): Use
19009 spawn_wait_for_attach, spawn_id_get_pid and
19010 kill_wait_spawned_process.
19011 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
19012 spawn_wait_for_attach returning a spawn id instead of a pid. Use
19013 spawn_id_get_pid and kill_wait_spawned_process.
19014 * gdb.threads/attach-stopped.exp (corefunc): Use
19015 spawn_wait_for_attach, spawn_id_get_pid and
19016 kill_wait_spawned_process.
19017 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
19018 Use spawn_id_get_pid. Wait for spawn id after eof. Use
19019 kill_wait_spawned_process instead of explicit "kill -9".
19020 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
19021 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
19022 (spawn_wait_for_attach): Use spawn instead of exec to spawn
19023 processes. Don't map cygwin/windows pids here. Now returns a
19024 spawn id list.
19025
19026 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
19027
19028 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
19029 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
19030 correct patch.
19031
19032 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
19033
19034 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
19035
19036 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
19037
19038 Reapply:
19039 2014-05-21 Mark Wielaard <mjw@redhat.com>
19040
19041 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
19042
19043 2015-07-30 Pedro Alves <palves@redhat.com>
19044
19045 * linux-low.c (handle_extended_wait): Set the child's last
19046 reported status to TARGET_WAITKIND_STOPPED.
19047
19048 2015-07-30 Pedro Alves <palves@redhat.com>
19049
19050 PR threads/18600
19051 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
19052 only shows inferior 1.
19053
19054 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
19055 Pedro Alves <palves@redhat.com>
19056
19057 PR threads/18600
19058 * gdb.threads/fork-plus-threads.c: New file.
19059 * gdb.threads/fork-plus-threads.exp: New file.
19060
19061 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
19062
19063 * gdb.base/batch-preserve-term-settings.exp
19064 (test_terminal_settings_preserved_after_cli_exit): Use
19065 send_quit_command.
19066
19067 2015-07-29 Pedro Alves <palves@redhat.com>
19068 Don Breazeal <donb@codesourcery.com>
19069
19070 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
19071 output from both inferior_spawn_id and gdb_spawn_id.
19072
19073 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
19074
19075 * gdb.threads/attach-into-signal.exp (corefunc): Use
19076 with_test_prefix on nested loops, uniquefying the test messages.
19077
19078 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
19079
19080 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
19081 commit.
19082
19083 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
19084
19085 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
19086 New proc.
19087 (test_terminal_settings_preserved_after_sigterm): New test.
19088
19089 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
19090
19091 * gdb.base/batch-preserve-term-settings.exp
19092 (test_terminal_settings_preserved_after_cli_exit): New test.
19093
19094 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
19095
19096 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
19097 manipulation of saved_gdbflags.
19098 (test_terminal_settings_preserved): Remove global declaration of
19099 the unused variable pagination_prompt. Remove manipulation of
19100 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
19101 GDBFLAGS.
19102
19103 2015-07-29 Pedro Alves <palves@redhat.com>
19104
19105 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
19106
19107 2015-07-29 Pedro Alves <palves@redhat.com>
19108
19109 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
19110 at the top.
19111
19112 2015-07-29 Pedro Alves <palves@redhat.com>
19113
19114 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
19115 (main): Call gdb_unbuffer_output.
19116 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
19117 (main): Call gdb_unbuffer_output.
19118 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
19119 (main): Call gdb_unbuffer_output.
19120 * gdb.base/call-strs.exp: Adjust to step over the
19121 gdb_unbuffer_output call.
19122 * gdb.base/catch-gdb-caused-signals.c: Include
19123 "../lib/unbuffer_output.c".
19124 (main): Call gdb_unbuffer_output.
19125 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
19126 (main): Call gdb_unbuffer_output.
19127 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
19128 (main): Call gdb_unbuffer_output.
19129 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
19130 (main): Call gdb_unbuffer_output.
19131 * gdb.base/shlib-call.exp: Adjust to step over the
19132 gdb_unbuffer_output call.
19133 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
19134 (main): Call gdb_unbuffer_output.
19135 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
19136 (main): Call gdb_unbuffer_output.
19137 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
19138 (main): Rename to ...
19139 (test): ... this.
19140 (main): Reimplement.
19141 * gdb.base/varargs.exp: Run to test instead of to main.
19142 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
19143 (main): Call gdb_unbuffer_output.
19144
19145 2015-07-29 Pedro Alves <palves@redhat.com>
19146
19147 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
19148 factore out from mi_continue_dprintf. For call-style dprintfs,
19149 expect dprintf output out of $inferior_spawn_id.
19150 (mi_continue_dprintf): Use mi_expect_dprintf.
19151 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
19152 (main): Call gdb_unbuffer_output.
19153
19154 2015-07-29 Pedro Alves <palves@redhat.com>
19155
19156 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
19157 (default_mi_gdb_start): Set inferior_spawn_id instead of
19158 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
19159 gdb_spawn_id.
19160 (mi_gdb_test): Always expect inferior output from both
19161 $inferior_spawn_id and $gdb_spawn_id.
19162
19163 2015-07-29 Pedro Alves <palves@redhat.com>
19164
19165 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
19166 send_inferior and $inferior_spawn_id.
19167
19168 2015-07-29 Pedro Alves <palves@redhat.com>
19169
19170 * gdb.gdb/complaints.exp (test_initial_complaints)
19171 (test_serial_complaints, test_short_complaints): Use
19172 gdb_test_stdio.
19173 (test_empty_complaint): Handle $inferior_spawn_id !=
19174 $gdb_spawn_id.
19175
19176 2015-07-29 Pedro Alves <palves@redhat.com>
19177
19178 * gdb.base/varargs.exp: Use gdb_test_stdio.
19179
19180 2015-07-29 Pedro Alves <palves@redhat.com>
19181
19182 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
19183
19184 2015-07-29 Pedro Alves <palves@redhat.com>
19185
19186 * gdb.base/ending-run.exp: Use gdb_test_stdio.
19187
19188 2015-07-29 Pedro Alves <palves@redhat.com>
19189
19190 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
19191 parameter into two new parameters, "inf_result" and "gdb_result".
19192 Expect inferior output and gdb output from $inferior_spawn_id and
19193 $gdb_spawn_id, respectively. Adjust all callers.
19194
19195 2015-07-29 Pedro Alves <palves@redhat.com>
19196
19197 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
19198 of gdb_test_sequence.
19199
19200 2015-07-29 Pedro Alves <palves@redhat.com>
19201
19202 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
19203 (saw_spurious_output): Expect inferior output from
19204 $inferior_spawn_id. Use gdb_test_stdio.
19205
19206 2015-07-29 Pedro Alves <palves@redhat.com>
19207
19208 * gdb.base/dprintf.exp: Use standard_testfile. Change
19209 prepare_for_testing call.
19210 (srcfile): Don't set.
19211 (restart): New procedure.
19212 (test_dprintf): New procecure, use to continue over dprintfs.
19213 (test_call, test_agent): New procedures, tests moved here.
19214 Restart gdb and recreate dprintfs. Adjust expected output.
19215
19216 2015-07-29 Pedro Alves <palves@redhat.com>
19217
19218 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
19219
19220 2015-07-29 Pedro Alves <palves@redhat.com>
19221
19222 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
19223
19224 2015-07-29 Pedro Alves <palves@redhat.com>
19225
19226 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
19227 gdb_test_stdio.
19228
19229 2015-07-29 Pedro Alves <palves@redhat.com>
19230
19231 * lib/gdb.exp (gdb_test_stdio): New procedure.
19232
19233 2015-07-29 Pedro Alves <palves@redhat.com>
19234
19235 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
19236
19237 2015-07-29 Pedro Alves <palves@redhat.com>
19238
19239 * gdb.base/call-signal-resume.exp: Remove check for
19240 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
19241 * gdb.base/unwindonsignal.exp: Likewise.
19242 * gdb.base/call-signals.c (gen_signal): Remove printf call.
19243 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
19244
19245 2015-07-29 Pedro Alves <palves@redhat.com>
19246
19247 * gdb.base/siginfo-addr.c (pass): New function.
19248 (handler): Call it iff si_addr is correct.
19249 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
19250 Set a breakpoint at "pass" and continue to it.
19251
19252 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
19253
19254 * gdb.python/py-objfile.exp: Make some tests have unique names.
19255 * gdb.python/py-pp-registration.exp: Likewise.
19256
19257 2015-07-28 Pedro Alves <palves@redhat.com>
19258
19259 * gdb.server/server-exec-info.exp: Issue a "disconnect".
19260
19261 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
19262
19263 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
19264
19265 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
19266
19267 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
19268
19269 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
19270
19271 * gdb.base/gdb-sigterm-2.exp: New test.
19272
19273 2015-07-25 Doug Evans <xdje42@gmail.com>
19274
19275 Revert:
19276 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
19277 (workers/%.worker, build-perf): New rule.
19278 (GDB_PERFTEST_MODE): New variable.
19279 (check-perf): Use it.
19280 (clean): Clean up gdb.perf parallel build subdirs.
19281 * lib/build-piece.exp: New file.
19282 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
19283 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
19284 name.
19285 (standard_temp_file): Ditto.
19286 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
19287 of $GDB_PARALLEL.
19288
19289 2015-07-24 Doug Evans <dje@google.com>
19290
19291 * gdb.perf/lib/perftest/utils.py: New file.
19292 * gdb.perf/gm-hello.cc: New file.
19293 * gdb.perf/gm-pervasive-typedef.cc: New file.
19294 * gdb.perf/gm-pervasive-typedef.h: New file.
19295 * gdb.perf/gm-std.cc: New file.
19296 * gdb.perf/gm-std.h: New file.
19297 * gdb.perf/gm-use-cerr.cc: New file.
19298 * gdb.perf/gm-utils.h: New file.
19299 * gdb.perf/gmonster-null-lookup.py: New file.
19300 * gdb.perf/gmonster-pervasive-typedef.py: New file.
19301 * gdb.perf/gmonster-print-cerr.py: New file.
19302 * gdb.perf/gmonster-ptype-string.py: New file.
19303 * gdb.perf/gmonster-runto-main.py: New file.
19304 * gdb.perf/gmonster-select-file.py: New file.
19305 * gdb.perf/gmonster1-null-lookup.exp: New file.
19306 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
19307 * gdb.perf/gmonster1-print-cerr.exp: New file.
19308 * gdb.perf/gmonster1-ptype-string.exp: New file.
19309 * gdb.perf/gmonster1-runto-main.exp: New file.
19310 * gdb.perf/gmonster1-select-file.exp: New file.
19311 * gdb.perf/gmonster1.cc: New file.
19312 * gdb.perf/gmonster1.exp: New file.
19313 * gdb.perf/gmonster2-null-lookup.exp: New file.
19314 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
19315 * gdb.perf/gmonster2-print-cerr.exp: New file.
19316 * gdb.perf/gmonster2-ptype-string.exp: New file.
19317 * gdb.perf/gmonster2-runto-main.exp: New file.
19318 * gdb.perf/gmonster2-select-file.exp: New file.
19319 * gdb.perf/gmonster2.cc: New file.
19320 * gdb.perf/gmonster2.exp: New file.
19321
19322 2015-07-24 Doug Evans <dje@google.com>
19323
19324 * gdb.perf/README: New file.
19325 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
19326 * lib/gen-perf-test.exp: New file.
19327
19328 2015-07-24 Doug Evans <dje@google.com>
19329
19330 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
19331 (PerfTest::startup): New function.
19332 (PerfTest::run): Return result of calling body.
19333 (PerfTest::assemble): Rewrite.
19334 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
19335 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
19336 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
19337 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
19338 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
19339
19340 2015-07-24 Doug Evans <dje@google.com>
19341
19342 * lib/gdb.exp (clean_restart): Make executable optional.
19343
19344 2015-07-24 Doug Evans <dje@google.com>
19345
19346 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
19347 compiler_info references.
19348 * gdb.cp/temargs.exp: Ditto.
19349 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
19350 (get_compiler_info): Early exit if already computed. Set compiler_info
19351 to "unknown" if there was a problem.
19352 (test_compiler_info): Add function comment. Call get_compiler_info.
19353
19354 2015-07-24 Doug Evans <dje@google.com>
19355
19356 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
19357 (workers/%.worker, build-perf): New rule.
19358 (GDB_PERFTEST_MODE): New variable.
19359 (check-perf): Use it.
19360 (clean): Clean up gdb.perf parallel build subdirs.
19361 * lib/build-piece.exp: New file.
19362 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
19363 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
19364 name.
19365 (standard_temp_file): Ditto.
19366 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
19367 of $GDB_PARALLEL.
19368
19369 2015-07-24 Doug Evans <dje@google.com>
19370
19371 * lib/future.exp (gdb_default_target_compile): New option
19372 "early_flags".
19373 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
19374 --as-needed.
19375
19376 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
19377
19378 * gdb.base/catch-syscall.exp: Call gdb_exit before
19379 gdb_skip_xml_test.
19380
19381 2015-07-24 Pedro Alves <palves@redhat.com>
19382
19383 * gdb.python/py-events.exp: Accept output between the stop event
19384 and the prompt.
19385 * gdb.python/py-evsignal.exp: Likewise.
19386 * gdb.python/py-evthreads.exp: Likewise.
19387
19388 2015-07-24 Pedro Alves <palves@redhat.com>
19389
19390 PR gdb/18717
19391 * gdb.threads/non-ldr-exit.c: New file.
19392 * gdb.threads/non-ldr-exit.exp: New file.
19393
19394 2015-07-24 Yao Qi <yao.qi@linaro.org>
19395
19396 * gdb.server/ext-wrapper.exp: Test --wrapper option when
19397 restarting process.
19398
19399 2015-07-24 Yao Qi <yao.qi@linaro.org>
19400
19401 * gdb.server/ext-restart.exp: New file.
19402
19403 2015-07-24 Yao Qi <yao.qi@linaro.org>
19404
19405 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
19406 argument options.
19407 * gdb.server/ext-wrapper.exp: New file.
19408
19409 2015-07-23 Doug Evans <dje@google.com>
19410
19411 * gdb.dwarf2/dw2-dummy-cu.S: New file.
19412 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
19413
19414 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
19415
19416 * gdb.ada/var_arr_typedef.exp: New testcase.
19417 * gdb.ada/var_arr_typedef/pack.adb: New file.
19418 * gdb.ada/var_arr_typedef/pack.ads: New file.
19419 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
19420
19421 2015-07-20 Joel Brobecker <brobecker@adacore.com>
19422
19423 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
19424
19425 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19426
19427 * gdb.arch/i386-biarch-core.exp: Replace istarget
19428 by "complete set gnutarget". Remove expectation for the "core-file"
19429 command.
19430
19431 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
19432
19433 Revert the previous commit:
19434 Tests for validate symbol file using build-id.
19435
19436 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
19437
19438 Tests for validate symbol file using build-id.
19439 * gdb.base/solib-mismatch-lib.c: New file.
19440 * gdb.base/solib-mismatch-libmod.c: New file.
19441 * gdb.base/solib-mismatch.c: New file.
19442 * gdb.base/solib-mismatch.exp: New file.
19443
19444 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
19445
19446 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
19447 nios2-*-linux*.
19448 * gdb.base/sigbpt.exp (stepi_out): Likewise.
19449 * gdb.base/siginfo.exp: Likewise.
19450 * gdb.base/sigstep.exp (advance, advancei): Likewise.
19451
19452 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
19453
19454 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
19455 Move it to ...
19456 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
19457 ... here.
19458 * gdb.trace/range-stepping.exp: Check that the target supports
19459 range stepping.
19460
19461 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
19462
19463 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
19464
19465 2015-07-14 Pedro Alves <palves@redhat.com>
19466
19467 * gdb.base/killed-outside.exp: New file.
19468 * gdb.base/killed-outside.c: New file.
19469
19470 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
19471
19472 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
19473 (n at main): New.
19474 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
19475
19476 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
19477
19478 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
19479 infcall tests instead of setting up for KFAIL.
19480
19481 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
19482
19483 * gdb.btrace/record_goto-step.exp: New.
19484
19485 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
19486
19487 PR compile/18484
19488 * gdb.compile/compile.c (struct struct_type): Add volatile to
19489 selffield's type.
19490 * gdb.compile/compile.exp
19491 (compile code struct_object.selffield = &struct_object): Skip further
19492 struct_object tests if this one xfails.
19493
19494 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
19495
19496 PR exp/18617
19497 * gdb.trace/ax.exp: Add test.
19498
19499 2015-07-07 Yao Qi <yao.qi@linaro.org>
19500
19501 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
19502 instead of istarget "aarch64*-*-*".
19503 * gdb.arch/aarch64-fp.exp: Likewise.
19504 * gdb.base/float.exp: Likewise.
19505 * gdb.reverse/aarch64.exp: Likewise.
19506 * lib/gdb.exp (is_aarch64_target): New proc.
19507
19508 2015-07-07 Yao Qi <yao.qi@linaro.org>
19509
19510 * lib/gdb.exp (is_aarch32_target): New proc.
19511 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
19512 instead of "istarget "arm*-*-*"".
19513 * gdb.arch/arm-disp-step.exp: Likewise.
19514 * gdb.arch/thumb-bx-pc.exp: Likewise.
19515 * gdb.arch/thumb-prologue.exp: Likewise.
19516 * gdb.arch/thumb-singlestep.exp: Likewise.
19517 * gdb.base/disp-step-syscall.exp: Likewise.
19518 * gdb.base/float.exp: Likewise.
19519
19520 2015-07-07 Yao Qi <yao.qi@linaro.org>
19521
19522 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
19523 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
19524
19525 2015-07-07 Yao Qi <yao.qi@linaro.org>
19526
19527 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
19528 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
19529 if it exists.
19530 * gdb.multi/multi-arch.exp: Likewise.
19531
19532 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
19533
19534 * gdb.python/py-lazy-string.exp: Add missing parentheses to
19535 print.
19536
19537 2015-07-07 Yao Qi <yao.qi@linaro.org>
19538
19539 * gdb.arch/thumb-singlestep.exp: Do one more single step.
19540
19541 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
19542
19543 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
19544 '[' and ']' characters.
19545
19546 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
19547
19548 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
19549
19550 2015-06-29 Pedro Alves <palves@redhat.com>
19551
19552 PR threads/18127
19553 * gdb.threads/hand-call-new-thread.c: New file.
19554 * gdb.threads/hand-call-new-thread.c: New file.
19555
19556 2015-06-26 Keith Seitz <keiths@redhat.com>
19557 Doug Evans <dje@google.com>
19558
19559 PR 16253
19560 * gdb.cp/var-tag-2.cc: New file.
19561 * gdb.cp/var-tag-3.cc: New file.
19562 * gdb.cp/var-tag-4.cc: New file.
19563 * gdb.cp/var-tag.cc: New file.
19564 * gdb.cp/var-tag.exp: New file.
19565
19566 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
19567
19568 * gdb.base/history-duplicates.exp: New test.
19569
19570 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
19571
19572 * gdb.base/completion.exp: Test the completion of the "focus"
19573 command.
19574
19575 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
19576
19577 * gdb.arch/amd64-prologue-skip.S: New file.
19578 * gdb.arch/amd64-prologue-skip.exp: New file.
19579
19580 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
19581
19582 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
19583 is_address_zero_readable check.
19584
19585 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
19586
19587 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
19588 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
19589
19590 2015-06-24 Yao Qi <yao.qi@linaro.org>
19591
19592 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
19593 linux targets.
19594
19595 2015-06-24 Yao Qi <yao.qi@linaro.org>
19596
19597 * lib/gdb.exp (supports_get_siginfo_type): New proc.
19598 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
19599 * gdb.base/siginfo-thread.exp: Likewise.
19600
19601 2015-06-22 Yao Qi <yao.qi@linaro.org>
19602
19603 * boards/remote-gdbserver-on-localhost.exp: Add comments.
19604
19605 2015-06-22 Yao Qi <yao.qi@linaro.org>
19606
19607 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
19608 aarch64*-*-*.
19609 (skip_hw_watchpoint_tests): Likewise.
19610
19611 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
19612
19613 * gdb.base/gdbinit-history.exp: Test the interaction between
19614 setting GDBHISTSIZE and setting the history size via .gdbinit.
19615
19616 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
19617
19618 PR gdb/16999
19619 * gdb.base/gdbhistsize-history.exp: New test.
19620
19621 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
19622
19623 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
19624 with GDBHISTSIZE.
19625 * gdb.base/readline.exp: Likewise.
19626
19627 2015-06-17 Yao Qi <yao.qi@linaro.org>
19628
19629 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
19630 line.
19631
19632 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
19633
19634 * gdb.base/gdbinit-history.exp: Add test case to check that
19635 an unlimited history file does not get truncated on exit.
19636
19637 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
19638
19639 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
19640 (VECTOR): New macro. Use it...
19641 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
19642 ...for these typedefs.
19643 (int8, char1, int1, double1): New typedefs.
19644 (struct just_int2, struct two_int2): New structures.
19645 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
19646 (add_structvecs, add_singlevecs): New functions.
19647 (main): Call add_some_intvecs twice.
19648 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
19649 the compile and exit upon failure. Try compiling for the "native"
19650 architecture. Test inferior function calls with vector arguments
19651 and vector return value handling with "finish" and "return".
19652
19653 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
19654
19655 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
19656 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
19657 PE file.
19658 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
19659
19660 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
19661
19662 PR breakpoints/16465
19663 * gdb.mi/mi-dprintf-pending.c: New file.
19664 * gdb.mi/mi-dprintf-pending.exp: New test.
19665 * gdb.mi/mi-dprintf-pendshr.c: New file.
19666
19667 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
19668 Mircea Gherzan <mircea.gherzan@intel.com>
19669
19670 * gdb.arch/i386-mpx-map.c: New file.
19671 * gdb.arch/i386-mpx-map.exp: New File.
19672
19673 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
19674
19675 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
19676 * gdb.arch/i386-mpx.exp: Indentation fixed.
19677
19678 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
19679
19680 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
19681 function and improved indentation.
19682 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
19683 gdb_test_multiple. Added additional tests to skip the test.
19684
19685 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
19686
19687 * gdb.arch/i386-avx512.c: Change path in include file.
19688 * gdb.arch/i386-avx512.exp: Change include dir path
19689 compilation flag.
19690 * gdb.arch/i386-mpx.c: Change path in include file.
19691 * gdb.arch/i386-mpx.exp: Change include dir path compilation
19692 flag.
19693
19694 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
19695
19696 * gdb.compile/compile-print.exp (compile print *vararray@3)
19697 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
19698
19699 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
19700
19701 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
19702 (do not keep jit in memory): ... this.
19703 (expect 5): Change it to ...
19704 (expect no 5): ... this.
19705
19706 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
19707
19708 PR gdb/15564
19709 * gdb.mi/mi-detach.exp: New file.
19710
19711 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
19712
19713 PR symtab/18392
19714 * gdb.arch/amd64-tailcall-self.S: New file.
19715 * gdb.arch/amd64-tailcall-self.c: New file.
19716 * gdb.arch/amd64-tailcall-self.exp: New file.
19717
19718 2015-05-28 Don Breazeal <donb@codesourcery.com>
19719
19720 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
19721 tests for remote targets by checking is_target_gdbserver.
19722
19723 2015-05-27 Doug Evans <dje@google.com>
19724
19725 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
19726 * gdb.dwarf2/opaque-type-lookup.c: New file.
19727 * gdb.dwarf2/opaque-type-lookup.exp: New file.
19728
19729 2015-05-26 Doug Evans <dje@google.com>
19730
19731 * gdb.cp/iostream.cc: New file.
19732 * gdb.cp/iostream.exp: New file.
19733
19734 2015-05-26 Doug Evans <dje@google.com>
19735
19736 * gdb.dwarf2/dw2-op-call.exp: Update.
19737 * gdb.dwarf2/dw4-sig-types.exp: Update.
19738 * gdb.dwarf2/implptr.exp: Update.
19739 * gdb.mi/mi-cmd-param-changed.exp: Update.
19740
19741 2015-05-26 Doug Evans <dje@google.com>
19742
19743 * gdb.python/py-lazy-string.c: New file.
19744 * gdb.python/py-lazy-string.exp: New file.
19745 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
19746 (main): Update. Add estring3.
19747 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
19748 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
19749
19750 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
19751 Yao Qi <yao.qi@linaro.org>
19752
19753 * gdb.reverse/aarch64.c: New.
19754 * gdb.reverse/aarch64.exp: New.
19755
19756 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
19757
19758 * lib/gdb.exp (supports_process_record): Return true for
19759 aarch64*-linux*.
19760 (supports_reverse): Likewise.
19761
19762 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
19763
19764 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
19765 Use with_test_prefix.
19766
19767 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
19768
19769 * gdb.base/completion.exp: Add test for completion of layout
19770 names.
19771
19772 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
19773
19774 * lib/gdb.exp (skip_tui_tests): New proc.
19775 * gdb.base/tui-layout.exp: Check skip_tui_tests.
19776
19777 2015-05-19 Pedro Alves <palves@redhat.com>
19778
19779 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
19780 Save the whole env array instead of just HOME. Unset HISTSIZE in
19781 the environment while testing. Restore whole environment
19782 afterwards.
19783
19784 2015-05-16 Doug Evans <xdje42@gmail.com>
19785
19786 * gdb.guile/scm-ports.c: New file.
19787 * gdb.guile/scm-ports.exp: Add memory port tests.
19788
19789 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19790
19791 * gdb.compile/compile-print.c: New file.
19792 * gdb.compile/compile-print.exp: New file.
19793
19794 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19795
19796 * gdb.compile/compile-ops.exp: Cast param to void.
19797 * gdb.compile/compile.exp: Complete type for _gdb_expr.
19798 (compile code struct_object.selffield = &struct_object): Add xfail.
19799
19800 2015-05-15 Joel Brobecker <brobecker@adacore.com>
19801
19802 * gdb.ada/arr_enum_with_gap: New testcase.
19803
19804 2015-05-15 Joel Brobecker <brobecker@adacore.com>
19805
19806 * gdb.ada/byte_packed_arr: New testcase.
19807
19808 2015-05-15 Joel Brobecker <brobecker@adacore.com>
19809
19810 * gdb.ada/pckd_neg: New testcase.
19811
19812 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
19813
19814 PR gdb/17820
19815 * gdb.base/gdbinit-history.exp: New test.
19816 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
19817 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
19818
19819 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
19820
19821 * gdb.python/py-xmethods.cc: Enhance test case.
19822 * gdb.python/py-xmethods.exp: New tests.
19823 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
19824 function.
19825 (B_indexoper): Likewise.
19826 (global_dm_list) : Add new xmethod worker functions.
19827
19828 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
19829
19830 * gdb.base/coredump-filter.exp: Correctly unset
19831 "coredump_var_addr" array.
19832
19833 2015-05-08 Pedro Alves <palves@redhat.com>
19834
19835 * gdb.server/non-existing-program.exp: Unset spawn_id.
19836
19837 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
19838
19839 PR python/18291
19840 * gdb.python/py-xmethods.exp: Add tests.
19841
19842 2015-05-08 Yao Qi <yao.qi@linaro.org>
19843
19844 PR gdb/18208
19845 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
19846 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
19847 function set_coredump_filter, and remove remote_exec call.
19848 Remove argument ipid. Callers update.
19849 (top level): Don't get inferior's PID.
19850
19851 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
19852
19853 * gdb.base/watch_thread_num.exp: Skip test on targets without
19854 access watchpoints.
19855
19856 2015-05-06 Pedro Alves <palves@redhat.com>
19857
19858 PR server/18081
19859 * gdb.server/non-existing-program.exp: New file.
19860
19861 2015-05-05 Joel Brobecker <brobecker@adacore.com>
19862
19863 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
19864
19865 2015-05-05 Joel Brobecker <brobecker@adacore.com>
19866
19867 * gdb.ada/out_of_line_in_inlined: New testcase.
19868
19869 2015-05-05 Joel Brobecker <brobecker@adacore.com>
19870
19871 * gdb.ada/var_rec_arr: New testcase.
19872
19873 2015-04-30 Yao Qi <yao.qi@linaro.org>
19874
19875 * gdb.base/break-idempotent.exp: If
19876 skip_hw_watchpoint_multi_tests returns true, skip the tests
19877 on "rwatch" and "awatch".
19878
19879 2015-04-30 Yao Qi <yao.qi@linaro.org>
19880
19881 * gdb.base/relativedebug.exp: Invoke gdb command
19882 "info sharedlibrary", and if libc.so doesn't have debug info,
19883 skip the test.
19884
19885 2015-04-29 Doug Evans <dje@google.com>
19886
19887 * gdb.python/py-xmethods.exp: Add ptype tests.
19888 * gdb.python/py-xmethods.py (E_method_char_worker): Add
19889 get_result_type method.
19890
19891 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
19892
19893 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
19894 the target does not support hardware watchpoints.
19895
19896 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
19897
19898 * gdb.base/break-always.exp: Abort testing if writing to memory
19899 causes an error.
19900
19901 2015-04-28 Doug Evans <dje@google.com>
19902
19903 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
19904 * gdb.python/py-pp-registration.exp: ... here. New file.
19905 * gdb.python/py-pp-registration.c: New file.
19906 * gdb.python/py-pp-registration.py: New file.
19907
19908 2015-04-28 Doug Evans <dje@google.com>
19909
19910 * gdb.python/py-bad-printers.c: New file.
19911 * gdb.python/py-bad-printers.py: New file.
19912 * gdb.python/py-bad-printers.exp: New file.
19913
19914 2015-04-28 Sasha Smundak <asmundak@google.com>
19915
19916 * gdb.python/py-type.exp: New test.
19917
19918 2015-04-28 Andy Wingo <wingo@igalia.com>
19919
19920 * gdb.python/py-parameter.exp:
19921 * gdb.guile/scm-parameter.exp: Escape the path that we are
19922 matching against, as it might contain characters that are special
19923 to regular expressions.
19924
19925 2015-04-27 Joel Brobecker <brobecker@adacore.com>
19926
19927 * gdb.ada/rec_comp: New testcase.
19928
19929 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
19930
19931 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
19932 before using it.
19933
19934 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
19935
19936 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
19937 new tests for verilog output.
19938
19939 2015-04-24 Yao Qi <yao.qi@linaro.org>
19940
19941 * boards/remote-gdbserver-on-localhost.exp: New file.
19942
19943 2015-04-23 Pedro Alves <palves@redhat.com>
19944
19945 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
19946 $inferior_spawn_id instead of $inferior_spawn_id directly. On
19947 "end of file", remove $inferior_spawn_id from the indirect list.
19948
19949 2015-04-23 Pedro Alves <palves@redhat.com>
19950
19951 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
19952
19953 2015-04-23 Pedro Alves <palves@redhat.com>
19954
19955 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
19956 on $any_spawn_id instead of only on $gdb_spawn_id.
19957
19958 2015-04-21 Pierre Muller <muller@sourceware.org>
19959
19960 PR pascal/17815
19961 * lib/pascal.exp (gpc_compile): Add new option "class".
19962 (fpc_compile): Likewise.
19963 * gdb.pascal/case-insensitive-symbols.pas: New file.
19964 * gdb.pascal/case-insensitive-symbols.exp: New file.
19965
19966 2015-04-20 Gary Benson <gbenson@redhat.com>
19967
19968 * gdb.base/attach.exp: Fix three extended remote failures.
19969
19970 2015-04-17 Gary Benson <gbenson@redhat.com>
19971
19972 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
19973 the main executable over the remote protocol.
19974
19975 2015-04-16 Pedro Alves <palves@redhat.com>
19976
19977 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
19978 a new gdbserver if gdbserver_reconnect_p is set.
19979
19980 2015-04-16 Pedro Alves <palves@redhat.com>
19981
19982 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
19983 is set, don't exit gdbserver.
19984
19985 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
19986
19987 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
19988 appropriate .insn, such that an older assembler can be used.
19989 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
19990 the z/Architecture instruction set on 31-bit targets as well.
19991
19992 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
19993
19994 * gdb.go/handcall.exp: Remove all logic related to the first
19995 breakpoint and rely on go_runto_main instead.
19996 * gdb.go/strings.exp: Likewise.
19997 * gdb.go/unsafe.exp: Likewise.
19998 * gdb.go/hello.exp: Likewise. Also rename the remaining
19999 breakpoint marker to "breakpoint 1".
20000 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
20001 * gdb.go/strings.go: Likewise.
20002 * gdb.go/unsafe.go: Likewise.
20003 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
20004 "set breakpoint 2 here" and rename the remaining breakpoint marker
20005 to "breakpoint 1".
20006
20007 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
20008
20009 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
20010 if itertools.imap is not present.
20011 * gdb.python/py-objfile.exp: Add parentheses.
20012 * gdb.python/py-type.exp: Same.
20013 * gdb.python/py-unwind-maint.py: Same.
20014
20015 2015-04-15 Yao Qi <yao.qi@linaro.org>
20016
20017 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
20018 of ":$ptr_size" and set its form explicitly.
20019
20020 2015-04-15 Pedro Alves <palves@redhat.com>
20021 Yao Qi <yao.qi@linaro.org>
20022
20023 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
20024 timeout by factor of 4.
20025 (test_regular_watch): Likewise.
20026 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
20027 * gdb.reverse/sigall-reverse.exp: Likewise.
20028 * gdb.reverse/until-precsave.exp: Likewise.
20029 * lib/gdb.exp (with_timeout_factor): New proc.
20030 (gdb_expect): Move some code to ...
20031 (get_largest_timeout): ... here. New procedure.
20032
20033 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
20034
20035 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
20036
20037 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
20038
20039 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
20040 to write to the .text section.
20041
20042 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
20043
20044 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
20045 Handle the case of targets that do not provide PID information.
20046
20047 2015-04-13 Yao Qi <yao.qi@linaro.org>
20048
20049 * lib/gdbserver-support.exp (gdb_exit): Catch exception
20050 and use expect instead of gdb_expect.
20051
20052 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
20053
20054 * gdb.base/coredump-filter.exp: Rename variable "addr" to
20055 "coredump_var_addr" to avoid naming conflict with other testcases.
20056
20057 2015-04-10 Pedro Alves <palves@redhat.com>
20058
20059 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
20060 gdb_test_sequence and gdb_assert.
20061
20062 2015-04-10 Pedro Alves <palves@redhat.com>
20063
20064 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
20065 test messages that don't include the breakpoint address.
20066
20067 2015-04-10 Yao Qi <yao.qi@linaro.org>
20068
20069 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
20070 false for some offset and width combinations which aren't
20071 supported by linux kernel.
20072
20073 2015-04-10 Pedro Alves <palves@redhat.com>
20074
20075 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
20076 procedure, factored out from ...
20077 (top level): ... here. Add "set displaced-stepping" testing axis.
20078 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
20079 parameter "displaced". Use it.
20080 (top level): Use foreach and add "set displaced-stepping" testing
20081 axis.
20082
20083 2015-04-10 Pedro Alves <palves@redhat.com>
20084
20085 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
20086 Remove comment.
20087 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
20088 both the address of the instruction that triggers the watchpoint
20089 and the address of the instruction immediately after, and use
20090 those addresses for the test. Fix comment.
20091
20092 2015-04-10 Pedro Alves <palves@redhat.com>
20093
20094 * gdb.base/sigstep.exp (breakpoint_to_handler)
20095 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
20096 Test "backtrace" in handler.
20097 (breakpoint_over_handler): New parameter 'displaced'. Use it.
20098 (top level): Add new "displaced" test axis to
20099 breakpoint_to_handler, breakpoint_to_handler_entry and
20100 breakpoint_over_handler.
20101
20102 2015-04-10 Pedro Alves <palves@redhat.com>
20103
20104 PR gdb/18216
20105 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
20106
20107 2015-04-10 Yao Qi <yao.qi@linaro.org>
20108
20109 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
20110 (test_add_rn_pc): New function.
20111 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
20112 (top level): Invoke test_add_rn_pc.
20113
20114 2015-04-10 Pedro Alves <palves@redhat.com>
20115
20116 PR gdb/13858
20117 * gdb.base/step-over-no-symbols.exp: New file.
20118
20119 2015-04-09 Andy Wingo <wingo@igalia.com>
20120
20121 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
20122 after the Python tests.
20123
20124 2015-04-08 Keith Seitz <keiths@redhat.com>
20125
20126 PR python/16699
20127 * gdb.python/py-completion.exp: New tests for completion.
20128 * gdb.python/py-completion.py (CompleteLimit1): New class.
20129 (CompleteLimit2): Likewise.
20130 (CompleteLimit3): Likewise.
20131 (CompleteLimit4): Likewise.
20132 (CompleteLimit5): Likewise.
20133 (CompleteLimit6): Likewise.
20134 (CompleteLimit7): Likewise.
20135
20136 2015-04-08 Pedro Alves <palves@redhat.com>
20137
20138 PR gdb/18214
20139 PR gdb/18216
20140 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
20141 function.
20142 (main): Install it as SIGUSR1 handler.
20143 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
20144 parameter. Always use "setup" as prefix. Toggle "set
20145 displaced-stepping" off/on depending on global. Don't switch to
20146 thread 1 here.
20147 (top level): Add displaced stepping "off/on" test axis. Update
20148 "setup" calls. Wrap each subtest with with_test_prefix. Test
20149 continuing with a queued signal in each thread.
20150
20151 2015-04-08 Pedro Alves <palves@redhat.com>
20152
20153 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
20154 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
20155 gdb_breakpoint instead of gdb_test that doesn't expect anything.
20156 Return early if running to main fails.
20157 * gdb.trace/while-stepping.exp: Likewise.
20158
20159 2015-04-07 Pedro Alves <palves@redhat.com>
20160
20161 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
20162 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
20163 interact with inferior program.
20164
20165 2015-04-07 Pedro Alves <palves@redhat.com>
20166
20167 * lib/gdb.exp (inferior_spawn_id): New global.
20168 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
20169 spawn id after processing the user code.
20170 (default_gdb_start): Set inferior_spawn_id.
20171 (send_inferior): New procedure.
20172 * lib/gdbserver-support.exp (gdbserver_start): Set
20173 inferior_spawn_id.
20174 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
20175
20176 2015-04-07 Pedro Alves <palves@redhat.com>
20177
20178 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
20179 * lib/gdbserver-support.exp (gdbserver_start): Make
20180 $server_spawn_id global.
20181 (gdbserver_start): Don't wait for gdbserver's spawn id with
20182 expect_background.
20183 (close_gdbserver): New procedure.
20184 (gdb_exit): Rename the default version and reimplement.
20185
20186 2015-04-07 Pedro Alves <palves@redhat.com>
20187
20188 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
20189 append the substituted item, not the original item.
20190
20191 2015-04-07 Pedro Alves <palves@redhat.com>
20192
20193 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
20194 gdb_expect.
20195
20196 2015-04-07 Pedro Alves <palves@redhat.com>
20197
20198 * gdb.base/interrupt.exp: Don't handle the case of the inferior
20199 output appearing once only.
20200
20201 2015-04-07 Pedro Alves <palves@redhat.com>
20202
20203 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
20204 that doesn't expect anything. Return early if running to main
20205 fails.
20206
20207 2015-04-07 Yao Qi <yao.qi@linaro.org>
20208
20209 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
20210 (child_function): Call alarm.
20211 (main): Move call to alarm into the loop.
20212 * gdb.threads/non-stop-fair-events.exp: Build program with
20213 -DTIMEOUT=$timeout.
20214
20215 2015-04-06 Doug Evans <xdje42@gmail.com>
20216
20217 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
20218 Fix dest parameter to board_info.
20219 (fpc_compile): Ditto.
20220 (gdb_compile_pascal): Rename dest arg to destfile.
20221
20222 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
20223
20224 * gdb.ada/funcall_ref.exp: New file.
20225 * gdb.ada/funcall_ref/foo.adb: New file.
20226
20227 2015-04-02 Yao Qi <yao.qi@linaro.org>
20228
20229 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
20230 is remote.
20231
20232 2015-04-02 Gary Benson <gbenson@redhat.com>
20233
20234 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
20235
20236 2015-04-01 Sasha Smundak <asmundak@google.com>
20237
20238 * gdb.python/py-unwind-maint.c: New file.
20239 * gdb.python/py-unwind-maint.exp: New test.
20240 * gdb.python/py-unwind-maint.py: New file.
20241 * gdb.python/py-unwind.c: New file.
20242 * gdb.python/py-unwind.exp: New test.
20243 * gdb.python/py-unwind.py: New test.
20244
20245 2015-04-01 Pedro Alves <palves@redhat.com>
20246
20247 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
20248 to fail instead of non-existent $test.
20249
20250 2015-04-01 Pedro Alves <palves@redhat.com>
20251
20252 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
20253 GDBFLAGS if not empty.
20254
20255 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
20256
20257 * gdb.ada/complete.exp: Remove "multi_line".
20258 * gdb.ada/info_exc.exp: Remove "multi_line".
20259 * gdb.ada/packed_tagged.exp: Remove "multi_line".
20260 * gdb.ada/ptype_field.exp: Remove "multi_line".
20261 * gdb.ada/sym_print_name.exp: Remove "multi_line".
20262 * gdb.ada/tagged.exp: Remove "multi_line".
20263 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
20264 [multi_line ...]
20265 * gdb.btrace/delta.exp: Likewise.
20266 * gdb.btrace/exception.exp: Likewise.
20267 * gdb.btrace/function_call_history.exp: Likewise.
20268 * gdb.btrace/instruction_history.exp: Likewise.
20269 * gdb.btrace/nohist.exp: Likewise.
20270 * gdb.btrace/record_goto.exp: Likewise.
20271 * gdb.btrace/segv.exp: Likewise.
20272 * gdb.btrace/stepi.exp: Likewise.
20273 * gdb.btrace/tailcall.exp: Likewise.
20274 * gdb.btrace/unknown_functions.exp: Likewise.
20275 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
20276 * lib/gdb.exp: Add the "multi_line" helper.
20277
20278 2015-04-01 Pedro Alves <palves@redhat.com>
20279
20280 * gdb.threads/tid-reuse.c: New file.
20281 * gdb.threads/tid-reuse.exp: New file.
20282
20283 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
20284
20285 PR corefiles/16092
20286 * gdb.base/coredump-filter.c: New file.
20287 * gdb.base/coredump-filter.exp: Likewise.
20288
20289 2015-03-27 Petr Machata <pmachata@redhat.com>
20290
20291 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
20292 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
20293 (Dwarf::assemble): Initialize them.
20294 (Dwarf::lines): New function.
20295
20296 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
20297
20298 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
20299 SYMBOL_PREFIX for x86_64-*-cygwin.
20300
20301 2015-03-26 Andy Wingo <wingo@igalia.com>
20302
20303 PR symtab/18148
20304 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
20305 const_value but not a location.
20306 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
20307 location defined in non-main CUs are visible.
20308
20309 2015-03-26 Yao Qi <yao.qi@linaro.org>
20310
20311 PR testsuite/18139
20312 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
20313 Add a line number entry for the same line.
20314 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
20315 Add a line number entry for the same line.
20316
20317 2015-03-26 Yao Qi <yao.qi@linaro.org>
20318
20319 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
20320 .int 0.
20321 (func): Likewise. Add .Lfunc_1 label.
20322 Use .Lfunc_1 label.
20323 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
20324 .int 0.
20325 (func): Likewise.
20326 Use .Lfunc_1 label.
20327
20328 2015-03-26 Yao Qi <yao.qi@linaro.org>
20329
20330 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
20331 Call gdb_compile instead to compile each .s files without debug
20332 information.
20333
20334 2015-03-26 Yao Qi <yao.qi@linaro.org>
20335
20336 * gdb.base/savedregs.exp (process_saved_regs): Make
20337 "Saved registers:" optional in the pattern.
20338
20339 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
20340
20341 * gdb.btrace/next.exp: Merged into step.exp.
20342 * gdb.btrace/finish.exp: Merged into step.exp.
20343 * gdb.btrace/nexti.exp: Merged into stepi.exp.
20344 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
20345 "record goto" and checking the exact replay position.
20346 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
20347 check for "Recording format" in "info record" output.
20348 * gdb.btrace/record_goto.exp: Choose test file based on target.
20349 * gdb.btrace/x86-record_goto.S: Renamed into ...
20350 * gdb.btrace/x86_64-record_goto.S: ... this.
20351 * gdb.btrace/i686-record_goto.S: New.
20352 * gdb.btrace/x86-tailcall.S: Renamed into ...
20353 * gdb.btrace/x86_64-tailcall.S: ... this.
20354 * gdb.btrace/i686-tailcall.S: New.
20355 * gdb.btrace/x86-tailcall.c: Renamed into ...
20356 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
20357 separate statements. Update test.
20358 * gdb.btrace/delta.exp: Use record_goto.c as test file.
20359 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
20360 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
20361 * gdb.btrace/tailcall.exp: Choose test file based on target.
20362 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
20363
20364 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
20365
20366 * gdb.btrace/exception.exp: Increase BTS buffer size.
20367
20368 2015-03-24 Pedro Alves <palves@redhat.com>
20369
20370 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
20371
20372 2015-03-24 Pedro Alves <palves@redhat.com>
20373
20374 * gdb.threads/schedlock.exp (test_step): No longer expect that
20375 "set scheduler-locking step" with "next" over a function call runs
20376 threads unlocked.
20377
20378 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
20379
20380 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
20381
20382 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
20383
20384 PR breakpoints/16466
20385 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
20386 * gdb.mi/mi-pending.c (thread_func): New function.
20387 (int main): Add threading support required.
20388 * gdb.mi/mi-pending.exp: Add tests for this issue.
20389 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
20390 (pendfunc2): Remove stdio dependency.
20391 * gdb.mi/mi-pendshr2.c: New file.
20392
20393 2015-03-23 Keith Seitz <keiths@redhat.com>
20394
20395 * gdb.linespec/keywords.c: New file.
20396 * gdb.linespec/keywords.exp: New file.
20397
20398 2015-03-23 Keith Seitz <keiths@redhat.com>
20399
20400 PR gdb/18021
20401 * gdb.dwarf2/staticvirtual.exp: New test.
20402
20403 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
20404
20405 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
20406 * README: Remove HP-UX and gdb.hp.
20407 (configuration):
20408 * configure: Regenerate.
20409 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
20410 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
20411 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
20412 gdb.hp/gdb.defects/Makefile.
20413 * gdb.hp/Makefile.in: File deleted.
20414 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
20415 * gdb.hp/gdb.aCC/optimize.c: File deleted.
20416 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
20417 * gdb.hp/gdb.aCC/run.c: File deleted.
20418 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
20419 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
20420 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
20421 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
20422 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
20423 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
20424 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
20425 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
20426 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
20427 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
20428 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
20429 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
20430 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
20431 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
20432 * gdb.hp/gdb.base-hp/reg.s: File deleted.
20433 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
20434 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
20435 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
20436 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
20437 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
20438 * gdb.hp/gdb.compat/Makefile.in: File deleted.
20439 * gdb.hp/gdb.compat/average.c: File deleted.
20440 * gdb.hp/gdb.compat/sum.c: File deleted.
20441 * gdb.hp/gdb.compat/xdb.c: File deleted.
20442 * gdb.hp/gdb.compat/xdb0.c: File deleted.
20443 * gdb.hp/gdb.compat/xdb0.h: File deleted.
20444 * gdb.hp/gdb.compat/xdb1.c: File deleted.
20445 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
20446 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
20447 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
20448 * gdb.hp/gdb.defects/Makefile.in: File deleted.
20449 * gdb.hp/gdb.defects/bs14602.c: File deleted.
20450 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
20451 * gdb.hp/gdb.defects/solib-d.c: File deleted.
20452 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
20453 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
20454 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
20455 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
20456 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
20457 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
20458 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
20459 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
20460 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
20461 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
20462 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
20463 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
20464 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
20465 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
20466 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
20467 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
20468 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
20469 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
20470 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
20471 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
20472 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
20473 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
20474 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
20475 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
20476 * gdb.hp/tools/odump: File deleted.
20477
20478 2015-03-19 Pedro Alves <palves@redhat.com>
20479
20480 * gdb.threads/continue-pending-status.exp (saw_thread_2)
20481 (saw_thread_3): New globals.
20482 (top level): Increment them when an event for the corresponding
20483 thread is seen.
20484 (no thread starvation): New test.
20485
20486 2015-03-19 Pedro Alves <palves@redhat.com>
20487
20488 * gdb.threads/continue-pending-status.c: New file.
20489 * gdb.threads/continue-pending-status.exp: New file.
20490
20491 2015-03-18 Pedro Alves <palves@redhat.com>
20492
20493 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
20494 Use gdb_is_target_remote instead of is_remote. Use
20495 gdb_test_multiple instead of gdb_expect. Exit early if
20496 gdb_test_multiple hits its internal matches. Tighten stepi tests
20497 expected output. Fail on exit with any signal, instead of just
20498 SIGILL.
20499
20500 2015-03-18 Yao Qi <yao.qi@linaro.org>
20501
20502 PR tdep/18107
20503 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
20504 variable.
20505 * gdb.base/catch-syscall.exp: Don't skip it on
20506 aarch64*-*-linux* target. Remove elements in all_syscalls.
20507 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
20508 target.
20509 (setup_all_syscalls): New proc.
20510
20511 2015-03-16 Yao Qi <yao.qi@linaro.org>
20512
20513 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
20514 (top level): Skip tests if valid_addr_p returns false for
20515 $cmd1 or $cmd2.
20516
20517 2015-03-11 Andy Wingo <wingo@igalia.com>
20518
20519 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
20520
20521 2015-03-11 Yao Qi <yao.qi@linaro.org>
20522
20523 * gdb.base/catch-syscall.exp: Fix typo in comments.
20524
20525 2015-03-11 Yao Qi <yao.qi@linaro.org>
20526
20527 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
20528
20529 2015-03-09 Pedro Alves <palves@redhat.com>
20530
20531 * dg-extract-results.py: Delete.
20532
20533 2015-03-09 Pedro Alves <palves@redhat.com>
20534
20535 Merge dg-extract-results.sh from GCC upstream (r218843).
20536
20537 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
20538 * dg-extract-results.sh: Use --text with grep to avoid issues with
20539 binary files. Fall back to cat -v, if that doesn't work.
20540
20541 2015-03-05 Pedro Alves <palves@redhat.com>
20542
20543 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
20544
20545 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
20546
20547 * lib/mi-support.exp (mi_expect_interrupt): Accept
20548 alternative event for when in all-stop mode.
20549
20550 2015-03-04 Pedro Alves <palves@redhat.com>
20551
20552 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
20553
20554 2015-03-04 Mark Kettenis <kettenis@gnu.org>
20555
20556 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
20557
20558 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
20559
20560 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
20561 regexps for GDB's current line display, accept a hex address
20562 preceding the line number.
20563
20564 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
20565
20566 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
20567 the 'arch1' variable for "s390*-linux*" targets.
20568
20569 2015-03-04 Pedro Alves <palves@redhat.com>
20570
20571 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
20572 (main): Pass missing retval argument to pthread_join call.
20573
20574 2015-03-02 Pedro Alves <palves@redhat.com>
20575
20576 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
20577 (top level): Call do_test with non-stop as well.
20578
20579 2015-03-02 Pedro Alves <palves@redhat.com>
20580
20581 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
20582 -1.
20583
20584 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
20585
20586 * gdb.arch/s390-vregs.exp: New test.
20587 * gdb.arch/s390-vregs.S: New file.
20588
20589 2015-02-27 Pedro Alves <palves@redhat.com>
20590
20591 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
20592 call to catch_command_errors.
20593 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
20594 catch_command_errors.
20595
20596 2015-02-27 Pedro Alves <palves@redhat.com>
20597
20598 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
20599 "true" for boolean result.
20600 * gdb.gdb/selftest.exp (test_with_self): Also accept full
20601 prototype of main.
20602
20603 2015-02-27 Pedro Alves <palves@redhat.com>
20604
20605 * lib/unbuffer_output.c: New file.
20606 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
20607 (main): Call gdb_unbuffer_output.
20608
20609 2015-02-27 Yao Qi <yao.qi@linaro.org>
20610
20611 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
20612 target.
20613
20614 2015-02-26 Doug Evans <dje@google.com>
20615
20616 * gdb.cp/class2.cc (Dbase, D): New classes.
20617 (main): New local delta.
20618 * gdb.cp/class2.exp: Test printing delta.
20619 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
20620 (dynbar): New global.
20621 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
20622
20623 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
20624
20625 * gdb.compile/compile-ifunc.c: New file.
20626 * gdb.compile/compile-ifunc.exp: New file.
20627
20628 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
20629
20630 * gdb.base/structs.exp: Check for correct struct on finish.
20631
20632 2015-02-26 Yao Qi <yao.qi@linaro.org>
20633
20634 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
20635 is zero.
20636
20637 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
20638
20639 * gdb.arch/cordic.ko.bz2: New file.
20640 * gdb.arch/cordic.ko.debug.bz2: New file.
20641 * gdb.arch/ppc64-symtab-cordic.exp: New file.
20642
20643 2015-02-25 Yao Qi <yao.qi@linaro.org>
20644
20645 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
20646 aarch64*-*-* target.
20647
20648 2015-02-23 Pedro Alves <palves@redhat.com>
20649
20650 * lib/gdb.exp (delete_breakpoints): Rewrite using
20651 gdb_test_multiple.
20652
20653 2015-02-23 Pedro Alves <palves@redhat.com>
20654
20655 * gdb.base/info-os.c: Include stdlib.h.
20656
20657 2015-02-22 Doug Evans <xdje42@gmail.com>
20658
20659 PR symtab/17855
20660 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
20661 is read after symbols have been re-read.
20662 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
20663 * gdb.ada/exec_changed/second.adb (Second): Ditto.
20664
20665 2015-02-21 Doug Evans <dje@google.com>
20666
20667 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
20668
20669 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
20670
20671 PR corefiles/17808
20672 * gdb.arch/i386-biarch-core.core.bz2: New file.
20673 * gdb.arch/i386-biarch-core.exp: New file.
20674
20675 2015-02-21 Pedro Alves <palves@redhat.com>
20676
20677 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
20678 runto_main fails.
20679
20680 2015-02-20 Pedro Alves <palves@redhat.com>
20681
20682 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
20683 info probes.
20684
20685 2015-02-20 Pedro Alves <palves@redhat.com>
20686
20687 * gdb.threads/multi-create-ns-info-thr.exp: New file.
20688
20689 2015-02-20 Pedro Alves <palves@redhat.com>
20690
20691 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
20692 clean_restart before gdb_target_supports_trace.
20693
20694 2015-02-20 Pedro Alves <palves@redhat.com>
20695
20696 PR threads/18006
20697 * gdb.threads/clone-thread_db.c: New file.
20698 * gdb.threads/clone-thread_db.exp: New file.
20699
20700 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
20701
20702 PR breakpoints/16812
20703 * gdb.base/catch-gdb-caused-signals.c: New file.
20704 * gdb.base/catch-gdb-caused-signals.exp: New file.
20705
20706 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
20707
20708 * configure: Regenerated.
20709 * configure.ac: Use GDB_AC_TRANSFORM.
20710 * aclocal.m4: sinclude ../transform.m4.
20711
20712 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
20713
20714 * lib/dtrace.exp: New file.
20715 * gdb.base/dtrace-probe.exp: Likewise.
20716 * gdb.base/dtrace-probe.d: Likewise.
20717 * gdb.base/dtrace-probe.c: Likewise.
20718 * lib/pdtrace.in: Likewise.
20719 * configure.ac: Output variables with the transformed names of
20720 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
20721 * configure: Regenerated.
20722
20723 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
20724
20725 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
20726 expected message when trying to access $_probe_* convenience
20727 variables while not on a probe.
20728
20729 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
20730
20731 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
20732
20733 2015-02-11 Pedro Alves <pedro@codesourcery.com>
20734
20735 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
20736 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
20737
20738 2015-02-10 Doug Evans <xdje42@gmail.com>
20739
20740 * lib/gdb.exp (gdb_load): Always return a result.
20741
20742 2015-02-10 Pedro Alves <palves@redhat.com>
20743
20744 * gdb.threads/signal-sigtrap.c: New file.
20745 * gdb.threads/signal-sigtrap.exp: New file.
20746
20747 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
20748
20749 * gdb.trace/no-attach-trace.c: New file.
20750 * gdb.trace/no-attach-trace.exp: New file.
20751
20752 2015-02-09 Mark Wielaard <mjw@redhat.com>
20753
20754 * gdb.dwarf2/atomic.c: New file.
20755 * gdb.dwarf2/atomic-type.exp: Likewise.
20756
20757 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
20758
20759 * gdb.btrace/buffer-size.exp: Update "info record" output.
20760 * gdb.btrace/delta.exp: Update "info record" output.
20761 * gdb.btrace/enable.exp: Update "info record" output.
20762 * gdb.btrace/finish.exp: Update "info record" output.
20763 * gdb.btrace/instruction_history.exp: Update "info record" output.
20764 * gdb.btrace/next.exp: Update "info record" output.
20765 * gdb.btrace/nexti.exp: Update "info record" output.
20766 * gdb.btrace/step.exp: Update "info record" output.
20767 * gdb.btrace/stepi.exp: Update "info record" output.
20768 * gdb.btrace/nohist.exp: Update "info record" output.
20769
20770 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
20771
20772 * gdb.btrace/buffer-size: New.
20773
20774 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
20775
20776 * gdb.btrace/delta.exp: Update "info record" output.
20777 * gdb.btrace/enable.exp: Update "info record" output.
20778 * gdb.btrace/finish.exp: Update "info record" output.
20779 * gdb.btrace/instruction_history.exp: Update "info record" output.
20780 * gdb.btrace/next.exp: Update "info record" output.
20781 * gdb.btrace/nexti.exp: Update "info record" output.
20782 * gdb.btrace/step.exp: Update "info record" output.
20783 * gdb.btrace/stepi.exp: Update "info record" output.
20784 * gdb.btrace/nohist.exp: Update "info record" output.
20785
20786 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
20787
20788 PR gdb/15678
20789 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
20790
20791 2015-02-06 Pedro Alves <palves@redhat.com>
20792
20793 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
20794 macro.
20795 (seconds_left, again): New globals.
20796 (main): Wait seconds_left in a 1-second sleep loop instead of
20797 sleeping 180 seconds. If 'again' is set, reset the seconds
20798 counter.
20799 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
20800 'again' in the inferior before detaching. Print the seconds left.
20801 (options): New global.
20802 (top level): Build program with -DTIMEOUT=$timeout.
20803
20804 2015-02-06 Pedro Alves <palves@redhat.com>
20805
20806 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
20807 determine how many seconds to pass to 'alarm'.
20808 * gdb.base/gdb-sigterm.exp (top level): Build program with
20809 -DTIMEOUT=$timeout.
20810 (do_test): Return success/failure indication. Add more verbose
20811 logging. Don't fail if 200 single steps are seen. Instead, fail
20812 when the test times out.
20813 (passes): New global.
20814 (top level): Break the testing loop if testing fails on any
20815 iteration. Use gdb_assert.
20816
20817 2015-02-04 Don Breazeal <donb@codesourcery.com>
20818
20819 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
20820 and initialize them.
20821 (ipc_cleanup): New function.
20822 (main): Don't declare shmid, semid, and msqid. Add a call to
20823 atexit so that we call ipc_cleanup on exit.
20824
20825 2015-02-04 Pedro Alves <palves@redhat.com>
20826
20827 * boards/native-extended-gdbserver.exp: Remove any target variant
20828 specifications from the board name before clearing the isremote
20829 flag from board_info.
20830
20831 2015-01-31 Doug Evans <xdje42@gmail.com>
20832
20833 * gdb.base/maint.exp <maint print type argc>: Update expected output.
20834
20835 2015-01-31 Gary Benson <gbenson@redhat.com>
20836
20837 * gdb.base/completion.exp: Disable completion limiting for
20838 existing tests. Add new tests to check completion limiting.
20839 * gdb.linespec/ls-errs.exp: Disable completion limiting.
20840
20841 2015-01-31 Doug Evans <xdje42@gmail.com>
20842
20843 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
20844
20845 2015-01-31 Doug Evans <xdje42@gmail.com>
20846
20847 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
20848 entries. Duplicate file section script entries.
20849 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
20850 inlined entries. Add test for safe-path rejection.
20851 * gdb.python/py-section-script.c: Add duplicate inlined section script
20852 entries. Duplicate file section script entries.
20853 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
20854 inlined entries. Add test for safe-path rejection.
20855
20856 2015-01-29 Joel Brobecker <brobecker@adacore.com>
20857
20858 * gdb.ada/disc_arr_bound: New testcase.
20859
20860 2015-01-29 Joel Brobecker <brobecker@adacore.com>
20861
20862 * gdb.ada/mi_var_array: New testcase.
20863
20864 2015-01-27 Doug Evans <dje@google.com>
20865
20866 * gdb.python/py-objfile.exp: Add tests for objfile.username.
20867 Add test for objfile.filename, objfile.username after objfile
20868 has been unloaded.
20869
20870 2015-01-26 Joel Brobecker <brobecker@adacore.com>
20871
20872 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
20873 the second test to print the name attribute of value
20874 returned by the call to gdb.lookup_type, and adjust
20875 the expected output accordingly.
20876
20877 2015-01-25 Mark Wielaard <mjw@redhat.com>
20878
20879 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
20880 * gdb.base/disp-step-fork.c: Include unistd.h.
20881 * gdb.base/siginfo-obj.c: Include stdio.h.
20882 * gdb.base/siginfo-thread.c: Likewise.
20883 * gdb.mi/non-stop.c: Include unistd.h.
20884 * gdb.mi/nsthrexec.c: Include stdio.h.
20885 * gdb.mi/pthreads.c: Include unistd.h.
20886 * gdb.modula2/unbounded1.c (main): Declare returns int.
20887 * gdb.reverse/consecutive-reverse.c: Likewise.
20888 * gdb.threads/create-fail.c: Include unistd.h.
20889 * gdb.threads/killed.c: Likewise.
20890 * gdb.threads/linux-dp.c: Likewise.
20891 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
20892 * gdb.threads/non-ldr-exc-2.c: Likewise.
20893 * gdb.threads/non-ldr-exc-3.c: Likewise.
20894 * gdb.threads/non-ldr-exc-4.c: Likewise.
20895 * gdb.threads/pthreads.c: Include unistd.h.
20896 (main): Declare returns int.
20897 * gdb.threads/tls-main.c (foo): New declaration.
20898 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
20899
20900 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
20901
20902 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
20903 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
20904
20905 2015-01-15 Mark Wielaard <mjw@redhat.com>
20906
20907 * gdb.base/noreturn-return.c: New file.
20908 * gdb.base/noreturn-return.exp: New file.
20909 * gdb.base/noreturn-finish.c: New file.
20910 * gdb.base/noreturn-finish.exp: New file.
20911
20912 2015-01-23 Pedro Alves <palves@redhat.com>
20913
20914 * gdb.threads/continue-pending-after-query.c: New file.
20915 * gdb.threads/continue-pending-after-query.exp: New file.
20916
20917 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
20918 Simon Marchi <simon.marchi@ericsson.com>
20919
20920 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
20921 * gdb.base/valgrind-db-attach.exp: Same.
20922 * gdb.base/valgrind-infcall.exp: Same.
20923 * lib/mi-support.exp (default_mi_gdb_start): Same.
20924 * lib/prompt.exp (default_prompt_gdb_start): Same.
20925 * lib/gdb.exp (default_gdb_spawn): Same.
20926 (gdb_interact): New.
20927
20928
20929 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
20930
20931 * gdb.compile/compile.exp (pointer to jit function): New test.
20932
20933 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
20934
20935 * lib/gdb.exp (supports_process_record): Return true for
20936 powerpc*-*-linux*.
20937 (supports_reverse): Likewise.
20938
20939 2015-01-15 Don Breazeal <donb@codesourcery.com>
20940
20941 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
20942 instead of checking whether the target board is remote and
20943 use spawn_wait_for_attach instead of exec/sleep.
20944 * gdb.base/attach-twice.exp: Likewise.
20945
20946 2015-01-15 Joel Brobecker <brobecker@adacore.com>
20947
20948 * gdb.ada/var_arr_attrs: New testcase.
20949
20950 2015-01-14 Pedro Alves <palves@redhat.com>
20951 Joel Brobecker <brobecker@adacore.com>
20952
20953 PR gdb/17525
20954 * gdb.base/bp-cmds-execution-x-script.c: New file.
20955 * gdb.base/bp-cmds-execution-x-script.exp: New file.
20956 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
20957
20958 2015-01-14 Pedro Alves <palves@redhat.com>
20959
20960 PR cli/17828
20961 * gdb.base/batch-preserve-term-settings.c: New file.
20962 * gdb.base/batch-preserve-term-settings.exp: New file.
20963
20964 2015-01-13 Doug Evans <dje@google.com>
20965
20966 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
20967 binary.
20968
20969 2015-01-13 Joel Brobecker <brobecker@adacore.com>
20970
20971 * Makefile.in (clean mostlyclean): Do not delete *.py.
20972
20973 2015-01-13 Joel Brobecker <brobecker@adacore.com>
20974
20975 * gdb.python/py-lookup-type.exp: New file.
20976
20977 2015-01-12 Pedro Alves <palves@redhat.com>
20978
20979 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
20980 restore GDBFLAGS before returning.
20981
20982 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
20983
20984 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
20985 is_amd64_regs_target and is_x86_like_target.
20986
20987 2015-01-11 Doug Evans <xdje42@gmail.com>
20988
20989 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
20990 is given without an explicit form.
20991 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
20992 attributes.
20993 * gdb.dwarf/corrupt.exp: Ditto.
20994 * gdb.dwarf2/enum-type.exp: Ditto.
20995 * gdb.trace/entry-values.exp: Ditto.
20996 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
20997
20998 2015-01-11 Doug Evans <xdje42@gmail.com>
20999
21000 PR gdb/15830
21001 * gdb.base/maint.exp: Remove references to "maint demangle".
21002 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
21003 Add tests for explicitly specifying language to demangle.
21004 * gdb.dlang/demangle.exp: Ditto.
21005
21006 2015-01-09 Pedro Alves <palves@redhat.com>
21007
21008 * gdb.threads/non-stop-fair-events.c: New file.
21009 * gdb.threads/non-stop-fair-events.exp: New file.
21010
21011 2015-01-09 Pedro Alves <palves@redhat.com>
21012
21013 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
21014 the global scope. Set a breakpoint after all threads are started
21015 rather than stepping over two source lines. Expect the prompt.
21016 * gdb.base/watch_thread_num.c (threads_started_barrier): New
21017 global.
21018 (NUM): Now 15.
21019 (main): Use threads_started_barrier to wait for all threads to
21020 start. Main thread no longer calls thread_function. Exit after
21021 180 seconds.
21022 (loop): New function.
21023 (thread_function): Wait on threads_started_barrier barrier. Call
21024 'loop' at each iteration.
21025 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
21026 threads have started, instead of hardcoding number of "next"
21027 steps. Use an access watchpoint instead of a write watchpoint.
21028
21029 2015-01-09 Pedro Alves <palves@redhat.com>
21030
21031 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
21032 (thread_func): Wait on barrier.
21033 (main): Wait for all threads to start before stopping GDB.
21034 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
21035 global.
21036 (thread1_func, thread2_func): Wait on barrier.
21037 (main): Wait for all threads to start before stopping GDB.
21038 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
21039 New global.
21040 (thread1_func, thread2_func): Wait on barrier.
21041 (main): Wait for all threads to start before stopping GDB.
21042
21043 2015-01-09 Pedro Alves <palves@redhat.com>
21044
21045 * gdb.threads/attach-many-short-lived-threads.c: New file.
21046 * gdb.threads/attach-many-short-lived-threads.exp: New file.
21047
21048 2014-01-09 Pedro Alves <palves@redhat.com>
21049
21050 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
21051 instead of to thread 2.
21052 * gdb.threads/signal-command-multiple-signals-pending.c (main):
21053 Add barrier around each pthread_create call instead of around all
21054 calls.
21055 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
21056 Set a break on thread_function and have the child threads hit it
21057 one at at a time.
21058
21059 2015-01-09 Pedro Alves <palves@redhat.com>
21060
21061 * lib/gdb.exp (can_spawn_for_attach): New procedure.
21062 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
21063 false.
21064 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
21065 checking whether the target board is remote.
21066 * gdb.multi/multi-attach.exp: Likewise.
21067 * gdb.python/py-sync-interp.exp: Likewise.
21068 * gdb.server/ext-attach.exp: Likewise.
21069 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
21070 tests that need to attach, instead of checking whether the target
21071 board is remote at the top of the file.
21072
21073 2015-01-08 Yao Qi <yao@codesourcery.com>
21074
21075 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
21076
21077 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
21078
21079 Fix testcase compilation.
21080 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
21081
21082 2015-01-06 Joel Brobecker <brobecker@adacore.com>
21083
21084 * gdb.python/py-type.exp: Add a couple test about empty
21085 array creation, and negative-length array creation.
21086
21087 2015-01-02 Doug Evans <xdje42@gmail.com>
21088
21089 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
21090
21091 2015-01-02 Doug Evans <dje@google.com>
21092
21093 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
21094
21095 2014-12-29 Yao Qi <yao@codesourcery.com>
21096
21097 * gdb.trace/entry-values.exp: Update comments. Rename variable
21098 bar_call_foo to returned_from_foo.
21099
21100 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
21101
21102 PR gdb/17394
21103 * gdb.linespec/break-asm-file.c: New file.
21104 * gdb.linespec/break-asm-file.exp: New file.
21105 * gdb.linespec/break-asm-file0.s: New file.
21106 * gdb.linespec/break-asm-file1.s: New file.
21107
21108 2014-12-18 Nigel Stephens <nigel@mips.com>
21109 Maciej W. Rozycki <macro@codesourcery.com>
21110
21111 * gdb.base/float.exp: Handle the new output from "info float" on
21112 MIPS targets.
21113
21114 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
21115
21116 Fix MinGW compilation.
21117 * gdb.compile/compile-ops.exp: Update untested message if
21118 !skip_compile_feature_tests.
21119 * gdb.compile/compile-setjmp.exp: Likewise.
21120 * gdb.compile/compile-tls.exp: Likewise.
21121 * gdb.compile/compile.exp: Likewise.
21122 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
21123 supported on this host".
21124
21125 2014-12-16 Doug Evans <xdje42@gmail.com>
21126
21127 * boards/stabs.exp: New file.
21128
21129 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
21130
21131 * gdb.base/completion.exp: Adjust to format changes of "maint
21132 print user-registers".
21133
21134 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
21135
21136 PR server/17457
21137 * gdb.arch/aarch64-fp.c: New file.
21138 * gdb.arch/aarch64-fp.exp: New file.
21139
21140 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
21141
21142 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
21143 r210637, r210913, r211666, r215400, r215817).
21144
21145 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
21146 * dg-extract-results.py: New file.
21147 * dg-extract-results.sh: Use it if the environment seems
21148 suitable.
21149
21150 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
21151
21152 * dg-extract-results.py (parse_run): Handle warnings that
21153 are printed before a test harness is run.
21154
21155 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
21156
21157 * dg-extract-results.py (Named): Remove __cmp__ method.
21158 (output_variation): Use a key to sort variation.harnesses.
21159
21160 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
21161
21162 * dg-extract-results.py: For Python 3, force sys.stdout to
21163 handle surrogate escape sequences.
21164 (safe_open): New function.
21165 (output_segment, main): Use it.
21166
21167 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
21168
21169 * dg-extract-results.py (Prog.result_re): Include options
21170 in test name.
21171
21172 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
21173
21174 * dg-extract-results.py (output_variation): Always sort if
21175 do_sum.
21176
21177 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
21178
21179 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
21180 as long as we get pagination notifications.
21181
21182 2014-12-15 Jason Merrill <jason@redhat.com>
21183
21184 * Makefile.in (check-gdb.%): Restore.
21185 * README: Mention it.
21186
21187 2014-12-13 Joel Brobecker <brobecker@adacore.com>
21188
21189 * gdb.ada/str_uninit: New testcase.
21190
21191 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
21192
21193 PR symtab/17642
21194 * gdb.base/vla-stub-define.c: New file.
21195 * gdb.base/vla-stub.c: New file.
21196 * gdb.base/vla-stub.exp: New file.
21197
21198 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
21199 Jan Kratochvil <jan.kratochvil@redhat.com>
21200 Tom Tromey <tromey@redhat.com>
21201
21202 * configure.ac: Add gdb.compile/.
21203 * configure: Regenerate.
21204 * gdb.compile/Makefile.in: New file.
21205 * gdb.compile/compile-ops.exp: New file.
21206 * gdb.compile/compile-ops.c: New file.
21207 * gdb.compile/compile-tls.c: New file.
21208 * gdb.compile/compile-tls.exp: New file.
21209 * gdb.compile/compile-constvar.S: New file.
21210 * gdb.compile/compile-constvar.c: New file.
21211 * gdb.compile/compile-mod.c: New file.
21212 * gdb.compile/compile-nodebug.c: New file.
21213 * gdb.compile/compile-setjmp-mod.c: New file.
21214 * gdb.compile/compile-setjmp.c: New file.
21215 * gdb.compile/compile-setjmp.exp: New file.
21216 * gdb.compile/compile-shlib.c: New file.
21217 * gdb.compile/compile.c: New file.
21218 * gdb.compile/compile.exp: New file.
21219 * lib/gdb.exp (skip_compile_feature_tests): New proc.
21220
21221 2014-12-12 Tom Tromey <tromey@redhat.com>
21222
21223 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
21224 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
21225
21226 2014-12-12 Doug Evans <dje@google.com>
21227
21228 * lib/gdb-python.exp (get_python_valueof): New function.
21229 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
21230
21231 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
21232
21233 * gdb.base/completion.exp: Add test for completion of "info
21234 registers ".
21235
21236 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
21237
21238 * gdb.base/func-ptrs.c: New file.
21239 * gdb.base/func-ptrs.exp: New file.
21240
21241 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
21242
21243 PR breakpoints/17012
21244 * gdb.base/dprintf-detach.c: New file.
21245 * gdb.base/dprintf-detach.exp: New file.
21246
21247 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
21248
21249 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
21250 * lib/gdb.exp (target_is_gdbserver): New procedure.
21251
21252 2014-12-08 Doug Evans <dje@google.com>
21253
21254 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
21255
21256 2014-12-05 Yao Qi <yao@codesourcery.com>
21257
21258 * gdb.guile/scm-error.exp: Remove the third argument to
21259 gdb_remote_download.
21260 * gdb.guile/scm-frame-args.exp: Likewise.
21261 * gdb.guile/scm-section-script.exp: Likewise.
21262
21263 2014-12-05 Yao Qi <yao@codesourcery.com>
21264
21265 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
21266
21267 2014-12-04 Doug Evans <dje@google.com>
21268
21269 * gdb.python/py-objfile.exp: Add tests for
21270 objfile.add_separate_debug_file.
21271
21272 2014-12-04 Doug Evans <dje@google.com>
21273
21274 * lib/gdb.exp (get_build_id): New function.
21275 (build_id_debug_filename_get): Rewrite to use it.
21276 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
21277
21278 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
21279
21280 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
21281 `method(long)', not just 0x0.
21282 * gdb.cp/nsalias.exp: Align code labels to 4.
21283 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
21284 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
21285 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
21286 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
21287 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
21288 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
21289
21290 2014-12-02 Doug Evans <dje@google.com>
21291
21292 PR symtab/17602
21293 * gdb.cp/anon-ns.cc: Move guts of this file to ...
21294 * gdb.cp/anon-ns2.cc: ... here. New file.
21295 * gdb.cp/anon-ns.exp: Update.
21296
21297 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
21298
21299 * gdb.python/py-events.py (inferior_call_handler): New.
21300 (register_changed_handler, memory_changed_handler): New.
21301 (test_events.invoke): Register new handlers.
21302 * gdb.python/py-events.exp: Add tests for inferior call,
21303 memory_changed and register_changed events.
21304
21305 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
21306
21307 * gdb.base/execl-update-breakpoints.exp: Specify the link address
21308 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
21309 if the linker doesn't understand this.
21310
21311 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
21312
21313 * gdb.python/python.exp: Change expected reply to help().
21314
21315 2014-12-01 Yao Qi <yao@codesourcery.com>
21316
21317 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
21318 AC_CONFIG_SUBDIRS(gdb.gdbtk).
21319 * configure: Re-generated.
21320
21321 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
21322
21323 * gdb.cp/chained-calls.cc: New file.
21324 * gdb.cp/chained-calls.exp: New file.
21325 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
21326
21327 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
21328
21329 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
21330 * gdb.dwarf2/symtab-producer.exp: Same.
21331 * gdb.gdb/python-interrupts.exp: Same.
21332 * gdb.gdb/python-selftest.exp: Same.
21333 * gdb.python/py-linetable.exp: Same.
21334 * gdb.python/py-type.exp: Same.
21335 * gdb.python/py-value-cc.exp: Same.
21336 * gdb.python/py-value.exp: Same.
21337
21338 2014-11-28 Yao Qi <yao@codesourcery.com>
21339
21340 * gdb.base/break-probes.exp: Match library name prefixed with
21341 sysroot.
21342
21343 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
21344
21345 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
21346 test expected output. Add parentheses for the call to print.
21347 Remove L suffix from integers.
21348
21349 2014-11-26 Doug Evans <dje@google.com>
21350
21351 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
21352
21353 2014-11-22 Yao Qi <yao@codesourcery.com>
21354
21355 * gdb.trace/entry-values.c: Remove asms.
21356 (foo): Add foo_label.
21357 (bar): Add bar_label.
21358 * gdb.trace/entry-values.exp: Remove code computing foo's
21359 length and bar's length.
21360 (Dwarf::assemble): Invoke function_range for bar and use
21361 MACRO_AT_func for foo.
21362
21363 2014-11-22 Yao Qi <yao@codesourcery.com>
21364
21365 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
21366 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
21367 Use .Lgcc43_procstart instead of gcc43.
21368
21369 2014-11-21 Joel Brobecker <brobecker@adacore.com>
21370
21371 * gdb.ada/n_arr_bound: New testcase.
21372
21373 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
21374
21375 PR breakpoints/10737
21376 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
21377 test_catch_syscall_multi_arch.
21378 (test_catch_syscall_multi_arch): New function.
21379
21380 2014-11-20 Doug Evans <xdje42@gmail.com>
21381
21382 * gdb.base/maint.exp: Update expected output.
21383
21384 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
21385
21386 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
21387 4-byte instruction on S390.
21388
21389 2014-11-19 Joel Brobecker <brobecker@adacore.com>
21390
21391 * gdb.ada/arr_arr: New testcase.
21392
21393 2014-11-19 Joel Brobecker <brobecker@adacore.com>
21394
21395 * gdb.ada/pkd_arr_elem: New Testcase.
21396
21397 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
21398
21399 * gdb.reverse/break-precsave: Expect completion message for
21400 core file reads.
21401 * gdb.reverse/consecutive-precsave.exp: Likewise.
21402 * gdb.reverse/finish-precsave.exp: Likewise.
21403 * gdb.reverse/i386-precsave.exp: Likewise.
21404 * gdb.reverse/machinestate-precsave.exp: Likewise.
21405 * gdb.reverse/sigall-precsave.exp: Likewise.
21406 * gdb.reverse/solib-precsave.exp: Likewise.
21407 * gdb.reverse/step-precsave.exp: Likewise.
21408 * gdb.reverse/until-precsave.exp: Likewise.
21409 * gdb.reverse/watch-precsave.exp: Likewise.
21410
21411 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
21412
21413 * gdb.base/bp-permanent.c: Include unistd.h.
21414 * gdb.python/py-framefilter-mi.c (main): Add return type.
21415 * gdb.python/py-framefilter.c (main): Likewise.
21416 * gdb.trace/actions-changed.c (main): Likewise.
21417
21418 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
21419
21420 * gdb.mi/until.c: Add eye-catchers.
21421 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
21422 line numbers.
21423
21424 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
21425
21426 * gdb.base/condbreak.exp: Drop references to removed non-prototype
21427 function header variants in break1.c.
21428 * gdb.base/ena-dis-br.exp: Likewise.
21429 * gdb.base/hbreak2.exp: Likewise.
21430 * gdb.reverse/until-precsave.exp: Drop references to removed
21431 non-prototype function header variants in ur1.c.
21432 * gdb.reverse/until-reverse.exp: Likewise.
21433
21434 2014-11-17 Petr Machata <pmachata@redhat.com>
21435
21436 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
21437 ${_cu_offset_size} bytes abbrev offset.
21438
21439 2014-11-15 Doug Evans <xdje42@gmail.com>
21440
21441 PR symtab/17559
21442 * gdb.base/line-symtabs.exp: New file.
21443 * gdb.base/line-symtabs.c: New file.
21444 * gdb.base/line-symtabs.h: New file.
21445
21446 2014-11-14 Yao Qi <yao@codesourcery.com>
21447
21448 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
21449 (func): Add label func_label.
21450 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
21451 Replace low_pc and high_pc with MACRO_AT_range.
21452 Replace name, low_pc and high_pc with MACRO_AT_func.
21453
21454 2014-11-14 Yao Qi <yao@codesourcery.com>
21455
21456 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
21457 Replace name, low_pc and high_pc with MACRO_AT_func.
21458
21459 2014-11-14 Yao Qi <yao@codesourcery.com>
21460
21461 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
21462 produce debug information.
21463 * gdb.dwarf2/implptr-optimized-out.S: Removed.
21464
21465 2014-11-14 Yao Qi <yao@codesourcery.com>
21466
21467 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
21468 object and get function length.
21469 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
21470 with MACRO_AT_func.
21471 (top-level): Replace gdb_compile and clean_restart with
21472 prepare_for_testing.
21473 * gdb.dwarf2/main.c (main): Add label main_label.
21474
21475 2014-11-14 Yao Qi <yao@codesourcery.com>
21476
21477 * lib/dwarf.exp (function_range): New procedure.
21478 (Dwarf::_handle_macro_at_func): New procedure.
21479 (Dwarf::_handle_macro_at_range): New procedure.
21480 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
21481
21482 2014-11-14 Yao Qi <yao@codesourcery.com>
21483
21484 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
21485 (_handle_attribute): New procedure.
21486
21487 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21488
21489 * gdb.ada/cond_lang/foo.c (callme): Add return type.
21490 * gdb.base/call-sc.c (zed): Likewise.
21491 * gdb.base/checkpoint.c (main): Likewise.
21492 * gdb.base/dump.c (main): Likewise.
21493 * gdb.base/gcore.c (main): Likewise.
21494 * gdb.base/huge.c (main): Likewise.
21495 * gdb.base/multi-forks.c (main): Likewise.
21496 * gdb.base/pr10179-a.c (main): Likewise.
21497 * gdb.base/savedregs.c (main): Likewise.
21498 * gdb.base/sigaltstack.c (main): Likewise.
21499 * gdb.base/siginfo.c (main): Likewise.
21500 * gdb.base/structs.c (zed): Likewise.
21501 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
21502 * gdb.mi/mi-syn-frame.c (main): Likewise.
21503 * gdb.mi/until.c (foo, main): Likewise.
21504 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
21505 * gdb.base/solib-weak.c (foo): Declare.
21506 * gdb.base/attach-twice.c: Include stdio.h.
21507 * gdb.base/weaklib1.c: Likewise.
21508 * gdb.base/weaklib2.c: Likewise.
21509 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
21510 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
21511 unistd.h.
21512 * gdb.base/attach-pie-misread.c: Include stdlib.h.
21513 * gdb.mi/mi-exit-code.c: Likewise.
21514 * gdb.base/break-interp-lib.c: Include string.h.
21515 * gdb.base/coremaker.c: Likewise.
21516 * gdb.base/testenv.c: Likewise.
21517 * gdb.python/py-finish-breakpoint.c: Likewise.
21518 * gdb.base/inferior-died.c: Include sys/wait.h.
21519 * gdb.base/fileio.c: Include time.h.
21520 * gdb.base/async-shell.c: Include unistd.h.
21521 * gdb.base/dprintf-non-stop.c: Likewise.
21522 * gdb.base/info-os.c: Likewise.
21523 * gdb.mi/mi-console.c: Likewise.
21524 * gdb.mi/watch-nonstop.c: Likewise.
21525 * gdb.python/py-events.c: Likewise.
21526 * gdb.base/async.c (baz): Move up before its invocation.
21527 * gdb.base/code_elim2.c (my_global_func): Likewise.
21528 * gdb.base/skip-solib-lib.c (multiply): Likewise.
21529 * gdb.base/advance.c (func2): Likewise.
21530
21531 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21532
21533 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
21534 variant.
21535 * gdb.base/annota3.c: Likewise.
21536 * gdb.base/async.c: Likewise.
21537 * gdb.base/average.c: Likewise.
21538 * gdb.base/call-ar-st.c: Likewise.
21539 * gdb.base/call-rt-st.c: Likewise.
21540 * gdb.base/call-sc.c: Likewise.
21541 * gdb.base/call-strs.c: Likewise.
21542 * gdb.base/ending-run.c: Likewise.
21543 * gdb.base/execd-prog.c: Likewise.
21544 * gdb.base/exprs.c: Likewise.
21545 * gdb.base/foll-exec.c: Likewise.
21546 * gdb.base/foll-fork.c: Likewise.
21547 * gdb.base/foll-vfork.c: Likewise.
21548 * gdb.base/funcargs.c: Likewise.
21549 * gdb.base/gcore.c: Likewise.
21550 * gdb.base/jump.c: Likewise.
21551 * gdb.base/langs0.c: Likewise.
21552 * gdb.base/langs1.c: Likewise.
21553 * gdb.base/langs2.c: Likewise.
21554 * gdb.base/mips_pro.c: Likewise.
21555 * gdb.base/nodebug.c: Likewise.
21556 * gdb.base/opaque0.c: Likewise.
21557 * gdb.base/opaque1.c: Likewise.
21558 * gdb.base/recurse.c: Likewise.
21559 * gdb.base/run.c: Likewise.
21560 * gdb.base/scope0.c: Likewise.
21561 * gdb.base/scope1.c: Likewise.
21562 * gdb.base/setshow.c: Likewise.
21563 * gdb.base/setvar.c: Likewise.
21564 * gdb.base/shmain.c: Likewise.
21565 * gdb.base/shr1.c: Likewise.
21566 * gdb.base/shr2.c: Likewise.
21567 * gdb.base/sigall.c: Likewise.
21568 * gdb.base/signals.c: Likewise.
21569 * gdb.base/so-indr-cl.c: Likewise.
21570 * gdb.base/solib2.c: Likewise.
21571 * gdb.base/structs.c: Likewise.
21572 * gdb.base/sum.c: Likewise.
21573 * gdb.base/vforked-prog.c: Likewise.
21574 * gdb.base/watchpoint.c: Likewise.
21575 * gdb.reverse/shr2.c: Likewise.
21576 * gdb.reverse/until-reverse.c: Likewise.
21577 * gdb.reverse/ur1.c: Likewise.
21578 * gdb.reverse/watch-reverse.c: Likewise.
21579
21580 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21581
21582 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
21583 variant.
21584 * gdb.base/sepdebug.exp: Drop references to removed code.
21585
21586 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21587
21588 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
21589 variant. Preserve original line numbering.
21590 * gdb.base/list1.c: Likewise.
21591
21592 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21593
21594 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
21595 variant.
21596 * gdb.base/break1.c: Likewise.
21597 * gdb.base/break.exp: Drop references to removed code.
21598
21599 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21600
21601 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
21602 variant.
21603
21604 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21605
21606 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
21607
21608 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21609
21610 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
21611 logic into perform_all_tests() and invoke it with and without
21612 function header prototypes.
21613 (do_function_calls): Remove conditional XFAIL for PR 5318.
21614 (rerun_and_prepare): Remove duplicate code.
21615 (perform_all_tests): New. Main logic moved here.
21616
21617 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21618
21619 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
21620 code guarded by #ifdef NO_PROTOTYPES.
21621 (t_double_many_args): Likewise.
21622 (DEF_FUNC_MANY_ARGS_1): Likewise.
21623 (DEF_FUNC_VALUES_1): Likewise.
21624 (t_structs_ldc): Renamed from t_structs_fc in conditional code
21625 guarded by #ifdef PROTOTYPES.
21626
21627 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21628
21629 * gdb.mi/mi-console.c: Add eye-catcher.
21630 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
21631 instead of literal line number.
21632
21633 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21634
21635 * gdb.base/shr2.c: Add eye-catcher.
21636 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
21637 line number.
21638
21639 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21640
21641 * gdb.base/jump.c: Add eye-catchers.
21642 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
21643 numbers.
21644
21645 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21646
21647 * gdb.base/execd-prog.c: Add eye-catchers.
21648 * gdb.base/foll-exec.c: Likewise.
21649 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
21650 line numbers.
21651
21652 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21653
21654 * gdb.base/ending-run.c: Add eye-catchers.
21655 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
21656 literal line numbers.
21657
21658 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21659
21660 * gdb.base/call-rt-st.c: Add eye-catchers.
21661 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
21662 literal line numbers.
21663
21664 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21665
21666 * gdb.base/call-ar-st.c: Add eye-catchers.
21667 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
21668 literal line numbers.
21669
21670 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21671
21672 * gdb.base/average.c: Add eye-catchers.
21673 * gdb.base/sum.c: Likewise.
21674 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
21675 regexps dynamically.
21676
21677 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21678
21679 * gdb.base/solib1.c: Add eye-catchers.
21680 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
21681 literal line numbers.
21682
21683 2014-11-12 Pedro Alves <palves@redhat.com>
21684
21685 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
21686 leader has exited.
21687
21688 2014-11-12 Pedro Alves <palves@redhat.com>
21689
21690 * gdb.arch/i386-bp_permanent.c: New file.
21691 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
21692 (srcfile): Set to i386-bp_permanent.c.
21693 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
21694 that stepi does not execute the 'leave' instruction, instead of
21695 testing it does execute.
21696 * gdb.base/bp-permanent.c: New file.
21697 * gdb.base/bp-permanent.exp: New file.
21698
21699 2014-11-10 Doug Evans <xdje42@gmail.com>
21700
21701 PR symtab/17564
21702 * gdb.base/symtab-search-order.exp: New file.
21703 * gdb.base/symtab-search-order.c: New file.
21704 * gdb.base/symtab-search-order-1.c: New file.
21705 * gdb.base/symtab-search-order-shlib-1.c: New file.
21706
21707 2014-11-07 Pedro Alves <palves@redhat.com>
21708
21709 PR gdb/17511
21710 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
21711 i?86-*-linux*.
21712
21713 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
21714
21715 PR c++/17494
21716 * gdb.cp/pr17494.cc: New file.
21717 * gdb.cp/pr17494.exp: New file.
21718
21719 2014-11-02 Yao Qi <yao@codesourcery.com>
21720
21721 * gdb.python/python.exp: Get working directory and match the
21722 output of "set extended-prompt \\w " with it.
21723
21724 2014-10-30 Doug Evans <dje@google.com>
21725
21726 * gdb.python/py-objfile.exp: Add tests for setting random attributes
21727 in objfiles.
21728 * gdb.python/py-progspace.exp: Add tests for setting random attributes
21729 in progspaces.
21730
21731 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
21732
21733 * gdb.base/fullpath-expand.exp: Skip for a remote host.
21734 * gdb.base/realname-expand.exp: Likewise.
21735 * gdb.linespec/macro-relative.exp: Likewise.
21736
21737 2014-10-29 Pedro Alves <palves@redhat.com>
21738
21739 PR gdb/17408
21740 * gdb.threads/schedlock.c (some_function): New function.
21741 (call_function): New global.
21742 (MAYBE_CALL_SOME_FUNCTION): New macro.
21743 (thread_function): Call it.
21744 * gdb.threads/schedlock.exp (get_args): Add description parameter,
21745 and use it instead of a global counter. Adjust all callers.
21746 (get_current_thread): Use "find current thread" for test message
21747 here rather than having all callers pass down the same string.
21748 (goto_loop): New procedure, factored out from ...
21749 (my_continue): ... this.
21750 (step_ten_loops): Change parameter from test message to command to
21751 use. Adjust.
21752 (list_count): Delete global.
21753 (check_result): New procedure, factored out from duplicate top
21754 level code.
21755 (continue tests): Wrap in with_test_prefix.
21756 (test_step): New procedure, factored out from duplicate top level
21757 code.
21758 (top level): Test "step" in combination with all scheduler-locking
21759 modes. Test "next" in combination with all scheduler-locking
21760 modes, and in combination with stepping over a function call or
21761 not.
21762 * gdb.threads/next-bp-other-thread.c: New file.
21763 * gdb.threads/next-bp-other-thread.exp: New file.
21764
21765 2014-10-29 Pedro Alves <palves@redhat.com>
21766
21767 PR python/17372
21768 * gdb.python/python.exp: Test a multi-line command that spawns
21769 interactive Python.
21770 * gdb.base/multi-line-starts-subshell.exp: New file.
21771
21772 2014-10-29 Yao Qi <yao@codesourcery.com>
21773
21774 * gdb.base/fileio.exp: Make directories on host.
21775
21776 2014-10-29 Yao Qi <yao@codesourcery.com>
21777
21778 * gdb.base/fileio.c (test_write): Close the file.
21779
21780 2014-10-28 Pedro Alves <palves@redhat.com>
21781
21782 PR gdb/12623
21783 * gdb.base/sigstep.c (no_handler): New global.
21784 (main): If 'no_handler is true, set the signal handlers to
21785 SIG_IGN.
21786 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
21787 with_sw_watch and no_handler parameters. Handle them.
21788 (top level) <stepping over handler when stopped at a breakpoint
21789 test>: Add a test axis for testing with a software watchpoint, and
21790 another for testing with the signal handler set to SIG_IGN.
21791 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
21792 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
21793
21794 2014-10-28 Pedro Alves <palves@redhat.com>
21795
21796 PR gdb/17511
21797 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
21798 * gdb.base/sigstep.exp (other_handler_location): New global.
21799 (advance): Support stepping into the signal handler, and running
21800 commands while in the handler.
21801 (in_handler_map): New global.
21802 (top level): In the advance test, add combinations for getting
21803 into the handler with stepping commands, and for running commands
21804 in the handler. Add comment descripting the advancei tests.
21805
21806 2014-10-28 Pedro Alves <palves@redhat.com>
21807
21808 * gdb.base/sigstep.exp: Use build_executable instead of
21809 prepare_for_testing.
21810 (top level): Move code that starts GDB, runs to main and creates a
21811 display to ...
21812 (restart): ... this new procedure.
21813 (top level): Move backtrace from signal handler test to ...
21814 (validate_backtrace): ... this new procedure.
21815 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
21816 with_test_prefix. Always restart GDB.
21817 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
21818 with_test_prefix. Always restart GDB. No need to delete
21819 breakpoints after the test.
21820 (test_skip_handler): Remove prefix parameter.
21821 (skip_over_handler, breakpoint_to_handler)
21822 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
21823 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
21824 restart GDB. No need to delete breakpoints after the test.
21825 (top level): Use foreach to call the test procedures with
21826 different commands.
21827
21828 2014-10-28 Pedro Alves <palves@redhat.com>
21829
21830 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
21831 instead of GNATS numbers.
21832 * gdb.base/sigbpt.exp: Likewise.
21833 * gdb.base/siginfo.exp: Likewise.
21834 * gdb.base/sigstep.exp: Likewise.
21835
21836 2014-10-27 Pedro Alves <palves@redhat.com>
21837
21838 * gdb.base/sigstep.c (dummy): New global.
21839 (main): Issue a couple writes to the new global.
21840 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
21841 procedures.
21842 (skip_over_handler): Use test_skip_handler.
21843 (top level): Call skip_over_handler for stepi and nexti too.
21844 (breakpoint_over_handler): Use test_skip_handler.
21845 (top level): Call breakpoint_over_handler for stepi and nexti too.
21846
21847 2014-10-27 Yao Qi <yao@codesourcery.com>
21848
21849 * gdb.trace/tfile.c (adjust_function_address)
21850 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
21851 function descriptor.
21852
21853 2014-10-24 Don Breazeal <donb@codesourcery.com>
21854
21855 * gdb.base/foll-fork.exp (test_follow_fork,
21856 catch_fork_child_follow): Check for updated fork messages emitted
21857 from infrun.c.
21858 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
21859 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
21860 vfork_and_exec_child_follow_through_step): Check for updated vfork
21861 messages emitted from infrun.c.
21862
21863 2014-10-24 Pedro Alves <palves@redhat.com>
21864
21865 * gdb.base/corefile.exp: Remove references to ultrix.
21866 * gdb.base/interrupt.exp: Likewise.
21867 * gdb.base/whatis.exp: Likewise.
21868 * gdb.gdb/selftest.exp: Likewise.
21869 * gdb.threads/manythreads.exp: Likewise.
21870 * gdb.threads/print-threads.exp: Likewise.
21871 * gdb.threads/pthreads.exp:: Likewise.
21872 * gdb.threads/schedlock.exp: Likewise.
21873
21874 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
21875
21876 * gdb.cp/non-trivial-retval.cc: Add a test case.
21877 * gdb.cp/non-trivial-retval.exp: Add a test.
21878
21879 2014-10-20 Yao Qi <yao@codesourcery.com>
21880
21881 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
21882 * gdb.python/py-objfile-script-gdb.py: New file.
21883 * gdb.python/py-objfile-script.exp: Update reference to
21884 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
21885 of remote_download. Remove the dest file.
21886
21887 2014-10-20 Yao Qi <yao@codesourcery.com>
21888
21889 * gdb.base/checkpoint.exp: Don't remove file copied on host.
21890 * gdb.base/step-line.exp: Likewise.
21891 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
21892 * gdb.dwarf2/dw2-basic.exp: Likewise.
21893 * gdb.dwarf2/dw2-compressed.exp: Likewise.
21894 * gdb.dwarf2/dw2-filename.exp: Likewise.
21895 * gdb.dwarf2/dw2-intercu.exp: Likewise.
21896 * gdb.dwarf2/dw2-intermix.exp: Likewise.
21897 * gdb.dwarf2/dw2-producer.exp: Likewise.
21898 * gdb.dwarf2/mac-fileno.exp: Likewise.
21899 * gdb.python/py-frame-args.exp: Likewise.
21900 * gdb.python/py-framefilter.exp: Likewise.
21901 * gdb.python/py-mi.exp: Likewise.
21902 * gdb.python/py-objfile-script.exp: Likewise
21903 * gdb.python/py-pp-integral.exp: Likewise.
21904 * gdb.python/py-pp-re-notag.exp: Likewise.
21905 * gdb.python/py-prettyprint.exp: Likewise.
21906 * gdb.python/py-section-script.exp: Likewise.
21907 * gdb.python/py-typeprint.exp: Likewise.
21908 * gdb.python/py-xmethods.exp: Likewise.
21909 * gdb.stabs/weird.exp: Likewise.
21910 * gdb.xml/tdesc-regs.exp: Likewise.
21911
21912 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
21913
21914 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
21915 (out_cu): Use addr_len for the size of addresses.
21916 (out_line): Likewise. Size DW_LNE_set_address instruction
21917 according to addr_len.
21918 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
21919 (FUNC): Add START_INSNS to definition.
21920
21921 2014-10-18 Yao Qi <yao@codesourcery.com>
21922
21923 * gdb.base/argv0-symlink.exp: Check argv[0] value if
21924 gdb_has_argv0 return true.
21925 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
21926 check [target_info exists noargs], check [gdb_has_argv0]
21927 instead.
21928 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
21929 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
21930 procedures.
21931
21932 2014-10-17 Doug Evans <dje@google.com>
21933
21934 * gdb.python/py-events.exp: Update expected output for clear_objfiles
21935 event.
21936 * gdb.python/py-events.py: Add clear_objfiles event.
21937
21938 2014-10-17 Doug Evans <dje@google.com>
21939
21940 * gdb.python/py-objfile.exp: Test progspace attribute.
21941
21942 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
21943
21944 * gdb.guile/scm-breakpoint.exp: Do not assume any
21945 directory separators when matching source file paths.
21946 * gdb.python/py-breakpoint.exp: Likewise.
21947 * gdb.reverse/break-precsave.exp: Likewise.
21948 * gdb.reverse/break-reverse.exp: Likewise.
21949 * gdb.reverse/consecutive-precsave.exp: Likewise.
21950 * gdb.reverse/finish-precsave.exp: Likewise.
21951 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
21952 * gdb.reverse/finish-reverse.exp: Likewise.
21953 * gdb.reverse/i386-precsave.exp: Likewise.
21954 * gdb.reverse/i387-env-reverse.exp: Likewise.
21955 * gdb.reverse/i387-stack-reverse.exp: Likewise.
21956 * gdb.reverse/machinestate-precsave.exp: Likewise.
21957 * gdb.reverse/machinestate.exp: Likewise.
21958 * gdb.reverse/sigall-precsave.exp: Likewise.
21959 * gdb.reverse/solib-precsave.exp: Likewise.
21960 * gdb.reverse/step-precsave.exp: Likewise.
21961 * gdb.reverse/until-precsave.exp: Likewise.
21962 * gdb.reverse/watch-precsave.exp: Likewise.
21963 * gdb.reverse/watch-reverse.exp: Likewise.
21964
21965 2014-10-17 Yao Qi <yao@codesourcery.com>
21966
21967 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
21968 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
21969
21970 2014-10-17 Pedro Alves <palves@redhat.com>
21971
21972 PR gdb/17471
21973 * gdb.base/bg-execution-repeat.c: New file.
21974 * gdb.base/bg-execution-repeat.exp: New file.
21975
21976 2014-10-17 Pedro Alves <palves@redhat.com>
21977
21978 PR gdb/17300
21979 * gdb.base/continue-all-already-running.c: New file.
21980 * gdb.base/continue-all-already-running.exp: New file.
21981
21982 2014-10-17 Pedro Alves <palves@redhat.com>
21983
21984 PR gdb/17472
21985 * gdb.base/annota-input-while-running.c: New file.
21986 * gdb.base/annota-input-while-running.exp: New file.
21987
21988 2014-10-17 Pedro Alves <palves@redhat.com>
21989
21990 * gdb.base/callfuncs.exp: emove references to osf.
21991 * gdb.base/sigall.exp: Likewise.
21992 * gdb.gdb/selftest.exp: Likewise.
21993 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
21994 * gdb.mi/non-stop.c: Likewise.
21995 * gdb.mi/pthreads.c: Likewise.
21996 * gdb.reverse/sigall-precsave.exp: Likewise.
21997 * gdb.reverse/sigall-reverse.exp: Likewise.
21998 * gdb.threads/pthreads.c: Likewise.
21999 * gdb.threads/pthreads.exp: Likewise.
22000
22001 2014-10-17 Yao Qi <yao@codesourcery.com>
22002
22003 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
22004 check 'target_info exists noargs'.
22005 (test_command_prompt_position): Likewise.
22006 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
22007 Remove "set args".
22008 (progvar_simple_while_test): Likewise.
22009 (progvar_complex_if_while_test): Likewise.
22010 (if_while_breakpoint_command_test): Likewise.
22011 (infrun_breakpoint_command_test): Likewise.
22012 (breakpoint_command_test): Likewise.
22013 (watchpoint_command_test): Likewise.
22014 (bp_deleted_in_command_test): Likewise.
22015 (temporary_breakpoint_commands): Likewise.
22016
22017 2014-10-16 Yao Qi <yao@codesourcery.com>
22018
22019 * gdb.base/remotetimeout.exp: Remove noargs checking.
22020
22021 2014-10-15 Pedro Alves <palves@redhat.com>
22022
22023 PR breakpoints/9649
22024 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
22025 * gdb.base/breakpoint-in-ro-region.exp
22026 (probe_target_hardware_step): New procedure.
22027 (top level): Probe hardware stepping and hardware breakpoint
22028 support. Test stepping through a read-only region, with both
22029 "breakpoint auto-hw" on and off and both "always-inserted" on and
22030 off.
22031
22032 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
22033
22034 * gdb.dlang/demangle.exp: Update for demangling changes.
22035
22036 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
22037
22038 * gdb.cp/non-trivial-retval.cc: Add new test cases.
22039 * gdb.cp/non-trivial-retval.exp: Add new tests.
22040
22041 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
22042
22043 PR c++/13403
22044 PR c++/15154
22045 * gdb.cp/non-trivial-retval.cc: New file.
22046 * gdb.cp/non-trivial-retval.exp: New file.
22047
22048 2014-10-15 Yao Qi <yao@codesourcery.com>
22049
22050 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
22051 remote host.
22052
22053 2014-10-15 Yao Qi <yao@codesourcery.com>
22054
22055 * gdb.python/py-symbol.exp: Match file base name if host is
22056 remote, otherwise match file name with dir name.
22057 * gdb.python/py-symtab.exp: Likewise.
22058 * gdb.python/python.exp: Likewise.
22059
22060 2014-10-15 Yao Qi <yao@codesourcery.com>
22061
22062 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
22063 pattern.
22064 * gdb.python/py-symtab.exp: Likewise.
22065 * gdb.python/python.exp: Remove trailing ".*". Fix typo
22066 locationn.
22067
22068 2014-10-14 Joel Brobecker <brobecker@adacore.com>
22069
22070 * gdb.ada/addr_arith: New testcase.
22071
22072 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
22073
22074 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
22075 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
22076 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
22077 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
22078
22079 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
22080
22081 * gdb.arch/stap-eval-lang-ada.S: Likewise.
22082 * gdb.arch/stap-eval-lang-ada.c: Likewise.
22083 * gdb.arch/stap-eval-lang-ada.exp: New file.
22084
22085 2014-10-14 Yao Qi <yao@codesourcery.com>
22086
22087 * gdb.mi/mi-var-child.c (nothing1): New function.
22088 (nothing2): New function.
22089 (do_children_tests): Set function pointers by nothing1 and
22090 nothing2.
22091 * gdb.mi/mi-var-child.exp: Step over new added statements.
22092 Update test to match the new output.
22093 * gdb.mi/var-cmd.c (nothing1): New function.
22094 (nothing2): New function.
22095 (do_children_tests): Set function pointers by nothing1 and
22096 nothing2.
22097 * gdb.mi/mi-var-display.exp: Update test to match output.
22098 Step to the line specified by $line_dct_nothing.
22099 Increase the number of lines to step.
22100
22101 2014-10-14 Yao Qi <yao@codesourcery.com>
22102
22103 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
22104 tests.
22105 * gdb.mi/mi2-var-child.exp: Likewise.
22106
22107 2014-10-13 Doug Evans <dje@google.com>
22108
22109 * gdb.python/py-objfile.exp: Change name of file name test.
22110
22111 2014-10-13 Doug Evans <dje@google.com>
22112
22113 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
22114 from the start of the CU.
22115
22116 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
22117 Yao Qi <yao@codesourcery.com>
22118
22119 Fix "save breakpoints" for "catch" command.
22120 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
22121 Remove -nonewline. Match also the added "main" line.
22122
22123 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
22124
22125 Fix "save breakpoints" for "disable $bpnum" command.
22126 * gdb.base/save-bp.c (main): Add label.
22127 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
22128
22129 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
22130
22131 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
22132
22133 2014-10-11 Yao Qi <yao@codesourcery.com>
22134
22135 * gdb.server/server-kill.exp: Execute command
22136 "set remote trace-status-packet on" before "tstatus".
22137
22138 2014-10-11 Yao Qi <yao@codesourcery.com>
22139
22140 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
22141 (main): Call getppid.
22142 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
22143 and continue to it. Read variable "server_pid".
22144
22145 2014-10-11 Yao Qi <yao@codesourcery.com>
22146
22147 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
22148
22149 2014-10-11 Yao Qi <yao@codesourcery.com>
22150
22151 * gdb.threads/thread-find.exp: Don't execute command
22152 "info threads".
22153 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
22154 * gdb.threads/linux-dp.exp: Don't check the condition
22155 $threads_created equals to zero.
22156
22157 2014-10-10 Pedro Alves <palves@redhat.com>
22158
22159 * gdb.base/bigcore.exp: Remove references to IRIX.
22160 * gdb.base/funcargs.exp: Likewise.
22161 * gdb.base/interrupt.exp: Likewise.
22162 * gdb.base/mips_pro.exp: Likewise.
22163 * gdb.base/nodebug.exp: Likewise.
22164 * gdb.base/setvar.exp: Likewise.
22165 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
22166
22167 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
22168 Pedro Alves <palves@redhat.com>
22169
22170 PR symtab/14466
22171 * gdb.base/vdso-warning.c: New file.
22172 * gdb.base/vdso-warning.exp: New file.
22173
22174 2014-10-02 Doug Evans <dje@google.com>
22175
22176 * gdb.base/structs.c (main): Don't run forever.
22177
22178 2014-10-02 Pedro Alves <palves@redhat.com>
22179
22180 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
22181 (top level) <stop threads 1, stop threads 2>: Use it.
22182
22183 2014-10-02 Pedro Alves <palves@redhat.com>
22184
22185 * gdb.threads/break-while-running.exp (test): Add new
22186 'update_thread_list' argument. Skip "info threads" if false.
22187 (top level): Add new 'update_thread_list' axis.
22188
22189 2014-10-02 Pedro Alves <palves@redhat.com>
22190
22191 PR breakpoints/17431
22192 * gdb.base/execl-update-breakpoints.c: New file.
22193 * gdb.base/execl-update-breakpoints.exp: New file.
22194
22195 2014-10-01 Pedro Alves <palves@redhat.com>
22196
22197 * gdb.base/breakpoint-in-ro-region.c: New file.
22198 * gdb.base/breakpoint-in-ro-region.exp: New file.
22199
22200 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
22201
22202 * gdb.mi/mi-exit-code.exp: New file.
22203 * gdb.mi/mi-exit-code.c: New file.
22204
22205 2014-09-30 Yao Qi <yao@codesourcery.com>
22206
22207 * lib/prelink-support.exp (build_executable_own_libs): Error if
22208 the target isn't native.
22209
22210 2014-09-30 Yao Qi <yao@codesourcery.com>
22211
22212 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
22213 false.
22214
22215 2014-09-22 Pedro Alves <palves@redhat.com>
22216
22217 * gdb.threads/break-while-running.exp: New file.
22218 * gdb.threads/break-while-running.c: New file.
22219
22220 2014-09-19 Yao Qi <yao@codesourcery.com>
22221
22222 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
22223 Invoke test. Restart GDB with --readnow and invoke test again.
22224
22225 2014-09-19 Yao Qi <yao@codesourcery.com>
22226
22227 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
22228 proc set_breakpoint_on_gcd_function. Invoke
22229 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
22230 invoke set_breakpoint_on_gcd_function again.
22231
22232 2014-09-18 Doug Evans <dje@google.com>
22233
22234 * gdb.dwarf2/symtab-producer.exp: New file.
22235
22236 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
22237
22238 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
22239 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
22240 * gdb.base/global-var-nested-by-dso.c: Likewise.
22241 * gdb.base/global-var-nested-by-dso.exp: Likewise.
22242
22243 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
22244 Pedro Alves <palves@redhat.com>
22245
22246 * gdb.base/watch-bitfields.exp: Pass string other than test file
22247 name to prepare_for_testing.
22248 (watch): New procedure.
22249 (expect_watchpoint): Use with_test_prefix.
22250 (top level): Factor out tests to ...
22251 (test_watch_location, test_regular_watch): ... these new
22252 procedures, and use with_test_prefix and gdb_continue_to_end.
22253
22254 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
22255
22256 PR breakpoints/12526
22257 * gdb.base/watch-bitfields.exp: New file.
22258 * gdb.base/watch-bitfields.c: New file.
22259
22260 2014-09-16 Pedro Alves <palves@redhat.com>
22261
22262 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
22263 software and hardware addresses, not software address against
22264 itself.
22265
22266 2014-09-16 Pedro Alves <palves@redhat.com>
22267
22268 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
22269 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
22270
22271 2014-09-16 Pedro Alves <palves@redhat.com>
22272
22273 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
22274 files.
22275 * gdb.base/a2-run.exp: Remove all code guarded by istarget
22276 "*-*-vxworks*" throughout.
22277 * gdb.base/break.exp: Likewise.
22278 * gdb.base/default.exp: Likewise.
22279 * gdb.base/scope.exp: Likewise.
22280 * gdb.base/sepdebug.exp: Likewise.
22281 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
22282 throughout.
22283 * gdb.base/run.c: Likewise.
22284 * gdb.base/sepdebug.c: Likewise.
22285 * gdb.hp/gdb.aCC/run.c: Likewise.
22286 * gdb.reverse/until-reverse.c: Likewise.
22287 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
22288
22289 2014-09-16 Yao Qi <yao@codesourcery.com>
22290
22291 * boards/local-remote-host-native.exp: New file.
22292
22293 2014-09-14 Doug Evans <xdje42@gmail.com>
22294
22295 * gdb.threads/queue-signal.c (thread_count): New variable.
22296 (thread_count_mutex, thread_count_condvar): New variables.
22297 (incr_thread_count, wait_all_threads_running): New functions.
22298 (main): Wait for all threads to be in their thread functions.
22299
22300 2014-09-13 Doug Evans <xdje42@gmail.com>
22301
22302 * gdb.threads/queue-signal.c: New file.
22303 * gdb.threads/queue-signal.exp: New file.
22304
22305 2014-09-13 Doug Evans <xdje42@gmail.com>
22306
22307 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
22308 be consistent with what default_gdb_init uses.
22309 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
22310 the plain text of the prompt. Add some logging printfs.
22311 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
22312
22313 2014-09-12 Pedro Alves <palves@redhat.com>
22314
22315 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
22316 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
22317 * gdb.arch/i386-size-overlap.exp: Likewise.
22318 * gdb.arch/i386-size.exp: Likewise.
22319 * gdb.arch/i386-unwind.exp: Likewise.
22320 * gdb.base/a2-run.exp: Likewise.
22321 * gdb.base/break.exp: Likewise.
22322 * gdb.base/charset.exp: Likewise.
22323 * gdb.base/chng-syms.exp: Likewise.
22324 * gdb.base/commands.exp: Likewise.
22325 * gdb.base/dbx.exp: Likewise.
22326 * gdb.base/find.exp: Likewise.
22327 * gdb.base/funcargs.exp: Likewise.
22328 * gdb.base/jit-simple.exp: Likewise.
22329 * gdb.base/reread.exp: Likewise.
22330 * gdb.base/sepdebug.exp: Likewise.
22331 * gdb.base/step-bt.exp: Likewise.
22332 * gdb.cp/mb-inline.exp: Likewise.
22333 * gdb.cp/mb-templates.exp: Likewise.
22334 * gdb.objc/basicclass.exp: Likewise.
22335 * gdb.threads/killed.exp: Likewise.
22336
22337 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
22338
22339 PR tdep/17379
22340 * gdb.arch/powerpc-stackless.S: New file.
22341 * gdb.arch/powerpc-stackless.exp: New file.
22342
22343 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
22344
22345 * gdb.base/attach.c: Include unistd.h.
22346 (main): Call alarm. Add label postloop.
22347 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
22348 gdb_breakpoint, gdb_continue_to_breakpoint.
22349 (test_command_line_attach_run): Kill ${testpid} in one exit path.
22350
22351 2014-09-11 Pedro Alves <palves@redhat.com>
22352
22353 PR gdb/17347
22354 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
22355 * gdb.base/attach.exp (test_command_line_attach_run): New
22356 procedure.
22357 (top level): Call it.
22358
22359 2014-09-11 Pedro Alves <palves@redhat.com>
22360
22361 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
22362 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
22363 (do_command_attach_tests): Use spawn_wait_for_attach.
22364 * gdb.base/solib-overlap.exp: Likewise.
22365 * gdb.multi/multi-attach.exp: Likewise.
22366 * gdb.python/py-prompt.exp: Likewise.
22367 * gdb.python/py-sync-interp.exp: Likewise.
22368 * gdb.server/ext-attach.exp: Likewise.
22369
22370 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
22371
22372 * gdb.fortran/array-element.exp: Remove unexpected "continue"
22373 command in testcase. Simplify testcase.
22374
22375 2014-09-10 Joel Brobecker <brobecker@adacore.com>
22376
22377 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
22378
22379 2014-09-10 Joel Brobecker <brobecker@adacore.com>
22380
22381 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
22382
22383 2014-09-10 Joel Brobecker <brobecker@adacore.com>
22384
22385 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
22386
22387 2014-09-10 Joel Brobecker <brobecker@adacore.com>
22388
22389 * gdb.dwarf2/dynarr-ptr.c: New file.
22390 * gdb.dwarf2/dynarr-ptr.exp: New file.
22391
22392 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22393
22394 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
22395 of 30 rather than hardcoding 120 for a slow test case. Take the
22396 `gdb,timeout' target setting into account for this calculation.
22397 Don't extend the timeout for the test cases that don't need it.
22398
22399 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22400
22401 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
22402 a factor of 2 for a slow test case. Take the `gdb,timeout'
22403 target setting into account for this calculation.
22404 * gdb.reverse/until-precsave.exp: Increase the timeout by
22405 a factor of 15 and 3 respectively rather than adding 120
22406 for a pair of slow test cases. Take the `gdb,timeout'
22407 target setting into account for this calculation.
22408
22409 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22410
22411 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
22412 timeout, don't pass one down to gdb_expect.
22413 (gdb_expect): Rework timeout selection.
22414
22415 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22416
22417 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
22418 exception on timeout.
22419 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
22420 (gdbserver_start_extended): Catch any `gdbserver_start' error
22421 exceptions.
22422 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
22423 * lib/mi-support.exp (mi_gdb_target_load): Catch any
22424 `gdbserver_gdb_load' error exceptions.
22425
22426 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22427
22428 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
22429 120 on waiting for the TCP socket to open.
22430
22431 2014-09-09 Doug Evans <xdje42@gmail.com>
22432
22433 * gdb.base/default.exp (show_conv_list): Add _caller_is,
22434 _caller_matches, _any_caller_is, _any_caller_matches.
22435
22436 2014-09-09 Doug Evans <xdje42@gmail.com>
22437
22438 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
22439
22440 2014-09-09 Yao Qi <yao@codesourcery.com>
22441
22442 * gdb.mi/mi-var-display.exp: Set print symbol off.
22443
22444 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
22445
22446 PR gdb/17035
22447 * gdb.base/commands.exp: Add tests to verify user-defined
22448 commands with empty bodies.
22449 * gdb.python/py-cmd.exp: Test that we don't show user-defined
22450 python commands in `show user command`.
22451 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
22452 scheme commands in `show user command`.
22453
22454 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
22455
22456 PR python/17355
22457 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
22458 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
22459 * gdb.python/py-framefilter-invalidarg.exp: New file.
22460 * gdb.python/py-framefilter-invalidarg.py: New file.
22461
22462 2014-09-06 Doug Evans <xdje42@gmail.com>
22463
22464 PR 15276
22465 * gdb.python/py-caller-is.c: New file.
22466 * gdb.python/py-caller-is.exp: New file.
22467
22468 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
22469
22470 PR gdb/17235
22471 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
22472 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
22473
22474 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
22475
22476 PR fortran/17237
22477 * gdb.fortran/print-formatted.exp: New file.
22478 * gdb.fortran/print-formatted.f90: Likewise.
22479
22480 2014-09-03 Sasha Smundak <asmundak@google.com>
22481
22482 * gdb.python/py-frame.exp: Test Frame.read_register.
22483
22484 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
22485
22486 PR python/16699
22487 * gdb.python/py-completion.exp: New file.
22488 * gdb.python/py-completion.py: Likewise.
22489
22490 2014-08-28 Doug Evans <dje@google.com>
22491
22492 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
22493 eax,etc. are live with values set by gdb and thus the compiler can't
22494 use them.
22495 * gdb.arch/i386-pseudo.c (main): Ditto.
22496
22497 2014-08-27 Doug Evans <dje@google.com>
22498
22499 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
22500
22501 2014-08-25 Doug Evans <dje@google.com>
22502
22503 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
22504 (main): Ditto.
22505
22506 2014-08-25 Doug Evans <dje@google.com>
22507
22508 * gdb.threads/thread-execl.exp: #include <stdio.h>.
22509
22510 2014-08-24 Yao Qi <yao@codesourcery.com>
22511
22512 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
22513 symbol off.
22514 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
22515
22516 2014-08-22 Doug Evans <dje@google.com>
22517
22518 PR 17276
22519 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
22520 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
22521 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
22522
22523 2014-08-22 Yao Qi <yao@codesourcery.com>
22524
22525 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
22526 * gdb.python/py-finish-breakpoint2.exp: Likewise.
22527 * gdb.python/python.exp: Likewise. Use .py file on the host
22528 instead of the build.
22529
22530 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
22531
22532 * gdb.threads/gcore-stale-thread.c: New file.
22533 * gdb.threads/gcore-stale-thread.exp: New file.
22534
22535 2014-08-21 Pedro Alves <palves@redhat.com>
22536
22537 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
22538 * gdb.base/gcore-relro-pie.exp: Likewise.
22539 * gdb.base/gcore-relro.exp: Likewise.
22540 * gdb.base/gcore.exp: Likewise.
22541 * gdb.base/print-symbol-loading.exp: Likewise.
22542 * gdb.threads/gcore-thread.exp: Likewise.
22543 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
22544
22545 2014-08-20 Pedro Alves <palves@redhat.com>
22546 Jan Kratochvil <jan.kratochvil@redhat.com>
22547
22548 * Makefile.in (EXTRA_RULES, CC): New variables, get from
22549 configure.
22550 (EXPECT): Handle READ1 being set.
22551 (all): Depend on EXTRA_RULES.
22552 (check-read1, expect-read1, read1.so, read1): New rules.
22553 * README (Testsuite Parameters): Document the READ1 make variable.
22554 (Race detection): New section.
22555 * configure: Regenerate.
22556 * configure.ac: If build==host==target, and running under a
22557 GNU/glibc system, add read1 to the extra Makefile rules.
22558 (EXTRA_RULES): AC_SUBST it.
22559 * lib/read1.c: New file.
22560
22561 2014-08-20 Joel Brobecker <brobecker@adacore.com>
22562
22563 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
22564 the handling of variables declared as a typedef to an array
22565 which a DW_AT_data_location attribute.
22566
22567 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
22568 Pedro Alves <palves@redhat.com>
22569
22570 PR symtab/14604
22571 PR symtab/14605
22572 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
22573 gdb_test.
22574
22575 2014-08-19 Pedro Alves <palves@redhat.com>
22576
22577 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
22578
22579 2014-08-19 Yao Qi <yao@codesourcery.com>
22580
22581 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
22582 right line.
22583
22584 2014-08-18 David Blaikie <dblaikie@gmail.com>
22585
22586 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
22587
22588 2014-08-18 Joel Brobecker <brobecker@adacore.com>
22589
22590 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
22591 attribute in array range.
22592
22593 2014-08-18 Joel Brobecker <brobecker@adacore.com>
22594
22595 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
22596
22597 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
22598
22599 PR c++/17132
22600 * gdb.cp/pr17132.cc: New file.
22601 * gdb.cp/pr17132.exp: New file.
22602
22603 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
22604
22605 * gdb.python/py-xmethods.py (A_getarrayind)
22606 (E_method_char_worker.__call__, E_method_int_worker.__call__):
22607 Use 'print' with function call syntax.
22608 (E_method_matcher.match): Fix tab vs space indentation mixup.
22609
22610 2014-08-15 Yao Qi <yao@codesourcery.com>
22611
22612 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
22613 false.
22614
22615 2014-08-15 Yao Qi <yao@codesourcery.com>
22616
22617 * gdb.cp/casts.exp: Set print symbol off.
22618 * gdb.cp/class2.exp: Likewise.
22619 * gdb.cp/overload.exp: Likewise.
22620 * gdb.cp/templates.exp: Likewise.
22621
22622 2014-08-11 Doug Evans <dje@google.com>
22623
22624 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
22625 (test_load_shlib): Update.
22626
22627 2014-08-09 Yao Qi <yao@codesourcery.com>
22628
22629 * gdb.base/display.exp: Invoke is_address_zero_readable.
22630 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
22631 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
22632 * gdb.base/hbreak-unmapped.exp: Return if
22633 is_address_zero_readable returns true.
22634 * gdb.base/signest.exp: Likewise.
22635 * gdb.base/signull.exp: Likewise.
22636 * gdb.base/sigbpt.exp: Likewise.
22637 * gdb.guile/scm-disasm.exp: Do the test if
22638 is_address_zero_readable returns false.
22639 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
22640 * gdb.python/py-arch.exp: Likewise.
22641 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
22642 * lib/gdb.exp (is_address_zero_readable): New proc.
22643
22644 2014-08-09 Yao Qi <yao@codesourcery.com>
22645
22646 PR testsuite/13443
22647 * gdb.mi/mi-var-display.exp: Make test messages unique.
22648
22649 2014-08-04 Tom Tromey <tromey@redhat.com>
22650
22651 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
22652 target 0".
22653
22654 2014-08-04 Tom Tromey <tromey@redhat.com>
22655
22656 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
22657 "target_resume".
22658
22659 2014-08-01 Joel Brobecker <brobecker@adacore.com>
22660
22661 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
22662 inner_vla_struct_object_size.
22663 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
22664 as xfail.
22665
22666 2014-07-30 Pedro Alves <palves@redhat.com>
22667
22668 * gdb.threads/signal-command-handle-nopass.exp (test): Add
22669 comment.
22670
22671 2014-07-29 Yao Qi <yao@codesourcery.com>
22672
22673 PR gdb/17206
22674 * gdb.base/until-nodebug.exp: New.
22675
22676 2014-07-28 Doug Evans <xdje42@gmail.com>
22677
22678 PR guile/17203
22679 * gdb.guile/scm-parameter.exp: Add tests for trying to create
22680 previously existing parameter, and previously ambiguously spelled
22681 parameter.
22682
22683 2014-07-28 Will Newton <will.newton@linaro.org>
22684
22685 * gdb.base/varargs.exp: Remove KFAILs for ARM.
22686
22687 2014-07-26 Ludovic Courtès <ludo@gnu.org>
22688 Doug Evans <xdje42@gmail.com>
22689
22690 PR guile/17146
22691 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
22692
22693 2014-07-25 Pedro Alves <palves@redhat.com>
22694
22695 * gdb.threads/signal-command-handle-nopass.c: New file.
22696 * gdb.threads/signal-command-handle-nopass.exp: New file.
22697 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
22698 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
22699 * gdb.threads/signal-delivered-right-thread.c: New file.
22700 * gdb.threads/signal-delivered-right-thread.exp: New file.
22701
22702 2014-07-25 Pedro Alves <palves@redhat.com>
22703
22704 * gdb.base/double-prompt-target-event-error.exp
22705 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
22706 match.
22707 (cancel_pagination_in_target_event): Rework double prompt
22708 detection.
22709 * gdb.base/paginate-after-ctrl-c-running.exp
22710 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
22711 <return>' match.
22712 * gdb.base/paginate-bg-execution.exp
22713 (test_bg_execution_pagination_return)
22714 (test_bg_execution_pagination_cancel): Remove '-notransfer
22715 <return>' matches.
22716 * gdb.base/paginate-execution-startup.exp
22717 (test_fg_execution_pagination_return)
22718 (test_fg_execution_pagination_cancel): Remove '-notransfer
22719 <return>' matches.
22720 * gdb.base/paginate-inferior-exit.exp
22721 (test_paginate_inferior_exited): Remove '-notransfer <return>'
22722 match.
22723 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
22724 * lib/gdb.exp (pagination_prompt): Run text through
22725 string_to_regexp.
22726 (gdb_test_multiple): Match $pagination_prompt instead of
22727 "<return>".
22728 (string_to_regexp): Move to lib/gdb-utils.exp.
22729
22730 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
22731
22732 * gdb.arch/amd64-entry-value-paramref.S: New file.
22733 * gdb.arch/amd64-entry-value-paramref.cc: New file.
22734 * gdb.arch/amd64-entry-value-paramref.exp: New file.
22735 * gdb.arch/amd64-optimout-repeat.S: New file.
22736 * gdb.arch/amd64-optimout-repeat.c: New file.
22737 * gdb.arch/amd64-optimout-repeat.exp: New file.
22738
22739 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
22740
22741 PR gdb/17170
22742 * gdb.base/statistics.exp: New file.
22743
22744 2014-07-17 Doug Evans <dje@google.com>
22745
22746 PR gdb/17170
22747 * gdb.base/maint.exp: Update testing of per-command stats.
22748
22749 2014-07-16 Pedro Alves <palves@redhat.com>
22750
22751 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
22752 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
22753 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
22754 (tfile_write_buf): New functions.
22755 (add_memory_block): Rewrite using the above.
22756 (adjust_function_address): New function.
22757 (FUNCTION_ADDRESS): New macro.
22758 (write_basic_trace_file): Remove short_x local, and use
22759 tfile_write_16. Change type of func_addr local to unsigned long
22760 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
22761 here. Cast argument of add_memory_block to char pointer.
22762 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
22763 (main): Remove parameters.
22764 * gdb.trace/tfile.exp: Remove nowarnings.
22765
22766 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
22767
22768 * gdb.base/debug-expr.exp: Test string evaluation with
22769 "debug expression" on.
22770
22771 2014-07-15 Pedro Alves <palves@redhat.com>
22772
22773 * gdb.base/reread.exp: Use clean_restart.
22774
22775 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
22776
22777 * gdb.arch/avr-flash-qualifer.c: New.
22778 * gdb.arch/avr-flash-qualifer.exp: New.
22779
22780 2014-07-14 Pedro Alves <palves@redhat.com>
22781
22782 * gdb.base/paginate-after-ctrl-c-running.c: New file.
22783 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
22784
22785 2014-07-14 Pedro Alves <palves@redhat.com>
22786
22787 * gdb.base/double-prompt-target-event-error.c: New file.
22788 * gdb.base/double-prompt-target-event-error.exp: New file.
22789
22790 2014-07-14 Pedro Alves <palves@redhat.com>
22791
22792 PR gdb/17072
22793 * gdb.base/paginate-inferior-exit.c: New file.
22794 * gdb.base/paginate-inferior-exit.exp: New file.
22795
22796 2014-07-14 Pedro Alves <palves@redhat.com>
22797
22798 PR gdb/17072
22799 * gdb.base/paginate-bg-execution.c: New file.
22800 * gdb.base/paginate-bg-execution.exp: New file.
22801
22802 2014-07-14 Pedro Alves <palves@redhat.com>
22803
22804 PR gdb/17072
22805 * gdb.base/paginate-execution-startup.c: New file.
22806 * gdb.base/paginate-execution-startup.exp: New file.
22807 * lib/gdb.exp (pagination_prompt): New global.
22808 (default_gdb_spawn): New procedure, factored out from
22809 default_gdb_spawn.
22810 (default_gdb_start): Adjust to call default_gdb_spawn.
22811 (gdb_spawn): New procedure.
22812
22813 2014-07-14 Pedro Alves <palves@redhat.com>
22814
22815 * lib/gdb.exp (gdb_assert): New procedure.
22816 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
22817
22818 2014-07-14 Pedro Alves <palves@redhat.com>
22819
22820 * gdb.base/execution-termios.c: New file.
22821 * gdb.base/execution-termios.exp: New file.
22822
22823 2014-07-14 Tom Tromey <tromey@redhat.com>
22824
22825 * gdb.cp/vla-cxx.cc: New file.
22826 * gdb.cp/vla-cxx.exp: New file.
22827
22828 2014-07-14 Tom Tromey <tromey@redhat.com>
22829
22830 * gdb.reverse/rerun-prec.c: New file.
22831 * gdb.reverse/rerun-prec.exp: New file.
22832
22833 2014-07-12 Maciej W. Rozycki <macro@mips.com>
22834 Maciej W. Rozycki <macro@codesourcery.com>
22835
22836 * lib/gdb-utils.exp: New file.
22837 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
22838 inline `gdb_init_command' processing.
22839 (gdb_start_cmd): Likewise.
22840 * lib/mi-support.exp (mi_run_cmd): Likewise.
22841 * README: Document `gdb_init_command' and `gdb_init_commands'.
22842
22843 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
22844
22845 Fix false FAIL running under a very long directory name.
22846 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
22847 and "set print elements 10000". Twice.
22848
22849 2014-07-11 Yao Qi <yao@codesourcery.com>
22850
22851 * gdb.base/exprs.exp: "set print symbol off".
22852
22853 2014-07-11 Pedro Alves <palves@redhat.com>
22854
22855 * gdb.threads/kill.c: New file.
22856 * gdb.threads/kill.exp: New file.
22857
22858 2014-07-10 Yao Qi <yao@codesourcery.com>
22859
22860 * gdb.trace/tfile.c (write_basic_trace_file)
22861 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
22862 address written to trace file.
22863
22864 2014-07-09 Pedro Alves <palves@redhat.com>
22865
22866 * gdb.base/attach-wait-input.exp: New file.
22867 * gdb.base/attach-wait-input.c: New file.
22868
22869 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
22870
22871 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
22872 setting up test structures.
22873 (main): Call new test function.
22874 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
22875 test function, continue into test function and walk test
22876 structures.
22877
22878 2014-07-02 Yao Qi <yao@codesourcery.com>
22879
22880 * gdb.trace/entry-values.c: Define labels 'foo_start' and
22881 'bar_start' at the beginning of functions 'foo' and 'bar'
22882 respectively.
22883 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
22884 instead of 'foo' and 'bar'.
22885
22886 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
22887
22888 * gdb.btrace/segv.exp: New.
22889 * gdb.btrace/segv.c: New.
22890
22891 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
22892
22893 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
22894 instruction.
22895
22896 2014-06-30 Mark Wielaard <mjw@redhat.com>
22897
22898 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
22899 vulture, vilify, villar): New volatile array constants.
22900 (vindictive, vegetation): New const volatile array constants.
22901 * gdb.base/volatile.exp: Test volatile and const volatile array
22902 types.
22903
22904 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
22905
22906 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
22907 target lacks support for awatch, rwatch, or hbreak.
22908
22909 2014-06-27 Yao Qi <yao@codesourcery.com>
22910
22911 * gdb.multi/dummy-frame-restore.exp: New.
22912 * gdb.multi/dummy-frame-restore.c: New.
22913
22914 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
22915
22916 * gdb.btrace/gcore.exp: New.
22917
22918 2014-06-23 Pedro Alves <palves@redhat.com>
22919
22920 * gdb.base/watchpoint-reuse-slot.c: New file.
22921 * gdb.base/watchpoint-reuse-slot.exp: New file.
22922
22923 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
22924
22925 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
22926 progspace's filename in 'info', 'enable' and 'disable' command
22927 tests.
22928
22929 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
22930
22931 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
22932 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
22933 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
22934
22935 2014-06-20 Gary Benson <gbenson@redhat.com>
22936
22937 * gdb.arch/i386-avx.exp: Fix include file location.
22938 * gdb.arch/i386-sse.exp: Likewise.
22939
22940 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
22941
22942 * gdb.dlang/expression.exp: New file.
22943
22944 2014-06-19 Pedro Alves <palves@redhat.com>
22945
22946 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
22947 out from ...
22948 (top level): ... here. Iterate running tests under different
22949 scheduler-locking settings.
22950
22951 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
22952
22953 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
22954 to DW_FORM_addr and use non-zero addresses.
22955
22956 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
22957
22958 PR gdb/17017
22959 * gdb.python/py-xmethods.cc: Add global function call counters and
22960 increment them in their respective functions. Remove "cout"
22961 statements.
22962 * gdb.python/py-xmethods.exp: Make tests check the global function
22963 call counters instead of depending on inferior IO.
22964
22965 2014-06-18 Don Breazeal <donb@codesourcery.com>
22966
22967 * gdb.base/foll-fork.exp (default_fork_parent_follow):
22968 Deleted procedure.
22969 (explicit_fork_parent_follow): Deleted procedure.
22970 (explicit_fork_child_follow): Deleted procedure.
22971 (test_follow_fork): New procedure.
22972 (do_fork_tests): Replace calls to deleted procedures with
22973 calls to test_follow_fork and reset GDB for subsequent
22974 procedure calls.
22975
22976 2014-06-17 Yao Qi <yao@codesourcery.com>
22977
22978 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
22979 CP1252.
22980
22981 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
22982
22983 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
22984 Initialize ptr and S explicitly.
22985 (skip_type_update_when_not_use_rtti_test): Likewise.
22986
22987 2014-06-16 Keith Seitz <keiths@redhat.com>
22988
22989 PR mi/15863
22990 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
22991 the inferior is started.
22992
22993 2014-06-16 Pedro Alves <palves@redhat.com>
22994
22995 * gdb.base/break-main-file-remove-fail.c: New file.
22996 * gdb.base/break-main-file-remove-fail.exp: New file.
22997 * gdb.base/break-unload-file.exp: Use build_executable instead of
22998 prepare_for_testing.
22999 (test_break): New parameter "initial_load". Handle it.
23000 (top level): Add initial_load cmdline/file axis.
23001
23002 2014-06-12 Tom Tromey <tromey@redhat.com>
23003
23004 * gdb.base/completion.exp: Don't use directory name in test.
23005
23006 2014-06-09 Gary Benson <gbenson@redhat.com>
23007
23008 * gdb.base/sigall.c [Functions to send signals]: Reorder to
23009 separate the always-available ANSI-standard signals from the
23010 signals that require checking.
23011 (main): Likewise.
23012 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
23013 Likewise.
23014 (main): Likewise.
23015
23016 2014-06-07 Keith Seitz <keiths@redhat.com>
23017
23018 Revert:
23019 PR c++/16253
23020 * gdb.cp/var-tag.cc: New file.
23021 * gdb.cp/var-tag.exp: New file.
23022 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
23023 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
23024 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
23025 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
23026
23027 2014-06-06 Doug Evans <xdje42@gmail.com>
23028
23029 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
23030
23031 2014-06-06 Pedro Alves <palves@redhat.com>
23032
23033 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
23034 in target debug output instead of looking at RSP packets,
23035 disabling the test on any target that uses hardware stepping.
23036 Update comments.
23037
23038 2014-06-06 Pedro Alves <palves@redhat.com>
23039
23040 * gdb.base/break-unload-file.exp: Fix typo.
23041
23042 2014-06-06 Yao Qi <yao@codesourcery.com>
23043
23044 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
23045 from "jit_function" to "^jit_function".
23046
23047 2014-06-06 Yao Qi <yao@codesourcery.com>
23048
23049 * gdb.base/async.c (foo): Add one statement.
23050 * gdb.base/async.exp: Get the next instruction address and
23051 match the output of "nexti" by instruction address. Match
23052 the hex address in the output of "finish".
23053
23054 2014-06-06 Gary Benson <gbenson@redhat.com>
23055
23056 * gdb.base/call-signals.c: Remove preprocessor conditionals
23057 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
23058 SIGSEGV and SIGTERM.
23059 * gdb.base/sigall.c: Likewise.
23060 * gdb.base/unwindonsignal.c: Likewise.
23061 * gdb.reverse/sigall-reverse.c: Likewise.
23062
23063 2014-06-06 Yao Qi <yao@codesourcery.com>
23064
23065 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
23066 readable, skip the test.
23067
23068 2014-06-06 Yao Qi <yao@codesourcery.com>
23069
23070 * gdb.threads/staticthreads.c (thread_function): Move the line
23071 setting breakpoint on forward.
23072 * gdb.threads/staticthreads.exp: Update comments.
23073
23074 2014-06-05 Ludovic Courtès <ludo@gnu.org>
23075
23076 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
23077 "history-append! type error".
23078
23079 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
23080
23081 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
23082 erroneous dprintf expected input.
23083
23084 2014-06-04 Doug Evans <xdje42@gmail.com>
23085
23086 * gdb.guile/scm-generics.exp: Delete.
23087
23088 2014-06-04 Doug Evans <xdje42@gmail.com>
23089
23090 * gdb.guile/scm-breakpoint.exp: Update.
23091 Add tests for breakpoint registration.
23092
23093 2014-06-04 Tom Tromey <tromey@redhat.com>
23094
23095 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
23096 VLA-in-union.
23097 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
23098 inner_vla_struct, vla_union types. Initialize objects of those
23099 types and compute their sizes.
23100
23101 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
23102 Hui Zhu <hui@codesourcery.com>
23103
23104 * gdb.base/fileio.exp: Add test for shell not available as well as
23105 available.
23106 * gdb.base/fileio.c (test_system): Check for shell twice.
23107
23108 2014-06-04 Yao Qi <yao@codesourcery.com>
23109
23110 * gdb.base/auto-connect-native-target.exp: Remove redundant
23111 space from the regexp pattern.
23112
23113 2014-06-04 Yao Qi <yao@codesourcery.com>
23114
23115 * gdb.base/default.exp: Replace "child" with "native" in
23116 regexp pattern.
23117
23118 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
23119
23120 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
23121 * gdb.python/py-xmethods.exp: New tests to test xmethods.
23122 * gdb.python/py-xmethods.py: Python script supporting the
23123 new testcase and tests.
23124
23125 2014-06-03 Joel Brobecker <brobecker@adacore.com>
23126 Pedro Alves <palves@redhat.com>
23127
23128 PR breakpoints/17000
23129 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
23130 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
23131
23132 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
23133
23134 * gdb.base/subst.exp: Add tests to verify partial path matching
23135 output.
23136
23137 2014-06-03 Pedro Alves <palves@redhat.com>
23138
23139 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
23140 target that doesn't use software single-stepping.
23141
23142 2014-06-03 Pedro Alves <palves@redhat.com>
23143
23144 PR breakpoints/17000
23145 * gdb.base/sss-bp-on-user-bp-2.c: New file.
23146 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
23147
23148 2014-06-02 Doug Evans <xdje42@gmail.com>
23149
23150 * gdb.guile/scm-parameter.exp: New file.
23151
23152 2014-06-02 Doug Evans <xdje42@gmail.com>
23153
23154 * gdb.guile/scm-cmd.c: New file.
23155 * gdb.guile/scm-cmd.exp: New file.
23156
23157 2014-06-02 Doug Evans <xdje42@gmail.com>
23158
23159 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
23160 pretty-printer lookup.
23161 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
23162 (make-pp_s-printer): Call it.
23163 (make-pretty-printer-from-dict): New function.
23164 (lookup-pretty-printer-maker-from-dict): New function.
23165 (*pretty-printer*): Simplify.
23166 (make-objfile-pp_s-printer): New function.
23167 (install-objfile-pretty-printers!): New function.
23168 (make-progspace-pp_s-printer): New function.
23169 (install-progspace-pretty-printers!): New function.
23170 * gdb.guile/scm-progspace.c: New file.
23171 * gdb.guile/scm-progspace.exp: New file.
23172
23173 2014-06-02 Pedro Alves <palves@redhat.com>
23174
23175 * gdb.base/dprintf-bp-same-addr.c: New file.
23176 * gdb.base/dprintf-bp-same-addr.exp: New file.
23177
23178 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
23179
23180 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
23181 * gdb.arch/powerpc-power.s: Likewise.
23182
23183 2014-06-02 Joel Brobecker <brobecker@adacore.com>
23184
23185 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
23186
23187 2014-06-01 Yao Qi <yao@codesourcery.com>
23188
23189 * gdb.base/watchpoint.exp (test_watch_location): Check null
23190 pointer can be dereferenced. If not, do the test, otherwise
23191 skip it.
23192
23193 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
23194
23195 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
23196 results.
23197 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
23198
23199 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
23200
23201 * gdb.arch/amd64-invalid-stack-middle.S: New file.
23202 * gdb.arch/amd64-invalid-stack-middle.c: New file.
23203 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
23204 * gdb.arch/amd64-invalid-stack-top.c: New file.
23205 * gdb.arch/amd64-invalid-stack-top.exp: New file.
23206
23207 2014-05-30 Pedro Alves <palves@redhat.com>
23208
23209 PR breakpoints/17000
23210 * gdb.base/sss-bp-on-user-bp.c: New file.
23211 * gdb.base/sss-bp-on-user-bp.exp: New file.
23212
23213 2014-05-30 David Blaikie <dblaikie@gmail.com>
23214
23215 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
23216 gnu_inline semantics via attribute.
23217 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
23218 source explicitly specifies the required semantics.
23219
23220 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
23221
23222 * gdb.reverse/sigall-reverse.exp: Fix a typo.
23223
23224 2014-05-29 Pedro Alves <palves@redhat.com>
23225 Tom Tromey <tromey@redhat.com>
23226
23227 * gdb.base/async-shell.exp: Don't enable target-async.
23228 * gdb.base/async.exp
23229 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
23230 parameter. Adjust.
23231 (top level): Don't test with "target-async".
23232 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
23233 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
23234 * gdb.base/inferior-died.exp: Don't enable target-async.
23235 * gdb.base/interrupt-noterm.exp: Likewise.
23236 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
23237 * gdb.mi/mi-nonstop-exit.exp: Likewise.
23238 * gdb.mi/mi-nonstop.exp: Likewise.
23239 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
23240 * gdb.mi/mi-nsintrall.exp: Likewise.
23241 * gdb.mi/mi-nsmoribund.exp: Likewise.
23242 * gdb.mi/mi-nsthrexec.exp: Likewise.
23243 * gdb.mi/mi-watch-nonstop.exp: Likewise.
23244 * gdb.multi/watchpoint-multi.exp: Adjust comment.
23245 * gdb.python/py-evsignal.exp: Don't enable target-async.
23246 * gdb.python/py-evthreads.exp: Likewise.
23247 * gdb.python/py-prompt.exp: Likewise.
23248 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
23249 * gdb.server/solib-list.exp: Don't enable target-async.
23250 * gdb.threads/thread-specific-bp.exp: Likewise.
23251 * lib/mi-support.exp: Adjust to use mi-async.
23252
23253 2014-05-29 Pedro Alves <palves@redhat.com>
23254
23255 PR gdb/13860
23256 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
23257 reason, even in sync mode.
23258
23259 2014-05-29 Pedro Alves <palves@redhat.com>
23260 Hui Zhu <hui@codesourcery.com>
23261
23262 PR PR15693
23263 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
23264 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
23265 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
23266 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
23267
23268 2014-05-28 Joel Brobecker <brobecker@adacore.com>
23269
23270 * config/monitor.exp (gdb_target_monitor): Replace use of
23271 "set remotebaud" by "set serial baud".
23272
23273 2014-05-26 Andy Wingo <wingo@igalia.com>
23274
23275 * gdb.guile/scm-breakpoint.exp:
23276 * gdb.guile/scm-gsmob.exp: Update to use plain old object
23277 properties instead of gdb-object-properties.
23278
23279 2014-05-26 Yao Qi <yao@codesourcery.com>
23280
23281 * gdb.server/no-thread-db.exp: Specify source file name
23282 explicitly when setting a breakpoint.
23283
23284 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
23285
23286 * gdb.btrace/vdso.c: New.
23287 * gdb.btrace/vdso.exp: New.
23288
23289 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
23290
23291 * gdb.base/gcore.exp (capture_command_output): Move ...
23292 * lib/gdb.exp (capture_command_output): ... here.
23293
23294 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
23295
23296 * gdb.btrace/data.exp: Test memory access during btrace replay.
23297
23298 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
23299
23300 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
23301
23302 2014-05-21 Pedro Alves <palves@redhat.com>
23303
23304 PR gdb/13860
23305 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
23306 (top level): Test that output related to execution commands is
23307 sent to the console with CLI commands, but not with MI commands.
23308 Test that breakpoint events are always mirrored to the console.
23309 Also expect the new source line to be output after a "next" in
23310 async mode too. Make it a pass/fail test.
23311 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
23312 output.
23313 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
23314
23315 2014-05-21 Pedro Alves <palves@redhat.com>
23316
23317 * gdb.base/list.exp (build_pattern, test_list): New procedures.
23318 Use them to test variations of "list" after reaching a breakpoint.
23319 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
23320 Test "list" with listsize 10 after reaching a breakpoint.
23321 * gdb.python/python.exp (decode_line current location line
23322 number): Adjust expected line number.
23323
23324 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
23325
23326 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
23327 behavior for $args, pass it directly to "run".
23328
23329 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
23330
23331 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
23332 30000 to 65536.
23333
23334 2014-05-21 Pedro Alves <palves@redhat.com>
23335
23336 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
23337 auto-connect-native-target off".
23338 * gdb.base/auto-connect-native-target.c: New file.
23339 * gdb.base/auto-connect-native-target.exp: New file.
23340
23341 2014-05-21 Pedro Alves <palves@redhat.com>
23342
23343 * gdb.base/default.exp: Test "target native" instead of "target
23344 child".
23345
23346 2014-05-21 Mark Wielaard <mjw@redhat.com>
23347
23348 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
23349
23350 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
23351
23352 Fix TLS access for -static -pthread.
23353 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
23354 <HAVE_TLS> (thread_function, main): Initialize it.
23355 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
23356 Add clean_restart.
23357 <$have_tls != "">: Check TLSVAR.
23358
23359 2014-05-21 Pedro Alves <palves@redhat.com>
23360
23361 * gdb.base/dcache-line-read-error.c: New.
23362 * gdb.base/dcache-line-read-error.exp: New.
23363
23364 2014-05-20 Pedro Alves <palves@redhat.com>
23365
23366 * gdb.base/compare-sections.c: New file.
23367 * gdb.base/compare-sections.exp: New file.
23368
23369 2014-05-20 Pedro Alves <palves@redhat.com>
23370
23371 * gdb.base/break-idempotent.c: New file.
23372 * gdb.base/break-idempotent.exp: New file.
23373
23374 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
23375
23376 * gdb.btrace/nohist.exp: New.
23377
23378 2014-05-20 Yao Qi <yao@codesourcery.com>
23379
23380 * lib/gdb.exp (gdb_init): Set timeout if test file is under
23381 gdb.reverse directory and gdb_reverse_timeout exists in board
23382 setting.
23383 * README: Document gdb_reverse_timeout.
23384
23385 2014-05-20 Yao Qi <yao@codesourcery.com>
23386
23387 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
23388 'test_file_name'. Treat args as a string instead of a list.
23389 (gdb_init): Rename argument 'args' by 'test_file_name'.
23390
23391 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
23392
23393 * gdb.arch/powerpc-power.exp: New file.
23394 * gdb.arch/powerpc-power.s: New file.
23395
23396 2014-05-16 Doug Evans <dje@google.com>
23397
23398 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
23399 * gdb.base/completion.exp: Check that all expected files exist
23400 before doing file completion.
23401
23402 2014-05-16 Doug Evans <dje@google.com>
23403
23404 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
23405 Update.
23406 (do_syscall_tests_without_xml): Update.
23407
23408 2014-05-16 Pedro Alves <palves@redhat.com>
23409
23410 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
23411 instead of "unknown output after running".
23412
23413 2014-05-16 Yao Qi <yao@codesourcery.com>
23414
23415 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
23416 file1.txt from host at the end.
23417 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
23418
23419 2014-05-15 Doug Evans <dje@google.com>
23420
23421 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
23422 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
23423 loading file. Add test for TU lookup.
23424
23425 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
23426
23427 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
23428 calling "-exec-arguments" or "set args" before running the
23429 inferior.
23430
23431 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
23432
23433 * lib/mi-support.exp (mi_expect_stop): Expect message for
23434 inferiors that exit with non-zero exit code.
23435
23436 2014-05-14 Yao Qi <yao@codesourcery.com>
23437
23438 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
23439 match absolute path on remote host.
23440 (test_file_list_exec_source_files): Remove "/" from the
23441 pattern.
23442
23443 2014-05-14 Yao Qi <yao@codesourcery.com>
23444
23445 * boards/local-remote-host-notty.exp (${board}_file): New
23446 proc.
23447
23448 2014-05-07 Kyle McMartin <kyle@redhat.com>
23449
23450 Pushed by Joel Brobecker <brobecker@adacore.com>.
23451 * gdb.arch/aarch64-atomic-inst.c: New file.
23452 * gdb.arch/aarch64-atomic-inst.exp: New file.
23453
23454 2014-05-07 Yao Qi <yao@codesourcery.com>
23455
23456 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
23457 in current context" too.
23458
23459 2014-05-05 Keith Seitz <keiths@redhat.com>
23460
23461 * gdb.linespec/ls-dollar.exp: Add test for linespec
23462 file:convenience_variable.
23463
23464 2014-05-05 Yao Qi <yao@codesourcery.com>
23465
23466 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
23467 traceframes into tfile and ctf trace files. Read data from
23468 trace file and test collected data.
23469 (gdb_collect_locals_test): Likewise.
23470 (gdb_unavailable_registers_test): Likewise.
23471 (gdb_unavailable_floats): Likewise.
23472 (gdb_collect_globals_test): Likewise.
23473 (top-level): Append "ctf" to trace_file_targets if GDB
23474 supports.
23475
23476 2014-05-05 Yao Qi <yao@codesourcery.com>
23477
23478 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
23479 code to ...
23480 (gdb_collect_args_test_1): ... it. New proc.
23481 (gdb_collect_locals_test): Move some code to ...
23482 (gdb_collect_locals_test_1): ... it. New proc.
23483 (gdb_unavailable_registers_test): Move some code to ...
23484 (gdb_unavailable_registers_test_1): ... it. New proc.
23485 (gdb_unavailable_floats): Move some code to ...
23486 (gdb_unavailable_floats_1): ... it. New proc.
23487
23488 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
23489
23490 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
23491 probes to test for bitness recognition.
23492 * gdb.arch/amd64-stap-optional-prefix.exp
23493 (test_probe_value_without_reg): New procedure.
23494 Add code to test for different kinds of bitness.
23495
23496 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
23497
23498 PR breakpoints/16889
23499 * gdb.arch/amd64-stap-optional-prefix.S: New file.
23500 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
23501
23502 2014-05-01 Pedro Alves <palves@redhat.com>
23503
23504 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
23505 gdb_file_cmd if no file is specified.
23506 * boards/native-extended-gdbserver.exp (gdb_load): Use the
23507 last_loaded_file to set the remote exec-file.
23508
23509 2014-05-01 Pedro Alves <palves@redhat.com>
23510
23511 * boards/local-remote-host.exp: New file.
23512
23513 2014-05-01 Pedro Alves <palves@redhat.com>
23514
23515 * boards/local-remote-host.exp: Rename to ...
23516 * boards/local-remote-host-notty.exp: ... this.
23517
23518 2014-04-28 Joel Brobecker <brobecker@adacore.com>
23519
23520 * gdb.ada/dyn_arrayidx: New testcase.
23521
23522 2014-04-26 Yao Qi <yao@codesourcery.com>
23523
23524 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
23525 and compute the length of function main. Save it in
23526 $main_length.
23527 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
23528 (top-level): Use gdb_compile to compile objects into
23529 executable and restart GDB. Remove invocation to
23530 prepare_for_testing.
23531
23532 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
23533 Pedro Alves <palves@redhat.com>
23534
23535 PR server/16255
23536 * gdb.multi/multi-attach.c: New file.
23537 * gdb.multi/multi-attach.exp: New file.
23538
23539 2014-04-25 Pedro Alves <palves@redhat.com>
23540
23541 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
23542 user.
23543 (top level): Test that "set remote conditional-breakpoints-packet
23544 off" works as intended.
23545 * gdb.base/dprintf.exp: Test that "set remote
23546 breakpoint-commands-packet off" works as intended.
23547 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
23548 New function.
23549 (top level): Call it.
23550 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
23551 remote fast-tracepoints-packet off" works as intended.
23552 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
23553 * lib/gdb.exp (gdb_is_target_remote): ... here.
23554
23555 2014-04-24 David Blaikie <dblaikie@gmail.com>
23556
23557 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
23558 ensure clang would not discard them.
23559 * gdb.base/gdbvars.c: Ditto.
23560 * gdb.base/memattr.c: Ditto.
23561 * gdb.base/whatis.c: Ditto.
23562 * gdb.python/py-prettyprint.c: Ditto.
23563 * gdb.trace/actions.c: Ditto.
23564 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
23565 ensure clang would not discard it.
23566
23567 2014-04-24 David Blaikie <dblaikie@gmail.com>
23568
23569 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
23570 clang to emit the full definition of type required by the test
23571 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
23572
23573 2014-04-24 David Blaikie <dblaikie@gmail.com>
23574
23575 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
23576 coax Clang into emitting the definition of the type.
23577 * gdb.cp/pr10728-x.h (y): Ditto.
23578 * gdb.cp/pr10728-y.cc (y): Ditto.
23579
23580 2014-04-24 David Blaikie <dblaikie@gmail.com>
23581
23582 * gdb.base/label.exp: XFAIL label related tests under Clang.
23583 * gdb.cp/cplabel.exp: Ditto.
23584 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
23585 under Clang those using labels.
23586
23587 2014-04-25 Yao Qi <yao@codesourcery.com>
23588
23589 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
23590 double_label.
23591 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
23592 partial_label and double_label.
23593
23594 2014-04-24 David Blaikie <dblaikie@gmail.com>
23595
23596 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
23597
23598 2014-04-24 David Blaikie <dblaikie@gmail.com>
23599
23600 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
23601 of the function to work across GCC and Clang.
23602 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
23603 pointer types (const void ** const V void **).
23604
23605 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
23606 Walfred Tedeschi <walfred.tedeschi@intel.com>
23607
23608 * Makefile.in (EXECUTABLES): Added i386-avx512.
23609 * gdb.arch/i386-avx512.c: New file.
23610 * gdb.arch/i386-avx512.exp: Likewise.
23611
23612 2014-04-23 Keith Seitz <keiths@redhat.com>
23613
23614 * lib/mi-support.exp (mi_list_breakpoints): Delete.
23615 (mi_make_breakpoint_table): New procedure.
23616 (mi_create_breakpoint): Use mi_make_breakpoint
23617 and return the result.
23618 (mi_make_breakpoint): New procedure.
23619 (mi_build_kv_pairs): New procedure.
23620
23621 * gdb.mi/mi-break.exp: Remove unused globals,
23622 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
23623 All callers updated.
23624 * gdb.mi/mi-dprintf.exp: Use variable to track command
23625 number.
23626 Update all callers of mi_create_breakpoint and use
23627 mi_make_breakpoint_table.
23628 Remove any unused global variables.
23629 * gdb.mi/mi-nonstop.exp: Likewise.
23630 * gdb.mi/mi-nsintrall.exp: Likewise.
23631 * gdb.mi/mi-nsmoribund.exp: Likewise.
23632 * gdb.mi/mi-nsthrexec.exp: Likewise.
23633 * gdb.mi/mi-reverse.exp: Likewise.
23634 * gdb.mi/mi-simplerun.exp: Likewise.
23635 * gdb.mi/mi-stepn.exp: Likewise.
23636 * gdb.mi/mi-syn-frame.exp: Likewise.
23637 * gdb.mi/mi-until.exp: Likewise.
23638 * gdb.mi/mi-var-cp.exp: Likewise.
23639 * gdb.mi/mi-var-display.exp: Likewise.
23640 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
23641 * gdb.mi/mi2-var-child.exp: Likewise.
23642 * gdb.mi/mi-vla-c99.exp: Likewise.
23643 * lib/mi-support.exp: Likewise.
23644
23645 From Ian Lance Taylor <iant@cygnus.com>:
23646 * lib/gdb.exp (parse_args): New procedure.
23647
23648 2014-04-23 Pedro Alves <palves@redhat.com>
23649
23650 * gdb.base/break-unload-file.c: New file.
23651 * gdb.base/break-unload-file.exp: New file.
23652 * gdb.base/sym-file-lib.c (baz): New function.
23653 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
23654 field.
23655 (load): Store the segment's mapped size.
23656 (unload): New function.
23657 (unload_shlib): New function.
23658 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
23659 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
23660 set a breakpoint at baz, and call it.
23661 * gdb.base/sym-file.exp: New tests for stale breakpoint
23662 instructions.
23663
23664 2014-04-23 Pedro Alves <palves@redhat.com>
23665
23666 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
23667 * gdb.base/hbreak-in-shr-unsupported.c: New file.
23668 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
23669 * gdb.base/hbreak-unmapped.c: New file.
23670 * gdb.base/hbreak-unmapped.exp: New file.
23671 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
23672 * lib/gdb.exp (gdb_is_target_remote): ... here.
23673
23674 2014-04-22 Pedro Alves <palves@redhat.com>
23675
23676 * gdb.base/consecutive-step-over.c: New file.
23677 * gdb.base/consecutive-step-over.exp: New file.
23678
23679 2014-04-22 Pedro Alves <palves@redhat.com>
23680
23681 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
23682 instead of send_gdb/gdb_expect.
23683
23684 2014-04-22 Yao Qi <yao@codesourcery.com>
23685
23686 * lib/trace-support.exp (generate_tracefile): New procedure.
23687 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
23688 return 0.
23689 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
23690 if generate_tracefile returns 1.
23691
23692 2014-04-18 Tom Tromey <palves@redhat.com>
23693 Pedro alves <tromey@redhat.com>
23694
23695 PR backtrace/15558
23696 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
23697 with a backtrace limit.
23698 * gdb.python/py-frame-inline.exp: Test running to an inline
23699 function with a backtrace limit, and printing the newest frame.
23700 * gdb.python/py-frame-inline.c (main): Call f.
23701
23702 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
23703
23704 * gdb.java/jnpe.exp: Drop srcdir from untested path.
23705
23706 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
23707
23708 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
23709 Drop prefix from unsupported source file path.
23710
23711 2014-04-17 Yao Qi <yao@codesourcery.com>
23712
23713 * lib/gdb.exp (with_target_charset): New proc.
23714 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
23715 with_target_charset.
23716 (test_print_strings): Likewise.
23717 (test_repeat_bytes): Likewise.
23718 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
23719 for some tests.
23720
23721 2014-04-16 Keith Seitz <keiths@redhat.com>
23722
23723 PR gdb/15827
23724 * gdb.dwarf2/corrupt.c: New file.
23725 * gdb.dwarf2/corrupt.exp: New file.
23726
23727 2014-04-16 Keith Seitz <keiths@redhat.com>
23728
23729 PR c++/16597
23730 * gdb.cp/namelessclass.cc: New file.
23731 * gdb.cp/namelessclass.exp: New file.
23732 * gdb.cp/namelessclass.S: New file.
23733
23734 2014-04-16 Doug Evans <dje@google.com>
23735
23736 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
23737 Add comment.
23738 (gdbserver_default_get_comm_port): New function.
23739 (gdbserver_start): Check if board file provided
23740 "gdbserver,get_comm_port" and use it if so.
23741 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
23742 (gdb,socketport): Set to "stdio".
23743 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
23744 (stdio_gdbserver_template): Delete.
23745 (${board}_get_remote_address): Update.
23746 (${board}_build_remote_cmd): Delete.
23747 (${board}_get_comm_port): New function.
23748 (${board}_spawn): Update.
23749 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
23750 Delete.
23751 (${board}_get_remote_address): Update.
23752 (${board}_get_comm_port): New function.
23753
23754 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
23755
23756 * gdb.base/memattr.exp: Improve regexps to handle memory regions
23757 appearing in any order.
23758
23759 2014-04-15 Doug Evans <dje@google.com>
23760
23761 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
23762 uninitialized value of "description".
23763
23764 2014-04-15 Keith Seitz <keiths@redhat.com>
23765
23766 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
23767 Remove unused globals.
23768 (test_running_the_program): Likewise.
23769 (test_controlled_execution): Likewise.
23770 (test_controlling_breakpoints): Likewise.
23771 (test_program_termination): Likewise.
23772
23773 2014-04-15 Keith Seitz <keiths@redhat.com>
23774
23775 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
23776 unused globals.
23777 (test_rbreak_creation_and_listing): Likewise.
23778 (test_ignore_count): Likewise.
23779 (test_error): Likewise.
23780
23781 2014-04-15 Pedro Alves <palves@redhat.com>
23782
23783 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
23784 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
23785 sym-file-loader.c.
23786 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
23787 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
23788 to sym-file-loader.c.
23789 (struct library): Forward declare.
23790 (load_shlib, lookup_function): Change prototypes.
23791 (find_shstrtab, find_strtab, find_shdr, find_symtab)
23792 (translate_offset): Remove declarations.
23793 (get_text_addr): New declaration.
23794 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
23795 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
23796 sym-file-loader.h.
23797 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
23798 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
23799 here from sym-file-loader.h.
23800 (struct library): New structure.
23801 (load_shlib, lookup_function): Change prototypes and adjust to
23802 work with a struct library.
23803 (find_shstrtab, find_strtab, find_shdr, find_symtab)
23804 (translate_offset): Make static.
23805 (get_text_addr): New function.
23806 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
23807
23808 2014-04-15 Pedro Alves <palves@redhat.com>
23809
23810 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
23811
23812 2014-04-15 Pedro Alves <palves@redhat.com>
23813
23814 * gdb.base/sym-file-loader.c: Include <limits.h>.
23815 (SELF_LINK): New define.
23816 (get_origin): New function.
23817 (load_shlib): Use it.
23818 * gdb.base/sym-file.exp: Don't early return if the target is
23819 remote. Use runto_main, and issue fail is that fails. Use
23820 gdb_load_shlibs.
23821 (shlib_name): Delete.
23822 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
23823
23824 2014-04-15 Pedro Alves <palves@redhat.com>
23825
23826 * gdb.base/sym-file.exp: Remove regex characters from test
23827 message. Don't refer to breakpoint numbers in test messages.
23828
23829 2014-04-14 Keith Seitz <keiths@redhat.com>
23830
23831 PR c++/16253
23832 * gdb.cp/var-tag.cc: New file.
23833 * gdb.cp/var-tag.exp: New file.
23834 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
23835 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
23836 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
23837 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
23838
23839 2014-04-14 Tom Tromey <tromey@redhat.com>
23840
23841 * gdb.cp/classes.exp (test_enums): Handle underlying type.
23842 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
23843 type.
23844 * gdb.cp/enum-class.exp: New file.
23845 * gdb.cp/enum-class.cc: New file.
23846
23847 2014-04-14 Tom Tromey <tromey@redhat.com>
23848
23849 * gdb.dwarf2/enum-type.exp: New file.
23850
23851 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
23852
23853 * gdb.mi/mi-vla-c99.exp: New file.
23854 * gdb.mi/vla.c: New file.
23855
23856 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
23857
23858 * gdb.base/vla-datatypes.c: New file.
23859 * gdb.base/vla-datatypes.exp: New file.
23860
23861 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
23862
23863 * gdb.base/vla-ptr.c: New file.
23864 * gdb.base/vla-ptr.exp: New file.
23865
23866 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
23867
23868 * gdb.dwarf2/count.exp: New file.
23869
23870 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
23871
23872 * gdb.base/vla-sideeffect.c: New file.
23873 * gdb.base/vla-sideeffect.exp: New file.
23874
23875 2014-04-14 David Blaikie <dblaikie@gmail.com>
23876
23877 * gdb.mi/non-stop.c: Add return value for non-void function return
23878 statement.
23879 * gdb.threads/staticthreads.c: Ditto.
23880
23881 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
23882 Doug Evans <xdje42@gmail.com>
23883
23884 * gdb.guile/scm-value.c: Improve test case.
23885 * gdb.guile/scm-value.exp: Add new test.
23886
23887 2014-04-11 David Blaikie <dblaikie@gmail.com>
23888
23889 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
23890 override Clang's default.
23891
23892 2014-04-11 Joel Brobecker <brobecker@adacore.com>
23893
23894 Revert the following changes (regressions):
23895
23896 * gdb.base/vla-sideeffect.c: New file.
23897 * gdb.base/vla-sideeffect.exp: New file.
23898
23899 * gdb.dwarf2/count.exp: New file.
23900
23901 * gdb.base/vla-multi.c: New file.
23902 * gdb.base/vla-multi.exp: New file.
23903
23904 * gdb.base/vla-ptr.c: New file.
23905 * gdb.base/vla-ptr.exp: New file.
23906
23907 * gdb.base/vla-datatypes.c: New file.
23908 * gdb.base/vla-datatypes.exp: New file.
23909
23910 * gdb.mi/mi-vla-c99.exp: New file.
23911 * gdb.mi/vla.c: New file.
23912
23913 2014-04-11 Keith Seitz <keiths@redhat.com>
23914
23915 PR c++/16675
23916 * gdb.cp/cpsizeof.exp: New file.
23917 * gdb.cp/cpsizeof.cc: New file.
23918
23919 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23920
23921 * gdb.mi/mi-vla-c99.exp: New file.
23922 * gdb.mi/vla.c: New file.
23923
23924 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23925
23926 * gdb.base/vla-datatypes.c: New file.
23927 * gdb.base/vla-datatypes.exp: New file.
23928
23929 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23930
23931 * gdb.base/vla-ptr.c: New file.
23932 * gdb.base/vla-ptr.exp: New file.
23933
23934 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23935
23936 * gdb.base/vla-multi.c: New file.
23937 * gdb.base/vla-multi.exp: New file.
23938
23939 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23940
23941 * gdb.dwarf2/count.exp: New file.
23942
23943 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23944
23945 * gdb.base/vla-sideeffect.c: New file.
23946 * gdb.base/vla-sideeffect.exp: New file.
23947
23948 2014-04-11 Yao Qi <yao@codesourcery.com>
23949
23950 * gdb.base/completion.exp: Check file exists before running tests
23951 on file completion.
23952
23953 2014-04-10 Pedro Alves <palves@redhat.com>
23954
23955 * gdb.base/cond-eval-mode.c: New file.
23956 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
23957 prepare_for_testing to build the new file. Check result of
23958 runto_main.
23959 (test_break, test_watch): New procedures.
23960 (top level): Use them.
23961
23962 2014-04-08 Pierre Muller <muller@sourceware.org>
23963
23964 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
23965 Ctrl-V use for mingw hosts.
23966
23967 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
23968
23969 * gdb.python/py-value.c: Improve test case.
23970 * gdb.python/py-value.exp: Add new test.
23971
23972 2014-04-07 David Blaikie <dblaikie@gmail.com>
23973
23974 * lib/compiler.c: Identify the clang compiler.
23975 * lib/compiler.cc: Ditto.
23976
23977 2014-04-03 Yao Qi <yao@codesourcery.com>
23978
23979 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
23980
23981 2014-04-01 Anton Blanchard <anton@samba.org>
23982
23983 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
23984 messages unique.
23985
23986 2014-04-01 Anton Blanchard <anton@samba.org>
23987
23988 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
23989 prepare_for_testing.
23990
23991 2014-04-01 Anton Blanchard <anton@samba.org>
23992
23993 * gdb.arch/ppc64-atomic-inst.c: Remove.
23994 * gdb.arch/ppc64-atomic-inst.S: New file.
23995 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
23996
23997 2014-03-31 Doug Evans <dje@google.com>
23998
23999 * gdb.base/print-symbol-loading-lib.c: New file.
24000 * gdb.base/print-symbol-loading-main.c: New file.
24001 * gdb.base/print-symbol-loading.exp: New file.
24002
24003 2014-03-31 Yao Qi <yao@codesourcery.com>
24004
24005 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
24006
24007 2014-03-28 Joel Brobecker <brobecker@adacore.com>
24008
24009 * gdb.ada/mi_dyn_arr: New testcase.
24010
24011 2014-03-27 Doug Evans <dje@google.com>
24012
24013 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
24014
24015 2014-03-27 Yao Qi <yao@codesourcery.com>
24016
24017 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
24018 if target is nios2-*-*.
24019
24020 2014-03-26 Yao Qi <yao@codesourcery.com>
24021
24022 * lib/gdb.exp (readline_is_used): New proc.
24023 * gdb.base/completion.exp: Move tests on command complete up.
24024 Skip the rest of tests if readline is not used.
24025 * gdb.ada/complete.exp: Skp the test if readline is not
24026 used.
24027 * gdb.base/filesym.exp: Likewise.
24028 * gdb.base/macscp.exp: Likewise.
24029 * gdb.base/readline-ask.exp: Likewise.
24030 * gdb.base/readline.exp: Likewise.
24031 * gdb.python/py-cmd.exp: Likewise.
24032 * gdb.trace/tfile.exp: Likewise.
24033
24034 2014-03-26 Yao Qi <yao@codesourcery.com>
24035
24036 * gdb.base/macscp.exp: Fix code format issues.
24037
24038 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
24039
24040 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
24041 * gdb.asm/powerpc64le.inc: New file.
24042
24043 2014-03-25 Pedro Alves <palves@redhat.com>
24044 Doug Evans <dje@google.com>
24045
24046 * gdb.base/source-execution.c: New file.
24047 * gdb.base/source-execution.exp: New file.
24048 * gdb.base/source-execution.gdb: New file.
24049
24050 2014-03-24 Doug Evans <dje@google.com>
24051
24052 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
24053 using fission.
24054
24055 2014-03-24 Hui Zhu <hui@codesourcery.com>
24056 Pedro Alves <palves@redhat.com>
24057
24058 PR breakpoints/16101
24059 * gdb.base/dprintf.exp: Use unsupported rather than changing the
24060 test pass/fail messages. Detect missing support for dprintf when
24061 breakpoints are actually inserted.
24062 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
24063 breakpoints are actually inserted.
24064 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
24065 fails.
24066
24067 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
24068
24069 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
24070
24071 2014-03-22 Doug Evans <xdje42@gmail.com>
24072
24073 * gdb.python/python.exp (python not supported): Verify multi-line
24074 python command issues an error.
24075 * gdb.guile/guile.exp (guile not supported): Verify multi-line
24076 guile command issues an error.
24077
24078 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
24079
24080 * gdb.threads/thread-specific.exp: Handle the lack of usable
24081 $this_breakpoint and $this_thread.
24082
24083 2014-03-21 Hui Zhu <hui@codesourcery.com>
24084
24085 * gdb.base/attach.exp (do_command_attach_tests): New.
24086
24087 2014-03-20 Tom Tromey <tromey@redhat.com>
24088 Pedro Alves <palves@redhat.com>
24089
24090 PR cli/15718
24091 * gdb.base/condbreak-call-false.c: New file.
24092 * gdb.base/condbreak-call-false.exp: New file.
24093
24094 2014-03-20 Pedro Alves <palves@redhat.com>
24095
24096 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
24097 Delete.
24098 (block_signals, unblock_signals): Delete.
24099 (child_function_2, main): Remove references to deleted variable
24100 and functions.
24101
24102 2014-03-20 Pedro Alves <palves@redhat.com>
24103
24104 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
24105 Use pthread_kill to signal thread 2.
24106 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
24107 Adjust to make the test send itself a signal rather than using the
24108 host's "kill" command.
24109
24110 2014-03-20 Pedro Alves <palves@redhat.com>
24111
24112 * gdb.threads/multiple-step-overs.c: New file.
24113 * gdb.threads/multiple-step-overs.exp: New file.
24114 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
24115 Adjust expected infrun debug output.
24116
24117 2014-03-20 Pedro Alves <palves@redhat.com>
24118
24119 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
24120 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
24121
24122 2014-03-20 Pedro Alves <palves@redhat.com>
24123
24124 PR breakpoints/7143
24125 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
24126 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
24127 of gdb_test_multiple.
24128 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
24129 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
24130
24131 2014-03-20 Pedro Alves <palves@redhat.com>
24132
24133 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
24134 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
24135
24136 2014-03-19 Pedro Alves <palves@redhat.com>
24137
24138 * gdb.base/async.exp: Remove early return.
24139
24140 2014-03-19 Pedro Alves <palves@redhat.com>
24141
24142 * gdb.base/async.exp (step& tests): Pass explicit test messages.
24143
24144 2014-03-19 Pedro Alves <palves@redhat.com>
24145
24146 * gdb.base/async.exp (test_background): Expect \r\n after
24147 "completed." in the fail pattern.
24148
24149 2014-03-19 Pedro Alves <palves@redhat.com>
24150
24151 * gdb.base/async.exp (test_background): New procedure.
24152 Use it for all background execution command tests.
24153
24154 2014-03-19 Pedro Alves <palves@redhat.com>
24155
24156 * gdb.base/async.exp: Use prepare_for_testing.
24157
24158 2014-03-19 Pedro Alves <palves@redhat.com>
24159
24160 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
24161 the same line.
24162
24163 2014-03-19 Pedro Alves <palves@redhat.com>
24164
24165 * gdb.base/async.c (main): Add "jump here" and "until here" line
24166 marker comments.
24167 * gdb.base/async.exp (jump_here): New global.
24168 (jump& test): Use it.
24169 (until_here): New global.
24170 (until& test): Use it.
24171
24172 2014-03-19 Pedro Alves <palves@redhat.com>
24173
24174 * gdb.base/async.exp: Don't frob gdb_protocol.
24175
24176 2014-03-18 Doug Evans <xdje42@gmail.com>
24177
24178 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
24179 Fix spelling of exec-done-display.
24180
24181 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
24182
24183 PR gdb/15358
24184 * gdb.base/gdb-sigterm.c: New file.
24185 * gdb.base/gdb-sigterm.exp: New file.
24186
24187 2014-03-18 Pedro Alves <palves@redhat.com>
24188
24189 PR gdb/13860
24190 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
24191 * lib/mi-support.exp (mi_expect_stop): Add special handling for
24192 solib-event.
24193
24194 2014-03-17 Joel Brobecker <brobecker@adacore.com>
24195
24196 * gdb.ada/pckd_arr_ren: New testcase.
24197
24198 2014-03-13 Doug Evans <xdje42@gmail.com>
24199
24200 PR guile/16612
24201 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
24202 collect after discarding symbols.
24203
24204 2014-03-13 Ludovic Courtès <ludo@gnu.org>
24205 Doug Evans <xdje42@gmail.com>
24206
24207 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
24208 to history survives a gc.
24209
24210 2014-03-13 Pedro Alves <palves@redhat.com>
24211
24212 * gdb.base/default.exp: Don't test "target procfs".
24213
24214 2014-03-13 Pedro Alves <palves@redhat.com>
24215
24216 * gdb.base/default.exp: Update "target child" and "target procfs"
24217 tests to not expect "Unix".
24218
24219 2014-03-12 Tom Tromey <tromey@redhat.com>
24220
24221 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
24222 New procs. Add target-async tests.
24223 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
24224 Add target-async tests.
24225
24226 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
24227
24228 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
24229 'func_start' and 'func_end' for the beginning and end of the
24230 function code, respectively.
24231 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
24232 'func_end' instead of 'func' and 'main'.
24233
24234 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
24235
24236 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
24237 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
24238 generate the debug info assembler source.
24239
24240 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
24241
24242 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
24243 * gdb.dwarf2/arr-subrange.exp: Likewise.
24244 * gdb.dwarf2/dwz.exp: Likewise.
24245 * gdb.dwarf2/method-ptr.exp: Likewise.
24246 * gdb.dwarf2/missing-sig-type.exp: Likewise.
24247 * gdb.dwarf2/subrange.exp: Likewise.
24248 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
24249 * gdb.dwarf2/implptrpiece.exp: Likewise.
24250 * gdb.dwarf2/nostaticblock.exp: Likewise.
24251
24252 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
24253
24254 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
24255 directory to absolute path name arguments.
24256
24257 2014-03-10 Joel Brobecker <brobecker@adacore.com>
24258
24259 * gdb.ada/tagged_access: New testcase.
24260
24261 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
24262
24263 * gdb.btrace/data.exp: Update expected output.
24264
24265 2014-03-06 Yao Qi <yao@codesourcery.com>
24266
24267 * gdb.trace/pr16508.exp: New file.
24268
24269 2014-03-05 Pedro Alves <palves@redhat.com>
24270
24271 PR gdb/16575
24272 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
24273 procedure.
24274 (top level): Adjust to use it. Add tests that exercise breakpoint
24275 interaction with the code-cache.
24276
24277 2014-02-26 Ludovic Courtès <ludo@gnu.org>
24278
24279 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
24280 test for 'history-append!'.
24281
24282 2014-02-26 Joel Brobecker <brobecker@adacore.com>
24283
24284 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
24285 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
24286 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
24287 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
24288 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
24289 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
24290
24291 2014-02-26 Joel Brobecker <brobecker@adacore.com>
24292
24293 * testsuite/gdb.python/py-pp-re-notag.c: New file.
24294 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
24295 * testsuite/gdb.python/py-pp-re-notag.p: New file.
24296
24297 2014-02-26 Joel Brobecker <brobecker@adacore.com>
24298
24299 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
24300
24301 2014-02-26 Joel Brobecker <brobecker@adacore.com>
24302
24303 * gdb.dwarf2/arr-stride.c: New file.
24304 * gdb.dwarf2/arr-stride.exp: New file.
24305
24306 2014-02-26 Pedro Alves <palves@redhat.com>
24307
24308 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
24309 that won't ever trigger. Make sure that GDB reports the correct
24310 breakpoint that caused the stop.
24311
24312 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
24313
24314 PR gdb/16626
24315 * gdb.base/auto-load-script: New file.
24316 * gdb.base/auto-load.c: New file.
24317 * gdb.base/auto-load.exp: New file.
24318
24319 PR gdb/16626
24320 * gdb.base/auto-load.exp: Fix out-of-srctree run.
24321
24322 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
24323
24324 Fix dw2-icycle.exp -fsanitize=address GDB crash.
24325 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
24326
24327 2014-02-24 Doug Evans <dje@google.com>
24328
24329 * lib/gdb.exp (run_on_host): Log error output if program fails.
24330
24331 2014-02-21 Pedro Alves <palves@redhat.com>
24332
24333 * gdb.threads/step-after-sr-lock.c: Rename to ...
24334 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
24335 * gdb.threads/step-after-sr-lock.exp: Rename to ...
24336 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
24337 ... this.
24338
24339 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
24340
24341 PR tdep/16397
24342 * gdb.arch/amd64-stap-special-operands.exp: New file.
24343 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
24344 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
24345 * gdb.arch/amd64-stap-triplet.S: Likewise.
24346 * gdb.arch/amd64-stap-triplet.c: Likewise.
24347
24348 2014-02-20 Joel Brobecker <brobecker@adacore.com>
24349
24350 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
24351 in .section pseudo-op.
24352
24353 2014-02-20 lin zuojian <manjian2006@gmail.com>
24354 Joel Brobecker <brobecker@adacore.com>
24355 Doug Evans <xdje42@gmail.com>
24356
24357 PR symtab/16581
24358 * gdb.dwarf2/dw2-icycle.S: New file.
24359 * gdb.dwarf2/dw2-icycle.c: New file.
24360 * gdb.dwarf2/dw2-icycle.exp: New file.
24361
24362 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
24363
24364 * gdb.python/py-value-cc.cc: Improve test case to enable testing
24365 operations on gdb.Value objects.
24366 * gdb.python/py-value-cc.exp: Add new test to test operations on
24367 gdb.Value objects.
24368
24369 2014-02-18 Doug Evans <dje@google.com>
24370
24371 * Makefile.in (TESTS): New variable.
24372 (expanded_tests, expanded_tests_or_none): New variables
24373 (check-single): Pass $(expanded_tests_or_none) to runtest.
24374 (check-parallel): Only run tests in $(TESTS) if non-empty.
24375 (check/no-matching-tests-found): New rule.
24376 * README: Document TESTS makefile variable.
24377
24378 2014-02-18 Doug Evans <dje@google.com>
24379
24380 * Makefile.in (check-parallel): rm -rf outputs temp.
24381
24382 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
24383
24384 Fix "ERROR: no fileid for" in the testsuite.
24385 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
24386
24387 2014-02-12 Doug Evans <dje@google.com>
24388
24389 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
24390 (MISCELLANEOUS): New variable.
24391 (clean): rm -rf $(MISCELLANEOUS).
24392 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
24393 dwp live in the same directory as symlinks, with each symlink pointed
24394 to a differently named file in a different directory.
24395
24396 2014-02-11 Doug Evans <dje@google.com>
24397
24398 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
24399 of Tcl file commands.
24400
24401 2014-02-10 Mark Kettenis <kettenis@gnu.org>
24402
24403 * gdb.threads/step-after-sr-lock.exp: Avoid executing
24404 "kill -SIGUSR1 -1".
24405
24406 2014-02-10 Joel Brobecker <brobecker@adacore.com>
24407
24408 * gdb.ada/tick_length_array_enum_idx: New testcase.
24409
24410 2014-02-10 Doug Evans <xdje42@gmail.com>
24411
24412 * configure.ac (AC_OUTPUT): Add gdb.guile.
24413 * configure: Regenerate.
24414 * lib/gdb-guile.exp: New file.
24415 * lib/gdb.exp (get_target_charset): New function.
24416 * gdb.base/help.exp: Update expected output from "apropos apropos".
24417 * gdb.guile/Makefile.in: New file.
24418 * gdb.guile/guile.exp: New file.
24419 * gdb.guile/scm-arch.c: New file.
24420 * gdb.guile/scm-arch.exp: New file.
24421 * gdb.guile/scm-block.c: New file.
24422 * gdb.guile/scm-block.exp: New file.
24423 * gdb.guile/scm-breakpoint.c: New file.
24424 * gdb.guile/scm-breakpoint.exp: New file.
24425 * gdb.guile/scm-disasm.c: New file.
24426 * gdb.guile/scm-disasm.exp: New file.
24427 * gdb.guile/scm-equal.c: New file.
24428 * gdb.guile/scm-equal.exp: New file.
24429 * gdb.guile/scm-error.exp: New file.
24430 * gdb.guile/scm-error.scm: New file.
24431 * gdb.guile/scm-frame-args.c: New file.
24432 * gdb.guile/scm-frame-args.exp: New file.
24433 * gdb.guile/scm-frame-args.scm: New file.
24434 * gdb.guile/scm-frame-inline.c: New file.
24435 * gdb.guile/scm-frame-inline.exp: New file.
24436 * gdb.guile/scm-frame.c: New file.
24437 * gdb.guile/scm-frame.exp: New file.
24438 * gdb.guile/scm-generics.exp: New file.
24439 * gdb.guile/scm-gsmob.exp: New file.
24440 * gdb.guile/scm-iterator.c: New file.
24441 * gdb.guile/scm-iterator.exp: New file.
24442 * gdb.guile/scm-math.c: New file.
24443 * gdb.guile/scm-math.exp: New file.
24444 * gdb.guile/scm-objfile-script-gdb.in: New file.
24445 * gdb.guile/scm-objfile-script.c: New file.
24446 * gdb.guile/scm-objfile-script.exp: New file.
24447 * gdb.guile/scm-objfile.c: New file.
24448 * gdb.guile/scm-objfile.exp: New file.
24449 * gdb.guile/scm-ports.exp: New file.
24450 * gdb.guile/scm-pretty-print.c: New file.
24451 * gdb.guile/scm-pretty-print.exp: New file.
24452 * gdb.guile/scm-pretty-print.scm: New file.
24453 * gdb.guile/scm-section-script.c: New file.
24454 * gdb.guile/scm-section-script.exp: New file.
24455 * gdb.guile/scm-section-script.scm: New file.
24456 * gdb.guile/scm-symbol.c: New file.
24457 * gdb.guile/scm-symbol.exp: New file.
24458 * gdb.guile/scm-symtab-2.c: New file.
24459 * gdb.guile/scm-symtab.c: New file.
24460 * gdb.guile/scm-symtab.exp: New file.
24461 * gdb.guile/scm-type.c: New file.
24462 * gdb.guile/scm-type.exp: New file.
24463 * gdb.guile/scm-value-cc.cc: New file.
24464 * gdb.guile/scm-value-cc.exp: New file.
24465 * gdb.guile/scm-value.c: New file.
24466 * gdb.guile/scm-value.exp: New file.
24467 * gdb.guile/source2.scm: New file.
24468 * gdb.guile/types-module.cc: New file.
24469 * gdb.guile/types-module.exp: New file.
24470
24471 2014-02-10 Yao Qi <yao@codesourcery.com>
24472
24473 PR testsuite/16543
24474 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
24475 * configure: Regenerated.
24476 * Makefile.in: New file.
24477
24478 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
24479
24480 * gdb.python/py-framefilter.exp: Fix typo.
24481
24482 2014-02-08 Yao Qi <yao@codesourcery.com>
24483
24484 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
24485 that no =breakpoint-modified is emitted when breakpoints are
24486 modified through MI commands.
24487
24488 2014-02-07 Pedro Alves <pedro@codesourcery.com>
24489 Pedro Alves <palves@redhat.com>
24490
24491 * gdb.threads/step-after-sr-lock.c: New file.
24492 * gdb.threads/step-after-sr-lock.exp: New file.
24493
24494 2014-02-07 Pedro Alves <palves@redhat.com>
24495
24496 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
24497
24498 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
24499
24500 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
24501 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
24502
24503 2014-02-06 Doug Evans <xdje42@gmail.com>
24504
24505 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
24506 output.
24507
24508 * gdb.gdb/python-interrupts.exp: New file.
24509
24510 2014-02-05 Yao Qi <yao@codesourcery.com>
24511
24512 * gdb.trace/report.exp (use_collected_data): Test the output
24513 of "info threads" and "info inferiors".
24514
24515 2014-02-05 Yao Qi <yao@codesourcery.com>
24516
24517 Revert this patch:
24518
24519 2013-05-24 Yao Qi <yao@codesourcery.com>
24520
24521 * gdb.trace/tfile.exp: Test inferior and thread.
24522
24523 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
24524
24525 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
24526 on a function.
24527 * gdb.base/step-bt.c: Call hello via function pointer to make
24528 sure its first instruction is executed on powerpc64le-linux.
24529
24530 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
24531
24532 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
24533
24534 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
24535
24536 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
24537 of the test patterns for use on little-endian systems.
24538
24539 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
24540
24541 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
24542 (decimal_vector): Fix for little-endian.
24543
24544 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
24545
24546 * gdb.arch/sparc-sysstep.exp: New file.
24547 * gdb.arch/sparc-sysstep.c: Likewise.
24548
24549 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
24550
24551 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
24552
24553 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
24554
24555 2014-01-23 Tom Tromey <tromey@redhat.com>
24556
24557 * gdb.ada/array_char_idx: New testcase.
24558
24559 2014-01-23 Tom Tromey <tromey@redhat.com>
24560
24561 PR python/16487:
24562 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
24563 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
24564 classes.
24565
24566 2014-01-23 Tom Tromey <tromey@redhat.com>
24567
24568 PR python/16491:
24569 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
24570 string from an inferior frame.
24571 * gdb.python/py-framefilter-mi.exp: Update.
24572
24573 2014-01-22 Doug Evans <dje@google.com>
24574
24575 * gdb.server/server-mon.exp: Add tests for "set debug-format".
24576
24577 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
24578
24579 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
24580
24581 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
24582
24583 * gdb.trace/entry-values.exp: Remove excess space character from
24584 regex patterns. Handle s390 call instruction.
24585
24586 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
24587
24588 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
24589 define "*_start" label. Make "name" static.
24590 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
24591 ${name} by references to ${name}_start.
24592
24593 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
24594
24595 * gdb.base/info-macros.exp: Remove "debug" from the compile
24596 options.
24597
24598 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
24599
24600 * gdb.dlang/demangle.exp: New file.
24601
24602 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
24603
24604 * gdb.dlang/primitive-types.exp: New file.
24605
24606 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
24607
24608 * configure.ac: Create gdb.dlang/Makefile.
24609 * configure: Regenerate.
24610 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
24611 * gdb.dlang/Makefile.in: New file.
24612 * lib/d-support.exp: New file.
24613 * lib/gdb.exp (skip_d_tests): New proc.
24614
24615 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24616
24617 * gdb.btrace/delta.exp: Check reverse stepi.
24618 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
24619 * gdb.btrace/finish.exp: New.
24620 * gdb.btrace/next.exp: New.
24621 * gdb.btrace/nexti.exp: New.
24622 * gdb.btrace/record_goto.c: Add comments.
24623 * gdb.btrace/step.exp: New.
24624 * gdb.btrace/stepi.exp: New.
24625 * gdb.btrace/multi-thread-step.c: New.
24626 * gdb.btrace/multi-thread-step.exp: New.
24627 * gdb.btrace/rn-dl-bind.c: New.
24628 * gdb.btrace/rn-dl-bind.exp: New.
24629 * gdb.btrace/data.c: New.
24630 * gdb.btrace/data.exp: New.
24631 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
24632
24633 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24634
24635 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
24636 * gdb.btrace/exception.exp: Update.
24637 * gdb.btrace/instruction_history.exp: Update.
24638 * gdb.btrace/record_goto.exp: Update.
24639 * gdb.btrace/tailcall.exp: Update.
24640 * gdb.btrace/unknown_functions.exp: Update.
24641 * gdb.btrace/delta.exp: New.
24642
24643 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24644
24645 * gdb.btrace/record_goto.exp: Add backtrace test.
24646 * gdb.btrace/tailcall.exp: Add backtrace test.
24647
24648 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24649
24650 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
24651 * gdb.btrace/record_goto.c: New.
24652 * gdb.btrace/record_goto.exp: New.
24653 * gdb.btrace/x86-record_goto.S: New.
24654
24655 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24656
24657 * gdb.btrace/function_call_history.exp: Update tests.
24658 * gdb.btrace/instruction_history.exp: Update tests.
24659
24660 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24661
24662 * gdb.btrace/function_call_history.exp: Fix expected field
24663 order for "record function-call-history".
24664 Add new tests for "record function-call-history /c".
24665 * gdb.btrace/exception.cc: New.
24666 * gdb.btrace/exception.exp: New.
24667 * gdb.btrace/tailcall.exp: New.
24668 * gdb.btrace/x86-tailcall.S: New.
24669 * gdb.btrace/x86-tailcall.c: New.
24670 * gdb.btrace/unknown_functions.c: New.
24671 * gdb.btrace/unknown_functions.exp: New.
24672 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
24673
24674 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24675
24676 * gdb.btrace/instruction_history.exp: Update.
24677 * gdb.btrace/function_call_history.exp: Update.
24678
24679 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24680
24681 * gdb.btrace/function_call_history.exp: Fix expected function
24682 trace.
24683 * gdb.btrace/instruction_history.exp: Initialize traced.
24684 Remove traced_functions.
24685
24686 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24687
24688 * gdb.btrace/function_call_history.exp: Update
24689 * gdb.btrace/instruction_history.exp: Update.
24690
24691 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24692
24693 * gdb.btrace/enable.exp: Update expected text.
24694
24695 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
24696
24697 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
24698 bytes.
24699
24700 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
24701
24702 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
24703
24704 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
24705
24706 * lib/gdb.exp (supports_process_record): Return true for
24707 arm*-linux*. (supports_reverse): Likewise.
24708
24709 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
24710
24711 PR python/15464
24712 PR python/16113
24713 * gdb.python/py-type.c: Enhance test case.
24714 * gdb.python/py-value-cc.cc: Likewise
24715 * gdb.python/py-type.exp: Add new tests.
24716 * gdb.python/py-value-cc.exp: Likewise
24717
24718 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
24719 Pedro Alves <palves@redhat.com>
24720
24721 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
24722 Make "name" extern.
24723 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
24724 references to ${name}_start by references to ${name}.
24725
24726 2014-01-10 Joel Brobecker <brobecker@adacore.com>
24727
24728 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
24729
24730 2014-01-10 Joel Brobecker <brobecker@adacore.com>
24731
24732 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
24733
24734 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
24735 Pedro Alves <palves@redhat.com>
24736
24737 * gdb.mi/mi-info-os.exp: Connect to the target with
24738 mi_gdb_target_load.
24739
24740 2014-01-08 Pedro Alves <palves@redhat.com>
24741
24742 * gdb.threads/reconnect-signal.c: New file.
24743 * gdb.threads/reconnect-signal.exp: New file.
24744
24745 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
24746
24747 * gdb.base/source-dir.exp: New file.
24748
24749 2014-01-07 Joel Brobecker <brobecker@adacore.com>
24750
24751 * gdb.ada/mi_interface: New testcase.
24752
24753 2014-01-07 Joel Brobecker <brobecker@adacore.com>
24754
24755 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
24756 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
24757 gdb.ada/pp-rec-component/pck.ads: New files.
24758
24759 2014-01-07 Joel Brobecker <brobecker@adacore.com>
24760
24761 * gdb.python/py-pp-integral.c: New file.
24762 * gdb.python/py-pp-integral.py: New file.
24763 * gdb.python/py-pp-integral.exp: New file.
24764
24765 For older changes see ChangeLog-1993-2013.
24766 \f
24767 ;; Local Variables:
24768 ;; mode: change-log
24769 ;; left-margin: 8
24770 ;; fill-column: 74
24771 ;; version-control: never
24772 ;; End:
24773
24774 Copyright 2014-2021 Free Software Foundation, Inc.
24775 Copying and distribution of this file, with or without modification,
24776 are permitted provided the copyright notice and this notice are preserved.