gdb: fix formatting in solib-svr4.c
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
... / ...
CommitLineData
12019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
2
3 * gdb.arch/spu-info.exp: Remove file.
4 * gdb.arch/spu-info.c: Remove file.
5 * gdb.arch/spu-ls.exp: Remove file.
6 * gdb.arch/spu-ls.c: Remove file.
7
8 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
9 * gdb.asm/spu.inc: Remove file.
10
11 * gdb.base/dump.exp: Remove support for spu*-*-*.
12 * gdb.base/stack-checking.exp: Likewise.
13 * gdb.base/overlays.exp: Likewise.
14 * gdb.base/ovlymgr.c: Likewise.
15 * gdb.base/spu.ld: Remove file.
16
17 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
18 * gdb.cp/cpexprs.exp: Likewise.
19 * gdb.cp/exception.exp: Likewise.
20 * gdb.cp/gdb2495.exp: Likewise.
21 * gdb.cp/mb-templates.exp: Likewise.
22 * gdb.cp/pr9167.exp: Likewise.
23 * gdb.cp/userdef.exp: Likewise.
24
25 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
26
27 * gdb.cell: Remove directory.
28 * lib/cell.exp: Remove file.
29
302019-09-19 Tom de Vries <tdevries@suse.de>
31
32 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
33
342019-09-19 Tom de Vries <tdevries@suse.de>
35
36 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
37
382019-09-19 Tom de Vries <tdevries@suse.de>
39
40 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
41 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
42 (gdb_target_cmd): ... here.
43 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
44 value 2.
45
462019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
47
48 * gdb.base/source-dir.exp: Avoid having directory names in test
49 names.
50
512019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
52
53 * gdb.base/source-dir.exp: Add extra test for mapped compilation
54 directory.
55
562019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
57
58 * gdb.base/list-missing-source.exp: New file.
59
602019-09-14 Tom de Vries <tdevries@suse.de>
61
62 PR teststuite/24599
63 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
64 * lib/ada.exp (gnatmake_version_at_least): New proc.
65
662019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
67
68 * gdb.base/maint.exp: Use exec_has_index_section.
69
702019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
71
72 * gdb.base/maint.exp: Add test for 'maint info sections'.
73
742019-09-12 Tom de Vries <tdevries@suse.de>
75
76 * gdb.base/store.exp: Allow register variables to be optimized out at
77 -O0.
78
792019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
80
81 * gdb.ada/rdv_wait.exp: Update to new task names.
82 * gdb.base/task_switch_in_core.exp: Likewise.
83 * gdb.base/info_sources_base.c: Likewise.
84
852019-09-10 Tom Tromey <tromey@adacore.com>
86
87 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
88
892019-09-10 Tom Tromey <tromey@adacore.com>
90
91 * gdb.ada/dgopt.exp: New file.
92 * gdb.ada/dgopt/x.adb: New file.
93
942019-09-08 Tom Tromey <tom@tromey.com>
95
96 * gdb.tui/resize.exp: Remove setup_xfail.
97 * gdb.tui/regs.exp: Remove setup_xfail.
98 * gdb.tui/basic.exp: Remove setup_xfail.
99
1002019-09-06 David Blaikie <dblaikie@gmail.com>
101
102 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
103 * gdb.cp/cplabel.exp: Ditto.
104 * gdb.linespec/ls-errs.exp: Ditto.
105
1062019-09-05 Tom de Vries <tdevries@suse.de>
107
108 * lib/gdb.exp (cmp_file_string): New proc.
109 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
110 runto_main. Verify save breakpoints output.
111
1122019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
113
114 * gdb.base/info-var.exp: Test info variables without running
115 to main, to avoid expect's buffer overflow.
116
1172019-09-03 Tom Tromey <tromey@adacore.com>
118
119 * gdb.ada/bias.exp: New file.
120 * gdb.ada/bias/bias.adb: New file.
121 * gdb.ada/print_chars.exp: Add regression test.
122 * gdb.ada/print_chars/foo.adb (My_Character): New type.
123 (MC): New variable.
124
1252019-08-29 Sandra Loosemore <sandra@codesourcery.com>
126
127 * gdb.base/argv0-symlink.exp: Run only on native target
128 and local host.
129
1302019-08-29 Tom de Vries <tdevries@suse.de>
131
132 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
133 diverse debug info.
134 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
135
1362019-08-28 Tom de Vries <tdevries@suse.de>
137
138 * gdb.base/info-var.exp: Allow info variables to print info for files
139 other than info-var-f1.c and info-var-f2.c.
140
1412019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
142
143 * gdb.fortran/info-types.exp: Add module.
144 * gdb.fortran/info-types.f90: Update expected results.
145
1462019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
147
148 * gdb.fortran/info-types.exp: New file.
149 * gdb.fortran/info-types.f90: New file.
150 * lib/fortran.exp (fortran_character1): New proc.
151
1522019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
153
154 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
155 functions'. Reindent as needed.
156 * gdb.base/info-var-f1.c: New file.
157 * gdb.base/info-var-f2.c: New file.
158 * gdb.base/info-var.exp: New file.
159 * gdb.base/info-var.h: New file.
160
1612019-08-26 Tom de Vries <tdevries@suse.de>
162
163 PR c++/24852
164 * gdb.cp/no-libstdcxx-probe.exp: New test.
165
1662019-08-26 Tom de Vries <tdevries@suse.de>
167
168 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
169 * tests need to be skipped.
170 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
171 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
172 mi_skip_libstdcxx_probe_tests.
173
1742019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
175
176 * gdb.python/py-xmethods.exp: Use raw strings when passing
177 arguments to SimpleXMethodMatcher.
178
1792019-08-22 Tom de Vries <tdevries@suse.de>
180
181 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
182 more informative.
183
1842019-08-21 Pedro Alves <palves@redhat.com>
185
186 * gdb.base/with.exp: Test "with" with no arguments.
187
1882019-08-21 Tom de Vries <tdevries@suse.de>
189
190 * gdb.base/gdb-caching-proc.exp: Sort files.
191
1922019-08-20 Tom de Vries <tdevries@suse.de>
193
194 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
195 compilation.
196
1972019-08-16 Tom de Vries <tdevries@suse.de>
198
199 * gdb.base/compare-sections.exp ("after run to main"): Allow
200 mismatched read-only sections for PIE executables.
201
2022019-08-16 Tom Tromey <tom@tromey.com>
203
204 * lib/tuiterm.exp (_csi_Z): New proc.
205 * gdb.tui/basic.exp: Update window positions.
206 * gdb.tui/empty.exp: Update window positions.
207
2082019-08-15 Sandra Loosemore <sandra@codesourcery.com>
209
210 * gdb.base/examine-backward.exp: Correct regexp for
211 "examine 3 bytes backward from ${address_zero}".
212
2132019-08-15 Tom Tromey <tom@tromey.com>
214
215 * gdb.tui/empty.exp: Enable resizing tests.
216
2172019-08-15 Tom Tromey <tromey@adacore.com>
218
219 * gdb.ada/char_enum.exp: Add regression tests.
220 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
221 and '0'.
222 (Char, Gchar): Update.
223 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
224
2252019-08-15 Christian Biesinger <cbiesinger@google.com>
226
227 * gdb.python/python.exp: Expect a leading underscore on
228 GdbOutput{,Error}File.
229
2302019-08-15 Sandra Loosemore <sandra@codesourcery.com>
231
232 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
233 Windows host.
234
2352019-08-15 Sandra Loosemore <sandra@codesourcery.com>
236
237 * gdb.base/batch-preserve-term-settings.exp
238 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
239
2402019-08-15 Christian Biesinger <cbiesinger@google.com>
241
242 * lib/gdb.exp: When running on a mingw target, replace
243 /x/ with x:/.
244
2452019-08-14 Alan Hayward <alan.hayward@arm.com>
246
247 * gdb.arch/aarch64-prologue.c: New test.
248 * gdb.arch/aarch64-prologue.exp: New file.
249
2502019-08-13 Tom de Vries <tdevries@suse.de>
251
252 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
253 Thread.
254
2552019-08-13 Sandra Loosemore <sandra@codesourcery.com>
256
257 * gdb.python/py-completion.exp: Download the .py file to the host
258 and use its host pathname. Conditionalize tests that use
259 tab completion and manipulate files on the build machine.
260 * gdb.python/py-events.exp: Download the .py file to the host
261 and use its host pathname.
262 * gdb.python/py-evsignal.exp: Likewise.
263 * gdb.python/py-evthreads.exp: Likewise.
264 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
265 pathname syntax.
266 * gdb.python/py-framefilter.exp: Download the .py file to the right
267 place on the host. Match Windows pathname syntax.
268 * gdb.python/py-mi-var-info-path-expression.exp: Download the
269 .py file to the host and use its host pathname.
270 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
271 * gdb.python/py-objfile.exp: Expect a host pathname, not a
272 build pathname. Skip symlink test on Windows host. Add missing
273 newline at end of file.
274 * gdb.python/py-pp-maint.exp: Download the .py file to the host
275 and use its host pathname.
276 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
277 * gdb.python/py-section-script.exp: Use host location of binfile
278 on safe-path. Use correct path separator on Windows host.
279 Reorder alternatives in gdb_test_multiple to prevent matching
280 the wrong alternative on success.
281 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
282
2832019-08-12 Patrick Palka <patrick@parcs.ath.cx>
284
285 * gdb.gdb/selftest.exp (test_with_self): Update test to now
286 expect the GDB inferior to no longer immediately stop after
287 being resumed with "signal SIGINT".
288
2892019-08-09 Sandra Loosemore <sandra@codesourcery.com>
290
291 * gdb.linespec/break-ask.exp: Generalize regexps to match
292 Windows pathnames too.
293
2942019-08-08 Tom de Vries <tdevries@suse.de>
295
296 PR testsuite/24862
297 * lib/tuiterm.exp (_accept): Fix CSI regexp.
298
2992019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
300
301 * gdb.base/style.exp: Update tests for help doc new invariants.
302 * gdb.base/help.exp: Likewise.
303
3042019-08-06 Tom Tromey <tom@tromey.com>
305
306 * gdb.base/style.exp: Add disassemble test.
307 * gdb.base/style.c (some_called_function): New function.
308 (main): Use it.
309
3102019-08-05 Christian Biesinger <cbiesinger@google.com>
311
312 * gdb.python/py-block.exp: Test dictionary access on blocks.
313
3142019-08-05 Simon Marchi <simon.marchi@efficios.com>
315
316 PR gdb/24863
317 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
318 -list-thread-groups --available test when running under
319 check-read1.
320
3212019-08-05 Tom de Vries <tdevries@suse.de>
322
323 PR testsuite/24863
324 * lib/gdb.exp (with_read1_timeout_factor): New proc.
325 * gdb.base/help.exp: Use with_read1_timeout_factor.
326 * gdb.base/info-macros.exp: Same.
327 * gdb.cp/nested-types.exp: Same.
328
3292019-08-05 Tom de Vries <tdevries@suse.de>
330
331 * lib/gdb.exp (version_at_least): Factor out of ...
332 (tcl_version_at_least): ... here.
333 (gdb_compile): Fail if pie results in non-PIE executable.
334 (readelf_version, readelf_prints_pie): New proc.
335 (exec_is_pie): Return -1 if unknown.
336
3372019-08-05 Tom de Vries <tdevries@suse.de>
338
339 * lib/gdb.exp (tcl_version_at_least): Fix typo.
340
3412019-08-04 Sandra Loosemore <sandra@codesourcery.com>
342
343 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
344
3452019-08-04 Sandra Loosemore <sandra@codesourcery.com>
346
347 * lib/completion-support.exp (test_gdb_complete_none): Skip
348 tab completion tests if no readline support.
349 (test_gdb_complete_unique_re): Likewise.
350 (test_gdb_complete_multiple): Likewise.
351
3522019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
353
354 * gdb.base/info_sources.exp: New file.
355 * gdb.base/info_sources.c: New file.
356 * gdb.base/info_sources_base.c: New file.
357
3582019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
359
360 * gdb.base/batch-exit-status.exp: Call test_exit_status with
361 prefix argument.
362 (test_exit_status): Add prefix argument.
363
3642019-08-01 Tom de Vries <tdevries@suse.de>
365
366 PR testsuite/24863
367 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
368 calling exp_continue for new thread and thread exited messages.
369
3702019-08-01 Tom de Vries <tdevries@suse.de>
371
372 PR testsuite/24863
373 * gdb.base/structs.exp: Fix check-read1 timeout using
374 gdb_test_sequence.
375 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
376
3772019-08-01 Tom de Vries <tdevries@suse.de>
378
379 PR testsuite/24863
380 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
381 line.
382
3832019-08-01 Tom de Vries <tdevries@suse.de>
384
385 PR testsuite/24863
386 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
387
3882019-07-30 Tom Tromey <tromey@adacore.com>
389
390 * gdb.ada/display_nested.exp: New file.
391 * gdb.ada/display_nested/foo.adb: New file.
392 * gdb.ada/display_nested/pack.adb: New file.
393 * gdb.ada/display_nested/pack.ads: New file.
394
3952019-07-30 Christian Biesinger <cbiesinger@google.com>
396
397 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
398 namespace.
399 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
400
4012019-07-30 Tom de Vries <tdevries@suse.de>
402
403 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
404 instead.
405
4062019-07-30 Tom de Vries <tdevries@suse.de>
407
408 PR testsuite/24834
409 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
410 (exec_is_pie): New proc.
411
4122019-07-29 Christian Biesinger <cbiesinger@google.com>
413
414 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
415
4162019-07-29 Christian Biesinger <cbiesinger@google.com>
417
418 * gdb.python/py-objfile.c: Add global and static vars.
419 * gdb.python/py-objfile.exp: Test new functions Objfile.
420 lookup_global_symbol and lookup_static_symbol.
421
4222019-07-29 Tom Tromey <tom@tromey.com>
423
424 * lib/tuiterm.exp (Term::_csi_@): New proc.
425 (Term::_csi_X): Don't move cursor.
426
4272019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
428
429 * gdb.base/options.exp: Update backtrace - completion to
430 new option -frame-info.
431 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
432 Test new 'set print frame-info'. Test backtrace -frame-info
433 overriding 'set print frame-info'.
434 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
435 Test new 'set print frame-info'.
436 Verify consistency of backtrace with and without filters, with and
437 without -no-filters.
438 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
439 default.
440
4412019-07-29 Tom de Vries <tdevries@suse.de>
442
443 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
444 no arguments".
445
4462019-07-29 Tom de Vries <tdevries@suse.de>
447
448 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
449 is a substring of the first for "complete non-unique file name".
450
4512019-07-29 Tom de Vries <tdevries@suse.de>
452
453 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
454 with ".*".
455
4562019-07-29 Tom de Vries <tdevries@suse.de>
457
458 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
459 Pass prompt_regexp parameter to gdb_test_multiple calls.
460
4612019-07-29 Tom de Vries <tdevries@suse.de>
462
463 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
464 print registers" regexps.
465
4662019-07-29 Tom de Vries <tdevries@suse.de>
467
468 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
469
4702019-07-29 Tom de Vries <tdevries@suse.de>
471
472 PR gdb/24855
473 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
474 (skip_python_tests_prompt): Add prompt_regexp argument to
475 gdb_test_multiple calls.
476
4772019-07-27 Tom Tromey <tom@tromey.com>
478
479 * gdb.tui/main.exp: New file.
480
4812019-07-27 Tom Tromey <tom@tromey.com>
482
483 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
484 optional.
485 * gdb.tui/empty.exp: New file.
486
4872019-07-27 Tom Tromey <tom@tromey.com>
488
489 * lib/tuiterm.exp (spawn): New proc.
490 (Term::resize): New proc.
491 * gdb.tui/resize.exp: New file.
492
4932019-07-27 Tom Tromey <tom@tromey.com>
494
495 * gdb.tui/list.exp: New file.
496
4972019-07-27 Tom Tromey <tom@tromey.com>
498
499 * gdb.tui/regs.exp: New file.
500
5012019-07-27 Tom Tromey <tom@tromey.com>
502
503 * gdb.tui/basic.exp: Add "layout split" test.
504
5052019-07-27 Tom Tromey <tom@tromey.com>
506
507 * gdb.tui/basic.exp: Add "layout asm" test.
508
5092019-07-27 Tom Tromey <tom@tromey.com>
510
511 * lib/tuiterm.exp: New file.
512 * gdb.tui/basic.exp: New file.
513
5142019-07-27 Kevin Buettner <kevinb@redhat.com>
515
516 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
517 Enable tests associated with this flag. Adjust regex
518 referencing "foo_low" to now refer to "foo_cold" instead.
519
5202019-07-27 Kevin Buettner <kevinb@redhat.com>
521
522 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
523 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
524 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
525 foo_cold. Revise comments to match.
526 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
527 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
528 were wrapped into this proc; Call do_test in loop from outermost
529 level.
530 (foo_low): Rename all occurrences to "foo_cold".
531 (backtrace from baz): New test.
532 (x2/i foo_cold): New test.
533 (info line *foo_cold): New test.
534
5352019-07-26 Tom de Vries <tdevries@suse.de>
536
537 * gdb.arch/i386-pkru.exp: Fix unterminated string.
538
5392019-07-25 Tom de Vries <tdevries@suse.de>
540
541 PR testsuite/24830
542 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
543 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
544 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
545 (skip_libstdcxx_probe_tests): ... here.
546 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
547
5482019-07-24 Tom de Vries <tdevries@suse.de>
549
550 PR testsuite/24807
551 * gdb.objc/basicclass.m: Include stdio.h.
552 * gdb.objc/nondebug.m: Same.
553 * gdb.objc/objcdecode.m: Same.
554
5552019-07-24 Tom de Vries <tdevries@suse.de>
556
557 PR testsuite/24612
558 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
559 additional_flags.
560
5612019-07-24 Tom de Vries <tdevries@suse.de>
562
563 PR testsuite/24831
564 * gdb.multi/tids.exp: Update error messages for info threads.
565
5662019-07-24 Tom de Vries <tdevries@suse.de>
567
568 * gdb.base/info-types.exp: Allow info types to print info for more than
569 one file.
570
5712019-07-23 Tom de Vries <tdevries@suse.de>
572
573 PR testsuite/24842
574 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
575 gdb_spawn_with_cmdline_opts.
576
5772019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
578
579 * gdb.arch/arm-cmse-sgstubs.c: New test.
580 * gdb.arch/arm-cmse-sgstubs.exp: New file.
581
5822019-07-23 Tom de Vries <tdevries@suse.de>
583
584 PR testsuite/24711
585 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
586 issuing next command.
587
5882019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
589
590 * gdb.ada/info_auto_lang.exp: Update expected results.
591 * gdb.base/info-types.c: Add additional types to check.
592 * gdb.base/info-types.exp: Update expected results.
593
5942019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
595
596 * gdb.base/info-types.c: New file.
597 * gdb.base/info-types.exp: New file.
598
5992019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
600
601 * gdb.arch/riscv-bp-infcall.c: New file.
602 * gdb.arch/riscv-bp-infcall.exp: New file.
603
6042019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
605
606 PR breakpoints/24541
607 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
608
6092019-07-14 Tom de Vries <tdevries@suse.de>
610
611 PR testsuite/24760
612 * gdb.objc/basicclass.exp: Fix unterminated string.
613
6142019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
615 Andrew Burgess <andrew.burgess@embecosm.com>
616
617 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
618 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
619 negative bounds.
620 * gdb.fortran/vla-value.exp: Print elements of an array with
621 negative bounds.
622 * gdb.fortran/vla.f90: Setup an array with negative bounds for
623 testing.
624
6252019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
626
627 * gdb.base/options.exp (expect_string): Dequote strings in
628 results.
629 (test-string): Test strings with different quoting and reindent.
630
6312019-07-10 Tom Tromey <tromey@adacore.com>
632
633 * gdb.ada/mi_ex_cond.exp: Update expected results.
634 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
635 * gdb.ada/mi_catch_ex.exp: Update expected results.
636 * gdb.ada/mi_catch_assert.exp: Update expected results.
637 * gdb.ada/catch_ex.exp (catch_exception_info)
638 (catch_exception_entry, catch_assert_entry)
639 (catch_unhandled_entry): Update.
640 * gdb.ada/catch_assert_if.exp: Update expected results.
641
6422019-07-10 Richard Bunt <richard.bunt@arm.com>
643 Stephen Roberts <stephen.roberts@arm.com>
644
645 * gdb.base/define.exp: Restore original prompt.
646
6472019-07-09 Pedro Alves <palves@redhat.com>
648
649 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
650 breakpoints" output.
651 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
652 * gdb.python/py-breakpoint.exp: No longer expect that "catch
653 throw" creates breakpoint.
654 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
655 'type="catchpoint"'.
656
6572019-07-09 Pedro Alves <palves@redhat.com>
658
659 PR c++/15468
660 * gdb.cp/except-multi-location-lib.cc: New.
661 * gdb.cp/except-multi-location-main.cc: New.
662 * gdb.cp/except-multi-location.exp: New.
663
6642019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
665
666 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
667 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
668 argument and update callers.
669
6702019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
671
672 * gdb.arch/amd64-break-on-asm-line.S: New file.
673 * gdb.arch/amd64-break-on-asm-line.exp: New file.
674
6752019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
676
677 * gdb.base/printcmds.exp: Test printing C string and
678 C wide string convenience vars without transiting via the inferior.
679 Also make test names unique.
680
6812019-07-08 Alan Hayward <alan.hayward@arm.com>
682
683 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
684
6852019-07-04 Pedro Alves <palves@redhat.com>
686
687 * lib/gdb.exp (foreach_with_prefix): Don't return early if
688 body returned ok(0), break(3) or continue(4).
689 * gdb.testsuite/foreach_with_prefix.exp: New file.
690
6912019-07-04 Alan Hayward <alan.hayward@arm.com>
692
693 * gdb.server/unittest.exp: Allow 0 unit tests to run.
694
6952019-07-03 Pedro Alves <palves@redhat.com>
696
697 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
698 "return -code".
699
7002019-07-03 Pedro Alves <palves@redhat.com>
701
702 PR cli/24732
703 * gdb.base/shell.exp: Load completion-support.exp.
704 Adjust expected error output. Add completion tests.
705
7062019-07-03 Pedro Alves <palves@redhat.com>
707
708 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
709 string_to_regexp.
710
7112019-07-03 Pedro Alves <palves@redhat.com>
712
713 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
714 (expect_integer): Adjust to expect "-string".
715 (expect_string): New.
716 (all_options): Expect "-string".
717 (test-flag, test-boolean): Adjust to expect "-string".
718 (test-string): New proc.
719 (top level): Call it.
720
7212019-07-03 Pedro Alves <palves@redhat.com>
722
723 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
724 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
725 the expected output in the success.
726
7272019-07-03 Pedro Alves <palves@redhat.com>
728
729 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
730 Split one gdb_test_multiple call in two to avoid a race.
731
7322019-07-03 Pedro Alves <palves@redhat.com>
733
734 * gdb.base/with.c: New file.
735 * gdb.base/with.exp: New file.
736
7372019-07-03 Pedro Alves <palves@redhat.com>
738
739 * gdb.base/settings.exp: Replace all references to "maint
740 test-settings set" with references to "maint set test-settings",
741 and all references to "maint test-settings show" with references
742 to "maint show test-settings".
743
7442019-07-03 Pedro Alves <palves@redhat.com>
745
746 * gdb.base/settings.exp (test-string): Adjust expected out when
747 testing "maint test-settings show filename"
748
7492019-07-02 Pedro Alves <palves@redhat.com>
750
751 * gdb.base/options.exp (test-info-threads): New procedure.
752 (top level): Call it.
753
7542019-06-28 Tom Tromey <tromey@adacore.com>
755
756 * gdb.dwarf2/ada-linkage-name.c: New file.
757 * gdb.dwarf2/ada-linkage-name.exp: New file.
758
7592019-06-27 Tom Tromey <tromey@adacore.com>
760
761 * gdb.cp/constexpr-field.exp: Use setup_xfail.
762
7632019-06-26 Tom de Vries <tdevries@suse.de>
764
765 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
766
7672019-06-26 Tom de Vries <tdevries@suse.de>
768
769 * gdb.base/index-cache.exp: Add back missing debug option.
770
7712019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
772
773 * gdb.base/alias.exp: Test non matching/non existing prefixes.
774
7752019-06-25 Tom de Vries <tdevries@suse.de>
776
777 PR testsuite/24727
778 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
779
7802019-06-24 Tom de Vries <tdevries@suse.de>
781
782 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
783
7842019-06-24 Tom de Vries <tdevries@suse.de>
785
786 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
787 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
788 * gdb.trace/unavailable-dwarf-piece.exp: Same.
789
7902019-06-24 Tom de Vries <tdevries@suse.de>
791
792 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
793
7942019-06-21 Tom de Vries <tdevries@suse.de>
795
796 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
797
7982019-06-21 Tom de Vries <tdevries@suse.de>
799
800 PR testsuite/24518
801 PR ada/24713
802 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
803 index.
804
8052019-06-19 Tom Tromey <tromey@adacore.com>
806
807 * gdb.ada/length_cond.exp: Add intro comment.
808
8092019-06-19 Tom Tromey <tromey@adacore.com>
810
811 * gdb.ada/length_cond.exp: New file.
812 * gdb.ada/length_cond/length_cond.adb: New file.
813 * gdb.ada/length_cond/pck.adb: New file.
814 * gdb.ada/length_cond/pck.ads: New file.
815
8162019-06-18 Tom de Vries <tdevries@suse.de>
817
818 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
819
8202019-06-18 Tom Tromey <tromey@adacore.com>
821
822 * gdb.base/list0.h: Add comment explaining control character.
823
8242019-06-18 Tom de Vries <tdevries@suse.de>
825
826 * boards/fission.exp: Break up long debug_flags line.
827
8282019-06-16 Tom de Vries <tdevries@suse.de>
829
830 PR gdb/24445
831 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
832 generated index.
833
8342019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
835
836 PR gdb/24686
837 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
838 improve detection of bug gdb/24541.
839
8402019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
841
842 PR gdb/24669
843 * gdb.base/index-cache.exp (uses_readnow,
844 expecting_index_cache_use): Define global variable.
845 (test_cache_enabled_miss, test_cache_enabled_hit): Use
846 expecting_index_cache_use.
847
8482019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
849 Andrew Burgess <andrew.burgess@embecosm.com>
850
851 * gdb.fortran/pointers.f90: New file.
852 * gdb.fortran/print_type.exp: New file.
853 * gdb.fortran/vla-ptype.exp: Adapt expected results.
854 * gdb.fortran/vla-type.exp: Likewise.
855 * gdb.fortran/vla-value.exp: Likewise.
856 * gdb.mi/mi-vla-fortran.exp: Likewise.
857
8582019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
859
860 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
861 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
862 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
863 as a stop reason.
864
8652019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
866
867 * gdb.base/annota1.exp: Update expected results.
868 * gdb.cp/annota2.exp: Likewise.
869 * gdb.cp/annota3.exp: Likewise.
870
8712019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
872
873 * gdb.base/style-logging.exp: Remove path from test name.
874
8752019-06-14 Tom Tromey <tromey@adacore.com>
876
877 PR gdb/24502:
878 * gdb.base/style-logging.exp: New file.
879
8802019-06-14 Tom Tromey <tromey@adacore.com>
881
882 * gdb.base/symfile-warn.exp: New file.
883 * gdb.base/symfile-warn.c: New file.
884
8852019-06-14 Tom Tromey <tromey@adacore.com>
886
887 * gdb.base/annotate-symlink.exp: New file.
888
8892019-06-14 Tom Tromey <tromey@adacore.com>
890
891 * gdb.ada/set_wstr.exp: Add reassignment test.
892
8932019-06-14 Tom Tromey <tromey@adacore.com>
894
895 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
896 'unchecked_access and 'unrestricted_access as well.
897
8982019-06-14 Tom Tromey <tromey@adacore.com>
899
900 PR ada/24539:
901 * gdb.ada/vla.exp: Update tests.
902 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
903 pragma.
904
9052019-06-13 Pedro Alves <palves@redhat.com>
906
907 * gdb.base/settings.exp (test-integer): Test junk after
908 "unlimited".
909
9102019-06-13 Pedro Alves <palves@redhat.com>
911
912 * gdb.base/options.exp (test-thread-apply): New.
913 (top level): Call it.
914
9152019-06-13 Pedro Alves <palves@redhat.com>
916
917 * gdb.base/options.exp (test-frame-apply): New.
918 (top level): Test print commands with different "frame apply"
919 prefixes.
920
9212019-06-13 Pedro Alves <palves@redhat.com>
922
923 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
924 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
925 'max_completions' parameter and handle it.
926 (test_gdb_completion_offers_commands): New.
927
9282019-06-13 Pedro Alves <palves@redhat.com>
929
930 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
931
9322019-06-13 Pedro Alves <palves@redhat.com>
933
934 * gdb.base/options.exp (test-backtrace): New.
935 (top level): Call it.
936
9372019-06-13 Pedro Alves <palves@redhat.com>
938
939 * gdb.guile/scm-frame-args.exp: Use "set print
940 raw-frame-arguments" instead of "set print raw frame-arguments".
941 * gdb.python/py-frame-args.exp: Likewise.
942
9432019-06-13 Pedro Alves <palves@redhat.com>
944
945 * gdb.compile/compile.exp: Adjust expected output to option
946 processing changes.
947
9482019-06-13 Pedro Alves <palves@redhat.com>
949
950 * gdb.base/options.exp: Build executable.
951 (test-print): New procedure.
952 (top level): Call it, once for "print" and another for "compile
953 print".
954
9552019-06-13 Pedro Alves <palves@redhat.com>
956
957 * gdb.base/options.c: New file.
958 * gdb.base/options.exp: New file.
959
9602019-06-13 Pedro Alves <palves@redhat.com>
961
962 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
963 that "o" is ambiguous.
964
9652019-06-13 Pedro Alves <palves@redhat.com>
966
967 * gdb.base/settings.c: New file.
968 * gdb.base/settings.exp: New file.
969
9702019-06-13 Pedro Alves <palves@redhat.com>
971
972 * gdb.base/completion.exp: Fix comment typo.
973
9742019-06-13 Pedro Alves <palves@redhat.com>
975
976 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
977 foo --1" test.
978
9792019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
980
981 * gdb.fortran/block-data.f: New.
982 * gdb.fortran/block-data.exp: New.
983
9842019-06-11 Tom de Vries <tdevries@suse.de>
985
986 PR testsuite/24521
987 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
988 message.
989
9902019-06-11 Tom de Vries <tdevries@suse.de>
991
992 PR testsuite/24521
993 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
994
9952019-06-11 Tom de Vries <tdevries@suse.de>
996
997 * boards/readnow.exp: New file.
998
9992019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
1000
1001 * gdb.fortran/vla-sizeof.exp: Update expected results.
1002
10032019-06-06 Amos Bird <amosbird@gmail.com>
1004
1005 * gdb.base/annota1.exp (thread_switch): Add test for
1006 thread-exited annotation.
1007
10082019-06-06 Tom Tromey <tromey@adacore.com>
1009
1010 * gdb.base/maint.exp: Expect command started/finished output.
1011
10122019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1013
1014 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
1015 comment.
1016 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
1017
10182019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1019
1020 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
1021 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
1022 * gdb.arch/riscv-unwind-long-insn.c: New file.
1023 * gdb.arch/riscv-unwind-long-insn.exp: New file.
1024
10252019-06-04 Christian Biesinger <cbiesinger@google.com>
1026
1027 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
1028
10292019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1030
1031 * lib/gdb.exp (help_list_trailer): New regexp variable
1032 factorizing the help trailer message.
1033 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
1034 arg to allow to better factorize various tests.
1035 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
1036 (test_prefix_command_help): Use help_list_trailer.
1037 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
1038 * gdb.guile/scm-cmd.exp: Likewise.
1039 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
1040 * gdb.base/help.exp: Use test_user_defined_class_help.
1041 * gdb.base/style.exp: Add tests for styling of help and apropos.
1042 * lib/gdb-utils.exp (style): Add title and highlight styles.
1043
10442019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1045
1046 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
1047 $_shell_exitsignal.
1048 * gdb.base/default.exp: Update for new convenience variables.
1049
10502019-05-29 Tom Tromey <tromey@adacore.com>
1051
1052 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
1053 to "break complete ada" test case's regexp.
1054
10552019-05-29 Tom Tromey <tromey@adacore.com>
1056
1057 PR c++/20020:
1058 * gdb.cp/constexpr-field.exp: New file.
1059 * gdb.cp/constexpr-field.cc: New file.
1060
10612019-05-29 Tom Tromey <tromey@adacore.com>
1062
1063 * gdb.base/finish.exp (finish_no_print): New proc.
1064 (finish_tests): Call it.
1065
10662019-05-24 Tom de Vries <tdevries@suse.de>
1067
1068 * gdb.dwarf2/gdb-add-index.exp: New file.
1069
10702019-05-22 Tom Tromey <tromey@adacore.com>
1071
1072 * gdb.base/info-shared.exp (check_info_shared): Use "style".
1073 * gdb.base/style.exp: Use "style".
1074 * lib/gdb-utils.exp (style): New proc.
1075
10762019-05-22 Tom de Vries <tdevries@suse.de>
1077
1078 * gdb.base/align.exp: Require c++11.
1079
10802019-05-22 Tom de Vries <tdevries@suse.de>
1081
1082 PR testsuite/24586
1083 * gdb.python/py-mi-var-info-path-expression.exp: Call
1084 mi_skip_python_tests to check if python is supported.
1085
10862019-05-22 Alan Hayward <alan.hayward@arm.com>
1087
1088 * gdb.arch/aarch64-pauth.c: New test.
1089 * gdb.arch/aarch64-pauth.exp: New file.
1090
10912019-05-22 Alan Hayward <alan.hayward@arm.com>
1092
1093 * README (Re-running Tests Outside The Testsuite): New section.
1094
10952019-05-21 Tom de Vries <tdevries@suse.de>
1096
1097 * gdb.arch/amd64-eval.exp: Require c++11.
1098 * gdb.base/max-depth.exp: Same.
1099 * gdb.compile/compile-cplus-array-decay.exp: Same.
1100 * gdb.cp/meth-typedefs.exp: Same.
1101 * gdb.cp/subtypes.exp: Same.
1102 * gdb.cp/temargs.exp: Same.
1103
11042019-05-21 Alan Hayward <alan.hayward@arm.com>
1105
1106 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
1107
11082019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
1109
1110 PR gdb/18644
1111 * gdb.fortran/complex.exp: Remove setup_kfail calls.
1112 * gdb.fortran/printing-types.exp: Add new test.
1113 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
1114 testing.
1115 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
1116 setup_kfail call.
1117
11182019-05-17 Alan Hayward <alan.hayward@arm.com>
1119
1120 * README (Running the Testsuite): Change example.
1121 (Testsuite Parameters): Remove TRANSCRIPT.
1122 * lib/gdb.exp: Remove TRANSCRIPT check.
1123
11242019-05-17 Alan Hayward <alan.hayward@arm.com>
1125
1126 * README (Testsuite Parameters): Add replay logging to
1127 GDBSERVER_DEBUG.
1128 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
1129 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
1130 as a comma separated list.
1131 (gdb_debug_init): Override procedure.
1132
11332019-05-17 Alan Hayward <alan.hayward@arm.com>
1134
1135 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
1136 (gdb_write_cmd_file): New procedure.
1137 * lib/gdbserver-support.exp (gdbserver_start): Call
1138 gdbserver_write_cmd_file.
1139 (gdbserver_write_cmd_file): New procedure.
1140
11412019-05-17 Alan Hayward <alan.hayward@arm.com>
1142
1143 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
1144 (delete_breakpoints): Likewise.
1145 (gdb_run_cmd): Likewise.
1146 (gdb_start_cmd): Likewise.
1147 (gdb_starti_cmd): Likewise.
1148 (gdb_internal_error_resync): Likewise.
1149 (gdb_test_multiple): Likewise.
1150 (gdb_reinitialize_dir): Likewise.
1151 (default_gdb_exit): Likewise.
1152 (gdb_file_cmd): Mark kill as optional.
1153 (default_gdb_start): Call gdb_stdin_log_init.
1154 (send_gdb): Call gdb_stdin_log_write.
1155 (rerun_to_main): Mark Y as an answer.
1156 (gdb_stdin_log_init): New function.
1157 (gdb_stdin_log_write): Likewise.
1158
11592019-05-17 Alan Hayward <alan.hayward@arm.com>
1160
1161 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
1162 * gdb.base/debug-expr.exp: Likewise.
1163 * gdb.base/foll-fork.exp: Likewise.
1164 * gdb.base/foll-vfork.exp: Likewise.
1165 * gdb.base/fork-print-inferior-events.exp: Likewise.
1166 * gdb.base/gdb-sigterm.exp: Likewise.
1167 * gdb.base/gdbinit-history.exp: Likewise.
1168 * gdb.base/osabi.exp: Likewise.
1169 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
1170 * gdb.base/ui-redirect.exp: Likewise.
1171 * gdb.gdb/unittest.exp: Likewise.
1172 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
1173 * gdb.mi/mi-watch.exp: Likewise.
1174 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1175 * gdb.mi/user-selected-context-sync.exp: Likewise.
1176 * gdb.python/python.exp: Disable debug test when debugging.
1177 * gdb.threads/check-libthread-db.exp: Disable when debugging.
1178 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1179 Likewise.
1180 * gdb.threads/stepi-random-signal.exp: Likewise.
1181
11822019-05-17 Alan Hayward <alan.hayward@arm.com>
1183
1184 * Makefile.in: Pass through GDB_DEBUG.
1185 * README (Testsuite Parameters): Add GDB_DEBUG.
1186 (gdb,debug): Add board setting.
1187 * lib/gdb.exp (default_gdb_start): Start debugging.
1188 (gdb_debug_enabled): New procedure.
1189 (gdb_debug_init): Likewise.
1190
11912019-05-17 Alan Hayward <alan.hayward@arm.com>
1192
1193 * Makefile.in: Pass through GDB_DEBUG.
1194 * README (Testsuite Parameters): Add GDB_DEBUG.
1195 (gdb,debug): Add board setting.
1196 * lib/gdb.exp (default_gdb_start): Start debugging.
1197 (gdb_debug_enabled): New procedure.
1198 (gdb_debug_init): Likewise.
1199
12002019-05-17 Alan Hayward <alan.hayward@arm.com>
1201
1202 * gdb.base/ui-redirect.exp: Add debug redirect tests.
1203
12042019-05-17 Alan Hayward <alan.hayward@arm.com>
1205
1206 * gdb.base/ui-redirect.exp: Test redirection.
1207
12082019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
1209
1210 * gdb.mi/mi-complete.exp: New file.
1211 * gdb.mi/mi-complete.cc: Likewise.
1212
12132019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
1214
1215 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
1216 indexed and sliced arrays, and pointers to arrays.
1217
12182019-05-14 Tom Tromey <tromey@adacore.com>
1219
1220 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
1221 styling test.
1222
12232019-05-14 Tom de Vries <tdevries@suse.de>
1224
1225 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
1226 selection entry encoding.
1227
12282019-05-10 Tom Tromey <tromey@adacore.com>
1229
1230 * gdb.ada/info_exc.exp: Add "complete" test.
1231
12322019-05-09 Tom de Vries <tdevries@suse.de>
1233
1234 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
1235 CU-relative.
1236
12372019-05-09 Tom de Vries <tdevries@suse.de>
1238
1239 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
1240 CU-relative.
1241
12422019-05-08 Joel Brobecker <brobecker@adacore.com>
1243
1244 * gdb.ada/frame_arg_lang.exp: New testcase.
1245 * gdb.ada/frame_arg_lang/bla.adb: New file.
1246 * gdb.ada/frame_arg_lang/pck.ads: New file.
1247 * gdb.ada/frame_arg_lang/pck.adb: New file.
1248 * gdb.ada/frame_arg_lang/foo.c: New file.
1249
12502019-05-08 Tom Tromey <tromey@adacore.com>
1251
1252 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
1253
12542019-05-08 Tom Tromey <tromey@adacore.com>
1255
1256 * gdb.base/ptype-offsets.exp: Update tests.
1257
12582019-05-08 Tom Tromey <tromey@adacore.com>
1259
1260 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
1261 cases.
1262 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
1263 "short".
1264
12652019-05-08 Tom Tromey <tromey@adacore.com>
1266
1267 * gdb.ada/vla.exp: New file.
1268 * gdb.ada/vla/vla.adb: New file.
1269
12702019-05-07 Tom de Vries <tdevries@suse.de>
1271
1272 * gdb.base/index-cache.exp (ls_host): Fix return statement.
1273
12742019-05-07 Tom de Vries <tdevries@suse.de>
1275
1276 PR testsuite/24522
1277 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
1278 section.
1279
12802019-05-07 Tom de Vries <tdevries@suse.de>
1281
1282 PR testsuite/24522
1283 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
1284 .debug_aranges section.
1285
12862019-05-07 Tom de Vries <tdevries@suse.de>
1287
1288 PR testsuite/24159
1289 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
1290
12912019-05-06 Tom de Vries <tdevries@suse.de>
1292
1293 * lib/gdb.exp (exec_has_index_section): New proc.
1294 * gdb.base/index-cache.exp: Handle case that binfile contains an index
1295 section.
1296
12972019-05-04 Tom de Vries <tdevries@suse.de>
1298
1299 * boards/cc-with-debug-names.exp: New file.
1300
13012019-05-03 Tom Tromey <tromey@adacore.com>
1302
1303 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
1304 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
1305 * gdb.ada/char_enum.exp: Add test.
1306
13072019-05-03 Tom de Vries <tdevries@suse.de>
1308
1309 * boards/cc-with-gdb-index.exp: New file.
1310
13112019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
1312
1313 * gdb.rust/simple.exp: Add new test case.
1314 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
1315 (main): Initialise an instance of the new struct.
1316
13172019-05-01 Tom Tromey <tromey@adacore.com>
1318
1319 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
1320 record.
1321 (NPR): New variable.
1322 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
1323 test.
1324
13252019-05-01 Tom Tromey <tromey@adacore.com>
1326
1327 * gdb.ada/packed_array_assign.exp: Add packed assignment
1328 regression test.
1329
13302019-05-01 Tom de Vries <tdevries@suse.de>
1331
1332 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
1333
13342019-05-01 Tom de Vries <tdevries@suse.de>
1335
1336 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
1337
13382019-04-30 Ali Tamur <tamur@google.com>
1339
1340 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
1341
13422019-04-30 Tom Tromey <tromey@adacore.com>
1343
1344 * lib/ada.exp (find_ada_tool): New proc.
1345 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
1346 * gdb.ada/catch_ex_std.exp: New file.
1347 * gdb.ada/catch_ex_std/foo.adb: New file.
1348 * gdb.ada/catch_ex_std/some_package.adb: New file.
1349 * gdb.ada/catch_ex_std/some_package.ads: New file.
1350
13512019-04-30 Tom Tromey <tromey@adacore.com>
1352
1353 PR c++/24470:
1354 * gdb.cp/temargs.cc: Add test code from PR.
1355
13562019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1357
1358 * gdb.fortran/vla-datatypes.exp: Update expected results.
1359 * gdb.fortran/vla-ptype.exp: Likewise.
1360 * gdb.fortran/vla-type.exp: Likewise.
1361 * gdb.fortran/vla-value.exp: Likewise.
1362
13632019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1364
1365 * gdb.fortran/ptr-indentation.exp: Update expected results.
1366 * gdb.fortran/ptype-on-functions.exp: Likewise.
1367 * gdb.fortran/vla-ptr-info.exp: Likewise.
1368 * gdb.fortran/vla-value.exp: Likewise.
1369
13702019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1371
1372 * gdb.fortran/ptype-on-functions.exp: New file.
1373 * gdb.fortran/ptype-on-functions.f90: New file.
1374
13752019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1376
1377 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
1378 case void string.
1379
13802019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1381
1382 * gdb.fortran/complex.exp: Expand.
1383 * gdb.fortran/complex.f: Renamed to...
1384 * gdb.fortran/complex.f90: ...this, and extended to add more
1385 complex values.
1386
13872019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1388
1389 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
1390 MODULO, CMPLX.
1391
13922019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
1393 Richard Bunt <richard.bunt@arm.com>
1394
1395 * gdb.base/max-depth.c: New file.
1396 * gdb.base/max-depth.exp: New file.
1397 * gdb.python/py-nested-maps.c: New file.
1398 * gdb.python/py-nested-maps.exp: New file.
1399 * gdb.python/py-nested-maps.py: New file.
1400 * gdb.python/py-format-string.exp (test_max_depth): New proc.
1401 (test_all_common): Call test_max_depth.
1402 * gdb.fortran/max-depth.exp: New file.
1403 * gdb.fortran/max-depth.f90: New file.
1404 * gdb.go/max-depth.exp: New file.
1405 * gdb.go/max-depth.go: New file.
1406 * gdb.modula2/max-depth.exp: New file.
1407 * gdb.modula2/max-depth.c: New file.
1408 * lib/gdb.exp (get_print_expr_at_depths): New proc.
1409
14102019-04-29 Tom de Vries <tdevries@suse.de>
1411
1412 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
1413
14142019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1415
1416 * gdb.base/callexit.exp: Test may-call-functions off.
1417
14182019-04-25 Keith Seitz <keiths@redhat.com>
1419
1420 PR c++/24367
1421 * gdb.cp/meth-typedefs.cc (incomplete_struct)
1422 (another_incomplete_struct, test_incomplete): New definitions.
1423 (main): Use new definitions.
1424 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
1425 functions.
1426
14272019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
1428
1429 PR corefiles/11608
1430 PR corefiles/18187
1431 * gdb.base/coredump-filter-build-id.exp: New file.
1432
14332019-04-25 Alan Hayward <alan.hayward@arm.com>
1434
1435 * Makefile.in: Pass through GDBSERVER_DEBUG.
1436 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
1437 (gdbserver,debug): Add board setting.
1438 * gdb.trace/tspeed.exp: Skip when debugging.
1439 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
1440 * lib/gdbserver-support.exp: Likewise
1441
14422019-04-24 Tom Tromey <tromey@adacore.com>
1443
1444 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
1445 Rust.
1446
14472019-04-24 Tom Tromey <tromey@adacore.com>
1448
1449 * gdb.arch/amd64-eval.exp: Test bitfield return.
1450 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
1451 (class Foo) <return_bitfields>: New method.
1452 (main): Call it.
1453
14542019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
1455
1456 * gdb.cp/many-args.cc: New file.
1457 * gdb.cp/many-args.exp: New file.
1458
14592019-04-23 Tom de Vries <tdevries@suse.de>
1460
1461 PR gdb/24433
1462 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
1463
14642019-04-23 Alan Hayward <alan.hayward@arm.com>
1465
1466 * gdb.trace/backtrace.exp: Use nopie flag.
1467 * gdb.trace/circ.exp: Likewise.
1468 * gdb.trace/collection.exp: Likewise.
1469 * gdb.trace/ftrace.exp: Likewise.
1470 * gdb.trace/mi-trace-unavailable.exp: Likewise.
1471 * gdb.trace/mi-traceframe-changed.exp: Likewise.
1472 * gdb.trace/qtro.exp: Likewise.
1473 * gdb.trace/read-memory.exp: Likewise.
1474 * gdb.trace/report.exp: Likewise.
1475 * gdb.trace/tfile.exp: Likewise.
1476 * gdb.trace/tfind.exp: Likewise.
1477 * gdb.trace/unavailable.exp: Likewise.
1478
14792019-04-22 Pedro Alves <palves@redhat.com>
1480
1481 * gdb.base/solib-probes-nosharedlibrary.c,
1482 gdb.base/solib-probes-nosharedlibrary.exp: New files.
1483
14842019-04-19 Tom Tromey <tromey@adacore.com>
1485
1486 * gdb.ada/ptype_union.c: New file.
1487 * gdb.ada/ptype_union.exp: New file.
1488
14892019-04-19 Tom Tromey <tromey@adacore.com>
1490
1491 PR symtab/24423:
1492 * gdb.base/list0.h (foo): Add a control-l character.
1493
14942019-04-18 Tom de Vries <tdevries@suse.de>
1495
1496 PR gdb/24433
1497 * boards/local-board.exp: Set sysroot to "".
1498
14992019-04-18 Tom de Vries <tdevries@suse.de>
1500 Pedro Alves <palves@redhat.com>
1501
1502 PR gdb/24454
1503 * gdb.threads/vfork-follow-child-exec.c: New file.
1504 * gdb.threads/vfork-follow-child-exec.exp: New file.
1505 * gdb.threads/vfork-follow-child-exit.c: New file.
1506 * gdb.threads/vfork-follow-child-exit.exp: New file.
1507
15082019-04-15 Leszek Swirski <leszeks@google.com>
1509
1510 * gdb.arch/amd64-eval.cc: New file.
1511 * gdb.arch/amd64-eval.exp: New file.
1512
15132019-04-11 Alan Hayward <alan.hayward@arm.com>
1514
1515 * gdb.server/sysroot.c: New test.
1516 * gdb.server/sysroot.exp: New file.
1517 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
1518 matching param.
1519
15202019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
1521
1522 * gdb.base/align.exp: Extend test to cover structures containing
1523 only static fields.
1524
15252019-04-11 Tom de Vries <tdevries@suse.de>
1526
1527 * boards/cc-with-dwz-m.exp: New file.
1528 * boards/cc-with-dwz.exp: New file.
1529 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
1530
15312019-04-09 Simon Marchi <simon.marchi@efficios.com>
1532
1533 * gdb.base/start-cpp.exp: New file.
1534 * gdb.base/start-cpp.cc: New file.
1535
15362019-04-08 Kevin Buettner <kevinb@redhat.com>
1537
1538 * gdb.python/py-thrhandle.exp: Adjust tests to call
1539 thread_from_handle instead of thread_from_thread_handle.
1540
15412019-04-08 Kevin Buettner <kevinb@redhat.com>
1542
1543 * gdb.python/py-thrhandle.exp: Add tests for
1544 gdb.InferiorThread.handle.
1545
15462019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1547
1548 * gdb.python/py-function.exp: Check calling helper function from
1549 all languages.
1550 * lib/gdb.exp (gdb_supported_languages): New proc.
1551
15522019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1553
1554 * gdb.base/complex-parts.c: New file.
1555 * gdb.base/complex-parts.exp: New file.
1556
15572019-04-01 Tom Tromey <tromey@adacore.com>
1558
1559 PR symtab/23331:
1560 * gdb.dwarf2/dw2-ranges-main.c: New file.
1561 * gdb.dwarf2/dw2-ranges-psym.c: New file.
1562 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
1563
15642019-03-30 Simon Marchi <simark@simark.ca>
1565
1566 * gdb.base/default.exp: Add values for $_gdb_major and
1567 $_gdb_minor.
1568
15692019-03-29 Tom Tromey <tromey@adacore.com>
1570
1571 * gdb.base/help.exp: Tighten apropos regexp.
1572
15732019-03-29 Keith Seitz <keiths@redhat.com>
1574
1575 * gdb.fortran/array-bounds.exp: New file.
1576 * gdb.fortran/array-bounds.f90: New file.
1577
15782019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1579
1580 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
1581
15822019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1583
1584 * gdb.multi/hello.c (main): Increase alarm timer.
1585
15862019-03-28 Sandra Loosemore <sandra@codesourcery.com>
1587
1588 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
1589 factor when no hardware watchpoint support.
1590
15912019-03-28 Alan Hayward <alan.hayward@arm.com>
1592 Pedro Alves <palves@redhat.com>
1593
1594 * boards/local-board.exp: set sysroot to /.
1595
15962019-03-27 Alan Hayward <alan.hayward@arm.com>
1597
1598 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
1599 in child.
1600
16012019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1602
1603 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
1604 field.
1605 (make_container): Initialise new field.
1606 * gdb.python/py-prettyprint.exp: Add new tests.
1607 * gdb.python/py-prettyprint.py (class ContainerPrinter)
1608 <display_hint>: New method.
1609
16102019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1611
1612 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
1613 gdb_continue_to_breakpoint more throughout this test.
1614 (run_lang_tests) Supply unique test names, and use
1615 gdb_test_no_output.
1616
16172019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1618
1619 * gdb.base/finish-pretty.exp: Update expected results.
1620 * gdb.base/pretty-print.c: New file.
1621 * gdb.base/pretty-print.exp: New file.
1622
16232019-03-25 Pedro Alves <palves@redhat.com>
1624
1625 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
1626 move comments outside list. Append '-i "" eof' section.
1627
16282019-03-22 Alan Hayward <alan.hayward@arm.com>
1629
1630 * README: Add pie options.
1631 * gdb.base/break-interp.exp: Ensure pie is disabled.
1632 * gdb.base/dump.exp: Likewise.
1633 * lib/gdb.exp (gdb_compile): Add pie option.
1634
16352019-03-19 Tom Tromey <tromey@adacore.com>
1636
1637 * gdb.mi/mi2-cli-display.c: New file.
1638 * gdb.mi/mi2-cli-display.exp: New file.
1639
16402019-03-18 Joel Brobecker <brobecker@adacore.com>
1641 Tom Tromey <tromey@adacore.com>
1642
1643 * gdb.ada/ptype_array/pck.adb: New file.
1644 * gdb.ada/ptype_array/pck.ads: New file.
1645 * gdb.ada/ptype_array/foo.adb: New file.
1646 * gdb.ada/ptype_array.exp: New file.
1647
16482019-03-14 Tom Tromey <tromey@adacore.com>
1649
1650 * gdb.base/style.exp: Add "set style sources" test.
1651
16522019-03-13 Simon Marchi <simon.marchi@ericsson.com>
1653
1654 * mi-breakpoint-location-ena-dis.exp: Rename to ...
1655 * mi-breakpoint-multiple-locations.exp: ... this.
1656 (make_breakpoints_pattern): New proc.
1657 (do_test): Add mi_version parameter, test -break-insert,
1658 -break-info and =breakpoint-created.
1659
16602019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1661
1662 * config/default.exp: Remove 'load_lib gdb.exp'.
1663 * config/monitor.exp: Likewise.
1664 * config/sid.exp: Likewise.
1665 * config/sim.exp: Likewise.
1666 * config/slite.exp: Likewise.
1667 * config/unix.exp: Likewise.
1668 * gdb.base/default.exp: Remove unhelpful comment.
1669
16702019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1671
1672 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
1673
16742019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1675
1676 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
1677
16782019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1679
1680 * gdb.fortran/type-kinds.exp: Update expected results.
1681
16822019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1683
1684 * gdb.fortran/type-kinds.exp: Test new integer type kind.
1685
16862019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1687
1688 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
1689 function.
1690 (test_basic_parsing_of_type_kinds): Expand types tested.
1691 (test_parsing_invalid_type_kinds): New function.
1692
16932019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1694
1695 * gdb.fortran/intrinsics.exp: New file.
1696 * gdb.fortran/intrinsics.f90: New file.
1697 * gdb.fortran/type-kinds.exp: New file.
1698
16992019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1700
1701 * gdb.fortran/dot-ops.exp: New file.
1702
17032019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1704
1705 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
1706 Check upper and lower case logical literals.
1707
17082019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1709
1710 * gdb.fortran/types.exp (test_float_literal_types_accepted):
1711 Remove duplicate tests.
1712
17132019-03-06 Alan Hayward <alan.hayward@arm.com>
1714
1715 * lib/gdb.exp (builtin_cd): rename of cd.
1716 (cd): Override builtin.
1717
17182019-03-06 Richard Bunt <richard.bunt@arm.com>
1719
1720 * gdb.fortran/function-calls.exp: New file.
1721 * gdb.fortran/function-calls.f90: New test.
1722
17232019-03-04 Richard Bunt <richard.bunt@arm.com>
1724
1725 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
1726 on user program standard output.
1727 * gdb.fortran/short-circuit-argument-list.f90: Record function
1728 calls.
1729
17302019-02-28 Alan Hayward <alan.hayward@arm.com>
1731
1732 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
1733 failure.
1734
17352019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1736
1737 PR gdb/8527
1738 * gdb.base/interrupt-daemon-attach.c,
1739 gdb.base/interrupt-daemon-attach.exp: New test.
1740
17412019-02-27 Pedro Alves <palves@redhat.com>
1742
1743 * gdb.base/page.exp: Add tests for "set width/height -1".
1744
17452019-02-27 Pedro Alves <palves@redhat.com>
1746
1747 * gdb.base/page.exp: Add tests for "set/show width/height" with
1748 "infinite" values.
1749
17502019-02-27 Tom Tromey <tromey@adacore.com>
1751
1752 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
1753 2.4.
1754 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
1755 workaround.
1756
17572019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
1758
1759 * gdb.base/align.exp: Extend to compile in both C and C++, and add
1760 tests for structs with static members.
1761
17622019-02-26 Tom Tromey <tromey@adacore.com>
1763
1764 * gdb.python/py-value.exp (test_value_from_buffer): Check for
1765 ValueError, not TypeError.
1766
17672019-02-26 Kevin Buettner <kevinb@redhat.com>
1768
1769 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
1770 call from main program.
1771
17722019-02-23 Joel Brobecker <brobecker@adacore.com>
1773
1774 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
1775 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
1776 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
1777 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
1778 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
1779
17802019-02-22 Keith Seitz <keiths@redhat.com>
1781
1782 PR symtab/23853
1783 * gdb.base/symlink-sourcefile.c: New file.
1784 * gdb.base/symlink-sourcefile.exp: New file.
1785
17862019-02-20 Tom Tromey <tom@tromey.com>
1787
1788 * gdb.base/info_qt.exp: Update.
1789
17902019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
1791
1792 * gdb.base/source.exp: Move "error in sourced script" code to
1793 the end.
1794 * gdb.base/source-error.gdb: Move contents to
1795 source-error-1.gdb. Add new code to source source-error-1.gdb.
1796 * gdb.base/source-error-1.gdb: New file, from previous
1797 source-error.gdb.
1798
17992019-02-17 Tom Tromey <tom@tromey.com>
1800
1801 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
1802 for macro styling.
1803 * gdb.base/style.c (SOME_MACRO): New macro.
1804
18052019-02-17 Tom Tromey <tom@tromey.com>
1806
1807 * gdb.base/style.exp: Add line-wrapping tests.
1808 * gdb.base/page.exp: Add test for quitting during pagination.
1809
18102019-02-17 Joel Brobecker <brobecker@adacore.com>
1811
1812 * gdb.ada/big_packed_array: New testcase.
1813 * gdb.ada/homonym.exp: Fix incorrect expected output for
1814 "break <homonym__get_value>" test.
1815
18162019-02-13 Weimin Pan <weimin.pan@oracle.com>
1817
1818 PR breakpoints/21870
1819 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
1820 and prepare_for_testing. Add comment.
1821 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
1822 redundant cleanup call. Clean up comment.
1823
18242019-02-12 Weimin Pan <weimin.pan@oracle.com>
1825
1826 PR breakpoints/21870
1827 * gdb.arch/aarch64-dbreg-contents.exp: New file.
1828 * gdb.arch/aarch64-dbreg-contents.c: New file.
1829
18302019-02-10 Joel Brobecker <brobecker@adacore.com>
1831
1832 * gdb.ada/mi_ref_changeable: New testcase.
1833
18342019-02-07 Alan Hayward <alan.hayward@arm.com>
1835
1836 * gdb.base/attach.exp: Add double attach test.
1837
18382019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
1839
1840 * lib/gdb.exp (default_gdb_start): Don't match pagination
1841 prompt.
1842 (gdb_init): Set stty_init.
1843
18442019-01-27 Tom Tromey <tom@tromey.com>
1845
1846 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
1847 skip_python_tests.
1848
18492019-01-24 Alan Hayward <alan.hayward@arm.com>
1850
1851 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
1852 New structure.
1853 (struct struct_static_02_02): Likewise.
1854 (struct struct_static_02_03): Likewise.
1855 (struct struct_static_02_04): Likewise.
1856 (struct struct_static_04_01): Likewise.
1857 (struct struct_static_04_02): Likewise.
1858 (struct struct_static_04_03): Likewise.
1859 (struct struct_static_04_04): Likewise.
1860 (struct struct_static_06_01): Likewise.
1861 (struct struct_static_06_02): Likewise.
1862 (struct struct_static_06_03): Likewise.
1863 (struct struct_static_06_04): Likewise.
1864 (cmp_struct_static_02_01): Likewise.
1865 (cmp_struct_static_02_02): Likewise.
1866 (cmp_struct_static_02_03): Likewise.
1867 (cmp_struct_static_02_04): Likewise.
1868 (cmp_struct_static_04_01): Likewise.
1869 (cmp_struct_static_04_02): Likewise.
1870 (cmp_struct_static_04_03): Likewise.
1871 (cmp_struct_static_04_04): Likewise.
1872 (cmp_struct_static_06_01): Likewise.
1873 (cmp_struct_static_06_02): Likewise.
1874 (cmp_struct_static_06_03): Likewise.
1875 (cmp_struct_static_06_04): Likewise.
1876 (call_all): Test new structs.
1877 * gdb.base/infcall-nested-structs.exp: Likewise.
1878
18792019-01-21 Alan Hayward <alan.hayward@arm.com>
1880 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
1881
18822019-01-21 Alan Hayward <alan.hayward@arm.com>
1883 * gdb.base/stack-protector.c: New test.
1884 * gdb.base/stack-protector.exp: New file.
1885 * gdb.cp/ovldbreak.exp: Only allow a single break line.
1886 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
1887 option.
1888 (gdb_compile): Remove stack protector for GCC and prevent
1889 recursion.
1890
18912019-01-16 Keith Seitz <keiths@redhat.com>
1892
1893 PR gdb/23773
1894 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
1895
18962019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1897
1898 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
1899 aliases.
1900 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
1901 tests.
1902 * gdb.arch/powerpc-vector-regs.c: New file.
1903 * gdb.arch/powerpc-vector-regs.exp: New file.
1904
19052019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1906
1907 * gdb.arch/altivec-regs.exp: Fix the list passed to
1908 gdb_expect_list when testing "info vector".
1909
19102019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1911
1912 * gdb.base/style.exp: Don't include path in testname.
1913
19142019-01-10 Keith Seitz <keiths@redhat.com>
1915
1916 PR gdb/23712
1917 PR symtab/23010
1918 * gdb.dwarf2/multidictionary.exp: New file.
1919
19202019-01-09 Simon Marchi <simon.marchi@ericsson.com>
1921
1922 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
1923 (test_gnuv3_style_demangling): ... this.
1924 (test_lucid_style_demangling): Remove.
1925 (test_arm_style_demangling): Remove.
1926 (test_hp_style_demangling): Remove.
1927 (do_tests): Remove calls to the above.
1928
19292019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1930
1931 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
1932 case.
1933
19342019-01-06 Tom Tromey <tom@tromey.com>
1935
1936 PR gdb/28155:
1937 * gdb.dwarf2/typedef-void-finish.exp: New file.
1938
19392018-12-28 Tom Tromey <tom@tromey.com>
1940 Simon Marchi <simark@simark.ca>
1941
1942 * gdb.base/jit-exec.exp: New file.
1943 * gdb.base/jit-exec.c: New file.
1944 * gdb.base/jit-execd.c: New file.
1945
19462018-12-28 Tom Tromey <tom@tromey.com>
1947
1948 * gdb.base/style.exp: Update test to check for address styling.
1949
19502018-12-28 Tom Tromey <tom@tromey.com>
1951
1952 * gdb.base/style.exp: Add test for styling of "Reading symbols"
1953 message.
1954
19552018-12-28 Tom Tromey <tom@tromey.com>
1956
1957 * gdb.base/style.exp: Add test for version number styling.
1958
19592018-12-28 Tom Tromey <tom@tromey.com>
1960
1961 * gdb.base/style.exp: Add test for print_address_symbolic.
1962
19632018-12-28 Tom Tromey <tom@tromey.com>
1964
1965 * gdb.base/style.exp: Add test for breakpoint setting.
1966
19672018-12-28 Tom Tromey <tom@tromey.com>
1968
1969 * gdb.base/style.exp: Add test for variable names.
1970
19712018-12-28 Tom Tromey <tom@tromey.com>
1972
1973 * gdb.base/style.exp: New file.
1974 * gdb.base/style.c: New file.
1975
19762018-12-28 Tom Tromey <tom@tromey.com>
1977
1978 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
1979 "dumb".
1980 * gdb.base/readline.exp (operate_and_get_next): Save and restore
1981 the TERM environment variable.
1982
19832018-12-27 Tom Tromey <tom@tromey.com>
1984
1985 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
1986 pagination test.
1987
19882018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
1989
1990 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
1991 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
1992
19932018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1994
1995 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
1996 Filename a.adb changed to bp_fun_addr.adb.
1997 gdb.ada/bp_fun_addr.exp: Update test accordingly.
1998
19992018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
2000
2001 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
2002 non-PIE executables.
2003 * README: Mention the gdb,nopie_flag board setting.
2004 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
2005 non-PIE executable.
2006 * gdb.arch/amd64-entry-value.exp: Likewise.
2007 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
2008 * gdb.arch/i386-float.exp: Likewise.
2009 * gdb.arch/i386-signal.exp: Likewise.
2010 * gdb.mi/mi-reg-undefined.exp: Likewise.
2011
20122018-12-21 Paul Marechal <paul.marechal@ericsson.com>
2013
2014 PR gdb/23974
2015 * gdb.base/info-os.exp: Check return for unknown "info os" type.
2016
20172018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2018
2019 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
2020 Update order of results accordingly.
2021
20222018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
2023
2024 * gdb.base/annota1.exp: Update a test regexp.
2025
20262018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2027
2028 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
2029
20302018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2031
2032 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
2033 (reuse_time): Initialize to REUSE_TIME_CAP.
2034 (check_rc): New function.
2035 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
2036 Check pthread_create rc.
2037 (spawner_thread_func): Check pthread_create and pthread_join rc.
2038
20392018-12-08 Pedro Alves <palves@redhat.com>
2040
2041 * gdb.base/list.exp (test_forward_search): Rename to ...
2042 (test_forward_reverse_search): ... this. Also test reverse-search
2043 and the forward-search alias.
2044
20452018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
2046
2047 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
2048 local timeout variable before return, and remove all local timeout
2049 variable entirely.
2050 (gdb_load): Likewise.
2051
20522018-12-01 Tom de Vries <tdevries@suse.de>
2053
2054 * gdb.base/gdb-caching-proc.exp: New file.
2055
20562018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
2057
2058 * Makefile.in (TIMESTAMP): New variable.
2059 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
2060 command.
2061 (check-single-racy): Likewise.
2062 (check/%.exp): Likewise.
2063 (check-racy/%.exp): Likewise.
2064 (workers/%.worker): Likewise.
2065 (build-perf): Likewise.
2066 (check-perf): Likewise.
2067 * README: Describe new "TS" and "TS_FORMAT" variables.
2068 * print-ts.py: New file.
2069
20702018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
2071
2072 PR python/23714
2073 * gdb.python/python.exp: Test command repetition after
2074 gdb.execute.
2075
20762018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
2077
2078 * gdb.opt/inline-break.exp: Add test that info breakpoint output
2079 is correctly aligned.
2080
20812018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2082
2083 * gdb.ada/info_auto_lang.exp: New testcase.
2084 * gdb.ada/info_auto_lang/global_pack.ads: New file.
2085 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
2086 * gdb.ada/info_auto_lang/some_c.c: New file.
2087
20882018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2089
2090 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
2091 FUNC_lang language syntax.
2092
20932018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2094
2095 * gdb.base/info_minsym.c: New file.
2096 * gdb.base/info_minsym.exp: New file.
2097
20982018-11-19 Tom Tromey <tom@tromey.com>
2099
2100 PR rust/23625:
2101 * gdb.rust/simple.exp: Add ptype test. Update expected output.
2102 * gdb.rust/expr.exp: Update expected output. Change one test.
2103
21042018-11-19 Tom Tromey <tom@tromey.com>
2105
2106 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
2107
21082018-11-19 Pedro Alves <palves@redhat.com>
2109
2110 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
2111 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
2112 see the expected warning.
2113
21142018-11-16 Alan Hayward <alan.hayward@arm.com>
2115
2116 PR gdb/22736:
2117 * gdb.cp/infcall-nodebug-lib.c: New test.
2118 * gdb.cp/infcall-nodebug-main.c: New test.
2119 * gdb.cp/infcall-nodebug.exp: New file.
2120
21212018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
2122
2123 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
2124 completer tests.
2125
21262018-11-09 Tom de Vries <tdevries@suse.de>
2127
2128 * gdb.base/msym-lang.c: New test.
2129 * gdb.base/msym-lang.exp: New file.
2130 * gdb.base/msym-lang-main.c: New test.
2131
21322018-11-08 Tom Tromey <tom@tromey.com>
2133
2134 PR gdb/23555:
2135 PR gdb/23838:
2136 * gdb.base/warning.exp: New file.
2137
21382018-11-08 Jan Beulich <jbeulich@suse.com>
2139
2140 * testsuite/gdb.arch/i386-avx512.c,
2141 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
2142
21432018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
2144
2145 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
2146 point hardware.
2147
21482018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
2149
2150 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
2151 * gdb.dwarf2/missing-type-name.exp: New file.
2152
21532018-11-06 Tom de Vries <tdevries@suse.de>
2154
2155 * gdb.base/many-headers.c: New test.
2156 * gdb.base/many-headers.exp: New file.
2157
21582018-11-06 Jim Wilson <jimw@sifive.com>
2159
2160 * gdb.base/code_elim.exp: For riscv, set additional_flags
2161 to include -msmall-data-limit=0.
2162
21632018-11-01 Joel Brobecker <brobecker@adacore.com>
2164
2165 * gdb.ada/watch_minus_l: New testcase.
2166
21672018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
2168
2169 * gdb.arch/aix-sighandle.c: New file.
2170 * gdb.arch/aix-sighandle.exp: New file.
2171
21722018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2173
2174 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
2175 registers being unions.
2176
21772018-10-31 Tom de Vries <tdevries@suse.de>
2178
2179 * lib/valgrind.exp: New file.
2180 (vgdb_start, vgdb_stop): New procs, factored out of ...
2181 * gdb.base/valgrind-bt.exp: ... here, ...
2182 * gdb.base/valgrind-disp-step.exp: ... here and ...
2183 * gdb.base/valgrind-infcall.exp: ... here.
2184
21852018-10-31 Tom de Vries <tdevries@suse.de>
2186
2187 * lib/gdb.exp (get_valueof): Don't output read value in test name.
2188
21892018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2190
2191 * gdb.dwarf2/void-type.c: New file.
2192 * gdb.dwarf2/void-type.exp: New file.
2193
21942018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2195
2196 * gdb.base/info_qt.c: New file.
2197 * gdb.base/info_qt.exp: New file.
2198
21992018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2200
2201 * gdb.arch/powerpc-htm-regs.c: New file.
2202 * gdb.arch/powerpc-htm-regs.exp: New file.
2203
22042018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2205
2206 * gdb.arch/powerpc-tar.c: New file.
2207 * gdb.arch/powerpc-tar.exp: New file.
2208
22092018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2210
2211 * gdb.arch/powerpc-ppr-dscr.c: New file.
2212 * gdb.arch/powerpc-ppr-dscr.exp: New file.
2213
22142018-10-25 Tom de Vries <tdevries@suse.de>
2215
2216 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
2217
22182018-10-24 Tom de Vries <tdevries@suse.de>
2219
2220 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
2221 longer exists error.
2222
22232018-10-24 Tom de Vries <tdevries@suse.de>
2224
2225 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
2226
22272018-10-24 Tom de Vries <tdevries@suse.de>
2228
2229 * gdb.base/valgrind-db-attach.exp: Handle removed support for
2230 --db-attach in valgrind.
2231
22322018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
2233
2234 * gdb.arch/riscv-reg-aliases.c: New file.
2235 * gdb.arch/riscv-reg-aliases.exp: New file.
2236
22372018-10-19 Alan Hayward <alan.hayward@arm.com>
2238
2239 * gdb.python/py-cmd.exp: Check for gdb_prompt.
2240
22412018-10-19 Alan Hayward <alan.hayward@arm.com>
2242
2243 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
2244
22452018-10-19 Alan Hayward <alan.hayward@arm.com>
2246
2247 * gdb.cp/ovldbreak.exp: Fix regexps.
2248
22492018-10-19 Alan Hayward <alan.hayward@arm.com>
2250
2251 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
2252
22532018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
2254
2255 PR cli/23785
2256 * gdb.base/restore.exp: New test to check if "restore" with an
2257 invalid file doesn't segfault.
2258
22592018-10-18 Tom de Vries <tdevries@suse.de>
2260
2261 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
2262 * gdb.ada/excep_handle.exp: Same.
2263 * gdb.ada/mi_string_access.exp: Same.
2264 * gdb.ada/mi_var_union.exp: Same.
2265 * gdb.arch/arc-analyze-prologue.exp: Same.
2266 * gdb.arch/arc-decode-insn.exp: Same.
2267 * gdb.base/readnever.exp: Same.
2268 * gdb.fortran/printing-types.exp: Same.
2269 * gdb.guile/scm-lazy-string.exp: Same.
2270
22712018-10-16 Tom de Vries <tdevries@suse.de>
2272
2273 PR gdb/23730
2274 * gdb.base/catch-follow-exec.c: Add copyright notice.
2275 * gdb.base/catch-follow-exec.exp: Rewrite to use
2276 gdb_spawn_with_cmdline_opts. Require gdb-native.
2277
22782018-10-12 Sandra Loosemore <sandra@codesourcery.com>
2279
2280 * gdb.trace/actions-changed.exp: Check for arch support.
2281 * gdb.trace/actions.exp: Likewise.
2282 * gdb.trace/ax.exp: Likewise.
2283 * gdb.trace/backtrace.exp: Likewise.
2284 * gdb.trace/change-loc.exp: Likewise.
2285 * gdb.trace/deltrace.exp: Likewise.
2286 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
2287 * gdb.trace/ftrace.exp: Likewise.
2288 * gdb.trace/infotrace.exp: Check for arch support.
2289 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
2290 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
2291 * gdb.trace/mi-tsv-changed.exp: Likewise.
2292 * gdb.trace/packetlen.exp: Likewise.
2293 * gdb.trace/passc-dyn.exp: Likewise.
2294 * gdb.trace/passcount.exp: Likewise.
2295 * gdb.trace/pending.exp: Likewise.
2296 * gdb.trace/range-stepping.exp: Check for shlib support.
2297 * gdb.trace/report.exp: Check for arch support.
2298 * gdb.trace/save-trace.exp: Likewise.
2299 * gdb.trace/signal.exp: Check for signal support.
2300 * gdb.trace/tfind.exp: Check for arch support.
2301 * gdb.trace/trace-break.exp: Check for arch and shlib support.
2302 * gdb.trace/trace-common.h: Add comment.
2303 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
2304 * gdb.trace/trace-enable-disable.exp: Likewise.
2305 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
2306 * gdb.trace/tracecmd.exp: Check for arch support.
2307 * gdb.trace/tspeed.exp: Check for shlib and target support.
2308 * gdb.trace/tstatus.exp: Check for arch support.
2309 * gdb.trace/tsv.exp: Likewise.
2310 * gdb.trace/while-dyn.exp: Likewise.
2311 * gdb.trace/while-stepping.exp: Likewise.
2312 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
2313
23142018-10-12 Simon Marchi <simon.marchi@ericsson.com>
2315
2316 * gdb.trace/tspeed.exp: Remove nowarnings.
2317 (prepare_for_trace_test): Declare "global ipalib".
2318 * gdb.trace/tspeed.c: Include unistd.h.
2319 (main): Remove superfluous printf argument.
2320
23212018-10-11 Sandra Loosemore <sandra@codesourcery.com>
2322
2323 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
2324 directory prefix on the filename.
2325
23262018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
2327
2328 * gdb.gdb/unittest.exp: Update expected message informing that
2329 selftests have been disabled.
2330 * gdb.server/unittest.exp: Likewise.
2331
23322018-10-09 Tom de Vries <tdevries@suse.de>
2333
2334 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
2335 with runto_main.
2336
23372018-10-08 Weimin Pan <weimin.pan@oracle.com>
2338
2339 PR c++/16841
2340 * gdb.cp/virtbase2.cc: New file.
2341 * gdb.cp/virtbase2.exp: New file.
2342
23432018-10-06 Tom Tromey <tom@tromey.com>
2344
2345 PR python/19399:
2346 * gdb.python/py-inferior.exp: Add architecture test.
2347
23482018-10-06 Tom Tromey <tom@tromey.com>
2349
2350 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
2351 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
2352
23532018-10-06 Tom Tromey <tom@tromey.com>
2354
2355 * gdb.python/py-breakpoint.exp (check_last_event): Check location
2356 of a "throw" catchpoint.
2357
23582018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
2359
2360 * gdb.base/info-proc.exp: Update string expected from "help info
2361 proc".
2362
23632018-10-04 Tom Tromey <tom@tromey.com>
2364
2365 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
2366 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
2367 (test_initial_complaints, test_empty_complaints): Update.
2368 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2369
23702018-10-04 Tom Tromey <tom@tromey.com>
2371
2372 PR cli/19551:
2373 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
2374 * lib/gdb.exp (gdb_file_cmd): Update.
2375 * gdb.stabs/weird.exp (print_weird_var): Update.
2376 * gdb.server/solib-list.exp: Update.
2377 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
2378 * gdb.mi/mi-cli.exp: Update.
2379 * gdb.linespec/linespec.exp: Update.
2380 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2381 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
2382 * gdb.cp/cp-relocate.exp: Update.
2383 * gdb.base/sym-file.exp: Update.
2384 * gdb.base/relocate.exp: Update.
2385 * gdb.base/readnever.exp: Update.
2386 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
2387 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
2388 * gdb.base/dbx.exp (gdb_file_cmd): Update.
2389 * gdb.base/code_elim.exp: Update.
2390 * gdb.base/break-unload-file.exp (test_break): Update.
2391 * gdb.base/break-interp.exp (test_attach_gdb): Update.
2392 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
2393 Update.
2394 * gdb.base/attach.exp (do_attach_tests): Update.
2395 * gdb.base/sepdebug.exp: Update.
2396 * gdb.python/py-section-script.exp: Update.
2397
23982018-10-04 Tom Tromey <tom@tromey.com>
2399
2400 PR cli/22234:
2401 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
2402 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
2403 output.
2404
24052018-10-04 Tom Tromey <tom@tromey.com>
2406
2407 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
2408 set width and height to 0.
2409 (test_command_line_attach_run): Use -quiet.
2410
24112018-10-03 Sandra Loosemore <sandra@codesourcery.com>
2412
2413 * lib/gdb.exp (skip_ifunc_tests): New.
2414 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
2415 other compile failures.
2416 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
2417
24182018-10-01 Simon Marchi <simon.marchi@ericsson.com>
2419
2420 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
2421 is_amd64_regs_target.
2422
24232018-10-01 Alan Hayward <alan.hayward@arm.com>
2424
2425 * gdb.arch/aarch64-sighandler-regs.c: New test.
2426 * gdb.arch/aarch64-sighandler-regs.exp: New file.
2427 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
2428
24292018-10-01 Markus Metzger <markus.t.metzger@intel.com>
2430
2431 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
2432 assembly.
2433
24342018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
2435
2436 * gdb.base/frame-selection.exp: New file.
2437 * gdb.base/frame-selection.c: New file.
2438
24392018-09-27 Alan Hayward <alan.hayward@arm.com>
2440
2441 * gdb.threads/check-libthread-db.c (thread_routine): Use a
2442 pthread barrier.
2443 (main): Likewise.
2444
24452018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
2446
2447 * gdb.base/large-frame-1.c: New file.
2448 * gdb.base/large-frame-2.c: New file.
2449 * gdb.base/large-frame.exp: New file.
2450 * gdb.base/large-frame.h: New file.
2451
24522018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
2453
2454 PR gdb/20948
2455 * gdb.base/write_mem.exp: New test.
2456 * gdb.base/write_mem.c: Likewise.
2457
24582018-09-23 Tom Tromey <tom@tromey.com>
2459
2460 PR python/18852:
2461 * gdb.python/py-parameter.exp: Add test for parameter that throws
2462 on "set".
2463
24642018-09-23 Tom Tromey <tom@tromey.com>
2465
2466 PR python/17284:
2467 * gdb.python/py-template.exp (test_template_arg): Add test for
2468 negative template argument number.
2469
24702018-09-23 Tom Tromey <tom@tromey.com>
2471
2472 PR python/14062:
2473 * gdb.python/python.exp: Add test for post_event error.
2474
24752018-09-23 Tom Tromey <tom@tromey.com>
2476
2477 PR python/18170:
2478 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
2479 convert pointers to int and long.
2480
24812018-09-23 Tom Tromey <tom@tromey.com>
2482
2483 PR python/20126:
2484 * gdb.python/py-value.exp (test_value_numeric_ops): Add
2485 signed-ness conversion tests.
2486
24872018-09-23 Tom Tromey <tom@tromey.com>
2488
2489 PR python/18352;
2490 * gdb.python/py-value.exp (test_float_conversion): New proc.
2491 Use it.
2492
24932018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
2494
2495 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
2496
24972018-09-18 Sandra Loosemore <sandra@codesourcery.com>
2498
2499 * gdb.base/complete-empty.exp: Skip tab-completion tests if
2500 no readline.
2501 * gdb.base/utf8-identifiers.exp: Likewise.
2502 * gdb.cp/cpcompletion.exp: Likewise.
2503 * gdb.linespec/cpcompletion.exp: Likewise.
2504 * gdb.linespec/cpls-abi-tag.exp: Likewise.
2505 * gdb.linespec/cpls-ops.exp: Likewise.
2506
25072018-09-19 Richard Bunt <richard.bunt@arm.com>
2508 Chris January <chris.january@arm.com>
2509
2510 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
2511 * gdb.fortran/short-circuit-argument-list.exp: New file.
2512 * gdb.fortran/short-circuit-argument-list.f90: New test.
2513
25142018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2515
2516 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
2517 "arch=" keyword when executing "-stack-list-frames".
2518
25192018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2520
2521 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
2522 "arch=" keyword when executing "-stack-list-frames".
2523
25242018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2525
2526 * gdb.ada/complete.exp: Expect for "@" when doing "complete
2527 break ada".
2528
25292018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
2530
2531 PR python/23669
2532 * gdb.python/python.exp: Test gdb.execute("show commands").
2533
25342018-09-16 Tom Tromey <tom@tromey.com>
2535
2536 * gdb.base/new-ui.exp (do_execution_tests): Update.
2537 * gdb.base/dbx.exp (test_breakpoints): Update.
2538
25392018-09-14 Alan Hayward <alan.hayward@arm.com>
2540
2541 * lib/gdb.exp (gdb_simple_compile): Add proc.
2542 (is_elf_target): Use gdb_simple_compile.
2543 (skip_altivec_tests): Likewise.
2544 (skip_vsx_tests): Likewise.
2545 (skip_tsx_tests): Likewise.
2546 (skip_btrace_tests): Likewise.
2547 (skip_btrace_pt_tests): Likewise.
2548 (gdb_can_simple_compile): Likewise.
2549 (gdb_has_argv0): Likewise.
2550 (gdb_target_symbol_prefix): Likewise.
2551 (target_supports_scheduler_locking): Likewise.
2552
25532018-09-13 Tom Tromey <tom@tromey.com>
2554
2555 * Makefile.in (TAGS): Recognize proc_with_prefix and
2556 gdb_caching_proc.
2557
25582018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2559
2560 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
2561 method.
2562
25632018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2564
2565 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
2566 and a few other Inferior properties when the Inferior is no
2567 longer valid.
2568
25692018-09-13 Tom Tromey <tom@tromey.com>
2570
2571 PR rust/23650:
2572 * gdb.rust/simple.exp: Add test for enum field access error.
2573
25742018-09-13 Tom Tromey <tom@tromey.com>
2575
2576 PR rust/23626:
2577 * gdb.rust/simple.rs (EmptyEnum): New type.
2578 (main): Use it.
2579 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
2580
25812018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2582
2583 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
2584 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
2585 * gdb.python/py-symtab.exp: Update test printing an objfile.
2586
25872018-09-12 Simon Marchi <simon.marchi@ericsson.com>
2588
2589 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
2590 object.
2591
25922018-09-12 Alan Hayward <alan.hayward@arm.com>
2593
2594 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
2595 (support_complex_tests): Use gdb_can_simple_compile.
2596 (is_ilp32_target): Likewise.
2597 (is_lp64_target): Likewise.
2598 (is_64_target): Likewise.
2599 (is_amd64_regs_target): Likewise.
2600 (is_aarch32_target): Likewise.
2601 (gdb_int128_helper): Likewise.
2602
26032018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2604
2605 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
2606
26072018-09-10 Jerome Guitton <guitton@adacore.com>
2608
2609 * gdb.ada/same_component_name: Add test for case of tagged record
2610 with variable-length fields.
2611
26122018-09-10 Xavier Roirand <roirand@adacore.com>
2613
2614 * gdb.ada/access_to_unbounded_array.exp: New testcase.
2615 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
2616 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
2617 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
2618
26192018-09-10 Xavier Roirand <roirand@adacore.com>
2620
2621 * gdb.ada/mi_string_access.exp: New testcase.
2622 * gdb.ada/mi_string_access/bar.adb: New file.
2623 * gdb.ada/mi_string_access/pck.adb: New file.
2624 * gdb.ada/mi_string_access/pck.asd: New file.
2625
26262018-09-10 Xavier Roirand <roirand@adacore.com>
2627
2628 * gdb.ada/mi_var_union.exp: New testcase.
2629 * gdb.ada/mi_var_union/bar.adb: New file.
2630 * gdb.ada/mi_var_union/pck.adb: New file.
2631 * gdb.ada/mi_var_union/pck.asd: New file.
2632
26332018-09-08 Tom Tromey <tom@tromey.com>
2634
2635 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
2636
26372018-09-08 Tom Tromey <tom@tromey.com>
2638
2639 PR python/16047:
2640 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
2641 (register_pretty_printers): Register new printer.
2642 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
2643 test.
2644 * gdb.python/py-prettyprint.c (int_type3): New typedef.
2645 (an_int_type3): New global.
2646
26472018-09-08 Joel Brobecker <brobecker@adacore.com>
2648
2649 * gdb.ada/expr_with_funcall: New testcase.
2650
26512018-09-08 Joel Brobecker <brobecker@adacore.com>
2652
2653 * gdb.ada/packed_array_assign: New testcase.
2654
26552018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
2656
2657 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
2658 names, and add test prefixes to make test names unique.
2659
26602018-09-05 Tom de Vries <tdevries@suse.de>
2661
2662 * gdb.dwarf2/varval.exp: Add test.
2663
26642018-09-04 Gary Benson <gbenson@redhat.com>
2665
2666 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
2667 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
2668
26692018-08-31 Tom Tromey <tom@tromey.com>
2670
2671 * gdb.rust/simple.rs: Rename second variable "v".
2672
26732018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
2674
2675 * gdb.base/funcargs.c (use_a): New function.
2676 (recurse): Call use_a.
2677
26782018-08-29 Keith Seitz <keiths@redhat.com>
2679
2680 * gdb.compile/compile-cplus-anonymous.cc: New file.
2681 * gdb.compile/compile-cplus-anonymous.exp: New file.
2682 * gdb.compile/compile-cplus-array-decay.cc: New file.
2683 * gdb.compile/compile-cplus-array-decay.exp: New file.
2684 * gdb.compile/compile-cplus-inherit.cc: New file.
2685 * gdb.compile/compile-cplus-inherit.exp: New file.
2686 * gdb.compile/compile-cplus-member.cc: New file.
2687 * gdb.compile/compile-cplus-member.exp: New file.
2688 * gdb.compile/compile-cplus-method.cc: New file.
2689 * gdb.compile/compile-cplus-method.exp: New file.
2690 * gdb.compile/compile-cplus-mod.c: "New" file.
2691 * gdb.compile/compile-cplus-namespace.cc: New file.
2692 * gdb.compile/compile-cplus-namespace.exp: New file.
2693 * gdb.compile/compile-cplus-nested.cc: New file.
2694 * gdb.compile/compile-cplus-nested.exp: New file.
2695 * gdb.compile/compile-cplus-print.c: "New" file.
2696 * gdb.compile/compile-cplus-print.exp: "New" file.
2697 * gdb.compile/compile-cplus-virtual.cc: New file.
2698 * gdb.compile/compile-cplus-virtual.exp: New file.
2699 * gdb.compile/compile-cplus.c: "New" file.
2700 * gdb.compile/compile-cplus.exp: "New" file.
2701 * lib/compile-support.exp: New file.
2702
27032018-08-16 Gary Benson <gbenson@redhat.com>
2704
2705 PR gdb/13000:
2706 * gdb.base/batch-exit-status.exp: New file.
2707 * gdb.base/batch-exit-status.good-commands: Likewise.
2708 * gdb.base/batch-exit-status.bad-commands: Likewise.
2709
27102018-08-29 Alan Hayward <alan.hayward@arm.com>
2711
2712 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
2713 (struct struct02): Likewise.
2714 (struct struct03): Likewise.
2715 (struct struct04): Likewise.
2716 (struct struct_01_01): New struct.
2717 (struct struct_01_02): Likewise.
2718 (struct struct_01_03): Likewise.
2719 (struct struct_01_04): Likewise.
2720 (struct struct_02_01): Likewise.
2721 (struct struct_02_02): Likewise.
2722 (struct struct_02_03): Likewise.
2723 (struct struct_02_04): Likewise.
2724 (struct struct_04_01): Likewise.
2725 (struct struct_04_02): Likewise.
2726 (struct struct_04_03): Likewise.
2727 (struct struct_04_04): Likewise.
2728 (struct struct_05_01): Likewise.
2729 (struct struct_05_02): Likewise.
2730 (struct struct_05_03): Likewise.
2731 (struct struct_05_04): Likewise.
2732 (cmp_struct01): Remove function.
2733 (cmp_struct02): Likewise.
2734 (cmp_struct03): Likewise.
2735 (cmp_struct04): Likewise.
2736 (cmp_struct_01_01): Add Function.
2737 (cmp_struct_01_02): Likewise.
2738 (cmp_struct_01_03): Likewise.
2739 (cmp_struct_01_04): Likewise.
2740 (cmp_struct_02_01): Likewise.
2741 (cmp_struct_02_02): Likewise.
2742 (cmp_struct_02_03): Likewise.
2743 (cmp_struct_02_04): Likewise.
2744 (cmp_struct_04_01): Likewise.
2745 (cmp_struct_04_02): Likewise.
2746 (cmp_struct_04_03): Likewise.
2747 (cmp_struct_04_04): Likewise.
2748 (cmp_struct_05_01): Likewise.
2749 (cmp_struct_05_02): Likewise.
2750 (cmp_struct_05_03): Likewise.
2751 (cmp_struct_05_04): Likewise.
2752 (call_all): Add new structs.
2753 * gdb.base/infcall-nested-structs.exp: Likewise.
2754
27552018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
2756
2757 * gdb.python/py-framefilter-mi.exp: Update regexp to
2758 check for "arch" field in frame output.
2759
27602018-08-23 Kevin Buettner <kevinb@redhat.com>
2761
2762 * gdb.dwarf2/dw2-ranges-func.c: New file.
2763 * gdb.dwarf2/dw2-ranges-func.exp: New file.
2764
27652018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
2766
2767 * gdb.base/term.exp: Compare terminal settings with values from
2768 the inferior.
2769 * gdb.base/term.c: Get and set terminal settings.
2770
27712018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
2772
2773 * lib/mi-support.exp (mi_expect_stop): Update regexp to
2774 accommodate new "arch" field in frame output.
2775 * gdb.mi/mi-return.exp: Likewise.
2776 * gdb.mi/mi-stack.exp: Likewise.
2777 * gdb.mi/mi-syn-frame.exp: Likewise.
2778 * gdb.mi/user-selected-context-sync.exp: Likewise.
2779
27802018-08-19 Michael Spang <spang@google.com>
2781
2782 PR gdb/11786
2783 * gdb.base/gcore-tls-pie.c: New file.
2784 * gdb.base/gcore-tls-pie.exp: New file.
2785
27862018-08-18 Kevin Buettner <kevinb@redhat.com>
2787
2788 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
2789 * gdb.dwarf2/varval.c: New file.
2790 * gdb.dwarf2/varval.exp: New file.
2791
27922018-08-17 Alan Hayward <alan.hayward@arm.com>
2793
2794 PR gdb/18931
2795 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
2796
27972018-08-16 Keith Seitz <keiths@redhat.com>
2798
2799 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
2800 tests expected to pass.
2801
28022018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
2803
2804 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
2805 -data-disassemble -a.
2806 (test_disassembly_bogus_args): Likewise.
2807
28082018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
2809
2810 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
2811
28122018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2813
2814 * gdb.base/vla-optimized-out.exp: Add new test.
2815
28162018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2817
2818 * gdb.base/vla-optimized-out-o3.exp: Delete.
2819 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
2820 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
2821 deleted tests.
2822
28232018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
2824
2825 PR gdb/18050:
2826 * gdb.server/extended-remote-restart.c: New file.
2827 * gdb.server/extended-remote-restart.exp: New file.
2828
28292018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
2830
2831 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
2832 "set variable index = 42".
2833
28342018-08-07 Simon Marchi <simon.marchi@ericsson.com>
2835
2836 * boards/index-cache-gdb.exp: New file.
2837 * gdb.dwarf2/index-cache.exp: New file.
2838 * gdb.dwarf2/index-cache.c: New file.
2839 * gdb.base/maint.exp: Check if we are using the index cache.
2840
28412018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2842
2843 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
2844 MAKEFLAGS.
2845
28462018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2847
2848 * dg-extract-results.sh: Move to toplevel contrib.
2849 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
2850 * Makefile.in (check-parallel-racy): Likewise.
2851
28522018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
2853
2854 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
2855 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
2856 tests if the target supports scheduler locking.
2857
28582018-08-04 Tom de Vries <tdevries@suse.de>
2859
2860 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
2861
28622018-08-02 Tom Tromey <tom@tromey.com>
2863
2864 PR symtab/16842.
2865 * gdb.cp/temargs.exp: Test "info address" of a template
2866 parameter.
2867
28682018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
2869
2870 * gdb.python/py-mi-var-info-path-expression.c: New file.
2871 * gdb.python/py-mi-var-info-path-expression.py: New file.
2872 * gdb.python/py-mi-var-info-path-expression.exp: New file.
2873
28742018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
2875
2876 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
2877 error after "cannot resolve name" string.
2878
28792018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2880
2881 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
2882 started.
2883 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
2884
28852018-07-28 Tom de Vries <tdevries@suse.de>
2886
2887 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
2888
28892018-07-26 Tom de Vries <tdevries@suse.de>
2890
2891 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
2892
28932018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
2894
2895 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
2896 is visible.
2897
28982018-07-26 Tom de Vries <tdevries@suse.de>
2899
2900 PR breakpoints/23366
2901 * gdb.base/catch-follow-exec.c: New test.
2902 * gdb.base/catch-follow-exec.exp: New file.
2903
29042018-07-25 Tom de Vries <tdevries@suse.de>
2905
2906 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
2907 vla-optimized-out.c.
2908
29092018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
2910
2911 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
2912 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
2913
29142018-07-20 Tom de Vries <tdevries@suse.de>
2915
2916 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
2917 NOCLONE macro.
2918 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
2919
29202018-07-19 Tom de Vries <tdevries@suse.de>
2921
2922 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
2923 regular expression.
2924
29252018-07-18 Tom de Vries <tdevries@suse.de>
2926
2927 * gdb.base/vla-optimized-out.c: New test.
2928 * gdb.base/vla-optimized-out.exp: New file.
2929
29302018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
2931
2932 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
2933 message "No address associated with hostname" when gdbserver
2934 cannot resolve the hostname.
2935
29362018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2937
2938 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
2939 Add some test prefixes to make tests unique.
2940
29412018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2942
2943 * gdb.base/frameapply.c: New file.
2944 * gdb.base/frameapply.exp: New file.
2945
29462018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2947
2948 * gdb.base/skip.exp: Update expected error message.
2949
29502018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2951 Jan Kratochvil <jan.kratochvil@redhat.com>
2952 Paul Fertser <fercerpav@gmail.com>
2953 Tsutomu Seki <sekiriki@gmail.com>
2954
2955 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
2956 parameter.
2957 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
2958 by default.
2959 * boards/native-gdbserver.exp: Likewise.
2960 * gdb.server/run-without-local-binary.exp: Improve regexp used
2961 for detecting when a remote debugging connection succeeds.
2962 * gdb.server/server-connect.exp: New file.
2963 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
2964 Do not prefix the port number with ":".
2965 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
2966 support for detecting and using it. Add '$debughost_gdbserver'
2967 to the list of arguments used to start gdbserver. Handle case
2968 when gdbserver cannot resolve a network name.
2969
29702018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2971
2972 PR c++/23373
2973 * gdb.base/ptype-offsets.cc (struct static_member): New
2974 struct.
2975 (main) <stmember>: New variable.
2976 * gdb.base/ptype-offsets.exp: Add test for printing a struct
2977 with a static member in it.
2978
29792018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
2980
2981 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
2982 watchpoints enabled and disabled.
2983
29842018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2985
2986 * gdb.base/examine-backward.exp: Still run tests around address
2987 0x0, even if address 0x0 is not readable. Update the pattern for
2988 matching address 0x0 in expected output.
2989
29902018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2991
2992 * gdb.base/share-env-with-gdbserver.c (main): Add call to
2993 malloc/free.
2994
29952018-07-04 Tom de Vries <tdevries@suse.de>
2996
2997 * gdb.dwarf2/dw2-error.exp: Update expected error message.
2998
29992018-07-02 Maciej W. Rozycki <macro@mips.com>
3000
3001 PR tdep/8282
3002 * gdb.arch/mips-disassembler-options.exp: New test.
3003 * gdb.arch/mips-disassembler-options.s: New test source.
3004
30052018-06-29 Pedro Alves <palves@redhat.com>
3006
3007 * gdb.threads/names.exp: Adjust expected "info threads" output.
3008
30092018-06-29 Pedro Alves <palves@redhat.com>
3010
3011 * gdb.opt/inline-break.exp (line number, address): Add "info
3012 break" tests.
3013
30142018-06-29 Pedro Alves <palves@redhat.com>
3015
3016 * gdb.opt/inline-break.c (func1): Add "break here" marker.
3017 * gdb.opt/inline-break.exp: Test setting breakpoints by line
3018 number and address and running to them.
3019
30202018-06-29 Richard Bunt <richard.bunt@arm.com>
3021
3022 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
3023
30242018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3025
3026 * lib/compiler.c: Remove executable permission flag.
3027
30282018-06-28 Richard Bunt <richard.bunt@arm.com>
3029
3030 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
3031 code.
3032 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
3033
30342018-06-28 Petr Tesarik <ptesarik@suse.cz>
3035
3036 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
3037
30382018-06-28 Petr Tesarik <ptesarik@suse.cz>
3039
3040 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
3041 address argument is omitted.
3042
30432018-06-28 Petr Tesarik <ptesarik@suse.cz>
3044
3045 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
3046
30472018-06-27 Omair Javaid <omair.javaid@linaro.org>
3048
3049 PR gdb/21695
3050 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
3051 * gdb.base/infoline-reloc-main-from-zero.c: New file.
3052
30532018-06-26 Tom Tromey <tom@tromey.com>
3054
3055 PR rust/22574:
3056 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
3057 * gdb.rust/simple.rs (struct SimpleLayout): New.
3058
30592018-06-22 Simon Marchi <simon.marchi@ericsson.com>
3060
3061 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
3062 "info registers" output.
3063
30642018-06-21 Richard Bunt <richard.bunt@arm.com>
3065
3066 * gdb.base/watchpoint-hw-attach.c: New test.
3067 * gdb.base/watchpoint-hw-attach.exp: New file.
3068
30692018-06-20 Simon Marchi <simon.marchi@ericsson.com>
3070
3071 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
3072 through /bin/sh.
3073 * boards/dwarf4-gdb-index.exp: Likewise.
3074 * boards/fission-dwp.exp: Likewise.
3075
30762018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
3077
3078 * gdb.base/float128.exp: Add comment and improved fail message
3079 to the failure case of "print large128" test.
3080
30812018-06-19 Simon Marchi <simon.marchi@ericsson.com>
3082
3083 * configure.ac: Remove AC_PREREQ.
3084 * configure: Re-generate.
3085
30862018-06-19 Pedro Alves <palves@redhat.com>
3087
3088 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
3089 (func_extern_caller): New.
3090 (main): Call func_extern_caller.
3091 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
3092 logic change.
3093
30942018-06-18 Weimin Pan <weimin.pan@oracle.com>
3095
3096 PR gdb/16841
3097 * gdb.cp/typedef-base.cc: New file.
3098 * gdb.cp/typedef-base.exp: New file.
3099
31002018-06-18 Tom de Vries <tdevries@suse.de>
3101
3102 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
3103
31042018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3105 Richard Bunt <Richard.Bunt@arm.com>
3106
3107 * gdb.threads/attach-slow-waitpid.c: New file.
3108 * gdb.threads/attach-slow-waitpid.exp: New file.
3109 * gdb.threads/slow-waitpid.c: New file.
3110
31112018-06-14 Pedro Alves <palves@redhat.com>
3112
3113 * gdb.base/fork-running-state.c: Include <errno.h>.
3114 (exit_if_relative_exits): New.
3115 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
3116 exits.
3117 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
3118 child exits.
3119
31202018-06-14 Tom de Vries <tdevries@suse.de>
3121
3122 PR cli/22573
3123 * gdb.base/finish-pretty.c: New test.
3124 * gdb.base/finish-pretty.exp: New file.
3125
31262018-06-14 Pedro Alves <palves@redhat.com>
3127
3128 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
3129 gdb's expected startup output.
3130
31312018-06-14 Pedro Alves <palves@redhat.com>
3132
3133 * lib/selftest-support.exp (selftest_setup): Remove inlined
3134 function handling.
3135
31362018-06-14 Tom de Vries <tdevries@suse.de>
3137
3138 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
3139 matching of breakpoint printing.
3140
31412018-06-13 Tom de Vries <tdevries@suse.de>
3142
3143 PR testsuite/23269
3144 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
3145 (fork_child): ... here, and ...
3146 (fork_parent): ... here.
3147
31482018-06-12 Tom de Vries <tdevries@suse.de>
3149
3150 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
3151
31522018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
3153 Stephen Roberts <stephen.roberts@arm.com>
3154
3155 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
3156 rewrite test to describe action performed, rather than possible
3157 failure.
3158
31592018-06-08 Gary Benson <gbenson@redhat.com>
3160
3161 * gdb.threads/check-libthread-db.exp: New file.
3162 * gdb.threads/check-libthread-db.c: Likewise.
3163
31642018-06-05 Tom Tromey <tom@tromey.com>
3165
3166 * gdb.base/default.exp: Update expected "show version" output.
3167
31682018-06-05 Tom Tromey <tom@tromey.com>
3169
3170 PR cli/12326:
3171 * gdb.cp/static-print-quit.exp: Update.
3172 * lib/gdb.exp (pagination_prompt): Update.
3173 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
3174 * gdb.python/python.exp: Update.
3175
31762018-06-04 Joel Brobecker <brobecker@adacore.com>
3177
3178 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
3179
31802018-06-01 Joel Brobecker <brobecker@adacore.com>
3181
3182 * gdb.ada/bp_fun_addr: New testcase.
3183
31842018-06-01 Tom Tromey <tom@tromey.com>
3185
3186 * gdb.xml/tdesc-regs.exp (load_description): Update expected
3187 results.
3188 * gdb.dwarf2/method-ptr.exp: Set language to C++.
3189 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
3190 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
3191 * gdb.base/maint.exp (maint_pass_if): Update.
3192
31932018-05-31 Maciej W. Rozycki <macro@mips.com>
3194
3195 * gdb.base/endian.exp: New test.
3196 * gdb.base/endian.c: New test source.
3197
31982018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
3199
3200 PR gdb/23203
3201 * gdb.base/bt-selected-frame.c: New file.
3202 * gdb.base/bt-selected-frame.exp: New file.
3203 * lib/gdb.exp (get_current_frame_number): New function.
3204
32052018-05-24 Maciej W. Rozycki <macro@mips.com>
3206 Pedro Alves <palves@redhat.com>
3207
3208 * gdb.threads/tls-core.c: Include <stdlib.h>
3209 (thread_proc): Call `abort'.
3210 * gdb.threads/tls-core.exp: Generate a core with core_find too.
3211 (tls_core_test): New procedure, bits factored out from ...
3212 (top level): ... here. Test both native cores and gcore cores.
3213
32142018-05-23 Tom Tromey <tom@tromey.com>
3215
3216 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
3217
32182018-05-23 Tom Tromey <tom@tromey.com>
3219
3220 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
3221 symfile_complaints.
3222 (test_short_complaints): Likewise.
3223 (test_empty_complaints): Likewise.
3224 (test_initial_complaints): Update.
3225
32262018-05-23 Tom Tromey <tom@tromey.com>
3227
3228 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
3229
32302018-05-23 Tom Tromey <tom@tromey.com>
3231
3232 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
3233 (test_short_complaints): Update.
3234
32352018-05-22 Pedro Alves <palves@redhat.com>
3236
3237 * gdb.base/remote.exp: Only gdb_start after compiling the
3238 testcase. Issue "disconnect" before testing "set remote" command
3239 defaults. Issue clean_restart before running to main.
3240
32412018-05-22 Pedro Alves <palves@redhat.com>
3242
3243 * gdb.base/remote.exp: Adjust expected output of "show remote
3244 memory-write-packet-size". Add tests for "set remote
3245 memory-write-packet-size 0" and "set remote
3246 memory-write-packet-size fixed/limit".
3247
32482018-05-22 Pedro Alves <palves@redhat.com>
3249
3250 PR gdb/22973
3251 * gdb.base/utf8-identifiers.c: New file.
3252 * gdb.base/utf8-identifiers.exp: New file.
3253
32542018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3255
3256 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
3257
32582018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3259
3260 * gdb.arch/powerpc-vsx-gcore.exp: New file.
3261
32622018-05-18 Tom Tromey <tom@tromey.com>
3263
3264 * gdb.base/ptype-offsets.exp: Update.
3265
32662018-05-17 Keith Seitz <keiths@redhat.com>
3267
3268 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
3269 in expected breakpoint stop locations.
3270 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
3271 move to proper scope to test variable values.
3272 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
3273 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
3274 New functions.
3275 (main): Call not_inline_func3.
3276 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
3277 inline_func1, inline_func2, and inline_func3. Test that when each
3278 breakpoint is hit, GDB properly reports both the stop location
3279 and the backtrace. Repeat tests for temporary breakpoints.
3280
32812018-05-15 Maciej W. Rozycki <macro@mips.com>
3282
3283 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
3284 rather then trying to access it in determining whether the PID
3285 of `gdbserver' could have been retrieved.
3286
32872018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
3288
3289 * gdb.arch/amd64-init-x87-values.S: New file.
3290 * gdb.arch/amd64-init-x87-values.exp: New file.
3291
32922018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3293
3294 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
3295
32962018-05-04 Tom Tromey <tom@tromey.com>
3297
3298 PR python/22730:
3299 * gdb.python/python.exp: Test multi-line execute.
3300
33012018-05-04 Tom Tromey <tom@tromey.com>
3302
3303 PR python/22731:
3304 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
3305
33062018-05-04 Tom Tromey <tom@tromey.com>
3307
3308 PR gdb/11750:
3309 * gdb.base/define.exp: Test defining a user command inside a user
3310 command.
3311 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
3312
33132018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3314 Pedro Alves <palves@redhat.com>
3315
3316 PR breakpoints/19806 and support for PR external/20207.
3317 * gdb.base/watchpoint-unaligned.c: New file.
3318 * gdb.base/watchpoint-unaligned.exp: New file.
3319
33202018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3321
3322 * gdb.base/maint.exp: Make test names unique, use
3323 test_prefix_command_help to test 'help maint info', and remove
3324 repeated test of 'help maint'.
3325
33262018-05-04 Tom Tromey <tom@tromey.com>
3327
3328 PR gdb/22619:
3329 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
3330 behavior.
3331
33322018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3333
3334 * gdb.base/maint.exp: Process output from 'maint print registers'
3335 line at a time.
3336
33372018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3338
3339 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
3340 timeout.
3341
33422018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
3343
3344 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
3345 filter pattern.
3346
33472018-05-02 Pedro Alves <palves@redhat.com>
3348
3349 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
3350 to_log_command renames.
3351 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
3352
33532018-05-02 Tom Tromey <tom@tromey.com>
3354
3355 * gdb.python/py-parameter.exp: Set test message.
3356
33572018-05-02 Tom Tromey <tom@tromey.com>
3358
3359 PR python/20084:
3360 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
3361 PARAM_ZUINTEGER_UNLIMITED tests.
3362
33632018-04-28 Dan Robertson <danlrobertson89@gmail.com>
3364
3365 PR rust/23124
3366 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
3367 when casting.
3368
33692018-04-30 Tom Tromey <tom@tromey.com>
3370
3371 * gdb.python/py-type.exp: Check align attribute.
3372 * gdb.python/py-type.c: New "aligncheck" global.
3373
33742018-04-30 Tom Tromey <tom@tromey.com>
3375
3376 PR exp/17095:
3377 * gdb.dwarf2/dw2-align.exp: New file.
3378 * gdb.cp/align.exp: New file.
3379 * gdb.base/align.exp: New file.
3380 * lib/gdb.exp (gdb_int128_helper): New proc.
3381 (has_int128_c, has_int128_cxx): New caching procs.
3382
33832018-04-27 Tom Tromey <tom@tromey.com>
3384
3385 PR rust/22545:
3386 * gdb.rust/simple.exp: Add inclusive range tests.
3387
33882018-04-26 Pedro Alves <palves@redhat.com>
3389
3390 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
3391 ifunc breakpoint locations correctly of ifunc breakpoints set
3392 while the program resolves the ifunc.
3393
33942018-04-26 Pedro Alves <palves@redhat.com>
3395
3396 * gdb.base/gnu-ifunc-final.c: New file.
3397 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
3398 * gdb.base/gnu-ifunc.exp (executable): Delete.
3399 (staticexecutable): Adjust.
3400 (lib_opts, exec_opts): Delete.
3401 (make_binsuffix, build, set-break): New procedures.
3402 (misc_tests): New, with tests factored out from the top level.
3403 (top level): Test different combinations of ifunc resolver name,
3404 resolver with and with debug info, and ifunc target with and
3405 without debug info. Wrap static tests with with_target_prefix.
3406
34072018-04-26 Pedro Alves <palves@redhat.com>
3408
3409 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
3410 return type" warnings.
3411
34122018-04-25 Pedro Alves <palves@redhat.com>
3413
3414 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
3415 killed".
3416 * gdb.base/kill-after-signal.exp: Likewise.
3417 * gdb.threads/kill.exp: Likewise.
3418
34192018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3420 Sergio Durigan Junior <sergiodj@redhat.com>
3421 Pedro Alves <palves@redhat.com>
3422
3423 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
3424 regexps to expect for '[Inferior ... detached]' as well.
3425 * gdb.base/attach.exp: Likewise.
3426 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
3427 "gdb_continue_to_end".
3428 (test_catch_syscall_with_wrong_args): Likewise.
3429 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
3430 ']'. Don't set 'verbose' on.
3431 * gdb.base/foll-vfork.exp: Likewise.
3432 * gdb.base/fork-print-inferior-events.c: New file.
3433 * gdb.base/fork-print-inferior-events.exp: New file.
3434 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
3435 '[Inferior ... has been killed]' message.
3436 * gdb.base/kill-after-signal.exp: Likewise.
3437 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
3438 detach message.
3439 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
3440 message.
3441 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
3442 regexps to expect for '[Inferior ... detached]' as well.
3443 * gdb.threads/process-dies-while-detaching.exp: Likewise.
3444
34452018-04-24 Simon Marchi <simon.marchi@ericsson.com>
3446
3447 PR gdb/23104
3448 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
3449
34502018-04-19 Richard Bunt <richard.bunt@arm.com>
3451
3452 * gdb.threads/multiple-successive-infcall.c: New test.
3453 * gdb.threads/multiple-successive-infcall.exp: New file.
3454
34552018-04-17 Tom Tromey <tom@tromey.com>
3456
3457 * gdb.rust/simple.rs (Union): New type.
3458 (main): New local "u".
3459 * gdb.rust/simple.exp (test_one_slice): Add new test case.
3460
34612018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3462
3463 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
3464 number information in output of "whereis" command.
3465 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
3466
34672018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3468
3469 * gdb.ada/info_types.exp: Adjust expected output to the line
3470 numbers now printed by "info var/func/type".
3471 * gdb.base/completion.exp: Likewise.
3472 * gdb.base/included.exp: Likewise.
3473 * gdb.cp/cp-relocate.exp: Likewise.
3474 * gdb.cp/cplusfuncs.exp: Likewise.
3475 * gdb.cp/namespace.exp: Likewise.
3476 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
3477
34782018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3479
3480 * gdb.btrace/cpu.exp: New.
3481
34822018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3483
3484 * gdb.base/step-indirect-call-thunk.exp: New.
3485 * gdb.base/step-indirect-call-thunk.c: New.
3486 * gdb.reverse/step-indirect-call-thunk.exp: New.
3487 * gdb.reverse/step-indirect-call-thunk.c: New.
3488
34892018-04-11 Simon Marchi <simon.marchi@ericsson.com>
3490
3491 * gdb.base/pie-fork.c: New file.
3492 * gdb.base/pie-fork.exp: New file.
3493
34942018-04-11 Tom Tromey <tom@tromey.com>
3495
3496 * gdb.rust/simple.exp: Add test for ".." struct initializer.
3497
34982018-04-10 Pedro Alves <palves@redhat.com>
3499
3500 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
3501 exits. Instead loop running forever.
3502 (fork_parent): Run forever too.
3503
35042018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3505
3506 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
3507 mi_continue_to_line.
3508 * gdb.mi/mi-stack.c (callee4): Add comment.
3509
35102018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3511
3512 * gdb.mi/mi-stack.exp: Fix indentation.
3513
35142018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3515
3516 PR gdb/22979
3517 * gdb.arch/amd64-osabi.exp: New file.
3518
35192018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3520
3521 PR gdb/22980
3522 * gdb.base/osabi.exp: New file.
3523
35242018-04-02 Weimin Pan <weimin.pan@oracle.com>
3525
3526 * gdb.cp/static-typedef-print.exp: New file.
3527 * gdb.cp/static-typedef-print.cc: New file.
3528
35292018-03-27 Joel Brobecker <brobecker@adacore.com>
3530
3531 * gdb.ada/varsize_limit: New testcase.
3532
35332018-03-27 Joel Brobecker <brobecker@adacore.com>
3534
3535 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
3536
3537 * gdb.ada/notcplusplus: New testcase.
3538
3539 * gdb.base/c-linkage-name.c: New file.
3540 * gdb.base/c-linkage-name.exp: New testcase.
3541
35422018-03-26 Tom Tromey <tom@tromey.com>
3543
3544 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
3545 * gdb.python/py-framefilter.py (name_error): New global.
3546 (ErrorInName.function): Use name_error.
3547
35482018-03-26 Tom Tromey <tom@tromey.com>
3549
3550 PR backtrace/15582:
3551 * gdb.python/py-framefilter.exp: Add "bt hide" test.
3552
35532018-03-23 Keith Seitz <keiths@redhat.com>
3554
3555 PR c++/22968
3556 * gdb.cp/subtypes.exp: New file.
3557 * gdb.cp/subtypes.h: New file.
3558 * gdb.cp/subtypes.cc: New file.
3559 * gdb.cp/subtypes-2.cc: New file.
3560
35612018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3562
3563 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
3564 (done): Call '_exit' not 'exit' to avoid atexit handlers.
3565 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
3566 -nostartfiles when compiling the test. Confirm that all registers
3567 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
3568
35692018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3570
3571 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
3572 option, syntax was wrong anyway.
3573 * gdb.arch/arm-disp-step.exp: Likewise.
3574 * gdb.arch/sparc64-regs.exp: Likewise.
3575 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
3576 option, syntax was wrong anyway, switch to use
3577 prepare_for_testing.
3578 * gdb.arch/i386-disp-step.exp: Likewise.
3579
35802018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
3581
3582 * gdb.ada/exec_changed.exp: Replace "target_info exists
3583 use_gdb_stub" by "use_gdb_stub".
3584 * gdb.ada/start.exp: Likewise.
3585 * gdb.base/async-shell.exp: Likewise.
3586 * gdb.base/attach-pie-misread.exp: Likewise.
3587 * gdb.base/attach-wait-input.exp: Likewise.
3588 * gdb.base/break-entry.exp: Likewise.
3589 * gdb.base/break-interp.exp: Likewise.
3590 * gdb.base/dprintf-detach.exp: Likewise.
3591 * gdb.base/nostdlib.exp: Likewise.
3592 * gdb.base/solib-nodir.exp: Likewise.
3593 * gdb.base/statistics.exp: Likewise.
3594 * gdb.base/testenv.exp: Likewise.
3595 * gdb.mi/mi-exec-run.exp: Likewise.
3596 * gdb.mi/mi-start.exp: Likewise.
3597 * gdb.multi/dummy-frame-restore.exp: Likewise.
3598 * gdb.multi/multi-arch-exec.exp: Likewise.
3599 * gdb.multi/multi-arch.exp: Likewise.
3600 * gdb.multi/tids.exp: Likewise.
3601 * gdb.multi/watchpoint-multi.exp: Likewise.
3602 * gdb.python/py-events.exp: Likewise.
3603 * gdb.threads/attach-into-signal.exp: Likewise.
3604 * gdb.threads/attach-stopped.exp: Likewise.
3605 * gdb.threads/threadapply.exp: Likewise.
3606 * lib/selftest-support.exp: Likewise.
3607
36082018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
3609
3610 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
3611
36122018-03-20 Stephen Roberts <stephen.roberts@arm.com>
3613
3614 * gdb.perf/template-breakpoints.cc: New file.
3615 * gdb.perf/template-breakpoints.exp: New file.
3616 * gdb.perf/template-breakpoints.py: New file.
3617
36182018-03-19 Tom Tromey <tom@tromey.com>
3619
3620 * gdb.rust/simple.rs (main): Add local variables field1, field2,
3621 y0.
3622 * gdb.rust/simple.exp: Test bare identifier form of struct
3623 initializer.
3624
36252018-03-19 Tom Tromey <tom@tromey.com>
3626
3627 * gdb.gdb/observer.exp: Remove.
3628
36292018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3630
3631 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
3632 "qualified" option when setting breakpoints.
3633 * gdb.trace/backtrace.exp: Likewise.
3634 * gdb.trace/circ.exp: Likewise.
3635 * gdb.trace/collection.exp: Likewise.
3636 * gdb.trace/disconnected-tracing.exp: Likewise.
3637 * gdb.trace/ftrace-lock.exp: Likewise.
3638 * gdb.trace/ftrace.exp: Likewise.
3639 * gdb.trace/infotrace.exp: Likewise.
3640 * gdb.trace/packetlen.exp: Likewise.
3641 * gdb.trace/passc-dyn.exp: Likewise.
3642 * gdb.trace/qtro.exp: Likewise.
3643 * gdb.trace/read-memory.exp: Likewise.
3644 * gdb.trace/report.exp: Likewise.
3645 * gdb.trace/signal.exp: Likewise.
3646 * gdb.trace/status-stop.exp: Likewise.
3647 * gdb.trace/strace.exp: Likewise.
3648 * gdb.trace/tfind.exp: Likewise.
3649 * gdb.trace/trace-break.exp: Likewise.
3650 * gdb.trace/trace-condition.exp: Likewise.
3651 * gdb.trace/trace-mt.exp: Likewise.
3652 * gdb.trace/tstatus.exp: Likewise.
3653 * gdb.trace/tsv.exp: Likewise.
3654 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3655 * gdb.trace/unavailable.exp: Likewise.
3656 * gdb.trace/while-dyn.exp: Likewise.
3657
36582018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3659
3660 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
3661 that libinproctrace is copied to the target.
3662
36632018-03-14 Tom Tromey <tom@tromey.com>
3664
3665 PR cli/14977:
3666 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
3667 a null pointer.
3668 * gdb.base/wchar.exp: Likewise.
3669
36702018-03-14 Tom Tromey <tom@tromey.com>
3671
3672 PR cli/19918:
3673 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
3674 flag.
3675
36762018-03-08 Simon Marchi <simon.marchi@ericsson.com>
3677
3678 PR gdb/22841
3679 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
3680 "target" to remote_exec.
3681
36822018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
3683
3684 PR gdb/22841
3685 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
3686 ${board}_upload): Remove.
3687
36882018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
3689
3690 * gdb.cp/watch-cp.cc: New test.
3691 * gdb.cp/watch-cp.exp: New file.
3692
36932018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3694
3695 * gdb.base/infcall-nested-structs.exp: New file.
3696 * gdb.base/infcall-nested-structs.c: New file.
3697 * gdb.base/float.exp: Add riscv support.
3698
36992018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
3700
3701 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
3702 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
3703
37042018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
3705
3706 * gdb.server/abspath.exp: New file.
3707 * lib/gdb.exp (with_cwd): New procedure.
3708
37092018-02-28 Simon Marchi <simon.marchi@ericsson.com>
3710
3711 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
3712 use it.
3713 (gdb_is_target_remote_prompt): New proc.
3714 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
3715 (gdb_is_target_native): Pass prompt parameter to
3716 gdb_is_target_1.
3717
37182018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
3719
3720 * gdb.base/load-command.c: New file.
3721 * gdb.base/load-command.exp: New file.
3722 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
3723 (gdb_is_target_1): ...this, and generalize for other targets
3724 than just remote.
3725 (gdb_is_target_remote): Use gdb_is_target_1.
3726 (gdb_is_target_native): use gdb_is_target_1.
3727
37282018-02-26 Tom Tromey <tom@tromey.com>
3729
3730 PR python/16497:
3731 * gdb.python/py-framefilter.exp: Update test.
3732
37332018-02-26 Tom Tromey <tom@tromey.com>
3734
3735 * gdb.dwarf2/variant.c: New file.
3736 * gdb.dwarf2/variant.exp: New file.
3737
37382018-02-26 Tom Tromey <tom@tromey.com>
3739
3740 * gdb.rust/simple.exp: Accept more possible results in enum test.
3741
37422018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
3743
3744 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
3745 parentheses.
3746
37472018-02-23 Maciej W. Rozycki <macro@mips.com>
3748
3749 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
3750 name of a variable: $actual_linejj -> $actual_line.
3751
37522018-02-21 John Baldwin <jhb@FreeBSD.org>
3753
3754 * gdb.arch/amd64-i386-address.exp: Fix a typo.
3755
37562018-02-20 Markus Metzger <markus.t.metzger@intel.com>
3757
3758 * gdb.btrace/buffer-size.exp: Do not force BTS.
3759
37602018-02-14 Pedro Alves <palves@redhat.com>
3761
3762 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
3763 getting a "Quit".
3764
37652018-02-09 Markus Metzger <markus.t.metzger@intel.com>
3766
3767 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
3768 Fix test name.
3769
37702018-02-07 Simon Marchi <simon.marchi@ericsson.com>
3771
3772 * gdb.cp/m-static.exp: Check type of optimized out static
3773 member.
3774
37752018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
3776
3777 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
3778 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
3779
37802018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
3781 Leszek Swirski <leszeks@google.com>
3782
3783 * gdb.python/py-prettyprint.c
3784 (struct to_string_returns_value_inner,
3785 struct to_string_returns_value_wrapper): New.
3786 (main): Add tsrvw variable.
3787 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
3788 ToStringReturnsValueWrapper): New classes.
3789 (register_pretty_printers): Register new pretty-printers.
3790 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
3791 recursive pretty printer.
3792 * gdb.python/py-mi.exp: Likewise.
3793
37942018-02-01 Leszek Swirski <leszeks@google.com>
3795
3796 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
3797 functions with the same name as an include file are parsed
3798 correctly.
3799
38002018-02-01 Yao Qi <yao.qi@linaro.org>
3801
3802 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
3803 "\[^\r\n\]*".
3804
38052018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
3806
3807 * gdb.arch/powerpc-prologue-frame.s: New file.
3808 * gdb.arch/powerpc-prologue-frame.c: Likewise.
3809 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
3810
38112018-01-31 Joel Brobecker <brobecker@adacore.com>
3812
3813 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
3814
38152018-01-30 Pedro Alves <palves@redhat.com>
3816
3817 PR gdb/13211
3818 * gdb.base/interrupt-daemon.c: New.
3819 * gdb.base/interrupt-daemon.exp: New.
3820 * gdb.multi/multi-term-settings.c: New.
3821 * gdb.multi/multi-term-settings.exp: New.
3822
38232018-01-30 Joel Brobecker <brobecker@adacore.com>
3824
3825 * gdb.base/break.exp: Save the location where the breakpoint
3826 on break.c:47 was actually inserted when debugging the version
3827 compiled at -O2 and use it in the expected output of the "info
3828 break" test performed soon after.
3829
38302018-01-22 Pedro Alves <palves@redhat.com>
3831 Sergio Durigan Junior <sergiodj@redhat.com>
3832
3833 * gdb.base/whatis.exp: Add tests for 'set print object on' +
3834 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
3835
38362018-01-22 Joel Brobecker <brobecker@adacore.com>
3837
3838 * gdb.base/break-include.c, gdb.base/break-include.inc,
3839 gdb.base/break-include.exp: New files.
3840 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
3841 line number now being the actual line number where the breakpoint
3842 was inserted.
3843 * gdb.mi/mi-break.exp: Likewise.
3844 * gdb.mi/mi-reverse.exp: Likewise.
3845 * gdb.mi/mi-simplerun.exp: Ditto.
3846
38472018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3848
3849 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
3850 varobj.
3851 * gdb.mi/mi-var-create-rtti.exp: Likewise.
3852
38532018-01-21 Don Breazeal <donb@codesourcery.com>
3854 Andrew Burgess <andrew.burgess@embecosm.com>
3855
3856 * gdb.mi/basics.c: Add new global.
3857 * gdb.mi/mi-frame-regs.exp: New file.
3858 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
3859 case.
3860
38612018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3862
3863 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
3864 non-parameter, and on an unknown symbol.
3865
38662018-01-19 Tom Tromey <tom@tromey.com>
3867
3868 * gdb.rust/modules.rs (TWENTY_THREE): New global.
3869 * gdb.rust/modules.exp: Add ::-qualified lookup test.
3870
38712018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3872
3873 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
3874 setrlimit and chdir to int.
3875
38762018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3877
3878 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
3879 function.
3880 (my_tend): Likewise.
3881 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
3882 rationale of avoiding FP- and vector instructions.
3883
38842018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
3885
3886 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
3887 "info reg" with "\[ \t\]*".
3888 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
3889 "\[ \t\]+".
3890 * gdb.arch/s390-multiarch.exp: Ditto.
3891 * gdb.base/pc-fp.exp: Ditto.
3892 * gdb.reverse/i386-precsave.exp: Ditto.
3893 * gdb.reverse/i386-reverse.exp: Ditto.
3894 * gdb.reverse/i387-env-reverse.exp: Ditto.
3895 * gdb.reverse/i387-stack-reverse.exp: Ditto.
3896
38972018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3898
3899 * lib/gdb.exp (gdb_compile): Re-enable use of
3900 universal_compile_options for languages other than Rust.
3901
39022018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3903
3904 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
3905
39062018-01-17 Mike Gulick <mgulick@mathworks.com>
3907
3908 PR gdb/16577
3909 * gdb.base/solib-vanish.exp: New.
3910 * gdb.base/solib-vanish-main.c: New.
3911 * gdb.base/solib-vanish-lib1.c: New.
3912 * gdb.base/solib-vanish-lib2.c: New.
3913
39142018-01-17 Yao Qi <yao.qi@linaro.org>
3915
3916 * gdb.compile/compile.exp: Match the address printed for
3917 frame in the output of command "bt".
3918
39192018-01-15 Tom Tromey <tom@tromey.com>
3920
3921 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
3922 compute sp_reg.
3923
39242018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3925
3926 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
3927 to prepare.
3928 (prepare): Return 0 on error, 1 on success.
3929
39302018-01-12 Pedro Alves <palves@redhat.com>
3931
3932 * gdb.base/continue-after-aborted-step-over.c: New.
3933 * gdb.base/continue-after-aborted-step-over.exp: New.
3934
39352018-01-11 Simon Marchi <simon.marchi@ericsson.com>
3936
3937 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
3938 options when not creating an executable.
3939
39402018-01-11 Pedro Alves <palves@redhat.com>
3941
3942 PR remote/22597
3943 * gdb.server/stop-reply-no-thread.c: New file.
3944 * gdb.server/stop-reply-no-thread.exp: New file.
3945
39462018-01-10 Pedro Alves <palves@redhat.com>
3947
3948 PR gdb/22670
3949 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
3950 functions too. Test setting breakpoints and printing C functions
3951 with no debug info too.
3952 * gdb.ada/bp_c_mixed_case/qux.c: New file.
3953
39542018-01-10 Pedro Alves <palves@redhat.com>
3955
3956 PR gdb/22670
3957 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
3958 a fail.
3959
39602018-01-10 Pedro Alves <palves@redhat.com>
3961
3962 PR gdb/22670
3963 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
3964
39652018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3966
3967 * gdb.server/unittest.exp: Match the output in non-development
3968 mode.
3969
39702018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3971
3972 * gdb.gdb/unittest.exp: Match output in non-development mode.
3973
39742018-01-08 Joel Brobecker <brobecker@adacore.com>
3975
3976 * gdb.ada/access_tagged_param.exp: Relax expected output
3977 for value of "ObjL" in "continue" to pck.inspect breakpoint
3978 test.
3979
39802018-01-08 Joel Brobecker <brobecker@adacore.com>
3981
3982 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
3983 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
3984
39852018-01-05 Pedro Alves <palves@redhat.com>
3986
3987 PR gdb/18653
3988 * gdb.base/libsegfault.exp: New.
3989
39902018-01-05 Joel Brobecker <brobecker@adacore.com>
3991
3992 PR gdb/22670
3993 * gdb.ada/access_tagged_param.exp: New file.
3994 * gdb.ada/access_tagged_param/foo.adb: New file.
3995
39962018-01-05 Pedro Alves <palves@redhat.com>
3997
3998 PR gdb/22670
3999 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
4000 exercise lower case too, and to exercise both full matching and
4001 wild matching.
4002
40032018-01-05 Joel Brobecker <brobecker@adacore.com>
4004
4005 * gdb.ada/rename_subscript_param: New testcase.
4006
40072018-01-05 Jerome Guitton <guitton@adacore.com>
4008
4009 * gdb.ada/arr_acc_idx_w_gap: New testcase.
4010
40112018-01-05 Joel Brobecker <brobecker@adacore.com>
4012
4013 * gdb.ada/convvar_comp: New testcase.
4014
40152018-01-05 Xavier Roirand <roirand@adacore.com>
4016
4017 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
4018 (My_Table): New global variable.
4019 * testsuite/gdb.ada/array_char_idx.exp: Add test.
4020
40212018-01-04 Joel Brobecker <brobecker@adacore.com>
4022
4023 PR gdb/22670
4024 * gdb.ada/maint_with_ada: New testcase.
4025
40262018-01-04 Joel Brobecker <brobecker@adacore.com>
4027
4028 PR gdb/22670
4029 * gdb.ada/bp_c_mixed_case: New testcase.
4030
40312018-01-04 Joel Brobecker <brobecker@adacore.com>
4032
4033 PR gdb/22670
4034 * gdb.ada/complete.exp: Add "complete break ada" test.
4035
40362018-01-04 Joel Brobecker <brobecker@adacore.com>
4037
4038 PR gdb/22670
4039 * gdb.ada/info_addr_mixed_case: New testcase.
4040
40412018-01-03 Xavier Roirand <roirand@adacore.com>
4042
4043 * gdb.ada/excep_handle.exp: New testcase.
4044 * gdb.ada/excep_handle/foo.adb: New file.
4045 * gdb.ada/excep_handle/pck.ads: New file.
4046
40472018-01-03 Joel Brobecker <brobecker@adacore.com>
4048
4049 * gdb.base/step-line.c: Add extra empty line in copyright header.
4050 * gdb.base/step-line.inp: Likewise.
4051
40522018-01-02 Joel Brobecker <brobecker@adacore.com>
4053
4054 * gdb.ada/dyn_stride.exp: Add slice test.
4055
40562018-01-02 Joel Brobecker <brobecker@adacore.com>
4057
4058 * gdb.ada/dyn_stride: New testcase.
4059
40602017-12-27 Stafford Horne <shorne@gmail.com>
4061
4062 * gdb.xml/extra-regs.xml: Add example foo reggroup.
4063 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
4064
40652017-12-27 Stafford Horne <shorne@gmail.com>
4066
4067 * gdb.base/reggroups.c: New file.
4068 * gdb.base/reggroups.exp: New file.
4069
40702017-12-18 Joel Brobecker <brobecker@adacore.com>
4071
4072 * gdb.dwarf2/ada-valprint-error.c: New file.
4073 * gdb.dwarf2/ada-valprint-error.exp: New file.
4074
40752017-12-18 Joel Brobecker <brobecker@adacore.com>
4076
4077 * gdb.ada/assign_arr: New testcase.
4078
40792017-12-18 Xavier Roirand <roirand@adacore.com>
4080
4081 * gdb.ada/funcall_ptr: New testcase.
4082
40832017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
4084
4085 PR cli/16224
4086 * gdb.base/ptype-offsets.cc: New file.
4087 * gdb.base/ptype-offsets.exp: New file.
4088
40892017-12-15 Yao Qi <yao.qi@linaro.org>
4090
4091 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
4092 if XML is disabled.
4093
40942017-12-15 Xavier Roirand <roirand@adacore.com>
4095
4096 * gdb.ada/same_component_name: New testcase.
4097
40982017-12-14 Joel Brobecker <brobecker@adacore.com>
4099
4100 * gdb.ada/str_binop_equal: New testcase.
4101
41022017-12-14 Joel Brobecker <brobecker@adacore.com>
4103
4104 * gdb.ada/task_switch_in_core: New testcase.
4105
41062017-12-13 Simon Marchi <simon.marchi@ericsson.com>
4107
4108 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
4109 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
4110 call test_bkpt_qualified.
4111 (test_bkpt_qualified): New proc.
4112
41132017-12-13 Pedro Alves <palves@redhat.com>
4114
4115 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4116 Tighten regexp by matching with an anchor.
4117
41182017-12-13 Pedro Alves <palves@redhat.com>
4119
4120 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
4121 ("expression with namespace"): New set of tests.
4122 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
4123 (Nested::Test_NS::qux): New.
4124 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
4125 defaults to 'start_quote_char' and 'end_quote_char' parameters.
4126
41272017-12-13 Joel Brobecker <brobecker@adacore.com>
4128
4129 * gdb.base/server-del-break.c: New file.
4130 * gdb.base/server-del-break.exp: New file.
4131
41322017-12-12 Stafford Horne <shorne@gmail.com>
4133
4134 * gdb.xml/tdesc-regs.exp: Add or1k support.
4135
41362017-12-12 Stafford Horne <shorne@gmail.com>
4137
4138 * gdb.base/bp-permanent.c: Define nop of or1k.
4139
41402017-12-11 Joel Brobecker <brobecker@adacore.com>
4141
4142 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
4143 output with components being reordered.
4144
41452017-12-11 Joel Brobecker <brobecker@adacore.com>
4146
4147 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
4148 output with components being reordered.
4149
41502017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4151 Pedro Alves <palves@redhat.com>
4152
4153 * gdb.base/maint.exp (check for .gdb_index): Check also for
4154 .debug_names.
4155 * gdb.dlang/watch-loc.c (.debug_aranges): New.
4156 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
4157 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
4158 (.gdb_index used after symbol reloading): Support also .debug_names.
4159 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
4160
41612017-12-08 Yao Qi <yao.qi@linaro.org>
4162
4163 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4164 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
4165
41662017-12-08 Yao Qi <yao.qi@linaro.org>
4167
4168 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4169 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
4170
41712017-12-08 Yao Qi <yao.qi@linaro.org>
4172
4173 * gdb.arch/aarch64-tagged-pointer.c: New file.
4174 * gdb.arch/aarch64-tagged-pointer.exp: New file.
4175
41762017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
4177
4178 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
4179 "int".
4180
41812017-12-07 Keith Seitz <keiths@redhat.com>
4182
4183 PR breakpoints/22569
4184 * gdb.linespec/ls-errs.exp: Change expected result of "break
4185 -source this file has spaces.c -line 3".
4186 Check that an explicit source file followed by whitespace is
4187 identified as an invalid explicit location.
4188
41892017-12-07 Keith Seitz <keiths@redhat.com>
4190
4191 * gdb.cp/nested-types.cc: New file.
4192 * gdb.cp/nested-types.exp: New file.
4193 * lib/cp-support.exp: Load data-structures.exp library.
4194 (debug_cp_test_ptype_class): New global.
4195 (cp_ptype_class_verbose, next_line): New procedures.
4196 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
4197 Add and document new return value.
4198 Switch the list of lines to a queue.
4199 Add support for new `type' key for nested type definitions.
4200 Add debugging/troubleshooting messages.
4201 * lib/data-structures.exp: New file.
4202
42032017-12-07 Simon Marchi <simon.marchi@ericsson.com>
4204
4205 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
4206 with proc_with_prefix, don't use with_test_prefix.
4207
42082017-12-07 Tom Tromey <tom@tromey.com>
4209
4210 * gdb.base/break.exp: Add test for empty "commands".
4211
42122017-12-07 Yao Qi <yao.qi@linaro.org>
4213
4214 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
4215 malloc and catch syscall.
4216
42172017-12-07 Phil Muldoon <pmuldoon@redhat.com>
4218
4219 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
4220 tests for explicit locations.
4221
42222017-12-06 Pedro Alves <palves@redhat.com>
4223
4224 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
4225 force-disabling XML descriptions.
4226
42272017-12-04 Pedro Alves <palves@redhat.com>
4228
4229 PR gdb/22499
4230 * gdb.arch/amd64-disp-step-avx.S: New file.
4231 * gdb.arch/amd64-disp-step-avx.exp: New file.
4232
42332017-12-03 Pedro Alves <palves@redhat.com>
4234
4235 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
4236 and <string.h>.
4237 (parent_function): Print distinct messages when waitpid fails, or
4238 the child exits with a signal, or the child exits for an unhandled
4239 reason.
4240 * gdb.threads/process-dies-while-detaching.exp
4241 (detach_and_expect_exit): New 'inf_output_re' parameter and use
4242 it. Wait for both inferior output and GDB's prompt. Use an
4243 indirect spawn id list.
4244 (do_detach): New parameter 'child_exit'. Use it to compute
4245 expected inferior output.
4246 (test_detach, test_detach_watch, test_detach_killed_outside):
4247 Adjust to pass down the expected child exit kind.
4248
42492017-12-01 Joel Brobecker <brobecker@adacore.com>
4250 Sergio Durigan Junior <sergiodj@redhat.com>
4251 Pedro Alves <palves@redhat.com>
4252
4253 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
4254
42552017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
4256
4257 * gdb.base/relocate.exp: Add tests to guarantee that arguments
4258 to 'symbol-file' and 'add-symbol-file' can be
4259 position-independent.
4260
42612017-12-01 Yao Qi <yao.qi@linaro.org>
4262
4263 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
4264 the URL in copyright header.
4265 * gdb.arch/aarch64-fp.exp: Likewise.
4266 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
4267 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
4268 * gdb.base/expand-psymtabs.exp: Likewise.
4269 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
4270 * gdb.fortran/common-block.exp: Likewise.
4271 * gdb.fortran/common-block.f90: Likewise.
4272 * gdb.fortran/logical.exp: Likewise.
4273 * gdb.fortran/vla-datatypes.f90: Likewise.
4274 * gdb.fortran/vla-sub.f90: Likewise.
4275
42762017-11-30 Joel Brobecker <brobecker@adacore.com>
4277
4278 * gdb.ada/repeat_dyn: New testcase.
4279
42802017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
4281
4282 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
4283 Update for changed thread numbering.
4284 * gdb.cell/bt.exp: Update for changed GDB output.
4285
42862017-11-30 Simon Marchi <simon.marchi@ericsson.com>
4287
4288 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
4289 setting isremote by hand.
4290 * boards/dwarf4-gdb-index.exp: Likewise.
4291 * boards/fission.exp: Likewise.
4292 * boards/stabs.exp: Likewise.
4293
42942017-11-30 Pedro Alves <palves@redhat.com>
4295
4296 * gdb.linespec/cpls-ops.exp
4297 (check_explicit_skips_function_argument): Extract the underlying
4298 type of size_t instead of hardcoding it.
4299
43002017-11-29 Pedro Alves <palves@redhat.com>
4301
4302 PR c++/19436
4303 * gdb.linespec/cpls-abi-tag.cc: New file.
4304 * gdb.linespec/cpls-abi-tag.exp: New file.
4305
43062017-11-29 Pedro Alves <palves@redhat.com>
4307
4308 * gdb.base/langs.exp: Use -qualified.
4309 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
4310 it.
4311 * gdb.cp/namespace.exp: Use -qualified.
4312 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
4313 (overload-3, template-overload, template-ret-type, const-overload)
4314 (const-overload-quoted, anon-ns, ambiguous-prefix): New
4315 procedures.
4316 (test_driver): Call them.
4317 * gdb.cp/save-bp-qualified.cc: New.
4318 * gdb.cp/save-bp-qualified.exp: New.
4319 * gdb.linespec/explicit.exp: Test -qualified.
4320 * lib/completion-support.exp (completion::explicit_opts_list): Add
4321 "-qualified".
4322 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
4323
43242017-11-29 Phil Muldoon <pmuldoon@redhat.com>
4325
4326 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
4327
43282017-11-29 Tom Tromey <tom@tromey.com>
4329
4330 * gdb.base/relocate.exp: Update invalid argument test.
4331 Add new tests for invalid arguments.
4332
43332017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4334
4335 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
4336 Return 0 as a long.
4337 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
4338
43392017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4340
4341 * gdb.cp/breakpoint.cc (bar): Set return type to void.
4342 * gdb.cp/psymtab-parameter.cc (func): Likewise.
4343 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
4344 func ().
4345 * gdb.cp/shadow.cc (B.func): Return 0.
4346
43472017-11-27 Joel Brobecker <brobecker@adacore.com>
4348
4349 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
4350 expected output in gdb_expect call to allow the exception
4351 message to be present as well. Fix syntax confusion to avoid
4352 TCL thinking that exception_name is an array.
4353
43542017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
4355
4356 * gdb.arch/spu-info.c: Include <unistd.h>.
4357 (do_signal_test): Fix broken calls to write.
4358 * gdb.arch/spu-info.exp: Use prepare_for_testing.
4359 Fix checks for empty mailboxes. Update signal tests for corrected
4360 do_signal_test routine. Allow nonzero event status.
4361 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
4362 * gdb.cell/arch.exp: Use standard_output_file.
4363 * gdb.cell/break.exp: Likewise.
4364 * gdb.cell/bt.exp: Likewise.
4365 * gdb.cell/core.exp: Likewise.
4366 * gdb.cell/dwarfaddr.exp: Likewise.
4367 * gdb.cell/ea-cache.exp: Likewise.
4368 * gdb.cell/ea-standalone.exp: Likewise.
4369 * gdb.cell/f-regs.exp: Likewise.
4370 * gdb.cell/fork.exp: Likewise.
4371 * gdb.cell/gcore.exp: Likewise.
4372 * gdb.cell/mem-access.exp: Likewise.
4373 * gdb.cell/ptype.exp: Likewise.
4374 * gdb.cell/registers.exp: Likewise.
4375 * gdb.cell/sizeof.exp: Likewise.
4376 * gdb.cell/solib-symbol.exp: Likewise.
4377 * gdb.cell/solib.exp: Likewise.
4378
43792017-11-25 Pedro Alves <palves@redhat.com>
4380
4381 * gdb.base/complete-empty.exp: New file.
4382 * gdb.base/completion.exp: Adjust.
4383
43842017-11-25 Pedro Alves <palves@redhat.com>
4385
4386 * gdb.linespec/cpls-ops.cc: New file.
4387 * gdb.linespec/cpls-ops.exp: New file.
4388 * lib/completion-support.exp (test_complete_prefix_range_re): New,
4389 factored out from ...
4390 (test_complete_prefix_range): ... this.
4391
43922017-11-24 Pedro Alves <palves@redhat.com>
4393
4394 * gdb.linespec/cpcompletion.exp: New file.
4395 * gdb.linespec/cpls-hyphen.cc: New file.
4396 * gdb.linespec/cpls.cc: New file.
4397 * gdb.linespec/cpls2.cc: New file.
4398 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
4399 test to use test_gdb_complete_unique. Add label completion,
4400 keyword completion and explicit location completion tests.
4401 * lib/completion-support.exp: New file.
4402
44032017-11-24 Joel Brobecker <brobecker@adacore.com>
4404
4405 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
4406 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
4407 when hitting an exception catchpoint.
4408
44092017-11-22 Yao Qi <yao.qi@linaro.org>
4410
4411 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
4412
44132017-11-22 Simon Marchi <simon.marchi@ericsson.com>
4414
4415 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
4416 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
4417 * gdb.dwarf2/info-locals-optimized-out.c: New file.
4418
44192017-11-22 Yao Qi <yao.qi@linaro.org>
4420
4421 * gdb.base/info-os.exp: Pass pthreads.
4422 * gdb.multi/multi-attach.exp: Likewise.
4423
44242017-11-22 Yao Qi <yao.qi@linaro.org>
4425
4426 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
4427 compiler.
4428
44292017-11-22 Yao Qi <yao.qi@linaro.org>
4430
4431 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
4432 * gdb.base/break-interp.exp: Likewise.
4433 * gdb.base/jit-attach-pie.exp: Likewise.
4434
44352017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4436
4437 * gdb.base/float128.c (large128): New variable.
4438 * gdb.base/float128.exp: Add test to print largest __float128 value.
4439
44402017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4441
4442 * gdb.arch/vsx-regs.exp: Update register content checks.
4443
44442017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
4445
4446 * gdb.arch/ppc-longdouble.exp: New file.
4447 * gdb.arch/ppc-longdouble.c: Likewise.
4448
44492017-11-21 Pedro Alves <palves@redhat.com>
4450
4451 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
4452
44532017-11-20 Pedro Alves <palves@redhat.com>
4454
4455 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
4456 (long_double_typedef): New typedefs.
4457 Use DEF on double and long double.
4458 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
4459 cases.
4460 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
4461 and 'long_double_ptr_same_size' locals. Use them to decide
4462 whether cast from array/function to float is valid/invalid.
4463
44642017-11-17 Tom Tromey <tom@tromey.com>
4465
4466 * gdb.rust/traits.rs: New file.
4467 * gdb.rust/traits.exp: New file.
4468
44692017-11-17 Joel Brobecker <brobecker@adacore.com>
4470
4471 * gdb.ada/minsyms: New testcase.
4472
44732017-11-16 Pedro Alves <palves@redhat.com>
4474
4475 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
4476 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
4477
44782017-11-16 Pedro Alves <palves@redhat.com>
4479
4480 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
4481 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
4482
44832017-11-16 Pedro Alves <palves@redhat.com>
4484
4485 * gdb.server/reconnect-ctrl-c.c: New file.
4486 * gdb.server/reconnect-ctrl-c.exp: New file.
4487
44882017-11-16 Phil Muldoon <pmuldoon@redhat.com>
4489
4490 * gdb.python/py-rbreak.exp: New file.
4491 * gdb.python/py-rbreak.c: New file.
4492 * gdb.python/py-rbreak-func2.c: New file.
4493
44942017-11-16 Pedro Alves <palves@redhat.com>
4495
4496 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
4497 pattern.
4498 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
4499 GDB.
4500
45012017-11-15 Simon Marchi <simon.marchi@ericsson.com>
4502
4503 * gdb.tui/completionn.exp (test_tab_completion): Add space in
4504 regex.
4505
45062017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
4507
4508 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
4509 test names.
4510
45112017-11-09 Pedro Alves <palves@redhat.com>
4512
4513 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
4514 factored out from ...
4515 (top level): ... here, and adjusted to avoid expecting beyond the
4516 prompt in a single gdb_test_multiple.
4517
45182017-11-09 Pedro Alves <palves@redhat.com>
4519
4520 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
4521 output.
4522 * gdb.server/ext-attach.exp ("kill" test): Likewise.
4523 * gdb.server/ext-restart.exp ("kill" test): Likewise.
4524 * gdb.server/ext-run.exp ("kill" test): Likewise.
4525 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
4526
45272017-11-09 Pedro Alves <palves@redhat.com>
4528
4529 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
4530 match till end of line.
4531
45322017-11-09 Pedro Alves <palves@redhat.com>
4533
4534 * gdb.base/memattr.exp: Tighten regexes to match the end line.
4535
45362017-11-09 Pedro Alves <palves@redhat.com>
4537
4538 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
4539 New procedures, factored out from ...
4540 (top level): ... here, and adjusted to avoid expecting beyond the
4541 prompt in one go.
4542
45432017-11-09 Pedro Alves <palves@redhat.com>
4544
4545 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
4546 output. Fix '?' match.
4547
45482017-11-08 Joel Brobecker <brobecker@adacore.com>
4549
4550 * gdb.ada/scoped_watch: New testcase.
4551 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
4552 which is actually correct.
4553 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
4554 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
4555
45562017-11-08 Pedro Alves <palves@redhat.com>
4557
4558 * gdb.gdb/complaints.exp (test_initial_complaints)
4559 (test_serial_complaints, test_short_complaints): Call
4560 complaint_internal instead of complaint.
4561
45622017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
4563
4564 * gdb.threads/tls-core.c: New file.
4565 * gdb.threads/tls-core.exp: Likewise.
4566
45672017-11-08 Pedro Alves <palves@redhat.com>
4568
4569 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
4570 (p Exported_Capitalized): New test.
4571 (p exported_capitalized): New test.
4572
45732017-11-07 Pedro Alves <palves@redhat.com>
4574
4575 * gdb.cp/ena-dis-br-range.exp: Add more tests.
4576
45772017-11-07 Pedro Alves <palves@redhat.com>
4578
4579 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
4580 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
4581 (disable_invalid, disable_inverted, disable_negative): New
4582 procedures.
4583 ("bad numbers"): New set of tests.
4584
45852017-11-07 Pedro Alves <palves@redhat.com>
4586
4587 * gdb.cp/ena-dis-br-range.exp: Add tests.
4588
45892017-11-07 Pedro Alves <palves@redhat.com>
4590
4591 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
4592
45932017-11-07 Xavier Roirand <roirand@adacore.com>
4594 Pedro Alves <palves@redhat.com>
4595
4596 * gdb.base/ena-dis-br.exp: Add reference to
4597 gdb.cp/ena-dis-br-range.exp.
4598 * gdb.cp/ena-dis-br-range.exp: New file.
4599 * gdb.cp/ena-dis-br-range.cc: New file.
4600
46012017-11-06 Pedro Alves <palves@redhat.com>
4602
4603 * gdb.base/attach-non-pgrp-leader.c: New.
4604 * gdb.base/attach-non-pgrp-leader.exp: New.
4605
46062017-11-06 Pedro Alves <palves@redhat.com>
4607
4608 * configure.ac: No longer check for termio.h and sgtty.h.
4609 * configure: Regenerate.
4610 * remote-utils.c: Include termios.h instead of gdb_termios.h.
4611 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
4612 Remove termio and sgtty code.
4613
46142017-11-03 Yao Qi <yao.qi@linaro.org>
4615
4616 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
4617 in GDB is disabled.
4618
46192017-11-03 Yao Qi <yao.qi@linaro.org>
4620
4621 * gdb.python/py-thrhandle.exp: Skip it if python is not
4622 enabled.
4623
46242017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
4625
4626 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
4627 as a breakpoint command.
4628
46292017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
4630
4631 PR python/21213
4632 * gdb.python/py-infthread.exp: Test calling
4633 InferiorThread.inferior () multiple times in a row.
4634
46352017-10-27 Keith Seitz <keiths@redhat.com>
4636
4637 * gdb.opt/inline-break.exp (break_info_1): New procedure.
4638 Test "info break" for every inlined function breakpoint.
4639
46402017-10-27 Yao Qi <yao.qi@linaro.org>
4641
4642 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
4643
46442017-10-26 Patrick Frants <osscontribute@gmail.com>
4645
4646 * gdb.cp/classes.exp (test_static_members): Test printing
4647 Outer::instance.
4648 * gdb.cp/classes.c (struct Inner, struct Outer): New.
4649 (Inner::instance, Outer::instance): New.
4650
46512017-10-24 Pedro Alves <palves@redhat.com>
4652
4653 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
4654 extra console" test in two stages.
4655
46562017-10-24 Pedro Alves <palves@redhat.com>
4657
4658 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
4659
46602017-10-24 Pedro Alves <palves@redhat.com>
4661
4662 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
4663 loop.
4664
46652017-10-24 Pedro Alves <palves@redhat.com>
4666
4667 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
4668 $attempt" and "stoppedtry $stoppedtry" test prefixes.
4669
46702017-10-24 Pedro Alves <palves@redhat.com>
4671
4672 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
4673 parameter and handle it. Don't output read value in test name.
4674
46752017-10-24 Pedro Alves <palves@redhat.com>
4676
4677 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
4678 custom test name.
4679
46802017-10-24 Pedro Alves <palves@redhat.com>
4681
4682 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
4683 include the unstable output directory name in the test's name.
4684 (initial_setup_simple) <'set args'>: Use custom test name.
4685
46862017-10-24 Pedro Alves <palves@redhat.com>
4687
4688 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
4689 with explicit test name.
4690
46912017-10-20 Pedro Alves <palves@redhat.com>
4692
4693 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
4694 'wait -i'. Use gdb_assert and remote_close.
4695
46962017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
4697
4698 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
4699 number from variable rather than hard-coded.
4700
47012017-10-19 Pedro Alves <palves@redhat.com>
4702
4703 * gdb.base/long-inferior-output.c: New file.
4704 * gdb.base/long-inferior-output.exp: New file.
4705
47062017-11-18 Keith Seitz <keiths@redhat.com>
4707
4708 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
4709 method.
4710 (main): Call it.
4711 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
4712 Add additional user-defined conversion operator tests.
4713
47142017-10-17 Pedro Alves <palves@redhat.com>
4715
4716 * boards/native-stdio-gdbserver.exp: Load "local-board".
4717
47182017-10-17 Pedro Alves <palves@redhat.com>
4719
4720 * gdb.base/quit-live.c: New file.
4721 * gdb.base/quit-live.exp: New file.
4722
47232017-10-16 Keith Seitz <keiths@redhat.com>
4724
4725 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
4726 (class_with_protected_typedef, class_with_private_typedef)
4727 (struct_with_public_typedef, struct_with_protected_typedef)
4728 (struct_with_private_typedef): New classes/structs.
4729 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
4730 typedefs and access specifiers.
4731
47322017-10-16 Pedro Alves <palves@redhat.com>
4733 Simon Marchi <simon.marchi@polymtl.ca>
4734
4735 * README (Local vs Remote vs Native): New section.
4736 * boards/local-board.exp: New file, with bits factored out from
4737 ...
4738 * boards/native-extended-gdbserver.exp: ... here. Load
4739 "local-board".
4740 * boards/native-gdbserver.exp: Load "local-board".
4741 (${board}_spawn, ${board}_exec): Delete.
4742 * boards/native-stdio-gdbserver.exp: Most contents factored out to
4743 ...
4744 * boards/stdio-gdbserver-base.exp: ... this new file.
4745 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
4746 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
4747 procedure.
4748 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
4749 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
4750 stdio_gdbserver_command.
4751 (${board}_get_remote_address, ${board}_get_comm_port)
4752 (${board}_download, ${board}_upload): Delete.
4753 (get_target_remote_pipe_cmd): New.
4754
47552017-10-16 Simon Marchi <simon.marchi@ericsson.com>
4756
4757 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
4758 test_bkpt_deletion, test_bkpt_cond_and_cmds,
4759 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
4760 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
4761 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
4762 remove with_test_prefix.
4763
47642017-10-13 Pedro Alves <palves@redhat.com>
4765
4766 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
4767 * gdb.base/annota1.exp: Use it instead of is_remote.
4768 * gdb.base/annota3.exp: Use it instead of is_remote.
4769 * gdb.cp/annota2.exp: Use it instead of is_remote.
4770 * gdb.cp/annota3.exp: Use it instead of is_remote.
4771 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
4772
47732017-10-13 Pedro Alves <palves@redhat.com>
4774
4775 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
4776 (test_num_test_vars, run_and_count_vars, find_env)
4777 (test_set_unset_env, test_inherit_env_var): New procedures.
4778 (top level): Use them.
4779
47802017-10-13 Pedro Alves <palves@redhat.com>
4781
4782 * lib/selftest-support.exp (selftest_setup): Extend comments, and
4783 also skip on stub-like targets.
4784
47852017-10-13 Pedro Alves <palves@redhat.com>
4786
4787 PR gdb/22293
4788 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
4789 (top level): Move some tests to ...
4790 (test_not_found): ... this new procedure.
4791 (top level): Call it.
4792
47932017-10-13 Pedro Alves <palves@redhat.com>
4794
4795 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
4796 expect different "info terminal" output if testing with a
4797 non-native target.
4798
47992017-10-13 Pedro Alves <palves@redhat.com>
4800 Simon Marchi <simon.marchi@polymtl.ca>
4801
4802 PR python/12966
4803 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
4804
48052017-10-13 Pedro Alves <palves@redhat.com>
4806
4807 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
4808 already.
4809
48102017-10-13 Pedro Alves <palves@redhat.com>
4811
4812 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
4813 is_remote.
4814
48152017-10-13 Pedro Alves <palves@redhat.com>
4816
4817 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
4818 is_remote.
4819
48202017-10-13 Pedro Alves <palves@redhat.com>
4821
4822 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
4823 is set.
4824 (corefile_test_attach): Likewise. Check can_spawn_for_attach
4825 instead of is_remote.
4826
48272017-10-13 Pedro Alves <palves@redhat.com>
4828
4829 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
4830 (top level): Add comment.
4831
48322017-10-13 Pedro Alves <palves@redhat.com>
4833
4834 * gdb.base/remote.exp (top level): Fix comment typo and add
4835 missing return.
4836
48372017-10-13 Pedro Alves <palves@redhat.com>
4838 Simon Marchi <simon.marchi@polymtl.ca>
4839
4840 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
4841 calls and add comments. Skip test if use_gdb_stub is set.
4842 (top level): Use "set cwd" command instead of "cd" command.
4843
48442017-10-13 Pedro Alves <palves@redhat.com>
4845
4846 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
4847 is_remote target check.
4848
48492017-10-13 Pedro Alves <palves@redhat.com>
4850
4851 * gdb.base/scope.exp: Use build_executable + clean_restart +
4852 gdb_file_cmd instead of prepare_for_testing and no longer skip
4853 "before run" tests on is_remote target boards. Update comments.
4854 * boards/native-extended-gdbserver.exp
4855 (extended_gdbserver_load_last_file): New, factored out from ...
4856 (gdb_load): ... this. Move further below and add comment.
4857 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
4858
48592017-10-12 Pedro Alves <palves@redhat.com>
4860
4861 * gdb.base/attach.exp: Remove references to gdb64.
4862 * gdb.base/dbx.exp: Remove references to gdb64.
4863
48642017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4865 Pedro Alves <palves@redhat.com>
4866
4867 * gdb.base/label.exp: Remove is_remote target check.
4868
48692017-10-12 Pedro Alves <palves@redhat.com>
4870
4871 * gdb.base/auvx.exp (coredir): Update comment.
4872 (top level) <core_works>: Use "set cwd" command instead of "cd"
4873 command.
4874
48752017-10-12 Pedro Alves <palves@redhat.com>
4876 Simon Marchi <simon.marchi@polymtl.ca>
4877
4878 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
4879 target boards.
4880
48812017-10-12 Pedro Alves <palves@redhat.com>
4882 Simon Marchi <simon.marchi@polymtl.ca>
4883
4884 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
4885 Instead skip if there's any gdb_protocol set.
4886
48872017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4888 Pedro Alves <palves@redhat.com>
4889
4890 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
4891
48922017-10-12 Pedro Alves <palves@redhat.com>
4893 Simon Marchi <simon.marchi@polymtl.ca>
4894
4895 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
4896 instead of on dejagnu remote boards.
4897
48982017-10-12 Pedro Alves <palves@redhat.com>
4899 Simon Marchi <simon.marchi@polymtl.ca>
4900
4901 * gdb.base/inferior-died.exp: Remove is_remote and isnative
4902 checks. Use build_executable + clean_restart instead of
4903 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
4904 of enabling non-stop after starting gdb.
4905
49062017-10-12 Pedro Alves <palves@redhat.com>
4907
4908 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
4909 * gdb.threads/non-ldr-exc-2.exp: Ditto.
4910 * gdb.threads/non-ldr-exc-3.exp: Ditto.
4911 * gdb.threads/non-ldr-exc-4.exp: Ditto.
4912
49132017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
4914
4915 * gdb.arch/arc-tdesc-cpu.exp: New file.
4916 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
4917
49182017-10-10 Simon Marchi <simon.marchi@ericsson.com>
4919
4920 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
4921
49222017-10-10 Pedro Alves <palves@redhat.com>
4923
4924 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
4925 expect CLI output.
4926
49272017-10-10 Pedro Alves <palves@redhat.com>
4928
4929 * lib/selftest-support.exp (selftest_setup): Update for
4930 captured_command_loop's prototype change.
4931
49322017-10-09 Pedro Alves <palves@redhat.com>
4933
4934 Test both arch1=>arch2 and arch2=>arch1.
4935
4936 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
4937 (srcfile2, binfile2, march1, march2): Remove globals. Largely
4938 factored out to...
4939 (append_arch1_options, append_arch2_options, append_arch_options)
4940 (build_executables): New procedures.
4941 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
4942 local.
4943 (top level): Add new 'first_arch' testing axis.
4944
49452017-10-09 Pedro Alves <palves@redhat.com>
4946
4947 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
4948 (barrier): New.
4949 (thread_start, all_started): New functions.
4950 (main): Spawn new thread and wait until it is scheduled.
4951 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
4952 option.
4953 (do_test): Add 'selected_thread' parameter. Run to all_started
4954 instead of main. Explicitly set the breakpoint at main. Switch
4955 to the SELECTED_THREAD thread.
4956 (top level): Test handling the exec event with either the main
4957 thread or the second thread selected.
4958
49592017-10-09 Pedro Alves <palves@redhat.com>
4960
4961 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
4962 logic. Move STOP marker after the value checks.
4963 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
4964 regexp.
4965
49662017-10-06 Sandra Loosemore <sandra@codesourcery.com>
4967
4968 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
4969
49702017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
4971
4972 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
4973 integer-to-dfp conversion.
4974 * gdb.base/dfp-test.exp: Likewise.
4975
49762017-10-04 Pedro Alves <palves@redhat.com>
4977
4978 * gdb.multi/hangout.c: Include <unistd.h>.
4979 (hangout_loop): New function.
4980 (main): Call alarm. Call hangout_loop in a loop.
4981 * gdb.multi/hello.c: Include <unistd.h>.
4982 (hello_loop): New function.
4983 (main): Call alarm. Call hangout_loop in a loop.
4984 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
4985 inferior with the other selected.
4986
49872017-10-04 Simon Marchi <simon.marchi@ericsson.com>
4988
4989 * gdb.mi/list-thread-groups-available.exp: New file.
4990 * gdb.mi/list-thread-groups-available.c: New file.
4991
49922017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4993
4994 * gdb.base/set-cwd.exp: Make it available on
4995 native-extended-gdbserver.
4996
49972017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4998
4999 * gdb.base/set-cwd.c: New file.
5000 * gdb.base/set-cwd.exp: Likewise.
5001
50022017-10-02 Tom Tromey <tom@tromey.com>
5003
5004 PR rust/22236:
5005 * gdb.rust/simple.rs (main): New variable "fslice".
5006 * gdb.rust/simple.exp: Add slice tests. Update string tests.
5007
50082017-10-02 Tom Tromey <tom@tromey.com>
5009
5010 * gdb.rust/simple.exp: Test ptype of a slice.
5011
50122017-10-02 Tom Tromey <tom@tromey.com>
5013
5014 * gdb.rust/simple.exp: Test index of slice.
5015
50162017-09-27 Tom Tromey <tom@tromey.com>
5017
5018 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
5019
50202017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
5021 Pedro Alves <palves@redhat.com>
5022
5023 * gdb.base/compare-sections.exp (get value of read-only section): Read
5024 as unsigned value.
5025 (corrupt read-only section): Likewise and don't set written if patching
5026 failed.
5027
50282017-09-21 Kevin Buettner <kevinb@redhat.com>
5029
5030 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
5031 files.
5032
50332017-09-20 Pedro Alves <palves@redhat.com>
5034
5035 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
5036 symbol names in gdb's output.
5037 * gdb.cp/overload.exp ("list all overloads"): Likewise.
5038
50392017-09-20 Pedro Alves <palves@redhat.com>
5040
5041 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
5042 Rename to ...
5043 (test_list_ambiguous_symbol): ... this and add a symbol name
5044 parameter. Adjust.
5045 (test_list_ambiguous_function): Reimplement on top of
5046 test_list_ambiguous_symbol and also test listing ambiguous
5047 variables.
5048 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
5049 (ambiguous_fun): ... this.
5050 (ambiguous_var): New.
5051 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
5052 (ambiguous_fun): ... this.
5053 (ambiguous_var): New.
5054
50552017-09-19 John Baldwin <jhb@FreeBSD.org>
5056
5057 * gdb.base/starti.c: New file.
5058 * gdb.base/starti.exp: New file.
5059 * lib/gdb.exp (gdb_starti_cmd): New procedure.
5060
50612017-09-14 Pedro Alves <palves@redhat.com>
5062
5063 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
5064 (top level): Use it instead of runto.
5065
50662017-09-11 Tom Tromey <tom@tromey.com>
5067
5068 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
5069
50702017-09-11 Tom Tromey <tom@tromey.com>
5071
5072 * gdb.python/py-infthread.exp: Add tests for new_thread event.
5073 * gdb.python/py-inferior.exp: Add tests for new inferior events.
5074
50752017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
5076
5077 * gdb.fortran/printing-types.exp: New file.
5078 * gdb.fortran/printing-types.exp: New file.
5079
50802017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5081
5082 * gdb.fortran/vla-ptype.exp: Fix typos.
5083 * gdb.fortran/vla-value.exp: Same.
5084
50852017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5086
5087 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
5088 * gdb.mi/mi-var-child-f.exp: Likewise.
5089 * gdb.mi/mi-vla-fortran.exp: Likewise.
5090
50912017-09-08 Frank Penczek <frank.penczek@intel.com>
5092 Christoph Weinmann <christoph.t.weinmann@intel.com>
5093 Bernhard Heckel <bernhard.heckel@intel.com>
5094
5095 * gdb.fortran/ptr-indentation.f90: New file.
5096 * gdb.fortran/ptr-indentation.exp: New file.
5097
50982017-09-05 Tom Tromey <tom@tromey.com>
5099
5100 PR gdb/22010:
5101 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
5102
51032017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
5104
5105 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
5106
51072017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5108
5109 * gdb.threads/tls-nodebug-pie.c: New file.
5110 * gdb.threads/tls-nodebug-pie.exp: New file.
5111
51122017-09-05 Tom Tromey <tom@tromey.com>
5113
5114 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
5115 for rust.
5116
51172017-09-05 Simon Marchi <simon.marchi@ericsson.com>
5118
5119 * gdb.multi/multi-arch-exec.exp: Test with different
5120 "follow-exec-mode" settings.
5121 (do_test): New procedure.
5122
51232017-09-04 Pedro Alves <palves@redhat.com>
5124
5125 * gdb.base/func-static.c (S::method const, S::method volatile)
5126 (S::method volatile const): New methods.
5127 (c_s, v_s, cv_s): New instances.
5128 (main): Call method() on them.
5129 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
5130 (cannot_resolve): New procedure.
5131 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
5132 print-quote-unquoted columns.
5133 (do_test): Test printing each scope too.
5134
51352017-09-04 Pedro Alves <palves@redhat.com>
5136
5137 * gdb.base/local-static.exp: Also test with
5138 class::method::variable wholly quoted.
5139 * gdb.cp/m-static.exp (class::method::variable): Remove test.
5140
51412017-09-04 Pedro Alves <palves@redhat.com>
5142
5143 * gdb.base/local-static.c: New.
5144 * gdb.base/local-static.cc: New.
5145 * gdb.base/local-static.exp: New.
5146
51472017-09-04 Pedro Alves <palves@redhat.com>
5148
5149 * gdb.asm/asm-source.exp: Add casts to int.
5150 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
5151 (dataglobal64_1, dataglobal64_2): New globals.
5152 * gdb.base/nodebug.exp: Test different expressions involving the
5153 new globals, with print, whatis and ptype. Add casts to int.
5154 * gdb.base/solib-display.exp: Add casts to int.
5155 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
5156 * gdb.cp/m-static.exp: Add cast to int.
5157 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
5158 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
5159 tls variable with no debug info without a cast. Test with a cast
5160 to int too.
5161 * gdb.trace/entry-values.exp: Add casts.
5162
51632017-09-04 Pedro Alves <palves@redhat.com>
5164
5165 * gdb.base/nodebug.exp: Test that ptype's error about functions
5166 with unknown return type includes the function name too.
5167
51682017-09-04 Pedro Alves <palves@redhat.com>
5169
5170 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
5171 return type of munmap in infcall.
5172 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
5173 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
5174 type of ftell in infcall.
5175 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
5176 type of getpid in infcall.
5177 * gdb.base/infcall-exec.exp: Cast return type of execlp in
5178 infcall.
5179 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
5180 Bail on failure to extract the pid.
5181 * gdb.base/nodebug.c: #include <stdint.h>.
5182 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
5183 New functions.
5184 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
5185 Change expected output of print/whatis/ptype with functions with
5186 no debug info. Test all supported languages. Call
5187 test_call_promotion.
5188 * gdb.compile/compile.exp: Adjust expected output to expect
5189 warning.
5190 * gdb.threads/siginfo-threads.exp: Likewise.
5191
51922017-09-04 Pedro Alves <palves@redhat.com>
5193
5194 * gdb.base/callfuncs.exp (do_function_calls): New parameter
5195 "prototypes". Test calling float functions via prototyped and
5196 unprototyped function pointers.
5197 (perform_all_tests): New parameter "prototypes". Pass it down.
5198 (top level): Pass down "prototypes" parameter to
5199 perform_all_tests.
5200
52012017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5202
5203 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
5204 Test with nested loops.
5205
52062017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5207
5208 * gdb.base/commands.exp: Call the new procedures.
5209 (loop_break_test, loop_continue_test): New procedures.
5210
52112017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5212
5213 * gdb.base/commands.exp: Call new procedure.
5214 (define_if_without_arg_test): New procedure.
5215
52162017-09-04 Pedro Alves <palves@redhat.com>
5217
5218 * gdb.base/list-ambiguous.exp: New file.
5219 * gdb.base/list-ambiguous0.c: New file.
5220 * gdb.base/list-ambiguous1.c: New file.
5221 * gdb.base/list.exp (test_list_range): Adjust expected output.
5222
52232017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
5224
5225 * gdb.base/share-env-with-gdbserver.c: New file.
5226 * gdb.base/share-env-with-gdbserver.exp: Likewise.
5227
52282017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5229
5230 * gdb.base/commands.exp (gdbvar_simple_if_test,
5231 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
5232 progvar_simple_if_test, progvar_simple_while_test,
5233 progvar_complex_if_while_test, user_defined_command_test,
5234 user_defined_command_args_eval,
5235 user_defined_command_args_stack_test,
5236 user_defined_command_manyargs_test, bp_deleted_in_command_test,
5237 temporary_breakpoint_commands,
5238 gdb_test_no_prompt, redefine_hook_test,
5239 redefine_backtrace_test): Remove "global gdb_prompt".
5240
52412017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5242
5243 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
5244 New proc, call it from toplevel.
5245
52462017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
5247
5248 PR remote/21852
5249 * gdb.server/normal.c: New file, copied from gdb.base.
5250 * gdb.server/run-without-local-binary.exp: New file.
5251
52522017-08-07 Weimin Pan <weimin.pan@oracle.com>
5253
5254 * gdb.arch/sparc64-adi.exp: New file.
5255 * gdb.arch/sparc64-adi.c: New file.
5256
52572017-08-22 Pedro Alves <palves@redhat.com>
5258
5259 * gdb.cp/overload.exp (line_range_pattern): New procedure.
5260 (top level): Add "list all overloads" tests.
5261
52622017-08-22 Tom Tromey <tom@tromey.com>
5263
5264 * gdb.gdb/xfullpath.exp: Remove.
5265
52662017-08-21 Pedro Alves <palves@redhat.com>
5267
5268 PR gdb/19487
5269 * gdb.base/symbol-alias.c: New.
5270 * gdb.base/symbol-alias2.c: New.
5271 * gdb.base/symbol-alias.exp: New.
5272
52732017-08-21 Pedro Alves <palves@redhat.com>
5274
5275 * gdb.base/dfp-test.c
5276 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
5277 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
5278 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
5279 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
5280 * gdb.base/whatis-ptype-typedefs.c: New.
5281 * gdb.base/whatis-ptype-typedefs.exp: New.
5282 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
5283 (an_int, an_int_type, an_int_type2): New globals.
5284 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
5285 involving typedefs and cast expressions.
5286 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
5287 (lookup_typedefs_function): New.
5288 (typedefs_pretty_printers_dict): New.
5289 (top level): Register lookup_typedefs_function in
5290 gdb.pretty_printers.
5291
52922017-08-18 Yao Qi <yao.qi@linaro.org>
5293
5294 * gdb.server/unittest.exp: New.
5295
52962017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
5297
5298 PR gdb/21954
5299 * gdb.base/environ.exp: Add test to check if 'unset environment'
5300 works.
5301
53022017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5303
5304 * lib/gdb.exp (universal_compile_options): New caching proc.
5305 (gdb_compile): Suppress GCC's coloring of messages.
5306
53072017-08-14 Tom Tromey <tom@tromey.com>
5308
5309 PR gdb/21675:
5310 * gdb.base/printcmds.exp (test_radices): New function.
5311 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
5312 * gdb.base/sizeof.exp (check_valueof): Use p/d.
5313 * lib/gdb.exp (get_integer_valueof): Use p/d.
5314
53152017-08-12 Simon Marchi <simon.marchi@ericsson.com>
5316
5317 * lib/gdb.exp (get_valueof): Don't capture end-of-line
5318 characters.
5319
53202017-08-05 Tom Tromey <tom@tromey.com>
5321
5322 * gdb.rust/simple.exp: Allow String to appear in a different
5323 namespace.
5324
53252017-07-26 Yao Qi <yao.qi@linaro.org>
5326
5327 * gdb.gdb/unittest.exp: Invoke command
5328 "maintenance check xml-descriptions".
5329
53302017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5331
5332 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
5333 calling context.
5334 (hex128): Drop erroneous calculation of parameters.
5335
53362017-07-22 Simon Marchi <simon.marchi@ericsson.com>
5337
5338 * gdb.python/py-unwind.exp: Disable stack protection when
5339 building test file.
5340
53412017-07-20 Pedro Alves <palves@redhat.com>
5342
5343 * gdb.base/default.exp (set language): Adjust expected output.
5344
53452017-07-20 Pedro Alves <palves@redhat.com>
5346
5347 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
5348 (test_minsym): ... this, and make static.
5349 (get_pck__foo__bar__minsym): Rename to ...
5350 (get_test_minsym): ... this.
5351 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
5352 symbol names and comments.
5353 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
5354 (get_test_minsym): ... this.
5355 (pck__foo__bar__minsym__2): Rename to ...
5356 (test_minsym): ... this.
5357 (main): Adjust.
5358
53592017-07-17 Pedro Alves <palves@redhat.com>
5360
5361 * gdb.base/completion.exp: Adjust expected output.
5362 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
5363 the completer works.
5364
53652017-07-17 Pedro Alves <palves@redhat.com>
5366
5367 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
5368
53692017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
5370
5371 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
5372
53732017-07-14 Tom Tromey <tom@tromey.com>
5374
5375 PR rust/21764:
5376 * gdb.rust/simple.exp: Add tests.
5377
53782017-07-14 Tom Tromey <tom@tromey.com>
5379
5380 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
5381
53822017-07-14 Pedro Alves <palves@redhat.com>
5383
5384 * gdb.linespec/base/one/thefile.cc (z1): New function.
5385 * gdb.linespec/base/two/thefile.cc (z2): New function.
5386 * gdb.linespec/linespec.exp: Add tests.
5387
53882017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5389
5390 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
5391 to mi_create_breakpoint.
5392
53932017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5394
5395 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
5396 mi_create_breakpoint.
5397
53982017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
5399
5400 * gdb.dlang/demangle.exp: Update for demangling changes.
5401
54022017-07-09 Tom Tromey <tom@tromey.com>
5403
5404 * gdb.dwarf2/shortpiece.exp: New file.
5405
54062017-07-06 David Blaikie <dblaikie@gmail.com>
5407
5408 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
5409 built from fissiont-multi-cu{1,2}.c.
5410 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
5411 except putting 'main' and 'func' in separate CUs in the same DWO file.
5412 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
5413 test.
5414 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
5415 test.
5416
54172017-07-06 Pedro Alves <palves@redhat.com>
5418
5419 * gdb.python/py-unwind.exp: Test flushregs.
5420
54212017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5422
5423 PR cli/21688
5424 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
5425 tests for alias commands and trailing whitespace.
5426
54272017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5428
5429 PR cli/21688
5430 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
5431 procedure. Call it.
5432
54332017-06-29 Pedro Alves <palves@redhat.com>
5434
5435 * gdb.base/printcmds.exp: Add tests.
5436
54372017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
5438
5439 PR gdb/21337
5440 * gdb.base/reread-readsym.exp: New file.
5441 * gdb.base/reread-readsym.c: New file.
5442
54432017-06-21 Kevin Buettner <kevinb@redhat.com>
5444
5445 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
5446 subpattern.
5447
54482017-06-19 Peter Bergner <bergner@vnet.ibm.com>
5449
5450 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
5451 extended mnemonic.
5452 * gdb.arch/powerpc-power9.s: Likewise.
5453
54542017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5455
5456 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
5457 on 32-bit x86 targets. Exploit is_*_target macros where
5458 appropriate.
5459
54602017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5461
5462 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
5463 register pieces.
5464
54652017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5466
5467 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
5468 located in one or more DWARF pieces.
5469
54702017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5471
5472 * lib/gdb.exp (get_endianness): New proc.
5473 * gdb.arch/aarch64-fp.exp: Use it.
5474 * gdb.arch/altivec-regs.exp: Likewise.
5475 * gdb.arch/e500-regs.exp: Likewise.
5476 * gdb.arch/vsx-regs.exp: Likewise.
5477 * gdb.base/dump.exp: Likewise.
5478 * gdb.base/funcargs.exp: Likewise.
5479 * gdb.base/gnu_vector.exp: Likewise.
5480 * gdb.dwarf2/formdata16.exp: Likewise.
5481 * gdb.dwarf2/implptrpiece.exp: Likewise.
5482 * gdb.dwarf2/nonvar-access.exp: Likewise.
5483 * gdb.python/py-inferior.exp: Likewise.
5484 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5485
54862017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5487
5488 PR gdb/21226
5489 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
5490 stack value pieces are taken from the LSB end.
5491
54922017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5493
5494 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
5495 variable at nonzero offset.
5496
54972017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5498
5499 * gdb.dwarf2/var-access.c: New file.
5500 * gdb.dwarf2/var-access.exp: New test.
5501 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
5502
55032017-06-12 Tom Tromey <tom@tromey.com>
5504
5505 * gdb.dwarf2/formdata16.exp: Add tests.
5506
55072017-06-12 Tom Tromey <tom@tromey.com>
5508
5509 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
5510
55112017-06-12 Tom Tromey <tom@tromey.com>
5512
5513 PR exp/16225:
5514 * gdb.reverse/i386-sse-reverse.exp: Update tests.
5515 * gdb.arch/vsx-regs.exp: Update tests.
5516 * gdb.arch/s390-vregs.exp (hex128): New proc.
5517 Update test.
5518 * gdb.arch/altivec-regs.exp: Update tests.
5519
55202017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5521
5522 * gdb.base/startup-with-shell.c: New file.
5523 * gdb.base/startup-with-shell.exp: Likewise.
5524
55252017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5526
5527 * gdb.server/non-existing-program.exp: Update regex in order to
5528 reflect the fact that gdbserver is now using fork_inferior (with a
5529 shell) to startup the inferior.
5530
55312017-05-30 Simon Marchi <simon.marchi@ericsson.com>
5532
5533 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
5534 support function calls from GDB.
5535
55362017-05-21 Tom Tromey <tom@tromey.com>
5537
5538 PR rust/21466:
5539 * gdb.rust/unsized.exp: New file.
5540 * gdb.rust/unsized.rs: New file.
5541
55422017-05-19 Tom Tromey <tom@tromey.com>
5543
5544 PR rust/21484:
5545 * gdb.rust/watch.exp: New file.
5546 * gdb.rust/watch.rs: New file.
5547
55482017-05-18 Tom Tromey <tom@tromey.com>
5549
5550 * gdb.rust/simple.exp: Allow Box to be qualified.
5551
55522017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
5553
5554 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
5555
55562017-05-18 Pedro Alves <palves@redhat.com>
5557
5558 * gdb.base/fileio.c (test_write, test_read, test_close)
5559 (test_fstat): Don't print 'ret' in the fail path.
5560
55612017-05-18 Pedro Alves <palves@redhat.com>
5562
5563 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
5564 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
5565 (test_system, test_rename, test_unlink, test_time): Change
5566 prototypes.
5567 * gdb.base/fileio.exp (stop_msg): Adjust.
5568
55692017-05-18 Pedro Alves <palves@redhat.com>
5570
5571 * gdb.base/fileio.c (null_str): New global.
5572 (test_stat): Use it.
5573 * gdb.base/fileio.exp: Remove nowarnings.
5574
55752017-05-17 Yao Qi <yao.qi@linaro.org>
5576
5577 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
5578
55792017-05-17 Simon Marchi <simon.marchi@ericsson.com>
5580
5581 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
5582 argument command.
5583 (top-level): Invoke test_set_inferior_tty.
5584
55852017-05-04 Pedro Alves <palves@redhat.com>
5586
5587 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
5588 Add parens to print call for Python 3.
5589
55902017-05-03 Keith Seitz <keiths@redhat.com>
5591
5592 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
5593 (main): Call it.
5594
55952017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5596
5597 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
5598 to prev and next.
5599
56002017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5601
5602 * gdb.python/py-record-btrace.exp: Remove test for
5603 gdb.BtraceInstruction.error.
5604
56052017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5606
5607 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
5608
56092017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5610
5611 * gdb.python/py-record-btrace-threads.c: New file.
5612 * gdb.python/py-record-btrace-threads.exp: New file.
5613
56142017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
5615
5616 PR testsuite/8595
5617 * gdb.base/environ.exp: Make test available in all architectures.
5618 Move bits related to "info program" testing to
5619 gdb.base/info-program.exp. Rewrite tests to use the two new
5620 procedures mentione below.
5621 (test_set_show_env_var) New procedure.
5622 (test_set_show_env_var_equal): Likewise.
5623 * gdb.base/info-program.exp: New file.
5624
56252017-04-27 Keith Seitz <keiths@redhat.com>
5626
5627 * gdb.cp/oranking.cc (test15): New function.
5628 (main): Call test15 and declare additional variables for testing.
5629 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
5630 "p foo101('abc')" tests.
5631 Add tests for cv qualifier overloads.
5632 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
5633 "lvalue reference overload" test.
5634 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
5635 "print value of f1 on Child&& in f2" test.
5636
56372017-04-19 Pedro Alves <palves@redhat.com>
5638
5639 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
5640 procedure.
5641 (top level): Call it.
5642 * lib/gdb.exp (gdb_define_cmd): New procedure.
5643
56442017-04-12 Pedro Alves <palves@redhat.com>
5645
5646 PR gdb/21323
5647 * gdb.cp/wide_char_types.c: Include <wchar.h>.
5648 (wchar): New global.
5649 * gdb.cp/wide_char_types.exp (wide_char_types_program)
5650 (do_test_wide_char, wide_char_types_no_program, top level): Add
5651 wchar_t testing.
5652
56532017-04-12 Pedro Alves <palves@redhat.com>
5654
5655 PR c++/21323
5656 * gdb.cp/wide_char_types.c: New file.
5657 * gdb.cp/wide_char_types.exp: New file.
5658
56592017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
5660
5661 PR gdb/21352
5662 * gdb.trace/tsv.exp: Add test for "tsave -r".
5663
56642017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
5665
5666 * gdb.dlang/watch-loc.c: New file.
5667 * gdb.dlang/watch-loc.exp: New file.
5668
56692017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5670
5671 * gdb.python/py-section-script.exp (sepdebug): New testcases.
5672
56732017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5674
5675 * gdb.arch/arc-analyze-prologue.S: New file.
5676 * gdb.arch/arc-analyze-prologue.exp: Likewise.
5677
56782017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5679
5680 * gdb.arch/arc-decode-insn.S: New file.
5681 * gdb.arch/arc-decode-insn.exp: Likewise.
5682
56832017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
5684
5685 PR tdep/20928
5686 * gdb.arch/sparc64-regs.exp: New file.
5687 * gdb.arch/sparc64-regs.S: Likewise.
5688
56892017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
5690
5691 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
5692 and memory view on Python 3.
5693
56942017-03-20 Artemiy Volkov <artemiyv@acm.org>
5695 Keith Seitz <keiths@redhat.com>
5696
5697 PR gdb/14441
5698 * gdb.cp/demangle.exp: Add rvalue reference tests.
5699 * gdb.cp/rvalue-ref-casts.cc: New file.
5700 * gdb.cp/rvalue-ref-casts.exp: New file.
5701 * gdb.cp/rvalue-ref-overload.cc: New file.
5702 * gdb.cp/rvalue-ref-overload.exp: New file.
5703 * gdb.cp/rvalue-ref-params.cc: New file.
5704 * gdb.cp/rvalue-ref-params.exp: New file.
5705 * gdb.cp/rvalue-ref-sizeof.cc: New file.
5706 * gdb.cp/rvalue-ref-sizeof.exp: New file.
5707 * gdb.cp/rvalue-ref-types.cc: New file.
5708 * gdb.cp/rvalue-ref-types.exp: New file.
5709 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
5710 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
5711
57122017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5713
5714 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
5715 New procedure.
5716
57172017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5718
5719 * lib/mi-support.exp (mi_gdb_test): Add additional message
5720 for unexpected output.
5721
57222017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
5723
5724 * gdb.base/examine-backward.c (Barrier): New character array
5725 constant, to ensure that TestStrings is preceded by a string
5726 terminator.
5727
57282017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5729
5730 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
5731 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
5732 and implicit pointer into such a location.
5733
57342017-03-16 Doug Evans <dje@google.com>
5735
5736 * gdb.python/py-lazy-string (pointer): Really add new typedef.
5737
57382017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
5739
5740 * gdb.cp/m-static.exp: Fix expectation for prototype of
5741 test5.single_constructor and single_constructor::single_constructor.
5742
57432017-03-16 Doug Evans <dje@google.com>
5744
5745 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
5746 * gdb.guile/scm-lazy-string.c: New file.
5747 * gdb.guile/scm-value.exp: Move lazy string tests to ...
5748 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
5749 for pointer, array, typedef lazy strings.
5750
57512017-03-16 Doug Evans <dje@google.com>
5752
5753 PR python/17728, python/18439, python/18779
5754 * gdb.python/py-value.c (main) Delete locals sptr, sn.
5755 * gdb.python/py-lazy-string.c (pointer): New typedef.
5756 (main): New locals ptr, array, typedef_ptr.
5757 * gdb.python/py-value.exp: Move lazy string tests to ...
5758 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
5759 array, typedef lazy strings.
5760
57612017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
5762
5763 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
5764 Add optional 'test' parameter.
5765
57662017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5767
5768 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5769 Skip for versions of DejaGnu < 1.5.
5770
57712017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5772
5773 * lib/gdb.exp (dejagnu_version): New proc.
5774 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5775 Use dejagnu_version.
5776
57772017-03-10 Keith Seitz <keiths@redhat.com>
5778
5779 PR c++/8128
5780 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
5781 type from destructor regexps.
5782 Add a branch which actually passes the test.
5783 Adjust "ptype t5i" test names.
5784
57852017-03-08 Pedro Alves <palves@redhat.com>
5786
5787 * gdb.base/step-over-exit.exp: Add explicit test message.
5788
57892017-03-08 Pedro Alves <palves@redhat.com>
5790
5791 PR gdb/18360
5792 * gdb.threads/interrupt-while-step-over.c: New file.
5793 * gdb.threads/interrupt-while-step-over.exp: New file.
5794
57952017-03-08 Pedro Alves <palves@redhat.com>
5796
5797 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
5798 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
5799
58002017-03-08 Pedro Alves <palves@redhat.com>
5801
5802 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
5803 PKRU as not supported as a PASS.
5804
58052017-03-08 Pedro Alves <palves@redhat.com>
5806
5807 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
5808 prefix instead of $binfile1/$binfile2.
5809 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
5810 in test message.
5811 * gdb.python/py-completion.exp: Use "load python file" as test
5812 messages instead of unstable path names.
5813
58142017-03-08 Pedro Alves <palves@redhat.com>
5815 Jan Kratochvil <jan.kratochvil@redhat.com>
5816
5817 PR cli/21218
5818 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5819 New proc.
5820 (top level): Call it.
5821
58222017-03-08 Pedro Alves <palves@redhat.com>
5823
5824 PR tui/21216
5825 * gdb.tui/tui-nl-filtered-output.exp: New file.
5826
58272017-03-08 Pedro Alves <palves@redhat.com>
5828
5829 * gdb.base/completion.exp: Move TUI completion tests to ...
5830 * gdb.tui/completion.exp: ... this new file.
5831
58322017-03-08 Pedro Alves <palves@redhat.com>
5833
5834 * gdb.base/tui-disasm-long-lines.c,
5835 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
5836 gdb.base/tui-layout.exp: Move to ...
5837 * gdb.tui/: ... this new directory.
5838
58392017-03-07 Pedro Alves <palves@redhat.com>
5840
5841 * gdb.base/tui-layout.c: New file.
5842 * gdb.base/tui-layout.exp: New file.
5843
58442017-03-07 Pedro Alves <palves@redhat.com>
5845
5846 * gdb.base/tui-layout.c: Rename to ...
5847 * gdb.base/tui-disasm-long-lines.c: ... this.
5848 * gdb.base/tui-layout.exp: Rename to ...
5849 * gdb.base/tui-disasm-long-lines.exp: ... this.
5850
58512017-03-07 Pedro Alves <palves@redhat.com>
5852
5853 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
5854
58552017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
5856
5857 * i386-mpx-call.c: New file.
5858 * i386-mpx-call.exp: New file.
5859
58602017-02-28 Peter Bergner <bergner@vnet.ibm.com>
5861
5862 * gdb.arch/powerpc-power.exp: Delete test.
5863 * gdb.arch/powerpc-power.s: Likewise.
5864 * gdb.disasm/disassembler-options.exp: New test.
5865 * gdb.arch/powerpc-altivec.exp: Likewise.
5866 * gdb.arch/powerpc-altivec.s: Likewise.
5867 * gdb.arch/powerpc-altivec2.exp: Likewise.
5868 * gdb.arch/powerpc-altivec2.s: Likewise.
5869 * gdb.arch/powerpc-altivec3.exp: Likewise.
5870 * gdb.arch/powerpc-altivec3.s: Likewise.
5871 * gdb.arch/powerpc-power7.exp: Likewise.
5872 * gdb.arch/powerpc-power7.s: Likewise.
5873 * gdb.arch/powerpc-power8.exp: Likewise.
5874 * gdb.arch/powerpc-power8.s: Likewise.
5875 * gdb.arch/powerpc-power9.exp: Likewise.
5876 * gdb.arch/powerpc-power9.s: Likewise.
5877 * gdb.arch/powerpc-vsx.exp: Likewise.
5878 * gdb.arch/powerpc-vsx.s: Likewise.
5879 * gdb.arch/powerpc-vsx2.exp: Likewise.
5880 * gdb.arch/powerpc-vsx2.s: Likewise.
5881 * gdb.arch/powerpc-vsx3.exp: Likewise.
5882 * gdb.arch/powerpc-vsx3.s: Likewise.
5883 * gdb.arch/arm-disassembler-options.exp: Likewise.
5884 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
5885 * gdb.arch/s390-disassembler-options.exp: Likewise.
5886
58872017-02-23 Luis Machado <lgustavo@codesourcery.com>
5888
5889 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
5890 (check_supported_features): ... this. Changed return type to void.
5891 (supports_rdseed): New static global.
5892 (rdseed): Check supports_rdseed.
5893 (initialize): Call check_supported_features.
5894
58952017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5896
5897 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
5898 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
5899 and lqarx/stqcx.
5900 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
5901 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
5902
59032017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5904
5905 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
5906 uppercase.
5907
59082017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5909
5910 * gdb.dwarf2/formdata16.c: New file.
5911 * gdb.dwarf2/formdata16.exp: New file.
5912 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
5913
59142017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5915
5916 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
5917 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
5918 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
5919 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
5920 DW_AT_GNU_*.
5921
59222017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5923
5924 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
5925
59262017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
5927
5928 PR gdb/21164
5929 * gdb.base/maint.exp: Add testcases for when the commands do
5930 not have arguments.
5931
59322017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
5933
5934 * gdb.cp/chained-calls.exp: Use p instead of P.
5935
59362017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
5937
5938 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
5939 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
5940
59412017-02-14 Tom Tromey <tom@tromey.com>
5942
5943 PR python/13598:
5944 * gdb.python/py-events.exp: Add before_prompt event tests.
5945
59462017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5947
5948 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
5949
59502017-02-13 Luis Machado <lgustavo@codesourcery.com>
5951
5952 * gdb.linespec/explicit.c (my_unique_function_name): New function.
5953 (main): Call my_unique_function_name.
5954 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
5955 completion of patterns with a single match.
5956 Add missing -re switches to gdb_test_multiple calls.
5957
59582017-02-13 Luis Machado <lgustavo@codesourcery.com>
5959
5960 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
5961 return if core file is not recognized.
5962
59632017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5964
5965 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
5966 and extra UIs.
5967
59682017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5969
5970 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
5971 proc_with_prefix.
5972
59732017-02-10 Tom Tromey <tom@tromey.com>
5974
5975 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
5976
59772017-02-10 Martin Galvan <martingalvan@sourceware.org>
5978
5979 PR gdb/21122
5980 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
5981
59822017-02-08 Jerome Guitton <guitton@adacore.com>
5983
5984 * gdb.base/define.exp: Add test for command abbreviations
5985 in define.
5986
59872017-02-06 Luis Machado <lgustavo@codesourcery.com>
5988
5989 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
5990 * gdb.reverse/insn-reverse-x86.c: New file.
5991
59922017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
5993
5994 PR tdep/20936
5995 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
5996
59972017-02-03 Tom Tromey <tom@tromey.com>
5998
5999 PR rust/21097:
6000 * gdb.rust/simple.exp: Add new tests.
6001
60022017-02-02 Pedro Alves <palves@redhat.com>
6003
6004 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
6005 tests.
6006
60072017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6008
6009 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
6010 taking a 2-byte value out of a 4-byte DWARF implicit value on
6011 big-endian targets.
6012 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
6013 logic. Add test cases for DW_OP_implicit.
6014
60152017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6016
6017 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
6018
60192017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6020
6021 * gdb.btrace/enable.exp: Call gdb_exit before
6022 skip_gdbserver_tests.
6023
60242017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6025
6026 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
6027 GDBFLAGS.
6028
60292017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6030
6031 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
6032 the test is skipped.
6033 * gdb.btrace/data.exp: Likewise.
6034 * gdb.btrace/delta.exp: Likewise.
6035 * gdb.btrace/dlopen.exp: Likewise.
6036 * gdb.btrace/enable-running.exp: Likewise.
6037 * gdb.btrace/enable.exp: Likewise.
6038 * gdb.btrace/exception.exp: Likewise.
6039 * gdb.btrace/function_call_history.exp: Likewise.
6040 * gdb.btrace/gcore.exp: Likewise.
6041 * gdb.btrace/instruction_history.exp: Likewise.
6042 * gdb.btrace/multi-thread-step.exp: Likewise.
6043 * gdb.btrace/nohist.exp: Likewise.
6044 * gdb.btrace/non-stop.exp: Likewise.
6045 * gdb.btrace/reconnect.exp: Likewise.
6046 * gdb.btrace/record_goto-step.exp: Likewise.
6047 * gdb.btrace/record_goto.exp: Likewise.
6048 * gdb.btrace/rn-dl-bind.exp: Likewise.
6049 * gdb.btrace/segv.exp: Likewise.
6050 * gdb.btrace/step.exp: Likewise.
6051 * gdb.btrace/stepi.exp: Likewise.
6052 * gdb.btrace/tailcall-only.exp: Likewise.
6053 * gdb.btrace/tailcall.exp: Likewise.
6054 * gdb.btrace/tsx.exp: Likewise.
6055 * gdb.btrace/unknown_functions.exp: Likewise.
6056 * gdb.btrace/vdso.exp: Likewise.
6057
60582017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6059
6060 * gdb.btrace/enable-running.c: New.
6061 * gdb.btrace/enable-running.exp: New.
6062
60632017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
6064
6065 * gdb.arch/amd64-gs_base.c: New file.
6066 * gdb.arch/amd64-gs_base.exp: New file.
6067
60682017-01-26 Luis Machado <lgustavo@codesourcery.com>
6069
6070 * lib/memory.exp: Remove spurious empty newlines.
6071
60722017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
6073
6074 * gdb.python/py-bad-printers.exp: Load python file using "source".
6075 * gdb.python/py-events.exp: Likewise.
6076 * gdb.python/py-evsignal.exp: Likewise.
6077 * gdb.python/py-evthreads.exp: Likewise.
6078 * gdb.python/py-frame-args.exp: Likewise.
6079 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
6080 * gdb.python/py-framefilter-mi.exp: Likewise.
6081 * gdb.python/py-framefilter.exp: Likewise.
6082 * gdb.python/py-mi.exp: Likewise.
6083 * gdb.python/py-pp-maint.exp: Likewise.
6084 * gdb.python/py-pp-registration.exp: Likewise.
6085 * gdb.python/py-prettyprint.exp: Likewise.
6086 (run_lang_tests): Likewise.
6087 * gdb.python/py-typeprint.exp: Likewise.
6088
60892017-01-26 Luis Machado <lgustavo@codesourcery.com>
6090
6091 * lib/memory.exp: New file.
6092 * lib/gdb.exp: Load memory.exp.
6093 * gdb.base/memattr.exp (delete_memory): Move proc to
6094 lib/memory.exp and rename to delete_memory_regions.
6095 Replace delete_memory with delete_memory_regions.
6096 Cleanup memory regions before tests.
6097 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
6098 before tests.
6099
61002017-01-26 Luis Machado <lgustavo@codesourcery.com>
6101
6102 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
6103 files.
6104 (initialize): New function conditionally defined.
6105 (testcases): Move within conditional block.
6106 (main): Call initialize.
6107 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
6108 of gdb.reverse/insn-reverse.c.
6109 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
6110 gdb.reverse/insn-reverse.c.
6111
61122017-01-26 Yao Qi <yao.qi@linaro.org>
6113
6114 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
6115 disassemble on address 0.
6116
61172017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
6118 Yao Qi <yao.qi@linaro.org>
6119
6120 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
6121 * gdb.dwarf2/implptr-64bit.S: Remove.
6122 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
6123 variables in caller's context. Add DW_OP_implicit_value.
6124
61252017-01-25 Yao Qi <yao.qi@linaro.org>
6126
6127 * lib/dwarf.exp (Dwarf::_location): Handle
6128 DW_OP_GNU_implicit_pointer with proper size.
6129
61302017-01-20 Luis Machado <lgustavo@codesourcery.com>
6131
6132 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
6133 and add untested calls.
6134
61352017-01-20 Luis Machado <lgustavo@codesourcery.com>
6136
6137 * gdb.python/python.exp: Check line number against what GDB thinks
6138 the line number is for func1.
6139
61402017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
6141
6142 * gdb.dlang/debug-expr.exp: New file.
6143
61442016-12-23 Luis Machado <lgustavo@codesourcery.com>
6145
6146 Fix test names for the following files:
6147
6148 * gdb.ada/exec_changed.exp
6149 * gdb.ada/info_types.exp
6150 * gdb.arch/aarch64-atomic-inst.exp
6151 * gdb.arch/aarch64-fp.exp
6152 * gdb.arch/altivec-abi.exp
6153 * gdb.arch/altivec-regs.exp
6154 * gdb.arch/amd64-byte.exp
6155 * gdb.arch/amd64-disp-step.exp
6156 * gdb.arch/amd64-dword.exp
6157 * gdb.arch/amd64-entry-value-inline.exp
6158 * gdb.arch/amd64-entry-value-param.exp
6159 * gdb.arch/amd64-entry-value-paramref.exp
6160 * gdb.arch/amd64-entry-value.exp
6161 * gdb.arch/amd64-i386-address.exp
6162 * gdb.arch/amd64-invalid-stack-middle.exp
6163 * gdb.arch/amd64-invalid-stack-top.exp
6164 * gdb.arch/amd64-optimout-repeat.exp
6165 * gdb.arch/amd64-prologue-skip.exp
6166 * gdb.arch/amd64-prologue-xmm.exp
6167 * gdb.arch/amd64-stap-special-operands.exp
6168 * gdb.arch/amd64-stap-wrong-subexp.exp
6169 * gdb.arch/amd64-tailcall-cxx.exp
6170 * gdb.arch/amd64-tailcall-noret.exp
6171 * gdb.arch/amd64-tailcall-ret.exp
6172 * gdb.arch/amd64-tailcall-self.exp
6173 * gdb.arch/amd64-word.exp
6174 * gdb.arch/arm-bl-branch-dest.exp
6175 * gdb.arch/arm-disp-step.exp
6176 * gdb.arch/arm-neon.exp
6177 * gdb.arch/arm-single-step-kernel-helper.exp
6178 * gdb.arch/avr-flash-qualifier.exp
6179 * gdb.arch/disp-step-insn-reloc.exp
6180 * gdb.arch/e500-abi.exp
6181 * gdb.arch/e500-regs.exp
6182 * gdb.arch/ftrace-insn-reloc.exp
6183 * gdb.arch/i386-avx512.exp
6184 * gdb.arch/i386-bp_permanent.exp
6185 * gdb.arch/i386-byte.exp
6186 * gdb.arch/i386-cfi-notcurrent.exp
6187 * gdb.arch/i386-disp-step.exp
6188 * gdb.arch/i386-dr3-watch.exp
6189 * gdb.arch/i386-float.exp
6190 * gdb.arch/i386-gnu-cfi.exp
6191 * gdb.arch/i386-mpx-map.exp
6192 * gdb.arch/i386-mpx-sigsegv.exp
6193 * gdb.arch/i386-mpx-simple_segv.exp
6194 * gdb.arch/i386-mpx.exp
6195 * gdb.arch/i386-permbkpt.exp
6196 * gdb.arch/i386-prologue.exp
6197 * gdb.arch/i386-signal.exp
6198 * gdb.arch/i386-size-overlap.exp
6199 * gdb.arch/i386-unwind.exp
6200 * gdb.arch/i386-word.exp
6201 * gdb.arch/mips-fcr.exp
6202 * gdb.arch/powerpc-d128-regs.exp
6203 * gdb.arch/powerpc-stackless.exp
6204 * gdb.arch/ppc64-atomic-inst.exp
6205 * gdb.arch/s390-stackless.exp
6206 * gdb.arch/s390-tdbregs.exp
6207 * gdb.arch/s390-vregs.exp
6208 * gdb.arch/sparc-sysstep.exp
6209 * gdb.arch/thumb-bx-pc.exp
6210 * gdb.arch/thumb-singlestep.exp
6211 * gdb.arch/thumb2-it.exp
6212 * gdb.arch/vsx-regs.exp
6213 * gdb.asm/asm-source.exp
6214 * gdb.base/a2-run.exp
6215 * gdb.base/advance.exp
6216 * gdb.base/all-bin.exp
6217 * gdb.base/anon.exp
6218 * gdb.base/args.exp
6219 * gdb.base/arithmet.exp
6220 * gdb.base/async-shell.exp
6221 * gdb.base/async.exp
6222 * gdb.base/attach-pie-noexec.exp
6223 * gdb.base/attach-twice.exp
6224 * gdb.base/auto-load.exp
6225 * gdb.base/bang.exp
6226 * gdb.base/bitfields.exp
6227 * gdb.base/break-always.exp
6228 * gdb.base/break-caller-line.exp
6229 * gdb.base/break-entry.exp
6230 * gdb.base/break-inline.exp
6231 * gdb.base/break-on-linker-gcd-function.exp
6232 * gdb.base/break-probes.exp
6233 * gdb.base/break.exp
6234 * gdb.base/breakpoint-shadow.exp
6235 * gdb.base/call-ar-st.exp
6236 * gdb.base/call-sc.exp
6237 * gdb.base/call-signal-resume.exp
6238 * gdb.base/call-strs.exp
6239 * gdb.base/callfuncs.exp
6240 * gdb.base/catch-fork-static.exp
6241 * gdb.base/catch-gdb-caused-signals.exp
6242 * gdb.base/catch-load.exp
6243 * gdb.base/catch-signal-fork.exp
6244 * gdb.base/catch-signal.exp
6245 * gdb.base/catch-syscall.exp
6246 * gdb.base/charset.exp
6247 * gdb.base/checkpoint.exp
6248 * gdb.base/chng-syms.exp
6249 * gdb.base/code-expr.exp
6250 * gdb.base/code_elim.exp
6251 * gdb.base/commands.exp
6252 * gdb.base/completion.exp
6253 * gdb.base/complex.exp
6254 * gdb.base/cond-expr.exp
6255 * gdb.base/condbreak.exp
6256 * gdb.base/consecutive.exp
6257 * gdb.base/continue-all-already-running.exp
6258 * gdb.base/coredump-filter.exp
6259 * gdb.base/corefile.exp
6260 * gdb.base/dbx.exp
6261 * gdb.base/debug-expr.exp
6262 * gdb.base/define.exp
6263 * gdb.base/del.exp
6264 * gdb.base/disabled-location.exp
6265 * gdb.base/disasm-end-cu.exp
6266 * gdb.base/disasm-optim.exp
6267 * gdb.base/display.exp
6268 * gdb.base/duplicate-bp.exp
6269 * gdb.base/ena-dis-br.exp
6270 * gdb.base/ending-run.exp
6271 * gdb.base/enumval.exp
6272 * gdb.base/environ.exp
6273 * gdb.base/eu-strip-infcall.exp
6274 * gdb.base/eval-avoid-side-effects.exp
6275 * gdb.base/eval-skip.exp
6276 * gdb.base/exitsignal.exp
6277 * gdb.base/expand-psymtabs.exp
6278 * gdb.base/filesym.exp
6279 * gdb.base/find-unmapped.exp
6280 * gdb.base/finish.exp
6281 * gdb.base/float.exp
6282 * gdb.base/foll-exec-mode.exp
6283 * gdb.base/foll-exec.exp
6284 * gdb.base/foll-fork.exp
6285 * gdb.base/fortran-sym-case.exp
6286 * gdb.base/freebpcmd.exp
6287 * gdb.base/func-ptr.exp
6288 * gdb.base/func-ptrs.exp
6289 * gdb.base/funcargs.exp
6290 * gdb.base/gcore-buffer-overflow.exp
6291 * gdb.base/gcore-relro-pie.exp
6292 * gdb.base/gcore-relro.exp
6293 * gdb.base/gcore.exp
6294 * gdb.base/gdb1090.exp
6295 * gdb.base/gdb11530.exp
6296 * gdb.base/gdb11531.exp
6297 * gdb.base/gdb1821.exp
6298 * gdb.base/gdbindex-stabs.exp
6299 * gdb.base/gdbvars.exp
6300 * gdb.base/hbreak.exp
6301 * gdb.base/hbreak2.exp
6302 * gdb.base/included.exp
6303 * gdb.base/infcall-input.exp
6304 * gdb.base/inferior-died.exp
6305 * gdb.base/infnan.exp
6306 * gdb.base/info-macros.exp
6307 * gdb.base/info-os.exp
6308 * gdb.base/info-proc.exp
6309 * gdb.base/info-shared.exp
6310 * gdb.base/info-target.exp
6311 * gdb.base/infoline.exp
6312 * gdb.base/interp.exp
6313 * gdb.base/interrupt.exp
6314 * gdb.base/jit-reader.exp
6315 * gdb.base/jit-simple.exp
6316 * gdb.base/kill-after-signal.exp
6317 * gdb.base/kill-detach-inferiors-cmd.exp
6318 * gdb.base/label.exp
6319 * gdb.base/langs.exp
6320 * gdb.base/ldbl_e308.exp
6321 * gdb.base/line-symtabs.exp
6322 * gdb.base/linespecs.exp
6323 * gdb.base/list.exp
6324 * gdb.base/long_long.exp
6325 * gdb.base/longest-types.exp
6326 * gdb.base/maint.exp
6327 * gdb.base/max-value-size.exp
6328 * gdb.base/memattr.exp
6329 * gdb.base/mips_pro.exp
6330 * gdb.base/morestack.exp
6331 * gdb.base/moribund-step.exp
6332 * gdb.base/multi-forks.exp
6333 * gdb.base/nested-addr.exp
6334 * gdb.base/nextoverexit.exp
6335 * gdb.base/noreturn-finish.exp
6336 * gdb.base/noreturn-return.exp
6337 * gdb.base/nostdlib.exp
6338 * gdb.base/offsets.exp
6339 * gdb.base/opaque.exp
6340 * gdb.base/pc-fp.exp
6341 * gdb.base/permissions.exp
6342 * gdb.base/print-symbol-loading.exp
6343 * gdb.base/prologue-include.exp
6344 * gdb.base/psymtab.exp
6345 * gdb.base/ptype.exp
6346 * gdb.base/random-signal.exp
6347 * gdb.base/randomize.exp
6348 * gdb.base/range-stepping.exp
6349 * gdb.base/readline-ask.exp
6350 * gdb.base/recpar.exp
6351 * gdb.base/recurse.exp
6352 * gdb.base/relational.exp
6353 * gdb.base/restore.exp
6354 * gdb.base/return-nodebug.exp
6355 * gdb.base/return.exp
6356 * gdb.base/run-after-attach.exp
6357 * gdb.base/save-bp.exp
6358 * gdb.base/scope.exp
6359 * gdb.base/sect-cmd.exp
6360 * gdb.base/set-lang-auto.exp
6361 * gdb.base/set-noassign.exp
6362 * gdb.base/setvar.exp
6363 * gdb.base/sigall.exp
6364 * gdb.base/sigbpt.exp
6365 * gdb.base/siginfo-addr.exp
6366 * gdb.base/siginfo-infcall.exp
6367 * gdb.base/siginfo-obj.exp
6368 * gdb.base/siginfo.exp
6369 * gdb.base/signals-state-child.exp
6370 * gdb.base/signest.exp
6371 * gdb.base/sigstep.exp
6372 * gdb.base/sizeof.exp
6373 * gdb.base/skip.exp
6374 * gdb.base/solib-corrupted.exp
6375 * gdb.base/solib-nodir.exp
6376 * gdb.base/solib-search.exp
6377 * gdb.base/stack-checking.exp
6378 * gdb.base/stale-infcall.exp
6379 * gdb.base/stap-probe.exp
6380 * gdb.base/start.exp
6381 * gdb.base/step-break.exp
6382 * gdb.base/step-bt.exp
6383 * gdb.base/step-line.exp
6384 * gdb.base/step-over-exit.exp
6385 * gdb.base/step-over-syscall.exp
6386 * gdb.base/step-resume-infcall.exp
6387 * gdb.base/step-test.exp
6388 * gdb.base/store.exp
6389 * gdb.base/structs3.exp
6390 * gdb.base/sym-file.exp
6391 * gdb.base/symbol-without-target_section.exp
6392 * gdb.base/term.exp
6393 * gdb.base/testenv.exp
6394 * gdb.base/ui-redirect.exp
6395 * gdb.base/until.exp
6396 * gdb.base/unwindonsignal.exp
6397 * gdb.base/value-double-free.exp
6398 * gdb.base/vla-datatypes.exp
6399 * gdb.base/vla-ptr.exp
6400 * gdb.base/vla-sideeffect.exp
6401 * gdb.base/volatile.exp
6402 * gdb.base/watch-cond-infcall.exp
6403 * gdb.base/watch-cond.exp
6404 * gdb.base/watch-non-mem.exp
6405 * gdb.base/watch-read.exp
6406 * gdb.base/watch-vfork.exp
6407 * gdb.base/watchpoint-cond-gone.exp
6408 * gdb.base/watchpoint-delete.exp
6409 * gdb.base/watchpoint-hw-hit-once.exp
6410 * gdb.base/watchpoint-hw.exp
6411 * gdb.base/watchpoint-stops-at-right-insn.exp
6412 * gdb.base/watchpoints.exp
6413 * gdb.base/wchar.exp
6414 * gdb.base/whatis-exp.exp
6415 * gdb.btrace/buffer-size.exp
6416 * gdb.btrace/data.exp
6417 * gdb.btrace/delta.exp
6418 * gdb.btrace/dlopen.exp
6419 * gdb.btrace/enable.exp
6420 * gdb.btrace/exception.exp
6421 * gdb.btrace/function_call_history.exp
6422 * gdb.btrace/gcore.exp
6423 * gdb.btrace/instruction_history.exp
6424 * gdb.btrace/nohist.exp
6425 * gdb.btrace/reconnect.exp
6426 * gdb.btrace/record_goto-step.exp
6427 * gdb.btrace/record_goto.exp
6428 * gdb.btrace/rn-dl-bind.exp
6429 * gdb.btrace/segv.exp
6430 * gdb.btrace/step.exp
6431 * gdb.btrace/stepi.exp
6432 * gdb.btrace/tailcall-only.exp
6433 * gdb.btrace/tailcall.exp
6434 * gdb.btrace/tsx.exp
6435 * gdb.btrace/unknown_functions.exp
6436 * gdb.btrace/vdso.exp
6437 * gdb.compile/compile-ifunc.exp
6438 * gdb.compile/compile-ops.exp
6439 * gdb.compile/compile-print.exp
6440 * gdb.compile/compile-setjmp.exp
6441 * gdb.cp/abstract-origin.exp
6442 * gdb.cp/ambiguous.exp
6443 * gdb.cp/annota2.exp
6444 * gdb.cp/annota3.exp
6445 * gdb.cp/anon-ns.exp
6446 * gdb.cp/anon-struct.exp
6447 * gdb.cp/anon-union.exp
6448 * gdb.cp/arg-reference.exp
6449 * gdb.cp/baseenum.exp
6450 * gdb.cp/bool.exp
6451 * gdb.cp/breakpoint.exp
6452 * gdb.cp/bs15503.exp
6453 * gdb.cp/call-c.exp
6454 * gdb.cp/casts.exp
6455 * gdb.cp/chained-calls.exp
6456 * gdb.cp/class2.exp
6457 * gdb.cp/classes.exp
6458 * gdb.cp/cmpd-minsyms.exp
6459 * gdb.cp/converts.exp
6460 * gdb.cp/cp-relocate.exp
6461 * gdb.cp/cpcompletion.exp
6462 * gdb.cp/cpexprs.exp
6463 * gdb.cp/cplabel.exp
6464 * gdb.cp/cplusfuncs.exp
6465 * gdb.cp/cpsizeof.exp
6466 * gdb.cp/ctti.exp
6467 * gdb.cp/derivation.exp
6468 * gdb.cp/destrprint.exp
6469 * gdb.cp/dispcxx.exp
6470 * gdb.cp/enum-class.exp
6471 * gdb.cp/exception.exp
6472 * gdb.cp/exceptprint.exp
6473 * gdb.cp/expand-psymtabs-cxx.exp
6474 * gdb.cp/expand-sals.exp
6475 * gdb.cp/extern-c.exp
6476 * gdb.cp/filename.exp
6477 * gdb.cp/formatted-ref.exp
6478 * gdb.cp/fpointer.exp
6479 * gdb.cp/gdb1355.exp
6480 * gdb.cp/gdb2495.exp
6481 * gdb.cp/hang.exp
6482 * gdb.cp/impl-this.exp
6483 * gdb.cp/infcall-dlopen.exp
6484 * gdb.cp/inherit.exp
6485 * gdb.cp/iostream.exp
6486 * gdb.cp/koenig.exp
6487 * gdb.cp/local.exp
6488 * gdb.cp/m-data.exp
6489 * gdb.cp/m-static.exp
6490 * gdb.cp/mb-ctor.exp
6491 * gdb.cp/mb-inline.exp
6492 * gdb.cp/mb-templates.exp
6493 * gdb.cp/member-name.exp
6494 * gdb.cp/member-ptr.exp
6495 * gdb.cp/meth-typedefs.exp
6496 * gdb.cp/method.exp
6497 * gdb.cp/method2.exp
6498 * gdb.cp/minsym-fallback.exp
6499 * gdb.cp/misc.exp
6500 * gdb.cp/namelessclass.exp
6501 * gdb.cp/namespace-enum.exp
6502 * gdb.cp/namespace-nested-import.exp
6503 * gdb.cp/namespace.exp
6504 * gdb.cp/nextoverthrow.exp
6505 * gdb.cp/no-dmgl-verbose.exp
6506 * gdb.cp/non-trivial-retval.exp
6507 * gdb.cp/noparam.exp
6508 * gdb.cp/nsdecl.exp
6509 * gdb.cp/nsimport.exp
6510 * gdb.cp/nsnested.exp
6511 * gdb.cp/nsnoimports.exp
6512 * gdb.cp/nsrecurs.exp
6513 * gdb.cp/nsstress.exp
6514 * gdb.cp/nsusing.exp
6515 * gdb.cp/operator.exp
6516 * gdb.cp/oranking.exp
6517 * gdb.cp/overload-const.exp
6518 * gdb.cp/overload.exp
6519 * gdb.cp/ovldbreak.exp
6520 * gdb.cp/ovsrch.exp
6521 * gdb.cp/paren-type.exp
6522 * gdb.cp/parse-lang.exp
6523 * gdb.cp/pass-by-ref.exp
6524 * gdb.cp/pr-1023.exp
6525 * gdb.cp/pr-1210.exp
6526 * gdb.cp/pr-574.exp
6527 * gdb.cp/pr10687.exp
6528 * gdb.cp/pr12028.exp
6529 * gdb.cp/pr17132.exp
6530 * gdb.cp/pr17494.exp
6531 * gdb.cp/pr9067.exp
6532 * gdb.cp/pr9167.exp
6533 * gdb.cp/pr9631.exp
6534 * gdb.cp/printmethod.exp
6535 * gdb.cp/psmang.exp
6536 * gdb.cp/psymtab-parameter.exp
6537 * gdb.cp/ptype-cv-cp.exp
6538 * gdb.cp/ptype-flags.exp
6539 * gdb.cp/re-set-overloaded.exp
6540 * gdb.cp/ref-types.exp
6541 * gdb.cp/rtti.exp
6542 * gdb.cp/scope-err.exp
6543 * gdb.cp/shadow.exp
6544 * gdb.cp/smartp.exp
6545 * gdb.cp/static-method.exp
6546 * gdb.cp/static-print-quit.exp
6547 * gdb.cp/temargs.exp
6548 * gdb.cp/templates.exp
6549 * gdb.cp/try_catch.exp
6550 * gdb.cp/typedef-operator.exp
6551 * gdb.cp/typeid.exp
6552 * gdb.cp/userdef.exp
6553 * gdb.cp/using-crash.exp
6554 * gdb.cp/var-tag.exp
6555 * gdb.cp/virtbase.exp
6556 * gdb.cp/virtfunc.exp
6557 * gdb.cp/virtfunc2.exp
6558 * gdb.cp/vla-cxx.exp
6559 * gdb.disasm/t01_mov.exp
6560 * gdb.disasm/t02_mova.exp
6561 * gdb.disasm/t03_add.exp
6562 * gdb.disasm/t04_sub.exp
6563 * gdb.disasm/t05_cmp.exp
6564 * gdb.disasm/t06_ari2.exp
6565 * gdb.disasm/t07_ari3.exp
6566 * gdb.disasm/t08_or.exp
6567 * gdb.disasm/t09_xor.exp
6568 * gdb.disasm/t10_and.exp
6569 * gdb.disasm/t11_logs.exp
6570 * gdb.disasm/t12_bit.exp
6571 * gdb.disasm/t13_otr.exp
6572 * gdb.dlang/circular.exp
6573 * gdb.dwarf2/arr-stride.exp
6574 * gdb.dwarf2/arr-subrange.exp
6575 * gdb.dwarf2/atomic-type.exp
6576 * gdb.dwarf2/bad-regnum.exp
6577 * gdb.dwarf2/bitfield-parent-optimized-out.exp
6578 * gdb.dwarf2/callframecfa.exp
6579 * gdb.dwarf2/clztest.exp
6580 * gdb.dwarf2/corrupt.exp
6581 * gdb.dwarf2/data-loc.exp
6582 * gdb.dwarf2/dup-psym.exp
6583 * gdb.dwarf2/dw2-anon-mptr.exp
6584 * gdb.dwarf2/dw2-anonymous-func.exp
6585 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
6586 * gdb.dwarf2/dw2-bad-unresolved.exp
6587 * gdb.dwarf2/dw2-basic.exp
6588 * gdb.dwarf2/dw2-canonicalize-type.exp
6589 * gdb.dwarf2/dw2-case-insensitive.exp
6590 * gdb.dwarf2/dw2-common-block.exp
6591 * gdb.dwarf2/dw2-compdir-oldgcc.exp
6592 * gdb.dwarf2/dw2-compressed.exp
6593 * gdb.dwarf2/dw2-const.exp
6594 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
6595 * gdb.dwarf2/dw2-cu-size.exp
6596 * gdb.dwarf2/dw2-dup-frame.exp
6597 * gdb.dwarf2/dw2-entry-value.exp
6598 * gdb.dwarf2/dw2-icycle.exp
6599 * gdb.dwarf2/dw2-ifort-parameter.exp
6600 * gdb.dwarf2/dw2-inline-break.exp
6601 * gdb.dwarf2/dw2-inline-param.exp
6602 * gdb.dwarf2/dw2-intercu.exp
6603 * gdb.dwarf2/dw2-intermix.exp
6604 * gdb.dwarf2/dw2-lexical-block-bare.exp
6605 * gdb.dwarf2/dw2-linkage-name-trust.exp
6606 * gdb.dwarf2/dw2-minsym-in-cu.exp
6607 * gdb.dwarf2/dw2-noloc.exp
6608 * gdb.dwarf2/dw2-op-call.exp
6609 * gdb.dwarf2/dw2-op-out-param.exp
6610 * gdb.dwarf2/dw2-opt-structptr.exp
6611 * gdb.dwarf2/dw2-param-error.exp
6612 * gdb.dwarf2/dw2-producer.exp
6613 * gdb.dwarf2/dw2-ranges-base.exp
6614 * gdb.dwarf2/dw2-ref-missing-frame.exp
6615 * gdb.dwarf2/dw2-reg-undefined.exp
6616 * gdb.dwarf2/dw2-regno-invalid.exp
6617 * gdb.dwarf2/dw2-restore.exp
6618 * gdb.dwarf2/dw2-restrict.exp
6619 * gdb.dwarf2/dw2-single-line-discriminators.exp
6620 * gdb.dwarf2/dw2-strp.exp
6621 * gdb.dwarf2/dw2-undefined-ret-addr.exp
6622 * gdb.dwarf2/dw2-unresolved.exp
6623 * gdb.dwarf2/dw2-var-zero-addr.exp
6624 * gdb.dwarf2/dw4-sig-types.exp
6625 * gdb.dwarf2/dwz.exp
6626 * gdb.dwarf2/dynarr-ptr.exp
6627 * gdb.dwarf2/enum-type.exp
6628 * gdb.dwarf2/gdb-index.exp
6629 * gdb.dwarf2/implptr-64bit.exp
6630 * gdb.dwarf2/implptr-optimized-out.exp
6631 * gdb.dwarf2/implptr.exp
6632 * gdb.dwarf2/implref-array.exp
6633 * gdb.dwarf2/implref-const.exp
6634 * gdb.dwarf2/implref-global.exp
6635 * gdb.dwarf2/implref-struct.exp
6636 * gdb.dwarf2/mac-fileno.exp
6637 * gdb.dwarf2/main-subprogram.exp
6638 * gdb.dwarf2/member-ptr-forwardref.exp
6639 * gdb.dwarf2/method-ptr.exp
6640 * gdb.dwarf2/missing-sig-type.exp
6641 * gdb.dwarf2/nonvar-access.exp
6642 * gdb.dwarf2/opaque-type-lookup.exp
6643 * gdb.dwarf2/pieces-optimized-out.exp
6644 * gdb.dwarf2/pieces.exp
6645 * gdb.dwarf2/pr10770.exp
6646 * gdb.dwarf2/pr13961.exp
6647 * gdb.dwarf2/staticvirtual.exp
6648 * gdb.dwarf2/subrange.exp
6649 * gdb.dwarf2/symtab-producer.exp
6650 * gdb.dwarf2/trace-crash.exp
6651 * gdb.dwarf2/typeddwarf.exp
6652 * gdb.dwarf2/valop.exp
6653 * gdb.dwarf2/watch-notconst.exp
6654 * gdb.fortran/array-element.exp
6655 * gdb.fortran/charset.exp
6656 * gdb.fortran/common-block.exp
6657 * gdb.fortran/complex.exp
6658 * gdb.fortran/derived-type-function.exp
6659 * gdb.fortran/derived-type.exp
6660 * gdb.fortran/logical.exp
6661 * gdb.fortran/module.exp
6662 * gdb.fortran/multi-dim.exp
6663 * gdb.fortran/nested-funcs.exp
6664 * gdb.fortran/print-formatted.exp
6665 * gdb.fortran/subarray.exp
6666 * gdb.fortran/vla-alloc-assoc.exp
6667 * gdb.fortran/vla-datatypes.exp
6668 * gdb.fortran/vla-history.exp
6669 * gdb.fortran/vla-ptr-info.exp
6670 * gdb.fortran/vla-ptype-sub.exp
6671 * gdb.fortran/vla-ptype.exp
6672 * gdb.fortran/vla-sizeof.exp
6673 * gdb.fortran/vla-type.exp
6674 * gdb.fortran/vla-value-sub-arbitrary.exp
6675 * gdb.fortran/vla-value-sub-finish.exp
6676 * gdb.fortran/vla-value-sub.exp
6677 * gdb.fortran/vla-value.exp
6678 * gdb.fortran/whatis_type.exp
6679 * gdb.go/chan.exp
6680 * gdb.go/handcall.exp
6681 * gdb.go/hello.exp
6682 * gdb.go/integers.exp
6683 * gdb.go/methods.exp
6684 * gdb.go/package.exp
6685 * gdb.go/strings.exp
6686 * gdb.go/types.exp
6687 * gdb.go/unsafe.exp
6688 * gdb.guile/scm-arch.exp
6689 * gdb.guile/scm-block.exp
6690 * gdb.guile/scm-breakpoint.exp
6691 * gdb.guile/scm-cmd.exp
6692 * gdb.guile/scm-disasm.exp
6693 * gdb.guile/scm-equal.exp
6694 * gdb.guile/scm-frame-args.exp
6695 * gdb.guile/scm-frame-inline.exp
6696 * gdb.guile/scm-frame.exp
6697 * gdb.guile/scm-iterator.exp
6698 * gdb.guile/scm-math.exp
6699 * gdb.guile/scm-objfile.exp
6700 * gdb.guile/scm-ports.exp
6701 * gdb.guile/scm-symbol.exp
6702 * gdb.guile/scm-symtab.exp
6703 * gdb.guile/scm-value-cc.exp
6704 * gdb.guile/types-module.exp
6705 * gdb.linespec/break-ask.exp
6706 * gdb.linespec/cpexplicit.exp
6707 * gdb.linespec/explicit.exp
6708 * gdb.linespec/keywords.exp
6709 * gdb.linespec/linespec.exp
6710 * gdb.linespec/ls-dollar.exp
6711 * gdb.linespec/ls-errs.exp
6712 * gdb.linespec/skip-two.exp
6713 * gdb.linespec/thread.exp
6714 * gdb.mi/mi-async.exp
6715 * gdb.mi/mi-basics.exp
6716 * gdb.mi/mi-break.exp
6717 * gdb.mi/mi-catch-load.exp
6718 * gdb.mi/mi-cli.exp
6719 * gdb.mi/mi-cmd-param-changed.exp
6720 * gdb.mi/mi-console.exp
6721 * gdb.mi/mi-detach.exp
6722 * gdb.mi/mi-disassemble.exp
6723 * gdb.mi/mi-eval.exp
6724 * gdb.mi/mi-file-transfer.exp
6725 * gdb.mi/mi-file.exp
6726 * gdb.mi/mi-fill-memory.exp
6727 * gdb.mi/mi-inheritance-syntax-error.exp
6728 * gdb.mi/mi-linespec-err-cp.exp
6729 * gdb.mi/mi-logging.exp
6730 * gdb.mi/mi-memory-changed.exp
6731 * gdb.mi/mi-read-memory.exp
6732 * gdb.mi/mi-record-changed.exp
6733 * gdb.mi/mi-reg-undefined.exp
6734 * gdb.mi/mi-regs.exp
6735 * gdb.mi/mi-return.exp
6736 * gdb.mi/mi-reverse.exp
6737 * gdb.mi/mi-simplerun.exp
6738 * gdb.mi/mi-solib.exp
6739 * gdb.mi/mi-stack.exp
6740 * gdb.mi/mi-stepi.exp
6741 * gdb.mi/mi-syn-frame.exp
6742 * gdb.mi/mi-until.exp
6743 * gdb.mi/mi-var-block.exp
6744 * gdb.mi/mi-var-child.exp
6745 * gdb.mi/mi-var-cmd.exp
6746 * gdb.mi/mi-var-cp.exp
6747 * gdb.mi/mi-var-display.exp
6748 * gdb.mi/mi-var-invalidate.exp
6749 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
6750 * gdb.mi/mi-vla-fortran.exp
6751 * gdb.mi/mi-watch.exp
6752 * gdb.mi/mi2-var-child.exp
6753 * gdb.mi/user-selected-context-sync.exp
6754 * gdb.modula2/unbounded-array.exp
6755 * gdb.multi/dummy-frame-restore.exp
6756 * gdb.multi/multi-arch-exec.exp
6757 * gdb.multi/multi-arch.exp
6758 * gdb.multi/tids.exp
6759 * gdb.multi/watchpoint-multi.exp
6760 * gdb.opencl/callfuncs.exp
6761 * gdb.opencl/convs_casts.exp
6762 * gdb.opencl/datatypes.exp
6763 * gdb.opencl/operators.exp
6764 * gdb.opencl/vec_comps.exp
6765 * gdb.opt/clobbered-registers-O2.exp
6766 * gdb.opt/inline-break.exp
6767 * gdb.opt/inline-bt.exp
6768 * gdb.opt/inline-cmds.exp
6769 * gdb.opt/inline-locals.exp
6770 * gdb.pascal/case-insensitive-symbols.exp
6771 * gdb.pascal/floats.exp
6772 * gdb.pascal/gdb11492.exp
6773 * gdb.python/lib-types.exp
6774 * gdb.python/py-arch.exp
6775 * gdb.python/py-as-string.exp
6776 * gdb.python/py-bad-printers.exp
6777 * gdb.python/py-block.exp
6778 * gdb.python/py-breakpoint-create-fail.exp
6779 * gdb.python/py-breakpoint.exp
6780 * gdb.python/py-caller-is.exp
6781 * gdb.python/py-cmd.exp
6782 * gdb.python/py-explore-cc.exp
6783 * gdb.python/py-explore.exp
6784 * gdb.python/py-finish-breakpoint.exp
6785 * gdb.python/py-finish-breakpoint2.exp
6786 * gdb.python/py-frame-args.exp
6787 * gdb.python/py-frame-inline.exp
6788 * gdb.python/py-frame.exp
6789 * gdb.python/py-framefilter-mi.exp
6790 * gdb.python/py-infthread.exp
6791 * gdb.python/py-lazy-string.exp
6792 * gdb.python/py-linetable.exp
6793 * gdb.python/py-mi-events.exp
6794 * gdb.python/py-mi-objfile.exp
6795 * gdb.python/py-mi.exp
6796 * gdb.python/py-objfile.exp
6797 * gdb.python/py-pp-integral.exp
6798 * gdb.python/py-pp-maint.exp
6799 * gdb.python/py-pp-re-notag.exp
6800 * gdb.python/py-pp-registration.exp
6801 * gdb.python/py-recurse-unwind.exp
6802 * gdb.python/py-strfns.exp
6803 * gdb.python/py-symbol.exp
6804 * gdb.python/py-symtab.exp
6805 * gdb.python/py-sync-interp.exp
6806 * gdb.python/py-typeprint.exp
6807 * gdb.python/py-unwind-maint.exp
6808 * gdb.python/py-unwind.exp
6809 * gdb.python/py-value-cc.exp
6810 * gdb.python/py-xmethods.exp
6811 * gdb.reverse/amd64-tailcall-reverse.exp
6812 * gdb.reverse/break-precsave.exp
6813 * gdb.reverse/break-reverse.exp
6814 * gdb.reverse/consecutive-precsave.exp
6815 * gdb.reverse/consecutive-reverse.exp
6816 * gdb.reverse/finish-precsave.exp
6817 * gdb.reverse/finish-reverse-bkpt.exp
6818 * gdb.reverse/finish-reverse.exp
6819 * gdb.reverse/fstatat-reverse.exp
6820 * gdb.reverse/getresuid-reverse.exp
6821 * gdb.reverse/i386-precsave.exp
6822 * gdb.reverse/i386-reverse.exp
6823 * gdb.reverse/i386-sse-reverse.exp
6824 * gdb.reverse/i387-env-reverse.exp
6825 * gdb.reverse/i387-stack-reverse.exp
6826 * gdb.reverse/insn-reverse.exp
6827 * gdb.reverse/machinestate-precsave.exp
6828 * gdb.reverse/machinestate.exp
6829 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6830 * gdb.reverse/pipe-reverse.exp
6831 * gdb.reverse/readv-reverse.exp
6832 * gdb.reverse/recvmsg-reverse.exp
6833 * gdb.reverse/rerun-prec.exp
6834 * gdb.reverse/s390-mvcle.exp
6835 * gdb.reverse/step-precsave.exp
6836 * gdb.reverse/step-reverse.exp
6837 * gdb.reverse/time-reverse.exp
6838 * gdb.reverse/until-precsave.exp
6839 * gdb.reverse/until-reverse.exp
6840 * gdb.reverse/waitpid-reverse.exp
6841 * gdb.reverse/watch-precsave.exp
6842 * gdb.reverse/watch-reverse.exp
6843 * gdb.rust/generics.exp
6844 * gdb.rust/methods.exp
6845 * gdb.rust/modules.exp
6846 * gdb.rust/simple.exp
6847 * gdb.server/connect-with-no-symbol-file.exp
6848 * gdb.server/ext-attach.exp
6849 * gdb.server/ext-restart.exp
6850 * gdb.server/ext-wrapper.exp
6851 * gdb.server/file-transfer.exp
6852 * gdb.server/server-exec-info.exp
6853 * gdb.server/server-kill.exp
6854 * gdb.server/server-mon.exp
6855 * gdb.server/wrapper.exp
6856 * gdb.stabs/exclfwd.exp
6857 * gdb.stabs/gdb11479.exp
6858 * gdb.threads/clone-new-thread-event.exp
6859 * gdb.threads/corethreads.exp
6860 * gdb.threads/current-lwp-dead.exp
6861 * gdb.threads/dlopen-libpthread.exp
6862 * gdb.threads/gcore-thread.exp
6863 * gdb.threads/sigstep-threads.exp
6864 * gdb.threads/watchpoint-fork.exp
6865 * gdb.trace/actions-changed.exp
6866 * gdb.trace/backtrace.exp
6867 * gdb.trace/change-loc.exp
6868 * gdb.trace/circ.exp
6869 * gdb.trace/collection.exp
6870 * gdb.trace/disconnected-tracing.exp
6871 * gdb.trace/ftrace.exp
6872 * gdb.trace/mi-trace-frame-collected.exp
6873 * gdb.trace/mi-trace-unavailable.exp
6874 * gdb.trace/mi-traceframe-changed.exp
6875 * gdb.trace/mi-tsv-changed.exp
6876 * gdb.trace/no-attach-trace.exp
6877 * gdb.trace/passc-dyn.exp
6878 * gdb.trace/qtro.exp
6879 * gdb.trace/range-stepping.exp
6880 * gdb.trace/read-memory.exp
6881 * gdb.trace/save-trace.exp
6882 * gdb.trace/signal.exp
6883 * gdb.trace/status-stop.exp
6884 * gdb.trace/tfile.exp
6885 * gdb.trace/trace-break.exp
6886 * gdb.trace/trace-buffer-size.exp
6887 * gdb.trace/trace-condition.exp
6888 * gdb.trace/tracefile-pseudo-reg.exp
6889 * gdb.trace/tstatus.exp
6890 * gdb.trace/unavailable.exp
6891 * gdb.trace/while-dyn.exp
6892 * gdb.trace/while-stepping.exp
6893
68942016-12-22 Doug Evans <xdje42@gmail.com>
6895
6896 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
6897 and msymbols.
6898
68992016-12-19 Yao Qi <yao.qi@linaro.org>
6900
6901 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
6902 (test_with_self): Don't call do_steps_and_nexts, and remove
6903 code about stepping into xmalloc.
6904
69052016-12-09 Yao Qi <yao.qi@linaro.org>
6906
6907 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
6908
69092016-12-09 Yao Qi <yao.qi@linaro.org>
6910
6911 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
6912
69132016-12-09 Pedro Alves <palves@redhat.com>
6914
6915 * gdb.base/all-architectures-0.exp: New file.
6916 * gdb.base/all-architectures-1.exp: New file.
6917 * gdb.base/all-architectures-2.exp: New file.
6918 * gdb.base/all-architectures-3.exp: New file.
6919 * gdb.base/all-architectures-4.exp: New file.
6920 * gdb.base/all-architectures-5.exp: New file.
6921 * gdb.base/all-architectures-6.exp: New file.
6922 * gdb.base/all-architectures-7.exp: New file.
6923 * gdb.base/all-architectures.exp.in: New file.
6924
69252016-12-09 Yao Qi <yao.qi@linaro.org>
6926
6927 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
6928
69292016-12-02 Luis Machado <lgustavo@codesourcery.com>
6930
6931 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
6932 possible.
6933 Remove useless pattern-matching code.
6934
69352016-12-02 Pedro Alves <palves@redhat.com>
6936
6937 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
6938 procedure.
6939 (top level): Call it.
6940
69412016-12-02 Pedro Alves <palves@redhat.com>
6942
6943 * gdb.base/commands.exp (user_defined_command_args_stack_test):
6944 New procedure.
6945 (top level): Call it.
6946
69472016-12-02 Pedro Alves <palves@redhat.com>
6948
6949 PR cli/20559
6950 * gdb.base/commands.exp (user_defined_command_args_eval): New
6951 procedure.
6952 (top level): Call it.
6953
69542016-12-02 Luis Machado <lgustavo@codesourcery.com>
6955
6956 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
6957 timeout handling.
6958
69592016-12-02 Tom Tromey <tom@tromey.com>
6960
6961 * gdb.dwarf2/main-subprogram.c: New file.
6962 * gdb.dwarf2/main-subprogram.exp: New file.
6963
69642016-12-01 Luis Machado <lgustavo@codesourcery.com>
6965
6966 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
6967 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
6968 gdb_test_no_output for a couple of cases.
6969 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
6970
69712016-12-01 Luis Machado <lgustavo@codesourcery.com>
6972
6973 Fix test names and standardize compilation error messages throughout
6974 the following files:
6975
6976 * gdb.ada/start.exp
6977 * gdb.arch/alpha-step.exp
6978 * gdb.arch/e500-prologue.exp
6979 * gdb.arch/ftrace-insn-reloc.exp
6980 * gdb.arch/gdb1291.exp
6981 * gdb.arch/gdb1431.exp
6982 * gdb.arch/gdb1558.exp
6983 * gdb.arch/i386-dr3-watch.exp
6984 * gdb.arch/i386-sse-stack-align.exp
6985 * gdb.arch/ia64-breakpoint-shadow.exp
6986 * gdb.arch/pa-nullify.exp
6987 * gdb.arch/powerpc-aix-prologue.exp
6988 * gdb.arch/thumb-bx-pc.exp
6989 * gdb.base/annota1.exp
6990 * gdb.base/annota3.exp
6991 * gdb.base/arrayidx.exp
6992 * gdb.base/assign.exp
6993 * gdb.base/attach.exp
6994 * gdb.base/auxv.exp
6995 * gdb.base/bang.exp
6996 * gdb.base/bfp-test.exp
6997 * gdb.base/bigcore.exp
6998 * gdb.base/bitfields2.exp
6999 * gdb.base/break-fun-addr.exp
7000 * gdb.base/break-probes.exp
7001 * gdb.base/call-rt-st.exp
7002 * gdb.base/callexit.exp
7003 * gdb.base/catch-fork-kill.exp
7004 * gdb.base/charset.exp
7005 * gdb.base/checkpoint.exp
7006 * gdb.base/comprdebug.exp
7007 * gdb.base/constvars.exp
7008 * gdb.base/coredump-filter.exp
7009 * gdb.base/cursal.exp
7010 * gdb.base/cvexpr.exp
7011 * gdb.base/detach.exp
7012 * gdb.base/display.exp
7013 * gdb.base/dmsym.exp
7014 * gdb.base/dprintf-pending.exp
7015 * gdb.base/dso2dso.exp
7016 * gdb.base/dtrace-probe.exp
7017 * gdb.base/dump.exp
7018 * gdb.base/enum_cond.exp
7019 * gdb.base/exe-lock.exp
7020 * gdb.base/exec-invalid-sysroot.exp
7021 * gdb.base/execl-update-breakpoints.exp
7022 * gdb.base/exprs.exp
7023 * gdb.base/fileio.exp
7024 * gdb.base/find.exp
7025 * gdb.base/finish.exp
7026 * gdb.base/fixsection.exp
7027 * gdb.base/foll-vfork.exp
7028 * gdb.base/frame-args.exp
7029 * gdb.base/gcore.exp
7030 * gdb.base/gdb1250.exp
7031 * gdb.base/global-var-nested-by-dso.exp
7032 * gdb.base/gnu-ifunc.exp
7033 * gdb.base/hashline1.exp
7034 * gdb.base/hashline2.exp
7035 * gdb.base/hashline3.exp
7036 * gdb.base/hbreak-in-shr-unsupported.exp
7037 * gdb.base/huge.exp
7038 * gdb.base/infcall-input.exp
7039 * gdb.base/info-fun.exp
7040 * gdb.base/info-shared.exp
7041 * gdb.base/jit-simple.exp
7042 * gdb.base/jit-so.exp
7043 * gdb.base/jit.exp
7044 * gdb.base/jump.exp
7045 * gdb.base/label.exp
7046 * gdb.base/lineinc.exp
7047 * gdb.base/logical.exp
7048 * gdb.base/longjmp.exp
7049 * gdb.base/macscp.exp
7050 * gdb.base/miscexprs.exp
7051 * gdb.base/new-ui-echo.exp
7052 * gdb.base/new-ui-pending-input.exp
7053 * gdb.base/new-ui.exp
7054 * gdb.base/nodebug.exp
7055 * gdb.base/nofield.exp
7056 * gdb.base/offsets.exp
7057 * gdb.base/overlays.exp
7058 * gdb.base/pending.exp
7059 * gdb.base/pointers.exp
7060 * gdb.base/pr11022.exp
7061 * gdb.base/printcmds.exp
7062 * gdb.base/prologue.exp
7063 * gdb.base/ptr-typedef.exp
7064 * gdb.base/realname-expand.exp
7065 * gdb.base/relativedebug.exp
7066 * gdb.base/relocate.exp
7067 * gdb.base/remote.exp
7068 * gdb.base/reread.exp
7069 * gdb.base/return2.exp
7070 * gdb.base/savedregs.exp
7071 * gdb.base/sep.exp
7072 * gdb.base/sepdebug.exp
7073 * gdb.base/sepsymtab.exp
7074 * gdb.base/set-inferior-tty.exp
7075 * gdb.base/setshow.exp
7076 * gdb.base/shlib-call.exp
7077 * gdb.base/sigaltstack.exp
7078 * gdb.base/siginfo-addr.exp
7079 * gdb.base/signals.exp
7080 * gdb.base/signull.exp
7081 * gdb.base/sigrepeat.exp
7082 * gdb.base/so-impl-ld.exp
7083 * gdb.base/solib-display.exp
7084 * gdb.base/solib-overlap.exp
7085 * gdb.base/solib-search.exp
7086 * gdb.base/solib-symbol.exp
7087 * gdb.base/structs.exp
7088 * gdb.base/structs2.exp
7089 * gdb.base/symtab-search-order.exp
7090 * gdb.base/twice.exp
7091 * gdb.base/unload.exp
7092 * gdb.base/varargs.exp
7093 * gdb.base/watchpoint-solib.exp
7094 * gdb.base/watchpoint.exp
7095 * gdb.base/whatis.exp
7096 * gdb.base/wrong_frame_bt_full.exp
7097 * gdb.btrace/dlopen.exp
7098 * gdb.cell/ea-standalone.exp
7099 * gdb.cell/ea-test.exp
7100 * gdb.cp/dispcxx.exp
7101 * gdb.cp/gdb2384.exp
7102 * gdb.cp/method2.exp
7103 * gdb.cp/nextoverthrow.exp
7104 * gdb.cp/pr10728.exp
7105 * gdb.disasm/am33.exp
7106 * gdb.disasm/h8300s.exp
7107 * gdb.disasm/mn10300.exp
7108 * gdb.disasm/sh3.exp
7109 * gdb.dwarf2/dw2-dir-file-name.exp
7110 * gdb.fortran/complex.exp
7111 * gdb.fortran/library-module.exp
7112 * gdb.guile/scm-pretty-print.exp
7113 * gdb.guile/scm-symbol.exp
7114 * gdb.guile/scm-type.exp
7115 * gdb.guile/scm-value.exp
7116 * gdb.linespec/linespec.exp
7117 * gdb.mi/gdb701.exp
7118 * gdb.mi/gdb792.exp
7119 * gdb.mi/mi-breakpoint-changed.exp
7120 * gdb.mi/mi-dprintf-pending.exp
7121 * gdb.mi/mi-dprintf.exp
7122 * gdb.mi/mi-exit-code.exp
7123 * gdb.mi/mi-pending.exp
7124 * gdb.mi/mi-solib.exp
7125 * gdb.mi/new-ui-mi-sync.exp
7126 * gdb.mi/pr11022.exp
7127 * gdb.mi/user-selected-context-sync.exp
7128 * gdb.opt/solib-intra-step.exp
7129 * gdb.python/py-events.exp
7130 * gdb.python/py-finish-breakpoint.exp
7131 * gdb.python/py-mi.exp
7132 * gdb.python/py-prettyprint.exp
7133 * gdb.python/py-shared.exp
7134 * gdb.python/py-symbol.exp
7135 * gdb.python/py-template.exp
7136 * gdb.python/py-type.exp
7137 * gdb.python/py-value.exp
7138 * gdb.reverse/solib-precsave.exp
7139 * gdb.reverse/solib-reverse.exp
7140 * gdb.server/solib-list.exp
7141 * gdb.stabs/weird.exp
7142 * gdb.threads/reconnect-signal.exp
7143 * gdb.threads/stepi-random-signal.exp
7144 * gdb.trace/actions.exp
7145 * gdb.trace/ax.exp
7146 * gdb.trace/backtrace.exp
7147 * gdb.trace/change-loc.exp
7148 * gdb.trace/deltrace.exp
7149 * gdb.trace/ftrace-lock.exp
7150 * gdb.trace/ftrace.exp
7151 * gdb.trace/infotrace.exp
7152 * gdb.trace/mi-tracepoint-changed.exp
7153 * gdb.trace/packetlen.exp
7154 * gdb.trace/passcount.exp
7155 * gdb.trace/pending.exp
7156 * gdb.trace/range-stepping.exp
7157 * gdb.trace/report.exp
7158 * gdb.trace/stap-trace.exp
7159 * gdb.trace/tfind.exp
7160 * gdb.trace/trace-break.exp
7161 * gdb.trace/trace-condition.exp
7162 * gdb.trace/trace-enable-disable.exp
7163 * gdb.trace/trace-mt.exp
7164 * gdb.trace/tracecmd.exp
7165 * gdb.trace/tspeed.exp
7166 * gdb.trace/tsv.exp
7167 * lib/perftest.exp
7168
71692016-12-01 Luis Machado <lgustavo@codesourcery.com>
7170
7171 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
7172 with gdb_test_no_output.
7173 Use command as test name.
7174
71752016-12-01 Luis Machado <lgustavo@codesourcery.com>
7176
7177 Fix test names starting with uppercase throughout the files.
7178
7179 * gdb.ada/assign_1.exp
7180 * gdb.ada/boolean_expr.exp
7181 * gdb.base/arrayidx.exp
7182 * gdb.base/del.exp
7183 * gdb.base/gcore-buffer-overflow.exp
7184 * gdb.base/testenv.exp
7185 * gdb.compile/compile.exp
7186 * gdb.python/py-framefilter-invalidarg.exp
7187 * gdb.python/py-framefilter.exp
7188
71892016-12-01 Luis Machado <lgustavo@codesourcery.com>
7190
7191 Fix test names starting with uppercase throughout the files.
7192
7193 * gdb.ada/array_return.exp
7194 * gdb.ada/expr_delims.exp
7195 * gdb.ada/mi_dyn_arr.exp
7196 * gdb.ada/mi_interface.exp
7197 * gdb.ada/mi_var_array.exp
7198 * gdb.ada/watch_arg.exp
7199 * gdb.arch/alpha-step.exp
7200 * gdb.arch/altivec-regs.exp
7201 * gdb.arch/e500-regs.exp
7202 * gdb.arch/powerpc-d128-regs.exp
7203 * gdb.base/arrayidx.exp
7204 * gdb.base/break.exp
7205 * gdb.base/checkpoint.exp
7206 * gdb.base/debug-expr.exp
7207 * gdb.base/dmsym.exp
7208 * gdb.base/radix.exp
7209 * gdb.base/sepdebug.exp
7210 * gdb.base/testenv.exp
7211 * gdb.base/watch_thread_num.exp
7212 * gdb.base/watchpoint-cond-gone.exp
7213 * gdb.cell/break.exp
7214 * gdb.cell/ea-cache.exp
7215 * gdb.compile/compile.exp
7216 * gdb.cp/gdb2495.exp
7217 * gdb.gdb/selftest.exp
7218 * gdb.gdb/xfullpath.exp
7219 * gdb.go/hello.exp
7220 * gdb.go/integers.exp
7221 * gdb.objc/basicclass.exp
7222 * gdb.pascal/hello.exp
7223 * gdb.pascal/integers.exp
7224 * gdb.python/py-breakpoint.exp
7225 * gdb.python/py-cmd.exp
7226 * gdb.python/py-linetable.exp
7227 * gdb.python/py-xmethods.exp
7228 * gdb.python/python.exp
7229 * gdb.reverse/consecutive-precsave.exp
7230 * gdb.reverse/finish-precsave.exp
7231 * gdb.reverse/i386-precsave.exp
7232 * gdb.reverse/machinestate-precsave.exp
7233 * gdb.reverse/sigall-precsave.exp
7234 * gdb.reverse/solib-precsave.exp
7235 * gdb.reverse/step-precsave.exp
7236 * gdb.reverse/until-precsave.exp
7237 * gdb.reverse/watch-precsave.exp
7238 * gdb.threads/leader-exit.exp
7239 * gdb.threads/pthreads.exp
7240 * gdb.threads/wp-replication.exp
7241 * gdb.trace/actions.exp
7242 * gdb.trace/mi-tsv-changed.exp
7243 * gdb.trace/tsv.exp
7244
72452016-12-01 Luis Machado <lgustavo@codesourcery.com>
7246
7247 Fix test names starting with uppercase throughout the files.
7248
7249 * gdb.arch/i386-bp_permanent.exp
7250 * gdb.arch/i386-gnu-cfi.exp
7251 * gdb.base/disasm-end-cu.exp
7252 * gdb.base/macscp.exp
7253 * gdb.base/pending.exp
7254 * gdb.base/watch_thread_num.exp
7255 * gdb.cp/exception.exp
7256 * gdb.cp/gdb2495.exp
7257 * gdb.cp/local.exp
7258 * gdb.python/py-evsignal.exp
7259 * gdb.python/python.exp
7260 * gdb.trace/tracecmd.exp
7261
72622016-12-01 Luis Machado <lgustavo@codesourcery.com>
7263
7264 Fix test names starting with uppercase throughout the files.
7265
7266 * gdb.base/charset.exp
7267 * gdb.base/eval.exp
7268 * gdb.base/multi-forks.exp
7269 * gdb.guile/scm-progspace.exp
7270 * gdb.opencl/datatypes.exp
7271 * gdb.python/py-block.exp
7272 * gdb.python/py-function.exp
7273 * gdb.python/py-symbol.exp
7274 * gdb.python/py-symtab.exp
7275 * gdb.python/py-xmethods.exp
7276 * gdb.reverse/break-precsave.exp
7277 * gdb.reverse/break-reverse.exp
7278 * gdb.reverse/consecutive-precsave.exp
7279 * gdb.reverse/consecutive-reverse.exp
7280 * gdb.reverse/finish-precsave.exp
7281 * gdb.reverse/finish-reverse-bkpt.exp
7282 * gdb.reverse/finish-reverse.exp
7283 * gdb.reverse/fstatat-reverse.exp
7284 * gdb.reverse/getresuid-reverse.exp
7285 * gdb.reverse/i386-precsave.exp
7286 * gdb.reverse/i386-reverse.exp
7287 * gdb.reverse/i386-sse-reverse.exp
7288 * gdb.reverse/i387-stack-reverse.exp
7289 * gdb.reverse/insn-reverse.exp
7290 * gdb.reverse/machinestate-precsave.exp
7291 * gdb.reverse/machinestate.exp
7292 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7293 * gdb.reverse/pipe-reverse.exp
7294 * gdb.reverse/readv-reverse.exp
7295 * gdb.reverse/recvmsg-reverse.exp
7296 * gdb.reverse/rerun-prec.exp
7297 * gdb.reverse/s390-mvcle.exp
7298 * gdb.reverse/sigall-precsave.exp
7299 * gdb.reverse/sigall-reverse.exp
7300 * gdb.reverse/solib-precsave.exp
7301 * gdb.reverse/solib-reverse.exp
7302 * gdb.reverse/step-precsave.exp
7303 * gdb.reverse/step-reverse.exp
7304 * gdb.reverse/time-reverse.exp
7305 * gdb.reverse/until-precsave.exp
7306 * gdb.reverse/until-reverse.exp
7307 * gdb.reverse/waitpid-reverse.exp
7308 * gdb.reverse/watch-precsave.exp
7309 * gdb.reverse/watch-reverse.exp
7310
73112016-12-01 Luis Machado <lgustavo@codesourcery.com>
7312
7313 Fix test names starting with uppercase throughout the files.
7314
7315 * gdb.arch/i386-mpx-simple_segv.exp
7316 * gdb.arch/i386-mpx.exp
7317 * gdb.arch/i386-permbkpt.exp
7318 * gdb.arch/pa-nullify.exp
7319 * gdb.arch/powerpc-d128-regs.exp
7320 * gdb.arch/vsx-regs.exp
7321 * gdb.base/bfp-test.exp
7322 * gdb.base/break.exp
7323 * gdb.base/breakpoint-shadow.exp
7324 * gdb.base/callfuncs.exp
7325 * gdb.base/charset.exp
7326 * gdb.base/commands.exp
7327 * gdb.base/completion.exp
7328 * gdb.base/dfp-test.exp
7329 * gdb.base/echo.exp
7330 * gdb.base/ending-run.exp
7331 * gdb.base/eval.exp
7332 * gdb.base/expand-psymtabs.exp
7333 * gdb.base/float128.exp
7334 * gdb.base/floatn.exp
7335 * gdb.base/foll-exec-mode.exp
7336 * gdb.base/gdb1056.exp
7337 * gdb.base/gdb11531.exp
7338 * gdb.base/kill-after-signal.exp
7339 * gdb.base/multi-forks.exp
7340 * gdb.base/overlays.exp
7341 * gdb.base/pending.exp
7342 * gdb.base/sepdebug.exp
7343 * gdb.base/testenv.exp
7344 * gdb.base/valgrind-db-attach.exp
7345 * gdb.base/watch_thread_num.exp
7346 * gdb.base/watchpoint-cond-gone.exp
7347 * gdb.base/watchpoint.exp
7348 * gdb.base/watchpoints.exp
7349 * gdb.cp/arg-reference.exp
7350 * gdb.cp/baseenum.exp
7351 * gdb.cp/operator.exp
7352 * gdb.cp/shadow.exp
7353 * gdb.dwarf2/dw2-op-out-param.exp
7354 * gdb.dwarf2/dw2-reg-undefined.exp
7355 * gdb.go/chan.exp
7356 * gdb.go/hello.exp
7357 * gdb.go/integers.exp
7358 * gdb.go/methods.exp
7359 * gdb.go/package.exp
7360 * gdb.guile/scm-parameter.exp
7361 * gdb.guile/scm-progspace.exp
7362 * gdb.guile/scm-value.exp
7363 * gdb.mi/mi-pending.exp
7364 * gdb.mi/user-selected-context-sync.exp
7365 * gdb.multi/multi-attach.exp
7366 * gdb.multi/tids.exp
7367 * gdb.opt/clobbered-registers-O2.exp
7368 * gdb.pascal/floats.exp
7369 * gdb.pascal/integers.exp
7370 * gdb.python/py-block.exp
7371 * gdb.python/py-events.exp
7372 * gdb.python/py-parameter.exp
7373 * gdb.python/py-symbol.exp
7374 * gdb.python/py-symtab.exp
7375 * gdb.python/py-type.exp
7376 * gdb.python/py-value.exp
7377 * gdb.python/py-xmethods.exp
7378 * gdb.python/python.exp
7379 * gdb.reverse/break-precsave.exp
7380 * gdb.reverse/consecutive-precsave.exp
7381 * gdb.reverse/finish-precsave.exp
7382 * gdb.reverse/i386-precsave.exp
7383 * gdb.reverse/machinestate-precsave.exp
7384 * gdb.reverse/sigall-precsave.exp
7385 * gdb.reverse/solib-precsave.exp
7386 * gdb.reverse/step-precsave.exp
7387 * gdb.reverse/until-precsave.exp
7388 * gdb.reverse/watch-precsave.exp
7389 * gdb.server/ext-attach.exp
7390 * gdb.server/ext-restart.exp
7391 * gdb.server/ext-run.exp
7392 * gdb.server/ext-wrapper.exp
7393 * gdb.stabs/gdb11479.exp
7394 * gdb.stabs/weird.exp
7395 * gdb.threads/attach-many-short-lived-threads.exp
7396 * gdb.threads/kill.exp
7397 * gdb.threads/watchpoint-fork.exp
7398
73992016-12-01 Luis Machado <lgustavo@codesourcery.com>
7400
7401 Fix test names starting with uppercase throughout all the files below.
7402
7403 * gdb.ada/array_return.exp
7404 * gdb.ada/catch_ex.exp
7405 * gdb.ada/info_exc.exp
7406 * gdb.ada/mi_catch_ex.exp
7407 * gdb.ada/mi_dyn_arr.exp
7408 * gdb.ada/mi_ex_cond.exp
7409 * gdb.ada/mi_exc_info.exp
7410 * gdb.ada/mi_interface.exp
7411 * gdb.ada/mi_task_arg.exp
7412 * gdb.ada/mi_task_info.exp
7413 * gdb.ada/mi_var_array.exp
7414 * gdb.arch/alpha-step.exp
7415 * gdb.arch/amd64-disp-step.exp
7416 * gdb.arch/arm-disp-step.exp
7417 * gdb.arch/disp-step-insn-reloc.exp
7418 * gdb.arch/e500-prologue.exp
7419 * gdb.arch/ftrace-insn-reloc.exp
7420 * gdb.arch/gdb1558.exp
7421 * gdb.arch/i386-bp_permanent.exp
7422 * gdb.arch/i386-disp-step.exp
7423 * gdb.arch/i386-float.exp
7424 * gdb.arch/i386-gnu-cfi.exp
7425 * gdb.arch/ia64-breakpoint-shadow.exp
7426 * gdb.arch/mips16-thunks.exp
7427 * gdb.arch/pa-nullify.exp
7428 * gdb.arch/powerpc-aix-prologue.exp
7429 * gdb.arch/powerpc-power.exp
7430 * gdb.arch/ppc-dfp.exp
7431 * gdb.arch/s390-tdbregs.exp
7432 * gdb.arch/spu-info.exp
7433 * gdb.arch/spu-ls.exp
7434 * gdb.arch/thumb-bx-pc.exp
7435 * gdb.base/advance.exp
7436 * gdb.base/annota-input-while-running.exp
7437 * gdb.base/arrayidx.exp
7438 * gdb.base/asmlabel.exp
7439 * gdb.base/async.exp
7440 * gdb.base/attach-wait-input.exp
7441 * gdb.base/auto-connect-native-target.exp
7442 * gdb.base/batch-preserve-term-settings.exp
7443 * gdb.base/bfp-test.exp
7444 * gdb.base/bigcore.exp
7445 * gdb.base/bp-permanent.exp
7446 * gdb.base/break-always.exp
7447 * gdb.base/break-fun-addr.exp
7448 * gdb.base/break-idempotent.exp
7449 * gdb.base/break-main-file-remove-fail.exp
7450 * gdb.base/break-probes.exp
7451 * gdb.base/break-unload-file.exp
7452 * gdb.base/break.exp
7453 * gdb.base/call-ar-st.exp
7454 * gdb.base/call-rt-st.exp
7455 * gdb.base/call-sc.exp
7456 * gdb.base/call-signal-resume.exp
7457 * gdb.base/call-strs.exp
7458 * gdb.base/callexit.exp
7459 * gdb.base/callfuncs.exp
7460 * gdb.base/catch-gdb-caused-signals.exp
7461 * gdb.base/catch-signal-siginfo-cond.exp
7462 * gdb.base/catch-syscall.exp
7463 * gdb.base/compare-sections.exp
7464 * gdb.base/cond-eval-mode.exp
7465 * gdb.base/condbreak-call-false.exp
7466 * gdb.base/consecutive-step-over.exp
7467 * gdb.base/cursal.exp
7468 * gdb.base/disabled-location.exp
7469 * gdb.base/disasm-end-cu.exp
7470 * gdb.base/display.exp
7471 * gdb.base/double-prompt-target-event-error.exp
7472 * gdb.base/dprintf-bp-same-addr.exp
7473 * gdb.base/dprintf-detach.exp
7474 * gdb.base/dprintf-next.exp
7475 * gdb.base/dprintf-non-stop.exp
7476 * gdb.base/dprintf-pending.exp
7477 * gdb.base/dso2dso.exp
7478 * gdb.base/ending-run.exp
7479 * gdb.base/enum_cond.exp
7480 * gdb.base/examine-backward.exp
7481 * gdb.base/exe-lock.exp
7482 * gdb.base/exec-invalid-sysroot.exp
7483 * gdb.base/execl-update-breakpoints.exp
7484 * gdb.base/execution-termios.exp
7485 * gdb.base/fileio.exp
7486 * gdb.base/fixsection.exp
7487 * gdb.base/foll-exec-mode.exp
7488 * gdb.base/foll-exec.exp
7489 * gdb.base/fork-running-state.exp
7490 * gdb.base/frame-args.exp
7491 * gdb.base/fullpath-expand.exp
7492 * gdb.base/func-ptr.exp
7493 * gdb.base/gcore-relro-pie.exp
7494 * gdb.base/gdb1090.exp
7495 * gdb.base/gdb1555.exp
7496 * gdb.base/global-var-nested-by-dso.exp
7497 * gdb.base/gnu-ifunc.exp
7498 * gdb.base/hbreak-in-shr-unsupported.exp
7499 * gdb.base/hbreak-unmapped.exp
7500 * gdb.base/hook-stop.exp
7501 * gdb.base/infcall-input.exp
7502 * gdb.base/info-fun.exp
7503 * gdb.base/info-shared.exp
7504 * gdb.base/interrupt-noterm.exp
7505 * gdb.base/jit-so.exp
7506 * gdb.base/jit.exp
7507 * gdb.base/line-symtabs.exp
7508 * gdb.base/list.exp
7509 * gdb.base/longjmp.exp
7510 * gdb.base/macscp.exp
7511 * gdb.base/max-value-size.exp
7512 * gdb.base/nodebug.exp
7513 * gdb.base/nofield.exp
7514 * gdb.base/overlays.exp
7515 * gdb.base/paginate-after-ctrl-c-running.exp
7516 * gdb.base/paginate-bg-execution.exp
7517 * gdb.base/paginate-inferior-exit.exp
7518 * gdb.base/pending.exp
7519 * gdb.base/pr11022.exp
7520 * gdb.base/printcmds.exp
7521 * gdb.base/ptr-typedef.exp
7522 * gdb.base/ptype.exp
7523 * gdb.base/randomize.exp
7524 * gdb.base/range-stepping.exp
7525 * gdb.base/realname-expand.exp
7526 * gdb.base/relativedebug.exp
7527 * gdb.base/remote.exp
7528 * gdb.base/savedregs.exp
7529 * gdb.base/sepdebug.exp
7530 * gdb.base/set-noassign.exp
7531 * gdb.base/shlib-call.exp
7532 * gdb.base/shreloc.exp
7533 * gdb.base/sigaltstack.exp
7534 * gdb.base/sigbpt.exp
7535 * gdb.base/siginfo-addr.exp
7536 * gdb.base/siginfo-obj.exp
7537 * gdb.base/siginfo-thread.exp
7538 * gdb.base/signest.exp
7539 * gdb.base/signull.exp
7540 * gdb.base/sigrepeat.exp
7541 * gdb.base/skip.exp
7542 * gdb.base/so-impl-ld.exp
7543 * gdb.base/solib-corrupted.exp
7544 * gdb.base/solib-disc.exp
7545 * gdb.base/solib-display.exp
7546 * gdb.base/solib-overlap.exp
7547 * gdb.base/solib-search.exp
7548 * gdb.base/solib-symbol.exp
7549 * gdb.base/source-execution.exp
7550 * gdb.base/sss-bp-on-user-bp-2.exp
7551 * gdb.base/sss-bp-on-user-bp.exp
7552 * gdb.base/stack-checking.exp
7553 * gdb.base/stale-infcall.exp
7554 * gdb.base/step-break.exp
7555 * gdb.base/step-line.exp
7556 * gdb.base/step-over-exit.exp
7557 * gdb.base/step-test.exp
7558 * gdb.base/structs.exp
7559 * gdb.base/sym-file.exp
7560 * gdb.base/symtab-search-order.exp
7561 * gdb.base/term.exp
7562 * gdb.base/type-opaque.exp
7563 * gdb.base/unload.exp
7564 * gdb.base/until-nodebug.exp
7565 * gdb.base/until.exp
7566 * gdb.base/unwindonsignal.exp
7567 * gdb.base/watch-cond.exp
7568 * gdb.base/watch-non-mem.exp
7569 * gdb.base/watch_thread_num.exp
7570 * gdb.base/watchpoint-reuse-slot.exp
7571 * gdb.base/watchpoint-solib.exp
7572 * gdb.base/watchpoint.exp
7573 * gdb.btrace/dlopen.exp
7574 * gdb.cell/arch.exp
7575 * gdb.cell/break.exp
7576 * gdb.cell/bt.exp
7577 * gdb.cell/core.exp
7578 * gdb.cell/data.exp
7579 * gdb.cell/dwarfaddr.exp
7580 * gdb.cell/ea-cache.exp
7581 * gdb.cell/ea-standalone.exp
7582 * gdb.cell/ea-test.exp
7583 * gdb.cell/f-regs.exp
7584 * gdb.cell/fork.exp
7585 * gdb.cell/gcore.exp
7586 * gdb.cell/mem-access.exp
7587 * gdb.cell/ptype.exp
7588 * gdb.cell/registers.exp
7589 * gdb.cell/sizeof.exp
7590 * gdb.cell/solib-symbol.exp
7591 * gdb.cell/solib.exp
7592 * gdb.compile/compile-tls.exp
7593 * gdb.cp/exception.exp
7594 * gdb.cp/gdb2495.exp
7595 * gdb.cp/local.exp
7596 * gdb.cp/mb-inline.exp
7597 * gdb.cp/mb-templates.exp
7598 * gdb.cp/pr10687.exp
7599 * gdb.cp/pr9167.exp
7600 * gdb.cp/scope-err.exp
7601 * gdb.cp/templates.exp
7602 * gdb.cp/virtfunc.exp
7603 * gdb.dwarf2/dw2-dir-file-name.exp
7604 * gdb.dwarf2/dw2-single-line-discriminators.exp
7605 * gdb.fortran/complex.exp
7606 * gdb.fortran/library-module.exp
7607 * gdb.guile/guile.exp
7608 * gdb.guile/scm-cmd.exp
7609 * gdb.guile/scm-frame-inline.exp
7610 * gdb.guile/scm-objfile.exp
7611 * gdb.guile/scm-pretty-print.exp
7612 * gdb.guile/scm-symbol.exp
7613 * gdb.guile/scm-type.exp
7614 * gdb.guile/scm-value.exp
7615 * gdb.linespec/keywords.exp
7616 * gdb.linespec/ls-errs.exp
7617 * gdb.linespec/macro-relative.exp
7618 * gdb.linespec/thread.exp
7619 * gdb.mi/mi-breakpoint-changed.exp
7620 * gdb.mi/mi-dprintf-pending.exp
7621 * gdb.mi/mi-fullname-deleted.exp
7622 * gdb.mi/mi-logging.exp
7623 * gdb.mi/mi-pending.exp
7624 * gdb.mi/mi-solib.exp
7625 * gdb.mi/new-ui-mi-sync.exp
7626 * gdb.mi/user-selected-context-sync.exp
7627 * gdb.multi/dummy-frame-restore.exp
7628 * gdb.multi/multi-arch-exec.exp
7629 * gdb.multi/remove-inferiors.exp
7630 * gdb.multi/watchpoint-multi-exit.exp
7631 * gdb.opt/solib-intra-step.exp
7632 * gdb.perf/backtrace.exp
7633 * gdb.perf/single-step.exp
7634 * gdb.perf/skip-command.exp
7635 * gdb.perf/skip-prologue.exp
7636 * gdb.perf/solib.exp
7637 * gdb.python/lib-types.exp
7638 * gdb.python/py-as-string.exp
7639 * gdb.python/py-bad-printers.exp
7640 * gdb.python/py-block.exp
7641 * gdb.python/py-breakpoint.exp
7642 * gdb.python/py-cmd.exp
7643 * gdb.python/py-events.exp
7644 * gdb.python/py-evthreads.exp
7645 * gdb.python/py-finish-breakpoint.exp
7646 * gdb.python/py-finish-breakpoint2.exp
7647 * gdb.python/py-frame-inline.exp
7648 * gdb.python/py-frame.exp
7649 * gdb.python/py-inferior.exp
7650 * gdb.python/py-infthread.exp
7651 * gdb.python/py-mi.exp
7652 * gdb.python/py-objfile.exp
7653 * gdb.python/py-pp-maint.exp
7654 * gdb.python/py-pp-registration.exp
7655 * gdb.python/py-prettyprint.exp
7656 * gdb.python/py-recurse-unwind.exp
7657 * gdb.python/py-shared.exp
7658 * gdb.python/py-symbol.exp
7659 * gdb.python/py-symtab.exp
7660 * gdb.python/py-template.exp
7661 * gdb.python/py-type.exp
7662 * gdb.python/py-unwind-maint.exp
7663 * gdb.python/py-unwind.exp
7664 * gdb.python/py-value.exp
7665 * gdb.python/python.exp
7666 * gdb.reverse/finish-reverse-bkpt.exp
7667 * gdb.reverse/insn-reverse.exp
7668 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7669 * gdb.reverse/solib-precsave.exp
7670 * gdb.reverse/solib-reverse.exp
7671 * gdb.stabs/gdb11479.exp
7672 * gdb.stabs/weird.exp
7673 * gdb.threads/fork-child-threads.exp
7674 * gdb.threads/fork-plus-threads.exp
7675 * gdb.threads/fork-thread-pending.exp
7676 * gdb.threads/forking-threads-plus-breakpoint.exp
7677 * gdb.threads/hand-call-in-threads.exp
7678 * gdb.threads/interrupted-hand-call.exp
7679 * gdb.threads/linux-dp.exp
7680 * gdb.threads/local-watch-wrong-thread.exp
7681 * gdb.threads/next-while-other-thread-longjmps.exp
7682 * gdb.threads/non-ldr-exit.exp
7683 * gdb.threads/pending-step.exp
7684 * gdb.threads/print-threads.exp
7685 * gdb.threads/process-dies-while-detaching.exp
7686 * gdb.threads/process-dies-while-handling-bp.exp
7687 * gdb.threads/pthreads.exp
7688 * gdb.threads/queue-signal.exp
7689 * gdb.threads/reconnect-signal.exp
7690 * gdb.threads/signal-command-handle-nopass.exp
7691 * gdb.threads/signal-command-multiple-signals-pending.exp
7692 * gdb.threads/signal-delivered-right-thread.exp
7693 * gdb.threads/signal-sigtrap.exp
7694 * gdb.threads/sigthread.exp
7695 * gdb.threads/staticthreads.exp
7696 * gdb.threads/stepi-random-signal.exp
7697 * gdb.threads/thread-unwindonsignal.exp
7698 * gdb.threads/thread_check.exp
7699 * gdb.threads/thread_events.exp
7700 * gdb.threads/tid-reuse.exp
7701 * gdb.threads/tls-nodebug.exp
7702 * gdb.threads/tls-shared.exp
7703 * gdb.threads/tls-so_extern.exp
7704 * gdb.threads/tls.exp
7705 * gdb.threads/wp-replication.exp
7706 * gdb.trace/actions-changed.exp
7707 * gdb.trace/actions.exp
7708 * gdb.trace/backtrace.exp
7709 * gdb.trace/change-loc.exp
7710 * gdb.trace/collection.exp
7711 * gdb.trace/deltrace.exp
7712 * gdb.trace/disconnected-tracing.exp
7713 * gdb.trace/entry-values.exp
7714 * gdb.trace/ftrace-lock.exp
7715 * gdb.trace/ftrace.exp
7716 * gdb.trace/infotrace.exp
7717 * gdb.trace/mi-trace-frame-collected.exp
7718 * gdb.trace/mi-trace-unavailable.exp
7719 * gdb.trace/mi-traceframe-changed.exp
7720 * gdb.trace/mi-tracepoint-changed.exp
7721 * gdb.trace/mi-tsv-changed.exp
7722 * gdb.trace/no-attach-trace.exp
7723 * gdb.trace/packetlen.exp
7724 * gdb.trace/passc-dyn.exp
7725 * gdb.trace/passcount.exp
7726 * gdb.trace/pending.exp
7727 * gdb.trace/pr16508.exp
7728 * gdb.trace/qtro.exp
7729 * gdb.trace/range-stepping.exp
7730 * gdb.trace/read-memory.exp
7731 * gdb.trace/report.exp
7732 * gdb.trace/save-trace.exp
7733 * gdb.trace/signal.exp
7734 * gdb.trace/stap-trace.exp
7735 * gdb.trace/status-stop.exp
7736 * gdb.trace/strace.exp
7737 * gdb.trace/tfile.exp
7738 * gdb.trace/tfind.exp
7739 * gdb.trace/trace-break.exp
7740 * gdb.trace/trace-condition.exp
7741 * gdb.trace/trace-enable-disable.exp
7742 * gdb.trace/trace-mt.exp
7743 * gdb.trace/tracecmd.exp
7744 * gdb.trace/tracefile-pseudo-reg.exp
7745 * gdb.trace/tspeed.exp
7746 * gdb.trace/tstatus.exp
7747 * gdb.trace/tsv.exp
7748 * gdb.trace/unavailable.exp
7749 * gdb.trace/while-dyn.exp
7750 * gdb.trace/while-stepping.exp
7751 * lib/gdb-guile.exp
7752 * lib/gdb.exp
7753 * lib/mi-support.exp
7754 * lib/pascal.exp
7755 * lib/perftest.exp
7756 * lib/prelink-support.exp
7757 * lib/selftest-support.exp
7758
77592016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
7760
7761 * Makefile.in: Include disable-implicit-rules.mk.
7762
77632016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7764
7765 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
7766 non-byte-aligned bit fields.
7767
77682016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7769
7770 PR gdb/12616
7771 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
7772 respects the DW_AT_data_bit_offset attribute.
7773
77742016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
7775
7776 * gdb.base/default.exp: Fix output of "set language".
7777
77782016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
7779
7780 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
7781 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
7782 make.
7783 * configure.ac: Remove checks for the make program.
7784 * configure: Re-generate.
7785
77862016-11-16 Kevin Buettner <kevinb@redhat.com>
7787
7788 * gdb.python/py-recurse-unwind.c (main): Add loop.
7789 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
7790 to read_register() and gdb.parse_and_eval(). Make each code
7791 call a separate case that can be individually tested.
7792 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
7793 proc. Call cont_and_backtrace for each of the code paths that
7794 we want to test in the unwinder.
7795
77962016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
7797
7798 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
7799 the definition of struct S.
7800
78012016-11-11 Catherine Moore <clm@codesourcery.com>
7802
7803 * gdb.base/dump.exp: Identify verilog format dump tests as such.
7804
78052016-11-09 Pedro Alves <palves@redhat.com>
7806
7807 * gdb.base/commands.exp (runto_or_return): New procedure.
7808 (gdbvar_simple_if_test, gdbvar_simple_while_test)
7809 (gdbvar_complex_if_while_test, progvar_simple_if_test)
7810 (progvar_simple_while_test, progvar_complex_if_while_test)
7811 (if_while_breakpoint_command_test)
7812 (infrun_breakpoint_command_test, breakpoint_command_test)
7813 (user_defined_command_test, watchpoint_command_test)
7814 (test_command_prompt_position, redefine_hook_test)
7815 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
7816 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
7817 multi_line_input and multi_line. Remove gdb_expect and
7818 gdb_stop_suppressing_tests uses.
7819 * lib/gdb.exp (valnum_re): New global.
7820 (multi_line_input): New procedure.
7821
78222016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
7823
7824 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
7825 Remove.
7826 (test_setup): Define with proc_with_prefix.
7827 (test_cli_inferior): Likewise.
7828 (test_cli_thread): Likewise.
7829 (test_cli_frame): Likewise.
7830 (test_cli_select_frame): Likewise.
7831 (test_cli_up_down): Likewise.
7832 (test_mi_thread_select): Likewise.
7833 (test_mi_stack_select_frame): Likewise.
7834 (test_cli_in_mi_inferior): Likewise.
7835 (test_cli_in_mi_thread): Likewise.
7836 (test_cli_in_mi_frame): Likewise.
7837 (top level): Do not use with_test_prefix_procname.
7838
78392016-11-09 Pedro Alves <palves@redhat.com>
7840
7841 * gdb.base/commands.exp (gdbvar_simple_if_test)
7842 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
7843 (progvar_simple_if_test, progvar_simple_while_test)
7844 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
7845 (infrun_breakpoint_command_test, breakpoint_command_test)
7846 (user_defined_command_test, watchpoint_command_test)
7847 (test_command_prompt_position, deprecated_command_test)
7848 (bp_deleted_in_command, temporary_breakpoint_commands)
7849 (stray_arg0_test, source_file_with_indented_comment)
7850 (recursive_source_test, if_commands_test)
7851 (error_clears_commands_left, redefine_hook_test)
7852 (redefine_backtrace_test): Use proc_with_prefix.
7853 * lib/gdb.exp (proc_with_prefix): New proc.
7854
78552016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7856
7857 * gdb.base/tui-layout.c: New file.
7858 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
7859 disassembly window contains very long lines.
7860
78612016-11-08 Tom Tromey <tom@tromey.com>
7862
7863 * gdb.python/py-value.exp (test_value_creation): Make "long" test
7864 depend on Python 2.
7865
78662016-11-08 Tom Tromey <tom@tromey.com>
7867
7868 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
7869 New method.
7870
78712016-10-29 Manish Goregaokar <manish@mozilla.com>
7872
7873 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
7874
78752016-10-27 Manish Goregaokar <manish@mozilla.com>
7876
7877 * gdb.rust/simple.rs: Add test for univariant enums without
7878 discriminants and for encoded struct-like enums.
7879
78802016-10-28 Pedro Alves <palves@redhat.com>
7881
7882 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
7883 gdb_test_multiple, tighten regexps and match symtabs and line
7884 tables incrementally.
7885
78862016-10-28 Luis Machado <lgustavo@codesourcery.com>
7887
7888 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
7889 general.
7890
78912016-10-25 Luis Machado <lgustavo@codesourcery.com>
7892
7893 * gdb.base/exec-invalid-sysroot.exp: New file.
7894
78952016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7896
7897 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
7898
78992016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7900
7901 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
7902
79032016-10-19 Maciej W. Rozycki <macro@imgtec.com>
7904
7905 * gdb.base/killed-outside.exp: Remove $options from a call to
7906 `prepare_for_testing'.
7907
79082016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7909
7910 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7911 Change test message.
7912
79132016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7914
7915 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7916 Update comment.
7917
79182016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7919
7920 * gdb.trace/mi-trace-save.exp: New file.
7921
79222016-10-13 Yao Qi <yao.qi@linaro.org>
7923
7924 * gdb.base/code_elim.exp (get_var_address): Remove.
7925 * gdb.base/relocate.exp: Likewise.
7926 * gdb.base/shreloc.exp: Likewise.
7927 * lib/gdb.exp (get_var_address): New.
7928
79292016-10-13 Yao Qi <yao.qi@linaro.org>
7930
7931 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
7932 floating point tests if $skip_float_test is false.
7933
79342016-10-12 Luis Machado <lgustavo@codesourcery.com>
7935
7936 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
7937 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
7938 argc values.
7939 Add 1 to argc so we guarantee distinct initial/modified argc values.
7940
79412016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7942
7943 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
7944
79452016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7946
7947 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
7948 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
7949 * gdb.arch/vsx-regs.exp: Likewise.
7950
79512016-10-07 Yao Qi <yao.qi@linaro.org>
7952
7953 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
7954
79552016-10-07 Markus Metzger <markus.t.metzger@intel.com>
7956
7957 * gdb.python/python.exp: Test decode_line("*0").
7958
79592016-10-06 Doug Evans <dje@google.com>
7960
7961 * gdb.python/py-value.exp (test_value_creation): Add test for large
7962 unsigned 64-bit value.
7963
79642016-10-06 Tom Tromey <tom@tromey.com>
7965
7966 * gdb.compile/compile.exp: Change java tests to rust.
7967 * gdb.base/setshow.exp: Change java tests to rust.
7968 * gdb.base/default.exp: Remove java from language list.
7969 * README (Examples): Update language example.
7970 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
7971 test.
7972 * lib/gdb.exp (skip_java_tests): Remove.
7973 * lib/java.exp: Remove.
7974 * gdb.java: Remove.
7975
79762016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7977
7978 * gdb.arch/mips-fcr.exp: New test.
7979 * gdb.arch/mips-fcr.c: Source for the new test.
7980
79812016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7982
7983 * gdb.base/solib-disc.exp: Use `standard_output_file'
7984 throughout.
7985
79862016-10-06 Pedro Alves <palves@redhat.com>
7987
7988 * gdb.base/jit-simple-dl.c: New file.
7989 * gdb.base/jit-simple-jit.c: New file, factored out from ...
7990 * gdb.base/jit-simple.c: ... this.
7991 * gdb.base/jit-simple.exp (jit_run): Delete.
7992 (build_jit): New proc.
7993 (jit_test_reread): Recompile either the main program or the shared
7994 library, depending on what is being tested. Skip changing address
7995 if caller wants to. Compare before/after addresses. If testing
7996 standalone, explicitly load the binary. Test "maint info
7997 breakpoints".
7998 (top level): Add "standalone vs shared lib" and "change address"
7999 vs "same address" axes.
8000
80012016-10-06 Pedro Alves <palves@redhat.com>
8002
8003 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
8004 call.
8005 (jit_run): Delete.
8006 (jit_test_reread): Use with_test_prefix. Reload the main binary
8007 explicitly. Compare the before/after addresses of the JIT
8008 descriptor.
8009
80102016-08-15 Doug Evans <dje@google.com>
8011
8012 * gdb.xml/extra-regs.xml: Update, end field now required, default type
8013 for single bitfields is bool.
8014 * gdb.xml/tdesc-regs.exp: Ditto.
8015
80162016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8017
8018 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
8019
80202016-10-05 Yao Qi <yao.qi@linaro.org>
8021
8022 * lib/gdb.exp (support_complex_tests): Return zero if
8023 gdb_skip_float_test return true.
8024
80252016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
8026 Simon Marchi <simon.marchi@ericsson.com>
8027
8028 PR gdb/20487
8029 * gdb.mi/user-selected-context-sync.exp: New file.
8030 * gdb.mi/user-selected-context-sync.c: New file.
8031
80322016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
8033 Simon Marchi <simon.marchi@ericsson.com>
8034
8035 PR gdb/20487
8036 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
8037 =thread-select-event check.
8038
80392016-09-29 Peter Bergner <bergner@vnet.ibm.com>
8040
8041 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
8042 the compulsory L operand changes.
8043 * gdb.arch/powerpc-power.s: Likewise.
8044
80452016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8046
8047 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
8048 * gdb.base/jit-attach-pie.c: New file.
8049 * gdb.base/jit-attach-pie.exp: New file.
8050
80512016-09-28 Pedro Alves <palves@redhat.com>
8052
8053 * gdb.base/infcall-input.c: New file.
8054 * gdb.base/infcall-input.exp: New file.
8055
80562016-09-22 Yao Qi <yao.qi@linaro.org>
8057
8058 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
8059 (gdb_exit): Rename it to ...
8060 (gdbserver_gdb_exit): ... Close GDBserver.
8061 (gdb_exit): New proc, call gdbserver_gdb_exit.
8062 (mi_gdb_exit): Likewise.
8063
80642016-09-22 Yao Qi <yao.qi@linaro.org>
8065
8066 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
8067 path.
8068 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
8069 Remove duplication.
8070
80712016-09-22 Yao Qi <yao.qi@linaro.org>
8072
8073 * lib/gdbserver-support.exp: Check the existence of
8074 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
8075
80762016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
8077
8078 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
8079
80802016-09-21 Tom Tromey <tom@tromey.com>
8081
8082 PR gdb/20604:
8083 * gdb.base/quit.exp: New file.
8084
80852016-09-21 Simon Marchi <simon.marchi@ericsson.com>
8086
8087 * .gitignore: New file.
8088
80892016-09-21 Maciej W. Rozycki <macro@imgtec.com>
8090
8091 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
8092 throughout.
8093
80942016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8095
8096 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
8097
80982016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8099
8100 * gdb.cp/casts.cc (decltype): Move it ...
8101 (main): ... with its call to ...
8102 * gdb.cp/casts03.cc: ... a new file.
8103 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
8104
81052016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8106
8107 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
8108
81092016-09-15 Peter Bergner <bergner@vnet.ibm.com>
8110
8111 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
8112 and sync up the test with tests in gas/testsuite/gas/ppc.
8113 * gdb.arch/powerpc-power.exp: Likewise.
8114
81152016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8116
8117 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
8118
81192016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
8120 Jan Kratochvil <jan.kratochvil@redhat.com>
8121
8122 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
8123 make m1's definition to be different from m2's. Use 'dummy' as an
8124 argument for probe 'two'.
8125
81262016-09-10 Jon Beniston <jon@beniston.com>
8127
8128 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
8129 for sim target.
8130
81312016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8132
8133 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
8134 variable declaration.
8135 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
8136 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
8137 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
8138 received HWCAP as its argument.
8139
81402016-09-06 Pedro Alves <palves@redhat.com>
8141
8142 * gdb.base/new-ui-pending-input.c: New file.
8143 * gdb.base/new-ui-pending-input.exp: New file.
8144 * gdb.exp (clear_gdb_spawn_id): New procedure.
8145 (with_spawn_id): Check whether gdb_spawn_id exists before
8146 referencing it. If gdb_spawn_id didn't exist on entry, clear it
8147 on exit.
8148
81492016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8150
8151 * gdb.base/float128.c: New file.
8152 * gdb.base/float128.exp: Likewise.
8153 * gdb.base/floatn.c: Likewise.
8154 * gdb.base/floatn.exp: Likewise.
8155
81562016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8157
8158 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
8159
81602016-09-05 Pedro Alves <palves@redhat.com>
8161
8162 PR backtrace/19927
8163 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
8164 unwinders are immediately called as side effect of "source" or
8165 "disable unwinder" commands.
8166 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
8167
81682016-09-02 Yao Qi <yao.qi@linaro.org>
8169
8170 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
8171 is true and $type is "float" or "double".
8172
81732016-09-02 Yao Qi <yao.qi@linaro.org>
8174
8175 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
8176 true.
8177 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
8178 * gdb.base/call-rt-st.exp: Likewise.
8179 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
8180 return value instead of gdb,skip_float_test.
8181 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
8182 (do_function_calls): Use its return value instead of
8183 gdb,skip_float_test.
8184 * gdb.base/finish.exp: Likewise.
8185 * gdb.base/funcargs.exp: Likewise.
8186 * gdb.base/return.exp: Likewise.
8187 * gdb.base/return2.exp: Likewise.
8188 * gdb.base/varargs.exp: Likewise.
8189 * lib/gdb.exp (gdb_skip_float_test): Change it to
8190 gdb_caching_proc. Detect the broken ptrace on arm-linux.
8191
81922016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
8193
8194 * gdb.multi/tids.exp: Test "thread apply all".
8195
81962016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8197
8198 * gdb.base/default.exp (tty): Remove.
8199
82002016-08-24 Kevin Buettner <kevinb@redhat.com>
8201
8202 * gdb.python/py-recurse-unwind.c: New file.
8203 * gdb.python/py-recurse-unwind.py: New file.
8204 * gdb.python/py-recurse-unwind.exp: New file.
8205
82062016-08-24 Simon Marchi <simon.marchi@ericsson.com>
8207
8208 * gdb.base/set-inferior-tty.exp: New file.
8209 * gdb.base/set-inferior-tty.c: New file.
8210
82112016-08-23 Pedro Alves <palves@redhat.com>
8212
8213 PR gdb/20494
8214 * gdb.base/new-ui-echo.c: New file.
8215 * gdb.base/new-ui-echo.exp: New file.
8216
82172016-08-23 Yao Qi <yao.qi@linaro.org>
8218
8219 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
8220 gdbserver_spawn.
8221 * gdb.server/connect-without-multi-process.exp (do_test):
8222 Likewise.
8223
82242016-08-23 Yao Qi <yao.qi@linaro.org>
8225
8226 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
8227 standalone_txt. Delete gdb_txt and standalone_txt on host
8228 and target. Spawn the binary on target. Copy files from
8229 target to host.
8230
82312016-08-22 Pedro Alves <palves@redhat.com>
8232
8233 PR gdb/20505
8234 * gdb.base/vdso-warning.exp: Test core dumps too. Use
8235 with_test_prefix. Factor out bits to ...
8236 (test_no_vdso): ... this new procedure.
8237
82382016-08-19 Carl Love <cel@us.ibm.com>
8239
8240 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
8241 maintaining separate logic for constructing the output path.
8242 * gdb.arch/powerpc-d128-regs.exp: Likewise.
8243 * gdb.arch/ppc-dfp.exp: Likewise.
8244 * gdb.arch/ppc-fp.exp: Likewise.
8245 * gdb.arch/vsx-regs.exp: Likewise.
8246 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
8247 binprefix for generating the additional binary files.
8248
82492016-08-19 Pedro Alves <palves@redhat.com>
8250
8251 * gdb.trace/mi-trace-frame-collected.exp
8252 (test_trace_frame_collected): On x32, expect two registers.
8253
82542016-08-18 Carl Love <cel@us.ibm.com>
8255
8256 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
8257 and sync up the test with tests in gas/testsuite/gas/ppc.
8258 * gdb.arch/powerpc-power.exp: Likewise.
8259
82602016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8261
8262 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
8263 expected error message.
8264
82652016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8266
8267 * gdb.multi/remove-inferiors.exp: New file.
8268 * gdb.multi/remove-inferiors.c: New file.
8269
82702016-08-12 Yao Qi <yao.qi@linaro.org>
8271
8272 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
8273 argument list.
8274
82752016-08-10 Pedro Alves <palves@redhat.com>
8276
8277 PR gdb/19187
8278 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
8279 setup_kfails.
8280
82812016-08-09 Pedro Alves <palves@redhat.com>
8282 Simon Marchi <simon.marchi@ericsson.com>
8283
8284 PR gdb/20418
8285 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
8286 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
8287
82882016-08-09 Pedro Alves <palves@redhat.com>
8289
8290 PR mi/20431
8291 * gdb.mi/mi-cmd-error.exp: New file.
8292
82932016-08-09 Pedro Alves <palves@redhat.com>
8294
8295 PR gdb/18653
8296 * gdb.base/signals-state-child.c: New file.
8297 * gdb.base/signals-state-child.exp: New file.
8298 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
8299
83002016-08-09 Pedro Alves <palves@redhat.com>
8301
8302 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
8303
83042016-08-03 Tom Tromey <tom@tromey.com>
8305
8306 PR python/18565:
8307 * gdb.python/py-frame-inline.exp: Add Frame.function test.
8308
83092016-08-01 Yao Qi <yao.qi@linaro.org>
8310
8311 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
8312 variable mode to "multi-process" if $multi_process is 1, otherwise
8313 set it to "single-process".
8314
83152016-08-01 Yao Qi <yao.qi@linaro.org>
8316
8317 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
8318 * gdb.cp/cpexprs.exp: Likewise.
8319 * gdb.cp/m-static.exp: Likewise.
8320
83212016-07-26 Tom Tromey <tom@tromey.com>
8322
8323 PR python/20190:
8324 * gdb.threads/tls.exp (check_thread_local): Add python symbol
8325 test.
8326
83272016-07-26 Markus Metzger <markus.t.metzger@intel.com>
8328
8329 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
8330 selecting assembly source files.
8331 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
8332 assembly source files.
8333 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
8334 assembly source files.
8335 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
8336 selecting assembly source files.
8337
83382016-07-25 Simon Marchi <simon.marchi@ericsson.com>
8339
8340 * gdb.base/new-ui.exp (do_test_invalid_args): New
8341 procedure.
8342
83432016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
8344
8345 * gdb.btrace/reconnect.c: New file.
8346 * gdb.btrace/reconnect.exp: New file.
8347
83482016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
8349
8350 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
8351 to test_catch_syscall_group.
8352 (test_catch_syscall_group): New.
8353
83542016-07-21 Tom Tromey <tom@tromey.com>
8355
8356 * gdb.rust/simple.rs (main): Use empty struct expression.
8357 * gdb.rust/simple.exp: Add tests for empty struct expression.
8358
83592016-07-21 Yao Qi <yao.qi@linaro.org>
8360
8361 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
8362 if gdb_skip_xml_test is true on some targets.
8363
83642016-07-21 Yao Qi <yao.qi@linaro.org>
8365
8366 * gdb.server/solib-list.exp: Unset last_loaded_file.
8367
83682016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8369
8370 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
8371 "step into captured_main (args)".
8372
83732016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8374
8375 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
8376
83772016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8378
8379 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
8380
83812016-07-19 Pedro Alves <palves@redhat.com>
8382
8383 * gdb.opt/inline-break.exp: Remove optimize=-O2.
8384 * gdb.opt/inline-bt.exp: Likewise.
8385 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
8386 additional_flags=-Winline.
8387 * gdb.opt/inline-locals.exp: Likewise.
8388 * gdb.opt/inline-markers.c (ATTR): Define.
8389 (inlined_fn): Use it.
8390
83912016-07-19 Yao Qi <yao.qi@linaro.org>
8392
8393 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
8394 (test_with_self): Remove some code. Remove argument executable.
8395 (top-level): Use do_self_tests.
8396
83972016-07-15 Zachary Welch <zwelch@codesourcery.com>
8398 Don Breazeal <donb@codesourcery.com>
8399
8400 * gdb.base/maint.exp: Escape paths used in regular expressions.
8401 * gdb.stabs/weird.exp: Likewise.
8402
84032016-07-13 Tom Tromey <tom@tromey.com>
8404
8405 PR python/15620, PR python/18620:
8406 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
8407 (test_bkpt_events): New procs.
8408
84092016-07-13 Tom Tromey <tom@tromey.com>
8410
8411 PR python/17698:
8412 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
8413 test.
8414 (test_watchpoints): Likewise.
8415 (test_bkpt_pending): New proc.
8416
84172016-07-13 Tom Tromey <tom@tromey.com>
8418
8419 PR cli/18053:
8420 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
8421 completion test.
8422
84232016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8424
8425 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
8426 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
8427 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
8428 f_label.
8429 (g): Rename g_end_lbl to g_label.
8430 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
8431 low_pc and high_pc.
8432 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
8433
84342016-07-12 Tom Tromey <tom@tromey.com>
8435
8436 PR python/19293:
8437 * gdb.python/py-unwind-maint.exp: Update tests.
8438
84392016-07-12 Yao Qi <yao.qi@linaro.org>
8440
8441 * lib/selftest-support.exp (selftest_setup): Match the output
8442 when captured_main is inlined.
8443
84442016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
8445
8446 * gdb.fortran/derived-types.exp (result_line, result_line_2):
8447 New variables.
8448 (print this%a, print this%b, print this): New tests.
8449 * gdb.fortran/derived-types.f90 (this): New object and
8450 initialization.
8451
84522016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8453
8454 * gdb.ada/arraydim.exp: Remove extra directory level in build
8455 directory.
8456
84572016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8458
8459 * lib/ada.exp: Remove extra directory level in build directory.
8460 * gdb.ada/cond_lang.exp: Likewise.
8461 * gdb.ada/exec_changed.exp: Likewise.
8462 * gdb.ada/lang_switch.exp: Likewise.
8463
84642016-07-06 Manish Goregaokar <manish@mozilla.com>
8465
8466 * simple.rs: Add test for raw pointer subscripting.
8467 * simple.exp: Add test expectations.
8468
84692016-07-05 Yao Qi <yao.qi@linaro.org>
8470
8471 * gdb.mi/mi-reverse.exp: Match =record-started output.
8472
84732016-07-01 Pedro Alves <palves@redhat.com>
8474
8475 * gdb.base/jit-reader.exp (info_registers_current_frame): New
8476 procedure.
8477 (jit_reader_test): Test the jit reader's unwinder.
8478 * gdb.base/jithost.c (jit_function_00_code): New global.
8479 (main): Use memcpy to fill in the mmapped code, instead of poking
8480 bytes manually here.
8481 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
8482 value.
8483 (read_debug_info): Save the function's range.
8484 (read_sp): New function.
8485 (unwind_frame): Use it. Also unwind RBP.
8486 (get_frame_id): Use read_sp.
8487 (gdb_init_reader): Use calloc instead of malloc.
8488 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
8489 parameter. Use gdb_test_multiple.
8490
84912016-07-01 Pedro Alves <palves@redhat.com>
8492 Antoine Tremblay <antoine.tremblay@ericsson.com>
8493
8494 * gdb.threads/process-dies-while-detaching.c: New file.
8495 * gdb.threads/process-dies-while-detaching.exp: New file.
8496
84972016-07-01 Pedro Alves <palves@redhat.com>
8498
8499 * gdb.multi/watchpoint-multi-exit.c: New file.
8500 * gdb.multi/watchpoint-multi-exit.exp: New file.
8501
85022016-06-30 Pedro Alves <palves@redhat.com>
8503
8504 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
8505 unset inferior_spawn_id.
8506
85072016-06-30 Pedro Alves <palves@redhat.com>
8508
8509 * lib/mi-support.exp (default_mi_gdb_start): Declare global
8510 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
8511
85122016-06-29 Yao Qi <yao.qi@linaro.org>
8513
8514 * gdb.base/return.c: Add copyright header.
8515
85162016-06-29 Tom Tromey <tom@tromey.com>
8517
8518 PR python/20129:
8519 * gdb.python/py-framefilter.exp: Add tests for setting priority
8520 and disabling of non-existent frame filter.
8521
85222016-06-29 Yao Qi <yao.qi@linaro.org>
8523
8524 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
8525 0x0f07ff.
8526
85272016-06-28 Yao Qi <yao.qi@linaro.org>
8528
8529 * gdb.base/catch-syscall.exp: Remove check on isnative and target
8530 triplets. Start gdb, execute catch syscall, and continue. Check
8531 gdb's output to determine catch syscall is supported.
8532
85332016-06-27 Manish Goregaokar <manish@mozilla.com>
8534
8535 * gdb.rust/simple.rs: Add test for returning unit in a function.
8536 * gdb.rust/simple.exp: Add expectation for functions returning
8537 unit.
8538
85392016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
8540
8541 * gdb.python/py-breakpoint-create-fail.c,
8542 gdb.python/py-breakpoint-create-fail.exp,
8543 gdb.python/py-breakpoint-create-fail.py: New testcase.
8544
85452016-06-25 Manish Goregaokar <manish@mozilla.com>
8546
8547 PR gdb/20239
8548 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
8549 * gdb.rust/simple.exp: Add test expectations for new NonZero
8550 tests.
8551
85522016-06-24 David Taylor <dtaylor@emc.com>
8553
8554 * gdb.base/offsets.exp: New file.
8555 * gdb.base/offsets.c: New file.
8556
85572016-06-23 Tom Tromey <tom@tromey.com>
8558
8559 PR gdb/16483:
8560 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
8561 before any filters are loaded.
8562
85632016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
8564
8565 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
8566 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
8567 structs.
8568 * gdb.fortran/derived-type-function.exp: New file.
8569 * gdb.fortran/derived-type-function.f90: New file.
8570
8571
85722016-06-21 Pedro Alves <palves@redhat.com>
8573
8574 * gdb.base/new-ui.exp: New file.
8575 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
8576 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
8577 (with_spawn_id): New procedure.
8578
85792016-06-21 Pedro Alves <palves@redhat.com>
8580
8581 * gdb.mi/mi-exec-run.exp: New file.
8582
85832016-06-21 Pedro Alves <palves@redhat.com>
8584
8585 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
8586 breakpoint command's output on the main UI.
8587 (test_break): New procedure, factored out from calls in the top
8588 level.
8589 (top level): Use foreach_with_prefix to test MI as main UI and as
8590 separate UI.
8591
85922016-06-21 Pedro Alves <palves@redhat.com>
8593
8594 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
8595 (test_awatch_creation_and_listing)
8596 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
8597 Remove 'type' parameter.
8598 (test_watchpoint_all): New parameter mi_mode. Remove
8599 with_test_prefix.
8600 (top level): Use foreach_with_prefix, and add main/separate UI MI
8601 testing axis.
8602
86032016-06-21 Pedro Alves <palves@redhat.com>
8604
8605 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
8606 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
8607 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
8608 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
8609 (gdb_main_spawn_id, mi_spawn_id): Declare and
8610 comment.
8611 (mi_create_inferior_pty): New procedure,
8612 factored out from default_mi_gdb_start.
8613 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
8614 procedures.
8615 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
8616 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
8617 Use mi_create_inferior_pty.
8618 (mi_gdb_start): Use eval to pass down args list.
8619
86202016-06-21 Pedro Alves <palves@redhat.com>
8621
8622 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
8623 * gdb.opt/inline-cmds.exp: Add MI tests.
8624
86252016-06-21 Pedro Alves <palves@redhat.com>
8626
8627 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
8628
86292016-06-21 Pedro Alves <palves@redhat.com>
8630
8631 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
8632 (top level): Use it instead of mi_execute_to.
8633
86342016-06-21 Pedro Alves <palves@redhat.com>
8635
8636 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
8637 (cont_handler_str): New.
8638 (signal_stop_handler): Set stop_handler_str instead of printing to
8639 stdout.
8640 (continue_handler): Set cont_handler_str instead of printing to
8641 stdout.
8642 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
8643 mi_send_resuming_command. Print stop_handler_str and
8644 cont_handler_str instead of expecting the python events print
8645 directly.
8646
86472016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
8648
8649 * gdb.base/jit-reader.exp: New file.
8650 * gdb.base/jithost.c: New file.
8651 * gdb.base/jithost.h: New file.
8652 * gdb.base/jitreader.c : New file.
8653 * gdb.base/jit-protocol.h: New file.
8654
86552016-06-17 Yao Qi <yao.qi@linaro.org>
8656
8657 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
8658 parameters follow_fork and detach_on_fork. Set follow-fork-mode
8659 and detach-on-fork. Adjust tests.
8660 (top level): Invoke break_cond_on_syscall with combinations of
8661 syscall, follow-fork-mode and detach-on-fork.
8662
86632016-06-17 Yao Qi <yao.qi@linaro.org>
8664
8665 * gdb.base/step-over-exit.c: New.
8666 * gdb.base/step-over-exit.exp: New.
8667
86682016-06-17 Yan-Ting Lin <currygt52@gmail.com>
8669
8670 * gdb.base/float.exp: Add target check for nds32*-*-*.
8671 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
8672
86732016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
8674
8675 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
8676 for unsupported target features.
8677 * gdb.base/call-rt-st.exp: Likewise.
8678 * gdb.base/call-sc.exp: Likewise.
8679 * gdb.base/call-signal-resume.exp: Likewise.
8680 * gdb.base/call-strs.exp: Likewise.
8681 * gdb.base/callexit.exp: Likewise.
8682 * gdb.base/callfuncs.exp: Likewise.
8683 * gdb.base/nodebug.exp: Likewise.
8684 * gdb.base/printcmds.exp: Likewise.
8685 * gdb.base/ptype.exp: Likewise.
8686 * gdb.base/structs.exp: Likewise.
8687 * gdb.base/unwindonsignal.exp: Likewise.
8688 * gdb.cp/gdb2495.exp: Likewise.
8689 * gdb.cp/templates.exp: Likewise.
8690 * gdb.cp/virtfunc.exp: Likewise.
8691 * gdb.threads/hand-call-in-threads.exp: Likewise.
8692 * gdb.threads/interrupted-hand-call.exp: Likewise.
8693 * gdb.threads/thread-unwindonsignal.exp: Likewise.
8694
86952016-06-10 Tom Tromey <tom@tromey.com>
8696
8697 PR rust/20110:
8698 * gdb.rust/expr.exp: Add test for integer constant larger than
8699 i32.
8700
87012016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
8702
8703 * gdb.fortran/nested-funcs.exp: New.
8704 * gdb.fortran/nested-funcs.f90: New.
8705
87062016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
8707
8708 * gdb.base/examine-backward.c: New file.
8709 * gdb.base/examine-backward.exp: New file.
8710
87112016-06-06 Simon Marchi <simon.marchi@ericsson.com>
8712
8713 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
8714 matching.
8715
87162016-06-02 Tom Tromey <tom@tromey.com>
8717
8718 PR python/18984:
8719 * gdb.python/py-shared.exp: Add solib_name test.
8720
87212016-06-02 Simon Marchi <simon.marchi@ericsson.com>
8722
8723 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
8724
87252016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
8726
8727 PR c++/19893
8728 * gdb.dwarf2/implref.exp: Rename to...
8729 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
8730 * gdb.dwarf2/implref-array.c: New file.
8731 * gdb.dwarf2/implref-array.exp: Likewise.
8732 * gdb.dwarf2/implref-global.c: Likewise.
8733 * gdb.dwarf2/implref-global.exp: Likewise.
8734 * gdb.dwarf2/implref-struct.c: Likewise.
8735 * gdb.dwarf2/implref-struct.exp: Likewise.
8736
87372016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8738
8739 * gdb.trace/trace-condition.exp: Add 64bit tests.
8740
87412016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8742
8743 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
8744 bits types.
8745 (main): Adapt to 8 to 64 bits types.
8746 * gdb.trace/trace-condition.exp: Add new tests.
8747
87482016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8749
8750 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
8751
87522016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8753
8754 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
8755 Move condition tests...
8756 * gdb.trace/trace-condition.exp: Here.
8757
87582016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8759
8760 * gdb.trace/trace-condition.exp: Add counter-case tests.
8761
87622016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8763
8764 PR c++/15231
8765 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
8766 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
8767
87682016-05-27 Pedro Alves <palves@redhat.com>
8769
8770 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8771 New procedure.
8772 (top level): Call it, and bail out of DejaGnu is known to be bad.
8773
87742016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
8775
8776 * gdb.base/whatis.c: Extend the test case.
8777 * gdb.base/whatis.exp: Add additional tests.
8778
87792016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8780
8781* gdb.fortran/type.f90: Add pointer variable.
8782* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
8783
87842016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8785
8786 * gdb.fortran/vla-type.exp: Fix testcase name.
8787
87882016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8789
8790 * gdb.fortran/vla-type.exp: Access elements in nested structs.
8791
87922016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8793
8794 * gdb.fortran/type.f90: Add nested structures.
8795 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
8796 * gdb.fortran/derived-type.exp: Adapt expected output.
8797 * gdb.fortran/vla-type.exp: Adapt expected output.
8798
87992016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8800
8801 * gdb.fortran/whatis_type.exp: Adapt expected output.
8802
88032016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8804
8805 * gdb.fortran/print_type.exp: Fix expected output.
8806 * gdb.fortran/whatis_type.exp: Fix expected output.
8807
88082016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8809
8810 * gdb.fortran/whatis_type.exp: Use multi_line.
8811
88122016-05-24 Tom Tromey <tom@tromey.com>
8813
8814 PR python/17386:
8815 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
8816 use value as an index.
8817
88182016-05-23 Tom Tromey <tom@tromey.com>
8819
8820 PR python/17981:
8821 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
8822 no-breakpoint case.
8823
88242016-05-24 Pedro Alves <palves@redhat.com>
8825
8826 PR gdb/19828
8827 * gdb.threads/clone-attach-detach.c: New file.
8828 * gdb.threads/clone-attach-detach.exp: New file.
8829
88302016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
8831
8832 * gdb.base/annota-input-while-running.exp: Fix syntax error.
8833
88342016-05-23 Tom Tromey <tom@tromey.com>
8835
8836 PR python/19438, PR python/18393:
8837 * gdb.python/py-progspace.exp: Add "dir" test.
8838 * gdb.python/py-objfile.exp: Add "dir" test.
8839
88402016-05-23 Yao Qi <yao.qi@linaro.org>
8841
8842 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
8843 * gdb.arch/thumb2-it.exp: Likewise.
8844
88452016-05-18 Simon Marchi <simon.marchi@ericsson.com>
8846
8847 * gdb.mi/mi-threads-interrupt.c: New file.
8848 * gdb.mi/mi-threads-interrupt.exp: New file.
8849
88502016-05-17 Simon Marchi <simon.marchi@ericsson.com>
8851
8852 PR gdb/18077
8853 * gdb.mi/mi-async-run.exp: New file.
8854 * gdb.mi/mi-async-run.c: New file.
8855
88562016-05-17 Tom Tromey <tom@tromey.com>
8857 Manish Goregaokar <manishsmail@gmail.com>
8858
8859 * lib/rust-support.exp: New file.
8860 * lib/gdb.exp (skip_rust_tests): New proc.
8861 (build_executable_from_specs): Handle rust.
8862 * lib/future.exp (gdb_find_rustc): New proc.
8863 (gdb_default_target_compile): Handle rust.
8864 * gdb.rust/expr.exp: New file.
8865 * gdb.rust/generics.exp: New file.
8866 * gdb.rust/generics.rs: New file.
8867 * gdb.rust/methods.exp: New file.
8868 * gdb.rust/methods.rs: New file.
8869 * gdb.rust/modules.exp: New file.
8870 * gdb.rust/modules.rs: New file.
8871 * gdb.rust/simple.exp: New file.
8872 * gdb.rust/simple.rs: New file.
8873
88742016-05-17 Tom Tromey <tom@tromey.com>
8875
8876 * gdb.base/default.exp (set language): Add rust.
8877
88782016-05-17 Tom Tromey <tom@tromey.com>
8879
8880 * gdb.gdb/unittest.exp: New file.
8881
88822016-05-16 Yao Qi <yao.qi@linaro.org>
8883
8884 * gdb.base/batch-preserve-term-settings.exp: Remove variable
8885 shell_prompt. Update shell_prompt_re.
8886
88872016-05-12 Doug Evans <dje@google.com>
8888
8889 PR symtab/19999
8890 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
8891 $options when building executable.
8892 * gdb.dwarf2/fission-loclists-pie.S: New file.
8893 * gdb.dwarf2/fission-loclists-pie.exp: New file.
8894
88952016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8896
8897 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
8898 of [is_remote target],
8899
89002016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8901
8902 * lib/gdb.exp (use_gdb_stub): New procedure.
8903
89042016-05-03 Yunlian Jiang <yunlian@google.com>
8905 Doug Evans <dje@google.com>
8906
8907 PR symtab/19914
8908 * gdb.dwarf2/dwp-sepdebug.c: New file.
8909 * gdb.dwarf2/dwp-sepdebug.exp: New file.
8910
89112016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8912
8913 * gdb.base/detach.exp: Remove is_remote check.
8914
89152016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8916
8917 * gdb.base/annota-input-while-running.exp: Don't check for
8918 [is_remote target]. Enable annotations after running to main.
8919 Remove unused "set test..." line.
8920
89212016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8922
8923 * gdb.trace/trace-enable-disable.exp: New file.
8924 * gdb.trace/trace-enable-disable.c: New file.
8925
89262016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8927
8928 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
8929 use it in info sharedlibrary test.
8930 * gdb.trace/ftrace-lock.exp: Likewise.
8931 * gdb.trace/ftrace.exp: Likewise.
8932 * gdb.trace/range-stepping.exp: Likewise.
8933 * gdb.trace/trace-break.exp: Likewise.
8934 * gdb.trace/trace-condition.exp: Likewise.
8935 * gdb.trace/trace-mt.exp: Likewise.
8936
89372016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8938
8939 * lib/gdb.exp (gdb_load_shlibs): Rename to...
8940 (gdb_load_shlib): ... this.
8941 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
8942 gdb_load_shlib.
8943 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
8944 * gdb.base/ctxobj.exp: Likewise.
8945 * gdb.base/dprintf-pending.exp: Likewise.
8946 * gdb.base/dso2dso.exp: Likewise.
8947 * gdb.base/fixsection.exp: Likewise.
8948 * gdb.base/gcore-relro.exp: Likewise.
8949 * gdb.base/gdb1555.exp: Likewise.
8950 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8951 * gdb.base/gnu-ifunc.exp: Likewise.
8952 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
8953 * gdb.base/jit-so.exp (one_jit_test): Likewise.
8954 * gdb.base/pending.exp: Likewise.
8955 * gdb.base/print-file-var.exp: Likewise.
8956 * gdb.base/print-symbol-loading.exp: Likewise.
8957 * gdb.base/shlib-call.exp: Likewise.
8958 * gdb.base/shreloc.exp: Likewise.
8959 * gdb.base/so-impl-ld.exp: Likewise.
8960 * gdb.base/solib-disc.exp: Likewise.
8961 * gdb.base/solib-nodir.exp: Likewise.
8962 * gdb.base/solib-overlap.exp: Likewise.
8963 * gdb.base/solib-symbol.exp: Likewise.
8964 * gdb.base/solib-weak.exp (do_test): Likewise.
8965 * gdb.base/sym-file.exp: Likewise.
8966 * gdb.base/symtab-search-order.exp: Likewise.
8967 * gdb.base/type-opaque.exp: Likewise.
8968 * gdb.base/unload.exp: Likewise.
8969 * gdb.base/watchpoint-solib.exp: Likewise.
8970 * gdb.compile/compile.exp: Likewise.
8971 * gdb.cp/gdb2384.exp: Likewise.
8972 * gdb.cp/infcall-dlopen.exp: Likewise.
8973 * gdb.cp/re-set-overloaded.exp: Likewise.
8974 * gdb.fortran/library-module.exp: Likewise.
8975 * gdb.opt/solib-intra-step.exp: Likewise.
8976 * gdb.python/py-finish-breakpoint.exp: Likewise.
8977 * gdb.python/py-shared.exp: Likewise.
8978 * gdb.reverse/solib-precsave.exp: Likewise.
8979 * gdb.reverse/solib-reverse.exp: Likewise.
8980 * gdb.server/solib-list.exp: Likewise.
8981 * gdb.threads/dlopen-libpthread.exp: Likewise.
8982 * gdb.threads/tls-shared.exp: Likewise.
8983 * gdb.threads/tls-so_extern.exp: Likewise.
8984 * gdb.trace/change-loc.exp: Likewise.
8985 * gdb.trace/ftrace-lock.exp: Likewise.
8986 * gdb.trace/ftrace.exp: Likewise.
8987 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
8988 * gdb.trace/pending.exp: Likewise.
8989 * gdb.trace/range-stepping.exp: Likewise.
8990 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
8991 (strace_info_marker): Likewise.
8992 (strace_probe_marker): Likewise.
8993 (strace_trace_on_same_addr): Likewise.
8994 (strace_trace_on_diff_addr): Likewise.
8995 * gdb.trace/trace-break.exp: Likewise.
8996 * gdb.trace/trace-condition.exp: Likewise.
8997 * gdb.trace/trace-mt.exp: Likewise.
8998
89992016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9000
9001 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
9002 result of gdb_remote_download.
9003 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
9004 * gdb.base/dso2dso.exp: Likewise.
9005 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9006 * gdb.base/print-file-var.exp: Likewise.
9007 * gdb.base/shlib-call.exp: Likewise.
9008 * gdb.base/shreloc.exp: Likewise.
9009 * gdb.base/solib-overlap.exp: Likewise.
9010 * gdb.base/solib-weak.exp (do_test): Likewise.
9011 * gdb.base/unload.exp: Likewise.
9012
90132016-04-27 Yao Qi <yao.qi@linaro.org>
9014
9015 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
9016 exists.
9017
90182016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9019
9020 * vla-type.exp: Print structure from toplevel.
9021
90222016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9023
9024 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
9025 of dynamic types.
9026 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
9027 of dynamic types.
9028
90292016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9030
9031 * gdb.fortran/vla-type.f90: New file.
9032 * gdb.fortran/vla-type.exp: New file.
9033
90342016-04-25 Yao Qi <yao.qi@linaro.org>
9035
9036 * gdb.base/branch-to-self.c: New file.
9037 * gdb.base/branch-to-self.exp: New file.
9038
90392016-04-22 Yao Qi <yao.qi@linaro.org>
9040
9041 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
9042 more after $hex.
9043
90442016-04-22 Yao Qi <yao.qi@linaro.org>
9045
9046 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
9047 * gdb.base/annota3.exp: Likewise.
9048
90492016-04-22 Yao Qi <yao.qi@linaro.org>
9050
9051 * gdb.reverse/step-precsave.exp: Do one step and test program
9052 stops in "callee" and do multiple steps until program goes out
9053 of "callee".
9054 * gdb.reverse/step-reverse.exp: Likewise.
9055
90562016-04-22 Yao Qi <yao.qi@linaro.org>
9057
9058 * gdb.trace/signal.exp: Also pass if
9059 $tracepoint_hits($i) > $iterations.
9060
90612016-04-22 Yao Qi <yao.qi@linaro.org>
9062
9063 * gdb.trace/signal.c: New file.
9064 * gdb.trace/signal.exp: New file.
9065
90662016-04-19 Doug Evans <xdje42@gmail.com>
9067
9068 * gdb.base/bad-file.exp: New file.
9069
90702016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
9071
9072 * gdb.dwarf2/implref.exp: New file.
9073
90742016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9075
9076 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
9077 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
9078 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
9079 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
9080 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
9081 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
9082 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
9083 * lib/fortran.exp (fortran_int4): New procedure.
9084 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
9085 (fortran_logical4): Likewise.
9086
90872016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
9088
9089 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
9090
90912016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9092
9093 * lib/compiler.c: Add Intel specific preprocessor macros.
9094 * lib/compiler.cc: Likewise.
9095
90962016-04-13 Luis Machado <lgustavo@codesourcery.com>
9097
9098 * gdb.server/connect-with-no-symbol-file.c: New file.
9099 * gdb.server/connect-with-no-symbol-file.exp: New file.
9100
91012016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9102
9103 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
9104
91052016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9106
9107 * boards/gdbserver-base.exp (${board}_download): Copy source file to
9108 standard output directory.
9109
91102016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
9111
9112 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
9113
91142016-04-13 Markus Metzger <markus.t.metzger@intel.com>
9115
9116 * gdb.btrace/instruction_history.c (loop): Add declaration.
9117
91182016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
9119
9120 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
9121
91222016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
9123
9124 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
9125 parentheses to print.
9126 (continue_handler): Likewise.
9127
91282016-04-08 Simon Marchi <simon.marchi@ericsson.com>
9129
9130 * gdb.server/solib-list.exp: Remove is_remote check.
9131 Pass shlib= to gdb_compile. Don't link shared library with
9132 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
9133 Run binary filename through "readlink -f" on the target.
9134
91352016-04-08 Pedro Alves <palves@redhat.com>
9136
9137 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
9138 interpreter filename as argument to gdbserver_spawn.
9139 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9140 Return empty if $last_loaded_file does not exist.
9141
91422016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9143
9144 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
9145 * gdb.base/jit-main.c: Use exit after usage.
9146
91472016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9148
9149 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
9150 GDBHISTSIZE prior to the tests.
9151 * gdb.base/gdbinit-history.exp: Likewise.
9152
91532016-04-07 Pedro Alves <palves@redhat.com>
9154
9155 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
9156 instead of build_executable. Use gdb_load_shlibs.
9157
91582016-04-07 Yao Qi <yao.qi@linaro.org>
9159
9160 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
9161 Execute "si" command.
9162
91632016-04-07 Yao Qi <yao.qi@linaro.org>
9164
9165 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
9166 number instead of the comments on some line.
9167
91682016-04-06 Don Breazeal <donb@codesourcery.com>
9169
9170 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
9171 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
9172
91732016-04-06 Simon Marchi <simon.marchi@ericsson.com>
9174
9175 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
9176 standard_output_file. Remove unused binfile variable.
9177
91782016-04-05 Catalin Udma <catalin.udma@freescale.com>
9179
9180 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
9181 * gdb.python/py-mi-objfile.exp: Match "list main" output
9182 in console format.
9183
91842016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
9185
9186 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
9187 absolute.
9188
91892016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9190
9191 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
9192 absolute.
9193 * gdb.trace/ftrace.exp: Likewise.
9194 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
9195 targets as well.
9196 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
9197 (gdb_load_shlibs): Copy libraries to test directory when testing
9198 natively. Only set solib-search-path if testing remotely.
9199 * lib/mi-support.exp (mi_load_shlibs): Likewise.
9200
92012016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9202
9203 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
9204 gdb_download. Use it even if the target is not remote.
9205 * gdb.base/jit.exp (compile_jit_test): Likewise.
9206 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
9207 output directory if the destination board is local, otherwise use
9208 the standard remote_download from DejaGnu.
9209 (gdb_download): Remove.
9210 (gdb_load_shlibs): Use gdb_remote_download instead of
9211 gdb_download.
9212 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9213 Use gdb_remote_download instead of gdb_download. Use it even if
9214 the target is not remote.
9215 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
9216 instead of gdb_download.
9217
92182016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
9219
9220 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
9221 (test_insert_delete_modify): Call mi_load_shlibs before trying to
9222 run.
9223
92242016-04-01 Artemiy Volkov <artemiyv@acm.org>
9225
9226 PR gdb/19820
9227 * gdb.base/printcmds.exp: Add artificial arrays tests.
9228
92292016-03-31 Pedro Alves <palves@redhat.com>
9230
9231 PR gdb/19858
9232 * gdb.base/jit-main.c: Include unistd.h.
9233 (ATTACH): Define to 0 if not already defined.
9234 (wait_for_gdb, mypid): New globals.
9235 (WAIT_FOR_GDB): New macro.
9236 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
9237 some breakpoint locations.
9238 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
9239 New procedures.
9240 (one_jit_test): Add REATTACH parameter, and handle it. Use
9241 continue_to_test_location.
9242 (top level): Test attach, and adjusts calls to one_jit_test.
9243
92442016-03-31 Pedro Alves <palves@redhat.com>
9245
9246 PR gdb/19858
9247 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
9248 BINSUFFIX parameter, and handle it.
9249 (top level): Adjust calls compile_jit_test.
9250
92512016-03-31 Catalin Udma <catalin.udma@freescale.com>
9252
9253 PR python/19743
9254 * gdb.python/py-mi-events-gdb.py: New file.
9255 * gdb.python/py-mi-events.c: New file.
9256 * gdb.python/py-mi-events.exp: New file.
9257
92582016-03-30 Yao Qi <yao.qi@linaro.org>
9259
9260 * gdb.reverse/until-precsave.exp: Match function name only.
9261 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
9262 Move malloc to a condition block.
9263 * gdb.reverse/until-reverse.exp: Match function name only.
9264
92652016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
9266
9267 * gdb.trace/ftrace.exp: Set arg0exp for s390.
9268 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
9269 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
9270 variable for GPR 0 instead of assuming it is register 0.
9271 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
9272 * lib/trace-support.exp: Add s390 registers.
9273
92742016-03-29 Yao Qi <yao.qi@linaro.org>
9275
9276 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
9277
92782016-03-24 Yao Qi <yao.qi@linaro.org>
9279
9280 * gdb.reverse/break-reverse.exp: Add quotation mark in the
9281 test message.
9282
92832016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9284
9285 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
9286 maintaining separate logic for constructing the output path.
9287
92882016-03-16 Don Breazeal <donb@codesourcery.com>
9289
9290 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
9291 Retry fork and waitpid on interrupted system call errors.
9292 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9293 Use with_timeout_factor to increase timeout by factor of 10.
9294
92952016-03-15 Don Breazeal <donb@codesourcery.com>
9296
9297 * gdb.cp/scope-err.cc: New test program.
9298 * gdb.cp/scope-err.exp: New test script.
9299 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
9300 lines and "set breakpoint here" comment.
9301 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
9302 Fixed some whitespace and format issues.
9303 * gdb.mi/mi-linespec-err-cp.cc: New test program.
9304 * gdb.mi/mi-linespec-err-cp.exp: New test script.
9305
93062016-03-15 Doug Evans <dje@google.com>
9307
9308 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
9309 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
9310 All callers updated. Add tests for enums, mixed flags register.
9311
93122016-03-15 Doug Evans <dje@google.com>
9313
9314 * gdb.base/skip.c (main): Call test_skip_file_and_function.
9315 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
9316
93172016-03-14 Simon Marchi <simon.marchi@ericsson.com>
9318
9319 * gdb.base/default.exp: Add $_as_string to the list of expected
9320 convenience functions.
9321
93222016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
9323
9324 * gdb.base/maint.exp: New tests for 'maint info line-table'.
9325
93262016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
9327
9328 * gdb.python/py-as-string.exp: New file.
9329 * gdb.python/py-as-string.c: New file.
9330
93312016-03-09 Pedro Alves <palves@redhat.com>
9332
9333 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
9334 signal" -> "Thread NN received signal" output change.
9335 * gdb.threads/ia64-sigill.exp: Likewise.
9336 * gdb.threads/linux-dp.exp: Likewise.
9337 * gdb.threads/manythreads.exp: Likewise.
9338 * gdb.threads/pending-step.exp: Likewise.
9339 * gdb.threads/print-threads.exp: Likewise.
9340 * gdb.threads/sigstep-threads.exp: Likewise.
9341 * gdb.threads/staticthreads.exp: Likewise.
9342 * gdb.threads/tls.exp: Likewise.
9343
93442016-03-09 Pedro Alves <palves@redhat.com>
9345
9346 * gdb.base/command-line-input.exp: New file.
9347
93482016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9349
9350 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
9351 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
9352 * gdb.trace/pending.exp: Accept leading dot before function name.
9353 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
9354 * lib/trace-support.exp: Set registers for ppc.
9355
93562016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9357
9358 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
9359 use it for disassembly; accept .main in addition to main in backtrace.
9360
93612016-03-09 Wei-cheng Wang <cole945@gmail.com>
9362 Marcin Kościelnicki <koriakin@0x04.net>
9363
9364 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
9365 (gdb_recursion_test_ptr): New global variable.
9366 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
9367 gdb_recursion_test.
9368 (gdb_c_test): Ditto.
9369
93702016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9371
9372 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
9373 ordering.
9374
93752016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9376
9377 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
9378 (bar): Add bar_start_lbl label.
9379 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
9380 of foo/bar for emitting DWARF and tracing.
9381
93822016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
9383
9384 * analyze-racy-logs.py: Set executable bit.
9385
93862016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
9387
9388 * Makefile.in (DEFAULT_RACY_ITER): New variable.
9389 (CHECK_TARGET_TMP): Likewise.
9390 (check-single-racy): New rule.
9391 (check-parallel-racy): Likewise.
9392 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
9393 (do-check-parallel-racy): New rule.
9394 (check-racy/%.exp): Likewise.
9395 * README (Racy testcases): New section.
9396 * analyze-racy-logs.py: New file.
9397
93982016-03-03 Doug Evans <dje@google.com>
9399
9400 * gdb.base/skip.exp: Use with_test_prefix.
9401
94022016-03-03 Yao Qi <yao.qi@linaro.org>
9403
9404 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
9405 Invoke step_over_syscall "clone" and break_cond_on_syscall
9406 "clone".
9407 * gdb.base/step-over-clone.c: New file.
9408
94092016-03-03 Yao Qi <yao.qi@linaro.org>
9410
9411 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
9412 code format.
9413
94142016-03-03 Yao Qi <yao.qi@linaro.org>
9415
9416 * gdb.base/disp-step-fork.c: Rename to ...
9417 * gdb.base/step-over-fork.c: ... it. New file.
9418 * gdb.base/disp-step-vfork.c: Rename to ...
9419 * gdb.base/step-over-vfork.c: ... it. New file.
9420 * gdb.base/disp-step-syscall.exp: Rename to ...
9421 * gdb.base/step-over-syscall.exp: ... it. New file.
9422 (disp_step_cross_syscall): Rename to ...
9423 (step_over_syscall): ... it.
9424
94252016-03-03 Yao Qi <yao.qi@linaro.org>
9426
9427 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
9428 If target supports condition evaluation on target, invoke
9429 break_cond_on_syscall for fork and vfork.
9430
94312016-03-03 Yao Qi <yao.qi@linaro.org>
9432
9433 * gdb.base/disp-step-syscall.exp: Don't invoke
9434 support_displaced_stepping.
9435 (disp_step_cross_syscall): Test with displaced stepping off and
9436 on if supported.
9437
94382016-03-03 Yao Qi <yao.qi@linaro.org>
9439
9440 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
9441 proc.
9442 (setup): New proc.
9443 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
9444 and setup.
9445
94462016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9447
9448 * gdb.fortran/vla-history.exp: Remove breakpoint.
9449
94502016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9451
9452 * gdb.fortran/vla-history.exp: Lookup array elements and printing
9453 exceeds timeout.
9454
94552016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9456
9457 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
9458 breakpoint.
9459
94602016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9461
9462 * gdb.mi/vla.f90: Nullify pointer after declaration.
9463
94642016-03-01 Pedro Alves <palves@redhat.com>
9465
9466 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
9467
94682016-03-01 Pedro Alves <palves@redhat.com>
9469
9470 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
9471 before anything else.
9472 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
9473 _GNU_SOURCE here.
9474 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
9475 before anything else.
9476 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
9477
94782016-03-01 Pedro Alves <palves@redhat.com>
9479
9480 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
9481
94822016-03-01 Yao Qi <yao.qi@linaro.org>
9483
9484 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
9485 prepare_for_testing.
9486
94872016-03-01 Yao Qi <yao.qi@linaro.org>
9488
9489 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
9490
94912016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9492
9493 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
9494 manually constructing the output path.
9495
94962016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9497
9498 * gdb.arch/s390-stackless.S: New.
9499 * gdb.arch/s390-stackless.exp: New.
9500
95012016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
9502
9503 * gdb.dlang/circular.c: New file.
9504 * gdb.dlang/circular.exp: New file.
9505
95062016-02-26 Yao Qi <yao.qi@linaro.org>
9507
9508 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
9509 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
9510 (testcases): Update.
9511
95122016-02-26 Yao Qi <yao.qi@linaro.org>
9513
9514 * gdb.reverse/aarch64.c: Rename to ...
9515 * gdb.reverse/insn-reverse.c: ... it.
9516 * gdb.reverse/aarch64.exp: Rename to ...
9517 * gdb.reverse/insn-reverse.exp: ... it.
9518
95192016-02-26 Yao Qi <yao.qi@linaro.org>
9520
9521 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
9522 (testcase_ftype): New.
9523 (testcases): New array.
9524 (n_testcases): New.
9525 (main): Call each element in testcases.
9526 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
9527 (read_testcase): New.
9528 Do the tests in a loop.
9529
95302016-02-25 Yao Qi <yao.qi@linaro.org>
9531
9532 * gdb.base/branches.c: Remove.
9533
95342016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9535
9536 PR gdb/13808
9537 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
9538
95392016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9540
9541 * gdb.trace/ftrace.exp: Remove unnecessary target check.
9542
95432016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9544
9545 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
9546 change x86_64 call_insn to 'callq'.
9547
95482016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9549
9550 * gdb.trace/tfile-avx.c: Move to...
9551 * gdb.trace/tracefile-pseudo-reg.c: Here.
9552 * gdb.trace/tfile-avx.exp: Move to...
9553 * gdb.trace/tracefile-pseudo-reg.exp: Here.
9554
95552016-02-24 Gary Benson <gbenson@redhat.com>
9556
9557 * gdb.base/attach-pie-noexec.exp: Do not expect an error
9558 message on attach.
9559
95602016-02-23 Doug Evans <dje@google.com>
9561
9562 * gdb.base/skip.c (test_skip): New function.
9563 (end_test_skip_file_and_function): New function.
9564 (test_skip_file_and_function): New function.
9565 * gdb.base/skip1.c (test_skip): New function.
9566 (skip1_test_skip_file_and_function): New function.
9567 * gdb.base/skip.exp: Add tests for new skip options.
9568 * gdb.base/skip-solib.exp: Update expected output.
9569 * gdb.perf/skip-command.cc: New file.
9570 * gdb.perf/skip-command.exp: New file.
9571 * gdb.perf/skip-command.py: New file.
9572
95732016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
9574
9575 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
9576 info registers pattern.
9577
95782016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
9579
9580 * lib/future.exp: Add D support.
9581 (gdb_find_gdc): New proc.
9582 (gdb_default_target_compile): Add D support.
9583
95842016-02-18 Wei-cheng Wang <cole945@gmail.com>
9585
9586 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
9587 user+system time.
9588 (trace_speed_test): Determine the iteration count for a time
9589 between 15..30 seconds.
9590
95912016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
9592
9593 * gdb.arch/i386-mpx-sigsegv.c: New file.
9594 * gdb.arch/i386-mpx-sigsegv.exp: New file.
9595 * gdb.arch/i386-mpx-simple_segv.c: New file.
9596 * gdb.arch/i386-mpx-simple_segv.exp: New file.
9597
95982016-02-18 Yao Qi <yao.qi@linaro.org>
9599
9600 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
9601 Don't call setup_kfail.
9602
96032016-02-18 Yao Qi <yao.qi@linaro.org>
9604
9605 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9606 Set "set breakpoint condition-evaluation" per $cond_bp_target.
9607
96082016-02-16 Doug Evans <dje@google.com>
9609
9610 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
9611 * gdb.base/skip1.c: Ditto.
9612 * gdb.base/skip.exp: Whitespace cleanup.
9613
96142016-02-16 Don Breazeal <donb@codesourcery.com>
9615
9616 PR remote/19496
9617 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9618 Remove kfail for PR remote/19496.
9619
96202016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9621
9622 * lib/gdb.exp (standard_temp_file): Return a path specific to
9623 the runtest invocation.
9624
96252016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9626
9627 * gdb.trace/save-trace.exp: Change relative path to be in the
9628 standard output directory.
9629
96302016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9631
9632 * gdb.arch/i386-prologue.c: Add missing prototypes.
9633
96342016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9635
9636 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
9637 * gdb.arch/i386-prologue.exp: Likewise.
9638 * gdb.arch/i386-size.exp: Likewise.
9639
96402016-02-15 Simon Marchi <simon.marchi@ericsson.com>
9641
9642 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
9643 define object file path.
9644 * gdb.btrace/gcore.exp: Use standard_output_file to define core
9645 file path.
9646 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
9647 standard_output_file to define binfile.
9648
96492016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9650
9651 Fix compatibility with recent gfortran-5.3.1.
9652 * gdb.fortran/vla-history.exp (print vla1 allocated)
9653 (print vla2 allocated, print $2, print $3): Remove
9654 (print $4): Rename to ...
9655 (print $2): ... here.
9656 (print $9): Rename to ...
9657 (print $5): ... here.
9658 (print $10): Rename to ...
9659 (print $6): ... here.
9660 * gdb.fortran/vla.f90: Add pvla initialization.
9661
96622016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9663
9664 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
9665 New test.
9666 * gdb.fortran/vla-value-sub.exp: Likewise.
9667
96682016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
9669
9670 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
9671
96722016-02-12 Simon Marchi <simon.marchi@ericsson.com>
9673
9674 * i386-biarch-core.exp: Define corefile using
9675 standard_output_file.
9676
96772016-02-12 Yao Qi <yao.qi@linaro.org>
9678
9679 * gdb.arch/arm-single-step-kernel-helper.c: New.
9680 * gdb.arch/arm-single-step-kernel-helper.exp: New.
9681
96822016-02-12 Markus Metzger <markus.t.metzger@intel.com>
9683
9684 * gdb.btrace/tailcall-only.exp: New.
9685 * gdb.btrace/tailcall-only.c: New.
9686 * gdb.btrace/x86_64-tailcall-only.S: New.
9687 * gdb.btrace/i686-tailcall-only.S: New.
9688
96892016-02-11 Pedro Alves <palves@redhat.com>
9690
9691 * README (Parallel testing): Add missing double quotes.
9692
96932016-02-11 Pedro Alves <palves@redhat.com>
9694
9695 * README (Parallel testing): New section.
9696 (GDB_PARALLEL): Rewrite.
9697 (FORCE_PARALLEL): Document.
9698
96992016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
9700
9701 * gdb.trace/tfile-avx.c: New test.
9702 * gdb.trace/tfile-avx.exp: New test.
9703
97042016-02-09 Keith Seitz <keiths@redhat.com>
9705
9706 PR breakpoints/19546
9707 * gdb.base/infcall-exec.c: New file.
9708 * gdb.base/infcall-exec2.c: New file.
9709 * gdb.base/infcall-exec.exp: New file.
9710
97112016-02-09 Keith Seitz <keiths@redhat.com>
9712
9713 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
9714 (toplevel): Call test_bkpt_address.
9715
97162016-02-09 Keith Seitz <keiths@redhat.com>
9717
9718 PR python/19506
9719 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
9720 (toplevel): Call test_bkpt_address.
9721
97222016-02-09 Simon Marchi <simon.marchi@ericsson.com>
9723
9724 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
9725 to AC_OUTPUT.
9726 * configure: Regenerate.
9727
97282016-02-09 Pedro Alves <palves@redhat.com>
9729
9730 PR breakpoints/19548
9731 * gdb.base/execl-update-breakpoints.c (some_function): New
9732 function.
9733 (main): Call it.
9734 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
9735 Tighten expected GDB output.
9736
97372016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9738
9739 * Makefile.in (ALL_SUBDIRS): Remove.
9740 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
9741 (distclean maintainer-clean realclean): Likewise.
9742 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
9743 * configure: Regenerate.
9744 * gdb.ada/Makefile.in: Delete.
9745 * gdb.arch/Makefile.in: Likewise.
9746 * gdb.asm/Makefile.in: Likewise.
9747 * gdb.base/Makefile.in: Likewise.
9748 * gdb.btrace/Makefile.in: Likewise.
9749 * gdb.cell/Makefile.in: Likewise.
9750 * gdb.compile/Makefile.in: Likewise.
9751 * gdb.cp/Makefile.in: Likewise.
9752 * gdb.disasm/Makefile.in: Likewise.
9753 * gdb.dlang/Makefile.in: Likewise.
9754 * gdb.dwarf2/Makefile.in: Likewise.
9755 * gdb.fortran/Makefile.in: Likewise.
9756 * gdb.gdb/Makefile.in: Likewise.
9757 * gdb.go/Makefile.in: Likewise.
9758 * gdb.guile/Makefile.in: Likewise.
9759 * gdb.java/Makefile.in: Likewise.
9760 * gdb.linespec/Makefile.in: Likewise.
9761 * gdb.mi/Makefile.in: Likewise.
9762 * gdb.modula2/Makefile.in: Likewise.
9763 * gdb.multi/Makefile.in: Likewise.
9764 * gdb.objc/Makefile.in: Likewise.
9765 * gdb.opencl/Makefile.in: Likewise.
9766 * gdb.opt/Makefile.in: Likewise.
9767 * gdb.pascal/Makefile.in: Likewise.
9768 * gdb.perf/Makefile.in: Likewise.
9769 * gdb.python/Makefile.in: Likewise.
9770 * gdb.reverse/Makefile.in: Likewise.
9771 * gdb.server/Makefile.in: Likewise.
9772 * gdb.stabs/Makefile.in: Likewise.
9773 * gdb.threads/Makefile.in: Likewise.
9774 * gdb.trace/Makefile.in: Likewise.
9775 * gdb.xml/Makefile.in: Likewise.
9776 * lib/gdb.exp (make_gdb_parallel_path): Add check for
9777 GDB_PARALLEL.
9778 (standard_output_file): Remove check for GDB_PARALLEL, always
9779 return path in outputs/$subdir/$testname.
9780
97812016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9782
9783 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
9784 (site.exp): Assign abs_srcdir to tcl's srcdir.
9785
97862016-02-04 Yao Qi <yao.qi@linaro.org>
9787
9788 * gdb.base/foll-exec-mode.c: Include limits.h.
9789 (main): Add parameters argc and argv. Get directory from
9790 argv[0].
9791 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
9792 compilation.
9793 * gdb.base/foll-exec.c: Include limits.h.
9794 (main): Add parameters argc and argv.
9795 Get directory from argv[0].
9796 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
9797 Adjust tests on the number of lines as source code changed.
9798 * gdb.base/foll-vfork-exit.c: Include limits.h.
9799 (main): Add one line of statement before vfork.
9800 * gdb.base/foll-vfork.c: Include limits.h and string.h.
9801 (main): Add parameters argc and argv. Get directory from
9802 argv[0].
9803 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
9804 (setup_gdb): Set tbreak to skip some source lines.
9805 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
9806 (main): Add parameters argc and argv. Get directory from
9807 argv[0].
9808 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
9809 compilation.
9810 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
9811 (main): Add parameters argc and argv. Get directory from
9812 argv[0].
9813 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
9814 compilation.
9815
98162016-02-01 Doug Evans <dje@google.com>
9817
9818 * gdb.base/skip.exp: Clean up multiple references to same test name.
9819
98202016-02-01 Pedro Alves <palves@redhat.com>
9821
9822 PR remote/19496
9823 * gdb.threads/forking-threads-plus-breakpoint.exp
9824 (displaced_stepping_supported): New global.
9825 (probe_displaced_stepping_support): New procedure.
9826 (do_test): Add 'displaced' parameter, and use it.
9827 (top level): Check for displaced stepping support. Add displaced
9828 stepping on/off testing axis.
9829
98302016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9831
9832 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
9833 pointer. Don't perform further tests on the unassociated pointer
9834 if the first test fails.
9835
98362016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9837
9838 * gdb.base/max-value-size.c: New file.
9839 * gdb.base/max-value-size.exp: New file.
9840 * gdb.base/huge.exp: Disable max-value-size for this test.
9841
98422016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
9843
9844 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9845
98462016-01-28 Yao Qi <yao.qi@linaro.org>
9847
9848 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
9849
98502016-01-25 Pedro Alves <palves@redhat.com>
9851
9852 PR threads/19461
9853 * gdb.base/fork-running-state.c: New file.
9854 * gdb.base/fork-running-state.exp: New file.
9855
98562016-01-25 Pedro Alves <palves@redhat.com>
9857
9858 PR gdb/19494
9859 * gdb.base/catch-fork-kill.c: New file.
9860 * gdb.base/catch-fork-kill.exp: New file.
9861
98622016-01-25 Pedro Alves <palves@redhat.com>
9863
9864 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
9865 Delete, moved to lib/gdb.exp.
9866 * gdb.threads/forking-threads-plus-breakpoint.exp
9867 (foreach_with_prefix): Likewise.
9868 * gdb.threads/process-dies-while-handling-bp.exp
9869 (foreach_with_prefix): Likewise.
9870 * lib/gdb.exp (foreach_with_prefix): New procedure.
9871
98722016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
9873
9874 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
9875 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
9876
98772016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
9878
9879 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
9880 endian targets.
9881
98822016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9883 Pedro Alves <palves@redhat.com>
9884
9885 Fix testsuite compatibility with Guile.
9886 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
9887 number.
9888
98892016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9890
9891 Fix testsuite compatibility with Guile.
9892 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
9893 (thread 1): New test for backtrace through signal handler.
9894
98952016-01-22 Yao Qi <yao.qi@linaro.org>
9896
9897 PR testsuite/19491
9898 * gdb.base/multi-forks.c: Include
9899 ../lib/unbuffer_output.c
9900 (main): Call gdb_unbuffer_output.
9901
99022016-01-21 Doug Evans <dje@google.com>
9903
9904 * lib/ada.exp (gdb_compile_ada): Fix typo.
9905
99062016-01-21 Joel Brobecker <brobecker@adacore.com>
9907
9908 * gdb.base/break-fun-addr.exp: New file.
9909 * gdb.base/break-fun-addr1.c: New file.
9910 * gdb.base/break-fun-addr2.c: New file.
9911
99122016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
9913
9914 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
9915 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
9916 enum flag values.
9917
99182016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9919
9920 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
9921 when GDB can not set the vector return value. Add more comments
9922 for clarification.
9923
99242016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
9925
9926 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
9927 command.
9928
99292016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9930
9931 * Makefile.in (DO_RUNTEST): Add --status and update usages.
9932
99332016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9934
9935 * Makefile.in (check-single): Pass --status to runtest.
9936 (check/%.exp): Likewise.
9937
99382016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9939
9940 * Makefile.in (check-parallel): Propagate return code from make
9941 do-check-parallel.
9942
99432016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
9944
9945 * gdb.trace/ftrace.exp: Fix expected message on continue.
9946 * gdb.trace/pending.exp: Fix expected message on continue.
9947 * gdb.trace/trace-break.exp: Fix expected message on continue.
9948
99492016-01-18 Simon Marchi <simon.marchi@ericsson.com>
9950
9951 * lib/gdb.exp (gdb_test): Remove unused global references.
9952
99532016-01-18 Pedro Alves <palves@redhat.com>
9954
9955 * gdb.base/async-shell.exp: Adjust expected output.
9956 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
9957 * gdb.base/siginfo-thread.exp: Adjust expected output.
9958 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
9959 * gdb.java/jnpe.exp: Adjust expected output.
9960 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
9961 * gdb.threads/continue-pending-status.exp: Adjust expected output.
9962 * gdb.threads/leader-exit.exp: Adjust expected output.
9963 * gdb.threads/manythreads.exp: Adjust expected output.
9964 * gdb.threads/pthreads.exp: Adjust expected output.
9965 * gdb.threads/schedlock.exp: Adjust expected output.
9966 * gdb.threads/siginfo-threads.exp: Adjust expected output.
9967 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
9968 expected output.
9969 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
9970 output.
9971 * gdb.threads/sigthread.exp: Adjust expected output.
9972 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
9973
99742016-01-18 Yao Qi <yao.qi@linaro.org>
9975
9976 * gdb.guile/scm-section-script.c: Replace @progbits with
9977 %progbits.
9978 * gdb.python/py-section-script.c: Likewise.
9979
99802016-01-15 Pedro Alves <palves@redhat.com>
9981
9982 * gdb.multi/tids.exp: Test star wildcard ranges.
9983
99842016-01-15 Pedro Alves <palves@redhat.com>
9985
9986 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
9987 command from "thread apply" invocation.
9988 (thr_apply_info_thr_invalid): Default the expected output to the
9989 input tid list.
9990 (top level): Add tests that use convenience variables. Add tests
9991 for "thread apply" with a valid TID list, but missing the command.
9992
99932016-01-13 Pedro Alves <palves@redhat.com>
9994
9995 * gdb.base/default.exp: Expect $_gthread as well.
9996 * gdb.multi/tids.exp: Test $_gthread.
9997 * gdb.threads/thread-specific.exp: Test $_gthread.
9998
99992016-01-13 Pedro Alves <palves@redhat.com>
10000
10001 * gdb.multi/tids.exp: Test "info threads -gid".
10002
100032016-01-13 Pedro Alves <palves@redhat.com>
10004
10005 * gdb.multi/tids.exp: Test InferiorThread.global_num and
10006 Breakpoint.thread.
10007 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
10008
100092016-01-07 Pedro Alves <palves@redhat.com>
10010
10011 * gdb.base/break.exp: Adjust to output changes.
10012 * gdb.base/hbreak2.exp: Likewise.
10013 * gdb.base/sepdebug.exp: Likewise.
10014 * gdb.base/watch_thread_num.exp: Likewise.
10015 * gdb.linespec/keywords.exp: Likewise.
10016 * gdb.multi/info-threads.exp: Likewise.
10017 * gdb.threads/thread-find.exp: Likewise.
10018 * gdb.multi/tids.c: New file.
10019 * gdb.multi/tids.exp: New file.
10020
100212016-01-13 Pedro Alves <palves@redhat.com>
10022
10023 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
10024
100252016-01-13 Pedro Alves <palves@redhat.com>
10026
10027 * gdb.base/default.exp: Expect $_inferior as well.
10028 * gdb.multi/base.exp: Test $_inferior.
10029
100302016-01-13 Pedro Alves <palves@redhat.com>
10031
10032 PR breakpoints/19388
10033 * gdb.base/catch-signal-siginfo-cond.c: New file.
10034 * gdb.base/catch-signal-siginfo-cond.exp: New file.
10035
100362016-01-12 Josh Stone <jistone@redhat.com>
10037 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10038
10039 * gdb.base/catch-syscall.c (do_execve): New variable.
10040 (main): Conditionally trigger an execve.
10041 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
10042 (test_catch_syscall_execve): New, check entry/return across execve.
10043 (do_syscall_tests): Call test_catch_syscall_execve.
10044
100452016-01-12 Pedro Alves <palves@redhat.com>
10046
10047 * gdb.base/random-signal.exp (do_test): New procedure, with body
10048 of testcase moved in.
10049
100502016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10051 Pedro Alves <palves@redhat.com>
10052
10053 * gdb.base/funcargs.exp (finish from indirectly called function):
10054 Reintroduce the case for 'First'.
10055
100562016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10057 Pedro Alves <palves@redhat.com>
10058
10059 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
10060 (tcatch_vfork_then_child_follow_exec)
10061 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
10062 identification.
10063
100642016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10065
10066 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
10067 and repeats to unlimited.
10068 * gdb.python/py-value.exp: Likewise.
10069 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
10070 and repeats to unlimited.
10071
100722016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10073
10074 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
10075 and reordering the functions.
10076 * gdb.multi/hangout.c: Likewise.
10077 * gdb.multi/hello.c: Likewise.
10078
100792016-01-08 Simon Marchi <simon.marchi@ericsson.com>
10080
10081 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
10082 absolute.
10083 (SingleStatisticTestResult.report): Use dict.keys instead of
10084 dict.iterkeys.
10085
100862016-01-06 Pedro Alves <palves@redhat.com>
10087
10088 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
10089
100902016-01-04 Markus Metzger <markus.t.metzger@intel.com>
10091
10092 * gdb.btrace/dlopen.exp: New.
10093 * gdb.btrace/dlopen.c: New.
10094 * gdb.btrace/dlopen-dso.c: New.
10095
100962015-12-25 Sandra Loosemore <sandra@codesourcery.com>
10097
10098 * lib/gdb.exp (gdb_test): Update comments to clarify that the
10099 PATTERN argument is optional.
10100
101012015-12-24 Joel Brobecker <brobecker@adacore.com>
10102
10103 * lib/ada.exp (target_compile_ada_from_dir): New function.
10104 (gdb_compile_ada): Reimplement avoiding the use of project files.
10105 * gdb.ada/gnat_ada.gpr: Delete.
10106 * gdb.ada/cond_lang.exp: Adjust test to make path before
10107 filename optional.
10108 * gdb.ada/small_reg_param.exp: Likewise.
10109
101102015-12-22 Simon Marchi <simon.marchi@ericsson.com>
10111
10112 * gdb.base/foll-vork.exp: Remove HP-UX special case.
10113
101142015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
10115
10116 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
10117 case.
10118
101192015-12-21 Simon Marchi <simon.marchi@ericsson.com>
10120
10121 * gdb.base/break.exp: Remove dead code.
10122 * gdb.base/sepdebug.exp: Likewise.
10123
101242015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10125
10126 * gdb.asm/asm-source.exp: Remove HP-UX references.
10127 * gdb.base/annota1.exp: Likewise.
10128 * gdb.base/annota3.exp: Likewise.
10129 * gdb.base/attach.exp: Likewise.
10130 * gdb.base/bigcore.exp: Likewise.
10131 * gdb.base/break.exp: Likewise.
10132 * gdb.base/call-ar-st.exp: Likewise.
10133 * gdb.base/callfuncs.exp: Likewise.
10134 * gdb.base/catch-fork-static.exp: Likewise.
10135 * gdb.base/display.exp: Likewise.
10136 * gdb.base/foll-exec-mode.exp: Likewise.
10137 * gdb.base/foll-exec.exp: Likewise.
10138 * gdb.base/foll-fork.exp: Likewise.
10139 * gdb.base/foll-vfork.exp: Likewise.
10140 * gdb.base/funcargs.exp: Likewise.
10141 * gdb.base/hbreak2.exp: Likewise.
10142 * gdb.base/inferior-died.exp: Likewise.
10143 * gdb.base/interrupt.exp: Likewise.
10144 * gdb.base/multi-forks.exp: Likewise.
10145 * gdb.base/nodebug.exp: Likewise.
10146 * gdb.base/sepdebug.exp: Likewise.
10147 * gdb.base/solib1.c: Likewise.
10148 * gdb.base/step-test.exp: Likewise.
10149 * gdb.mi/non-stop.c: Likewise.
10150 * gdb.mi/pthreads.c: Likewise.
10151 * gdb.multi/bkpt-multi-exec.ex: Likewise.
10152 * gdb.threads/pthreads.c: Likewise.
10153 * gdb.threads/staticthreads.exp: Likewise.
10154 * lib/future.exp: Likewise.
10155 * lib/gdb.exp: Likewise.
10156 * gdb.base/so-indr-cl.c: Remove.
10157 * gdb.base/so-indr-cl.exp: Likewise.
10158 * gdb.base/solib.c: Likewise.
10159 * gdb.base/solib.exp: Likewise.
10160 * gdb.base/solib2.c: Likewise.
10161
101622015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10163
10164 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
10165 * gdb.base/call-ar-st.exp: Likewise.
10166 * gdb.base/callfuncs.exp: Likewise.
10167 * gdb.base/condbreak.exp: Likewise.
10168 * gdb.base/constvars.exp: Likewise.
10169 * gdb.base/hbreak2.exp: Likewise.
10170 * gdb.base/langs.exp: Likewise.
10171 * gdb.base/list.exp: Likewise.
10172 * gdb.base/long_long.exp: Likewise.
10173 * gdb.base/ptype.exp: Likewise.
10174 * gdb.base/scope.exp: Likewise.
10175 * gdb.base/signals.exp: Likewise.
10176 * gdb.base/so-impl-ld.exp: Likewise.
10177 * gdb.base/varargs.exp: Likewise.
10178 * gdb.base/volatile.exp: Likewise.
10179 * gdb.base/whatis.exp: Likewise.
10180 * gdb.cp/cplusfuncs.exp: Likewise.
10181 * gdb.cp/inherit.exp: Likewise.
10182 * gdb.cp/local.exp: Likewise.
10183 * gdb.cp/member-ptr.exp: Likewise.
10184 * gdb.cp/method.exp: Likewise.
10185 * gdb.cp/overload.exp: Likewise.
10186 * gdb.cp/templates.exp: Likewise.
10187 * gdb.stabs/weird.exp: Likewise.
10188 * lib/compiler.c: Likewise.
10189 * lib/compiler.cc: Likewise.
10190 * lib/cp-support.exp: Likewise.
10191 * lib/gdb.exp: Likewise.
10192
101932015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
10194
10195 * configure.ac: Remove HP-UX case.
10196 * configure: Regenerate.
10197
101982015-12-18 Simon Marchi <simon.marchi@ericsson.com>
10199
10200 * lib/gdb.exp (gdb_compile): Add function doc.
10201
102022015-12-17 Pedro Alves <palves@redhat.com>
10203
10204 PR threads/19354
10205 * gdb.multi/info-threads.exp: New file.
10206
102072015-12-15 Yao Qi <yao.qi@linaro.org>
10208
10209 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
10210 is aarch64*-*-*.
10211
102122015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10213
10214 * gdb.base/history-duplicates.exp: Skip if no readline support.
10215
102162015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10217
10218 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
10219
102202015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10221
10222 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
10223
102242015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10225
10226 * gdb.base/completion.exp: Skip tests that interrupt GDB with
10227 ctrl-C if nointerrupts target property is set.
10228 * gdb.base/double-prompt-target-event-error.exp: Likewise.
10229 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
10230 * gdb.base/paginate-bg-execution.exp: Likewise.
10231 * gdb.base/paginate-execution-startup.exp: Likewise.
10232 * gdb.base/random-signal.exp: Likewise.
10233 * gdb.base/range-stepping.exp: Likewise.
10234 * gdb.cp/annota2.exp: Likewise.
10235 * gdb.cp/annota3.exp: Likewise.
10236 * gdb.gdb/selftest.exp: Likewise.
10237 * gdb.threads/continue-pending-status.exp: Likewise.
10238 * gdb.threads/leader-exit.exp: Likewise.
10239 * gdb.threads/manythreads.exp: Likewise.
10240 * gdb.threads/pthreads.exp: Likewise.
10241 * gdb.threads/schedlock.exp: Likewise.
10242 * gdb.threads/sigthread.exp: Likewise.
10243
102442015-12-11 Don Breazeal <donb@codesourcery.com>
10245
10246 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
10247 remote.
10248 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
10249 * gdb.base/foll-exec.exp (main): Enable for target remote.
10250 * gdb.base/foll-fork.exp (main): Likewise.
10251 * gdb.base/foll-vfork.exp (main): Likewise.
10252 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
10253 (proc continue_to_exit_bp_loc): Use clean_restart.
10254 * gdb.base/pie-execl.exp (main): Disable for target remote.
10255 * gdb.base/watch-vfork.exp (main): Enable for target remote.
10256 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
10257 * gdb.threads/execl.exp (main): Likewise.
10258 * gdb.threads/fork-child-threads.exp (main): Likewise.
10259 * gdb.threads/fork-plus-threads.exp (main): Disable for target
10260 remote.
10261 * gdb.threads/fork-thread-pending.exp (main): Enable for target
10262 remote.
10263 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
10264 pid.tid style ptids, instead of just tid.
10265 * gdb.threads/thread-execl.exp (main): Enable for target remote.
10266 * gdb.threads/watchpoint-fork.exp (main): Likewise.
10267 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
10268 ptids, instead of just tid.
10269
102702015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10271
10272 * gdb.base/list.exp (test_list_forward): Add end of file error
10273 test.
10274 (test_repeat_list_command): Add end of file error test.
10275 (test_list_backwards): Add beginning of file error test.
10276
102772015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10278
10279 * gdb.base/list.exp (test_list_invalid_args): New function,
10280 defined, and called.
10281
102822015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10283
10284 * gdb.base/list.exp (test_list): Make test names unique.
10285
102862015-12-11 Yao Qi <yao.qi@linaro.org>
10287
10288 * gdb.base/coremaker2.c: Remove.
10289
102902015-12-10 Pedro Alves <palves@redhat.com>
10291
10292 * gdb.multi/base.exp: Remove stale "spaces" references.
10293
102942015-12-10 Pedro Alves <palves@redhat.com>
10295
10296 * gdb.multi/base.exp: Don't use nowarnings.
10297 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
10298 * gdb.multi/hangout.c: Include stdio.h.
10299 * gdb.multi/hello.c: Include stdlib.h.
10300 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
10301 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
10302 * gdb.multi/multi-arch.exp: Don't use nowarnings.
10303
103042015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
10305
10306 * gdb.dwarf2/dw2-ranges-base.c: New file.
10307 * gdb.dwarf2/dw2-ranges-base.exp: New file.
10308 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
10309 support additional line table, and debug ranges generation.
10310 (Dwarf::ranges): New function, generate .debug_ranges.
10311 (Dwarf::lines): Support generating simple line table programs.
10312 (Dwarf::assemble): Initialise new namespace variables.
10313
103142015-12-09 Kevin Buettner <kevinb@redhat.com>
10315
10316 * gdb.base/async.exp (proc test_background): Add case for
10317 asynchronous execution not supported.
10318
103192015-12-09 Luis Machado <lgustavo@codesourcery.com>
10320
10321 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
10322 format and change test names to make them unique.
10323
103242015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
10325 Pedro Alves <pedro@redhat.com>
10326
10327 PR gdb/18702
10328 Add checking of floatformats setup on x86_64 hosts.
10329 * gdb.arch/i386-float.S (main): Load bigval and smallval.
10330 (smallval, bigval): New labels/constants.
10331 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
10332 float" after loading bigval and smallval.
10333
103342015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
10335
10336 * gdb.ada/fun_overload_menu.exp: New testcase.
10337 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
10338
103392015-12-04 Josh Stone <jistone@redhat.com>
10340
10341 * gdb.base/catch-fork-static.exp: New.
10342
103432015-12-03 Yao Qi <yao.qi@linaro.org>
10344
10345 * gdb.base/sizeof.c: Don't include stdio.h and
10346 ../lib/unbuffer_output.c.
10347 (main): New variable 'size' and 'value'. Remove printf and
10348 gdb_unbuffer_output. Assign return value to size and value.
10349 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
10350 at the beginning.
10351 (check_sizeof): Check the result by printing variable 'size'.
10352 (check_valueof): Check the result by printing variable 'value'.
10353
103542015-12-01 Yao Qi <yao.qi@linaro.org>
10355
10356 * gdb.base/disp-step-syscall.exp: Define syscall instruction
10357 for aarch64*-*-linux* target.
10358
103592015-11-30 Pedro Alves <palves@redhat.com>
10360
10361 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
10362
103632015-11-30 Pedro Alves <palves@redhat.com>
10364
10365 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
10366 Handle non-stop mode vCont replies.
10367
103682015-11-30 Pedro Alves <palves@redhat.com>
10369
10370 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
10371 prepare_for_testing. Start gdb with "set non-stop on" appended to
10372 GDBFLAGS. Lax expected stop output.
10373
103742015-11-27 Yao Qi <yao.qi@linaro.org>
10375
10376 * gdb.arch/arm-neon.exp: New.
10377 * gdb.arch/arm-neon.c: New.
10378
103792015-11-27 Yao Qi <yao.qi@linaro.org>
10380
10381 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
10382
103832015-11-27 Yao Qi <yao.qi@linaro.org>
10384
10385 * gdb.cp/annota2.exp: Allow multiple occurrences of the
10386 frames-invalid annotation.
10387
103882015-11-27 Yao Qi <yao.qi@linaro.org>
10389
10390 * gdb.cp/annota2.exp: Use ${frames_invalid}.
10391
103922015-11-26 Simon Marchi <simon.marchi@ericsson.com>
10393
10394 * gdb.threads/names.exp: New file.
10395 * gdb.threads/names.c: New file.
10396 * README: Mention gdb,no_thread_names.
10397
103982015-11-26 Markus Metzger <markus.t.metzger@intel.com>
10399
10400 PR 19297
10401 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
10402 support" error.
10403
104042015-11-24 Pedro Alves <palves@redhat.com>
10405
10406 PR 17539
10407 * gdb.base/display.exp: Expect displays to be sorted in ascending
10408 order. Use multi_line.
10409 * gdb.base/solib-display.exp: Likewise.
10410
104112015-11-24 Pedro Alves <palves@redhat.com>
10412
10413 PR 17539
10414 * gdb.base/display.exp: Expect displays to be sorted in ascending
10415 order. Use multi_line.
10416 * gdb.base/solib-display.exp: Likewise.
10417
104182015-11-24 Pedro Alves <palves@redhat.com>
10419
10420 PR 17539
10421 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
10422 threads in ascending order.
10423 * gdb.base/foll-fork.exp: Likewise.
10424 * gdb.base/foll-vfork.exp: Likewise.
10425 * gdb.base/multi-forks.exp: Likewise.
10426 * gdb.mi/mi-nonstop.exp: Likewise.
10427 * gdb.mi/mi-nsintrall.exp: Likewise.
10428 * gdb.multi/base.exp: Likewise.
10429 * gdb.multi/multi-arch.exp: Likewise.
10430 * gdb.python/py-inferior.exp: Likewise.
10431 * gdb.threads/break-while-running.exp: Likewise.
10432 * gdb.threads/execl.exp: Likewise.
10433 * gdb.threads/gcore-thread.exp: Likewise.
10434 * gdb.threads/info-threads-cur-sal.exp: Likewise.
10435 * gdb.threads/kill.exp: Likewise.
10436 * gdb.threads/linux-dp.exp: Likewise.
10437 * gdb.threads/multiple-step-overs.exp: Likewise.
10438 * gdb.threads/next-bp-other-thread.exp: Likewise.
10439 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
10440 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
10441 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
10442 * gdb.threads/thread-find.exp: Likewise.
10443 * gdb.threads/tls.exp: Likewise.
10444 * lib/mi-support.exp (mi_reverse_list): Delete.
10445 (mi_check_thread_states): No longer reverse list.
10446
104472015-11-24 Pedro Alves <palves@redhat.com>
10448
10449 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
10450 use lowercase.
10451
104522015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10453
10454 * gdb.trace/actions.c: Include trace-common.h.
10455 (main): Add a location for a fast tracepoint.
10456 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
10457 the normal tracepoints.
10458 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
10459
104602015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10461
10462 * save-trace.exp: Factor out code to these...
10463 (gdb_save_tracepoints): New.
10464 (gdb_load_tracepoints): New.
10465 (do_save_load_test): New.
10466
104672015-11-23 Kevin Buettner <kevinb@redhat.com>
10468
10469 * gdb.base/asmlabel.exp: New test.
10470 * gdb.base/asmlabel.c: New test case.
10471
104722015-11-23 Joel Brobecker <brobecker@adacore.com>
10473
10474 * gdb.base/wrong_frame_bt_full-main.c: New file.
10475 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
10476 * gdb.base/wrong_frame_bt_full.exp: New file.
10477
104782015-11-23 Joel Brobecker <brobecker@adacore.com>
10479
10480 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
10481
104822015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10483
10484 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
10485 pstate register when comparing registers values in
10486 sparc64-*-linux-gnu targets to avoid spurious differences.
10487
104882015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10489
10490 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
10491
104922015-11-19 Sandra Loosemore <sandra@codesourcery.com>
10493
10494 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
10495 as type argument to gdb_compile.
10496 * gdb.base/nested-subp2.exp: Likewise.
10497 * gdb.base/nested-subp3.exp: Likewise.
10498
104992015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
10500
10501 * lib/dwarf.exp (_note): Fix left shift of negative value.
10502 * gdb.trace/trace-condition.exp: Likewise.
10503
105042015-11-13 Yao Qi <yao.qi@linaro.org>
10505
10506 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
10507 comments about d10v.
10508 (test_scalar_returns): Likewise.
10509 * gdb.base/d10v.ld: Remove.
10510 * gdb.base/overlays.exp: Remove the target triplet checking for
10511 d10v-*-*.
10512 * gdb.base/structs.exp (test_struct_returns): Remove the
10513 comments about d10v.
10514 (test_struct_calls): Likewise.
10515
105162015-11-13 Yao Qi <yao.qi@linaro.org>
10517
10518 * gdb.base/gnu_vector.exp: Check the return value by "p res".
10519 * gdb.base/gnu_vector.c: Don't include stdio.h.
10520 (main): Don't print res and call add_some_intvecs.
10521
105222015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
10523
10524 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
10525 macro.
10526 (func5): Removed.
10527 (func4): Use FAST_TRACEPOINT_LABEL.
10528 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
10529 macro.
10530 (func): Removed.
10531 (thread_function): Use FAST_TRACEPOINT_LABEL.
10532 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
10533 (func): Remove.
10534 (marker): Use FAST_TRACEPOINT_LABEL.
10535 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
10536 (pendfunc1): Remove.
10537 (pendfunc): Use FAST_TRACEPOINT_LABEL.
10538 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
10539 (foo): Remove.
10540 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
10541 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
10542 macro.
10543 (func): Remove.
10544 (marker): Use FAST_TRACEPOINT_LABEL.
10545 * gdb.trace/trace-common.h: New header.
10546 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
10547 macro.
10548 (func): Remove.
10549 (marker): Use FAST_TRACEPOINT_LABEL.
10550 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
10551 (func): Remove.
10552 (thread_function): Use FAST_TRACEPOINT_LABEL.
10553
105542015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
10555
10556 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
10557 in front.
10558 * gdb.trace/change-loc.exp: Use global pcreg definition.
10559 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
10560 * gdb.trace/entry-values.exp: Use global spreg definition, add $
10561 in front.
10562 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
10563 * gdb.trace/pending.exp: Likewise.
10564 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
10565 * gdb.trace/trace-break.exp: Likewise.
10566 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
10567 in front.
10568 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
10569 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
10570 in front.
10571 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
10572
105732015-11-09 Joel Brobecker <brobecker@adacore.com>
10574
10575 * gdb.ada/fin_fun_out: New testcase.
10576
105772015-11-07 Kevin Buettner <kevinb@redhat.com>
10578
10579 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
10580 value associated with DW_AT_byte_size.
10581 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
10582 constants for DW_AT_byte_size, DW_AT_lower_bound, and
10583 DW_AT_upper_bound.
10584
105852015-11-07 Kevin Buettner <kevinb@redhat.com>
10586
10587 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
10588 (gdb_target_symbol_prefix_flags): Define in terms of _asm
10589 version.
10590 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
10591 gdb.dwarf2/dw2-canonicalize-type.exp,
10592 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
10593 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
10594 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
10595 provided by gdb_target_symbol_prefix_flags_asm.
10596 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
10597 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
10598 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
10599 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
10600 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
10601 macros where needed). Use this macro for symbols which require
10602 the prefix provided by SYMBOL_PREFIX.
10603
106042015-11-05 Kevin Buettner <kevinb@redhat.com>
10605
10606 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
10607 New procs.
10608 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
10609 representing expressions, of more than one list element.
10610 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
10611 to prepend linker symbol prefix to f.
10612 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
10613 table_1 and table_2.
10614 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
10615 Likewise, for f and g.
10616 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
10617 for ptr.
10618 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
10619 for main.
10620 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
10621 table_1_ptr and table_2_ptr.
10622
106232015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10624 Joel Brobecker <brobecker@adacore.com>
10625
10626 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
10627
106282015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
10629
10630 * gdb.reverse/s390-mvcle.c: New test.
10631 * gdb.reverse/s390-mvcle.exp: New file.
10632 * lib/gdb.exp: Enable reverse tests on s390*-linux.
10633
106342015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10635
10636 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
10637
106382015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10639
10640 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
10641 reaching marker2.
10642 * gdb.reverse/getresuid-reverse.exp: Likewise.
10643 * gdb.reverse/pipe-reverse.exp: Likewise.
10644 * gdb.reverse/readv-reverse.exp: Likewise.
10645 * gdb.reverse/recvmsg-reverse.exp: Likewise.
10646 * gdb.reverse/time-reverse.exp: Likewise.
10647 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
10648
106492015-10-30 Yao Qi <yao.qi@linaro.org>
10650
10651 * gdb.threads/wp-replication.c (watch_count_done): Remove.
10652 (empty_cycle): Remove.
10653 (main): Don't call empty_cycle. Don't use watch_count_done.
10654 * gdb.threads/wp-replication.exp: Don't set breakpoint on
10655 empty_cycle. Rewrite the code counting HW watchpoints.
10656
106572015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
10658
10659 * gdb.reverse/fstatat-reverse.c: New test.
10660 * gdb.reverse/fstatat-reverse.exp: New file.
10661 * gdb.reverse/getresuid-reverse.c: New test.
10662 * gdb.reverse/getresuid-reverse.exp: New file.
10663 * gdb.reverse/pipe-reverse.c: New test.
10664 * gdb.reverse/pipe-reverse.exp: New file.
10665 * gdb.reverse/readv-reverse.c: New test.
10666 * gdb.reverse/readv-reverse.exp: New file.
10667 * gdb.reverse/recvmsg-reverse.c: New test.
10668 * gdb.reverse/recvmsg-reverse.exp: New file.
10669 * gdb.reverse/time-reverse.c: New test.
10670 * gdb.reverse/time-reverse.exp: New file.
10671 * gdb.reverse/waitpid-reverse.c: New test.
10672 * gdb.reverse/waitpid-reverse.exp: New file.
10673
106742015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10675
10676 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
10677
106782015-10-26 Doug Evans <dje@google.com>
10679
10680 PR symtab/17391
10681 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
10682 * gdb.dwarf2/bad-regnum.c: New file.
10683 * gdb.dwarf2/bad-regnum.exp: New file.
10684
106852015-10-26 Doug Evans <dje@google.com>
10686
10687 PR python/18938
10688 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
10689 file.
10690
106912015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10692
10693 * gdb.compile/compile.exp (compile code globalvar): Update expectation
10694 for a change by "Mention language in compile error message".
10695
106962015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
10697
10698 PR python/18073
10699 * gdb.python/py-type.c (C::a_method): New.
10700 (C::a_const_method): New.
10701 (C::a_static_method): New.
10702 (a_function): New.
10703 * gdb.python/py-type.exp (test_fields): Test getting fields
10704 from function and method.
10705
107062015-10-21 Keven Boell <keven.boell@intel.com>
10707
10708 * gdb.fortran/vla-alloc-assoc.exp: New file.
10709 * gdb.fortran/vla-datatypes.exp: New file.
10710 * gdb.fortran/vla-datatypes.f90: New file.
10711 * gdb.fortran/vla-history.exp: New file.
10712 * gdb.fortran/vla-ptype-sub.exp: New file.
10713 * gdb.fortran/vla-ptype.exp: New file.
10714 * gdb.fortran/vla-sizeof.exp: New file.
10715 * gdb.fortran/vla-sub.f90: New file.
10716 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
10717 * gdb.fortran/vla-value-sub-finish.exp: New file.
10718 * gdb.fortran/vla-value-sub.exp: New file.
10719 * gdb.fortran/vla-value.exp: New file.
10720 * gdb.fortran/vla-ptr-info.exp: New file.
10721 * gdb.mi/mi-vla-fortran.exp: New file.
10722 * gdb.mi/vla.f90: New file.
10723
107242015-10-21 Sandra Loosemore <sandra@codesourcery.com>
10725
10726 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
10727 of hardwired timeout value.
10728
107292015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10730 Pedro Alves <palves@redhat.com>
10731
10732 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
10733 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
10734
107352015-10-19 Josh Stone <jistone@redhat.com>
10736
10737 * gdb.base/catch-syscall.c: Include <sched.h>.
10738 (unknown_syscall): New variable.
10739 (main): Trigger a vfork and an unknown syscall.
10740 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
10741 (unknown_syscall_number): Likewise.
10742 (check_call_to_syscall): Accept an optional syscall pattern.
10743 (check_return_from_syscall): Likewise.
10744 (check_continue): Likewise.
10745 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
10746 (test_catch_syscall_skipping_return): New test toggling off 'catch
10747 syscall' to step over the syscall return, then toggling back on.
10748 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
10749 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
10750 (do_syscall_tests): Call test_catch_syscall_without_args and
10751 test_catch_syscall_mid_vfork.
10752 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
10753 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
10754
107552015-10-19 Andrew Stubbs <ams@codesourcery.com>
10756
10757 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
10758 print g_vE): Add new pass patterns.
10759 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
10760 print various symbol names for vptr fields.
10761
107622015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
10763
10764 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
10765 results.
10766
107672015-10-12 Yao Qi <yao.qi@linaro.org>
10768
10769 * gdb.arch/disp-step-insn-reloc.exp: New test case.
10770
107712015-10-12 Yao Qi <yao.qi@linaro.org>
10772
10773 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
10774 is aarch64*-*-linux*.
10775
107762015-10-12 Yao Qi <yao.qi@linaro.org>
10777
10778 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
10779 (can_relocate_bcond_true): ... it.
10780 (can_relocate_bcond_false): New function.
10781 (foo): Likewise.
10782 (can_relocate_bl): Likewise.
10783 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
10784 can_relocate_bl.
10785
107862015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
10787
10788 * gdb.base/nested-addr.c: New file.
10789 * gdb.base/nested-addr.exp: New testcase.
10790
107912015-10-09 Markus Metzger <markus.t.metzger@intel.com>
10792
10793 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
10794 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
10795 its output. Ignore the output of "record goto begin" and instead
10796 check that GDB is replaying.
10797
107982015-10-09 Pedro Alves <palves@redhat.com>
10799
10800 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
10801 (top level): Use it in the run with no args test.
10802
108032015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
10804
10805 * gdb.dlang/properties.exp: New file.
10806
108072015-10-02 Sandra Loosemore <sandra@codesourcery.com>
10808
10809 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
10810 whether or not address 0x1000 is mapped on the target.
10811
108122015-09-30 Simon Marchi <simon.marchi@ericsson.com>
10813
10814 * gdb.python/py-type.exp: Do not run tests if binaries fail to
10815 build.
10816
108172015-09-30 Markus Metzger <markus.t.metzger@intel.com>
10818
10819 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
10820 instruction-history test.
10821
108222015-09-28 Doug Evans <dje@google.com>
10823
10824 * gdb.base/gcore.c (array_func): Add reference to static_array.
10825
108262015-09-25 Simon Marchi <simon.marchi@ericsson.com>
10827
10828 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
10829 source line.
10830
108312015-09-24 Sandra Loosemore <sandra@codesourcery.com>
10832
10833 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
10834 short or char as base type.
10835
108362015-09-23 Sandra Loosemore <sandra@codesourcery.com>
10837
10838 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
10839 to allow any size enum.
10840
108412015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
10842
10843 * gdb.ada/array_ptr_renaming.exp: New testcase.
10844 * gdb.ada/array_ptr_renaming/foo.adb: New file.
10845 * gdb.ada/array_ptr_renaming/pack.ads: New file.
10846
108472015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10848
10849 * gdb.trace/ftrace-lock.c: New file.
10850 * gdb.trace/ftrace-lock.exp: New file.
10851
108522015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10853
10854 * gdb.arch/insn-reloc.c: New file.
10855 * gdb.arch/ftrace-insn-reloc.exp: New file.
10856
108572015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10858
10859 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
10860 instruction.
10861 * gdb.trace/pendshr1.c (pendfunc): Likewise.
10862 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
10863 * gdb.trace/range-stepping.c: Likewise.
10864 * gdb.trace/trace-break.c: Likewise.
10865 * gdb.trace/trace-mt.c (thread_function): Likewise.
10866 * gdb.trace/ftrace.c (marker): Likewise.
10867 * gdb.trace/trace-condition.c (marker): Likewise.
10868 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
10869 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
10870 is_aarch64_target.
10871
108722015-09-18 Doug Evans <xdje42@gmail.com>
10873
10874 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
10875 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
10876
108772015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10878
10879 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
10880 the breakpoint.
10881
108822015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10883
10884 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
10885 the pending breakpoint. Remove timeout override for "Run till
10886 MI pending breakpoint on pendfunc3 on thread 2" test.
10887
108882015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10889
10890 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
10891 filename pattern.
10892
108932015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10894
10895 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
10896 in breakpoint filename pattern.
10897
108982015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10899
10900 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
10901
109022015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10903
10904 * gdb.linespec/explicit.exp: Check for readline support for
10905 tab-completion tests. Fix obvious typo.
10906
109072015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10908
10909 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
10910 and replay.
10911
109122015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10913
10914 * gdb.btrace/non-stop.c: New.
10915 * gdb.btrace/non-stop.exp: New.
10916
109172015-09-17 Pierre Langlois <pierre.langlois@arm.com>
10918 Yao Qi <yao.qi@linaro.org>
10919
10920 * gdb.trace/trace-condition.c: New file.
10921 * gdb.trace/trace-condition.exp: New file.
10922
109232015-09-16 Wei-cheng Wang <cole945@gmail.com>
10924
10925 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
10926 for testing bytecode compilation.
10927
109282015-09-16 Pedro Alves <palves@redhat.com>
10929 Sandra Loosemore <sandra@codesourcery.com>
10930
10931 * gdb.threads/non-stop-fair-events.c (timeout): New global.
10932 (SECONDS): Redefine.
10933 (main): Call pthread_kill and alarm early.
10934 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
10935 support.
10936 (test): If the target can't hardware step and doesn't support
10937 displaced stepping, increase the timeout.
10938
109392015-09-16 Pedro Alves <palves@redhat.com>
10940
10941 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
10942 (enable_debug): New procedures.
10943 (test): Use them. Bail out if waiting for threads fails.
10944 (top level): Bail out if a test fails.
10945
109462015-09-16 Yao Qi <yao.qi@linaro.org>
10947
10948 * gdb.asm/asm-source.exp: Set asm-arch for
10949 aarch64*-*-* target.
10950 * gdb.asm/aarch64.inc: New file.
10951
109522015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
10953
10954 * gdb.ada/array_of_variable_length.exp: New testcase.
10955 * gdb.ada/array_of_variable_length/foo.adb: New file.
10956 * gdb.ada/array_of_variable_length/pck.adb: New file.
10957 * gdb.ada/array_of_variable_length/pck.ads: New file.
10958
109592015-09-15 Doug Evans <dje@google.com>
10960
10961 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
10962 of function static local variable.
10963
109642015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10965
10966 * gdb.threads/tls-so_extern.exp: New test file.
10967 * gdb.threads/tls-so_extern.c: New test file.
10968 * gdb.threads/tls-so_extern_main.c: New test file.
10969
109702015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10971
10972 * gdb.opt/solib-intra-step-lib.c: New file.
10973 * gdb.opt/solib-intra-step-main.c: New file.
10974 * gdb.opt/solib-intra-step.exp: New file.
10975
109762015-09-15 Pedro Alves <palves@redhat.com>
10977
10978 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
10979 gdb_continue_to_breakpoint instead of gdb_test_multiple.
10980
109812015-09-14 Pedro Alves <palves@redhat.com>
10982
10983 * gdb.base/hook-stop-continue.c: Delete.
10984 * gdb.base/hook-stop-continue.exp: Delete.
10985 * gdb.base/hook-stop-frame.c: Delete.
10986 * gdb.base/hook-stop-frame.exp: Delete.
10987 * gdb.base/hook-stop.c: New file.
10988 * gdb.base/hook-stop.exp: New file.
10989
109902015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
10991
10992 * gdb.ada/access_to_packed_array.exp: New testcase.
10993 * gdb.ada/access_to_packed_array/foo.adb: New file.
10994 * gdb.ada/access_to_packed_array/pack.adb: New file.
10995 * gdb.ada/access_to_packed_array/pack.ads: New file.
10996
109972015-09-14 Markus Metzger <markus.t.metzger@intel.com>
10998
10999 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
11000 buffer size test.
11001
110022015-09-11 Don Breazeal <donb@codesourcery.com>
11003
11004 * gdb.base/foll-exec.c: Add copyright header. Fix
11005 formatting issues.
11006 * gdb.base/foll-exec.exp (zap_session): Delete proc.
11007 (do_exec_tests): Use clean_restart in place of zap_session,
11008 and for test initialization. Fix formatting issues. Use
11009 fail in place of perror.
11010 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
11011 an expect statement to match an expression with output from
11012 the program under debug.
11013 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
11014 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
11015 * gdb.threads/non-ldr-exc-2.exp: Likewise.
11016 * gdb.threads/non-ldr-exc-3.exp: Likewise.
11017 * gdb.threads/non-ldr-exc-4.exp: Likewise.
11018
110192015-09-09 Doug Evans <dje@google.com>
11020
11021 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
11022
110232015-09-09 Doug Evans <dje@google.com>
11024
11025 * gdb.base/pie-execl.exp: Fix result test of build_executable.
11026
110272015-09-09 Doug Evans <dje@google.com>
11028
11029 * gdb.base/savedregs.exp: Fix typo.
11030
110312015-09-09 Pedro Alves <palves@redhat.com>
11032
11033 * gdb.mi/mi-cli.exp: Add CLI finish tests.
11034
110352015-09-08 Sandra Loosemore <sandra@codesourcery.com>
11036
11037 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
11038 command actually switches threads. Give up on remaining
11039 tests if target fails to stop at breakpoint.
11040
110412015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
11042
11043 * gdb.ada/funcall_char.exp: New testcase.
11044 * gdb.ada/funcall_char/foo.adb: New file.
11045
110462015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
11047
11048 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
11049 expected outputs. Add two testcases for completing ambiguous
11050 functions.
11051 * gdb.ada/complete/aux_pck.adb: New file.
11052 * gdb.ada/complete/aux_pck.ads: New file.
11053 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
11054 Ambiguous_Func functions.
11055 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
11056 * gdb.ada/complete/pck.adb: Likewise.
11057
110582015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
11059
11060 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
11061 failures to run the test program under GDB.
11062
110632015-08-26 Luis Machado <lgustavo@codesourcery.com>
11064
11065 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
11066 to C.
11067
110682015-08-26 Patrick Palka <patrick@parcs.ath.cx>
11069
11070 * gdb.base/run-after-attach.exp: New test file.
11071 * gdb.base/run-after-attach.c: New test file.
11072
110732015-08-26 Don Breazeal <donb@codesourcery.com>
11074
11075 * gdb.base/foll-exec-2.c: New test program.
11076 * gdb.base/foll-exec-2.exp: New test.
11077
110782015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
11079
11080 * gdb.base/nested-subp1.exp: New file.
11081 * gdb.base/nested-subp1.c: New file.
11082 * gdb.base/nested-subp2.exp: New file.
11083 * gdb.base/nested-subp2.c: New file.
11084 * gdb.base/nested-subp3.exp: New file.
11085 * gdb.base/nested-subp3.c: New file.
11086
110872015-08-24 Pedro Alves <palves@redhat.com>
11088
11089 * gdb.server/connect-without-multi-process.c: New file.
11090 * gdb.server/connect-without-multi-process.exp: New file.
11091
110922015-08-24 Luis Machado <lgustavo@codesourcery.com>
11093
11094 * gdb.opt/inline-markers.c: Make z int.
11095
110962015-08-24 Luis Machado <lgustavo@codesourcery.com>
11097
11098 * gdb.opt/inline-markers.c: Make z volatile.
11099
111002015-08-24 Luis Machado <lgustavo@codesourcery.com>
11101
11102 * gdb.opt/inline-bt.c: New volatile global z.
11103 * gdb.opt/inline-cmds.c: Likewise.
11104 * gdb.opt/inline-locals.c: Likewise.
11105 * gdb.opt/inline-markers.c: New extern global z.
11106 (marker): Use z.
11107 (inline_fn): Likewise.
11108
111092015-08-24 Pedro Alves <palves@redhat.com>
11110
11111 * config/m32r-stub.exp: Remove file.
11112 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
11113 * gdb.base/call-rt-st.exp: Likewise.
11114 * gdb.base/call-strs.exp: Likewise.
11115 * gdb.base/default.exp: Remove references to h8300-*-hms and
11116 *-*-udi*.
11117 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
11118
111192015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11120
11121 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
11122 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
11123 and "return" use KFAIL when GDB can not read/write the vector
11124 return value.
11125
111262015-08-21 Gary Benson <gbenson@redhat.com>
11127
11128 * gdb.trace/pending.exp: Cope with remote transfer warnings.
11129
111302015-08-20 Pedro Alves <palves@redhat.com>
11131
11132 * gdb.server/solib-list.exp: No longer expect an interior stop in
11133 non-stop mode.
11134
111352015-08-20 Pedro Alves <palves@redhat.com>
11136
11137 * gdb.server/connect-stopped-target.c: New file.
11138 * gdb.server/connect-stopped-target.exp: New file.
11139
111402015-08-20 Pedro Alves <palves@redhat.com>
11141
11142 * gdb.dwarf2/comp-unit-lang.exp: New file.
11143 * gdb.dwarf2/comp-unit-lang.c: New file.
11144
111452015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
11146
11147 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
11148 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
11149
111502015-08-19 Kevin Buettner <kevinb@redhat.com>
11151
11152 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
11153 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
11154
111552015-08-18 Doug Evans <dje@google.com>
11156 Adrian Sendroiu <adrian.sendroiu@freescale.com>
11157
11158 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
11159 skip_python_tests. New arg prompt_regexp.
11160 (skip_python_tests): New function.
11161 * lib/mi-support.exp (mi_skip_python_tests): New function.
11162 * gdb.python/py-mi-objfile-gdb.py: New file.
11163 * gdb.python/py-mi-objfile.c: New file.
11164 * gdb.python/py-mi-objfile.exp: New file.
11165
111662015-08-17 Keith Seitz <keiths@redhat.com>
11167
11168 * gdb.linespec/explicit.exp: Move strace test from here ...
11169 * gdb.trace/strace.exp: ... to here.
11170
111712015-08-15 Patrick Palka <patrick@parcs.ath.cx>
11172
11173 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
11174 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
11175
111762015-08-14 Doug Evans <xdje42@gmail.com>
11177
11178 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
11179 inferior before selecting a new file.
11180
111812015-08-14 Doug Evans <xdje42@gmail.com>
11182
11183 * gdb.mi/mi-disassemble.exp: Update.
11184 * gdb.base/disasm-optim.S: New file.
11185 * gdb.base/disasm-optim.c: New file.
11186 * gdb.base/disasm-optim.h: New file.
11187 * gdb.base/disasm-optim.exp: New file.
11188
111892015-08-14 Keith Seitz <keiths@redhat.com>
11190
11191 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
11192 "evaluated-by".
11193
111942015-08-13 Joel Brobecker <brobecker@adacore.com>
11195
11196 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
11197
111982015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
11199
11200 * gdb.ada/fun_renaming.exp: New testcase.
11201 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
11202 * gdb.ada/fun_renaming/pack.adb: New file.
11203 * gdb.ada/fun_renaming/pack.ads: New file.
11204
112052015-08-12 Keith Seitz <keiths@redhat.com>
11206
11207 * gdb.base/dso2dso.exp: Pass basename of source file in call to
11208 gdb_get_line_number.
11209
112102015-08-12 Joel Brobecker <brobecker@adacore.com>
11211
11212 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
11213 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
11214 gdb.base/dso2dso.exp: New files.
11215
112162015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
11217 Pedro Alves <palves@redhat.com>
11218 Keith Seitz <keiths@redhat.com>
11219
11220 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
11221 GDBFLAGS.
11222
112232015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11224
11225 * gdb.base/gdbhistsize-history.exp
11226 (test_histsize_history_setting): Use save_vars.
11227 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11228 Use save_vars.
11229 (test_no_truncation_of_unlimited_history_file): Use save_vars.
11230 * gdb.base/readline.exp: Use save_vars.
11231
112322015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11233
11234 * lib/gdb.exp (save_vars): New proc.
11235
112362015-08-11 Keith Seitz <keiths@redhat.com>
11237
11238 * gdb.base/help.exp: Update help_breakpoint_text.
11239
112402015-08-11 Keith Seitz <keiths@redhat.com>
11241
11242 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
11243 (at toplevel): Call test_explicit_breakpoints.
11244 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
11245 breakpoints.
11246 * lib/mi-support.exp (mi_make_breakpoint): Add support for
11247 breakpoint conditions, "-cond".
11248
112492015-08-11 Keith Seitz <keiths@redhat.com>
11250
11251 * gdb.linespec/3explicit.c: New file.
11252 * gdb.linespec/cpexplicit.cc: New file.
11253 * gdb.linespec/cpexplicit.exp: New file.
11254 * gdb.linespec/explicit.c: New file.
11255 * gdb.linespec/explicit.exp: New file.
11256 * gdb.linespec/explicit2.c: New file.
11257 * gdb.linespec/ls-errs.exp: Add explicit location tests.
11258 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
11259 before using in the matching pattern.
11260 Clarify that `prefix' is a regular expression.
11261
112622015-08-11 Keith Seitz <keiths@redhat.com>
11263
11264 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
11265 test.
11266 Add tests for missing ",FMT" and ",".
11267
112682015-08-10 Doug Evans <dje@google.com>
11269 Keith Seitz <keiths@redhat.com>
11270
11271 PR gdb/17960
11272 * gdb.base/completion.exp: Add location completer tests.
11273
112742015-08-07 Pedro Alves <palves@redhat.com>
11275
11276 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
11277 tests here.
11278 (top level): Run do_test with and without displaced stepping.
11279
112802015-08-07 Pedro Alves <palves@redhat.com>
11281
11282 * gdb.base/valgrind-disp-step.c: New file.
11283 * gdb.base/valgrind-disp-step.exp: New file.
11284
112852015-08-07 Pedro Alves <palves@redhat.com>
11286
11287 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
11288 Delete function.
11289 (main): Add alarm. Run an infinite loop instead of calling
11290 wait_threads.
11291 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
11292 comment.
11293 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
11294 Delete function.
11295 (main): Add alarm. Run an infinite loop instead of calling
11296 wait_threads.
11297 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
11298 comment.
11299
113002015-08-07 Pedro Alves <palves@redhat.com>
11301
11302 * gdb.base/checkpoint-ns.exp: New file.
11303 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
11304 standard_testfile.
11305
113062015-08-07 Markus Metzger <markus.t.metzger@intel.com>
11307
11308 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
11309 * gdb.btrace/instruction_history.exp: Update.
11310 * gdb.btrace/tsx.exp: New.
11311 * gdb.btrace/tsx.c: New.
11312
113132015-08-06 Pedro Alves <palves@redhat.com>
11314
11315 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
11316 increase timeout.
11317 * gdb.reverse/until-precsave.exp: Bump timeouts.
11318
113192015-08-06 Pedro Alves <palves@redhat.com>
11320
11321 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
11322
113232015-08-06 Pedro Alves <palves@redhat.com>
11324
11325 PR gdb/18749
11326 * gdb.threads/process-dies-while-handling-bp.c: New file.
11327 * gdb.threads/process-dies-while-handling-bp.exp: New file.
11328
113292015-08-06 Pedro Alves <palves@redhat.com>
11330
11331 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
11332 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
11333
113342015-08-05 Pedro Alves <palves@redhat.com>
11335
11336 * gdb.threads/next-while-other-thread-longjmps.c: New file.
11337 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
11338
113392015-08-03 Sandra Loosemore <sandra@codesourcery.com>
11340
11341 * gdb.base/bp-permanent.exp: Report test as unsupported if
11342 the target cannot stop at the permanent breakpoint.
11343
113442015-08-03 Doug Evans <dje@google.com>
11345
11346 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
11347 10000.
11348
113492015-08-03 Doug Evans <dje@google.com>
11350
11351 * Makefile.in (workers/%.worker, build-perf): New rule.
11352 (GDB_PERFTEST_MODE): New variable.
11353 (check-perf): Use it.
11354 (clean): Clean up gdb.perf parallel build subdirs.
11355 * lib/build-piece.exp: New file.
11356 * lib/gdb.exp (make_gdb_parallel_path): New function
11357 (standard_output_file, standard_temp_file): Call it.
11358 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11359 of $GDB_PARALLEL.
11360 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
11361
113622015-08-03 Doug Evans <dje@google.com>
11363
11364 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
11365 (LOG_FILE_NAME): New global.
11366 (TextReporter.__init__): Initialize self.txt_sum.
11367 (TextReporter.report): Add support for multiple data-points.
11368 Move report to perftest.sum, put raw data in perftest.log.
11369 (TextReporter.start): Open sum and log files.
11370 (TextReporter.end): Close sum and log files.
11371 * gdb.perf/lib/perftest/testresult.py
11372 (SingleStatisticTestResult.record): Handle multiple data-points.
11373
113742015-07-31 Pedro Alves <palves@redhat.com>
11375
11376 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
11377 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11378 kill_wait_spawned_process instead of explicit "kill -9".
11379 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
11380 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11381 kill_wait_spawned_process.
11382 * gdb.base/attach-twice.exp: Likewise.
11383 * gdb.base/attach.exp: Likewise.
11384 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
11385 gdb_test_multiple.
11386 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
11387 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11388 kill_wait_spawned_process.
11389 * gdb.base/valgrind-infcall.exp: Likewise.
11390 * gdb.multi/multi-attach.exp: Likewise.
11391 * gdb.python/py-prompt.exp: Likewise.
11392 * gdb.python/py-sync-interp.exp: Likewise.
11393 * gdb.server/ext-attach.exp: Likewise.
11394 * gdb.threads/attach-into-signal.exp (corefunc): Use
11395 spawn_wait_for_attach, spawn_id_get_pid and
11396 kill_wait_spawned_process.
11397 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
11398 spawn_wait_for_attach returning a spawn id instead of a pid. Use
11399 spawn_id_get_pid and kill_wait_spawned_process.
11400 * gdb.threads/attach-stopped.exp (corefunc): Use
11401 spawn_wait_for_attach, spawn_id_get_pid and
11402 kill_wait_spawned_process.
11403 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
11404 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11405 kill_wait_spawned_process instead of explicit "kill -9".
11406 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
11407 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
11408 (spawn_wait_for_attach): Use spawn instead of exec to spawn
11409 processes. Don't map cygwin/windows pids here. Now returns a
11410 spawn id list.
11411
114122015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11413
11414 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
11415 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
11416 correct patch.
11417
114182015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11419
11420 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
11421
114222015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11423
11424 Reapply:
11425 2014-05-21 Mark Wielaard <mjw@redhat.com>
11426
11427 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
11428
114292015-07-30 Pedro Alves <palves@redhat.com>
11430
11431 * linux-low.c (handle_extended_wait): Set the child's last
11432 reported status to TARGET_WAITKIND_STOPPED.
11433
114342015-07-30 Pedro Alves <palves@redhat.com>
11435
11436 PR threads/18600
11437 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
11438 only shows inferior 1.
11439
114402015-07-30 Simon Marchi <simon.marchi@ericsson.com>
11441 Pedro Alves <palves@redhat.com>
11442
11443 PR threads/18600
11444 * gdb.threads/fork-plus-threads.c: New file.
11445 * gdb.threads/fork-plus-threads.exp: New file.
11446
114472015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11448
11449 * gdb.base/batch-preserve-term-settings.exp
11450 (test_terminal_settings_preserved_after_cli_exit): Use
11451 send_quit_command.
11452
114532015-07-29 Pedro Alves <palves@redhat.com>
11454 Don Breazeal <donb@codesourcery.com>
11455
11456 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
11457 output from both inferior_spawn_id and gdb_spawn_id.
11458
114592015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11460
11461 * gdb.threads/attach-into-signal.exp (corefunc): Use
11462 with_test_prefix on nested loops, uniquefying the test messages.
11463
114642015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11465
11466 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
11467 commit.
11468
114692015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11470
11471 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
11472 New proc.
11473 (test_terminal_settings_preserved_after_sigterm): New test.
11474
114752015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11476
11477 * gdb.base/batch-preserve-term-settings.exp
11478 (test_terminal_settings_preserved_after_cli_exit): New test.
11479
114802015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11481
11482 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
11483 manipulation of saved_gdbflags.
11484 (test_terminal_settings_preserved): Remove global declaration of
11485 the unused variable pagination_prompt. Remove manipulation of
11486 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
11487 GDBFLAGS.
11488
114892015-07-29 Pedro Alves <palves@redhat.com>
11490
11491 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
11492
114932015-07-29 Pedro Alves <palves@redhat.com>
11494
11495 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
11496 at the top.
11497
114982015-07-29 Pedro Alves <palves@redhat.com>
11499
11500 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
11501 (main): Call gdb_unbuffer_output.
11502 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
11503 (main): Call gdb_unbuffer_output.
11504 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
11505 (main): Call gdb_unbuffer_output.
11506 * gdb.base/call-strs.exp: Adjust to step over the
11507 gdb_unbuffer_output call.
11508 * gdb.base/catch-gdb-caused-signals.c: Include
11509 "../lib/unbuffer_output.c".
11510 (main): Call gdb_unbuffer_output.
11511 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
11512 (main): Call gdb_unbuffer_output.
11513 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
11514 (main): Call gdb_unbuffer_output.
11515 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
11516 (main): Call gdb_unbuffer_output.
11517 * gdb.base/shlib-call.exp: Adjust to step over the
11518 gdb_unbuffer_output call.
11519 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
11520 (main): Call gdb_unbuffer_output.
11521 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
11522 (main): Call gdb_unbuffer_output.
11523 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
11524 (main): Rename to ...
11525 (test): ... this.
11526 (main): Reimplement.
11527 * gdb.base/varargs.exp: Run to test instead of to main.
11528 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11529 (main): Call gdb_unbuffer_output.
11530
115312015-07-29 Pedro Alves <palves@redhat.com>
11532
11533 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
11534 factore out from mi_continue_dprintf. For call-style dprintfs,
11535 expect dprintf output out of $inferior_spawn_id.
11536 (mi_continue_dprintf): Use mi_expect_dprintf.
11537 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11538 (main): Call gdb_unbuffer_output.
11539
115402015-07-29 Pedro Alves <palves@redhat.com>
11541
11542 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
11543 (default_mi_gdb_start): Set inferior_spawn_id instead of
11544 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
11545 gdb_spawn_id.
11546 (mi_gdb_test): Always expect inferior output from both
11547 $inferior_spawn_id and $gdb_spawn_id.
11548
115492015-07-29 Pedro Alves <palves@redhat.com>
11550
11551 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
11552 send_inferior and $inferior_spawn_id.
11553
115542015-07-29 Pedro Alves <palves@redhat.com>
11555
11556 * gdb.gdb/complaints.exp (test_initial_complaints)
11557 (test_serial_complaints, test_short_complaints): Use
11558 gdb_test_stdio.
11559 (test_empty_complaint): Handle $inferior_spawn_id !=
11560 $gdb_spawn_id.
11561
115622015-07-29 Pedro Alves <palves@redhat.com>
11563
11564 * gdb.base/varargs.exp: Use gdb_test_stdio.
11565
115662015-07-29 Pedro Alves <palves@redhat.com>
11567
11568 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
11569
115702015-07-29 Pedro Alves <palves@redhat.com>
11571
11572 * gdb.base/ending-run.exp: Use gdb_test_stdio.
11573
115742015-07-29 Pedro Alves <palves@redhat.com>
11575
11576 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
11577 parameter into two new parameters, "inf_result" and "gdb_result".
11578 Expect inferior output and gdb output from $inferior_spawn_id and
11579 $gdb_spawn_id, respectively. Adjust all callers.
11580
115812015-07-29 Pedro Alves <palves@redhat.com>
11582
11583 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
11584 of gdb_test_sequence.
11585
115862015-07-29 Pedro Alves <palves@redhat.com>
11587
11588 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
11589 (saw_spurious_output): Expect inferior output from
11590 $inferior_spawn_id. Use gdb_test_stdio.
11591
115922015-07-29 Pedro Alves <palves@redhat.com>
11593
11594 * gdb.base/dprintf.exp: Use standard_testfile. Change
11595 prepare_for_testing call.
11596 (srcfile): Don't set.
11597 (restart): New procedure.
11598 (test_dprintf): New procecure, use to continue over dprintfs.
11599 (test_call, test_agent): New procedures, tests moved here.
11600 Restart gdb and recreate dprintfs. Adjust expected output.
11601
116022015-07-29 Pedro Alves <palves@redhat.com>
11603
11604 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
11605
116062015-07-29 Pedro Alves <palves@redhat.com>
11607
11608 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
11609
116102015-07-29 Pedro Alves <palves@redhat.com>
11611
11612 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
11613 gdb_test_stdio.
11614
116152015-07-29 Pedro Alves <palves@redhat.com>
11616
11617 * lib/gdb.exp (gdb_test_stdio): New procedure.
11618
116192015-07-29 Pedro Alves <palves@redhat.com>
11620
11621 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
11622
116232015-07-29 Pedro Alves <palves@redhat.com>
11624
11625 * gdb.base/call-signal-resume.exp: Remove check for
11626 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
11627 * gdb.base/unwindonsignal.exp: Likewise.
11628 * gdb.base/call-signals.c (gen_signal): Remove printf call.
11629 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
11630
116312015-07-29 Pedro Alves <palves@redhat.com>
11632
11633 * gdb.base/siginfo-addr.c (pass): New function.
11634 (handler): Call it iff si_addr is correct.
11635 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
11636 Set a breakpoint at "pass" and continue to it.
11637
116382015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
11639
11640 * gdb.python/py-objfile.exp: Make some tests have unique names.
11641 * gdb.python/py-pp-registration.exp: Likewise.
11642
116432015-07-28 Pedro Alves <palves@redhat.com>
11644
11645 * gdb.server/server-exec-info.exp: Issue a "disconnect".
11646
116472015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11648
11649 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
11650
116512015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11652
11653 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
11654
116552015-07-27 Patrick Palka <patrick@parcs.ath.cx>
11656
11657 * gdb.base/gdb-sigterm-2.exp: New test.
11658
116592015-07-25 Doug Evans <xdje42@gmail.com>
11660
11661 Revert:
11662 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11663 (workers/%.worker, build-perf): New rule.
11664 (GDB_PERFTEST_MODE): New variable.
11665 (check-perf): Use it.
11666 (clean): Clean up gdb.perf parallel build subdirs.
11667 * lib/build-piece.exp: New file.
11668 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11669 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11670 name.
11671 (standard_temp_file): Ditto.
11672 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11673 of $GDB_PARALLEL.
11674
116752015-07-24 Doug Evans <dje@google.com>
11676
11677 * gdb.perf/lib/perftest/utils.py: New file.
11678 * gdb.perf/gm-hello.cc: New file.
11679 * gdb.perf/gm-pervasive-typedef.cc: New file.
11680 * gdb.perf/gm-pervasive-typedef.h: New file.
11681 * gdb.perf/gm-std.cc: New file.
11682 * gdb.perf/gm-std.h: New file.
11683 * gdb.perf/gm-use-cerr.cc: New file.
11684 * gdb.perf/gm-utils.h: New file.
11685 * gdb.perf/gmonster-null-lookup.py: New file.
11686 * gdb.perf/gmonster-pervasive-typedef.py: New file.
11687 * gdb.perf/gmonster-print-cerr.py: New file.
11688 * gdb.perf/gmonster-ptype-string.py: New file.
11689 * gdb.perf/gmonster-runto-main.py: New file.
11690 * gdb.perf/gmonster-select-file.py: New file.
11691 * gdb.perf/gmonster1-null-lookup.exp: New file.
11692 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
11693 * gdb.perf/gmonster1-print-cerr.exp: New file.
11694 * gdb.perf/gmonster1-ptype-string.exp: New file.
11695 * gdb.perf/gmonster1-runto-main.exp: New file.
11696 * gdb.perf/gmonster1-select-file.exp: New file.
11697 * gdb.perf/gmonster1.cc: New file.
11698 * gdb.perf/gmonster1.exp: New file.
11699 * gdb.perf/gmonster2-null-lookup.exp: New file.
11700 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
11701 * gdb.perf/gmonster2-print-cerr.exp: New file.
11702 * gdb.perf/gmonster2-ptype-string.exp: New file.
11703 * gdb.perf/gmonster2-runto-main.exp: New file.
11704 * gdb.perf/gmonster2-select-file.exp: New file.
11705 * gdb.perf/gmonster2.cc: New file.
11706 * gdb.perf/gmonster2.exp: New file.
11707
117082015-07-24 Doug Evans <dje@google.com>
11709
11710 * gdb.perf/README: New file.
11711 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
11712 * lib/gen-perf-test.exp: New file.
11713
117142015-07-24 Doug Evans <dje@google.com>
11715
11716 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
11717 (PerfTest::startup): New function.
11718 (PerfTest::run): Return result of calling body.
11719 (PerfTest::assemble): Rewrite.
11720 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
11721 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
11722 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
11723 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
11724 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
11725
117262015-07-24 Doug Evans <dje@google.com>
11727
11728 * lib/gdb.exp (clean_restart): Make executable optional.
11729
117302015-07-24 Doug Evans <dje@google.com>
11731
11732 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
11733 compiler_info references.
11734 * gdb.cp/temargs.exp: Ditto.
11735 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
11736 (get_compiler_info): Early exit if already computed. Set compiler_info
11737 to "unknown" if there was a problem.
11738 (test_compiler_info): Add function comment. Call get_compiler_info.
11739
117402015-07-24 Doug Evans <dje@google.com>
11741
11742 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11743 (workers/%.worker, build-perf): New rule.
11744 (GDB_PERFTEST_MODE): New variable.
11745 (check-perf): Use it.
11746 (clean): Clean up gdb.perf parallel build subdirs.
11747 * lib/build-piece.exp: New file.
11748 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11749 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11750 name.
11751 (standard_temp_file): Ditto.
11752 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11753 of $GDB_PARALLEL.
11754
117552015-07-24 Doug Evans <dje@google.com>
11756
11757 * lib/future.exp (gdb_default_target_compile): New option
11758 "early_flags".
11759 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
11760 --as-needed.
11761
117622015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
11763
11764 * gdb.base/catch-syscall.exp: Call gdb_exit before
11765 gdb_skip_xml_test.
11766
117672015-07-24 Pedro Alves <palves@redhat.com>
11768
11769 * gdb.python/py-events.exp: Accept output between the stop event
11770 and the prompt.
11771 * gdb.python/py-evsignal.exp: Likewise.
11772 * gdb.python/py-evthreads.exp: Likewise.
11773
117742015-07-24 Pedro Alves <palves@redhat.com>
11775
11776 PR gdb/18717
11777 * gdb.threads/non-ldr-exit.c: New file.
11778 * gdb.threads/non-ldr-exit.exp: New file.
11779
117802015-07-24 Yao Qi <yao.qi@linaro.org>
11781
11782 * gdb.server/ext-wrapper.exp: Test --wrapper option when
11783 restarting process.
11784
117852015-07-24 Yao Qi <yao.qi@linaro.org>
11786
11787 * gdb.server/ext-restart.exp: New file.
11788
117892015-07-24 Yao Qi <yao.qi@linaro.org>
11790
11791 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
11792 argument options.
11793 * gdb.server/ext-wrapper.exp: New file.
11794
117952015-07-23 Doug Evans <dje@google.com>
11796
11797 * gdb.dwarf2/dw2-dummy-cu.S: New file.
11798 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
11799
118002015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
11801
11802 * gdb.ada/var_arr_typedef.exp: New testcase.
11803 * gdb.ada/var_arr_typedef/pack.adb: New file.
11804 * gdb.ada/var_arr_typedef/pack.ads: New file.
11805 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
11806
118072015-07-20 Joel Brobecker <brobecker@adacore.com>
11808
11809 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
11810
118112015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11812
11813 * gdb.arch/i386-biarch-core.exp: Replace istarget
11814 by "complete set gnutarget". Remove expectation for the "core-file"
11815 command.
11816
118172015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11818
11819 Revert the previous commit:
11820 Tests for validate symbol file using build-id.
11821
118222015-07-15 Aleksandar Ristovski <aristovski@qnx.com
11823
11824 Tests for validate symbol file using build-id.
11825 * gdb.base/solib-mismatch-lib.c: New file.
11826 * gdb.base/solib-mismatch-libmod.c: New file.
11827 * gdb.base/solib-mismatch.c: New file.
11828 * gdb.base/solib-mismatch.exp: New file.
11829
118302015-07-15 Sandra Loosemore <sandra@codesourcery.com>
11831
11832 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
11833 nios2-*-linux*.
11834 * gdb.base/sigbpt.exp (stepi_out): Likewise.
11835 * gdb.base/siginfo.exp: Likewise.
11836 * gdb.base/sigstep.exp (advance, advancei): Likewise.
11837
118382015-07-15 Pierre Langlois <pierre.langlois@arm.com>
11839
11840 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
11841 Move it to ...
11842 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
11843 ... here.
11844 * gdb.trace/range-stepping.exp: Check that the target supports
11845 range stepping.
11846
118472015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11848
11849 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
11850
118512015-07-14 Pedro Alves <palves@redhat.com>
11852
11853 * gdb.base/killed-outside.exp: New file.
11854 * gdb.base/killed-outside.c: New file.
11855
118562015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11857
11858 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
11859 (n at main): New.
11860 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
11861
118622015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11863
11864 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
11865 infcall tests instead of setting up for KFAIL.
11866
118672015-07-10 Markus Metzger <markus.t.metzger@intel.com>
11868
11869 * gdb.btrace/record_goto-step.exp: New.
11870
118712015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11872
11873 PR compile/18484
11874 * gdb.compile/compile.c (struct struct_type): Add volatile to
11875 selffield's type.
11876 * gdb.compile/compile.exp
11877 (compile code struct_object.selffield = &struct_object): Skip further
11878 struct_object tests if this one xfails.
11879
118802015-07-08 Robert O'Callahan <robert@ocallahan.org>
11881
11882 PR exp/18617
11883 * gdb.trace/ax.exp: Add test.
11884
118852015-07-07 Yao Qi <yao.qi@linaro.org>
11886
11887 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
11888 instead of istarget "aarch64*-*-*".
11889 * gdb.arch/aarch64-fp.exp: Likewise.
11890 * gdb.base/float.exp: Likewise.
11891 * gdb.reverse/aarch64.exp: Likewise.
11892 * lib/gdb.exp (is_aarch64_target): New proc.
11893
118942015-07-07 Yao Qi <yao.qi@linaro.org>
11895
11896 * lib/gdb.exp (is_aarch32_target): New proc.
11897 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
11898 instead of "istarget "arm*-*-*"".
11899 * gdb.arch/arm-disp-step.exp: Likewise.
11900 * gdb.arch/thumb-bx-pc.exp: Likewise.
11901 * gdb.arch/thumb-prologue.exp: Likewise.
11902 * gdb.arch/thumb-singlestep.exp: Likewise.
11903 * gdb.base/disp-step-syscall.exp: Likewise.
11904 * gdb.base/float.exp: Likewise.
11905
119062015-07-07 Yao Qi <yao.qi@linaro.org>
11907
11908 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
11909 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
11910
119112015-07-07 Yao Qi <yao.qi@linaro.org>
11912
11913 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
11914 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
11915 if it exists.
11916 * gdb.multi/multi-arch.exp: Likewise.
11917
119182015-07-07 Simon Marchi <simon.marchi@ericsson.com>
11919
11920 * gdb.python/py-lazy-string.exp: Add missing parentheses to
11921 print.
11922
119232015-07-07 Yao Qi <yao.qi@linaro.org>
11924
11925 * gdb.arch/thumb-singlestep.exp: Do one more single step.
11926
119272015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
11928
11929 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
11930 '[' and ']' characters.
11931
119322015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
11933
11934 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11935
119362015-06-29 Pedro Alves <palves@redhat.com>
11937
11938 PR threads/18127
11939 * gdb.threads/hand-call-new-thread.c: New file.
11940 * gdb.threads/hand-call-new-thread.c: New file.
11941
119422015-06-26 Keith Seitz <keiths@redhat.com>
11943 Doug Evans <dje@google.com>
11944
11945 PR 16253
11946 * gdb.cp/var-tag-2.cc: New file.
11947 * gdb.cp/var-tag-3.cc: New file.
11948 * gdb.cp/var-tag-4.cc: New file.
11949 * gdb.cp/var-tag.cc: New file.
11950 * gdb.cp/var-tag.exp: New file.
11951
119522015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11953
11954 * gdb.base/history-duplicates.exp: New test.
11955
119562015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11957
11958 * gdb.base/completion.exp: Test the completion of the "focus"
11959 command.
11960
119612015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11962
11963 * gdb.arch/amd64-prologue-skip.S: New file.
11964 * gdb.arch/amd64-prologue-skip.exp: New file.
11965
119662015-06-25 Simon Marchi <simon.marchi@ericsson.com>
11967
11968 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
11969 is_address_zero_readable check.
11970
119712015-06-24 Peter Bergner <bergner@vnet.ibm.com>
11972
11973 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
11974 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
11975
119762015-06-24 Yao Qi <yao.qi@linaro.org>
11977
11978 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
11979 linux targets.
11980
119812015-06-24 Yao Qi <yao.qi@linaro.org>
11982
11983 * lib/gdb.exp (supports_get_siginfo_type): New proc.
11984 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
11985 * gdb.base/siginfo-thread.exp: Likewise.
11986
119872015-06-22 Yao Qi <yao.qi@linaro.org>
11988
11989 * boards/remote-gdbserver-on-localhost.exp: Add comments.
11990
119912015-06-22 Yao Qi <yao.qi@linaro.org>
11992
11993 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
11994 aarch64*-*-*.
11995 (skip_hw_watchpoint_tests): Likewise.
11996
119972015-06-18 Patrick Palka <patrick@parcs.ath.cx>
11998
11999 * gdb.base/gdbinit-history.exp: Test the interaction between
12000 setting GDBHISTSIZE and setting the history size via .gdbinit.
12001
120022015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12003
12004 PR gdb/16999
12005 * gdb.base/gdbhistsize-history.exp: New test.
12006
120072015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12008
12009 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
12010 with GDBHISTSIZE.
12011 * gdb.base/readline.exp: Likewise.
12012
120132015-06-17 Yao Qi <yao.qi@linaro.org>
12014
12015 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
12016 line.
12017
120182015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12019
12020 * gdb.base/gdbinit-history.exp: Add test case to check that
12021 an unlimited history file does not get truncated on exit.
12022
120232015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12024
12025 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
12026 (VECTOR): New macro. Use it...
12027 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
12028 ...for these typedefs.
12029 (int8, char1, int1, double1): New typedefs.
12030 (struct just_int2, struct two_int2): New structures.
12031 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
12032 (add_structvecs, add_singlevecs): New functions.
12033 (main): Call add_some_intvecs twice.
12034 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
12035 the compile and exit upon failure. Try compiling for the "native"
12036 architecture. Test inferior function calls with vector arguments
12037 and vector return value handling with "finish" and "return".
12038
120392015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
12040
12041 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
12042 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
12043 PE file.
12044 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
12045
120462015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12047
12048 PR breakpoints/16465
12049 * gdb.mi/mi-dprintf-pending.c: New file.
12050 * gdb.mi/mi-dprintf-pending.exp: New test.
12051 * gdb.mi/mi-dprintf-pendshr.c: New file.
12052
120532015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12054 Mircea Gherzan <mircea.gherzan@intel.com>
12055
12056 * gdb.arch/i386-mpx-map.c: New file.
12057 * gdb.arch/i386-mpx-map.exp: New File.
12058
120592015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12060
12061 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
12062 * gdb.arch/i386-mpx.exp: Indentation fixed.
12063
120642015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12065
12066 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
12067 function and improved indentation.
12068 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
12069 gdb_test_multiple. Added additional tests to skip the test.
12070
120712015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12072
12073 * gdb.arch/i386-avx512.c: Change path in include file.
12074 * gdb.arch/i386-avx512.exp: Change include dir path
12075 compilation flag.
12076 * gdb.arch/i386-mpx.c: Change path in include file.
12077 * gdb.arch/i386-mpx.exp: Change include dir path compilation
12078 flag.
12079
120802015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12081
12082 * gdb.compile/compile-print.exp (compile print *vararray@3)
12083 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
12084
120852015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12086
12087 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
12088 (do not keep jit in memory): ... this.
12089 (expect 5): Change it to ...
12090 (expect no 5): ... this.
12091
120922015-06-02 Simon Marchi <simon.marchi@ericsson.com>
12093
12094 PR gdb/15564
12095 * gdb.mi/mi-detach.exp: New file.
12096
120972015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12098
12099 PR symtab/18392
12100 * gdb.arch/amd64-tailcall-self.S: New file.
12101 * gdb.arch/amd64-tailcall-self.c: New file.
12102 * gdb.arch/amd64-tailcall-self.exp: New file.
12103
121042015-05-28 Don Breazeal <donb@codesourcery.com>
12105
12106 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
12107 tests for remote targets by checking is_target_gdbserver.
12108
121092015-05-27 Doug Evans <dje@google.com>
12110
12111 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
12112 * gdb.dwarf2/opaque-type-lookup.c: New file.
12113 * gdb.dwarf2/opaque-type-lookup.exp: New file.
12114
121152015-05-26 Doug Evans <dje@google.com>
12116
12117 * gdb.cp/iostream.cc: New file.
12118 * gdb.cp/iostream.exp: New file.
12119
121202015-05-26 Doug Evans <dje@google.com>
12121
12122 * gdb.dwarf2/dw2-op-call.exp: Update.
12123 * gdb.dwarf2/dw4-sig-types.exp: Update.
12124 * gdb.dwarf2/implptr.exp: Update.
12125 * gdb.mi/mi-cmd-param-changed.exp: Update.
12126
121272015-05-26 Doug Evans <dje@google.com>
12128
12129 * gdb.python/py-lazy-string.c: New file.
12130 * gdb.python/py-lazy-string.exp: New file.
12131 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
12132 (main): Update. Add estring3.
12133 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
12134 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
12135
121362015-05-26 Omair Javaid <omair.javaid@linaro.org>
12137 Yao Qi <yao.qi@linaro.org>
12138
12139 * gdb.reverse/aarch64.c: New.
12140 * gdb.reverse/aarch64.exp: New.
12141
121422015-05-26 Omair Javaid <omair.javaid@linaro.org>
12143
12144 * lib/gdb.exp (supports_process_record): Return true for
12145 aarch64*-linux*.
12146 (supports_reverse): Likewise.
12147
121482015-05-22 Patrick Palka <patrick@parcs.ath.cx>
12149
12150 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12151 Use with_test_prefix.
12152
121532015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
12154
12155 * gdb.base/completion.exp: Add test for completion of layout
12156 names.
12157
121582015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
12159
12160 * lib/gdb.exp (skip_tui_tests): New proc.
12161 * gdb.base/tui-layout.exp: Check skip_tui_tests.
12162
121632015-05-19 Pedro Alves <palves@redhat.com>
12164
12165 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12166 Save the whole env array instead of just HOME. Unset HISTSIZE in
12167 the environment while testing. Restore whole environment
12168 afterwards.
12169
121702015-05-16 Doug Evans <xdje42@gmail.com>
12171
12172 * gdb.guile/scm-ports.c: New file.
12173 * gdb.guile/scm-ports.exp: Add memory port tests.
12174
121752015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12176
12177 * gdb.compile/compile-print.c: New file.
12178 * gdb.compile/compile-print.exp: New file.
12179
121802015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12181
12182 * gdb.compile/compile-ops.exp: Cast param to void.
12183 * gdb.compile/compile.exp: Complete type for _gdb_expr.
12184 (compile code struct_object.selffield = &struct_object): Add xfail.
12185
121862015-05-15 Joel Brobecker <brobecker@adacore.com>
12187
12188 * gdb.ada/arr_enum_with_gap: New testcase.
12189
121902015-05-15 Joel Brobecker <brobecker@adacore.com>
12191
12192 * gdb.ada/byte_packed_arr: New testcase.
12193
121942015-05-15 Joel Brobecker <brobecker@adacore.com>
12195
12196 * gdb.ada/pckd_neg: New testcase.
12197
121982015-05-13 Patrick Palka <patrick@parcs.ath.cx>
12199
12200 PR gdb/17820
12201 * gdb.base/gdbinit-history.exp: New test.
12202 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
12203 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
12204
122052015-05-09 Siva Chandra Reddy <sivachandra@google.com>
12206
12207 * gdb.python/py-xmethods.cc: Enhance test case.
12208 * gdb.python/py-xmethods.exp: New tests.
12209 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
12210 function.
12211 (B_indexoper): Likewise.
12212 (global_dm_list) : Add new xmethod worker functions.
12213
122142015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
12215
12216 * gdb.base/coredump-filter.exp: Correctly unset
12217 "coredump_var_addr" array.
12218
122192015-05-08 Pedro Alves <palves@redhat.com>
12220
12221 * gdb.server/non-existing-program.exp: Unset spawn_id.
12222
122232015-05-08 Siva Chandra Reddy <sivachandra@google.com>
12224
12225 PR python/18291
12226 * gdb.python/py-xmethods.exp: Add tests.
12227
122282015-05-08 Yao Qi <yao.qi@linaro.org>
12229
12230 PR gdb/18208
12231 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
12232 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
12233 function set_coredump_filter, and remove remote_exec call.
12234 Remove argument ipid. Callers update.
12235 (top level): Don't get inferior's PID.
12236
122372015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
12238
12239 * gdb.base/watch_thread_num.exp: Skip test on targets without
12240 access watchpoints.
12241
122422015-05-06 Pedro Alves <palves@redhat.com>
12243
12244 PR server/18081
12245 * gdb.server/non-existing-program.exp: New file.
12246
122472015-05-05 Joel Brobecker <brobecker@adacore.com>
12248
12249 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
12250
122512015-05-05 Joel Brobecker <brobecker@adacore.com>
12252
12253 * gdb.ada/out_of_line_in_inlined: New testcase.
12254
122552015-05-05 Joel Brobecker <brobecker@adacore.com>
12256
12257 * gdb.ada/var_rec_arr: New testcase.
12258
122592015-04-30 Yao Qi <yao.qi@linaro.org>
12260
12261 * gdb.base/break-idempotent.exp: If
12262 skip_hw_watchpoint_multi_tests returns true, skip the tests
12263 on "rwatch" and "awatch".
12264
122652015-04-30 Yao Qi <yao.qi@linaro.org>
12266
12267 * gdb.base/relativedebug.exp: Invoke gdb command
12268 "info sharedlibrary", and if libc.so doesn't have debug info,
12269 skip the test.
12270
122712015-04-29 Doug Evans <dje@google.com>
12272
12273 * gdb.python/py-xmethods.exp: Add ptype tests.
12274 * gdb.python/py-xmethods.py (E_method_char_worker): Add
12275 get_result_type method.
12276
122772015-04-29 Luis Machado <lgustavo@codesourcery.com>
12278
12279 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
12280 the target does not support hardware watchpoints.
12281
122822015-04-29 Luis Machado <lgustavo@codesourcery.com>
12283
12284 * gdb.base/break-always.exp: Abort testing if writing to memory
12285 causes an error.
12286
122872015-04-28 Doug Evans <dje@google.com>
12288
12289 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
12290 * gdb.python/py-pp-registration.exp: ... here. New file.
12291 * gdb.python/py-pp-registration.c: New file.
12292 * gdb.python/py-pp-registration.py: New file.
12293
122942015-04-28 Doug Evans <dje@google.com>
12295
12296 * gdb.python/py-bad-printers.c: New file.
12297 * gdb.python/py-bad-printers.py: New file.
12298 * gdb.python/py-bad-printers.exp: New file.
12299
123002015-04-28 Sasha Smundak <asmundak@google.com>
12301
12302 * gdb.python/py-type.exp: New test.
12303
123042015-04-28 Andy Wingo <wingo@igalia.com>
12305
12306 * gdb.python/py-parameter.exp:
12307 * gdb.guile/scm-parameter.exp: Escape the path that we are
12308 matching against, as it might contain characters that are special
12309 to regular expressions.
12310
123112015-04-27 Joel Brobecker <brobecker@adacore.com>
12312
12313 * gdb.ada/rec_comp: New testcase.
12314
123152015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
12316
12317 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
12318 before using it.
12319
123202015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
12321
12322 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
12323 new tests for verilog output.
12324
123252015-04-24 Yao Qi <yao.qi@linaro.org>
12326
12327 * boards/remote-gdbserver-on-localhost.exp: New file.
12328
123292015-04-23 Pedro Alves <palves@redhat.com>
12330
12331 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
12332 $inferior_spawn_id instead of $inferior_spawn_id directly. On
12333 "end of file", remove $inferior_spawn_id from the indirect list.
12334
123352015-04-23 Pedro Alves <palves@redhat.com>
12336
12337 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
12338
123392015-04-23 Pedro Alves <palves@redhat.com>
12340
12341 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
12342 on $any_spawn_id instead of only on $gdb_spawn_id.
12343
123442015-04-21 Pierre Muller <muller@sourceware.org>
12345
12346 PR pascal/17815
12347 * lib/pascal.exp (gpc_compile): Add new option "class".
12348 (fpc_compile): Likewise.
12349 * gdb.pascal/case-insensitive-symbols.pas: New file.
12350 * gdb.pascal/case-insensitive-symbols.exp: New file.
12351
123522015-04-20 Gary Benson <gbenson@redhat.com>
12353
12354 * gdb.base/attach.exp: Fix three extended remote failures.
12355
123562015-04-17 Gary Benson <gbenson@redhat.com>
12357
12358 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
12359 the main executable over the remote protocol.
12360
123612015-04-16 Pedro Alves <palves@redhat.com>
12362
12363 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
12364 a new gdbserver if gdbserver_reconnect_p is set.
12365
123662015-04-16 Pedro Alves <palves@redhat.com>
12367
12368 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
12369 is set, don't exit gdbserver.
12370
123712015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12372
12373 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
12374 appropriate .insn, such that an older assembler can be used.
12375 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
12376 the z/Architecture instruction set on 31-bit targets as well.
12377
123782015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12379
12380 * gdb.go/handcall.exp: Remove all logic related to the first
12381 breakpoint and rely on go_runto_main instead.
12382 * gdb.go/strings.exp: Likewise.
12383 * gdb.go/unsafe.exp: Likewise.
12384 * gdb.go/hello.exp: Likewise. Also rename the remaining
12385 breakpoint marker to "breakpoint 1".
12386 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
12387 * gdb.go/strings.go: Likewise.
12388 * gdb.go/unsafe.go: Likewise.
12389 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
12390 "set breakpoint 2 here" and rename the remaining breakpoint marker
12391 to "breakpoint 1".
12392
123932015-04-15 Simon Marchi <simon.marchi@ericsson.com>
12394
12395 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
12396 if itertools.imap is not present.
12397 * gdb.python/py-objfile.exp: Add parentheses.
12398 * gdb.python/py-type.exp: Same.
12399 * gdb.python/py-unwind-maint.py: Same.
12400
124012015-04-15 Yao Qi <yao.qi@linaro.org>
12402
12403 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
12404 of ":$ptr_size" and set its form explicitly.
12405
124062015-04-15 Pedro Alves <palves@redhat.com>
12407 Yao Qi <yao.qi@linaro.org>
12408
12409 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
12410 timeout by factor of 4.
12411 (test_regular_watch): Likewise.
12412 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
12413 * gdb.reverse/sigall-reverse.exp: Likewise.
12414 * gdb.reverse/until-precsave.exp: Likewise.
12415 * lib/gdb.exp (with_timeout_factor): New proc.
12416 (gdb_expect): Move some code to ...
12417 (get_largest_timeout): ... here. New procedure.
12418
124192015-04-14 Luis Machado <lgustavo@codesourcery.com>
12420
12421 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
12422
124232015-04-13 Luis Machado <lgustavo@codesourcery.com>
12424
12425 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
12426 to write to the .text section.
12427
124282015-04-13 Luis Machado <lgustavo@codesourcery.com>
12429
12430 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
12431 Handle the case of targets that do not provide PID information.
12432
124332015-04-13 Yao Qi <yao.qi@linaro.org>
12434
12435 * lib/gdbserver-support.exp (gdb_exit): Catch exception
12436 and use expect instead of gdb_expect.
12437
124382015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
12439
12440 * gdb.base/coredump-filter.exp: Rename variable "addr" to
12441 "coredump_var_addr" to avoid naming conflict with other testcases.
12442
124432015-04-10 Pedro Alves <palves@redhat.com>
12444
12445 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
12446 gdb_test_sequence and gdb_assert.
12447
124482015-04-10 Pedro Alves <palves@redhat.com>
12449
12450 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
12451 test messages that don't include the breakpoint address.
12452
124532015-04-10 Yao Qi <yao.qi@linaro.org>
12454
12455 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
12456 false for some offset and width combinations which aren't
12457 supported by linux kernel.
12458
124592015-04-10 Pedro Alves <palves@redhat.com>
12460
12461 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
12462 procedure, factored out from ...
12463 (top level): ... here. Add "set displaced-stepping" testing axis.
12464 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
12465 parameter "displaced". Use it.
12466 (top level): Use foreach and add "set displaced-stepping" testing
12467 axis.
12468
124692015-04-10 Pedro Alves <palves@redhat.com>
12470
12471 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
12472 Remove comment.
12473 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
12474 both the address of the instruction that triggers the watchpoint
12475 and the address of the instruction immediately after, and use
12476 those addresses for the test. Fix comment.
12477
124782015-04-10 Pedro Alves <palves@redhat.com>
12479
12480 * gdb.base/sigstep.exp (breakpoint_to_handler)
12481 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
12482 Test "backtrace" in handler.
12483 (breakpoint_over_handler): New parameter 'displaced'. Use it.
12484 (top level): Add new "displaced" test axis to
12485 breakpoint_to_handler, breakpoint_to_handler_entry and
12486 breakpoint_over_handler.
12487
124882015-04-10 Pedro Alves <palves@redhat.com>
12489
12490 PR gdb/18216
12491 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
12492
124932015-04-10 Yao Qi <yao.qi@linaro.org>
12494
12495 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
12496 (test_add_rn_pc): New function.
12497 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
12498 (top level): Invoke test_add_rn_pc.
12499
125002015-04-10 Pedro Alves <palves@redhat.com>
12501
12502 PR gdb/13858
12503 * gdb.base/step-over-no-symbols.exp: New file.
12504
125052015-04-09 Andy Wingo <wingo@igalia.com>
12506
12507 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
12508 after the Python tests.
12509
125102015-04-08 Keith Seitz <keiths@redhat.com>
12511
12512 PR python/16699
12513 * gdb.python/py-completion.exp: New tests for completion.
12514 * gdb.python/py-completion.py (CompleteLimit1): New class.
12515 (CompleteLimit2): Likewise.
12516 (CompleteLimit3): Likewise.
12517 (CompleteLimit4): Likewise.
12518 (CompleteLimit5): Likewise.
12519 (CompleteLimit6): Likewise.
12520 (CompleteLimit7): Likewise.
12521
125222015-04-08 Pedro Alves <palves@redhat.com>
12523
12524 PR gdb/18214
12525 PR gdb/18216
12526 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
12527 function.
12528 (main): Install it as SIGUSR1 handler.
12529 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
12530 parameter. Always use "setup" as prefix. Toggle "set
12531 displaced-stepping" off/on depending on global. Don't switch to
12532 thread 1 here.
12533 (top level): Add displaced stepping "off/on" test axis. Update
12534 "setup" calls. Wrap each subtest with with_test_prefix. Test
12535 continuing with a queued signal in each thread.
12536
125372015-04-08 Pedro Alves <palves@redhat.com>
12538
12539 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
12540 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
12541 gdb_breakpoint instead of gdb_test that doesn't expect anything.
12542 Return early if running to main fails.
12543 * gdb.trace/while-stepping.exp: Likewise.
12544
125452015-04-07 Pedro Alves <palves@redhat.com>
12546
12547 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
12548 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
12549 interact with inferior program.
12550
125512015-04-07 Pedro Alves <palves@redhat.com>
12552
12553 * lib/gdb.exp (inferior_spawn_id): New global.
12554 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
12555 spawn id after processing the user code.
12556 (default_gdb_start): Set inferior_spawn_id.
12557 (send_inferior): New procedure.
12558 * lib/gdbserver-support.exp (gdbserver_start): Set
12559 inferior_spawn_id.
12560 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
12561
125622015-04-07 Pedro Alves <palves@redhat.com>
12563
12564 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
12565 * lib/gdbserver-support.exp (gdbserver_start): Make
12566 $server_spawn_id global.
12567 (gdbserver_start): Don't wait for gdbserver's spawn id with
12568 expect_background.
12569 (close_gdbserver): New procedure.
12570 (gdb_exit): Rename the default version and reimplement.
12571
125722015-04-07 Pedro Alves <palves@redhat.com>
12573
12574 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
12575 append the substituted item, not the original item.
12576
125772015-04-07 Pedro Alves <palves@redhat.com>
12578
12579 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
12580 gdb_expect.
12581
125822015-04-07 Pedro Alves <palves@redhat.com>
12583
12584 * gdb.base/interrupt.exp: Don't handle the case of the inferior
12585 output appearing once only.
12586
125872015-04-07 Pedro Alves <palves@redhat.com>
12588
12589 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
12590 that doesn't expect anything. Return early if running to main
12591 fails.
12592
125932015-04-07 Yao Qi <yao.qi@linaro.org>
12594
12595 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
12596 (child_function): Call alarm.
12597 (main): Move call to alarm into the loop.
12598 * gdb.threads/non-stop-fair-events.exp: Build program with
12599 -DTIMEOUT=$timeout.
12600
126012015-04-06 Doug Evans <xdje42@gmail.com>
12602
12603 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
12604 Fix dest parameter to board_info.
12605 (fpc_compile): Ditto.
12606 (gdb_compile_pascal): Rename dest arg to destfile.
12607
126082015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
12609
12610 * gdb.ada/funcall_ref.exp: New file.
12611 * gdb.ada/funcall_ref/foo.adb: New file.
12612
126132015-04-02 Yao Qi <yao.qi@linaro.org>
12614
12615 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
12616 is remote.
12617
126182015-04-02 Gary Benson <gbenson@redhat.com>
12619
12620 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
12621
126222015-04-01 Sasha Smundak <asmundak@google.com>
12623
12624 * gdb.python/py-unwind-maint.c: New file.
12625 * gdb.python/py-unwind-maint.exp: New test.
12626 * gdb.python/py-unwind-maint.py: New file.
12627 * gdb.python/py-unwind.c: New file.
12628 * gdb.python/py-unwind.exp: New test.
12629 * gdb.python/py-unwind.py: New test.
12630
126312015-04-01 Pedro Alves <palves@redhat.com>
12632
12633 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
12634 to fail instead of non-existent $test.
12635
126362015-04-01 Pedro Alves <palves@redhat.com>
12637
12638 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
12639 GDBFLAGS if not empty.
12640
126412015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
12642
12643 * gdb.ada/complete.exp: Remove "multi_line".
12644 * gdb.ada/info_exc.exp: Remove "multi_line".
12645 * gdb.ada/packed_tagged.exp: Remove "multi_line".
12646 * gdb.ada/ptype_field.exp: Remove "multi_line".
12647 * gdb.ada/sym_print_name.exp: Remove "multi_line".
12648 * gdb.ada/tagged.exp: Remove "multi_line".
12649 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
12650 [multi_line ...]
12651 * gdb.btrace/delta.exp: Likewise.
12652 * gdb.btrace/exception.exp: Likewise.
12653 * gdb.btrace/function_call_history.exp: Likewise.
12654 * gdb.btrace/instruction_history.exp: Likewise.
12655 * gdb.btrace/nohist.exp: Likewise.
12656 * gdb.btrace/record_goto.exp: Likewise.
12657 * gdb.btrace/segv.exp: Likewise.
12658 * gdb.btrace/stepi.exp: Likewise.
12659 * gdb.btrace/tailcall.exp: Likewise.
12660 * gdb.btrace/unknown_functions.exp: Likewise.
12661 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
12662 * lib/gdb.exp: Add the "multi_line" helper.
12663
126642015-04-01 Pedro Alves <palves@redhat.com>
12665
12666 * gdb.threads/tid-reuse.c: New file.
12667 * gdb.threads/tid-reuse.exp: New file.
12668
126692015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
12670
12671 PR corefiles/16092
12672 * gdb.base/coredump-filter.c: New file.
12673 * gdb.base/coredump-filter.exp: Likewise.
12674
126752015-03-27 Petr Machata <pmachata@redhat.com>
12676
12677 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
12678 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
12679 (Dwarf::assemble): Initialize them.
12680 (Dwarf::lines): New function.
12681
126822015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
12683
12684 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
12685 SYMBOL_PREFIX for x86_64-*-cygwin.
12686
126872015-03-26 Andy Wingo <wingo@igalia.com>
12688
12689 PR symtab/18148
12690 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
12691 const_value but not a location.
12692 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
12693 location defined in non-main CUs are visible.
12694
126952015-03-26 Yao Qi <yao.qi@linaro.org>
12696
12697 PR testsuite/18139
12698 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
12699 Add a line number entry for the same line.
12700 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
12701 Add a line number entry for the same line.
12702
127032015-03-26 Yao Qi <yao.qi@linaro.org>
12704
12705 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
12706 .int 0.
12707 (func): Likewise. Add .Lfunc_1 label.
12708 Use .Lfunc_1 label.
12709 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
12710 .int 0.
12711 (func): Likewise.
12712 Use .Lfunc_1 label.
12713
127142015-03-26 Yao Qi <yao.qi@linaro.org>
12715
12716 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
12717 Call gdb_compile instead to compile each .s files without debug
12718 information.
12719
127202015-03-26 Yao Qi <yao.qi@linaro.org>
12721
12722 * gdb.base/savedregs.exp (process_saved_regs): Make
12723 "Saved registers:" optional in the pattern.
12724
127252015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12726
12727 * gdb.btrace/next.exp: Merged into step.exp.
12728 * gdb.btrace/finish.exp: Merged into step.exp.
12729 * gdb.btrace/nexti.exp: Merged into stepi.exp.
12730 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
12731 "record goto" and checking the exact replay position.
12732 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
12733 check for "Recording format" in "info record" output.
12734 * gdb.btrace/record_goto.exp: Choose test file based on target.
12735 * gdb.btrace/x86-record_goto.S: Renamed into ...
12736 * gdb.btrace/x86_64-record_goto.S: ... this.
12737 * gdb.btrace/i686-record_goto.S: New.
12738 * gdb.btrace/x86-tailcall.S: Renamed into ...
12739 * gdb.btrace/x86_64-tailcall.S: ... this.
12740 * gdb.btrace/i686-tailcall.S: New.
12741 * gdb.btrace/x86-tailcall.c: Renamed into ...
12742 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
12743 separate statements. Update test.
12744 * gdb.btrace/delta.exp: Use record_goto.c as test file.
12745 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
12746 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
12747 * gdb.btrace/tailcall.exp: Choose test file based on target.
12748 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
12749
127502015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12751
12752 * gdb.btrace/exception.exp: Increase BTS buffer size.
12753
127542015-03-24 Pedro Alves <palves@redhat.com>
12755
12756 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
12757
127582015-03-24 Pedro Alves <palves@redhat.com>
12759
12760 * gdb.threads/schedlock.exp (test_step): No longer expect that
12761 "set scheduler-locking step" with "next" over a function call runs
12762 threads unlocked.
12763
127642015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12765
12766 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
12767
127682015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12769
12770 PR breakpoints/16466
12771 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
12772 * gdb.mi/mi-pending.c (thread_func): New function.
12773 (int main): Add threading support required.
12774 * gdb.mi/mi-pending.exp: Add tests for this issue.
12775 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
12776 (pendfunc2): Remove stdio dependency.
12777 * gdb.mi/mi-pendshr2.c: New file.
12778
127792015-03-23 Keith Seitz <keiths@redhat.com>
12780
12781 * gdb.linespec/keywords.c: New file.
12782 * gdb.linespec/keywords.exp: New file.
12783
127842015-03-23 Keith Seitz <keiths@redhat.com>
12785
12786 PR gdb/18021
12787 * gdb.dwarf2/staticvirtual.exp: New test.
12788
127892015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12790
12791 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
12792 * README: Remove HP-UX and gdb.hp.
12793 (configuration):
12794 * configure: Regenerate.
12795 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
12796 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
12797 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
12798 gdb.hp/gdb.defects/Makefile.
12799 * gdb.hp/Makefile.in: File deleted.
12800 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
12801 * gdb.hp/gdb.aCC/optimize.c: File deleted.
12802 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
12803 * gdb.hp/gdb.aCC/run.c: File deleted.
12804 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
12805 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
12806 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
12807 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
12808 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
12809 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
12810 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
12811 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
12812 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
12813 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
12814 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
12815 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
12816 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
12817 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
12818 * gdb.hp/gdb.base-hp/reg.s: File deleted.
12819 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
12820 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
12821 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
12822 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
12823 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
12824 * gdb.hp/gdb.compat/Makefile.in: File deleted.
12825 * gdb.hp/gdb.compat/average.c: File deleted.
12826 * gdb.hp/gdb.compat/sum.c: File deleted.
12827 * gdb.hp/gdb.compat/xdb.c: File deleted.
12828 * gdb.hp/gdb.compat/xdb0.c: File deleted.
12829 * gdb.hp/gdb.compat/xdb0.h: File deleted.
12830 * gdb.hp/gdb.compat/xdb1.c: File deleted.
12831 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
12832 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
12833 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
12834 * gdb.hp/gdb.defects/Makefile.in: File deleted.
12835 * gdb.hp/gdb.defects/bs14602.c: File deleted.
12836 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
12837 * gdb.hp/gdb.defects/solib-d.c: File deleted.
12838 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
12839 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
12840 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
12841 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
12842 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
12843 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
12844 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
12845 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
12846 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
12847 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
12848 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
12849 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
12850 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
12851 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
12852 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
12853 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
12854 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
12855 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
12856 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
12857 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
12858 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
12859 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
12860 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
12861 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
12862 * gdb.hp/tools/odump: File deleted.
12863
128642015-03-19 Pedro Alves <palves@redhat.com>
12865
12866 * gdb.threads/continue-pending-status.exp (saw_thread_2)
12867 (saw_thread_3): New globals.
12868 (top level): Increment them when an event for the corresponding
12869 thread is seen.
12870 (no thread starvation): New test.
12871
128722015-03-19 Pedro Alves <palves@redhat.com>
12873
12874 * gdb.threads/continue-pending-status.c: New file.
12875 * gdb.threads/continue-pending-status.exp: New file.
12876
128772015-03-18 Pedro Alves <palves@redhat.com>
12878
12879 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12880 Use gdb_is_target_remote instead of is_remote. Use
12881 gdb_test_multiple instead of gdb_expect. Exit early if
12882 gdb_test_multiple hits its internal matches. Tighten stepi tests
12883 expected output. Fail on exit with any signal, instead of just
12884 SIGILL.
12885
128862015-03-18 Yao Qi <yao.qi@linaro.org>
12887
12888 PR tdep/18107
12889 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
12890 variable.
12891 * gdb.base/catch-syscall.exp: Don't skip it on
12892 aarch64*-*-linux* target. Remove elements in all_syscalls.
12893 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
12894 target.
12895 (setup_all_syscalls): New proc.
12896
128972015-03-16 Yao Qi <yao.qi@linaro.org>
12898
12899 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
12900 (top level): Skip tests if valid_addr_p returns false for
12901 $cmd1 or $cmd2.
12902
129032015-03-11 Andy Wingo <wingo@igalia.com>
12904
12905 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
12906
129072015-03-11 Yao Qi <yao.qi@linaro.org>
12908
12909 * gdb.base/catch-syscall.exp: Fix typo in comments.
12910
129112015-03-11 Yao Qi <yao.qi@linaro.org>
12912
12913 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
12914
129152015-03-09 Pedro Alves <palves@redhat.com>
12916
12917 * dg-extract-results.py: Delete.
12918
129192015-03-09 Pedro Alves <palves@redhat.com>
12920
12921 Merge dg-extract-results.sh from GCC upstream (r218843).
12922
12923 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
12924 * dg-extract-results.sh: Use --text with grep to avoid issues with
12925 binary files. Fall back to cat -v, if that doesn't work.
12926
129272015-03-05 Pedro Alves <palves@redhat.com>
12928
12929 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
12930
129312015-03-04 Simon Marchi <simon.marchi@ericsson.com>
12932
12933 * lib/mi-support.exp (mi_expect_interrupt): Accept
12934 alternative event for when in all-stop mode.
12935
129362015-03-04 Pedro Alves <palves@redhat.com>
12937
12938 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
12939
129402015-03-04 Mark Kettenis <kettenis@gnu.org>
12941
12942 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
12943
129442015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12945
12946 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
12947 regexps for GDB's current line display, accept a hex address
12948 preceding the line number.
12949
129502015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12951
12952 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
12953 the 'arch1' variable for "s390*-linux*" targets.
12954
129552015-03-04 Pedro Alves <palves@redhat.com>
12956
12957 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
12958 (main): Pass missing retval argument to pthread_join call.
12959
129602015-03-02 Pedro Alves <palves@redhat.com>
12961
12962 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
12963 (top level): Call do_test with non-stop as well.
12964
129652015-03-02 Pedro Alves <palves@redhat.com>
12966
12967 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
12968 -1.
12969
129702015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
12971
12972 * gdb.arch/s390-vregs.exp: New test.
12973 * gdb.arch/s390-vregs.S: New file.
12974
129752015-02-27 Pedro Alves <palves@redhat.com>
12976
12977 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
12978 call to catch_command_errors.
12979 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
12980 catch_command_errors.
12981
129822015-02-27 Pedro Alves <palves@redhat.com>
12983
12984 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
12985 "true" for boolean result.
12986 * gdb.gdb/selftest.exp (test_with_self): Also accept full
12987 prototype of main.
12988
129892015-02-27 Pedro Alves <palves@redhat.com>
12990
12991 * lib/unbuffer_output.c: New file.
12992 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
12993 (main): Call gdb_unbuffer_output.
12994
129952015-02-27 Yao Qi <yao.qi@linaro.org>
12996
12997 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
12998 target.
12999
130002015-02-26 Doug Evans <dje@google.com>
13001
13002 * gdb.cp/class2.cc (Dbase, D): New classes.
13003 (main): New local delta.
13004 * gdb.cp/class2.exp: Test printing delta.
13005 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
13006 (dynbar): New global.
13007 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
13008
130092015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13010
13011 * gdb.compile/compile-ifunc.c: New file.
13012 * gdb.compile/compile-ifunc.exp: New file.
13013
130142015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
13015
13016 * gdb.base/structs.exp: Check for correct struct on finish.
13017
130182015-02-26 Yao Qi <yao.qi@linaro.org>
13019
13020 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
13021 is zero.
13022
130232015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13024
13025 * gdb.arch/cordic.ko.bz2: New file.
13026 * gdb.arch/cordic.ko.debug.bz2: New file.
13027 * gdb.arch/ppc64-symtab-cordic.exp: New file.
13028
130292015-02-25 Yao Qi <yao.qi@linaro.org>
13030
13031 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
13032 aarch64*-*-* target.
13033
130342015-02-23 Pedro Alves <palves@redhat.com>
13035
13036 * lib/gdb.exp (delete_breakpoints): Rewrite using
13037 gdb_test_multiple.
13038
130392015-02-23 Pedro Alves <palves@redhat.com>
13040
13041 * gdb.base/info-os.c: Include stdlib.h.
13042
130432015-02-22 Doug Evans <xdje42@gmail.com>
13044
13045 PR symtab/17855
13046 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
13047 is read after symbols have been re-read.
13048 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
13049 * gdb.ada/exec_changed/second.adb (Second): Ditto.
13050
130512015-02-21 Doug Evans <dje@google.com>
13052
13053 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
13054
130552015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13056
13057 PR corefiles/17808
13058 * gdb.arch/i386-biarch-core.core.bz2: New file.
13059 * gdb.arch/i386-biarch-core.exp: New file.
13060
130612015-02-21 Pedro Alves <palves@redhat.com>
13062
13063 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
13064 runto_main fails.
13065
130662015-02-20 Pedro Alves <palves@redhat.com>
13067
13068 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
13069 info probes.
13070
130712015-02-20 Pedro Alves <palves@redhat.com>
13072
13073 * gdb.threads/multi-create-ns-info-thr.exp: New file.
13074
130752015-02-20 Pedro Alves <palves@redhat.com>
13076
13077 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
13078 clean_restart before gdb_target_supports_trace.
13079
130802015-02-20 Pedro Alves <palves@redhat.com>
13081
13082 PR threads/18006
13083 * gdb.threads/clone-thread_db.c: New file.
13084 * gdb.threads/clone-thread_db.exp: New file.
13085
130862015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
13087
13088 PR breakpoints/16812
13089 * gdb.base/catch-gdb-caused-signals.c: New file.
13090 * gdb.base/catch-gdb-caused-signals.exp: New file.
13091
130922015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
13093
13094 * configure: Regenerated.
13095 * configure.ac: Use GDB_AC_TRANSFORM.
13096 * aclocal.m4: sinclude ../transform.m4.
13097
130982015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13099
13100 * lib/dtrace.exp: New file.
13101 * gdb.base/dtrace-probe.exp: Likewise.
13102 * gdb.base/dtrace-probe.d: Likewise.
13103 * gdb.base/dtrace-probe.c: Likewise.
13104 * lib/pdtrace.in: Likewise.
13105 * configure.ac: Output variables with the transformed names of
13106 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
13107 * configure: Regenerated.
13108
131092015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13110
13111 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
13112 expected message when trying to access $_probe_* convenience
13113 variables while not on a probe.
13114
131152015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13116
13117 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
13118
131192015-02-11 Pedro Alves <pedro@codesourcery.com>
13120
13121 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
13122 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
13123
131242015-02-10 Doug Evans <xdje42@gmail.com>
13125
13126 * lib/gdb.exp (gdb_load): Always return a result.
13127
131282015-02-10 Pedro Alves <palves@redhat.com>
13129
13130 * gdb.threads/signal-sigtrap.c: New file.
13131 * gdb.threads/signal-sigtrap.exp: New file.
13132
131332015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
13134
13135 * gdb.trace/no-attach-trace.c: New file.
13136 * gdb.trace/no-attach-trace.exp: New file.
13137
131382015-02-09 Mark Wielaard <mjw@redhat.com>
13139
13140 * gdb.dwarf2/atomic.c: New file.
13141 * gdb.dwarf2/atomic-type.exp: Likewise.
13142
131432015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13144
13145 * gdb.btrace/buffer-size.exp: Update "info record" output.
13146 * gdb.btrace/delta.exp: Update "info record" output.
13147 * gdb.btrace/enable.exp: Update "info record" output.
13148 * gdb.btrace/finish.exp: Update "info record" output.
13149 * gdb.btrace/instruction_history.exp: Update "info record" output.
13150 * gdb.btrace/next.exp: Update "info record" output.
13151 * gdb.btrace/nexti.exp: Update "info record" output.
13152 * gdb.btrace/step.exp: Update "info record" output.
13153 * gdb.btrace/stepi.exp: Update "info record" output.
13154 * gdb.btrace/nohist.exp: Update "info record" output.
13155
131562015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13157
13158 * gdb.btrace/buffer-size: New.
13159
131602015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13161
13162 * gdb.btrace/delta.exp: Update "info record" output.
13163 * gdb.btrace/enable.exp: Update "info record" output.
13164 * gdb.btrace/finish.exp: Update "info record" output.
13165 * gdb.btrace/instruction_history.exp: Update "info record" output.
13166 * gdb.btrace/next.exp: Update "info record" output.
13167 * gdb.btrace/nexti.exp: Update "info record" output.
13168 * gdb.btrace/step.exp: Update "info record" output.
13169 * gdb.btrace/stepi.exp: Update "info record" output.
13170 * gdb.btrace/nohist.exp: Update "info record" output.
13171
131722015-02-06 Simon Marchi <simon.marchi@ericsson.com>
13173
13174 PR gdb/15678
13175 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
13176
131772015-02-06 Pedro Alves <palves@redhat.com>
13178
13179 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
13180 macro.
13181 (seconds_left, again): New globals.
13182 (main): Wait seconds_left in a 1-second sleep loop instead of
13183 sleeping 180 seconds. If 'again' is set, reset the seconds
13184 counter.
13185 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
13186 'again' in the inferior before detaching. Print the seconds left.
13187 (options): New global.
13188 (top level): Build program with -DTIMEOUT=$timeout.
13189
131902015-02-06 Pedro Alves <palves@redhat.com>
13191
13192 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
13193 determine how many seconds to pass to 'alarm'.
13194 * gdb.base/gdb-sigterm.exp (top level): Build program with
13195 -DTIMEOUT=$timeout.
13196 (do_test): Return success/failure indication. Add more verbose
13197 logging. Don't fail if 200 single steps are seen. Instead, fail
13198 when the test times out.
13199 (passes): New global.
13200 (top level): Break the testing loop if testing fails on any
13201 iteration. Use gdb_assert.
13202
132032015-02-04 Don Breazeal <donb@codesourcery.com>
13204
13205 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
13206 and initialize them.
13207 (ipc_cleanup): New function.
13208 (main): Don't declare shmid, semid, and msqid. Add a call to
13209 atexit so that we call ipc_cleanup on exit.
13210
132112015-02-04 Pedro Alves <palves@redhat.com>
13212
13213 * boards/native-extended-gdbserver.exp: Remove any target variant
13214 specifications from the board name before clearing the isremote
13215 flag from board_info.
13216
132172015-01-31 Doug Evans <xdje42@gmail.com>
13218
13219 * gdb.base/maint.exp <maint print type argc>: Update expected output.
13220
132212015-01-31 Gary Benson <gbenson@redhat.com>
13222
13223 * gdb.base/completion.exp: Disable completion limiting for
13224 existing tests. Add new tests to check completion limiting.
13225 * gdb.linespec/ls-errs.exp: Disable completion limiting.
13226
132272015-01-31 Doug Evans <xdje42@gmail.com>
13228
13229 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
13230
132312015-01-31 Doug Evans <xdje42@gmail.com>
13232
13233 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
13234 entries. Duplicate file section script entries.
13235 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
13236 inlined entries. Add test for safe-path rejection.
13237 * gdb.python/py-section-script.c: Add duplicate inlined section script
13238 entries. Duplicate file section script entries.
13239 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
13240 inlined entries. Add test for safe-path rejection.
13241
132422015-01-29 Joel Brobecker <brobecker@adacore.com>
13243
13244 * gdb.ada/disc_arr_bound: New testcase.
13245
132462015-01-29 Joel Brobecker <brobecker@adacore.com>
13247
13248 * gdb.ada/mi_var_array: New testcase.
13249
132502015-01-27 Doug Evans <dje@google.com>
13251
13252 * gdb.python/py-objfile.exp: Add tests for objfile.username.
13253 Add test for objfile.filename, objfile.username after objfile
13254 has been unloaded.
13255
132562015-01-26 Joel Brobecker <brobecker@adacore.com>
13257
13258 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
13259 the second test to print the name attribute of value
13260 returned by the call to gdb.lookup_type, and adjust
13261 the expected output accordingly.
13262
132632015-01-25 Mark Wielaard <mjw@redhat.com>
13264
13265 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
13266 * gdb.base/disp-step-fork.c: Include unistd.h.
13267 * gdb.base/siginfo-obj.c: Include stdio.h.
13268 * gdb.base/siginfo-thread.c: Likewise.
13269 * gdb.mi/non-stop.c: Include unistd.h.
13270 * gdb.mi/nsthrexec.c: Include stdio.h.
13271 * gdb.mi/pthreads.c: Include unistd.h.
13272 * gdb.modula2/unbounded1.c (main): Declare returns int.
13273 * gdb.reverse/consecutive-reverse.c: Likewise.
13274 * gdb.threads/create-fail.c: Include unistd.h.
13275 * gdb.threads/killed.c: Likewise.
13276 * gdb.threads/linux-dp.c: Likewise.
13277 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
13278 * gdb.threads/non-ldr-exc-2.c: Likewise.
13279 * gdb.threads/non-ldr-exc-3.c: Likewise.
13280 * gdb.threads/non-ldr-exc-4.c: Likewise.
13281 * gdb.threads/pthreads.c: Include unistd.h.
13282 (main): Declare returns int.
13283 * gdb.threads/tls-main.c (foo): New declaration.
13284 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
13285
132862015-01-23 Simon Marchi <simon.marchi@ericsson.com>
13287
13288 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
13289 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
13290
132912015-01-15 Mark Wielaard <mjw@redhat.com>
13292
13293 * gdb.base/noreturn-return.c: New file.
13294 * gdb.base/noreturn-return.exp: New file.
13295 * gdb.base/noreturn-finish.c: New file.
13296 * gdb.base/noreturn-finish.exp: New file.
13297
132982015-01-23 Pedro Alves <palves@redhat.com>
13299
13300 * gdb.threads/continue-pending-after-query.c: New file.
13301 * gdb.threads/continue-pending-after-query.exp: New file.
13302
133032015-01-22 Anders Granlund <anders.granlund@ericsson.com>
13304 Simon Marchi <simon.marchi@ericsson.com>
13305
13306 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
13307 * gdb.base/valgrind-db-attach.exp: Same.
13308 * gdb.base/valgrind-infcall.exp: Same.
13309 * lib/mi-support.exp (default_mi_gdb_start): Same.
13310 * lib/prompt.exp (default_prompt_gdb_start): Same.
13311 * lib/gdb.exp (default_gdb_spawn): Same.
13312 (gdb_interact): New.
13313
13314
133152015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13316
13317 * gdb.compile/compile.exp (pointer to jit function): New test.
13318
133192015-01-17 Wei-cheng Wang <cole945@gmail.com>
13320
13321 * lib/gdb.exp (supports_process_record): Return true for
13322 powerpc*-*-linux*.
13323 (supports_reverse): Likewise.
13324
133252015-01-15 Don Breazeal <donb@codesourcery.com>
13326
13327 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
13328 instead of checking whether the target board is remote and
13329 use spawn_wait_for_attach instead of exec/sleep.
13330 * gdb.base/attach-twice.exp: Likewise.
13331
133322015-01-15 Joel Brobecker <brobecker@adacore.com>
13333
13334 * gdb.ada/var_arr_attrs: New testcase.
13335
133362015-01-14 Pedro Alves <palves@redhat.com>
13337 Joel Brobecker <brobecker@adacore.com>
13338
13339 PR gdb/17525
13340 * gdb.base/bp-cmds-execution-x-script.c: New file.
13341 * gdb.base/bp-cmds-execution-x-script.exp: New file.
13342 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
13343
133442015-01-14 Pedro Alves <palves@redhat.com>
13345
13346 PR cli/17828
13347 * gdb.base/batch-preserve-term-settings.c: New file.
13348 * gdb.base/batch-preserve-term-settings.exp: New file.
13349
133502015-01-13 Doug Evans <dje@google.com>
13351
13352 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
13353 binary.
13354
133552015-01-13 Joel Brobecker <brobecker@adacore.com>
13356
13357 * Makefile.in (clean mostlyclean): Do not delete *.py.
13358
133592015-01-13 Joel Brobecker <brobecker@adacore.com>
13360
13361 * gdb.python/py-lookup-type.exp: New file.
13362
133632015-01-12 Pedro Alves <palves@redhat.com>
13364
13365 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
13366 restore GDBFLAGS before returning.
13367
133682015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13369
13370 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
13371 is_amd64_regs_target and is_x86_like_target.
13372
133732015-01-11 Doug Evans <xdje42@gmail.com>
13374
13375 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
13376 is given without an explicit form.
13377 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
13378 attributes.
13379 * gdb.dwarf/corrupt.exp: Ditto.
13380 * gdb.dwarf2/enum-type.exp: Ditto.
13381 * gdb.trace/entry-values.exp: Ditto.
13382 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
13383
133842015-01-11 Doug Evans <xdje42@gmail.com>
13385
13386 PR gdb/15830
13387 * gdb.base/maint.exp: Remove references to "maint demangle".
13388 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
13389 Add tests for explicitly specifying language to demangle.
13390 * gdb.dlang/demangle.exp: Ditto.
13391
133922015-01-09 Pedro Alves <palves@redhat.com>
13393
13394 * gdb.threads/non-stop-fair-events.c: New file.
13395 * gdb.threads/non-stop-fair-events.exp: New file.
13396
133972015-01-09 Pedro Alves <palves@redhat.com>
13398
13399 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
13400 the global scope. Set a breakpoint after all threads are started
13401 rather than stepping over two source lines. Expect the prompt.
13402 * gdb.base/watch_thread_num.c (threads_started_barrier): New
13403 global.
13404 (NUM): Now 15.
13405 (main): Use threads_started_barrier to wait for all threads to
13406 start. Main thread no longer calls thread_function. Exit after
13407 180 seconds.
13408 (loop): New function.
13409 (thread_function): Wait on threads_started_barrier barrier. Call
13410 'loop' at each iteration.
13411 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
13412 threads have started, instead of hardcoding number of "next"
13413 steps. Use an access watchpoint instead of a write watchpoint.
13414
134152015-01-09 Pedro Alves <palves@redhat.com>
13416
13417 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
13418 (thread_func): Wait on barrier.
13419 (main): Wait for all threads to start before stopping GDB.
13420 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
13421 global.
13422 (thread1_func, thread2_func): Wait on barrier.
13423 (main): Wait for all threads to start before stopping GDB.
13424 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
13425 New global.
13426 (thread1_func, thread2_func): Wait on barrier.
13427 (main): Wait for all threads to start before stopping GDB.
13428
134292015-01-09 Pedro Alves <palves@redhat.com>
13430
13431 * gdb.threads/attach-many-short-lived-threads.c: New file.
13432 * gdb.threads/attach-many-short-lived-threads.exp: New file.
13433
134342014-01-09 Pedro Alves <palves@redhat.com>
13435
13436 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
13437 instead of to thread 2.
13438 * gdb.threads/signal-command-multiple-signals-pending.c (main):
13439 Add barrier around each pthread_create call instead of around all
13440 calls.
13441 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
13442 Set a break on thread_function and have the child threads hit it
13443 one at at a time.
13444
134452015-01-09 Pedro Alves <palves@redhat.com>
13446
13447 * lib/gdb.exp (can_spawn_for_attach): New procedure.
13448 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
13449 false.
13450 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
13451 checking whether the target board is remote.
13452 * gdb.multi/multi-attach.exp: Likewise.
13453 * gdb.python/py-sync-interp.exp: Likewise.
13454 * gdb.server/ext-attach.exp: Likewise.
13455 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
13456 tests that need to attach, instead of checking whether the target
13457 board is remote at the top of the file.
13458
134592015-01-08 Yao Qi <yao@codesourcery.com>
13460
13461 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
13462
134632015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13464
13465 Fix testcase compilation.
13466 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
13467
134682015-01-06 Joel Brobecker <brobecker@adacore.com>
13469
13470 * gdb.python/py-type.exp: Add a couple test about empty
13471 array creation, and negative-length array creation.
13472
134732015-01-02 Doug Evans <xdje42@gmail.com>
13474
13475 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
13476
134772015-01-02 Doug Evans <dje@google.com>
13478
13479 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
13480
134812014-12-29 Yao Qi <yao@codesourcery.com>
13482
13483 * gdb.trace/entry-values.exp: Update comments. Rename variable
13484 bar_call_foo to returned_from_foo.
13485
134862014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
13487
13488 PR gdb/17394
13489 * gdb.linespec/break-asm-file.c: New file.
13490 * gdb.linespec/break-asm-file.exp: New file.
13491 * gdb.linespec/break-asm-file0.s: New file.
13492 * gdb.linespec/break-asm-file1.s: New file.
13493
134942014-12-18 Nigel Stephens <nigel@mips.com>
13495 Maciej W. Rozycki <macro@codesourcery.com>
13496
13497 * gdb.base/float.exp: Handle the new output from "info float" on
13498 MIPS targets.
13499
135002014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
13501
13502 Fix MinGW compilation.
13503 * gdb.compile/compile-ops.exp: Update untested message if
13504 !skip_compile_feature_tests.
13505 * gdb.compile/compile-setjmp.exp: Likewise.
13506 * gdb.compile/compile-tls.exp: Likewise.
13507 * gdb.compile/compile.exp: Likewise.
13508 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
13509 supported on this host".
13510
135112014-12-16 Doug Evans <xdje42@gmail.com>
13512
13513 * boards/stabs.exp: New file.
13514
135152014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
13516
13517 * gdb.base/completion.exp: Adjust to format changes of "maint
13518 print user-registers".
13519
135202014-12-16 Catalin Udma <catalin.udma@freescale.com>
13521
13522 PR server/17457
13523 * gdb.arch/aarch64-fp.c: New file.
13524 * gdb.arch/aarch64-fp.exp: New file.
13525
135262014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
13527
13528 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
13529 r210637, r210913, r211666, r215400, r215817).
13530
13531 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
13532 * dg-extract-results.py: New file.
13533 * dg-extract-results.sh: Use it if the environment seems
13534 suitable.
13535
13536 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
13537
13538 * dg-extract-results.py (parse_run): Handle warnings that
13539 are printed before a test harness is run.
13540
13541 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
13542
13543 * dg-extract-results.py (Named): Remove __cmp__ method.
13544 (output_variation): Use a key to sort variation.harnesses.
13545
13546 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
13547
13548 * dg-extract-results.py: For Python 3, force sys.stdout to
13549 handle surrogate escape sequences.
13550 (safe_open): New function.
13551 (output_segment, main): Use it.
13552
13553 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
13554
13555 * dg-extract-results.py (Prog.result_re): Include options
13556 in test name.
13557
13558 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
13559
13560 * dg-extract-results.py (output_variation): Always sort if
13561 do_sum.
13562
135632014-12-15 Simon Marchi <simon.marchi@ericsson.com>
13564
13565 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
13566 as long as we get pagination notifications.
13567
135682014-12-15 Jason Merrill <jason@redhat.com>
13569
13570 * Makefile.in (check-gdb.%): Restore.
13571 * README: Mention it.
13572
135732014-12-13 Joel Brobecker <brobecker@adacore.com>
13574
13575 * gdb.ada/str_uninit: New testcase.
13576
135772014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13578
13579 PR symtab/17642
13580 * gdb.base/vla-stub-define.c: New file.
13581 * gdb.base/vla-stub.c: New file.
13582 * gdb.base/vla-stub.exp: New file.
13583
135842014-12-12 Phil Muldoon <pmuldoon@redhat.com>
13585 Jan Kratochvil <jan.kratochvil@redhat.com>
13586 Tom Tromey <tromey@redhat.com>
13587
13588 * configure.ac: Add gdb.compile/.
13589 * configure: Regenerate.
13590 * gdb.compile/Makefile.in: New file.
13591 * gdb.compile/compile-ops.exp: New file.
13592 * gdb.compile/compile-ops.c: New file.
13593 * gdb.compile/compile-tls.c: New file.
13594 * gdb.compile/compile-tls.exp: New file.
13595 * gdb.compile/compile-constvar.S: New file.
13596 * gdb.compile/compile-constvar.c: New file.
13597 * gdb.compile/compile-mod.c: New file.
13598 * gdb.compile/compile-nodebug.c: New file.
13599 * gdb.compile/compile-setjmp-mod.c: New file.
13600 * gdb.compile/compile-setjmp.c: New file.
13601 * gdb.compile/compile-setjmp.exp: New file.
13602 * gdb.compile/compile-shlib.c: New file.
13603 * gdb.compile/compile.c: New file.
13604 * gdb.compile/compile.exp: New file.
13605 * lib/gdb.exp (skip_compile_feature_tests): New proc.
13606
136072014-12-12 Tom Tromey <tromey@redhat.com>
13608
13609 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
13610 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
13611
136122014-12-12 Doug Evans <dje@google.com>
13613
13614 * lib/gdb-python.exp (get_python_valueof): New function.
13615 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
13616
136172014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13618
13619 * gdb.base/completion.exp: Add test for completion of "info
13620 registers ".
13621
136222014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
13623
13624 * gdb.base/func-ptrs.c: New file.
13625 * gdb.base/func-ptrs.exp: New file.
13626
136272014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13628
13629 PR breakpoints/17012
13630 * gdb.base/dprintf-detach.c: New file.
13631 * gdb.base/dprintf-detach.exp: New file.
13632
136332014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13634
13635 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
13636 * lib/gdb.exp (target_is_gdbserver): New procedure.
13637
136382014-12-08 Doug Evans <dje@google.com>
13639
13640 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
13641
136422014-12-05 Yao Qi <yao@codesourcery.com>
13643
13644 * gdb.guile/scm-error.exp: Remove the third argument to
13645 gdb_remote_download.
13646 * gdb.guile/scm-frame-args.exp: Likewise.
13647 * gdb.guile/scm-section-script.exp: Likewise.
13648
136492014-12-05 Yao Qi <yao@codesourcery.com>
13650
13651 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
13652
136532014-12-04 Doug Evans <dje@google.com>
13654
13655 * gdb.python/py-objfile.exp: Add tests for
13656 objfile.add_separate_debug_file.
13657
136582014-12-04 Doug Evans <dje@google.com>
13659
13660 * lib/gdb.exp (get_build_id): New function.
13661 (build_id_debug_filename_get): Rewrite to use it.
13662 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
13663
136642014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
13665
13666 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
13667 `method(long)', not just 0x0.
13668 * gdb.cp/nsalias.exp: Align code labels to 4.
13669 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
13670 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
13671 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
13672 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
13673 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
13674 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
13675
136762014-12-02 Doug Evans <dje@google.com>
13677
13678 PR symtab/17602
13679 * gdb.cp/anon-ns.cc: Move guts of this file to ...
13680 * gdb.cp/anon-ns2.cc: ... here. New file.
13681 * gdb.cp/anon-ns.exp: Update.
13682
136832014-12-02 Nick Bull <nicholaspbull@gmail.com>
13684
13685 * gdb.python/py-events.py (inferior_call_handler): New.
13686 (register_changed_handler, memory_changed_handler): New.
13687 (test_events.invoke): Register new handlers.
13688 * gdb.python/py-events.exp: Add tests for inferior call,
13689 memory_changed and register_changed events.
13690
136912014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13692
13693 * gdb.base/execl-update-breakpoints.exp: Specify the link address
13694 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
13695 if the linker doesn't understand this.
13696
136972014-12-01 Simon Marchi <simon.marchi@ericsson.com>
13698
13699 * gdb.python/python.exp: Change expected reply to help().
13700
137012014-12-01 Yao Qi <yao@codesourcery.com>
13702
13703 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
13704 AC_CONFIG_SUBDIRS(gdb.gdbtk).
13705 * configure: Re-generated.
13706
137072014-11-28 Siva Chandra Reddy <sivachandra@google.com>
13708
13709 * gdb.cp/chained-calls.cc: New file.
13710 * gdb.cp/chained-calls.exp: New file.
13711 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
13712
137132014-11-28 Simon Marchi <simon.marchi@ericsson.com>
13714
13715 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
13716 * gdb.dwarf2/symtab-producer.exp: Same.
13717 * gdb.gdb/python-interrupts.exp: Same.
13718 * gdb.gdb/python-selftest.exp: Same.
13719 * gdb.python/py-linetable.exp: Same.
13720 * gdb.python/py-type.exp: Same.
13721 * gdb.python/py-value-cc.exp: Same.
13722 * gdb.python/py-value.exp: Same.
13723
137242014-11-28 Yao Qi <yao@codesourcery.com>
13725
13726 * gdb.base/break-probes.exp: Match library name prefixed with
13727 sysroot.
13728
137292014-11-27 Simon Marchi <simon.marchi@ericsson.com>
13730
13731 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
13732 test expected output. Add parentheses for the call to print.
13733 Remove L suffix from integers.
13734
137352014-11-26 Doug Evans <dje@google.com>
13736
13737 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
13738
137392014-11-22 Yao Qi <yao@codesourcery.com>
13740
13741 * gdb.trace/entry-values.c: Remove asms.
13742 (foo): Add foo_label.
13743 (bar): Add bar_label.
13744 * gdb.trace/entry-values.exp: Remove code computing foo's
13745 length and bar's length.
13746 (Dwarf::assemble): Invoke function_range for bar and use
13747 MACRO_AT_func for foo.
13748
137492014-11-22 Yao Qi <yao@codesourcery.com>
13750
13751 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
13752 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
13753 Use .Lgcc43_procstart instead of gcc43.
13754
137552014-11-21 Joel Brobecker <brobecker@adacore.com>
13756
13757 * gdb.ada/n_arr_bound: New testcase.
13758
137592014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
13760
13761 PR breakpoints/10737
13762 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
13763 test_catch_syscall_multi_arch.
13764 (test_catch_syscall_multi_arch): New function.
13765
137662014-11-20 Doug Evans <xdje42@gmail.com>
13767
13768 * gdb.base/maint.exp: Update expected output.
13769
137702014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
13771
13772 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
13773 4-byte instruction on S390.
13774
137752014-11-19 Joel Brobecker <brobecker@adacore.com>
13776
13777 * gdb.ada/arr_arr: New testcase.
13778
137792014-11-19 Joel Brobecker <brobecker@adacore.com>
13780
13781 * gdb.ada/pkd_arr_elem: New Testcase.
13782
137832014-11-18 Luis Machado <lgustavo@codesourcery.com>
13784
13785 * gdb.reverse/break-precsave: Expect completion message for
13786 core file reads.
13787 * gdb.reverse/consecutive-precsave.exp: Likewise.
13788 * gdb.reverse/finish-precsave.exp: Likewise.
13789 * gdb.reverse/i386-precsave.exp: Likewise.
13790 * gdb.reverse/machinestate-precsave.exp: Likewise.
13791 * gdb.reverse/sigall-precsave.exp: Likewise.
13792 * gdb.reverse/solib-precsave.exp: Likewise.
13793 * gdb.reverse/step-precsave.exp: Likewise.
13794 * gdb.reverse/until-precsave.exp: Likewise.
13795 * gdb.reverse/watch-precsave.exp: Likewise.
13796
137972014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13798
13799 * gdb.base/bp-permanent.c: Include unistd.h.
13800 * gdb.python/py-framefilter-mi.c (main): Add return type.
13801 * gdb.python/py-framefilter.c (main): Likewise.
13802 * gdb.trace/actions-changed.c (main): Likewise.
13803
138042014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13805
13806 * gdb.mi/until.c: Add eye-catchers.
13807 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
13808 line numbers.
13809
138102014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13811
13812 * gdb.base/condbreak.exp: Drop references to removed non-prototype
13813 function header variants in break1.c.
13814 * gdb.base/ena-dis-br.exp: Likewise.
13815 * gdb.base/hbreak2.exp: Likewise.
13816 * gdb.reverse/until-precsave.exp: Drop references to removed
13817 non-prototype function header variants in ur1.c.
13818 * gdb.reverse/until-reverse.exp: Likewise.
13819
138202014-11-17 Petr Machata <pmachata@redhat.com>
13821
13822 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
13823 ${_cu_offset_size} bytes abbrev offset.
13824
138252014-11-15 Doug Evans <xdje42@gmail.com>
13826
13827 PR symtab/17559
13828 * gdb.base/line-symtabs.exp: New file.
13829 * gdb.base/line-symtabs.c: New file.
13830 * gdb.base/line-symtabs.h: New file.
13831
138322014-11-14 Yao Qi <yao@codesourcery.com>
13833
13834 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
13835 (func): Add label func_label.
13836 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
13837 Replace low_pc and high_pc with MACRO_AT_range.
13838 Replace name, low_pc and high_pc with MACRO_AT_func.
13839
138402014-11-14 Yao Qi <yao@codesourcery.com>
13841
13842 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
13843 Replace name, low_pc and high_pc with MACRO_AT_func.
13844
138452014-11-14 Yao Qi <yao@codesourcery.com>
13846
13847 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
13848 produce debug information.
13849 * gdb.dwarf2/implptr-optimized-out.S: Removed.
13850
138512014-11-14 Yao Qi <yao@codesourcery.com>
13852
13853 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
13854 object and get function length.
13855 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
13856 with MACRO_AT_func.
13857 (top-level): Replace gdb_compile and clean_restart with
13858 prepare_for_testing.
13859 * gdb.dwarf2/main.c (main): Add label main_label.
13860
138612014-11-14 Yao Qi <yao@codesourcery.com>
13862
13863 * lib/dwarf.exp (function_range): New procedure.
13864 (Dwarf::_handle_macro_at_func): New procedure.
13865 (Dwarf::_handle_macro_at_range): New procedure.
13866 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
13867
138682014-11-14 Yao Qi <yao@codesourcery.com>
13869
13870 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
13871 (_handle_attribute): New procedure.
13872
138732014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13874
13875 * gdb.ada/cond_lang/foo.c (callme): Add return type.
13876 * gdb.base/call-sc.c (zed): Likewise.
13877 * gdb.base/checkpoint.c (main): Likewise.
13878 * gdb.base/dump.c (main): Likewise.
13879 * gdb.base/gcore.c (main): Likewise.
13880 * gdb.base/huge.c (main): Likewise.
13881 * gdb.base/multi-forks.c (main): Likewise.
13882 * gdb.base/pr10179-a.c (main): Likewise.
13883 * gdb.base/savedregs.c (main): Likewise.
13884 * gdb.base/sigaltstack.c (main): Likewise.
13885 * gdb.base/siginfo.c (main): Likewise.
13886 * gdb.base/structs.c (zed): Likewise.
13887 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
13888 * gdb.mi/mi-syn-frame.c (main): Likewise.
13889 * gdb.mi/until.c (foo, main): Likewise.
13890 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
13891 * gdb.base/solib-weak.c (foo): Declare.
13892 * gdb.base/attach-twice.c: Include stdio.h.
13893 * gdb.base/weaklib1.c: Likewise.
13894 * gdb.base/weaklib2.c: Likewise.
13895 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
13896 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
13897 unistd.h.
13898 * gdb.base/attach-pie-misread.c: Include stdlib.h.
13899 * gdb.mi/mi-exit-code.c: Likewise.
13900 * gdb.base/break-interp-lib.c: Include string.h.
13901 * gdb.base/coremaker.c: Likewise.
13902 * gdb.base/testenv.c: Likewise.
13903 * gdb.python/py-finish-breakpoint.c: Likewise.
13904 * gdb.base/inferior-died.c: Include sys/wait.h.
13905 * gdb.base/fileio.c: Include time.h.
13906 * gdb.base/async-shell.c: Include unistd.h.
13907 * gdb.base/dprintf-non-stop.c: Likewise.
13908 * gdb.base/info-os.c: Likewise.
13909 * gdb.mi/mi-console.c: Likewise.
13910 * gdb.mi/watch-nonstop.c: Likewise.
13911 * gdb.python/py-events.c: Likewise.
13912 * gdb.base/async.c (baz): Move up before its invocation.
13913 * gdb.base/code_elim2.c (my_global_func): Likewise.
13914 * gdb.base/skip-solib-lib.c (multiply): Likewise.
13915 * gdb.base/advance.c (func2): Likewise.
13916
139172014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13918
13919 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
13920 variant.
13921 * gdb.base/annota3.c: Likewise.
13922 * gdb.base/async.c: Likewise.
13923 * gdb.base/average.c: Likewise.
13924 * gdb.base/call-ar-st.c: Likewise.
13925 * gdb.base/call-rt-st.c: Likewise.
13926 * gdb.base/call-sc.c: Likewise.
13927 * gdb.base/call-strs.c: Likewise.
13928 * gdb.base/ending-run.c: Likewise.
13929 * gdb.base/execd-prog.c: Likewise.
13930 * gdb.base/exprs.c: Likewise.
13931 * gdb.base/foll-exec.c: Likewise.
13932 * gdb.base/foll-fork.c: Likewise.
13933 * gdb.base/foll-vfork.c: Likewise.
13934 * gdb.base/funcargs.c: Likewise.
13935 * gdb.base/gcore.c: Likewise.
13936 * gdb.base/jump.c: Likewise.
13937 * gdb.base/langs0.c: Likewise.
13938 * gdb.base/langs1.c: Likewise.
13939 * gdb.base/langs2.c: Likewise.
13940 * gdb.base/mips_pro.c: Likewise.
13941 * gdb.base/nodebug.c: Likewise.
13942 * gdb.base/opaque0.c: Likewise.
13943 * gdb.base/opaque1.c: Likewise.
13944 * gdb.base/recurse.c: Likewise.
13945 * gdb.base/run.c: Likewise.
13946 * gdb.base/scope0.c: Likewise.
13947 * gdb.base/scope1.c: Likewise.
13948 * gdb.base/setshow.c: Likewise.
13949 * gdb.base/setvar.c: Likewise.
13950 * gdb.base/shmain.c: Likewise.
13951 * gdb.base/shr1.c: Likewise.
13952 * gdb.base/shr2.c: Likewise.
13953 * gdb.base/sigall.c: Likewise.
13954 * gdb.base/signals.c: Likewise.
13955 * gdb.base/so-indr-cl.c: Likewise.
13956 * gdb.base/solib2.c: Likewise.
13957 * gdb.base/structs.c: Likewise.
13958 * gdb.base/sum.c: Likewise.
13959 * gdb.base/vforked-prog.c: Likewise.
13960 * gdb.base/watchpoint.c: Likewise.
13961 * gdb.reverse/shr2.c: Likewise.
13962 * gdb.reverse/until-reverse.c: Likewise.
13963 * gdb.reverse/ur1.c: Likewise.
13964 * gdb.reverse/watch-reverse.c: Likewise.
13965
139662014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13967
13968 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
13969 variant.
13970 * gdb.base/sepdebug.exp: Drop references to removed code.
13971
139722014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13973
13974 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
13975 variant. Preserve original line numbering.
13976 * gdb.base/list1.c: Likewise.
13977
139782014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13979
13980 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
13981 variant.
13982 * gdb.base/break1.c: Likewise.
13983 * gdb.base/break.exp: Drop references to removed code.
13984
139852014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13986
13987 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
13988 variant.
13989
139902014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13991
13992 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
13993
139942014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13995
13996 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
13997 logic into perform_all_tests() and invoke it with and without
13998 function header prototypes.
13999 (do_function_calls): Remove conditional XFAIL for PR 5318.
14000 (rerun_and_prepare): Remove duplicate code.
14001 (perform_all_tests): New. Main logic moved here.
14002
140032014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14004
14005 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
14006 code guarded by #ifdef NO_PROTOTYPES.
14007 (t_double_many_args): Likewise.
14008 (DEF_FUNC_MANY_ARGS_1): Likewise.
14009 (DEF_FUNC_VALUES_1): Likewise.
14010 (t_structs_ldc): Renamed from t_structs_fc in conditional code
14011 guarded by #ifdef PROTOTYPES.
14012
140132014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14014
14015 * gdb.mi/mi-console.c: Add eye-catcher.
14016 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
14017 instead of literal line number.
14018
140192014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14020
14021 * gdb.base/shr2.c: Add eye-catcher.
14022 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
14023 line number.
14024
140252014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14026
14027 * gdb.base/jump.c: Add eye-catchers.
14028 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
14029 numbers.
14030
140312014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14032
14033 * gdb.base/execd-prog.c: Add eye-catchers.
14034 * gdb.base/foll-exec.c: Likewise.
14035 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
14036 line numbers.
14037
140382014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14039
14040 * gdb.base/ending-run.c: Add eye-catchers.
14041 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
14042 literal line numbers.
14043
140442014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14045
14046 * gdb.base/call-rt-st.c: Add eye-catchers.
14047 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
14048 literal line numbers.
14049
140502014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14051
14052 * gdb.base/call-ar-st.c: Add eye-catchers.
14053 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
14054 literal line numbers.
14055
140562014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14057
14058 * gdb.base/average.c: Add eye-catchers.
14059 * gdb.base/sum.c: Likewise.
14060 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
14061 regexps dynamically.
14062
140632014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14064
14065 * gdb.base/solib1.c: Add eye-catchers.
14066 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
14067 literal line numbers.
14068
140692014-11-12 Pedro Alves <palves@redhat.com>
14070
14071 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
14072 leader has exited.
14073
140742014-11-12 Pedro Alves <palves@redhat.com>
14075
14076 * gdb.arch/i386-bp_permanent.c: New file.
14077 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
14078 (srcfile): Set to i386-bp_permanent.c.
14079 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
14080 that stepi does not execute the 'leave' instruction, instead of
14081 testing it does execute.
14082 * gdb.base/bp-permanent.c: New file.
14083 * gdb.base/bp-permanent.exp: New file.
14084
140852014-11-10 Doug Evans <xdje42@gmail.com>
14086
14087 PR symtab/17564
14088 * gdb.base/symtab-search-order.exp: New file.
14089 * gdb.base/symtab-search-order.c: New file.
14090 * gdb.base/symtab-search-order-1.c: New file.
14091 * gdb.base/symtab-search-order-shlib-1.c: New file.
14092
140932014-11-07 Pedro Alves <palves@redhat.com>
14094
14095 PR gdb/17511
14096 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
14097 i?86-*-linux*.
14098
140992014-11-03 Siva Chandra Reddy <sivachandra@google.com>
14100
14101 PR c++/17494
14102 * gdb.cp/pr17494.cc: New file.
14103 * gdb.cp/pr17494.exp: New file.
14104
141052014-11-02 Yao Qi <yao@codesourcery.com>
14106
14107 * gdb.python/python.exp: Get working directory and match the
14108 output of "set extended-prompt \\w " with it.
14109
141102014-10-30 Doug Evans <dje@google.com>
14111
14112 * gdb.python/py-objfile.exp: Add tests for setting random attributes
14113 in objfiles.
14114 * gdb.python/py-progspace.exp: Add tests for setting random attributes
14115 in progspaces.
14116
141172014-10-30 Janis Johnson <janisjo@codesourcery.com>
14118
14119 * gdb.base/fullpath-expand.exp: Skip for a remote host.
14120 * gdb.base/realname-expand.exp: Likewise.
14121 * gdb.linespec/macro-relative.exp: Likewise.
14122
141232014-10-29 Pedro Alves <palves@redhat.com>
14124
14125 PR gdb/17408
14126 * gdb.threads/schedlock.c (some_function): New function.
14127 (call_function): New global.
14128 (MAYBE_CALL_SOME_FUNCTION): New macro.
14129 (thread_function): Call it.
14130 * gdb.threads/schedlock.exp (get_args): Add description parameter,
14131 and use it instead of a global counter. Adjust all callers.
14132 (get_current_thread): Use "find current thread" for test message
14133 here rather than having all callers pass down the same string.
14134 (goto_loop): New procedure, factored out from ...
14135 (my_continue): ... this.
14136 (step_ten_loops): Change parameter from test message to command to
14137 use. Adjust.
14138 (list_count): Delete global.
14139 (check_result): New procedure, factored out from duplicate top
14140 level code.
14141 (continue tests): Wrap in with_test_prefix.
14142 (test_step): New procedure, factored out from duplicate top level
14143 code.
14144 (top level): Test "step" in combination with all scheduler-locking
14145 modes. Test "next" in combination with all scheduler-locking
14146 modes, and in combination with stepping over a function call or
14147 not.
14148 * gdb.threads/next-bp-other-thread.c: New file.
14149 * gdb.threads/next-bp-other-thread.exp: New file.
14150
141512014-10-29 Pedro Alves <palves@redhat.com>
14152
14153 PR python/17372
14154 * gdb.python/python.exp: Test a multi-line command that spawns
14155 interactive Python.
14156 * gdb.base/multi-line-starts-subshell.exp: New file.
14157
141582014-10-29 Yao Qi <yao@codesourcery.com>
14159
14160 * gdb.base/fileio.exp: Make directories on host.
14161
141622014-10-29 Yao Qi <yao@codesourcery.com>
14163
14164 * gdb.base/fileio.c (test_write): Close the file.
14165
141662014-10-28 Pedro Alves <palves@redhat.com>
14167
14168 PR gdb/12623
14169 * gdb.base/sigstep.c (no_handler): New global.
14170 (main): If 'no_handler is true, set the signal handlers to
14171 SIG_IGN.
14172 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
14173 with_sw_watch and no_handler parameters. Handle them.
14174 (top level) <stepping over handler when stopped at a breakpoint
14175 test>: Add a test axis for testing with a software watchpoint, and
14176 another for testing with the signal handler set to SIG_IGN.
14177 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
14178 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
14179
141802014-10-28 Pedro Alves <palves@redhat.com>
14181
14182 PR gdb/17511
14183 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
14184 * gdb.base/sigstep.exp (other_handler_location): New global.
14185 (advance): Support stepping into the signal handler, and running
14186 commands while in the handler.
14187 (in_handler_map): New global.
14188 (top level): In the advance test, add combinations for getting
14189 into the handler with stepping commands, and for running commands
14190 in the handler. Add comment descripting the advancei tests.
14191
141922014-10-28 Pedro Alves <palves@redhat.com>
14193
14194 * gdb.base/sigstep.exp: Use build_executable instead of
14195 prepare_for_testing.
14196 (top level): Move code that starts GDB, runs to main and creates a
14197 display to ...
14198 (restart): ... this new procedure.
14199 (top level): Move backtrace from signal handler test to ...
14200 (validate_backtrace): ... this new procedure.
14201 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
14202 with_test_prefix. Always restart GDB.
14203 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
14204 with_test_prefix. Always restart GDB. No need to delete
14205 breakpoints after the test.
14206 (test_skip_handler): Remove prefix parameter.
14207 (skip_over_handler, breakpoint_to_handler)
14208 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
14209 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
14210 restart GDB. No need to delete breakpoints after the test.
14211 (top level): Use foreach to call the test procedures with
14212 different commands.
14213
142142014-10-28 Pedro Alves <palves@redhat.com>
14215
14216 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
14217 instead of GNATS numbers.
14218 * gdb.base/sigbpt.exp: Likewise.
14219 * gdb.base/siginfo.exp: Likewise.
14220 * gdb.base/sigstep.exp: Likewise.
14221
142222014-10-27 Pedro Alves <palves@redhat.com>
14223
14224 * gdb.base/sigstep.c (dummy): New global.
14225 (main): Issue a couple writes to the new global.
14226 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
14227 procedures.
14228 (skip_over_handler): Use test_skip_handler.
14229 (top level): Call skip_over_handler for stepi and nexti too.
14230 (breakpoint_over_handler): Use test_skip_handler.
14231 (top level): Call breakpoint_over_handler for stepi and nexti too.
14232
142332014-10-27 Yao Qi <yao@codesourcery.com>
14234
14235 * gdb.trace/tfile.c (adjust_function_address)
14236 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
14237 function descriptor.
14238
142392014-10-24 Don Breazeal <donb@codesourcery.com>
14240
14241 * gdb.base/foll-fork.exp (test_follow_fork,
14242 catch_fork_child_follow): Check for updated fork messages emitted
14243 from infrun.c.
14244 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
14245 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
14246 vfork_and_exec_child_follow_through_step): Check for updated vfork
14247 messages emitted from infrun.c.
14248
142492014-10-24 Pedro Alves <palves@redhat.com>
14250
14251 * gdb.base/corefile.exp: Remove references to ultrix.
14252 * gdb.base/interrupt.exp: Likewise.
14253 * gdb.base/whatis.exp: Likewise.
14254 * gdb.gdb/selftest.exp: Likewise.
14255 * gdb.threads/manythreads.exp: Likewise.
14256 * gdb.threads/print-threads.exp: Likewise.
14257 * gdb.threads/pthreads.exp:: Likewise.
14258 * gdb.threads/schedlock.exp: Likewise.
14259
142602014-10-24 Siva Chandra Reddy <sivachandra@google.com>
14261
14262 * gdb.cp/non-trivial-retval.cc: Add a test case.
14263 * gdb.cp/non-trivial-retval.exp: Add a test.
14264
142652014-10-20 Yao Qi <yao@codesourcery.com>
14266
14267 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
14268 * gdb.python/py-objfile-script-gdb.py: New file.
14269 * gdb.python/py-objfile-script.exp: Update reference to
14270 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
14271 of remote_download. Remove the dest file.
14272
142732014-10-20 Yao Qi <yao@codesourcery.com>
14274
14275 * gdb.base/checkpoint.exp: Don't remove file copied on host.
14276 * gdb.base/step-line.exp: Likewise.
14277 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
14278 * gdb.dwarf2/dw2-basic.exp: Likewise.
14279 * gdb.dwarf2/dw2-compressed.exp: Likewise.
14280 * gdb.dwarf2/dw2-filename.exp: Likewise.
14281 * gdb.dwarf2/dw2-intercu.exp: Likewise.
14282 * gdb.dwarf2/dw2-intermix.exp: Likewise.
14283 * gdb.dwarf2/dw2-producer.exp: Likewise.
14284 * gdb.dwarf2/mac-fileno.exp: Likewise.
14285 * gdb.python/py-frame-args.exp: Likewise.
14286 * gdb.python/py-framefilter.exp: Likewise.
14287 * gdb.python/py-mi.exp: Likewise.
14288 * gdb.python/py-objfile-script.exp: Likewise
14289 * gdb.python/py-pp-integral.exp: Likewise.
14290 * gdb.python/py-pp-re-notag.exp: Likewise.
14291 * gdb.python/py-prettyprint.exp: Likewise.
14292 * gdb.python/py-section-script.exp: Likewise.
14293 * gdb.python/py-typeprint.exp: Likewise.
14294 * gdb.python/py-xmethods.exp: Likewise.
14295 * gdb.stabs/weird.exp: Likewise.
14296 * gdb.xml/tdesc-regs.exp: Likewise.
14297
142982014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
14299
14300 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
14301 (out_cu): Use addr_len for the size of addresses.
14302 (out_line): Likewise. Size DW_LNE_set_address instruction
14303 according to addr_len.
14304 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
14305 (FUNC): Add START_INSNS to definition.
14306
143072014-10-18 Yao Qi <yao@codesourcery.com>
14308
14309 * gdb.base/argv0-symlink.exp: Check argv[0] value if
14310 gdb_has_argv0 return true.
14311 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
14312 check [target_info exists noargs], check [gdb_has_argv0]
14313 instead.
14314 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14315 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
14316 procedures.
14317
143182014-10-17 Doug Evans <dje@google.com>
14319
14320 * gdb.python/py-events.exp: Update expected output for clear_objfiles
14321 event.
14322 * gdb.python/py-events.py: Add clear_objfiles event.
14323
143242014-10-17 Doug Evans <dje@google.com>
14325
14326 * gdb.python/py-objfile.exp: Test progspace attribute.
14327
143282014-10-17 Luis Machado <lgustavo@codesourcery.com>
14329
14330 * gdb.guile/scm-breakpoint.exp: Do not assume any
14331 directory separators when matching source file paths.
14332 * gdb.python/py-breakpoint.exp: Likewise.
14333 * gdb.reverse/break-precsave.exp: Likewise.
14334 * gdb.reverse/break-reverse.exp: Likewise.
14335 * gdb.reverse/consecutive-precsave.exp: Likewise.
14336 * gdb.reverse/finish-precsave.exp: Likewise.
14337 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
14338 * gdb.reverse/finish-reverse.exp: Likewise.
14339 * gdb.reverse/i386-precsave.exp: Likewise.
14340 * gdb.reverse/i387-env-reverse.exp: Likewise.
14341 * gdb.reverse/i387-stack-reverse.exp: Likewise.
14342 * gdb.reverse/machinestate-precsave.exp: Likewise.
14343 * gdb.reverse/machinestate.exp: Likewise.
14344 * gdb.reverse/sigall-precsave.exp: Likewise.
14345 * gdb.reverse/solib-precsave.exp: Likewise.
14346 * gdb.reverse/step-precsave.exp: Likewise.
14347 * gdb.reverse/until-precsave.exp: Likewise.
14348 * gdb.reverse/watch-precsave.exp: Likewise.
14349 * gdb.reverse/watch-reverse.exp: Likewise.
14350
143512014-10-17 Yao Qi <yao@codesourcery.com>
14352
14353 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
14354 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
14355
143562014-10-17 Pedro Alves <palves@redhat.com>
14357
14358 PR gdb/17471
14359 * gdb.base/bg-execution-repeat.c: New file.
14360 * gdb.base/bg-execution-repeat.exp: New file.
14361
143622014-10-17 Pedro Alves <palves@redhat.com>
14363
14364 PR gdb/17300
14365 * gdb.base/continue-all-already-running.c: New file.
14366 * gdb.base/continue-all-already-running.exp: New file.
14367
143682014-10-17 Pedro Alves <palves@redhat.com>
14369
14370 PR gdb/17472
14371 * gdb.base/annota-input-while-running.c: New file.
14372 * gdb.base/annota-input-while-running.exp: New file.
14373
143742014-10-17 Pedro Alves <palves@redhat.com>
14375
14376 * gdb.base/callfuncs.exp: emove references to osf.
14377 * gdb.base/sigall.exp: Likewise.
14378 * gdb.gdb/selftest.exp: Likewise.
14379 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
14380 * gdb.mi/non-stop.c: Likewise.
14381 * gdb.mi/pthreads.c: Likewise.
14382 * gdb.reverse/sigall-precsave.exp: Likewise.
14383 * gdb.reverse/sigall-reverse.exp: Likewise.
14384 * gdb.threads/pthreads.c: Likewise.
14385 * gdb.threads/pthreads.exp: Likewise.
14386
143872014-10-17 Yao Qi <yao@codesourcery.com>
14388
14389 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
14390 check 'target_info exists noargs'.
14391 (test_command_prompt_position): Likewise.
14392 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
14393 Remove "set args".
14394 (progvar_simple_while_test): Likewise.
14395 (progvar_complex_if_while_test): Likewise.
14396 (if_while_breakpoint_command_test): Likewise.
14397 (infrun_breakpoint_command_test): Likewise.
14398 (breakpoint_command_test): Likewise.
14399 (watchpoint_command_test): Likewise.
14400 (bp_deleted_in_command_test): Likewise.
14401 (temporary_breakpoint_commands): Likewise.
14402
144032014-10-16 Yao Qi <yao@codesourcery.com>
14404
14405 * gdb.base/remotetimeout.exp: Remove noargs checking.
14406
144072014-10-15 Pedro Alves <palves@redhat.com>
14408
14409 PR breakpoints/9649
14410 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
14411 * gdb.base/breakpoint-in-ro-region.exp
14412 (probe_target_hardware_step): New procedure.
14413 (top level): Probe hardware stepping and hardware breakpoint
14414 support. Test stepping through a read-only region, with both
14415 "breakpoint auto-hw" on and off and both "always-inserted" on and
14416 off.
14417
144182014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
14419
14420 * gdb.dlang/demangle.exp: Update for demangling changes.
14421
144222014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14423
14424 * gdb.cp/non-trivial-retval.cc: Add new test cases.
14425 * gdb.cp/non-trivial-retval.exp: Add new tests.
14426
144272014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14428
14429 PR c++/13403
14430 PR c++/15154
14431 * gdb.cp/non-trivial-retval.cc: New file.
14432 * gdb.cp/non-trivial-retval.exp: New file.
14433
144342014-10-15 Yao Qi <yao@codesourcery.com>
14435
14436 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
14437 remote host.
14438
144392014-10-15 Yao Qi <yao@codesourcery.com>
14440
14441 * gdb.python/py-symbol.exp: Match file base name if host is
14442 remote, otherwise match file name with dir name.
14443 * gdb.python/py-symtab.exp: Likewise.
14444 * gdb.python/python.exp: Likewise.
14445
144462014-10-15 Yao Qi <yao@codesourcery.com>
14447
14448 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
14449 pattern.
14450 * gdb.python/py-symtab.exp: Likewise.
14451 * gdb.python/python.exp: Remove trailing ".*". Fix typo
14452 locationn.
14453
144542014-10-14 Joel Brobecker <brobecker@adacore.com>
14455
14456 * gdb.ada/addr_arith: New testcase.
14457
144582014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
14459
14460 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
14461 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
14462 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
14463 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
14464
144652014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
14466
14467 * gdb.arch/stap-eval-lang-ada.S: Likewise.
14468 * gdb.arch/stap-eval-lang-ada.c: Likewise.
14469 * gdb.arch/stap-eval-lang-ada.exp: New file.
14470
144712014-10-14 Yao Qi <yao@codesourcery.com>
14472
14473 * gdb.mi/mi-var-child.c (nothing1): New function.
14474 (nothing2): New function.
14475 (do_children_tests): Set function pointers by nothing1 and
14476 nothing2.
14477 * gdb.mi/mi-var-child.exp: Step over new added statements.
14478 Update test to match the new output.
14479 * gdb.mi/var-cmd.c (nothing1): New function.
14480 (nothing2): New function.
14481 (do_children_tests): Set function pointers by nothing1 and
14482 nothing2.
14483 * gdb.mi/mi-var-display.exp: Update test to match output.
14484 Step to the line specified by $line_dct_nothing.
14485 Increase the number of lines to step.
14486
144872014-10-14 Yao Qi <yao@codesourcery.com>
14488
14489 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
14490 tests.
14491 * gdb.mi/mi2-var-child.exp: Likewise.
14492
144932014-10-13 Doug Evans <dje@google.com>
14494
14495 * gdb.python/py-objfile.exp: Change name of file name test.
14496
144972014-10-13 Doug Evans <dje@google.com>
14498
14499 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
14500 from the start of the CU.
14501
145022014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14503 Yao Qi <yao@codesourcery.com>
14504
14505 Fix "save breakpoints" for "catch" command.
14506 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
14507 Remove -nonewline. Match also the added "main" line.
14508
145092014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14510
14511 Fix "save breakpoints" for "disable $bpnum" command.
14512 * gdb.base/save-bp.c (main): Add label.
14513 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
14514
145152014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14516
14517 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
14518
145192014-10-11 Yao Qi <yao@codesourcery.com>
14520
14521 * gdb.server/server-kill.exp: Execute command
14522 "set remote trace-status-packet on" before "tstatus".
14523
145242014-10-11 Yao Qi <yao@codesourcery.com>
14525
14526 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
14527 (main): Call getppid.
14528 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
14529 and continue to it. Read variable "server_pid".
14530
145312014-10-11 Yao Qi <yao@codesourcery.com>
14532
14533 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
14534
145352014-10-11 Yao Qi <yao@codesourcery.com>
14536
14537 * gdb.threads/thread-find.exp: Don't execute command
14538 "info threads".
14539 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
14540 * gdb.threads/linux-dp.exp: Don't check the condition
14541 $threads_created equals to zero.
14542
145432014-10-10 Pedro Alves <palves@redhat.com>
14544
14545 * gdb.base/bigcore.exp: Remove references to IRIX.
14546 * gdb.base/funcargs.exp: Likewise.
14547 * gdb.base/interrupt.exp: Likewise.
14548 * gdb.base/mips_pro.exp: Likewise.
14549 * gdb.base/nodebug.exp: Likewise.
14550 * gdb.base/setvar.exp: Likewise.
14551 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
14552
145532014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14554 Pedro Alves <palves@redhat.com>
14555
14556 PR symtab/14466
14557 * gdb.base/vdso-warning.c: New file.
14558 * gdb.base/vdso-warning.exp: New file.
14559
145602014-10-02 Doug Evans <dje@google.com>
14561
14562 * gdb.base/structs.c (main): Don't run forever.
14563
145642014-10-02 Pedro Alves <palves@redhat.com>
14565
14566 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
14567 (top level) <stop threads 1, stop threads 2>: Use it.
14568
145692014-10-02 Pedro Alves <palves@redhat.com>
14570
14571 * gdb.threads/break-while-running.exp (test): Add new
14572 'update_thread_list' argument. Skip "info threads" if false.
14573 (top level): Add new 'update_thread_list' axis.
14574
145752014-10-02 Pedro Alves <palves@redhat.com>
14576
14577 PR breakpoints/17431
14578 * gdb.base/execl-update-breakpoints.c: New file.
14579 * gdb.base/execl-update-breakpoints.exp: New file.
14580
145812014-10-01 Pedro Alves <palves@redhat.com>
14582
14583 * gdb.base/breakpoint-in-ro-region.c: New file.
14584 * gdb.base/breakpoint-in-ro-region.exp: New file.
14585
145862014-10-01 Simon Marchi <simon.marchi@ericsson.com>
14587
14588 * gdb.mi/mi-exit-code.exp: New file.
14589 * gdb.mi/mi-exit-code.c: New file.
14590
145912014-09-30 Yao Qi <yao@codesourcery.com>
14592
14593 * lib/prelink-support.exp (build_executable_own_libs): Error if
14594 the target isn't native.
14595
145962014-09-30 Yao Qi <yao@codesourcery.com>
14597
14598 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
14599 false.
14600
146012014-09-22 Pedro Alves <palves@redhat.com>
14602
14603 * gdb.threads/break-while-running.exp: New file.
14604 * gdb.threads/break-while-running.c: New file.
14605
146062014-09-19 Yao Qi <yao@codesourcery.com>
14607
14608 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
14609 Invoke test. Restart GDB with --readnow and invoke test again.
14610
146112014-09-19 Yao Qi <yao@codesourcery.com>
14612
14613 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
14614 proc set_breakpoint_on_gcd_function. Invoke
14615 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
14616 invoke set_breakpoint_on_gcd_function again.
14617
146182014-09-18 Doug Evans <dje@google.com>
14619
14620 * gdb.dwarf2/symtab-producer.exp: New file.
14621
146222014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14623
14624 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
14625 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
14626 * gdb.base/global-var-nested-by-dso.c: Likewise.
14627 * gdb.base/global-var-nested-by-dso.exp: Likewise.
14628
146292014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14630 Pedro Alves <palves@redhat.com>
14631
14632 * gdb.base/watch-bitfields.exp: Pass string other than test file
14633 name to prepare_for_testing.
14634 (watch): New procedure.
14635 (expect_watchpoint): Use with_test_prefix.
14636 (top level): Factor out tests to ...
14637 (test_watch_location, test_regular_watch): ... these new
14638 procedures, and use with_test_prefix and gdb_continue_to_end.
14639
146402014-09-16 Patrick Palka <patrick@parcs.ath.cx>
14641
14642 PR breakpoints/12526
14643 * gdb.base/watch-bitfields.exp: New file.
14644 * gdb.base/watch-bitfields.c: New file.
14645
146462014-09-16 Pedro Alves <palves@redhat.com>
14647
14648 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
14649 software and hardware addresses, not software address against
14650 itself.
14651
146522014-09-16 Pedro Alves <palves@redhat.com>
14653
14654 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
14655 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
14656
146572014-09-16 Pedro Alves <palves@redhat.com>
14658
14659 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
14660 files.
14661 * gdb.base/a2-run.exp: Remove all code guarded by istarget
14662 "*-*-vxworks*" throughout.
14663 * gdb.base/break.exp: Likewise.
14664 * gdb.base/default.exp: Likewise.
14665 * gdb.base/scope.exp: Likewise.
14666 * gdb.base/sepdebug.exp: Likewise.
14667 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
14668 throughout.
14669 * gdb.base/run.c: Likewise.
14670 * gdb.base/sepdebug.c: Likewise.
14671 * gdb.hp/gdb.aCC/run.c: Likewise.
14672 * gdb.reverse/until-reverse.c: Likewise.
14673 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
14674
146752014-09-16 Yao Qi <yao@codesourcery.com>
14676
14677 * boards/local-remote-host-native.exp: New file.
14678
146792014-09-14 Doug Evans <xdje42@gmail.com>
14680
14681 * gdb.threads/queue-signal.c (thread_count): New variable.
14682 (thread_count_mutex, thread_count_condvar): New variables.
14683 (incr_thread_count, wait_all_threads_running): New functions.
14684 (main): Wait for all threads to be in their thread functions.
14685
146862014-09-13 Doug Evans <xdje42@gmail.com>
14687
14688 * gdb.threads/queue-signal.c: New file.
14689 * gdb.threads/queue-signal.exp: New file.
14690
146912014-09-13 Doug Evans <xdje42@gmail.com>
14692
14693 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
14694 be consistent with what default_gdb_init uses.
14695 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
14696 the plain text of the prompt. Add some logging printfs.
14697 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
14698
146992014-09-12 Pedro Alves <palves@redhat.com>
14700
14701 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
14702 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
14703 * gdb.arch/i386-size-overlap.exp: Likewise.
14704 * gdb.arch/i386-size.exp: Likewise.
14705 * gdb.arch/i386-unwind.exp: Likewise.
14706 * gdb.base/a2-run.exp: Likewise.
14707 * gdb.base/break.exp: Likewise.
14708 * gdb.base/charset.exp: Likewise.
14709 * gdb.base/chng-syms.exp: Likewise.
14710 * gdb.base/commands.exp: Likewise.
14711 * gdb.base/dbx.exp: Likewise.
14712 * gdb.base/find.exp: Likewise.
14713 * gdb.base/funcargs.exp: Likewise.
14714 * gdb.base/jit-simple.exp: Likewise.
14715 * gdb.base/reread.exp: Likewise.
14716 * gdb.base/sepdebug.exp: Likewise.
14717 * gdb.base/step-bt.exp: Likewise.
14718 * gdb.cp/mb-inline.exp: Likewise.
14719 * gdb.cp/mb-templates.exp: Likewise.
14720 * gdb.objc/basicclass.exp: Likewise.
14721 * gdb.threads/killed.exp: Likewise.
14722
147232014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14724
14725 PR tdep/17379
14726 * gdb.arch/powerpc-stackless.S: New file.
14727 * gdb.arch/powerpc-stackless.exp: New file.
14728
147292014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14730
14731 * gdb.base/attach.c: Include unistd.h.
14732 (main): Call alarm. Add label postloop.
14733 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
14734 gdb_breakpoint, gdb_continue_to_breakpoint.
14735 (test_command_line_attach_run): Kill ${testpid} in one exit path.
14736
147372014-09-11 Pedro Alves <palves@redhat.com>
14738
14739 PR gdb/17347
14740 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
14741 * gdb.base/attach.exp (test_command_line_attach_run): New
14742 procedure.
14743 (top level): Call it.
14744
147452014-09-11 Pedro Alves <palves@redhat.com>
14746
14747 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
14748 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
14749 (do_command_attach_tests): Use spawn_wait_for_attach.
14750 * gdb.base/solib-overlap.exp: Likewise.
14751 * gdb.multi/multi-attach.exp: Likewise.
14752 * gdb.python/py-prompt.exp: Likewise.
14753 * gdb.python/py-sync-interp.exp: Likewise.
14754 * gdb.server/ext-attach.exp: Likewise.
14755
147562014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
14757
14758 * gdb.fortran/array-element.exp: Remove unexpected "continue"
14759 command in testcase. Simplify testcase.
14760
147612014-09-10 Joel Brobecker <brobecker@adacore.com>
14762
14763 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
14764
147652014-09-10 Joel Brobecker <brobecker@adacore.com>
14766
14767 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
14768
147692014-09-10 Joel Brobecker <brobecker@adacore.com>
14770
14771 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
14772
147732014-09-10 Joel Brobecker <brobecker@adacore.com>
14774
14775 * gdb.dwarf2/dynarr-ptr.c: New file.
14776 * gdb.dwarf2/dynarr-ptr.exp: New file.
14777
147782014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14779
14780 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
14781 of 30 rather than hardcoding 120 for a slow test case. Take the
14782 `gdb,timeout' target setting into account for this calculation.
14783 Don't extend the timeout for the test cases that don't need it.
14784
147852014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14786
14787 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
14788 a factor of 2 for a slow test case. Take the `gdb,timeout'
14789 target setting into account for this calculation.
14790 * gdb.reverse/until-precsave.exp: Increase the timeout by
14791 a factor of 15 and 3 respectively rather than adding 120
14792 for a pair of slow test cases. Take the `gdb,timeout'
14793 target setting into account for this calculation.
14794
147952014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14796
14797 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
14798 timeout, don't pass one down to gdb_expect.
14799 (gdb_expect): Rework timeout selection.
14800
148012014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14802
14803 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
14804 exception on timeout.
14805 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
14806 (gdbserver_start_extended): Catch any `gdbserver_start' error
14807 exceptions.
14808 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
14809 * lib/mi-support.exp (mi_gdb_target_load): Catch any
14810 `gdbserver_gdb_load' error exceptions.
14811
148122014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14813
14814 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
14815 120 on waiting for the TCP socket to open.
14816
148172014-09-09 Doug Evans <xdje42@gmail.com>
14818
14819 * gdb.base/default.exp (show_conv_list): Add _caller_is,
14820 _caller_matches, _any_caller_is, _any_caller_matches.
14821
148222014-09-09 Doug Evans <xdje42@gmail.com>
14823
14824 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
14825
148262014-09-09 Yao Qi <yao@codesourcery.com>
14827
14828 * gdb.mi/mi-var-display.exp: Set print symbol off.
14829
148302014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
14831
14832 PR gdb/17035
14833 * gdb.base/commands.exp: Add tests to verify user-defined
14834 commands with empty bodies.
14835 * gdb.python/py-cmd.exp: Test that we don't show user-defined
14836 python commands in `show user command`.
14837 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
14838 scheme commands in `show user command`.
14839
148402014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14841
14842 PR python/17355
14843 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
14844 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
14845 * gdb.python/py-framefilter-invalidarg.exp: New file.
14846 * gdb.python/py-framefilter-invalidarg.py: New file.
14847
148482014-09-06 Doug Evans <xdje42@gmail.com>
14849
14850 PR 15276
14851 * gdb.python/py-caller-is.c: New file.
14852 * gdb.python/py-caller-is.exp: New file.
14853
148542014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
14855
14856 PR gdb/17235
14857 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
14858 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
14859
148602014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
14861
14862 PR fortran/17237
14863 * gdb.fortran/print-formatted.exp: New file.
14864 * gdb.fortran/print-formatted.f90: Likewise.
14865
148662014-09-03 Sasha Smundak <asmundak@google.com>
14867
14868 * gdb.python/py-frame.exp: Test Frame.read_register.
14869
148702014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
14871
14872 PR python/16699
14873 * gdb.python/py-completion.exp: New file.
14874 * gdb.python/py-completion.py: Likewise.
14875
148762014-08-28 Doug Evans <dje@google.com>
14877
14878 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
14879 eax,etc. are live with values set by gdb and thus the compiler can't
14880 use them.
14881 * gdb.arch/i386-pseudo.c (main): Ditto.
14882
148832014-08-27 Doug Evans <dje@google.com>
14884
14885 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
14886
148872014-08-25 Doug Evans <dje@google.com>
14888
14889 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
14890 (main): Ditto.
14891
148922014-08-25 Doug Evans <dje@google.com>
14893
14894 * gdb.threads/thread-execl.exp: #include <stdio.h>.
14895
148962014-08-24 Yao Qi <yao@codesourcery.com>
14897
14898 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
14899 symbol off.
14900 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
14901
149022014-08-22 Doug Evans <dje@google.com>
14903
14904 PR 17276
14905 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
14906 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
14907 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
14908
149092014-08-22 Yao Qi <yao@codesourcery.com>
14910
14911 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
14912 * gdb.python/py-finish-breakpoint2.exp: Likewise.
14913 * gdb.python/python.exp: Likewise. Use .py file on the host
14914 instead of the build.
14915
149162014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14917
14918 * gdb.threads/gcore-stale-thread.c: New file.
14919 * gdb.threads/gcore-stale-thread.exp: New file.
14920
149212014-08-21 Pedro Alves <palves@redhat.com>
14922
14923 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
14924 * gdb.base/gcore-relro-pie.exp: Likewise.
14925 * gdb.base/gcore-relro.exp: Likewise.
14926 * gdb.base/gcore.exp: Likewise.
14927 * gdb.base/print-symbol-loading.exp: Likewise.
14928 * gdb.threads/gcore-thread.exp: Likewise.
14929 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
14930
149312014-08-20 Pedro Alves <palves@redhat.com>
14932 Jan Kratochvil <jan.kratochvil@redhat.com>
14933
14934 * Makefile.in (EXTRA_RULES, CC): New variables, get from
14935 configure.
14936 (EXPECT): Handle READ1 being set.
14937 (all): Depend on EXTRA_RULES.
14938 (check-read1, expect-read1, read1.so, read1): New rules.
14939 * README (Testsuite Parameters): Document the READ1 make variable.
14940 (Race detection): New section.
14941 * configure: Regenerate.
14942 * configure.ac: If build==host==target, and running under a
14943 GNU/glibc system, add read1 to the extra Makefile rules.
14944 (EXTRA_RULES): AC_SUBST it.
14945 * lib/read1.c: New file.
14946
149472014-08-20 Joel Brobecker <brobecker@adacore.com>
14948
14949 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
14950 the handling of variables declared as a typedef to an array
14951 which a DW_AT_data_location attribute.
14952
149532014-08-19 Andrew Burgess <aburgess@broadcom.com>
14954 Pedro Alves <palves@redhat.com>
14955
14956 PR symtab/14604
14957 PR symtab/14605
14958 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
14959 gdb_test.
14960
149612014-08-19 Pedro Alves <palves@redhat.com>
14962
14963 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
14964
149652014-08-19 Yao Qi <yao@codesourcery.com>
14966
14967 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
14968 right line.
14969
149702014-08-18 David Blaikie <dblaikie@gmail.com>
14971
14972 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
14973
149742014-08-18 Joel Brobecker <brobecker@adacore.com>
14975
14976 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
14977 attribute in array range.
14978
149792014-08-18 Joel Brobecker <brobecker@adacore.com>
14980
14981 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
14982
149832014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14984
14985 PR c++/17132
14986 * gdb.cp/pr17132.cc: New file.
14987 * gdb.cp/pr17132.exp: New file.
14988
149892014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14990
14991 * gdb.python/py-xmethods.py (A_getarrayind)
14992 (E_method_char_worker.__call__, E_method_int_worker.__call__):
14993 Use 'print' with function call syntax.
14994 (E_method_matcher.match): Fix tab vs space indentation mixup.
14995
149962014-08-15 Yao Qi <yao@codesourcery.com>
14997
14998 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
14999 false.
15000
150012014-08-15 Yao Qi <yao@codesourcery.com>
15002
15003 * gdb.cp/casts.exp: Set print symbol off.
15004 * gdb.cp/class2.exp: Likewise.
15005 * gdb.cp/overload.exp: Likewise.
15006 * gdb.cp/templates.exp: Likewise.
15007
150082014-08-11 Doug Evans <dje@google.com>
15009
15010 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
15011 (test_load_shlib): Update.
15012
150132014-08-09 Yao Qi <yao@codesourcery.com>
15014
15015 * gdb.base/display.exp: Invoke is_address_zero_readable.
15016 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
15017 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15018 * gdb.base/hbreak-unmapped.exp: Return if
15019 is_address_zero_readable returns true.
15020 * gdb.base/signest.exp: Likewise.
15021 * gdb.base/signull.exp: Likewise.
15022 * gdb.base/sigbpt.exp: Likewise.
15023 * gdb.guile/scm-disasm.exp: Do the test if
15024 is_address_zero_readable returns false.
15025 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
15026 * gdb.python/py-arch.exp: Likewise.
15027 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
15028 * lib/gdb.exp (is_address_zero_readable): New proc.
15029
150302014-08-09 Yao Qi <yao@codesourcery.com>
15031
15032 PR testsuite/13443
15033 * gdb.mi/mi-var-display.exp: Make test messages unique.
15034
150352014-08-04 Tom Tromey <tromey@redhat.com>
15036
15037 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
15038 target 0".
15039
150402014-08-04 Tom Tromey <tromey@redhat.com>
15041
15042 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
15043 "target_resume".
15044
150452014-08-01 Joel Brobecker <brobecker@adacore.com>
15046
15047 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
15048 inner_vla_struct_object_size.
15049 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
15050 as xfail.
15051
150522014-07-30 Pedro Alves <palves@redhat.com>
15053
15054 * gdb.threads/signal-command-handle-nopass.exp (test): Add
15055 comment.
15056
150572014-07-29 Yao Qi <yao@codesourcery.com>
15058
15059 PR gdb/17206
15060 * gdb.base/until-nodebug.exp: New.
15061
150622014-07-28 Doug Evans <xdje42@gmail.com>
15063
15064 PR guile/17203
15065 * gdb.guile/scm-parameter.exp: Add tests for trying to create
15066 previously existing parameter, and previously ambiguously spelled
15067 parameter.
15068
150692014-07-28 Will Newton <will.newton@linaro.org>
15070
15071 * gdb.base/varargs.exp: Remove KFAILs for ARM.
15072
150732014-07-26 Ludovic Courtès <ludo@gnu.org>
15074 Doug Evans <xdje42@gmail.com>
15075
15076 PR guile/17146
15077 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
15078
150792014-07-25 Pedro Alves <palves@redhat.com>
15080
15081 * gdb.threads/signal-command-handle-nopass.c: New file.
15082 * gdb.threads/signal-command-handle-nopass.exp: New file.
15083 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
15084 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
15085 * gdb.threads/signal-delivered-right-thread.c: New file.
15086 * gdb.threads/signal-delivered-right-thread.exp: New file.
15087
150882014-07-25 Pedro Alves <palves@redhat.com>
15089
15090 * gdb.base/double-prompt-target-event-error.exp
15091 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
15092 match.
15093 (cancel_pagination_in_target_event): Rework double prompt
15094 detection.
15095 * gdb.base/paginate-after-ctrl-c-running.exp
15096 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
15097 <return>' match.
15098 * gdb.base/paginate-bg-execution.exp
15099 (test_bg_execution_pagination_return)
15100 (test_bg_execution_pagination_cancel): Remove '-notransfer
15101 <return>' matches.
15102 * gdb.base/paginate-execution-startup.exp
15103 (test_fg_execution_pagination_return)
15104 (test_fg_execution_pagination_cancel): Remove '-notransfer
15105 <return>' matches.
15106 * gdb.base/paginate-inferior-exit.exp
15107 (test_paginate_inferior_exited): Remove '-notransfer <return>'
15108 match.
15109 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
15110 * lib/gdb.exp (pagination_prompt): Run text through
15111 string_to_regexp.
15112 (gdb_test_multiple): Match $pagination_prompt instead of
15113 "<return>".
15114 (string_to_regexp): Move to lib/gdb-utils.exp.
15115
151162014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15117
15118 * gdb.arch/amd64-entry-value-paramref.S: New file.
15119 * gdb.arch/amd64-entry-value-paramref.cc: New file.
15120 * gdb.arch/amd64-entry-value-paramref.exp: New file.
15121 * gdb.arch/amd64-optimout-repeat.S: New file.
15122 * gdb.arch/amd64-optimout-repeat.c: New file.
15123 * gdb.arch/amd64-optimout-repeat.exp: New file.
15124
151252014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
15126
15127 PR gdb/17170
15128 * gdb.base/statistics.exp: New file.
15129
151302014-07-17 Doug Evans <dje@google.com>
15131
15132 PR gdb/17170
15133 * gdb.base/maint.exp: Update testing of per-command stats.
15134
151352014-07-16 Pedro Alves <palves@redhat.com>
15136
15137 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
15138 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
15139 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
15140 (tfile_write_buf): New functions.
15141 (add_memory_block): Rewrite using the above.
15142 (adjust_function_address): New function.
15143 (FUNCTION_ADDRESS): New macro.
15144 (write_basic_trace_file): Remove short_x local, and use
15145 tfile_write_16. Change type of func_addr local to unsigned long
15146 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
15147 here. Cast argument of add_memory_block to char pointer.
15148 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
15149 (main): Remove parameters.
15150 * gdb.trace/tfile.exp: Remove nowarnings.
15151
151522014-07-15 Simon Marchi <simon.marchi@ericsson.com>
15153
15154 * gdb.base/debug-expr.exp: Test string evaluation with
15155 "debug expression" on.
15156
151572014-07-15 Pedro Alves <palves@redhat.com>
15158
15159 * gdb.base/reread.exp: Use clean_restart.
15160
151612014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
15162
15163 * gdb.arch/avr-flash-qualifer.c: New.
15164 * gdb.arch/avr-flash-qualifer.exp: New.
15165
151662014-07-14 Pedro Alves <palves@redhat.com>
15167
15168 * gdb.base/paginate-after-ctrl-c-running.c: New file.
15169 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
15170
151712014-07-14 Pedro Alves <palves@redhat.com>
15172
15173 * gdb.base/double-prompt-target-event-error.c: New file.
15174 * gdb.base/double-prompt-target-event-error.exp: New file.
15175
151762014-07-14 Pedro Alves <palves@redhat.com>
15177
15178 PR gdb/17072
15179 * gdb.base/paginate-inferior-exit.c: New file.
15180 * gdb.base/paginate-inferior-exit.exp: New file.
15181
151822014-07-14 Pedro Alves <palves@redhat.com>
15183
15184 PR gdb/17072
15185 * gdb.base/paginate-bg-execution.c: New file.
15186 * gdb.base/paginate-bg-execution.exp: New file.
15187
151882014-07-14 Pedro Alves <palves@redhat.com>
15189
15190 PR gdb/17072
15191 * gdb.base/paginate-execution-startup.c: New file.
15192 * gdb.base/paginate-execution-startup.exp: New file.
15193 * lib/gdb.exp (pagination_prompt): New global.
15194 (default_gdb_spawn): New procedure, factored out from
15195 default_gdb_spawn.
15196 (default_gdb_start): Adjust to call default_gdb_spawn.
15197 (gdb_spawn): New procedure.
15198
151992014-07-14 Pedro Alves <palves@redhat.com>
15200
15201 * lib/gdb.exp (gdb_assert): New procedure.
15202 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
15203
152042014-07-14 Pedro Alves <palves@redhat.com>
15205
15206 * gdb.base/execution-termios.c: New file.
15207 * gdb.base/execution-termios.exp: New file.
15208
152092014-07-14 Tom Tromey <tromey@redhat.com>
15210
15211 * gdb.cp/vla-cxx.cc: New file.
15212 * gdb.cp/vla-cxx.exp: New file.
15213
152142014-07-14 Tom Tromey <tromey@redhat.com>
15215
15216 * gdb.reverse/rerun-prec.c: New file.
15217 * gdb.reverse/rerun-prec.exp: New file.
15218
152192014-07-12 Maciej W. Rozycki <macro@mips.com>
15220 Maciej W. Rozycki <macro@codesourcery.com>
15221
15222 * lib/gdb-utils.exp: New file.
15223 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
15224 inline `gdb_init_command' processing.
15225 (gdb_start_cmd): Likewise.
15226 * lib/mi-support.exp (mi_run_cmd): Likewise.
15227 * README: Document `gdb_init_command' and `gdb_init_commands'.
15228
152292014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15230
15231 Fix false FAIL running under a very long directory name.
15232 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
15233 and "set print elements 10000". Twice.
15234
152352014-07-11 Yao Qi <yao@codesourcery.com>
15236
15237 * gdb.base/exprs.exp: "set print symbol off".
15238
152392014-07-11 Pedro Alves <palves@redhat.com>
15240
15241 * gdb.threads/kill.c: New file.
15242 * gdb.threads/kill.exp: New file.
15243
152442014-07-10 Yao Qi <yao@codesourcery.com>
15245
15246 * gdb.trace/tfile.c (write_basic_trace_file)
15247 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
15248 address written to trace file.
15249
152502014-07-09 Pedro Alves <palves@redhat.com>
15251
15252 * gdb.base/attach-wait-input.exp: New file.
15253 * gdb.base/attach-wait-input.c: New file.
15254
152552014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
15256
15257 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
15258 setting up test structures.
15259 (main): Call new test function.
15260 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
15261 test function, continue into test function and walk test
15262 structures.
15263
152642014-07-02 Yao Qi <yao@codesourcery.com>
15265
15266 * gdb.trace/entry-values.c: Define labels 'foo_start' and
15267 'bar_start' at the beginning of functions 'foo' and 'bar'
15268 respectively.
15269 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
15270 instead of 'foo' and 'bar'.
15271
152722014-07-08 Markus Metzger <markus.t.metzger@intel.com>
15273
15274 * gdb.btrace/segv.exp: New.
15275 * gdb.btrace/segv.c: New.
15276
152772014-07-02 Luis Machado <lgustavo@codesourcery.com>
15278
15279 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
15280 instruction.
15281
152822014-06-30 Mark Wielaard <mjw@redhat.com>
15283
15284 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
15285 vulture, vilify, villar): New volatile array constants.
15286 (vindictive, vegetation): New const volatile array constants.
15287 * gdb.base/volatile.exp: Test volatile and const volatile array
15288 types.
15289
152902014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
15291
15292 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
15293 target lacks support for awatch, rwatch, or hbreak.
15294
152952014-06-27 Yao Qi <yao@codesourcery.com>
15296
15297 * gdb.multi/dummy-frame-restore.exp: New.
15298 * gdb.multi/dummy-frame-restore.c: New.
15299
153002014-06-25 Markus Metzger <markus.t.metzger@intel.com>
15301
15302 * gdb.btrace/gcore.exp: New.
15303
153042014-06-23 Pedro Alves <palves@redhat.com>
15305
15306 * gdb.base/watchpoint-reuse-slot.c: New file.
15307 * gdb.base/watchpoint-reuse-slot.exp: New file.
15308
153092014-06-23 Siva Chandra Reddy <sivachandra@google.com>
15310
15311 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
15312 progspace's filename in 'info', 'enable' and 'disable' command
15313 tests.
15314
153152014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
15316
15317 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
15318 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15319 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
15320
153212014-06-20 Gary Benson <gbenson@redhat.com>
15322
15323 * gdb.arch/i386-avx.exp: Fix include file location.
15324 * gdb.arch/i386-sse.exp: Likewise.
15325
153262014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
15327
15328 * gdb.dlang/expression.exp: New file.
15329
153302014-06-19 Pedro Alves <palves@redhat.com>
15331
15332 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
15333 out from ...
15334 (top level): ... here. Iterate running tests under different
15335 scheduler-locking settings.
15336
153372014-06-18 Luis Machado <lgustavo@codesourcery.com>
15338
15339 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
15340 to DW_FORM_addr and use non-zero addresses.
15341
153422014-06-18 Siva Chandra Reddy <sivachandra@google.com>
15343
15344 PR gdb/17017
15345 * gdb.python/py-xmethods.cc: Add global function call counters and
15346 increment them in their respective functions. Remove "cout"
15347 statements.
15348 * gdb.python/py-xmethods.exp: Make tests check the global function
15349 call counters instead of depending on inferior IO.
15350
153512014-06-18 Don Breazeal <donb@codesourcery.com>
15352
15353 * gdb.base/foll-fork.exp (default_fork_parent_follow):
15354 Deleted procedure.
15355 (explicit_fork_parent_follow): Deleted procedure.
15356 (explicit_fork_child_follow): Deleted procedure.
15357 (test_follow_fork): New procedure.
15358 (do_fork_tests): Replace calls to deleted procedures with
15359 calls to test_follow_fork and reset GDB for subsequent
15360 procedure calls.
15361
153622014-06-17 Yao Qi <yao@codesourcery.com>
15363
15364 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
15365 CP1252.
15366
153672014-06-17 Luis Machado <lgustavo@codesourcery.com>
15368
15369 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
15370 Initialize ptr and S explicitly.
15371 (skip_type_update_when_not_use_rtti_test): Likewise.
15372
153732014-06-16 Keith Seitz <keiths@redhat.com>
15374
15375 PR mi/15863
15376 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
15377 the inferior is started.
15378
153792014-06-16 Pedro Alves <palves@redhat.com>
15380
15381 * gdb.base/break-main-file-remove-fail.c: New file.
15382 * gdb.base/break-main-file-remove-fail.exp: New file.
15383 * gdb.base/break-unload-file.exp: Use build_executable instead of
15384 prepare_for_testing.
15385 (test_break): New parameter "initial_load". Handle it.
15386 (top level): Add initial_load cmdline/file axis.
15387
153882014-06-12 Tom Tromey <tromey@redhat.com>
15389
15390 * gdb.base/completion.exp: Don't use directory name in test.
15391
153922014-06-09 Gary Benson <gbenson@redhat.com>
15393
15394 * gdb.base/sigall.c [Functions to send signals]: Reorder to
15395 separate the always-available ANSI-standard signals from the
15396 signals that require checking.
15397 (main): Likewise.
15398 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
15399 Likewise.
15400 (main): Likewise.
15401
154022014-06-07 Keith Seitz <keiths@redhat.com>
15403
15404 Revert:
15405 PR c++/16253
15406 * gdb.cp/var-tag.cc: New file.
15407 * gdb.cp/var-tag.exp: New file.
15408 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15409 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15410 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15411 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15412
154132014-06-06 Doug Evans <xdje42@gmail.com>
15414
15415 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
15416
154172014-06-06 Pedro Alves <palves@redhat.com>
15418
15419 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
15420 in target debug output instead of looking at RSP packets,
15421 disabling the test on any target that uses hardware stepping.
15422 Update comments.
15423
154242014-06-06 Pedro Alves <palves@redhat.com>
15425
15426 * gdb.base/break-unload-file.exp: Fix typo.
15427
154282014-06-06 Yao Qi <yao@codesourcery.com>
15429
15430 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
15431 from "jit_function" to "^jit_function".
15432
154332014-06-06 Yao Qi <yao@codesourcery.com>
15434
15435 * gdb.base/async.c (foo): Add one statement.
15436 * gdb.base/async.exp: Get the next instruction address and
15437 match the output of "nexti" by instruction address. Match
15438 the hex address in the output of "finish".
15439
154402014-06-06 Gary Benson <gbenson@redhat.com>
15441
15442 * gdb.base/call-signals.c: Remove preprocessor conditionals
15443 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
15444 SIGSEGV and SIGTERM.
15445 * gdb.base/sigall.c: Likewise.
15446 * gdb.base/unwindonsignal.c: Likewise.
15447 * gdb.reverse/sigall-reverse.c: Likewise.
15448
154492014-06-06 Yao Qi <yao@codesourcery.com>
15450
15451 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
15452 readable, skip the test.
15453
154542014-06-06 Yao Qi <yao@codesourcery.com>
15455
15456 * gdb.threads/staticthreads.c (thread_function): Move the line
15457 setting breakpoint on forward.
15458 * gdb.threads/staticthreads.exp: Update comments.
15459
154602014-06-05 Ludovic Courtès <ludo@gnu.org>
15461
15462 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
15463 "history-append! type error".
15464
154652014-06-05 Simon Marchi <simon.marchi@ericsson.com>
15466
15467 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
15468 erroneous dprintf expected input.
15469
154702014-06-04 Doug Evans <xdje42@gmail.com>
15471
15472 * gdb.guile/scm-generics.exp: Delete.
15473
154742014-06-04 Doug Evans <xdje42@gmail.com>
15475
15476 * gdb.guile/scm-breakpoint.exp: Update.
15477 Add tests for breakpoint registration.
15478
154792014-06-04 Tom Tromey <tromey@redhat.com>
15480
15481 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
15482 VLA-in-union.
15483 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
15484 inner_vla_struct, vla_union types. Initialize objects of those
15485 types and compute their sizes.
15486
154872014-06-04 Nathan Sidwell <nathan@codesourcery.com>
15488 Hui Zhu <hui@codesourcery.com>
15489
15490 * gdb.base/fileio.exp: Add test for shell not available as well as
15491 available.
15492 * gdb.base/fileio.c (test_system): Check for shell twice.
15493
154942014-06-04 Yao Qi <yao@codesourcery.com>
15495
15496 * gdb.base/auto-connect-native-target.exp: Remove redundant
15497 space from the regexp pattern.
15498
154992014-06-04 Yao Qi <yao@codesourcery.com>
15500
15501 * gdb.base/default.exp: Replace "child" with "native" in
15502 regexp pattern.
15503
155042014-06-03 Siva Chandra Reddy <sivachandra@google.com>
15505
15506 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
15507 * gdb.python/py-xmethods.exp: New tests to test xmethods.
15508 * gdb.python/py-xmethods.py: Python script supporting the
15509 new testcase and tests.
15510
155112014-06-03 Joel Brobecker <brobecker@adacore.com>
15512 Pedro Alves <palves@redhat.com>
15513
15514 PR breakpoints/17000
15515 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
15516 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
15517
155182014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
15519
15520 * gdb.base/subst.exp: Add tests to verify partial path matching
15521 output.
15522
155232014-06-03 Pedro Alves <palves@redhat.com>
15524
15525 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
15526 target that doesn't use software single-stepping.
15527
155282014-06-03 Pedro Alves <palves@redhat.com>
15529
15530 PR breakpoints/17000
15531 * gdb.base/sss-bp-on-user-bp-2.c: New file.
15532 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
15533
155342014-06-02 Doug Evans <xdje42@gmail.com>
15535
15536 * gdb.guile/scm-parameter.exp: New file.
15537
155382014-06-02 Doug Evans <xdje42@gmail.com>
15539
15540 * gdb.guile/scm-cmd.c: New file.
15541 * gdb.guile/scm-cmd.exp: New file.
15542
155432014-06-02 Doug Evans <xdje42@gmail.com>
15544
15545 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
15546 pretty-printer lookup.
15547 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
15548 (make-pp_s-printer): Call it.
15549 (make-pretty-printer-from-dict): New function.
15550 (lookup-pretty-printer-maker-from-dict): New function.
15551 (*pretty-printer*): Simplify.
15552 (make-objfile-pp_s-printer): New function.
15553 (install-objfile-pretty-printers!): New function.
15554 (make-progspace-pp_s-printer): New function.
15555 (install-progspace-pretty-printers!): New function.
15556 * gdb.guile/scm-progspace.c: New file.
15557 * gdb.guile/scm-progspace.exp: New file.
15558
155592014-06-02 Pedro Alves <palves@redhat.com>
15560
15561 * gdb.base/dprintf-bp-same-addr.c: New file.
15562 * gdb.base/dprintf-bp-same-addr.exp: New file.
15563
155642014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15565
15566 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
15567 * gdb.arch/powerpc-power.s: Likewise.
15568
155692014-06-02 Joel Brobecker <brobecker@adacore.com>
15570
15571 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
15572
155732014-06-01 Yao Qi <yao@codesourcery.com>
15574
15575 * gdb.base/watchpoint.exp (test_watch_location): Check null
15576 pointer can be dereferenced. If not, do the test, otherwise
15577 skip it.
15578
155792014-05-30 Andrew Burgess <aburgess@broadcom.com>
15580
15581 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
15582 results.
15583 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
15584
155852014-05-30 Andrew Burgess <aburgess@broadcom.com>
15586
15587 * gdb.arch/amd64-invalid-stack-middle.S: New file.
15588 * gdb.arch/amd64-invalid-stack-middle.c: New file.
15589 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
15590 * gdb.arch/amd64-invalid-stack-top.c: New file.
15591 * gdb.arch/amd64-invalid-stack-top.exp: New file.
15592
155932014-05-30 Pedro Alves <palves@redhat.com>
15594
15595 PR breakpoints/17000
15596 * gdb.base/sss-bp-on-user-bp.c: New file.
15597 * gdb.base/sss-bp-on-user-bp.exp: New file.
15598
155992014-05-30 David Blaikie <dblaikie@gmail.com>
15600
15601 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
15602 gnu_inline semantics via attribute.
15603 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
15604 source explicitly specifies the required semantics.
15605
156062014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
15607
15608 * gdb.reverse/sigall-reverse.exp: Fix a typo.
15609
156102014-05-29 Pedro Alves <palves@redhat.com>
15611 Tom Tromey <tromey@redhat.com>
15612
15613 * gdb.base/async-shell.exp: Don't enable target-async.
15614 * gdb.base/async.exp
15615 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
15616 parameter. Adjust.
15617 (top level): Don't test with "target-async".
15618 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
15619 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
15620 * gdb.base/inferior-died.exp: Don't enable target-async.
15621 * gdb.base/interrupt-noterm.exp: Likewise.
15622 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
15623 * gdb.mi/mi-nonstop-exit.exp: Likewise.
15624 * gdb.mi/mi-nonstop.exp: Likewise.
15625 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
15626 * gdb.mi/mi-nsintrall.exp: Likewise.
15627 * gdb.mi/mi-nsmoribund.exp: Likewise.
15628 * gdb.mi/mi-nsthrexec.exp: Likewise.
15629 * gdb.mi/mi-watch-nonstop.exp: Likewise.
15630 * gdb.multi/watchpoint-multi.exp: Adjust comment.
15631 * gdb.python/py-evsignal.exp: Don't enable target-async.
15632 * gdb.python/py-evthreads.exp: Likewise.
15633 * gdb.python/py-prompt.exp: Likewise.
15634 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
15635 * gdb.server/solib-list.exp: Don't enable target-async.
15636 * gdb.threads/thread-specific-bp.exp: Likewise.
15637 * lib/mi-support.exp: Adjust to use mi-async.
15638
156392014-05-29 Pedro Alves <palves@redhat.com>
15640
15641 PR gdb/13860
15642 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
15643 reason, even in sync mode.
15644
156452014-05-29 Pedro Alves <palves@redhat.com>
15646 Hui Zhu <hui@codesourcery.com>
15647
15648 PR PR15693
15649 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
15650 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
15651 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
15652 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
15653
156542014-05-28 Joel Brobecker <brobecker@adacore.com>
15655
15656 * config/monitor.exp (gdb_target_monitor): Replace use of
15657 "set remotebaud" by "set serial baud".
15658
156592014-05-26 Andy Wingo <wingo@igalia.com>
15660
15661 * gdb.guile/scm-breakpoint.exp:
15662 * gdb.guile/scm-gsmob.exp: Update to use plain old object
15663 properties instead of gdb-object-properties.
15664
156652014-05-26 Yao Qi <yao@codesourcery.com>
15666
15667 * gdb.server/no-thread-db.exp: Specify source file name
15668 explicitly when setting a breakpoint.
15669
156702014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15671
15672 * gdb.btrace/vdso.c: New.
15673 * gdb.btrace/vdso.exp: New.
15674
156752014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15676
15677 * gdb.base/gcore.exp (capture_command_output): Move ...
15678 * lib/gdb.exp (capture_command_output): ... here.
15679
156802014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15681
15682 * gdb.btrace/data.exp: Test memory access during btrace replay.
15683
156842014-05-22 Simon Marchi <simon.marchi@ericsson.com>
15685
15686 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
15687
156882014-05-21 Pedro Alves <palves@redhat.com>
15689
15690 PR gdb/13860
15691 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
15692 (top level): Test that output related to execution commands is
15693 sent to the console with CLI commands, but not with MI commands.
15694 Test that breakpoint events are always mirrored to the console.
15695 Also expect the new source line to be output after a "next" in
15696 async mode too. Make it a pass/fail test.
15697 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
15698 output.
15699 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
15700
157012014-05-21 Pedro Alves <palves@redhat.com>
15702
15703 * gdb.base/list.exp (build_pattern, test_list): New procedures.
15704 Use them to test variations of "list" after reaching a breakpoint.
15705 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
15706 Test "list" with listsize 10 after reaching a breakpoint.
15707 * gdb.python/python.exp (decode_line current location line
15708 number): Adjust expected line number.
15709
157102014-05-21 Simon Marchi <simon.marchi@ericsson.com>
15711
15712 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
15713 behavior for $args, pass it directly to "run".
15714
157152014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
15716
15717 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
15718 30000 to 65536.
15719
157202014-05-21 Pedro Alves <palves@redhat.com>
15721
15722 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
15723 auto-connect-native-target off".
15724 * gdb.base/auto-connect-native-target.c: New file.
15725 * gdb.base/auto-connect-native-target.exp: New file.
15726
157272014-05-21 Pedro Alves <palves@redhat.com>
15728
15729 * gdb.base/default.exp: Test "target native" instead of "target
15730 child".
15731
157322014-05-21 Mark Wielaard <mjw@redhat.com>
15733
15734 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15735
157362014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15737
15738 Fix TLS access for -static -pthread.
15739 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
15740 <HAVE_TLS> (thread_function, main): Initialize it.
15741 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
15742 Add clean_restart.
15743 <$have_tls != "">: Check TLSVAR.
15744
157452014-05-21 Pedro Alves <palves@redhat.com>
15746
15747 * gdb.base/dcache-line-read-error.c: New.
15748 * gdb.base/dcache-line-read-error.exp: New.
15749
157502014-05-20 Pedro Alves <palves@redhat.com>
15751
15752 * gdb.base/compare-sections.c: New file.
15753 * gdb.base/compare-sections.exp: New file.
15754
157552014-05-20 Pedro Alves <palves@redhat.com>
15756
15757 * gdb.base/break-idempotent.c: New file.
15758 * gdb.base/break-idempotent.exp: New file.
15759
157602014-05-20 Markus Metzger <markus.t.metzger@intel.com>
15761
15762 * gdb.btrace/nohist.exp: New.
15763
157642014-05-20 Yao Qi <yao@codesourcery.com>
15765
15766 * lib/gdb.exp (gdb_init): Set timeout if test file is under
15767 gdb.reverse directory and gdb_reverse_timeout exists in board
15768 setting.
15769 * README: Document gdb_reverse_timeout.
15770
157712014-05-20 Yao Qi <yao@codesourcery.com>
15772
15773 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
15774 'test_file_name'. Treat args as a string instead of a list.
15775 (gdb_init): Rename argument 'args' by 'test_file_name'.
15776
157772014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
15778
15779 * gdb.arch/powerpc-power.exp: New file.
15780 * gdb.arch/powerpc-power.s: New file.
15781
157822014-05-16 Doug Evans <dje@google.com>
15783
15784 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
15785 * gdb.base/completion.exp: Check that all expected files exist
15786 before doing file completion.
15787
157882014-05-16 Doug Evans <dje@google.com>
15789
15790 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
15791 Update.
15792 (do_syscall_tests_without_xml): Update.
15793
157942014-05-16 Pedro Alves <palves@redhat.com>
15795
15796 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
15797 instead of "unknown output after running".
15798
157992014-05-16 Yao Qi <yao@codesourcery.com>
15800
15801 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
15802 file1.txt from host at the end.
15803 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15804
158052014-05-15 Doug Evans <dje@google.com>
15806
15807 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
15808 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
15809 loading file. Add test for TU lookup.
15810
158112014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15812
15813 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
15814 calling "-exec-arguments" or "set args" before running the
15815 inferior.
15816
158172014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15818
15819 * lib/mi-support.exp (mi_expect_stop): Expect message for
15820 inferiors that exit with non-zero exit code.
15821
158222014-05-14 Yao Qi <yao@codesourcery.com>
15823
15824 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
15825 match absolute path on remote host.
15826 (test_file_list_exec_source_files): Remove "/" from the
15827 pattern.
15828
158292014-05-14 Yao Qi <yao@codesourcery.com>
15830
15831 * boards/local-remote-host-notty.exp (${board}_file): New
15832 proc.
15833
158342014-05-07 Kyle McMartin <kyle@redhat.com>
15835
15836 Pushed by Joel Brobecker <brobecker@adacore.com>.
15837 * gdb.arch/aarch64-atomic-inst.c: New file.
15838 * gdb.arch/aarch64-atomic-inst.exp: New file.
15839
158402014-05-07 Yao Qi <yao@codesourcery.com>
15841
15842 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
15843 in current context" too.
15844
158452014-05-05 Keith Seitz <keiths@redhat.com>
15846
15847 * gdb.linespec/ls-dollar.exp: Add test for linespec
15848 file:convenience_variable.
15849
158502014-05-05 Yao Qi <yao@codesourcery.com>
15851
15852 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
15853 traceframes into tfile and ctf trace files. Read data from
15854 trace file and test collected data.
15855 (gdb_collect_locals_test): Likewise.
15856 (gdb_unavailable_registers_test): Likewise.
15857 (gdb_unavailable_floats): Likewise.
15858 (gdb_collect_globals_test): Likewise.
15859 (top-level): Append "ctf" to trace_file_targets if GDB
15860 supports.
15861
158622014-05-05 Yao Qi <yao@codesourcery.com>
15863
15864 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
15865 code to ...
15866 (gdb_collect_args_test_1): ... it. New proc.
15867 (gdb_collect_locals_test): Move some code to ...
15868 (gdb_collect_locals_test_1): ... it. New proc.
15869 (gdb_unavailable_registers_test): Move some code to ...
15870 (gdb_unavailable_registers_test_1): ... it. New proc.
15871 (gdb_unavailable_floats): Move some code to ...
15872 (gdb_unavailable_floats_1): ... it. New proc.
15873
158742014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15875
15876 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
15877 probes to test for bitness recognition.
15878 * gdb.arch/amd64-stap-optional-prefix.exp
15879 (test_probe_value_without_reg): New procedure.
15880 Add code to test for different kinds of bitness.
15881
158822014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15883
15884 PR breakpoints/16889
15885 * gdb.arch/amd64-stap-optional-prefix.S: New file.
15886 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15887
158882014-05-01 Pedro Alves <palves@redhat.com>
15889
15890 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
15891 gdb_file_cmd if no file is specified.
15892 * boards/native-extended-gdbserver.exp (gdb_load): Use the
15893 last_loaded_file to set the remote exec-file.
15894
158952014-05-01 Pedro Alves <palves@redhat.com>
15896
15897 * boards/local-remote-host.exp: New file.
15898
158992014-05-01 Pedro Alves <palves@redhat.com>
15900
15901 * boards/local-remote-host.exp: Rename to ...
15902 * boards/local-remote-host-notty.exp: ... this.
15903
159042014-04-28 Joel Brobecker <brobecker@adacore.com>
15905
15906 * gdb.ada/dyn_arrayidx: New testcase.
15907
159082014-04-26 Yao Qi <yao@codesourcery.com>
15909
15910 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
15911 and compute the length of function main. Save it in
15912 $main_length.
15913 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
15914 (top-level): Use gdb_compile to compile objects into
15915 executable and restart GDB. Remove invocation to
15916 prepare_for_testing.
15917
159182014-04-25 Simon Marchi <simon.marchi@ericsson.com>
15919 Pedro Alves <palves@redhat.com>
15920
15921 PR server/16255
15922 * gdb.multi/multi-attach.c: New file.
15923 * gdb.multi/multi-attach.exp: New file.
15924
159252014-04-25 Pedro Alves <palves@redhat.com>
15926
15927 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
15928 user.
15929 (top level): Test that "set remote conditional-breakpoints-packet
15930 off" works as intended.
15931 * gdb.base/dprintf.exp: Test that "set remote
15932 breakpoint-commands-packet off" works as intended.
15933 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
15934 New function.
15935 (top level): Call it.
15936 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
15937 remote fast-tracepoints-packet off" works as intended.
15938 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
15939 * lib/gdb.exp (gdb_is_target_remote): ... here.
15940
159412014-04-24 David Blaikie <dblaikie@gmail.com>
15942
15943 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
15944 ensure clang would not discard them.
15945 * gdb.base/gdbvars.c: Ditto.
15946 * gdb.base/memattr.c: Ditto.
15947 * gdb.base/whatis.c: Ditto.
15948 * gdb.python/py-prettyprint.c: Ditto.
15949 * gdb.trace/actions.c: Ditto.
15950 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
15951 ensure clang would not discard it.
15952
159532014-04-24 David Blaikie <dblaikie@gmail.com>
15954
15955 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
15956 clang to emit the full definition of type required by the test
15957 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
15958
159592014-04-24 David Blaikie <dblaikie@gmail.com>
15960
15961 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
15962 coax Clang into emitting the definition of the type.
15963 * gdb.cp/pr10728-x.h (y): Ditto.
15964 * gdb.cp/pr10728-y.cc (y): Ditto.
15965
159662014-04-24 David Blaikie <dblaikie@gmail.com>
15967
15968 * gdb.base/label.exp: XFAIL label related tests under Clang.
15969 * gdb.cp/cplabel.exp: Ditto.
15970 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
15971 under Clang those using labels.
15972
159732014-04-25 Yao Qi <yao@codesourcery.com>
15974
15975 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
15976 double_label.
15977 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
15978 partial_label and double_label.
15979
159802014-04-24 David Blaikie <dblaikie@gmail.com>
15981
15982 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
15983
159842014-04-24 David Blaikie <dblaikie@gmail.com>
15985
15986 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
15987 of the function to work across GCC and Clang.
15988 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
15989 pointer types (const void ** const V void **).
15990
159912014-04-24 Michael Sturm <michael.sturm@mintel.com>
15992 Walfred Tedeschi <walfred.tedeschi@intel.com>
15993
15994 * Makefile.in (EXECUTABLES): Added i386-avx512.
15995 * gdb.arch/i386-avx512.c: New file.
15996 * gdb.arch/i386-avx512.exp: Likewise.
15997
159982014-04-23 Keith Seitz <keiths@redhat.com>
15999
16000 * lib/mi-support.exp (mi_list_breakpoints): Delete.
16001 (mi_make_breakpoint_table): New procedure.
16002 (mi_create_breakpoint): Use mi_make_breakpoint
16003 and return the result.
16004 (mi_make_breakpoint): New procedure.
16005 (mi_build_kv_pairs): New procedure.
16006
16007 * gdb.mi/mi-break.exp: Remove unused globals,
16008 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
16009 All callers updated.
16010 * gdb.mi/mi-dprintf.exp: Use variable to track command
16011 number.
16012 Update all callers of mi_create_breakpoint and use
16013 mi_make_breakpoint_table.
16014 Remove any unused global variables.
16015 * gdb.mi/mi-nonstop.exp: Likewise.
16016 * gdb.mi/mi-nsintrall.exp: Likewise.
16017 * gdb.mi/mi-nsmoribund.exp: Likewise.
16018 * gdb.mi/mi-nsthrexec.exp: Likewise.
16019 * gdb.mi/mi-reverse.exp: Likewise.
16020 * gdb.mi/mi-simplerun.exp: Likewise.
16021 * gdb.mi/mi-stepn.exp: Likewise.
16022 * gdb.mi/mi-syn-frame.exp: Likewise.
16023 * gdb.mi/mi-until.exp: Likewise.
16024 * gdb.mi/mi-var-cp.exp: Likewise.
16025 * gdb.mi/mi-var-display.exp: Likewise.
16026 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
16027 * gdb.mi/mi2-var-child.exp: Likewise.
16028 * gdb.mi/mi-vla-c99.exp: Likewise.
16029 * lib/mi-support.exp: Likewise.
16030
16031 From Ian Lance Taylor <iant@cygnus.com>:
16032 * lib/gdb.exp (parse_args): New procedure.
16033
160342014-04-23 Pedro Alves <palves@redhat.com>
16035
16036 * gdb.base/break-unload-file.c: New file.
16037 * gdb.base/break-unload-file.exp: New file.
16038 * gdb.base/sym-file-lib.c (baz): New function.
16039 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
16040 field.
16041 (load): Store the segment's mapped size.
16042 (unload): New function.
16043 (unload_shlib): New function.
16044 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
16045 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
16046 set a breakpoint at baz, and call it.
16047 * gdb.base/sym-file.exp: New tests for stale breakpoint
16048 instructions.
16049
160502014-04-23 Pedro Alves <palves@redhat.com>
16051
16052 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
16053 * gdb.base/hbreak-in-shr-unsupported.c: New file.
16054 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
16055 * gdb.base/hbreak-unmapped.c: New file.
16056 * gdb.base/hbreak-unmapped.exp: New file.
16057 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
16058 * lib/gdb.exp (gdb_is_target_remote): ... here.
16059
160602014-04-22 Pedro Alves <palves@redhat.com>
16061
16062 * gdb.base/consecutive-step-over.c: New file.
16063 * gdb.base/consecutive-step-over.exp: New file.
16064
160652014-04-22 Pedro Alves <palves@redhat.com>
16066
16067 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
16068 instead of send_gdb/gdb_expect.
16069
160702014-04-22 Yao Qi <yao@codesourcery.com>
16071
16072 * lib/trace-support.exp (generate_tracefile): New procedure.
16073 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
16074 return 0.
16075 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
16076 if generate_tracefile returns 1.
16077
160782014-04-18 Tom Tromey <palves@redhat.com>
16079 Pedro alves <tromey@redhat.com>
16080
16081 PR backtrace/15558
16082 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
16083 with a backtrace limit.
16084 * gdb.python/py-frame-inline.exp: Test running to an inline
16085 function with a backtrace limit, and printing the newest frame.
16086 * gdb.python/py-frame-inline.c (main): Call f.
16087
160882014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16089
16090 * gdb.java/jnpe.exp: Drop srcdir from untested path.
16091
160922014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16093
16094 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
16095 Drop prefix from unsupported source file path.
16096
160972014-04-17 Yao Qi <yao@codesourcery.com>
16098
16099 * lib/gdb.exp (with_target_charset): New proc.
16100 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
16101 with_target_charset.
16102 (test_print_strings): Likewise.
16103 (test_repeat_bytes): Likewise.
16104 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
16105 for some tests.
16106
161072014-04-16 Keith Seitz <keiths@redhat.com>
16108
16109 PR gdb/15827
16110 * gdb.dwarf2/corrupt.c: New file.
16111 * gdb.dwarf2/corrupt.exp: New file.
16112
161132014-04-16 Keith Seitz <keiths@redhat.com>
16114
16115 PR c++/16597
16116 * gdb.cp/namelessclass.cc: New file.
16117 * gdb.cp/namelessclass.exp: New file.
16118 * gdb.cp/namelessclass.S: New file.
16119
161202014-04-16 Doug Evans <dje@google.com>
16121
16122 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
16123 Add comment.
16124 (gdbserver_default_get_comm_port): New function.
16125 (gdbserver_start): Check if board file provided
16126 "gdbserver,get_comm_port" and use it if so.
16127 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
16128 (gdb,socketport): Set to "stdio".
16129 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
16130 (stdio_gdbserver_template): Delete.
16131 (${board}_get_remote_address): Update.
16132 (${board}_build_remote_cmd): Delete.
16133 (${board}_get_comm_port): New function.
16134 (${board}_spawn): Update.
16135 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
16136 Delete.
16137 (${board}_get_remote_address): Update.
16138 (${board}_get_comm_port): New function.
16139
161402014-04-16 Andrew Burgess <aburgess@broadcom.com>
16141
16142 * gdb.base/memattr.exp: Improve regexps to handle memory regions
16143 appearing in any order.
16144
161452014-04-15 Doug Evans <dje@google.com>
16146
16147 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
16148 uninitialized value of "description".
16149
161502014-04-15 Keith Seitz <keiths@redhat.com>
16151
16152 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
16153 Remove unused globals.
16154 (test_running_the_program): Likewise.
16155 (test_controlled_execution): Likewise.
16156 (test_controlling_breakpoints): Likewise.
16157 (test_program_termination): Likewise.
16158
161592014-04-15 Keith Seitz <keiths@redhat.com>
16160
16161 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
16162 unused globals.
16163 (test_rbreak_creation_and_listing): Likewise.
16164 (test_ignore_count): Likewise.
16165 (test_error): Likewise.
16166
161672014-04-15 Pedro Alves <palves@redhat.com>
16168
16169 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
16170 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
16171 sym-file-loader.c.
16172 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16173 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16174 to sym-file-loader.c.
16175 (struct library): Forward declare.
16176 (load_shlib, lookup_function): Change prototypes.
16177 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16178 (translate_offset): Remove declarations.
16179 (get_text_addr): New declaration.
16180 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
16181 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
16182 sym-file-loader.h.
16183 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16184 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16185 here from sym-file-loader.h.
16186 (struct library): New structure.
16187 (load_shlib, lookup_function): Change prototypes and adjust to
16188 work with a struct library.
16189 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16190 (translate_offset): Make static.
16191 (get_text_addr): New function.
16192 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
16193
161942014-04-15 Pedro Alves <palves@redhat.com>
16195
16196 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
16197
161982014-04-15 Pedro Alves <palves@redhat.com>
16199
16200 * gdb.base/sym-file-loader.c: Include <limits.h>.
16201 (SELF_LINK): New define.
16202 (get_origin): New function.
16203 (load_shlib): Use it.
16204 * gdb.base/sym-file.exp: Don't early return if the target is
16205 remote. Use runto_main, and issue fail is that fails. Use
16206 gdb_load_shlibs.
16207 (shlib_name): Delete.
16208 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
16209
162102014-04-15 Pedro Alves <palves@redhat.com>
16211
16212 * gdb.base/sym-file.exp: Remove regex characters from test
16213 message. Don't refer to breakpoint numbers in test messages.
16214
162152014-04-14 Keith Seitz <keiths@redhat.com>
16216
16217 PR c++/16253
16218 * gdb.cp/var-tag.cc: New file.
16219 * gdb.cp/var-tag.exp: New file.
16220 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16221 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16222 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16223 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16224
162252014-04-14 Tom Tromey <tromey@redhat.com>
16226
16227 * gdb.cp/classes.exp (test_enums): Handle underlying type.
16228 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
16229 type.
16230 * gdb.cp/enum-class.exp: New file.
16231 * gdb.cp/enum-class.cc: New file.
16232
162332014-04-14 Tom Tromey <tromey@redhat.com>
16234
16235 * gdb.dwarf2/enum-type.exp: New file.
16236
162372014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16238
16239 * gdb.mi/mi-vla-c99.exp: New file.
16240 * gdb.mi/vla.c: New file.
16241
162422014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16243
16244 * gdb.base/vla-datatypes.c: New file.
16245 * gdb.base/vla-datatypes.exp: New file.
16246
162472014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16248
16249 * gdb.base/vla-ptr.c: New file.
16250 * gdb.base/vla-ptr.exp: New file.
16251
162522014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16253
16254 * gdb.dwarf2/count.exp: New file.
16255
162562014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16257
16258 * gdb.base/vla-sideeffect.c: New file.
16259 * gdb.base/vla-sideeffect.exp: New file.
16260
162612014-04-14 David Blaikie <dblaikie@gmail.com>
16262
16263 * gdb.mi/non-stop.c: Add return value for non-void function return
16264 statement.
16265 * gdb.threads/staticthreads.c: Ditto.
16266
162672014-04-12 Siva Chandra Reddy <sivachandra@google.com>
16268 Doug Evans <xdje42@gmail.com>
16269
16270 * gdb.guile/scm-value.c: Improve test case.
16271 * gdb.guile/scm-value.exp: Add new test.
16272
162732014-04-11 David Blaikie <dblaikie@gmail.com>
16274
16275 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
16276 override Clang's default.
16277
162782014-04-11 Joel Brobecker <brobecker@adacore.com>
16279
16280 Revert the following changes (regressions):
16281
16282 * gdb.base/vla-sideeffect.c: New file.
16283 * gdb.base/vla-sideeffect.exp: New file.
16284
16285 * gdb.dwarf2/count.exp: New file.
16286
16287 * gdb.base/vla-multi.c: New file.
16288 * gdb.base/vla-multi.exp: New file.
16289
16290 * gdb.base/vla-ptr.c: New file.
16291 * gdb.base/vla-ptr.exp: New file.
16292
16293 * gdb.base/vla-datatypes.c: New file.
16294 * gdb.base/vla-datatypes.exp: New file.
16295
16296 * gdb.mi/mi-vla-c99.exp: New file.
16297 * gdb.mi/vla.c: New file.
16298
162992014-04-11 Keith Seitz <keiths@redhat.com>
16300
16301 PR c++/16675
16302 * gdb.cp/cpsizeof.exp: New file.
16303 * gdb.cp/cpsizeof.cc: New file.
16304
163052014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16306
16307 * gdb.mi/mi-vla-c99.exp: New file.
16308 * gdb.mi/vla.c: New file.
16309
163102014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16311
16312 * gdb.base/vla-datatypes.c: New file.
16313 * gdb.base/vla-datatypes.exp: New file.
16314
163152014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16316
16317 * gdb.base/vla-ptr.c: New file.
16318 * gdb.base/vla-ptr.exp: New file.
16319
163202014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16321
16322 * gdb.base/vla-multi.c: New file.
16323 * gdb.base/vla-multi.exp: New file.
16324
163252014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16326
16327 * gdb.dwarf2/count.exp: New file.
16328
163292014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16330
16331 * gdb.base/vla-sideeffect.c: New file.
16332 * gdb.base/vla-sideeffect.exp: New file.
16333
163342014-04-11 Yao Qi <yao@codesourcery.com>
16335
16336 * gdb.base/completion.exp: Check file exists before running tests
16337 on file completion.
16338
163392014-04-10 Pedro Alves <palves@redhat.com>
16340
16341 * gdb.base/cond-eval-mode.c: New file.
16342 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
16343 prepare_for_testing to build the new file. Check result of
16344 runto_main.
16345 (test_break, test_watch): New procedures.
16346 (top level): Use them.
16347
163482014-04-08 Pierre Muller <muller@sourceware.org>
16349
16350 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
16351 Ctrl-V use for mingw hosts.
16352
163532014-04-07 Siva Chandra Reddy <sivachandra@google.com>
16354
16355 * gdb.python/py-value.c: Improve test case.
16356 * gdb.python/py-value.exp: Add new test.
16357
163582014-04-07 David Blaikie <dblaikie@gmail.com>
16359
16360 * lib/compiler.c: Identify the clang compiler.
16361 * lib/compiler.cc: Ditto.
16362
163632014-04-03 Yao Qi <yao@codesourcery.com>
16364
16365 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
16366
163672014-04-01 Anton Blanchard <anton@samba.org>
16368
16369 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
16370 messages unique.
16371
163722014-04-01 Anton Blanchard <anton@samba.org>
16373
16374 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
16375 prepare_for_testing.
16376
163772014-04-01 Anton Blanchard <anton@samba.org>
16378
16379 * gdb.arch/ppc64-atomic-inst.c: Remove.
16380 * gdb.arch/ppc64-atomic-inst.S: New file.
16381 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
16382
163832014-03-31 Doug Evans <dje@google.com>
16384
16385 * gdb.base/print-symbol-loading-lib.c: New file.
16386 * gdb.base/print-symbol-loading-main.c: New file.
16387 * gdb.base/print-symbol-loading.exp: New file.
16388
163892014-03-31 Yao Qi <yao@codesourcery.com>
16390
16391 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
16392
163932014-03-28 Joel Brobecker <brobecker@adacore.com>
16394
16395 * gdb.ada/mi_dyn_arr: New testcase.
16396
163972014-03-27 Doug Evans <dje@google.com>
16398
16399 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
16400
164012014-03-27 Yao Qi <yao@codesourcery.com>
16402
16403 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
16404 if target is nios2-*-*.
16405
164062014-03-26 Yao Qi <yao@codesourcery.com>
16407
16408 * lib/gdb.exp (readline_is_used): New proc.
16409 * gdb.base/completion.exp: Move tests on command complete up.
16410 Skip the rest of tests if readline is not used.
16411 * gdb.ada/complete.exp: Skp the test if readline is not
16412 used.
16413 * gdb.base/filesym.exp: Likewise.
16414 * gdb.base/macscp.exp: Likewise.
16415 * gdb.base/readline-ask.exp: Likewise.
16416 * gdb.base/readline.exp: Likewise.
16417 * gdb.python/py-cmd.exp: Likewise.
16418 * gdb.trace/tfile.exp: Likewise.
16419
164202014-03-26 Yao Qi <yao@codesourcery.com>
16421
16422 * gdb.base/macscp.exp: Fix code format issues.
16423
164242014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
16425
16426 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
16427 * gdb.asm/powerpc64le.inc: New file.
16428
164292014-03-25 Pedro Alves <palves@redhat.com>
16430 Doug Evans <dje@google.com>
16431
16432 * gdb.base/source-execution.c: New file.
16433 * gdb.base/source-execution.exp: New file.
16434 * gdb.base/source-execution.gdb: New file.
16435
164362014-03-24 Doug Evans <dje@google.com>
16437
16438 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
16439 using fission.
16440
164412014-03-24 Hui Zhu <hui@codesourcery.com>
16442 Pedro Alves <palves@redhat.com>
16443
16444 PR breakpoints/16101
16445 * gdb.base/dprintf.exp: Use unsupported rather than changing the
16446 test pass/fail messages. Detect missing support for dprintf when
16447 breakpoints are actually inserted.
16448 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
16449 breakpoints are actually inserted.
16450 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
16451 fails.
16452
164532014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
16454
16455 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
16456
164572014-03-22 Doug Evans <xdje42@gmail.com>
16458
16459 * gdb.python/python.exp (python not supported): Verify multi-line
16460 python command issues an error.
16461 * gdb.guile/guile.exp (guile not supported): Verify multi-line
16462 guile command issues an error.
16463
164642014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
16465
16466 * gdb.threads/thread-specific.exp: Handle the lack of usable
16467 $this_breakpoint and $this_thread.
16468
164692014-03-21 Hui Zhu <hui@codesourcery.com>
16470
16471 * gdb.base/attach.exp (do_command_attach_tests): New.
16472
164732014-03-20 Tom Tromey <tromey@redhat.com>
16474 Pedro Alves <palves@redhat.com>
16475
16476 PR cli/15718
16477 * gdb.base/condbreak-call-false.c: New file.
16478 * gdb.base/condbreak-call-false.exp: New file.
16479
164802014-03-20 Pedro Alves <palves@redhat.com>
16481
16482 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
16483 Delete.
16484 (block_signals, unblock_signals): Delete.
16485 (child_function_2, main): Remove references to deleted variable
16486 and functions.
16487
164882014-03-20 Pedro Alves <palves@redhat.com>
16489
16490 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
16491 Use pthread_kill to signal thread 2.
16492 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16493 Adjust to make the test send itself a signal rather than using the
16494 host's "kill" command.
16495
164962014-03-20 Pedro Alves <palves@redhat.com>
16497
16498 * gdb.threads/multiple-step-overs.c: New file.
16499 * gdb.threads/multiple-step-overs.exp: New file.
16500 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16501 Adjust expected infrun debug output.
16502
165032014-03-20 Pedro Alves <palves@redhat.com>
16504
16505 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
16506 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
16507
165082014-03-20 Pedro Alves <palves@redhat.com>
16509
16510 PR breakpoints/7143
16511 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
16512 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
16513 of gdb_test_multiple.
16514 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
16515 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
16516
165172014-03-20 Pedro Alves <palves@redhat.com>
16518
16519 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
16520 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
16521
165222014-03-19 Pedro Alves <palves@redhat.com>
16523
16524 * gdb.base/async.exp: Remove early return.
16525
165262014-03-19 Pedro Alves <palves@redhat.com>
16527
16528 * gdb.base/async.exp (step& tests): Pass explicit test messages.
16529
165302014-03-19 Pedro Alves <palves@redhat.com>
16531
16532 * gdb.base/async.exp (test_background): Expect \r\n after
16533 "completed." in the fail pattern.
16534
165352014-03-19 Pedro Alves <palves@redhat.com>
16536
16537 * gdb.base/async.exp (test_background): New procedure.
16538 Use it for all background execution command tests.
16539
165402014-03-19 Pedro Alves <palves@redhat.com>
16541
16542 * gdb.base/async.exp: Use prepare_for_testing.
16543
165442014-03-19 Pedro Alves <palves@redhat.com>
16545
16546 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
16547 the same line.
16548
165492014-03-19 Pedro Alves <palves@redhat.com>
16550
16551 * gdb.base/async.c (main): Add "jump here" and "until here" line
16552 marker comments.
16553 * gdb.base/async.exp (jump_here): New global.
16554 (jump& test): Use it.
16555 (until_here): New global.
16556 (until& test): Use it.
16557
165582014-03-19 Pedro Alves <palves@redhat.com>
16559
16560 * gdb.base/async.exp: Don't frob gdb_protocol.
16561
165622014-03-18 Doug Evans <xdje42@gmail.com>
16563
16564 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
16565 Fix spelling of exec-done-display.
16566
165672014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
16568
16569 PR gdb/15358
16570 * gdb.base/gdb-sigterm.c: New file.
16571 * gdb.base/gdb-sigterm.exp: New file.
16572
165732014-03-18 Pedro Alves <palves@redhat.com>
16574
16575 PR gdb/13860
16576 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
16577 * lib/mi-support.exp (mi_expect_stop): Add special handling for
16578 solib-event.
16579
165802014-03-17 Joel Brobecker <brobecker@adacore.com>
16581
16582 * gdb.ada/pckd_arr_ren: New testcase.
16583
165842014-03-13 Doug Evans <xdje42@gmail.com>
16585
16586 PR guile/16612
16587 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
16588 collect after discarding symbols.
16589
165902014-03-13 Ludovic Courtès <ludo@gnu.org>
16591 Doug Evans <xdje42@gmail.com>
16592
16593 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
16594 to history survives a gc.
16595
165962014-03-13 Pedro Alves <palves@redhat.com>
16597
16598 * gdb.base/default.exp: Don't test "target procfs".
16599
166002014-03-13 Pedro Alves <palves@redhat.com>
16601
16602 * gdb.base/default.exp: Update "target child" and "target procfs"
16603 tests to not expect "Unix".
16604
166052014-03-12 Tom Tromey <tromey@redhat.com>
16606
16607 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
16608 New procs. Add target-async tests.
16609 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
16610 Add target-async tests.
16611
166122014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16613
16614 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
16615 'func_start' and 'func_end' for the beginning and end of the
16616 function code, respectively.
16617 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
16618 'func_end' instead of 'func' and 'main'.
16619
166202014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16621
16622 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
16623 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
16624 generate the debug info assembler source.
16625
166262014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16627
16628 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
16629 * gdb.dwarf2/arr-subrange.exp: Likewise.
16630 * gdb.dwarf2/dwz.exp: Likewise.
16631 * gdb.dwarf2/method-ptr.exp: Likewise.
16632 * gdb.dwarf2/missing-sig-type.exp: Likewise.
16633 * gdb.dwarf2/subrange.exp: Likewise.
16634 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
16635 * gdb.dwarf2/implptrpiece.exp: Likewise.
16636 * gdb.dwarf2/nostaticblock.exp: Likewise.
16637
166382014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16639
16640 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
16641 directory to absolute path name arguments.
16642
166432014-03-10 Joel Brobecker <brobecker@adacore.com>
16644
16645 * gdb.ada/tagged_access: New testcase.
16646
166472014-03-07 Markus Metzger <markus.t.metzger@intel.com>
16648
16649 * gdb.btrace/data.exp: Update expected output.
16650
166512014-03-06 Yao Qi <yao@codesourcery.com>
16652
16653 * gdb.trace/pr16508.exp: New file.
16654
166552014-03-05 Pedro Alves <palves@redhat.com>
16656
16657 PR gdb/16575
16658 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
16659 procedure.
16660 (top level): Adjust to use it. Add tests that exercise breakpoint
16661 interaction with the code-cache.
16662
166632014-02-26 Ludovic Courtès <ludo@gnu.org>
16664
16665 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
16666 test for 'history-append!'.
16667
166682014-02-26 Joel Brobecker <brobecker@adacore.com>
16669
16670 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
16671 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
16672 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
16673 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
16674 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
16675 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
16676
166772014-02-26 Joel Brobecker <brobecker@adacore.com>
16678
16679 * testsuite/gdb.python/py-pp-re-notag.c: New file.
16680 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
16681 * testsuite/gdb.python/py-pp-re-notag.p: New file.
16682
166832014-02-26 Joel Brobecker <brobecker@adacore.com>
16684
16685 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
16686
166872014-02-26 Joel Brobecker <brobecker@adacore.com>
16688
16689 * gdb.dwarf2/arr-stride.c: New file.
16690 * gdb.dwarf2/arr-stride.exp: New file.
16691
166922014-02-26 Pedro Alves <palves@redhat.com>
16693
16694 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
16695 that won't ever trigger. Make sure that GDB reports the correct
16696 breakpoint that caused the stop.
16697
166982014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16699
16700 PR gdb/16626
16701 * gdb.base/auto-load-script: New file.
16702 * gdb.base/auto-load.c: New file.
16703 * gdb.base/auto-load.exp: New file.
16704
16705 PR gdb/16626
16706 * gdb.base/auto-load.exp: Fix out-of-srctree run.
16707
167082014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16709
16710 Fix dw2-icycle.exp -fsanitize=address GDB crash.
16711 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
16712
167132014-02-24 Doug Evans <dje@google.com>
16714
16715 * lib/gdb.exp (run_on_host): Log error output if program fails.
16716
167172014-02-21 Pedro Alves <palves@redhat.com>
16718
16719 * gdb.threads/step-after-sr-lock.c: Rename to ...
16720 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
16721 * gdb.threads/step-after-sr-lock.exp: Rename to ...
16722 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16723 ... this.
16724
167252014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
16726
16727 PR tdep/16397
16728 * gdb.arch/amd64-stap-special-operands.exp: New file.
16729 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
16730 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
16731 * gdb.arch/amd64-stap-triplet.S: Likewise.
16732 * gdb.arch/amd64-stap-triplet.c: Likewise.
16733
167342014-02-20 Joel Brobecker <brobecker@adacore.com>
16735
16736 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
16737 in .section pseudo-op.
16738
167392014-02-20 lin zuojian <manjian2006@gmail.com>
16740 Joel Brobecker <brobecker@adacore.com>
16741 Doug Evans <xdje42@gmail.com>
16742
16743 PR symtab/16581
16744 * gdb.dwarf2/dw2-icycle.S: New file.
16745 * gdb.dwarf2/dw2-icycle.c: New file.
16746 * gdb.dwarf2/dw2-icycle.exp: New file.
16747
167482014-02-19 Siva Chandra Reddy <sivachandra@google.com>
16749
16750 * gdb.python/py-value-cc.cc: Improve test case to enable testing
16751 operations on gdb.Value objects.
16752 * gdb.python/py-value-cc.exp: Add new test to test operations on
16753 gdb.Value objects.
16754
167552014-02-18 Doug Evans <dje@google.com>
16756
16757 * Makefile.in (TESTS): New variable.
16758 (expanded_tests, expanded_tests_or_none): New variables
16759 (check-single): Pass $(expanded_tests_or_none) to runtest.
16760 (check-parallel): Only run tests in $(TESTS) if non-empty.
16761 (check/no-matching-tests-found): New rule.
16762 * README: Document TESTS makefile variable.
16763
167642014-02-18 Doug Evans <dje@google.com>
16765
16766 * Makefile.in (check-parallel): rm -rf outputs temp.
16767
167682014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16769
16770 Fix "ERROR: no fileid for" in the testsuite.
16771 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
16772
167732014-02-12 Doug Evans <dje@google.com>
16774
16775 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
16776 (MISCELLANEOUS): New variable.
16777 (clean): rm -rf $(MISCELLANEOUS).
16778 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
16779 dwp live in the same directory as symlinks, with each symlink pointed
16780 to a differently named file in a different directory.
16781
167822014-02-11 Doug Evans <dje@google.com>
16783
16784 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
16785 of Tcl file commands.
16786
167872014-02-10 Mark Kettenis <kettenis@gnu.org>
16788
16789 * gdb.threads/step-after-sr-lock.exp: Avoid executing
16790 "kill -SIGUSR1 -1".
16791
167922014-02-10 Joel Brobecker <brobecker@adacore.com>
16793
16794 * gdb.ada/tick_length_array_enum_idx: New testcase.
16795
167962014-02-10 Doug Evans <xdje42@gmail.com>
16797
16798 * configure.ac (AC_OUTPUT): Add gdb.guile.
16799 * configure: Regenerate.
16800 * lib/gdb-guile.exp: New file.
16801 * lib/gdb.exp (get_target_charset): New function.
16802 * gdb.base/help.exp: Update expected output from "apropos apropos".
16803 * gdb.guile/Makefile.in: New file.
16804 * gdb.guile/guile.exp: New file.
16805 * gdb.guile/scm-arch.c: New file.
16806 * gdb.guile/scm-arch.exp: New file.
16807 * gdb.guile/scm-block.c: New file.
16808 * gdb.guile/scm-block.exp: New file.
16809 * gdb.guile/scm-breakpoint.c: New file.
16810 * gdb.guile/scm-breakpoint.exp: New file.
16811 * gdb.guile/scm-disasm.c: New file.
16812 * gdb.guile/scm-disasm.exp: New file.
16813 * gdb.guile/scm-equal.c: New file.
16814 * gdb.guile/scm-equal.exp: New file.
16815 * gdb.guile/scm-error.exp: New file.
16816 * gdb.guile/scm-error.scm: New file.
16817 * gdb.guile/scm-frame-args.c: New file.
16818 * gdb.guile/scm-frame-args.exp: New file.
16819 * gdb.guile/scm-frame-args.scm: New file.
16820 * gdb.guile/scm-frame-inline.c: New file.
16821 * gdb.guile/scm-frame-inline.exp: New file.
16822 * gdb.guile/scm-frame.c: New file.
16823 * gdb.guile/scm-frame.exp: New file.
16824 * gdb.guile/scm-generics.exp: New file.
16825 * gdb.guile/scm-gsmob.exp: New file.
16826 * gdb.guile/scm-iterator.c: New file.
16827 * gdb.guile/scm-iterator.exp: New file.
16828 * gdb.guile/scm-math.c: New file.
16829 * gdb.guile/scm-math.exp: New file.
16830 * gdb.guile/scm-objfile-script-gdb.in: New file.
16831 * gdb.guile/scm-objfile-script.c: New file.
16832 * gdb.guile/scm-objfile-script.exp: New file.
16833 * gdb.guile/scm-objfile.c: New file.
16834 * gdb.guile/scm-objfile.exp: New file.
16835 * gdb.guile/scm-ports.exp: New file.
16836 * gdb.guile/scm-pretty-print.c: New file.
16837 * gdb.guile/scm-pretty-print.exp: New file.
16838 * gdb.guile/scm-pretty-print.scm: New file.
16839 * gdb.guile/scm-section-script.c: New file.
16840 * gdb.guile/scm-section-script.exp: New file.
16841 * gdb.guile/scm-section-script.scm: New file.
16842 * gdb.guile/scm-symbol.c: New file.
16843 * gdb.guile/scm-symbol.exp: New file.
16844 * gdb.guile/scm-symtab-2.c: New file.
16845 * gdb.guile/scm-symtab.c: New file.
16846 * gdb.guile/scm-symtab.exp: New file.
16847 * gdb.guile/scm-type.c: New file.
16848 * gdb.guile/scm-type.exp: New file.
16849 * gdb.guile/scm-value-cc.cc: New file.
16850 * gdb.guile/scm-value-cc.exp: New file.
16851 * gdb.guile/scm-value.c: New file.
16852 * gdb.guile/scm-value.exp: New file.
16853 * gdb.guile/source2.scm: New file.
16854 * gdb.guile/types-module.cc: New file.
16855 * gdb.guile/types-module.exp: New file.
16856
168572014-02-10 Yao Qi <yao@codesourcery.com>
16858
16859 PR testsuite/16543
16860 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
16861 * configure: Regenerated.
16862 * Makefile.in: New file.
16863
168642014-02-08 Andreas Schwab <schwab@linux-m68k.org>
16865
16866 * gdb.python/py-framefilter.exp: Fix typo.
16867
168682014-02-08 Yao Qi <yao@codesourcery.com>
16869
16870 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
16871 that no =breakpoint-modified is emitted when breakpoints are
16872 modified through MI commands.
16873
168742014-02-07 Pedro Alves <pedro@codesourcery.com>
16875 Pedro Alves <palves@redhat.com>
16876
16877 * gdb.threads/step-after-sr-lock.c: New file.
16878 * gdb.threads/step-after-sr-lock.exp: New file.
16879
168802014-02-07 Pedro Alves <palves@redhat.com>
16881
16882 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
16883
168842014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
16885
16886 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
16887 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
16888
168892014-02-06 Doug Evans <xdje42@gmail.com>
16890
16891 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
16892 output.
16893
16894 * gdb.gdb/python-interrupts.exp: New file.
16895
168962014-02-05 Yao Qi <yao@codesourcery.com>
16897
16898 * gdb.trace/report.exp (use_collected_data): Test the output
16899 of "info threads" and "info inferiors".
16900
169012014-02-05 Yao Qi <yao@codesourcery.com>
16902
16903 Revert this patch:
16904
16905 2013-05-24 Yao Qi <yao@codesourcery.com>
16906
16907 * gdb.trace/tfile.exp: Test inferior and thread.
16908
169092014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16910
16911 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
16912 on a function.
16913 * gdb.base/step-bt.c: Call hello via function pointer to make
16914 sure its first instruction is executed on powerpc64le-linux.
16915
169162014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16917
16918 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
16919
169202014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16921
16922 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
16923 of the test patterns for use on little-endian systems.
16924
169252014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16926
16927 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
16928 (decimal_vector): Fix for little-endian.
16929
169302014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
16931
16932 * gdb.arch/sparc-sysstep.exp: New file.
16933 * gdb.arch/sparc-sysstep.c: Likewise.
16934
16935 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
16936
169372014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16938
16939 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
16940
169412014-01-23 Tom Tromey <tromey@redhat.com>
16942
16943 * gdb.ada/array_char_idx: New testcase.
16944
169452014-01-23 Tom Tromey <tromey@redhat.com>
16946
16947 PR python/16487:
16948 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
16949 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
16950 classes.
16951
169522014-01-23 Tom Tromey <tromey@redhat.com>
16953
16954 PR python/16491:
16955 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
16956 string from an inferior frame.
16957 * gdb.python/py-framefilter-mi.exp: Update.
16958
169592014-01-22 Doug Evans <dje@google.com>
16960
16961 * gdb.server/server-mon.exp: Add tests for "set debug-format".
16962
169632014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16964
16965 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
16966
169672014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16968
16969 * gdb.trace/entry-values.exp: Remove excess space character from
16970 regex patterns. Handle s390 call instruction.
16971
169722014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16973
16974 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
16975 define "*_start" label. Make "name" static.
16976 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
16977 ${name} by references to ${name}_start.
16978
169792014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16980
16981 * gdb.base/info-macros.exp: Remove "debug" from the compile
16982 options.
16983
169842014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16985
16986 * gdb.dlang/demangle.exp: New file.
16987
169882014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16989
16990 * gdb.dlang/primitive-types.exp: New file.
16991
169922014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16993
16994 * configure.ac: Create gdb.dlang/Makefile.
16995 * configure: Regenerate.
16996 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
16997 * gdb.dlang/Makefile.in: New file.
16998 * lib/d-support.exp: New file.
16999 * lib/gdb.exp (skip_d_tests): New proc.
17000
170012014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17002
17003 * gdb.btrace/delta.exp: Check reverse stepi.
17004 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
17005 * gdb.btrace/finish.exp: New.
17006 * gdb.btrace/next.exp: New.
17007 * gdb.btrace/nexti.exp: New.
17008 * gdb.btrace/record_goto.c: Add comments.
17009 * gdb.btrace/step.exp: New.
17010 * gdb.btrace/stepi.exp: New.
17011 * gdb.btrace/multi-thread-step.c: New.
17012 * gdb.btrace/multi-thread-step.exp: New.
17013 * gdb.btrace/rn-dl-bind.c: New.
17014 * gdb.btrace/rn-dl-bind.exp: New.
17015 * gdb.btrace/data.c: New.
17016 * gdb.btrace/data.exp: New.
17017 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17018
170192014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17020
17021 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
17022 * gdb.btrace/exception.exp: Update.
17023 * gdb.btrace/instruction_history.exp: Update.
17024 * gdb.btrace/record_goto.exp: Update.
17025 * gdb.btrace/tailcall.exp: Update.
17026 * gdb.btrace/unknown_functions.exp: Update.
17027 * gdb.btrace/delta.exp: New.
17028
170292014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17030
17031 * gdb.btrace/record_goto.exp: Add backtrace test.
17032 * gdb.btrace/tailcall.exp: Add backtrace test.
17033
170342014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17035
17036 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
17037 * gdb.btrace/record_goto.c: New.
17038 * gdb.btrace/record_goto.exp: New.
17039 * gdb.btrace/x86-record_goto.S: New.
17040
170412014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17042
17043 * gdb.btrace/function_call_history.exp: Update tests.
17044 * gdb.btrace/instruction_history.exp: Update tests.
17045
170462014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17047
17048 * gdb.btrace/function_call_history.exp: Fix expected field
17049 order for "record function-call-history".
17050 Add new tests for "record function-call-history /c".
17051 * gdb.btrace/exception.cc: New.
17052 * gdb.btrace/exception.exp: New.
17053 * gdb.btrace/tailcall.exp: New.
17054 * gdb.btrace/x86-tailcall.S: New.
17055 * gdb.btrace/x86-tailcall.c: New.
17056 * gdb.btrace/unknown_functions.c: New.
17057 * gdb.btrace/unknown_functions.exp: New.
17058 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17059
170602014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17061
17062 * gdb.btrace/instruction_history.exp: Update.
17063 * gdb.btrace/function_call_history.exp: Update.
17064
170652014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17066
17067 * gdb.btrace/function_call_history.exp: Fix expected function
17068 trace.
17069 * gdb.btrace/instruction_history.exp: Initialize traced.
17070 Remove traced_functions.
17071
170722014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17073
17074 * gdb.btrace/function_call_history.exp: Update
17075 * gdb.btrace/instruction_history.exp: Update.
17076
170772014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17078
17079 * gdb.btrace/enable.exp: Update expected text.
17080
170812014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
17082
17083 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
17084 bytes.
17085
170862014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
17087
17088 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
17089
170902014-01-15 Omair Javaid <omair.javaid@linaro.org>
17091
17092 * lib/gdb.exp (supports_process_record): Return true for
17093 arm*-linux*. (supports_reverse): Likewise.
17094
170952014-01-13 Siva Chandra Reddy <sivachandra@google.com>
17096
17097 PR python/15464
17098 PR python/16113
17099 * gdb.python/py-type.c: Enhance test case.
17100 * gdb.python/py-value-cc.cc: Likewise
17101 * gdb.python/py-type.exp: Add new tests.
17102 * gdb.python/py-value-cc.exp: Likewise
17103
171042014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
17105 Pedro Alves <palves@redhat.com>
17106
17107 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
17108 Make "name" extern.
17109 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
17110 references to ${name}_start by references to ${name}.
17111
171122014-01-10 Joel Brobecker <brobecker@adacore.com>
17113
17114 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
17115
171162014-01-10 Joel Brobecker <brobecker@adacore.com>
17117
17118 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
17119
171202014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
17121 Pedro Alves <palves@redhat.com>
17122
17123 * gdb.mi/mi-info-os.exp: Connect to the target with
17124 mi_gdb_target_load.
17125
171262014-01-08 Pedro Alves <palves@redhat.com>
17127
17128 * gdb.threads/reconnect-signal.c: New file.
17129 * gdb.threads/reconnect-signal.exp: New file.
17130
171312014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17132
17133 * gdb.base/source-dir.exp: New file.
17134
171352014-01-07 Joel Brobecker <brobecker@adacore.com>
17136
17137 * gdb.ada/mi_interface: New testcase.
17138
171392014-01-07 Joel Brobecker <brobecker@adacore.com>
17140
17141 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
17142 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
17143 gdb.ada/pp-rec-component/pck.ads: New files.
17144
171452014-01-07 Joel Brobecker <brobecker@adacore.com>
17146
17147 * gdb.python/py-pp-integral.c: New file.
17148 * gdb.python/py-pp-integral.py: New file.
17149 * gdb.python/py-pp-integral.exp: New file.
17150
17151For older changes see ChangeLog-1993-2013.
17152\f
17153;; Local Variables:
17154;; mode: change-log
17155;; left-margin: 8
17156;; fill-column: 74
17157;; version-control: never
17158;; End:
17159
17160 Copyright 2014-2019 Free Software Foundation, Inc.
17161 Copying and distribution of this file, with or without modification,
17162 are permitted provided the copyright notice and this notice are preserved.
This page took 0.08576 seconds and 4 git commands to generate.